﻿#consultationContainer .openSubmitModalButton {
    margin-right: 10%;
}

.selectedConsultant {
    background-color: #3276b1;
    color: #fff;
}

.selectSpecialty, .specialtyConsultant {
    cursor: pointer;
}

#consultationContainer input::-webkit-outer-spin-button,
#consultationContainer input::-webkit-inner-spin-button {
    /* display: none; <- Crashes Chrome on hover */
    -webkit-appearance: none;
    margin: 0; /* <-- Apparently some margin are still there even though it's hidden */
}

.consultationContainer .datepicker {
    top: 250px !important;
}

    .consultationContainer .datepicker .new {
        background-color: transparent !important;
    }

        .consultationContainer .datepicker .new:hover {
            background-color: #eee !important;
        }

    .consultationContainer .datepicker .active {
        background-color: #357ebd !important;
        color: #fff !important;
        background-image: none !important;
    }

.consultationContact .form-control {
    margin-bottom: 0;
}

.consultationContact .btn {
    height: 36px;
}

.consultationContact .contactField {
    margin-left: 0;
    padding-left: 0;
}

.emailField {
    padding-right: 0;
}

.inlineContact {
    display: inline;
}

#cke_1_bottom {
    display: none;
}

#cke_1_contents {
    height: auto !important;
}

.cke_contents.cke_reset {
    height: auto !important;
}

.cke_bottom.cke_reset_all {
    display: none !important;
}

.padding-left0 {
    padding-left: 0;
}

.smallDropDown {
    max-height: 185px;
    overflow-y: scroll;
    margin-bottom: 20px;
}

.dropdownWidth {
    min-width: 64px;
    max-width: 64px;
}


/****************************CSS styles as per new mockups******************************************/


.sectionHeader {
    font-size: 24px;
    margin: 20px 0 40px 20px;
    padding-left: 10px;
}

.sectionContent {
    min-height: 650px;
    margin-bottom: 20px;
    border-left: 1px solid #F5F5F5;
    border-top: 1px solid #F5F5F5;
    border-bottom: 1px solid #F5F5F5;
    margin-top: 20px;
}

.sectionContainer {
    margin-top: 30px;
    overflow-x: hidden;
    overflow-y: auto;
    max-height: 550px;
    min-height: 550px;
}
.selectUserResult {
    margin-right: -30px;
}

.redirectSectionContent {
    min-height: 516px;
    max-height: 516px;
    margin-bottom: 20px;
    padding-top: 20px;
    border-left: 1px solid #CCC;
    border-top: 1px solid #CCC;
    border-bottom: 1px solid #CCC;
    margin-top: 50px;
}

.sectionContentBorderRight {
    border-right: 1px solid #F5F5F5;
}

.sectionItem {
    font-size: 14px;
    margin: 0 0 10px 20px;
    cursor: pointer;
    padding: 5px 10px 5px 10px;
    color: black;
}

.sectionItem:hover {
    background-color: #FFEBCD;
    color: black;
}

.selectedItem {
    color: white;
    background-color: #ff931e;
    font-size: 14px;
    margin: 0 0 10px 20px;
    padding: 5px 10px 5px 10px;
}

.detailsSection {
    width: 95%;
    margin: 0 0 30px 30px;
    float:left;
}

.detailsSectionHeader {
    font-size: 13px;
    width: 100%;
    color: #b3b3b3;
    float: left;
}

.detailsSectionValue {
    font-size: 14px;
    width: 95%;
    float: left;
}

.redText {
    color:red;
}

.requestSection {
    margin: 0 0 0px 30px;
    float:left;
    width: 95%;
}

.requestSectionLeft {
    position:relative;
    padding: 0px;
    float: left;
    margin-bottom: 10px;
    width: 46%;
    margin-right: 20px;
}

.invalidMessage{
    position:absolute;
}
.requestSectionRight {
    padding: 0px;
    float: right;
    margin-bottom: 20px;
    width: 46%;
}

.addFileMessage {
    margin-left: 20px;
    margin-top:6px;
    float:left;
}

.addFileMessageRed {
    margin-left: 20px;
    margin-top:6px;
    float:left;
    color: red;
}

.consultation {
    padding: 0 40px;
    float: left;
    width: 100%;
    overflow-y: hidden;
}

.asapConsultantMessage {
    background-color:#3fa9f5; 
    color:white; 
    padding: 5px;  
    font-size: 18px;
}

/************************************************************************************************/

.addFileBox{
    width:30%;
}
.removeFileIcon{
  width: 32px;
  float: left;
  margin-right: 10px;
  line-height: 18px;
}

.includePDFCheckBox{
    clear:both;
    margin-top:5px;

}

.paddingTop5px{
    padding-top:5px;
}

.width30Percent {
    width: 30%;
}

.width23Percent {
    width: 23%;
}

.width18Percent {
    width: 18%;
}

.verticalAlignN2px{
    vertical-align: -2px;
}

.marginTopN80px {
    margin-top: -80px;
}

.resizeNone {
    resize:none;
}

input:required::placeholder {
    color: red;
    opacity: 1; /* Firefox */
}

input:required:-ms-input-placeholder { /* Internet Explorer 10-11 */
    color: red;
}

input:required::-ms-input-placeholder { /* Microsoft Edge */
    color: red;
}

.required {
    color: red;
}