﻿.select2-container--default .select2-selection--single, .select2-selection .select2-selection--single, .SumoSelect > .CaptionCont {
    border-radius: 4px;
    background: #fff;
    border: 1px solid #e5e5e5;
}

.form-control {
    border-radius: 4px;
    background: #fff;
    border: 1px solid #e5e5e5;
}

label {
    color: #333;
    font-weight: 500;
    margin-bottom: 1px;
}

.table-responsive {
    border-radius: 8px;
    box-shadow: rgba(0, 0, 0, 0.12) 0px 1px 3px, rgba(0, 0, 0, 0.24) 0px 1px 2px;
}

.searchSetting {
    font-size: 19px;
    position: absolute;
    right: 6px;
    top: 27px;
    color: #046ef1;
    cursor: pointer;
}

.pageFooterFixed {
    position: fixed;
    background: #fff;
    right: 0px;
    left: 50px;
    bottom: 0px;
    z-index: 999;
    padding: 5px 10px;
    border-top: solid thin #ccc;
}

.btnViewReqID, .btnProMode, .brnSave, .btnCanel {
    color: #0485A3 !important;
    font-weight: bold;
}

#offcanvasRquisitionDet {
    width: 50%;
}


    #offcanvasRquisitionDet .offcanvas-header {
        box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
    }

    #offcanvasRquisitionDet .offcanvas-title {
        font-size: 15px;
    }

    #offcanvasRquisitionDet .offcanvas-footer {
        border-top: solid thin #ccc;
        padding: 5px 10px;
        box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
        background: #f4f4f4;
    }

.followupMetaData {
    padding: 0px 11px;
    border-radius: 6px;
}

    .followupMetaData h5 {
        margin-bottom: 4px;
        font-size: 12px;
        color: #0485A3;
        margin-top: 10px;
        font-weight: 800;
    }

    .followupMetaData p {
        font-size: 12px;
        font-weight: 500;
        margin-bottom: 7px;
        color: #3c3838;
        line-height: 20px;
    }

    .followupMetaData .col-md-12, .followupMetaData .col-md-6, .followupMetaData .col-md-4, .followupMetaData .col-md-3 {
        border: solid thin #ebebeb;
    }

.table tbody tr.tableinnerRow td {
    background: #f0f0f0;
}

.tableinnerRow h5 {
    font-size: 14px;
}

.tblInnerTable tbody td {
    background: #fff !important;
}

.btnAddDetails {
    border: solid thin #1479f7;
    font-size: 11px;
    font-weight: bold;
    color: #1479f7;
    padding: 1px 5px;
    border-radius: 10px;
    margin-left: 4px;
}

    .btnAddDetails:hover {
        background: #1479f7;
        color: #fff;
    }

.minwidth200 {
    width: 200px;
}

.mt7 {
    margin-top: 7px;
}

.mt5 {
    margin-top: 5px;
}

.alert-info {
    margin-bottom: 0px;
}
.scroller .alert {
    margin-bottom: 0px;
    padding: 6px 17px 6px 15px;
}
.scroller {
    padding:0px 10px;

}

.select2-selection__clear {
    z-index: 9999 !important;
    position: relative !important;
    right: 10px !important;
    pointer-events: auto !important;
    cursor: pointer !important;
}

.select2-selection__arrow {
    pointer-events: none !important;
}