/*
@author suxoza <suxoza@gmail.com>
*/

#text_content div[id^='text_language_']:not(:first-of-type) {display: none}
#text_content{margin-top: 20px}
#text_content .names_inputs{margin: 5px}
._display_none{display: none !important}
._display_block{display: block !important}
.first_date{margin-left: 47px}

#lang_select_textarea button.change_lang{
    width: 70px;
    padding: 10px;
    margin: 0px;
    display: inline;
    cursor: pointer
}
#lang_select_textarea button.active{
    background: linear-gradient(to top, rgba(30,87,153,0), rgba(30,87,153,0.8), rgba(30,87,153,1),
    rgba(30,87,153,1), rgba(41,137,216,1), rgba(30,87,153,1), rgba(30,87,153,1),
    rgba(30,87,153,0.8),rgba(30,87,153,0));
    color: #ccc; padding: 10px;
}
 #upload_avatar_div {
     position:relative;
     float:left;
     width:170px;
     background: red;
     padding: 10px;
     margin: 5px;
     margin-bottom: 100px;
     border-radius: 5px;
     background: rgb(246,248,249); 
     background: -moz-linear-gradient(top,  rgba(246,248,249,1) 0%, rgba(229,235,238,1) 16%, rgba(215,222,227,1) 78%, rgba(245,247,249,1) 100%); 
     background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(246,248,249,1)), color-stop(16%,rgba(229,235,238,1)), color-stop(78%,rgba(215,222,227,1)), color-stop(100%,rgba(245,247,249,1))); 
     background: -webkit-linear-gradient(top,  rgba(246,248,249,1) 0%,rgba(229,235,238,1) 16%,rgba(215,222,227,1) 78%,rgba(245,247,249,1) 100%); 
     background: -o-linear-gradient(top,  rgba(246,248,249,1) 0%,rgba(229,235,238,1) 16%,rgba(215,222,227,1) 78%,rgba(245,247,249,1) 100%); 
     background: -ms-linear-gradient(top,  rgba(246,248,249,1) 0%,rgba(229,235,238,1) 16%,rgba(215,222,227,1) 78%,rgba(245,247,249,1) 100%); 
     background: linear-gradient(to bottom,  rgba(246,248,249,1) 0%,rgba(229,235,238,1) 16%,rgba(215,222,227,1) 78%,rgba(245,247,249,1) 100%); 
     filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f6f8f9', endColorstr='#f5f7f9',GradientType=0 );

 }
 #upload_avatar {width:150px; height:140px; margin-bottom: 5px; left:2px; top: 10; border:solid #fff 2px;cursor: pointer}
.button_5 {cursor:pointer;margin-left: 115px;margin-top: -10;background: url(/img/Button-Upload-icon.png) no-repeat;width: 60px;height: 60px;background-size: 45px 45px;}
.button_5 input[type="file"]{opacity: 0.0;height: 50px;cursor: pointer;width: 40px}
.button{margin-top: 30px;float: right}
#upload_avatar_div #delete_image{position: absolute;z-index: 99999;background: black;top: 13px;left:83px;width: 20px;cursor: pointer;display: none}
.sends_option select[name="added_params"]{
position: absolute;
right: 50px;
bottom: 0
}
.sends_option{position: absolute;bottom: 0;right: 10px}
.visib{visibility: hidden !important; opacity: 0  !important}