.header{
    
}
.page-sidebar .sidebar-header, .page-sidebar .sidebar-menu .menu-items > li ul.sub-menu, .icon-thumbnail, .panel-dark{
    
}
.page-sidebar, .page-sidebar .sidebar-menu .menu-items > li ul.sub-menu > li .icon-thumbnail, .header{
   
}
.company.inline h2, .header a, .breadcrumb a, .breadcrumb > .breadcrumb-item + .breadcrumb-item:before{
    
}
.breadcrumb-container {
    
    
}
.login-container{
    /*
    background: #054254;
    background: -moz-linear-gradient(top, #37383a) 2%, #505153 100%);
    background: -webkit-linear-gradient(top, #37383a 2%, #505153 100%);
    background: linear-gradient(to bottom, #37383a 2%,#505153 100%);
    */
}

.file-item{
    transition: all 500ms ease;
}

.modal-open .select2-container {
    z-index: 1040!important;
}
.modal-open .select2-container.select2-container--open {
    z-index: 1051!important;
}

.modal .modal-body{
    max-height: 80vh;
}

.square-menu li{
    display:inline-block;
}
.square-menu .icon-thumbnail{
    margin:0;
}
.page-sidebar .sidebar-menu .menu-items{
    margin-top:0;
}
.form-group{
    position:relative;
}
label.error {
    position: absolute;
    top: 50%;
    right: 10px;
    font-size: 11px;
    color: #f55753;
    font-weight: 300;
    text-transform: none;
    transform: translateY(-50%);
    color: transparent;
    transition: all 250ms ease;
    pointer-events: none;
    white-space: nowrap;
    z-index:9;
}
label.error:after {
    font-family: 'Font Awesome 5 Pro';
    content: "\f06a";
    margin-left: 10px;
    color: #f55753;
    font-size: 16px;
    pointer-events: all;
}
label.error:hover {
    color: #f55753;
}
label.error + .flatpickr-calendar {
    border: 1px solid red;
}

.check-group{
    position:relative;
}
.check-group .file-item{
    box-shadow:0 0 0.5rem rgba(0,0,0,.15)!important;
}
.trans{
    transition: all 500ms cubic-bezier(.02, .01, .47, 1);
}

.overscroll{
    overflow-y:scroll;
}
*::-webkit-scrollbar-track
{
	border-radius: 10px;
    background-color: transparent;
}

*::-webkit-scrollbar
{
	    width: 10px;
    background-color: transparent;
}

*::-webkit-scrollbar-thumb
{
	border-radius: 10px;
    background-color: #00d0bd;
}
.nav-tabs > li > a.active:hover{
    background-color:inherit;
    border-bottom:0;
}
 .nav-tabs > li > a.active:focus{
     color: #495057;
    background-color: #fff;
    border-color: #dee2e6 #dee2e6 #fff;
 }
.nav-tabs .nav-item {
    margin-bottom: -2px;
}

.columns > div {
  
    break-inside: avoid-column;
}
.pointer{
    cursor:pointer;
}
.doc-menu{
    padding: 5px 5px 0px 5px;
}
.doc-menu a{
    /*max-width:32px;*/
    white-space:nowrap;
    overflow-x:hidden;
    transition:all 250ms ease!important;
}
.doc-menu a:hover{
    max-width:1000px;
}
.doc-menu:after{
    display:none;
}
.profile-image {
    background: #00d0bd;
    display: inline-block;
    border-radius: 50%;
    color: #FFF;
    position: relative;
    font-weight: 300;
    line-height: 0;
}
.profile-image * {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
}
.note-editor.note-frame{
    border:0;
}
.panel-heading.note-toolbar{
    padding:0 0 5px 0;
}
.note-editor.note-frame .note-editing-area{
    border: 1px solid rgba(0, 0, 0, 0.07);
}

.doc-menu a.text-complete:hover {
    background-color: #48b0f7;
    color: #FFF!important;
}
.doc-menu a.text-primary:hover {
    background-color: #6d5cae ;
    color: #FFF!important;
}

