#user h1.title{
font-size: 24px;
text-align: left;
    display: inline-block;
}
#frmUserConsult{
    border-top: 1px #e5e5e5 solid;
    padding: 20px 0;
}
h1.title span{
display: block;
color: #aaa;
font-size: 14px;
text-transform: none;
}
#user h2{
text-transform: capitalize;
font-size: 26px;
margin-bottom: 20px;
text-align: center;
color: #ae0405;
}
#user .form{
padding-top: 20px;
}
#user form{
clear: both;
}
#user label.checkradio{
display: inline-block;
width: auto;
padding-right:20px;
font-weight: normal;
}
#user #frmSearch .form-control {
min-width: auto;
width: 150px;
vertical-align: middle;
}
#user .bootstrap-select.form-control {
max-width: 280px;
/*min-width: 120px !important;*/
}
#user .button.btn.grey{
background-image: none; 
border: 1px solid #7c0202;
color: #7c0202;
padding: 10px 40px 8px 40px;
display: inline;
}
#image_crop{
width: 250px;
height: 250px;
padding-bottom:25px;
}
label.image{
display: inline-block;
cursor: pointer;
}
label.image span{
font-weight: normal;
font-size: 12px;
}
#user input.file{
position: relative;
height: 100%;
width: 100px;
opacity: 0;
-moz-opacity: 0;
filter:progid:DXImageTransform.Microsoft.Alpha(opacity=0);
margin-top:-30px;
}
#uploadModal .modal-dialog{
margin-top: 100px;
max-width: 400px;
}

.img-delete{
color: red;
font-size: 12px;
}
#close_account{
color: red;
}
fieldset{
border:0;
padding: 0;
}
.tab_container{
border: 1px #ccc solid
}
#user textarea.question{
    width: 80%;
    max-width: 600px;
    height: 100px;
}
#user table .list{
    border-top: 1px #e5e5e5 solid;
    padding: 20px 0;
}
#user table .question{
    float: left;
    width: 46%;
    margin-right: 2%;
}
#user table .answer{
    float: left;
    width: 46%;
    margin-left: 2%;
    margin-top: 80px;
}
#user table .answer span{
    float: right;
    font-style: italic;
    font-size: 11px;
}
@media screen and (max-width: 660px){
    #user .left, #user .right{
    float: none;
    width: 100%;
    margin: 0 0 30px 0;
    }
}
@media screen and (max-width: 767px){
    p label{
    display: block;
    }
    #user .form-control{
    width: 100%;              
    max-width: 100%;
    }
    #user textarea.question{
        width: 100%;
    }
}