body{
	font: normal small Arial, Helvetica, sans-serif;
	color: #303335;
	text-align:justify;
	font-size:11px;
	margin-top:0px;
	margin-left:0px;
	margin-right:0px;
	margin-bottom:10px;
	background-color:#ececf7;
}
.logout {
    float: right;
    background: #405284;
    color: #fff;
    font-weight: bold;
    font-size: 14px;
    margin-left: 5px;
    padding: 10px 15px;
    margin-top: 5px;
    border-radius: 5px;
    border: none;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
    cursor: pointer;
    transition: background 0.3s, transform 0.2s;
	color: #ffffff;
}
.logout:hover {
    background: linear-gradient(135deg, #566ba6, #616f96);
    transform: translateY(-2px);
	 color: red;
}
.print-button {
    color: #405284;
    text-decoration: none;
    font-size: 13px;
    padding: 10px 15px;
    border: 2px solid #405284;
    border-radius: 6px;
    display: inline-block;
    transition: background-color 0.3s ease;
    margin-left: 180px;
    float: right;
}

.print-button:hover {
    background-color: #3e5083fc; /* Чуть темнее при наведении */
}

.print-icon {
    font-size: 15px;
}


/*Поисковик*/
.desk {
    width: 300px;
    border-radius: 20px;
    float: right;
    position: absolute;
    margin-left: 1140px;
    margin-top: 70px;
}
#loadButton {
    padding: 10px;
    font-size: 16px;
    cursor: pointer;
}

.loading-container {
    left: 0;
    top: 0;
    display: none;
    flex-direction: column;
    position: absolute;
    width: 100%;
    background: #0000002b;
    height: 100%;
   
}

.loader {
     border: 8px solid #f3f3f3;
    border-top: 8px solid #3498db;
    border-radius: 50%;
    width: 50px;
    position: relative;
    left: 50%;
    top: 50%;
    height: 50px;
    animation: spin 1s linear infinite;
}

@keyframes spin {
    0% { transform: rotate(0deg); }
    100% { transform: rotate(360deg); }
}
button.new {
    background: #405284;
    color: #fff;
    font-weight: bold;
    font-size: 14px;
    padding: 10px 15px;
    margin-top: 5px;
    border-radius: 5px;
    border: none;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
    cursor: pointer;
    transition: background 0.3s, transform 0.2s;
    align-items: center;
    justify-content: center;
}

button.new i {
    margin-right: 5px; /* Отступ для иконки лупы */
}

button.new:hover {
    background: linear-gradient(135deg, #566ba6, #616f96);
    transform: translateY(-2px);
}

button.new:active {
    background: linear-gradient(135deg, #0094B3, #008DA6);
    transform: translateY(0); /* Анимация при нажатии */
}
/*Меню*/
.menu ul {

      list-style: none;
      padding-left: 0px;
      display: none;
     font-size: 11px;
    }
/*.menu ul:hover {
	position: absolute;
	background: white;
   }*/
.menu li:hover {
   
	background: #9292ac1a;
	color: #ffffff;
 }
    .menu .title {
      font-size: 13.5px;
      cursor: pointer;
      padding-left: 20px;
      font-weight: bold;
      line-height: 45px;
    }


    .menu .title::before {
      content: '◄ ';
      font-size: 100%;
      color: #ffff;
     float: right;
     padding-right: 10px;
    }

    .menu.open .title::before {
      content: '▼ ';


    }

    .menu.open ul {
      display: block;
	  background: #1c1c77;

    }

.form-control{
	width: 260px;
    height: 42px;
    border-radius: 10px 10px 0 0;
    background: #03451d;
    font-size: 14px;
    color: white;
    border: 1px solid;
    padding-left: 10px;
}
.form-control [option] {
 line-height: 5px;
}

#border
{width: 1450px;
border: 1px solid #405284;
/*background-image:url(../images/bg.gif); background-repeat:repeat-y;*/
background: #ffffff;}
#header {
    width: auto;
    background: radial-gradient(circle farthest-corner at 100px 100px, #5165a2, #5064a19c);
    height: 120px;
}
#left {
    width: 400px;
    height: 120px;
    text-align: left;
    float: left;
}
#car
{border-left: 2px solid #000000;
	background-size: 35%;
height: 120px;
width: 417px;
background-image:url(../images/logo.svg); background-repeat:no-repeat; background-position:center;
float:left;}
#car: img {
height: 120px;
width: 417px;
}
#logo {
    width: 165px;
    background: white;
    height: 120px;
}

#logo img {
  	width: 119px;
    display: block;
    margin-left: 24px;
    position: absolute;
}
.name
{font-size: 18px;
color: #000066;
font-family:"trebuchet ms";
text-transform:uppercase;
padding-top:55px;
padding-left:45px;}
.tag
{padding-left: 46px;
font-size:12px;
text-transform:uppercase;
color:#ffffff;
background-color:#000000;
height:20px;
line-height:20px;
width:23	0px;
font-weight:bold;}
.sap2
{color:#9E1C1C;
width:6px;
text-align:center;
float:left;}
.toplinks {
    text-transform: uppercase;
    width: 155px;
    border-top: 1px solid #9198a7;
}
.toplinks a
{   color: #ffffff;
    text-decoration: none;
    letter-spacing: 2px;
	display: block;
	font-size: 14px;}
.toplinks:hover{
    background: #ffffff42;
   color: #03451da3;
}
.toplinks a:hover
{color:#ffffff;
text-decoration:none;}
#mainarea {
    min-height: 900px;
    border-left: 1px solid #bcbcbc;
     width: 100%;
    margin-bottom: 10px;
    background-repeat: repeat-x;
    float: left;

}
#mainarea_admin {
    min-height: 900px;
    border-left: 1px solid #bcbcbc;
    width: 1290px;
    margin-bottom: 10px;
    background-image: url(../images/heading-bg1.gif);
    background-repeat: repeat-x;
    float: left;

}

.icon {
    height: 37px;
    width: 37px;
    float: left;
    margin-top: 5px;
}
.quick-bg
{width:195px;
text-align:left;
float:left;
margin-left: 5px;
}
.heading
{text-align: left;
    line-height: 51px;
    height: 4350px;
    float: left;
    width: auto;
    background: #3e5083fc;
}
.heading2
{font-size:15px;
font-weight:bold;
font-family:"trebuchet ms";
color:#A1181C;}
#main{
    padding-top: 10px;
    text-align: left;
    width: 88.4%;
    float: right;
}
a{
    color:#ebeef4;
font-weight:bold;
text-decoration: none;

}
a:hover{color:#ffff;
text-decoration:none;}
.quick-links
{height:35px;
line-height:35px;
color:#DE5202;
font-weight:bold;
padding-left:15px;}
.quick-links a
{color:#FDCA00;
font-weight:normal;
text-decoration:underline;}
.quick-links a:hover
{color:#ffffff;
text-decoration:none;}
#bottom{
    height: 29px;
    line-height: 40px;
    width: 100%;
    float: left;
    background: radial-gradient(circle farthest-corner at 100px 100px, #b3bace78, #405284);
}
.copy
{clear:left;
height:28px;

line-height:28px;}
#rc-bg {
    height: 51px;
    background-color: #000066;
    font-size: 14px;
    color: #ffffff;
    text-transform: uppercase;
}
#spacer
{
line-height: 30px;
height:40px;}
.products
{width:168px;
border:2px dotted #BCBCBC;
margin-left:10px;
height:140px;
float:left;}
.pstrnav{
    height: 30px;
    clear: left;
    margin-top: 30px;
    margin-bottom: 30px;
}
.pstrnav li{
    width: 26px;
    height: 26px;
    margin-left: 7px;
    float: left;
    margin-top: 3px;
    list-style-type: none;
}
.pstrnav a{
    display: block;
    text-decoration: none;
    font: bold 14px sans-serif;
    text-align: center;
    color: black;
    background: url(../images/nav-block-norm.png);
    padding-top: 5px;
    padding-bottom: 5px;
}
.pstrnav a:hover{
    background: url(../images/nav-block-hover.png);
}
.pstrnav a:active{
    background: url(../images/nav-block-active.png);
    color: white; 
}
.pstrnav a.pstr-active{
    background: url(../images/nav-block-active.png) no-repeat;
        color: #ffffff;
    font-size: 17px;
}
.pstrnav p.nav-point{
    text-align: center;
    font: bold 14px sans-serif;
    margin-top: 8px;
    margin-bottom: 0px; 
}

#table {
	border: 1px solid #dddddd;
	border-collapse: collapse;
    width: 100%;
}
#table th {
    font-weight: bold;
    padding: 5px 10px;
    background: #394873;
    border: 1px solid #fff;
    text-align: center;
    vertical-align: middle;
    color: white;
}
#table td {
	border: 1px solid #45453d47;;
	padding: 3px 10px;
	text-align: center;
	vertical-align: middle;
	max-width: 100px;
    overflow: hidden;
}
.not_found{
    font-size: 15px;
    margin-top: 100px;
    text-align: center;
    color: #405284;
    font-weight: 600;
}

/* Нечетные строки */
#table .odd {
    background: #e8ebf2db;
    color: #405284;
    font-weight: 600;
}

/* Четные строки */
#table .even {
    background: #ececf71c;
    color: #405284;
	font-weight: 600;
}
#table .null {
    background: #414141;
    color: #bdbfc1;
}
.col1 {
  background: #d4ddf1db;
  color:#45453d;
  float:left;
  width: 350px;
  border: 1px solid;
  margin-top: 10px;
  margin-left: 15%;
  border-radius: 15px 0 0 15px;

}
.col1:hover {
    background: #000066;
    margin-left: 0;
    width: 550px;
    text-transform: uppercase;
    letter-spacing: 0.2em;
    -webkit-box-shadow: 0 0 10px #00006e;
    box-shadow: 0 0 10px #000075;
}
.col1 a:hover {
  color:#ffff;
}
.col1 a {
    margin-left: 15%;
    font-size: 16px;
    color:#585858;
  }
.col2 {
    background: #d4ddf1db;
    color:#45453d;
    float:right;
    width: 350px;
    border: 1px solid;
    margin-right: 15%;
    margin-top: 10px;
    border-radius: 0 15px 15px 0;
}
.col2 a {
    margin-left: 15%;
    font-size: 16px;
    color:#585858;
  }
.col2:hover {
    background: #000066;
    margin-right: 0;
    width: 550px;
    text-transform: uppercase;
    letter-spacing: 0.2em;
    -webkit-box-shadow: 0 0 10px #00006e;
    box-shadow: 0 0 10px #000075;
}
.col2 a:hover {
  color:#ffff;
}
#admin 
{
    width: 1290px;
    background: #ffffff;
    min-height: 1200px;
}
.switch {
  position: relative;
  display: inline-block;
  width: 50px;
  height: 25px;
}

.switch input {
  opacity: 0;
  width: 0;
  height: 0;
}

.slider {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #ccc;
  transition: .4s;
  border-radius: 34px;
}

.slider:before {
  position: absolute;
  content: "";
  height: 20px;
  width: 20px;
  left: 4px;
  bottom: 2.5px;
  background-color: white;
  transition: .4s;
  border-radius: 50%;
}

input:checked + .slider {
  background-color: #394873;
}

input:checked + .slider:before {
  transform: translateX(24px);
}

.slider.round {
  border-radius: 34px;
}

.slider.round:before {
  border-radius: 50%;
}

#table_admin {
  border: 1px solid #dddddd;
  border-collapse: collapse;
 /* width: 84%;*/
 width: 100%;
  float: left;
}
#table_admin th {
    font-weight: bold;
    padding: 5px 10px;
    background: #000066;
    border: 1px solid #fff;
    text-align: center;
    vertical-align: middle;
    color: white;
}
#table_admin td {
  border: 1px solid #45453d47;;
  padding: 3px 10px;
  text-align: center;
  vertical-align: middle;
}
/* Нечетные строки */
#table_admin .odd {
    background: #e8ebf2db;
    color:#45453d;
}
#table_admin .odd:hover {
    background: #000066;

}
#table_admin .even:hover {
    background: #000066;

}

/* Четные строки */
#table_admin .even {
    background: #ececf71c;
    color:#45453d;
}
#table_admin .null {
    background: #414141;
}
#table_admin .null a {
    color: #ffffff !important;
}
.button{
    float:left;
     margin: 0px 0px 10px 10px;
}
.button a {
	color: #405284;
    border: solid 1px #394873;
    padding: 8px;
    border-radius: 11px;
}
.button a:hover {
    color: white;
    border: solid 1px #405284;
    padding: 8px;
    border-radius: 11px;
    background: #405284;
}

/*блок меню*/
ul.nav li a {
  text-decoration: none;
  display: block;
  padding: 1px 1px 0px 1px;
}
ul.nav li ul.sub {
  display: none;    /*скрываем вложенные пункты*/
}

/*Выпадающее меню*/

ul.nav li:hover {
  /* позиционирование вложенных элементов
   * будет расчитыватьться относительно
   * родительского элемента
   */
  position: relative;
}
ul.nav li:hover > ul.sub {
  display: block;
      border: 2px solid #ccc;
    border-bottom: 0;
}
ul.nav li:hover ul.sub{
  position: absolute;
  top: 0;       /*Задаём координаты для вложенных пунктов*/
  left: 194px; /*меню раскрывается вправо*/
  width: 220px;
}
active
ul.nav li:active {
  /* позиционирование вложенных элементов
   * будет расчитыватьться относительно
   * родительского элемента
   */
  position: relative;
}
ul.nav li:active > ul.sub {
  display: block;
      border: 2px solid #ccc;
    border-bottom: 0;
}
ul.nav li:active ul.sub{
  position: absolute;
  top: 0;       /*Задаём координаты для вложенных пунктов*/
  left: 194px; /*меню раскрывается вправо*/
  width: 220px;
}

#block-pass-login{
	width: 370px;
    height: auto;
    border: 1px solid #405284;
    background-color: #8f9cc3;
    margin: 100px auto;
    border-radius: 10px;
    padding: 25px;
}
#pass-login li{
   margin-top: 10px; 
   list-style-type: none;
}
#pass-login label{
	font: 16px sans-serif;
    position: absolute;
    margin-top: 10px;
    margin-left: -1px;
    letter-spacing: 1px;
    color: #405284;
    font-weight: 600;
}
#pass-login input{
  width: 200px;
    height: 24px;
    margin-left: 75px;
    border: 1px solid #D6D6D6;
    font: 17px sans-serif;
    padding: 5px;
    border-radius: 10px;
}
#submit_enter{
    background: #405284;
    color: #fff;
    font-weight: bold;
    font-size: 14px;
    padding: 10px 15px;
    margin-top: 5px;
    border-radius: 5px;
    border: 1px solid #405284;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
    cursor: pointer;
    transition: background 0.3s, transform 0.2s;
    letter-spacing: 1px;
}
#submit_enter:hover{
   border: 1px solid #B4B4B4;
}
.del {
    display: block;
    width: 25px;
    height: 25px;
    background-image: url(../images/delete.png);
    background-repeat: no-repeat;
    background-size: 20px;
    line-height: 3;
}
/*.del::after{
	content: url(../images/delete.png);
}*/
#msgerror{
	font: 14px sans-serif;
    color: #ff0000;
    padding-left: 15px;
    padding-top: 10px;
    padding-bottom: 10px;
    background-color: #FDE5E0;
    border: 1px solid #FDCDC3;
    margin-top: 0;
    border-radius: 10px;
    text-align: center;
}
#msgadd {
    font: 14px sans-serif;
    color: black;
    padding-left: 15px;
    padding-top: 10px;
    padding-bottom: 10px;
    background-color: #dbf0e3;
    border: 1px solid #7fcb9d;
    margin-top: 0;
}

.message_ls {
position: absolute;
    background: #ff000099;
    padding: 45px;
    margin: 10% 0px 0px 50%;
    color: greenyellow;
    border-radius: 10%;
    font-size: 20px;
	    z-index: 1001;
}


.tab {
	overflow: hidden;
   /* border: 1px solid #8290bc;
    background-color: #7e8dbaa3;*/
}

/* Style the buttons inside the tab */
.tab button {
    background-color: inherit;
    float: left;
    border: 1px solid #405284;
    outline: none;
    cursor: pointer;
    padding: 14px 16px;
    transition: 0.3s;
    font-size: 15px;
    width: 24.9%;
    font-weight: 600;
    color: #303d63;
	background-color: #7e8dbaa3;
	border-radius: 15px 15px 0px 0px;
    margin-left: 1px;
	
}

/* Change background color of buttons on hover */
.tab button:hover {
   background-color: #c3c8da;
}

/* Create an active/current tablink class */
.tab button.active {
       background-color: #405284;
    color: #d7dbe8;
	letter-spacing: 1px;
}

/* Style the tab content */
.tabcontent {
    display: none;
	padding: 6px 12px;
    border: 1px solid #ccc;
    border-top: none;
    color: rebeccapurple;
    text-align: center;
    font-size: 14px;
     margin-top: 35px;
}


#table{
    width: 100%;
    height: auto;
}
.lidate{
    list-style: none;
    display: block;
    padding: 5px 0 0 24px;
    border: 1px solid;
    line-height: 2.1;
}
.textcols{
    width: 600px;
}
.right_column{
    float: right;
   
    letter-spacing: 1px;
    line-height: 1.5;
    font-size: 16px;
	width: 230px;
    
}
.left_column{
    float: left;

    letter-spacing: 1px;
    line-height: 1.5;
    font-size: 16px;
	width: 230px;
    
}
.titlerow {
    height: 30px;
    border-bottom: 1px solid #7787b6;
    font-size: 20px;
    color: #405284;
    font-weight: 600;
}
.border{
    height: 240px;
}

.toprow {
    height: 170px;
    width: 197px;
    /*border: 1px solid #b93e12;*/
    border-radius: 10px;
    float: left;
	background: #e2e2e2;
	margin: 3px;
}
.title {
 	height: 50px;
    border-bottom: 1px solid;
    background: #405284;
    font-size: 18px;
    text-align: center;
    color: white;
    border-radius: 10px 10px 0px 0px;
    padding: 0px 15px 0px 15px;
}
.result {
    font-size: 30px;
    text-align: center;
    margin-top: 40px;
    color: #016929;
}
.row{
    height: 40px;
}
.button_main {
    float: left;
    margin: 12px 10px 10px 10px;
}
.button_main a {
   padding: 7px 7px 10px 25px;
    border-radius: 10px;
    border: 1px solid #405284;
    color: #405284;
}
.button_main a:hover {
    color: #010002;
    background: #e3f4e9;
}
.print_count{
    width: auto;
    float: left;
    line-height: 2.8;
    color: white;
    background: #405284;
    font-weight: 600;
    text-align: center;
    border-radius: 10px;
    padding: 0px 10px 0 10px;
    margin-left: 5px;
    margin-top: 5px;
}
.print_count:hover{
    background: #808fbb;
    
}
.button_main::before {
    content: "";
    position: absolute;
    background-image: url(../images/rasp.png);
    background-size: 18px;
    background-repeat: no-repeat;
    padding: 10px;
	margin-left: 3px;
}
.button_monsly {
    padding: 10px;
	float: left;
}
.button_monsly a {
    padding: 10px 10px 10px 20px;
    width: 115px;
    border-radius: 10px;
    margin-bottom: 10px;
    border: 1px solid #016929;
	color: #016929;
}
.button_monsly a:hover {
    color: #010002;
    background: #e3f4e9;
}
.button_monsly::before {
    content: "";
    position: absolute;
    width: 25px;
    height: 20px;
    background-image: url(../images/monsly.png);
    background-size: 18px;
    background-repeat: no-repeat;
    padding: 10px;
	margin-left: 3px;
}
.message_time {
    position: absolute;
    background: #ff000099;
    padding: 45px;
    margin: 200px 0px 0px 500px;
    color: greenyellow;
    border-radius: 10%;
    font-size: 20px;
}
