/*
@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;
}
.button{margin-top: 10px;}
.control_buttons{position: relative;float: right;bottom: 25px;height: 30px;}
.control_buttons ul li{display: inline;cursor: pointer}
.control_buttons ul li._addded{width:20px;height: 20px;background: url(/img/add.gif) no-repeat;background-size: 20px 20px;position: absolute;right: 22px}
.control_buttons ul li._sort{position: absolute;right: 60px;top:-4px}
.control_buttons ul li._sort select{width: 150px;}
.control_buttons ul li._count{position: absolute;right: 215px;top:-4px}

.control_buttons ul.param_ul li._addded{width:20px;height: 20px;background: url(/img/i_folder_edit.gif) no-repeat;background-size: 16px 16px;position: absolute;right: 17px;top:30px}
.control_buttons ul.param_ul li._removed{width:20px;height: 20px;background: url(/img/delete_01.png) no-repeat;background-size: 16px 16px;position: absolute;right: -6px;top:31px}

.header_tr{font-size: 14px;font-weight: bold}
.header_tr img{width: 20px;margin-left: 5px;opacity: 0.5}

#navigation{padding: 10px;text-align: center}
#navigation li{list-style-type: none; display: inline;}
#navigation a{background:#ccc linear-gradient(#fcfff4 0%, #dfe5d7 40%, #b3bead 100%);color: black; padding: 10px;}
#navigation li.active a{
    color:red
}

 #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}
.control_buttons ul li._settings_button{position: absolute;right: 355px; width: 200px;background: red;text-align: center;top: -4px}