
.bg-inverse {
    background-color: #4d8cc4 !important;
    background-image: linear-gradient(135deg,rgba(255,255,255,.08) 15%,transparent 15%,transparent 40%,rgba(255,255,255,.08) 40%,rgba(255,255,255,.08) 65%,transparent 65%,transparent);
    -webkit-background-size: 120px 120px;
    background-size: 120px 120px;
}

/* kolor z .bg-inverse + opacity 0x33 */
.error-template, .login-box-body {
    border: 3px #4d8cc433 solid !important;
}
/* kolor z .bg-inverse */
.login-page h5 i.fa-circle {
    color: #4d8cc4;
}


/*.nav-item.dropdown a.nav-link.dropdown-toggle { } */
/*.nav-item.dropdown a.nav-link.dropdown-toggle:hover, .nav-item.dropdown.show a.nav-link.dropdown-toggle {   }*/
  
.dt-locked-row {
    text-decoration: line-through;
    color: rgb(189, 121, 121);
}

#sidebarToggle {
    color: rgb(29, 21, 73);
    cursor: pointer;
    border-color:rgb(91, 86, 114);
    text-decoration: none !important;    
    padding-top: 5px;
}

#sidebarToggle i {
    margin-top: 2px;
}

#sidebarToggle:hover, #sidebarToggle:active, #sidebarToggle:visited {
    text-decoration: none !important;
}
  
#sidebarToggle:focus {
    box-shadow: none;
    -webkit-box-shadow:none;
}
#sidebarToggle.nav-collapsed {
    color: darkred;
    border-color: darkred;
}
@media (max-width: 992px) {
    #sidebarToggle {
        display: none;
    }
}

.login-logo {
    background: url('../images/syenbi-logo-login.png') no-repeat center;
    min-height: 80px;
    text-align: center;
    line-height: 7em;
    margin-top: -15px;
}

.login-logo span {    
    line-height: 1em;
    vertical-align: bottom;
}

.main-logo {    
    font-size: 0;
    min-height: 35px;
}

.first-logo {   
    min-height: 50px;        
}

.bottom-syenbi-logo {
    background: url('../images/syenbi-logo.png') #292b2c no-repeat center center;
    font-size: 0;
    width: 100%;    
    min-height: 125px;
    padding-bottom:30px;
    position:fixed;
    bottom:0;
    left:0;
}

.navbar-calc-height {
    max-height: calc(100vh - 180px);
}


.login-logo-container {
    margin: 0;
    max-height: 90px;
    background: rgb(255,255,255); /* Old browsers */
    background: -moz-linear-gradient(top,  rgba(255,255,255,1) 0%, rgba(246,246,246,1) 47%, rgba(237,237,237,1) 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(top,  rgba(255,255,255,1) 0%,rgba(246,246,246,1) 47%,rgba(237,237,237,1) 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom,  rgba(255,255,255,1) 0%,rgba(246,246,246,1) 47%,rgba(237,237,237,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#ededed',GradientType=0 ); /* IE6-9 */
    border-bottom: #4d8cc4 1px solid;
}


.bg-gray:not(td) {
    background-color:#f9f9f9;
}

  
.bg-gray:not(th) {
  background-color:#fcfcfc;
}

.bg-gray-darker:not(td) {
    background-color:#eaeaea;
}

  
.bg-gray-darker:not(th) {
  background-color:#eee;
}

.right-dark-border { 
    border-right:1px #CCC solid !important;
    padding-left: .69rem !important;
}

.table-striped tbody tr:nth-of-type(odd):not(.selected) {
    background-color: rgba(0,0,0,.045);
}

.table-striped.selected tbody tr.selected:nth-of-type(odd) {
    background-color: #9db2db;
}


.dataTables_empty {
    text-align: left !important;
    background: #fff;
}

.dataTables_empty:after {
    font-family: FontAwesome;
    content: "\f11a";
    margin-left: 0.5rem;
    opacity: 0.8;
    font-size: 14pt;
}

.chatbox-bordered {
    border-radius: .25rem;
    border-width: 1px;
    border-style: solid;
    -webkit-border-image: -webkit-gradient (linear,0 100%,0 0,from (transparent),to(#ddd)) 1 100%;
    -webkit-border-image: -webkit-linear-gradient(top,#ddd,rgba(0,0,0,0)) 1 100%;
    -moz-border-image: -moz-linear-gradient(top,#ddd,rgba(0,0,0,0)) 1 100%;
    -o-border-image: -o-linear-gradient(top,#ddd,rgba(0,0,0,0)) 1 100%;
    border-image: linear-gradient(to bottom,#ddd,rgba(0,0,0,0)) 1 100%;
    margin-top: -16px;
    padding-top: 3rem;
}

.bstree-vline {
    height: calc(100% - 14px) !important;
}
    
.content-wrapper-modal section.content .box.box-primary {
    max-height: 70vh;
    overflow-y: auto;
    overflow-x: hidden;
}

.modal-body .file-preview-pdf {
    max-height: 70vh;
    overflow-y: auto;
    min-height: 70vh !important;
}

div.dataTables_wrapper div.dt-buttons.btn-group div.btn-group:last-child {
    border: none !important;
}

.nav-item .nav-link sup.badge { 
    font-size: 65%;
    position: absolute; 
    top: initial;
    margin-left: .25rem;
    margin-top: -.5rem;
}


.breadcrumb .breadcrumb-item i.fa.fa-home {
    font-family: 'icomoon' !important;
    font-style: normal;
    font-weight: 400;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    font-size: 130%; 
    vertical-align: middle;    
}

.breadcrumb .breadcrumb-item i.fa.fa-home::before {
    content: "\e933" !important;
}

.confirm-badge {
    cursor: help;
}

.modal-body .nav:not(.nav-tabs) .nav-item {
    margin-right: .4rem;
}
/* bg-info */
.modal-body .nav:not(.nav-tabs) .nav-item a.nav-link:not(.active):not(.disabled) {
    background-color: #d9edf71a;
    border: #81ccf1 1px solid;
    padding: 0.45em 1em;
}
/* blue-100, opacity 44 */
.modal-body .nav:not(.nav-tabs) .nav-item a.nav-link:not(.active):not(.disabled):focus {
    background-color: #b3d7ff44 !important;
}

.modal-body .nav:not(.nav-tabs) .nav-item a.nav-link:not(.active):not(.disabled):hover {
  background-color: #b3d7ff44 !important;
}

.modal-body .nav:not(.nav-tabs) .nav-item a.disabled.nav-link:not(.active) {
    background-color: #f0f0f044;
    border: #bdbdbd 1px solid;
    padding: 0.45em 1em;
}

.easy-autocomplete-container {
    max-height: 180px;
    overflow-y: auto;
}

