﻿/* START - Loading icon CSS*/
.no-js #loader {
    display: none;
}

.js #loader {
    display: block;
    position: absolute;
    left: 100px;
    top: 0;
}

.se-pre-con {
    position: fixed;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    z-index: 9999;
    background: url('../images/loadingIcon.gif') center no-repeat #fff;
}
/* END - Loading icon CSS*/



.error {
    color: red;
    font-size: 12px;
}

.helpImage {
    height: 13px;
    width: 13px;
}

.radiobuttons label {
    display: inline-block;
    padding-right: 10px;
    white-space: nowrap;
}

.radiobuttons input {
    vertical-align: middle;
}

.radiobuttons label span {
    vertical-align: middle;
    font-size: 12px;
    font-weight: 400;
}


.label-custom {
    font-size: 13px;
    font-weight: 500;
    color: #041F5A;
}

.inp-custom {
    width: 100%;
    height: 30px;
    border: .5px solid #ccc;
    background-color: white;
    /*box-shadow: 0px 1px 2px;*/
    font-size: 12px;
    padding-left: 5px;
    /*border: none;*/
    outline: none !important;
}
.txtarea-custom {
    width: 100%;
    height: 15px;
    border: .5px solid #ccc;
    background-color: white;
    /*box-shadow: 0px 1px 2px;*/
    font-size: 12px;
    padding-left: 5px;
    /*border: none;*/
    outline: none !important;
    overflow-y: scroll;
}

.tarea-custom {
    width: 100%;
    height: 100px;
    resize: none;
    border: .5px solid #ccc;
    background-color: white;
    /*border: .5px solid #ccc;*/ /* This border somehow also made it yellow*/
    /*box-shadow: 0px 1px 2px;*/
    font-size: 12px;
    padding-left: 5px;
    /*border: none;*/
    outline: none !important;
}

    .tarea-custom:hover {
        box-shadow: 0px 1px 2px;
    }

.inp-custom:hover {
    box-shadow: 0px 1px 2px;
}

.label-info {
    width: 20px;
    height: 20px;
    text-align: center;
    line-height: 20px;
    font-size: 12px;
    cursor: pointer;
    border-radius: 50%;
    background-color: #173753;
    color: #fff;
    float: right;
}

.btndefault {
    background-color: #FFDA00;
    color: #041F5A;
    width: 200px;
    height: 40px;
    border: none;
    font-weight: 600;
    font-size: 16px;
}

.top-menu {
    height: 50px;
    background-color: #173753;
}

.logo-style {
    width: 50px;
    padding: 10px 0px;
}

.kbr-logo-style {
    width: 30%;
    padding: 10px 0px;
}

.hidden {
    display: none;
}

.required:after {
    color: red;
    content: "*";
    font-size: 15px;
    font-weight: bold;
    /* The two lines below stop the asterisk in the Data Classification label from wrapping */
    margin-right: -24px;
    display: inline-block;
}

.kbr-wrap-image {
    height: 720px;
    background-image: url('../images/Banner.png');
    background-size: 100%;
    background-repeat: no-repeat;
    text-align: center;
}

@media screen and (max-width: 480px) {
    .kbr-wrap-image {
        height: 160px;
        background-image: none;
        background-size: 100%;
        background-repeat: no-repeat;
        background-position: right bottom;
        text-align: center;
    }
}

.errorTxt {
    font-size: 12px !important;
    color: red !important;
}
