.slope-widgets-container {
    /*text-align: center;*/
    box-sizing: border-box;
}

.slope-widgets-container .slope-increment-button,
.slope-widgets-container .slope-decrement-button {
    margin: 0 !important;
}

/* Overwrites le rules of the theme only for the elemets that belong to .slope-block*/
.slope-block {
    padding: 8px;
    border: 1px solid rgba(0, 0, 0, 0.1);
    border-radius: 0.2rem;
    line-height: 1;
    position: relative;
}

.slope-block .slope-reservation-section-container {
    cursor: pointer !important;
    text-align: left;
    padding: 10px;
    border-radius: 6px;
}

.slope-block .slope-reservation-section-container.highlight:hover {
    background-color: rgba(0, 0, 0, 0.1);
}

.slope-block .slope-reservation-section-container .slope-check-in-container {
    margin: auto;
}

/* This is a hack to show the datepicker in the right position */
.slope-block .slope-check-in-input,
.slope-block .slope-check-out-input {
    visibility: hidden !important;
    height: 0;
    border: 0;
    padding: 0;
    position: absolute;
    left: 0;
    top: 88px;
}

.slope-block .slope-check-in-label,
.slope-block .slope-check-out-label,
.slope-block .slope-guests-label {
    font-size: 13px !important;
    display: block !important;
    height: 15px !important;
    line-height: 15px !important;
}

.slope-block .slope-reservation-section-container .slope-guests-wrapper {
    white-space: nowrap;
}

.slope-block .slope-check-in-date,
.slope-block .slope-check-out-date,
.slope-block .slope-guests-adults,
.slope-block .slope-adults-count,
.slope-block .slope-guests-children,
.slope-block .slope-children-count {
    border-radius: 0.2rem;
    line-height: 20px;
    font-size: 16px;
    min-width: 175px;
}

.slope-block .slope-reservation-submit {
    font-weight: 500;
    font-size: 14px;
    border-radius: 0.2rem;
    line-height: 20px;
    min-width: 175px;
}

.slope-block .slope-stepper-container {
    font-size: 16px;
    line-height: 20px;
    border: 1px solid rgba(0, 0, 0, 0.1);
    border-radius: 0.2rem;
}

.slope-block .slope-stepper-container .slope-increment-button,
.slope-block .slope-stepper-container .slope-decrement-button {
    border-radius: 50%;
    background: transparent;
    font-size: 20px;
    text-align: center;
}

.slope-block input[type="text"] {
    padding: 0 !important;
    border: 0 !important;
    outline: 0 !important;
    margin-bottom: 0 !important;
    cursor: default !important;
    font-size: inherit !important;
    min-height: 0 !important;
}


.slope-block input[type="submit"] {
    border: 0 !important;
    outline: 0 !important;
    margin-bottom: 0 !important;
    margin-top: 0 !important;
    font-size: inherit !important;
    min-height: 30px !important;
    transition: all 0.2s ease-in-out;
    font-family: inherit;
    text-transform: uppercase;
    padding: 12px !important;
}

.slope-block input[type="submit"]:hover {
    opacity: 0.7;
}

.slope-block label {
    text-align: left;
}

.slope-block .slope-stepper-label{
    padding-bottom: 1px;
}

.nav-tabs {
    float: left;
    width: 100%;
    margin: 0;
    list-style-type: none;
    border-bottom: 1px solid #ddd;
}

.nav-tabs li {
    float: left;
    margin-bottom: -1px;
}

.nav-tabs > li > a {
    margin-right: 2px;
    line-height: 1.5;
    padding: 10px;
    border: 1px solid transparent;
    border-radius: 4px 4px 0 0;
}

.nav-tabs > li > a:hover {
    border-color: #eee #eee #ddd;
}

.nav-tabs > li.active > a
.nav-tabs > li.active > a:hover
.nav-tabs > li.active > a:focus {
    color: #555;
    cursor: default;
    background-color: #fff;
    border: 1px solid #ddd;
    border-bottom-color: transparent;
}

.tab-content > .tab-pane {
    display: left;
    width: 100%;
    display: none;
}

.tab-content > .tab-pane.active {
    display: block;
    padding: 10px;
    background-color: #f5f5f5;
}

.slope-stepper-container {
    display: none;
    animation: fpFadeInDown 300ms cubic-bezier(0.23,1,0.32,1);
    border-radius: 5px;
    position: absolute;
    width: 300px;
    z-index: 1;
    padding: 10px;
    margin-top: 15px;
}

.slope-stepper-container .slope-stepper-value {
    text-align: center;
    margin: 0;
    border-left: none;
    border-right: none;
    box-sizing: border-box;
    background: transparent;
}

.slope-stepper-container .slope-increment-button,
.slope-stepper-container .slope-decrement-button {
    opacity: 1;
    text-decoration: none;
    transition: all 0.2s ease-in-out !important;
    -moz-transition: all 0.2s ease-in-out !important;
    -webkit-transition: all 0.2s ease-in-out !important;
    font-size: 14px;
    cursor: pointer;
}

.slope-stepper-container .slope-increment-button,
.slope-stepper-container .slope-decrement-button,
.slope-stepper-container .slope-stepper-value {
    display: inline-block;
    width: 20% !important;
    float: right;
}

.slope-stepper-container .slope-guests-stepper {
    display: inline-block;
    float: right;
}

.slope-stepper-container .slope-horizontal-separator {
    width: 100%;
    border-bottom: solid 1px rgba(0, 0, 0, 0.1);
    margin-top: 30px;
    margin-bottom: 20px;
    display: block !important;
}

.slope-vertical-divider {
    height: 42px;
    margin-top: auto;
    margin-bottom: auto;
    border-left: 1px solid rgba(0, 0, 0, 0.1);
}

.slope-guests-count-row {
    display: block;
    padding: 10px;
}

.slope-children-age {
    font-size: 12px;
}

#slope-widget p, #slope-widget table td {
    border: none !important;
}
