::-webkit-scrollbar {
  width: 13px;
  height: 13px;
}
body::-webkit-scrollbar,
html::-webkit-scrollbar {
  background: #fff !important;
}
::-webkit-scrollbar-thumb {
  min-height: 20px;
  border: 3px solid transparent;
  background-clip: content-box;
  box-shadow: inset 0 0 0 4px rgba(0, 0, 0, 0.2);
  border-radius: 5px;
}
::-webkit-scrollbar-thumb:hover {
  box-shadow: inset 0 0 0 4px rgba(0, 0, 0, 0.3);
}
::-webkit-scrollbar-corner {
  background: 0 0;
}
.ui.text.red {
  color: #db2828;
}
.ui.text.orange {
  color: #f2711c;
}
.ui.text.yellow {
  color: #fbbd08;
}
.ui.text.olive {
  color: #b5cc18;
}
.ui.text.green {
  color: #21ba45;
}
.ui.text.teal {
  color: #00b5ad;
}
.ui.text.blue {
  color: #2185d0;
}
.ui.text.violet {
  color: #6435c9;
}
.ui.text.purple {
  color: #a333c8;
}
.ui.text.pink {
  color: #e03997;
}
.ui.text.brown {
  color: #a5673f;
}
.ui.text.grey {
  color: #767676;
}
.ui.text.black {
  color: #1b1c1d;
}
.ui.text i.icon {
  margin-right: 0.6rem;
}
* {
  font-family: 'Lato', 'Helvetica Neue', Arial, Helvetica, sans-serif;
}
.clr {
  clear: both;
}
#header {
  margin-bottom: 0;
  box-shadow: none;
  margin-top: 0;
  padding: 0;
}
#header .left {
  float: left;
  text-align: center;
  width: 15rem;
  padding: 0.3em 1em;
}
#header .left img {
  display: inline-block;
  height: 50px;
}
#header .right {
  float: right;
  padding: 1em;
  display: -webkit-box;
  display: flex;
  -webkit-box-align: end;
          align-items: flex-end;
  -webkit-box-pack: end;
          justify-content: flex-end;
}
#header .right > * {
  margin-left: 15px;
}
#header .right #search {
  width: 400px;
  margin-right: 40px;
}
#header .right #search > .ui.icon {
  width: 100%;
}
.ui.list.no-points {
  margin-left: 0;
}
.ui.list.no-points li:before {
  display: none;
}
.ui.show.message {
  display: block !important;
}
#container #sidebar {
  position: absolute;
  background: #1b1c1d;
}
#container #sidebar .ui.vertical.menu {
  border-radius: 0;
  margin-top: -1px;
  margin-bottom: -1px;
}
#container #sidebar #post-buttons {
  display: none;
  border-radius: 0;
  background: transparent;
  margin-top: 0;
}
#container #sidebar #post-buttons:before {
  position: absolute;
  content: '';
  top: 0;
  left: 0;
  width: 100%;
  height: 1px;
  background: rgba(255, 255, 255, 0.08);
}
#container #sidebar #post-buttons .item {
  display: none;
}
#container #sidebar #post-buttons .item .button {
  width: 100%;
}
#container #sidebar #post-buttons.save-active {
  display: block;
}
#container #sidebar #post-buttons.save-active .button-save {
  display: block;
}
#container #sidebar #post-buttons.public-active {
  display: block;
}
#container #sidebar #post-buttons.public-active .button-public {
  display: block;
}
#container #sidebar #post-buttons.unpublic-active {
  display: block;
}
#container #sidebar #post-buttons.unpublic-active .button-unpublic {
  display: block;
}
#container #content {
  margin-left: 15rem;
  padding: 1rem 2rem;
}
#container #content > h1 + .ui.breadcrumb + .ui.header {
  margin-top: 20px;
}
#container #content .ui.bottom.attached.segment input[type=hidden] + div,
#container #content .ui.bottom.attached.segment input[type=hidden] + button {
  margin-top: 0;
}
#container #content .ui.bottom.attached.segment .ui.form .ui.error.message {
  margin-top: 0;
}
#container #content .ui.bottom.attached.segment .ui.form .ui.error.message + .ui.attached.tabular.menu {
  margin-top: 0;
}
#container #content .table.posts .ui.button.removePost {
  width: 37px;
}
#container #content .table.posts .ui.button.removePost.loading .icon {
  display: none;
}
#container #content .table.posts .ui.progress {
  margin-bottom: 0;
}
#container #content .block.header .left {
  float: left;
}
#container #content .block.header .right {
  float: right;
}
#container #content .floatButton .ui.positive.button {
  position: fixed;
  bottom: 20px;
  left: 20px;
}
body.sidebarSticky #container #sidebar {
  top: 0;
  position: fixed;
}
#editableImage {
  max-width: 100%;
}
.ui.list.images .item {
  width: 300px;
  height: 169px;
  overflow: hidden;
  border: 3px solid #21ba45;
  float: left;
  padding: 0;
  margin: 0 10px 10px 0;
  cursor: pointer;
}
.ui.list.images .item.requiredResize {
  border: 3px solid #db2828;
}
.ui.list.images .item img {
  width: 100%;
}
.ui.modal {
  position: static;
}
.ui.modal > .close {
  top: 5px;
  right: 10px;
  color: rgba(0, 0, 0, 0.87);
}
.ui.modal .header {
  background: #f3f4f5;
  padding: 10px 20px;
  font-size: 16px;
}
.ui.modal.modal-loading .ui.content {
  padding: 0;
  min-height: 200px;
}
.ui.modal.modal-loading .ui.content .ui.dimmer.active {
  margin-top: 41px;
  background: #fff;
}
.ui.modal .ui.error.message .header {
  padding: 0;
}
.paginate .label {
  margin-bottom: 10px;
}
.paginate .ui.buttons {
  display: block;
}
.ui.top.attached.block.header .ui.progress {
  margin-bottom: 0;
}
.ui.bottom.attached.segment > .ui.very.basic.table {
  margin-top: -14px;
}
#rating-table {
  counter-reset: rating;
}
#rating-table td:first-child::before {
  counter-increment: rating;
  content: counter(rating);
  color: #000;
}
table.fixed_height {
  width: 100%;
}
table.fixed_height tr {
  width: 100%;
  display: -webkit-box;
  display: flex;
  justify-content: space-around;
}
table.fixed_height tr td,
table.fixed_height tr th {
  width: 100%;
}
table.fixed_height tbody {
  width: 100%;
  max-height: 400px;
  overflow-y: auto;
  display: -webkit-box;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
          flex-direction: column;
}
textarea.noWordWrap {
  white-space: nowrap;
}
body.referer #header,
body.referer #sidebar,
body.referer #footer {
  display: none;
}
body.referer #container #content {
  margin-left: 0;
  /*padding-left: 0;
         padding-right: 0;*/
}
.ui.notify {
  position: fixed;
  z-index: 10000;
  top: 0;
  right: 0;
}
.ui.notify .list.has {
  background: rgba(255, 255, 255, 0.5);
  padding: 10px;
}
.ui.notify .list .item {
  position: relative;
  -webkit-animation: itemAnimate 0.3s ease-in-out 0s normal none;
  animation: itemAnimate 0.3s ease-in-out 0s normal none;
  -webkit-transition: 0.3s all;
  transition: 0.3s all;
}
@-webkit-keyframes itemAnimate {
  0% {
    right: -500px;
  }
  100% {
    right: 0;
  }
}
@keyframes itemAnimate {
  0% {
    right: -500px;
  }
  100% {
    right: 0;
  }
}
#formImageLoader {
  /*.ui.large.button{
      width: 100%;
   }*/
}
#formImageLoader #inputFiles {
  opacity: 0.01;
  width: 1px;
  height: 1px;
  position: absolute;
}
#formImageLoader .uploadZone {
  width: 100%;
  height: 200px;
  cursor: pointer;
}
.dhx_widget {
  cursor: move;
  /*background: white !important;*/
}
.dhx_diagram_image.dhx_diagram_item {
  cursor: pointer;
}
.dhx_diagram_image.dhx_diagram_item.group_company .dhx_content_img,
.dhx_diagram_image.dhx_diagram_item.company .dhx_content_img,
.dhx_diagram_image.dhx_diagram_item.direction .dhx_content_img,
.dhx_diagram_image.dhx_diagram_item.department .dhx_content_img {
  display: none;
}
.dhx_diagram_image.dhx_diagram_item.group_company .dhx_content_title,
.dhx_diagram_image.dhx_diagram_item.company .dhx_content_title,
.dhx_diagram_image.dhx_diagram_item.direction .dhx_content_title,
.dhx_diagram_image.dhx_diagram_item.department .dhx_content_title {
  text-align: center;
  margin-top: 18px;
}
.ui.segment.clearing.loading .ui.button.floated {
  display: none;
}
.ui.segment.clearing.loading:after {
  visibility: visible !important;
  height: 3em !important;
}
.ui.tabular.menu.narrow .item {
  padding: 0.92857143em 1em;
}
.ui.table.disabled {
  position: relative;
}
.ui.table.disabled:after {
  content: " ";
  position: absolute;
  left: -1px;
  top: -1px;
  width: calc(100% + 2px);
  height: calc(100% + 2px);
  background: rgba(255, 255, 255, 0.7);
}
.ui.table.posts tr .public {
  display: none;
}
.ui.table.posts tr .unPublic {
  display: inline-block;
}
.ui.table.posts tr .ui.button.loading .icon {
  visibility: hidden;
}
.ui.table.posts tr.public td .public {
  display: inline-block;
}
.ui.table.posts tr.public td .unPublic {
  display: none;
}
.ui.form input[type=hidden] + .ui.error.message {
  margin-top: 0 !important;
}
.ui.form .ui.error.message > i.icon,
.ui.form .ui.error.message > span.text {
  display: none;
}
.ui.form .ui.error.message[data-count-errors="1"] > i.icon,
.ui.form .ui.error.message[data-count-errors="1"] > span.text {
  display: inline-block;
}
.ui.form .ui.error.message[data-count-errors="1"] > ul {
  display: none;
}
@media (max-width: 1629px) {
  .ui.tabular.menu.zoom {
    font-size: 0.9rem;
  }
}
@media (max-width: 1495px) {
  .ui.tabular.menu.zoom {
    font-size: 0.8rem;
  }
}
@media (max-width: 1360px) {
  .ui.tabular.menu.zoom {
    font-size: 0.75rem;
  }
}
@media (max-width: 1280px) {
  .ui.tabular.menu.zoom {
    font-size: 0.7rem;
  }
}
.workschedule td {
  width: 14.28571429%;
  height: 64px;
  vertical-align: top;
}
.workschedule td.green {
  background: #b5f2c3;
  color: #126325;
}
.workschedule td.brown {
  background: #e9d4c7;
  color: #5b3923;
}
.workschedule td.red {
  background: #f8d7d7;
  color: #861717;
}
.workschedule .time {
  margin-top: 3px;
  font-size: 11px;
}
