
/*# sourceMappingURL=data:application/json;charset=utf8;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiY3VzdG9tLmNzcyIsInNvdXJjZXMiOlsiY3VzdG9tLnNjc3MiXSwibmFtZXMiOltdLCJtYXBwaW5ncyI6IiJ9 */

/*# sourceMappingURL=custom.css.map */

/*.input-group-prepend {*/
/*    width: 50px !important;*/
/*}*/

body {
    font-family: 'Almarai', sans-serif !important;
}

.loading_pr_white {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background-color: rgba(255,255,255,0.7);
    z-index: 9;
}
.mfp-preloader_white {
    color: #ccc;
    position: absolute;
    top: 50%;
    left: 50%;
    width: 32px;
    height: 32px;
    text-align: center;
    margin-top: -12px;
    margin-left: -12px;
    z-index: 1044;
    text-indent: -9999px;
    background: #fff url("../img/ajax-loader.gif") no-repeat center center;
}

.container-test {
    position: relative;
    width: 200px;
    height: 200px;
    border-radius: 50%;
    border: 2px solid #F0F3FF;
}

/* Make the image to responsive */
.image-test {
    display: block;
    width: 100%;
    height: 100%;
    border-radius: 50%;
}

/* The overlay effect - lays on top of the container and over the image */
.overlay-test {
    position: absolute;
    bottom: 0;
    background: rgb(0, 0, 0);
    background: rgba(0, 0, 0, 0.3); /* Black see-through */
    width: 100%;
    height: 100%;
    padding-top: 80%;
    transition: .5s ease;
    opacity:0;
    color: white;
    font-size: 20px;
    text-align: center;
    border-radius: 50%;
    cursor: pointer;
}

/* When you mouse over the container, fade in the overlay title */
.container-test:hover .overlay-test {
    opacity: 1;
}

.dataTables_scrollBody {
    transform:rotateX(180deg);
}
.dataTables_scrollBody table {
    transform:rotateX(180deg);
}

.table.my-table {
    border-spacing: 0px;
}

table.dataTable.no-footer{
    border-bottom:0px !important
}

.table.my-table tr td:last-child {
    text-align: right;
    width: 60px;
    min-width: 60px;
}

.table.my-table td {
    border-bottom: 1px solid #dee2e6 !important;
    padding: 0.25rem !important;
}

.table.my-table th {
    padding: 0.5rem !important;
}

.table.my-table td .btn {
    padding: 0.1rem 0.4rem;
    font-size: 10px;
}

.table.my-table td a.row-link {
    color: #212529;
    transition: color 0.5s ease;
}

.table.my-table td a.row-link:hover {
    color: #7bb346;
    text-decoration: none;
}

.my-table.table-bordered td, .my-table.table-bordered th {
    border: 0;
}

.table.my-table th.sorting,
.table.my-table th.sorting {
    transition: color 0.5s ease;
}

.table.my-table th.sorting:hover,
.table.my-table th.sorting:hover {
    color: #7bb346;
}

.table.my-table th.sorting_asc,
.table.my-table th.sorting_desc {
    color: #7bb346;
}

.table.my-table th.sorting:before,
.table.my-table th.sorting:after {
    content: "";
}

.table.my-table th.sorting_asc:before,
.table.my-table th.sorting_desc:before{
    content: "";
    display: none !important;
}

.table.my-table th.sorting_asc:after,
.table.my-table th.sorting_desc:after {
    content: "\2191";
    position: relative;
    left: 5px;
    color: #7bb346;
    opacity: 1 !important;
    display: inline !important;
    bottom: 0 !important;
}

.table.my-table th.sorting_desc:after {
    content: "\2193";
}

.card-header h3 {
    font-size: 1.25rem !important;
}

textarea.form-control {
    min-height: 52px !important;
}

.form-group {
    margin-bottom: 0.5rem !important;
}

.nav-tabs {
    background-color: #FCFCFC;
    border-top-left-radius: .25rem;
    border-top-right-radius: .25rem;
}

.nav-tabs li.nav-item a {
    color: #6c757d !important;
}

.nav-tabs li.nav-item a.active {
    color: #7bb346 !important;
}

.form-group label:not(.custom-label) {
    line-height: 18px !important;
    margin-bottom: 0.25rem !important;
}

/* Editable Table */
.table tbody.editable tr td input.form-control {
    border-color: #fff;
    background-color: white;
    width: 100%;
    border-radius: 0 !important;
    transition: border-color 0.5s ease;
}

.table tbody.editable tr td input.form-control:focus {
    border-color: #7bb346;
}

.table tbody.editable tr td select.form-control-sm.combo {
    padding: .25rem .5rem !important;
    height: 31px !important;
    border-color: #fff !important;
}

.table.table-editable th {
    background-color: #F9F9F9;
    color: #777777;
    padding-left: 0.5rem;
    font-weight: 400;
    border-color: #dee2e6 !important;
    border-bottom: 1px solid #dee2e6 !important;
}

.table.table-editable td {
    padding: 0 !important;
    border-color: #dee2e6 !important;
}

.table.table-editable-large td {
    padding: 0.3rem !important;
    padding-left: 0.5rem !important;
}

.table.table-editable:not(.no-buttons) tr th:last-child {
    min-width: 25px;
    width: 1%;
    border: 0;
    background-color: white;
    border-bottom: 0 !important
}

.table.table-editable-large tr th:last-child {
    min-width: 60px !important;
}

.table.table-editable:not(.no-buttons) tr td:last-child {
    text-align: center;
    border: 0;
    padding-top: 2px !important;
    vertical-align: bottom;
}

.table.table-editable tr td:last-child a {
    font-size: 20px;
    line-height: 20px;
}

.table.table-editable tr td:last-child a.browse {
    color: #58B1E2 !important;
}

.table.table-editable tr td:last-child a.delete {
    color: #fdb6b4 !important;
    margin-left: 0;
}

.table.table-editable-large tr td:last-child a.delete {
    color: #fdb6b4 !important;
    margin-left: 3px;
}

.btn.form-action,
.card-header .btn {
    font-size: 13px;
    font-weight: 400;
    letter-spacing: 0;
    box-shadow: none !important;
    border-radius: 4px !important;
}

.form-group .selectgroup.selectgroup-pills .selectgroup-item i {
    margin-right: 5px;
    /*color: #7bb346;*/
}

.form-group select.form-control-sm.combo {
    padding: .25rem .5rem !important;
    height: 31px !important;
}

.form-group .banner-div .select2 {
    width: 100% !important;
}

/* Image Upload In Table */
.table-editable .custom-file {
    height: 31px !important;
}

.table-editable .custom-file-input {
    height: 31px !important;
}

.table-editable .custom-file-label {
    height: 31px !important;
    line-height: 21px !important;
    /*border-color: #fff !important;*/
    border-radius: 0 !important;
    background-color: #fff !important;
    margin-bottom: 0 !important;
    border: 0;
}

.table-editable .custom-file span {
    display: inline;
    position: absolute;
    margin-left: -20px;
    z-index: 10;
    font-size: 20px;
    color: #58B1E2;
    cursor: pointer;
    margin-top: 1px;
}

.table-editable .custom-file-label::after {
    line-height: 21px !important;
    content: "" !important;
    border-radius: 0 !important;
    background-color: #fff !important;
    height: 29px !important;
}

.table .badge {
    padding: 4px;
    font-size: 10px;
    margin-left: 5px;
}

.image-preview .badge {
    padding: 4px;
    font-size: 10px;
    margin-left: 5px;
}

.main-content {
    padding-top: 100px !important;
}

.nav-pills .nav-item .nav-link.active {
    box-shadow: none;
}

.tab-company {
    border-right: 1px #dee2e6 solid;
}

@media (max-width: 768px) {
    .tab-company {
        border-right: 0;
    }
}

.input-group-sm .input-group-prepend .input-group-text {
    height: 31px;
}

.form-group .input-group-sm .input-group-prepend .input-group-text i {
    color: #7bb346;
}

.main-sidebar .sidebar-menu li a {
    height: 40px !important;
}

.avatar {
    box-shadow: 0 5px 15px rgba(105, 103, 103, 0.5) !important;
}

.table.order-details-table tr th:first-child {
    width: 25%;
}

.table.order-details-table tr td:last-child {
    width: 75%;
    color: #767676;
    border: 1px solid #f6f6f6 !important;
}

.text-status {
    text-transform: none !important;
    color: #7bb346;
}

.activities .activity {
    min-height: 100px;
}

.activities .activity.canceled .text-status {
    text-transform: none !important;
    color: #fc544b;
}

.activities .activity .activity-icon {
    background-color: #7bb346 !important;
}

.activities .activity.canceled .activity-icon {
    background-color: #fc544b !important;
}

.activities .activity.inactive .activity-icon {
    background-color: #ececec !important;
    color: #cccccc !important;
}

.activities .activity.inactive:before,
.activities .activity.last-active:before{
    background-color: #ececec !important;
}

table.dataTable img {
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
    border: 1px solid rgba(105,103,103,0.2) !important;
    border-radius: 0 !important;
    width: 80px;
    height: 40px;
}

.download-file {
    display: inline-block;
    width: auto;
    border: 1px solid #e5e5e5;
    border-radius: 5px;
}

.download-file a {
    padding: 10px;
    display: block;
    width: 100%;
    height: 100%;
    color: #767676;
}

.download-file a:hover {
    color: #7bb346;
    text-decoration: none;
    background-color: #f7f7f7;
}

.download-file a i {
    margin-right: 5px;
    margin-left: 5px;
}

.download-file a span {
    padding: 0 5px;
}

.table.table-bordered td, .table.table-bordered th {
    padding: 15px;
}

.card.card-statistic-1 .card-icon {
    line-height: 86px;
}

.card.card-statistic-1 .card-icon .fa {
    font-size: 32px;
}

.main-content {
    padding-left: 30px;
    padding-right: 280px;
}

.main-sidebar {
    left: unset;
    right: 0;
}


.navbar {
    left: 0;
    right: 250px;
}

.theme-white .navbar {
    box-shadow: -15px 9px 25px 0 rgba(0, 0, 0, 0.1);
}

.form-group label:not(.custom-label) {
    font-size: 18px;
    font-weight: 700;
    margin-bottom: 10px !important;
}

.custom-radio {
    font-size: 14px !important;
    font-weight: 400 !important;
    margin-top: 8px !important;
}

.form-row {
    margin-top: 20px;
    margin-bottom: 20px;
}

input[type=checkbox],
input[type=radio] {
    margin-left: 5px;
}

.main-sidebar .sidebar-menu li a .feather {
    margin-left: 10px;
}

.sidebar-mini .main-sidebar:after{
    position: absolute;
}


.input-group-text,
select.form-control:not([size]):not([multiple]),
.form-control:not(.form-control-sm):not(.form-control-lg){
    text-align: right;
}


/* .ui-datepicker {
    width: 100%;
    margin-left: 100px;
    z-index: 1000;
} */


.sidebar-mini .navbar{
    left: 0;
    right: 65px;
}

