

/* Start:/local/templates/box/components/bitrix/system.auth.authorize/.default/style.css?17169201522262*/
div.bx-auth form {
    padding: 0;
    margin: 0;
}

div.bx-auth-line {
    border-bottom: 1px solid #E3E3E3;
    padding-bottom: 10px;
}

div.bx-auth-title {
    font-size: 140%;
    border-bottom: solid 2px #E3E3E3;
    padding-bottom: 12px;
}

td.bx-auth-label {
    text-align: right;
    font-weight: bold;
}

table.bx-auth-table {
    margin-top: 8px;
}

table.bx-auth-table td {
    padding: 3px;
}

div.bx-auth input.bx-auth-input {
    vertical-align: middle;
}

div.bx-auth span.bx-auth-secure {
    background-color: #FFFAE3;
    border: 1px solid #DEDBC8;
    padding: 2px;
    display: inline-block;
    vertical-align: middle;
}

div.bx-auth div.bx-auth-secure-icon {
    background-image: url(/local/templates/box/components/bitrix/system.auth.authorize/.default/images/sec.png);
    background-repeat: no-repeat;
    background-position: center;
    width: 19px;
    height: 18px;
}

div.bx-auth div.bx-auth-secure-unlock {
    background-image: url(/local/templates/box/components/bitrix/system.auth.authorize/.default/images/sec-unlocked.png);
}

.main-title {
    margin: 16px auto;
    max-width: 320px;
}

.bx-auth {
    margin: 16px auto;
    max-width: 320px;
}
.bx-auth input[type="password"],
.bx-auth input[type="text"] {
    border: 1px solid #DEDEDE;
    box-sizing: border-box;
    width: 217px;
    max-width: 100%;
    height: 32px;
    padding: 0 16px;
    margin-bottom: 18px;
}
.bx-auth-note{
    font-size: 14px;
    line-height: 19px;
    margin-bottom: 28px;
}
.bx-auth .form-row{
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
}
.bx-auth .btn-submit{
    height: 32px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 6px 24px;
    background: #86c20b;
    border: 1px solid #86c20b;
    color: #fff;
    font-size: 14px;
    cursor: pointer;
    margin-bottom: 18px;
}
.form-row a{
    font-size: 14px;
    line-height: 19px;
    color: #808080;
    text-decoration: underline;
    text-decoration-style: dashed;
}
.bx-auth .confidentiality{
    margin-top: 40px;
}
.bx-auth .confidentiality,
.bx-auth .confidentiality a{
    font-size: 12px;
    line-height: 16px;
}
@media (max-width: 767px){
    .bx-auth .form-row{
        flex-wrap: wrap;
    }
    .bx-auth .col{
        width: 100%;
    }
    .bx-auth input[type="password"], .bx-auth input[type="text"]{
        width: 300px;
    }
}
/* End */


/* Start:/bitrix/components/bitrix/system.show_message/templates/.default/style.min.css?171692014851*/
font.errortext{color:red}font.notetext{color:green}
/* End */


/* Start:/local/templates/box/components/bitrix/sale.personal.order.list/.default/style.css?17169201521729*/
.order-container {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -10px;
}

.order__item {
  background: var(--main-bg-color);
  border: 1px solid var(--main-bg-color-2);
  width: calc(100% / 4 - 20px);
  padding: 15px 20px 20px;
  border-radius: 4px;
  margin: 0 10px 20px;
}

.order__item-group {
  display: flex;
  justify-content: space-between;
}

.order__item-date {
  font-size: 12px;
  line-height: 22px;
  color: var(--text-color-2);
}

.order__item-status {
  background: var(--main-color-4);
  color: var(--main-color);
  border-radius: 2px;
  padding: 3px 6px;
  font-weight: 500;
  font-size: 12px;
  line-height: 16px;
}

.status--completed {
  background: var(--main-color-11);
  color: #fff;
}

.status--cancel {
  background: var(--main-color-8);
  color: #fff;
}

.order__item-number {
  font-weight: 600;
  font-size: 18px;
  line-height: 26px;
  margin-top: 15px;
}

.order__item-text {
  margin-top: 10px;
  font-size: 14px;
  line-height: 22px;
}

.order__item-text span{
  background: var(--main-color-4);
  border-radius: 2px;
  padding: 3px 6px;
  font-weight: 500;
  font-size: 12px;
  line-height: 16px;
}

.order__item-text span.ok{
  background: #E0FFDB;
  color: var(--main-color-11);
}

.order__item-text span.cancel{
  background: var(--main-color-9);
}

.order__item .btn-link {
  margin-top: 20px;
}

@media (max-width: 1200px) {
  .order__item {
      width: calc(100% / 3 - 20px);
  }
}

@media (max-width: 992px) {
  .order__item {
      width: calc(100% / 2 - 20px);
  }
}

@media (max-width: 556px) {
  .order__item {
      width: 100%
  }
  .order__item-title {
      font-size: 16px;
  }
  .order__item-name {
      font-size: 14px;
      line-height: 150%;
      margin-top: 10px;
  }
}
/* End */
/* /local/templates/box/components/bitrix/system.auth.authorize/.default/style.css?17169201522262 */
/* /bitrix/components/bitrix/system.show_message/templates/.default/style.min.css?171692014851 */
/* /local/templates/box/components/bitrix/sale.personal.order.list/.default/style.css?17169201521729 */
