﻿.w-300 {
    width: 300px !important;
}

span.field-validation-error {
   
    color: red;
}



.content-wrapper {
min-height:80vh !important;
}

.SideIcon {
    width: 18px;
    display: inline-block;
    vertical-align: middle;
    color: #5C607B;
    text-align: center;
    margin-right: 10px;
    fill: rgba(27, 46, 75, 0.06);
}

.breadcrumb-item:before {
    content : none !important;
}
.datepicker.datepicker-dropdown {
    border: 1px solid #a1a1a1;
    padding: 0 5px;
}

.theme-success [type=radio].Gender_2:checked + label:after {
    border: 2px solid #f1009f !important;
    background-color: #f1009f !important;
    z-index: 0;
}
.theme-success [type=radio].Gender_1:checked + label:after {
    border: 2px solid #000d99 !important;
    background-color: #000d99 !important;
    z-index: 0;
}
.select2.select2-container {
    width: 1% !important;
    position: relative;
    flex: 1 1 auto;
    min-width: 0;
}

div#SamplesSec .SampleRow {
    border: 1px solid #d3d3d3;
    border-radius: 6px;
    margin: 15px 0;
    padding: 15px 0 0 0;
}
div#DoctorsSection .DoctorRow {
    border: 1px solid #d3d3d3;
    border-radius: 6px;
    margin: 15px 0;
    padding: 15px 0 0 0;
}

.BoxBlocks {
    background: #a3d8ed;
    padding: 5px 10px;
}

    .BoxBlocks label {
        padding: 0.375rem 5.25px 0.75rem;
    }
.saveFix {
    position: fixed;
    bottom: 3%;
    width: 10%;
    z-index: 999999;
    right: 0;
    background: #1dbfc1;
    padding: 20px;
    border-radius: 10px 0 0 10px;
}

.BoxBlocks .BoxBlock {
    border: 1px solid;
    width: fit-content;
    padding: 5px 15px;
    background: #f7ab61;
    margin: 0 5px 0 0;
}

.widget-user .widget-user-header {
    height: auto;
}

#DoctorCheck:before {
    content: '';
}
#DoctorCheck:after {
    content: '';
}
.BoxBlock {
    border: 1px solid;
    width: fit-content;
    padding: 5px 15px;
    background: #f7ab61;
    margin: 0 5px 0 0;
}
span.Keywords {
    background-color : #f0f0f0;
    padding: 8px 12px;
    border-radius: 8px;
    font-size: 14px;
    color: #333;
    border: 1px solid #ccc;
    cursor: default;
    margin: 0 5px;
}

.demo-radio-button label {
    min-width: 150px;
    margin-bottom: 20px;
}
.PatientData {
    border: 1px solid #999999;
    padding: 15px;
    border-radius: 10px;
    box-shadow: 1px 1px 1px #7f7f7f;
    margin: 0 0 25px 0;
}

.DoctorData {
    border: 1px solid #999999;
    padding: 15px;
    border-radius: 10px;
    box-shadow: 1px 1px 1px #7f7f7f;
    margin: 0 0 25px 0;
}

.ApplicationData {
    border: 1px solid #999999;
    padding: 15px;
    border-radius: 10px;
    box-shadow: 1px 1px 1px #7f7f7f;
    margin: 0 0 25px 0;
}

.DoctorBox {
    background: lavender;
    padding: 10px 20px;
    border: 1px solid #5f5f5f;
    border-radius: 5px;
    margin: 0 0 5px 0;
}
.BoxBlockIHC {
    background: #3246D3 !important;
    color: #fff;
}

.select2-container--default .select2-selection--multiple .select2-selection__choice {
    background: #f0f6ff;
    border: 1px solid #a8c7ff;
    color: #0b3a8c;
    padding: 2px 8px;
    margin-right: 4px;
    border-radius: 6px;
}

.EditModalBody .select2.select2-container {
    width: 100% !important;
}

@media (max-width: 767px) {
    .logo-mini {
    width: 20% !important;
    float: left;
}
.logo-lg {
    width: 60%;
    padding: 2% 0 0 0;
}


}

