/* Variables */
/* Mixins */
/* @include flex-vertical(column, vertical); */
/* Placeholders */
/* Variables */
/* Mixins */
/* @include flex-vertical(column, vertical); */
.APPLICATION-CONTENT {
  min-height: 400px; }

ng-evo-app {
  display: inline-block;
  overflow: hidden;
  width: 100%;
  min-height: 400px; }
  @media (max-height: 800px) {
    ng-evo-app {
      overflow: initial; } }

.action-modal .action-modal__title {
  font-size: 22px;
  font-weight: 600;
  margin-bottom: 25px; }

.action-modal .action-modal__text {
  font-size: 14px;
  color: #727272; }

.action-modal .action-modal__buttons {
  text-align: center; }
  .action-modal .action-modal__buttons .action-modal__button {
    margin-top: 20px; }
    @media (min-width: 768px) {
      .action-modal .action-modal__buttons .action-modal__button:first-child {
        text-align: right; }
      .action-modal .action-modal__buttons .action-modal__button:last-child {
        text-align: left; } }
  .action-modal .action-modal__buttons--center .action-modal__button {
    text-align: inherit !important; }

.text-bold {
  font-weight: 600 !important; }

.text-bolder {
  font-weight: 700; }

/* @extend %flex; */
.fl {
  float: left; }

.fr {
  float: right; }

.btn-fix-size {
  min-width: 150px !important;
  padding-left: 20px !important;
  padding-right: 20px !important;
  width: initial !important; }
  .btn-fix-size.btn-xxl {
    min-width: 200px !important;
    padding-left: 25px !important;
    padding-right: 25px !important; }

input, textarea {
  box-shadow: none; }

a {
  cursor: pointer !important;
  color: #448AFF; }
  a:hover, a:focus {
    text-decoration: none; }

.btn {
  font-family: 'Ubuntu';
  font-weight: 300 !important;
  padding: 7px 30px; }

.btn-success {
  background: #8bc34a !important;
  border-color: #8bc34a !important;
  color: white; }

.btn-no-hover {
  cursor: default; }
  .btn-no-hover:hover, .btn-no-hover:active {
    background: inherit;
    box-shadow: none !important; }

.icon.green, .icon.success, .colored-text.green, .colored-text.success {
  color: #8bc34a !important; }

.icon.error, .colored-text.error {
  color: #ff2222 !important; }

.icon.warning, .colored-text.warning {
  color: #FFD35B !important; }

.icon.orange, .colored-text.orange {
  color: #FF7800 !important; }

.icon.gray, .colored-text.gray {
  color: #78909c !important; }

html {
  min-height: 100%;
  position: relative; }

body {
  min-height: 100%;
  background-color: #ffffff;
  font-family: 'Open Sans', sans-serif;
  font-size: 12px;
  margin-bottom: 195px; }
  @media (min-width: 992px) {
    body {
      font-size: 14px; } }
  @media (max-width: 767px) {
    body {
      margin-bottom: 300px; } }
  @media (max-width: 400px) {
    body {
      margin-bottom: 340px; } }

h1, h2, h3, h4, .h1, .h2, .h3, .h4 {
  font-family: 'Ubuntu', sans-serif; }

h1, .h1 {
  font-size: 22px;
  font-weight: 400;
  line-height: 1.2;
  margin-top: 30px;
  margin-bottom: 5px; }
  @media (min-width: 768px) {
    h1, .h1 {
      font-size: 24px;
      margin-top: 27px;
      margin-bottom: 10px; } }
  @media (min-width: 992px) {
    h1, .h1 {
      font-size: 30px; } }

h2, .h2 {
  font-size: 18px;
  line-height: 1.25; }
  @media (min-width: 992px) {
    h2, .h2 {
      font-size: 22px; } }

h3, .h3 {
  font-size: 18px;
  font-weight: 600;
  line-height: 1.33; }

.nobr {
  white-space: nowrap; }

@media (min-width: 768px) {
  .text-sm-left {
    text-align: left; }
  .text-sm-center {
    text-align: center; }
  .text-sm-right {
    text-align: right; } }

@media (min-width: 992px) {
  .top-md-50 {
    margin-top: 50px; }
  .text-md-left {
    text-align: left; }
  .text-md-center {
    text-align: center; }
  .text-md-right {
    text-align: right; } }

@media (min-width: 1200px) {
  .text-lg-left {
    text-align: left; }
  .text-lg-center {
    text-align: center; }
  .text-lg-right {
    text-align: right; } }

.section {
  margin-top: 38px;
  margin-bottom: 38px; }

.section-azure {
  background-color: #f0f6f5;
  line-height: 1.67;
  padding-bottom: 32px; }
  @media (max-width: 767px) {
    .section-azure {
      padding-top: 32px; } }
  @media (min-width: 768px) {
    .section-azure {
      margin-bottom: 30px;
      padding-top: 28px;
      padding-bottom: 16px; } }

.section-gray {
  background-color: #ECEFF1; }

.section h2, .form h2 {
  margin-top: 5px;
  margin-bottom: 20px; }

/* APP sections */
#section-whatsnew {
  border-bottom: 1px solid #dee4ea;
  border-top: 1px solid #dee4ea;
  padding-top: 26px;
  padding-bottom: 18px; }

#section-stats {
  padding-top: 0;
  padding-bottom: 0; }
  @media (min-width: 768px) {
    #section-stats {
      padding-top: 60px;
      padding-bottom: 60px; } }

#section-overview {
  padding-bottom: 10px; }
  @media (min-width: 768px) {
    #section-overview {
      padding-bottom: 38px; } }

#section-description {
  padding-top: 12px; }
  @media (min-width: 768px) {
    #section-description {
      padding-top: 38px; } }
  #section-description p {
    line-height: 2; }

#section-tariff {
  margin-bottom: 10px;
  padding-top: 36px;
  padding-bottom: 60px; }

#section-tariff > .btn {
  margin-top: 40px; }

#section-discussion {
  padding-top: 0; }

.container {
  position: relative; }
  @media (min-width: 1200px) {
    .container {
      max-width: 1170px;
      width: auto; } }

.breadcrumb a {
  color: #000000; }

.img-block {
  display: block;
  height: auto;
  width: 100%; }

.well {
  background-color: #ffffff;
  border: none;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
  margin-bottom: 20px;
  margin-top: 20px; }

.well-shadow {
  -webkit-box-shadow: 0 0 6px -1px rgba(0, 0, 0, 0.25);
  -moz-box-shadow: 0 0 6px -1px rgba(0, 0, 0, 0.25);
  box-shadow: 0 0 6px -1px rgba(0, 0, 0, 0.25); }

.well-shadowed {
  -webkit-box-shadow: 0 2px 6px 0 rgba(0, 0, 0, 0.35);
  -moz-box-shadow: 0 2px 6px 0 rgba(0, 0, 0, 0.35);
  box-shadow: 0 2px 6px 0 rgba(0, 0, 0, 0.35); }

.list-checked {
  list-style-type: none;
  margin: 0 0 38px;
  padding: 0;
  text-align: left; }
  @media (min-width: 768px) {
    .list-checked {
      margin: 0; } }
  .list-checked .icon-check {
    position: relative;
    top: 3px;
    margin-right: 8px; }
  .list-checked li {
    margin-bottom: 10px;
    position: relative;
    list-style-type: none;
    text-indent: -1.3em;
    list-style-position: inside;
    margin-left: 1em; }
    .list-checked li:before {
      font-family: 'fontcustom';
      display: inline-block;
      font-size: 1em;
      position: relative;
      top: 3px;
      line-height: 0;
      width: 1em;
      color: white;
      content: "\f104"; }

.list-checked.white li:before {
  color: #ffffff; }

.list-checked.green li:before {
  color: #4dd520; }

.list-icons {
  list-style-type: none;
  margin: 24px 0 23px;
  padding: 0;
  text-align: left; }
  .list-icons li {
    color: #4a4a4a;
    font-weight: 600;
    line-height: 1.3333;
    padding: 16px 0 10px 58px;
    position: relative;
    text-transform: uppercase; }
    @media (min-width: 1200px) {
      .list-icons li {
        padding: 16px 0 16px 58px; } }
  .list-icons .icon {
    border: solid 1px #b5c2c9;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    display: block;
    height: 36px;
    left: 0;
    margin-top: -18px;
    position: absolute;
    top: 50%;
    width: 36px; }

.list-defs {
  margin-bottom: 0; }
  .list-defs dd {
    margin-bottom: 12px; }
    @media (min-width: 992px) {
      .list-defs dd {
        margin-bottom: 16px; } }
  .list-defs dt {
    color: #9b9b9b;
    font-weight: 400; }
    @media (min-width: 768px) {
      .list-defs dt {
        margin-bottom: 12px; } }
    @media (min-width: 992px) {
      .list-defs dt {
        margin-bottom: 16px; } }

.form {
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  border-radius: 0px;
  padding: 31px 38px 19px; }
  @media (min-width: 768px) {
    .form {
      max-width: 360px; } }

.form-control,
.form-control:focus {
  -webkit-box-shadow: none !important;
  -moz-box-shadow: none !important;
  box-shadow: none !important;
  color: #000000; }

.form-control:focus {
  border-color: #546e7a; }

.form-group .input-wrapper {
  position: relative; }
  .form-group .input-wrapper .icon {
    position: absolute;
    top: 14px;
    right: 14px; }
  .form-group .input-wrapper.error input {
    border-color: #ff2222; }
  .form-group .input-wrapper.error .icon {
    color: #ff2222; }
  .form-group .input-wrapper.success input {
    border-color: #8bc34a; }
  .form-group .input-wrapper.success .icon {
    color: #8bc34a; }

.form-control::-webkit-inner-spin-button,
.form-control::-webkit-outer-spin-button {
  -webkit-appearance: none;
  margin: 0; }

.input-lg {
  font-size: 16px; }

.help-block {
  margin-bottom: 15px;
  margin-top: 15px; }

.btn, a, button {
  outline: none !important; }

.form .btn {
  margin-top: 32px;
  margin-bottom: 32px; }

.btn-lg,
.btn-lg:focus,
.btn-lg:active {
  padding: 12px 30px;
  text-transform: uppercase; }

.btn-xl, .btn-xxl {
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  border-radius: 30px;
  font-size: 16px;
  padding: 6px 22px;
  text-transform: uppercase; }
  @media (min-width: 768px) {
    .btn-xl, .btn-xxl {
      font-size: 18px;
      padding: 7px 22px; } }

.btn-xxl {
  padding: 8px 24px; }
  @media (min-width: 768px) {
    .btn-xxl {
      font-size: 18px;
      padding: 10px 26px; } }

.btn-wide {
  min-width: 180px; }

.btn-checkmark,
.btn-checkmark:active {
  background-image: url("../images/icon-check-rounded.svg");
  background-position: 50%;
  background-repeat: no-repeat;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  -webkit-border-radius: 36px;
  -moz-border-radius: 36px;
  border-radius: 36px;
  height: 36px;
  width: 36px; }

.btn-checkmark:active {
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  opacity: .8; }

.btn-green,
.btn-green:focus,
.btn-green:hover {
  background-color: #4dd520;
  border-color: #4dd520;
  color: #ffffff; }

.btn-orange,
.btn-orange:focus {
  background-color: #FF7800;
  border-color: #FF7800;
  -webkit-border-radius: 26px;
  -moz-border-radius: 26px;
  border-radius: 26px;
  color: #ffffff; }

.btn-orange:hover {
  background-color: #fc794d;
  border-color: #fc794d;
  color: #ffffff; }

.btn-orange:active {
  background-color: #e55526;
  border-color: #e55526;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none; }

.btn-orange-lined,
.btn-orange-lined:focus {
  background-color: transparent;
  border-color: #FF7800;
  -webkit-border-radius: 26px;
  -moz-border-radius: 26px;
  border-radius: 26px;
  color: #FF7800;
  font-weight: 600; }

.btn-orange-lined:hover {
  background-color: #FF7800;
  color: #ffffff; }

.btn-darkblue-lined {
  border-color: #546e7a;
  color: #546e7a;
  background: #fff; }
  .btn-darkblue-lined:hover {
    color: #fff;
    background: #546e7a; }

.btn-white {
  background-color: #ffffff;
  -webkit-border-radius: 24px;
  -moz-border-radius: 24px;
  border-radius: 24px;
  color: #FF7800;
  display: inline-block;
  font-size: 16px;
  font-weight: 600;
  text-transform: none; }

.btn-white:hover {
  background-color: #e55526;
  color: #ffffff; }

.btn-white:hover:before {
  display: none; }

.btn-white-lined,
.btn-white-lined:focus {
  background-color: transparent;
  border-color: #ffffff;
  -webkit-border-radius: 26px;
  -moz-border-radius: 26px;
  border-radius: 26px;
  color: #ffffff;
  font-weight: 600; }

.btn-white-lined:hover {
  background-color: #ffffff;
  color: #333333; }

.btn-gray-lined,
.btn-gray-lined:focus {
  background-color: transparent;
  border-color: #e0e0e0;
  color: #9b9b9b; }

.btn-gray-lined:hover {
  background: #e0e0e0;
  color: white; }

.clr:before, .clr:after,
.container:before, .container:after,
.owl-stage:before, .owl-stage:after {
  content: '';
  display: table;
  width: 100%; }

@media (max-width: 767px) {
  #header:before, #header:after,
  #main:before, #main:after,
  #footer:before, #footer:after {
    content: '';
    display: table;
    width: 100%; } }

/* Flexbox Layout */
@media (min-width: 768px) {
  #wrap, #main, .section-vertical {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex; }
  #wrap, #main {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-orient: vertical;
    -moz-box-orient: vertical;
    -ms-box-orient: vertical;
    box-orient: vertical; }
  #main.center {
    min-height: auto;
    -webkit-flex-direction: row;
    -moz-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-orient: horizontal;
    -moz-box-orient: horizontal;
    -ms-box-orient: horizontal;
    box-orient: horizontal; }
  #wrap, #main.center {
    justify-content: flex-start;
    align-items: stretch;
    align-content: stretch; }
  .section-vertical {
    -ms-flex-align: center;
    -webkit-align-items: center;
    -webkit-box-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    -ms-justify-content: center;
    justify-content: center; }
  #main, .section-vertical, .section-vertical .container {
    -webkit-box-flex: 1;
    -moz-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1; } }

.modal .modal-text-header {
  font-size: 20px;
  font-weight: 600; }

.modal .modal-content {
  padding: 40px 40px 25px; }

.modal .modal-header {
  padding: 0; }
  .modal .modal-header .close {
    z-index: 99; }

@media (min-width: 768px) {
  .modal .modal-dialog {
    width: 750px; } }

.modal .auth-modal__img {
  text-align: center;
  width: 120px;
  float: left; }
  .modal .auth-modal__img img {
    width: 120px;
    height: 120px; }

.modal .auth-modal__textarea {
  width: calc(100% - 140px);
  text-align: left;
  padding-left: 20px;
  float: left; }

.modal .auth-modal__header {
  font-size: 30px;
  line-height: 1.2;
  font-weight: normal;
  margin-bottom: 20px;
  font-family: "Ubuntu"; }

.modal .auth-modal__text {
  font-size: 15px;
  line-height: 1.6;
  color: #4a4a4a; }

.modal .modal-body:after {
  content: '';
  display: block;
  clear: both; }

.modal .modal-body.modal-body--mini .auth-modal__textarea {
  margin-left: 0;
  padding-left: 0;
  width: 100%;
  text-align: center; }
  .modal .modal-body.modal-body--mini .auth-modal__textarea .icon {
    font-size: 70px;
    margin-bottom: 30px; }

.modal .modal-body.modal-body--mini .auth-modal__button-container {
  margin: 0; }

.modal .auth-modal__info {
  overflow: hidden; }

.modal .auth-modal__buttons {
  clear: both;
  margin-top: 15px;
  text-align: center; }
  .modal .auth-modal__buttons.auth-modal__buttons--big {
    margin-top: 35px; }
    .modal .auth-modal__buttons.auth-modal__buttons--big button {
      margin: 0 15px; }

.modal .auth-modal__button-container {
  margin: 0 0 15px 30px;
  display: inline-block; }

@media (max-width: 500px) {
  .modal .auth-modal__img {
    display: none; }
  .modal .auth-modal__textarea {
    width: 100%; } }

@media (max-width: 767px) {
  .modal-dialog,
  .modal-content {
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    border-radius: 0px;
    border: none;
    height: 100%;
    margin: 0;
    width: 100%;
    border-radius: 0 !important; }
  .modal-content {
    padding: 0 10px !important; }
  .modal-body {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    min-height: 100vh;
    padding-top: 0;
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-orient: vertical;
    -moz-box-orient: vertical;
    -ms-box-orient: vertical;
    box-orient: vertical;
    -ms-flex-align: center;
    -webkit-align-items: center;
    -webkit-box-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    -ms-justify-content: center;
    justify-content: center; } }

label {
  color: #9b9b9b;
  font-size: 14px;
  font-weight: 400; }

.checkbox + .checkbox {
  margin-top: inherit; }

.checkbox label {
  padding-left: 0; }

.checkbox input {
  display: none; }

.checkbox input + .text {
  display: inline-block;
  padding-left: 25px;
  position: relative;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none; }

.checkbox input + .text:before {
  background-color: #f6f6f6;
  border: 1px solid #dedede;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  content: '';
  display: block;
  font-size: 10px;
  height: 16px;
  padding-left: 1px;
  left: 0;
  line-height: 16px;
  position: absolute;
  text-align: center;
  top: 2px;
  width: 16px; }

.checkbox input:checked + .text:before {
  background-color: #448aff;
  border-color: #448aff;
  color: #ffffff;
  content: '\f104';
  font-family: 'fontcustom' !important;
  font-weight: 400; }

@media (max-height: 800px) {
  body {
    margin-bottom: 0; }
  footer {
    position: relative !important; }
  #section-login {
    position: initial !important;
    bottom: 0px !important; } }

html {
  margin: 20px 40px; }

body {
  margin-bottom: 0; }

.stores-container {
  margin-top: 30px; }
  .stores-container .each-store p {
    margin: 0; }
  .stores-container .each-store .store-address {
    font-size: 12px; }

.store-name {
  font-size: 16px;
  margin: 0; }

.ui-select-container .btn {
  height: 40px;
  padding: 9px 12px;
  font-family: 'Arial'; }

.nav-panel {
  overflow: hidden;
  margin-top: 20px;
  margin-bottom: -1px; }
  .nav-panel .nav-pane {
    display: inline-block;
    padding: 10px 15px;
    text-align: center;
    cursor: pointer;
    float: left;
    font-weight: 500;
    background: #e6e6e6;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px; }
    .nav-panel .nav-pane.active {
      background: white;
      border: 1px solid #eee;
      border-bottom: 0;
      color: black; }

.files-container {
  border: 1px solid #eee;
  border-radius: 10px;
  border-top-left-radius: 0;
  padding: 20px 0; }
  .files-container h3 {
    margin-bottom: 30px; }
  .files-container button.btn-orange-lined {
    margin-top: 15px; }

.full button span {
  background-color: limegreen;
  border-radius: 32px;
  color: black; }

.partially button span {
  background-color: orange;
  border-radius: 32px;
  color: black; }

.input-group .btn {
  padding: 6px 12px; }

.input-group .uib-datepicker-popup *:focus {
  outline: none; }

.error-field, .success-field {
  margin: 20px 0;
  border: 1px solid #ff2222;
  padding: 10px 15px;
  color: #ff2222; }

.success-field {
  color: #8bc34a;
  border: 1px solid #8bc34a; }
