.card-title {
    text-align: center;
    margin-bottom: 0px;
}
.field-order-service_date .input-group-prepend:nth-child(2),
.field-order-return_date .input-group-prepend:nth-child(2) {
    display: none;
}
#ordersearchmodel-service_date-kvdate .input-group-prepend:nth-child(2),
#ordersearchmodel-return_date-kvdate .input-group-prepend:nth-child(2) {
    display: none;
}
a {
    text-decoration: none !important;
}
.select2-results li::before {
    background-color: transparent;
}

form div.required > label:after {
    content:" * ";
    color:red;
}

a[href="https://froala.com/wysiwyg-editor"], 
a[href="https://www.froala.com/wysiwyg-editor?k=u"] {
    display: none !important;
    position: absolute;
    top: -99999999px;
}
a[href="https://www.froala.com/wysiwyg-editor?k=u"] {
    display: none !important;
    position: absolute;
    top: -99999999px;
}
.kv-grid-table .btn {
    margin: 2px;
}
.invoices-list .card-body {
    padding: 5px;
}
.invoices-list .card-body table {
    margin-bottom:0px;
}
.pagination {
    margin-top: 10px;
}
.pagination li:before {
    background-color:transparent;
}
.bg-success {
    background-color: #90EE90 !important;
}

.head {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    height: 50px;
}

.head .head__logo {
    margin-top: 20px;
    width: 300px;
    font-weight: bold;
    color: #495056;
}

@media all and (max-width: 800px) {
    .head .head__logo {
        margin-top: 0;
        position: absolute;
        right: 10px;
        height: 40px;
    }
}

.head .head__logo a {
    display: block;
    width: 100%;
    height: 100%;
    background-color: transparent;
    background-image: url("/images/quietvox_lite_logo.png");
    background-repeat: no-repeat;
    background-position: left;
    background-size: contain;
}

/*
@-webkit-keyframes hovering {
    from {-webkit-transform:translate(-2px, 0px);}
    50% {-webkit-transform:translate(2px, -5px);}
    to {-webkit-transform: translate(-2px, -0px);}
}

@-moz-keyframes hovering {
    from {-moz-transform:translate(-2px, 0px);}
    50% {-moz-transform:translate(2px, -5px);}
    to {-moz-transform: translate(-2px, -0px);}
}

@keyframes hovering {
    from {transform:translate(-2px, 0px);}
    50% {transform:translate(2px, -10px);}
    to {transform: translate(-2px, -0px);}
}
@keyframes stretching {
    from {transform:scale(1)}
    50% {transform:scale(0.9)}
    to {transform: scale(1);}
}
@-webkit-keyframes stretching {
    from {-webkit-transform:scale(1);}
    50% {-webkit-transform:scale(0.9);}
    to {-webkit-transform: scale(1);}
}

@-moz-keyframes stretching {
    from {-moz-transform:scale(1);}
    50% {-moz-transform:scale(0.9);}
    to {-moz-transform: scale(1);}
}

.hovering {
    -webkit-animation-name: hovering;
    -webkit-animation-duration: 5s;
    -webkit-animation-iteration-count: infinite;
    -webkit-animation-timing-function: ease-in-out;
    -moz-animation-name: hovering;
    -moz-animation-duration: 5s;
    -moz-animation-iteration-count: infinite;
    -moz-animation-timing-function: ease-in-out;
    animation-name: hovering;
    animation-duration: 5s;
    animation-iteration-count: infinite;
    animation-timing-function: ease-in-out;
}
.stretching {
    -webkit-animation-name: stretching;
    -webkit-animation-duration: 5s;
    -webkit-animation-iteration-count: infinite;
    -webkit-animation-timing-function: ease-in-out;
    -moz-animation-name: stretching;
    -moz-animation-duration: 5s;
    -moz-animation-iteration-count: infinite;
    -moz-animation-timing-function: ease-in-out;
    animation-name: stretching;
    animation-duration: 5s;
    animation-iteration-count: infinite;
    animation-timing-function: ease-in-out;
}
*/
svg {
    pointer-events: all;
}

svg a {
    pointer-events: all;
}

.agb-content {
    height: 250px;
    overflow-y: scroll;
    margin-bottom: 10px;
}
.btn-payment-block.hidden {
    display: none;
}
.agb-content.hidden {
    display: none;
}
.agb-content-text {
    font-size: 14px;
    line-height: 1;
}
.agb-content-text p {
    margin: 0 0 5px !important;
    font-size: 14px !important;
    line-height: 1 !important;
}
.agb-content-text a:hover {
    text-decoration: underline;
}
.agb-content-text p strong {
    font-weight: bold !important;
}

input[disabled], 
select[disabled], 
textarea[disabled], 
input[readonly], 
select[readonly], 
textarea[readonly] {
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    pointer-events:none;
}
.popover:not(.show) {
    display: none;
}
.popover .table {
    margin-bottom: 0px;
}
.popover-title {
    padding: 10px;
}
.promo-code {
    font-size: 14px;
}
.head-title h3 {
    margin-bottom: 0px;
}
.red-color {
    color:red;
}
.how-much-does-it-cost li {
    margin-bottom: 0px;
}
strong {
    font-weight: bold;
}
.how-much-does-it-cost li::before {
    top:7px;
}
.how-much-does-it-cost li {
    padding-left: 16px;
}
.order-instruction li::before {
    top:7px;
}
.order-instruction li {
    padding-left: 16px;
}
.pricing li::before {
    top:7px;
}
.pricing li {
    padding-left: 16px;
}
.main-menu__link.active {
    font-weight: bold;
}

@media (min-width: 992px) and (max-width: 1279px) {
    .head__lang {
        margin-top: 25px;
    }
}

@media (max-width: 767px) {
    .head__lang {
        margin-top: 25px;
    }
}

.register-now {
    vertical-align: text-top;
    color: #6c757d;
    display: inline-block;
    height: 32px;
    font-family: HelveticaNeue-Bold;
}
.register-now-img {
    vertical-align: middle;
    display: inline-block;
    height: 32px;
    width: 32px;
    padding: 0px;
}

.register-now-btn {
    padding: 1px;
    background: rgba(0, 0, 0, 0.2);
    border-radius: 5px;
    padding: 0px;
    vertical-align: text-top;
    color: #495056;
    display: inline-block;
    height: 32px;
    font-family: HelveticaNeue-Bold;
}
.register-now-btn:hover {
    padding: 1px;
    background: rgba(0, 0, 0, 0.05);
    border-radius: 5px;
    padding: 0px;
    vertical-align: text-top;
    color: #495056;
    display: inline-block;
    height: 32px;
    font-family: HelveticaNeue-Bold;
}
.page-form {
    padding: 20px 0 20px;
}

.back-to-top {
    position: fixed;
    bottom: 20px;
    right: 20px;
    display: none;
    border-radius: 50%;
    border: none;
    width: 3rem;
    min-width: 3rem;
    height: 3rem;
    min-height: 3rem;
    text-align: center;
    padding-top: 0.8rem;
    opacity: 0.7;
    -webkit-transition: all 0.3s linear;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
    -webkit-box-shadow: 0 0 15px 0 #666;
    -moz-box-shadow: 0 0 15px 0 #666;
    box-shadow: 0 0 15px 0 #666;
}
.back-to-top::before {
    content: " ";
    display: inline-block;
    width: 1.25rem;
    height: 1.25rem;
    border-top: 0.25rem solid;
    border-right: 0.25rem solid;
    border-bottom: none;
    border-left: none;
    border-color: #e4342d;
    transform: rotate(-45deg);
}
.back-to-top:hover {
    padding-top: 0;
    opacity: 1;
    box-shadow: none;
}

.status-reserved {
    color: #000 !important;
}
.status-confirmed {
    color: #8C489F !important;
}
.status-cancelled {
    color: #EB9100 !important;
}
.status-lost {
    color: #306EFF !important;
}

.status-delivered {
    color: #FF0A0A !important;
}
.status-returned {
    color: #0AD70A !important;
}
.status-new {
    color: #000 !important;
}
.status-assigned {
    color: #8C489F !important;
}

.form-control {
    min-height: calc(1.5em + .75rem + 2px);
    height: auto;
    max-height: calc(1.5em + .75rem + 2px);
}
.button-fixed-size {
    min-width: 200px !important;
    display: inline-block;
    text-align: center;
}
.bootbox-close-button {
    display:none;
}
.bootbox-confirm .modal-body {
    padding: 35px 35px;
    text-align: center;
}