﻿input[type="radio"], input[type="checkbox"] {
    margin: 4px 5px 0 !important;
}

form {
    padding: 3% 1% 3% 1%;
}

.field-description {
    font-size: 10px;
}

.required-sign {
    color: red;
    vertical-align: baseline;
}

.form-horizontal input:focus:invalid, .form-horizontal select:focus:invalid { /* when a field is considered invalid by the browser */
    background: #fff url(/Content/img/invalid.png) no-repeat 98% center;
    /* box-shadow: 0 0 5px #d45252;
        border-color: #b03535;*/
    background-size: 18px 18px;
}

.form-horizontal input:required:valid, .form-horizontal select:required:valid { /* when a field is considered valid by the browser */
    /*background: #fff url(/Content/img/valid.png) no-repeat 98% center;
         box-shadow: 0 0 5px #5cd053;
         border-color: #28921f;
         background-size: 20px 25px;*/
}

label.error {
    color: red;
    font-size: 12px;
    display: block;
    position: absolute;
    top: 35px;
    right: 0;
    left: 0;
    text-align: center;
}

.form-horizontal .form-group {
    margin-left: 0px !important;
    margin-right: 0px !important;
    position: relative;
}

.form-group-common .form-group {
    margin-bottom: 5px !important;
}

.form-control {
    height: 27px !important;
}

.form-horizontal .control-label, .form-horizontal .radio, .form-horizontal .checkbox, .form-horizontal .radio-inline, .form-horizontal .checkbox-inline {
    padding-top: 2px !important;
}

.panel-default > .panel-heading {
    color: #333;
    /*background-color: #fff;*/
    border-color: #e4e5e7;
    padding: 0;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

    .panel-default > .panel-heading a {
        display: block;
        padding: 10px 15px;
    }

        .panel-default > .panel-heading a:after {
            content: "";
            position: relative;
            top: -22px;
            display: inline-block;
            font-family: 'Glyphicons Halflings';
            font-style: normal;
            font-weight: 400;
            line-height: 0;
            -webkit-font-smoothing: antialiased;
            -moz-osx-font-smoothing: grayscale;
            float: right;
            transition: transform .25s linear;
            -webkit-transition: -webkit-transform .25s linear;
        }

        .panel-default > .panel-heading a[aria-expanded="true"] {
            background-color: #eee;
        }

            .panel-default > .panel-heading a[aria-expanded="true"]:after {
                content: "\2212";
                -webkit-transform: rotate(180deg);
                transform: rotate(180deg);
            }

        .panel-default > .panel-heading a[aria-expanded="false"]:after {
            content: "\002b";
            -webkit-transform: rotate(90deg);
            transform: rotate(90deg);
        }

.help-block {
    font-size: 12px;
}

.form-group-common .form-group {
    padding: 0 10px 0 10px !important;
    font-size: 10px;
    position: relative;
}

.alert {
    padding: 12px;
}

.custom-label {
    font-size: 14px;
    text-align: justify !important;
}

.option-lable {
    vertical-align: text-bottom;
    font-size: 12px;
    padding-right: 18px;
}

select.form-control {
    height: 45px !important;
    padding: 23px 0px 0px 45px;
    border: none;
    box-shadow: none;
}

.btn-fixed {
    position: fixed;
    top: 92%;
    left: 45%;
    width: 15%;
    background-color: #eee;
    padding: 10px 0 10px 0;
    z-index: 9999;
    border-radius: 10px;
    border: 1px solid #ccc;
}

.option-radio-lable {
    vertical-align: text-bottom;
    font-size: 12px;
    padding-right: 30px;
}

#divUploadFileSection {
    margin-top: 35px;
}

.loader-img {
    position: absolute;
    right: 0;
    left: 47%;
    top: 50%;
    margin: 0;
}

.loding-div {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    z-index: 99999 !important;
    background: rgba(0,0,0,0.1);
    left: 0;
}

.required {
    color: red;
    vertical-align: baseline;
}

.icon {
    color: #444;
    font-size: 150% !important;
}

.icon--fumi {
    width: 2em !important;
}

/*.modal-dialog {
        width: 55% !important;
    }*/

.chosen-container-single .chosen-single,
.chosen-container-active.chosen-with-drop .chosen-single {
    border: none;
    background: none;
    box-shadow: none;
}

.chosen-container.chosen-with-drop .chosen-drop {
    left: 1px;
}

ul.chosen-choices {
    border: 1px solid #e1e1e1;
    height: 38px !important;
    width: 455px !important;
    overflow-y: hidden !important;
}

.drop-selection {
    border: 1px solid #ccc;
    height: 55px;
}

    .drop-selection i {
        width: 56px;
        border-right: 1px solid #ccc;
        height: 42px;
        margin-top: 6px;
        padding: 16px 28px;
    }

#registrationModel .drop-selection i {
    margin-left: 0px;
}

#registrationModel .dependent-field-bind-multiple .drop-selection i, #registrationModel .dependent-field-bind-single .drop-selection i {
    margin-left: 0px;
}

select.form-control {
    padding: 0px 0px 0px 0px;
    height: 29px !important;
    margin-left: 45px;
    width: 93%;
}

.dependent-field-bind-multiple select.form-control {
    width: 83%;
}

.dependent-field-bind-single select.form-control {
    width: 92%;
}

.form-horizontal select:focus {
    -webkit-box-shadow: none;
    box-shadow: none;
}

textarea {
    resize: none;
}

    textarea.input__field--fumi {
        background: transparent;
        padding: 1.5em 1em 0.25em 3.15em;
        width: 100%;
        color: #444;
        font-size: 13px;
        font-family: 'Raleway', Arial, sans-serif;
    }

.fa-cloud-upload {
    font-size: 35px;
    color: #1a5ca0;
}

.btn-upload-file {
    margin-top: 20px;
}

a.mycls {
    text-decoration: none;
}

.dependent-field-bind-multiple {
    width: 93%;
}

    .dependent-field-bind-multiple .form-group {
        width: 32%;
        float: left;
        min-height: 65px;
        margin: 0 4px;
        padding: 0 !important;
    }

    .dependent-field-bind-multiple .form-group-text-area {
        width: 97%;
        float: left;
        min-height: 65px;
        margin: 0 4px;
        padding: 0 !important;
    }

.dependent-field-bind-single {
    margin: 0 50px;
}

    .dependent-field-bind-single > .dependent-field-bind-single {
        margin: 0px 0px;
    }

.dependent-field-bind-multiple {
    margin: 0 50px;
    display: inline-block;
}

#registrationModel .dependent-field-bind-multiple {
    margin: 0 25px;
    display: inline-block;
}

.dependent-field-bind-multiple > .dependent-field-bind-single {
    margin: 0px 0px;
}

.dependent-field-bind-single .form-group {
    width: 100%;
    float: left;
    min-height: 65px;
    margin: 0 4px;
    padding: 0 !important;
}

.dependent-field-bind-single + .form-group {
    clear: both;
}

#divFormSection {
    padding-top: 20px;
}

.fa-select .fa-th-list:before {
    content: "\f00b";
    left: 11px;
    position: absolute;
    top: 16px;
}

.fa-select .drop-selection i {
    width: 56px;
    border-right: 1px solid #ccc;
    height: 42px;
    margin-top: 6px;
    padding: 16px 20px;
    margin-left: 0;
}

.radio-block {
    display: inline-block;
}

#registrationModel select.form-control {
    padding: 0px 0px 0px 0px;
    height: 29px !important;
    margin-left: 40px;
    width: 92%;
}

#registrationModel .dependent-field-bind-multiple select.form-control {
    width: 78%;
}

#registrationModel .dependent-field-bind-single select.form-control {
    width: 90%;
}

.drop-selection label {
    padding-left: 50px;
    margin-top: 14px;
    line-height: 0px;
    font-weight: bold;
    -webkit-font-smoothing: antialiased;
    width: 100%;
}

.dependent-field-bind-single .form-group {
    width: 97%;
}

select + label.error {
    left: -20px;
    top: 30px;
    color: red;
}

label.form-check-label > label.error {
    top: 42px;
    text-align: left;
    left: 110px;
}

.radio-block > label.error {
    text-align: left;
    left: 110px;
    top: 23px;
}

.register-header-block {
    display: block;
    padding: 10px 15px;
    background-color: #eee;
    margin-bottom: 20px;
}

#btnRegisterSave, #prevBtn {
    padding: 8px 16px;
    border-radius: 0px;
    font-size: 16px;
}

#btnCancelUploadFile, #btnContinueUploadFile, #btnUploadFile, #btnNext, #btnRegisterLogin, #btnRegisterNotNow, #btnResendEmailconfirmation, #btnOtherEmailEmailconfirmation, #btnSendMailToNewButton {
    font-size: 12px;
    padding: 8px 16px;
    border-radius: 0px;
}

    #btnRegisterSave:hover, #btnContinueUploadFile:hover, #btnNext:hover, #btnResendEmailconfirmation:hover, #btnSendMailToNewButton:hover {
        color: #fff;
        box-shadow: 0 8px 16px 0 rgba(0,0,0,0.2), 0 6px 20px 0 rgba(0,0,0,0.19);
        background-color: #5cb85c;
        border-color: #4cae4c;
    }

    #prevBtn:hover, #btnUploadFile:hover, #btnRegisterLogin:hover, #btnOtherEmailEmailconfirmation:hover {
        color: #fff;
        box-shadow: 0 8px 16px 0 rgba(0,0,0,0.2), 0 6px 20px 0 rgba(0,0,0,0.19);
        background-color: #1a5ca0;
        border-color: #1a5ca0;
    }

i.fa.fa-paper-plane {
    margin-right: 3px;
}

.padding-removed {
    padding: 0;
}

.padding-top-25 {
    padding: 25px 0 0 0;
}

@media (max-width: 767px) {
    .form-group {
        padding: 0 10% 0 10% !important;
    }

    .drop-selection label {
        padding-left: 50px;
    }

    .select.form-control {
        margin-left: 45px;
    }

    .dependent-field-bind-multiple .form-group {
        width: 100%;
    }

    .drop-selection i {
        margin-left: 0px;
    }

    .form-check-label {
        display: block;
    }

    .radio-block {
        display: block;
    }

    select.form-control {
        padding: 0px 0px 0px 0px;
        height: 29px !important;
        margin-left: 45px;
        width: 83%;
    }

    #registrationModel select.form-control {
        padding: 0px 0px 0px 0px;
        height: 29px !important;
        margin-left: 40px;
        width: 88%;
    }

    #registrationModel .drop-selection i {
        margin-left: 25px;
    }

    #registrationModel .dependent-field-bind-multiple {
        margin: 0 35px;
        display: inline-block;
    }

    #registrationModel .dependent-field-bind-multiple {
        margin: 0 32px;
        display: inline-block;
    }

    .dependent-field-bind-multiple {
        margin: 0 25px;
        display: inline-block;
    }

    .dependent-field-bind-multiple {
        width: 82%;
    }

    .dependent-field-bind-single select.form-control {
        width: 81%;
    }

    .dependent-field-bind-single {
        margin: 0 25px;
    }

    #registrationModel .dependent-field-bind-single .drop-selection i {
        margin-left: 0px;
    }

    #registrationModel .dependent-field-bind-single select.form-control {
        width: 87%;
    }
}

@media (min-width: 768px) {
    .modal-dialog {
        width: 785px;
        margin: 30px auto;
    }
}

@media (max-width: 1024px) and (min-width: 768px) {
    .drop-selection i {
        margin-left: 22px;
    }
}
