.ui-datepicker {
    z-index: 9999 !important;
}

.ui-datepicker-prev, 
.ui-datepicker-next {
    background-color: transparent;
} 

.ui-datepicker-prev:before,
.ui-datepicker-next:after {
	display: none;
}

.ui-datepicker-prev,
.ui-datepicker-next {
	height: 15px !important;
	width: 15px !important;
}

.ui-widget-content {
    background: white !important;
}

.ui-widget-header {
    border: 0 !important;
    background: transparent !important;
}

.ui-widget {
    font-family: inherit !important;
    font-size: 1.1em !important;
}

.ui-datepicker td {
    word-break: normal;
}

.ui-state-active {
	text-shadow: 0px 0px 3px black;
}

a.ui-state-default:hover {
    opacity: 0.7;
}

.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 #arrival,
.slope-block #departure {
    color: black !important;
    height: 30px;
    padding: 3px;
}

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


.slope-block select {
    background-color: white !important;
    font-weight: normal !important;
    height: 38px !important;
    border: 1px solid #c3c3c3 !important;
    background: white !important;
    cursor: default !important;
    -webkit-appearance: menulist !important;
    -moz-appearance: menuitemtext !important;
    appearance: menulist !important;
    padding: initial !important;
    font-size: initial !important;
    line-height: normal !important;
    color: initial !important;
    border-radius: 0 !important;
    font-weight: normal !important;
    min-width: 75px !important;
    max-width: initial !important;
}

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

.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;
}

/* Stepper */
.slope-stepper-container .slope-decrement-button,
.slope-stepper-container .slope-increment-button,
.slope-stepper-container .slope-stepper-value {
    height: 30px;
    max-width: 33px;
    padding: 5px;
    color: #000;
    box-sizing: border-box;
    line-height: 1;
}

.slope-stepper-container {
    display: inline-flex;
}

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

.slope-stepper-container .slope-increment-button,
.slope-stepper-container .slope-decrement-button {
    opacity: 1;
    text-decoration: none;
    width: 30px;
    transition: all .2s ease-in-out !important;
    -moz-transition: all .2s ease-in-out !important;
    -webkit-transition: all .2s ease-in-out !important;
    font-size: 14px;
    border-radius: 0px 0px 0px 0px;
}

.slope-stepper-container .slope-decrement-button:hover,
.slope-stepper-container .slope-increment-button:hover {
    opacity: 0.8;
    cursor: pointer;
}

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