@import url("https://fonts.googleapis.com/css?family=Lato:300,400,700|Montserrat:200,300,400,500,700");
@import url("https://fonts.googleapis.com/css?family=EB+Garamond");
@import url("https://fonts.googleapis.com/css?family=Roboto+Condensed:700");
.iphone-modal {
  display: inline-block;
  border-radius: 20px;
  text-align: center;
  border: 1px solid #cdcdcd;
  padding: 0;
  max-width: 300px;
  -webkit-box-shadow: 1px 1px 3px 0px rgba(0, 0, 0, 0.32);
  -moz-box-shadow: 1px 1px 3px 0px rgba(0, 0, 0, 0.32);
  box-shadow: 1px 1px 3px 0px rgba(0, 0, 0, 0.32);
  margin-bottom: 20px; }
  .iphone-modal .title {
    padding: 10px;
    font-size: 1.1rem;
    font-weight: bold; }
  .iphone-modal .body {
    padding: 0 20px 20px 20px;
    font-size: .8rem; }
  .iphone-modal .buttons .button {
    display: block;
    border-top: 1px solid #cdcdcd;
    font-size: .95rem;
    padding: 10px;
    color: #007AFF; }

.pin_location_info {
  position: relative;
  background: url(../img/icon_bg.svg);
  background-size: contain;
  background-position: center center;
  background-repeat: no-repeat;
  padding: 10px 5px 5px; }
  .pin_location_info .btn-directions {
    right: 5px;
    bottom: 10px; }

#map-leyend {
  background-color: white;
  padding: 10px;
  font-size: .8rem; }
  #map-leyend ul {
    list-style: none;
    padding-left: 0; }
    #map-leyend ul li {
      margin-bottom: 3px;
      vertical-align: middle; }
      #map-leyend ul li img {
        height: 20px;
        display: inline-block;
        margin-right: 3px; }

#stations-list .dataTables_paginate {
  display: flex;
  justify-content: center; }

#stations-list .dataTables_info {
  text-align: center;
  padding: 10px; }

#stations-list .dataTables_filter {
  padding: 0 10px;
  border-bottom: 1px solid #eee;
  margin-bottom: 15px; }

#stations-list table tr {
  cursor: pointer; }
  #stations-list table tr:hover td {
    background-color: #eee; }

#stations-list table td {
  white-space: nowrap; }
  #stations-list table td small {
    font-size: .7rem; }

label.station_status {
  display: block;
  white-space: nowrap;
  font-size: .8rem;
  padding: 4px;
  text-align: center; }
  label.station_status.available {
    background-color: #00BF56;
    color: white; }
  label.station_status.charging {
    background-color: #00803d;
    color: white; }
  label.station_status.issue {
    background-color: #F4BB00;
    color: white; }
  label.station_status.error {
    background-color: #FF3232;
    color: white;
    margin: 0; }
  label.station_status.not_available {
    background-color: #ccc;
    color: white; }

td label.status_status {
  font-size: .7rem;
  border-radius: 5px;
  padding: 3px; }

a:not(tab) {
  color: #053a5a !important; }
  a:not(tab):hover {
    text-decoration: underline !important; }

/*.evcs-modal {
  &:after {
    font-family: 'Font Awesome 5 Free';
    font-weight: 900;
    font-size:.5rem;
    content:'\f2d2';
    margin-left:3px;
    display: inline-block;
    vertical-align: top;
    opacity: .7;
  }
}*/
.modal-lg {
  max-width: 1100px; }

.wrapper {
  position: relative; }

.not-authorized {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  text-align: center;
  font-size: 20px; }
  .not-authorized i {
    font-size: 100px;
    margin-bottom: 30px;
    display: block; }

.show_details_payment {
  font-size: .8rem; }

.payment_details {
  display: none; }
  .payment_details .payment_details_table {
    margin: 10px 0;
    border: 1px solid #ccc; }
    .payment_details .payment_details_table tr td {
      background-color: white;
      border: 0; }

.table-huge tr th {
  font-size: 15px;
  padding: 15px; }

.table-huge tr td {
  vertical-align: middle !important;
  padding: 10px !important;
  font-size: 16px !important; }

.table-spaceous tr th {
  text-transform: uppercase;
  font-size: 13px;
  padding: 25px 15px !important; }
  .table-spaceous tr th:first-child {
    padding-left: 30px !important; }

.table-spaceous tr td {
  vertical-align: middle !important;
  padding: 15px !important;
  font-size: 14px !important; }
  .table-spaceous tr td.large {
    font-size: 16px !important; }
    .table-spaceous tr td.large small {
      font-size: 13px; }
  .table-spaceous tr td:first-child {
    padding-left: 30px !important; }
  .table-spaceous tr td a {
    font-size: 14px;
    font-weight: bold;
    color: #002b47;
    text-decoration: none !important; }

.constant-html h1, .constant-html h2 {
  margin: 5px 0;
  background: none;
  font-size: 1.4rem;
  font-weight: bold; }

.constant-html h2 {
  font-size: 1.2rem; }

.note-editable {
  max-height: 70vh;
  overflow: scroll; }

.legend {
  border: 1px solid #e7eaec;
  font-size: .8rem;
  background: white;
  padding: 3px 10px;
  margin-left: 20px;
  border-radius: 5px; }
  .legend i {
    margin: 0 5px 0 10px;
    vertical-align: middle; }
    .legend i:first-child {
      margin-left: 0; }

.payment_method, .plan_selector {
  background: white;
  width: 330px;
  margin: auto;
  text-align: center;
  border: 1px solid #e7eaec;
  border-radius: 10px;
  padding: 15px 10px;
  transition: border-color .3s, box-shadow .3s, scale .3s, opacity .3s;
  cursor: pointer;
  margin-bottom: 5px; }
  .payment_method.inline, .plan_selector.inline {
    border: 0;
    pointer-events: none;
    padding: 15px 0;
    text-align: left;
    display: inline-block; }
  .payment_method .cc-icon, .plan_selector .cc-icon {
    height: 30px;
    margin-right: 20px; }
  .payment_method .cc-number, .plan_selector .cc-number {
    vertical-align: middle;
    font-weight: 500;
    font-size: 1.1rem; }
    .payment_method .cc-number:before, .plan_selector .cc-number:before {
      content: '\f111\f111\f111\f111\0020\f111\f111\f111\f111\0020\f111\f111\f111\f111\0020';
      font-family: 'Font Awesome 5 Free';
      font-weight: 900;
      font-size: .5rem;
      vertical-align: middle;
      display: inline-block;
      letter-spacing: 1px;
      margin-right: 3px; }
  .payment_method .cc-exp, .plan_selector .cc-exp {
    vertical-align: middle;
    margin-left: 20px;
    font-weight: 300;
    color: #808080; }
  .payment_method.nohover, .plan_selector.nohover {
    pointer-events: none; }
  .payment_method:hover, .plan_selector:hover {
    border-color: #514f4d; }
  .payment_method.active, .plan_selector.active {
    border-color: #002D48;
    outline: none;
    box-shadow: 0 2px 3px rgba(0, 0, 0, 0.3);
    transform: scale(1.05); }
  .payment_method.inactive, .plan_selector.inactive {
    opacity: .6; }

ul.important_info {
  list-style: none;
  padding: 0;
  margin: 0;
  text-align: left;
  margin-top: 10px;
  margin-bottom: 15px; }
  ul.important_info li {
    padding-left: 25px;
    position: relative;
    margin-bottom: 10px;
    font-size: .8rem; }
    ul.important_info li:before {
      content: '\f06a';
      font-family: 'Font Awesome 5 Free';
      font-weight: 900;
      color: #f05928;
      font-size: .8rem;
      position: absolute;
      left: 0;
      top: 0; }

.dropdown-menu {
  padding-top: 10px;
  padding-bottom: 10px; }

.dropdown-item {
  padding: 10px 20px; }

.dropdown-dots {
  border: 0;
  background: 0;
  font-size: 19px;
  padding: 0 10px;
  margin-left: 15px;
  margin-top: -3px;
  margin-right: -5px; }
  .dropdown-dots:hover, .dropdown-dots:active {
    color: #f05928;
    cursor: pointer; }
    .dropdown-dots:hover i, .dropdown-dots:active i {
      cursor: pointer; }
  .dropdown-dots::after {
    display: none;
    content: ''; }

input::placeholder, textarea::placeholder {
  color: #cbd1d5 !important; }

.note-editor.note-frame {
  border: 1px solid #e7eaec;
  border-radius: 0; }

.table-striped tbody tr:nth-of-type(odd) {
  background-color: rgba(0, 0, 0, 0.02); }

.ibox {
  border: 1px solid #e7eaec;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 3px 1px -2px rgba(0, 0, 0, 0.2), 0 1px 5px 0 rgba(0, 0, 0, 0.12); }

.row-paging {
  margin: -15px -20px 20px -20px;
  padding: 10px 0 11px 0;
  background-color: #fafafa;
  border-bottom: #f6f6f6;
  -webkit-box-shadow: inset 0px 0px 5px 0px rgba(0, 0, 0, 0.05);
  -moz-box-shadow: inset 0px 0px 5px 0px rgba(0, 0, 0, 0.05);
  box-shadow: inset 0px 0px 5px 0px rgba(0, 0, 0, 0.05); }
  .row-paging span {
    vertical-align: middle; }
  .row-paging.bottom {
    margin-top: 0;
    margin-bottom: -20px; }

a.link {
  color: black;
  text-decoration: underline; }
  a.link:hover {
    color: #f05928;
    text-decoration: underline; }

.fc-event-container a.fc-event {
  color: #fff !important; }

.btn-default:active, .btn-default.active, .open .dropdown-toggle.btn-default {
  background-color: #676a6c;
  color: white; }

.btn-group-justified {
  display: table;
  width: 100%;
  table-layout: fixed;
  border-collapse: separate; }
  .btn-group-justified .btn,
  .btn-group-justified .btn-group {
    float: none;
    display: table-cell;
    width: 1%; }
    .btn-group-justified .btn .btn,
    .btn-group-justified .btn-group .btn {
      width: 100%; }
    .btn-group-justified .btn .dropdown-menu,
    .btn-group-justified .btn-group .dropdown-menu {
      left: auto; }

.player-profile-currentseason {
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 3px 1px -2px rgba(0, 0, 0, 0.2), 0 1px 5px 0 rgba(0, 0, 0, 0.12) !important;
  border: 1px solid #e7eaec; }

label {
  font-weight: 600; }

.hidden {
  visibility: hidden; }

p.bigger {
  font-size: 15px; }

.pics-list .pic-container {
  padding: 5px;
  border: 1px solid #e7eaec;
  display: inline-block;
  margin: 5px 0.03% 0 0;
  width: 33%; }
  .pics-list .pic-container .pic-square {
    width: 100%;
    height: 200px;
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat; }
  .pics-list .pic-container .btns {
    padding: 10px 5px 5px 5px; }
    .pics-list .pic-container .btns .img-delete {
      float: left;
      cursor: pointer; }
    .pics-list .pic-container .btns .img-featured {
      float: right;
      cursor: pointer; }

.popover {
  z-index: 9999 !important; }

.alert {
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0; }

.tabs-container {
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 3px 1px -2px rgba(0, 0, 0, 0.2), 0 1px 5px 0 rgba(0, 0, 0, 0.12) !important; }

.tabs-container .nav-tabs {
  background: none;
  border: 0;
  border-bottom: 1px solid #e7eaec; }

.tabs-container .nav-tabs > li {
  float: left;
  margin-bottom: -1px;
  border-left: 1px solid #e7eaec;
  border-top: 1px solid #e7eaec;
  border-right: 1px solid #e7eaec;
  border-radius: 0; }

.nav-tabs .nav-item.show .nav-link, .nav-tabs .nav-link.active {
  border-bottom: 5px solid #f05928;
  border-radius: 0; }

.nav-tabs .nav-link {
  border-left: 0;
  border-right: 0;
  border-top: 0;
  border-bottom: 5px solid #bec1c3;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0; }

.form-control {
  height: 35px; }

.form-control-sm {
  height: 31px;
  font-size: 12px; }

input[type="text"], input[type="number"] {
  -webkit-border-radius: 0 !important;
  -moz-border-radius: 0 !important;
  border-radius: 0 !important; }

.input-group-addon, .input-group-text {
  background-color: #f3f3f3;
  font-size: 12px !important; }

.input-group-sm .input-group-addon {
  font-size: 12px; }

.input-group-prepend span, .input-group-append span {
  -webkit-border-radius: 0 !important;
  -moz-border-radius: 0 !important;
  border-radius: 0 !important; }

.md-skin .nav-tabs > li > a {
  padding: 8px 20px;
  background-color: #f3f3f4; }

.nav-tabs .nav-link:not(.active):focus, .nav-tabs .nav-link:not(.active):hover {
  border-color: #e7eaec; }

#n_attachment {
  background-color: transparent;
  height: 20px;
  width: 100%;
  float: left;
  font-size: 11px;
  padding: 0;
  margin-bottom: 5px;
  border: 0; }

fieldset.item_options.error {
  border-color: #ed5565 !important; }

input.error {
  border-color: #ed5565 !important; }

.checkbox-inline {
  display: inline-block; }

.checkbox-success input[type="checkbox"]:checked + label::before,
.checkbox-success input[type="radio"]:checked + label::before {
  background-color: #f05928;
  border-color: #f05928; }

.radio-success input[type="radio"] + label::after {
  background-color: #f05928; }

.radio-success input[type="radio"]:checked + label::before {
  border-color: #f05928; }

.radio-success input[type="radio"]:checked + label::after {
  background-color: #f05928; }

.select2-results .select2-highlighted {
  background-color: #002b47; }

.select2-container .select2-choice {
  height: 36px; }

.select2-container-active .select2-choice {
  border-color: #f05928; }

.select2-drop-active {
  border-color: #f05928; }

.select2-container--default .select2-selection--single {
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  height: 35px !important; }

.select2-container--default .select2-selection--single .select2-selection__rendered {
  font-size: 0.9rem;
  padding: 4px 12px; }

.select2-container--default .select2-selection--single .select2-selection__arrow {
  height: 35px; }

.select2-container--default .select2-selection--single .select2-selection__placeholder {
  color: #ccc; }

.typeahead {
  border-width: 0 0 2px 0;
  padding: 5px;
  width: 100%;
  font-size: 16px; }

.twitter-typeahead {
  width: 1% !important;
  flex: 1 1 auto; }

.tt-hint {
  color: #f05928; }

.tt-menu {
  border: 1px solid #002b47;
  margin-top: 2px;
  padding: 0;
  font-size: 0.9rem;
  width: 100%;
  background-color: white;
  box-shadow: 0 2px 5px 0 rgba(153, 153, 153, 0.9); }
  .tt-menu .tt-suggestion {
    padding: 5px; }
    .tt-menu .tt-suggestion.tt-cursor {
      /* UPDATE: newer versions use .tt-suggestion.tt-cursor */
      color: #fff;
      background-color: #002b47; }

.fa-arrows-v {
  cursor: row-resize; }

.fa-ellipsis-v {
  cursor: w-resize;
  margin-right: 5px; }

.constant-info {
  background-color: #f05928;
  color: white;
  padding: 5px 15px; }

/* For Firefox */
input[type='number'] {
  -moz-appearance: textfield; }

/* Webkit browsers like Safari and Chrome */
input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
  -webkit-appearance: none;
  margin: 0; }

.invoice-table tr.menu td {
  border-top: 1px solid #e7eaec !important;
  text-align: left !important;
  padding: 8px 8px 0 8px !important; }

.invoice-table tr td {
  padding: 4px 8px !important;
  border: none !important; }

input.editable-field {
  border-width: 0 0 2px 0;
  font-family: 'Roboto', sans-serif;
  font-size: 19px;
  font-weight: bold;
  color: #676a6c; }

.editable-field {
  border-bottom: 2px dotted #f05928;
  cursor: pointer; }

.editable-field-multiline {
  text-decoration: underline;
  text-decoration-style: dotted;
  text-decoration-color: #f05928;
  cursor: pointer; }

.editable-row:hover {
  background-color: #e7eaec; }

.form-control.hosted-field {
  height: 35px; }

.form-control-static {
  border: 0 !important;
  padding-left: 0;
  background: none; }

.confirm:disabled {
  background-color: #b0b0b1;
  cursor: no-drop; }

@media print {
  .page-break {
    page-break-before: always; }
  .gray-bg, .bg-muted {
    background-color: white; } }
