/*
@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: 220px;top:-4px}
.control_buttons ul li._count select{width: 100px;}

.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 a{background:#ccc linear-gradient(#fcfff4 0%, #dfe5d7 40%, #b3bead 100%);color: black; padding: 10px;}
#navigation a.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:red
}
.control_buttons ul li._settings_button{position: absolute;right: 355px; width: 200px;background: red;text-align: center;top: -4px}
.view_table{
    width: 100%
}

.view_table td{
    padding: 5px;
    width: 10%;
    text-align: center;

}

.view_table tr td:first-of-type{
    width: 60%;
    white-space: nowrap;
    overflow-x: hidden;
    text-overflow: ellipsis;
    text-align: left;
}

.view_table_2 tr td:first-of-type{
    width: 30%;
}

.well_for_users{

    height: 50px
}

.well_for_users td{
    text-align: center;
}

.well_for_users input[type="text"]{
    width: 70%;
    padding: 5px;
    border-radius: 5px
}

.sends_option{
    text-align: right;
    margin-right: 15px
}

#_parameters_container{display: block !important}
#_parameters_container .central_page_second_users a{color: red}

.must_hide_action,.for_visibility{
    visibility: hidden;
}

.display_none{
    display: none;
}