html, body {
    height: 100%;
    background-color: #fcfcfa;
}

.fill-height {
    min-height: 100%;
    height: auto !important; /* cross-browser */
    height: 100%; /* cross-browser */
}

.row-eq-height {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
}

.table .fit{
    width: 1px;
    padding-right:8px;
    white-space: nowrap;
}


.img-profile-circle {
    object-fit: cover;
    border-radius: 50%;
}

.img-profile-circle-border {
    -webkit-box-shadow: 0px 0px 0px 4px rgba(220, 220, 220, 1);
    -moz-box-shadow: 0px 0px 0px 4px rgba(220, 220, 220, 1);
    box-shadow: 0px 0px 0px 4px rgba(220, 220, 220, 1);
}

.border-between > [class*='col-']:before,
.border-between > [class*='col-']:after {
    background: #ededed;
    bottom: 0;
    content: " ";
    position: absolute;
    width: 1px;
    top: 0;
}

.border-between > [class*='col-']:before {
    left: 0;
}

.border-between > [class*='col-']:after {
    right: -1px;
}

.border-between > [class*='col-']:first-child:before,
.border-between > [class*='col-']:last-child:after {
    display: none;
}

#loading-bar-spinner {
    pointer-events: all;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(255, 255, 255, 0.0);
}

#loading-bar-spinner .spinner-icon {
    width: 28px;
    height: 28px;
    position: absolute;
    left: 50%;
    top: 50%;
}

.navbar-fixed-side .navbar-collapse {
    border-top: 1px solid #3a536a;
}

.navbar-fixed-side .navbar-nav .dropdown-menu,
.navbar-fixed-side .navbar-nav > li > a {
    border-bottom: 1px solid #3a536a;
}

.navbar {
    margin-bottom: 0px;
}

.navbar-header {
    float: left;
}

.navbar-profile > li > a {
    padding: 2px 15px;
}

.navbar-fixed-side .navbar-nav .dropdown-menu > li > a {
    line-height: 20px;
    color: white;
}

.table.table-align-middle > tbody > tr > td {
    vertical-align: middle;
}

.table.table-double-height > tbody > tr {
    height: 58px
}

.bread-crumb {
    background-color: transparent;
    border: none;
    font-size: 1.4em;
    margin-bottom: 0px;
    padding: 12px 15px;
}

.bread-crumb > .active {
    color: inherit;
}

.sub-navbar {
    position: relative;
    top: 0px;
    left: 0px;
    right: 0px;
    padding: 0;
    margin: 0;
}

.sub-navbar-fixed {
    position: fixed;
    top: 60px;
    left: 236px;
    right: 16px;
    padding: 0;
    margin: 0;
    z-index: 100;
}

.sub-navbar > div {
    background-color: #eef8fa;
    border-bottom: 1px solid #E0E0E0;
    padding: 12px 15px;
}

.iseucys-side-button {
    display: none;
    padding-top: 5px;

}

.form-control[readonly],
.form-control[disabled] {
    background-color: #fcfcfa;
    border: none;
    padding: 0px;
    height: auto;
}

.nav-tabs > li.active > a,
.nav-tabs > li.active > a:hover,
.nav-tabs > li.active > a:focus {
    background-color: #fcfcfa;
}

/*
    ise-breadcrumb
*/
.ise-breadcrumb {
    color: white;
    padding: 17px;
    font-size: 18px;
    margin-left: 230px;
    position: fixed;
}

.ise-breadcrumb-icon {
    display: inline-block;
}

.ise-breadcrumb-item {
    display: inline-block;
    color: white;
}

.ise-breadcrumb a {
    color: white;
}

.navbar-profile > li > a {
    padding: 15px 15px;
}

.navbar-aside {
    width: 220px;
    float: left;
    display: inline;
}

.main-content-offset {
    margin-left: 220px;
    margin-top: 60px;
}

.max-form-width {
    max-width: 540px;
}

.aside {
    background: #2c3e50;
    width: 220px;
    min-width: 220px;
    padding: 0px;
}

.aside-body {
    padding-top: 0px !important;
}

.no-dash-background {
    /*background-image: url('/public/assets/eucys.png');*/
    background-color: #def0f7;
    background-clip: content-box;
    background-position: 0px -12px;
}

bc-phone-number .btn-default {
    color: #666;
    background-color: #ecf0f1;
    border: 2px solid #dce4ec;
    border-right: none;
}

.datepicker .btn.btn-default {
    background-color: #fff;
    color: inherit;
}

.datepicker .btn.btn-default:disabled {
    background-color: #fff;
    color: #cdcdcd;
}

.datepicker .btn-default:hover,
.datepicker .btn-default:focus,
.datepicker .btn-default.focus,
.datepicker .btn-default.active,
.datepicker .btn-default:active,
.datepicker .btn.btn-primary {
    background-color: #2c3e50;
    color: #cdcdcd;
}

@media (max-width: 1200px) {
    .clearcol.col-md-4:nth-child(3n+1) {
        clear: left;
    }
}

@media (min-width: 1200px) {
    .clearcol.col-lg-3:nth-child(4n+1) {
        clear: left;
    }
}

@supports (-moz-transform: translate(0, 0)) {
    .navbar-nav li a formstatus {
        margin-top: -21px;
    }
}

/*
    Responsive
*/
@media (max-width: 767px) {

    .sub-navbar-fixed {
        left: 18px;
    }

    .ise-breadcrumb {
        margin-left: 60px;
    }

    .iseucys-side-button {
        display: inline;
        position: fixed;
        left: 0px;
        top: 0px;
    }

    .main-content-offset {
        margin-left: 0px;
    }

    .collapse {
        display: block;
    }

    .navbar-header {
        float: none;
    }

    .navbar {
        margin-bottom: 0px;
        height: 60px;
    }

    .navbar-nav {
        margin: 0px -15px;
    }

    .dropdown-menu {
        position: relative !important;
        display: inherit;
        background: transparent;
        box-shadow: none;
        border: 0px;
        width: 220px;
        padding: 7px !important;
    }

    .navbar-fixed-side .dropdown > .dropdown-toggle, .navbar-fixed-side .dropdown-menu > .dropdown-header {
        background-color: transparent !important;
        color: #9d9d9d !important;
        cursor: default;
        font-size: 0.8em;
        text-transform: uppercase;
        border-bottom: none;
        padding-bottom: 0;
    }

}
