@charset "utf-8";

@import url('https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100..900;1,100..900&display=swap');

/* CSS Document */
@font-face {
    font-family: 'Time Roman';
    src: url('../font/Time-Roman.eot');
    src: url('../font/Time-Roman.eot?#iefix') format('embedded-opentype'),
        url('../font/Time-Roman.woff2') format('woff2'),
        url('../font/Time-Roman.woff') format('woff'),
        url('../font/Time-Roman.ttf') format('truetype'),
        url('../font/Time-Roman.svg#Time-Roman') format('svg');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Time Roman';
    src: url('../font/TimeRomanExtra.eot');
    src: url('../font/TimeRomanExtra.eot?#iefix') format('embedded-opentype'),
        url('../font/TimeRomanExtra.woff2') format('woff2'),
        url('../font/TimeRomanExtra.woff') format('woff'),
        url('../font/TimeRomanExtra.ttf') format('truetype'),
        url('../font/TimeRomanExtra.svg#TimeRomanExtra') format('svg');
    font-weight: 900;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Time Roman';
    src: url('../font/Time-RomanBold.eot');
    src: url('../font/Time-RomanBold.eot?#iefix') format('embedded-opentype'),
        url('../font/Time-RomanBold.woff2') format('woff2'),
        url('../font/Time-RomanBold.woff') format('woff'),
        url('../font/Time-RomanBold.ttf') format('truetype'),
        url('../font/Time-RomanBold.svg#Time-RomanBold') format('svg');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}
body {
    font-family: "Roboto", sans-serif;
    background-color: #f8f8f8;
    font-size: 14px;
    margin: 2rem;
}

a {
    text-decoration: none;
    color: #1b81cb;
}

ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.register_login_main {
    min-height: 650px;
    min-height: calc(100vh - 44px);
    position: relative;
    background-color: #222222;
    padding: 50px 0;
}

footer {
    padding: 10px;
    text-align: center;
    background-color: #c38360;
}

footer a {
    color: #ffffff;
    text-decoration: none;
    font-weight: 500;
}

.register_login_main .container {
    height: 100%;
    position: relative;
    z-index: 2;
}

.register_login_main .row {
    height: 100%;
    align-items: center;
}

.login_register_info h2 {
    font-size: 45px;
    color: #000000;
    position: relative;
    margin-bottom: 20px;
    line-height: 1.25em;
    text-transform: capitalize;
    font-family: 'Time Roman';
    color: #fff;
}

ul.login_why_list {
    padding: 0;
    margin: 0;
    list-style: none;
    color: #fff;
    flex-direction: column;
    display: flex;
    row-gap: 10px;
}

ul.login_why_list li {
    font-size: 18px;
    color: #ffffff;
    padding: 0 0 0 30px;
    position: relative;
}

ul.login_why_list li::after {
    position: absolute;
    content: "";
    height: 10px;
    width: 10px;
    background-color: #c38360;
    left: 7px;
    border-radius: 50px;
    outline: 2px solid #c38360;
    outline-offset: 3px;
    top: 8px;
}

.login_reg_portal {
    background-color: #fff;
    border-radius: 25px;
    padding: 30px;
    max-width: 540px;
    margin: 0 auto;
}

.logo_portal {
    text-align: center;
    margin: 0 0 30px 0;
}

.logo_portal img {
    max-width: 140px;
}

.login_reg_portal h3 {
    color: #000000;
    position: relative;
    margin-bottom: 20px;
    line-height: 1.25em;
    text-transform: capitalize;
}

.another_action {
    padding: 15px 0 15px 0;
    border-top: 1px solid #c38360;
    text-align: center;
    margin: 50px 0 0 0;
}

.input-field label {
    font-size: 16px;
    margin: 0 0 4px 0;
}

.forget_pass {
    text-align: right;
}

.forget_pass a,
.another_action a {
    color: #000000;
}

.input_submit button {
    display: inline-block;
    border: 1px solid #000000;
    transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    position: relative;
    top: 0;
    font-size: 15px;
    font-weight: 400;
    text-transform: uppercase;
    letter-spacing: 3px;
    color: #ffffff;
    white-space: nowrap;
    background: #000000;
    transition: 0.4s;
    padding: 8px 26px;
}

.form_main form {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
}

.form_main form .input-field {
    width: calc(50% - 10px);
}

.form_main form .input-field p {
    font-size: 12px;
}







.top-logo {
    padding: 15px;
    text-align: center;
}

.top-logo-bx {
    background: #fff;
    max-width: 265px;
    margin-inline: auto;
}

.new-reserve-link a {
    color: #1b81cb;
    text-decoration: none;
}

.dropdown-header {
    display: block;
    padding: 5px 20px 3px;
    font-size: 12px;
    color: #000000;
    white-space: nowrap;
    background: #f8f8f8;
}

.dropdown-header h5 {
    margin: 0;
    font-size: 14px;
    font-weight: 400;
}

.user-dropdown ul.dropdown-menu {
    padding: 0;
    margin: 0;
    background: #fefefe;
    border: none;
    border-radius: 0;
    -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, .175);
    box-shadow: 0 6px 12px rgba(0, 0, 0, .175);
}

.user-dropdown .dropdown-menu li a {
    display: block;
    padding: 3px 20px;
    clear: both;
    font-weight: normal;
    color: #000000;
    white-space: nowrap;
    text-decoration: none;
    font-size: 14px;
    font-weight: 400;
}

.user-dropdown hr.dropdown-divider {
    margin: 0;
}

.pull-right {
    float: right;
}

.user-dropdown button {
    background: none;
    border: none;
    color: #1b81cb;
    padding: 0;
}

.ride-head-bx {
    display: grid;
    grid-template-columns: 25% 65%;
    justify-content: space-between;
    margin-bottom: 15px;
}


.user-page ul {
    position: relative;
    background: #f2f2f2;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    justify-content: space-between;
    margin-bottom: 0;
    list-style: none;
    margin: 0 -10px;
    padding: 15px 10px;
}

.user-page ul li a i {
    margin-right: 5px;
}

.user-page ul li a {
    border-radius: 0;
    padding: 5px 10px;
    border: 1px solid #000;
    color: #000;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    display: block;
    vertical-align: middle;
}

.user-page ul li.active a {
    background: #1b81cb;
    color: #fff;
    border-color: #1b81cb;
}

.user-page {
    margin-bottom: 15px;
}


.black-border-btn {
    color: #000000;
    padding: 4px 10px;
    height: 30px;
    font-size: 14px;
    background: transparent;
    border: 1px solid #000000;
    display: inline-block;
}

.black-border-btn:hover {
    background: #000;
    color: #fff;
    border-color: #000;
}


.blue-border-btn {
    color: #1b81cb;
    padding: 4px 10px;
    height: 30px;
    font-size: 14px;
    background: transparent;
    border: 1px solid #1b81cb;

}

.blue-border-btn:hover {
    background: #1b81cb;
    color: #fff;
    border-color: #1b81cb;
}

.our-btn {
    padding: 7px 30px;
    font-size: 16px;
    border: 1px solid #1b81cb;
    color: #fff;
    background-color: #1b81cb;
    border-color: #1b81cb;
}

.our-btn:hover {
    background: #1b81cb;
    color: #fff;
    border-color: #1b81cb;
}

.filter-bx a {
    position: relative;
    padding-right: 35px;
}

.filter-bx a:after {
    content: '-';
    position: absolute;
    right: 10px;
}

.filter-bx a.collapsed:after {
    content: '+';
}

.filter-inner-main {
    display: flex;
    align-items: center;
    gap: 15px;
    flex-wrap: wrap;
}

.filter-form-main {
    padding-top: 15px;
}

.filter-form-main .form-group .form-control,
.filter-form-main .form-select {
    border-radius: 0;
    display: inline-block;
    width: auto;
    font-size: 12px;
    padding: 4px 10px;
    height: 30px;
    min-width: 120px;
}

.filter-form-main .input-group-text {
    border-radius: 0;
}

.filter-form-main form {
    display: flex;
    gap: 15px;
}

.filter-form-main .form-group.date-bx {
    min-width: 240px;
}

.filter-form-main .form-btns .our-btn {
    font-size: 12px;
    height: 30px;
    padding: 5px 15px;
}

.filter-form-main .form-btns a.btn.btn-sm.btn-link {
    text-decoration: none;
    color: #1b81cb;
}

.rt-search-in span {
    position: relative;
    z-index: 2;
    font-size: 12px;
}

.rt-search-in .search-in-content {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    max-width: 120px;
    display: inline-block;
    vertical-align: bottom;
}

.rt-search-in span {
    display: inline-block;
}

.rt-search-in span .btn .caret {
    margin-left: 0;
}

.rt-search-in {
    position: relative;
}

.form-control,
.rt-search-select {
    color: ##000000;
    background-color: #fff;
    border-color: #bebebe;
}

.rt-search-in select {
    font-size: 14px;
    position: absolute;
    right: 0;
    bottom: 0;
    top: 0;
    left: 0;
    z-index: 2;
    width: 100%;
    opacity: .0001;
    cursor: pointer;
}

.filter-form-main .input-group .btn {
    position: relative;
    z-index: 2;
    color: ##000000;
    background-color: #fff;
    border-color: #bebebe;
    border-radius: 0;
    height: 30px;
}

.rt-data-table>thead>tr>th {
    font-weight: 500;
}

.rt-data-table .expand {
    padding-right: 10px;
    width: 10px;
}

.rt-data-table .total,
.rt-data-table .actions,
.rt-data-table .expand {
    text-align: right;
}

.rt-data-table tr.status td:first-child,
.rt-data-table tr.status th:first-child {
    border-left-color: #bebebe;
}

.rt-table-responsive tbody>tr>td[data-title="Status"] .label {
    text-transform: uppercase;
}

.rt-data-table {
    border-bottom-color: #bebebe;
}

.rt-data-table {
    border-radius: 0;
    border-collapse: separate;
    border-bottom: 1px solid #bebebe;
}

.rt-data-table .number {
    padding-left: 10px;
    padding-right: 23px;
}

.rt-data-table .actions,
.rt-data-table .number {
    white-space: nowrap;
}

.rt-table-primary>thead>tr>th {
    background: #1b81cb;
    color: #fff;
}

.rt-data-table .number input[type="checkbox"] {
    float: left;
    display: block;
    margin-right: 15px;
}

input[type="radio"],
input[type="checkbox"] {
    margin: 4px 0 0;
    margin-top: 1px \9;
    line-height: normal;
}

.rt-data-table .time {
    font-size: .846em;
    color: #bebebe;
    display: block;
}

.rt-data-table .btn-circle .d-view {
    display: none;
}

.rt-ride-details h3,
.rt-ride-details h4 {
    color: #1b81cb;
    font-weight: 500;
    margin-top: 0;
    font-size: 16px;
}

.rt-ride-details {
    position: relative;
}

.rt-ride.rttion a ins {
    text-decoration: underline;
}

.rt-ride.rttion a {
    text-decoration: none;
}

.rt-ride-details .label b {
    font-weight: normal;
}

table th {
    font-weight: 500;
}

.defin-list-inline dt {
    clear: left;
    padding-right: 5px;
}

.defin-list-inline dt,
.defin-list-inline dd {
    float: left;
}

.rt-ride-details dl.defin-list-inline {
    display: inline-block;
}

.table-striped tbody tr:nth-child(odd) {
    background-color: rgba(0, 0, 0, .03);
}

.rt-ride-details .label {
    font-weight: normal;
    background-color: #1b81cb;
    display: inline;
    padding: .2em .6em .3em;
    line-height: 1;
    color: #fff;
    text-align: center;
    white-space: nowrap;
    vertical-align: baseline;
    border-radius: 0;
}

.rt-ride.rttion a i {
    display: inline-block;
    width: 1em;
    height: 1em;
    stroke-width: 0;
    stroke: currentColor;
    fill: currentColor;
    vertical-align: middle;
}

.rt-table-collapse>tbody>tr:nth-child(4n+1) {
    background-color: rgba(0, 0, 0, .03);
}

.text-muted {
    color: #bebebe;
}

.ride-table table a.btn.btn-default.btn-xs.btn-circle {
    border: 1px solid #282828;
    border-radius: 100px;
    height: 24px;
    width: 24px;
    display: flex;
    align-items: center;
    background: #f8f8f8;
    font-size: 12px;
    justify-content: center;
    margin: 0;
    padding: 0;
}

.rt-ride-action ul {
    padding: 0;
    margin: 0;
    list-style: none;
}

a.btn.btn-default.btn-xs.btn-circle.collapsed i {
    transform: rotate(0deg);
}

a.btn.btn-default.btn-xs.btn-circle i {
    transition: all 0.5s;
    transform: rotate(0deg);
}

.rt-data-table .rt-ride-details {
    padding: 16px 20px 8px;
    background: #fff;
    box-shadow: inset 0 -1px 5px rgba(0, 0, 0, .2);
    position: relative;
}

.rt-ride-details .res-number {
    position: absolute;
    top: 0;
    right: 0;
    top: 16px;
    right: 20px;
}

.bottom-footer span {
    color: #1b81cb;
    text-decoration: none;
    width: 100%;
    text-align: center;
    margin-bottom: 15px;
    display: block;
    cursor: pointer;
}

.table .table {
    background-color: #f8f8f8;
}

.rt-ride-details .rt-table-charges {
    background: transparent;
}

.rt-ride-details .rt-table-charges tfoot {
    border-top-color: #1b81cb;
}

.rt-ride-details .rt-table-charges tr.total-price {
    background: rgba(0, 0, 0, .025);
    color: #000000;
    border-top: 1px solid #1b81cb;
}

.table .table tr {
    background-color: #f8f8f8;
}

.table .table th,
.table .table td {
    background-color: transparent !important;
}

td.rt-ride-details-wrap {
    padding: 0;
}

.rt-ride-details {
    padding: 16px 20px 8px;
    background: #fefefe;
    box-shadow: inset 0 -1px 5px rgba(0, 0, 0, .2);
}

.rt-ride-details .rt-table-charges tr.total-price {
    color: #196e98;
    border-top: 2px solid #1b81cb;
}

.rt-ride-details .rt-table-charges tr.total-price th,
.rt-ride-details .rt-table-charges tr.total-price td {
    color: #196e98;
    border-top-color: #1b81cb;
}

.container {
    max-width: 1090px;
}

.table-bx {
    padding-top: 15px;
}

.rt-title {
    margin-bottom: 0;
    font-size: 16px;
    margin-top: 10px;
}

.dropdown-menu {
    border: none;
    border-radius: 0;
    -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, .175);
    box-shadow: 0 6px 12px rgba(0, 0, 0, .175);
    background-clip: padding-box;
}

a.dropdown-item:hover {
    background: #1b81cb;
    color: #fff;
}



.rt-data-table tr.status td:first-child,
.rt-data-table tr.status th:first-child {
    border-left-color: #bebebe;
}

.label-success {
    background-color: #5cb85c;
}

.label {
    display: inline;
    padding: .2em .6em .3em;
    font-size: 75%;
    line-height: 1;
    color: #fff;
    text-align: center;
    white-space: nowrap;
    vertical-align: baseline;
    border-radius: 0;
}

.btn-action {
    padding: 5px;
    display: inline-block;
}

.user-table .total,
.user-table .actions,
.user-table .expand {
    text-align: right;
}

.user-table tfoot tr td:last-child,
.user-table .content-empty.with-border {
    border-right-color: #bebebe;
    border-left-color: #bebebe;
    text-align: center;
    background: #e5e5e5;
}

.user-table table tr td {
    background: transparent;
}

.rt-table-striped tbody tr:nth-child(odd) {
    background-color: rgba(0, 0, 0, .03);
}

.add-user-main .form-group {
    margin-bottom: 18px;
}

.form-control {
    display: block;
    width: 100%;
    height: 40px;
    padding: 8px 12px;
    font-size: 14px;
    line-height: 1.33;
    color: ##000000;
    background-color: #fefefe;
    background-image: none;
    border: 1px solid #bebebe;
    border-radius: 0;
}

.bottom-link-form {
    display: block;
    text-align: end;
    margin-top: 15px;
}

.form-check-input:checked {
    background-color: #1b81cb;
    border-color: #1b81cb;
}

.add-user-main {
    max-width: 470px;
}

.form-check-input[type=checkbox] {
    border-radius: 0;
}







.panel-heading {
    background: #f2f2f2;
}

.panel-heading {
    padding: 10px 15px;
    border-bottom: 1px solid transparent;
    margin: -1px -1px 0;
    position: relative;
    background: #f2f2f2;
}

.panel-title {
    padding-right: 45px;
    margin-top: 0;
    margin-bottom: 0;
    font-size: 14px;
    color: inherit;
}

.panel-body.panel-body-book {
    padding-top: 15px;
}

.reservation-form .form-group {
    margin-bottom: 18px;
}

select.form-select {
    border-radius: 0;
}

.input-group.ic-bx {
    position: relative;
}

span.input-group-btn {
    position: absolute;
    right: 0;
    top: 2px;
}

.add-drag-ic span.input-group-text {
    background: none;
    border: none;
}

.add-drag-ic .dropdown-toggle,
.form-group .dropdown-toggle,
button.btn.btn-outline-secondary,
.input-group-text {
    color: #000;
    background-color: #fefefe;
    background-image: none;
    border: 1px solid #bebebe;
    border-radius: 0;
}

.add-stop-option {
    margin-bottom: 15px;
}

.form-group.switch-bx {
    display: flex;
    align-items: center;
    gap: 25px;
}

.sort-control {
    position: absolute;
    right: 0;
    top: 10px;
    z-index: 1;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    padding-right: 15px;
}

.vehicle-grid {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    margin-bottom: -15px;
    margin-top: -25px;
}

.vehicle-grid-item {
    min-height: 380px;
    width: calc(25% - 30px);
    margin-right: 15px;
    margin-left: 15px;
    margin-bottom: 25px;
    margin-top: 25px;
    padding: 15px 25px 15px 25px;
    border: 1px solid transparent;
    transition: all .2s ease-in-out;
}

.vehicle-grid-item-heading {
    margin: auto;
    max-width: 90%;
    font-size: 20px;
    font-weight: 500;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.rts-vehicle-slick-slider .rts-vehicle-img>img {
    display: block;
    margin: auto;
    max-height: 100%;
    width: auto;
    height: auto;
    vertical-align: middle;
    width: 100%;
}

.vehicle-grid-item-specs .input-group .input-group-addon,
.step-info-vehicle-hor-details .input-group .input-group-addon {
    padding: 5px;
    width: 30px;
    min-height: 30px;
}

.vehicle-grid-item-specs {
    display: grid;
    grid-template-columns: 60px 60px;
    gap: 15px;
    justify-content: space-between;
}

.vehicle-grid-item-specs i {
    font-size: 12px;
}

.vehicle-grid-item-specs input {
    font-size: 12px;
}

.vehicle-grid-item-specs .input-group-text {
    padding: 5px;
    height: 30px;
}

.vehicle-grid-item-specs input.form-control {
    text-align: center;
    padding: 5px;
    height: 30px;
}

.vehicle-grid-item-price {
    padding: 25px 0;
    text-align: center;
}

.vehicle-grid-item-title {
    margin-bottom: 25px;
}

.rts-vehicle-slick-slider {
    margin-bottom: 25px;
}

.panel-body-book {
    padding-left: 0;
    padding-right: 0;
    padding-bottom: 0;
}

.step-info-date {
    margin-bottom: 15px;
}

.step-info-date h6 {
    font-weight: 500;
    font-size: 20px;
    margin: 0;
    line-height: 1.3;
}

.step-info-pass p {
    margin: 0;
}

.vehicle-grid-item:hover,
.vehicle-grid-item.active {
    border-color: #1b81cb;
    -webkit-box-shadow: 0 0 1px #bebebe;
    box-shadow: 0 0 1px #bebebe;
}

.step-info-vehicle-details {
    display: flex;
    flex-direction: column;
    gap: 15px;
    max-width: 70px;
}

.step-info-vehicle-details span.input-group-text {
    height: 30px;
    padding: 5px;
}

.step-info-vehicle-details input.form-control {
    padding: 5px;
    height: 30px;
}

.login-head-form {
    flex: 0 0 75%;
}

.login-reserve-link {
    text-align: end;
    width: 100%;
}

.login-inner-title h2 {
    background: #f2f2f2;
    color: ##000000;
    font-size: 14px;
    padding: 6px 5px 6px 20px;
    font-weight: 500;
    margin-bottom: 20px;
}

.blue-border-btn-lg {
    padding: 7px 10px;
    font-size: 16px;
    border: 1px solid #1b81cb;
    color: #1b81cb;
    background-color: transparent;
    border-color: #1b81cb;
}

.login-info-inner {
    padding-right: 30px;
}

.guest-info-inner {
    padding-left: 50px;
}

.guest-info-inner {
    padding-left: 50px;
    border-left: 1px solid #ccc;
}

.input-sm,
.form-group-sm .form-control {
    height: 30px;
    padding: 5px 8px;
    font-size: 12px;
    line-height: 1.5;
}

.our-btn-sm {
    padding: 4px 10px;
    font-size: 13px;
    border: 1px solid #1b81cb;
    color: #fff;
    background-color: #1b81cb;
    border-color: #1b81cb;
    display: inline-block;
    height: 30px;
}

.collapse-toggle .fa-minus {
    display: none;
}

.collapse-toggle[aria-expanded="true"] .fa-plus {
    display: none;
}

.collapse-toggle[aria-expanded="true"] .fa-minus {
    display: inline-block;
}

.passenger-info-inner {
    padding-right: 50px;
    border-right: 1px solid #ccc;
}

.flight-info-inner {
    padding-left: 50px;
}

.filter-checkbox {
    display: inline-flex;
    flex-wrap: nowrap;
    justify-content: center;
    align-items: center;
    gap: 5px;
    margin-left: 15px;
}

.filter-checkbox input[type=checkbox] {
    height: 0;
    width: 0;
    visibility: hidden;
}

.filter-checkbox input[type=checkbox]+.label-hidden {
    cursor: pointer;
    width: 60px;
    height: 30px;
    background-color: #FFFFFF;
    border: 1px solid #d4d4d4;
    display: inline-block;
    border-radius: 0;
    position: relative;
    margin: 0px;
}

.filter-checkbox input[type=checkbox]+.label-hidden:after {
    content: "";
    font-size: 12px;
    color: #FFFFFF;
    position: absolute;
    top: 1px;
    left: 2px;
    width: 26px;
    height: 26px;
    padding: 0px;
    background-color: #1b81cb;
    border-radius: 0;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}

.filter-checkbox input[type=checkbox]:checked+.label-hidden:after {
    background-color: #1b81cb;
    left: calc(100% - 2px);
    transform: translateX(-100%);
}

.filter-checkbox .label-displayed {
    color: #1b81cb;
    font-size: 16px;
}

.filter-checkbox .first-label {
    order: -1;
}

.login-inner-title {
    position: relative;
}

.payment-img {
    position: absolute;
    top: 0;
    right: 0;
}

.hide {
    display: none;
}

.inner-title h2 {
    background: #f2f2f2;
    color: ##000000;
    font-size: 14px;
    padding: 6px 5px 6px 20px;
    font-weight: 500;
    margin-bottom: 20px;
}


.rc-table-primary>thead>tr>th {
    background: #1b81cb;
    color: #fff;
}

label {
    font-weight: 500;
}

.stored-bx h4 {
    font-size: 16px;
}

.table-border-top {
    border-top: 1px solid #bebebe;
}

.btn-link {
    color: #1b81cb;
    border: none;
    background: none;
    text-decoration: none;
}

.switch-field {
    overflow: hidden;
}

.switch-title {
    float: left;
    margin-right: 25px;
    margin-top: 6px;
}

.switch-field input {
    position: absolute !important;
    clip: rect(0, 0, 0, 0);
    height: 1px;
    width: 1px;
    border: 0;
    overflow: hidden;
}

.switch-field label {
    float: left;
}

.switch-field label {
    display: inline-block;
    width: 70px;
    background-color: #f8f8f8;
    color: rgba(0, 0, 0, 0.6);
    font-size: 14px;
    font-weight: normal;
    text-align: center;
    text-shadow: none;
    padding: 10px 14px;
    transition: all 0.12s ease-in-out;
    border: 1px solid #1b81cb;
}

.switch-field label:hover {
    cursor: pointer;
}

.switch-field input:checked+label {
    color: #fff;
    background-color: #1b81cb;
    -webkit-box-shadow: none;
    box-shadow: none;
    border-radius: 0;
}

.switch-field label:first-of-type {
    border-radius: 2px 0 0 2px;
}

.switch-field label:last-of-type {
    border-radius: 0 2px 2px 0;
}

.contact-info-inner {
    margin-top: 25px;
}

.select2-container--default .select2-selection--multiple {
    background-color: white;
    border: 1px solid #bebebe;
    border-radius: 0;
    cursor: text;
    padding-bottom: 5px;
    padding-right: 5px;
    position: relative;
    min-height: 40px;
}

.select2-container .select2-search--inline .select2-search__field {
    box-sizing: border-box;
    border: none;
    font-size: 100%;
    margin-top: 10px;
    margin-left: 5px;
    padding: 0;
    max-width: 100%;
    resize: none;
    height: 20px;
    vertical-align: bottom;
    font-family: sans-serif;
    overflow: hidden;
    word-break: keep-all;
}

.form-group {
    margin-bottom: 15px;
}

p.form-control-static {
    margin-bottom: 0;
    margin-top: 15px;
}

.rt-title span img {
    max-width: 120px;
}

.rc-invoice-details-header .rc-invoice-details-number {
    background: #1b81cb;
    color: #fff;
    padding: .8em 1em;
    border-radius: 0;
}

.rc-invoice-details-header .rc-invoice-details-number dl dd {
    font-size: 18px;
}

dl,
dd {
    margin: 0;
}

.rc-invoice-details-total table {
    float: right;
    margin-right: 48px;
}

.rc-invoice-details-total th {
    font-weight: 500;
    text-align: right;
    padding-right: 30px;
    white-space: nowrap;
}

.rc-invoice-details-footer h4 {
    margin-top: 0;
    font-weight: 500;
    font-size: 16px;
}

.login-reserve-link .error {
    color: red;
    font-size: 10px;
}

.quick-signup-link,
.quick-forgot-link {
    font-size: 12px;
}

.login-reserve-link .form-group {
    margin-bottom: 0;
}
.user-dropdown {
    text-align: right;
}
