﻿@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@400;500;600;800&display=swap');

body, h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 {
    font-family: 'Poppins', sans-serif;
    text-shadow: none !important;
}

.content-header > h1 {
    margin: 0;
    font-size: 18px;
    color: #444;
    font-weight: 600;
    margin-bottom: 8px;
}

.box {
    box-shadow: 0px 8px 24px 8px rgba(31, 35, 41, .04), 0px 6px 12px 0px rgba(31, 35, 41, 0.04), 0px 4px 8px -8px rgba(31, 35, 41, 0.06);
    border-radius: 10px;
    border-left: 4px solid #18AACC;
}

label, .radio label {
    color: #18AACC;
    font-weight: 600;
    margin-bottom: 2px;
}

.select2-container--default .select2-results__option--highlighted[aria-selected] {
    background-color: #24426b;
    color: #fff;
}

.select2-container--default .select2-results__option[aria-selected=true], .select2-container--default .select2-results__option[aria-selected=true]:hover {
    color: #fff;
    background-color: #24426b;
}

.form-group {
    margin-bottom: 0px;
}

.form-control {
    border-color: #ccc;
    font-size: 13px;
    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;
}

.select2-container--default .select2-selection--single, .select2-selection .select2-selection--single {
    border: 1px solid #ccc;
    border-radius: 6px;
    padding: 6px 2px;
    height: 30px;
}


.SumoSelect > .CaptionCont {
    border: 1px solid #ccc;
    border-radius: 6px;
    padding: 6px 2px;
    height: 28px;
}

.radio.radio-success input[type=radio]:checked + label:before {
    border-color: #24426b;
}

.radio {
    margin: 0 0 !important;
}

.btn.btn-info {
    background: #24426b !important;
}

.footerfixed {
    position: fixed;
    bottom: 0px;
    right: 0px;
    left: 0px;
    width: 100%;
    background: #fff;
    padding: 4px 20px;
    padding-left: 65px;
    border-top: 1px solid #ccc;
}



.d-flex {
    display: flex;
    align-items: baseline;
}

.width150 {
    width: 150px;
}

.calendariconSet {
    position: absolute;
    right: 12px;
    top: 6px !important;
    font-size: 16px;
    color: #333;
    z-index: 1;
    cursor: pointer;
}

.calendaricon {
    top: 6px !important;
    right: 12px !important;
}

.imgWidth20 {
    width: 20px;
}

.minWidth210 {
    min-width: 210px;
}

.minWidth130 {
    min-width: 130px;
}

.width250 {
    width: 250px;
}

.table p {
    margin-bottom: 0 !important;
}

.table tbody a {
    color: #3d55d8 !important;
    font-weight: 600;
}

.table > thead > tr > th, .table > tbody > tr > td, .table > tfoot > tr > td {
    padding: 4px;
}

.imgWidth16 {
    width: 16px;
}

.nav-tabs-custom {
    margin-bottom: 0;
}

    .nav-tabs-custom > .nav-tabs > li.active {
        border-bottom-color: #24426b;
    }


.ml15 {
    margin-left: 15px;
}

.table {
    border-spacing: 0 4px;
}

    .table > caption + thead > tr:first-child > td, .table > caption + thead > tr:first-child > th, .table > colgroup + thead > tr:first-child > td, .table > colgroup + thead > tr:first-child > th, .table > thead:first-child > tr:first-child > td, .table > thead:first-child > tr:first-child > th {
        background: #18AACC;
        color: #fff;
    }

    .table > caption + thead > tr > td, .table > caption + thead > tr > th, .table > colgroup + thead > tr > td, .table > colgroup + thead > tr > th, .table > thead > tr > td, .table > thead > tr > th {
        background: #24426b;
        color: #000;
        /*text-shadow: none !important;*/
        text-transform: uppercase;
        color: #fff;
        font-size: 12px;
        line-height: 20px;
        font-weight: 500;
        /*border-right: solid thin #cbcaca;*/
    }

/*.inner-wrapper {
    border:1px solid #ccc;
    border-radius:6px;
    padding:10px;
    margin-bottom:10px;
}*/

.DocumentuploadClick {
    color: #fff;
    background-color: #099885;
    padding: 4px 6px;
    font-size: 11px;
    border-radius: 5px;
}

#mdlQCDetails .modal-dialog, #mdlIssueDetails .modal-dialog, #mdlWCDetails .modal-dialog, #mdlEstimatedDetails .modal-dialog {
    width: 90%;
}

#mdlQCDetails .modal-header, #mdlIssueDetails .modal-header, #mdlWCDetails .modal-header, #mdlEstimatedDetails .modal-header {
    padding: 10px 15px;
    background: #54c5cb;
    color: #fff;
}

#mdlQCDetails.modal.fade.slide-right .close, #mdlIssueDetails.modal.fade.slide-right .close, #mdlWCDetails.modal.fade.slide-right .close, #mdlEstimatedDetails.modal.fade.slide-right .close {
    top: 13px !important;
}

.bgDate {
    background: #e5f8e7;
}

.bginfo {
    background: #e5f6ff;
}

#CollpasePanel .box-header {
    border-bottom: solid thin #f0f0f0;
    background: #f7f7f7;
    border-top-left-radius: 8px;
    border-top-right-radius: 8px;
    padding: 5px 10px !important;
}

    #CollpasePanel .box-header h2 {
        color: #444;
        margin-top: 4px;
        margin-bottom: 0px;
        font-size: 14px;
        font-weight: 600;
        display: inline-block;
    }

    #CollpasePanel .box-header a.btnAccording svg {
        float: right;
        display: inline-block;
        color: #444;
        cursor: pointer;
    }

#CollpasePanel .box-body {
    display: none;
}



textarea.form-control {
    height: auto !important;
}

.datepicker thead tr .dow, .ui-datepicker-calendar thead tr th {
    color: #24426b !important;
}

.ui-state-default, .ui-widget-content .ui-state-default, .ui-widget-header .ui-state-default {
    color: #24426b;
}

.ui-state-active, .ui-widget-content .ui-state-active {
    background: #24426b !important;
    font-weight: bold !important;
    color: #fff !important;
}

.statusTask {
    color: #0ca678 !important;
    background: rgba(12, 166, 120, .1) !important;
    padding: 1px 6px;
    border-radius: 5px;
    /* border: solid 1px #24ffea; */
    font-weight: bold;
    display: inline-block;
    min-width: 84px;
    text-align: center;
}

.rightContenbg {
    margin-bottom: 0 !important;
}
/******pagimnation*****/
.paginationPanel {
    float: right;
    padding: 3px;
    font-size: 12px;
    /*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: 20px;
    }

        .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*****/
