@charset "UTF-8";
@import "css/fonts/fonts.css";
.jchbx__whiteYellow {
  display: none;
}
.jchbx__whiteYellow + label {
  display: block;
  cursor: pointer;
  position: relative;
  padding-left: 30px;
  line-height: 20px;
}
.jchbx__whiteYellow + label:before, .jchbx__whiteYellow + label:after {
  content: "";
  display: block;
  position: absolute;
  border-radius: 5px;
  box-sizing: border-box;
}
.jchbx__whiteYellow + label:before {
  top: -1px;
  left: 0;
  display: block;
  width: 20px;
  height: 20px;
  border: 1px solid #c3c3c3;
  background-color: #ffffff;
  transition-property: border-color, box-shadow;
  transition: 0.12s ease-in;
}
.jchbx__whiteYellow + label:after {
  top: 6px;
  left: 3.5px;
  width: 13px;
  height: 8px;
  border-radius: 1px;
  border: solid #ffffff;
  border-width: 0 0 3px 3px;
  transform-origin: 26% 44%;
  transform: rotate(-45deg);
  transition: border-color 0.12s ease-out;
}
.jchbx__whiteYellow + label:hover:before {
  border-color: #ffd600;
  box-shadow: 0 0 5px 0 rgba(255, 214, 0, 0.2);
}
.jchbx__whiteYellow:disabled + label {
  cursor: default;
  opacity: 0.7;
}
.jchbx__whiteYellow:disabled + label:before {
  background-color: #e3e3e3;
  border-color: #e3e3e3;
}
.jchbx__whiteYellow:disabled + label:after {
  border-color: #e3e3e3;
}
.jchbx__whiteYellow:checked + label:before {
  border-color: #ffd600;
  background-color: #ffd600;
}
.jchbx__whiteYellow:checked + label:after {
  border-color: #474747;
}

.jradio__greyYellow {
  display: none;
}
.jradio__greyYellow + label {
  cursor: pointer;
  position: relative;
  padding-left: 32px;
  display: block;
}
.jradio__greyYellow + label:before, .jradio__greyYellow + label:after {
  content: "";
  display: block;
  position: absolute;
  border-radius: 50%;
}
.jradio__greyYellow + label:before {
  top: 0;
  left: 0;
  width: 22px;
  height: 22px;
  background-color: #dcdcdc;
  box-shadow: inset 0 0 4px -1px rgba(0, 0, 0, 0.1);
  transition-property: background-color, box-shadow;
  transition: 0.16s ease-in;
}
.jradio__greyYellow + label:after {
  top: 9px;
  left: 9px;
  width: 4px;
  height: 4px;
  background-color: #757575;
  box-shadow: 0 0 4px 0 rgba(0, 0, 0, 0.2);
  transition-property: transform, background-color, box-shadow;
  transition: 0.14s ease-out;
}
.jradio__greyYellow + label:hover:before {
  box-shadow: inset 0 0 4px 0 rgba(0, 0, 0, 0.15);
}
.jradio__greyYellow + label:hover:after {
  transform: scale(1.2);
  box-shadow: 0 0 4px 0 rgba(0, 0, 0, 0.3);
}
.jradio__greyYellow:checked + label:before {
  background-color: #FFD401;
  box-shadow: inset 0 0 4px 0 rgba(255, 89, 0, 0.25);
}
.jradio__greyYellow:checked + label:after {
  transform: scale(1.9);
  background-color: #4f4f4f;
  box-shadow: 0 0 4px 0 rgba(0, 0, 0, 0.25);
}

.jchbx__whiteYellow {
  display: none;
}

.jchbx__whiteYellow + label {
  display: block;
  cursor: pointer;
  position: relative;
  padding-left: 30px;
  line-height: 20px;
}

.jchbx__whiteYellow + label:before, .jchbx__whiteYellow + label:after {
  content: "";
  display: block;
  position: absolute;
  border-radius: 5px;
  box-sizing: border-box;
}

.jchbx__whiteYellow + label:before {
  top: -1px;
  left: 0;
  display: block;
  width: 20px;
  height: 20px;
  border: 1px solid #c3c3c3;
  background-color: #ffffff;
  transition-property: border-color, box-shadow;
  transition: 0.12s ease-in;
}

.jchbx__whiteYellow + label:after {
  top: 6px;
  left: 3.5px;
  width: 13px;
  height: 8px;
  border-radius: 1px;
  border: solid #ffffff;
  border-width: 0 0 3px 3px;
  transform-origin: 26% 44%;
  transform: rotate(-45deg);
  transition: border-color 0.12s ease-out;
}

.jchbx__whiteYellow + label:hover:before {
  border-color: #ffd600;
  box-shadow: 0 0 5px 0 rgba(255, 214, 0, 0.2);
}

.jchbx__whiteYellow:disabled + label {
  cursor: default;
  opacity: 0.7;
}

.jchbx__whiteYellow:disabled + label:before {
  background-color: #e3e3e3;
  border-color: #e3e3e3;
}

.jchbx__whiteYellow:disabled + label:after {
  border-color: #e3e3e3;
}

.jchbx__whiteYellow:checked + label:before {
  border-color: #ffd600;
  background-color: #ffd600;
}

.jchbx__whiteYellow:checked + label:after {
  border-color: #474747;
}

.jradio__greyYellow {
  display: none;
}

.jradio__greyYellow + label {
  cursor: pointer;
  position: relative;
  padding-left: 32px;
  display: block;
}

.jradio__greyYellow + label:before, .jradio__greyYellow + label:after {
  content: "";
  display: block;
  position: absolute;
  border-radius: 50%;
}

.jradio__greyYellow + label:before {
  top: 0;
  left: 0;
  width: 22px;
  height: 22px;
  background-color: #dcdcdc;
  box-shadow: inset 0 0 4px -1px rgba(0, 0, 0, 0.1);
  transition-property: background-color, box-shadow;
  transition: 0.16s ease-in;
}

.jradio__greyYellow + label:after {
  top: 9px;
  left: 9px;
  width: 4px;
  height: 4px;
  background-color: #757575;
  box-shadow: 0 0 4px 0 rgba(0, 0, 0, 0.2);
  transition-property: transform, background-color, box-shadow;
  transition: 0.14s ease-out;
}

.jradio__greyYellow + label:hover:before {
  box-shadow: inset 0 0 4px 0 rgba(0, 0, 0, 0.15);
}

.jradio__greyYellow + label:hover:after {
  transform: scale(1.2);
  box-shadow: 0 0 4px 0 rgba(0, 0, 0, 0.3);
}

.jradio__greyYellow:checked + label:before {
  background-color: #FFD401;
  box-shadow: inset 0 0 4px 0 rgba(255, 89, 0, 0.25);
}

.jradio__greyYellow:checked + label:after {
  transform: scale(1.9);
  background-color: #4f4f4f;
  box-shadow: 0 0 4px 0 rgba(0, 0, 0, 0.25);
}

body[data-jmodal=showed] {
  overflow: hidden;
}

.jmodal__wrapper {
  box-sizing: border-box;
  position: fixed;
  height: 100vh;
  width: 100%;
  top: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0.05);
  z-index: 1000;
}
.jmodal__wrapper.hidden {
  display: none !important;
}
.jmodal__wrapper * {
  box-sizing: border-box;
}
.jmodal__wrapper *.hidden {
  display: none !important;
}

.jmodal__window {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 80%;
  max-width: 1000px;
  height: 80%;
  background-color: #ffffff;
  box-shadow: 0px 5px 25px 0px rgba(0, 0, 0, 0.12);
  display: flex;
  flex-direction: column;
}

.jmodalWindow__closeBtn {
  position: absolute;
  padding: 0;
  right: 5px;
  top: 5px;
  background: transparent;
  font-size: 44px;
  width: 44px;
  color: #b7b7b7;
  line-height: 1;
  border-radius: 50%;
  transition-property: color, background-color;
  transition: 0.14s ease-out;
}
.jmodalWindow__closeBtn:hover {
  color: #fe6102;
}

.jmodalWindow__header.empty, .jmodalWindow__body.empty, .jmodalWindow__footer.empty {
  display: none !important;
}

.jmodalWindow__header {
  padding: 3rem 3rem 0;
  font: 22px/1 RubikMedium, sans-serif;
}

.jmodalWindow__body {
  flex: 1;
  padding: 3rem;
  overflow-y: auto;
}
.jmodalWindow__body::-webkit-scrollbar {
  width: 7px;
  border-radius: 7px;
}
.jmodalWindow__body::-webkit-scrollbar-track {
  box-shadow: inset 0 0 2px rgba(212, 212, 212, 0.3);
  border-radius: 7px;
}
.jmodalWindow__body::-webkit-scrollbar-thumb {
  border-radius: 7px;
  background-color: rgba(255, 213, 0, 0.4);
  transition: background-color 0.2s ease-in-out;
}
.jmodalWindow__body::-webkit-scrollbar-thumb:hover {
  background-color: rgba(255, 213, 0, 0.8);
}

.jmodalWindow__footer {
  padding: 0 3rem 3rem;
}

:root {
  --user-main-text: #353539;
  --user-grey: #686a6b;
  --user-green: #74b858;
  --user-darkgreen: #61a038;
  --user-orange: #ffd500;
  --user-skyblue: #accdda;
  --user-lightgrey: #f2f2f2;
  --user-white: #fff;
  --wg-lightyellow: #fffae4;
}

/* general */
html {
  font-size: 10px;
  letter-spacing: 0.01rem;
  color: var(--user-main-text);
  min-height: 100vh;
  background-color: #f6f6f6;
}

body {
  margin: 0;
  padding: 0;
  font-size: 1.4rem;
  font-family: RubikRegular, OpenSans, sans-serif;
  min-height: 100%;
}
body.minmenu_open {
  overflow: hidden;
  position: fixed;
  height: 100%;
  width: 100%;
}

a, input, select, textarea {
  outline: none;
  color: var(--user-main-text);
}

a {
  font-family: RubikRegular, sans-serif;
  color: var(--user-main-text);
  text-decoration: underline;
  cursor: pointer;
}
a .noDecor {
  color: inherit;
  text-decoration: inherit;
}
a:hover {
  color: #84d055;
}
a.blue_link {
  font-size: 1.4rem;
  font-family: RubikRegular, sans-serif;
  color: #0089ff;
  text-decoration: none;
  transition: color 0.1s ease-out;
}
a.blue_link:hover {
  color: #003ef9;
  text-decoration: none;
}

input[type=button], input[type=submit], button {
  -webkit-appearance: none;
  -moz-appearance: none;
  border: none;
}

button, .button, .btn {
  border-radius: 5px;
  padding: 1.5rem 2rem;
  cursor: pointer;
  box-sizing: content-box;
  text-decoration: none;
  outline: none;
}

.button-cancel {
  border: 1px solid #999;
}

.button-success {
  color: white;
  background-color: #8bb75f;
}
.button-success[disabled=disabled] {
  color: white;
  background-color: gainsboro;
}

.button-crm-yellow {
  color: black;
  background-color: #FFD401;
}

.button-crm-green {
  color: white;
  background-color: #74B848;
}

.button-disabled {
  color: white;
  background-color: gainsboro;
}

.button-reject {
  color: white;
  background-color: #F38686;
}

h3 {
  display: block;
  margin: 0;
  padding: 0;
  font-size: 2.4rem;
  line-height: 3.5rem;
  text-align: left;
}

h2, h1 {
  width: 100%;
  font: 1.8rem "RubikRegular";
  text-decoration: underline;
  color: #686a6b;
  display: flex;
  align-items: center;
}

h1 {
  font-size: 2rem;
}

img {
  line-height: 1rem;
}

#body_container {
  height: 100%;
}

.download_manual {
  margin: 10px 30px;
  padding: 10px 0 10px 30px;
  background: #FAEBD7 url("/_images/book_open.png") 10px 50% no-repeat;
  border: 1px solid #AB5C00;
}

.success_info {
  border: 1px solid #060;
  background-color: #bfb;
  color: #333;
  padding: 10px;
  margin: 5px 0;
  font-size: 12px;
  font-weight: bold;
}

.failure_info {
  border: 1px solid #600;
  background-color: #fbb;
  color: #333;
  padding: 10px;
  margin: 5px 0;
  font-size: 12px;
  font-weight: bold;
}

.describe_info {
  border: 1px solid #960;
  background-color: #FFEFCE;
  color: #333;
  padding: 10px;
  margin: 5px 0;
  font-size: 12px;
  font-weight: bold;
}

div.table_cells_centered table td {
  text-align: center !important;
}

div.th_cells_align_right table th {
  text-align: right !important;
}

div.th_cells_align_left table tr th {
  text-align: left !important;
}

.newslist_date {
  font-size: 11px;
  color: gray;
  white-space: nowrap;
}

.red_warning, .yellow_warnin, .green_warning, .grey_warning {
  padding: 5px;
  border-radius: 5px;
}

.red_warning {
  border: 1px solid red;
  background-color: #fdd;
}

.yellow_warning {
  border: 1px solid darkgoldenrod;
  background-color: #fff3d1;
}

.green_warning {
  border: 1px solid darkgreen;
  background-color: #dfd;
}

.grey_warning {
  border: 1px solid #bbb;
  background-color: #eee;
}

.button_edit {
  background-color: #eee;
  color: #666;
}
.button_edit:hover {
  background-color: #ddd;
}

.button_small {
  font-size: 10px;
  padding: 2px;
}

.stateSwitch {
  display: inline-block;
}
.stateSwitch > .active {
  color: #84d055;
}

/* signals boxes */
.red_signal {
  border-left: 8px solid #FE6102;
  padding: 2rem 3rem;
  background-color: #ffffff;
}

.lightred_signal {
  border-left: 8px solid #ffb403;
  padding: 2rem 3rem;
  background-color: #ffffff;
}

.green_signal {
  border-left: 8px solid #78ba4f;
  padding: 2rem 3rem;
  background-color: #ffffff;
}

.lightyellow_signal {
  border-left: 8px solid #fff548;
  padding: 2rem 3rem;
  background-color: #ffffff;
}

.yellow_signal {
  border-left: 8px solid #f4d432;
  padding: 2rem 3rem;
  background-color: #ffffff;
}

.grey_signal {
  border-left: 8px solid #cccccc;
  padding: 2rem 3rem;
  background-color: #ffffff;
}

/* texts colors */
.err_text {
  color: #fe6102;
}

.success_text {
  color: #78ba4f;
}

.bold_text {
  font-family: RubikMedium, sans-serif !important;
}

/* shadow boxes */
.shadow_for_box {
  margin: 2rem 0;
}

.bottom_shadow_for_box {
  display: flex;
  margin: 2rem 0;
  border-radius: 5px;
  border: 1px solid #dfe6eb;
  -webkit-box-shadow: 0px 8px 0px 0px #dfe6eb;
  -moz-box-shadow: 0px 8px 0px 0px #dfe6eb;
  box-shadow: 0px 8px 0px 0px #dfe6eb;
}

.shadow_box, .shadow_for_box {
  background-color: #ffffff;
  border-radius: 5px;
  box-shadow: 0 2px 2px 1px rgba(0, 0, 0, 0.1);
}

table {
  border-collapse: collapse;
}

.zebra_table tr:nth-child(2n+1):not(:first-child) {
  background-color: #f5f7f9;
}

/* buttons */
.btn {
  display: inline-block;
  font-family: RubikRegular, sans-serif;
  padding: 2rem 3.5rem;
}

.button {
  display: inline-block;
  font-size: 1.5rem;
  font-family: RubikRegular, sans-serif;
  padding: 1rem 3rem;
  margin: 0.5rem 0;
}

.btn_not_active, .button:disabled {
  cursor: default;
  outline: none;
  color: #636363 !important;
  background-color: #dcdcdc !important;
  font: 400 1.5rem RubikRegular, sans-serif;
  border: 1px solid #dcdcdc !important;
  transition-property: background-color, color, border-color;
  transition: 0.15s ease;
}
.btn_not_active:hover, .button:disabled:hover {
  color: #636363 !important;
}

.btn_green {
  outline: none;
  color: #fff;
  background-color: #78ba4f;
  font: 400 1.5rem RubikRegular, sans-serif;
  border: 1px solid #78ba4f;
  transition-property: background-color, color, border-color;
  transition: 0.15s ease;
}
.btn_green:hover {
  color: #fff;
  background-color: #61a338;
}
.btn_green:active {
  color: #fff;
  background-color: #78ba4f;
}

.btn_grey {
  outline: none;
  color: #686a6b;
  background-color: #f4f4f4;
  font: 400 1.5rem RubikRegular, sans-serif;
  border: 1px solid #f4f4f4;
  transition-property: background-color, color, border-color;
  transition: 0.15s ease;
}
.btn_grey:hover {
  color: #686a6b;
  background-color: #e4e4e4;
  border-color: #e4e4e4;
}
.btn_grey:active {
  color: #686a6b;
  background-color: #f4f4f4;
  border-color: false;
}

.btn_grey_border {
  outline: none;
  color: #686a6b;
  background-color: transparent;
  font: 400 1.5rem RubikRegular, sans-serif;
  border: 1px solid #dcdcdc;
  transition-property: background-color, color, border-color;
  transition: 0.15s ease;
}
.btn_grey_border:hover {
  color: #686a6b;
  border-color: #909090;
}
.btn_grey_border:active {
  color: #686a6b;
  border-color: #dcdcdc;
}

.btn_white_grey_border {
  outline: none;
  color: #686a6b;
  background-color: #ffffff;
  font: 400 1.5rem RubikRegular, sans-serif;
  border: 1px solid #dcdcdc;
  transition-property: background-color, color, border-color;
  transition: 0.15s ease;
}
.btn_white_grey_border:hover {
  color: #686a6b;
  border-color: #909090;
}
.btn_white_grey_border:active {
  color: #686a6b;
  border-color: #dcdcdc;
}

.btn_yellow {
  outline: none;
  color: #353539;
  background-color: #ffe140;
  font: 400 1.5rem RubikRegular, sans-serif;
  border: 1px solid #ffe140;
  transition-property: background-color, color, border-color;
  transition: 0.15s ease;
}
.btn_yellow:hover {
  color: #353539;
  background-color: #ffd500;
  border-color: #ffd500;
}
.btn_yellow:active {
  color: #353539;
  background-color: #ffe140;
  border-color: false;
}

.btn_yellow_border {
  outline: none;
  color: #353539;
  background-color: #fff;
  font: 400 1.5rem RubikRegular, sans-serif;
  border: 1px solid #ffe140;
  transition-property: background-color, color, border-color;
  transition: 0.15s ease;
}
.btn_yellow_border:hover {
  color: #353539;
  border-color: #ffd500;
}
.btn_yellow_border:active {
  color: #353539;
  border-color: #ffe140;
}

.btn_red {
  outline: none;
  color: #fff;
  background-color: #ff7724;
  font: 400 1.5rem RubikRegular, sans-serif;
  border: 1px solid #ff7724;
  transition-property: background-color, color, border-color;
  transition: 0.15s ease;
}
.btn_red:hover {
  color: #fff;
  background-color: #fe6102;
}
.btn_red:active {
  color: #fff;
  background-color: #ff7724;
}

.btn_red_border {
  outline: none;
  color: #ff7724;
  background-color: transparent;
  font: 400 1.5rem RubikRegular, sans-serif;
  border: 1px solid #ff7724;
  transition-property: background-color, color, border-color;
  transition: 0.15s ease;
}
.btn_red_border:hover {
  color: #fe6102;
  background-color: rgba(255, 126, 0, 0.05);
  border-color: #fe6102;
}
.btn_red_border:active {
  color: #ff7724;
  background-color: transparent;
  border-color: #ff7724;
}

.back_button, .back_btn {
  display: inline-block;
  margin-top: 15px;
  padding: 1.7rem 3.5rem;
  font-size: 16px;
}
.back_button img, .back_btn img {
  margin-right: 3px;
  display: inline-block;
}

/* buttons end */
.w25 {
  min-width: 25%;
}

.w40 {
  min-width: 40%;
}

.plus_icon_in_btn {
  vertical-align: middle;
  position: relative;
  margin-right: 30px;
}
.plus_icon_in_btn:before {
  content: url("/_images/_white_design/personal_area/twg/plus.png");
  position: absolute;
  display: inline-block;
  max-width: 20px;
  top: 0;
  bottom: 0;
}

.print_icon_in_btn {
  vertical-align: middle;
  position: relative;
  margin-right: 35px;
}
.print_icon_in_btn:before {
  content: url("/_images/_white_design/personal_area/twg/print-button.png");
  position: absolute;
  display: inline-block;
  max-width: 20px;
  top: 0;
  bottom: 0;
}

.back_icon_in_btn {
  display: inline-block;
  margin-right: 7px;
}
.back_icon_in_btn:before {
  content: url("/_images/_white_design/personal_area/back-arrow.png");
}

.list_with_dot_icon_in_btn {
  vertical-align: middle;
  position: relative;
  margin-right: 35px;
}
.list_with_dot_icon_in_btn:before {
  content: url("/_images/_white_design/personal_area/twg/list-with-dots.png");
  position: absolute;
  display: inline-block;
  max-width: 20px;
  top: 0;
  bottom: 0;
}

.form_exit_btn {
  position: absolute;
  padding: 0;
  background: none;
  outline: none;
  top: 5px;
  right: 10px;
  color: #ccc;
}
.form_exit_btn:hover {
  color: gray;
}
.form_exit_btn:active {
  color: #ccc;
}

.download-box {
  box-sizing: border-box;
  background-color: #eaf1f7;
}

.border_grey_box {
  border: 2px solid #eaf1f7;
  background-color: #fff;
}

.noselect {
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

/* indicators */
/* 1 */
.indicator_picture-wrapper {
  margin: 2px auto 0;
  width: 70%;
  border-radius: 2.5px;
  background-color: #d2d2d2;
}
.indicator_picture-wrapper .indicator_picture {
  border-radius: 2.5px;
  height: 5px;
}

/* 2 */
.linear-indicator {
  margin: 1rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
  min-width: 10rem;
}
.linear-indicator .indicator-picture-wrapper {
  width: 100%;
}
.linear-indicator .indicator-picture-wrapper .linear-indicator_indicator-picture {
  height: 0.5rem;
}
.linear-indicator .linear-indicator_indicator-label {
  margin-left: 0.5rem;
  min-width: 4.5rem;
  text-align: start;
}

/* indicators end */
/* common end */
/* new style end */
/* general end*/
#body_container #banner {
  display: none;
}
#body_container.banner #banner {
  display: block;
}
#body_container.banner #banner a, #body_container.banner #banner img {
  display: block;
  max-height: 80px;
  margin: auto;
  max-width: 100vw;
}
#body_container.banner #head {
  position: sticky;
  top: 0;
}
#body_container.banner #content, #body_container.banner #menu_left {
  padding-top: 0 !important;
}
#body_container.banner #menu_left {
  position: absolute !important;
}

/* head */
#head {
  position: fixed;
  height: 80px;
  z-index: 999;
  width: 100%;
  display: flex;
  justify-content: flex-start;
  background-color: #ffffff;
  box-shadow: 0px 2px 2px 0px rgba(0, 0, 0, 0.1);
}
#head .header_logo {
  min-width: 28rem;
  background-color: #ffffff;
  background-image: url("/_images/_white_design/personal_area/logo_crm.png");
  background-position: 40px;
  background-repeat: no-repeat;
  background-size: 95px auto;
  transition: width 0.2s ease;
}
#head .header_logo .menu-button {
  width: 2rem;
  height: 1.8rem;
  position: absolute;
  z-index: 999;
  top: 3rem;
  left: 2.5rem;
  cursor: pointer;
  display: none;
}
#head .header_logo .header_logo_hamburger {
  display: none;
}
#head .header_content {
  width: 100%;
  min-width: 740px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-size: 15px;
}
#head .header_content_label {
  padding-left: 2rem;
  font-family: "RubikRegular", sans-serif;
  display: flex;
  align-items: center;
}
#head .header_content_label > span {
  cursor: default;
}
#head .header_content_label .header_content_label_uicon {
  margin-right: 10px;
}
#head .header_content_toasts {
  display: flex;
  justify-content: flex-end;
  height: 100%;
  align-items: center;
}
#head .header_content_toasts .toasts_button {
  height: 3.5rem;
  margin: 0 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
}
#head .header_content_toasts .toasts_button_label {
  text-decoration: none !important;
  white-space: nowrap;
}
#head .header_content_toasts .ntoast-notes-button .toasts-icon_wrapper, #head .header_content_toasts .ntoast-balance-button .toasts-icon_wrapper, #head .header_content_toasts .ntoast-inventory-button .toasts-icon_wrapper, #head .header_content_toasts .ntoast-prefs-button .toasts-icon_wrapper {
  position: relative;
  width: 100%;
  height: 100%;
  background-position: 50% 50%;
  background-size: 2.2rem auto;
  background-repeat: no-repeat;
  transition: background-image 0.12s ease-in;
}
#head .header_content_toasts .ntoast-notes-button, #head .header_content_toasts .ntoast-prefs-button {
  width: 3.5rem;
}
#head .header_content_toasts .ntoast-notes-button .toasts-icon_wrapper {
  background-image: url(/_images/_white_design/personal_area/header_menu/message_gray.png);
}
#head .header_content_toasts .ntoast-notes-button:hover .toasts-icon_wrapper {
  background-image: url(/_images/_white_design/personal_area/header_menu/message_green.png);
}
#head .header_content_toasts .ntoast-notes-button__new-message {
  position: relative;
}
#head .header_content_toasts .ntoast-notes-button__new-message .toasts-icon_wrapper {
  background-image: url(/_images/_white_design/personal_area/header_menu/message_green.png);
}
#head .header_content_toasts .ntoast-notes-button__new-message .toast-notes-baloon {
  position: absolute;
  top: 6px;
  right: 2px;
  width: 5px;
  height: 5px;
  background-color: #ff7e00;
  border-radius: 50%;
  border: 2px solid #ffffff;
}
#head .header_content_toasts .ntoast-notes-button__no-new-message .toasts_button_label {
  display: none;
}
#head .header_content_toasts .ntoast-balance-button {
  transition: color 0.12s ease-in;
}
#head .header_content_toasts .ntoast-balance-button #toast_balance_span {
  margin-left: 10px;
  white-space: nowrap;
}
#head .header_content_toasts .ntoast-balance-button .toasts-icon_wrapper {
  width: 2.2rem;
  background-image: url(/_images/_white_design/personal_area/header_menu/wallet_gray.png);
}
#head .header_content_toasts .ntoast-balance-button:hover {
  color: #78ba4f;
}
#head .header_content_toasts .ntoast-balance-button:hover .toasts-icon_wrapper {
  background-image: url(/_images/_white_design/personal_area/header_menu/wallet_green.png);
}
#head .header_content_toasts .ntoast-audio-button {
  margin-right: 2.4rem !important;
  transition: color 0.12s ease-in;
}
#head .header_content_toasts .ntoast-audio-button .toasts-icon_wrapper {
  width: 2.5rem;
  height: 3.5rem;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  background-image: url(/_images/_white_design/personal_area/header_menu/sound_gray.png);
}
#head .header_content_toasts .ntoast-audio-button:hover {
  color: #78ba4f;
}
#head .header_content_toasts .ntoast-audio-button:hover .toasts-icon_wrapper {
  background-image: url(/_images/_white_design/personal_area/header_menu/sound_green.png);
}
#head .header_content_toasts .ntoast-audio-button.no-sound .toasts-icon_wrapper {
  background-image: url(/_images/_white_design/personal_area/header_menu/nosound_gray.png);
}
#head .header_content_toasts .ntoast-audio-button.no-sound:hover .toasts-icon_wrapper {
  background-image: url(/_images/_white_design/personal_area/header_menu/nosound_green.png);
}
#head .header_content_toasts .ntoast-audio-button.hidden {
  display: none;
}
#head .header_content_toasts .ntoast-inventory-button {
  transition: color 0.12s ease-in;
}
#head .header_content_toasts .ntoast-inventory-button #toast_inventory_span {
  margin-left: 10px;
  white-space: nowrap;
}
#head .header_content_toasts .ntoast-inventory-button .toasts-icon_wrapper {
  width: 2.2rem;
  background-image: url(/_images/_white_design/personal_area/header_menu/box_gray.png);
}
#head .header_content_toasts .ntoast-inventory-button:hover {
  color: #78ba4f;
}
#head .header_content_toasts .ntoast-inventory-button:hover .toasts-icon_wrapper {
  background-image: url(/_images/_white_design/personal_area/header_menu/box_green.png);
}
#head .header_content_toasts .ntoast-prefs-button .toasts-icon_wrapper {
  background-image: url(/_images/_white_design/personal_area/header_menu/gear_gray.png);
}
#head .header_content_toasts .ntoast-prefs-button:hover .toasts-icon_wrapper {
  background-image: url(/_images/_white_design/personal_area/header_menu/gear_green.png);
}
#head .header_content_toasts .ntoast-exit-button {
  display: flex;
  align-items: center;
  height: 100%;
  border-left: 1px solid #dfe6eb;
  padding: 0 4rem;
  cursor: pointer;
  transition: background-color 0.12s ease-in;
}
#head .header_content_toasts .ntoast-exit-button .toasts_button_label {
  transition: color 0.12s ease-in;
}
#head .header_content_toasts .ntoast-exit-button .toasts-icon_wrapper {
  margin-right: 7px;
  width: 1.88rem;
  height: 2.2rem;
  background-image: url(/_images/_white_design/personal_area/header_menu/exit_grey.png);
  background-position: 50% 50%;
  background-size: 2rem 2rem;
  background-repeat: no-repeat;
  transition: background-image 0.12s ease-in;
}
#head .header_content_toasts .ntoast-exit-button:hover {
  background: rgba(223, 230, 235, 0.45);
}
#head .header_content_toasts .ntoast-exit-button:hover .toasts-icon_wrapper {
  background-image: url(/_images/_white_design/personal_area/header_menu/exit_green.png);
}
#head .header_content_toasts .ntoast-exit-button:hover .toasts_button_label {
  color: #78ba4f;
}
#head .header_content_toasts .ntoast-print-button {
  width: 3.5rem;
  border: none;
}
#head .header_content_toasts .ntoast-print-button div {
  width: 2rem;
  height: 2rem;
  background-image: url(/_images/_white_design/personal_area/header_menu/sprite1_exp.png);
  background-size: 4rem 10rem;
  background-position: 0rem 4rem;
}
#head .header_content_toasts .ntoast-print-button:hover div {
  background-position: 2rem 4rem;
}

/* head end*/
/* menu left */
#menu_left {
  display: block;
  position: fixed;
  top: 0rem;
  padding-top: 8rem;
  box-sizing: border-box;
  left: 0rem;
  width: 28rem;
  box-shadow: 0.5px 0px 2px 0px rgba(0, 0, 0, 0.1);
  background-color: #ffffff;
  height: 100%;
  min-height: 100vh;
  z-index: 10;
}
#menu_left .menu-left_itemlist {
  padding-left: 0;
  list-style-type: none;
  position: relative;
  margin: 2.5rem 0 0 0;
  width: 100%;
}
#menu_left .menu-left_itemlist li {
  width: 100%;
}
#menu_left .menu-left_itemlist li a {
  box-sizing: border-box;
  width: 100%;
  display: flex;
  align-items: center;
  position: relative;
  padding: 1.3rem 0 1.3rem 3rem;
  border-left: 4px solid #f9f9f9;
  font: 1.4rem "RubikRegular";
  text-decoration: none;
  transition-property: color, background;
  transition: 0.07s ease;
}
#menu_left .menu-left_itemlist li a:hover {
  background: #f3f9fe;
  border-left: 4px solid #adb1b6;
}
#menu_left .menu-left_itemlist li.menu-left_item__passive .menu-left_submenu {
  display: none;
}
#menu_left .menu-left_itemlist li.menu-left_item__active .menu-left_item > a {
  border-left: 4px solid #84d055;
  background: #f3f9fe;
}
#menu_left .menu-left_itemlist li.menu-left_item__active .menu-left_item > a:hover {
  border-left: 4px solid #84d055;
}
#menu_left .menu-left_itemlist li.separator:before {
  display: block;
  content: "";
  border-bottom: 2px solid #eee;
}
#menu_left .menu-left_item {
  width: 100%;
  position: relative;
}
#menu_left .menu-left_item .menu-left_submenu {
  padding-left: 0;
  list-style-type: none;
  position: relative;
  width: 100%;
  box-sizing: border-box;
  background-color: #f9f9f9;
}
#menu_left .menu-left_item .menu-left_submenu .submenu_point {
  padding-left: 3rem;
  box-sizing: border-box;
}
#menu_left .menu-left_item .menu-left_submenu .submenu_point a {
  padding: 1.3rem 0 1.3rem 3rem;
}
#menu_left .menu-left_item .menu-left_submenu .submenu_point a:hover {
  background: #f3f9fe;
}
#menu_left .menu-left_item .menu-left_submenu .submenu_point a.submenu_point__active {
  color: #84d055;
  border-left: 4px solid #84d055;
  background: #f3f9fe;
}
#menu_left .menu-left_item .menu-left_submenu .submenu_point a.submenu_point__active:hover {
  border-left: 4px solid #84d055;
}
#menu_left .menu-left_item .menu-left_submenu .submenu_point.separator:before {
  display: block;
  content: "";
  border-bottom: 2px solid #eee;
}
#menu_left .menu-left_item__active div {
  color: #84d055;
}

#body_container {
  /*&[data-visible-condition="2"]{
    @include slimmenu();
  }*/
}
#body_container[data-visible-condition="2"] #menu_left {
  width: 0;
  overflow: hidden;
  visibility: hidden;
}
#body_container[data-visible-condition="2"] #body_inner {
  margin-left: 0;
}
#body_container[data-action=pExercise] div.user_desktop, #body_container[data-action=tExercise] div.user_desktop, #body_container[data-action=tDemoExercise] div.user_desktop {
  max-width: 100%;
}

/* menu left end */
/* content */
#content {
  background-color: #f6f6f6;
  position: relative;
  padding-top: 80px;
  height: 100%;
  min-height: 100vh;
  box-sizing: border-box;
}
#content hr {
  border: none;
  height: 1px;
  background-color: #ccc;
}

#body_inner {
  margin-left: 28rem;
  min-height: 100%;
  background-color: #f6f6f6;
  box-sizing: border-box;
}
#body_inner .no-left-menu {
  margin-left: 0;
}

div.user_desktop {
  max-width: 940px;
  background-color: #f6f6f6;
  padding: 2rem 3rem 4.5rem;
  line-height: 1.25;
}
div.user_desktop .content_label {
  padding: 0;
  margin: 1rem 0 3rem;
  font: 2.8rem/1 "RubikBold";
  color: #303032;
}
div.user_desktop .content_label span {
  margin-left: 1.4rem;
}
div.user_desktop .content_description {
  margin-bottom: 2.5rem;
}
div.user_desktop .content_description > div:not(:last-child) {
  margin-bottom: 1rem;
}

/* wdTable1 */
.wd_table_1 {
  margin: 2.5rem 0;
  line-height: 1;
  max-width: 110rem;
  height: 100%;
  border-radius: 5px;
}
.wd_table_1 table {
  width: 100%;
  height: 100%;
  border-collapse: collapse;
  background: #ffffff;
  border-radius: 5px;
}
.wd_table_1 table tr th, .wd_table_1 table tr td {
  padding: 1.5rem;
}
.wd_table_1 table tr th:first-child, .wd_table_1 table tr td:first-child {
  padding-left: 3rem;
}
.wd_table_1 table tr th:last-child, .wd_table_1 table tr td:last-child {
  padding-right: 3rem;
}
.wd_table_1 table tr th {
  font-family: "RubikMedium";
}
.wd_table_1 table tr td {
  border-top: 1px solid #dfe6eb;
}
.wd_table_1 table tr.shaded_row td {
  color: rgba(104, 106, 107, 0.5);
}

/* wdTable1 end */
/* simoraTableHolder */
div.simoraTableHolder {
  margin: 2.5rem 0;
  border-radius: 5px;
  display: inline-block;
}
div.simoraTableHolder table {
  border-collapse: collapse;
}
div.simoraTableHolder table th {
  padding: 2rem 0;
  box-sizing: border-box;
}
div.simoraTableHolder table td {
  box-sizing: border-box;
  padding: 2rem 2rem;
  border: 1px solid #dfe6eb;
}
div.simoraTableHolder table td input[type=number], div.simoraTableHolder table td input[type=text] {
  width: 100%;
  height: 100%;
  padding: 1em 0;
  border: none;
  border-bottom: 1px solid #d9e0e5;
  font-size: 1.6rem;
}
div.simoraTableHolder table tr {
  /*&:not(:first-child)>th:first-child{
    text-align: left;
    padding:2rem;
    box-sizing:border-box;
  }*/
}
div.simoraTableHolder table tr:first-child th {
  padding-left: 2rem;
  padding-right: 2rem;
}
div.simoraTableHolder table tr:first-child th, div.simoraTableHolder table tr:first-child td {
  border-top: 0px;
}
div.simoraTableHolder table tr:last-child th, div.simoraTableHolder table tr:last-child td {
  border-bottom: 0px;
}
div.simoraTableHolder table tr th:first-child, div.simoraTableHolder table tr td:first-child {
  border-left: 0px;
}
div.simoraTableHolder table tr th:last-child, div.simoraTableHolder table tr td:last-child {
  border-right: 0px;
}
div.simoraTableHolder table .csname_cell_for_max_576 {
  display: none;
}

/* simoraTableHolder end */
/* whiteTableHolder */
.whiteTableHolder table {
  border-collapse: collapse;
  margin: 5px 10px;
}
.whiteTableHolder table td, .whiteTableHolder table th {
  background-color: #fff;
  padding: 10px 2px;
}
.whiteTableHolder table th {
  border-bottom: 2px solid #666;
}
.whiteTableHolder table td {
  border-bottom: 1px solid #eee;
}
.whiteTableHolder table tr.red td {
  background-color: #fdd;
}
.whiteTableHolder table tr:hover td {
  background-color: #ffffcc;
}
.whiteTableHolder table tr.not_payed td:first-child {
  border-left: 5px solid red;
}
.whiteTableHolder.pad5 table td {
  padding-left: 5px;
  padding-right: 5px;
}
.whiteTableHolder.pad10 table td {
  padding-left: 10px;
  padding-right: 10px;
}

/* whiteTableHolder end */
/* edus survey form */
div.edus_survey_form {
  background-color: #fcfcfc;
  padding: 1px;
  border: 1px dashed #ccc;
}
div.edus_survey_form ol {
  margin: 0;
}
div.edus_survey_form li {
  margin: 0;
  border-bottom: 1px solid #ccc;
  padding: 10px 5px;
}
div.edus_survey_form li:hover {
  background-color: #fef6a9;
}
div.edus_survey_form .edus_survey_question {
  font-weight: bold;
}

/* edus survey form end */
/* service baloon */
#service_baloon {
  position: absolute;
  min-width: 350px;
  max-width: 500px;
  background: #f6f7f7;
  box-shadow: 0 0 5px #BBB;
  top: 34px;
  right: -162px;
  z-index: 5;
  border: 1px solid #d9e0e5;
  border-radius: 0.5rem;
}
#service_baloon span::after, #service_baloon span::before {
  content: "";
  position: absolute;
  z-index: 2;
  top: -12px;
  left: 50%;
  margin-left: -8px;
  border-bottom: 12px solid #f6f7f7;
  border-left: 12px solid transparent;
  border-right: 12px solid transparent;
  border-top: 0;
}
#service_baloon span::before {
  border-bottom-color: #d9e0e5;
  top: -13px;
}
#service_baloon .service_close {
  float: right;
  padding: 0 !important;
  background: none !important;
  color: #F00;
  font: bold 22px Arial;
  margin: 2px 9px 0 0;
  text-decoration: none;
}
#service_baloon .service_close:hover {
  float: right;
  cursor: pointer;
  color: #ab0000;
  background: none !important;
}
#service_baloon .service_message {
  font-size: 11px;
  padding: 1.6rem;
  color: #444444;
}
#service_baloon .service_message .service_message_header {
  margin-bottom: 1em;
  font-weight: 700;
}
#service_baloon .service_message a {
  padding: 2px;
  border: none;
}
#service_baloon .service_separator {
  margin: 0 6px;
  border-bottom: 1px solid #d9e0e5;
}

#service_wait {
  display: none;
  float: right;
  margin: 9px 11px 0 0;
}

/* service baloon end */
/* table view tools */
/*.table-view-tools{
  white-space: nowrap;
  a{
    text-decoration: none;
    display: inline-block;
    padding: 1rem 0;
    border: 0.1rem solid rgb(111, 125, 132);
    border-radius: 5px;
    box-sizing:border-box;
    width: 28rem;
    text-align: center;
    color: rgb(111, 125, 132);
    font: 14px "OpenSansSemiBold";
    &:hover{color: rgb(111, 125, 132);}
    &:first-child{margin-right:-.1rem;}
  }
  &[data-condition="0"]{
    a:first-child{
      border-radius: 0px 0px 0px 0px;
      border-left: none;
      border-top: none;
      border-right: none;
    }
    a:last-child{
      border-radius: 5px 5px 0px 0px;
      border-bottom: none;
    }
  }
  &[data-condition="1"]{
    a:first-child{
      border-radius: 5px 5px 0px 0px;
      border-bottom: none;
    }
    a:last-child{
      border-radius: 5px 5px 0px 0px;
      border-top: none;
      border-left: none;
      border-right: none;
    }
  }
}*/
/* table view tools end */
/* render after registration step */
.first-step-string {
  margin-top: 2rem;
}
.first-step-string:last-child {
  margin-bottom: 2rem;
}
.first-step-string button {
  display: inline-block;
  width: 20rem;
  padding: 1.5rem 0;
}
.first-step-string span {
  padding: 0 1.5rem;
}

/* render after registration step end */
/* content end*/
/* footer */
#copyright {
  display: none;
  background-color: #eaf1f7;
  text-align: center;
  height: 85px;
  width: 100%;
}
#copyright a {
  display: none;
}

/* footer end */
/* pm form */
#do_pmForm {
  max-width: 900px;
}
#do_pmForm .shadow_for_box {
  padding: 20px 30px;
}
#do_pmForm .shadow_for_box table {
  margin: 2rem 0;
}
#do_pmForm .shadow_for_box table tr td, #do_pmForm .shadow_for_box table tr th {
  height: 45px;
  line-height: 2rem;
  padding: 5px 10px;
}
#do_pmForm .shadow_for_box table tr .button {
  width: 90px;
}
#do_pmForm .shadow_for_box table tr:not(:last-child) {
  border-bottom: 1px solid #dfe6eb;
}
#do_pmForm .shadow_for_box table tr:hover {
  background-color: rgba(255, 225, 64, 0.4);
}

/* pm form end */
/*<Марафин-грамотей:сравнение навыков>*/
.competence {
  display: inline-block;
  width: 30px;
  height: 30px;
  background-size: cover;
}
.competence-up {
  background-image: url(../_images/_white_design/personal_area/pwelcome/arrow-up.png);
}
.competence-down {
  background-image: url(../_images/_white_design/personal_area/pwelcome/arrow-down.png);
}
.competence-equal {
  background-image: url(../_images/_white_design/personal_area/pwelcome/equal.png);
}

.simoraTableHolder.gram-competence-table {
  width: 700px;
}
.simoraTableHolder.gram-competence-table td:nth-child(2), .simoraTableHolder.gram-competence-table td:nth-child(3) {
  text-align: center;
}
.simoraTableHolder.gram-competence-table td:nth-child(2):after, .simoraTableHolder.gram-competence-table td:nth-child(3):after {
  content: "%";
}

/*</Марафин-грамотей:сравнение навыков>*/
/* дисклаймер про договр публичной оферты */
.login_disclaimer {
  text-align: center;
  font-size: 1.2rem;
  margin: 0 auto;
  line-height: 1.7rem;
  width: 320px;
}
.login_disclaimer a {
  font-family: RubikRegular;
}
.login_disclaimer a:hover {
  color: #0089ff;
}

/* дисклаймер про договр публичной оферты end */
/* Советы и подсказки */
/*#hints{
  >div{
    position: relative;
    border-left:5px solid orange;
    background-color: #fffce2;
    padding:1em;
  }
  a{
    &.aHideHint{
      margin-top:.5em;
      display: block;
      color: #ccc;
      &:hover {
        color: gray;
        &:before {width:1em;margin-right: 6px;}
      }
      &:before{
        content:"✖";
        width:0;
        color:gray;
        display:inline-block;
        text-decoration: none;
        transition:width .2s ease-out;
        overflow:hidden;
        vertical-align: middle;
      }
      &:after {content:"скрыть этот совет"}
    }
  }
}*/
/* new hints */
#hints {
  margin-bottom: 2.5rem;
}
#hints > div {
  position: relative;
  border-left: 8px solid #ffd500;
  background-color: #fff;
  padding: 3rem 4rem 3rem 8rem;
  border-radius: 5px;
  box-shadow: 0 2px 2px 1px rgba(0, 0, 0, 0.1);
}
#hints > div:before {
  content: url("/_images/_white_design/personal_area/twg/information.png");
  display: block;
  position: absolute;
  width: 36px;
  top: 2rem;
  left: 2rem;
}
#hints a.aHideHint {
  text-decoration: none;
  position: absolute;
  top: 10px;
  right: 10px;
  display: block;
  color: #ccc;
  transition: color 0.15s ease;
}
#hints a.aHideHint:hover {
  color: gray;
}
#hints a.aHideHint:active {
  color: #ccc;
}

/* new hints end */
/* Советы и подсказки end */
/* отладочный блок про номер версии */
#simora_version {
  padding: 1rem;
  border-top: 1px solid #e5e5e5;
  font-size: 10px;
  color: #9c9c9c;
}

/* отладочный блок про номер версии end */
/* admin tools head */
div#admintools_wrap div {
  display: none;
  position: absolute;
  top: -1px;
  right: 36px;
  width: 220px;
  box-shadow: 0px 3px 5px 0px rgba(0, 0, 0, 0.5);
  background-color: rgba(0, 0, 0, 0.5);
  padding: 0 1rem;
}
div#admintools_wrap a {
  text-decoration: none;
}
div#admintools_wrap:hover div {
  display: block;
  z-index: 10000;
}
div#admintools_wrap ul {
  list-style: none;
  background-color: #E6EAF1;
  padding: 1rem;
  line-height: 2.5rem;
}
div#admintools_wrap ul li {
  text-indent: 0;
}
div#admintools_wrap ul li a {
  display: block;
  text-align: left;
  text-decoration: none;
}
div#admintools_wrap ul li a img {
  margin-right: 5px;
}

.ntoast-admin-button {
  position: relative;
  border: none;
  width: 3.5rem;
  background: url("../_images/_white_design/personal_area/header_menu/lock-icon.png") no-repeat center;
  background-size: 2rem;
}
.ntoast-admin-button:hover {
  background: url("../_images/_white_design/personal_area/header_menu/lock-icon_active.png") no-repeat center;
  background-size: 2rem;
}

/* admin tools head end */
/* jMsgBoxWrapper */
/* всплывающие окошки: */
#jmsgboxwrapper {
  background-color: rgba(0, 0, 0, 0.6);
  z-index: 3001;
  min-height: 100%;
}
#jmsgboxwrapper .jmsgbox_container {
  font-family: RubikRegular, sans-serif;
  background: #ffffff;
  position: absolute;
  z-index: 2;
  text-align: center;
  box-shadow: 0 5px 5px rgba(0, 0, 0, 0.3);
  border-radius: 5px;
  padding: 4rem;
}
#jmsgboxwrapper .jmsgbox_container .jmsgbox_header {
  font-family: "RubikRegular", sans-serif;
  display: block;
  text-align: center;
  font-size: 24px;
  padding: 0;
  line-height: 1;
  margin-bottom: 25px;
}
#jmsgboxwrapper .jmsgbox_container .jmsgbox_content {
  min-height: initial;
  text-align: left;
}
#jmsgboxwrapper .jmsgbox_container .jmsgbox_content p {
  margin: 0;
  line-height: 1.7rem;
}
#jmsgboxwrapper .jmsgbox_container .jmsgbox_content p:not(:last-child) {
  margin-bottom: 15px;
}
#jmsgboxwrapper .jmsgbox_container .jmsgbox_nav {
  display: flex;
  justify-content: center;
  margin-top: 25px;
  text-align: center;
}
#jmsgboxwrapper .jmsgbox_container .jmsgbox_nav a {
  font-family: "RubikMedium", sans-serif;
  display: block;
  margin: 0 10px;
  padding: 1.5rem 0;
  cursor: pointer;
  text-decoration: none;
  min-width: 80px;
  text-align: center;
  border: 1px solid #dcdcdc;
  border-radius: 3px;
  background: #FFFFFF;
  box-shadow: none;
  transition: all 0.15s ease;
  color: #686a6b;
}
#jmsgboxwrapper .jmsgbox_container .jmsgbox_nav a:hover {
  border-color: #909090;
  color: #686a6b;
}
#jmsgboxwrapper .check_again p {
  margin: 0;
}
#jmsgboxwrapper .check_again p:last-child {
  font-family: "RubikMedium", sans-serif;
  margin-bottom: 10px;
}

/* jMsgBoxWrapper end */
/* jDesktopWarning */
div.jdesktop_warning_info,
div.jdesktop_warning_halt,
div.jdesktop_warning_success,
div.jdesktop_warning_red,
div.jdesktop_warning_white {
  padding: 5px;
  margin-bottom: 3px;
}

div.jdesktop_warning_info {
  background-color: #ddf;
  border: 1px solid #33f;
}

div.jdesktop_warning_halt {
  background-color: #fdd;
  border: 1px solid #f33;
}

div.jdesktop_warning_success {
  background-color: #dfd;
  border: 1px solid #3f3;
}

div.jdesktop_warning_red {
  background-color: #fdd;
  border: 1px solid #f33;
}

div.jdesktop_warning_white {
  background-color: white;
  background-repeat: repeat-x;
  color: #333;
  border: 1px solid #ccc;
}

/* jDesktopWarning end */
/* parse archive */
#parse_container {
  display: none;
}

#parse_final {
  display: block;
}

#parse_report {
  -moz-box-shadow: inset 0px 0px 8px #A7A7A7;
  -webkit-box-shadow: inset 0px 0px 8px #A7A7A7;
  -khtml-box-shadow: inset 0px 0px 8px #A7A7A7;
  box-shadow: inset 0px 0px 8px #A7A7A7;
  border: 1px solid #B1B1B1;
  padding: 0 10px 5px;
}

#parse_message {
  background-color: #FFE5E5;
  padding: 10px;
  border: 1px solid #D57171;
  color: #CE2626;
  text-align: center;
}

.parser_header {
  font-weight: bold;
  font-size: 13px;
  color: #2F6BAC;
  margin: 8px 0;
}

.parse_progress {
  height: 20px;
  border: 1px solid #5E89AA;
  -moz-border-radius: 3px;
  -khtml-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  margin: 5px 0;
}
.parse_progress_shadow {
  position: relative;
  height: 20px;
  -moz-box-shadow: inset 0px 0px 8px #CDE4FC;
  -webkit-box-shadow: inset 0px 0px 8px #CDE4FC;
  -khtml-box-shadow: inset 0px 0px 8px #CDE4FC;
  box-shadow: inset 0px 0px 8px #CDE4FC;
}
.parse_progress_line {
  position: relative;
  width: 1px;
  height: 20px;
  border-right: 1px solid #4A80C5;
  background-color: #AACEFC;
  -moz-box-shadow: inset 0px 0px 5px #EBFADC;
  -webkit-box-shadow: inset 0px 0px 5px #EBFADC;
  -khtml-box-shadow: inset 0px 0px 5px #EBFADC;
  box-shadow: inset 0px 0px 5px #FFF;
  -moz-border-radius: 3px;
  -khtml-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  margin-top: -20px;
  -webkit-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  -moz-transition: all 0.3s linear;
  transition: all 0.3s linear;
}
.parse_progress_percents {
  position: relative;
  height: 20px;
  text-align: center;
  font-weight: bold;
  color: #1F5EA3;
  margin-top: -18px;
  -moz-text-shadow: 0 0 4px #FFF;
  -webkit-text-shadow: 0 0 4px #FFF;
  -khtml-text-shadow: 0 0 4px #FFF;
  text-shadow: 0 0 4px #FFF;
}
.parse_progress_title {
  font-size: 14px;
  color: #236A9E;
  margin: 0;
}

.parse_report_header {
  margin-top: 10px;
  color: #8B8B8B;
  background-color: #E6E6E6;
  padding: 5px;
  border: 1px solid #B1B1B1;
  border-bottom: none;
}

.parse_report_done {
  font-size: 12px;
  font-weight: bold;
  color: #A9BE9B;
  margin: 8px 0;
}

.parse_report_error {
  font-size: 12px;
  font-weight: bold;
  color: #BE9B9B;
  margin: 8px 0;
}

.parse_student_done, .parse_student_warning {
  margin-bottom: 5px;
}

.parse_student_done .parser_body, .parse_student_warning .parser_body {
  display: none;
  padding: 5px;
  background: url(/_images/_user_desktop/frame_top_shadow.png) repeat-x #FCFCFC;
}

.parse_student_done .parser_title {
  display: block;
  color: #4A8500;
  padding: 4px 4px 4px 27px;
  background: url(/_images/_user_desktop/icon_ok.png) no-repeat 4px 3px #EBFFC0;
  border: 1px solid #98C765;
  cursor: pointer;
}
.parse_student_done .parser_title span {
  color: #B1D466;
  float: right;
}
.parse_student_done .parser_title:hover {
  background-color: #DAF1A7;
  color: #3F7001;
}
.parse_student_done .parser_title:active {
  background-color: #D3EC9C !important;
  color: #3F7001;
}
.parse_student_done .parser_body {
  border: 1px solid #850000;
  border-top: none;
}

.parse_student_warning .parser_title {
  display: block;
  color: #850000;
  padding: 4px 4px 4px 27px;
  background: url(/_images/_user_desktop/icon_error.png) no-repeat 4px 3px #FFC0C0;
  border: 1px solid #850000;
  cursor: pointer;
}
.parse_student_warning .parser_title:hover {
  background-color: #F1A7A7;
  color: #700101;
}
.parse_student_warning .parser_title:active {
  background-color: #E99393 !important;
  color: #700101;
}
.parse_student_warning .parser_title span {
  color: #D46666;
  float: right;
}
.parse_student_warning .parser_body {
  border: 1px solid #850000;
  border-top: none;
}

.parse_final_done {
  background-color: #E3FFB2;
  color: #82BD1A;
  font-weight: bold;
  font-size: 15px;
  border: 1px solid #B8D595;
  padding: 10px;
  display: block;
}

.parse_final_error {
  background-color: #FFB2B2;
  color: #BD1A1A;
  font-weight: bold;
  font-size: 15px;
  border: 1px solid #D59595;
  padding: 10px;
  display: block;
}

.i_d {
  color: #3C5E09;
  padding: 1px 3px 1px 16px;
  margin-bottom: 2px;
  background: url(/_images/_user_desktop/icon_arrow_green.png) no-repeat 2px 5px;
}

.i_e {
  color: #5E0909;
  padding: 1px 3px 1px 16px;
  margin-bottom: 2px;
  background: url(/_images/_user_desktop/icon_arrow_red.png) no-repeat 2px 5px;
}

.report_table td {
  font-size: 13px;
  color: #5A8CCC;
}

.report_table .report_value {
  font-weight: bold;
}

#back2list {
  display: none;
  -khtml-box-shadow: #FFF 0px 0px 3px inset;
  -webkit-box-shadow: #FFF 0px 0px 3px inset;
  -moz-box-shadow: #FFF 0px 0px 3px inset;
  box-shadow: #FFF 0px 0px 3px inset;
  color: #FFF;
  padding: 6px;
  border: 1px solid #437EBE;
  background: #7CA1E2;
  margin-bottom: 10px;
  cursor: pointer;
}

#back2list:hover {
  background: #A0BCEE !important;
}

#back2list:active {
  background: #99B6E9 !important;
  box-shadow: none;
}

@media screen and (max-width: 1239px) {
  div.user_desktop {
    padding: 2rem 2rem 8rem;
  }
}
@media screen and (max-width: 1199px) {
  div.user_desktop {
    padding: 2rem 2rem 8rem;
    margin: 0 auto;
  }

  #head .header_logo {
    min-width: 175px;
    background-position: 76px;
  }
  #head .header_logo .header_logo_hamburger {
    padding: 24px 24px;
    display: inline-block;
    cursor: pointer;
    transition-property: opacity, filter;
    transition-duration: 0.15s;
    transition-timing-function: linear;
    font: inherit;
    color: inherit;
    text-transform: none;
    background-color: transparent;
    border: 0;
    margin: 0;
    overflow: visible;
  }
  #head .header_logo .header_logo_hamburger:hover, #head .header_logo .header_logo_hamburger.is-active:hover {
    opacity: 0.7;
  }
  #head .header_logo .header_logo_hamburger .hamburger-inner, #head .header_logo .header_logo_hamburger .hamburger-inner::before, #head .header_logo .header_logo_hamburger .hamburger-inner::after {
    background-color: #b2b2b2;
  }
  #head .header_logo .header_logo_hamburger .hamburger-box {
    width: 40px;
    display: inline-block;
    position: relative;
  }
  #head .header_logo .header_logo_hamburger .hamburger-box .hamburger-inner {
    display: block;
    position: absolute;
    top: -9px;
    width: 40px;
    height: 4px;
    border-radius: 4px;
    transition-property: transform;
    transition-duration: 0.15s;
    transition-timing-function: ease;
  }
  #head .header_logo .header_logo_hamburger .hamburger-box .hamburger-inner::before, #head .header_logo .header_logo_hamburger .hamburger-box .hamburger-inner::after {
    width: 40px;
    height: 4px;
    border-radius: 4px;
    position: absolute;
    transition-property: transform;
    transition-duration: 0.15s;
    transition-timing-function: ease;
    content: "";
    display: block;
  }
  #head .header_logo .header_logo_hamburger .hamburger-box .hamburger-inner::before {
    top: 12px;
    transition-property: transform, opacity;
    transition-timing-function: ease;
    transition-duration: 0.15s;
  }
  #head .header_logo .header_logo_hamburger .hamburger-box .hamburger-inner::after {
    top: 24px;
  }
  #head .header_logo .header_logo_hamburger.is_active .hamburger-box .hamburger-inner {
    transform: translate3d(0, 12px, 0) rotate(45deg);
  }
  #head .header_logo .header_logo_hamburger.is_active .hamburger-box .hamburger-inner::before {
    transform: rotate(-45deg) translate3d(-5.71429px, -9px, 0);
    opacity: 0;
  }
  #head .header_logo .header_logo_hamburger.is_active .hamburger-box .hamburger-inner::after {
    transform: translate3d(0, -24px, 0) rotate(-90deg);
  }
  #head .header_content_toasts .toasts_button {
    margin: 0 12px;
  }
  #head .header_content_toasts .ntoast-exit-button {
    padding: 0 3rem;
  }

  #body_container #content #body_inner {
    margin-left: 0;
  }
  #body_container #content #menu_left {
    left: 0;
    animation-duration: 0.3s;
    animation-timing-function: ease-in-out;
    overflow-y: auto;
    position: fixed;
    width: 32rem;
    height: 100%;
  }
  #body_container[data-visible-condition="2"] #content #menu_left {
    left: -33rem;
    width: 32rem;
    overflow: hidden;
    visibility: initial;
  }
}
@media screen and (max-height: 876px) {
  #content {
    height: auto;
  }

  #menu_left {
    position: absolute;
    height: auto;
    min-height: 100%;
  }
  #menu_left .menu-left_itemlist {
    padding-bottom: 2rem;
  }
}
@media screen and (max-width: 1023px) {
  #head .header_logo {
    background-image: unset;
    min-width: 8rem;
    position: fixed;
    height: 78px;
  }
  #head .header_content {
    margin-left: 8rem;
  }
  #head .header_logo .header_logo_hamburger {
    padding: 24px 24px;
    display: inline-block;
    cursor: pointer;
    transition-property: opacity, filter;
    transition-duration: 0.15s;
    transition-timing-function: linear;
    font: inherit;
    color: inherit;
    text-transform: none;
    background-color: transparent;
    border: 0;
    margin: 0;
    overflow: visible;
  }
  #head .header_logo .header_logo_hamburger:hover, #head .header_logo .header_logo_hamburger.is-active:hover {
    opacity: 0.7;
  }
  #head .header_logo .header_logo_hamburger .hamburger-inner, #head .header_logo .header_logo_hamburger .hamburger-inner::before, #head .header_logo .header_logo_hamburger .hamburger-inner::after {
    background-color: #b2b2b2;
  }
  #head .header_logo .header_logo_hamburger .hamburger-box {
    width: 40px;
    display: inline-block;
    position: relative;
  }
  #head .header_logo .header_logo_hamburger .hamburger-box .hamburger-inner {
    display: block;
    position: absolute;
    top: -9px;
    width: 40px;
    height: 4px;
    border-radius: 4px;
    transition-property: transform;
    transition-duration: 0.15s;
    transition-timing-function: ease;
  }
  #head .header_logo .header_logo_hamburger .hamburger-box .hamburger-inner::before, #head .header_logo .header_logo_hamburger .hamburger-box .hamburger-inner::after {
    width: 40px;
    height: 4px;
    border-radius: 4px;
    position: absolute;
    transition-property: transform;
    transition-duration: 0.15s;
    transition-timing-function: ease;
    content: "";
    display: block;
  }
  #head .header_logo .header_logo_hamburger .hamburger-box .hamburger-inner::before {
    top: 12px;
    transition-property: transform, opacity;
    transition-timing-function: ease;
    transition-duration: 0.15s;
  }
  #head .header_logo .header_logo_hamburger .hamburger-box .hamburger-inner::after {
    top: 24px;
  }
  #head .header_logo .header_logo_hamburger.is_active .hamburger-box .hamburger-inner {
    transform: translate3d(0, 12px, 0) rotate(45deg);
  }
  #head .header_logo .header_logo_hamburger.is_active .hamburger-box .hamburger-inner::before {
    transform: rotate(-45deg) translate3d(-5.71429px, -9px, 0);
    opacity: 0;
  }
  #head .header_logo .header_logo_hamburger.is_active .hamburger-box .hamburger-inner::after {
    transform: translate3d(0, -24px, 0) rotate(-90deg);
  }

  #body_container #content #menu_left {
    left: 0;
    animation-duration: 0.3s;
    animation-timing-function: ease-in-out;
    overflow-y: auto;
    position: fixed;
  }
  #body_container #content #body_inner {
    width: 100%;
    margin-left: 0;
    padding-bottom: 0;
  }
  #body_container[data-visible-condition="3"] #content #menu_left {
    left: -30rem;
    width: 28rem;
    overflow: hidden;
    visibility: initial;
  }
  #body_container[data-visible-condition="3"] #content #body_inner {
    margin-left: 0;
  }
}
@media screen and (max-width: 992px) {
  div.user_desktop {
    line-height: initial;
  }

  h3 {
    margin: 0;
    padding: 0;
    line-height: initial;
  }

  #body_container {
    height: 100%;
  }
  #body_container #head {
    height: 70px;
  }
  #body_container #head .header_logo {
    min-width: 70px;
    height: 68px;
  }
  #body_container #head .header_logo .header_logo_hamburger {
    padding: 19px 22px;
    display: inline-block;
    cursor: pointer;
    transition-property: opacity, filter;
    transition-duration: 0.15s;
    transition-timing-function: linear;
    font: inherit;
    color: inherit;
    text-transform: none;
    background-color: transparent;
    border: 0;
    margin: 0;
    overflow: visible;
  }
  #body_container #head .header_logo .header_logo_hamburger:hover, #body_container #head .header_logo .header_logo_hamburger.is-active:hover {
    opacity: 0.7;
  }
  #body_container #head .header_logo .header_logo_hamburger .hamburger-inner, #body_container #head .header_logo .header_logo_hamburger .hamburger-inner::before, #body_container #head .header_logo .header_logo_hamburger .hamburger-inner::after {
    background-color: #b2b2b2;
  }
  #body_container #head .header_logo .header_logo_hamburger .hamburger-box {
    width: 40px;
    display: inline-block;
    position: relative;
  }
  #body_container #head .header_logo .header_logo_hamburger .hamburger-box .hamburger-inner {
    display: block;
    position: absolute;
    top: -9px;
    width: 40px;
    height: 4px;
    border-radius: 4px;
    transition-property: transform;
    transition-duration: 0.15s;
    transition-timing-function: ease;
  }
  #body_container #head .header_logo .header_logo_hamburger .hamburger-box .hamburger-inner::before, #body_container #head .header_logo .header_logo_hamburger .hamburger-box .hamburger-inner::after {
    width: 40px;
    height: 4px;
    border-radius: 4px;
    position: absolute;
    transition-property: transform;
    transition-duration: 0.15s;
    transition-timing-function: ease;
    content: "";
    display: block;
  }
  #body_container #head .header_logo .header_logo_hamburger .hamburger-box .hamburger-inner::before {
    top: 12px;
    transition-property: transform, opacity;
    transition-timing-function: ease;
    transition-duration: 0.15s;
  }
  #body_container #head .header_logo .header_logo_hamburger .hamburger-box .hamburger-inner::after {
    top: 24px;
  }
  #body_container #head .header_logo .header_logo_hamburger.is_active .hamburger-box .hamburger-inner {
    transform: translate3d(0, 12px, 0) rotate(45deg);
  }
  #body_container #head .header_logo .header_logo_hamburger.is_active .hamburger-box .hamburger-inner::before {
    transform: rotate(-45deg) translate3d(-5.71429px, -9px, 0);
    opacity: 0;
  }
  #body_container #head .header_logo .header_logo_hamburger.is_active .hamburger-box .hamburger-inner::after {
    transform: translate3d(0, -24px, 0) rotate(-90deg);
  }
  #body_container #head .header_content {
    margin-left: 60px;
    padding-right: 0.5rem;
    min-width: initial;
  }
  #body_container #head .header_content .header_content_label > span:first-child {
    margin-left: 2rem;
  }
  #body_container #content {
    padding-top: 70px;
  }
  #body_container #content #menu_left {
    padding-top: 7rem;
    animation-duration: 0.3s;
    animation-timing-function: ease-in-out;
    overflow-y: auto;
    position: fixed;
  }
  #body_container #content #body_inner {
    width: 100%;
    margin-left: 0;
    padding-bottom: 0;
  }
  #body_container #content #body_inner .simoraTableHolder {
    width: 100%;
  }
  #body_container #content #body_inner .simoraTableHolder table {
    width: 100%;
  }
  #body_container #content #body_inner .simoraTableHolder table th {
    padding: 1.2rem 0.5rem;
  }
  #body_container #content #body_inner .simoraTableHolder table td {
    padding: 1.2rem 1.2rem;
  }
  #body_container #content #copyright {
    border-top: 0.2rem solid #c4d6e9;
    height: 70px;
    box-sizing: border-box;
  }
  #body_container #content #copyright a {
    box-sizing: border-box;
    display: block;
    width: 100%;
    height: 100%;
    padding: 5px;
  }
  #body_container #content #copyright a img {
    margin: 0 auto;
    display: block;
    height: 60px;
    width: auto;
  }
  #body_container[data-visible-condition="2"] #content #menu_left {
    left: -30rem;
    width: 28rem;
    overflow: hidden;
    visibility: initial;
  }
  #body_container[data-visible-condition="2"] #content #body_inner {
    margin-left: 0;
  }
}
@media screen and (max-width: 768px) {
  #body_container #head {
    position: relative;
  }
  #body_container #head .header_logo {
    position: initial;
  }
  #body_container #head .header_content {
    margin-left: initial;
  }
  #body_container #content {
    padding-top: 0;
  }
  #body_container #content #body_inner {
    min-width: initial;
  }
}
@media screen and (max-width: 576px) {
  div.user_desktop {
    padding: 1rem 1rem;
  }

  h3 {
    font-size: 17px;
  }

  #body_container #head {
    position: relative;
    height: 60px;
  }
  #body_container #head .header_logo {
    position: initial;
    min-width: 60px;
    height: 58px;
  }
  #body_container #head .header_logo .header_logo_hamburger .hamburger-box {
    width: 40px;
  }
  #body_container #head .header_logo .header_logo_hamburger .hamburger-box .hamburger-inner {
    width: 30px;
    top: -12px;
  }
  #body_container #head .header_logo .header_logo_hamburger .hamburger-box .hamburger-inner::before, #body_container #head .header_logo .header_logo_hamburger .hamburger-box .hamburger-inner::after {
    width: 30px;
  }
  #body_container #head .header_logo .header_logo_hamburger .hamburger-box .hamburger-inner::before {
    top: 10px;
  }
  #body_container #head .header_logo .header_logo_hamburger .hamburger-box .hamburger-inner::after {
    top: 20px;
  }
  #body_container #head .header_logo .header_logo_hamburger.is_active .hamburger-box .hamburger-inner {
    transform: translate3d(0, 10px, 0) rotate(45deg);
  }
  #body_container #head .header_logo .header_logo_hamburger.is_active .hamburger-box .hamburger-inner::before {
    transform: rotate(-45deg) translate3d(-5.71429px, -7px, 0);
  }
  #body_container #head .header_logo .header_logo_hamburger.is_active .hamburger-box .hamburger-inner::after {
    transform: translate3d(0, -20px, 0) rotate(-90deg);
  }
  #body_container #head .header_content {
    margin-left: initial;
    padding-right: 0;
    min-width: initial;
  }
  #body_container #head .header_content .header_content_label {
    font-size: 1rem;
  }
  #body_container #head .header_content .header_content_label > span {
    margin-left: 1.5rem;
  }
  #body_container #head .header_content .header_content_toasts .toasts_button.ntoast-exit-button {
    width: 35px;
  }
  #body_container #head .header_content .header_content_toasts .toasts_button.ntoast-exit-button .toasts_button_label {
    display: none;
  }
  #body_container #content {
    padding-top: 0;
  }
  #body_container #content #menu_left {
    width: 100%;
    padding-top: 6rem;
    height: calc(100% - 60px);
  }
  #body_container #content #body_inner {
    min-width: initial;
    margin-left: 0;
    padding-bottom: 0;
  }
  #body_container[data-visible-condition="3"] #content #menu_left {
    left: -110%;
    width: 100%;
  }

  #jmsgboxwrapper .jmsgbox_container {
    padding: 2rem 1.5rem;
  }
  #jmsgboxwrapper .jmsgbox_container .jmsgbox_header {
    line-height: 1rem;
    margin: 5px 0 10px;
    font-size: 1.5rem;
  }
  #jmsgboxwrapper .jmsgbox_container .jmsgbox_content {
    padding: 5px 0;
    font-size: 1.35rem;
  }
  #jmsgboxwrapper .jmsgbox_container .jmsgbox_nav {
    margin-top: 10px;
  }

  div#admintools_wrap div {
    top: 46px;
    right: -60px;
    width: 220px;
  }
}
/* Left menu transitions */
@keyframes menuLeftIn {
  0% {
    left: -110%;
  }
  100% {
    left: 0;
  }
}
@keyframes menuLeftOut {
  0% {
    left: 0;
  }
  100% {
    left: -110%;
  }
}
/* =========================== jtitle ===================== */
/*
   всплывающие подсказки.
   Юзать так: <div class="jtitle jtitle_top" data-title="Тут текст подсказки">...</div>
*/
.jhint {
  padding: 0;
  margin: 0;
  border-bottom: initial;
}

.jtitle {
  position: relative;
  cursor: help;
}
.jtitle:before, .jtitle:after {
  content: "";
  display: block;
  transition: 0.2s ease-in opacity;
  opacity: 0;
  position: absolute;
}
.jtitle:hover:before, .jtitle:hover:after {
  opacity: 1;
}

a.jtitle {
  cursor: pointer;
}

.jtitle.jt_focus:focus-within:before,
.jtitle.jt_focus:focus-within:after {
  /* :focus-within не поддерживается в ИЕ, поэтому пришлось дублировать стили */
  opacity: 1;
}

.jtitle.jt_focus:focus-within:before {
  /* :focus-within не поддерживается в ИЕ, поэтому пришлось дублировать стили */
  content: attr(data-title);
  padding: 0.5rem;
  background-color: rgba(0, 0, 0, 0.8);
  border-radius: 0.2rem;
  color: #ccc;
  white-space: nowrap;
  text-align: left;
}

.jtitle:hover:before {
  content: attr(data-title);
  padding: 1rem 1.5rem;
  background-color: rgba(0, 0, 0, 0.8);
  border-radius: 3px;
  color: #ccc;
  text-align: left;
}

.jtitle.jtitle_small:hover:before {
  font-size: 80%;
}

.jtitle.jt_focus:focus-within:after {
  /* :focus-within не поддерживается в ИЕ, поэтому пришлось дублировать стили */
  content: "";
  width: 0rem;
  height: 0rem;
  border-style: solid;
}

.jtitle:hover:after {
  content: "";
  width: 0rem;
  height: 0rem;
  border-style: solid;
}

.jtitle.jtitle_w300px:hover:before {
  width: 300px;
  white-space: pre-wrap;
}

.jtitle.jtitle_w250px:hover:before {
  width: 250px;
  white-space: pre-wrap;
}

.jtitle.jtitle_w200px:hover:before {
  width: 200px;
  white-space: pre-wrap;
}

.jtitle.jtitle_w150px:hover:before {
  width: 150px;
  white-space: pre-wrap;
}

.jtitle_top:hover:before {
  text-align: center;
  left: 50%;
  top: -15px;
  transform: translateX(-50%) translateY(-100%);
  z-index: 1000;
}

.jtitle_top:hover:after {
  border-width: 0.7em 1em 0 1em;
  z-index: 999;
  border-color: rgba(0, 0, 0, 0.8) transparent transparent transparent;
  left: 50%;
  top: -15px;
  transform: translateX(-50%);
}

.jt_top:hover:before, .jt_top:hover:after {
  text-align: center;
  left: 50%;
  z-index: 1000;
  bottom: 100%;
  font-weight: normal;
  font-size: initial;
}

.jt_top:hover:before {
  transform: translate3D(-50%, -1em, 0);
}

.jt_top:hover:after {
  border-width: 1em 1em 0 1em;
  border-color: rgba(0, 0, 0, 0.8) transparent transparent transparent;
  transform: translate3D(-50%, 0, 0);
}

.jt_top.jt_inheritsize:hover:before {
  font-size: inherit;
}

.jt_left:hover:before, .jt_left:hover:after {
  text-align: center;
  right: 100%;
  z-index: 1000;
  /*bottom: 100%;*/
  font-weight: normal;
}

.jt_left:hover:before {
  transform: translate3D(-1em, -0.5rem, 0);
}

.jt_left:hover:after {
  border-width: 0.5em 0em 0.5em 0.5em;
  border-color: transparent transparent transparent rgba(0, 0, 0, 0.8);
  transform: translate3D(-0.5em, 0.25rem, 0);
}

.jtitle.jt_focus.jt_right:focus-within:before,
.jtitle.jt_focus.jt_right:focus-within:after,
.jt_right:hover:before, .jt_right:hover:after {
  left: 100%;
  z-index: 1000;
  font-weight: normal;
}

.jtitle.jt_focus.jt_right:focus-within:before,
.jt_right:hover:before {
  transform: translate3D(1em, -0.5rem, 0);
}

.jtitle.jt_focus.jt_right:focus-within:after,
.jt_right:hover:after {
  border-width: 0.5em 0.5em 0.5em 0em;
  border-color: transparent rgba(0, 0, 0, 0.8) transparent transparent;
  transform: translate3D(0.5em, 0.25rem, 0);
}

.jtitle.jt_focus:focus-within:before,
.jtitle.jt_focus:focus-within:after,
.jtitle_right:hover:before {
  text-align: left;
  left: 105%;
}

.jtitle_right:hover:after {
  border-width: 1rem 1rem 1rem 0;
  border-color: transparent rgba(0, 0, 0, 0.8) transparent transparent;
  top: 0rem;
  left: 100%;
}

.jtitle.jt_focus:focus-within:before,
.jtitle_pre:hover:before {
  white-space: pre;
}

/* =========================== end jtitle ===================== */
/* darkmode :) */
body {
  filter: none;
  transition: 0.3s filter ease-in;
}
body[data-theme=dark] {
  filter: invert(1);
}

#body_container #cbdarkmode {
  display: none;
}
#body_container label[for=cbdarkmode] {
  width: 100%;
  height: 100%;
  cursor: pointer;
}
#body_container label[for=cbdarkmode]:before {
  display: block;
  width: 100%;
  height: 100%;
  background: url(/_images/_white_design/personal_area/header_menu/sun_moon_128.png) no-repeat 50%;
  background-size: 80%;
  content: "";
  transition: transform 0.2s ease-in;
}
#body_container label[for=cbdarkmode]:hover:before {
  transform: rotate(30deg);
}

/*# sourceMappingURL=user2019.css.map */
