/* CSS Document */
html,body,#container{
    height:100%;  
}
#ie_err{
    color: #fff;
    position: absolute;
    top:35px;
    left:0px;
    font-size: 10px;
    background: #FF0000;
    width:98%;
    border: 1px solid #ccc;
}
*::-moz-focus-inner {
    border: 0;
}
img {
    border: 0px;
} 
* {
    padding:0;
    margin:0;
}
a:active, a:focus, img, select {
    outline: none;
}
input[type=checkbox],input[type=radio]{
    border: 0px;
    outline: none;
    margin:0;
    pading:0;
}
input,textarea,select{
    border: 1px solid #ccc;
}
html{  
    margin:0; 
    padding:0;
    color:#333; 
    background:#F3F7FA;
}

body{ 
    margin:auto;
    width:99%;
    font-size: 14px;
    font-family: Arial, Helvetica, sans-serif;
}

#container{
    width:99%; 
    margin:auto;
}

#main{
    /*background:#FFFFFF;*/
    min-height:100%;
    margin:0 0 -20px; 
    overflow: hidden;
}
#all{ 
    overflow: hidden;
    padding:10px 0px 20px 0px;   

}

#footer{
    height:20px;
    margin-top:0px; 
    background:#8f8f8f; 
    border-radius:5px 5px 0px 0px;
    position:relative;	
}
#box_header{
    position: relative;
    width: 100%;
    height:40px;
    overflow: hidden;
}
#header{  
    height:40px;
    background: #5C7A8A;
    /*box-shadow: inset 0px 1px 0px #2ab7ec, 0px 2px 0px 0px #E87400, 0px 3px 3px #999;*/
    border-radius:0px 0px 10px 10px;

}

#left {
    float: left;
    width: 240px;
    margin: 0px 0px 10px 0px;
}

#right {
    float: right;
    width: 180px;
    margin: 0px 0px 10px 0px;
    padding: 0px 0px 10px 0px;

}
#center_three{
    margin: 0px 0px 10px 190px;
    background: #FFF;
    border: 1px solid #cfcfcf;
    padding: 10px 10px 10px 10px;
    border:1px solid #cfcfcf;
    float: float;
    width:60%;
    border-radius: 5px; 
}
#top_panel{
    margin: 0px 0px 0px 210px;
    background: #018577;
    color:#FFF;
    padding: 10px 10px 10px 10px;
    overflow: hidden;
}
#center_two{
    margin: 0px 0px 0px 240px;
    background: #FFF;
    padding: 10px 10px 10px 10px;
    
    overflow: hidden;
    
}
#center_one{
    margin: 0px;
    background: #FFF;
    padding: 10px 10px 10px 10px;
    float:left;
    width: 99%;
    border-radius: 5px; 
}
#footer{
    text-align: center;
    font-size: 12px;
    line-height: 20px;
}
#shadow {
    z-index: 999;
    position: fixed;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    background-color: #000;
    opacity: 0.6;
    filter: alpha(opacity=60);
    display: none;
}
.shadow {
    z-index: 999;
    position: fixed;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    background-color: #000;
    opacity: 0.6;
    filter: alpha(opacity=60);
}
#author_w {
    z-index: 1000;
    position: fixed;
    top: 100px;
    left:50%;
    margin-left: -200px;
    width: 400px;
    height: 170px;
    background-color: #fff;
    display: block;
    border-radius: 10px;
    box-shadow: inset 0px 1px 0px 0, 0px 2px 0px 0px #E87400, 0px 3px 3px #8f8f8f;
}
#authorization_box p{
    margin: 20px 20px;
    text-align: center;
}
#authorization_box p label{
    width: 60px;
    display: inline-block;
    text-align: right;
}
#authorization_box p input{
    width: 200px;
}
#authorization_header{
    width: 100%;
    height:30px;
    background: #8f8f8f;
    border-radius: 10px 10px 0 0;
    box-shadow: inset 0px 1px 0px 0, 0px 2px 0px 0px #E87400, 0px 3px 3px #8f8f8f;
    text-align: center;
    position: relative;
}
#modal_window_img_header{
    width: 100%;
    height:30px;
    background: #8f8f8f;
    border-radius: 10px 10px 0 0;
    box-shadow: inset 0px 1px 0px 0, 0px 2px 0px 0px #E87400, 0px 3px 3px #8f8f8f;
    text-align: center;
    position: relative;
}
#modal_window_info_header{
    width: 100%;
    height:30px;
    background: #8f8f8f;
    border-radius: 10px 10px 0 0;
    box-shadow: inset 0px 1px 0px 0, 0px 2px 0px 0px #E87400, 0px 3px 3px #8f8f8f;
    text-align: center;
    position: relative;
}
#alert_dialog_img{
    overflow: hidden;
    line-height: 0;
}

#alert_dialog_header{
    width: 100%;
    height:30px;
    background: #8f8f8f;
    border-radius: 10px 10px 0 0;
    box-shadow: inset 0px 1px 0px 0, 0px 2px 0px 0px #E87400, 0px 3px 3px #8f8f8f;
    text-align: center;
    position: relative;
}
#btn_close {
    position: absolute;
    font-size: 30px;
    display: block;
    float: right;
    color: #fff;
    top:0px;
    right: 5px;

}
#button_form_author{
    width: 150px;
}
#close_authorization{
    text-decoration:underline;
    margin-left:10px;
}
#close_authorization:hover{
    cursor:pointer;
}



#btn_close{
    float:right;
    margin-top:3px;
    margin-right:5px;
    color: #E87400;
    border: 1px solid #E87400;
    border-radius: 30px;
    background: #fff;
    font-size: 31px;
    font-weight: bold;
    display: inline-block;
    line-height: 0px;
    padding: 11px 3px;       
}
#btn_close:hover{
    border: 1px solid #fff;
    cursor:pointer;
}
.center_text{
    display: inline-block;
    font-size: 16px;
    color: #fff;
    font-weight: bold;
    margin-top: 5px;
}
#btn_close:before {
    content: "×";
}
#modal_window{
    position: fixed;
    top: 100px;
    left:50%;
    margin-left: -200px;
    width: 400px;
    background-color: #fff;
    display: block;
    border-radius: 10px;
    box-shadow: inset 0px 1px 0px #2ab7ec, 0px 2px 0px 0px #E87400, 0px 3px 3px #999;
}
#modal_window h1 {
    width: 100%;
    height:30px;
    background: #8f8f8f;
    border-radius: 10px 10px 0 0;
    box-shadow: inset 0px 1px 0px 0, 0px 2px 0px 0px #E87400, 0px 3px 3px #999;
    text-align: center;
    position: relative;
}
#modal_window p{
    margin: 20px 20px;
    text-align: center;
}
#alert_dialog{
    z-index: 1000;
    position: fixed;
    top: 100px;
    left:50%;
    margin-left: -200px;
    width: 400px;
    background-color: #fff;
    display: block;
    border-radius: 10px;
    box-shadow: inset 0px 1px 0px #2ab7ec, 0px 2px 0px 0px #E87400, 0px 3px 3px #999;
}
#alert_dialog h1 {
    width: 100%;
    height:30px;
    background:#8f8f8f;
    border-radius: 10px 10px 0 0;
    box-shadow: inset 0px 1px 0px 0, 0px 2px 0px 0px #E87400, 0px 3px 3px #999;
    text-align: center;
    position: relative;
}
#alert_dialog p{
    margin: 20px 20px;
    text-align: center;
}
#modal_window_img{
    position: fixed;
    top: 50px;
    left:50%;
    max-width: 1000px;
    background-color: #fff;
    display: block;
    border-radius: 10px;
    overflow: hidden;
    box-shadow: inset 0px 1px 0px #2ab7ec, 0px 2px 0px 0px #E87400, 0px 3px 3px #999;
}
#modal_window_info{
    position: fixed;
    top: 100px;
    left:50%;
    margin-left: -500px;
    width: 1000px;
    background-color: #fff;
    display: block;
    border-radius: 10px;
    box-shadow: inset 0px 1px 0px #2ab7ec, 0px 2px 0px 0px #E87400, 0px 3px 3px #999;
}

#modal_window_info h1 {
    width: 100%;
    height:30px;
    background: #8f8f8f;
    border-radius: 10px 10px 0 0;
    box-shadow: inset 0px 1px 0px 0, 0px 2px 0px 0px #E87400, 0px 3px 3px #999;
    text-align: center;
    position: relative;
}
#modal_window_info p{
    margin: 20px 20px;
    text-align: center;
}
.red{
    color:#f00;
    font-weight: bold;
} 
.black{
    color:#333;
    font-weight: bold;
} 
.tooltip:hover{
    cursor:help;
}
.tooltip {
   /* position: relative;*/
}

.tooltip-text {
    background-color: rgba(0, 0, 0, .7);    
    color: white;
    left: 0;
    padding: 5px;
    position: absolute;
    top: 0;
}
#loading{
    z-index: 1000;
    position: fixed;
    top: 40%;
    left:50%;
    margin-left: -200px;
    width: 400px;
    height:40px;
    background-color: #fff;
    display: block;
}
#txt_loading{
    font-size: 25px;
    font-weight: bold;
    color: #fff;
    position:absolute;
    top:-30px;
    left:0px;
    width: 400px;
    text-align:center;
}
#update_loading{
    height:40px;
}

#box_author{
    width: 300px;
    height: 40px;
    margin-right: 20px;
    float: right;
    position: relative;
}
#exit{
    width: 80px;
    height: 40px;
    float: right;
    margin-top: 10px;
}
#exit a{
    display: inline-block;
    margin-left: -5px;
    height: 18px;
    line-height: 18px;
    background:#fff;
    color:#333;
    width: 80px;
    text-align:center;
    border: 0px;
    border-radius: 3px;
    text-decoration:none;
}
#box_zagol{
    position: absolute;
    top:4px;
    left:20px;
    width: 360px;
    height: 35px;
  
}
#zagol_header {
    width: 32px;
    height: 32px;
    background-image: url(/img/log_mini.png); /* Путь к фоновому рисунку */
    background-position: center center; /* Положение фона */
    background-repeat: no-repeat;
    float: left;
}
#zagol_txt{
    display: inline-block;
    font-weight: bold;
    text-decoration: none;

    margin: 8px 0px 0px 10px;
    color: #fff;
    font-size: 14px;
}
#fio_user{
    color: #fff;
    font-size: 16px;
    float: right;
    margin: 10px 20px 0px 0px;
}
#confirm_buttons{
    height: 30px;
    text-align: center;
}

#btn_close_m_w,#btn_close_m_w_i,#btn_close_alert_dialog{
    width: 100px;
    line-height: 24px;
    background:#2D3E50;
    padding: 0px 10px;
    color:#fff;
    font-weight: bold;
    text-align: center;
    border-radius: 5px;
}
#btn_close_m_w{
    padding: 5px 10px;
}
#btn_close_m_w_i,#btn_close_alert_dialog{
    float:right;
}
#confirm_buttons_i,#confirm_buttons_alert_dialog{
    height: 30px !important;
    overflow: hidden;
    margin: 10px;
}
#btn_close_m_w:hover,#btn_close_m_w_i:hover,#btn_close_alert_dialog:hover{
    cursor: pointer;
}
.box_wait{
    z-index: 1000;
    position: fixed;
    top: 40%;
    left:50%;
    margin-left: -32px;
    width: 80px;
    height:80px;
    border-radius: 5px;
    background-color: #fff;
    border:1px solid #ccc;
}
.loading_mini{
    width: 80px;
    height: 80px;
    background-image: url(/img/wait.gif); /* Путь к фоновому рисунку */
    background-position: center center; /* Положение фона */
    background-repeat: no-repeat;

}
.wait_mini{
    width: 16px;
    height: 16px;
    margin-top: 2px;
    background: url(/img/waitmini.gif) no-repeat;
    display: inline-block;     
}
.red_background{
    color:#fff;
    background:#E84C3D !important;
}
.green_background{
    color:#fff;
    background:#27AE61 !important;
}
.yellow_background{
    color:#fff;
    background:#F1C40F !important;
}
button{
    min-width: 50px;
    min-height: 24px;
    background:
        #2D3E50;
    padding:0px  10px;
    color:
        #fff;
    font-weight: bold;
    text-align: center;
    border-radius: 5px;
    border: 0px;
}
button:hover{
    cursor: pointer;
}

#container_menu_left{
    background-color: #018577 !important;
    color:#fff;
}
#box_menu_left a{
    display: block;
    text-align: left;
    margin-left: 20px;
    padding: 5px 0px;
    text-decoration: none;
    color:#ffffff;
}