﻿/* Label Style Start */
.label {
    padding-top: 7px;
    margin-top: 0;
    margin-bottom: 0;
    color: #000000;
    font-size: medium;
}

.label_info {
    padding-top: 7px;
    margin-top: 0;
    margin-bottom: 0;
    color: #00529B;
    font-size: medium;
}

.label_warning {
    padding-top: 7px;
    margin-top: 0;
    margin-bottom: 0;
    color: #e5b703;
    font-size: medium;
}

.label_error {
    padding-top: 7px;
    margin-top: 0;
    margin-bottom: 0;
    color: #D8000C;
    font-size: medium;
}

.popup_label {
    padding-top: 7px;
    margin-top: 0;
    margin-bottom: 0;
    color: #000000;
    font-size: small;
}

.popup_label_info {
    padding-top: 7px;
    margin-top: 0;
    margin-bottom: 0;
    color: #00529B;
    font-size: small;
}

.popup_label_warning {
    padding-top: 7px;
    margin-top: 0;
    margin-bottom: 0;
    color: #e5b703;
    font-size: small;
}

.popup_label_error {
    padding-top: 7px;
    margin-top: 0;
    margin-bottom: 0;
    color: #D8000C;
    font-size: small;
}
/* Label Style End */


/* TextBox Style Start */
.textbox {
    display: block;
    width: 300px;
    height: 30px;
    padding: 6px 6px;
    font-size: medium;
    line-height: 1.428571429;
    color: #555555;
    vertical-align: middle;
    background-color: #ffffff;
    border: 2px solid #cccccc;
    border-radius: 10px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    -webkit-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
    transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
}

    .textbox:focus {
        border-color: #66afe9;
        outline: 0;
        -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 0.6);
        box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 0.6);
    }

.textbox_info {
    display: block;
    width: 300px;
    height: 30px;
    padding: 6px 6px;
    font-size: medium;
    line-height: 1.428571429;
    color: #555555;
    vertical-align: middle;
    background-color: #BDE5F8;
    border: 2px solid #00529B;
    border-radius: 10px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    -webkit-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
    transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
}

    .textbox_info:focus {
        background-color: #d3edfa;
        outline: 0;
        -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 0.6);
        box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 0.6);
    }

.textbox_warning {
    display: block;
    width: 300px;
    height: 30px;
    padding: 6px 6px;
    font-size: medium;
    line-height: 1.428571429;
    color: #555555;
    vertical-align: middle;
    background-color: #FEEFB3;
    border: 2px solid #e5b703;
    border-radius: 10px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    -webkit-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
    transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
}

    .textbox_warning:focus {
        background-color: #f8f0d0;
        outline: 0;
        -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 0.6);
        box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 0.6);
    }

.textbox_error {
    width: 100%;
    border: none;
    border-bottom: 1px solid #dc3545 !important;
    padding: 10px 0;
    color: #868e96;
    font-weight: 300;
}

.popup_textbox {
    display: block;
    width: 250px;
    padding: 3px 3px;
    font-size: small;
    line-height: 1;
    color: #555555;
    vertical-align: middle;
    background-color: #ffffff;
    border: 2px solid #cccccc;
    border-radius: 7px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    -webkit-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
    transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
}

    .popup_textbox:focus {
        border-color: #66afe9;
        outline: 0;
        -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 0.6);
        box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 0.6);
    }

.popup_textbox_info {
    display: block;
    width: 250px;
    padding: 3px 3px;
    font-size: small;
    line-height: 1;
    color: #555555;
    vertical-align: middle;
    background-color: #BDE5F8;
    border: 2px solid #00529B;
    border-radius: 7px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    -webkit-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
    transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
}

    .popup_textbox_info:focus {
        background-color: #d3edfa;
        outline: 0;
        -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 0.6);
        box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 0.6);
    }

.popup_textbox_warning {
    display: block;
    width: 250px;
    padding: 3px 3px;
    font-size: small;
    line-height: 1;
    color: #555555;
    vertical-align: middle;
    background-color: #FEEFB3;
    border: 2px solid #e5b703;
    border-radius: 7px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    -webkit-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
    transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
}

    .popup_textbox_warning:focus {
        background-color: #f8f0d0;
        outline: 0;
        -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 0.6);
        box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 0.6);
    }

.popup_textbox_error {
    display: block;
    width: 250px;
    padding: 3px 3px;
    font-size: small;
    line-height: 1;
    color: #555555;
    vertical-align: middle;
    background-color: #FFBABA;
    border: 2px solid #D8000C;
    border-radius: 7px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    -webkit-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
    transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
}

    .popup_textbox_error:focus {
        background-color: #ffcbcb;
        outline: 0;
        -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 0.6);
        box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 0.6);
    }
/* TextBox Style End */


/* DropDownList Style Start */
.dropdownlist {
    display: block;
    height: 40px;
    padding: 6px 6px;
    font-size: medium;
    line-height: 1;
    color: #555555;
    vertical-align: middle;
    background-color: #ffffff;
    border: 2px solid #cccccc;
    border-radius: 10px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    -webkit-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
    transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
}

    .dropdownlist:focus {
        border-color: #66afe9;
        outline: 0;
        -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 0.6);
        box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 0.6);
    }

.dropdownlist_info {
    display: block;
    height: 40px;
    padding: 6px 6px;
    font-size: medium;
    line-height: 1;
    color: #555555;
    vertical-align: middle;
    background-color: #BDE5F8;
    border: 2px solid #00529B;
    border-radius: 10px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    -webkit-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
    transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
}

    .dropdownlist_info:focus {
        background-color: #d3edfa;
        outline: 0;
        -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 0.6);
        box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 0.6);
    }

.dropdownlist_warning {
    display: block;
    height: 40px;
    padding: 6px 6px;
    font-size: medium;
    line-height: 1;
    color: #555555;
    vertical-align: middle;
    background-color: #FEEFB3;
    border: 2px solid #e5b703;
    border-radius: 10px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    -webkit-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
    transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
}

    .dropdownlist_warning:focus {
        background-color: #f8f0d0;
        outline: 0;
        -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 0.6);
        box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 0.6);
    }

.dropdownlist_error {
    display: block;
    height: 40px;
    padding: 6px 6px;
    font-size: medium;
    line-height: 1;
    color: #555555;
    vertical-align: middle;
    background-color: #FFBABA;
    border: 2px solid #D8000C;
    border-radius: 10px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    -webkit-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
    transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
}

    .dropdownlist_error:focus {
        background-color: #ffcbcb;
        outline: 0;
        -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 0.6);
        box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 0.6);
    }

.popup_dropdownlist {
    display: block;
    padding: 3px 3px;
    font-size: small;
    line-height: 1;
    color: #555555;
    vertical-align: middle;
    background-color: #ffffff;
    border: 2px solid #cccccc;
    border-radius: 7px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    -webkit-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
    transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
}

    .popup_dropdownlist:focus {
        border-color: #66afe9;
        outline: 0;
        -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 0.6);
        box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 0.6);
    }

.popup_dropdownlist_info {
    display: block;
    padding: 3px 3px;
    font-size: small;
    line-height: 1;
    color: #555555;
    vertical-align: middle;
    background-color: #BDE5F8;
    border: 2px solid #00529B;
    border-radius: 7px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    -webkit-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
    transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
}

    .popup_dropdownlist_info:focus {
        background-color: #d3edfa;
        outline: 0;
        -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 0.6);
        box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 0.6);
    }

.popup_dropdownlist_warning {
    display: block;
    padding: 3px 3px;
    font-size: small;
    line-height: 1;
    color: #555555;
    vertical-align: middle;
    background-color: #FEEFB3;
    border: 2px solid #e5b703;
    border-radius: 7px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    -webkit-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
    transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
}

    .popup_dropdownlist_warning:focus {
        background-color: #f8f0d0;
        outline: 0;
        -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 0.6);
        box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 0.6);
    }

.popup_dropdownlist_error {
    display: block;
    padding: 3px 3px;
    font-size: small;
    line-height: 1;
    color: #555555;
    vertical-align: middle;
    background-color: #FFBABA;
    border: 2px solid #D8000C;
    border-radius: 7px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    -webkit-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
    transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
}

    .popup_dropdownlist_error:focus {
        background-color: #ffcbcb;
        outline: 0;
        -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 0.6);
        box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 0.6);
    }
/* DropDownList Style End */


/* Message Box Style Start Here	*/
.messagebox_info,
.messagebox_success,
.messagebox_warning,
.messagebox_error,
.messagebox_validation {
    border: 2px solid;
    margin: 10px 0px;
    padding: 15px 10px 15px 50px;
    background-repeat: no-repeat;
    background-position: 10px center;
    /*float: left; */
    font-size: 10pt;
}

.messagebox_info {
    color: #00529B;
    background-color: #BDE5F8;
    background-image: url('../img/validator/Info.png');
}

.messagebox_success {
    color: #4F8A10;
    background-color: #DFF2BF;
    background-image: url('../img/validator/Success.png');
}

.messagebox_warning {
    color: #9F6000;
    background-color: #FEEFB3;
    background-image: url('../img/validator/Attention.png');
}

.messagebox_error {
    color: #D8000C;
    background-color: #FFBABA;
    background-image: url('../img/validator/Error.png');
}

.messagebox_validation {
    color: #D63301;
    background-color: #FFCCBA;
    background-image: url('../img/validator/Validation.png');
}

.messagebox_float {
    position: absolute;
    left: 50%;
    margin-left: -100px;
}
/* Message Box Style End Here	*/

.feedback-error {
    display: block;
    width: 100%;
    margin-top: 0.25rem;
    margin-left: .5em;
    font-size: 0.75em;
    color: #dc3545 !important;
}
