/*! jQuery UI - v1.12.1 - 2016-09-14
* http://jqueryui.com
* Includes: core.css, accordion.css, autocomplete.css, menu.css, button.css, controlgroup.css, checkboxradio.css, datepicker.css, dialog.css, draggable.css, resizable.css, progressbar.css, selectable.css, selectmenu.css, slider.css, sortable.css, spinner.css, tabs.css, tooltip.css, theme.css
* To view and modify this theme, visit http://jqueryui.com/themeroller/?ffDefault=Arial%2CHelvetica%2Csans-serif&fsDefault=1em&fwDefault=normal&cornerRadius=3px&bgColorHeader=e9e9e9&bgTextureHeader=flat&borderColorHeader=dddddd&fcHeader=333333&iconColorHeader=444444&bgColorContent=ffffff&bgTextureContent=flat&borderColorContent=dddddd&fcContent=333333&iconColorContent=444444&bgColorDefault=f6f6f6&bgTextureDefault=flat&borderColorDefault=c5c5c5&fcDefault=454545&iconColorDefault=777777&bgColorHover=ededed&bgTextureHover=flat&borderColorHover=cccccc&fcHover=2b2b2b&iconColorHover=555555&bgColorActive=007fff&bgTextureActive=flat&borderColorActive=003eff&fcActive=ffffff&iconColorActive=ffffff&bgColorHighlight=fffa90&bgTextureHighlight=flat&borderColorHighlight=dad55e&fcHighlight=777620&iconColorHighlight=777620&bgColorError=fddfdf&bgTextureError=flat&borderColorError=f1a899&fcError=5f3f3f&iconColorError=cc0000&bgColorOverlay=aaaaaa&bgTextureOverlay=flat&bgImgOpacityOverlay=0&opacityOverlay=30&bgColorShadow=666666&bgTextureShadow=flat&bgImgOpacityShadow=0&opacityShadow=30&thicknessShadow=5px&offsetTopShadow=0px&offsetLeftShadow=0px&cornerRadiusShadow=8px
* Copyright jQuery Foundation and other contributors; Licensed MIT */
/* Layout helpers
----------------------------------*/
.ui-helper-hidden {
  display: none; }

.ui-helper-hidden-accessible {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px; }

.ui-helper-reset {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  line-height: 1.3;
  text-decoration: none;
  font-size: 100%;
  list-style: none; }

.ui-helper-clearfix:before,
.ui-helper-clearfix:after {
  content: "";
  display: table;
  border-collapse: collapse; }

.ui-helper-clearfix:after {
  clear: both; }

.ui-helper-zfix {
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  position: absolute;
  opacity: 0;
  filter: Alpha(Opacity=0);
  /* support: IE8 */ }

.ui-front {
  z-index: 100; }

/* Interaction Cues
----------------------------------*/
.ui-state-disabled {
  cursor: default !important;
  pointer-events: none; }

/* Icons
----------------------------------*/
.ui-icon {
  display: inline-block;
  vertical-align: middle;
  margin-top: -.25em;
  position: relative;
  text-indent: -99999px;
  overflow: hidden;
  background-repeat: no-repeat; }

.ui-widget-icon-block {
  left: 50%;
  margin-left: -8px;
  display: block; }

/* Misc visuals
----------------------------------*/
/* Overlays */
.ui-widget-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%; }

.ui-accordion .ui-accordion-header {
  display: block;
  cursor: pointer;
  position: relative;
  margin: 2px 0 0 0;
  padding: .5em .5em .5em .7em;
  font-size: 100%; }

.ui-accordion .ui-accordion-content {
  padding: 1em 2.2em;
  border-top: 0;
  overflow: auto; }

.ui-autocomplete {
  position: absolute;
  top: 0;
  left: 0;
  cursor: default; }

.ui-menu {
  list-style: none;
  padding: 0;
  margin: 0;
  display: block;
  outline: 0; }

.ui-menu .ui-menu {
  position: absolute; }

.ui-menu .ui-menu-item {
  margin: 0;
  cursor: pointer;
  /* support: IE10, see #8844 */
  list-style-image: url("data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7"); }

.ui-menu .ui-menu-item-wrapper {
  position: relative;
  padding: 3px 1em 3px .4em; }

.ui-menu .ui-menu-divider {
  margin: 5px 0;
  height: 0;
  font-size: 0;
  line-height: 0;
  border-width: 1px 0 0 0; }

.ui-menu .ui-state-focus,
.ui-menu .ui-state-active {
  margin: -1px; }

/* icon support */
.ui-menu-icons {
  position: relative; }

.ui-menu-icons .ui-menu-item-wrapper {
  padding-left: 2em; }

/* left-aligned */
.ui-menu .ui-icon {
  position: absolute;
  top: 0;
  bottom: 0;
  left: .2em;
  margin: auto 0; }

/* right-aligned */
.ui-menu .ui-menu-icon {
  left: auto;
  right: 0; }

.ui-button {
  padding: .4em 1em;
  display: inline-block;
  position: relative;
  line-height: normal;
  margin-right: .1em;
  cursor: pointer;
  vertical-align: middle;
  text-align: center;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  /* Support: IE <= 11 */
  overflow: visible; }

.ui-button,
.ui-button:link,
.ui-button:visited,
.ui-button:hover,
.ui-button:active {
  text-decoration: none; }

/* to make room for the icon, a width needs to be set here */
.ui-button-icon-only {
  width: 2em;
  box-sizing: border-box;
  text-indent: -9999px;
  white-space: nowrap; }

/* no icon support for input elements */
input.ui-button.ui-button-icon-only {
  text-indent: 0; }

/* button icon element(s) */
.ui-button-icon-only .ui-icon {
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: -8px;
  margin-left: -8px; }

.ui-button.ui-icon-notext .ui-icon {
  padding: 0;
  width: 2.1em;
  height: 2.1em;
  text-indent: -9999px;
  white-space: nowrap; }

input.ui-button.ui-icon-notext .ui-icon {
  width: auto;
  height: auto;
  text-indent: 0;
  white-space: normal;
  padding: .4em 1em; }

/* workarounds */
/* Support: Firefox 5 - 40 */
input.ui-button::-moz-focus-inner,
button.ui-button::-moz-focus-inner {
  border: 0;
  padding: 0; }

.ui-controlgroup {
  vertical-align: middle;
  display: inline-block; }

.ui-controlgroup > .ui-controlgroup-item {
  float: left;
  margin-left: 0;
  margin-right: 0; }

.ui-controlgroup > .ui-controlgroup-item:focus,
.ui-controlgroup > .ui-controlgroup-item.ui-visual-focus {
  z-index: 9999; }

.ui-controlgroup-vertical > .ui-controlgroup-item {
  display: block;
  float: none;
  width: 100%;
  margin-top: 0;
  margin-bottom: 0;
  text-align: left; }

.ui-controlgroup-vertical .ui-controlgroup-item {
  box-sizing: border-box; }

.ui-controlgroup .ui-controlgroup-label {
  padding: .4em 1em; }

.ui-controlgroup .ui-controlgroup-label span {
  font-size: 80%; }

.ui-controlgroup-horizontal .ui-controlgroup-label + .ui-controlgroup-item {
  border-left: none; }

.ui-controlgroup-vertical .ui-controlgroup-label + .ui-controlgroup-item {
  border-top: none; }

.ui-controlgroup-horizontal .ui-controlgroup-label.ui-widget-content {
  border-right: none; }

.ui-controlgroup-vertical .ui-controlgroup-label.ui-widget-content {
  border-bottom: none; }

/* Spinner specific style fixes */
.ui-controlgroup-vertical .ui-spinner-input {
  /* Support: IE8 only, Android < 4.4 only */
  width: 75%;
  width: calc(100% - 2.4em); }

.ui-controlgroup-vertical .ui-spinner .ui-spinner-up {
  border-top-style: solid; }

.ui-checkboxradio-label .ui-icon-background {
  box-shadow: inset 1px 1px 1px #ccc;
  border-radius: .12em;
  border: none; }

.ui-checkboxradio-radio-label .ui-icon-background {
  width: 16px;
  height: 16px;
  border-radius: 1em;
  overflow: visible;
  border: none; }

.ui-checkboxradio-radio-label.ui-checkboxradio-checked .ui-icon,
.ui-checkboxradio-radio-label.ui-checkboxradio-checked:hover .ui-icon {
  background-image: none;
  width: 8px;
  height: 8px;
  border-width: 4px;
  border-style: solid; }

.ui-checkboxradio-disabled {
  pointer-events: none; }

.ui-datepicker {
  width: 17em;
  padding: .2em .2em 0;
  display: none; }

.ui-datepicker .ui-datepicker-header {
  position: relative;
  padding: .2em 0; }

.ui-datepicker .ui-datepicker-prev,
.ui-datepicker .ui-datepicker-next {
  position: absolute;
  top: 2px;
  width: 1.8em;
  height: 1.8em; }

.ui-datepicker .ui-datepicker-prev-hover,
.ui-datepicker .ui-datepicker-next-hover {
  top: 1px; }

.ui-datepicker .ui-datepicker-prev {
  left: 2px; }

.ui-datepicker .ui-datepicker-next {
  right: 2px; }

.ui-datepicker .ui-datepicker-prev-hover {
  left: 1px; }

.ui-datepicker .ui-datepicker-next-hover {
  right: 1px; }

.ui-datepicker .ui-datepicker-prev span,
.ui-datepicker .ui-datepicker-next span {
  display: block;
  position: absolute;
  left: 50%;
  margin-left: -8px;
  top: 50%;
  margin-top: -8px; }

.ui-datepicker .ui-datepicker-title {
  margin: 0 2.3em;
  line-height: 1.8em;
  text-align: center; }

.ui-datepicker .ui-datepicker-title select {
  font-size: 1em;
  margin: 1px 0; }

.ui-datepicker select.ui-datepicker-month,
.ui-datepicker select.ui-datepicker-year {
  width: 45%; }

.ui-datepicker table {
  width: 100%;
  font-size: .9em;
  border-collapse: collapse;
  margin: 0 0 .4em; }

.ui-datepicker th {
  padding: .7em .3em;
  text-align: center;
  font-weight: bold;
  border: 0; }

.ui-datepicker td {
  border: 0;
  padding: 1px; }

.ui-datepicker td span,
.ui-datepicker td a {
  display: block;
  padding: .2em;
  text-align: right;
  text-decoration: none; }

.ui-datepicker .ui-datepicker-buttonpane {
  background-image: none;
  margin: .7em 0 0 0;
  padding: 0 .2em;
  border-left: 0;
  border-right: 0;
  border-bottom: 0; }

.ui-datepicker .ui-datepicker-buttonpane button {
  float: right;
  margin: .5em .2em .4em;
  cursor: pointer;
  padding: .2em .6em .3em .6em;
  width: auto;
  overflow: visible; }

.ui-datepicker .ui-datepicker-buttonpane button.ui-datepicker-current {
  float: left; }

/* with multiple calendars */
.ui-datepicker.ui-datepicker-multi {
  width: auto; }

.ui-datepicker-multi .ui-datepicker-group {
  float: left; }

.ui-datepicker-multi .ui-datepicker-group table {
  width: 95%;
  margin: 0 auto .4em; }

.ui-datepicker-multi-2 .ui-datepicker-group {
  width: 50%; }

.ui-datepicker-multi-3 .ui-datepicker-group {
  width: 33.3%; }

.ui-datepicker-multi-4 .ui-datepicker-group {
  width: 25%; }

.ui-datepicker-multi .ui-datepicker-group-last .ui-datepicker-header,
.ui-datepicker-multi .ui-datepicker-group-middle .ui-datepicker-header {
  border-left-width: 0; }

.ui-datepicker-multi .ui-datepicker-buttonpane {
  clear: left; }

.ui-datepicker-row-break {
  clear: both;
  width: 100%;
  font-size: 0; }

/* RTL support */
.ui-datepicker-rtl {
  direction: rtl; }

.ui-datepicker-rtl .ui-datepicker-prev {
  right: 2px;
  left: auto; }

.ui-datepicker-rtl .ui-datepicker-next {
  left: 2px;
  right: auto; }

.ui-datepicker-rtl .ui-datepicker-prev:hover {
  right: 1px;
  left: auto; }

.ui-datepicker-rtl .ui-datepicker-next:hover {
  left: 1px;
  right: auto; }

.ui-datepicker-rtl .ui-datepicker-buttonpane {
  clear: right; }

.ui-datepicker-rtl .ui-datepicker-buttonpane button {
  float: left; }

.ui-datepicker-rtl .ui-datepicker-buttonpane button.ui-datepicker-current,
.ui-datepicker-rtl .ui-datepicker-group {
  float: right; }

.ui-datepicker-rtl .ui-datepicker-group-last .ui-datepicker-header,
.ui-datepicker-rtl .ui-datepicker-group-middle .ui-datepicker-header {
  border-right-width: 0;
  border-left-width: 1px; }

/* Icons */
.ui-datepicker .ui-icon {
  display: block;
  text-indent: -99999px;
  overflow: hidden;
  background-repeat: no-repeat;
  left: .5em;
  top: .3em; }

.ui-dialog {
  position: absolute;
  top: 0;
  left: 0;
  padding: .2em;
  outline: 0; }

.ui-dialog .ui-dialog-titlebar {
  padding: .4em 1em;
  position: relative; }

.ui-dialog .ui-dialog-title {
  float: left;
  margin: .1em 0;
  white-space: nowrap;
  width: 90%;
  overflow: hidden;
  text-overflow: ellipsis; }

.ui-dialog .ui-dialog-titlebar-close {
  position: absolute;
  right: .3em;
  top: 50%;
  width: 20px;
  margin: -10px 0 0 0;
  padding: 1px;
  height: 20px; }

.ui-dialog .ui-dialog-content {
  position: relative;
  border: 0;
  padding: .5em 1em;
  background: none;
  overflow: auto; }

.ui-dialog .ui-dialog-buttonpane {
  text-align: left;
  border-width: 1px 0 0 0;
  background-image: none;
  margin-top: .5em;
  padding: .3em 1em .5em .4em; }

.ui-dialog .ui-dialog-buttonpane .ui-dialog-buttonset {
  float: right; }

.ui-dialog .ui-dialog-buttonpane button {
  margin: .5em .4em .5em 0;
  cursor: pointer; }

.ui-dialog .ui-resizable-n {
  height: 2px;
  top: 0; }

.ui-dialog .ui-resizable-e {
  width: 2px;
  right: 0; }

.ui-dialog .ui-resizable-s {
  height: 2px;
  bottom: 0; }

.ui-dialog .ui-resizable-w {
  width: 2px;
  left: 0; }

.ui-dialog .ui-resizable-se,
.ui-dialog .ui-resizable-sw,
.ui-dialog .ui-resizable-ne,
.ui-dialog .ui-resizable-nw {
  width: 7px;
  height: 7px; }

.ui-dialog .ui-resizable-se {
  right: 0;
  bottom: 0; }

.ui-dialog .ui-resizable-sw {
  left: 0;
  bottom: 0; }

.ui-dialog .ui-resizable-ne {
  right: 0;
  top: 0; }

.ui-dialog .ui-resizable-nw {
  left: 0;
  top: 0; }

.ui-draggable .ui-dialog-titlebar {
  cursor: move; }

.ui-draggable-handle {
  -ms-touch-action: none;
  touch-action: none; }

.ui-resizable {
  position: relative; }

.ui-resizable-handle {
  position: absolute;
  font-size: 0.1px;
  display: block;
  -ms-touch-action: none;
  touch-action: none; }

.ui-resizable-disabled .ui-resizable-handle,
.ui-resizable-autohide .ui-resizable-handle {
  display: none; }

.ui-resizable-n {
  cursor: n-resize;
  height: 7px;
  width: 100%;
  top: -5px;
  left: 0; }

.ui-resizable-s {
  cursor: s-resize;
  height: 7px;
  width: 100%;
  bottom: -5px;
  left: 0; }

.ui-resizable-e {
  cursor: e-resize;
  width: 7px;
  right: -5px;
  top: 0;
  height: 100%; }

.ui-resizable-w {
  cursor: w-resize;
  width: 7px;
  left: -5px;
  top: 0;
  height: 100%; }

.ui-resizable-se {
  cursor: se-resize;
  width: 12px;
  height: 12px;
  right: 1px;
  bottom: 1px; }

.ui-resizable-sw {
  cursor: sw-resize;
  width: 9px;
  height: 9px;
  left: -5px;
  bottom: -5px; }

.ui-resizable-nw {
  cursor: nw-resize;
  width: 9px;
  height: 9px;
  left: -5px;
  top: -5px; }

.ui-resizable-ne {
  cursor: ne-resize;
  width: 9px;
  height: 9px;
  right: -5px;
  top: -5px; }

.ui-progressbar {
  height: 2em;
  text-align: left;
  overflow: hidden; }

.ui-progressbar .ui-progressbar-value {
  margin: -1px;
  height: 100%; }

.ui-progressbar .ui-progressbar-overlay {
  background: url("data:image/gif;base64,R0lGODlhKAAoAIABAAAAAP///yH/C05FVFNDQVBFMi4wAwEAAAAh+QQJAQABACwAAAAAKAAoAAACkYwNqXrdC52DS06a7MFZI+4FHBCKoDeWKXqymPqGqxvJrXZbMx7Ttc+w9XgU2FB3lOyQRWET2IFGiU9m1frDVpxZZc6bfHwv4c1YXP6k1Vdy292Fb6UkuvFtXpvWSzA+HycXJHUXiGYIiMg2R6W459gnWGfHNdjIqDWVqemH2ekpObkpOlppWUqZiqr6edqqWQAAIfkECQEAAQAsAAAAACgAKAAAApSMgZnGfaqcg1E2uuzDmmHUBR8Qil95hiPKqWn3aqtLsS18y7G1SzNeowWBENtQd+T1JktP05nzPTdJZlR6vUxNWWjV+vUWhWNkWFwxl9VpZRedYcflIOLafaa28XdsH/ynlcc1uPVDZxQIR0K25+cICCmoqCe5mGhZOfeYSUh5yJcJyrkZWWpaR8doJ2o4NYq62lAAACH5BAkBAAEALAAAAAAoACgAAAKVDI4Yy22ZnINRNqosw0Bv7i1gyHUkFj7oSaWlu3ovC8GxNso5fluz3qLVhBVeT/Lz7ZTHyxL5dDalQWPVOsQWtRnuwXaFTj9jVVh8pma9JjZ4zYSj5ZOyma7uuolffh+IR5aW97cHuBUXKGKXlKjn+DiHWMcYJah4N0lYCMlJOXipGRr5qdgoSTrqWSq6WFl2ypoaUAAAIfkECQEAAQAsAAAAACgAKAAAApaEb6HLgd/iO7FNWtcFWe+ufODGjRfoiJ2akShbueb0wtI50zm02pbvwfWEMWBQ1zKGlLIhskiEPm9R6vRXxV4ZzWT2yHOGpWMyorblKlNp8HmHEb/lCXjcW7bmtXP8Xt229OVWR1fod2eWqNfHuMjXCPkIGNileOiImVmCOEmoSfn3yXlJWmoHGhqp6ilYuWYpmTqKUgAAIfkECQEAAQAsAAAAACgAKAAAApiEH6kb58biQ3FNWtMFWW3eNVcojuFGfqnZqSebuS06w5V80/X02pKe8zFwP6EFWOT1lDFk8rGERh1TTNOocQ61Hm4Xm2VexUHpzjymViHrFbiELsefVrn6XKfnt2Q9G/+Xdie499XHd2g4h7ioOGhXGJboGAnXSBnoBwKYyfioubZJ2Hn0RuRZaflZOil56Zp6iioKSXpUAAAh+QQJAQABACwAAAAAKAAoAAACkoQRqRvnxuI7kU1a1UU5bd5tnSeOZXhmn5lWK3qNTWvRdQxP8qvaC+/yaYQzXO7BMvaUEmJRd3TsiMAgswmNYrSgZdYrTX6tSHGZO73ezuAw2uxuQ+BbeZfMxsexY35+/Qe4J1inV0g4x3WHuMhIl2jXOKT2Q+VU5fgoSUI52VfZyfkJGkha6jmY+aaYdirq+lQAACH5BAkBAAEALAAAAAAoACgAAAKWBIKpYe0L3YNKToqswUlvznigd4wiR4KhZrKt9Upqip61i9E3vMvxRdHlbEFiEXfk9YARYxOZZD6VQ2pUunBmtRXo1Lf8hMVVcNl8JafV38aM2/Fu5V16Bn63r6xt97j09+MXSFi4BniGFae3hzbH9+hYBzkpuUh5aZmHuanZOZgIuvbGiNeomCnaxxap2upaCZsq+1kAACH5BAkBAAEALAAAAAAoACgAAAKXjI8By5zf4kOxTVrXNVlv1X0d8IGZGKLnNpYtm8Lr9cqVeuOSvfOW79D9aDHizNhDJidFZhNydEahOaDH6nomtJjp1tutKoNWkvA6JqfRVLHU/QUfau9l2x7G54d1fl995xcIGAdXqMfBNadoYrhH+Mg2KBlpVpbluCiXmMnZ2Sh4GBqJ+ckIOqqJ6LmKSllZmsoq6wpQAAAh+QQJAQABACwAAAAAKAAoAAAClYx/oLvoxuJDkU1a1YUZbJ59nSd2ZXhWqbRa2/gF8Gu2DY3iqs7yrq+xBYEkYvFSM8aSSObE+ZgRl1BHFZNr7pRCavZ5BW2142hY3AN/zWtsmf12p9XxxFl2lpLn1rseztfXZjdIWIf2s5dItwjYKBgo9yg5pHgzJXTEeGlZuenpyPmpGQoKOWkYmSpaSnqKileI2FAAACH5BAkBAAEALAAAAAAoACgAAAKVjB+gu+jG4kORTVrVhRlsnn2dJ3ZleFaptFrb+CXmO9OozeL5VfP99HvAWhpiUdcwkpBH3825AwYdU8xTqlLGhtCosArKMpvfa1mMRae9VvWZfeB2XfPkeLmm18lUcBj+p5dnN8jXZ3YIGEhYuOUn45aoCDkp16hl5IjYJvjWKcnoGQpqyPlpOhr3aElaqrq56Bq7VAAAOw==");
  height: 100%;
  filter: alpha(opacity=25);
  /* support: IE8 */
  opacity: 0.25; }

.ui-progressbar-indeterminate .ui-progressbar-value {
  background-image: none; }

.ui-selectable {
  -ms-touch-action: none;
  touch-action: none; }

.ui-selectable-helper {
  position: absolute;
  z-index: 100;
  border: 1px dotted black; }

.ui-selectmenu-menu {
  padding: 0;
  margin: 0;
  position: absolute;
  top: 0;
  left: 0;
  display: none; }

.ui-selectmenu-menu .ui-menu {
  overflow: auto;
  overflow-x: hidden;
  padding-bottom: 1px; }

.ui-selectmenu-menu .ui-menu .ui-selectmenu-optgroup {
  font-size: 1em;
  font-weight: bold;
  line-height: 1.5;
  padding: 2px 0.4em;
  margin: 0.5em 0 0 0;
  height: auto;
  border: 0; }

.ui-selectmenu-open {
  display: block; }

.ui-selectmenu-text {
  display: block;
  margin-right: 20px;
  overflow: hidden;
  text-overflow: ellipsis; }

.ui-selectmenu-button.ui-button {
  text-align: left;
  white-space: nowrap;
  width: 14em; }

.ui-selectmenu-icon.ui-icon {
  float: right;
  margin-top: 0; }

.ui-slider {
  position: relative;
  text-align: left; }

.ui-slider .ui-slider-handle {
  position: absolute;
  z-index: 2;
  width: 1.2em;
  height: 1.2em;
  cursor: default;
  -ms-touch-action: none;
  touch-action: none; }

.ui-slider .ui-slider-range {
  position: absolute;
  z-index: 1;
  font-size: .7em;
  display: block;
  border: 0;
  background-position: 0 0; }

/* support: IE8 - See #6727 */
.ui-slider.ui-state-disabled .ui-slider-handle,
.ui-slider.ui-state-disabled .ui-slider-range {
  filter: inherit; }

.ui-slider-horizontal {
  height: .8em; }

.ui-slider-horizontal .ui-slider-handle {
  top: -.3em;
  margin-left: -.6em; }

.ui-slider-horizontal .ui-slider-range {
  top: 0;
  height: 100%; }

.ui-slider-horizontal .ui-slider-range-min {
  left: 0; }

.ui-slider-horizontal .ui-slider-range-max {
  right: 0; }

.ui-slider-vertical {
  width: .8em;
  height: 100px; }

.ui-slider-vertical .ui-slider-handle {
  left: -.3em;
  margin-left: 0;
  margin-bottom: -.6em; }

.ui-slider-vertical .ui-slider-range {
  left: 0;
  width: 100%; }

.ui-slider-vertical .ui-slider-range-min {
  bottom: 0; }

.ui-slider-vertical .ui-slider-range-max {
  top: 0; }

.ui-sortable-handle {
  -ms-touch-action: none;
  touch-action: none; }

.ui-spinner {
  position: relative;
  display: inline-block;
  overflow: hidden;
  padding: 0;
  vertical-align: middle; }

.ui-spinner-input {
  border: none;
  background: none;
  color: inherit;
  padding: .222em 0;
  margin: .2em 0;
  vertical-align: middle;
  margin-left: .4em;
  margin-right: 2em; }

.ui-spinner-button {
  width: 1.6em;
  height: 50%;
  font-size: .5em;
  padding: 0;
  margin: 0;
  text-align: center;
  position: absolute;
  cursor: default;
  display: block;
  overflow: hidden;
  right: 0; }

/* more specificity required here to override default borders */
.ui-spinner a.ui-spinner-button {
  border-top-style: none;
  border-bottom-style: none;
  border-right-style: none; }

.ui-spinner-up {
  top: 0; }

.ui-spinner-down {
  bottom: 0; }

.ui-tabs {
  position: relative;
  /* position: relative prevents IE scroll bug (element with position: relative inside container with overflow: auto appear as "fixed") */
  padding: .2em; }

.ui-tabs .ui-tabs-nav {
  margin: 0;
  padding: .2em .2em 0; }

.ui-tabs .ui-tabs-nav li {
  list-style: none;
  float: left;
  position: relative;
  top: 0;
  margin: 1px .2em 0 0;
  border-bottom-width: 0;
  padding: 0;
  white-space: nowrap; }

.ui-tabs .ui-tabs-nav .ui-tabs-anchor {
  float: left;
  padding: .5em 1em;
  text-decoration: none; }

.ui-tabs .ui-tabs-nav li.ui-tabs-active {
  margin-bottom: -1px;
  padding-bottom: 1px; }

.ui-tabs .ui-tabs-nav li.ui-tabs-active .ui-tabs-anchor,
.ui-tabs .ui-tabs-nav li.ui-state-disabled .ui-tabs-anchor,
.ui-tabs .ui-tabs-nav li.ui-tabs-loading .ui-tabs-anchor {
  cursor: text; }

.ui-tabs-collapsible .ui-tabs-nav li.ui-tabs-active .ui-tabs-anchor {
  cursor: pointer; }

.ui-tabs .ui-tabs-panel {
  display: block;
  border-width: 0;
  padding: 1em 1.4em;
  background: none; }

.ui-tooltip {
  padding: 8px;
  position: absolute;
  z-index: 9999;
  max-width: 300px;
  word-wrap: break-word; }

body .ui-tooltip {
  border-width: 2px; }

/* Component containers
----------------------------------*/
.ui-widget {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 1em; }

.ui-widget .ui-widget {
  font-size: 1em; }

.ui-widget input,
.ui-widget select,
.ui-widget textarea,
.ui-widget button {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 1em; }

.ui-widget.ui-widget-content {
  border: 1px solid #c5c5c5; }

.ui-widget-content {
  border: 1px solid #dddddd;
  background: #ffffff;
  color: #333333; }

.ui-widget-content a {
  color: #333333; }

.ui-widget-header {
  border: 1px solid #dddddd;
  background: #e9e9e9;
  color: #333333;
  font-weight: bold; }

.ui-widget-header a {
  color: #333333; }

/* Interaction states
----------------------------------*/
.ui-state-default,
.ui-widget-content .ui-state-default,
.ui-widget-header .ui-state-default,
.ui-button,
html .ui-button.ui-state-disabled:hover,
html .ui-button.ui-state-disabled:active {
  border: 1px solid #c5c5c5;
  background: #f6f6f6;
  font-weight: normal;
  color: #454545; }

.ui-state-default a,
.ui-state-default a:link,
.ui-state-default a:visited,
a.ui-button,
a:link.ui-button,
a:visited.ui-button,
.ui-button {
  color: #454545;
  text-decoration: none; }

.ui-state-hover,
.ui-widget-content .ui-state-hover,
.ui-widget-header .ui-state-hover,
.ui-state-focus,
.ui-widget-content .ui-state-focus,
.ui-widget-header .ui-state-focus,
.ui-button:hover,
.ui-button:focus {
  border: 1px solid #cccccc;
  background: #ededed;
  font-weight: normal;
  color: #2b2b2b; }

.ui-state-hover a,
.ui-state-hover a:hover,
.ui-state-hover a:link,
.ui-state-hover a:visited,
.ui-state-focus a,
.ui-state-focus a:hover,
.ui-state-focus a:link,
.ui-state-focus a:visited,
a.ui-button:hover,
a.ui-button:focus {
  color: #2b2b2b;
  text-decoration: none; }

.ui-visual-focus {
  box-shadow: 0 0 3px 1px #5e9ed6; }

.ui-state-active,
.ui-widget-content .ui-state-active,
.ui-widget-header .ui-state-active,
a.ui-button:active,
.ui-button:active,
.ui-button.ui-state-active:hover {
  border: 1px solid #003eff;
  background: #007fff;
  font-weight: normal;
  color: #ffffff; }

.ui-icon-background,
.ui-state-active .ui-icon-background {
  border: #003eff;
  background-color: #ffffff; }

.ui-state-active a,
.ui-state-active a:link,
.ui-state-active a:visited {
  color: #ffffff;
  text-decoration: none; }

/* Interaction Cues
----------------------------------*/
.ui-state-highlight,
.ui-widget-content .ui-state-highlight,
.ui-widget-header .ui-state-highlight {
  border: 1px solid #dad55e;
  background: #fffa90;
  color: #777620; }

.ui-state-checked {
  border: 1px solid #dad55e;
  background: #fffa90; }

.ui-state-highlight a,
.ui-widget-content .ui-state-highlight a,
.ui-widget-header .ui-state-highlight a {
  color: #777620; }

.ui-state-error,
.ui-widget-content .ui-state-error,
.ui-widget-header .ui-state-error {
  border: 1px solid #f1a899;
  background: #fddfdf;
  color: #5f3f3f; }

.ui-state-error a,
.ui-widget-content .ui-state-error a,
.ui-widget-header .ui-state-error a {
  color: #5f3f3f; }

.ui-state-error-text,
.ui-widget-content .ui-state-error-text,
.ui-widget-header .ui-state-error-text {
  color: #5f3f3f; }

.ui-priority-primary,
.ui-widget-content .ui-priority-primary,
.ui-widget-header .ui-priority-primary {
  font-weight: bold; }

.ui-priority-secondary,
.ui-widget-content .ui-priority-secondary,
.ui-widget-header .ui-priority-secondary {
  opacity: .7;
  filter: Alpha(Opacity=70);
  /* support: IE8 */
  font-weight: normal; }

.ui-state-disabled,
.ui-widget-content .ui-state-disabled,
.ui-widget-header .ui-state-disabled {
  opacity: .35;
  filter: Alpha(Opacity=35);
  /* support: IE8 */
  background-image: none; }

.ui-state-disabled .ui-icon {
  filter: Alpha(Opacity=35);
  /* support: IE8 - See #6059 */ }

/* Icons
----------------------------------*/
/* states and images */
.ui-icon {
  width: 16px;
  height: 16px; }

/* positioning */
.ui-icon-blank {
  background-position: 16px 16px; }

.ui-icon-caret-1-n {
  background-position: 0 0; }

.ui-icon-caret-1-ne {
  background-position: -16px 0; }

.ui-icon-caret-1-e {
  background-position: -32px 0; }

.ui-icon-caret-1-se {
  background-position: -48px 0; }

.ui-icon-caret-1-s {
  background-position: -65px 0; }

.ui-icon-caret-1-sw {
  background-position: -80px 0; }

.ui-icon-caret-1-w {
  background-position: -96px 0; }

.ui-icon-caret-1-nw {
  background-position: -112px 0; }

.ui-icon-caret-2-n-s {
  background-position: -128px 0; }

.ui-icon-caret-2-e-w {
  background-position: -144px 0; }

.ui-icon-triangle-1-n {
  background-position: 0 -16px; }

.ui-icon-triangle-1-ne {
  background-position: -16px -16px; }

.ui-icon-triangle-1-e {
  background-position: -32px -16px; }

.ui-icon-triangle-1-se {
  background-position: -48px -16px; }

.ui-icon-triangle-1-s {
  background-position: -65px -16px; }

.ui-icon-triangle-1-sw {
  background-position: -80px -16px; }

.ui-icon-triangle-1-w {
  background-position: -96px -16px; }

.ui-icon-triangle-1-nw {
  background-position: -112px -16px; }

.ui-icon-triangle-2-n-s {
  background-position: -128px -16px; }

.ui-icon-triangle-2-e-w {
  background-position: -144px -16px; }

.ui-icon-arrow-1-n {
  background-position: 0 -32px; }

.ui-icon-arrow-1-ne {
  background-position: -16px -32px; }

.ui-icon-arrow-1-e {
  background-position: -32px -32px; }

.ui-icon-arrow-1-se {
  background-position: -48px -32px; }

.ui-icon-arrow-1-s {
  background-position: -65px -32px; }

.ui-icon-arrow-1-sw {
  background-position: -80px -32px; }

.ui-icon-arrow-1-w {
  background-position: -96px -32px; }

.ui-icon-arrow-1-nw {
  background-position: -112px -32px; }

.ui-icon-arrow-2-n-s {
  background-position: -128px -32px; }

.ui-icon-arrow-2-ne-sw {
  background-position: -144px -32px; }

.ui-icon-arrow-2-e-w {
  background-position: -160px -32px; }

.ui-icon-arrow-2-se-nw {
  background-position: -176px -32px; }

.ui-icon-arrowstop-1-n {
  background-position: -192px -32px; }

.ui-icon-arrowstop-1-e {
  background-position: -208px -32px; }

.ui-icon-arrowstop-1-s {
  background-position: -224px -32px; }

.ui-icon-arrowstop-1-w {
  background-position: -240px -32px; }

.ui-icon-arrowthick-1-n {
  background-position: 1px -48px; }

.ui-icon-arrowthick-1-ne {
  background-position: -16px -48px; }

.ui-icon-arrowthick-1-e {
  background-position: -32px -48px; }

.ui-icon-arrowthick-1-se {
  background-position: -48px -48px; }

.ui-icon-arrowthick-1-s {
  background-position: -64px -48px; }

.ui-icon-arrowthick-1-sw {
  background-position: -80px -48px; }

.ui-icon-arrowthick-1-w {
  background-position: -96px -48px; }

.ui-icon-arrowthick-1-nw {
  background-position: -112px -48px; }

.ui-icon-arrowthick-2-n-s {
  background-position: -128px -48px; }

.ui-icon-arrowthick-2-ne-sw {
  background-position: -144px -48px; }

.ui-icon-arrowthick-2-e-w {
  background-position: -160px -48px; }

.ui-icon-arrowthick-2-se-nw {
  background-position: -176px -48px; }

.ui-icon-arrowthickstop-1-n {
  background-position: -192px -48px; }

.ui-icon-arrowthickstop-1-e {
  background-position: -208px -48px; }

.ui-icon-arrowthickstop-1-s {
  background-position: -224px -48px; }

.ui-icon-arrowthickstop-1-w {
  background-position: -240px -48px; }

.ui-icon-arrowreturnthick-1-w {
  background-position: 0 -64px; }

.ui-icon-arrowreturnthick-1-n {
  background-position: -16px -64px; }

.ui-icon-arrowreturnthick-1-e {
  background-position: -32px -64px; }

.ui-icon-arrowreturnthick-1-s {
  background-position: -48px -64px; }

.ui-icon-arrowreturn-1-w {
  background-position: -64px -64px; }

.ui-icon-arrowreturn-1-n {
  background-position: -80px -64px; }

.ui-icon-arrowreturn-1-e {
  background-position: -96px -64px; }

.ui-icon-arrowreturn-1-s {
  background-position: -112px -64px; }

.ui-icon-arrowrefresh-1-w {
  background-position: -128px -64px; }

.ui-icon-arrowrefresh-1-n {
  background-position: -144px -64px; }

.ui-icon-arrowrefresh-1-e {
  background-position: -160px -64px; }

.ui-icon-arrowrefresh-1-s {
  background-position: -176px -64px; }

.ui-icon-arrow-4 {
  background-position: 0 -80px; }

.ui-icon-arrow-4-diag {
  background-position: -16px -80px; }

.ui-icon-extlink {
  background-position: -32px -80px; }

.ui-icon-newwin {
  background-position: -48px -80px; }

.ui-icon-refresh {
  background-position: -64px -80px; }

.ui-icon-shuffle {
  background-position: -80px -80px; }

.ui-icon-transfer-e-w {
  background-position: -96px -80px; }

.ui-icon-transferthick-e-w {
  background-position: -112px -80px; }

.ui-icon-folder-collapsed {
  background-position: 0 -96px; }

.ui-icon-folder-open {
  background-position: -16px -96px; }

.ui-icon-document {
  background-position: -32px -96px; }

.ui-icon-document-b {
  background-position: -48px -96px; }

.ui-icon-note {
  background-position: -64px -96px; }

.ui-icon-mail-closed {
  background-position: -80px -96px; }

.ui-icon-mail-open {
  background-position: -96px -96px; }

.ui-icon-suitcase {
  background-position: -112px -96px; }

.ui-icon-comment {
  background-position: -128px -96px; }

.ui-icon-person {
  background-position: -144px -96px; }

.ui-icon-print {
  background-position: -160px -96px; }

.ui-icon-trash {
  background-position: -176px -96px; }

.ui-icon-locked {
  background-position: -192px -96px; }

.ui-icon-unlocked {
  background-position: -208px -96px; }

.ui-icon-bookmark {
  background-position: -224px -96px; }

.ui-icon-tag {
  background-position: -240px -96px; }

.ui-icon-home {
  background-position: 0 -112px; }

.ui-icon-flag {
  background-position: -16px -112px; }

.ui-icon-calendar {
  background-position: -32px -112px; }

.ui-icon-cart {
  background-position: -48px -112px; }

.ui-icon-pencil {
  background-position: -64px -112px; }

.ui-icon-clock {
  background-position: -80px -112px; }

.ui-icon-disk {
  background-position: -96px -112px; }

.ui-icon-calculator {
  background-position: -112px -112px; }

.ui-icon-zoomin {
  background-position: -128px -112px; }

.ui-icon-zoomout {
  background-position: -144px -112px; }

.ui-icon-search {
  background-position: -160px -112px; }

.ui-icon-wrench {
  background-position: -176px -112px; }

.ui-icon-gear {
  background-position: -192px -112px; }

.ui-icon-heart {
  background-position: -208px -112px; }

.ui-icon-star {
  background-position: -224px -112px; }

.ui-icon-link {
  background-position: -240px -112px; }

.ui-icon-cancel {
  background-position: 0 -128px; }

.ui-icon-plus {
  background-position: -16px -128px; }

.ui-icon-plusthick {
  background-position: -32px -128px; }

.ui-icon-minus {
  background-position: -48px -128px; }

.ui-icon-minusthick {
  background-position: -64px -128px; }

.ui-icon-close {
  background-position: -80px -128px; }

.ui-icon-closethick {
  background-position: -96px -128px; }

.ui-icon-key {
  background-position: -112px -128px; }

.ui-icon-lightbulb {
  background-position: -128px -128px; }

.ui-icon-scissors {
  background-position: -144px -128px; }

.ui-icon-clipboard {
  background-position: -160px -128px; }

.ui-icon-copy {
  background-position: -176px -128px; }

.ui-icon-contact {
  background-position: -192px -128px; }

.ui-icon-image {
  background-position: -208px -128px; }

.ui-icon-video {
  background-position: -224px -128px; }

.ui-icon-script {
  background-position: -240px -128px; }

.ui-icon-alert {
  background-position: 0 -144px; }

.ui-icon-info {
  background-position: -16px -144px; }

.ui-icon-notice {
  background-position: -32px -144px; }

.ui-icon-help {
  background-position: -48px -144px; }

.ui-icon-check {
  background-position: -64px -144px; }

.ui-icon-bullet {
  background-position: -80px -144px; }

.ui-icon-radio-on {
  background-position: -96px -144px; }

.ui-icon-radio-off {
  background-position: -112px -144px; }

.ui-icon-pin-w {
  background-position: -128px -144px; }

.ui-icon-pin-s {
  background-position: -144px -144px; }

.ui-icon-play {
  background-position: 0 -160px; }

.ui-icon-pause {
  background-position: -16px -160px; }

.ui-icon-seek-next {
  background-position: -32px -160px; }

.ui-icon-seek-prev {
  background-position: -48px -160px; }

.ui-icon-seek-end {
  background-position: -64px -160px; }

.ui-icon-seek-start {
  background-position: -80px -160px; }

/* ui-icon-seek-first is deprecated, use ui-icon-seek-start instead */
.ui-icon-seek-first {
  background-position: -80px -160px; }

.ui-icon-stop {
  background-position: -96px -160px; }

.ui-icon-eject {
  background-position: -112px -160px; }

.ui-icon-volume-off {
  background-position: -128px -160px; }

.ui-icon-volume-on {
  background-position: -144px -160px; }

.ui-icon-power {
  background-position: 0 -176px; }

.ui-icon-signal-diag {
  background-position: -16px -176px; }

.ui-icon-signal {
  background-position: -32px -176px; }

.ui-icon-battery-0 {
  background-position: -48px -176px; }

.ui-icon-battery-1 {
  background-position: -64px -176px; }

.ui-icon-battery-2 {
  background-position: -80px -176px; }

.ui-icon-battery-3 {
  background-position: -96px -176px; }

.ui-icon-circle-plus {
  background-position: 0 -192px; }

.ui-icon-circle-minus {
  background-position: -16px -192px; }

.ui-icon-circle-close {
  background-position: -32px -192px; }

.ui-icon-circle-triangle-e {
  background-position: -48px -192px; }

.ui-icon-circle-triangle-s {
  background-position: -64px -192px; }

.ui-icon-circle-triangle-w {
  background-position: -80px -192px; }

.ui-icon-circle-triangle-n {
  background-position: -96px -192px; }

.ui-icon-circle-arrow-e {
  background-position: -112px -192px; }

.ui-icon-circle-arrow-s {
  background-position: -128px -192px; }

.ui-icon-circle-arrow-w {
  background-position: -144px -192px; }

.ui-icon-circle-arrow-n {
  background-position: -160px -192px; }

.ui-icon-circle-zoomin {
  background-position: -176px -192px; }

.ui-icon-circle-zoomout {
  background-position: -192px -192px; }

.ui-icon-circle-check {
  background-position: -208px -192px; }

.ui-icon-circlesmall-plus {
  background-position: 0 -208px; }

.ui-icon-circlesmall-minus {
  background-position: -16px -208px; }

.ui-icon-circlesmall-close {
  background-position: -32px -208px; }

.ui-icon-squaresmall-plus {
  background-position: -48px -208px; }

.ui-icon-squaresmall-minus {
  background-position: -64px -208px; }

.ui-icon-squaresmall-close {
  background-position: -80px -208px; }

.ui-icon-grip-dotted-vertical {
  background-position: 0 -224px; }

.ui-icon-grip-dotted-horizontal {
  background-position: -16px -224px; }

.ui-icon-grip-solid-vertical {
  background-position: -32px -224px; }

.ui-icon-grip-solid-horizontal {
  background-position: -48px -224px; }

.ui-icon-gripsmall-diagonal-se {
  background-position: -64px -224px; }

.ui-icon-grip-diagonal-se {
  background-position: -80px -224px; }

/* Misc visuals
----------------------------------*/
/* Corner radius */
.ui-corner-all,
.ui-corner-top,
.ui-corner-left,
.ui-corner-tl {
  border-top-left-radius: 3px; }

.ui-corner-all,
.ui-corner-top,
.ui-corner-right,
.ui-corner-tr {
  border-top-right-radius: 3px; }

.ui-corner-all,
.ui-corner-bottom,
.ui-corner-left,
.ui-corner-bl {
  border-bottom-left-radius: 3px; }

.ui-corner-all,
.ui-corner-bottom,
.ui-corner-right,
.ui-corner-br {
  border-bottom-right-radius: 3px; }

/* Overlays */
.ui-widget-overlay {
  background: #aaaaaa;
  opacity: .3;
  filter: Alpha(Opacity=30);
  /* support: IE8 */ }

.ui-widget-shadow {
  -webkit-box-shadow: 0px 0px 5px #666666;
  box-shadow: 0px 0px 5px #666666; }

@charset "UTF-8";
html,
button,
input,
select,
textarea {
  color: #222; }

html {
  height: 100%;
  width: 100%;
  padding: 0;
  margin: 0;
  border: 0; }

body {
  height: 100%;
  max-height: 100%;
  width: 100%;
  min-height: 100%;
  overflow: hidden;
  position: relative;
  font-size: 16px;
  line-height: 1.4;
  background-image: url(img/extract/bg_template_default.png?db9f);
  background-repeat: repeat;
  font-family: Trebuchet MS, sans-serif, Arial;
  padding: 0;
  margin: 0;
  border: 0; }

#header {
  background-image: url(img/extract/top_bg.png?b7b6);
  height: 44px;
  width: 100%;
  top: 0;
  position: absolute;
  padding: 0;
  margin: 0;
  border: 0;
  display: table;
  table-layout: fixed;
  overflow: hidden;
  white-space: nowrap;
  vertical-align: middle;
  z-index: 2; }

.app-body {
  position: absolute;
  top: 44px;
  bottom: 49px;
  width: 100%;
  z-index: 50;
  -webkit-overflow-scrolling: touch !important;
  overflow: hidden; }

#cpMainWindow, #cpHelpWindow {
  margin: 0;
  padding: 0;
  border: 0;
  overflow: hidden;
  display: none;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%; }

#footer {
  background-image: url(img/extract/bottom_bg.png?5675);
  height: 50px;
  width: 100%;
  position: absolute;
  padding: 0;
  margin: 0;
  border: 0;
  overflow: hidden;
  bottom: 0; }

.footer-right {
  float: right; }

.footer-left {
  float: left; }

.footer-center {
  text-align: center; }

#applogo {
  width: 100px;
  height: 48px;
  background: url(img/extract/bottom_left.png?ffc3);
  cursor: pointer;
  display: inline-block;
  margin-top: 4px; }

#companylogo {
  width: 200px;
  height: 40px;
  display: inline-block;
  background: url(img/extract/companylogo.png?65f6);
  margin-top: 4px; }

#headertext {
  color: white;
  font-size: 20px;
  font-weight: bold;
  text-align: center;
  display: table-cell;
  overflow: hidden;
  text-overflow: ellipsis;
  vertical-align: middle; }

#headertext .verdana {
  font-family: Verdana, sans-serif; }

.headerbtn {
  z-index: 1;
  display: table-cell;
  text-align: center;
  cursor: pointer;
  width: 41px;
  line-height: 0px;
  padding: 0 3px;
  visibility: hidden;
  cursor: pointer;
  vertical-align: middle; }
  .headerbtn#printimg {
    visibility: visible; }

#synchronize {
  display: none;
  cursor: default; }
  #synchronize:after {
    content: '';
    display: block;
    width: 35px;
    height: 31px; }
  #synchronize[status='success'] {
    display: table-cell;
    visibility: visible; }
    #synchronize[status='success']:after {
      background: url(img/extract/synchronized.png?d483); }
  #synchronize[status='fail'] {
    display: table-cell;
    visibility: visible; }
    #synchronize[status='fail']:after {
      background: url(img/extract/synchronize_fail.png?bb43); }

#systemSound {
  cursor: default;
  visibility: visible;
  cursor: pointer; }

#closebtn {
  visibility: visible; }

#closebtn.closebtn_not-visible {
  visibility: hidden; }

#findbtn {
  visibility: visible; }

.times {
  font-family: Times New Roman, serif; }

.btnTable {
  display: table;
  padding-top: 20px; }

.btn_long_disable {
  background-image: url(img/extract/button_bg_p.png?ab09);
  background-repeat: repeat-x;
  background-position: center center;
  border-radius: 7px;
  border: 1px solid #919191;
  text-align: center;
  font-family: Helvetica Neue, sans-serif;
  min-width: 168px;
  height: 37px;
  color: white;
  font-weight: bold;
  vertical-align: middle;
  display: table-cell; }

.btn-wrapper {
  display: block;
  margin-top: 10px; }

.btn-wrapper_center {
  text-align: center; }

.btn {
  background: #d8d8d8;
  background: linear-gradient(to bottom, #d8d8d8 0%, #aaaaaa 50%, #757576 100%);
  border: 1px solid #aaaaaa;
  min-width: 168px;
  height: 39px;
  line-height: 39px;
  margin: 0 10px 0 0;
  padding: 0;
  background-color: transparent;
  color: white;
  font-weight: bold;
  border-radius: 8px;
  font-family: Helvetica Neue, sans-serif;
  padding: 0 10px;
  cursor: pointer;
  box-sizing: border-box;
  text-align: center;
  display: inline-block; }

.btn:hover {
  background: #57b2f1;
  background: linear-gradient(to bottom, #57b2f1 0%, #3484b9 50%, #1e6695 100%);
  border: 1px solid #72A8D7; }

.btn_long {
  background: #cdcdcd;
  /* Old browsers */
  background: linear-gradient(to bottom, #cdcdcd 0%, #a7a7a7 51%, #787878 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  border-radius: 7px;
  border: 1px solid #919191;
  text-align: center;
  font-family: 'Helvetica Neue', sans-serif;
  min-width: 168px;
  height: 37px;
  color: white;
  font-weight: bold;
  cursor: pointer;
  vertical-align: middle;
  display: table-cell;
  font-size: 16px;
  position: relative; }
  .btn_long:before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    border-radius: 7px;
    z-index: -1;
    width: 100%;
    background: #a7a7a7; }
  .btn_long.progress {
    overflow: hidden;
    cursor: default;
    background: #b4e391;
    background: linear-gradient(to bottom, #b4e391 0%, #61c419 50%, #b4e391 100%);
    background-repeat: no-repeat;
    background-size: 0% 100%;
    transition-property: background-size;
    transition-duration: .5s; }
    .btn_long.progress:before {
      background: #a7a7a7; }
  .btn_long:not(.progress):hover {
    background: #57b1f1;
    background: linear-gradient(to bottom, #57b1f1 0%, #4194cb 48%, #1e6595 100%); }

.ui-widget-overlay {
  background: #000000 50% 50% repeat-x;
  opacity: .3;
  filter: Alpha(Opacity=30); }

.ui-dialog .ui-dialog-title {
  display: none; }

.ui-corner-all {
  border-radius: 12px !important; }

.ui-dialog .ui-dialog-content {
  padding: 10px; }

.ui-dialog .ui-dialog-titlebar {
  background: transparent;
  border: 0;
  padding: 0 !important; }

.ui-dialog .ui-dialog-titlebar-close {
  background: transparent 50% 50% repeat-x;
  background-image: url(img/extract/closepopup.png?4157) !important;
  background-repeat: no-repeat;
  width: 29px !important;
  height: 29px !important;
  border: 0;
  z-index: 2005 !important;
  right: -10px;
  top: -5px; }

#dialogQuestionText, #popupQuestionText {
  text-align: center;
  margin-top: 10px;
  margin-left: 10px;
  margin-right: 10px;
  margin-bottom: 10px;
  padding-top: 5px;
  color: #000; }

#dialog {
  text-align: center; }

#dialogYesBtn, #dialogNoBtn {
  display: inline-block;
  margin: 10px; }

#popupYesBtn, #popupNoBtn {
  display: inline-block;
  margin: 10px; }

#dialogDoBtn {
  width: 250px; }

.popupYesNoBtns {
  display: flex;
  flex-wrap: wrap;
  justify-content: center; }

.blue {
  color: #69aed7; }

.centered {
  margin-left: auto;
  margin-right: auto; }

body {
  background-image: url(img/extract/background.png?f0af);
  background-position: top left;
  background-size: 100% 100%; }

.app-content {
  height: 100%;
  overflow: hidden;
  overflow-y: auto;
  padding-top: 15px;
  box-sizing: border-box; }

iframe.app-content {
  width: 100%;
  border: 0;
  padding: 0; }

#section input.size3 {
  width: 30px; }

.headerbtn {
  vertical-align: middle; }

.labeltxt {
  font-family: Helvetica Neue, sans-serif;
  color: #025287;
  font-size: 16px;
  font-weight: bold;
  text-align: left;
  margin-left: -10px;
  width: 336px; }

.infotxt {
  font-family: Helvetica Neue, sans-serif;
  color: #025287;
  font-size: 16px;
  font-weight: bold;
  text-align: left;
  margin-left: 20px;
  width: 336px; }

.login-block {
  border-collapse: collapse;
  border-spacing: 0px;
  width: 350px; }
  .login-block .btn {
    margin-top: 20px; }

div.frameT {
  width: 100%;
  padding: 0;
  display: table;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  margin: 0; }

div.frameTC {
  width: 100%;
  padding: 0;
  vertical-align: middle;
  display: table-cell;
  margin: 0; }

div.rightBlock {
  width: 50%;
  padding: 0;
  vertical-align: middle;
  margin: 0;
  display: inline-block; }

div.leftBlock {
  width: 49%;
  padding: 0;
  vertical-align: middle;
  margin: 0;
  display: inline-block; }

div.content {
  margin: 0 auto; }

#loginpageinner {
  display: table-cell;
  vertical-align: middle; }

#lang {
  width: 130px; }

#langlabel {
  color: #276b98;
  font-size: 14px; }

#loginpageinner table {
  margin-left: auto;
  margin-right: auto; }

#coursespage {
  width: 100%;
  height: 100%; }

#courseslist {
  padding-left: 48px;
  padding-right: 38px;
  height: calc(100% - 151px);
  height: -webkit-calc(100% - 151px);
  overflow-y: auto; }

.coverPreview {
  width: 290px;
  height: 144px;
  float: left;
  margin: 0;
  padding: 0;
  padding-right: 4px;
  position: relative;
  cursor: pointer; }
  .coverPreview .leftTopIcon {
    position: absolute;
    top: 7px;
    left: 7px;
    z-index: 1;
    width: 24px;
    height: 24px; }
    .coverPreview .leftTopIcon.download {
      background: url(img/extract/download.png?b355) center center no-repeat; }
    .coverPreview .leftTopIcon.installed {
      background: url(img/extract/installed.png?c384) center center no-repeat; }
  .coverPreview .coverLeft {
    display: inline-block;
    float: left;
    background-image: url(img/extract/coverLeft_bg.png?35aa);
    width: 159px;
    height: 144px;
    margin: 0;
    padding: 0; }
    .coverPreview .coverLeft .coverLeftTop {
      display: block;
      width: 159px;
      height: 99px;
      margin: 0;
      padding: 0;
      -webkit-border-radius: 50px;
      -moz-border-radius: 50px;
      border-radius: 50px;
      background-size: 150px 125px;
      background-position: 9px 9px;
      background-repeat: no-repeat; }
    .coverPreview .coverLeft .coverLeftBottom {
      display: table-cell;
      vertical-align: middle;
      width: 130px;
      height: 32px;
      margin: 0;
      padding: 0;
      padding-left: 16px;
      font-family: Verdana, Helvetica Neue, sans-serif;
      color: white;
      font-size: 12px;
      text-align: left; }
  .coverPreview .coverRight {
    float: left;
    background-image: url(img/extract/coverRight_bg.png?3315);
    width: 131px;
    height: 144px;
    margin: 0;
    padding: 0; }
    .coverPreview .coverRight .coverRightTop {
      font-family: Verdana, Helvetica Neue, sans-serif;
      color: #025287;
      font-size: 12px;
      padding-top: 15px;
      padding-left: 5px;
      width: 115px;
      display: block;
      text-align: left;
      height: 80px;
      overflow: hidden; }
    .coverPreview .coverRight .coverRightBottom {
      display: block;
      background-image: url(img/extract/buy_bg.png?84b8);
      width: 131px;
      height: 40px;
      font-family: Verdana, Helvetica Neue, sans-serif;
      color: #FFFFFF;
      padding-top: 18px;
      margin-left: -5px;
      margin-top: -7px;
      vertical-align: middle;
      text-align: center;
      font-size: 15px;
      background-repeat: no-repeat;
      background-position: center; }
    .coverPreview .coverRight .coverRightBottomFree {
      display: block;
      background-image: url(img/extract/try_bg.png?e37e);
      width: 131px;
      height: 40px;
      font-family: Verdana, Helvetica Neue, sans-serif;
      color: #FFFFFF;
      padding-top: 18px;
      margin-left: -5px;
      margin-top: -7px;
      vertical-align: middle;
      text-align: center;
      font-size: 15px;
      background-repeat: no-repeat;
      background-position: center; }
    .coverPreview .coverRight .diagramRightBottom {
      display: block;
      background-image: url(img/extract/progress_bg.png?ec41);
      width: 131px;
      height: 40px;
      font-family: Verdana, Helvetica Neue, sans-serif;
      color: #FFFFFF;
      padding-top: 18px;
      margin-left: -5px;
      margin-top: -7px;
      vertical-align: middle;
      text-align: center;
      font-size: 15px;
      background-repeat: no-repeat;
      background-position: center;
      text-transform: uppercase; }
      .coverPreview .coverRight .diagramRightBottom .diagramRightBottomPercent {
        z-index: 2; }
      .coverPreview .coverRight .diagramRightBottom .diagramRightBottomProgress {
        display: block;
        background-image: url(img/extract/courseProgress_bg.png?6099);
        background-repeat: no-repeat;
        width: 0px;
        height: 40px;
        background-position: left;
        margin-top: -30px;
        margin-left: 3px; }
    .coverPreview .coverRight .downloadedRightBottom {
      display: block;
      padding-left: 82px;
      width: 30px; }
    .coverPreview .coverRight .readytoloadRightBottom {
      display: block;
      background-image: url(img/extract/start_bg.png?c693);
      width: 131px;
      height: 40px;
      font-family: Verdana, Helvetica Neue, sans-serif;
      color: #FFFFFF;
      padding-top: 18px;
      margin-left: -5px;
      margin-top: -7px;
      vertical-align: middle;
      text-align: center;
      font-size: 15px;
      background-repeat: no-repeat;
      background-position: center;
      text-transform: uppercase; }

.rouble {
  display: inline-block;
  position: relative;
  margin-left: 3px; }

.rouble:before {
  display: block;
  content: "–";
  position: absolute;
  top: 4px;
  font-size: 13px; }

#savePasswordTR input {
  bottom: -2px;
  left: -2px;
  position: relative; }

#savePasswordTR {
  cursor: pointer;
  color: #276b98;
  font-size: 14px; }

#passwordResetTR {
  display: none;
  cursor: pointer;
  color: #276b98;
  font-size: 16px;
  font-weight: bold; }

#changePasswordHeader {
  padding-bottom: 10px; }

#coursespage, #registerpage, #settingspage, #courseinfopage, #helpicon {
  display: none; }

#settingspanel {
  background-image: url(img/extract/up_panel_bg.png?94f9);
  background-repeat: repeat-x;
  height: 49px;
  width: 100%;
  font-family: Verdana, Helvetica Neue, sans-serif;
  font-size: 20px;
  text-align: center; }

.settingstab {
  width: 23%;
  vertical-align: middle;
  overflow: hidden;
  display: inline-block;
  text-align: center;
  color: #767477;
  padding-top: 5px;
  margin: 5px;
  cursor: pointer;
  height: 39px;
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
  border-top: 1px solid;
  border-right: 1px solid;
  border-bottom-style: none;
  border-left: 1px solid; }

.settingstabActive {
  color: #FFFFFF;
  cursor: pointer;
  background-color: rgba(250, 250, 250, 0.3); }

.settingsUserForm {
  width: 100%;
  border: 0;
  border-collapse: collapse;
  border-spacing: 0;
  font-size: 18px; }

.settingsUserForm td {
  padding: 10px; }

.settingsUserForm input[type="text"] {
  width: 280px;
  color: #025287;
  font-size: 18px; }

#messages {
  overflow: auto;
  width: 100%; }

#feedback {
  width: 100%;
  height: calc(100% - 50px); }

.messageAdmin {
  background-color: #c5effd;
  width: 95%;
  padding: 10px;
  margin: 20px; }

#messageErrorText {
  font-size: 14px;
  font-family: Verdana, Helvetica Neue, sans-serif;
  width: 95%;
  padding: 10px;
  margin-left: 20px;
  height: 140px;
  border: 1px solid black; }

.messadd {
  font-family: Helvetica Neue, sans-serif;
  color: gray;
  font-size: 12px; }

#bonusloginfo {
  overflow: auto;
  width: 100%; }

.bonustable {
  width: 100%;
  border: 1px black solid;
  font-size: 16px;
  text-align: center;
  border-spacing: 0px; }

.bonustable td {
  border: 1px black solid; }

.bonustable th {
  border: 1px black solid;
  font-weight: bold;
  color: #FFFFFF;
  font-size: 18px;
  background-color: #025287; }

.shield {
  width: 200px;
  height: 230px;
  background-image: url(img/extract/shield.png?32a5);
  background-repeat: no-repeat;
  background-position: center center;
  margin-top: 20px;
  box-shadow: inset 0 0 2px rgba(50, 50, 50, 0.5);
  border: solid 1px #ccc;
  border-radius: 7px;
  font-family: Helvetica Neue, sans-serif; }

.leveltxt {
  color: #025287;
  font-size: 18px;
  font-weight: bold;
  text-align: center;
  height: 50px;
  padding-top: 15px; }

.bonusAccountNumber {
  color: #c10000;
  font-size: 25px;
  font-weight: bold;
  text-align: center;
  height: 50px;
  padding-top: 1px; }

.levelNumber {
  color: white;
  font-size: 60px;
  font-weight: bold;
  text-align: center;
  height: 110px;
  padding-top: 1px; }

#bonuslog {
  width: 100%;
  height: calc(100% - 50px);
  background-color: aliceblue; }

#lk_lang, #lk_eduType, #lk_country {
  width: 296px; }

#lk_eduName {
  width: 65px; }

#lk_role {
  width: 140px; }

#lk_eduNumber, #lk_eduLetter {
  width: 55px; }

.settingsUserForm select {
  padding: 3px;
  background: #f8f8f8;
  margin: 0 0 0 0;
  height: 35px;
  color: #025287;
  box-shadow: inset 0 0 5px rgba(50, 50, 50, 0.5);
  border: solid 1px #ccc; }

.settingsline {
  color: #FFFFFF;
  background-color: #025287; }

.sllogin {
  text-align: right;
  margin-right: 20px; }

.sltitle {
  text-align: left;
  padding-left: 20px; }

#onloadpage {
  visibility: hidden; }

#onloadpagetext {
  align: justify; }

#registrationhint, #pinhint2, #loginhint, #updatepasswordhint, #deletestateshint {
  font-family: Helvetica Neue, sans-serif;
  color: red;
  font-size: 16px;
  font-weight: bold;
  text-align: center;
  padding-top: 5px; }

#needDownloadHint, #courseDownloadingHint {
  font-family: Helvetica Neue, sans-serif;
  color: green;
  font-size: 16px;
  font-weight: bold;
  text-align: center;
  width: 300px;
  font-weight: bold;
  padding-top: 18px;
  margin-top: 10px;
  padding-top: 5px;
  display: none; }

#btext {
  width: 100%;
  height: 70px; }

#pinhint {
  font-family: Helvetica Neue, sans-serif;
  font-size: 16px;
  font-weight: bold;
  padding-top: 5px;
  padding-left: 32px; }

.pinhintgreen {
  color: green; }

.pinhintred {
  color: red; }

.activateBtn {
  width: 208px; }

#buyBtns {
  padding-top: 10px; }

#buyBtns div, #downloadCourseBtn, #contentCourseBtn {
  width: 230px; }

#courseinfopage, #settingspage, #settingscontent {
  height: 100%; }

#courseinfopage #cinfoRight {
  padding: 50px;
  display: inline-block;
  float: left; }

#courseinfopage #cinfoLeft div {
  font-family: Verdana, Helvetica Neue, sans-serif;
  text-align: justify;
  color: #01395e;
  padding-top: 50px;
  text-align: justify;
  font-weight: bold;
  font-size: 20px; }

.times {
  font-family: Times New Roman, serif; }

#courseinfopage #cinfoLeft {
  display: inline-block;
  text-align: justify;
  overflow-y: auto;
  padding: 0 50px;
  height: calc(100% - 10px);
  height: -webkit-calc(100% - 10px);
  width: calc(100% - 502px);
  width: -webkit-calc(100% - 502px); }

#downloadedBtn {
  text-align: center;
  padding-top: 18px;
  margin-top: 10px; }

#cinfoCover {
  border-radius: 15px;
  border: 1px solid #025287; }

select {
  padding: 3px;
  background: #f8f8f8;
  display: inline-block;
  cursor: pointer;
  margin: 0 0 0 0px;
  width: 210px;
  height: 33px;
  color: #025287;
  font-size: 18px;
  border-radius: 2px;
  box-shadow: inset 0 0 5px rgba(50, 50, 50, 0.5);
  border: solid 1px #ccc; }

#role {
  width: 362px;
  margin-left: 9px;
  padding: 0.4em;
  border-radius: 2px;
  box-shadow: inset 0 0 5px rgba(50, 50, 50, 0.5);
  border: solid 1px #ccc; }

input[type="text"], input[type="password"] {
  width: 350px;
  height: 20px;
  border-radius: 2px;
  border: solid 1px #ccc;
  padding: 0.4em;
  background-color: #f5f5f5;
  box-shadow: inset 0 0 5px rgba(50, 50, 50, 0.5); }

#activatedpin {
  width: 238px; }

#welcomenote {
  display: block;
  padding-top: 25px;
  clear: both; }

.notetxt {
  font-family: Helvetica Neue, sans-serif;
  color: #01395e;
  padding-top: 10px;
  margin-left: 10%;
  margin-right: 10%;
  text-align: justify;
  font-weight: bold;
  font-size: 20px; }

.centertext {
  text-align: center; }

#attachFile {
  position: fixed;
  top: -1000px;
  left: -1000px; }

/*
 * Remove text-shadow in selection highlight: h5bp.com/i
 * These selection rule sets have to be separate.
 * Customize the background color to match your design.
 */
::-moz-selection {
  background: rgba(179, 212, 252, 0.6);
  text-shadow: none; }

::selection {
  background: rgba(179, 212, 252, 0.6);
  text-shadow: none; }

/*
 * A better looking default horizontal rule
 */
hr {
  display: block;
  height: 2px;
  border: 0;
  border-top: 1px solid #ccc;
  margin: 1em 0;
  padding: 0; }

/*
 * Remove the gap between images and the bottom of their containers: h5bp.com/i/440
 */
img {
  vertical-align: middle; }

/*
 * Remove default fieldset styles.
 */
fieldset {
  border: 0;
  margin: 0;
  padding: 0; }

/*
 * Allow only vertical resizing of textareas.
 */
textarea {
  resize: vertical; }

/* ==========================================================================
   Chrome Frame prompt
   ========================================================================== */
.chromeframe {
  margin: 0.2em 0;
  background: #ccc;
  color: #000;
  padding: 0.2em 0; }

/* ==========================================================================
   Author's custom styles
   ========================================================================== */
/* ==========================================================================
   Helper classes
   ========================================================================== */
/*
 * Image replacement
 */
.ir {
  background-color: transparent;
  border: 0;
  overflow: hidden;
  /* IE 6/7 fallback */
  *text-indent: -9999px; }

.ir:before {
  content: "";
  display: block;
  width: 0;
  height: 150%; }

/*
 * Hide from both screenreaders and browsers: h5bp.com/u
 */
.hidden {
  display: none !important;
  visibility: hidden; }

/*
 * Hide only visually, but have it available for screenreaders: h5bp.com/v
 */
.visuallyhidden {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px; }

/*
 * Extends the .visuallyhidden class to allow the element to be focusable
 * when navigated to via the keyboard: h5bp.com/p
 */
.visuallyhidden.focusable:active,
.visuallyhidden.focusable:focus {
  clip: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  position: static;
  width: auto; }

/*
 * Hide visually and from screenreaders, but maintain layout
 */
.invisible {
  visibility: hidden; }

.centered {
  margin-left: auto;
  margin-right: auto; }

/*
 * Clearfix: contain floats
 *
 * For modern browsers
 * 1. The space content is one way to avoid an Opera bug when the
 *    `contenteditable` attribute is included anywhere else in the document.
 *    Otherwise it causes space to appear at the top and bottom of elements
 *    that receive the `clearfix` class.
 * 2. The use of `table` rather than `block` is only necessary if using
 *    `:before` to contain the top-margins of child elements.
 */
.clearfix:before,
.clearfix:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */ }

.clearfix:after {
  clear: both; }

/*
 * For IE 6/7 only
 * Include this rule to trigger hasLayout and contain floats.
 */
.clearfix {
  *zoom: 1; }

/* ==========================================================================
   EXAMPLE Media Queries for Responsive Design.
   These examples override the primary ('mobile first') styles.
   Modify as content requires.
   ========================================================================== */
@media only screen and (min-width: 35em) {
  /* Style adjustments for viewports that meet the condition */ }

@media print, (-o-min-device-pixel-ratio: 5 / 4), (-webkit-min-device-pixel-ratio: 1.25), (min-resolution: 120dpi) {
  /* Style adjustments for high resolution devices */ }

/* ==========================================================================
   Print styles.
   Inlined to avoid required HTTP connection: h5bp.com/r
   ========================================================================== */
@media print {
  * {
    background: transparent !important;
    color: #000 !important;
    /* Black prints faster: h5bp.com/s */
    box-shadow: none !important;
    text-shadow: none !important; }
  a,
  a:visited {
    text-decoration: underline; }
  a[href]:after {
    content: " (" attr(href) ")"; }
  abbr[title]:after {
    content: " (" attr(title) ")"; }
  /*
     * Don't show links for images, or javascript/internal links
     */
  .ir a:after,
  a[href^="javascript:"]:after,
  a[href^="#"]:after {
    content: ""; }
  pre,
  blockquote {
    border: 1px solid #999;
    page-break-inside: avoid; }
  thead {
    display: table-header-group;
    /* h5bp.com/t */ }
  tr,
  img {
    page-break-inside: avoid; }
  img {
    max-width: 100% !important; }
  @page {
    margin: 0.5cm; }
  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3; }
  h2,
  h3 {
    page-break-after: avoid; } }

.loader {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  margin: auto;
  box-shadow: 0 2px 0 #44a9cf;
  border-radius: 50%;
  height: 100px;
  width: 100px;
  animation: load-rotate .7s linear infinite;
  display: none;
  z-index: 5000; }

.loading .loader {
  display: block; }

@keyframes load-rotate {
  100% {
    transform: rotate(1turn); } }

#footer {
  background-image: url(img/extract/bottom_bg.png?5675);
  height: 50px;
  width: 100%;
  position: absolute;
  padding: 0;
  margin: 0;
  border: 0;
  overflow: hidden;
  bottom: 0; }

.footer-right {
  float: right; }

.footer-left {
  float: left; }

.footer-center {
  text-align: center; }

#applogo {
  width: 100px;
  height: 48px;
  background: url(img/extract/bottom_left.png?ffc3);
  cursor: pointer;
  display: inline-block;
  margin-top: 4px; }

#companylogo {
  width: 200px;
  height: 40px;
  display: inline-block;
  background: url(img/extract/companylogo.png?65f6);
  margin-top: 4px; }

[layout="blank"] #arr_right.visible {
  display: none; }

[layout="blank"] #arr_left.visible {
  display: none; }

[layout="blank"] .app-body {
  top: 0;
  bottom: 0; }

.no-close #closebtn,
.no-close .close {
  display: none; }

.no-print #printimg {
  display: none; }

.hide {
  display: none; }

.no-settings #settingsicon {
  display: none; }

.no-home #homeicon {
  display: none; }

.loading .loader {
  animation: none;
  box-shadow: none;
  background: url(img/extract/loading.gif?570e) center center no-repeat;
  width: 100%;
  height: 100%; }

.buttonicon {
  display: inline-block;
  margin: 0;
  padding: 0;
  cursor: pointer;
  width: 9%;
  max-width: 110px;
}
.buttonicon:after {
    content: '';
    display: inline-block;
    height: 45px;
    margin-top: 3px;
    background-position: center center;
    background-repeat: no-repeat;
    border-radius: 5px;
    width: 100%;
}
.buttonicon.disabled {
    pointer-events: none;
    cursor: default;
}
.buttonicon.home-icon:after {
    background-image: url(img/extract/home.png?fc61);
}
.buttonicon.home-icon.disabled:after {
    background-image: url(img/extract/home_d.png?8e21);
}
.buttonicon.home-icon.active:after {
    background-image: url(img/extract/home_a.png?8f98);
}
.buttonicon.bookmarks-icon:after {
    background-image: url(img/extract/bookmarks.png?9667);
}
.buttonicon.bookmarks-icon.disabled:after {
    background-image: url(img/extract/bookmarks_d.png?90aa);
}
.buttonicon.bookmarks-icon.active:after {
    background-image: url(img/extract/bookmarks_a.png?80bb);
}
.buttonicon.contents-icon:after {
    background-image: url(img/extract/contents.png?421f);
}
.buttonicon.contents-icon.disabled:after {
    background-image: url(img/extract/contents_d.png?fd10);
}
.buttonicon.contents-icon.active:after {
    background-image: url(img/extract/contents_a.png?ccbb);
}
.buttonicon.journal-icon:after {
    background-image: url(img/extract/journal.png?c431);
}
.buttonicon.journal-icon.disabled:after {
    background-image: url(img/extract/journal_d.png?c14f);
}
.buttonicon.journal-icon.active:after {
    background-image: url(img/extract/journal_a.png?e59c);
}
.buttonicon.settings-icon:after {
    background-image: url(img/extract/settings.png?1c0c);
}
.buttonicon.settings-icon.disabled:after {
    background-image: url(img/extract/settings_d.png?82f1);
}
.buttonicon.settings-icon.active:after {
    background-image: url(img/extract/settings_a.png?18c0);
}
.buttonicon.help-icon {
    display: none;
}
.buttonicon.help-icon:after {
      background-image: url(img/extract/help.png?58e7);
}
.buttonicon.help-icon.disabled:after {
      background-image: url(img/extract/help_d.png?277f);
}
.buttonicon.help-icon.active:after {
      background-image: url(img/extract/help_a.png?694e);
}

.progress-bar {
  width: 287px;
  height: 45px;
  background-image: url(img/extract/progressbar.png?0a6b);
  margin: 2px 0 0 15px;
  position: relative;
  color: #fff;
  font-size: 18px;
  text-align: center;
}
.progress-bar .count {
    position: absolute;
    left: 0;
    top: 0;
    background-image: url(img/extract/progressbar-circle.png?3f14);
    width: 45px;
    height: 45px;
    z-index: 10;
    line-height: 45px;
    padding-left: 3px;
    box-sizing: border-box;
}
.progress-bar .progress {
    position: absolute;
    left: 45px;
    top: 13px;
    background: url(img/extract/progressbar-progress-blue.png?c50b) right no-repeat;
    width: 226px;
    height: 19px;
    z-index: 3;
}
.progress-bar .progress.progress-correct {
      background: url(img/extract/progressbar-progress.png?ddd0) right no-repeat;
      z-index: 4;
}
.progress-bar .progress.progress-wrong {
      background: url(img/extract/progressbar-progress-red.png?7c80) right no-repeat;
      z-index: 2;
}
.progress-bar .progress-label {
    position: absolute;
    left: 45px;
    top: 13px;
    width: 226px;
    height: 19px;
    line-height: 19px;
    z-index: 10;
}

.companylogo {
  margin-right: 15px;
}

.courseml-label {
  display: table;
  position: absolute;
  backface-visibility: hidden; }
  .courseml-label .courseml-label-inner {
    display: table-cell; }
    .courseml-label .courseml-label-inner[valign=middle] {
      vertical-align: middle; }
    .courseml-label .courseml-label-inner[valign=top] {
      vertical-align: top; }
    .courseml-label .courseml-label-inner[valign=bottom] {
      vertical-align: bottom; }
    .courseml-label .courseml-label-inner[align=left] {
      align: left; }
    .courseml-label .courseml-label-inner[align=right] {
      align: right; }
    .courseml-label .courseml-label-inner[align=center] {
      align: center; }

.courseml-in-sentence {
  padding: 3px 0; }

.courseml[slidetype="fragmentation"] .wrongAnswer {
  opacity: 0.5;
  background-color: #fa9696; }

.criteria {
  display: table-cell;
  width: 50%; }
  .criteria.readonly .criteria-comment {
    display: none; }
  .criteria.readonly .criteriaselectors {
    display: none; }

.subcriteria {
  margin-top: 8px;
  padding: 8px;
  border: 1px solid #d6d7d9;
  background-color: #f0f0f0; }

#relating {
  display: flex;
  justify-content: center; }
  #relating .bar-inner {
    display: flex;
    justify-content: center;
    flex-direction: row;
    align-items: center;
    height: 100%;
    overflow: hidden; }
  #relating sub {
    font-size: 60%; }
  #relating .bar {
    overflow: hidden; }
  #relating #sortpoints,
  #relating #sortarrows,
  #relating #sortgroup,
  #relating #sortitems {
    position: relative;
    z-index: 100; }
  #relating #sortgroup .relating,
  #relating #sortitems .relating {
    width: 100%; }
  #relating .flexgroup {
    display: flex;
    flex-direction: column;
    flex-grow: 2;
    min-width: 200px; }
    #relating .flexgroup.half {
      flex-grow: 1;
      min-width: 80px; }
    #relating .flexgroup li {
      flex: 1;
      padding: 4px 2px;
      min-height: 24px; }
    #relating .flexgroup .bar {
      height: 100%;
      margin: 0;
      box-sizing: border-box; }
    #relating .flexgroup .inlinebar {
      height: 100%;
      box-sizing: border-box;
      margin: 0;
      display: flex;
      justify-content: center;
      flex-direction: column; }
    #relating .flexgroup.right .bar-inner {
      justify-content: flex-end; }
    #relating .flexgroup.left .bar-inner {
      justify-content: start; }
  #relating.calculating .flexgroup,
  #relating.calculating .flexgroup li {
    flex: auto;
    flex-grow: 0; }
  #relating .bar-inner > div {
    width: 100%; }

.bottomBarContainer {
  display: flex;
  flex-direction: column; }
  .bottomBarContainer #activepanelcenter {
    flex: 2; }
  .bottomBarContainer #groupcolumn0 {
    flex: 1; }

#classification .bar {
  margin: 5px 0 0 0;
  overflow: hidden; }

#classification .bar.withImages .classitemitem table {
  width: 100%; }

#classification .bar.withImages .images-group-wrapper img {
  height: auto; }

#classification .bar.withAudio audio {
  width: 100%; }

#classification .bar.withAudio .classitemitem {
  padding: 0 10px; }

#classification .bar.withAudio .classitemitem > table {
  width: 100%; }

#classification .groupcolumn .bar {
  clear: left;
  margin-left: 0;
  margin-right: 0; }

.courseml[skin="in_wb-world"] {
  /*.groupbar.classification .classgroupitem table{*/
  /*	margin: 0;*/
  /*}*/ }
  .courseml[skin="in_wb-world"] .bar.classification {
    border: 2px solid #5CC8CB !important;
    background: #E8E5BA;
    border-radius: 8px;
    line-height: 22px;
    padding-bottom: 4px;
    margin: 7px; }
  .courseml[skin="in_wb-world"] .bar.classification.withImages {
    border: none !important;
    background: transparent;
    padding: 2px;
    margin: 4px;
    margin-bottom: 0;
    margin-top: 0; }
  .courseml[skin="in_wb-world"] .bar.classification.withImages img {
    border: 6px solid #5CC8CB;
    border-radius: 8px;
    box-sizing: border-box; }
  .courseml[skin="in_wb-world"] .groupbar.classification {
    background: #c5eceb;
    font-size: 20px;
    line-height: 22px;
    border: 2px solid #5CC8CB;
    color: black !important;
    border-radius: 8px;
    position: relative;
    padding: 6px 0 6px 0; }
  .courseml[skin="in_wb-world"] .groupbar.classification .innerBorder {
    position: absolute;
    left: 0px;
    top: 0px;
    border: 2px solid #f2f3f8;
    border-radius: 8px; }
  .courseml[skin="in_wb-world"] .groupbar.classification.withImages .innerBorder {
    border: 2px solid #5CC8CB;
    top: 4px; }
  .courseml[skin="in_wb-world"] .groupbar.classification.withImages {
    background: none !important;
    border: none !important; }
  .courseml[skin="in_wb-world"] .groupbar.classification .classgroupitem.withImages img {
    border: 5px solid #5CC8CB;
    border-radius: 8px;
    border: 6px solid #dbebea;
    border-radius: 8px; }
  .courseml[skin="in_wb-world"] .classitemitem .innerBorder {
    position: absolute;
    left: 0px;
    top: 0px;
    border: 2px solid #5CC8CB;
    border-radius: 5px; }

.choiceanswer .variantwrapper {
  width: 100%; }

.choiceanswer .variantwrapper[data-col="2"] {
  width: 50%; }

.choiceanswer .variantwrapper[data-col="3"] {
  width: 33%; }

.choiceanswer .variantwrapper[data-col="4"] {
  width: 25%; }

.choiceanswer .variantwrapper[data-col="5"] {
  width: 20%; }

.choiceanswer .variantwrapper[data-col="6"] {
  width: 16%; }

.choiceanswer .variantwrapper[data-col="7"] {
  width: 14%; }

.choiceanswer .variantwrapper[data-col="8"] {
  width: 12%; }

.choiceanswer .variantwrapper[data-col="9"] {
  width: 11%; }

.choiceanswer .variantwrapper[data-col="10"] {
  width: 10%; }

.multichoice.withImage table td {
  text-align: center; }

#dnd {
  background-repeat: no-repeat;
  position: relative;
  background-position: left top;
  background-size: contain; }
  #dnd .centerFigure {
    margin: 0; }
  #dnd.borderedimg .borderedimg {
    border: 0; }

.courseml[skin="board"] #dnd.borderedimg {
  box-sizing: content-box; }

.courseml[skin="in_wb-world"] #dnd.borderedimg {
  border: 5px solid #5CC8CB !important;
  border-radius: 8px; }

.sorting .bar-inner {
  display: table;
  width: 100%; }

.matching #sortitems[mode='horizontal'] .bar-inner {
  display: table;
  width: 100%; }

.matching #sortgroup .matchingvert {
  display: table; }

div input[type="text"].input-legend {
  background-color: #eee;
  outline: none; }

.courseml[skin="board"] #attachBtn {
  background-repeat: repeat-x;
  background-position: center center;
  border-radius: 7px;
  border: 1px solid #919191;
  text-align: center;
  vertical-align: middle;
  min-width: 220px; }

#dragtext {
  position: relative; }

.dragelement {
  border: 2px solid blue;
  border-radius: 3px;
  padding: 0px 6px;
  cursor: pointer;
  opacity: 0;
  line-height: 1;
  white-space: nowrap;
  -webkit-transform: translateZ(0); }

.dragelement_clone {
  position: absolute !important;
  opacity: 1; }

.dragelement_with-sub-sup {
  line-height: 1.3; }

.dragtextregion {
  display: inline-block;
  user-select: none;
  color: grey;
  line-height: normal;
  vertical-align: middle;
  text-align: center; }

.dragtextregion_withElement {
  opacity: 0; }

#filling {
  text-align: justify; }
  #filling input {
    margin-bottom: 2px; }

.courseml[slidetype="sequence"] #bottomsolutionpanel {
  border-left: 5px solid #1c5b81;
  margin-left: -5px; }

#wrapper {
  display: none;
  width: 100%; }
  #wrapper.visible {
    display: table; }

/* #8164, #11256
#slide {
    // z-index: 100;
    // position: relative;
}
*/
.slide {
  display: block; }

.slidebody {
  box-sizing: border-box;
  min-height: 100%;
  height: 100%;
  width: 100%;
  padding: 0 20px; }

.courseml[skin="board"] #theory {
  display: none;
  width: 900px;
  margin: 0 auto;
  padding: 0px; }

.courseml[skin="board"] #slide .slidebody {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
  overflow: hidden; }

.courseml[skin="board"] #slide .slidebody.with-scroll {
  align-items: normal;
  overflow: auto; }

.courseml[skin="board"] #slide.zoomSmallVertical .slidebody {
  align-items: flex-end; }

.courseml[skin="board"] #slide.zoomSmallVertical #wrapper,
.courseml[skin="board"] #slide.zoomSmallVertical #theory {
  transform-origin: bottom; }

.courseml[skin="board"] #slide.scrollable .slidebody {
  height: auto;
  overflow: auto; }

.courseml[slidetype="theory"] #slide {
  right: 20px; }

.ui-rotatable-handle {
  height: 16px;
  width: 16px;
  cursor: pointer;
  background-image: url(img/extract/rotate.png?e7d6);
  background-size: 100%;
  left: 2px;
  bottom: 2px; }

.clearfix:before, .clearfix:after {
  content: "";
  display: table; }

.clearfix:after {
  clear: both; }

.clearfix {
  *zoom: 1; }

.prettycheckbox,
.prettyradio {
  display: inline-block;
  padding: 0;
  margin: 0; }

.prettycheckbox a,
.prettyradio a {
  width: 30px;
  height: 30px;
  background: url(img/extract/prettyCheckable-blue.png?0143) top left no-repeat;
  display: block;
  float: left;
  cursor: pointer;
  margin: 0; }

.prettycheckbox.green a,
.prettyradio.green a {
  background-image: url(img/extract/prettyCheckable-green.png?6f3f); }

.prettycheckbox.red a,
.prettyradio.red a {
  background-image: url(img/extract/prettyCheckable-red.png?4417); }

.prettycheckbox.yellow a,
.prettyradio.yellow a {
  background-image: url(img/extract/prettyCheckable-yellow.png?9dbc); }

.prettycheckbox.gray a,
.prettyradio.gray a {
  background-image: url(img/extract/prettyCheckable-gray.png?1b96); }

.prettyradio a {
  background-position: 0 -120px; }

.prettycheckbox a:focus,
.prettyradio a:focus {
  outline: 0 none; }

.prettycheckbox a:focus {
  background-position: 0 -30px; }

.prettyradio a:focus {
  background-position: 0 -150px; }

.prettycheckbox a.checked {
  background-position: 0 -60px; }

.prettyradio a.checked {
  background-position: 0 -180px; }

.prettycheckbox a.checked:focus {
  background-position: 0 -90px; }

.prettyradio a.checked:focus {
  background-position: 0 -210px; }

.prettycheckbox label,
.prettyradio label {
  display: none;
  float: left;
  margin: 6px 5px;
  cursor: pointer; }

.prettycheckbox.disabled a,
.prettyradio.disabled a,
.prettycheckbox.disabled label,
.prettyradio.disabled label {
  cursor: not-allowed; }

.prettycheckbox.disabled a {
  background-position: 0 -240px; }

.prettyradio.disabled a {
  background-position: 0 -270px; }

.jqcontextmenu, .jqcontextmenu ul {
  /*topmost and sub ULs, respectively*/
  font: normal 13px Verdana;
  margin: 0;
  padding: 0;
  position: absolute;
  left: 0;
  top: 0;
  list-style-type: none;
  background: white;
  border: 1px solid black;
  visibility: hidden;
  display: none;
  /*collapse all sub menus to begin with*/
  box-shadow: 3px 3px 8px #818181;
  /*shadow for CSS3 capable browsers.*/
  -webkit-box-shadow: 3px 3px 8px #818181;
  -moz-box-shadow: 3px 3px 8px #818181; }

.jqcontextmenu li {
  position: relative; }

.jqcontextmenu li a {
  display: block;
  width: 140px;
  /*width of menu (not including side paddings)*/
  color: black;
  background: #F5F5F5;
  text-decoration: none;
  padding: 4px 5px; }

* html .jqcontextmenu li {
  /*IE6 CSS hack*/
  display: inline-block;
  width: 170px;
  /*width of menu (include side paddings of LI A*/ }

.jqcontextmenu li a:hover {
  background: #e0e0e0; }

.rightarrowclass {
  position: absolute;
  top: 6px;
  right: 5px; }

/*
 * LaTeX Math in pure HTML and CSS -- No images whatsoever
 * v0.xa
 * by Jay and Han
 * Lesser GPL Licensed: http: //www.gnu.org/licenses/lgpl.html
 *
 * This file is automatically included by mathquill.js
 *
 */
/*@font-face {
  font-family: Trebuchet MS;
  src: url(font/Symbola.eot);
  src: local("Symbola Regular"), local("Symbola"), url(font/Symbola.ttf) format("truetype"), url(font/Symbola.otf) format("opentype"), url(font/Symbola.svg#Symbola) format("svg");
}*/
.mathquill-editable {
  display: -moz-inline-box;
  display: inline-block;
  white-space: pre-wrap; }

.mathquill-editable .cursor {
  border-left: 1px solid black;
  margin-right: -1px;
  position: relative;
  z-index: 1;
  padding: 0;
  display: -moz-inline-box;
  display: inline-block; }

.mathquill-editable .cursor.blink {
  visibility: hidden; }

.mathquill-editable,
.mathquill-embedded-latex .mathquill-editable {
  /*padding: 2px;*/ }

.mathquill-embedded-latex .mathquill-editable {
  margin: 1px; }

/*.mathquill-editable.hasCursor,
.mathquill-editable .hasCursor {
  -webkit-box-shadow: #68b4df 0 0 3px 2px;
  -moz-box-shadow: #68b4df 0 0 3px 2px;
  box-shadow: #68b4df 0 0 3px 2px;
}*/
.mathquill-editable .latex-command-input {
  color: inherit;
  font-family: Trebuchet MS;
  /*font-family: "Courier New", monospace;*/
  border: 1px solid gray;
  padding-right: 1px;
  margin-right: 1px;
  margin-left: 2px; }

.mathquill-editable .latex-command-input.empty {
  background: transparent; }

/*.mathquill-editable .latex-command-input.hasCursor {
  border-color: ActiveBorder;
}*/
.mathquill-editable.empty:after,
.mathquill-textbox:after,
.mathquill-rendered-math .empty:after {
  visibility: hidden;
  content: 'c'; }

.mathquill-editable .cursor:only-child:after,
.mathquill-editable .textarea + .cursor:last-child:after {
  visibility: hidden;
  content: 'c'; }

.mathquill-textbox {
  overflow-x: auto;
  overflow-y: hidden; }

.mathquill-rendered-math {
  font-variant: normal;
  font-weight: normal;
  font-style: normal;
  font-size: 115%;
  line-height: 1;
  display: -moz-inline-box;
  display: inline-block; }

.mathquill-rendered-math .non-leaf,
.mathquill-rendered-math .scaled {
  display: -moz-inline-box;
  display: inline-block; }

.mathquill-rendered-math var,
.mathquill-rendered-math .text,
.mathquill-rendered-math .nonSymbola {
  /* font-family: "Times New Roman", Symbola, serif;*/
  font-family: Trebuchet MS;
  line-height: .9; }

.mathquill-rendered-math * {
  font-size: inherit;
  line-height: inherit;
  margin: 0;
  padding: 0;
  border-color: black;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none; }

.mathquill-rendered-math .empty {
  background: #ccc; }

.mathquill-rendered-math.empty {
  background: transparent; }

.mathquill-rendered-math .text {
  font-size: 87%; }

.mathquill-rendered-math .font {
  font: 1em "Times New Roman", Symbola, serif; }

.mathquill-rendered-math .font * {
  font-family: inherit;
  font-style: inherit; }

.mathquill-rendered-math b,
.mathquill-rendered-math b.font {
  font-weight: bolder; }

.mathquill-rendered-math var,
.mathquill-rendered-math i,
.mathquill-rendered-math i.font {
  font-syle: italic; }

.mathquill-rendered-math var.florin {
  margin: 0 -0.1em; }

.mathquill-rendered-math big {
  font-size: 125%; }

.mathquill-rendered-math .roman {
  font-style: normal; }

.mathquill-rendered-math .sans-serif {
  font-family: Trebuchet MS;
  /*font-family: sans-serif, Symbola, serif;*/ }

.mathquill-rendered-math .monospace {
  font-family: Trebuchet MS;
  /*font-family: monospace, Symbola, serif;*/ }

.mathquill-rendered-math .overline {
  border-top: 1px solid black;
  margin-top: 1px; }

.mathquill-rendered-math .underline {
  border-bottom: 1px solid black;
  margin-bottom: 1px; }

.mathquill-rendered-math .binary-operator {
  display: -moz-inline-box;
  display: inline-block; }

.mathquill-rendered-math .unary-operator {
  padding-left: 0.2em; }

.mathquill-rendered-math sup,
.mathquill-rendered-math sub {
  position: relative;
  font-size: 75%; }

.mathquill-rendered-math sup .binary-operator,
.mathquill-rendered-math sub .binary-operator {
  padding: 0 .1em; }

.mathquill-rendered-math sup .unary-operator,
.mathquill-rendered-math sub .unary-operator {
  padding-left: .1em; }

.mathquill-rendered-math sup.limit,
.mathquill-rendered-math sub.limit,
.mathquill-rendered-math sup.nthroot,
.mathquill-rendered-math sub.nthroot {
  font-size: 80%; }

.mathquill-rendered-math sup .fraction,
.mathquill-rendered-math sub .fraction {
  font-size: 70%;
  vertical-align: -0.4em; }

.mathquill-rendered-math sup .numerator,
.mathquill-rendered-math sub .numerator {
  padding-bottom: 0; }

.mathquill-rendered-math sup .denominator,
.mathquill-rendered-math sub .denominator {
  padding-top: 0; }

.mathquill-rendered-math sup {
  vertical-align: .7em; }

.mathquill-rendered-math sup.limit,
.mathquill-rendered-math sup.nthroot {
  vertical-align: 0.91em; }

.mathquill-rendered-math sup.nthroot {
  margin-right: -0.5em;
  margin-left: .2em;
  min-width: .5em; }

.mathquill-rendered-math sub {
  vertical-align: -0.4em; }

.mathquill-rendered-math sub.limit {
  vertical-align: -0.6em; }

.mathquill-rendered-math .paren {
  padding: 0 .1em;
  vertical-align: bottom;
  -webkit-transform-origin: bottom center;
  -moz-transform-origin: bottom center;
  -ms-transform-origin: bottom center;
  -o-transform-origin: bottom center;
  transform-origin: bottom center; }

.mathquill-rendered-math .array {
  vertical-align: middle;
  text-align: center; }

.mathquill-rendered-math .array > span {
  display: block; }

.mathquill-rendered-math .non-italicized-function {
  font-family: Trebuchet MS;
  /*font-family: Symbola, "Times New Roman", serif;*/
  line-height: .9;
  font-style: normal;
  padding-right: .2em; }

.mathquill-rendered-math .fraction {
  font-size: 90%;
  text-align: center;
  vertical-align: -0.5em;
  padding: 0 .2em; }

.mathquill-rendered-math .fraction,
.mathquill-rendered-math x:-moz-any-link {
  display: -moz-groupbox; }

.mathquill-rendered-math .fraction,
.mathquill-rendered-math x:-moz-any-link,
.mathquill-rendered-math x:default {
  display: inline-block; }

.mathquill-rendered-math .numerator,
.mathquill-rendered-math .denominator {
  display: block; }

.mathquill-rendered-math .numerator {
  padding: 0 0.1em;
  margin-bottom: -0.1em; }

.mathquill-rendered-math .denominator {
  border-top: 1px solid;
  float: right;
  width: 100%;
  padding: .1em .1em 0 .1em;
  margin-right: -0.1em;
  margin-left: -0.1em; }

.mathquill-rendered-math .sqrt-prefix {
  padding-top: 0;
  position: relative;
  /*top: .1em;*/
  font-family: 'Times New Roman';
  font-size: 34px;
  line-height: 42px;
  vertical-align: top;
  -webkit-transform-origin: top;
  -moz-transform-origin: top;
  -ms-transform-origin: top;
  -o-transform-origin: top;
  transform-origin: top; }

.mathquill-rendered-math .sqrt-stem {
  border-top: 2px solid;
  margin-top: 1px;
  padding-left: .15em;
  padding-right: .2em;
  margin-right: .1em; }

.mathquill-rendered-math .vector-prefix {
  display: block;
  text-align: center;
  line-height: .25em;
  margin-bottom: -0.1em;
  font-size: 0.75em; }

.mathquill-rendered-math .vector-stem {
  display: block; }

.mathquill-rendered-math,
.mathquill-rendered-math .mathquill-editable {
  cursor: text;
  font-family: Trebuchet MS;
  /*font-family: Symbola, "Times New Roman", serif;*/ }

.mathquill-rendered-math .selection,
.mathquill-editable .selection,
.mathquill-rendered-math .selection .non-leaf,
.mathquill-editable .selection .non-leaf,
.mathquill-rendered-math .selection .scaled,
.mathquill-editable .selection .scaled {
  background: #B4D5FE !important;
  background: Highlight !important;
  color: HighlightText;
  border-color: HighlightText; }

.mathquill-rendered-math .selection .matrixed,
.mathquill-editable .selection .matrixed {
  background: #39F !important; }

.mathquill-rendered-math .selection .matrixed-container,
.mathquill-editable .selection .matrixed-container {
  filter: progid:DXImageTransform.Microsoft.Chroma(color='#3399FF') !important; }

.mathquill-rendered-math .selection.blur,
.mathquill-editable .selection.blur,
.mathquill-rendered-math .selection.blur .non-leaf,
.mathquill-editable .selection.blur .non-leaf,
.mathquill-rendered-math .selection.blur .scaled,
.mathquill-editable .selection.blur .scaled,
.mathquill-rendered-math .selection.blur .matrixed,
.mathquill-editable .selection.blur .matrixed {
  background: #D4D4D4 !important;
  color: black;
  border-color: black; }

.mathquill-rendered-math .selection.blur .matrixed-container,
.mathquill-editable .selection.blur .matrixed-container {
  filter: progid:DXImageTransform.Microsoft.Chroma(color='#D4D4D4') !important; }

.mathquill-editable .textarea,
.mathquill-rendered-math .textarea {
  position: relative;
  -webkit-user-select: text;
  -moz-user-select: text;
  user-select: text; }

.mathquill-editable .textarea textarea,
.mathquill-rendered-math .textarea textarea,
.mathquill-editable .selectable,
.mathquill-rendered-math .selectable {
  -webkit-user-select: text;
  -moz-user-select: text;
  user-select: text;
  position: absolute;
  clip: rect(1em 1em 1em 1em); }

.mathquill-rendered-math .matrixed {
  background: white;
  display: -moz-inline-box;
  display: inline-block; }

.mathquill-rendered-math .matrixed-container {
  filter: progid:DXImageTransform.Microsoft.Chroma(color='white');
  margin-top: -0.1em; }

.hiddenUnit {
  font-size: 200%;
  font-family: 'Trebuchet MS';
  display: none;
  position: absolute;
  width: auto;
  padding-right: 10px; }

#formulaline {
  display: table;
  /*	margin-top: 12px;*/
  width: 100%; }

#mainformula {
  font-size: 100%;
  padding: 12px;
  width: 100%;
  box-sizing: border-box;
  border: 1px solid gray !important;
  background: white;
  min-height: 46px;
  display: table-cell;
  vertical-align: middle; }

.fa-table #fapreunit {
  /*padding-left: 12px;*/
  padding-right: 10px;
  display: none;
  font-family: 'Trebuchet MS';
  vertical-align: middle;
  white-space: nowrap; }

.fa-table #fapostunit {
  padding-left: 10px;
  font-family: 'Trebuchet MS';
  display: none;
  vertical-align: middle;
  white-space: nowrap; }

#famodule {
  margin-top: 5px;
  border: 1px solid #B6BBAE;
  display: inline-block;
  width: 100%;
  background: #DCE0FB;
  box-sizing: border-box;
  padding: 12px;
  font-style: 'Trebuchet MS'; }

#hintButton, .greekBtn, .intervalBtn {
  display: none; }

.buttonsblock.arithmetic {
  display: inline-block !important; }

.buttonsblock {
  display: none;
  border-right: 1px solid #B6BBAE;
  /*max-width: 160px;*/
  float: left;
  padding: 0 12px;
  height: 160px; }

.buttonsblock button {
  background: none;
  border: none;
  width: 44px;
  height: 40px;
  font-size: 100%;
  cursor: pointer;
  font-weight: 600;
  line-height: 42px;
  cursor: pointer;
  box-sizing: border-box; }

.buttonsblock .button {
  background: none;
  border: none;
  width: 44px;
  height: 40px;
  font-size: 100%;
  cursor: pointer;
  font-weight: 600;
  line-height: 42px;
  cursor: pointer;
  box-sizing: border-box;
  font-family: Trebuchet MS;
  text-align: center; }

.buttonsblock button.extended {
  width: 60px; }

.buttonsblock .column {
  float: left;
  display: inline-block;
  width: 40px; }

.buttonsblock .column.extended {
  width: 60px; }

.chemsymbols {
  display: none; }

.column.chemsymbols {
  display: none; }

.fa-table {
  width: 100%;
  border-collapse: collapse; }

.fa-table .buttons-column,
.fa-table .postunit-column {
  width: 120px; }

.fa-table .sys-button {
  width: 110px;
  height: 40px;
  margin: 5px;
  padding: 0px;
  border-radius: 8px;
  border: none;
  color: white;
  font-size: 16px;
  font-weight: bold;
  background: url(img/extract/button_p.png?b9a1) 0 0 no-repeat;
  background-size: 100% 100%;
  cursor: pointer;
  border: 1px solid #777777; }

.fa-table .sys-button.arrow {
  width: 50px;
  float: left;
  font-family: Times; }

.fa-table .x_n {
  background: url(img/extract/x_n.png?d2c2) 0 7px no-repeat; }

.fa-table .xn {
  background: url(img/extract/xn.png?6bcd) 0 5px no-repeat; }

.fa-table .mq_root {
  background: url(img/extract/root.png?fb21) -7px 0 no-repeat; }

.fa-table .root_n {
  background: url(img/extract/root_n.png?63b2) -7px 0 no-repeat; }

@charset "UTF-8";
/*
 * HTML5 Boilerplate
 *
 * What follows is the result of much research on cross-browser styling.
 * Credit left inline and big thanks to Nicolas Gallagher, Jonathan Neal,
 * Kroc Camen, and the H5BP dev community and team.
 */
/* ==========================================================================
   Base styles: opinionated defaults
   ========================================================================== */
/* #9763 */
@font-face {
  font-family: LucidaConsole;
  src: local("Lucida Console"); }

html,
button,
input,
select,
textarea {
  color: #222; }

html {
  height: 100%;
  width: 100%;
  overflow: hidden; }

body {
  height: 100%;
  width: 100%;
  font-size: 16px;
  line-height: 1.4;
  font-family: 'Trebuchet MS', sans-serif, Arial;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  -webkit-overflow-scrolling: touch;
  background: #e7ebf8; }

pre {
  font-size: 16px;
  line-height: 1.4;
  font-family: 'Trebuchet MS', sans-serif, Arial;
  white-space: pre;
  word-wrap: break-word;
  margin: 0; }

iframe, embed {
  border: 0;
  display: block;
  margin-left: auto;
  margin-right: auto;
  padding: 0;
  overflow: hidden; }

/*
 * Remove text-shadow in selection highlight: h5bp.com/i
 * These selection rule sets have to be separate.
 * Customize the background color to match your design.
 */
::-moz-selection {
  background: rgba(179, 212, 252, 0.6);
  text-shadow: none; }

/*
 * A better looking default horizontal rule1
 */
hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #ccc;
  margin: 1em 0;
  padding: 0; }

/*
 * Remove the gap between images and the bottom of their containers: h5bp.com/i/440
 */
/*
 * Remove default fieldset styles.
 */
fieldset {
  border: 0;
  margin: 0;
  padding: 0; }

/*
 * Allow only vertical resizing of textareas.
 */
textarea {
  resize: vertical; }

/*
 * Hide from both screenreaders and browsers: h5bp.com/u
 */
.hidden {
  display: none !important;
  visibility: hidden; }

/*
 * Hide visually and from screenreaders, but maintain layout
 */
.invisible {
  visibility: hidden; }

.orderInvisible {
  visibility: hidden; }

.orderBorder {
  border: 1px solid rgba(0, 0, 0, 0) !important; }

/* ==========================================================================
   EXAMPLE Media Queries for Responsive Design.
   These examples override the primary ('mobile first') styles.
   Modify as content requires.
   ========================================================================== */
@media only screen and (min-width: 35em) {
  /* Style adjustments for viewports that meet the condition */ }

/* ==========================================================================
   Print styles.
   Inlined to avoid required HTTP connection: h5bp.com/r
   ========================================================================== */
@media print {
  * {
    background: transparent !important;
    color: #000 !important;
    /* Black prints faster: h5bp.com/s */
    box-shadow: none !important;
    text-shadow: none !important; }
  a,
  a:visited {
    text-decoration: underline; }
  a[href]:after {
    content: " (" attr(href) ")"; }
  abbr[title]:after {
    content: " (" attr(title) ")"; }
  /*
     * Don't show links for images, or javascript/internal links
     */
  .ir a:after,
  a[href^="javascript:"]:after,
  a[href^="#"]:after {
    content: ""; }
  pre,
  blockquote {
    border: 1px solid #999;
    page-break-inside: avoid; }
  thead {
    display: table-header-group;
    /* h5bp.com/t */ }
  tr,
  img {
    page-break-inside: avoid; }
  img {
    max-width: 100% !important; }
  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3; }
  h2,
  h3 {
    page-break-after: avoid; } }

/* Journal */
#journal {
  font-family: Verdana, 'Helvetica Neue', sans-serif;
  font-size: 16px;
  text-align: center;
  overflow-y: auto;
  margin-left: auto;
  margin-right: auto; }
  #journal.is-score-hide .col-score {
    display: none; }
  #journal.is-progress-hide .col-progress {
    display: none; }

#journaltable {
  overflow-y: auto;
  position: absolute;
  top: 0;
  height: auto;
  bottom: 0;
  width: 100%; }
  #journaltable.intabs {
    top: 49px; }

.journal {
  width: 90%;
  margin-left: auto;
  margin-right: auto; }

.journal td, .journal th {
  border: 2px solid #ccd6e8;
  height: 41px; }

.journal td {
  padding: 10px;
  text-align: center;
  font-size: 14px;
  width: 12%; }

.journal .tddiagram {
  padding: 4px 0 0; }

.jtableheader {
  background-image: url(img/extract/jour_header_bg.png?0fd2); }

.jtableheader th {
  font-weight: bold;
  padding: 5px;
  color: white;
  font-size: 16px; }

.jtablesection {
  background-color: #e8e8e8;
  font-weight: bold;
  cursor: default; }

.jtablesection .sectiontitle {
  text-align: left;
  width: 52%;
  word-wrap: break-word;
  overflow-wrap: break-word; }

.jtablesection .egetesttitle {
  text-align: left;
  word-wrap: break-word;
  overflow-wrap: break-word; }

.jtableparagraph {
  background-color: white;
  cursor: pointer; }

.jtableparagraph .egetesttitle {
  text-align: left;
  width: 64%;
  height: 50px; }

.jtableparagraph .egetasktitle {
  text-align: left;
  width: 64%; }

.jtableparagraph .paragraphtitle {
  text-align: left;
  width: 52%; }

.jtablequestion {
  background-color: white; }

.jtablequestion .questiontitle {
  text-align: left;
  width: 52%; }

.pinhintgreen {
  color: green; }

.pinhintred {
  color: red; }

.center-message {
  position: absolute;
  top: 50%;
  left: 50%;
  text-align: center;
  width: 400px;
  margin-left: -200px;
  margin-top: -12px; }

#uppanel, #journalpanel {
  background: url(img/extract/up_panel_bg.png?94f9) repeat-x;
  height: 49px;
  width: 100%;
  font-family: Verdana, 'Helvetica Neue', sans-serif;
  font-size: 20px;
  text-align: center; }

.uppaneltab, .journalpaneltab {
  width: 30%;
  vertical-align: middle;
  overflow: hidden;
  display: inline-block;
  text-align: center;
  color: #767477;
  padding-top: 4px;
  margin: 5px;
  cursor: pointer;
  height: 39px;
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
  border-top: 1px solid;
  border-right: 1px solid;
  border-bottom-style: none;
  border-left: 1px solid; }

.uppaneltabActive, .journalpaneltabActive {
  color: #FFFFFF;
  cursor: pointer;
  background-color: rgba(250, 250, 250, 0.3); }

.trnum {
  font-size: 14px;
  font-weight: bold; }

.sectnum {
  padding: 10px;
  background-color: #b7cd96;
  border-radius: 8px;
  border: 2px solid rgba(128, 128, 128, 0.3);
  width: 50px;
  display: inline-block; }

.paranum {
  padding: 10px;
  background-color: #f4d8b5;
  border-radius: 8px;
  border: 2px solid rgba(128, 128, 128, 0.3);
  width: 50px;
  display: inline-block; }

/* Bookmarks */
#bookmarks {
  margin-left: 70px;
  margin-right: 30px; }

.onebookmark {
  display: table;
  width: 100%;
  margin-top: 15px; }

.onebookmark .radius {
  border: 2px solid CornflowerBlue;
  border-radius: 5px;
  background-color: #fad258;
  text-align: left;
  cursor: pointer;
  display: table-cell;
  font-family: Verdana, 'Helvetica Neue', sans-serif;
  font-size: 16px;
  vertical-align: middle;
  padding: 5px; }

.onebookmark .radius .bmtitle {
  max-height: 100px;
  overflow-x: hidden;
  overflow-y: auto;
  word-wrap: break-word; }

.onebookmark .delete {
  padding: 5px;
  cursor: pointer;
  width: 50px;
  display: table-cell;
  vertical-align: top;
  text-align: center; }

.preloader {
  text-align: center;
  padding: 30px;
  font-family: Verdana, 'Helvetica Neue', sans-serif;
  color: #01395e;
  font-weight: bold;
  font-size: 20px; }

#demoimg {
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 800 !important;
  background-image: url(img/extract/demomode.png?d887);
  background-repeat: repeat; }

/* tooltip */
.m-tooltip {
  background-color: #fff;
  border: 2px solid #ccc;
  border-radius: 7px;
  display: none;
  position: absolute;
  top: 0;
  left: 0;
  max-width: 450px;
  padding: 7px;
  z-index: 3000; }
  .m-tooltip a {
    text-decoration: none;
    font-size: 20px; }

/* dialog */
.ui-dialog {
  z-index: 2010;
  /* !important; #9612 - не можем использовать !important*/ }

.ui-widget-overlay {
  background: #000000 50% 50% repeat-x;
  opacity: .3;
  filter: Alpha(Opacity=30); }

.ui-dialog .ui-dialog-title {
  display: none; }

.ui-corner-all {
  border-radius: 12px !important; }

.ui-dialog .ui-dialog-titlebar {
  background: transparent;
  border: 0;
  padding: 0 !important;
  background-repeat: repeat-x;
  border-radius: 12px 0px 0px 0px !important; }

.im-popup .ui-dialog-titlebar {
  background-image: url(img/extract/title-bg.png?7c63);
  height: 30px; }

.ui-dialog .ui-dialog-titlebar-close {
  background: transparent 50% 50% repeat-x;
  background-image: url(img/extract/closepopup.png?4157) !important;
  background-repeat: no-repeat;
  width: 29px !important;
  height: 29px !important;
  border: 0;
  z-index: 2005 !important;
  right: -10px;
  top: -5px; }

.ui-dialog .ui-dialog-title {
  padding-left: 16px;
  color: #006c97;
  line-height: 30px;
  float: none; }

/* new jquery-ui */
.ui-dialog .ui-widget-header .ui-icon {
  display: none; }

.im-popup {
  outline: none;
  background-color: white;
  /*-webkit-border-radius: 8px !important;
  -moz-border-radius: 8px !important;*/
  border-radius: 8px;
  padding: 0;
  margin: 0 20px; }
  .im-popup img {
    transform: translateZ(0); }

.im-popup-with-scroll {
  padding: 10px 0; }

.im-popup .ui-dialog-content {
  cursor: move;
  -webkit-transform: perspective(1px) translate3d(0, 0, 0);
  transform: perspective(1px) translate3d(0, 0, 0); }

.im-popup img.ui-dialog-content {
  padding: 0;
  margin: 0; }

/*  // #13612 закомментированно, исправлено дрожание popup окна в следствии конфликта стилей отступа
.im-popup .mCustomScrollbar:not(.mCS_no_scrollbar) {
    padding-right: 0;
} */
#dialogText {
  font-family: 'Helvetica Neue', sans-serif;
  font-weight: bold;
  text-align: center; }

#dialogMESH {
  font-family: Verdana, 'Helvetica Neue', sans-serif;
  font-size: 16px;
  font-weight: bold;
  text-align: center; }

.btn_long {
  background: #cdcdcd;
  /* Old browsers */
  background: linear-gradient(to bottom, #cdcdcd 0%, #a7a7a7 51%, #787878 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  border-radius: 7px;
  border: 1px solid #919191;
  text-align: center;
  font-family: 'Helvetica Neue', sans-serif;
  min-width: 168px;
  height: 37px;
  color: white;
  font-weight: bold;
  cursor: pointer;
  vertical-align: middle;
  display: table-cell;
  font-size: 16px;
  position: relative; }
  .btn_long:before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    border-radius: 7px;
    z-index: -1;
    width: 100%;
    background: #a7a7a7; }
  .btn_long.progress {
    overflow: hidden;
    cursor: default;
    background: #b4e391;
    background: linear-gradient(to bottom, #b4e391 0%, #61c419 50%, #b4e391 100%);
    background-repeat: no-repeat;
    background-size: 0% 100%;
    transition-property: background-size;
    transition-duration: .5s; }
    .btn_long.progress:before {
      background: #a7a7a7; }
  .btn_long:not(.progress):hover {
    background: #57b1f1;
    background: linear-gradient(to bottom, #57b1f1 0%, #4194cb 48%, #1e6595 100%); }

.centered {
  margin-left: auto;
  margin-right: auto; }

#btext {
  width: 100%;
  height: 90px; }

#etext {
  width: 100%;
  height: 300px; }

body .caption {
  font-size: 16px; }

body .font12 {
  font-size: 12px; }

body .font14 {
  font-size: 14px;
  line-height: 16px; }

body .title16 .title-bar {
  font-size: 16px; }

body .mark16 .mark {
  font-size: 16px; }

.hide {
  display: none; }

#activepanel .mlinput {
  width: 22px;
  height: 22px; }
  #activepanel .mlinput[data-type="classgroup"] {
    background: url(img/extract/classgroup_circle.png?fb92) left 0 no-repeat; }
  #activepanel .mlinput[data-type="classitem"] {
    background: url(img/extract/classitem_circle.png?b090) left 0 no-repeat; }

#activepanel .mlinput[mode='big'] {
  width: 42px;
  height: 42px; }
  #activepanel .mlinput[mode='big'][data-type="classgroup"] {
    background: url(img/extract/bigcircle.png?9bf6) 0 top no-repeat; }
  #activepanel .mlinput[mode='big'][data-type="classitem"] {
    background: url(img/extract/bigcircle.png?9bf6) 0 top no-repeat; }

#matchinglegend {
  background-size: contain; }

#sortgroup, #sortarrows, #sortitems, #sortpoints {
  list-style-type: none;
  margin: 0;
  padding: 0;
  float: left; }

#sortitems[mode='horizontal'] .bar-body,
#sortgroup[mode='horizontal'] .bar-body {
  display: table; }

#sortitems[mode='horizontal'] .bar-inner,
#sortgroup[mode='horizontal'] .bar-inner {
  display: table-cell; }

#sortitems[mode='vertical'] .bar,
#sortgroup[mode='vertical'] .bar {
  display: flex;
  align-items: center;
  justify-content: center; }

/*! normalize.css v1.1.1 | MIT License | git.io/normalize */
/* ==========================================================================
   HTML5 display definitions
   ========================================================================== */
/**
 * Correct `block` display not defined in IE 6/7/8/9 and Firefox 3.
 */
.courseml {
  /*
  @media screen and (-webkit-min-device-pixel-ratio: 0) {
      #img-left {
          margin-left: -2px;
      }
  }*/
  /**
   * Correct `inline-block` display not defined in IE 6/7/8/9 and Firefox 3.
   */
  /**
   * Prevent modern browsers from displaying `audio` without controls.
   * Remove excess height in iOS 5 devices.
   */
  /**
   * Address styling not present in IE 7/8/9, Firefox 3, and Safari 4.
   * Known issue: no IE 6 support.
   */
  /* ==========================================================================
     Base
     ========================================================================== */
  /**
   * 1. Prevent system color scheme's background color being used in Firefox, IE,
   *    and Opera.
   * 2. Prevent system color scheme's text color being used in Firefox, IE, and
   *    Opera.
   * 3. Correct text resizing oddly in IE 6/7 when body `font-size` is set using
   *    `em` units.
   * 4. Prevent iOS text size adjust after orientation change, without disabling
   *    user zoom.
   */
  /**
   * Address `font-family` inconsistency between `textarea` and other form
   * elements.
   */
  /**
   * Address margins handled incorrectly in IE 6/7.
   */
  /* ==========================================================================
     Links
     ========================================================================== */
  /**
   * Address `outline` inconsistency between Chrome and other browsers.
   */
  /**
   * Improve readability when focused and also mouse hovered in all browsers.
   */
  /* ==========================================================================
     Typography
     ========================================================================== */
  /**
   * Address font sizes and margins set differently in IE 6/7.
   * Address font sizes within `section` and `article` in Firefox 4+, Safari 5,
   * and Chrome.
   */
  /**
   * Address styling not present in IE 7/8/9, Safari 5, and Chrome.
   */
  /**
   * Address style set to `bolder` in Firefox 3+, Safari 4/5, and Chrome.
   */
  /**
   * Address styling not present in Safari 5 and Chrome.
   */
  /**
   * Address differences between Firefox and other browsers.
   * Known issue: no IE 6/7 normalization.
   */
  /**
   * Address styling not present in IE 6/7/8/9.
   */
  /**
   * Correct font family set oddly in IE 6, Safari 4/5, and Chrome.
   */
  /**
   * Improve readability of pre-formatted text in all browsers.
   */
  /**
   * Address CSS quotes not supported in IE 6/7.
   */
  /**
   * Address `quotes` property not supported in Safari 4.
   */
  /**
   * Address inconsistent and variable font size in all browsers.
   */
  /**
   * Prevent `sub` and `sup` affecting `line-height` in all browsers.
   */
  /* ==========================================================================
     Lists
     ========================================================================== */
  /**
   * Address margins set differently in IE 6/7.
   */
  /**
   * Address paddings set differently in IE 6/7.
   */
  /**
   * Correct list images handled incorrectly in IE 7.
   */
  /* ==========================================================================
     Embedded content
     ========================================================================== */
  /**
   * 1. Remove border when inside `a` element in IE 6/7/8/9 and Firefox 3.
   * 2. Improve image quality when scaled in IE 7.
   */
  /**
   * Correct overflow displayed oddly in IE 9.
   */
  /* ==========================================================================
     Figures
     ========================================================================== */
  /**
   * Address margin not present in IE 6/7/8/9, Safari 5, and Opera 11.
   */
  /* ==========================================================================
     Forms
     ========================================================================== */
  /**
   * Correct margin displayed oddly in IE 6/7.
   */
  /**
   * Define consistent border, margin, and padding.
   */
  /**
   * 1. Correct color not being inherited in IE 6/7/8/9.
   * 2. Correct text not wrapping in Firefox 3.
   * 3. Correct alignment displayed oddly in IE 6/7.
   */
  /**
   * 1. Correct font size not being inherited in all browsers.
   * 2. Address margins set differently in IE 6/7, Firefox 3+, Safari 5,
   *    and Chrome.
   * 3. Improve appearance and consistency in all browsers.
   */
  /**
   * Address Firefox 3+ setting `line-height` on `input` using `!important` in
   * the UA stylesheet.
   */
  /**
   * Address inconsistent `text-transform` inheritance for `button` and `select`.
   * All other form control elements do not inherit `text-transform` values.
   * Correct `button` style inheritance in Chrome, Safari 5+, and IE 6+.
   * Correct `select` style inheritance in Firefox 4+ and Opera.
   */
  /**
   * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
   *    and `video` controls.
   * 2. Correct inability to style clickable `input` types in iOS.
   * 3. Improve usability and consistency of cursor style between image-type
   *    `input` and others.
   * 4. Remove inner spacing in IE 7 without affecting normal text inputs.
   *    Known issue: inner spacing remains in IE 6.
   */
  /**
   * Re-set default cursor for disabled elements.
   */
  /**
   * 1. Address box sizing set to content-box in IE 8/9.
   * 2. Remove excess padding in IE 8/9.
   * 3. Remove excess padding in IE 7.
   *    Known issue: excess padding remains in IE 6.
   */
  /**
   * 1. Address `appearance` set to `searchfield` in Safari 5 and Chrome.
   * 2. Address `box-sizing` set to `border-box` in Safari 5 and Chrome
   *    (include `-moz` to future-proof).
   */
  /**
   * Remove inner padding and search cancel button in Safari 5 and Chrome
   * on OS X.
   */
  /**
   * Remove inner padding and border in Firefox 3+.
   */
  /**
   * 1. Remove default vertical scrollbar in IE 6/7/8/9.
   * 2. Improve readability and alignment in all browsers.
   */
  /* ==========================================================================
     Tables
     ========================================================================== */
  /**
   * Remove most spacing between table cells.
   */ }
  .courseml details,
  .courseml figcaption,
  .courseml figure,
  .courseml footer,
  .courseml header,
  .courseml main,
  .courseml nav,
  .courseml section,
  .courseml summary {
    display: block; }
  .courseml img {
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none; }
  .courseml header {
    background-image: url(img/extract/top_bg.png?b7b6);
    height: 44px;
    width: 100%;
    top: 0;
    padding: 0;
    margin: 0;
    border: 0;
    display: none; }
  .courseml p {
    padding: 0;
    margin: 0;
    text-align: justify; }
    .courseml p[align="center"] {
      text-align: center; }
    .courseml p[align="right"] {
      text-align: center; }
  .courseml input[type="text"], .courseml textarea {
    width: auto;
    -webkit-appearance: none;
    -webkit-border-radius: 0;
    border-radius: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
    border: 1px solid #a6a9b8;
    padding: 1px;
    background-color: white; }
  .courseml td {
    padding: 0; }
  .courseml audio,
  .courseml canvas,
  .courseml video {
    display: inline-block;
    *display: inline;
    *zoom: 1; }
  .courseml audio:not([controls]) {
    display: none;
    height: 0; }
  .courseml [hidden] {
    display: none; }
  .courseml html {
    background: #fff;
    /* 1 */
    color: #000;
    /* 2 */
    font-size: 100%;
    /* 3 */
    -webkit-text-size-adjust: 100%;
    /* 4 */
    -ms-text-size-adjust: 100%;
    /* 4 */ }
  .courseml html,
  .courseml button,
  .courseml input,
  .courseml select,
  .courseml textarea {
    font-family: 'Trebuchet MS', sans-serif, Arial;
    resize: none; }
  .courseml input:read-only {
    color: #222; }
  .courseml img {
    vertical-align: middle;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none; }
  .courseml body {
    margin: 0; }
  .courseml a:focus {
    outline: thin dotted; }
  .courseml a:active,
  .courseml a:hover {
    outline: 0; }
  .courseml h1 {
    font-size: 2em;
    margin: 0.67em 0;
    color: red;
    text-align: center; }
  .courseml h2 {
    font-size: 1.5em;
    margin: 0.83em 0; }
  .courseml h3 {
    font-size: 1.17em;
    margin: 1em 0; }
  .courseml h4 {
    font-size: 1em;
    margin: 1.33em 0; }
  .courseml h5 {
    font-size: 0.83em;
    margin: 1.67em 0; }
  .courseml h6 {
    font-size: 0.67em;
    margin: 2.33em 0; }
  .courseml abbr[title] {
    border-bottom: 1px dotted; }
  .courseml b,
  .courseml strong {
    font-weight: bold; }
  .courseml blockquote {
    margin: 1em 40px; }
  .courseml dfn {
    font-style: italic; }
  .courseml hr {
    -moz-box-sizing: content-box;
    box-sizing: content-box;
    height: 0; }
  .courseml mark {
    background: #ff0;
    color: #000; }
  .courseml code,
  .courseml kbd,
  .courseml samp {
    font-family: monospace, serif;
    _font-family: 'courier new', monospace;
    font-size: 1em; }
  .courseml q {
    quotes: none; }
  .courseml q:before,
  .courseml q:after {
    content: none; }
  .courseml small {
    font-size: 80%; }
  .courseml sub,
  .courseml sup {
    font-size: 75%;
    line-height: inherit;
    position: relative;
    vertical-align: baseline;
    position: relative; }
  .courseml sup {
    top: -0.5em; }
    .courseml sup input {
      position: relative;
      top: -10px; }
  .courseml sub {
    bottom: -0.25em; }
    .courseml sub input {
      position: relative;
      bottom: -10px; }
  .courseml dl,
  .courseml menu,
  .courseml ol,
  .courseml ul {
    margin: 5px 0; }
  .courseml dd {
    margin: 0 0 0 40px; }
  .courseml menu,
  .courseml ol,
  .courseml ul {
    padding: 0 0 0 40px; }
  .courseml nav ul,
  .courseml nav ol {
    list-style: none;
    list-style-image: none; }
  .courseml a img {
    border: 0;
    /* 1 */ }
  .courseml img {
    -ms-interpolation-mode: bicubic;
    /* 2 */ }
  .courseml svg:not(:root) {
    overflow: hidden; }
  .courseml figure {
    margin: 0; }
  .courseml form {
    margin: 0; }
  .courseml fieldset {
    border: 1px solid #c0c0c0;
    margin: 0 2px;
    padding: 0.35em 0.625em 0.75em; }
  .courseml legend {
    border: 0;
    /* 1 */
    padding: 0;
    white-space: normal;
    /* 2 */
    *margin-left: -7px;
    /* 3 */ }
  .courseml button,
  .courseml input,
  .courseml select,
  .courseml textarea {
    font-size: 100%;
    /* 1 */
    margin: 0;
    /* 2 */
    vertical-align: baseline;
    /* 3 */
    *vertical-align: middle;
    /* 3 */ }
  .courseml button,
  .courseml input {
    line-height: normal;
    padding: 0; }
  .courseml button,
  .courseml select {
    text-transform: none; }
  .courseml button,
  .courseml html input[type="button"],
  .courseml input[type="reset"],
  .courseml input[type="submit"] {
    -webkit-appearance: button;
    /* 2 */
    cursor: pointer;
    /* 3 */
    *overflow: visible;
    /* 4 */ }
  .courseml button[disabled],
  .courseml html input[disabled] {
    cursor: default; }
  .courseml input.radio, .courseml input.checkbox, .courseml input[type="checkbox"], .courseml input[type="radio"] {
    border: 0;
    box-sizing: border-box;
    /* 1 */
    padding: 0;
    /* 2 */
    *height: 13px;
    /* 3 */
    *width: 13px;
    /* 3 */ }
  .courseml input[type="search"] {
    -webkit-appearance: textfield;
    /* 1 */
    -moz-box-sizing: content-box;
    -webkit-box-sizing: content-box;
    /* 2 */
    box-sizing: content-box; }
  .courseml input[type="search"]::-webkit-search-cancel-button,
  .courseml input[type="search"]::-webkit-search-decoration {
    -webkit-appearance: none; }
  .courseml button::-moz-focus-inner,
  .courseml input::-moz-focus-inner {
    border: 0;
    padding: 0; }
  .courseml textarea {
    overflow: auto;
    /* 1 */
    vertical-align: top;
    /* 2 */ }
  .courseml table {
    border-collapse: collapse;
    border-spacing: 0; }
  .courseml aside {
    top: 0px;
    bottom: 0px;
    padding: 0;
    margin: 0;
    position: absolute;
    z-index: 3000;
    left: 0;
    background-image: url(img/extract/panel_left_bg.png?351a);
    background-position: right;
    background-repeat: repeat-y;
    visibility: hidden;
    vertical-align: middle;
    padding-right: 21px;
    transition: left 0.3s;
    left: 0; }
  .courseml aside.invisible {
    left: -1000px; }
  .courseml nobr .MathJax_SVG_Display {
    display: inline-block;
    width: auto; }

#blackBox {
  display: none;
  top: 0;
  left: 0;
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: black;
  z-index: 10000; }

#whiteBox {
  display: none;
  top: 0;
  left: 0;
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: white;
  z-index: 10000; }

#arr_right, #arr_left {
  cursor: pointer;
  position: absolute;
  top: 45%;
  z-index: 820;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  transform: translate3d(0, 0, 0);
  display: none; }
  #arr_right.visible, #arr_left.visible {
    display: block; }

#arr_right {
  right: 0; }

.slide {
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  overflow-x: hidden; }
  .slide .taskpanel[alignment="left"] {
    float: left; }

#checkPanel[visible] + .slide {
  bottom: 59px; }

.slide.hidden + #arr_left {
  display: none; }

.slide.hidden + #arr_left + #arr_right {
  display: none; }

.mobile #arr_left {
  padding-right: 50px; }

.mobile #arr_right {
  padding-left: 50px; }

/* hack for MathJax support */
.variantwrapper > .varianttext .MathJax_SVG_Display {
  text-align: left !important;
  display: inline !important; }

.td[style*="left"] > .MathJax_SVG_Display {
  text-align: left !important; }

/* end hack for MathJax support */
.courseTitle {
  color: #1c5b81;
  padding: 10px;
  font-size: 22px;
  font-weight: bold; }

.courseDescription {
  color: #1c5b81;
  padding: 10px;
  padding-top: 0;
  font-size: 18px; }

.selectedText {
  background-color: yellow;
  cursor: pointer; }

#newnotesform {
  width: 100%;
  height: 110px;
  border: 1px solid black;
  margin-bottom: 8px; }

#newnotesdiv {
  width: 100%;
  height: 110px;
  margin-bottom: 8px;
  overflow-y: auto; }

#newnote, #deletenote, #editnote {
  border: 1px solid black;
  padding: 5px;
  cursor: pointer;
  margin-right: 8px;
  color: #000000; }

.confirmationText {
  padding: 7px; }

.mllines {
  width: 3px; }

.matchingvert {
  float: left; }

.copyrightSign {
  z-index: 2;
  position: absolute;
  right: 1px;
  top: 1px; }

.copyrightCorner {
  z-index: 1;
  position: absolute;
  right: -1px;
  top: -1px; }

.magnify {
  cursor: pointer; }

.loupe {
  z-index: 11;
  position: absolute;
  cursor: pointer;
  bottom: 2px;
  right: 2px; }

/* из письма 100*100 – то показывать большой индикатор, если меньше, то маленький */
.smallLoupe {
  width: 16px;
  height: 16px; }

.loupeWrapper {
  position: relative;
  display: inline-block;
  cursor: pointer; }

.dialogCopyrightText {
  margin: 0px 10px; }

.topnav {
  height: 30px;
  width: calc(100% - 137px);
  width: -webkit-calc(100% - 137px);
  padding-left: 40px;
  padding-top: 7px;
  margin-left: 46px;
  text-align: left;
  vertical-align: middle;
  font-size: 20px;
  color: #ffffff;
  overflow: hidden;
  display: inline-block; }

#emphasizing {
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none; }

.highlighted {
  background-color: green; }

.emphselected {
  background-color: #8FBC8F; }

.emphWrongAnswer {
  background-color: #fa9696; }

.emph {
  cursor: pointer; }

.qrus {
  width: 100%;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none; }

.qrusleft {
  width: 100%;
  vertical-align: middle;
  padding-bottom: 20px;
  padding-left: 20px;
  font-size: 26px;
  line-height: 50px; }

.seqstepanswer .qrusleft {
  padding-left: 0; }

#qrusbottom {
  display: table;
  width: 100%;
  margin-left: auto;
  margin-right: auto; }

#qrusright {
  text-align: center;
  display: table-cell;
  margin-left: auto;
  margin-right: auto;
  width: 100%; }

.qrusbutton {
  font-size: 20px;
  border: 1px solid #a6a9b8;
  padding: 5px;
  margin: 5px;
  text-align: center;
  cursor: pointer;
  display: inline-block;
  width: 180px;
  background-color: #ced4f4; }

.qrusbuttonhover {
  border: 3px solid #61b0db;
  margin: 3px; }

.clauseword {
  cursor: pointer; }

.clauseword > span {
  padding-left: 1px;
  padding-right: 1px; }

.qruswordhover {
  background-color: #ced4f4; }

.qruswordwrong {
  background-color: #fb9998; }

.qruswordright {
  background-color: darkseagreen; }

.iframemodel {
  padding-top: 15px; }

.blockRegion {
  position: absolute;
  background-color: white;
  opacity: 0;
  z-index: 10; }

#freeanswer {
  width: 100%;
  height: 200px;
  box-sizing: border-box; }

.qrusfirst {
  font-size: 25px;
  display: inline-block;
  vertical-align: middle;
  padding: 20px;
  line-height: 50px;
  width: calc(100% - 40px);
  width: -webkit-calc(100% - 40px); }

.oneletterforanalysis {
  font-size: 25px;
  cursor: pointer;
  padding: 0 1px;
  margin: 0; }

.oneletterforanalysisselected {
  background-color: gray; }

.toprightbuttons {
  display: inline-block;
  height: 30px;
  vertical-align: middle;
  width: 40px; }

.bottomnav {
  width: calc(100% - 140px);
  width: -webkit-calc(100% - 140px);
  display: inline-block;
  height: 38px;
  padding-top: 9px;
  text-align: center;
  vertical-align: middle;
  font-size: 18px;
  color: white;
  overflow: hidden; }

#classificationpanel {
  overflow-y: hidden; }

/* Конфликтует с css local верхняя кнопка
#prev {
    display: inline-block;
    cursor: pointer;
    visibility: hidden;
    width: 27px;
    padding-left: 24px;
    padding-right: 20px;
    height: 38px;
}
#prev img {
    padding-bottom: 4px;
}
*/
#next {
  display: inline-block;
  visibility: hidden;
  width: 27px;
  cursor: pointer;
  padding-left: 19px;
  padding-bottom: 10px; }

#next img {
  padding-bottom: 4px; }

#conditions {
  padding-top: 9px; }

.bordered {
  padding: 10px; }

#theory {
  display: none;
  padding-top: 10px; }

#activepanel {
  float: left;
  width: 100%;
  box-sizing: border-box; }
  #activepanel[readonly] {
    cursor: default;
    pointer-events: none; }

#MathJax_Message {
  display: none; }

#questionmain {
  width: 100%;
  height: 100%;
  vertical-align: top;
  float: left; }

#aligner {
  display: table;
  height: 0;
  overflow: hidden;
  font-size: 0; }

#floatingimgmain {
  display: table-cell;
  vertical-align: top;
  padding-top: 10px; }

.btn-wrapper {
  display: block;
  margin-top: 10px; }

.btn-wrapper_center {
  text-align: center; }

.btn {
  background: #d8d8d8;
  background: linear-gradient(to bottom, #d8d8d8 0%, #aaaaaa 50%, #757576 100%);
  border: 1px solid #aaaaaa;
  min-width: 168px;
  height: 39px;
  line-height: 39px;
  margin: 0 10px 0 0;
  padding: 0;
  background-color: transparent;
  color: white;
  font-weight: bold;
  border-radius: 8px;
  font-family: Helvetica Neue, sans-serif;
  padding: 0 10px;
  cursor: pointer;
  box-sizing: border-box;
  text-align: center;
  display: inline-block; }

.btn:hover {
  background: #57b2f1;
  background: linear-gradient(to bottom, #57b2f1 0%, #3484b9 50%, #1e6695 100%);
  border: 1px solid #72A8D7; }

.courseml #checkPanel {
  display: none;
  position: absolute;
  bottom: 0;
  margin: 0 auto;
  padding: 0;
  z-index: 699;
  width: 100%;
  height: 59px; }
  .courseml #checkPanel .btn {
    display: none;
    margin: 0 10px 0 0;
    padding: 0 8px; }
  .courseml #checkPanel[visible] {
    display: block; }

.courseml .hasNextStepButton #nextStepBtn,
.courseml .hasPrevStepButton #prevStepBtn {
  display: inline-block; }

.courseml .checkpanel-container {
  display: flex;
  width: 100%; }

.courseml .checkPanelDefault {
  background-color: #e7edfa; }

.courseml .checkPanelGreen {
  background-color: green;
  color: white; }

.courseml .checkPanelRed {
  background-color: red;
  color: white; }

.courseml .checkPanelGrey {
  background-color: grey; }
  .courseml .checkPanelGrey #hintText {
    color: #fff; }

.courseml .sendResultPanel {
  display: table-row;
  background-color: grey; }
  .courseml .sendResultPanel #hintText {
    color: #fff; }
  .courseml .sendResultPanel #hintAligner {
    display: none; }
  .courseml .sendResultPanel #checkButtons {
    display: none; }

.courseml .checkPanelSolution {
  background-color: #3794d2; }

.courseml #hintAligner {
  vertical-align: middle;
  margin: 0;
  padding: 10px 0 10px 10px;
  display: flex;
  flex-grow: 1; }

.courseml #hintText {
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  line-height: 20px;
  overflow: hidden;
  height: 59px;
  margin: 0;
  padding: 0;
  flex-grow: 2; }

.courseml #checkButtons {
  vertical-align: middle;
  text-align: right;
  margin: 0;
  padding: 10px;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  letter-spacing: -.36em;
  white-space: nowrap;
  flex-grow: 1; }
  .courseml #checkButtons button {
    letter-spacing: 0; }

.courseml #clock {
  border-radius: 7px;
  border: 1px solid #919191;
  font-family: Helvetica Neue, sans-serif;
  font-size: 20px;
  width: 100px;
  min-width: 100px;
  margin-left: 20px;
  cursor: pointer; }

.courseml #contextHelpBtn, .courseml #scriptBtn {
  border-radius: 7px;
  border: 1px solid #919191;
  font-family: Helvetica Neue, sans-serif;
  font-size: 20px;
  width: 40px;
  min-width: auto;
  margin-left: 15px;
  cursor: pointer;
  position: relative; }

.courseml #scriptBtn:after {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  background: url(img/extract/scriptBtn.png?40f4) center no-repeat; }

.courseml #endTestBtn {
  border-radius: 7px;
  border: 1px solid #919191;
  font-family: Helvetica Neue, sans-serif;
  width: 120px;
  margin-left: 15px;
  cursor: pointer; }

.courseml #endTestBtn:hover {
  background-image: url(img/extract/button_bg_a.png?9b06); }

.courseml button:focus {
  outline: 0; }

.courseml #checkPanel[loading] {
  color: #fff;
  background-color: #44a9cf;
  background-image: linear-gradient(top, #35C5FF, #44a9cf);
  background-image: -webkit-gradient(linear, left top, left bottom, from(#35C5FF), to(#44a9cf));
  background-image: -webkit-linear-gradient(top, #35C5FF, #44a9cf);
  background-image: -moz-linear-gradient(top, #35C5FF, #44a9cf);
  background-image: -ms-linear-gradient(top, #35C5FF, #44a9cf);
  background-image: -o-linear-gradient(top, #35C5FF, #44a9cf);
  background-image: linear-gradient(top, #35C5FF, #44a9cf); }
  .courseml #checkPanel[loading] #checkButtons,
  .courseml #checkPanel[loading] #hintAligner {
    display: none; }
  .courseml #checkPanel[loading]:after {
    content: '';
    opacity: 0;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: #fff;
    border-radius: 3px;
    animation: animate-shine 2s ease-out infinite; }

@keyframes animate-shine {
  0% {
    opacity: 0;
    width: 0; }
  50% {
    opacity: .3; }
  100% {
    opacity: 0;
    width: 95%; } }

@media (max-width: 1100px) {
  .courseml #reloadBtn {
    position: relative;
    min-width: 40px;
    width: 40px;
    color: transparent;
    overflow: hidden; }
    .courseml #reloadBtn:after {
      content: '';
      width: 40px;
      height: 100%;
      position: absolute;
      left: 0;
      top: 0;
      background: url(img/extract/refresh.svg?2f4e) center center;
      background-size: 80% 80%;
      background-repeat: no-repeat; }
  .courseml .btn {
    min-width: auto; }
  .courseml .hasNextStepButton.hasPrevStepButton #reloadBtn {
    position: relative;
    min-width: 40px;
    width: 40px;
    color: transparent;
    overflow: hidden; }
    .courseml .hasNextStepButton.hasPrevStepButton #reloadBtn:after {
      content: '';
      width: 40px;
      height: 100%;
      position: absolute;
      left: 0;
      top: 0;
      background: url(img/extract/refresh.svg?2f4e) center center;
      background-size: 80% 80%;
      background-repeat: no-repeat; }
  .courseml .hasNextStepButton.hasPrevStepButton #nextStepBtn {
    width: 40px; }
    .courseml .hasNextStepButton.hasPrevStepButton #nextStepBtn span {
      display: none; }
    .courseml .hasNextStepButton.hasPrevStepButton #nextStepBtn:before {
      content: '►'; }
  .courseml .hasNextStepButton.hasPrevStepButton #prevStepBtn {
    width: 40px; }
    .courseml .hasNextStepButton.hasPrevStepButton #prevStepBtn span {
      display: none; }
    .courseml .hasNextStepButton.hasPrevStepButton #prevStepBtn:before {
      content: '◄'; } }

#delJournalBtn {
  display: block;
  margin: 10px;
  margin-left: auto;
  margin-right: auto;
  float: none;
  margin-bottom: 20px; }

.rightanswer,
.wronganswer,
.hintanswer {
  color: white; }

#bottomsolutionpanel {
  padding-bottom: 10px;
  /*clear: both;*/ }

.freeanswer {
  display: table;
  width: 100%; }

.freeanswer .useranswer {
  display: table-cell;
  width: 50%; }

.freeanswer {
  min-height: 400px; }
  .freeanswer .useranswer {
    position: relative; }
    .freeanswer .useranswer #freeanswer {
      width: 95%;
      position: absolute;
      bottom: 4px;
      top: 37px;
      height: auto; }

#conditions .caption {
  line-height: 27px; }

.stepcounter {
  font-size: 20px;
  color: #1c5b81;
  display: inline-block;
  padding-right: 20px; }

.seqstepanswer {
  padding-left: 30px;
  margin-left: 10px;
  border-left: 5px solid #1c5b81; }

.comment {
  margin-bottom: 10px;
  display: table; }

.stepconditions {
  margin-bottom: 10px; }

.commentheader {
  font-size: 18px;
  color: #1c5b81;
  display: inline-block; }

.varianttext {
  display: table-cell;
  vertical-align: top;
  padding-bottom: 10px;
  padding-top: 3px;
  cursor: pointer; }

.criteriawrapper {
  display: table;
  width: 100%;
  padding-top: 5px; }

.criteriaselectors {
  vertical-align: middle;
  display: table-cell;
  width: 45px; }

.criteriattext {
  display: table-cell;
  vertical-align: top;
  text-align: justify;
  cursor: pointer;
  padding: 3px; }

.variantwrapper {
  display: inline-table;
  vertical-align: top; }

.selectors {
  display: table-cell;
  vertical-align: top;
  width: 37px;
  height: 42px; }

#choice {
  padding-top: 16px;
  padding-bottom: 3px;
  vertical-align: middle; }

#stringanswer {
  padding: 10px;
  display: table; }

#stringanswer #rightSolution {
  display: table-cell;
  vertical-align: middle; }

#answer {
  margin: 0;
  padding: 0; }

#slideranswerline {
  display: table; }

#slleft, #slscale, #slright {
  display: table-cell; }

#slleft, #slright {
  cursor: pointer; }

#slscale {
  position: relative;
  width: 290px;
  background: transparent 50% 50% repeat-x;
  background-image: url(img/extract/slscale.png?b0dd);
  background-repeat: no-repeat;
  border: 0; }

#maxValue, #minValue, #middleValue {
  position: absolute;
  text-align: center;
  width: 150px;
  top: 25px; }

#maxValue {
  left: 213px; }

#middleValue {
  left: 70px; }

#minValue {
  left: -72px; }

#slider {
  width: 284px;
  background: transparent 50% 50% repeat-x;
  border: 0;
  height: 13px; }

#slider > span {
  background: transparent 50% 50% repeat-x;
  background-image: url(img/extract/slider.png?63df);
  background-repeat: no-repeat;
  border: 0;
  width: 7px;
  height: 21px;
  margin: 0;
  padding: 0;
  top: -1px;
  cursor: pointer; }

#slider .ui-state-focus,
#slider .ui-state-hover,
#slider .ui-state-active {
  border: none !important;
  outline: none !important; }

.ui-widget {
  font-family: 'Trebuchet MS', sans-serif, Arial; }

#activepanelcenter {
  display: none; }
  #activepanelcenter.classification-activepanelcenter {
    display: flex;
    justify-content: center; }
    #activepanelcenter.classification-activepanelcenter > div:not(.clear) {
      flex: 1 0 0;
      display: flex;
      flex-direction: column;
      align-items: center; }

#groupcolumn0 {
  position: relative; }

.classgroup {
  list-style-type: none;
  padding: 0 0 2.5em;
  float: left;
  margin: 0 10px 0 0; }

.classitem li {
  float: left;
  cursor: pointer; }

.classitem {
  list-style-type: none;
  margin: 0;
  padding: 0; }

.groupbar {
  margin: 0 5px;
  text-align: center;
  vertical-align: middle;
  background-color: #001e5a;
  border: 1px solid #a6a9b8;
  color: #ffffff;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none; }
  .groupbar_table {
    width: 100%; }

.groupcolumn {
  display: inline-block;
  vertical-align: top;
  position: relative; }
  .groupcolumn .bar {
    display: block; }

#groupcolumn0 .groupbar {
  display: none; }

.groupcolumnhover {
  background-color: gray; }

.bar {
  display: inline-block;
  text-align: center;
  vertical-align: middle;
  background-color: #ced4f4;
  border: 1px solid #a6a9b8;
  margin: 0 5px 5px 0;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none; }

.baractive {
  border: 2px solid black;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none; }

.inlinebar {
  display: inline-block;
  text-align: center;
  vertical-align: middle;
  border: 1px solid transparent;
  margin: 5px 5px 0 5px; }

.dndbar {
  display: inline-block;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  z-index: 100; }

.dndbar img {
  padding: 0;
  margin: 0;
  line-height: 0; }

.dndregion {
  display: inline-block; }

#advancedSearch {
  background-image: url(img/extract/search_advanced_bg.png?6e5f);
  background-repeat: repeat-x;
  height: 35px;
  vertical-align: middle;
  display: inline-block;
  padding-left: 40px;
  padding-top: 5px;
  color: white;
  width: 100%; }

#searchblock {
  padding-top: 10px; }

#searchWord {
  height: 33px;
  width: calc(100% - 40px);
  border: 1px solid #666666;
  margin-left: 3px;
  border-radius: 6px 0 0 6px; }

.searchheader {
  color: black;
  border-bottom: 4px solid #3a5393;
  padding: 7px; }

#searchlinksgroup {
  display: block;
  overflow-y: auto;
  overflow-x: hidden; }

.searchlinks {
  background: white;
  border-bottom: 3px solid #3a5393;
  width: 450px;
  height: 46px;
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  cursor: pointer; }

.searchlinks:hover {
  text-decoration: underline; }

.searchlinks div {
  padding: 2px 7px;
  width: 100%;
  height: 46px;
  display: table-cell;
  overflow: hidden;
  text-overflow: ellipsis;
  vertical-align: middle; }

.searchtabs {
  font-size: 14px;
  height: 50px;
  width: 450px; }

.searchtabs div {
  display: table-cell;
  vertical-align: middle;
  height: 50px;
  width: 450px;
  text-align: center; }

.searchtabs a {
  color: black;
  text-decoration: none;
  background: #dee0dd;
  border: 1px solid #adb0b5;
  padding: 4px;
  width: 18px;
  display: inline-block; }

.searchtabs b {
  color: #a34c55;
  text-decoration: none;
  background: #fdfdfd;
  border: 1px solid #adb0b5;
  padding: 4px;
  font-weight: bold;
  width: 18px;
  display: inline-block; }

.searchtabs a:hover {
  text-decoration: underline; }

#searchWord::-ms-clear {
  display: none; }

#doSearch {
  margin-top: -4px;
  border-right: 1px solid #666666;
  border-top: 1px solid #666666;
  border-bottom: 1px solid #666666;
  cursor: pointer;
  height: 30px;
  border-radius: 0 6px 6px 0; }

#searchResults {
  color: #000000;
  font-size: 16px;
  line-height: 1.4;
  font-family: Verdana, sans-serif; }

#attachPanel {
  padding-top: 10px; }

.oneAttFile {
  display: inline-block;
  white-space: nowrap;
  float: left;
  padding: 2px 5px;
  cursor: pointer; }

#pdfview {
  min-height: 100% !important;
  height: 100%; }

.content-L {
  height: 100%;
  color: #fff;
  background-color: #f4f0ff;
  overflow-y: auto;
  overflow-x: hidden;
  padding: 0;
  margin: 0;
  min-width: 400px;
  max-width: 950px; }

.pickpanel {
  position: absolute;
  height: 50px;
  right: 0;
  top: 50%;
  margin-top: -25px;
  width: 506px;
  z-index: -1; }

#img-left {
  float: right;
  cursor: pointer;
  margin-right: 1px; }

.egeitem, .egecheckeditem, .egenewitem {
  width: 100%;
  height: 35px;
  display: block;
  border: 1px solid #666666;
  border-left-color: #000000;
  text-align: left;
  font-size: 18px;
  vertical-align: middle;
  color: #000000;
  overflow: hidden;
  cursor: pointer;
  box-sizing: border-box; }

.egenewitem {
  background-image: url(img/extract/pl_ege_newitem.png?c6a0);
  background-repeat: repeat-x;
  border: 1px solid white;
  color: #FFFFFF; }

.egeitem {
  background-image: url(img/extract/pl_ege_selecteditem.png?387b);
  background-repeat: no-repeat;
  font-weight: bold;
  padding-left: 5px; }

.egecheckeditem {
  background-image: url(img/extract/pl_ege_checked_bg.png?754f);
  background-repeat: repeat-x; }

.egeinneritem {
  display: block;
  height: 35px;
  line-height: 35px;
  padding: 0 28px 0 10px;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden; }

.egecheckeditem .egeinneritem {
  background-image: url(img/extract/pl_ege_tick.png?576f);
  background-position: right 8px center;
  background-repeat: no-repeat; }

.themes, .paragraphs {
  width: 100%;
  display: block;
  height: 54px;
  text-align: left;
  vertical-align: middle;
  font-size: 18px;
  color: #000000;
  overflow: hidden;
  box-sizing: border-box; }

.themes {
  background-image: url(img/extract/themes_bg.png?e109);
  background-repeat: repeat-x; }

.paragraphs {
  background-image: url(img/extract/paragraph_bg.png?cada);
  background-repeat: repeat-x; }

.inneritem, .inneritemselected, .innerthemes {
  display: block;
  height: 54px;
  line-height: 54px;
  padding: 0 10px;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden; }

.inneritem {
  cursor: pointer; }

.inneritemselected {
  color: #24458c; }

.innerthemeswithtype {
  display: table-cell;
  vertical-align: middle;
  height: 54px;
  padding: 0;
  padding-left: 10px; }

.innerthemestype {
  display: table-cell;
  vertical-align: top;
  height: 54px;
  width: 51px; }

.innerthemestype img, .inneritemtype img {
  padding-top: 12px;
  padding-right: 5px; }

.inneritemwithtype {
  display: table-cell;
  vertical-align: middle;
  height: 54px;
  width: 424px;
  padding-left: 10px;
  cursor: pointer; }

.inneritemtype {
  display: table-cell;
  vertical-align: top;
  height: 54px;
  width: 51px; }

#bookmarks {
  display: none;
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
  min-height: 100%;
  height: 100%; }

#contents, #journal {
  display: none;
  overflow-y: hidden;
  -webkit-overflow-scrolling: touch;
  min-height: 100%;
  height: 100%;
  position: relative; }

/**
 * Список внутри курса
 */
#listitems {
  padding-left: 80px;
  overflow-y: auto;
  height: 100%; }

.listmethod {
  height: 30px;
  width: 95%;
  display: inline-block;
  padding: 5px;
  cursor: pointer; }
  .listmethod div {
    display: inline-block;
    padding: 10px;
    background-color: #fbfbfb;
    color: #216ab7;
    font-weight: bold;
    border-radius: 8px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
    width: 100%; }

.listtheme {
  width: 95%;
  display: table;
  padding: 5px;
  color: #216ab7; }
  .listtheme .cellsp1 {
    display: table-cell;
    width: 1px; }
  .listtheme .cellsp2 {
    display: table-cell;
    width: 51px; }
  .listtheme .cellsp3 {
    display: table-cell;
    width: 111px; }
  .listtheme .cellsp4 {
    display: table-cell;
    width: 181px; }
  .listtheme .counternum1 {
    width: 30px;
    padding: 10px;
    border-top-left-radius: 8px;
    border-bottom-left-radius: 8px;
    background-color: #c0d298;
    font-weight: bold;
    display: table-cell;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
    text-align: center;
    vertical-align: middle; }
  .listtheme .counternum2 {
    width: 40px;
    padding: 10px;
    border-top-left-radius: 8px;
    border-bottom-left-radius: 8px;
    background-color: #f7dbb6;
    font-weight: bold;
    display: table-cell;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
    text-align: center;
    vertical-align: middle; }
  .listtheme .counternum3 {
    width: 45px;
    padding: 10px;
    border-top-left-radius: 8px;
    border-bottom-left-radius: 8px;
    background-color: #fca4a3;
    font-weight: bold;
    display: table-cell;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
    text-align: center;
    vertical-align: middle; }
  .listtheme .counternum4 {
    width: 55px;
    padding: 10px;
    border-top-left-radius: 8px;
    border-bottom-left-radius: 8px;
    background-color: #ebebfc;
    font-weight: bold;
    display: table-cell;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
    text-align: center;
    vertical-align: middle; }
  .listtheme .listname1 {
    padding: 10px;
    border-top-right-radius: 8px;
    border-bottom-right-radius: 8px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
    background-color: #fbfbfb;
    display: table-cell;
    font-weight: bold;
    vertical-align: middle; }
  .listtheme .listname2, .listtheme .listname3, .listtheme .listname4 {
    padding: 10px;
    border-top-right-radius: 8px;
    border-bottom-right-radius: 8px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
    background-color: #fbfbfb;
    vertical-align: middle;
    display: flex;
    align-items: center; }

.listtheme .random-cube {
  margin-left: auto;
  background: linear-gradient(to bottom, #e4e4e4 0%, #a0a0a0 50%, #7a7a7a 100%);
  border: 1px solid #CDCDCD;
  height: 38px;
  width: 38px; }

#searchPanel {
  top: 0px;
  bottom: 0px;
  right: 0;
  padding: 0;
  position: absolute;
  z-index: 3000;
  width: 450px;
  background-color: #d8dfed;
  border-left: 1px solid #c0bec1;
  display: none;
  vertical-align: middle; }

/* dropdownlist */
.wrapper-ddl {
  display: inline-block;
  margin: 1px 0;
  vertical-align: middle; }

.wrapper-ddl:after {
  clear: both;
  content: "";
  display: table; }

.wrapper-dropdown {
  /* Size and position */
  white-space: nowrap;
  /* position: relative; */
  /* Enable absolute positionning for children and pseudo elements */
  margin: 0 auto;
  background: #fff;
  color: #222;
  cursor: pointer;
  outline: none;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none; }
  .wrapper-dropdown .selected {
    display: flex;
    align-items: center;
    justify-content: center;
    white-space: pre; }
  .wrapper-dropdown div:not(.MathJax_SVG_Display) {
    padding: 5px 5px;
    padding-right: 14px;
    border: 1px solid #a6a9b8;
    width: 21px;
    font-weight: 100; }
  .wrapper-dropdown:after {
    content: "";
    width: 0;
    height: 0;
    position: absolute;
    right: 3px;
    top: 50%;
    margin-top: -3px;
    border-width: 6px 6px 0 6px;
    border-style: solid;
    border-color: grey transparent; }
  .wrapper-dropdown .dropdown {
    /* Size & position */
    position: absolute;
    padding: 0;
    margin: 0;
    /* Styles */
    background: white;
    border: 1px solid #a6a9b8;
    border-radius: 7px;
    list-style: none;
    display: table;
    /* Hiding */
    visibility: hidden;
    pointer-events: none; }
    .wrapper-dropdown .dropdown > li {
      background: #ffffff !important; }
    .wrapper-dropdown .dropdown li > span {
      display: block;
      white-space: nowrap;
      text-decoration: none;
      color: #333;
      padding: 5px;
      text-align: center; }
    .wrapper-dropdown .dropdown li:hover > span {
      background-color: grey;
      color: white; }
  .wrapper-dropdown.active:after {
    border-width: 0 6px 6px 6px; }
  .wrapper-dropdown.active .dropdown {
    visibility: visible;
    pointer-events: auto; }

/* Hover state */
/* Active state */
.model-wrp {
  position: relative;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none; }

.model-wrp .preloader {
  width: 30px;
  height: 30px;
  background: url(img/extract/preloader.gif?6408) 0 0 no-repeat;
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: -15px;
  margin-left: -15px; }

.model-error {
  font-size: 18px;
  color: red;
  text-align: center;
  width: 100%;
  position: absolute;
  top: 50%;
  height: 26px;
  margin-top: -13px; }

.model-wrp.error {
  background: #FFFBFB;
  min-width: 600px;
  min-height: 400px; }

.model-wrp .base-model {
  margin: 0 auto; }

/*
 * Clearfix: contain floats
 *
 * For modern browsers
 * 1. The space content is one way to avoid an Opera bug when the
 *    `contenteditable` attribute is included anywhere else in the document.
 *    Otherwise it causes space to appear at the top and bottom of elements
 *    that receive the `clearfix` class.
 * 2. The use of `table` rather than `block` is only necessary if using
 *    `:before` to contain the top-margins of child elements.
 */
.clearfix:before,
.clearfix:after {
  content: " ";
  display: table; }

.clearfix:after {
  clear: both; }

#scormindex {
  display: inline-block;
  cursor: pointer;
  visibility: hidden;
  width: 27px;
  padding-left: 24px;
  padding-right: 20px;
  height: 38px; }

#audioanswer .control-panel {
  overflow: hidden; }

#audioanswer .control-panel__item {
  width: 28px;
  height: 28px;
  float: left;
  margin-right: 20px; }

#audioanswer .control-panel__item_autostart {
  width: auto;
  height: auto;
  float: right;
  margin-top: 6px;
  margin-right: 0;
  color: #107fb1; }

#audioanswer .update-button {
  background: url(img/extract/notjs_update.svg?84f8) no-repeat center;
  cursor: pointer; }

#audioanswer .update-button_disable {
  opacity: 0.5;
  cursor: default; }

#audioanswer .rec-button {
  background: url(img/extract/notjs_rec.svg?2504) no-repeat center;
  cursor: pointer; }

#audioanswer .rec-button_disable {
  opacity: 0.5; }

#audioanswer .rec-stop-button {
  position: relative;
  cursor: pointer; }

#audioanswer .rec-stop-button:after {
  content: '';
  display: block;
  position: absolute;
  left: 3px;
  top: 3px;
  width: 18px;
  height: 18px;
  border: 2px solid #ea4172; }

#audioanswer .play-button {
  background: url(img/extract/notjs_play.svg?5252) no-repeat center;
  cursor: pointer; }

#audioanswer .play-button_disable {
  opacity: 0.5;
  cursor: default; }

#audioanswer .pause-button {
  background: url(img/extract/notjs_pause.svg?1d75) no-repeat center;
  cursor: pointer; }

#audioanswer .microphone {
  width: 48px;
  background: url(img/extract/notjs_microphone_0.svg?f53d) no-repeat center; }

#audioanswer .microphone_disable {
  opacity: 0.5; }

#audioanswer .microphone_30 {
  background: url(img/extract/notjs_microphone_30.svg?6246) no-repeat center; }

#audioanswer .microphone_60 {
  background: url(img/extract/notjs_microphone_60.svg?fc64) no-repeat center; }

#audioanswer .microphone_100 {
  background: url(img/extract/notjs_microphone_100.svg?f906) no-repeat center; }

#audioanswer .progress-bar {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  background: none;
  width: 100%;
  height: auto;
  margin: 0; }

#audioanswer .progress-bar__line {
  margin-top: 15px;
  height: 3px;
  position: relative;
  background: #ea3569;
  width: 100%; }

#audioanswer .progress-bar__line-process {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  background: #107fb1; }

#audioanswer .progress-bar__line .progress-bar__slider {
  width: 13px;
  height: 13px;
  position: absolute;
  left: 0;
  top: -5px;
  background: #ea3569;
  border-radius: 50%;
  border: none; }

#audioanswer .progress-bar__start-time {
  color: #107fb1;
  margin-top: 5px; }

#audioanswer .progress-bar__end-time {
  color: #107fb1;
  margin-top: 5px; }

#slide.skincalculating #activepanelcenter {
  display: block; }

.wrongBackgroundColor {
  background-color: #fa9696;
  border-color: red !important; }

.correctBackgroundColor {
  background-color: #c8fac7;
  border-color: green !important; }

.courseml {
  /**
 * Стили предназначенные для разметки CourseML (специальный язык разметки для заданий)
 */
  /*
.column > div {
    padding: 0 25px;
}

.column > p {
    padding: 0 25px 10px;
}

.column > ul, .column > ol {
    padding: 0 25px 0 65px;
}

.column > table.centerFigure {
    margin: 0 25px 10px;
    width: calc(100% - 50px);
}

.column > table.leftFigure {
    margin-left: 24px;
}

.column > table.rightFigure {
    margin-right: 24px;
}

.column > .note {
    margin: 5px 25px;
}
*/
  /*
 * ARCH #9493
 * Сделал количество пикселей четным. При нечётном полосы будто сливаются.
 * Добавил inline-block, чтобы блок резервировал место под рамку, иначе рамка последнего элемента уходит
 * за overflow: hidden родителя.
 */
  /* #9595 */
  /* #9595 */
  /* #9721 */ }
  .courseml .floating {
    position: absolute;
    cursor: pointer;
    display: none; }
  .courseml .solutionanswer {
    font-size: 20px;
    color: #1c5b81; }
  .courseml .modifier, .courseml .advmod {
    background: url(img/extract/advmod.png?f328) repeat-x left bottom; }
  .courseml .object, .courseml .complement {
    background: url(img/extract/complement.png?1809) repeat-x left bottom; }
  .courseml .predicate {
    border-bottom: 4px double black; }
  .courseml .midspace.predicate {
    display: inline; }
  .courseml .subject {
    border-bottom: 1px solid black; }
  .courseml .midspace.subject {
    display: inline; }
  .courseml .attribute {
    background: url(img/extract/attribute.png?fcc2) repeat-x left bottom;
    padding-bottom: 1px; }
  .courseml .term {
    font-style: italic;
    font-weight: bold;
    color: #8E1C1B; }
  .courseml .title {
    margin-top: 5px;
    margin-bottom: 5px;
    vertical-align: middle;
    font-size: 20px;
    color: #000000; }
  .courseml .wordanalysis {
    font-size: 25px;
    padding: 5px;
    margin: 5px;
    letter-spacing: 3px; }
  .courseml .menu {
    font-family: Arial, sans-serif;
    font-weight: bold; }
  .courseml .key {
    font-family: Arial, sans-serif; }
  .courseml .file {
    font-family: Courier New, monospace;
    font-weight: bold; }
  .courseml .code {
    font-family: Courier New, monospace; }
  .courseml .excel {
    font-family: Calibri, sans-serif;
    font-size: 11pt; }
  .courseml .underlined {
    text-decoration: underline; }
  .courseml .strike {
    text-decoration: line-through; }
  .courseml .quote {
    font-style: italic; }
  .courseml .rusEmph {
    font-family: Arial, sans-serif;
    font-size: 11pt; }
  .courseml .bold {
    font-weight: bold; }
  .courseml .italic {
    font-style: italic; }
  .courseml .transcription {
    font-weight: bold; }
  .courseml .red {
    color: red; }
  .courseml .green {
    color: green; }
  .courseml .white {
    color: white; }
  .courseml .blue {
    color: blue; }
  .courseml .suffix {
    background: url(img/extract/suffix.png?ac84) no-repeat center top;
    background-size: 100% 6px; }
  .courseml .root {
    border-top: 2px solid black;
    /* #10598 */
    border-radius: 12px;
    /* background: url('../img/questions/rus/root.png') repeat-x center top */
    /* #10598 */ }
  .courseml .preroot {
    /* background: url('../img/questions/rus/preroot.png') no-repeat left top */
    /* #10598 */ }
  .courseml .postroot {
    /* background: url('../img/questions/rus/postroot.png') no-repeat right top */
    /* #10598 */ }
  .courseml .prefix {
    background: linear-gradient(#000, #000), linear-gradient(#000, #000);
    background-repeat: no-repeat;
    background-position: right 1px top 2px, right 1px top 2px;
    background-size: auto 2px, 2px 6px; }
  .courseml th .prefix {
    border-top: 2px solid white;
    background: url(img/extract/prefix_th.png?3867) no-repeat right top; }
  .courseml .ending {
    border: 2px solid black; }
  .courseml .stem {
    border-bottom: 2px solid black;
    background: url(img/extract/stem.png?9197) no-repeat left bottom; }
  .courseml .prestem {
    border-bottom: 2px solid black;
    margin-right: 1px;
    background: url(img/extract/stem.png?9197) no-repeat right bottom; }
  .courseml .clear {
    clear: both; }
  .courseml a, .courseml span.fakelink {
    color: blue;
    text-decoration: underline;
    cursor: pointer; }
  .courseml .m {
    font-style: italic; }
  .courseml .note {
    background-color: #ffffff;
    border: 1px solid #1e74af;
    margin: 5px 0; }
    .courseml .note p {
      padding: 5px; }
  .courseml .definition {
    background-color: #ffffff;
    border: 2px solid #1e74af;
    display: block;
    padding: 5px 10px;
    border-left: 17px solid #1e74af; }
  .courseml .tabs {
    background-color: transparent;
    border-radius: 10px;
    border: 0;
    text-align: justify;
    margin-left: auto;
    margin-right: auto;
    padding: 0; }
  .courseml .tabs > ul > li.ui-state-default {
    background: #dae1e9;
    border-radius: 10px 10px 0 0;
    border: 1px solid #387298;
    border-bottom: 0; }
  .courseml .tabs > ul > li.ui-tabs-active {
    background: #387298;
    border-radius: 10px 10px 0 0;
    border: 0; }
  .courseml .ui-widget.ui-widget-content {
    border: 0; }
  .courseml .ui-tabs .ui-tabs-nav {
    padding: 0; }
  .courseml .ui-tabs .ui-tabs-panel {
    padding: 0;
    padding-top: 5px;
    border-top: 3px solid #387298; }
    .courseml .ui-tabs .ui-tabs-panel th {
      padding-left: 9px;
      padding-right: 9px; }
  .courseml .ui-tabs .ui-tabs-panel.scroll {
    overflow-y: auto; }
  .courseml .ui-widget-header {
    border: 0;
    background: transparent; }
  .courseml .tabscaption {
    background-color: #257bb6;
    display: table-row;
    padding: 5px;
    text-align: justify; }
  .courseml .tabscaption > div {
    color: #ffffff;
    padding: 5px;
    display: table-cell; }
  .courseml .tabsfigure {
    display: table-row; }
  .courseml .typetable.centerFigure {
    margin-left: auto;
    margin-right: auto; }
  .courseml .typetable {
    background-color: #ffffff;
    border-radius: 10px;
    border: 2px solid #025287;
    display: table;
    text-align: justify;
    margin-bottom: 20px; }
  .courseml .typetablecaption {
    background-color: #257bb6;
    display: table-row;
    padding: 5px;
    text-align: justify; }
  .courseml .typetablecaption > div {
    color: #ffffff;
    padding: 5px;
    display: table-cell; }
  .courseml .tableasseticon:before {
    content: '';
    float: left;
    clear: both;
    width: 40px;
    height: 50px; }
  .courseml .tableasseticon.icon_tests:before {
    background-image: url(img/extract/icon_tests.png?2b63); }
  .courseml .tableasseticon.icon_processing:before {
    background-image: url(img/extract/icon_processing.png?131e); }
  .courseml .tableasseticon.icon_preparation:before {
    background-image: url(img/extract/icon_preparation.png?e4c0); }
  .courseml .tableasseticon.icon_practphys:before {
    background-image: url(img/extract/icon_practphys.png?825e); }
  .courseml .tableasseticon.icon_practchem:before {
    background-image: url(img/extract/icon_practchem.png?2d5a); }
  .courseml .tableasseticon.icon_practbio:before {
    background-image: url(img/extract/icon_practbio.png?af50); }
  .courseml .tableasseticon.icon_conclusions:before {
    background-image: url(img/extract/icon_conclusions.png?77db); }
  .courseml .tableasseticon.icon_hypothesis:before {
    background-image: url(img/extract/icon_hypothesis.png?db80); }
  .courseml .typetableasset {
    display: table-row;
    text-align: justify; }
  .courseml .typetableasset > div {
    padding: 5px;
    display: table-cell; }
  .courseml .typetableasset > div > img {
    float: left;
    clear: both; }
  .courseml .typetableasset > div > div {
    padding-left: 50px; }
  .courseml .assetCenter {
    text-align: center; }
  .courseml .li {
    text-align: left; }
  .courseml ul, .courseml ol {
    text-align: left; }
  .courseml .brecket, .courseml .point {
    list-style-type: none;
    padding-left: 18px;
    text-align: left; }
  .courseml .disc {
    list-style-type: disc; }
  .courseml .circle {
    list-style-type: circle; }
  .courseml .icon {
    list-style-type: square; }
  .courseml .brecket > li:before, .courseml .point > li:before {
    position: relative;
    float: left;
    display: inline-block;
    width: 22px; }
  .courseml .brecket > li > div, .courseml .point > li > div {
    display: table;
    /*width: calc(100% - 40px);*/ }
  .courseml .leftFigure + ol {
    text-align: justify;
    list-style-position: inside;
    padding-left: 0; }
  .courseml .leftFigure + ol > li > div {
    display: inline; }
  .courseml ul {
    /* #9646 */
    text-align: justify; }
  .courseml li > div {
    text-align: justify; }
  .courseml ol[align=left] > li > div, .courseml ul[align=left] > li > div {
    text-align: left; }
  .courseml ol[align=justify] > li > div, .courseml ul[align=justify] > li > div {
    text-align: justify; }
  .courseml ol > li[align=justify] > div, .courseml ul > li[align=justify] > div {
    text-align: justify; }
  .courseml ol > li[align=left] > div, .courseml ul > li[align=left] > div {
    text-align: left; }
  .courseml .brecket > li:before {
    content: attr(data-letter) ")"; }
  .courseml .point > li:before {
    content: attr(data-letter) "."; }
  .courseml .inlineblock {
    display: inline-block;
    text-align: center;
    vertical-align: middle;
    margin: 0;
    padding: 0; }
  .courseml .tablecell {
    display: table-cell;
    text-align: center;
    vertical-align: middle;
    margin: 0;
    padding: 0;
    white-space: pre; }
  .courseml span > .tablecell {
    vertical-align: inherit; }
  .courseml span > .tablecell > input {
    margin-bottom: 2px !important; }
  .courseml .captioncenter {
    display: inline-block;
    text-align: center;
    vertical-align: middle;
    font-size: 13px;
    line-height: 1.3; }
  .courseml .caption {
    vertical-align: middle;
    font-size: 13px;
    line-height: 1.3; }
  .courseml .borderedlabel {
    border: 1px solid #a6a9b8; }
  .courseml .borderedimg {
    border: 1px solid #a6a9b8; }
  .courseml .bordereddiv {
    border: 1px solid #a6a9b8;
    position: relative;
    background-size: 100%;
    background-repeat: no-repeat; }
  .courseml .center {
    display: block;
    margin-left: auto;
    margin-right: auto;
    text-align: center; }
  .courseml .tablecenter {
    margin-left: auto;
    margin-right: auto;
    border: 1px solid #eaeefa;
    border-collapse: collapse; }
  .courseml .tablecenterinvisible {
    margin-left: auto;
    margin-right: auto;
    border: 0; }
  .courseml .tableleftinvisible {
    margin-left: 0;
    margin-right: auto;
    border: 0; }
  .courseml .tablerightinvisible {
    margin-left: auto;
    margin-right: 0;
    border: 0; }
  .courseml .tablecenter > tbody > tr > td, .courseml .tablecenter > tbody > tr > th, .courseml .tablecenter > tr > td, .courseml .tablecenter > tr > th {
    border: 1px solid #eaeefa; }
  .courseml .th {
    background-color: #387298;
    padding: 10px;
    color: #ffffff;
    text-align: center; }
  .courseml .th.corner {
    background-color: #03AD3B;
    color: white; }
  .courseml .td {
    background-color: #ffffff;
    padding: 10px;
    text-align: center; }
  .courseml .right {
    float: right;
    display: inline-table;
    margin-left: 10px; }
  .courseml .left {
    float: left;
    display: inline-table;
    margin-right: 10px; }
  .courseml .rightFigure {
    margin-left: 10px; }
  .courseml .leftFigure {
    margin-right: 10px; }
  .courseml div .audio {
    text-align: center; }
  .courseml .audioHint {
    font-size: 14px;
    color: #575758;
    padding-left: 15px; }
  .courseml .times {
    font-family: Times New Roman, sans-serif; }
  .courseml .verdana {
    font-family: Verdana, sans-serif; }
  .courseml .speed {
    font-family: Times New Roman, sans-serif;
    font-size: 120%;
    font-style: italic; }
  .courseml .images-group-wrapper {
    display: inline-block;
    position: relative; }

@charset "UTF-8";
.courseml[skin="board"] {
  font-size: 24px;
  line-height: 27px;
  font-family: Trebuchet MS, sans-serif, Arial;
  -webkit-overflow-scrolling: touch;
  margin: 0;
  color: #000;
  /* этот класс используется и для popup */
  /* background-size: 100%; */
  /* background: url(../../img/common/bg_template_default.png) repeat; */
  /*
  li, ol, ul {
      line-height: 1.55;
  }*/
  /*
  #checkPanel {
      width: 100%;
      position: fixed !important;
      bottom: 0 !important;
      padding: 0 !important;
      z-index: 699;
      pointer-events: none;
  }

  #checkButtons {
      position: absolute !important;
      pointer-events: auto;
      right: 8px !important;
      bottom: 8px !important;
      padding: 0 !important;
      z-index: 10 !important;
  }
  */
  /* ------- ��� ������ sorting ------- */
  /* --------------------------------- */
  /* ------- ��� ������ Classification -------- */
  /*.groupbar.classification .classgroupitem table{*/
  /*	margin: 0;*/
  /*}*/
  /* -------------------------------------------- */
  /* ---------- Matching -------------- */
  /* --------------------------------------------- */
  /* ------------ Singlechoice, Multichoice -------------- */
  /* --------------------------------------------- */
  /* ------------ mixanswer -------------- */
  /* --------------------------------------------- */
  /* ----------- ��� ������ Hotspot ------------*/
  /* -------------------------------------------- */
  /* ----------------------- LEGEND ----------------------- */
  /* #9528 ipicture */
  /* height актуально для number, у которого от размеров зависят положение стрелок */
  /* компенсируем увеличенный размер шрифта уменьшением отступов, что бы не появлялся скролл */
  /* заголовки увеличиваются по высоте в board, но только в предусмотренных моделях */
  /* #12936 Ianimation - смещение кнопок. */
  /* #12936 end */
  /* exampleSlide */ }
  .courseml[skin="board"]:not(.ui-widget-content) {
    height: 100%;
    width: 100%; }
  .courseml[skin="board"] .inline-block-mathml {
    font-size: 134%; }
  .courseml[skin="board"] #bgvideo {
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    z-index: 500; }
  .courseml[skin="board"] .hiddenOverflow {
    overflow: hidden !important; }
  .courseml[skin="board"] .stepnav {
    cursor: pointer;
    margin-bottom: 3px; }
  .courseml[skin="board"] .stepheader {
    border-bottom: 2px solid #1c5b81; }
  .courseml[skin="board"] .code {
    font-family: Lucida Console, monospace; }
  .courseml[skin="board"] .key {
    font-family: "Arial Narrow", Arial, sans-serif;
    font-size: 26px; }
  .courseml[skin="board"] .file {
    font-family: Lucida Console, monospace;
    font-weight: bold; }
  .courseml[skin="board"] .code > .verdana {
    font-size: 20px; }
  .courseml[skin="board"] .listtheme .cellsp3 {
    display: table-cell;
    width: 111px; }
  .courseml[skin="board"] .listtheme .cellsp4 {
    display: table-cell;
    width: 161px; }
  .courseml[skin="board"] .listtheme .cellsp5 {
    display: table-cell;
    width: 51px; }
  .courseml[skin="board"] .listtheme .counternum4 {
    width: 30px;
    padding: 10px;
    border-top-left-radius: 8px;
    border-bottom-left-radius: 8px;
    background-color: #c0d298;
    font-weight: bold;
    display: table-cell;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
    text-align: center;
    vertical-align: middle; }
  .courseml[skin="board"] .listtheme .counternum5 {
    width: 40px;
    padding: 10px;
    border-top-left-radius: 8px;
    border-bottom-left-radius: 8px;
    background-color: #f7dbb6;
    font-weight: bold;
    display: table-cell;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
    text-align: center;
    vertical-align: middle; }
  .courseml[skin="board"] .listtheme .listname4 {
    padding: 10px;
    border-top-right-radius: 8px;
    border-bottom-right-radius: 8px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
    background-color: #fbfbfb;
    display: table-cell;
    vertical-align: middle; }
  .courseml[skin="board"] .listtheme .listname5 {
    padding: 10px;
    border-top-right-radius: 8px;
    border-bottom-right-radius: 8px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
    background-color: #fbfbfb;
    display: table-cell;
    vertical-align: middle; }
  .courseml[skin="board"] #caruselBtn {
    position: absolute;
    top: 25px;
    left: 15px;
    cursor: pointer;
    z-index: 2;
    transform: translate3d(0, 0, 0); }
  .courseml[skin="board"] #emphasizing {
    padding: 0 4px; }
  .courseml[skin="board"] #switchcontent {
    width: 34px;
    height: 34px;
    background: url(img/extract/contentgroup.png?81d8);
    position: absolute;
    top: 25px;
    left: 15px;
    cursor: pointer; }
  .courseml[skin="board"] .contentImage {
    width: 300px;
    border: 1px solid #025287;
    border-radius: 4px;
    float: left;
    margin: 10px;
    cursor: pointer; }
  .courseml[skin="board"] .groupitem {
    width: calc(100% - 40px);
    display: inline-table;
    margin: 10px;
    padding: 2px !important;
    border-radius: 8px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
    background-color: #e8ebf9;
    vertical-align: middle;
    line-height: 1.2 !important; }
  .courseml[skin="board"] .groupitem > div {
    display: table-row;
    text-align: center;
    vertical-align: middle; }
  .courseml[skin="board"] .groupitem > div > div {
    display: table-cell;
    text-align: center;
    vertical-align: middle;
    height: 38px; }
  .courseml[skin="board"] .groupitem > div > div > div {
    display: block;
    text-overflow: ellipsis;
    overflow: hidden;
    max-height: 38px;
    color: #0064a2;
    font-size: 18px;
    line-height: 1 !important; }
  .courseml[skin="board"] .groupitem img {
    border: 1px solid #025287;
    border-radius: 4px;
    width: calc(80% - 2px); }
  .courseml[skin="board"] .themegroupbig .groupitem {
    width: calc(50% - 40px);
    display: inline-table; }
  .courseml[skin="board"] .themegroup {
    width: 22%;
    border: 2px solid #025287;
    display: inline-table;
    border-radius: 8px;
    height: calc(100% - 40px);
    text-align: center;
    margin: 10px;
    margin-left: 0px;
    margin-top: 15px; }
  .courseml[skin="board"] .themegroupbig {
    width: 44%;
    border: 2px solid #025287;
    display: inline-table;
    border-radius: 8px;
    height: calc(100% - 40px);
    text-align: center;
    margin: 10px;
    margin-left: 0px;
    margin-top: 15px; }
  .courseml[skin="board"] .themegroupheader {
    display: table-row;
    color: white;
    padding: 10px;
    background: #0064a2;
    height: 35px; }
  .courseml[skin="board"] .themegroupheader > div {
    display: table-cell;
    text-align: center;
    vertical-align: middle; }
  .courseml[skin="board"] .themegroupcontent {
    display: table-row; }
  .courseml[skin="board"] .themegroupcontent > div {
    display: table-cell;
    text-align: center;
    background-color: white;
    border-bottom-left-radius: 8px;
    border-bottom-right-radius: 8px; }
  .courseml[skin="board"] pre {
    line-height: 27px;
    font-size: 24px;
    white-space: pre; }
  .courseml[skin="board"] .excel {
    font-family: Calibri, sans-serif;
    font-size: 17pt; }
  .courseml[skin="board"] li {
    margin-top: 5px;
    margin-bottom: 5px; }
    .courseml[skin="board"] li[role="tab"] {
      margin-bottom: 0; }
  .courseml[skin="board"] .innerthemes, .courseml[skin="board"] .inneritem, .courseml[skin="board"] .inneritemselected {
    line-height: 50px;
    height: 50px; }
  .courseml[skin="board"] .innerthemes {
    padding-left: 10px; }
  .courseml[skin="board"] .paragraphs {
    font-size: 20px; }
  .courseml[skin="board"] .themes {
    font-size: 22px;
    font-weight: bold; }
  .courseml[skin="board"] .listtheme {
    padding-top: 25px;
    line-height: 1.6; }
  .courseml[skin="board"] .borderedlabel {
    border: 1px solid #025287; }
  .courseml[skin="board"] .borderedimg {
    border-radius: 10px;
    border: 2px solid #025287;
    box-sizing: border-box; }
  .courseml[skin="board"] video.borderedimg {
    box-sizing: content-box; }
  .courseml[skin="board"] #legend.borderedimg {
    box-sizing: content-box; }
  .courseml[skin="board"] .bordereddiv {
    border-radius: 10px;
    border: 2px solid #025287;
    position: relative; }
  .courseml[skin="board"] #bottomsolutionpanel {
    padding: 4px 10px 7px 4px !important; }
  .courseml[skin="board"] .solutionanswer {
    margin: 5px 0; }
  .courseml[skin="board"] #stringanswer {
    padding: 10px 5px 10px 0px;
    display: table; }
  .courseml[skin="board"] .comment,
  .courseml[skin="board"] .commentheader {
    font-size: 24px;
    line-height: 22px; }
  .courseml[skin="board"] #theory > .centerFigure {
    margin-top: 18px;
    margin-bottom: 18px;
    margin-left: auto;
    margin-right: auto; }
  .courseml[skin="board"] #conditions > .centerFigure {
    margin-left: auto;
    margin-right: auto; }
  .courseml[skin="board"] #contents, .courseml[skin="board"] #journal, .courseml[skin="board"] #bookmarks {
    position: relative; }
  .courseml[skin="board"] input,
  .courseml[skin="board"] input[type="text"],
  .courseml[skin="board"] input[type="number"] {
    padding: 0 5px;
    box-sizing: border-box;
    border: 2px solid #025287;
    border-radius: 6px;
    height: 34px; }
  .courseml[skin="board"] [input="number"] input {
    padding-right: 20px; }
  .courseml[skin="board"] section {
    background-image: none; }
  .courseml[skin="board"] .tablecenter {
    border: 1px solid #5f90cb; }
  .courseml[skin="board"] .tablecenter > tbody > tr > td, .courseml[skin="board"] .tablecenter > tbody > tr > th, .courseml[skin="board"] .tablecenter > tr > td, .courseml[skin="board"] .tablecenter > tr > th {
    border: 1px solid #5f90cb; }
  .courseml[skin="board"] .ui-tooltip {
    max-width: 600px;
    width: auto;
    word-wrap: break-word;
    font-size: 24px; }
  .courseml[skin="board"] .ui-dialog {
    line-height: 1.4; }
  .courseml[skin="board"] .oddrows > td {
    background: #d0ddf0; }
  .courseml[skin="board"] .evenrows > td {
    background: #eceff2; }
  .courseml[skin="board"] .tablecenterinvisible > tbody > tr.oddrows > td {
    background-color: transparent; }
  .courseml[skin="board"] .tablecenterinvisible > tbody > tr.evenrows > td {
    background-color: transparent; }
  .courseml[skin="board"] div.audio {
    padding: 9px 3px 0 3px; }
  .courseml[skin="board"] #wrapper .audio .android-audio {
    position: relative !important;
    bottom: 0px !important;
    height: 42px !important; }
  .courseml[skin="board"] #activepanel {
    padding-bottom: 10px;
    padding-top: 0 !important;
    position: relative;
    margin-top: 25px;
    float: none; }
  .courseml[skin="board"] #solutionpanel {
    margin-top: 25px;
    padding-bottom: 10px;
    clear: both; }
  .courseml[skin="board"] .seqstepanswer {
    padding-left: 4px;
    margin-left: -5px; }
    .courseml[skin="board"] .seqstepanswer .stepconditions table:not(.rightFigure) td {
      padding: 10px 4px; }
  .courseml[skin="board"] #wrapper {
    width: 900px;
    margin: 0 auto;
    /*padding-bottom: 0px !important;*/
    position: relative; }
  .courseml[skin="board"] .noCheckPanel {
    padding-bottom: 0px !important; }
  .courseml[skin="board"] #conditions .panelBorder {
    position: absolute;
    top: 2px;
    left: 2px;
    border-radius: 8px;
    z-index: 1;
    background: none;
    pointer-events: none;
    box-sizing: border-box;
    width: 100%;
    height: 100%; }
  .courseml[skin="board"] #conditions {
    position: relative;
    padding: 4px 10px 7px 0px !important;
    margin-top: 10px;
    z-index: 1;
    width: 100%; }
  .courseml[skin="board"] #conditions p {
    vertical-align: middle;
    padding-bottom: 5px; }
  .courseml[skin="board"] .qrusleft {
    padding-bottom: 0px;
    line-height: 36px; }
  .courseml[skin="board"] #qrusbottom {
    padding-top: 20px; }
  .courseml[skin="board"] .qrusbutton {
    width: 220px; }
  .courseml[skin="board"] #qrus {
    margin-top: -25px; }
  .courseml[skin="board"] .seqstepanswer #qrus {
    margin-top: 0; }
  .courseml[skin="board"] .definition {
    background-color: #ffffff;
    border-radius: 10px;
    border: 2px solid #025287;
    display: table;
    padding: 10px;
    padding-left: 40px;
    border-left: 13px solid #025287;
    text-align: justify; }
  .courseml[skin="board"] td > .definition {
    display: block; }
  .courseml[skin="board"] .definition > div {
    display: table-row; }
  .courseml[skin="board"] .definition > div > div {
    display: table-cell; }
  .courseml[skin="board"] .assetCenter {
    padding-right: 30px; }
  .courseml[skin="board"] #hintAligner {
    z-index: 10 !important; }
  .courseml[skin="board"] .chkPanelBackground {
    width: 100%;
    height: 100%;
    opacity: 0.85;
    position: absolute;
    top: 0px;
    left: 0px;
    z-index: 0;
    display: none; }
  .courseml[skin="board"] #turtle {
    width: 180px;
    height: 140px;
    position: absolute;
    bottom: 0px;
    left: 15px;
    background: none;
    display: none; }
  .courseml[skin="board"] #endTestBtn {
    width: 150px !important; }
  .courseml[skin="board"] #sortgroup .bar.sorting {
    /*	height: 40px !important;*/
    border: 2px solid #025287 !important;
    border-radius: 8px;
    padding: 10px 0px;
    background: #86c9f5;
    position: relative; }
  .courseml[skin="board"] .bar.sorting .innerBorder {
    position: absolute;
    left: 0px;
    top: 0px;
    /*border: 2px solid #f2f3f8;*/
    border-radius: 8px; }
  .courseml[skin="board"] #sortitems .bar.sorting {
    /*	height: 40px !important;*/
    padding: 10px 0px;
    border: 2px solid #025287 !important;
    background: #ccdef1;
    border-radius: 8px;
    position: relative; }
    .courseml[skin="board"] #sortitems .bar.sorting .MathJax_SVG_Display {
      margin-top: 0; }
  .courseml[skin="board"] #sortitems li.unnecessary .bar.sorting {
    opacity: 0.5; }
  .courseml[skin="board"] #sortitems li .elem-manipulate {
    position: absolute;
    width: 20px;
    height: 20px;
    top: calc(50% - 10px);
    right: 5px;
    background: url(img/extract/searchClose.png?fc75) no-repeat center;
    background-size: contain; }
  .courseml[skin="board"] #sortitems .bar.sorting .innerBorder {
    /*border: 2px solid #025287;*/
    border-radius: 5px; }
  .courseml[skin="board"] #sortitems li, .courseml[skin="board"] #sortgroup li {
    margin-top: 0;
    margin-bottom: 0; }
  .courseml[skin="board"] .varianttext img {
    border: 3px solid transparent;
    border-radius: 8px; }
  .courseml[skin="board"] .varianttext img.borderedimg {
    border: 3px solid #025287;
    border-radius: 8px; }
  .courseml[skin="board"] .groupcolumn-hover {
    background-color: #a6c9f5;
    background-position: top; }
  .courseml[skin="board"] .bar.classification {
    border: 2px solid #025287;
    background: #ccdef1;
    border-radius: 8px;
    padding: 10px 0px; }
  .courseml[skin="board"] .bar.classification.withImages {
    border: none;
    background: transparent;
    padding: 2px; }
  .courseml[skin="board"] .bar.classification.withImages > div {
    background: #e7edfa;
    border-radius: 8px; }
  .courseml[skin="board"] .bar.classification.withImages img {
    border: 2px solid #025287;
    border-radius: 8px;
    box-sizing: border-box; }
  .courseml[skin="board"] .groupbar.classification {
    background: #86c9f5;
    border: 2px solid #025287;
    color: black !important;
    border-radius: 8px;
    position: relative;
    padding: 0 0 0 0; }
  .courseml[skin="board"] .groupbar.classification img {
    border-top-left-radius: 6px;
    border-top-right-radius: 6px; }
  .courseml[skin="board"] #activepanel
.groupbar.classification .innerBorder {
    position: absolute;
    left: 0px;
    top: 0px;
    /*border: 2px solid #f2f3f8;*/
    border-radius: 8px; }
  .courseml[skin="board"] .groupbar.classification.withImages .innerBorder {
    /*border: 2px solid #025287;*/
    top: 4px; }
  .courseml[skin="board"] .groupbar.classification.withImages {
    background: none !important;
    border: none !important; }
  .courseml[skin="board"] .groupbar.classification .classgroupitem.withImages img {
    border: 2px solid #025287;
    border-radius: 8px; }
  .courseml[skin="board"] .groupbar.classification .classgroupitem.withoutFileClass {
    padding-top: 10px;
    padding-bottom: 10px; }
  .courseml[skin="board"] .classitemitem .innerBorder {
    position: absolute;
    left: 0px;
    top: 0px;
    /*border: 2px solid #025287;*/
    border-radius: 5px; }
  .courseml[skin="board"] #sortitems .MathJax_SVG_Display,
  .courseml[skin="board"] #sortgroup .MathJax_SVG_Display {
    margin-top: 0; }
  .courseml[skin="board"] #sortitems[mode='horizontal'] .withoutImage,
  .courseml[skin="board"] #sortgroup[mode='horizontal'] .withoutImage {
    padding: 8px 4px;
    box-sizing: border-box; }
  .courseml[skin="board"] #sortitems[mode='vertical'] .bar,
  .courseml[skin="board"] #sortgroup[mode='vertical'] .bar {
    margin: 0; }
  .courseml[skin="board"] #sortitems[mode='vertical'] li,
  .courseml[skin="board"] #sortgroup[mode='vertical'] li {
    margin: 5px 0 0 5px; }
  .courseml[skin="board"] #sortitems[mode='vertical'] .bar,
  .courseml[skin="board"] #sortgroup[mode='vertical'] .bar {
    box-sizing: border-box; }
  .courseml[skin="board"] #sortitems[mode='vertical'] .bar-inner,
  .courseml[skin="board"] #sortgroup[mode='vertical'] .bar-inner {
    padding: 4px 0; }
  .courseml[skin="board"] #sortitems[mode='vertical'] .withImages .bar-inner,
  .courseml[skin="board"] #sortgroup[mode='vertical'] .withImages .bar-inner {
    padding: 0; }
  .courseml[skin="board"] #sortitems[mode='vertical'] .bar.matching.withImages,
  .courseml[skin="board"] #sortgroup[mode='vertical'] .bar.matching.withImages {
    border: none; }
  .courseml[skin="board"] #sortitems[mode='vertical'] .bar.matching.withImages img,
  .courseml[skin="board"] #sortgroup[mode='vertical'] .bar.matching.withImages img {
    box-sizing: border-box; }
  .courseml[skin="board"] #sortgroup .bar.matching {
    background: #86c9f5;
    border: 2px solid #025287;
    color: black !important;
    border-radius: 8px;
    position: relative;
    padding: 0;
    box-sizing: border-box; }
    .courseml[skin="board"] #sortgroup .bar.matching > div {
      width: 100%; }
    .courseml[skin="board"] #sortgroup .bar.matching .innerBorder {
      position: absolute;
      left: 0px;
      top: 0px;
      /*border: 2px solid #f2f3f8;
    border-radius: 8px;*/ }
    .courseml[skin="board"] #sortgroup .bar.matching.withImages {
      border: none;
      background: none;
      padding: 0; }
      .courseml[skin="board"] #sortgroup .bar.matching.withImages img {
        border: 2px solid #025287;
        border-radius: 8px; }
      .courseml[skin="board"] #sortgroup .bar.matching.withImages .outerBorder {
        /*
      border: 2px solid #025287;
      border-radius: 8px;
      -moz-border-radius: 8px;
      -webkit-border-radius: 8px;
      -khtml-border-radius: 8px;
      padding: 8px;
      background: #dbebea;*/ }
  .courseml[skin="board"] #sortitems .bar.matching {
    background: transparent;
    border: 0;
    color: black !important;
    border-radius: 8px;
    position: relative;
    padding: 0; }
    .courseml[skin="board"] #sortitems .bar.matching.withoutImage {
      background: #ccdef1;
      border: 2px solid #025287; }
    .courseml[skin="board"] #sortitems .bar.matching .innerBorder {
      position: absolute;
      left: 0px;
      top: 0px;
      border-radius: 5px; }
    .courseml[skin="board"] #sortitems .bar.matching.withImages {
      border: none;
      padding: 0; }
      .courseml[skin="board"] #sortitems .bar.matching.withImages .bar-inner {
        padding: 0; }
  .courseml[skin="board"] .background-none {
    background: none !important; }
  .courseml[skin="board"] #sortitems .bar.matching img {
    border: 2px solid #025287;
    border-radius: 8px; }
  .courseml[skin="board"] #sortitems .bar.matching.withImages .bartc {
    vertical-align: top; }
  .courseml[skin="board"] #sortitems .bar.matching.withoutImage .bartc {
    vertical-align: middle; }
  .courseml[skin="board"] #sortitems li.wrongAnswer .bar.matching table tr:first-child td {
    background-color: #fa9696 !important;
    border-radius: 8px; }
  .courseml[skin="board"] #sortitems li.wrongAnswer .bar.matching table img {
    /*	border-color: red;*/ }
  .courseml[skin="board"] #sortitems li.wrongAnswer .caption.visible .captionDiv {
    background-color: #fa9696 !important; }
  .courseml[skin="board"] #sortitems li.wrongAnswer .caption.visible .innerBorder {
    /*	border-color: red !important;*/ }
  .courseml[skin="board"] #sortitems li.wrongAnswer .bar.matching.withImages .bartc {
    background-color: #fa9696 !important;
    border-radius: 8px; }
  .courseml[skin="board"] #sortitems li.rightAnswer .bar.matching table tr:first-child td {
    background-color: #c8fac7 !important;
    border-radius: 8px; }
  .courseml[skin="board"] #sortitems li.rightAnswer .bar.matching table img {
    /*	border-color: green;*/ }
  .courseml[skin="board"] #sortitems li.rightAnswer .caption.visible .captionDiv {
    background-color: #c8fac7 !important; }
  .courseml[skin="board"] #sortitems li.rightAnswer .caption.visible .innerBorder {
    /*	border-color: green !important;*/ }
  .courseml[skin="board"] #sortitems li.rightAnswer .bar.matching.withImages .bartc {
    background-color: #c8fac7 !important;
    border-radius: 8px; }
  .courseml[skin="board"] .variantwrapper.withoutImage {
    margin: 0;
    padding: 10px 0 14px 20px;
    box-sizing: border-box; }
  .courseml[skin="board"] .varianttext {
    position: relative;
    padding: 10px; }
    .courseml[skin="board"] .varianttext table {
      margin: 0 auto; }
    .courseml[skin="board"] .varianttext.withoutImage {
      border: 3px solid #025287 !important;
      border-radius: 8px;
      margin: 5px;
      background: #ccdef2;
      text-align: center;
      display: table-cell;
      vertical-align: middle;
      padding: 10px;
      height: 80%; }
      .courseml[skin="board"] .varianttext.withoutImage.singlechoice {
        padding: 10px 10px 10px 15px; }
      .courseml[skin="board"] .varianttext.withoutImage.multichoice {
        padding: 10px 10px 10px 20px; }
    .courseml[skin="board"] .varianttext.withImage img.singlechoice.borderedimg, .courseml[skin="board"] .varianttext.withImage img.multichoice.borderedimg {
      border: 3px solid #025287 !important;
      border-radius: 8px; }
    .courseml[skin="board"] .varianttext.withoutImage > .variantchkbox {
      top: -18px;
      left: -18px; }
    .courseml[skin="board"] .varianttext .variantchkbox {
      width: 35px;
      height: 35px;
      box-sizing: border-box;
      border: 3px solid #025287;
      background: white;
      position: absolute;
      top: -5px;
      left: -5px; }
      .courseml[skin="board"] .varianttext .variantchkbox .marker {
        width: 19px;
        height: 19px;
        margin: 5px auto 0;
        position: relative;
        display: none; }
    .courseml[skin="board"] .varianttext.multichoice .variantchkbox {
      border-radius: 10px; }
      .courseml[skin="board"] .varianttext.multichoice .variantchkbox .marker {
        background: #025287;
        border-radius: 2px; }
    .courseml[skin="board"] .varianttext.singlechoice .variantchkbox {
      border-radius: 17px; }
      .courseml[skin="board"] .varianttext.singlechoice .variantchkbox .marker {
        background: url(img/extract/bull_blue.png?a13c) 0 0 no-repeat;
        border-radius: 9px; }
    .courseml[skin="board"] .varianttext.checked .variantchkbox .marker {
      display: block; }
    .courseml[skin="board"] .varianttext.rightAnswer {
      border-color: #27D921 !important; }
      .courseml[skin="board"] .varianttext.rightAnswer .variantchkbox {
        border-color: #27D921 !important; }
      .courseml[skin="board"] .varianttext.rightAnswer.multichoice .variantchkbox .marker {
        display: block;
        background: #27D921 !important; }
      .courseml[skin="board"] .varianttext.rightAnswer.singlechoice .variantchkbox .marker {
        display: block;
        background: url(img/extract/bull_green.png?a039) 0 0 no-repeat; }
    .courseml[skin="board"] .varianttext.withImage.rightAnswer img.singlechoice.borderedimg, .courseml[skin="board"] .varianttext.withImage.rightAnswer img.multichoice.borderedimg {
      border: 3px solid #27D921 !important; }
    .courseml[skin="board"] .varianttext.wrongAnswer {
      border-color: red !important; }
      .courseml[skin="board"] .varianttext.wrongAnswer .variantchkbox {
        border-color: red !important; }
      .courseml[skin="board"] .varianttext.wrongAnswer.multichoice .variantchkbox .marker {
        display: block;
        background: red !important; }
      .courseml[skin="board"] .varianttext.wrongAnswer.singlechoice .variantchkbox .marker {
        display: block;
        background: url(img/extract/bull_red.png?3046) 0 0 no-repeat; }
    .courseml[skin="board"] .varianttext.withImage.wrongAnswer img.singlechoice.borderedimg, .courseml[skin="board"] .varianttext.withImage.wrongAnswer img.multichoice.borderedimg {
      border: 3px solid red !important; }
    .courseml[skin="board"] .varianttext.withImage img.singlechoice, .courseml[skin="board"] .varianttext.withImage img.multichoice {
      border: 3px solid transparent !important;
      border-radius: 8px; }
  .courseml[skin="board"] #sortgroup .bar .caption {
    border: none !important;
    padding: 0 !important; }
    .courseml[skin="board"] #sortgroup .bar .caption .innerBorder {
      /*	border: none !important;
    border: 2px solid #025287;*/ }
  .courseml[skin="board"] .varianttext.withImage.rightAnswer .caption.visible .captionDiv {
    /*background-color: rgb(200, 250, 199) !important;*/ }
  .courseml[skin="board"] .varianttext.withImage.wrongAnswer .caption.visible .captionDiv {
    /*background-color: rgb(250, 150, 150) !important;*/ }
  .courseml[skin="board"] .variantwrapper .comment {
    display: table-footer-group; }
  .courseml[skin="board"] .varianttext .copyrightCorner,
  .courseml[skin="board"] .varianttext .copyrightSign {
    margin-top: -2px;
    margin-right: -2px; }
  .courseml[skin="board"] .mixanswer .prettycheckbox {
    height: 24px; }
  .courseml[skin="board"] .mixanswer .prettycheckbox a {
    height: 30px; }
  .courseml[skin="board"] .caption {
    /*
      font-size: 20px;
      line-height: 22px;*/
    vertical-align: middle;
    padding-top: 10px;
    padding-bottom: 10px;
    font-size: 24px;
    line-height: 22px;
    position: relative; }
  .courseml[skin="board"].im-popup .caption {
    line-height: 1.3;
    padding-bottom: 3px; }
  .courseml[skin="board"].im-popup .base-model .caption {
    line-height: 23px; }
  .courseml[skin="board"] .caption .innerBorder {
    /*border: 2px solid #025287;*/
    border-radius: 5px;
    position: absolute;
    top: 0px;
    left: 0px; }
  .courseml[skin="board"] .vWrap {
    display: block; }
  .courseml[skin="board"] .hotspot.borderedimg,
  .courseml[skin="board"] #topsolutionpanel.hotspot .borderedimg {
    border: 2px solid #025287 !important;
    border-radius: 8px; }
  .courseml[skin="board"] .hotspot.borderedimg img {
    border-radius: 3px; }
  .courseml[skin="board"] .hotspot .innerBorder {
    /*border: 5px solid #f2f3f8;*/
    border-radius: 5px; }
  .courseml[skin="board"] .hotspot #hsppointer {
    border: none !important; }
  .courseml[skin="board"] #leftPanel {
    border-radius: 12px; }
  .courseml[skin="board"] textarea:focus, .courseml[skin="board"] input:focus {
    outline: none; }
  .courseml[skin="board"] #relating .flexgroup .inlinebar {
    padding: 0px 5px; }
  .courseml[skin="board"] #relating .flexgroup li {
    min-height: 46px; }
  .courseml[skin="board"] #sortgroup .bar.relating {
    border: 2px solid #025287 !important;
    border-radius: 8px;
    background: #ccdef2;
    position: relative;
    padding: 2px; }
    .courseml[skin="board"] #sortgroup .bar.relating .copyrightCorner,
    .courseml[skin="board"] #sortgroup .bar.relating .copyrightSign {
      margin-right: -1px;
      margin-top: -1px; }
    .courseml[skin="board"] #sortgroup .bar.relating .MathJax_SVG_Display {
      margin-top: 0; }
    .courseml[skin="board"] #sortgroup .bar.relating.with-image {
      padding: 0; }
  .courseml[skin="board"] .bar.relating .innerBorder {
    position: absolute;
    left: 0px;
    top: 0px;
    /*border: 2px solid #f2f3f8;*/
    border-radius: 8px; }
  .courseml[skin="board"] #sortitems .bar.relating {
    border: 2px solid #025287 !important;
    background: #ccdef1;
    border-radius: 8px;
    position: relative;
    padding: 0;
    overflow: hidden; }
    .courseml[skin="board"] #sortitems .bar.relating img.loupe {
      width: auto;
      height: auto;
      top: auto;
      left: auto;
      bottom: 2px;
      right: 2px; }
    .courseml[skin="board"] #sortitems .bar.relating img.copyrightSign {
      width: auto;
      height: auto;
      left: auto;
      bottom: auto;
      top: 0;
      right: 0; }
    .courseml[skin="board"] #sortitems .bar.relating img.copyrightCorner {
      width: auto;
      height: auto;
      left: auto;
      bottom: auto;
      top: -2px !important;
      right: -2px !important; }
    .courseml[skin="board"] #sortitems .bar.relating .MathJax_SVG_Display {
      margin-top: 0; }
  .courseml[skin="board"] #sortitems .bar.relating .innerBorder {
    /*border: 2px solid #025287;*/
    border-radius: 5px; }
  .courseml[skin="board"] .wrapper-dropdown {
    background: none !important;
    margin-right: 4px;
    text-align: center;
    position: relative; }
  .courseml[skin="board"] .wrapper-dropdown .dropdown {
    margin-left: 2px;
    overflow: visible; }
  .courseml[skin="board"] .wrapper-dropdown > div,
  .courseml[skin="board"] .wrapper-dropdown .dropdown {
    background: #ffffff;
    border: 2px solid #025287;
    border-radius: 5px; }
  .courseml[skin="board"] .wrapper-dropdown > div {
    height: 24px;
    line-height: 24px;
    margin-right: -3px;
    padding: 5px 16px 5px 5px;
    line-height: 1.5;
    font-style: normal; }
  .courseml[skin="board"] .dropdown > li {
    line-height: 1.55;
    margin: 0; }
  .courseml[skin="board"] .dropdown > li:not(:last-child) {
    border-bottom: 1px solid #025287; }
  .courseml[skin="board"] .wrapper-dropdown .dropdown li a {
    padding-right: 16px; }
  .courseml[skin="board"] #topsolutionpanel {
    padding: 0;
    position: relative;
    margin-top: 25px; }
  .courseml[skin="board"] #topsolutionpanel.hotspot {
    padding-top: 0px;
    margin: 0 auto;
    margin-top: 25px; }
  .courseml[skin="board"] #topsolutionpanel img.borderedimg {
    /*border: none !important;*/ }
  .courseml[skin="board"] #stringanswer #rightSolution {
    display: table-cell;
    vertical-align: middle; }
  .courseml[skin="board"] #floatingimg {
    margin-left: 20px;
    margin-top: 2px;
    padding: 0; }
  .courseml[skin="board"] #floatingimg video {
    margin-bottom: -6px; }
  .courseml[skin="board"] .bar {
    /*	box-sizing: border-box;*/ }
  .courseml[skin="board"] #activepanel.borderedimg {
    border: 5px solid #025287;
    border-radius: 8px; }
  .courseml[skin="board"] #sortpoints li, .courseml[skin="board"] #sortarrows li {
    margin-top: 0;
    margin-bottom: 0; }
  .courseml[skin="board"] #legend {
    background-repeat: no-repeat;
    background-size: contain; }
  .courseml[skin="board"] #legend.borderedimg {
    border: 3px solid #025287 !important; }
  .courseml[skin="board"] #legend input {
    text-align: center;
    font-size: 24px;
    border: 1px solid transparent;
    border-radius: 0;
    padding: 0; }
  .courseml[skin="board"] .border-separate {
    border-collapse: separate !important; }
  .courseml[skin="board"] .captionDiv {
    /*
          border: 2px solid #025287;
          border-radius: 8px;
          position: relative;
          margin: 4px 0;
          padding-bottom: 1px;
          background: #f2f3f8;*/ }
  .courseml[skin="board"] #slide-back {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0px;
    left: 0px;
    z-index: 0; }
  .courseml[skin="board"] .journal td {
    font-size: 20px !important;
    color: #588CC5; }
  .courseml[skin="board"] .journal .sectnum, .courseml[skin="board"] .journal .paranum {
    font-size: 20px !important; }
  .courseml[skin="board"] .journal td.tddiagram {
    font-size: 14px !important;
    color: #000 !important; }
  .courseml[skin="board"] #searchPanel {
    z-index: 3000; }
  .courseml[skin="board"] #searchResults {
    font-size: 20px; }
  .courseml[skin="board"] .searchlinks {
    height: 58px; }
  .courseml[skin="board"] #sortitems {
    overflow: visible; }
  .courseml[skin="board"] .rusEmph {
    font-family: Arial, sans-serif;
    font-size: 18pt; }
  .courseml[skin="board"] .brecket > li:before, .courseml[skin="board"] .point > li:before {
    position: relative;
    float: left;
    display: inline-block;
    width: 37px; }
  .courseml[skin="board"] .title {
    font-size: 30px; }
  .courseml[skin="board"] .caption {
    font-size: 24px; }
  .courseml[skin="board"] .font12 {
    font-size: 18px; }
  .courseml[skin="board"] .font14 {
    font-size: 21px;
    line-height: 24px; }
  .courseml[skin="board"] .base-model .model-title {
    font-size: 24px;
    line-height: 26px; }
  .courseml[skin="board"] .im-model .title-bar {
    font-size: 24px;
    line-height: 26px; }
  .courseml[skin="board"] .base-model .mark {
    font-size: 20px; }
  .courseml[skin="board"] .base-model .mark_num {
    white-space: nowrap; }
  .courseml[skin="board"] .base-model .v-mark {
    font-size: 20px; }
  .courseml[skin="board"] .base-model .v-mark_num {
    white-space: nowrap; }
  .courseml[skin="board"] .title16 .title-bar {
    font-size: 24px; }
  .courseml[skin="board"] .mark16 .mark {
    font-size: 24px; }
  .courseml[skin="board"] .label-view {
    font-size: 24px;
    line-height: 21px; }
  .courseml[skin="board"] .base-model .base-model-checkbox .checkbox-inner {
    margin-top: 0; }
  .courseml[skin="board"] .input-view input {
    font-size: 24px;
    height: 34px; }
  .courseml[skin="board"] .base-model .tabs-layout-bar > .title-bar {
    font-size: 24px;
    line-height: 26px; }
  .courseml[skin="board"] .base-model .axis-label {
    font-size: 24px;
    line-height: 24px; }
  .courseml[skin="board"] .im-model .base-radiobutton .radio-title {
    text-align: left;
    padding: 1px 6px;
    line-height: 24px; }
  .courseml[skin="board"] .im-model[skin-title] .title-bar {
    font-size: 24px;
    height: 36px;
    line-height: 36px; }
  .courseml[skin="board"] .im-model[skin-title] .single-layout.has-title:not(.has-content) {
    padding-top: 36px; }
  .courseml[skin="board"] .im-model[skin-title] .single-layout.has-title > .pane-content-wrap {
    padding-top: 36px; }
  .courseml[skin="board"] .im-model[skin-title] .player-controls li {
    margin: 0; }
  .courseml[skin="board"] .im-model[skin-title] .tabs-layout-bar > .title-bar {
    line-height: 24px;
    padding-top: 6px;
    padding-bottom: 6px; }
  .courseml[skin="board"] .im-model[skin-title] .tabs-layout > .pane-content-wrap {
    padding-top: 36px; }
  .courseml[skin="board"] .normal-scale #theory {
    transform: scale(1) !important; }
  .courseml[skin="board"] .slideshow figure img {
    border: 2px solid #025287;
    border-radius: 8px; }
  .courseml[skin="board"] .copyrightCornerNoBorder {
    border: 0 !important;
    border-radius: 0 !important;
    top: 2px !important;
    right: 2px !important;
    z-index: 1;
    position: absolute; }
  .courseml[skin="board"] .copyrightSignNoBorder {
    border: 0 !important;
    border-radius: 0 !important;
    top: 4px !important;
    right: 4px !important;
    z-index: 2;
    position: absolute; }
  .courseml[skin="board"] .copyrightCorner {
    border: 0 !important;
    border-radius: 0 !important;
    top: -1px !important; }
  .courseml[skin="board"] .copyrightSign {
    border: 0 !important;
    border-radius: 0 !important;
    top: 2px !important;
    right: 2px !important;
    z-index: 11; }
  .courseml[skin="board"] .classitemitem > .copyrightCorner {
    top: 3px !important;
    right: 2px !important; }
  .courseml[skin="board"] .classitemitem > .copyrightSign {
    top: 5px !important;
    right: 5px !important; }
  .courseml[skin="board"] .loupe {
    border: 0 !important; }
  .courseml[skin="board"].exampleSlide {
    background-color: #e7fdfa;
    background-image: url(img/extract/markt.png?fdcb);
    background-repeat: no-repeat;
    background-position: 0 10px; }
    .courseml[skin="board"].exampleSlide .slide {
      top: 60px; }
    .courseml[skin="board"].exampleSlide .checkPanelDefault {
      background: none; }
  .courseml[skin="board"] #slide.exampleSlide .bar.classification.withImages > div {
    background-color: #e7fdfa !important; }
  .courseml[skin="board"] #arr_right {
    position: absolute;
    right: 0px; }
  .courseml[skin="board"] #dialogQuestionText, .courseml[skin="board"] #popupQuestionText {
    font-weight: normal; }
  .courseml[skin="board"] .MathJax_SVG_Display {
    margin-top: 10px; }
  .courseml[skin="board"] .wrapper-ddl .MathJax_SVG_Display {
    margin-top: 0px; }
  .courseml[skin="board"] .tablecell .MathJax_SVG_Display {
    display: inline-block !important;
    margin-top: 0; }
  .courseml[skin="board"] .ui-widget-content {
    color: #000; }
  .courseml[skin="board"] .color-valid {
    color: green; }
  .courseml[skin="board"] .color-error {
    color: red; }
  .courseml[skin="board"] .MathJax_SVG {
    outline: none; }

.ui-tooltip[skin="board"] {
  max-width: 600px;
  width: auto;
  height: auto;
  word-wrap: break-word;
  font-size: 24px; }

.ui-tooltip[skin="board"] a {
  color: #333333; }

.im-popup .subject {
  display: inline-block; }

.im-popup .predicate {
  display: inline-block; }

@charset "UTF-8";
/**
 * Шаблон для PISA-2021
 */
.courseml[skin="board"].skin-pisa {
  font-size: 16px;
  line-height: 1.4; }
  .courseml[skin="board"].skin-pisa p {
    padding-top: 10px; }
  .courseml[skin="board"].skin-pisa .caption {
    font-size: 16px;
    line-height: 1.4; }
    .courseml[skin="board"].skin-pisa .caption p {
      padding-top: 0; }
  .courseml[skin="board"].skin-pisa .ui-tooltip {
    font-size: 16px; }
  .courseml[skin="board"].skin-pisa .subcriteria p {
    padding-top: 0; }
  .courseml[skin="board"].skin-pisa .key {
    font-weight: bold;
    font-size: 16px; }
  .courseml[skin="board"].skin-pisa #theory {
    min-width: 1196px;
    min-height: 626px;
    display: block; }
  .courseml[skin="board"].skin-pisa #wrapper {
    min-width: 1196px;
    min-height: 567px; }
  .courseml[skin="board"].skin-pisa .comment, .courseml[skin="board"].skin-pisa .commentheader {
    font-size: 16px; }
  .courseml[skin="board"].skin-pisa #conditions {
    margin-top: 0;
    padding-bottom: 0 !important; }
  .courseml[skin="board"].skin-pisa #activepanel {
    padding-bottom: 0; }
  .courseml[skin="board"].skin-pisa [page-columns] #theory,
  .courseml[skin="board"].skin-pisa [page-columns] #wrapper {
    display: flex; }
  .courseml[skin="board"].skin-pisa #theory,
  .courseml[skin="board"].skin-pisa #wrapper {
    width: 100%;
    height: 100%; }
    .courseml[skin="board"].skin-pisa #theory .leftPage,
    .courseml[skin="board"].skin-pisa #wrapper .leftPage {
      width: 50%;
      min-width: 50%;
      flex-grow: 1;
      box-sizing: border-box;
      overflow: auto;
      position: relative; }
      .courseml[skin="board"].skin-pisa #theory .leftPage.mCustomScrollbar:not(.mCS_no_scrollbar),
      .courseml[skin="board"].skin-pisa #wrapper .leftPage.mCustomScrollbar:not(.mCS_no_scrollbar) {
        padding-right: 0px;
        padding-left: 0px; }
      .courseml[skin="board"].skin-pisa #theory .leftPage .mCS_y_hidden,
      .courseml[skin="board"].skin-pisa #wrapper .leftPage .mCS_y_hidden {
        padding: 0 25px 0 0; }
      .courseml[skin="board"].skin-pisa #theory .leftPage .mCSB_inside > .mCSB_container,
      .courseml[skin="board"].skin-pisa #wrapper .leftPage .mCSB_inside > .mCSB_container {
        margin-right: 0;
        padding: 0 25px 0 0; }
    .courseml[skin="board"].skin-pisa #theory .rightPage,
    .courseml[skin="board"].skin-pisa #wrapper .rightPage {
      flex-grow: 1;
      box-sizing: border-box;
      overflow: auto;
      width: 50%;
      position: relative;
      padding-top: 0;
      overflow: auto; }
      .courseml[skin="board"].skin-pisa #theory .rightPage .rightBody,
      .courseml[skin="board"].skin-pisa #wrapper .rightPage .rightBody {
        width: 100%;
        height: 100%;
        margin: 0;
        display: flex;
        flex-direction: column; }
        .courseml[skin="board"].skin-pisa #theory .rightPage .rightBody .rightRow.withflesh, .courseml[skin="board"].skin-pisa #theory .rightPage .rightBody .rightRow.withmodel, .courseml[skin="board"].skin-pisa #theory .rightPage .rightBody .rightRow.withimage,
        .courseml[skin="board"].skin-pisa #wrapper .rightPage .rightBody .rightRow.withflesh,
        .courseml[skin="board"].skin-pisa #wrapper .rightPage .rightBody .rightRow.withmodel,
        .courseml[skin="board"].skin-pisa #wrapper .rightPage .rightBody .rightRow.withimage {
          flex-grow: 1;
          text-align: center; }
          .courseml[skin="board"].skin-pisa #theory .rightPage .rightBody .rightRow.withflesh > table, .courseml[skin="board"].skin-pisa #theory .rightPage .rightBody .rightRow.withmodel > table, .courseml[skin="board"].skin-pisa #theory .rightPage .rightBody .rightRow.withimage > table,
          .courseml[skin="board"].skin-pisa #wrapper .rightPage .rightBody .rightRow.withflesh > table,
          .courseml[skin="board"].skin-pisa #wrapper .rightPage .rightBody .rightRow.withmodel > table,
          .courseml[skin="board"].skin-pisa #wrapper .rightPage .rightBody .rightRow.withimage > table {
            height: 100%;
            width: 100%;
            margin: 0; }
        .courseml[skin="board"].skin-pisa #theory .rightPage .rightBody .rightRow [contain],
        .courseml[skin="board"].skin-pisa #wrapper .rightPage .rightBody .rightRow [contain] {
          height: 100%; }
        .courseml[skin="board"].skin-pisa #theory .rightPage .rightBody .rightRow [contain] > td,
        .courseml[skin="board"].skin-pisa #wrapper .rightPage .rightBody .rightRow [contain] > td {
          height: 100%;
          align-items: center;
          display: flex;
          justify-content: center;
          flex-direction: column; }
          .courseml[skin="board"].skin-pisa #theory .rightPage .rightBody .rightRow [contain] > td.caption,
          .courseml[skin="board"].skin-pisa #wrapper .rightPage .rightBody .rightRow [contain] > td.caption {
            display: block; }
        .courseml[skin="board"].skin-pisa #theory .rightPage .rightBody .rightRow + .rightRow,
        .courseml[skin="board"].skin-pisa #wrapper .rightPage .rightBody .rightRow + .rightRow {
          padding-top: 10px; }
      .courseml[skin="board"].skin-pisa #theory .rightPage .mCSB_inside > .mCSB_container,
      .courseml[skin="board"].skin-pisa #wrapper .rightPage .mCSB_inside > .mCSB_container {
        margin-right: 0;
        padding: 0 25px 0 10px; }
      .courseml[skin="board"].skin-pisa #theory .rightPage.mCustomScrollbar:not(.mCS_no_scrollbar) .rightRow,
      .courseml[skin="board"].skin-pisa #wrapper .rightPage.mCustomScrollbar:not(.mCS_no_scrollbar) .rightRow {
        padding-right: 10px; }
    .courseml[skin="board"].skin-pisa #theory .rightRow .rightFigure,
    .courseml[skin="board"].skin-pisa #wrapper .rightRow .rightFigure {
      margin-top: 0 !important;
      margin-right: 0;
      margin-left: 0; }
    .courseml[skin="board"].skin-pisa #theory .rightRow .centerFigure,
    .courseml[skin="board"].skin-pisa #wrapper .rightRow .centerFigure {
      margin-top: 0 !important;
      margin-right: auto;
      margin-left: auto; }
    .courseml[skin="board"].skin-pisa #theory .rightPage #floatingimg,
    .courseml[skin="board"].skin-pisa #wrapper .rightPage #floatingimg {
      border: 0 !important; }
    .courseml[skin="board"].skin-pisa #theory #theory #activepanel,
    .courseml[skin="board"].skin-pisa #theory #wrapper #activepanel,
    .courseml[skin="board"].skin-pisa #wrapper #theory #activepanel,
    .courseml[skin="board"].skin-pisa #wrapper #wrapper #activepanel {
      width: 100% !important; }
    .courseml[skin="board"].skin-pisa #theory #theory #floatingimgmain,
    .courseml[skin="board"].skin-pisa #theory #wrapper #floatingimgmain,
    .courseml[skin="board"].skin-pisa #wrapper #theory #floatingimgmain,
    .courseml[skin="board"].skin-pisa #wrapper #wrapper #floatingimgmain {
      display: block !important; }
  .courseml[skin="board"].skin-pisa .btn {
    height: 45px; }
  .courseml[skin="board"].skin-pisa .mCSB_inside > .mCSB_container {
    margin-right: 30px; }
  .courseml[skin="board"].skin-pisa #slide:not([page-columns]) #theory {
    display: flex;
    flex-direction: column;
    justify-content: center; }
  .courseml[skin="board"].skin-pisa.im-popup .ui-dialog-content .mCSB_container {
    display: block; }
  .courseml[skin="board"].skin-pisa #theory .varianttext.withoutImage,
  .courseml[skin="board"].skin-pisa #wrapper .varianttext.withoutImage {
    padding: 5px 20px; }
    .courseml[skin="board"].skin-pisa #theory .varianttext.withoutImage p,
    .courseml[skin="board"].skin-pisa #wrapper .varianttext.withoutImage p {
      padding-top: 0; }
  .courseml[skin="board"].skin-pisa .stepcounter,
  .courseml[skin="board"].skin-pisa .solutionanswer {
    font-size: 16px;
    font-weight: bold; }
  .courseml[skin="board"].skin-pisa #relating .flexgroup.half {
    min-width: 50px; }
  .courseml[skin="board"].skin-pisa .im-model[skin-title] .title-bar {
    font-size: 20px; }
  .courseml[skin="board"].skin-pisa .base-model .mark {
    font-size: 16px; }
  .courseml[skin="board"].skin-pisa .base-model .axis-label {
    font-size: 16px; }
  .courseml[skin="board"].skin-pisa .font14,
  .courseml[skin="board"].skin-pisa .mark16 .mark {
    font-size: 16px; }
  .courseml[skin="board"].skin-pisa .timeline .event-layout .content {
    align-items: start; }
    .courseml[skin="board"].skin-pisa .timeline .event-layout .content p {
      padding-top: 0; }
  .courseml[skin="board"].skin-pisa .iscale .bottom-pane .play-button {
    transform: scale(0.8); }
  .courseml[skin="board"].skin-pisa .rightPage table[data-valign="top"] tbody {
    vertical-align: top; }
  .courseml[skin="board"].skin-pisa .rightPage table[data-valign="bottom"] tbody {
    vertical-align: bottom; }
  .courseml[skin="board"].skin-pisa .mCS_no_scrollbar .mCSB_container {
    height: 100%;
    margin-right: 0;
    display: flex;
    flex-direction: column;
    justify-content: center; }
  .courseml[skin="board"].skin-pisa .mCS_no_scrollbar[data-valign="top"] .mCSB_container {
    justify-content: flex-start; }
  .courseml[skin="board"].skin-pisa .mCS_no_scrollbar[data-valign="bottom"] .mCSB_container {
    justify-content: flex-end; }

.skin-pisa:not(.reversePage) .leftPage,
.skin-pisa.reversePage .rightPage {
  border-right: 2px solid #A4A4A4;
  margin-left: -2px; }

.courseml[skin="board"].skin-pisa.reversePage #wrapper {
  flex-direction: row-reverse; }
  .courseml[skin="board"].skin-pisa.reversePage #wrapper .leftPage {
    padding-left: 40px;
    padding-right: 20px; }
  .courseml[skin="board"].skin-pisa.reversePage #wrapper .rightPage .rightRow {
    padding-left: 20px;
    padding-right: 40px; }

.courseml[slidetype="theory"] #slide {
  right: 0; }

.boardStyle #theory, .boardStyle #wrapper {
  min-width: auto !important;
  max-width: none !important;
  width: 900px !important;
  min-height: auto !important;
  max-height: none !important;
  height: auto !important;
  font-size: 24px !important;
  line-height: 27px !important;
  margin: 0 auto !important;
  padding: 0 !important;
  position: relative !important; }

.boardStyle .ui-dialog {
  font-size: 24px !important;
  line-height: 27px !important; }

.boardStyle .caption {
  font-size: 24px !important;
  line-height: 1.3 !important; }

@charset "UTF-8";
.courseml[skin="in_wb-world"] {
  font-size: 20px;
  line-height: 22px;
  line-height: 1.4;
  font-family: Verdana, sans-serif;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  -webkit-overflow-scrolling: touch;
  background-size: 100%;
  /* ------- ��� ������ sorting ------- */
  /* --------------------------------- */
  /* ---------- Matching -------------- */
  /* --------------------------------------------- */
  /* ------------ Singlechoice, Multichoice -------------- */
  /* ----------- ��� ������ Hotspot ------------*/
  /* -------------------------------------------- */
  /* ------- ��� ������ relating ------- */
  /* --------------------------------- */
  /* ----------------------- LEGEND ----------------------- */ }
  .courseml[skin="in_wb-world"].im-popup {
    padding: 7px; }
  .courseml[skin="in_wb-world"] #dialog {
    font-size: 20px;
    line-height: 22px;
    line-height: 1.4;
    font-family: Verdana, sans-serif; }
  .courseml[skin="in_wb-world"] #theory .borderedimg {
    border: 5px solid #5CC8CB !important;
    border-radius: 8px; }
  .courseml[skin="in_wb-world"] #contents, .courseml[skin="in_wb-world"] #journal, .courseml[skin="in_wb-world"] #bookmarks {
    position: relative; }
  .courseml[skin="in_wb-world"] input#answer {
    border: 2px solid #5CC8CB !important;
    border-radius: 6px !important;
    padding: 0 5px 0 5px !important;
    height: 30px;
    line-height: 22px; }
  .courseml[skin="in_wb-world"] section {
    background-image: none; }
  .courseml[skin="in_wb-world"] div.audio {
    padding: 9px 3px 0 3px; }
  .courseml[skin="in_wb-world"] #wrapper .audio .android-audio {
    position: relative !important;
    bottom: 0px !important;
    height: 42px !important; }
  .courseml[skin="in_wb-world"] #activepanel {
    padding: 10px 0 10px 0;
    padding-top: 0 !important;
    position: relative; }
  .courseml[skin="in_wb-world"] #wrapper, .courseml[skin="in_wb-world"] #theory {
    width: 980px;
    margin: 0 auto;
    padding-bottom: 0px !important;
    position: relative; }
  .courseml[skin="in_wb-world"] .comment,
  .courseml[skin="in_wb-world"] .commentheader {
    font-size: 20px;
    line-height: 22px; }
  .courseml[skin="in_wb-world"] #conditions .panelBorder {
    position: absolute;
    top: 2px;
    left: 2px;
    border: 2px solid #afd8da;
    border-radius: 8px;
    z-index: 10;
    background: none;
    pointer-events: none;
    box-sizing: border-box;
    width: 100%;
    height: 100%; }
  .courseml[skin="in_wb-world"] #conditions {
    position: relative;
    background: url(img/extract/conditions_back.png?9cbf) center repeat-x;
    background-size: auto 100%;
    border: 2px solid white;
    border-radius: 8px;
    padding: 4px 10px 7px 4px !important;
    margin-top: 10px;
    z-index: 10;
    height: 100px;
    display: table;
    width: 100%;
    box-sizing: border-box; }
  .courseml[skin="in_wb-world"] #conditions img {
    margin: 10px 0 10px 0; }
  .courseml[skin="in_wb-world"] #conditions p {
    text-align: center;
    vertical-align: middle; }
  .courseml[skin="in_wb-world"] #checkPanel {
    position: absolute;
    bottom: 0 !important;
    padding: 0 !important;
    z-index: 700;
    pointer-events: none;
    height: 125px;
    display: flex;
    align-items: flex-end;
    justify-content: center; }
  .courseml[skin="in_wb-world"] .checkpanel-container {
    position: relative;
    z-index: 2;
    align-items: center;
    justify-content: center; }
  .courseml[skin="in_wb-world"] #checkButtons {
    pointer-events: auto;
    flex-grow: unset; }
  .courseml[skin="in_wb-world"] #endTestBtn {
    pointer-events: auto;
    border: 0;
    width: 150px;
    min-width: 150px; }
  .courseml[skin="in_wb-world"] #clock {
    pointer-events: auto;
    border: 0;
    width: 100px;
    left: 170px; }
  .courseml[skin="in_wb-world"] #hintText {
    color: black;
    flex-grow: unset; }
  .courseml[skin="in_wb-world"] #hintAligner {
    flex-grow: unset; }
  .courseml[skin="in_wb-world"] .chkPanelBackground {
    width: 100%;
    height: 100%;
    opacity: 0.85;
    position: absolute;
    top: 0px;
    left: 0px;
    background-position: center bottom;
    background-repeat: no-repeat;
    background-size: contain; }
    .courseml[skin="in_wb-world"] .chkPanelBackground[panel="correct"] {
      background-image: url(img/extract/correct_panel.png?76fd); }
    .courseml[skin="in_wb-world"] .chkPanelBackground[panel="answer"] {
      background-image: url(img/extract/answer_panel.png?168c); }
    .courseml[skin="in_wb-world"] .chkPanelBackground[panel="wrong"] {
      background-image: url(img/extract/wrong_panel.png?6027); }
    .courseml[skin="in_wb-world"] .chkPanelBackground[panel="condition"] {
      background-image: url(img/extract/condition_panel.png?3074); }
  .courseml[skin="in_wb-world"] #turtle {
    width: 180px;
    height: 140px;
    position: absolute;
    bottom: 0px;
    left: 15px;
    background: none;
    background-position: 0 0;
    background-repeat: no-repeat;
    background-size: 100% 100%; }
    .courseml[skin="in_wb-world"] #turtle[turtleback="normal"] {
      background-image: url(img/extract/turtle.png?dd31); }
    .courseml[skin="in_wb-world"] #turtle[turtleback="sad"] {
      background-image: url(img/extract/sad_turtle.png?a8d3); }
  .courseml[skin="in_wb-world"] .btn {
    height: 46px !important;
    line-height: 46px;
    background: url(img/extract/check_btn.png?0c34) center no-repeat;
    background-size: 100% 100%;
    border: 0; }
    .courseml[skin="in_wb-world"] .btn:hover {
      background: url(img/extract/check_btn.png?0c34) no-repeat;
      background-size: 100% 100%;
      border: 0; }
    .courseml[skin="in_wb-world"] .btn.mousedown {
      background-image: url(img/extract/check_btn_pressed.png?690c); }
  .courseml[skin="in_wb-world"] #solutionBtn {
    margin-right: 0; }
  .courseml[skin="in_wb-world"] #sortgroup .bar.sorting {
    /*	height: 40px !important;*/
    border: 2px solid #5CC8CB !important;
    border-radius: 8px;
    padding: 0 10px 0 10px;
    background: #c5eceb;
    position: relative;
    padding: 2px; }
  .courseml[skin="in_wb-world"] .bar.sorting .innerBorder {
    position: absolute;
    left: 0px;
    top: 0px;
    border: 2px solid #f2f3f8;
    border-radius: 8px; }
  .courseml[skin="in_wb-world"] #sortitems .bar.sorting {
    /*	height: 40px !important;*/
    padding: 2px 20px 2px 20px !important;
    border: 2px solid #5CC8CB !important;
    background: #E8E5BA;
    border-radius: 8px;
    position: relative; }
  .courseml[skin="in_wb-world"] #sortitems .bar.sorting .innerBorder {
    border: 2px solid #5CC8CB;
    border-radius: 5px; }
  .courseml[skin="in_wb-world"] .varianttext img {
    border: 6px solid transparent;
    border-radius: 8px; }
  .courseml[skin="in_wb-world"] .varianttext img.borderedimg {
    border: 6px solid #5CC8CB;
    border-radius: 8px; }
  .courseml[skin="in_wb-world"] #sortgroup .bar.matching {
    background: #c5eceb;
    font-size: 20px;
    line-height: 22px;
    border: 2px solid #5CC8CB;
    color: black !important;
    border-radius: 8px;
    position: relative;
    padding: 6px 0;
    box-sizing: border-box; }
  .courseml[skin="in_wb-world"] #sortgroup .bar.matching .innerBorder {
    position: absolute;
    left: 0px;
    top: 0px;
    border: 2px solid #f2f3f8;
    border-radius: 8px; }
  .courseml[skin="in_wb-world"] #sortgroup .bar.matching .bartc {
    text-align: center !important; }
  .courseml[skin="in_wb-world"] #sortgroup .bar.matching.withImages {
    border: none !important;
    background: none;
    padding: 0; }
    .courseml[skin="in_wb-world"] #sortgroup .bar.matching.withImages img {
      /*	border: 6px solid #dbebea;*/
      /*	border-radius: 8px;*/ }
    .courseml[skin="in_wb-world"] #sortgroup .bar.matching.withImages .outerBorder {
      border: 2px solid #5CC8CB;
      border-radius: 8px;
      -moz-border-radius: 8px;
      -webkit-border-radius: 8px;
      -khtml-border-radius: 8px;
      padding: 8px;
      background: #dbebea; }
  .courseml[skin="in_wb-world"] .background-none {
    background: none !important; }
  .courseml[skin="in_wb-world"] #sortitems .bar.matching {
    background: #E8E5BA;
    font-size: 20px;
    line-height: 22px;
    border: 2px solid #5CC8CB;
    color: black !important;
    border-radius: 8px;
    position: relative;
    padding: 10px 0 10px 0;
    box-sizing: border-box;
    text-align: center; }
    .courseml[skin="in_wb-world"] #sortitems .bar.matching.withImages {
      border: none !important;
      /*	background: none !important;*/
      padding: 0; }
    .courseml[skin="in_wb-world"] #sortitems .bar.matching img {
      border: 5px solid #5CC8CB;
      border-radius: 8px; }
  .courseml[skin="in_wb-world"] #sortitems li.wrongAnswer .bar.matching table tr:first-child td {
    background-color: #fa9696 !important;
    border-radius: 8px; }
  .courseml[skin="in_wb-world"] #sortitems li.wrongAnswer .bar.matching table img {
    /*	border-color: red;*/ }
  .courseml[skin="in_wb-world"] #sortitems li.wrongAnswer .caption.visible .captionDiv {
    background-color: #fa9696 !important; }
  .courseml[skin="in_wb-world"] #sortitems li.wrongAnswer .caption.visible .innerBorder {
    /*	border-color: red !important;*/ }
  .courseml[skin="in_wb-world"] #sortitems li.wrongAnswer .bar.matching.withImages .bartc {
    background-color: #fa9696 !important;
    border-radius: 8px; }
  .courseml[skin="in_wb-world"] #sortitems li.rightAnswer .bar.matching table tr:first-child td {
    background-color: #c8fac7 !important;
    border-radius: 8px; }
  .courseml[skin="in_wb-world"] #sortitems li.rightAnswer .bar.matching table img {
    /*	border-color: green;*/ }
  .courseml[skin="in_wb-world"] #sortitems li.rightAnswer .caption.visible .captionDiv {
    background-color: #c8fac7 !important; }
  .courseml[skin="in_wb-world"] #sortitems li.rightAnswer .caption.visible .innerBorder {
    /*	border-color: green !important;*/ }
  .courseml[skin="in_wb-world"] #sortitems li.rightAnswer .bar.matching.withImages .bartc {
    background-color: #c8fac7 !important;
    border-radius: 8px; }
  .courseml[skin="in_wb-world"] .variantwrapper.withoutImage {
    padding: 4px;
    box-sizing: border-box; }
  .courseml[skin="in_wb-world"] .varianttext {
    position: relative; }
  .courseml[skin="in_wb-world"] .varianttext.withoutImage {
    border: 4px solid #5CC8CB !important;
    border-radius: 8px;
    margin: 5px;
    background: #DBEBEB;
    text-align: center;
    display: table-cell;
    vertical-align: middle;
    padding: 0 5px 4px 25px;
    height: 80%; }
  .courseml[skin="in_wb-world"] .varianttext.withImage img.singlechoice.borderedimg,
  .courseml[skin="in_wb-world"] .varianttext.withImage img.multichoice.borderedimg {
    border: 5px solid #5CC8CB !important;
    border-radius: 8px; }
  .courseml[skin="in_wb-world"] .varianttext .variantchkbox {
    width: 35px;
    height: 35px;
    box-sizing: border-box;
    border: 3px solid #5CC8CB;
    background: white;
    position: absolute;
    top: -10px;
    left: -10px; }
  .courseml[skin="in_wb-world"] .varianttext .variantchkbox .marker {
    width: 19px;
    height: 19px;
    margin: 5px auto 0;
    position: relative;
    display: none; }
  .courseml[skin="in_wb-world"] .varianttext.multichoice .variantchkbox {
    border-radius: 10px; }
  .courseml[skin="in_wb-world"] .varianttext.multichoice .variantchkbox .marker {
    background: #5CC8CB;
    border-radius: 2px; }
  .courseml[skin="in_wb-world"] .varianttext.singlechoice .variantchkbox {
    border-radius: 17px; }
  .courseml[skin="in_wb-world"] .varianttext.singlechoice .variantchkbox .marker {
    background: url(img/extract/bull_blue.png?cc1c) 0 0 no-repeat;
    border-radius: 9px; }
  .courseml[skin="in_wb-world"] .varianttext.checked .variantchkbox .marker {
    display: block; }
  .courseml[skin="in_wb-world"] .varianttext.rightAnswer,
  .courseml[skin="in_wb-world"] .varianttext.rightAnswer .variantchkbox {
    border-color: #27D921 !important; }
  .courseml[skin="in_wb-world"] .varianttext.rightAnswer.multichoice .variantchkbox .marker {
    display: block;
    background: #27D921 !important; }
  .courseml[skin="in_wb-world"] .varianttext.rightAnswer.singlechoice .variantchkbox .marker {
    display: block;
    background: url(img/extract/bull_green.png?4747) 0 0 no-repeat; }
  .courseml[skin="in_wb-world"] .varianttext.withImage.rightAnswer img.singlechoice.borderedimg,
  .courseml[skin="in_wb-world"] .varianttext.withImage.rightAnswer img.multichoice.borderedimg {
    border: 5px solid #27D921 !important; }
  .courseml[skin="in_wb-world"] .varianttext.wrongAnswer,
  .courseml[skin="in_wb-world"] .varianttext.wrongAnswer .variantchkbox {
    border-color: #FF481A !important; }
  .courseml[skin="in_wb-world"] .varianttext.wrongAnswer.multichoice .variantchkbox .marker {
    display: block;
    background: #FF481A !important; }
  .courseml[skin="in_wb-world"] .varianttext.wrongAnswer.singlechoice .variantchkbox .marker {
    display: block;
    background: url(img/extract/bull_red.png?395a) 0 0 no-repeat; }
  .courseml[skin="in_wb-world"] .varianttext.withImage.wrongAnswer img.singlechoice.borderedimg,
  .courseml[skin="in_wb-world"] .varianttext.withImage.wrongAnswer img.multichoice.borderedimg {
    border: 5px solid #FF481A !important; }
  .courseml[skin="in_wb-world"] .varianttext.withImage img.singlechoice,
  .courseml[skin="in_wb-world"] .varianttext.withImage img.multichoice {
    border: 5px solid transparent !important;
    border-radius: 8px; }
  .courseml[skin="in_wb-world"] #sortgroup .bar .caption {
    border: none !important;
    padding: 0 !important; }
  .courseml[skin="in_wb-world"] #sortgroup .bar .caption .innerBorder {
    /*	border: none !important;*/
    border: 2px solid #5CC8CB; }
  .courseml[skin="in_wb-world"] .varianttext.withImage.rightAnswer .caption.visible .captionDiv,
  .courseml[skin="in_wb-world"] .varianttext.withImage.rightAnswer .caption.visible .captionDiv {
    background-color: #c8fac7 !important; }
  .courseml[skin="in_wb-world"] .varianttext.withImage.wrongAnswer .caption.visible .captionDiv,
  .courseml[skin="in_wb-world"] .varianttext.withImage.wrongAnswer .caption.visible .captionDiv {
    background-color: #fa9696 !important; }
  .courseml[skin="in_wb-world"] .caption {
    font-size: 20px;
    line-height: 22px;
    position: relative; }
  .courseml[skin="in_wb-world"] .caption .innerBorder {
    border: 2px solid #5CC8CB;
    border-radius: 5px;
    position: absolute;
    top: 0px;
    left: 0px; }
  .courseml[skin="in_wb-world"] .vWrap {
    display: block; }
  .courseml[skin="in_wb-world"] .variantwrapper .comment {
    display: table-footer-group; }
  .courseml[skin="in_wb-world"] #hotspot {
    border: 5px solid #5CC8CB !important;
    border-radius: 8px; }
  .courseml[skin="in_wb-world"] #hotspot .borderedimg {
    border: 0 !important; }
  .courseml[skin="in_wb-world"] #topsolutionpanel.hotspot .borderedimg {
    border: 5px solid #5CC8CB !important;
    border-radius: 8px; }
  .courseml[skin="in_wb-world"] .hotspot.borderedimg img {
    border-radius: 3px; }
  .courseml[skin="in_wb-world"] .hotspot .innerBorder {
    border: 5px solid #f2f3f8;
    border-radius: 5px; }
  .courseml[skin="in_wb-world"] .hotspot #hsppointer {
    border: none !important; }
  .courseml[skin="in_wb-world"] #leftPanel {
    border-radius: 12px; }
  .courseml[skin="in_wb-world"] #stringanswer .outerBorder {
    border: 3px solid #dbebea;
    border-radius: 8px;
    -moz-border-radius: 8px;
    -webkit-border-radius: 8px;
    -khtml-border-radius: 8px; }
  .courseml[skin="in_wb-world"] #sortgroup .bar.relating {
    border: 2px solid #5CC8CB !important;
    border-radius: 8px;
    padding: 0 10px 0 10px;
    background: #c5eceb;
    position: relative;
    padding: 2px;
    margin: 2px; }
  .courseml[skin="in_wb-world"] .bar.relating .innerBorder {
    position: absolute;
    left: 0px;
    top: 0px;
    border: 2px solid #f2f3f8;
    border-radius: 8px; }
  .courseml[skin="in_wb-world"] #sortitems .bar.relating {
    border: 1px solid #5CC8CB !important;
    background: #E8E5BA;
    border-radius: 8px;
    position: relative;
    padding: 3px 0 3px 0;
    margin: 2px; }
  .courseml[skin="in_wb-world"] #sortitems .bar.relating .innerBorder {
    border: 2px solid #5CC8CB;
    border-radius: 5px; }
  .courseml[skin="in_wb-world"] #activepanel table.dropdownlist {
    border: 5px solid #5CC8CB !important;
    border-radius: 8px; }
  .courseml[skin="in_wb-world"] #activepanel table.dropdownlist th {
    background: #c5eceb;
    font-size: 20px;
    line-height: 22px;
    color: black !important;
    font-weight: 400; }
  .courseml[skin="in_wb-world"] #activepanel table.dropdownlist td {
    background: #E8E5BA; }
  .courseml[skin="in_wb-world"] #activepanel table.dropdownlist tr:first-child td:first-child {
    -moz-border-radius-topleft: 10px;
    -webkit-border-top-left-radius: 10px;
    border-top-left-radius: 10px; }
  .courseml[skin="in_wb-world"] #activepanel table.dropdownlist tr:first-child td:last-child {
    -moz-border-radius-topright: 10px;
    -webkit-border-top-right-radius: 10px;
    border-top-right-radius: 10px; }
  .courseml[skin="in_wb-world"] #activepanel table.dropdownlist tr:first-child th:first-child {
    -moz-border-radius-topleft: 10px;
    -webkit-border-top-left-radius: 10px;
    border-top-left-radius: 10px; }
  .courseml[skin="in_wb-world"] #activepanel table.dropdownlist tr:first-child th:last-child {
    -moz-border-radius-topright: 10px;
    -webkit-border-top-right-radius: 10px;
    border-top-right-radius: 10px; }
  .courseml[skin="in_wb-world"] #activepanel table.dropdownlist tr:last-child td:first-child {
    -moz-border-radius-bottomleft: 10px;
    -webkit-border-bottom-left-radius: 10px;
    border-bottom-left-radius: 10px; }
  .courseml[skin="in_wb-world"] #activepanel table.dropdownlist tr:last-child td:last-child {
    -moz-border-radius-bottomright: 10px;
    -webkit-border-bottom-right-radius: 10px;
    border-bottom-right-radius: 10px; }
  .courseml[skin="in_wb-world"] .wrapper-dropdown {
    background: none !important;
    margin-bottom: 4px;
    margin-right: 5px; }
  .courseml[skin="in_wb-world"] .wrapper-dropdown .dropdown {
    margin-left: 2px;
    overflow: visible; }
  .courseml[skin="in_wb-world"] .wrapper-dropdown div {
    height: 24px;
    line-height: 24px;
    background: #ffffff;
    border: 2px solid #5CC8CB;
    border-radius: 5px;
    margin-right: -3px;
    padding: 5px 16px 5px 5px; }
  .courseml[skin="in_wb-world"] .wrapper-dropdown .dropdown li a {
    padding-right: 16px; }
  .courseml[skin="in_wb-world"] #topsolutionpanel {
    padding-top: 0px; }
  .courseml[skin="in_wb-world"] #topsolutionpanel.hotspot {
    padding: 10px 0 10px 0;
    padding-top: 0 !important;
    margin-top: 10px; }
  .courseml[skin="in_wb-world"] #topsolutionpanel img.borderedimg {
    border: 5px solid #5CC8CB !important;
    border-radius: 8px; }
  .courseml[skin="in_wb-world"] #stringanswer #rightSolution {
    display: table-cell;
    vertical-align: middle; }
  .courseml[skin="in_wb-world"] #floatingimg {
    margin-left: 20px;
    margin-top: 2px;
    padding: 0;
    border: 5px solid #5CC8CB;
    border-radius: 8px; }
  .courseml[skin="in_wb-world"] #floatingimg img {
    border: none; }
  .courseml[skin="in_wb-world"] #floatingimg video {
    margin-bottom: -6px; }
  .courseml[skin="in_wb-world"] video {
    border: 5px solid #5CC8CB;
    border-radius: 8px; }
  .courseml[skin="in_wb-world"] .bar {
    /*	box-sizing: border-box;*/ }
  .courseml[skin="in_wb-world"] #matchinglegend.borderedimg {
    border: 5px solid #5CC8CB;
    border-radius: 8px; }
  .courseml[skin="in_wb-world"] #legend {
    border: 3px solid #5CC8CB !important;
    background: #E8E5BA;
    border-radius: 8px; }
  .courseml[skin="in_wb-world"] #legend input {
    text-align: center;
    font-size: 16px; }
  .courseml[skin="in_wb-world"] .border-separate {
    border-collapse: separate !important; }
  .courseml[skin="in_wb-world"] .captionDiv {
    border: 2px solid #5CC8CB;
    border-radius: 8px;
    position: relative;
    margin: 4px 0;
    padding-bottom: 1px;
    background: #f2f3f8; }
  .courseml[skin="in_wb-world"] #slide-back {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0px;
    left: 0px;
    z-index: 0; }
  .courseml[skin="in_wb-world"] .journal td {
    font-size: 20px !important;
    color: #588CC5; }
  .courseml[skin="in_wb-world"] .journal .sectnum, .courseml[skin="in_wb-world"] .journal .paranum {
    font-size: 20px !important; }
  .courseml[skin="in_wb-world"] .journal td.tddiagram {
    font-size: 14px !important;
    color: #000 !important; }
  .courseml[skin="in_wb-world"] #searchPanel {
    z-index: 1200; }
  .courseml[skin="in_wb-world"] #searchResults {
    font-size: 20px; }
  .courseml[skin="in_wb-world"] .searchlinks {
    height: 58px; }
  .courseml[skin="in_wb-world"] #sortitems {
    overflow: visible; }
  .courseml[skin="in_wb-world"] .loupe {
    border: 0 !important; }
  .courseml[skin="in_wb-world"] #sortgroup .bar.matching.withImages .loupe {
    right: 12px; }
  .courseml[skin="in_wb-world"] .varianttext.withImage .loupe, .courseml[skin="in_wb-world"] .varianttext.withImage .loupe {
    right: 6px;
    top: 6px; }
  .courseml[skin="in_wb-world"] .bar.classification.withImages .loupe {
    right: 7px;
    top: 7px; }
  .courseml[skin="in_wb-world"] #sortitems .bar.matching .loupe {
    right: 2px;
    top: 6px; }
  .courseml[skin="in_wb-world"][scenebackground] {
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover; }
  .courseml[skin="in_wb-world"][scenebackground="0"] {
    background-image: url(img/extract/0.jpg?d22c); }
  .courseml[skin="in_wb-world"][scenebackground="1"] {
    background-image: url(img/extract/1.jpg?82f8); }
  .courseml[skin="in_wb-world"][scenebackground="2"] {
    background-image: url(img/extract/2.jpg?1e77); }
  .courseml[skin="in_wb-world"][scenebackground="3"] {
    background-image: url(img/extract/3.jpg?46c9); }
  .courseml[skin="in_wb-world"][scenebackground="4"] {
    background-image: url(img/extract/4.jpg?488f); }
  .courseml[skin="in_wb-world"][scenebackground="5"] {
    background-image: url(img/extract/5.jpg?9ed5); }
  .courseml[skin="in_wb-world"][scenebackground="6"] {
    background-image: url(img/extract/6.jpg?2d6a); }
  .courseml[skin="in_wb-world"][scenebackground="7"] {
    background-image: url(img/extract/7.jpg?7dec); }
  .courseml[skin="in_wb-world"][scenebackground="8"] {
    background-image: url(img/extract/8.jpg?dfb5); }
  .courseml[skin="in_wb-world"][scenebackground="9"] {
    background-image: url(img/extract/9.jpg?a3f1); }
  .courseml[skin="in_wb-world"][scenebackground="10"] {
    background-image: url(img/extract/10.jpg?d22c); }

.sync-ripple {
  display: block;
  position: absolute;
  pointer-events: none;
  border-radius: 50%;
  transform: scale(0);
  z-index: 9999;
  background: #14e330;
  opacity: 1;
  width: 30px;
  height: 30px;
  left: 50%;
  top: 50%;
  margin-left: -15px;
  margin-top: -15px; }
  .sync-ripple.replay {
    -webkit-animation: ripple 1s cubic-bezier(0.165, 0.85, 0.45, 1);
    -o-animation: ripple 1s cubic-bezier(0.165, 0.85, 0.45, 1);
    animation: ripple 1s cubic-bezier(0.165, 0.85, 0.45, 1); }

[data-sync-indicator]:after {
  content: '';
  position: absolute;
  right: 16px;
  top: 16px;
  width: 24px;
  height: 24px;
  background: red;
  opacity: 0.3; }

@keyframes ripple {
  100% {
    opacity: 0;
    -webkit-transform: scale(2);
    -ms-transform: scale(2);
    -o-transform: scale(2);
    transform: scale(2); } }

.sync-demo-mode {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #fff;
  opacity: 0;
  z-index: 1000; }

.courseml #activepanel .synceffect {
  background-color: azure;
  animation: bgsync 0.5s cubic-bezier(0.165, 0.85, 0.45, 1); }
  .courseml #activepanel .synceffect.dndbar {
    border-radius: 8px; }

@keyframes bgsync {
  0% {
    background-color: #ccffff; }
  100% {
    background-color: #fff; } }

.courseml .syncsillhoute {
  position: absolute;
  border: 1px dashed #00c7c7; }

