﻿

.input-group > .form-control + .custom-file,
.input-group > .form-control-plaintext + .form-control,
.input-group > .form-control-plaintext + .custom-file,
.input-group > .custom-file + .form-control,
.input-group > .custom-file + .custom-file {
    margin-left: -1px;
}


.input-group > .custom-file {
    position: relative;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    width: 1%;
    min-width: 0;
    margin-bottom: 0;
}

.was-validated .custom-file-input:valid ~ .custom-file-label, .custom-file-input.is-valid ~ .custom-file-label {
    border-color: #28a745;
}

.was-validated .custom-file-input:valid:focus ~ .custom-file-label, .custom-file-input.is-valid:focus ~ .custom-file-label {
    border-color: #28a745;
    box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.25);
}

.input-group > .custom-file {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
}

.custom-file {
    position: relative;
    display: inline-block;
    width: 100%;
    height: calc(1.5em + 0.75rem + 2px);
    margin-bottom: 0;
}

.input-group > .custom-file {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
}

.custom-file-input {
    position: relative;
    z-index: 2;
    width: 100%;
    height: calc(1.5em + 0.75rem + 2px);
    margin: 0;
    opacity: 0;
}

    .custom-file-input:focus ~ .custom-file-label {
        border-color: #80bdff;
        box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
    }

    .custom-file-input[disabled] ~ .custom-file-label,
    .custom-file-input:disabled ~ .custom-file-label {
        background-color: #e9ecef;
    }

    .custom-file-input:lang(en) ~ .custom-file-label::after {
        content: "Browse";
    }

    .custom-file-input ~ .custom-file-label[data-browse]::after {
        content: attr(data-browse);
    }

.custom-file-label {
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    z-index: 1;
    height: calc(1.5em + 0.75rem + 2px);
    padding: 0.375rem 0.75rem;
    font-weight: 400;
    line-height: 1.5;
    color: #495057;
    background-color: #fff;
    border: 1px solid #ced4da;
    border-radius: 0.25rem;
}

    .custom-file-label::after {
        position: absolute;
        top: 0;
        right: 0;
        bottom: 0;
        z-index: 3;
        display: block;
        height: calc(1.5em + 0.75rem);
        padding: 0.375rem 0.75rem;
        line-height: 1.5;
        color: #495057;
        content: "Browse";
        background-color: #e9ecef;
        border-left: inherit;
        border-radius: 0 0.25rem 0.25rem 0;
    }

.form-control {
    display: block;
    width: 100%;
    height: 38px;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #555;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    -webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
}

label, .label {
    display: inline-block;
    max-width: 100%;
    margin-bottom: 5px;
    font-weight: bold;
    padding-left: 0px;
}

.input-validation-error {
    border: 1px solid #DD4953;
}

fieldset {
    /*border: 1px solid #ddd;*/
    min-width: 0;
    padding: 12px;
    margin: 0px;
    border-radius: 4px;
    box-shadow: 0 0px 5px 0 rgba(0, 0, 0, 0.2), 0 0px 14px 0 rgba(0, 0, 0, 0);
}

legend {
    width: auto;
    font-size: 14px;
    font-weight: bold;
    border-bottom: 0px;
    background-color: white;
    /*color: #777;*/
    padding-left: 5px;
    /*font-style:italic;
        font-family:auto;
        color: #346aad;
        font-weight: 600;

        font-size:16px;*/
}

.form-group {
    margin-bottom: 32px;
}

.modal-header {
    color: #474747;
    background-color: #D2E9CF /* #194b6b  #47668c  #82a2ca*/;
    padding: 10px;
    margin: 0px;
    font-size: 18px;
    font-weight: bold;
    margin-bottom: 10px;
    border-radius: 4px;
}

.divArea {
    height: 45px;
    box-shadow: 0 0px 5px 0 rgba(0, 0, 0, 0.2), 0 0px 14px 0 rgba(0, 0, 0, 0);
    padding: 10px;
    margin: 2px;
    margin-bottom: 15px;
}

.req:after {
    content: " *";
    font-weight: bold;
    /* color: #DD4953; */
}

.font-size13 {
    font-size: 13px;
}

.line-ht22 {
    line-height: 25px;
}

.mb-0 {
    margin-bottom: 0px !important;
}

.ml-20 {
    margin-left: 20px;
}
