.menu_section>ul:first-child {
  margin-top: 0!important;
}
footer {
  padding: 10px 20px !important;
}
.landing-status {
  display: inline-block;
  padding: 0 5px;
  color: #2d2b2b;
}
.landing-status.offline, .landing-status.offline_waiting {
  background: #F08080;
}
.landing-status.deploying, .landing-status.online_deploying {
  background: #F4A460;
}
.landing-status.online {
  background: #84ce84;
}
.landing-type {
  font-size: 15px;
}
.list-domain {
  display: block;
}
.buttons, .btn{
  margin-right: 4px;
}

.form-group.popup-group input {
  box-shadow: none;
}
.row td{
  position: relative;
}
.test-land {
  background: #CBE1EF;
}
.row p.pagespeed{
  margin-bottom: 0;
  height: 20px;
}
.row p.pagespeed span.red, .info-warning-error{
  color: #d9534f;
}

.info-warning {
  float: right;
  font-size: 20px;
  position: absolute;
  top: 7px;
  right: 0;
}

.info-not-checked {
  color: #73879C;
}

.info-success {
  color: #337ab7;
}
.warning-description, .deploy-errors {
  position: absolute;
  display: none;
  background: white;
  width: 600px;
  z-index: 1;
  top: 20px;
  left: -575px;
  border: 1px solid #5A738E;
  font-size: 12px;
  padding: 10px 5px;
  border-radius: 5px;
  font-weight: 700;
  font-family: "Helvetica Neue", Roboto, Arial, "Droid Sans", sans-serif;
}
.warning-description p{
  margin-bottom: 5px;
}

.deploy-errors {
  width: 300px;
  left: -275px;
  color: rosybrown;
}
.deploy-errors .deploy-errors__text {
  width: 280px;
  word-break: break-word;
}

.warning-description  div {
  width: 50%;
}

.info-warning:hover .warning-description{
  display: flex;
}
.landing-status-block:hover .deploy-errors{
  display: flex;
}
.json-button{
  margin: 2px 2px 2px 12px;
  padding: 1px;
  font-size: 11px;
}
#datepicker-start, #datepicker-end {
  margin: 0 5px;
  padding: 0 5px;
  text-align: center;
  width: 100px;
}
.smart-report {
  display: flex;
}
.smart-report__container {
  padding-top: 30px;
  min-height: 150px;
  position: relative;
}
#campaign_selector__block, #affiliate_selector__block {
  position: relative;
  width: 160px;
  margin: 0 10px;
}
#datepicker-start, #datepicker-end {
  position: relative;
}
.datepicker-dates {
  margin: 5px 0;
}
.export_orders {
  height: 35px;
  position: absolute;
  right: 30px;
  bottom: 20px;
}
.display-flex {
  display: flex;
}
#campaign_selector__block::before {
  position: absolute;
  content: "ID потоков через 'Enter'";
  top: -20px;
}
#affiliate_selector__block::before {
  position: absolute;
  content: "ID вебов через 'Enter'";
  top: -20px;
}
#session_id__block::before {
  position: absolute;
  content: "ID сессии";
  top: 10px;
}
.orders_dates::before {
  position: absolute;
  content: "Начало";
  top: 10px;
  left: 45px;
}
.orders_dates::after {
  position: absolute;
  content: "Конец";
  top: 10px;
  left: 160px;
}
.orders__radio-group {
  position: relative;
  width: 55px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  align-self: flex-start;
}
.orders_dates {
  height: 40px;
}

.tabs-container {
  height: auto;
  background: rgb(233, 233, 233);
  margin-bottom: 20px;
  padding-left: 10px;
}

.tabs-container button {
  margin: 10px 0 0 0;
  width: 110px;
  height: 36px;
}
.display-none {
  display: none;
}
.landings-change-log__dates::before {
  position: absolute;
  font-weight: bold;
  content: "Начиная с";
  top: -20px;
  left: 5px;
}
.landings-change-log__dates::after {
  position: absolute;
  content: "По";
  font-weight: bold;
  top: -20px;
  left: 115px;
}
.landings-change-log__dates {
  height: 30px;
  margin: 0 10px 5px 0;
  position: relative;
}
.landings-change-log__filters {
  display: flex;
  justify-content: flex-end;
  align-items: flex-end;
  padding-right: 0;
}
.landing-change-logs__container .dataTables_filter{
  width: 150px;
}
.logs-pagination a:hover {
  cursor: pointer;
}
.log-metadata .old, .log-metadata .new {
  font-weight: bold;
}
.logs-pagination .current_count,
.logs-pagination .max_count,
.logs-pagination .total_count {
  font-weight: bold;
  padding-left: 3px;
}

.download-versions a {
  background: #337ab7;
}

.download-versions-tab {
  height: 36px;
  margin-top: 10px;
  padding: 7px 5px 0 5px;
}
.page-title .title_left {
  width: 25%;
}