
.car-rental-public-booking .appform .control-label, .car-rental-public-booking .appform label, .car-rental-public-booking input[type=email], .car-rental-public-booking input[type=password], .car-rental-public-booking input[type=text], .car-rental-public-booking textarea {
    border-radius: 0;
    font-family: Poppins, sans-serif !important;
}

.car-rental-public-booking .appform .box-summary {
    cursor: default;
}
.appform .box-summary {
    border-bottom: 1px solid #ccc;
    cursor: pointer;
    position: relative;
}
.car-rental-public-booking .appform .box {
    padding-top: 20px !important;
}
.appform .box-open {
    page-break-inside: avoid;
}
.appform .box {
    margin-right: 0;
    padding-top: 20px;
}

.appform .box-open .box-fields {
    transition-duration: .3s;
    transition-timing-function: ease-in;
}
.appform .box-fields {
    padding: 20px 20px 0 25px;
}

.car-rental-public-booking .appform .box-summary h2 {
    color: #566d8c;
}
.appform .box-summary h2 {
    font-size: 17px;
    font-weight: 300;
    margin: 0 0 10px;
}

.pull-right {
    float: right !important;
}
.h1 .small, .h1 small, .h2 .small, .h2 small, .h3 .small, .h3 small, h1 .small, h1 small, h2 .small, h2 small, h3 .small, h3 small {
    font-size: 65%;
}
.h1 .small, .h1 small, .h2 .small, .h2 small, .h3 .small, .h3 small, .h4 .small, .h4 small, .h5 .small, .h5 small, .h6 .small, .h6 small, h1 .small, h1 small, h2 .small, h2 small, h3 .small, h3 small, h4 .small, h4 small, h5 .small, h5 small, h6 .small, h6 small {
    color: #777;
    font-weight: 400;
    line-height: 1;
}

.rowc {
    margin-left: -15px;
    margin-right: -15px;
    display: block;
}

.car-rental-public-booking .btn.btn-primary:not(.btn-social), .car-rental-public-booking .btn.btn-primary:not(.btn-social).disabled, .car-rental-public-booking .btn.btn-primary:not(.btn-social):disabled, .car-rental-public-booking .btn.btn-primary:not(.btn-social):hover, .car-rental-public-booking .btn.btn-primary:not(.btn-social):not(:disabled):not(.disabled).active, .car-rental-public-booking .btn.btn-primary:not(.btn-social):not(:disabled):not(.disabled):active, .show>.car-rental-public-booking .btn.btn-primary:not(.btn-social).dropdown-toggle {
    background-color: #e83339;
    border-color: #e83339;
    color: #fff;
}

 .btn.btn-out {
    background-color: transparent;
    border-color: #8c8c8c;
    color: #333;
}



input[type=email], input[type=password], input[type=text], textarea {
    border: 1px solid #ccc;
    color: #222;
    display: inline-block;
    font-family: Montserrat, Helvetica Neue, Helvetica, Arial, sans-serif;
    border-radius: 0px;
}
.form-control {
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    border-radius: 4px;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    height: 34px;
    padding: 6px 12px;
    transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
    width: 100%;
}
.form-control, output {
    color: #555;
    display: block;
    font-size: 14px;
    line-height: 1.428571429;
}

.finalbuttons {
    text-align: right;
}
.appform .finalbuttons {
    padding: 10px 0;
}


.car-rental-my-bookings-login-wrapper .finalbuttons .btn {
    font-size: 14px !important;
    min-width: 160px;
    padding: 10px;
}


.finalbuttons .btn.btn-primary {
    font-weight: normal;
}
button.btn.btn-primary {
    width: 8rem !important;
    height: 2.6rem !important;
    letter-spacing: 0px;
    font-size: 1.1rem;
}


.car-rental-my-bookings-login-wrapper .finalbuttons .btn {
    border-radius: 0px;
}


.car-rental-my-bookings-login-wrapper .finalbuttons a.btn.btn-default {
    /* display: none !important; */
}


.btn {
    border-radius: 2px;
    line-height: 30px;
    padding: 0 9px;
}

.btn {
    background-image: none;
    border: 1px solid transparent;
    border-radius: 0px;
    cursor: pointer;
    display: inline-block;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.428571429;
    margin-bottom: 0;
    padding: 6px 12px;
    text-align: center;
    touch-action: manipulation;
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
    vertical-align: middle;
    white-space: nowrap;
}

a, button {
    font-family: Poppins, sans-serif !important;
}


.appform.container-fluid {
    width: 100%;
    padding-right: 0px;
    padding-left: 0px;
}


/* stylelint-disable */
//----------------------------------------
// Datatable / Caagtable
//----------------------------------------
.datatable {
    width: 100% !important;
}

.caagtable, .fixedHeader-floating {
    width: 100%;
    padding: 10px 0;
    font-size: 12px;
    overflow-x: auto;

    .dataTables_wrapper {
        overflow-x: auto;
        min-height: 0.01%;
    }

    table {
        width: 100%;
    }

    thead {
        tr {
            background: #FFF;
        }
    }

    th {
        font-family: montserratsemibold,Helvetica Neue,helvetica,arial,sans-serif;
        font-weight: 400;
        text-align: left;
        color: #444;
        padding: 0px 7px 3px;
        border-left: 0;
        border-top: 0;
        text-shadow: none;
        border-bottom: 1px solid #bbb;
    }

    tfoot {
        th {
            border-bottom: none !important;
            padding: 5px 7px !important;
            border-top: 1px solid #bbb;
            font-family: montserratsemibold,Helvetica Neue,helvetica,arial,sans-serif;
            border-right: 1px solid #e3e3e3;
        }
    }

    th:last-child {
        border-right:none !important;
    }

    th.sorting {
        cursor:pointer;
    }

    th.sorting_asc {
        background: url(../../assets/img/arrow-sort-asc.gif) no-repeat scroll 90% center transparent;
    }

    th.sorting_desc {
        background: url(../../assets/img/arrow-sort-desc.gif) no-repeat scroll 90% center transparent;
    }

    td {
        padding: 5px 7px;
        background: #fff;
        color: #444;
        border:solid #e3e3e3;
        border-width: 1px 1px 0 0;
        line-height: 2;
    }

    td.nopadding {
        padding: 0;
    }

    td:last-child {
        border-right:none !important;
    }

    tr.selected {
        td {
            background: #EEFFEE;
            border-color: #5BB75B;
        }
    }

    tbody {
        tr:hover {
            td {
                background-color: lighten($brand-primary, 70%);
            }
        }

        tr:last-child {
            td:last-child {
                border-bottom-right-radius:4px; -webkit-border-bottom-right-radius: 4px;
            }
        }
        tr:last-child {
            td:first-child {
                border-bottom-left-radius:4px; -webkit-border-bottom-left-radius: 4px;
            }
        }
    }


    // Datatable specific
    .dataTables_wrapper {
        position:relative;
    }

    //----------------------------------------
    // Bottom Table
    //----------------------------------------
    .bottomtable {
        height: 35px;
        margin: 10px 0;
    }

    .dataTables_info {
        float: right;
        margin: 0 10px 0 0;
        padding: 5px 0 0;
    }

    .dataTables_paginate {
        float: right;
        height: 25px;
        border: 1px solid #ddd;
        border: 1px solid rgba(0, 0, 0, 0.15);
        border-radius:3px;
        box-shadow:0 1px 2px rgba(0, 0, 0, 0.05);

        .paginate_button {
            display: block;
            margin: 0;
            float: left;
            padding: 0 14px;
            line-height: 23px;
            border-right: 1px solid;
            border-right-color: #ddd;
            cursor: pointer;
        }

        .paginate_button:last-child { // IE9+
            border-right: 0;
        }

        .paginate_button:hover {
            background-color: #c7eefe;
            text-decoration: none;
        }

        .current {
            color:#fff;
            font-weight:bold;
            background-color:#3A87AD;
            text-shadow:0 -1px 0 rgba(0, 0, 0, 0.25);
        }

        .disabled {
            background-color: transparent;
            color: #bfbfbf;
            cursor: default;
        }

        .disabled:hover {
            background-color: transparent;
        }

        .last {
            border: 0;
        }

    }

    .dataTables_length {
        float: left;
        margin: 0 40px 0 0;
        line-height: 2.2;
        font-size: 13px;

        select {
            display: inline-block;
            margin: 3px 5px 0;
            height: auto;
            width: auto;
            padding: 0;
        }
    }

    table.DTCR_clonedTable.dataTable {
        position: absolute !important;
        background-color: rgba(255, 255, 255, 0.7);
        z-index: 202
    }

    div.DTCR_pointer {
        width: 1px;
        background-color: #0259C4;
        z-index: 201
    }
}

table.dataTable.fixedHeader-floating,
table.dataTable.fixedHeader-locked {
    background-color: white;
    margin-top: 0 !important;
    margin-bottom: 0 !important;
}

table.dataTable.fixedHeader-floating {
    position: fixed !important;
}

table.dataTable.fixedHeader-locked {
    position: absolute !important;
}

@media print {
    table.fixedHeader-floating {
        display: none;
    }
}

.table-limit-height {
    tbody {
        display: block;
        overflow-y: auto;
        max-height: 400px;
        width: 100%;

        tr {
            display: table !important;
            width: 100% !important;
        }
    }
    thead {
        tr {
            display: table;
            width: 100%;
            table-layout: fixed;
        }
    }
}
