.main-slider {
display:none;
}

.col-sm-4.col-md-3.col-xs-12{
display:none;
}

.col-sm-8.col-md-9.col-xs-12.content{
    width: 100% !important;
    border-top: 2px solid #00418c;
}

p{
color:#666666;
}

.content h1{
margin-bottom:5px !important;
}

.blue{
color:#004995;
}

form .item{
display:flex;
flex-direction:column;
margin-bottom:15px;
margin-top:6pt;
}

input{
border:1px solid #c0c0c0;
width:calc(100% - 20px);
padding:5px 10px;
}

textarea{
	border: 1px solid #c0c0c0;
    width: calc(100% - 20px);
    padding: 5px 10px;
    height: 32px;
    max-width: calc(100% - 20px);
}

input.dateb{
    background-image: url(/images/date_form.png);
    background-repeat: no-repeat;
    background-position: 5px center;
    padding-left: 35px;
}

input+span, textarea+span{
margin-top:10px;
}

.family_status{
display:flex;
}

.family_status input{
display:none;
}

.family_status label{
    color: #666666;
    font-style: italic;
    font-weight: normal;
    margin-right: 30px;
    display: flex;
    align-items: center;
}

.family_status input:checked + label i:before{
    content: '';
    background: #5781b3;
    width: 9px;
    height: 9px;
    display: block;
    border-radius: 100%;
    left: calc(50% - 4px);
    top: calc(50% - 4px);
}

.family_status input:checked + label[for="m1"] i:before{
	left: calc(50% - 5px);
    top: calc(50% - 4px);
}

.family_status.a input:checked + label i:before{
	left: calc(50% - 5px);
    top: calc(50% - 4px);
}

.family_status label i{
    width: 17px;
    height: 17px;
    display: block;
    background: #fff;
    border: 1px solid #666666;
    border-radius: 100%;
    margin-right: 7px;
	position:relative;
display:flex;
align-items:center;
justify-content:center;
}

.attachment{
	color: #fff;
    background: #004995;
    margin-top: 20px;
    align-self: flex-start;
    padding: 10px 15px;
    cursor: pointer;
}

.iagree input{
display:none;
}

.iagree{
display: flex;
    align-items: center;

}

.iagree input + label{
width:18px;
height:18px;
border:1px solid #666666;
border-radius:2px;
margin-right:10px;
display:flex;
align-items:center;
justify-content:center;
min-width: 18px;
}

.template input+span{
    margin-top: 10px;
    display: block;
}

.iagree input:checked + label:before{
content:'';
width:9px;
	content: '';
    width: 12px;
    height: 12px;
    display: block;
    background: #5781b3;
    border-radius: 2px;
}
.iagree{
color:#666666;
display:flex;
align-items:center;
margin-top:25px;
}

.submit_btn{
    background: url(/img/work/gbutton_bg.png) repeat-x;
    height: 43px;
    border-radius: 10px;
    width: 360px;
    max-width: 48%;
    color: #fff;
    text-align: center;
    line-height: 43px;
    margin-top: 30px;
    border: none;
    outline: none;
    font-size: 20px;
    margin-bottom: 50px;
}

.item .fditem{
display:flex;justify-content:space-between;margin-bottom:20px;
}

.item .fditem > div{
width:49%;
}

.item.error h3 span{
    color: red;
    margin-left: 0;
    font-size: 14px;
margin-top:7px;
}

.item:not(.error) h3 span{
display:none;
}

.item.error h3 span{
display:block;
}

.attachment{
display:flex;
justify-content:center;
align-items:center;
}

.attachment img{
    display: block;
    height: 20px;
}

.attachment.loading img{
display:block;
height:20px;
}

.attachment.loading span{
display:none;
}

.sloader{
margin-top:20px;
display:none;
}

.sloader.active{
display:block;
}

.sloader.active + button{
display:none;
}

.item h3 span.srequired{
display:initial !important;
}

@media(max-width:585px){

.title.blue{
font-size:20px;
}

.item .fditem{
flex-direction:column;
}

.item .fditem > div{
width:100%;
}

.family_status {
    flex-direction: column;
}

}