﻿.nav-item.dropdown, .nav-item.d-md-down-none {
  padding: 0 0.75rem; }

.field-validation-error {
  color: #b94a48; }

.field-validation-valid {
  display: none; }

input.input-validation-error {
  border: 1px solid #b94a48; }

input[type=submit]:disabled, button:disabled {
  cursor: no-drop; }

select.input-validation-error {
  border: 1px solid #b94a48; }

input[type="checkbox"].input-validation-error {
  border: 0 none; }

.validation-summary-errors {
  color: #b94a48; }

.validation-summary-valid {
  display: none; }

#main-msg {
  position: fixed;
  top: 8%;
  left: 0;
  right: 0;
  height: 0;
  text-align: center;
  z-index: 9999;
  min-width: 50%;
  pointer-events: none; }

#main-msg > div {
  display: inline-block;
  min-width: 30%; }

#main-msg-separator {
  clear: both;
  display: block !important; }

.focus {
  border-color: rgba(82, 168, 236, 0.8);
  -webkit-box-shadow: inset 0 1px 1px rgba(33, 13, 219, 0.6), 0 0 6px rgba(33, 13, 219, 0.6);
  box-shadow: inset 0 1px 1px rgba(33, 13, 219, 0.6), 0 0 6px rgba(33, 13, 219, 0.6);
  transition: box-shadow 1s; }

@keyframes spinner {
  to {
    transform: rotate(360deg); } }

.spinner:before, .spinner-right:before, .spinner-middle:before {
  content: '';
  box-sizing: border-box;
  position: absolute;
  width: 20px;
  height: 20px;
  margin-top: 8px;
  margin-left: -10px;
  border-radius: 50%;
  border: 2px solid #ccc;
  border-top-color: #333;
  animation: spinner .6s linear infinite; }

.spinner-right:before {
  left: 80%; }

.spinner-middle:before {
  top: calc(50% - 10px);
  left: calc(50% - 10px); }

select.form-control {
  padding: 0rem 1rem; }

#login-welcome h2 {
  margin-bottom: 2rem; }

button, .btn, .sidebar a {
  cursor: pointer; }

.pointer {
  cursor: pointer; }

.blur {
  filter: blur(0.15em); }

.app-header.navbar .navbar-brand {
  background-image: url("../client-assets/images/pro-fit_logo.png") !important; }

#login-welcome {
  margin-top: 25%; }

#login-welcome img {
  max-width: 17rem; }

#api-result textarea {
  width: 100%;
  height: 500px; }

#api-result span {
  font-weight: bold; }

#chassis-form .control-label {
  text-align: right; }

#fitment-results .nav-link {
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease; }

#fitment-results .card-block {
  min-height: 10em; }

.buzz-out {
  -webkit-animation-name: hvr-icon-buzz-out;
  animation-name: hvr-icon-buzz-out;
  -webkit-animation-duration: 0.75s;
  animation-duration: 0.75s;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear;
  -webkit-animation-iteration-count: 1;
  animation-iteration-count: 1; }

.back-pulse {
  -webkit-animation-name: hvr-back-pulse;
  animation-name: hvr-back-pulse;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-delay: 0.5s;
  animation-delay: 0.5s;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  background-color: #2098D1;
  background-color: #2098d1;
  color: white; }

#edit-model-modal .modal-body, #edit-plussize-modal .modal-body {
  min-height: 5em; }

.table-striped i {
  margin-right: 0.4em; }

.table-striped td {
  max-width: 270px;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap; }

.action-btns {
  text-align: right; }

.action-btns a, .action-btns input {
  margin-left: 1em; }

.bg-white {
  background-color: #FFF !important; }

#li-nav-return {
  position: absolute;
  right: 30px; }

#li-nav-return a {
  color: #FFF; }

.card-block .col-md-8 {
  font-weight: bold; }

/*.modal-body .col-md-8,
.modal-body .col-md-10 {
    font-weight: bold;
}*/
.card-ligth-gray {
  background-color: #eaeaea !important; }

.btn-profit {
  background-color: #92c6c5 !important;
  color: #fff; }

.form-label {
  text-align: right; }

.italic {
  font-style: italic; }


/*for import log display*/
#importAlert {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 99999;
    background: #263238;
    font-size: 14px;
    line-height: 18px;
    padding: 11px 20px;
    color: #fff;
    text-align: center;
}

#importAlert a {
    color: #3c9291;
    font-weight: 500;
}

#importAlert .close {
    position: absolute;
    right: 15px;
    top: 12px;
    opacity: 1;
    color: #fff;
    font-size: 12px;
    line-height: 1;
    cursor: pointer;
}

#importAlert ~ .app-body {
    padding-top: 40px;
}

#importAlert ~ .app-header {
    margin-top: 40px;
}



/*RegNO Styling*/



.vehicle-reg-label {
    font-weight: 600;
    font-size: 15px;
    margin-bottom: 8px;
    color: #fcd34d;
    display: block;
}

.vehicle-reg-box {
    display: flex;
    align-items: center;
    background-color: #facc15;
    border-radius: 6px;
    overflow: hidden;
    box-shadow: 0 3px 5px rgba(0, 0, 0, 0.25);
}

.vehicle-reg-country {
    background-color: #1e3a8a;
    width: 52px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    font-weight: 600;
    padding: 3px 0;
}

.eu-stars {
    color: #facc15;
    font-size: 10px;
    line-height: 1;
}

.country-code {
    color: white;
    font-size: 12px;
    margin-top: 2px;
}

.vehicle-reg-input {
    flex: 1;
    border: none !important;
    background: transparent !important;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 2px;
    text-align: center;
    font-size: 18px;
    color: #000;
    outline: none;
    padding: 6px 5px;
    height: 42px;
    box-shadow: none !important;
    border-radius: 0 !important;
}

    .vehicle-reg-input::placeholder {
        color: rgba(0, 0, 0, 0.35);
    }

.vehicle-reg-search {
    background-color: #000;
    color: #fff;
    border: none;
    width: 45px;
    height: 42px;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: background-color 0.3s ease;
    cursor: pointer;
}

    .vehicle-reg-search:hover {
        background-color: #222;
    }

/* Make responsive */
@media (max-width: 480px) {
    .vehicle-reg-container {
        max-width: 100%;
    }

    .vehicle-reg-input {
        font-size: 16px;
    }
}


.vehicle-reg-container {
    margin: 0 -10px 15px;
    position: relative;
    padding: 0 0 15px;
    border-bottom: 1px solid rgba(0,0,0,.5);

    .form-control {
                      text-align: center;
                      font-size: 12px;
                      padding-left: 5px;
                      padding-right: 5px;
                      color: #000 !important;
                      height: 42px;
                  }

::placeholder {
    color: rgba(0, 0, 0, 0.55) !important;
    opacity: 1 !important;
}
/* Edge 12-18 */
::-ms-input-placeholder {
    color: #000 !important;
    opacity: 1 !important;
}
/* Firefox 51 */
::-moz-placeholder {
    color: #000 !important;
    opacity: 1 !important;
}
}

.vehicle-reg-box {
    position: relative;
    height: 42px;
    border-radius: 6px;
    overflow: hidden;
    background: #facc15;
 align-items: initial;
}

.vehicle-reg-country {
    background: #1e40af;
    width: 44px;
    padding: 4px;
    flex-shrink: 0;
}

    .vehicle-reg-country svg {
        fill: #facc15;
        display: block;
        width: 19px;
        height: auto;
    }

    .vehicle-reg-country .text-gb {
        display: block;
        font-size: 12px;
        font-weight: 700;
        margin: 2px 0 0;
        line-height: 1;
    }
