html,
body {
    height: 100%;
}

.password {
    display: block;
    width: 100%;
    height: -webkit-calc(1.5em + 0.9375rem + 2px);
    height: -moz-calc(1.5em + 0.9375rem + 2px);
    height: calc(1.5em + 0.9375rem + 2px);
    padding: 0.46875rem 0.625rem;
    font-size: 0.875rem;
    font-weight: 400;
    line-height: 1.5;
    color: #596882;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #c0ccda;
    -webkit-border-radius: 0.25rem;
    -moz-border-radius: 0.25rem;
    border-radius: 0.25rem;
    -webkit-transition: border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
    transition: border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
    -o-transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
    -moz-transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out, -moz-box-shadow 0.15s ease-in-out;
    transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
    transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out, -moz-box-shadow 0.15s ease-in-out;
}

.ac-header {
    margin-bottom: 0;
    border: 1px solid rgba(72, 94, 144, 0.16);
    background-color: #f5f6fa;
    padding: 12px 15px 12px 0px;
    position: relative;
    outline: none;
    cursor: pointer;
    -webkit-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}
.ac-header-border-top{
    border-top: 5px solid rgba(72, 94, 144, 0.16);
}
.ac-header-border-top-green{
    border-top-color: green;
}
.ac-header-border-top-amber{
    border-top-color: #FFBF00;
}
.ac-header-border-top-red{
    border-top-color: red;
}

.ac-header .btn-link {
    font-size: 14px !important;
    font-weight: 500 !important;
    color: #1b2e4b !important;
}

.ac-body {
    border: 1px solid rgba(72, 94, 144, 0.16);
    border-top-width: 0;
    padding: 35px 20px 20px 35px;
    position: relative;
}

.application-record-row {
    left: 0;
    padding-left: 11px;
    top: 60px;
    bottom: 0;
    right: 0;
    position: absolute;
    white-space: nowrap;
    overflow-x: auto;
    overflow-y: hidden;
}

.application-record-row .application-record-item {
    display: inline-block;
    margin-left: 5px;
    margin-right: 5px;
    height: 100%;
    min-width: 290px;
}

/* .application-record-row .application-record-item:not(:last-child){
    margin-right: 20px;
} */

.application-record-row .application-record-item .item {
    max-height: 100%;
    width: 100%;
}

.bg--white {
    background-color: #fff;
}

.content {
    display: flex;
    flex-direction: column;
    height: 100%;
    overflow: hidden;
    position: relative;
    width: 100%;
}

.content-height-initial {
    height: initial;
}

@media (min-width: 992px) {
    .aside-fixed+.content {
        float: right;
        margin-left: 0;
        max-width: calc(100% - 60px);
    }
}

@media (min-width: 1200px) {
    .aside-fixed+.content {
        margin-left: 0;
        max-width: calc(100% - 240px);
    }
}

.aside.minimize+.content {
    margin-left: 0;
    max-width: calc(100% - 60px);
}

.filemgr-wrapper {
    bottom: auto;
    display: flex;
    flex-direction: column;
    flex-grow: 1;
    left: auto;
    position: relative;
    right: auto;
    top: auto !important;
}

.filemgr-content {
    bottom: auto;
    display: flex;
    flex-direction: column;
    flex-grow: 1;
    height: 100%;
    left: auto;
    position: relative;
    right: auto;
    top: auto !important;
}

.filemgr-content-header {
    bottom: auto;
    left: auto;
    position: relative;
    right: auto;
    top: auto !important;
}

.filemgr-content-body {
    bottom: auto;
    flex-grow: 1;
    left: auto;
    position: relative;
    right: auto;
    top: auto !important;
}

.media.media-folder {
    margin-bottom: 20px;
}

.media-group {
    flex: 1 1 auto;
    overflow-x: hidden;
    overflow-y: auto;
}


.text-primary {
    color: #0168fa;
}

#report_data .page-item, #installment_report .page-item{
    min-width: 36px;
    height: 100%;
    padding: 9px 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #0168fa;
    transition: all 0.2s ease-in-out;
    border: 1px solid #cdd4e0;
    margin-left: -1px;
line-height: 1.25;
}

#report_data .page-item.active, #installment_report .page-item.active{
    background-color: #0168fa;
    color: rgb(255, 255, 255);
}

#report_data .table_nav, #installment_report .table_nav{
    margin-top: 15px;
}

.contact-content{
    overflow: auto;
}

.green-app{
margin-bottom: 20px;
border-top: 5px solid green;
background: #00ff002b;
}

.approaching-start-date-app {
margin-bottom: 20px;
border-top: 5px solid #FFBF00;
background: #FFBF001F;
}

.red-app{
margin-bottom: 20px;
border-top: 5px solid red;
background: #ff00000a;
}

.aside-logo span {
    display: block;
    font-size: 14px;
    line-height: 1;
}
.nav-aside .nav-link{
    min-height: 30px;
    height: auto;
}
.nda-app-logo {
    width: 120px;
    margin-top: 2px;
}
.nma-app-logo {
    width: 150px;
    margin-top: 15px;
}
.bom-app-logo {
    width: 150px;
    margin-top: 15px;
}
.wrap-normal tbody td{
    white-space: normal !important;
}

/* For Mobile Phones */
@media (max-width:576px){
    .dt-button.buttons-excel.buttons-html5.btn.btn-primary { position: absolute; top: 0; right: 0; }
    #datatable_filter { margin-top: 25px; }
}
/* For Laptops/Desktop */
@media (min-width:576px){
    .dt-button.buttons-excel.buttons-html5.btn.btn-primary { position: absolute; top: 0; left: 150px; }
    #datatable_length { position: absolute; top: 5px; }
}

.dataTables_scrollBody table.dataTable thead .sorting::before, .dataTables_scrollBody table.dataTable thead .sorting::after, .dataTables_scrollBody table.dataTable thead .sorting_asc::before, .dataTables_scrollBody table.dataTable thead .sorting_asc::after, .dataTables_scrollBody table.dataTable thead .sorting_desc::before, .dataTables_scrollBody table.dataTable thead .sorting_desc::after {
	display:none;
}

table.dataTable thead .sorting::before, table.dataTable thead .sorting::after, table.dataTable thead .sorting_asc::before, table.dataTable thead .sorting_asc::after, table.dataTable thead .sorting_desc::before, table.dataTable thead .sorting_desc::after {
	right: 0;
}

table.recent-activities-table p{
    margin-bottom: 0px !important;
}


tr.tr-green-app{
margin-bottom: 20px;
border-left: 5px solid green !important;
background: #00ff002b !important;
}
tr.tr-red-app{
margin-bottom: 20px;
border-left: 5px solid red !important;
background: #ff00000a !important;
}
tr.tr-grey-app {
margin-bottom: 20px;
border-left: 5px solid gray !important;
background: #dadfe7 !important;
}

.label {
	display: inline;
	padding: .2em .6em .3em;
	font-size: 75%;
	font-weight: 700;
	line-height: 1;
	color: #fff;
	text-align: center;
	white-space: nowrap;
	vertical-align: baseline;
	border-radius: .25em;
}
.label-primary { background-color: #337ab7; }
.label-success { background-color: #5cb85c; }
.label-info { background-color: #5bc0de; }
.label-warning { background-color: #f0ad4e; }
.label-danger { background-color: #d9534f; }
.wrap-nowrap{
    white-space: nowrap !important;
}
.error {
    color: red;
    font-size: 0.9em;
}