@font-face {
    font-family: 'Open-Sans';
    src: url(../font/OpenSans-Regular.woff);
}

@font-face {
    font-family: 'Open-Sans-Semibold';
    src: url(../font/OpenSans-Semibold.woff);
}

@font-face {
    font-family: 'Open-Sans-Light';
    src: url(../font/OpenSans-Light.woff);
}

* {
    margin: 0;
    padding: 0;
    border: 0;
}

::-webkit-scrollbar {
    display: none;
}

html, body {
    font-family: 'Open-Sans-Semibold';
    color: #313334;
    font-size: 16px;
    line-height: 16px;
    min-height: 100%;
}

.breaker {
    clear: both;
}

.onlymobile {
    display: none;
}

.nomobile {
    display: block;
}

.spacer {
    padding-bottom: 20px;
}

.spacer_small {
    padding-bottom: 12px;
}

.spacer_big {
    padding-bottom: 50px;
}

.external_content {
    position: relative;
    min-width: 1120px;
}

.login_external_content {
    position: relative;
    min-width: 680px;
}

.breaking_line {
    border-top: 1px solid;
    margin-top: 15px;
    margin-bottom: 15px;
}

input::placeholder {
    color: #42B7B4;
}

.login_logo {
    text-align: center;
    background-color: white;
    height: 184px;
    position: relative;
}

.login_img {
    width: 20%;
    height: 100%;
}

.login_main {
    background-image: linear-gradient(212deg, #42B7B4, #2F8886);
    margin: 0;
}

.login_txt {
    height: 44px;
    width: 100%;
    background-color: #2F8886;
    border: #42B7B4 1px solid;
    border-radius: 30px;
    box-shadow: 0 0 8px 0 rgba(171, 235, 233, 0.2);
    text-align: center;
    font-family: Open-Sans-Light;
    font-size: 14px;
    font-weight: 500;
    margin-bottom: 20px;
    color: white;
}

.login_title {
    margin-bottom: 30px;
    text-align: center;
    font-size: 24px;
    font-family: Open-Sans-Light;
    font-weight: 100;
    color: #ABEBE9;
    line-height: 24px;
}

.login_container {
    text-align: center;
    width: 335px;
    margin: auto;
    padding-top: 75px;
    padding-bottom: 92px;
}

.login_text {
    color: #C2F2F0;
    font-family: Open-Sans;
    font-size: 14px;
}

.login_button {
    width: 90%;
    height: 44px;
    margin-top: 30px;
    background-color: white;
    font-size: 14px;
    font-weight: 400;
    color: #42B7B4;
    border-radius: 4px;
}

.login_footer {
    font-family: Open-Sans-Light;
    font-size: 12px;
    text-align: center;
    color: #C2F2F0;
    margin-bottom: 30px;
    position: relative;
    padding: 0 20px;
}

.login_footer a {
    text-decoration: underline;
    color: #C2F2F0;
}

.login_checkbox_container {
    margin: auto;
    width: 145px;
}

.fake_check_container {
    width: 12px;
    height: 12px;
    flex-shrink: 0;
    border: 2px solid #C2F2F0;
    border-radius: 4px;
}

.fake_check_container img {
    display: none;
}

.fake_check_container.checkbox_checked img {
    display: block;
}

.topbar {
    min-height: 70px;
    padding-top: 30px;
    width: 980px;
    margin: auto;
}

.topbar_container {
    width: 100%;
    background-color: white;
    position: sticky;
    top: 0;
    z-index: 1;
}

.topbar_bottom {
    position: relative;
}

.topbar_label {
    font-family: Open-Sans-Semibold;
    font-weight: 500;
    text-align: center;
    margin: 0 auto;
    padding: 0 100px;
}

.topbar_menu {
    display: none;
    background-color: white;
    width: 100%;
    height: 100%;
    position: fixed;
    right: -50%;
    box-shadow: 0 0 6px 0 rgba(0, 0, 0, 0.2);
    z-index: 3;
    min-width: 500px;
}

.topbar_menu #label_agente {
    font-family: Open-Sans;
    font-weight: 500;
    font-size: 11px;
    color: #4E706E;
    letter-spacing: 1px;
}

.topbar_menu #label_nome_agente {
    font-family: Open-Sans-Semibold;
    font-weight: 500;
    font-size: 18px;
    color: #223A39;
}

#topbar_logo {
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto;
    height: 60px;
}

.topbar_top {
    height: 76px;
    position: relative;
}

.topbar_cont_btnmenu {
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    height: 16px;
    margin: auto;
}

.back_button_container {
    width: 72px;
    position: absolute;
    top: 0;
    bottom: 0;
    height: 16px;
    margin: auto;
}

.back_button {
    background:url(../images/ico_back.png) no-repeat;
    width: 20px;
    height: 20px;
    border: none;
    z-index: 2;
    position: absolute;
}

.back_button_label {
    display: block;
    float: right;
    font-family: Open-Sans;
    font-size: 14px;
    font-weight: 500;
    color: #42B7B4;
    width: 70px;
    text-align: right;
    background: url(../images/ico_back.png) no-repeat;
    cursor: pointer;
}

.cancel_button_container {
    width: 72px;
    position: absolute;
    top: 0;
    bottom: 0;
    height: 16px;
    margin: auto;
}

.cancel_button {
    background:url(../images/ico_chiudi.png) no-repeat;
    width: 16px;
    height: 16px;
    border: none;
    z-index: 2;
    position: absolute;
}

.cancel_button_label {
    display: block;
    float: left;
    font-family: Open-Sans;
    font-size: 14px;
    font-weight: 500;
    color: #42B7B4;
    width: 75px;
    text-align: right;
    background: url(../images/ico_chiudi.png) no-repeat;
    cursor: pointer;
}

.save_button_container {
    width: 60px;
    position: absolute;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    height: 24px;
}

.save_button {
    background: url(../images/ico_check.png) no-repeat;
    width: 60px;
    height: 24px;
    border: none;
    z-index: 2;
    position: absolute;
    font-family: Open-Sans;
    font-size: 14px;
    font-weight: 500;
    color: #42B7B4;
    text-align: right;
    cursor: pointer;
}

.save_button_container .back_button_label {
    position: absolute;
    right: 0;
    top: 0;
    bottom: 0;
    height: 16px;
    margin: auto;
}

.edit_button_container {
    position: absolute;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    height: 16px;
}

.edit_button {
    background: url(../images/ico_edit.png) no-repeat;
    height: 20px;
    border: none;
    z-index: 2;
    position: absolute;
    font-family: Open-Sans;
    font-size: 14px;
    font-weight: 500;
    color: #42B7B4;
    right: -22px;
    width: 100px;
}

.edit_button_label {
    display: block;
    float: right;
    font-family: Open-Sans;
    font-size: 14px;
    font-weight: 500;
    color: #42B7B4;
    width: 80px;
    text-align: right;
    background: url(../images/ico_edit.png) no-repeat;
    cursor: pointer;
}

.report_content {
    background-color: transparent;
    width: 600px;
    height: max-content;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    position: absolute;
    margin: auto;
    scroll-behavior: auto;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-style: none;    
}

.report_top_bar {
    background-color: white;
    position: relative;
    padding: 40px 40px;
    font-size: 18px;
    color: #4E706E;
    letter-spacing: 1px;
}

.report_grey_container {
    background-color: #F1F5F5;
    padding: 20px 41px;
    
    font-family: Open-Sans-Semibold;
    font-weight: 500;
    font-size: 11px;
    color: #4E706E;
    letter-spacing: 1px;
    text-transform: uppercase;
    
    display: flex;
    flex-flow: column;
}

.report_description {
    font-family: Open-Sans;
    font-size: 9px;
    margin: 10px 0 30px 0;
}

.report_description b {
    font-family: Open-Sans-Semibold;
    font-size: 9px;
    margin: 10px 0 30px 0;
}

.report_button_label {
    display: block;
    float: right;
    font-family: Open-Sans;
    font-size: 14px;
    font-weight: 500;
    color: #42B7B4;
    text-align: right;
    cursor: pointer;
    margin-top: -20px;
}

.report_control_wrapperclass {
    width: 50%;
}

.report_selectbox {
    width: 90%;
    color: #4E7073;
    text-indent: 0;
    -webkit-appearance: none;
    background-image: linear-gradient(45deg, transparent 50%, gray 50%), linear-gradient(135deg, gray 50%, transparent 50%), linear-gradient(to right, #ccc, #ccc);
    background-position: calc(100% - 14px) 1em, calc(100% - 9px) 1em, calc(100% - 2.5em) 0.5em;
    background-size: 5px 4px, 5px 4px, 0px 1.5em;
    background-repeat: no-repeat;
    background-color: white;
    
    font-family: Open-Sans;
    font-size: 14px;
    resize: none;
    position: relative;
    float: left;
    margin-right: 20px;
    margin-bottom: 30px;
    padding: 8px 10px;
}

.report_selectbox_multiple {
    width: 70%;
    height: 75px;
    color: #4E7073;
    text-indent: 0;
    -webkit-appearance: none;
    background-color: white;
    font-family: Open-Sans;
    font-size: 14px;
    resize: none;
    position: relative;
    float: left;
    margin-right: 20px;
    margin-bottom: 30px;
    padding: 8px 10px;
}

.listboxReset {
    text-decoration: none;
    color: #42B7B4;
}

.report_textbox {
    width: 90%;
    color: #4E7073;
    font-family: Open-Sans;
    font-size: 14px;
    resize: none;
    text-indent: 10px;
    padding-top: 8px;
    margin-bottom: 30px;
    height: 30px;
    line-height: 30px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
}

.report_btn {
    cursor: pointer;
    border: 2px solid #42B7B4;
    border-radius: 4px;
    border-color: #42B7B4;
    font-family: Open-Sans-Semibold;
    font-size: 13px;
    line-height: 13px;
    color: white;
    padding: 10px;
    text-align: center;
    /*margin: 0 0 0 10px;*/
    background-color: #42B7B4;
    box-shadow: 0 1px 3px 0 rgba(66,183,180);
    text-transform: uppercase;
}

.report_buttons_container {
    margin: auto;
}

#ui-datepicker-div {
    height: unset;
    clip: unset;
    display: none;
    background: #42B7B4;
    width: 225px;
    font-family: Open-Sans;
    color: white;
}

.ui-datepicker .ui-datepicker-header {
    background: #42B7B4;
    border: 0;
}

.ui-datepicker .ui-datepicker-prev {
    background: transparent !important;
    border: 0 !important;
    color: white !important;
}

.ui-datepicker .ui-datepicker-next {
    background: transparent !important;
    border: 0 !important;
    color: white !important;
}

.ui-state-default, .ui-widget-content .ui-state-default, .ui-widget-header .ui-state-default {
    background: transparent !important;
    border: 0 !important;
    color: white !important;
}

.ui-state-active, .ui-widget-content .ui-state-active, .ui-widget-header .ui-state-active {
    background: transparent !important;
    border: 1px solid white !important;
}

.ui-state-active, .ui-widget-content .ui-state-active, .ui-widget-header .ui-state-active, a.ui-button:active, .ui-button:active, .ui-button.ui-state-active:hover {
    background: white !important;
    border: 0 !important;
    color: #42B7B4 !important;
}

.couple {
    display: flex;
    flex-flow: row;
}

.couple_reverse {
    display: flex;
    flex-flow: row;
}

.calendar_button_container {
    font-family: Open-Sans;
    font-size: 14px;
    font-weight: 500;
    color: #42B7B4;
}

.calendar_button {
    background:url(../images/ico_storico.png) no-repeat;
    width: 24px;
    height: 24px;
    border: none;
    z-index: 2;
    margin-right: 5px;
    float: left;
    margin-top: -5px;
}

.calendar_button_label {
    float: right;
}

.menu_button {
    background:url(../images/ico_menu.png) no-repeat;
    width: 18px;
    height: 16px;
    border: none;
    position: relative;
    z-index: 1;
}

.notification::after {
    content: '';
    width: 8px;
    height: 8px;
    position: absolute;
    top: 0;
    right: -2px;
    background-color: red;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
}

#storico_visite {
    margin-left: 20px;
    margin-right: auto;
}

.menu_link.notification::after {
    right: unset;
    left: 0;
}

.menu_close {
    background:url(../images/ico_chiudi.png) no-repeat;
    width: 16px;
    height: 16px;
    border: none;
    top: 59px;
    left: 23px;
    position: absolute;
}

.menu_link {
    height: 24px;
    border: none;
    font-family: Open-Sans;
    font-size: 14px;
    color: #99AAA9;
    padding-left: 34px;
    text-align: left;
    cursor: pointer;
    position: relative;
}

.menu_link.ellipsis {
    white-space: nowrap;
    overflow: hidden;
    display: block;
    text-overflow: ellipsis;
}

.info_topbar_detail .menu_link {
    margin-left: 20px;
}

.info_topbar_detail .clickable {
    color: #42B7B4;
}

.info_topbar_detail .clickable_only_on_mobile {
    color: #4E706E;
}

.info_topbar_detail a {
    text-decoration: none;
}

.menu_main_container_top {
    padding-top: 79px;
    padding-left: 64px;
    padding-bottom: 18px;
    position: relative;
}

.menu_main_container {
    margin-top: 35px;
    margin-left: 64px;
    position: relative;
}

.menu_main_container button {
    margin-bottom: 28px;
}

#menu_breaking_line {
    width: 100%;
    position: relative;
}

.searchbar {
    background-color: #DFE8E8;
    width: 940px;
    margin: auto;
    padding: 20px;
    position: relative;
}

.searchbar_container {
    background-color: #CDDBDB;
}

.content {
    background-color: #F1F5F5;
    width: 680px;
    margin: auto;
    padding-left: 150px;
    padding-right: 150px;
    padding-top: 40px;
    padding-bottom: 30px;
}

.content_container {
    background-color: #DFE8E8;
}

.content_cliente_dettaglio_ext {
    text-align: center;
    -webkit-border-bottom-right-radius: 10px;
    -webkit-border-bottom-left-radius: 10px;
    -moz-border-radius-bottomright: 10px;
    -moz-border-radius-bottomleft: 10px;
    border-bottom-right-radius: 10px;
    border-bottom-left-radius: 10px;
}

.content_cliente_dettaglio_ext label {
    font-family: Open-Sans-Semibold;
    font-size: 18px;
    color: #223A39;
}

.info_topbar {
    background-color: white;
    width: 940px;
    margin: auto;
    padding-left: 20px;
    padding-right: 20px;
    position: relative;
}

.info_topbar_container {
    background-color: white;
}

.info_topbar_main {
    width: calc(55% - 10px);
    float: left;
    position: relative;
    margin-top: 25px;
    margin-bottom: 25px;
}

.info_topbar_detail {
    width: calc(45% - 10px);
    float: right;
    position: relative;
    margin-top: 25px;
    margin-bottom: 25px;
}

.searchbar_results_label {
    display: none;
}

.searchbar_button {
    cursor: pointer;
    border: 2px solid #42B7B4;
    border-radius: 4px;
    font-family: Open-Sans-Semibold;
    font-size: 13px;
    line-height: 13px;
    color: #42B7B4;
    padding: 5px;
    text-align: center;
    width: 85px;
    height: 30px;
    margin: 0 0 0 10px;
    background-color: transparent;
}

.searchbar_button_selected {
    border-color: #42B7B4;
    color: white;
    background-color: #42B7B4;
    box-shadow: 0 1px 3px 0 rgba(66,183,180);
}

.searchbar_buttons_box {
    text-align: center;
    margin-top: 10px;
}

.searchbar_filters {
    display: none;
}

.searchbar_textfield {
    height: 30px;
    width: 180px;
    font-family: Open-Sans;
    font-size: 14px;
    background-color: white;
    border-radius: 5px;
    text-indent: 10px;
    /*padding-left: 30px;*/
}

.searchbar_textfield_search {
    background: url(../images/ico_cerca.png) no-repeat;
    background-color: white;
    background-position-y: center;
    background-position-x: 4px;
    padding-left: 20px;
    width: 200px;
    margin-right: 15px;
}

.searchbar_label {
    font-family: Open-Sans-Semibold;
    font-weight: 500;
    font-size: 11px;
    color: #4E706E;
    letter-spacing: 1px;
    position: relative;
    float: left;
    /* margin-right: 20px;
    margin-bottom: 17px; */
    width: auto;
}

.searchbar_label_special {
    width: 300px;
    margin-top: 20px;
}

.searchbar_listbox {
    font-family: Open-Sans-Semibold;
    font-weight: 500;
    font-size: 11px;
    color: #4E706E;
    letter-spacing: 1px;
    position: relative;
    float: left;
    /* margin-right: 20px;
    margin-bottom: 17px; */
}

.searchbar_checkbox_container {
    float: right;
    margin-right: 0;
}

.searchbar_checkbox {
    cursor: pointer;
    border: 2px solid #99AAA9;
    border-radius: 4px;
    font-family: Open-Sans-Semibold;
    font-size: 13px;
    color: #99AAA9;
    padding: 5px;
    text-align: center;
}

.searchbar_checkbox_cluster {
    width: 16px;
    float: left;
    margin-right: 10px;
}

.searchbar_checkbox_selected {
    border-color: #7E9B99;
    color: white;
    background-color: #7E9B99;
    box-shadow: 0 1px 3px 0 rgba(126,155,153);
}

/*.searchbar_listbox:after {
    position: absolute;
    content: "";
    top: 28px;
    right: 10px;
    width: 0;
    height: 0;
    border: 6px solid transparent;
    border-color: #99AAA9 transparent transparent transparent;
}*/

input.searchbar_textfield::placeholder {
    color: #99AAA9;
}

input.searchbar_textfield.searchbar_textfield_search::placeholder {
    color: #99AAA9;
    /*padding-left: 20px;*/
}

select.searchbar_textfield {
    width: 50px;
    color: #4E706E;
    text-indent: 0;
    -webkit-appearance:none;
    padding-left: 10px;
    background-image: linear-gradient(45deg, transparent 50%, gray 50%), linear-gradient(135deg, gray 50%, transparent 50%), linear-gradient(to right, #ccc, #ccc);
    background-position: calc(100% - 14px) 1em, calc(100% - 9px) 1em, calc(100% - 2.5em) 0.5em;
    background-size: 5px 4px, 5px 4px, 0px 1.5em;
    background-repeat: no-repeat;
}

select.searchbar_textfield_special {
    width: 48%;
    padding-right: 25px;
}

select.searchbar_textfield_prodotti {
    width: 144px;
    float: right;
}

select.width90 {
    width: 90px;
}

select.width110 {
    width: 110px;
}

.repeater_medic_main_div {
    display: flex;
    padding: 16px;
    background-color: white;
    margin-bottom: 4px;
    text-decoration: none;
}

.repeater_medic_main_div.notification_ext {
    position: relative;
    background-color: #FFFFFF60;
}

.repeater_medic_main_div.notification_ext.unread {
    background-color: #FFFFFF;
}

.repeater_medic_main_div.notification_ext.unread::after {
    content: '';
    width: 8px;
    height: 8px;
    position: absolute;
    top: 40px;
    background-color: red;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
}

.repeater_medic_main_div.notification_ext > div:last-child {
    align-items: flex-start;
}

.repeater_medic_main_div label {
    cursor: pointer;
}

.repeater_medic_main_div > div:last-child {
    min-width: 112px;
    display: flex;
    align-items: flex-end;
    flex-flow: column;
    justify-content: center;
    text-align: right;
    text-transform: uppercase;
}

.default_cursor {
    cursor: default !important;
}

.repeater_medic_data {
    padding: 0 16px;
    display: flex;
    flex-flow: column;
    flex-grow: 1;
}

.repeater_medic_data .searchbar_label {
    margin-bottom: 4px;
    width: 100%;
}

.repeater_medic_data #tipo_m {
    color: #45AED5;
    margin: 0;
    width: auto;
}

.repeater_medic_data #tipo_f {
    color: #96D634;
    margin: 0;
    width: auto;
}

.repeater_medic_data #tipo_e {
    color: #42B7B4;
    margin: 0;
    width: auto;
}

.repeater_medic_data #tipo_i {
    color: #42B7B4;
    margin: 0;
    width: auto;
}

.repeater_medic_main_div #visita {
    color: #99AAA9;
    margin: 0;
    width: auto;
}

.repeater_visit_main_div {
    background-color: white;
    margin-bottom: 4px;
    padding: 15px;
}

.repeater_visit_main_div label {
    color: #4E706E;
    font-family: Open-Sans;
    font-size: 14px;
}

.repeater_visit_main_div button {
    width: 20px;
    height: 14px;
}

.medic_icon {
    height: 24px;
    width: 24px;
    min-width: 24px;
    margin: auto;
}

.medic_icon_info_topbar_ext {
    margin-left: 0;
    margin-top: 0;
    margin-bottom: 10px;
}

#icon_m {
    background:url(../images/ico_med.png) center no-repeat;
}

#icon_f {
    background:url(../images/ico_pharm.png) center no-repeat;
}

#icon_e {
    background:url(../images/ico_evento.png) center no-repeat;
}

#icon_i {
    background:url(../images/ico_anagrafica.png) center no-repeat;
}

.repeater_medic_main_div #rag_sociale {
    font-size: 14px;
    font-family: Open-Sans-Semibold;
    padding: 4px 0;
    margin: 0;
    width: unset;
}

.repeater_medic_main_div #cluster {
    color: #4E706E;
    margin: 0;
    width: auto;
}

.repeater_medic_main_div #specializzazione {
    color: #99AAA9;
    font-size: 11px;
    font-weight: 100;
    margin: 0;
}

.btn_nuova_visita_div {
    margin-top: 25px;
    display: flex;
}

.btn_nuova_visita_ext {
    width: 200px;
    height: 25px;
    margin: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    text-decoration: none;
}

.btn_nuova_visita_ext.doc {
    margin-left: 20px;
}

div#visit_type {
    width: 300px;
    height: 38px;
    margin: 0;
    display: flex;
    justify-content: space-between;
    align-items: center;
    text-decoration: none;
}

.visit_type {
    width: 40%;
    font-size: 13px;
    line-height: 13px;
    text-align: center;
    text-decoration: none;
}

.searchbar_label_info_topbar_ext {
    float: unset;
    margin-left: 10px;
}

.info_topbar_main #tipo_f {
    color: #96D634;
}

.info_topbar_main #tipo_m {
    color: #45AED5;
}

.info_topbar_main #rag_sociale {
    font-size: 18px;
    width: 100%;
    margin-top: 10px;
}

.info_topbar_special {
    color: #99AAA9;
    font-size: 14px;
    font-weight: 100;
}

.searchbar_label_info_topbox_box_special {
    width: 100%;
}

.detail_main_container {
    background-color: rgba(34,58,57,0.9);
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 2;
}

.detail_content {
    background-color: transparent;
    width: 520px;
    height: 490px;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    position: absolute;
    margin: auto;
}

.detail_content #product_list {
    padding-top: 1px;
    padding-bottom: 0;
    background-color: #F1F5F5;
}

.detail_top_bar {
    min-height: 68px;
    background-color: white;
    position: relative;
    padding: 21px 40px;
}

.detail_top_bar #rag_sociale {
    width: 100%;
    font-size: 18px;
    font-weight: 300;
    margin: 10px 0;
}

.detail_top_bar #tipo_m {
    color: #45AED5;
    margin: 4px 0 4px 10px;
}

.detail_top_bar #tipo_f {
    color: #96D634;
    margin: 4px 0 4px 10px;
}

.detail_top_bar #tipo_e {
    color: #42B7B4;
    margin: 4px 0 4px 10px;
}

.detail_close_btn {
    background-color: transparent;
    width: 100%;
    text-align: right;
    color: #42B7B4;
    font-family: Open-Sans-Semibold;
    font-weight: 500;
    font-size: 14px;
    margin-bottom: 5px;
}

.detail_body_main_div {
    overflow-y: scroll;
    height: 70%;
    background-color: #F1F5F5;
}

.detail_body {
    background-color: #F1F5F5;
    font-family: Open-Sans;
    font-size: 14px;
    color: #99AAA9;
    padding: 26px 40px;
}

.detail_body span {
    color: #223A39;
    font-family: Open-Sans-Semibold;
    font-weight: 500;
}

.detail_body .searchbar_listbox {
    width: 100%;
    float: unset;
}

.detail_body #notes {
    margin-top: 17px;
    margin-bottom: 0px;
}

.detail_body #text {
    font-size: 14px;
    font-weight: 100;
    letter-spacing: 0;
}

.detail_prodotto_rpt_main_div {
    min-height: 57px;
    border-left: 5px solid #42B7B4;
    margin-bottom: 4px;
    margin-top: 4px;
    color: #42B7B4;
    font-family: Open-Sans-Semibold;
    position: relative;
}

.detail_body #detail_prodotto_brand {
    color: #42B7B4;
}

.detail_body #detail_prodotto_description {
    color: #2F8886;
    font-size: 14px;
}

.detail_prodotto_left {
    float: left;
    width: 88%;
    padding: 12px 15px;
}

.detail_prodotto_left_ext {
    width: calc(75% - 15px);
}

.detail_prodotto_right {
    font-size: 16px;
    line-height: 16px;
    position: absolute;
    top: 0;
    bottom: 0;
    right: 15px;
    height: 16px;
    margin: auto;
}

.detail_prodotto_right_ext {
    width: 105px;
    height: 32px;
    font-size: 16px;
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto;
    right: 0;
    padding: 0;
}

.detail_prodotto_right_ext img {
    position: absolute;
    top: 0;
    bottom: 0;
    right: 20px;
    height: 16px;
    margin: auto;
}

.detail_prodotto_right_ext span {
     float: right; 
     padding-right: 67px; 
}

.detail_prodotto_right input {
    width: 44px;
    height: 32px;
    color: #42B7B4;
    font-family: Open-Sans;
    font-size: 14px;
    text-indent: 18px;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    margin: auto;
    padding: 0px;
}

.textbox {
    width: 100%;
    height: 102px;
    color: #223A39;
    font-family: Open-Sans;
    font-size: 14px;
    resize: none;
    text-indent: 10px;
    padding-top: 8px;
}

.newvisit_upper textarea::placeholder {
    color: #B7C4C4;
}


.newvisit_upper {
    font-family: Open-Sans;
    font-size: 14px;
    color: #99AAA9;
}

.newvisit_upper .searchbar_listbox {
    width: 100%;
}

.newvisit_upper .detail_body {
    padding: 0;
}

.newvisit_searchbar {
    padding-top: 15px;
    padding-bottom: 0px;
}

.newvisit_brand_container .searchbar_checkbox {
    margin-right: 10px;
}

.newvisit_rpt_main_div {
    background-color: white;
    min-height: 57px;
    margin-bottom: 4px;
    margin-top: 4px;
    color: #223A39;
    font-family: Open-Sans-Semibold;
    font-size: 14px;
    position: relative;
}

.newvisit_rpt_main_div #detail_prodotto_brand {
    color: #42B7B4;
    font-size: 11px;
    letter-spacing: 1px;
}

.newvisit_rpt_main_div #detail_prodotto_brandname {
    color: #99AAA9;;
    font-size: 11px;
    letter-spacing: 1px;
}

.newvisit_searchbar .searchbar_buttons_box {
    padding: 0;
}

.newvisit_searchbar .searchbar_button {
    height: 30px;
    width: 85px;
    padding: 4px;
    margin-right: 0;
    margin-left: 10px;
}

.newvisit_searchbar .searchbar_checkbox_container {
    float: right;
    margin-right: 0;
    margin-top: 0;
}

.searchbar_history_ext {

}

.searchbar_checkbox_container_history_ext {
    float: left;
}

.datepicker_container {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    height: 278px;
    width: 280px;
}

#datepicker {
    position: relative;
    height: 215px;
    width: 280px;
}

.datepicker_top {
    position: relative;
    margin-bottom: 0;
    height: 63px;
    background-color: #F1F5F5;
    width: 280px;
}

#datepicker_top_label {
    font-family: Open-Sans;
    font-size: 14px;
    color: #99AAA9;
    margin-top: 24px;
    margin-left: 5%;
}

.datepicker_top .save_button_container {
    margin-right: 14px;
}

.repeater_intestazione {
    font-family: Open-Sans-Semibold;
    font-weight: 500;
    font-size: 11px;
    color: #4E706E;
    letter-spacing: 1px;
}

#noprod {
    color: #B7C4C4;
    font-family: Open-Sans;
    font-size: 14px;
    font-weight: 100;
    padding-top: 12px;
}

.warning_banner {
    font-family: Open-Sans-Semibold;
    font-weight: 500;
    font-size: 11px;
    letter-spacing: 1px;
    text-align: center;
}

.new_contact {
    padding-left: 150px;
    padding-right: 150px;
    display: grid;
    grid-template-columns: 48% 48%;
    justify-content: space-between;
}

.new_contact select {
    height: 44px;
    width: 334px;
    font-family: Open-Sans;
    font-size: 14px;
    background-color: white;
    border-radius: 5px;
    color: #4E706E;
    text-indent: 0;
    -webkit-appearance:none;
    padding-left: 10px;
    background-image: linear-gradient(45deg, transparent 50%, gray 50%), linear-gradient(135deg, gray 50%, transparent 50%), linear-gradient(to right, #ccc, #ccc);
    background-position: calc(100% - 14px) 1.3em, calc(100% - 9px) 1.3em, calc(100% - 2.5em) 0.5em;
    background-size: 5px 4px, 5px 4px, 0px 1.5em;
    background-repeat: no-repeat;
}

.desktop_full {
    width: 100%;
    grid-column: 1 / 3;
}

.new_contact input {
    height: 42px;
    width: 320px;
    font-family: Open-Sans;
    font-size: 14px;
    background-color: white;
    border-radius: 5px;
    color: #4E706E;
    text-indent: 0;
    padding-top: 0px;
    padding-left: 10px;
    border: 2px solid white;
}

.new_contact textarea {
    width: calc(100% - 14px);
    font-family: Open-Sans;
    font-size: 14px;
    background-color: white;
    border-radius: 5px;
    color: #4E706E;
    text-indent: 0;
    padding-left: 10px;
    border: 2px solid white;
}

.new_contact .required {
    color: #42B7B4;
    border: 1px solid;
}

.new_contact .container {
    width: 330px;
    position: relative;
}

.new_contact .searchbar_checkbox {
    padding: 7px;
    border: 2px solid;
}

.new_contact .searchbar_checkbox .required {
    padding: 7px;
    border: 3px solid #42B7B4;
}

.new_contact .searchbar_label {
    margin: 0px 0px 20px 0px;
}

.new_contact .chk_selected {
    border-color: #42B7B4;
    color: white;
    background-color: #42B7B4;
}

.new_contact .chkbox {
    margin: 30px 0px 20px 0px;
}

.new_contact input::placeholder,
.new_contact textarea::placeholder {
    color: #B7C4C4;
}

.new_contact .teal_color input::placeholder {
    color: #42B7B4;
}

.new_contact .teal_color select {
    color: #42B7B4;
}

.new_contact .error_color input {
    color: #E60808;
    border: 1px solid #E60808;
}

.new_contact .error_color input::placeholder {
    color: #E60808;
}

.new_contact .error_color select {
    color: #E60808;
    border: 1px solid #E60808;
}

.activity_ext {
    padding: 0;
    margin-bottom: 30px;
}

.campo_mezzo {
    width: calc(50% - 6px);
}

.campo_un_quinto {
    width: 20%;
}

.campo_tre_quarti {
    width: 75%;
}

.campo_mezzo input {
    width: calc(100% - 14px);
}

.campo_mezzo select {
    width: calc(100% + 4px);
}

.campo_un_quinto input {
    width: calc(100% - 14px);
}

.campo_tre_quarti input {
    width: calc(100% - 14px);
}

.nobackground {
    background: none;
}

.nopadding_bottom {
    padding-bottom: 0px;
}

.nopadding_top {
    padding-top: 0px;
}

.nomargin {
    margin: 0px;
}

.nomargin_top {
    margin-top: 0px;
}

.nomargin_bottom {
    margin-bottom: 0px;
}

.nomargin_right {
    margin-right: 0px;
}

.addmargin_right {
    margin-right: 10px;
}

.float_left {
    float: left;
}

.float_right {
    float: right;
}

.desktop_left {
    float: left;
}

.desktop_right {
    float: right;
}

.hidden {
    display: none;
}

.visible {
    display: block;
}

.black_color {
    color: #223A39;
}

.grey_color {
    color: #DFE8E8;
}

.transparent_color {
    color: transparent;
}

.teal_color {
    color: #42B7B4
}

.error_color {
    color: #E60808;
}

#statusbar {
    position: fixed;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 50px;
    background-color: rgba(223,232,232,0.9);
    text-align: center;
    line-height: 50px;
    color: #42B7B4;
    font-size: 12px;
    font-weight: 100;
    font-family: Open-Sans;
}

#goToTop {
    color: #42B7B4;
    font-size: 12px;
    font-weight: 100;
    font-family: Open-Sans;
    text-decoration: none;
}

.nofloat {
    float: unset !important;
}

.results_label {
    font-size: 14px;
    font-family: Open-Sans-Semibold;
    color: #4E706E;
    margin-bottom: 10px;
}

.lbl_hospital {
    color: #4E706E;
    font-family: Open-Sans;
    font-size: 12px;
    margin-bottom: 10px;
}

.default_listbox {
    font-family: Open-Sans-Semibold;
    font-weight: 500;
    font-size: 11px;
    text-transform: uppercase;
    color: #4E706E;
    letter-spacing: 1px;
    position: relative;
    float: left;
    margin-right: 20px;
    margin-bottom: 17px;
    width: auto;
}

.default_listbox select {
    height: 44px;
    width: 334px;
    font-family: Open-Sans;
    font-size: 14px;
    background-color: white;
    border-radius: 5px;
    color: #4E706E;
    text-indent: 0;
    -webkit-appearance: none;
    padding-left: 10px;
    background-image: linear-gradient(45deg, transparent 50%, gray 50%), linear-gradient(135deg, gray 50%, transparent 50%), linear-gradient(to right, #ccc, #ccc);
    background-position: calc(100% - 14px) 1.3em, calc(100% - 9px) 1.3em, calc(100% - 2.5em) 0.5em;
    background-size: 5px 4px, 5px 4px, 0px 1.5em;
    background-repeat: no-repeat;
}

.flexible {
    display: flex;
}

#searchbar_content {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: baseline;
}

.datepicker {
    width: 100px;
    margin-right: 10px;
    color: #4E706E;
}

.small_label {
    padding: 0 15px;
    text-transform: uppercase;
}

.documents_container {
    padding: 12px 15px;
    display: flex;
    flex-wrap: wrap;
}

.documents_container .login_checkbox_container {
    width: 100%;
    max-width: calc(75% - 15px);
    margin: 5px 0;
    margin-right: 20px;
    display: flex;
    align-items: center;
}

.documents_container .login_text {
    margin-left: 5px;
    color: #2F8886;
    font-family: 'Open-Sans-Semibold';
    font-size: 12px;
}

.documents_container .fake_check_container {
    position: relative;
    border: 2px solid #2F8886;
}

.documents_container .fake_check_container.checkbox_checked::before {
    content: '';
    width: 10px;
    height: 10px;
    position: absolute;
    top: 1px;
    right: 1px;
    background-color: #2F8886;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
}

.waiticon {
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    /* display: none; */
    background-color: #F1F5F580;
}

.waiticon::after {
    content: 'Attendi...';
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 22px;
}

.documents_list_container {
    padding: 0 15px;
    display: flex;
    flex-wrap: wrap;
}

.documents_list_container a {
    margin-right: 15px;
    color: #2F8886;
    font-size: 12px;
    text-decoration: none;
}

.documents_list_container a:last-child {
    margin-bottom: 10px;
}

.label_saggi {
    position: absolute;
    top: -25px;
    color: #99AAA9;
    font-size: 11px;
    letter-spacing: 1px;
    left: 0;
}