/* LESS Document */
/* color-3 */
/* zelená */
/* světle modrá */
/* info block světle modrá */
* {
  padding: 0;
  margin: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  list-style-position: inside;
}
body {
  font-family: Verdana;
  color: var(--color-text);
  background-image: -webkit-gradient(linear, left top, left bottom, from(#e6e8ec), to(#fff));
  background-image: -o-linear-gradient(#e6e8ec, #fff);
  background-image: linear-gradient(#e6e8ec, #fff);
  background-size: 100% 20px;
  background-repeat: no-repeat;
  text-align: left;
}
p {
  text-align: justify;
  line-height: 27px;
}
a {
  color: var(--color-text-light);
  text-decoration: none;
}
a:hover {
  color: var(--color-1);
}
h1 {
  color: var(--color-1);
}
hr {
  display: none;
}
table {
  border-collapse: collapse;
  margin: 5px 0px 10px;
}
table td {
  background: var(--color-table);
  padding: 8px 12px;
  border: 1px solid white;
}
table td a {
  color: var(--color-1);
}
table th {
  background: var(--color-1);
  color: #fff;
  padding: 8px 12px;
  border: 1px solid white;
}
table th.align_center,
table td.align_center {
  text-align: center;
}
table th.align_right,
table td.align_right {
  text-align: right;
}
table tr.snd td {
  background: var(--color-table-line);
}
table tr.snd th {
  background: var(--color-table-line);
}
table tr.new td {
  font-weight: bold;
  background: #ccc;
  color: #444;
}
.clear_left {
  clear: left;
}
section {
  float: left;
}
.color_line {
  float: left;
  clear: both;
  width: 100%;
}
.color_line svg rect {
  float: left;
  width: 200%;
  height: 100%;
}
.color_line_2 {
  display: none;
  float: left;
  clear: both;
  width: 100%;
}
.color_line_2 svg rect {
  float: left;
  width: 200%;
  height: 100%;
}
.logged_user {
  float: left;
  background: var(--color-bg-light);
  width: 94%;
  margin: 0px 3%;
  padding: 10px 20px 10px;
  border-radius: 0px 0px 15px 15px;
  color: var(--color-1);
  font-size: 14px;
}
.logged_user h4 {
  float: left;
  margin: 10px 15px 15px 0px;
  font-size: 18px;
}
.logged_user a.logout {
  float: right;
  display: block;
  width: 32px;
  height: 32px;
  margin: 8px 0px 0px;
  background: url("/img/vector/icons/logout.svg") left no-repeat;
  background-size: 32px;
  opacity: 0.5;
}
.logged_user a.logout:hover {
  opacity: 0.8;
}
.logged_user .message {
  background: url("/img/bitmap/message.png") left no-repeat;
  background-size: 24px;
  background-position: 10px 0px;
  padding: 5px 10px 5px 40px;
}
.logged_user .communication {
  background: url("/img/bitmap/communication.png") left no-repeat;
  background-size: 24px;
  background-position: 10px 0px;
  padding: 5px 10px 5px 40px;
}
.logged_user table {
  float: left;
  border: none;
  margin: -5px 0px -5px 10px;
}
.logged_user table th {
  background: none;
  color: var(--color-text);
  font-weight: normal;
  border: none;
  padding: 5px 10px 5px 0px;
}
.logged_user table td {
  background: none;
  color: var(--color-1);
  font-weight: bold;
  border: none;
  padding: 5px 20px 5px 0px;
}
.logged_user table td a {
  text-decoration: underline;
  font-weight: normal;
}
@media only screen and (max-width: 670px), (orientation: portrait) {
  .logged_user {
    float: left;
    text-align: center;
    margin: 0px 0px 0px 3%;
  }
  .logged_user h4 {
    margin: 0px 0px 5px;
  }
  .logged_user table {
    width: 100%;
    margin: 0px 0px -10px;
    position: relative;
  }
  .logged_user table:after {
    display: inline-block !important;
  }
  .logged_user table tr {
    display: block;
    float: left;
    width: 50%;
  }
  .logged_user table th {
    display: block;
    float: left;
    font-size: 13px;
    width: 100%;
    padding: 5px 0px 0px;
    text-align: left;
  }
  .logged_user table td {
    display: block;
    float: left;
    font-size: 13px;
    width: 100%;
    padding: 5px 0px 10px;
    text-align: left;
  }
  .logged_user table td:nth-of-type(3) {
    width: auto;
    margin: -10px 10px 0px 0px;
  }
  .logged_user table td:nth-of-type(4) {
    width: auto;
    margin: -10px 0px 0px 0px;
  }
  .logged_user .message {
    background: url("/img/bitmap/message.png") left no-repeat;
    background-size: 24px;
    background-position: 0px 0px;
    padding: 5px 10px 5px 30px;
  }
  .logged_user .communication {
    background: url("/img/bitmap/communication.png") left no-repeat;
    background-size: 24px;
    background-position: 00px 0px;
    padding: 5px 10px 5px 30px;
  }
}
.logged_contractor {
  float: left;
  background: var(--color-bg-light-2);
  width: 94%;
  margin: 0px 3%;
  padding: 10px 20px 10px;
  border-radius: 0px 0px 15px 15px;
  color: var(--color-1);
  font-size: 14px;
}
.logged_contractor h4 {
  float: left;
  margin: 12px 15px 0px 0px;
  font-size: 18px;
}
.logged_contractor a.logout {
  float: right;
  display: block;
  width: 32px;
  height: 32px;
  margin: 8px 0px 0px;
  background: url("/img/vector/icons/logout.svg") left no-repeat;
  background-size: 32px;
  opacity: 0.5;
}
.logged_contractor a.logout:hover {
  opacity: 0.8;
}
.logged_contractor .message {
  background: url("/img/bitmap/message.png") left no-repeat;
  background-size: 24px;
  background-position: 10px 0px;
  padding: 5px 10px 5px 40px;
}
.logged_contractor .communication {
  background: url("/img/bitmap/communication.png") left no-repeat;
  background-size: 24px;
  background-position: 10px 0px;
  padding: 5px 10px 5px 40px;
}
.logged_contractor table {
  float: left;
  border: none;
  margin: -5px 0px -5px 10px;
}
.logged_contractor table th {
  background: none;
  color: var(--color-text);
  font-weight: normal;
  border: none;
  padding: 5px 10px 5px 0px;
}
.logged_contractor table td {
  background: none;
  color: var(--color-1);
  font-weight: bold;
  border: none;
  padding: 5px 20px 5px 0px;
}
.logged_contractor table td a {
  text-decoration: underline;
  font-weight: normal;
}
@media only screen and (max-width: 670px), (orientation: portrait) {
  .logged_contractor {
    float: left;
    text-align: center;
    margin: 0px 0px 0px 3%;
  }
  .logged_contractor h4 {
    margin: 0px 0px 5px;
  }
  .logged_contractor table {
    width: 100%;
    margin: 0px 0px -10px;
    position: relative;
  }
  .logged_contractor table:after {
    display: inline-block !important;
  }
  .logged_contractor table tr {
    display: block;
    float: left;
    width: 50%;
  }
  .logged_contractor table th {
    display: block;
    float: left;
    font-size: 13px;
    width: 100%;
    padding: 5px 0px 0px;
    text-align: left;
  }
  .logged_contractor table td {
    display: block;
    float: left;
    font-size: 13px;
    width: 100%;
    padding: 5px 0px 10px;
    text-align: left;
  }
  .logged_contractor table td:nth-of-type(3) {
    width: auto;
    margin: -10px 10px 0px 0px;
  }
  .logged_contractor table td:nth-of-type(4) {
    width: auto;
    margin: -10px 0px 0px 0px;
  }
  .logged_contractor .message {
    background: url("/img/bitmap/message.png") left no-repeat;
    background-size: 24px;
    background-position: 0px 0px;
    padding: 5px 10px 5px 30px;
  }
  .logged_contractor .communication {
    background: url("/img/bitmap/communication.png") left no-repeat;
    background-size: 24px;
    background-position: 00px 0px;
    padding: 5px 10px 5px 30px;
  }
}
/*.move {
    display: block;
    width: 36px;
    height: 36px;
    float: left;
    background: url("/img/vector/icons/move.svg") no-repeat;
}
.edit {
    display: block;
    width: 36px;
    height: 36px;
    margin: -4px -8px;
    float: left;
    background: url("/img/vector/icons/edit.svg") no-repeat;
    &:hover {
        opacity: 0.8;
    }
}
.cancel {
    display: block;
    width: 48px;
    height: 48px;
    float: left;
    background: url("/img/vector/icons/cancel.svg") no-repeat;
	background-size: 22px;
	background-position: 11px 11px;
	border: 2px solid @color-block-dark;
	border-radius: 5px;
    opacity: 0.8;
    &:hover {
        opacity: 1;
    }
}
.delete {
    display: block;
    width: 36px;
    height: 36px;
    margin: -4px -8px;
    float: left;
    background: url("/img/vector/icons/delete.svg") no-repeat;
    &:hover {
        opacity: 0.8;
    }
}
.confirm {
    display: block;
    width: 36px;
    height: 36px;
    margin: -4px -8px;
    float: left;
    background: url("/img/vector/icons/check.svg") no-repeat;
    &:hover {
        opacity: 0.8;
    }
}
.duplicate {
    display: block;
    width: 36px;
    height: 36px;
    margin: -4px -8px;
    float: left;
    background: url("/img/vector/icons/duplicate.svg") no-repeat;
    &:hover {
        opacity: 0.8;
    }
}
.upload {
    display: block;
    width: 36px;
    height: 36px;
    margin: -4px -8px;
    float: left;
    background: url("/img/vector/icons/upload.svg") no-repeat;
    &:hover {
        opacity: 0.8;
    }
}
.upload_new_image {
    display: block;
    width: 300px;
    height: 300px;
    float: left;
    background: @color-light url("/img/vector/icons/upload.svg") no-repeat;
    background-size: 128px;
    background-position: 85px 60px;
    padding: 200px 0px 0px;
    text-align: center;
    color: @color-text;
    &:hover {
        background: @color-block-dark url("/img/vector/icons/upload.svg") no-repeat;
        background-size: 128px;
        background-position: 85px 60px;
    }
    
}*/
.rating {
  display: block;
  width: 18px;
  height: 24px;
  margin-right: 5px;
  float: left;
  background: url("/img/icons/rating.png") no-repeat;
  background-size: 100%;
}
.rating:hover {
  opacity: 0.8;
}
.rating span {
  display: none;
}
.delete {
  margin: 0px;
  display: block;
  width: 18px;
  height: 24px;
  float: left;
  margin-right: 5px;
  background: url("/img/icons/delete.png") no-repeat;
  background-size: 100%;
}
.delete:hover {
  opacity: 0.8;
}
.delete span {
  display: none;
}
.edit {
  margin: 0px;
  display: block;
  width: 18px;
  height: 24px;
  float: left;
  margin-right: 5px;
  background: url("/img/icons/edit.png") no-repeat;
  background-size: 100%;
}
.edit:hover {
  opacity: 0.8;
}
.edit span {
  display: none;
}
.cancel {
  margin: 0px;
  display: block;
  width: 18px;
  height: 24px;
  float: left;
  margin-right: 5px;
  background: url("/img/icons/cancel.png") no-repeat;
  background-size: 100%;
}
.cancel:hover {
  opacity: 0.8;
}
.cancel span {
  display: none;
}
.approve {
  margin: 0px;
  display: block;
  width: 18px;
  height: 24px;
  float: left;
  margin-right: 5px;
  background: url("/img/icons/approve.png") no-repeat;
  background-size: 100%;
}
.approve:hover {
  opacity: 0.8;
}
.approve span {
  display: none;
}
.detail {
  margin: 0px;
  display: block;
  width: 18px;
  height: 24px;
  float: left;
  margin-right: 5px;
  background: url("/img/icons/detail.png") no-repeat;
  background-size: 100%;
}
.detail:hover {
  opacity: 0.8;
}
.detail span {
  display: none;
}
.orientation_up {
  margin: 5px 0px -5px;
  display: block;
  width: 28px;
  height: 24px;
  float: left;
  background: url("/img/icons/orientation_up.png") no-repeat;
  background-size: 100%;
}
.orientation_up:hover {
  opacity: 0.8;
}
.orientation_up span {
  display: none;
}
.orientation_down {
  margin: 5px 0px -5px;
  display: block;
  width: 28px;
  height: 24px;
  float: left;
  background: url("/img/icons/orientation_down.png") no-repeat;
  background-size: 100%;
}
.orientation_down:hover {
  opacity: 0.8;
}
.orientation_down span {
  display: none;
}
.pdf {
  float: left;
  background: url("/img/icons/pdf.png") no-repeat;
  background-size: 18px;
  background-position: 0px 0px;
  padding: 3px 0px 3px 28px;
}
.show_psw {
  position: absolute;
  width: 48px;
  top: 10px;
  opacity: 0.5;
}
header {
  width: 100%;
  float: left;
  padding: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  position: relative;
}
header .logo {
  float: left;
  width: 300px;
  margin: 2% 0% 0.5% 3%;
}
header .logo img {
  float: left;
  width: 250px;
}
header .logo span {
  float: left;
  clear: left;
  color: #7f9cb5;
  font-size: 12px;
  margin: 10px 0px -10px 0;
}
header .client_logo {
  margin: 2% 3% 0 0;
  float: right;
  width: 300px;
  height: 115px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
header .client_logo img {
  max-width: 300px;
  max-height: 115px;
  margin: auto;
  margin-right: 0px;
}
@media only screen and (max-width: 670px), (orientation: portrait) {
  header .client_logo {
    float: left;
    margin: 20px 3% -10px 3%;
  }
  header .client_logo img {
    margin-right: auto;
    margin-left: 0px;
  }
}
footer {
  float: left;
  background: var(--color-1);
  color: var(--color-text-footer);
  width: 98%;
  margin: 20px 1% 30px;
  border-radius: 10px;
  -webkit-box-shadow: 2px 2px 10px 0px rgba(0, 0, 0, 0.3);
          box-shadow: 2px 2px 10px 0px rgba(0, 0, 0, 0.3);
  padding: 30px 20px 20px;
  position: relative;
}
footer h2 {
  color: var(--color-2);
  font-size: 18px;
  margin-bottom: 5px;
}
footer address {
  font-size: 14px;
  font-style: normal;
  line-height: 24px;
  color: var(--color-text-footer);
}
footer .color_line {
  float: left;
  height: 10px;
  width: 100%;
  background: var(--color-2);
  position: absolute;
  top: 0px;
  left: 0px;
  border-radius: 10px 10px 0px 0px;
}
footer .footer_block {
  float: left;
}
@media only screen and (max-width: 800px), (orientation: portrait) {
  footer .footer_block {
    width: 100%;
    float: left;
    text-align: center;
    margin: 0px 0px 0px;
  }
}
footer .footer_block_right {
  float: right;
  text-align: right;
}
footer .footer_block_right span {
  font-size: 14px;
  font-style: normal;
  line-height: 24px;
  color: var(--color-text-footer);
}
footer .footer_block_right span.phone {
  opacity: 1;
  width: 100%;
  float: right;
  margin: 5px 0px 7px;
  font-size: 23px;
  color: var(--color-text-footer);
}
footer .footer_block_right a {
  color: var(--color-text-footer);
  opacity: 1;
}
footer .footer_block_right a:hover {
  color: var(--color-text-footer);
  text-decoration: underline;
}
@media only screen and (max-width: 800px), (orientation: portrait) {
  footer .footer_block_right {
    width: 100%;
    float: left;
    text-align: center;
    margin: 30px 0px 0px;
  }
}
@media only screen and (max-width: 800px), (orientation: portrait) {
  footer {
    margin: 10px 0px 10px 1%;
  }
}
.main_menu {
  float: left;
  width: 98%;
  margin: 20px 0% 0% 1%;
}
.main_menu ul {
  float: left;
  width: 100%;
  border-radius: 10px;
  background: var(--color-1);
  -webkit-box-shadow: 2px 2px 10px 0px rgba(0, 0, 0, 0.3);
          box-shadow: 2px 2px 10px 0px rgba(0, 0, 0, 0.3);
}
.main_menu ul li {
  list-style-type: none;
  float: left;
  color: #fff;
  font-weight: 700;
  font-size: 12px;
  position: relative;
}
.main_menu ul li a {
  color: var(--color-text-button);
  text-decoration: none;
  font-size: 17px;
  padding: 15px 17px;
  float: left;
}
.main_menu ul li a:hover {
  color: var(--color-text-button-2);
  background: var(--color-2);
}
.main_menu ul li ul {
  display: none;
}
.main_menu ul li:hover ul {
  z-index: 1;
  position: absolute;
  display: block;
  border-top: none;
  top: 50px;
  left: 0px;
  width: 100%;
  -webkit-box-shadow: 5px 5px 5px 0px rgba(0, 0, 0, 0.5);
          box-shadow: 5px 5px 5px 0px rgba(0, 0, 0, 0.5);
}
.main_menu ul li:hover ul li {
  display: block;
  float: left;
  clear: left;
  margin: -1px 0px 0px 0px;
  border-top: 1px solid #186c33;
  width: 100%;
  -webkit-transition: 100ms;
  -o-transition: 100ms;
  transition: 100ms;
  height: auto;
}
.main_menu ul li:hover ul li a {
  opacity: 1;
  padding: 12px 20px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background: #06532d;
  text-align: left;
  font-size: 15px;
  font-weight: 300;
  height: auto;
  width: 100%;
  color: #fff;
}
.main_menu ul li:hover ul li a:hover {
  color: #ffcc00;
}
.main_menu ul li:first-child a:hover {
  border-radius: 10px 0px 0px 10px;
}
.main_menu ul li.home {
  border-radius: 10px 0px 0px 10px;
}
.main_menu ul li.home a {
  width: 51px;
  height: 51px;
  float: left;
  background: url("/img/icons/home.svg") no-repeat;
  background-size: 22px;
  background-position: 16px 15px;
}
.main_menu ul li.home a:hover {
  background: var(--color-2) url("/img/icons/home.svg") no-repeat;
  background-size: 22px;
  background-position: 16px 15px;
}
.main_menu li.icon {
  display: none;
}
.navigation {
  float: left;
  width: 98%;
  background: #fff;
  margin: 20px 1% 0px;
  border-radius: 10px;
  padding: 5px 15px;
  font-size: 13px;
  color: var(--color-1);
}
.navigation a {
  float: left;
  margin: 0px;
  color: var(--color-1);
  opacity: 0.5;
}
.navigation a:hover {
  opacity: 1;
  text-decoration: underline;
}
.navigation img {
  float: left;
  margin: 1px 5px 0px;
  width: 16px;
}
@media screen and (max-width: 670px), (orientation: portrait) {
  .main_menu {
    width: 98%;
  }
  .main_menu ul {
    width: 100%;
  }
  .main_menu li {
    display: none;
  }
  .main_menu li.home {
    display: block;
  }
  .main_menu li.icon {
    float: right;
    display: block;
    background: var(--color-1);
    border-radius: 0px 10px 10px 0px;
    width: 51px;
    height: 51px;
    padding: 0px;
  }
  .main_menu li.icon a {
    width: 100%;
    height: 51px;
    padding: 10px 10px 11px;
    background: url("/img/icons/menu.svg") no-repeat;
    background-size: 24px;
    background-position: 15px 13px;
    border-radius: 0px 10px 10px 0px;
  }
  .main_menu li.icon a:hover {
    background: var(--color-2) url("/img/icons/menu.svg") no-repeat;
    background-size: 24px;
    background-position: 15px 13px;
  }
  .main_menu.responsive {
    position: relative;
    width: 98%;
  }
  .main_menu.responsive ul li {
    width: 100%;
    float: left;
    display: block;
    text-align: left;
    /* &:hover {
					& ul {
						z-index: 1;
						position: relative;
						display: block;
						border-top: none;
						float: left;
						top: 0px;
						left: 0px;
						width: 100%;
						box-shadow: none;
						& li {
							display: block;
							float: left;
							clear: left;
							margin: -1px 0px 0px 0px;
							border-top: 1px solidvar(--color-1);
							width: 100%;
							transition: 100ms;
							height: auto;
							& a {
								opacity: 1;
								padding: 12px 20px;
								box-sizing: border-box;
								background:var(--color-1);
								text-align: left;
								font-size: 16px;
								font-weight: 300;
								height: auto;
								width: 100%;
								color: #fff;
								&:hover {
									color: var(--color-2);
								}
							}
						}
					}
				} */
  }
  .main_menu.responsive ul li a {
    width: 100%;
  }
  .main_menu.responsive ul li.icon {
    position: absolute;
    width: 51px;
    right: 0;
    top: 0;
    border-radius: 0px 10px 0px 0px;
  }
  .main_menu.responsive ul li.icon a {
    background: url("/img/icons/menu_on.svg") no-repeat;
    background-size: 24px;
    float: right;
    background-position: calc(100% - 2px) 13px;
    margin: 0px 10px;
  }
  .main_menu.responsive ul li.home:hover {
    border-radius: 10px 10px 0px 0px;
  }
  .main_menu.responsive ul li:last-child:hover a {
    border-radius: 0px 0px 10px 10px;
  }
}
.window {
  display: none;
}
.window_upgrade {
  display: none;
  position: fixed;
  top: 100px;
  left: calc(50% - 460px);
  width: 920px;
  overflow: auto;
  background: #fff;
  z-index: 10;
  border-radius: 10px;
  text-align: center;
  padding: 20px 50px;
  -webkit-box-shadow: 2px 2px 10px 0px rgba(0, 0, 0, 0.3);
          box-shadow: 2px 2px 10px 0px rgba(0, 0, 0, 0.3);
  background-image: -webkit-gradient(linear, left top, left bottom, from(#fff), color-stop(#e6e8ec), to(#e6e8ec));
  background-image: -o-linear-gradient(#fff, #e6e8ec, #e6e8ec);
  background-image: linear-gradient(#fff, #e6e8ec, #e6e8ec);
}
.window_upgrade h1 {
  font-size: 27px;
}
.window_upgrade p {
  float: left;
  width: 100%;
  font-size: 14px;
  margin: 10px 0px;
  text-align: center;
}
.window_upgrade .tarif {
  float: left;
  border: 2px solid #003a6b;
  width: 820px;
  margin: 10px 0px;
  border-radius: 20px;
  text-align: left;
  background: #fff;
  position: relative;
}
.window_upgrade .tarif span.recommended {
  background: #fb8820;
  color: #fff;
  position: absolute;
  border-radius: 10px;
  padding: 5px 0px;
  text-align: center;
  font-size: 12px;
  font-weight: bold;
  width: 200px;
  margin: -10px 0px 0px 0px;
  left: 310px;
}
.window_upgrade .tarif h2 {
  display: block;
  float: left;
  width: 100%;
  background: #003a6b;
  color: #fff;
  padding: 10px 30px;
  border-radius: 14px 14px 0px 0px;
}
.window_upgrade .tarif h2 span {
  float: left;
  background: none;
  color: #fb8820;
  font-size: 16px;
  font-weight: normal;
  width: auto;
  margin-left: 3px;
}
.window_upgrade .tarif h2 strong {
  float: left;
  clear: left;
  font-size: 48px;
  margin-top: -5px;
}
.window_upgrade .tarif h2 .price {
  clear: none;
  float: right;
  margin-top: -5px;
}
.window_upgrade .tarif h2 .price strong {
  float: left;
  font-size: 27px;
}
.window_upgrade .tarif h2 .price span {
  float: right;
  font-weight: normal;
  clear: both;
  color: #fff;
  margin-top: 5px;
}
.window_upgrade .tarif p {
  text-align: left;
  margin: 20px 40px 0px;
  width: auto;
}
.window_upgrade .tarif ul {
  float: left;
  color: #003a6b;
  font-weight: bold;
  margin: 10px 40px 25px;
  list-style: none;
}
.window_upgrade .tarif ul li {
  float: left;
  width: 100%;
  margin: 8px 0px;
  background: url("/img/vector/icons/yes.svg") no-repeat;
  background-size: 19px;
  background-position: 0px 1px;
  padding: 0px 0px 2px 35px;
}
.window_upgrade a:nth-of-type(1) {
  color: #fff;
  display: block;
  float: left;
  padding: 12px 20px;
  text-align: center;
  width: 275px;
  margin: 10px 20px 0px 0px;
  font-weight: bold;
  font-size: 18px;
  background: #fff;
  background-image: -webkit-linear-gradient(#e25a00, #fb8820);
  -webkit-box-shadow: 2px 2px 10px 0px rgba(0, 0, 0, 0.3);
          box-shadow: 2px 2px 10px 0px rgba(0, 0, 0, 0.3);
  border-radius: 10px;
}
.window_upgrade a:nth-of-type(1):hover {
  color: #003a6b;
  background: #fb8820;
  -webkit-box-shadow: 1px 1px 5px 0px rgba(0, 0, 0, 0.5);
          box-shadow: 1px 1px 5px 0px rgba(0, 0, 0, 0.5);
  cursor: pointer;
}
.window_upgrade a:nth-of-type(2) {
  color: #fff;
  display: block;
  float: left;
  padding: 12px 20px;
  text-align: center;
  width: 275px;
  margin: 10px 20px 0px 0px;
  font-weight: bold;
  font-size: 18px;
  background: #003a6b;
  -webkit-box-shadow: 2px 2px 10px 0px rgba(0, 0, 0, 0.3);
          box-shadow: 2px 2px 10px 0px rgba(0, 0, 0, 0.3);
  border-radius: 10px;
}
.window_upgrade a:nth-of-type(2):hover {
  color: #003a6b;
  background: #fb8820;
  -webkit-box-shadow: 1px 1px 5px 0px rgba(0, 0, 0, 0.5);
          box-shadow: 1px 1px 5px 0px rgba(0, 0, 0, 0.5);
  cursor: pointer;
}
.window_upgrade a:nth-of-type(3) {
  color: #003a6b;
  display: block;
  float: left;
  padding: 12px 20px;
  text-align: center;
  width: 230px;
  margin: 10px 0px 0px 0px;
  font-weight: bold;
  font-size: 14px;
  background: #e6e8ec;
  background-image: -webkit-linear-gradient(#e6e8ec, #fff, #e6e8ec);
  -webkit-box-shadow: 2px 2px 10px 0px rgba(0, 0, 0, 0.3);
          box-shadow: 2px 2px 10px 0px rgba(0, 0, 0, 0.3);
  border-radius: 10px;
}
.window_upgrade a:nth-of-type(3):hover {
  color: #003a6b;
  background: #fb8820;
  -webkit-box-shadow: 1px 1px 5px 0px rgba(0, 0, 0, 0.5);
          box-shadow: 1px 1px 5px 0px rgba(0, 0, 0, 0.5);
  cursor: pointer;
}
.window {
  display: none;
  position: fixed;
  top: 10%;
  left: 50%;
  width: auto;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  min-width: 480px;
  max-width: 1000px;
  max-height: 85vh;
  overflow: auto;
  background: #fff;
  z-index: 10;
  border-radius: 5px;
  text-align: center;
  padding: 10px;
  -webkit-box-shadow: 2px 2px 10px 0px rgba(0, 0, 0, 0.3);
          box-shadow: 2px 2px 10px 0px rgba(0, 0, 0, 0.3);
}
.window #ProgressText {
  width: 100%;
  text-align: center;
  margin-bottom: 5px;
}
.window img {
  margin: 10px;
}
.reservation_window {
  display: block;
  position: fixed;
  bottom: 10%;
  left: 2%;
  background: #186c33;
  color: #fff;
  width: auto;
  width: 200px;
  max-height: 85vh;
  overflow: auto;
  z-index: 10;
  border-radius: 5px;
  border: 1px solid #fff;
  -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 {
  background: #186c33;
  color: #fff;
  padding: 10px 0px 0px;
  font-size: 21px;
}
.reservation_window .block {
  float: left;
  padding: 10px 15px 5px;
  width: 100%;
}
.reservation_window .block label {
  float: left;
  clear: left;
  text-align: right;
  margin: 5px 10px 12px 0px;
}
.reservation_window .block span {
  float: left;
  text-align: left;
  margin: 5px 0px 12px 0px;
}
.reservation_window .block .window_date {
  background: #06532d;
  color: #fff;
  width: 135px;
  padding: 5px 10px;
  border-radius: 10px;
  float: left;
  margin: -1px 0px 0px;
}
.reservation_window .block .informative_price {
  background: #06532d;
  color: #fff;
  width: 180px;
  padding: 10px 10px 8px;
  border-radius: 10px;
  float: left;
  font-size: 18px;
  font-weight: bold;
  text-align: right;
  margin: -10px 0px 5px -5px;
}
.reservation_window .block .window_date_alert {
  background: #d41917;
  color: #fff;
  width: 135px;
  padding: 5px 10px;
  border-radius: 10px;
  float: left;
  margin: -1px 0px 0px;
}
.reservation_window .button {
  width: 170px;
  margin: 5px 0px 5px;
}
.reservation_window .button:hover {
  background: #06532d;
}
.info_window {
  position: fixed;
  z-index: 1;
  float: left;
  display: block;
  width: 200px;
  height: 200px;
  text-align: center;
  margin: 30% calc(50% - 100px);
  padding: 45px 0px;
  color: #fff;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  font-size: 21px;
  background: url("/img/vector/info_window.svg") no-repeat;
  border-radius: 50%;
  -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);
}
.info_window .save {
  padding: 64px 0px 0px;
  background: url("/img/vector/icons/save.svg") no-repeat;
  background-size: 64px;
  background-position: 50% 0;
}
.content {
  float: left;
  background: white;
  -webkit-box-shadow: 2px 2px 10px 0px rgba(0, 0, 0, 0.3);
          box-shadow: 2px 2px 10px 0px rgba(0, 0, 0, 0.3);
  width: 98%;
  margin: 20px 1% 10px;
  border-radius: 10px;
  padding: 20px;
  position: relative;
}
.content .service_choice {
  background-image: -webkit-linear-gradient(#e6e8ec, #fff, #fff, #fff, #fff);
  border: 1px solid #e6e8ec;
  border-radius: 10px;
  margin: 20px 0px 0px;
  padding: 20px 30px 20px 20px;
}
.content .service_choice input[type="radio"] {
  float: left;
  margin: 10px 10px 0px 0px;
}
.content .service_choice h2 {
  color: var(--color-1);
}
.content .service_choice p {
  margin: 10px 0px 15px;
  text-align: justify;
}
.content .service_choice .service_price strong {
  color: var(--color-1);
  font-size: 21px;
}
.content .service_choice:hover {
  background-image: -webkit-linear-gradient(#e6e8ec, #fff, #fff);
  -webkit-box-shadow: 1px 1px 5px 0px rgba(0, 0, 0, 0.1);
          box-shadow: 1px 1px 5px 0px rgba(0, 0, 0, 0.1);
  border: 1px solid var(--color-1);
}
.choose_block {
  float: left;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#e6e8ec), to(#fff));
  background-image: -o-linear-gradient(#e6e8ec, #fff);
  background-image: linear-gradient(#e6e8ec, #fff);
  width: 100%;
  padding: 10px 20px;
  border: 2px solid var(--color-1);
}
.choose_block a {
  clear: left;
}
.login_contractor {
  float: left;
  background: white;
  height: 360px;
  -webkit-box-shadow: 2px 2px 10px 0px rgba(0, 0, 0, 0.3);
          box-shadow: 2px 2px 10px 0px rgba(0, 0, 0, 0.3);
  width: 48.5%;
  margin: 80px 0% 10px 1%;
  border-radius: 0px 10px 10px 10px;
  padding: 20px 20px 15px;
  position: relative;
}
.login_contractor h2 {
  color: #fff;
  position: absolute;
  top: -46px;
  left: 0px;
  background: var(--color-1);
  width: auto;
  padding: 10px 20px 10px 20px;
  border-radius: 10px 10px 0px 0px;
  font-size: 21px;
}
.login_contractor label {
  float: left;
  width: 100%;
  margin: 0px 0px;
}
.login_contractor input[type="text"],
.login_contractor input[type="password"] {
  float: left;
  width: 100%;
  margin: 5px 0px 20px;
}
.login_contractor .forgot {
  float: left;
  clear: left;
  width: 50%;
  text-align: center;
  color: var(--color-1);
  opacity: 0.5;
  margin: 5px 0px 0px;
}
.login_contractor .forgot:hover {
  text-decoration: underline;
}
.login_contractor img {
  float: right;
  position: absolute;
  right: calc(24% - 75px);
  top: 185px;
}
.login_contractor img.show_psw {
  position: absolute;
  width: 36px;
  top: 133px;
  right: 30px;
  opacity: 0.3;
}
.login_contractor img.show_psw:hover {
  cursor: pointer;
  opacity: 1;
}
@media only screen and (max-width: 800px), (orientation: portrait) {
  .login_contractor {
    width: 98%;
    border-radius: 0px 0px 10px 10px;
    margin: 100px 0px 10px 1%;
  }
  .login_contractor h2 {
    width: 100%;
    padding: 10px 20px 10;
  }
}
@media only screen and (max-width: 500px) {
  .login_contractor .login_button {
    width: 60%;
  }
  .login_contractor .registration_button {
    width: 60%;
  }
  .login_contractor .forgot {
    width: 60%;
  }
  .login_contractor img {
    width: 30%;
    right: 5%;
    top: 200px;
  }
}
.login_supplier {
  float: right;
  background: white;
  -webkit-box-shadow: 2px 2px 10px 0px rgba(0, 0, 0, 0.3);
          box-shadow: 2px 2px 10px 0px rgba(0, 0, 0, 0.3);
  width: 48.5%;
  height: 360px;
  margin: 80px 1% 10px 0px;
  border-radius: 10px 0px 10px 10px;
  padding: 20px;
  position: relative;
}
.login_supplier h2 {
  color: #fff;
  position: absolute;
  top: -46px;
  right: 0px;
  background: var(--color-1);
  width: auto;
  padding: 10px 20px 10px 20px;
  border-radius: 10px 10px 0px 0px;
  font-size: 21px;
}
.login_supplier label {
  float: left;
  width: 100%;
  margin: 0px 0px;
}
.login_supplier input[type="text"],
.login_supplier input[type="password"] {
  float: left;
  width: 100%;
  margin: 5px 0px 20px;
}
.login_supplier .forgot {
  float: left;
  clear: left;
  width: 50%;
  text-align: center;
  color: var(--color-1);
  opacity: 0.5;
  margin: 5px 0px 0px;
}
.login_supplier .forgot:hover {
  text-decoration: underline;
}
.login_supplier img {
  float: right;
  position: absolute;
  right: calc(24% - 75px);
  top: 185px;
}
.login_supplier img.show_psw {
  position: absolute;
  width: 36px;
  top: 133px;
  right: 30px;
  opacity: 0.3;
}
.login_supplier img.show_psw:hover {
  cursor: pointer;
  opacity: 1;
}
@media only screen and (max-width: 800px), (orientation: portrait) {
  .login_supplier {
    width: 98%;
    border-radius: 0px 0px 10px 10px;
    margin: 50px 0px 10px 1%;
    float: left;
  }
  .login_supplier h2 {
    width: 100%;
    padding: 10px 20px 10;
  }
}
@media only screen and (max-width: 500px) {
  .login_supplier .login_button {
    width: 60%;
  }
  .login_supplier .registration_button {
    width: 60%;
  }
  .login_supplier .forgot {
    width: 60%;
  }
  .login_supplier img {
    width: 30%;
    right: 5%;
    top: 200px;
  }
}
.search {
  float: left;
  background-image: -webkit-linear-gradient(#e6e8ec, #fff, #fff, #fff, #fff, #fff, #e6e8ec);
  -webkit-box-shadow: 2px 2px 10px 0px rgba(0, 0, 0, 0.3);
          box-shadow: 2px 2px 10px 0px rgba(0, 0, 0, 0.3);
  width: 98%;
  margin: 20px 1% 0px;
  border-radius: 10px;
  padding: 20px;
  position: relative;
}
.search img {
  float: left;
  width: 40px;
  margin: 5px 10px 0px -5px;
}
.search input[type="text"] {
  margin: 0xp;
  float: left;
  height: 50px;
  width: calc(100% - 350px);
  color: var(--color-1);
  opacity: 0.5;
}
@media only screen and (max-width: 800px), (orientation: portrait) {
  .search {
    padding: 15px 20px;
    margin: 15px 1% 0px;
  }
  .search input[type="text"] {
    margin: 0xp;
    float: left;
    height: 50px;
    width: calc(100% - 50px);
    color: var(--color-1);
    opacity: 0.5;
    font-size: 14px;
  }
  .search .search_button {
    width: 100%;
    float: left;
    padding: 15px 30px;
    font-size: 18px;
    margin-top: 10px;
  }
  .search .advanced_search_button {
    width: 94%;
    float: left;
    bottom: -43px;
    left: 3%;
  }
}
.container {
  width: 80%;
  margin: 0 auto;
  background: #000;
  text-align: left;
  -webkit-box-shadow: 0px 0px 50px 0px rgba(0, 0, 0, 0.5);
          box-shadow: 0px 0px 50px 0px rgba(0, 0, 0, 0.5);
}
@media only screen and (max-width: 1060px) {
  .container {
    width: 100%;
  }
}
@media only screen and (max-width: 800px) {
  .container {
    width: 100%;
  }
}
@media only screen and (max-width: 670px) {
  .container {
    width: 100%;
  }
}
@media only screen and (max-width: 500px) {
  .container {
    width: 100%;
  }
}
.admin {
  float: left;
  width: 100%;
  padding: 10px 5% 50px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.admin h1 {
  float: left;
  color: #4a545e;
  margin: 20px 0px 0px;
  font-size: 27px;
}
.admin h2 {
  float: left;
  width: 100%;
  color: #fb8820;
  margin: 30px 0px 0px;
}
.admin h3 {
  float: left;
  width: 100%;
  margin: 5px 0px 10px;
}
.admin .move {
  margin: -4px -4px -4px 2px;
}
.admin nav.admin_menu {
  float: left;
  width: 100%;
  background: #ddd url("/img/vector/icons/settings.svg") no-repeat;
  background-size: 32px;
  background-position: 14px 9px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 0px 0px 0px 55px;
}
.admin nav.admin_menu ul {
  float: left;
  width: 100%;
}
.admin nav.admin_menu ul li {
  list-style: none;
  float: left;
}
.admin nav.admin_menu ul li a {
  float: left;
  color: #4a545e;
  font-size: 16px;
  font-weight: bold;
  padding: 15px 20px 14px;
}
.admin nav.admin_menu ul li a:hover {
  background: #bbb;
  color: #555;
}
.admin nav.admin_menu ul li a.selected {
  float: left;
  font-size: 16px;
  font-weight: 900;
  padding: 15px 20px 14px;
  color: #fb8820;
}
.admin nav.admin_menu ul li strong {
  float: left;
  font-size: 16px;
  font-weight: 900;
  padding: 15px 20px 14px;
}
.admin nav.admin_menu ul li.back {
  float: right;
}
.admin nav.admin_menu_2 {
  float: left;
  width: 100%;
  background: #003a6b;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 0px 0px 0px 0px;
}
.admin nav.admin_menu_2 ul {
  float: left;
  width: 100%;
}
.admin nav.admin_menu_2 ul li {
  list-style: none;
  float: left;
}
.admin nav.admin_menu_2 ul li a {
  float: left;
  color: #fff;
  font-size: 15px;
  font-weight: normal;
  padding: 13px 20px 12px;
}
.admin nav.admin_menu_2 ul li a:hover {
  background: #fb8820;
}
.admin nav.admin_menu_2 ul li strong {
  float: left;
  color: #fff;
  font-size: 15px;
  font-weight: bold;
  padding: 13px 20px 12px;
}
.admin nav.admin_menu_3 {
  float: left;
  width: 100%;
  background: #fb8820;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 0px 0px 0px 0px;
}
.admin nav.admin_menu_3 ul {
  float: left;
  width: 100%;
}
.admin nav.admin_menu_3 ul li {
  list-style: none;
  float: left;
}
.admin nav.admin_menu_3 ul li a {
  float: left;
  color: #fff;
  font-size: 14px;
  font-weight: normal;
  padding: 13px 20px 12px;
}
.admin nav.admin_menu_3 ul li a:hover {
  background: #003a6b;
}
.admin nav.admin_menu_3 ul li strong {
  float: left;
  color: #fff;
  font-size: 14px;
  font-weight: bold;
  padding: 13px 20px 12px;
}
.admin .admin_login {
  float: left;
  width: 100%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 5%;
}
.admin .admin_login label {
  float: left;
  clear: left;
  width: 70px;
  margin: 10px 0px 5px;
}
.admin .admin_login input,
.admin .admin_login input[type="text"] {
  float: left;
  width: 80%;
  margin: 0px 0px 20px;
}
.admin .admin_login .button {
  float: left;
  margin: 5px 10px 0px 70px;
}
.admin .admin_login .forgot {
  float: left;
  color: #1c963d;
  font-size: 20px;
  margin: 15px 0px 0px 30px;
}
.admin .admin_login .forgot:hover {
  text-decoration: underline;
}
.admin table {
  float: left;
  width: 100%;
  margin: 20px 0px 0px;
}
.admin table th {
  color: #fff;
  background: #fb8820;
  padding: 5px 10px;
  text-align: left;
  font-weight: normal;
  font-size: 15px;
}
.admin table td {
  font-size: 18px;
  padding: 10px 10px;
}
.admin table td a {
  display: block;
  color: #003a6b;
  font-weight: bold;
  float: left;
  margin-right: 15px;
}
.admin table td a:hover {
  color: #186c33;
}
.admin table tr.snd td {
  background: #eee;
}
.admin table tr.snd th {
  background: #eee;
}
.admin table tr.new td {
  font-weight: bold;
  background: #ccc;
  color: #444;
  border-bottom: 1px solid #eee;
}
.admin table.reservation_table th {
  background: #f5f5f5;
  color: #4a545e;
  font-weight: bold;
}
.admin table.reservation_table tr.snd td {
  background: #eee;
}
.admin table.reservation_table label.checkbox {
  width: auto;
}
.admin table.click_table tr:hover td {
  background: #ddd;
  cursor: pointer;
}
.admin label {
  width: 150px;
  float: left;
  clear: left;
  margin: 5px 0px 30px;
}
.admin label.category_select {
  width: 90px;
  float: left;
  clear: left;
  margin: 18px 0px 30px;
}
.admin input[type="text"] {
  float: left;
  width: 50%;
}
.admin .combo {
  float: left;
  width: 50%;
}
.admin .combo.category_select {
  float: left;
  width: 60%;
  margin-top: 10px;
}
.admin .no_label {
  clear: left;
  margin-left: 150px;
}
.admin .button {
  margin-top: 25px;
}
.admin .reservations_list h2 {
  color: #1c963d;
  margin: 25px 0px 15px;
}
.admin .reservations_list label {
  float: left;
  margin: 10px 10px 20px 0px;
  clear: left;
  width: 85px;
  font-size: 18px;
}
.admin .reservations_list table {
  width: 100%;
}
.admin .reservations_list table th {
  background: #1c963d;
  color: #fff;
  padding: 5px 10px;
  -moz-text-align-last: left;
       text-align-last: left;
}
.admin .reservations_list table td {
  background: #f5f5f5;
  padding: 5px 10px;
}
.admin .reservations_list table td a {
  color: #1c963d;
}
.admin .reservations_list table td .color_1 {
  display: block;
  float: left;
  width: 28px;
  height: 28px;
  background: #003a6b;
}
.admin .reservations_list table td .color_2 {
  display: block;
  float: left;
  width: 28px;
  height: 28px;
  background: #fb8820;
}
.admin .reservations_list table td .color_3 {
  display: block;
  float: left;
  width: 28px;
  height: 28px;
  background: #b2c4d2;
}
.admin .reservations_list table td .color_4 {
  display: block;
  float: left;
  width: 28px;
  height: 28px;
  background: #089f45;
}
.admin table.categories tr:hover td {
  cursor: pointer;
  color: #444;
  background: #ccc;
}
.admin table.categories tr:hover td a:hover {
  text-decoration: underline;
  color: #1c963d;
}
.admin table.categories th.subcategory {
  width: 80px;
}
.admin table th.order,
.admin table th.short {
  width: 50px;
}
.admin table th.action {
  width: 200px;
}
.admin table td label.checkbox {
  width: 100%;
  float: left;
  clear: none;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 0px 0px 0px 0px;
  font-size: 17px;
  margin: -4px 0px 0px 10px;
}
.admin table td .image_show {
  cursor: pointer;
  color: #003a6b;
  position: relative;
}
.admin table td .image_show img {
  display: none;
}
.admin table td .image_show:hover img {
  width: 300px;
  left: -130px;
  top: 25px;
  display: block;
  position: absolute;
  border: 1px solid #7f9cb5;
  -webkit-box-shadow: 2px 2px 10px 0px rgba(0, 0, 0, 0.3);
          box-shadow: 2px 2px 10px 0px rgba(0, 0, 0, 0.3);
  z-index: 10;
}
.admin .parameter_edit {
  width: 100%;
  padding: 20px 0px 0px;
  float: left;
}
.admin .parameter_edit label {
  width: 90px;
}
.admin .parameter_edit input[type="text"] {
  margin: -4px 0px 0px 0px;
}
.admin .parameter_edit .unit_input {
  width: 100px;
}
.admin .parameter_edit .radio {
  clear: none;
  width: auto;
  margin: 0px 40px 0px 0px;
}
.admin .parameter_edit .add_another {
  float: left;
  clear: left;
  margin: 0px 0px 0px 90px;
}
.admin .parameter_edit label.file {
  clear: none;
  width: auto;
  margin: -5px 0px 30px;
}
.admin .parameter_edit .delete {
  margin: -5px 0px 0px 10px;
}
.admin .parameter_edit .file_delete {
  margin: 0px 0px 0px 0px;
}
.admin .parameter_edit img {
  float: left;
  width: 25%;
  margin: 0px 10px 30px 0px;
  border: 1px solid #7f9cb5;
}
.admin .fee_edit {
  width: 100%;
  padding: 20px 0px 0px;
  float: left;
}
.admin .fee_edit label {
  width: 90px;
}
.admin .fee_edit input[type="text"] {
  margin: -4px 0px 0px 0px;
}
.admin .fee_edit .unit_input {
  width: 100px;
}
.admin .fee_edit .radio {
  clear: none;
  width: auto;
  margin: 0px 40px 0px 0px;
}
.admin .fee_edit .checkbox {
  width: auto;
  margin: -55px 0px 75px 90px;
  padding: 1px 0px 0px 30px;
}
.admin .fee_edit .checkbox span {
  float: right;
  margin: 0px 0px 0px 20px;
}
.admin .fee_edit .checkbox span input[type=text] {
  width: 30px;
  float: left;
  margin: -5px 3px -5px 0px;
}
.admin .category_edit {
  width: 100%;
  padding: 20px 0px 0px;
  float: left;
}
.admin .category_edit label {
  width: 100px;
}
.admin .category_edit .add_another {
  clear: left;
  margin: 5px 0px 10px 100px;
}
.admin .category_edit .checkbox_list {
  float: left;
  width: 100%;
  margin: -10px 0px 10px;
}
.admin .category_edit .checkbox_list li {
  width: 25%;
  margin: 10px 0px;
  list-style: none;
  float: left;
  padding: 0px;
}
.admin .category_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;
}
.admin .navigation_combo {
  float: left;
  width: 100%;
  margin: 15px 0px 0px;
}
.admin .navigation_combo .combo {
  width: 80%;
}
.admin .navigation_combo label {
  margin: 8px 0px 2px;
}
.admin .navigation {
  width: 100%;
  float: left;
  margin: 25px 0px -10px;
}
.admin .navigation li {
  float: left;
  list-style: none;
  margin-bottom: 8px;
}
.admin .navigation li span {
  float: left;
  font-size: 16px;
  padding: 5px 10px 0px 0px;
}
.admin .navigation li strong {
  float: left;
  font-size: 18px;
  padding: 5px 0px;
}
.admin .navigation li a {
  float: left;
  display: block;
  background: #ddd;
  color: #4a545e;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 7px 4px 0px 10px;
  margin-right: 25px;
  height: 32px;
  position: relative;
  font-size: 14px;
  font-weight: bold;
}
.admin .navigation li a span {
  display: block;
  height: 32px;
  width: 16px;
  top: 0px;
  right: -16px;
  position: absolute;
  background: url("/img/vector/nav_arrow.svg") no-repeat;
}
.admin .navigation li a:hover {
  background: #1c963d;
  color: #fff;
}
.admin .navigation li a:hover span {
  background: url("/img/vector/nav_arrow_ON.svg") no-repeat;
}
.admin .image_menu {
  float: left;
  width: 60px;
}
.admin .product_admin {
  float: left;
  padding: 0px;
  width: 100%;
}
.admin .product_admin .delete {
  width: 60px;
  height: 60px;
  margin: 0px 16px;
  padding: 0px;
  background: #eee url("/img/vector/icons/delete.svg") no-repeat;
  background-size: 48px;
  background-position: 6px;
}
.admin .product_admin .delete:hover {
  background: #ccc url("/img/vector/icons/delete.svg") no-repeat;
  background-size: 48px;
  background-position: 6px;
  opacity: 1;
}
.admin .product_admin .upload {
  width: 60px;
  height: 60px;
  margin: 16px 16px;
  padding: 0px;
  background: #eee url("/img/vector/icons/upload.svg") no-repeat;
  background-size: 48px;
  background-position: 6px;
}
.admin .product_admin .upload:hover {
  background: #ccc url("/img/vector/icons/upload.svg") no-repeat;
  background-size: 48px;
  background-position: 6px;
  opacity: 1;
}
.admin .product_admin textarea {
  width: 75%;
}
.admin .product_admin .admin_gallery {
  float: left;
  with: 100%;
}
.admin .product_admin .admin_gallery .admin_img {
  position: relative;
  padding: 5px;
  width: 110px;
  height: 110px;
  float: left;
  background: #eee;
  margin: 0px 10px 15px 0px;
  text-align: center;
}
.admin .product_admin .admin_gallery .admin_img img {
  max-height: 100px;
  max-width: 100px;
  margin: auto;
}
.admin .product_admin .admin_gallery .admin_img span {
  display: none;
}
.admin .product_admin .admin_gallery .admin_img:hover {
  cursor: pointer;
  background: #ccc;
}
.admin .product_admin .admin_gallery .admin_img:hover img {
  opacity: 0.5;
}
.admin .product_admin .admin_gallery .admin_img:hover span {
  position: absolute;
  top: 23px;
  right: 23px;
  display: block;
  width: 64px;
  height: 64px;
  z-index: 2;
  background: url("/img/vector/icons/move.svg") no-repeat;
}
.admin .product_admin .main_img {
  float: left;
  width: 50%;
}
.admin .product_admin table th.check {
  width: 30px;
}
.admin .product_admin table th.value {
  width: 130px;
}
.admin .product_admin table td {
  padding: 10px;
}
.admin .product_admin table td input[type="text"] {
  width: 110px;
  float: left;
  margin: -2px 0px;
  text-align: right;
}
.admin .product_admin table td .checkbox {
  width: auto;
  float: left;
  margin: 0px 0px 0px 10px;
}
.admin .prices_form {
  float: left;
  width: 100%;
  padding: 15px 0px 15px;
}
.admin .prices_form label {
  width: auto;
  margin: 8px 10px 15px 0px;
}
.admin .prices_form .checkbox {
  padding-left: 30px;
  color: #7f9cb5;
  font-size: 18px;
  font-weight: bold;
}
.admin ul.prices_list {
  float: left;
  width: 100%;
  list-style: none;
}
.admin ul.prices_list li {
  float: left;
  width: 100%;
  margin-bottom: 10px;
}
.admin ul.prices_list li h3 {
  float: left;
  width: 100%;
  background: #f9f9f9 url("/img/vector/li_arrow_right.svg") no-repeat;
  background-size: 24px;
  background-position: 8px 11px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 10px 0px 7px 40px;
  margin: 0px;
  font-size: 24px;
  color: #1c963d;
  border: 2px solid #1c963d;
}
.admin ul.prices_list li h3 span {
  float: right;
  font-size: 18px;
  padding: 2px 15px;
  color: #4a545e;
}
.admin ul.prices_list li h3:hover {
  color: #186c33;
  cursor: pointer;
  background: #eee url("/img/vector/li_arrow_right.svg") no-repeat;
  background-size: 24px;
  background-position: 8px 11px;
}
.admin ul.prices_list li label {
  float: left;
  width: 80px;
  margin: 10px 10px;
}
.admin ul.prices_list li.show {
  border: 2px solid #1c963d;
}
.admin ul.prices_list li.show h3 {
  background: #eee url("/img/vector/li_arrow_down.svg") no-repeat;
  background-size: 24px;
  background-position: 8px 11px;
  border: none;
}
.admin ul.prices_list table {
  margin: 0px 0px;
}
.admin ul.prices_list table th {
  text-align: center;
  padding: 5px 50px 5px 0px;
}
.admin ul.prices_list table th.product_name {
  width: 30%;
  text-align: left;
  padding: 5px 10px;
}
.admin ul.prices_list table td {
  background: #eee;
}
.admin ul.prices_list table td input[type=text] {
  width: 100px;
  text-align: right;
  margin: -3px 5px -3px 0px;
  height: 30px;
}
.admin ul.prices_list table tr.fee td {
  background: #e0e0e0;
}
.admin ul.prices_list table tr.fee td:first-of-type {
  background: #e0e0e0 url("/img/vector/icons/sub.svg") no-repeat;
  background-size: 32px;
  background-position: 7px 0px;
  padding-left: 45px;
}
.admin ul.prices_list table tr.fst td {
  background: #f9f9f9;
}
.admin ul.prices_list table span.package {
  background: url("/img/vector/icons/package.svg") right no-repeat;
  background-size: 24px;
  padding-right: 30px;
  background-position: center right;
  position: relative;
}
.admin ul.prices_list table span.package ul {
  display: none;
}
.admin ul.prices_list table span.package:hover {
  cursor: pointer;
}
.admin ul.prices_list table span.package:hover ul {
  list-style-position: inside;
  list-style: square;
  display: block;
  position: absolute;
  background: #003a6b;
  color: #fff;
  padding: 10px 10px 0px 30px;
  top: 20px;
  font-size: 13px;
  min-width: 200px;
  margin: 0px;
  -webkit-box-shadow: 2px 2px 10px 0px rgba(0, 0, 0, 0.3);
          box-shadow: 2px 2px 10px 0px rgba(0, 0, 0, 0.3);
}
.admin .subcategory_apply {
  margin: 20px 0px 0px;
  float: left;
  width: 100%;
  background: #ccc;
  border: 3px solid #186c33;
}
.admin .subcategory_apply h3 {
  padding: 10px 5px 12px 10px;
  margin: 0px;
  background: #186c33;
  color: #fff;
}
.admin .subcategory_apply span {
  float: left;
  margin: 10px 0px 10px 10px;
  color: #444;
}
.admin .subcategory_apply label {
  width: auto;
  margin: -5px 0px 15px 8px;
  padding-left: 32px;
  font-size: 18px;
  font-weight: bold;
  color: #186c33;
}
.admin .subcategory_apply table {
  float: left;
  width: 100%;
  margin: 0px;
  text-align: center;
}
.admin .subcategory_apply table th {
  text-align: center;
  width: 115px;
}
.admin .subcategory_apply table th label {
  margin: -2px 0px 2px 0px;
  margin-left: calc(50% - 12px);
  padding-left: 32px;
}
.admin .subcategory_apply table th.name {
  text-align: left;
  width: auto;
  padding-left: 12px;
}
.admin .subcategory_apply table td {
  background: #eee;
  text-align: center;
}
.admin .subcategory_apply table td label {
  width: auto;
  margin: 0px 0px 0px 0px;
  margin-left: calc(50% - 12px);
  padding-left: 32px;
}
.admin .subcategory_apply table td.name {
  text-align: left;
  padding-left: 12px;
}
.admin .subcategory_apply table tr.fst td {
  background: #f9f9f9;
}
.admin .subcategory_apply table tr.sub td.name {
  background: #e0e0e0 url("/img/vector/icons/sub.svg") no-repeat;
  background-size: 32px;
  background-position: 7px 0px;
  padding-left: 45px;
}
.admin .subcategory_apply table tr.sub td {
  background: #e0e0e0;
  border-bottom: 1px solid #ccc;
}
.admin .subcategory_apply .button {
  margin: 12px 10px 10px;
}
.admin .admin_products h3 {
  float: left;
  width: 100%;
  margin: 0px 0px 0px 0px;
  font-size: 24px;
}
.admin .admin_products h3 span {
  display: inline-block;
  height: 24px;
  width: 24px;
  background: url("/img/vector/icons/arrow_right.svg") no-repeat;
  background-position: 0px 5px;
}
.admin .admin_products h3.top_products {
  float: left;
  width: 100%;
  margin: 5px 0px -8px -5px;
  padding: 3px 0px 15px 45px;
  font-size: 24px;
  background: url("/img/vector/icons/top_product.svg") no-repeat;
}
.admin .admin_products table.top_products th {
  background: #4a545e;
  border-top: 10px solid #fb8820;
}
.admin .admin_products .button {
  margin: 15px 10px 25px 0px;
}
.product_preview {
  float: left;
  position: relative;
  width: 320px;
  height: 360px;
  margin: 0px 0px 30px 30px;
  border: 1px solid #eee;
  border-radius: 15px;
  text-align: center;
}
.product_preview h2 {
  color: #003a6b;
  font-size: 18px;
  width: 100%;
  margin: 10px 0px 0px 0px;
}
.product_preview span {
  color: #bbb;
  width: 100%;
  float: left;
}
.product_preview .product_img {
  float: left;
  height: 180px;
  margin: 11px 40px;
  width: 240px;
  background-size: cover;
}
.product_preview img {
  max-height: 198px;
  margin: 0 auto;
}
.product_preview .price {
  float: left;
  clear: both;
  text-align: center;
  color: #003a6b;
  font-size: 24px;
  width: 100%;
}
.product_preview .price del {
  color: #4a545e;
  font-size: 18px;
  font-weight: normal;
  padding: 0px 0px 10px 10px;
}
.product_preview .in_stock {
  color: #089f45;
  font-size: 13px;
  margin: 5px 0px 0px;
}
.product_preview .in_sale {
  display: block;
  position: absolute;
  top: 64px;
  left: 16px;
  width: 64px;
  height: 64px;
  background: url("/img/vector/icons/sale.svg") bottom no-repeat;
}
.product_preview .top_product {
  display: block;
  position: absolute;
  top: 64px;
  left: 16px;
  width: 48px;
  height: 48px;
  background: url("/img/vector/icons/top_product.svg") bottom no-repeat;
}
.product_preview a.into_the_basket {
  float: left;
  width: 100%;
  background: #003a6b url("/img/vector/basket_ico.svg") bottom no-repeat;
  background-size: 27px;
  background-position: 80px 7px;
  color: #fff;
  font-size: 18px;
  font-weight: bold;
  padding: 10px 0px;
  border-radius: 0px 0px 15px 15px;
  margin-top: 10px;
}
.product_preview .in_basket {
  position: absolute;
  width: 80%;
  height: auto;
  color: #fff;
  opacity: 0.9;
  background: #089f45;
  border-radius: 10px;
  padding: 15px 20px;
  top: 10px;
  z-index: 2;
  margin-left: 10%;
}
.product_preview .in_basket span {
  color: #fff;
}
.product_preview .in_basket_amount {
  float: left;
  margin-top: 10px;
  width: 100%;
  padding: 5px 0px 6px;
  background: #eee;
  border-radius: 0px 0px 15px 15px;
}
.product_preview .in_basket_amount .minus {
  float: left;
  display: block;
  width: 32px;
  height: 32px;
  background: url("/img/vector/icons/minus.svg") no-repeat;
  opacity: 0.8;
  margin: 0px 10px 0px 80px;
}
.product_preview .in_basket_amount .minus:hover {
  opacity: 1;
}
.product_preview .in_basket_amount .plus {
  float: left;
  display: block;
  width: 32px;
  height: 32px;
  background: url("/img/vector/icons/plus.svg") no-repeat;
  opacity: 0.8;
  margin: 0px 0px 0px 10px;
}
.product_preview .in_basket_amount .plus:hover {
  opacity: 1;
}
.product_preview .in_basket_amount input[type="text"] {
  float: left;
  width: 50px;
  text-align: right;
  height: 32px;
  font-size: 24px;
  font-family: new-spirit, serif;
  padding-top: 2px;
}
.product_preview .in_basket_amount span {
  width: auto;
  float: left;
  font-size: 18px;
  margin: 5px 0px 0px 4px;
}
.product_preview:hover {
  border: 1px solid #003a6b;
}
.product_detail {
  float: left;
  background: #fff;
  width: 100%;
  padding: 30px 5%;
}
.product_detail .product_img {
  float: left;
  position: relative;
  width: 60%;
  margin: 20px 5% 20px 0px;
  height: 400px;
}
.product_detail .product_img .gallery_numb {
  position: absolute;
  z-index: 1;
  color: #fff;
  bottom: 0;
  right: 0;
  width: 20%;
  height: 200px;
  text-align: center;
  font-size: 24px;
  padding-top: 150px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background: url("/img/bitmap/other_img.png") bottom repeat-x;
}
.product_detail .product_img .gallery_numb:hover {
  background: url("/img/bitmap/other_img_ON.png") bottom repeat-x;
  cursor: pointer;
}
.product_detail .product_img .gallery_left {
  position: absolute;
  display: block;
  z-index: 1;
  top: 45%;
  left: 2%;
  width: 64px;
  height: 64px;
  background: url("/img/vector/arrow_left.svg") no-repeat;
  opacity: 0.8;
}
.product_detail .product_img .gallery_left:hover {
  opacity: 1;
}
.product_detail .product_img .gallery_right {
  position: absolute;
  display: block;
  z-index: 1;
  top: 45%;
  right: 22%;
  width: 64px;
  height: 64px;
  background: url("/img/vector/arrow_right.svg") no-repeat;
  opacity: 0.8;
}
.product_detail .product_img .gallery_right:hover {
  opacity: 1;
}
.product_detail .product_img img.main_img {
  max-width: 100%;
  max-height: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
.product_detail .product_img .other_img {
  position: absolute;
  width: 20%;
  right: 0px;
  height: 100%;
}
.product_detail .product_img .other_img img {
  float: left;
  width: 100%;
  border: 1px solid #fff;
  margin-top: -1px;
}
.product_detail .product_img .other_img img:hover {
  cursor: pointer;
  opacity: 0.95;
}
.product_detail h2 {
  color: #003a6b;
  float: left;
  width: 100%;
  margin: 25px 0px 15px;
}
.product_detail .gallery {
  float: left;
  width: 100%;
}
.product_detail .gallery img {
  float: left;
  height: 150px;
  border: 1px solid #fff;
}
.product_detail .gallery img:hover {
  cursor: pointer;
  opacity: 0.95;
}
.product_detail .equipment_gallery {
  float: left;
  width: 65%;
}
.product_detail .equipment_gallery li {
  list-style: none;
  float: left;
  width: 100%;
  margin-bottom: 20px;
}
.product_detail .equipment_gallery li img {
  float: left;
  width: 50%;
  margin-right: 5%;
}
.product_detail .equipment_gallery li ul {
  float: left;
  font-size: 18px;
}
.product_detail .equipment_gallery li ul li {
  width: auto;
  height: auto;
  clear: left;
  list-style: square;
  margin: 10px 0px 0px 18px;
}
.product_detail .ground {
  float: right;
  width: 35%;
}
.product_detail .ground img {
  float: left;
  width: 100%;
}
.product_detail .product_info {
  float: right;
  clear: right;
  width: 35%;
}
.product_detail .product_info img {
  float: left;
  width: 100%;
}
.product_detail .product_parameters {
  float: right;
  clear: right;
  width: 35%;
}
.product_detail .product_parameters img {
  float: left;
  width: 100%;
}
.product_detail .product_parameters table {
  float: left;
  width: 100%;
  background: #f9f9f9;
}
.product_detail .product_parameters table th {
  padding: 10px;
  text-align: right;
  width: 50%;
  font-weight: 600;
}
.product_detail .product_parameters table td {
  padding: 10px;
  text-align: right;
}
.product_detail .product_parameters table td.price {
  font-size: 21px;
  color: #003a6b;
  font-weight: bold;
}
.product_list {
  float: left;
  width: 100%;
  background: #fff;
}
.product_list .subcategories_nav {
  background: #f1f1f1;
  color: #fff;
  float: left;
  width: 100%;
  margin: 10px 0px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 10px;
}
.product_list .subcategories_nav h2 {
  margin: 0px 10px;
  font-size: 18px;
  color: #003a6b;
}
.product_list .subcategories_nav ul {
  float: left;
  list-style: none;
}
.product_list .subcategories_nav ul li {
  float: left;
}
.product_list .subcategories_nav ul li ul {
  display: none;
}
.product_list .subcategories_nav ul li:hover {
  position: relative;
}
.product_list .subcategories_nav ul li:hover ul {
  top: 44px;
  left: 10px;
  display: block;
  float: left;
  position: absolute;
  z-index: 2;
}
.product_list .subcategories_nav ul li:hover ul li {
  float: left;
  clear: left;
  margin: 0px;
}
.product_list .subcategories_nav ul li:hover ul li a {
  margin: 0px;
  width: 220px;
  font-weight: normal;
  font-size: 14px;
}
.product_list .subcategories_nav ul li:hover ul li a:hover {
  background: #fb8820;
}
.product_list .subcategories_nav a {
  display: block;
  float: left;
  margin: 10px;
  color: #fff;
  background: #003a6b;
  padding: 7px 12px;
  font-weight: bold;
}
.product_list .subcategories_nav a:hover {
  background: #fb8820;
}
.product_list h1 {
  float: left;
  width: 100%;
  padding: 15px 20px;
  background: #fff;
  display: block;
}
.product_list .product_list_preview {
  float: left;
  width: 100%;
  height: 450px;
  background: #eee;
  margin-bottom: 10px;
}
.product_list .product_list_preview h2 {
  float: left;
  width: auto;
  color: #1c963d;
  padding: 15px 25px 5px;
  font-size: 24px;
  width: 50%;
}
.product_list .product_list_preview .car_preview {
  float: left;
  width: 45%;
  position: relative;
  height: 100%;
  overflow: hidden;
}
.product_list .product_list_preview table {
  float: left;
  width: 55%;
}
.product_list .product_list_preview table th {
  text-align: left;
  padding: 7px 25px;
  font-size: 20px;
}
.product_list .product_list_preview table td {
  padding: 7px 25px 8px 0px;
  text-align: right;
  font-size: 20px;
}
.product_list .product_list_preview .button {
  float: left;
  margin: 20px 0px 0px 25px;
}
.articles {
  float: left;
  width: 100%;
  border-top: 8px solid #003a6b;
  margin-bottom: 10px;
}
.articles .articles_list {
  width: 50%;
  height: 450px;
  float: right;
  list-style-type: none;
  background: red;
}
.articles .articles_list li {
  position: relative;
  width: 100%;
  float: left;
  height: 50px;
  border-bottom: 1px solid #eee;
  font-size: 18px;
}
.articles .articles_list li a {
  float: left;
  height: 100%;
  width: 100%;
  margin: 0px;
  color: #4a545e;
  background: #ccc;
}
.articles .articles_list li a:hover {
  background: #003a6b;
  color: #fff;
}
.articles .articles_list li a:hover span {
  color: #b2c4d2;
}
.articles .articles_list li h3 {
  font-weight: 400;
  font-size: 17px;
  clear: left;
  margin: 5px 20px 0px;
  font-weight: bold;
}
.articles .articles_list li span {
  font-size: 12px;
  margin: 5px 5px 0px 20px;
  float: left;
}
.article_preview {
  position: relative;
  float: left;
  width: 50%;
  height: 449px;
  overflow: hidden;
  background: url('/img/bitmap/article_preview.jpg') no-repeat;
  background-size: cover;
}
.article_preview img {
  float: left;
  width: 100%;
}
.article_preview h2 {
  color: #fff;
  position: absolute;
  text-align: right;
  top: 150px;
  right: 50px;
  z-index: 10px;
  font-size: 36px;
  display: none;
}
.article_preview p {
  max-width: 300px;
  top: 200px;
  right: 50px;
  color: #fff;
  position: absolute;
  height: 85px;
  z-index: 10px;
  text-align: right;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  line-height: 24px;
  font-weight: 300;
}
.article_detail {
  float: left;
  width: 100%;
  padding: 2% 5% 2%;
  border-left: 1px solid #eee;
  border-right: 1px solid #eee;
}
.article_detail a {
  color: #b2c4d2;
  text-decoration: underline;
}
.article_detail a:hover {
  color: #089f45;
}
.article_detail h1 {
  color: #fff;
  font-size: 48px;
  line-height: 52px;
  float: left;
  width: 100%;
  margin: 10px 0px 20px;
}
.article_detail h1 a {
  color: #b2c4d2;
  text-decoration: underline;
}
.article_detail h1 a:hover {
  color: #089f45;
}
.article_detail h2 {
  font-size: 30px;
  line-height: 34px;
  float: left;
  width: 100%;
  margin: 15px 0px 10px;
}
.article_detail h2 a {
  color: #b2c4d2;
  text-decoration: underline;
}
.article_detail h2 a:hover {
  color: #089f45;
}
.article_detail h3 {
  font-size: 24px;
  line-height: 27px;
  float: left;
  width: 100%;
  margin: 15px 0px 10px;
}
.article_detail h3 a {
  color: #b2c4d2;
  text-decoration: underline;
}
.article_detail h3 a:hover {
  color: #089f45;
}
.article_detail .date {
  float: left;
  width: 100%;
  font-size: 18px;
  margin: 0px 0px 15px;
  color: #bbb;
}
.article_detail p {
  font-family: korolev, sans-serif;
  font-size: 17px;
  line-height: 25px;
  font-weight: 300;
  color: #ccc;
  padding: 0px 10px 12px 0px;
}
.article_detail p a {
  color: #b2c4d2;
  text-decoration: underline;
}
.article_detail p a:hover {
  color: #089f45;
}
.article_detail img {
  display: block;
  clear: both;
  margin-bottom: 15px;
  width: auto;
}
.article_detail ul {
  font-family: korolev, sans-serif;
  font-size: 16px;
  font-weight: 300;
  float: left;
  width: 100%;
  margin: 5px 0px 15px 18px;
  color: #ddd;
  list-style-position: inside;
}
.article_detail li {
  font-family: korolev, sans-serif;
  font-size: 17px;
  line-height: 25px;
  font-weight: 300;
  float: left;
  width: 100%;
  margin: 5px 0px;
  color: #ddd;
}
.article_detail li a {
  color: #b2c4d2;
  text-decoration: underline;
}
.article_detail li a:hover {
  color: #089f45;
}
.article_detail table {
  float: left;
  width: 90%;
  margin: 15px 10% 15px 0;
  clear: both;
  border: 1px solid #eee;
}
.article_detail table th {
  padding: 4px 10px;
}
.article_detail table td {
  padding: 4px 10px;
}
.contact {
  float: left;
  width: 100%;
  background: none;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 0% 5% 5%;
}
.contact h1 {
  color: #1c963d;
  float: left;
  width: 100%;
  margin: 30px 0px 15px;
  font-size: 36px;
}
.contact .contact_block {
  float: left;
  width: 43%;
  margin: 1% 2% 30px 0;
  line-height: 30px;
  font-size: 18px;
}
.contact .contact_block h2 {
  color: #003a6b;
  margin-bottom: 10px;
}
.contact .contact_block .contact_img {
  float: left;
  width: 50%;
  height: 100px;
  background: green;
}
.contact .contact_block strong {
  font-size: 24px;
}
.contact .contact_block span {
  color: #003a6b;
  font-weight: bold;
}
.contact .contact_block a {
  color: #7f9cb5;
}
.contact .contact_block a:hover {
  text-decoration: underline;
}
.contact .contact_block label {
  clear: left;
  width: 100%;
  float: left;
  margin: 3px 0px;
}
.contact .contact_block input[type="text"] {
  float: left;
  width: 90%;
  margin-bottom: 10px;
}
.contact .contact_block textarea {
  float: left;
  width: 90%;
}
.contact .contact_block .required {
  float: left;
  font-size: 16px;
  margin: 15px 0px;
}
.contact .contact_block .button {
  color: #fff;
  clear: left;
}
.contact .contact_block_2 {
  width: 90%;
}
.contact .contact_block_2 img {
  float: left;
  width: 50%;
  height: auto;
  margin-right: 5%;
  border: 1px solid #eee;
}
.contact_preview {
  float: left;
  width: 100%;
  background: #f1f1f1;
  padding: 20px 3%;
}
.contact_preview h2 {
  float: left;
  color: #003a6b;
}
.combo {
  float: left;
  padding: 0;
  margin: 0;
  height: 36px;
  font-size: 11px;
  border: 1px solid #ddd;
  width: 300px;
  border-radius: 2px;
  overflow: hidden;
  background-color: #1c963d;
  background: #fff url('/img/bitmap/select.jpg') no-repeat right;
}
.combo:hover {
  background: #fff url('/img/bitmap/select_ON.jpg') no-repeat right;
  cursor: pointer;
  border: 1px solid #1c963d;
}
.combo select {
  color: #444;
  height: 36px;
  width: 135%;
  font-size: 16px;
  font-weight: bold;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding-left: 10px;
  border: none;
  -webkit-box-shadow: none;
          box-shadow: none;
  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: var(--color-text-light);
}
select {
  height: 40px;
  float: left;
  margin: -5px 15px 15px 0px;
  border: 1px solid #ddd;
  border-radius: 5px;
  font-size: 18px;
  color: #4a545e;
}
input[type="text"],
input[type="password"] {
  float: left;
  color: #4a545e;
  height: 40px;
  font-size: 18px;
  font-family: Verdana;
  border: 1px solid #ddd;
  width: 200px;
  padding: 1px 6px 0px;
  border-radius: 5px;
}
textarea {
  float: left;
  width: 200px;
  height: 100px;
  border: 1px solid #ddd;
  font-family: Verdana;
  font-size: 18px;
  color: #4a545e;
  padding: 6px 6px;
  resize: vertical;
  margin: 0px 0px 15px;
  line-height: 20px;
  border-radius: 5px;
}
input.file {
  padding: 7px;
  height: 36px;
  float: left;
  margin: 0px 0px 0px;
  border: 1px solid #ddd;
  background: #fff;
}
.input_file {
  width: 0.1px;
  height: 0.1px;
  opacity: 0;
  overflow: hidden;
  position: absolute;
  z-index: -1;
}
.input_file + label {
  color: #4a545e;
  display: block;
  float: left;
  padding: 9px 25px 9px 50px;
  border: 2px solid #4a545e;
  font-weight: bold;
  background: #eee url("/img/vector/icons/upload.svg") no-repeat;
  background-size: 32px;
  background-position: 7px 5px;
  font-size: 18px;
  -webkit-box-shadow: 2px 2px 10px 0px rgba(0, 0, 0, 0.3);
          box-shadow: 2px 2px 10px 0px rgba(0, 0, 0, 0.3);
  cursor: pointer;
}
.input_file + label:hover {
  background: #1c963d url("/img/vector/icons/upload.svg") no-repeat;
  background-size: 32px;
  background-position: 7px 5px;
  border: 2px solid #186c33;
  color: #fff;
  -webkit-box-shadow: 1px 1px 5px 0px rgba(0, 0, 0, 0.5);
          box-shadow: 1px 1px 5px 0px rgba(0, 0, 0, 0.5);
}
.input_file_icon {
  float: left;
}
.input_file_icon img {
  float: left;
  width: 38px;
  top: 10px;
  opacity: 0.5;
  margin: -3px 0px 0px -70px;
}
.input_file_icon img:hover {
  opacity: 1;
  cursor: pointer;
}
.input_file_icon .button_1 {
  margin: -6px 0px;
}
.input_file_icon input[type="file"] {
  display: none;
}
.button_line {
  float: left;
  clear: both;
}
.button {
  color: var(--color-text-button-2);
  display: block;
  float: left;
  padding: 10px 20px;
  margin-right: 20px;
  margin: 5px 20px 10px 0px;
  font-weight: bold;
  font-size: 18px;
  background: var(--color-2);
  -webkit-box-shadow: 2px 2px 10px 0px rgba(0, 0, 0, 0.3);
          box-shadow: 2px 2px 10px 0px rgba(0, 0, 0, 0.3);
  border-radius: 10px;
}
.button:hover {
  color: var(--color-text-button);
  background: var(--color-1);
  -webkit-box-shadow: 1px 1px 5px 0px rgba(0, 0, 0, 0.5);
          box-shadow: 1px 1px 5px 0px rgba(0, 0, 0, 0.5);
  cursor: pointer;
}
.button_1,
.button_2,
.button_3,
.button_4,
.button_5,
.button_6 {
  color: var(--color-text-button-2);
  display: block;
  float: left;
  padding: 10px 20px;
  margin: 5px 20px 10px 0px;
  font-weight: bold;
  font-size: 18px;
  background: var(--color-2);
  -webkit-box-shadow: 2px 2px 10px 0px rgba(0, 0, 0, 0.3);
          box-shadow: 2px 2px 10px 0px rgba(0, 0, 0, 0.3);
  border-radius: 10px;
}
.button_1:hover,
.button_2:hover,
.button_3:hover,
.button_4:hover,
.button_5:hover,
.button_6:hover {
  color: var(--color-text-button);
  background: var(--color-1);
  -webkit-box-shadow: 1px 1px 5px 0px rgba(0, 0, 0, 0.5);
          box-shadow: 1px 1px 5px 0px rgba(0, 0, 0, 0.5);
  cursor: pointer;
}
.search_button {
  width: 280px;
  color: var(--color-text-button);
  display: block;
  float: right;
  padding: 15px 30px;
  font-weight: bold;
  font-size: 18px;
  background: var(--color-1);
  text-align: center;
  cursor: pointer;
  -webkit-box-shadow: 2px 2px 10px 0px rgba(0, 0, 0, 0.3);
          box-shadow: 2px 2px 10px 0px rgba(0, 0, 0, 0.3);
  border-radius: 10px;
}
.search_button:hover {
  color: var(--color-text-button-2);
  background: var(--color-2);
  -webkit-box-shadow: 1px 1px 5px 0px rgba(0, 0, 0, 0.5);
          box-shadow: 1px 1px 5px 0px rgba(0, 0, 0, 0.5);
}
.login_button {
  width: 50%;
  text-align: center;
  color: #fff;
  display: block;
  float: left;
  padding: 15px 30px;
  font-weight: bold;
  font-size: 18px;
  background: var(--color-1);
  -webkit-box-shadow: 2px 2px 10px 0px rgba(0, 0, 0, 0.3);
          box-shadow: 2px 2px 10px 0px rgba(0, 0, 0, 0.3);
  border-radius: 10px;
}
.login_button:hover {
  color: var(--color-text-button-2);
  background: var(--color-2);
  -webkit-box-shadow: 1px 1px 5px 0px rgba(0, 0, 0, 0.5);
          box-shadow: 1px 1px 5px 0px rgba(0, 0, 0, 0.5);
}
.registration_button {
  width: 50%;
  text-align: center;
  color: var(--color-1);
  display: block;
  float: left;
  clear: left;
  padding: 15px 30px;
  font-weight: bold;
  font-size: 14px;
  -webkit-box-shadow: 2px 2px 10px 0px rgba(0, 0, 0, 0.3);
          box-shadow: 2px 2px 10px 0px rgba(0, 0, 0, 0.3);
  border-radius: 10px;
  margin: 10px 0px 10px;
}
.registration_button:hover {
  color: var(--color-text-button-2);
  background: var(--color-2);
  -webkit-box-shadow: 1px 1px 5px 0px rgba(0, 0, 0, 0.5);
          box-shadow: 1px 1px 5px 0px rgba(0, 0, 0, 0.5);
}
.advanced_search_button {
  position: absolute;
  bottom: -43px;
  width: 40%;
  left: 30%;
  text-align: center;
  color: var(--color-text-button-2);
  display: block;
  float: left;
  padding: 10px 20px;
  margin-right: 20px;
  font-weight: bold;
  font-size: 18px;
  background: var(--color-2);
  -webkit-box-shadow: 2px 2px 10px 0px rgba(0, 0, 0, 0.3);
          box-shadow: 2px 2px 10px 0px rgba(0, 0, 0, 0.3);
  border-radius: 0px 0px 10px 10px;
  cursor: pointer;
}
.advanced_search_button:hover {
  color: #fff;
  background: var(--color-1);
  -webkit-box-shadow: 1px 1px 5px 0px rgba(0, 0, 0, 0.5);
          box-shadow: 1px 1px 5px 0px rgba(0, 0, 0, 0.5);
}
.service_choice_button {
  float: right;
  position: absolute;
  top: 15px;
  right: 15px;
  margin: 0px;
}
.interest_button {
  display: block;
  color: #fff;
  right: 10%;
  bottom: 5%;
  background: black;
  padding: 10px 50px;
  position: fixed;
  float: left;
  z-index: 10;
  -webkit-box-shadow: 1px 1px 10px black;
          box-shadow: 1px 1px 10px black;
  font-size: 21px;
  border: 1px solid #fff;
  opacity: 0.8;
  border-radius: 50px;
}
.interest_button:hover {
  opacity: 1;
  background: #1c963d;
  color: #fff;
  -webkit-box-shadow: 1px 1px 10px black;
          box-shadow: 1px 1px 10px black;
}
.save_button {
  color: #4a545e;
  display: block;
  float: left;
  padding: 10px 20px 8px 50px;
  border: 2px solid #4a545e;
  font-weight: bold;
  background: #eee url("/img/vector/icons/save.svg") no-repeat;
  background-size: 39px;
  background-position: 5px 0px;
}
.save_button:hover {
  background: #1c963d url("/img/vector/icons/save.svg") no-repeat;
  background-size: 39px;
  background-position: 5px 0px;
  border: 2px solid #186c33;
  color: #fff;
}
.add_button {
  color: #4a545e;
  display: block;
  float: left;
  padding: 10px 20px 8px 50px;
  border: 2px solid #4a545e;
  font-weight: bold;
  background: #eee url("/img/vector/icons/add.svg") no-repeat;
  background-size: 30px;
  background-position: 10px 5px;
}
.add_button:hover {
  background: #1c963d url("/img/vector/icons/add_on.svg") no-repeat;
  background-size: 30px;
  background-position: 10px 5px;
  border: 2px solid #186c33;
  color: #fff;
}
.add_another {
  color: #4a545e;
  display: block;
  float: left;
  padding: 9px 20px 9px 50px;
  border: 2px solid #4a545e;
  font-weight: bold;
  background: #eee url("/img/vector/icons/add.svg") no-repeat;
  background-size: 29px;
  background-position: 10px 6px;
  font-size: 18px;
  -webkit-box-shadow: 2px 2px 10px 0px rgba(0, 0, 0, 0.3);
          box-shadow: 2px 2px 10px 0px rgba(0, 0, 0, 0.3);
}
.add_another:hover {
  background: #1c963d url("/img/vector/icons/add_on.svg") no-repeat;
  background-size: 29px;
  background-position: 10px 6px;
  border: 2px solid #186c33;
  color: #fff;
  -webkit-box-shadow: 1px 1px 5px 0px rgba(0, 0, 0, 0.5);
          box-shadow: 1px 1px 5px 0px rgba(0, 0, 0, 0.5);
}
.accept_button {
  color: #fff;
  display: block;
  float: left;
  padding: 10px 30px 9px 60px;
  border: 2px solid #7f9cb5;
  font-weight: bold;
  background: #34a23c url("/img/vector/icons/check.svg") no-repeat;
  background-size: 39px;
  background-position: 5px 0px;
}
.accept_button:hover {
  background: #1c963d url("/img/vector/icons/check.svg") no-repeat;
  background-size: 39px;
  background-position: 5px 0px;
  border: 2px solid #186c33;
  color: #fff;
}
.cancel_button {
  color: #fff;
  display: block;
  float: left;
  padding: 10px 30px 9px 60px;
  border: 2px solid #990000;
  font-weight: bold;
  background: #d41917 url("/img/vector/icons/cancel.svg") no-repeat;
  background-size: 39px;
  background-position: 5px 0px;
}
.cancel_button:hover {
  background: #f0902a url("/img/vector/icons/cancel.svg") no-repeat;
  background-size: 39px;
  background-position: 5px 0px;
  border: 2px solid #e96523;
  color: #fff;
}
.minus {
  float: left;
  display: block;
  width: 32px;
  height: 32px;
  background: url("/img/vector/icons/minus.svg") no-repeat;
  opacity: 0.8;
}
.minus:hover {
  opacity: 1;
}
.plus {
  float: left;
  display: block;
  width: 32px;
  height: 32px;
  background: url("/img/vector/icons/plus.svg") no-repeat;
  opacity: 0.8;
}
.plus:hover {
  opacity: 1;
}
/* od Martin */
.hidden {
  display: none;
}
a.zip, span.zip {
  background: url('/img/zip.png') left no-repeat;
}
.ok {
  white-space: pre-line;
  font-family: monospace;
}
#echo_background {
  /* upravit */
  visibility: visible;
  z-index: 1;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 100%;
  background-color: black;
  opacity: 0.85;
  filter: alpha(opacity=85);
  -moz-opacity: 0.85;
  -khtml-opacity: 0.85;
  text-align: center;
}
#echo {
  display: block;
  position: absolute;
  width: 50%;
  padding-bottom: 10px;
  -webkit-box-shadow: 5px 5px 10px #000;
          box-shadow: 5px 5px 10px #000;
  margin: 20% auto;
  background: var(--color-bg-light);
  z-index: 2;
  left: 30%;
  border-radius: 20px 20px;
}
#echo h2 {
  color: #fff;
  background: var(--color-1);
  padding: 10px 20px 8px;
  border-radius: 17px 17px 0px 0px;
  text-transform: uppercase;
  font-size: 18px;
  border-bottom: 5px solid var(--color-2);
}
#echo a {
  color: var(--color-text-button-2);
  display: block;
  float: left;
  text-align: center;
  padding: 10px 20px;
  width: 60%;
  margin: 15px 0 10px 20%;
  font-weight: bold;
  font-size: 18px;
  background: var(--color-2);
  -webkit-box-shadow: 2px 2px 10px 0px rgba(0, 0, 0, 0.3);
          box-shadow: 2px 2px 10px 0px rgba(0, 0, 0, 0.3);
  border-radius: 10px;
}
#echo a:hover {
  color: var(--color-text-button);
  background: var(--color-1);
  -webkit-box-shadow: 1px 1px 5px 0px rgba(0, 0, 0, 0.5);
          box-shadow: 1px 1px 5px 0px rgba(0, 0, 0, 0.5);
  cursor: pointer;
}
#echo p {
  width: 100%;
  text-align: center;
  font-size: 20px;
  padding: 25px 0px 10px 0px;
  font-weight: bold;
  color: var(--color-1);
}
.profile_verification input {
  float: left;
  margin-left: 5px;
}
.profile_verification p {
  float: left;
  width: 600px;
  margin: 5px 0px 15px 5px;
}
.profile_verification ul {
  float: left;
  width: 100%;
  margin: 0px 0px 0px 0px;
  list-style: none;
}
.profile_verification li {
  padding: 0px;
  float: left;
  clear: both;
  margin: 10px 0px;
  line-height: 21px;
}
a.table_down,
a.table_up {
  display: block;
  float: left;
  width: 13px;
  height: 13px;
  margin: 2px 0px 0px 0px;
  background: url('/img/icons/table_down.png') no-repeat;
}
a.table_up {
  margin: 2px 5px 0px 0px;
  background: url('/img/icons/table_up.png') no-repeat;
}
a.table_down:hover {
  background: url('/img/icons/table_down_on.png') no-repeat;
}
a.table_up:hover {
  background: url('/img/icons/table_up_on.png') no-repeat;
}
a.table_down span,
a.table_up span {
  display: none;
}
span.table_up {
  display: block;
  float: left;
  width: 13px;
  height: 13px;
  margin: 2px 5px 0px 0px;
  background: url('/img/icons/table_up_disable.png') no-repeat;
}
span.table_down {
  display: block;
  float: left;
  width: 13px;
  height: 13px;
  margin: 2px 0px 0px 0px;
  background: url('/img/icons/table_down_disable.png') no-repeat;
}
a.duplicate {
  background: url('/img/icons/duplicate.png') left no-repeat;
  background-size: 100%;
  margin: 0px 5px 0px 0px;
  height: 25px;
  width: 23px;
  float: left;
}
a.duplicate:hover {
  opacity: 0.8;
}
#appletOutput {
  float: left;
  clear: both;
  width: 100%;
  height: auto;
  background: #eee url('/img/bitmap/logo_texture.jpg') repeat;
  border: 1px solid #ddd;
  margin-bottom: 10px;
}
#appletOutput div {
  float: left;
  width: 100%;
  height: auto;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  text-align: center;
  padding: 50px 20px 50px;
  background: none;
  font-size: 30px;
  font-weight: bold;
}
#appletOutput span.applet_note {
  font-size: 14px;
  text-align: center;
  display: block;
  width: 100%;
  color: #444;
  font-weight: normal;
  margin-top: 30px;
  line-height: 27px;
}
#appletOutput div.applet_wait {
  border: 5px solid #003a6b;
  color: #003a6b;
}
#appletOutput div.applet_yes {
  border: 5px solid #53a446;
  color: #53a446;
}
#appletOutput div.applet_no {
  border: 5px solid #ce2929;
  color: #ce2929;
}
.add_file {
  margin: 0px;
  display: block;
  width: 18px;
  height: 24px;
  float: left;
  margin-right: 5px;
  background: url("/img/icons/add_file") no-repeat;
  background-size: 100%;
}
.add_file:hover {
  opacity: 0.8;
}
.add_file span {
  display: none;
}
tr.unread td {
  font-weight: bold;
}
a.respond {
  background: url('/img/icons/message.png') left no-repeat;
  margin: 2px 0px 0px;
  height: 16px;
  width: 22px;
  float: left;
}
a.respond span {
  display: none;
}
.pre_registration {
  padding: 2px 0px 2px 25px;
  background: url('/img/icons/pre_registration.png') left no-repeat;
}
.request_registration {
  padding: 2px 0px 2px 25px;
  background: url('/img/icons/request_registration.png') left no-repeat;
}
.approved_registration {
  padding: 2px 0px 2px 25px;
  background: url('/img/icons/approved_registration.png') left no-repeat;
}
.approved_registration_2 {
  padding: 2px 0px 2px 25px;
  background: url('/img/icons/approved_registration_2.png') left no-repeat;
}
.no_entry {
  padding: 2px 0px 2px 25px;
  background: url('/img/icons/no_entry.png') left no-repeat;
}
.one_way {
  padding: 2px 0px 2px 25px;
  background: url('/img/icons/one_way.png') left no-repeat;
}
select.width_6 {
  width: 305px;
}
.checkbox_block,
.radio_block {
  float: left;
  margin-bottom: 10px;
}
.margin_top_1,
input.margin_top_1,
span.margin_top_1 {
  margin-top: 10px;
}
.margin_top_2,
input.margin_top_2,
span.margin_top_2 {
  margin-top: 20px;
}
.margin_left_1 {
  margin-left: 10px;
}
.margin_left_2 {
  margin-left: 20px;
}
input.user_detail_checkbox {
  margin: 6px 10px 10px 165px;
}
input.checkbox,
input.radio {
  float: left;
  clear: left;
  margin: 6px 10px 10px 0px;
}
.clear_none {
  clear: none;
}
.cent {
  float: left;
  width: 100%;
}
.cent .service_block {
  float: left;
}
.cent .service_block table {
  float: left;
  line-height: 18px;
}
.cent .service_block table th {
  font-size: 16px;
}
.cent .service_block table th.th_service {
  font-weight: bold;
  font-size: 16px;
  text-align: center;
  width: 100px;
}
.cent .service_block table th.th_service input {
  margin: 5px 0px;
}
.cent .service_block table td {
  vertical-align: middle;
}
.cent .service_block table td img {
  width: 30px;
  height: 30px;
  float: left;
  margin: 0px 38px;
}
.cent .service_block table strong {
  color: #003a6b;
  width: 100%;
  text-align: center;
  float: left;
  font-size: 14px;
}
.cent .service_block table span {
  display: none;
}
.cent input.text {
  float: left;
  clear: none;
  margin: -5px 20px 20px 0px;
  border: 1px solid #ddd;
}
.cent span.note {
  font-size: 11px;
}
.cent span.note_blue {
  font-size: 10px;
  color: #2e749e;
  float: left;
  line-height: 20px;
  margin: -130px 0px 10px;
}
.cent span.clear_left {
  margin-top: -20px;
}
.cent .width_1 {
  width: 50px;
}
.cent .width_2 {
  width: 100px;
}
.cent .width_3 {
  width: 200px;
}
.cent .width_4 {
  width: 250px;
}
.cent .width_5 {
  width: 300px;
}
.cent .width_6 {
  width: 350px;
}
.cent .width_7 {
  width: 400px;
}
.cent .width_8 {
  width: 450px;
}
.cent .width_9 {
  width: 500px;
}
.cent .width_10 {
  width: 550px;
}
.cent .width_11 {
  width: 600px;
}
.cent .width_12 {
  width: 650px;
}
.cent .width_13 {
  width: 700px;
}
.cent p {
  text-align: justify;
  float: left;
  line-height: 24px;
  margin: 0px 0px 15px;
}
.cent p.stage {
  margin: 0px 20px 20px 22px;
}
.cent label {
  float: left;
  clear: left;
  margin: 5px 15px 20px 0px;
}
.cent label.radio {
  clear: none;
  margin-right: 25px;
  margin: 5px 15px 20px 0px;
}
.cent label.checkbox {
  clear: none;
  margin-right: 25px;
  margin: 5px 15px 20px 0px;
}
.cent input[type="checkbox"] {
  margin: 9px 10px 0px 0px;
}
.cent input[type="radio"] {
  margin: 9px 10px 0px 0px;
}
.cent label.stage {
  float: left;
  clear: none;
  font-weight: bold;
  color: var(--color-1);
  margin: 2px 0px 0px 0px;
}
.cent strong.stage {
  float: left;
  clear: both;
  margin-bottom: 5px;
}
.cent .clear_line {
  float: left;
  width: 100%;
  margin: 15px 0px 10px;
}
.cent .clear_none {
  clear: none;
}
.cent a.button_right {
  float: right;
  margin: 0px 0px 0px 10px;
}
.cent .block {
  float: left;
  background: white;
  width: 96%;
  margin: 10px 2%;
}
.cent .block a.page_button {
  float: left;
  display: block;
  cursor: pointer;
  text-transform: uppercase;
  text-align: center;
  width: auto;
  font-size: 18px;
  color: var(--color-1);
  border: 3px solid var(--color-1);
  padding: 5px 4px 5px 3px;
  margin: 0px 8px 10px 0px;
  border-radius: 5px;
}
.cent .block a.page_button span,
.cent .block a.page_button strong {
  float: left;
  width: 100%;
}
.cent .block a.page_button:hover {
  background: var(--color-2);
  color: #fff;
}
.cent .block ul.testing {
  list-style: none;
  float: left;
  width: 100%;
  margin: -10px 0px 10px;
}
.cent .block ul.testing li {
  float: left;
  margin: 8px 0px 8px 20px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 100%;
  padding: 5px 0px 5px 36px;
  background: url('/img/bitmap/test.png') no-repeat;
  background-size: 24px;
  background-position: 0px 6px;
  line-height: 27px;
}
.cent .block ul.testing li .alert {
  margin-top: 10px;
}
.cent .block ul.testing li.correct {
  background: url('/img/bitmap/test_correct.png') no-repeat;
  background-size: 24px;
  background-position: 0px 6px;
}
.cent .block ul.testing li.wrong {
  background: url('/img/bitmap/test_wrong.png') no-repeat;
  background-size: 24px;
  background-position: 0px 6px;
}
.cent .block p.alert {
  display: block;
  font-size: 14px;
  line-height: 20px;
  width: auto;
  padding: 15px 20px 15px 38px;
  border-radius: 10px;
  color: var(--color-1);
  background: var(--color-bg-light) url('/img/bitmap/alert.png') left no-repeat;
}
.cent .block div.alert {
  display: block;
  font-size: 11px;
  line-height: 18px;
  width: 648px;
  float: left;
  padding: 10px 15px 10px 50px;
  margin-bottom: 15px;
  color: var(--color-1);
  background: var(--color-bg-light) url('/img/bitmap/alert.png') left no-repeat;
}
.cent .block div.alert li {
  list-style-position: outside;
  float: left;
  margin: 5px 0px 0px 15px;
  width: 640px;
}
.cent .block .new_calendar {
  float: left;
  position: relative;
}
.cent .block .new_calendar .ui-datepicker-trigger {
  float: left;
  width: 24px;
  margin: 5px 0px -30px;
}
.cent .block .new_calendar p {
  float: left;
  display: block;
  clear: none;
  height: 16px;
  line-height: 16px;
  font-size: 15px;
  letter-spacing: -0.05em;
  width: 165px;
  margin: 8px 0px 0px 30px;
}
.cent .block .new_calendar label {
  float: left;
  clear: none;
  margin: 5px 5px 0px 0px;
}
.cent .block .new_calendar select {
  margin-right: 5px;
}
.cent .block .new_calendar span {
  float: left;
}
.cent .block .new_calendar img {
  float: left;
}
.cent .block .new_calendar span.reset {
  float: left;
  display: block;
  position: absolute;
  top: -6px;
  left: 160px;
  width: 14px;
  height: 14px;
  background: url('/img/bitmap/delete_attachment.png') no-repeat;
  cursor: pointer;
}
.cent .block .new_calendar span.reset:hover {
  background: url('/img/bitmap/delete_attachment_on.png') no-repeat;
}
.cent .block span.unit {
  float: left;
  font-size: 12px;
  margin: 10px 0px 0px 0px;
}
.cent .block table {
  width: 100%;
}
.cent .block table .table_info_bubble {
  display: none;
  position: absolute;
  background: #fff;
  padding: 10px 10px 0px;
  border: 1px solid #ddd;
  -webkit-box-shadow: 5px 7px 0px 0px rgba(0, 0, 0, 0.25);
  box-shadow: 5px 7px 0px 0px rgba(0, 0, 0, 0.25);
  border-radius: 10px;
  margin-left: 150px;
  z-index: 1;
}
.cent .block table .table_info_bubble table {
  border: none;
  background: none;
}
.cent .block table .table_info_bubble table td,
.cent .block table .table_info_bubble table .snd td {
  border: none;
  background: none;
  padding: 5px 5px;
  color: var(--color-text);
}
.cent .block table .table_info_bubble table th,
.cent .block table .table_info_bubble table .snd th {
  border: none;
  background: none;
  font-size: 13px;
  font-weight: bold;
  padding: 5px 5px;
  color: var(--color-text);
}
.cent .block table tr:hover .table_info_bubble {
  display: block;
}
.cent .block table .submitter {
  font-size: 11px;
  float: left;
  font-style: oblique;
  margin-top: 3px;
  line-height: 18px;
}
.cent .block table .submitter a {
  float: left;
  font-size: 14px;
  clear: both;
}
.cent .block h2 {
  float: left;
  width: 100%;
  margin: 10px 0px 20px 0px;
  color: var(--color-1);
}
.cent .block h3,
.cent .block h4 {
  float: left;
  width: 100%;
  margin: 10px 0px 20px 0px;
  color: var(--color-1);
}
.cent .block .inside {
  float: left;
  width: 100%;
}
.cent .block .inside h4.roll_block_show {
  position: relative;
  float: left;
  width: 100%;
  background: var(--color-1);
  background-size: 12px;
  background-position: -10px 10px;
  font-family: trade-gothic-next-compressed, sans-serif;
  font-size: 24px;
  color: #fff;
  margin: 20px 0px 0px;
  padding: 7px 15px 8px 15px;
  border-radius: 10px 10px 0px 0px;
  border-left: 50px solid var(--color-2);
  cursor: pointer;
  z-index: 0;
}
.cent .block .inside h4.roll_block_show:before {
  content: "";
  float: left;
  width: 15px;
  height: 15px;
  background: url("/img/bitmap/roll_block_show.png") left no-repeat;
  position: absolute;
  left: -31px;
  top: 15px;
}
.cent .block .inside h4.roll_block_hide {
  position: relative;
  float: left;
  width: 100%;
  background: var(--color-1);
  background-size: 12px;
  background-position: -10px 10px;
  font-family: trade-gothic-next-compressed, sans-serif;
  font-size: 24px;
  color: #fff;
  margin: 20px 0px 0px;
  padding: 7px 15px 8px 15px;
  border-radius: 10px 10px 10px 10px;
  border-left: 50px solid var(--color-2);
  cursor: pointer;
  z-index: 0;
}
.cent .block .inside h4.roll_block_hide:before {
  content: "";
  float: left;
  width: 15px;
  height: 15px;
  background: url("/img/bitmap/roll_block_hide.png") left no-repeat;
  position: absolute;
  left: -31px;
  top: 15px;
}
.cent .block .inside .info_block {
  float: left;
  background: var(--color-bg-light);
  width: 100%;
  margin: 0px 0px 10px 0px;
  padding: 20px 15px 10px;
  border-radius: 0px 0px 10px 10px;
}
.cent .block .inside .info_block h5 {
  float: left;
  color: var(--color-1);
  font-size: 16px;
  width: 100%;
  margin: 15px 0px 2px;
}
.cent .block .inside .info_block span {
  float: left;
  margin: 15px 0px 0px 5px;
}
.cent .block .inside .info_block span.note_blue {
  float: left;
  margin-top: 0px;
}
.cent .block .inside .info_block p {
  float: left;
  clear: both;
}
.cent .block .inside .info_block p i {
  float: left;
  font-size: 12px;
  clear: both;
  margin: 0px;
}
.cent .block .inside .info_block .info_block_half {
  width: 49%;
  float: left;
  padding: 0px;
  margin-right: 1%;
}
.cent .block .inside .info_block .info_block_half .button {
  clear: left;
}
.cent .block .inside .info_block .info_block_half table {
  border: none;
}
.cent .block .inside .info_block .info_block_half table th {
  background: none;
  background: var(--color-text);
  border: none;
  font-weight: normal;
  padding: 8px 0px 2px;
  font-size: 14px;
}
.cent .block .inside .info_block .info_block_half table td {
  background: none;
  border: none;
  padding: 5px 0px;
  font-weight: bold;
  font-size: 16px;
  font-weight: 600;
}
@media only screen and (max-width: 800px), (orientation: portrait) {
  .cent .block .inside .info_block .info_block_half {
    width: 100%;
  }
}
.cent .block .inside .info_block .button {
  -webkit-box-shadow: none;
          box-shadow: none;
  border: 2px solid var(--color-2);
  margin: 12px 12px 12px -3px;
}
.cent .block .inside .info_block .note {
  font-style: italic;
  font-weight: normal;
  float: left;
  clear: left;
  font-size: 13px;
}
.cent .block .inside .info_block strong.phase {
  font-size: 24px;
  float: left;
  clear: both;
  margin: 5px 0px;
}
.cent .block .inside .info_block a.section {
  float: left;
  clear: both;
  color: var(--color-1);
  text-decoration: underline;
  margin: 5px 0px;
  font-size: 18px;
}
.cent .block .inside .info_block table {
  float: left;
  border: none;
  margin-top: 10px;
}
.cent .block .inside .info_block table th {
  background: var(--color-1);
  border: none;
  font-weight: normal;
  padding: 5px 10px 5px;
  font-size: 14px;
}
.cent .block .inside .info_block table td {
  background: var(--color-table);
  border: none;
  padding: 7px 10px;
  font-weight: normal;
  font-size: 16px;
}
.cent .block .inside .info_block table tr.snd td {
  background: var(--color-table-line);
}
.cent .block .inside .info_block table.td_strong {
  border: none;
}
.cent .block .inside .info_block table.td_strong th {
  background: none;
  color: #4a545e;
  border: none;
  font-weight: normal;
  padding: 8px 0px 2px;
  font-size: 14px;
}
.cent .block .inside .info_block table.td_strong td {
  background: none;
  border: none;
  padding: 5px 0px;
  font-weight: bold;
  font-size: 16px;
  font-weight: 600;
}
.cent .block .inside .info_block .info_block h5.margin_width_1,
.cent .block .inside .info_block input.margin_width_1,
.cent .block .inside .info_block .margin_width_1 {
  margin-left: 65px;
  clear: left;
}
.cent .block .inside .info_block .info_block h5.margin_width_2,
.cent .block .inside .info_block input.margin_width_2,
.cent .block .inside .info_block .margin_width_2 {
  margin-left: 115px;
}
.cent .block .inside .info_block .info_block h5.margin_width_3,
.cent .block .inside .info_block input.margin_width_3,
.cent .block .inside .info_block .margin_width_3 {
  margin-left: 215px;
}
.cent .block .inside .info_block .info_block h5.margin_width_4,
.cent .block .inside .info_block input.margin_width_4,
.cent .block .inside .info_block .margin_width_4 {
  margin-left: 265px;
}
.cent .block .inside .info_block .info_block h5.margin_width_5,
.cent .block .inside .info_block input.margin_width_5,
.cent .block .inside .info_block .margin_width_5 {
  margin-left: 315px;
}
.cent .block .inside .info_block .info_block h5.margin_width_6,
.cent .block .inside .info_block input.margin_width_6,
.cent .block .inside .info_block .margin_width_6 {
  margin-left: 365px;
}
.cent .block .inside .info_block .info_block h5.margin_width_7,
.cent .block .inside .info_block input.margin_width_7,
.cent .block .inside .info_block .margin_width_7 {
  margin-left: 415px;
}
.cent .block .inside .info_block .info_block h5.margin_width_8,
.cent .block .inside .info_block input.margin_width_8,
.cent .block .inside .info_block .margin_width_8 {
  margin-left: 465px;
}
.cent .whisperer {
  float: left;
  position: relative;
  margin: 5px 5px 10px 0px;
}
.cent .whisperer label {
  float: left;
  width: 150px;
  margin: 5px 0px;
}
.cent .whisperer input {
  float: left;
  width: 400px;
  height: 34px;
  margin: 0px 0px;
}
.cent .whisperer a {
  display: block;
  background: url('/img/bitmap/delete_attachment.png') no-repeat;
  background-size: 100%;
  width: 14px;
  height: 14px;
  position: absolute;
  top: 12px;
  right: 10px;
}
.cent .whisperer a:hover {
  background: url('/img/bitmap/delete_attachment_on.png') no-repeat;
  background-size: 100%;
  width: 14px;
  height: 14px;
  position: absolute;
  top: 12px;
  right: 10px;
}
.cent .whisperer ul {
  position: absolute;
  margin: 34px 0px 0px 120px;
  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: 5;
}
.cent .whisperer ul li {
  float: left;
  clear: left;
  padding: 8px 10px;
  background: #f1faff;
  width: 450px;
  border: 1px solid #ccc;
  margin: -1px 0px 0px 30px;
  cursor: pointer;
}
.cent .whisperer ul li:hover {
  background: #e5eff5;
}
.cent .whisperer ul li.hovered {
  background: #e5eff5;
}
.cent .post_menu {
  float: left;
  list-style-type: none;
  margin: 6px 0px 15px;
}
.cent .post_menu li {
  float: left;
  margin: 0px 10px 0px 0px;
}
.cent .post_menu a {
  float: left;
  padding: 10px 30px;
  background: var(--color-1);
  border-radius: 5px;
  color: var(--color-text-button);
  text-transform: uppercase;
  font-weight: bold;
}
.cent .post_menu a:hover {
  background: var(--color-2);
  color: var(--color-text-button-2);
}
a.move_back {
  background: url('../img/icons/move_back.png') left no-repeat;
  width: 15px;
  height: 20px;
  margin: -3px 3px;
  float: left;
}

.hidden {
 	display: none;
}  

.ok {
  white-space: pre-line;
  font-family: monospace;
}

ul.text_ul {
    float: left;
    list-style-position: outside;
    margin: 0px 0px 15px 18px;
    width: 100%;
}
ul.text_ul li {
    float: left;
    margin: 0px 0px 5px;
    width: 700px;
}
ul.text_ul_2 {
    float: left;
    list-style-position: outside;
    margin: 0px 0px 15px 18px;
    width: 690px;
}
ul.text_ul_2 li {
    float: left;
    margin: 0px 0px 10px;
    width: 100%;
	text-align: justify;
	line-height: 20px;
}
ul.text_ul_3 {
    float: left;
    list-style-position: outside;
    margin: 0px 0px 15px 18px;
    width: 100%;
}
ul.text_ul_3 li {
    float: left;
    margin: 0px 0px 10px;
    width: 100%;
	text-align: justify;
	line-height: 20px;
}
.zip {
  float: left;
  background: url("/img/icons/zip.png") no-repeat;
  background-size: 18px;
  background-position: 0px 0px;
  padding: 3px 0px 3px 28px;
}
