
.btn:focus,
.btn:active:focus {
  outline: none;
}

.btn-fixed:focus {
  font-family: 'helveticaneuecyrmedium';
}

.btn.full {
  width: 100%;
}

.btn.thin {
  padding: .5em 1em;
  font-size: 0.8em;
}

.btn.normal {
  padding: .6875em 2em;

}

.btn-bright.normal {
  /* padding: .625em 2em; */
  padding: .6875em 2em;
}

.btn.fat {
  padding: 1em 1.5em;
  font-size: 1.3em;
}

.btn-default.thin,
.btn-default.normal,
.btn-default.fat,
.btn-success.thin,
.btn-success.normal,
.btn-success.fat,
.btn-info.thin,
.btn-info.normal,
.btn-info.fat,
.btn-primary.thin,
.btn-primary.normal,
.btn-primary.fat,
.btn-warning.thin,
.btn-warning.normal,
.btn-warning.fat,
.btn-default.thin,
.btn-default.normal,
.btn-default.fat,
.btn-success.thin,
.btn-success.normal,
.btn-success.fat,
.btn-info.thin,
.btn-info.normal,
.btn-info.fat,
.btn-primary.thin,
.btn-primary.normal,
.btn-primary.fat,
.btn-danger.thin,
.btn-danger.normal,
.btn-danger.fat {
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  line-height: 1em;
  -webkit-transition: color ease-out .5s,
  background-color ease-out .5s;
  -moz-transition: color ease-out .5s,
  background-color ease-out .5s;
  -o-transition: color ease-out .5s,
  background-color ease-out .5s;
  transition: color ease-out .5s,
  background-color ease-out .5s;
}


.btn i,
.btn span {
  position: relative;
  top: .1em;
  margin-right: .71429em;
  font-size: 1.14285em;
}

.editable-submit {
  color: #4ccdcd;
  background: white;
  border-color: #dbdbdd;
}

.editable-submit:hover {
  color: #FFF;
  background: #4ccdcd;
}


.editable-cancel {
  color: #ef0e55;
  position: absolute;
  border: none;
  background: none;
  top: -30px;
}

.editable-cancel:hover {
  background: none;
}

.editable-submit i, .editable-cancel i {
  margin-right: 0;
}

.editable-clear-x {
  color: '#ef0e55';
}

a[class=edited-variable] {
  color: black !important;
  border: none !important;
}

.btn-standard i,
.btn.normal i,
.btn-standard span,
.btn.normal span {
  font-size: .9em;
}

.btn-standard,
.btn-alternate,
.btn-bright,
.btn-special {
  position: relative;
  font-weight: 300;
  line-height: 1em;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  -webkit-transition: color ease-out .5s,
  background-color ease-out .5s,
  border-color ease-out .5s;
  -moz-transition: color ease-out .5s,
  background-color ease-out .5s,
  border-color ease-out .5s;
  -o-transition: color ease-out .5s,
  background-color ease-out .5s,
  border-color ease-out .5s;
  transition: color ease-out .5s,
  background-color ease-out .5s,
  border-color ease-out .5s;
}

.btn.btn-fixed {
  font-size: 16px;
  line-height: 16px;
  padding-top: 10px;
  padding-bottom: 9px;
  -webkit-box-shadow: 0 2px 4px 0px rgba(0, 0, 0, 0.3);
  box-shadow: 0 2px 4px 0px rgba(0, 0, 0, 0.3);
}

.btn.btn-fixed i,
.btn.btn-fixed span {
  top: 1px;
  font-size: 16px;
}

.btn.btn-fixed:active {
  top: 2px;
  -webkit-box-shadow: none;
  box-shadow: none;
}

.btn-standard,
.btn-standard-full {
  color: #3798db;
  background-color: #fff;
  border-color: #3798db;
}

.btn-standard-full {
  width: 100%;
}

.btn-standard:focus,
.btn-standard-full:focus {
  /*color: #3798db;*/
  color: #0465a9;
  border-color: #0465a9;
}

.btn-standard:hover,
.btn-standard-full:hover {
  color: #fff;
  background-color: #3798db;
}

.btn-standard:active,
.btn-standard-full:active {
  outline: none;
}

.btn-standard:hover:focus,
.btn-standard-full:hover:focus {
  border-color: #3798db;
}

.btn-standard:active:focus,
.btn-standard-full:active:focus {
  border-color: #3798db;
}

.btn-bright,
.btn-bright-full {
  padding: .5em 1em;
  border: 2px solid #ef0e55;
  background-color: #fff;
  color: #ef0f54;
}

.btn-bright:focus,
.btn-bright-full:focus {
  /*color: #ef0f54;*/
  color: #ab0b10;
  border-color: #ab0b10;
}

.btn-bright:hover,
.btn-bright-full:hover {
  text-decoration: none;
  background-color: #ef0f54;
  color: #fff;
}

.btn-bright:active,
.btn-bright-full:active {
  outline: none;
}

.btn-bright:hover:focus,
.btn-bright-full:hover:focus {
  border-color: #ef0e55;
}

.btn-bright:active:focus,
.btn-bright-full:active:focus {
  border-color: #ef0e55;
}

.btn-alternate,
.btn-alternate-full {
  padding: 1em 1.5em;
  font-size: 2em;
  background-color: #f03164;
  color: #fff;
}

.btn-alternate:focus,
.btn-alternate-full:focus {
  color: #fff;
  -webkit-box-shadow: inset 0 0 5px 0 #000;
  -moz-box-shadow: inset 0 0 5px 0 #000;
  box-shadow: inset 0 0 5px 0 #000;
}

.btn-alternate:hover,
.btn-alternate-full:hover {
  color: #fff;
  background-color: #e02154;
}

.btn-alternate:active,
.btn-alternate-full:active {
  -webkit-box-shadow: inset 0 0 16px 0 #eff;
  -moz-box-shadow: inset 0 0 16px 0 #eff;
  box-shadow: inset 0 0 16px 0 #eff;
  border-color: #eff;
  color: #fff;
  outline: none;
}


.btn-standard-full,
.btn-alternate-full,
.btn-bright-full,
.btn-special-full {
  width: 100%;
}

.btn-bright.btn-disabled {
  color: #F99FBB;
  border-color: #F99FBB;
  cursor: default;
}

.btn-bright.btn-disabled:hover {
  color: #F99FBB;
  background-color: #fff;
  border-color: #F99FBB;
}

.btn-special {
  border-color: #4ccdcd;
}

.btn-special,
.btn-special-full {
  padding: .4em .4em;
  font-size: 1em;
  border: 2px solid #4ccdcd;
  background-color: #fff;
  color: #4ccdcd;
}

.btn-special-reversed {
  background-color: #4ccdcd;
  color: #ffffff;
}

.btn-special-darken {
  padding: 1.15em 1em;
  font-size: 11px;
  font-family: open-sans, sans-serif;
  border-color: #888888;
  text-transform: uppercase;
  background-color: #888888;
  color: #ffffff;
}

.btn-special:focus,
.btn-special-full:focus {
  /*color: #4ccdcd;*/
  color: #199a9a;
  border-color: #199a9a;
}

.btn-special:hover,
.btn-special-full:hover {
  text-decoration: none;
  background-color: #4ccdcd;
  color: #fff;
}

.btn-special-reversed:focus,
.btn-special-reversed:hover {
  background-color: #ffffff;
  color: #4ccdcd;
}

.btn-special-darken:focus {
  font-family: open-sans, sans-serif;
  border-color: #555555;
  color: #ffffff;
}

.btn-special-darken:hover {
  border-color: #4ccdcd;
  cursor: #ffffff;
}

.btn-special-darken:active {
  font-family: open-sans, sans-serif;
}

.btn-special:active,
.btn-special-full:active {
  outline: none;
}

.btn-special:hover:focus,
.btn-special-full:hover:focus {
  border-color: #4ccdcd;
}

.btn-special:active:focus,
.btn-special-full:active:focus {
  border-color: #4ccdcd;
  color: #ffffff;
}

.btn-special-reversed:hover:focus,
.btn-special-reversed:active:focus {
  border-left: 2px solid #4ccdcd;
  color: #4ccdcd;
}

.btn-special-darken:hover:focus {
  border-color: #4ccdcd;
}

.btn-special-darken:active:focus {
  background-image: auto;
  border-color: #4ccdcd;
  font-family: open-sans, sans-serif;
  color: #ffffff;
}

.btn-bordered {
  border: 2px solid #3798db;
}

.input-group-addon.btn-special {
  padding-top: .8rem;
  padding-bottom: .7rem;
}

.input-group-addon.btn-special:focus {
  border-left-color: #199a9a;
}

.input-group-addon.btn-special,
.input-group-addon.btn-special:active,
.input-group-addon.btn-special:hover {
  border-left: 2px solid #4ccdcd;
}

.input-group-addon.btn-special:active:focus {
  color: #4ccdcd;
}

.input-special {
  font-size: 1.4em;
  font-weight: 300;
  line-height: 1em;

  min-width: 79px;
  padding: .429em 1em;
  border: 2px solid #ef0e55;
  border-radius: 0;

  background-color: #fff;
  color: #ef0e55;

  outline: none;
  -webkit-box-shadow: none;
  box-shadow: none;
}

/* font-size styles */
.font-size-5.font-size-5.font-size-5 {
  font-size: .5rem;
}

.font-size-6.font-size-6.font-size-6 {
  font-size: .6rem;
}

.font-size-8.font-size-8.font-size-8 {
  font-size: .8rem;
}

.font-size-9.font-size-9.font-size-9 {
  font-size: .9rem;
}

.font-size-10.font-size-10.font-size-10 {
  font-size: 1rem;
}

.font-size-11.font-size-11.font-size-11 {
  font-size: 1.1rem;
}

.font-size-12.font-size-12.font-size-12 {
  font-size: 1.2rem;
}

.font-size-13.font-size-13.font-size-13 {
  font-size: 1.3rem;
}

.font-size-14.font-size-14.font-size-14 {
  font-size: 1.4rem;
}

.font-size-15.font-size-15.font-size-15 {
  font-size: 1.5rem;
}

.font-size-16.font-size-16.font-size-16 {
  font-size: 1.6rem;
}

.font-size-17.font-size-17.font-size-17 {
  font-size: 1.7rem;
}

.font-size-18.font-size-18.font-size-18 {
  font-size: 1.8rem;
}

.helvetica-bold {
  font-family: 'helveticaneuecyrbold', tahoma, sans-serif;
}

.helvetica-medium {
  font-family: 'helveticaneuecyrmedium', tahoma, sans-serif;
}

.helvetica-light {
  font-family: 'helveticaneuecyrlight', tahoma, sans-serif;
}

/* ----- end_of_reset_bootstrap styles  ----- */


/** общие_компоненты сайта **/
/*--------------------------*/

/* tab-menu */
.component.tab-menu {
  display: inline-block;
  list-style-type: none;
  padding: 1.6em 1.6em;
  margin: 0;
  text-align: left;
  /*
  border-bottom: 1px solid #dbdbdd;
  margin: 3em 0;
  */
}

.component.tab-menu li {
  display: inline-block;
  margin-right: -.25em;
  padding-left: .6em;
  padding-right: .6em;
  padding-top: 1em;
  padding-bottom: 1.6em;
  border-bottom: 1px solid #dbdbdd;
}

.component.tab-menu li.no-padding-right {
  padding-right: 0;
}

.component.tab-menu li.no-padding-left {
  padding-left: 0;
}

.component.tab-menu li.no-padding {
  padding-left: 0;
  padding-right: 0;
}

.component.tab-menu li a {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding-top: 1em;
  padding-right: .4em;
  padding-bottom: .93em;
  padding-left: .4em;
  margin: 0;
  line-height: 1em;
  font-size: 1.2em;
  color: #ef0f54;
}

.component.tab-menu a:hover,
.component.tab-menu a.active,
.component.tab-menu li.active a {
  border-bottom: 2px solid #313233;
  text-decoration: none;
}

.component.tab-menu a:focus {
  outline: none;
}

.component.tab-switcher .tab-content {
  font-size: 1.4em;
  padding-left: 30px;
  padding-right: 30px;
}


/* css-table */
.component.css-table {
  display: table;
  width: 100%;
  margin-bottom: 1em;
}

.component.css-table header {
  display: table-header-group;
  background-color: #4acdcd;
  color: #fff;
  font-size: 1.4em;
}

.component.css-table .table-body {
  display: table-row-group;
  background-color: #fff;
}

.component.css-table header > ul,
.component.css-table .table-body > ul {
  display: table-row;
}

.component.css-table header > ul > li,
.component.css-table .table-body > ul > li {
  display: table-cell;
  padding: 1em;
  border-color: #dbdbdd;
  border-style: solid;
  border-width: 0;
  border-bottom-width: 1px;
  vertical-align: middle;
}

.component.css-table header > ul > li {
  border-width: 0;
  border-bottom: 0;
}

.component.css-table .table-body > ul > li {
  font-size: 1.3em;
}

.component.css-table li a {
  color: #ef0f54;
  text-decoration: underline;
}

.component.css-table li a:hover {
  text-decoration: none;
}

.component.css-table a.delete {
  display: block;
  font-size: 16px;
  text-align: center;
}

.component.css-table .number {
  font-family: 'Roboto';
  font-weight: bolder;
  color: #27ae60;
}

.component.css-table .important {
  color: #ef0f54;
}

.component.css-table .warning {
  color: #f39c12;
}

.component.css-table .success {
  color: #27ae60;
}

.component.css-table .bold {
  font-weight: 600;
}


/* l-css-table */
.component.l-css-table {
  display: table;
  width: 100%;
  margin-bottom: 1em;
}

.component.l-css-table .component.l-css-table {
  margin-bottom: 0;
}

.component.l-css-table .table-body {
  display: table-row-group;
  /* background-color: #fff; */
}

.component.l-css-table .table-body > ul {
  display: table-row;
}

.component.l-css-table .table-body > ul > li {
  display: table-cell;
  /* padding: 1em; */
  border-color: #dbdbdd;
  border-style: solid;
  border-width: 0;
  border-bottom-width: 1px;
  vertical-align: middle;
}


/* css-table-adaptive */
.component.css-table-adaptive {
  font-size: 10px; /* фиксированный размер шрифта, для нормального отображения таблийцы на мобильных */
  margin-bottom: 1em;
}

.component.css-table-adaptive .table-header {
  background-color: #4acdcd;
  color: #fff;
  font-size: 1.4em;
}

.component.css-table-adaptive .table-body {
  font-size: 1.3em;
  background-color: #fff;
}

.component.css-table-adaptive .table-body .row {
  border-color: #dbdbdd;
  border-style: solid;
  border-width: 0;
  border-bottom-width: 1px;
}

.component.css-table-adaptive .table-header [class^="col-"],
.component.css-table-adaptive .table-header [class*=" col-"],
.component.css-table-adaptive .table-body .row > [class^="col-"],
.component.css-table-adaptive .table-body .row > [class*=" col-"] {
  padding: 1em;
  vertical-align: middle;
  text-align: center;
}

.component.css-table-adaptive .table-header [class^="col-"].text-left,
.component.css-table-adaptive .table-header [class*=" col-"].text-left,
.component.css-table-adaptive .table-body .row > [class^="col-"].text-left,
.component.css-table-adaptive .table-body .row > [class*=" col-"].text-left {
  text-align: left;
}

.component.css-table-adaptive .table-header [class^="col-"].text-right,
.component.css-table-adaptive .table-header [class*=" col-"].text-right,
.component.css-table-adaptive .table-body .row > [class^="col-"].text-right,
.component.css-table-adaptive .table-body .row > [class*=" col-"].text-right {
  text-align: right;
}

.component.css-table-adaptive a.delete {
  display: block;
  font-size: 16px;
  text-align: center;
}

.component.css-table-adaptive a {
  color: #ef0f54;
  text-decoration: underline;
}

.component.css-table-adaptive a:hover {
  text-decoration: none;
}

.component.css-table-adaptive .number {
  font-family: 'Roboto';
  font-weight: bolder;
  color: #27ae60;
}

.component.css-table-adaptive .important {
  color: #ef0f54;
}

.component.css-table-adaptive .warning {
  color: #f39c12;
}

.component.css-table-adaptive .success {
  color: #27ae60;
}

.component.css-table-adaptive .bold {
  font-weight: 600;
}

@media screen and (max-width: 480px) {
  .component.css-table-adaptive .table-header [class^="col-"],
  .component.css-table-adaptive .table-header [class*=" col-"],
  .component.css-table-adaptive .table-body .row > [class^="col-"],
  .component.css-table-adaptive .table-body .row > [class*=" col-"] {
    text-align: left;
  }

  .component.css-table-adaptive .table-body .row [class^="col-"]:first-of-type,
  .component.css-table-adaptive .table-body .row [class*=" col-"]:first-of-type {
    background-color: #4acdcd;
    color: #fff;
  }
}


/* l-css-table adaptive */
.component.l-css-table-adaptive {
  font-size: 10px; /* фиксированный размер шрифта, для нормального отображения таблийцы на мобильных */
  margin-bottom: 1em;
}

.component.l-css-table-adaptive .table-body {
  background-color: #fff;
}

.component.l-css-table-adaptive .table-body .row {
  border-color: #dbdbdd;
  border-style: solid;
  border-width: 0;
  border-bottom-width: 1px;
}

.component.l-css-table-adaptive .table-body .row > [class^="col-"],
.component.l-css-table-adaptive .table-body .row > [class*=" col-"] {
  padding: 1em;
  vertical-align: middle;
  text-align: center;
}

.component.l-css-table-adaptive .table-body .row > [class^="col-"].text-left,
.component.l-css-table-adaptive .table-body .row > [class*=" col-"].text-left {
  text-align: left;
}

.component.l-css-table-adaptive .table-body .row > [class^="col-"].text-right,
.component.l-css-table-adaptive .table-body .row > [class*=" col-"].text-right {
  text-align: right;
}

@media screen and (max-width: 480px) {
  .component.l-css-table-adaptive .table-body .row > [class^="col-"],
  .component.l-css-table-adaptive .table-body .row > [class*=" col-"] {
    text-align: left;
  }

  .component.l-css-table-adaptive .table-body .row [class^="col-"]:first-of-type,
  .component.l-css-table-adaptive .table-body .row [class*=" col-"]:first-of-type {
    background-color: #4acdcd;
    color: #fff;
  }
}


/* standard-table */
.component.standard-table {
  width: 100%;
  margin-bottom: 1em;
}

.component.standard-table thead {
  background-color: #4acdcd;
  color: #fff;
  font-size: 1.4em;
}

.component.standard-table tbody {
  background-color: #fff;
}

.component.standard-table thead tr {

}

.component.standard-table tbody tr {

}

.component.standard-table thead tr td,
.component.standard-table thead tr th,
.component.standard-table tbody tr td,
.component.standard-table tbody tr th {
  padding: 1em;
  border-color: #dbdbdd;
  border-style: solid;
  border-width: 0;
  border-bottom-width: 1px;
  vertical-align: middle;
}

.component.standard-table thead tr td,
.component.standard-table thead tr th {
  border-width: 0;
  border-bottom: 0;
  font-weight: normal;
}

.component.standard-table tbody tr td,
.component.standard-table tbody tr th {
  font-size: 1.3em;
}

.component.standard-table tr.heading-row {
  background-color: #fbfbfc;
}

.component.standard-table tr.heading-row td,
.component.standard-table tr.heading-row th {
  font-size: 1.4em;
  padding: .92857em;
}

.component.standard-table tr.heading-row .glyphicon-briefcase {
  margin-right: 1em;
}

.component.standard-table a:not(.delete):not(.btn) {
  text-decoration: none;
  cursor: pointer;
  color: #ef0f54;
  border-bottom: 2px solid #f5a3b4;
}

.component.standard-table a.delete {
  display: block;
  font-size: 16px;
  text-align: center;
  color: #ef0f54;
  cursor: pointer;
}

.component.standard-table a:hover:not(.btn) {
  border-bottom-width: 0;
  text-decoration: none;
  cursor: pointer;
}

.component.standard-table a.border-bottom-none:not(.delete):not(.btn) {
  border-bottom: none;
  font-size: 16px;
  cursor: pointer;
}

.component.standard-table td.number,
.component.standard-table th.number,
.component.standard-table .number {
  font-family: 'Roboto';
  font-weight: bolder;
  color: #27ae60;
}

.component.standard-table td.important,
.component.standard-table th.important,
.component.standard-table .important {
  color: #ef0f54;
}

.component.standard-table td.warning,
.component.standard-table th.warning,
.component.standard-table .warning {
  color: #f39c12;
}

.component.standard-table td.success,
.component.standard-table th.success,
.component.standard-table .success {
  color: #27ae60;
}

.component.standard-table td.bold,
.component.standard-table th.bold,
.component.standard-table .bold {
  font-weight: 600;
}

/* css-table-responsive */
.table-responsive > .component.standard-table {
  font-size: 10px;
}

.table-responsive > .component.css-table {
  font-size: 10px;
}

@-moz-document url-prefix() {
  fieldset {
    display: table-cell;
  }
}


/* paginator */
.component.paginator {
  display: block;
  list-style-type: none;
  margin: 1em auto;
  padding: 0;
  text-align: center;
}

.component.paginator li,
.component.paginator span {
  display: inline-block;
  margin-right: 5px;
  font-size: 0;
  line-height: 21px;
  text-align: center;
  vertical-align: top;
}

.component.paginator li a {
  display: block;
  padding: 3px 12px;
  background-color: #3798DB;
  color: #fff;
  font-size: 14px;
  text-decoration: none;
  -webkit-transition: color ease-out .5s,
  background-color ease-out .5s;
  -moz-transition: color ease-out .5s,
  background-color ease-out .5s;
  -o-transition: color ease-out .5s,
  background-color ease-out .5s;
  transition: color ease-out .5s,
  background-color ease-out .5s;
}

.component.paginator li a:hover {
  background-color: #0E74DA;
  color: #fff;
  text-decoration: none;
}

.component.paginator li input[type="text"] {
  display: block;
  width: 5em;
  text-align: center;
  font-size: 14px;
}

/* command */
.component.command {
  margin: 1em 0;
}

.component.command label,
.component.command input[type="text"],
.component.command input[type="button"] {
  display: block;
}

.component.command label {
  display: block;
  padding: .6429em 0;
  margin: 0;
  font-size: 1.5em;
  font-weight: normal;
  color: #06070E;
  text-align: right;
}

.component.command input[type="text"] {
  width: 100%;
  padding: .5em 2em;
  border: 1px solid #ddd;
  font-size: 1.7em;
  font-weight: bold;
  text-align: center;
  text-transform: uppercase;
}

/* command2 */
.component.command2 {
  position: relative;
  height: 5.2em;
  z-index: 15;
  -webkit-box-shadow: 9px 0 10px 10px #e3e3e3;
  box-shadow: 9px 0 10px 10px #e3e3e3;
}

.component.command2 input[type=text] {
  font-size: 16px;
  width: 100%;
  height: 3.25em;
  padding-left: 20px;
  color: #7F7E87;
}

.component.command2 #coomand_submit,
.component.command2 #command_submit,
.component.command2 #command_submit_ajax {
  position: absolute;
  right: 5px;
  top: 6px;
  width: 120px;
  text-align: center;
  padding-left: 0;
  padding-right: 0;
  border-color: #696773;
  background-color: #696773;
  color: #ffffff;
}

.component.command2 #coomand_submit:hover,
.component.command2 #coomand_submit:focus,
.component.command2 #coomand_submit:active,
.component.command2 #command_submit:hover,
.component.command2 #command_submit:focus,
.component.command2 #command_submit:active,
.component.command2 #command_submit_ajax:hover,
.component.command2 #command_submit_ajax:focus,
.component.command2 #command_submit_ajax:active, {
  border-color: #474551;
  cursor: #fff;
  background-color: #474551;
}

/* filters */
.component.filters {
  position: relative;
  border-top: 1px solid #dbdbdd;
  background-color: #fbfbfc;
  margin-top: 3em;
}

.component.filters .inner {
  padding: 3em 1.5em 1.9em;
}

.component.filters span.h3 {
  position: absolute;
  left: 10%;
  top: -1.75em;
  display: block;
  z-index: 10;
  margin: 0;
  padding: .625em 1.625em;
  border: 1px solid #dbdbdd;
  font-size: 1.6em;
  background-color: #fff;
}

.component.filters .row {
  margin-bottom: 2em;
}

.component.filters input:not([type="submit"]):not([type=checkbox]):not([type=radio]),
.component.filters input[type="text"],
.component.filters input[type="date"],
.component.filters input[type="number"],
.component.filters input[type="email"],
.component.filters input[type="password"],
.component.filters textarea,
.component.filters select,
.component.filters label {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  display: block;
  width: 100%;
  height: 2.8571428em;
  padding: .42857em .85714em;
  margin: 0;
  border: 1px solid #dbdbdd;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  font-size: 1.4em;
  font-family: 'helveticaneuecyrlight';
  line-height: 2em;
  color: #696773;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}

.component.filters.input-sm {
  height: inherit;
  padding: inherit;
  font-size: inherit;
  line-height: inherit;
  border-radius: 0;
}

.component.filters.input-sm span.h3 {
  top: -1.75em;
  display: block;
  z-index: 10;
  margin: 0;
  padding: .625em 1.625em;
  border: 1px solid #dbdbdd;
  font-size: 1.3em;
  background-color: #fff;
}

.component.filters.input-sm input:not([type=submit]):not([type=checkbox]):not([type=radio]),
.component.filters.input-sm input[type="text"],
.component.filters.input-sm input[type="date"],
.component.filters.input-sm input[type="number"],
.component.filters.input-sm input[type="email"],
.component.filters.input-sm input[type="password"],
.component.filters.input-sm textarea,
.component.filters.input-sm select,
.component.filters.input-sm label {
  height: 2.5em;
  padding: .41666em .83333em;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  font-size: 1.2em;
  line-height: 1.6666em;
}

.component.filters label {
  display: inline-block;
  border: none;
  color: #06070e;
  margin-bottom: 0;
  font-weight: normal;
}

.component.filters textarea {
  height: 7.142857em;
  resize: vertical;
}

.component.filters.input-sm textarea {
  height: 5em;
}

.component.filters:not(.input-sm) input:not([type=submit]):not([type=checkbox]):not([type=radio]).input-sm,
.component.filters:not(.input-sm) input[type="text"].input-sm,
.component.filters:not(.input-sm) input[type="date"].input-sm,
.component.filters:not(.input-sm) input[type="number"].input-sm,
.component.filters:not(.input-sm) input[type="email"].input-sm,
.component.filters:not(.input-sm) input[type="password"].input-sm,
.component.filters:not(.input-sm) textarea.input-sm,
.component.filters:not(.input-sm) select.input-sm,
.component.filters:not(.input-sm) label.input-sm {
  height: 2.5em;
  padding: .41666em .83333em;
  font-size: 1.2em;
  line-height: 1.6666em;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}

.component.filters:not(.input-sm) select.input-sm {
  height: 2.5em;
  line-height: 2.5em;
}

.component.filters:not(.input-sm) textarea.input-sm,
.component.filters:not(.input-sm) select[multiple].input-sm {
  height: auto;
}

/* tip */
.tip {
  position: relative;
}

/* popup-tip */
.component.popup-tip {
  font-size: 12px;
  font-family: 'helveticaneueroman';
  line-height: 1.5em;
  position: absolute;
  top: 65px;
  left: 25px;
  width: 270px;
  padding: 22px 18px;
  z-index: 50;
  color: #696773;
  background: #f8f8f8;
  box-shadow: 0 0 30px rgba(0, 0, 0, .4);
}

.component.popup-tip:before {
  position: absolute;
  width: 0;
  height: 0;
  margin-top: -10px;
  content: "";
  z-index: 50;
  border-top: 12px solid transparent;
  border-right: 12px solid #f8f8f8;
  border-bottom: 12px solid transparent;
}

.component.popup-tip a.popup-close {
  cursor: pointer;
  font-size: 20px;
  position: absolute;
  height: 25px;
  width: 25px;
  top: -7px;
  right: -7px;
  display: block;
  background-color: #ef0f54;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  text-align: center;
  vertical-align: middle;
}

.component.popup-tip .popup-close i {
  font-size: 20px;
  vertical-align: middle;
  text-align: center;
  color: #fff;
}

.component.popup-tip.popup-left .popup-close {
  right: auto;
  left: -7px;
}

.tip-static .component.popup-tip {
  /* top: -10px;
  right: -60px;
  left: auto; */
}

.tip-static .component.popup-tip.popup-right {
  top: 20px;
  right: -32px;
  left: auto;
}

.tip-static .component.popup-tip.popup-left {
  top: 20px;
  left: -32px;
}

.component.popup-tip:before {
  top: 50%;
}

.component.popup-tip.popup-right:before {
  left: -12px;
}

.component.popup-tip.popup-left:before {
  left: auto;
  right: -12px;
  border-right-width: 0px;
  border-left: 12px solid #f8f8f8;
}

/* hotel-price module*/
.price-module {
  position: relative;
  border-top: 4px solid #DBDBDD;
  background-color: #fff;
}

.price-module.collapsed:not(.always-open) {
  max-height: 35em;
  overflow: hidden;
  cursor: pointer;
}

.price-module.collapsed:not(.always-open):after {
  content: '';
  position: absolute;
  display: block;
  width: 100%;
  height: 0;
  /*
  min-height: 100%;
  max-height: 35em;
  */
  left: 0;
  -webkit-transition: box-shadow .4s ease-out,
  -webkit-box-shadow .4s ease-out,
  -moz-box-shadow .4s ease-out,
  -o-box-shadow .4s ease-out;
  -o-transition: box-shadow .4s ease-out,
  -webkit-box-shadow .4s ease-out,
  -moz-box-shadow .4s ease-out,
  -o-box-shadow .4s ease-out;
  transition: box-shadow .4s ease-out,
  -webkit-box-shadow .4s ease-out,
  -moz-box-shadow .4s ease-out,
  -o-box-shadow .4s ease-out;
}

.price-module.collapsed.collapsed-top:not(.always-open):after {
  /* -webkit-box-shadow: inset 0 -18em 16em -16em rgba(76, 205, 205, .2);
  box-shadow: inset 0 -18em 16em -16em rgba(76, 205, 205, .2); */
  /* inset 0 -18em 16em -16em rgba(76, 205, 205, .2) */
  -webkit-box-shadow: 0 2em 6em 4em rgba(76, 205, 205, .2);
  box-shadow: 0 2em 6em 4em rgba(76, 205, 205, .2);
  bottom: 0;
}

.price-module.collapsed.collapsed-bottom:not(.always-open):after {
  /* -webkit-box-shadow: inset 0 18em 16em -16em rgba(76, 205, 205, .2);
  box-shadow: inset 0 18em 16em -16em rgba(76, 205, 205, .2); */
  -webkit-box-shadow: 0 2em 6em 4em rgba(76, 205, 205, .2);
  box-shadow: 0 2em 6em 2em rgba(76, 205, 205, .2);
  top: 0;
}

.price-module .module-header {
  padding-top: 3.1em;
  padding-right: 3.1em;
  padding-bottom: 2.9em;
  padding-left: 3.9em;
}

.price-module .module-header.main-module-header {
  padding-bottom: 0;
}

.price-module .module-header.main-module-header + .module-header {
  padding-top: 0;
}

.module-header h3 {
  font-size: 2.4em;
  line-height: 1.75;
  position: relative;
  padding-left: 2.16666em;
  margin-top: 0;
  margin-bottom: 0;
  vertical-align: middle;
  color: #66B1E4;
}

.module-header h3 [class|=icon],
.module-header h3 [class|=icon4] {
  font-size: 1.45833em;
  position: absolute;
  left: 0;
  top: 4px;
  vertical-align: middle;
  color: #353637;
}

.module-header h3.bigger-margin {
  margin-bottom: 20px;
}

.module-header h4 {
  font-family: 'helveticaneuecyrmedium';
  font-size: 1.8em;
  padding-top: 10px;
  color: #313233;
}

.module-header a:not(.btn) {
  font-size: 1.2em;
  line-height: 1.1;
  display: inline-block;
  margin-right: 2.2em;
  border-bottom: 1px dashed #353637;
  text-decoration: none;
  color: #696773;
}

.module-header a:not(.btn):hover {
  border-bottom: none;
}

.price-module table {
  width: 100%;
}

.price-module table > thead > tr {
  border-top: 1px solid #DBDBDD;
  background-color: #F8F8F8;
}

.price-module table > tbody > tr {
  border-top: 1px solid #DBDBDD;
}

.price-module table > tbody > tr:last-of-type {
  border-bottom: 1px solid #DBDBDD;
}

.price-module table > tbody > tr.inactive td {
  position: relative;
}

.price-module table > tbody > tr.inactive td:after {
  content: '';
  position: absolute;
  display: table-cell;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-color: rgba(255, 255, 255, .6);
}

.price-module table th {
  font-size: 1.6em;
  height: 52px;
  padding-top: .9375em;
  padding-bottom: .9375em;
  `
}

.price-module table th.no-vertical-padding,
.price-module table td.no-vertical-padding {
  padding-top: 0;
  padding-bottom: 0;
}

.price-module table th small {
  font-size: .875em;
}

.price-module table th a {
  font-size: .75em;
  font-family: 'helveticaneuecyrthin';
  line-height: 1;
}

.price-module table th a.standard-color {
  color: #3498DB;
}

.price-module table th:first-of-type {
  padding-left: 20px;
}

.price-module table td {
  padding-top: 3px;
  padding-bottom: 3px;
  vertical-align: middle;
}

.price-module table td:first-of-type:not(.text-center) {
  padding-left: 20px;
}

.price-module table td.width-1proc {
  width: 1%;
  text-align: center;
}

.price-module table td.width-2proc {
  width: 2%;
  text-align: center;
}

.price-module table td.width-3proc {
  width: 3%;
  text-align: center;
}

.price-module table td.width-4proc {
  width: 4%;
  text-align: center;
}

.price-module table td.width-6proc {
  width: 6%;
  text-align: center;
}

.price-module table td.width-15proc {
  width: 15%;
}

.price-module span {
  font-size: 1.4em;
}

.price-module table strong {
  font-size: 1.4em;
  font-family: 'helveticaneueroman';
  color: #696773;
}

.price-module table b {
  font-size: 1em;
  font-family: 'helveticaneueroman';
  color: #696773;
}

.price-module table small {
  font-size: 12px;
  color: #66656C;
}

.price-module table small.staypay-grouper-names {
  font-size: 11px;
}

.price-module table a {
  font-size: 1.2em;
  display: inline-block;
  margin-right: 1.16666em;
  color: #EF0F54;
  text-decoration: underline;
}

.price-module table a.title-row {
  color: #696773;
  text-decoration: none;
  font-size: 1em;
  font-size: 1.4rem
}

.price-module table a.room-link,
.price-module table a.info-row,
.price-module table a.delete-row,
.price-module table a.edit-row,
.price-module table a.photo-row,
.price-module table a.rate-row {
  margin-right: 0;
}

.price-module table a.dotted-link {
  text-decoration: none;
  line-height: 1;
  border-bottom: 1px dotted #EF0F54;
}

.price-module table a.dotted-link:hover {
  border-bottom: none;
}

.price-module table a.bigger-text {
  font-size: 1.4em;
  font-family: 'helveticaneuecyrmedium';
  margin-right: 3px;
}

.price-module table a.biggest-text {
  font-size: 1.6em;
  font-family: 'helveticaneueroman';
  margin-right: 3px;
}

.price-module table a.room-link {
  font-size: 1em;
}

.price-module table a:hover {
  text-decoration: none;
}

.price-module table a [class|=icon] {
  display: inline-block;
  color: #EF0F54;
}

.price-module table a.room-link [class|=icon] {
  font-size: 2.5em;
  margin-top: .4em;
}

.price-module table a.edit-row [class|=icon] {
  font-size: 1.7em;
  margin-top: .5em;
}

.price-module table a.description-row [class|=fa] {
  font-size: 1.7em;
  margin-top: .5em;
}

.tab-content > .active .price-module table a.edit-row [class|=icon] {
  margin-top: .3em;
}

.price-module table a.delete-row .glyphicon {
  font-size: 1.6em;
  margin-top: .4em;
}

.tab-content > .active .price-module table a.delete-row .glyphicon {
  margin-top: .3em;
}

.price-module table a.info-row [class|=icon] {
  font-size: 1.9em;
  margin-top: .4em;
}

.price-module table a.photo-row .fa-picture-o {
  font-size: 1.8em;
  margin-top: .3em;
}

.price-module table a.rate-row .fa-usd {
  font-size: 1.7em;
  margin-top: .4em;
}


.price-module table a[class|="bonus-comment-text"] {
  font-size: 13px;
  text-decoration: none;
}

.price-module table a[class|="bonus-comment-text"]:hover,
.price-module table a[class|="bonus-comment-text"]:focus {
  text-decoration: underline;
}

.price-module table a.open-staypay-group,
.price-module table a.open-bonuses-group {
  margin-right: 0;
  padding: 10px;
  transform-origin: 48% 48%;
  will-change: transform;
  -webkit-transition: transform 0.4s ease;
  -o-transition: transform 0.4s ease;
  transition: transform 0.4s ease;
}

.price-module table a.open-staypay-group {
  margin-top: 20px;
}

.price-module table a.open-staypay-group.is-open,
.price-module table a.open-bonuses-group.is-open {
  transform: rotate(180deg);
}

.price-module .css-checkbox-wrap {
  font-size: 1.4em;
  margin-top: 1.1em;
  margin-right: 0;
}

.price-module .css-checkbox-wrap label {
  margin-left: 0;
}

.price-module .css-checkbox-wrap label:after {
  left: 0.294714em;
}

.price-module .css-checkbox-wrap label:before {
  left: 0;
}

.price-module .module-buttons {
  padding-top: 4em;
  padding-right: 4em;
  padding-bottom: 4em;
  padding-left: 4em;
}

.price-module .module-buttons a {
  padding-left: 1em;
  padding-right: 1em;
}

.price-module .module-buttons a:not(:last-of-type) {
  margin-right: 3em;
}

.price-module .module-buttons a [class|=icon] {
  font-size: .9em;
}

.price-module .price-module-list {
  list-style-type: none;
  padding-left: 6em;
  padding-bottom: 3.1em;
  margin: 0;
}

.price-module .price-module-list li {
  display: inline-block;
  position: relative;
  padding-top: 7.6em;
  width: 17.08%;
  margin-right: 5.33%;
  vertical-align: top;
  text-align: center;
}

.price-module .price-module-list li a {
  font-family: 'helveticaneueroman';
  font-size: 1.6em;
  color: #313233;
}

.price-module .price-module-list li a:after {
  font-family: 'icomoon';
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  right: 0;
  text-align: center;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  color: #E00E4F;
}

.price-module.deactivated.deactivated {
  height: 70px;
  border-top-width: 1px;
  overflow: hidden;
}

.price-module.deactivated.deactivated:after {
  display: none;
}

.price-module.deactivated.deactivated .module-header {
  padding-top: 15px;
  padding-bottom: 15px;
}

.price-module.deactivated.deactivated > .module-header:not(:first-of-type),
.price-module.deactivated.deactivated > .module-header .pull-right,
.price-module.deactivated.deactivated > .module-header > p,
.price-module.deactivated.deactivated table,
.price-module.deactivated.deactivated .table-responsive,
.price-module.deactivated.deactivated > .module-buttons,
.price-module.deactivated.deactivated > .price-module-list {
  display: none;
}

.price-module #bonuses-table .grouped-bonus {
  background-color: #efefef;

}

.price-module #bonuses-table .grouped-bonus td {
  line-height: 1.2;
  padding-top: 1px;
  padding-bottom: 1px;
}

.price-module table td.css-switch-cell {
  padding-top: 9px;
  padding-right: 1%;
}

a.create-allotment:after {
  font-size: 72px;
  content: '\e619';
}

a.delete-allotment:after {
  height: 64px;
  width: 64px;
  margin-left: auto;
  margin-right: auto;
  background-image: url('../images/i_delete_allotment.png');
  background-repeat: no-repeat;
  background-position: center;
  -webkit-background-size: 100%;
  background-size: 100%;
  content: '';
}

a.stop-sales:after {
  height: 64px;
  width: 64px;
  margin-left: auto;
  margin-right: auto;
  background-image: url('../images/i_stop_sales.png');
  background-repeat: no-repeat;
  background-position: center;
  -webkit-background-size: 100%;
  background-size: 100%;
  content: '';
}

a.show-full-list:after {
  height: 64px;
  width: 64px;
  margin-left: auto;
  margin-right: auto;
  background-image: url('../images/i_show_list.png');
  background-repeat: no-repeat;
  background-position: center;
  -webkit-background-size: 100%;
  background-size: 100%;
  content: '';
}

a.load-changes:after {
  height: 64px;
  width: 64px;
  margin-left: auto;
  margin-right: auto;
  background-image: url('../images/part2_hover.png');
  background-repeat: no-repeat;
  background-position: center;
  -webkit-background-size: 100%;
  background-size: 100%;
  content: '';
}

.price-module .price-module-list li a.edits-journal:after {
  font-family: 'icomoon4';
  font-size: 72px;
  content: '\e605';
}

a.hotel-info-for-partners:after {
  height: 75px;
  width: 64px;
  margin-left: auto;
  margin-right: auto;
  background-image: url('../images/hotel_hover_2.png');
  background-repeat: no-repeat;
  background-position: center;
  -webkit-background-size: 100%;
  background-size: 100%;
  content: '';
}

a.link-to-ratecode:after {
  font-size: 72px;
  content: '\e616';
}

/* Фиксированное меню с кнопками, первоначально - для hotel_features_bootstrap,
обрабатывается через js функцию set_buttons_menu_position() в base_inner.html.
Нужно добавить position: relative родителю этого блока.
Подсказки у кнопок инициализируются в шаблоне, добавлением функции
$('[data-toggle="popover"]').popover(); */
.component.fixed-buttons-wrapper {
  position: absolute;
  width: 354px;
  text-align: left;
  -webkit-transform: translateX(50%);
  -ms-transform: translateX(50%);
  -o-transform: translateX(50%);
  transform: translateX(50%);
  /* следующие параметры задаются индивидуально в каждом конкретном случае,
  в зависимости от отступов и размеров родительского блока:
  top: 50vh;
  right: -15px;
  */
}

.fixed-buttons-wrapper > .btn {
  margin-bottom: 14px;
  width: 50%;
  -webkit-box-shadow: 0 0 30px -1px darkcyan;
  -o-box-shadow: 0 0 30px -1px darkcyan;
  -moz-box-shadow: 0 0 30px -1px darkcyan;
  box-shadow: 0 0 30px -1px darkcyan;
  overflow: hidden;
}

.fixed-buttons-wrapper > .btn > i,
.fixed-buttons-wrapper > .btn > span {
  display: none;
}


.css-checkbox-wrap {
  display: inline-block;
  min-width: 1em;
  min-height: 1em;
  font-size: 1em;
  line-height: 1em;
  vertical-align: top;
  position: relative;
}
.css-checkbox-wrap input[type="checkbox"] {
  display: block;
  position: absolute;
  width: 1em;
  height: 1em;
  top: 0px;
  bottom: 0px;
  margin-top: auto;
  margin-bottom: auto;
}
.css-checkbox-wrap label {
  display: inline-block;
  position: relative;
  margin: 0;
  margin-left: 2em;
  font-size: 1em;
  font-weight: normal;
}
.css-checkbox-wrap label::before,
.css-checkbox-wrap label::after {
  content: "";
  display: block;
  position: absolute;
}
.css-checkbox-wrap label::before {
  width: 1.14286em;
  height: 1.14286em;
  top: -.14286em;
  left: -2.14286em;
  background-color: #fff;
  border: 1px solid #dbdbdd;
  box-sizing: border-box;
}
.css-checkbox-wrap label::after {
  display: none;
  width: .571428em;
  height: .571428em;
  top: .14286em;
  left: -1.857146em;
  background-color: #3498db;
}
.css-checkbox-wrap input[type="checkbox"]:checked ~label::after {
  display: block;
}


/* переопределяем дефолтные значения css-checkbox'а */
.form-row .css-checkbox-wrap label {
  font-size: 1.2em;
}
.component.filters .css-checkbox-wrap,
.component.filters .css-radio-wrap {
  margin-right: .25em;
  padding-top: 0;
  padding-bottom: 0;
}

.component.filters .css-checkbox-wrap label,
.component.filters .css-radio-wrap label {
  margin-left: 1.25em;
}

.component.filters .css-checkbox-wrap input[type="checkbox"],
.component.filters .css-checkbox-wrap label:before,
.component.filters .css-checkbox-wrap label:after,
.component.filters .css-radio-wrap input[type="radio"],
.component.filters .css-radio-wrap label:before,
.component.filters .css-radio-wrap label:after {
  top: 0px;
  bottom: 0px;
  margin-top: auto;
  margin-bottom: auto;
}

.component.filters .css-checkbox-wrap label:before,
.component.filters .css-radio-wrap label:before {
  left: -1.39286em;
}

.component.filters .css-checkbox-wrap label:after,
.component.filters .css-radio-wrap label:after {
  left: -1.107146em;
}

.component.filters ul {
  list-style-type: none;
  padding: 0;
}

.component.filters li {
  display: inline-block;
  padding-right: 1.5em;
  margin-right: -3px;
  font-size: 14px;
}

.m0 {
  margin: 0 !important;
}

.ml0 {
  margin-left: 0 !important;
}

.mr0 {
  margin-right: 0 !important;
}

.mt0 {
  margin-top: 0 !important;
}

.mb0 {
  margin-bottom: 0 !important;
}

.m {
  margin: 16px !important;
}

.ml {
  margin-left: 16px !important;
}

.mr {
  margin-right: 16px !important;
}

.mt {
  margin-top: 16px !important;
}

.mb {
  margin-bottom: 16px !important;
}

.m-sm {
  margin: 8px !important;
}

.ml-sm {
  margin-left: 8px !important;
}

.mr-sm {
  margin-right: 8px !important;
}

.mt-sm {
  margin-top: 8px !important;
}

.mb-sm {
  margin-bottom: 8px !important;
}

.m-lg {
  margin: 24px !important;
}

.ml-lg {
  margin-left: 24px !important;
}

.mr-lg {
  margin-right: 24px !important;
}

.mt-lg {
  margin-top: 24px !important;
}

.mb-lg {
  margin-bottom: 24px !important;
}

.m-xl {
  margin: 32px !important;
}

.ml-xl {
  margin-left: 32px !important;
}

.mr-xl {
  margin-right: 32px !important;
}

.mt-xl {
  margin-top: 32px !important;
}

.mb-xl {
  margin-bottom: 32px !important;
}

.mv {
  margin-top: 16px !important;
  margin-bottom: 16px !important;
}

.mh {
  margin-left: 16px !important;
  margin-right: 16px !important;
}

.mv-xl {
  margin-top: 32px !important;
  margin-bottom: 32px !important;
}

.mh-xl {
  margin-left: 32px !important;
  margin-right: 32px !important;
}

.mv-lg {
  margin-top: 24px !important;
  margin-bottom: 24px !important;
}

.mh-lg {
  margin-left: 24px !important;
  margin-right: 24px !important;
}

.mv-sm {
  margin-top: 8px !important;
  margin-bottom: 8px !important;
}

.mh-sm {
  margin-left: 8px !important;
  margin-right: 8px !important;
}

.p0 {
  padding: 0 !important;
}

.pl0 {
  padding-left: 0 !important;
}

.pr0 {
  padding-right: 0 !important;
}

.pt0 {
  padding-top: 0 !important;
}

.pb0 {
  padding-bottom: 0 !important;
}

.pv0 {
  padding-top: 0 !important;
  padding-bottom: 0 !important;
}

.ph0 {
  padding-left: 0 !important;
  padding-right: 0 !important;
}

.p {
  padding: 16px !important;
}

.pl {
  padding-left: 16px !important;
}

.pr {
  padding-right: 16px !important;
}

.pt {
  padding-top: 16px !important;
}

.pb {
  padding-bottom: 16px !important;
}

.p-sm {
  padding: 4px !important;
}

.pl-sm {
  padding-left: 4px !important;
}

.pr-sm {
  padding-right: 4px !important;
}

.pt-sm {
  padding-top: 4px !important;
}

.pb-sm {
  padding-bottom: 4px !important;
}

.p-lg {
  padding: 24px !important;
}

.pl-lg {
  padding-left: 24px !important;
}

.pr-lg {
  padding-right: 24px !important;
}

.pt-lg {
  padding-top: 24px !important;
}

.pb-lg {
  padding-bottom: 24px !important;
}

.p-xl {
  padding: 32px !important;
}

.pl-xl {
  padding-left: 32px !important;
}

.pr-xl {
  padding-right: 32px !important;
}

.pt-xl {
  padding-top: 32px !important;
}

.pb-xl {
  padding-bottom: 32px !important;
}

.pv {
  padding-top: 16px !important;
  padding-bottom: 16px !important;
}

.ph {
  padding-left: 16px !important;
  padding-right: 16px !important;
}

.pv-xl {
  padding-top: 32px !important;
  padding-bottom: 32px !important;
}

.ph-xl {
  padding-left: 32px !important;
  padding-right: 32px !important;
}

.pv-lg {
  padding-top: 24px !important;
  padding-bottom: 24px !important;
}

.ph-lg {
  padding-left: 24px !important;
  padding-right: 24px !important;
}

.pv-sm {
  padding-top: 4px !important;
  padding-bottom: 4px !important;
}

.ph-sm {
  padding-left: 4px !important;
  padding-right: 4px !important;
}

.fh {
  height: 100% !important;
}

@media only screen and (min-width: 768px) {
  .fh-sm {
    height: 100% !important;
  }
}

@media only screen and (min-width: 992px) {
  .fh-md {
    height: 100% !important;
  }
}

@media only screen and (min-width: 1200px) {
  .fh-lg {
    height: 100% !important;
  }
}

.fw {
  width: 100% !important;
}

@media only screen and (min-width: 768px) {
  .fw-sm {
    width: 100% !important;
  }
}

@media only screen and (min-width: 992px) {
  .fw-md {
    width: 100% !important;
  }
}

@media only screen and (min-width: 1200px) {
  .fw-lg {
    width: 100% !important;
  }
}

.va-middle {
  vertical-align: middle !important;
}

.va-top {
  vertical-align: top !important;
}

.va-bottom {
  vertical-align: bottom !important;
}

table.va-middle td {
  vertical-align: middle !important;
}

table.va-top td {
  vertical-align: top !important;
}

table.va-bottom td {
  vertical-align: bottom !important;
}

.b0 {
  border-width: 0 !important;
}

.bl0 {
  border-left-width: 0 !important;
}

.br0 {
  border-right-width: 0 !important;
}

.bt0 {
  border-top-width: 0 !important;
}

.bb0 {
  border-bottom-width: 0 !important;
}

.br {
  border-right: 1px solid rgba(162, 162, 162, 0.32);
}

.bl {
  border-left: 1px solid rgba(162, 162, 162, 0.32);
}

.bt {
  border-top: 1px solid rgba(162, 162, 162, 0.32);
}

.bb {
  border-bottom: 1px solid rgba(162, 162, 162, 0.32);
}

.b,
.ba {
  border-right: 1px solid rgba(162, 162, 162, 0.32);
  border-left: 1px solid rgba(162, 162, 162, 0.32);
  border-top: 1px solid rgba(162, 162, 162, 0.32);
  border-bottom: 1px solid rgba(162, 162, 162, 0.32);
}

.spr {
  margin-right: .25em;
}

.spl {
  margin-left: .25em;
}

.text-white {
  color: #fff;
}

.text-alpha {
  color: rgba(255, 255, 255, 0.5);
}

.text-alpha-inverse {
  color: rgba(0, 0, 0, 0.5);
}

.text-gray-darker {
  color: #263238;
}

.text-gray-dark {
  color: #455A64;
}

.text-gray {
  color: #607D8B;
}

.text-gray-light {
  color: #90A4AE;
}

.text-gray-lighter {
  color: #ECEFF1;
}

.text-inherit {
  color: inherit !important;
}

.text-soft {
  color: rgba(162, 162, 162, 0.66);
}

.text-light {
  color: rgba(255, 255, 255, 0.74);
}

.text-sm {
  font-size: 11.9px;
}

.text-md {
  font-size: 26.6px;
}

.text-lg {
  font-size: 42px;
}

.lh1 {
  line-height: 1;
}

.text-nowrap {
  white-space: nowrap;
}

.text-thin {
  font-weight: 100 !important;
}

.text-bold {
  font-weight: bold !important;
}

.text-normal {
  font-weight: normal !important;
}

.text-normal p {
  font-weight: normal;
}

.text-ellipsis {
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  vertical-align: bottom;
}

.inline {
  display: inline-block !important;
}

.block-center {
  margin: 0 auto;
}

.block {
  display: block !important;
}

.bg-white {
  background-color: #fff;
  color: inherit !important;
}

.bg-primary {
  background-color: #448AFF;
  color: #fff !important;
}

.bg-primary .text-muted {
  color: rgba(255, 255, 255, 0.5);
}

.bg-primary small {
  color: inherit;
}

.bg-success {
  background-color: #4CAF50;
  color: #fff !important;
}

.bg-success .text-muted {
  color: rgba(255, 255, 255, 0.5);
}

.bg-success small {
  color: inherit;
}

.bg-info {
  background-color: #03A9F4;
  color: #fff !important;
}

.bg-info .text-muted {
  color: rgba(255, 255, 255, 0.5);
}

.bg-info small {
  color: inherit;
}

.bg-warning {
  background-color: #FFB300;
  color: #fff !important;
}

.bg-warning .text-muted {
  color: rgba(255, 255, 255, 0.5);
}

.bg-warning small {
  color: inherit;
}

.bg-danger {
  background-color: #F44336;
  color: #fff !important;
}

.bg-danger .text-muted {
  color: rgba(255, 255, 255, 0.5);
}

.bg-danger small {
  color: inherit;
}

.bg-gray-darker {
  background-color: #263238;
  color: #fff !important;
}

.bg-gray-dark {
  background-color: #455A64;
  color: #fff !important;
}

.bg-gray {
  background-color: #607D8B;
  color: #6C7177 !important;
}

.bg-gray-light {
  background-color: #90A4AE;
  color: #6C7177 !important;
}

.bg-gray-lighter {
  background-color: #ECEFF1;
  color: #6C7177 !important;
}

.bg-transparent {
  background-color: transparent !important;
}

.bg-fade {
  background-color: transparent !important;
  background-image: -webkit-linear-gradient(rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.5) 55%, #000000);
  background-image: -o-linear-gradient(rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.5) 55%, #000000);
  background-image: linear-gradient(rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.5) 55%, #000000);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#ff000000', GradientType=0);
  background-repeat: no-repeat;
}

.bg-cover {
  background-size: cover;
}

.bg-full {
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: fixed;
}

.bg-center {
  background-position: center center;
  background-size: cover;
}

.bg-dark {
  background-color: #4c4c4c !important;
}

.bg-danger {
  color: #fff !important;
  background-color: #ef0e55;
}

.thumb8 {
  width: 8px !important;
  height: 8px !important;
}

.thumb16 {
  width: 16px !important;
  height: 16px !important;
}

.thumb24 {
  width: 24px !important;
  height: 24px !important;
}

.thumb32 {
  width: 32px !important;
  height: 32px !important;
}

.thumb40 {
  width: 40px !important;
  height: 40px !important;
}

.thumb48 {
  width: 48px !important;
  height: 48px !important;
}

.thumb64 {
  width: 64px !important;
  height: 64px !important;
}

.thumb80 {
  width: 80px !important;
  height: 80px !important;
}

.thumb96 {
  width: 96px !important;
  height: 96px !important;
}

.thumb128 {
  width: 128px !important;
  height: 128px !important;
}

.initial8 {
  width: 8px !important;
  height: 8px !important;
  line-height: 8px;
  text-align: center;
  border-radius: 50%;
}

.initial16 {
  width: 16px !important;
  height: 16px !important;
  line-height: 16px;
  text-align: center;
  border-radius: 50%;
}

.initial24 {
  width: 24px !important;
  height: 24px !important;
  line-height: 24px;
  text-align: center;
  border-radius: 50%;
}

.initial32 {
  width: 32px !important;
  height: 32px !important;
  line-height: 32px;
  text-align: center;
  border-radius: 50%;
}

.initial40 {
  width: 40px !important;
  height: 40px !important;
  line-height: 40px;
  text-align: center;
  border-radius: 50%;
}

.initial48 {
  width: 48px !important;
  height: 48px !important;
  line-height: 48px;
  text-align: center;
  border-radius: 50%;
}

.initial64 {
  width: 64px !important;
  height: 64px !important;
  line-height: 64px;
  text-align: center;
  border-radius: 50%;
}

.initial80 {
  width: 80px !important;
  height: 80px !important;
  line-height: 80px;
  text-align: center;
  border-radius: 50%;
}

.initial96 {
  width: 96px !important;
  height: 96px !important;
  line-height: 96px;
  text-align: center;
  border-radius: 50%;
}

.initial128 {
  width: 128px !important;
  height: 128px !important;
  line-height: 128px;
  text-align: center;
  border-radius: 50%;
}

.table-fixed {
  table-layout: fixed;
  width: 100%;
}

.shadow-clear {
  box-shadow: 0 0 0 #000 !important;
}

.radius-clear {
  border-radius: 0 !important;
}

.rounded {
  border-radius: 100px;
}

.item-grab {
  cursor: -webkit-grab;
  cursor: -moz-grab;
}

.item-grabbing {
  cursor: -webkit-grabbing;
  cursor: -moz-grabbing;
}

.clickable {
  cursor: pointer !important;
}

.rel-wrapper {
  position: relative !important;
}

.oh {
  overflow: hidden;
}

.oa {
  overflow: auto;
}

.icon-18 {
  font-size: 18px;
  vertical-align: -18%;
}

.icon-24 {
  font-size: 24px;
  vertical-align: -24%;
}

.icon-36 {
  font-size: 36px;
  vertical-align: -36%;
}

.icon-48 {
  font-size: 48px;
  vertical-align: -48%;
}

.icon-2x {
  font-size: 2em;
}

.icon-3x {
  font-size: 3em;
}

.icon-4x {
  font-size: 4em;
}

.icon-5x {
  font-size: 5em;
}

.icon-lg {
  font-size: 1.33333333em;
  line-height: 0.75em;
  vertical-align: -15%;
}

.icon-fw {
  display: inline-block;
  width: 1.28571429em;
  text-align: center;
}

.icon-dark {
  color: rgba(0, 0, 0, 0.54);
}

.icon-dark.icon-inactive {
  color: rgba(0, 0, 0, 0.26);
}

.icon-light {
  color: #ffffff;
}

.icon-light.icon-inactive {
  color: rgba(255, 255, 255, 0.3);
}

.wd-xxs {
  width: 60px;
}

.wd-xs {
  width: 90px;
}

.wd-sm {
  width: 150px;
}

.wd-sd {
  width: 200px;
}

.wd-md {
  width: 240px;
}

.wd-lg {
  width: 280px;
}

.wd-xl {
  width: 320px;
}

.wd-xxl {
  width: 360px;
}

.wd-wide {
  width: 100%;
}

.wd-auto {
  width: auto;
}

.wd-zero {
  width: 0;
}

.wd-0 {
  width: 0;
}

.wd-5 {
  width: 5%;
}

.wd-10 {
  width: 10%;
}

.wd-15 {
  width: 15%;
}

.wd-20 {
  width: 20%;
}

.wd-25 {
  width: 25%;
}

.wd-30 {
  width: 30%;
}

.wd-35 {
  width: 35%;
}

.wd-40 {
  width: 40%;
}

.wd-45 {
  width: 45%;
}

.wd-50 {
  width: 50%;
}

.wd-55 {
  width: 55%;
}

.wd-60 {
  width: 60%;
}

.wd-65 {
  width: 65%;
}

.wd-70 {
  width: 70%;
}

.wd-75 {
  width: 75%;
}

.wd-80 {
  width: 80%;
}

.wd-85 {
  width: 85%;
}

.wd-90 {
  width: 90%;
}

.wd-95 {
  width: 95%;
}

.wd-97 {
  width: 97%;
}

.wd-100 {
  width: 100%;
}

.link-unstyled {
  text-decoration: none !important;
  outline: none !important;
}

textarea.no-resize {
  resize: none;
  max-width: 100%;
  min-width: 100%;
}

.shadow-z0 {
  -webkit-box-shadow: 0 0 0 #000;
  box-shadow: 0 0 0 #000;
}

.shadow-z1 {
  -webkit-box-shadow: 0 3px 1px -2px rgba(0, 0, 0, 0.14), 0 2px 2px 0 rgba(0, 0, 0, 0.098), 0 1px 5px 0 rgba(0, 0, 0, 0.014);
  box-shadow: 0 3px 1px -2px rgba(0, 0, 0, 0.14), 0 2px 2px 0 rgba(0, 0, 0, 0.098), 0 1px 5px 0 rgba(0, 0, 0, 0.014);
}

.shadow-z2 {
  -webkit-box-shadow: 0 2px 4px -1px rgba(0, 0, 0, 0.14), 0 4px 5px 0 rgba(0, 0, 0, 0.098), 0 1px 10px 0 rgba(0, 0, 0, 0.014);
  box-shadow: 0 2px 4px -1px rgba(0, 0, 0, 0.14), 0 4px 5px 0 rgba(0, 0, 0, 0.098), 0 1px 10px 0 rgba(0, 0, 0, 0.014);
}

.shadow-z3 {
  -webkit-box-shadow: 0 3px 5px -1px rgba(0, 0, 0, 0.14), 0 6px 10px 0 rgba(0, 0, 0, 0.098), 0 1px 18px 0 rgba(0, 0, 0, 0.014);
  box-shadow: 0 3px 5px -1px rgba(0, 0, 0, 0.14), 0 6px 10px 0 rgba(0, 0, 0, 0.098), 0 1px 18px 0 rgba(0, 0, 0, 0.014);
}

.shadow-z4 {
  -webkit-box-shadow: 0 5px 5px -3px rgba(0, 0, 0, 0.14), 0 8px 10px 1px rgba(0, 0, 0, 0.098), 0 3px 14px 2px rgba(0, 0, 0, 0.014);
  box-shadow: 0 5px 5px -3px rgba(0, 0, 0, 0.14), 0 8px 10px 1px rgba(0, 0, 0, 0.098), 0 3px 14px 2px rgba(0, 0, 0, 0.014);
}

.shadow-z5 {
  -webkit-box-shadow: 0 8px 10px -5px rgba(0, 0, 0, 0.14), 0 16px 24px 2px rgba(0, 0, 0, 0.098), 0 6px 30px 5px rgba(0, 0, 0, 0.014);
  box-shadow: 0 8px 10px -5px rgba(0, 0, 0, 0.14), 0 16px 24px 2px rgba(0, 0, 0, 0.098), 0 6px 30px 5px rgba(0, 0, 0, 0.014);
}

.center-block {
  display: block;
  margin-right: auto;
  margin-left: auto;
}

.pull-right {
  float: right !important;
}

.pull-left {
  float: left !important;
}

.invisible {
  visibility: hidden;
}

.text-hide {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
}

.hidden {
  display: none !important;
  visibility: hidden !important;
}

.affix {
  position: fixed;
}

@-ms-viewport {
  width: device-width;
}

.visible-xs,
.visible-sm,
.visible-md,
.visible-lg {
  display: none !important;
}

.visible-xs-block,
.visible-xs-inline,
.visible-xs-inline-block,
.visible-sm-block,
.visible-sm-inline,
.visible-sm-inline-block,
.visible-md-block,
.visible-md-inline,
.visible-md-inline-block,
.visible-lg-block,
.visible-lg-inline,
.visible-lg-inline-block {
  display: none !important;
}

@media (max-width: 767px) {
  .visible-xs {
    display: block !important;
  }

  table.visible-xs {
    display: table;
  }

  tr.visible-xs {
    display: table-row !important;
  }

  th.visible-xs,
  td.visible-xs {
    display: table-cell !important;
  }
}

@media (max-width: 767px) {
  .visible-xs-block {
    display: block !important;
  }
}

@media (max-width: 767px) {
  .visible-xs-inline {
    display: inline !important;
  }
}

@media (max-width: 767px) {
  .visible-xs-inline-block {
    display: inline-block !important;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm {
    display: block !important;
  }

  table.visible-sm {
    display: table;
  }

  tr.visible-sm {
    display: table-row !important;
  }

  th.visible-sm,
  td.visible-sm {
    display: table-cell !important;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm-block {
    display: block !important;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm-inline {
    display: inline !important;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm-inline-block {
    display: inline-block !important;
  }
}

@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md {
    display: block !important;
  }

  table.visible-md {
    display: table;
  }

  tr.visible-md {
    display: table-row !important;
  }

  th.visible-md,
  td.visible-md {
    display: table-cell !important;
  }
}

@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md-block {
    display: block !important;
  }
}

@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md-inline {
    display: inline !important;
  }
}

@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md-inline-block {
    display: inline-block !important;
  }
}

@media (min-width: 1200px) {
  .visible-lg {
    display: block !important;
  }

  table.visible-lg {
    display: table;
  }

  tr.visible-lg {
    display: table-row !important;
  }

  th.visible-lg,
  td.visible-lg {
    display: table-cell !important;
  }
}

@media (min-width: 1200px) {
  .visible-lg-block {
    display: block !important;
  }
}

@media (min-width: 1200px) {
  .visible-lg-inline {
    display: inline !important;
  }
}

@media (min-width: 1200px) {
  .visible-lg-inline-block {
    display: inline-block !important;
  }
}

@media (max-width: 767px) {
  .hidden-xs {
    display: none !important;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .hidden-sm {
    display: none !important;
  }
}

@media (min-width: 992px) and (max-width: 1199px) {
  .hidden-md {
    display: none !important;
  }
}

@media (min-width: 1200px) {
  .hidden-lg {
    display: none !important;
  }
}


/* DATEPICKER */
.datepicker-dropdown, .bootstrap-datetimepicker-widget {
  border-radius: 2px;
  background-color: #e9ecef;
  color: #444;
  padding: 0 !important;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
}
.bootstrap-datetimepicker-widget {
  /*  иначе в мозилле заезжает за боковое меню */
  left: auto !important;
  right: 0 !important;
}
.bootstrap-datetimepicker-widget tr td,
.bootstrap-datetimepicker-widget tr th {
  min-width: 30px;
  height: 30px;
}

.datepicker-dropdown .datepicker-days table thead tr:nth-child(2),
.datepicker-dropdown .datepicker-days table thead tr:nth-child(2):hover,
.bootstrap-datetimepicker-widget .datepicker-days table thead tr:nth-child(1),
.bootstrap-datetimepicker-widget .datepicker-days table thead tr:nth-child(1):hover {
  padding: .4em 0;
  background: none;
  background-color: #4CCDCD;
  cursor: pointer;
}

.datepicker-dropdown .datepicker-days table thead tr:nth-child(3),
.datepicker-dropdown .datepicker-days table thead tr:nth-child(3):hover,
.bootstrap-datetimepicker-widget .datepicker-days table thead tr:nth-child(2),
.bootstrap-datetimepicker-widget .datepicker-days table thead tr:nth-child(2):hover {
  background: none;
  background-color: #fff;
}


.datepicker-dropdown .datepicker-days table thead tr:nth-child(2) th,
.datepicker-dropdown .datepicker-days table thead tr:nth-child(2) th:hover,
.bootstrap-datetimepicker-widget .datepicker-days table thead tr:nth-child(1) th,
.bootstrap-datetimepicker-widget .datepicker-days table thead tr:nth-child(1) th:hover{
  padding: .4em 0;
  background: none;
  background-color: #4CCDCD;
  visibility: visible !important;
  border-radius: 0;
  cursor: pointer;
}

.bootstrap-datetimepicker-widget .today {
  color: #000
}
.bootstrap-datetimepicker-widget .disabled {
  color: #777
}
.datepicker-dropdown .active,
.bootstrap-datetimepicker-widget .active,
.datepicker-dropdown .active:hover,
.bootstrap-datetimepicker-widget .active:hover {
  color: #4CCDCD;
}
.bootstrap-datetimepicker-widget th.next i,
.bootstrap-datetimepicker-widget th.prev i {
  display: none;
}
.bootstrap-datetimepicker-widget th.next::after {
  content: '\00bb'
}
.bootstrap-datetimepicker-widget th.prev::after {
  content: '\00ab'
}

td.day:not(.active) {
  background-color: #fff !important;
  cursor: pointer;
}

td.new:not(.active), td.old:not(.active) {
  background-color: #e9ecef !important;
  cursor: default;
}

td, th {
  border-radius: 0 !important;
}

.input-group-addon {
  padding: 0.5rem 0.75rem;
  margin-bottom: 0;
  color: #4a4b4b;
  text-align: center;
  border: 1px solid rgba(0, 0, 0, 0.2);
  -webkit-border-radius: 0.25rem;
  border-radius: 0.25rem;
  border-left: 0;
  -webkit-border-top-left-radius: 0;
  border-top-left-radius: 0;
  -webkit-border-bottom-left-radius: 0;
  border-bottom-left-radius: 0;
  height: -webkit-calc(1.5em + 0.75rem + 2px);
  height: calc(1.5em + 0.75rem + 2px);
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}

.date-input {
  border-right: 0;
}


/* MODAL */
.modal-content {
  border-radius: 0;
  background-color: #f8f8f8;
}

.modal-footer {
  border: none;
}

.modal-footer .btn {
  padding: .5em 1em;
}
