/*css custom*/

/*Typografy*/
body, html {
    font-family: 'Roboto';
    font-size: 16px;
}

h1 {
    font-family: 'Roboto';
    font-size: 23px;
}

h2 {
    font-family: 'Montserrat';
    font-size: 22px;
}

h3 {
    font-family: 'Montserrat';
    font-size: 18px;
    margin: 10px 0 0;
}

.blu {
 color: #0054A0;
}

.d-flex {
    display: flex;
}

.shadowed {
    -webkit-box-shadow: 0px 5px 15px -2px rgba(0, 0, 0, 0.27);
    -moz-box-shadow: 0px 5px 15px -2px rgba(0, 0, 0, 0.27);
    box-shadow: 0px 5px 15px -2px rgba(0, 0, 0, 0.27);
}

#side-menu a {
    font-size: 13px;
    font-family: 'Montserrat';
    font-weight: 500;
}

#side-menu a i {
    font-size: 16px;
    font-weight: 500;
}

.py-0 {
    padding-top: 0;
    padding-bottom: 0;
}

.mb-10 {
    margin-bottom: 10px;
}

.mx-15 {
    margin-left: 15px;
    margin-right: 15px;
}

.ml-15 {
    margin-left: 15px;
}

.mr-15 {
    margin-right: 15px;
}

.mx-30 {
    margin-left: 30px;
    margin-right: 30px;
}

.ml-30 {
    margin-left: 30px;
}

.mr-30 {
    margin-right: 30px;
}

.padder-10 {
    padding-top: 10px
}

.padder-20 {
    padding-top: 20px
}

.padder-30 {
    padding-top: 30px
}

.padder-40 {
    padding-top: 40px
}

.padder-50 {
    padding-top: 50px
}

.testo_m {
    font-size: 12px;
}

/*nav-bar*/

.navbar {
    /* min-height: 80px; */
}

.navbar-brand > img {
    margin: 0 8px 0;
    width: 300px;
}

.mtop40-0xs {
    margin-top: 40px;
}

/*aree sosta*/
.panel-heading {
    background: #dddddd; /* Old browsers */
    background: -moz-linear-gradient(top, #dddddd 0%, #ffffff 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(top, #dddddd 0%, #ffffff 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, #dddddd 0%, #ffffff 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#dddddd', endColorstr='#ffffff', GradientType=0); /* IE6-9 */
    border: 0;
}

.panel-heading.area-description .tipo-area {
    font-family: 'Roboto';
    color: #0054a0;
    font-size: 21px;
    font-weight: 900;
    margin-top: 0;
}

.panel-heading.area-description img {
    max-height: 25px;
}

.panel-heading.area-description img:first-child {
    margin-left: 30px;
}

.panel.panel-default {
    -webkit-box-shadow: 0px 5px 15px -2px rgba(0, 0, 0, 0.27);
    -moz-box-shadow: 0px 5px 15px -2px rgba(0, 0, 0, 0.27);
    box-shadow: 0px 5px 15px -2px rgba(0, 0, 0, 0.27);
    margin-bottom: 30px;
}

.panel-heading .area-properties {
    font-size: 11px;
    font-weight: 400;
    color: #000000;
    text-transform: uppercase;
    margin-top: 0;
    background: #fff;
    padding: 5px 10px;
}

.panel-heading .area-properties strong {
    font-size: 14px;
    font-weight: 700;
}

.aree_sosta .panel > .panel-body + .table, .panel > .panel-body + .table-responsive, .panel > .table + .panel-body, .panel > .table-responsive + .panel-body {
    border: none;
    width: calc(100% - 30px);
    margin: 15px;
}

.aree_sosta .table > tbody > tr > td, .table > tbody > tr > th, .table > tfoot > tr > td, .table > tfoot > tr > th, .table > thead > tr > td, .table > thead > tr > th {
    padding: 8px;
    line-height: 1.42857143;
    vertical-align: middle;
    border-top: none;
    border-bottom: none;
}

.aree_sosta table {
    border: 1px solid #0054A0 !important;
}

.aree_sosta thead {
    color: #fff;
    background: #0054A0;
    background: -moz-linear-gradient(right, #4396fc 0%, #0054A0 80%);
    background: -webkit-linear-gradient(right, #4396fc 0% #0054A0 80%);
    background: linear-gradient(to left, #4396fc 0%, #0054A0 80%);
}

.area-description {
    display: flex;
    align-items: center;
    padding-bottom: 10px;
    background: #dddddd;
    color: #0054a0;
    position: relative;
}

.area-description h3:last-child strong {
    color: #333333;
}

.table-striped > tbody > tr:nth-of-type(odd) {
    background-color: #f9f9f9;
}

/*css prenotazioni*/
.stato_preno-1 {
    background-color: rgba(237, 28, 36, 1) !important;
    color: #fff !important;
}

.display-none {
    display: none;
}

.font-nav {
    font-size: 20px;
}

.bg-custom {
    background-color: #F9F9F9;
    border: 1px solid #e5e4e4 !important;
    border-bottom-color: #fff !important;
}

.navbar-brand {
    padding: 5px;
}

.top-nav {
    padding: 0px;
    margin-right: 20px;
}

.navbar-nav > li {

}

.navbar-inverse .navbar-nav > li > a:hover, .navbar-inverse .navbar-nav > .active > a:focus, .navbar-inverse .navbar-nav > .active > a:hover {
    background-color: #ddd;
    color: #0054a0;
}

.navbar-inverse .navbar-nav > .active > a {
    background-color: #0054a0;
    color: #fff;
}

.nav > li > a:hover {
    background-color: #ddd;
    color: #0054a0;
}

.side-nav {
    padding-bottom: 20px;
    top: 51px;
    padding-top: 30px;
}

.side-nav > li > ul > li > a:hover {
    color: #0054a0;
}

.page-header {
    color: #0054a0;
    font-family: "Roboto";
    font-weight: 900;
    padding: 0;
    font-size: 25px;
    margin: 0 0 30px;
    border-bottom: 0;
}

.navbar-fixed-bottom .navbar-collapse, .navbar-fixed-top .navbar-collapse {
    max-height: none !important;
}

.navbar-form {
    border-color: #fff;
}

.red-notifica {
    background-color: #ff0000;
    color: white;
    /*margin-left: -14px;*/
    margin-top: -10px;
}

.red-notifica-side-nav {
    font-size: 9px;
    padding: 3px 5px !important;
}

.red-errore {
     color:  #a94442;
}

#page-wrapper {
    padding: 20px 30px 0;
}

.mtop20 {
    margin-top: 20px;
}

.padding-nav-no-date {
    padding-bottom: 41px !important;
}

.font-size-date {
    font-size: 15px;
}

.border-table {
    border-right: 1px solid #ddd;
    border-left: 1px solid #ddd;
    border-bottom: 1px solid #ddd;
}

/* Calendario Aree Sosta */
.disp {
    background-color: #5cb85c !important;
    color: white !important;
}

.giorni_pieni {
    background-color: red !important;
    color: white !important;
}

.giorni_modificati {
    border: 5px solid blue !important;
}

.giorni_almeno_una_prenotazione {
    background-color: #FFCF09 !important;
    color: black !important;
}

.fc-view td {
    cursor: pointer
}

.fc-day-number {
    font-weight: bold;
    font-size: 20px;
}

/* Modale Full Screen Gestione Area */

.modal-dialog-full {
    width: 90%;
    height: 80%;
}

.modal-content-full {
    height: auto;
    min-height: 80%;
}

/*css orari chiusura*/
.link_style {
    color: #0000FF;
    font-size: 14px;
}

.red {
    background-color: #FD4F35;
}

.small-font {
    font-size: 14px;
}

.pointer {
    cursor: pointer;
}

/*css resoconti*/
.color-link {
    color: #000000;
}

/*feedback notifica*/
.alert-minimalist {
    background-color: rgb(241, 242, 240);
    border-color: rgba(149, 149, 149, 0.3);
    border-radius: 3px;
    color: rgb(149, 149, 149);
    padding: 10px;
}

/* loader */
.loading {
    position: fixed;
    z-index: 999;
    height: 2em;
    width: 2em;
    overflow: show;
    margin: auto;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
}

/* Transparent Overlay */
.loading:before {
    content: '';
    display: block;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.3);
}

/* :not(:required) hides these rules from IE9 and below */
.loading:not(:required) {
    /* hide "loading..." text */
    font: 0/0 a;
    color: transparent;
    text-shadow: none;
    background-color: transparent;
    border: 0;
}

.loading:not(:required):after {
    content: '';
    display: block;
    font-size: 10px;
    width: 1em;
    height: 1em;
    margin-top: -0.5em;
    -webkit-animation: spinner 1500ms infinite linear;
    -moz-animation: spinner 1500ms infinite linear;
    -ms-animation: spinner 1500ms infinite linear;
    -o-animation: spinner 1500ms infinite linear;
    animation: spinner 1500ms infinite linear;
    border-radius: 0.5em;
    -webkit-box-shadow: rgba(0, 0, 0, 0.75) 1.5em 0 0 0, rgba(0, 0, 0, 0.75) 1.1em 1.1em 0 0, rgba(0, 0, 0, 0.75) 0 1.5em 0 0, rgba(0, 0, 0, 0.75) -1.1em 1.1em 0 0, rgba(0, 0, 0, 0.5) -1.5em 0 0 0, rgba(0, 0, 0, 0.5) -1.1em -1.1em 0 0, rgba(0, 0, 0, 0.75) 0 -1.5em 0 0, rgba(0, 0, 0, 0.75) 1.1em -1.1em 0 0;
    box-shadow: rgba(0, 0, 0, 0.75) 1.5em 0 0 0, rgba(0, 0, 0, 0.75) 1.1em 1.1em 0 0, rgba(0, 0, 0, 0.75) 0 1.5em 0 0, rgba(0, 0, 0, 0.75) -1.1em 1.1em 0 0, rgba(0, 0, 0, 0.75) -1.5em 0 0 0, rgba(0, 0, 0, 0.75) -1.1em -1.1em 0 0, rgba(0, 0, 0, 0.75) 0 -1.5em 0 0, rgba(0, 0, 0, 0.75) 1.1em -1.1em 0 0;
}

/* Animation */

@-webkit-keyframes spinner {
    0% {
        -webkit-transform: rotate(0deg);
        -moz-transform: rotate(0deg);
        -ms-transform: rotate(0deg);
        -o-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    100% {
        -webkit-transform: rotate(360deg);
        -moz-transform: rotate(360deg);
        -ms-transform: rotate(360deg);
        -o-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

@-moz-keyframes spinner {
    0% {
        -webkit-transform: rotate(0deg);
        -moz-transform: rotate(0deg);
        -ms-transform: rotate(0deg);
        -o-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    100% {
        -webkit-transform: rotate(360deg);
        -moz-transform: rotate(360deg);
        -ms-transform: rotate(360deg);
        -o-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

@-o-keyframes spinner {
    0% {
        -webkit-transform: rotate(0deg);
        -moz-transform: rotate(0deg);
        -ms-transform: rotate(0deg);
        -o-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    100% {
        -webkit-transform: rotate(360deg);
        -moz-transform: rotate(360deg);
        -ms-transform: rotate(360deg);
        -o-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

@keyframes spinner {
    0% {
        -webkit-transform: rotate(0deg);
        -moz-transform: rotate(0deg);
        -ms-transform: rotate(0deg);
        -o-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    100% {
        -webkit-transform: rotate(360deg);
        -moz-transform: rotate(360deg);
        -ms-transform: rotate(360deg);
        -o-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

@media (max-width: 768px) {
    .navbar-brand {
        padding: 0px;
    }

    .top-nav {
        padding: 0px;
        margin-righ: 0px;
    }

    .top-nav > li > a {

        padding-bottom: 10px;
        padding-top: 5px;
    }

    .mtop40-0xs {
        margin-top: 0px;
    }
}

/*notifiche*/
.blink-notifica {
    animation: blink 1s linear infinite;
}

@keyframes blink {
    50% {
        opacity: 0;
    }
}

/* ATOM */
.pt-1 {
    padding-top: 1rem
}

.pt-2 {
    padding-top: 2rem
}

.pt-3 {
    padding-top: 3rem
}

.pb-1 {
    padding-bottom: 1rem
}

.pb-2 {
    padding-bottom: 2rem
}

.pb-3 {
    padding-bottom: 3rem
}

.mt-1 {
    margin-top: 1rem
}

.mt-2 {
    margin-top: 2rem
}

.mt-3 {
    margin-top: 3rem
}

.mb-0 {
    margin-bottom: 0
}

.mb-1 {
    margin-bottom: 1rem
}

.mb-2 {
    margin-bottom: 2rem
}

.mb-3 {
    margin-bottom: 3rem
}

/* ATOM */

input.has-error {
    border: 2px solid red !important;
}
textarea.has-error {
    border: 2px solid red !important;
}

.has-error input[type="checkbox"] {
  outline: 2px solid red !important;
}

/* LISTINI INTEGRAZIONE NUOVI CALCOLI */

.table-prezzi {
    margin-top: -30px;
}

.history-buttons {
    font-family: Arial;
    font-size: 12px;
    font-width: 700;
    padding: 0 3px 0 2px;
    margin: 5px 0 5px 5px;
}

.history-buttons li {
    font-size: 12px;
    color: #0054A0;
}

.btn.mostra_orari:hover,
.btn.mostra_orari:active,
.btn.mostra_orari:focus,
.btn.mostra_giorni:hover,
.btn.mostra_giorni:active,
.btn.mostra_giorni:focus {
    border: none;
    color: #fde40b;
    transition: all .1s;
    outline: none;
    text-decoration: none;
    -webkit-box-shadow: inset 0 1px 2px 0 rgba(0, 0, 0, 0.37);
    -moz-box-shadow: inset 0 1px 2px 0 rgba(0, 0, 0, 0.37);
    box-shadow: inset 0 1px 2px 0 rgba(0, 0, 0, 0.37);
}

.btn.mostra_orari,
.btn.mostra_giorni {
    border-radius: 3px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    width: 400px;
    color: #ffffff;
    cursor: pointer;
    font-size: 18px;
    position: relative;
    font-family: 'Roboto';
    font-weight: 700;
    background: #0054A0;
    height: 40px;
    border: none;
    -webkit-box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.37);
    -moz-box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.37);
    box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.37);
}

.btn.mostra_orari h3,
.btn.mostra_giorni h3 {
    margin: 0;
}


.single_row_price {
    width: 600px;
}

.listini-table th {
    background: #0054A0;
    color: #fff;
}

.single_row_price tr {
    border: none !important;
}

.td-prices {
    width: 180px;
}

.td-percentage {
    width: 140px;
}

.td-message-box {
    width: 100px;
    max-width: 100px;
    border-right: none !important;
    border-top: none !important;
    border-bottom: none !important;
    background: #ffffff;
    vertical-align: middle !important;
}

.td-message-box .label {
    margin-left: 10px;
    display: none;
}

.td-giorno {
    width: 10%;
    vertical-align: middle !important;
    font-family: 'Montserrat';
    font-weight: 700;
    font-size: 16px;
    color: #0054A0;
}

.group-prices {
    border-radius: 4px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    font-family: 'Montserrat';
    font-weight: 700;
    padding: 2px 0;
    padding: 1px 5px;
}

.group-prices .input-group-addon {
    font-family: 'Montserrat';
    font-weight: 700;
    font-size: 20px;
    height: 25px;
    padding: 4px 4px;
}

.td-prices,
.td-percentage {
    padding: 4px 0 0 !important;
}

.td-percentage .group-prices .input-group-addon,
.td-prices .group-prices .input-group-addon {
    font-family: 'Montserrat';
    font-weight: 700;
    font-size: 16px;
    padding: 0 4px;
}

.group-prices input {
    font-size: 16px;
    text-align: center;
    box-shadow: none;
    -webkit-box-shadow: none;
}

.group-prices.group-percentage .input-group-addon {
    background: #f15a24;
    color: #fff;
    border: solid #f15a24 1px;
}

.group-prices.group-percentage input {
    background: rgba(255, 255, 255, 1);
    color: #000000;
    border: solid #f15a24 1px;
    transition: all .1s ease-in;
}

.group-prices.group-percentage input.non_standard {
    background: rgba(241, 90, 36, .60);
    color: #fff;
    transition: all .1s ease-in;
}

.group-prices.park .input-group-addon {
    background: #ddd;
    color: #4d4d4d;
    border: 1px solid #ddd;
}

.group-prices.park input {
    background: rgba(221, 221, 221, .60);
    color: #4d4d4d;
    border: 1px solid #ddd;
}

.td-prices .group-prices .form-control,
.td-percentage .group-prices .form-control {
    height: 22px;
}

.td-prices .input-group-addon,
.td-percentage .input-group-addon {
    font-size: 12px;
    height: 22px;
}

.group-prices.online .input-group-addon {
    background: #FDE40B;
    color: #4d4d4d;
    border: solid #FDE40B 1px;
}

.group-prices.online input {
    background: rgba(253, 228, 11, .60);
    color: #4d4d4d;
    border: solid #FDE40B 1px;
}

.input-group.group-prices.group-percentage .form-control:first-child {
    padding-left: 0;
    padding-right: 0;
}

.single_row_price .alert {
    padding: 5px;
    margin: 0 5px;
}

.group-prices.park {
}

.group-prices.online {
}

/* FUNCTIONS DIV */

.functions-div-wrapper {
    padding: 15px;
    border: 1px solid #ccc;
}

.functions-div .functions-head {
    margin: 8px 0;
    line-height: 1.42857143;
    vertical-align: middle;
}

.functions-div p {
    margin: 8px 0;
    font-size: 14px;
    line-height: 1.4;
}

.functions-div .group-percentage .btn {
    background: #f15a24;
    color: #fff;
    border: solid #f15a24 1px;
    border-left: 1px solid #ffffff;
    font-weight: 700;
}

.functions-div .group-grey .btn {
    border-left: 1px solid #ffffff;
    font-weight: 700;
    background: #ddd;
    color: #000;
    border: 1px solid #ddd;
}

/* FUNCTIONS DIV */


/* CARDS ADDON  */
.card-wrapper {
    padding: 15px;
    border-radius: 10px;
    -webkit-box-shadow: 0px 6px 28px -15px rgba(0, 0, 0, 0.42);
    -moz-box-shadow: 0px 6px 28px -15px rgba(0, 0, 0, 0.42);
    box-shadow: 0px 6px 28px -15px rgba(0, 0, 0, 0.42);
}

.card-header {
    margin-bottom: 10px;
}

.card-img-wrapper {
    height: 150px;
    overflow: hidden;
    display: flex;
    align-items: center;
    border-radius: 10px;
}

/* CARDS ADDON  */

/* dashboard */
.dashboard-header h1 {
    padding-right: 15px;
}

.dashboard-header h3 {
    color: gray;
    font-family: "Titillium Web";
    font-weight: 600;
    padding: 0;
    font-size: 18px;
}

.header-column {
    display: flex;
}

.card-wrapper .list-group {
    background-color: #f2f2f2;
    border-radius: 10px;
    margin-bottom: 0;
}

.card-wrapper .list-group .list-group-item {
    background-color: transparent;
    border: none;
}

/* dashboard */

/* NEW TYPO */

.titolo {
    color: #0054a0;
    font-family: "Roboto";
    font-weight: 900;
    padding: 0;
    font-size: 50px;
    margin: 0;
    border-bottom: 0;
}

.sottotitolo {
    color: #0054a0;
    font-family: "Roboto Condensed";
    font-weight: 400;
    padding: 0;
    font-size: 25px;
    margin: 0;
    border-bottom: 0;
}

.sottotitolo-lev-2 {
    color: #0054a0;
    font-family: "Roboto Condensed";
    font-weight: 400;
    font-size: 18px;
}

.testo-lev-1 {
    color: #333;
    font-family: "Roboto";
    font-weight: 400;
    padding: 0;
    font-size: 16px;
    margin: 0;
    border-bottom: 0;
}

.testo-lev-2 {
    color: #333;
    font-family: "Roboto";
    font-weight: 400;
    padding: 0;
    font-size: 14px;
    margin: 0;
    border-bottom: 0;
}

.italic {
    font-style: italic;
}

.progress-bar {
    font-family: "Roboto";
    font-weight: 900;
    font-size: 14px;
}

/* NEW TYPO */

/* COLORS */

.gly-success {
    color: #449d44;
}

.gly-warning {
    color: #FDE40B
}

.gly-danger {
    color: #ff0000
}

.test {
    width: calc(75% + calc(25% - 430px));
}

.progress-bar-danger {
    color: #ffffff
}

.progress-bar-warning {
    color: #333333
}

.progress-bar-success {
    color: #ffffff
}

/* COLORS */

/* FORMS */
.forms-wrapper {
    background-color: #f2f2f2;
    border-radius: 10px;
    padding: 15px;
}

.forms-wrapper .alert-danger {
    font-family: Roboto;
    font-size: 14px;
    font-weight: 700;
    padding: 5px 10px;
}

.forms-wrapper .input-group {
    margin-top: 10px;
    width: 100%
}

.config_orari_table select,
.config_orari_table input {
    border-radius: 8px !important;
    border: none;
    width: 40%;
    text-align: center;
    margin-left: 5%;
    font-family: 'Roboto';
    font-weight: 700px;
    font-size: 15px;
}

.forms-wrapper .input-group input {
    border-radius: 8px !important;
}

.forms-wrapper .input-group button {
    border-radius: 8px !important;
    border: none;
    font-family: "Titillium Web";
    font-size: 22px;
    font-weight: 900;
    width: 120px;
    margin: 0 auto;
    background-color: #0054a0;
    color: #FDE40B;
    transition: .3s all ease-in-out;
}

.forms-wrapper .input-group button:hover {
    background-color: #FDE40B;
    color: #0054a0;
    transition: .3s all ease-in-out;
}

.forms-wrapper .input-group label {
    color: #333;
    font-family: "Titillium Web";
    font-weight: 600;
    font-size: 14px;
    margin: 0;
}

.dati_aggiuntivi_style {
    width: 90%;
    margin: 1% 5%;
    border-radius:5px;
    padding: 10px 25px;
}

/* FORMS */

/* PARK CONFIGURATION */
.config_orari_table {
    width: 100%;
    border-radius: 10px;
}

.config_orari_table th:first-child {
    border-top-left-radius: 10px;
}

.config_orari_table th:last-child {
    border-top-right-radius: 10px;
}

.config_orari_table th {
    width: 25%;
    background-color: #0054a0;
    color: #fff;
    text-align: center;
}

.config_orari_table th p {
    margin: 10px 0 5px;
}

.config_orari_table td {
    padding: 10px 0 5px 10px;
}

.config_orari_table td p {
    margin: 0;
}

.td-orari {
    display: flex;
    flex-direction: row;
}

.td-orari input {
    width: 40%;
    margin: 0;
    margin: 0 5%;
    border: none;
}

/* PARK CONFIGURATION */