﻿body {
    margin: 0;
    font-family: "Ubuntu",sans-serif;
    /*font-size: 1rem!important;*/
    font-weight: 400;
    line-height: 1.5;
    color: #596277;
    background-color: #fff;
    -webkit-text-size-adjust: 100%;
    -webkit-tap-highlight-color: rgba(0,0,0,0);
    letter-spacing: 0px;
}

.select2.form-control {
    padding: 0.2rem!important;
}

@media (min-width: 769px) {
    select.select2.form-control {
        height: 130px;
    }
}

.pn-leftpart {
    margin: 0px;
    display: inline-block;
    width: 50px;
}

.pn-rightpart {
    margin-left: 130px;
}

.pn-rightpart img {
    max-width: 60px;

}

.textcenter {
    text-align: center;
}

ul.search-file-list {
    padding-left: 0px !important;
}

.search-file-list {
    margin: 0;
    list-style-type: none;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.search-file-list li {
    padding-right: 10px;
}

.search-file-list li a {
    color: #886ab5 !important;
}

th, td:first-child {
    white-space: nowrap;
}
/*tr, td, ul, li, span:first-child { white-space: nowrap; }*/
div.dataTables_wrapper {
    /*width: 800px;*/
    margin: 0 auto;
}

.dtr-title {
    min-width: 138px !important;
    font-weight: 500!important;
}

.dtr-data {
    white-space: nowrap;
}

.page-content-wrapper {
    padding: 0px 20px 0px 20px;
}

.child td ul li {
    text-align: left !important;
}

.subheader-title {
    font-size: 1.375rem;
    font-weight: 500;
    color: #505050;
    text-shadow: #fff 0 1px;
    margin: 0;
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
}

.select2 {
    font-size:0.8rem;
}


table.dataTable > tbody > tr.child ul.dtr-details > li {
    padding: 0.2em 0!important;
}


.table > :not(caption) > * > * {
    padding: 0.3rem 0.3rem!important;
}


.page-item.active .page-link {
    background-color: #384395 !important;
    border-color: #384395 !important;
}


.page-link {
    color: #0e0e0e!important;
}


table thead tr th{
    font-size: 12px;
    font-weight: 500;
    white-space: nowrap!important;
}