﻿.column_search {
    padding: 0px !important;
}

/*
    Datatables
    ----------
*/
.dataTables_length {
    margin-top: 5px;
    margin-left: 20px;
}

.dataTables_info {
    margin-left: 10px;
}

td table tr:first-child td {
    border-top: none !important;
    padding: 0 !important;
}

table.dataTable thead .sorting {
    background: url('../images/sort_both.png') no-repeat center right;
}

table.dataTable thead .sorting_asc {
    background: url('../images/sort_asc.png') no-repeat center right;
}

table.dataTable thead .sorting_desc {
    background: url('../images/sort_desc.png') no-repeat center right;
}

table.dataTable thead .sorting_asc_disabled {
    background: url('../images/sort_asc_disabled.png') no-repeat center right;
}

table.dataTable thead .sorting_desc_disabled {
    background: url('../images/sort_desc_disabled.png') no-repeat center right;
}

.dataTables_wrapper {
    font-size: 16px;
}

/*'<font size="' + (device === mobile ? '25' : '40') + '">'*/

table.dataTable thead th {
    font-size: 16px;
}

table.dataTable tbody td {
    vertical-align: middle !important;
}


.BulletsHeadding {
    color: #57889c !important;
    font-weight: 700 !important;
    font-size: 13px !important;
}



/*
.my_main {
    background-image: url('../My_Images/backgroundimage.jpg') !important;
}
*/

/*a {
    text-decoration: none;
    color: #0062cc;
    border-bottom: 2px solid #0062cc;
}

.box {
    padding: 60px 0px;
}
*/
.box-part {
    background: aliceblue;
    border-radius: 0;
    padding: 6px 0px;
    margin: 10px 0px;
}

.text {
    margin: 20px 0px;
}

.fa {
    color: #4183D7;
}


/*Chosen*/
.chosen-container-single .chosen-single {
    height: 32px !important;
    border-radius: 0px !important;
    -webkit-box-shadow: none !important;
    line-height: 30px !important;
}

.chosen-container-single .chosen-single div {
    margin-top:3px;
}

/*.chosen-container-single .chosen-single .has-error {
    border-color: #b94a48 !important;
}*/


/*Mandatory*/
.must {
    font-size: 1rem;
}

td.details-control {
    background: url('../img/details_open.png') no-repeat center center;
    cursor: pointer;
}

tr.shown td.details-control {
    background: url('../img/details_close.png') no-repeat center center;
}


#loader {
    position: fixed; /* Make the loader fixed position */
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(255, 255, 255, 0.7);
    z-index: 9999; /* Set a high z-index to make sure it's on top */
    display: none;
}

.loader-inner {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    font-size: 16px;
}

.swal2-title-custom {
    font-size: 1.5rem; /* Adjust title font size */
}

.swal2-content-custom {
    font-size: 1.2rem; /* Adjust content font size */
}

.swal2-button-custom {
    font-size: 1.1rem; /* Adjust button font size */
}

.disabled-menus {
    pointer-events: none;
    opacity: 0.6;
}

