﻿@charset "UTF-8";
/* Фон страницы */
/* Фон блоков светлый */
/* Фон блоков темный */
/* Цвет заголовков */
/*Цвета меню*/
/*-------------------------------> mnb-flat*/
/*<------------------------------- mnb-flat*/
/*-----------------------> icn and icn-flow*/
/*<----------------------- icn and icn-flow*/
/*-----------------------------> l1,2,3,.. */
/*<---------------------------- l1,2,3,.. */
/*--------------------------> hdr*/
/*<-------------------------- hdr*/
/*--------------------------> stText*/
/*<-------------------------- stText*/
/*--------------------------> Ed*/
/*<-------------------------- Ed*/
/*--------------------------> MT*/
/*<-------------------------- MT*/
/*--------------------------> sip*/
/*<-------------------------- sip*/
.mp-logo-area {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 99;
  outline: none;
  text-decoration: none;
  width: 230px;
  height: 50px;
  background-color: #fff;
  font-family: Verdana, Geneva, Tahoma, sans-serif;
  color: #666;
  font-size: 11px;
  font-weight: bold;
  padding-left: 55px;
  padding-right: 5px;
  padding-top: 10px;
  text-align: center;
  line-height: 1.4; }
  .mp-logo-area svg {
    position: absolute;
    left: 8px;
    top: 8px; }

.g-clearfix:after, .g_clearfix:after {
  content: "";
  display: table;
  clear: both; }

.mpmm-container,
.mpmm-container * {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }

.mpmm-container {
  width: 100%;
  height: 100%;
  min-width: 520px; }

.mp-alarm {
    width: 100%;
    background-color: #fc7f59;
    /*border: solid 1px #fb6f44;*/
    text-align: center;
    font-size: 13pt;
    font-family: "Times New Roman", Times, serif;
    padding: 1px 2px 1px 2px;
}

.mp-message {
    width: 100%;
    background-color: #FCF3F5;
    border: solid 1px #FDC2BF;
    text-align: left;
    font-size: 12pt;
    font-family: "Times New Roman", Times, serif;
    padding: 1px 2px 1px 2px;
}

.mpmm-top-item {
  float: left;
  width: 85px;
  height: 100%;
  position: relative;
  text-align: center; }
  .mpmm-top-item:hover {
    background-color: #ddfbce;
    cursor: pointer; }

.mpmm-top-item .mpmm-top-item-link {
  display: block;
  outline: none;
  text-decoration: none;
  width: 100%;
  font-family: "Times New Roman", Times, serif;
  font-size: 12px;
  color: #5a7854;
  padding-top: 18px;
  cursor: pointer; }

.mpmm-dropdown {
  position: absolute;
  left: 0;
  top: 100%;
  z-index: 99;
  display: none;
  cursor: default; }

.mpmm-dropdown-arrow {
  background-image: url(../gfx/mArrow.gif);
  background-repeat: no-repeat;
  height: 23px;
  width: 100%; }

.mpmm-dropdown-cont {
  background-color: #ddfbce;
  padding: 0 5px 5px;
  border: 1px solid #a6e7b6;
  outline: 1px solid #94d886;
  box-shadow: 1px 1px 8px rgba(0, 0, 0, 0.5); }

.mpmm-block {
  min-width: 330px;
  vertical-align: top; }

.mpmm-subtitle {
  padding: 5px;
  color: #000;
  font-family: "Times New Roman", Times, serif;
  font-size: 17px;
  margin-top: 10px; }

.mpmm-menu-item {
  display: block;
  position: relative;
  padding-left: 134px;
  height: 40px;
  margin-top: 2px;
  text-align: left;
  font-family: Verdana, Geneva, Tahoma, sans-serif;
  font-size: 11px;
  text-decoration: none;
  color: #0941b2; }
  .mpmm-menu-item:hover {
    background-color: #8ad58c;
    text-decoration: underline; }

.mpmm-menu-item-panel {
  border: 1px solid;
  width: 130px;
  height: 40px;
  position: absolute;
  left: 0;
  top: 0;
  padding-left: 40px;
  padding-top: 2px;
  padding-right: 5px;
  background-color: #f9fada;
  color: #000; }

.mpmm-em .mpmm-menu-item-panel {
  font-weight: bold; }

.mpmm-menu-item-image {
  width: 34px;
  height: 34px;
  padding: 2px;
  position: absolute;
  left: 2px;
  top: 2px; }
  .mpmm-menu-item-image img {
    outline: none;
    border: none;
    text-decoration: none; }

.ul-horizontal li {
  display: inline;
  padding: 7px; }

.mp-main-menu {
  position: absolute;
  top: 0;
  left: 230px;
  z-index: 99;
  width: 100%;
  max-width: 800px;
  height: 50px; } 

.mp-mm-top {
  width: 100px;
  height: 50px;
  text-align: center;
  position: relative;
  float: left;
  background-color: #f9fada; }
  .mp-mm-top:hover {
    background-color: #ddfbce;
    cursor: pointer; }

.mp-mm-top .mp-mm-top-link {
  color: #666;
  font-size: 12px;
  font-family: "Times New Roman", Times, serif;
  text-decoration: none;
  outline: none;
  display: block;
  width: 100px;
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%); }

.mp-mm-dropdown {
  position: absolute;
  left: 0;
  top: 100%;
  z-index: 99;
  display: none;
  cursor: default; }

.mp-mm-layout-tbl {
  border-collapse: separate;
  border-spacing: 5px 0; }

.mp-mm-block {
  min-width: 330px;
  vertical-align: top; }

.mp-mm-subtitle {
  padding: 5px;
  color: #000;
  font-family: "Times New Roman", Times, serif;
  font-size: 17px;
  margin-top: 10px; }

.mp-mm-menu-item {
  display: block;
  position: relative;
  padding-left: 134px;
  height: 40px;
  margin-top: 2px;
  text-align: left;
  font-family: Verdana, Geneva, Tahoma, sans-serif;
  font-size: 11px;
  text-decoration: none;
  color: #0941b2; }
  .mp-mm-menu-item:hover {
    background-color: #8ad58c;
    text-decoration: underline; }

.mp-mm-menu-item-panel {
  border: 1px solid;
  width: 130px;
  height: 40px;
  position: absolute;
  left: 0;
  top: 0;
  padding-left: 40px;
  padding-right: 5px;
  background-color: #f9fada;
  color: #000; }

.mpmm-em .mp-mm-menu-item-panel {
  font-weight: bold; }

.mp-mm-menu-item-image {
  width: 34px;
  height: 34px;
  padding: 2px;
  position: absolute;
  left: 2px;
  top: 2px; }
  .mp-mm-menu-item-image img {
    outline: none;
    border: none;
    text-decoration: none; }

.mp-mm-item-vcentered {
  display: block;
  position: relative;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%); }

.mp-user-area {
  width: 100%;
  height: 100%;
  padding-top: 5px;
  padding-bottom: 5px;
  padding-right: 10px;
  font-family: Verdana, Geneva, Tahoma, sans-serif;
  background-color: #ddfbce; }

.mp-user-cont {
  float: right;
  width: 430px;
  height: 100%;
  position: relative; }

.mp-auth-form {
  width: 100%;
  height: 100%; }

.mp-auth-form-err-msg {
  border: 1px solid #a00;
  position: absolute;
  width: 430px;
  font-size: 11px;
  font-weight: bold;
  color: #a00;
  padding: 5px;
  text-align: center;
  background-color: #f8cfcf; }

.mp-auth-item-main {
  height: 100%;
  float: left;
  margin-left: 4.3px;
  width: 118.275px; }
  .mp-auth-item-main:first-child {
    margin-left: 0; }

.mp-auth-item-remember {
  height: 100%;
  float: left;
  margin-left: 4.3px;
  width: 88.275px;
  padding-top: 16px; }
  .mp-auth-item-remember:first-child {
    margin-left: 0; }

.mp-auth-item-btn {
  height: 100%;
  float: left;
  margin-left: 4.3px;
  width: 88.275px;
  padding-top: 11.2px; }
  .mp-auth-item-btn:first-child {
    margin-left: 0; }

.mp-auth-label {
  width: 100%;
  font-size: 11px;
  color: #666;
  font-weight: bold;
  margin-bottom: 4px; }

.mp-auth-input {
  width: 100%;
  font-size: 13px;
  border: 1px solid #999;
  background-color: #fff;
  color: #333;
  outline: none;
  padding: 3px 5px;
  height: 24px; }

.mp-auth-chk {
  vertical-align: middle; }

.mp-auth-lable-inline {
  font-size: 11px;
  color: #666;
  font-weight: bold;
  vertical-align: middle; }

.mp-btn-login {
  width: 100%; }

.mp-loggedin-item {
  float: right;
  height: 100%;
  margin-right: 10px; }
  .mp-loggedin-item:first-child {
    margin-right: 0; }

.mp-btn-logout {
  position: relative;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%); }

.mp-user-name {
  position: relative;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  font-size: 12px;
  font-weight: bold;
  color: #333;
  padding-top: .4em;
  padding-bottom: .2em;
  border-bottom: 1px dashed #666; }

.title-color-0 {
  background-color: #a6e7b6; }

.title-color-1 {
  background-color: #ffd28e; }

.title-color-2 {
  background-color: #d7c4ff; }

.title-color-3 {
  background-color: #fdc2bf; }

.title-color-4 {
  background-color: #9ce7e7; }

.title-color-5 {
  background-color: #a6e7b6; }

.title-color-6 {
  background-color: #ffc671; }

.title-color-7 {
  background-color: #9ce7e7; }

.title-color-8 {
  background-color: #cdbbad; }

.title-color-9 {
  background-color: #a8c5ff; }

.title-color-10 {
  background-color: #dddf6d; }

.title-color-11 {
  background-color: #ffd28e; }

.title-color-12 {
  background-color: #d7c4ff; }

.title-color-13 {
  background-color: #ffd28e; }

.title-color-23 {
  background-color: #dddf6d; }

.color-0 .mp-mm-menu-item-image {
  background-color: #a6e7b6; }

.color-1 .mp-mm-menu-item-image {
  background-color: #ffd28e; }

.color-2 .mp-mm-menu-item-image {
  background-color: #d7c4ff; }

.color-3 .mp-mm-menu-item-image {
  background-color: #fdc2bf; }

.color-4 .mp-mm-menu-item-image {
  background-color: #9ce7e7; }

.color-5 .mp-mm-menu-item-image {
  background-color: #a6e7b6; }

.color-6 .mp-mm-menu-item-image {
  background-color: #ffc671; }

.color-7 .mp-mm-menu-item-image {
  background-color: #9ce7e7; }

.color-8 .mp-mm-menu-item-image {
  background-color: #cdbbad; }

.color-9 .mp-mm-menu-item-image {
  background-color: #a8c5ff; }

.color-10 .mp-mm-menu-item-image {
  background-color: #dddf6d; }

.color-11 .mp-mm-menu-item-image {
  background-color: #ffd28e; }

.color-12 .mp-mm-menu-item-image {
  background-color: #d7c4ff; }

.color-13 .mp-mm-menu-item-image {
  background-color: #ffd28e; }

.color-23 .mp-mm-menu-item-image {
  background-color: #dddf6d; }

.color-0 .mp-mm-menu-item-panel {
  border-color: #a6e7b6; }

.color-1 .mp-mm-menu-item-panel {
  border-color: #ffd28e; }

.color-2 .mp-mm-menu-item-panel {
  border-color: #d7c4ff; }

.color-3 .mp-mm-menu-item-panel {
  border-color: #fdc2bf; }

.color-4 .mp-mm-menu-item-panel {
  border-color: #9ce7e7; }

.color-5 .mp-mm-menu-item-panel {
  border-color: #a6e7b6; }

.color-6 .mp-mm-menu-item-panel {
  border-color: #ffc671; }

.color-7 .mp-mm-menu-item-panel {
  border-color: #9ce7e7; }

.color-8 .mp-mm-menu-item-panel {
  border-color: #cdbbad; }

.color-9 .mp-mm-menu-item-panel {
  border-color: #a8c5ff; }

.color-10 .mp-mm-menu-item-panel {
  border-color: #dddf6d; }

.color-11 .mp-mm-menu-item-panel {
  border-color: #ffd28e; }

.color-12 .mp-mm-menu-item-panel {
  border-color: #d7c4ff; }

.color-13 .mp-mm-menu-item-panel {
  border-color: #ffd28e; }

.color-23 .mp-mm-menu-item-panel {
  border-color: #dddf6d; }

html, body {
  height: 100%;
  min-height: 100%; }

.title-color-0 {
  background-color: #a6e7b6; }

.title-color-1 {
  background-color: #ffd28e; }

.title-color-2 {
  background-color: #d7c4ff; }

.title-color-3 {
  background-color: #fdc2bf; }

.title-color-4 {
  background-color: #9ce7e7; }

.title-color-5 {
  background-color: #a6e7b6; }

.title-color-6 {
  background-color: #ffc671; }

.title-color-7 {
  background-color: #9ce7e7; }

.title-color-8 {
  background-color: #cdbbad; }

.title-color-9 {
  background-color: #a8c5ff; }

.title-color-10 {
  background-color: #dddf6d; }

.title-color-11 {
  background-color: #ffd28e; }

.title-color-12 {
  background-color: #d7c4ff; }

.title-color-13 {
  background-color: #ffd28e; }

.title-color-23 {
  background-color: #dddf6d; }

.color-0 .mpmm-menu-item-image {
  background-color: #a6e7b6; }

.color-1 .mpmm-menu-item-image {
  background-color: #ffd28e; }

.color-2 .mpmm-menu-item-image {
  background-color: #d7c4ff; }

.color-3 .mpmm-menu-item-image {
  background-color: #fdc2bf; }

.color-4 .mpmm-menu-item-image {
  background-color: #9ce7e7; }

.color-5 .mpmm-menu-item-image {
  background-color: #a6e7b6; }

.color-6 .mpmm-menu-item-image {
  background-color: #ffc671; }

.color-7 .mpmm-menu-item-image {
  background-color: #9ce7e7; }

.color-8 .mpmm-menu-item-image {
  background-color: #cdbbad; }

.color-9 .mpmm-menu-item-image {
  background-color: #a8c5ff; }

.color-10 .mpmm-menu-item-image {
  background-color: #dddf6d; }

.color-11 .mpmm-menu-item-image {
  background-color: #ffd28e; }

.color-12 .mpmm-menu-item-image {
  background-color: #d7c4ff; }

.color-13 .mpmm-menu-item-image {
  background-color: #ffd28e; }

.color-23 .mpmm-menu-item-image {
    background-color: #dddf6d; }

.color-0 .mpmm-menu-item-panel {
  border-color: #a6e7b6; }

.color-1 .mpmm-menu-item-panel {
  border-color: #ffd28e; }

.color-2 .mpmm-menu-item-panel {
  border-color: #d7c4ff; }

.color-3 .mpmm-menu-item-panel {
  border-color: #fdc2bf; }

.color-4 .mpmm-menu-item-panel {
  border-color: #9ce7e7; }

.color-5 .mpmm-menu-item-panel {
  border-color: #a6e7b6; }

.color-6 .mpmm-menu-item-panel {
  border-color: #ffc671; }

.color-7 .mpmm-menu-item-panel {
  border-color: #9ce7e7; }

.color-8 .mpmm-menu-item-panel {
  border-color: #cdbbad; }

.color-9 .mpmm-menu-item-panel {
  border-color: #a8c5ff; }

.color-10 .mpmm-menu-item-panel {
  border-color: #dddf6d; }

.color-11 .mpmm-menu-item-panel {
  border-color: #ffd28e; }

.color-12 .mpmm-menu-item-panel {
  border-color: #d7c4ff; }

.color-13 .mpmm-menu-item-panel {
  border-color: #ffd28e; }

.color-23 .mpmm-menu-item-panel {
    border-color: #dddf6d; }

/*Тень для стрелки меню*/
.mp-mm-arrow-cont::before {
  position: relative;
  display: block;
  content: '';
  left: 0;
  top: .9px;
  z-index: 998;
  border: .69px solid #a6e7b6;
  border-bottom-width: 18.4px;
  outline: 1px solid transparent; }

/*Стрелка меню*/
.mp-mm-arrow-cont {
  position: relative;
  left: 67px;
  top: -19px;
  outline-color: transparent;
  height: 0;
  width: 0;
  border: 20px solid transparent;
  border-left: 0 solid transparent;
  border-bottom: 20px solid #ddfbce;
  z-index: 999; }

.mp-mm-dropdown-cont {
  background-color: #ddfbce;
  padding: 0 8px 8px 8px;
  border: 1px solid #a6e7b6;
  box-shadow: 1.2px 2.1px 3px rgba(0, 0, 0, 0.3);
  outline: 1px solid transparent;
  top: 20px;
  position: absolute;
  outline: 1px solid transparent; }
  
input::-ms-clear {
	display:none;
}

.hidden{
  display: none /*!important*/;
}

.LockOff {
  display: none;
  /*visibility: hidden;*/ }

.LockOn {
  display: block;
  /*visibility: visible;*/
  position: absolute;
  z-index: 999;
  top: -30px;
  left: -18%;
  width: 138%;
  height: 400%;
  background-color: #ccc;
  text-align: center;
  padding-top: 20%;
  filter: alpha(opacity=75);
  opacity: 0.75;
  font-size: x-large;
  font-weight: bold;
  /*font-style: italic;*/
  font-family: 'Arial Rounded MT Bold';
  font-variant: normal;
  text-decoration: underline overline;
  color: #1F0598;
  /*#800080;*/
  vertical-align: middle; 
}

/* Chrome, Safari, Edge, Opera */
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

/* Firefox */
input[type=number] {
  -moz-appearance: textfield;
}
