/* table fields select drop down menu box */
.select-box {
    position: relative;
    margin: 0 0 0 5px;
}
#column_checklist .chek_list {
    padding: 5px 0;
    cursor: pointer;
    color: #000;
    display: flex;
}
#column_checklist .chek_list .check_name {
    margin-left: 10px;
    font-weight: 500;
}
.select-box #column_checklist {
    position: absolute;
    left: 0;
    width: 220px;
    background: #fff;
    border: 1px solid #ccc;
    border-radius: 4px;
    z-index: 2;
    padding: 0 0 15px 12px;
    top: 40px;
}
.dataTables_scroll {
    overflow: auto;
}
.table_box {
    font-size: 16px;
    border-radius: 2px;
    z-index: 0;
    position: absolute;
    left: 2px;
    top: 8px;
    cursor: pointer;
}
.option_colums {
    height: 100%;
    max-height: 250px;
    overflow: auto;
}
.option_colums .chek_list:last-child {
    padding-bottom: 35px;
}
input[type=checkbox], input[type=radio] {
    cursor: pointer;
}
.red{
    color: red;
}
.option_colums .btn_save {
    display: flex;
    position: absolute;
    bottom: 0;
    left: 0;
    background: #f1f1f1;
    width: 100%;
    padding: 7px;
}

/* main table grid */
.main_scroll_Table{
    overflow: auto;
}
.common_table {
    width: 100%;
    border-collapse: collapse;
}
.ListContentItem .Feedetail {
    line-height: 26px;
    padding: 5px 10px;
    font-family: "popins_medium";
}
.ListContentItem .Feedetails {
    line-height: 28px;
    font-size: 16px;
    padding: 10px;
}
#spupload {
    padding: 8px 30px 8px 45px;
}
.common_table th {
    padding: 7px 10px;
    background-color: #f1f1f7;
    font-weight: 500;
    color: #000;
    font-size: 13px;
    font-family: "popins_medium";
    border-top: 1px solid #f1f1f7;
    border-bottom: 1px solid #c1c1cd;
    text-transform: uppercase;
}
.common_table td {
    padding: 8px 10px;
   /*  min-width: 190px; */
    word-wrap:break-word;
    border-bottom: 1px solid #ededed;
    position: relative;
    font-family: "popins_regular";
}
td.drop_down_select .main-filter{
    width: 160px;
} 
td.drop_down_select .main-filter .select2-container .select2-selection--single .select2-selection__rendered {
    font-size: 13px;
    font-weight: 400;
    padding: 0 25px 0 15px;
}
td.drop_down_select .main-filter .select2-selection__arrow {
    right: 10px !important;
}
a.info {
    margin-left: 12px;
    font-size: 14px;
    position: absolute;
    right: 15px;
    top: 50%;
    transform: translateY(-50%);
}
span.Tsub_text {
    font-size: 12px;
    line-height: 16px;
    display: block;
    color: #959595;
    font-family: "popins_regular";
}
span.Tsub_text_inline {
    font-size: 12px;
    line-height: 16px;
    color: #959595;
    font-family: "popins_regular";
}
/* only for numbers */
body .xtra_field {
    width: 25px ;
}
body td.number {
    width: 5%;
}
/* active column name */
.active_column{
    color: red !important;
}



/* pagination */
.pagi-section-main {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 15px 0 0;
}
.pagination_box {
    display: flex;
    align-items: center;
}
.pagination_box .partation {
    display: flex;
    align-items: center;
    margin-left: 15px;
}
.pagination_box .partation .common_pagination {
    margin: 0 5px;
}
.pagination_box .partation .common_pagination .fas {
    font-size: 21px;
    line-height: 22px;
    margin: 0 5px;
}
.pagination_box .partation .common_pagination a {
    font-size: 16px;
    line-height: 15px;
    font-weight: 500;
    display: flex;
    align-items: center;
    color: var(--black);
    transition: all 0.3s ease;
}
.pagination_box .partation .common_pagination a:hover {
    color: var(--theme);
}

.pagination_box .partation .common_pagination a:focus {
    outline: none;
    text-decoration: none;
}
.pagi-count {
    font-size: 14px;
}
.pag_select:focus {
    outline: none;
}
.pagination_box.num_tag {
    display: flex;
    align-items: center;
}
.pagi-section .pagi-count {
    font-size: 15px;
    font-weight: 500;
}
.pagi-section .pagi-count span {
    font-size: 15px;
    font-weight: 500;
    color: #18486e;
}
 .pag_select {
    padding: 6px 26px 6px 10px;
    cursor: pointer;
    background-image: url(../images/drop.png);
    background-repeat: no-repeat;
    background-position: 93%;
    -webkit-appearance: none;
    margin-right: 15px;
    border: 1px solid #ccc;
}
.shorting li.title_dp {
    padding: 6px 15px 3px;
    border-bottom: 1px solid #B3B3B3;
    font-weight: 500;
    text-transform: uppercase;
    background: #f3f3f3;
    font-size: 13px;
    line-height: 22px;
}
.shorting .dropdown-menu {
    padding: 0;
    right: 0;
    left: auto;
    padding: 15px 0;
}
.shorting .dropdown-menu > li > a {
    padding: 6px 15px;
    font-size: 13px;
    font-weight: 400;
    min-width: 200px;
}
body .dropdown-menu > li > a:hover {
    color: #ffffff;
    background-color: #5897fb;
}
.shorting hr {
    margin: 0;
}
.search_box_popup {
    background: #fff;
    border-radius: 8px;
}
.searchbox_content {
    padding: 10px 30px 30px;
}
.search_lists .row_one {
    display: flex;
    flex-direction: column;
}
.search_lists label {
    font-weight: 500;
}
.search_lists .s_button {
    margin-top: 30px;
}
.search_cal {
    display: flex;
    align-items: center;
    margin: 15px -15px;
}
.search_cal .s_field {
    margin: 15px;
}
.modal-footer .s_button {
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
}
/* .search_lists {
    padding: 15px;
} */

.modal-header-inner {
    padding: 4px 10px;
    border-radius: 4px;
}
.modal-header-inner .s_title {
    font-size: 14px;
    line-height: 24px;
    color: #333;
    font-weight: 500;
}
.modal-header-inner p {
    color: #333;
    margin-bottom: 0;
}
.top_part p {
    padding-top: 10px;
    padding-left: 30px;
}

.dataTables_wrapper .dataTables_paginate .paginate_button {
    font-size: 14px;
}
.back_to_search a {
    font-weight: 600;
}

.dataTables_length {
    display: none;
}
.sorting {
    background-image: url("../images/sorting_dark.png");
    background-repeat: no-repeat;
    background-position: 96%;
    cursor: pointer;
}
 .sorting_asc {
    background-image: url("../images/sorting_dark.png");
    background-repeat: no-repeat;
    background-position: 96%;
    cursor: pointer;
}
 .sorting_desc {
    background-image: url("../images/sorting_dark.png");
    background-repeat: no-repeat;
    background-position: 96%;
    cursor: pointer;
}
table.loading tbody {
    position: relative;
}
table.loading tbody:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgb(255 255 255 / 42%);
}  
table.loading tbody:after {
    content: "";
    position: fixed;
    background-image: url(../images/Spin-1s-200px.gif);
    height: 100px;
    width: 100px;
    bottom: 35%;
    left: 50%;
    transform: translateX(-50%);
    background-repeat: no-repeat;
    background-size: 100px 100px; 
} 

/* custom table */
table tr[disabled] {
    opacity: 0.6;
    pointer-events: none;
}
.numbers{
    width: 150px !important;
}
.common_table.add_border tr td:last-child,
.common_table.add_border th:last-child {
    border-right: none
}
.SDetails {
    font-size: 13px;
    font-weight: 500;
    margin-left: 15px;
}
.field-label {
    min-width: 25%;
    font-size: 13px;
    font-weight: 600;
    width: 35%;
}
.extra_filter {
    position: absolute;
    top: -15px;
    left: calc(100% - 120px);
    right: 0;
    transform: translateY(-50%);
    cursor: pointer;
    color: #333;
    display: flex;
    align-items: center;
}
.extra_filter p {
    margin: 5px 0 0 5px;
}
.extra_filter:hover {
    color: #000;
}
.HideDiv {
    display: none;
}
tr.deletestrikeclass {
    text-decoration: line-through;
}
span.additional_click {
    display: flex;
    position: absolute;
    left: calc(100% + 15px);
    width: 100%;
    top: 50%;
    transform: translateY(-40%);
}
span.additional_click p {
   margin-left: 8px;
}

.input-group-addonModi{
    padding: 0;
    display: table-cell;
    width: 1%;
    white-space: nowrap;
    vertical-align: middle;
    border: 1px solid #ccc;
    border-right: 0;
}
/* switch button */
.switch {
    position: relative;
    display: inline-block;
    width: 35px;
    height: 32px;
    margin: 0;
}

.switch input { 
  opacity: 0;
  width: 0;
  height: 0;
}

.slider {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #8593c1;
  -webkit-transition: .4s;
  transition: .4s;
}

.slider:before {
    position: absolute;
    content: "";
    height: 24px;
    width: 20px;
    left: 2px;
    bottom: 4px;
    background-color: #fff;
    -webkit-transition: .4s;
    transition: .4s;
}

input:checked + .slider {
    background-color: #388b30;
}

input:focus + .slider {
    background-color: #388b30;
}

input:checked + .slider:before {
  -webkit-transform: translateX(10px);
  -ms-transform: translateX(10px);
  transform: translateX(10px);
}

/* Rounded sliders */
.slider.round {
  border-radius: 34px;
}

.slider.round:before {
  border-radius: 50%;
}

.pagi-section .pagination>li>a{
    color: #454fae;
    font-size: 14px;
    padding: 6px 15px;
    cursor: pointer;
    transition: all 0.1s ease;
}
.pagi-section .pagination>.active>a{
    background-color: var(--Darktheme);
    border-color: var(--Darktheme);
    color: #fff;
}
.pagi-section .pagination>.active>a:hover{
    background-color: var(--DarkthemeHover);
    border-color: var(--DarkthemeHover);
    cursor: pointer;
}
.pagi-section .pagination>li:first-child>a {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
}
.pagi-section .pagination>li:last-child>a {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
}


.common_table tr {
    transition: all 0.1s ease;
}
.common_table tr:hover {
    background-color: #f4f4ff;
}

.simple_table tr td{
    border: 1px solid #e9e9e9;
    font-family: "popins_medium";
}
.simple_table thead td{
    color: #333;
   font-weight: 600;
}
.simple_table{
    width: 100%;
}
.simple_table th,.simple_table td{
    padding: 10px;
}
span.CounsellorCount {
    border-left: 1px solid #ccc;
    padding: 0 15px;
    font-size: 14px;
}

 .spinner .input-group-addon {
    background-color: #f3f6f9;
    border: none;
    border-radius: 0;
    padding: 0 12px;

 }
 .spinner .input-group-addon .UpDown {
    background-color: #f3f6f9;
    border: none;
    border-radius: 0;
    display: block;
 }
 .spinner .input-group-addon .UpDown:hover {
    background-color: #e8eaeb;
 }

 .common_table.with_noColor tr th{
    background-color: transparent;
    border-top: none;
 }

 @media screen and (max-width: 1199px){
    .simple_table tr td{
        display: block;
        width: 100%;
    }
    body .column_six{
        width: calc((100% - 90px)/3);
    }
    body .form_section fieldset {
        padding: 10px 20px;
    }
 }
 @media screen and (max-width: 991px){
    body .column_six{
        width: calc((100% - 60px)/2);
    }
 }
 @media screen and (max-width: 767px){
    body .select2-container--default .select2-selection--single .select2-selection__arrow {
        height: 42px;
    }
    body .select2-container .select2-selection--single {
        height: 42px;
    }
    body .select2-container--default .select2-selection--single .select2-selection__rendered {
        line-height: 42px;
        margin-top: 0;
    }
    body .common {
        height: 42px !important;
        line-height: 42px;
    }
    body span.num {
        line-height: 42px;
    }
    body span.verify {
        line-height: 42px;
    }
    body .right_icon {
        height: 42px;
    }
    body span.close_file{
        line-height: 42px;
        height: 42px;
    }
    body .field_items input[type="file"] {
        padding-left: 50px;
        line-height: 42px;
    }
    body a.ViewBtn {
        top: 13px;
    }
  /*   body .form_section fieldset {
        padding: 10px;
    } */
  /*   .common_table td {
        min-width: 120px;
    } */
    body .column_six{
        width: 100%;
    }
    .form-button {
        bottom: -15px;
    }
   
 }