@charset "utf-8";

.table-bordered>thead>tr>th, .table-bordered>tbody>tr>th, .table-bordered>tfoot>tr>th, .table-bordered>thead>tr>td, .table-bordered>tbody>tr>td, .table-bordered>tfoot>tr>td {
    border: 1px solid #e0e0e0;
}
table.table-bordered th {
    background-color: #f0f0f0;
    border-color: #e3e3e3;
    width: 20%;
}
table.table-bordered td {

}
.box-header:nth-child(n+2) {
    margin-top: 20px;
}

.mt-1{margin-top: 1rem;}.mt-2{margin-top: 2rem;}.mt-3{margin-top: 3rem;!important}.mt-4{margin-top: 4rem;}.mt-5{margin-top: 5rem;}.mt-6{margin-top: 6rem;}.mt-7{margin-top: 7rem;}.mt-8{margin-top: 8rem;}.mt-12{margin-top: 12rem;}.mt-13{margin-top: 13rem;}.mt-15{margin-top: 15rem;}

/* h4 { */
/*     background-color: #f3f3f3; */
/*     padding: 8px 10px; */
/* } */

.help-block {
    color: #dd4b39;
}
.input-error {
    border-color: #dd4b39;
    box-shadow: none;
}

.example {
    color: #ccc;
    font-size: 0.8rem;
    margin-top:5px;
}
.FontS {
    font-size:0.9rem;
    color: #aaa;
}

@media (max-width: 767px) {
.skin-black .main-header>.logo {
    background-color: #fff !important;
    color: #fff;
    border-bottom: 0 solid transparent;
    border-right: none;
    border-bottom: 1px solid #ddd;
}
.logo img {
    max-width: 200px;
    padding-top: 5px;
}
}
:disabled {
background-color: #eee;
opacity: 1;
}

td h4 {
    font-size: 1.4rem;
    font-weight: bold;
}

.search-box {
    display: flex;
    justify-content: start;
    padding: 40px 0px;
    border-bottom: 1px solid #ddd;
    margin-bottom:20px;
}
.search-box span{
    font-size: 10px;
    color: #333;
}
.search-item {
    margin-right: 20px;
}


