* {
    box-sizing: border-box;

    font-family: "Open Sans Condensed", sans-serif;
    font-size: 15px;
    font-weight: 700;
}

body,
html {
    width: 100%;
    height: 100%;
    padding: 0;
    margin: 0;

    background: #fafafa;
}

body {
    padding-right: 5px !important;
}

a {
    text-decoration: none !important;
}

.fic_syncd {
    float: left;
    width: 10px;
    height: 10px;
    margin-top: 6px;

    border: 2px solid white;
    border-radius: 10px;
    background: green;
}

.clock_container {
    width: 600px;
    height: 330px;
    padding-top: 1px;
    margin: auto;
    margin-bottom: 0;

    text-align: center;
    /*background-color: #fafafa;*/

    background-image: url(../img/map.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}

.data_clock {
    margin-top: 120px;
}

.data_clock,
.ora {
    font-size: 23px;
    line-height: 30px;
}

.text_center {
    text-align: center;
}

.index_form {
    display: none;
    min-width: 30px;
    min-height: 30px;
    margin: 100px auto;
    overflow: auto;

    border: 1px solid #ccc;
    background: #fff;
}

.index_form_header {
    height: 40px;

    font-size: 25px;
    line-height: 40px;

    text-align: center;

    color: #fff;
    background: #0075e9;
}

#login_form,
#rec_pwd {
    width: 400px;
}

#reg_form {
    width: 800px;
}

.row,
.row_20,
.row_25,
.row_33,
.row_50,
.row_66,
.row_75,
.row_min_subtract,
.row_min {
    float: left;
    width: 100%;
    overflow: auto;
}

.row_20,
.row_25,
.row_33,
.row_50,
.row_66,
.row_75,
.row_min_subtract,
.row_min {
    padding-left: 5px;
}

.row_20:first-child,
.row_25:first-child,
.row_33:first-child,
.row_50:first-child,
.row_66:first-child,
.row_75:first-child,
.row_min_subtract:first-child,
.row_min:first-child {
    padding-left: 0 !important;
}

.row_20 {
    width: 20% !important;
}

.row_25 {
    width: 25% !important;
}

.row_33 {
    width: 33.33% !important;
}

.row_50 {
    width: 50% !important;
}

.row_66 {
    width: 66.66% !important;
}

.row_75 {
    width: 75% !important;
}

.row_min_subtract {
    width: calc(100% - 100px) !important;
}

.row_min {
    width: 100px !important;
}

.float_right {
    float: right !important;
}

.float_left {
    float: left !important;
}

.form_btn {
    padding: 10px 15px;

    font-size: 15px;

    cursor: pointer;
    text-align: center;

    color: #fff;
    border: 0;
    background: #0075e9;
}

.form_input {
    float: left;
    width: 100%;
    height: 30px;
    padding: 0 10px;
    margin: 7px 0 7px 0;

    line-height: 30px;

    border: 1px solid #ccc;
}

.form_label {
    float: left;
    width: 100%;
    height: 30px;

    line-height: 30px;
}

.bg_opacity {
    float: left;

    background: url(img/header_logo_opacity.png) center 10px no-repeat;
}

.bg_bordeaux {
    background: rgb(180,58,58)!important;
    background:    -moz-linear-gradient(top, rgba(180,58,58,1) 0%, #6d1331 100%)!important;
    background: -webkit-linear-gradient(top, rgba(180,58,58,1) 0%, #6d1331 100%)!important;
    background:         linear-gradient(to bottom, rgba(180,58,58,1) 0%, #6d1331 100%)!important;

    filter: progid:dximagetransform.Microsoft.gradient( startColorstr="rgba(180,58,58,1)", endColorstr="#6d1331", GradientType=0);
}

#main {
    width: 100%;
    height: 100%;
    padding: 0 5px;

    background: #f6f6f6;
}

#menu_left {
    float: left;
    width: 355px;
    height: calc(100% - 55px);
    padding: 0 0 0 0;
}

#top_menu_left {
    float: left;
    width: 100%;
    height: 94px;
    padding: 0 20px 0 0;
}

#welcome_tab {
    float: left;
    width: 100%;
    height: 30px;
    margin-bottom: 7px;

    line-height: 30px;

    text-align: center;

    border-radius: 8px 8px 0 0;
}

.menu_line {
    float: left;
    width: 100%;
    height: 22px;

    cursor: pointer;
}

.label_min {
    float: left;
    width: 25%;
    height: 22px;
    padding: 0 5px;

    line-height: 22px;

    text-align: center;
}

.label_min_high {
    height: 30px;

    line-height: 30px;

    cursor: pointer;
}

.label_name {
    float: left;
    width: 75%;
    height: 22px;
    padding: 0 5px;
    overflow: hidden;

    line-height: 22px;
}

.menu_line_title,
.label_min_title,
.label_name_title {
    float: left;
    height: 30px;

    font-size: 19px;
    line-height: 30px;

    text-align: center;
}

.nopointer {
    pointer-events: none;
}

#menu_left_container {
    float: left;
    width: 100%;
    height: calc(100% - 94px);
    padding: 0 20px 0 0;
    overflow: auto;
}

.menu_container {
    float: left;
    width: 100%;
}

.double_border {
    border-width: 3px;
    border-style: double;
    border-color: #212121;
}

.double_border_active {
    background: red;
}

.submenu {
    display: none;
    margin-top: 10px;
}

#top_menu_h {
    float: left;
    width: calc(100% - 355px);
    height: 94px;
    overflow-x: scroll;
}

#center_container {
    float: left;
    height: calc(100% - 149px);
    overflow: hidden;
}

#center {
    float: left;
    width: 100%;
}

.container_default {
    display: flex;
    height: 83%;

    text-align: center;

    align-items: center;
}

.content_default {
    width: 100%;
}

.center_large_1 {
    width: calc(100% - 355px);
}

.center_large_2 {
    width: calc(100% - 685px);
    /*margin-right: 5px;*/
}

.center_large_3 {
    width: calc(100% - 335px);
    /*margin-right: 5px;*/
}

.center_large_4 {
    width: 100%;
}

#menu_right {
    display: none;
    float: left;
    width: 330px;
    height: calc(100% - 149px);
    padding: 0;
    overflow: hidden;

    border-left: 0 !important;
}

#menu_right_container {
    float: left;
    width: 100%;
    height: calc(100% - 159px);
    padding: 0 0 0 20px;
    overflow: auto;
    overflow: auto;
}

#footer {
    float: left;
    width: 100%;
    height: 40px;
    margin: 10px 0 0 0;

    background-repeat: no-repeat;
    background-position: left center;
}

#list_container {
    height: 100%;
}

.list {
    float: left;
    width: 100%;
    height: calc(100% - 150px);
    padding: 0;
    margin: 0;
    overflow: auto;
    /*100% - altezza menu in alto 150px - calendario 300px - altezza 3 file di bottoni*/

    list-style: none;
}

.search {
    float: left;
    width: 75%;
    height: 30px;
    padding: 0 5px;

    line-height: 30px;

    border: 0;
}

#datepicker_container {
    float: left;
    width: 100%;
    height: 60px;
}

#datepicker {
    float: left;
    margin-left: 10px;
}

#menu_center,
#menu_center_bottom {
    float: left;
    width: 100%;
    height: 30px;
}

#close_left,
#close_right,
#close_left_elenchi,
#reload_elenchi {
    float: left;
    width: 30px;
    height: 30px;

    line-height: 30px;

    cursor: pointer;
    text-align: center;
}

#close_left_elenchi {
    position: absolute !important;
    left: 0 !important;
}

#reload_elenchi {
    position: absolute !important;
    left: 31px !important;
}

.menu_center_element {
    float: left;
    width: calc(10% - 6px);
    height: 30px;

    line-height: 30px;

    cursor: pointer;
    text-align: center;
}

.menu_center_bottom_element {
    float: left;
    height: 30px;
    padding: 0 10px;

    line-height: 30px;

    cursor: pointer;
    text-align: center;
}

#title_center {
    float: left;
    width: 100%;
    overflow: auto;
    overflow-y: hidden;

    font-size: 24px;
    line-height: 35px;

    text-align: center;

    background: #fff url("img/header_logo.png") top left no-repeat;
    background-size: 200px !important;
}


.tab_container {
    float: left;
    width: 100%;
    height: 100%;
    overflow: auto;
}

textarea {
    height: 40px !important;
    margin: 0;

    line-height: 20px !important;

    resize: none;
}

.flag {
    height: 60px;
}

.ana_logo {
    width: 100%;
    max-width: 200px !important;
    max-height: 300px !important;
    /*background-color: #fff;*/
}

.divide {
    float: left;
    width: calc(100% - 20px) !important;
    height: 1px;
    min-height: 0 !important;
    margin: 10px 0 10px 10px;

    background: #434343;
}

.ana_button {
    width: 100%;
    height: 30px;

    line-height: 30px;

    cursor: pointer;
    text-align: center;

    color: #fff;
}

#tab_anagrafica,
#tab_contatti {
    float: left;
    width: 100%;
    min-width: 1000px;
    min-height: 100px;
    padding-bottom: 20px;
}

.custom_label {
    height: 23px;
    padding: 0 5px;

    font-size: 17px;
    font-weight: 300;
    line-height: 23px;
}

.note_label {
    float: left !important;
    width: 100% !important;
    /*height: 21px;*/
    height: auto;
    margin: 0 0 0 0 !important;
    overflow: auto;

    line-height: 21px;

    background: #fff;
}

.custom_input {
    float: left;
    width: 100%;
    height: 30px;
    padding: 0 5px;

    line-height: 30px;

    border: 0;
}

.custom_input_liste {
    height: 23px !important;
    margin-bottom: 2px !important;
}

.menu_r_submenu,
.nascondi {
    display: none;
    height: 30px;

    line-height: 30px;

    text-align: center;
}

.title_center {
    float: left;
    width: 100%;
    height: 30px;

    font-size: 24px;
    line-height: 30px;

    text-align: center;

    color: #ff2291;
    background: #fff;
}

.numerazione_input_list {
    float: left;
    width: 15px;
    height: 23px;

    line-height: 23px;
}

.submenu_modding_btn {
    display: none;
    height: 23px;

    line-height: 23px;
}

.list_multi {
    height: 23px;

    line-height: 23px;
}

.modificabile_font_attivo {
    border-width: 3px !important;
    border-style: solid !important;
}

.font_type_1 {
    border-color: red;
}

.font_type_2 {
    border-color: green;
}

.font_type_3 {
    border-color: blue;
}

.font_type_4 {
    border-color: yellow;
}

.font_green {
    color: green !important;
}

.font_bordeaux {
    color: rgb(180,58,58)!important;
}

.second_row_title {
    font-size: 33px;

    text-transform: uppercase;

    color: #0375e6;
}

#black_back {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 99;

    display: none;
    width: 100%;
    height: 100%;

    background: rgba(0, 0, 0, .4);
}

.conferma_message_box,
.font_modder {
    max-width: 400px;
}

.style_btn {
    float: right;
    height: 25px;
    padding: 0 10px;

    line-height: 30px;

    cursor: pointer;
}

.style_btn2 {
    width: 25px;
    padding: 0!important;
    margin: 4px 5px 0 5px;

    border: 3px solid #fff;
    border-radius: 30px;
}

.style1 {
    background: #f5f5f9;
    background:    -moz-linear-gradient(top, #f5f5f9 0%, #c6c6e3 100%);
    background: -webkit-linear-gradient(top, #f5f5f9 0%, #c6c6e3 100%);
    background:         linear-gradient(to bottom, #f5f5f9 0%, #c6c6e3 100%);

    filter: progid:dximagetransform.Microsoft.gradient( startColorstr="#f5f5f9", endColorstr="#c6c6e3", GradientType=0);
}

.style2 {
    border-radius: 30px;
    background: #ab8745;
    background:    -moz-linear-gradient(top, #ab8745 0%, #8a6e38 100%);
    background: -webkit-linear-gradient(top, #ab8745 0%, #8a6e38 100%);
    background:         linear-gradient(to bottom, #ab8745 0%, #8a6e38 100%);

    filter: progid:dximagetransform.Microsoft.gradient( startColorstr="#ab8745", endColorstr="#8a6e38", GradientType=0);
}

.menu_h_el_container {
    float: left;
    width: 335px;
}




.full_width {
    float: left;
    width: 100%;
}

.pd10_20 {
    padding: 10px 20px;
}

.pdt20 {
    padding-top: 20px;
}

.pdl5 {
    padding-left: 5px !important;
}

.pdr5 {
    padding-right: 5px !important;
}

.pdl0 {
    padding-left: 0 !important;
}

.pdr0 {
    padding-right: 0 !important;
}

.mg20 {
    margin: 20px;
}

.mgl20 {
    margin-left: 20px;
}

.mgt10 {
    margin-top: 10px;
}

.mgt20 {
    margin-top: 20px;
}

.mgb20 {
    margin-bottom: 20px;
}

.mgb10 {
    margin-bottom: 10px;
}

.bold {
    font-weight: 700 !important;
}

#loading {
    position: absolute !important;
    top: 0;
    left: 0;
    z-index: 999999;

    display: none;
    width: 100%;
    height: 100%;

    background: rgba(255, 255, 255, .7) url("mailing_test/loading.gif") center center no-repeat;
}

.gestisci_magazzino_p {
    display: none;
}

.del_ana_button {
    float: left;
    width: 30px;
    height: 30px;
    margin-right: 10px;

    line-height: 30px;

    cursor: pointer;
    text-align: center;

    background: url("img/del.png") center center no-repeat;
}

.ui-state-highlight,
.ui-widget-content .ui-state-highlight,
.ui-widget-header .ui-state-highlight {
    font-weight: bold!important;

    color: #fff!important;
    border: 1px solid #ff2291!important;
    background: #ff2291!important;
}

.ui-state-default,
.ui-widget-content .ui-state-default,
.ui-widget-header .ui-state-default,
.ui-button,
html .ui-button.ui-state-disabled:hover,
html .ui-button.ui-state-disabled:active {
    padding: 1px;

    font-size: 18px;
    font-weight: normal;

    color: #454545;
    border: 1px solid #c5c5c5;
    background: #f6f6f6;
}
