Your IP : 3.129.249.235


Current Path : /home/bitrix/ext_www/easy-comfort.com.ua/bitrix/css/webprofy.offersgroup/
Upload File :
Current File : /home/bitrix/ext_www/easy-comfort.com.ua/bitrix/css/webprofy.offersgroup/style.css

.offers-group {
  overflow-x: scroll;
  width: 1600px;
}

.offers-group a[disabled] {
  pointer-events: none;
  opacity: 0.5;
}

.offers-group__select-product {
  width: 35%;
}

.offers-group__block {
  margin-bottom: 15px;
}

.offers-group-table {
  margin: 20px 0px;
  border: 1px solid #ccc;
  border-collapse: collapse;
}

.offers-group-table__th {
  background: #c1c1c1;
}

.offers-group-table__td {
  padding: 5px;
}

.offers-group__button-container {
  margin: 20px 0;
}

.offers-group__button {
  padding: 10px;
  border: none;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  color: #ffffff;
  font-weight: bold;
  text-decoration: none;
  margin-right: 10px;
}

.offers-group .button-green {
  background: #339933;
}

.offers-group .button-gray {
  background: #cccccc;
}

.offers-group .button-red {
  background: #cc0000;
}

.offers-group__table {
  width: 60%;
  display: inline-block;
  vertical-align: top;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.offers-group__form {
  margin-left: 15px;
  display: inline-block;
  vertical-align: top;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
}

.reference-container__select {
  width: 100%;
}

.reference-container__data-price {
  padding: 5px !important;
}

.reference-container__size {
  margin-bottom: 15px;
}

.reference-container__size-label:last-of-type {
  padding-left: 25px;
  padding-right: 10px;
}

.form-table {
  display: table;
}

.form-table__row {
  display: table-row;
}

.form-table__cell {
  display: table-cell;
}

.form-table__padding {
  padding-bottom: 15px;
}

.form-table__cell:first-child {
  padding-right: 10px;
  width: 10%;
}

.conflict {
  border-color: #F44336 !important;
  color: #F44336 !important;
  font-weight: bold;
}

.conflict-group > td {
  color: #EF5350 !important;
}

.is-success-message, .is-error-message {
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  padding: 5px;
  width: 60%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  border: 2px solid transparent;
  background: #fff;
}

.is-success-message {
  border-color: #43A047;
  color: #43A047;
}

.is-error-message {
  border-color: #EF5350;
  color: #EF5350;
}

.overlay {
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  background: #fff;
  opacity: 0.5;
  z-index: 9999;
  -webkit-transition: all .3s ease;
  -moz-transition: all .3s ease;
  -o-transition: all 0.3s ease;
     transition: all 0.3s ease;
}

.overlay-image {
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  opacity: 0.5;
  z-index: 9999;
  -webkit-transition: all .3s ease;
  -moz-transition: all .3s ease;
  -o-transition: all 0.3s ease;
     transition: all 0.3s ease;
  background: url("/bitrix/images/webprofy.offersgroup/ajax-loader.gif") center no-repeat #fff;
}