﻿body {
}

.red {
    color: red;
}

.green {
    color: green;
}

.blue {
    color: #2C5CA9 !important;
}

h1 {
    font-size: 30px;
    width: 100%;
}

h5 {
    margin-top: 15px !important;
}

p {
    color: #2b2b2b;
}

label {
    margin-bottom: 3px !important;
    margin-top: 3px !important;
}

.spento {
    display: none !important;
}

.icon-large {
    font-size: 30px;
}

.back-green {
    background-color: green;
    color: #fff;
}

    .back-green p {
        color: #fff !important;
        text-align: center !important;
    }

.back-red {
    background-color: red;
    color: #fff !important;
}

    .back-red p {
        color: #fff !important;
        text-align: center !important;
    }

.back-black {
    background-color: black;
    color: #fff;
}

.back-light-grey {
    background-color: #f7f7f7;
}


.width100 {
    width: 100%;
}

.no-margin {
    margin: 0 !important;
}

.no-padding {
    padding: 0 !important;
}

.img-responsive {
    display: block;
    max-width: 100%;
    height: auto;
}

.img-center {
    margin: 0 auto;
}

.help-block-none {
    color: red;
}

.mb-10 {
    margin-bottom: -10px !important;
}

.mar-r-5 {
    margin-right: 5px;
}

.mar-r-10 {
    margin-right: 10px;
}

.mar-r-20 {
    margin-right: 20px;
}

.mar-r-30 {
    margin-right: 30px;
}

.mar-t-5 {
    margin-top: 5px;
}

.mar-t-10 {
    margin-top: 10px !important;
}


.mar-b-30 {
    margin-bottom: 30px !important;
}

.padding-15 {
    padding: 15px !important;
}

.padding-20 {
    padding: 20px !important;
}

.logo a {
    height: 40px;
    width: 300px;
}

.form-input {
    border-color: #2C5CA9;
    height: 34px
}

.table-pulizie {
    border: 1px solid #ccc;
    margin-top: 20px;
}

    .table-pulizie td {
        border: 1px solid #ccc;
        min-width: 200px;
        vertical-align: top;
    }

    .table-pulizie th {
        padding: 20px 40px;
        border: 1px solid #ccc;
        min-width: 200px;
        font-weight: bold;
        text-align: center;
    }

.padding_nomeCamera {
    padding: 30px 40px;
    font-weight: bolder;
    font-size: 15px;
}

.stile_camera {
    color: #fff;
    font-size: 15px;
    height: 35px;
    width: 100%;
    padding-top: 5px;
}

.color-icon {
    color: #2b2b2b;
}

.div_icon i {
    margin-right: 5px;
    font-size: 20px;
}

#preloader-page {
    position: absolute;
    top: 80px;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(255,255,255,0.8);
    z-index: 99999;
    display: block;
}

    #preloader-page .loader {
        width: 50px;
        height: 50px;
        position: absolute;
        left: 50%;
        top: calc(30% - 100px);
        margin: -30px 0 0 -30px;
        text-align: center;
    }

        #preloader-page .loader .loader-img {
            background: url("../Immagini/img/loading.GIF");
            width: 60px;
            height: 60px;
            display: block;
        }


input[type="checkbox"] {
    font-size: 13px;
    height: 20px !important;
    width: 20px !important;
    transition: all 0.2s ease 0s;
    -moz-transition: all 0.2s ease 0s;
    -webkit-transition: all 0.2s ease 0s;
    -o-transition: all 0.2s ease 0s;
    display: inline-block;
}

input, textarea, select {
    margin-bottom: 20px;
}

.form-group label {
    font-size: 14px !important;
}

form .error {
    border-color: #e1534f !important;
    margin-bottom: 0 !important;
}

.button-pulizia {
    padding: 20px;
    text-align: center;
    font-size: 18px;
    width: 100%;
}

.modal {
    position: fixed;
    top: 50px;
    right: 2%;
    bottom: 0;
    left: 2%;
    z-index: 1050;
    display: none;
    overflow: hidden;
    outline: 0;
    padding: 30px 20px;
    font-size: 14px;
}

.divCredits {
    position: fixed;
    bottom: 0;
    padding-bottom: 20px;
    color: white;
}

.divLinkCamera {
    border: 1px solid #2c2c2c;
    padding: 10px;
    margin-bottom: 10px;
    border-radius: 10px;
}

.accordion-section {
    /*border: 1px solid #f1f1f1 !important;*/
    border: none !important;
    margin-top: 10px !important;
}

.accordion-content {
    padding: 10px 10px 20px 10px !important;
    background: #f7f7f7 !important;
    border: none !important;
    margin: 0 !important;
    border: 1px solid #ddd !important;
}

.accordion-title {
    border: 1px solid #ddd !important;
    background-color: #fff !important;
    padding: 10px !important;
}

    .accordion-title.active {
        color: #2b2b2b !important;
    }

.sidebar-menu ul > li > a:hover {
    color: #2C5CA9;
}

.btn {
    display: inline-block;
    color: #FFF !important;
    text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
    background-image: none !important;
    border: 5px solid #FFF;
    border-radius: 0;
    box-shadow: none !important;
    -webkit-transition: background-color 0.15s, border-color 0.15s, opacity 0.15s;
    -o-transition: background-color 0.15s, border-color 0.15s, opacity 0.15s;
    transition: background-color 0.15s, border-color 0.15s, opacity 0.15s;
    cursor: pointer;
    vertical-align: middle;
    margin: 0;
    position: relative;
}

.btn-sm, .btn-group-sm > .btn {
    border-width: 4px;
    font-size: 13px;
    padding: 4px 9px;
    line-height: 1.38;
}

.btn-primary, .btn-primary:focus {
    background-color: #2C5CA9 !important;
    border-color: #2C5CA9;
}

    .btn-primary:hover, .btn-primary:active, .open > .btn-primary.dropdown-toggle {
        background-color: #1e417b !important;
        border-color: #1e417b;
    }

.btn-grey, .btn-grey:focus {
    background-color: #808080 !important;
    border-color: #808080;
}

    .btn-grey:hover, .btn-grey:active, .open > .btn-grey.dropdown-toggle {
        background-color: #2c2c2c !important;
        border-color: #000000;
    }

/*#region PERSONE*/

.listPerson {
    background: #fff;
    border-radius: 10px;
    padding: 10px;
    width: 100%;
}

.listPersonePage {
    padding: 0 !important;
}

    .listPersonePage li {
        list-style: none !important;
        padding: 10px;
        border: 1px solid #ddd;
        border-radius: 5px;
        margin-bottom: 15px;
    }

        .listPersonePage li:active, .listPersonePage li.active {
            /*background-color: #ddd;*/
            background-color: #2C5CA9;
            border: 1px solid #2C5CA9;
            color: #fff;
        }

        .listPersonePage li > a:hover {
            color: #2C5CA9 !important;
        }

.form-group p {
    width: 100%;
    font-size: 12px;
}

.form-control:focus {
    box-shadow: none !important;
}

input[type="text"]:focus {
    border: 1px solid #2C5CA9;
}

.ui-menu .ui-menu-item {
    background-color: #fff !important;
    z-index: 99999 !important;
    border-bottom: 1px solid #ccc;
}

    .ui-menu .ui-menu-item:focus, .ui-menu .ui-menu-item:hover {
        background-color: #f7f7f7 !important;
    }

.has-error {
    border: 1px solid #af2837 !important;
}

    .has-error.valid {
        border: 1px solid #d5d5d5 !important;
    }

.help-block-none {
    color: #af2837 !important;
    padding-bottom: 10px;
    margin-top: -10px;
    line-height: normal;
}

.ui-datepicker {
    background-color: #fff !important;
}

.ui-state-highlight, .ui-widget-content .ui-state-highlight, .ui-widget-header .ui-state-highlight {
    background-color: #6e9fec !important;
    border: 1px solid #6e9fec;
    /*color: #fff !important;*/
}

.border-error {
    border-color: #e1534f !important;
}

.iconInfo {
    font-size: 20px;
    /*margin-top: 5px;*/
    /*margin-left: 5px;*/
    top: 4px;
    left: 5px;
    position: relative;
}

.linkPrivacy {
    position: relative;
    top: -5px;
}

.pPrivacy {
    position: relative;
    width: auto !important;
}

.inline {
    display: inline-block;
}

.nav-lingua {
    padding: 20px 0 0 0 !important;
}

.img-lingua {
    width: 30px;
    height: 30px;
    border-width: 2px !important;
}

/*#endregion Persone*/
@media (min-width:992px) {
    .hidden-md {
        display: none;
    }
}

@media (max-width:991px) {
    .hidden-xs {
        display: none;
    }

    .mr-auto {
        width: calc(100% - 80px);
    }
}

/*Ingrandisco un pochino il logo della struttura*/
.logo a {
    height: 60px;
    width: 300px;
}
