﻿.custom-button {
  width: 100%;
  margin-bottom: 10px;
  height: 35px;
  color: white;
  border: transparent;
  background-color: white;
  font-size: 13px;
  position: relative;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px; }
  .custom-button:focus {
    outline-color: transparent; }
  .custom-button.first-type-button {
    background-color: #0aaff3; }
  .custom-button.second-type-button {
    background-color: #414f68; }
  .custom-button.third-type-button {
    color: #414f68;
    border: 1px solid #414f68; }
  .custom-button.forth-type-button {
    border: 1px solid #0aaff3;
    color: #0aaff3;
    opacity: 0.8; }
    .custom-button.forth-type-button.bold {
      font-weight: bold; }
    .custom-button.forth-type-button.date-mobile {
      border: 1px solid #414f68;
      color: #414f68;
      border: none;
      box-shadow: none;
      font-weight: bolder;
      background-color: #0aaff3; }
  .custom-button.fifth-type-button {
    border: 1px solid gray;
    color: gray; }
    .custom-button.fifth-type-button[disabled] {
      color: black !important;
      background-color: lightgray !important; }
  .custom-button.sixth-type-button {
    background-color: transparent;
    color: white; }
    .custom-button.sixth-type-button:hover {
      background-color: #414f68; }
  .custom-button.seventh-type-button {
    background-color: transparent;
    color: white; }
    .custom-button.seventh-type-button:hover {
      background-color: #0aaff3; }
  .custom-button.red-type-button {
    background-color: white;
    border: 1px solid red;
    color: red !important; }
  .custom-button.eighth-type-button {
    background-color: transparent;
    border: 1px solid white; }
    .custom-button.eighth-type-button:hover {
      background-color: #414f68;
      color: white !important; }
  .custom-button.ninth-type-button {
    background-color: transparent;
    border: 2px solid #414f68;
    color: #414f68 !important;
    font-weight: bold; }
    .custom-button.ninth-type-button:hover {
      background-color: #414f68;
      color: white !important; }
  .custom-button.user-select-none {
    pointer-events: none; }

.international .price-info .flight-submit-wrapper, .international .price-info .custom-button, .international .price-info .multi-routs-actions button {
  height: 30px !important; }

.mobile-app-button {
  padding: 8px !important; }

.actions > a:hover {
  color: white !important; }

.custom-button[disabled] {
  background-color: darkgray !important; }

.custom-button.forth-type-button[disabled] {
  background-color: transparent !important;
  color: gray;
  border-color: gray;
  opacity: 0.6; }

button .spinner {
  position: absolute;
  right: 10px;
  height: 15px;
  width: 15px;
  top: 10px;
  margin: 0 !important;
  background-color: white !important; }

@media only screen and (max-width: 767px) {
  .custom-button {
    height: 40px !important; } }

@media only screen and (min-width: 768px) and (max-device-width: 991px) {
  .custom-button {
    height: 35px !important; } }

button.swal2-close {
  outline: none !important; }

.table-action-button {
  padding: 5px 11px;
  margin-left: 10px;
  font-size: 11px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  border: 0; }
  .table-action-button:last-child {
    margin-left: -10px; }
  .table-action-button:first-child {
    margin-right: -10px; }
  .table-action-button.first-style {
    background-color: #414f68;
    color: white; }
  .table-action-button.second-style {
    background-color: #0aaff3;
    color: white; }
  .table-action-button:disabled {
    opacity: 0.5; }

button.has-loading {
  position: relative; }
  button.has-loading .spinner {
    top: 5px;
    right: 0;
    left: 3px;
    margin: auto !important;
    width: 12px;
    height: 12px;
    border-radius: 3px; }
  button.has-loading > .button-text {
    /*@include transition (opacity 0.1s linear 2s);*/
    opacity: 1; }
    button.has-loading > .button-text i {
      position: relative;
      top: 1px;
      right: -3px; }
  button.has-loading.loading > .button-text {
    /*@include transition (opacity 0s);*/
    opacity: 0; }

span.custom-checkbox {
  position: relative;
  padding-left: 20px;
  cursor: pointer;
  display: inline-block;
  height: 25px;
  line-height: 25px;
  font-size: 1rem;
  -moz-user-select: none;
  -ms-user-select: none;
  -webkit-user-select: none;
  user-select: none; }
  span.custom-checkbox:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 18px;
    height: 18px;
    z-index: 0;
    border: 2px solid gray;
    border-radius: 1px;
    margin-top: 2px;
    transition: .2s; }
  span.custom-checkbox:after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 18px;
    height: 18px;
    z-index: 0;
    border: 2px solid gray;
    border-radius: 1px;
    margin-top: 2px;
    transition: .2s; }
  span.custom-checkbox.checked:before {
    top: -4px;
    left: -5px;
    width: 12px;
    height: 22px;
    border-top: 2px solid transparent;
    border-left: 2px solid transparent;
    border-right: 2px solid #0aaff3;
    border-bottom: 2px solid #0aaff3;
    -webkit-transform: rotate(40deg);
    transform: rotate(40deg);
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-transform-origin: 100% 100%;
    transform-origin: 100% 100%; }
  span.custom-checkbox.checked:after {
    border: 0;
    -webkit-transform: scale(0);
    transform: scale(0); }

.button-center .custom-button {
  max-width: 150px; }

.two-button-swal {
  min-height: 280px !important; }
  .two-button-swal .swal2-buttonswrapper {
    width: 80%;
    margin: auto; }
  .two-button-swal .custom-button {
    float: left;
    width: 46%;
    margin-top: 35px; }
  .two-button-swal .custom-button:last-child {
    margin-left: 4%;
    width: 50%; }

.button-icon-right {
  margin-left: 5px; }

.button-icon-left {
  margin-right: 5px; }

.request-list td.actions button:last-child {
  width: 85%;
  margin-top: 5px !important;
  background-color: #ff8100; }

.request-list td.actions .table-action-button.second-style {
  margin: 0 !important; }

.request-list td.actions .table-action-button.first-style {
  margin: 0; }
