body {
    height: 100%;
    font-family: 'arial';
    bottom: 44px;
}

.select2-container--open {
    z-index: 9999999;
}

.modal {
    visibility: hidden;
}

.modal-content {
    position: fixed;
    visibility: hidden;
}

.modal-dialog {
    position: fixed;
    overflow-y: initial !important;
    visibility: hidden;
}

.modal-body {
    overflow-y: auto;
}

/*Modal 100%*/
.modal-content-100 {
    margin: 0;
    display: flex;
    flex-direction: column;
    max-height: calc(100vh - 90px);
}

.modal-content-100-safari {
    //max-height: -webkit-fill-available;
}

.modal-header-100 {
}

.modal-body-100 {
    overflow-y: auto;
    padding: 1em;
}

.modal-footer-100 {
}
/* -------- */

.modal-header, .modal-body, .modal-footer {
    visibility: visible;
    background-color: white;
    border-left: 1px solid rgba(66, 99, 106, 0.51);
    border-right: 1px solid rgba(66, 99, 106, 0.51);
}

.modal-header {
    border-top-left-radius: 15px;
    border-top-right-radius: 15px;
    border-top: 1px solid rgba(66, 99, 106, 0.51);
}

.modal-footer {
    border-bottom-left-radius: 15px;
    border-bottom-right-radius: 15px;
    border-bottom: 1px solid rgba(66, 99, 106, 0.51);
}

#cp_backdrop {
    background-color: rgba(66, 99, 106, 0.35);
    z-index: 1034;
    width: 100%;
    height: 100%;
    position: fixed;
}

.tooltip > .tooltip-inner {
    background-color: #fff;
    color: black;
    border: 1px solid #42636A;
    border-radius: 5px;
}

.tooltip > .tooltip-arrow {
    visibility: hidden;
}

.ui-widget-overlay {
    z-index: 1500 !important;
}

textarea {
    resize: vertical;
}

.labelDotted {
    border-bottom: 1px dotted;
}

/*.form-control, .select2-selection {
    -webkit-box-shadow: 1px 1px 1px 0 rgba(95, 95, 95, 0.1);
    -moz-box-shadow:    1px 1px 1px 0 rgba(95, 95, 95, 0.1);
    box-shadow:         1px 1px 1px 0 rgba(95, 95, 95, 0.1);
}*/

#conOmbra {
    -webkit-box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.68);
    -moz-box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.68);
    box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.68);
    padding-left: 30px;
    padding-right: 30px;
    border-radius: 25px;
}

.testoConOmbra {
    text-shadow: 2px 2px 3px rgba(150, 150, 150, 1);
}

.topBarCePosto {
    background: white;
    padding-top: 0 !important;
    padding-bottom: 0 !important;
    border-bottom: 1px solid lightgray;
}

.topBarCePostoCreditoEsaurito {
    background: linear-gradient(to bottom, rgba(250, 250, 250, 1) 0%, rgba(250, 250, 250, 1) 90%, rgba(255, 0, 0, 0.75) 100%);
    border-width: 0px !important;
    padding-top: 0px !important;
    padding-bottom: 0px !important;
}

.topBarCePostoCreditoInEsaurimento {
    background: linear-gradient(to bottom, rgba(250, 250, 250, 1) 0%, rgba(250, 250, 250, 1) 90%, rgba(226, 164, 117, 0.75) 100%);
    border-width: 0px !important;
    padding-top: 0px !important;
    padding-bottom: 0px !important;
}

.bottomBarCePosto {
    background: white;
    border-top: 1px solid lightgray;
    padding-top: 0;
    padding-bottom: 0;
    color: #545454;
    heigth: 40px;
}

.bottomBarCePostoTest {
    background-color: yellow;
    color: red;
}

.bottomBarCePostoLocale {
    background-color: purple;
    color: white;
}

.testata {
    margin-top: 10px;
    color: #878787;
    top: 30px;
    position: fixed !important;
    padding: 10px !important;
    left: 15px !important;
    display: flex !important;
    z-index: 1032;
}

.contenitoreLargo {
    padding-left: 15px;
    padding-right: 15px;
    margin-left: auto;
    margin-right: auto;
    position: relative;
}

.contenitore {
    padding-left: 15px;
    padding-right: 15px;
    max-width: 750px;
    min-width: 540px;
    margin-left: auto;
    margin-right: auto;
    position: relative;
}

@media (max-width: 767px) {
    .contenitore {
        min-width: 320px;
    }
}

.contenitoreAgenda {
    max-width: 1170px;
}

.noselect, .nonSelezionabile {
    cursor: default;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.nonSelezionabile > input {
/ / margin-left: - 3 px;
    margin-right: 3px;
}

.centrato {
    width: 100%;
    text-align: center;
}

.alertFixed {
    /*position: absolute;
    right: 25px;
    max-width: 250px;*/
}

.alert-info {
    line-height: 10px;
    padding-top: 7px !important;
    padding-bottom: 7px !important;
    border: none;
}

.alertAbsolute {
    position: fixed !important;
    right: 25px !important;
    max-width: 250px !important;
    z-index: 100 !important;
}

.alert-info {
    line-height: 17px !important;
}

.help-block {
    margin-top: 0;
    margin-bottom: 0;
}

.form-group {
    margin-bottom: 10px !important;
}

.has-error .help-block, .has-error .radio, .has-error .radio-inline {
    color: white !important;
    padding: 2px !important;
    margin-top: 0 !important;
    background-color: rgba(169, 68, 66, 0.56) !important;
    border: 1px solid #a94442;
    border-top: 0;
    border-bottom-left-radius: 3px !important;
    border-bottom-right-radius: 3px !important;
}

.has-error .checkbox .help-block-error, .field-profiloutenteform-ora p.help-block-error {
    border-top: 1px solid #a94442 !important;
    border-radius: 3px !important;
}

.field-profiloutenteform-ora p.help-block-error {
    text-align: center;
}

.has-error .form-control {
    border-bottom-left-radius: 0 !important;
    border-bottom-right-radius: 0 !important;
}

.select2-search, .select2-search--inline, .select2-search > .select2-search__field {
    width: 100% !important;
}

.CP_fieldset {
    //background-color: rgba(66, 99, 106, 0.11);
    border: 2px solid #0099cc;
    -moz-border-radius: 8px;
    -webkit-border-radius: 8px;
    border-radius: 8px;
    padding: 10px;
}

.CP_fieldset > legend {
    width: unset;
    margin-bottom: unset;
    border-bottom: unset;
    padding: 10px;
}

.close {
    float: right;
    font-size: 40px;
    line-height: 1;
    filter: alpha(opacity=20);
    opacity: 0.5;
    color: #0099cc
}

.close:hover {
    float: right;
    font-size: 40px;
    line-height: 1;
    filter: alpha(opacity=20);
    opacity: 0.5;
    color: #EB8F34
}

.modal-header .close {
    margin-top: -10px;
}

.datepicker {
    z-index: 100000 !important;
}

.alert > label {
    font-size: 20px;
}

.container {
    width: 100% !important;
    max-width: 1600px;
}