@font-face { 
   font-family: "titleFontAvk"; 
   src: url("../font/segoeprb.ttf"); 
}
/* страница настроек */
#middle {
	width: 100%;
	height: 1%;
	position: relative;
    min-width: 1050px;
    margin-top: 15px;
}
#middle:after {
	content: '';
	clear: both;
	display: table;
}
#container {
	width: 100%;
	float: left;
	overflow: hidden;
}
#content {
	padding: 0 320px 0 0;
}
#sideRight {
	float: left;
	margin-right: -3px;
	width: 300px;
	margin-left: -300px;
	position: relative;
}
.hndleavk{ 
    font-family: "Georgia", "Times New Roman", "Bitstream Charter", "Times", serif;
    font-size: 15px;
    font-weight: 400;
    line-height: 1;
    margin: 0px;
    padding: 7px 10px;
    cursor: default!important;
}
#middle .avk_fieldset{
    border: 2px solid rgba(0,0,0,0.25);
    border-radius: 5px;
    margin-top: 10px;
    padding-bottom: 20px;
}
#middle .avk_legend{
    font-size: 16px;
    font-weight: bold;
    font-family: "titleFontAvk";
    padding: 5px 7px 7px;
    margin-left: 25px;
    color: rgba(0,0,0,0.45);
}
#middle .divlabel{
    display: table-cell;
    vertical-align: middle;
    width: 250px;
    text-align: center;
    font-weight: bold;
}
#middle .labelavk{
    position: relative;
    font-weight: bold;
}
#middle .inputavk{
    width: 280px;
    text-align: center;
    font-weight: 400;
}
#middle input.inputavk{
    width: 290px;
}
#middle select.inputavk,#middle textarea.inputavk{
    width: 290px;
    font-weight: 400;
}
.dttitleavk{
    margin: 8px auto auto;
    display: table;
}
.descavk{
    width: 278px;
    margin: 5px auto 5px auto;
    border: 2px solid #FFF;
    border-radius: 5px;
    padding: 3px 5px;
    display: none;
    text-align: center;
    box-shadow: inset 0px 2px 5px rgba(0, 0, 0, 0.150);
    background-color: rgba(255,255,255,1);
    color: #21759B;
    text-shadow: -1px -1px 3px rgba(255,255,255,1);
}
.descavk a{
    color: red;
}
.helpimg{
    vertical-align: top;
    width: 20px;
    height: 20px;
    cursor: pointer;
    margin-left: 7px;
}
p.submit>.button-primary{
    margin-right: 20px;
}
.button-primary-del{
    background: #b5272e!important;
    background: -webkit-linear-gradient(top, #e45e40, #b5272e)!important;
	background: -moz-linear-gradient(top, #e45e40, #b5272e)!important;
	background: -ms-linear-gradient(top, #e45e40, #b5272e)!important;
	background: -o-linear-gradient(top, #e45e40, #b5272e)!important;
    box-shadow: inset 0px 1px 0px rgba(250, 157, 157, 0.506)!important;
    border-color: #b5272e!important;
}
.button-primary-del:hover{
    background: -webkit-linear-gradient(top, rgba(228, 94, 64, 0.9), #b5272e )!important;
	background: -moz-linear-gradient(top, rgba(228, 94, 64, 0.9), #b5272e )!important;
	background: -ms-linear-gradient(top, rgba(228, 94, 64, 0.9), #b5272e )!important;
	background: -o-linear-gradient(top, rgba(228, 94, 64, 0.9), #b5272e )!important;
}
.action-file-button-primary-del{
    margin-right: 0px!important;
}
.updated, .error{
    text-align: center;
}
p.messegadmin{
    font-size: 1.3em;
}

/** Popup window */
#fade {
	display: none;
	background: #000;
	position: fixed; left: 0; top: 0;
	width: 100%; height: 100%;
	opacity: .80;
	z-index: 9999;
}
.popup_block{
	display: none;
	background: #fff;
	padding: 20px;
	border: 10px solid #ddd;
	float: left;
	font-size: 1.2em;
	position: fixed;
	top: 50%; left: 50%;
	z-index: 99999;
	-webkit-box-shadow: 0px 0px 20px #000;
	-moz-box-shadow: 0px 0px 20px #000;
	box-shadow: 0px 0px 20px #000;
	border-radius: 10px;
}
img.btn_close {
	float: right;
	margin: -31px -31px 0 0;
    border:0;
    border-radius: 0 10px 0 0;
}
.popup_botton{
    background: #b5272e;
    background: -webkit-linear-gradient(top, #e45e40, #b5272e);
	background: -moz-linear-gradient(top, #e45e40, #b5272e);
	background: -ms-linear-gradient(top, #e45e40, #b5272e);
	background: -o-linear-gradient(top, #e45e40, #b5272e);
    border: 1px solid #b5272e;
    border-radius: 3px;
    text-decoration: none;
    cursor: pointer;
    padding: 4px 10px;
    color: #FFFFFF;
    text-shadow: 0px 1px 0px rgba(0, 0, 0, 0.102);
    box-shadow: inset 0px 1px 0px rgba(250, 157, 157, 0.506);
}
.popup_botton:hover{
    color: #FFFFFF;
    background: -webkit-linear-gradient(top, rgba(228, 94, 64, 0.9), #b5272e );
	background: -moz-linear-gradient(top, rgba(228, 94, 64, 0.9), #b5272e );
	background: -ms-linear-gradient(top, rgba(228, 94, 64, 0.9), #b5272e );
	background: -o-linear-gradient(top, rgba(228, 94, 64, 0.9), #b5272e );
}
.popup_block .submit{
    text-align: center;
}
.popup_block .submit input{
    margin-right: 50px;
}
#action_file_pop .avkicon32{
    display: inline-block;
    width: 32px;
    height: 32px;
    background-size: 100%;
    background-repeat: no-repeat;
    background-position: 0 0;
    position: relative;
    top: -10px;
}
#action_file_pop h2{
    display: inline-block;
    margin-left: 10px;
}
.dashicons-admin-setavk{
    *vertical-align: middle;
    padding-right: 7px;
}
/*--Фиксированное позиционирование для тупого IE6--*/
*html #fade {
	position: absolute;
}
*html .popup_block {
	position: absolute;
}