.no-sort::after {
    color: #3d1769;
    display: none !important;
}

.redBalance {
    color: red;!important;
}

.test {
    color: rgba(126, 179, 0, 0.71);
    color: #3d1769;
    background-color: rgba(62, 23, 107, 0.7);
    color: rgba(62, 23, 107, 0.7);

}

.no-sort {
    pointer-events: none !important;
    cursor: default !important;
}

.no-sort input {
    pointer-events: auto !important;
}

.form-control.no-border {
    border: 0 !important;
}

.hint {
    font-size: 11px;
    font-weight: normal;
    font-style: italic;
}

.datepicker {
    z-index: 2051 !important;
}

html {
    overflow-y: overlay /*hihi is this acceptable mr?*/
}

.clickable {
    cursor: pointer;
}

.facebook {
    background: #3b5998 !important;
    border: 1px solid #3b5998 !important;
    color: white;
}

.facebook:hover {
    background: #8b9dc3 !important;
    border: 1px solid #8b9dc3 !important;
    color: white;
}

.block-period-item {
    padding: 10px;
    border: 1px solid gray;
    margin-bottom: 10px;
}

.btn-margin {
    margin: 1px 0 2px 0!important;
}

/*DO NOT REMOVE, THIS IS FOR ADMINISTRATOR SECTION OF COMPANY TO FIX CHOSEN */
li.search-field {
    width: 100% !important;
}

/*DO NOT REMOVE, THIS IS FOR ADMINISTRATOR SECTION OF COMPANY TO FIX CHOSEN */
li.search-choice + li.search-field {
    width: 20%;
}

/*DO NOT REMOVE, THIS IS FOR ADMINISTRATOR SECTION OF COMPANY TO FIX CHOSEN */
.chosen-container .chosen-choices .search-field:only-child input {
    width: 100% !important;
}

.non-default-sorting > tbody > tr > td > select {
    min-width: 125px;
}

i.fa {
    -webkit-animation: show 1s 1;
    /* any other properties to override from FontAwesome's default .fa rule */
}

@-webkit-keyframes show {
    0% {
        opacity: 0;
    }
    100% {
        opacity: 1;
    }
}

@media (min-width: 1200px) {
    .side-no-padding-right {
        padding-right: 0px;
    }
}

@media (min-width: 1200px) {
    .side-no-padding-left {
        padding-left: 0px;
    }
}

@media (min-width: 1200px) {
    .side-no-margin-bottom {
        margin-bottom: 0px !important;
    }
}

@media (min-width: 1200px) {
    .side-border-when-no-padding {
        border-color: #e7eaec;
        border-style: solid;
        border-width: 0px 0px 0;
        border-right-width: 1px !important;
    }
}

.th-bottom-center {
    text-align: left;
    vertical-align: bottom !important;
}

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

.superscript {
    vertical-align: super;
}

.bike-image {
    width: 100%;
    min-height: 180px;

}

.vehicle-container {
    position: relative;
    border: 1px solid #e7eaec;
    border-top: 2px solid #e7eaec;
    height: 100%;
    min-height: 290px;
    display: inline-block;
    padding-bottom: 20px;
    padding-top: 10px;
    cursor: pointer;
}

.vehicle-container.active {
    border: 2px solid green;
}

.vehicle-container .title-content {
    border-bottom: 1px solid #e7eaec;
    padding: 0 10px;
    min-height: 50px;
}

.vehicle-container .image-container {
    width: 100%;
    height: 150px;
    padding-top: 10px;
    overflow: hidden;
}

.vehicle-container .selected {
    position: absolute;
    width: 100%;
    background: rgba(0, 128, 0, 0.5);
    height: 100%;
    top: 0;
    text-align: center;
    padding-top: 30%;
    z-index: 100;
}

.vehicle-container .selected .fa {
    z-index: 1000;
    color: green;
    position: relative;
}

.vehicle-container strong {

}

.vehicle-container img {
    /* margin-top: 20px; */
    /* margin-bottom: 20px; */
    /*margin: 10% auto;*/
    z-index: 1;
}

.btn-vehicle {
    margin-bottom: 20px;
}

.select-vehicle {
    position: absolute;
    bottom: 0;
    left: 0;
}

.vehicle-container .not-available {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(128, 128, 128, 0.61);
    z-index: 1;
    text-align: center;
}

.vehicle-container .not-available.own-reservation {
    background: rgba(154, 198, 151, 0.61);
}

.not-available-content {
    background: white;
    padding: 10px;
    margin-top: 125px;
    display: inline-block;
}

.step-title {
    background: lightgrey;
    padding: 10px;
    width: 100%;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    margin-bottom: 10px;
}

.step-title.active {
    background: #556f82;
    color: white;
}

/***********************/
/* Ajax Loader styles */
.ajax_loader {
    background: url("plugins/ajaxloader/spinner_squares_circle.gif") no-repeat center center transparent;
    width: 100%;
    height: 100%;
}

.blue-loader .ajax_loader {
    background: url("plugins/ajaxloader/ajax-loader_blue.gif") no-repeat center center transparent;
}

[class*="col-"] .chosen-container {
    width: 100% !important;
}

[class*="col-"] .chosen-container .chosen-search input[type="text"] {
    padding: 2px 4% !important;
    width: 98% !important;
    margin: 5px 2%;
}

[class*="col-"] .chosen-container .chosen-drop {
    width: 100% !important;
}

.reservation-content {
    display: none;
}


.available-vehicle {
    padding: 10px 20px;
    border: 1px solid gray;
    margin-bottom: 10px;
}

.damage__report__image {
    margin-top: 1rem;
    width: 100%;
}

.damage__report__image:first-child {
    margin-top: 0;
}

.table-loading {
    height: 100%;
    width: 100%;
    position: absolute;
    background-color: rgba(47, 64, 80, 0.5);
    z-index: 10;
}

.navheader__top__up {
    color: lightgrey;
    font-size: 80%;
    font-style: italic;
    text-decoration: underline;
}

@media (max-width: 767.98px) {
    .gm__product__box .product-imitation {
        display: none;
    }

    .gm__product__box .product-price {
        top: 1px;
        right: 1px;
    }

    .gm__product__box .btn {
        width: 100%;
        line-height: 4.5;
    }

    .gm__product__box .product-price--form {
        margin-bottom: 1rem;
        display: block;
        position: relative;
        top: 0;
        right: 0;
    }
}

.btn-purple:hover {
    color: #fff;
}

.btn-history {
    color: #fff;
    background-color: gray!important;
    border-color: gray!important;
}

.btn-history:hover {
    color: #fff;
}

.btn-ode {
    color: #fff;
    background-color: #1ab394;
    border-color: #1ab394;
}

.btn-purple {
    color: #fff;
    background-color: #3d1769;
    border-color: #3d1769;
}


.btn-ode:hover {
    color: #fff;
}

.btn-reserve {
    margin: 0 0.5em;
    padding-left: 3em;
    padding-right: 3em;

}

.border-top-0 {
    border-top: 0 !important;
}

.border-bottom-0 {
    border-bottom: 0 !important;
}

.border-left-0 {
    border-left: 0 !important;
}

.border-right-0 {
    border-right: 0 !important;
}

.float-right {
    float: right;
}