*::-webkit-input-placeholder {
    color: #666;
    opacity: 1;
}
*:-moz-placeholder {
    color: #666;
    opacity: 1;
}
*::-moz-placeholder {
    color: #666;
    opacity: 1;
}
*:-ms-input-placeholder {
    color: #666;
    opacity: 1;
}
a{
    transition: 0.2s;
}
.my_hidden{
    display: none;
}
.red{
    background: #d44 !important;
    color: #3c5569;
}
.green{
    background: #0CAD13 !important;
    color: #fff;
}
/*Правки*/
.ui-tabs .ui-tabs-nav .ui-tabs-anchor {
    text-transform: uppercase;
    font-size: 15px;
}
body input:focus:required:invalid,
body textarea:focus:required:invalid {
    border: red 2px solid !important;
}
body input:required:valid,
body textarea:required:valid {
    border: green 2px solid !important;
}
body {
    font-family: "RobotoRegular", sans-serif;
    font-size: 16px;
}
.f_left{
    float: left;
}
.f_right{
    float: right;
}
.clear{
    clear: both;
}
header.top_header{
    background: #f59d56;
}
header.top_header .header_topline{
    background: #000066;
    position: relative;
}
header.top_header .header_topline .b_sign{
    font-size: 22px;
    color: #fff;
    line-height: 52px;
}
header.top_header .header_topline .top_link{
    color: #fff;
    z-index: 11;
}
header.top_header .header_topline .top_link a{
    color: #fff;
    line-height: 57px;
    text-decoration: underline;
}
header.top_header .header_topline .top_link a:hover{
    text-decoration: none;
}
header.top_header .header_topline .top_link .countmsg{
    display: inline-block;
    background: #d44;
    color: #fff;
    border: 1px solid #fff;
    font-size: 10px;
    padding: 2px;
    border-radius: 30%;
    margin-left: 5px;
    display: none;
}
header.top_header .header_topline .top_search{
    margin: 10px 5px;
}
header.top_header .header_topline .top_search .b_search{
    font-size: 22px;
    color: #fff;
}
header.top_header .header_topline .top_search .b_search:hover{
    color: #4AAAD2;
}
header.top_header .header_topline .top_search input[type="text"]{
    padding: 5px;
    width: 260px;
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border: none;
}
header.top_header .header_topline .ln_buttons{
    text-align: right;
    color: #fff;
    padding: 15px 0;
}
header.top_header .header_topline .ln_buttons i{
    font-size: 22px;
    margin-right: 5px;
}
header.top_header .header_topline .ln_buttons a{
    background: #fff;
    color: #000;
    font-size: 14px;
    padding: 2px;
    border-radius: 2px;
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
    margin-right: 3px;
    text-transform: uppercase;
}
header.top_header .header_topline .ln_buttons a:hover{
    background: #000066;
    color: #fff;
}
header.top_header .header_topline .ln_buttons a.active{
    background: #000066;
    color: #fff
}
button{
    background-color: transparent;
    border: none;
}
header.top_header .logo_t{
    display: block;
    text-align: left;
    color: #fff;
    font-family: "RobotoMedium";
    padding: 20px 0 5px;
    text-transform: uppercase;
    /*letter-spacing: 4px;*/
}
header.top_header .logo_t .name{
    /*line-height: 70px;*/
    margin-left: 20px;
}
header.top_header .nav{
    background: #cd853f;
}
header.top_header .nav_p{
    
    border-radius: 2px;
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
    position: relative;
}
header.top_header .nav_p ul.nav{
    list-style: none;
    padding: 0;
    margin: 0;
}
header.top_header .nav_p ul.nav li{
    display: inline-block;
    position: relative;
}
header.top_header .nav_p ul.nav li a{
    color: #000066;
    font-weight: 700;
    display: block;
    padding: 15px 15px;
    text-transform: uppercase;
    font-size: 14px;
}
header.top_header .nav_p ul.nav li a:hover{
    background: #f59d56;
}
header.top_header .nav_p ul.nav li a.add{
    font-size: 22px;
    padding: 2px;
}
header.top_header .nav_p ul.nav li a.add:hover{
    background: none;
    color: #000;   
}
header.top_header .nav_p ul.nav ul{
    display: none;
    top: 50px;
    background: #245014;
    position: absolute;
    z-index: 12;
    padding: 0;
}
header.top_header .nav_p ul.nav ul li{
    display: block; 
}
header.top_header .show_nav{
    font-size: 22px;
    color: #fff;
}
section.main{
    min-height: 380px;
    position: relative;
}
section.main .adminPanel{
    background: #eeeeee;
    padding-bottom: 3px;
    padding-right: 0;
}
section.main .adminPanel ul{
    list-style: none;
    margin: 0;
    padding: 0;
}
section.main .adminPanel ul li{
    margin-right: 10px;
    margin-top: 2px;
    display: inline-block;
}
section.main .adminPanel ul li a{
    padding: 3px 5px;
    background: #159631;
    color: #fff;
    display: block;
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
}
section.main .adminPanel ul li a:hover{
    background: #0F6F24;
}
section.main aside.pcat{
    background: #eeeeee;
    padding: 0;
    border-radius: 0 0 8px 8px;
    -moz-border-radius: 0 0 8px 8px;
    -webkit-border-radius: 0 0 8px 8px;
}
section.main aside.pcat ul{
    list-style: none;
    padding: 0;
}
section.main aside.pcat ul li{
    border-top: #666 1px dotted;
}
section.main aside.pcat ul li:last-child{
    border-bottom: #666 1px dotted;
}
section.main aside.pcat ul li a{
    color: #3C5581;
    display: block;
    padding: 5px 5px;
    font-size: 14px;
}
section.main aside.pcat ul li a:hover{
    background: #3797bf;
    color: #fff;
}
section.main .res{
    text-align: center;
    font-size: 25px;
}
section.main .sidebar{
    background: #EEEEEE;
    margin-top: 10px;
    padding: 0;
}
section.main .sidebar .sidebar_name{
    background: #f59d56;
    text-align: center;
    font-size: 17px;
    font-family: "RobotoCondensedRegular";
    /*color: #000066;*/
}
section.main .sidebar .sidebar_content{
    width: 90%;
    margin: 0 auto;
    font-family: "arial";
    font-size: 12px;
    text-align: justify;
}
.sidebar_content div ul {
 padding-left:20px; 
  
}
section.main .sidebar .sidebar_content h3{
    font-family: "RobotoCondensedRegular";
    font-size: 13px;
}
section.main .sidebar .sidebar_content p{
    margin: 0;
    padding: 0;
}
section.main .main_content{
    margin-top: 10px;
}
section.main .main_content .article{
    border: 1px #eeeeee solid;
    margin-bottom: 10px;
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    padding-bottom: 15px;
    padding-left: 15px;
    padding-right: 15px;
}
section.main .main_content .article h3{
    background: #ecf0f1;
    margin: 0;
    padding-left: 10px;
    color: #27351A;
    font-family: "RobotoLight";
}
section.main .main_content .article h2,
section.main .main_content .article h1,
section.main .main_content .article h4{
    padding-left: 10px;
}
section.main .main_content .article .article_info{
    background: #ecf0f1;
    color: #7f8c8d;
    font-size: 14px;
    margin-left: -15px;
    width: 102.8%;
}
section.main .main_content .article .article_info a{
    font-size: 18px;
    margin-left: 10px;
    color: #27540C;
}
section.main .main_content .article .article_info .time{
    margin-right: 10px;
}
section.main .main_content .article .article_info a:hover{
    color: #000;
}
section.main .main_content .article a.read_more{
    margin-left: 7px;
    margin-bottom: 10px;
    display: block;
    width: 100px;
    text-align: center;
    background: #2787af;
    color: #fff;
    font-size: 13px;
    padding: 3px;
    border-radius: 2px;
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
}
section.main .main_content .article a.read_more:hover{
    background: #3CA969;
}
section.main .main_content .article p{
    /*text-align: justify;*/
    margin: 10px;
}
section.main .main_content .article .fileArt{
    padding: 10px;
}
section.main .main_content .article .fileArt a{
    font-size: 14px;
}
section.main .main_content .article .fileArt a:hover{
    color: #000;
}
section.main .main_content .publishing{
    border: 1px #eeeeee solid;
    margin-bottom: 10px;
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
}
section.main .main_content .publishing h3{
    background: #ecf0f1;
    margin: 0;
    padding-left: 10px;
    color: #27351A;
    font-family: "RobotoLight";
}
section.main .main_content .publishing h2,
section.main .main_content .publishing h1,
section.main .main_content .publishing h4{
    padding-left: 10px;
}
section.main .main_content .publishing .pub_info{
    background: #ecf0f1;
    color: #7f8c8d;
    font-size: 14px;
    padding-left: 25px;
}
section.main .main_content .publishing .pub_info a{
    font-size: 18px;
    margin-left: 10px;
    color: #2A5609;
}
section.main .main_content .publishing .pub_info .panel{
    margin-right: 10px;
}
section.main .main_content .publishing .pub_info a:hover{
    color: #000;
}
section.main .main_content .publishing p{
    text-align: justify;
    margin: 10px;
}
section.main .main_content .publishing .filePub{
    padding: 10px;
}
section.main .main_content .publishing .filePub a{
    font-size: 14px;
    font-weight: bold;
    color: #3C5581;
}
section.main .main_content .publishing .filePub a:hover{
    color: #000;
}
section.main .main_content input[type='text']{
    width: 300px;
    margin-left: 2px;
    margin-bottom: 5px;
}
section.main .main_content select{
    margin-left: 5px;
    margin-bottom: 5px;
    font-size: 14px;
    height: 30px;
    padding: 5px;
}
section.main .main_content .lib_cat{
    padding: 0;
}
section.main .main_content .lib_cat a{
    display: block;
    height: 35px;
    background: #eeeeee;
    margin-bottom: 10px;
    padding-left: 15px;
    line-height: 34px;
    border-radius: 10px;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    border: #999D9E 1px solid;
}
section.main .main_content .lib_cat a:hover{
    color: #000;
    border-radius: 0px;
}
section.main .main_content .libfiles{
    background: #eeeeee;
    margin-bottom: 10px;
}
section.main .main_content .libfiles .name{
    padding: 0;
    font-size: 14px;
}
section.main .main_content .libfiles .name > div{
    padding: 0;
}
section.main .main_content .libfiles .time{
    padding: 0;
    font-size: 14px;
}
section.main .main_content .libfiles a{
    font-size: 14px;
}
section.main .main_content .libfiles a:hover{
    color: #000;
}
section.main .main_content .pub{
    font-size: 14px;
    padding: 0;
    margin: 0;
}
section.main .main_content .pub .author{
    border-left: 1px #eeeeee solid;
    border-top: 1px #eeeeee solid;
    border-bottom: 1px #eeeeee solid;
    padding: 5px 1px;
}
section.main .main_content .pub .name_pub{
    border-left: 1px #eeeeee solid;
    border-top: 1px #eeeeee solid;
    border-bottom: 1px #eeeeee solid;
    padding: 5px 1px;
}
section.main .main_content .pub .type{
    border-left: 1px #eeeeee solid;
    border-top: 1px #eeeeee solid;
    border-bottom: 1px #eeeeee solid;
    padding: 5px 1px;
}
section.main .main_content .pub .year{
    border-left: 1px #eeeeee solid;
    border-top: 1px #eeeeee solid;
    border-right: 1px #eeeeee solid;
    border-bottom: 1px #eeeeee solid;
    padding: 5px 1px;
}
section.main .main_content .pub a{
    color: #3C5581;
}
section.main .main_content .pub_sort{
    
}
section.main .main_content .pub_sort .button{
    padding: 2px 2px;
    margin: 22px 0 0 0;
}
section.main .main_content .pub_sort input[type="text"]{
    margin-right: 10px;
    width: 70px;
}
section.main .main_content .pub_sort label{
    padding-left: 5px;
}
section.main .main_content .pmenu{
    margin-top: 30px;
    display: inline-block;
}
section.main .main_content .pmenu a{
    padding: 3px 10px;
    background: #375F19;
    color: #fff;
    display: inline-block;
}
section.main .main_content .pmenu a:hover{
    background: #27351a;
}
section.main .main_content .pmenu .currentpage{
    background: #27351a;
    color: #fff;
    padding: 4px 10px;
}
section.main .main_content .pmenu input[type="text"]{
    width: 70px;
    height: 25px;
}
section.main .main_content .pmenu input[type="submit"]{
    background: #375F19;
    color: #fff;
    border: none;
    margin-left: 10px;
}
section.main .main_content .pmenu input[type="submit"]:hover{
    background: #27351a;
}
footer{
    background: #000066;
    margin-top: 30px;
    bottom: 0;
    width: 100%;
}
footer .f_text{
    color: #fff;
    text-transform: uppercase;
    padding: 15px 0;
    font-size: 10px;
}
/*Login page*/
section.main .login{
    margin: 0 auto;
    width: 430px;
}
section.main .login label{
    width: 26px;
    font-size: 20px;
    margin-top: 5px;
}
section.main .login label.mem{
    width: 110px;
    margin: 0;
    font-size: 14px;
}
section.main .login input[type="text"],
section.main .login input[type="password"]{
    width: 400px;
    height: 35px;
    display: block;
    margin-bottom: 20px;
    margin-top: 5px;
}
section.main .login input[type="checkbox"]{
    margin-top: 4px;
}
section.main .login select{
    height: 35px;
}
section.main .form_button{
    background: #3ca969;
    color: #fff;
    margin: 5px auto;
    display: block;
    width: 200px;
    padding: 10px 5px;
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
}
section.main .form_button:hover{
    background: #2A5422;
}
/*Profile pages*/
section.main .profile{
    padding: 0;
    background: #EEEEEE;
}
section.main .profile .my_profile_wrap{

}
section.main .profile .my_profile_wrap ul{
    list-style: none;
    padding: 0;
}
section.main .profile .my_profile_wrap ul li a{
    display: block;
    padding: 5px 0 5px 20px;
}
section.main .profile .my_profile_wrap ul li a:hover{
    background: #4AAAD2;
    color: #fff;
}
section.main .profile .my_profile_wrap ul li a i{
    width: 20px; 
}
section.main .my_profile_msg{
    background: #4AAAD2;
}
section.main .my_profile_msg .msg_value{
    background: #EEEEEE;
    min-height: 200px;
    max-height: 500px;
    overflow-y: scroll;
    margin: 15px 0;
    padding-top: 15px;
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
}
section.main .my_profile_msg .msg_value .msg_text{
    margin-bottom: 15px;
    padding: 5px;
    text-align: justify;
}
section.main .my_profile_msg .msg_value .msg_text p{
    padding: 5px;
    font-size: 14px;
    margin: 0;
}
section.main .my_profile_msg .msg_value .from{
    background: #3CA969;
    color: #fff;
}
section.main .my_profile_msg .msg_value .msg_text .msg_head{
    font-size: 13px;
    padding: 5px;
}
section.main .my_profile_msg textarea{
    margin-bottom: 15px;
    min-width: 100%;
    max-width: 100%;
}
section.main .my_profile_cdialog{
    background: #4AAAD2;
    padding: 0 0 30px 0;
}
section.main .my_profile_cdialog .title{
    background: #2787af;
    margin-bottom: 30px;
    color: #fff;
    padding-left: 15px;
}
section.main .my_profile_cdialog .title a{
    color: #fff;
}
section.main .my_profile_cdialog textarea{
    margin-bottom: 15px;
    min-width: 100%;
    max-width: 100%;
    min-height: 100px;
}
section.main .my_profile_info .title{
    background: #4AAAD2;
    padding: 3px 0 3px 2px;
    color: #fff;
}
section.main .my_profile_info .title .online{
    background: #fff;
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    padding: 1px 4px;
    color: #0CAD13;
    text-transform: uppercase;
    font-size: 12px;
}
section.main .my_profile_info .title .ofline{
    background: #d44;
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    padding: 1px 4px;
    color: #fff;
    text-transform: uppercase;
    font-size: 12px;
}
section.main .my_profile_info .avatar{
    padding: 0;
}
section.main .my_profile_info .avatar img{
    width: 250px;
    margin: 20px 0;
    display: block;
}
section.main .my_profile_info .info{
    text-align: justify;
    font-size: 13px;
}
section.main .my_profile_info{
   font-size: 15px; 
}
section.main .my_profile_info label{
    width: 100px;
    margin-top: 5px;
}
section.main .my_profile_info input[type="text"],
section.main .my_profile_info input[type="file"]{
    width: 300px;
    margin-top: 5px;
}
section.main .user_list{
    
}
section.main .user_list a{
    margin-top: 5px;
    padding: 10px 2px;
    display: block;
    width: 100%;
    background: #eeeeee;
    color: #2787af;
}
section.main .user_list a:hover{
    color: #fff;
    background: #3797bf;
}
.button{
    background: #3CA969;
    text-transform: uppercase;
    text-align: center;
    color: #fff;
    margin: 5px auto;
    display: block;
    padding: 10px 5px;
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
}
.button:hover{
    background: #1B3304;
    color: #fff;
}
section.main .my_profile_msg .textarea{
    padding: 0;
}
section.main .chat_list .chat_list_head{
    border-bottom: 1px solid #EEEEEE;
}
section.main .chat_list .chat_value{
    padding: 5px 0;
    border-bottom: 1px solid #EEEEEE;
    border-left: 1px solid #EEEEEE;
    border-right: 1px solid #EEEEEE;
    font-size: 14px;
    color: #6782A0;
    min-height: 56px;
    max-height: 65px;
    overflow: hidden;
}
.noread{
   background: #EDF1F5 !important; 
}
section.main .chat_list .chat_value p{
    margin: 0;
    text-align: justify;
}
section.main .chat_list .chat_value:hover{
    background: #EDF1F5;
}
section.main .chat_list .chat_value .time{
    color: #000;
    font-size: 10px;
    display: block;
}
section.main .chat_list .chat_value .min_avatar{
    padding: 0;
}
section.main .chat_list .chat_value img{
    max-width: 50px;
    height: auto;
}
section.main .o_profile{
    background: #4AAAD2;
    font-size: 25px;
    color: #fff;
}
