.formRow:before, .formRow:after {
    clear: both;
    content: " ";
    display: table;
}

.formRowLeft, .formRowRight {
    width: 48%;
}

.formRowLeft {
    float: left;
}

.formRowRight {
    float: right;
}

.formField {
    margin-bottom: 2px;
    min-height: 33px;
    position: relative;  
}

.formField input[type=text], .formField[type=email], .formField input[type=password], .formField input[type=tel], .formField textarea {
    -moz-box-shadow:    inset 0 0 5px rgba(0,0,0,0.2);
    -webkit-box-shadow: inset 0 0 5px rgba(0,0,0,0.2);
    box-shadow:         inset 0 0 5px rgba(0,0,0,0.2);    
    border: 1px solid #ced4da;  
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -o-border-radius: 5px;
    box-sizing: border-box;         /* For IE and modern versions of Chrome */
    -moz-box-sizing: border-box;    /* For Firefox                          */
    -webkit-box-sizing: border-box; 
    width: 100%;
}

.formField input[type=text], .formField input[type=password], .formField input[type=tel] { 
    padding: 7px 9px 7px 9px;
}

.formField.withInfoLink input[type=text], .formField.withInfoLink input[type=password], .formField.withInfoLink input[type=tel] {
    width: 91%;
}

.formField textarea{
    padding: 9px;
    overflow: auto;
    min-width: 100%;
    max-width: 100%;
}

.formField select {
    width: 100%;
}

.formField input[type="checkbox"] {
    margin-right: 5px;
}

.formField .checkBoxField, .formField .checkBoxLabel {
    display: table-cell;
    height: 33px;
    vertical-align: middle;
}

.radioList {
    list-style: none;
    margin-left: -5px;
}

.radioList li {
    margin-bottom: 2px;
}

.radioList input, .radioList label {
    display: inline-block;
}

.radioList label {
    width: 85%;
}

.radioList input {
    margin-right: 8px;
    margin-top: 1px;
    vertical-align: top;
}

.formError {
    margin-bottom: 5px;
    margin-top: -2px;
    min-height: 10px;
}

.formError .error {
    font-size: 12px;
    color: #FF4A33 !important;
}

.required {
    color: #FF5E00;
}

.formLabel {
    display: block;
    font-weight: bold;
}

.cardgateDropdown {
    margin-top: 3px;
    margin-left: 1em;
}

.formInlineLabel {
    display: inline-block; 
    margin-bottom: 3px;
    vertical-align: middle; 
}

.watermark {
    position: absolute;
    padding: 9px 11px;
    text-align: justify;
    margin-right: 15px;
}

.dividerLine {
    clear: both;
    border-bottom: 0.5px solid #dbe7ea;
    margin: 5px -20px 15px;
    height: 2px;
}

.formField.inline input {
    display: inline-block;
    width: 290px;
}

.formField.applyForIncasso label {
    width: 150px;
}

.formField.wageTextBox label {
    width: 155px;
}

.formField.wageTextBox input {
    width: 129px;
}

.formField.changePassword label {
    width: 150px;
}

.formField.payFunds label {
    width: 130px;
}

.formField.isRequired .formLabel:after, .formField.isRequired .formInlineLabel:after {
    color: #FF5E00;
    content: "*";
    display: inline-block;
}

.approvalEditButton {
    display: block;
}

@media screen and (min-width: 850px) and (max-width: 1000px), 
screen and (max-width: 600px) {

    .formRowLeft, .formRowRight {
        float: none;
        width: 100%;
    }
}

@media screen and (max-width: 480px) {

    .formField.inline input {
        width: 100%;
    }
}

/* Bootstrap Forms */

.bootstrapForm  .radioListLabel,
.bootstrapForm  .checkBoxLabel {
    font-weight: normal;
}

.bootstrapForm  input[type="checkbox"] {
    margin-right: 4px;
    /*margin-left: 13px;*/
    position: initial;
}

.bootstrapForm .radioList {
    padding: 10px 20px 10px 30px;
}

.bootstrapForm .formInlineLabel {
    font-weight: normal;
    margin-top: 10px;
}

.bootstrapForm label {
    margin-bottom: .5rem !important;
    /*font-size: 15px;*/
}

.bootstrapForm label.disabled {
    color: #ced4da !important;
}

input.error {
    border: 2px solid #FF4A33 !important;
    background-color: rgba(255, 71, 51, 0.3) !important;
}

.bootstrapForm input[type="text"],
.bootstrapForm input[type="email"],
.bootstrapForm input[type="password"],
.bootstrapForm input[type="date"],
.bootstrapForm textarea,
.bootstrapForm .cke,
.bootstrapForm .cke_editable,
.bootstrapForm select {
    height: 38px;
    margin: 0;
    padding: 0 12px;
    vertical-align: middle;
    /*background: #f8f8f8;*/
    border: 2px solid #f9a31a;
    /*font-family: 'Roboto', sans-serif;*/
    /*font-size: 16px;*/
    font-weight: 300;
    line-height: 50px;
    color: #290064;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    border-radius: 10px !important;
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    -o-transition: all .3s;
    -moz-transition: all .3s;
    -webkit-transition: all .3s;
    -ms-transition: all .3s;
    transition: all .3s;
}

.bootstrapForm input.disabled {
    color: #ced4da !important;
    border-color: #a9a9a9 !important;
}

.bootstrapForm input.disabled::placeholder {
    color: #ced4da !important;
}


.bootstrapForm select {
    background-color: #fff;
}

.bootstrapForm .cke, .cke_contents, .cke_inner {
    border: solid 2px #f9a31a;
    border-radius: 10px !important;
    box-shadow: none !important;
}

.bootstrapForm input[type="file"], .bootstrapForm .fileInputReplacement {
    margin: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 7px 20px;
    vertical-align: bottom;
    /*background: #f8f8f8;*/
    border: 2px dashed #f9a31a;
    border-radius: 10px !important;
    font-weight: 300;
    line-height: 30px;
    color: #290064;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    border-radius: 4px;
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    -o-transition: all .3s;
    -moz-transition: all .3s;
    -webkit-transition: all .3s;
    -ms-transition: all .3s;
    transition: all .3s;
    width: 100%;
}

.bootstrapForm textarea,
.bootstrapForm textarea.form-control {
    padding-top: 10px;
    padding-bottom: 10px;
    line-height: 30px;
    height: 100px;
}

.bootstrapForm .cke {
    height: auto !important;
    padding: 0;
}

.bootstrapForm input[type="text"]:focus,
.bootstrapForm input[type="email"]:focus,
.bootstrapForm input[type="password"]:focus,
.bootstrapForm textarea:focus,
.bootstrapForm textarea.form-control:focus,
.bootstrapForm textarea {
    border: 2px solid #f9a31a;
    outline: 0;
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    box-shadow: none;
}

.bootstrapForm input[type="text"]:-moz-placeholder,
.bootstrapForm input[type="email"]:-moz-placeholder,
.bootstrapForm input[type="password"]:-moz-placeholder,
.bootstrapForm textarea:-moz-placeholder,
.bootstrapForm textarea.form-control:-moz-placeholder {
    color: #290064;
}

.bootstrapForm input[type="text"]:-ms-input-placeholder,
.bootstrapForm input[type="password"]:-ms-input-placeholder,
.bootstrapForm textarea:-ms-input-placeholder,
.bootstrapForm textarea.form-control:-ms-input-placeholder {
    color: #290064;
}

.bootstrapForm input[type="text"]::-webkit-input-placeholder,
.bootstrapForm input[type="email"]::-webkit-input-placeholder,
.bootstrapForm input[type="password"]::-webkit-input-placeholder,
.bootstrapForm textarea::-webkit-input-placeholder,
.bootstrapForm textarea.form-control::-webkit-input-placeholder {
    color: #290064;
}

/*
.bootstrapForm button.btn {
    height: 50px;
    margin: 0;
    padding: 0 20px;
    vertical-align: middle;
    background: #FF5E00;
    ;
    border: 0;
    font-family: 'Roboto', sans-serif;
    font-size: 16px;
    font-weight: 300;
    line-height: 50px;
    color: #fff;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    border-radius: 4px;
    text-shadow: none;
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    -o-transition: all .3s;
    -moz-transition: all .3s;
    -webkit-transition: all .3s;
    -ms-transition: all .3s;
    transition: all .3s;
}
*/

.bootstrapForm button.btn:hover {
    color: #fff;
}

.bootstrapForm button.btn:active {
    outline: 0;
    opacity: 0.6;
    color: #fff;
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    box-shadow: none;
}

.bootstrapForm button.btn:focus {
    outline: 0;
    opacity: 0.6;
    background: #FF5E00;
    ;
    color: #fff;
}

.bootstrapForm button.btn:active:focus,
.bootstrapForm button.btn.active:focus {
    outline: 0;
    opacity: 0.6;
    background: #FF5E00;
    ;
    color: #fff;
}

.bootstrapForm .uploadFilePreview {
    position: relative;
}

.bootstrapForm .uploadFilePreview .processIndicator {
    top: 50%;
    left: 50%;
}

.bootstrapArea .form-control:focus {
    color: #290064 !important;
}

/* Specific Forms */

.registerExpertForm .formError {
    margin-top: 5px;
}

.registerExpertForm #category,
.registerExpertForm #subCategory {
    width: 100%;
}

