.blueBoldHeading { color:#1D3E72; font-weight: bold;  }
.content-wrapper {background-color: #ffffff;}
.skin-blue .main-header .logo {background-color: #EAF0EF;}
.skin-blue .main-header .logo:hover {background-color: #EAF0EF;}
.skin-blue .main-header .navbar {background-color: #f1f1f1;}
.skin-blue .wrapper, .skin-blue .main-sidebar, .skin-blue .left-side {background-color: #d1d2d2;}
legend {display: block; width: auto; padding: 0 5px; margin-bottom: 0px; font-size: 21px; line-height: inherit;
    color: #ff0000; border: 0; border-bottom: none;}
fieldset {min-width: 0;padding: 10px;margin: 0;border: 1px solid #1D3E72; border-radius: 4px;}
.formFields {border:0px; border-bottom: 1px solid #1D3E72; color:#999999; padding:6px 0; font-size: 15px; }
.rowSettings {padding:10px;}
.fieldWrapperSettings {padding-bottom:20px;}
.errorMessage {color:#ff0000;}
label {color:#999999; font-weight: normal; font-size: 15px;}
.textAreaField {width:100%; height:50px; border:1px solid #1D3E72; border-radius: 5px; padding: 5px 10px; color:#999999;  }
.descriptionText {color:#1D3E72; text-align: justify; font-size:16px;}

.radioBtnSettings {display:inline !important; outline: none; margin-right: 15px;}
label.btn span {    font-size: 1.5em ; color:#999999;}
label input[type="radio"] ~ i.fa.fa-circle-o{    color: #c8c8c8; display: inline;font-size: 15px;}
label input[type="radio"] ~ i.fa.fa-dot-circle-o{    display: none;}
label input[type="radio"]:checked ~ i.fa.fa-circle-o{    display: none;}
label input[type="radio"]:checked ~ i.fa.fa-dot-circle-o{    color: #1D3E72; display: inline; font-size: 15px;}
label:hover input[type="radio"] ~ i.fa {    color: #1D3E72; font-size: 15px;}
div[data-toggle="buttons"] label.active{    color: #1D3E72;}
div[data-toggle="buttons"] label { display: inline; padding: 6px 0px; margin-bottom: 0;    font-size: 10px;    font-weight: normal;    line-height: 35px;    text-align: left;    white-space: nowrap;    vertical-align: top;    cursor: pointer;
    background-color: transparent;    border: 0px solid #c8c8c8;    border-radius: 3px;    color: #c8c8c8;    -webkit-user-select: none;    -moz-user-select: none;    -ms-user-select: none;    -o-user-select: none;    user-select: none;
}

div[data-toggle="buttons"] label:hover { color: #7AA3CC;}
div[data-toggle="buttons"] label:active, div[data-toggle="buttons"] label.active {    -webkit-box-shadow: none;    box-shadow: none;}
.paddingLess {padding-left:0px; padding-right: 0px;}
.blueButton {background-color: #1D3E72; color:#ffffff; padding: 5px 30px; border:2px solid #ffffff;}
.blueButton:hover {background-color: #ffffff; color:#1D3E72;  padding: 5px 30px; border:2px solid #1D3E72;}
.errorLogs {line-height: 15px; text-align: left; margin-bottom:4px;}

.price-box {    margin: 0 auto;    background: #E9E9E9;    border-radius: 10px;    padding: 40px 15px;    width: 500px;}

.ui-widget-content {    border: 1px solid #bdc3c7;    background: #e1e1e1;    color: #222222;    margin-top: 4px;}

.ui-slider .ui-slider-handle {    position: absolute;    z-index: 2;    width: 30px;    height: 22px;    cursor: default;
     text-align: center;    line-height: 20px;    color: #FFFFFF;    font-size: 7px;}

.ui-slider .ui-slider-handle .glyphicon {    color: #FFFFFF;    margin: 0 3px;    font-size: 11px;    opacity: 0.5;}

.ui-corner-all {    border-radius: 20px;}

.ui-slider-horizontal .ui-slider-handle {    top: -10px;}

.ui-state-default,
.ui-widget-content .ui-state-default {
    border: 1px solid #f9f9f9;
    background: #1D3E72;
}

.ui-slider-horizontal .ui-slider-handle {
    margin-left: -0.5em;
}

.ui-slider .ui-slider-handle {
    cursor: pointer;
}

.ui-slider a,
.ui-slider a:focus {
    cursor: pointer;
    outline: none;
}

.price, .lead p {
    font-weight: 600;
    font-size: 32px;
    display: inline-block;
    line-height: 60px;
}

h4.great {
    background: #1D3E72;
    margin: 0 0 25px -60px;
    padding: 7px 15px;
    color: #ffffff;
    font-size: 18px;
    font-weight: 600;
    border-radius: 5px;
    display: inline-block;
    -moz-box-shadow:    2px 4px 5px 0 #ccc;
    -webkit-box-shadow: 2px 4px 5px 0 #ccc;
    box-shadow:         2px 4px 5px 0 #ccc;
}

.total {
    border-bottom: 1px solid #7f8c8d;
    /*display: inline;
    padding: 10px 5px;*/
    position: relative;
    padding-bottom: 20px;
}

.total:before {
    content: "";
    display: inline;
    position: absolute;
    left: 0;
    bottom: 5px;
    width: 100%;
    height: 3px;
    background: #7f8c8d;
    opacity: 0.5;
}

.price-slider {
    margin-bottom: 70px;
}

.price-slider span {
    font-weight: 200;
    display: inline-block;
    color: #7f8c8d;
    font-size: 13px;
}

.form-pricing {
    background: #ffffff;
    padding: 20px;
    border-radius: 4px;
}

.price-form {
    background: #ffffff;
    margin-bottom: 10px;
    padding: 20px;
    border: 1px solid #eeeeee;
    border-radius: 4px;
    /*-moz-box-shadow:    0 5px 5px 0 #ccc;
      -webkit-box-shadow: 0 5px 5px 0 #ccc;
      box-shadow:         0 5px 5px 0 #ccc;*/
}

.form-group {
    margin-bottom: 0;
}

.form-group span.price {
    font-weight: 200;
    display: inline-block;
    color: #7f8c8d;
    font-size: 14px;
}

.help-text {
    display: block;
    margin-top: 32px;
    margin-bottom: 10px;
    color: #737373;
    position: absolute;
    /*margin-left: 20px;*/
    font-weight: 200;
    text-align: right;
    width: 188px;
}

.price-form label {
    font-weight: 200;
    font-size: 21px;
}

img.payment {
    display: block;
    margin-left: auto;
    margin-right: auto
}

.ui-slider-range-min {
    background: #1D3E72;
}

/* HR */

hr.style {
    margin-top: 0;
    border: 0;
    border-bottom: 1px dashed #ccc;
    background: #999;
}

.sliderLabel {color:#ffffff; font-size: 11px;}
.ui-slider-horizontal {height:6px;}


@media (max-width: 767px) {
    .navbar  {display:none;}
}

.main-header .logo {height:80px;}
.logo-lg {margin-top:5px;}


