﻿@import url("https://fonts.googleapis.com/css2?family=Manrope:wght@200;300;400;500;600;700;800&display=swap");
* {
  margin: 0;
  padding: 0; }

.bgPrimary {
  background: #0268ff; }

ul {
  list-style: none; }

html {
  font-size: 16px;
  font-family: 'Manrope', sans-serif; }
  html body {
    width: 100%;
    font-family: 'Manrope', sans-serif;
    height: 100vh;
    color: #333;
    background: #f2f2f2; }
    html body .loader {
      position: fixed;
      left: 0;
      right: 0;
      top: 0;
      bottom: 0;
      margin: auto;
      z-index: 10;
      width: 150px;
      height: auto;
      display: none; }
    html body .btnShowMore {
      width: 18px;
      cursor: pointer;
      transition: all ease-in-out .3s; }
    html body .hiden {
      display: none; }
    html body h1, html body h2 {
      color: #fff; }
    html body h3 {
      color: #070e3a; }
    html body a {
      cursor: pointer;
      text-decoration: none;
      color: #333; }
    html body header {
      height: 46px;
      background: url(../img/side_header.svg) center left no-repeat #070e3a;
      background-size: auto 100%;
      display: flex;
      align-items: center;
      padding-left: 70px;
      justify-content: space-between; }
      html body header h1 {
        font-size: 1.3rem;
        font-weight: 700;
        text-transform: uppercase;
        white-space: nowrap;
        text-overflow: ellipsis;
        overflow: hidden;
        word-break: keep-all; }
      html body header a {
        height: 100%;
        color: #fff;
        display: flex;
        align-items: center; }
        html body header a img {
          height: 100%;
          width: auto;
          margin-left: 12px; }
        @media (max-width: 660px) {
          html body header a span {
            display: none; } }
      @media (max-width: 460px) {
        html body header h1 {
          font-size: 1rem; } }
    html body .wrapper {
      display: flex;
      min-height: calc(100% - 94px); }
      html body .wrapper nav {
        width: 280px;
        min-height: 100%;
        background: url(../img/shadow_right.png) top right repeat-y rgba(0, 0, 0, 0.05);
        padding: 10px; }
        html body .wrapper nav a {
          display: block;
          padding: 5px 10px;
          margin-bottom: 12px;
          color: #070e3a;
          line-height: 1.7rem; }
          html body .wrapper nav a:hover, html body .wrapper nav a.active {
            background: #0268ff;
            transition: all ease-in .1s; }
        @media (max-width: 920px) {
          html body .wrapper nav {
            display: none; } }
      html body .wrapper main {
        padding: 20px;
        width: 100%; }
        @media (max-width: 960px) {
          html body .wrapper main {
            padding-top: 40px; } }
        html body .wrapper main.viewStage {
          display: flex;
          min-height: calc(100% - 94px);
          padding: 0 !important; }
          @media (max-width: 960px) {
            html body .wrapper main.viewStage {
              padding-top: 20px !important; } }
          html body .wrapper main.viewStage .generalData {
            width: 280px;
            background: url(../img/shadow_right.png) top right repeat-y rgba(0, 0, 0, 0.05);
            padding: 10px; }
            html body .wrapper main.viewStage .generalData h3 {
              margin: 20px 0; }
            html body .wrapper main.viewStage .generalData div {
              font-size: .9rem;
              padding-left: 10px;
              border-left: 3px solid #0268ff;
              margin-bottom: 10px; }
              html body .wrapper main.viewStage .generalData div p {
                font-weight: 600;
                line-height: 1.2rem; }
            @media (max-width: 960px) {
              html body .wrapper main.viewStage .generalData {
                display: none; } }
        html body .wrapper main .emptyInfo {
          text-align: center;
          padding: 30px 0;
          font-size: 1.5rem;
          font-weight: 100;
          color: #6f6f6f; }
        html body .wrapper main .checked {
          width: 26px; }
        html body .wrapper main .equipmentHeader {
          display: flex;
          flex-wrap: wrap; }
          html body .wrapper main .equipmentHeader div {
            font-size: .8rem;
            padding-left: 10px;
            border-left: 3px solid #fec900;
            margin: 0 20px 10px 0;
            width: 180px;
            white-space: nowrap;
            text-overflow: ellipsis;
            overflow: hidden;
            word-break: keep-all; }
            html body .wrapper main .equipmentHeader div p {
              font-weight: 600;
              line-height: 1.2rem; }
            html body .wrapper main .equipmentHeader div .linkFile {
              color: #0746f7 !important;
              margin-right: 10px; }
              html body .wrapper main .equipmentHeader div .linkFile:hover {
                text-decoration: underline; }
            html body .wrapper main .equipmentHeader div .deleteFile {
              display: inline-block;
              color: #fff;
              background: #ff1d25;
              border-radius: 50%;
              width: 15px;
              height: 15px;
              text-align: center;
              line-height: 14px;
              font-size: 14px; }
        html body .wrapper main .tapControll {
          display: flex;
          width: 100%;
          height: 40px;
          margin-bottom: 30px;
          grid-gap: 10px;
          justify-content: space-between; }
          html body .wrapper main .tapControll .leftTaps, html body .wrapper main .tapControll .rightTaps {
            height: 100%;
            width: 50px;
            background: #0268ff;
            display: flex;
            align-items: center;
            justify-content: center;
            color: #070e3a;
            cursor: pointer; }
            html body .wrapper main .tapControll .leftTaps img, html body .wrapper main .tapControll .rightTaps img {
              width: 20px; }
          html body .wrapper main .tapControll .tapStages {
            overflow: hidden;
            height: 100%;
            width: 100%;
            position: relative; }
            html body .wrapper main .tapControll .tapStages .conteTaps {
              position: absolute;
              height: 40px;
              left: 0;
              width: 100%;
              display: flex;
              white-space: nowrap;
              transition: all ease-in-out .2s; }
              html body .wrapper main .tapControll .tapStages .conteTaps a {
                height: 100%;
                display: flex;
                padding: 0 5px; }
                html body .wrapper main .tapControll .tapStages .conteTaps a div {
                  display: flex;
                  padding: 0 25px;
                  height: 100%;
                  align-items: center;
                  background: rgba(0, 0, 0, 0.05); }
                html body .wrapper main .tapControll .tapStages .conteTaps a.tapSelected div {
                  background: #0268ff; }
  html .navFloat {
    display: none;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: transparent;
    z-index: 2; }
    html .navFloat div {
      position: absolute;
      top: 54px;
      right: 10px;
      background: #fff;
      -webkit-box-shadow: -2px 2px 10px 2px rgba(0, 0, 0, 0.2);
      box-shadow: -2px 2px 10px 2px rgba(0, 0, 0, 0.2);
      padding-top: 16px; }
      html .navFloat div a {
        display: block;
        padding: 8px 16px;
        margin-bottom: 12px;
        color: #070e3a; }
        html .navFloat div a:hover {
          background: #0268ff;
          transition: all ease-in .1s;
          color: #fff; }
  html .changeRole {
    position: absolute;
    top: 15px;
    left: 0;
    right: 0;
    margin: 0 auto;
    text-align: center;
    display: block;
    color: #0268ff;
    cursor: pointer;
    align-items: center;
    font-size: .9rem;
    letter-spacing: 1px;
    max-width: 300px; }
    html .changeRole img {
      width: 16px;
      margin-left: 8px;
      margin-bottom: -3px; }
    @media (max-width: 960px) {
      html .changeRole {
        top: 50px;
        max-width: 100%;
        background: #000;
        padding: .2rem; } }
    @media (max-width: 460px) {
      html .changeRole {
        font-size: .7rem;
        padding: .2rem .2rem .4rem .2rem; } }
  html .roleMenu {
    display: none;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: transparent;
    z-index: 2; }
    html .roleMenu div {
      position: absolute;
      top: 54px;
      right: 0;
      left: 0;
      background: #fff;
      -webkit-box-shadow: -2px 2px 10px 2px rgba(0, 0, 0, 0.2);
      box-shadow: -2px 2px 10px 2px rgba(0, 0, 0, 0.2);
      padding-top: 16px;
      width: 280px;
      margin: 0 auto; }
      @media (max-width: 960px) {
        html .roleMenu div {
          top: 80px; } }
      html .roleMenu div a {
        display: block;
        padding: 8px 16px;
        margin-bottom: 12px;
        color: #070e3a; }
        html .roleMenu div a:hover {
          background: #0268ff;
          transition: all ease-in .1s; }

.comboFile label {
  background: url(../img/btn_attach.svg) right center no-repeat #070e3a;
  background-size: auto 100%;
  display: inline-block;
  padding: 4px 30px 4px 8px;
  text-align: center;
  color: #fff;
  font-size: .8rem;
  cursor: pointer;
  margin: 4px 5px 2px 0; }

.comboFile .linkFile {
  color: #0746f7 !important;
  margin-right: 10px;
  font-size: .9rem; }
  .comboFile .linkFile:hover {
    text-decoration: underline; }

.comboFile .deleteFile {
  display: inline-block;
  color: #fff;
  background: #ff1d25;
  border-radius: 50%;
  width: 15px;
  height: 15px;
  text-align: center;
  line-height: 14px;
  font-size: 14px; }

.itemReport {
  padding-bottom: 15px; }
  .itemReport .headerTask {
    background: #dadada;
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    padding: 5px 0;
    margin-bottom: 10px; }
  .itemReport p, .itemReport li, .itemReport a {
    margin: 0 10px; }
  .itemReport a {
    color: #0746f7;
    font-weight: 600; }

.segment {
  background: #dadada;
  padding: 5px;
  margin-right: 10px; }

.conteSchedule {
  display: flex;
  justify-content: space-between;
  align-items: center;
  grid-gap: 10px; }
  .conteSchedule label {
    margin: 0 !important; }

table {
  position: relative;
  width: 100%; }
  table th {
    background: #0268ff;
    padding: 12px 15px;
    vertical-align: central;
    text-align: left;
    color: #fff; }
  table td {
    padding: 12px 15px;
    border-bottom: 1px solid #dadada;
    vertical-align: central; }
    table td.cellTimes {
      white-space: nowrap;
      min-width: fit-content; }
      table td.cellTimes span {
        display: flex;
        width: 100%;
        justify-content: space-between;
        margin-bottom: 5px;
        border-bottom: 1px solid #fff; }
        table td.cellTimes span.positive {
          color: #0746f7; }
        table td.cellTimes span.negative {
          color: #ff1d25; }
      table td.cellTimes.isHoliday {
        background: #aaaaaa; }
    table td.cellStatus span {
      border-left-width: 4px;
      border-left-style: solid;
      padding-left: 10px; }
      table td.cellStatus span.reservation-InCreation {
        border-left-color: #07938a; }
      table td.cellStatus span.reservation-OnAprobation {
        border-left-color: #0268ff; }
      table td.cellStatus span.reservation-InProcess {
        border-left-color: #0746f7; }
      table td.cellStatus span.reservation-Finished {
        border-left-color: #18d230; }
      table td.cellStatus span.reservation-Rejected {
        border-left-color: #ff1d25; }
    table td.cellAttachments a {
      font-size: .8rem;
      display: block;
      color: #0746f7;
      line-height: 1.1rem; }
      table td.cellAttachments a:hover {
        text-decoration: underline; }
    table td.cellSpans span {
      font-size: .8rem;
      display: block;
      line-height: 1.1rem;
      /*                 font-size: .8rem;
                display: inline-block;
                line-height: 1.1rem;
                padding: 1px 5px;
                background: #d8d8d8;
                margin: 2px 0;*/ }
  table .tdAction {
    text-align: right; }
    table .tdAction .btn {
      display: inline-flex; }
  table .cellEquipaments {
    display: none;
    position: absolute;
    background: rgba(0, 0, 0, 0.06);
    height: 30px;
    width: 100%;
    left: 0;
    margin-top: 10px;
    font-size: .9rem; }
    table .cellEquipaments span {
      display: inline-flex;
      justify-content: center;
      align-items: center;
      height: 100%; }
      table .cellEquipaments span.cellEquipamentTitle {
        background: #0268ff;
        color: #070e3a;
        padding: 0 10px;
        font-weight: 600; }
      table .cellEquipaments span.cellEquipamentDetail {
        margin-left: 8px; }
  @media (max-width: 750px) {
    table thead {
      display: none; }
    table td {
      display: block; }
      table td::before {
        content: attr(data-label);
        font-weight: 600; }
      table td:first-child {
        border-top: solid 3px #0268ff; }
    table .cellEquipaments {
      margin-top: 0; } }

.modal {
  display: none;
  position: fixed;
  height: 100vh;
  width: 100%;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  background: rgba(0, 0, 0, 0.85);
  z-index: 5;
  overflow-y: auto; }
  .modal .modalContainer {
    position: absolute;
    left: 0;
    top: 60px;
    right: 0;
    margin: auto;
    background: #f2f2f2;
    height: fit-content;
    max-width: 400px; }
    .modal .modalContainer.containerx2 {
      max-width: 760px; }
    .modal .modalContainer .modalHeader {
      height: 46px;
      background: #070e3a;
      background-size: auto 100%;
      display: flex;
      align-items: center;
      padding-left: 20px;
      justify-content: space-between; }
      .modal .modalContainer .modalHeader h3 {
        text-transform: uppercase;
        color: #fff; }
      .modal .modalContainer .modalHeader a {
        display: inline-block;
        height: 100%; }
        .modal .modalContainer .modalHeader a img {
          height: 100%;
          width: auto; }
    .modal .modalContainer .modalBody {
      padding: 20px; }
      .modal .modalContainer .modalBody .btn {
        margin: auto; }
      .modal .modalContainer .modalBody .modalSeparator {
        width: 100%;
        height: 1px;
        background: #dadada;
        margin-bottom: 10px; }

#modalUsers {
  position: fixed;
  height: 100vh;
  width: 100%;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  background: rgba(0, 0, 0, 0.85);
  z-index: 5; }
  #modalUsers .modalContainer {
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    background: #f2f2f2;
    height: fit-content;
    max-height: 90vh;
    max-width: 400px;
    /* overflow-y: auto;*/ }
    #modalUsers .modalContainer .modalHeader {
      height: 46px;
      background: #070e3a;
      background-size: auto 100%;
      display: flex;
      align-items: center;
      padding-left: 20px;
      justify-content: space-between; }
      #modalUsers .modalContainer .modalHeader h3 {
        text-transform: uppercase;
        color: #fff; }
    #modalUsers .modalContainer .modalBody {
      padding: 20px; }
      #modalUsers .modalContainer .modalBody .conteUsers {
        overflow-y: auto;
        max-height: 500px; }
        #modalUsers .modalContainer .modalBody .conteUsers .userSelection {
          border-top: 1px solid #dadada;
          padding: 10px 0;
          display: block; }
          #modalUsers .modalContainer .modalBody .conteUsers .userSelection p {
            font-weight: 600; }

.flexForm {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: calc(100% - 40px);
  width: 100%;
  padding: 20px;
  overflow-x: hidden; }

input[type="email"],
input[type="file"],
input[type="number"],
input[type="search"],
input[type="text"],
input[type="tel"],
input[type="url"],
input[type="date"],
input[type="datetime"],
input[type="datetime-local"],
input[type="password"],
textarea,
select,
.input {
  height: 38px;
  padding: 6px 10px;
  /* The 6px vertically centers text on FF, ignored by Webkit */
  background-color: #fff;
  border: 1px solid #dadada;
  box-shadow: none;
  box-sizing: border-box;
  width: 100%;
  color: #666;
  font-family: 'Arial', sans-serif;
  font-size: 1rem; }
  input[type="email"]::placeholder,
  input[type="file"]::placeholder,
  input[type="number"]::placeholder,
  input[type="search"]::placeholder,
  input[type="text"]::placeholder,
  input[type="tel"]::placeholder,
  input[type="url"]::placeholder,
  input[type="date"]::placeholder,
  input[type="datetime"]::placeholder,
  input[type="datetime-local"]::placeholder,
  input[type="password"]::placeholder,
  textarea::placeholder,
  select::placeholder,
  .input::placeholder {
    color: #999; }
  input[type="email"]:disabled, input[type="email"].disabled,
  input[type="file"]:disabled,
  input[type="file"].disabled,
  input[type="number"]:disabled,
  input[type="number"].disabled,
  input[type="search"]:disabled,
  input[type="search"].disabled,
  input[type="text"]:disabled,
  input[type="text"].disabled,
  input[type="tel"]:disabled,
  input[type="tel"].disabled,
  input[type="url"]:disabled,
  input[type="url"].disabled,
  input[type="date"]:disabled,
  input[type="date"].disabled,
  input[type="datetime"]:disabled,
  input[type="datetime"].disabled,
  input[type="datetime-local"]:disabled,
  input[type="datetime-local"].disabled,
  input[type="password"]:disabled,
  input[type="password"].disabled,
  textarea:disabled,
  textarea.disabled,
  select:disabled,
  select.disabled,
  .input:disabled,
  .input.disabled {
    background: #f2f2f2; }

.input {
  padding-top: 9px; }

/* Removes awkward default styles on some inputs for iOS */
input[type="email"],
input[type="file"],
input[type="number"],
input[type="search"],
input[type="text"],
input[type="tel"],
input[type="url"],
input[type="date"],
input[type="datetime"],
input[type="datetime-local"],
input[type="password"],
textarea {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none; }

textarea {
  min-height: 65px;
  padding-top: 6px;
  padding-bottom: 6px; }

input[type="email"]:focus,
input[type="file"]:focus,
input[type="number"]:focus,
input[type="search"]:focus,
input[type="text"]:focus,
input[type="tel"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
input[type="date"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
textarea:focus,
select:focus {
  border: 1px solid #999;
  outline: 0; }

label,
legend {
  display: block;
  margin-bottom: 10px; }

fieldset {
  padding: 0;
  border-width: 0; }

input[type="checkbox"],
input[type="radio"] {
  display: inline; }
  input[type="checkbox"]:checked,
  input[type="radio"]:checked {
    background: #0268ff; }

label > .label-body {
  display: inline-block;
  margin-left: 10px; }

.itemCheckbox {
  color: #666;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-top: 10px;
  border-top: #dadada solid 1px;
  cursor: pointer; }

.onlyItemCheckbox {
  color: #666;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 10px 0 20px 0;
  border-bottom: #dadada solid 1px; }

.field-validation-error, .field-validation-valid, .validation-summary-errors {
  color: #ff1d25;
  font-size: 1rem; }

.select2-container .select2-selection--single .select2-selection__rendered {
  height: 38px;
  padding: 6px 10px;
  background-color: #fff;
  border: 1px solid #dadada;
  box-shadow: none;
  box-sizing: border-box;
  width: 100%;
  color: #666;
  font-family: 'Arial', sans-serif;
  font-size: 1rem; }

.select2-container--default .select2-selection--single {
  background-color: transparent !important;
  border: none !important;
  border-radius: 0 !important; }

.equipmentAction {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-left: 8px;
  background: rgba(0, 0, 0, 0.05);
  height: 38px; }
  .equipmentAction .comboButtons {
    display: flex;
    width: 100%;
    justify-content: flex-end;
    grid-gap: 10px; }

/*checkboxes*/
.checkStyle input {
  padding: 0;
  height: initial;
  width: initial;
  margin-bottom: 0;
  display: none;
  cursor: pointer; }

.checkStyle label {
  position: relative;
  cursor: pointer;
  margin: 0; }
  .checkStyle label:before {
    content: '';
    -webkit-appearance: none;
    background-color: #fff;
    border: 2px solid #0268ff;
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05), inset 0px -15px 10px -12px rgba(0, 0, 0, 0.05);
    padding: 10px;
    display: inline-block;
    position: relative;
    vertical-align: middle;
    cursor: pointer;
    margin-right: 5px; }

.checkStyle input:checked + label:after {
  content: '';
  position: absolute;
  top: 2px;
  left: 9px;
  width: 6px;
  height: 14px;
  border: solid #000;
  border-width: 0 2px 2px 0;
  transform: rotate(45deg); }

.disabled input [type="email"],
.disabled input[type="number"],
.disabled input[type="search"],
.disabled input[type="text"],
.disabled input[type="tel"],
.disabled input[type="url"],
.disabled input[type="date"],
.disabled input[type="password"],
.disabled textarea,
.disabled select,
.disabled .select2-container .select2-selection--single .select2-selection__rendered, .disabled .select2-container {
  pointer-events: none !important;
  background: #f2f2f2; }

.disabled .equipmentAction, .disabled .btn, .disabled .btnSquerer, .disabled .actionSection {
  display: none; }

/*File input multiple*/
.files-area {
  width: 100%;
  margin: 0 auto; }

.file-block {
  margin: 5px;
  display: inline-flex; }

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

.file-delete {
  display: flex;
  width: 18px;
  color: #fff;
  background-color: #ff1d25;
  justify-content: center;
  margin-right: 6px;
  cursor: pointer;
  border-radius: 10px;
  font-size: .8rem; }

.attachment {
  visibility: hidden;
  position: absolute; }

.alert {
  padding: 20px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  background: #fff;
  margin-bottom: 20px;
  position: absolute;
  z-index: 55;
  margin: auto;
  right: 0;
  left: 0;
  top: 60px;
  width: 90%;
  -webkit-box-shadow: 1px 1px 20px 0px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 1px 1px 20px 0px rgba(0, 0, 0, 0.2);
  box-shadow: 1px 1px 20px 0px rgba(0, 0, 0, 0.2); }
  .alert a {
    font-weight: 600; }
  .alert.alert-Success {
    border: solid 2px #7ac943; }
    .alert.alert-Success a, .alert.alert-Success p {
      color: #7ac943; }
  .alert.alert-Danger {
    border: solid 2px #ff1d25; }
    .alert.alert-Danger a, .alert.alert-Danger p {
      color: #ff1d25; }
  .alert.alert-Warning {
    border: solid 2px #0268ff; }
    .alert.alert-Warning a, .alert.alert-Warning p {
      color: #0268ff; }

.vCenter {
  align-items: center; }

.grid {
  display: grid;
  grid-template-columns: repeat(24, 1fr);
  justify-content: space-between;
  gap: 10px;
  grid-auto-rows: auto;
  grid-auto-flow: dense; }
  .grid > * {
    grid-column: span 24; }
  @media screen and (min-width: 400px) {
    .grid .s1-400 {
      grid-column: span 1; }
    .grid .s2-400 {
      grid-column: span 2; }
    .grid .s3-400 {
      grid-column: span 3; }
    .grid .s4-400 {
      grid-column: span 4; }
    .grid .s5-400 {
      grid-column: span 5; }
    .grid .s6-400 {
      grid-column: span 6; }
    .grid .s7-400 {
      grid-column: span 7; }
    .grid .s8-400 {
      grid-column: span 8; }
    .grid .s9-400 {
      grid-column: span 9; }
    .grid .s10-400 {
      grid-column: span 10; }
    .grid .s11-400 {
      grid-column: span 11; }
    .grid .s12-400 {
      grid-column: span 12; }
    .grid .s13-400 {
      grid-column: span 13; }
    .grid .s14-400 {
      grid-column: span 14; }
    .grid .s15-400 {
      grid-column: span 15; }
    .grid .s16-400 {
      grid-column: span 16; }
    .grid .s17-400 {
      grid-column: span 17; }
    .grid .s18-400 {
      grid-column: span 18; }
    .grid .s19-400 {
      grid-column: span 19; }
    .grid .s20-400 {
      grid-column: span 20; }
    .grid .s21-400 {
      grid-column: span 21; }
    .grid .s22-400 {
      grid-column: span 22; }
    .grid .s23-400 {
      grid-column: span 23; }
    .grid .s24-400 {
      grid-column: span 24; } }
  @media screen and (min-width: 600px) {
    .grid .s1-600 {
      grid-column: span 1; }
    .grid .s2-600 {
      grid-column: span 2; }
    .grid .s3-600 {
      grid-column: span 3; }
    .grid .s4-600 {
      grid-column: span 4; }
    .grid .s5-600 {
      grid-column: span 5; }
    .grid .s6-600 {
      grid-column: span 6; }
    .grid .s7-600 {
      grid-column: span 7; }
    .grid .s8-600 {
      grid-column: span 8; }
    .grid .s9-600 {
      grid-column: span 9; }
    .grid .s10-600 {
      grid-column: span 10; }
    .grid .s11-600 {
      grid-column: span 11; }
    .grid .s12-600 {
      grid-column: span 12; }
    .grid .s13-600 {
      grid-column: span 13; }
    .grid .s14-600 {
      grid-column: span 14; }
    .grid .s15-600 {
      grid-column: span 15; }
    .grid .s16-600 {
      grid-column: span 16; }
    .grid .s17-600 {
      grid-column: span 17; }
    .grid .s18-600 {
      grid-column: span 18; }
    .grid .s19-600 {
      grid-column: span 19; }
    .grid .s20-600 {
      grid-column: span 20; }
    .grid .s21-600 {
      grid-column: span 21; }
    .grid .s22-600 {
      grid-column: span 22; }
    .grid .s23-600 {
      grid-column: span 23; }
    .grid .s24-600 {
      grid-column: span 24; } }
  @media screen and (min-width: 800px) {
    .grid .s1-800 {
      grid-column: span 1; }
    .grid .s2-800 {
      grid-column: span 2; }
    .grid .s3-800 {
      grid-column: span 3; }
    .grid .s4-800 {
      grid-column: span 4; }
    .grid .s5-800 {
      grid-column: span 5; }
    .grid .s6-800 {
      grid-column: span 6; }
    .grid .s7-800 {
      grid-column: span 7; }
    .grid .s8-800 {
      grid-column: span 8; }
    .grid .s9-800 {
      grid-column: span 9; }
    .grid .s10-800 {
      grid-column: span 10; }
    .grid .s11-800 {
      grid-column: span 11; }
    .grid .s12-800 {
      grid-column: span 12; }
    .grid .s13-800 {
      grid-column: span 13; }
    .grid .s14-800 {
      grid-column: span 14; }
    .grid .s15-800 {
      grid-column: span 15; }
    .grid .s16-800 {
      grid-column: span 16; }
    .grid .s17-800 {
      grid-column: span 17; }
    .grid .s18-800 {
      grid-column: span 18; }
    .grid .s19-800 {
      grid-column: span 19; }
    .grid .s20-800 {
      grid-column: span 20; }
    .grid .s21-800 {
      grid-column: span 21; }
    .grid .s22-800 {
      grid-column: span 22; }
    .grid .s23-800 {
      grid-column: span 23; }
    .grid .s24-800 {
      grid-column: span 24; } }
  @media screen and (min-width: 1000px) {
    .grid .s1-1000 {
      grid-column: span 1; }
    .grid .s2-1000 {
      grid-column: span 2; }
    .grid .s3-1000 {
      grid-column: span 3; }
    .grid .s4-1000 {
      grid-column: span 4; }
    .grid .s5-1000 {
      grid-column: span 5; }
    .grid .s6-1000 {
      grid-column: span 6; }
    .grid .s7-1000 {
      grid-column: span 7; }
    .grid .s8-1000 {
      grid-column: span 8; }
    .grid .s9-1000 {
      grid-column: span 9; }
    .grid .s10-1000 {
      grid-column: span 10; }
    .grid .s11-1000 {
      grid-column: span 11; }
    .grid .s12-1000 {
      grid-column: span 12; }
    .grid .s13-1000 {
      grid-column: span 13; }
    .grid .s14-1000 {
      grid-column: span 14; }
    .grid .s15-1000 {
      grid-column: span 15; }
    .grid .s16-1000 {
      grid-column: span 16; }
    .grid .s17-1000 {
      grid-column: span 17; }
    .grid .s18-1000 {
      grid-column: span 18; }
    .grid .s19-1000 {
      grid-column: span 19; }
    .grid .s20-1000 {
      grid-column: span 20; }
    .grid .s21-1000 {
      grid-column: span 21; }
    .grid .s22-1000 {
      grid-column: span 22; }
    .grid .s23-1000 {
      grid-column: span 23; }
    .grid .s24-1000 {
      grid-column: span 24; } }
  @media screen and (min-width: 1200px) {
    .grid .s1-1200 {
      grid-column: span 1; }
    .grid .s2-1200 {
      grid-column: span 2; }
    .grid .s3-1200 {
      grid-column: span 3; }
    .grid .s4-1200 {
      grid-column: span 4; }
    .grid .s5-1200 {
      grid-column: span 5; }
    .grid .s6-1200 {
      grid-column: span 6; }
    .grid .s7-1200 {
      grid-column: span 7; }
    .grid .s8-1200 {
      grid-column: span 8; }
    .grid .s9-1200 {
      grid-column: span 9; }
    .grid .s10-1200 {
      grid-column: span 10; }
    .grid .s11-1200 {
      grid-column: span 11; }
    .grid .s12-1200 {
      grid-column: span 12; }
    .grid .s13-1200 {
      grid-column: span 13; }
    .grid .s14-1200 {
      grid-column: span 14; }
    .grid .s15-1200 {
      grid-column: span 15; }
    .grid .s16-1200 {
      grid-column: span 16; }
    .grid .s17-1200 {
      grid-column: span 17; }
    .grid .s18-1200 {
      grid-column: span 18; }
    .grid .s19-1200 {
      grid-column: span 19; }
    .grid .s20-1200 {
      grid-column: span 20; }
    .grid .s21-1200 {
      grid-column: span 21; }
    .grid .s22-1200 {
      grid-column: span 22; }
    .grid .s23-1200 {
      grid-column: span 23; }
    .grid .s24-1200 {
      grid-column: span 24; } }
  @media screen and (min-width: 1400px) {
    .grid .s1-1400 {
      grid-column: span 1; }
    .grid .s2-1400 {
      grid-column: span 2; }
    .grid .s3-1400 {
      grid-column: span 3; }
    .grid .s4-1400 {
      grid-column: span 4; }
    .grid .s5-1400 {
      grid-column: span 5; }
    .grid .s6-1400 {
      grid-column: span 6; }
    .grid .s7-1400 {
      grid-column: span 7; }
    .grid .s8-1400 {
      grid-column: span 8; }
    .grid .s9-1400 {
      grid-column: span 9; }
    .grid .s10-1400 {
      grid-column: span 10; }
    .grid .s11-1400 {
      grid-column: span 11; }
    .grid .s12-1400 {
      grid-column: span 12; }
    .grid .s13-1400 {
      grid-column: span 13; }
    .grid .s14-1400 {
      grid-column: span 14; }
    .grid .s15-1400 {
      grid-column: span 15; }
    .grid .s16-1400 {
      grid-column: span 16; }
    .grid .s17-1400 {
      grid-column: span 17; }
    .grid .s18-1400 {
      grid-column: span 18; }
    .grid .s19-1400 {
      grid-column: span 19; }
    .grid .s20-1400 {
      grid-column: span 20; }
    .grid .s21-1400 {
      grid-column: span 21; }
    .grid .s22-1400 {
      grid-column: span 22; }
    .grid .s23-1400 {
      grid-column: span 23; }
    .grid .s24-1400 {
      grid-column: span 24; } }
  @media screen and (min-width: 1600px) {
    .grid .s1-1600 {
      grid-column: span 1; }
    .grid .s2-1600 {
      grid-column: span 2; }
    .grid .s3-1600 {
      grid-column: span 3; }
    .grid .s4-1600 {
      grid-column: span 4; }
    .grid .s5-1600 {
      grid-column: span 5; }
    .grid .s6-1600 {
      grid-column: span 6; }
    .grid .s7-1600 {
      grid-column: span 7; }
    .grid .s8-1600 {
      grid-column: span 8; }
    .grid .s9-1600 {
      grid-column: span 9; }
    .grid .s10-1600 {
      grid-column: span 10; }
    .grid .s11-1600 {
      grid-column: span 11; }
    .grid .s12-1600 {
      grid-column: span 12; }
    .grid .s13-1600 {
      grid-column: span 13; }
    .grid .s14-1600 {
      grid-column: span 14; }
    .grid .s15-1600 {
      grid-column: span 15; }
    .grid .s16-1600 {
      grid-column: span 16; }
    .grid .s17-1600 {
      grid-column: span 17; }
    .grid .s18-1600 {
      grid-column: span 18; }
    .grid .s19-1600 {
      grid-column: span 19; }
    .grid .s20-1600 {
      grid-column: span 20; }
    .grid .s21-1600 {
      grid-column: span 21; }
    .grid .s22-1600 {
      grid-column: span 22; }
    .grid .s23-1600 {
      grid-column: span 23; }
    .grid .s24-1600 {
      grid-column: span 24; } }
  @media screen and (min-width: 1800px) {
    .grid .s1-1800 {
      grid-column: span 1; }
    .grid .s2-1800 {
      grid-column: span 2; }
    .grid .s3-1800 {
      grid-column: span 3; }
    .grid .s4-1800 {
      grid-column: span 4; }
    .grid .s5-1800 {
      grid-column: span 5; }
    .grid .s6-1800 {
      grid-column: span 6; }
    .grid .s7-1800 {
      grid-column: span 7; }
    .grid .s8-1800 {
      grid-column: span 8; }
    .grid .s9-1800 {
      grid-column: span 9; }
    .grid .s10-1800 {
      grid-column: span 10; }
    .grid .s11-1800 {
      grid-column: span 11; }
    .grid .s12-1800 {
      grid-column: span 12; }
    .grid .s13-1800 {
      grid-column: span 13; }
    .grid .s14-1800 {
      grid-column: span 14; }
    .grid .s15-1800 {
      grid-column: span 15; }
    .grid .s16-1800 {
      grid-column: span 16; }
    .grid .s17-1800 {
      grid-column: span 17; }
    .grid .s18-1800 {
      grid-column: span 18; }
    .grid .s19-1800 {
      grid-column: span 19; }
    .grid .s20-1800 {
      grid-column: span 20; }
    .grid .s21-1800 {
      grid-column: span 21; }
    .grid .s22-1800 {
      grid-column: span 22; }
    .grid .s23-1800 {
      grid-column: span 23; }
    .grid .s24-1800 {
      grid-column: span 24; } }

.row {
  display: flex;
  flex-wrap: wrap;
  column-gap: 10px;
  justify-content: space-between; }
  .row.flexStart {
    justify-content: flex-start; }
  .row .col {
    margin-bottom: 10px; }
    .row .col.w10 {
      width: calc(10% - 10px); }
    .row .col.w16 {
      width: calc(16% - 10px); }
    .row .col.w20 {
      width: calc(20% - 10px); }
    .row .col.w25 {
      width: calc(25% - 10px); }
    .row .col.w33 {
      width: calc(33% - 10px); }
    .row .col.w30 {
      width: calc(30% - 10px); }
    .row .col.w40 {
      width: calc(40% - 10px); }
    .row .col.w50 {
      width: calc(50% - 10px); }
    .row .col.w60 {
      width: calc(60% - 10px); }
    .row .col.w66 {
      width: calc(66% - 10px); }
    .row .col.w70 {
      width: calc(70% - 10px); }
    .row .col.w80 {
      width: calc(80% - 10px); }
    .row .col.w90 {
      width: calc(90% - 10px); }
    .row .col.w100 {
      width: 100%; }
    @media (max-width: 1200px) {
      .row .col.w10-1200 {
        width: calc(10% - 10px); }
      .row .col.w20-1200 {
        width: calc(20% - 10px); }
      .row .col.w30-1200 {
        width: calc(30% - 10px); }
      .row .col.w33-1200 {
        width: calc(33% - 10px); }
      .row .col.w40-1200 {
        width: calc(40% - 10px); }
      .row .col.w50-1200 {
        width: calc(50% - 10px); }
      .row .col.w60-1200 {
        width: calc(60% - 10px); }
      .row .col.w66-1200 {
        width: calc(66% - 10px); }
      .row .col.w70-1200 {
        width: calc(70% - 10px); }
      .row .col.w80-1200 {
        width: calc(80% - 10px); }
      .row .col.w90-1200 {
        width: calc(90% - 10px); }
      .row .col.w100-1200 {
        width: 100%; } }
    @media (max-width: 900px) {
      .row .col.w33-900 {
        width: calc(33% - 10px); }
      .row .col.w50-900 {
        width: calc(50% - 10px); }
      .row .col.w66-900 {
        width: calc(66% - 10px); }
      .row .col.w100-900 {
        width: 100%; } }
    @media (max-width: 750px) {
      .row .col.w100-750 {
        width: 100%; }
      .row .col.w50-750 {
        width: calc(50% - 10px); } }
    @media (max-width: 560px) {
      .row .col.w100-560 {
        width: 100%; }
      .row .col.w50-560 {
        width: calc(50% - 10px); } }
    @media (max-width: 500px) {
      .row .col {
        width: 100% !important; } }

.btn {
  width: fit-content;
  display: block;
  height: 37px;
  display: flex;
  align-items: center;
  font-family: 'Roboto Condensed', sans-serif;
  padding: 0 20px;
  border: none;
  cursor: pointer;
  font-size: 1rem;
  color: #fff; }
  .btn.btnRight {
    margin-left: auto; }
  .btn.btnLight {
    background: #fff;
    justify-content: center; }
  .btn.btnPrimary {
    background: #0268ff;
    justify-content: center; }
  .btn.btnDanger {
    background: #ff1d25;
    justify-content: center; }
  .btn.btnIcon {
    column-gap: 10px;
    background: url(../img/side_button.png) no-repeat right center #070e3a;
    background-size: auto 110%;
    justify-content: space-between;
    color: #fff;
    padding: 0 60px 0 10px !important;
    position: relative; }
    .btn.btnIcon img {
      height: 18px;
      width: auto;
      position: absolute;
      right: 10px; }
    .btn.btnIcon span {
      margin-left: 10px; }
    .btn.btnIcon:hover {
      background-color: #333;
      transition: all ease-in-out .2s; }
  @media (max-width: 500px) {
    .btn {
      width: initial; } }

.absoluteRight {
  position: relative;
  width: 100%; }
  .absoluteRight .btn {
    position: absolute;
    right: 0px;
    top: 0px; }
    @media (max-width: 420px) {
      .absoluteRight .btn {
        position: relative;
        margin-bottom: 10px; } }

.btnSquerer {
  display: inline-block;
  height: 36px;
  width: 36px;
  margin-left: 10px; }
  .btnSquerer img {
    width: 100%;
    height: auto; }
  .btnSquerer:hover {
    opacity: .7;
    transition: all ease-in-out .2s; }

.btnTableText {
  background: #0268ff;
  color: #070e3a;
  height: 36px;
  padding: 0 10px;
  display: inline-flex;
  align-items: center;
  font-weight: 600; }

.actionSection {
  background: rgba(0, 0, 0, 0.05);
  display: flex;
  justify-content: center;
  padding: 15px 0;
  width: calc(100% + 40px);
  column-gap: 15px;
  margin: 0 -20px -20px -20px; }
  .actionSection .btn {
    -webkit-box-shadow: 1px 1px 5px 0px rgba(0, 0, 0, 0.3);
    box-shadow: 1px 1px 5px 0px rgba(0, 0, 0, 0.3);
    transition: all ease-in-out .2s; }
    .actionSection .btn:hover {
      -webkit-box-shadow: 0px 0px 3px 0px rgba(0, 0, 0, 0.1);
      box-shadow: 0px 0px 3px 0px rgba(0, 0, 0, 0.1);
      transition: all ease-in-out .2s; }
  @media (max-width: 660px) {
    .actionSection {
      flex-direction: column;
      align-items: center;
      row-gap: 15px; } }

.btnLabel {
  color: transparent !important; }
  @media (max-width: 500px) {
    .btnLabel {
      display: none; } }

.btnGallery {
  color: #0268ff;
  font-size: .9rem;
  display: block; }

footer {
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-top: 1px solid #999;
  padding: 0 20px;
  min-height: 46px; }
  footer img {
    height: 32px;
    width: auto; }
  footer .socialMedia {
    display: flex;
    align-items: center; }
    footer .socialMedia a {
      margin: auto 16px;
      display: flex;
      align-items: center;
      font-size: .9rem;
      font-family: 'Roboto Condensed', sans-serif;
      color: #666; }
      @media (max-width: 800px) {
        footer .socialMedia a span {
          display: none; } }
      footer .socialMedia a img {
        margin-right: 5px;
        height: 22px; }
    footer .socialMedia .vSeparator {
      width: 1px;
      height: 26px;
      background: #999; }
  @media (max-width: 560px) {
    footer {
      flex-direction: column;
      grid-gap: 10px;
      justify-content: space-around;
      padding: 20px 0; }
      footer p {
        font-size: .8rem; }
      footer .socialMedia {
        /*margin: 10px auto;*/ }
        footer .socialMedia a img {
          margin: 0 2px;
          height: 18px; }
        footer .socialMedia .vSeparator {
          height: 20px; } }

.accordion {
  margin-bottom: 20px; }
  .accordion h3 {
    cursor: pointer;
    width: 100%;
    border-bottom: 2px solid #0268ff;
    padding-bottom: 5px;
    text-align: left;
    position: relative;
    display: flex;
    align-items: center; }
    .accordion h3 span {
      font-weight: 400;
      font-size: .9rem;
      padding: 2px 10px;
      color: #fff;
      margin-left: 10px; }
      .accordion h3 span.equipment-InRequest, .accordion h3 span.equipment-Dispatched {
        background: #07938a; }
      .accordion h3 span.equipment-OnAprobation, .accordion h3 span.equipment-OnRoute {
        background: #fea400; }
      .accordion h3 span.equipment-OnExecution, .accordion h3 span.equipment-OnGecolsaExcution, .accordion h3 span.equipment-OnAccountantExecution, .accordion h3 span.equipment-OnChiefExecution {
        background: #0746f7; }
      .accordion h3 span.equipment-Rejected {
        background: #ff1d25; }
      .accordion h3 span.equipment-Executed, .accordion h3 span.equipment-Finished {
        background: #18d230; }
    .accordion h3 img {
      width: 20px;
      height: 20px;
      transition: all 0.2s ease-out;
      position: absolute;
      right: 0;
      top: 0; }
  .accordion .panel {
    padding-top: 20px; }
  .accordion .textRejection {
    padding: 8px;
    background: rgba(241, 47, 47, 0.2); }
    .accordion .textRejection p {
      font-size: .9rem; }

.conteAttached span {
  display: block;
  margin-top: 2px; }

.generalDataMobile {
  display: none; }
  .generalDataMobile .panel {
    display: none; }
  @media (max-width: 960px) {
    .generalDataMobile {
      display: block; } }

.slick-slider {
  display: flex;
  box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
  justify-content: space-between;
  grid-gap: 10px;
  margin-bottom: 20px; }
  .slick-slider a.linkSlider {
    display: inline-block;
    background: transparent;
    color: #070e3a; }
    .slick-slider a.linkSlider div {
      display: flex;
      padding: 0 25px;
      height: 40px;
      align-items: center;
      background: rgba(0, 0, 0, 0.05); }
      .slick-slider a.linkSlider div.breakSlide {
        background: transparent !important; }
    .slick-slider a.linkSlider.linkSelected div {
      background: #0268ff; }

.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0; }
  .slick-list:focus {
    outline: none; }
  .slick-list.dragging {
    cursor: pointer;
    cursor: hand; }

.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0); }

.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
  margin-left: auto;
  margin-right: auto; }
  .slick-track:before, .slick-track:after {
    content: "";
    display: table; }
  .slick-track:after {
    clear: both; }
  .slick-loading .slick-track {
    visibility: hidden; }

.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  margin: 0 5px;
  display: none; }
  [dir="rtl"] .slick-slide {
    float: right; }
  .slick-slide img {
    display: block; }
  .slick-slide.slick-loading img {
    display: none; }
  .slick-slide.dragging img {
    pointer-events: none; }
  .slick-initialized .slick-slide {
    display: block; }
  .slick-loading .slick-slide {
    visibility: hidden; }
  .slick-vertical .slick-slide {
    display: block;
    height: auto;
    border: 1px solid transparent; }

.slick-arrow.slick-hidden {
  display: none; }

/* Slider */
.slick-loading .slick-list {
  background: #fff url("ajax-loader.gif") center center no-repeat; }

/* Arrows */
.slick-prev,
.slick-next {
  display: flex;
  cursor: pointer;
  border: none;
  position: relative;
  padding: 0 15px; }
  .slick-prev:hover, .slick-prev:focus,
  .slick-next:hover,
  .slick-next:focus {
    opacity: .8;
    border: none; }

.slick-next {
  background: url(../img/icons/right_white.svg) no-repeat center center #000;
  background-size: 20px auto; }

.slick-prev {
  background: url(../img/icons/left_white.svg) no-repeat center center #000;
  background-size: 20px auto; }
