html,
body {
    height: 100%;
    width: 100%;
    background: #eeeeee8f !important;
    overflow-x: hidden;
}

.table td,
.table th {
    border-bottom: 1px solid #dee2e6 !important;
    border-top: none !important;
    padding: 5px !important;
    font-size: 13px;
    color: #000;
}
.tablefont td, .tablefont th {
    font-size: 12px;
    padding: 5px !important;
    max-width: 50px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
nav {
//    background-color: #CC6633 !important;
}
li.list-group-item {
    color: #000;
    font-weight: 400;
}
.logo {
    height: 100px !important;
}

ul.nav-tabs {
    background-color: #CC6633 !important;
}
span.ng-binding.ng-scope {
    padding: 5px 13px;
    background: antiquewhite;
    margin: 5px;
    border-radius: 20px;
    text-align: center;
    font-weight: bold;
}
.exp-heading {
    background-color: #CC6633 !important;
}

.view-cascade {
    background-color: #CC6633 !important;
}

div.dataTables_wrapper div.dataTables_length select {
    display: inline-block !important;
}

.expsea-heading {
    //background: linear-gradient(to bottom, #ff3399 0%, #882355 100%);
background:#61361D !important;
}


.col {
    font-weight: bold;
}

.colresult {
    font-weight: normal;
}

.showdatatable tr td {
    width: 25%;
    padding: 5px;
}

#headingUnfiled {
//    background-color: #CC6633 !important;
    padding: 5px 10px 8px;
}

#headingUnfiled a h5 {
    color: #fff;
    font-size: 14px;
    text-decoration: none;
}

.md-accordion .card .card-header a {
    text-decoration: none;
}

#headingUnfiled a h5 {
    font-weight: bold;
}

.dataTables_info {
    padding-bottom: 15px;
}

.showdataContainer {
    padding: 50px 130px;
}

.custom-file-control {
    height: 100%;
    padding: 12px;
}

.custom-file-input {
    opacity: 1 !important;
    border: 0;
    border-bottom: 1px solid #ccc !important;
    left: initial !important;
    width: 85% !important;
}

.pagination .page-item.active .page-link {
    background-color: #E0B90C !important;
}

table .th-lg {
    min-width: auto !important;
}
@media only screen and (max-width: 600px){
span.ng-binding.ng-scope {
    padding: 0px 3px;
    margin: 2px;
    border-radius: 11px;
    font-weight: bold;
    width: 100%;
    float: left;
}
.table-wrapper {
    display: block;
    width: 100%;
    overflow-x: auto;
}
.showdataContainer {
    padding: 15px;
}
}
