@font-face {
  font-family: 'Roboto';
  font-style: italic;
  font-weight: 400;
  src: url(https://fonts.gstatic.com/s/roboto/v27/KFOkCnqEu92Fr1Mu51xMIzc.ttf) format('truetype');
}
@font-face {
  font-family: 'Roboto';
  font-style: italic;
  font-weight: 700;
  src: url(https://fonts.gstatic.com/s/roboto/v27/KFOjCnqEu92Fr1Mu51TzBic-CsE.ttf) format('truetype');
}
@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 400;
  src: url(https://fonts.gstatic.com/s/roboto/v27/KFOmCnqEu92Fr1Mu5mxP.ttf) format('truetype');
}
@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 700;
  src: url(https://fonts.gstatic.com/s/roboto/v27/KFOlCnqEu92Fr1MmWUlfABc9.ttf) format('truetype');
}
@font-face {
  font-family: 'Open Sans';
  font-style: italic;
  font-weight: 400;
  src: url(https://fonts.gstatic.com/s/opensans/v18/mem6YaGs126MiZpBA-UFUK0ddcg.ttf) format('truetype');
}
@font-face {
  font-family: 'Open Sans';
  font-style: italic;
  font-weight: 700;
  src: url(https://fonts.gstatic.com/s/opensans/v18/memnYaGs126MiZpBA-UFUKWiUNhvIqY.ttf) format('truetype');
}
@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 400;
  src: url(https://fonts.gstatic.com/s/opensans/v18/mem8YaGs126MiZpBA-UFUZ0e.ttf) format('truetype');
}
@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 700;
  src: url(https://fonts.gstatic.com/s/opensans/v18/mem5YaGs126MiZpBA-UN7rgOVuhs.ttf) format('truetype');
}
.fontSite {
  font-family: 'Arial', sans-serif;
}
* {
  margin: 0;
  padding: 0;
}
html {
  height: 100%;
  overflow-y: scroll;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section,
summary {
  display: block;
}
body {
  font-family: 'Arial';
  width: 100%;
  height: 100%;
  background: #ffffff;
}
.wrapper {
  position: relative;
  width: 100%;
  margin: 0 auto;
  min-height: 100%;
  height: auto !important;
  height: 100%;
}
.wrapper .mainMenu {
  position: relative;
  font-family: 'Arial', sans-serif;
  /* height: 50px;*/
  padding: 2px 5px;
  width: 990px;
  margin: 0 auto 10px auto;
  background: #63a3d5;
  border: 1px solid #cadae4;
  border-radius: 5px;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  /*table {position: absolute; top:0px; left:0px; width: 100%; height: 50px; color:#ffffff; font-size: 11px;
			a {color:#ffffff; font-size: 11px; text-decoration: none;}
			td {border-left: 1px solid #c2c2c2; text-align: center; padding: 0 2px; vertical-align: top;
				&:first-child {border: none;}
				&:hover {text-decoration: underline;}
				//&:last-child {-webkit-border-radius: 0 5px 5px 0; border-radius: 0 5px 5px 0;}
			}
		}*/
  /*.green {background: #3ab050;}
		.blue {background: #168de2;}*/
}
.wrapper .mainMenu div {
  position: relative;
  border-left: 1px solid #c2c2c2;
  border-right: 1px solid #c2c2c2;
}
.wrapper .mainMenu div a {
  padding: 2px 4px;
  color: #ffffff;
  font-size: 12px;
  text-decoration: none;
}
.wrapper .mainMenu .active {
  background: #f7f7f7;
  color: #404040;
  border-radius: 3px;
}
.wrapper .mainMenu .active a {
  color: #404040;
}
.wrapper .mainMenu .btn {
  position: absolute;
  top: 4px;
  right: 6px;
  width: 59px;
  height: 17px;
}
.wrapper .mainMenu .btn .message {
  position: absolute;
  top: 3px;
  left: 0px;
  width: 14px;
  height: 14px;
  background: url(/i/menu_message.png) 0 0 no-repeat;
  color: #bd0a0c;
  font-size: 8px;
  text-align: center;
}
.wrapper .mainMenu .btn .dwn {
  position: absolute;
  top: 0px;
  left: 23px;
  width: 13px;
  height: 14px;
  background: url(/i/menu_dwn.png) 0 0 no-repeat;
}
.wrapper .mainMenu .btn .settings {
  position: absolute;
  top: 0px;
  left: 45px;
  width: 14px;
  height: 14px;
  background: url(/i/menu_settings.png) 0 0 no-repeat;
}
.wrapper .mainMenu .botBtn {
  background: #19ae76;
}
.wrapper .mainMenu .botBtn a {
  padding: 0 30px;
  color: #ffffff;
}
.wrapper .mainMenu .redBtn {
  background: #bf4c4a;
  color: #ffffff;
}
.wrapperHottelEdit {
  position: relative;
  width: 100%;
  margin: 0 auto;
  min-height: 100%;
  height: auto !important;
  height: 100%;
}
.wrapperHottelEdit .mainMenu {
  position: relative;
  background: #56bdc4;
  width: 990px;
  margin: 0 auto 10px auto;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  padding: 5px 5px;
}
.wrapperHottelEdit .mainMenu div {
  margin: 0 5px;
}
.wrapperHottelEdit .mainMenu a {
  color: #ffffff;
  font-size: 12px;
}
img {
  display: block;
}
.dialog_bgmodal {
  position: fixed;
  width: 100%;
  height: 100%;
  background: #000000;
  opacity: 0.6;
  z-index: 1000;
  display: none;
}
.openDialog {
  cursor: pointer;
}
.formDialog {
  position: relative;
  float: left;
  width: 350px;
}
.formDialog input[type=text] {
  position: relative;
  float: left;
  padding: 5px 0 5px 10px;
  width: 340px;
  border: 1px solid #cacaca;
  background: #ffffff;
  margin: 0 0 10px 0;
  border-radius: 5px;
}
.formDialog input[type=password] {
  position: relative;
  float: left;
  padding: 5px 0 5px 10px;
  width: 340px;
  border: 1px solid #cacaca;
  background: #ffffff;
  margin: 0 0 5px 0;
  border-radius: 5px;
}
.formDialog input[type=submit] {
  position: relative;
  float: right;
  width: 350px;
  text-align: center;
  color: #ffffff;
  font-size: 15px;
  padding: 3px 0;
  border: none;
  border-radius: 20px;
  background: #5ba2c1;
  cursor: pointer;
}
.formDialog input[type=submit]:focus {
  outline: none;
}
.formDialog .errorInput {
  border: 1px solid red !important;
}
#addClients_content {
  width: 350px;
  padding: 25px 40px;
  display: none;
  background: #ffffff;
}
#addClients_content .dialog_close {
  position: absolute;
  top: 5px;
  right: 5px;
  width: 15px;
  height: 13px;
  background: url(/i/dialog_close.png) 0 0 no-repeat;
  cursor: pointer;
}
#addClients_content .zg {
  position: relative;
  float: left;
  width: 350px;
  color: #254e69;
  font-size: 24px;
  font-weight: 500;
  text-align: center;
  margin: 0 0 20px 0;
}
#addTourOperators_content {
  width: 350px;
  padding: 25px 40px;
  display: none;
  background: #ffffff;
}
#addTourOperators_content .dialog_close {
  position: absolute;
  top: 5px;
  right: 5px;
  width: 15px;
  height: 13px;
  background: url(/i/dialog_close.png) 0 0 no-repeat;
  cursor: pointer;
}
#addTourOperators_content .zg {
  position: relative;
  float: left;
  width: 350px;
  color: #254e69;
  font-size: 24px;
  font-weight: 500;
  text-align: center;
  margin: 0 0 20px 0;
}
#addHotel_content {
  width: 350px;
  padding: 25px 40px;
  display: none;
  background: #ffffff;
}
#addHotel_content .dialog_close {
  position: absolute;
  top: 5px;
  right: 5px;
  width: 15px;
  height: 13px;
  background: url(/i/dialog_close.png) 0 0 no-repeat;
  cursor: pointer;
}
#addHotel_content .zg {
  position: relative;
  float: left;
  width: 350px;
  color: #254e69;
  font-size: 24px;
  font-weight: 500;
  text-align: center;
  margin: 0 0 20px 0;
}
.img-circle {
  border-radius: 30px;
}
.topFotos {
  position: relative;
  width: 1000px;
  margin: 0 auto;
  height: 96px;
  font-family: 'Arial', sans-serif;
}
.topFotos .logoBox {
  position: absolute;
  top: 24px;
  left: 0px;
  width: 95px;
  height: 95px;
}
.topFotos .logoBox img {
  width: 100px;
}
.topFotos .select-group-header {
  position: absolute;
  left: 110px;
  top: 13px;
}
.topFotos .select-group-header .group {
  width: 100%;
  color: #e0e0e0;
  font-size: 10px;
  margin: 0 0 2px 0;
}
.topFotos .select-group-header .group a {
  color: #e0e0e0;
  text-decoration: none;
}
.topFotos .select-group-header .active {
  color: #32c7bb;
  font-size: 12px;
}
.topFotos .select-group-header .active a {
  color: #32c7bb;
  text-decoration: none;
}
.topFotos .avatarBox {
  position: absolute;
  top: 0px;
  right: 0px;
  width: 100px;
  height: 90px;
  border-radius: 5px;
}
.topFotos .avatarBox .avatar {
  position: absolute;
  top: 5px;
  left: 5px;
  width: 52px;
  height: 52px;
}
.topFotos .avatarBox .avatar img {
  border-radius: 58px;
}
.topFotos .avatarBox .name {
  position: absolute;
  top: 55px;
  left: 5px;
  right: 5px;
  width: 50px;
  padding: 2px 4px;
  color: #ffffff;
  font-size: 10px;
  overflow: hidden;
  white-space: nowrap;
  word-wrap: normal;
  /* для IE */
  text-overflow: clip;
  background: #828282;
  border-radius: 8px;
}
.topFotos .avatarBox .exit {
  position: absolute;
  top: 30px;
  right: 0px;
  color: #ffffff;
  font-size: 11px;
  text-decoration: underline;
}
.topFotos .avatarBox .data {
  position: absolute;
  top: 76px;
  left: 5px;
  width: 127px;
  color: #ffffff;
  font-size: 11px;
  line-height: 1;
}
.topFotos .avatarBox .auth {
  position: absolute;
  top: 0;
  right: 0px;
  bottom: 0px;
  left: 0;
  display: flex;
  align-items: center;
  justify-content: center;
}
.topFotos .avatarBox .auth a {
  text-decoration: none;
  font-size: 16px;
  color: #545454;
}
.topFotos .photosBox {
  position: absolute;
  top: 0px;
  left: 180px;
  right: 105px;
  height: 70px;
  /*a:nth-child(even) {
			.image {top: 27px;}
		}
		a:nth-child(odd) {
			.image {top: 5px;}
		}*/
}
.topFotos .photosBox .selectGroup {
  position: absolute;
  top: 70px;
  left: 0px;
  width: 60px;
  text-align: center;
  color: #ffffff;
  font-size: 11px;
  padding: 2px 0;
  background: #bf4c4a;
  border-radius: 5px;
  cursor: pointer;
}
.topFotos .photosBox .selectGroup .groupBox {
  display: none;
  position: absolute;
  top: 16px;
  left: 0px;
  background: #ffffff;
  border-radius: 5px;
  z-index: 500;
  padding: 5px;
  cursor: default;
}
.topFotos .photosBox .selectGroup .groupBox .group {
  position: relative;
  float: left;
  color: #303a4c;
  font-size: 12px;
  cursor: pointer;
  margin: 0 0 3px 0;
}
.topFotos .photosBox .selectGroup .groupBox .active {
  text-decoration: underline;
}
.topFotos .photosBox .selectGroup:hover .groupBox {
  display: block;
}
.topFotos .photosBox .showMore {
  position: absolute;
  top: 31px;
  right: 0px;
  width: 16px;
  height: 16px;
  background: url("/i/next.png") 0 0 no-repeat;
  cursor: pointer;
  display: none;
}
.topFotos .photosBox .image {
  position: absolute;
  top: 5px;
  width: 58px;
  height: 62px;
}
.topFotos .photosBox .image .im {
  position: absolute;
  width: 50px;
  height: 50px;
  top: 1px;
  left: 4px;
  border: 1px solid #ffffff;
  box-sizing: border-box;
}
.topFotos .photosBox .image .name {
  position: absolute;
  top: 48px;
  left: 0px;
  width: 50px;
  overflow: hidden;
  white-space: nowrap;
  word-wrap: normal;
  /* для IE */
  text-overflow: clip;
  color: #ffffff;
  font-size: 10px;
  background: #41d7e9;
  padding: 2px 4px;
  border-radius: 2px;
}
.topFotos .photosBox .image .info {
  position: absolute;
  top: 62px;
  left: -44px;
  box-sizing: border-box;
  width: 150px;
  padding: 10px 10px 5px 10px;
  border-radius: 5px;
  border: 1px solid #b3b8bf;
  background: url(/i/globalbg.png) 0 0 repeat;
  line-height: 1;
  z-index: 500;
  display: none;
}
.topFotos .photosBox .image .info:before {
  content: ' ';
  display: block;
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  background: #2665c2;
  opacity: 0.8;
  border-radius: 5px;
}
.topFotos .photosBox .image .info .bigImage {
  position: relative;
  float: left;
  width: 128px;
  height: 130px;
  margin: 0 0 5px 0;
}
.topFotos .photosBox .image .info .bigImage img {
  position: absolute;
  width: 100%;
  border: 1px solid #b3b8bf;
  border-radius: 5px;
}
.topFotos .photosBox .image .info .bigImage .znBig {
  position: relative;
  float: left;
  margin: 3px 60px 0 3px;
  width: 16px;
  height: 16px;
  border-radius: 16px;
  border: 1px solid #ffffff;
  background: #ffffff;
}
.topFotos .photosBox .image .info .pl {
  position: relative;
  float: left;
  width: 100%;
  margin: 0 0 5px 0;
  font-size: 11px;
  color: #ffffff;
}
.topFotos .photosBox .image .info .user {
  position: relative;
  float: left;
  width: 100%;
  margin: 0 0 5px 0;
  font-size: 13px;
  color: #ffffff;
  word-break: break-all;
}
.topFotos .photosBox .image .info .company {
  position: relative;
  float: left;
  width: 100%;
  margin: 0 0 5px 0;
  font-size: 11px;
  font-weight: bold;
  color: #ffffff;
  word-break: break-all;
}
.topFotos .photosBox .image .info .contacts {
  position: relative;
  float: left;
  width: 100%;
  margin: 0 0 5px 0;
  font-size: 11px;
  color: #ffffff;
  word-break: break-all;
}
.topFotos .photosBox .image .zn {
  position: relative;
  float: left;
  margin: 3px 40px 0 3px;
  width: 12px;
  height: 12px;
  border-radius: 16px;
  border: 1px solid #ffffff;
  background: #ffffff;
}
.topFotos .photosBox .image:hover .info {
  display: block;
}
.topFotos .hotel-top-box {
  display: flex;
  margin: 0 -5px 0 -5px;
  flex-wrap: wrap;
  position: absolute;
  left: 105px;
  width: 810px;
}
.topFotos .hotel-top-box .title {
  width: 100%;
  font-size: 17px;
}
.topFotos .hotel-top-box .image {
  display: block;
  margin: 0 5px 5px 5px;
  text-decoration: none;
  width: 40px;
  padding: 2px;
  background: linear-gradient(90deg, #41d7e9 -1.18%, #54cc97 100%);
  border-radius: 5px;
  position: relative;
}
.topFotos .hotel-top-box .image img {
  width: 100%;
}
.topFotos .hotel-top-box .image .name {
  font-size: 11px;
  color: #ffffff;
  white-space: nowrap;
  overflow: hidden;
}
.topFotos .hotel-top-box .image .info {
  display: none;
  position: absolute;
  z-index: 100;
  left: -90px;
  top: 100%;
  width: 220px;
  padding: 5px;
  background: #ffffff;
  border: 1px solid #32c7bb;
  border-radius: 5px;
}
.topFotos .hotel-top-box .image .info .big-image {
  margin: 0 0 2px 0;
}
.topFotos .hotel-top-box .image .info .pl {
  margin: 0 0 2px 0;
  font-size: 11px;
  color: #001a35;
}
.topFotos .hotel-top-box .image .info .user {
  margin: 0 0 2px 0;
  font-size: 13px;
  color: #001a35;
  word-break: break-all;
}
.topFotos .hotel-top-box .image .info .company {
  margin: 0 0 2px 0;
  font-size: 11px;
  color: #001a35;
  word-break: break-all;
}
.topFotos .hotel-top-box .image .info .contacts {
  margin: 0 0 2px 0;
  font-size: 11px;
  color: #001a35;
  word-break: break-all;
}
.topFotos .hotel-top-box .image:hover .info {
  display: block;
}
/* Header
-----------------------------------------------------------------------------*/
.header {
  position: relative;
  font-family: 'Arial', sans-serif;
  /*height: 92px;*/
  width: 1000px;
  margin: 0 auto 10px auto;
  background: #63a3d5;
  border: 1px solid #cadae4;
  border-radius: 5px;
}
.header .contentBox {
  position: relative;
  float: left;
  width: 1000px;
  margin: 0 auto;
  /*height: 165px;*/
  padding: 0;
}
.header .topText {
  pposition: relative;
  float: left;
  width: 100%;
  text-align: center;
  padding: 2px 0;
  color: #ffffff;
  font-size: 15px;
  font-weight: bold;
  font-family: 'Arial', sans-serif;
}
.header .menuTable {
  top: 127px;
}
.header .log {
  position: relative;
  float: left;
  padding: 0;
  margin: 0 10px;
  width: 1000px;
  border-radius: 5px;
  color: #65a5d7;
  font-size: 12px;
  height: 1000px;
  background: #ffffff;
  border-radius: 6px;
  overflow: hidden;
}
.header .log .ui-resizable-se {
  right: 19px;
}
.header .log .boxTable {
  position: absolute;
  left: 5px;
  top: 0;
  bottom: 0;
  right: 5px;
  overflow: hidden;
  overflow-y: scroll;
  border-radius: 7px;
  padding: 10px;
}
.header .log table {
  padding: 0;
  margin: 0;
  color: #5b5b5b;
  font-size: 12px;
  width: 960px;
  background: none;
}
.header .log table tr {
  padding: 0;
  margin: 0;
  position: relative;
}
.header .log table td {
  padding: 1px 2px 1px 3px;
  margin: 0;
  position: relative;
}
.header .log table .bidStatusText {
  text-transform: uppercase;
  font-weight: bold;
}
.header .log table .bidStatus1 {
  background: #eceef0;
}
.header .log table .bidStatus2 {
  background: #e1f7f8;
}
.header .log table .bidStatus3 {
  background: #c6f7d8;
}
.header .log table .bidStatus4 {
  background: #fee7e7;
}
.header .log table .bidStatus5 {
  background: #fff3db;
}
.header .log table .bidStatus6 {
  background: #fff3db;
}
.header .log table .bidStatus7 {
  background: #cce8ff;
}
.header .log table .bidStatusContacted {
  background: #19ae76;
}
.header .log table .zn {
  display: inline;
  position: relative;
  top: 2px;
  width: 13px;
  height: 13px;
}
.header .log a {
  color: #65a5d7;
  font-size: 12px;
  text-decoration: underline;
}
.header .log.open {
  height: 500px;
}
h1 {
  color: #63a3d5;
  font-size: 20px;
  padding: 0px 0 10px 0;
}
h2 {
  color: #ffffff;
  font-size: 16px;
  padding: 10px 0 5px 0;
}
h3 {
  color: #ffffff;
  font-size: 14px;
  padding: 5px 0 0px 0;
}
.contentBody h2 {
  color: #63a3d5;
}
.contentBody h3 {
  color: #63a3d5;
}
.inlineH1 {
  position: relative;
  float: left;
  color: #54cc97;
  font-size: 20px;
  padding: 2px 7px 2px 7px;
  margin: 0 5px 5px 0;
  font-weight: bold;
}
.btnType1 {
  color: #454545;
  font-size: 10px;
  text-align: center;
  width: 62px;
  border: 1px solid #cacaca;
  padding: 3px 0;
  cursor: pointer;
  background: #ffffff;
  /* Old browsers */
  background: -moz-linear-gradient(top, #ffffff 0%, #e7e2e2 100%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(top, #ffffff 0%, #e7e2e2 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom, #ffffff 0%, #e7e2e2 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#e7e2e2', GradientType=0);
  /* IE6-9 */
}
.btnType1s {
  color: #454545;
  font-size: 9px;
  text-align: center;
  width: 100px;
  border: 1px solid #cacaca;
  padding: 3px 0;
  cursor: pointer;
  background: #ffffff;
  /* Old browsers */
  background: -moz-linear-gradient(top, #ffffff 0%, #e7e2e2 100%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(top, #ffffff 0%, #e7e2e2 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom, #ffffff 0%, #e7e2e2 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#e7e2e2', GradientType=0);
  /* IE6-9 */
}
.btnType2 {
  display: block;
  float: left;
  color: #ffffff;
  font-size: 12px;
  /* font-weight: bold;*/
  text-align: center;
  border: none;
  padding: 5px 10px;
  cursor: pointer;
  text-decoration: none;
  margin: 0 7px 7px 0;
  background: #00afe9;
}
.btnType2Select {
  color: #000000;
}
.btnType4 {
  position: relative;
  float: left;
  color: #3ab050;
  font-size: 12px;
  border: 1px solid #3ab050;
  padding: 3px 6px;
  cursor: pointer;
  text-decoration: none;
  margin: 0 7px 7px 0;
  background: #ffffff;
  /* Old browsers */
  background: -moz-linear-gradient(top, #ffffff 0%, #e7e2e2 100%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(top, #ffffff 0%, #e7e2e2 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom, #ffffff 0%, #e7e2e2 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#e7e2e2', GradientType=0);
  /* IE6-9 */
}
.btnBlueBg {
  background: #0089cb;
}
.topVK {
  position: relative;
  float: left;
  width: 200px;
  height: 23px;
  margin: 0 7px 7px 0;
  display: none;
}
.pageH1 {
  position: relative;
  width: 100%;
  font-size: 17px;
  margin: 0 0 10px 0;
  color: #337ab7;
}
.leftText {
  position: relative;
  float: left;
  width: 498px;
  margin: 0 0 10px 0;
  font-size: 12px;
}
.hotelInfo {
  position: relative;
  float: left;
  width: 476px;
  padding: 5px 10px;
  margin: 0 10px 10px 0;
  font-size: 12px;
  border: 1px solid #337ab7;
  border-radius: 10px;
  background: #ffffff;
}
.hotelInfo .name {
  position: relative;
  float: left;
  width: 476px;
  font-size: 20px;
  margin: 0 0 5px 0;
  color: #337ab7;
}
.hotelInfo a {
  color: #337ab7;
}
.hotelExpert {
  position: relative;
  float: left;
  width: 480px;
  padding: 5px;
  font-size: 12px;
  margin: 0 0 10px 0;
  border: 1px solid #337ab7;
  border-radius: 10px;
  background: #ffffff;
}
.hotelExpert a {
  color: #337ab7;
}
.hotelExpert .image {
  position: relative;
  float: left;
  width: 60px;
}
.hotelExpert .image img:first-child {
  border-radius: 50px;
  margin: 0 0 10px 0;
}
.hotelExpert .name {
  position: relative;
  float: left;
  width: 420px;
  font-size: 20px;
  margin: 0 0 5px 0;
  color: #337ab7;
}
.hotelExpert .info {
  position: relative;
  float: left;
  width: 420px;
}
.hotelExpert .photo {
  position: relative;
  float: left;
  width: 420px;
}
.hotelExpert .btns {
  position: relative;
  float: left;
  width: 420px;
  margin: 5px 0 0 60px;
}
.hotelExpert .btns .btnType2 {
  margin-bottom: 0;
  width: 183px;
  text-align: center;
}
/* Middle
-----------------------------------------------------------------------------*/
.content {
  position: relative;
  padding: 0 0 90px;
  width: 1000px;
  margin: 0 auto;
}
.touroperators_avatar img {
  border-radius: 58px;
}
.findMessages {
  position: relative;
  float: left;
  width: 998px;
  background: #80b5da;
  border: 1px solid #bed2e3;
  border-radius: 5px;
  /*padding: 0 0 66px 0;*/
  margin: 0 0 15px 0;
}
.findMessages .find {
  position: relative;
  float: left;
  width: 998px;
  margin: 0;
}
.findMessages .find .text {
  position: relative;
  float: left;
  width: 100%;
  padding: 0 5px;
  color: #ffffff;
  font-size: 11px;
  margin: 2px 0 2px 0;
}
.findMessages .find .inputs {
  position: relative;
  float: left;
  width: 100%;
  padding: 0 5px;
}
.findMessages .find .inputs .input {
  position: relative;
  float: left;
  width: 158px;
  height: 25px;
  padding: 0 0 0 3px;
  background: #ffffff;
  border: 1px solid #e7e7e7;
  border-radius: 5px;
  color: #454545;
  font-size: 12px;
  margin: 0 7px 7px 0;
  box-sizing: border-box;
}
.findMessages .find .inputs select {
  position: relative;
  float: left;
  width: 158px;
  height: 25px;
  padding: 0 0 0 3px;
  background: #ffffff;
  border: 1px solid #e7e7e7;
  border-radius: 5px;
  color: #454545;
  font-size: 12px;
  margin: 0 7px 7px 0;
  box-sizing: border-box;
}
.findMessages .find .inputs .chosenBox {
  position: relative;
  float: left;
  width: 158px;
  margin: 0 7px 7px 0;
}
.findMessages .find .inputs .box {
  position: relative;
  float: left;
  width: 158px;
  min-height: 30px;
  margin: 0 7px 7px 0;
  color: #ffffff;
}
.findMessages .find .inputs .box .checkbox {
  width: auto;
  height: auto;
}
.findMessages .find .inputs .box select {
  width: 100%;
}
.findMessages .find .inputs .box .chosen-results {
  width: 100%;
  box-sizing: border-box;
}
.findMessages .find .inputs .box .checkboxs {
  width: 100%;
  font-size: 12px;
}
.findMessages .find .inputs .box .checkboxs .checkbox {
  margin: 0 5px 0 0;
}
.findMessages .find .inputs .box .checkboxs .b {
  float: left;
  width: 33%;
}
.findMessages .find .inputs .box .checkboxs .b50 {
  float: left;
  width: 50%;
}
.findMessages .find .inputs .boxBig {
  position: relative;
  float: left;
  width: 267px;
  min-height: 30px;
  margin: 0 7px 7px 0;
  color: #ffffff;
}
.findMessages .find .inputs .servicesBox {
  position: relative;
  float: left;
  width: 951px;
  margin: 5px 0;
}
.findMessages .find .inputs .servicesBox .item {
  position: relative;
  float: left;
  width: 190px;
  font-size: 12px;
}
.findMessages .find .inputs .servicesBox .item input {
  width: auto;
  height: auto;
  padding: 0;
  margin: 2px 5px 0 0;
}
.findMessages .find .inputs .submit {
  position: relative;
  float: left;
  width: 158px;
  padding: 6px 0 5px 0;
  background: #19ae76;
  border: none;
  border-radius: 3px;
  color: #ffffff;
  font-size: 12px;
  margin: 0 7px 7px 0;
  cursor: pointer;
}
.findMessages .findBtn {
  position: absolute;
  right: 9px;
  bottom: 7px;
  width: 102px;
  height: 50px;
  display: none;
}
.findMessages .findBtn .f {
  color: #454545;
  font-size: 10px;
  text-align: center;
  width: 62px;
  border: 1px solid #cacaca;
  padding: 3px 0;
  cursor: pointer;
  background: #ffffff;
  /* Old browsers */
  background: -moz-linear-gradient(top, #ffffff 0%, #e7e2e2 100%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(top, #ffffff 0%, #e7e2e2 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom, #ffffff 0%, #e7e2e2 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#e7e2e2', GradientType=0);
  /* IE6-9 */
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100px;
}
.findMessages .findBtn .c {
  color: #454545;
  font-size: 10px;
  text-align: center;
  width: 62px;
  border: 1px solid #cacaca;
  padding: 3px 0;
  cursor: pointer;
  background: #ffffff;
  /* Old browsers */
  background: -moz-linear-gradient(top, #ffffff 0%, #e7e2e2 100%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(top, #ffffff 0%, #e7e2e2 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom, #ffffff 0%, #e7e2e2 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#e7e2e2', GradientType=0);
  /* IE6-9 */
  position: absolute;
  bottom: 0px;
  left: 0px;
  width: 100px;
}
.findMessages .messages {
  position: absolute;
  left: 10px;
  bottom: 5px;
  right: 10px;
  height: 60px;
}
.findMessages .messages .text {
  position: absolute;
  top: 8px;
  left: 5px;
  color: #ffffff;
  font-size: 12px;
}
.findMessages .messages .btn {
  position: absolute;
  top: 29px;
  left: 5px;
  padding: 2px 5px;
  color: #ffffff;
  font-size: 12px;
  background: #0089cb;
  border-radius: 5px;
}
.findMessages .messages .log {
  position: absolute;
  top: 4px;
  left: 73px;
  right: 4px;
  overflow-y: scroll;
  background: #ffffff;
  border: 1px solid #b7b7b7;
  border-radius: 5px;
  color: #65a5d7;
  font-size: 12px;
  padding: 2px 5px;
  height: 46px;
  font-weight: 300;
}
.findMessages .messages .log a {
  color: #65a5d7;
  font-size: 12px;
  font-weight: 300;
}
.clear {
  position: relative;
  clear: both;
  width: 100%;
  height: 1px;
}
.scrollBox {
  position: relative;
  max-width: 500px;
  overflow-x: auto;
  overflow-y: hidden;
}
.table {
  position: relative;
  float: left;
  width: 998px;
  border-collapse: collapse;
  border: 1px solid #a7acae;
  color: #3c3c3c;
  font-size: 12px;
  background: #ffffff;
  /*tbody tr:nth-child(2n){background:#bce0f0;}*/
}
.table tr {
  border-collapse: collapse;
  border: 1px solid #a7acae;
  padding: 4px;
}
.table td {
  border-collapse: collapse;
  border: 1px solid #a7acae;
  border-bottom: 1px solid #000000;
  padding: 4px;
}
.table th {
  border-collapse: collapse;
  border: 1px solid #a7acae;
  padding: 4px;
}
.table thead {
  color: #ffffff;
  font-weight: bold;
  background: #168de2;
}
.table thead .r {
  background: #ffffff;
}
.table tbody tr:hover {
  background: #dde4e7;
}
.table a {
  color: #3f6288;
  font-size: 12px;
}
.table input {
  width: 100%;
  box-sizing: border-box;
}
.table select {
  width: 100%;
  box-sizing: border-box;
}
.table input[type=checkbox] {
  width: auto;
  box-sizing: border-box;
}
.table textarea {
  width: 100%;
  box-sizing: border-box;
  padding: 2px;
}
.table td.showDragHandle {
  background-image: url(/i/dnd.gif);
  background-repeat: no-repeat;
  background-position: center center;
  cursor: move;
}
.table .tDnD_whileDrag {
  background: #e5f3f9 !important;
}
.table .r {
  color: #bf4c4a;
}
.table .g {
  color: #00a092;
}
.table h1 {
  color: #63a3d5;
}
.table h2 {
  color: #63a3d5;
}
.table h3 {
  color: #63a3d5;
}
.tableBold {
  position: relative;
  float: left;
  width: 998px;
  border-collapse: collapse;
  border: 1px solid #cdd7db;
  color: #454545;
  font-size: 12px;
  background: #ffffff;
}
.tableBold tr {
  border-collapse: collapse;
  border: 1px solid #cdd7db;
  border-bottom: 2px solid #cdd7db;
  padding: 4px;
}
.tableBold td {
  border-collapse: collapse;
  border: 1px solid #cdd7db;
  padding: 4px;
}
.tableBold th {
  border-collapse: collapse;
  border: 1px solid #cdd7db;
  padding: 4px;
}
.tableBold thead {
  background: #f5fcff;
  /* Old browsers */
  background: -moz-linear-gradient(top, #f5fcff 0%, #cde5ef 100%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(top, #f5fcff 0%, #cde5ef 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom, #f5fcff 0%, #cde5ef 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f5fcff', endColorstr='#cde5ef', GradientType=0);
  /* IE6-9 */
}
.tableBold tbody tr:nth-child(2n) {
  background: #f5f5f5;
}
.tableBold a {
  color: #3f6288;
  font-size: 12px;
}
.dataTables_wrapper {
  position: relative;
  float: left;
  width: 1000px;
}
.dataTables_wrapper .dataTables_length {
  position: relative;
  float: left;
  width: 1000px;
  color: #3c3c3c;
  font-size: 12px;
  margin: 0 0 5px 0;
}
.dataTables_wrapper .dataTables_length select {
  color: #3c3c3c;
  font-size: 10px;
  border: 1px solid #b7b7b7;
  border-radius: 2px;
}
.dataTables_wrapper .dataTables_filter {
  display: none;
}
.dataTables_wrapper .dataTables_info {
  position: relative;
  float: left;
  width: 500px;
  color: #000000;
  font-size: 12px;
  margin: 5px 0;
}
.dataTables_wrapper .dataTables_paginate {
  position: relative;
  float: left;
  width: 500px;
  color: #000000;
  font-size: 12px;
  margin: 5px 0;
  text-align: right;
}
.dataTables_wrapper .dataTables_paginate .paginate_button {
  color: #000000;
  font-size: 12px;
  padding: 0 0 0 5px;
  cursor: pointer;
}
.dataTables_wrapper .dataTables_paginate .paginate_button:hover {
  text-decoration: underline;
}
.dataTables_wrapper .dataTables_paginate .disabled {
  display: none;
}
.dataTables_wrapper .dataTables_paginate .current {
  color: #000000;
  text-decoration: underline;
}
.dataTables_wrapper .dataTables_paginate .ellipsis {
  padding: 0 0 0 5px;
}
/* Footer
-----------------------------------------------------------------------------*/
.footer {
  position: relative;
  width: 100%;
  margin: -90px auto 0;
  height: 90px;
}
.footer .cont {
  position: relative;
  width: 1000px;
  margin: 0 auto;
  height: 62px;
}
.footer .mainMenu {
  position: relative;
  font-family: 'Arial', sans-serif;
  /* height: 50px;*/
  padding: 2px 5px;
  width: 990px;
  margin: 0 auto 10px auto;
  background: linear-gradient(90deg, #41d7e9 0%, #54cc97 100%);
  border: 1px solid #cadae4;
  border-radius: 5px;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  /*table {position: absolute; top:0px; left:0px; width: 100%; height: 50px; color:#ffffff; font-size: 11px;
			a {color:#ffffff; font-size: 11px; text-decoration: none;}
			td {border-left: 1px solid #c2c2c2; text-align: center; padding: 0 2px; vertical-align: top;
				&:first-child {border: none;}
				&:hover {text-decoration: underline;}
				//&:last-child {-webkit-border-radius: 0 5px 5px 0; border-radius: 0 5px 5px 0;}
			}
		}*/
  /*.green {background: #3ab050;}
		.blue {background: #168de2;}*/
}
.footer .mainMenu div {
  position: relative;
}
.footer .mainMenu div a {
  padding: 2px 4px;
  color: #ffffff;
  font-size: 12px;
  text-decoration: none;
}
.footer .mainMenu .active {
  background: #f7f7f7;
  color: #404040;
  border-radius: 3px;
}
.footer .mainMenu .active a {
  color: #404040;
}
.footer .mainMenu .btn {
  position: absolute;
  top: 4px;
  right: 6px;
  width: 59px;
  height: 17px;
}
.footer .mainMenu .btn .message {
  position: absolute;
  top: 3px;
  left: 0px;
  width: 14px;
  height: 14px;
  background: url(/i/menu_message.png) 0 0 no-repeat;
  color: #bd0a0c;
  font-size: 8px;
  text-align: center;
}
.footer .mainMenu .btn .dwn {
  position: absolute;
  top: 0px;
  left: 23px;
  width: 13px;
  height: 14px;
  background: url(/i/menu_dwn.png) 0 0 no-repeat;
}
.footer .mainMenu .btn .settings {
  position: absolute;
  top: 0px;
  left: 45px;
  width: 14px;
  height: 14px;
  background: url(/i/menu_settings.png) 0 0 no-repeat;
}
.footer .mainMenu .botBtn {
  background: #19ae76;
}
.footer .mainMenu .botBtn a {
  padding: 0 30px;
  color: #ffffff;
}
.footer .mainMenu .redBtn {
  background: #bf4c4a;
  color: #ffffff;
}
.footer .mainMenu {
  height: 43px;
}
.footer .mainMenu table {
  height: 32px;
}
.footer .mainMenu table tr td {
  vertical-align: top;
}
.footer .copy {
  position: relative;
  width: 100%;
  padding: 10px 0;
  margin: 5px 0 0 0;
  color: #ffffff;
  font-size: 12px;
  background: #168de2;
  font-weight: bold;
}
/* bidFormEdit
-----------------------------------------------------------------------------*/
.bidFormEdit {
  position: relative;
  float: left;
  width: 1000px;
  /*.chosen-single {    height: 22px;
		span {position: relative; height: 20px;}
	}*/
}
.bidFormEdit .topPanel {
  position: relative;
  float: left;
  width: 1000px;
  margin: 0 0 5px 0;
}
.bidFormEdit .topPanel .btn {
  position: relative;
  float: left;
  padding: 7px 10px;
  border-radius: 5px;
  color: #ffffff;
  font-size: 12px;
  margin: 0 5px 5px 0;
  background: #1488c8;
}
.bidFormEdit .topPanel .text {
  position: relative;
  float: left;
  width: 234px;
  padding: 0 5px;
  height: 30px;
  background: #ffffff;
  border-radius: 5px;
  overflow-y: scroll;
  color: #454545;
  font-size: 11px;
  margin: 0 5px 0 0;
}
.bidFormEdit .topPanel .text a {
  color: #454545;
  font-size: 11px;
}
.bidFormEdit .topPanel .send {
  background: #3f9f91;
}
.bidFormEdit .topPanel .action {
  background: #ffffff;
  color: #000000;
}
.bidFormEdit .topPanel .avatar {
  position: relative;
  float: left;
  width: 30px;
  height: 30px;
}
.bidFormEdit .topPanel .addActions {
  position: relative;
  float: left;
  width: 210px;
  margin: 0 10px 0 0;
  padding: 7px 0 7px 0;
  text-align: center;
  color: #303a4c;
  background: #ffffff;
  border-radius: 5px;
  font-size: 12px;
}
.bidFormEdit .topPanel .addActions .btn {
  position: absolute;
  top: 28px;
  left: 0px;
  width: 100%;
  box-sizing: border-box;
  padding: 5px;
  border: 1px solid #337ab7;
  border-radius: 5px;
  background: #ffffff;
  color: #454545;
  text-align: left;
  display: none;
  z-index: 500;
}
.bidFormEdit .topPanel .addActions .btn a {
  color: #454545;
  font-size: 12px;
}
.bidFormEdit .topPanel .addActions:hover .btn {
  display: block;
}
.bidFormEdit .topPanel .addActions .bidStatusText {
  cursor: pointer;
  padding: 5px 10px;
}
.bidFormEdit .topPanel .addActions .bidStatusText.select {
  background: #e2e2e2;
  border-radius: 5px;
  font-weight: bold;
}
.bidFormEdit .topPanel .addActions .status {
  font-weight: bold;
}
.bidFormEdit .topPanel .docRedy {
  float: left;
  width: 170px;
  border: none;
  margin: 0 10px 0 0;
  font-size: 13px;
  color: #ffffff;
  background: url(/i/if_11_330397.png) 5px center no-repeat #3f9f91;
  border-radius: 5px;
  text-align: right;
  padding: 5px 5px;
  cursor: pointer;
}
.bidFormEdit .topPanel .docRedy.no {
  background: #ed1617;
  /* Old browsers */
  background: -moz-linear-gradient(top, #ed1617 0%, #b8080a 100%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(top, #ed1617 0%, #b8080a 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: url(/i/if_10_330408_1.png) 5px center no-repeat, linear-gradient(to bottom, #ed1617 0%, #b8080a 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ed1617', endColorstr='#b8080a', GradientType=0);
  /* IE6-9 */
}
.bidFormEdit .input {
  position: relative;
  box-sizing: border-box;
  padding: 2px 5px;
  background: #ffffff;
  border-radius: 5px;
  font-size: 12px;
  color: #454545;
  border: none;
}
.bidFormEdit .input option[value=""][disabled] {
  display: none;
}
.bidFormEdit .top2Panel {
  position: relative;
  float: left;
  width: 1000px;
  height: 32px;
  margin: 0 0 10px 0;
  background: url(/i/globalbg.png) 0 0 repeat;
  border: 1px solid #b3b8bf;
  border-radius: 5px;
}
.bidFormEdit .top2Panel .name {
  position: absolute;
  top: 7px;
  left: 10px;
  color: #ffffff;
  font-size: 13px;
}
.bidFormEdit .top2Panel .addActions {
  position: absolute;
  top: 3px;
  left: 226px;
  width: 140px;
  padding: 4px 0 5px 0;
  text-align: center;
  color: #303a4c;
  background: #ffffff;
  border-radius: 5px;
  font-size: 12px;
}
.bidFormEdit .top2Panel .addActions .btn {
  position: absolute;
  top: 21px;
  left: 0px;
  width: 100%;
  box-sizing: border-box;
  padding: 5px;
  border: 1px solid #337ab7;
  border-radius: 5px;
  background: #ffffff;
  color: #454545;
  text-align: left;
  display: none;
  z-index: 500;
}
.bidFormEdit .top2Panel .addActions .btn a {
  color: #454545;
  font-size: 12px;
}
.bidFormEdit .top2Panel .addActions:hover .btn {
  display: block;
}
.bidFormEdit .top2Panel .boxSource {
  position: absolute;
  top: 3px;
  left: 376px;
}
.bidFormEdit .top2Panel .manager {
  position: absolute;
  top: 7px;
  left: 550px;
  color: #ffffff;
  font-size: 13px;
}
.bidFormEdit .top2Panel .save {
  position: absolute;
  top: 4px;
  right: 10px;
  width: 138px;
  border: none;
  font-size: 11px;
  color: #ffffff;
  background: #3f9f91;
  border-radius: 5px;
  text-align: right;
  padding: 0 5px;
  cursor: pointer;
}
.bidFormEdit .top2Panel .save.progress {
  background: #ed1617;
  /* Old browsers */
  background: -moz-linear-gradient(top, #ed1617 0%, #b8080a 100%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(top, #ed1617 0%, #b8080a 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom, #ed1617 0%, #b8080a 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ed1617', endColorstr='#b8080a', GradientType=0);
  /* IE6-9 */
}
.bidFormEdit .top2Panel .bot {
  right: 152px;
  width: 98px;
}
.bidFormEdit .top2Panel .ready {
  position: absolute;
  top: 4px;
  right: 120px;
}
.bidFormEdit .leftPanel {
  position: relative;
  float: left;
  width: 380px;
  padding: 5px 20px;
  margin: 0 10px 10px 0;
  background: url(/i/globalbg.png) 0 0 repeat;
  border: 1px solid #b3b8bf;
  border-radius: 5px;
}
.bidFormEdit .leftPanel .input {
  height: 25px;
}
.bidFormEdit .leftPanel .box {
  position: relative;
  float: left;
  width: 380px;
  margin: 0 0 5px 0;
}
.bidFormEdit .leftPanel .box .radioBox {
  position: relative;
  float: left;
  width: 100%;
  color: #ffffff;
  font-size: 12px;
}
.bidFormEdit .leftPanel .box .radioBox input {
  position: relative;
  top: 3px;
}
.bidFormEdit .leftPanel .box .radioBox label {
  cursor: pointer;
}
.bidFormEdit .leftPanel .box .name {
  position: relative;
  float: left;
  width: 120px;
  margin: 4px 10px 0 0;
  color: #ffffff;
  font-size: 12px;
  text-align: right;
}
.bidFormEdit .leftPanel .box .name .add {
  padding: 0px 5px;
  background: url(/i/actionAdd.png) 0 5px no-repeat;
  content: ' ';
}
.bidFormEdit .leftPanel .box .name .edit {
  padding: 0px 5px;
  background: url(/i/actionEdit.png) 0 5px no-repeat;
  content: ' ';
}
.bidFormEdit .leftPanel .box .name i {
  color: #ffeb3b;
  font-size: 14px;
}
.bidFormEdit .leftPanel .box .com {
  position: relative;
  float: left;
  width: 250px;
}
.bidFormEdit .leftPanel .box .com .input {
  position: relative;
  float: left;
  width: 250px;
}
.bidFormEdit .leftPanel .box .com .inputSmall {
  position: relative;
  float: left;
  width: 80px;
}
.bidFormEdit .leftPanel .box .com .input46 {
  position: relative;
  float: left;
  margin: 0 10px;
  width: 70px;
  text-align: center;
}
.bidFormEdit .leftPanel .box .com .input50p {
  position: relative;
  float: left;
  width: 120px;
}
.bidFormEdit .leftPanel .box .com .input50p .input {
  width: 120px;
}
.bidFormEdit .leftPanel .box .com .input50p:first-child {
  margin-right: 10px;
}
.bidFormEdit .leftPanel .box .com .input33p {
  width: 91px;
}
.bidFormEdit .leftPanel .box .com .input33p .input {
  width: 91px;
}
.bidFormEdit .leftPanel .box .com .sname {
  position: relative;
  float: left;
  width: 56px;
  margin: 4px 10px 0 0;
  color: #ffffff;
  font-size: 12px;
  text-align: right;
}
.bidFormEdit .leftPanel .box .com .input5in {
  width: 46px;
  margin: 0 5px 0 0;
}
.bidFormEdit .leftPanel .box .com .input5in:last-child {
  margin: 0;
}
.bidFormEdit .leftPanel .box .com .loadHotel {
  width: 100%;
  font-size: 12px;
  color: #ffffff;
  margin: 0 0 5px 0;
  text-decoration: underline;
  cursor: pointer;
}
.bidFormEdit .leftPanel .box .imageLoadHotel {
  display: none;
}
.bidFormEdit .leftPanel .hotelLink {
  cursor: pointer;
}
.bidFormEdit .leftPanel .big-button {
  position: relative;
  background-color: #ccffcc;
  color: #000000;
  font-size: 14px;
  box-sizing: border-box;
  text-align: center;
  width: 100%;
  height: 40px;
  text-decoration: none;
  -webkit-border-radius: 12px;
  -moz-border-radius: 12px;
  border-radius: 12px;
  -webkit-box-shadow: 0px 5px 0px #009933, 0px 10px 25px rgba(0, 0, 0, 0.5);
  -moz-box-shadow: 0px 5px 0px #009933, 0px 10px 25px rgba(0, 0, 0, 0.5);
  box-shadow: 0px 5px 0px #009933, 0px 10px 25px rgba(0, 0, 0, 0.5);
  border-color: #66ff66;
  border-width: 10px;
  border-radius: 40px 100px 100px 100px;
  padding: 7px 0 20px 0;
  outline: none;
  margin: 0 0 5px 0;
}
.bidFormEdit .leftPanel .big-button:active {
  box-shadow: 0px 3px 0px #33cc33, 0px 3px 6px rgba(0, 0, 0, 0.9);
  position: relative;
  top: 10px;
  outline: none;
}
.bidFormEdit .rightPanel {
  position: relative;
  float: left;
  width: 526px;
  padding: 5px 20px;
  margin: 0 0 10px 0;
  background: url(/i/globalbg.png) 0 0 repeat;
  border: 1px solid #b3b8bf;
  border-radius: 5px;
}
.bidFormEdit .rightPanel .input {
  height: 22px;
}
.bidFormEdit .rightPanel .box {
  position: relative;
  float: left;
  width: 526px;
  margin: 0 0 5px 0;
}
.bidFormEdit .rightPanel .box .name {
  position: relative;
  float: left;
  width: 120px;
  margin: 4px 10px 0 0;
  color: #ffffff;
  font-size: 12px;
  text-align: right;
}
.bidFormEdit .rightPanel .box .name .add {
  padding: 0px 5px;
  background: url(/i/actionAdd.png) 0 5px no-repeat;
  content: ' ';
}
.bidFormEdit .rightPanel .box .name .edit {
  padding: 0px 5px;
  background: url(/i/actionEdit.png) 0 5px no-repeat;
  content: ' ';
}
.bidFormEdit .rightPanel .box .com {
  position: relative;
  float: left;
  width: 396px;
  color: #ffffff;
  font-size: 12px;
  text-align: center;
  line-height: 1;
  /*.inputViza {width: 160px; margin: 0 10px 0 0;}*/
}
.bidFormEdit .rightPanel .box .com .input {
  float: left;
  width: 100%;
}
.bidFormEdit .rightPanel .box .com .c1 {
  position: relative;
  float: left;
  width: 85px;
  margin: 0 5px 0 0;
}
.bidFormEdit .rightPanel .box .com .c2 {
  position: relative;
  float: left;
  width: 86px;
  margin: 0 5px 0 0;
}
.bidFormEdit .rightPanel .box .com .c3 {
  position: relative;
  float: left;
  width: 75px;
  margin: 0 5px 0 0;
}
.bidFormEdit .rightPanel .box .com .c4 {
  position: relative;
  float: left;
  width: 50px;
  margin: 0 5px 0 0;
}
.bidFormEdit .rightPanel .box .com .c5 {
  position: relative;
  float: left;
  width: 80px;
}
.bidFormEdit .rightPanel .box .com .c5 .input {
  padding-right: 10px;
}
.bidFormEdit .rightPanel .box .com .c23 {
  position: relative;
  float: left;
  width: 306px;
  margin: 0 0 0 0;
}
.bidFormEdit .rightPanel .box .com .dn {
  position: absolute;
  top: 23px;
  left: 154px;
  padding: 2px 5px;
  font-size: 12px;
  color: #ffffff;
  border-radius: 4px;
  z-index: 100;
  display: none;
  background: #ed1617;
  /* Old browsers */
  background: -moz-linear-gradient(top, #ed1617 0%, #b8080a 100%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(top, #ed1617 0%, #b8080a 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom, #ed1617 0%, #b8080a 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ed1617', endColorstr='#b8080a', GradientType=0);
  /* IE6-9 */
}
.bidFormEdit .rightPanel .box .com .inputNote {
  margin: 0 0 0 0;
  height: 86px;
}
.bidFormEdit .rightPanel .box .com .iputp1 {
  width: 50px;
}
.bidFormEdit .rightPanel .box .com .iputp2 {
  width: 25px;
}
.bidFormEdit .rightPanel .box .com .iputp3 {
  width: 60px;
}
.bidFormEdit .rightPanel .box .com .iputp4 {
  width: 55px;
}
.bidFormEdit .rightPanel .box .com .text {
  position: relative;
  float: left;
  width: 50px;
  margin: 4px 5px 0 0;
  color: #ffffff;
  font-size: 12px;
  text-align: right;
}
.bidFormEdit .rightPanel .redInput {
  color: red;
  font-weight: bold;
}
.bidFormEdit .rightPanel .greenInput {
  color: green;
}
.bidFormEdit .rightPanel .redbox .input {
  color: red;
}
.bidFormEdit .rightPanel .titleBox {
  margin: 0 0 6px 0;
}
.bidFormEdit .rightPanel .titleBox .com .c4 {
  margin: 5px 5px 0 0;
}
.bidFormEdit .rightPanel .titleBox .com .c5 {
  margin: 5px 0 0 0;
}
.bidFormEdit .statusPanel {
  position: relative;
  float: left;
  width: 1000px;
  height: 32px;
  margin: 0 0 10px 0;
  background: #ffffff;
  border: 1px solid #b3b8bf;
  border-radius: 5px;
}
.bidFormEdit .statusPanel .name {
  position: absolute;
  top: 7px;
  left: 10px;
  color: #1488c8;
  font-size: 13px;
}
.bidFormEdit .statusPanel .statusTable {
  position: absolute;
  left: 106px;
  top: 0px;
  bottom: 5px;
  color: #1488c8;
  font-size: 13px;
  width: 893px;
  text-align: center;
}
.bidFormEdit .statusPanel .statusTable td {
  cursor: pointer;
  border-radius: 5px;
}
.bidFormEdit .statusPanel .statusTable .select {
  background: url(/i/globalbg.png) 0 0 repeat;
  color: #1488c8;
}
.bidFormEdit .bigPanel {
  position: relative;
  float: left;
  width: 998px;
  margin: 0 0 10px 0;
  background: url(/i/globalbg.png) 0 0 repeat;
  border: 1px solid #b3b8bf;
  border-radius: 5px;
}
.bidFormEdit .bigPanel .topHead {
  position: relative;
  float: left;
  width: 998px;
  padding: 5px 0;
  border-bottom: 1px solid #d0cec9;
}
.bidFormEdit .bigPanel .topHead .name {
  position: relative;
  float: left;
  margin: 3px 5px 0 15px;
  color: #ffffff;
  font-size: 12px;
  text-align: left;
}
.bidFormEdit .bigPanel .topHead .input {
  float: left;
  height: 23px;
  width: 137px;
}
.bidFormEdit .bigPanel .topHead .inputp1 {
  width: 130px;
}
.bidFormEdit .bigPanel .topHead .inputp2 {
  width: 140px;
}
.bidFormEdit .bigPanel .topHead .inputp3 {
  width: 273px;
  margin: 0 5px 0 0;
}
.bidFormEdit .bigPanel .topHead .inputp4 {
  width: 100px;
}
.bidFormEdit .bigPanel .centralLeft {
  position: relative;
  float: left;
  width: 510px;
  margin: 5px 0 15px 15px;
}
.bidFormEdit .bigPanel .centralLeft .input {
  float: left;
  width: 100%;
  height: 23px;
}
.bidFormEdit .bigPanel .centralLeft .l {
  position: relative;
  float: left;
  width: 210px;
  margin: 0 10px 0 0;
}
.bidFormEdit .bigPanel .centralLeft .r {
  position: relative;
  float: left;
  width: 290px;
  margin: 0 0 0 0;
}
.bidFormEdit .bigPanel .centralLeft .name {
  position: relative;
  float: left;
  margin: 0 0 1px 0;
  color: #ffffff;
  font-size: 12px;
  text-align: left;
  width: 100%;
}
.bidFormEdit .bigPanel .centralLeft .name a {
  color: #ffffff;
  font-size: 12px;
}
.bidFormEdit .bigPanel .centralLeft .name .right {
  float: right;
  color: #c3516f;
  font-size: 12px;
  font-weight: bold;
  background: #ffffff;
  padding: 1px 2px;
}
.bidFormEdit .bigPanel .centralLeft .name img {
  display: inline;
}
.bidFormEdit .bigPanel .centralLeft .allTrs {
  position: relative;
  float: left;
  width: 100%;
  border-radius: 5px;
  border: 1px solid #cacaca;
  height: 295px;
  box-sizing: border-box;
  background: #ffffff;
  overflow-y: scroll;
  margin: 0 0 5px 0;
}
.bidFormEdit .bigPanel .centralLeft .allTrs .line {
  position: relative;
  float: left;
  margin: 2px 0 2px 2px;
  padding: 2px 40px 2px 5px;
  width: 144px;
  color: #454545;
  font-size: 11px;
}
.bidFormEdit .bigPanel .centralLeft .allTrs .line:hover {
  background: #e4e4e4;
}
.bidFormEdit .bigPanel .centralLeft .allTrs .del {
  position: absolute;
  top: 2px;
  right: 20px;
  width: 14px;
  height: 14px;
  background: url(/i/if_f-cross_256_282471.png) 0 0 no-repeat;
  background-size: 14px;
  cursor: pointer;
}
.bidFormEdit .bigPanel .centralLeft .allTrs .move {
  position: absolute;
  top: 2px;
  right: 2px;
  width: 14px;
  height: 14px;
  background: url(/i/1467890782_Enter.png) 0 0 no-repeat;
  background-size: 14px;
  cursor: pointer;
}
.bidFormEdit .bigPanel .centralLeft .allTrs .drugNext {
  position: relative;
  float: left;
  margin: 2px 0 2px 2px;
  padding: 2px 20px 2px 5px;
  width: 157px;
  color: #ffffff;
  background: #3ab050;
  font-size: 12px;
  font-weight: bold;
}
.bidFormEdit .bigPanel .centralLeft .selectTrs {
  position: relative;
  float: left;
  width: 100%;
  border-radius: 5px;
  border: 1px solid #cacaca;
  height: 318px;
  box-sizing: border-box;
  background: #ffffff;
  overflow-y: scroll;
  margin: 0 0 5px 0;
}
.bidFormEdit .bigPanel .centralLeft .selectTrs .line {
  position: relative;
  float: left;
  margin: 2px 0 2px 2px;
  width: 222px;
  padding: 2px 40px 2px 5px;
  color: #454545;
  font-size: 11px;
}
.bidFormEdit .bigPanel .centralLeft .selectTrs .line input {
  position: relative;
  top: 3px;
  width: 10px;
  height: 10px;
  margin: 0 5px 0 0;
}
.bidFormEdit .bigPanel .centralLeft .selectTrs .line:hover {
  background: #e4e4e4;
}
.bidFormEdit .bigPanel .centralLeft .selectTrs a {
  color: #454545;
  font-size: 11px;
}
.bidFormEdit .bigPanel .centralLeft .selectTrs .move {
  position: absolute;
  top: 2px;
  right: 2px;
  width: 14px;
  height: 14px;
  background: url(/i/1467890785_Exit.png) 0 0 no-repeat;
  background-size: 14px;
  cursor: pointer;
}
.bidFormEdit .bigPanel .centralLeft .selectTrs .enter {
  position: absolute;
  top: 2px;
  right: 22px;
  width: 14px;
  height: 14px;
  background: url(/i/1491333346_Download.png) 0 0 no-repeat;
  background-size: 14px;
  cursor: pointer;
}
.bidFormEdit .bigPanel .centralRight {
  position: relative;
  float: left;
  width: 437px;
  margin: 5px 19px 5px 15px;
}
.bidFormEdit .bigPanel .centralRight .name {
  position: relative;
  float: left;
  margin: 0 0 1px 0;
  color: #ffffff;
  font-size: 12px;
  text-align: left;
  width: 100%;
}
.bidFormEdit .bigPanel .centralRight .name a {
  font-size: 12px;
  color: #ffc500;
}
.bidFormEdit .bigPanel .centralRight .name .red {
  background: #ffffff;
  padding: 1px 2px;
  color: #d20101;
}
.bidFormEdit .bigPanel .centralRight .input {
  float: left;
  width: 100%;
  height: 23px;
  margin: 0 0 5px 0;
}
.bidFormEdit .bigPanel .centralRight .textarea {
  height: 59px;
}
.bidFormEdit .bigPanel .centralRight .turistAddBox,
.bidFormEdit .bigPanel .centralRight .childrenAddBox {
  position: relative;
  float: left;
  width: 437px;
}
.bidFormEdit .bigPanel .centralRight .turistAddBox .nameBox,
.bidFormEdit .bigPanel .centralRight .childrenAddBox .nameBox {
  position: relative;
  float: left;
  width: 437px;
  color: #ffffff;
  font-size: 12px;
  margin: 0 0 5px 0;
}
.bidFormEdit .bigPanel .centralRight .turistAddBox .turist,
.bidFormEdit .bigPanel .centralRight .childrenAddBox .turist {
  position: relative;
  float: left;
  width: 437px;
  margin: 0 0 0 40px;
  display: none;
}
.bidFormEdit .bigPanel .centralRight .turistAddBox .turist .w33,
.bidFormEdit .bigPanel .centralRight .childrenAddBox .turist .w33 {
  position: relative;
  float: left;
  width: 125px;
  margin: 0 10px 0 0;
}
.bidFormEdit .bigPanel .centralRight .turistAddBox .turist .w50,
.bidFormEdit .bigPanel .centralRight .childrenAddBox .turist .w50 {
  position: relative;
  float: left;
  width: 193px;
  margin: 0 10px 0 0;
}
.bidFormEdit .bigPanel .centralRight .turistAddBox .addClient,
.bidFormEdit .bigPanel .centralRight .childrenAddBox .addClient {
  position: absolute;
  top: 17px;
  left: 0px;
  width: 30px;
  font-size: 18px;
  color: #ffffff;
  background: #3f9f91;
  text-align: center;
  border-radius: 5px;
  cursor: pointer;
}
.bidFormEdit .bigPanel .centralRight .childrenAddBox {
  display: none;
}
.bidFormEdit .applicationPanel {
  position: relative;
  float: left;
  width: 1000px;
  margin: 0 0 10px 0;
}
.bidFormEdit .applicationPanel .name {
  position: relative;
  float: left;
  margin: 0 0 1px 0;
  color: dimgray;
  font-size: 12px;
  text-align: left;
  width: 100%;
}
.bidFormEdit .applicationPanel .input {
  float: left;
  width: 100%;
  height: 23px;
  margin: 0 0 5px 0;
  height: 200px;
}
.bidFormEdit .applicationPanel .inputBox {
  position: relative;
  float: left;
  width: 1000px;
}
.bidFormEdit .managerPanel {
  position: relative;
  float: left;
  width: 100%;
  box-sizing: border-box;
  padding: 5px 20px 10px 15px;
  margin: 0 0 10px 0;
  background: url(/i/globalbg.png) 0 0 repeat;
  border: 1px solid #b3b8bf;
  border-radius: 5px;
}
.bidFormEdit .managerPanel .name {
  position: relative;
  float: left;
  margin: 0 0 1px 0;
  color: #ffffff;
  font-size: 12px;
  text-align: left;
  width: 100%;
}
.bidFormEdit .managerPanel .input {
  float: left;
  width: 100%;
  height: 23px;
  margin: 0 0 5px 0;
}
.bidFormEdit .managerPanel .inputBox {
  position: relative;
  float: left;
  width: 100%;
}
.bidFormEdit .managerPanel .rightName {
  position: absolute;
  top: -3px;
  right: 0px;
  background: #c3516f;
  color: #ffffff;
  font-size: 11px;
  padding: 2px 5px;
  border-radius: 3px;
}
.bidFormEdit .managerPanel .sendNewLetter {
  cursor: pointer;
}
.bidFormEdit .managerPanel .commentName {
  position: relative;
  float: left;
  margin: 0 0 1px 0;
  color: #ffffff;
  font-size: 12px;
  text-align: left;
  width: 100%;
  text-transform: uppercase;
}
.bidFormEdit .managerPanel .l {
  position: relative;
  float: left;
  width: 49%;
  margin: 0 1% 0 0;
}
.bidFormEdit .managerPanel .r {
  position: relative;
  float: left;
  width: 49%;
  margin: 0 0 0 1%;
}
.bidFormEdit .managerPanel .allManager {
  position: relative;
  float: left;
  width: 100%;
  border-radius: 5px;
  border: 1px solid #cacaca;
  height: 174px;
  box-sizing: border-box;
  background: #ffffff;
  overflow-y: scroll;
  margin: 0 0 5px 0;
}
.bidFormEdit .managerPanel .allManager .line {
  position: relative;
  float: left;
  margin: 2px 0 2px 2px;
  padding: 2px 20px 2px 5px;
  width: 198px;
  color: #454545;
  font-size: 11px;
}
.bidFormEdit .managerPanel .allManager .line:hover {
  background: #e4e4e4;
}
.bidFormEdit .managerPanel .allManager .move {
  position: absolute;
  top: 2px;
  right: 2px;
  width: 14px;
  height: 14px;
  background: url(/i/1467890782_Enter.png) 0 0 no-repeat;
  background-size: 14px;
  cursor: pointer;
}
.bidFormEdit .managerPanel .allManager .drugNext {
  position: relative;
  float: left;
  margin: 2px 0 2px 2px;
  padding: 2px 20px 2px 5px;
  width: 157px;
  color: #ffffff;
  background: #3ab050;
  font-size: 12px;
  font-weight: bold;
}
.bidFormEdit .managerPanel .selectManager {
  position: relative;
  float: left;
  width: 100%;
  border-radius: 5px;
  border: 1px solid #cacaca;
  height: 174px;
  box-sizing: border-box;
  background: #ffffff;
  overflow-y: scroll;
  margin: 0 0 5px 0;
}
.bidFormEdit .managerPanel .selectManager .line {
  position: relative;
  float: left;
  margin: 2px 0 2px 2px;
  width: 198 pxaginate_button;
  padding: 2px 20px 2px 5px;
  color: #454545;
  font-size: 11px;
}
.bidFormEdit .managerPanel .selectManager .line input {
  position: relative;
  top: 3px;
  width: 10px;
  height: 10px;
  margin: 0 5px 0 0;
}
.bidFormEdit .managerPanel .selectManager .line:hover {
  background: #e4e4e4;
}
.bidFormEdit .managerPanel .selectManager a {
  color: #454545;
  font-size: 11px;
}
.bidFormEdit .managerPanel .selectManager .move {
  position: absolute;
  top: 2px;
  right: 2px;
  width: 14px;
  height: 14px;
  background: url(/i/1467890785_Exit.png) 0 0 no-repeat;
  background-size: 14px;
  cursor: pointer;
}
.commentPanel {
  position: relative;
  float: left;
  width: 100%;
  box-sizing: border-box;
  padding: 5px 20px 10px 15px;
  margin: 0 0 10px 0;
  background: url(/i/globalbg.png) 0 0 repeat;
  border: 1px solid #b3b8bf;
  border-radius: 5px;
  color: #ffffff;
  font-size: 12px;
}
.commentPanel .name {
  position: relative;
  float: left;
  margin: 0 0 5px 0;
  color: #ffffff;
  font-size: 12px;
  text-align: left;
  width: 100%;
  text-transform: uppercase;
}
.commentPanel .row {
  position: relative;
  float: left;
  width: 100%;
}
.commentPanel .row .form-group {
  position: relative;
  float: left;
  width: 100%;
  margin: 0 0 5px 0;
}
.commentPanel .row .form-group .control-label {
  position: relative;
  float: left;
  margin: 0 0 1px 0;
  color: #ffffff;
  font-size: 12px;
  text-align: left;
  width: 100%;
}
.commentPanel .row .form-group .form-control {
  position: relative;
  box-sizing: border-box;
  padding: 2px 5px;
  width: 100%;
  background: #ffffff;
  border-radius: 5px;
  font-size: 12px;
  color: #454545;
  border: none;
}
.commentPanel .row .form-group input {
  position: relative;
  box-sizing: border-box;
  padding: 2px 5px;
  width: 100%;
  background: #ffffff;
  border-radius: 5px;
  font-size: 12px;
  color: #454545;
  border: none;
}
.commentPanel .row .form-group button {
  position: relative;
  float: left;
  padding: 7px 10px;
  border-radius: 5px;
  border: none;
  cursor: pointer;
  color: #ffffff;
  font-size: 12px;
  margin: 0 5px 5px 0;
  background: #1488c8;
}
.commentPanel .table {
  width: 100%;
}
/* form1000
-----------------------------------------------------------------------------*/
.form1000 {
  position: relative;
  float: left;
  width: 978px;
  padding: 10px;
  margin: 0 0 10px 0;
  background: #85888c;
  border: 1px solid #b3b8bf;
  border-radius: 5px;
}
.form1000 .form-group {
  position: relative;
  float: left;
  width: 978px;
  margin: 0 0 10px 0;
}
.form1000 .form-group .control-label {
  position: relative;
  display: block;
  float: left;
  width: 200px;
  color: #ffffff;
  font-size: 12px;
  line-height: 1;
  margin: 3px 0 1px 0;
}
.form1000 .form-group .radioBox {
  position: relative;
  float: left;
  width: 100%;
}
.form1000 .form-group .selectBox {
  position: relative;
  float: left;
  width: 778px;
}
.form1000 .form-group .form-control {
  position: relative;
  float: left;
  width: 778px;
  background: #ffffff;
  font-size: 11px;
  color: #454545;
  border-radius: 5px;
  border: 1px solid #cacaca;
  padding: 0 5px;
  height: 23px;
  box-sizing: border-box;
}
.form1000 .form-group .Form_Field_Files_input {
  position: relative;
  float: left;
  width: 778px;
  background: #ffffff;
  font-size: 11px;
  color: #454545;
  border-radius: 5px;
  border: 1px solid #cacaca;
  padding: 0 5px;
  height: 23px;
  box-sizing: border-box;
}
.form1000 .form-group label {
  color: #ffffff;
  font-size: 12px;
}
.form1000 .form-group label input[type=checkbox] {
  position: relative;
  top: 2px;
}
.form1000 .form-group .inputBox {
  position: relative;
  float: left;
  width: 778px;
}
.form1000 .form-group .errorInput {
  border: 1px solid red;
}
.form1000 .form-group .bigInputBox {
  position: relative;
  float: left;
  width: 978px;
}
.form1000 .form-group .smlBtn {
  font-size: 11px;
  color: #ffffff;
  text-decoration: underline;
  cursor: pointer;
}
.form1000 .btn {
  position: relative;
  float: left;
  color: #ffffff;
  font-size: 12px;
  border: none;
  border-radius: 2px;
  padding: 3px 6px;
  cursor: pointer;
  text-decoration: none;
  margin: 0 7px 7px 0;
  background: #3ab050;
  font-weight: bold;
}
.form1000 .btnRed {
  background: #d60000;
}
.form1000 .has-error .form-control {
  border: 1px solid red;
}
.form1000 .help-block {
  color: red;
  font-size: 10px;
}
.form1000 .form-group-big .control-label {
  width: 978px;
}
.messagesBox {
  position: relative;
  float: left;
  width: 940px;
}
.messagesBox .messagesLeftBox {
  position: relative;
  float: left;
  width: 280px;
  margin: 0 20px 0 0;
}
.messagesBox .messagesLeftBox .title {
  position: relative;
  float: left;
  width: 280px;
  color: #000000;
  font-size: 20px;
}
.messagesBox .messagesLeftBox .listBox {
  position: relative;
  float: left;
  width: 278px;
  padding: 2px;
  border: 1px solid #000000;
  height: 350px;
  overflow-Y: scroll;
  background: #ffffff;
}
.messagesBox .messagesLeftBox .listBox .item {
  position: relative;
  float: left;
  width: 260px;
  margin: 0 0 10px 0;
  text-decoration: none;
  color: #000000;
}
.messagesBox .messagesLeftBox .listBox .active {
  text-decoration: underline;
  background: gainsboro;
}
.messagesBox .messagesLeftBox .listBox .item:hover {
  text-decoration: underline;
  background: gainsboro;
}
.messagesBox .messagesRightBox {
  position: relative;
  float: left;
  width: 640px;
}
.messagesChatBox {
  position: relative;
  float: left;
  width: 640px;
  margin: 0 0 20px 0;
}
.messagesChatBox .title {
  position: relative;
  float: left;
  width: 660px;
  color: #000000;
  font-size: 20px;
}
.messagesChatBox .listBox {
  position: relative;
  float: left;
  width: 660px;
}
.messagesChatBox .listBox .styleScroll {
  position: relative;
  float: left;
  width: 634px;
  padding: 2px;
  height: 318px;
  overflow-Y: scroll;
  border: 1px solid #000000;
  background: #ffffff;
}
.messagesChatBox .listBox .message {
  position: relative;
  float: left;
  width: 610px;
}
.messagesChatBox .listBox .message .user {
  position: relative;
  float: left;
  width: 610px;
  color: #000000;
  font-size: 18px;
  margin: 20px 0 0 0;
}
.messagesChatBox .listBox .message .user a {
  color: #000000;
  text-decoration: none;
  margin: 0 0 5px 0;
}
.messagesChatBox .listBox .message .body {
  position: relative;
  float: left;
  width: 540px;
  padding: 0 70px 0 0;
  color: #000000;
  font-size: 14px;
}
.messagesChatBox .listBox .message .time {
  position: absolute;
  top: 0px;
  right: 0px;
}
.messagesChatBox .listBox .notification {
  position: relative;
  float: left;
  width: 570px;
}
.messagesChatBox .listBox .notification .user {
  position: relative;
  float: left;
  width: 570px;
  color: #000000;
  font-size: 18px;
  margin: 20px 0 0 0;
}
.messagesChatBox .listBox .notification .user a {
  color: #000000;
  text-decoration: none;
  margin: 0 0 5px 0;
}
.messagesChatBox .listBox .notification .body {
  position: relative;
  float: left;
  width: 500px;
  padding: 0 70px 0 0;
  color: #000000;
  font-size: 14px;
}
.messagesChatBox .listBox .notification .time {
  position: absolute;
  top: 0px;
  right: 0px;
}
.messagesChatBox .video {
  position: relative;
  float: left;
  width: 380px;
}
.messagesChatBox .video video {
  border: 1px solid #000000;
}
.messagesChatBox .dialogForm {
  position: relative;
  float: left;
  width: 640px;
  height: 50px;
}
.messagesChatBox .dialogForm input {
  position: relative;
  float: left;
  width: 522px;
  border: 1px solid #000000;
  margin: 5px 0 0 0;
  height: 25px;
}
.messagesChatBox .dialogForm button {
  position: relative;
  float: left;
  margin: 5px 0 0 5px;
  padding: 2px 5px;
  border: 1px solid #d5d5d5;
  color: #002134;
  font-size: 18px;
  border-radius: 5px;
  cursor: pointer;
  /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#f49e3c+0,f9c93b+100 */
  background: #f49e3c;
  /* Old browsers */
  background: -moz-linear-gradient(top, #f49e3c 0%, #f9c93b 100%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(top, #f49e3c 0%, #f9c93b 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom, #f49e3c 0%, #f9c93b 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f49e3c', endColorstr='#f9c93b', GradientType=0);
  /* IE6-9 */
}
.w_subscr_btn {
  display: none;
}
.imagesBox {
  position: relative;
  float: left;
  width: 100%;
}
.imagesBox .box {
  position: relative;
  float: left;
  margin: 0 5px 5px 0;
}
/* Label
-----------------------------------------------------------------------------*/
.label {
  display: inline;
  padding: 0 3px;
  line-height: 1;
  color: #ffffff;
  text-align: center;
  white-space: nowrap;
  vertical-align: baseline;
  border-radius: 0px;
}
a.label {
  color: #ffffff;
}
.label-danger {
  background-color: #d9534f;
}
.label-warning {
  background-color: #f0ad4e;
}
.label-info {
  background-color: #5bc0de;
}
.label-success {
  background-color: #5cb85c;
}
.label-primary {
  background-color: grey;
}
.label-default {
  background-color: #777777;
}
.bidTextBox {
  position: relative;
  float: left;
  width: 100%;
  margin: 0 0 10px 0;
}
.bidTextBox .r {
  color: #bf4c4a;
}
.bidTextBox .g {
  color: #00a092;
}
.bidTextBox .green {
  color: green;
  font-weight: bold;
}
.bidTextBox .loupe {
  padding: 0 0 0 15px;
  background: url(/i/loupe.png) left center no-repeat;
}
.bidText {
  position: relative;
  float: left;
  width: 920px;
  font-size: 12px;
  display: none;
}
.bidText .stripTable {
  width: 918px;
}
.bidText .stripTable a.label {
  color: #ffffff;
  font-size: 12px;
}
.stripTable {
  position: relative;
  float: left;
  width: 998px;
  border-collapse: collapse;
  border: 1px solid #b1ccd7;
  color: #27374b;
  font-size: 12px;
  background: #ffffff;
  border-radius: 5px;
  border: 1px solid #b3b8bf;
  display: block;
  /*tbody tr:nth-child(2n){background:#bce0f0;}
	tbody tr:hover{background:#DDE4E7;}*/
}
.stripTable tr {
  border-collapse: collapse;
  border: 1px solid #b1ccd7;
  padding: 2px;
}
.stripTable td {
  border-collapse: collapse;
  border: 1px solid #b1ccd7;
  padding: 2px;
}
.stripTable th {
  border-collapse: collapse;
  border: 1px solid #b1ccd7;
  padding: 2px;
  vertical-align: top;
}
.stripTable thead {
  color: #ffffff;
  font-weight: bold;
  background: #619ecd;
}
.stripTable a {
  color: #27374b;
  font-size: 12px;
}
.stripTable .znDela {
  position: relative;
  display: inline-block;
  width: 100%;
}
.stripTable .znDela .zn {
  position: relative;
  float: left;
  margin: 3px 0 0 3px;
  width: 16px;
  height: 16px;
  border-radius: 16px;
  border: 1px solid #ffffff;
  background: #ffffff;
}
.stripTable .bidStatus {
  text-transform: uppercase;
  font-weight: bold;
}
.stripTable .bidStatus1 {
  background: #eceef0;
}
.stripTable .bidStatus2 {
  background: #e1f7f8;
}
.stripTable .bidStatus3 {
  background: #c6f7d8;
}
.stripTable .bidStatus4 {
  background: #fee7e7;
}
.stripTable .bidStatus5 {
  background: #fff3db;
}
.stripTable .bidStatus6 {
  background: #fff3db;
}
.stripTable .bidStatus7 {
  background: #cce8ff;
}
.stripTable .edit {
  color: #0089cb;
  padding: 0 0 0 15px;
  background: url(/i/table_edit.png) left center no-repeat;
}
.bidStatusText1 {
  color: #949aa4;
}
.bidStatusText2 {
  color: #f2c94c;
}
.bidStatusText3 {
  color: #19ae76;
}
.bidStatusText4 {
  color: #bf4c4a;
}
.bidStatusText5 {
  color: #d0895b;
}
.bidStatusText6 {
  color: #d0895b;
}
.bidStatusText7 {
  color: #2f80ed;
}
.colorBidHelper {
  position: relative;
  float: left;
  width: 100%;
  margin: 0 0 5px 0;
}
.colorBidHelper div {
  position: relative;
  float: left;
  padding: 5px 10px;
  margin: 0 7px 0 0;
  font-size: 12px;
  color: #ffffff;
  border-radius: 5px;
  border: 1px solid transparent;
}
.colorBidHelper div:hover {
  border: 1px solid #ffffff;
}
.colorBidHelper .bidStatusAll {
  background: #4a525f;
}
.colorBidHelper .bidStatus1 {
  background: #0089cb;
}
.colorBidHelper .bidStatus2 {
  background: #00a6c0;
}
.colorBidHelper .bidStatus3 {
  background: #19ae76;
}
.colorBidHelper .bidStatus4 {
  background: #bf4c4a;
}
.colorBidHelper .bidStatus5 {
  background: #d0895b;
}
.colorBidHelper .bidStatus6 {
  background: #d0895b;
}
.colorBidHelper .bidStatus7 {
  background: #949aa4;
}
.botStatus {
  position: relative;
  float: left;
  width: 100%;
  margin: 0 0 10px 0;
}
.botStatus .color {
  position: relative;
  float: left;
  width: 20px;
  height: 20px;
  background: red;
  margin: 0 10px 0 0;
}
.botStatus .text {
  position: relative;
  float: left;
  color: red;
}
.botStatus.run .color {
  background: green;
}
.botStatus.run .text {
  color: green;
}
.hotelFindFormBox {
  position: relative;
  float: left;
  width: 953px;
  padding: 0 23px 23px 23px;
  background: #ffffff;
}
.hotelFindForm {
  position: relative;
  float: left;
  width: 953px;
  height: 513px;
  margin: 0 0 0 0;
  font-size: 14px;
  font-family: "Open Sans";
}
.hotelFindForm .text1 {
  position: absolute;
  top: 0px;
  left: 0px;
  color: #929292;
}
.hotelFindForm .text2 {
  position: absolute;
  top: 26px;
  left: 0px;
  color: #2d2d2d;
}
.hotelFindForm .text3 {
  position: absolute;
  top: 26px;
  left: 142px;
  color: #2d2d2d;
}
.hotelFindForm .text4 {
  position: absolute;
  top: 26px;
  left: 360px;
  color: #2d2d2d;
}
.hotelFindForm .text5 {
  position: absolute;
  top: 26px;
  left: 602px;
  color: #2d2d2d;
}
.hotelFindForm .text6 {
  position: absolute;
  top: 75px;
  left: 0px;
  color: #929292;
}
.hotelFindForm .text7 {
  position: absolute;
  top: 75px;
  left: 227px;
  color: #929292;
}
.hotelFindForm .text8 {
  position: absolute;
  top: 145px;
  left: 0px;
  color: #929292;
}
.hotelFindForm .text9 {
  position: absolute;
  top: 145px;
  left: 139px;
  color: #2d2d2d;
}
.hotelFindForm .text10 {
  position: absolute;
  top: 145px;
  left: 227px;
  color: #929292;
}
.hotelFindForm .text11 {
  position: absolute;
  top: 145px;
  left: 290px;
  color: #2d2d2d;
}
.hotelFindForm .text12 {
  position: absolute;
  top: 75px;
  left: 453px;
  color: #929292;
}
.hotelFindForm .text13 {
  position: absolute;
  top: 100px;
  left: 453px;
  color: #2d2d2d;
}
.hotelFindForm .text14 {
  position: absolute;
  top: 100px;
  left: 584px;
  color: #2d2d2d;
}
.hotelFindForm .text15 {
  position: absolute;
  top: 155px;
  left: 453px;
  color: #929292;
}
.hotelFindForm .text16 {
  position: absolute;
  top: 180px;
  left: 453px;
  color: #2d2d2d;
}
.hotelFindForm .text17 {
  position: absolute;
  top: 180px;
  left: 584px;
  color: #2d2d2d;
}
.hotelFindForm .text18 {
  position: absolute;
  top: 235px;
  left: 453px;
  color: #929292;
}
.hotelFindForm .text19 {
  position: absolute;
  top: 235px;
  left: 580px;
  color: #2d2d2d;
}
.hotelFindForm .text20 {
  position: absolute;
  top: 339px;
  left: 453px;
  color: #929292;
}
.hotelFindForm .text21 {
  position: absolute;
  top: 339px;
  left: 580px;
  color: #2d2d2d;
}
.hotelFindForm .text22 {
  position: absolute;
  top: 75px;
  left: 740px;
  color: #929292;
}
.hotelFindForm .text23 {
  position: absolute;
  top: 100px;
  left: 740px;
  color: #2d2d2d;
}
.hotelFindForm .text24 {
  position: absolute;
  top: 143px;
  left: 740px;
  color: #2d2d2d;
}
.hotelFindForm .text25 {
  position: absolute;
  top: 178px;
  left: 740px;
  color: #929292;
}
.hotelFindForm .text26 {
  position: absolute;
  top: 235px;
  left: 740px;
  color: #929292;
}
.hotelFindForm .text27 {
  position: absolute;
  top: 235px;
  left: 877px;
  color: #2d2d2d;
}
.hotelFindForm .text28 {
  position: absolute;
  top: 450px;
  left: 453px;
  color: #929292;
}
.hotelFindForm .input {
  position: absolute;
  background: #ffffff;
  border: 1px solid #d1d1d1;
  border-radius: 3px;
  height: 28px;
  padding: 0 0 0 5px;
  box-sizing: border-box;
}
.hotelFindForm .input1 {
  top: 22px;
  left: 30px;
  width: 88px;
  position: absolute;
  background: #ffffff;
  border: 1px solid #d1d1d1;
  border-radius: 3px;
  height: 28px;
  padding: 0 0 0 5px;
  box-sizing: border-box;
}
.hotelFindForm .input2 {
  top: 22px;
  left: 170px;
  width: 88px;
  position: absolute;
  background: #ffffff;
  border: 1px solid #d1d1d1;
  border-radius: 3px;
  height: 28px;
  padding: 0 0 0 5px;
  box-sizing: border-box;
}
.hotelFindForm .input3 {
  top: 22px;
  left: 269px;
  width: 60px;
  position: absolute;
  background: #ffffff;
  border: 1px solid #d1d1d1;
  border-radius: 3px;
  height: 28px;
  padding: 0 0 0 5px;
  box-sizing: border-box;
}
.hotelFindForm .input4 {
  top: 97px;
  left: 0px;
  width: 197px;
  position: absolute;
  background: #ffffff;
  border: 1px solid #d1d1d1;
  border-radius: 3px;
  height: 28px;
  padding: 0 0 0 5px;
  box-sizing: border-box;
}
.hotelFindForm .input5 {
  top: 97px;
  left: 227px;
  width: 197px;
  position: absolute;
  background: #ffffff;
  border: 1px solid #d1d1d1;
  border-radius: 3px;
  height: 28px;
  padding: 0 0 0 5px;
  box-sizing: border-box;
}
.hotelFindForm .input6 {
  top: 97px;
  left: 475px;
  width: 97px;
  position: absolute;
  background: #ffffff;
  border: 1px solid #d1d1d1;
  border-radius: 3px;
  height: 28px;
  padding: 0 0 0 5px;
  box-sizing: border-box;
}
.hotelFindForm .input7 {
  top: 97px;
  left: 614px;
  width: 97px;
  position: absolute;
  background: #ffffff;
  border: 1px solid #d1d1d1;
  border-radius: 3px;
  height: 28px;
  padding: 0 0 0 5px;
  box-sizing: border-box;
}
.hotelFindForm .input8 {
  top: 178px;
  left: 475px;
  width: 97px;
  position: absolute;
  background: #ffffff;
  border: 1px solid #d1d1d1;
  border-radius: 3px;
  height: 28px;
  padding: 0 0 0 5px;
  box-sizing: border-box;
}
.hotelFindForm .input9 {
  top: 178px;
  left: 614px;
  width: 97px;
  position: absolute;
  background: #ffffff;
  border: 1px solid #d1d1d1;
  border-radius: 3px;
  height: 28px;
  padding: 0 0 0 5px;
  box-sizing: border-box;
}
.hotelFindForm .input10 {
  top: 472px;
  left: 453px;
  width: 256px;
  position: absolute;
  background: #ffffff;
  border: 1px solid #d1d1d1;
  border-radius: 3px;
  height: 28px;
  padding: 0 0 0 5px;
  box-sizing: border-box;
}
.hotelFindForm .polos {
  position: absolute;
  height: 1px;
  background: #d1d1d1;
}
.hotelFindForm .polos1 {
  position: absolute;
  height: 1px;
  background: #d1d1d1;
  left: 0px;
  width: 100%;
  top: 61px;
}
.hotelFindForm .polos2 {
  position: absolute;
  height: 1px;
  background: #d1d1d1;
  left: 453px;
  width: 256px;
  top: 142px;
}
.hotelFindForm .polos3 {
  position: absolute;
  height: 1px;
  background: #d1d1d1;
  left: 453px;
  width: 256px;
  top: 222px;
}
.hotelFindForm .polos4 {
  position: absolute;
  height: 1px;
  background: #d1d1d1;
  left: 453px;
  width: 256px;
  top: 323px;
}
.hotelFindForm .polos5 {
  position: absolute;
  height: 1px;
  background: #d1d1d1;
  left: 0px;
  width: 100%;
  top: 443px;
}
.hotelFindForm .vp {
  position: absolute;
  top: 77px;
  width: 1px;
  height: 352px;
  background: #d1d1d1;
}
.hotelFindForm .vp1 {
  position: absolute;
  top: 77px;
  width: 1px;
  height: 352px;
  background: #d1d1d1;
  left: 211px;
}
.hotelFindForm .vp2 {
  position: absolute;
  top: 77px;
  width: 1px;
  height: 352px;
  background: #d1d1d1;
  left: 436px;
}
.hotelFindForm .vp3 {
  position: absolute;
  top: 77px;
  width: 1px;
  height: 352px;
  background: #d1d1d1;
  left: 724px;
}
.hotelFindForm .niceCheck {
  margin: 0 2px 0 0;
  position: relative;
  top: 1px;
  width: 12px;
  height: 12px;
  display: inline-block;
  cursor: pointer;
  background: url(/i/checkbox.png) 0 0 no-repeat;
}
.hotelFindForm .niceCheck input {
  display: none;
}
.hotelFindForm .niceChecked {
  background-position: -12px 0px;
}
.hotelFindForm .niceRadio {
  margin: 0;
  position: relative;
  top: 7px;
  width: 28px;
  height: 28px;
  display: inline-block;
  cursor: pointer;
  background: url(/i/radio.png);
  overflow: hidden;
}
.hotelFindForm .radioChecked {
  background-position: -28px 0px;
}
.hotelFindForm .niceRadio input {
  margin-left: -28px;
  display: none;
}
.hotelFindForm .hotelFind {
  position: absolute;
  top: 168px;
  left: 227px;
  background: #ffffff;
  border: 1px solid #d1d1d1;
  border-right: none;
  border-radius: 3px;
  height: 28px;
  padding: 0 0 0 5px;
  box-sizing: border-box;
  outline: none;
}
.hotelFindForm .hotelFindGo {
  position: absolute;
  top: 168px;
  left: 401px;
  width: 23px;
  border: 1px solid #d1d1d1;
  border-left: none;
  border-radius: 3px;
  height: 28px;
  box-sizing: border-box;
  background: url(/i/hotelFindGo.png) center center no-repeat #ffffff;
  cursor: pointer;
}
.hotelFindForm .resortFind {
  position: absolute;
  top: 168px;
  left: 0px;
  background: #ffffff;
  border: 1px solid #d1d1d1;
  border-right: none;
  border-radius: 3px;
  height: 28px;
  padding: 0 0 0 5px;
  box-sizing: border-box;
  outline: none;
}
.hotelFindForm .resortFindGo {
  position: absolute;
  top: 168px;
  left: 174px;
  width: 23px;
  border: 1px solid #d1d1d1;
  border-left: none;
  border-radius: 3px;
  height: 28px;
  box-sizing: border-box;
  background: url(/i/hotelFindGo.png) center center no-repeat #ffffff;
  cursor: pointer;
}
.hotelFindForm .countryFind {
  position: absolute;
  top: 73px;
  left: 287px;
  width: 117px;
  background: #ffffff;
  border: 1px solid #d1d1d1;
  border-right: none;
  border-radius: 3px;
  height: 24px;
  padding: 0 0 0 5px;
  box-sizing: border-box;
  outline: none;
}
.hotelFindForm .countryFindGo {
  position: absolute;
  top: 73px;
  left: 401px;
  width: 23px;
  border: 1px solid #d1d1d1;
  border-left: none;
  border-radius: 3px;
  height: 24px;
  box-sizing: border-box;
  background: url(/i/hotelFindGo.png) center center no-repeat #ffffff;
  cursor: pointer;
}
.hotelFindForm .checkBox {
  position: absolute;
  width: 197px;
  box-sizing: border-box;
  padding: 3px 7px;
  overflow-y: scroll;
  border: 1px solid #d1d1d1;
  border-radius: 3px;
  background: #ffffff;
}
.hotelFindForm .checkBox1 {
  position: absolute;
  width: 197px;
  box-sizing: border-box;
  padding: 3px 7px;
  overflow-y: scroll;
  border: 1px solid #d1d1d1;
  border-radius: 3px;
  background: #ffffff;
  left: 0px;
  top: 195px;
  height: 230px;
}
.hotelFindForm .checkBox2 {
  position: absolute;
  width: 197px;
  box-sizing: border-box;
  padding: 3px 7px;
  overflow-y: scroll;
  border: 1px solid #d1d1d1;
  border-radius: 3px;
  background: #ffffff;
  left: 227px;
  top: 195px;
  height: 230px;
}
.hotelFindForm .checkBox3 {
  position: absolute;
  width: 256px;
  top: 265px;
  left: 453px;
}
.hotelFindForm .checkBox3 .box {
  position: relative;
  float: left;
  width: 25%;
}
.hotelFindForm .checkBox4 {
  position: absolute;
  width: 256px;
  top: 370px;
  left: 453px;
}
.hotelFindForm .checkBox4 .box {
  position: relative;
  float: left;
  width: 25%;
}
.hotelFindForm .checkBox5 {
  position: absolute;
  width: 197px;
  box-sizing: border-box;
  padding: 3px 7px;
  overflow-y: scroll;
  border: 1px solid #d1d1d1;
  border-radius: 3px;
  background: #ffffff;
  left: 740px;
  top: 264px;
  height: 161px;
}
.hotelFindForm .selectBox {
  position: absolute;
  width: 140px;
}
.hotelFindForm .selectBox .box {
  position: relative;
  float: left;
  text-align: center;
  width: 21px;
  height: 21px;
  box-sizing: border-box;
  background: #ffffff;
  color: #2d2d2d;
  margin: 0 5px 0 0;
  border: 1px solid #d1d1d1;
  cursor: pointer;
}
.hotelFindForm .selectBox .select {
  background: #4082fa;
  color: #ffffff;
}
.hotelFindForm .selectBox input {
  display: none;
}
.hotelFindForm .selectBox1 {
  top: 101px;
  left: 813px;
}
.hotelFindForm .selectBox2 {
  top: 143px;
  left: 813px;
}
.hotelFindForm .ageBox {
  position: absolute;
  top: 198px;
  left: 740px;
}
.hotelFindForm .ageBox .input {
  position: relative;
  float: left;
  width: 45px;
  margin: 0 5px 0 0;
}
.hotelFindForm .ageBox .disabled {
  background: #eaeaea;
}
.hotelFindForm .go {
  position: absolute;
  top: 462px;
  left: 748px;
  padding: 12px 0;
  text-align: center;
  background: #eaaa02;
  width: 206px;
  color: #ffffff;
  font-size: 18px;
  cursor: pointer;
  border: none;
}
.hotelFindForm .green {
  position: absolute;
  top: 462px;
  left: 48px;
  padding: 12px 0;
  text-align: center;
  background: #3ab050;
  width: 206px;
  color: #ffffff;
  font-size: 18px;
  cursor: pointer;
  border: none;
}
.hotelFindForm .sortStar {
  position: absolute;
  top: 150px;
  left: 367px;
  width: 20px;
  height: 11px;
  background: url(/i/sortStar.png) 0 0 no-repeat;
  cursor: pointer;
}
.hotelFindForm .sortStar.active {
  background-position: -20px 0;
}
.hotelFindForm .sortStar input {
  display: none;
}
.hotelFindForm .sortAlf {
  position: absolute;
  top: 150px;
  left: 398px;
  width: 26px;
  height: 11px;
  background: url(/i/sortAlf.png) 0 0 no-repeat;
  cursor: pointer;
}
.hotelFindForm .sortAlf.active {
  background-position: -26px 0;
}
.hotelFindForm .sortAlf input {
  display: none;
}
.btnHotel {
  position: relative;
  float: left;
  width: 962px;
  height: 245px;
  margin: 0 0 10px 0;
  z-index: 90;
}
.btnHotel .btnBox {
  position: absolute;
  top: 0px;
  left: 0px;
  width: 1015px;
}
.btnHotel .btnBox .btn {
  position: relative;
  float: left;
  overflow: hidden;
  background: #3bc8f5;
  color: #ffffff;
  width: 130px;
  font-size: 13px;
  font-family: "Roboto";
  box-sizing: border-box;
  border-radius: 60px;
  margin: 0 5px 5px 0;
  cursor: pointer;
  line-height: 1;
  display: flex;
  height: 43px;
  text-align: center;
  justify-content: center;
  align-items: center;
}
.btnHotel .btnBox .btn input {
  display: none;
}
.btnHotel .btnBox .select {
  background: #63a3d5;
}
.btnHotel .btnBox .green {
  background: #3ab050;
}
.btnHotel .btnBox .green:hover {
  background: #339946;
}
.btnHotel .btnBox .green:hover .panelBtn {
  display: block;
}
.btnHotel .btnBox .green .hide {
  display: none;
}
.btnHotel .btnBox .green .panelBtn {
  position: absolute;
  top: 30px;
  left: 0px;
  width: 412px;
  background: #ffffff;
  border: 1px solid #eaaa02;
  border-radius: 5px;
  padding: 5px 0 0 5px;
  box-sizing: border-box;
  z-index: 100;
}
.btnHotel .monitor {
  position: absolute;
  top: -32px;
  left: 685px;
  width: 330px;
  height: 284px;
}
.btnHotel .monitor .title {
  color: #ffffff;
  font-size: 18px;
  padding: 2px 7px 2px 7px;
  cursor: pointer;
  background: #00afe9;
  display: inline;
  border-radius: 3px;
}
.btnHotel .monitor .middle {
  background-color: #e4e4e4;
  padding: 10px;
  min-height: 240px;
}
.btnHotel .monitor .middle h1 {
  font-weight: 700;
  font-size: 1.5em;
  margin-bottom: 0.2em;
  color: #63a3d5;
}
.btnHotel .monitor .middle h2 {
  font-weight: 100;
  font-style: italic;
  font-size: 0.8em;
  margin: 0;
  color: #63a3d5;
}
.btnHotel .monitor .middle a {
  font-weight: 400;
  color: #00aeff;
}
.btnHotel .monitor .middle a:hover {
  color: #ff5100;
}
.btnHotel .monitor .middle .middle a {
  text-decoration: none;
  font-size: 1em;
  position: relative;
  transition: all 0.6s;
}
.btnHotel .monitor .middle .middle a:before {
  content: "";
  width: 0;
  height: 0.1em;
  position: absolute;
  bottom: 0;
  left: 50%;
  background: #00aeff;
  transition: all 0.3s;
}
.btnHotel .monitor .middle .middle a:hover:before {
  width: 100%;
  left: 0;
  background: #ff5100;
}
.btnHotel .monitor .middle .left a {
  text-decoration: none;
  font-size: 1em;
  position: relative;
  transition: all 0.6s;
}
.btnHotel .monitor .middle .left a:before {
  content: "";
  width: 0;
  height: 0.1em;
  position: absolute;
  bottom: 0;
  left: 0;
  background: #00aeff;
  transition: all 0.3s;
}
.btnHotel .monitor .middle .left a:hover:before {
  width: 100%;
  left: 0;
  background: #ff5100;
}
.btnHotel .monitor .middle .right a {
  text-decoration: none;
  font-size: 1em;
  position: relative;
  transition: all 0.6s;
}
.btnHotel .monitor .middle .right a:before {
  content: "";
  width: 0;
  height: 0.1em;
  position: absolute;
  bottom: 0;
  left: 100%;
  background: #00aeff;
  transition: all 0.3s;
}
.btnHotel .monitor .middle .right a:hover:before {
  width: 100%;
  left: 0;
  background: #ff5100;
}
.btnHotel .monitor .middle .pass a {
  text-decoration: none;
  font-size: 1em;
  position: relative;
  transition: all 0.6s;
}
.btnHotel .monitor .middle .pass a:before {
  content: "";
  width: 0;
  height: 0.1em;
  position: absolute;
  bottom: 0;
  right: 0;
  background: #00aeff;
  transition: all 0.3s;
}
.btnHotel .monitor .middle .pass a:hover:before {
  width: 100%;
  left: 0;
  background: #ff5100;
}
.btnHotel .btnType2 {
  position: absolute;
  top: 182px;
  left: 0px;
}
.hotelType {
  position: relative;
  float: left;
  margin: 0 0 10px 0;
}
.hotelType .box {
  position: relative;
  float: left;
  font-size: 13px;
  margin: 0 15px 0 0;
}
.hotelType input {
  position: relative;
  top: 2px;
}
.hotelType .btnType2 {
  position: relative;
}
.hotelType .btnType2:hover {
  background: #339946;
}
.hotelType .btnType2:hover .panelBtn {
  display: block;
}
.hotelType .btnType2 .panelBtn {
  position: absolute;
  text-align: left;
  color: #000000;
  font-weight: normal;
  top: 24px;
  left: 0px;
  width: 322px;
  background: #ffffff;
  border: 1px solid #eaaa02;
  border-radius: 5px;
  padding: 5px 5px 0 5px;
  box-sizing: border-box;
  z-index: 100;
  display: none;
}
.hotelType .btnType2 .panelBtn .box {
  width: 50%;
  margin: 0 0 5px 0;
}
.hotelType .btnType2 .panelBtn .btnType2 {
  width: 100%;
  box-sizing: border-box;
}
.autocomplete-suggestions {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  border: 1px solid #999999;
  background: #ffffff;
  cursor: default;
  overflow: auto;
  -webkit-box-shadow: 1px 4px 3px rgba(50, 50, 50, 0.64);
  -moz-box-shadow: 1px 4px 3px rgba(50, 50, 50, 0.64);
  box-shadow: 1px 4px 3px rgba(50, 50, 50, 0.64);
  font-size: 12px;
}
.autocomplete-suggestion {
  padding: 2px 5px;
  white-space: nowrap;
  overflow: hidden;
}
.autocomplete-no-suggestion {
  padding: 2px 5px;
}
.autocomplete-selected {
  background: #f0f0f0;
}
.autocomplete-suggestions strong {
  font-weight: bold;
  color: #000000;
}
.autocomplete-group {
  padding: 2px 5px;
}
.autocomplete-group strong {
  font-weight: bold;
  font-size: 16px;
  color: #000000;
  display: block;
  border-bottom: 1px solid #000000;
}
.priceHot {
  position: relative;
  float: left;
  width: 315px;
  height: 20px;
  margin: 5px 0 3px 0;
}
.priceHot .name {
  position: absolute;
  top: 0px;
  left: 0px;
  color: #929292;
  font-size: 13px;
}
.priceHot .otText {
  position: absolute;
  top: 0px;
  left: 35px;
  color: #929292;
  font-size: 13px;
}
.priceHot .doText {
  position: absolute;
  top: 0px;
  left: 114px;
  color: #929292;
  font-size: 13px;
}
.priceHot .ot {
  position: absolute;
  top: 1px;
  left: 54px;
  width: 50px;
  border-radius: 3px;
  border: 1px solid #d1d1d1;
  background: #ffffff;
  padding: 0 0 0 2px;
  color: #929292;
  font-size: 13px;
}
.priceHot .do {
  position: absolute;
  top: 1px;
  left: 135px;
  width: 50px;
  border-radius: 3px;
  border: 1px solid #d1d1d1;
  background: #ffffff;
  padding: 0 0 0 2px;
  color: #929292;
  font-size: 13px;
}
.priceHot .hot {
  position: absolute;
  top: 0px;
  left: 195px;
  color: #929292;
  font-size: 13px;
  width: 115px;
}
.priceHot .hot input {
  position: relative;
  top: 2px;
}
.touroperators {
  text-align: center;
}
.touroperators img {
  margin: 5px auto;
}
.topfaces {
  width: 100%;
  height: 47px;
  position: absolute;
  top: 0;
  left: 0;
  overflow: visible;
  box-sizing: border-box;
  /*z-index: 50;*/
}
.topfaces .selectGroup {
  position: relative;
  float: left;
  height: 42px;
  padding: 2px 0;
}
.topfaces .selectGroup .groupBox {
  position: relative;
  width: 100%;
  box-sizing: border-box;
  padding: 10px;
  border: 1px solid #e4e4e4;
  border-radius: 5px;
  height: 100%;
  background: #30527c;
}
.topfaces .selectGroup .groupBox .group {
  width: 100%;
  height: 100%;
  border-radius: 5px;
  background: #30527c;
  color: #ffffff;
}
.topfaces .image {
  position: relative;
  float: left;
  width: 42px;
  height: 42px;
  padding: 2px;
  z-index: 500;
  background: #ffffff;
}
.topfaces .image .im {
  position: absolute;
  top: 2px;
  left: 2px;
  width: 42px;
  height: 42px;
  border: 1px solid #0081c9;
  border-radius: 5px;
  box-sizing: border-box;
}
.topfaces .image:hover .im {
  top: -2px;
  left: -2px;
  width: 50px;
  height: 50px;
}
.topfaces .image:hover .info {
  display: block;
}
.topfaces .image .info {
  position: absolute;
  display: none;
  top: 48px;
  left: -62px;
  width: 150px;
  padding: 5px;
  background: #ffffff;
  border: 1px solid #30527c;
  border-radius: 5px;
  z-index: 500;
  color: #0081c9;
  font-size: 14px;
}
.topfaces .image .info .bigImage {
  position: relative;
  float: left;
  width: 150px;
  height: 150px;
}
.topfaces .image .info .bigImage img {
  width: 150px;
  height: 150px;
  border: 1px solid #0081c9;
  border-radius: 5px;
  box-sizing: border-box;
}
.topfaces .image .info .pl {
  position: relative;
  float: left;
  margin: 10px 0 0 0;
  width: 150px;
  text-align: center;
}
.topfaces .image .info .text {
  position: relative;
  float: left;
  margin: 10px 0 0 0;
  width: 150px;
  text-align: center;
}
.topfaces .image .info .contacts {
  position: relative;
  float: left;
  margin: 10px 0 0 0;
  width: 150px;
  text-align: center;
}
.topfaces .image .info a {
  color: #0081c9;
  font-size: 14px;
}
.topfaces .more {
  background: #30527c;
  border-radius: 42px;
  text-align: center;
  color: #ffffff;
}
.topfaces .more:hover {
  background: #33455e;
}
.topfaces .more .text {
  margin-top: 5px;
}
.topfaces .rightPanel1 .info {
  left: 0px;
}
.topfaces .rightPanel2 .info {
  left: -46px;
}
.topfaces .leftPanel1 .info {
  left: auto;
  right: 0px;
}
.topfaces .leftPanel2 .info {
  left: auto;
  right: -46px;
}
.topfaces .bodyPolos {
  position: relative;
  float: left;
  height: 44px;
}
.topfaces .delete {
  display: none;
}
.topfaces .polos {
  position: absolute;
  top: 50px;
  left: 0px;
  width: 100%;
  height: 1px;
  background: #ffffff;
}
.toForm {
  position: relative;
  float: left;
}
.toForm .to {
  position: relative;
  float: left;
  width: 150px;
  border: 1px solid #0081c9;
  border-radius: 5px;
  box-sizing: border-box;
  height: 23px;
  margin: 0 5px 0 0;
}
.toForm .btnType2 {
  padding: 4px 6px 5px;
}
.hotelsList {
  position: relative;
  float: left;
  width: 100%;
  line-height: 1.2;
  margin: 0 0 20px 0;
}
.hotelsList a {
  color: #3f6288;
  font-size: 12px;
}
.tableBidBox {
  position: relative;
  float: left;
  width: 1000px;
}
.tableBidBox .td {
  position: relative;
  padding: 2px 4px;
  border-right: 1px solid #b1c2ca;
  box-sizing: border-box;
}
.tableBidBox .rowTableHeader {
  position: relative;
  display: flex;
  width: 1000px;
  background: #73a8d3;
  border: 1px solid #d6dee2;
  border-radius: 5px;
  color: #ffffff;
  font-size: 12px;
  font-weight: bold;
  margin: 0 0 5px 0;
}
.tableBidBox .rowTableHeader .r1 {
  text-align: center;
}
.tableBidBox .rowTableHeader .r2 {
  text-align: center;
}
.tableBidBox .rowTableHeader .r3 {
  text-align: center;
}
.tableBidBox .rowTableHeader .r4 {
  text-align: center;
}
.tableBidBox .rowTableHeader .r5 {
  text-align: center;
}
.tableBidBox .rowTableHeader .r6 {
  text-align: center;
}
.tableBidBox .rowTableHeader .r56 {
  text-align: center;
}
.tableBidBox .rowTableHeader .r7 {
  text-align: center;
}
.tableBidBox .rowTableHeader .r7b {
  text-align: center;
}
.tableBidBox .rowTableHeader .r8 {
  text-align: center;
}
.tableBidBox .rowTableHeader .r9 {
  text-align: center;
}
.tableBidBox .rowTable {
  position: relative;
  display: flex;
  width: 1000px;
  background: #ffffff;
  border: 1px solid #b1c2ca;
  border-radius: 5px;
  color: #27374b;
  font-size: 12px;
  margin: 0 0 5px 0;
}
.tableBidBox .rowTable .r8 {
  color: #bf4c4a;
}
.tableBidBox .r1 {
  position: relative;
  padding: 2px 4px;
  border-right: 1px solid #b1c2ca;
  box-sizing: border-box;
  width: 96px;
}
.tableBidBox .r2 {
  position: relative;
  padding: 2px 4px;
  border-right: 1px solid #b1c2ca;
  box-sizing: border-box;
  width: 91px;
}
.tableBidBox .r3 {
  position: relative;
  padding: 2px 4px;
  border-right: 1px solid #b1c2ca;
  box-sizing: border-box;
  width: 124px;
}
.tableBidBox .r4 {
  position: relative;
  padding: 2px 4px;
  border-right: 1px solid #b1c2ca;
  box-sizing: border-box;
  width: 306px;
}
.tableBidBox .r5 {
  float: left;
  width: 50%;
  text-align: center;
}
.tableBidBox .r6 {
  float: left;
  width: 50%;
  text-align: center;
}
.tableBidBox .payto {
  float: left;
  width: 100%;
  text-align: center;
}
.tableBidBox .r56 {
  position: relative;
  padding: 2px 4px;
  border-right: 1px solid #b1c2ca;
  box-sizing: border-box;
  width: 125px;
  text-align: center;
}
.tableBidBox .r7 {
  position: relative;
  padding: 2px 4px;
  border-right: 1px solid #b1c2ca;
  box-sizing: border-box;
  width: 39px;
  text-align: center;
}
.tableBidBox .r8 {
  position: relative;
  padding: 2px 4px;
  border-right: 1px solid #b1c2ca;
  box-sizing: border-box;
  width: 157px;
}
.tableBidBox .r7b {
  position: relative;
  padding: 2px 4px;
  border-right: 1px solid #b1c2ca;
  box-sizing: border-box;
  width: 196px;
}
.tableBidBox .r9 {
  position: relative;
  padding: 2px 4px;
  border-right: 1px solid #b1c2ca;
  box-sizing: border-box;
  width: 134px;
  border-right: none;
}
.tableBidBox .zn {
  display: inline;
  position: relative;
  top: 2px;
  width: 13px;
  height: 13px;
}
.tableBidBox .bidStatusText {
  text-transform: uppercase;
  font-weight: bold;
}
.tableBidBox .bidStatus1 {
  background: #eceef0;
}
.tableBidBox .bidStatus2 {
  background: #e1f7f8;
}
.tableBidBox .bidStatus3 {
  background: #c6f7d8;
}
.tableBidBox .bidStatus4 {
  background: #fee7e7;
}
.tableBidBox .bidStatus5 {
  background: #fff3db;
}
.tableBidBox .bidStatus6 {
  background: #fff3db;
}
.tableBidBox .bidStatus7 {
  background: #cce8ff;
}
.tableBidBox .bidStatusContacted {
  background: #b9f3dd;
}
.tableBidBox a {
  color: #27374b;
  font-size: 12px;
}
.tableBidBox .r {
  color: #bf4c4a;
}
.tableBidBox .g {
  color: #00a092;
}
.btnEdit {
  color: #0089cb;
  padding: 0 0 0 15px;
  background: url(/i/table_edit.png) left center no-repeat;
}
.daysBox {
  position: relative;
  float: left;
  width: 1000px;
}
.daysBox .dayBox {
  position: relative;
  float: left;
  width: 1000px;
  margin: 0 0 10px 0;
}
.daysBox .dayBox .dayName {
  position: relative;
  float: left;
  width: 1000px;
  color: #000000;
  font-size: 14px;
  font-weight: bold;
}
.daysBox .dayBox .dayRecords {
  position: relative;
  float: left;
  width: 1000px;
  margin: 0 0 5px 0;
}
.daysBox .dayBox .dayRecords .day {
  position: relative;
  float: left;
  width: 1000px;
  margin: 0 0 5px 0;
  font-size: 12px;
  color: #000000;
}
.daysBox .dayBox .dayRecords .day a {
  color: blue;
}
.daysBox .dayBox .noCases {
  position: relative;
  float: left;
  width: 1000px;
  margin: 0 0 0 0;
  font-size: 11px;
  color: #000000;
}
/* form1000WhiteBg
-----------------------------------------------------------------------------*/
.form1000WhiteBg {
  position: relative;
  float: left;
  width: 978px;
  padding: 10px;
  margin: 0 0 10px 0;
  background: #ffffff;
  border: 1px solid #b3b8bf;
  border-radius: 5px;
}
.form1000WhiteBg .form-group {
  position: relative;
  float: left;
  width: 978px;
  margin: 0 0 10px 0;
}
.form1000WhiteBg .form-group .control-label {
  position: relative;
  display: block;
  float: left;
  width: 200px;
  color: #000000;
  font-size: 12px;
  line-height: 1;
  margin: 3px 0 1px 0;
}
.form1000WhiteBg .form-group .radioBox {
  position: relative;
  float: left;
  width: 100%;
}
.form1000WhiteBg .form-group .form-control {
  position: relative;
  float: left;
  width: 778px;
  background: #ffffff;
  font-size: 11px;
  color: #454545;
  border-radius: 5px;
  border: 1px solid #cacaca;
  padding: 0 5px;
  height: 23px;
  box-sizing: border-box;
}
.form1000WhiteBg .form-group .Form_Field_Files_input {
  position: relative;
  float: left;
  width: 778px;
  background: #ffffff;
  font-size: 11px;
  color: #454545;
  border-radius: 5px;
  border: 1px solid #cacaca;
  padding: 0 5px;
  height: 23px;
  box-sizing: border-box;
}
.form1000WhiteBg .form-group label {
  color: #000000;
  font-size: 12px;
}
.form1000WhiteBg .form-group label input[type=checkbox] {
  position: relative;
  top: 2px;
}
.form1000WhiteBg .form-group .inputBox {
  position: relative;
  float: left;
  width: 778px;
}
.form1000WhiteBg .form-group .errorInput {
  border: 1px solid red;
}
.form1000WhiteBg .btn {
  position: relative;
  float: left;
  color: #ffffff;
  font-size: 12px;
  border: none;
  border-radius: 2px;
  padding: 3px 6px;
  cursor: pointer;
  text-decoration: none;
  margin: 0 7px 7px 0;
  background: #3ab050;
  font-weight: bold;
}
.form1000WhiteBg .has-error .form-control {
  border: 1px solid red;
}
.form1000WhiteBg .help-block {
  color: red;
  font-size: 10px;
}
.taskBox {
  position: relative;
  width: 100%;
  color: #000000;
  font-size: 14px;
}
.taskBox .task {
  position: relative;
  width: 100%;
  margin: 0 0 15px 0;
}
.taskBox .task input {
  position: relative;
  top: 1px;
}
.taskBox .task .edit {
  color: #3ab050;
  cursor: pointer;
}
.taskBox .task .edit:hover {
  text-decoration: underline;
}
.taskBox .task .del {
  color: red;
  cursor: pointer;
}
.taskBox .task .del:hover {
  text-decoration: underline;
}
.taskBox .checked {
  color: #505050;
}
.taskBox .checked .edit {
  color: #79d289;
}
.taskBox .checked .del {
  color: #edabab;
}
.taskBox #add {
  float: left;
  width: 100%;
  height: 50px;
  padding: 5px;
  border-radius: 5px;
  border: 1px solid #cacaca;
  box-sizing: border-box;
}
.contentBody {
  position: relative;
  float: left;
  width: 100%;
  background: #ffffff;
  color: #000000;
  font-size: 12px;
  padding: 10px;
  border-radius: 10px;
  box-sizing: border-box;
}
.contentBody a {
  color: blue;
}
.contentGreen {
  background: green;
  color: #ffffff;
}
.imageYoutubeBox {
  position: relative;
  float: left;
  width: 980px;
}
.imageYoutubeBox .item {
  position: relative;
  float: left;
  width: 235px;
  margin: 0 10px 10px 0;
}
.imageYoutubeBox .item img {
  display: block;
}
.imageYoutubeBox .item .youtube {
  position: absolute;
  right: 5px;
  bottom: 5px;
  width: 48px;
  height: 48px;
  background: url(/i/if_youtube_252072.png) 0 0 no-repeat;
}
.form1000Line {
  position: relative;
  float: left;
  width: 978px;
  padding: 10px;
  margin: 0 0 10px 0;
  background: url(/i/globalbg.png) 0 0 repeat;
  border: 1px solid #b3b8bf;
  border-radius: 5px;
}
.form1000Line .form-group {
  position: relative;
  float: left;
  width: 326px;
  margin: 0 0 10px 0;
}
.form1000Line .form-group .control-label {
  position: relative;
  display: block;
  float: left;
  width: 100px;
  color: #ffffff;
  font-size: 12px;
  line-height: 1;
  margin: 3px 0 1px 0;
}
.form1000Line .form-group .radioBox {
  position: relative;
  float: left;
  width: 100%;
}
.form1000Line .form-group .selectBox {
  position: relative;
  float: left;
  width: 778px;
}
.form1000Line .form-group .form-control {
  position: relative;
  float: left;
  width: 200px;
  background: #ffffff;
  font-size: 11px;
  color: #454545;
  border-radius: 5px;
  border: 1px solid #cacaca;
  padding: 0 5px;
  height: 23px;
  box-sizing: border-box;
}
.form1000Line .form-group .Form_Field_Files_input {
  position: relative;
  float: left;
  width: 200px;
  background: #ffffff;
  font-size: 11px;
  color: #454545;
  border-radius: 5px;
  border: 1px solid #cacaca;
  padding: 0 5px;
  height: 23px;
  box-sizing: border-box;
}
.form1000Line .form-group label {
  color: #ffffff;
  font-size: 12px;
}
.form1000Line .form-group label input[type=checkbox] {
  position: relative;
  top: 2px;
}
.form1000Line .form-group .inputBox {
  position: relative;
  float: left;
  width: 778px;
}
.form1000Line .form-group .errorInput {
  border: 1px solid red;
}
.form1000Line .btn {
  position: relative;
  float: left;
  color: #ffffff;
  font-size: 12px;
  border: none;
  border-radius: 2px;
  padding: 5px 6px;
  cursor: pointer;
  text-decoration: none;
  width: 100%;
  text-align: center;
  background: #3ab050;
  font-weight: bold;
}
.form1000Line .has-error .form-control {
  border: 1px solid red;
}
.form1000Line .help-block {
  color: red;
  font-size: 10px;
}
.countryExpert {
  position: absolute;
  top: 332px;
  right: 10px;
  width: 480px;
  padding: 5px;
  font-size: 12px;
  margin: 0 0 10px 0;
  border: 1px solid #337ab7;
  border-radius: 10px;
}
.countryExpert a {
  color: #337ab7;
}
.countryExpert .image {
  position: relative;
  float: left;
  width: 60px;
}
.countryExpert .image img {
  border-radius: 50px;
}
.countryExpert .name {
  position: relative;
  float: left;
  width: 420px;
  font-size: 20px;
  margin: 0 0 5px 0;
  color: #337ab7;
}
.countryExpert .info {
  position: relative;
  float: left;
  width: 420px;
}
.countryExpert .photo {
  position: relative;
  float: left;
  width: 420px;
}
.countryExpert .btns {
  position: relative;
  float: left;
  width: 420px;
  margin: 5px 0 0 60px;
}
.countryExpert .btns .btnType2 {
  margin-bottom: 0;
  width: 191px;
  text-align: center;
}
.btnCountry {
  position: relative;
  float: left;
  width: 962px;
  height: 285px;
  margin: 0 0 10px 0;
  z-index: 90;
}
.btnCountry .btnBox {
  position: absolute;
  top: 0px;
  left: 0px;
  width: 685px;
}
.btnCountry .btnBox .btn {
  position: relative;
  float: left;
  width: 130px;
  background: #eaaa02;
  color: #ffffff;
  font-size: 13px;
  font-weight: bold;
  font-family: "Arial";
  box-sizing: border-box;
  text-align: center;
  border-radius: 3px;
  margin: 0 5px 5px 0;
  cursor: pointer;
  line-height: 1;
}
.btnCountry .btnBox .btn:hover {
  background: #ca9102;
}
.btnCountry .btnBox .btn input {
  display: none;
}
.btnCountry .btnBox .select {
  background: #b17f02;
}
.btnCountry .btnBox .select:hover {
  background: #b17f02;
}
.btnCountry .btnBox .green {
  background: #3ab050;
}
.btnCountry .btnBox .green:hover {
  background: #339946;
}
.btnCountry .btnBox .green:hover .panelBtn {
  display: block;
}
.btnCountry .btnBox .green .hide {
  display: none;
}
.btnCountry .btnBox .green .panelBtn {
  position: absolute;
  top: 30px;
  left: 0px;
  width: 412px;
  background: #ffffff;
  border: 1px solid #eaaa02;
  border-radius: 5px;
  padding: 5px 0 0 5px;
  box-sizing: border-box;
  z-index: 100;
}
.btnCountry .monitor {
  position: absolute;
  top: -13px;
  left: 685px;
  width: 315px;
  height: 296px;
  background: url(/i/monitor.png) 0 0 no-repeat;
  background-size: 100% 100%;
}
.btnCountry .monitor object {
  position: absolute;
  top: 15px;
  left: 11px;
}
.btnCountry .btnType2 {
  position: absolute;
  top: 182px;
  left: 0px;
}
.statusIcon {
  display: inline-block;
  width: 16px;
  height: 16px;
  background-size: 100%;
  margin: 0 2px 0 0;
  cursor: pointer;
  background-image: url(/i/if_check_1930264.png);
}
.statusIconWarning {
  background-image: url(/i/warning_31226.png);
}
.statusFeedback {
  display: inline-block;
  width: 16px;
  height: 16px;
  background-size: 100%;
  margin: 0 2px 0 0;
  cursor: pointer;
  background-image: url(/i/if_check_1930264.png);
}
.statusIconNoFeedback {
  background-image: url(/i/error-128.png);
}
.travelAgencyBox {
  position: relative;
  float: left;
  width: 1000px;
}
.travelAgencyBox .textBox {
  position: relative;
  float: left;
  width: 980px;
  background: #ffffff;
  border-radius: 5px;
  padding: 10px;
  font-size: 14px;
  margin: 0 0 10px 0;
}
.travelAgencyBox .videoBox {
  position: relative;
  float: left;
  width: 1000px;
}
.travelAgencyBox .videoBox .img {
  position: relative;
  float: left;
  width: 240px;
  margin: 0 10px 10px 0;
}
.travelAgencyBox .videoBox img {
  display: block;
}
.travelAgencyBox .videoBox .youtube {
  position: absolute;
  right: 5px;
  bottom: 5px;
  width: 48px;
  height: 48px;
  background: url(/i/if_youtube_252072.png) 0 0 no-repeat;
}
.travelAgencyBox .map {
  position: relative;
  float: left;
  width: 1000px;
  margin: 10px 0;
  height: 350px;
}
.botBoxMessages {
  position: relative;
  float: left;
  width: 1000px;
}
.botBoxMessages .titleBox {
  position: relative;
  float: left;
  width: 228px;
  border: 1px solid #63a3d5;
  border-radius: 3px;
  margin: 0 10px 10px 0;
}
.botBoxMessages .titleBox .btn {
  position: relative;
  float: left;
  padding: 3px 20px 3px 10px;
  width: 198px;
  height: 21px;
  margin: 0 5px 5px 0;
}
.botBoxMessages .titleBox .btn .nomer {
  position: absolute;
  top: 3px;
  left: 5px;
  width: 70px;
  padding: 5px;
  background: #f1f1f4;
  border-radius: 3px;
  color: #2b2c33;
  font-size: 10px;
  cursor: pointer;
}
.botBoxMessages .titleBox .btn .ansver {
  position: absolute;
  top: 4px;
  left: 95px;
  width: 20px;
  height: 20px;
  border-radius: 20px;
  background: green;
}
.botBoxMessages .titleBox .btn .noAnsver {
  position: absolute;
  top: 4px;
  left: 95px;
  width: 20px;
  height: 20px;
  border-radius: 20px;
  background: red;
}
.botBoxMessages .titleBox .btn .count {
  position: absolute;
  top: 7px;
  right: 25px;
  font-size: 11px;
}
.botBoxMessages .titleBox .btn .save {
  position: absolute;
  top: 1px;
  right: 45px;
  padding: 5px;
  border-radius: 3px;
  background: #f1f1f4;
  font-size: 12px;
  width: 52px;
  display: none;
  cursor: pointer;
}
.botBoxMessages .titleBox .btn .addAnsver {
  position: absolute;
  top: 4px;
  left: 41px;
  width: 16px;
  height: 16px;
  border-radius: 16px;
  background: red;
}
.botBoxMessages .titleBox .btn .save.yes {
  background: url(/i/ready.png) 41px 4px no-repeat #f1f1f4;
  background-size: 16px;
}
.botBoxMessages .titleBox .btn .save.yes .addAnsver {
  display: none;
}
.botBoxMessages .titleBox .btn .close {
  position: absolute;
  top: 4px;
  right: 2px;
  width: 18px;
  height: 18px;
  background: url(/i/if_close_delete_70975.png) 0 0 no-repeat;
  background-size: 100%;
  cursor: pointer;
}
.botBoxMessages .titleBox .active {
  background: #209bf7;
}
.botBoxMessages .titleBox .rBtn {
  background: red;
}
.botBoxMessages .dialogBox {
  position: relative;
  float: left;
  width: 738px;
  height: 300px;
  border: 1px solid #63a3d5;
  padding: 5px;
  border-radius: 3px;
  overflow: hidden;
  overflow-y: scroll;
  margin: 0 0 10px 0;
}
.botBoxMessages .dialogBox .m {
  position: relative;
  float: left;
  width: 708px;
  padding: 5px;
  border-radius: 3px;
}
.botBoxMessages .dialogBox .m .n {
  position: relative;
  float: left;
  width: 100%;
  font-size: 12px;
  margin: 0 0 2px 0;
}
.botBoxMessages .dialogBox .m .t {
  position: relative;
  float: left;
  width: 100%;
  font-size: 14px;
  line-height: 1.5;
}
.botBoxMessages .dialogBox .manager {
  background: #f1f1f4;
  color: #2b2c33;
  width: 678px;
  margin: 0 0 10px 30px;
}
.botBoxMessages .dialogBox .manager .i {
  position: relative;
  float: left;
  width: 10%;
  margin: 0 1% 0 0;
}
.botBoxMessages .dialogBox .manager .i img {
  width: 100%;
}
.botBoxMessages .dialogBox .manager .n {
  width: 89%;
}
.botBoxMessages .dialogBox .manager .t {
  width: 89%;
}
.botBoxMessages .dialogBox .client {
  background: #209bf7;
  color: #ffffff;
  width: 708px;
  margin: 0 0 10px 0;
}
.botBoxMessages .dialogBox .system {
  background: #f7f7f7;
  color: #2b2c33;
  width: 693px;
  margin: 0 0 10px 15px;
}
.botBoxMessages .sendBox {
  position: relative;
  float: left;
  width: 1000px;
  margin: 0 0 10px 0;
}
.botBoxMessages .sendBox .text {
  position: relative;
  float: left;
  width: 888px;
  height: 40px;
  margin: 0 10px 0 0;
  border-radius: 3px;
  padding: 5px;
}
.botBoxMessages .sendBox .send {
  position: relative;
  float: left;
  width: 90px;
  text-align: center;
  background: #168de2;
  border-radius: 3px;
  color: #ffffff;
  padding: 18px 0;
  font-size: 14px;
  cursor: pointer;
}
.botBoxMessages .fAnswer {
  position: relative;
  float: left;
  width: 1000px;
  margin: 0 0 10px 0;
}
.botBoxMessages .fAnswer .btn {
  position: relative;
  float: left;
  padding: 5px 10px;
  background: #808080;
  border-radius: 3px;
  color: #ffffff;
  font-size: 14px;
  margin: 0 5px 5px 0;
  cursor: pointer;
}
.botBoxMessages .fBtn {
  position: relative;
  float: left;
  width: 1000px;
  margin: 0 0 10px 0;
}
.botBoxMessages .fBtn .btn {
  position: relative;
  float: left;
  padding: 5px 10px;
  background: #63a3d5;
  border-radius: 3px;
  color: #ffffff;
  font-size: 14px;
  margin: 0 5px 5px 0;
  cursor: pointer;
}
.chatForm {
  position: fixed;
  bottom: 0;
  right: 0;
  width: 225px;
}
.chatForm .box {
  position: relative;
  float: left;
  width: 225px;
}
.chatForm .box .boxChat {
  position: relative;
  float: left;
  padding: 10px;
  width: 200px;
  background: #f1f1f4;
  border-radius: 5px;
  border: 1px solid #1b87d8;
  margin: 0 0 10px 0;
}
.chatForm .box .boxChat .text {
  position: relative;
  float: left;
  width: 190px;
  font-size: 14px;
  color: #2b2c33;
  margin: 0 0 5px 0;
}
.chatForm .box .boxChat .close {
  position: absolute;
  top: 5px;
  right: 5px;
  width: 15px;
  height: 15px;
  background: url(/i/if_close_delete_70975.png) 0 0 no-repeat;
  background-size: 100%;
  z-index: 500;
  cursor: pointer;
}
.chatForm .box .boxChat .go {
  position: relative;
  float: left;
  width: 198px;
  border-radius: 5px;
  background: #1b87d8;
  color: #ffffff;
  font-size: 12px;
  text-align: center;
  cursor: pointer;
  padding: 5px 0;
}
.chatForm .closeAll {
  position: relative;
  float: left;
  width: 100%;
  border-radius: 5px;
  background: #bf4c4a;
  color: #ffffff;
  font-size: 12px;
  text-align: center;
  cursor: pointer;
  padding: 5px 0;
  margin: 0 0 10px 0;
  display: none;
}
audio {
  display: none;
}
.audioContainer {
  height: 52px;
  width: 370px;
  border: solid 1px #dedede;
  position: relative;
}
.audioContainer .audioProgress {
  height: 52px;
  float: left;
  background-color: #f2f2f2;
  z-index: 800;
}
.audioContainer .audioControl {
  position: absolute;
  float: left;
  width: 52px;
  height: 52px;
}
.audioContainer .audioTime {
  position: absolute;
  width: 45px;
  height: 20px;
  margin-left: 199px;
  float: right;
}
.audioContainer .audioBar {
  height: 3px;
  background-color: #cc0000;
  position: absolute;
  width: 147px;
  margin-left: 53px;
}
.audioContainer .audioPlay {
  background: url('/i/if_play_1646000.png') no-repeat;
  background-size: 100%;
}
.audioContainer .audioPause {
  background: url('/i/if_pause_1645998.png') no-repeat;
  background-size: 100%;
}
.audioContainer .saveBid {
  position: absolute;
  top: 0px;
  left: 270px;
  text-align: center;
  width: 100px;
  padding: 10px 0;
  background: #168de2;
  border-radius: 5px;
  color: #ffffff;
  font-size: 14px;
  margin: 0 0 0 20px 0;
  cursor: pointer;
}
.bidNomerSave {
  position: relative;
  float: left;
  display: none;
}
#recordCircle {
  margin: 0px auto;
  font-weight: bold;
  cursor: pointer;
  width: 100px;
  height: 100px;
  text-align: center;
  -moz-border-radius: 50px;
  -webkit-border-radius: 50px;
  border-radius: 50px;
}
#loadStatus {
  position: relative;
  float: left;
  display: none;
}
#recordAudioBox {
  position: relative;
  float: left;
  display: none;
}
.addContacted {
  background: #2bb673;
  color: #ffffff;
}
.addContactedWarning {
  background: #bf4c4a;
}
span.red {
  color: #d20101;
}
.hotelImagesBox {
  position: relative;
  float: left;
  width: 1010px;
  margin: 15px 0 5px 0;
}
.hotelImagesBox .imageBox {
  position: relative;
  float: left;
  width: 89px;
  height: 70px;
  border: 1px solid #337ab7;
  margin: 0 10px 10px 0;
}
.hotelImagesBox .imageBox img {
  background: #ffffff;
}
.hotelImagesBox .imageBox .title {
  position: absolute;
  bottom: 0px;
  left: 0;
  padding: 5px 10px;
  width: 100%;
  background: #000000;
  background: #00000091;
  color: #ffffff;
  font-size: 10px;
  text-align: center;
  box-sizing: border-box;
}
.hotelRecomendedLoadBox {
  display: none;
  position: relative;
  float: left;
  width: 100%;
  margin: 0 0 5px 0;
}
.hotelRecomendedResultBox {
  position: relative;
  float: left;
  width: 100%;
  margin: 0 0 5px 0;
}
.hotelRecomendedResultBox .result {
  position: relative;
  float: left;
  width: 100%;
}
.hotelRecomendedResultBox .success {
  color: #005610;
}
.hotelRecomendedResultBox .fail {
  color: #bd0000;
}
.hotelsFindList {
  position: relative;
  float: left;
  height: 140px;
  width: 374px;
  overflow-y: scroll;
  background: #ffffff;
  padding: 5px;
}
.hotelsFindList .hotel {
  position: relative;
  float: left;
  width: 100%;
  font-size: 12px;
}
.openSansH1 {
  font-family: 'Open Sans', sans-serif;
  font-size: 20px;
  color: #ffffff;
  font-weight: normal;
  background: linear-gradient(90deg, #41d7e9 -1.18%, #54cc97 100%);
  padding: 5px 16px;
  box-sizing: border-box;
}
.openSansH1 .id {
  font-size: 14px;
}
.openSansH1 .small {
  font-size: 14px;
}
.btn25Panel {
  font-family: 'Open Sans', sans-serif;
  box-sizing: border-box;
}
.btn25Panel .head {
  font-size: 24px;
  background: linear-gradient(to bottom, #41d7e9 0%, #54cc97 100%);
  width: 100%;
  padding: 5px 16px;
  color: #ffffff;
  box-sizing: border-box;
}
.btn25Panel .body {
  width: 100%;
  background: #e7eced;
  color: #424a60;
  font-size: 12px;
  padding: 5px 16px;
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  flex-wrap: wrap;
  box-sizing: border-box;
}
.btn25Panel .body label {
  width: 15%;
  margin: 5px 5px 0 0;
}
.hotelEditPanel {
  font-family: 'Open Sans', sans-serif;
  box-sizing: border-box;
}
.hotelEditPanel .head {
  font-size: 24px;
  background: linear-gradient(to bottom, #41d7e9 0%, #54cc97 100%);
  width: 100%;
  padding: 5px 16px;
  color: #ffffff;
  box-sizing: border-box;
}
.hotelEditPanel .body {
  width: 100%;
  background: #e7eced;
  color: #424a60;
  font-size: 12px;
  padding: 5px 0 0 16px;
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  flex-wrap: wrap;
  box-sizing: border-box;
}
.hotelEditPanel .body .form-group {
  width: 100%;
  margin: 0 0 3px 0;
}
.hotelEditPanel .body .form-group .control-label {
  float: left;
  width: 300px;
  font-size: 12px;
  color: #424a60;
  margin: 3px 0 0 0;
}
.hotelEditPanel .body .form-group .form-control {
  float: left;
  width: 677px;
  font-size: 12px;
  color: #424a60;
  background: #ffffff;
  border: 1px solid #55bdc3;
  border-radius: 3px;
  padding: 5px 10px;
  box-sizing: border-box;
}
.hotelEditPanel .body .form-group .selectBox {
  float: left;
  width: 677px;
}
.hotelEditPanel .body .form-group .chosen-choices {
  border: 1px solid #55bdc3;
}
.hotelEditPanel .body .form-group .locationVK {
  float: left;
  width: 677px;
}
.hotelEditPanel .body .form-group .locationVK .col-lg-6 {
  float: left;
  width: 50%;
}
.hotelEditPanel .body .form-group .locationVK .col-lg-6 .chosen-single {
  border: 1px solid #55bdc3;
}
.hotelEditPanel .body .form-group .locationVK .col-lg-6 .form-control {
  width: 100%;
}
.hotelEditPanel .body .form-group-big {
  width: 100%;
}
.hotelEditPanel .body .form-group-big .control-label {
  width: 100%;
}
.hotelEditPanel .body .Form_Field_Files .imageBox .name {
  box-sizing: border-box;
}
.hotelEditPanel .body .Form_Field_Files .imageBox .image {
  width: 70px;
  height: 70px;
}
.hotelEditPanel .body .Form_Field_Files .imageBox .image img {
  max-width: 100%;
}
.hotelBtn {
  float: left;
  font-family: 'Open Sans', sans-serif;
  width: 995px;
  background: #e7eced;
  padding: 5px 0 5px 5px;
}
.hotelBtn button {
  float: left;
  margin: 0 10px 0 0;
  border: none;
  border-radius: 3px;
  background: linear-gradient(to bottom, #41d7e9 0%, #54cc97 100%);
  padding: 5px 20px;
  font-size: 14px;
  color: #ffffff;
  text-transform: uppercase;
}
.fileBtn {
  float: left;
  border-radius: 3px;
  background: #3bc8f5;
  padding: 5px 20px;
  font-size: 14px;
  color: #ffffff;
  text-transform: uppercase;
  cursor: pointer;
}
.menuBox {
  position: relative;
  width: 100%;
  min-width: 1000px;
  margin: 0 0 10px 0;
  display: flex;
  background: linear-gradient(90deg, #41d7e9 -1.18%, #54cc97 100%);
}
.menuBox .box {
  width: 1000px;
  margin: 0 auto;
}
.menuBox .hList {
  float: left;
  width: 100%;
}
.menuBox .hList li {
  list-style: none;
}
.menuBox .hList ul {
  list-style: none;
}
.menuBox .hList .menu {
  display: block;
  position: relative;
  cursor: pointer;
}
.menuBox .hList .menu * {
  box-sizing: border-box;
}
.menuBox .hList .menu .menu-title {
  display: block;
  width: 142px;
  height: 30px;
  padding: 6px 0 0;
  margin: 0;
  /*background: #9dc852;*/
  text-align: center;
  color: #ffffff;
  font-weight: bold;
  text-transform: uppercase;
  font-size: 15px;
  text-decoration: none;
}
.menuBox .hList .menu .menu-dropdown {
  width: 100%;
  top: 30px;
  padding: 15px 0;
  position: absolute;
  background: linear-gradient(90deg, #41d7e9 -1.18%, #54cc97 100%);
  z-index: 100;
  transition: 0.5s padding, 0.5s background;
}
.menuBox .hList .menu .menu-dropdown li,
.menuBox .hList .menu .menu-dropdown a {
  color: #ffffff;
  text-decoration: none;
}
.menuBox .hList .menu:hover .menu-dropdown {
  width: auto;
  min-width: 100%;
}
.menuBox .hList .menu:not(:hover) > .menu-dropdown {
  padding: 0;
  background: linear-gradient(90deg, #41d7e9 -1.18%, #54cc97 100%);
  z-index: 99;
}
.menuBox .hList .menu:not(:hover) > .menu-dropdown:after {
  border-top-color: none;
}
.menuBox .hList .menu:not(:hover) > .menu-title:after {
  border-bottom-color: none;
}
.menuBox .hList .menu-dropdown > * {
  overflow: hidden;
  height: 30px;
  padding: 5px 10px;
  background: transparent;
  white-space: nowrap;
  transition: 0.5s height cubic-bezier(0.73, 0.32, 0.34, 1.5), 0.5s padding cubic-bezier(0.73, 0.32, 0.34, 1.5), 0.5s margin cubic-bezier(0.73, 0.32, 0.34, 1.5), 0.5s 0.2s color, 0.2s background-color;
}
.menuBox .hList .menu-dropdown > *:hover {
  background: rgba(0, 0, 0, 0.1);
}
.menuBox .hList .menu:not(:hover) > .menu-dropdown > * {
  visibility: hidden;
  height: 0;
  padding-top: 0;
  padding-bottom: 0;
  margin: 0;
  color: #000000;
  transition: 0.5s 0.1s height, 0.5s 0.1s padding, 0.5s 0.1s margin, 0.3s color, 0.6s visibility;
  z-index: 99;
}
.menuBox .hList > * {
  float: left;
}
.menuBox .hList > * + * {
  margin-left: 0;
}
.buttonSlider {
  background: #3d4c53;
  float: left;
  margin: 0 10px 0 0;
  height: 40px;
  overflow: hidden;
  text-align: center;
  transition: 0.2s;
  cursor: pointer;
  border: none;
  border-radius: 3px;
  box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.2);
  font-weight: bold;
  font-size: 15px;
}
.buttonSlider .btnTwo {
  position: relative;
  width: 200px;
  height: 100px;
  margin-top: -100px;
  padding-top: 2px;
  background: #ff0000;
  left: -250px;
  transition: 0.3s;
}
.buttonSlider .btnText {
  padding: 13px 0;
  color: white;
  transition: 0.3s;
  text-decoration: none;
}
.buttonSlider .btnText2 {
  margin-top: 71px;
  margin-right: -130px;
  color: #ffffff;
}
.buttonSlider:hover .btnTwo {
  left: -130px;
}
.buttonSlider:hover .btnText {
  margin-left: 65px;
}
.buttonSlider:active {
  box-shadow: 0px 5px 6px rgba(0, 0, 0, 0.3);
}
.buttonSlider.green {
  background: #208c33;
}
.buttonSlider.small {
  height: 27px;
}
.buttonSlider.small .btnText {
  padding: 3px 0;
}
.buttonSlider.small .btnText2 {
  margin-top: 80px;
}
.findTopPanel {
  width: 100%;
  padding: 5px;
  background: #00afe9;
  color: #ffffff;
  box-sizing: border-box;
  margin: 0 0 10px 0;
}
.findTopPanel .title {
  width: 100%;
  font-size: 16px;
}
.findTopPanel .body {
  width: 100%;
  font-size: 14px;
}
.findTopPanel.error {
  background: red;
}
.tableHideText {
  height: 13px;
  width: 140px;
  overflow: hidden;
  white-space: nowrap;
}
.preloaderTable {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 200px;
  overflow: hidden;
  animation-delay: 1s;
  background: #ffffff;
  margin: 15px 0 0 0;
}
.preloaderTable .item-1 {
  width: 20px;
  height: 20px;
  background: #f583a1;
  border-radius: 50%;
  background-color: #eed968;
  margin: 7px;
  display: flex;
  justify-content: center;
  align-items: center;
}
@keyframes scale {
  0% {
    transform: scale(1);
  }
  50%,
  75% {
    transform: scale(2.5);
  }
  78%,
  100% {
    opacity: 0;
  }
}
.preloaderTable .item-1:before {
  content: '';
  width: 20px;
  height: 20px;
  border-radius: 50%;
  background-color: #eed968;
  opacity: 0.7;
  animation: scale 2s infinite cubic-bezier(0, 0, 0.49, 1.02);
  animation-delay: 200ms;
  transition: 0.5s all ease;
  transform: scale(1);
}
.preloaderTable .item-2 {
  width: 20px;
  height: 20px;
  background: #f583a1;
  border-radius: 50%;
  background-color: #eece68;
  margin: 7px;
  display: flex;
  justify-content: center;
  align-items: center;
}
@keyframes scale {
  0% {
    transform: scale(1);
  }
  50%,
  75% {
    transform: scale(2.5);
  }
  78%,
  100% {
    opacity: 0;
  }
}
.preloaderTable .item-2:before {
  content: '';
  width: 20px;
  height: 20px;
  border-radius: 50%;
  background-color: #eece68;
  opacity: 0.7;
  animation: scale 2s infinite cubic-bezier(0, 0, 0.49, 1.02);
  animation-delay: 400ms;
  transition: 0.5s all ease;
  transform: scale(1);
}
.preloaderTable .item-3 {
  width: 20px;
  height: 20px;
  background: #f583a1;
  border-radius: 50%;
  background-color: #eec368;
  margin: 7px;
  display: flex;
  justify-content: center;
  align-items: center;
}
@keyframes scale {
  0% {
    transform: scale(1);
  }
  50%,
  75% {
    transform: scale(2.5);
  }
  78%,
  100% {
    opacity: 0;
  }
}
.preloaderTable .item-3:before {
  content: '';
  width: 20px;
  height: 20px;
  border-radius: 50%;
  background-color: #eec368;
  opacity: 0.7;
  animation: scale 2s infinite cubic-bezier(0, 0, 0.49, 1.02);
  animation-delay: 600ms;
  transition: 0.5s all ease;
  transform: scale(1);
}
.preloaderTable .item-4 {
  width: 20px;
  height: 20px;
  background: #f583a1;
  border-radius: 50%;
  background-color: #eead68;
  margin: 7px;
  display: flex;
  justify-content: center;
  align-items: center;
}
@keyframes scale {
  0% {
    transform: scale(1);
  }
  50%,
  75% {
    transform: scale(2.5);
  }
  78%,
  100% {
    opacity: 0;
  }
}
.preloaderTable .item-4:before {
  content: '';
  width: 20px;
  height: 20px;
  border-radius: 50%;
  background-color: #eead68;
  opacity: 0.7;
  animation: scale 2s infinite cubic-bezier(0, 0, 0.49, 1.02);
  animation-delay: 800ms;
  transition: 0.5s all ease;
  transform: scale(1);
}
.preloaderTable .item-5 {
  width: 20px;
  height: 20px;
  background: #f583a1;
  border-radius: 50%;
  background-color: #ee8c68;
  margin: 7px;
  display: flex;
  justify-content: center;
  align-items: center;
}
@keyframes scale {
  0% {
    transform: scale(1);
  }
  50%,
  75% {
    transform: scale(2.5);
  }
  78%,
  100% {
    opacity: 0;
  }
}
.preloaderTable .item-5:before {
  content: '';
  width: 20px;
  height: 20px;
  border-radius: 50%;
  background-color: #ee8c68;
  opacity: 0.7;
  animation: scale 2s infinite cubic-bezier(0, 0, 0.49, 1.02);
  animation-delay: 1000ms;
  transition: 0.5s all ease;
  transform: scale(1);
}
.bid-status-text {
  float: left;
  color: #54cc97;
  font-size: 23px;
  margin: 0 10px 10px 0;
}
.top-btn {
  display: block;
  position: relative;
  float: left;
  color: #ffffff;
  text-decoration: none;
  background: #41d7e9;
  border-radius: 20px;
  padding: 5px 10px;
  margin: 0 10px 10px 0;
}
.top-btn span {
  display: block;
  position: absolute;
  top: -7px;
  right: -7px;
  font-size: 10px;
  padding: 2px 5px;
  background: #ffffff;
  border: 1px solid #41d7e9;
  color: #41d7e9;
  border-radius: 10px;
}
.top-btn .list {
  position: absolute;
  width: 170px;
  padding: 5px;
  background: linear-gradient(90deg, #41d7e9 -1.18%, #54cc97 100%);
  z-index: 50;
  left: 0px;
  top: 100%;
  border-radius: 5px;
  display: none;
}
.top-btn .list a {
  color: #ffffff;
  display: inline-block;
  margin: 0 0 5px 0;
  text-decoration: none;
}
.top-btn:hover .list {
  display: block;
}
.bid-table .row {
  display: flex;
  flex-wrap: wrap;
  border-bottom: 1px solid #d9d5ec;
}
.bid-table .row .r {
  padding: 2px 4px;
  color: #020b6b;
  font-size: 13px;
}
.bid-table .row a {
  color: #020b6b;
}
.bid-table .row .r1 {
  padding: 2px 4px;
  color: #020b6b;
  font-size: 13px;
  width: 96px;
  color: #ffffff;
}
.bid-table .row .r1 a {
  color: #ffffff;
}
.bid-table .row .r2 {
  padding: 2px 4px;
  color: #020b6b;
  font-size: 13px;
  width: 96px;
}
.bid-table .row .r3 {
  padding: 2px 4px;
  color: #020b6b;
  font-size: 13px;
  width: 96px;
}
.bid-table .row .r4 {
  padding: 2px 4px;
  color: #020b6b;
  font-size: 13px;
  width: 274px;
}
.bid-table .row .r5 {
  padding: 2px 4px;
  color: #020b6b;
  font-size: 13px;
  width: 96px;
}
.bid-table .row .r6 {
  padding: 2px 4px;
  color: #020b6b;
  font-size: 13px;
  width: 96px;
}
.bid-table .row .r7 {
  padding: 2px 4px;
  color: #020b6b;
  font-size: 13px;
  width: 20px;
  text-align: center;
}
.bid-table .row .r7 .zn {
  display: inline;
  width: 13px;
  height: 13px;
}
.bid-table .row .r8 {
  padding: 2px 4px;
  color: #020b6b;
  font-size: 13px;
  width: 96px;
}
.bid-table .row .r9 {
  padding: 2px 4px;
  color: #020b6b;
  font-size: 13px;
  width: 58px;
  position: relative;
}
.bid-table .row .r9 i {
  font-size: 25px;
  color: #828282;
  margin: 30px 0 0 0;
}
.bid-table .row .r9 .open-action {
  color: #32c7bb;
  position: absolute;
  top: 5px;
  right: 5px;
  font-size: 10px;
  cursor: pointer;
  border-bottom: 1px solid #32c7bb;
}
.bid-table .row .r9 .open-action .open {
  position: absolute;
  right: 0px;
  top: 100%;
  background: #ffffff;
  box-shadow: 0px 5px 15px rgba(0, 0, 0, 0.2);
  border-radius: 6px;
  z-index: 50;
  width: 140px;
  padding: 7px 10px;
  display: none;
}
.bid-table .row .r9 .open-action .open a {
  color: #333333;
  text-decoration: none;
  font-size: 12px;
}
.bid-table .row .r9 .open-action .open a:hover {
  color: #32c7bb;
}
.bid-table .row .r9 .open-action:hover .open {
  display: block;
}
.bid-table .row:hover {
  background: #c7ede2;
}
.bid-table .title {
  background: #c7ede2;
  border-radius: 5px 5px 0 0;
  border-left: 1px solid #f2f2f2;
  border-top: 1px solid #f2f2f2;
  border-right: 1px solid #f2f2f2;
}
.bid-table .title:hover {
  background: #c7ede2;
}
.bid-table .title .r1,
.bid-table .title .r2,
.bid-table .title .r3,
.bid-table .title .r4,
.bid-table .title .r5,
.bid-table .title .r6,
.bid-table .title .r7,
.bid-table .title .r8,
.bid-table .title .r9,
.bid-table .title a {
  color: #4f4f4f;
  font-size: 14px;
  text-transform: uppercase;
  text-align: center;
  font-weight: bold;
  padding: 5px 4px;
}
.bid-table .bidStatus1 .r1 {
  background: #949aa4;
}
.bid-table .bidStatus2 .r1 {
  background: #f2c94c;
}
.bid-table .bidStatus3 .r1 {
  background: #27ae60;
}
.bid-table .bidStatus4 .r1 {
  background: #eb5757;
}
.bid-table .bidStatus5 .r1 {
  background: #d0895b;
}
.bid-table .bidStatus6 .r1 {
  background: #d0895b;
}
.bid-table .bidStatus7 .r1 {
  background: #2f80ed;
}
.files-box {
  display: flex;
}
.files-box .control-label-files {
  margin-right: 15px;
  width: auto;
}
/*# sourceMappingURL=styles.css.map */