﻿@charset "utf-8";

.validateField,
.validateField input {
    position: relative
}

.validateField .help-block,
.validateField label.error {
    background: 0 0;
    font-weight: 600;
    height: 20px;
    z-index: 99;
    line-height: 9px;
    margin-bottom: 0;
    width: 100%
}

.charCountSpan,
.validateField label.error {
    font-size: 12px !important;
    position: absolute
}

.charCountSpan,
.inputHiddenSpan {
    font-family: 'Roboto Light', Roboto;
    font-weight: 200;
    font-style: normal;
    display: block;
    margin-top: 4px;
    line-height: 1.42857143
}

.mandatory {
    color: #c72230
}

.validateField {
    width: 100%
}

.form-control.error {
    border: 1px solid #c72230 !important
}

.validateField.has-error .form-control {
    border-bottom: 1px solid #c72230 !important;
    box-shadow: none !important
}

.validateField.has-success .form-control {
    border-bottom: 1px solid #17a007 !important;
    box-shadow: none !important
}

.validateField.has-error .uploadWork,
.validateKeyNoteField.has-error .uploadFile,
.validateKeyNoteField.has-error .uploadKeynoteVideoShow,
.validateProfilePhoto.has-error {
    border-bottom: 2px solid #a94442 !important
}

.validateField.has-success .uploadWork,
.validateKeyNoteField.has-success .uploadFile,
.validateKeyNoteField.has-success .uploadKeynoteVideoShow,
.validateProfilePhoto.has-success {
    border-bottom: 2px solid #17a007 !important
}

.validateField.has-error .help-block {
    color: #ed1c24 !important
}

.validateField.has-success .help-block {
    color: #3ac729 !important
}

.fileMandatory,
.fileSizeError,
.fileUploadError {
    bottom: -23px !important
}

.form-group {
    margin-bottom: 25px
}

.validateField label.error {
    color: #c72230 !important;
    float: left;
    margin-top: 5px;
    bottom: -30px;
    left: 0
}

.myprofile-container .validateKeyNoteField .fileMandatory,
.myprofile-container .validateKeyNoteField .fileSizeError,
.myprofile-container .validateKeyNoteField .fileUploadError {
    bottom: -3px !important
}

.validateField .help-block {
    position: absolute;
    font-family: Quicksand, sans-serif;
    font-size: 11px !important;
    bottom: -23px;
    text-align: left
}

.validateField-xl .help-block {
    top: 46px
}

.validateField>label {
    margin-bottom: 0
}

.charCountSpan {
    right: 0;
    color: #939393;
    text-align: right;
    width: 100%;
    bottom: 0;
    z-index: 9
}

.inputHiddenSpan {
    font-size: 12px;
    color: #6e6e6e;
    visibility: hidden
}

.panelDisable {
    pointer-events: none
}

.panelDisable .panel-title {
    opacity: .3
}