#page-authentication {
    /*background: white;*/
}

#authentication-box {
    width: 95%;
    max-width: 400px;
    
}

#authentication-box .panel .authentication-header {
    background-color: white;
}

#page-authentication .logo{
    background-image: url(../img/logo.png);
    background-size: cover;
    
}

.logo-box-primary-light .logo {
    background: white;
}

.logo-box .logo {
    width: 220px;
    height: 70px;
}

.logo_img {
    height: 50px;
    margin-top:5px;
}
.text-default-bright{
    color: #009688;
}

.hide-over-flow
{
    overflow:hidden;
    white-space:nowrap;
    text-overflow:ellipsis;
    width:100%;
    display:block;
}

.list .list-item .list-item-text h3 {
    margin-right: 40px;
}

section.page-content{
    padding: 0px;
    padding-top: 0px;
}
.row {
    margin-left: 0px;
    margin-right: 0px; 
}
#page-wrapper #left-content #userbox {
    padding-left: 4px;
}
#authentication-box .panel .authentication-header, #authentication-box .authentication-style1 .panel .authentication-header{
    height: 120px;
    padding: 0px;
    
}
#authentication-box .panel .authentication-header span, #authentication-box .authentication-style1 .panel .authentication-header span {
    color: #009688; 
    margin-left: 30px;
}

#authentication-box {
    font-size: 12px;
}



.floating-label .form-control ~ label{
    top: 10px;
    font-size: 12px;
}


#page-wrapper #left-content {
    width: 300px;
    min-width: 300px;
    max-width: 300px;
}

body .header-container .header-wrapper #header-brand {
    width: 300px;
    min-width: 300px;
    max-width: 300px;
}

#page-wrapper #left-content #userbox {
    height: 8px;
    max-height: 80px;
    min-height: 80px;
}

section.page-header {
    height: 8px;
    max-height: 80px;
    min-height: 80px;
}


section.page-header .page-header_title h1 span.page-header_subtitle{
    line-height:  14px;
}

.super-title {
    color: #009688;
    text-transform: uppercase;
    
}

.thumb-image {
    float: left;
    margin-left: 10px;
    height:80px;
    padding:5px;
}


.modal-dialog{
    padding: 8px;
    max-width: 450px;
}

 .tab-content{
    max-height: 350px;
    overflow: auto
}
.modal-header {
   padding: 14px 14px 0 14px 
}

.modal-body {
    padding: 0 10px;
    max-height: 450px;
    overflow: auto;
}

.panel-heading {
    padding: 10px 5px;
}



.section-title {
    font-weight: bold;
    width: 100%;
    text-align: center;
    color: #8b9092;
    padding: 5px;
}

.panel-heading.nav-tabs, .panel-heading>.nav-tabs {
    padding: 0 10px;
}

.panel-heading.nav-tabs>li>a, .panel-heading>.nav-tabs>li>a {
    line-height: 42px;
    font-size: 12px;
    padding: 0px 3px;
}

.panel-body {
    padding: 5px;
}

section.page-header.alternative-header .page-header_title h1{
    margin-top:-15px
}

ol.breadcrumb{
    float: right;
    max-width: 500px;
}
ol.breadcrumb li,ol.breadcrumb li a {
    color: rgba(255, 255, 255, 0.8) !important;
}

#page-wrapper #right-content-wrapper ol.breadcrumb {
    color:#243A4C;
}

#page-wrapper #right-content-wrapper ol.breadcrumb a {
    color:#243A4C;
}

label.error {
    text-align: right !important;
    color: #f44336 !important;
}

.snackbar,.toasts-container {
    z-index: 100000;
}

#title_top{
    font-size: 20px;
    width: 100%;
    text-align: center;
    vertical-align: middle;
    line-height: 58px;
    margin-left: -55px
}
.action_menu_float_mob {
    position: fixed;
    bottom: 20px;
    left: 20px;
    right: 20px;
    z-index: 10;
}

.action_menu_float {
    margin-top: -20px;
    z-index: 10;
}

.bootstrap-select.btn-group .dropdown-toggle .filter-option {
    color:black
}

.form-group .form-control ~ label {
    
}

.form-file .error{
    margin-top: 15px;
    font-weight: bold;
}

.form-file .btn-floating-action.btn-sm {
    margin-top:20px;
}

@media (max-width:800px)  {
    
    body {
        touch-action: none;
    }
    body .header-container{
            height: 50px;
    }
    #title_top {
        line-height: 50px;
    }
    body .header-container .header-wrapper #header-toolbar ul.toolbar > li > a {
        min-height: 50px;
        min-width: 50px;
    }
    .logo_img {
        height: 40px;
    }
    
    #page-wrapper #left-content #userbox {
        height: 80px;
        max-height: 80px;
        min-height: 80px;
    }
    
    .list .list-divider {
        margin-top: 0px;
        margin-bottom: 0px;
    }
    
    #page-wrapper #left-content nav#sidebar ul > li.nav-main-heading {
        padding-top: 10px;
        padding-bottom: 10px;
        height: 30px;
    }
    
    .list .list-item.list-2-line {
        max-height: 62px;
    }
}


.panel-heading.nav-tabs,
.panel-heading > .nav-tabs {
  padding: 0px;
  display: block;
}

#page-wrapper #left-content #sidebar-wrapper {
  overflow-y: auto;
}

#page-wrapper #right-content-wrapper {
  overflow-y: auto;
}

.list .list-item .list-item-text p {
    margin-right: 40px;
    overflow: hidden;
    text-overflow: ellipsis;
}

.list .list-item .list-icon.list-avatar-icon {
    width: 26px
}

.list .list-divider {
    margin-top:0px;
    margin-bottom:0px;
}