/*Add your custom style sheets on this file*/

.titolo {
    color: #428bca;
    font-weight: bold;
    font-size: 14px;
}

#page-wrapper {
    margin: 0 !important;
}

hr {
    border-color: cadetblue;
}

td {
    padding: 2px;
}

.spanAbbonamento,
.spanTasks,
.spanRichiesteSingole,
.spanSpedizioni,
.spanPagamenti,
.spanTasksNew,
.spanPaperlit {
    padding: 10px;
    border: solid 2px;
}

.spanAbbonamento {
    border-color: coral;
}

.spanTasks {
    border-color: #428bca;
}

.spanTasksNew {
    border-color: #60a9e8;
}

.spanRichiesteSingole {
    border-color: darkseagreen;
}

.spanSpedizioni {
    border-color: darkslateblue;
}

.spanPagamenti {
    border-color: skyblue;
}

.spanPaperlit {
    border-color: lightskyblue;
}

#page-wrapper-popup {
    padding: 0 15px;
    min-height: 568px;
    background-color: #fff;
}

@media (min-width:768px) {

    #page-wrapper-popup {
        position: inherit;
        margin: 0 0 0 0px;
        padding: 0 30px;
        min-height: 568px;
        border-left: 1px solid #e7e7e7;
    }
}

.pointerOver {
    cursor: pointer;
}


.modal-panel,
.modal-panel-show {
    bottom: 0;
    display: none;
    left: 0;
    outline: 0 none;
    overflow: hidden;
    position: fixed;
    right: 0;
    top: 0;
    z-index: 10050;
}

.modal-panel-show {
    display: block;
    opacity: 1;
}

.modal-panel-block {
    display: none;
    position: fixed;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    background-color: #707b88;
    filter: alpha(opacity=50);
    -moz-opacity: 0.5;
    -khtml-opacity: 0.5;
    opacity: 0.5;
    z-index: 10049;
}

.hidden {
    display: none;
}

.tabSelected {
    background-color: #99ccff;
    color: #fff;
    border-radius: 4px;
    font-weight: bold;
}


.spanStatistiche{
    padding: 10px;
    border: 2px dotted #707b88;
}