/* LESS Document */
/*tmavě zelená*/
/*StarLaces žlutá*/
/*tmavě šedá*/
/*tmavě zelená*/
/*tmavě modrá*/
.text_color_1 {
  color: #5ab84d;
}
.text_color_2 {
  color: #ff7a39;
}
.text_color_3 {
  color: #f4302f;
}
.center {
  text-align: center;
}
.right {
  text-align: right;
}
.clear_left {
  clear: left;
}
.block_1 {
  float: left;
  width: 100%;
}
.block_2 {
  float: left;
  width: 50%;
}
@media only screen and (max-width: 850px) {
  .block_2 {
    width: 100%;
  }
}
.block_3 {
  float: left;
  width: 33.3%;
}
@media only screen and (max-width: 850px) {
  .block_3 {
    width: 50%;
  }
}
@media only screen and (max-width: 500px) {
  .block_3 {
    width: 100%;
  }
}
.block_4 {
  float: left;
  width: 25%;
}
.block_5 {
  float: left;
  width: 66.6%;
}
.margin_left_4 {
  margin-left: calc(20% + 10px);
}
.width_1 {
  width: 5%;
}
.width_2 {
  width: 10%;
}
.width_3 {
  width: 15%;
}
.width_4 {
  width: 20%;
}
.width_5 {
  width: 25%;
}
.width_6 {
  width: 30%;
}
.width_7 {
  width: 35%;
}
.width_8 {
  width: 40%;
}
.width_9 {
  width: 45%;
}
.width_10 {
  width: 50%;
}
.width_11 {
  width: 55%;
}
.width_12 {
  width: 60%;
}
.width_13 {
  width: 65%;
}
.width_14 {
  width: 70%;
}
.width_15 {
  width: 75%;
}
.width_16 {
  width: 80%;
}
.width_17 {
  width: 85%;
}
.width_18 {
  width: 90%;
}
.width_19 {
  width: 95%;
}
.width_20 {
  width: 100%;
}
.width_100px {
  width: 100px;
}
.width_150px {
  width: 150px;
}
.width_200px {
  width: 200px;
}
.width_250px {
  width: 250px;
}
.width_300px {
  width: 300px;
}
.width_350px {
  width: 350px;
}
.width_400px {
  width: 400px;
}
.width_450px {
  width: 450px;
}
.width_500px {
  width: 500px;
}
* {
  padding: 0;
  margin: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
body {
  font-family: proxima-nova, sans-serif;
  font-weight: 300;
  font-style: normal;
  color: #5f6870;
  background: #d9dfd9;
  font-size: 18px;
  min-height: 100%;
}
a {
  text-decoration: none;
  color: #0057a2;
}
a:hover {
  color: #5ab84d;
  text-decoration: underline;
}
table {
  float: left;
  width: 100%;
  margin: 10px 0px;
  border-collapse: collapse;
}
table th {
  padding: 5px 10px;
  text-align: left;
}
table th.short {
  width: 50px;
}
table td {
  padding: 10px 10px;
}
ul {
  list-style-position: inside;
}
.whisperer {
  float: left;
  position: relative;
}
.whisperer input {
  width: 100%;
}
.whisperer a {
  display: block;
  background: url('/img/vector/icons/cancel.svg') no-repeat;
  background-size: 100%;
  width: 14px;
  height: 14px;
  position: absolute;
  top: 13px;
  right: 7px;
  opacity: 0.3;
}
.whisperer a:hover {
  opacity: 0.5;
}
.whisperer ul {
  position: absolute;
  list-style-type: none;
  -webkit-box-shadow: 3px 4px 5px 0px rgba(0, 0, 0, 0.3);
          box-shadow: 3px 4px 5px 0px rgba(0, 0, 0, 0.3);
  z-index: 10;
  margin-top: 40px;
  width: 100%;
}
.whisperer ul li {
  float: left;
  clear: left;
  padding: 10px 15px 8px;
  width: 100%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background: #43b02a;
  border-bottom: 2px solid rgba(255, 255, 255, 0.1);
  color: #fff;
  margin-top: -1px;
  cursor: pointer;
  font-size: 16px;
}
.whisperer ul li:hover {
  color: #fff;
  background: #0057a2;
}
.whisperer ul li span {
  float: right;
  font-size: 13px;
  opacity: 0.6;
  margin: 2px 0px 0px 0px;
}
.whisperer ul li.hovered {
  color: #fff;
}
.delete_icon {
  float: left;
  display: block;
  width: 24px;
  height: 24px;
  margin: 0px 2px;
  background: url('/img/vector/icons/delete.svg') no-repeat;
}
.delete_icon:hover {
  opacity: 0.9;
}
.cancel_icon {
  float: left;
  display: block;
  width: 24px;
  height: 24px;
  margin: 0px 2px;
  background: url('/img/vector/icons/cancel_2.svg') no-repeat;
}
.cancel_icon:hover {
  opacity: 0.9;
}
a.doc_cancel_icon {
  float: left;
  display: block;
  width: 24px;
  height: 24px;
  margin: 0px 2px;
  background: url('/img/vector/icons/document_cancel.svg') no-repeat;
}
a.doc_cancel_icon:hover {
  opacity: 0.7;
}
span.doc_cancel_icon {
  float: left;
  display: block;
  width: 24px;
  height: 24px;
  margin: 0px 2px;
  background: url('/img/vector/icons/document_cancel.svg') no-repeat;
}
.edit_icon {
  float: left;
  display: block;
  width: 24px;
  height: 24px;
  margin: 0px 2px;
  background: url('/img/vector/icons/edit.svg') no-repeat;
}
.edit_icon:hover {
  opacity: 0.7;
}
.ip_move_icon {
  float: left;
  display: block;
  width: 24px;
  height: 24px;
  margin: 0px 2px;
  background: url('/img/vector/icons/IP_move.svg') no-repeat;
}
.ip_move_icon:hover {
  opacity: 0.7;
}
a.priority_set_icon {
  float: left;
  display: block;
  width: 24px;
  height: 24px;
  margin: 0px 2px;
  background: url('/img/vector/icons/priority_set.svg') no-repeat;
}
a.priority_set_icon:hover {
  opacity: 0.7;
}
span.priority_set_icon {
  float: left;
  display: block;
  width: 24px;
  height: 24px;
  margin: 0px 2px;
  background: url('/img/vector/icons/priority_set.svg') no-repeat;
}
a.duplicate_icon {
  float: left;
  display: block;
  width: 24px;
  height: 24px;
  margin: 0px 2px;
  background: url('/img/vector/icons/duplicate.svg') no-repeat;
}
a.duplicate_icon:hover {
  opacity: 0.7;
}
a.checked_icon {
  float: left;
  display: block;
  width: 24px;
  height: 24px;
  margin: 0px 2px;
  background: url('/img/vector/icons/checked.svg') no-repeat;
}
a.checked_icon:hover {
  opacity: 0.7;
}
span.checked_icon {
  float: left;
  display: block;
  width: 24px;
  height: 24px;
  margin: 0px 2px;
  background: url('/img/vector/icons/checked.svg') no-repeat;
}
a.sign_icon {
  float: left;
  display: block;
  width: 24px;
  height: 24px;
  margin: 0px 2px;
  background: url('/img/vector/icons/sign.svg') no-repeat;
}
a.sign_icon:hover {
  opacity: 0.7;
}
span.sign_icon {
  float: left;
  display: block;
  width: 24px;
  height: 24px;
  margin: 0px 2px;
  background: url('/img/vector/icons/sign.svg') no-repeat;
}
.arrow {
  float: left;
  width: 12px;
}
.move {
  display: block;
  width: 36px;
  height: 36px;
  float: left;
  background: url("/img/vector/icons/move.svg") no-repeat;
}
.calendar_input {
  float: left;
  position: relative;
  margin: 4px 0px;
}
.calendar_input input[type="text"] {
  width: 100%;
  margin: 0px;
}
.calendar_input a {
  float: left;
  position: absolute;
  display: block;
  min-width: 24px;
  width: 100%;
  height: 30px;
  margin: 1px 0px;
  background: url('/img/vector/calendar_input.svg') no-repeat;
  background-position: calc(100% - 1px) 0px;
}
.calendar_input:hover input[type="text"] {
  border: 1px solid #5ab84d;
  color: #5ab84d;
}
.calendar_input:hover a {
  background: url('/img/vector/calendar_input_ON.svg') no-repeat;
  background-position: calc(100% - 1px) 0px;
}
.edit {
  display: block;
  width: 36px;
  height: 36px;
  margin: -4px -8px;
  float: left;
  background: url("/img/vector/icons/edit.svg") no-repeat;
}
.edit:hover {
  opacity: 0.8;
}
.add_button {
  color: #5f6870;
  display: block;
  float: left;
  padding: 10px 20px 8px 50px;
  border: 2px solid #5f6870;
  font-weight: bold;
  background: #eee url("/img/vector/icons/add.svg") no-repeat;
  background-size: 30px;
  background-position: 10px 5px;
}
.add_button:hover {
  background: #5ab84d url("/img/vector/icons/add_on.svg") no-repeat;
  background-size: 30px;
  background-position: 10px 5px;
  border: 2px solid #5ab84d;
  color: #fff;
}
/* LESS Document */
.admin {
  background: #03111f;
  color: #fff;
  padding: 30px 3%;
  float: left;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 100%;
  line-height: 26px;
  border-radius: 0px 0px 20px 20px;
  border: 1px solid #009a17;
  border-top: none;
}
.admin h1 {
  color: #046a38;
}
.admin h2 {
  color: #fff;
}
.admin .admin_menu_block {
  float: left;
  width: 100%;
  height: 157px;
  margin: 0px 0px 10px 0px;
}
.admin .modules {
  float: left;
  background: none;
  color: #fff;
  color: #43b02a;
  padding: 10px 15px;
  margin: 0px 2% 20px;
  font-size: 14px;
  width: 32%;
  border-radius: 10px;
  border: 1px solid #009a17;
}
.admin .modules h2 {
  margin: 5px 0px 0px;
  font-size: 18px;
  color: #fff;
  background: url("/img/vector/icons/modules.svg") no-repeat;
  background-size: 20px;
  padding: 0px 0px 0px 27px;
}
.admin .modules span {
  float: left;
  clear: both;
  color: #046a38;
}
.admin .modules li {
  float: left;
  clear: both;
  list-style-type: none;
  font-size: 13px;
  margin: 3px 0px;
  font-weight: bold;
  line-height: 14px;
}
.admin .modules li a {
  color: #fff;
}
.admin .user {
  float: left;
  border-radius: 20px;
  border: 1px solid #009a17;
  padding: 10px 0px;
  margin: 0px 0px 20px;
  border-radius: 10px;
  font-size: 14px;
  width: 32%;
}
.admin .user img {
  width: 64px;
  float: left;
  border: 1px solid #046a38;
  border-radius: 10px;
  margin: 5px 10px 0px 10px;
}
.admin .user strong {
  font-size: 18px;
  float: left;
}
.admin .user span {
  float: left;
  color: #046a38;
  width: calc 50%;
}
.admin .user h2 {
  margin: 0px 0px 0px 10px;
  font-size: 18px;
  background: url("/img/vector/icons/user.svg") no-repeat;
  background-size: 30px;
  background-position: 0px 0px;
  padding: 5px 0px 0px 35px;
}
.admin .user li {
  list-style-type: none;
  float: left;
  padding: 5px 11px 0px;
  background: #009a17;
  margin: 10px -2px 0px 10px;
  border-radius: 20px;
}
.admin .user li:first-of-type {
  clear: left;
}
.admin nav.admin_menu {
  float: left;
  color: #fff;
  padding: 10px 0px;
  margin: 0px 0px 20px;
  font-size: 14px;
  width: 32%;
  border-radius: 10px;
  border: 1px solid #046a38;
}
.admin nav.admin_menu h2 {
  margin: 5px 0px 0px 20px;
  font-size: 18px;
  background: url("/img/vector/icons/settings.svg") no-repeat;
  background-size: 20px;
  padding: 0px 0px 0px 27px;
}
.admin nav.admin_menu ul {
  float: left;
  width: 100%;
}
.admin nav.admin_menu ul li {
  list-style: none;
  float: left;
  clear: both;
  width: 100%;
}
.admin nav.admin_menu ul li a {
  float: left;
  color: #fff;
  font-size: 16px;
  font-weight: bold;
  padding: 5px 20px 0px;
  width: 100%;
}
.admin nav.admin_menu ul li a:hover {
  background: #448b3a;
  text-decoration: none;
  color: #fff;
  -webkit-transition-duration: 0.5s;
       -o-transition-duration: 0.5s;
          transition-duration: 0.5s;
}
.admin nav.admin_menu ul li a.selected {
  float: left;
  color: #03111f;
  background: #046a38;
}
.admin nav.admin_menu ul li a.selected:hover {
  background: #448b3a;
  text-decoration: none;
  color: #fff;
}
/*& nav.admin_menu {
        float: left;
        width: 100%;
        background: @color-blue-dark url("/img/vector/icons/settings.svg") no-repeat;
        background-size: 36px;
        background-position: 9px 11px;
        box-sizing: border-box;
        padding: 0px 0px 0px 52px;
        & ul {
            float: left;
            width: 100%;
            & li {
                list-style: none;
                float: left;
                & a {
                    float: left;
                    color: #fff;
                    font-size: 16px;
                    font-weight: bold;
                    padding: 15px 20px 14px;
                    &:hover {
                        background: @color-green;
                        text-decoration: none;
                        color: #fff;
                    }
                }
                & a.selected {
                    float: left;
                    font-size: 16px;
                    font-weight: 900;
                    padding: 15px 20px 14px;
                    color: @color-green;
                    &:hover {
                        background: @color-green;
                        text-decoration: none;
                        color: #fff;
                    }
                }
                & strong {
                    float: left;
                    font-size: 16px;
                    font-weight: 900;
                    padding: 15px 20px 14px;
                }
            }
            & li.back {
                float: right;
            }
        }
    } */
nav.admin_menu_2 {
  float: left;
  width: 100%;
  border: 1px solid #046a38;
  border-radius: 10px 10px 0px 0px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 0px 0px 0px 0px;
  height: auto;
}
nav.admin_menu_2 ul {
  float: left;
  width: 100%;
}
nav.admin_menu_2 ul li {
  list-style: none;
  float: left;
  margin: 0px;
}
nav.admin_menu_2 ul li a {
  float: left;
  color: #fff;
  font-size: 15px;
  font-weight: normal;
  padding: 15px 20px 10px;
}
nav.admin_menu_2 ul li a:hover {
  background: #5ab84d;
  text-decoration: none;
  color: #43b02a;
  font-weight: bold;
}
nav.admin_menu_2 ul li strong {
  float: left;
  background: #046a38;
  color: #03111f;
  border-radius: 10px 0px 0px 0px;
  font-size: 15px;
  font-weight: bold;
  padding: 15px 20px 10px;
}
nav.admin_menu_3 {
  float: left;
  width: 100%;
  background: #448b3a;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 0px 0px 0px 0px;
  border-radius: 0px 0px 10px 10px;
}
nav.admin_menu_3 ul {
  float: left;
  width: 100%;
}
nav.admin_menu_3 ul li {
  list-style: none;
  float: left;
}
nav.admin_menu_3 ul li a {
  float: left;
  color: #43b02a;
  color: #fff;
  font-size: 16px;
  font-weight: normal;
  padding: 11px 20px 10px;
}
nav.admin_menu_3 ul li a:hover {
  background: #046a38;
  text-decoration: none;
  color: #fff;
}
nav.admin_menu_3 ul li strong {
  float: left;
  color: #43b02a;
  color: #fff;
  font-size: 16px;
  font-weight: bold;
  padding: 11px 20px 10px;
}
.admin_edit {
  float: left;
  width: 100%;
  padding: 10px 0px;
}
.admin_edit label {
  float: left;
  clear: left;
  width: 100px;
  padding: 7px 10px 10px 0px;
}
.admin_edit input[type="text"] {
  float: left;
  width: 60%;
  margin: 0px 0px 5px 0px;
}
.admin_edit .combo {
  float: left;
  width: 60%;
  margin: 0px 0px 5px 0px;
}
.admin_edit .add_another {
  clear: both;
  margin: 0px 0px 10px 100px;
}
.admin_edit .checkbox_list {
  float: left;
  width: 100%;
  margin: -10px 0px 10px;
}
.admin_edit .checkbox_list li {
  width: 25%;
  margin: 10px 0px;
  list-style: none;
  float: left;
  padding: 0px;
}
.admin_edit .checkbox_list label.checkbox {
  width: 100%;
  float: left;
  clear: none;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 0px 0px 0px 35px;
  font-size: 17px;
  margin: 0px;
}
.category_navigation {
  float: left;
  width: 100%;
  padding: 0px 0px;
}
.category_navigation label {
  float: left;
  clear: left;
  width: 150px;
  padding: 7px 10px 10px 0px;
}
.category_navigation .combo {
  float: left;
  width: 60%;
  margin: 0px 0px 5px 0px;
}
.supervision {
  background: #03111f;
  float: left;
  width: 100%;
  padding: 1% 3%;
  color: #fff;
}
.supervision .sv_alert_ico {
  position: absolute;
  width: 26px;
  height: 26px;
  background: #f4302f;
  color: #14283a;
  font-size: 28px;
  font-weight: bold;
  padding: 0px;
  text-align: center;
  line-height: 22px;
  border-radius: 26px;
  top: 11%;
  right: 8%;
  display: none;
}
.supervision .sv_left {
  position: relative;
  float: left;
  width: 20%;
  color: #5ab84d;
  height: 300px;
}
.supervision .sv_left .sv_status {
  position: absolute;
  top: 0px;
  left: 50%;
  text-align: center;
  width: 50%;
  font-size: 24px;
  font-weight: bold;
}
.supervision .sv_left .sv_up {
  position: absolute;
  top: 55px;
  left: 50%;
  text-align: center;
  width: 50%;
  font-size: 18px;
}
.supervision .sv_left .sv_down {
  position: absolute;
  top: 80px;
  left: 50%;
  text-align: center;
  width: 50%;
  font-size: 18px;
}
.supervision .sv_left .sv_horizontal {
  display: block;
  float: left;
  background: #5ab84d;
  border-radius: 3px;
  width: 50%;
  height: 10px;
  position: absolute;
  top: 35px;
  left: 50%;
}
.supervision .sv_left .sv_vertical {
  display: block;
  float: left;
  background: #5ab84d;
  border-radius: 3px;
  width: 10px;
  height: calc(100% - 50px);
  position: absolute;
  top: 35px;
  left: calc(50% - 5px);
}
.supervision .sv_center {
  position: relative;
  float: left;
  width: 34%;
  color: #5ab84d;
}
.supervision .sv_center .sv_alert_ico {
  top: 28%;
  right: 5%;
}
.supervision .sv_center .sv_tower {
  position: relative;
  color: #fff;
  display: block;
  width: 90%;
  height: 80px;
  background: #14283a;
  text-align: center;
  font-size: 27px;
  font-weight: 500;
  border: 2px solid #5ab84d;
  border-radius: 3px;
  margin: 0px 5% 20px;
  padding-top: 18px;
}
.supervision .sv_center .sv_tower:hover {
  text-decoration: none;
  background: #03111f;
  color: #fff;
}
.supervision .sv_center .sv_sitel {
  position: relative;
  color: #fff;
  display: block;
  width: 50%;
  height: 80px;
  background: #14283a;
  text-align: center;
  font-size: 27px;
  font-weight: 500;
  border: 2px solid #5ab84d;
  border-radius: 3px;
  margin: 0px 5% 20px 5%;
  padding-top: 18px;
}
.supervision .sv_center .sv_sitel:hover {
  text-decoration: none;
  background: #03111f;
}
.supervision .sv_center .sv_alert {
  border: 2px solid #f4302f;
}
.supervision .sv_center .sv_notice {
  border: 2px solid #ff7a39;
}
.supervision .sv_center .sv_status_1 {
  position: absolute;
  top: 220px;
  left: 15%;
  text-align: center;
  font-size: 24px;
  font-weight: bold;
  width: auto;
}
.supervision .sv_center .sv_up_1 {
  position: absolute;
  top: 212px;
  left: 30%;
  text-align: center;
  font-size: 18px;
  width: 22%;
}
.supervision .sv_center .sv_down_1 {
  position: absolute;
  top: 237px;
  left: 30%;
  text-align: center;
  font-size: 18px;
  width: 22%;
}
.supervision .sv_center .sv_vertical_1 {
  display: block;
  float: left;
  background: #5ab84d;
  border-radius: 3px;
  width: 10px;
  height: 90px;
  position: absolute;
  top: 194px;
  left: 27%;
}
.supervision .sv_center .sv_status_2 {
  position: absolute;
  top: 190px;
  left: 68%;
  text-align: center;
  font-size: 24px;
  font-weight: bold;
  width: 20%;
}
.supervision .sv_center .sv_up_2 {
  position: absolute;
  top: 230px;
  left: 68%;
  text-align: center;
  font-size: 18px;
  width: 20%;
}
.supervision .sv_center .sv_down_2 {
  position: absolute;
  top: 255px;
  left: 68%;
  text-align: center;
  font-size: 18px;
  width: 20%;
}
.supervision .sv_center .sv_vertical_2 {
  display: block;
  float: left;
  background: #5ab84d;
  border-radius: 3px;
  width: 10px;
  height: 90px;
  position: absolute;
  top: 195px;
  left: 64%;
}
.supervision .sv_connect {
  position: absolute;
  width: 16%;
  height: 130px;
  display: block;
  float: left;
  left: 42%;
  top: 290px;
}
.supervision .sv_connect .sv_status {
  position: absolute;
  top: 0px;
  left: 0%;
  text-align: center;
  font-size: 24px;
  font-weight: bold;
  width: 100%;
  color: #5ab84d;
}
.supervision .sv_connect .sv_up {
  position: absolute;
  top: 60px;
  left: 0%;
  text-align: center;
  font-size: 18px;
  width: 100%;
  color: #5ab84d;
}
.supervision .sv_connect .sv_down {
  position: absolute;
  top: 85px;
  left: 0%;
  text-align: center;
  font-size: 18px;
  width: 100%;
  color: #5ab84d;
}
.supervision .sv_connect .sv_vertical_1 {
  display: block;
  float: left;
  background: #5ab84d;
  border-radius: 3px;
  width: 10px;
  height: 90px;
  position: absolute;
  top: 40px;
  left: 0%;
}
.supervision .sv_connect .sv_horizontal {
  display: block;
  float: left;
  background: #5ab84d;
  border-radius: 3px;
  width: 100%;
  height: 10px;
  position: absolute;
  top: 40px;
  left: 0%;
}
.supervision .sv_connect .sv_vertical_2 {
  display: block;
  float: left;
  background: #5ab84d;
  border-radius: 3px;
  width: 10px;
  height: 90px;
  position: absolute;
  top: 40px;
  right: 0%;
}
.supervision .sv_right {
  position: relative;
  float: left;
  width: 15%;
  color: #5ab84d;
  height: 300px;
}
.supervision .sv_right .sv_status {
  position: absolute;
  top: 0px;
  left: 0%;
  text-align: center;
  width: 63%;
  font-size: 24px;
  font-weight: bold;
}
.supervision .sv_right .sv_up {
  position: absolute;
  top: 55px;
  left: 0%;
  text-align: center;
  width: 63%;
  font-size: 18px;
}
.supervision .sv_right .sv_down {
  position: absolute;
  top: 80px;
  left: 0%;
  text-align: center;
  width: 63%;
  font-size: 18px;
}
.supervision .sv_right .sv_horizontal {
  display: block;
  float: left;
  background: #5ab84d;
  border-radius: 3px;
  width: 63%;
  height: 10px;
  position: absolute;
  top: 35px;
  left: 0%;
}
.supervision .sv_right .sv_vertical {
  display: block;
  float: left;
  background: #5ab84d;
  border-radius: 3px;
  width: 10px;
  height: calc(100% - 50px);
  position: absolute;
  top: 35px;
  left: calc(63% - 5px);
}
.supervision .sv_bottom {
  position: relative;
  float: left;
  width: 100%;
  color: #5ab84d;
  height: 50px;
  margin-bottom: 20px;
}
.supervision .sv_bottom .sv_status {
  position: absolute;
  top: 0px;
  left: 62.7%;
  text-align: center;
  width: auto;
  font-size: 24px;
  font-weight: bold;
}
.supervision .sv_bottom .sv_up {
  position: absolute;
  top: 60px;
  left: 58.5%;
  text-align: center;
  width: 10%;
  font-size: 18px;
}
.supervision .sv_bottom .sv_down {
  position: absolute;
  top: 85px;
  left: 58.5%;
  text-align: center;
  width: 10%;
  font-size: 18px;
}
.supervision .sv_bottom .sv_horizontal {
  display: block;
  float: left;
  background: #5ab84d;
  border-radius: 3px;
  width: 54%;
  height: 10px;
  position: absolute;
  top: calc(100% - 10px);
  left: 36.4%;
}
.supervision .sv_bottom .sv_vertical_1 {
  display: block;
  float: left;
  background: #5ab84d;
  border-radius: 3px;
  width: 10px;
  height: 100%;
  position: absolute;
  top: 0px;
  left: 36.4%;
}
.supervision .sv_bottom .sv_vertical_2 {
  display: block;
  float: left;
  background: #5ab84d;
  border-radius: 3px;
  width: 10px;
  height: 100%;
  position: absolute;
  top: 0px;
  left: 90%;
}
.supervision .sv_point {
  position: relative;
  float: left;
  color: #fff;
  display: block;
  width: 19.75%;
  height: 90px;
  background: #14283a;
  text-align: center;
  font-size: 21px;
  font-weight: 500;
  border: 2px solid #5ab84d;
  border-radius: 3px;
  margin: 0px;
  padding: 0 1%;
}
.supervision .sv_point:hover {
  background: #03111f;
  cursor: pointer;
}
.supervision .sv_point:hover .ok:hover {
  text-decoration: none;
  background: #5ab84d;
  color: #fff;
}
.supervision .sv_point:hover .progress:hover {
  text-decoration: none;
  background: #ff7a39;
  color: #fff;
}
.supervision .sv_point:hover .error:hover {
  text-decoration: none;
  background: #f4302f;
  color: #fff;
}
.supervision .sv_point strong {
  float: left;
  width: 100%;
  margin: 8px 0px;
}
.supervision .sv_point .ok {
  float: left;
  display: block;
  border: 2px solid #5ab84d;
  color: #5ab84d;
  width: 32%;
  margin: 0px;
  height: 30px;
  font-size: 18px;
}
.supervision .sv_point .progress {
  float: left;
  display: block;
  border: 2px solid #ff7a39;
  color: #ff7a39;
  width: 32%;
  margin: 0 2%;
  height: 30px;
  font-size: 18px;
}
.supervision .sv_point .error {
  float: left;
  display: block;
  border: 2px solid #f4302f;
  color: #f4302f;
  width: 32%;
  margin: 0px;
  height: 30px;
  font-size: 18px;
}
.supervision .sv_point_1-2,
.supervision .sv_point_2-3,
.supervision .sv_point_3-4 {
  position: relative;
  float: left;
  width: 5%;
  margin: 0px 1%;
  color: #5ab84d;
  height: 100px;
}
.supervision .sv_point_1-2 .sv_status,
.supervision .sv_point_2-3 .sv_status,
.supervision .sv_point_3-4 .sv_status {
  position: absolute;
  top: 0px;
  left: 0%;
  text-align: center;
  width: 100%;
  font-size: 20px;
  font-weight: bold;
}
.supervision .sv_point_1-2 .sv_up,
.supervision .sv_point_2-3 .sv_up,
.supervision .sv_point_3-4 .sv_up {
  position: absolute;
  top: 50px;
  left: 0%;
  text-align: center;
  width: 100%;
  font-size: 14px;
}
.supervision .sv_point_1-2 .sv_down,
.supervision .sv_point_2-3 .sv_down,
.supervision .sv_point_3-4 .sv_down {
  position: absolute;
  top: 70px;
  left: 0%;
  text-align: center;
  width: 100%;
  font-size: 14px;
}
.supervision .sv_point_1-2 .sv_horizontal,
.supervision .sv_point_2-3 .sv_horizontal,
.supervision .sv_point_3-4 .sv_horizontal {
  display: block;
  float: left;
  background: #5ab84d;
  border-radius: 3px;
  width: 100%;
  height: 10px;
  position: absolute;
  top: 35px;
  left: 0%;
}
.supervision .sv_point_1-2,
.supervision .sv_point_2-3,
.supervision .sv_point_3-4 {
  position: relative;
  float: left;
  width: 5%;
  margin: 0px 1%;
  color: #5ab84d;
  height: 100px;
}
.supervision .sv_alert {
  color: #f4302f;
}
.supervision .sv_alert .sv_horizontal {
  background: #f4302f;
}
.supervision .sv_alert .sv_vertical,
.supervision .sv_alert .sv_vertical_1,
.supervision .sv_alert .sv_vertical_2 {
  background: #f4302f;
}
.supervision .sv_alert .sv_alert_ico {
  display: block;
}
.supervision .sv_notice {
  color: #ff7a39;
}
.supervision .sv_notice .sv_horizontal {
  background: #ff7a39;
}
.supervision .sv_notice .sv_vertical,
.supervision .sv_notice .sv_vertical_1,
.supervision .sv_notice .sv_vertical_2 {
  background: #ff7a39;
}
.supervision .sv_notice .sv_alert_ico {
  display: block;
  background: #ff7a39;
}
.supervision .sv_alert {
  border: 2px solid #f4302f;
}
.supervision .sv_alert strong {
  color: #fff;
}
.supervision .sv_notice {
  border: 2px solid #ff7a39;
}
.supervision .sv_notice strong {
  color: #fff;
}
.supervision .sv_point_1-2,
.supervision .sv_point_2-3,
.supervision .sv_point_3-4,
.supervision .sv_left,
.supervision .sv_right {
  border: none;
}
.supervision .sv_info {
  position: relative;
  float: left;
  width: 31%;
  color: #5ab84d;
  height: 300px;
  margin-left: 0;
}
.supervision .sv_info nav {
  position: absolute;
  top: -30px;
}
.supervision .sv_info nav a {
  display: block;
  position: relative;
  float: left;
  color: #fff;
  font-weight: bold;
  padding: 5px 12px;
  font-size: 14px;
  height: 32px;
  background: #0057a2;
  border-radius: 5px 5px 0px 0px;
  border: 2px solid #0057a2;
  margin-right: 3px;
}
.supervision .sv_info nav a span {
  position: absolute;
  float: left;
  width: 18px;
  height: 18px;
  background: #f4302f;
  color: #fff;
  border-radius: 9px;
  z-index: 1;
  text-align: center;
  top: -10px;
  left: 3px;
  padding-top: 0px;
  line-height: 16px;
}
.supervision .sv_info nav a:hover {
  text-decoration: none;
  background: #03111f;
}
.supervision .sv_info nav a.active {
  display: block;
  float: left;
  color: #fff;
  padding: 5px 12px;
  font-size: 14px;
  background: #14283a;
  border-radius: 5px 5px 0px 0px;
  border-bottom: none;
}
.supervision .sv_info .sv_info_in {
  float: left;
  width: 100%;
  border: 2px solid #0057a2;
  border-radius: 0px 0px 5px 5px;
  height: 280px;
}
.supervision .sv_info .sv_info_in table {
  width: 100%;
  margin: 0px;
}
.supervision .sv_info .sv_info_in table th {
  font-size: 14px;
  background: #14283a;
  color: #8294a7;
  font-weight: normal;
}
.supervision .sv_info .sv_info_in table td {
  font-size: 15px;
  background: #03111f;
  color: #ff7a39;
}
.supervision .sv_info .sv_info_in table td span {
  float: left;
  clear: both;
  font-size: 12px;
}
.supervision .sv_info .sv_info_in table tr.phone_waiting td {
  color: #f4302f;
}
/* LESS Document */
input[type="text"] {
  float: left;
  height: 32px;
  padding: 3px 5px 5px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin: 4px 8px 4px 0px;
  font-size: 18px;
  font-family: eurostile, sans-serif;
  border: 1px solid #8294a7;
  border-radius: 3px;
  opacity: 0.8;
}
input[type="text"]:hover {
  opacity: 1;
}
input[type="password"] {
  float: left;
  height: 24px;
  padding: 4px 5px;
  margin: 4px 8px 4px 0px;
  font-size: 18px;
  font-family: eurostile, sans-serif;
  border: 1px solid #8294a7;
  border-radius: 3px;
  opacity: 0.8;
}
input[type="password"]:hover {
  opacity: 1;
}
textarea {
  float: left;
  padding: 3px 5px 5px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin: 4px 8px 14px 0px;
  font-size: 18px;
  font-family: eurostile, sans-serif;
  border: 1px solid #8294a7;
  border-radius: 3px;
  opacity: 0.8;
  min-height: 64px;
}
textarea:hover {
  opacity: 1;
}
.form_block {
  float: left;
  padding: 15px 0px 20px;
}
.form_block h1 {
  margin-bottom: 16px;
}
.form_block label {
  float: left;
  clear: left;
  margin: 5px 10px 3px 0px;
}
.form_block label.checkbox {
  float: left;
  clear: none;
}
.form_block label.radio {
  float: left;
  clear: none;
}
.form_block input[type="checkbox"] {
  float: left;
  clear: left;
  margin: 14px 4px 0px 0px;
}
.form_block input[type="radio"] {
  float: left;
  clear: left;
  margin: 14px 5px 0px 0px;
}
.form_block .input_block {
  float: left;
  padding: 0px 5px;
}
.control_input {
  float: left;
  clear: none;
  position: relative;
}
.control_input input {
  width: 100%;
}
.control_input a {
  display: block;
  background: url('/img/vector/icons/cancel.svg') no-repeat;
  background-size: 100%;
  width: 14px;
  height: 14px;
  position: absolute;
  top: 14px;
  right: 7px;
  opacity: 0.3;
}
.control_input a span {
  display: none;
}
.control_input a:hover {
  opacity: 0.5;
}
.YES {
  float: left;
  position: relative;
}
.YES input {
  width: 100%;
  border: 1px solid #5ab84d;
  background: #daf9d7;
}
.YES a {
  display: block;
  background: url('/img/vector/icons/input_save.svg') no-repeat;
  background-size: 100%;
  width: 22px;
  height: 22px;
  position: absolute;
  top: 10px;
  right: 6px;
  opacity: 0.8;
}
.YES a:hover {
  opacity: 1;
}
.NO {
  float: left;
  position: relative;
}
.NO input {
  width: 100%;
  border: 1px solid #f4302f;
  background: #edcece;
}
.NO a {
  display: block;
  background: url('/img/vector/icons/input_info.svg') no-repeat;
  background-size: 100%;
  width: 22px;
  height: 22px;
  position: absolute;
  top: 10px;
  right: 5px;
  opacity: 0.8;
}
.NO a span {
  display: none;
}
.NO a:hover {
  opacity: 1;
}
.NO a:hover span {
  display: block;
  position: absolute;
  right: 30px;
  width: 250px;
  font-size: 14px;
  line-height: 28px;
  padding: 5px 10px;
  color: #f4302f;
  background: #fff;
  border-radius: 10px;
  z-index: 3;
  -webkit-box-shadow: 1px 1px 3px #999;
          box-shadow: 1px 1px 3px #999;
}
.combo {
  float: left;
  padding: 0 60px 0 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin: 0;
  height: 32px;
  font-size: 18px;
  margin: 4px 12px 4px 0px;
  border: 1px solid #8294a7;
  border-radius: 3px;
  overflow: hidden;
  color: #5f6870;
  background-color: #5ab84d;
  background: #fff url('/img/bitmap/select.jpg') no-repeat right;
}
.combo:hover {
  background: url('/img/bitmap/select_ON.jpg') no-repeat right;
  cursor: pointer;
  border: 1px solid #5ab84d;
}
.combo select {
  color: #5f6870;
  height: 36px;
  width: 135%;
  font-size: 18px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding-left: 5px;
  margin-top: -3px;
  border: none;
  -webkit-box-shadow: none;
          box-shadow: none;
  font-family: eurostile, sans-serif;
  background-color: transparent;
  background-image: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  cursor: pointer;
}
.combo select:focus {
  outline: none;
}
.combo select:disabled {
  color: #eee;
}
.combo select > option {
  color: #5f6870;
}
span.unit {
  float: left;
  margin-top: 5px;
}
input[type=checkbox] {
  position: absolute;
  z-index: -1000;
  left: -1000px;
  overflow: hidden;
  clip: rect(0 0 0 0);
  height: 1px;
  width: 1px;
  margin: -1px;
  padding: 0;
  border: 0;
}
input[type=checkbox] + label {
  padding-left: 30px;
  float: left;
  height: 24px;
  line-height: 28px;
  display: inline-block;
  background-repeat: no-repeat;
  background-position: 0 0;
  vertical-align: middle;
  cursor: pointer;
}
input[type=checkbox]:checked + label {
  background-position: 0 -24px;
}
label.checkbox {
  background: url('/img/vector/checkbox.svg');
  background-size: 24px;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  line-height: 27px;
}
.input_file {
  width: 0.1px;
  height: 0.1px;
  opacity: 0;
  overflow: hidden;
  position: absolute;
  z-index: -1;
}
.input_file + label {
  color: #5f6870;
  display: block;
  float: left;
  padding: 9px 25px 9px 50px;
  border: 2px solid #5f6870;
  font-weight: bold;
  background: #eee url("/img/vector/icons/upload.svg") no-repeat;
  background-size: 32px;
  background-position: 7px 5px;
  font-size: 18px;
  -webkit-box-shadow: 2px 2px 4px 0px rgba(0, 0, 0, 0.3);
          box-shadow: 2px 2px 4px 0px rgba(0, 0, 0, 0.3);
  cursor: pointer;
}
.input_file + label:hover {
  background: #5ab84d url("/img/vector/icons/upload.svg") no-repeat;
  background-size: 32px;
  background-position: 7px 5px;
  border: 2px solid #046a38;
  color: #fff;
  -webkit-box-shadow: 3px 3px 4px 0px rgba(0, 0, 0, 0.7);
          box-shadow: 3px 3px 4px 0px rgba(0, 0, 0, 0.7);
}
header {
  background: #fff;
  color: #fff;
  width: 94%;
  top: 15px;
  margin: 0 3%;
  float: left;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-box-shadow: 2px 2px 4px 0px rgba(0, 0, 0, 0.3);
          box-shadow: 2px 2px 4px 0px rgba(0, 0, 0, 0.3);
  border-radius: 5px;
  height: 90px;
  position: relative;
  z-index: 2;
  text-align: center;
}
header img {
  height: 45px;
  margin: 25px auto 0px auto;
}
header .motto {
  position: absolute;
  color: #3b4352;
  opacity: 0.5;
  top: 35px;
  left: 5%;
  font-size: 18px;
}
header .motto span {
  margin-top: -10px;
  float: right;
  font-family: active, sans-serif;
  font-size: 24px;
  padding: 10px 50px 0px 10px;
  background: url('/img/vector/motto_arrow.svg') no-repeat;
  background-size: 70px;
  background-position: 90% 0px;
}
@media screen and (max-width: 1100px), (orientation: portrait) {
  header {
    height: auto;
    top: 0px;
    margin: 15px 3% 20px;
    padding: 0px 0px;
  }
  header .motto {
    position: static;
    width: 80%;
    left: 0;
    top: none;
    float: left;
    margin: 10px 10% 10px;
  }
  header .motto span {
    float: none;
  }
}
footer {
  float: left;
  color: #fff;
  width: 100%;
  padding: 15px 2%;
  background: #046a38;
}
footer div {
  position: relative;
  float: left;
  width: 15%;
  background: #fff;
  padding: 20px 30px 20px;
  border-radius: 10px;
  -webkit-box-shadow: 2px 2px 4px 0px rgba(0, 0, 0, 0.3);
          box-shadow: 2px 2px 4px 0px rgba(0, 0, 0, 0.3);
  margin: -30px 3% 0px 0px;
}
footer div span {
  position: absolute;
  width: 20%;
  float: left;
  background: #046a38;
  height: 8px;
  bottom: 0px;
  left: 0px;
}
footer div span:nth-of-type(2) {
  background: #009a17;
  left: 20%;
}
footer div span:nth-of-type(3) {
  background: #43b02a;
  left: 40%;
}
footer div span:nth-of-type(4) {
  background: #ff8f1c;
  left: 60%;
}
footer div span:nth-of-type(5) {
  background: #ff6900;
  left: 80%;
  border-radius: 0px 0px 10px 0px;
}
@media screen and (max-width: 1100px), (orientation: portrait) {
  footer div {
    width: 35%;
    padding: 20px 30px 25px;
  }
  footer div span {
    height: 12px;
  }
}
.main_menu {
  float: right;
  position: absolute;
  width: 30%;
  right: 0;
  top: 25px;
}
.main_menu ul {
  float: right;
  width: 100%;
}
.main_menu ul li {
  list-style-type: none;
  float: left;
  width: auto;
  position: relative;
}
.main_menu ul li a {
  display: block;
  float: left;
  text-align: center;
  text-decoration: none;
  color: #3b4352;
  opacity: 0.5;
  font-size: 18px;
  padding: 10px 15px;
  border-radius: 5px;
  text-transform: uppercase;
}
.main_menu ul li a:hover {
  color: #fff;
  -webkit-transition: 200ms;
  -o-transition: 200ms;
  transition: 200ms;
  background: #009a17;
  opacity: 1;
}
.main_menu li.home a {
  display: block;
  float: left;
  width: 46px;
  height: 46px;
  background: url('/img/vector/icons/home.svg') no-repeat;
  background-size: 22px;
  background-position: 12px 12px;
  opacity: 0.3;
}
.main_menu li.home a:hover {
  background: #009a17 url('/img/vector/icons/home_white.svg') no-repeat;
  background-size: 22px;
  background-position: 12px 12px;
  opacity: 1;
  -webkit-transition: 200ms;
  -o-transition: 200ms;
  transition: 200ms;
}
.main_menu li.icon {
  display: none;
}
@media screen and (max-width: 1100px), (orientation: portrait) {
  .main_menu {
    width: 40px;
    float: right;
    right: 20px;
    position: absolute;
    top: 70px;
  }
  .main_menu li {
    display: none;
  }
  .main_menu li.icon {
    width: 40px;
    height: 40px;
    float: left;
    border-radius: 10px;
    display: block;
  }
  .main_menu li.icon a {
    width: 100%;
    height: 100%;
    background: #ff8f1c url("/img/vector/icons/menu_white.svg") no-repeat;
    background-size: 24px;
    background-position: center;
    opacity: 1;
    z-index: 3;
  }
  .main_menu li.icon a:hover {
    background: #046a38 url("/img/vector/icons/menu_white.svg") no-repeat;
    background-size: 25px;
    background-position: center;
  }
  .main_menu.responsive {
    float: left;
    width: 96%;
    margin: 10px 2%;
    position: static;
    height: auto;
    border-radius: 10px;
  }
  .main_menu.responsive ul {
    float: left;
    position: relative;
  }
  .main_menu.responsive li:first-child {
    margin-top: 40px;
  }
  .main_menu.responsive li {
    float: left;
    display: block;
    text-align: left;
    width: 100%;
    margin: 0px;
  }
  .main_menu.responsive li a {
    float: left;
    color: #fff;
    background: #009a17;
    opacity: 1;
    width: 100%;
    margin: 0px 0px;
    border-radius: 0px;
    border-top: 1px solid #046a38;
  }
  .main_menu.responsive li a:hover {
    background: #43b02a;
  }
  .main_menu.responsive li.home a {
    display: block;
    float: left;
    width: 100%;
    height: 46px;
    background: #009a17 url('/img/vector/icons/home_white.svg') no-repeat;
    background-size: 24px;
    background-position: center;
    opacity: 1;
  }
  .main_menu.responsive li.home a:hover {
    background: #43b02a url('/img/vector/icons/home_white.svg') no-repeat;
    background-size: 24px;
    background-position: center;
    opacity: 1;
    -webkit-transition: 200ms;
    -o-transition: 200ms;
    transition: 200ms;
  }
  .main_menu.responsive li.icon {
    position: absolute;
    right: 0;
    top: 0;
  }
  .main_menu.responsive li.icon a {
    background: #009a17 url("/img/vector/icons/menu_white.svg") no-repeat;
    background-size: 24px;
    background-position: center;
    border-radius: 5px 5px 0px 0px;
    border-top: none;
  }
  .main_menu.responsive li.icon a:hover {
    background: #009a17 url("/img/vector/icons/menu_white.svg") no-repeat;
    background-size: 25px;
    background-position: center;
  }
}
/*nav.main_menu {
	float: left;
	position: absolute;
	width: 30%;
	right: 5%;
	top: 30px;
	& ul {
		list-style: none;
		& li {
			float: left;
			margin: 0px 4% 0px 0px;
			& a {
				display: block;
				float: left;
				text-align: center;
				color: @color-7;
				opacity: 0.5;
				text-decoration: none;
				font-size: 18px;
				padding: 5px 10px;
				border-radius: 5px;
				&:hover {
					color: #fff;
                	transition: 200ms;
					background: @color-1;
					opacity: 1;
				}
			}
		}
		& li.home {
			& a {
				display: block;
				float: left;
				width: 36px;
				height: 36px;
				background: url('/img/vector/icons/home.svg') no-repeat;
				background-size: 22px;
				background-position: 7px 7px;
				opacity: 0.3;
				&:hover {
					background: @color-1 url('/img/vector/icons/home_white.svg') no-repeat;
					background-size: 22px;
					background-position: 7px 7px;
					opacity: 1;
                	transition: 200ms;
				}
			}
		}
	}
}*/
nav.service_menu {
  float: left;
  width: 92%;
  margin: 55px 4% 30px;
}
nav.service_menu ul {
  float: left;
  width: 100%;
  list-style: none;
}
nav.service_menu ul li {
  float: left;
  width: 18%;
  margin: 0px 1% 60px;
  height: 400px;
  background: none;
}
nav.service_menu ul li .menu_text {
  float: left;
  margin: -40px 0px 20px;
  background: #046a38;
  color: #fff;
  width: 100%;
  height: 75px;
  border-radius: 0px 0px 5px 5px;
  -webkit-box-shadow: 2px 2px 4px 0px rgba(0, 0, 0, 0.3);
          box-shadow: 2px 2px 4px 0px rgba(0, 0, 0, 0.3);
  text-align: center;
  position: relative;
}
nav.service_menu ul li .menu_text strong {
  float: left;
  width: 100%;
  font-size: 45px;
  font-family: active, sans-serif;
  margin: 8px 0px 0px;
  font-weight: 300;
  text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.3);
}
nav.service_menu ul li .menu_text span {
  float: left;
  width: auto;
  position: absolute;
  top: 50px;
  left: 35%;
  font-size: 16px;
}
nav.service_menu ul li .menu_img {
  float: left;
  width: 100%;
  height: 400px;
  border-radius: 5px;
  -webkit-box-shadow: 2px 2px 4px 0px rgba(0, 0, 0, 0.3);
          box-shadow: 2px 2px 4px 0px rgba(0, 0, 0, 0.3);
  background-image: url('/img/bitmap/menu_1_2.jpg');
  background-size: cover;
  background-repeat: no-repeat;
  background-position: contain;
}
nav.service_menu ul li:hover .menu_text {
  -webkit-box-shadow: 3px 3px 4px 0px rgba(0, 0, 0, 0.7);
          box-shadow: 3px 3px 4px 0px rgba(0, 0, 0, 0.7);
}
nav.service_menu ul li:hover .menu_img {
  -webkit-box-shadow: 3px 3px 4px 0px rgba(0, 0, 0, 0.7);
          box-shadow: 3px 3px 4px 0px rgba(0, 0, 0, 0.7);
}
nav.service_menu ul li:nth-child(2) .menu_text {
  background: #009a17;
}
nav.service_menu ul li:nth-child(2) .menu_text strong {
  margin-top: 22px;
}
nav.service_menu ul li:nth-child(2) .menu_text span {
  top: 2px;
  left: 15%;
}
nav.service_menu ul li:nth-child(2) .menu_img {
  background-image: url('/img/bitmap/menu_2.jpg');
}
nav.service_menu ul li:nth-child(3) .menu_text {
  background: #43b02a;
}
nav.service_menu ul li:nth-child(3) .menu_text span {
  left: 0;
  text-align: center;
  width: 100%;
}
nav.service_menu ul li:nth-child(3) .menu_img {
  background-image: url('/img/bitmap/menu_3.jpg');
}
nav.service_menu ul li:nth-child(4) {
  position: relative;
}
nav.service_menu ul li:nth-child(4) .quick_info {
  position: absolute;
  display: none;
  background: rgba(0, 0, 0, 0.8);
  padding: 20px 10px;
  text-align: center;
  color: #fff;
  float: left;
  width: 100%;
  height: 100%;
  border-radius: 5px;
  line-height: 30px;
  font-size: 21px;
  z-index: 4;
  top: 55px;
}
nav.service_menu ul li:nth-child(4) .quick_info i {
  float: left;
  width: 100%;
  padding-top: 10px;
}
nav.service_menu ul li:nth-child(4) .menu_text {
  background: #ff8f1c;
}
nav.service_menu ul li:nth-child(4) .menu_text strong {
  margin-top: 22px;
}
nav.service_menu ul li:nth-child(4) .menu_text span {
  top: 2px;
  left: 15%;
}
nav.service_menu ul li:nth-child(4) .menu_img {
  background-image: url('/img/bitmap/menu_4.jpg');
}
nav.service_menu ul li:nth-child(4):hover .quick_info {
  display: block;
}
nav.service_menu ul li:nth-child(5) .menu_text {
  background: #ff6900;
}
nav.service_menu ul li:nth-child(5) .menu_text strong {
  margin-top: 22px;
}
nav.service_menu ul li:nth-child(5) .menu_text span {
  top: 2px;
  left: 15%;
}
nav.service_menu ul li:nth-child(5) .menu_img {
  background-image: url('/img/bitmap/menu_5.jpg');
}
nav.service_menu .motto {
  position: relative;
  float: left;
  width: 21%;
  height: 150px;
  font-family: active, sans-serif;
  color: #3b4352;
  opacity: 0.5;
  font-size: 36px;
  margin: 20px 0px 0px 0px;
  background: url('/img/vector/motto_2_arrow.svg') no-repeat;
  background-size: 70px;
  background-position: 90% 10px;
}
nav.service_menu .motto span {
  width: 170px;
  text-align: center;
  float: right;
  position: absolute;
  top: 65px;
  right: 35px;
  -webkit-transform: rotate(-12deg);
      -ms-transform: rotate(-12deg);
          transform: rotate(-12deg);
  line-height: 32px;
}
nav.service_menu .starlaces {
  display: block;
  float: left;
  background: url('/img/bitmap/menu_6.jpg') no-repeat;
  background-size: cover;
  background-position: contain;
  width: 38%;
  height: 150px;
  margin: 20px 0px 0px 0px;
  -webkit-box-shadow: 2px 2px 4px 0px rgba(0, 0, 0, 0.3);
          box-shadow: 2px 2px 4px 0px rgba(0, 0, 0, 0.3);
  border-radius: 5px;
  text-align: center;
  position: relative;
}
nav.service_menu .starlaces img {
  position: absolute;
  float: left;
  height: 66%;
  top: 17%;
  left: 7%;
}
nav.service_menu .starlaces span {
  position: absolute;
  width: 45%;
  right: 2%;
  top: 30px;
  font-size: 27px;
  color: #ffcd00;
}
nav.service_menu .starlaces strong {
  position: absolute;
  width: 45%;
  right: 2%;
  top: 70px;
  color: #fff;
  font-family: active, sans-serif;
  font-weight: normal;
  font-size: 40px;
}
@media screen and (max-width: 1100px), (orientation: portrait) {
  nav.service_menu .starlaces img {
    height: 77%;
    top: 0%;
    left: 4%;
  }
  nav.service_menu .starlaces span {
    width: 45%;
    right: 2%;
    top: 5px;
    font-size: 27px;
    color: #ffcd00;
  }
  nav.service_menu .starlaces strong {
    width: 45%;
    right: 2%;
    top: 50px;
  }
}
nav.service_menu .social {
  float: left;
  width: 24%;
  margin: 20px 0 0px 9%;
  color: #3b4352;
  font-family: active, sans-serif;
  text-align: center;
}
nav.service_menu .social span {
  float: left;
  width: 100%;
  font-size: 44px;
  margin: 10px 0px;
  opacity: 0.5;
}
nav.service_menu .social img {
  width: 100%;
  float: left;
}
nav.service_menu .social a {
  float: left;
}
nav.service_menu .social a:hover img {
  opacity: 0.8;
}
nav.service_menu .social a.instagram {
  width: 18%;
  margin: 0px 1% 0px 11%;
}
nav.service_menu .social a.instagram img {
  width: 80%;
  margin: 5px 0% 0px 4%;
}
nav.service_menu .social a.youtube {
  width: 18%;
  margin: 0px 1%;
}
nav.service_menu .social a.linkedin {
  width: 18%;
  margin: 0px 1%;
}
nav.service_menu .social a.linkedin img {
  width: 76%;
  margin: 7px 0% 0px 4%;
}
nav.service_menu .social a.facebook {
  width: 18%;
  margin: 0px 1%;
}
@media screen and (max-width: 1100px), (orientation: portrait) {
  nav.service_menu {
    width: 94%;
    margin: -10px 3% 30px;
  }
  nav.service_menu ul {
    float: left;
    width: 100%;
    list-style: none;
  }
  nav.service_menu ul li {
    float: left;
    clear: left;
    width: 100%;
    margin: 0px 0 12px;
    height: 100px;
    background: none;
    position: relative;
  }
  nav.service_menu ul li .menu_text {
    float: left;
    margin: 0px 0px 20px;
    background: #046a38;
    color: #fff;
    width: 85%;
    height: 100px;
    border-radius: 5px 5px;
    -webkit-box-shadow: 2px 2px 4px 0px rgba(0, 0, 0, 0.3);
            box-shadow: 2px 2px 4px 0px rgba(0, 0, 0, 0.3);
    text-align: center;
    position: relative;
  }
  nav.service_menu ul li .menu_text strong {
    float: left;
    width: 100%;
    font-size: 60px;
    font-family: active, sans-serif;
    margin: 20px 0px 0px;
    font-weight: 300;
    text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.3);
  }
  nav.service_menu ul li .menu_text span {
    float: left;
    width: 100%;
    position: absolute;
    text-align: center;
    top: 0px;
    left: 0;
    font-size: 16px;
  }
  nav.service_menu ul li .menu_img {
    float: left;
    right: 0;
    position: absolute;
    width: 15%;
    height: 100px;
    border-radius: 0px 5px 5px 0px;
    background-image: url('/img/bitmap/menu_1.jpg');
    background-size: cover;
    background-repeat: no-repeat;
    background-position: contain;
  }
  nav.service_menu ul li:nth-child(1) .menu_text strong {
    margin-top: 10px;
  }
  nav.service_menu ul li:nth-child(1) .menu_text span {
    top: 70px;
  }
  nav.service_menu ul li:nth-child(2) .menu_text {
    background: #009a17;
  }
  nav.service_menu ul li:nth-child(2) .menu_text span {
    top: 2px;
    left: 0;
  }
  nav.service_menu ul li:nth-child(2) .menu_img {
    background-image: url('/img/bitmap/menu_2.jpg');
  }
  nav.service_menu ul li:nth-child(3) .menu_text {
    background: #43b02a;
  }
  nav.service_menu ul li:nth-child(3) .menu_text strong {
    margin-top: 10px;
  }
  nav.service_menu ul li:nth-child(3) .menu_text span {
    top: 70px;
  }
  nav.service_menu ul li:nth-child(3) .menu_img {
    background-image: url('/img/bitmap/menu_3.jpg');
  }
  nav.service_menu ul li:nth-child(4) .menu_text {
    background: #ff8f1c;
  }
  nav.service_menu ul li:nth-child(4) .menu_text span {
    top: 2px;
    left: 0;
  }
  nav.service_menu ul li:nth-child(4) .menu_img {
    background-image: url('/img/bitmap/menu_4.jpg');
  }
  nav.service_menu ul li:nth-child(4):hover .quick_info {
    position: absolute;
    display: block;
    background: rgba(0, 0, 0, 0.8);
    padding: 10px 10px;
    text-align: center;
    color: #fff;
    float: left;
    width: 100%;
    height: 100%;
    border-radius: 5px;
    line-height: 24px;
    font-size: 18px;
    z-index: 4;
    top: 0px;
  }
  nav.service_menu ul li:nth-child(5) .menu_text {
    background: #ff6900;
  }
  nav.service_menu ul li:nth-child(5) .menu_text span {
    width: 75%;
    top: 2px;
    left: 0;
  }
  nav.service_menu ul li:nth-child(5) .menu_img {
    background-image: url('/img/bitmap/menu_5.jpg');
  }
  nav.service_menu .motto {
    display: none;
  }
  nav.service_menu .starlaces {
    display: block;
    float: left;
    background: url('/img/bitmap/menu_6.jpg') no-repeat;
    background-size: cover;
    background-position: contain;
    width: 100%;
    height: 120px;
    margin: 0px 0px 0px 0px;
    -webkit-box-shadow: 2px 2px 4px 0px rgba(0, 0, 0, 0.3);
            box-shadow: 2px 2px 4px 0px rgba(0, 0, 0, 0.3);
    border-radius: 5px;
    text-align: center;
  }
  nav.service_menu .starlaces img {
    float: left;
    width: 22%;
    margin: 2% 10%;
  }
  nav.service_menu .starlaces span {
    float: left;
    width: 45%;
    color: #ffcd00;
    margin: 15px 0px 0px;
    font-size: 21px;
  }
  nav.service_menu .starlaces strong {
    float: left;
    width: 45%;
    color: #fff;
    font-family: active, sans-serif;
    font-weight: normal;
    font-size: 36px;
  }
  nav.service_menu .social {
    float: left;
    width: 100%;
    margin: 20px 0 0px 0px;
    color: #3b4352;
    font-family: active, sans-serif;
    text-align: left;
  }
  nav.service_menu .social span {
    float: left;
    width: 47%;
    font-size: 33px;
    margin: 5px 0px;
    opacity: 0.8;
  }
  nav.service_menu .social img {
    width: 100%;
    float: left;
  }
  nav.service_menu .social a {
    float: left;
  }
  nav.service_menu .social a:hover img {
    opacity: 0.8;
  }
  nav.service_menu .social a.instagram {
    width: 9%;
    margin: 0px 1% 0px 11%;
  }
  nav.service_menu .social a.instagram img {
    width: 80%;
    margin: 5px 0% 0px 4%;
  }
  nav.service_menu .social a.youtube {
    width: 9%;
    margin: 0px 1%;
  }
  nav.service_menu .social a.linkedin {
    width: 9%;
    margin: 0px 0px 0px 1%;
  }
  nav.service_menu .social a.linkedin img {
    width: 76%;
    margin: 7px 0% 0px 4%;
  }
  nav.service_menu .social a.facebook {
    width: 9%;
    margin: 0px 1%;
  }
}
.navigation {
  float: left;
  width: 100%;
  color: #fff;
  padding: 10px 10px 5px 10px;
  border: 1px solid #046a38;
  border-radius: 10px;
  margin: 0px 0px 15px;
  font-size: 14px;
}
.navigation a {
  color: #046a38;
  margin: 0px 0px 0px;
  float: left;
}
.navigation img {
  float: left;
  width: 22px;
  margin: 0px 7px 0px 7px;
}
.button {
  float: left;
  background: #046a38;
  color: #fff;
  padding: 15px 30px;
  margin: 20px 20px 20px 0px;
  text-decoration: none;
  border-radius: 5px;
  font-size: 21px;
  font-weight: 500;
  text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.3);
  -webkit-box-shadow: 2px 2px 4px 0px rgba(0, 0, 0, 0.3);
          box-shadow: 2px 2px 4px 0px rgba(0, 0, 0, 0.3);
}
.button:hover {
  background: #ff8f1c;
  color: #fff;
  text-decoration: none;
}
.button_orange {
  background: #ff6900;
}
.add_another {
  float: left;
  background: #eee url("/img/vector/icons/plus_black.svg") no-repeat;
  background-size: 24px;
  background-position: 10px 8px;
  padding: 10px 20px 3px 45px;
  border-radius: 5px;
  color: #009a17;
  font-size: 16px;
  font-weight: bold;
  border: 2px solid #009a17;
  text-transform: uppercase;
  -webkit-box-shadow: 2px 2px 4px 0px rgba(0, 0, 0, 0.3);
          box-shadow: 2px 2px 4px 0px rgba(0, 0, 0, 0.3);
}
.add_another:hover {
  background: #009a17 url("/img/vector/icons/plus_white.svg") no-repeat;
  background-size: 24px;
  background-position: 10px 8px;
  color: #fff;
  border: 2px solid #43b02a;
  text-decoration: none;
}
.main_image {
  width: 100%;
  height: 400px;
  /* width: calc(~'100% - @{nav-width}'); */
  /*height: @nav-height;*/
  background: url('/img/bitmap/main_image_network.png') bottom;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  padding: 0px;
  float: left;
}
.login_image {
  width: 100%;
  float: left;
  height: 500px;
  background: url('/img/bitmap/main_image_space.png') bottom;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
.login_image .login_block {
  float: left;
  width: 60%;
  margin: 10% 20%;
  background: #0057a2;
  border-radius: 20px;
  padding: 10px 25px 20px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  color: #fff;
}
.login_image .login_block h1 {
  color: #fff;
  font-size: 24px;
}
.login_image .login_block label {
  float: left;
  clear: left;
  width: 165px;
  margin-top: 5px;
}
.login_image .login_block input[type="text"] {
  width: 65%;
  background: #43b02a;
  color: #fff;
}
.login_image .login_block input[type="password"] {
  width: 65%;
  background: #43b02a;
  color: #fff;
}
.login_image .login_block .button {
  margin: 10px 0px 0px 160px;
  border-radius: 10px;
  padding: 12px 25px;
  background: #5ab84d;
}
.login_image .login_block .button:hover {
  background: #43b02a;
}
@media only screen and (max-width: 850px) {
  .main_image {
    width: 100%;
    height: 275px;
    background: url('/img/bitmap/main_image_pokus.png') top;
  }
}
/* LESS Document */
.content {
  background: #fff;
  padding: 30px 5%;
  float: left;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 100%;
  line-height: 26px;
}
.container {
  max-width: 1600px;
  width: 100%;
  margin: 0 auto;
  background: #fff;
}
.dark_mode {
  color: #fff;
  background: #03111f;
}
.task {
  float: left;
  width: 100%;
}
.task .search_block {
  float: left;
  width: 100%;
  background: #0057a2;
  color: #fff;
  padding: 10px 15px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin-bottom: 20px;
}
.task .search_block h2 {
  margin-bottom: 10px;
}
.task .search_block .form_block {
  float: left;
}
.task .search_block label {
  float: left;
  margin: 11px 10px 5px 0px;
}
.task .search_block .combo {
  min-width: 120px;
  background-color: #5ab84d;
  background: #43b02a url('/img/bitmap/select_on.jpg') no-repeat right;
  color: #fff;
  margin: 8px 20px 0px 0px;
}
.task .search_block .combo:hover {
  background: #43b02a url('/img/bitmap/select_ON.jpg') no-repeat right;
  cursor: pointer;
  border: 1px solid #5ab84d;
}
.task .search_block .combo select {
  color: #fff;
}
.task .search_block input[type=text] {
  background: #43b02a;
  color: #fff;
  margin: 8px 20px 0px 0px;
}
.task .search_block .calendar {
  display: none;
}
.task .search_block .calendar_ico {
  float: left;
  display: block;
  margin: 10px 20px 0px -10px;
  width: 30px;
  height: 30px;
  background: url('/img/vector/icons/calendar.svg') no-repeat right;
  opacity: 0.7;
}
.task .search_block .calendar_ico:hover {
  opacity: 1;
}
.task .search_block .button {
  float: right;
  margin: -5px 5px 5px 0px;
}
.task .task_header {
  float: left;
  width: 100%;
  position: relative;
  background: #eee;
  padding: 0;
}
.task .task_header table.quick_info {
  width: auto;
  float: right;
  position: absolute;
  right: 0;
  top: 0;
  margin: 0;
}
.task .task_header table.quick_info td {
  background: #5ab84d;
  color: #fff;
  font-weight: bold;
  font-size: 21px;
}
.task .task_header table.quick_info th {
  background: #5ab84d;
  color: #fff;
  text-align: right;
  font-weight: 300;
}
.task .task_header table.customer {
  position: relative;
  float: left;
  width: auto;
  margin: 0;
}
.task .task_header table.customer th {
  background: none;
  color: #5f6870;
}
.task .task_header table.customer td {
  padding: 2px 5px;
}
.task .task_header table.customer td .combo {
  min-width: 325px;
}
.task .task_header table.customer td input[type="text"] {
  min-width: 325px;
}
.task .task_ID {
  float: left;
  width: 100%;
  background: #0057a2;
  margin: 10px 0px 0px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 5px 10px 12px;
  color: #fff;
}
.task .task_ID h1 {
  color: #fff;
  font-weight: 600;
  font-size: 24px;
  margin: 0px 0px 7px;
}
.task .task_ID .combo {
  min-width: 125px;
  background-color: #5ab84d;
  background: #43b02a url('/img/bitmap/select_on.jpg') no-repeat right;
  color: #fff;
  margin: 0px 20px 0px 0px;
}
.task .task_ID .combo:hover {
  background: #43b02a url('/img/bitmap/select_ON.jpg') no-repeat right;
  cursor: pointer;
  border: 1px solid #5ab84d;
}
.task .task_ID .combo select {
  color: #fff;
}
.task .task_ID .arrow {
  float: left;
  margin: 10px 8px 0px -7px;
  opacity: 0.7;
}
.task .task_origin {
  float: left;
  width: 100%;
  background: #43b02a;
  margin: 0px;
  font-size: 13px;
  color: #8294a7;
  padding: 5px 10px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.task .task_origin a {
  color: #5ab84d;
}
.task .task_content {
  float: left;
  list-style: none;
  width: 100%;
}
.task .task_content li {
  float: left;
  width: 100%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 20px 30px;
  background: #eee;
}
.task .task_content li h2 {
  width: 100%;
  float: left;
  color: #43b02a;
}
.task .task_content li .date {
  float: left;
  font-size: 13px;
  margin-bottom: 10px;
}
.task .task_content li .creator {
  float: right;
  font-size: 13px;
}
.task .task_content li p {
  float: left;
  margin: 5px 0px;
  width: 100%;
}
.task .task_content li textarea {
  float: left;
  width: 100%;
  height: 120px;
  margin-top: 10px;
  border: 1px solid #8294a7;
}
.task .task_content li h3 {
  float: left;
  width: 100%;
  margin: 15px 0px 0px;
}
.task .task_content li .button {
  float: right;
  margin: 15px 0px 0px 0px;
}
.task .task_content li ul.task_solution {
  float: left;
  width: 100%;
  list-style: none;
  margin: 5px 0px;
}
.task .task_content li ul.task_solution li {
  float: left;
  width: auto;
  padding: 0px 0px 0px 0px;
  margin-right: 15px;
  color: #8294a7;
}
.task .task_content li ul.task_solution li img {
  float: right;
  margin: 9px 0px 0px 20px;
}
.task .task_content li table {
  float: left;
  margin: 10px 0px;
  width: auto;
}
.task .task_content li table td {
  padding: 6px 15px 5px;
  border: 1px solid #8294a7;
  background: none;
  color: #8294a7;
}
.task .task_content li table th {
  padding: 6px 15px 5px;
  border: 1px solid #8294a7;
  background: none;
  color: #8294a7;
}
.task .task_content li.snd {
  background: #dedede;
}
.task .attachment {
  float: left;
  width: 100%;
  list-style: none;
}
.task .attachment li {
  float: left;
  width: auto;
  padding: 5px 20px 5px;
  margin: 5px 20px 15px 0px;
  background: none;
  color: #8294a7;
  border: 1px solid #8294a7;
}
.task .attachment li:hover {
  background: #c7d0d8;
  border: 1px solid #0057a2;
  color: #0057a2;
  cursor: pointer;
}
.task .task_menu {
  float: left;
  width: 100%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background: #0057a2;
  color: #fff;
  padding: 15px 15px;
  position: relative;
}
.task .task_menu .combo {
  width: 250px;
  margin: 5px 0px;
}
.task .task_menu .time {
  width: 80px;
  margin: 5px 0px;
  background: red url('/img/vector/combo.svg') no-repeat 95% 50%;
  background-size: 14px;
}
.task .task_menu label {
  float: left;
  margin: 8px 10px 0px 0px;
}
.task .task_menu label.checkbox {
  float: left;
  margin: 0px 10px 0px 0px;
}
.task .task_menu input[type=checkbox] {
  float: left;
  margin: 7px 10px 0px 0px;
}
.task .task_menu h3 {
  font-size: 21px;
  float: left;
  clear: both;
  width: 100%;
  margin: 0px 0px 2px;
}
.task .task_menu .arrow {
  margin: 17px 10px 0px;
  opacity: 0.5;
}
.task .task_menu .combo {
  min-width: 125px;
  background-color: #5ab84d;
  background: #43b02a url('/img/bitmap/select_on.jpg') no-repeat right;
  color: #fff;
  margin: 7px 0px 0px 0px;
}
.task .task_menu .combo:hover {
  background: #43b02a url('/img/bitmap/select_ON.jpg') no-repeat right;
  cursor: pointer;
  border: 1px solid #5ab84d;
}
.task .task_menu .combo select {
  color: #fff;
}
.task .task_menu .task_condition {
  float: left;
  margin: 10px 0px;
}
.task .task_menu .next_condition {
  float: left;
  margin: 10px 10px 15px 0px;
  opacity: 0.6;
}
.task .task_menu input[type=text] {
  float: left;
  width: 120px;
  margin: 3px 20px 0px 0px;
  color: #fff;
}
.task .task_menu .calendar_ico {
  display: block;
  float: left;
  width: 24px;
  height: 24px;
  background: url('/img/vector/calendar.svg');
  margin: 7px 20px 0px -10px;
  opacity: 0.7;
}
.task .task_menu .calendar_ico:hover {
  opacity: 1;
}
.task .task_menu table.task_progress {
  width: 100%;
}
.task .task_menu table.task_progress th {
  background: #046a38;
  font-size: 16px;
  color: #43b02a;
  padding: 0px 5px;
}
.task .task_menu table.task_progress th.date {
  text-align: center;
  padding-right: 20px;
}
.task .task_menu table.task_progress td {
  font-size: 16px;
  background: #43b02a;
  border-top: 2px solid #009a17;
  padding: 5px;
}
.task .task_menu table.task_progress td a {
  color: #046a38;
}
.task .task_menu table.task_progress td strong {
  font-size: 18px;
}
.task .task_menu table.task_progress td label {
  padding-left: 10px;
  color: #8294a7;
}
.task .task_menu table.task_progress td input[type="text"] {
  background: #43b02a;
  width: 300px;
  font-size: 16px;
}
.task .task_menu table.task_progress td.date {
  width: 110px;
  text-align: center;
  font-size: 12px;
  line-height: 14px;
  padding-right: 20px;
}
.task .task_menu table.task_progress tr.add_progress th {
  background: #009a17;
  font-size: 16px;
  color: #43b02a;
  padding: 0px 5px;
}
.task .task_menu table.task_progress th.date {
  text-align: center;
  padding-right: 20px;
}
.task .task_menu table.task_progress td {
  font-size: 16px;
  background: #43b02a;
  border-top: 2px solid #009a17;
  padding: 5px;
}
.task .task_menu table.task_progress td a {
  color: #046a38;
}
.task .task_menu table.task_progress td strong {
  font-size: 18px;
}
.task .task_menu table.task_progress td label {
  padding-left: 10px;
}
.task .task_menu table.task_progress td input[type="text"] {
  background: #43b02a;
  width: 300px;
  font-size: 16px;
}
.task .calendar {
  display: none;
}
.task .info {
  display: block;
  float: left;
  width: 24px;
  height: 24px;
  background: url('/img/vector/info.svg');
  margin: 7px 0px 0px 3px;
  opacity: 0.7;
}
.task .info:hover {
  opacity: 1;
}
.task_review {
  list-style: none;
  width: calc(100% + 10px);
  float: left;
  margin: 25px 0px 10px;
}
.task_review li {
  float: left;
  width: 171px;
  height: 63px;
  font-size: 15px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  color: #0057a2;
  padding: 39px 10px 5px 6px;
  background: #dedede;
  position: relative;
  font-weight: bold;
  line-height: 16px;
  margin: 0px 10px 15px 0px;
  border-top: 2px solid #0057a2;
}
.task_review li:hover {
  background: #0057a2;
  cursor: pointer;
  color: #fff;
  border-top: 2px solid #43b02a;
}
.task_review li:hover .icon {
  background: #43b02a url('/img/vector/icons/user.svg');
  background-size: 32px;
  background-position: 2px 2px;
}
.task_review li .icon {
  float: left;
  color: #fff;
  background: #0057a2 url('/img/vector/icons/user.svg');
  background-size: 32px;
  background-position: 2px 2px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  height: 36px;
  width: 36px;
  text-align: right;
  padding: 0px 5px;
  position: absolute;
  left: 6px;
  top: 0px;
  font-size: 13px;
}
.task_review li .completed {
  float: left;
  background: #fff;
  color: #5ab84d;
  border-bottom: 2px solid #5ab84d;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  height: 18px;
  width: 40px;
  text-align: center;
  padding: 0px 3px 2px;
  position: absolute;
  right: 86px;
  top: 0px;
  font-size: 13px;
  font-weight: bold;
}
.task_review li .completed_2 {
  float: left;
  background: #fff;
  color: #5ab84d;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  height: 18px;
  width: 40px;
  text-align: center;
  padding: 1px 3px;
  position: absolute;
  right: 86px;
  top: 18px;
  font-size: 13px;
  font-weight: bold;
}
.task_review li .waiting {
  float: left;
  background: #fff;
  color: #ff7a39;
  border-bottom: 2px solid #ff7a39;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  height: 18px;
  width: 40px;
  text-align: center;
  padding: 0px 3px 2px;
  position: absolute;
  right: 43px;
  top: 0px;
  font-size: 13px;
  font-weight: bold;
}
.task_review li .waiting_2 {
  float: left;
  background: #fff;
  color: #ff7a39;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  height: 18px;
  width: 40px;
  text-align: center;
  padding: 1px 3px;
  position: absolute;
  right: 43px;
  top: 18px;
  font-size: 13px;
  font-weight: bold;
}
.task_review li .urgent {
  float: left;
  color: #f4302f;
  background: #fff;
  border-bottom: 2px solid #f4302f;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  height: 18px;
  width: 40px;
  text-align: center;
  padding: 0px 3px 2px;
  position: absolute;
  right: 0px;
  top: 0px;
  font-size: 13px;
  font-weight: bold;
}
.task_review li .urgent_2 {
  float: left;
  color: #f4302f;
  background: #fff;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  height: 18px;
  width: 40px;
  text-align: center;
  padding: 1px 3px;
  position: absolute;
  right: 0px;
  top: 18px;
  font-size: 13px;
  font-weight: bold;
}
/* LESS Document */
.banner_base {
  background: #fff;
}
.banner_negative {
  background: #03111f;
  color: #fff;
}
.banner_color_1 {
  background: #009a17;
  color: #fff;
}
.banner_color_2 {
  background: #046a38;
  color: #fff;
}
.banner_1 {
  float: left;
  width: 100%;
  padding: 10px 20px;
}
.banner_1 img {
  float: left;
  width: 90%;
  margin: 5%;
}
.banner_2 {
  float: left;
  width: 50%;
  padding: 10px 20px;
}
.banner_3 {
  float: left;
  width: calc(100% / 3);
  padding: 10px 20px;
}
.banner_4 {
  float: left;
  width: 25%;
  padding: 10px 20px;
}
.banner_5 {
  float: left;
  width: 20%;
  padding: 10px 20px;
}
.banner_600px {
  height: 600px;
  overflow: hidden;
}
.banner_500px {
  height: 500px;
  overflow: hidden;
}
.banner_400px {
  height: 400px;
  overflow: hidden;
}
.banner_300px {
  height: 300px;
  overflow: hidden;
}
.banner_200px {
  height: 200px;
  overflow: hidden;
}
.banner_100px {
  height: 100px;
  overflow: hidden;
}
.banners {
  float: left;
  width: 100%;
}
.banners .banner_edit {
  float: left;
  width: 48%;
  margin: 20px 4% 20px 0px;
}
.banners .banner_edit h1 {
  margin-bottom: 15px;
}
.banners .banner_edit label {
  float: left;
  clear: left;
  width: 150px;
  margin: 0px;
}
.banners .banner_edit input[type="text"] {
  width: calc(100% - 170px);
  margin-bottom: 15px;
}
.banners .banner_edit .combo {
  width: calc(100% - 170px);
  margin: 0px 0px 15px;
}
.banners .banner_edit .img_input {
  width: calc(70% - 170px);
  float: left;
  clear: both;
  margin: 0px 0px 20px 150px;
  border: 1px solid #8294a7;
}
.banners .banner_edit .button {
  margin: 0px 10px 15px 0px;
  float: left;
}
.banners .banner_edit ul {
  float: left;
  width: calc(100% - 170px);
  list-style-type: none;
  margin: 0px 0px 20px;
}
.banners .banner_edit ul li {
  float: left;
  background: #eee;
  width: 100%;
  padding: 7px 15px 7px;
}
.banners .banner_edit ul li input[type="text"] {
  width: 100%;
  float: left;
  margin: 3px 0px 3px;
}
.banners .banner_edit textarea {
  width: calc(100% - 170px);
  float: left;
  height: 100px;
}
.banners .banner_edit .checkbox_block {
  float: left;
  width: calc(100% - 170px);
  margin-bottom: 20px;
}
.banners .banner_edit .checkbox_block label {
  width: auto;
  clear: left;
  margin: 0px 0px 5px;
}
.banners .banner_group_edit {
  float: left;
  width: 60%;
  margin: 20px 0px 20px 0px;
}
.banners .banner_group_edit h1 {
  margin-bottom: 15px;
}
.banners .banner_group_edit label {
  float: left;
  clear: left;
  width: 250px;
  margin: 0px;
}
.banners .banner_group_edit input[type="text"] {
  width: calc(100% - 270px);
  margin-bottom: 15px;
}
.banners .banner_group_edit .combo {
  width: calc(100% - 270px);
  margin: 0px 0px 15px;
}
.banners .banner_group_edit .img_input {
  width: calc(70% - 170px);
  float: left;
  clear: both;
  margin: 0px 0px 20px 150px;
  border: 1px solid #8294a7;
}
.banners .banner_group_edit .button {
  margin: 0px 10px 15px 0px;
  float: left;
}
.banners .banner_group_edit ul {
  float: left;
  width: calc(100% - 170px);
  list-style-type: none;
  margin: 0px 0px 20px;
}
.banners .banner_group_edit ul li {
  float: left;
  background: #eee;
  width: 100%;
  padding: 7px 15px 7px;
}
.banners .banner_group_edit ul li input[type="text"] {
  width: 100%;
  float: left;
  margin: 3px 0px 3px;
}
.banners .banner_group_edit textarea {
  width: calc(100% - 170px);
  float: left;
  height: 100px;
}
.banners .banner_group_edit .checkbox_block {
  float: left;
  width: calc(100% - 170px);
  margin-bottom: 20px;
}
.banners .banner_group_edit .checkbox_block label {
  width: auto;
  clear: left;
  margin: 0px 0px 5px;
}
.banners .banner_preview {
  float: left;
  width: 48%;
  margin: 20px 0px;
}
.banners .banner_preview:hover {
  cursor: pointer;
  opacity: 0.9;
}
.banners .banner_preview h1 {
  margin-bottom: 15px;
}
.banners .banner_preview .banner {
  float: left;
  width: 100%;
  background: #009a17;
  color: #fff;
  position: relative;
}
.banners .banner_preview .banner h2 {
  top: 154px;
  float: left;
  position: absolute;
  width: 100%;
  padding: 8px 5% 12px;
  background: url('/img/bitmap/banner_title.png') left repeat-y;
}
.banners .banner_preview .banner .banner_img {
  width: 100%;
  height: 200px;
  overflow: hidden;
}
.banners .banner_preview .banner .banner_img img {
  width: 100%;
  min-height: 250px;
}
.banners .banner_preview .banner ul {
  float: left;
  width: 90%;
  margin: 10px 5% 0px;
  list-style-type: square;
}
.banners .banner_preview .banner ul li {
  float: left;
  clear: left;
  width: 100%;
  margin: 5px 0p;
}
.banners .banner_preview .banner p {
  float: left;
  width: 90%;
  margin: 10px 5% 20px;
  text-align: left;
  line-height: 27px;
}
.about_us {
  position: relative;
  float: left;
  width: 100%;
  padding: 50px 4%;
  background: #3b4352 url('/img/vector/about_us_arrow.svg') no-repeat;
  background-size: 90px;
  /* background-position: 58% 30px; */
  background-position: 90% 30px;
  overflow: hidden;
}
.about_us h1 {
  color: #ff8f1c;
  font-size: 21px;
  font-weight: 300;
}
.about_us strong {
  float: left;
  font-family: active, sans-serif;
  color: #fff;
  font-size: 60px;
  font-weight: 300;
}
.about_us p {
  float: left;
  width: 90%;
  margin-right: 5%;
  color: #fff;
  font-size: 24px;
  clear: left;
  padding: 10px 10px 10px 0px;
  line-height: 45px;
  opacity: 0.6;
  text-indent: 5%;
}
.about_us img {
  position: absolute;
  right: 0%;
  width: 35%;
}
.about_us .button_line {
  float: left;
  clear: left;
}
.trailers_banner {
  position: relative;
  float: left;
  width: 100%;
  padding: 50px 4%;
  background: #046a38;
  overflow: hidden;
}
.trailers_banner h1 {
  color: #ff8f1c;
  font-size: 21px;
  font-weight: 300;
}
.trailers_banner strong {
  float: left;
  font-family: active, sans-serif;
  color: #fff;
  font-size: 60px;
  font-weight: 300;
}
.trailers_banner p {
  float: left;
  width: 100%;
  color: #fff;
  font-size: 24px;
  clear: left;
  padding: 10px 10px 5px 0px;
  line-height: 36px;
  text-indent: 24px;
}
.trailers_banner p strong {
  font-family: proxima-nova, sans-serif;
  font-size: 24px;
  font-weight: bold;
  float: none;
}
.trailers_banner ul {
  float: left;
  list-style: none;
  margin: 10px 0px 0px 30px;
}
.trailers_banner ul li {
  color: #fff;
  font-size: 36px;
  font-weight: bold;
  background: url('/img/vector/li.svg') no-repeat;
  background-size: 14px;
  background-position: 0px 20px;
  padding: 0px 0px 0px 30px;
  margin: 0px 0px 25px;
}
.trailers_banner img {
  float: left;
  height: 350px;
  margin: 20px 20px 20px 0px;
}
.trailers_banner img {
  float: left;
  height: 350px;
  margin: 20px 20px 20px 0px;
}
.trailers_banner .button {
  width: 48%;
  margin: 20px 1%;
  text-align: center;
  background: #1c3827;
}
.trailers_banner .button:hover {
  background: #ff8f1c;
}
.trailers_banner a:first-of-type {
  clear: left;
}
@media screen and (max-width: 1100px), (orientation: portrait) {
  .trailers_banner img {
    max-width: 100%;
    height: auto;
  }
  .trailers_banner img:nth-of-type(2) {
    display: none;
  }
}
.lift_banner {
  float: left;
  width: 100%;
  background: #3b4352;
  padding: 50px 4%;
  min-height: 500px;
}
.lift_banner h1 {
  color: #ff8f1c;
  font-size: 21px;
  font-weight: 300;
}
.lift_banner strong {
  float: left;
  font-family: active, sans-serif;
  color: #fff;
  font-size: 60px;
  font-weight: 300;
}
.lift_banner ul {
  float: left;
  clear: left;
  width: 100%;
  list-style: none;
}
.lift_banner ul li {
  float: left;
  text-align: center;
  width: 32%;
  margin: 10px 0 10px;
  background: #009a17;
  color: #fff;
  padding: 13px 10px 11px;
  text-transform: uppercase;
  font-family: active, sans-serif;
  font-size: 36px;
  border-radius: 5px;
  text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.3);
}
.lift_banner ul li:first-of-type {
  background: #046a38;
}
.lift_banner ul li:nth-of-type(2) {
  background: #009a17;
  margin: 10px 2%;
}
.lift_banner ul li:nth-of-type(3) {
  background: #43b02a;
}
.lift_banner img {
  float: left;
  clear: left;
  margin: 20px 2% 0px 0px;
  width: 50%;
}
.lift_banner p {
  float: left;
  color: #fff;
  width: 45%;
  font-size: 24px;
  line-height: 36px;
  margin: 10px 0px 10px;
}
.lift_banner span {
  float: left;
  clear: left;
  font-size: 24px;
  color: #fff;
  opacity: 0.6;
  width: 100%;
  margin: 10px 0px 10px 0px;
}
.lift_banner a {
  clear: left;
  float: left;
}
.lift_banner a.button_orange {
  margin-bottom: 0px;
}
@media screen and (max-width: 1100px), (orientation: portrait) {
  .lift_banner ul li {
    font-size: 27px;
  }
  .lift_banner img {
    margin: 20px 0px 0px 0px;
    width: 100%;
  }
  .lift_banner p {
    width: 100%;
  }
}
.contact_banner {
  float: left;
  width: 100%;
  background: #1c3827;
  color: #fff;
  padding: 50px 4%;
}
.contact_banner div {
  float: left;
  width: 60%;
}
.contact_banner div p {
  float: left;
  width: 70%;
  font-size: 24px;
  margin: 0px 0px 20px 0px;
  line-height: 36px;
}
.contact_banner div img {
  width: calc(30% - 10px);
  float: left;
  clear: left;
  margin: 10px 10px 10px 0px;
}
.contact_banner div address {
  width: 100%;
  float: left;
  font-style: normal;
  font-size: 24px;
  margin-bottom: 20px;
}
.contact_banner div address strong {
  font-weight: bold;
}
.contact_banner div address a {
  color: #ff8f1c;
}
.contact_banner div h2 {
  float: left;
  clear: left;
  margin: 10px 0px 0px;
  font-family: active, sans-serif;
  font-size: 36px;
  font-weight: normal;
}
.contact_banner div table.hours {
  float: left;
  clear: left;
  width: 60%;
  font-size: 24px;
}
.contact_banner div table.hours th {
  padding: 0px 5px 0px 0px;
}
.contact_banner div table.hours td {
  padding: 2px 5px 2px 0px;
}
.contact_banner div:first-of-type {
  width: 32%;
}
.contact_banner div:first-of-type img {
  width: 85%;
}
.contact_banner h1 {
  float: left;
  font-family: active, sans-serif;
  color: #fff;
  font-size: 48px;
  font-weight: 300;
  margin-bottom: 10px;
}
@media screen and (max-width: 1100px), (orientation: portrait) {
  .contact_banner div {
    width: 100%;
  }
  .contact_banner div table.hours {
    width: 100%;
  }
  .contact_banner div:first-of-type {
    width: 100%;
  }
  .contact_banner div:first-of-type img {
    width: 75%;
  }
}
.starlaces_banner {
  width: 100%;
  float: left;
  background: black url('/img/bitmap/starlaces_banner.jpg') no-repeat;
  background-size: cover;
  padding: 75px 5% 50px;
}
.starlaces_banner div {
  float: left;
  width: 50%;
}
.starlaces_banner h1 {
  float: left;
  color: #fff;
  font-size: 80px;
  text-align: center;
  line-height: 48px;
  font-family: active, sans-serif;
  margin: 5% 0px 0px 0;
  width: 100%;
}
.starlaces_banner h1 span {
  color: #ffcd00;
  font-size: 36px;
}
.starlaces_banner ul {
  float: left;
  width: 100%;
  margin-left: 10%;
}
.starlaces_banner ul li {
  color: #fff;
  font-weight: bold;
  list-style: none;
  background: url('/img/vector/starlaces_star.svg') no-repeat;
  background-size: 30px;
  background-position: 0px 6px;
  padding: 0px 0px 0px 50px;
  margin-bottom: 10px;
  font-size: 27px;
  text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.3);
}
.starlaces_banner img {
  float: left;
  width: 56%;
  margin: 0px 0% 40px 20%;
}
.starlaces_banner p {
  float: left;
  width: 80%;
  margin: 20px 10% 0px;
  color: #fff;
  font-size: 21px;
  text-align: center;
  line-height: 36px;
}
.starlaces_banner a.button {
  width: 50%;
  margin: 20px 25% 0px;
  text-align: center;
  background: #03111f;
}
.starlaces_banner a.button:hover {
  background: #ffcd00;
  color: #03111f;
}
@media screen and (max-width: 1100px), (orientation: portrait) {
  .starlaces_banner div {
    width: 100%;
  }
  .starlaces_banner div ul {
    float: left;
    width: 100%;
    margin-left: 3%;
    margin-bottom: 20px;
  }
  .starlaces_banner div ul li {
    font-size: 24px;
  }
  .starlaces_banner div .button {
    width: 70%;
    margin: 20px 15% 0px;
  }
}
/* LESS Document */
.basket {
  display: block;
  height: 80px;
  width: 100px;
  text-align: center;
  background: #009a17 url("/img/vector/icons/basket_ico.svg") no-repeat;
  background-size: 36px;
  background-position: 32px 12px;
  color: #fff;
  position: absolute;
  top: 0px;
  right: 0px;
  float: right;
  border-radius: 0px 0px 0px 20px;
  z-index: 3;
}
.basket .amount {
  display: block;
  width: 20px;
  height: 20px;
  border-radius: 20px;
  background: #43b02a;
  color: #009a17;
  top: 8px;
  right: 10px;
  position: absolute;
  font-size: 12px;
  font-weight: bold;
  padding: 2px 0px;
}
.basket .price {
  float: left;
  width: 100%;
  margin: 50px 0px 0px 0px;
}
.basket ul {
  display: none;
}
.basket:hover {
  cursor: pointer;
  border-radius: 0;
}
.basket:hover ul {
  display: block;
  list-style: none;
  float: left;
  position: absolute;
  background: #fff;
  width: 40vw;
  top: 80px;
  right: 0;
  z-index: 3;
  -webkit-box-shadow: 3px 3px 3px 1px rgba(0, 0, 0, 0.3);
          box-shadow: 3px 3px 3px 1px rgba(0, 0, 0, 0.3);
  border: 1px solid #8294a7;
}
.basket:hover ul li {
  display: block;
  float: left;
  width: 100%;
  height: 100px;
  padding: 10px 20px;
  color: #5f6870;
  border-bottom: 1px solid #8294a7;
}
.basket:hover ul li .product_img {
  float: left;
  width: 64px;
  height: 64px;
}
.basket:hover ul li span {
  color: #009a17;
  font-weight: bold;
}
.basket:hover ul li .cancel {
  float: right;
}
.basket:hover ul li .button {
  width: 50%;
  margin: 10px 25%;
}
.basket_detail {
  background: #fff;
  width: 100%;
  float: left;
  padding: 20px;
}
.basket_detail h1 {
  color: #009a17;
}
.basket_detail .basket_progress {
  float: left;
  width: 100%;
  font-weight: bold;
  margin: 20px 0px;
}
.basket_detail .basket_progress a {
  position: relative;
  float: left;
  width: 32%;
  background: #eee;
  font-size: 17px;
  color: #5f6870;
  padding: 13px 10px 13px 30px;
}
.basket_detail .basket_progress a span {
  float: left;
  background: #fff;
  width: 24px;
  height: 24px;
  border-radius: 12px;
  font-size: 15px;
  padding: 2px 0px 0px 2px;
  text-align: center;
  margin: -1px 10px -1px 0px;
}
.basket_detail .basket_progress a::before {
  display: block;
  float: left;
  position: absolute;
  left: 0px;
  top: 0px;
  content: "";
  width: 0;
  height: 0;
  border-top: 24px solid #eee;
  border-bottom: 24px solid #eee;
  border-left: 22px solid #fff;
  z-index: 1;
}
.basket_detail .basket_progress a::after {
  display: block;
  float: left;
  position: absolute;
  right: -22px;
  top: 0px;
  content: "";
  width: 0;
  height: 0;
  border-top: 24px solid transparent;
  border-bottom: 24px solid transparent;
  border-left: 22px solid #eee;
  z-index: 2;
}
.basket_detail .basket_progress h2 {
  position: relative;
  float: left;
  width: 33%;
  font-size: 18px;
  color: #fff;
  background: #009a17;
  padding: 13px 10px 13px 30px;
}
.basket_detail .basket_progress h2 span {
  float: left;
  background: #fff;
  width: 24px;
  height: 24px;
  border-radius: 12px;
  color: #009a17;
  font-size: 15px;
  padding: 2px 0px 0px 2px;
  text-align: center;
  margin: -1px 10px -1px 0px;
}
.basket_detail .basket_progress .basket_progress_1 {
  border-radius: 10px 0px 0px 10px;
}
.basket_detail .basket_progress .basket_progress_1::before {
  display: none;
}
.basket_detail .basket_progress h2.basket_progress_1::after {
  display: block;
  float: left;
  position: absolute;
  right: -22px;
  top: 0px;
  content: "";
  width: 0;
  height: 0;
  border-top: 24px solid transparent;
  border-bottom: 24px solid transparent;
  border-left: 22px solid #009a17;
  z-index: 2;
}
.basket_detail .basket_progress .basket_progress_2 {
  border-radius: 10px 0px 0px 10px;
  margin: 0px 10px;
}
.basket_detail .basket_progress h2.basket_progress_2::after {
  display: block;
  float: left;
  position: absolute;
  right: -22px;
  top: 0px;
  content: "";
  width: 0;
  height: 0;
  border-top: 24px solid transparent;
  border-bottom: 24px solid transparent;
  border-left: 22px solid #009a17;
  z-index: 2;
}
.basket_detail .basket_progress h2.basket_progress_2::before {
  display: block;
  float: left;
  position: absolute;
  left: 0px;
  top: 0px;
  content: "";
  width: 0;
  height: 0;
  border-top: 24px solid #009a17;
  border-bottom: 24px solid #009a17;
  border-left: 22px solid #fff;
  z-index: 1;
}
.basket_detail .basket_progress .basket_progress_3 {
  border-radius: 0px 10px 10px 0px;
}
.basket_detail .basket_progress .basket_progress_3::after {
  display: none;
}
.basket_detail .basket_progress h2.basket_progress_3::before {
  display: block;
  float: left;
  position: absolute;
  left: 0px;
  top: 0px;
  content: "";
  width: 0;
  height: 0;
  border-top: 24px solid #009a17;
  border-bottom: 24px solid #009a17;
  border-left: 22px solid #fff;
  z-index: 1;
}
.basket_detail .basket_summary {
  float: left;
  width: 99%;
  padding: 0px 0px 20px;
  margin: 20px 0px 20px;
}
.basket_detail table {
  background: #fff;
  width: 100%;
  border-collapse: collapse;
  border-radius: 20px;
  border-style: hidden;
}
.basket_detail table th {
  color: #5f6870;
  padding: 20px 10px;
}
.basket_detail table th.quantity {
  width: 150px;
}
.basket_detail table tr:first-child th:first-child {
  border-radius: 20px 0px 0px 0px;
}
.basket_detail table tr:first-child th:last-child {
  border-radius: 0px 20px 0px 0px;
}
.basket_detail table td {
  color: #5f6870;
  background: #fff;
  border-bottom: 2px solid #eee;
  padding: 10px 0px;
}
.basket_detail table td .product_img {
  float: left;
  height: 120px;
  margin: 0px 20px;
  width: 120px;
}
.basket_detail table td .product_img_small {
  float: left;
  height: 80px;
  margin: 0px 20px;
  width: 80px;
}
.basket_detail table td img {
  max-height: 198px;
  margin: 0 auto;
}
.basket_detail table td a {
  font-size: 24px;
  color: #5f6870;
  float: left;
}
.basket_detail table td span.product_note {
  float: left;
  clear: both;
  color: #8294a7;
}
.basket_detail table td .minus {
  margin: 0px 0px 0px 10px;
}
.basket_detail table td .plus {
  margin: 0px 10px 0px 0px;
}
.basket_detail table td .cancel {
  float: right;
  margin: 0px 20px 0px 0px;
}
.basket_detail table td input.quantity {
  float: left;
  font-size: 20px;
  width: 55px;
  text-align: center;
  margin: -5px 5px 0px;
}
.basket_detail table td .in_stock {
  float: left;
  clear: both;
  width: 100%;
  text-align: center;
  color: #8294a7;
  margin: 10px 0px -20px;
}
.basket_detail table td.price {
  padding-right: 20px;
  text-align: right;
  color: #046a38;
  font-size: 21px;
  font-weight: bold;
}
.basket_detail table tr.summary td {
  font-size: 24px;
  font-weight: bold;
  padding: 20px 20px 0px;
}
.basket_detail .basket_address {
  float: left;
  width: 30%;
  margin: 0 2% 0 1%;
  text-align: left;
}
.basket_detail .basket_address address {
  font-style: normal;
  line-height: 24px;
  float: left;
  margin: 10px 0px;
}
.basket_detail .basket_address label {
  float: left;
  width: 100%;
  margin: 10px 0px 5px;
}
.basket_detail .basket_address input[type=text] {
  width: 100%;
}
.basket_detail .basket_payment,
.basket_detail .basket_shipping {
  float: left;
  width: 31%;
  margin: 0 1% 0 1%;
  text-align: left;
}
.basket_detail .basket_payment span,
.basket_detail .basket_shipping span {
  float: left;
  margin: 10px 0px;
}
.basket_detail .basket_payment ul,
.basket_detail .basket_shipping ul {
  float: left;
  width: 100%;
  list-style: none;
}
.basket_detail .basket_payment ul li,
.basket_detail .basket_shipping ul li {
  width: 100%;
  position: relative;
  float: left;
  margin: 5px 0px;
  padding: 20px;
  border: 1px solid #8294a7;
  border-radius: 5px;
}
.basket_detail .basket_payment ul li label,
.basket_detail .basket_shipping ul li label {
  width: 100%;
  font-size: 22px;
}
.basket_detail .basket_payment ul li label img,
.basket_detail .basket_shipping ul li label img {
  width: 48px;
}
.basket_detail .basket_payment ul li span,
.basket_detail .basket_shipping ul li span {
  float: left;
  font-size: 12px;
  color: #ff8f1c;
  margin: 10px 0px 0px 30px;
}
.basket_detail .basket_payment ul li strong,
.basket_detail .basket_shipping ul li strong {
  color: #009a17;
  float: right;
  top: 25px;
  right: 15px;
  position: absolute;
  text-align: right;
  width: auto;
  font-size: 18px;
}
.basket_detail .basket_payment ul li:hover,
.basket_detail .basket_shipping ul li:hover {
  background: #dedede;
}
.basket_detail .basket_clear {
  position: relative;
  float: left;
  padding: 10px 50px;
  background: #eee;
  background: #eee url("/img/vector/icons/cancel.svg") no-repeat;
  background-size: 16px;
  background-position: 18px 13px;
  color: #046a38;
  margin: 0px 50px 50px 0px;
}
.basket_detail .basket_continue {
  position: relative;
  float: right;
  padding: 10px 50px;
  background: #009a17;
  margin: 0px 50px 50px 0px;
  border-radius: 10px 0px 0px 10px;
}
.basket_detail .basket_continue::after {
  display: block;
  float: left;
  position: absolute;
  right: -22px;
  top: 0px;
  content: "";
  width: 0;
  height: 0;
  border-top: 21px solid transparent;
  border-bottom: 21px solid transparent;
  border-left: 22px solid #009a17;
  z-index: 2;
}
.orders td.date {
  font-size: 16px;
  width: 120px;
}
.order_detail {
  float: left;
  width: 100%;
}
.order_detail h3 {
  margin: 5px 0px 0px;
  color: #009a17;
}
.order_detail .order_info {
  width: 50%;
  float: left;
  font-style: normal;
}
.order_detail .order_info table {
  margin: 5px 0px 0px;
}
.order_detail .order_info table th {
  background: none;
  padding: 0px;
  color: #5f6870;
  width: 150px;
}
.order_detail .order_info table td {
  background: none;
  padding: 0px;
}
.order_detail .order_address {
  width: 50%;
  float: left;
}
.order_detail .order_address address {
  font-style: normal;
  line-height: 27px;
  margin-top: 5px;
}
/* LESS Document */
.page_editor {
  float: left;
  width: 100%;
}
.page_editor h2 {
  float: left;
  margin: 20px 0px 10px 0px;
}
.page_editor table.page_info th {
  background: #eee;
  color: #5f6870;
  width: 200px;
  line-height: 18px;
}
.page_editor table.page_info th span {
  font-size: 14px;
  color: #8294a7;
  font-weight: normal;
}
.page_editor table.page_info td {
  padding: 5px 10px 5px;
}
.page_editor table.page_info td input[type="text"] {
  width: 100%;
}
.page_editor table.page_sections th.sort {
  width: 30px;
}
.page_editor table.page_sections th.action {
  width: 50px;
}
.page_editor table.page_sections td {
  padding: 5px 10px 5px;
}
.page_editor table.page_sections td input[type="text"] {
  width: 100%;
}
.page_editor table.page_sections td .button {
  margin: 0px 0px 0px;
}
.page_editor table.page_sections td .combo {
  margin: 0px 0px 0px 0px;
  width: 100%;
}
