/***********************
        ELEMENTS 
***********************/
/*Styleguide*/
/* line 1, elements/_styleguide.scss */
html {
  height: 100%; }

/* line 4, elements/_styleguide.scss */
body {
  font-family: 'Roboto', sans-serif;
  height: 100%; }

/* line 8, elements/_styleguide.scss */
.main-content-wrapper {
  height: 100%; }

/* line 11, elements/_styleguide.scss */
.dashboard {
  height: 100%; }

/* line 14, elements/_styleguide.scss */
.main-content {
  height: 100%;
  display: flex;
  flex-direction: column;
  align-items: stretch; }
  /* line 19, elements/_styleguide.scss */
  .main-content .tabs-block {
    height: 100%;
    display: flex;
    align-items: stretch;
    flex-direction: column; }
    /* line 24, elements/_styleguide.scss */
    .main-content .tabs-block .top-part-tabs-block {
      flex-shrink: 0; }
    /* line 27, elements/_styleguide.scss */
    .main-content .tabs-block .tab-content-part {
      flex-shrink: 0;
      flex-grow: 1; }

/* line 33, elements/_styleguide.scss */
.c-blue {
  color: #1A73E8; }

/*Forms*/
/* line 1, elements/_forms.scss */
.form-control {
  background: #FFFFFF;
  border: 1px solid rgba(209, 214, 220, 0.1);
  border-radius: 8px;
  min-height: 40px;
  font-style: normal;
  font-weight: normal;
  font-size: 14px;
  line-height: 22px; }
  /* line 10, elements/_forms.scss */
  .form-control::-webkit-input-placeholder {
    color: #B0BECF;
    font-style: normal;
    font-weight: normal;
    font-size: 14px;
    line-height: 22px; }
  /* line 17, elements/_forms.scss */
  .form-control::-moz-placeholder {
    color: #B0BECF;
    font-style: normal;
    font-weight: normal;
    font-size: 14px;
    line-height: 22px; }
  /* line 24, elements/_forms.scss */
  .form-control:-ms-input-placeholder {
    color: #B0BECF;
    font-style: normal;
    font-weight: normal;
    font-size: 14px;
    line-height: 22px; }
  /* line 31, elements/_forms.scss */
  .form-control:-moz-placeholder {
    color: #B0BECF;
    font-style: normal;
    font-weight: normal;
    font-size: 14px;
    line-height: 22px; }

/* line 39, elements/_forms.scss */
label {
  width: 100%; }
  /* line 41, elements/_forms.scss */
  label.error {
    font-size: 13px;
    color: red;
    font-weight: 600; }

/* line 47, elements/_forms.scss */
.form-group {
  position: relative; }

/* line 51, elements/_forms.scss */
.drop-select .dropdown-toggle {
  background: #FFFFFF;
  border: 1px solid rgba(209, 214, 220, 0.1);
  border-radius: 8px;
  min-height: 40px;
  font-style: normal;
  font-weight: normal;
  font-size: 14px;
  line-height: 22px;
  outline: none; }
/* line 62, elements/_forms.scss */
.drop-select .dropdown-item.active,
.drop-select .dropdown-item:active {
  background-color: #8479ff;
  outline: none; }

/* line 68, elements/_forms.scss */
.bootstrap-select {
  width: 100% !important; }
  /* line 70, elements/_forms.scss */
  .bootstrap-select .btn {
    background: #FFFFFF;
    border: 1px solid rgba(209, 214, 220, 0.1);
    border-radius: 8px;
    min-height: 40px;
    font-style: normal;
    font-weight: normal;
    font-size: 14px;
    line-height: 22px;
    outline: none;
    color: #2C3E50; }
  /* line 82, elements/_forms.scss */
  .bootstrap-select .dropdown-item.active,
  .bootstrap-select .dropdown-item:active {
    background-color: #8479ff;
    outline: none; }

/* line 88, elements/_forms.scss */
.btn-light:not(:disabled):not(.disabled).active:focus,
.btn-light:not(:disabled):not(.disabled):active:focus,
.show > .btn-light.dropdown-toggle:focus {
  box-shadow: none !important; }

/* line 93, elements/_forms.scss */
.bootstrap-select .dropdown-toggle:focus,
.bootstrap-select > select.mobile-device:focus + .dropdown-toggle {
  outline: none !important; }

/*Buttons*/
/* line 1, elements/_buttons.scss */
.btn {
  border-radius: 8px;
  font-style: normal;
  font-weight: normal;
  font-size: 12px;
  line-height: 14px;
  display: flex;
  align-items: center;
  text-align: center;
  justify-content: center;
  padding: 5px 12px;
  text-decoration: none;
  outline: none; }
  /* line 14, elements/_buttons.scss */
  .btn:hover {
    box-shadow: 0 4px 4px rgba(0, 0, 0, 0.05); }
  /* line 17, elements/_buttons.scss */
  .btn:focus {
    box-shadow: 0 4px 4px rgba(0, 0, 0, 0.05); }
  /* line 20, elements/_buttons.scss */
  .btn:active {
    box-shadow: 0 4px 4px rgba(0, 0, 0, 0.05); }

/* line 24, elements/_buttons.scss */
.btn-grey {
  background: linear-gradient(180deg, #FFFFFF 0%, rgba(255, 255, 255, 0) 100%), #FFFFFF;
  border: 1px solid #8479FF;
  color: #8479FF; }
  /* line 28, elements/_buttons.scss */
  .btn-grey:hover {
    background: #8479FF;
    border: 1px solid #8479FF;
    color: #fff; }
  /* line 33, elements/_buttons.scss */
  .btn-grey:focus {
    background: #8479FF;
    border: 1px solid #8479FF;
    color: #fff; }
  /* line 38, elements/_buttons.scss */
  .btn-grey:active {
    background: #8479FF;
    border: 1px solid #8479FF;
    color: #fff; }

/* line 44, elements/_buttons.scss */
.btn-primary {
  background: #8479FF;
  border: 1px solid #8479FF;
  color: #fff; }
  /* line 48, elements/_buttons.scss */
  .btn-primary:hover {
    background: linear-gradient(180deg, #FFFFFF 0%, rgba(255, 255, 255, 0) 100%), #FFFFFF;
    border: 1px solid #8479FF;
    color: #8479FF; }
  /* line 53, elements/_buttons.scss */
  .btn-primary:focus {
    background: linear-gradient(180deg, #FFFFFF 0%, rgba(255, 255, 255, 0) 100%), #FFFFFF;
    border: 1px solid #8479FF;
    color: #8479FF; }
  /* line 58, elements/_buttons.scss */
  .btn-primary:active {
    background: linear-gradient(180deg, #FFFFFF 0%, rgba(255, 255, 255, 0) 100%), #FFFFFF;
    border: 1px solid #8479FF;
    color: #8479FF; }

/*Typography*/
/*Tables*/
/* line 1, elements/_tables.scss */
table {
  width: 100%;
  margin-bottom: 1rem;
  background: #FFFFFF;
  border-radius: 14px;
  overflow: hidden; }
  /* line 7, elements/_tables.scss */
  table thead {
    width: 100%; }
    /* line 9, elements/_tables.scss */
    table thead tr {
      width: 100%;
      cursor: pointer;
      position: relative; }
      /* line 13, elements/_tables.scss */
      table thead tr th {
        padding: 12px 20px;
        font-style: normal;
        font-weight: normal;
        font-size: 12px;
        line-height: 14px;
        color: #B0BECF;
        width: auto;
        position: relative; }
        /* line 22, elements/_tables.scss */
        table thead tr th:last-child {
          width: auto; }
        /* line 25, elements/_tables.scss */
        table thead tr th:after {
          content: '';
          position: absolute;
          top: 7px;
          right: 10px;
          width: 24px;
          height: 24px;
          background: url("/images/blue-eye.svg") no-repeat center;
          display: flex;
          opacity: 0;
          transition: all .25s ease-in-out; }
        /* line 37, elements/_tables.scss */
        table thead tr th.draw-column-toggle:hover, table thead tr th.rendered, table thead tr th.processing {
          transform: scale(1, 1); }
          /* line 41, elements/_tables.scss */
          table thead tr th.draw-column-toggle:hover:after, table thead tr th.rendered:after, table thead tr th.processing:after {
            opacity: 1; }
        /* line 46, elements/_tables.scss */
        table thead tr th.processing:after {
          content: url("/images/loader-small.svg");
          background: transparent;
          opacity: 1; }
  /* line 55, elements/_tables.scss */
  table tbody {
    border-bottom: 8px solid #fff;
    width: 100%; }
    /* line 58, elements/_tables.scss */
    table tbody tr {
      background: rgba(235, 239, 242, 0.6) !important;
      width: 100%;
      position: relative;
      cursor: pointer; }
      /* line 63, elements/_tables.scss */
      table tbody tr:nth-child(2n) {
        background: #fff !important; }
      /* line 66, elements/_tables.scss */
      table tbody tr td {
        font-style: normal;
        font-weight: normal;
        font-size: 12px;
        line-height: 14px;
        color: #2C3E50; }
        /* line 78, elements/_tables.scss */
        table tbody tr td:after {
          content: '';
          position: absolute;
          top: 4px;
          right: 10px;
          width: 24px;
          height: 24px;
          background: url("/images/blue-eye.svg") no-repeat center;
          display: flex;
          opacity: 0;
          transition: all .25s ease-in-out; }
        /* line 90, elements/_tables.scss */
        table tbody tr td.draw-line-toggle:hover, table tbody tr td.rendered, table tbody tr td.processing {
          transform: scale(1, 1); }
          /* line 94, elements/_tables.scss */
          table tbody tr td.draw-line-toggle:hover:after, table tbody tr td.rendered:after, table tbody tr td.processing:after {
            opacity: 1; }
        /* line 99, elements/_tables.scss */
        table tbody tr td.processing:after {
          content: url("/images/loader-small.svg");
          background: transparent;
          opacity: 1; }

/* line 111, elements/_tables.scss */
table.dataTable.no-footer {
  border-bottom: none; }
/* line 115, elements/_tables.scss */
table.dataTable thead th {
  border-bottom: none;
  padding: 10px 18px 10px 8px;
  outline: none !important;
  box-sizing: border-box; }
/* line 121, elements/_tables.scss */
table.dataTable thead td {
  border-bottom: none;
  padding: 10px 18px 10px 8px;
  outline: none !important;
  box-sizing: border-box; }
/* line 130, elements/_tables.scss */
table.dataTable tbody tr td {
  box-sizing: border-box; }

/* line 140, elements/_tables.scss */
.double-table thead tr th {
  width: 50%;
  padding: 12px 15px; }
  /* line 143, elements/_tables.scss */
  .double-table thead tr th:last-child {
    width: 50%;
    border-left: 1px solid #EBEFF2;
    padding: 12px 20px; }
/* line 153, elements/_tables.scss */
.double-table tbody tr td {
  width: 50%; }
  /* line 155, elements/_tables.scss */
  .double-table tbody tr td span {
    display: inline-flex;
    width: 60%; }
    /* line 158, elements/_tables.scss */
    .double-table tbody tr td span:last-child {
      width: 38%; }
  /* line 162, elements/_tables.scss */
  .double-table tbody tr td:last-child {
    width: 50%;
    border-left: 1px solid #EBEFF2; }

/* line 173, elements/_tables.scss */
.half-table thead tr th {
  width: 50%;
  padding: 12px 15px; }
  /* line 176, elements/_tables.scss */
  .half-table thead tr th:last-child {
    width: 50%;
    padding: 12px 20px; }
/* line 185, elements/_tables.scss */
.half-table tbody tr td {
  width: 50%; }
  /* line 187, elements/_tables.scss */
  .half-table tbody tr td:last-child {
    width: 50%; }

/* line 194, elements/_tables.scss */
.top-table {
  border-radius: 14px 14px 0 0;
  margin-bottom: 7px;
  box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.05); }
  /* line 198, elements/_tables.scss */
  .top-table tbody {
    border-bottom: none; }

/* line 202, elements/_tables.scss */
.mid-table {
  border-radius: 0;
  margin-bottom: 7px;
  box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.05); }
  /* line 206, elements/_tables.scss */
  .mid-table tbody {
    border-bottom: none; }

/* line 210, elements/_tables.scss */
.bottom-table {
  border-radius: 0 0 14px 14px; }
  /* line 212, elements/_tables.scss */
  .bottom-table tbody {
    border-bottom: 20px solid #fff; }

/* line 216, elements/_tables.scss */
.custom-height {
  max-height: 160px;
  border-radius: 14px 14px 0 0 !important; }
  /* line 220, elements/_tables.scss */
  .custom-height thead tr {
    display: flex;
    width: 100% !important; }
  /* line 225, elements/_tables.scss */
  .custom-height tbody {
    display: block;
    height: 126px;
    overflow: auto;
    border-bottom: 0;
    scrollbar-color: #1A73E8 #EBEFF2;
    scrollbar-width: thin; }
    /* line 230, elements/_tables.scss */
    .custom-height tbody tr {
      display: flex; }
    /* line 237, elements/_tables.scss */
    .custom-height tbody::-webkit-scrollbar {
      width: 6px;
      height: 6px;
      background-color: #EBEFF2; }
    /* line 243, elements/_tables.scss */
    .custom-height tbody::-webkit-scrollbar-thumb {
      background-color: #1A73E8;
      border-radius: 40px;
      box-shadow: inset 1px 1px 10px #1A73E8; }
    /* line 249, elements/_tables.scss */
    .custom-height tbody::-webkit-scrollbar-thumb:hover {
      background-color: #1A73E8;
      opacity: .9; }
    /* line 254, elements/_tables.scss */
    .custom-height tbody::-webkit-scrollbar-button:vertical:start:decrement {
      display: none; }
    /* line 258, elements/_tables.scss */
    .custom-height tbody::-webkit-scrollbar-button:vertical:end:increment {
      display: none; }
    /* line 262, elements/_tables.scss */
    .custom-height tbody::-webkit-scrollbar-button:horizontal:start:decrement {
      display: none; }
    /* line 266, elements/_tables.scss */
    .custom-height tbody::-webkit-scrollbar-button:horizontal:end:increment {
      display: none; }

/* line 274, elements/_tables.scss */
.custom-two-columns thead tr th {
  width: 40% !important; }
  /* line 276, elements/_tables.scss */
  .custom-two-columns thead tr th:last-child {
    width: calc(60% - 6px) !important; }
/* line 284, elements/_tables.scss */
.custom-two-columns tbody tr td {
  width: 40% !important; }
  /* line 286, elements/_tables.scss */
  .custom-two-columns tbody tr td:last-child {
    width: 60% !important; }

/* line 296, elements/_tables.scss */
.custom-three-columns thead tr th {
  width: 35% !important; }
  /* line 298, elements/_tables.scss */
  .custom-three-columns thead tr th:nth-child(2) {
    width: 32% !important; }
  /* line 301, elements/_tables.scss */
  .custom-three-columns thead tr th:last-child {
    width: calc(33% - 6px) !important; }
/* line 309, elements/_tables.scss */
.custom-three-columns tbody tr td {
  width: 35% !important; }
  /* line 311, elements/_tables.scss */
  .custom-three-columns tbody tr td:nth-child(2) {
    width: 32% !important; }
  /* line 314, elements/_tables.scss */
  .custom-three-columns tbody tr td:last-child {
    width: 33% !important; }

/* line 324, elements/_tables.scss */
.custom-five-columns thead tr th {
  width: 16% !important; }
  /* line 326, elements/_tables.scss */
  .custom-five-columns thead tr th:first-child {
    width: 26% !important; }
  /* line 329, elements/_tables.scss */
  .custom-five-columns thead tr th:last-child {
    width: calc(26% - 6px) !important; }
  @media screen and (max-width: 1439px) {
    /* line 324, elements/_tables.scss */
    .custom-five-columns thead tr th {
      padding: 10px 13px 10px 8px !important; }
      /* line 334, elements/_tables.scss */
      .custom-five-columns thead tr th:first-child {
        width: 23% !important; }
      /* line 337, elements/_tables.scss */
      .custom-five-columns thead tr th:last-child {
        width: calc(29% - 6px) !important; } }
/* line 346, elements/_tables.scss */
.custom-five-columns tbody tr td {
  width: 16% !important; }
  /* line 348, elements/_tables.scss */
  .custom-five-columns tbody tr td:first-child {
    width: 26% !important; }
  /* line 351, elements/_tables.scss */
  .custom-five-columns tbody tr td:last-child {
    width: 26% !important; }
  @media screen and (max-width: 1439px) {
    /* line 346, elements/_tables.scss */
    .custom-five-columns tbody tr td {
      padding: 10px 13px 10px 8px !important; }
      /* line 356, elements/_tables.scss */
      .custom-five-columns tbody tr td:first-child {
        width: 23% !important; }
      /* line 359, elements/_tables.scss */
      .custom-five-columns tbody tr td:last-child {
        width: calc(29% - 6px) !important; } }

/* line 369, elements/_tables.scss */
.users-widget table.dataTable {
  width: 100% !important;
  margin: 0;
  padding-bottom: 8px; }

/***********************
        BLOCKS 
***********************/
/*Dashboard*/
/* line 1, blocks/_dashboard.scss */
.dashboard {
  width: 100%;
  display: flex;
  align-items: stretch;
  position: relative; }

/*Sidebar-menu*/
/* line 1, blocks/_sidebar-menu.scss */
.sidebar-menu {
  position: fixed;
  top: 0;
  left: 0;
  width: 80px;
  height: 100%;
  background: #1A73E8;
  box-shadow: 6px 0px 18px rgba(0, 0, 0, 0.06);
  display: flex;
  flex-direction: column;
  padding: 15px 30px;
  transition: all .3s ease-in-out;
  overflow: hidden;
  z-index: 5; }
  /* line 15, blocks/_sidebar-menu.scss */
  .sidebar-menu .logo-block {
    position: relative;
    margin-bottom: 2rem; }
    /* line 18, blocks/_sidebar-menu.scss */
    .sidebar-menu .logo-block .full-logo {
      position: absolute;
      top: 0;
      left: 0;
      opacity: 0;
      pointer-events: none;
      transition: all .25s ease-in-out; }
    /* line 26, blocks/_sidebar-menu.scss */
    .sidebar-menu .logo-block .small-logo {
      position: absolute;
      top: 0;
      left: 0;
      transition: all .25s ease-in-out; }
  /* line 33, blocks/_sidebar-menu.scss */
  .sidebar-menu .main-menu {
    margin-top: 2rem; }
    /* line 35, blocks/_sidebar-menu.scss */
    .sidebar-menu .main-menu ul {
      padding: 0;
      margin: 0;
      list-style: none; }
      /* line 39, blocks/_sidebar-menu.scss */
      .sidebar-menu .main-menu ul li {
        width: 100%;
        text-align: center;
        margin-bottom: 23px;
        display: flex;
        align-items: center; }
        /* line 45, blocks/_sidebar-menu.scss */
        .sidebar-menu .main-menu ul li a {
          text-decoration: none;
          color: #C2CFE0;
          transition: all .25s ease-in-out;
          display: flex;
          align-items: center;
          text-align: left; }
          /* line 52, blocks/_sidebar-menu.scss */
          .sidebar-menu .main-menu ul li a:hover {
            color: #fff; }
            /* line 55, blocks/_sidebar-menu.scss */
            .sidebar-menu .main-menu ul li a:hover svg path {
              fill: #fff; }
            /* line 59, blocks/_sidebar-menu.scss */
            .sidebar-menu .main-menu ul li a:hover svg.custom-svg g {
              opacity: 1; }
            /* line 62, blocks/_sidebar-menu.scss */
            .sidebar-menu .main-menu ul li a:hover svg.custom-svg path {
              fill: none;
              stroke: #fff; }
            /* line 68, blocks/_sidebar-menu.scss */
            .sidebar-menu .main-menu ul li a:hover span {
              color: #fff; }
        /* line 73, blocks/_sidebar-menu.scss */
        .sidebar-menu .main-menu ul li svg {
          width: 22px;
          transition: all .25s ease-in-out; }
          /* line 76, blocks/_sidebar-menu.scss */
          .sidebar-menu .main-menu ul li svg path {
            fill: #C2CFE0; }
          /* line 80, blocks/_sidebar-menu.scss */
          .sidebar-menu .main-menu ul li svg.custom-svg g {
            opacity: 1; }
          /* line 83, blocks/_sidebar-menu.scss */
          .sidebar-menu .main-menu ul li svg.custom-svg path {
            fill: none;
            stroke: #C2CFE0; }
        /* line 89, blocks/_sidebar-menu.scss */
        .sidebar-menu .main-menu ul li span {
          opacity: 0;
          pointer-events: none;
          font-size: 16px;
          line-height: 19px;
          font-style: normal;
          font-weight: 500;
          color: #77A6E4;
          transition: all .25s ease-in-out;
          min-width: 158px;
          text-align: left; }
        /* line 102, blocks/_sidebar-menu.scss */
        .sidebar-menu .main-menu ul li.active a {
          color: #fff; }
        /* line 106, blocks/_sidebar-menu.scss */
        .sidebar-menu .main-menu ul li.active svg path {
          fill: #fff; }
        /* line 110, blocks/_sidebar-menu.scss */
        .sidebar-menu .main-menu ul li.active svg.custom-svg g {
          opacity: 1; }
        /* line 113, blocks/_sidebar-menu.scss */
        .sidebar-menu .main-menu ul li.active svg.custom-svg path {
          fill: none;
          stroke: #fff; }
        /* line 119, blocks/_sidebar-menu.scss */
        .sidebar-menu .main-menu ul li.active span {
          color: #fff; }
  /* line 127, blocks/_sidebar-menu.scss */
  .sidebar-menu .disabled-element:before {
    left: 3px;
    top: calc(50% - 9px);
    width: 16px;
    height: 16px; }
  /* line 133, blocks/_sidebar-menu.scss */
  .sidebar-menu .disabled-element:after {
    width: 22px; }
  /* line 137, blocks/_sidebar-menu.scss */
  .sidebar-menu.full-menu {
    width: 260px; }
    /* line 140, blocks/_sidebar-menu.scss */
    .sidebar-menu.full-menu .logo-block .small-logo {
      opacity: 0;
      pointer-events: none; }
    /* line 144, blocks/_sidebar-menu.scss */
    .sidebar-menu.full-menu .logo-block .full-logo {
      opacity: 1;
      pointer-events: inherit; }
    /* line 152, blocks/_sidebar-menu.scss */
    .sidebar-menu.full-menu .main-menu ul li span {
      opacity: 1;
      pointer-events: inherit; }
    /* line 156, blocks/_sidebar-menu.scss */
    .sidebar-menu.full-menu .main-menu ul li svg {
      margin-right: 20px; }
    /* line 163, blocks/_sidebar-menu.scss */
    .sidebar-menu.full-menu .disabled-element:before {
      left: calc(50% - 8px); }
    /* line 166, blocks/_sidebar-menu.scss */
    .sidebar-menu.full-menu .disabled-element:after {
      width: 100%; }
  /* line 171, blocks/_sidebar-menu.scss */
  .sidebar-menu .toggle-btn {
    cursor: pointer;
    position: absolute;
    bottom: 50px;
    left: 30px;
    transition: all .25s ease-in-out; }
    /* line 177, blocks/_sidebar-menu.scss */
    .sidebar-menu .toggle-btn.toggle-btn-open {
      transform: rotate(180deg); }

/*Main-content*/
/* line 1, blocks/_main-content.scss */
.main-content {
  width: 100%;
  padding-left: 80px; }
  /* line 4, blocks/_main-content.scss */
  .main-content .top-block {
    background: #FFFFFF;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 10px 20px; }
    /* line 10, blocks/_main-content.scss */
    .main-content .top-block .search-block {
      position: relative;
      display: flex;
      align-items: center; }
      /* line 14, blocks/_main-content.scss */
      .main-content .top-block .search-block svg {
        position: absolute;
        top: auto;
        left: 10px; }
      /* line 19, blocks/_main-content.scss */
      .main-content .top-block .search-block input {
        padding-left: 32px;
        min-width: 280px; }
        /* line 22, blocks/_main-content.scss */
        .main-content .top-block .search-block input:focus {
          border: 1px solid #58D0FF;
          box-shadow: none; }
      /* line 28, blocks/_main-content.scss */
      .main-content .top-block .search-block:focus svg {
        fill: #58D0FF; }
    /* line 33, blocks/_main-content.scss */
    .main-content .top-block .tab-links-block {
      display: flex;
      align-items: center; }
      /* line 36, blocks/_main-content.scss */
      .main-content .top-block .tab-links-block span {
        margin-left: 25px;
        position: relative;
        z-index: 5; }
        /* line 40, blocks/_main-content.scss */
        .main-content .top-block .tab-links-block span:first-child {
          margin-left: 0; }
      /* line 46, blocks/_main-content.scss */
      .main-content .top-block .tab-links-block a svg path {
        stroke: #B0BECF; }
      /* line 49, blocks/_main-content.scss */
      .main-content .top-block .tab-links-block a svg rect {
        stroke: #B0BECF; }
      /* line 55, blocks/_main-content.scss */
      .main-content .top-block .tab-links-block a.active-tab-link svg path {
        stroke: #1A73E8; }
      /* line 58, blocks/_main-content.scss */
      .main-content .top-block .tab-links-block a.active-tab-link svg rect {
        stroke: #1A73E8; }
  /* line 66, blocks/_main-content.scss */
  .main-content .tabs-block {
    width: 100%; }
    /* line 68, blocks/_main-content.scss */
    .main-content .tabs-block .top-part-tabs-block {
      width: 100%;
      display: flex;
      flex-wrap: wrap;
      align-items: stretch;
      justify-content: space-between;
      background: rgba(220, 226, 233, 0.9);
      padding: 0 15px 0 40px; }
      /* line 76, blocks/_main-content.scss */
      .main-content .tabs-block .top-part-tabs-block .breadcrumbs {
        width: 50%;
        display: flex;
        align-items: center; }
        /* line 80, blocks/_main-content.scss */
        .main-content .tabs-block .top-part-tabs-block .breadcrumbs a {
          font-style: normal;
          font-weight: normal;
          font-size: 14px;
          line-height: 22px;
          display: flex;
          align-items: center;
          color: #B0BECF; }
          /* line 88, blocks/_main-content.scss */
          .main-content .tabs-block .top-part-tabs-block .breadcrumbs a:after {
            content: '/';
            margin: 0 5px;
            font-style: normal;
            font-weight: normal;
            font-size: 14px;
            line-height: 22px;
            color: #B0BECF; }
        /* line 98, blocks/_main-content.scss */
        .main-content .tabs-block .top-part-tabs-block .breadcrumbs span {
          font-style: normal;
          font-weight: normal;
          font-size: 14px;
          line-height: 22px;
          color: #2C3E50; }
      /* line 106, blocks/_main-content.scss */
      .main-content .tabs-block .top-part-tabs-block .nav-links {
        width: 50%;
        display: flex;
        justify-content: flex-end;
        align-items: center;
        margin: 0;
        padding: 0;
        list-style: none; }
        /* line 114, blocks/_main-content.scss */
        .main-content .tabs-block .top-part-tabs-block .nav-links li {
          height: 100%;
          text-align: center; }
          /* line 117, blocks/_main-content.scss */
          .main-content .tabs-block .top-part-tabs-block .nav-links li.active-item {
            background: #F5F6F8; }
          /* line 120, blocks/_main-content.scss */
          .main-content .tabs-block .top-part-tabs-block .nav-links li a {
            font-style: normal;
            font-weight: 500;
            font-size: 14px;
            line-height: 16px;
            color: #2C3E50;
            padding: 13px 10px;
            height: 100%;
            display: flex;
            align-items: center;
            justify-content: center; }
    /* line 135, blocks/_main-content.scss */
    .main-content .tabs-block .tab-content-part {
      width: 100%;
      padding: 15px 15px 45px;
      background: #F5F6F8;
      display: flex; }
      /* line 140, blocks/_main-content.scss */
      .main-content .tabs-block .tab-content-part .widgets-wrapper {
        width: 100%; }
        /* line 142, blocks/_main-content.scss */
        .main-content .tabs-block .tab-content-part .widgets-wrapper.widgets-wrapper-small {
          width: 430px;
          margin-right: 20px; }
          @media screen and (max-width: 1439px) {
            /* line 142, blocks/_main-content.scss */
            .main-content .tabs-block .tab-content-part .widgets-wrapper.widgets-wrapper-small {
              width: 380px; } }
        /* line 149, blocks/_main-content.scss */
        .main-content .tabs-block .tab-content-part .widgets-wrapper.widgets-wrapper-big {
          width: calc(100% - 450px); }
          @media screen and (max-width: 1439px) {
            /* line 149, blocks/_main-content.scss */
            .main-content .tabs-block .tab-content-part .widgets-wrapper.widgets-wrapper-big {
              width: calc(100% - 400px); } }
      /* line 156, blocks/_main-content.scss */
      .main-content .tabs-block .tab-content-part .widget-block {
        margin-bottom: 10px;
        width: 100%; }
        /* line 159, blocks/_main-content.scss */
        .main-content .tabs-block .tab-content-part .widget-block .widget-title {
          width: 100%;
          display: flex;
          align-items: flex-end;
          justify-content: space-between;
          margin-bottom: 10px;
          color: #2C3E50; }
          /* line 166, blocks/_main-content.scss */
          .main-content .tabs-block .tab-content-part .widget-block .widget-title p {
            font-style: normal;
            font-weight: 500;
            font-size: 14px;
            line-height: 16px;
            margin-bottom: 0; }
      /* line 175, blocks/_main-content.scss */
      .main-content .tabs-block .tab-content-part .widgets-block {
        width: 100%;
        display: flex;
        margin-bottom: 15px; }
        /* line 179, blocks/_main-content.scss */
        .main-content .tabs-block .tab-content-part .widgets-block .widget-block {
          margin-right: 20px; }
          /* line 181, blocks/_main-content.scss */
          .main-content .tabs-block .tab-content-part .widgets-block .widget-block:last-child {
            margin-right: 0; }
          @media screen and (max-width: 1439px) {
            /* line 184, blocks/_main-content.scss */
            .main-content .tabs-block .tab-content-part .widgets-block .widget-block.last-shutdowns-widget {
              min-width: 220px; } }
          /* line 190, blocks/_main-content.scss */
          .main-content .tabs-block .tab-content-part .widgets-block .widget-block .table-wrapper .table-scroll {
            position: relative;
            overflow: hidden; }
          /* line 194, blocks/_main-content.scss */
          .main-content .tabs-block .tab-content-part .widgets-block .widget-block .table-wrapper .dataTables_wrapper {
            border-bottom: 7px solid #fff !important;
            border-radius: 14px;
            overflow-x: auto;
            scrollbar-color: #1A73E8 #EBEFF2;
            scrollbar-width: thin; }
            /* line 198, blocks/_main-content.scss */
            .main-content .tabs-block .tab-content-part .widgets-block .widget-block .table-wrapper .dataTables_wrapper table {
              box-shadow: none !important;
              width: 100% !important; }
              /* line 204, blocks/_main-content.scss */
              .main-content .tabs-block .tab-content-part .widgets-block .widget-block .table-wrapper .dataTables_wrapper table thead tr th:after {
                display: none; }
              /* line 212, blocks/_main-content.scss */
              .main-content .tabs-block .tab-content-part .widgets-block .widget-block .table-wrapper .dataTables_wrapper table tbody tr:after {
                display: none; }
            /* line 221, blocks/_main-content.scss */
            .main-content .tabs-block .tab-content-part .widgets-block .widget-block .table-wrapper .dataTables_wrapper::-webkit-scrollbar {
              position: absolute;
              top: 0;
              right: 0;
              width: 6px;
              height: 6px;
              background-color: #EBEFF2; }
            /* line 230, blocks/_main-content.scss */
            .main-content .tabs-block .tab-content-part .widgets-block .widget-block .table-wrapper .dataTables_wrapper::-webkit-scrollbar-thumb {
              background-color: #1A73E8;
              border-radius: 40px;
              box-shadow: inset 1px 1px 10px #1A73E8; }
            /* line 236, blocks/_main-content.scss */
            .main-content .tabs-block .tab-content-part .widgets-block .widget-block .table-wrapper .dataTables_wrapper::-webkit-scrollbar-thumb:hover {
              background-color: #1A73E8;
              opacity: .9; }
            /* line 241, blocks/_main-content.scss */
            .main-content .tabs-block .tab-content-part .widgets-block .widget-block .table-wrapper .dataTables_wrapper::-webkit-scrollbar-button:vertical:start:decrement {
              display: none; }
            /* line 245, blocks/_main-content.scss */
            .main-content .tabs-block .tab-content-part .widgets-block .widget-block .table-wrapper .dataTables_wrapper::-webkit-scrollbar-button:vertical:end:increment {
              display: none; }
            /* line 249, blocks/_main-content.scss */
            .main-content .tabs-block .tab-content-part .widgets-block .widget-block .table-wrapper .dataTables_wrapper::-webkit-scrollbar-button:horizontal:start:decrement {
              display: none; }
            /* line 253, blocks/_main-content.scss */
            .main-content .tabs-block .tab-content-part .widgets-block .widget-block .table-wrapper .dataTables_wrapper::-webkit-scrollbar-button:horizontal:end:increment {
              display: none; }
      /* line 260, blocks/_main-content.scss */
      .main-content .tabs-block .tab-content-part .shedule-block {
        background: #FFFFFF;
        box-shadow: 0px 0px 60px rgba(0, 0, 0, 0.04);
        border-radius: 14px;
        overflow: hidden;
        padding: 25px 30px 20px 20px;
        width: 100%; }
        /* line 267, blocks/_main-content.scss */
        .main-content .tabs-block .tab-content-part .shedule-block nav {
          width: 100%; }
          /* line 269, blocks/_main-content.scss */
          .main-content .tabs-block .tab-content-part .shedule-block nav .nav-tabs {
            border-bottom: none;
            justify-content: space-around; }
            /* line 272, blocks/_main-content.scss */
            .main-content .tabs-block .tab-content-part .shedule-block nav .nav-tabs .nav-link {
              border: none;
              border-top-left-radius: 0;
              border-top-right-radius: 0;
              padding: 0 0 5px;
              font-style: normal;
              font-weight: 500;
              font-size: 16px;
              line-height: 19px;
              text-align: center;
              color: #B0BECF;
              width: 33.33%;
              border-bottom: 1px solid #EBEFF2; }
              /* line 285, blocks/_main-content.scss */
              .main-content .tabs-block .tab-content-part .shedule-block nav .nav-tabs .nav-link.active {
                border-bottom: 1px solid #1A73E8;
                color: #2C3E50; }
        /* line 293, blocks/_main-content.scss */
        .main-content .tabs-block .tab-content-part .shedule-block .tab-content .tab-pane {
          padding: 20px 0; }
          /* line 295, blocks/_main-content.scss */
          .main-content .tabs-block .tab-content-part .shedule-block .tab-content .tab-pane .top-tab-pane-part {
            width: 100%;
            display: flex;
            align-items: center;
            justify-content: space-between;
            margin-bottom: 25px; }
            /* line 301, blocks/_main-content.scss */
            .main-content .tabs-block .tab-content-part .shedule-block .tab-content .tab-pane .top-tab-pane-part .date-block {
              width: 220px;
              display: flex;
              align-items: center; }
              /* line 305, blocks/_main-content.scss */
              .main-content .tabs-block .tab-content-part .shedule-block .tab-content .tab-pane .top-tab-pane-part .date-block .date-form-control {
                width: 50%;
                min-height: 40px;
                padding: 8px 15px 8px 6px;
                font-style: normal;
                font-weight: normal;
                font-size: 14px;
                line-height: 22px;
                color: #2C3E50;
                width: 100%;
                border: 1px solid #E8E8E8;
                display: flex;
                align-items: center;
                justify-content: space-around;
                outline: none;
                box-shadow: none; }
                /* line 321, blocks/_main-content.scss */
                .main-content .tabs-block .tab-content-part .shedule-block .tab-content .tab-pane .top-tab-pane-part .date-block .date-form-control.date-start {
                  border-radius: 8px 0 0 8px; }
                /* line 324, blocks/_main-content.scss */
                .main-content .tabs-block .tab-content-part .shedule-block .tab-content .tab-pane .top-tab-pane-part .date-block .date-form-control.date-end {
                  border-radius: 0 8px 8px 0;
                  margin-left: -1px; }

/* line 337, blocks/_main-content.scss */
.disabled-element {
  position: relative; }
  /* line 339, blocks/_main-content.scss */
  .disabled-element a {
    pointer-events: none; }
  /* line 342, blocks/_main-content.scss */
  .disabled-element:before {
    content: url("/images/ban-solid.svg");
    position: absolute;
    top: calc(50% - 10px);
    left: calc(50% - 10px);
    width: 20px;
    height: 20px;
    opacity: 0;
    z-index: 1;
    transition: all .25s ease-in-out; }
  /* line 353, blocks/_main-content.scss */
  .disabled-element:after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(255, 255, 255, 0.7);
    opacity: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all .25s ease-in-out; }
  /* line 368, blocks/_main-content.scss */
  .disabled-element:hover:before {
    opacity: 1; }
  /* line 371, blocks/_main-content.scss */
  .disabled-element:hover:after {
    opacity: 1; }

/* line 377, blocks/_main-content.scss */
.nav-link.disabled {
  pointer-events: all;
  cursor: pointer; }
/* line 382, blocks/_main-content.scss */
.nav-link.disabled-element:before {
  left: 20px; }

/* line 389, blocks/_main-content.scss */
.map-widget .download-link button {
  width: 40px;
  height: 40px;
  margin-left: 20px;
  border: none;
  background: #fff;
  border-radius: 8px;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer; }
/* line 402, blocks/_main-content.scss */
.map-widget select {
  padding: 10px 9px !important; }
/* line 405, blocks/_main-content.scss */
.map-widget table {
  border-radius: 4px;
  border-color: transparent; }
  /* line 409, blocks/_main-content.scss */
  .map-widget table thead th {
    padding: 15px 10px;
    font-family: 'Roboto';
    font-style: normal;
    font-weight: normal;
    font-size: 12px;
    line-height: 14px;
    color: #B0BECF;
    border-top: none; }
  /* line 421, blocks/_main-content.scss */
  .map-widget table tbody tr {
    background: #fff !important;
    border-top: none;
    position: relative; }
    /* line 425, blocks/_main-content.scss */
    .map-widget table tbody tr:hover {
      box-shadow: 0px 1px 0px #EBEFF2;
      transform: scale(1, 1); }
    /* line 429, blocks/_main-content.scss */
    .map-widget table tbody tr td {
      padding: 20px 10px;
      border-top: 1px solid #EBEFF2; }
      /* line 432, blocks/_main-content.scss */
      .map-widget table tbody tr td span {
        width: 4px;
        height: 22px;
        border-radius: 4px;
        vertical-align: middle;
        display: inline-block;
        margin-top: -4px;
        margin-right: 5px; }
/* line 446, blocks/_main-content.scss */
.map-widget .app-wells-dashboard-map .wells-dashboard-map {
  background: #FFFFFF;
  box-shadow: 0px 0px 60px rgba(0, 0, 0, 0.04);
  border-radius: 14px;
  padding: 10px;
  border: 10px solid #fff; }
/* line 454, blocks/_main-content.scss */
.map-widget .wells-dashboard-block > div {
  background: #FFFFFF;
  box-shadow: 0px 0px 60px rgba(0, 0, 0, 0.04);
  border-radius: 14px; }

/* line 460, blocks/_main-content.scss */
.ui-menu {
  background: #FFFFFF;
  border: 1px solid #EBEFF2 !important;
  box-shadow: 0px 20px 60px rgba(0, 0, 0, 0.19);
  border-radius: 4px;
  max-height: 230px;
  overflow: hidden;
  overflow-y: auto;
  scrollbar-color: #1A73E8 #EBEFF2;
  scrollbar-width: thin; }
  /* line 469, blocks/_main-content.scss */
  .ui-menu .ui-menu-item .ui-menu-item-wrapper {
    width: 100%;
    padding: 5px 16px 8px !important;
    border: none !important;
    border-bottom: 1px solid #EBEFF2 !important;
    font-family: 'Roboto';
    font-style: normal;
    font-weight: normal;
    font-size: 14px;
    line-height: 22px;
    color: #2C3E50 !important;
    transition: all .25s ease-out;
    background: #FFFFFF; }
    /* line 482, blocks/_main-content.scss */
    .ui-menu .ui-menu-item .ui-menu-item-wrapper:hover {
      background: #F8FCFF !important;
      color: #2C3E50 !important; }
      /* line 485, blocks/_main-content.scss */
      .ui-menu .ui-menu-item .ui-menu-item-wrapper:hover span {
        color: #B0BECF !important; }
    /* line 489, blocks/_main-content.scss */
    .ui-menu .ui-menu-item .ui-menu-item-wrapper span {
      font-size: 12px !important;
      line-height: 14px !important;
      color: #B0BECF !important; }
    /* line 494, blocks/_main-content.scss */
    .ui-menu .ui-menu-item .ui-menu-item-wrapper.ui-state-active {
      margin: 0; }
  /* line 502, blocks/_main-content.scss */
  .ui-menu::-webkit-scrollbar {
    width: 6px;
    height: 6px;
    background-color: #EBEFF2; }
  /* line 508, blocks/_main-content.scss */
  .ui-menu::-webkit-scrollbar-thumb {
    background-color: #1A73E8;
    border-radius: 40px;
    box-shadow: inset 1px 1px 10px #1A73E8; }
  /* line 514, blocks/_main-content.scss */
  .ui-menu::-webkit-scrollbar-thumb:hover {
    background-color: #1A73E8;
    opacity: .9; }
  /* line 519, blocks/_main-content.scss */
  .ui-menu::-webkit-scrollbar-button:vertical:start:decrement {
    display: none; }
  /* line 523, blocks/_main-content.scss */
  .ui-menu::-webkit-scrollbar-button:vertical:end:increment {
    display: none; }
  /* line 527, blocks/_main-content.scss */
  .ui-menu::-webkit-scrollbar-button:horizontal:start:decrement {
    display: none; }
  /* line 531, blocks/_main-content.scss */
  .ui-menu::-webkit-scrollbar-button:horizontal:end:increment {
    display: none; }

/***********************
        PAGES
***********************/
/*Equipment-status*/
/* line 5, pages/_equipment-status.scss */
.equipment-status-widget table tbody tr td {
  padding: 9px 20px;
  width: 37%; }
  /* line 8, pages/_equipment-status.scss */
  .equipment-status-widget table tbody tr td:last-child {
    width: 63%;
    padding: 9px 20px; }

/* line 21, pages/_equipment-status.scss */
.hardware-install-widget table tbody tr td {
  padding: 9px 20px;
  width: 37%; }
  /* line 24, pages/_equipment-status.scss */
  .hardware-install-widget table tbody tr td:last-child {
    width: 63%;
    padding: 9px 20px; }

/* line 37, pages/_equipment-status.scss */
.hardware-details-widget table tbody tr td {
  padding: 9px 20px;
  width: 37%; }
  /* line 40, pages/_equipment-status.scss */
  .hardware-details-widget table tbody tr td:last-child {
    width: 63%;
    padding: 9px 20px; }

/* line 50, pages/_equipment-status.scss */
.well-tests-widget .widget-title {
  position: relative;
  cursor: pointer; }
  /* line 53, pages/_equipment-status.scss */
  .well-tests-widget .widget-title:after {
    content: '';
    position: absolute;
    top: -5px;
    left: 75px;
    width: 24px;
    height: 24px;
    background: url("/images/blue-eye.svg") no-repeat center;
    display: flex;
    opacity: 0;
    transition: all .25s ease-in-out; }
  /* line 68, pages/_equipment-status.scss */
  .well-tests-widget .widget-title.draw-column-toggle:hover:after, .well-tests-widget .widget-title.rendered:after, .well-tests-widget .widget-title.processing:after {
    opacity: 1; }
  /* line 73, pages/_equipment-status.scss */
  .well-tests-widget .widget-title.processing:after {
    content: url("/images/loader-small.svg");
    background: transparent;
    opacity: 1; }

/* line 82, pages/_equipment-status.scss */
.last-shutdowns-widget .widget-title {
  position: relative;
  cursor: pointer; }
  /* line 85, pages/_equipment-status.scss */
  .last-shutdowns-widget .widget-title:after {
    content: '';
    position: absolute;
    top: -5px;
    left: 122px;
    width: 24px;
    height: 24px;
    background: url("/images/blue-eye.svg") no-repeat center;
    display: flex;
    opacity: 0;
    transition: all .25s ease-in-out; }
  /* line 100, pages/_equipment-status.scss */
  .last-shutdowns-widget .widget-title.draw-column-toggle:hover:after, .last-shutdowns-widget .widget-title.rendered:after, .last-shutdowns-widget .widget-title.processing:after {
    opacity: 1; }
  /* line 105, pages/_equipment-status.scss */
  .last-shutdowns-widget .widget-title.processing:after {
    content: url("/images/loader-small.svg");
    background: transparent;
    opacity: 1; }

/*Tasks*/
/* line 2, pages/_tasks.scss */
.tasks-status-widget table {
  border-bottom: 11px solid #fff !important; }
  /* line 5, pages/_tasks.scss */
  .tasks-status-widget table thead th {
    padding: 10px 15px; }
  /* line 10, pages/_tasks.scss */
  .tasks-status-widget table tbody td {
    padding: 10px 15px; }
    /* line 12, pages/_tasks.scss */
    .tasks-status-widget table tbody td span {
      display: flex;
      align-items: center; }
      /* line 15, pages/_tasks.scss */
      .tasks-status-widget table tbody td span svg {
        margin-right: 10px; }

/* line 24, pages/_tasks.scss */
.app-task-add-modal .modal-content {
  border-radius: 14px;
  overflow: hidden;
  border: none;
  background: #F5F6F8;
  box-shadow: 0px 0px 60px rgba(29, 28, 58, 0.08); }
/* line 31, pages/_tasks.scss */
.app-task-add-modal .modal-header {
  background: rgba(132, 121, 255, 0.8);
  padding: 20px; }
  /* line 34, pages/_tasks.scss */
  .app-task-add-modal .modal-header h6 {
    margin: 0;
    color: #fff; }
/* line 40, pages/_tasks.scss */
.app-task-add-modal .close {
  padding: 0;
  margin: 0;
  color: #fff;
  font-size: 35px;
  font-weight: 400;
  opacity: 1 !important;
  text-shadow: none !important;
  line-height: .5 !important;
  outline: none; }
/* line 51, pages/_tasks.scss */
.app-task-add-modal .modal-body {
  padding: 25px 20px 60px; }
  /* line 53, pages/_tasks.scss */
  .app-task-add-modal .modal-body label {
    font-style: normal;
    font-weight: normal;
    font-size: 12px;
    line-height: 14px;
    color: #B0BECF;
    margin-bottom: 10px; }
    /* line 60, pages/_tasks.scss */
    .app-task-add-modal .modal-body label.error {
      font-size: 13px;
      color: red;
      font-weight: 600;
      position: absolute;
      top: 100%;
      margin-top: 5px; }
  /* line 69, pages/_tasks.scss */
  .app-task-add-modal .modal-body .form-group {
    margin-bottom: 30px; }
/* line 73, pages/_tasks.scss */
.app-task-add-modal .modal-footer {
  background: #fff;
  border: none;
  padding: 10px 20px; }
  /* line 77, pages/_tasks.scss */
  .app-task-add-modal .modal-footer .btn {
    margin: 0;
    min-height: 48px;
    min-width: 67px; }
/* line 84, pages/_tasks.scss */
.app-task-add-modal .form-group-with-icon .dropdown-toggle {
  padding-left: 40px;
  position: relative; }
  /* line 87, pages/_tasks.scss */
  .app-task-add-modal .form-group-with-icon .dropdown-toggle:before {
    content: '';
    position: absolute;
    top: 11px;
    left: 10px;
    width: 16px;
    height: 16px;
    background: url("/images/list.svg") no-repeat top left; }

/* line 100, pages/_tasks.scss */
.modal .modal-content {
  border-radius: 14px;
  overflow: hidden;
  border: none;
  background: #F5F6F8;
  box-shadow: 0px 0px 60px rgba(29, 28, 58, 0.08); }
/* line 107, pages/_tasks.scss */
.modal .modal-header {
  background: rgba(132, 121, 255, 0.8);
  padding: 20px; }
  /* line 110, pages/_tasks.scss */
  .modal .modal-header h6 {
    margin: 0;
    color: #fff;
    font-style: normal;
    font-weight: 500;
    font-size: 16px;
    line-height: 19px; }
  /* line 118, pages/_tasks.scss */
  .modal .modal-header h5 {
    margin: 0;
    color: #fff;
    font-style: normal;
    font-weight: 500;
    font-size: 16px;
    line-height: 19px; }
/* line 127, pages/_tasks.scss */
.modal .close {
  padding: 0;
  margin: 0;
  color: #fff;
  font-size: 35px;
  font-weight: 400;
  opacity: 1 !important;
  text-shadow: none !important;
  line-height: .5 !important;
  outline: none; }
/* line 138, pages/_tasks.scss */
.modal .modal-body {
  padding: 25px 20px 60px; }
/* line 141, pages/_tasks.scss */
.modal .modal-footer {
  background: #fff;
  border: none;
  padding: 10px 20px; }
  /* line 145, pages/_tasks.scss */
  .modal .modal-footer .btn {
    margin: 0;
    min-height: 48px;
    min-width: 67px; }

/*Production data*/
/* line 2, pages/_production_data.scss */
.production-data-status-widget .btns-block {
  display: flex;
  align-items: center;
  justify-content: flex-end; }
  /* line 6, pages/_production_data.scss */
  .production-data-status-widget .btns-block .download-link {
    margin-right: 10px; }
    /* line 8, pages/_production_data.scss */
    .production-data-status-widget .btns-block .download-link svg {
      fill: #8479FF; }
/* line 13, pages/_production_data.scss */
.production-data-status-widget table {
  border-bottom: 11px solid #fff !important; }
  /* line 16, pages/_production_data.scss */
  .production-data-status-widget table thead th {
    padding: 10px 15px; }
  /* line 21, pages/_production_data.scss */
  .production-data-status-widget table tbody td {
    padding: 10px 15px; }

/*Well Installs*/
/* line 2, pages/_well_installs.scss */
.well-installs-status-widget .btns-block {
  display: flex;
  align-items: center;
  justify-content: flex-end; }
  /* line 6, pages/_well_installs.scss */
  .well-installs-status-widget .btns-block .download-link {
    margin-right: 10px; }
    /* line 8, pages/_well_installs.scss */
    .well-installs-status-widget .btns-block .download-link svg {
      fill: #8479FF; }
/* line 13, pages/_well_installs.scss */
.well-installs-status-widget .dataTables_wrapper {
  width: 100%;
  overflow-x: auto;
  border-bottom: 11px solid #fff !important;
  border-radius: 14px;
  scrollbar-color: #1A73E8 #EBEFF2;
  scrollbar-width: thin; }
  /* line 22, pages/_well_installs.scss */
  .well-installs-status-widget .dataTables_wrapper::-webkit-scrollbar {
    width: 6px;
    height: 6px;
    background-color: #EBEFF2; }
  /* line 28, pages/_well_installs.scss */
  .well-installs-status-widget .dataTables_wrapper::-webkit-scrollbar-thumb {
    background-color: #1A73E8;
    border-radius: 40px;
    box-shadow: inset 1px 1px 10px #1A73E8; }
  /* line 34, pages/_well_installs.scss */
  .well-installs-status-widget .dataTables_wrapper::-webkit-scrollbar-thumb:hover {
    background-color: #1A73E8;
    opacity: .9; }
  /* line 39, pages/_well_installs.scss */
  .well-installs-status-widget .dataTables_wrapper::-webkit-scrollbar-button:vertical:start:decrement {
    display: none; }
  /* line 43, pages/_well_installs.scss */
  .well-installs-status-widget .dataTables_wrapper::-webkit-scrollbar-button:vertical:end:increment {
    display: none; }
  /* line 47, pages/_well_installs.scss */
  .well-installs-status-widget .dataTables_wrapper::-webkit-scrollbar-button:horizontal:start:decrement {
    display: none; }
  /* line 51, pages/_well_installs.scss */
  .well-installs-status-widget .dataTables_wrapper::-webkit-scrollbar-button:horizontal:end:increment {
    display: none; }
/* line 55, pages/_well_installs.scss */
.well-installs-status-widget table {
  border-radius: 14px 14px 0 0; }
  /* line 58, pages/_well_installs.scss */
  .well-installs-status-widget table thead th {
    padding: 10px 15px; }
  /* line 62, pages/_well_installs.scss */
  .well-installs-status-widget table tbody {
    border-bottom: none !important; }
    /* line 64, pages/_well_installs.scss */
    .well-installs-status-widget table tbody td {
      padding: 10px 15px; }

/*Auth*/
/* line 1, pages/_auth.scss */
.form-page-wrapper {
  width: 100%;
  height: 100%;
  background: #f5f5f5;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  padding: 15px; }
  /* line 10, pages/_auth.scss */
  .form-page-wrapper .alert {
    width: 40%;
    max-width: 500px;
    margin: 0 auto 30px; }
  /* line 18, pages/_auth.scss */
  .form-page-wrapper .form-login-block {
    padding-bottom: 30px;
    width: 40%;
    max-width: 500px;
    margin: 0 auto;
    background-color: #fff;
    border-radius: 14px;
    box-shadow: 0 8px 16px rgba(0, 0, 0, 0.3);
    overflow: hidden; }
    /* line 27, pages/_auth.scss */
    .form-page-wrapper .form-login-block .form-header {
      padding: 15px 25px;
      background-color: #8479ff; }
      /* line 30, pages/_auth.scss */
      .form-page-wrapper .form-login-block .form-header p {
        color: #fff;
        font-style: normal;
        font-weight: 500;
        font-size: 16px;
        line-height: 20px;
        margin: 0; }
    /* line 39, pages/_auth.scss */
    .form-page-wrapper .form-login-block form {
      padding: 25px 25px 40px;
      width: 100%; }
      /* line 42, pages/_auth.scss */
      .form-page-wrapper .form-login-block form .form-group {
        width: 100%;
        margin-bottom: 15px; }
        /* line 45, pages/_auth.scss */
        .form-page-wrapper .form-login-block form .form-group label {
          width: 100%;
          font-style: normal;
          font-weight: normal;
          font-size: 12px;
          line-height: 14px;
          color: #909aa7;
          margin-bottom: 5px; }
        /* line 54, pages/_auth.scss */
        .form-page-wrapper .form-login-block form .form-group .form-control {
          width: 100%;
          border-radius: 14px;
          border: 1px solid rgba(209, 214, 220, 0.5); }
      /* line 60, pages/_auth.scss */
      .form-page-wrapper .form-login-block form .btn {
        padding: 12px 20px;
        float: right; }

@media screen and (max-width: 991px) {
  /* line 69, pages/_auth.scss */
  .form-page-wrapper .alert {
    width: 100%;
    max-width: 100%; }
  /* line 73, pages/_auth.scss */
  .form-page-wrapper .form-login-block {
    width: 100%;
    max-width: 100%; } }
