﻿.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;
}

.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;
}


@media (max-width: 767px) {
    .logo-mini {
    width: 20% !important;
    float: left;
}
.logo-lg {
    width: 60%;
    padding: 2% 0 0 0;
}


}

