@import url('https://fonts.googleapis.com/css2?family=Rubik:wght@500&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Montserrat&display=swap');
body {
    
    font-family: 'montserrat', serif;
    font-size: 14px;
}
#body {
    background-image: url("../img/fonlib.jpg");
    background-attachment: fixed;
    margin:0px;
    padding: 0px;
    background-size: 100%;
}
.break {
    page-break-after: always;
    page-break-inside: avoid;
}
#console {
    height:300px;
    background-color:#000;
    color:#FEC006;
    border: 1px solid #FEC006;
    overflow-y: auto;
    overflow-x: hidden;
    padding: 5px;
    border-radius: 8px;
    display: none;
}
#consolebox {
    position:fixed;
    bottom:0px;
    left:0px;
    z-index:100000;
}
.bottom_box {
    position: fixed;
    bottom: 0px;
    z-index: 0;
}
.consolew300 {
    width: 200px;
}
.consolep100 {
    width: 1000px;
}
#print_frame {display:none;}
.img_over {
    box-shadow: 0px 0px 5px 5px rgba(0, 0, 0, 0.6);
    border-radius: 5px;
    margin: 10px 10px 10px 10px;
    border: solid 1px #ffffff;
    cursor:pointer;
}
.img_over:hover {
    box-shadow: 0px 0px 5px 5px rgba(51, 195, 255, 0.6);
    /*border-radius: 5px;*/
}
.img_over_ok {
    box-shadow: 0px 0px 5px 5px rgba(0, 0, 0, 0.6);
    border-radius: 5px;
    margin: 10px 10px 10px 10px;
    border: solid 1px #ffffff;
}
.window_bottom {
    display: none;
}
#myheader {
/*    background: #bada55; 
    color: white; 
    font-family: Droid Sans; 
    font-size: 18px; 
    line-height: 1.6em; 
    font-weight: bold; 
    margin: 100px; 
    text-shadow: 0 1px 1px rgba(0,0,0,.2); 
    box-sizing:border-box;*/
    text-align: center; 
    width:100%; 
    
}
a {
    text-decoration: none;
    cursor: pointer;
}
.edblock a:before,.links a:before{
    content: '➤ ';
}
.edblock a,.links a {
    /*color:rgb(0, 0, 255);*/
    
    /*color: #2F90BD;*/
    color: #2D88B3;
    text-shadow: 1px 1px 2px #ffffff;
    cursor: pointer;
    padding:0px 5px 0px 5px;
    margin:2px 2px 2px 2px; 
    font-family: "PT Sans Narrow", "Arial Narrow", Arial, Helvetica, sans-serif;
    text-align:center;
    font-weight: 700;
    text-decoration: underline;
}
.edblock a:hover,.links a:hover {
    /*
    //background: #b8ff72;
    
    //background: linear-gradient(to bottom,  #b8ff72 0%,#85ff0c 100%);
    */
    color:#00a0dc;
}
p,.redstr { 
    /*
    margin:0px;
    padding: 0px;
    text-indent: 35px; 
    */
    margin: 0 0 0.5em 0;
   
    padding: 0px;
    text-indent: 0px;
}
.b {font-weight: 700}
.b2 {font-weight: 900}
.p100 {width:100%;}
.p50 {width:50%;}
.edblock
{
    margin:5px 0 0 5px;
}
.node_io {
    position: fixed;
    bottom: 0;
    left: 0;
    display: none;
    width:300px;
}
.chat_msg_cnt {
    /*background-color: red;*/
    border-radius: 10px;
    padding: 0 5px 0 5px;
}
.chat_msg_cnt_uid {
    /*background-color: red;*/
    border-radius: 10px;
    padding: 0 5px 0 5px;
}
.node_console {
    background-color: #85fa6e;
    color: #000000;height: 300px;
    width:300px;
    border: 1px solid #000;
    overflow-y: scroll;
    overflow-x: hidden;
    padding: 5px;
    display: none;
}
.w_msg {
    box-shadow: 0px 0px 2px 2px rgba(0, 0, 0, 0.6);
    padding: 5px;
    border-radius: 1px;
    background: #F9FEFE none repeat scroll 0% 0%;
    margin: 10px 0px 0px 0px;
    display:inline-block; 
    font-family: "PT Sans Narrow", "Arial Narrow", Arial, Helvetica, sans-serif;
    font-size: 10pt;
    color: #297ca3;
    font-weight: bold;
    z-index: 10000;
}
.w_msg_head_blue {
    border-radius: 1px;
    color: white;
    font-family: "PT Sans Narrow", "Arial Narrow", Arial, Helvetica, sans-serif;
    font-size: 10pt;
    font-weight: bold;
    /*line-height: 23px;*/
    text-decoration: none;
    text-shadow: 0 1px 0 rgba(0, 0, 0, 0.2);
    padding: 1px 0px 1px 0px;
    margin: 0 0 5px 0;
    text-align: center;
    background-image: linear-gradient(to bottom, #2d89b4, #297ca3);
    box-shadow: 0px 0px 2px 2px rgba(0, 0, 0, 0.6);
    border: none;
}
.w_msg_head_orange {
    border-radius: 1px;
    color: #000;
    font-family: "PT Sans Narrow", "Arial Narrow", Arial, Helvetica, sans-serif;
    font-size: 10pt;
    font-weight: bold;
    /*line-height: 23px;*/
    text-decoration: none;
    text-shadow: 0 1px 0 rgba(0, 0, 0, 0.2);
    padding: 1px 0px 1px 0px;
    margin: 0 0 5px 0;
    text-align: center;
    background-image: linear-gradient(to bottom, #FEC006, #FEC006);
    box-shadow: 0px 0px 2px 2px rgba(0, 0, 0, 0.6);
    border: none;
}
.topcban
{
    font-size: 25pt;
    text-shadow: 2px 2px 3px #000;
    color: #FFF;
    font-family: arial;
}
.topcban div
{
    font-size: 15pt;
}
.left_menu
{
    box-shadow: 0px 0px 5px 5px rgba(0, 0, 0, 0.6);
    padding: 5px;
    border-radius: 5px;
    //background: #BCECFF none repeat scroll 0% 0%;
    margin: 10px 10px 20px 10px;
    width:200px;
    //height:400px;
    display: none;
}
.left_menu2
{
    //box-shadow: 0px 0px 5px 5px rgba(0, 0, 0, 0.6);
    padding: 5px;
    //border-radius: 5px;
    //background: #BCECFF none repeat scroll 0% 0%;
    margin: 10px 10px 20px 10px;
    width:200px;
    //height:400px;
    //display: none;
}
.header_left_menu
{
    color: #fff;
    text-shadow: 1px 1px 2px #000;
    border-radius: 5px;
    font-family: serif;
    font-size: 12pt;
    font-weight: bold;
    text-transform: uppercase;
    padding: 0px 5px;
    text-align: center;
    
    background: #336DFF;
    background: -moz-linear-gradient(top,  #33CCFF 0%, #336DFF 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#33CCFF), color-stop(100%,#336DFF));
    background: -webkit-linear-gradient(top,  #33CCFF 0%,#336DFF 100%);
    background: -o-linear-gradient(top,  #33CCFF 0%,#336DFF 100%);
    background: -ms-linear-gradient(top,  #33CCFF 0%,#336DFF 100%);
    background: linear-gradient(to bottom,  #33CCFF 0%,#336DFF 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#33CCFF', endColorstr='#336DFF',GradientType=0 );
    box-shadow: 0 0px 1px 1px rgba(0,0,0,0.4);
    border: solid 1px #ffffff;
}
.mainsrc
{
    box-shadow: 0px 0px 5px 5px rgba(0, 0, 0, 0.6);
    padding: 5px 5px 25px 5px;
    border-radius: 5px;
    //background: #BCECFF none repeat scroll 0% 0%;
    //background: #BCECFF none repeat scroll 0% 0%;
    margin: 10px 10px 20px 10px;
    
    
}
.mainsrc2
{
    box-shadow: 0px 0px 2px 2px rgba(0, 0, 0, 0.6);
    padding: 5px 5px 25px 5px;
    border-radius: 5px;
    background: rgba(255, 255, 255, 0.6);
    margin: 10px 10px 20px 10px;
    z-index:2;
}
.header_mainsrc
{
    
    color: #fff;
    text-shadow: 1px 1px 2px #000;
    border-radius: 5px;
    font-family: serif;
    font-size: 16pt;
    font-weight: bold;
    text-transform: uppercase;
    padding: 0px 5px;
    text-align: center;
    
    background: #336DFF;
    background: -moz-linear-gradient(top,  #33CCFF 0%, #336DFF 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#33CCFF), color-stop(100%,#336DFF));
    background: -webkit-linear-gradient(top,  #33CCFF 0%,#336DFF 100%);
    background: -o-linear-gradient(top,  #33CCFF 0%,#336DFF 100%);
    background: -ms-linear-gradient(top,  #33CCFF 0%,#336DFF 100%);
    background: linear-gradient(to bottom,  #33CCFF 0%,#336DFF 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#33CCFF', endColorstr='#336DFF',GradientType=0 );
    box-shadow: 0 0px 1px 1px rgba(0,0,0,0.4);
    border: solid 1px #ffffff;
}
.top_menu
{
    text-align: center;
    
    //width:100%;
    //background-color: #0ba6e3;
}
.hint
{
    //background-color: red;
    padding: 10px 5 5 5;
    background-color:rgba(51,158,255,0.5);
    box-shadow: 0 0px 1px 1px rgba(0,0,0,0.4);
    border-radius: 0px 0px 5px 5px;
    position:absolute;
    display:none;
    //style=\"padding:0 5px 0 5px;font-size:16px; color: $clr3;  outline: none;  text-align: left;  TEXT-DECORATION: none;\"
}
.hinttest
{
    //background-color: red;
    overflow: auto;
    padding: 10px 5 5 5;
    background-color:rgba(51,158,255,0.5);
    box-shadow: 0 0px 1px 1px rgba(0,0,0,0.4);
    border-radius: 0px 0px 5px 5px;
    position:absolute;
    display:none;
    max-height: 400px;
    //style=\"padding:0 5px 0 5px;font-size:16px; color: $clr3;  outline: none;  text-align: left;  TEXT-DECORATION: none;\"
}
.hintilibed
{
    //background-color: red;
    padding: 10px 5 5 5;
    background-color:rgba(212,212,212,1);
    box-shadow: 0 0px 1px 1px rgba(0,0,0,0.4);
    border-radius: 0px 0px 5px 5px;
    position:absolute;
    display:none;
    //style=\"padding:0 5px 0 5px;font-size:16px; color: $clr3;  outline: none;  text-align: left;  TEXT-DECORATION: none;\"
}
.hint2
{
    //background-color: red;
    background-color:red;
    position:absolute;
    display:block;
    opacity: 1;
    //style=\"padding:0 5px 0 5px;font-size:16px; color: $clr3;  outline: none;  text-align: left;  TEXT-DECORATION: none;\"
}

.hint3
{
     padding: 5px 5px 5px 5px;
     
    background-color: #ffffff;
    border-radius: 0px 0px 5px 5px;
    position:absolute;
    display:none;
    opacity: 1;
    box-shadow: 0 0px 1px 1px rgba(0,0,0,0.4);
    //style=\"padding:0 5px 0 5px;font-size:16px; color: $clr3;  outline: none;  text-align: left;  TEXT-DECORATION: none;\"
}

.blackscreen
{
        display:none;
        position:fixed;
        bottom:0px;
        left:0px;
        width:100%;
        height:100%;
	//background-image: url("http://new.kemcdo.ru/img/bspoint2.png");
        //text-align: center;
        background-color: rgba(0, 0, 0, 0.5);
        //opacity: 0.7;
}
.blackscreen3
{
        
        position:fixed;
        bottom:0px;
        left:0px;
        width:100%;
        height:100%;
	z-index:11;
        background-image: url("http://new.kemcdo.ru/img/bspoint2.png");
        //background-color: #000000;
        //opacity: 0.7;
}
.blackscreen2
{
        display:none;
        position:fixed;
        bottom:0px;
        left:0px;
        width:100%;
        height:100%;
	z-index:11;
        background-color: rgba(0, 0, 0, 0.2);
        //background-image: url("http://s.kemcdo.ru/cdo/img/bspoint.png");
}
.bs {
        
        position:fixed;
        bottom:0px;
        left:0px;
        width:100%;
        height:100%;
	z-index:11;
        background-color: rgba(0, 0, 0, 0.2);
        //background-image: url("http://s.kemcdo.ru/cdo/img/bspoint.png");
}
.rdm
{
    
    
    box-shadow: 0 0 5px 5px rgba(0,0,0,0.6); /* Тень */
    padding: 10px; /* Поля вокруг текста */
    border-radius: 5px; /* Радиус скругления */
    
    /*background: #BCFFC5 url('../img/2b.png') repeat-x;*/
    background: #BCFFC5;
    margin: 20px auto;
}

.boxs
{
    box-shadow: 0px 0px 5px 5px rgba(0, 0, 0, 0.6);
    padding: 5px;
    border-radius: 5px;
    background: #BCECFF none repeat scroll 0% 0%;
    margin: 10px 10px 20px 10px;
    
    
    
}
.boxs_header
{
    color: #fff;
    text-shadow: 1px 1px 2px #000;
    border-radius: 5px;
    font-family: serif;
    font-size: 16pt;
    font-weight: bold;
    text-transform: uppercase;
    padding: 0px 5px;
    text-align: center;
    
    background: #336DFF;
    background: -moz-linear-gradient(top,  #33CCFF 0%, #336DFF 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#33CCFF), color-stop(100%,#336DFF));
    background: -webkit-linear-gradient(top,  #33CCFF 0%,#336DFF 100%);
    background: -o-linear-gradient(top,  #33CCFF 0%,#336DFF 100%);
    background: -ms-linear-gradient(top,  #33CCFF 0%,#336DFF 100%);
    background: linear-gradient(to bottom,  #33CCFF 0%,#336DFF 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#33CCFF', endColorstr='#336DFF',GradientType=0 );
    box-shadow: 0 0px 1px 1px rgba(0,0,0,0.4);
    border: solid 1px #ffffff;
}

.hid
{
    display: none;
}

.hlorange:hover
{
    background: #ffdca0;
    background: -moz-linear-gradient(top,  #ffdca0 0%, #ffc863 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffdca0), color-stop(100%,#ffc863));
    background: -webkit-linear-gradient(top,  #ffdca0 0%,#ffc863 100%);
    background: -o-linear-gradient(top,  #ffdca0 0%,#ffc863 100%);
    background: -ms-linear-gradient(top,  #ffdca0 0%,#ffc863 100%);
    background: linear-gradient(to bottom,  #ffdca0 0%,#ffc863 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffdca0', endColorstr='#ffc863',GradientType=0 );
    color:#000000;
    border: solid 1px #ffffff;
    cursor: pointer;
    box-shadow: 0 0px 1px 1px rgba(0,0,0,0.4);
}
.userfoto
{
    border: 2px solid #33CCFF;
    border-radius: 10px;
    box-shadow: 0 0 3px 3px rgba(0,0,0,0.6);
    height:100px;
}
.foto_sot
{
    border: 2px solid #33CCFF;
    border-radius: 10px;
    box-shadow: 0 0 3px 3px rgba(0,0,0,0.6);
    //height:100px;
}
.red
{
    color:red;
}

.scroll
{
    overflow-y: scroll;
    
    
}

table {empty-cells: show;}
td {padding:0 5px 0 5px;}
.padding0 {
    padding:0 0px 0 0px;
}
.clear {
    clear: both;
    float: none;
    height: 0;
    font-size: 0;
}
.cp
{
    cursor:pointer;
}
.id_msg {
    position: fixed;
    right: 20px;
    bottom: 50px;
    z-index: 10000;
}

.window
{
    box-shadow: 0px 0px 5px 5px rgba(0, 0, 0, 0.6);
    padding: 5px;
    border-radius: 5px;
    background: #F9FEFE none repeat scroll 0% 0%;
    margin: 10px 10px 20px 10px;
    display:inline-block;
    
  
    
    
}




.window_warn1
{
    box-shadow: 0px 0px 5px 5px rgba(0, 0, 0, 0.6);
    padding: 5px;
    border-radius: 5px;
    background: #ffc1c1 none repeat scroll 0% 0%;
    margin: 10px 10px 20px 10px;
    display:inline-block;
}

.window_head_warn1
{
    
    color: #fff;
    text-shadow: 1px 1px 2px #000;
    border-radius: 5px;
    font-family: serif;
    font-size: 16pt;
    font-weight: bold;
    text-transform: uppercase;
    padding: 0px 5px;
    text-align: center;
    
    background: #ffffff;
background: -moz-linear-gradient(top,  #ffffff 0%, #ff785f 100%);
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffffff), color-stop(100%,#ff785f));
background: -webkit-linear-gradient(top,  #ffffff 0%,#ff785f 100%);
background: -o-linear-gradient(top,  #ffffff 0%,#ff785f 100%);
background: -ms-linear-gradient(top,  #ffffff 0%,#ff785f 100%);
background: linear-gradient(to bottom,  #ffffff 0%,#ff785f 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#ff785f',GradientType=0 );
    box-shadow: 0 0px 1px 1px rgba(0,0,0,0.4);
    border: solid 1px #ffffff;
}









.p0505
	{
		//padding:0 5px 0 5px;
	}
.p5050 {padding:5px 0 5px 0;}
.p00020 {padding:0 0 0 20px;}
.nw {white-space: nowrap;}
        
.tblgreen {background-color: #c2fab6;border: 1px solid;border-radius: 2px;box-shadow: 0 0px 1px 1px rgba(0,0,0,0.4);}
.tblgreen thead {background-color: #85fa6e;border-radius: 5px 5px 0px 0px;}
.tblgreenfoot {background-color: #85fa6e;border-radius: 0px 0px 5px 5px;font-weight: 700;}
.tblgreen td {padding: 10px;border-left: 1px solid;border-top: 1px solid;}
.tblgreen td:first-child {border-left: none;}

.tblwhite {background-color: #ffffff;border: 1px solid;border-radius: 2px;box-shadow: 0 0px 1px 1px rgba(0,0,0,0.4);margin:auto;}
.tblwhite thead {background-color: #D7D7D7;border-radius: 5px 5px 0px 0px;}
.tblwhitefoot {background-color: #D7D7D7;border-radius: 0px 0px 5px 5px;}
.tblwhite td {padding: 10px;}

.tblwhite8 {background-color: #ffffff;border: 1px solid;border-radius: 2px;box-shadow: 0 0px 1px 1px rgba(0,0,0,0.4);margin:auto;}
.tblwhite8 thead {background-color: #D7D7D7;border-radius: 5px 5px 0px 0px;font-size:8pt;}
.tblwhitefoot8 {background-color: #D7D7D7;border-radius: 0px 0px 5px 5px;font-weight: 700;}
.tblwhite8 td {padding: 10px;}

.tblblue {background-color: #E7F0F5;border-radius: 2px;box-shadow: 0 0px 1px 1px rgba(0,0,0,0.4);margin:5px 5px 5px 5px;}
.tblbluehead {background-color: #CCE2F0;border-radius: 0px 0px 5px 5px;font-weight: 700;}
.tblblue td {padding: 10px;}
.tblblue td:first-child {border-left: none;}

.bold {border-radius: 0px 0px 5px 5px;font-weight: 700;}

.border_solid_1 {
    border: 1px solid;
}

.chat_in    {background-color: #E8FFD2;border-radius: 5px;box-shadow: 0 0px 1px 1px rgba(0,0,0,0.4);margin:5px 5px 5px 5px;}
.chat_out   {background-color: #CCE2F0;border-radius: 5px;box-shadow: 0 0px 1px 1px rgba(0,0,0,0.4);margin:5px 5px 5px 5px;}

table {
    border-spacing: 0px 0px;
    //margin:5px
}
.a {
    text-decoration:underline;
}
.a:hover {
    color:#D4B2D4;
}
.alignc {
    text-align: center;
}
.alignl {
    text-align: left;
}
.alignr {
    text-align: right;
}
.alignj {
    text-align:justify;
}
.p0505 td {padding:0 5px 0 5px;}
.p105105 td {padding:10px 5px 10px 5px;}
.p5555 td {padding:5px 5px 5px 5px;}
.m5555 td {margin:5px 5px 5px 5px;}
.p0303 td
{
   padding:0 3px 0 3px;
}

.ramkared {
    outline: 1px dashed #ff0000;
    background-color: rgba(255,0,0,0.2);
}
.ramkagreen {
    outline: 1px dashed #ff0000;
    
    
}
.ramkagreen:hover, .ramkared:hover {
    outline: 3px outset #ff0000;
}
.editor
{
    width: 100vw;
    height: 100vh;
}
.ilibfirstlink
{
    font-size: 18pt;
    font-weight: 600;
    margin:0px;
    padding: 0px;
        
}
.ib {display: inline-block;}
.ilibfirstlink:hover
{
    color:#006dcc;
}
.ilibsecondlink
{
    font-size: 16pt;
    font-weight: 600;
}
.ilibsecondlink:hover
{
    color:#006dcc;
}


.ilibbiglink
{
    font-size: 18pt;
    font-weight: 600;
    margin:0px;
    padding: 0px;
}
.ilibsmalllink
{
    //font-size: 16pt;
    font-weight: 600;
}
.ilibsmalllink:hover
{
    color:#006dcc;
}
.fl {float: left;}
.fr {float: right;}
.fs6    {font-size: 6pt;}
.fs8    {font-size: 8pt;}
.fs9    {font-size: 9pt;}
.em12 {font-size: 1em;}
.em14 {font-size: 1.16em;}
.em16 {font-size: 1.33em;}
.em18 {font-size: 1.50em;}
.em20 {font-size: 1.66em;}
.fs10   {font-size: 10pt;}
.fs12   {font-size: 12pt;}
.fs14   {font-size: 14pt;}
.fs16   {font-size: 16pt;}
.fs18   {font-size: 18pt;}
.fs20   {font-size: 20pt;}
.fs60   {font-size: 60pt;}
.mi1	{width:175px;height:152px;text-align:center;background-image: url("../img/mainimg/1.png");}
.mi1:hover	{background-image: url("../img/mainimg/1a.png");}
.mi2	{width:175px;height:152px;text-align:center;background-image: url("../img/mainimg/2.png");}
.mi2:hover	{background-image: url("../img/mainimg/2a.png");}
.mi3	{width:175px;height:152px;text-align:center;background-image: url("../img/mainimg/3.png");}
.mi3:hover	{background-image: url("../img/mainimg/3a.png");}

.mi4	{width:175px;height:152px;text-align:center;background-image: url("../img/mainimg/4.png");}
.mi4:hover	{background-image: url("../img/mainimg/4a.png");}
.mi5	{width:175px;height:152px;text-align:center;background-image: url("../img/mainimg/5.png");}
.mi5:hover	{background-image: url("../img/mainimg/5a.png");}
.mi6	{width:175px;height:152px;text-align:center;background-image: url("../img/mainimg/6.png");}
.mi6:hover	{background-image: url("../img/mainimg/6a.png");}

.mi7	{width:175px;height:152px;text-align:center;background-image: url("../img/mainimg/7.png");}
.mi7:hover	{background-image: url("../img/mainimg/7a.png");}
.mi8	{width:175px;height:152px;text-align:center;background-image: url("../img/mainimg/8.png");}
.mi8:hover	{background-image: url("../img/mainimg/8a.png");}
.mi9	{width:175px;height:152px;text-align:center;background-image: url("../img/mainimg/9.png");}
.mi9:hover	{background-image: url("../img/mainimg/9a.png");}

.mi11	{width:175px;height:152px;text-align:center;background-image: url("../img/mainimg/11.png");}
.mi11:hover	{background-image: url("../img/mainimg/11a.png");}

.menuhr {
    width:99%;
    height:6px;
    background: #3383FF;
    color:#000000;
    text-shadow: 1px 1px 2px #ffffff;
    box-shadow: 0 0px 1px 1px rgba(0,0,0,0.4);
    border: solid 1px #ffffff;
    margin:5px 0px 5px 0px; 
}
.w1 {width:1px;}
.w20 {width: 20px;}
.w30 {width: 30px;}
.w50 {width: 50px;}

.w100 {width: 100px;}
.w150 {width: 150px;}
.w186 {width: 186px;};
.w150 {width: 150px;}
.h150 {height: 150px;}
.h5 {height: 5px;}
.h10 {height: 10px;}
.h30 {height: 30px;}
.h40 {height: 40px;}
.h100 {height: 100px;}
.h200 {height: 200px;}
.h250 {height: 250px;}
.h300 {height: 300px;}
.h400 {height: 400px;}
.w200 {width: 200px;}
.w300 {width: 300px;}
.w400 {width: 400px;}
.w600 {width: 600px;}
.w800 {width: 800px;}
.w950 {width: 950px;}
.print_wrap {
    page-break-after:always;
}

@font-face 
{
    font-family: 'imgfont';
    src: url('fonts/imgfont.woff');
    font-weight: normal;
    font-style: normal;
}
.imgfont
{
    font-family: imgfont;
}
.sh_b {
    box-shadow: 0 0px 3px 3px rgba(0,0,0,0.4);
}
.ltp_img {
    box-shadow: 0px 0px 5px 5px rgba(0, 0, 0, 0.6);
    border-radius: 5px;
    margin: 10px 10px 10px 10px;
    border: solid 1px #ffffff;
    cursor:pointer;
}
.ltp_kb {
    //height: 300px;
    width:635px;
    border-radius: 0 0 0px 0px;
    background-color: blue;
    color: #fff;
    text-shadow: 1px 1px 2px #000;
    font-size: 12pt;
    text-transform: uppercase;
    padding: 0px 5px;
    background: linear-gradient(to bottom,  #336DFF 0%,#33CCFF 100%);
    box-shadow: 0 0px 1px 1px rgba(0,0,0,0.4);
    border: solid 1px #ffffff;
}
.ltp_hb
{
    color: #fff;
    text-shadow: 1px 1px 2px #000;
    border-radius: 15px 15px 5px 5px;
    font-family: serif;
    font-size: 12pt;
    font-weight: bold;
    text-transform: uppercase;
    padding: 0px 5px;
    text-align: center;
    background: #336DFF;
    background: linear-gradient(to bottom,  #33CCFF 0%,#336DFF 100%);
    box-shadow: 0 0px 1px 1px rgba(0,0,0,0.4);
    border: solid 1px #ffffff;
}
.ltp_bhb
{
    color: #fff;
    text-shadow: 1px 1px 2px #000;
    border-radius: 5px 5px 15px 15px;
    font-family: serif;
    font-size: 12pt;
    font-weight: bold;
    text-transform: uppercase;
    padding: 0px 5px;
    text-align: center;
    background: #33CCFF;
    box-shadow: 0 0px 1px 1px rgba(0,0,0,0.4);
    border: solid 1px #ffffff;
}
.ltp_kr {
    height: 280px;
    width:635px;
    border-radius: 0 0 25px 25px;
    background-color: blue;
    color: #fff;
    text-shadow: 1px 1px 2px #000;
    font-size: 12pt;
    text-transform: uppercase;
    padding: 0px 5px;
    background: linear-gradient(to bottom,  #FF4B4B 0%,#FFBBBB 100%);
    box-shadow: 0 0px 1px 1px rgba(0,0,0,0.4);
    border: solid 1px #ffffff;
}
.ltp_hr
{
    color: #fff;
    text-shadow: 1px 1px 2px #000;
    border-radius: 15px 15px 5px 5px;
    font-family: serif;
    font-size: 12pt;
    font-weight: bold;
    text-transform: uppercase;
    padding: 0px 5px;
    text-align: center;
    background: #336DFF;
    background: linear-gradient(to bottom,  #FFBBBB 0%,#FF4B4B 100%);
    box-shadow: 0 0px 1px 1px rgba(0,0,0,0.4);
    border: solid 1px #ffffff;
}
#toTop {
//width:100px;
//border:1px solid #ccc;
//background:#f7f7f7;
//text-align:center;
//padding:5px;
position:fixed;
bottom:40px; /* отступ кнопки от нижнего края страницы*/
right:20px;
//cursor:pointer;
display:none;
//color:#333;
//font-family:verdana;
//font-size:11px;
}
#toTopwin {

position:fixed;
bottom:40px; /* отступ кнопки от нижнего края страницы*/
right:60px;
display:none;
z-index: 100000;

}
.ontopline {
    display:none;
    height: 90px;
}
.selectblue {
    
    //color:#772059;
    //width:150px;
    border:1px solid #3385FF;
    background-color:#E8F0F7;
    border-radius:2px 2px 2px 2px;
    
    //appearance:none;
    //overflow:hidden;
    //height:24px;
    //background:#faedf5 url('../img/slike.png') no-repeat right;
}
.fcblue {color:#0645AD;}
.fcred {color:red;}
.fcgreen {color: #9dc32f;}
.bgred {background-image:linear-gradient(to bottom, #FF6600, #FF3300);}
.bgblue {background-color: #2d89b4;}
.bggreen {background-color: #9dc32f;}
.fcwhite {color:#fff;}
.footer_alpha {
    position: fixed;  bottom: 0px;width:100%;
    background-color: #CCE2F0;
    //opacity: 0.8;
    //z-index: 1000;
}
.footer_alpha2 {
    position: fixed;  bottom: 0px;width:100%;
    //background-color: #CCE2F0;
    //opacity: 0.8;
    //z-index: 1000;
}
.act_out {
    background-color:red;
    color:#fff;
    //display:inline-block;
    //position:fixed;bottom:0px;
}
.fonta {
    font-family: "IntelClear", Arial,sans-serif;
    font-weight: 800;
}
@font-face {
    font-family: "IntelClear";
    font-style: normal;
    
    src: url("fonts/intelclear_lt.woff") format("woff");
}
.ramka_img_blue {
    text-shadow: 1px 1px 2px #000,2px 2px 20px #000,2px 2px 20px #000,2px 2px 20px #000,2px 2px 20px #000,2px 2px 20px #000;
    box-shadow: 0 0px 3px 3px rgba(0,0,0,0.4);
    border: solid 2px #ffffff;
    
}
.ramka_img_blue:hover {
    box-shadow: 0 0px 1px 1px rgba(0,0,0,0.4);
    border: solid 2px #33CCFF;
    text-shadow: 1px 1px 2px #000,2px 2px 20px #000,2px 2px 20px #000,2px 2px 20px #000,2px 2px 20px #000,2px 2px 20px #000;
}
.ramka_img_blue0 {
    text-shadow: 1px 1px 2px #000,2px 2px 20px #000,2px 2px 20px #000,2px 2px 20px #000,2px 2px 20px #000,2px 2px 20px #000;
    box-shadow: 0 0px 3px 3px rgba(0,0,0,0.4);
    border: solid 2px #ffffff;
    
}
h1 {
     margin:12pt;
     font-size: 16pt;
  padding: 0px;
  line-height: 0;
  font-weight: normal;
}

.bg_red {background-color: #FFBBBB;}
.bg_blue {background-color: #CBE1EF;}

.td_style_head {
    color: #000000;
    font-weight: 700;
    background-color:#D7D7D7;
   
}
.td_style_row {
    color: #000000;
    font-weight: 700;
    background-color: #ffffff;
}

.td_red_row {
    color: #000000;
     text-decoration: none;
    text-shadow: 0 1px 0 rgba(255, 255, 255, 0.2);
    padding: 5px 5px 5px 5px;
    font-weight: 700;
    background-color: #ffbbbb;
}

.td_red_row:hover {
    /*color: white;*/
    text-shadow: 0 1px 0 rgba(0, 0, 0, 0.2);
    background-color: #fca6a6;
}

.td_red_row0 {
    color: #000000;
    text-decoration: none;
    text-shadow: 0 1px 0 rgba(255, 255, 255, 0.2);
    padding: 5px 5px 5px 5px;
    font-weight: 700;
    background-color: #ffbbbb;
}
.tbl_pw {
    padding: 5px 5px 5px 5px;
    //margin: 0 0 5px 0;
    background-color: #fff;
}
.td_style_row:hover {
    
    
   color: #000000;
      
    font-weight: 700;
    background-color:#D7D7D7;
}
.td_style_row0 {
    color: #000000;
    //font-weight: 700;
    background-color: #ffffff;
}
.nb {
    font-weight: 300;
}
.fcs {
    color: #000;
    font-family: "PT Sans Narrow", "Arial Narrow", Arial, Helvetica, sans-serif;
    text-decoration: none;
    text-shadow: 0 1px 0 rgba(0, 0, 0, 0.2);
}
@media print  {
    .noprint {display:none;}
    .fcs {color: #000;}
    .td_style_head {
        color: black;
          //font-family: "PT Sans Narrow", "Arial Narrow", Arial, Helvetica, sans-serif;
          font-family: serif;
          text-decoration: none;
          //text-shadow: 0 1px 0 rgba(0, 0, 0, 0.2);
        padding: 5px 5px 5px 5px;
        //margin: 0 0 5px 0;
        background-image: #fff;
        //box-shadow: 0px 0px 2px 2px rgba(0, 0, 0, 0.6);
        //border: none;
        font-weight: 400;
    
    }
    .tbl_pw {
        padding: 0px;
        background-color: #fff;
    }
    .td_style_row0 {
        color: #000;
        //font-family: "PT Sans Narrow", "Arial Narrow", Arial, Helvetica, sans-serif;
        font-family: serif;
        //text-decoration: none;
        //text-shadow: 0 1px 0 rgba(255, 255, 255, 0.2);
        padding: 5px 5px 5px 5px;
        font-weight: 400;
        background-color: #fff;
    }
    .b {font-weight: 700;}
    .tblwhite {background-color: #ffffff;border: 1px solid #000;border-radius: 0px;box-shadow: 0 0px 0px 0px rgba(0,0,0,0);margin:auto;}
}

.css_top_tbl {
    //position: fixed;  
    margin:5px;
}
.css_main_tbl {
    padding:180px 0 0 0;
    margin:0px;
}
.css_main_tbl0 {
    padding:0px 0 0 0;
    margin:0px;
}
@media (max-width: 1200px) {
    .css_top_tbl {
        position: static;  
        margin:5px;
    }
    .css_main_tbl {
        padding:0px 0 0 0;
        margin:0px;
    }
    
    
}

.console, .node_console,.act_console{
    height:300px;
    background-color:#000;
    color:#FEC006;
    border: 1px solid #FEC006;
    overflow-y: auto;
    overflow-x: hidden;
    padding: 5px;
    border-radius: 8px;
    font-size: 14px;
    width:300px;
    font-family: ptmono;
    word-wrap: break-word;
    overflow-wrap: break-word;
}
.consolep100,.node_consolep100 {
    width:600px;
}
.consolebtn {
    background-color:#000;
    color:#FEC006;
    border: 1px solid #FEC006;
    padding: 5px;
    border-radius: 8px;
    
    
    font-family: ptmono;
}
.consolebox,.node_io,.act_consolebox {
    position:fixed;
    bottom:50px;
    left:0px;
    z-index:100000;display: none;
    
}
.console_bar {
    position:fixed;
    bottom:0px;
    left:0px;
    z-index:100000;
    
    
}
.clog_p {
    text-indent: -25px;
    padding-left: 20px;
}
.clog_s {
    text-indent: -20px;
    padding-left: 40px;
    padding-top: 0;
    padding-bottom: 0;
}
label input[type="checkbox"] {display: none;}
label input ~ span{color: #8C5B2D;    display: inline;user-select: none;cursor: pointer;}
label input[type="checkbox"] ~ span i.far.fa-square{display: inline;}
label input[type="checkbox"] ~ span i.far.fa-check-square{display: none;}
label input[type="checkbox"]:checked ~ span i.far.fa-square{display: none;}
label input[type="checkbox"]:checked ~ span i.far.fa-check-square{display: inline;font-weight: bold;}
label input[type="checkbox"]:checked ~ span{color: #492C15;;    display: inline;font-weight: bold;}

label input[type="radio"] {display: none;}
label input ~ span{color: #8C5B2D;   display: inline;user-select: none;cursor: pointer;}
label input[type="radio"] ~ span i.far.fa-circle{display: inline;}
label input[type="radio"] ~ span i.far.fa-check-circle{display: none;}
label input[type="radio"]:checked ~ span i.far.fa-circle{display: none;}
label input[type="radio"]:checked ~ span i.far.fa-check-circle{display: inline;font-weight: bold;}
label input[type="radio"]:checked ~ span{color: #492C15;    display: inline;font-weight: bold;}



#body {
    background: #251C1D url(../../../img/new/bg-pattern2.png);
    color: #414141;
    
    
}
.body_bg {
    //background: url("../../../img/fonlib.jpg") repeat-y;
    /*background-attachment: fixed;*/
    margin:0px;
    padding: 0px;
    //background-size: 100%;

}
.window {
    box-shadow: 0px 0px 34px 14px rgba(0, 0, 0, 0.6);
    padding: 0px;
    
    background: none;
    /*margin: 10px 10px 20px 10px;*/
    //display:inline-block;
    border-radius: 10px 10px 10px 10px;
}
p {
    margin-bottom: 0.5em;
    padding: 0px;
    text-indent: 30px; 
}
.mainsrc2 {
    box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0.6);
    padding: 0px;
    
    background: none;
    /*margin: 10px 10px 20px 10px;*/
    //display:inline-block;
    border-radius: 10px 10px 10px 10px;
    z-index:2;
}
.snew2:before {
    content: 'Нов➧';
    padding: 0px 0px 0px 0px;
    /*position: absolute;*/
    color: #ffbbbb;
    
    
}
.mainsrc22 {
    box-shadow: 0px 0px 2px 2px rgba(0, 0, 0, 0.6);
    padding: 5px 5px 25px 5px;
    border-radius: 5px;
    background: rgba(255, 255, 255, 0.6);
    margin: 10px 10px 20px 10px;
}
.userfoto {
    border: 2px solid #33CCFF;
    border-radius: 10px;
    box-shadow: 0 0 3px 3px rgba(0,0,0,0.6);
    height:100px;
}
.newbanfoto {
    //border: 2px solid #33CCFF;
    //border-radius: 10px;
    //background-image: linear-gradient(to bottom, #D1E3F1, #C1D1E0);
    //box-shadow: 0 0 3px 3px rgba(0,0,0,0.6);
     //background: url('../../../img/header.png') 0 0 repeat;
    height:150px;
}
.userfotochat {
    border: 2px solid #33CCFF;
    border-radius: 10px;
    box-shadow: 0 0 3px 3px rgba(0,0,0,0.6);
    height:100px;
    margin: 5px 5px 5px 5px;
}
.window_head {
    
    font-family: "PT Sans Narrow", "Arial Narrow", Arial, Helvetica, sans-serif;
    font-size: 18px;
    font-weight: bold;
    line-height: 23px;
    text-decoration: none;
    text-shadow: 0 1px 0 rgba(0, 0, 0, 0.2);
    padding: 5px 5px 5px 5px;
    margin: 0 0 0px 0;
    text-align: center;
    
    border: none;
    border-radius: 10px 10px 0px 0px;
    
    /*background-image: linear-gradient(#3b3233,#352d2e 20%,#302929);*/
    background-color: #DBD7CD;
    color: #000;
    border-bottom: 1px solid #1B1919;
/*    text-shadow: -1px -1px 1px rgba(0,0,0,0.4);*/
    font-family: Helvetica, Arial, Sans-Serif;
    
    
    
}
.window_head_r {
    color: white;
    font-family: "PT Sans Narrow", "Arial Narrow", Arial, Helvetica, sans-serif;
    font-size: 18px;
    font-weight: bold;
    line-height: 23px;
    text-decoration: none;
    text-shadow: 0 1px 0 rgba(0, 0, 0, 0.2);
    padding: 5px 5px 5px 5px;
    margin: 0 0 0px 0;
    text-align: center;
    background-image: linear-gradient(to bottom, #FF6600, #FF3300);
    border: none;
    border-radius: 10px 10px 0px 0px;
}

.sot_b {
    color: white;
    font-family: "PT Sans Narrow", "Arial Narrow", Arial, Helvetica, sans-serif;
    font-size: 18px;
    font-weight: bold;
    line-height: 23px;
    text-decoration: none;
    text-shadow: 0 1px 0 rgba(0, 0, 0, 0.2);
    padding: 5px 5px 5px 5px;
    margin: 10px 0 10px 0;
    text-align: center;
    background-color: white;
    border: none;
    height: 10px;
    border-radius: 0px 0px 10px 10px;
}
.window_src {
    padding: 5px 5px 5px 5px;
    border: none;
    overflow-y: auto;
    overflow-x: auto;
}
.mainsrcdata {
    padding: 5px 5px 5px 5px;
/*    background: rgba(255, 255, 255, 0.6);*/
    border: none;
}

.window_bottom,.mainsrc_bottom {
    height:10px;
    padding: 0px 15px 5px 5px;
    background-color: #ffffff;
    display: block;
    border: none;
    border-radius: 0px 0px 10px 10px;
}
.w_msg {
    box-shadow: 0px 0px 2px 2px rgba(0, 0, 0, 0.6);
    padding: 5px;
    border-radius: 1px;
    background: #F9FEFE none repeat scroll 0% 0%;
    margin: 10px 0px 0px 0px;
    display:inline-block; 
    font-family: "PT Sans Narrow", "Arial Narrow", Arial, Helvetica, sans-serif;
    font-size: 10pt;
    color: #297ca3;
    font-weight: bold;
    z-index: 10000;
}
.w_msg_head_blue {
    border-radius: 1px;
    color: white;
    font-family: "PT Sans Narrow", "Arial Narrow", Arial, Helvetica, sans-serif;
    font-size: 10pt;
    font-weight: bold;
    /*line-height: 23px;*/
    text-decoration: none;
    text-shadow: 0 1px 0 rgba(0, 0, 0, 0.2);
    padding: 1px 0px 1px 0px;
    margin: 0 0 5px 0;
    text-align: center;
    background-image: linear-gradient(to bottom, #2d89b4, #297ca3);
    box-shadow: 0px 0px 2px 2px rgba(0, 0, 0, 0.6);
    border: none;
}
.w_msg_head_orange {
    border-radius: 1px;
    color: #000;
    font-family: "PT Sans Narrow", "Arial Narrow", Arial, Helvetica, sans-serif;
    font-size: 10pt;
    font-weight: bold;
    /*line-height: 23px;*/
    text-decoration: none;
    text-shadow: 0 1px 0 rgba(0, 0, 0, 0.2);
    padding: 1px 0px 1px 0px;
    margin: 0 0 5px 0;
    text-align: center;
    background-image: linear-gradient(to bottom, #FEC006, #FEC006);
    box-shadow: 0px 0px 2px 2px rgba(0, 0, 0, 0.6);
    border: none;
}


.mainsrc {
    box-shadow: 0px 0px 4px 4px rgba(0, 0, 0, 0.6);
    padding: 5px 5px 25px 5px;
    border-radius: 1px;
    margin: 10px 10px 20px 10px;
    
    
}
.header_mainsrc {
    
    
    
    box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0.0);
    
    
    color: #fff;
    font-family: "PT Sans Narrow", "Arial Narrow", Arial, Helvetica, sans-serif;
    font-size: 18px;
    font-weight: bold;
    line-height: 23px;
    text-decoration: none;
    text-shadow: 0 2px 0 rgba(0, 0, 0, 0.2);
    padding: 5px 5px 5px 5px;
    margin: 0 0 0px 0;
    text-align: center;
    background-image: linear-gradient(to bottom, #2d89b4, #297ca3);
    //background: url('../../../img/header.png') 0 0 repeat;
    //background: url(../../../img//nav.png) 0 bottom repeat-x;
    border: none;
    border-radius: 10px 10px 0px 0px;
    text-transform: uppercase;
    
}
.header_mainsrc_r {
    
    
    
    box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0.0);
    
    
    color: white;
    font-family: "PT Sans Narrow", "Arial Narrow", Arial, Helvetica, sans-serif;
    font-size: 18px;
    font-weight: bold;
    line-height: 23px;
    text-decoration: none;
    text-shadow: 0 1px 0 rgba(0, 0, 0, 0.2);
    padding: 5px 5px 5px 5px;
    margin: 0 0 0px 0;
    text-align: center;
    background-image: linear-gradient(to bottom, #FF6600, #FF3300);
    border: none;
    border-radius: 10px 10px 0px 0px;
    text-transform: uppercase;
    
}

.left_menu {
    box-shadow: 0px 0px 5px 5px rgba(0, 0, 0, 0.6);
    padding: 5px;
    border-radius: 1px;
    margin: 10px 10px 20px 10px;
    width:200px;
    /*height:400px;*/
    display: none;
}
.header_left_menu {
    color: #fff;
    text-shadow: 1px 1px 2px #000;
    border-radius: 1px;
    font-family: serif;
    font-size: 12pt;
    font-weight: bold;
    text-transform: uppercase;
    padding: 0px 5px;
    text-align: center;
    background: #336DFF;
    /*background: linear-gradient(to bottom,  #33CCFF 0%,#336DFF 100%);*/
    box-shadow: 0 0px 1px 1px rgba(0,0,0,0.4);
    border: solid 1px #ffffff;
}
.btn14 {
    font-size: 14px;
    padding:1px 3px 1px 3px;
    margin:2px 2px 0px 2px; 
    display:inline-block;
    font-family: serif;
    text-align:center;
    border-radius: 1px;
}
.top_menu {
    text-align: center;
    
    width:100%;
    /*background-color: #0ba6e3;*/
}

#navigation_bar { 
    background:#e6e6e6 url(http://rttheme12.templatemints.com/wp-content/themes/rttheme12/images/4/border.gif) left repeat-y;
}
  
#navigation_bar {
    padding:0 20px;
    display:block;
    position:relative;
    width:940px;
    margin:0 0 10px 0;
    z-index:60;
}

.main_txt_cdo {
    color: #2F90BD;
    font-family: "PT Sans Narrow", "Arial Narrow", Arial, Helvetica, sans-serif;
    font-size: 20pt;
    font-weight: bold;
    line-height: 23px;
    text-decoration: none;
    text-shadow: 0 1px 0 rgba(0, 0, 0, 0.2);
    padding: 5px 5px 5px 0;
    margin: 0 0 5px 0;
}
.main_txt_cdo div{
    color: #2F90BD;
    font-family: "PT Sans Narrow", "Arial Narrow", Arial, Helvetica, sans-serif;
    font-size: 16pt;
    font-weight: bold;
    line-height: 23px;
    text-decoration: none;
    text-shadow: 0 1px 0 rgba(0, 0, 0, 0.2);
    padding: 5px 5px 5px 0;
    margin: 0 0 5px 0;
}
.news_header {
    color: #4B4243;
    font-family: "PT Sans Narrow", "Arial Narrow", Arial, Helvetica, sans-serif;
    font-size: 25px;
    font-weight: bold;
    text-decoration: none;
    text-shadow: 0 1px 0 rgba(0, 0, 0, 0.2);
    margin-left: 10px;
    text-indent: 0px;
}
.new_ban {
    width: 200px;
    height: 150px;
    //border-radius: 8px;
     color: #000;
    font-family: "PT Sans Narrow", "Arial Narrow", Arial, Helvetica, sans-serif;
    font-size: 18px;
    font-weight: bold;
    text-decoration: none;
    text-shadow: 0 2px 0 rgba(0, 0, 0, 0.3);
    padding: 5px 5px 5px 5px;
    margin: 0 0 5px 0;
    text-align: center;
    //background: #2F90BD;/*#336DFF;*/
    background: url('../../../img/header.png') 0 0 repeat;
    /*box-shadow: 0 0px 1px 1px rgba(0,0,0,0.4);*/
    //box-shadow: 0px 0px 2px 2px rgba(0, 0, 0, 0.6);
    border: none;
}
.btnr,.btnr0,
.btnb,.btnb0,
.btno,.btno0,
.btngr,.btngr0,
.btnst,.btnst0,
.btng,.btng0,
.btnw,.btnw0 {
    border-radius: 2px;
    /*font-family: "PT Sans Narrow", "Arial Narrow", Arial, Helvetica, sans-serif;*/
    font-family: 'NovecentoWideBold', Helvetica, Arial, sans-serif;
    font-size: 12px;
    font-weight: bold;
    text-decoration: none;
    text-shadow: 0 1px 0 rgba(0, 0, 0, 0.2);
    padding: 1px 5px 1px 5px;
    margin: 2px 2px 2px 2px;
    text-align: center;
    box-shadow: 0px 0px 2px 2px rgba(0, 0, 0, 0.6);
    border: none;
    cursor: pointer;
    display:inline-block;
    /*border: solid 1px #000;*/
}
.btno0,.btnb0,.btnr0,.btng0,.btnw0,.btnst0,.btngr0 {box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0.6);padding: 3px 5px 3px 5px;border-radius: 2px;}
.btnb0,.btng0,.btno0,.btnr0,.btnw0,.btnst0,.btngr0 {cursor: default;}

.btnb,.btnb0 {color: white;background-image: linear-gradient(to bottom, #3298c8, #2e8cb8);}
.btnb:hover {background-image: linear-gradient(to bottom, #2d89b4, #297ca3);}

.btno,.btno0 {color: #fff;background-image: linear-gradient(to bottom, #EF6D36, #EE8D66);}
.btnso:hover,.btno:hover {background-image: linear-gradient(to bottom, #EE8D66, #EF6D36);}

.btnst,.btnst0 {color: #fff;text-shadow: 1px 1px 1px #333;background-image: linear-gradient(to bottom, #492C15, #87582B);}
.btnst:hover {background-image: linear-gradient(to bottom, #87582B, #492C15);}
.btngr,.btngr0 {color: #fff;background-image: linear-gradient(to bottom, #E6E6E6, #D8D8D8);}
.btngr:hover {background-image: linear-gradient(to bottom, #D8D8D8, #848484);}



.btng,.btng0 {color: white;background-image: linear-gradient(to bottom, #9dc32f, #9dc32f);}
.btng:hover {background-image: linear-gradient(to bottom, #6a9a24, #6a9a24);}

.btnr,.btnr0 {color: #fff;background-image: linear-gradient(to bottom, #ffbbbb, #fca9a9);}
.btnr:hover {background-image: linear-gradient(to bottom, #edaab0, #ed9ea5);}
.btnw,.btnw {color: #3298c8;background-image: linear-gradient(to bottom, #ffffff, #fffafa);}
.btnw:hover {color: #fff;background-image: linear-gradient(to bottom, #2d89b4, #297ca3);}


.wh50 {
    width:50px;
    height: 50px;
}

.h50 {
    height: 50px;
}

.newsnfix {
    padding: 5px;
    margin: 5px;
    border-radius: 5px;
    background-color: #FEC107;
    box-shadow: 0px 0px 2px 2px rgba(0, 0, 0, 0.6);
}
.newsn {
    padding: 5px;
    margin: 5px;
    //border-radius: 5px;
    //background-color: #f2f2f2;
    //box-shadow: 0px 0px 2px 2px rgba(0, 0, 0, 0.6);
}
.newsnr {
    padding: 5px;
    margin: 5px;
    //border-radius: 5px;
    /*background-color: #f2f2f2;*/
    background-color: rgba(255,0,0,0.2);
    box-shadow: 0px 0px 2px 2px rgba(0, 0, 0, 0.6);
}
.c0 {
    cursor: default;
}


.img_over {
    box-shadow: 0px 0px 5px 5px rgba(0, 0, 0, 0.6);
    border-radius: 5px;
    margin: 10px 10px 10px 10px;
    border: solid 1px #ffffff;
    cursor:pointer;
}
.img_over:hover {
    
    box-shadow: 0px 0px 5px 5px rgba(47, 144, 189, 1);
    /*
    //box-shadow: 0 0 18px #000 inset ;
    //box-shadow: 0px 0px 5px 5px rgba(51, 195, 255, 0.6);
    */
}
.img_over_ok {
    box-shadow: 0px 0px 5px 5px rgba(0, 0, 0, 0.6);
    border-radius: 5px;
    margin: 10px 10px 10px 10px;
    border: solid 1px #ffffff;
}
.edblock a:before,.links a:before{
    content: '➤ ';
}
.edblock a,.links a {
    /*color:rgb(0, 0, 255);*/
    
    /*color: #2F90BD;*/
    color: #2D88B3;
    text-shadow: 1px 1px 2px #ffffff;
    cursor: pointer;
    padding:0px 5px 0px 5px;
    margin:2px 2px 2px 2px; 
    font-family: "PT Sans Narrow", "Arial Narrow", Arial, Helvetica, sans-serif;
    text-align:center;
    font-weight: 700;
    text-decoration: underline;
}
.edblock a:hover,.links a:hover {
    /*
    //background: #b8ff72;
    
    //background: linear-gradient(to bottom,  #b8ff72 0%,#85ff0c 100%);
    */
    color:#00a0dc;
}

.ilibbiglink {
    color: #2F90BD;
    font-size: 18pt;
    font-weight: 600;
    margin:0px;
    padding: 0px;
    font-family: "PT Sans Narrow", "Arial Narrow", Arial, Helvetica, sans-serif;
    cursor:default;
}
.ilibsmalllink {
    color: #2F90BD;
    /*font-size: 16pt;*/
    font-weight: 600;
    font-family: "PT Sans Narrow", "Arial Narrow", Arial, Helvetica, sans-serif;
}
.ilibsmalllink:hover {
    color:#00a0dc;
    /*color:#006dcc;*/
}


.top_new_box {
   /*
    box-shadow: 0px 0px 2px 2px rgba(0, 0, 0, 0.6);
    padding: 5px 5px 5px 5px;
    border-radius: 5px;
    background: rgba(255, 255, 255, 0.6);
    margin: 10px 10px 20px 10px;
    */
    margin:50px 0 0 0;
}

.boxo,.boxg,.boxb,.boxr,.box {
    /*width: 120px;*/
    /*height: 80px;*/
    display: table-cell;
    /*float:left;*/
    font-weight: 600;
    font-size: 12pt;
    text-align: center;
    box-shadow: 0px 0px 2px 2px rgba(0, 0, 0, 0.6);
    font-family: "PT Sans Narrow", "Arial Narrow", Arial, Helvetica, sans-serif;
    vertical-align: middle;
    transition:.5s ease-in-out;
    border-radius: 3px;
    padding: 0 10px 0 10px;
    
}
.boxo0,.boxg0,.boxb0,.boxr0,.box0 {
    /*width: 120px;*/
    /*height: 80px;*/
    display: table-cell;
    /*float:left;*/
    font-weight: 600;
    font-size: 12pt;
    text-align: center;
    box-shadow: 0px 0px 2px 2px rgba(0, 0, 0, 0.6);
    font-family: "PT Sans Narrow", "Arial Narrow", Arial, Helvetica, sans-serif;
    vertical-align: middle;
    transition:.5s ease-in-out;
    border-radius: 3px;
    padding: 0 10px 0 10px;
    
}
.boxo:hover,.boxg:hover,.boxb:hover,.boxr:hover,.box:hover {
    cursor: pointer;
    text-shadow: 1px 1px 2px #000;
    filter: drop-shadow(5px 5px 5px #222);
}


.boxo {background-color: #FEC006;color: #fff;}
.boxo:hover {box-shadow: 0px 0px 2px 2px rgba(0, 0, 0, 0.6) inset, 0px 0px 2px 2px #FEC006;}
.boxg {background-color: #8AC249;color: #fff;}
.boxg:hover {box-shadow: 0px 0px 2px 2px rgba(0, 0, 0, 0.6) inset, 0px 0px 2px 2px #8AC249;}
.boxb {background-color: #2D89B4;color: #fff;}
.boxb:hover {box-shadow: 0px 0px 2px 2px rgba(0, 0, 0, 0.6) inset, 0px 0px 2px 2px #2D89B4;}
.boxr {background-color: #FFBBBB;color: #fff;}
.boxr:hover {box-shadow: 0px 0px 2px 2px rgba(0, 0, 0, 0.6) inset, 0px 0px 2px 2px #FFBBBB;}


.boxm1 {
    display: inline-block;
    margin: 5px;
        
}
.sfont {
    color: #2F90BD;
    font-family: "PT Sans Narrow", "Arial Narrow", Arial, Helvetica, sans-serif;
    text-shadow: 0 1px 0 rgba(0, 0, 0, 0.2);
    /*
    //padding: 5px 5px 5px 0;
    //margin: 0 0 5px 0;
    */

}

.td_style_head {
    
    
    color: white;
      font-family: "PT Sans Narrow", "Arial Narrow", Arial, Helvetica, sans-serif;
      text-decoration: none;
      text-shadow: 0 1px 0 rgba(0, 0, 0, 0.2);
    padding: 5px 5px 5px 5px;
    font-weight: 700;
    background-image: linear-gradient(to bottom, #5B391B, #8C5B2D);
    /*
    //margin: 0 0 5px 0;
    //box-shadow: 0px 0px 2px 2px rgba(0, 0, 0, 0.6);
    //border: none;
    */
}
.td_style_head_bottom {
    color: white;
    font-family: "PT Sans Narrow", "Arial Narrow", Arial, Helvetica, sans-serif;
    text-decoration: none;
    text-shadow: 0 1px 0 rgba(0, 0, 0, 0.2);
    padding: 5px 5px 5px 5px;
    background-image: linear-gradient(to bottom, #2d89b4, #297ca3);
    //border: none;
    border-color: #2d89b4;
    /*
    //margin: 0 0 5px 0;
    //box-shadow: 0px 0px 2px 2px rgba(0, 0, 0, 0.6);
    
    */
}
.nb {
    font-weight: 300;
}

.td_red_row {
    color: #297ca3;
    font-family: "PT Sans Narrow", "Arial Narrow", Arial, Helvetica, sans-serif;
    text-decoration: none;
    text-shadow: 0 1px 0 rgba(255, 255, 255, 0.2);
    padding: 5px 5px 5px 5px;
    font-weight: 700;
    background-color: #ffbbbb;
}

.td_red_row:hover {
    /*color: white;*/
    text-shadow: 0 1px 0 rgba(0, 0, 0, 0.2);
    background-color: #fca6a6;
}
.td_red_row0 {
    color: #297ca3;
    font-family: "PT Sans Narrow", "Arial Narrow", Arial, Helvetica, sans-serif;
    text-decoration: none;
    text-shadow: 0 1px 0 rgba(255, 255, 255, 0.2);
    padding: 5px 5px 5px 5px;
    font-weight: 700;
    background-color: #ffbbbb;
}
.tbl_pw {
    padding: 5px 5px 5px 5px;
    background-color: #fff;
    border-radius: 5px 5px 5px 5px;
}
input {
    color: #492C15;
    font-size: 12pt;
    /*font-family: "PT Sans Narrow", "Arial Narrow", Arial, Helvetica, sans-serif;*/
    text-decoration: none;
    text-shadow: 0 1px 0 rgba(255, 255, 255, 0.2);
    padding: 2px 5px 2px 5px;
    font-weight: 700;
    background-color: #fff;
    border: 1px solid #492C15;
}
textarea, .textarea {
    color: #492C15;
    font-size: 12pt;
    /*font-family: "PT Sans Narrow", "Arial Narrow", Arial, Helvetica, sans-serif;*/
    text-decoration: none;
    text-shadow: 0 1px 0 rgba(255, 255, 255, 0.2);
    padding: 2px 5px 2px 5px;
    font-weight: 700;
    background-color: #fff;
    border: 1px solid #492C15;
}
 
select {
    color: #492C15;
    /*font-family: "PT Sans Narrow", "Arial Narrow", Arial, Helvetica, sans-serif;*/
    text-decoration: none;
    font-size: 12pt;
    text-shadow: 0 1px 0 rgba(255, 255, 255, 0.2);
    padding: 2px 5px 2px 5px;
    font-weight: 700;
    background-color: #fff;
    border: 1px solid #492C15;
}
.fcs {color: #6A4421;font-family: "PT Sans Narrow", "Arial Narrow", Arial, Helvetica, sans-serif;
      text-decoration: none;
      text-shadow: 0 1px 0 rgba(0, 0, 0, 0.2);}
.fcsw {color: #ffffff;font-family: "PT Sans Narrow", "Arial Narrow", Arial, Helvetica, sans-serif;
      text-decoration: none;
      text-shadow: 0 1px 0 rgba(0, 0, 0, 0.2);}

@media print  {
    .fcs {color: #000;font-family: serif;}
    .print_tnr {font-family: serif;}
    .td_style_head {
        color: black;
          /*font-family: "PT Sans Narrow", "Arial Narrow", Arial, Helvetica, sans-serif;*/
          font-family: serif;
          text-decoration: none;
          /*text-shadow: 0 1px 0 rgba(0, 0, 0, 0.2);*/
        padding: 5px 5px 5px 5px;
        /*margin: 0 0 5px 0;*/
        background-image: #fff;
        /*
        //box-shadow: 0px 0px 2px 2px rgba(0, 0, 0, 0.6);
        //border: none;
        */
        font-weight: 400;
    
    }
    .tbl_pw {
        padding: 0px;
        background-color: #fff;
    }
    .td_style_row0 {
        color: #000;
        font-family: serif;
        padding: 5px 5px 5px 5px;
        font-weight: 400;
        background-color: #fff;
    }
    .b {font-weight: 700;}
    .fs40 {font-size: 40pt;}
}
.fs6    {font-size: 6pt;}
.fs8    {font-size: 8pt;}
.fs9    {font-size: 9pt;}
.fs10 {font-size: 10pt;}
.fs12 {font-size: 12pt;}
.fs14 {font-size: 14pt;}
.fs16 {font-size: 16pt;}
.fs18 {font-size: 18pt;}
.fs20 {font-size: 20pt;}
.fs25 {font-size: 25pt;}
.fs30 {font-size: 30pt;}
.fs40 {font-size: 40pt;}
.fs60   {font-size: 60pt;}


.footer_alpha2 {position: static;}
.top_st {position: static;}
.top_new_box3 {position: static;}
@media (min-width: 768px) {
     .top_new_box3 {position: fixed; width:100%;left:220px;}
     .footer_alpha2 {position: fixed;  bottom: 0px;width:100%;}
     .top_st {position: fixed;  top: 0px;width:100%;text-align:center;z-index:20;}
}

.top_menu_up {
    color: white;
    font-family: "PT Sans Narrow", "Arial Narrow", Arial, Helvetica, sans-serif;
    font-size: 18px;
    font-weight: bold;
    text-decoration: none;
    text-shadow: 0 1px 0 rgba(0, 0, 0, 0.2);
    /*display: inline-block;*/
    background-image: linear-gradient(to bottom, #3298c8, #2e8cb8);
    border: none;
    /*border-radius: 0px 0px 8px 8px;*/
    width: 100%;
    text-align: left;
   
}
.main_menu_top_fon {
    border-radius: 8px 8px 8px 8px;
    //background-color: #3298c8;
    background: url('../../../img/header.png') 0 0 repeat;
}
.main_menu_top_fon_b {
    border-radius: 0px 0px 8px 8px;
    //background-color: #fff;
    background: url('../../../img/header.png') 0 0 repeat;
    height: 8px;
}

.top_menu_st {
    //color: white;
    color: #2F91BF;
    font-family: "PT Sans Narrow", "Arial Narrow", Arial, Helvetica, sans-serif;
    font-size: 30pt;
    //height: 100px;
    font-weight: bold;
    text-decoration: none;
    //text-shadow: 0 2px 0 rgba(47, 143, 188, 1);
    text-shadow: 1px 1px 2px white, 0 0 1em #2f8fbc;
    //display: inline-block;
    //background-image: linear-gradient(to bottom, #3298c8, #1b76a0);
    //background: url('../../../img/header.png') 0 0 repeat;
    //border: none;
    //border-radius: 8px;
    width: 100%;
    margin:20px 0 20px 0;
    text-align: center;
   
}
.top_menu_down {
    color: #3298c8;
    font-family: "PT Sans Narrow", "Arial Narrow", Arial, Helvetica, sans-serif;
    font-size: 16px;
    font-weight: bold;
    
    text-decoration: none;
    text-shadow: 0 1px 0 rgba(0, 0, 0, 0.2);
    display: inline-block;
    background-color: #fff;
    border: none;
    width: 100%;
    text-align: left;
    border-radius: 0px 0px 8px 8px;
}
.top_menu_down0 {
    
    width: 210px;
    text-align: center;
    
    
}
.top_menu_item {
    padding-left: 10px;
    padding-right: 10px;
    padding-top: 10px;
    border-left: 1px solid transparent;
    border-image: linear-gradient(to bottom, #2d89b4 0%, #297ca3 100%);
    border-image-slice: 1;
    height: 35px;
    cursor: pointer;
    //border-radius: 8px 8px 0 0;
    /*display: table-cell;*/
    vertical-align: middle;
}
.top_menu_item:hover {
    background-image: linear-gradient(to bottom, #2d89b4, #297ca3);
    /*color: #2d89b4;*/
    color:#fff;
   /*background-image: linear-gradient(to bottom, #fff, #fff);*/
   //border-radius: 8px 8px 0 0;
}
.top_menu_item_s {
    /*background-image: linear-gradient(to bottom, #2d89b4, #297ca3);*/
    color: #2d89b4;
   background-image: linear-gradient(to bottom, #fff, #fff);
   //border-radius: 8px 8px 0 0;
}
.top_menu_item_s0 {
    /*background-image: linear-gradient(to bottom, #2d89b4, #297ca3);*/
    color: #2d89b4;
   background-image: linear-gradient(to bottom, #fff, #fff);
   /*border-radius: 8px 8px 0 0;*/
}
.top_menu_item_s0l {
    padding-left: 10px;
    padding-right: 10px;
    padding-top: 10px;
    border-left: 1px solid transparent;
    color: #2d89b4;
    font-size: 16pt;
    width: 200px;
    background-image: linear-gradient(to bottom, #fff, #fff);
    border-image-slice: 1;
    height: 35px;
    //border-radius: 8px 8px 0 0;
    
    
 }
.top_menu_item_f {
    border-left: 0px solid transparent;

}
.top_menu_item_f:hover {
    border-radius: 8px 0px 0px 0px;
}


.top_menu_item_d {
    padding-left: 10px;
    padding-right: 10px;
    border-right: 1px solid transparent;
    border-image: linear-gradient(to bottom, #2d89b4 0%, #297ca3 100%);
    border-image-slice: 1;
    color: #2d89b4;
    height: 23px;
    cursor: pointer;
    display: table-cell;
    vertical-align: middle;
}
.top_menu_item_d:hover {
   color: #fff;
   background-image: linear-gradient(to bottom, #2d89b4, #297ca3);
}
.top_menu_item_f_d {
    border-left: 0px solid transparent;

}
.top_menu_item_f_d:hover {
    border-radius: 0px 0px 0px 8px;
}


.top_menu_item2 {
    padding-left: 10px;
    padding-right: 10px;
    //padding-top: 10px;
    //border-left: 1px solid transparent;
    //border-image: linear-gradient(to bottom, #2d89b4 0%, #297ca3 100%);
    //border-image-slice: 1;
    height: 23px;
    font-family: "PT Sans Narrow", "Arial Narrow", Arial, Helvetica, sans-serif;
    cursor: pointer;
    vertical-align: middle;
}
.top_menu_item2:hover {
    //background-image: linear-gradient(to bottom, #2d89b4, #297ca3);
    //color:#fff;
  // border-radius: 8px 8px 0 0;
}



.wh100200 {
    width:200px;
    height: 200px;
    margin:5px 5px 5px 5px;
}
.rsp_urok0 {
    border-radius: 3px;
    padding: 0 5px 0 5px;
    margin-bottom: 15px;
    margin-top: 15px;
    background-color: #33CCFF;
    box-shadow: 0px 0px 2px 2px rgba(0, 0, 0, 0.6); 
    color: white;
}
.mail_count_nr {
    background-image: linear-gradient(to bottom, #FF6600, #FF3300);
    border-radius: 10px;
    padding: 0 5px 0 5px;
    margin: 0 0 0 5px;
}
.bgnone {
    background-color: red;
}
.pd1010 {
    padding: 0 10px 0 10px;
}
.zi {
    color:#3FC8CE;
    border-radius: 3px;
    background-color: #613D1E;
    padding:0 5px 0 5px;
    font-weight: 700; 
    font-family: "PT Sans Narrow", "Arial Narrow", Arial, Helvetica, sans-serif;
    font-size: 14px;
    text-shadow: 0 0px 0 rgba(0, 0, 0, 0.2);
     
}

.ny1 {
    width:100%;height:30px; background: url(../../../img/ny/ny3.png) repeat-x;
}

.vbl {
       background: repeating-linear-gradient(45deg, #000, #000 10px, #FBED2E 10px, #FBED2E 20px);
       padding:10px;
}
.input_err {
    background-color: #FFBD88;
}
/* весь контейнер поддерживает перспективу */
.flip-container {
 perspective: 1000;
}
 /* переверните сторону при проведении мышью */
 .flip-container:hover .flipper, .flip-container.hover .flipper {
 transform: rotateY(180deg);
 }
 
.flip-container, .front, .back {
 width: 250px;
 height: 350px;
}
 
/* здесь находится скорость перевертывания */
.flipper {
 transition: 0.6s;
 transform-style: preserve-3d;
 
 position: relative;
}
.flipper .back {font-size:1.2rem;}
/* скройте обратную сторону во время переворота */
.front, .back {
 backface-visibility: hidden;
 
 position: absolute;
 top: 0;
 left: 0;
}
 
/* лицевая сторона размещена над обратной */
.front {
 z-index: 2;
}
 
/* обратная, изначально скрытая сторона */
.back {
    z-index: 3;
 transform: rotateY(180deg);
}
