html,
body {
  margin: 0;
  padding: 0;
}

body {
  background: #eee;
  font-family: "Source Sans Pro", sans-serif;
  font-weight: 400;
  font-size: 12px;
  line-height: 22px;
  text-align: center;
  color: #404040;
}

ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

* {
  outline: none;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
}

.sec {
  display: block;
  width: 100%;
  float: left;
}

.container {
  display: inline-block;
  width: 100%;
  text-align: left;
}

.container a {
  color: inherit;
  transition: all 0.15s ease-out;
  -webkit-transition: all 0.15s ease-out;
}

.big {
  font-size: 20px;
}

.fw500 {
  font-weight: 500;
}

/* ================== GENERAL ==================== */

#bars_index {
  width: 100% !important;
  background: url(../resources/img/bars_index_bg.png) no-repeat bottom;
  background-size: 100% 100%;
  padding-right: 20px;
}

.graphBarbars_index {
  display: block !important;
}

a.blue,
.fblue {
  color: #01a2ca !important;
}

a.orange,
.forange {
  color: #fb6e52 !important;
}

a.green,
.fgreen {
  color: #a7dd6d !important;
}

.italic {
  font-style: italic;
}

.zebra:nth-child(even),
.table_zebra tr:nth-child(even) td {
  background: rgba(0, 0, 0, 0.02) !important;
}

.zebra:nth-child(even):hover,
.table_zebra tr:nth-child(even):hover td {
  background: rgba(0, 0, 0, 0.03) !important;
}

.zebra:hover,
.table_zebra tr:hover td {
  background: rgba(0, 0, 0, 0.01) !important;
}

.task_index a.ti_edit {
  position: absolute;
  display: inline-block;
  padding: 0px 5px;
  background: rgba(0, 0, 0, 0.6);
  color: #fff !important;
  border-bottom: none !important;
  text-decoration: none;
  font-size: 11px;
  margin-left: 17px;
  margin-top: 3px;
  border-radius: 3px;
  opacity: 0;
}

.task_index:hover a.ti_edit {
  margin-left: 7px;
  opacity: 1;
}

.task_index a.ti_edit:hover {
  background: #a0d468;
}

.fleft {
  float: left !important;
}

.fright {
  float: right !important;
}

.tleft {
  text-align: left !important;
}

.tright {
  text-align: right !important;
}

.centered {
  text-align: center;
}

.row {
  display: block;
  width: 100%;
  float: left;
}

.w200px {
  width: 200px !important;
  max-width: 200px !important;
  min-width: 200px !important;
}

.w100 {
  display: block;
  float: left;
  width: 100%;
}

.w95 {
  display: block;
  float: left;
  width: 95%;
}

.w90 {
  display: block;
  float: left;
  width: 90%;
}

.w85 {
  display: block;
  float: left;
  width: 85%;
}

.w80 {
  display: block;
  float: left;
  width: 80%;
}

.w75 {
  display: block;
  float: left;
  width: 75%;
}

.w70 {
  display: block;
  float: left;
  width: 70%;
}

.w65 {
  display: block;
  float: left;
  width: 65%;
}

.w60 {
  display: block;
  float: left;
  width: 60%;
}

.w55 {
  display: block;
  float: left;
  width: 55%;
}

.w50 {
  display: block;
  float: left;
  width: 50%;
}

.w45 {
  display: block;
  float: left;
  width: 45%;
}

.w40 {
  display: block;
  float: left;
  width: 40%;
}

.w35 {
  display: block;
  float: left;
  width: 35%;
}

.w30 {
  display: block;
  float: left;
  width: 30%;
}

.w25 {
  display: block;
  float: left;
  width: 25%;
}

.w20 {
  display: block;
  float: left;
  width: 20%;
}

.w15 {
  display: block;
  float: left;
  width: 15%;
}

.w10 {
  display: block;
  float: left;
  width: 10%;
}

/* MARGIN RIGHT */

.w100.mr {
  display: block;
  float: left;
  width: 98%;
  margin-right: 2%;
}

.w10.mr {
  display: block;
  float: left;
  width: 8%;
  margin-right: 2%;
}

.w15.mr {
  display: block;
  float: left;
  width: 13%;
  margin-right: 2%;
}

.w20.mr {
  display: block;
  float: left;
  width: 18%;
  margin-right: 2%;
}

.w30.mr {
  display: block;
  float: left;
  width: 28%;
  margin-right: 2%;
}

.w35.mr {
  display: block;
  float: left;
  width: 33%;
  margin-right: 2%;
}

.w40.mr {
  display: block;
  float: left;
  width: 38%;
  margin-right: 2%;
}

.w45.mr {
  display: block;
  float: left;
  width: 43%;
  margin-right: 2%;
}

.w50.mr {
  display: block;
  float: left;
  width: 48%;
  margin-right: 2%;
}

.w60.mr {
  display: block;
  float: left;
  width: 58%;
  margin-right: 2%;
}

.w70.mr {
  display: block;
  float: left;
  width: 68%;
  margin-right: 2%;
}

.w80.mr {
  display: block;
  float: left;
  width: 78%;
  margin-right: 2%;
}

.w90.mr {
  display: block;
  float: left;
  width: 88%;
  margin-right: 2%;
}

.row.mr {
  display: block;
  float: left;
  width: 98%;
  margin-right: 2%;
}

/* MARGIN LEFT */

.ml15 {
  margin-left: 15px;
}

.mr15 {
  margin-right: 15px;
}

.mr30 {
  margin-right: 30px;
}

.mt15 {
  margin-top: 15px;
}

.mb15 {
  margin-bottom: 15px;
}

.pl15 {
  padding-left: 15px;
}

.w10.ml {
  display: block;
  float: left;
  width: 8%;
  margin-left: 2%;
}

.w15.ml {
  display: block;
  float: left;
  width: 13%;
  margin-left: 2%;
}

.w20.ml {
  display: block;
  float: left;
  width: 18%;
  margin-left: 2%;
}

.w30.ml {
  display: block;
  float: left;
  width: 28%;
  margin-left: 2%;
}

.w40.ml {
  display: block;
  float: left;
  width: 38%;
  margin-left: 2%;
}

.w50.ml {
  display: block;
  float: left;
  width: 48%;
  margin-left: 2%;
}

.w60.ml {
  display: block;
  float: left;
  width: 58%;
  margin-left: 2%;
}

.w70.ml {
  display: block;
  float: left;
  width: 68%;
  margin-left: 2%;
}

.w80.ml {
  display: block;
  float: left;
  width: 78%;
  margin-left: 2%;
}

.w90.ml {
  display: block;
  float: left;
  width: 88%;
  margin-left: 2%;
}

.row.ml {
  display: block;
  float: left;
  width: 98%;
  margin-left: 2%;
}

/* MARGIN LEFT RIGHT */

.w10.marg {
  display: block;
  float: left;
  width: 8%;
  margin-left: 1%;
  margin-right: 1%;
}

.w20.marg {
  display: block;
  float: left;
  width: 18%;
  margin-left: 1%;
  margin-right: 1%;
}

.w30.marg {
  display: block;
  float: left;
  width: 28%;
  margin-left: 1%;
  margin-right: 1%;
}

.w40.marg {
  display: block;
  float: left;
  width: 38%;
  margin-left: 1%;
  margin-right: 1%;
}

.w50.marg {
  display: block;
  float: left;
  width: 48%;
  margin-left: 1%;
  margin-right: 1%;
}

.w60.marg {
  display: block;
  float: left;
  width: 58%;
  margin-left: 1%;
  margin-right: 1%;
}

.w70.marg {
  display: block;
  float: left;
  width: 68%;
  margin-left: 1%;
  margin-right: 1%;
}

.w80.marg {
  display: block;
  float: left;
  width: 78%;
  margin-left: 1%;
  margin-right: 1%;
}

.w90.marg {
  display: block;
  float: left;
  width: 88%;
  margin-left: 1%;
  margin-right: 1%;
}

.row.marg {
  display: block;
  float: left;
  width: 98%;
  margin-left: 1%;
  margin-right: 1%;
}

/* GENERAL KAPUT */

.topbar {
  position: relative;
  background: #2dc3e8;
  color: #fff;
  height: 50px;
  font-size: 16px;
  border-bottom: 2px solid #2ab7da;
  z-index: 30;
}

.topbar .container {
  padding-left: 5px;
  padding-right: 1%;
}

/* NOTIFIES BOX */

.notifies_box {
  position: absolute;
  top: 100%;
  right: 0;
  display: none;
  width: 220px;
  height: 250px;
  background: #2bbde1;
  box-shadow: 0px 3px 3px rgba(0, 0, 0, 0.3);
  border-radius: 0px 0px 3px 3px;
  overflow: hidden;
  border-bottom: 4px solid #2295b2;
}

.notifies_box ul li a {
  color: #fff !important;
  font-size: 14px;
  display: block;
  float: left;
  width: 100%;
  padding: 5px 10px;
  text-align: left;
  text-decoration: none;
  font-weight: 600;
  border-bottom: 1px solid #2295b2;
}

.notifies_box ul li:hover a {
  background: #42daff;
  border-left: 3px solid #2295b2;
}

.notifies_box ul li a span {
  display: block;
  font-weight: 400;
  font-size: 12px;
  line-height: 14px;
}

.logo {
  display: inline-block;
  float: left;
  min-width: 219px;
  margin-right: 10px;
  margin-top: 0px;
  padding: 3px 15px 0px 15px;
  background: #fff;
}

.logo img {
  max-height: 42px;
}

.tb_links {
  position: relative;
  display: inline-block;
  color: #fff;
  font-size: 16px;
  line-height: 21px;
  text-decoration: none;
  border-left: 1px solid rgba(255, 255, 255, 0.3);
  border-radius: 3px;
  padding: 3px 7px;
  margin-top: 10px;
}

.tb_links:first-child {
  border-left: none;
}

.loggon {
  margin-right: 25px;
}

.tb_links .fa-user {
  margin-right: 5px;
}

.tb_links .fa {
  font-size: 21px;
}

.tb_links:hover,
.notifies.active {
  background: #28b0d2;
}

.notifies {
  cursor: pointer;
}

.notifies span {
  position: absolute;
  top: -5px;
  left: 50%;
  margin-left: 0px;
  display: inline-block;
  background: #fb6e52;
  color: #fff;
  text-align: center;
  width: 18px;
  height: 16px;
  line-height: 16px;
  font-weight: 500;
  font-size: 11px;
  border-radius: 2em;

  animation: notify 1.5s;
  animation-iteration-count: infinite;
}

.notifies:hover span {
  animation-play-state: paused;
}

@keyframes notify {
  0% {
    box-shadow: 0px 0px 0px 0px rgba(251, 110, 82, 0.5);
  }
  50% {
    box-shadow: 0px 0px 20px 10px rgba(251, 110, 82, 0.5);
  }
  80% {
    box-shadow: 0px 0px 20px 10px rgba(251, 110, 82, 0);
  }
  100% {
    box-shadow: 0px 0px 20px 10px rgba(251, 110, 82, 0);
  }
}

.faq_link {
  display: inline-block;
  position: absolute;
  top: 0;
  right: 0;
  color: #fff;
  background: #a0d468;
  border-radius: 0px 0px 0px 10px;
  padding: 1px 10px;
  text-decoration: none;
  font-weight: 900;
}

.faq_link:hover {
  box-shadow: -2px 2px 0px rgba(0, 0, 0, 0.15);
}

.leftcol {
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  display: block;
  width: 224px;
  padding-top: 50px;
  background: #fff;
  z-index: 20;
  box-shadow: 0px 0px 8px 3px rgba(0, 0, 0, 0.2);
  transition: all 0.5s ease;
}

.maincol {
  display: block;
  margin-left: 224px;
  overflow-x: hidden;
  transition: margin-left 0.5s ease;
}

/* LEFT MENU */

.leftmenu li {
  position: relative;
  z-index: 20;
}

.leftmenu li a {
  display: block;
  height: 38px;
  line-height: 38px;
  padding: 0px 16px 0px 7px;
  font-size: 13px;
  color: #737373;
  text-decoration: none;
  border-bottom: 1px solid #f3f3f3;
  border-left: 5px solid #dcdcdc;
  transition: all 0.15s ease-out;
}

.leftmenu li.opened a,
.leftmenu li:hover a {
  border-left: 5px solid #a0d468;
  background: #f5f5f5;
  color: #000;
}

.leftmenu li.current a {
  border-left: 5px solid #2dc3e8;
  background: #f5f5f5;
  color: #2dc3e8;
}

.leftmenu li a .fa {
  display: inline-block;
  width: 25px;
  text-align: center;
  font-size: 16px;
  margin-right: 5px;
}

.leftmenu li .lvl-1 {
  white-space: nowrap;
  transition: all 0.5s ease;
}

.leftmenu li.submenu_arrow {
  transition: all 0.5s ease;
}

.leftmenu li.submenu_arrow::after {
  content: "";
  position: absolute;
  right: 15px;
  top: 13px;
  z-index: 12;
  width: 10px;
  height: 10px;
  background: url(../resources/img/submenu_arrow.png) no-repeat center center;
  transition: all 0.2s ease;
}

.leftmenu li.submenu_arrow.opened::after {
  transform: rotate(90deg);
}

/* SUBMENU */

.submenu {
  display: none;
  box-shadow: 3px 0px 10px rgba(0, 0, 0, 0.3) inset;
  position: relative;
}

.submenu::before {
  content: "";
  display: block;
  position: absolute;
  z-index: 1;
  left: 23px;
  top: 0px;
  bottom: 19px;
  border-left: 1px solid #e2e2e2;
  z-index: 12;
}

.submenu li:first-child a {
  padding-top: 10px;
  box-sizing: content-box;
}

.submenu li:last-child a {
  padding-bottom: 10px;
  box-sizing: content-box;
}

.submenu li a {
  position: relative;
  background: transparent !important;
  border-left: 3px solid #e5e5e5 !important;
  padding-left: 41px;
  border-bottom: none !important;
  height: 30px;
  line-height: 30px;
  color: #737373 !important;
  transition: all 0s ease-out !important;
}

.submenu li:hover a {
  border-left: 3px solid #fb6e52 !important;
  color: #000 !important;
  background: rgba(0, 0, 0, 0.02) !important;
}

.submenu li a::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 18px;
  margin-top: -1px;
  width: 3px;
  height: 3px;
  border: 1px solid #e2e2e2;
  border-radius: 1em;
  background: #fff;
  transition: all 0.2s ease 0.2s;
}

.submenu li:first-child a::before {
  top: 24px;
  left: 18px;
}

.submenu li:last-child a::before {
  top: 17px;
  left: 18px;
}

.submenu li.current a::before,
.submenu li:hover a::before {
  background: #fb6e52;
  border: 1px solid #fb6e52;
}

/* BREADCRUMBS */

.breadcrumbs_box {
  background: #f3f3f3;
  height: 38px;
  padding-top: 8px;
  padding-left: 10px;
}

.breadcrumbs li {
  display: inline-block;
}

.breadcrumbs li::after {
  content: "/";
  margin-left: 5px;
  margin-right: 0px;
  color: #c0c0c0;
}

.breadcrumbs li a {
  display: inline-block;
  text-decoration: none;
  padding: 0px 7px;
  border-radius: 2px;
}

.breadcrumbs li a:hover {
  background: #eee;
}

/* TOP SELECTS & INPUTS */

.top_selects {
  background: #fff;
  border-bottom: 1px solid #dedede;
  box-shadow: 3px 3px 3px rgba(0, 0, 0, 0.1) inset;
  padding-top: 7px;
  padding-left: 15px;
  margin-bottom: 15px;
  min-height: 38px;
}

.select {
  display: inline-block;
  min-width: 150px;
  background: #fff;
  border: 1px solid #e0e0e0;
  border-radius: 3px;
  cursor: pointer;
  padding: 2px 7px;
  margin-right: 5px;
  transition: all 0.08s ease-out;
}

.select:hover {
  box-shadow: 0px 0px 3px rgba(0, 0, 0, 0.2);
}

.tsel_block {
  display: inline-block;
  float: left;
  height: 25px;
  margin-right: 7px;
  line-height: 25px;
}

.input_text {
  display: inline-block;
  min-width: 150px;
  background-color: #fff;
  border: 1px solid #e0e0e0;
  border-radius: 3px;
  padding: 3px 7px;
  margin-right: 5px;
  transition: all 0.08s ease-out;
}

.input_text:hover {
  box-shadow: 0px 0px 3px rgba(0, 0, 0, 0.2);
}

.input_text:focus {
  box-shadow: 0px 0px 3px rgba(0, 0, 0, 0.2);
}

.input_text.calendar {
  background-image: url(../resources/img/it_date.png);
  background-repeat: no-repeat;
  background-position: 100% 50%;
  background-size: 24px;
}

.input_text.large {
  width: 40%;
  min-width: 200px;
  height: 30px;
  margin-bottom: 7px;
}

.input_text.short {
  max-width: 70px;
  min-width: 0px;
}

.input_text.smaller {
  max-width: 30px;
  min-width: 0px;
}

.it_label {
  display: inline-block;
  float: left;
  min-width: 80px;
  min-height: 30px;
  padding-top: 3px;
  margin-right: 10px;
  text-align: right;
}

.it_label.wide {
  min-width: 100px;
}

.input_text.date {
  min-width: 110px;
  max-width: 110px;
}

.input_text.search {
  min-width: 200px;
  background: url(../resources/img/icon_search_black.png) no-repeat 97% 50%;
}

.dateRange_arrow {
  display: inline-block;
  float: left;
  font-size: 12px;
  line-height: 24px;
  text-align: center;
  padding: 0px 5px 5px 5px;
  margin-left: 5px;
  margin-right: 5px;
  color: #717171;
  width: 24px;
  height: 25px;
  border-radius: 2px;
  background: #f5f5f5;
}

.dateRange_arrow:last-child {
  margin-left: 0px;
  margin-right: 10px;
}

.dateRange_arrow:hover {
  color: #fff;
  background: #a0d468;
}

/* INFO BLOCK */

.infoblock {
  display: block;
  margin-bottom: 15px;
  background: #fff;
  box-shadow: 0px 1px 4px rgba(0, 0, 0, 0.15);
}

.infoblock p:first-child {
  margin-top: 0;
}

.infoblock p:last-child {
  margin-bottom: 0;
}

.ib_innner {
  padding: 10px;
}

.suplier_inputs {
  display: inline-block;
  float: left;
}

.suplier_inputs .input_text,
.suplier_inputs .textarea {
  min-width: 150px;
  max-width: 150px;
}

.infoblock_title {
  display: block;
  margin-top: 0;
  padding: 7px 10px;
  margin-bottom: 0px;
  font-size: 16px;
  font-weight: 400;
  background: #fbfbfb;
  color: #505050;
  border-bottom: 2px solid #2dc3e8;
  border-radius: 2px 2px 0px 0px;
}

.infoblock_title .fa {
  font-size: 75%;
  width: 18px;
  color: #2dc3e8;
}

.infoblock_title.orange {
  border-bottom: 2px solid #d54f35;
}
.infoblock_title.orange .fa {
  color: #fb6e52;
}

.infoblock_title.green {
  border-bottom: 2px solid #a0d468;
}
.infoblock_title.green .fa {
  color: #a0d468;
}

.infoblock_title_button {
  display: flex;
  justify-content: space-between;
  margin-top: 0;
  padding: 7px 10px;
  margin-bottom: 0px;
  font-size: 16px;
  font-weight: 400;
  background: #fbfbfb;
  color: #505050;
  border-bottom: 2px solid #2dc3e8;
  border-radius: 2px 2px 0px 0px;
}

.table-header-button {
  background: none;
  border: none;
  color: #4e93a4;
  height: 38px;
  padding-top: 0;
  padding-bottom: 0;
  text-transform: uppercase;
}
.table-header-button:hover {
  color: #28adce;
}

.infoblock_title_button .fa {
  font-size: 75%;
  width: 18px;
  color: #2dc3e8;
}

.infoblock_title_button.orange {
  border-bottom: 2px solid #d54f35;
}
.infoblock_title_button.orange .fa {
  color: #fb6e52;
}

.infoblock_title_button.green {
  border-bottom: 2px solid #a0d468;
}
.infoblock_title_button.green .fa {
  color: #a0d468;
}

/* WHO'S WORKING */

.ib_row_item {
  padding: 10px;
  border-bottom: 1px solid #e5e5e5;
}

.ib {
  display: inline-block;
}

.who_working {
  position: relative;
}

.who_working .fa {
  display: inline-block;
  margin-right: 10px;
  color: #fb6e52;
}

.who_working .fa.online {
  color: #8ce130;
}

.tab_icon {
  position: relative;
}

.tab_icon .fa {
  display: inline-block;
  margin-right: 10px;
  color: #2dc3e8;
  font-size: 20px;
}

.infoblock a {
  text-decoration: none;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  line-height: 16px;
  color: #000;
}

.infoblock a:hover {
  border-bottom: 1px solid rgba(0, 0, 0, 0);
}

.who_working .fa.online + a::after {
  content: "online";
  position: absolute;
  top: 50%;
  right: 0px;
  height: 12px;
  padding: 2px 5px;
  margin-top: -8px;
  background: rgba(0, 0, 0, 0.5);
  color: #fff;
  font-size: 11px;
  line-height: 10px;
  border-radius: 3px;
  opacity: 0;
  cursor: default;
  transition: all 0.2s ease;
}

.who_working:hover .fa.online + a::after {
  right: 10px;
  opacity: 1;
}

/* TABLE ZEBRA */

.table_zebra th {
  background: #e9f6f9 !important;
  color: #4e93a4 !important;
  height: 38px !important;
  padding-left: 10px !important;
  padding-right: 10px !important;
  padding-top: 0 !important;
  padding-bottom: 0 !important;
  text-transform: uppercase !important;
  border-right: 1px solid #c6dee4 !important;
  border-bottom: 1px solid #c6dee4 !important;
}

.table_zebra.orange th {
  background: #fb6e52;
  border-right: 1px solid #d54f35;
  border-bottom: 1px solid #d54f35;
  color: #fff;
}

.table_zebra.blue th {
  background: #2fcbf1;
  border-right: 1px solid #29b1d3;
  border-bottom: 1px solid #29b1d3;
  color: #fff;
}

.table_zebra.green th {
  background: #a7dd6d;
  border-right: 1px solid #8dbb5b;
  border-bottom: 1px solid #8dbb5b;
  color: #fff;
}

.table_zebra th:last-child {
  border-right: none !important;
}

.table_zebra td {
  padding: 10px !important;
  border-bottom: 1px solid #e5e5e5 !important;
  border-right: 1px solid #efefef !important;
}

.nopadding {
  padding: 0px !important;
}

.nomargin {
  margin: 0px !important;
}

td.done_checked {
  border-top: 1px solid #87b556 !important;
  border-bottom: 1px solid #87b556 !important;
}

.task_urgent td {
  background: #ffd17e;
  border-top: 2px solid #ce9c41;
  border-bottom: 2px solid #ce9c41;
}

.task_overdue td {
  background: #ff8080;
  border-top: 2px solid #ca4e4e;
  border-bottom: 2px solid #ca4e4e;
}

.table_zebra td:last-child {
  border-right: none !important;
}

.table_zebra .fa-file,
.table_zebra .fa-clipboard,
.table_zebra .fa-pencil {
  font-size: 75%;
  margin-right: 3px;
}

.table_zebra a:hover .fa-file,
.table_zebra a:hover .fa-clipboard,
.table_zebra a:hover .fa-pencil {
  color: #fb6e52;
}

.table_zebra .fa-clipboard {
  font-size: 100%;
}

th.col_short,
td.col_short {
  width: 20px;
}

th.col_wide,
td.col_wide {
  width: 30%;
}

th.col_date,
td.col_date {
  width: 100px;
}

.table_zebra .fa-clock-o {
  margin-left: 10px;
}

.table_zebra tr:nth-child(even) td.task_table_done,
tr td.task_table_done,
tr:hover td.task_table_done {
  background: #a0d468 url(../resources/img/done_check.png) no-repeat center
    center !important;
  background-size: 50% !important;
  box-shadow: 0px 0px 4px rgba(0, 0, 0, 0.1) inset;
  border-bottom: 1px solid #87b556;
}

.table_zebra tr:nth-child(even) td.task_table_undone,
tr td.task_table_undone,
tr:hover td.task_table_undone {
  background: #fb6e52 url(../resources/img/done_cross.png) no-repeat center
    center !important;
  background-size: 50% !important;
  box-shadow: 0px 0px 4px rgba(0, 0, 0, 0.1) inset;
  border-bottom: 1px solid #d15b43;
}

/* CHECKBOX */

input.radio,
input.checkbox,
.smc input,
input.checkbox_status {
  position: absolute;
  left: -9999px;
}

input.checkbox + label,
.smc input + label {
  display: inline-block;
  background: url(../resources/img/checkbox.png) 0 0 no-repeat;
  padding-left: 30px;
  padding-top: 1px;
  min-height: 23px;
  cursor: pointer;
}

input.checkbox:checked + label,
.smc input:checked + label {
  background: url(../resources/img/checkbox_r.png) 0 0 no-repeat;
  text-shadow: 0px 0px 0px #000;
}

/* radio button */
input.radio + label {
  display: inline-block;
  background: url(../resources/img/radio.png) 0 0 no-repeat;
  padding-left: 30px;
  padding-top: 1px;
  min-height: 23px;
  cursor: pointer;
}

input.radio:checked + label {
  background: url(../resources/img/radio_r.png) 0 0 no-repeat;
  text-shadow: 0px 0px 0px #000;
}

/* -- status checkbox -- */
input.checkbox_status + label {
  box-sizing: content-box;
  display: inline-block;
  width: 100%;
  height: 100%;
  margin-top: 6px;
  background: url(../resources/img/checkbox.png) no-repeat center center;
  cursor: pointer;
}

input.checkbox_status + label:hover {
  background-color: #edffda;
}

input.checkbox_status:checked + label {
  background: #a0d468 url(../resources/img/done_check.png) no-repeat center
    center;
  background-size: 50%;
  text-shadow: 0px 0px 0px #000;
}

.table_zebra input.checkbox + label {
  margin-top: -5px;
  margin-bottom: -5px;
}

.table_zebra {
  width: 100%;
}

tr.bg_gray:nth-child(even) td,
tr.bg_gray td {
  color: #b3b3b3;
}

.gray_bg {
  background-color: #fcfafa !important;
}

/* CHECK-IN CHECKBOX */

.checklist {
  list-style: none;
  margin: 0;
  padding: 0;
}

.checklist li {
  float: left;
  margin-right: 15px;
  margin-bottom: 15px;
  background: #fff;
  width: 150px;
  height: 200px;
  position: relative;
  border: 4px solid rgba(0, 0, 0, 0.15);
  transition: all 0.3s ease, box-shadow 0.2s linear 0.3s;
}

.checklist li.selected {
  background-color: #a0d468;
  color: #fff;
  box-shadow: 0px 0px 0px 4px rgba(255, 255, 255, 0.3) inset;
}

.checklist li.selected .checkbox-select {
  display: none;
}

.checkbox-select {
  position: absolute;
  display: block;
  left: 50%;

  bottom: 10px;
  width: 70px;
  margin-left: -35px;
  text-align: center;
}

.checklist li input {
  display: none;
}

a.checkbox-deselect {
  position: absolute;
  left: 50%;

  bottom: 10px;
  width: 70px;
  margin-left: -35px;
  text-align: center;
}

.checklist li.selected a.checkbox-deselect {
  display: block;
}

.checklist li label {
  display: block;
  text-align: center;
  padding: 8px;
  font-size: 16px;
}

.checkin_img_box {
  display: block;
  margin: 0 auto;
  width: 60px;
  height: 60px;
  border-radius: 3px;
  overflow: hidden;
  background: rgba(0, 0, 0, 0.2);
}

.checkin_img_box img {
  width: 100%;
}

.checkin_time {
  display: block;
  text-align: center;
  margin-top: 10px;
  font-size: 16px;
}

/* MOBILE BUTTON */

#tint {
  position: fixed;
  display: block;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  z-index: 20;
}

#mob_menu_button {
  display: inline-block;
  float: left;
  font-size: 21px;
  width: 40px;
  height: 40px;
  margin-top: 5px;
  border-radius: 3px;
  text-align: center;
  line-height: 40px;
  cursor: pointer;
  transition: all 0.15s ease-out;
}

#mob_menu_button.active,
#mob_menu_button:hover {
  background: #28b0d2;
}

body.mobileActive .leftcol {
  width: 50px;
}

.leftmenu .lvl-1 span {
  transition: all 0.2s ease;
}

body.mobileActive .leftmenu .lvl-1 span {
  display: none;
}

body.mobileActive .submenu_arrow.opened {
  width: 224px;
}

body.mobileActive .submenu_arrow.opened .lvl-1 {
  background-color: #a0d468 !important;
  color: #fff !important;
  border-radius: 0px 3px 0px 0px;
}

body.mobileActive .submenu_arrow.opened .lvl-1 span {
  display: inline-block;
  opacity: 1;
}

body.mobileActive .leftmenu li.submenu_arrow::after {
  right: 3px;
  top: 13px;
}

body.mobileActive .leftmenu li.submenu_arrow.opened::after {
  right: 15px;
  top: 13px;
}

body.mobileActive .maincol {
  margin-left: 50px;
}

body.mobileActive .submenu {
  background: #fff;
  width: 224px;
  border-top: 2px solid #a0d468;
  border-bottom: 2px solid #a0d468;
  border-radius: 0px 0px 3px 0px;
}

/* BUTTONS */

.button {
  display: inline-block;
  min-height: 25px;
  line-height: 24px !important;
  border-radius: 3px;
  background: #2dc3e8;
  color: #fff !important;
  text-decoration: none;
  font-size: 14px;
  padding-left: 10px;
  padding-right: 10px;
  border: none;
}

.button:hover {
  background: #28adce;
}

.button.green {
  background: #a0d468;
  color: #fff !important;
}

.button.green:hover {
  background: #8ab65b;
}

.button.orange {
  background: #fb6e52;
  color: #fff !important;
}

.button.orange:hover {
  background: #cf5f48;
}

.button.black {
  background: #232323;
  color: #fff !important;
}

.button.black:hover {
  background: #2dc3e8;
}

.button.gray {
  background: #777;
  color: #fff !important;
}

.button.gray:hover {
  background: #2dc3e8;
}

.aboveH4 {
  position: absolute;
  margin-top: 5px;
  margin-left: 260px;
}

.modal_cancel {
  margin: 10px;
}

.button.dr.orange {
  width: 21px;
  min-height: 10px;
  height: 21px;
  font-size: 0px !important;
  color: transparent !important;
  background-image: url(../resources/img/i_warn.png);
  background-repeat: no-repeat;
  background-position: 50% 50%;
}

.button.dr.green {
  width: 21px;
  min-height: 10px;
  height: 21px;
  font-size: 0px !important;
  color: transparent !important;
  background-image: url(../resources/img/i_check.png);
  background-repeat: no-repeat;
  background-position: 50% 50%;
}

#usernameForm .input_text,
#loginForm .input_text {
  min-width: 245px;
  padding: 9px 12px;
  margin-right: 15px;
  font-size: 14px;
}

#usernameForm .button,
#loginForm .button {
  min-height: 34px;
}

#loginForm .select {
  margin-bottom: 10px;
  padding: 9px 12px;
  font-size: 14px;
}

/* DROPDOWN INFOBLOCK TABLE */

hr.invisible {
  display: block;
  float: left;
  width: 100%;
  border: none;
  height: 0;
  margin-top: 20px;
  margin-bottom: 20px;
}

.section_title {
  display: block;
  width: 100%;
  float: left;
  font-size: 25px;
  padding-left: 15px;
  padding-top: 3px;
  padding-bottom: 3px;
  line-height: 36px;
  font-weight: 200;
  margin: 0;
  margin-bottom: 15px;
  background: rgba(255, 255, 255, 0.8);
}

.section_title .button {
  font-size: 14px;
  font-weight: 400;
}

.section_title.deviation_title {
  border-top: 1px solid rgba(0, 0, 0, 0.1);
}

.infoblock_title.dropdown {
  cursor: pointer;
}

.infoblock_title.dropdown:hover {
  background-color: #f9feff;
}

.infoblock_title .fa-caret-down {
  margin-left: 10px;
  font-size: 14px;
}

/* COLOR PICKER */
div.colorPicker-picker {
  height: 25px;
  width: 25px;
  padding: 0 !important;
  border: 1px solid #ccc;
  background: url(../resources/img/color_picker.png) no-repeat bottom right;
  cursor: pointer;
  line-height: 16px;
  font-size: 0.75em;
  font-weight: bold;
  text-align: center;
}

div.colorPicker-palette {
  width: 110px;
  position: absolute;
  border: 1px solid #598fef;
  background-color: #efefef;
  padding: 2px;
  z-index: 9999;
}
div.colorPicker_hexWrap {
  width: 100%;
  float: left;
}
div.colorPicker_hexWrap label {
  font-size: 95%;
  color: #2f2f2f;
  margin: 5px 2px;
  width: 25%;
}
div.colorPicker_hexWrap input {
  margin: 5px 2px;
  padding: 0;
  font-size: 95%;
  border: 1px solid #000;
  width: 65%;
}

div.colorPicker-swatch {
  height: 12px;
  width: 12px;
  border: 1px solid #000;
  margin: 2px;
  float: left;
  cursor: pointer;
  line-height: 12px;
}

/* QUANTITY FIELD */

.input_text.quantity {
  max-width: 40px;
  min-width: 0px;
  float: left;
}

.q_controls {
  display: inline-block;
  float: left;
  width: 15px;
  height: 25px;
}

.q_up,
.q_down {
  display: inline-block;
  float: left;
  line-height: 7px;
  width: 100%;
  height: 11px;
  background: #2dc3e8;
  text-align: center;
  color: #fff;
  font-size: 10px;
  margin: 0;
  margin-bottom: 2px;
  border-radius: 2px;
  cursor: pointer;

  -webkit-user-select: none;
  -moz-user-select: none;
  -khtml-user-select: none;
  user-select: none;
}

.q_up:hover,
.q_down:hover {
  background: #fb6e52;
}

.q_up:active,
.q_down:active {
  background: #b10000;
}

.table_td_days .checkbox + label {
  margin-right: 10px;
}

/* TIME PICKER */

.ui-timepicker-wrapper {
  overflow-y: auto;
  height: 150px;
  width: 6.5em;
  background: #fff;
  border: 1px solid #ddd;
  -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  outline: none;
  z-index: 10001;
  margin: 0;
}

.ui-timepicker-wrapper.ui-timepicker-with-duration {
  width: 13em;
}

.ui-timepicker-wrapper.ui-timepicker-with-duration.ui-timepicker-step-30,
.ui-timepicker-wrapper.ui-timepicker-with-duration.ui-timepicker-step-60 {
  width: 11em;
}

.ui-timepicker-list {
  margin: 0;
  padding: 0;
  list-style: none;
}

.ui-timepicker-duration {
  margin-left: 5px;
  color: #888;
}

.ui-timepicker-list:hover .ui-timepicker-duration {
  color: #888;
}

.ui-timepicker-list li {
  padding: 3px 0 3px 5px;
  cursor: pointer;
  white-space: nowrap;
  color: #000;
  list-style: none;
  margin: 0;
}

.ui-timepicker-list:hover .ui-timepicker-selected {
  background: #fff;
  color: #000;
}

li.ui-timepicker-selected,
.ui-timepicker-list li:hover,
.ui-timepicker-list .ui-timepicker-selected:hover {
  background: #1980ec;
  color: #fff;
}

li.ui-timepicker-selected .ui-timepicker-duration,
.ui-timepicker-list li:hover .ui-timepicker-duration {
  color: #ccc;
}

.ui-timepicker-list li.ui-timepicker-disabled,
.ui-timepicker-list li.ui-timepicker-disabled:hover,
.ui-timepicker-list li.ui-timepicker-selected.ui-timepicker-disabled {
  color: #888;
  cursor: default;
}

.ui-timepicker-list li.ui-timepicker-disabled:hover,
.ui-timepicker-list li.ui-timepicker-selected.ui-timepicker-disabled {
  background: #f2f2f2;
}

.input_text.time {
  min-width: 0px;
  max-width: 80px;
}

/* CALENDARS */

.calendar_box {
  display: block;
  float: left;
}

.cndr_dates_titles_td,
.cndr_lc_first {
  padding: 5px 10px;
  margin: 0;
  border: 1px solid #c6dee4;
  border-left: none;
  background: #e9f6f9;
  text-transform: uppercase;
  font-weight: 600;
  font-size: 11px;
}

.cndr_lc_first {
  border-left: 1px solid #c6dee4;
}

.cndr_dates_titles {
  display: block;
  float: left;
  width: 100%;
}

.cndr_dates_titles h5 {
  display: inline-block;
  float: left;
  width: 12.5%;
  min-height: 20px;
  margin: 0;
  padding: 5px 10px;
  border: 1px solid #c6dee4;
  border-left: none;
  background: #e9f6f9;
  text-transform: uppercase;
  font-weight: 600;
}

.cndr_dates_titles h5:first-child {
  border-left: 1px solid #c6dee4;
}

.cndr_leftcol {
  display: block;
  float: left;
  width: 12.5%;
}

.cndr_leftcol h5 {
  display: inline-block;
  width: 100%;
  min-height: 132px;
  margin: 0;
  border: 1px solid #c6dee4;
  border-top: none;
  background: #e9f6f9;
  text-transform: uppercase;
  font-weight: 600;
  padding: 10px;
}

.cndr_maincol {
  display: block;
  background: #ccc;
}

.x-scrolled {
  overflow-x: auto;
}

.x-scrolled section {
  min-width: 1500px;
}

table.cndr_maincol {
  display: table;
  background: #ccc;
}

table.cndr_maincol td {
  __width: 1.11%;
}

table.cndr_maincol td .cndr_item {
  width: 100%;
}

table.cndr_maincol td .cndr_item li {
  display: inline-block;
  float: left;
}

table.cndr_maincol td .cndr_item .open_edit {
  position: relative;
  z-index: 1;
  width: 100%;
  background-image: url(../resources/img/open_shift_grad.png);
  background-repeat: repeat-y;
  background-position: left;
}

.cndr_cell_link {
  position: absolute;
  z-index: 1;
  top: 0px;
  left: 0px;
  display: block;
  width: 100%;
  height: 100%;
}

table.cndr_maincol td .cndr_item .open_edit::after {
  content: "";
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-image: url(../resources/img/open_shift_grad_r.png);
  background-repeat: repeat-y;
  background-position: right;
}

table.cndr_maincol td .open_edit .oe_event_time {
  position: absolute;
  top: 100%;
  left: 0;
  text-align: left;
  display: none;
  min-width: 150px;
  background: rgba(0, 0, 0, 0.5);
  border-radius: 3px;
  padding: 2px 5px;
  z-index: 100;
}

table.cndr_maincol td .open_edit:hover .oe_event_time {
  display: inline-block;
}

.cndr_person {
  display: inline-block;
  float: left;
  width: 30px;
  height: 30px;
  margin-right: 10px;
  border-radius: 5em;
  overflow: hidden;
  /*background: url(../resources/img/no_person.gif) no-repeat;*/
  background-size: 100%;
}

.cndr_person img {
  width: 100%;
}

.cndr_person_name {
  display: block;
  padding-top: 0px;
  line-height: 17px;
}

.cndr_total {
  display: inline-block;
  padding: 0px 3px;
  background-color: #2dc3e8;
  color: #fff;
  text-transform: none;
  border-radius: 3px;
  font-weight: 400;
}

.shrinked_items .cndr_leftcol h5,
.shrinked_items .cndr_item {
  min-height: 93px;
  height: 93px;
}

.shrinked_items .cndr_item {
  padding-top: 0;
}

.calendar_box.big_nums .cndr_item {
  font-size: 18px;
}

.calendar_box.big_nums .cndr_item .button {
  font-size: 13px;
  margin-right: 5px;
}

.calendar_box.big_nums .cndr_item:hover {
  background-color: #fff !important;
}

.calendar_box.big_nums .cndr_item.non_drag:hover {
  background-color: #f7f7f7 !important;
}

.calendar_box.big_nums .cndr_item.gray_bg:hover {
  background-color: #fcfafa !important;
}

/* DRAGABLE */

.cndr_item {
  position: relative;
  display: inline-block;
  float: left;
  width: 12.5%;
  min-height: 132px;
  height: 132px;
  border-bottom: 1px solid #f5f5f5;
  __border-right: 1px solid #f5f5f5;
  box-shadow: -1px 0px 0px #f5f5f5 inset;
  list-style: none;
  margin: 0;
  padding: 0;
  background: #fff;

  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  padding-top: 16px;
}

.cndr_item:not(.disabled):hover {
  background-color: #f7f7f7 !important;
}

.disabled {
  background: #eee;
}

.cndr_item strike {
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  cursor: pointer;
}

.cndr_item small {
  position: absolute;
  top: 0px;
  left: 0px;
  display: inline-block;
  min-width: 20px;
  height: 16px;
  line-height: 16px;
  font-size: 11px;
  border-radius: 0px 0px 3px 0px;
  color: #aaa;
  text-align: center;
  z-index: 7;
  background: #f5f5f5;
  cursor: default;
}

.cndr_item ul {
  position: relative;
  z-index: 5;
  display: inline-block;
  width: 100%;
  min-height: 23px;
}

.cndr_item ul li,
.sortable ul li {
  min-height: 22px;
  list-style: none;
  border-bottom: 1px solid #8bb95a;
  background: #a0d468;
  color: #fff;
  padding-left: 5px;
  /*font-size: 11px;*/
  text-shadow: 1px 1px 0px rgba(0, 0, 0, 0.4);
}

.cndr_item ul li:hover,
.sortable ul li:hover {
  background: #b3e77b;
}

.handles span {
  cursor: move;
}

li.sortable-placeholder {
  border: 1px dashed #8bb95a !important;
  background: none !important;
}

.open_edit {
  cursor: pointer;
}

.open_edit a:hover {
  text-decoration: none !important;
}

.oe_event_time {
  display: block;
  border-top: 1px solid rgba(255, 255, 255, 0.2);
}

.cndr_cols_9 .cndr_dates_titles h5,
.cndr_cols_9 .cndr_leftcol,
.cndr_cols_9 .cndr_item {
  width: 11.1%;
}

.cndr_cols_4 .cndr_dates_titles h5:first-child {
  width: 15%;
}
.cndr_cols_4 .cndr_dates_titles h5 {
  width: 28.3%;
}
.cndr_cols_4 .cndr_leftcol {
  width: 15%;
}
.cndr_cols_4 .cndr_item {
  width: 28.3%;
}

.cndr_cols_5 .cndr_dates_titles h5,
.cndr_cols_5 .cndr_leftcol,
.cndr_cols_5 .cndr_item {
  width: 20%;
}

.cndr_cols_31 .cndr_dates_titles h5,
.cndr_cols_31 .cndr_leftcol,
.cndr_cols_31 .cndr_item {
  width: 3.125%;
}

.cndr_cols_31 .cndr_leftcol h5,
.cndr_cols_31 .cndr_item,
.cndr_cols_4 .cndr_leftcol h5,
.cndr_cols_4 .cndr_item,
.cndr_cols_5 .cndr_leftcol h5,
.cndr_cols_5 .cndr_item,
.cndr_cols_9 .cndr_leftcol h5,
.cndr_cols_9 .cndr_item {
  height: 160px;
  min-height: 160px;
}

.cndr_cols_4 .cndr_item,
.cndr_cols_5 .cndr_item,
.cndr_cols_9 .cndr_item {
  padding: 10px;
}

.cndr_cols_31 .cndr_item {
  padding: 5px;
}

.cndr_item .fgreen,
.cndr_item .forange {
  margin-left: 10px;
  font-weight: 500;
  font-size: 110%;
}

.cndr_dates_titles h5.cndr_warning {
  background-color: #fb6e52 !important;
  color: #fff !important;
}

.cndr_item.cndr_warning {
  background-color: #fff0ed;
  animation: warning 1.5s;
  animation-iteration-count: infinite;
}

@keyframes warning {
  0% {
    background-color: #fff0ed;
  }
  50% {
    background-color: #fff;
  }
  100% {
    background-color: #fff0ed;
  }
}

.fgray {
  color: #ccc;
}

.cndr_temps .cndr_item {
  padding: 10px;
  padding-top: 20px;
}

/* CALENDAR ITEM COLORS */

.cndr_item li.blue {
  background: #2dc3e8;
  border-bottom: 1px solid #27b5d8;
}

.cndr_item li.blue:hover {
  background: #3fd6fb;
}

.cndr_item li.orange {
  background: #fb6e52;
  border-bottom: 1px solid #d54f35;
}

.cndr_item li.orange:hover {
  background: #ffa796;
}

.cndr_item li.yellow {
  background: #c5c45a;
  border-bottom: 1px solid #bcbb5e;
}

.cndr_item li.yellow:hover {
  background: #d5d463;
}

.cndr_item li.purple {
  background: #e62de8;
  border-bottom: 1px solid #e62de8;
}

.cndr_item li.purple:hover {
  background: #f444f6;
}

.warn .fa {
  margin-right: 10px;
}

.new_event {
  /*	position: absolute;
	left: 50%;
	margin-top: 20px;
	margin-left: -25%;*/
  display: inline-block;
  /*padding: 5px 10px;*/
  text-decoration: none;
  border-radius: 3px;
}

.non_drag {
  background-color: #f7f7f7;
  border-right: 1px solid #eee;
}

/* CALENDAR DAY TABLE */
.cndr_day_table .cndr_leftcol h5,
.cndr_day_table .cndr_item {
  min-height: 93px;
  height: 93px;
}

.cndr_day_table .cndr_total {
  width: 100%;
  margin-top: 3px;
}

.cndr_day_table .cndr_leftcol,
.cndr_day_table .cndr_dates_titles h5,
.cndr_day_table .cndr_item {
  width: 8.33%;
}

.cndr_day_table .cndr_item {
  padding-top: 0;
}

/* MODAL EDIT EVENT */
.modal_save_as_template,
.modal_apply_event,
.modal_edit_event,
.modal {
  position: fixed;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  display: none;
  width: 100%;
  height: 100%;
  background: rgba(45, 195, 232, 0.4);
  z-index: 100;
}

.close_modal {
  position: absolute;
  top: 20px;
  right: 20px;
  display: inline-block;
  width: 50px;
  height: 50px;
  background: url(../resources/img/close_modal.png) no-repeat;
  z-index: 105;
  opacity: 1;
  cursor: pointer;
}

.close_modal:hover {
  opacity: 0.7;
}

.mee_overlay {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 100%;
}

.mee_content {
  position: absolute;
  top: 50%;
  left: 50%;
  display: block;
  width: 600px;
  height: 430px;
  overflow: hidden;
  margin-top: -215px;
  margin-left: -300px;
  padding: 10px;
  background: #fff;
  text-align: left;
  font-size: 14px;
  z-index: 103;
  box-shadow: 2px 2px 4px rgba(0, 0, 0, 0.2);
  border-radius: 2px;
}

.modal_apply_event .mee_content {
  width: 400px;
  height: 180px;
  margin-top: -90px;
  margin-left: -200px;
}

.modal_apply_event .mee_relative,
.modal_save_as_template .mee_relative {
  margin-top: 30px;
}

.modal_apply_event .mee_buttons,
.modal_save_as_template .mee_buttons {
  bottom: 35px;
}

.modal_save_as_template .mee_content {
  width: 400px;
  height: 130px;
  margin-top: -65px;
  margin-left: -200px;
}

.mee_content h4 {
  position: absolute;
  left: 0;
  top: 0;
  display: block;
  margin: 0;
  padding: 0px 5px;
  font-size: 14px;
  font-weight: 300;
  text-align: center;
  text-transform: uppercase;
  background: #e9f6f9;
  color: #6299a6;
  border-radius: 0px 0px 3px 0px;
}

.mee_inner {
  display: inline-block;
  width: 100%;
  height: 100%;
  padding-top: 20px;
}

.mee_inner .mCSB_container {
  min-height: 100%;
}

.mee_leftcol {
  display: block;
}

.mee_leftcol .row {
  margin-bottom: 7px;
}

.mee_leftcol .input_text {
  min-width: 130px;
}

.mee_leftcol .textarea,
.textarea {
  width: 100%;
  max-width: 230px;
  height: 70px;
  resize: none;
}

.textarea.w100 {
  max-width: 100%;
}

.mee_rightcol .zebra {
  padding: 5px;
}

.mee_rightcol h5 {
  margin: 0;
  padding: 5px 10px;
  background: #f2f2f2;
  border-radius: 3px 3px 0px 0px;
  font-size: 14px;
  font-weight: 500;
  border-bottom: 1px solid #bdbdbd;
}

.mee_buttons {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  text-align: right;
}

.mee_buttons .button {
  font-size: 14px;
  min-height: 30px;
  line-height: 30px;
  padding-left: 15px;
  padding-right: 15px;
}

.mee_relative {
  position: relative;
  width: 100%;
  height: 100%;
  display: block;
  padding-bottom: 40px;
}

/* MEASSAGE BOARD */

.message_item {
  display: block;
  float: left;
  width: 100%;
  padding-bottom: 10px;
  margin-bottom: 20px;
  background-color: #fff;
}

.message_item h3 {
  font-size: 16px;
  font-weight: 600;
  margin: 0;
  margin-bottom: 20px;
}

.message_item h3 small {
  font-weight: 400;
}

.message_inside {
  float: left;
  padding-right: 50px;
  margin-right: 20px;
  font-style: italic;
  border-right: 1px solid #eee;
}

/* USER PAGE */

.user_photo_box {
  display: inline-block;
  width: 100%;
  max-height: 311px;
  overflow: hidden;
  box-shadow: 0px 3px 3px rgba(0, 0, 0, 0.1);
}

.user_photo_box img {
  width: 100%;
}

.user_inputs_list {
  list-style: none;
  margin: 0;
  padding: 0;
  width: 100%;
}

.user_inputs_list li {
  margin-bottom: 10px;
}

.user_inputs_list label {
  min-width: 160px;
}

.user_inputs_list li .select,
.user_inputs_list li .calendar,
.user_inputs_list li .textarea,
.user_inputs_list li .input_text {
  min-width: 200px;
  max-width: 200px;
}

.reply_box {
  display: none;
}

.responsible_users {
  height: 166px;
}

.login_page .breadcrumbs_box,
.login_page #mob_menu_button,
.login_page .leftcol {
  display: none !important;
}

body.login_page .maincol {
  margin-left: 0 !important;
}

#fixedBar.fixed {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
}

.td_checkbox {
  width: 10px;
}

.td_checkbox input.checkbox + label {
  padding-left: 24px;
}

/* UPDATE 23 AUG 2018 */

.show_full_table {
  float: right;
  margin: 15px;
  text-decoration: underline;
}

.show_full_table:hover {
  text-decoration: none;
}

table.franchise_stat tr {
  display: none;
}

table.franchise_stat tr:nth-child(1),
table.franchise_stat tr:nth-child(2),
table.franchise_stat tr:nth-child(3),
table.franchise_stat tr:nth-child(4),
table.franchise_stat tr:nth-child(5),
table.franchise_stat tr:nth-child(6),
table.franchise_stat tr:nth-child(7),
table.franchise_stat tr:nth-child(8),
table.franchise_stat tr:nth-child(9),
table.franchise_stat tr:nth-child(10),
table.franchise_stat tr:nth-child(11) {
  display: table-row;
}

.franchise_stat_sort {
  list-style-type: none;
  padding: 0;
  margin: 0;
  float: right;
}

.franchise_stat_sort li {
  float: left;
  margin-left: 7px;
  padding-right: 7px;
  border-right: 1px solid #ccc;
  font-size: 14px;
}

.franchise_stat_sort li:first-child,
.franchise_stat_sort li:last-child {
  border-right: none;
}

.franchise_stat_sort li.current {
  font-weight: 700;
}

/* UPDATE 3 SEP 2018 */

.cndr_pays {
  position: absolute;
  top: 0;
  right: 5px;
  font-size: 11px;
  color: #666;
  line-height: 16px;
}

.cndr_controls {
  position: absolute;
  top: 0;
  left: 30px;
  line-height: 14px;
}

.cndr_controls a {
  display: inline-block;
  margin-right: 5px;
}

.cndr_controls a:hover {
  color: #2dc3e8;
}

.cndr_item.notMonth .cndr_controls {
  position: static;
  float: left;
  padding: 2px;
}

.left_filters h4 {
  padding: 10px;
  text-transform: uppercase;
  font-size: 14px;
  background: #eee;
  margin-bottom: 0;
}

.sub_block {
  display: none;
  width: 100%;
  padding: 15px 10px;
  max-height: 250px;
  overflow-y: auto;
  box-shadow: 3px 0px 10px rgba(0, 0, 0, 0.3) inset;
}

.checkbox.status_icon + label:before {
  content: "";
  display: inline-block;
  vertical-align: top;
  margin-top: 8px;
  margin-right: 7px;
  width: 6px;
  height: 6px;
  border-radius: 10em;
  background: #000;
}

/*.checkbox.status_icon.open + label:before { background-color: #dc2500 }*/
.checkbox.status_icon.not_approved + label:before {
  background-color: #949494;
}
.checkbox.status_icon.approved + label:before {
  background-color: #a0d468;
}
.checkbox.status_icon.for_sale + label:before {
  background-color: #fb7a52;
}

.checkbox.status_icon.green + label:before {
  background-color: #a0d468;
}
.checkbox.status_icon.blue + label:before {
  background-color: #2dc3e8;
}
.checkbox.status_icon.orange + label:before {
  background-color: #fb7a52;
}
.checkbox.status_icon.yellow + label:before {
  background-color: #d5d463;
}
.checkbox.status_icon.purple + label:before {
  background-color: #e62de8;
}

option.green {
  background-color: #a0d468;
}
option.blue {
  background-color: #2dc3e8;
  color: #fff;
}
option.orange {
  background-color: #fb7a52;
  color: #fff;
}
option.yellow {
  background-color: #d5d463;
}
option.purple {
  background-color: #e62de8;
  color: #fff;
}

#employee_search {
  width: 100%;
  background: #f0f0f0 url(../resources/img/icon_search_black.png) no-repeat
    center right 15px;
  padding: 10px 15px;
  border-radius: 3px;
  border: none;
  margin-bottom: 10px;
}

.employee_check + label {
  display: inline-block;
  width: 100%;
  margin-bottom: 10px;
}

.employee_check + label img {
  border-radius: 10em;
  width: 30px;
  float: left;
  margin-right: 10px;
}

.employee_check + label span {
  display: block;
  line-height: 12px;
  font-weight: 600;
}

.employee_check + label small {
  display: block;
}

.payroll_bar {
  float: left;
  width: 100%;
  background: #e9f6f9;
  padding: 10px 15px;
  margin-top: 20px;
}

.payroll_bar label {
  float: left;
}

.payroll_bar span {
  float: right;
}

.cross-out {
  text-decoration: line-through;
}

.add_task_plus {
  position: absolute;
  z-index: 20;
  top: 50%;
  left: 50%;
  font-size: 30px;
  margin-top: -13px;
  margin-left: -13px;
  transform: scale(0.8);
  opacity: 0;
  visibility: hidden;
  color: #2dc3e8 !important;
}

.add_task_plus:hover {
  color: #000 !important;
}

.cndr_item:hover .add_task_plus {
  transform: scale(1);
  opacity: 1;
  visibility: visible;
}

.cndr_item.today {
  background: #f9f9f9;
}

.cndr_item.today small {
  background-color: #2dc3e8;
  color: #fff;
}

.oe_event_time {
  float: right;
  margin-right: 10px;
}

/* UPDATE 12 SEP */

.cols-2 {
  column-count: 2;
  column-gap: 30px;
}

.cols-3 {
  column-count: 3;
  column-gap: 30px;
}

.cols-4 {
  column-count: 4;
  column-gap: 30px;
}

.cols-2 input.checkbox + label,
.cols-3 input.checkbox + label,
.cols-4 input.checkbox + label {
  display: block;
}

.remove_confirm {
  position: fixed;
  z-index: 1000;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(251, 110, 82, 0.69);
  display: none;
}

.remove_confirm_content {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 300px;
  height: 150px;
  background: #fff;
  margin-left: -150px;
  margin-top: -75px;
  border-radius: 6px;
  padding: 27px 10px;
  font-size: 20px;
  box-shadow: 0px 3px 5px rgba(0, 0, 0, 0.2);
}

.close_remove {
  position: absolute;
  top: 0;
  right: 8px;
  cursor: pointer;
  padding: 5px;
  font-size: 14px;
}

.close_remove:hover {
  color: #d54f35;
}

.remove_confirm .button {
  margin-top: 10px;
  padding: 5px 20px;
  margin-left: 5px;
  margin-right: 5px;
}

tr.past {
  opacity: 0.4 !important;
}

tr.past .button.orange {
  background: #bbb !important;
}

.rf-ds {
  margin: 5px;
}

a.rf-ds-nmb-btn {
  margin: 0 6px 0 6px;
  font-weight: bold;
  color: #4e93a4;
}

.rf-ds-dis {
  color: red;
}

.rf-ds-act {
  color: red;
  margin: 0 6px 0 6px;
}

/* WASTE FOOD */

.waste_food_table {
}

.food_waste_td_1 {
  text-align: center;
}

.food_waste_td_1 .fa-warning {
  color: red;
  font-size: 26px;
}

th.warning_td,
td.warning_td {
  vertical-align: top;
  padding-top: 8px;
  background-color: #f7dfdf;
  color: #4a1c1c;
  border-right-color: #e4c6c6;
  border-bottom-color: #e4c6c6;
}

.tred {
  color: red !important;
}

.table_zebra tr:nth-child(even) td.comment_td,
.comment_th,
.comment_td {
  background-color: #d7e8ec !important;
}

.input_text.small {
  min-width: initial;
  width: 70px;
}

.button.gray.modal_cancel {
  margin: 0;
}

.edit_pizza_dought_modal .mee_content,
.record_sales_modal .mee_content {
  height: 350px;
  margin-top: -175px;
}

/* // WASTE FOOD */

/* RESPONSIVE */

@media (max-width: 1024px) {
  .calendar_box.big_nums .cndr_item {
    font-size: 12px;
    line-height: 16px;
  }

  #whosWork {
    width: 48%;
  }

  #notifics {
    width: 48%;
  }

  #tempControl {
    width: 48%;
  }

  #taskBoard {
    width: 48%;
  }

  #deviations {
    width: 98%;
  }

  #statistics {
    width: 48%;
  }

  #competance {
    width: 48%;
  }

  #quantCol {
    width: 100px;
  }

  .cndr_dates_titles h5 {
    min-height: 60px;
  }
}

@media (max-width: 800px) {
  .maincol {
    margin-left: 50px;
    overflow-x: scroll;
  }

  #upcomingShifts {
    width: 98%;
  }

  #openShifts {
    width: 98%;
  }

  #photoBox {
    width: 28%;
  }

  #personaldetails {
    width: 68%;
  }

  .user_inputs_list li {
    display: inline-block;
    width: 49%;
  }

  .user_inputs_list li .select,
  .user_inputs_list li .calendar,
  .user_inputs_list li .textarea,
  .user_inputs_list li .input_text {
    min-width: 100px;
    max-width: 200px;
    width: 100%;
  }

  .user_inputs_list li .it_label {
    text-align: left;
    margin-bottom: -3px;
  }

  #employDetails {
    width: 98%;
  }

  .doneTime {
    width: 130px;
  }

  .tsel_block.fright {
    float: left !important;
    width: 100%;
    margin-top: 7px;
    margin-bottom: 7px;
  }

  .cndr_item {
    height: 100px !important;
  }

  .cndr_leftcol h5 {
    height: 100px !important;
  }

  #mob_menu_button {
    position: absolute;
  }
}

@media (max-width: 568px) {
  #tempControl {
    width: 98%;
  }

  #taskBoard {
    width: 98%;
  }

  .cndr_dates_titles h5 {
    min-height: 90px;
  }

  .cndr_person {
    display: none;
  }

  .cndr_leftcol h5 {
    height: 130px;
  }

  .cndr_person_name {
    text-transform: none;
    margin-left: -10px;
  }

  .oe_event_time {
    font-size: 9px;
    line-height: 12px;
    margin-bottom: 4px;
  }

  .new_event.button {
    line-height: 14px !important;
    margin-left: -50%;
  }

  .cndr_total {
    position: absolute;
    width: 40px !important;
    margin-left: 0px;
  }

  .table_zebra .fa-clock-o {
    margin-left: 0;
  }

  .top_selects {
    padding-bottom: 5px;
  }

  .top_selects * {
    margin-top: 2px !important;
    margin-bottom: 2px !important;
  }

  .noInMobile {
    display: none !important;
  }

  #photoBox {
    width: 98%;
  }

  #personaldetails {
    width: 98%;
  }

  #new_task-date {
    width: 98%;
  }

  #new_task-description {
    width: 98%;
  }

  #new_task-description .textarea {
    height: 100px !important;
  }

  #new_task_notifies * {
    margin-bottom: 7px;
    margin-right: 15px;
  }
}

.button-loading-section {
  display: flex;
  align-items: center;
  margin-bottom: 2px;
}

.lds-ring {
  display: inline-block;
  position: relative;
  width: 30px;
  height: 30px;
}
.lds-ring div {
  box-sizing: border-box;
  display: block;
  position: absolute;
  width: 23px;
  height: 23px;
  margin: 4px;
  border: 4px solid #2bbde1;
  border-radius: 50%;
  animation: lds-ring 1.2s cubic-bezier(0.5, 0, 0.5, 1) infinite;
  border-color: #2bbde1 transparent transparent transparent;
}
.lds-ring div:nth-child(1) {
  animation-delay: -0.45s;
}
.lds-ring div:nth-child(2) {
  animation-delay: -0.3s;
}
.lds-ring div:nth-child(3) {
  animation-delay: -0.15s;
}
@keyframes lds-ring {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}

@media (max-width: 480px) {
  .logo {
    overflow: hidden;
    width: 120px;
    min-width: 120px;
  }
}

form .errorInput {
  border: solid red 1px;
}
.errorText {
  color: red;
}

.rf-dind-reject {
  text-decoration: line-through red;
}
.rf-dind-accept {
  text-decoration: none;
}

th.who_working {
  position: static;
}
