.indexHeader {
    background-color: #fff!important;
    border-bottom: 0.5px solid #c5c5c5;
    color: #000000;
    padding: 14px;
    min-height: 61.5px;
}

.indexLabel {
    padding: 0px;
    padding-top: 5px;
}

.indexLabel>h1 {
    display: inline-block;
    vertical-align: middle;
    padding-left: 5px;
    font-size: 20px!important;
    font-weight: bold!important;
    margin: 0px;
}

.indexLabel>h1>span {
    margin-left: 5px;
    min-width: 10px;
    padding: 3px 7px;
    font-size: 12px;
    line-height: 1.2;
    color: #fff;
    vertical-align: baseline;
    border-radius: 60px;
    background-color: var(--accent) !important;
    font-weight: bold;
    text-shadow: 0 1px 0 rgb(0 0 0 / 20%);
    display: inline-block;
    text-align: center;
    white-space: nowrap;
    float: right!important;
}

.searchArea {
    position: absolute;
    margin-top: 3px!important;
}

.searchArea md-input-container {
    padding: 0 !important;
    width: 100%;
    margin: 0 0 0 3px;
}

.searchArea md-input-container>label {
    margin: 0px;
}

md-select {
    margin-top: 2px!important;
}

.md-select-value>span:not(.md-select-icon) {
    font-weight: bold!important;
    height: 19px;
}

.reportrange {
    height: 26px;
    line-height: 24px;
    margin-top: 5px;
    padding: 0px 5px!important;
    background: #fff;
    cursor: pointer;
    border: 1px solid #ccc;
    width: 100%;
}

.ngTable {
    border-bottom: 0.5px solid #c5c5c5;
    margin-bottom: 0px!important;
    width: 100%;
    max-width: 100%;
}

.ngTable th:first-child,
.ngTable td:first-child {
    padding-left: 20px;
}

.ngTable th:last-child,
.ngTable td:last-child {
    padding-right: 8px;
}

.ngTable>thead>tr>th {
    color: #58666e;
    font-weight: 500;
}

.ngTable>tbody>tr>td {
    font-size: 12px;
    font-weight: 500;
}

.ngTable>thead>tr>th {
    padding: 8px 5px;
    border-bottom: 1px solid #eaeff0;
}

.ngTable>tbody>tr>th,
.ngTable>tfoot>tr>th,
.ngTable>tbody>tr>td,
.ngTable>tfoot>tr>td {
    padding: 5px;
    vertical-align: middle;
}

.ngTable>tbody>tr:nth-of-type(odd) {
    background-color: #f9f9f9;
}

.ngTable tr:hover {
    background-color: var(--primaryLight)!important;
}

.noRecord {
    text-align: center;
    font-weight: bold;
}

.btn-tab:first-child {
    margin-left: 19px;
}

._md-datepicker-floating-label>md-datepicker .md-datepicker-input-container {
    margin-top: 3px!important;
}

.panel-body {
    border-bottom: 0.5px solid #c5c5c5;
    padding: 0px;
}

.panel-body>.row>div:first-child {
    margin-left: 4px;
}

.branchHeader {
    width: 100%;
    color: var(--accent);
    background-color: #fff;
    padding: 4px;
    border: solid 3px var(--accent);
    border-radius: 50px;
    font-size: 12px;
    font-weight: bold;
    min-width: 180px;
    margin-top: 9px;
}

._md-datepicker-floating-label {
    margin-bottom: 0px;
}


/* .details tr:hover {
    background-color: transparent!important;
} */

.pull-right {
    float: right!important;
}

.pull-left {
    float: left!important;
}

.align-right {
    text-align: right!important;
}

.align-left {
    text-align: left!important;
}

.align-center {
    text-align: center!important;
}

.no-margin {
    margin: 0px!important;
}

.no-padding {
    padding: 0px!important;
}

.no-border {
    border: none !important;
}

.ngTable a {
    color: var(--primary);
}

.ngTable a:hover {
    color: var(--primaryDark);
}

.details th:last-child,
.details td:last-child {
    width: 7%!important;
}

md-autocomplete {
    min-width: 100%;
}


/* Radio Button */

.radiobtn {
    display: inline-block;
    margin: 3px;
}

.radiobtn label {
    justify-content: center;
    display: flex;
    border-radius: 5px;
    padding: 5px 10px;
    box-shadow: 4px 4px 6px #a2a2a2;
    margin-bottom: 0px;
    cursor: pointer;
    margin-top: 7px;
}

.radiobtn input[type="radio"] {
    display: none;
    appearance: none;
}

.radiobtn input[type="radio"]:checked+label {
    background: var(--accent)!important;
    color: #fff;
}

.navbar-nav .dropdown {
    display: inline;
}

td>.navbar-nav>.dropdown>.dropdown-toggle {
    padding: 0!important;
    display: inline;
}

td>.navbar-nav>.dropdown>.dropdown-menu {
    right: 0!important;
    left: unset!important;
    z-index: 1000000;
    position: absolute;
    border: solid 1px #ccc;
}

.ptb-0 {
    padding-top: 0px;
    padding-bottom: 0px;
}

.w-5 {
    width: 5%;
}

.w-20 {
    width: 20%;
}

.w-25 {
    width: 25%;
}

.w-10 {
    width: 10%;
}

.w-12 {
    width: 12%;
}

.w-15 {
    width: 15%;
}

.b-b {
    border-bottom: 0.5px solid #c5c5c5;
}

.b-t {
    border-top: 0.5px solid #c5c5c5;
}

.b-r {
    border-right: 0.5px solid #c5c5c5;
}

.b-l {
    border-left: 0.5px solid #c5c5c5;
}

.b-a {
    border: 0.5px solid #c5c5c5;
}

.high {
    color: var(--primary);
}

.p-r-l-0 {
    padding-left: 0;
    padding-right: 0;
}

.p-r-0 {
    padding-right: 0;
}

md-input-container:not(.md-input-has-value) input:not(:focus),
md-input-container:not(.md-input-has-value) input:not(:focus)::-webkit-datetime-edit-ampm-field,
md-input-container:not(.md-input-has-value) input:not(:focus)::-webkit-datetime-edit-day-field,
md-input-container:not(.md-input-has-value) input:not(:focus)::-webkit-datetime-edit-hour-field,
md-input-container:not(.md-input-has-value) input:not(:focus)::-webkit-datetime-edit-millisecond-field,
md-input-container:not(.md-input-has-value) input:not(:focus)::-webkit-datetime-edit-minute-field,
md-input-container:not(.md-input-has-value) input:not(:focus)::-webkit-datetime-edit-month-field,
md-input-container:not(.md-input-has-value) input:not(:focus)::-webkit-datetime-edit-second-field,
md-input-container:not(.md-input-has-value) input:not(:focus)::-webkit-datetime-edit-text,
md-input-container:not(.md-input-has-value) input:not(:focus)::-webkit-datetime-edit-week-field,
md-input-container:not(.md-input-has-value) input:not(:focus)::-webkit-datetime-edit-year-field {
    color: transparent;
    font-size: 12px;
}

@media (min-width: 768px) {
    .navbar-collapse,
    .app-content,
    .app-footer {
        margin-left: 220px;
    }
}

@media (min-width: 768px) {
    .app-aside-fixed .aside-wrap .navi-wrap>* {
        width: 220px;
    }
}

@media (min-width: 768px) {
    .app-aside-fixed .aside-wrap .navi-wrap {
        position: relative;
        width: 237px;
        height: 100%;
        overflow-x: hidden;
        overflow-y: scroll;
        -webkit-overflow-scrolling: touch;
    }
}

@media (min-width: 768px) {
    .app-aside-fixed .aside-wrap {
        position: fixed;
        top: 50px;
        bottom: 0;
        left: 0;
        z-index: 1000;
        width: 219px;
        overflow: hidden;
    }
}

@media (min-width: 768px) {
    .app-aside,
    .navbar-header {
        width: 220px;
    }
}

.reportGrid {
    width: 25%;
    display: -webkit-inline-box;
}

.reportGrid>.list-group-item {
    width: 100%;
    text-align: center;
    border-top-width: 0!important;
    padding: 18px 15px;
}

.reportGrid .sidebarIcon {
    min-width: 40px !important;
    width: 40px !important;
    height: 40px !important;
    margin: auto;
    fill: var(--primaryDark) !important;
    display: block;
}

.list-group-item {
    padding: 5px 15px;
}

.nav>li>a {
    position: relative;
    display: block;
    padding: 10px 15px;
}

.reportGrid>a {
    width: 100%;
}

.sideBarWidth {
    width: 90%;
    display: inline-block !important;
    padding-right: 0px !important;
}

.app-aside-folded .sideBarWidth {
    width: 90%;
    display: inline-block !important;
    padding: 10px 15px;
}

.zoomIcon {
    font-weight: bold;
    font-size: 12px;
    border: solid;
    border-radius: 17px;
    background: white;
    color: #ff5722;
}

.bg-black .nav>li:hover>a,
.bg-black .nav>li:focus>a,
.bg-black .nav>li.active>a {
    color: #ffffff;
    background-color: #0e161b!important;
}

.bg-black .nav>li:hover>div,
.bg-black .nav>li:focus>div,
.bg-black .nav>li.active>div {
    color: #ffffff;
    background-color: #0e161b!important;
}

.md-virtual-repeat-container.md-autocomplete-suggestions-container {
    min-width: 250px!important;
}

._md-datepicker-floating-label {
    padding: 0px;
}

md-autocomplete[md-floating-label] md-input-container {
    /* margin-bottom: 0!important; */
}

.panel-body .col-md-1,
.panel-body .col-md-2,
.panel-body .col-md-3,
.panel-body .col-md-4,
.panel-body .col-md-5,
.panel-body .col-md-6,
.panel-body .col-md-7,
.panel-body .col-md-8,
.panel-body .col-md-9,
.panel-body .col-md-10,
.panel-body .col-md-11,
.panel-body .col-md-12 {
    min-height: 60px;
}

.btn-tab[disabled] {
    /* background-color: #e8e8e8!important; */
}

.btn-tab-active {
    background-color: var(--accent) !important;
    color: #fff !important;
}