.hide {
    display: none;
}

.itlp {
  font-size: 120%;
}
#payment_box_data tr td,
#payment_box_query tr td {
  vertical-align: middle;
}

#payment_box_data tr th,
#payment_box_query tr th {
  font-size: 80%;
}


.type_payment_block {
    background-color: #f1f2ff;
    padding: 10px 20px;
    border-radius: 4px;
    -webkit-box-shadow: 0px 0px 5px -1px rgb(0 0 0 / 49%);
    -moz-box-shadow: 0px 0px 5px -1px rgba(0,0,0,0.49);
    box-shadow: 0px 0px 5px -1px rgb(0 0 0 / 49%);
}
.type_payment_block label {
    font-size: .775rem;
    font-weight: 700;
    margin-bottom: .1rem;
    color: #5e72e4;
}
.type_payment_cash {
    color: green;
}
.type_payment_deferred {
    color: red;
}
#table_list_filter {
    margin-bottom: 5px;
}
table.dataTable th {
    line-height: 1;
}
div.dropdown-menu {
    z-index: 9999;
}
.form_ok {
    display: none;
}
.no_right {
    position: absolute;
    z-index: 2;
    background-color: rgba(255,255,255,0.9);
    width: 100%;
    height: 100%;
    padding-top: 10%;
}
#activate_box_data .badge {
    font-size: 66%;
    font-weight: 600;
    line-height: 1;
    display: inline-block;
    padding: .15rem .20rem;
    text-align: center;
    vertical-align: baseline;
    white-space: nowrap;
    border-radius: .25rem;
}
.internet_color {
    background-color: #f9f8e3;
}
#form_password_ok {
    display: none;
}
.red_bg {
    background-color: #fff4f3;
}
.green_bg {
    background-color: #f3fff3;
}
.yelow_bg {
    background-color: #fff8e8;
}
h5.card-title span {
    font-weight: 800;
    font-size: 1.7rem;
}
.btn_download_pay {
    display: none;
}
h5.card-title {
    margin-bottom: 0.25rem;
}
h5.card-title i {
    color: #5e72e4;
}
h6.card-subtitle {
    font-weight: 500;
    text-transform: uppercase;
    font-size: 0.775rem;
    color: #5e72e4 !important;
}
.sub_title_2 {
    font-size: 1.5rem;
    border-bottom: 1px solid #e1e8ff;
    margin: 10px 0;
}
.img_logo {
    margin-top: 10px;
}
.p-relative {
    position: relative;
}
.loader_box {
    display: none;
    position: absolute;
    z-index: 1050;
    width: 100%;
    height: 100%;
    padding-top: 20%;
    left: 0px;
    top: 0px;
    background-color: rgba(255,255,255,0.8);
}
.loader_box_small {
    display: none;
    position: absolute;
    z-index: 1050;
    width: 100%;
    height: 100%;
    padding-top: 5%;
    left: 0px;
    top: 0px;
    background-color: rgba(255,255,255,0.8);
}
.swal2-container {
    z-index: 1071;
}
.card-body-sm {
    padding: 1.5rem;
    flex: 1 1 auto;
    min-height: 110px;
}
.form-check label.error {
    color: red;
}
.form-check input.error {
    background-color: #fff5f5;
}

.cabinet .card-body {
    min-height: 300px;
}

input[type="search"] {
    transition: box-shadow .15s ease;
    border: 0;
    box-shadow: 0 1px 3px rgba(50, 50, 93, .15), 0 1px 0 rgba(0, 0, 0, .02);
    line-height: 1.5;
    height: calc(1.75rem + 2px);
    padding: .625rem .75rem;
}
label.paymettype {
    font-weight: 500;
    font-size: 0.9rem;
    color: #3c53d2;
}
.fs875 {
    font-size: .875rem;
}
.rem08 {
    font-size: 0.8rem;
}
.lh1 {
    line-height: 1;
}
.lh12 {
    line-height: 1.2;
}
table .contract_table{
    font-size: .875rem;
}
table.dataTable thead th {
    font-size: .800rem;
}
label {
    font-size: .775rem;
    font-weight: 700;
    margin-bottom: .1rem;
    color: #8d8d8d;
}
.ct-title {
    text-transform: uppercase;
    color: #555abf;
    font-size: 1.5rem;
    font-weight: 600;
    margin-top: 0.5rem;
    /* margin-bottom: 1.5rem; */
    line-height: 1.2;
}
.ct-page-title {
    margin-bottom: 1.5rem;
    padding-left: 0.75rem;
    border-left: 4px solid #5e72e4;
}
.ct-page-title2 {
    margin-bottom: 1.0rem;
    padding-left: 0.25rem;
    border-left: 2px solid #fc7c5f;
}
.sub_title {
    font-size: 1.2rem;
    font-weight: 600;
    margin-top: 5px;
    padding-left: 5px;
    background-color: #8386a8;
    color: #ffffff;
}

.t_border_form {
    border-top: 1px solid #e1e8ff;
    padding-top: 10px;
    margin-top: 10px;
}
.mini_loader {
    display: none;
    position: absolute;
    width: 100%;
    height: 100%;
    background-color: #fff;
    z-index: 10001;
}
.mini_loader i {
    margin: 8px;
}

.c_pointer {
    cursor: pointer;
}


/************************************
 * Close button
************************************/
#closebt-container {
    position: relative;
    width:100%;
    text-align:center;
    margin-top:40px;
}

.closebt {
    -webkit-transition: all 0.2s;
    -moz-transition: all 0.2s;
    -ms-transition: all 0.2s;
    -o-transition: all 0.2s;
    transition: all 0.2s;
    cursor:pointer;
}

.closebt:hover {
    transform:rotate(90deg);
}

#item > p  {
    margin:0px;
    color:#E74B3D;
}

.pBox h4 {
    font-size: 20px;
    font-weight: 700;
}
.pBox h5 {
    font-size: 16px;
    font-weight: 600;
}

.cp {
    cursor: pointer;
}

#animatedModal1 {
    display: none;
}

.ft_link {
    color: #525f7f;
    cursor: pointer;
    font-size: 14px;
}
.ft_link:hover {
    color: #5e72e4;
}
.fw300 {
    font-weight: 300;
}
.fw400 {
    font-weight: 400;
}
.fw600 {
    font-weight: 600;
}
.fw700 {
    font-weight: 700;
}
.fw800 {
    font-weight: 800;
}

.w60 {
    width: 60px;
}
.w80 {
    width: 80px;
}
@media only screen and (max-width: 767px){
    .hide767 {
        display: none;
    }
}
