body {
  font-family: Open Sans, Roboto, sans-serif;
  color: #455A64; }

a {
  color: #32a5c4; }

a:hover {
  color: #32a5c4; }

body {
  color: #263238; }

body > .container {
  min-height: 56.9vh; }

label {
  font-weight: 600; }

h4 {
  font-weight: 600;
  font-size: 20px; }

.top10 {
  margin-top: 10px; }

.top20 {
  margin-top: 20px; }

.top30 {
  margin-top: 30px; }

.big-icon {
  font-size: 23px;
  margin-right: 5px;
  float: left; }

.disabled {
  pointer-events: none;
  cursor: default;
  opacity: 0.6; }

.base-message-box {
  display: none; }

.block-text {
  text-align: justify; }

@-webkit-keyframes sk-rotateplane {
  0% {
    -webkit-transform: perspective(120px); }
  50% {
    -webkit-transform: perspective(120px) rotateY(180deg); }
  100% {
    -webkit-transform: perspective(120px) rotateY(180deg) rotateX(180deg); } }
@keyframes sk-rotateplane {
  0% {
    transform: perspective(120px) rotateX(0deg) rotateY(0deg);
    -webkit-transform: perspective(120px) rotateX(0deg) rotateY(0deg); }
  50% {
    transform: perspective(120px) rotateX(-180.1deg) rotateY(0deg);
    -webkit-transform: perspective(120px) rotateX(-180.1deg) rotateY(0deg); }
  100% {
    transform: perspective(120px) rotateX(-180deg) rotateY(-179.9deg);
    -webkit-transform: perspective(120px) rotateX(-180deg) rotateY(-179.9deg); } }
.spinner-container {
  display: none;
  position: fixed;
  width: 100vw;
  height: 100vh;
  z-index: 100000;
  text-align: center;
  background-color: rgba(0, 0, 0, 0.5); }
  .spinner-container .spinner-object {
    margin-top: 45vh; }
    .spinner-container .spinner-object .spinner-animation {
      width: 40px;
      height: 40px;
      background-color: #32a5c4;
      margin: 30px auto;
      -webkit-animation: sk-rotateplane 1.2s infinite ease-in-out;
      animation: sk-rotateplane 1.2s infinite ease-in-out; }
    .spinner-container .spinner-object .spinner-text {
      color: white;
      font-size: 2em;
      margin-bottom: 10px; }

.circural-container .circular {
  width: 120px;
  height: 120px;
  border-radius: 150px;
  -webkit-border-radius: 150px;
  -moz-border-radius: 150px;
  background-size: contain;
  margin: 15px;
  background-position: center; }

table {
  border: 1px solid #cfd8dc; }
  table.table {
    margin-bottom: 0; }
    table.table thead {
      background-color: #b0bec5;
      border: 1px solid #b0bec5; }
      table.table thead th {
        border-bottom: 1px solid #b0bec5;
        color: white;
        font-weight: normal;
        text-transform: uppercase; }
    table.table tbody {
      border: none;
      background-color: rgba(236, 239, 241, 0.5); }
      table.table tbody > tr {
        border: none; }
        table.table tbody > tr:hover {
          background-color: #faf5da; }
        table.table tbody > tr > td {
          border-top: 1px solid #cfd8dc; }
  table.table-striped > tbody > tr:nth-of-type(odd) {
    background-color: white; }
    table.table-striped > tbody > tr:nth-of-type(odd):hover {
      background-color: #faf5da; }

.inline {
  display: inline-block; }

.adjust-row {
  padding: 0; }

.modal-dialog {
  border-radius: 0; }
  .modal-dialog .modal-content {
    border-radius: 0;
    border: none; }
    .modal-dialog .modal-content .modal-header {
      background-color: #32a5c4;
      color: white;
      text-transform: uppercase;
      padding: 15px 30px;
      vertical-align: middle; }
      .modal-dialog .modal-content .modal-header h4 {
        font-size: 15px;
        font-weight: 500; }
      .modal-dialog .modal-content .modal-header .close {
        color: white;
        font-size: 30px;
        font-weight: 400;
        opacity: 0.8;
        margin-top: -8px; }
    .modal-dialog .modal-content .modal-body {
      padding: 30px;
      padding-bottom: 20px; }
    .modal-dialog .modal-content .modal-footer {
      padding: 15px 30px;
      border-top-color: white;
      background-color: white;
      text-align: center !important; }
      .modal-dialog .modal-content .modal-footer .btn.modal-confirm {
        background-color: #EA1E63; }

.modal-footer {
  text-align: center;
  padding: 15px 30px; }

.subscription-review:first-child .addon-select-box {
  border-top: 1px solid #cfd8dc; }

.subscription-review .addon-select-box {
  border: 1px solid #cfd8dc;
  border-top: none;
  position: absolute;
  top: 0px;
  left: 15px;
  right: 15px;
  height: 100%;
  z-index: -30; }
.subscription-review .addon-box-container {
  padding-right: 20px; }
  .subscription-review .addon-box-container .addon-box-body {
    margin-left: 10px;
    padding-left: 28px;
    color: #607D8B;
    margin-bottom: 20px; }
  .subscription-review .addon-box-container .addon-box-header {
    font-weight: 600;
    margin-top: 15px;
    margin-left: 10px;
    text-transform: uppercase; }
.subscription-review .addon-box-success {
  background-color: rgba(236, 239, 241, 0.5); }

.semi-bold {
  font-weight: 600; }

.bold {
  font-weight: 700; }

.subscription-config .price-active {
  background-color: black; }
.subscription-config .hover-link {
  cursor: pointer; }
.subscription-config .subscription-price-element .panel-default, .subscription-config .subscription-price-element .panel-success {
  border-color: #b0bec5; }
  .subscription-config .subscription-price-element .panel-default .panel-body .months, .subscription-config .subscription-price-element .panel-success .panel-body .months {
    font-weight: 500;
    padding-bottom: 10px; }
  .subscription-config .subscription-price-element .panel-default .panel-body .device-type, .subscription-config .subscription-price-element .panel-success .panel-body .device-type {
    padding-bottom: 10px; }
  .subscription-config .subscription-price-element .panel-default .add-subs, .subscription-config .subscription-price-element .panel-success .add-subs {
    background-color: #b0bec5;
    text-transform: uppercase;
    padding: 7px 15px;
    color: white;
    font-size: 12px; }
.subscription-config .subscription-price-element .panel-success {
  border-color: #32a5c4;
  -webkit-box-shadow: 0px 0px 8px 0px #32a5c4;
  -moz-box-shadow: 0px 0px 8px 0px #32a5c4;
  box-shadow: 0px 0px 8px 0px #32a5c4; }
  .subscription-config .subscription-price-element .panel-success .add-subs {
    background-color: #32a5c4; }

.alert {
  border-radius: 0; }

/* Loader */
.loader {
  width: 30px;
  height: 30px;
  background-color: #32a5c4;
  margin: 100px auto;
  -webkit-animation: rotateplane 1.2s infinite ease-in-out;
  animation: rotateplane 1.2s infinite ease-in-out; }

@keyframes spin {
  0% {
    transform: rotate(0deg); }
  100% {
    transform: rotate(360deg); } }
.larger-text {
  font-size: 16px; }

a:hover, a:focus {
  cursor: pointer; }

.sub-addon-cart {
  margin-left: 10%;
  display: inline-block; }

.renewal-checkbox {
  display: flex;
  -webkit-flex: 1;
  /* Safari 6.1+ */
  -ms-flex: 1;
  /* IE 10 */
  flex: 1;
  margin-bottom: 6px; }
  .renewal-checkbox .renewal-checkbox-label {
    margin-top: 5px;
    margin-left: 5px;
    font-size: 14px; }

.addon-renewal-checkbox {
  margin-left: 2.5em; }

.churned-addon-sign {
  color: white; }

.churned-addon-alert {
  margin: 0px;
  padding: 2px 15px; }

.align-center {
  text-align: center; }

.sub-in-cart {
  color: gray;
  font-size: 100px; }

.master-card-box {
  display: inline-block;
  float: left; }

.profile-info .panel-body .row {
  margin-bottom: 18px; }

.cart .table th {
  line-height: 22px;
  text-transform: uppercase;
  font-weight: 500;
  font-size: 11px; }

.braintree-delete-confirmation {
  font-size: 1.85rem; }

.btn {
  font-size: 14px;
  font-weight: 600;
  padding: 5px 20px;
  border-radius: 20px; }

.btn-success, .btn-success:hover {
  background-color: #32a5c4 !important; }

.btn-primary, .btn-primary:hover {
  background-color: #32a5c4; }

.btn-default, .btn-default:hover {
  background-color: #b0bec5; }

.positive-text {
  color: #75B10C;
  font-weight: 600; }

.negative-text {
  color: #D9534F;
  font-weight: 600; }

.important-link {
  font-weight: 600; }

.huge-minus-icon {
  color: #D9534F;
  font-size: 45px; }

.addon-total-eur {
  float: right;
  text-transform: none; }

.subscription-type {
  display: inline-block; }

.above-content-background {
  background-color: rgba(236, 239, 241, 0.5); }

.form-group .form-control:disabled {
  background-color: rgba(236, 239, 241, 0.5); }
.form-group .form-control {
  border: 1px solid #b0bec5;
  border-radius: 0px;
  color: #455A64;
  padding: 8px 16px;
  height: 40px; }
.form-group .control-label {
  text-transform: uppercase; }

.select2-container {
  width: 100% !important; }
  .select2-container .selection .select2-selection--single {
    border: 1px solid #b0bec5;
    border-radius: 0px;
    padding: 8px 16px;
    height: 40px; }
    .select2-container .selection .select2-selection--single .select2-selection__rendered {
      padding: 0px; }

.braintree-dropin {
  font-family: Open Sans, Roboto, sans-serif; }
  .braintree-dropin .braintree-heading {
    color: #455A64; }
  .braintree-dropin .braintree-method .braintree-method__label {
    color: #455A64;
    overflow: hidden; }
  .braintree-dropin .braintree-large-button {
    color: #455A64; }
  .braintree-dropin .braintree-method {
    border-radius: 0px; }
  .braintree-dropin .braintree-method--active {
    border-radius: 0px !important; }
  .braintree-dropin .braintree-loader__container {
    border-radius: 0px !important; }
  .braintree-dropin .braintree-upper-container {
    border-radius: 0px; }
  .braintree-dropin .braintree-large-button {
    border-radius: 0px; }

/* Hide other way to pay in braintree dropin to prevent users from hacking */
[data-braintree-id="toggle"] {
  display: none; }

.good-info-box {
  background-color: rgba(51, 165, 198, 0.15);
  padding: 25px;
  border: 1px solid #32a5c4; }

.neutral-info-box {
  background-color: rgba(176, 190, 197, 0.15);
  padding: 25px;
  border: 1px solid #b0bec5; }

.larger-button {
  padding-left: 30px;
  padding-right: 30px; }

#remove-payment-method {
  min-width: 200px;
  z-index: 1;
  padding: 10px 5px;
  font-size: 11px;
  position: relative; }

#progress-bar-container {
  width: 105px;
  height: 105px; }

.device-progress-number {
  text-align: center;
  font-size: 35px;
  font-weight: 500;
  line-height: 0.85em;
  color: #75B10C; }

.device-progress-number-danger {
  text-align: center;
  font-size: 35px;
  font-weight: 500;
  line-height: 0.85em;
  color: #D9534F; }

.device-progress-text {
  font-size: 12px;
  font-weight: 500;
  width: 200%;
  transform: translateX(-25%);
  text-transform: uppercase;
  text-align: center; }

[type="radio"]:checked + label,
[type="radio"]:not(:checked) + label {
  position: relative;
  padding-left: 28px;
  cursor: pointer;
  line-height: 20px;
  display: inline-block; }

[type="radio"]:checked + label:before,
[type="radio"]:not(:checked) + label:before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 18px;
  height: 18px;
  border: 1px solid #ddd;
  border-radius: 100%;
  background: #fff; }

[type="radio"]:checked + label:after,
[type="radio"]:not(:checked) + label:after {
  content: '';
  width: 12.2px;
  height: 12.2px;
  background: #32a5c4;
  position: absolute;
  top: 3px;
  left: 3px;
  border-radius: 100%;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease; }

[type="radio"]:not(:checked) + label:after {
  opacity: 0;
  -webkit-transform: scale(0);
  transform: scale(0); }

[type="radio"]:checked + label:after {
  opacity: 1;
  -webkit-transform: scale(1);
  transform: scale(1); }

/* CUSTOM CHECKBOX */
.default-checkbox [type="checkbox"]:checked,
.default-checkbox [type="checkbox"]:not(:checked) {
  position: absolute;
  left: -9999px; }
.default-checkbox [type="checkbox"]:checked + label,
.default-checkbox [type="checkbox"]:not(:checked) + label {
  position: relative;
  padding-left: 65px;
  cursor: pointer;
  line-height: 20px;
  display: inline-block; }
.default-checkbox [type="checkbox"]:checked + label:before,
.default-checkbox [type="checkbox"]:not(:checked) + label:before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 24px;
  height: 24px;
  border: 1px solid #ddd;
  background: #fff;
  border-radius: 4px; }
.default-checkbox [type="checkbox"]:checked + label:after,
.default-checkbox [type="checkbox"]:not(:checked) + label:after {
  content: ' ';
  display: block;
  position: absolute;
  top: 2px;
  left: 7px;
  width: 8px;
  height: 16px;
  border: 3px solid #32a5c4;
  border-width: 0 3px 3px 0;
  transform: rotate(90deg) !important;
  -webkit-transform: rotate(45deg) !important;
  border-radius: 3px; }
.default-checkbox [type="checkbox"]:not(:checked) + label:after {
  opacity: 0;
  -webkit-transform: scale(0);
  transform: scale(0); }
.default-checkbox [type="checkbox"]:checked + label:after {
  opacity: 1;
  -webkit-transform: scale(1);
  transform: scale(1); }

/* CUSTOM CHECKBOX 2*/
.switch-checkbox .switch {
  display: inline-block;
  height: 20px;
  position: relative;
  width: 50px; }
.switch-checkbox .switch input {
  display: none; }
.switch-checkbox .slider {
  background-color: #eceff1;
  bottom: 0;
  cursor: pointer;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  transition: .4s; }
.switch-checkbox .slider:before {
  background-color: #b0bec5;
  right: 26px;
  top: -3px;
  content: "";
  height: 26px;
  position: absolute;
  transition: .4s;
  width: 26px; }
.switch-checkbox input:checked + .slider {
  background-color: rgba(51, 165, 198, 0.5); }
.switch-checkbox input:checked + .slider:before {
  transform: translateX(26px);
  background-color: #32a5c4; }
.switch-checkbox .slider.round {
  border-radius: 34px; }
.switch-checkbox .slider.round:before {
  border-radius: 50%; }
.switch-checkbox .switch-label-state-on {
  margin-left: 10px;
  color: #32a5c4;
  font-weight: 600; }
.switch-checkbox .switch-label-state-off {
  margin-left: 10px;
  color: #b0bec5;
  font-weight: 600; }
.switch-checkbox .switch-label-text {
  margin-left: 10px;
  font-weight: 600; }

.close-glyphicon {
  transform: rotateZ(45deg);
  font-weight: 400; }

.smodal .smodal-header {
  padding: 5px 5px 10px 10px; }
.smodal .smodal-body {
  padding: 20px 30px; }
  .smodal .smodal-body .main-smodal-info {
    font-size: 16px;
    font-weight: 600;
    margin-bottom: 15px; }
.smodal .smodal-footer {
  padding: 10px 20px;
  padding-bottom: 40px; }
  .smodal .smodal-footer button {
    margin-left: 10px;
    margin-right: 10px; }

/* CUSTOM RADIO */
[type="radio"]:checked,
[type="radio"]:not(:checked) {
  position: absolute;
  left: -9999px; }

.activate-sub-now {
  white-space: normal; }

.modal-mask {
  position: fixed;
  z-index: 9998;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  display: table;
  transition: opacity .3s ease; }

.modal-wrapper {
  vertical-align: middle; }

.modal-container {
  width: 30%;
  margin: 0px auto;
  margin-top: 30vh;
  background-color: #fff;
  border-radius: 2px;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.33);
  transition: all .3s ease; }

/*
 * The following styles are auto-applied to elements with
 * transition="modal" when their visibility is toggled
 * by Vue.js.
 *
 * You can easily play with the modal transition by editing
 * these styles.
 */
.modal-enter {
  opacity: 0; }

.modal-leave-active {
  opacity: 0; }

.modal-enter .modal-container,
.modal-leave-active .modal-container {
  -webkit-transform: scale(1.1);
  transform: scale(1.1); }

body > header > div > nav {
  margin-bottom: 2px !important; }

body {
  color: #455A64; }

.navbar-default {
  padding: 0;
  background-color: white;
  border: none;
  border-bottom: 1px solid #cfd8dc; }
  .navbar-default .navbar-nav > li > a {
    color: #546e7a;
    font-size: 14px;
    padding: 0px 15px; }
    .navbar-default .navbar-nav > li > a:hover, .navbar-default .navbar-nav > li > a:focus {
      color: #32a5c4;
      background-color: transparent; }
    .navbar-default .navbar-nav > li > a.adjust-user {
      line-height: 40px;
      margin-top: 5px;
      text-transform: lowercase; }
  .navbar-default .navbar-nav > .active > a {
    color: #32a5c4;
    background-color: transparent;
    border-bottom: 4px solid #32a5c4; }
    .navbar-default .navbar-nav > .active > a:hover, .navbar-default .navbar-nav > .active > a:focus {
      color: #32a5c4;
      background-color: transparent; }
  .navbar-default .navbar-nav > .open > a {
    color: #32a5c4;
    background-color: transparent; }
    .navbar-default .navbar-nav > .open > a:hover, .navbar-default .navbar-nav > .open > a:focus {
      color: #32a5c4;
      background-color: transparent; }
  .navbar-default .nav > li > a {
    font-weight: 300;
    margin-top: 5px;
    line-height: 40px;
    padding-bottom: 1px; }

.navbar-header div {
  display: inline-block;
  margin-top: 5px;
  line-height: 40px; }
  .navbar-header div a {
    font-size: 14px;
    text-transform: uppercase;
    text-decoration: none;
    color: #32a5c4; }

.navbar-brand {
  padding: 5px 0 0 0;
  margin-right: 20px;
  height: 50px; }
  @media (min-width: 320px) {
    .navbar-brand {
      margin-left: 20px; } }
  .navbar-brand .nav-logo {
    display: inline-block;
    height: 40px; }
  .navbar-brand .nav-title {
    display: inline-block;
    color: #546e7a;
    margin-left: 15px; }

.badge {
  margin-top: -5px;
  background-color: #32a5c4;
  padding: 5px 7px;
  font-size: 13px; }
  @media (min-width: 320px) {
    .badge {
      margin-left: 0; } }
  @media (min-width: 768px) {
    .badge {
      margin-left: 5px; } }

.dropdown-menu {
  border: 1px solid #cfd8dc;
  background: rgba(236, 239, 241, 0.5); }
  .dropdown-menu .divider {
    background-color: #b0bec5; }
  .dropdown-menu > .active > a {
    color: #32a5c4;
    background: rgba(236, 239, 241, 0.5); }
    .dropdown-menu > .active > a:focus, .dropdown-menu > .active > a:hover {
      color: #32a5c4;
      background: rgba(236, 239, 241, 0.5); }
  .dropdown-menu > li > a {
    color: #546e7a; }
    .dropdown-menu > li > a:hover, .dropdown-menu > li > a:focus {
      color: #32a5c4;
      background: rgba(236, 239, 241, 0.5); }

.navbar {
  min-height: 50px;
  border: none;
  margin-bottom: 0px;
  background-color: #eceff1; }

.crumbs {
  background-color: rgba(236, 239, 241, 0.5);
  border-bottom: 1px solid #cfd8dc;
  margin-bottom: 30px; }
  .crumbs h3 {
    font-size: 13px;
    margin: 15px 0;
    color: #546e7a;
    text-transform: uppercase; }
    @media (min-width: 320px) {
      .crumbs h3 {
        padding-left: 20px; } }
    @media (min-width: 768px) {
      .crumbs h3 {
        padding-left: 0; } }
    .crumbs h3 a {
      color: #32a5c4; }

.navbar-default .navbar-collapse,
.navbar-default .navbar-form {
  border-color: rgba(236, 239, 241, 0.5); }
  @media (min-width: 320px) {
    .navbar-default .navbar-collapse,
    .navbar-default .navbar-form {
      margin-top: 25px; } }
  @media (min-width: 768px) {
    .navbar-default .navbar-collapse,
    .navbar-default .navbar-form {
      margin-top: 0px; } }

.navbar-default .navbar-toggle:hover,
.navbar-default .navbar-toggle:focus {
  background-color: rgba(236, 239, 241, 0.5); }

.navbar-toggle {
  margin-top: 25px;
  margin-right: 25px; }

.navbar-default .navbar-toggle .icon-bar {
  background-color: #b0bec5; }

.container h3 {
  margin-bottom: 23px; }

.breadcrumbs {
  margin: 10px 0px; }
  .breadcrumbs i {
    font-size: 10px;
    margin: 0px 2px;
    margin-bottom: 5px; }
  .breadcrumbs a {
    color: #32a5c4; }

.message-padding {
  padding-top: 15px; }

.dash-table tbody {
  background-color: #ffffff !important; }

.dash-search-box {
  margin-bottom: 15px;
  margin-top: 15px; }

.border-placeholder-element {
  width: 91%;
  height: 100%;
  position: absolute;
  z-index: -30; }

.device-column .border-placeholder-element {
  border-bottom: 1px solid #CFD8DC; }

.device-column:first-child .border-placeholder-element {
  border-top: 1px solid #CFD8DC; }

.device-list-element {
  font-size: 1em;
  margin-bottom: 15px; }
  .device-list-element span.sub_added {
    color: #546e7a; }
    .device-list-element span.sub_added .glyphicon {
      top: 2px; }
    .device-list-element span.sub_added a {
      color: #546e7a;
      text-decoration: underline; }
  .device-list-element.SIM_ACTIVE_SUBS_ACTIVE .extend-subscription-container .btn {
    padding: 5px 15px; }
    .device-list-element.SIM_ACTIVE_SUBS_ACTIVE .extend-subscription-container .btn:after {
      content: 'Extend subscription'; }
  .device-list-element.SIM_ACTIVE_SUBS_ACTIVE .subscription-info-container p {
    color: #32a5c4; }
  .device-list-element.SIM_PENDING_ACTIVATION {
    border-color: #D7D79C;
    background-color: rgba(199, 220, 103, 0.2); }
    .device-list-element.SIM_PENDING_ACTIVATION .subscription-info-container p {
      color: #263238; }
    .device-list-element.SIM_PENDING_ACTIVATION .subscription-info-container .btn.btn-default {
      display: none; }
  .device-list-element.SIM_INACTIVE, .device-list-element.SIM_ACTIVE_SUBS_INACTIVE {
    border-color: rgba(234, 30, 99, 0.25);
    background-color: rgba(234, 30, 99, 0.05); }
    .device-list-element.SIM_INACTIVE .subscription-info-container .btn.btn-default, .device-list-element.SIM_ACTIVE_SUBS_INACTIVE .subscription-info-container .btn.btn-default {
      padding: 5px 25px; }
      .device-list-element.SIM_INACTIVE .subscription-info-container .btn.btn-default:after, .device-list-element.SIM_ACTIVE_SUBS_INACTIVE .subscription-info-container .btn.btn-default:after {
        content: 'Buy Subscription'; }
  .device-list-element.SIM_ACTIVE_SUBS_INACTIVE .subscription-info-container .btn.btn-default {
    padding: 5px 30px; }
    .device-list-element.SIM_ACTIVE_SUBS_INACTIVE .subscription-info-container .btn.btn-default:after {
      content: 'Activate'; }
  .device-list-element .device-info-container {
    margin: 15px 0px 15px 0px;
    height: 100px; }
    .device-list-element .device-info-container .device-name {
      margin-left: 30px;
      font-size: 21px;
      color: #263238; }
      .device-list-element .device-info-container .device-name a {
        color: #32a5c4; }
  .device-list-element .subscription-info-container {
    align-items: center;
    margin: 15px 0px 15px 0px;
    font-size: 14px;
    text-align: left; }
    @media (min-width: 320px) {
      .device-list-element .subscription-info-container {
        min-height: auto; } }
    @media (min-width: 768px) {
      .device-list-element .subscription-info-container {
        padding-left: 0; } }
    .device-list-element .subscription-info-container .email-link {
      color: #8E8C84; }
    .device-list-element .subscription-info-container .btn {
      margin-right: 15px;
      margin-top: 0px;
      font-size: 14px;
      width: 200px;
      border-radius: 20px; }
      .device-list-element .subscription-info-container .btn.btn-default {
        padding: 5px 15px; }

div.pointer-adjust:hover {
  cursor: pointer; }

.square-container, .square-detail-container {
  margin: 0px; }
  .square-container .ok, .square-detail-container .ok {
    box-shadow: 0 0 10px rgba(0, 255, 0, 0.8) !important;
    -webkit-box-shadow: 0 0 10px rgba(0, 255, 0, 0.8) !important;
    -moz-box-shadow: 0 0 10px rgba(0, 255, 0, 0.8) !important; }
  .square-container .expiring, .square-detail-container .expiring {
    box-shadow: 0 0 10px rgba(255, 140, 0, 0.8) !important;
    -webkit-box-shadow: 0 0 10px rgba(255, 140, 0, 0.8) !important;
    -moz-box-shadow: 0 0 10px rgba(255, 140, 0, 0.8) !important; }
  .square-container .passed, .square-detail-container .passed {
    box-shadow: 0 0 10px rgba(255, 0, 0, 0.8) !important;
    -webkit-box-shadow: 0 0 10px rgba(255, 0, 0, 0.8) !important;
    -moz-box-shadow: 0 0 10px rgba(255, 0, 0, 0.8) !important; }

.square-container .square {
  width: 75px;
  height: 75px;
  background-size: contain;
  margin: 27px 0;
  margin-left: 5px;
  background-position: center;
  background-repeat: no-repeat; }

.device-subs h4 {
  margin-top: 0;
  margin-bottom: 20px; }

.device-details-right {
  margin-right: 20px; }
  .device-details-right .details-top {
    border: 1px solid #cfd8dc;
    border-bottom: none;
    background-color: rgba(236, 239, 241, 0.5);
    padding: 35px 50px; }
  .device-details-right .details-bottom {
    border: 1px solid #cfd8dc;
    background-color: rgba(236, 239, 241, 0.5);
    padding: 25px 50px; }

.device-details {
  padding-bottom: 20px; }
  .device-details .square-detail-container .square {
    margin: 0px;
    margin-bottom: 20px;
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat; }
    @media (min-width: 320px) {
      .device-details .square-detail-container .square {
        width: 160px;
        height: 160px; } }
    @media (min-width: 992px) {
      .device-details .square-detail-container .square {
        width: 190px;
        height: 190px; } }
    @media (min-width: 1200px) {
      .device-details .square-detail-container .square {
        width: 240px;
        height: 240px; } }

.pagination {
  float: right;
  font-size: 13px;
  font-weight: 400;
  margin: 15px;
  margin-bottom: 0; }
  .pagination a {
    color: #32a5c4;
    font-weight: 500; }

.sim-serial {
  display: inline-block;
  font-weight: bolder; }

.sim-status {
  display: inline-block;
  border: 1px solid #dfd7ca;
  padding: 3px; }

.ta-sim-status-change {
  display: inline-block;
  padding: 3px;
  float: right; }

.ta-sim-status {
  display: inline-block;
  border: 1px solid #dfd7ca;
  padding: 3px; }

.sub-info-right p {
  position: absolute;
  top: 0;
  left: 62px;
  bottom: 0;
  right: 0;
  width: 100%;
  height: max-content;
  margin: auto; }

.sub-info-left {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  width: max-content;
  height: max-content;
  margin: auto; }

.device-list-action-box {
  height: 100px; }

.device-list-subelement {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  width: max-content;
  height: max-content;
  margin: auto; }

.subscription-status-text {
  left: 40px; }

.secondary-text {
  color: #b0bec5; }

.warning-text {
  color: #f39c12; }

.success-text {
  color: #27ae60; }

.error-text {
  color: #e74c3c; }

.info-text {
  color: #8E8C84; }

.sub-info-right {
  height: 100px; }
  .sub-info-right p {
    vertical-align: middle; }

.circle {
  width: 48px;
  height: 48px;
  border-radius: 50%;
  text-align: center;
  font-size: 11px; }

.circle-red {
  border: 5px solid #D9534F; }

.circle-orange {
  border: 5px solid #F0AD4E; }

.circle-green {
  border: 5px solid #75B10C; }

.h4-sub {
  font-size: 17px;
  font-weight: 600; }

.sub-term-info {
  font-size: 16px;
  margin-top: 40px;
  padding-left: 30px;
  padding-right: 15px; }

.less-important-info {
  font-size: 14px;
  color: #607D8B; }

.normal-info {
  font-size: 14px;
  font-weight: normal;
  color: #455A64; }

.warning-info {
  color: #F0AD4E;
  text-transform: none;
  font-weight: 600; }

.text-color-success {
  color: #75B10C;
  font-weight: 600; }

.text-color-warning {
  color: #F0AD4E;
  font-weight: 600; }

.text-color-danger {
  color: #D9534F;
  font-weight: 600; }

.text-color-white {
  color: #FFFFFF;
  font-weight: 600; }

.background-color-success {
  background-color: #75B10C; }

.background-color-warning {
  background-color: #F0AD4E; }

.background-color-danger {
  background-color: #D9534F; }

.important-info {
  font-size: 16px;
  font-weight: 600; }

.more-important-negative-info {
  font-size: 18px;
  font-weight: 600;
  color: #90A4AE; }

.more-important-info {
  font-size: 18px;
  font-weight: 600;
  color: #32a5c4; }

.very-important-info {
  font-size: 20px;
  font-weight: 600;
  color: #32a5c4; }

.very-important-info-gray {
  font-size: 20px; }

.in-use-text {
  font-weight: 600;
  color: #b0bec5;
  float: right; }

.selected-price-eur {
  color: #32a5c4; }

.regular-price-eur {
  font-weight: normal; }

.price-box-upper {
  border-bottom: 2px solid #b0bec5;
  line-height: 1.7em;
  padding-bottom: 5px; }

.price-box-lower {
  font-size: 23px;
  color: #32a5c4;
  font-weight: 600;
  margin-top: 10px; }

.upgrade-post-text {
  color: gray;
  font-weight: 500;
  font-size: 12px;
  line-height: normal; }

.upgrade-pre-text {
  display: block;
  color: gray;
  font-weight: 500;
  font-size: 12px;
  line-height: normal; }

.ready-to-buy-content {
  padding-right: 30px; }

.addon-name-padding {
  padding-left: 28px; }

.custom-alert-box {
  margin-bottom: 20px; }

.panel.login-container {
  margin-top: 100px;
  margin-bottom: 119px;
  background-color: #32a5c4;
  border-radius: 0;
  border: none;
  padding: 30px;
  line-height: 1.5; }
  .panel.login-container .panel-heading {
    background-color: #32a5c4;
    border: none; }
    .panel.login-container .panel-heading img {
      width: 180px;
      height: auto; }
  .panel.login-container .login-body {
    padding: 15px;
    color: white; }
    .panel.login-container .login-body p {
      padding-bottom: 20px; }
    .panel.login-container .login-body .alert-danger {
      background-color: #ea1e63; }
    .panel.login-container .login-body .login-field {
      margin-bottom: 15px;
      max-width: 460px;
      width: 100%; }
      @media (min-width: 320px) {
        .panel.login-container .login-body .login-field {
          max-width: 600px; } }
      .panel.login-container .login-body .login-field label {
        font-weight: 300; }
      .panel.login-container .login-body .login-field input {
        padding: 6px 12px;
        height: 34px;
        color: #546e7a; }
        .panel.login-container .login-body .login-field input::-webkit-input-placeholder {
          color: #b0bec5; }
        .panel.login-container .login-body .login-field input:-moz-placeholder {
          color: #b0bec5;
          opacity: 1; }
        .panel.login-container .login-body .login-field input::-moz-placeholder {
          color: #b0bec5;
          opacity: 1; }
        .panel.login-container .login-body .login-field input:-ms-input-placeholder {
          color: #b0bec5; }
  .panel.login-container .submit-row input {
    max-width: 460px;
    width: 100%;
    margin-top: 15px;
    background-color: #cfd8dc;
    padding: 6px 0;
    color: #32a5c4; }
    @media (min-width: 320px) {
      .panel.login-container .submit-row input {
        max-width: 600px; } }

@-webkit-keyframes rotateplane {
  0% {
    -webkit-transform: perspective(120px); }
  50% {
    -webkit-transform: perspective(120px) rotateY(180deg); }
  100% {
    -webkit-transform: perspective(120px) rotateY(180deg) rotateX(180deg); } }
@keyframes rotateplane {
  0% {
    transform: perspective(120px) rotateX(0deg) rotateY(0deg);
    -webkit-transform: perspective(120px) rotateX(0deg) rotateY(0deg); }
  50% {
    transform: perspective(120px) rotateX(-180.1deg) rotateY(0deg);
    -webkit-transform: perspective(120px) rotateX(-180.1deg) rotateY(0deg); }
  100% {
    transform: perspective(120px) rotateX(-180deg) rotateY(-179.9deg);
    -webkit-transform: perspective(120px) rotateX(-180deg) rotateY(-179.9deg); } }
.spinner {
  width: 30px;
  height: 30px;
  background-color: #32a5c4;
  margin: 100px auto;
  -webkit-animation: rotateplane 1.2s infinite ease-in-out;
  animation: rotateplane 1.2s infinite ease-in-out; }

.total-sum {
  font-size: 15px;
  font-weight: normal;
  padding: 0; }
  .total-sum .order-price {
    float: right; }
  .total-sum .sumprice {
    margin-top: 10px;
    margin-bottom: 20px; }

.total-price {
  font-weight: 500; }

.subscriptions-sum {
  font-size: 14px;
  font-weight: 400;
  color: #263238;
  padding-top: 1em;
  padding-bottom: 1em;
  margin: 10px 0;
  margin-bottom: 30px; }

.order-controls {
  margin-bottom: 2em; }

.linkable-table tbody tr:hover {
  cursor: pointer; }

.order-box-body {
  font-size: 1.25em;
  font-weight: bold;
  padding-top: 1em;
  padding-bottom: 1em; }
  .order-box-body .order-price {
    float: right; }

.custom-crumb {
  border-radius: 0; }
  .custom-crumb .breadcrumb-link {
    color: #8E8C84; }

.breadcrumb-container div {
  border-radius: 0; }
.breadcrumb-container .breadcrumb-active div {
  pointer-events: none;
  color: white;
  cursor: default;
  background-color: #263238; }
.breadcrumb-container .breadcrumb-upcoming {
  pointer-events: none;
  cursor: default;
  color: #455A64;
  opacity: 0.6; }
.breadcrumb-container .breadcrumb-passed div {
  background-color: #8E8C84; }

.shop .subscription-price-element {
  color: #263238; }

.quantity-selector-modal .number-input {
  width: 2em; }
.quantity-selector-modal .item-info {
  width: 50%; }

.cart .cart-remove-button {
  background-color: transparent;
  padding: 0px;
  width: 0px;
  height: 0px;
  color: transparent; }

.order-controls {
  margin: 20px 0;
  margin-right: -25px; }
  @media (min-width: 320px) {
    .order-controls .btn {
      padding: 5px 20px; } }
  @media (min-width: 992px) {
    .order-controls .btn {
      padding: 5px 30px; } }
  @media (min-width: 320px) {
    .order-controls form.delete-order-form a.btn-danger.delete-order {
      margin-right: 10px; } }
  @media (min-width: 992px) {
    .order-controls form.delete-order-form a.btn-danger.delete-order {
      margin-right: 15px; } }

.delete-order-form {
  margin-top: 10px; }

#submit-billing-btn {
  margin-top: 10px; }

.breadcrumb-container {
  margin-bottom: 20px; }
  .breadcrumb-container .breadcrumb-active div {
    pointer-events: none;
    color: white;
    cursor: default;
    background-color: #32a5c4;
    border: 1px solid #32a5c4; }
  .breadcrumb-container .breadcrumb-passed div {
    background-color: #CFD8DC;
    color: white;
    border-color: #CFD8DC; }
  .breadcrumb-container .breadcrumb {
    font-size: 13px;
    line-height: 20px;
    font-weight: 500;
    text-transform: uppercase;
    color: #263238;
    border: 1px solid #b0bec5;
    background-color: rgba(236, 239, 241, 0.5);
    opacity: 1;
    border-right: none;
    max-width: 20%; }
    @media (min-width: 320px) {
      .breadcrumb-container .breadcrumb {
        max-width: 155px; } }
    @media (min-width: 768px) {
      .breadcrumb-container .breadcrumb {
        max-width: 250px; } }
    @media (min-width: 992px) {
      .breadcrumb-container .breadcrumb {
        max-width: 320px; } }
    @media (min-width: 1200px) {
      .breadcrumb-container .breadcrumb {
        max-width: 390px; } }
    .breadcrumb-container .breadcrumb.last-step {
      border-right: 1px solid #b0bec5; }

.cart table.table tbody {
  background-color: transparent; }
.cart table.table thead {
  background-color: #cfd8dc;
  border-color: #cfd8dc; }
  .cart table.table thead th {
    padding: 10px;
    font-weight: 600;
    font-size: 14px;
    border-bottom: none;
    color: #455A64; }

.paypal-notif {
  display: none;
  position: fixed;
  z-index: 11999;
  top: 5%;
  font-weight: bolder;
  left: 50%;
  text-align: center;
  transform: translateX(-50%); }

.small-text {
  font-size: 11px; }

label[for='id_phone']::after {
  content: " (optional)";
  font-weight: 500;
  text-transform: none; }

label[for='id_phone'] {
  font-weight: 500; }

.sensor-num-selector-text {
  margin-left: 23px; }

.sensor-num-selector {
  width: auto;
  padding: 0px 15px !important;
  display: inline-block; }

.czone-selector {
  width: 170px;
  padding: 0px 15px !important;
  display: inline-block; }

.edit-box {
  display: none; }
  .edit-box input {
    padding: 5px 15px;
    height: 34px; }
  .edit-box label {
    font-weight: 500; }
  .edit-box .btn-danger {
    padding: 5px 15px; }
  .edit-box .btn-success {
    padding: 5px 15px; }

.panel-default .panel-heading {
  font-weight: 600;
  font-size: 14px;
  color: #455A64;
  background-color: #cfd8dc;
  text-transform: uppercase; }

.payment ul {
  padding-left: 20px; }

.profile-info.panel-default {
  border-color: #cfd8dc;
  border-radius: 0; }
  .profile-info.panel-default .panel-body label {
    font-weight: normal; }

#id_is_taxable div {
  display: inline-block;
  margin-right: 30px; }

#id_is_croatia_business div {
  display: inline-block;
  margin-right: 30px; }

.payment .panel-default .payment-methods {
  margin-top: -8px;
  position: absolute;
  right: 15px; }
  .payment .panel-default .payment-methods img {
    -webkit-box-shadow: 0px 8px 16px -8px rgba(171, 171, 171, 0.66);
    -moz-box-shadow: 0px 8px 16px -8px rgba(171, 171, 171, 0.66);
    box-shadow: 0px 8px 16px -8px rgba(171, 171, 171, 0.66); }

#login {
  margin-top: 90px; }

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

body {
  margin-bottom: 200px; }

.footer {
  padding-top: 60px;
  padding-bottom: 60px;
  margin-top: 30px;
  padding-bottom: 10px;
  background-color: #263238;
  border-top: 1px solid #b0bec5;
  text-align: left; }
  @media (min-width: 320px) {
    .footer {
      text-align: center; } }
  @media (min-width: 768px) {
    .footer {
      text-align: left; } }
  .footer h4 a {
    color: white; }
  .footer p {
    color: #b0bec5; }
    .footer p.logo img {
      width: 100px;
      height: auto; }
    .footer p a {
      color: #b0bec5; }
  @media (min-width: 320px) {
    .footer .footer-element {
      height: auto;
      padding-bottom: 20px; } }
  @media (min-width: 768px) {
    .footer .footer-element {
      height: 180px; } }
  .footer span.copyright {
    color: white;
    padding-right: 30px; }

.footer {
  position: absolute;
  bottom: 0;
  width: 100%;
  /* Set the fixed height of the footer here */
  height: 150px; }

/*# sourceMappingURL=main.css.map */
