
.spinner {
    position: fixed;
    top: 50%;
    left: 50%;
    margin-left: -50px; /* half width of the spinner gif */
    margin-top: -50px; /* half height of the spinner gif */
    text-align:center;
    z-index:1234;
    overflow: auto;
    width: 100px; /* width of the spinner gif */
    height: 102px; /*hight of the spinner gif +2px to fix IE8 issue */
}


.font10{
    font-size: 10px !important;
}
.font12{
    font-size: 12px !important;
}
.font13{
    font-size: 13px !important;
}
.fontgrey{
    color: #a6a7a8 !important;
}
.fontgreen{
    color: #00c088 !important;
}
.no-pad{
    padding: 0px;
}
.no-pad-right{
    padding-right: 0px;
}
.no-pad-left{
    padding-left: 0px;
}
.no-pad-left-right{
    padding-left: 0px;
    padding-right: 0px;
}
.pad-top-10{
    padding-top: 10px;
}
.pad-top-15{
    padding-top: 15px;
}
.pad-bot-15{
    padding-bottom: 15px;
}
.pad-bot-10{
    padding-bottom: 10px;
}
.pad-right-10{
    padding-right: 10px;
}
.pad-right-15{
    padding-right: 15px;
}
.pad-left-5{
    padding-left: 5px;
}
.pad-left-10{
    padding-left: 10px;
}
.pad-left-15{
    padding-left: 80px;
}
.zindex1000{
    z-index: 1000;
}
.zindex0{
    z-index: 0;
}
.bg-light-grey{
    background-color: #6d7577 !important;
}
.bg-green{
    background-color: #00c18c !important;
}
.outer-center {
  width: 100%;
  text-align: center;
}
.inner-center {
  display: inline-block;
}
.navbar .navbar-custom-menu, .navbar .navbar-right {
    float: right;
}
.navbar-custom-menu .nav-logo a{
    padding:10px; 
}
.navbar-custom-menu .logo{
    height: 48px; 
}
.navbar .user {
    background-color: #00c088;
}
.navbar .user .user-image {
    //float: left;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    margin-right: 0px;
    margin-left: 10px;
    margin-top: -2px;
    border: solid 2px #fff;
}
.navbar .user .user-name{
    background-color: #00c088;
    margin-left: 10px;
    color: #fff;
}
.navbar .bar-button{
    text-align: center; height: 68px; padding-top:7px;
}
.navbar .bar-button a{
    padding-left: 10px; padding-right: 25px;
}
.navbar .bar-button-xs {
    height: 68px;
    padding-top: 7px;
    text-align: center;
}
.navbar .bar-button-xs a {
    padding-left: 20px;
    padding-right: 35px;
}
.navbar .user-menu a{
    //padding-right: 0px;
} 
.nav-dropdown{
    padding-top: 15px;
    padding-left: 25px;
}
.nav-dropdown-ul{
    color:#00c18c;
}
.nav-dropdown-ul > li > a{
    color:#00c18c;font-family: 'robotoregular';
}
.nav-dropdown-ul .submenu a{
    padding-left: 40px;
}
select.nav-menu-select option:hover  {
    box-shadow: 0 0 10px 100px #1882A8 inset;
}
select.nav-menu-select option:active  {
    box-shadow: 0 0 10px 100px #1882A8 inset;
}

.content-header{
    background-color: #627971;
    background-image: url(../img/bg-header-1.jpg) !important;
    font-family: 'robotoregular';
    color:#fff;
}
.content-header.bg2{
    background-color: #627971;
    background-image: url(../img/bg-header-2.jpg);
    font-family: 'robotoregular';
    color:#fff;
}

.content-container {
    margin-left: auto;
    margin-right: auto;
    padding-left: 50px;
    padding-right: 50px;
    padding-top: 25px;
    padding-bottom: 25px;
}
.content-container .title{
    font-size: 25px;
}
.content-container .mod-title{
    font-weight:bold;
	color: #ababab;
	display: block;
}
.content-filter .content-container .title{
    font-size: 25px; 
	color: #fff;
	font-family: "robotoregular";
}
.content-container .icon-green{
    color:#00c18c; font-size: 16px; padding-right: 5px;
}
.content-container .icon-green-25{
    color:#00c18c; font-size: 25px; padding-right: 5px;
}
.content-container .icon-gray{
    color:#a6a7a8; font-size: 16px; padding-right: 5px;
}
.content-container .agenda-label, .agenda-label{
    font-family: 'robotobold';
    font-size: 12px;
}

.content-main{
    background-color: #ebebeb;
    font-family: 'robotolight';
    color: #4d585a;
}
.content-filter{
    background-color: #fff;
    font-family: 'robotomedium';
    color: #4d585a;
    font-size: 12px;
}
.content-filter .title{
    font-size: 14px;
}
.content-filter .text-content{
    font-family: 'robotolight';
    font-size: 13px;
}
.content-filter .row{
    padding-bottom: 20px;
}
.content-filter .content-container {
    margin-left: auto;
    margin-right: auto;
    padding-left: 50px;
    padding-right: 50px;
    padding-top: 10px;
    padding-bottom: 0px;
}
.badge.badge-green{
    background: #00c18c;
}
.badge.badge-orange{
    background: #fb7a48;
}
.badge.badge-red{
    background: #da3d00;
}
.badge.badge-info{
    font-size: 10px;
    padding: 2px 5px;
    vertical-align: top;
}
.btn-govern {
    background-color: #00c18c;
    border-color: #00c18c;
    color: #fff;
    border-radius: 0px;
    margin-bottom: 5px;
}
.btn-govern i{
    padding-right: 8px;
}
.action-text{
    font-family: 'robotobold';
    font-size: 12px;
}
.item-row{
    background-color: #fff;
    border: solid 1px #e3e3e3;
    //position: relative;
    
}
.item-hide{
    display:none !important;
}
.item-selected{
    z-index: 1000; position: relative; top:-5px; box-shadow: 5px 5px 15px #888888;
}
.item-add{
    margin-bottom: 10px;
}
.milestone .item-add{
    margin-bottom: 0px;
}
.item-col{
    border-right: solid 1px #e3e3e3;
    //white-space: nowrap;
    overflow: hidden;
    //text-overflow: ellipsis;
    min-height: 80px;
    //max-height: 60px;
    //height: 100%;
    padding:5px;
}
.item-col input,.item-col select, .content-filter input, .content-filter select, .agenda input, .agenda select, .agenda textarea {
    width: 100% !important;
}
.content-filter .txt-one-line-salutation{
	display:inline-block;
	width: 10% !important;
}
.content-filter .txt-one-line-fname{
	display:inline-block;
	width: 44% !important;
}
.content-filter .txt-one-line-lname{
	display:inline-block;
	width: 45% !important;
}
.content-filter .form-50{
	display:inline-block;
	width: 50% !important;
}.content-filter .form-49{
	display:inline-block;
	width: 49% !important;
}
.item-col .status{

}
.item-order i{
    display: block;
    padding-top:10px;
    padding-left:9px;
}
.item-order{
    padding-top:2px;
    background-color: #4d585a;
    height: 80px;
    position: absolute;
    left: 0px;
    width: 40px;
    color:#fff;
}
.item-action i{
    display: block;
    padding-top:10px;
    padding-left:9px;
}
.item-action{
    padding-top:2px;
    background-color: #00c18c;
    height: 100%;
    position: absolute;
    right: 25px;
    width: 30px;
    color:#fff;
}
.item-selected .item-action{
    //padding-top:11px;
    background-color: #00c18c;
    height: 62px;
    position: absolute;
    right: -25px;
    top: -1px;
    width: 30px;
    color:#fff; 
}
.item-row-header{
    font-family: 'robotobold';
    background: none;
    border: none;
    margin-bottom: 20px;
    font-size: 12px;
    
}
.agenda-item .order-item{
    background-color: #4d585a;
    color: #fff;
}
.agenda-action{
    border-left: 1px solid #ebebeb;font-family: 'robotolight';font-size: 12px;
    color:#00c18c;
}
.table-title{
    font-size: 16px;
    font-family: 'robotomedium';
    padding-bottom: 15px;
}
.risk-dimension{
    height:300px; width:300px;
}
.content-container .slider-title{
    font-size: 18px;
}
.display-none{
    display: none;
}
.prior-tr{
    height: 40px;padding:10px;overflow: hidden;border-right: solid 1px #e3e3e3;
}
.btn-lbl-pad{
    padding-left: 25px;
    padding-right: 25px;
}

.scrollablemenu {
    max-height: 100vh;
    overflow: hidden;
    overflow-y: auto;
}
.scrollablemenu2 {
    max-height: 100vh;
    overflow: hidden;
    overflow-y: auto;
    max-width: 60vh;
    position: absolute !important;
    background-color: #ffffff !important;
    border-color: #00c087;
    box-shadow: 1px 1px 3px 1px #00c087 !important;
            
}



.manage-entity {
    padding-right:10px; padding-left:10px; padding-top: 80px; padding-bottom:0px; 
}
.manage-entity .container {
    background: #fff;
    max-width: 760px;margin:0px auto; margin-bottom: 50px;
}
.manage-entity p{
    margin-bottom: 20px;
    font-size: 14px;
    font-weight: 100;
    line-height: 1.4;
    font-family: 'robotolight'
}
.manage-entity h1{
    font-family: 'robotolight'
}
.manage-entity span{
    font-size: 16px !important;
    font-weight: normal !important;
    font-family: 'robotobold' !important;
}
.manage-entity .btn-govern span{
    font-family: 'robotolight' !important;
}

.login {
    padding-right:10px; padding-left:10px; padding-top: 100px; padding-bottom:0px;
}
.login .container {
    min-height: 450px;max-width: 960px;margin:0px auto; margin-bottom: 50px;
}
.login .login-header{
    background: #26b786;
}
.login .left-login-header{
    background: #26b786;height: 80px; text-align: center; color: #fff; 
}
.login .right-login-header{
    background: #fff;height: 80px;text-align: center; padding-top:7px;
}
.login p{
    margin-bottom: 20px;
    font-size: 15px;
    font-weight: 100;
    line-height: 1.4;
    font-family: 'robotolight';
	font-weight: bold;
}
.login li{
    margin-bottom: 20px;
    font-size: 15px;
    font-weight: 100;
    line-height: 1.4;
    font-family: 'robotolight';
	font-weight: bold;
}
.login h1{
    font-family: 'robotolight'
}
.login .form-control{
    border: solid 2px !important;;
    border-color:#26b786 !important;
    border-radius:0 !important;
    background-color:#fff !important;
    color:#7f7f7f !important;
    border-left: none !important;

}
.login .input-group-addon{
    border: solid 2px !important;;
    border-color:#26b786 !important;
    border-radius:0 !important;
    border-right: none !important;
    background-color:#fff !important;
    color:#7f7f7f !important;
}
.login #msg {
    color: #f33031;
}
.login a {
    color: #50c49d;
}
.login span{
    font-size: 15px !important;
    font-weight: normal !important;
    font-family: 'robotobold' !important;
}
.login .main-content{
    background: rgba(255,255,255, 0.8) none repeat scroll 0 0;
}
.login .left-content{
    background: rgba(255,255,255, 0.7) none repeat scroll 0 0; padding:25px; padding-bottom: 10px;
}
.login .right-content{
    padding:55px;padding-top:95px;
}


.article-index h3{
    margin-bottom: 5px;
}

.article-index h3 a{
    color: #01a373;
    font-size: 16px;
}

.article-index p{
    font-size: 12px;
}

@media (max-width: 400px) {
    .nav-dropdown{
        padding-left:0px;
    }
}

.w-lbl-right{
	padding-right:5px !important;
}

.content-header .title a, .content-header-dashboard .title a{
	color:#00a272;
}

.content-header .title .title-submenu{
	list-style-type: none;
    padding: 0;
    width: 200px;
    border: 1px solid red;
    display: none;
    position:absolute;
    top:   10px;
}
.content-header .title .title-submenu li a {
    display: block;
}
