﻿@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@100;200;300;400;500;600;700&display=swap');

*, *::after, *::before {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

body, h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 {
    font-family: 'Montserrat', sans-serif;
    text-shadow: none !important;
}

.content-header > h1 {
    font-size: 17px !important;
    font-weight: bold;
}

label {
    color: #000 !important;
    font-weight: 500;
    margin-bottom: 1px;
}

table th {
    text-shadow: none !important;
    font-size: 14px;
    font-weight: 600 !important;
}

table td {
    overflow: initial !important;
}

.table > tbody > tr > td, .table > tbody > tr > th, .table > tfoot > tr > td, .table > tfoot > tr > th, .table > thead > tr > td, .table > thead > tr > th {
    padding: 5px !important;
    white-space: nowrap;
    padding: 2px 5px;
    font-weight: 500;
}

textarea.form-control {
    height: auto !important;
}

.form-control {
    padding: 3px !important;
    height: 28px !important;
    border-radius: 6px !important;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075) !important;
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075) !important;
}

.form-group {
    margin-bottom: 5px !important;
}

.mb0 {
    margin-bottom: 0px !important;
}

.select2-container--default .select2-selection--single, .select2-selection .select2-selection--single {
    padding: 3px 3px !important;
    height: 28px !important;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075) !important;
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075) !important;
    border-radius: 6px !important;
}

    .select2-container--default .select2-selection--single .select2-selection__arrow b {
        top: 41% !important;
    }

select[multiple], select[size] {
    height: 28px !important;
}

.SumoSelect > .CaptionCont {
    line-height: 22px;
    border-radius: 6px;
}

.table .select2-container--default .select2-selection--single .select2-selection__rendered {
    line-height: 25px;
}

.table .select2-container--default .select2-selection--single .select2-selection__arrow b {
    top: 46% !important;
}
/******pagimnation*****/
.paginationPanel {
    float: right;
    padding: 3px;
    font-size: 14px;
    /*margin-top: 3px;*/
}

    .paginationPanel a {
        margin: 0px 1px;
        cursor: pointer;
        background: #f1f1f1;
        width: 18px;
        height: 18px;
        display: inline-block;
        border-radius: 50%;
        text-align: center;
        color: #757575;
        line-height: 16px;
    }

        .paginationPanel a:hover, .paginationPanel a.active {
            background: #18AACC;
            color: #fff !important;
        }

    .paginationPanel .paginationpage {
        max-width: 32px;
        text-align: center;
        height: 24px;
        border: solid thin #ccc;
        border-radius: 6px
    }

    .paginationPanel select {
        max-width: 48px;
        text-align: center;
        height: 24px;
        border: solid thin #ccc;
        border-radius: 6px;
    }

    .paginationPanel button {
        background: #18AACC;
        color: #fff;
        border: none;
        border-radius: 3px;
        cursor: pointer;
        padding: 1px 5px;
    }

    .paginationPanel .borderleft {
        border-left: solid thin #dadada;
    }

    .paginationPanel .fa {
        font-size: 10px;
    }
/******pagimnation*****/

.mr10 {
    right: 10px;
}

.footerFixed {
    position: fixed;
    /* width: 96%; */
    background: #fff;
    right: 0px;
    left: 50px;
    bottom: 0px;
    z-index: 999;
    padding: 5px 10px;
    border-top: solid thin #ccc;
}

.filterSet {
    border: solid thin #18AACC;
    padding: 3px 8px;
    margin: 5px;
    font-weight: 600;
    background: #18AACC;
    color: #fff;
    border-radius: 5px;
    display: flex;
    align-items: center;
}

.calendariconSet {
    top: 27px !important;
    right: 10px !important;
}

.minwid100 {
    min-width: 100px;
}

.modal-header {
    background: #18AACC;
    color: #fff !important;
    border-radius: 0;
    padding: 10px;
}

    .modal-header h4 {
        font-size: 17px;
        font-weight: 500;
        margin-bottom: 0;
    }

        .modal-header h4 span {
            padding: 2px 5px;
            background: #24426bd1;
            color: #fff;
            font-size: 14px;
            border-radius: 5px;
        }

.modal-content {
    padding: 0 !important;
}

.modal-footer {
    background: #ccc;
    padding: 5px 10px;
    border-radius: 0;
}

#mdlFilterModal .modal-dialog {
    width:30%;
}

#mdlFilterModal .close {
    color: #fff !important;
    outline: none;
    border: none;
    background: none;
    top: 25px !important;
}

#mdlBatchModal .modal-dialog {
    min-width: 70%;
}

#mdlBatchModal .close {
    color: #fff !important;
    outline: none;
    border: none;
    background: none;
    top: 25px !important;
}

#mdlBatchModal .body-box {
    padding: 10px;
    margin-bottom: 5px;
}

.TotalRecords {
    background: #daeffd;
    display: inline-block;
    padding: 4px 10px;
    font-size: 14px;
    font-weight: 600;
    border-radius: 5px;
    color: #626262;
}

.statComplete {
    background-color: #daf5e6;
    color: green;
    padding: 1px 6px;
    border-radius: 5px;
    border: 1px dashed green;
    font-weight: bold;
    display: inline-block;
    min-width: 84px;
    text-align: center;
}

.statProgress {
    background-color: #ffa50033;
    color: orange;
    padding: 1px 6px;
    border-radius: 5px;
    border: dashed 1px orange;
    font-weight: bold;
    display: inline-block;
    min-width: 84px;
    text-align: center;
}

.statScheduled {
    background-color: rgba(0, 207, 232, .12);
    color: #148593;
    padding: 1px 6px;
    border-radius: 5px;
    border: dashed 1px #148593;
    font-weight: bold;
    display: inline-block;
    min-width: 84px;
    text-align: center;
}

.statCancelled {
    background-color: #ffe3e3;
    color: #ec2226cc;
    padding: 1px 6px;
    border-radius: 5px;
    border: dashed 1px #ec2226cc;
    font-weight: bold;
    display: inline-block;
    min-width: 84px;
    text-align: center;
}

.box-header {
    border-bottom: solid thin #f0f0f0;
    background: #f7f7f7;
    border-top-left-radius: 8px;
    border-top-right-radius: 8px;
    padding: 5px 10px !important;
}

    .box-header h2 {
        color: #24426b;
        margin-top: 4px;
        margin-bottom: 0px;
        font-size: 14px;
        font-weight: 600;
        display: inline-block;
    }

    .box-header a.btnAccording svg {
        float: right;
        display: inline-block;
        color: #444;
        cursor: pointer;
    }

.btnBatchDetails {
    color: brown !important;
}

#mdlBatchInfoModal .modal-dialog {
    min-width: 80%;
}

#mdlBatchInfoModal .close {
    color: #fff !important;
    outline: none;
    border: none;
    background: none;
    top: 25px !important;
}

#mdlBatchInfoModal h2 {
    font-size: 16px;
    color: #000;
    font-weight: 600;
    margin-bottom: 0;
}


.Topbg {
    padding: 4px 10px;
    border-radius: 10px;
    color: #484741;
    background: #fdf7b1;
    margin-bottom: 10px;
    border: solid thin #ffe498;
    box-shadow: 0 1px 2px #0000001a, 0 1px 2px #0000000f, 0 2px 4px #00000008;
}

.pnlSet {
    border: 1px solid #fff;
    border-radius: 10px;
    padding: 10px;
    margin-bottom: 10px;
    box-shadow: rgba(60, 64, 67, 0.3) 0px 1px 2px 0px, rgba(60, 64, 67, 0.15) 0px 1px 3px 1px;
    overflow: hidden;
}

.bgBatchPanel {
    background: #e5f8e76b;
}

.bgSessionPanel {
    background: rgb(0 207 232 / 11%);
}