
/*!
 * Timepicker Component for Twitter Bootstrap
 *
 * Copyright 2013 Joris de Wit
 *
 * Contributors https://github.com/jdewit/bootstrap-timepicker/graphs/contributors
 *
 * For the full copyright and license information, please view the LICENSE
 * file that was distributed with this source code.
 */.bootstrap-timepicker{position:relative}.bootstrap-timepicker.pull-right .bootstrap-timepicker-widget.dropdown-menu{left:auto;right:0}.bootstrap-timepicker.pull-right .bootstrap-timepicker-widget.dropdown-menu:before{left:auto;right:12px}.bootstrap-timepicker.pull-right .bootstrap-timepicker-widget.dropdown-menu:after{left:auto;right:13px}.bootstrap-timepicker .input-group-addon{cursor:pointer}.bootstrap-timepicker .input-group-addon i{display:inline-block;width:16px;height:16px}.bootstrap-timepicker-widget.dropdown-menu{padding:4px}.bootstrap-timepicker-widget.dropdown-menu.open{display:inline-block}.bootstrap-timepicker-widget.dropdown-menu:before{border-bottom:7px solid rgba(0,0,0,0.2);border-left:7px solid transparent;border-right:7px solid transparent;content:"";display:inline-block;position:absolute}.bootstrap-timepicker-widget.dropdown-menu:after{border-bottom:6px solid #fff;border-left:6px solid transparent;border-right:6px solid transparent;content:"";display:inline-block;position:absolute}.bootstrap-timepicker-widget.timepicker-orient-left:before{left:6px}.bootstrap-timepicker-widget.timepicker-orient-left:after{left:7px}.bootstrap-timepicker-widget.timepicker-orient-right:before{right:6px}.bootstrap-timepicker-widget.timepicker-orient-right:after{right:7px}.bootstrap-timepicker-widget.timepicker-orient-top:before{top:-7px}.bootstrap-timepicker-widget.timepicker-orient-top:after{top:-6px}.bootstrap-timepicker-widget.timepicker-orient-bottom:before{bottom:-7px;border-bottom:0;border-top:7px solid #999}.bootstrap-timepicker-widget.timepicker-orient-bottom:after{bottom:-6px;border-bottom:0;border-top:6px solid #fff}.bootstrap-timepicker-widget a.btn,.bootstrap-timepicker-widget input{border-radius:4px}.bootstrap-timepicker-widget table{width:100%;margin:0}.bootstrap-timepicker-widget table td{text-align:center;height:30px;margin:0;padding:2px}.bootstrap-timepicker-widget table td:not(.separator){min-width:30px}.bootstrap-timepicker-widget table td span{width:100%}.bootstrap-timepicker-widget table td a{border:1px transparent solid;width:100%;display:inline-block;margin:0;padding:8px 0;outline:0;color:#333}.bootstrap-timepicker-widget table td a:hover{text-decoration:none;background-color:#eee;-webkit-border-radius:4px;-moz-border-radius:4px;border-radius:4px;border-color:#ddd}.bootstrap-timepicker-widget table td a i{margin-top:2px;font-size:18px}.bootstrap-timepicker-widget table td input{width:25px;margin:0;text-align:center}.bootstrap-timepicker-widget .modal-content{padding:4px}@media(min-width:767px){.bootstrap-timepicker-widget.modal{width:200px;margin-left:-100px}}@media(max-width:767px){.bootstrap-timepicker{width:100%}.bootstrap-timepicker .dropdown-menu{width:100%}}
/*!
 * Datepicker v1.0.0
 * https://fengyuanchen.github.io/datepicker
 *
 * Copyright 2014-present Chen Fengyuan
 * Released under the MIT license
 *
 * Date: 2018-08-05T03:02:13.513Z
 */

.datepicker-container {
  background-color: #fff;
  direction: ltr;
  font-size: 12px;
  left: 0;
  line-height: 30px;
  position: fixed;
  top: 0;
  -ms-touch-action: none;
  touch-action: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  width: 210px;
  z-index: -1;
  -webkit-tap-highlight-color: transparent;
  -webkit-touch-callout: none;
}

.datepicker-container::before,
.datepicker-container::after {
  border: 5px solid transparent;
  content: " ";
  display: block;
  height: 0;
  position: absolute;
  width: 0;
}

.datepicker-dropdown {
  border: 1px solid #ccc;
  -webkit-box-shadow: 0 3px 6px #ccc;
  box-shadow: 0 3px 6px #ccc;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
  position: absolute;
  z-index: 1;
}

.datepicker-inline {
  position: static;
}

.datepicker-top-left,
.datepicker-top-right {
  border-top-color: #39f;
}

.datepicker-top-left::before,
.datepicker-top-left::after,
.datepicker-top-right::before,
.datepicker-top-right::after {
  border-top: 0;
  left: 10px;
  top: -5px;
}

.datepicker-top-left::before,
.datepicker-top-right::before {
  border-bottom-color: #39f;
}

.datepicker-top-left::after,
.datepicker-top-right::after {
  border-bottom-color: #fff;
  top: -4px;
}

.datepicker-bottom-left,
.datepicker-bottom-right {
  border-bottom-color: #39f;
}

.datepicker-bottom-left::before,
.datepicker-bottom-left::after,
.datepicker-bottom-right::before,
.datepicker-bottom-right::after {
  border-bottom: 0;
  bottom: -5px;
  left: 10px;
}

.datepicker-bottom-left::before,
.datepicker-bottom-right::before {
  border-top-color: #39f;
}

.datepicker-bottom-left::after,
.datepicker-bottom-right::after {
  border-top-color: #fff;
  bottom: -4px;
}

.datepicker-top-right::before,
.datepicker-top-right::after,
.datepicker-bottom-right::before,
.datepicker-bottom-right::after {
  left: auto;
  right: 10px;
}

.datepicker-panel > ul {
  margin: 0;
  padding: 0;
  width: 102%;
}

.datepicker-panel > ul::before,
.datepicker-panel > ul::after {
  content: " ";
  display: table;
}

.datepicker-panel > ul::after {
  clear: both;
}

.datepicker-panel > ul > li {
  background-color: #fff;
  cursor: pointer;
  float: left;
  height: 30px;
  list-style: none;
  margin: 0;
  padding: 0;
  text-align: center;
  width: 30px;
}

.datepicker-panel > ul > li:hover {
  background-color: rgb(229, 242, 255);
}

.datepicker-panel > ul > li.muted,
.datepicker-panel > ul > li.muted:hover {
  color: #999;
}

.datepicker-panel > ul > li.highlighted {
  background-color: rgb(229, 242, 255);
}

.datepicker-panel > ul > li.highlighted:hover {
  background-color: rgb(204, 229, 255);
}

.datepicker-panel > ul > li.picked,
.datepicker-panel > ul > li.picked:hover {
  color: #39f;
}

.datepicker-panel > ul > li.disabled,
.datepicker-panel > ul > li.disabled:hover {
  background-color: #fff;
  color: #ccc;
  cursor: default;
}

.datepicker-panel > ul > li.disabled.highlighted,
.datepicker-panel > ul > li.disabled:hover.highlighted {
  background-color: rgb(229, 242, 255);
}

.datepicker-panel > ul > li[data-view="years prev"],
.datepicker-panel > ul > li[data-view="year prev"],
.datepicker-panel > ul > li[data-view="month prev"],
.datepicker-panel > ul > li[data-view="years next"],
.datepicker-panel > ul > li[data-view="year next"],
.datepicker-panel > ul > li[data-view="month next"],
.datepicker-panel > ul > li[data-view="next"] {
  font-size: 18px;
}

.datepicker-panel > ul > li[data-view="years current"],
.datepicker-panel > ul > li[data-view="year current"],
.datepicker-panel > ul > li[data-view="month current"] {
  width: 150px;
}

.datepicker-panel > ul[data-view="years"] > li,
.datepicker-panel > ul[data-view="months"] > li {
  height: 52.5px;
  line-height: 52.5px;
  width: 52.5px;
}

.datepicker-panel > ul[data-view="week"] > li,
.datepicker-panel > ul[data-view="week"] > li:hover {
  background-color: #fff;
  cursor: default;
}

.datepicker-hide {
  display: none;
}

#res-system-widget {
    max-width: 355px;
    background: #FFF;
    color: #000;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.ress-steps {
    margin-bottom: 10px;
    border-bottom: 2px solid #e8e8e8;
}

.ress-steps {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    background: #f5f5f5;
    padding: 0 20px;
    -webkit-box-pack: space-evenly;
    -ms-flex-pack: space-evenly;
    justify-content: space-evenly;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 20px 0px;
}

.ress-steps .ress-step {
    cursor: pointer;
}

.ress-steps .ress-step .ress-step-number {
    background: whitesmoke;
    width: 50px;
    height: 50px;
    display: inline-block;
    border-radius: 100%;
    text-align: center;
    line-height: 44px;
    font-size: 30px;
    font-weight: bold;
    border: 3px solid #4caf50;
}

.ress-steps .ress-step .ress-step-label {
    font-size: 20px;
    font-weight: bold;
    line-height: 50px;
    display: inline-block;
    vertical-align: top;
    margin-left: 10px;
}

.ress-steps .ress-step.passed .ress-step-number {
    font-size: 0;
}

.ress-step.passed .ress-step-number:after {
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    content: '\f00c';
    font-size: 30px;
    line-height: 45px;
}

.ress-header {
    display: flex;
    justify-content: space-between;
    background: #013680;
    padding: 10px;
    border-radius: 10px;
    color: #FFF;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
}

.ress-header h1 {
    font-size: 22px;
    line-height: 22px;
    margin: 0;
}

.ress-item {
    cursor: pointer;
    position: relative;
}

.ress-page-content {
    background: whitesmoke;
}

.ress-page-content.ress-page-content-login,
.ress-page-content.ress-page-content-register {
    text-align: center;
    padding: 20px;
}

form.ress-login-form,
form.ress-register-form,
form.ress-password-reset-form,
form.ress-change-password-form {
    max-width: 300px;
    margin: auto;
}

form.ress-login-form input,
form.ress-register-form input,
form.ress-password-reset-form input,
form.ress-change-password-form input {
    width: 100%;
    margin: 10px 0px;
}

form.ress-password-reset-form,
form.ress-change-password-form {
    margin: 0px auto;
    padding: 20px 0px;
}

.ress-message {
    background: whitesmoke;
    margin: 10px 0px;
    padding: 10px;
    border: 1px solid #d8d8d8;
    border-radius: 4px;
    padding-right: 40px;
    position: relative;
}

.ress-message i {
    position: absolute;
    top: 10px;
    right: 10px;
    font-size: 16px;
    line-height: 16px;
    cursor: pointer;
    opacity: .7;
}

.ress-message i:hover {
    opacity: 1;
}

.ress-message.ress-message-error {
    background: #ffbbb6;
    color: #6b1717;
    border-color: #d36969;
}

.ress-message.ress-message-success {
    background: #4caf50;
    color: #ffffff;
    border-color: #2d8d2f;
}

.ress-hidden-divider {
    padding: 6px 0px;
}

.ress-link {
    color: #013680;
    cursor: pointer;
    opacity: .8;
}

.ress-link:hover {
    opacity: 1;
}

form.ress-register-form input {
    width: 100%;
    margin: 0;
}

.ress-form-row label {
    font-size: 14px;
    font-weight: bold;
    margin: 0;
}

.ress-form-row {
    text-align: left;
    margin: 10px 0px;
}

.ress-dropdown {
    background: #FFF;
    position: absolute;
    top: 24px;
    right: 0;
    color: #013680;
    width: 190px;
    border: 1px solid #d7d7d7;
    display: none;
    z-index: 2;
}

.ress-dropdown-option {
    font-size: 14px;
    line-height: 16px;
    padding: 10px 15px;
    border-bottom: 1px solid #f0f0f0;
}

.ress-dropdown-option:hover {
    background: rgba(0, 0, 0, 0.04);
}

.ress-item:hover .ress-dropdown {
    display: block;
}

div#res-system-page.loading {
    opacity: .5;
}

.ress-page-content {
    display: none;
}

#res-system-page.loading:after {
    content: '';
    background: #00000000;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    -webkit-animation: pageLoading 1s ease-in-out infinite;
    -moz-animation:    pageLoading 1s ease-in-out infinite;
    -o-animation:      pageLoading 1s ease-in-out infinite;
    animation:         pageLoading 1s ease-in-out infinite;
}

@-webkit-keyframes pageLoading {
    0%   { background: rgba(0, 0, 0, 0); }
    50% { background: rgba(0, 0, 0, 0.10); }
    100% { background: rgba(0, 0, 0, 0); }
}
@-moz-keyframes pageLoading {
    0%   { background: rgba(0, 0, 0, 0); }
    50% { background: rgba(0, 0, 0, 0.10); }
    100% { background: rgba(0, 0, 0, 0); }
}
@-o-keyframes pageLoading {
    0%   { background: rgba(0, 0, 0, 0); }
    50% { background: rgba(0, 0, 0, 0.10); }
    100% { background: rgba(0, 0, 0, 0); }
}
@keyframes pageLoading {
    0%   { background: rgba(0, 0, 0, 0); }
    50% { background: rgba(0, 0, 0, 0.10); }
    100% { background: rgba(0, 0, 0, 0); }
}

.ress-steps .ress-step.current {
    color: #013680;
    pointer-events: none;
}

.ress-steps .ress-step {
    color: #4caf50;
}

.ress-steps .ress-step.current .ress-step-number {
    border-color: #013680;
}

.ress-steps .ress-step.disabled {
    color: #b2b2b2;
    pointer-events: none;
}

.ress-steps .ress-step.disabled .ress-step-number {
    border-color: #b2b2b2;
}

.ress-confirm-page {
    width: 100%;
    text-align: center;
}

.ress-confirm-page-title {
    font-size: 24px;
    line-height: 24px;
    font-weight: bold;
    color: #013680;
    margin-bottom: 10px;
}

.ress-block-error {
    background: #F44336;
    color: #FFF;
    margin: 20px;
    padding: 20px;
    border: 2px solid #c02318;
    border-radius: 4px;
    font-size: 16px;
    line-height: 18px;
    display: inline-block;
    width: calc(100% - 40px);
    box-sizing: border-box;
    margin: 20px 0px;
    position: relative;
    left: 20px;
}

.ress-block-error a {
    color: #fffa62;
    font-weight: bold;
}

.ress-block-error a:hover {
    color: #fffb8a;
    text-decoration: underline;
}

.ress-car-list {
    padding: 20px;
}

.ress-dp-select-row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    background: #ffffff;
    padding: 20px;
    margin: 20px 0;
    border: 2px solid #e8e8e8;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.ress-dp-select-row:hover {
    border-color: #013680;
}

.ress-dpsrc {
    margin: 0 5px;
    text-align: center;
    font-size: 16px;
    line-height: 18px;
    font-weight: bold;
    color: #14181c;
}

.ress-dpsrc.dpsrc-1 {
    max-width: 250px;
    margin-left: 0;
}

.ress-dpsrc-subheader {
    color: #545454;
    font-weight: normal;
    margin-top: 0px;
    margin-bottom: 20px;
}

.ress-dpsrc-image {
    position: relative;
    max-width: 240px;
}

.ress-dpsrc-image img {
    display: block;
    max-width: 100%;
    height: auto;
}


tr.ress-dppt-header-row td {
    background: #013680;
    color: #FFF;
}

tr.ress-dppt-header-row td,
tr.ress-dppt-discounted-row td,
tr.ress-dppt-row td {
    font-weight: bold;
    font-size: 16px;
    line-height: 16px;
    padding: 10px 10px;
    border: 1px dotted #a2a2a2;
    text-align: center;
}

tr.ress-dppt-header-row td.active {
    background: #4caf50;
    color: #FFF;
    border-color: #444444;
}

tr.ress-dppt-row td.active {
    color: #4caf50;
}

tr.ress-dppt-discounted-row td.active,
tr.ress-dppt-row td.active {
    background: #f1fff1;
}

tr.ress-dppt-discounted-row td,
tr.ress-dppt-row td {
    background: #efefef;
    color: #14181c;
}

tr.ress-dppt-header-row td,
tr.ress-dppt-discounted-row td,
tr.ress-dppt-row td {
    font-weight: bold;
    font-size: 16px;
    line-height: 16px;
    padding: 10px 10px;
    border: 1px dotted #a2a2a2;
    text-align: center;
}

.ress-dppt-date {
    font-size: 10px;
    color: #878787;
}

.ress-dp-features {
    text-align: left;
    display: flex;
    flex-wrap: wrap;
    margin-top: 20px;
}

.ress-dp-features-col {
    margin-right: 20px;
}

.ress-dp-features-col.ress-dpf-last {
    flex-grow: 1;
    margin-right: 0;
}

.ress-sp-feature {
    margin-bottom: 5px;
}

.ress-sp-feature > i {
    margin-right: 10px;
}

.ress-icon {
    display: inline-block;
    width: 16px;
    height: 16px;
    padding-left: 8px;
    background-repeat: no-repeat;
}

.ress-icon-car-seat {
    background: url(https://app.rentacar-bucharest.com/ress/images/solid--car-seat.png);
    background: url(https://app.rentacar-bucharest.com/ress/images/solid--car-seat.png), none;
}

.ress-icon-air-conditioning {
    background: url(https://app.rentacar-bucharest.com/ress/images/solid--air-conditioning.svg);
    background: url(https://app.rentacar-bucharest.com/ress/images/solid--air-conditioning.svg), none;
}

.ress-icon-car-door {
    background: url(https://app.rentacar-bucharest.com/ress/images/solid--car-door.svg);
    background: url(https://app.rentacar-bucharest.com/ress/images/solid--car-door.svg), none;
}

.ress-icon-car-gears-automatic {
    background: url(https://app.rentacar-bucharest.com/ress/images/solid--car-gears-automatic.svg);
    background: url(https://app.rentacar-bucharest.com/ress/images/solid--car-gears-automatic.svg), none;
}

.ress-a-gearbox-label {
    background: rgba(215, 213, 213, 0.7);
    max-width: 140px;
    text-align: left;
    padding: 5px 10px;
    font-size: 12px;
    line-height: 14px;
    padding-left: 38px;
    position: absolute;
    border-radius: 4px;
    top: 10px;
    left: -40px;
    transform: rotate(-15deg);
    border: 1px solid #aeabab;
    box-sizing: border-box;
    color: #013680;
}

.ress-a-gearbox-label:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 30px;
    background-image: url(https://app.rentacar-bucharest.com/ress/images/gearbox.png);
    background-size: auto 30px;
    background-repeat: no-repeat;
    background-position: 5px 4px;
    background-color: #e2e2e2;
}

.ress-dpsrc-list {
    margin: 0;
    padding: 0;
    text-align: left;
    color: #717171;
    font-weight: normal;
    font-style: italic;
    font-size: 14px;
    line-height: 16px;
    margin-top: 10px;
}

.ress-dpsrc-label-cnt span {
    display: inline-block;
    background: #c5c5c5;
    color: #141414;
    font-weight: normal;
    font-size: 14px;
    line-height: 14px;
    padding: 3px 12px;
    border-radius: 4px;
}

.ress-dpsrc.ress-dpsrc-3 {
    background: #ececec;
    background: #e8e8e8;
    margin-top: -20px;
    margin-bottom: -20px;
    margin-right: -21px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 0 20px;
}

.ress-dp-select-row:hover .ress-dpsrc-3:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    background: #013680;
    width: 100%;
    height: 100%;
    z-index: -1;
    opacity: .1;
}

.ress-dp-select-row:hover .ress-dpsrc-3 {
    position: relative;
    z-index: 1;
}

.ress-dpsrc-total-header {
    font-weight: normal;
    color: #5d5b5b;
    font-size: 14px;
    line-height: 16px;
    margin-bottom: 10px;
    padding-bottom: 10px;
    border-bottom: 1px dashed #bebebe;
}

.ress-dpsrc-3 > .ress-dpsrc-subtotal-price:nth-child(2) {
    border-top: 1px dashed #bebebe;
    margin-top: 5px;
    padding-top: 5px;
}
.ress-dpsrc-subtotal-price {
    margin-bottom: 5px;
    padding-bottom: 5px;
    border-bottom: 1px dashed #bebebe;
    align-self: stretch;
    font-size: 14px;
    color: #4d4d4d;
}

.ress-dpsrc-total-price {
    margin-top: 20px;
}
.ress-dpsrc-total-price {
    font-size: 22px;
    margin-bottom: 20px;
    color: #4caf50;
}

.ress-btn {
    user-select: none;
    background: #4caf50;
    color: #FFF;
    font-size: 14px;
    line-height: 14px;
    padding: 8px 15px;
    border: 1px solid #208f25;
    font-weight: bold;
    border-radius: 0;
    cursor: pointer;
}

.ress-btn:hover{
    background-color: #013680;
    color: #FFF;
}

.ress-btn.ress-pay,
.ress-confirm-page .ress-btn {
    display: inline-block;
}

.ress-dp-select-row:hover .ress-dpsrc.ress-dpsrc-3 .ress-btn {
    background: whitesmoke;
    color: #013680;
    border-color: #013680;
    opacity: .8;
}

.ress-dp-select-row:hover .ress-dpsrc.ress-dpsrc-3 .ress-btn:hover {
    opacity: 1;
}

.ress-dp-prices-unavailable {
    color: #F44336;
}

.ress-btn[ress-extra-remove],
.ress-btn[ress-insurance-extra-remove] {
    background-color: #F44336;
    border-color: #bc3737;
}

.ress-btn[ress-extra-remove]:hover,
.ress-btn[ress-insurance-extra-remove]:hover {
    background-color: #cf2a1f;
}

.ress-dp-extras-list {
    margin-top: 20px;
    padding-top: 20px;
}

.ress-dp-extra {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 10px;
    padding-bottom: 10px;
    border-bottom: 1px solid #cccccc;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding-left: 10px;
    padding-right: 10px;
}

.ress-dpex-col2 {
    padding: 0 20px;
    width: 100%;
}

.ress-dpex-col3 {
    width: 180px;
    text-align: center;
    -ms-flex-negative: 0;
    flex-shrink: 0;
}

img.ress-dpex-img {
    max-width: 100px;
}

h3.ress-dpex-name {
    margin: 0;
    font-size: 16px;
    line-height: 18px;
    margin-bottom: 5px;
    color: #525252;
    font-weight: bold;
}

.ress-dpex-price {
    font-size: 16px;
    line-height: 18px;
    margin-bottom: 20px;
    color: #013680;
    font-weight: bold;
}

.ress-dpex-col2 .ress-dpex-description,
.ress-dpex-col2 .ress-dpex-description p {
    text-align: justify;
    font-size: 14px;
    line-height: 16px;
    color: #4a4a4a;
}

.ress-step-with-sidebar {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin: 20px 0;
    padding: 20px;
}

.ress-sws-content {
    padding-right: 20px;
    width: 100%;
}

.ress-dp-extras-list {
    background-color: #FFF;
}

.ress-dpe-summary {
    position: relative;
    margin-top: 38px;
    box-shadow: -1px -1px 1px 0px #dbdbdb;
    border-top-left-radius: 10px;
    border-bottom-left-radius: 10px;
    background: #fff;
    margin-right: -20px;
    padding: 20px;
    color: #434343;
}

.ress-dpes-days {
    position: absolute;
    top: -38px;
    left: 50px;
    font-size: 18px;
    font-weight: bold;
    line-height: 18px;
    padding: 10px 30px;
    background: #fff;
    border-top-left-radius: 4px;
    border-top-right-radius: 4px;
    box-shadow: -1px -1px 1px 0px #dbdbdb;
}

.ress-dpes-line.fdpes {
    border-bottom: 2px solid #cccccc;
    margin-bottom: 10px;
    padding-bottom: 10px;
}

.ress-dpesl-title {
    font-weight: bold;
    min-width: 130px;
    display: inline-block;
}

.ress-dpesl-location {
    color: #013680;
    font-weight: bold;
}

.ress-dpesl-location > i {
    margin-right: 10px;
    font-size: 20px;
}

.ress-dpesl-datetime {
    float: right;
    color: #04294d;
    font-weight: bold;
}

.ress-dpcc-info {
    margin: 15px 0;
    background: #FFF;
    border: 1px solid #cccccc;
    border-radius: 4px;
    padding: 10px 20px;
}

.ress-dpcc-deposit {
    font-weight: bold;
    color: #013680;
}

.ress-dpcc-car-details {
    background: white;
    margin-left: -20px;
    margin-right: -20px;
    margin-top: -20px;
    text-align: center;
    padding: 20px;
    border-top-left-radius: 30px;
    border-top-right-radius: 30px;
    border-bottom: none;
    margin-bottom: 40px;
    box-shadow: -1px -1px 1px 0px #dbdbdb;
}

.ress-dpcc-header {
    font-weight: bold;
    text-transform: uppercase;
    color: #3e3e3e;
    font-size: 20px;
    line-height: 22px;
    margin: 0;
}

.ress-dpcc-subheader {
    color: #545454;
    font-weight: normal;
    margin-top: 0px;
    margin-bottom: 20px;
}

.ress-dpcc-car-details img {
    margin: auto;
    max-width: 300px;
    margin-bottom: 20px;
}

.ress-sws-sidebar {
    padding: 20px;
    position: relative;
}

.ress-dpcc-arrow-separator {
    text-align: center;
    font-size: 80px;
    line-height: 80px;
    margin-top: -81px;
    position: absolute;
    width: 100%;
    margin-left: -20px;
    color: #013680;
}

.ress-dpcc-arrow-separator i {
    display: inline-block;
}

.ress-dpcc-list {
    margin: 15px 0;
}


.ress-dpcc-content {
    margin-bottom: 20px;
    padding-left: 20px;
}

.ress-dpcc-extra-line,
.ress-dpcc-list-line {
    font-size: 14px;
    color: #585858;
    font-weight: bold;
    clear: both;
    display: flex;
    justify-content: space-between;
}

.ress-dpcc-header.ress-dpcc-discount {
    display: flex;
    justify-content: space-between;
}

.ress-dpcc-list-line {
    padding-left: 20px;
}

.ress-dpcc-extra-price,
.ress-dpcc-list-line span {
    font-size: 18px;
    float: right;
    line-height: 18px;
    color: #757575;
    flex-shrink: 0;
}

.ress-dpcc-header.ress-dpcc-subtotal {
    margin: 15px 0;
    margin-left: -20px;
    margin-right: -20px;
    padding-left: 20px;
    padding-right: 20px;
    background: #dfdfdf;
    color: #5c5959;
    padding-top: 10px;
    padding-bottom: 10px;
}

.ress-dpcc-header.ress-dpcc-total {
    margin: 15px 0;
    color: #fff;
    background: #a7a7a7;
    padding: 20px 20px;
    margin-left: -20px;
    margin-right: -20px;
}

.ress-dpcc-header.ress-dpcc-subtotal.ress-dpcc-deposit {
    background: #013680;
    color: #FFF;
    margin-top: -15px;
}

.ress-dpcc-header.ress-dpcc-subtotal span.ress-dpcc-price {
    float: right;
    font-size: 20px;
    text-decoration: inherit;
}

.ress-dpcc-header.ress-dpcc-total span.ress-dpcc-price {
    float: right;
    font-size: 20px;
    color: white;
}

.ress-dpcc-total span.ress-dpcc-price-val {
    font-size: 24px;
}

.ress-dpcc-actions-cnt {
    text-align: center;
}

.ress-dpf-header{
    font-size: 18px;
    line-height: 18px;
    margin: 15px 0;
    padding-bottom: 15px;
    display: block;
    width: 100%;
    margin-bottom: 20px;
    color: #333;
    border: 0;
    border-bottom: 1px solid #e5e5e5;
}

.ress-dpf-controls-col2 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-left: -5px;
    margin-right: -5px;
}

.ress-dpf-control {
    margin-bottom: 10px;
}

.ress-dpf-controls-col2 .ress-dpf-control {
    width: 50%;
    padding: 0 5px;
}

.ress-dpf-control label {
    margin: 0;
    font-size: 14px;
    line-height: 14px;
    color: #353434;
    font-weight: bold;
    margin-bottom: 5px;
}

.ress-dpf-control select,
.ress-dpf-control input[type="text"],
.ress-dpf-control input[type="password"],
.ress-dpf-control textarea {
    width: 100%;
    border: 1px solid #b9b9b9;
    border-radius: 4px;
    font-size: 14px;
    line-height: 14px;
    padding: 0 10px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    color: #000;
    resize: none;
    height: 34px;
    box-sizing: border-box;
}

.ress-dpf-control textarea {
    padding: 10px;
    height: initial !important;
    width: 100% !important;
    /* min-height: 68px; */
}

.ress-dpf-control.ress-dpf-fluid {
    width: 100%;
}

.ress-dpf-control.ress-dpf-fluid input {
    max-width: calc(50% - 5px);
}

.ress-dpf-note {
    background: #cce2f5;
    font-size: 14px;
    line-height: 16px;
    padding: 10px;
    border: 1px solid #98b0c3;
    margin-bottom: 5px;
    color: #0d5085;
    font-weight: bold;
}

.ress-dpf-radio-control-item {
    display: flex;
    margin-bottom: 10px;
    align-items: center;
}

.ress-dpf-radio-control-item input {
    margin-right: 10px !important;
}

.ress-dpf-radio-control-item input,
.ress-dpf-radio-control-item label {
    margin: 0;
    cursor: pointer;
}

.ress-dpcc-payment-methods .ress-dpcc-header {
    margin-bottom: 10px;
}

.ress-dpcc-payment-methods .ress-dpf-control {
    margin-bottom: 20px;
}

.ress-confirm-page {
    padding: 20px;
}

.ress-page-content-user-reservation .ress-step-with-sidebar {
    margin-top: 0px;
}

.ress-user-reservation-details {
    width: 100%;
    margin-top: 20px;
    margin-bottom: 20px;
}

.ress-urd-header {
    font-size: 16px;
    font-weight: bold;
    line-height: 18px;
    color: #013680;
    padding: 12px 12px;
    border: 1px dashed #cccccc;
    background-color: #FFF;
}

.ress-urd-value {
    font-size: 16px;
    line-height: 18px;
    padding: 12px 12px;
    border: 1px dashed #cccccc;
    background-color: #FFF;
}

.ress-divider {
    padding-bottom: 10px;
    border-bottom: 1px solid #cccccc;
    margin-bottom: 10px;
}

[ress-etsh="PJ"] {
    display: none;
}

.user-reservations-table th,
.user-reservations-table td {
    padding: 2px 10px;
}

.ress-dp-mini-date-input-field input {
    pointer-events: none;
}

.ress-dp-mini-date-input-field {
    cursor: pointer;
}


.ress-dp-mini-form {
    padding: 20px 20px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;

    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

 .ress-dp-mini-form-control {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-top: 15px;
    max-width: 280px;
    margin-right: 20px;
    margin-top: 0;
}

.ress-dp-mini-form-label {
    width: 100%;
    font-weight: bold;
    margin: 0;
    margin-bottom: 5px;
}

.ress-dp-mini-input {
    width: 60%;
    position: relative;
}

.ress-dp-mini-input input {
    max-width: 100%;
    min-width: initial;
    padding-right: 35px;
    border: 1px solid #dadada;
}

.ress-dp-mini-input i.fa {
    position: absolute;
    top: 0;
    right: 10px;
    line-height: 35px;
    color: #9da0a3;
    pointer-events: none;
}

.ress-dp-mini-input.ress-dp-mini-select-input-field,
.ress-dp-mini-input.ress-dp-mini-select-input-field select {
    width: 100%;
}

.ress-dp-mini-form .ress-dp-main-separator {
    display: initial !important;
    width: 100%;
    margin: 10px 0;
}

.ress-dp-mini-input.ress-dp-mini-time-input-field {
    width: 40%;
    padding-left: 10px;
}

.ress-dp-select-row.ress-dp-selected {
    border-color: #013680;
}

.ress-dp-select-row.ress-dp-unselected {
    opacity: .3;
}

.ress-dp-select-row.ress-dp-unselected:hover {
    opacity: 1;
}

.ress-dp-mini-form-header {
    width: 100%;
    margin-left: -20px;
    margin-right: -20px;
    margin-top: -20px;
    background: #013680;
    color: #FFF;
    padding: 5px 20px;
    font-weight: bold;
    box-sizing: content-box;
    margin-bottom: 20px;
}


.in-widget .ress-dp-mini-form-control {
    margin-right: initial;
    margin-bottom: 10px;
    max-width: initial;
}

.in-widget .ress-dp-mini-form-actions {
    width: 100%;
    text-align: right;
    margin-top: 20px;
}

@media only screen and (max-width: 1200px) {

    .ress-dpes-line,
    .ress-dpes-line {
        display: flex;
    }
    
    .ress-dpesl-datetime {
        flex-shrink: 0;
        float: initial;
        margin-left: auto;
    }

    .ress-dpesl-location {
        margin-right: 10px;
    }

}

@media only screen and (max-width: 992px) {

    .ress-header h1 {
        font-size: 16px;
    }
    
    .ress-steps .ress-step .ress-step-label {
        font-size: 16px;
        line-height: 28px;
        margin-left: 2px;
    }
    
    .ress-steps .ress-step .ress-step-number {
        font-size: 14px;
        width: 25px;
        height: 25px;
        line-height: 23px;
        border-width: 1px;
    }
    
    .ress-dpsrc.ress-dpsrc-3 {
        padding-bottom: 20px;
        margin-left: -20px;
        margin-right: -20px;
        width: calc(100% + 40px);
        margin-top: 20px;
        padding-top: 20px;
    }
    
    .ress-dp-select-row {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }
    
    .ress-dpsrc.ress-dpsrc-1 {
        width: 20%;
        margin: 0;
        padding-right: 10px;
    }
    
    .ress-dpsrc.ress-dpsrc-2 {
        width: 80%;
        margin: 0;
    }
    
    .ress-dpsrc-total-header {
        width: 100%;
    }
    
    .ress-a-gearbox-label {
        font-size: 11px;
    }

    .ress-dp-mini-form-actions {
        margin-top: 20px;
    }

    .ress-step.passed .ress-step-number:after {
        font-size: 14px;
        line-height: 25px;
    }

    .ress-step-with-sidebar {
        flex-wrap: wrap;
    }
    
    .ress-sws-content {
        padding-right: 0;
    }
    
    .ress-sws-sidebar {
        width: 100%;
    }
    
    .ress-dpe-summary {
        margin: 0;
        margin-top: 20px;
    }

    .ress-page-content-user-reservation .ress-dpe-summary {
        margin-top: 40px;
    }

    

}

@media only screen and (max-width: 768px) {

    .ress-header-right {
        flex-shrink: 0;
        margin-left: 10px;
    }

    .ress-dp-prices-table {
        width: 100%;
    }

    .ress-dpsrc.ress-dpsrc-1 {
        width: 100%;
        padding: 0;
    }
    
    .ress-dpsrc-image {
        margin: auto;
    }
    
    .ress-dpsrc.ress-dpsrc-2 {
        width: 100%;
    }
    
    .ress-steps .ress-step {
        width: 25%;
        text-align: center;
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
    }
    
    .ress-steps .ress-step .ress-step-label {
        width: 100%;
        font-size: 14px;
        line-height: 16px;
        margin-top: 10px;
    }
    
    .ress-steps {
        align-items: flex-start;
    }

    .ress-dpex-col1 {
        -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
        order: 2;
    }
    
    .ress-dpex-col2 {
        -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
        order: 1;
        padding: 0;
    }
    
    .ress-dpex-col3 {
        -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
        order: 3;
        text-align: right;
    }
    
    .ress-dp-extra {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        padding-left: 0;
        padding-right: 0;
    }
    
    .ress-dpex-img {
        max-width: 50px;
    }
    
    .ress-dpex-price {
        margin: 0;
        margin-right: 10px;
        display: inline-block;
    }
    
    .ress-dpex-action {
        display: inline-block;
    }
    
    .ress-dp-extras-list {
        background-color: initial;
    }
    
    .ress-dpes-line {
        flex-wrap: wrap;
    }
    
    .ress-dpesl-title {
        max-width: initial;
        width: 100%;
    }
    
    .ress-dpesl-location {
        width: 100%;
        margin: 0;
    }

    .ress-header-right {
        flex-shrink: 0;
        margin-left: 10px;
    }
    
    .ress-dpf-controls-col2 .ress-dpf-control {
        width: 100%;
        padding: 0;
    }
    
    .ress-dpf-controls-col2 {
        margin: 0;
    }

    td.ress-urd-header {
        font-size: 14px;
        line-height: 16px;
    }
    
    td.ress-urd-value {
        word-break: break-word;
        font-size: 14px;
        line-height: 16px;
    }

    tr.ress-dppt-header-row td,
    tr.ress-dppt-discounted-row td,
    tr.ress-dppt-row td {
        font-size: 12px;
        line-height: 14px;
        padding: 5px 5px;
    }

    .ress-dp-mini-form-control.ress-dp-location {
        margin-bottom: 10px;
    }

}

@media only screen and (max-width: 460px) {
    .ress-steps .ress-step .ress-step-label {
        font-size: 10px;
        line-height: 12px;
        margin-top: 5px;
    }

    .ress-header h1 {
        font-size: 12px;
        line-height: 14px;
    }
    
    .ress-header-right {
        font-size: 12px;
        line-height: 14px;
    }

    label.ress-dp-mini-form-label,
    label.dp-mini-form-label,
    .ress-sp-feature,
    .ress-dpsrc-list,
    .ress-dpsrc-label-cnt span,
    .ress-btn,
    .ress-btn.ress-change-dates,
    .ress-dpe-summary,
    .ress-dpes-days {
        font-size: 12px;
        line-height: 14px;
    }

    .ress-dpes-days {
        top: -24px;
        padding: 5px 15px;
    }


    .ress-dpe-summary {
        margin-top: 25px;
    }

    .ress-step-with-sidebar {
        margin-top: 0px;
        padding-top: 0;
    }

    .ress-steps {
        padding: 10px 0px;
    }

    .ress-dpesl-location {
        margin: 5px 0px;
    }

    .ress-dpcc-car-details img {
        max-width: 100%;
    }

}

.ress-dp-mini-form.in-widget {
    margin-top: 40px;
    margin-bottom: 50px;
}

.ress-page-content.ress-page-content-cars,
.ress-dp-mini-form.in-widget {
    /* display: none !important; */
}

.ress-page-content.ress-page-content-cars[data-website="rentacar-bucharest.com"],
.ress-dp-mini-form.in-widget[data-domain="rentacar-bucharest.com"] {
    /* display: block !important; */
}

.ress-dpf-radio-control-item.disabled {
    opacity: .2;
}