.main-sidebar{
    width: 230px;
}
.error-message{
    color: red;
    font-size: 11px;
}
.sidebar-menu .treeview-menu-custom {
    list-style: outside none none;
    padding: 0px 0px 0px 45px;
    margin: 0px;
}
.sidebar-menu .treeview-menu-custom li.active{
    font-weight: bold;
    color: #001a35;
    font-style: italic;
}
.message-loading-overlay-spinner{
    position: fixed;
    z-index: 9009;
    top: 15%;
    bottom: 0px;
    right: 0px;
    left: 0px;
    background-color: transparent;
    text-align: center;
}
.navbar-nav > .user-menu > .dropdown-menu > .user-footer {
    background-color: #0097cf;
    padding: 10px;
}

.ng-table-rowselected tr {
    cursor: pointer;
}

.ng-table-rowselected tr.act {
    background: blue;
}
.pagination{
    float: right;
    clear: both;
}
.table > tbody > tr.active > td, .table > tbody > tr.active > th, .table > tbody > tr > td.active, .table > tbody > tr > th.active, .table > tfoot > tr.active > td, .table > tfoot > tr.active > th, .table > tfoot > tr > td.active, .table > tfoot > tr > th.active, .table > thead > tr.active > td, .table > thead > tr.active > th, .table > thead > tr > td.active, .table > thead > tr > th.active {
    background-color: #a1adaf
}
.form-group-inline{
    padding: 0;
}
.form-group-inline > div {
    float: left !important;
    margin-left: 0px;
    padding: 0 5px 0 0;
}
.ng-table-counts{
    margin-top: 8px;
}
.ng-table-group{
    color: #000066;
    background-color: #e8e8e8;
}
.dropdown-menu{
    border: 0.8px solid;
    background: beige;
    box-shadow:#001a35;
}

a.disabled, a[disabled], fieldset[disabled] .btn {
    cursor: not-allowed;
    box-shadow: none;
    opacity: 0.2;
}

.dropdown-menu > li > a:hover {
    background-color: transparent;
    color: #333;
}

.dropdown-menu > li > a.disabled:hover {
    background-color: transparent;
    color: #777;
}
.modal-content{
    border-radius: 8px;
}

.modal-xl {
    width: 85%;
    margin-top: 15px;
}
.ng-table{
    background: #f0f0f0;
}
.select-tool {
    background: #d3d3d3;
    min-width: 120px;
    display: inline;
    height: 30px;
    padding: 3px 6px;
    font-size: 14px;
    line-height: 1.42857;
    color: #555;
    background-image: none;
    border: 1px solid #000066;
    border-radius: 4px;
    box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.075) inset;
    transition: border-color 0.15s ease-in-out 0s, box-shadow 0.15s ease-in-out 0s;
}


/*Red for User Type 1*/
.skin-red-light .box-solid{
    background: #DD4B39 !important;
}
.skin-red-light .box.box-warning {
    border-top-color: #DD4B39  !important;
}
.skin-red-light .navbar-nav > .user-menu > .dropdown-menu > .user-footer {
    background-color: #ff6e5a;
}
/*End red*/

/*Blue for User Type 2*/
.skin-blue-light .box.box-warning {
    border-top-color: #3C8DBC !important;
}
/*End blue*/


/*Green for User Type 3*/
.skin-green-light .box-solid{
    background: #00A65A !important;
}

.skin-green-light .box.box-warning {
    border-top-color: #00A65A !important;
}
.skin-green-light .navbar-nav > .user-menu > .dropdown-menu > .user-footer {
    background-color: #00cf6b;
}
/*End green*/

/*Yellow for User Type 4*/
.skin-yellow-light .box-solid{
    background: #F39C12 !important;
}
.skin-yellow-light .navbar-nav > .user-menu > .dropdown-menu > .user-footer {
    background-color: #fcbf5a;
}
/*End yellow*/


/****Validaions***/

form label.error:after {
    bottom: 100%;
    border-style: solid;
    border-color: transparent transparent #dd2a16;
    -moz-border-top-colors: none;
    -moz-border-right-colors: none;
    -moz-border-bottom-colors: none;
    -moz-border-left-colors: none;
    border-image: none;
    content: " ";
    height: 0px;
    width: 0px;
    position: absolute;
    pointer-events: none;
    border-width: 5px;
    left: 30px;
    margin-left: -5px;
}

form label.error {
    position: relative !important;
    z-index: 999;
    display: inline-block !important;
    margin-bottom: -8px !important;
    color: #FFF !important;
    font-weight: normal !important;
    font-size: 14px !important;
    padding: 5px 8px !important;
    background: none repeat scroll 0% 0% #dd4e4e !important;
    border-radius: 4px !important;
    opacity: 0.6;
}