.content_text_forms{


background-color: #ffffff;
    border: 1px solid #d1e8f8;
    box-shadow: 0 0 0 1px #ffffff;
    box-sizing: border-box;
    padding: 25px;
}
h1.main-title {
background-repeat: repeat-x;	
}	
.form table td{
vertical-align: top;
}

.form table td.fErr{

}
.form table td.err{
color: red;
font-size: 11px;
font-weight: bold;
padding: 5px 0px 2px;
}
.form table td.f{
width: 195px;
text-align: right;
padding: 0px 5px 0px 0px;
font-size: 14px;
}
.form table td.f span.m{
font-size: 10px;	
}	

.form table td.d{
padding-bottom: 10px;
}
.content-text .form table td.d{
padding-bottom: 10px;
}

.form table td.d input.inputTxt{
width: 348px;
padding: 5px;
border:1px solid #d0d4d7;
border-radius:3px;
}
.form table td.d input.inputTxt:focus{
border-color:#89c0e7;
box-shadow:0px 0px 3px #89c0e7;
}

.form table td.tdError input.inputTxt:focus{
border-color:#ea8c8c;
box-shadow:0px 0px 3px #ea8c8c;
}





.form table td.d select.selectType{
width: 150px;
height: 25px;
padding: 0px;
}
.form table td.d textarea{
width: 348px;
padding: 5px;
border:1px solid #d0d4d7;
border-radius:3px;
height: 174px;
}

.form table td.d textarea:focus{
border-color:#89c0e7;
box-shadow:0px 0px 3px #89c0e7;
}

.form table td.tdError textarea:focus{
border-color:#ea8c8c;
box-shadow:0px 0px 3px #ea8c8c;
}


#tkn{
margin: 0px;
border: none;
}
.clink{
background: url("../images/ico_ref.png") no-repeat 0 0 rgba(0, 0, 0, 0);
color: #3a3a3a;
display: block;
font-size: 12px;
height: 24px;
line-height: 24px;
margin: 10px 0px 0px 0px;
padding: 0 0 0 37px;
text-shadow: 1px 1px 0 #ffffff;
width: 94px;
}
.token{
width: 198px;
padding: 5px;
border:1px solid #d0d4d7;
border-radius:3px;
}



.form table td.d input.token:focus{
border-color:#89c0e7;
box-shadow:0px 0px 3px #89c0e7;
}

.form table td.tdError input.token:focus{
border-color:#ea8c8c;
box-shadow:0px 0px 3px #ea8c8c;
}

.sendInfo{
width: 15px;
height: 15px;
margin: 0px 5px 0px 0px;
vertical-align: top;
        
}

.form table td.d .selectForm{
width: 360px;
padding: 5px;
border:1px solid #d0d4d7;
border-radius:3px;
}

.form table td.d .selectForm option{
padding: 2px 0px;
}

.form table td.tdError input.inputTxt,.form table td.tdError textarea,.form table td.tdError select,.form table td.tdError input.token {
border: 1px solid #e78f8f;	
}


.button{
color: #FFFFFF;
display: block;
font-size: 13px;
height: 35px;
line-height: 35px;
margin: 8px 0px 0px;
padding: 0px 30px;
text-align: right;
float: right;
border: none;
cursor: pointer;
background-color: #306C16;
text-align: center;
border-radius:3px;
}
.msg{
margin: 0px 0px 0px 15px;
}
.req {
color: red;
font-family: tahoma;
font-size: 17px;
margin: 0 0 0 5px;
}
.profil {
float: right;
font-size: 13px;
padding: 10px 0;
}
.profil .msgProfil {
float: left;
margin: 0 10px 0 0;
}
.profil form {
float: left;
}
.profil .button_profil {
background: url("../images/user.png") no-repeat scroll 0px -84px transparent;
border: medium none;
color: #CE0000;
cursor: pointer;
display: block;
float: right;
font-size: 11px;
font-weight: bold;
height: 29px;
line-height: 29px;
margin: 0;
padding: 0 0 0 35px;
text-align: left;
width: 98px;
}
.edit_profil {
margin: 20px 0 0;
}
div.box {
background-color: #FFFFFF;
border: 1px solid #D2D2D2;
box-shadow: 1px 1px 5px #CCCCCC;
margin-bottom: 20px;
padding: 10px;
}
.titleBox {
background-color: #E3E4E8;
border-bottom: 1px solid #D2D2D2;
color: #444444;
font-size: 11px;
font-weight: bold;
margin: -9px -9px 10px;
padding: 5px 10px;
position: relative;
z-index: 0;
}
.tableParams {
width: 100%;
}
.titleBox span {
    float: left;
    margin: 5px 0 0;
}
.titleBox input {
    float: right;
}
.submitSave {
    background: url("../images/user.png") no-repeat scroll 0px -45px transparent;
    border: medium none;
    color: #327D00;
    cursor: pointer;
    display: block;
    float: right;
    font-size: 11px;
    font-weight: bold;
    height: 29px;
    line-height: 29px;
    margin: 0 0 0 20px;
    padding: 0 0 0 35px;
    text-align: left;
    width: 98px;
}
.tableParams td {
    color: #444444;
    font-size: 15px;
    padding: 10px;
    text-align: right;
}
.tableParams td input.text {
    border-color: #AAAAAA #CCCCCC #CCCCCC #AAAAAA;
    border-style: solid;
    border-width: 1px;
    font: 12px Verdana,Tahoma;
    padding: 3px;
    width: 100%;
}
.submit_del {
    background-color: #B91616;
    border-color: #FFFFFF #444444 #444444 #FFFFFF;
    border-style: solid;
    border-width: 1px;
    color: #F9F9F9;
    cursor: pointer;
    font-size: 11px;
    font-weight: bold;
    padding: 2px;
}
textarea.text_b {
    border-color: #AAAAAA #CCCCCC #CCCCCC #AAAAAA;
    border-style: solid;
    border-width: 1px;
    font: 12px Verdana,Tahoma;
    margin: 0 0 5px;
    padding: 3px;
    width: 95%;
}
.success_msg{
font-size: 17px;
font-weight: bold;
color: green;
}
.error_msg{
font-size: 17px;
font-weight: bold;
color: #FF0000;
}
.form table td.d .styled {
    float: left;
    height: 15px;
    margin: 0 5px 0 0;
    vertical-align: top;
    width: 15px;
}

@media screen and (max-width:710px){
.edit_profil table{display: block;width: 100%;}
.edit_profil table tbody{display: block;width: 100%;}
.edit_profil table tbody tr{display: block;width: 100%;}
.edit_profil table tbody tr td{display: block;width: 100% !important;box-sizing:border-box;}
.tableParams td {text-align: left;}
.tableParams td input.text {box-sizing:border-box;padding: 10px;}	
}