
@import url('https://fonts.googleapis.com/css?family=Open+Sans:400,400i,600&subset=cyrillic');

/* ------- основной формат --------- */
body {
  margin: 0px;
  padding: 0px;
  border: 0px;
  background: #EAEAEA;
  color: #666;
  font-family: 'Open Sans', Arial, sans-serif;
  font-size: 15pt;
  clear: both;
  text-align: left;
}
h2 {
  margin: 0 0 12px 0;
  color: #283B5F;
  font-size: 21pt;
  font-weight: 600;
}
h3 {
  margin: 6px 0 6px 0;
  font-size: 21pt;
  font-weight: normal;
}
h4 {
  margin: 0 0 0 0;
  font-weight: 600;
}
h4:before {
  font-family: Arial;
  content: "\2502";
  color: #2EA329;
  margin-right: 4px;
}
p {
  margin: 6px 0 12px 0;
}
.notes_small {
  font-size: smaller;
  font-style: italic;
}
a {
  color: #6699CC; /*#333*/
  text-decoration: none;
  font-weight: 600;
}
a:hover {
  text-decoration: underline;
}
img {
  display: block;
  max-width: 100%;
  width: auto\9;    /* ie8 */
  height: auto;
  margin-left: auto;
  margin-right: auto
}
.clm6-1 {
  width: 16.6666%;
}
.clm6-2 {
  width: 33.3333%;
}
.clm6-3 {
  width: 50%;
}
.clm6-4 {
  width: 66.6666%;
}
.clm6-5 {
  width: 83.3333%;
}
.clm6-6 {
  width: 100%;
}
.clm10-9 {
  width: 90%;
}
.form-signin {
  border: 1px solid #ccc;
  padding: 15px;
  position: relative;
  margin-top: 28px;
}
.form-signin .form-signin-heading {
  margin-bottom: 10px;
  position: absolute;
  background: #ffffff;
  top: -26px;
  left: 20px;
  margin: 0;
  padding: 0 5px;
}
.btn_font {
  color: #666;
  font-family: 'Open Sans', Arial, sans-serif;
  font-size: 15pt;
  cursor: pointer;
  padding-left: 20px;
  padding-right: 20px;
  margin-top: 12px;
}
.txt_error {
  font-style: italic;
  color: #991b1e;
}
.txt_success {
  font-style: italic;
  color: #339900;
}
.txt_new {
  font-style: italic;
  color: #283B5F;
}
input {
  color: #666;
  font-family: 'Open Sans', Arial, sans-serif;
  font-size: 15pt;
  border: solid thin #D6D6D6;
}
.input_e {
  color: #666;
  font-family: 'Open Sans', Arial, sans-serif;
  font-size: 15pt;
  border: solid thin #D6D6D6;
}
input:hover, textarea:hover, select:hover {
  border-color: #666;
}
.items_list {
    background-color: #EAEAEA;
    border-bottom: 1px solid #2EA329;
    border-top: 1px solid #2EA329;
    position: relative;
    padding-top: 0;
    padding-bottom: 0;
    padding-left: 7px;
    margin-bottom: 4px;
}
.items_list .itemm_delete {
    position: absolute;
    right: 0;
    top: 0;
    color: #991b1e;
    padding: 6px;
}
.items_list p {
    margin-right: 50px;
    margin-bottom: 6px;
}
.items_list span {
    margin-right: 12px;
}

/* --- olymp system --- */
.input_olymp {
  margin-bottom: 12px;
}
.input_olymp_btn {
  padding-bottom: 18px;
}
.olymp1 {
  display: table-row;
}
.olimp_top {
  margin-bottom: 20px;
}
.olymp_menu_button {
  background-color: #E1E1E1;
  border: solid #ADADAD 1px;
  display: inline-table;
  margin-right: 12px;
  margin-bottom: 12px;
}
.olymp_add {
  color: #666;
}
.olymp_add:hover {
  color: #6699CC;
}
.olymp_add_size {
  font-size: 18pt;
}
.olymp_all {
  width: 100%;
}
.olymp_delete {
  color: #EB0000;
  margin-left: 12px;
}
/* --- END olymp system --- */
/* --- соглашение о персональных данных --- */
#persDataAgreement {
  display: none;
  position: fixed;
  bottom: 12px;
  max-width:360px;
  min-width: 400px;
  height: 140px;
  background-color: #F5F5F5;
  z-index:9999;
  left: calc(50% - 200px);
  padding: 16px;
  box-shadow: 0 0 0 6px rgba(153, 153, 153, .3);
  border-radius: 6px;
  background-color: #F5F5F5;
}
/* --- END соглашение о персональных данных --- */
/* --- login popup --- */
#mask {
  position:absolute;
  width: 100%;
  height: 500%;
  left:0;
  top:0;
  z-index:9000;
  background-color:#000;
  opacity: 0.8;
  display:none;
}
#boxes .window {
  position: absolute;
  display:none;
  margin: 0 auto 0 auto;
  top: 45px;
  max-width:360px;
  min-width: 300px;
  height: 250px;
  background-color: #F5F5F5;
  z-index:9999;
  left: calc(50% - 150px);
}
#loginContent {
  margin: 10px;
  padding-top: 0px;
}
#loginContent i {
  color: #2EA329;
}
#loginContent .login_error {
  color: #EB0000;
  text-align: center;
}
.login_button {
  margin-top: 10px;
  padding-bottom: 10px;
}
.agreem_bt {
  position: fixed;
  left: calc(50% - 5px);
}
.loginInput {
  border: solid 1px #2EA329;
  font-size: 15pt;
  color: #666;
}
#boxes .loginSubmit {
  border: none;
  background: transparent;
  cursor: pointer;
  float: right;
  padding-right: 0px;
}
#loginContent .no_login_help {
  text-align: center;
  font-size: 16px;
  font-style: italic;
}
.popUpWindows {
    padding: 16px;
    box-shadow: 0 0 0 6px rgba(153, 153, 153, .3);
    border-radius: 6px;
    background-color: #F5F5F5;
}
.inputR {
    border-radius: 6px;
}
.loginSubmit2 {
  border: none;
  background: transparent;
  cursor: pointer;
  float: right;
  padding-right: 0px;
}
#loginContent i:hover {
  color: #227A1F;
}
#loginContent .login_error:hover {
  color: #AD0000;
}
/* --- END login popup --- */
/* --- окно 'задайте вопрос' --- */
#leaves_windows {
  box-shadow: 0px 0px 8px rgba(0,0,0,0.4);
  border: 1px solid #999999;
  z-index: 102;
  position: fixed;
  bottom: 0;
  right: 3%;
  width: 190px;
  text-align: center;
  background-color: #F3F3F3;
}
#leaves_windows_header {
  position: relative;
  margin: 0 auto;
  cursor: pointer;
}
#leaves_windows_header h1 {
  text-align: center;
  margin-top: 12px;
  font-size: 15pt;
  color: #6699CC;
}
@media screen and (max-width: 480px) {
#leaves_windows_header h1 {
  margin-top: 4px;
  margin-bottom: 4px;
}
}
#leaves_windows_body {
  padding: 6px 6px 6px 6px;
  background-color: #FFF;
  display: none;
  height: 0;
}
.input_quest {
  width: 98%;
  color: #666;
}
.input_quest_body {
  width: 98%;
  color: #666;
  height: 8em;
}
@media screen and (max-width: 480px) {
.input_quest_body {
  height: 2em;
}
}
#leaves_windows .loginSubmit{
  border: solid 0px #416B96;
  background: #416B96;
  color: #ffffff;
  margin: 8px 0 8px 20px;
  padding: 2px  6px 4px 6px;
  font-weight: bold;
  }
#leaves_windows .loginSubmit:hover {
  border: solid 0px #4878A8;
  background: #4878A8;
  cursor: pointer;
  box-shadow: 0px 0px 10px rgba(0,0,0,0.7);
}
#leaves_windows .loginSubmit {
  margin-left: 0;
  margin-top: 4px;
}
#results {
  border: 1px solid #999999;
  width: 100%;
  background-color: #F3F3F3;
  padding: 12px 0 12px 0;
  margin-top: 6px;
}
#results h1 {
  text-align: center;
  margin: 0;
  font-size: 15pt;
}
/* --- END окно 'задайте вопрос' --- */
/* ------- форматирование --------- */
.block_100 {
  width: 100%;
  min-width: 360px;
}
.block_center {
  margin: 0 auto 0 auto;
  padding-left: 10px;
  padding-right: 10px;
  max-width: 1000px;
  overflow: hidden;
}
.block_header {
  background-color: #283B5F;
  position: fixed;
  top: 0px;
  z-index: 1000;
}
.block_header_below {
  background-color: transparent;
  display: block;
}
.block_right {
  float: right;
}
.block_left {
  float: left;
}
.block_header_right {
  float: right;
  width: 75%;
}

.block_social {
  /* -- >780 -- */
  display: block;
  padding-top: 13px;
}
.block_social a {
  color: #fff;
}
.block_social div {
  float: left;
  margin-left: 20px;
  margin-right: 20px;
}
.block_social img {
  height: 28px;
}
.block_lang {
  display: block;
  padding-top: 11px;
  vertical-align: middle;
}
.block_lang a, .block_lang a:hover {
  font-size: 10pt;
  font-weight: bold;
  text-decoration: none;
  color: #fff;
  margin-left: 10px;
  margin-right: 36px;
}
.block_logo {
  /* -- >1000 -- */
  display: block;
  float: left;
  vertical-align: top;
  width: 25%;
}
.block_logo img {
  margin-left: 0px;
  max-width: 210px;
}
.block_menu_top {
  /* -- >1000 -- */
  display: block;
  clear: both;
  padding-top: 24px;
  text-align: center;
}
.block_menu_top a {
  color: #fff;
  font-size: 12pt;
  font-weight: bold;
  text-decoration: none;
  margin-left: 20px;
  margin-right: 20px;
  display: block;
  padding-top: 4px;
  padding-bottom: 28px;
}
.block_menu_top a:hover ~ .block_menu_items {
  display: block;
}
.block_menu_items:hover {
  display: block;
}
.block_menu_items {
  background-color: #EAEAEA;
  color: #666;
  margin-left: -100px;
  z-index: 1000;
  position: absolute;
  box-shadow: 0 0 10px rgba(10, 10, 10, 0.7);
  display: none;
}
.margin-left_null {
  margin-left: 0px;
}
.block_menu_items ul {
  list-style: none;
  margin: 10px 0 10px 0;
  padding-left: 0px;
}
.block_menu_items ul > li {
  text-align: left;
}
.block_menu_items li a {
  color: #666;
  font-weight: normal;
  margin: 12px 0 12px 0;
  padding: 0px 10px 0 10px;
}
.block_menu_items li a:hover {
  text-decoration: none;
  background-color: #DEDEDE;
}
.block_menu_small_btn {
  display: none;
  float: left;
  width: 7.6%;
  padding-top: 2.4%;
  padding-left: 10px;
}
.block_menu_small_btn_a, .block_menu_small_btn_a:hover  {
  color: #fff;
  text-decoration: none;
  font-size: 38pt;
}

/* блок маленького меню (для скрытия-показа) */
.block_menu_small_items_all {
  display: none;
  clear: both;
  position: absolute;
  text-align: left;
  z-index: 999;
  left: 10px;
  margin-top: 20px;
}
.block_menu_small_items_main {
  /* оформление основного меню */
  display: block;
  list-style: none;
  background-color: #EAEAEA;
  padding: 1px 0 0 0;
  box-shadow: 0 0 10px rgba(10, 10, 10, 0.7);
  margin-top: 0;
  margin-bottom: 0;
  min-width: 320px;
  overflow-y: auto;
}
.block_menu_small_items_main a {
  display: block;
  color: #666;
  text-decoration: none;
  font-weight: bold;
  margin: 10px 14px 10px 14px;
}
.block_menu_small_arrow {
  float: right;
  margin-left: 20px;
  margin-top: 8px;
  font-size: initial;
  vertical-align: middle;
}
/*
.block_menu_small_items_main > li > a:after {
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  content: "\f054";
}
*/
.block_menu_small_items_main > li {
  position: relative;
  display: block;
}
.block_menu_small_items_main .block_menu_small_items {
  /* оформление подменю  */
  position: relative;
  list-style: none;
  display: none;
  padding-left: 0px;
}
.block_menu_small_items_main > li {
  /* оформление подменю  */
  border-bottom: solid thin #B8B8B8;
  padding: 0;
}
.block_menu_small_items > li {
  border-top: solid thin #B8B8B8;
  border-bottom: solid thin #F5F5F5;
  background-color: #F5F5F5;
}
.block_menu_small_items a {
  font-weight: normal;
}
/*
скрытие-показ подменю методами css
.block_menu_small_items_main a:hover ~ .block_menu_small_items {
    display: block;
}
.block_menu_small_items:hover {
    display: block;
}
*/

.block_top_baner {
  clear: both;
  background-color: #fff;
  margin-top: 10px;
  margin-bottom: 10px;
}
/* плавающее меню с лева */
#top_nav{
  position: fixed;
  z-index: 100;
}
.block_menu_left {
  display: block;
  width: 25%;
  max-width: 240px;
  padding: 0;
}
.block_menu_left ul {
  margin: 0px;
  padding: 0px;
  list-style: none;
}
.block_menu_left ul li {
  margin: 3px 0 10px 0;
}
.block_menu_left p {
  margin: 3px 0 10px 0;
}
.block_menu_left h2 {
  margin: 15px 0 12px 0;
  font-size: 15pt;
  font-weight: 600;
  color: #666;
}
.link_menu a {
  color: #666;
  text-decoration: none;
  display: block;
  font-weight: normal;
}
.link_menu a:hover {
  text-decoration: none;
  background-color: #DEDEDE;
}
.block_content {
  float: right;
  width: 100%;
  background-color: #fff;
  padding: 10px;
}
.block_content_short {
  float: right;
  width: 73%;
  background-color: #fff;
  padding: 10px;
  border-top-width: 1px;
  border-top-color: #CFCFCF;
  border-top-style: solid;
}
.block_content_short_in_3 {
  float: none;
  clear: both;
  width: 100%;
  background-color: #fff;
  font-size: 12pt;
  padding: 0;
  margin: 0;
}
.block_content_short_in {
  float: left;
  width: 30.7%;
  background-color: #fff;
  font-size: 12pt;
  padding: 10px 1.3% 10px 1.3%;
  cursor:pointer;
}
.block_content_short_in_arhiv {
  float: none;
  clear: both;
  width: 97.5%;
  background-color: #fff;
  font-size: 12pt;
  padding: 10px;
}
#dateformat {
  color: #BDBDBD;
  font-size: 9pt;
  margin-top: -12px;
}
.block_bottom {
  clear: both;
  height: 50px;
}
/* -- <1000 --  */
@media screen and (max-width: 1000px) {
.block_menu_top {
  display: none;
}
.block_menu_small_btn {
  display: block;
  width: 5.5%;
}
.block_menu_items_main {
  display: block;
}

.block_menu_top .block_right {
  float: none;
}

.block_header_right {
  width: 65%;
}
.block_social {
  display: block;
  padding-top: 3.4%;
}
.block_lang {
  padding-top: 3.4%;
}
.block_menu_left {
  display: none;
}
.block_content {
  width: 97.5%;
}
.block_content_short {
  width: 97.5%;
}
}
/* -- <780 -- */
@media screen and (max-width: 780px) {
.block_social {
  display: none;
}
.block_lang a, .block_lang a:hover {
  margin-right: 20px;
}
.block_header_right {
  width: 60%;
}
.block_menu_small_btn_a, .block_menu_small_btn_a:hover  {
  font-size: 30pt;
}
}
/* -- <640 -- */
@media screen and (max-width: 640px) {
.block_content {
  width: 96%;
}
.block_content_short {
  width: 96%;
}
.block_content_short_in {
 font-size: 9pt; 
}
.block_menu_small_btn_a, .block_menu_small_btn_a:hover  {
  font-size: 26pt;
}
}
/* -- <480 -- */
@media screen and (max-width: 480px) {
.block_menu_small_btn {
  padding-top: 1.8%;
}
.block_lang a, .block_lang a:hover {
  margin-right: 15px;
  margin-left: 5px;
}
#contentCentr img {
  margin-right: 10px;
}
.block_content_short {
  border-top: none;
}
.block_content_short_in {
  border-top-width: 1px;
  border-top-color: #CFCFCF;
  border-top-style: solid;
  width: 100%;
  font-size: 9pt;
  padding-left: 0;
  padding-right: 0;
}
}
/* --- центральная часть --- */
#contentCentr {
  width: 100%;
  float: left;
  text-align: left;
  padding: 12px;
}
#contentCentr ul {
  list-style-type: none;
  margin: 0 0 0 0;
  padding-left: 0;
}
#contentCentr li:before {
  font: normal normal normal 14px/1 FontAwesome;
  font-size: 6pt;
  content: "\f111";
  color: #2EA329;
  vertical-align: middle;
  margin-right: 8px;
  margin-left: -14px;
}
#contentCentr li {
  margin-left: 16px;
}
#contentCentr img {
  float: left;
  margin-right: 16px;
  margin-bottom: 20px;
}
@media screen and (max-width: 480px) {
#contentCentr img {
  margin-right: 10px;
}
}
#titleImg {
  display: table;
  width: 100%;
}
#titleImg img {
  width: 100%;
  margin-bottom: 0px;
}
#contentCentr table p {
  margin: 0;
}
#contentCentr table {
  width: 100%;
}
#contentCentr table td {
  padding: 8px;
}
#contentCentr .file_ico {
  margin: 0 12px 0 0;

}
/* --- библиотека --- */
.lib_td_search_1 {
  padding-left: 0px;
  padding-top: 3px;
  padding-bottom: 3px;
  width: 20%;
}
.lib_td_search_2 {
  padding-left: 10px;
  padding-top: 3px;
  padding-bottom: 3px;
  width: 80%;
}
.input_lib {
  width: 100%;
  color: #666;
  font-size: 15pt;
  padding: 0px;
  border: solid thin #D6D6D6;
}
.input_lib_small {
  width: 80px;
}
.input_lib_middle {
  width: 75%;
}
.lib_font_hint {
  color: #991b1e;
  font-style: italic;
}
.SearchBig {
  font-weight: bold;
  color: #369;
}
.lib_font_button {
  color: #666;
  font-weight: bold;
}

.lib_font_hint_2 strong {
  font-weight: normal;
}
/* --- END библиотека --- */
/* --- рассписание --- */
.atten_color {
  color: #991B1E;
  font-weight: normal;
}
.selected_row:hover {
  background-color: #E7E7EF;
}
.topic_row {
  background-color: #E7E7EF;
}
.shedu_wrap {
  word-wrap: break-word;
  overflow-wrap: break-word;
}
.shedu_wrap td {
  max-width: 370px;
}
@media screen and (max-width: 480px) {
#contentCentr .small_txt_mob {
  font-size: 10pt;
}
.shedu_wrap td {
  max-width: 150px;
}
}
@media screen and (max-width: 560px) {
#contentCentr .small_txt_mob2 {
  font-size: 10pt;
}
.shedu_wrap td {
  max-width: 150px;
}
}
/* --- END рассписание --- */
/* --- опросный лист --- */
.apta_td_2 {
  min-width: 15%;
}
.input_apta {
  color: #fff;
  border: solid thin #283b5f;
  background-color: #283b5f;
}

/* --- END опросный лист --- */
/* --- смена пароля --- */
#pass_change table td {
  padding-left: 0px;
}
/* --- END смена пароля --- */
/* --- элементы для списков из CMS и обьявлений --- */
#contentCentr .block_line_bottom {
  width: 100%;
  border-bottom: solid thin #D6D6D6;
  padding-bottom: 12px;
  margin-top: 6px;
}
#contentCentr .block_table_shell {
  display: table-cell;
  vertical-align: top;
}
#contentCentr .block_table_shell_padd {
  padding-right: 16px;
}
#contentCentr .block_table_shell_padd img {
  margin-top: 12px;
  margin-right: 0px;
  min-width: 150px;
}
#contentCentr .tbl_time {
  width: auto;
}
#contentCentr .tbl_time tr td {
  padding: 0px;
}
@media screen and (max-width: 520px) {
#contentCentr .block_table_shell_padd img {
  min-width: 110px;
}
}

/* --- END блочный элемент для списков --- */
/* --- дополнительное форматирование для управления --- */
/* -- мазок под текстом -- */
.bn_brush {
  background-size: 100%;
  background-repeat: no-repeat;
  background-position: center center;
}
.bn_brush h3, .bn_brush p {
  text-align: center;
  width: 100%;
  margin: 0px;
  color: #fff;
}
.bn_brush h3 a {
  margin: 0px;
  padding: 0px;
  color: #fff;
}
.bn_brush h3 a:hover {
  text-decoration: none;
}
.bn_brush_1 {
  padding-top: 12%;
  padding-bottom: 18%;
  padding-left: 40px;
  padding-right: 40px;
}
.bn_brush_2 {
  padding-top: 10%;
  padding-bottom: 10.5%;
  padding-left: 30px;
  padding-right: 30px;
}
@media screen and (max-width: 520px) {
.bn_brush_1 {
  padding-top: 4%;
  padding-bottom: 5%;
  padding-left: 10px;
  padding-right: 10px;
  margin-bottom: 12px;
}
.bn_brush_2 {
  padding-top: 2.5%;
  padding-bottom: 3.5%;
  padding-left: 10px;
  padding-right: 10px;
  margin-bottom: 12px;
}
.bn_brush {
  background-size: auto;
}
}
.bn_brush_1_cyan {
  background-image: url(../banner/bnr_brush/brush_1_cyan.png);
}
.bn_brush_1_purple {
  background-image: url(../banner/bnr_brush/brush_1_purple.png);
}
.bn_brush_1_orange {
  background-image: url(../banner/bnr_brush/brush_1_orange.png);
}
.bn_brush_1_green {
  background-image: url(../banner/bnr_brush/brush_1_green.png);
}
.bn_brush_2_cyan {
  background-image: url(../banner/bnr_brush/brush_2_cyan.png);
}
.bn_brush_2_purple {
  background-image: url(../banner/bnr_brush/brush_2_purple.png);
}
.bn_brush_2_orange {
  background-image: url(../banner/bnr_brush/brush_2_orange.png);
}
.bn_brush_2_green {
  background-image: url(../banner/bnr_brush/brush_2_green.png);
}
/* -- END -- */
/* -- фон под текстом -- */
.bn_fon {
  padding-top: 4%;
  padding-bottom: 4%;
  padding-left: 4%;
  padding-right: 4%;
  margin: 12px auto;
  width: 70%;
}
.bn_fon h3, .bn_fon p {
  text-align: center;
  width: 100%;
  margin: 0px;
  color: #fff;
}
.bn_fon h3 a {
  margin: 0px;
  padding: 0px;
  color: #fff;
}
.bn_fon h3 a:hover {
  text-decoration: none;
}
@media screen and (max-width: 520px) {
.bn_fon {
  width: 92%;
}
}
.bn_fon_cyan {
  background-color: #6CB2D0;
}
.bn_fon_purple {
  background-color: #7F95B7;
}
.bn_fon_orange {
  background-color: #DC911B;
}
.bn_fon_green {
  background-color: #8CB63E;
}
/* -- END -- */
/* -- разноцветные таблицы -- */
.tabColor1 {
  border-collapse: collapse;
  margin-bottom: 7px;
}
.tabColor1 td {
  border: solid 1px #cccccc;
  text-align: left;
  padding: 7px;
}
.tabColor1 td.tdWidth1 {
  width: 40%;
}
.tabColor1 td.tdWidth2 {
  width: 20%;
  text-align: center;
}
.tabColor1 td.tdWidt1_2 {
  width: 31%;
}
.tabColor1 td.tdWidth2_2 {
  width: 23%;
  text-align: center;
}
/* свет 1 */
tr.t1_head {
  background-color: #c6d5cd;
}
tr.t1_light {
  background-color: #f2f7f4;
}
tr.t1_dark {
  background-color: #dde8e2;
}
/* свет 2 */
tr.t2_head {
  background-color: #dbd9c8;
}
tr.t2_light {
  background-color: #f2f1e9;
}
tr.t2_dark {
  background-color: #eae9df;
}
/* свет 3 */
tr.t3_head {
  background-color: #ced9ea;
}
tr.t3_light {
  background-color: #eaeff9;
}
tr.t3_dark {
  background-color: #dae1ef;
}
/* свет 4 */
tr.t4_head {
  background-color: #e2e0cc;
}
tr.t4_light {
  background-color: #f4f3e6;
}
tr.t4_dark {
  background-color: #efeed3;
}
/* -- END разноцветные таблицы -- */
/* --- END дополнительное форматирование для управления --- */
/* --- END центральная часть --- */
