/* 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: eurostile, sans-serif;
  font-weight: 300;
  font-style: normal;
  color: #5f6870;
  background: #fff;
  font-size: 18px;
  min-height: 100%;
}
a {
  text-decoration: none;
  color: #0057a2;
}
a:hover {
  color: #5ab84d;
  text-decoration: underline;
}
h1 {
  font-family: eurostile, sans-serif;
  font-weight: 800;
  color: #0057a2;
  font-size: 30px;
  width: 100%;
  float: left;
  clear: both;
  margin: 10px 0px 5px 0px;
}
table {
  float: left;
  width: 100%;
  margin: 10px 0px;
  border-collapse: collapse;
}
table th {
  background: #0057a2;
  color: #fff;
  padding: 5px 10px;
  text-align: left;
}
table th.short {
  width: 50px;
}
table td {
  background: #eee;
  padding: 10px 10px;
}
table td a {
  color: #0057a2;
}
table tr.snd td {
  background: #dedede;
  padding: 10px 10px;
}
ul {
  list-style-position: inside;
}
.button {
  float: left;
  background: #14283a;
  color: #fff;
  padding: 15px 30px;
  margin: 20px 20px 20px 0px;
  text-decoration: none;
  font-weight: 800;
  border-radius: 5px;
}
.button:hover {
  background: #5ab84d;
  color: #fff;
  text-decoration: none;
}
.main_button {
  background: #0057a2;
}
.main_button:hover {
  background: #5ab84d;
}
.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: #14283a;
  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;
}
.tasks {
  float: left;
  width: 100%;
  margin-bottom: 20px;
}
.tasks th {
  background: #0057a2;
  padding: 5px 10px 5px 10px;
}
.tasks td {
  background: #eee;
  padding: 6px 10px;
}
.tasks tr.snd td {
  background: #dedede;
}
.tasks tr:hover td {
  background: #c7d0d8;
  cursor: pointer;
  color: #0057a2;
}
.icq_icon {
  float: left;
  display: block;
  width: 24px;
  height: 24px;
  margin-right: 5px;
  margin: 0px 2px;
  background: url('/img/vector/icons/icq.svg') no-repeat;
}
.mail_icon {
  float: left;
  display: block;
  width: 24px;
  height: 24px;
  margin-right: 5px;
  margin: 0px 2px;
  background: url('/img/vector/icons/mail.svg') no-repeat;
}
.jabber_icon {
  float: left;
  display: block;
  width: 24px;
  height: 24px;
  margin: 0px 2px;
  background: url('/img/vector/icons/jabber.svg') no-repeat;
}
.phone_icon {
  float: left;
  display: block;
  width: 24px;
  height: 24px;
  margin: 0px 2px;
  background: url('/img/vector/icons/phone.svg') no-repeat;
}
.priority_icon {
  float: left;
  display: block;
  width: 24px;
  height: 24px;
  margin: 0px 2px;
  background: url('/img/vector/icons/priority.svg') no-repeat;
}
.print_1_icon {
  float: left;
  display: block;
  width: 24px;
  height: 24px;
  margin: 0px 2px;
  background: url('/img/vector/icons/print_1.svg') no-repeat;
}
.print_2_icon {
  float: left;
  display: block;
  width: 24px;
  height: 24px;
  margin: 0px 2px;
  background: url('/img/vector/icons/print_2.svg') no-repeat;
}
.print_3_icon {
  float: left;
  display: block;
  width: 24px;
  height: 24px;
  margin: 0px 2px;
  background: url('/img/vector/icons/print_3.svg') no-repeat;
}
.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 #0057a2;
  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: #14283a;
  padding: 10px 15px;
  margin: 0px 2% 20px;
  font-size: 14px;
  width: 32%;
  border-radius: 10px;
  border: 1px solid #0057a2;
}
.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 #0057a2;
  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: #0057a2;
  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: #14283a;
  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: #14283a;
  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: #14283a;
  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;
}
.reservation {
  background: #03111f;
  float: left;
  width: 100%;
  padding: 1% 2% 2%;
  color: #fff;
}
.reservation h2 {
  clear: both;
  margin: 0px 0px 5px;
}
.reservation .switch_view {
  float: left;
  background: #14283a;
  border-radius: 5px;
  padding: 3px 0px 6px 25px;
  margin: 5px 0px;
}
.reservation input[type="radio"] {
  float: left;
  margin: 5px 0px 0px 10px;
}
.reservation label.radio {
  clear: none;
  float: left;
  width: 90px;
  margin: 0px 15px 0px 0px;
  padding: 0px 5px 0px 5px;
}
.reservation .reservation_menu {
  float: left;
  clear: left;
  width: 460px;
  padding: 10px 0px 15px 0px;
}
.reservation .reservation_menu label {
  clear: left;
  float: left;
  width: 90px;
  margin: 8px 0px 0px;
}
.reservation .reservation_menu .combo {
  width: 355px;
}
.reservation .reservation_menu input[type="text"] {
  width: 310px;
}
.reservation .reservation_menu a.calendar_ico {
  float: left;
  display: block;
  width: 32px;
  height: 32px;
  margin: 4px 0px 0px 3px;
  background: url("/img/vector/icons/calendar_green.svg") no-repeat;
  background-size: 32px;
}
.reservation .reservation_menu a.calendar_ico:hover {
  background: url("/img/vector/icons/calendar.svg") no-repeat;
  background-size: 32px;
}
.reservation .reservation_menu a.calendar_home {
  float: left;
  display: block;
  margin: 10px 15px 0px;
  width: 32px;
  height: 32px;
  background: url("/img/vector/icons/home_green.svg") no-repeat;
  background-size: 32px;
}
.reservation .reservation_menu a.calendar_home:hover {
  background: url("/img/vector/icons/home.svg") no-repeat;
  background-size: 32px;
}
.reservation .reservation_menu a.calendar_before {
  float: left;
  display: block;
  clear: left;
  margin: 10px 0px 0px 90px;
  width: 32px;
  height: 32px;
  background: url("/img/vector/icons/arrow_left_green.svg") no-repeat;
  background-size: 32px;
}
.reservation .reservation_menu a.calendar_before:hover {
  background: url("/img/vector/icons/arrow_left.svg") no-repeat;
  background-size: 32px;
}
.reservation .reservation_menu a.calendar_next {
  float: left;
  display: block;
  margin: 10px 0px 0px 0px;
  width: 32px;
  height: 32px;
  background: url("/img/vector/icons/arrow_right_green.svg") no-repeat;
  background-size: 32px;
}
.reservation .reservation_menu a.calendar_next:hover {
  background: url("/img/vector/icons/arrow_right.svg") no-repeat;
  background-size: 32px;
}
.reservation .planning_calendar {
  float: left;
  position: relative;
  width: 100%;
  border: 2px solid #5ab84d;
  border-radius: 2px;
  margin-bottom: 20px;
}
.reservation .planning_calendar div {
  display: block;
  float: left;
  background: #14283a;
  position: relative;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.reservation .planning_calendar .column {
  text-align: center;
}
.reservation .planning_calendar .week {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border: none;
  background: none;
}
.reservation .planning_calendar div.name {
  width: 100%;
  text-align: right;
  padding: 2px 5px 0px 0px;
  font-size: 16px;
  height: 25px;
}
.reservation .planning_calendar div.time_block {
  border-left: 1px solid #448b3a;
  border-bottom: 1px solid #03111f;
}
.reservation .planning_calendar div.free {
  font-size: 11px;
  background: #14283a;
  height: 24px;
  text-align: center;
  padding-top: 5px;
  border-right: 1px solid #03111f;
}
.reservation .planning_calendar div.free:hover {
  background: #5ab84d;
  cursor: pointer;
}
.reservation .planning_calendar div.full {
  font-size: 11px;
  background: #448b3a;
  height: 24px;
  text-align: center;
  padding-top: 0px;
  border-right: 1px solid #03111f;
  line-height: 11px;
}
.reservation .planning_calendar div.full:hover {
  background: #5ab84d;
  cursor: pointer;
}
.reservation .planning_calendar div.full_2 {
  font-size: 11px;
  background: #0057a2;
  height: 24px;
  text-align: center;
  padding-top: 0px;
  border-right: 1px solid #03111f;
  line-height: 11px;
}
.reservation .planning_calendar div.full_2:hover {
  background: #5ab84d;
  cursor: pointer;
}
.reservation .planning_calendar div.full_3 {
  font-size: 11px;
  background: #ff7a39;
  height: 24px;
  text-align: center;
  padding-top: 0px;
  border-right: 1px solid #03111f;
  line-height: 11px;
}
.reservation .planning_calendar div.full_3:hover {
  background: #5ab84d;
  cursor: pointer;
}
.reservation .planning_calendar div.full_4 {
  font-size: 11px;
  background: #ffcf26;
  height: 24px;
  text-align: center;
  padding-top: 0px;
  border-right: 1px solid #03111f;
  line-height: 11px;
}
.reservation .planning_calendar div.full_4:hover {
  background: #5ab84d;
  cursor: pointer;
}
.reservation .planning_calendar div.disable {
  font-size: 11px;
  background: #03111f;
  height: 24px;
  text-align: center;
  padding-top: 0px;
  border-right: 1px solid #03111f;
}
.reservation .planning_calendar div.disable:hover {
  background: #5ab84d;
  cursor: pointer;
}
.reservation .planning_calendar .th_date {
  text-align: center;
  font-size: 16px;
  line-height: 16px;
  padding: 5px 0px 6px;
  border-left: 1px solid #448b3a;
  border-top: 1px solid #448b3a;
  height: 45px;
}
.reservation .planning_calendar .th_date strong {
  font-size: 21px;
}
.reservation .planning_calendar .th_timeline {
  font-size: 10px;
  padding: 0;
  border-bottom: 1px solid #448b3a;
}
.reservation .planning_calendar .th_timeline div {
  display: block;
  float: left;
  height: 15px;
  background: #03111f;
  color: #5ab84d;
  text-align: center;
}
.reservation_window_2 {
  display: block;
  position: fixed;
  top: 5%;
  right: 1%;
  background: #03111f;
  color: #fff;
  width: auto;
  width: 450px;
  max-height: 85vh;
  overflow: auto;
  z-index: 10;
  border-radius: 5px;
  border: 2px solid #3a5267;
  -webkit-box-shadow: 0px 5px 10px 0px rgba(0, 0, 0, 0.5);
          box-shadow: 0px 5px 10px 0px rgba(0, 0, 0, 0.5);
  text-align: center;
  padding: 0px;
}
.reservation_window_2 h2 {
  color: #5ab84d;
  padding: 5px 10px 0px;
  font-size: 18px;
}
.reservation_window_2 table th {
  font-size: 12px;
  background: #14283a;
  padding: 2px 3px 2px 3px;
}
.reservation_window_2 table th:first-of-type {
  padding: 2px 3px 2px 7px;
}
.reservation_window_2 table td {
  background: #03111f;
  font-size: 13px;
  padding: 5px 3px 5px 3px;
  text-align: left;
  border-bottom: 1px solid #14283a;
}
.reservation_window_2 table td a.delete {
  float: left;
  display: block;
  width: 18px;
  height: 18px;
  background: #448b3a url("/img/vector/icons/cancel.svg") no-repeat;
  background-size: 12px;
  background-position: 3px 3px;
  border-radius: 3px;
  margin: -1px 0px -1px 0px;
}
.reservation_window_2 table td a.delete:hover {
  background: #5ab84d url("/img/vector/icons/cancel.svg") no-repeat;
  background-size: 12px;
  background-position: 3px 3px;
}
.reservation_window_2 table td.date {
  padding: 5px 3px 3px 7px;
  font-size: 11px;
  width: 80px;
  color: #8294a7;
}
.reservation_window_2 table td.time {
  padding: 5px 3px 3px 7px;
  font-size: 11px;
  width: 40px;
  color: #8294a7;
}
.reservation_window {
  display: block;
  position: fixed;
  top: 5%;
  left: 1%;
  background: #03111f;
  color: #fff;
  width: auto;
  width: 320px;
  max-height: 85vh;
  overflow: auto;
  z-index: 10;
  border-radius: 5px;
  border: 2px solid #3a5267;
  -webkit-box-shadow: 0px 5px 10px 0px rgba(0, 0, 0, 0.5);
          box-shadow: 0px 5px 10px 0px rgba(0, 0, 0, 0.5);
  text-align: center;
  padding: 0px;
}
.reservation_window h2 {
  color: #5ab84d;
  padding: 5px 0px 0px;
  font-size: 18px;
}
.reservation_window .block {
  float: left;
  padding: 5px 15px 5px;
  width: 100%;
}
.reservation_window .block label {
  float: left;
  clear: left;
  font-size: 16px;
  color: #8294a7;
  margin: 0px 10px 2px 0px;
}
.reservation_window .block .combo {
  width: 100%;
}
.reservation_window .block span {
  float: left;
  clear: left;
  width: 100%;
  line-height: 27px;
  text-align: left;
  margin: 0px 0px 5px 0px;
}
.reservation_window .block span a {
  display: block;
  float: left;
  width: 100%;
  color: #fff;
  text-align: center;
  background: #0057a2;
  padding: 5px 10px;
  border-radius: 3px;
  margin: 0px 0px 5px;
}
.reservation_window .block span a:hover {
  background: #5ab84d;
  color: #03111f;
  cursor: pointer;
  text-decoration: none;
}
.reservation_window .block a.calendar_before {
  float: left;
  display: block;
  width: 32px;
  height: 32px;
  background: #0057a2 url("/img/vector/icons/arrow_left.svg") no-repeat;
  background-size: 18px;
  background-position: 7px 8px;
  border-radius: 3px;
  margin: 2px 0px 0px 15px;
}
.reservation_window .block a.calendar_before:hover {
  background: #5ab84d url("/img/vector/icons/arrow_left.svg") no-repeat;
  background-size: 18px;
  background-position: 7px 8px;
}
.reservation_window .block a.calendar_after {
  float: left;
  display: block;
  width: 32px;
  height: 32px;
  background: #0057a2 url("/img/vector/icons/arrow_right.svg") no-repeat;
  background-size: 18px;
  background-position: 7px 8px;
  border-radius: 3px;
  margin: 2px 0px 0px 10px;
}
.reservation_window .block a.calendar_after:hover {
  background: #5ab84d url("/img/vector/icons/arrow_right.svg") no-repeat;
  background-size: 18px;
  background-position: 7px 8px;
}
.reservation_window .block a.calendar_minus {
  float: left;
  display: block;
  width: 32px;
  height: 32px;
  background: #0057a2 url("/img/vector/icons/minus.svg") no-repeat;
  background-size: 18px;
  background-position: 7px 8px;
  border-radius: 3px;
  margin: 2px 0px 0px 15px;
}
.reservation_window .block a.calendar_minus:hover {
  background: #5ab84d url("/img/vector/icons/minus.svg") no-repeat;
  background-size: 18px;
  background-position: 7px 8px;
}
.reservation_window .block a.calendar_plus {
  float: left;
  display: block;
  width: 32px;
  height: 32px;
  background: #0057a2 url("/img/vector/icons/plus.svg") no-repeat;
  background-size: 18px;
  background-position: 7px 8px;
  border-radius: 3px;
  margin: 2px 0px 0px 10px;
}
.reservation_window .block a.calendar_plus:hover {
  background: #5ab84d url("/img/vector/icons/plus.svg") no-repeat;
  background-size: 18px;
  background-position: 7px 8px;
}
.reservation_window .block span.note {
  margin: -10px 0px 5px;
  opacity: 0.7;
  font-size: 15px;
}
.reservation_window .block textarea {
  width: 100%;
  color: #fff;
  background: #14283a;
  border: 1px solid #3a5267;
  margin: 5px 0px;
}
.reservation_window .block .window_date {
  text-align: center;
  background: #14283a;
  color: #fff;
  width: 170px;
  padding: 4px 5px;
  border-radius: 3px;
  float: left;
  font-size: 17px;
  margin: 0px 0px 5px 0px;
}
.reservation_window .block .window_date_alert {
  background: #f4302f;
  color: #fff;
  width: 170px;
  padding: 4px 5px;
  border-radius: 3px;
  float: left;
  font-size: 17px;
  margin: 0px 0px 5px 0px;
}
.reservation_window .button {
  width: 130px;
  margin: 5px 0px 10px 10px;
  padding: 10px 0px;
  background: #448b3a;
}
.reservation_window .button:hover {
  background: #5ab84d;
  color: #03111f;
}
.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_graph {
  float: left;
  display: block;
  position: absolute;
  z-index: 1;
  width: 32px;
  height: 32px;
  border-radius: 16px;
  border: 3px solid #5ab84d;
  background: #03111f url("/img/vector/icons/graph.svg") no-repeat;
  background-size: 18px;
  background-position: 4px 4px;
  cursor: pointer;
}
.supervision .sv_graph img {
  display: none;
  position: absolute;
  top: 40px;
  left: 0;
  z-index: 10;
  -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);
}
.supervision .sv_graph:hover img {
  display: block;
}
.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_graph {
  top: 24px;
  left: 85%;
}
.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_center .sv_graph {
  top: 240px;
  left: 24.7%;
}
.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_connect .sv_graph {
  top: 30px;
  left: 75%;
}
.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_right .sv_graph {
  top: 24px;
  left: 45%;
}
.supervision .sv_right .sv_graph img {
  left: -300px;
}
.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_bottom .sv_graph {
  top: 30px;
  left: 85%;
}
.supervision .sv_bottom .sv_graph img {
  left: -700px;
  top: -350px;
}
.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: -10px;
  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: 60px;
  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: 80px;
  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 .sv_graph,
.supervision .sv_point_2-3 .sv_graph,
.supervision .sv_point_3-4 .sv_graph {
  top: 24px;
  left: 28%;
}
.supervision .sv_point_1-2 .sv_graph img,
.supervision .sv_point_2-3 .sv_graph img,
.supervision .sv_point_3-4 .sv_graph img {
  left: -700px;
  top: -350px;
}
.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_alert .sv_graph {
  border-color: #f4302f;
}
.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_notice .sv_graph {
  border-color: #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_point_1-2 .sv_graph img {
  left: -100px;
  top: -350px;
}
.supervision .sv_point_2-3 .sv_graph img {
  left: -300px;
  top: -350px;
}
.supervision .sv_point_3-4 .sv_graph img {
  left: -500px;
  top: -350px;
}
.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;
}
.reservation .combo,
.reservation_window .combo {
  background-color: #5ab84d;
  background: #14283a url('/img/bitmap/select_on.jpg') no-repeat right;
  color: #fff;
}
.reservation .combo:hover,
.reservation_window .combo:hover {
  background: #14283a url('/img/bitmap/select_ON.jpg') no-repeat right;
  cursor: pointer;
  border: 1px solid #5ab84d;
}
.reservation .combo select,
.reservation_window .combo select {
  color: #fff;
}
.reservation input[type=text],
.reservation_window input[type=text] {
  background: #14283a;
  color: #fff;
}
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;
}
.reservation input[type=radio] {
  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;
}
.reservation input[type=radio] + 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;
}
.reservation input[type=radio]:checked + label {
  background-position: 0 -24px;
}
.reservation label.radio {
  background: url('/img/vector/radio_dark.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 {
  background: #0057a2;
  color: #fff;
  width: 100%;
  float: left;
  padding: 10px 0px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
header nav.top_nav a {
  display: block;
  float: right;
  text-align: center;
  font-family: eurostile, sans-serif;
  color: rgba(255, 255, 255, 0.5);
  text-decoration: none;
}
header nav.top_nav a:hover {
  color: #fff;
}
header nav.top_nav a.user_section {
  background: #14283a url('/img/vector/icons/user.svg') no-repeat;
  background-size: 36px;
  background-position: 12px 6px;
  padding: 10px 20px 10px 60px;
  text-align: left;
  color: #fff;
  border-radius: 8px;
  border: 2px solid #14283a;
  margin-right: 20px;
}
header nav.top_nav a.user_section:hover {
  border: 2px solid #5ab84d;
  -webkit-transition: 200ms;
  -o-transition: 200ms;
  transition: 200ms;
  text-decoration: none;
}
header nav.top_nav a.logout {
  background: #14283a url('/img/vector/icons/logout.svg') no-repeat;
  background-size: 26px;
  background-position: 7px 7px;
  height: 40px;
  width: 40px;
  text-align: left;
  color: #fff;
  border-radius: 8px;
  border: 2px solid #14283a;
  margin-right: 20px;
}
header nav.top_nav a.logout:hover {
  border: 2px solid #5ab84d;
  -webkit-transition: 200ms;
  -o-transition: 200ms;
  transition: 200ms;
  text-decoration: none;
}
header nav.snd_nav {
  float: left;
  background: #eee;
  width: 100%;
  margin: 10px 0px -10px;
  padding: 0px 10px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
header nav.snd_nav a {
  margin: 9px 15px 11px;
  color: #0057a2;
  float: left;
}
header nav.snd_nav strong {
  margin: 9px 15px 11px;
  color: #0057a2;
  float: left;
}
header ul.snd_nav {
  float: left;
  width: 100%;
  margin: 10px 0px -10px;
  list-style-type: none;
  background: #eee;
  padding-left: 15px;
}
header ul.snd_nav li {
  position: relative;
  float: left;
}
header ul.snd_nav li ul {
  display: none;
}
header ul.snd_nav li:hover a {
  color: #fff;
  background: #0057a2;
  text-decoration: none;
}
header ul.snd_nav li:hover ul {
  display: inline-block;
  position: absolute;
  top: 38px;
  left: 0px;
  z-index: 5;
  list-style-type: none;
}
header ul.snd_nav li:hover ul li {
  float: left;
  clear: left;
  margin: 0px;
  padding: 0px;
  background: red;
}
header ul.snd_nav li:hover ul li a {
  float: left;
  clear: both;
  margin: 0px;
  width: 200px;
  border: 1px color #8294a7;
}
header ul.snd_nav li:hover ul li a:hover {
  background: #5ab84d;
}
header ul.snd_nav a {
  color: #0057a2;
  float: left;
  padding: 6px 10px 10px 10px;
  text-align: center;
}
header ul.snd_nav a.active {
  font-weight: bold;
}
header img {
  width: 200px;
  float: left;
  margin: 12px 10px 10px 30px;
}
@media only screen and (max-width: 850px) {
  header nav nav.top_nav {
    display: none;
  }
  header nav nav.top_nav a.user_section {
    background: #14283a url('/img/vector/icons/user.svg') no-repeat;
    background-size: 24px;
    background-position: 10px 6px;
    padding: 10px 20px 10px 50px;
    text-align: left;
    color: #fff;
    border-radius: 8px;
    border: 2px solid #14283a;
    margin-right: 20px;
  }
  header nav nav.top_nav a.user_section:hover {
    border: 2px solid #5ab84d;
    -webkit-transition: 200ms;
    -o-transition: 200ms;
    transition: 200ms;
    text-decoration: none;
  }
}
footer {
  float: left;
  background: #14283a;
  color: #fff;
  width: 100%;
  padding: 15px 2%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.primary_nav {
  width: 250px;
  float: left;
  clear: left;
  background: #14283a;
  color: #fff;
  text-align: center;
  height: 550px;
  line-height: 32px;
  font-family: eurostile, sans-serif;
  font-weight: 300;
  font-style: normal;
}
nav.primary_nav a {
  color: rgba(255, 255, 255, 0.5);
  font-size: 90%;
  text-decoration: none;
}
nav.primary_nav a:hover {
  color: #fff;
}
nav.primary_nav ul {
  width: 250px;
  float: left;
  list-style-type: none;
  text-align: left;
  margin-bottom: 30px;
}
nav.primary_nav ul li {
  float: left;
  clear: left;
  width: 100%;
}
nav.primary_nav ul li a {
  display: block;
  color: #fff;
  width: 100%;
  font-size: 100%;
  text-decoration: none;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  padding: 10px 24px 8px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background: #14283a;
}
nav.primary_nav ul li a:hover {
  background: #172d42;
  -webkit-transition: 200ms;
  -o-transition: 200ms;
  transition: 200ms;
}
nav.primary_nav ul li a span {
  color: rgba(255, 255, 255, 0.5);
  font-size: 70%;
  padding-right: 5px;
}
nav.primary_nav ul li a:hover span {
  color: #5ab84d;
  font-size: 70%;
}
@media only screen and (max-width: 850px) {
  nav.primary_nav {
    display: none;
  }
}
.navigation {
  float: left;
  width: 100%;
  color: #fff;
  padding: 10px 10px 5px 10px;
  border: 1px solid #448b3a;
  border-radius: 10px;
  margin: 0px 0px 15px;
  font-size: 14px;
}
.navigation a {
  color: #5ab84d;
  margin: 0px 0px 0px;
  float: left;
}
.navigation img {
  float: left;
  width: 22px;
  margin: 0px 7px 0px 7px;
}
.bookmarks {
  float: left;
  width: 100%;
  background: #14283a;
  margin-bottom: 20px;
}
.bookmarks a {
  background: #14283a;
  color: #fff;
  padding: 15px 30px;
  margin: 0px;
  float: left;
}
.bookmarks a:hover {
  text-decoration: none;
  background: #5ab84d;
}
.bookmarks a.back {
  background: #3a5267 url('/img/vector/back.svg') no-repeat;
  background-size: 24px;
  background-position: 16px 16px;
  padding: 15px 30px 15px 40px;
}
.bookmarks a.back:hover {
  text-decoration: none;
  background: #5ab84d url('/img/vector/back.svg') no-repeat;
  background-size: 24px;
  background-position: 16px 16px;
}
.bookmarks span {
  background: #0057a2;
  color: #fff;
  padding: 15px 30px;
  margin: 0px;
  float: left;
}
.bookmarks table {
  margin: 0px 0px 0px;
}
.bookmarks table td {
  background: #c1dfbc;
}
.bookmarks table th {
  color: #448b3a;
  background: #c1dfbc;
}
.bookmarks .info_icon {
  float: left;
  display: block;
  width: 24px;
  height: 24px;
  margin-right: 5px;
  margin: 0px 2px;
  background: url('/img/vector/icons/input_info.svg') no-repeat;
}
.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: #0057a2;
  font-size: 16px;
  font-weight: bold;
  border: 2px solid #0057a2;
  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: #0057a2 url("/img/vector/icons/plus_white.svg") no-repeat;
  background-size: 24px;
  background-position: 10px 8px;
  color: #fff;
  border: 2px solid #14283a;
  text-decoration: none;
}
.main_image {
  width: calc(100% - 250px);
  float: right;
  height: 550px;
  background: url('/img/bitmap/main_image_space.png') bottom;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  padding: 0px;
}
.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: #14283a;
  color: #fff;
}
.login_image .login_block input[type="password"] {
  width: 65%;
  background: #14283a;
  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: #14283a;
}
@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;
}
.info_icon {
  float: left;
  display: block;
  width: 24px;
  height: 24px;
  margin-right: 5px;
  margin: 0px 2px;
  background: url('/img/vector/icons/input_info.svg') no-repeat;
}
.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: #14283a url('/img/bitmap/select_on.jpg') no-repeat right;
  color: #fff;
  margin: 8px 20px 0px 0px;
}
.task .search_block .combo:hover {
  background: #14283a 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: #14283a;
  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: #14283a url('/img/bitmap/select_on.jpg') no-repeat right;
  color: #fff;
  margin: 0px 20px 0px 0px;
}
.task .task_ID .combo:hover {
  background: #14283a 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: #14283a;
  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: #14283a;
}
.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: #14283a url('/img/bitmap/select_on.jpg') no-repeat right;
  color: #fff;
  margin: 7px 0px 0px 0px;
}
.task .task_menu .combo:hover {
  background: #14283a 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: #14283a;
  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: #14283a;
  border-top: 2px solid #0057a2;
  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: #14283a;
  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: #0057a2;
  font-size: 16px;
  color: #14283a;
  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: #14283a;
  border-top: 2px solid #0057a2;
  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: #14283a;
  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 #14283a;
}
.task_review li:hover .icon {
  background: #14283a 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: #0057a2;
  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: #0057a2;
  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;
}
/* LESS Document */
.basket {
  display: block;
  height: 80px;
  width: 100px;
  text-align: center;
  background: #0057a2 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: #14283a;
  color: #0057a2;
  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: #0057a2;
  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: #0057a2;
}
.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: #0057a2;
  padding: 13px 10px 13px 30px;
}
.basket_detail .basket_progress h2 span {
  float: left;
  background: #fff;
  width: 24px;
  height: 24px;
  border-radius: 12px;
  color: #0057a2;
  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 #0057a2;
  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 #0057a2;
  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 #0057a2;
  border-bottom: 24px solid #0057a2;
  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 #0057a2;
  border-bottom: 24px solid #0057a2;
  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: #448b3a;
  margin: 10px 0px 0px 30px;
}
.basket_detail .basket_payment ul li strong,
.basket_detail .basket_shipping ul li strong {
  color: #0057a2;
  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: #0057a2;
  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 #0057a2;
  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: #0057a2;
}
.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%;
}

.calendar_icon {
  float: left;
  display: block;
  min-width: 24px;
  height: 30px;
  margin: 1px 0px 0px 0px;
  padding: 0px 0px 0px 15px;
  background: url('/img/vector/calendar_input.svg') no-repeat;
}
