/*
@import url(http://fonts.googleapis.com/css?family=Exo+2:700,400&subset=latin,cyrillic);
*/
/* ==========================================================================
   Remodal necessary styles
   ========================================================================== */

/* Hide scroll bar */

html.remodal_lock, body.remodal_lock {
    overflow: hidden;
}

/*
!* Anti FOUC *!

.remodal, [data-remodal-id] {
    visibility: hidden;
}
*/

/* Overlay necessary styles */

.remodal-overlay {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 10000;

    display: none;
    overflow: auto;
    -webkit-overflow-scrolling: touch;

    text-align: center;
}

.remodal-overlay:after {
    display: inline-block;
    height: 100%;
    margin-left: -0.05em;

    content: '';
}

/* Fix iPad, iPhone glitches */

.remodal-overlay > * {
    -webkit-transform: translateZ(0px);
}

/* Modal dialog necessary styles */

.remodal {
    position: relative;

    display: inline-block;
}

/* ==========================================================================
   Remodal default theme
   ========================================================================== */

/* Default theme font */
/*
.remodal, .remodal * {
    font-family: 'Exo 2', sans-serif;
}
*/
/* Background for effects */

.remodal-bg {
    -webkit-transition: -webkit-filter 0.2s linear;
    -moz-transition: -moz-filter 0.2s linear;
    -o-transition: -o-filter 0.2s linear;
    transition: filter 0.2s linear;
}

body.remodal_active .remodal-bg {
    -webkit-filter: blur(3px);
    -moz-filter: blur(3px);
    -o-filter: blur(3px);
    -ms-filter: blur(3px);
    filter: blur(3px);
}

/* Overlay default theme styles */

.remodal-overlay {
    /*opacity: 0;*/
    background: rgba(33, 36, 46, 0.95);
    -webkit-transition: opacity 0.2s linear;
    -moz-transition: opacity 0.2s linear;
    -o-transition: opacity 0.2s linear;
    transition: opacity 0.2s linear;
}

body.remodal_active .remodal-overlay {
    opacity: 1;
}

/* Modal dialog default theme styles */

.remodal {
    width: 100%;
    min-height: 100%;
    padding: 35px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;

    font-size: 16px;
    background: #f4f4f4;
    background-clip: padding-box;
    color: #182a3c;
    -webkit-box-shadow: 0px 0px 8px #171a24;
    box-shadow: 0px 0px 8px #171a24;
    -webkit-transform: scale(0.95);
    -moz-transform: scale(0.95);
    -ms-transform: scale(0.95);
    -o-transform: scale(0.95);
    transform: scale(0.95);
    -webkit-transition: -webkit-transform 0.2s linear;
    -moz-transition: -moz-transform 0.2s linear;
    -o-transition: -o-transform 0.2s linear;
    transition: transform 0.2s linear;
}

body.remodal_active .remodal {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
}

/* Modal dialog vertical align  */

.remodal, .remodal-overlay:after {
    vertical-align: middle;
}

/* Close button */

/*
.remodal-close {
    position: absolute;
    top: 5px;
    left: 5px;

    width: 28px;
    height: 28px;

    text-decoration: none;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    border: 2px solid #3e5368;
    -webkit-transition: background 0.2s linear;
    -moz-transition: background 0.2s linear;
    -o-transition: background 0.2s linear;
    transition: background 0.2s linear;
}

.remodal-close:after {
    display: block;
    font-size: 25px;
    font-family: FontAwesome;
    font-weight: normal;
    content: "\f00d";
    line-height: 28px;
    cursor: pointer;
    text-decoration: none;
    color: #3e5368;
    -webkit-transition: all 0.2s linear;
    -moz-transition: all 0.2s linear;
    -o-transition: all 0.2s linear;
    transition: all 0.2s linear;
    position: absolute;
    top: -2px;
    right: 3px;
}

.remodal-close:hover, .remodal-close:active {
    background: #3e5368;
}

.remodal-close:hover.remodal-close:after, .remodal-close:active.remodal-close:after {
    color: #f4f4f4;
}
*/

/* Dialog buttons */

.remodal-confirm, .remodal-cancel {
    display: inline-block;
    width: 120px;
    padding: 9px 0;
    margin: 0 0 5px 0;

    font-size: 10pt;
    cursor: pointer;
    text-decoration: none;
    text-align: center;
    -webkit-border-radius: 50px;
    border-radius: 50px;
    background-clip: padding-box;
    -webkit-transition: all 0.2s linear;
    -moz-transition: all 0.2s linear;
    -o-transition: all 0.2s linear;
    transition: all 0.2s linear;
}

.remodal-confirm {
    border: 2px solid #16a085;
    background: #f4f4f4;
    color: #16a085;
}

.remodal-confirm:hover, .remodal-confirm:active {
    background: #16a085;
    color: #f4f4f4;
}

.remodal-cancel {
    border: 2px solid #c0392b;
    background: #f4f4f4;
    color: #c0392b;
}

.remodal-cancel:hover, .remodal-cancel:active {
    background: #c0392b;
    color: #f4f4f4;
}

/* Media queries
   ========================================================================== */

@media only screen and (min-width: 40.063em) /* min-width 641px */ {
    .remodal {
        max-width: 500px;
        margin: 20px auto;
        min-height: 0;

        -webkit-border-radius: 6px;
        border-radius: 6px;
    }
}

.iv-form-label-lg {
    margin-bottom: 5px !important;
    font-weight: bold !important;
}
#iv_form_modal_2-1 .errormsg{ rgb(219, 64, 64); color:white; font-weight:bold; padding:10px; margin-left:-15px; margin-right:-15px}
#iv_form_modal_2-1  .successmsg{ background:#093; color:white; font-weight:bold; padding:10px; margin-left:-15px; margin-right:-15px}
#iv_form_modal_2-1  h2.iv-text-iv_form_modal_2 { text-align:left; margin-left:-30px;margin-top:0}
.iv_form_modal_2-1-inner {
    background:rgba(53,154,206,.9);
    padding: 25px 55px
}
#iv_form_modal_2-1.remodal {
    margin: 0 !important;
    padding: 0 !important;
    overflow: hidden;
    border:1px solid rgba(53,154,206,1) !important;
}


/*#iv_form_modal_2-1 .remodal-close {
    left: auto;
    right: 10px !important;
    top: 10px !important
}
#iv_form_modal_2-1.rtl .remodal-close {
    left: 2%;
    right: 10px !important;
    top: 10px !important
}*/
#iv_form_modal_2-1 {
    background: white;
    font-family: Arial;
}
#iv_form_modal_2-1.bootstrap-wrapper .btn-info {
    margin-top:15px;
    border-color:rgba(44,62,80,1) !important;
    background-color:rgba(44,62,80,1) !important;
    transition: all .3s;
}
#iv_form_modal_2-1.bootstrap-wrapper .btn-info:hover {
    background-color:rgba(44,62,80,.8) !important
}
#iv_form_modal_2-1 .bootstrap-wrapper .form-control {
    border-color:rgba(53,154,206,1);
    box-shadow: 1px 1px 7px rgba(0,0,0,0);

    transition: box-shadow .5s;
}
#iv_form_modal_2-1 .bootstrap-wrapper .form-control:focus {
    box-shadow: 1px 1px 7px rgba(0,0,0,.4);
}
		
		
 .iv-text-iv_form_modal_2 { color:#ffffff !important;}
 
 
		/* Styles that are also copied for Preview */
		
		.bootstrap-wrapper .form-horizontal .control-label {
	margin-bottom:5px
}
.iv-form-label-lg{
		font-size: 16px; color: #4E5154;font-weight: normal;
			
}

.chili{color:red}
.chili:before{content:" *"}
		
.btn-color-iv_form_modal_2 { border-color: #2C3E50; background-color:#2C3E50 !important;text-transform: none;
    padding: 10px 16px;
    font-size: 18px;
    line-height: 1.33;
    border-radius: 3px;
    height:auto;
}



#submit_iv_form_modal_2.btn-color-iv_form_modal_2 {
    background: -ms-linear-gradient(bottom, #dfdfdf, #ffffff);
    background: -moz-linear-gradient(center bottom, #dfdfdf 0%, #ffffff 100%);
    background: -o-linear-gradient(#ffffff, #dfdfdf);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#dfdfdf', GradientType=0);
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    -webkit-box-shadow: 0 1px 1px rgba(0,0,0,0.125), inset 0 1px 0 rgba(255, 255, 255, 0.5);
    -moz-box-shadow: 0 1px 1px rgba(0,0,0,0.125), inset 0 1px 0 rgba(255, 255, 255, 0.5);
    box-shadow: 0 1px 1px rgba(0,0,0,0.125), inset 0 1px 0 rgba(255, 255, 255, 0.5);
    -webkit-appearance: button;
    text-shadow: 0 1px 0 rgba(255, 255, 255, 0.8);
}
#submit_iv_form_modal_2.btn-color-iv_form_modal_2:hover {
    color:white;
    /*border-top: solid 1px #dadada;*/
    background: -ms-linear-gradient(bottom, #ebebeb, #ffffff);
    background: -moz-linear-gradient(center bottom, #ebebeb 0%, #ffffff 100%);
    background: -o-linear-gradient(#ffffff, #ebebeb);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#ebebeb', GradientType=0);
}
			
