@charset "UTF-8";
/*! normalize.css v3.0.2 | MIT License | git.io/normalize */
/**
 * 1. Set default font family to sans-serif.
 * 2. Prevent iOS text size adjust after orientation change, without disabling
 *    user zoom.
 */
html {
  font-family: sans-serif;
  /* 1 */
  -ms-text-size-adjust: 100%;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
}

/**
 * Remove default margin.
 */
body {
  margin: 0;
}

/* HTML5 display definitions
   ========================================================================== */
/**
 * Correct `block` display not defined for any HTML5 element in IE 8/9.
 * Correct `block` display not defined for `details` or `summary` in IE 10/11
 * and Firefox.
 * Correct `block` display not defined for `main` in IE 11.
 */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
  display: block;
}

/**
 * 1. Correct `inline-block` display not defined in IE 8/9.
 * 2. Normalize vertical alignment of `progress` in Chrome, Firefox, and Opera.
 */
audio,
canvas,
progress,
video {
  display: inline-block;
  /* 1 */
  vertical-align: baseline;
  /* 2 */
}

/**
 * Prevent modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */
audio:not([controls]) {
  display: none;
  height: 0;
}

/**
 * Address `[hidden]` styling not present in IE 8/9/10.
 * Hide the `template` element in IE 8/9/11, Safari, and Firefox < 22.
 */
[hidden],
template {
  display: none;
}

/* Links
   ========================================================================== */
/**
 * Remove the gray background color from active links in IE 10.
 */
a {
  background-color: transparent;
}

/**
 * Improve readability when focused and also mouse hovered in all browsers.
 */
a:active,
a:hover {
  outline: 0;
}

/* Text-level semantics
   ========================================================================== */
/**
 * Address styling not present in IE 8/9/10/11, Safari, and Chrome.
 */
abbr[title] {
  border-bottom: 1px dotted;
}

/**
 * Address style set to `bolder` in Firefox 4+, Safari, and Chrome.
 */
/**
 * Address styling not present in Safari and Chrome.
 */
dfn {
  font-style: italic;
}

/**
 * Address variable `h1` font-size and margin within `section` and `article`
 * contexts in Firefox 4+, Safari, and Chrome.
 */
/**
 * Address styling not present in IE 8/9.
 */
mark {
  background: #ff0;
  color: #000;
}

/**
 * Address inconsistent and variable font size in all browsers.
 */
small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` affecting `line-height` in all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

/* Embedded content
   ========================================================================== */
/**
 * Remove border when inside `a` element in IE 8/9/10.
 */
img {
  border: 0;
}

/**
 * Correct overflow not hidden in IE 9/10/11.
 */
svg:not(:root) {
  overflow: hidden;
}

/* Grouping content
   ========================================================================== */
/**
 * Address margin not present in IE 8/9 and Safari.
 */
figure {
  margin: 1em 40px;
}

/**
 * Address differences between Firefox and other browsers.
 */
hr {
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  height: 0;
}

/**
 * Contain overflow in all browsers.
 */
pre {
  overflow: auto;
}

/**
 * Address odd `em`-unit font size rendering in all browsers.
 */
code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}

/* Forms
   ========================================================================== */
/**
 * Known limitation: by default, Chrome and Safari on OS X allow very limited
 * styling of `select`, unless a `border` property is set.
 */
/**
 * 1. Correct color not being inherited.
 *    Known issue: affects color of disabled elements.
 * 2. Correct font properties not being inherited.
 * 3. Address margins set differently in Firefox 4+, Safari, and Chrome.
 */
button,
input,
optgroup,
select,
textarea {
  color: inherit;
  /* 1 */
  font: inherit;
  /* 2 */
  margin: 0;
  /* 3 */
}

/**
 * Address `overflow` set to `hidden` in IE 8/9/10/11.
 */
button {
  overflow: visible;
}

/**
 * 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 Firefox, IE 8/9/10/11, and Opera.
 * Correct `select` style inheritance in Firefox.
 */
button,
select {
  text-transform: none;
}

/**
 * 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.
 */
button,
input,
html input[type="button"],
input[type="reset"],
.btn-primary,
button.form_button,
input[type="search"],
input[type="submit"] {
  appearance: button;
  -webkit-appearance: button;
  /* 2 */
  -moz-appearance: none;
  cursor: pointer;
  /* 3 */
}

/**
 * Re-set default cursor for disabled elements.
 */
button[disabled],
html input[disabled] {
  cursor: default;
}

/**
 * Remove inner padding and border in Firefox 4+.
 */
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

/**
 * Address Firefox 4+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */
input {
  line-height: normal;
}

/**
 * It's recommended that you don't attempt to style these elements.
 * Firefox's implementation doesn't respect box-sizing, padding, or width.
 *
 * 1. Address box sizing set to `content-box` in IE 8/9/10.
 * 2. Remove excess padding in IE 8/9/10.
 */
input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
}

/**
 * Fix the cursor style for Chrome's increment/decrement buttons. For certain
 * `font-size` values of the `input`, it causes the cursor style of the
 * decrement button to change from `default` to `text`.
 */
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Address `appearance` set to `searchfield` in Safari and Chrome.
 * 2. Address `box-sizing` set to `border-box` in Safari and Chrome
 *    (include `-moz` to future-proof).
 */
input[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  /* 2 */
  box-sizing: content-box;
}

/**
 * Remove inner padding and search cancel button in Safari and Chrome on OS X.
 * Safari (but not Chrome) clips the cancel button when the search input has
 * padding (and `textfield` appearance).
 */
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * Define consistent border, margin, and padding.
 */
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

/**
 * 1. Correct `color` not being inherited in IE 8/9/10/11.
 * 2. Remove padding so people aren't caught out if they zero out fieldsets.
 */
legend {
  border: 0;
  /* 1 */
  padding: 0;
  /* 2 */
}

/**
 * Remove default vertical scrollbar in IE 8/9/10/11.
 */
textarea {
  overflow: auto;
}

/**
 * Don't inherit the `font-weight` (applied by a rule above).
 * NOTE: the default cannot safely be changed in Chrome and Safari on OS X.
 */
optgroup {
  font-weight: bold;
}

/* Tables
   ========================================================================== */
/**
 * Remove most spacing between table cells.
 */
table {
  border-collapse: collapse;
  border-spacing: 0;
}

td,
th {
  padding: 0;
}

@gridColumns : 24

@mixin clearfix {
  :after {
    clear: both;
    content: ".";
    display: block;
    height: 0;
    visibility: hidden;
    font-size: 0;
  }
}

@keyframes shake {
  10%, 90% {
    transform: translate3d(-1px, 0, 0);
  }
  20%, 80% {
    transform: translate3d(2px, 0, 0);
  }
  30%, 50%, 70% {
    transform: translate3d(-4px, 0, 0);
  }
  40%, 60% {
    transform: translate3d(4px, 0, 0);
  }
}

@-webkit-keyframes flipInX {
  from {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
    opacity: 0;
  }
  40% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  60% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
    opacity: 1;
  }
  80% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
  }
  to {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }
}

@keyframes flipInX {
  from {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
    opacity: 0;
  }
  40% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  60% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
    opacity: 1;
  }
  80% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
  }
  to {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }
}

body {
  font-weight: 400;
}

body strong {
  font-weight: 700;
}

.text-light strong, h1 strong, .h1 strong, .perex strong {
  font-weight: 300;
}

.icon-cancel {
  color: #de432d;
}

.sprites {
  background: url(../assets/sprites/sprites.png) no-repeat;
  display: block;
}

.flag__CZ {
  width: 21px;
  height: 15px;
  background-position: -184px -88px;
}

.flag__DE {
  width: 23px;
  height: 17px;
  background-position: -85px 0;
}

.flag__FR {
  width: 23px;
  height: 17px;
  background-position: -85px -18px;
}

.flag__GB {
  width: 23px;
  height: 17px;
  background-position: -85px -36px;
}

.ghlyph_procurement--small {
  width: 65px;
  height: 64px;
  background-position: -367px 0;
}

.ghlyph_procurement {
  width: 99px;
  height: 97px;
  background-position: -192px -206px;
}

.glypg__space__offer--small {
  width: 65px;
  height: 68px;
  background-position: -192px -137px;
}

.glypg__space__offer {
  width: 87px;
  height: 90px;
  background-position: -96px -88px;
}

.glyph__documents--small {
  width: 71px;
  height: 67px;
  background-position: -367px -65px;
}

.glyph__documents {
  width: 95px;
  height: 89px;
  background-position: 0 -179px;
}

.glyph__ja--small {
  width: 71px;
  height: 67px;
  background-position: -367px -133px;
}

.glyph__ja {
  width: 95px;
  height: 89px;
  background-position: -96px -179px;
}

.glyph__seminars--small {
  width: 71px;
  height: 71px;
  background-position: -93px -269px;
}

.glyph__seminars {
  width: 95px;
  height: 95px;
  background-position: 0 -83px;
}

.input__label {
  width: 129px;
  height: 38px;
  background-position: -165px -304px;
}

.logo__cak {
  width: 102px;
  height: 64px;
  background-position: -258px -137px;
}

.logo__eds {
  width: 150px;
  height: 136px;
  background-position: -216px 0;
}

.logo__ejtn {
  width: 84px;
  height: 82px;
  background-position: 0 0;
}

.logo__era {
  width: 106px;
  height: 87px;
  background-position: -109px 0;
}

.logo__ja {
  width: 140px;
  height: 140px;
  background-position: -295px -202px;
}

.logo__soudcovska__unie {
  width: 92px;
  height: 71px;
  background-position: 0 -269px;
}

html {
  font-size: 62.5%;
  font-weight: 300;
}

@media (max-width: 1400px) {
  html {
    font-size: 50%;
  }
}

body {
  margin: 0;
  width: 100%;
  font-size: 10px;
  font-size: 1rem;
  font-size: 1.6rem;
}

.clearfix {
  display: table;
  width: 100%;
}

html {
  font-size: 62.5%;
  font-weight: 300;
}

ul, ol, li {
  padding: 0;
  margin: 0;
}

li {
  padding: 5px 5px 5px 5px;
}

ul {
  padding: 10px 0 10px 40px;
}

.menu li,
.breadcrumb li {
  list-style-type: none;
  display: inline-block;
}

a {
  color: #196a44;
  text-decoration: none;
}

a:hover {
  text-decoration: underline;
  color: #196a44;
  border-bottom: 0 solid #196a44;
}

a:focus {
  text-decoration: none;
  color: #196a44;
  outline: 0 solid;
}

a:active {
  text-decoration: none;
  color: #196a44;
}

.hidden {
  display: none;
}

.no--padding {
  padding: 0 !important;
}

.no--padding--right {
  padding-right: 0 !important;
}

.no--padding--left {
  padding-left: 0 !important;
}

.float--right {
  float: right;
}

.inline-block {
  display: inline-block;
}

.w100 {
  width: 100%;
}

.scroll-down {
  opacity: 1;
  position: relative;
  transition: .5s all;
  width: 20px;
  height: 32px;
  margin-left: 3px;
  margin-right: 20px;
  border: 1px solid #FFF;
  border-radius: 9px;
  box-sizing: border-box;
  display: inline-block;
}

.scroll-down:before {
  position: absolute;
  top: 5px;
  left: 50%;
  content: '';
  border: 1px solid #FFF;
  width: 4px;
  height: 6px;
  margin-left: -2px;
  background-color: transparent;
  border-radius: 100%;
  animation: sdb3 2s infinite;
  box-sizing: border-box;
}

.col-lg-1, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-md-1, .col-md-10, .col-md-11, .col-md-12, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-sm-1, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-xs-1, .col-xs-10, .col-xs-11, .col-xs-12, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9 {
  min-height: 1px;
  padding-left: 1rem;
  padding-right: 1rem;
  position: relative;
}

@-webkit-keyframes sdb3 {
  0% {
    -webkit-transform: translate(0, 0);
    opacity: 0;
  }
  40% {
    opacity: 1;
  }
  80% {
    -webkit-transform: translate(0, 5px);
    opacity: 0;
  }
  100% {
    opacity: 0;
  }
}

@keyframes sdb3 {
  0% {
    transform: translate(0, 0);
    opacity: 0;
  }
  40% {
    opacity: 1;
  }
  80% {
    transform: translate(0, 5px);
    opacity: 0;
  }
  100% {
    opacity: 0;
  }
}

/* Change autocomplete styles in WebKit */
input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus input:-webkit-autofill,
textarea:-webkit-autofill,
textarea:-webkit-autofill:hover textarea:-webkit-autofill:focus,
select:-webkit-autofill,
select:-webkit-autofill:hover,
select:-webkit-autofill:focus {
  -webkit-text-fill-color: #333;
  -webkit-transition: all 0.30s ease-in-out;
  -moz-transition: all 0.30s ease-in-out;
  -ms-transition: all 0.30s ease-in-out;
  -o-transition: all 0.30s ease-in-out;
  -webkit-box-shadow: 0 0 0 30px white inset;
  outline: none;
  background: #fff;
  border: 1px solid #a9b6bd;
  box-shadow: inset 0 0 0 #ccc;
  color: #25282a;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  -ms-border-radius: 2px;
  border-radius: 2px;
  border: 1px solid #51cbee;
}

.not-logged-in input:-webkit-autofill, .not-logged-in
input:-webkit-autofill:hover, .not-logged-in
input:-webkit-autofill:focus input:-webkit-autofill, .not-logged-in
textarea:-webkit-autofill, .not-logged-in
textarea:-webkit-autofill:hover textarea:-webkit-autofill:focus, .not-logged-in
select:-webkit-autofill, .not-logged-in
select:-webkit-autofill:hover, .not-logged-in
select:-webkit-autofill:focus {
  line-height: 3.8rem;
  height: 3.8rem;
}

input, select, textarea {
  -webkit-transition: all 0.30s ease-in-out;
  -moz-transition: all 0.30s ease-in-out;
  -ms-transition: all 0.30s ease-in-out;
  -o-transition: all 0.30s ease-in-out;
  outline: none;
  border: 0 solid #e9ecee;
  background: #fff;
  color: #25282a;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  -ms-border-radius: 2px;
  border-radius: 2px;
  background: #fff;
  border: 1px solid #a9b6bd;
}

input[readonly],
table tr td input[readonly],
textarea[readonly] {
  background: #e9ecee;
}

input[type="button"][disabled] {
  cursor: default;
  opacity: 0.6;
}

input:focus,
table input[type=text]:focus,
select:focus,
textarea:focus {
  border: 1px solid #51cbee;
}

input[readonly]:focus,
table input[readonly]:focus,
textarea[readonly]:focus,
select[readonly]:focus {
  box-shadow: 0 0 0 #51cbee;
  border: 1px solid #fafafa;
}

input[type="button"]:not(.checkbox_handler),
input[type="submit"],
.btn-primary,
button.form_button,
input[type="reset"],
.btn-primary,
button.form_button {
  border-radius: 2px;
  background: #196a44;
  line-height: 3.6rem;
  text-align: center;
  min-width: 10rem;
  color: #ffffff;
  font-size: 13px;
  transition: all 0.5s ease;
  border: 0 solid;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  padding: 0 1.5rem;
  margin-right: 2px;
}

input[type="button"]:not(.checkbox_handler):hover,
input[type="submit"]:hover,
.btn-primary:hover,
button.form_button:hover,
input[type="reset"]:hover,
.btn-primary:hover,
button.form_button:hover {
  background: #278659;
  transition: all 0.5s ease;
}

.inactive-button {
  background: silver !important;
}

input[type="radio"] {
  position: relative;
  border: 0;
  width: 15px !important;
  height: 15px !important;
  margin: 0;
  margin-top: 5px;
}

input[type="radio"]:before,
input[type="radio"]:checked:focus:before {
  border: 1px solid #a7a7a7;
  -webkit-border-radius: 12px;
  -moz-border-radius: 12px;
  -ms-border-radius: 12px;
  border-radius: 12px;
  width: 13px;
  height: 13px;
  content: " ";
  position: absolute;
  background: #fff;
  top: 0;
  left: 0;
  display: block;
}

input[type="radio"]:checked:after {
  border: 0 solid #a7a7a7;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  -ms-border-radius: 6px;
  border-radius: 6px;
  width: 7px;
  height: 7px;
  content: " ";
  top: 4px;
  left: 4px;
  position: relative;
  background: #494848;
  display: block;
}

input[type="radio"]:disabled:after,
input[type="radio"]:disabled:hover:after,
input[type="radio"]:disabled:before,
input[type="radio"]:disabled:hover:before {
  border: 1px solid #f3f3f3;
  color: #f3f3f3;
  cursor: default;
  background: inherit;
}

input:-webkit-autofill {
  -webkit-box-shadow: 0 0 0 1000px white inset;
}

select {
  text-indent: 0.01px;
  text-overflow: '';
  padding-right: 15px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -webkit-padding-end: 0;
  -moz-padding-end: 0;
  -webkit-padding-start: 2px;
  -moz-padding-start: 2px;
  text-overflow: ellipsis;
  white-space: nowrap;
}

select:focus {
  border: 1px solid #51cbee;
}

select#list_of_questions:before {
  display: none;
}

select::-ms-expand {
  display: none;
}

input.checkbox_handler[type="button"],
input[type='checkbox'] {
  border: 1px solid #b1b1b1;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  -ms-border-radius: 2px;
  border-radius: 2px;
  width: 14px !important;
  height: 14px !important;
  margin: 7px 2px;
}

input[type='checkbox']:after {
  color: #494848;
  font-size: 8px;
  position: relative;
  top: 50%;
  left: 50%;
  -webkit-transform: translateY(-50%) translateX(-50%);
  -ms-transform: translateY(-50%) translateX(-50%);
  transform: translateY(-50%) translateX(-50%);
  position: absolute;
  border: 0 solid #fafafa;
  font-family: 'fontello';
}

input.checkbox_handler[type="button"]:after,
input[type='checkbox']:checked:after {
  font-family: 'fontello';
  content: '\e816';
}

input[type='checkbox']:disabled:after,
input[type='checkbox']:disabled:hover:after {
  border: 0 solid #f3f3f3;
  /*color: $input-disabled;*/
  cursor: default;
  background: inherit;
}

input[type='checkbox']:disabled,
input[type='checkbox']:disabled:hover {
  /*border: 1px solid $input-disabled;*/
  cursor: default;
  background: transparent;
}

input, select, textarea, optgroup, button {
  color: inherit;
  font: inherit;
  vertical-align: middle;
  margin: 0;
  outline: none;
  margin: 2px 0;
  height: 36px;
  padding: 5px;
  box-sizing: border-box;
}

select.select_height_auto {
  height: auto;
}

select.select_height_auto:before {
  display: none;
}

textarea {
  resize: both;
  overflow: auto;
  height: auto;
}

button {
  overflow: visible;
}

button[disabled],
button.disabled,
button.form_button.disabled {
  opacity: 0.7;
  background: #f3f3f3;
  border: 1px solid #e0e0e0;
}

button[disabled]:hover,
button.disabled:hover,
button.form_button.disabled:hover {
  background: #f3f3f3;
  border: 1px solid #e0e0e0;
}

button,
html input[type="button"],
input[type="reset"],
.btn-primary,
button.form_button,
input[type="submit"] {
  appearance: button;
  -webkit-appearance: button;
  -moz-appearance: none;
  cursor: pointer;
}

*[disabled] {
  cursor: default;
}

button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

input {
  line-height: normal;
}

input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  padding: 0;
  position: relative;
}

input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

.cursor-not-allowed {
  cursor: not-allowed !important;
}

body {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.text-muted {
  color: #7f787a;
}

.text-nano {
  font-size: 12px;
  font-size: 1.2rem;
}

.text-small {
  font-size: 14px;
  font-size: 1.4rem;
}

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

.text-right {
  text-align: right;
}

.text-left {
  text-align: left;
}

h1, .h1 {
  font-size: 60px;
  font-size: 6rem;
  margin: 3rem 0 1.5rem;
}

p {
  line-height: 1.4;
  margin-bottom: 2rem;
}

.perex {
  font-size: 20px;
  font-size: 2rem;
}

.f40 {
  font-size: 40px;
  font-size: 4rem;
}

.f34 {
  font-size: 34px;
  font-size: 3.4rem;
}

.f26 {
  font-size: 26px;
  font-size: 2.6rem;
}

.f24 {
  font-size: 24px;
  font-size: 2.4rem;
}

.f22 {
  font-size: 22px;
  font-size: 2.2rem;
}

.f20 {
  font-size: 20px;
  font-size: 2rem;
}

.f18 {
  font-size: 18px;
  font-size: 1.8rem;
}

.f14 {
  font-size: 14px;
  font-size: 1.4rem;
}

.dropcontainer {
  font-size: 13px;
  width: 20rem;
  position: relative;
  right: 0;
  float: right;
  top: -1px;
}

@media (max-width: 768px) {
  .dropcontainer {
    width: 100%;
  }
}

.mobile .dropcontainer {
  min-width: 50%;
}

.activetrigger,
.trigger {
  line-height: 38px;
  padding-left: 140px;
  font-size: 13px;
  width: 100%;
  background: transparent;
  position: relative;
  z-index: 2;
  display: block;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
  overflow: hidden;
  height: 38px;
  padding-right: 30px;
}

.mobile .activetrigger, .mobile
.trigger {
  padding-left: 180px;
}

.activetrigger:before,
.trigger:before {
  background: #f3f7f5;
  width: 100%;
  height: 38px;
  content: " ";
  display: block;
  position: absolute;
  right: 0;
  top: 0;
  z-index: -2;
  border: 1px solid #dee5e9;
}

.activetrigger:after,
.trigger:after {
  font-size: 13px;
  width: 30px;
  height: 36px;
  line-height: 36px;
  position: absolute;
  right: 0;
  z-index: -1;
  padding: 0;
  margin: 0;
  content: '\e801';
  font-size: 1.2rem;
  color: #c0c9cf;
  top: 0;
  display: block;
}

@media all and (-ms-high-contrast: none) {
  .activetrigger:after,
  .trigger:after {
    top: 1.6rem;
  }
}

/*----MS Edge Browser CSS Start----*/
@supports (-ms-accelerator: true) {
  .activetrigger:after,
  .trigger:after {
    top: 1.6rem;
  }
}

.dropcontainer ul {
  font-size: 13px;
  line-height: 3.6rem;
  border-top: none;
  background: #f3f7f5;
  list-style-type: none;
  border: 1px solid #dee5e9;
  margin: 0;
  width: 100%;
  z-index: 100;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.dropcontainer ul li {
  padding: 8px 22px;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
  border-bottom: 1px solid #dee5e9;
  line-height: 18px;
}

.dropcontainer ul li:hover {
  background: #f5f5f5;
  outline: none;
}

.dropcontainer ul li:last-child {
  border-bottom: none;
}

.dropdownhidden {
  display: none;
}

.dropdownvisible {
  height: auto;
}

.ms-parent {
  width: 100% !important;
  display: inline-block;
  position: relative;
  vertical-align: middle;
}

.ms-choice {
  display: block;
  width: 99%;
  height: 29px;
  padding: 0;
  overflow: hidden;
  cursor: pointer;
  border: 1px solid #afafaf;
  text-align: left;
  white-space: nowrap;
  line-height: 30px;
  color: #444;
  text-decoration: none;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  background-color: #fff !important;
  background-image: url(images/select-arrow.png);
  background-position: center right;
  background-repeat: no-repeat;
}

.ms-choice > span.placeholder {
  color: #999;
}

.ms-choice > span {
  position: absolute;
  top: 0;
  left: 0;
  right: 20px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  display: block;
  padding-left: 6px;
  font-size: 10px;
  font-weight: normal;
}

.ms-drop {
  overflow: hidden;
  display: none;
  margin-top: -1px;
  padding: 0;
  position: absolute;
  z-index: 1000;
  background: #fff;
  color: #000;
  border: 1px solid #aaa;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}

.ms-drop.bottom {
  top: 100%;
  -webkit-box-shadow: 0 4px 5px rgba(0, 0, 0, 0.15);
  -moz-box-shadow: 0 4px 5px rgba(0, 0, 0, 0.15);
  box-shadow: 0 4px 5px rgba(0, 0, 0, 0.15);
}

.ms-drop ul {
  overflow: auto;
  margin: 0;
  padding: 5px 8px;
}

.ms-drop ul > li {
  list-style: none;
  display: list-item;
  background-image: none;
  position: static;
  padding: 0;
}

.ms-drop ul > li.multiple {
  display: block;
  float: left;
}

.ms-drop ul > li label {
  font-weight: normal;
  display: block;
  white-space: nowrap;
}

.ms-drop ul > li.multiple label {
  width: 100%;
  display: block;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.ms-drop input[type="checkbox"] {
  vertical-align: middle;
  margin-right: 3px;
}

.ms-drop .ms-no-results {
  display: none;
}

.dropcontainer {
  font-size: 13px;
  width: 20rem;
  position: relative;
  right: 0;
  float: right;
  top: -1px;
}

@media (max-width: 768px) {
  .dropcontainer {
    width: 100%;
  }
}

.mobile .dropcontainer {
  min-width: 50%;
}

.activetrigger,
.trigger {
  line-height: 38px;
  padding-left: 140px;
  font-size: 13px;
  width: 100%;
  background: transparent;
  position: relative;
  z-index: 2;
  display: block;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
  overflow: hidden;
  height: 38px;
  padding-right: 30px;
}

.mobile .activetrigger, .mobile
.trigger {
  padding-left: 180px;
}

.activetrigger:before,
.trigger:before {
  background: #f3f7f5;
  width: 100%;
  height: 38px;
  content: " ";
  display: block;
  position: absolute;
  right: 0;
  top: 0;
  z-index: -2;
  border: 1px solid #dee5e9;
}

.activetrigger:after,
.trigger:after {
  font-size: 13px;
  width: 30px;
  height: 36px;
  line-height: 36px;
  position: absolute;
  right: 0;
  z-index: -1;
  padding: 0;
  margin: 0;
  content: '\e801';
  font-size: 1.2rem;
  color: #c0c9cf;
  top: 0;
  display: block;
}

@media all and (-ms-high-contrast: none) {
  .activetrigger:after,
  .trigger:after {
    top: 1.6rem;
  }
}

/*----MS Edge Browser CSS Start----*/
@supports (-ms-accelerator: true) {
  .activetrigger:after,
  .trigger:after {
    top: 1.6rem;
  }
}

.dropcontainer ul {
  font-size: 13px;
  line-height: 3.6rem;
  border-top: none;
  background: #f3f7f5;
  list-style-type: none;
  border: 1px solid #dee5e9;
  margin: 0;
  width: 100%;
  z-index: 100;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.dropcontainer ul li {
  padding: 8px 22px;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
  border-bottom: 1px solid #dee5e9;
  line-height: 18px;
}

.dropcontainer ul li:hover {
  background: #f5f5f5;
  outline: none;
}

.dropcontainer ul li:last-child {
  border-bottom: none;
}

.dropdownhidden {
  display: none;
}

.dropdownvisible {
  height: auto;
}

.ms-parent {
  width: 100% !important;
  display: inline-block;
  position: relative;
  vertical-align: middle;
}

.ms-choice {
  display: block;
  width: 99%;
  height: 29px;
  padding: 0;
  overflow: hidden;
  cursor: pointer;
  border: 1px solid #afafaf;
  text-align: left;
  white-space: nowrap;
  line-height: 30px;
  color: #444;
  text-decoration: none;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  background-color: #fff !important;
  background-image: url(images/select-arrow.png);
  background-position: center right;
  background-repeat: no-repeat;
}

.ms-choice > span.placeholder {
  color: #999;
}

.ms-choice > span {
  position: absolute;
  top: 0;
  left: 0;
  right: 20px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  display: block;
  padding-left: 6px;
  font-size: 10px;
  font-weight: normal;
}

.ms-drop {
  overflow: hidden;
  display: none;
  margin-top: -1px;
  padding: 0;
  position: absolute;
  z-index: 1000;
  background: #fff;
  color: #000;
  border: 1px solid #aaa;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}

.ms-drop.bottom {
  top: 100%;
  -webkit-box-shadow: 0 4px 5px rgba(0, 0, 0, 0.15);
  -moz-box-shadow: 0 4px 5px rgba(0, 0, 0, 0.15);
  box-shadow: 0 4px 5px rgba(0, 0, 0, 0.15);
}

.ms-drop ul {
  overflow: auto;
  margin: 0;
  padding: 5px 8px;
}

.ms-drop ul > li {
  list-style: none;
  display: list-item;
  background-image: none;
  position: static;
  padding: 0;
}

.ms-drop ul > li.multiple {
  display: block;
  float: left;
}

.ms-drop ul > li label {
  font-weight: normal;
  display: block;
  white-space: nowrap;
}

.ms-drop ul > li.multiple label {
  width: 100%;
  display: block;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.ms-drop input[type="checkbox"] {
  vertical-align: middle;
  margin-right: 3px;
}

.ms-drop .ms-no-results {
  display: none;
}

/* Instant */
.ani-instant {
  -webkit-transition: all 0.05s ease;
  -o-transition: all 0.05s ease;
  -moz-transition: all 0.05s ease;
  -ms-transition: all 0.05s ease;
  transition: all 0.05s ease;
}

/* Fast ease */
.ani-fast, .btn-base, .btn-info, .btn-essential, .btn-base-inv, .btn-info-inv, .btn-essential-inv {
  -webkit-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  -ms-transition: all 0.2s ease;
  transition: all 0.2s ease;
}

/* Normal ease */
.ani-normal {
  -webkit-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

/* Slow ease */
.ani-slow {
  -webkit-transition: all 1s ease;
  -o-transition: all 1s ease;
  -moz-transition: all 1s ease;
  -ms-transition: all 1s ease;
  transition: all 1s ease;
}

.error-page {
  margin: 0;
  padding: 0;
  height: 100%;
}

.error-page body {
  margin: 0;
  padding: 0;
  height: 100%;
}

.error-page a {
  color: #7897a5;
}

.error-page #wrapper {
  min-height: 100%;
  position: relative;
}

.error-page #header {
  background: #706e6f;
  width: 100%;
  height: 100px;
}

.error-page #content {
  padding-bottom: 100px;
  /* Height of the footer element */
  min-height: calc(100vh - 300px);
}

.error-page #content .row {
  display: table;
}

.error-page #footer {
  background: #706e6f;
  width: 100%;
  height: 100px;
  position: absolute;
  bottom: 0;
  left: 0;
}

.error-page .row {
  max-width: 1000px;
  margin: 0 auto;
}

.error-page .project-name {
  font-size: 24px;
  color: #fff;
  line-height: 100px;
  font-weight: 600;
}

.error-page .section-perex {
  max-width: 55%;
  display: table-cell;
  vertical-align: middle;
}

.error-page span {
  position: relative;
  font-size: 46px;
  color: #706e6f;
  vertical-align: middle;
  display: block;
  margin-bottom: 20px;
  font-weight: 600;
  letter-spacing: -0.5px;
}

.error-page .section-icon {
  height: calc(100vh - 250px);
  max-width: 45%;
  width: 45%;
  display: table-cell;
  padding: 20px;
}

.error-page .icon {
  display: block;
  background: url("../images/ico-sad.png") no-repeat center right;
  background-size: contain;
  max-width: 100%;
  height: 100%;
  width: auto;
}

.error-page .button span {
  color: #7897a5;
  font-size: 14px;
  font-weight: 800;
  text-transform: uppercase;
  display: inline-block;
  text-decoration: none;
  line-height: 55px;
  padding: 0 25px 0 60px;
  position: relative;
  border-radius: 2px 2px 2px 2px;
  -moz-border-radius: 2px 2px 2px 2px;
  -webkit-border-radius: 2px 2px 2px 2px;
  border: 1px solid #7897a5;
  -webkit-transition: all 0.8s ease-in-out;
  -moz-transition: all 0.8s ease-in-out;
  -o-transition: all 0.8s ease-in-out;
  transition: all 0.8s ease-in-out;
}

.error-page .button span:hover {
  -webkit-box-shadow: 0 0 20px 0 #7897a5;
  -moz-box-shadow: 0 0 20px 0 #7897a5;
  box-shadow: 0 0 20px 0 #7897a5;
  -webkit-transition: all 0.8s ease-in-out;
  -moz-transition: all 0.8s ease-in-out;
  -o-transition: all 0.8s ease-in-out;
  transition: all 0.8s ease-in-out;
  animation: shake 0.82s cubic-bezier(0.36, 0.07, 0.19, 0.97) both;
  transform: translate3d(0, 0, 0);
  backface-visibility: hidden;
  perspective: 1000px;
}

.error-page .button span:before {
  background: url("../images/home.png") no-repeat center center;
  content: " ";
  position: absolute;
  top: 15px;
  left: 15px;
  width: 29px;
  height: 22px;
}

.error-page .copyright {
  font-size: 14px;
  color: #fff;
  line-height: 100px;
  text-align: center;
}

h1, h2, h3, h4, h5, h6 {
  font-weight: 400;
}

body {
  font-weight: 400;
}

body strong {
  font-weight: 700;
}

b,
strong {
  font-family: 'Open Sans', sans-serif;
  font-weight: 700;
}

.text-light strong, h1 strong, .h1 strong, .perex strong {
  font-weight: 300;
}

@font-face {
  font-family: 'fontello';
  src: url("../font/fontello.eot?95705638");
  src: url("../font/fontello.eot?95705638#iefix") format("embedded-opentype"), url("../font/fontello.woff2?95705638") format("woff2"), url("../font/fontello.woff?95705638") format("woff"), url("../font/fontello.ttf?95705638") format("truetype"), url("../font/fontello.svg?95705638#fontello") format("svg");
  font-weight: normal;
  font-style: normal;
}

/* Chrome hack: SVG is rendered more smooth in Windozze. 100% magic, uncomment if you need it. */
/* Note, that will break hinting! In other OS-es font will be not as sharp as it could be */
/*
@media screen and (-webkit-min-device-pixel-ratio:0) {
  @font-face {
    font-family: 'fontello';
    src: url('../font/fontello.svg?95705638#fontello') format('svg');
  }
}
*/
.fontello, select:before, .collapse_bar.collapsed a:before, .collapse_bar:not(.collapsed) a:before, .messagebox_stop_jquery:before, .messagebox_warning_jquery:before, .messagebox_info_jquery:before,
[class^="icon-"]:before, [class*=" icon-"]:before {
  font-family: "fontello";
  font-style: normal;
  font-weight: normal;
  speak: none;
  display: inline-block;
  text-decoration: inherit;
  width: 1em;
  margin-right: .2em;
  text-align: center;
  /* opacity: .8; */
  /* For safety - reset parent styles, that can break glyph codes*/
  font-variant: normal;
  text-transform: none;
  /* fix buttons height, for twitter bootstrap */
  line-height: 1em;
  /* Animation center compensation - margins should be symmetric */
  /* remove if not needed */
  margin-left: .2em;
  /* you can be more comfortable with increased icons size */
  /* font-size: 120%; */
  /* Font smoothing. That was taken from TWBS */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  /* Uncomment for 3D effect */
  /* text-shadow: 1px 1px 1px rgba(127, 127, 127, 0.3); */
}

.icon-chat:before {
  content: '\e800';
}

/* '' */
.icon-comment-empty:before {
  content: '\e801';
}

/* '' */
.icon-comment:before {
  content: '\e802';
}

/* '' */
.icon-picture:before {
  content: '\e803';
}

/* '' */
.icon-picture-1:before {
  content: '\e804';
}

/* '' */
.icon-file-image:before {
  content: '\e805';
}

/* '' */
.icon-th-large:before {
  content: '\e806';
}

/* '' */
.icon-download-1:before {
  content: '\e807';
}

/* '' */
.icon-cancel:before {
  content: '\e808';
}

/* '' */
.icon-edit:before {
  content: '\e809';
}

/* '' */
.icon-check-empty:before {
  content: '\e80a';
}

/* '' */
.icon-check:before {
  content: '\e80b';
}

/* '' */
.icon-mail:before {
  content: '\e80c';
}

/* '' */
.icon-mail-alt:before {
  content: '\e80d';
}

/* '' */
.icon-ok:before {
  content: '\e80e';
}

/* '' */
.icon-bell-alt:before {
  content: '\e80f';
}

/* '' */
.icon-bell:before {
  content: '\e810';
}

/* '' */
.icon-attention:before {
  content: '\e811';
}

/* '' */
.icon-attention-alt:before {
  content: '\e812';
}

/* '' */
.icon-up-open:before, .collapse_bar.collapsed a:before, .collapse_bar:not(.collapsed) a:before {
  content: '\e813';
}

/* '' */
.icon-down-open:before, select:before {
  content: '\e814';
}

/* '' */
.icon-calendar:before {
  content: '\e815';
}

/* '' */
.icon-ok-1:before {
  content: '\e816';
}

/* '' */
.icon-repair:before {
  content: '\e817';
}

/* '' */
.icon-star:before {
  content: '\e818';
}

/* '' */
.icon-eye:before {
  content: '\e819';
}

/* '' */
.icon-box:before {
  content: '\e81a';
}

/* '' */
.icon-newspaper:before {
  content: '\e81b';
}

/* '' */
.icon-phone-call:before {
  content: '\e81c';
}

/* '' */
.icon-wrench:before {
  content: '\e81d';
}

/* '' */
.icon-globe:before {
  content: '\e81e';
}

/* '' */
.icon-info:before {
  content: '\e81f';
}

/* '' */
.icon-cog:before {
  content: '\e820';
}

/* '' */
.icon-help-circled:before {
  content: '\e821';
}

/* '' */
.icon-attention-1:before {
  content: '\e822';
}

/* '' */
.icon-error-alt:before {
  content: '\e823';
}

/* '' */
.icon-claim-no:before {
  content: '\e824';
}

/* '' */
.icon-claim:before {
  content: '\e825';
}

/* '' */
.icon-right-open:before {
  content: '\e826';
}

/* '' */
.icon-left-open:before {
  content: '\e827';
}

/* '' */
.icon-right:before {
  content: '\e828';
}

/* '' */
.icon-left:before {
  content: '\e829';
}

/* '' */
.icon-logout:before, .usernamelink:before {
  content: '\e82a';
}

/* '' */
.icon-logged-user:before {
  content: '\e82b';
}

/* '' */
.icon-mnoey:before {
  content: '\e85c';
}

/* '' */
.icon-if_chevronrightcircle_1031535:before {
  content: '\e85e';
}

/* '' */
.icon-download:before {
  content: '\f02e';
}

/* '' */
.icon-upload:before {
  content: '\f02f';
}

/* '' */
.icon-resize-full-alt:before {
  content: '\f0b2';
}

/* '' */
.icon-angle-double-left:before {
  content: '\f100';
}

/* '' */
.icon-angle-double-right:before {
  content: '\f101';
}

/* '' */
.icon-angle-left:before {
  content: '\f104';
}

/* '' */
.icon-angle-right:before {
  content: '\f105';
}

/* '' */
.icon-help:before {
  content: '\f128';
}

/* '' */
.icon-calendar-empty:before {
  content: '\f133';
}

/* '' */
.icon-file-pdf:before {
  content: '\f1c1';
}

/* '' */
.icon-file-xls:before {
  content: '\f1c3';
}

/* '' */
.icon-cc-visa:before {
  content: '\f1f0';
}

/* '' */
.icon-list:before {
  content: '\e82c';
}

/* '' */
/*@import url('https://fonts.googleapis.com/css?family=Open+Sans:400,700&subset=cyrillic-ext');*/
/* open-sans-regular - latin-ext_latin */
@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 400;
  src: url("../font/open-sans-v15-latin-ext_latin-regular.eot");
  /* IE9 Compat Modes */
  src: local("Open Sans Regular"), local("OpenSans-Regular"), url("../font/open-sans-v15-latin-ext_latin-regular.eot?#iefix") format("embedded-opentype"), url("../font/open-sans-v15-latin-ext_latin-regular.woff2") format("woff2"), url("../font/open-sans-v15-latin-ext_latin-regular.woff") format("woff"), url("../font/open-sans-v15-latin-ext_latin-regular.ttf") format("truetype"), url("../font/open-sans-v15-latin-ext_latin-regular.svg#OpenSans") format("svg");
  /* Legacy iOS */
}

/* open-sans-600 - latin-ext_latin */
@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 500;
  font-weight: 600;
  src: url("../font/open-sans-v15-latin-ext_latin-600.eot");
  /* IE9 Compat Modes */
  src: local("Open Sans SemiBold"), local("OpenSans-SemiBold"), url("../font/open-sans-v15-latin-ext_latin-600.eot?#iefix") format("embedded-opentype"), url("../font/open-sans-v15-latin-ext_latin-600.woff2") format("woff2"), url("../font/open-sans-v15-latin-ext_latin-600.woff") format("woff"), url("../font/open-sans-v15-latin-ext_latin-600.ttf") format("truetype"), url("../font/open-sans-v15-latin-ext_latin-600.svg#OpenSans") format("svg");
  /* Legacy iOS */
}

/* open-sans-700 - latin-ext_latin */
@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 700;
  font-weight: bold;
  src: url("../font/open-sans-v15-latin-ext_latin-700.eot");
  /* IE9 Compat Modes */
  src: local("Open Sans Bold"), local("OpenSans-Bold"), url("../font/open-sans-v15-latin-ext_latin-700.eot?#iefix") format("embedded-opentype"), url("../font/open-sans-v15-latin-ext_latin-700.woff2") format("woff2"), url("../font/open-sans-v15-latin-ext_latin-700.woff") format("woff"), url("../font/open-sans-v15-latin-ext_latin-700.ttf") format("truetype"), url("../font/open-sans-v15-latin-ext_latin-700.svg#OpenSans") format("svg");
  /* Legacy iOS */
}

/* open-sans-800 - latin-ext_latin */
@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 800;
  src: url("../font/open-sans-v15-latin-ext_latin-800.eot");
  /* IE9 Compat Modes */
  src: local("Open Sans ExtraBold"), local("OpenSans-ExtraBold"), url("../font/open-sans-v15-latin-ext_latin-800.eot?#iefix") format("embedded-opentype"), url("../font/open-sans-v15-latin-ext_latin-800.woff2") format("woff2"), url("../font/open-sans-v15-latin-ext_latin-800.woff") format("woff"), url("../font/open-sans-v15-latin-ext_latin-800.ttf") format("truetype"), url("../font/open-sans-v15-latin-ext_latin-800.svg#OpenSans") format("svg");
  /* Legacy iOS */
}

#content {
  margin: 0px auto;
  min-height: 100vh;
  font-size: 12px;
  padding-bottom: 0;
  font-family: "Open Sans", sans-serif;
  font-size: 12px;
  width: 100%;
}

.mainarea_onlycontent {
  overflow: hidden;
}

.mainarea_onlycontent .formButtons_sf {
  text-align: right;
  padding: 15px;
}

.row {
  width: 1200px;
  margin: 0 auto;
}

.main {
  display: block;
  background: #eef2f4;
  min-height: calc(100vh - 21rem);
  float: left;
  width: 100%;
}

#core_message {
  visibility: hidden;
  position: absolute;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  z-index: 99;
}

#core_message2 {
  width: 200px;
  text-align: left;
  z-index: 100;
  text-align: center;
  position: relative;
  top: 50%;
  left: 50%;
  -webkit-transform: translateY(-50%) translateX(-50%);
  -ms-transform: translateY(-50%) translateX(-50%);
  transform: translateY(-50%) translateX(-50%);
  position: absolute;
  background: #ff736b;
}

#core_message2_inner {
  background: #ff736b;
  padding: 10px 20px;
  font-weight: 600;
  font-size: 16px;
  color: white;
  outline: 10000px solid rgba(0, 0, 0, 0.65);
}

h1, h2 {
  font-size: 18px;
  font-weight: bold;
  margin-bottom: 7px;
  color: #494848;
  background: #fff;
}

.not-logged-in .left_menu {
  display: none;
}

.not-logged-in .article_text {
  text-align: center;
  font-size: 14px;
  width: 550px;
  margin: 0 auto;
}

.not-logged-in .leftmenuarea {
  display: none;
  box-sizing: border-box;
  margin-bottom: 15px;
}

.not-logged-in .main .row {
  min-height: calc(100vh - 21rem);
  height: calc(100vh - 21rem);
  position: relative;
}

.not-logged-in .contentarea_wide {
  float: left;
  width: 100%;
}

.not-logged-in .mainarea_wide {
  overflow: hidden;
}

.not-logged-in input,
.not-logged-in select {
  min-width: 250px;
  border: 1px solid #a9b6bd;
  -webkit-box-shadow: 0 0 0 30px white inset;
  color: #25282a;
  line-height: 20px;
  padding: 5px 5px;
  background: white;
}

.not-logged-in input:hover, .not-logged-in input:focus,
.not-logged-in select:hover,
.not-logged-in select:focus {
  -webkit-box-shadow: 0 0 0 30px white inset;
}

.not-logged-in input[type="submit"] {
  line-height: 20px;
  margin-top: 2rem;
  background: #196a44;
  line-height: 3.8rem;
  height: 3.8rem;
  text-align: center;
  color: #ffffff;
  font-size: 13px;
  -webkit-box-shadow: 0px 0 0 0 transparent;
  -moz-box-shadow: 0px 0 0 0 transparent;
  box-shadow: 0px 0 0 0 transparent;
  box-sizing: content-box;
  border: 0 solid;
}

.not-logged-in input[type="submit"]:hover, .not-logged-in input[type="submit"]:focus {
  background: #278659;
  transition: all 0.5s ease;
  line-height: 3.8rem;
  height: 3.8rem;
}

.not-logged-in .usernamelink {
  display: none;
}

.not-logged-in .login {
  position: relative;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  display: inline-block;
  padding: 0 0 5rem 0;
}

.banner {
  position: relative;
  float: left;
  width: 100%;
}

.header {
  width: 100%;
  position: relative;
  height: 11rem;
  background: #ffffff;
  z-index: 2;
  box-shadow: 0 0 16px 8px rgba(0, 0, 0, 0.05);
}

.logo {
  position: absolute;
  display: block;
  width: 140px;
  height: 140px;
  background: url(../images/logo.png) no-repeat;
  z-index: 2000;
}

.project_title {
  padding-left: 175px;
  line-height: 70px;
  font-size: 46px;
  font-weight: bold;
  letter-spacing: 2px;
  color: #0c482c;
  float: left;
}

.userarea {
  float: right;
  position: relative;
  z-index: 0;
}

.top_links_area {
  position: absolute;
  right: 0;
  z-index: 1;
  float: left;
  height: 42px;
  width: 100%;
  top: 66px;
  left: 0;
}

.usernamelink {
  color: #7f787a;
  font-weight: 500;
  font-size: 12px;
  padding-top: 2rem;
}

.top_link {
  line-height: 42px;
  text-align: center;
  text-decoration: none;
  color: white;
  font-size: 14px;
  margin-right: 3px;
  padding: 0 10px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  border-radius: 5px;
  float: left;
}

.top_link:hover {
  text-decoration: none;
}

#top_link_asja_logoff {
  background-color: #53a076;
  width: calc(100% - 243px);
  text-align: left;
  text-indent: 24px;
  text-transform: uppercase;
  font-size: 16px;
  padding-left: 152px;
  box-sizing: border-box;
}

#top_link_ja {
  background-color: #0c482c;
  width: 101px;
}

#top_link_ja:hover {
  color: #4da176;
}

#top_link_e-learning {
  background-color: #feac1c;
  width: 93px;
}

.mainarea_wide {
  width: 100%;
  display: block;
  position: relative;
}

.contentarea_wide {
  float: left;
  width: calc(100% - 32rem);
  box-sizing: border-box;
  margin: 0 0 2rem 2rem;
  background: white;
  padding: 2rem;
}

.contentarea_wide table {
  width: 100%;
}

.contentarea_wide .table_width_auto {
  width: auto;
}

.not-logged-in .contentarea_wide {
  margin: 0;
  background: transparent;
  position: relative;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  position: relative;
  top: 50%;
  left: 50%;
  -webkit-transform: translateY(-50%) translateX(-50%);
  -ms-transform: translateY(-50%) translateX(-50%);
  transform: translateY(-50%) translateX(-50%);
}

.footer {
  bottom: 0;
  height: 100px;
  float: left;
  width: 100%;
  background-color: #196a44;
  color: #fff;
}

@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  .footer {
    height: 99px;
  }
}

.row.footer__bottom {
  position: relative;
  position: relative;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}

.footer__left {
  float: left;
}

.footer__right {
  float: right;
}

.footer a, .footer a:active, .footer a:hover {
  color: #73c99f;
}

.footer__link--olc {
  line-height: 24px;
}

.footer__link--olc::before {
  content: "";
  display: block;
  opacity: 0.2;
  transition: all, 0.5s, linear 0s;
  position: absolute;
  background: url(../images/olc.png) no-repeat;
  content: "";
  width: 24px;
  height: 24px;
  top: 0;
  left: -42px;
}

.footer__link--olc:hover {
  text-decoration: none;
}

.footer__link--olc:hover::before {
  transition: all 0.5s linear 0s;
  opacity: 1;
  border-bottom: 0 solid;
}

input.button_logoff {
  position: relative;
  width: 0;
  height: 0;
  padding: 1.5rem 1.5rem;
  min-height: 0;
  min-width: 0;
  background: transparent;
  border: 0 solid;
}

input.button_logoff:hover {
  background: transparent;
}

.usernamelink {
  z-index: 2;
  position: relative;
  -webkit-box-shadow: 0px 0 0 0 transparent;
  -moz-box-shadow: 0px 0 0 0 transparent;
  box-shadow: 0px 0 0 0 transparent;
}

.usernamelink:before {
  font-family: "fontello";
  position: absolute;
  bottom: 1rem;
  right: 0;
  color: #cfaa66;
  font-size: 18px;
  display: block;
  z-index: 0;
  -webkit-box-shadow: 0px 0 0 0 #000;
  -moz-box-shadow: 0px 0 0 0 #000;
  box-shadow: 0px 0 0 0 #000;
  transition: all 0.5s ease;
}

.usernamelink:hover:before {
  color: #4da176;
  transition: all 0.5s ease;
}

.breadcrumb__module {
  font-size: 1.3rem;
  text-align: left;
  width: 100%;
  display: inline-block;
  font-size: 0;
  min-height: 36px;
  line-height: 2rem;
  margin: 1.5rem 0;
}

.breadcrumb__module a.pathlink:hover {
  text-decoration: underline;
}

.breadcrumb__module span.pathlink {
  color: #196a44;
}

.breadcrumb__module .pathlink {
  max-width: 20rem;
  white-space: nowrap;
  float: left;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  position: relative;
  padding-right: 6rem;
  font-size: 1.3rem;
}

.breadcrumb__module .pathlink:first-child {
  padding-left: 18rem;
}

.breadcrumb__module .pathlink:hover:after {
  text-decoration: none;
}

.breadcrumb__module .pathlink:after {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 2rem;
  font-family: "fontello";
  font-style: normal;
  font-weight: normal;
  speak: none;
  display: inline-block;
  text-decoration: inherit;
  width: 1em;
  margin-right: .2em;
  text-align: center;
  font-variant: normal;
  text-transform: none;
  line-height: 1em;
  margin-left: .2em;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: '\e828';
  font-size: 1.1rem;
  color: #d6dfe4;
  display: block;
}

.breadcrumb__module .pathlink:last-child:after {
  display: none;
}

.collapse_bar {
  position: relative;
}

.collapse_bar_buttons {
  position: absolute;
  right: 0;
  top: 0;
}

.collapse_bar.collapsed a:before {
  transition: all 0.5s ease;
  position: absolute;
  right: 3px;
  top: 9px;
  transform: rotate(90deg);
  -webkit-writing-mode: lr-tb;
  -ms-writing-mode: lr-tb;
  writing-mode: lr-tb;
}

.collapse_bar.collapsed .collapse_bar_buttons {
  display: none;
}

.collapse_bar.collapsed .collapse_bar_buttons img {
  display: none;
}

.collapse_bar:not(.collapsed) a:before {
  transition: all 0.5s ease;
  position: absolute;
  right: 5px;
  top: 8px;
  transform: rotate(0deg);
  -webkit-writing-mode: lr-tb;
  -ms-writing-mode: lr-tb;
  writing-mode: lr-tb;
}

.collapse_bar.expanded ~ .collapsecontainer {
  margin-bottom: 10px;
}

.collapse_bar.collapsed .collapse_bar_buttons,
.collapse_bar.expanded .collapse_bar_buttons {
  display: none;
}

.collapseBarHyperlink {
  width: 100%;
  line-height: 30px;
  background: #e0e0e0;
  color: #494848;
  padding: 0 15px;
  display: block;
  box-sizing: border-box;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  -ms-border-radius: 2px;
  border-radius: 2px;
  margin-bottom: 5px;
  float: left;
  position: relative;
  text-decoration: none;
}

.collapseBarHyperlink:hover {
  text-decoration: none;
}

.buttons_definition {
  margin: 10px 0 0 5px;
  padding: 0 15px;
  font-size: 1.4rem;
  line-height: 3rem;
  height: auto;
  background: transparent;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  -ms-border-radius: 2px;
  border-radius: 2px;
}

.buttons_definition:hover {
  background: #e9ecee;
}

.buttons_definition:first-letter {
  text-transform: uppercase;
}

input[type=file]:before {
  background: #afafaf;
  border: 0 solid;
  content: 'Vybrat soubor';
  line-height: 32px;
  height: 32px;
  width: 96px;
  text-align: center;
  display: block;
  padding: 0 10px;
  color: #fff;
  position: absolute;
  left: 0;
  top: -1px;
}

input[type="file"] {
  border: 1px solid #b1b1b1;
  box-sizing: border-box;
  transition: .25s ease;
  font-size: 11px;
  margin: 10px 0;
  color: #3a4b55;
  padding: 5px 5px 5px 30px;
  box-sizing: border-box;
  position: relative;
  height: 32px;
  background: #fff;
}

@-moz-document url-prefix() {
  input[type="file"] {
    padding: 0 0 0 0;
    border: 0px solid #b1b1b1;
    outline: 1px solid #b1b1b1;
  }
}

#pg_edit_user .collapsecontainer .single-form {
  margin: 0 8px;
}

.collapsecontainer tr td:first-child {
  font-weight: 600;
}

.testResultsDetail {
  border-bottom: 1px solid #e0e0e0;
  padding: 15px;
}

.testResultsDetail .resultYes {
  color: #35b374;
  font-weight: 700;
}

.testResultsDetail .resultNo {
  color: #de432d;
  font-weight: 700;
}

.testResultsDetail tr td:first-child {
  font-weight: 600;
}

.resultYes {
  color: #35b374;
  font-weight: 700;
}

.resultNo {
  color: #de432d;
  font-weight: 700;
}

.testResultsAnswerDetail tbody {
  border: 1px solid #494848;
  margin-bottom: 10px;
  float: left;
  box-sizing: border-box;
  width: 100%;
}

.testResultsAnswerDetail tr {
  width: 100%;
  display: table;
}

.testResultsAnswerDetail td {
  padding: 15px;
}

.testResultsAnswerDetail td:first-child {
  border-right: 1px solid #e0e0e0;
}

.testResultsAnswerDetail .testResultQuestionHeader {
  background: #e9e9e9;
  line-height: 20px;
  padding: 15px;
  border-right: 1px solid #494848;
}

.testResultsAnswerDetail .testResultQuestionHeader .testCorrectAnswer {
  font-size: 18px;
}

.testResultsAnswerDetail .testResultQuestionHeader:first-child {
  border-right: 1px solid #494848;
}

@-moz-document url-prefix() {
  .testResultsAnswerDetail .testResultQuestionHeader:first-child {
    border-right: 0 solid #494848;
  }
}

.testResultsAnswerDetail .testCorrectAnswer {
  color: #35b374;
  font-weight: 700;
}

.testResultsAnswerDetail .testIncorrectAnswer {
  color: #de432d;
  font-weight: 700;
  font-size: 18px;
}

.testResultsAnswerDetail .testAnswer {
  text-decoration: underline;
}

.questionHeader {
  width: 100%;
  box-sizing: border-box;
  display: block;
  border: 1px solid #e0e0e0;
  padding: 15px;
}

.questionHeader .questionHeaderRow {
  float: left;
  width: 100%;
}

.questionHeader .questionHeaderLeft {
  min-width: 130px;
}

.questionHeader .questionHeaderLeft,
.questionHeader .questionHeaderRight {
  float: left;
}

.questionHeader .questionHeaderLeft input,
.questionHeader .questionHeaderRight input {
  margin: 0;
  height: auto;
  padding: 0;
  border: 0 solid;
}

.testQuestionHeading {
  float: left;
  width: 100%;
  font-size: 14px;
  padding: 10px 0;
}

.questionRow {
  width: 100%;
  float: left;
}

.questionRow .questionControl {
  float: left;
  padding-right: 5px;
}

.questionRow .questionText {
  float: left;
  padding: 5px;
  width: 805px;
}

#sfQuestionForm .questionText {
  width: 775px;
}

.button_area {
  float: right;
  margin-bottom: 5px;
}

button.form_button {
  margin-left: 2px;
}

button.form_button:hover {
  color: 1px solid #92bea5;
}

button.form_button .icon-file-list,
button.form_button .icon-file-pdf,
button.form_button .icon-file-xls {
  font-size: 12px;
}

button.form_button .icon-file-list:before,
button.form_button .icon-file-pdf:before,
button.form_button .icon-file-xls:before {
  font-size: 18px;
  color: #92bea5;
}

button.form_button {
  min-width: 100px;
}

.filter-form {
  float: right;
  margin-bottom: 10px;
}

.filter-form input[type="submit"] {
  margin-right: 0;
}

input[disabled="disabled"],
select[disabled="disabled"] {
  opacity: 0.72;
  background: #f3f3f3;
  color: #8e8e8e;
}

h3 {
  float: left;
  width: 100%;
  font-weight: 600;
  padding: 30px 0 10px 0;
  margin: 0;
}

ol {
  padding: 15px;
}

.multiformInvalidRow td {
  background-color: #ffe7c4 !important;
}

.multiformInactiveRow td {
  background-color: #E6E6E6 !important;
}

.student-select option,
.student-select optgroup {
  background: #eaeaea;
}

.leftcaption {
  vertical-align: top;
  padding-right: 20px;
}

.bold {
  font-weight: bold;
}

.normal {
  font-weight: normal;
}

.input-file_allowed-types-description {
  display: block !important;
}

.floatLeft {
  float: left;
}

#newQuestionType13 .uploadedFilesList {
  margin: 10px 0;
}

.messagebar_info a {
  text-decoration: underline;
}

#divRadios, #copyBtn {
  margin: 10px 0;
}

#divRadios label {
  padding-left: 4px;
}

#divRadios div {
  line-height: 1.5;
}

#inputScopeName, #selectScope, #selectTutor {
  width: 397px;
}

#copyToNew, #copyToExisting {
  margin: 0 3px 0 0;
}

.controls {
  clear: both;
}

.questionTitle {
  height: 42px;
}

#sv_listOfTestsid_typ_test_display {
  width: 80px;
}

.taObjections {
  border: 1px solid black;
  width: 100%;
  margin-top: 0;
  margin-bottom: 8px;
  background-color: transparent;
}

#mfObjection tr td.form_left_odd,
#mfObjection tr td.form_left_even,
#mfObjection tr td.form_left_top_corner,
#mfObjection tr td.form_left_bottom_corner {
  display: none;
}

#sv_realizationListpripadova_studie, #sv_realizationListudelal {
  width: 60px;
}

.height30 {
  height: 30px;
}

/* type 1 - 3 */
.taQuestionCheckbox {
  width: 685px;
  margin-top: 10px;
}

/* type 4 - 6*/
.taQuestionImage {
  width: 260px;
  margin-top: 10px;
}

/* type 7 - 9 */
.taQuestion {
  width: 800px;
  margin-top: 10px;
}

/* type 10 - 11 */
.taQuestionSelect {
  width: 650px;
  margin-top: 10px;
}

.questionDescription {
  padding-right: 8px;
}

#PwAddTestQuestion #id_scope {
  width: 700px;
}

#PwAddTestQuestion #search {
  width: 598px;
}

#PwAddTestQuestion #list_of_questions {
  width: 700px;
  height: 200px;
}

#PwAddTestQuestion .span-test-questions-label {
  display: inline-block;
  width: 50px;
}

#PwAddTestQuestion #btn-add {
  margin-left: 0;
}

.inactive {
  color: silver;
  cursor: not-allowed;
}

/* BOOKMARKS */
.bookmarks_area {
  position: relative;
  font-size: 12px;
  border-bottom: 1px #fff solid;
  width: 100%;
  margin-bottom: 10px;
  border-bottom: 0 solid #d3d3d3;
}

.bookmarks_area:after {
  border-bottom: 1px solid #d3d3d3;
  width: 100%;
  display: table;
  content: " ";
}

.bookmark {
  margin-bottom: -1px;
  min-width: 140px;
  text-align: center;
  border-bottom: 1px solid #d3d3d3;
  margin-bottom: -1px;
}

.bookmark_active {
  margin-bottom: -1px;
  min-width: 140px;
  text-align: center;
  border-bottom: 1px solid #d3d3d3;
  margin-bottom: -1px;
  padding-top: 0;
}

.bookmark_active a, .bookmark a {
  padding: 0 15px;
  line-height: 35px;
  font-size: 14px;
  font-weight: 600;
  color: #333333;
  border: 1px solid #e4e4e4;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  -ms-border-radius: 2px;
  border-radius: 2px;
  background: #fff;
  border-bottom: 1px solid #fff;
  margin-right: 2px;
}

.bookmark_active a:hover, .bookmark a:hover {
  color: #696969;
  border: 1px solid #e4e4e4;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  -ms-border-radius: 2px;
  border-radius: 2px;
  background: #fff;
  border-bottom: 1px solid #fff;
  margin-bottom: -1px;
  padding-bottom: 1px;
}

.bookmarks_area .bookmark, .bookmark_active {
  margin-bottom: -1px;
  min-width: 140px;
  text-align: center;
  border-bottom: 1px solid #d3d3d3;
  margin-bottom: -1px;
  padding-top: 5px;
  float: left;
}

.bookmarks_area .bookmark a {
  color: #595959;
  text-align: center;
}

.bookmark_link, #bookmark_link_active_id {
  display: block;
}

.bookmarkarea .bookmarks_area {
  background-color: #fff;
}

#sfUserDetail {
  margin: 20px;
}

.bookmarks_area.bookmarks_subarea {
  padding: 5px 0 5px 0;
  margin: 0 0 0 0;
  height: 20px;
  float: left;
  background: #459bd5;
}

.bookmarks_subarea .bookmark, .bookmarks_subarea .bookmark_active {
  background: none;
  text-shadow: 0 0 0 #4679a3;
  padding: 0 0 0 0;
  border: 0 solid;
  border-right: 1px #fff solid;
  -moz-border-radius: 0;
  border-radius: 0;
  -webkit-border-radius: 0;
  height: 20px;
  line-height: 20px;
}

.bookmark_active a, .bookmark_active a:focus, .bookmark_active a:hover {
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  -ms-border-radius: 2px;
  border-radius: 2px;
  border: 1px solid #d3d3d3;
  border-bottom: 1px solid #fff;
  border-top: 1px solid #db8484;
  color: #6883c6;
  margin-bottom: -1px;
  padding-bottom: 1px;
}

.bookmarks_subarea .bookmark a {
  text-shadow: 0 0 0 #4679a3;
  color: #fff;
}

.bookmarks_subarea .bookmark_active a {
  color: #FEDC7E;
  text-shadow: 0 0 0 #4679a3;
}

/* The main calendar widget.  DIV containing a table. */
div.calendar {
  position: relative;
  box-sizing: content-box;
}

div.calendar * {
  box-sizing: content-box;
}

@media (max-width: 767px) {
  div.calendar {
    left: calc(50% - 135px) !important;
    top: calc(50% - 135px) !important;
  }
  div.calendar:before {
    width: 100vw;
    height: 100vh;
    content: "";
    position: fixed;
    background: rgba(43, 43, 43, 0.57);
    top: 0;
    left: 0;
    z-index: -999;
  }
}

div.calendar, div.calendar table {
  font-size: 11px;
  color: #25282a;
  cursor: default;
  background: #fff;
  opacity: .97 !important;
  filter: Alpha(Opacity=97) !important;
  z-index: 1150;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  -ms-border-radius: 2px;
  border-radius: 2px;
  -webkit-box-shadow: 0px 0 30px 0 rgba(86, 86, 86, 0.45);
  -moz-box-shadow: 0px 0 30px 0 rgba(86, 86, 86, 0.45);
  box-shadow: 0px 0 30px 0 rgba(86, 86, 86, 0.45);
  border: 0 solid #e0e0e0;
}

div.calendar td, div.calendar table td {
  height: 25px;
  width: 25px;
}

div.calendar tr, div.calendar table tr {
  border-bottom: 0 solid;
  background: #fff;
  font-weight: 600 !important;
}

div.calendar .footrow, div.calendar table .footrow {
  display: none;
}

div.calendar table {
  padding: 10px 10px 20px 20px;
  display: block;
  border-right: 30px solid #196a44;
  width: 270px;
  box-sizing: content-box;
  position: relative;
}

.calendar thead {
  position: relative;
}

.calendar thead .button {
  display: none;
}

.calendar thead .title {
  width: 100%;
  font-weight: 600;
  text-align: center;
  line-height: 25px;
  height: 25px;
  font-size: 16px;
  color: #012326;
  padding: 0;
  margin: 0;
}

.calendar thead .headrow {
  position: initial;
  background: transparent;
  top: 18px;
  font-size: 20px;
}

.calendar thead .headrow td.button.nav {
  width: auto;
}

.calendar thead .headrow td:nth-child(4) {
  margin-left: 206px;
}

.calendar thead tr:first-child td:last-child div {
  font-size: 20px;
}

.calendar thead tr:first-child td:last-child.button {
  display: block;
  position: absolute;
  top: 0;
  right: -31px;
  color: #fff;
}

@-moz-document url-prefix() {
  .calendar thead tr:first-child td:last-child.button {
    right: -47px;
  }
}

.calendar table .time {
  display: none !important;
}

.text_area div.calendar {
  margin-left: 40px;
}

img div.calendar_icon {
  background: url("../images/calendar.png") no-repeat scroll 0 0 transparent !important;
  border: 0 solid !important;
  bottom: 0;
  height: 0;
  margin: 0;
  overflow: hidden;
  padding: 18px 16px 0 0;
  margin: 0 0 0 1px;
  vertical-align: top;
  width: 0;
}

.text_area div.calendar td {
  width: 100px !important;
}

.text_area div.calendar .cell-header {
  color: #fff;
}

.text_area div.calendar td {
  border: 1px white solid;
  cellspacing: 1px #fff;
  padding: 1px;
  margin-top: 1px;
  background: #d4d4d4;
  border-collapse: collapse;
}

/* Header part -- contains navigation buttons and day names. */
div.calendar .button {
  /* "<<", "<", ">", ">>" buttons have this class */
  text-align: center;
  /* They are the navigation buttons */
  padding: 2px;
  /* Make the buttons seem like they're pressing */
}

div.calendar thead .weekend {
  /* How a weekend day name shows in header */
  color: #f00;
}

div.calendar thead .hilite {
  /* How do the buttons in header appear when hover */
  cursor: pointer;
  color: #35c9f8;
}

/* The body part -- contains all the days in month. */
div.calendar tbody .day {
  /* Cells <TD> containing month days dates */
  width: 25px;
  text-align: right;
  padding: 5px 5px 5px 5px;
  border: 1px solid #fff;
  color: #000;
  display: inline-block;
  line-height: 25px;
  text-align: center;
  font-size: 14px;
  -webkit-transition: all 0.30s ease-in-out;
  -moz-transition: all 0.30s ease-in-out;
  -ms-transition: all 0.30s ease-in-out;
  -o-transition: all 0.30s ease-in-out;
  outline: none;
}

div.calendar tbody .day.othermonth {
  font-size: 80%;
  color: #bbb;
}

div.calendar tbody .day.othermonth.oweekend {
  color: #fbb;
}

div.calendar table .wn {
  padding: 2px 3px 2px 2px;
  border-right: 1px solid #000;
  background: #fed;
  display: none;
}

div.calendar tbody .rowhilite td.wn {
  background: #efe;
}

div.calendar tbody td.hilite,
div.calendar tbody td.weekend.hilite {
  /* Hovered cells <TD> */
  border: 1px solid #d3d3d3;
  color: #fff;
  background: #196a44;
}

div.calendar tbody td.active {
  /* Active (pressed) cells <TD> */
  background: #ddc;
  padding: 2px 2px 0 2px;
}

div.calendar tbody td.selected,
div.calendar .daysrow .day:hover {
  /* Cell showing today date */
  border: 1px solid #196a44;
  color: #fff;
  background: #196a44;
  border-radius: 18px;
  text-align: center;
  line-height: 25px;
}

div.calendar .daysrow .day:hover {
  border: 1px dashed #196a44;
  background: transparent;
  cursor: pointer;
  color: #196a44;
}

div.calendar tbody td.weekend {
  /* Cells showing weekend days */
}

div.calendar tbody td.today {
  font-weight: bold;
}

div.calendar tbody .disabled {
  color: #999;
}

div.calendar tbody .emptycell {
  /* Empty cells (the best is to hide them) */
  visibility: hidden;
  border: 1px solid #fff;
  padding: 5px;
}

div.calendar tbody .emptyrow {
  /* Empty row (some months need less than 6 rows) */
  display: none;
}

/* The footer part -- status bar and "Close" button */
div.calendar tfoot .footrow {
  /* The <TR> in footer (only one right now) */
  text-align: center;
  background: #CCCCCC;
  color: #000;
}

div.calendar tfoot .ttip {
  /* Tooltip (status bar) cell <TD> */
  border-top: 0 solid #655;
  background: #CCCCCC;
}

div.calendar tfoot .hilite {
  /* Hover style for buttons in footer */
  background: #faa;
  border: 1px solid #f40;
  padding: 1px;
}

div.calendar tfoot .active {
  /* Active (pressed) style for buttons in footer */
  background: #c77;
  padding: 2px 0 0 2px;
}

/* Combo boxes (menus that display months/years for direct selection) */
div.calendar .combo {
  position: absolute;
  display: none;
  top: 0;
  left: 0;
  width: 4em;
  cursor: default;
  border: 1px solid #655;
  background: #ffe;
  color: #000;
  font-size: 90%;
  z-index: 100;
}

div.calendar .combo .label,
div.calendar .combo .label-IEfix {
  text-align: center;
  padding: 1px;
}

div.calendar .combo .label-IEfix {
  width: 4em;
}

div.calendar .combo .hilite {
  background: #fc8;
}

div.calendar .combo .active {
  border-top: 1px solid #a64;
  border-bottom: 1px solid #a64;
  background: #fee;
  font-weight: bold;
}

div.calendar td.time {
  border-top: 1px solid #a88;
  padding: 1px 0;
  text-align: center;
  background-color: #fed;
}

div.calendar td.time .hour,
div.calendar td.time .minute,
div.calendar td.time .ampm {
  padding: 0 3px 0 4px;
  border: 1px solid #988;
  font-weight: bold;
  background-color: #fff;
}

div.calendar td.time .ampm {
  text-align: center;
}

div.calendar td.time .colon {
  padding: 0 2px 0 3px;
  font-weight: bold;
}

div.calendar td.time span.hilite {
  border-color: #000;
  background-color: #866;
  color: #fff;
}

div.calendar td.time span.active {
  border-color: #f00;
  background-color: #000;
  color: #0f0;
}

div.calendar td,
div.calendar td.button.nav {
  width: 25px;
  text-align: right;
  border: 0px solid #d3d3d3;
  color: #555;
  display: inline-block;
}

div.calendar .headrow td.button.hilite {
  padding: 2px;
}

div.calendar .headrow td.button.nav.hilite {
  cursor: pointer;
}

div.calendar thead .name {
  /* Cells <TD> containing the day names */
  border: 1px solid #fff;
  padding: 5px;
  text-align: center;
  color: #959595;
  background: #fff;
  font-weight: bold;
  text-transform: uppercase;
}

div.calendar tfoot .ttip {
  width: auto;
  background: #CCCCCC;
}

#calendar-container {
  width: 225px;
  float: left;
}

tablediv.calendar td.no_style, tablediv.calendar2 td.no_style {
  border: none;
  background-color: none;
}

tablediv.calendar td div.cell-number, tablediv.calendar2 td div.cell-number {
  font-size: 10px;
  color: #444444;
  display: block;
  vertical-align: middle;
}

table div.calendar td div, tablediv.calendar2 td div {
  display: block;
  text-align: center;
}

div.calendar_item {
  padding: 4px;
  margin-bottom: 1px;
}

div.calendar_event_day {
  background-color: #BBFFB5;
  background-image: url(../images/icons/calendar.png);
  background-position: 2px 50%;
  background-repeat: no-repeat;
  color: #6D7E6C;
  font-size: 22px;
  height: 26px;
  margin: 2px;
  padding-bottom: 3px;
  padding-top: 3px;
  z-index: 1000;
}

div.calendar tfoot .ttip {
  color: #222222;
}

.filter-date-img,
.calendar_icon {
  position: relative;
  margin-left: 5px;
}

.filter-date-img:before,
img.calendar_icon:before {
  font-family: "fontello";
  content: '\f133';
  font-size: 14px;
  text-indent: inherit;
  position: absolute;
  left: 0;
  top: 0;
  color: #50ABC2;
  cursor: pointer;
}

img.calendar_icon:hover,
.filter-date-img img:hover {
  background: transparent !important;
}

img.calendar_icon {
  border: 0 solid !important;
  bottom: 0;
  height: 0;
  margin: 0 0;
  overflow: hidden;
  padding: 18px 16px 0 0;
  vertical-align: middle;
  width: 0;
  display: inline;
}

.datetimepicker ~ .after-input,
.timepicker ~ .after-input {
  margin-left: 5px;
}

.bootstrap-datetimepicker-widget {
  height: 300px !important;
  display: block !important;
}

/* FORMS */
th.form_header {
  text-transform: uppercase;
  font-weight: bold;
  color: #000000;
  margin-top: 10px;
  margin-bottom: 10px;
}

.search_off_span a,
.search_on_span a {
  font-size: 11px;
  border-bottom: 1px dashed;
  margin-right: 5px;
  text-decoration: none;
  vertical-align: middle;
}

#sfChangePassword {
  padding: 10px;
}

.messageBar {
  width: 898px;
  color: white;
  text-align: center;
  background-color: #FE0000;
  padding: 10px;
  float: left;
}

th.form_top,
td.form_left, td.form_left_top_corner,
td.form_left_bottom_corner, td.form_bottom,
td.form_top, td.form_right_top_corner,
.form_column_title a {
  color: #494848;
}

th.form_top,
td.form_left_top_corner,
td.form_right_top_corner {
  min-height: 40px;
  top: 0;
  width: auto;
}

.search_on_span a {
  color: #c20000;
}

.form-header-row {
  background: #e9e9e9;
  border-bottom: 1px solid #e0e0e0;
  color: #4D4D4D;
  margin: 0;
}

.form-header-row .mf_search_inputbox {
  min-height: 32px;
  float: left;
  width: 100%;
}

.form-header-row .mf_search_inputbox input {
  width: calc(100% - 10px) !important;
  position: absolute;
  box-sizing: border-box;
}

form.multi-form {
  border: 1px solid #e0e0e0;
  float: left;
  width: 100%;
}

.form_top {
  margin: 0;
  min-height: 40px;
  padding: 0 0 2px;
  text-align: left;
  top: 0;
  vertical-align: top;
  position: relative;
}

.form_top:hover {
  background: #dedede;
}

.form_right_top_corner {
  margin: 5px 0 0;
  top: 0;
  vertical-align: top;
  position: relative;
}

td.form_middle {
  color: #494848;
  vertical-align: middle;
  padding-right: 10px;
}

td.form_left_odd,
td.form_middle_odd,
td.form_right_odd,
td.form_left_even,
td.form_middle_even,
td.form_right_even {
  color: #000000;
  vertical-align: top;
  padding: 3px;
  border: 0 solid #D0D7E5;
  color: #494848;
  font-size: 11px !important;
  padding-left: 7px;
}

td.form_left_even,
td.form_middle_even,
td.form_right_even {
  background-color: #f6f6f6;
  color: #494848;
  font-size: 11px !important;
  padding-left: 7px;
}

td.form_middle_even input, .form_middle_odd input,
td.form_middle_even select, .form_middle_odd select,
.form_right_even input, .form_right_odd input {
  color: #494848;
  font-size: 11px !important;
}

/* END OF FORMS */
input.checkbox_handler {
  background: #82ABD7;
  background: white;
  background-size: cover;
  border: 0 solid;
  height: 15px;
  margin: 5px 0 !important;
  vertical-align: middle;
  width: 15px;
}

input.checkbox_handler:after {
  color: #494848;
  font-size: 8px;
  position: relative;
  top: 50%;
  left: 50%;
  -webkit-transform: translateY(-50%) translateX(-50%);
  -ms-transform: translateY(-50%) translateX(-50%);
  transform: translateY(-50%) translateX(-50%);
  position: absolute;
  border: 0 solid #fafafa;
  font-family: 'fontello';
}

input.checkbox_handler:focus,
input.checkbox_handler:hover {
  background: white;
  background-size: cover;
}

/* Fancy Checkbox / Radio button */
.demo label {
  background-position: 8px center;
  background-repeat: no-repeat;
  border: 1px solid #252525;
  clear: both;
  cursor: pointer;
}

.checked,
.unchecked {
  background-color: #EEF1F5;
  width: 15px;
  height: 18px;
  border: 1px solid #EEF1F5;
  background-repeat: no-repeat;
  cursor: pointer;
}

.checked {
  background-image: url("../images/checkbox_checked.jpg");
}

.unchecked {
  background-image: url("../images/checkbox_unchecked.jpg");
}

/* FORM WRAPPER */
.form_wrapper {
  clear: both;
  float: left;
  padding: 0 3px 3px 3px;
  margin: 0 0 10px 0;
  position: relative;
  border: 0 solid white;
  width: 100%;
}

.form_wrapper table {
  width: 100%;
}

.form_left_bottom_corner,
.form_right_bottom_corner {
  background: white;
}

.form_left_bottom_corner {
  font-size: 0;
}

.multi-form .form_right_bottom_corner input:last-child,
.single-form-update .form_right_bottom_corner input:last-child {
  margin-right: 1.5rem;
}

.multi-form .form_right_bottom_corner:last-child,
.single-form-update .form_right_bottom_corner:last-child {
  padding-bottom: 2rem;
  padding: 10px 0;
}

.form_header {
  font-size: 18px;
  font-weight: bold;
  margin-bottom: 7px;
  color: #494848;
  background: #fff;
  line-height: 30px;
}

.personal_page_forms_update .form_header {
  padding: 0 5px 0 0;
}

.ui-dialog .form_header {
  padding: 0;
}

.lost_password {
  float: left;
  padding-top: 100px;
}

.form_column_title {
  margin: 5px 2px 5px 2px;
  float: left;
  line-height: 12px;
}

.pagination {
  border-top: 1px dotted #A1A1A1;
  float: left;
  font-size: 0;
  margin: 10px 0 0;
  padding: 0 10px 0 0;
  top: 0;
  vertical-align: top;
  width: auto;
}

.form_wrapper .single-form select[multiple],
.form_wrapper .single-form select[size],
.form_wrapper .single-form select,
.form_wrapper .single-form input[type='text'],
.form_wrapper .single-form input[type='password'],
.form_wrapper .single-form input[type="text"]:not(.calendar_box):not(.text_input) {
  height: 30px;
  padding: 0 2px 0 3px;
  margin: 2px 0;
  max-width: 100%;
}

.form_wrapper .single-form select[multiple].ui-autocomplete-input,
.form_wrapper .single-form select[size].ui-autocomplete-input,
.form_wrapper .single-form select.ui-autocomplete-input,
.form_wrapper .single-form input[type='text'].ui-autocomplete-input,
.form_wrapper .single-form input[type='password'].ui-autocomplete-input,
.form_wrapper .single-form input[type="text"]:not(.calendar_box):not(.text_input).ui-autocomplete-input {
  padding: 0 15px 0 3px;
}

#mfAssessmentPhone td.form_left_odd,
#mfAssessmentPhone td.form_middle_odd,
#mfAssessmentPhone td.form_right_odd,
#mfAssessmentPhone td.form_left_even,
#mfAssessmentPhone td.form_middle_even,
#mfAssessmentPhone td.form_right_even {
  border: 1px solid #D0D7E5;
  font-size: 10px !important;
}

.form_top .ui-icon,
.form_right_top_corner .ui-icon,
.form_left_top_corner .ui-icon,
.ui-jqgrid-hdiv .ui-icon {
  margin-left: 3px;
  width: 5px;
}

.form_top .ui-icon-triangle-2-n-s,
.form_top .ui-icon-triangle-1-n,
.form_top .ui-icon-triangle-1-s,
.form_right_top_corner .ui-icon-triangle-2-n-s,
.form_right_top_corner .ui-icon-triangle-1-n,
.form_right_top_corner .ui-icon-triangle-1-s,
.form_left_top_corner .ui-icon-triangle-2-n-s,
.form_left_top_corner .ui-icon-triangle-1-n,
.form_left_top_corner .ui-icon-triangle-1-s,
.ui-jqgrid-hdiv .ui-icon-triangle-2-n-s,
.ui-jqgrid-hdiv .ui-icon-triangle-1-n,
.ui-jqgrid-hdiv .ui-icon-triangle-1-s {
  text-indent: inherit;
  background: transparent;
  color: #fafafa;
  font-weight: 100;
}

.form_top .form_order_asc,
.form_top .form_order_desc,
.form_right_top_corner .form_order_asc,
.form_right_top_corner .form_order_desc,
.form_left_top_corner .form_order_asc,
.form_left_top_corner .form_order_desc,
.ui-jqgrid-hdiv .form_order_asc,
.ui-jqgrid-hdiv .form_order_desc {
  position: absolute;
  height: 8px;
  width: auto;
  right: 15px;
}

.form_top .form_order_asc a > img,
.form_top .form_order_desc a > img,
.form_right_top_corner .form_order_asc a > img,
.form_right_top_corner .form_order_desc a > img,
.form_left_top_corner .form_order_asc a > img,
.form_left_top_corner .form_order_desc a > img,
.ui-jqgrid-hdiv .form_order_asc a > img,
.ui-jqgrid-hdiv .form_order_desc a > img {
  height: 0px;
  width: 0;
  padding: 5px;
  margin: 0;
  top: 0;
  float: left;
  display: none;
}

.form_top .form_order_asc a,
.form_top .form_order_desc a,
.form_right_top_corner .form_order_asc a,
.form_right_top_corner .form_order_desc a,
.form_left_top_corner .form_order_asc a,
.form_left_top_corner .form_order_desc a,
.ui-jqgrid-hdiv .form_order_asc a,
.ui-jqgrid-hdiv .form_order_desc a {
  height: 8px;
  width: auto;
  padding: 4px;
  position: absolute;
}

.form_top .form_order_desc:before,
.form_top .ui-icon-triangle-2-n-s:after,
.form_top .ui-icon-triangle-1-s:after,
.form_right_top_corner .form_order_desc:before,
.form_right_top_corner .ui-icon-triangle-2-n-s:after,
.form_right_top_corner .ui-icon-triangle-1-s:after,
.form_left_top_corner .form_order_desc:before,
.form_left_top_corner .ui-icon-triangle-2-n-s:after,
.form_left_top_corner .ui-icon-triangle-1-s:after,
.ui-jqgrid-hdiv .form_order_desc:before,
.ui-jqgrid-hdiv .ui-icon-triangle-2-n-s:after,
.ui-jqgrid-hdiv .ui-icon-triangle-1-s:after {
  font-family: "fontello";
  content: '\e814';
  font-size: 10px;
  position: absolute;
  text-indent: inherit;
  top: 5px;
  right: 0;
  font-size: 7px;
}

.form_top .form_order_asc:before,
.form_top .ui-icon-triangle-2-n-s:before,
.form_top .ui-icon-triangle-1-n:before,
.form_right_top_corner .form_order_asc:before,
.form_right_top_corner .ui-icon-triangle-2-n-s:before,
.form_right_top_corner .ui-icon-triangle-1-n:before,
.form_left_top_corner .form_order_asc:before,
.form_left_top_corner .ui-icon-triangle-2-n-s:before,
.form_left_top_corner .ui-icon-triangle-1-n:before,
.ui-jqgrid-hdiv .form_order_asc:before,
.ui-jqgrid-hdiv .ui-icon-triangle-2-n-s:before,
.ui-jqgrid-hdiv .ui-icon-triangle-1-n:before {
  font-family: "fontello";
  content: '\e813';
  position: absolute;
  top: -2px;
  font-size: 10px;
  text-decoration: none;
  right: 0;
  font-size: 7px;
}

.ui-state-disabled .form_top .form_order_asc:before, .ui-state-disabled
.form_top .ui-icon-triangle-2-n-s:before, .ui-state-disabled
.form_top .ui-icon-triangle-1-n:before, .ui-state-disabled
.form_right_top_corner .form_order_asc:before, .ui-state-disabled
.form_right_top_corner .ui-icon-triangle-2-n-s:before, .ui-state-disabled
.form_right_top_corner .ui-icon-triangle-1-n:before, .ui-state-disabled
.form_left_top_corner .form_order_asc:before, .ui-state-disabled
.form_left_top_corner .ui-icon-triangle-2-n-s:before, .ui-state-disabled
.form_left_top_corner .ui-icon-triangle-1-n:before, .ui-state-disabled
.ui-jqgrid-hdiv .form_order_asc:before, .ui-state-disabled
.ui-jqgrid-hdiv .ui-icon-triangle-2-n-s:before, .ui-state-disabled
.ui-jqgrid-hdiv .ui-icon-triangle-1-n:before {
  opacity: 1;
}

.form_top .form_order_asc:before,
.form_top .form_order_desc:before,
.form_right_top_corner .form_order_asc:before,
.form_right_top_corner .form_order_desc:before,
.form_left_top_corner .form_order_asc:before,
.form_left_top_corner .form_order_desc:before,
.ui-jqgrid-hdiv .form_order_asc:before,
.ui-jqgrid-hdiv .form_order_desc:before {
  right: auto;
  left: 0;
  top: 0;
}

.form_top .form_order_asc,
.form_right_top_corner .form_order_asc,
.form_left_top_corner .form_order_asc,
.ui-jqgrid-hdiv .form_order_asc {
  top: 5px;
}

.form_top .form_order_asc a:focus, .form_top .form_order_asc:focus, .form_top .form_order_asc:focus:before,
.form_right_top_corner .form_order_asc a:focus,
.form_right_top_corner .form_order_asc:focus,
.form_right_top_corner .form_order_asc:focus:before,
.form_left_top_corner .form_order_asc a:focus,
.form_left_top_corner .form_order_asc:focus,
.form_left_top_corner .form_order_asc:focus:before,
.ui-jqgrid-hdiv .form_order_asc a:focus,
.ui-jqgrid-hdiv .form_order_asc:focus,
.ui-jqgrid-hdiv .form_order_asc:focus:before {
  -webkit-box-shadow: 0px 0 0 0 #7c7c7c;
  -moz-box-shadow: 0px 0 0 0 #7c7c7c;
  box-shadow: 0px 0 0 0 #7c7c7c;
  outline: 0 auto -webkit-focus-ring-color;
}

.form_top .form_order_desc,
.form_right_top_corner .form_order_desc,
.form_left_top_corner .form_order_desc,
.ui-jqgrid-hdiv .form_order_desc {
  top: 10px;
}

.form_top .form_order_desc a:focus, .form_top .form_order_desc:focus, .form_top .form_order_desc:focus:before,
.form_right_top_corner .form_order_desc a:focus,
.form_right_top_corner .form_order_desc:focus,
.form_right_top_corner .form_order_desc:focus:before,
.form_left_top_corner .form_order_desc a:focus,
.form_left_top_corner .form_order_desc:focus,
.form_left_top_corner .form_order_desc:focus:before,
.ui-jqgrid-hdiv .form_order_desc a:focus,
.ui-jqgrid-hdiv .form_order_desc:focus,
.ui-jqgrid-hdiv .form_order_desc:focus:before {
  -webkit-box-shadow: 0 0 0 0 #7c7c7c;
  -moz-box-shadow: 0 0 0 0 #7c7c7c;
  box-shadow: 0 0 0 0 #7c7c7c;
  outline: 0 auto -webkit-focus-ring-color;
}

.form_top .ui-icon-triangle-1-s:after,
.form_top .ui-icon-triangle-1-n:before,
.form_right_top_corner .ui-icon-triangle-1-s:after,
.form_right_top_corner .ui-icon-triangle-1-n:before,
.form_left_top_corner .ui-icon-triangle-1-s:after,
.form_left_top_corner .ui-icon-triangle-1-n:before,
.ui-jqgrid-hdiv .ui-icon-triangle-1-s:after,
.ui-jqgrid-hdiv .ui-icon-triangle-1-n:before {
  color: #de432d;
  font-weight: 600;
}

.form_top > div,
.form_right_top_corner > div,
.form_left_top_corner > div,
.ui-jqgrid-hdiv > div {
  display: inline;
}

.s-ico {
  display: inline !important;
}

.grid_wrapper .ui-jqgrid-sortable .ui-state-disabled.ui-icon-triangle-1-n,
.grid_wrapper .ui-jqgrid-sortable .ui-state-disabled.ui-icon-triangle-1-s {
  opacity: 1;
}

.grid_wrapper .ui-jqgrid-sortable .ui-state-disabled.ui-icon-triangle-1-n:after,
.grid_wrapper .ui-jqgrid-sortable .ui-state-disabled.ui-icon-triangle-1-s:after {
  top: 3px;
  color: #7c7c7c;
}

.grid_wrapper .ui-jqgrid-sortable .ui-state-disabled.ui-icon-triangle-1-n:before,
.grid_wrapper .ui-jqgrid-sortable .ui-state-disabled.ui-icon-triangle-1-s:before {
  top: -3px;
  color: #7c7c7c;
}

.multi-form tr {
  min-height: 26px;
}

.multi-form td.form_left_odd, .multi-form td.form_middle_odd, .multi-form td.form_right_odd, .multi-form td.form_left_even, .multi-form td.form_middle_even, .multi-form td.form_right_even {
  padding: 2px 2px;
  vertical-align: middle;
}

.multi-form .form-header-row input.checkbox_handler[type="button"], .multi-form .form-header-row input[type='checkbox'] {
  padding: 0;
}

.multi-form .form-header-row td.form_left_top_corner {
  padding-left: 4px;
  width: 18px;
}

.multi-form input, .multi-form select {
  position: relative;
  height: auto;
}

#listOfTestResults tr:not(.form-header-row) {
  line-height: 26px;
}

select[name="filterUser"],
select[name="filterUser"] ~ input.form_submit {
  float: left;
  margin-right: 2px;
  margin-bottom: 5px;
}

.paginationSubmit {
  height: 36px;
  vertical-align: bottom;
}

select[name="filterUser"] {
  float: left;
}

.form_order.intelligent_sorting {
  float: left;
  margin: 5px 0 0 3px;
}

.form_order.intelligent_sorting a.ui-icon {
  margin: 0;
  margin-left: 0;
  width: 7px;
}

.form_order.intelligent_sorting a.ui-icon:after, .form_order.intelligent_sorting a.ui-icon:before {
  font-size: 7px;
  color: #012326;
}

.mf_filter_help {
  position: relative;
  width: 0;
  height: 0;
  padding: 8px;
  background: url(../images/help.svg);
  background-size: cover;
  margin-top: 5px;
}

input[name$='autocomplete-clear'] {
  /*display: none !important;*/
  /*background-repeat: no-repeat;*/
  margin-top: -30px;
  margin-right: 10px !important;
  /*color: black;*/
  /*border: 0;*/
  font-weight: bold;
  min-width: 29px !important;
  width: 29px;
  height: 29px !important;
  line-height: 1 !important;
  position: relative;
  /*text-align: right;*/
  /*background-color: #e1e1e1;*/
  padding: 0 4px !important;
  /*cursor: pointer;*/
  float: right;
  display: none;
}

.single-form td {
  font-size: 11px;
}

.single-form tr td:first-child {
  font-weight: 600;
}

.single-form table {
  width: 100%;
}

.single-form td:not(.formButtons) input {
  border: 1px solid #A2BAF8;
  border: 1px solid #cfcfcf;
  padding: 0 2px 0 3px;
  height: 30px;
  position: relative;
}

.single-form td:not(.formButtons) input[type="file"] {
  height: 32px;
  border: 0 solid;
  padding: 0;
}

@media screen and (-webkit-min-device-pixel-ratio: 0) {
  .single-form td:not(.formButtons) input[type="file"] {
    padding: 5px 5px 5px 30px;
    border: 1px solid;
  }
}

.single-form td:not(.formButtons) input[type="button"]:not(.checkbox_handler),
.single-form td:not(.formButtons) input[type="submit"],
.single-form td:not(.formButtons) input[type="reset"],
.single-form td:not(.formButtons) .btn-primary,
.single-form td:not(.formButtons) button.form_button {
  line-height: 3.6rem;
  padding: 0 1.5rem;
  height: 36px;
}

.single-form td.formButtons {
  padding: 10px 0;
}

.single-form .form_submit {
  height: 36px;
}

/* ALL */
td.form_left_sf, td.form_left_top_corner_sf,
td.form_left_bottom_corner_sf, td.form_bottom_sf,
td.form_top_sf, td.form_right_top_corner_sf {
  font-weight: bold;
  color: #000000;
  vertical-align: middle;
  height: 25px;
}

/* LEFT COL */
td.form_left_sf,
td.form_left_top_corner_sf,
td.form_left_bottom_corner_sf {
  padding-right: 10px;
  text-align: right;
  font-weight: normal;
  max-width: 140px;
}

/* ---------------------------- */
/* RIGHT COL */
td.form_right_sf,
td.form_right_top_corner_sf,
td.form_right_bottom_corner_sf {
  font-weight: normal;
}

/* ---------------------------- */
/* FIRST ROW */
td.form_left_top_corner_sf,
td.form_top_sf,
td.form_right_top_corner_sf {
  height: 20px;
  background-image: url("../images/bgr_form_header.jpg");
  background: none;
  font-weight: normal;
}

/* ---------------------------- */
td.form_middle_sf, td.form_bottom_sf, td.form_top_sf {
  max-width: 210px;
}

td.form_bottom_sf > textarea {
  max-width: 600px;
}

td.form_left_bottom_corner_sf,
td.form_right_bottom_corner_sf,
td.form_bottom_sf {
  font-weight: normal;
}

/* PAGINATION */
.pagination_area {
  line-height: 30px;
  text-align: center;
  float: left;
  width: 100%;
}

.paginationControls {
  float: right;
  width: 30rem;
  margin: 20px 0;
  border-top: 1px solid #e0e0e0;
  padding-top: 10px;
  text-align: right;
}

.pagination {
  padding-top: 4px;
  line-height: 30px;
  text-align: center;
  float: left;
  margin: 20px 0;
  text-align: left;
  float: left;
  width: calc(100% - 35rem);
  border-top: 1px solid #e0e0e0;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  -ms-border-radius: 0px;
  border-radius: 0px;
  padding-top: 10px;
  box-sizing: border-box;
}

.pagination .page_nav_link {
  display: none;
  padding-left: 10px;
}

.pagination .page_nav_link:nth-child(1),
.pagination .page_nav_link:nth-child(2) {
  padding-right: 10px;
  padding-left: 0;
  float: left;
}

.pagination .page_num {
  color: #196a44;
  font-weight: normal;
  margin-left: 2px;
  padding: 5px;
  text-decoration: none;
  font-size: 12px;
  border: 1px solid #92bea5;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  -ms-border-radius: 2px;
  border-radius: 2px;
  min-width: 30px;
  height: 30px;
  display: block;
  float: left;
  text-align: center;
  padding: 0;
}

.pagination .page_num_active {
  background-color: #cce1d7;
  border: 1px solid #92bea5;
  font-weight: normal;
  margin-left: 2px;
  padding: 5px;
  text-decoration: none;
  min-width: 30px;
  height: 30px;
  display: block;
  float: left;
  text-align: center;
  padding: 0;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  -ms-border-radius: 2px;
  border-radius: 2px;
  font-size: 12px;
}

.pagination .page_num a:hover {
  background-color: #DDEEFF;
  border: 1px solid #BBDDFF;
  color: #0072BC;
}

.paginationControls {
  float: right;
  width: 35rem;
  margin: 20px 0;
  border-top: 1px solid #e0e0e0;
  padding-top: 10px;
  text-align: right;
}

.paginationControls input {
  height: 36px;
  margin-top: 0 !important;
  text-align: center;
  box-sizing: border-box;
}

#list_of_group_articles_wrapper .paginationControls,
#list_of_group_articles_wrapper .page_range,
#mfPasswordCategory_wrapper .paginationControls,
#mfPasswordCategory_wrapper .page_range,
#divTimeAtWork .paginationControls,
#divTimeAtWork .page_range,
#divUserLog .paginationControls,
#divUserLog .page_range,
#divBasicLog .paginationControls,
#divBasicLog .page_range {
  display: none;
}

#list_of_group_articles_wrapper .pagination,
#mfPasswordCategory_wrapper .pagination,
#divTimeAtWork .pagination,
#divUserLog .pagination,
#divBasicLog .pagination {
  width: calc(100%);
  text-align: center;
}

/*@import "components/_grid.scss";*/
.leftmenuarea {
  float: left;
  background: white;
  width: 30rem;
}

.leftmenuarea .submenu {
  box-sizing: border-box;
  color: #012326;
  background: #dfdfdf;
  border-top: 1px solid #eef2f4;
  padding: 0 2rem 3rem 2rem;
  float: left;
  width: 100%;
  border: 1px solid #fff;
}

.leftmenuarea .submenu a {
  box-sizing: border-box;
  line-height: 2rem;
  text-align: left;
  padding-left: 1rem;
  padding: 1.1rem 4rem 0.9rem 1.8rem;
  width: 100%;
  display: block;
  font-size: 1.4rem;
  font-weight: bold;
  color: #012326;
  border-bottom: 1px solid #eef2f4;
  position: relative;
  transition: all 0.4s ease-in-out;
  text-decoration: none;
}

.leftmenuarea .submenu a:hover, .leftmenuarea .submenu a:hover:after {
  color: #cfaa66;
  transition: all 0.4s ease-in-out;
}

.leftmenuarea .submenu a:after {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 1.5rem;
  font-family: "fontello";
  font-style: normal;
  font-weight: normal;
  speak: none;
  display: inline-block;
  text-decoration: inherit;
  width: 1em;
  margin-right: .2em;
  text-align: center;
  font-variant: normal;
  text-transform: none;
  line-height: 1em;
  margin-left: .2em;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  transition: all 0.4s ease-in-out;
  content: '\e828';
  font-size: 1rem;
  color: #196a44;
  font-weight: 700;
}

.leftmenuarea .submenu .vmenuselected a {
  color: #cfaa66;
}

.leftmenuarea .submenu .vmenuselected a:after {
  color: #cfaa66;
  font-weight: 700;
  transition: all 0.4s ease-in-out;
}

.leftmenuarea .submenu .vmenuselected a.vmenusubitem {
  color: #196a44;
}

.leftmenuarea .submenu .vmenuselected a.vmenusubitem:hover {
  color: #196a44;
}

.leftmenuarea .submenu .vmenuselected a.vmenusubitem:after {
  background: #196a44;
}

.leftmenuarea .submenu .vmenuselected a.vmenusubitem:hover:after {
  background: #196a44;
}

.leftmenuarea .submenu .vmenusubitem {
  line-height: 2rem;
  text-align: left;
  padding: 0.5rem 0.5rem 0.5rem 4.5rem;
  padding-left: 4.5rem;
  width: 100%;
  display: block;
  font-size: 1.2rem;
  font-weight: normal;
  border-bottom: 0 solid #eef2f4;
  background: #ccc;
}

.leftmenuarea .submenu .vmenusubitem:hover {
  color: #196a44;
}

.leftmenuarea .submenu .vmenusubitem:after {
  position: absolute;
  top: 1.2rem;
  transform: translateY(0%);
  left: 2rem;
  font-family: "fontello";
  font-style: normal;
  font-weight: normal;
  speak: none;
  display: inline-block;
  text-decoration: inherit;
  width: 1em;
  margin-right: .2em;
  text-align: center;
  opacity: .8;
  font-variant: normal;
  text-transform: none;
  line-height: 1em;
  margin-left: .2em;
  font-size: 120%;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-shadow: 1px 1px 1px rgba(127, 127, 127, 0.3);
  content: ' ';
  font-size: 1rem;
  color: #d6dfe4;
  background: #a9b6bd;
  width: 0.6rem;
  height: 0.6rem;
  font-weight: 700;
}

.leftmenuarea .submenu .vmenusubitem ~ .vmenusubitem,
.leftmenuarea .submenu .submenu-item-selected ~ .vmenusubitem,
.leftmenuarea .submenu .vmenusubitem ~ .submenu-item-selected {
  border-bottom: 1px solid #eef2f4;
}

.leftmenuarea .vmenuselected {
  color: #cfaa66;
}

input.hiden__menu__item__publisher {
  border: 0;
  margin: 0;
  padding: 0;
  opacity: 0;
  position: absolute;
}

.hiden__menu__item__publisher ~ label {
  padding: 0;
  margin: 0;
  left: 0;
  position: relative;
  width: 24rem;
  display: block;
  background: #2a3a45;
  height: 45px;
  border-bottom: 1px solid #3f5768;
}

.hiden__menu__item__publisher ~ label:before, .hiden__menu__item__publisher ~ label:after {
  position: absolute;
  left: 1rem;
  font-family: "fontello";
  width: 2.5rem;
  height: 4.5rem;
  line-height: 4.5rem;
  background: transparent;
  font-size: 2.5rem;
  text-align: center;
  color: white;
  top: 0;
  cursor: pointer;
  -webkit-transition: all 0.8s ease-in-out;
  -o-transition: all 0.8s ease-in-out;
  -moz-transition: all 0.8s ease-in-out;
  -ms-transition: all 0.8s ease-in-out;
  transition: all 0.8s ease-in-out;
  padding-top: 0;
}

.hiden__menu__item__publisher ~ label:before {
  content: '\e85e';
}

.hiden__menu__item__publisher:not(:checked) ~ label {
  width: 4.5rem;
  -webkit-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -ms-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}

.hiden__menu__item__publisher:not(:checked) ~ label:before {
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  writing-mode: lr-tb;
  top: 0;
  -webkit-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -ms-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}

.hiden__menu__item__publisher:checked ~ label {
  width: 24rem;
  -webkit-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -ms-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}

.hiden__menu__item__publisher:checked ~ label:before {
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  top: 1px;
  writing-mode: lr-tb;
  -webkit-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -ms-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}

#messagebox {
  min-height: 160px !important;
  display: grid;
}

@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  #messagebox {
    line-height: 160px;
    display: inherit;
  }
}

.messagebox_stop_jquery,
.messagebox_warning_jquery,
.messagebox_info_jquery,
.messagebox_question_jquery {
  width: 576px;
  height: 215px;
  color: #FFFFFF;
  float: left;
  position: relative;
}

.ui-dialog[aria-describedby='messagebox'] {
  background: transparent;
  z-index: 10;
  -webkit-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -ms-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
  -webkit-box-shadow: 0px 0 0 0 rgba(0, 0, 0, 0.5);
  -moz-box-shadow: 0px 0 0 0 rgba(0, 0, 0, 0.5);
  box-shadow: 0px 0 0 0 rgba(0, 0, 0, 0.5);
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  -ms-border-radius: 0px;
  border-radius: 0px;
  padding: 0;
  margin: 0;
  border: 0 solid;
}

.ui-dialog[aria-describedby='messagebox']:after {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
  background: rgba(47, 47, 47, 0.65);
  content: " ";
  top: 0;
  left: 0;
  -webkit-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -ms-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}

.ui-dialog[aria-describedby='messagebox'] .ui-widget-header,
.ui-dialog[aria-describedby='messagebox'] .ui-widget-content,
.ui-dialog[aria-describedby='messagebox'] .ui-dialog-titlebar {
  border: 0;
  font-size: 0;
  background: #fff;
  min-height: 30px;
  -webkit-box-shadow: 0px 0 0 0 rgba(0, 0, 0, 0.5);
  -moz-box-shadow: 0px 0 0 0 rgba(0, 0, 0, 0.5);
  box-shadow: 0px 0 0 0 rgba(0, 0, 0, 0.5);
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  -ms-border-radius: 0px;
  border-radius: 0px;
  margin: 0;
}

.ui-dialog[aria-describedby='messagebox'] .ui-dialog-buttonpane .ui-button {
  margin: 10px 10px 10px 0;
  font-size: 14px;
}

.ui-dialog[aria-describedby='messagebox'] .ui-widget-header {
  font-size: 0;
}

.ui-dialog[aria-describedby='messagebox'] .ui-widget-header .ui-button {
  background: white;
  right: 10px;
  -webkit-box-shadow: 0px 0 0 0 rgba(0, 0, 0, 0.5);
  -moz-box-shadow: 0px 0 0 0 rgba(0, 0, 0, 0.5);
  box-shadow: 0px 0 0 0 rgba(0, 0, 0, 0.5);
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  -ms-border-radius: 0px;
  border-radius: 0px;
  border: 0;
}

.ui-dialog[aria-describedby='messagebox'] .ui-widget-header .ui-button:hover {
  -webkit-box-shadow: 0px 0 0 0 rgba(0, 0, 0, 0.5);
  -moz-box-shadow: 0px 0 0 0 rgba(0, 0, 0, 0.5);
  box-shadow: 0px 0 0 0 rgba(0, 0, 0, 0.5);
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  -ms-border-radius: 2px;
  border-radius: 2px;
  border: 0;
}

.messagebox_stop_jquery {
  background: #ff736b;
}

.messagebox_stop_jquery:before {
  content: '\E823';
  position: relative;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  left: 5%;
  font-size: 5rem;
  position: absolute;
}

.messagebox_warning_jquery {
  background: #ff8b3c;
}

.messagebox_warning_jquery:before {
  content: '\E822';
  position: relative;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  left: 5%;
  font-size: 5rem;
  position: absolute;
}

.messagebox_info_jquery {
  background: #00c154;
}

.messagebox_info_jquery:before {
  content: '\E81F';
  position: relative;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  left: 5%;
  font-size: 5rem;
  position: absolute;
}

.messagetitle_stop,
.messagetitle_warning,
.messagetitle_info,
.messagetitle_question {
  color: #FFFFFF;
  font-size: 11px;
  text-transform: uppercase;
  letter-spacing: 1px;
  font-weight: bold;
  padding-top: 9px;
  padding-left: 10px;
}

.messagebody_stop,
.messagebody_warning,
.messagebody_info,
.messagebody_question,
a.messagelink_stop,
a.messagelink_warning,
a.messagelink_question,
a.messagelink_info {
  width: calc(100% - 140px);
  float: left;
  color: #fff;
  left: 20%;
  font-size: 16px;
  position: relative;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}

@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .messagebody_stop,
  .messagebody_warning,
  .messagebody_info,
  .messagebody_question,
  a.messagelink_stop,
  a.messagelink_warning,
  a.messagelink_question,
  a.messagelink_info {
    top: 0%;
    -webkit-transform: translateY(0%);
    -moz-transform: translateY(0%);
    -ms-transform: translateY(0%);
    -o-transform: translateY(0%);
    transform: translateY(0%);
  }
}

a.messagelink_stop:hover,
a.messagelink_warning:hover,
a.messagelink_question:hover,
a.messagelink_info:hover {
  text-decoration: none;
}

/* messagebar */
.messagebar_warning,
.messagebar_info,
.messagebar_question,
.messagebar_stop {
  width: 80%;
  margin: 10px 10% 10px 10%;
  border-left: 3px solid;
  text-align: center;
  font-weight: bold;
  padding: 10px;
  float: left;
}

.messagebar_warning {
  border-color: #ffb400;
  background: #ffe7c4;
}

.messagebar_info {
  border-color: #5e5ec9;
  background: #d0e8ff;
}

.messagebar_question {
  border-color: #76d567;
  background: #e0ffeb;
}

.messagebar_stop {
  border-color: #ff0000;
  background: #ffe5e5;
}
