body{
    font-family: Helvetica, Arial, sans-serif; font-size: 12px;
     height: 100%;
     padding: 0;
     margin: 0;
    background: #fff;
}


/**
 *  .header {
 *     color: #212027;
 *     height: 70px;
 *     font-size: 12px;
 *     border-bottom: 2px solid #212027;
 *    
 * }
 */


.menu_p{
    
    width: 100%;
    padding-left: 5px;
    float: left;
    border-bottom: 1px solid #212027;
   
}


.content1{
    
    width: 80%;
    margin-left: 30px;
    min-height: 100%;
  height: auto !important;
  height: 100%;
    padding: 0;
    float: left;   
    
}

.content2{
    
     width: 15%;
     min-height: 95%;
  height: auto !important;
     height: 95%;
    padding: 0;
    margin-right: 10px;
    float: right;
      background: #fff;
   
}


.content2 div{
     border-bottom: 1px solid #212027;
   
   color: #212027;
   text-align: center;
    
}

.content2 h3, h2{
   color: #212027;
   text-align: center;   
}

.content2 a{
    border: 1px solid #212027; /* Рамка */
    display: inline-block;
    padding: 5px 15px; /* Поля */
    text-decoration: none; /* Убираем подчёркивание */
    background: #212027;
    color: #fff;
}

.content2 a:hover {
  
  color: white; background: #186FEF;
   }

.footer {
    border: 0px;
   border-top: 1px solid  #212027;
   background: #212027; 
   margin: 0 0 0 0;
    padding: 0;
     clear: left;
     color: #fff;
     text-align: center;
   
}



fieldset{
 background: #e6e9fe;
 
}

legend{
font-size:17px;
color:#212027;
}


.avt{
margin-top:22px;
 border: solid 1px #212027;
text-align: center;
background: #708090;
color:#f3f3f3;
}



   
         /* Основное */
.menu,
.menu ul,
.menu li,
.menu a {margin: 0; padding: 0; border: none; outline: none;
}

/* Редактор меню */
.menu {	height: 40px; width: 100%; }

.menu li { position: relative; list-style: none; float: left; display: block; height: 40px; 
}

/* Редактор ссылок */
.menu li a { display: block; padding: 0 14px; margin: 6px 0; line-height: 28px;
	text-decoration: none; 
    
    
    font-family: Helvetica, Arial, sans-serif;
font-size: 14px;
font-style: normal;
	color: #212027;
	
}
.menu li:first-child a { border-left: none; }
.menu li:last-child a{ border-right: none; }
.menu li:hover > a { color: white; background: #186FEF;}

/* Редактор для Sub-меню */
.menu ul { position: absolute; top: 40px; left: 0; opacity: 0; background: #212027; z-index:1;
	-webkit-border-radius: 0 0 5px 5px; -moz-border-radius: 0 0 5px 5px;
	border-radius: 0 0 5px 5px; -webkit-transition: opacity .25s ease .1s;
	-moz-transition: opacity .25s ease .1s; -o-transition: opacity .25s ease .1s;
	-ms-transition: opacity .25s ease .1s; transition: opacity .25s ease .1s;
}

.menu li:hover > ul { opacity: 1; }
.menu ul li { height: 0; overflow: hidden; padding: 0; 
	-webkit-transition: height .25s ease .1s; -moz-transition: height .25s ease .1s;
	-o-transition: height .25s ease .1s; -ms-transition: height .25s ease .1s;
	transition: height .25s ease .1s;
}
.menu li:hover > ul li { height: 36px; overflow: visible; padding: 0;
}
.menu ul li a { width: 100px; padding: 4px 0 4px 40px; margin: 0; border: none;
	border-bottom: 1px solid #fff; color: #fff; 
}
.menu ul li:last-child a { border: none; }

/* Иконки */
.menu a.sub { background: url(./icon1.jpg) no-repeat 6px center; }

.error{
color:red;
 }

.hidden {
visibility: hidden;
position: absolute;
top: -500px;
z-index:1;
 }

.visible {
visibility: visible;
z-index:2;
}

table{
    font-family: Helvetica, Arial, sans-serif; font-size: 12px;
}

.tab{
    
    width: 99%;
  border: 1px solid #2C2CA2; 
     padding: 1px;
     text-align: center; 
     
}

.tab td {
  /* border: 1px solid #000000; /* Граница вокруг ячеек */
   padding: 4px; /* Поля в ячейках */ 
   }


.tab_st{
    width: 99%;
   border: 1px solid #2C2CA2; 
   padding: 1px;
    text-align: center;
    
    
}
.tab_st a {
    text-decoration: none;
  /*  color: black;  */ 
   }

.tab_st td {
  /*  border: 1px solid #000000; /* Граница вокруг ячеек */
   padding: 4px; /* Поля в ячейках */ 
   }


th {
  background: #212027;
   color: white;
  border: 2px solid #212027;
}

.ton{
background: #e6e9fe;
}

.off{
background: #FFC4C4;
}

.on{
background: #C4FFC4;
}

.dolg{
background: #ffff91;
}

.vlan_igr{
background: #FF9966;    
}

.pl{
background: #C5C5FF;
}

.info{
background: #E2B5FF;
}

.dop{
background: #ffdac4;
}

.str{
     text-align: center;
}

.str > a {
    text-decoration: none;
        color: #212027;
     font-size: 14px;
    }