@charset "UTF-8";
/*
html5doctor.com Reset Stylesheet v1.6.1
Last Updated: 2010-09-17
Author: Richard Clark - http://richclarkdesign.com
*/
html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
  margin: 0 auto;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
}

div, li, article, section, header, aside,
footer, nav {
  position: relative;
}

html {
  height: 100%;
}

body {
  line-height: 1;
  width: 100%;
  min-height: 100%;
  height: auto !important;
  height: 100%;
  overflow: hidden;
  -webkit-overflow-scrolling: touch;
}

body, body:after, body:before {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
}

nav ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
  content: "";
  content: none;
}

a {
  margin: 0;
  padding: 0;
  font-size: 100%;
  color: inherit;
  vertical-align: baseline;
  background: transparent;
  text-decoration: none;
  font-size: inherit;
  color: inherit;
  font-family: inherit;
  display: inline-block;
}

/* change colours to suit your needs */
ins {
  background-color: #ff9;
  color: #000;
  text-decoration: none;
}

/* change colours to suit your needs */
mark {
  background-color: #ff9;
  color: #000;
  font-style: italic;
  font-weight: bold;
}

del {
  text-decoration: line-through;
}

abbr[title], dfn[title] {
  border-bottom: 1px dotted;
  cursor: help;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

/* change border colour to suit your needs */
hr {
  display: block;
  /*height:1px;*/
  height: 0px;
  border: 0;
  border-top: 1px solid #cccccc;
  /*margin:1em 0;*/
  padding: 0;
}

i {
  display: inline-block;
  vertical-align: middle;
}

ul {
  display: inline-block;
  list-style: none;
}

input, select {
  margin: 0;
  padding: 0;
  vertical-align: middle;
}

input:focus,
select:focus,
textarea:focus,
button:focus {
  outline: none;
}

input[type=button],
input[type=submit],
button {
  cursor: pointer;
}

input[type=button]:disabled,
input[type=submit]:disabled,
button:disabled {
  cursor: default;
}

/* ----------------------------------------------------------------------------------------------------------
02 General & Classes ----------------------------------------------------------------------------------------
---------------------------------------------------------------------------------------------------------- */
h1, h2, h3,
h4, h5, h6 {
  font-weight: normal;
}

textarea {
  font-family: inherit;
  border: 1px solid #CCCCCC;
}

textarea:disabled {
  background-color: #F6F6F6;
}

textarea:hover {
  border: 1px solid #666666;
}

textarea:disabled:hover {
  border: 1px solid #CCCCCC;
}

input:focus {
  outline: none;
}

input:hover {
  border: 1px solid #666666;
}

input:disabled:hover {
  border: 1px solid #CCCCCC;
}

/* Clear Classes */
.clear {
  clear: both;
}

.hidden {
  display: none;
}

.clear-group:after {
  display: block;
  height: 0;
  clear: both;
  content: ".";
  visibility: hidden;
  /* For clearing */
}

[ng\:cloak],
[ng-cloak],
[data-ng-cloak],
[x-ng-cloak],
.ng-cloak,
.x-ng-cloak {
  display: none !important;
}

/* Box Sizing */
.box-sizing,
.box-sizing:after,
.box-sizing:before {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.bold {
  font-weight: bold !important;
}

.clean {
  background: transparent !important;
  padding: 0;
  margin: 0 !important;
  border: 0 !important;
}

/* Centerd Elements */
.center-div {
  display: inline-block;
  text-align: center;
  vertical-align: middle;
}

.center-outside {
  display: table;
}

.center-inside {
  vertical-align: middle;
  width: auto;
  display: table-cell;
}

.angular-center-container {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  height: 100%;
  width: 100%;
  display: table;
  z-index: 100;
}

.angular-centered {
  display: table-cell;
  vertical-align: middle;
  text-align: center;
}

.two-columns {
  width: 50%;
}

.one-column {
  width: 100%;
}

/* Placeholder */
:invalid {
  box-shadow: none;
}

:-moz-submit-invalid {
  box-shadow: none;
}

:-moz-ui-invalid {
  box-shadow: none;
}

::-webkit-input-placeholder {
  color: #B3C4CE;
}

:-moz-placeholder {
  color: #B3C4CE;
}

::-moz-placeholder {
  color: #B3C4CE;
}

:-ms-input-placeholder {
  color: #B3C4CE;
}

/* Directions */
.ltr ::-webkit-input-placeholder {
  direction: ltr;
  text-align: left;
}

.ltr :-moz-placeholder {
  direction: ltr;
  text-align: left;
}

.ltr ::-moz-placeholder {
  direction: ltr;
  text-align: left;
}

.ltr :-ms-input-placeholder {
  direction: ltr;
  text-align: left;
}

textarea.ltr::-webkit-input-placeholder {
  direction: ltr;
  text-align: left;
}

textarea.ltr:-moz-placeholder {
  direction: ltr;
  text-align: left;
}

textarea.ltr::-moz-placeholder {
  direction: ltr;
  text-align: left;
}

textarea.ltr:-ms-input-placeholder {
  direction: ltr;
  text-align: left;
}

.rtl ::-webkit-input-placeholder {
  direction: rtl;
  text-align: right;
}

.rtl :-moz-placeholder {
  direction: rtl;
  text-align: right;
}

.rtl ::-moz-placeholder {
  direction: rtl;
  text-align: right;
}

.rtl :-ms-input-placeholder {
  direction: rtl;
  text-align: right;
}

textarea.rtl::-webkit-input-placeholder {
  direction: rtl;
  text-align: right;
}

textarea.rtl:-moz-placeholder {
  direction: rtl;
  text-align: right;
}

textarea.rtl::-moz-placeholder {
  direction: rtl;
  text-align: right;
}

textarea.rtl:-ms-input-placeholder {
  direction: rtl;
  text-align: right;
}

button,
select {
  font-family: arial;
}

a {
  cursor: pointer;
  text-decoration: none;
}

.no-pointer {
  cursor: default !important;
}

html {
  --html-background-color: #F2F2F2;
  background-color: var(--html-background-color);
}
html.light-bg {
  --html-background-color: #FFFFFF;
}

body {
  font-size: 16px;
  color: #666666;
  background: #fafafa;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

/*------------------------------------------------------------------------------*/
/*                             General Direction Rules                          */
/*------------------------------------------------------------------------------*/
.ltr {
  direction: ltr;
  text-align: left;
}

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

.floatLeft {
  float: left;
}

.floatRight {
  float: right;
}

input.ltr {
  direction: ltr;
}

input.rtl {
  direction: rtl;
}

.rtlElement {
  direction: rtl !important;
  text-align: right !important;
}

.ltrElement {
  direction: ltr !important;
  text-align: left !important;
}

/*------------------------------------------------------------------------------*/
/*                          General Language Rules                              */
/*------------------------------------------------------------------------------*/
body,
:lang(he) {
  font-family: "OpenSansHebrew", serif;
}

:lang(en) {
  font-family: "OpenSans", serif;
}

.logo {
  font-family: "Ezmel-Regular" !important;
  font-weight: normal;
}

body.lang-he h1.logo {
  font-family: "Ezmel-Regular" !important;
  font-weight: normal;
}

body.lang-en .logo {
  font-family: "Helvetica-Bold" !important;
  font-weight: normal;
}

/* Element level language support */
.heElement {
  font-family: "OpenSansHebrew", serif !important;
  font-weight: normal;
}

.arElement {
  font-family: "Lateef", "Arial", serif !important;
  font-weight: normal;
}

.enElement {
  font-family: "OpenSans", serif !important;
  font-weight: normal;
}

/*------------------------------------------------------------------------------*/
.width-100 {
  width: 100%;
}

.height-100 {
  height: 100%;
}

.width-height-100 {
  width: 100%;
  height: 100%;
}

.height-width-100 {
  width: 100%;
  height: 100%;
}

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

.font-size-14 {
  font-size: 14px;
}

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

.font-size-18 {
  font-size: 18px;
}

.font-size-20 {
  font-size: 20px;
}

.font-size-22 {
  font-size: 22px;
}

.font-size-24 {
  font-size: 24px;
}

.font-size-26 {
  font-size: 26px;
}

.font-size-28 {
  font-size: 28px;
}

.margin-5 {
  margin: 5px !important;
}

.margin-10 {
  margin: 10px !important;
}

.margin-20 {
  margin: 20px !important;
}

.margin-30 {
  margin: 30px !important;
}

.margin-40 {
  margin: 40px !important;
}

.margin-50 {
  margin: 50px !important;
}

.margin-top-0 {
  margin-top: 0 !important;
}

.margin-bottom-0 {
  margin-bottom: 0 !important;
}

.margin-left-0 {
  margin-left: 0 !important;
}

.margin-right-0 {
  margin-right: 0 !important;
}

.margin-top-3 {
  margin-top: 3px !important;
}

.margin-top-5 {
  margin-top: 5px !important;
}

.margin-bottom-5 {
  margin-bottom: 5px !important;
}

.margin-left-5 {
  margin-left: 5px !important;
}

.margin-right-5 {
  margin-right: 5px !important;
}

.margin-top-10 {
  margin-top: 10px !important;
}

.margin-bottom-10 {
  margin-bottom: 10px !important;
}

.margin-left-10 {
  margin-left: 10px !important;
}

.margin-right-8 {
  margin-right: 8px !important;
}

.margin-right-10 {
  margin-right: 10px !important;
}

.margin-top-15 {
  margin-top: 15px !important;
}

.margin-right-15 {
  margin-right: 15px !important;
}

.margin-left-15 {
  margin-left: 15px !important;
}

.margin-bottom-15 {
  margin-bottom: 15px !important;
}

.margin-top-20 {
  margin-top: 20px !important;
}

.margin-right-20 {
  margin-right: 20px !important;
}

.margin-left-20 {
  margin-left: 20px !important;
}

.margin-bottom-20 {
  margin-bottom: 20px !important;
}

.margin-top-25 {
  margin-top: 25px !important;
}

.margin-right-25 {
  margin-right: 25px !important;
}

.margin-left-25 {
  margin-left: 25px !important;
}

.margin-bottom-25 {
  margin-bottom: 25px !important;
}

.margin-top-30 {
  margin-top: 30px !important;
}

.margin-right-30 {
  margin-right: 30px !important;
}

.margin-left-30 {
  margin-left: 30px !important;
}

.margin-bottom-30 {
  margin-bottom: 30px !important;
}

.margin-top-35 {
  margin-top: 35px !important;
}

.margin-right-35 {
  margin-right: 35px !important;
}

.margin-left-35 {
  margin-left: 35px !important;
}

.margin-bottom-35 {
  margin-bottom: 35px !important;
}

.margin-top-40 {
  margin-top: 40px !important;
}

.margin-right-40 {
  margin-right: 40px !important;
}

.margin-left-40 {
  margin-left: 40px !important;
}

.margin-bottom-40 {
  margin-bottom: 40px !important;
}

.margin-top-45 {
  margin-top: 45px !important;
}

.margin-right-45 {
  margin-right: 45px !important;
}

.margin-left-45 {
  margin-left: 45px !important;
}

.margin-bottom-45 {
  margin-bottom: 45px !important;
}

.margin-top-50 {
  margin-top: 50px !important;
}

.margin-right-50 {
  margin-right: 50px !important;
}

.margin-left-50 {
  margin-left: 50px !important;
}

.margin-bottom-50 {
  margin-bottom: 50px !important;
}

.padding-5 {
  padding: 5px;
}

.padding-10 {
  padding: 10px;
}

.padding-20 {
  padding: 20px;
}

.padding-30 {
  padding: 30px;
}

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

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

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

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

.padding-top-5 {
  padding-top: 5px !important;
}

.padding-bottom-5 {
  padding-bottom: 5px !important;
}

.padding-left-5 {
  padding-left: 5px !important;
}

.padding-right-5 {
  padding-right: 5px !important;
}

.padding-top-10 {
  padding-top: 10px !important;
}

.padding-bottom-10 {
  padding-bottom: 10px !important;
}

.padding-left-10 {
  padding-left: 10px !important;
}

.padding-right-10 {
  padding-right: 10px !important;
}

.padding-top-15 {
  padding-top: 15px !important;
}

.padding-right-15 {
  padding-right: 15px !important;
}

.padding-left-15 {
  padding-left: 15px !important;
}

.padding-bottom-15 {
  padding-bottom: 15px !important;
}

.padding-top-20 {
  padding-top: 20px !important;
}

.padding-right-20 {
  padding-right: 20px !important;
}

.padding-left-20 {
  padding-left: 20px !important;
}

.padding-bottom-20 {
  padding-bottom: 20px !important;
}

.padding-top-25 {
  padding-top: 25px !important;
}

.padding-right-25 {
  padding-right: 25px !important;
}

.padding-left-25 {
  padding-left: 25px !important;
}

.padding-bottom-25 {
  padding-bottom: 25px !important;
}

.padding-top-30 {
  padding-top: 30px !important;
}

.padding-right-30 {
  padding-right: 30px !important;
}

.padding-left-30 {
  padding-left: 30px !important;
}

.padding-bottom-30 {
  padding-bottom: 30px !important;
}

/* ----------------------------------------------------------------------------------------------------------
Colors ------------------------------------------------------------------------------------------------------
---------------------------------------------------------------------------------------------------------- */
.light-blue {
  background-color: #0099d9;
}

.dark-blue {
  background-color: #0E82D3;
}

.light-orange {
  background-color: #F65543;
}

.dark-orange {
  background-color: #E13522;
}

.kalsefer-red {
  background-color: #FF0000;
}

.kalsefer-light-red {
  background-color: #F75B3B;
}

.light-yellow {
  background-color: #EEC52B;
}

.dark-yellow {
  background-color: #DCB00A;
}

.kalsefer-yellow {
  background-color: #FFCC00;
}

.kalsefer-orange {
  background-color: #FF9933;
}

.light-green {
  background-color: #54DB8C;
}

.dark-green {
  background-color: #25C266;
}

.kalsefer-green {
  background-color: #00CC66;
}

.kalsefer-dark-gray {
  background-color: #666666;
}

.light-gray-brown {
  background-color: #CCD7DD;
}

.dark-gray-brown {
  background-color: #B3C4CE;
}

.light-gray {
  background-color: #f5f5f5;
}

.dark-gray {
  background-color: #999999;
}

.light-gray-blue {
  background-color: #EDEDED;
}

.dark-gray-blue {
  background-color: #DEDEDE;
}

/* ----------------------------------------------------------------------------------------------------------
shapes ----------------------------------------------------------------------------------------------------
---------------------------------------------------------------------------------------------------------- */
.oval {
  border-radius: 10px;
  height: 20px;
  padding: 0px 6px;
  text-align: center;
}

.green-triangle {
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 17px 13px 0 13px;
  border-color: #00cc66 transparent transparent transparent;
}

.red-triangle {
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 17px 13px 0 13px;
  border-color: #F75B3B transparent transparent transparent;
}

/* ----------------------------------------------------------------------------------------------------------
Elements ----------------------------------------------------------------------------------------------------
---------------------------------------------------------------------------------------------------------- */
.gray-line {
  margin: 0;
  border: none;
  border-top: 1px solid #B3C4CE;
}

.gray-line-top {
  margin: 0;
  margin-top: 25px;
  border: none;
  border-top: 1px solid #B3C4CE;
}

.gray-line-bottom {
  margin: 0;
  margin-bottom: 30px;
  border: none;
  border-top: 1px solid #B3C4CE;
}

.footerSpacer {
  height: 250px;
}

.required-field:after {
  content: " *";
  color: red;
}

/** Mobile **/
@media screen and (max-width: 450px) {
  .hr-generic {
    /*margin: 1em 0;*/
    width: 100%;
  }

  .kalsefer-button {
    font-family: "OpenSansHebrew-Regular", "Open Sans Hebrew" !important;
    color: white;
    font-size: 18px;
    border: none;
    height: 35px;
    line-height: 35px;
    margin: 0;
  }

  .light-gray-blue-button:not(.no-hover):hover,
.light-gray-blue-button:not(.no-hover):active,
.light-gray-blue-button:not(.no-hover):hover,
.light-gray-blue-button:not(.no-hover):active {
    background: transparent;
  }
}
/** Tablet **/
@media screen and (min-width: 451px) {
  .hr-generic {
    margin: 1em 0;
    width: 100%;
  }

  .kalsefer-button {
    font-family: "OpenSansHebrew-Regular", "Open Sans Hebrew" !important;
    color: white;
    font-size: 18px;
    padding: 0 38px;
    border: none;
    height: 35px;
    line-height: 35px;
    margin: 0;
  }

  .light-gray-blue-button:not(.no-hover):hover,
.light-gray-blue-button:not(.no-hover):active,
.light-gray-blue-button:not(.no-hover):hover,
.light-gray-blue-button:not(.no-hover):active {
    background: #DEDEDE;
  }
}
/* ----------------------------------------------------------------------------------------------------------
------------------------------------------------   TABLES ---------------------------------------------------
---------------------------------------------------------------------------------------------------------- */
.ks-data-table {
  padding: 0px;
  margin: 0px;
  border: 1px solid #cccccc;
  width: 100%;
  margin-bottom: 20px;
}

.ks-data-tablee tbody {
  width: 100%;
}

.ks-data-table thead {
  width: 100%;
  padding: 0;
  margin: 0;
  vertical-align: middle;
  color: white;
  background-color: #389EDF;
}

.ks-data-table tr {
  border-bottom: 1px solid rgba(187, 187, 187, 0.3);
  width: 100%;
  padding: 5px;
  margin: 0;
}

.ks-data-table tr:nth-child(even) {
  background-color: #fafafa;
}

.ks-data-table tr.separator {
  border-bottom: 1px solid rgba(0, 153, 217, 0.25);
}

.ks-data-table thead td,
.ks-data-table thead th {
  height: 22px;
  padding-top: 5px;
  font-size: 16px;
}

.ks-data-table td {
  border-left: 1px solid #eeeeee;
  border-right: 1px solid #eeeeee;
  padding: 0;
  padding-top: 3px;
  margin: 0;
  vertical-align: top;
  height: 20px;
  font-size: 14px;
  font-family: "OpenSansHebrew-Regular", "Open Sans Hebrew", serif;
}

.ks-data-table.light-header thead {
  color: white;
  background-color: #F2F2F2;
}

.ks-data-table.light-header thead th {
  color: #666666;
  border: 1px solid #cccccc;
}

body.rtl .ks-data-table thead td,
body.rtl .ks-data-table thead th {
  padding-right: 8px;
}

body.rtl .ks-data-table td {
  padding-right: 5px;
}

body.ltr .ks-data-table thead td,
body.ltr .ks-data-table thead th {
  padding-left: 8px;
}

body.ltr .ks-data-table td {
  padding-left: 5px;
}

/* -------------------------------------------------------------------------------------------------------
-- Headers -----------------------------------------------------------------------------------------------
---------------------------------------------------------------------------------------------------------- */
.ks-header_1 {
  color: white;
  background-color: #389EDF;
  font-size: 18px;
  padding: 0 20px;
  line-height: 30px;
  height: 30px;
  margin-bottom: 15px;
}

input[type=checkbox].ks-checkbox + label.ks-label {
  padding-left: 25px;
  height: 20px;
  display: inline-block;
  line-height: 20px;
  background-repeat: no-repeat;
  background-position: 0 0;
  font-size: 20px;
  vertical-align: middle;
  cursor: pointer;
}

input[type=checkbox].ks-checkbox:checked + label.ks-label {
  background-position: 0 -20px;
}

label.ks-label {
  background: url("/../img/forms/kscheckbox.png") no-repeat top left;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

/* ----------------------------------------------------------------------------------------------------------
Animations --------------------------------------------------------------------------------------------------
---------------------------------------------------------------------------------------------------------- */
.cssFade {
  -webkit-transition: 0.3s ease-in-out;
  -moz-transition: 0.3s ease-in-out;
  -o-transition: 0.3s ease-in-out;
  -ms-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
  opacity: 1;
}

.cssFade.ng-hide {
  display: block !important;
  opacity: 0;
}

.windows8 {
  position: relative;
  width: 30px;
  height: 10px;
  padding: 10px;
}

.windows8 .wBall {
  position: absolute;
  width: 29px;
  height: 29px;
  opacity: 0;
  -moz-transform: rotate(225deg);
  -moz-animation: orbit 6.6s infinite;
  -webkit-transform: rotate(225deg);
  -webkit-animation: orbit 6.6s infinite;
  -ms-transform: rotate(225deg);
  -ms-animation: orbit 6.6s infinite;
  -o-transform: rotate(225deg);
  -o-animation: orbit 6.6s infinite;
  transform: rotate(225deg);
  animation: orbit 6.6s infinite;
}

.windows8 .wBall .wInnerBall {
  position: absolute;
  width: 4px;
  height: 4px;
  background: #389EDF;
  left: 0px;
  top: 0px;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  -ms-border-radius: 4px;
  -o-border-radius: 4px;
  border-radius: 4px;
}

.windows8 #wBall_1 {
  -moz-animation-delay: 1.44s;
  -webkit-animation-delay: 1.44s;
  -ms-animation-delay: 1.44s;
  -o-animation-delay: 1.44s;
  animation-delay: 1.44s;
}

.windows8 #wBall_2 {
  -moz-animation-delay: 0.29s;
  -webkit-animation-delay: 0.29s;
  -ms-animation-delay: 0.29s;
  -o-animation-delay: 0.29s;
  animation-delay: 0.29s;
}

.windows8 #wBall_3 {
  -moz-animation-delay: 0.58s;
  -webkit-animation-delay: 0.58s;
  -ms-animation-delay: 0.58s;
  -o-animation-delay: 0.58s;
  animation-delay: 0.58s;
}

.windows8 #wBall_4 {
  -moz-animation-delay: 0.86s;
  -webkit-animation-delay: 0.86s;
  -ms-animation-delay: 0.86s;
  -o-animation-delay: 0.86s;
  animation-delay: 0.86s;
}

.windows8 #wBall_5 {
  -moz-animation-delay: 1.15s;
  -webkit-animation-delay: 1.15s;
  -ms-animation-delay: 1.15s;
  -o-animation-delay: 1.15s;
  animation-delay: 1.15s;
}

@-moz-keyframes orbit {
  0% {
    opacity: 1;
    z-index: 99;
    -moz-transform: rotate(180deg);
    -moz-animation-timing-function: ease-out;
  }
  7% {
    opacity: 1;
    -moz-transform: rotate(300deg);
    -moz-animation-timing-function: linear;
    -moz-origin: 0%;
  }
  30% {
    opacity: 1;
    -moz-transform: rotate(410deg);
    -moz-animation-timing-function: ease-in-out;
    -moz-origin: 7%;
  }
  39% {
    opacity: 1;
    -moz-transform: rotate(645deg);
    -moz-animation-timing-function: linear;
    -moz-origin: 30%;
  }
  70% {
    opacity: 1;
    -moz-transform: rotate(770deg);
    -moz-animation-timing-function: ease-out;
    -moz-origin: 39%;
  }
  75% {
    opacity: 1;
    -moz-transform: rotate(900deg);
    -moz-animation-timing-function: ease-out;
    -moz-origin: 70%;
  }
  76% {
    opacity: 0;
    -moz-transform: rotate(900deg);
  }
  100% {
    opacity: 0;
    -moz-transform: rotate(900deg);
  }
}
@-webkit-keyframes orbit {
  0% {
    opacity: 1;
    z-index: 99;
    -webkit-transform: rotate(180deg);
    -webkit-animation-timing-function: ease-out;
  }
  7% {
    opacity: 1;
    -webkit-transform: rotate(300deg);
    -webkit-animation-timing-function: linear;
    -webkit-origin: 0%;
  }
  30% {
    opacity: 1;
    -webkit-transform: rotate(410deg);
    -webkit-animation-timing-function: ease-in-out;
    -webkit-origin: 7%;
  }
  39% {
    opacity: 1;
    -webkit-transform: rotate(645deg);
    -webkit-animation-timing-function: linear;
    -webkit-origin: 30%;
  }
  70% {
    opacity: 1;
    -webkit-transform: rotate(770deg);
    -webkit-animation-timing-function: ease-out;
    -webkit-origin: 39%;
  }
  75% {
    opacity: 1;
    -webkit-transform: rotate(900deg);
    -webkit-animation-timing-function: ease-out;
    -webkit-origin: 70%;
  }
  76% {
    opacity: 0;
    -webkit-transform: rotate(900deg);
  }
  100% {
    opacity: 0;
    -webkit-transform: rotate(900deg);
  }
}
@-ms-keyframes orbit {
  0% {
    opacity: 1;
    z-index: 99;
    -ms-transform: rotate(180deg);
    -ms-animation-timing-function: ease-out;
  }
  7% {
    opacity: 1;
    -ms-transform: rotate(300deg);
    -ms-animation-timing-function: linear;
    -ms-origin: 0%;
  }
  30% {
    opacity: 1;
    -ms-transform: rotate(410deg);
    -ms-animation-timing-function: ease-in-out;
    -ms-origin: 7%;
  }
  39% {
    opacity: 1;
    -ms-transform: rotate(645deg);
    -ms-animation-timing-function: linear;
    -ms-origin: 30%;
  }
  70% {
    opacity: 1;
    -ms-transform: rotate(770deg);
    -ms-animation-timing-function: ease-out;
    -ms-origin: 39%;
  }
  75% {
    opacity: 1;
    -ms-transform: rotate(900deg);
    -ms-animation-timing-function: ease-out;
    -ms-origin: 70%;
  }
  76% {
    opacity: 0;
    -ms-transform: rotate(900deg);
  }
  100% {
    opacity: 0;
    -ms-transform: rotate(900deg);
  }
}
@-o-keyframes orbit {
  0% {
    opacity: 1;
    z-index: 99;
    -o-transform: rotate(180deg);
    -o-animation-timing-function: ease-out;
  }
  7% {
    opacity: 1;
    -o-transform: rotate(300deg);
    -o-animation-timing-function: linear;
    -o-origin: 0%;
  }
  30% {
    opacity: 1;
    -o-transform: rotate(410deg);
    -o-animation-timing-function: ease-in-out;
    -o-origin: 7%;
  }
  39% {
    opacity: 1;
    -o-transform: rotate(645deg);
    -o-animation-timing-function: linear;
    -o-origin: 30%;
  }
  70% {
    opacity: 1;
    -o-transform: rotate(770deg);
    -o-animation-timing-function: ease-out;
    -o-origin: 39%;
  }
  75% {
    opacity: 1;
    -o-transform: rotate(900deg);
    -o-animation-timing-function: ease-out;
    -o-origin: 70%;
  }
  76% {
    opacity: 0;
    -o-transform: rotate(900deg);
  }
  100% {
    opacity: 0;
    -o-transform: rotate(900deg);
  }
}
@keyframes orbit {
  0% {
    opacity: 1;
    z-index: 99;
    transform: rotate(180deg);
    animation-timing-function: ease-out;
  }
  7% {
    opacity: 1;
    transform: rotate(300deg);
    animation-timing-function: linear;
    origin: 0%;
  }
  30% {
    opacity: 1;
    transform: rotate(410deg);
    animation-timing-function: ease-in-out;
    origin: 7%;
  }
  39% {
    opacity: 1;
    transform: rotate(645deg);
    animation-timing-function: linear;
    origin: 30%;
  }
  70% {
    opacity: 1;
    transform: rotate(770deg);
    animation-timing-function: ease-out;
    origin: 39%;
  }
  75% {
    opacity: 1;
    transform: rotate(900deg);
    animation-timing-function: ease-out;
    origin: 70%;
  }
  76% {
    opacity: 0;
    transform: rotate(900deg);
  }
  100% {
    opacity: 0;
    transform: rotate(900deg);
  }
}
/* -------------------------------------------------------------------------------------------------------
----------------------------------------------   Special  ------------------------------------------------
---------------------------------------------------------------------------------------------------------- */
.disable-text-selection {
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.truncate {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.clearfix:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}

.clearfix {
  display: inline-block;
}

.scr-reader {
  border: 0;
  clip: rect(1px, 1px, 1px, 1px);
  clip-path: inset(50%);
  height: 1px;
  margin: -1px;
  width: 1px;
  overflow: hidden;
  position: absolute !important;
  word-wrap: normal !important;
}

.print {
  display: none;
}

.no-print {
  display: block;
}

/* for developers use */
.todo {
  font-size: 22px;
  line-height: 24px;
  text-align: center;
  margin: 10px;
  padding: 3px;
  color: red;
  background-color: yellow;
}

/* ----------------------------------------------------------------------------------------------------------
----------------------------------------------  Safari / iOS ------------------------------------------------
---------------------------------------------------------------------------------------------------------- */
@font-face {
  font-family: "kalsefer-iconfont";
  src: url("https://st.classoos.com/3.102.3.285/fonts/icons/kalsefer-iconfont.eot");
  src: url("https://st.classoos.com/3.102.3.285/fonts/icons/kalsefer-iconfont.eot?#iefix") format("embedded-opentype"), url("https://st.classoos.com/3.102.3.285/fonts/icons/kalsefer-iconfont.woff") format("woff"), url("https://st.classoos.com/3.102.3.285/fonts/icons/kalsefer-iconfont.ttf") format("truetype"), url("https://st.classoos.com/3.102.3.285/fonts/icons/kalsefer-iconfont.svg#Kalsefer-Icons") format("svg");
  font-weight: normal;
  font-style: normal;
}
[data-icon]:before {
  font-family: "kalsefer-iconfont" !important;
  content: attr(data-icon);
  font-style: normal !important;
  font-weight: normal !important;
  font-variant: normal !important;
  text-transform: none !important;
  speak: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

[class^=icon-]:before,
[class*=" icon-"]:before {
  font-family: "kalsefer-iconfont" !important;
  font-style: normal !important;
  font-weight: normal !important;
  font-variant: normal !important;
  text-transform: none !important;
  speak: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.icon-add:before {
  content: "a";
}

.icon-confirm-users:before {
  content: "b";
}

.icon-my-items:before {
  content: "c";
}

.icon-groups:before {
  content: "d";
}

.icon-schedule:before {
  content: "e";
}

.icon-content:before {
  content: "f";
}

.icon-book-store:before {
  content: "g";
}

.icon-user-profile:before {
  content: "h";
}

.icon-password:before {
  content: "i";
}

.icon-user-center:before {
  content: "j";
}

.icon-video:before {
  content: "k";
}

.icon-tutorials:before {
  content: "l";
}

.icon-help:before {
  content: "m";
}

.icon-search:before {
  content: "n";
}

.icon-contacts:before {
  content: "o";
}

.icon-sent-itemes:before {
  content: "p";
}

.icon-inbox-3:before {
  content: "q";
}

.icon-user:before {
  content: "r";
}

.icon-globe-outline:before {
  content: "s";
}

.icon-home-1:before {
  content: "t";
}

.icon-lock-big:before {
  content: "u";
}

.icon-refresh:before {
  content: "v";
}

.icon-message-5:before {
  content: "w";
}

.icon-edit:before {
  content: "x";
}

.icon-message-2:before {
  content: "y";
}

.icon-message:before {
  content: "z";
}

.icon-message-8:before {
  content: "A";
}

.icon-message-1:before {
  content: "B";
}

.icon-message-6:before {
  content: "C";
}

.icon-message-7:before {
  content: "D";
}

.icon-share:before {
  content: "E";
}

.icon-toturials:before {
  content: "F";
}

.icon-teachers:before {
  content: "G";
}

.icon-settings:before {
  content: "H";
}

.icon-homework:before {
  content: "I";
}

.icon-school:before {
  content: "J";
}

.icon-key-3:before {
  content: "K";
}

.icon-lock-2:before {
  content: "L";
}

.icon-refresh-2:before {
  content: "M";
}

.icon-refresh-1:before {
  content: "N";
}

.icon-private:before {
  content: "O";
}

.icon-icon-inbox-6:before {
  content: "P";
}

.icon-content-full:before {
  content: "Q";
}

.icon-content-line:before {
  content: "R";
}

.icon-compose:before {
  content: "S";
}

.icon-message-9:before {
  content: "T";
}

.icon-share-1:before {
  content: "U";
}

.icon-key-fill:before {
  content: "V";
}

.icon-key-stroke:before {
  content: "W";
}

.icon-students:before {
  content: "X";
}

.icon-eye-disabled:before {
  content: "Y";
}

.icon-reply:before {
  content: "Z";
}

.icon-share-4:before {
  content: "0";
}

.icon-key:before {
  content: "1";
}

.icon-trash-1:before {
  content: "2";
}

.icon-trash-2:before {
  content: "3";
}

.icon-home:before {
  content: "4";
}

.icon-eye-1:before {
  content: "5";
}

.icon-trash:before {
  content: "6";
}

.icon-trash-3:before {
  content: "7";
}

.icon-share-2:before {
  content: "8";
}

.icon-lock:before {
  content: "9";
}

.icon-key-1:before {
  content: "!";
}

.icon-key-2:before {
  content: '"';
}

.icon-lock-1:before {
  content: "#";
}

.icon-teachers-1:before {
  content: "$";
}

.icon-tablearrow:before {
  content: "%";
}

.icon-tablearrow-1:before {
  content: "&";
}

.icon-tablearrow-2:before {
  content: "'";
}

body.rtl .icon-tablearrow-3:before {
  content: "(";
}

body.rtl .icon-tablearrow-4:before {
  content: ")";
}

body.ltr .icon-tablearrow-3:before {
  content: "(";
}

body.ltr .icon-tablearrow-4:before {
  content: "(";
}

.icon-tablearrow-5:before {
  content: "*";
}

.icon-tablearrow-6:before {
  content: "+";
}

.icon-tablearrow-7:before {
  content: ",";
}

.icon-tablearrow-8:before {
  content: "-";
}

.icon-tablearrow-9:before {
  content: ".";
}

.icon-tablearrow-10:before {
  content: "/";
}

.icon-tablearrow-11:before {
  content: ":";
}

.icon-school-1:before {
  content: ";";
}

.icon-icon-prezsite:before {
  content: "<";
}

.icon-icon-prezsite-1:before {
  content: "=";
}

.icon-trophy:before {
  content: ">";
}

.icon-close:before {
  content: "?";
}

.icon-close-1:before {
  content: "@";
}

.rtl .icon-close-4:before {
  content: "[";
}

.rtl .icon-close-3:before {
  content: "[";
}

.ltr .icon-close-4:before {
  content: "]";
}

.ltr .icon-close-3:before {
  content: "]";
}

.icon-close-2:before {
  content: "^";
}

.icon-close-5:before {
  content: "_";
}

.icon-close-6:before {
  content: "`";
}

.icon-megaphone:before {
  content: "{";
}

.icon-advertising-megaphone-2:before {
  content: "|";
}

.icon-bullhorn:before {
  content: "}";
}

.icon-megaphone-1:before {
  content: "~";
}

.icon-megaphone-2:before {
  content: "\\";
}

.icon-pin:before {
  content: "";
}

.icon-arrow-left:before {
  content: "";
}

.icon-icon-list:before {
  content: "";
}

.icon-icon-list-1:before {
  content: "";
}

.icon-fontawesome-webfont:before {
  content: "";
}

.icon-paper-clip:before {
  content: "";
}

.icon-link:before {
  content: "";
}

.icon-kalsefer-icons:before {
  content: "";
}

.icon-align-justify:before {
  content: "";
}

.icon-tasks:before {
  content: "";
}

.icon-android-options:before {
  content: "";
}

.icon-settings-1:before {
  content: "";
}

.icon-edit-1:before {
  content: "";
}

.icon-check-mark:before {
  content: "";
}

.icon-check-mark-2:before {
  content: "";
}

.icon-share-3:before {
  content: "";
}

.icon-ic-arrow-downward-24px:before {
  content: "";
}

.icon-ic-arrow-back-18px:before {
  content: "";
}

.icon-arrow-down-b:before {
  content: "";
}

.icon-long-arrow-down:before {
  content: "";
}

.icon-long-arrow-up:before {
  content: "";
}

.icon-share-alt:before {
  content: "";
}

.icon-angle-left:before {
  content: "";
}

.icon-angle-right:before {
  content: "";
}

.icon-bookmark:before {
  content: "";
}

.icon-bookmark-o:before {
  content: "";
}

.icon-caret-square-o-right:before {
  content: "";
}

.icon-caret-square-o-left:before {
  content: "";
}

.icon-chevron-left:before {
  content: "";
}

.icon-chevron-right:before {
  content: "";
}

.icon-file-text-o:before {
  content: "";
}

.icon-file-text:before {
  content: "";
}

.icon-pencil:before {
  content: "";
}

.icon-sticky-note-o:before {
  content: "";
}

.icon-sticky-note:before {
  content: "";
}

.icon-youtube-play:before {
  content: "";
}

.icon-picture-o:before {
  content: "";
}

.icon-link-1:before {
  content: "";
}

.icon-bars:before {
  content: "";
}

.icon-volume-down:before {
  content: "";
}

.icon-volume-off:before {
  content: "";
}

.icon-volume-up:before {
  content: "";
}

.icon-star:before {
  content: "";
}

.icon-search-1:before {
  content: "";
}

.icon-search-minus:before {
  content: "";
}

.icon-search-plus:before {
  content: "";
}

.icon-layers:before {
  content: "";
}

.icon-arrows:before {
  content: "";
}

.icon-arrows-alt:before {
  content: "";
}

.icon-arrows-h:before {
  content: "";
}

.icon-arrows-v:before {
  content: "";
}

.icon-exchange:before {
  content: "";
}

.icon-fontawesome-webfont-1:before {
  content: "";
}

.icon-fontawesome-webfont-2:before {
  content: "";
}

.icon-fontawesome-webfont-3:before {
  content: "";
}

.icon-fontawesome-webfont-4:before {
  content: "";
}

.icon-buffer:before {
  content: "";
}

.icon-buffer-outline:before {
  content: "";
}

.icon-tag-line:before {
  content: "";
}

.icon-picture:before {
  content: "";
}

.icon-pencil-1:before {
  content: "";
}

.icon-kalsefer-icons-1:before {
  content: "";
}

.icon-data-layers:before {
  content: "";
}

.icon-toc:before {
  content: "";
}

.icon-kalsefer-add-note:before {
  content: "";
}

.icon-kalsefer-link-miror:before {
  content: "";
}

.icon-page-view:before {
  content: "";
}

.icon-kalsefer-add-note2:before {
  content: "";
}

.icon-marker2-icon-61283:before {
  content: "";
}

.icon-marker-icon:before {
  content: "";
}

.icon-arrow-up-b:before {
  content: "";
}

.icon-ios-play:before {
  content: "";
}

.icon-arrow-left-b:before {
  content: "";
}

.icon-crop-free:before {
  content: "";
}

.icon-ic-apps-36px:before {
  content: "";
}

.icon-crop-close:before {
  content: "";
}

.icon-crop-fix:before {
  content: "";
}

.icon-kalsefer-add-bookmark:before {
  content: "";
}

.icon-sidebar-arrow-left:before {
  content: "";
}

.icon-sidebar-arrow-right:before {
  content: "";
}

.icon-document-text-accept:before {
  content: "";
}

.icon-hand-paper-o:before {
  content: "";
}

.icon-ambulance:before {
  content: "";
}

.icon-medkit:before {
  content: "";
}

.icon-user-plus:before {
  content: "";
}

.icon-cart-plus:before {
  content: "";
}

.icon-credit-card:before {
  content: "";
}

.icon-user-add:before {
  content: "";
}

.icon-person-add:before {
  content: "";
}

.icon-person-stalker:before {
  content: "";
}

.icon-user-full-add:before {
  content: "";
}

.icon-basket:before {
  content: "";
}

.icon-homework-feedback:before {
  content: "";
}

.icon-homework-archive:before {
  content: "";
}

.icon-add2:before {
  content: "";
}

/*-------------------------------------------------------------------------------------------------*/
/*                                          Firefly login                                          */
/*-------------------------------------------------------------------------------------------------*/
/*----------------------------------------------------------------------------*/
/*                                  General                                   */
/*----------------------------------------------------------------------------*/
#firefly {
  margin: 0;
  padding: 0;
  width: 100%;
  height: 100%;
  background-color: #e9e9e9;
  font-family: "Saira Semi Condensed", sans-serif;
}

#firefly .upper {
  height: 200px;
  position: relative;
  background-color: white;
}

#firefly .upper .logo {
  height: 60px;
  width: 216px;
  margin: 0 auto;
  position: absolute;
  top: 22%;
  left: 0;
  right: 0;
  background-size: 216px 60px;
  background-image: url("https://st.classoos.com/3.102.3.285/img/affiliate/firefly-logo-940.png");
  background-repeat: no-repeat;
}

#firefly .upper .select-header {
  height: 60px;
  width: 262px;
  line-height: 60px;
  margin: 0 auto;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  border-radius: 7px 7px 0 0;
  padding: 0 20px;
  color: white;
  background-color: #ac1d1d;
  -webkit-box-shadow: 0px 3px 12px 0px rgba(50, 50, 50, 0.2);
  -moz-box-shadow: 0px 3px 12px 0px rgba(50, 50, 50, 0.2);
  box-shadow: 0px 3px 12px 0px rgba(50, 50, 50, 0.2);
  font-size: 18px;
}

#firefly .lower {
  position: relative;
}

#firefly .lower .selectionBox {
  height: 334px;
  width: 262px;
  margin: 0 auto;
  padding-top: 20px;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  border-radius: 0 0 7px 7px;
  background-color: white;
  -webkit-box-shadow: 0px 3px 12px 0px rgba(50, 50, 50, 0.2);
  -moz-box-shadow: 0px 3px 12px 0px rgba(50, 50, 50, 0.2);
  box-shadow: 0px 3px 12px 0px rgba(50, 50, 50, 0.2);
  text-align: center;
}

#firefly .lower .selectionBox .error {
  padding: 15px;
  margin: 0 21px;
  color: #ac1d1d;
  background-color: #f2dede;
  text-align: left;
}

#firefly .lower .selectionBox .selectSchool #selectSchoolTitle {
  height: 40px;
  width: 220px;
  margin: auto;
  margin-bottom: 5px;
  font-size: 20px;
  line-height: 40px;
  vertical-align: middle;
  border: 1px solid #ccc;
  border-radius: 3px;
  -webkit-tap-highlight-color: transparent;
}

#firefly .lower .selectionBox .selectSchool #selectSchoolTitle i {
  right: 10px;
  top: 3px;
  position: absolute;
}

#firefly .lower .selectionBox .selectSchool #selectSchoolList {
  height: 176px;
  overflow: auto;
  list-style-type: none;
  position: absolute;
  left: 0;
  display: none;
}

#firefly .lower .selectionBox .selectSchool #selectSchoolList li {
  height: 35px;
  width: 220px;
  margin-left: 20px;
  padding: 0 10px;
  box-sizing: border-box;
  font-size: 14px;
  line-height: 35px;
  text-align: left;
  vertical-align: middle;
  border: 1px solid #d0d0d0;
  border-bottom: none;
}

#firefly .lower .selectionBox .selectSchool #selectSchoolList li:last-child {
  border: 1px solid #d0d0d0;
}

#firefly .lower .selectionBox .selectSchool #selectSchoolList li.selected {
  color: white;
  background-color: #ac1d1d;
}

#firefly .lower button {
  width: 220px;
  height: 40px;
  color: white;
  margin: 0 auto;
  position: absolute;
  bottom: 40px;
  left: 0;
  right: 0;
  font: inherit;
  font-size: 18px;
  background-color: #009eff;
  border: none;
  border-radius: 5px;
}

#firefly .lower button:hover {
  background: #1c7be5;
}

/*----------------------------------------------------------------------------*/
/*                                  Media Queries                             */
/*----------------------------------------------------------------------------*/
@media only screen and (max-height: 568px) {
  #firefly .lower .selectionBox {
    height: 260px;
  }

  #firefly .lower .selectionBox .selectSchool #selectSchoolList {
    height: 106px;
  }
}
@media only screen and (min-width: 420px) {
  #firefly .upper {
    height: 250px;
  }

  #firefly .upper .logo {
    height: 80px;
    width: 288px;
    top: 30%;
    background-size: 288px 80px;
  }

  #firefly .lower .selectionBox,
#firefly .upper .select-header {
    width: 550px;
  }

  #firefly .lower .selectionBox .error {
    padding: 20px;
    margin: 0 44px;
  }

  #firefly .lower button {
    width: 460px;
  }

  #firefly .lower .selectionBox .selectSchool #selectSchoolTitle,
#firefly .lower .selectionBox .selectSchool #selectSchoolList li {
    width: 460px;
    margin-left: 44px;
  }

  #firefly .lower .selectionBox .selectSchool #selectSchoolTitle i {
    right: 10px;
    top: 3px;
    position: absolute;
  }

  #firefly .lower .selectionBox {
    height: 350px;
  }
}
/*----------------------------------------------------------------------------*/
/*                                  Directions                                */
/*----------------------------------------------------------------------------*/
/***********************************  LTR ***********************************/
/***********************************  RTL ***********************************/
/*----------------------------------------------------------------------------*/
/*                                  Languages                                 */
/*----------------------------------------------------------------------------*/
/***********************************  Hebrew  *********************************/
/***********************************  English *********************************/
/***********************************  Spanish *********************************/
/*-------------------------------------------------------------------------------------------------*/
/*                                          idm login                                          */
/*-------------------------------------------------------------------------------------------------*/
/*----------------------------------------------------------------------------*/
/*                                  General                                   */
/*----------------------------------------------------------------------------*/
#idm {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  max-width: 100%;
  background-color: #ffffff;
}

#idm .upper {
  height: 140px;
  position: relative;
  background-color: white;
  width: 100%;
  margin: 0;
  padding: 0;
}

#idm .upper .logo {
  margin: 0 auto;
  padding: 0;
  width: 380px;
  text-align: center;
  float: none;
  top: 50px;
}

#idm .upper .logo_text {
  font-family: "Assistant";
  font-size: 25px;
  font-weight: 600;
  color: #333333;
}

#idm .upper .logo_img {
  height: 60px;
  font-family: "Assistant";
  float: right;
  margin-top: -15px;
}

#idm .lower {
  position: relative;
}

#idm .idm_warning_icon {
  margin: 0 auto;
  padding: 0;
  text-align: center;
  float: none;
  top: -30px;
  position: relative;
  height: 0;
  display: block;
  z-index: 20;
}

#idm .idm_warning_icon_img {
  width: 100px;
  height: 100px;
}

#idm .lower .selectionBox {
  background-image: -webkit-linear-gradient(-180deg, #5f8799 0%, #97b4c0 100%);
  background-image: -moz-linear-gradient(-180deg, #5f8799 0%, #97b4c0 100%);
  background-image: -o-linear-gradient(-180deg, #5f8799 0%, #97b4c0 100%);
  background-image: linear-gradient(-180deg, #5f8799 0%, #97b4c0 100%);
  height: 400px;
  width: 550px;
}

#idm .lower .selectionBox .error_title {
  position: absolute;
  top: 85px;
  width: 100%;
  font-family: "Assistant";
  font-size: 26px;
  font-weight: 600;
  color: #333333;
  text-align: center;
}

#idm .lower .selectionBox .error {
  position: absolute;
  top: 140px;
  font-family: "Assistant";
  font-size: 18px;
  font-weight: 600;
  color: #333333;
}

#idm .lower .selectionBox .error a:hover {
  color: #ffffff;
  text-decoration: underline;
}

#idm .lower button {
  margin: 0 auto;
  position: absolute;
  bottom: 40px;
  left: 0;
  right: 0;
  height: 50px;
  width: 225px;
  background-color: #32525f;
  font-family: "Assistant";
  font-size: 36px;
  font-weight: 600;
  color: #ffffff;
  text-align: center;
  border: none;
}

#idm .lower button:hover {
  background-color: #31445f;
}

#idm .lower .close_web {
  width: 390px;
}

/*----------------------------------------------------------------------------*/
/*                                  Media Queries                             */
/*----------------------------------------------------------------------------*/
@media only screen and (max-height: 568px) {
  #idm .lower .selectionBox {
    height: 260px;
  }
}
@media only screen and (max-width: 549px) {
  #idm .upper {
    height: 140px;
  }

  #idm .upper .logo {
    width: 340px;
  }

  #idm .upper .logo_text {
    font-size: 24px;
  }

  #idm .lower .selectionBox {
    height: 430px;
    width: 95%;
  }

  #idm .lower .selectionBox .error_title {
    font-size: 20px;
  }

  #idm .lower .selectionBox .error {
    right: 15px;
  }
}
/*----------------------------------------------------------------------------*/
/*                                  Directions                                */
/*----------------------------------------------------------------------------*/
/***********************************  LTR ***********************************/
.ltr .lower .selectionBox .error {
  left: 40px;
}

/***********************************  RTL ***********************************/
.rtl .lower .selectionBox .error {
  right: 40px;
}

/*----------------------------------------------------------------------------*/
/*                                  Languages                                 */
/*----------------------------------------------------------------------------*/
/***********************************  Hebrew  *********************************/
/***********************************  English *********************************/
/***********************************  Spanish *********************************/
