*{
    font-family: Arial;
}

.navigation {
    background-color: #3C8DBC;
}

nav > ul > li > a {
    color: white;
}

nav > ul > li > a:hover, nav > ul > li > a:focus  {
    background-color: #87CEFA;
}

.padding-button{
    padding-top: 10px;
    padding-bottom: 20px;
}
.left-main-container {
    background-color: rgb(249, 249, 249);
    height: 72px;
}
.v-navbar-opened__sidenav-left{
    background-color: #0B1B24;
}
.subnav__nav-item{
    background-color: #15252E;
}
.subnav__nav-item:hover{
    background-color: #253a44;
    border-left: 1px solid #fff;
}
.subnav__nav-item.--is-selected {
    background-color: #253a44;
    border-left: 1px solid #fff;
    color: white;
}
.nav-item-sidenav-opened__h-navbar{
    padding: 0px;
}

.sidebar-item-open{
    color: rgba(37, 58, 68, 0.8);
    font-family: arial;
    padding-top: 15px;
    padding-left: 12px;
    font-size: 16px;
}

.sidebar-item-closed{
    height: 75px;
    background-color: #253a44;
}

.nav-item-opened__v-navbar.--is-selected {
    background-color: #0b1b24;
    color: #fff;
}

.nav-item-opened__v-navbar {
    background-color: #0B1B24;
    color: #b8c7ce;
}
.nav-item-opened__v-navbar:hover {
    background-color: #0b1b24;
    color: white;
}


.menu-item{
    padding-left: 5px;
    font-family: Arial;
}

.name__nav-item{
    font-family: Arial;
}

.profile__left-sidebar{
    border-radius: 30px;
    height: 45px;
    width: 45px;
}
.profile__left-sidebar-closed{
    border-radius: 30px;
    height: 40px;
    width: 40px;
    margin-top: 15px;
    margin-left: 4px;
}

.user-name {
    position: relative;
    left: 5px;
    top: -5px;
    color: rgb(31, 47, 56);
}

.user-role{
    position: relative;
    left: 55px;
    top: -20px;
    font-size: 12px;
    -webkit-transition: width 1s; /* Safari */
    transition: width 1s;
    transition-timing-function: cubic-bezier(1,.01,.88,.35);
}

.h-navbar__header {
    background-color: #fff;
    color: black;
    -webkit-box-shadow: 0 0 5px 0 rgba(0,0,0,0.5);
    -moz-box-shadow: 0 0 5px 0 rgba(0,0,0,0.5);
    box-shadow: 0 0 5px 0 rgba(0,0,0,0.5);
}
.nav-item__h-navbar{
    color: #253a44;
    padding: 20px 15px;
}
.nav-item__h-navbar:hover {
    background-color: #253a44;
    color:            white;
}
.nav-item-closed__v-navbar:hover {
    background-color: #253a44;
    color: #f9f9f9;
}
.nav-item-sidenav-closed__h-navbar{
    min-height: 60px;
}

.h-navbar__header {
    display: block;
    overflow: hidden;
    position: relative;
    height: 60px;
}
.nav-item-sidenav-opened__h-navbar{
    background-color: #0B1B24;
    height: 60px;
}
.nav-item-sidenav-opened__h-navbar:hover{
    background-color: #0B1B24;
}

.table-bordered > thead > tr > th, .table-bordered > tbody > tr > th, .table-bordered > tfoot > tr > th, .table-bordered > thead > tr > td, .table-bordered > tbody > tr > td, .table-bordered > tfoot > tr > td {
    border: 0;
}

table thead{
    background-color: rgb(249, 249, 249);
    border-bottom: 1px solid rgba(204, 199, 199, 0.34);
}

.styles__filter-panel {
    background-color: #ffffff;
}
table tbody tr:nth-child(odd) {
    background: white;
}

table tbody tr:nth-child(even) {
    background: rgba(204, 204, 204, 0.13);
}
.bar__filter {
    min-height: 52px;
    overflow: auto;
    background: #253a44;
}


.option__option-list:hover {
    background-color: #ecf0f5;
    color: black;
}
.options-list {
    background-color: #253a44;
    border-radius: 0px;
    color: white;
    display: none;
    max-height: 400px;
    left: 0;
    overflow: auto;
    position: absolute;
    top: 35px;
    opacity: .9;
    width: 100%;
}



table tbody tr .btn-primary, table tbody tr .btn-danger, table tbody tr .btn-success, table th .btn-success{
    color: rgba(45, 45, 45, 0.77);
    background-color: transparent;
    border-color: rgb(96, 96, 96);
}
table tbody tr .btn-primary:hover, .btn-success:hover{
    color: white;
    background-color: limegreen;
    border-color: limegreen;
}
table tbody tr .btn-primary:hover, table tbody tr .btn-success:hover,table tbody tr .btn-primary:active, table tbody tr .btn-primary.active, .open > .dropdown-toggle.btn-primary, table tbody tr .btn-primary:active:focus, table tbody tr .btn-success:active:focus {
    color: #fff;
    background-color: limegreen;
    border-color: limegreen;
}
table tbody tr .btn-danger:hover, .btn-danger:active, .btn-danger.active{
    color: white;
    background-color: orangered !important;
    border-color: orangered !important;
}
.btn-danger:focus, .btn-danger.focus {
    color: rgba(0, 0, 0, 0.77);
    background-color: transparent;
    border-color: rgba(0, 0, 0, 0.77);
}
dao-filter .btn-primary{
     color: white;
     background-color: #f39c12;
     border-color: #f39c12;
}
dao-filter .btn-primary:hover{
    color: white;
    background-color: #f38814;
    border-color: #f38814;
}
dao-filter .btn-primary:active, dao-filter .btn-primary.active, .open > dao-filter .dropdown-toggle.btn-primary {
    color: white;
    background-color: #f38814;
    border-color: #f38814;
}
dao-filter .btn-primary:active:focus {
    color: white;
    background-color: #f38814;
    border-color: #f38814;
}
.btn-danger {
    color: #fff;
    background-color: #d63530;
    border-color: #d63530;
}
.btn-danger:hover {
    color: #fff;
    background-color: #c9302c;
    border-color: #c9302c;
}


.pagination {
    display: inline-block;
    padding-left: 0;
    float: right;
    margin: 0;
    margin-bottom: 40px;
    border-radius: 4px;
}
.pagination > li > a, .pagination > li > span {
    position: relative;
    float: left;
    padding: 6px 12px;
    margin-left: -1px;
    line-height: 1.42857143;
    color: #253a44;
    text-decoration: none;
    background-color: #fff;
    border: 1px solid #fff;
}
.pagination > .disabled > span, .pagination > .disabled > span:hover, .pagination > .disabled > span:focus, .pagination > .disabled > a, .pagination > .disabled > a:hover, .pagination > .disabled > a:focus {
    color: #777;
    cursor: not-allowed;
    background-color: #f5f5f5;
    border-color: #f5f5f5;
}
.pagination > .active > a, .pagination > .active > span, .pagination > .active > a:hover, .pagination > .active > span:hover, .pagination > .active > a:focus, .pagination > .active > span:focus {
    z-index: 3;
    color: #fff;
    cursor: default;
    background-color: #253a44;
    border-color: #253a44;
}
.pagination > li > a:hover{
    z-index: 2;
    color: #253a44;
    background-color: #eee;
    border-color: #eee;
}




label {
    display: inline-block;
    max-width: 100%;
    margin-bottom: 5px;
    font-weight: 100;
    color: black;
}
.dao-custom-input .name {
    display: inline-block;
    font-weight: 100;
}
.chip {
    background-color: #f5f5f5;
    color: black;
    border-radius: 4px;
    display: inline-block;
    margin-bottom: 5px;
    margin-top: 5px;
    padding: 0 4px;
}






.sphere__dao-checkbox.--disabled {
    background-color: #3d465b;
    left: 28px;
}
.checkbox-cnt__dao-checkbox {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    background-color: #FF9800;
    border-radius: 21px;
    cursor: pointer;
    height: 30px;
    margin-bottom: 8px;
    position: relative;
    top: 2px;
    width: 60px;
}






.text-danger {
    color: #ef4136;
}

.text-success {
    color: #23ca7d;
}

.toggle_filter .glyphicon-plus-sign{
    color: white;
}

.text-warning {
    color: #8a6d3b;
}

.text-warning.--goldenrod {
    color: goldenrod;
}

.alert {
    padding: 15px;
    margin-bottom: 20px;
    border: 0;
    border-radius: 0;
}

.tab__tabs:hover {
    background-color: #1A2226;
    color: white;
}

.tab__tabs.--child-active {
    box-shadow: 0px -2px 0px #1A2226 inset;
    background-color: rgba(238, 238, 238, 0.6);
}

.tab__tabs.--child-active:hover {
    background-color: #1A2226;
}

.list-cnt__dao-list-box.--readonly {
    background-color: white;
    cursor: not-allowed;
}

.btn-primary:focus, .btn-primary.focus {
    color: #fff;
    background-color: limegreen;
    border-color: limegreen;
}

th{
    font-weight: 100;
}

.logo{
    width: 80%;
    padding: 8px;
    margin-left: 15px;
}
.logo-responsive{
    margin: -15px;
}

dao-spinner.main-spinner img {
    left: calc(50% + 115px);
}
body > div > div > div > div.main > div > div > div > div > div.responsive-table.ng-scope > table > tbody > tr{
    border-top: 1px solid #253a44;
}