@charset "utf-8";

/*-- RESET STYLE START --*/
* {

    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    font-family: 'Open Sans', sans-serif;
}

body {
    color: #101010;
    background: #e4e4e4;
    overflow-x: hidden;
}

ul,
ol {
    list-style: none;
}

img {
    max-width: 100%;
}

a,
a:hover,
a:focus,
button:focus,
input,
button {
    outline: none;
    border: none;
    text-decoration: none;
    box-shadow: none;
}

.pagination > li > span {
    background:#fb7000 !important;
    color:white !important;
    margin:3px;
    padding:5px 10px 5px 10px;
    font-weight:bold;
}

.pagination > li > a {
    background:white !important;
    color:#fb7000 !important;
    margin:3px;
    padding:5px 10px 5px 10px;
    font-weight:bold;
}

.black-link {
    color: #000;
}

.black-link:hover {
    color: #fb7000;
}

.themecolor {
    color: #fb7000;
}

.themebg {
    background: #fb7000;
}

.white-bg {
    background: #fff;
}

.w-txt {
    color: #ffffff;
}

.text-black {
    color: #101010;
}

.btn {
    background: #fb7000;
    border-radius: 0;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    padding: 10px 50px;
    transition: all 350ms ease-in-out;
    -webkit-transition: all 350ms ease-in-out;
    -moz-transition: all 350ms ease-in-out;
    border: none;
}

.btn:hover {
    background: #de7725;
}

.container {
    max-width: 1320px;
}

input[type="text"],
input[type="password"],
input[type="email"],
select,
.file-upload > span {
    background: #f3eded;
    width: 100%;
    padding: 5px 10px;
    height: 35px;
    border: 1px solid #e4e4e4;
    font-size: 13px;
}

a,
a:hover,
a:focus,
button:focus,
input:focus,
.btn:focus {
    text-decoration: none;
    box-shadow: none;
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
}

.btn:focus {
    border-width: 1px !important;
}

textarea {
    background: #f3eded;
    padding: 10px;
    border: 1px solid #e4e4e4;
    resize: none;
}

select {
    -moz-appearance: none;
    -webkit-appearance: none;
    appearance: none;
    background: #f3eded url(../../assets/images/select-bg.png);
    background-repeat: no-repeat;
    background-position: 96% 60%;
    background-size: 10px;

}

.table td,
.table th {
    font-size: 13px;
    vertical-align: middle;
}

/*-- RESET STYLE END --*/

/** Header **/

.user-details {
    opacity: 0;
    visibility: hidden;
    padding: 10px;
    position: absolute;
    z-index: 1;
    right: 0;
    width: 250px;
    background: #fb7000;
    padding: 10px;
    box-shadow: 1px 4px 10px rgba(0, 0, 0, 0.60);
    -webkit-box-shadow: 1px 4px 10px rgba(0, 0, 0, 0.60);
    -moz-box-shadow: 1px 4px 10px rgba(0, 0, 0, 0.60);
    transform: rotateY(180deg);
    -moz-transform: rotateY(180deg);
    -webkit-transform: rotateY(180deg);
    transition: transform 350ms linear;
    -moz-transition: transform 350ms linear;
    -webkit-transition: transform 350ms linear;
}

.user-details > li {
    color: #fff;
    border-bottom: 1px solid #fff;
    padding: 10px 0;
    font-size: 14px;
}

.user-details > li:last-child {
    margin: 0;
    border-bottom: none;
    padding-bottom: 0;
}

.details {
    opacity: 1;
    visibility: visible;
    z-index: 999;
    transform: rotateY(0deg);
    -moz-transform: rotateY(0deg);
    -webkit-transform: rotateY(0deg);
    transform-origin: center right;
}


/** login page **/

#login-page {
    background: #e4e4e4;
    height: 100vh;
}

.loginwrapper {
    height: 100vh;
    display: flex;
    align-items: center;
}

.web-form {
    background: #fff;
}

.web-form form {
    padding: 20px;
}

.web-form label {
    /* text-transform: capitalize; */
}

.web-form label,
.forgot-pass,
.btn {
    font-size: 15px;
}

.web-form input[type="text"],
.web-form input[type="number"],
.login-form input[type="password"] {
    background: #f3eded;
    width: 100%;
    height: 35px;
    padding: 5px 10px;
    border: 1px solid #e4e4e4;
}

.accessories-listing {
    padding: 0;
}

.accessories-listing > li {
    display: flex;
    font-size: 13px;
    margin-bottom: 10px;
}

.accessories-listing > li input[type="checkbox"] {
    margin-right: auto;
    width: 17px;
}

.accessories-items {
    width: calc(100% - 30px);
    /* text-transform: capitalize; */
}

.cal-price {
    background: #f3eded;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
}

#total {
    font-weight: bold;
    text-align: center;
    font-size: 50px;
    text-align: center;
}



/** Add Staff **/

/** header **/
header {
    background: #fff;
}

.headerinner {
    padding-top: 20px;
    padding-bottom: 20px;
    z-index: 99;
    position: relative;
}

.loggeduser {
    position: relative;
    perspective: 1000px;

    text-align: center;
}

.loggeduser > a {
    font-size: 14px;
}

.loggeduser img {
    width: 50px;
    height: 50px;
    border-radius: 100%;
}

.navbar-nav .nav-link {
    color: #fff;
    padding: 14px 8px !important;
    display: block;
    font-size: 14px;
}

.header-navigation {
    padding: 0;
}

.navbar-nav > li:hover,
.navbar-nav > li.active {
    background: #c35c08;
}

.navbar-nav > li:last-child {
    margin-right: 0;
}

.slogan {
    font-size: 28px;
    font-weight: bold;
}


/** staff form **/

.member-address,
textarea[name="customer-address"] {
    height: 60px;
}


/** Manage staff form **/
.rental-opt {
    display: flex;
}

.rental-opt__item {
    background: #fff;
    padding: 5px;
    width: 145px;
    margin-right: 8px;
    text-align: center;
    outline: 1px solid #fb7000;
    transition: all 350ms ease-in-out;
    -webkit-transition: all 350ms ease-in-out;
    -moz-transition: all 350ms ease-in-out;
    position: relative;
}

.rental-opt__item a {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: 100%;
}

.rental-opt__img {
    width: 80px;
}

.rental-opt > div:nth-child(1) .rental-opt__img {
    width: 87px;
    overflow: hidden;
}

.rental-opt > div:nth-child(2) .rental-opt__img {
    width: 79px;
    overflow: hidden;
}

.rental-opt > div:nth-child(3) .rental-opt__img {
    width: 62px;
    overflow: hidden;
}

.rental-opt > div:nth-child(4) .rental-opt__img {
    width: 63px;
    overflow: hidden;
}

.rental-opt > div:nth-child(5) .rental-opt__img {
    width: 53px;
    overflow: hidden;
}

.rental-opt > div:nth-child(6) .rental-opt__img {
    width: 89px;
    overflow: hidden;
}

.rental-opt > div:nth-child(7) .rental-opt__img {
    width: 89px;
    overflow: hidden;
}

.rental-opt > div:nth-child(8) .rental-opt__img {
    width: 69px;
    overflow: hidden;
}

.rental-opt > div:nth-child(9) .rental-opt__img {
    width: 69px;
    overflow: hidden;
}

.rental-opt > div:nth-child(10) .rental-opt__img {
    width: 69px;
    overflow: hidden;
}

.rental-opt > div:nth-child(1) .rental-opt__img img {
    margin-left: -110px;
}

.rental-opt > div:nth-child(1):hover .rental-opt__img img {
    margin-left: 0;
}

.rental-opt > div:nth-child(2) .rental-opt__img img {
    margin-left: -322px;
}

.rental-opt > div:nth-child(2):hover .rental-opt__img img {
    margin-left: -220px
}

.rental-opt > div:nth-child(3) .rental-opt__img img {
    margin-left: -1454px;
}

.rental-opt > div:nth-child(3):hover .rental-opt__img img {
    margin-left: -1372px
}

.rental-opt > div:nth-child(4) .rental-opt__img img {
    margin-left: -509px;
}

.rental-opt > div:nth-child(4):hover .rental-opt__img img {
    margin-left: -424px
}

.rental-opt > div:nth-child(5) .rental-opt__img img {
    margin-left: -669px;
}

.rental-opt > div:nth-child(5):hover .rental-opt__img img {
    margin-left: -594px
}

.rental-opt > div:nth-child(6) .rental-opt__img img {
    margin-left: -856px;
}

.rental-opt > div:nth-child(6):hover .rental-opt__img img {
    margin-left: -744px
}

.rental-opt > div:nth-child(7) .rental-opt__img img {
    margin-left: -1080px;
}

.rental-opt > div:nth-child(7):hover .rental-opt__img img {
    margin-left: -968px
}

.rental-opt > div:nth-child(8) .rental-opt__img img {
    margin-left: -1280px;
}

.rental-opt > div:nth-child(8):hover .rental-opt__img img {
    margin-left: -1192px
}

.rental-opt > div:nth-child(9) .rental-opt__img img {
    margin-left: -1280px;
}

.rental-opt > div:nth-child(9):hover .rental-opt__img img {
    margin-left: -1192px
}

.rental-opt > div:nth-child(10) .rental-opt__img img {
    margin-left: -1280px;
}

.rental-opt > div:nth-child(10):hover .rental-opt__img img {
    margin-left: -1192px
}

.rental-opt__img img {
    max-width: 1513px;
}

.rental-opt__item:last-child {
    margin-right: 0;
}

.rental-opt__item.active,
.rental-opt__item:hover {
    background: #fb7000;
}

.rental-opt__item.active h6,
.rental-opt__item:hover h6 {
    color: #fff;
}

.rental-opt__img {
    margin: 20px auto;
}

.rental-opt__item h6 {
    font-size: 12px;
    font-weight: bold;
}

.date-filter > div {
    width: 230px;
    margin-right: 30px;
}

.date-filter input {
    border-right: none;
    border-radius: 20px 0 0 20px;
    font-size: 13px;
}

.date-filter > div .btn {
    background-color: transparent;
    padding-right: 0;
    border-left: none;
    border-radius: 0px 20px 20px 0;
}

.reservation-status__content {
    background: #fff;
    padding: 20px;
}

.block-wrap {
    background: #fff;
    padding: 20px;
}

.free-cars {
    background: #fff;

}

.free-cars .date-filter {
    padding-left: 20px;
    padding-right: 20px;
}

.car-list__item {
    padding: 5px 20px;
}

.car-list > li:nth-child(odd) .car-list__item {
    background: #eee;
}

.car-list__item span {
    font-size: 14px;
}

.gj-datepicker-bootstrap [role="right-icon"] button .gj-icon,
.gj-datepicker-bootstrap [role="right-icon"] button .material-icons {
    position: absolute;
    font-size: 17px !important;
    top: 8px !important;
    right: 5px !important;
}


.custom-table th {
    background: #fb7000;
    color: #fff;
}


/** Add Vechile page **/
.registration-field input {
    height: 35px;
    background: #f3eded;
    font-size: 15px;
}

.registration-field .btn {
    background: #f3eded;
    width: 20px !important;
    padding: 5px 20px;
}

.registration-field .btn:hover {
    background: #f3eded !important;
}

.file-upload {
    position: relative;
}

.upload-btn {
    position: absolute;
    top: 0;
    right: 0;
    color: #fff;
    padding: 5px 50px;
    height: 100%;
}

.file-input {
    display: none;
}


/** staff page **/

.staff-filter {
    display: flex;
}

.search-name {
    width: 20%;
}

.search-name input {
    background: #fff;
    border-radius: 20px;
}

.filter-box {
    display: flex;
    align-items: center;
    margin-left: 2%;
    margin-right: 2%;
    width: 39%;
}

.filter-box > div {
    margin-right: 20px;
    display: flex;
    align-items: center;
}


.filter-box > div label {
    font-size: 14px;
    margin-right: 15px;
    margin-bottom: 0;
}

.filter-box .date-filter > div {
    width: 175px;
    margin-right: 0;
}

.filter-box .date-filter > div .btn {
    background: #fff;
}

.filter-to {
    margin-right: 0 !important;
}

.branch-filter {
    width: 20%;
}

.branch-filter > select {
    border-radius: 20px;
    background-color: #fff;
}

.add-btn {
    margin-left: auto;
}

.add-btn .btn {
    padding: 5px 20px;
    color: #fff;
    font-size: 14px;
}


/** Add customer **/

.customer-type {
    display: none;
}

.small-upload {
    padding: 5px 20px;
}


/** Add Booking **/

.web-form .gj-textbox-md {
    display: block;
    width: 100%;
    padding: .375rem .75rem;
    font-size: 1rem;
    line-height: 1.5;
    color: #495057;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    border-radius: .25rem;
    transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
}

.driver-details {
    background: #f3eded;
    max-width: 96%;
    margin: 0 auto 1rem auto;
    padding: 15px 15px 0 15px;
}

.driver-details input,
.driver-details span {
    background: #fff !important;

}

.web-form .gj-datepicker .btn {
    background: transparent;
    padding: 10px;
}

.web-form .gj-datepicker input {
    border-right: none;
    background: #f3eded;
}

.web-form .gj-datepicker,
.gj-timepicker,
.gj-timepicker input {
    background: #f3eded !important;
}

.web-form .gj-timepicker-md [role="right-icon"] {
    cursor: pointer;
    position: absolute;
    right: 9px;
    top: 10px;
    font-size: 18px;
    color: #6c757d;
}

.vc-maint-form .form-group.select-field,
.vc-maint-form .emc-input {
    margin-bottom: 24px;
    flex-wrap: wrap;
}

.vc-maint-form .form-group {
    display: flex;
    align-items: first baseline;
}

.vc-maint-form .form-group.select-field select,
.vc-maint-form .form-group.select-field label,
.vc-maint-form .emc-input label,
.vc-maint-form .emc-input input {
    flex: 0 0 100%;
    margin-bottom: 10px !important;
}

.vc-maint-form .form-group label {
    margin-bottom: 0;
    margin-left: 10px;
}

.tooltip-link {
    font-size: 14px;
    color: #101010;
}

/* .lyw-table {
	max-height: 420px;
}
*/
table th,
table td {
    text-align: center;
}

.background_image {
    background: #f3eded url(../../assets/images/login_bckg_01.jpg);
    background-repeat: no-repeat;
    height: 100%;
    background-position: center;
    background-size: cover;
}

.seprater_line {
    background: #ef6f01;
    height: 3px;
}


/**
vehicle maintaine
**/


table#tblmanageclientid thead > tr >th:nth-child(1){
    width: 10px !important;
    padding: 5px;
}

table#tblmanageclientid tbody > tr > td:nth-child(1){
    width: 10px;
    padding: 5px;
}



/** media query start **/


@media(max-width:1100px) {

    /** header **/
    img[alt="logo"] {
        width: 120px;
    }

    .slogan {
        font-size: 20px;
    }

    .loggeduser > a {
        margin-left: 0 !important;
        display: block;
        margin-bottom: 10px;
    }

    /** navigation **/

    .navbar-nav {
        flex-wrap: wrap;
    }

    .navbar-nav .nav-item {
        margin-bottom: 10px;
    }
}



@media(max-width:850px) {


    /** homepage table **/


    /* Force table to not be like tables anymore */
    .responsive-tbl,
    .responsive-tbl thead,
    .responsive-tbl tbody,
    .responsive-tbl th,
    .responsive-tbl td,
    .responsive-tbl tr {
        display: block;
    }

    /* Hide table headers (but not display: none;, for accessibility) */
    .responsive-tbl thead tr {
        position: absolute;
        top: -9999px;
        left: -9999px;
    }

    .responsive-tbl tr {
        border: 1px solid #ccc;
        margin-bottom: 25px;
    }

    .responsive-tbl td {
        /* Behave  like a "row" */
        border: none;
        border-bottom: 1px solid #eee;
        position: relative;
        padding-left: 50%;
    }

    .responsive-tbl td:before {
        /* Now like a table header */
        position: absolute;
        /* Top/left values mimic padding */
        top: 6px;
        left: 6px;
        width: 45%;
        padding-right: 10px;
        white-space: nowrap;
        content: attr(data-item);
        font-weight: bold;
    }

    .responsive-tbl {
        margin-top: 40px !important;
    }

    .responsive-tbl tbody.white-bg {
        background-color: transparent;
    }

    .responsive-tbl tr {
        background-color: #fff;
    }

    /** manage staff **/

    .staff-filter {
        flex-wrap: wrap;
    }

    .staff-filter > div {
        margin-bottom: 20px;
        width: 100%;
    }

    /** filter **/

    .staff-data-wrapper .date-filter > div , .filter-box .date-filter > div{
        width: 100%;
    }

    .staff-data-wrapper .date-filter {
        margin-top: 20px;
        margin-left: 0;
        margin-right: 0;
    }
    
    .filter-box > div{
        flex-wrap: wrap;
    }
    .filter-box{
        margin: 0;
    }
    

    .filter-box > div {
        width: 50%;
    }

    .filter-box > div label {

        width: 100%;
    }
}


@media(max-width:767px) {

    /** header **/
    .headerinner .col-md-12.d-flex {
        flex-wrap: wrap;
        text-align: center;
    }


    .headerinner .col-md-12.d-flex > h1,
    .slogan,
    .loggeduser {
        width: 100%;
    }

    .headerinner .col-md-12.d-flex > a {
        width: 100%;
        margin: 0 auto 10px auto;

    }

    .translator {
        width: 100%;
        display: flex;
        justify-content: center;
    }

    .translator span {
        margin-right: 10px;
        margin-bottom: 10px;
    }

    .loggeduser {
        width: 100%;
        text-align: center;
    }

    .loggeduser > a {
        margin-left: 10px !important;
        display: inline-block;
        margin-bottom: 10px;
    }

    /** category items **/

    .rental-opt {
        flex-wrap: wrap;
    }

    .rental-opt__item {
        width: 23%;
        margin: 0;
        margin-bottom: 20px;
    }

    .rental-opt__item:nth-child(4n+2) {
        margin-left: 2.5%;
        margin-right: 2.5%;

    }

    .rental-opt__item:nth-child(4n+3) {
        margin-right: 2.5%;
    }






}

@media(max-width:479px) {


    /** category items **/
    .rental-opt {
        flex-wrap: wrap;
        justify-content: space-between;
    }

    .rental-opt__item {
        width: 48%;
        margin: 0;
        margin-bottom: 20px;
    }

    .rental-opt__item:nth-child(4n+2) {
        margin-left: 0;
        margin-right: 0;
    }

    .rental-opt__item:nth-child(4n+3) {
        margin-right: 0;
    }
    
    /** change password **/
    
    #login-page .web-form .form-group{
        flex-wrap: wrap;
    }
    #login-page .web-form .form-group label{
        margin-left: 0;
    }
    
    .btn{
        padding: 10px 30px;
    }

}
