

/* Start:/local/templates/ti/assets/css/login.css?17588172793061*/
* {
  margin: 0;
  padding: 0;
}

*,
::after,
::before {
  box-sizing: border-box;
}

html,
body {
  height: 100%;
}

body {
  background: url("/local/templates/ti/assets/css/../img/bg.jpg") no-repeat 50% 50%;
  background-size: cover;
  line-height: 1.5;
  font-size: 1rem;
  font-family: "Mulish", sans-serif;
  font-weight: 400;
}

.container {
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  height: 100%;
  padding: 20px;
}

.section-login {
  position: relative;
  width: 100%;
  height: 100%;
  padding-top: 50px;
  background-color: #fff;
  border-radius: 20px;
}

.section-login .logo {
  display: block;
  height: 76px;
  margin-bottom: 50px;
  background: url("/local/templates/ti/assets/css/../img/logo.svg") no-repeat 50% 0;
  background-size: auto 76px;
}

.section-login .form {
  padding: 0 20px 20px;
}

.section-login .btn-link {
  display: inline-block;
  border-bottom: 1px solid #5C5E74;
  line-height: 1.2;
  text-decoration: none;
  color: #5C5E74;
  transition: all 0.25s ease-in-out;
}

.section-login .btn-link:hover {
  color: #1E7D7D;
  border-color: #1E7D7D;
}

.section-login .btn-link:focus {
  color: #1E7D7D;
  outline: 0;
}

.section-login .form-group,
.section-login .form-group-link {
  margin-bottom: 20px;
}

.section-login .form-group-link {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 71px;
}

.section-login label {
  display: block;
  margin-bottom: 10px;
  color: #5C5E74;
  font-size: 15px;
}

.section-login input {
  display: block;
  width: 100%;
  height: 71px;
  padding: 14px 30px;
  border: 0;
  border-radius: 8px;
  background: rgba(92, 94, 114, 0.08);
  font-size: 18px;
}

.section-login input:focus {
  background: rgba(92, 94, 114, 0.16);
  outline: 0;
}

.section-login .btn-primary {
  width: 100%;
  height: 71px;
  border: 0;
  border-radius: 8px;
  background-color: #5C5E74;
  color: #fff;
  font-size: 18px;
  cursor: pointer;
  transition: background-color 0.25s ease-in-out;
}

.section-login .btn-primary:hover {
  background-color: #1E7D7D;
}

.section-login .btn-primary:focus {
  background-color: #1E7D7D;
  outline: 0;
}

.section-login > .btn-link {
  position: absolute;
  bottom: 20px;
  left: 20px;
  right: 20px;
}

input::-moz-placeholder {
  color: rgba(92, 94, 116, 0.6);
}

input::placeholder {
  color: rgba(92, 94, 116, 0.6);
}

@media (min-width: 992px) {
  .container {
    padding-top: 90px;
    padding-bottom: 90px;
  }
  .section-login {
    width: 40%;
    width: 795px;
    padding-top: 160px;
    border-radius: 30px;
  }
  .section-login .logo {
    height: 122px;
    margin-bottom: 126px;
    background-size: auto 122px;
  }
  .section-login .form {
    padding: 0 125px;
  }
  .section-login > .btn-link {
    bottom: 40px;
    right: 40px;
    left: auto;
  }
}
@media (min-width: 992px) and (max-height: 925px) {
  .container {
    padding-top: 20px;
    padding-bottom: 20px;
  }
}
@media (min-width: 992px) and (max-height: 1140px) {
  .section-login {
    padding-top: 100px;
  }
  .section-login .logo {
    margin-bottom: 50px;
  }
}/*# sourceMappingURL=login.css.map */
/* End */


/* Start:/local/templates/ti/assets/scss/datepicker.css?175881727920692*/
.datepicker--cell-day.-other-month-, .datepicker--cell-year.-other-decade- {
  color: #dedede; }
  .datepicker--cell-day.-other-month-:hover, .datepicker--cell-year.-other-decade-:hover {
    color: #c5c5c5; }
  .-disabled-.-focus-.datepicker--cell-day.-other-month-, .-disabled-.-focus-.datepicker--cell-year.-other-decade- {
    color: #dedede; }
  .-selected-.datepicker--cell-day.-other-month-, .-selected-.datepicker--cell-year.-other-decade- {
    color: #fff;
    background: #a2ddf6; }
    .-selected-.-focus-.datepicker--cell-day.-other-month-, .-selected-.-focus-.datepicker--cell-year.-other-decade- {
      background: #8ad5f4; }
  .-in-range-.datepicker--cell-day.-other-month-, .-in-range-.datepicker--cell-year.-other-decade- {
    background-color: rgba(92, 196, 239, 0.1);
    color: #cccccc; }
    .-in-range-.-focus-.datepicker--cell-day.-other-month-, .-in-range-.-focus-.datepicker--cell-year.-other-decade- {
      background-color: rgba(92, 196, 239, 0.2); }
  .datepicker--cell-day.-other-month-:empty, .datepicker--cell-year.-other-decade-:empty {
    background: none;
    border: none; }

/* -------------------------------------------------
    Datepicker cells
   ------------------------------------------------- */
.datepicker--cells {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap; }

.datepicker--cell {
  border-radius: 4px;
  box-sizing: border-box;
  cursor: pointer;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  height: 32px;
  z-index: 1; }
  .datepicker--cell.-focus- {
    background: #f0f0f0; }
  .datepicker--cell.-current- {
    color: #4EB5E6; }
    .datepicker--cell.-current-.-focus- {
      color: #4a4a4a; }
    .datepicker--cell.-current-.-in-range- {
      color: #4EB5E6; }
  .datepicker--cell.-in-range- {
    background: rgba(92, 196, 239, 0.1);
    color: #4a4a4a;
    border-radius: 0; }
    .datepicker--cell.-in-range-.-focus- {
      background-color: rgba(92, 196, 239, 0.2); }
  .datepicker--cell.-disabled- {
    cursor: default;
    color: #aeaeae; }
    .datepicker--cell.-disabled-.-focus- {
      color: #aeaeae; }
    .datepicker--cell.-disabled-.-in-range- {
      color: #a1a1a1; }
    .datepicker--cell.-disabled-.-current-.-focus- {
      color: #aeaeae; }
  .datepicker--cell.-range-from- {
    border: 1px solid rgba(92, 196, 239, 0.5);
    background-color: rgba(92, 196, 239, 0.1);
    border-radius: 4px 0 0 4px; }
  .datepicker--cell.-range-to- {
    border: 1px solid rgba(92, 196, 239, 0.5);
    background-color: rgba(92, 196, 239, 0.1);
    border-radius: 0 4px 4px 0; }
  .datepicker--cell.-range-from-.-range-to- {
    border-radius: 4px; }
  .datepicker--cell.-selected- {
    color: #fff;
    border: none;
    background: #5cc4ef; }
    .datepicker--cell.-selected-.-current- {
      color: #fff;
      background: #5cc4ef; }
    .datepicker--cell.-selected-.-focus- {
      background: #45bced; }
  .datepicker--cell:empty {
    cursor: default; }

.datepicker--days-names {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  margin: 8px 0 3px; }

.datepicker--day-name {
  color: #FF9A19;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-flex: 1;
      -ms-flex: 1;
          flex: 1;
  text-align: center;
  text-transform: uppercase;
  font-size: .8em; }

.datepicker--cell-day {
  width: 14.28571%; }

.datepicker--cells-months {
  height: 170px; }

.datepicker--cell-month {
  width: 33.33%;
  height: 25%; }

.datepicker--years {
  height: 170px; }

.datepicker--cells-years {
  height: 170px; }

.datepicker--cell-year {
  width: 25%;
  height: 33.33%; }

.datepicker--cell-day.-other-month-, .datepicker--cell-year.-other-decade- {
  color: #dedede; }
  .datepicker--cell-day.-other-month-:hover, .datepicker--cell-year.-other-decade-:hover {
    color: #c5c5c5; }
  .-disabled-.-focus-.datepicker--cell-day.-other-month-, .-disabled-.-focus-.datepicker--cell-year.-other-decade- {
    color: #dedede; }
  .-selected-.datepicker--cell-day.-other-month-, .-selected-.datepicker--cell-year.-other-decade- {
    color: #fff;
    background: #a2ddf6; }
    .-selected-.-focus-.datepicker--cell-day.-other-month-, .-selected-.-focus-.datepicker--cell-year.-other-decade- {
      background: #8ad5f4; }
  .-in-range-.datepicker--cell-day.-other-month-, .-in-range-.datepicker--cell-year.-other-decade- {
    background-color: rgba(92, 196, 239, 0.1);
    color: #cccccc; }
    .-in-range-.-focus-.datepicker--cell-day.-other-month-, .-in-range-.-focus-.datepicker--cell-year.-other-decade- {
      background-color: rgba(92, 196, 239, 0.2); }
  .datepicker--cell-day.-other-month-:empty, .datepicker--cell-year.-other-decade-:empty {
    background: none;
    border: none; }

/* -------------------------------------------------
    Datepicker
   ------------------------------------------------- */
.datepickers-container {
  position: absolute;
  left: 0;
  top: 0; }
  @media print {
    .datepickers-container {
      display: none; } }

.datepicker {
  background: #fff;
  border: 1px solid #dbdbdb;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
  border-radius: 4px;
  box-sizing: content-box;
  font-family: Tahoma, sans-serif;
  font-size: 14px;
  color: #4a4a4a;
  width: 250px;
  position: absolute;
  left: -100000px;
  opacity: 0;
  transition: opacity 0.3s ease, left 0s 0.3s, -webkit-transform 0.3s ease;
  transition: opacity 0.3s ease, transform 0.3s ease, left 0s 0.3s;
  transition: opacity 0.3s ease, transform 0.3s ease, left 0s 0.3s, -webkit-transform 0.3s ease;
  z-index: 100; }
  .datepicker.-from-top- {
    -webkit-transform: translateY(-8px);
            transform: translateY(-8px); }
  .datepicker.-from-right- {
    -webkit-transform: translateX(8px);
            transform: translateX(8px); }
  .datepicker.-from-bottom- {
    -webkit-transform: translateY(8px);
            transform: translateY(8px); }
  .datepicker.-from-left- {
    -webkit-transform: translateX(-8px);
            transform: translateX(-8px); }
  .datepicker.active {
    opacity: 1;
    -webkit-transform: translate(0);
            transform: translate(0);
    transition: opacity 0.3s ease, left 0s 0s, -webkit-transform 0.3s ease;
    transition: opacity 0.3s ease, transform 0.3s ease, left 0s 0s;
    transition: opacity 0.3s ease, transform 0.3s ease, left 0s 0s, -webkit-transform 0.3s ease; }

.datepicker-inline .datepicker {
  border-color: #d7d7d7;
  box-shadow: none;
  position: static;
  left: auto;
  right: auto;
  opacity: 1;
  -webkit-transform: none;
          transform: none; }

.datepicker-inline .datepicker--pointer {
  display: none; }

.datepicker--content {
  box-sizing: content-box;
  padding: 4px; }
  .-only-timepicker- .datepicker--content {
    display: none; }

.datepicker--pointer {
  position: absolute;
  background: #fff;
  border-top: 1px solid #dbdbdb;
  border-right: 1px solid #dbdbdb;
  width: 10px;
  height: 10px;
  z-index: -1; }
  .-top-left- .datepicker--pointer, .-top-center- .datepicker--pointer, .-top-right- .datepicker--pointer {
    top: calc(100% - 4px);
    -webkit-transform: rotate(135deg);
            transform: rotate(135deg); }
  .-right-top- .datepicker--pointer, .-right-center- .datepicker--pointer, .-right-bottom- .datepicker--pointer {
    right: calc(100% - 4px);
    -webkit-transform: rotate(225deg);
            transform: rotate(225deg); }
  .-bottom-left- .datepicker--pointer, .-bottom-center- .datepicker--pointer, .-bottom-right- .datepicker--pointer {
    bottom: calc(100% - 4px);
    -webkit-transform: rotate(315deg);
            transform: rotate(315deg); }
  .-left-top- .datepicker--pointer, .-left-center- .datepicker--pointer, .-left-bottom- .datepicker--pointer {
    left: calc(100% - 4px);
    -webkit-transform: rotate(45deg);
            transform: rotate(45deg); }
  .-top-left- .datepicker--pointer, .-bottom-left- .datepicker--pointer {
    left: 10px; }
  .-top-right- .datepicker--pointer, .-bottom-right- .datepicker--pointer {
    right: 10px; }
  .-top-center- .datepicker--pointer, .-bottom-center- .datepicker--pointer {
    left: calc(50% - 10px / 2); }
  .-left-top- .datepicker--pointer, .-right-top- .datepicker--pointer {
    top: 10px; }
  .-left-bottom- .datepicker--pointer, .-right-bottom- .datepicker--pointer {
    bottom: 10px; }
  .-left-center- .datepicker--pointer, .-right-center- .datepicker--pointer {
    top: calc(50% - 10px / 2); }

.datepicker--body {
  display: none; }
  .datepicker--body.active {
    display: block; }

.datepicker--cell-day.-other-month-, .datepicker--cell-year.-other-decade- {
  color: #dedede; }
  .datepicker--cell-day.-other-month-:hover, .datepicker--cell-year.-other-decade-:hover {
    color: #c5c5c5; }
  .-disabled-.-focus-.datepicker--cell-day.-other-month-, .-disabled-.-focus-.datepicker--cell-year.-other-decade- {
    color: #dedede; }
  .-selected-.datepicker--cell-day.-other-month-, .-selected-.datepicker--cell-year.-other-decade- {
    color: #fff;
    background: #a2ddf6; }
    .-selected-.-focus-.datepicker--cell-day.-other-month-, .-selected-.-focus-.datepicker--cell-year.-other-decade- {
      background: #8ad5f4; }
  .-in-range-.datepicker--cell-day.-other-month-, .-in-range-.datepicker--cell-year.-other-decade- {
    background-color: rgba(92, 196, 239, 0.1);
    color: #cccccc; }
    .-in-range-.-focus-.datepicker--cell-day.-other-month-, .-in-range-.-focus-.datepicker--cell-year.-other-decade- {
      background-color: rgba(92, 196, 239, 0.2); }
  .datepicker--cell-day.-other-month-:empty, .datepicker--cell-year.-other-decade-:empty {
    background: none;
    border: none; }

/* -------------------------------------------------
    Navigation
   ------------------------------------------------- */
.datepicker--nav {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  border-bottom: 1px solid #efefef;
  min-height: 32px;
  padding: 4px; }
  .-only-timepicker- .datepicker--nav {
    display: none; }

.datepicker--nav-title,
.datepicker--nav-action {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  cursor: pointer;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center; }

.datepicker--nav-action {
  width: 32px;
  border-radius: 4px;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none; }
  .datepicker--nav-action:hover {
    background: #f0f0f0; }
  .datepicker--nav-action.-disabled- {
    visibility: hidden; }
  .datepicker--nav-action svg {
    width: 32px;
    height: 32px; }
  .datepicker--nav-action path {
    fill: none;
    stroke: #9c9c9c;
    stroke-width: 2px; }

.datepicker--nav-title {
  border-radius: 4px;
  padding: 0 8px; }
  .datepicker--nav-title i {
    font-style: normal;
    color: #9c9c9c;
    margin-left: 5px; }
  .datepicker--nav-title:hover {
    background: #f0f0f0; }
  .datepicker--nav-title.-disabled- {
    cursor: default;
    background: none; }

.datepicker--buttons {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 4px;
  border-top: 1px solid #efefef; }

.datepicker--button {
  color: #4EB5E6;
  cursor: pointer;
  border-radius: 4px;
  -webkit-flex: 1;
      -ms-flex: 1;
          flex: 1;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  height: 32px; }
  .datepicker--button:hover {
    color: #4a4a4a;
    background: #f0f0f0; }

.datepicker--cell-day.-other-month-, .datepicker--cell-year.-other-decade- {
  color: #dedede; }
  .datepicker--cell-day.-other-month-:hover, .datepicker--cell-year.-other-decade-:hover {
    color: #c5c5c5; }
  .-disabled-.-focus-.datepicker--cell-day.-other-month-, .-disabled-.-focus-.datepicker--cell-year.-other-decade- {
    color: #dedede; }
  .-selected-.datepicker--cell-day.-other-month-, .-selected-.datepicker--cell-year.-other-decade- {
    color: #fff;
    background: #a2ddf6; }
    .-selected-.-focus-.datepicker--cell-day.-other-month-, .-selected-.-focus-.datepicker--cell-year.-other-decade- {
      background: #8ad5f4; }
  .-in-range-.datepicker--cell-day.-other-month-, .-in-range-.datepicker--cell-year.-other-decade- {
    background-color: rgba(92, 196, 239, 0.1);
    color: #cccccc; }
    .-in-range-.-focus-.datepicker--cell-day.-other-month-, .-in-range-.-focus-.datepicker--cell-year.-other-decade- {
      background-color: rgba(92, 196, 239, 0.2); }
  .datepicker--cell-day.-other-month-:empty, .datepicker--cell-year.-other-decade-:empty {
    background: none;
    border: none; }

/* -------------------------------------------------
    Timepicker
   ------------------------------------------------- */
.datepicker--time {
  border-top: 1px solid #efefef;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 4px;
  position: relative; }
  .datepicker--time.-am-pm- .datepicker--time-sliders {
    -webkit-flex: 0 1 138px;
        -ms-flex: 0 1 138px;
            flex: 0 1 138px;
    max-width: 138px; }
  .-only-timepicker- .datepicker--time {
    border-top: none; }

.datepicker--time-sliders {
  -webkit-flex: 0 1 153px;
      -ms-flex: 0 1 153px;
          flex: 0 1 153px;
  margin-right: 10px;
  max-width: 153px; }

.datepicker--time-label {
  display: none;
  font-size: 12px; }

.datepicker--time-current {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-flex: 1;
      -ms-flex: 1;
          flex: 1;
  font-size: 14px;
  text-align: center;
  margin: 0 0 0 10px; }

.datepicker--time-current-colon {
  margin: 0 2px 3px;
  line-height: 1; }

.datepicker--time-current-hours,
.datepicker--time-current-minutes {
  line-height: 1;
  font-size: 19px;
  font-family: "Century Gothic", CenturyGothic, AppleGothic, sans-serif;
  position: relative;
  z-index: 1; }
  .datepicker--time-current-hours:after,
  .datepicker--time-current-minutes:after {
    content: '';
    background: #f0f0f0;
    border-radius: 4px;
    position: absolute;
    left: -2px;
    top: -3px;
    right: -2px;
    bottom: -2px;
    z-index: -1;
    opacity: 0; }
  .datepicker--time-current-hours.-focus-:after,
  .datepicker--time-current-minutes.-focus-:after {
    opacity: 1; }

.datepicker--time-current-ampm {
  text-transform: uppercase;
  -webkit-align-self: flex-end;
      -ms-flex-item-align: end;
          align-self: flex-end;
  color: #9c9c9c;
  margin-left: 6px;
  font-size: 11px;
  margin-bottom: 1px; }

.datepicker--time-row {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 11px;
  height: 17px;
  background: linear-gradient(to right, #dedede, #dedede) left 50%/100% 1px no-repeat; }
  .datepicker--time-row:first-child {
    margin-bottom: 4px; }
  .datepicker--time-row input[type='range'] {
    background: none;
    cursor: pointer;
    -webkit-flex: 1;
        -ms-flex: 1;
            flex: 1;
    height: 100%;
    padding: 0;
    margin: 0;
    -webkit-appearance: none; }
    .datepicker--time-row input[type='range']::-webkit-slider-thumb {
      -webkit-appearance: none; }
    .datepicker--time-row input[type='range']::-ms-tooltip {
      display: none; }
    .datepicker--time-row input[type='range']:hover::-webkit-slider-thumb {
      border-color: #b8b8b8; }
    .datepicker--time-row input[type='range']:hover::-moz-range-thumb {
      border-color: #b8b8b8; }
    .datepicker--time-row input[type='range']:hover::-ms-thumb {
      border-color: #b8b8b8; }
    .datepicker--time-row input[type='range']:focus {
      outline: none; }
      .datepicker--time-row input[type='range']:focus::-webkit-slider-thumb {
        background: #5cc4ef;
        border-color: #5cc4ef; }
      .datepicker--time-row input[type='range']:focus::-moz-range-thumb {
        background: #5cc4ef;
        border-color: #5cc4ef; }
      .datepicker--time-row input[type='range']:focus::-ms-thumb {
        background: #5cc4ef;
        border-color: #5cc4ef; }
    .datepicker--time-row input[type='range']::-webkit-slider-thumb {
      box-sizing: border-box;
      height: 12px;
      width: 12px;
      border-radius: 3px;
      border: 1px solid #dedede;
      background: #fff;
      cursor: pointer;
      transition: background .2s; }
    .datepicker--time-row input[type='range']::-moz-range-thumb {
      box-sizing: border-box;
      height: 12px;
      width: 12px;
      border-radius: 3px;
      border: 1px solid #dedede;
      background: #fff;
      cursor: pointer;
      transition: background .2s; }
    .datepicker--time-row input[type='range']::-ms-thumb {
      box-sizing: border-box;
      height: 12px;
      width: 12px;
      border-radius: 3px;
      border: 1px solid #dedede;
      background: #fff;
      cursor: pointer;
      transition: background .2s; }
    .datepicker--time-row input[type='range']::-webkit-slider-thumb {
      margin-top: -6px; }
    .datepicker--time-row input[type='range']::-webkit-slider-runnable-track {
      border: none;
      height: 1px;
      cursor: pointer;
      color: transparent;
      background: transparent; }
    .datepicker--time-row input[type='range']::-moz-range-track {
      border: none;
      height: 1px;
      cursor: pointer;
      color: transparent;
      background: transparent; }
    .datepicker--time-row input[type='range']::-ms-track {
      border: none;
      height: 1px;
      cursor: pointer;
      color: transparent;
      background: transparent; }
    .datepicker--time-row input[type='range']::-ms-fill-lower {
      background: transparent; }
    .datepicker--time-row input[type='range']::-ms-fill-upper {
      background: transparent; }
  .datepicker--time-row span {
    padding: 0 12px; }

.datepicker--time-icon {
  color: #9c9c9c;
  border: 1px solid;
  border-radius: 50%;
  font-size: 16px;
  position: relative;
  margin: 0 5px -1px 0;
  width: 1em;
  height: 1em; }
  .datepicker--time-icon:after, .datepicker--time-icon:before {
    content: '';
    background: currentColor;
    position: absolute; }
  .datepicker--time-icon:after {
    height: .4em;
    width: 1px;
    left: calc(50% - 1px);
    top: calc(50% + 1px);
    -webkit-transform: translateY(-100%);
            transform: translateY(-100%); }
  .datepicker--time-icon:before {
    width: .4em;
    height: 1px;
    top: calc(50% + 1px);
    left: calc(50% - 1px); }

.datepicker--cell-day.-other-month-, .datepicker--cell-year.-other-decade- {
  color: #dedede; }
  .datepicker--cell-day.-other-month-:hover, .datepicker--cell-year.-other-decade-:hover {
    color: #c5c5c5; }
  .-disabled-.-focus-.datepicker--cell-day.-other-month-, .-disabled-.-focus-.datepicker--cell-year.-other-decade- {
    color: #dedede; }
  .-selected-.datepicker--cell-day.-other-month-, .-selected-.datepicker--cell-year.-other-decade- {
    color: #fff;
    background: #a2ddf6; }
    .-selected-.-focus-.datepicker--cell-day.-other-month-, .-selected-.-focus-.datepicker--cell-year.-other-decade- {
      background: #8ad5f4; }
  .-in-range-.datepicker--cell-day.-other-month-, .-in-range-.datepicker--cell-year.-other-decade- {
    background-color: rgba(92, 196, 239, 0.1);
    color: #cccccc; }
    .-in-range-.-focus-.datepicker--cell-day.-other-month-, .-in-range-.-focus-.datepicker--cell-year.-other-decade- {
      background-color: rgba(92, 196, 239, 0.2); }
  .datepicker--cell-day.-other-month-:empty, .datepicker--cell-year.-other-decade-:empty {
    background: none;
    border: none; }
/* End */


/* Start:/local/templates/ti/assets/scss/style.css?175881727939240*/
@charset "UTF-8";

.select2-search {
  display: none;
}

.select2-container {
  width: 100% !important;
}

.select2-container .select2-selection--single {
  height: 56px;
}

@media (max-width: 1918px) {
  .select2-container .select2-selection--single {
    height: 40px;
  }
}

.select2-container .select2-selection--single .select2-selection__rendered {
  height: 56px;
  line-height: 56px;
  padding: 0 30px;
  font-size: 18px;
  color: #5C5E74;
}

@media (max-width: 1918px) {
  .select2-container .select2-selection--single .select2-selection__rendered {
    height: 40px;
    padding: 0 20px;
    font-size: 13px;
    line-height: 35px;
  }
}

.select2-container--default .select2-selection--single .select2-selection__arrow {
  width: 24px;
  height: 24px;
  background: url("/local/templates/ti/assets/scss/../img/arrow-select.svg") center center/24px no-repeat;
  top: 50%;
  transform: translateY(-50%);
  right: 17px;
  transition: 0.3s;
}

.select2-container--default .select2-selection--single {
  border-color: rgba(92, 94, 116, 0.2);
  border-radius: 8px;
}

.select2-container--default .select2-selection--single .select2-selection__arrow b {
  display: none;
}

.select2-container--default.select2-container--open .select2-selection--single .select2-selection__arrow {
  transform: rotate(180deg) translateY(50%);
  transition: 0.3s;
}

.select2-container--open .select2-dropdown--below {
  margin-top: 8px;
}

.select2-dropdown {
  border-radius: 8px;
  border-top-left-radius: 8px !important;
  border-top-right-radius: 8px !important;
  border-color: rgba(92, 94, 116, 0.2);
  border-top: 1px solid rgba(92, 94, 116, 0.2) !important;
  overflow: hidden;
}

.select2-results__option {
  border-bottom: 1px solid rgba(92, 94, 116, 0.2);
  color: #5C5E74;
  font-size: 18px;
  line-height: 24px;
  padding: 15px 19px;
}

@media (max-width: 1918px) {
  .select2-results__option {
    padding: 12px;
    font-size: 13px;
    line-height: 18px;
  }
}

.select2-results__option:first-of-type {
  padding-top: 19px;
}

@media (max-width: 1918px) {
  .select2-results__option:first-of-type {
    padding-top: 12px;
  }
}

.select2-results__option:last-of-type {
  border: 0px;
  padding-bottom: 19px;
}

@media (max-width: 1918px) {
  .select2-results__option:last-of-type {
    padding-bottom: 12px;
  }
}

.select2-container--default .select2-results__option--highlighted.select2-results__option--selectable {
  background-color: rgba(92, 94, 116, 0.08);
  color: #5C5E74;
}

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
    -webkit-appearance: none;
    appearance: none;
}
.form__input {
  display: inline-block;
  width: 100%;
  padding: 16px 20px;
  background-color: rgba(92, 94, 116, 0.08);
  border-radius: 8px;
  border: none;
  font-size: 18px;
  line-height: 20px;
  font-family: "Mulish", sans-serif;
  outline: none;
  appearance: none;
}

.form__input.is-error {
  border: 1px solid #BC5E5E;
}

@media (max-width: 1918px) {
  .form__input {
    padding: 12px 10px;
    font-size: 13px;
    line-height: 16px;
  }
}

.form__label {
  display: block;
  margin-bottom: 8px;
  color: #5C5E74;
}

@media (max-width: 1918px) {
  .form__label {
    font-size: 11px;
    line-height: 1.32;
  }
}

.form__textarea {
  max-width: 100%;
  padding: 24px;
  display: inline-block;
  width: 100%;
  background-color: rgba(92, 94, 116, 0.08);
  border-radius: 8px;
  border: none;
  font-size: 18px;
  line-height: 20px;
  font-family: "Mulish", sans-serif;
  outline: none;
}

@media (max-width: 1918px) {
  .form__textarea {
    max-height: 160px;
    font-size: 13px;
    line-height: 1.32;
    padding: 18px;
  }
}

.form-action {
  display: flex;
  align-items: center;
  width: 100%;
  gap: 20px;
  margin-top: 20px;
}

.form-action .form-btn {
  width: 100%;
}

.form-item+.form-item {
  margin-top: 20px;
}

@media (max-width: 1918px) {
  .form-item+.form-item {
    margin-top: 16px;
  }
}

.form-row {
  display: flex;
  gap: 16px;
  margin-bottom: 20px;
}

.col-8 {
  width: 70%;
}

.col-4 {
  width: 30%;
}

.import-csv {
  position: relative;
  display: flex;
  align-items: center;
  cursor: pointer;
}

.import-csv>input {
  position: absolute;
  left: 0;
  top: 0;
  width: 0px;
  min-width: 0px;
  opacity: 0;
}

.import-csv span {
  display: block;
  margin-right: 16px;
}

@media (max-width: 1918px) {
  .import-csv span {
    font-size: 13px;
    line-height: 1.32;
    margin-right: 13px;
  }
}

@media (max-width: 1918px) {
  .import-csv svg {
    width: 20px;
    height: 20px;
    display: block;
  }
}

.import-csv:hover span {
  text-decoration: underline;
}

.checkbox {
  position: relative;
}

.checkbox__input {
  position: absolute;
  top: 0;
  left: 0;
  width: 0px;
  opacity: 0;
}

.checkbox__input:checked+.checkbox__label::after {
  opacity: 1;
  transform: scale(1);
  transition: 0.3s;
}

.checkbox__label {
  padding-left: 24px;
  cursor: pointer;
}

.checkbox__label::before {
  position: absolute;
  content: "";
  left: 0;
  top: 0;
  width: 24px;
  height: 24px;
  border-radius: 6px;
  border: 1px solid rgba(92, 94, 116, 0.2);
}

@media (max-width: 1918px) {
  .checkbox__label::before {
    width: 18px;
    height: 18px;
    border-radius: 4px;
  }
}

.checkbox__label::after {
  position: absolute;
  content: "";
  left: 0;
  top: 0;
  width: 24px;
  height: 24px;
  border-radius: 6px;
  background: url("/local/templates/ti/assets/scss/../img/check.svg") center center/12px no-repeat;
  opacity: 0;
  transform: scale(0);
  transition: 0.3s;
}

@media (max-width: 1918px) {
  .checkbox__label::after {
    width: 18px;
    height: 18px;
    border-radius: 4px;
  }
}

.btn {
  display: inline-block;
  width: auto;
  padding: 12px 29px;
  background-color: #1E7D7D;
  color: #FFF;
  font-size: 18px;
  line-height: 22.5px;
  text-align: center;
  cursor: pointer;
  outline: none;
  text-decoration: none;
  border-radius: 10px;
  transition: 0.3s;
  border: 1px solid #1E7D7D;
}

@media (max-width: 1918px) {
  .btn {
    font-size: 13px;
    line-height: 1.32;
  }
}

.btn:hover {
  background-color: #429595;
  transition: 0.3s;
}

.btn--wide {
  padding: 19px 49px;
}

@media (max-width: 1918px) {
  .btn--wide {
    padding: 14px 36px;
  }
}

.btn--outline {
  border: 1px solid #1E7D7D;
  background-color: #FFF;
  color: #1E7D7D;
}

.btn--outline:hover {
  background-color: rgba(92, 94, 116, 0.08);
}

.btn--disabled {
  pointer-events: none;
  background: rgba(30, 125, 125, 0.3);
  border: 1px solid;
}

.btn-round {
  width: 36px;
  height: 36px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  cursor: pointer;
  transition: 0.3s;
}

.btn-round svg {
  display: block;
}

@media (max-width: 1918px) {
  .btn-round {
    width: 24px;
    height: 24px;
  }
}

.modal {
  position: fixed;
  width: 100%;
  height: 100vh;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 99;
  opacity: 0;
  transition: 0.3s;
  visibility: hidden;
}

.modal.is-open {
  display: block;
  opacity: 1;
  pointer-events: auto;
  visibility: visible;
}

.modal.is-open .modal-content {
  top: 50%;
  transition: 0.3s;
}

.modal-overlay {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(92, 94, 116, 0.5);
}

.modal-content {
  position: absolute;
  top: 50%;
  left: 50%;
  max-width: 640px;
  width: 100%;
  background-color: #FFF;
  border-radius: 20px;
  padding: 40px;
  top: 70%;
  left: 50%;
  transform: translate(-50%, -50%);
  transition: 0.3s;
}

@media (max-width: 1918px) {
  .modal-content {
    padding: 32px;
    max-width: 456px;
  }
}

.modal__title {
  font-size: 24px;
  line-height: 30px;
  margin-bottom: 40px;
  color: #5C5E74;
  font-weight: 700;
}

@media (max-width: 1918px) {
  .modal__title {
    font-size: 20px;
    line-height: 1.32;
    margin-bottom: 24px;
  }
}

.modal__close {
  width: 48px;
  height: 48px;
  position: absolute;
  top: 20px;
  right: 20px;
  cursor: pointer;
}

@media (max-width: 1918px) {
  .modal__close {
    width: 32px;
    height: 32px;
    top: 16px;
    right: 16px;
  }
}

.modal__close::before {
  position: absolute;
  content: "";
  width: 16px;
  height: 1px;
  background-color: #010101;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) rotate(45deg);
}

.modal__close::after {
  position: absolute;
  content: "";
  width: 16px;
  height: 1px;
  background-color: #010101;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) rotate(-45deg);
}

.modal-interpritation {
  border-radius: 10px;
  background-color: #FFF;
  position: absolute;
  max-width: 1460px;
  width: 100%;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.modal-head {
  padding: 40px 60px;
}

.modal-head__title {
  font-size: 24px;
  line-height: 1.32;
}

.modal-table__cell {
  color: #5C5E74;
}

.modal-table-head {
  padding: 60px 17px;
  background-color: rgba(92, 94, 114, 0.08);
}

.modal-table-head .modal-table__cell {
  font-size: 15px;
  line-height: 1.4;
}

.modal-table-row {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 140px;
  gap: 40px;
  padding: 20px 60px;
  border-bottom: 1px solid rgba(92, 94, 116, 0.2);
  font-size: 18px;
  line-height: 22.5px;
}

.modal-bottom {
  padding: 80px 40px 60px 40px;
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
}

.modal-result {
  display: flex;
  align-items: center;
  gap: 16px;
  color: #5C5E74;
}

.modal-result span {
  font-weight: 700;
}

.modal__articul {
  margin-bottom: 30px;
  font-size: 18px;
  font-weight: 700;
  color: #5C5E74;
}

.modal__articul span {
  font-size: 15px;
  font-weight: 400;
  display: block;
  margin-right: 12px;
}

@media (max-width: 1918px) {
  .modal__articul {
    font-size: 13px;
    display: flex;
    align-items: center;
    gap: 12px;
    margin-bottom: 20px;
  }

  .modal__articul span {
    font-size: 11px;
  }
}

.pagination {
  display: flex;
  align-items: center;
}

.pagination-nums {
  background-color: rgba(92, 94, 116, 0.08);
  margin: 0 10px;
  display: flex;
  align-items: center;
  border-radius: 4px;
}

.pagination__item {
  width: 35px;
  height: 40px;
  font-size: 18px;
  line-height: 22.5px;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  cursor: pointer;
  color: #000000;
}

@media (max-width: 1918px) {
  .pagination__item {
    width: 26px;
    height: 30px;
    font-size: 13px;
    line-height: 1.32;
  }
}

.pagination__item.is-active {
  background-color: #1E7D7D;
  border-radius: 4px;
  color: #FFF;
}

.pagination__item:hover {
  background-color: rgba(92, 94, 116, 0.2);
  border-radius: 4px;
}

.pagination__prev {
  width: 32px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: rgba(92, 94, 116, 0.08);
  border-radius: 4px;
  cursor: pointer;
}

@media (max-width: 1918px) {
  .pagination__prev {
    width: 26px;
    height: 30px;
  }
}

.pagination__prev:hover {
  background-color: rgba(92, 94, 116, 0.2);
  border-radius: 4px;
}

.pagination__next {
  width: 32px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: rgba(92, 94, 116, 0.08);
  border-radius: 4px;
  cursor: pointer;
}

@media (max-width: 1918px) {
  .pagination__next {
    width: 26px;
    height: 30px;
  }
}

.pagination__next svg {
  display: block;
  transform: rotate(180deg);
}

.pagination__next:hover {
  background-color: rgba(92, 94, 116, 0.2);
  border-radius: 4px;
}

table {
  width: 100%;
  border-collapse: collapse;
}

table tr {
  border-bottom: 1px solid rgba(92, 94, 116, 0.2);
}

table th {
  text-align: left;
  padding: 10px;
  border-bottom: 1px solid rgba(92, 94, 116, 0.2);
  background-color: rgba(92, 94, 116, 0.08);
  font-size: 14px;
  line-height: 1.32;
  color: #5C5E74;
}

@media (max-width: 1918px) {
  table th {
    font-size: 11px;
    padding: 10px 6px;
  }
}

table th:first-of-type {
  padding-left: 40px;
}

@media (max-width: 1918px) {
  table th:first-of-type {
    padding-left: 32px;
  }
}

table td {
  padding: 10px;
  border-bottom: 1px solid rgba(92, 94, 116, 0.2);
  font-size: 18px;
  line-height: 1.32;
}

@media (max-width: 1918px) {
  table td {
    font-size: 13px;
    padding: 10px 6px;
  }
}

table td:first-of-type {
  padding-left: 40px;
}

@media (max-width: 1918px) {
  table td:first-of-type {
    padding-left: 32px;
  }
}

.table__cell {
  color: #5C5E74;
}

@media (max-width: 1918px) {
  .table__cell img {
    width: 24px;
    height: 24px;
  }
}

.table__cell--articul {
  width: 200px;
}

@media (max-width: 1918px) {
  .table__cell--articul {
    width: 164px;
  }
}

.table__cell--name {
  width: 222px;
}

@media (max-width: 1918px) {
  .table__cell--name {
    width: 214px;
  }
}

.table__cell-vin p {
  width: 100px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

@media (max-width: 1918px) {
  .table__cell-vin p {
    width: 66px;
  }
}

.table__cell--cancel .table__cell-status {
  font-size: 16px;
  color: rgba(92, 94, 116, 0.2);
  border-bottom: 1px dashed currentColor;
  width: auto;
  display: inline-block;
  pointer-events: none;
}

@media (max-width: 1918px) {
  .table__cell--cancel .table__cell-status {
    font-size: 12px;
  }
}

.table__cell--cancel .table__cell-status.is-cancel {
  color: #BC5E5E;
  pointer-events: none;
}

.table__cell--cancel .table__cell-status.is-active {
  color: #1E7D7D;
  pointer-events: auto;
  cursor: pointer;
}

@media (max-width: 1918px) {
  .table__cell--summ {
    width: 110px;
  }
}

.table__cell--summ span {
  display: block;
  margin-top: 4px;
  font-size: 12px;
  color: rgba(92, 94, 116, 0.6);
}

@media (max-width: 1918px) {
  .table__cell--summ span {
    font-size: 9px;
  }
}

.table__cell-reclamation {
  background-color: rgba(92, 94, 116, 0.08);
}

@media (max-width: 1918px) {
  .table__cell-reclamation svg {
    width: 12px;
    height: 12px;
  }
}

.table__cell-reclamation:hover {
  background-color: rgba(92, 94, 116, 0.2);
  transition: 0.3s;
}

.table__cell-note {
  background-color: #1E7D7D;
}

@media (max-width: 1918px) {
  .table__cell-note svg {
    width: 16px;
    height: 16px;
  }
}

.table__cell-note.is-empty {
  background-color: rgba(92, 94, 116, 0.08);
  pointer-events: none;
}

.table__cell-note.is-empty svg path {
  stroke: rgba(92, 94, 116, 0.2);
}

.table__cell-note:hover {
  background-color: #429595;
}

.table__cell-note:hover svg path {
  stroke: #FFF;
}

.table__cell-num {
  display: inline-block;
  width: auto;
  cursor: pointer;
  transition: 0.3s;
  color: #5C5E74;
  text-decoration: none;
}

.table__cell-num:hover {
  background-color: rgba(92, 94, 116, 0.08);
  transition: 0.3s;
}

.table-bottom {
  padding: 80px 40px 40px;
  display: flex;
  align-items: flex-end;
}

@media (max-width: 1918px) {
  .table-bottom {
    padding: 64px 32px 32px 32px;
  }
}

.table-result {
  margin-right: 40px;
  color: #5C5E74;
}

.table-result span {
  font-weight: 700;
}

@media (max-width: 1918px) {
  .table-result {
    font-size: 13px;
    line-height: 1.32;
  }

  .table-result span {
    font-size: 16px;
  }
}

.table__show-all {
  color: #1E7D7D;
  border-bottom: 1px dashed currentColor;
  cursor: pointer;
}

.table__show-all:hover {
  opacity: 0.6;
}

@media (max-width: 1918px) {
  .table__show-all {
    font-size: 13px;
  }
}

.table-pagination {
  margin: 0 0 0 auto;
}

.count-all {
  font-weight: 700;
}

.count-canceled {
  font-weight: 700;
  color: #BC5E5E;
}

.tooltip {
  position: relative;
  cursor: pointer;
}

.tooltip:hover .tooltip__text {
  opacity: 1;
  visibility: visible;
}

.tooltip__text {
  position: absolute;
  bottom: -50px;
  left: 0;
  width: auto;
  padding: 20px;
  background-color: #FFF;
  border: 1px solid rgba(92, 94, 116, 0.2);
  border-radius: 6px;
  opacity: 0;
  visibility: hidden;
  z-index: 3;
}

.file-input.is-on .file-input__bottom {
  display: flex;
  align-items: center;
}

.file-input__btn {
  position: relative;
  display: flex;
  align-items: center;
  gap: 12px;
}

.file-input__btn>input {
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
}

.file-input__bottom {
  display: flex;
  align-items: center;
  gap: 10px;
  display: none;
  margin-top: 6px;
}

.file-input__delete {
  width: 14px;
  height: 14px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.file-input__delete svg {
  display: block;
  width: 14px;
  height: 14px;
}

#files-names {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}

.file-block {
  border-radius: 10px;
  background-color: rgba(144, 163, 203, 0.2);
  margin: 5px 0;
  color: initial;
  display: inline-flex;
}

.file-block>span.name {
  padding-right: 10px;
  width: -moz-max-content;
  width: max-content;
  display: inline-flex;
}

.file-delete {
  display: flex;
  width: 24px;
  color: initial;
  background-color: rgba(110, 180, 255, 0);
  font-size: large;
  justify-content: center;
  margin-right: 3px;
  cursor: pointer;
}

.file-delete:hover {
  background-color: rgba(144, 163, 203, 0.2);
  border-radius: 10px;
}

.file-delete>span {
  transform: rotate(45deg);
}

.profile {
  position: relative;
}

.profile-btn {
  position: absolute;
  top: 25px;
  right: 40px;
  width: 30px;
  height: 30px;
  border: 1px solid rgba(92, 94, 116, 0.2);
  border-radius: 50%;
  cursor: pointer;
  background: url(data:image/svg+xml;base64,PHN2ZyBmaWxsPSJub25lIiBoZWlnaHQ9IjI0IiB2aWV3Qm94PSIwIDAgMjQgMjQiIHdpZHRoPSIyNCIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj48cGF0aCBkPSJtMTYgMTAtNCA0LTQtNCIgc3Ryb2tlPSIjNWM1ZTc0IiBzdHJva2UtbGluZWNhcD0icm91bmQiIHN0cm9rZS1saW5lam9pbj0icm91bmQiLz48L3N2Zz4=) no-repeat 50% 50%;
}

.profile-dropdown {
  position: absolute;
  border-radius: 8px;
  border: 1px solid var(--stroke, rgba(92, 94, 116, 0.2));
  background: var(--light-grey-2, #f2f2f6);
  min-width: 237px;
  top: 100px;
  opacity: 0;
  visibility: hidden;
}

.profile-dropdown.is-active {
  opacity: 1;
  visibility: visible;
}

.profile-dropdown__item {
  padding: 20px;
  display: flex;
  align-items: center;
  gap: 12px;
  color: #5C5E74;
}

.profile-dropdown__item+.profile-dropdown__item {
  border-top: 1px solid rgba(92, 94, 116, 0.2);
}

.profile-dropdown__item:hover {
  background-color: rgba(92, 94, 116, 0.08);
}

* {
  margin: 0;
  padding: 0;
}

*,
::after,
::before {
  box-sizing: border-box;
}

body {
  background-color: #f2f2f6;
  line-height: 1.5;
  font-size: 1rem;
  font-family: "Mulish", sans-serif;
  font-weight: 400;
  overflow-x: hidden;
}

body.sidebar-open {
  padding-left: 320px;
}

@media (max-width: 1918px) {
  body.sidebar-open {
    padding-left: 250px;
  }
}

@media (max-width: 1600px) {
  body.sidebar-open {
    padding-left: 115px;
  }
}

a {
  text-decoration: none;
}

.sidebar {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 10;
  width: 320px;
  height: 100%;
  padding: 58px 20px 20px;
  background-color: #3a3c4e;
  color: #fff;
}

@media (max-width: 1918px) {
  .sidebar {
    width: 250px;
  }
}

@media (max-width: 1600px) {
  .sidebar {
    width: 112px;
  }
}

.sidebar .logo {
  display: block;
  width: 181px;
  height: 74px;
  margin: 0 auto 80px;
  background: url("/local/templates/ti/assets/scss/../img/logo-white.svg") no-repeat 0 0;
  background-size: auto 74px;
}

@media (max-width: 1600px) {
  .sidebar .logo {
    width: 80px;
    margin-top: -36px;
  }

  .sidebar .logo img {
    width: 100%;
    height: 100%;
    object-fit: contain;
  }
}

.sidebar ul.sidebar-menu {
  list-style-type: none;
}

.sidebar ul.sidebar-menu li a {
  display: flex;
  align-items: center;
  height: 70px;
  padding: 21px 22px;
  color: #fff;
  border-radius: 8px;
  transition: background-color 0.15s ease-in-out;
}

@media (max-width: 1918px) {
  .sidebar ul.sidebar-menu li a {
    font-size: 13px;
  }
}

@media (max-width: 1600px) {
  .sidebar ul.sidebar-menu li a {
    font-size: 0px;
  }
}

.sidebar ul.sidebar-menu li .icon {
  width: 28px;
  height: 28px;
  margin-right: 18px;
  fill: none;
}

@media (max-width: 1600px) {
  .sidebar ul.sidebar-menu li .icon {
    margin-right: 0;
    display: block;
  }
}

.sidebar ul.sidebar-menu li a:hover {
  background-color: rgba(92, 94, 116, 0.3);
}

/*.sidebar ul.sidebar-menu li a:not(.active):hover {
	color: $color_hover;
}
	.sidebar ul.sidebar-menu li a:not(.active):hover .icon {
		fill: $color_hover;
	}*/
.sidebar ul.sidebar-menu li a.active {
  background-color: #5C5E74;
}

.sidebar ul.sidebar-menu li.support {
  position: absolute;
  bottom: 20px;
  right: 20px;
  left: 20px;
}

.sidebar ul.sidebar-menu li.support a {
  background-color: #1E7D7D;
  border-radius: 8px;
}

.page-top {
  position: absolute;
  top: 0;
  right: 0;
  left: 320px;
  z-index: 9;
  display: flex;
  height: 116px;
  align-items: center;
  border-bottom: 1px solid rgba(92, 94, 116, 0.2);
}

@media (max-width: 1918px) {
  .page-top {
    left: 250px;
  }
}

@media (max-width: 1600px) {
  .page-top {
    left: 112px;
  }
}

body.page-top-fixed .page-top {
  position: fixed;
  background-color: #f2f2f6;
}

.page-top>div {
  padding: 30px 40px;
}

.page-top>div+div {
  border-left: 1px solid rgba(92, 94, 116, 0.2);
}

.page-top .page-title {
  margin-right: auto;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  color: #5C5E74;
  font-weight: 700;
  font-size: 32px;
}

@media (max-width: 1918px) {
  .page-top .page-title {
    font-size: 24px;
    padding: 25px 24px 25px 30px;
  }
}

.page-top .media {
  display: flex;
  max-width: 297px;
  height: 116px;
  align-items: center;
}

@media (max-width: 1918px) {
  .page-top .media {
    padding: 20px;
  }
}

.page-top .media.is-error {
  font-size: 12px;
}

.page-top .media.is-error .media-icon {
  background-color: rgba(188, 94, 94, 0.2);
}

.page-top .media.is-error .media-icon svg path {
  stroke: #BC5E5E;
}

.page-top .media.is-error .desc {
  font-size: 12px;
  line-height: 1.3;
  color: #BC5E5E;
}

.page-top .media:last-child {
  min-width: 452px;
}

@media (max-width: 1918px) {
  .page-top .media:last-child {
    min-width: 293px;
  }
}

.page-top .media-icon {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 56px;
  height: 56px;
  background-color: rgba(92, 94, 114, 0.08);
  border-radius: 8px;
  flex-shrink: 0;
}

@media (max-width: 1918px) {
  .page-top .media-icon {
    width: 40px;
    height: 40px;
  }
}

.page-top .media-body {
  flex-grow: 1;
  margin-left: 20px;
}

.page-top .media .icon {
  width: 28px;
  height: 28px;
  fill: none;
}

@media (max-width: 1918px) {
  .page-top .media .icon {
    width: 20px;
    height: 20px;
  }
}

.page-top .media .name {
  display: block;
  color: #5C5E74;
  font-weight: 700;
  font-size: 20px;
}

@media (max-width: 1918px) {
  .page-top .media .name {
    font-size: 16px;
  }
}

.page-top .media .desc {
  display: block;
  color: #5C5E74;
  font-size: 14px;
}

@media (max-width: 1918px) {
  .page-top .media .desc {
    font-size: 10px;
  }
}

.page-top .dropdown {
  position: relative;
}

.page-content {
  padding: 0px 0px 40px 0px;
}

@media (max-width: 1918px) {
  .page-content {
    padding: 0px 0px 40px 0px;
    width: 100%;
  }
}

.page-content .btn-support {
  margin-top: 40px;
  float: right;
  border-bottom: 1px solid #5C5E74;
  line-height: 1.2;
  text-decoration: none;
  color: #5C5E74;
  transition: all 0.25s ease-in-out;
}

@media (max-width: 1918px) {
  .page-content .btn-support {
    font-size: 13px;
  }
}

.page-content .btn-support:hover {
  color: #1E7D7D;
  border-color: #1E7D7D;
}

.page-content:after {
  display: block;
  clear: both;
  content: "";
}

.page-title {
  display: flex;
  align-items: center;
  gap: 20px;
}

.page-title__back {
  width: 30px;
  height: 30px;
  border: 1px solid #5C5E74;
  border-radius: 50%;
  transform: rotate(90deg);
  cursor: pointer;
  background: url("data:image/svg+xml;base64,PHN2ZyBmaWxsPSJub25lIiBoZWlnaHQ9IjI0IiB2aWV3Qm94PSIwIDAgMjQgMjQiIHdpZHRoPSIyNCIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj48cGF0aCBkPSJtMTYgMTAtNCA0LTQtNCIgc3Ryb2tlPSIjNWM1ZTc0IiBzdHJva2UtbGluZWNhcD0icm91bmQiIHN0cm9rZS1saW5lam9pbj0icm91bmQiLz48L3N2Zz4=") no-repeat 50% 50%;
  transition: 0.3s;
}

.page-title__back:hover {
  background-color: rgba(92, 94, 116, 0.08);
  transition: 0.3s;
}

.portlet {
  border: 1px solid rgba(92, 94, 116, 0.2);
  border-radius: 20px;
  background-color: #fff;
}

.portlet-empty {
  min-height: 275px;
}

.portlet+.portlet {
  margin-top: 20px;
}

.rub {
  white-space: nowrap;
}

.rub:after {
  padding-left: 5px;
  content: "₽";
}

[hidden] {
  display: none !important;
}

* {
  margin: 0;
  padding: 0;
}

*,
::after,
::before {
  box-sizing: border-box;
}

html,
body {
  height: 100%;
}

.container {
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  height: 100%;
  padding: 20px;
}

.section-login {
  position: relative;
  width: 100%;
  height: 100%;
  padding-top: 50px;
  background-color: #fff;
  border-radius: 20px;
}

.section-login .logo {
  display: block;
  height: 76px;
  margin-bottom: 50px;
  background: url("/local/templates/ti/assets/scss/../img/logo-dark.svg") no-repeat 50% 0;
  background-size: auto 76px;
}

.section-login .form {
  padding: 0 20px 20px;
}

.section-login .btn-link {
  display: inline-block;
  border-bottom: 1px solid #5C5E74;
  line-height: 1.2;
  text-decoration: none;
  color: #5C5E74;
  transition: all 0.25s ease-in-out;
}

.section-login .btn-link:hover {
  color: #1E7D7D;
  border-color: #1E7D7D;
}

.section-login .btn-link:focus {
  color: #1E7D7D;
  outline: 0;
}

.section-login .form-group,
.section-login .form-group-link {
  margin-bottom: 20px;
}

.section-login .form-group-link {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 71px;
}

.section-login label {
  display: block;
  margin-bottom: 10px;
  color: #5C5E74;
  font-size: 15px;
}

.section-login input {
  display: block;
  width: 100%;
  height: 71px;
  padding: 14px 30px;
  border: 0;
  border-radius: 8px;
  background: rgba(92, 94, 114, 0.08);
  font-size: 18px;
}

.section-login input:focus {
  background: rgba(92, 94, 114, 0.16);
  outline: 0;
}

.section-login .btn-primary {
  width: 100%;
  height: 71px;
  border: 0;
  border-radius: 8px;
  background-color: #5C5E74;
  color: #fff;
  font-size: 18px;
  cursor: pointer;
  transition: background-color 0.25s ease-in-out;
}

.section-login .btn-primary:hover {
  background-color: #1E7D7D;
}

.section-login .btn-primary:focus {
  background-color: #1E7D7D;
  outline: 0;
}

.section-login>.btn-link {
  position: absolute;
  bottom: 20px;
  left: 20px;
  right: 20px;
}

input::-moz-placeholder {
  color: rgba(92, 94, 116, 0.6);
}

input::placeholder {
  color: rgba(92, 94, 116, 0.6);
}

@media (min-width: 992px) {
  .container {
    padding-top: 90px;
    padding-bottom: 90px;
  }

  .section-login {
    width: 795px;
    min-height: 740px;
    min-height: 780px;
    padding-top: 160px;
    border-radius: 30px;
  }

  .section-login .logo {
    height: 122px;
    margin-bottom: 126px;
    background-size: auto 122px;
  }

  .section-login .form {
    padding: 0 125px;
  }

  .section-login>.btn-link {
    bottom: 40px;
    right: 40px;
    left: auto;
  }
}

@media (min-width: 992px) and (max-height: 925px) {
  .container {
    padding-top: 20px;
    padding-bottom: 20px;
  }
}

@media (min-width: 992px) and (max-height: 1140px) {
  .section-login {
    padding-top: 50px;
  }

  .section-login .logo {
    margin-bottom: 50px;
  }
}

.parameters-list {
  padding: 40px;
  display: flex;
  align-items: center;
  gap: 20px;
}

@media (max-width: 1918px) {
  .parameters-list {
    padding: 32px;
    gap: 16px;
  }
}

.parameters-item {
  width: 100%;
}

.parameters-item--xl {
  max-width: 450px;
  width: 100%;
  flex-shrink: 0;
}

@media (max-width: 1918px) {
  .parameters-item--xl {
    max-width: 310px;
  }
}

.parameters-item__label {
  margin-bottom: 8px;
  color: #5C5E74;
  font-size: 15px;
  line-height: 1.32;
}

@media (max-width: 1918px) {
  .parameters-item__label {
    font-size: 11px;
  }
}

.parameters-item__input {
  position: static;
  width: 100%;
  height: 56px;
  padding: 0 30px;
  border: 1px solid rgba(92, 94, 116, 0.2) !important;
  border-radius: 8px !important;
  outline: none;
  font-size: 18px;
  line-height: 56px;
  font-family: "Mulish", sans-serif;
  color: rgba(92, 94, 116, 0.6);
  opacity: 1;
  box-shadow: none;
  width: 100%;
  box-sizing: border-box;
}

@media (max-width: 1918px) {
  .parameters-item__input {
    height: 40px;
    line-height: 40px;
    font-size: 13px;
    padding: 0 20px;
  }
}

.parameters-item__input.datepicker {
  padding-right: 40px;
}

.datepicker-item {
  position: relative;
}

.datepicker-item::before {
  position: absolute;
  right: 16px;
  bottom: 16px;
  content: "";
  width: 24px;
  height: 24px;
  background: url("/local/templates/ti/assets/scss/../img/calendar.svg") center center/24px no-repeat;
}

@media (max-width: 1918px) {
  .datepicker-item::before {
    right: 12px;
    bottom: 8px;
  }
}

.portlet+.portlet {
  margin-top: 20px;
}

.portlet-head {
  padding: 40px;
  border-bottom: 1px solid rgba(92, 94, 116, 0.2);
  display: flex;
  align-items: center;
  justify-content: space-between;
}

@media (max-width: 1918px) {
  .portlet-head {
    padding: 32px;
  }
}

@media (max-width: 1600px) {
  .portlet-head {
    padding: 28px 20px;
  }
}

.portlet__title {
  font-size: 24px;
  line-height: 1.3;
  font-weight: 700;
  color: #5C5E74;
}

@media (max-width: 1918px) {
  .portlet__title {
    font-size: 20px;
  }
}

.portlet-row {
  display: grid;
  grid-template-columns: 1fr 1fr;
  align-items: center;
  gap: 24px;
}

.portlet-parameters {
  display: flex;
  align-items: center;
  gap: 20px;
  margin: 0 auto 0 20px;
  max-width: 50%;
  width: 100%;
}

@media (max-width: 1918px) {
  .portlet-parameters {
    gap: 16px;
  }
}

/* .position-table{
  overflow-x: auto;
} */

.position-item {
  display: grid;
  grid-template-columns: 24px 20px auto 80px 230px 80px 80px 60px 50px 90px 100px 100px 100px 36px;
  align-items: center;
  gap: 10px;
  padding: 20px 20px;
  border-bottom: 1px solid rgba(92, 94, 116, 0.2);
  /* min-width: 1340px; */
}

@media (max-width: 1918px) {
  .position-item {
    grid-template-columns: 24px 20px auto 80px 180px 80px 80px 60px 50px 70px 70px 70px 100px 20px;
    padding: 12px 32px;
    /* gap: 12px; */
  }
}

@media (max-width: 1600px) {
  .position-item {
    grid-template-columns: 24px 20px auto 80px auto 80px 80px 60px 50px 70px 70px 70px 100px 20px;
    padding: 12px 20px;
  }
}

.position-item--head {
  background-color: rgba(92, 94, 116, 0.2);
  padding: 17px 20px;
}

@media (max-width: 1918px) {
  .position-item--head {
    padding: 12px 32px;
  }
}

@media (max-width: 1600px) {
  .position-item--head {
    padding: 12px 20px;
  }
}

.position-item--head .position-item__cell {
  font-size: 15px;
  line-height: 21px;
}

@media (max-width: 1918px) {
  .position-item--head .position-item__cell {
    font-size: 11px;
    line-height: 15px;
  }
}

.position-item__cell {
  color: #5C5E74;
  font-size: 16px;
  line-height: 22px;
}

.position-item__cell--status {
  font-size: 12px;
}

@media (max-width: 1918px) {
  .position-item__cell {
    font-size: 11px;
    line-height: 15px;
  }
}

.position-item__cell span {
  font-size: 14px;
  line-height: 14px;
  display: block;
  margin-top: 4px;
  /*opacity: 0.4;*/
}

@media (max-width: 1918px) {
  .position-item__cell span {
    font-size: 10px;
  }
}

.position-item__remnants {
  padding-left: 30px;
  position: relative;
}

.position-item__remnants::before {
  position: absolute;
  content: "";
  left: 0;
  top: 0;
  width: 20px;
  height: 20px;
  background-color: #71956E;
  border-radius: 50%;
}

.position-item__remnants.is-over::before {
  background-color: #BC5E5E;
}

.position-item__remnants.is-norm::before {
  background-color: rgb(212, 212, 85);
}

.position-item__remove {
  width: 36px;
  height: 36px;
  background-color: #BC5E5E;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  opacity: 0.6;
  transition: 0.3s;
  border-radius: 50%;
}

@media (max-width: 1918px) {
  .position-item__remove {
    width: 22px;
    height: 22px;
  }
}

.position-item__remove:hover {
  opacity: 1;
  transition: 0.3s;
}

.position-item__edit {
  display: flex;
  align-items: center;
  gap: 8px;
  color: #1E7D7D;
  cursor: pointer;
}

.position-item__edit:hover {
  text-decoration: underline;
}

.position-articul {
  position: relative;
  display: flex;
  align-items: center;
  padding-right: 106px;
}

@media (max-width: 1918px) {
  .position-articul {
    padding-right: 65px;
  }
}

.position-articul .position-item__articul {
  width: 100%;
}

.position-articul__result {
  display: none;
  position: absolute;
  top: 63px;
  left: 0;
  min-width: 417px;
  background-color: #FFF;
  border: 1px solid rgba(92, 94, 116, 0.2);
  z-index: 5;
  border-radius: 10px;
}

.position-articul__result.is-open {
  display: block;
}

.position-articul__result-list {
  max-height: 230px;
  overflow-y: scroll;
  overflow-x: hidden;
}

.position-articul__result-list::-webkit-scrollbar {
  width: 8px;
}

.position-articul__result-list::-webkit-scrollbar-thumb {
  background-color: #5C5E74;
  width: 8px;
  border-radius: 15px;
}

.position-articul__result-line {
  padding: 16px 40px 14px 20px;
  border-bottom: 1px solid rgba(92, 94, 116, 0.2);
  width: calc(100% + 8px);
  margin: 0 -4px;
  cursor: pointer;
}

.position-articul__result-line:last-of-type {
  border-bottom: 0;
}

.position-articul__result-line:hover {
  background-color: rgba(92, 94, 116, 0.08);
}

.position-articul__result-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.position-articul__result-num {
  font-size: 18px;
  line-height: 22.5px;
}

.position-articul__result-count {
  font-size: 18px;
  line-height: 22.5px;
}

.position-articul__result-desc {
  margin-top: 8px;
  font-size: 14px;
  line-height: 17.5px;
  color: rgba(92, 94, 116, 0.6);
}

.position-articul__action {
  display: flex;
  align-items: center;
  gap: 10px;
}

.position-articul__cut {
  width: 36px;
  height: 36px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: rgba(92, 94, 116, 0.08);
  border-radius: 50%;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 0px;
  cursor: pointer;
}

@media (max-width: 1918px) {
  .position-articul__cut {
    width: 20px;
    height: 20px;
  }

  .position-articul__cut svg {
    width: 16px;
    height: 16px;
  }
}

.position-articul__change {
  width: 36px;
  height: 36px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: rgba(92, 94, 116, 0.08);
  border-radius: 50%;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 48px;
  cursor: pointer;
}

@media (max-width: 1918px) {
  .position-articul__change {
    width: 20px;
    height: 20px;
    right: 34px;
  }

  .position-articul__change svg {
    width: 16px;
    height: 16px;
  }
}

.position-articul__change svg {
  stroke-opacity: 0.2;
  stroke: #5C5E74;
}

.position-articul__change.is-disabled {
  background-color: rgba(188, 94, 94, 0.2);
  pointer-events: none;
}

.position-articul__change.is-disabled svg {
  stroke-opacity: 1;
  stroke: #BC5E5E;
}

.position-articul__change.is-available {
  background-color: rgba(113, 149, 110, 0.2);
}

.position-articul__change.is-available svg {
  stroke-opacity: 1;
  stroke: #71956E;
}

.position-bottom {
  padding: 20px 40px 40px 40px;
  display: flex;
  justify-content: space-between;
}

@media (max-width: 1918px) {
  .position-bottom {
    padding: 18px 32px 32px 32px;
  }
}

.position-bottom__left {
  align-self: flex-start;
}

.position-bottom__right {
  align-self: flex-end;
}

.position__calculate {
  margin-top: 30px;
}

.position-add {
  display: flex;
  align-items: center;
  gap: 19px;
  cursor: pointer;
}

@media (max-width: 1918px) {
  .position-add {
    gap: 14px;
  }
}

.position-add__text {
  font-size: 18px;
  line-height: 22.5px;
}

@media (max-width: 1918px) {
  .position-add__text {
    font-size: 13px;
    line-height: 1.32;
  }
}

.position-add__icon {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 24px;
  height: 24px;
  background-color: #1E7D7D;
  border-radius: 50%;
}

@media (max-width: 1918px) {
  .position-add__icon {
    width: 20px;
    height: 20px;
  }

  .position-add__icon svg {
    display: block;
    width: 12px;
    height: 12px;
  }
}

.position__remove-all {
  margin-bottom: 44px;
  display: none;
}

.position__remove-all.is-show {
  display: inline-block;
}

.icon {
  width: 36px;
  height: 36px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
}

.total-price {
  display: flex;
  width: 100%;
  border-bottom: 1px solid rgba(92, 94, 116, 0.2);
}

.total-price__item {
  width: 100%;
  padding: 20px;
  display: flex;
  justify-content: space-between;
  border-right: 1px solid rgba(92, 94, 116, 0.2);
}

@media (max-width: 1918px) {
  .total-price__item {
    padding: 16px;
  }
}

.total-price__item:first-of-type {
  padding-left: 40px;
}

@media (max-width: 1918px) {
  .total-price__item:first-of-type {
    padding-left: 32px;
  }
}

.total-price__item:last-of-type {
  padding-right: 40px;
  border-right: 0;
}

@media (max-width: 1918px) {
  .total-price__item:last-of-type {
    padding-right: 32px;
  }
}

@media (max-width: 1918px) {
  .total-price__name {
    font-size: 13px;
  }
}

.total-price__title {
  font-size: 18px;
  line-height: 22.5px;
  color: #5C5E74;
}

@media (max-width: 1918px) {
  .total-price__title {
    font-size: 13px;
    line-height: 1.32;
  }
}

.total-price__summ {
  font-size: 20px;
  line-height: 25px;
  font-weight: 700;
  color: #5C5E74;
  text-align: right;
}

@media (max-width: 1918px) {
  .total-price__summ {
    font-size: 16px;
    line-height: 1.32;
  }
}

.total-price__summ span {
  font-weight: 400;
  display: block;
  margin-top: 8px;
  opacity: 0.6;
  font-size: 14px;
  line-height: 14.5px;
}

@media (max-width: 1918px) {
  .total-price__summ span {
    font-size: 9px;
    line-height: 1;
  }
}

.total-info {
  padding: 80px 40px 40px 40px;
  display: flex;
  align-items: flex-start;
}

@media (max-width: 1918px) {
  .total-info {
    padding: 64px 32px 32px 32px;
  }
}

.total-date {
  margin-right: 110px;
  color: #5C5E74;
}

.total-date__title {
  margin-bottom: 12px;
  font-size: 18px;
  line-height: 22.5px;
}

@media (max-width: 1918px) {
  .total-date__title {
    font-size: 13px;
    line-height: 1.32;
  }
}

.total-date__item {
  font-size: 20px;
  line-height: 25px;
}

@media (max-width: 1918px) {
  .total-date__item {
    font-size: 16px;
    line-height: 1.32;
  }
}

.total-date__item span {
  font-weight: 700;
}

.total-status {
  font-size: 18px;
  line-height: 22.5px;
  color: #5C5E74;
}

@media (max-width: 1918px) {
  .total-status {
    font-size: 13px;
    line-height: 1.32;
  }
}

.total-status span {
  font-size: 20px;
  line-height: 25px;
  font-weight: 700;
}

@media (max-width: 1918px) {
  .total-status span {
    font-size: 16px;
    line-height: 1.32;
  }
}

.total-btn {
  margin: auto 0 0 auto;
}
/* End */


/* Start:/local/templates/ti/assets/css/custom.css?17588172794936*/
.preloader {
    position: absolute;
    display: none;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    background-color: #ffffff;
    z-index: 10;
}
.preloader span {
    margin-top: 150px;
    margin-bottom: 50px;
}
.preloader.active {
    display: flex;
    flex-flow: column;
    /*justify-content: center;*/
    align-items: center;
}
.page-content, .portlet-content {
	position: relative;
}
.btn.btn--wide.position__calculate[disabled="disabled"], .total-btn.btn.btn--wide[disabled="disabled"] {
    pointer-events: none;
    background: rgba(30, 125, 125, 0.3);
    border: 1px solid;
}
.page-top .media.is-error .name {
    color: #BC5E5E;
}
.select2-selection.select2-selection--single.error {
    border-color: red;
}
[disabled="disabled"] {
    pointer-events: none;
    opacity: 0.5;
}
.position-unknown {
    padding: 20px 40px 40px 40px;
    font-size: 18px;
}
.position-unknown_title {
    margin-bottom: 10px;
    color: #961d1d;
}
.position-item.price0 {
    background-color: #f2e6dd;
}
.position-item.prohibition {
    background-color: #f4e5e5;
}
#loader-wrapper{position:absolute;left:0;top:0;right:0;bottom:0;background:#000;z-index:15;overflow:hidden}
.loader{width:150px;height:150px;border:1px #555 solid;position:relative;border-radius:50%}
.loader .loading{font-size:10px;position:absolute;width:100%;text-align:center;line-height:14px;font-family:'Century Gothic',sans-serif;font-style:italic;left:0;top:50%;margin-top:20px;color:#555;font-weight:700;text-transform:uppercase}
.loader-circle-1{width:138px;height:138px;left:5px;top:5px;border:1px #555 solid;border-radius:50%;position:absolute;border-right-color:transparent;-webkit-animation:spin 3s linear infinite;animation:spin 3s linear infinite}
.loader-circle-2{width:126px;height:126px;left:5px;top:5px;border:1px transparent solid;border-radius:50%;position:absolute;border-right-color:#e81512;-webkit-animation:spin 5s linear infinite;animation:spin 5s linear infinite}
.loader .line{width:10px;height:2px;background:#555;position:absolute}
.loader .line:nth-child(1){left:16px;top:50%;margin-top:-1px}
.loader .line:nth-child(2){transform:rotate(45deg);-moz-transform:rotate(45deg);-webkit-transform:rotate(45deg);-ms-transform:rotate(45deg);left:33px;top:33px}
.loader .line:nth-child(3){top:16px;left:50%;width:2px;height:10px}
.loader .line:nth-child(4){transform:rotate(135deg);-moz-transform:rotate(135deg);-webkit-transform:rotate(135deg);-ms-transform:rotate(135deg);right:33px;top:33px}
.loader .line:nth-child(5){right:16px;top:50%;margin-top:-1px}
.loader .line:nth-child(6){transform:rotate(45deg);-moz-transform:rotate(45deg);-webkit-transform:rotate(45deg);-ms-transform:rotate(45deg);right:33px;bottom:33px;background:#e81512}
.loader .subline{position:absolute;width:3px;height:2px;background:#555}
.loader .subline:nth-child(7){transform:rotate(22.5deg);-moz-transform:rotate(22.5deg);-webkit-transform:rotate(22.5deg);-ms-transform:rotate(22.5deg);left:21px;top:50px}
.loader .subline:nth-child(8){transform:rotate(67.5deg);-moz-transform:rotate(67.5deg);-webkit-transform:rotate(67.5deg);-ms-transform:rotate(67.5deg);left:50px;top:21px}
.loader .subline:nth-child(9){transform:rotate(112.5deg);-moz-transform:rotate(112.5deg);-webkit-transform:rotate(112.5deg);-ms-transform:rotate(112.5deg);right:50px;top:21px}
.loader .subline:nth-child(10){transform:rotate(157.5deg);-moz-transform:rotate(157.5deg);-webkit-transform:rotate(157.5deg);-ms-transform:rotate(157.5deg);right:21px;top:50px}
.loader .subline:nth-child(11){transform:rotate(22.5deg);-moz-transform:rotate(22.5deg);-webkit-transform:rotate(22.5deg);-ms-transform:rotate(22.5deg);right:20px;bottom:49px;background:#e81512}
.loader .needle{width:14px;height:14px;border-radius:50%;border:1px #555 solid;position:absolute;left:50%;top:50%;margin:-8px 0 0 -8px;z-index:1;-webkit-animation:pegIt 3s infinite ease-in-out;animation:pegIt 3s infinite ease-in-out}
.loader .needle:before{content:"";width:0;height:0;border-style:solid;border-width:3.5px 50px 3.5px 0;border-color:transparent #e81512 transparent transparent;position:absolute;right:50%;top:50%;margin:-3.5px 0 0;border-radius:0 50% 50% 0}
@keyframes pegIt {
0%{transform:rotate(0deg)}
16%{transform:rotate(75deg)}
25%{transform:rotate(55deg)}
30%{transform:rotate(90deg)}
36%{transform:rotate(170deg)}
42%{transform:rotate(150deg)}
50%{transform:rotate(227deg)}
100%{transform:rotate(0deg)}
}
@-webkit-keyframes pegIt {
0%{-webkit-transform:rotate(0deg)}
16%{-webkit-transform:rotate(75deg)}
25%{-webkit-transform:rotate(55deg)}
30%{-webkit-transform:rotate(90deg)}
36%{-webkit-transform:rotate(170deg)}
42%{-webkit-transform:rotate(150deg)}
50%{-webkit-transform:rotate(227deg)}
100%{-webkit-transform:rotate(0deg)}
}
@-webkit-keyframes spin {
0%{-webkit-transform:rotate(0deg)}
100%{-webkit-transform:rotate(360deg)}
}
@keyframes spin {
0%{transform:rotate(0deg)}
100%{transform:rotate(360deg)}
}
/* End */
/* /local/templates/ti/assets/css/login.css?17588172793061 */
/* /local/templates/ti/assets/scss/datepicker.css?175881727920692 */
/* /local/templates/ti/assets/scss/style.css?175881727939240 */
/* /local/templates/ti/assets/css/custom.css?17588172794936 */
