.red {
  color: #df1f00; }

/* 
.colours .z-1 {background:rgba(102, 102, 102, 1);}
.colours .z-2 {background:rgba(150, 170, 37, 1);}
.colours .z-3 {background:rgba(46, 149, 218, 1);}
.colours .z-4 {background:rgba(25, 187, 155, 1);}
.colours .z-5 {background:rgba(170, 112, 37, 1);}
.colours .z-6 {background:rgba(242, 193, 59, 1);}
.colours .z-7 {background:rgba(242, 98, 59, 1);}
.colours .z-8 {background:rgba(245, 53, 105, 1);}
*/
.dosis, body, .btn-green, .btn-green-1, .btn-red, .callendar .date-show input[type="text"], .datPicker, .select-boxes li div select, .frm-2 input, .frm-2 select, .frm-2 .file-name, .frm-2 textarea, .btn-file-upload, .datepick {
  font-family: 'Source Sans Pro', sans-serif, 'Arial';
  font-weight: normal; }

body {
  font-size: 14px;
  font-weight: 400;
  background-color: #ededed; }

html, body, .wrapper, .container {
  height: 100%; }

* {
  margin: 0;
  padding: 0; }

* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }

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

ul li {
  list-style: none; }

select, input, button, a, a:visited, a:hover, a:active, textarea, label, label span, .outln, .mobile-menu {
  -moz-outline: none;
  outline: none; }

a, a:visited, a:hover, a:active {
  color: #27c341;
  text-decoration: none; }

.bef-aftr, .arrow-right:before, .nav-admin:before, .bg-mnu, .ico-1 a:before, .ico-1 a:hover:before, .ico-1.active-1 a:before, .ico-2 a:before, .ico-2 a:hover:before, .ico-2.active-1 a:before, .ico-3 a:before, .ico-3 a:hover:before, .ico-3.active-1 a:before, .ico-4 a:before, .ico-4 a:hover:before, .ico-4.active-1 a:before, .ico-5 a:before, .ico-5 a:hover:before, .ico-5.active-1 a:before, .ico-6 a:before, .ico-6 a:hover:before, .ico-6.active-1 a:before, .callendar .date-show:before, .logo h1 a:before, .class-list-1 li:before, .active-2:after {
  content: '';
  display: block;
  position: absolute; }

.capital, .btn-green, .btn-green-1, .btn-red, .head-1, .nav-top ul li a span, .win-title h1, .tab-1 tr td div.tab-cnt div p, .tab-1 tr td:nth-child(4), .tab-1 tr td:nth-child(3), .logo h1 a, .login-box h2, .login-box a {
  text-transform: uppercase; }

.btn-green, .btn-green-1, .btn-red {
  height: 38px;
  line-height: 38px;
  font-size: 16px;
  color: #fff;
  display: inline-block;
  text-align: center;
  font-weight: 700;
  border: none;
  padding-left: 20px;
  padding-right: 20px;
  cursor: pointer; }

.btn-green:visited {
  color: #fff;
  text-decoration: none !important; }

.btn-green {
  -webkit-border-top-left-radius: 20px;
  -webkit-border-top-right-radius: 20px;
  -webkit-border-bottom-right-radius: 20px;
  -webkit-border-bottom-left-radius: 20px;
  -moz-border-radius-topleft: 20px;
  -moz-border-radius-topright: 20px;
  -moz-border-radius-bottomright: 20px;
  -moz-border-radius-bottomleft: 20px;
  border-top-left-radius: 20px;
  border-top-right-radius: 20px;
  border-bottom-right-radius: 20px;
  border-bottom-left-radius: 20px; }

.btn-green, .btn-green-1 {
  background-color: #27c341; }

.btn-green-1, .btn-red {
  -webkit-border-top-left-radius: 5px;
  -webkit-border-top-right-radius: 5px;
  -webkit-border-bottom-right-radius: 5px;
  -webkit-border-bottom-left-radius: 5px;
  -moz-border-radius-topleft: 5px;
  -moz-border-radius-topright: 5px;
  -moz-border-radius-bottomright: 5px;
  -moz-border-radius-bottomleft: 5px;
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
  border-bottom-right-radius: 5px;
  border-bottom-left-radius: 5px; }

.btn-red {
  background-color: #df1f00; }

.arrow-right {
  position: relative;
  padding-right: 35px; }

.arrow-right:before {
  width: 7px;
  height: 12px;
  background-repeat: no-repeat;
  background-position: top left;
  background-size: 7px 12px;
  top: 50%;
  left: auto;
  margin-top: -6px;
  right: 12px;
  background-image: url(../img/white_arrow_right.png); }

.head-1 {
  font-size: 14px;
  font-weight: 700; }

.container {
  max-width: 1240px;
  width: 100%;
  margin: 0 auto;
  position: relative; }

.header-top {
  height: 55px;
  display: table;
  width: 100%; }
  .header-top div.header-top-cont {
    display: table-cell;
    background-color: #fff;
    vertical-align: middle;
    padding-left: 15px;
    padding-right: 15px;
    position: relative; }
    .header-top div.header-top-cont h1 {
      font-weight: normal;
      font-size: 14px;
      color: #203039; }

.nav-admin {
  position: absolute;
  top: 50%;
  margin-top: -19px;
  right: 30px;
  cursor: pointer;
  width: 60px; }
  .nav-admin span {
    -webkit-border-top-left-radius: 50%;
    -webkit-border-top-right-radius: 50%;
    -webkit-border-bottom-right-radius: 50%;
    -webkit-border-bottom-left-radius: 50%;
    -moz-border-radius-topleft: 50%;
    -moz-border-radius-topright: 50%;
    -moz-border-radius-bottomright: 50%;
    -moz-border-radius-bottomleft: 50%;
    border-top-left-radius: 50%;
    border-top-right-radius: 50%;
    border-bottom-right-radius: 50%;
    border-bottom-left-radius: 50%;
    border: 1px solid #d6d6d6;
    width: 38px;
    height: 38px;
    overflow: hidden;
    display: block; }
    .nav-admin span img {
      width: 37px; }

.nav-admin:before {
  width: 12px;
  height: 6px;
  background-repeat: no-repeat;
  background-position: top left;
  background-size: 12px 6px;
  top: 50%;
  left: auto;
  background-image: url(../img/green_arrow_down.png);
  right: 0;
  margin-top: -3px; }

.admin-menu {
  -webkit-border-top-left-radius: 0;
  -webkit-border-top-right-radius: 0;
  -webkit-border-bottom-right-radius: 2px;
  -webkit-border-bottom-left-radius: 2px;
  -moz-border-radius-topleft: 0;
  -moz-border-radius-topright: 0;
  -moz-border-radius-bottomright: 2px;
  -moz-border-radius-bottomleft: 2px;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
  border-bottom-right-radius: 2px;
  border-bottom-left-radius: 2px;
  display: none;
  position: absolute;
  top: 55px;
  right: 0;
  z-index: 80;
  background-color: #fff;
  width: 150px;
  border-left: 1px solid #e8eaeb;
  border-right: 1px solid #e8eaeb;
  border-bottom: 1px solid #e8eaeb;
  padding: 15px; }
  .admin-menu li {
    margin-bottom: 7px; }
    .admin-menu li a {
      font-weight: bold; }

.header-bottom {
  background-color: #11384f;
  height: 93px;
  position: relative;
  border-left: 10px solid #fff;
  border-right: 10px solid #fff; }

/*.nav-top {display: block; float: left;
    ul {display: table;
        li {display: table-cell;
       
            a {border-bottom: 5px solid $dark-navy-blue; color: $white;
                display: block; width: 93px; height: 93px; background-size: 40px 40px; background-repeat: no-repeat; background-position: center 15px; text-align: center;
                span {@extend .capital; font-size: 12px; font-weight: 400; margin-top: 65px; display: inline-block;}
            }
        }
        li a:hover span, li.active-1 a span {color: $lime-green;}
    }
} 

.ico-1 a {background-image: url(../img/ico_1.png);}
.ico-1 a:hover, .ico-1.active-1 a {background-image: url(../img/ico_1a.png);}
.ico-2 a {background-image: url(../img/ico_2.png);}
.ico-2 a:hover, .ico-2.active-1 a {background-image: url(../img/ico_2a.png);}
.ico-3 a {background-image: url(../img/ico_3.png);}
.ico-3 a:hover, .ico-3.active-1 a {background-image: url(../img/ico_3a.png);}
.ico-4 a {background-image: url(../img/ico_4.png);}
.ico-4 a:hover, .ico-4.active-1 a {background-image: url(../img/ico_4a.png);}
.ico-5 a {background-image: url(../img/ico_5.png);}
.ico-5 a:hover, .ico-5.active-1 a {background-image: url(../img/ico_5a.png);}
.ico-6 a {background-image: url(../img/ico_6.png);}
.ico-6 a:hover, .ico-6.active-1 a {background-image: url(../img/ico_6a.png);}
*/
.nav-top {
  display: block;
  float: left; }
  .nav-top ul {
    display: table; }
    .nav-top ul li {
      display: table-cell; }
      .nav-top ul li a {
        border-bottom: 5px solid #11384f;
        color: #fff;
        position: relative;
        display: block;
        width: 93px;
        height: 93px;
        background-repeat: no-repeat;
        background-position: center 15px;
        text-align: center; }
        .nav-top ul li a span {
          font-size: 12px;
          font-weight: 400;
          margin-top: 65px;
          display: inline-block; }
    .nav-top ul li a:hover span, .nav-top ul li.active-1 a span {
      color: #a5d311; }

.bg-mnu, .ico-1 a:before, .ico-1 a:hover:before, .ico-1.active-1 a:before, .ico-2 a:before, .ico-2 a:hover:before, .ico-2.active-1 a:before, .ico-3 a:before, .ico-3 a:hover:before, .ico-3.active-1 a:before, .ico-4 a:before, .ico-4 a:hover:before, .ico-4.active-1 a:before, .ico-5 a:before, .ico-5 a:hover:before, .ico-5.active-1 a:before, .ico-6 a:before, .ico-6 a:hover:before, .ico-6.active-1 a:before {
  background-image: url(../img/menu_icons.png);
  background-size: 100%;
  width: 40px;
  height: 40px;
  top: 50%;
  margin-top: -25px;
  left: 50%;
  margin-left: -20px; }

.ico-1 a:before {
  background-position: 0 -40px; }

.ico-1 a:hover:before, .ico-1.active-1 a:before {
  background-position: 0 0; }

.ico-2 a:before {
  background-position: 0 -120px; }

.ico-2 a:hover:before, .ico-2.active-1 a:before {
  background-position: 0 -80px; }

.ico-3 a:before {
  background-position: 0 -200px; }

.ico-3 a:hover:before, .ico-3.active-1 a:before {
  background-position: 0 -160px; }

.ico-4 a:before {
  background-position: 0 -280px; }

.ico-4 a:hover:before, .ico-4.active-1 a:before {
  background-position: 0 -240px; }

.ico-5 a:before {
  background-position: 0 -360px; }

.ico-5 a:hover:before, .ico-5.active-1 a:before {
  background-position: 0 -320px; }

.ico-6 a:before {
  background-position: 0 -440px; }

.ico-6 a:hover:before, .ico-6.active-1 a:before {
  background-position: 0 -400px; }

.round-input, .callendar, .select-room, .select-hour-min, .select-hour, .select-min, .select-boxes li div {
  -webkit-border-top-left-radius: 4px;
  -webkit-border-top-right-radius: 4px;
  -webkit-border-bottom-right-radius: 4px;
  -webkit-border-bottom-left-radius: 4px;
  -moz-border-radius-topleft: 4px;
  -moz-border-radius-topright: 4px;
  -moz-border-radius-bottomright: 4px;
  -moz-border-radius-bottomleft: 4px;
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
  border-bottom-left-radius: 4px;
  display: block;
  width: 100%;
  height: 38px;
  background-color: #fff;
  overflow: hidden; }

.callendar {
  max-width: 206px;
  height: 38px;
  right: 24px;
  position: absolute;
  position: absolute;
  top: 50%;
  margin-top: -19px; }
  .callendar .date-show {
    font-size: 18px;
    line-height: 38px;
    position: relative;
    padding-left: 38px;
    font-weight: 700;
    left: 38px;
    color: #203039;
    cursor: pointer; }
    .callendar .date-show input[type="text"] {
      border: none;
      font-weight: bold;
      font-size: 18px; }
  .callendar .date-show:before {
    width: 19px;
    height: 21px;
    background-repeat: no-repeat;
    background-position: top left;
    background-size: 19px 21px;
    top: 0;
    left: 6px;
    background-image: url(../img/callendar.png); }

.datPicker {
  border: none;
  font-weight: bold;
  font-size: 18px;
  position: absolute;
  top: 0px;
  left: 30px;
  background: transparent;
  border: none;
  padding-left: 40px;
  width: 145px;
  cursor: pointer;
  line-height: 38px; }

.btn-l-1, .btn-r-1 {
  background-color: transparent;
  border: none;
  position: absolute;
  top: 0;
  cursor: pointer; }

.btn-l-1 {
  background-position: 11px center;
  background-repeat: no-repeat;
  width: 33px;
  height: 38px;
  background-size: 8px 12px;
  background-image: url(../img/arrow-l-1.png);
  left: 0;
  border-right: 1px solid #d6d6d6; }

.btn-r-1 {
  background-position: 12px center;
  background-repeat: no-repeat;
  width: 33px;
  height: 38px;
  background-size: 8px 12px;
  background-image: url(../img/arrow-r-1.png);
  right: 0;
  border-left: 1px solid #d6d6d6; }

.frm-1 select, .select-room select, .select-hour-min select, .select-hour select, .select-min select, .select-boxes li div select {
  cursor: pointer;
  padding-left: 5px;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background: url(../img/arrow-down-1.png) no-repeat;
  background-position: right center;
  background-size: 13px 9px;
  font-weight: 700;
  font-size: 14px;
  line-height: 38px;
  height: 38px;
  border: none; }
.frm-1 input[type="text"], .select-room input[type="text"], .select-hour-min input[type="text"], .select-hour input[type="text"], .select-min input[type="text"], .select-boxes li div input[type="text"] {
  height: 36px;
  border: none;
  font-size: 14px;
  font-family: 'Source Sans Pro'; }

.select-room {
  right: 350px;
  max-width: 135px;
  position: absolute;
  top: 50%;
  margin-top: -19px; }
  .select-room select {
    max-width: 110px;
    width: 100%;
    color: #a5d311;
    border: none;
    position: absolute;
    /*top: 5px;*/
    left: 10px;
    border: none; }

.select-hour-min {
  right: 240px;
  max-width: 90px;
  position: absolute;
  top: 50%;
  margin-top: -19px; }
  .select-hour-min select {
    max-width: 30px;
    width: 100%;
    color: #a5d311;
    border: none;
    position: absolute;
    /*top: 5px;*/
    left: 2px;
    border: none; }

.select-hour {
  left: 0;
  max-width: 44px;
  position: absolute;
  top: 0; }
  .select-hour select {
    max-width: 35px;
    width: 100%;
    color: #a5d311;
    border: none;
    position: absolute;
    /*top: 5px;*/
    left: 2px;
    border: none; }

.select-min {
  left: 40px;
  max-width: 44px;
  position: absolute;
  top: 0; }
  .select-min select {
    max-width: 35px;
    width: 100%;
    color: #a5d311;
    border: none;
    position: absolute;
    /*top: 5px;*/
    left: 2px;
    border: none; }

.search-bar {
  background-color: #fff;
  position: relative;
  height: 59px;
  padding: 10px 10px 0; }

.select-boxes {
  display: table;
  width: 100%;
  min-height: 40px;
  /*li:nth-child(1) {width: 146px;
       div {
           select {width: 120px;}
       }
   }
   
   li:nth-child(2) {width: 175px;
       div {
           select {width: 150px;}
       }
   }
   li:nth-child(3) {width: 146px;
       div {
           select {width: 120px;}
       }
   } */ }
  .select-boxes li {
    display: table-cell;
    vertical-align: middle;
    padding-left: 5px;
    padding-right: 5px;
    width: 175px; }
    .select-boxes li div {
      border: 1px solid #d6d6d6;
      position: relative; }
      .select-boxes li div select {
        font-weight: normal;
        position: absolute;
        top: 50%;
        margin-top: -19px;
        height: 38px;
        left: 5px;
        width: 150px; }
  .select-boxes li:last-child {
    text-align: right;
    width: auto; }
    .select-boxes li:last-child div {
      width: 205px;
      display: inline-block;
      position: relative; }
      .select-boxes li:last-child div input {
        width: 100%;
        padding-left: 10px;
        padding-right: 38px; }
      .select-boxes li:last-child div button {
        background-position: 8px 8px;
        background-repeat: no-repeat;
        width: 38px;
        height: 38px;
        background-size: 22px 18px;
        position: absolute;
        background-image: url(../img/lens.png);
        top: 0;
        right: 0;
        background-color: transparent;
        border: none;
        cursor: pointer; }

.pchld-14::-webkit-input-placeholder {
  font-size: 14px;
  font-weight: 300;
  font-family: 'Source Sans Pro'; }

.pchld-14:-moz-placeholder {
  font-size: 14px;
  font-weight: 300;
  font-family: 'Source Sans Pro'; }

.pchld-14::-moz-placeholder {
  font-size: 14px;
  font-weight: 300;
  font-family: 'Source Sans Pro'; }

.pchld-14:-ms-input-placeholder {
  font-size: 14px;
  font-weight: 300;
  font-family: 'Source Sans Pro'; }

.win-title {
  width: auto !important; }
  .win-title h1 {
    font-size: 14px; }

.sel-activ {
  width: 146px;
  text-align: right; }
  .sel-activ div select {
    width: 120px; }

.class-list {
  color: #fff;
  padding-top: 0;
  background-color: #fff;
  display: table;
  width: 100%;
  padding-left: 10px;
  padding-right: 10px;
  padding-bottom: 10px;
  margin-bottom: 10px; }
  .class-list li {
    text-transform: uppercase;
    display: block;
    float: left;
    max-width: 40px;
    width: 100%;
    height: 40px;
    line-height: 40px;
    text-align: center;
    cursor: pointer;
    font-size: 18px;
    font-weight: 300;
    margin-right: 1px; }
    .class-list li a {
      color: #fff;
      display: block;
      width: 100%;
      height: 100%; }
  .class-list li.all {
    background-color: #d6d6d6;
    max-width: 94px; }
  .class-list li.class-1 {
    background-color: #2578aa; }
  .class-list li.class-2 {
    background-color: #25aaa2; }
  .class-list li.class-3 {
    background-color: #25aa76; }
  .class-list li.class-4 {
    background-color: #64aa25; }
  .class-list li.class-5 {
    background-color: #96aa25; }
  .class-list li.class-6 {
    background-color: #aa9925; }
  .class-list li.class-7 {
    background-color: #aa7025; }
  .class-list li.class-8 {
    background-color: #aa4b25; }
  .class-list li.active-3, .class-list li:hover {
    background-color: #df1f00; }

.class-list-2 {
  display: table;
  width: 100%; }
  .class-list-2 label {
    background-color: #d6d6d6;
    text-transform: uppercase;
    display: block;
    float: left;
    max-width: 36px;
    width: 100%;
    height: 30px;
    margin-right: 1px;
    position: relative;
    text-align: center; }
    .class-list-2 label span {
      display: block;
      position: absolute;
      line-height: 30px;
      cursor: pointer;
      top: 0;
      left: 0;
      max-width: 36px;
      width: 100%;
      height: 30px;
      color: #000;
      font-size: 14px; }
    .class-list-2 label input[type="checkbox"] {
      visibility: hidden; }
    .class-list-2 label input[type="checkbox"]:checked + span {
      background-color: #df1f00 !important;
      color: #fff; }
  .class-list-2 label.all-class {
    max-width: 84px; }
    .class-list-2 label.all-class span {
      max-width: 84px; }

.table-content {
  background-color: #fff;
  padding-left: 5px;
  padding-right: 5px;
  padding-bottom: 5px;
  padding-top: 5px;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1);
  margin-bottom: 5px; }

.tab-1 {
  width: 100%;
  border-collapse: collapse;
  background-color: #fff;
  margin-bottom: 20px;
  min-width: 800px; }
  .tab-1 tr:nth-child(2n+1) {
    background: #e5e5e5; }
  .tab-1 tr {
    border-bottom: 1px solid #fff; }
    .tab-1 tr td {
      padding: 0 5px;
      height: 50px;
      vertical-align: middle;
      font-size: 15px; }
      .tab-1 tr td div.tab-cnt {
        display: table;
        height: 100%;
        position: relative; }
        .tab-1 tr td div.tab-cnt div:hover, .tab-1 tr td div.tab-cnt div.active {
          color: #fff; }
        .tab-1 tr td div.tab-cnt div {
          padding-left: 10px;
          padding-right: 10px;
          display: table-cell; }
          .tab-1 tr td div.tab-cnt div span {
            opacity: 0.5;
            font-size: 8px;
            display: inline-block;
            padding-top: 3px; }
          .tab-1 tr td div.tab-cnt div span:nth-child(3) {
            background: #fff;
            position: absolute;
            top: 2px;
            right: 2px;
            padding: 3px 4px;
            border-radius: 20px;
            font-size: 11px;
            width: 15px;
            height: 15px;
            line-height: 10px;
            color: #000;
            font-weight: bold;
            text-align: center;
            opacity: .9; }
          .tab-1 tr td div.tab-cnt div p {
            font-size: 14px;
            margin-top: -3px; }
    .tab-1 tr td:nth-child(1) {
      width: 3%;
      padding-left: 10px;
      color: #ccc; }
    .tab-1 tr td:nth-child(2) {
      width: 20%;
      font-size: 16px;
      color: #000;
      font-weight: 400; }
    .tab-1 tr td:nth-child(4) {
      width: 3%;
      font-size: 16px;
      font-weight: 400; }
    .tab-1 tr td:nth-child(5) {
      width: 5%;
      font-size: 16px;
      font-weight: 400; }
    .tab-1 tr td:nth-child(3) {
      width: 10%;
      text-align: center;
      border-left: 1px solid #e7e7e7;
      color: #11384f;
      font-size: 14px;
      font-weight: 700;
      cursor: pointer; }
      .tab-1 tr td:nth-child(3) a {
        color: #11384f; }

.room {
  text-align: center; }

.teachers tr td:last-child {
  border-left: 0; }

.activities tr td:last-child {
  width: 5%; }

.activ-list span, .activ-list a {
  background-position: center center;
  background-repeat: no-repeat;
  width: 100%;
  height: 100%;
  background-size: 24px 21px;
  background-image: url(../img/topics.png);
  display: block; }

.download span, .download a {
  background-position: center center;
  background-repeat: no-repeat;
  width: 100%;
  height: 100%;
  background-size: 24px 21px;
  background-image: url(../img/download.png);
  display: block; }

.topics tr td:nth-child(2) {
  width: 15%; }
.topics tr td:nth-child(3) {
  width: 5%; }
.topics tr td:nth-child(4) {
  width: auto; }
.topics tr td:nth-child(5) {
  width: 5%;
  border-left: 1px solid #e7e7e7; }
.topics tr td:last-child {
  width: 5%; }

.topic span, .topic-2 span {
  font-size: 10px;
  display: inline-block;
  font-weight: 400; }
.topic b, .topic-2 b {
  -webkit-border-top-left-radius: 3px;
  -webkit-border-top-right-radius: 3px;
  -webkit-border-bottom-right-radius: 3px;
  -webkit-border-bottom-left-radius: 3px;
  -moz-border-radius-topleft: 3px;
  -moz-border-radius-topright: 3px;
  -moz-border-radius-bottomright: 3px;
  -moz-border-radius-bottomleft: 3px;
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
  background-color: #df1f00;
  display: inline-block;
  margin-left: 5px;
  padding: 0 3px 1px;
  color: #fff;
  font-size: 10px;
  font-weight: 400; }
.topic p, .topic-2 p {
  font-size: 15px;
  font-weight: 400;
  display: block; }

.topic-2 {
  width: auto !important; }

.write-topic {
  position: relative; }
  .write-topic a, .write-topic span.show-add-topic {
    background-position: center center;
    background-repeat: no-repeat;
    width: 100%;
    height: 100%;
    background-size: 22px 20px;
    background-image: url(../img/write.png);
    display: block;
    cursor: pointer; }

.add-topic {
  -webkit-border-top-left-radius: 5px;
  -webkit-border-top-right-radius: 5px;
  -webkit-border-bottom-right-radius: 5px;
  -webkit-border-bottom-left-radius: 5px;
  -moz-border-radius-topleft: 5px;
  -moz-border-radius-topright: 5px;
  -moz-border-radius-bottomright: 5px;
  -moz-border-radius-bottomleft: 5px;
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
  border-bottom-right-radius: 5px;
  border-bottom-left-radius: 5px;
  position: fixed;
  z-index: 100;
  background-color: #fff;
  display: none;
  max-width: 800px;
  width: 100%;
  top: 40px;
  left: 50%;
  margin-left: -400px;
  padding: 30px 15px 10px;
  border: 1px solid #d6d6d6;
  z-index: 2000; }
  .add-topic span.close-box-1 {
    top: 15px;
    right: 5px; }

.close-box-1 {
  position: absolute;
  top: 30px;
  right: 30px;
  cursor: pointer;
  font-size: 34px;
  font-weight: normal;
  line-height: 0; }

.add-topic-frm li {
  margin-bottom: 8px !important; }
  .add-topic-frm li input[type="text"] {
    line-height: 27px !important; }
  .add-topic-frm li textarea {
    max-width: 100%; }
  .add-topic-frm li button {
    height: 28px;
    line-height: 28px; }
  .add-topic-frm li label {
    display: inline-block;
    margin-right: 5px; }
.add-topic-frm li:last-child {
  margin-bottom: 0 !important;
  text-align: center; }
.add-topic-frm li:nth-child(2) input {
  max-width: 62px !important; }

.delete-topic a, .delete-topic span {
  background-position: center center;
  background-repeat: no-repeat;
  width: 100%;
  height: 100%;
  background-size: 15px 15px;
  background-image: url(../img/delete.png);
  display: block; }

.confirm-box {
  background-color: #a5d311;
  width: 100%;
  max-width: 100%;
  color: #fff;
  display: inline-block;
  text-align: center;
  font-size: 16px;
  -webkit-border-top-left-radius: 2px;
  -webkit-border-top-right-radius: 2px;
  -webkit-border-bottom-right-radius: 2px;
  -webkit-border-bottom-left-radius: 2px;
  -moz-border-radius-topleft: 2px;
  -moz-border-radius-topright: 2px;
  -moz-border-radius-bottomright: 2px;
  -moz-border-radius-bottomleft: 2px;
  border-top-left-radius: 2px;
  border-top-right-radius: 2px;
  border-bottom-right-radius: 2px;
  border-bottom-left-radius: 2px;
  position: relative;
  margin-bottom: 15px;
  padding: 10px; }

.alert-box {
  background-color: #df1f00;
  width: 100%;
  max-width: 100%;
  color: #fff;
  display: inline-block;
  text-align: center;
  font-size: 16px;
  -webkit-border-top-left-radius: 2px;
  -webkit-border-top-right-radius: 2px;
  -webkit-border-bottom-right-radius: 2px;
  -webkit-border-bottom-left-radius: 2px;
  -moz-border-radius-topleft: 2px;
  -moz-border-radius-topright: 2px;
  -moz-border-radius-bottomright: 2px;
  -moz-border-radius-bottomleft: 2px;
  border-top-left-radius: 2px;
  border-top-right-radius: 2px;
  border-bottom-right-radius: 2px;
  border-bottom-left-radius: 2px;
  position: relative;
  margin-bottom: 15px;
  padding: 10px; }

.info-box-1, .info-box-2, .info-box-red, .info-box-red-2, .info-box-red-3 {
  position: fixed;
  top: 0px;
  left: 0;
  background-color: #a5d311;
  width: 100%;
  color: #fff;
  padding: 20px;
  z-index: 100;
  text-align: center;
  font-size: 18px;
  display: none;
  font-weight: normal; }
  .info-box-1 p, .info-box-2 p, .info-box-red p, .info-box-red-2 p, .info-box-red-3 p {
    margin-bottom: 0; }

.info-box-2 {
  display: block; }

.info-box-red {
  display: block;
  background-color: #df1f00; }

.info-box-red-2, .info-box-red-3 {
  background-color: #df1f00; }

.block-a, .tab-cnt div {
  height: 100%;
  border-left: 1px solid #fff;
  cursor: pointer; }

.tab-cnt div {
  width: 100px;
  border-left: 1px solid #fff;
  cursor: pointer; }

.z-0 {
  background-color: #e8e8e8;
  /*border-top: 1px solid $white; border-bottom: 1px solid $white;*/
  color: #a4a4a4; }

.z-0:hover {
  color: #a4a4a4 !important; }

.z-1 {
  background-color: rgba(72, 170, 37, 0.2);
  /*border-top: 1px solid $white; border-bottom: 1px solid $white;*/ }

.z-1.active, .z-1:hover {
  background-color: #48aa25;
  /*border-top: 1px solid $white; border-bottom: 1px solid $white;*/ }

.z-2 {
  background-color: rgba(150, 170, 37, 0.2);
  /*border-top: 1px solid $white; border-bottom: 1px solid $white;*/ }

.z-2.active, .z-2:hover {
  background-color: #96aa25;
  /*border-top: 1px solid $white; border-bottom: 1px solid $white;*/ }

.z-3 {
  background-color: rgba(46, 149, 218, 0.2);
  /*border-top: 1px solid $white; border-bottom: 1px solid $white;*/ }

.z-3.active, .z-3:hover {
  background-color: #2e95da;
  /*border-top: 1px solid $white; border-bottom: 1px solid $white;*/ }

.z-4 {
  background-color: rgba(25, 187, 155, 0.2);
  /*border-top: 1px solid $white; border-bottom: 1px solid $white;*/ }

.z-4.active, .z-4:hover {
  background-color: #19bb9b;
  /*border-top: 1px solid $white; border-bottom: 1px solid $white;*/ }

.z-5 {
  background-color: rgba(170, 112, 37, 0.2);
  /*border-top: 1px solid $white; border-bottom: 1px solid $white;*/ }

.z-5.active, .z-5:hover {
  background-color: #aa7025;
  /*border-top: 1px solid $white; border-bottom: 1px solid $white;*/ }

.z-6 {
  background-color: rgba(242, 193, 59, 0.2);
  /*border-top: 1px solid $white; border-bottom: 1px solid $white;*/ }

.z-6.active, .z-6:hover {
  background-color: #f2c13b;
  /*border-top: 1px solid $white; border-bottom: 1px solid $white;*/ }

.z-7 {
  background-color: rgba(242, 98, 59, 0.2);
  /*border-top: 1px solid $white; border-bottom: 1px solid $white;*/ }

.z-7.active, .z-7:hover {
  background-color: #f2623b;
  /*border-top: 1px solid $white; border-bottom: 1px solid $white;*/ }

.z-8 {
  background-color: rgba(245, 53, 105, 0.2);
  /*border-top: 1px solid $white; border-bottom: 1px solid $white;*/ }

.z-8.active, .z-8:hover {
  background-color: #f53569;
  /*border-top: 1px solid $white; border-bottom: 1px solid $white;*/ }

.z-1.active-2:hover, .z-2.active-2:hover, .z-3.active-2:hover, .z-4.active-2:hover, .z-5.active-2:hover, .z-6.active-2:hover, .z-7.active-2:hover, .z-8.active-2:hover {
  display: table;
  width: 100%; }

.z-1.active-2:hover, .z-1.active-2 {
  background-color: rgba(72, 170, 37, 0.2) !important; }

.z-2.active-2:hover, .z-2.active-2 {
  background-color: rgba(150, 170, 37, 0.2) !important; }

.z-3.active-2:hover, .z-3.active-2 {
  background-color: rgba(46, 149, 218, 0.2) !important; }

.z-4.active-2:hover, .z-4.active-2 {
  background-color: rgba(25, 187, 155, 0.2) !important; }

.z-5.active-2:hover, .z-5.active-2 {
  background-color: rgba(170, 112, 37, 0.2) !important; }

.z-6.active-2:hover, .z-6.active-2 {
  background-color: rgba(242, 193, 59, 0.2) !important; }

.z-7.active-2:hover, .z-7.active-2 {
  background-color: rgba(242, 98, 59, 0.2) !important; }

.z-8.active-2:hover, .z-8.active-2 {
  background-color: rgba(245, 53, 105, 0.2) !important; }

.class-list-1 li.z-1, .class-list-1 li.z-2, .class-list-1 li.z-3, .class-list-1 li.z-4, .class-list-1 li.z-5, .class-list-1 li.z-6, .class-list-1 li.z-7, .class-list-1 li.z-8 {
  background-color: #fff; }

.class-active {
  display: table;
  width: 100%;
  height: 100%; }
  .class-active li {
    display: table-cell;
    width: 50%;
    vertical-align: middle;
    text-align: center;
    cursor: pointer; }

.check-out-of {
  width: 100%;
  height: 100%; }

.class-info {
  background-position: center 15px;
  background-repeat: no-repeat;
  width: 100%;
  height: 100%;
  background-size: 14px 80px;
  background-image: url(../img/pin_hover.png); }
  .class-info span {
    font-size: 10px;
    opacity: 0.5;
    font-weight: normal;
    text-transform: none;
    /*padding-top: 20px;*/
    display: block;
    width: 100%;
    height: 100%; }

.active-4 {
  background-position: center -45px; }

.class-out {
  background-position: center center;
  background-repeat: no-repeat;
  width: 50%;
  height: 100%;
  background-size: 18px 16px;
  background-image: url(../img/out.png);
  position: relative; }
  .class-out a, .class-out span {
    width: 100%;
    height: 100%;
    display: block; }

.class-out:before {
  content: '';
  display: block;
  width: 1px;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background-color: #e7e7e7; }

.class-out:hover {
  background-image: url(../img/out_hover.png); }

.printer {
  background-position: center center;
  background-repeat: no-repeat;
  width: 24px;
  height: 24px;
  background-size: 16px 16px;
  background-image: url(../img/printer.png);
  margin-top: 2px;
  cursor: pointer;
  display: block; }

.wrapper, .wrapper-1 {
  background-image: url(../img/login-bg.jpg);
  background-repeat: none;
  background-position: center center;
  background-size: cover;
  background-attachment: fixed; }

.wrapper-1 {
  padding-bottom: 130px; }

.logo {
  position: absolute;
  top: 25px;
  left: 0; }
  .logo h1 a {
    font-size: 20px;
    color: #fff;
    text-decoration: none;
    padding-left: 46px; }
    .logo h1 a span {
      color: #a5d311; }
    .logo h1 a small {
      font-weight: 200; }
  .logo h1 a:before {
    width: 34px;
    height: 34px;
    background-repeat: no-repeat;
    background-position: top left;
    background-size: 34px 34px;
    top: 3px;
    left: 0;
    background-image: url(../img/logo.png); }

.login-box {
  margin: 0 auto;
  max-width: 340px;
  width: 100%;
  position: relative;
  top: calc(50% - 150px);
  background-color: #fff;
  padding: 25px 30px 20px;
  text-align: center; }
  .login-box h2 {
    font-size: 20px;
    margin-bottom: 25px;
    text-align: left;
    padding-left: 5px;
    font-weight: 700; }
  .login-box p {
    margin-bottom: 15px; }
  .login-box a {
    font-size: 11px; }
  .login-box li:last-child {
    margin-top: 20px; }

.frm-2 li {
  margin-bottom: 15px; }
.frm-2 label {
  color: #747474;
  display: block;
  font-size: 17px;
  margin-bottom: 3px; }
.frm-2 label.error {
  color: #cc0000;
  font-size: 12px;
  margin-top: 4px;
  /* position:absolute; top:-9876px;*/ }
.frm-2 input, .frm-2 select, .frm-2 .file-name {
  -webkit-border-top-left-radius: 5px;
  -webkit-border-top-right-radius: 5px;
  -webkit-border-bottom-right-radius: 5px;
  -webkit-border-bottom-left-radius: 5px;
  -moz-border-radius-topleft: 5px;
  -moz-border-radius-topright: 5px;
  -moz-border-radius-bottomright: 5px;
  -moz-border-radius-bottomleft: 5px;
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
  border-bottom-right-radius: 5px;
  border-bottom-left-radius: 5px;
  max-width: 275px;
  width: 100%;
  border: 1px solid #d6d6d6;
  line-height: 37px;
  padding: 0 10px;
  font-size: 17px; }
.frm-2 input[type="checkbox"] {
  max-width: none;
  width: auto;
  margin-right: 10px; }
.frm-2 select {
  cursor: pointer;
  padding-left: 10px;
  padding-right: 10px;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background: url(../img/arrow-down-2.png) no-repeat;
  background-position: right center;
  background-size: 20px 9px;
  background-color: #fff;
  font-size: 17px;
  line-height: 38px;
  height: 38px;
  color: #747474; }
.frm-2 textarea {
  -webkit-border-top-left-radius: 5px;
  -webkit-border-top-right-radius: 5px;
  -webkit-border-bottom-right-radius: 5px;
  -webkit-border-bottom-left-radius: 5px;
  -moz-border-radius-topleft: 5px;
  -moz-border-radius-topright: 5px;
  -moz-border-radius-bottomright: 5px;
  -moz-border-radius-bottomleft: 5px;
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
  border-bottom-right-radius: 5px;
  border-bottom-left-radius: 5px;
  max-width: 275px;
  width: 100%;
  border: 1px solid #d6d6d6;
  padding: 5px 10px;
  font-size: 17px;
  min-height: 70px; }

/*::-webkit-input-placeholder, :-moz-placeholder, ::-moz-placeholder, :-ms-input-placeholder  { 
   font-size: 25px; font-weight: 300;
}*/
::-webkit-input-placeholder {
  font-size: 16px;
  font-weight: 300;
  font-family: 'Source Sans Pro'; }

:-moz-placeholder {
  font-size: 16px;
  font-weight: 300;
  font-family: 'Source Sans Pro'; }

::-moz-placeholder {
  font-size: 16px;
  font-weight: 300;
  font-family: 'Source Sans Pro'; }

:-ms-input-placeholder {
  font-size: 16px;
  font-weight: 300;
  font-family: 'Source Sans Pro'; }

.fast-topic {
  padding: 20px 40px; }
  .fast-topic h2.head-1 {
    margin-bottom: 20px; }
  .fast-topic ul li:first-child input[type="text"], .fast-topic ul li:first-child textarea {
    width: 100%;
    max-width: 100%; }
  .fast-topic ul li button.btn-green-1 {
    max-width: 212px;
    width: 100%; }

.fast-ad ul li:first-child textarea {
  width: 100%;
  max-width: 100%; }
.fast-ad ul li select {
  max-width: 212px;
  width: 100%; }

.time-box div {
  display: inline-block; }
  .time-box div input[type="text"] {
    max-width: 165px; }
.time-box div:first-of-type {
  margin-right: 10px; }

.report-back {
  display: table;
  width: 100%;
  height: 100%; }
  .report-back b {
    display: table-cell;
    vertical-align: middle; }

.app-form {
  background-color: #fff;
  max-width: 867px;
  width: 100%;
  margin: 0 auto;
  position: relative;
  top: 100px;
  padding: 25px;
  margin-bottom: 30px; }
  .app-form h2 {
    font-size: 24px;
    border-bottom: 1px solid #d6d6d6;
    padding-bottom: 15px;
    margin-bottom: 15px; }
    .app-form h2 span {
      font-weight: 400; }
  .app-form h3 {
    margin-bottom: 15px;
    font-size: 20px; }
  .app-form h4 {
    margin-bottom: 10px;
    font-size: 15px;
    font-weight: normal; }
  .app-form ul li input {
    max-width: 389px; }

.frm-col-right {
  float: right; }

.box-form {
  width: 100%;
  display: table; }

.box-form-2 {
  width: 50%;
  display: table-cell; }

.box-form input.error, .box-form select.error {
  border: 1px solid #cc0000; }

div.box-form-2:nth-of-type(2) {
  padding-left: 15px; }

.va-btm {
  vertical-align: bottom; }

.flds-inln input {
  display: inline-block;
  margin-bottom: 2px; }
.flds-inln input:nth-of-type(1) {
  max-width: 290px;
  margin-right: 10px; }
.flds-inln label:nth-of-type(1) {
  max-width: 290px; }
.flds-inln input:nth-of-type(2) {
  max-width: 86px; }

.flds-inln-2 {
  display: table;
  width: 100%; }
  .flds-inln-2 li {
    display: table-cell;
    padding: 0 10px 20px 10px; }
  .flds-inln-2 li:first-child {
    padding-left: 0; }
  .flds-inln-2 li:last-child {
    padding-right: 0; }

.frm-radio {
  float: right;
  padding-right: 15px; }
  .frm-radio label {
    display: inline-block;
    font-size: 15px;
    padding-right: 15px;
    vertical-align: top;
    cursor: pointer; }
    .frm-radio label span {
      padding-left: 10px;
      display: inline-block;
      vertical-align: top; }
  .frm-radio label:last-of-type {
    padding-right: 0; }
  .frm-radio input[type="radio"] {
    width: 20px;
    height: 20px;
    cursor: pointer; }

.frm-sel-1 li select {
  max-width: 76px;
  margin-right: 10px; }
.frm-sel-1 li label {
  display: inline-block; }

.frm-check label {
  vertical-align: top;
  position: relative;
  cursor: pointer; }
  .frm-check label input[type="checkbox"] {
    max-width: 15px;
    margin-right: 10px; }
  .frm-check label span {
    display: inline-block;
    float: right;
    width: 96%; }
    .frm-check label span b {
      font-size: 10px;
      font-weight: normal;
      margin-bottom: 10px;
      line-height: 1.2em;
      display: block; }

.frm-btn-1 {
  text-align: center; }

.statement-red {
  background-color: #df1f00;
  color: white;
  text-align: center;
  padding: 20px 10px;
  font-size: 18px; }

.statement-green {
  background-color: #a5d311;
  color: white;
  text-align: center;
  padding: 20px 10px;
  font-size: 18px; }

.cross {
  font-weight: 600;
  background: #ccc;
  border-radius: 10px;
  margin: 9px 0 0 -25px;
  position: absolute;
  padding: 1px 6px;
  color: #fff; }

.box-popup {
  display: none;
  width: 100%;
  height: 100%;
  z-index: 9999;
  position: fixed;
  left: 0;
  top: 0;
  /*transform: translate(-50%, -50%);*/
  overflow-x: hidden;
  overflow-y: auto;
  /*pointer-events:none;*/ }

.close-box {
  cursor: pointer;
  position: absolute;
  top: 30px;
  right: 30px;
  font-size: 38px;
  font-weight: normal;
  line-height: 0;
  display: block;
  width: 12px;
  height: 12px; }

#mask, #mask-1 {
  position: fixed;
  left: 0;
  top: 0;
  z-index: 10;
  width: 100%;
  height: 100%;
  z-index: 1040;
  background-color: rgba(0, 0, 0, 0.6);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#99000000,endColorstr=#99000000);
  display: none; }

.popup-open {
  overflow: hidden; }

.box-popup-con {
  position: relative;
  max-width: 1240px;
  width: 100%;
  background-color: #fff;
  margin: 30px auto;
  z-index: 20000; }

.box-popup-head {
  padding: 15px 0 0; }
  .box-popup-head h2 {
    border-bottom: 1px solid #e8eaeb;
    padding: 0 30px 15px;
    margin-bottom: 15px; }

.box-popup-cnt {
  padding: 0 30px 20px; }

.class-list-1 li {
  margin-bottom: 5px;
  position: relative;
  padding: 5px 5px 5px 40px;
  cursor: pointer;
  font-size: 20px;
  display: table;
  width: 100%; }
  .class-list-1 li span:nth-of-type(1) {
    text-align: left;
    display: table-cell;
    width: 52%; }
  .class-list-1 li span:nth-of-type(2) {
    text-align: left;
    display: table-cell;
    width: 48%; }
.class-list-1 li:before {
  position: absolute;
  width: 25px;
  height: 25px;
  border: 1px solid #d6d6d6;
  cursor: pointer;
  top: 5px;
  left: 5px;
  background-color: #fff; }

.active-2 {
  font-weight: 600; }

.active-2:after {
  position: absolute;
  width: 19px;
  height: 19px;
  background-color: #a5d311;
  top: 8px;
  left: 8px; }

.profil-frm {
  padding-top: 20px; }
  .profil-frm li {
    position: relative; }
    .profil-frm li button {
      max-width: 212px;
      width: 100%; }
    .profil-frm li span.red {
      display: inline-block;
      vertical-align: top;
      padding-left: 5px; }

.add-file {
  padding-top: 0; }

.file-name {
  width: 100%;
  background-color: #fff;
  display: inline-block;
  max-width: 100% !important; }

#file-upload {
  display: none; }

.btn-file-upload {
  -webkit-border-top-left-radius: 5px;
  -webkit-border-top-right-radius: 5px;
  -webkit-border-bottom-right-radius: 5px;
  -webkit-border-bottom-left-radius: 5px;
  -moz-border-radius-topleft: 5px;
  -moz-border-radius-topright: 5px;
  -moz-border-radius-bottomright: 5px;
  -moz-border-radius-bottomleft: 5px;
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
  border-bottom-right-radius: 5px;
  border-bottom-left-radius: 5px;
  max-width: 212px;
  width: 100%;
  border: 1px solid #d6d6d6;
  line-height: 37px;
  padding: 0 10px;
  font-size: 22px;
  cursor: pointer;
  display: inline-block;
  text-align: center;
  background: #fff; }

#popup-box-confirm div.box-popup-con {
  max-width: 360px; }

.box-popup-cnt-1 {
  text-align: center;
  padding: 0 30px 15px; }

.click-btn {
  min-width: 120px;
  margin: 0 10px; }

.removed {
  background-color: #dbe9cf !important;
  opacity: 0.5; }

.class-msg, #sel_topic {
  max-width: 100% !important; }

.class-msg {
  min-height: 140px !important; }

.replace, .replace input[type="checkbox"] {
  cursor: pointer; }

.replace {
  line-height: 40px; }

.teacher-list {
  display: none; }

.table-log table {
  border-collapse: collapse;
  width: 100%; }
  .table-log table tr {
    height: 40px; }
    .table-log table tr td {
      text-align: left; }
  .table-log table tr:first-child td {
    font-weight: bold;
    padding-top: 10px;
    padding-bottom: 10px; }
  .table-log table tr:nth-child(2n+1) {
    background: #F9F9F9; }

.student {
  cursor: pointer; }

/* Default styling for jQuery Datepicker v5.0.1. */
.datepick {
  background-color: #fff;
  color: #000;
  border: 0;
  font-size: 90%;
  width: 206px !important;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1);
  margin-left: -30px;
  padding: 5px; }

.datepick-rtl {
  direction: rtl; }

.datepick-popup {
  z-index: 1000; }

.datepick-disable {
  position: absolute;
  z-index: 100;
  background-color: white;
  opacity: 0.5;
  filter: alpha(opacity=50); }

.datepick a {
  color: #000;
  text-decoration: none; }

.datepick a.datepick-disabled {
  color: #888;
  cursor: auto; }

.datepick button {
  margin: 0.25em;
  padding: 0.125em 0em;
  background-color: #fcc;
  border: none;
  border-radius: 0.25em;
  -moz-border-radius: 0.25em;
  -webkit-border-radius: 0.25em;
  font-weight: bold; }

.datepick-nav, .datepick-ctrl {
  float: left;
  width: 100%;
  background-color: #fff;
  color: #000;
  font-size: 100%;
  font-weight: bold; }

.datepick-ctrl {
  background-color: #fff; }

.datepick-cmd {
  width: 30%; }

.datepick-cmd:hover {
  background-color: transparent; }

.datepick-ctrl .datepick-cmd:hover {
  background-color: #fff; }

.datepick-cmd-prevJump, .datepick-cmd-nextJump {
  width: 8%; }

a.datepick-cmd {
  height: 2em; }

button.datepick-cmd {
  text-align: center; }

.datepick-cmd-prev, .datepick-cmd-prevJump, .datepick-cmd-clear {
  float: left;
  padding-left: 2%; }

.datepick-cmd-current, .datepick-cmd-today {
  float: left;
  width: 35%;
  text-align: center; }

.datepick-cmd-next, .datepick-cmd-nextJump, .datepick-cmd-close {
  float: right;
  padding-right: 2%;
  text-align: right; }

.datepick-rtl .datepick-cmd-prev, .datepick-rtl .datepick-cmd-prevJump,
.datepick-rtl .datepick-cmd-clear {
  float: right;
  padding-left: 0%;
  padding-right: 2%;
  text-align: right; }

.datepick-rtl .datepick-cmd-current, .datepick-rtl .datepick-cmd-today {
  float: right; }

.datepick-rtl .datepick-cmd-next, .datepick-rtl .datepick-cmd-nextJump,
.datepick-rtl .datepick-cmd-close {
  float: left;
  padding-left: 2%;
  padding-right: 0%;
  text-align: left; }

.datepick-month-nav {
  float: left;
  background-color: #fff;
  text-align: center; }

.datepick-month-nav div {
  float: left;
  width: 12.5%;
  margin: 1%;
  padding: 1%; }

.datepick-month-nav span {
  color: #000; }

.datepick-month-row {
  clear: left; }

.datepick-month {
  float: left;
  width: 15em;
  border: 1px solid #fff;
  text-align: center;
  width: 100%; }

.datepick-month-header, .datepick-month-header select, .datepick-month-header input {
  height: 1.5em;
  background-color: #fff;
  color: #000;
  font-weight: bold; }

.datepick-month-header select, .datepick-month-header input {
  height: 1.4em;
  margin: 0em;
  padding: 0em;
  border: none;
  font-size: 100%; }

.datepick-month-header input {
  position: absolute;
  display: none; }

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

.datepick-month thead {
  border-bottom: 1px solid #e8eaeb; }

.datepick-month th, .datepick-month td {
  margin: 0em;
  padding: 0em;
  font-weight: normal;
  text-align: center; }

.datepick-month th {
  border: 1px solid #fff; }

.datepick-month th, .datepick-month th a {
  background-color: #fff;
  color: #000;
  font-weight: bold; }

.datepick-month td {
  background-color: #fff;
  border: 1px solid #fff; }

.datepick-month td.datepick-week {
  border: 1px solid #fff; }

.datepick-month td.datepick-week * {
  background-color: #fff;
  color: #000;
  border: none; }

.datepick-month a {
  display: block;
  width: 100%;
  padding: 5px 6px;
  background-color: #fff;
  color: #000;
  text-decoration: none;
  text-align: center;
  -webkit-border-radius: 90px;
  -moz-border-radius: 90px;
  border-radius: 90px;
  cursor: pointer; }

.datepick-month span {
  display: block;
  width: 100%;
  padding: 0.125em 0em; }

.datepick-month td span {
  color: #fff; }

.datepick-month td .datepick-other-month {
  background-color: #fff; }

.datepick-month td .datepick-weekend {
  background-color: #fff; }

.datepick-month td .datepick-today {
  background-color: #a5d311;
  color: #fff; }

.datepick-month td .datepick-highlight {
  background-color: #a5d311;
  color: #fff; }

.datepick-month td .datepick-selected {
  background-color: #df1f00;
  color: #fff; }

.datepick-month th.datepick-week {
  background-color: #fff;
  color: #000; }

.datepick-status {
  clear: both;
  background-color: #fff;
  text-align: center; }

.datepick-clear-fix {
  clear: both; }

.class-list li {
  margin-bottom: 1px; }

.table-responsive {
  width: 100%;
  margin-bottom: 15px;
  overflow-y: hidden;
  -ms-overflow-style: -ms-autohiding-scrollbar;
  border: 0; }

.mobile-menu {
  display: none;
  position: absolute;
  top: 20px;
  left: 15px;
  background-color: transparent;
  border: none;
  padding: 8px 10px;
  cursor: pointer; }
  .mobile-menu span {
    display: block;
    width: 32px;
    height: 3px;
    border-radius: 1px;
    background-color: #fff; }
  .mobile-menu span + span {
    margin-top: 5px; }

@media (max-width: 1040px) {
  .nav-top ul li a {
    width: 80px; }

  .callendar {
    right: 10px; }

  .select-hour-min {
    right: 225px; }

  .select-room {
    right: 330px; } }
@media (max-width: 1040px) {
  .header-bottom {
    border-left: 0;
    border-right: 0; } }
@media (max-width: 960px) {
  .nav-top ul li a {
    width: 67px; }

  .nav-top ul li a span {
    font-size: 10px; } }
/*@media(max-width:860px) {
    .menu {display: none; position: absolute; top: 73px; left: 0px; max-width: 100%; width: 100%; z-index: 100; background-color: $dark-navy-blue;
        ul {margin-top: 0; padding: 15px; width: 100%;
            li {display: block; width: 100%;   
                a {width: 100%; background-position: left 15px; text-align: left; height: 60px;
                    span {margin-top: 25px; padding-left: 60px; font-size: 18px;}
                }
                a:before, a:hover:before {left: 15px; margin-top: -12px;}
            }
            li.active-1 a:before {left: 15px; margin-top: -12px;}
        }
    }
    .mobile-menu {display: block;}
    h1.logo {margin-top: 25px !important; width: 143px;
        img {width: 143px;}
    }
    
    .header-bottom {height: 73px;}
    .nav-admin {right: 10px;}
    
    .add-topic {left: 0; max-width: 100%; margin-left: auto;}
} */
@media (max-width: 860px) {
  .menu {
    display: none;
    position: absolute;
    top: 73px;
    left: 0px;
    max-width: 100%;
    width: 100%;
    z-index: 100;
    background-color: #11384f; }
    .menu ul {
      margin-top: 0;
      padding: 15px 0;
      width: 100%; }
      .menu ul li {
        width: 16%; }
        .menu ul li a {
          width: auto; }

  .mobile-menu {
    display: block; }

  h1.logo {
    margin-top: 25px !important;
    width: 143px; }
    h1.logo img {
      width: 143px; }

  .header-bottom {
    height: 73px; }

  .nav-admin {
    right: 10px; }

  .add-topic {
    left: 0;
    max-width: 100%;
    margin-left: auto; } }
@media (max-width: 768px) {
  .search-bar {
    height: initial; }

  .select-boxes {
    display: block;
    text-align: center; }
    .select-boxes li {
      display: inline-block;
      margin-bottom: 5px; }

  .select-boxes li:last-child {
    width: 100%; }
    .select-boxes li:last-child div {
      width: 100%; }

  .fast-topic {
    padding: 20px 10px; } }
@media (max-width: 550px) {
  .box-form-2 {
    width: 100%;
    display: block; }

  div.box-form-2:nth-of-type(2) {
    padding-left: 0; }

  .app-form ul li input {
    max-width: 100%; }

  .app-form h4 {
    clear: both; }

  .flds-inln-2 {
    margin-bottom: 25px; }
    .flds-inln-2 li {
      display: block;
      padding: 0; }

  .header-bottom {
    height: 110px; }

  .select-room {
    top: 30px;
    right: 10px; }

  .select-hour-min, .callendar {
    top: 80px; }

  .menu {
    top: 110px; }

  .header-top div.header-top-cont h1 {
    max-width: 220px; }

  .select-boxes li {
    width: 100%; }
    .select-boxes li div {
      width: 100%; }
      .select-boxes li div select {
        width: calc(100% - 10px);
        left: 0;
        padding: 0 10px; }

  .mobile-menu {
    top: 13px;
    left: 0; } }
@media (max-width: 380px) {
  .nav-top ul li a span {
    font-size: 9px; }

  .bg-mnu, .ico-1 a:before, .ico-1 a:hover:before, .ico-1.active-1 a:before, .ico-2 a:before, .ico-2 a:hover:before, .ico-2.active-1 a:before, .ico-3 a:before, .ico-3 a:hover:before, .ico-3.active-1 a:before, .ico-4 a:before, .ico-4 a:hover:before, .ico-4.active-1 a:before, .ico-5 a:before, .ico-5 a:hover:before, .ico-5.active-1 a:before, .ico-6 a:before, .ico-6 a:hover:before, .ico-6.active-1 a:before {
    background-size: 100%;
    width: 30px;
    height: 30px;
    top: 50%;
    margin-top: -15px;
    left: 50%;
    margin-left: -15px; }

  .ico-1 a:before {
    background-position: 0 -30px; }

  .ico-1 a:hover:before, .ico-1.active-1 a:before {
    background-position: 0 0; }

  .ico-2 a:before {
    background-position: 0 -90px; }

  .ico-2 a:hover:before, .ico-2.active-1 a:before {
    background-position: 0 -60px; }

  .ico-3 a:before {
    background-position: 0 -150px; }

  .ico-3 a:hover:before, .ico-3.active-1 a:before {
    background-position: 0 -120px; }

  .ico-4 a:before {
    background-position: 0 -210px; }

  .ico-4 a:hover:before, .ico-4.active-1 a:before {
    background-position: 0 -180px; }

  .ico-5 a:before {
    background-position: 0 -270px; }

  .ico-5 a:hover:before, .ico-5.active-1 a:before {
    background-position: 0 -240px; }

  .ico-6 a:before {
    background-position: 0 -330px; }

  .ico-6 a:hover:before, .ico-6.active-1 a:before {
    background-position: 0 -300px; } }

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