﻿/*html * :not(.rsIcon) :not(span)     
    {
        font-family: 'Avenir Next LT Pro' !important;
        font-size: 14px;
    }*/


.header {
    font-size: 16px !important;
}


.fontBlue {
    color: #011956 !important;
}

.backBlue {
    background: #011956 !important;
}

.fontBlack {
    color: black;
}

.fontWhite {
    color: white;
}

.clsBox {
    font-family: AvenirNext, 'Malgun Gothic', 'Segoe UI Semibold' !important;
    font-weight: 600;
    border: 0px solid black;
    width: 100%;
    height: 80px;
    border-radius: 0px;
    display: inline-block;
    white-space: normal;
    margin: 10px;
    max-width: 180px;
    min-width: 130px;
    min-height: 80px;
    background-position: center;
    background-size: contain;
    text-align: center;
    vertical-align: middle;
    font-size: 13.5px !important;
    background-color: #011956 !important;
    cursor: pointer;
    padding: 5px 20px 5px 80px;
    vertical-align: middle;
    text-align: left;
    color: white;
    text-transform: uppercase;
    white-space: normal;
}

.clsBox:disabled {
    background-color: Gray !important;
}

.required:after {
    content: "*";
    color: red;
}

.input-group-addon {
    padding: 6px 12px;
    font-size: 14px;
    font-weight: normal;
    line-height: 1;
    color: #555;
    text-align: center;
    background-color: #eee;
    border: 1px solid #ccc;
    border-radius: 4px;
    vertical-align: middle;
    display: table-cell;
}

    .input-group-addon:first-child {
        border-right: 0;
        border-top-right-radius: 0;
        border-bottom-right-radius: 0;
    }

    .input-group-addon:last-child {
        border-left: 0;
        border-top-left-radius: 0;
        border-bottom-left-radius: 0;
    }

    .input-group-addon:not(:first-child):not(:last-child) {
        border-radius: 0;
    }

.btnSquare {
    height: 32px;
    width: 32px;
}

.btnBgBlue {
    color: #fff;
    background: #011956 !important;
    border-color: #011956 !important;
}

    .btnBgBlue:hover :not(:disabled) {
        /*background: #140066 !important;
        border-color: #140066 !important;*/
        background: #EB692B !important;
        border-color: #EB692B !important;
    }

.btnBgWhite {
    color: black;
    background: white !important;
    border-color: black !important;
}

    .btnBgWhite:hover :not(:disabled) {
        background: #eeeeee !important;
        border-color: #eeeeee !important;
    }

.btnNoBg {
    color: #011956;
    background: transparent !important;
    border-color: none !important;
}

    .btnNoBg:hover :not(:disabled) {
        color: #EB692B;
        cursor: pointer;
    }

.btnBgGrey {
    color: black;
    background: #eeeeee !important;
    border-color: #eeeeee !important;
}

    .btnBgGrey:hover :not(:disabled) {
        color: #011956;
        background: #b4b4ba !important;
        border-color: #b4b4ba !important;
    }

.smallSize {
    font-size: 10px;
    height: 30px;
}

.mediumSize {
    font-size: 12px;
    height: 32px;
}

.latgeSize{
    font-size: 14px;
    height: 34px;
}



.upperText,
.upperText input,
.upperText textarea,
.upperText select {
    text-transform: uppercase;
}

.displayText,
.displayText input,
.displayText textarea,
.displayText:hover,
.displayText:focus {
    border: none !important;
    cursor: default !important;
    outline: none !important;
    border: none !important;
    font-size: 12px !important;
    /*box-shadow: none !important;*/
}

.has-error .help-block,
.has-error .control-label,
.has-error .radio,
.has-error .checkbox,
.has-error .radio-inline,
.has-error .checkbox-inline,
.has-error.radio label,
.has-error.checkbox label,
.has-error.radio-inline label,
.has-error.checkbox-inline label {
    color: #a94442;
}

.has-error .form-control {
    border-color: #a94442;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
}

    .has-error .form-control:focus {
        border-color: #843534;
        -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 6px #ce8483;
        box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 6px #ce8483;
    }

.has-error .input-group-addon {
    color: #a94442;
    background-color: #f2dede;
    border-color: #a94442;
}

.has-error .form-control-feedback {
    color: #a94442;
}

div[id^=dvDropZone] > label.col-form-label {
    display:flex !important;
    padding:0 !important;
}


.form-group {
    margin-bottom: 1rem;
}

.form-inline .form-control {
    display: inline-block;
    width: auto;
    vertical-align: middle;
}

.form-row {
    display: flex;
    flex-wrap: wrap;
    margin-right: -5px;
    margin-left: -5px;
}

    .form-row > .col {
        padding-left: 5px;
        padding-right: 5px;
    }

label {
    margin-bottom: 0.5rem;
}

.form-control:disabled, .form-control[readonly] {
    background-color: #e9ecef;
    opacity: 1;
}