/* Minification failed. Returning unminified contents.
(37,51): run-time error CSS1062: Expected semicolon or closing curly-brace, found ')'
(42,55): run-time error CSS1062: Expected semicolon or closing curly-brace, found ')'
(71,82): run-time error CSS1038: Expected hex color, found '#0000'
(71,185): run-time error CSS1038: Expected hex color, found '#fff0'
(71,215): run-time error CSS1038: Expected hex color, found '#fff0'
(71,246): run-time error CSS1038: Expected hex color, found '#fff0'
 */
body{font-family: 'OpenSans';}
h1, h2, h3, h4{font-family: 'OpenSans-Bold';}
h1 span.small{font-family: 'OpenSans'; font-size: 20px; color: #000;}
h4 span.small{font-family: 'OpenSans';}
.LoginMyselectStyle, .MyselectStyle, input, textarea {
    font-family: 'OpenSans';
    border-radius: 0px !important;
}
textarea.form-control { height: auto; resize: none; height: 108px;}
.txtCntr{text-align: center;}
.content-wrapper .mainContainer{padding-top: 30px;}
LoginMyselectStyle, .MyselectStyle {
    border: 1px solid #ccc;
}
    LoginMyselectStyle:focus, .MyselectStyle:focus {
        border-color: #66afe9 !important;
        outline: none !important;
        -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102, 175, 233, .6) !important;
        box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102, 175, 233, .6) !important;
    }
button.btn.dropdown-toggle.MyselectStyle:focus, button.btn.dropdown-toggle.LoginMyselectStyle:focus {
    outline: none !important;
}

/*-- buttons styles --*/
button.submit {
    font-size: 14px;
    font-family: 'OpenSans';
    text-transform: uppercase;
    color: #504e4e;
    background: none;
    border: none;
    outline: none;
    padding: 7px 0 7px 15px;
    float: right;
    border: solid 1px #fff;
    border-right: solid 1px rgba(27,86,168,1) 100%);
}

    button.submit:hover {
        border: solid 1px #1a4fbd;
        border-right: 1px solid rgba(27,86,168,1) 100%);
    }

    button.submit span {
        background: rgba(21,43,116,1);
        background: -moz-linear-gradient(left, rgba(21,43,116,1) 0%, rgba(27,86,168,1) 100%);
        background: -webkit-gradient(left top, right top, color-stop(0%, rgba(21,43,116,1)), color-stop(100%, rgba(27,86,168,1)));
        background: -webkit-linear-gradient(left, rgba(21,43,116,1) 0%, rgba(27,86,168,1) 100%);
        background: -o-linear-gradient(left, rgba(21,43,116,1) 0%, rgba(27,86,168,1) 100%);
        background: -ms-linear-gradient(left, rgba(21,43,116,1) 0%, rgba(27,86,168,1) 100%);
        background: linear-gradient(to right, rgba(21,43,116,1) 0%, rgba(27,86,168,1) 100%);
        filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#152b74', endColorstr='#1b56a8', GradientType=1 );
        padding: 7px 18px 8px 18px;
        margin-left: 10px;
        color: #fff;
        border: solid 1px #1a4fbd;
    }
button.whiteBtn{color: #173c83; background: #fff; border: solid 1px #fff; padding: 7px 20px;}
button.whiteBtn:hover{border: solid 1px #173c83;}

.colorWite{color: #fff;}

.form-control.error {border-color: #fe3232; outline: 0; -webkit-box-shadow: 0px 0px 10px 0px rgba(254,50,50,.5); -moz-box-shadow: 0px 0px 10px 0px rgba(254,50,50,.5); box-shadow: 0px 0px 10px 0px rgba(254,50,50,.5);}

.form-group{position: relative;}
h1.small{font-family: 'OpenSans'; font-size: 25px;}
h2 span{font-family: 'OpenSans'; font-size: 22px;}
.form-group label{font-family: 'OpenSans'; font-weight: normal;}
.form-group span.error{font-family: 'OpenSans'; font-size: 12px; background: #fe3232; position: absolute; right: 15px; padding: 1px 5px 1px 23px; color: #fff; background-image: url('../images/warning-error.png'); background-repeat: no-repeat; background-position: 3px 2px; top: 112%; }
.form-group span.error::before{content: ""; width: 0px; height: 0px; background: #0000; position: absolute; position: absolute; border-bottom: solid 5px #fe3232; border-top: solid 5px #fff0; border-left: solid 5px #fff0; border-right: solid 5px #fff0; top: -10px; left: 80%;}
.form-group span.error.align{right: 0px;}
.form-group span.error.textAraBox{top: 104%;}
.formSubmit{margin-top: 30px;}

.MyselectStyle{}
/* .form-group .btn{border-radius: 0px;} */
/* .form-group .btn-default{ background: none;} */
#sidenavToggler .fa {
    display: none;
}

/*-- margin settings--*/
.noMargin{margin: 0px;}
.noMargin_Bottom{margin-bottom: 0px;}
.noMargin_Top{margin-top: 0px; margin-bottom: 20px;}
/*-- margin settings close--*/
/*-- paragraph style --*/
p.italicPara{text-align: justify; font-style: italic;}
/*-- paragraph style close --*/
.RegtabCol .form-control, .LoginMyselectStyle {
    background: #fff;
    border: 1px solid #ccc;
}
.errorBorder {
    border-color: #fe3232 !important;
}
.collapsing {
    transition: height 0.9s;
}
@media (min-width: 768px) {
    .modal-dialog {
        width: 800px;
    }
}
.createEntity, .backgroundNew {
    background: #fff;
    padding: 20px !important;
    -webkit-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.45);
    -moz-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.45);
    box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.45);
    margin-bottom: 30px;
}

.backgroundNew {
    padding-top:45px !important;
}
.delItem {
    opacity:0.45;
}
