/* Roboto Font */
@import url('https://fonts.googleapis.com/css?family=Roboto:500&display=swap');


body {font-family: 'Montserrat', sans-serif;  color:#797f8c;}
h4 {font-size:1.2rem; line-height:1.7rem;}
	a{cursor:pointer;}
.px-30 {padding-left:30px; padding-right:30px;}
.text-bold { font-weight:bold;}
.text-error { color:#f78f22; font-size: 1rem;}
.dashed {border-top:1px dashed #333;}
.wid-40 {width: 40%;}
.navbar-toggler {padding:0; border:none;}
.icon-title {font-family: 'Montserrat', sans-serif; font-size:12px; font-weight:bold;}
.process_check  {text-align:center;}
.process_check a {background-color:#d7d7d7; width:24px; height:24px; display:inline-block; border-radius:14px; margin:0 10px;}
.process_check a.orange {background-color:#f78f22;}
.process_check a.darkOrange {background-color:#ed4036;}
.process_check a.liteBlue {background-color:#84b7e2;}
.process_check a.blue {background-color:#1b75ba;}
.process_check a.darkBlue {background-color:#243874;}
.process_check a.darkBlue {background-color:#243874;}
.btn.darkBlue {background-color:#243874 !important;  border: 1px solid #243874 !important;}
.btn.liteGreen {background-color:#65b70c !important;  border: 1px solid #65b70c !important;}
.form-group > label { font-style: italic;}
.form-in { position:relative;font-size:20px;}
.form-in .form-control {border-width:0 0 1px 0; border-color:rgba(0,0,0,0.2); border-radius:0; text-align:center; color:rgba(0,0,0,0.5)}
.form-in label { position:absolute; left:4px;top: 3px;margin: 0; font-size:1.2rem;; font-weight:bold; }
.form-error.form-control { border-color:#494343;}
.btn-primary {background-color:#2b7fc6;font-family: 'Montserrat', sans-serif; letter-spacing:2px; font-size:14px;}
body .ui-slider.ui-slider-horizontal .ui-slider-handle { width: 2em; height: 2em; margin-top: -1em;}
body .orange .ui-slider .ui-slider-range{background-color: #f78f22;}
body .orange .ui-slider .ui-slider-handle {    border: 2px solid #f78f22;background-color: #f78f22;}
body .darkOrange .ui-slider .ui-slider-range{background-color: #ed4036;}
body .darkOrange .ui-slider .ui-slider-handle {    border: 2px solid #ed4036;background-color: #ed4036;}
body .liteBlue .ui-slider .ui-slider-range{background-color: #84b7e2;}
body .liteBlue .ui-slider .ui-slider-handle {    border: 2px solid #84b7e2;background-color: #84b7e2;}
body .blue .ui-slider .ui-slider-range{background-color: #1b75ba;}
body .blue .ui-slider .ui-slider-handle {    border: 2px solid #1b75ba;background-color: #1b75ba;}
body .darkBlue .ui-slider .ui-slider-range{background-color: #243874;}
body .darkBlue .ui-slider .ui-slider-handle {    border: 2px solid #243874;background-color: #243874;}
/*
.radio_button {border:1px solid #cccccc;border-radius:12px;padding: 8px 14px;display:inline-block;line-height: 24px; color:#000;}
.radio_button span {
    background-color:#fff;
    width:24px;
    height:24px;
    display:inline-block;
    border-radius:14px;
    float: right;
    border: 1px solid #cccccc;
    margin-left: 10px;
    }
.radio_button:hover, .radio_button:active {text-decoration:none;}
*/
.radio_wrap { border:1px solid #999999;border-radius:12px;padding: 6px 12px;display:inline-block;}
[type="radio"]:checked,
[type="radio"]:not(:checked) {
    position: absolute;
    left: -9999px;
}
[type="radio"]:checked + label,
[type="radio"]:not(:checked) + label
{
    position: relative;
    padding-right: 28px;
    cursor: pointer;
    line-height: 20px;
    display: inline-block;
	margin:0;
}
[type="radio"]:checked + label:before,
[type="radio"]:not(:checked) + label:before {
    content: '';
    position: absolute;
    right: 0;
    top: 0;
    width: 20px;
    height: 20px;
    border: 1px solid #999999;
    border-radius: 100%;
    background: #fff;
}
[type="radio"]:checked + label:after,
[type="radio"]:not(:checked) + label:after {
    content: '';
    width: 20px;
    height: 20px;
    background: #1b75ba;
    position: absolute;
    top: 0;
    right: 0;
    border-radius: 100%;
    -webkit-transition: all 0.2s ease;
    transition: all 0.2s ease;
	 border: 1px solid #999999;
}
[type="radio"]:not(:checked) + label:after {
    opacity: 0;
    -webkit-transform: scale(0);
    transform: scale(0);
}
[type="radio"]:checked + label:after {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
}

.loader-main {
            width: 100%;
            height: 100%;
            position: fixed;
            top: 0;
            left: 0;
            z-index: 110010;
        }
        
        .loader-main .loader-bg {
            background-color: rgba(0, 0, 0, .5);
            width: 100%;
            height: 100%
        }
        
        .loader-main .loader-circle {
            display: inline-block;
            width: 80px;
            height: 80px;
            background: url(../images/client-logo-sm.png) center center no-repeat #fafafa;
            border-radius: 50px;
            position: fixed;
            top: 50%;
            left: 50%;
            margin-left: -40px;
            margin-top: -40px
        }
        
        .loader-main .loader-circle:after {
            content: " ";
            display: block;
            width: 100%;
            height: 100%;
            margin: 1px;
            border-radius: 50%;
            border: 5px solid;
            border-color: #f78f22 transparent;
            animation: loader-circle 1.2s linear infinite;
            box-sizing: border-box;
        }
        
        @keyframes loader-circle {
            0% {
                transform: rotate(0)
            }
            100% {
                transform: rotate(360deg)
            }
        }
    .boxBorder {border:1px solid #dedede; border-radius: 4px;font-family: 'Montserrat', sans-serif; }
    .results .in {border:1px solid #dedede; border-radius: 4px;overflow: hidden;
        padding: 10px;font-family: 'Montserrat', sans-serif;cursor: pointer;}
    .results .in .results-left { width: 30%; float:left;}
    .results .in .results-mid { width: 40%; float:left;}
    .results .in .results-right { width: 30%; float:right;padding-top: 30px;}

.modal, .modal-backdrop {top:4rem;}
.modal-header {display: block; font-family: 'Montserrat', sans-serif;    text-align: center;}
.modal-header h4.modal-title { font-size:30px; font-weight:bold;}
.ui-dialog-content .form-group .form-control { font-size:12px;  padding-left:0;border-width: 0 0 1px 0;
    border-radius: 0;font-weight: normal;}
.modal-header h5 { font-size:20px; font-weight:bold;}
.modal-header .close {
    position: absolute;
    top: 2rem;
    right: 2rem;
    border: 2px solid #797f8c;
    border-radius: 50px;
    width: 34px;
    height: 34px;
    line-height: 24px;
    padding: 0;
    font-weight: 100;
    font-size: 40px;
color: #797f8c;}
.modal-header .close:focus, .modal-header .close span:focus, .modal-header .close span:active { border:none !important;}
body .ui-dialog .ui-dialog-titlebar {
    color: #797f8c;
    background-color: #fff;
    border-bottom: none;
}
body .ui-dialog .ui-dialog-content {
    color: #797f8c;
    border-top: none;
    
    border-radius: 8px;
}
.modal-backdrop {

    z-index: 11010;

}
@media only screen and (max-width:479px),only screen and (max-width:48em)
{
    .results .in .results-mid {
        width: 67%; float:right;
    }
    .results .in .results-right {
        width: 100%;
        clear: both;
        padding-top: 10px;
    }
    .results .in .results-right .liteGreen {
        width: 100%; margin: 0 auto;
    }
    body .ui-dialog .ui-dialog-content {
     
        margin: 0 10%;
      
    }
}

.border-error {border-bottom:1px solid #f78f22 !important}