.container {
    position: relative;
    background-color: #e8eef7;
    border: 1px solid #E0E0E0;
    background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAQAAAAECAYAAACp8Z5+AAAAIklEQVQIW2NkQAKrVq36zwjjgzhhYWGMYAEYB8RmROaABADeOQ8CXl/xfgAAAABJRU5ErkJggg==) repeat; 
}
.update_form_container h1
{
    border: 1px solid #e0e0e0;
    font-size: 15px;
    background: #f2f2f2;
    text-transform: uppercase;
    font-weight: lighter;
    margin: 0px;
    padding-left: 18px;
    line-height: 36px;
}
.sthil_form {
    position: relative;
}
.sthil_form h1 {
    color:#000;
    margin-bottom:1em!important;
}

 
.sthil_form:before, 
.sthil_form:after { 
    content: " "; display: table; 
}

.sthil_form:after { 
    clear: both; 
}
.sthil_column_wrapper_fullwidth { 
    width: 100%;
    float: left;
    padding: 1em 1em 1em 1em;
}
.sthil_column_wrapper_midwidth {     
 
    padding: .7em .7em .7em .7em;
    width: 45%;
    float: left;
}
.sthil_column_wrapper { 
    width: 33%;
    float: left;
}
.sthil_column {
        padding:1em;
}
.sthil_form label {
    display: block;
    /*padding:40px 5px 5px 2px;*/
    color: #000;
    /*padding: 5px 5px 5px 2px;*/
    font-size: 1em;
    width: 100%;
 
    cursor: pointer;
}
.sthil_form .left {
    max-width: 25%;
    float:left;
}
.sthil_form .right {
    width:75%;
    float:left;
}

.sthil_form .middle_left{
    width:25%;
    float:left;
 
}
.sthil_form .middle{
    width:60%;
     float:left;
   
}
.sthil_form .middle_right{
    width: 15%;
    margin: 0;
    /* height: 30px; */
    float: left;
   
}
.sthil_form .hidden_container {
    background-color: transparent!important;
    width:100%;
}
.sthil_form .inner_box {
    width:100%;
    margin-bottom: 1em;
    float:left;
 
}
.sthil_form .white, legend.white{
    background: #FFFFFF!important;
    border: 2px solid #D7D7D7;
}
.sthil_form legend .white {
    background-color:none!important;
    box-shadow: none!important;
}
.sthil_form fieldset {
    width: 90% !important;
    background-color: #fff!important;
    padding: 1em 1em 1em 1em;
    background-color: #f5f5f5;
    background-image: -moz-linear-gradient(top, #ffffff, #e6e6e6);
    background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#ffffff), to(#e6e6e6));
    background-image: -webkit-linear-gradient(top, #ffffff, #e6e6e6);
    background-image: -o-linear-gradient(top, #ffffff, #e6e6e6);
    background-image: linear-gradient(to bottom, #ffffff, #e6e6e6);
    background-repeat: repeat-x;
    border-color: #e6e6e6 #e6e6e6 #bfbfbf;
    border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
    color: #333;
    text-shadow: 0 1px 1px rgba(255, 255, 255, 0.75);
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
}
.sthil_form .inner{
    background-color: #fff;
    border: 2px solid #D7D7D7;
    /* box-shadow: 0 2px 6px rgba(0,0,0,.2); */
}
.sthil_form fieldset .modules 
{    
    padding:0!important;
    border: 1px solid #D6D4D4;
 
    /*
    margin: 20px 3% 0 3%;
    margin-top: 20px;
    */
        width: 100%!important;
    margin: 0px auto;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    background: #ffffff;
}
.sthil_form fieldset .modules .content
{
    padding:1em 1em 1em 1em;
} 
.sthil_form fieldset .modules header
{
height: 38px;
    color: #000;
    width: 100%;
    background: #F1F1F4 url(../images/secondary_bar.png) repeat-x;
    -webkit-border-top-left-radius: 5px;
    -webkit-border-top-right-radius: 5px;
    -moz-border-radius-topleft: 5px;
    -moz-border-radius-topright: 5px;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    border: none!important;
    /* border: 1px solid #C4CEE4!important; */
}
.sthil_form fieldset .inner .inner_legend {
background-color: #CCD2D8!important;
    border: 1px solid #909BA2;
    border-bottom: 2px solid #909BA2;
    text-shadow: none;  
}
.sthil_form .custom-box {
    float:left;
}
.sthil_form legend {
    display: block;
    text-shadow: 0 1px 1px #fff;
    color: #575E63;
    padding: 10px 10px 10px 10px;
    font-size: .7em;
    font-weight: 600;
    /* border-radius: 10px; */
    font-family: sans-serif;
    background-color: #F2F2F2!important;
    background-color: #F2F2F2;
    border: 1px solid #BDBDBD;
    border-bottom: 2px solid #BDBDBD;
    box-shadow: 0px 0px 7px 0px #BDBDBD;
    box-shadow: 3px 3px 15px #bbb;
}

 
.sthil_form input,
.sthil_form textarea,
.sthil_form select {
    line-height: 1.5;
    padding: 5px 10px;
    color: #000;
    display: block;
    /*width: 95%;*/
    background: transparent;
    border-top: none;
    border-left:none;
    border-right:none;
    font-size: 15px;
}

.sthil_form input{
    border: 1px solid #d7d7d7;
    padding-top:0.5em;
    font-family: 'Archivo Narrow', Arial;
    font-size: 15px;
    text-decoration: none;
}
.sthil_form input:disabled{
    background-color:none;
    border: 2px solid #C2CBDA;
    border:none;
    border-bottom: 1px solid #d7d7d7;

}
.sthil_form input[type="button"], .sthil_form button, .exportsContainer button,.exports_container button, .button {
    float: right;
   padding: .6em;
    margin: .6em;
    border: 1px solid #444A4E;
    border-radius: 5px 5px 5px 5px;
    cursor: pointer;
    width: auto;
    font-size: .7em!important;
    text-align: center;
    vertical-align: middle;
    font-weight: 600;
    font-family: arial, helvetica;
    background-color: #f5f5f5;
    background-image: -moz-linear-gradient(top, #ffffff, #e6e6e6);
    background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#ffffff), to(#e6e6e6));
    background-image: -webkit-linear-gradient(top, #ffffff, #e6e6e6);
    background-image: -o-linear-gradient(top, #ffffff, #e6e6e6);
    background-image: linear-gradient(to bottom, #ffffff, #e6e6e6);
    background-repeat: repeat-x;
    border-color: #e6e6e6 #e6e6e6 #bfbfbf;
    border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
    color: #333;
    text-shadow: 0 1px 1px rgba(255, 255, 255, 0.75);
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
}
.sthil_form input[type="button"]:disabled, .sthil_form button:disabled
{
    color:#C3C3C3;
}
.inputs_container{
    width: 100%; 
    height: 3.5em;    
    float: left;
    /* margin: 1em 1em 1em 1em; */
    padding: 0em 0em 0em 0em;
    border-bottom: 1px solid #ddd;
    vertical-align: middle;
  line-height: normal;  
}
.inputs_container_odd {
       /* width: 100%; */
    height: 3.5em;
    border-bottom: 1px solid #ddd;
    background-color: #f9f9f9;
    padding: 0em 0em 0em 0em;

}
.sthil_form .label_container{
    width:20%;
    color:#d8d8d8!important;
    font-style:italic;
    float:left;
        vertical-align: middle;
  line-height: normal;  

}
.sthil_form .input_container{
    width:80%;
    float:left;
        vertical-align: middle;
  line-height: normal;  
}
.sthil_form .input_container input:disabled{
    border:none!important;
}
.button_big { 
font-size: .8em!important;
}
.button_big:hover,.sthil_form input[type="button"]:hover, .button:hover {
    background-image: -moz-linear-gradient(bottom, #ffffff, #e6e6e6);
    background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#e6e6e6), to(#ffffff));
    background-image: -webkit-linear-gradient(bottom, #ffffff, #e6e6e6);
    background-image: -o-linear-gradient(bottom, #ffffff, #e6e6e6);
    background-image: linear-gradient(to top, #ffffff, #e6e6e6);
    background-image: none;
    text-shadow:none;
    border-color:none;
     box-shadow: inset 1px 0 0 rgba(255, 255, 255, 0.2), 2px 1px 0px rgba(0, 0, 0, 0.05);
}
.sthil_form textarea {
    border: 1px solid #d7d7d7;
    background-color:#f8f8f8;
    min-height: 100px;
}

.sthil_form input:hover,
.sthil_form input:focus,
.sthil_form textarea:hover,
.sthil_form textarea:focus,
.sthil_form label:active + input,
.sthil_form label:active + textarea {
    outline: none;
    background-color: #E9EAED!important;
        font-size: 15px;
}

.sthil_form select:focus {
    outline: none; 
    background-color: #fff!important;
}
.buttonContainer {
    width: 100%;
    width: 95%;
    margin: 1em;
}
.sthil_form::-webkit-input-placeholder { /* WebKit browsers */
    color: #10689a;
    font-style: italic !important;
}

.sthil_form:-moz-placeholder { /* Mozilla Firefox 4 to 18 */
    color: #10689a;
    font-style: italic !important;
}

.sthil_form::-moz-placeholder { /* Mozilla Firefox 19+ */
    color: #10689a;
    font-style: italic !important;
}

.sthil_form:-ms-input-placeholder { /* Internet Explorer 10+ */
    color: #10689a;
    font-style: italic !important;
}

.sthil_submit_wrap {
    text-align: center;
    padding-top: 40px;
    clear: both;
}

.sthil_form input.sthil_submit {
    background: #10689a;
    border: none;
    color: #000;
    width: auto;
    cursor: pointer;
    text-transform: uppercase;
    display: inline-block;
    padding: 15px 30px;
    font-size: 1.1em;
    border-radius: 2px;
    letter-spacing: 1px;
}

.sthil_form input.sthil_submit:hover {
    background: #1478b1;
}
.sthil_form .checkbox-custom, .radio-custom {
    opacity: 0;
    position: absolute;   
}

.sthil_form .checkbox-custom, .checkbox-custom-label, .radio-custom, .radio-custom-label {
    display: inline-block;
    vertical-align: middle;
    margin: .5em;
    cursor: pointer;
}

.sthil_form .checkbox-custom-label, .radio-custom-label {
    position: relative;
    /* text-transform: uppercase; */
    /* font-style: italic; */
}

.sthil_form .checkbox-custom + .checkbox-custom-label:before, .radio-custom + .radio-custom-label:before {
    content: '';
    background: #fff;
    border: 2px solid #BDBDBD;
    display: inline-block;
    vertical-align: middle;
    width: 20px;
    height: 20px;
    padding: 2px;
    margin-right: 10px;
    text-align: center;
}

.sthil_form .checkbox-custom:checked + .checkbox-custom-label:before {
    /*background: rebeccapurple;*/
    background: #AFC1DC;
    box-shadow: inset 0px 0px 0px 4px #fff;
}

.sthil_form .radio-custom + .radio-custom-label:before {
    border-radius: 50%;
}

.sthil_form .radio-custom:checked + .radio-custom-label:before {
    /*background: rebeccapurple;*/
    background: #AFC1DC;
    box-shadow: inset 0px 0px 0px 4px #fff;
}
.sthil_form .checkbox-custom-label, .radio-custom-label {
    position: relative;
    /* font-size: 1em!important; */
    font-family: Arial;
    cursor: pointer;
    font-size: 17px;
    font-weight: 300;
    /*font-weight: 600;
    font-size: .9em!important;
    font-family: 'Archivo narrow', Arial;
    */
}

@media screen and (max-width: 60em) {
    .sthil_column_wrapper {
        width: 48%;
    }
    .sthil_column_wrapper_midwidth {
        width: 100%;
    }
    .sthil_column_wrapper:nth-child(3) {
        width: 100%;
    }
    .sthil_form .checkbox-custom-label, .radio-custom-label {
    font-size: .8em!important;
    }
}

@media screen and (max-width: 48em) {
    .sthil_column_wrapper,.sthil_column_wrapper_midwidth {
        width: 100%;
        padding: 10px;
    }
    .sthil_form .checkbox-custom-label, .radio-custom-label {
    font-size: .7em!important;
    }
}
#search_form_box 
{
    float: right;
    height: 100%;
    max-width:400px;
    /*background: #cf3d61;*/
    padding: 0em 1em 0em 0em;
}
 #search_form_box input[type="text"] {
    background: #fff;
    float: left;
    margin: 0;
    padding: 0 0 1em 0;
    width: 200px;
    height: 32px;
    line-height: .5em;
    color: #000;
    font-size: 15px;
    background-color:red;
    text-transform: uppercase;
    text-align: left;
    border: none;    
    background-color:#556DA2;
    -webkit-box-shadow: 0 1px 0 rgba(255, 255, 255, 0.1), 0 1px 3px rgba(0, 0, 0, 0.2) inset;
    -moz-box-shadow: 0 1px 0 rgba(255, 255, 255, 0.1), 0 1px 3px rgba(0, 0, 0, 0.2) inset;
    box-shadow: 0 1px 0 rgba(255, 255, 255, 0.1), 0 1px 3px rgba(0, 0, 0, 0.2) inset;
    -webkit-transition: all 0.7s ease 0s;
    -moz-transition: all 0.7s ease 0s;
    -o-transition: all 0.7s ease 0s;
    transition: all 0.7s ease 0s;
}
#search_form_box button {
    height: 32px;
    font-size: 1.4em;
    /* background-color: #5870A7; */
    background: none;
    border: none;
    color: white;
}
#search_form_box input[type="text"]:focus {
color: #6a6f75;

max-width: 400px;  
-webkit-box-shadow: 0 1px 0 rgba(255, 255, 255, 0.1), 0 1px 0 rgba(0, 0, 0, 0.9) inset;
-moz-box-shadow: 0 1px 0 rgba(255, 255, 255, 0.1), 0 1px 0 rgba(0, 0, 0, 0.9) inset;
box-shadow: 0 1px 0 rgba(255, 255, 255, 0.1), 0 1px 0 rgba(0, 0, 0, 0.9) inset;
text-shadow: 0 2px 3px rgba(0, 0, 0, 0.1);
}
#search_form_box input[type="submit"] {
    height: 34px;
    background: #96d1cf;
    width: 70px;
    float: left;
    margin: 0px;
    padding: 0px;
    line-height: 34px;
    border: none;
    text-transform: uppercase;
    color: #fff;
    font-size: 1em;
    text-shadow: #34918f 0.1em 0.1em 0.2em;
    font-family: 'Conv_Nexa Bold';
    cursor: pointer;
}