/* hover label arrival and departure */
.slope-block #arrival:hover,
.slope-block #departure:hover {
    -webkit-box-shadow: inset 0 0 3px 0 rgba(0,0,0,0.75);
    -moz-box-shadow: inset 0 0 3px 0 rgba(0,0,0,0.75);
    box-shadow: inset 0 0 3px 0 rgba(0,0,0,0.75);
}

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

/* td calendar background-color */
.ui-state-default, .ui-widget-content .ui-state-default {
    background: white !important;
}

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

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

.slope-widgets-container {
    text-align: center;
}

/* Sovrascrive le regole del tema solo per gli elementi che appartengono a .slope-block */

.slope-block #arrival,
.slope-block #departure {
    color: black;
    height: 30px;
    border: none;
    padding: 3px;
    transition: box-shadow .2s ease-in-out;
    -moz-transition: -moz-box-shadow .2s ease-in-out;
    -webkit-transition: -webkit-box-shadow .2s ease-in-out;
}

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

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

.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 .decrement-button,
.slope-stepper-container .increment-button,
.slope-stepper-container .valore-stepper {
    height: 30px;
    width: 33px;
    float: left;
    line-height: 1em;
    padding: 5px;
    color: #222222 !important;
}

.slope-stepper-container {
    display: inline-flex;
    margin-top: 2px;
    position: relative;
    top: 2px;
}

.slope-stepper-container .valore-stepper {
    text-align: center;
    margin: 0;
    border-left: none;
    border-right: none;
}

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

.slope-stepper-container .decrement-button {
    transform: rotate(180deg);
}

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

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

