/* LESS Document */
.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: #020d13;
  font-size: 18px;
  min-height: 100%;
}
a {
  text-decoration: none;
  color: #ffcc00;
}
a:hover {
  text-decoration: underline;
}
table {
  float: left;
  width: 100%;
  margin: 10px 0px;
  border-collapse: collapse;
}
table th {
  color: #fff;
  padding: 5px 10px;
  text-align: left;
}
table th.short {
  width: 50px;
}
table td {
  padding: 10px 10px;
}
table tr.snd td {
  padding: 10px 10px;
}
ul {
  list-style-position: inside;
}
.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 #ffcc00;
  border-top: none;
}
.admin h1 {
  color: #5ab84d;
}
.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: #222;
  padding: 10px 15px;
  margin: 0px 2% 20px;
  font-size: 14px;
  width: 32%;
  border-radius: 10px;
  border: 1px solid #ffcc00;
}
.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: #5ab84d;
}
.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 #ffcc00;
  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 #5ab84d;
  border-radius: 10px;
  margin: 5px 10px 0px 10px;
}
.admin .user strong {
  font-size: 18px;
  float: left;
}
.admin .user span {
  float: left;
  color: #5ab84d;
  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: #ffcc00;
  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 #5ab84d;
}
.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: #5ab84d;
}
.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 #5ab84d;
  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: #222;
  font-weight: bold;
}
nav.admin_menu_2 ul li strong {
  float: left;
  background: #5ab84d;
  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: #222;
  color: #fff;
  font-size: 16px;
  font-weight: normal;
  padding: 11px 20px 10px;
}
nav.admin_menu_3 ul li a:hover {
  background: #5ab84d;
  text-decoration: none;
  color: #fff;
}
nav.admin_menu_3 ul li strong {
  float: left;
  color: #222;
  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: 3px 3px 1px 0px rgba(0, 0, 0, 0.1);
          box-shadow: 3px 3px 1px 0px rgba(0, 0, 0, 0.1);
  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 #5ab84d;
  color: #fff;
  -webkit-box-shadow: 2px 2px 1px 0px rgba(0, 0, 0, 0.4);
          box-shadow: 2px 2px 1px 0px rgba(0, 0, 0, 0.4);
}
header {
  color: #fff;
  width: 100%;
  margin: 0px;
  float: left;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-radius: 5px;
  height: 490px;
  position: relative;
  background: url('/img/bitmap/main_image_yellow.jpg');
  background-size: cover;
}
header img.logo {
  float: left;
  position: absolute;
  width: 20%;
  top: 30%;
  left: 10%;
}
header img.laces {
  float: left;
  position: absolute;
  width: 8%;
  top: 0;
  left: 0.5%;
}
@media screen and (max-width: 850px), (orientation: portrait) {
  header {
    height: 590px;
  }
}
footer {
  float: left;
  color: #fff;
  width: 100%;
  bottom: 0px;
  padding: 30px 5%;
  background: #111;
}
footer img {
  float: left;
  width: 15%;
}
footer span {
  float: right;
  margin: 1% 0 0;
}
@media screen and (max-width: 850px), (orientation: portrait) {
  footer div {
    width: 35%;
    padding: 20px 30px 25px;
  }
  footer div span {
    height: 12px;
  }
}
nav.main_menu {
  float: left;
  width: 100%;
  padding: 0 5%;
  background-color: rgba(0, 0, 0);
}
nav.main_menu ul {
  list-style: none;
  margin-left: 5%;
}
nav.main_menu ul li {
  float: left;
  margin: 0px 3% 0px 0;
}
nav.main_menu ul li a {
  display: block;
  float: left;
  text-align: center;
  font-family: active, sans-serif;
  color: #fff;
  text-decoration: none;
  font-size: 24px;
  margin: 15px 0px;
  padding: 0px 0px 2px 30px;
  background: url('/img/vector/starlaces_star.svg') no-repeat;
  background-size: 20px;
  background-position: 0px 3px;
  text-transform: uppercase;
}
nav.main_menu ul li a:hover {
  color: #ffcc00;
  -webkit-transition: 200ms;
  -o-transition: 200ms;
  transition: 200ms;
}
nav.main_menu ul li.social {
  float: right;
  margin: 0;
  padding: 0 20px 0px 0px;
}
nav.main_menu ul li.social a {
  float: left;
  background: none;
  margin: 16px 10px 0px 0px;
  padding: 0px;
  width: 28px;
  height: 28px;
}
nav.main_menu ul li.social a:hover img {
  opacity: 0.8;
}
nav.main_menu ul li.social img {
  width: 100%;
  height: 100%;
  float: left;
  background: none;
  margin: none;
}
nav.main_menu ul li.social a.instagram img {
  margin: 0;
}
nav.main_menu ul li.social a.facebook img {
  width: 35px;
  height: 35px;
  margin: -4px 0px 0px -3px;
}
nav.main_menu ul li.special_button a {
  background: #ffcc00;
  color: black;
  font-family: proxima-nova, sans-serif;
  font-weight: 900;
  border-radius: 0px 0px 10px 10px;
  padding: 15px 20px 12px;
  margin: 0px 0px -20px;
  line-height: 21px;
}
nav.main_menu ul li.special_button a span {
  font-size: 14px;
}
nav.main_menu ul li.icon {
  display: none;
}
@media screen and (max-width: 1050px) {
  nav.main_menu ul li.social {
    float: left;
    clear: left;
    margin-top: -20px;
    padding: 0px 0px 10px 0px;
  }
}
@media screen and (max-width: 850px), (orientation: portrait) {
  nav.main_menu {
    background: #000;
  }
  nav.main_menu ul li {
    width: 100%;
    margin: 0px;
  }
  nav.main_menu ul li a {
    margin: 10px 0px 0px;
  }
  nav.main_menu ul li.social {
    margin-top: -5px;
    padding: 0px 0px 15px 30px;
  }
}
.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: #ffcc00;
  font-size: 16px;
  font-weight: bold;
  border: 2px solid #ffcc00;
  text-transform: uppercase;
  -webkit-box-shadow: 3px 3px 1px 0px rgba(0, 0, 0, 0.1);
          box-shadow: 3px 3px 1px 0px rgba(0, 0, 0, 0.1);
}
.add_another:hover {
  background: #ffcc00 url("/img/vector/icons/plus_white.svg") no-repeat;
  background-size: 24px;
  background-position: 10px 8px;
  color: #fff;
  border: 2px solid #222;
  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: #222;
  color: #fff;
}
.login_image .login_block input[type="password"] {
  width: 65%;
  background: #222;
  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: #222;
}
@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;
}
.main_block_left,
.main_block_right {
  margin: 0 auto;
  max-width: 1024px;
}
.main_block_left h1,
.main_block_right h1 {
  width: auto;
  float: none;
  clear: none;
  margin-bottom: 15px;
}
.main_block_left img {
  float: left;
  width: 180px;
  margin: 20px 50px 0px 0px;
}
.main_block_right img {
  float: right;
  width: 180px;
  margin: 20px 0px 0px 50px;
}
.main_block_left p,
.main_block_right p {
  margin: 0px 0px 30px 0px;
  text-align: justify;
}
.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: #222 url('/img/bitmap/select_on.jpg') no-repeat right;
  color: #fff;
  margin: 8px 20px 0px 0px;
}
.task .search_block .combo:hover {
  background: #222 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: #222;
  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: #222 url('/img/bitmap/select_on.jpg') no-repeat right;
  color: #fff;
  margin: 0px 20px 0px 0px;
}
.task .task_ID .combo:hover {
  background: #222 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: #222;
  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: #222;
}
.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: #222 url('/img/bitmap/select_on.jpg') no-repeat right;
  color: #fff;
  margin: 7px 0px 0px 0px;
}
.task .task_menu .combo:hover {
  background: #222 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: #5ab84d;
  font-size: 16px;
  color: #222;
  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: #222;
  border-top: 2px solid #ffcc00;
  padding: 5px;
}
.task .task_menu table.task_progress td a {
  color: #5ab84d;
}
.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: #222;
  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: #ffcc00;
  font-size: 16px;
  color: #222;
  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: #222;
  border-top: 2px solid #ffcc00;
  padding: 5px;
}
.task .task_menu table.task_progress td a {
  color: #5ab84d;
}
.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: #222;
  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 #222;
}
.task_review li:hover .icon {
  background: #222 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 */
.main_banner {
  width: 100%;
  float: left;
  position: absolute;
  top: 60px;
  height: 430px;
  overflow: hidden;
}
.main_banner h1 {
  color: #000;
  font-size: 95px;
  text-align: center;
  line-height: 60px;
  font-family: active, sans-serif;
  font-weight: normal;
  margin: 80px 0px 25px;
}
.main_banner h1 span {
  font-size: 72px;
}
.main_banner p {
  float: left;
  color: #fff;
  font-size: 18px;
  text-align: center;
  padding: 0px 30px;
  line-height: 30px;
}
.main_banner a {
  float: left;
  color: #fff;
  font-size: 36px;
  text-align: center;
  background: #5ab84d;
  border-radius: 30px;
  height: 60px;
  padding: 10px 0px;
  font-family: active, sans-serif;
  width: 24%;
  margin: 0 38% 25px;
  -webkit-box-shadow: 2px 3px 3px 0 rgba(0, 0, 0, 0.5);
          box-shadow: 2px 3px 3px 0 rgba(0, 0, 0, 0.5);
  background: -webkit-gradient(linear, left top, left bottom, from(#5ab84d), to(#308f1a));
  background: -o-linear-gradient(#5ab84d, #308f1a);
  background: linear-gradient(#5ab84d, #308f1a);
}
.main_banner a:hover {
  text-decoration: none;
  background: #308f1a;
  -webkit-box-shadow: 2px 3px 3px 0 rgba(0, 0, 0, 0.7);
          box-shadow: 2px 3px 3px 0 rgba(0, 0, 0, 0.7);
}
.main_banner img {
  float: left;
  width: 650px;
  left: calc(50% - 325px);
  bottom: -100px;
  position: absolute;
}
@media screen and (max-width: 850px), (orientation: portrait) {
  .main_banner {
    height: 530px;
  }
  .main_banner h1 {
    margin: 200px 0px 25px;
  }
}
.what_banner {
  float: left;
  width: 100%;
  background: #000;
  color: #fff;
  padding: 30px 0px 0px;
}
.what_banner h1 {
  font-family: active, sans-serif;
  color: #ffcc00;
  text-transform: uppercase;
  font-size: 48px;
  font-weight: normal;
}
.what_banner img.badge {
  width: 300px;
  float: left;
  margin: 20px 4% 0px 5%;
}
.what_banner p {
  float: left;
  margin: 10px 0px 50px;
  font-size: 24px;
  width: calc(91% - 350px);
  text-align: left;
  line-height: 40px;
}
@media screen and (max-width: 850px), (orientation: portrait) {
  .what_banner h1 {
    text-align: center;
  }
  .what_banner p {
    width: 100%;
    padding: 0px 10%;
  }
  .what_banner img.photo {
    display: none;
  }
  .what_banner img.badge {
    width: 60%;
    float: left;
    margin: 0px 20% 30px 20%;
  }
}
.pattern_banner {
  float: left;
  width: 100%;
  background: #111;
  color: #fff;
  padding: 30px 0px 0px;
  position: relative;
}
.pattern_banner h1 {
  font-family: active, sans-serif;
  color: #ffcc00;
  text-transform: uppercase;
  font-size: 48px;
  font-weight: normal;
  width: 100%;
  text-align: center;
}
.pattern_banner img.laces_img {
  width: 30%;
  float: left;
  margin: 20px 3%;
}
.pattern_banner p {
  float: left;
  margin: 10px 0px 50px;
  font-size: 24px;
  width: 60%;
  text-align: left;
  line-height: 40px;
}
.pattern_banner div.pattern {
  width: 30%;
  margin: 2% 1.5%;
  float: left;
  background: #000;
  height: auto;
  border-radius: 40px;
}
.pattern_banner div.pattern h2 {
  color: #ffcc00;
  color: #fff;
  font-family: active, sans-serif;
  font-weight: normal;
  font-size: 50px;
  float: left;
  margin: 20px 0px 0px;
}
.pattern_banner div.pattern img {
  float: left;
  width: auto;
  margin: 0px 30px 20px;
  height: 250px;
}
.pattern_banner div.pattern p {
  float: left;
  margin: 0px 0px 0px;
  font-size: 21px;
  width: 60%;
  text-align: left;
  line-height: 36px;
  opacity: 0.8;
}
@media screen and (max-width: 1050px), (orientation: portrait) {
  .pattern_banner div.pattern {
    width: 90%;
    margin: 2% 5% 0%;
  }
  .pattern_banner div.pattern h2 {
    width: 75%;
    float: left;
  }
  .pattern_banner div.pattern p {
    width: 75%;
    padding: 0px 0px 20px;
  }
  .pattern_banner div.pattern img {
    height: 170px;
  }
}
@media screen and (max-width: 850px), (orientation: portrait) {
  .pattern_banner h2 {
    width: 75%;
    float: left;
  }
  .pattern_banner p {
    width: 90%;
    float: left;
    margin: 0px 5% 30px;
  }
  .pattern_banner img.laces_img {
    width: 90%;
    float: left;
    margin: 20px 5%;
  }
}
.shoecare_banner {
  float: left;
  width: 100%;
  background: #000;
  color: #fff;
  padding: 50px 0px;
}
.shoecare_banner h1 {
  font-family: active, sans-serif;
  color: #ffcc00;
  text-transform: uppercase;
  font-size: 48px;
  font-weight: normal;
}
.shoecare_banner img.photo {
  width: 40%;
  float: left;
  margin: 0px 50px 0px 0px;
}
.shoecare_banner p {
  float: left;
  margin-bottom: 20px;
  width: 50%;
  text-align: left;
  line-height: 40px;
  font-size: 24px;
}
.shoecare_banner ul {
  list-style: none;
  float: left;
  width: 50%;
}
.shoecare_banner ul li {
  float: left;
  clear: left;
  margin: 10px 0px 20px;
}
.shoecare_banner ul li a {
  display: block;
  float: left;
  text-align: center;
  font-family: active, sans-serif;
  color: #fff;
  text-decoration: none;
  font-size: 36px;
  padding: 0px 0px 0px 35px;
  background: url('/img/vector/starlaces_star.svg') no-repeat;
  background-size: 24px;
  background-position: 0px 8px;
  text-transform: uppercase;
}
.shoecare_banner ul li a:hover {
  color: #ffcc00;
  -webkit-transition: 200ms;
  -o-transition: 200ms;
  transition: 200ms;
}
@media screen and (max-width: 850px), (orientation: portrait) {
  .shoecare_banner img.photo {
    width: 70%;
    float: left;
    margin: 0px 15% 30px;
  }
  .shoecare_banner h1 {
    text-align: center;
  }
  .shoecare_banner p {
    width: 100%;
    padding: 0px 10%;
  }
  .shoecare_banner ul {
    width: 80%;
    margin: 0px 10% -20px;
  }
  .shoecare_banner ul li {
    margin: 10px 0px;
  }
}
.sellers_banner {
  float: left;
  width: 100%;
  background: #111;
  color: #fff;
  padding: 30px 5% 10px;
}
.sellers_banner h1 {
  font-family: active, sans-serif;
  color: #ffcc00;
  text-transform: uppercase;
  font-size: 48px;
  font-weight: normal;
}
.sellers_banner img {
  width: 20%;
  float: left;
  margin: 10px 4% 30px 0;
}
.sellers_banner img.intersport {
  width: 25%;
  margin: 40px 0px 0px 0px;
}
.sellers_banner img.hannah {
  width: 20%;
  margin: 38px 0px 0px 4%;
}
.sellers_banner img.intersport {
  width: 25%;
  margin: 40px 0px 0px 0px;
}
.sellers_banner img.rockpoint {
  width: 22%;
  margin: 30px 0px 50px 4%;
}
.sellers_banner p {
  float: left;
  display: block;
  margin: 10px 0px 30px;
  font-size: 24px;
  width: 100%;
  text-align: left;
  line-height: 40px;
}
@media screen and (max-width: 850px), (orientation: portrait) {
  .sellers_banner img,
  .sellers_banner img.hannah,
  .sellers_banner img.intersport,
  .sellers_banner img.rockpoint {
    width: 50%;
    margin: 50px 25%;
  }
}
.banner_base {
  background: #fff;
}
.banner_negative {
  background: #000;
  color: #fff;
}
.banner_color_1 {
  background: #ffcc00;
  color: #fff;
}
.banner_color_2 {
  background: #5ab84d;
  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: #ffcc00;
  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;
}
.contact_banner {
  float: left;
  width: 100%;
  background: #000;
  color: #fff;
  padding: 30px 4%;
}
.contact_banner h1 {
  width: 100%;
}
.contact_banner p {
  float: left;
  margin: 0px 0px 30px;
  line-height: 36px;
  font-size: 24px;
}
.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: #ffcc00;
}
.contact_banner div h1 {
  color: #ffcc00;
}
.contact_banner div h2 {
  float: left;
  clear: left;
  margin: 10px 0px 0px;
  font-family: active, sans-serif;
  font-size: 36px;
  font-weight: normal;
  color: #ffcc00;
}
.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: 850px), (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%;
  }
}
/* LESS Document */
.basket {
  display: block;
  height: 80px;
  width: 100px;
  text-align: center;
  background: #ffcc00 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: #222;
  color: #ffcc00;
  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: #ffcc00;
  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: #ffcc00;
}
.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: #ffcc00;
  padding: 13px 10px 13px 30px;
}
.basket_detail .basket_progress h2 span {
  float: left;
  background: #fff;
  width: 24px;
  height: 24px;
  border-radius: 12px;
  color: #ffcc00;
  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 #ffcc00;
  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 #ffcc00;
  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 #ffcc00;
  border-bottom: 24px solid #ffcc00;
  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 #ffcc00;
  border-bottom: 24px solid #ffcc00;
  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: #5ab84d;
  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: #111;
  margin: 10px 0px 0px 30px;
}
.basket_detail .basket_payment ul li strong,
.basket_detail .basket_shipping ul li strong {
  color: #ffcc00;
  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: #5ab84d;
  margin: 0px 50px 50px 0px;
}
.basket_detail .basket_continue {
  position: relative;
  float: right;
  padding: 10px 50px;
  background: #ffcc00;
  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 #ffcc00;
  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: #ffcc00;
}
.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%;
}
