body {
	font-family:Arial;
	font-size:13px;
	color:#6A6A6A;
	background-color:#FFFFFF;
}

* {
    box-sizing: border-box;
}

a:link, a:visited {
    font-style: inherit;
    text-decoration: inherit;
    color: unset;
}

a:hover {
	color:#525252;
}

div {
    border: 0 none;
}

table {
    border: none;
    border-collapse: collapse;
    empty-cells: show;
}

table th {
    white-space: nowrap;
}

table td, table th {
    padding: 0;
    border: none;
    text-align: left;
}

    label, table th {
    	font-weight:inherit;
    }
    table.cl_list td label, table.cl_lst td label {
        font-weight: inherit;
    }

input, button {
   outline: none;
	font-family:Arial;
	font-size:13px;
	color:#6A6A6A;
	background-color:#FFF;
}

button {
    border: 0;
}

input[type="image"] {
    background-color: transparent;
}

select {
    margin: 1px;
    outline: none;
	font-family:Arial;
	font-size:13px;
	color:#383838;
}

textarea {
    resize: none;
    outline: none;
	font-family:Arial;
	font-size:13px;
	color:#6A6A6A;
	background-color:#FFF;
}

ul, ol {
    padding: 0;
	margin: 0;
}

p {
	margin:10px 0px;
}

.cl_rcol {
    vertical-align: top;
    white-space: normal;
}

@media not print {
	.cl_rcol {
		display: inline-block;
	}
}

    input[type="submit"]::-moz-focus-inner,
    input[type="button"]::-moz-focus-inner,
    button::-moz-focus-inner {
        border: transparent;
        outline: none;
    }

#div_FRAME {
	border: 0 none;
	padding: 0px;
	margin: 0px;
}

#div_IFRAME {
	padding: 5px 5px 5px 5px;
	clear: both;
}

#div_IN_PAGE #div_IN_FRAME {
	margin: 0 80px;
}

#div_INFOS {
	float: left;
	vertical-align: middle;
	padding: 0 10px;
	border-style: solid;
	background-color: #FFFFFF;
	border-color: #DEDEDE;
	font-size: 9px;
}

#div_INFOS strong {
	color: red;
}

#div_INFOS ul {
	text-align: left;
}

#div_INFOS li {
	list-style-type: none;
	line-height: 20px; 
}

#div_LANGUAGE {
	display: inline-block;
	padding: 0 10px;
}

#div_LANGUAGE ul, #div_LANGUAGE li {
	display: inline-block;
	list-style-type: none;
}

#div_LANGUAGE img {
	cursor: pointer;
}

#div_LOGO {
	display: block;
	background-repeat:no-repeat;
	background-position:center left;
}

#div_LOGO, #div_LOGO_img {
	height:30px;
	margin:0px 15px;
	border: 0 none;
}

#div_MAIN, #div_OUT_PAGE, #div_PAGE, #div_DASH_PAGE {
	margin: 0;
	padding: 0;
	border: 0 none;
}
#div_MAIN {
}

#div_DASH_PAGE {
	width: 100%;
}

#div_MESSAGE {
	display: none;
	visibility: hidden;
}

#div_MESSAGE ul {
	list-style-type: none;
	text-align: left;
	border-style: solid;
	margin:10px 5px 0px 10px;
	padding:5px 10px;
	font-size:12px;
	font-weight:bold;
	font-style:italic;
	color:#FD354E;
	background-color:#FFF;
	border-radius:5px;
	border-color:#888;
	border-width: 1px;
}

#div_MESSAGE {
	position: fixed;
	top:50px;
	left: 0;
	width: 100%;
	height: 0;
	text-align: center;
	z-index: 10000;
}
#div_MESSAGE ul {
	display: inline-block;
	visibility: visible;
	cursor: default;
}


#div_OUT_TOP {
	text-align:center;
}
@media only screen and (min-width: 600px) {
#div_OUT_FRAME {
	min-height: 800px;
	padding: 75px;
}
}
#div_OUT_FRAME #div_IN {
	padding: 30px;
}

#div_PRINT_HEAD {
	height: 20px;
}

#div_PUBLIC {
	padding: 20px 20px 20px 20px;
	display: inline;
	float: right;
	border: 1px solid black;
}

#div_SEARCH {
	font-size: 14px;
	font-weight: bold;
	padding-right: 2px;
	padding-left: 2px;
	cursor: pointer;
}

#div_TOP {
	border: 0 none;
	border-bottom: 1px solid #DEDEDE;
	height: 50px;
	background-color: #FFFFFF;
	background-image: none;
}
#div_TOP table {
	height: 50px;
}

#div_RIGHT_MENU {
	height: 34px;
	line-height: 34px;
}
#div_RIGHT_MENU span {
	padding-top:7px;
	vertical-align: middle;
	display: inline-block;
}
#div_RIGHT_MENU span span {
	padding-top: 0px;
}
#div_RIGHT_IN {
	padding-top:10px;
	overflow: hidden;
}
#div_RIGHT_IN:hover {
	overflow-y: auto;
}

#div_REFRESH {
	display: none;
	visibility: hidden;
}
#div_HEAD {
	position: absolute;
	right: 0;
}

@media (max-width: 599) {
    #div_TOP,
    #div_INUP {
        position: fixed;
        width: 100%;
        top: 0;
        z-index: 51;
    }
    #div_INUP {
        z-index: 50;
    }
}

/** Ajout css sur la gestion de la taille des pages externes et aides pour être iso avec le visuel bundle **/
#div_OUT_PAGE {
	display: flex;
	flex-direction: column;
	height: 100%;
	justify-content: space-between;
	min-height: 100vh;
}

#div_OUT_PAGE #div_IDENT_FRAME {
	display: flex;
	/*align-items: center;*/
	flex-grow: 1;
	/*justify-content: center;*/
	/*padding: 5% 18px;*/
	flex-direction: column;
}
#div_RIGHT_IN {
	min-height: 477px;
}.flagged, table.cl_lst tr.flagged, table.cl_list tr.flagged {
	font-weight: bold;
}
.cl_sep_h {
	margin-top: 9px;
	height: 1px;
}
.cl_sep_half_h {
	margin-top: 4px;
	height: 1px;
}
.cl_sep_quart_h {
	margin-top: 1.5px;
	height: 1px;
}
.cl_sep_v {
	width:10px;
	min-width:10px;
}
.cl_sep_half_v {
	width:5px;
	min-width:5px;
}
.cl_sep_quart_v {
	width:2px;
	min-width:2px;
}
div.cl_sep_h, div.cl_sep_half_h, span.cl_sep_h, span.cl_sep_half_h,  span.cl_sep_quart_h, .cl_box_inter {
	display: block;
}
div.cl_sep_v, div.cl_sep_half_v, div.cl_sep_quart_v, span.cl_sep_v, span.cl_sep_half_v, span.cl_sep_quart_v {
	display: inline-block;
}
.cl_a_none, .cl_a_none:link, .cl_a_none:visited, .cl_list a, .cl_list a:link, .cl_list a:hover, .cl_list a:visited {
	font-style: inherit;
	text-decoration: inherit;
	color: inherit;
	cursor: pointer;
}
.cl_a_none:active, .cl_a_none:focus {
	outline: none;
}
.cl_list_action {
	overflow: hidden;
	margin:0px 18px;
	min-height:38px;
}
.cl_list_action th, .cl_data_action th {
	white-space: nowrap; 
	border: none;
	width: 1%; 
}
.cl_list_action td, .cl_data_action td {
	border: none;
	text-align: right;
}
.cl_preview_empty {
	text-align: center;
	vertical-align: top;
	padding:4px 4px;
	color:#AAAAAA;
}
.cl_preview_empty_txt {
	font-size: 11px;
	padding: 0 50px;
}
.cl_preview_click {
	position: absolute;
	cursor: pointer;
	top:10px;
	right:10px;
}
.cl_list_empty, .cl_lst_empty { 
	font-size: 14px;
	font-weight: bold;
	padding: 50px 0;
	text-align: center;
	background-color:#FFFFFF;
	color:#383838;
}
#div_IN_LIST {
	border:0px;
	border-top:1px solid #DEDEDE;
}
.cl_list, .cl_lst { 
	width: 100%;
	empty-cells: show;
	border-spacing: 0;
	border-collapse: separate;
	border:0px;
	border-top:1px solid #DEDEDE;
}
#div_IN_LIST .cl_list, #div_IN_LIST .cl_lst, #div_IN_LIST .cl_list_empty, #div_IN_LIST .cl_lst_empty {
	border:	0;
}
table.cl_list tr, table.cl_lst tr {
	border: 0 none;
	height: 22px;
	min-height: 22px;
	color: #383838;
	background-color: #FFFFFF;
}
table.cl_list th, .cl_th, .cl_th_click {
	empty-cells: show;
	padding: 0;
	padding-left: 5px;
	padding-right: 1px;
	white-space: nowrap;
	text-align: left;
	border: 0 none;
	border-right: 0px solid transparent;
	border-bottom: 1px solid #DEDEDE;
	background-color: #F8F8F8;
	color: #6A6A6A;
	font-size: 13px;
	font-weight: bold;
	height: 35px;
	letter-spacing: 0.05em;
}
table.cl_lst th, .cl_lst_th {
	empty-cells: show;
	padding: 0;
	padding-left: 5px;
	padding-right: 1px;
	white-space: nowrap;
	text-align: left;
	border: 0 none;
	border-left: 0px solid transparent;
	border-bottom: 1px solid #DEDEDE;
	background-color: #F8F8F8;
	color: #6A6A6A;
	font-size: 13px;
	font-weight: bold;
	height: 35px;
	letter-spacing: 0.05em;
}
table.cl_lst th:first-of-type {
	border-left: 0 solid transparent;
}

table.cl_lst th:first-child, table.cl_list th:first-child {
	padding-left: 18px;
}
table.cl_lst th:last-child, table.cl_lst td:last-child, table.cl_list th:last-child, table.cl_list td:last-child {
	padding-right: 18px;
}
table.cl_lst td:first-child, table.cl_list td:first-child {
	padding-left: 18px;
}
table.cl_lst td:first-child > label, table.cl_list td:first-child > label {
	margin-left: 0px;
}

.cl_th_click {
	cursor: pointer;
}
.cl_th_click:hover {
	background-color: #F3F3F3;
  color: #525252;
}
table.cl_list td, table.cl_lst td, .cl_lst_td { 
	empty-cells: show;
	border: 0 none;
	border-bottom: 1px solid #DEDEDE;
	height: 35px;
	line-height: 2;
}
table.cl_list td, table.cl_lst td { 
	padding: 0 5px;
}
table.cl_list .cl_td_check, table.cl_lst .cl_td_check { 
	padding: 0;
	width: 33px;
}
table.cl_list .cl_td_check label, table.cl_lst .cl_td_check label { 
	display: block;
}
table.cl_lst .cl_td_check label.cl_checkbox_indent {
	padding-left: 10px;
	padding-right: 0;
}
.cl_lst_td_elts {
	display: block;
}
.cl_lst_td_elt {
	padding: 5px 5px;
	display: block;
}
td .cl_lst_td_elt, th .cl_lst_td_elt {				/* WA pas sûr */
	display: table-cell;
}
.cl_lst_th_min, .cl_lst_td_min {
	width: 1%;
	white-space: nowrap;
}
.cl_list .click, .cl_lst .click {
	cursor: pointer;
}
.cl_list .click:hover, .cl_lst .click:hover {
	background-color: #F3F3F3;
  color: #525252;
}
.cl_list .checked, .cl_lst .checked, .cl_selector_today {
	cursor: pointer;
	background-color: #FFE6E9;
	color: #525252;
}
.cl_list .checked:hover, .cl_lst .checked:hover {
  background-color: #F3F3F3;
  color: #525252;
}
.cl_date_selector_today {
	text-decoration: underline;
	font-weight: bold;
}
.cl_lst_invisible {
	display: none;
	visibility: hidden;
}
.cl_lst .cl_lst_sub {
	background-color:#F8F8F8;
	color:#383838;
}
.cl_lst_sub_nb {
	background-color: #F8F8F8;
	padding:1px 8px;
	margin:0px 5px;
	border: 1px solid #DEDEDE;
	border-radius: 5px;
	display: inline-block;
	line-height: 1.5;
}
.cl_list_th_color {
	background-color: #F8F8F8;
	color: #6A6A6A;
}
.cl_list_infos {
	margin:0px 0px;
	padding:0px 18px;
	min-height:38px;
	width: 100%;
	vertical-align: middle;
}
.cl_list_infos td {
	padding: 0;
	margin: 0;
}
.cl_list_info_left {
	padding-right: 60px;
	display: inline-block;
	vertical-align: middle;
	line-height: 20px;
}
.cl_list_info_right {
	padding-left: 40px;
	display: inline-block;
	vertical-align: middle;
}
.cl_list tr td table { 
	border: none;
}
.cl_list p {
	text-align: center;
}
.cl_padding {
	padding: 10px 10px;
}
.cl_table_data th, .cl_table_data td, .cl_table_data .clr_th, .cl_table_data .clr_td { 
	padding: 1px 0;
	padding-right: 2px;
}
.cl_table td, .cl_table th { 
	border:  1px solid #DEDEDE;
	padding: 1px 5px;
}
.div_menu {
	background-color: #DDDDDD;
	border: 1px solid #000000;
	display: none;
	z-index: 200;
}
.cl_smiley.td:hover {
	border: inset 1px #000;
}
.cl_radio_active {
	background-image: url("https://images.mailo.com/img-20251203/mailo/en/include/default/icon_radio_on.png");
	background-repeat: no-repeat;
	padding-left: 15px;
	padding-top: 15px;
}
.cl_radio_inactive {
	background-image: url("https://images.mailo.com/img-20251203/mailo/en/include/default/icon_radio_off.png");
	background-repeat: no-repeat;
	padding-left: 15px;
	padding-top: 15px;
}
span.cl_select_light {
	background-image: url("https://images.mailo.com/img-20251203/mailo/en/include/default/icon_select_light.svg");
	background-repeat: no-repeat;
	background-position: center right;
	padding-right: 20px;
	white-space: nowrap; 
	display: inline-block;
	cursor: pointer;
}
select.cl_select, select.cl_select_left {
	-webkit-appearance: none;
	-moz-appearance: none;
}
span.cl_select, span.cl_select_label {
	background-position: center right;
	padding:5px 5px;
	padding-right: 25px;
}
select.cl_select {
	background-position: center right;
	padding:5px 5px;
	padding-right: 25px;
}
span.cl_select_left, select.cl_select_left {
	background-position: 5px center;
	padding:5px 5px;
	padding-left: 25px;
}
span.cl_select, span.cl_select_label, select.cl_select, span.cl_select_left, select.cl_select_left {
	background-image: url("https://images.mailo.com/img-20251203/mailo/en/include/default/icon_select.svg");
	background-repeat: no-repeat;
	white-space: nowrap; 
	display: inline-block;
	border: 1px solid #CCC;
	border-radius: 2px;
}
.cl_select, .cl_select_label, .cl_select_left {
	background-color: #FFF;
	color: #545454;
	cursor: pointer;
	max-width: 100%;

}
.cl_select, .cl_select_light {
	font-weight: normal;
}
span.cl_select:hover, span.cl_select_label:hover, span.cl_select_left:hover {
	background-color: #F3F3F3;
	color: #525252;
}
span.cl_select_light:hover {
	color: #525252;
}
.cl_select_image {
	cursor: pointer;
	overflow: hidden;
}
.cl_select_domain {
	background-color: #FFFFFF;
	background-image: url("https://images.mailo.com/img-20251203/mailo/en/include/default/select_domain.svg");
	background-repeat: no-repeat;
	background-position: left 5px center;
	background-size: 15px;
}
.cl_select_domain .cl_select {
	background-color: transparent;
	padding-left: 25px;
	margin-left: 0;
	border-left-width: 0;
	border-top-left-radius: 0;
	border-bottom-left-radius: 0;
}
select.cl_select[multiple] {
	background-image:none;
}
.cl_input_email .cl_input {
	max-width: 60%;
	vertical-align: middle;
}
.cl_input_email .cl_select_domain {
	max-width: 40%;
	vertical-align: middle;
}
.cl_link {
	cursor: pointer;
}
.cl_link2, .cl_link2:hover {
	cursor:pointer;
 color: #797341;
 font-weight: normal;
 font-style: normal;
	text-decoration: underline;
}
.cl_link:hover, .cl_link2, .cl_link2:hover, .cl_link .cl_color:hover, .cl_link2 .cl_color:hover {
	color: #525252;
}
.cl_link_inactive {
	color: #333333;
}
.cl_display_none {
	display: none !important;
}
.cl_hidden {
	visibility: hidden !important;
}
.cl_click {
	cursor: pointer;
}
.cl_click:hover, .cl_line:hover {
	background-color: #F3F3F3;
	color: #525252;
}
@media only screen and (min-width: 1300px) {
tr .cl_form_elt {
	min-width: 80px;
}
}
.cl_form_elt {
	margin: 5px 0;
}
.cl_form_elt_title {
	font-size: 115%;
	font-weight: bold;
	margin: 15px 0 5px 20px;
}
.cl_form_elt_info {
	font-size: 90%;
	font-style: italic;
	margin: 0 0 5px 0;
}
.cl_info {
	font-size: 90%;
	font-style: italic;
}
.cl_ok {
	color: #008000;
}
.cl_list_sort {
	display: block;
	width: 100%;
	cursor: pointer;
}
.cl_gauge {
	border-collapse: collapse;
	margin: 0 1px;
	width: 112px;
	color: #000000;
	font-size: 8px;
}
.cl_gauge th, .cl_gauge td {
	padding: 0;
}
.cl_gauge_right {
	padding: 0;
	padding-right: 3px;
	text-align: right;
	background-image: url("https://images.mailo.com/img-20251203/mailo/en/include/default/gauge_right.png");
}
.cl_gauge_alert {
	background-image: url("https://images.mailo.com/img-20251203/mailo/en/include/default/gauge_alert.png");
	background-position: center center;
}
.cl_gauge_warning {
	background-image: url("https://images.mailo.com/img-20251203/mailo/en/include/default/gauge_warning.png");
	background-position: center center;
}
.cl_gauge_ok {
	background-image: url("https://images.mailo.com/img-20251203/mailo/en/include/default/gauge_ok.png");
	background-position: center center;
}
.cl_gauge_xleft_ok {
	background-image: url("https://images.mailo.com/img-20251203/mailo/en/include/default/gauge_xleft_ok.png");
	background-position: center right;
	background-repeat: no-repeat;
}
.cl_gauge_xleft_alert {
	background-image: url("https://images.mailo.com/img-20251203/mailo/en/include/default/gauge_xleft_alert.png");
	background-position: center right;
	background-repeat: no-repeat;
}
.cl_gauge_xleft_warning {
	background-image: url("https://images.mailo.com/img-20251203/mailo/en/include/default/gauge_xleft_warning.png");
	background-position: center right;
	background-repeat: no-repeat;
}
.cl_gauge_xright {
	background-image: url("https://images.mailo.com/img-20251203/mailo/en/include/default/gauge_xright.png");
	background-position: center left;
	background-repeat: no-repeat;
}
.cl_gauge_xright_alert {
	background-image: url("https://images.mailo.com/img-20251203/mailo/en/include/default/gauge_xright_alert.png");
	background-position: center left;
	background-repeat: no-repeat;
}
.cl_newgauge_container {
	height: 9px;
	border: 0 none;
	border-radius: 5px;
	overflow: hidden;
	width: 120px;
	display: inline-block;
	text-align: left;
	vertical-align: middle;
	background-color: #E2E2E2;
}
.cl_newgauge_contents {
	height: 9px;
	display: inline-block;
	vertical-align: middle;
}
.cl_newgauge_ok {
	background-color:#82E3C8;

}
.cl_newgauge_warning {
	background-color:#FF8D6E;
}
.cl_newgauge_alert {
	background-color:#FD354E;
}
.cl_newgauge_percent {
	display: inline-block;
	vertical-align: middle;
	font-size: 10px;
}

.cl_help {
	padding: 0 10px 10px 10px;
}
.cl_help h1 {
	font-size: 15px;
}
.cl_help h2 {
	margin: 20px 0 5px 0;
	padding: 0;
	font-size: 13px;
}
.cl_help p {
	margin: 2px 0;
}
.cl_help li {
	padding: 2px 0 0 0;
	padding-left: 10px;
	margin: 0;
	margin-left: 10px;
	list-style-position: inside;
}
.cl_help li ul li {
	list-style-type: circle;
	padding: 3px 0 0 0;
}
.cl_help img, .cl_help_img {
	vertical-align: middle;
}
.cl_help_menu, .cl_help_tabs, .cl_help_button, .cl_help_label {
	font-style: italic;
}
.cl_file_print {
	border: 0;
	padding: 10px;
	width: 600px;
	font-size: 11px;
	text-align: justify;
}
.cl_caddie_pay ul {
	list-style-type: none;
}
.cl_vmiddle, .cl_vmiddle a, .cl_vmiddle span {
	vertical-align: middle;
	display: inline-block;
}
.cl_align_center {
	text-align: center;
}
tr.cl_align_center th, tr.cl_align_center td {
	text-align: center;
}
.cl_checkbox input[type="radio"] {
	margin: 3px;
}
.cl_checkbox input[type="checkbox"], .cl_checkbox input[type="radio"], .cl_checkbox img {
	vertical-align: middle;
	display: inline-block;
	margin-left: 0;
}
.cl_checkbox span {
	vertical-align: middle;
	display: inline;
	line-height: 1;
}

.cl_link_lang_en {
	background-image: url("https://images.mailo.com/img-20251203/mailo/en/include/default/flag_en.gif");
	background-repeat: no-repeat;
	padding-left: 33px;
}
.cl_link_lang_small_en {
	background-image: url("https://images.mailo.com/img-20251203/mailo/en/include/default/flag_small_en.gif");
	background-repeat: no-repeat;
	background-position: left center;
	padding-left: 22px;
}

.cl_link_lang_fr {
	background-image: url("https://images.mailo.com/img-20251203/mailo/en/include/default/flag_fr.gif");
	background-repeat: no-repeat;
	padding-left: 33px;
}
.cl_link_lang_small_fr {
	background-image: url("https://images.mailo.com/img-20251203/mailo/en/include/default/flag_small_fr.gif");
	background-repeat: no-repeat;
	background-position: left center;
	padding-left: 22px;
}

.cl_link_lang_ar {
	background-image: url("https://images.mailo.com/img-20251203/mailo/en/include/default/flag_ar.gif");
	background-repeat: no-repeat;
	padding-left: 33px;
}
.cl_link_lang_small_ar {
	background-image: url("https://images.mailo.com/img-20251203/mailo/en/include/default/flag_small_ar.gif");
	background-repeat: no-repeat;
	background-position: left center;
	padding-left: 22px;
}

.cl_link_lang_bg {
	background-image: url("https://images.mailo.com/img-20251203/mailo/en/include/default/flag_bg.gif");
	background-repeat: no-repeat;
	padding-left: 33px;
}
.cl_link_lang_small_bg {
	background-image: url("https://images.mailo.com/img-20251203/mailo/en/include/default/flag_small_bg.gif");
	background-repeat: no-repeat;
	background-position: left center;
	padding-left: 22px;
}

.cl_link_lang_br {
	background-image: url("https://images.mailo.com/img-20251203/mailo/en/include/default/flag_br.gif");
	background-repeat: no-repeat;
	padding-left: 33px;
}
.cl_link_lang_small_br {
	background-image: url("https://images.mailo.com/img-20251203/mailo/en/include/default/flag_small_br.gif");
	background-repeat: no-repeat;
	background-position: left center;
	padding-left: 22px;
}

.cl_link_lang_bs {
	background-image: url("https://images.mailo.com/img-20251203/mailo/en/include/default/flag_bs.gif");
	background-repeat: no-repeat;
	padding-left: 33px;
}
.cl_link_lang_small_bs {
	background-image: url("https://images.mailo.com/img-20251203/mailo/en/include/default/flag_small_bs.gif");
	background-repeat: no-repeat;
	background-position: left center;
	padding-left: 22px;
}

.cl_link_lang_ca {
	background-image: url("https://images.mailo.com/img-20251203/mailo/en/include/default/flag_ca.gif");
	background-repeat: no-repeat;
	padding-left: 33px;
}
.cl_link_lang_small_ca {
	background-image: url("https://images.mailo.com/img-20251203/mailo/en/include/default/flag_small_ca.gif");
	background-repeat: no-repeat;
	background-position: left center;
	padding-left: 22px;
}

.cl_link_lang_co {
	background-image: url("https://images.mailo.com/img-20251203/mailo/en/include/default/flag_co.gif");
	background-repeat: no-repeat;
	padding-left: 33px;
}
.cl_link_lang_small_co {
	background-image: url("https://images.mailo.com/img-20251203/mailo/en/include/default/flag_small_co.gif");
	background-repeat: no-repeat;
	background-position: left center;
	padding-left: 22px;
}

.cl_link_lang_cs {
	background-image: url("https://images.mailo.com/img-20251203/mailo/en/include/default/flag_cs.gif");
	background-repeat: no-repeat;
	padding-left: 33px;
}
.cl_link_lang_small_cs {
	background-image: url("https://images.mailo.com/img-20251203/mailo/en/include/default/flag_small_cs.gif");
	background-repeat: no-repeat;
	background-position: left center;
	padding-left: 22px;
}

.cl_link_lang_da {
	background-image: url("https://images.mailo.com/img-20251203/mailo/en/include/default/flag_da.gif");
	background-repeat: no-repeat;
	padding-left: 33px;
}
.cl_link_lang_small_da {
	background-image: url("https://images.mailo.com/img-20251203/mailo/en/include/default/flag_small_da.gif");
	background-repeat: no-repeat;
	background-position: left center;
	padding-left: 22px;
}

.cl_link_lang_de {
	background-image: url("https://images.mailo.com/img-20251203/mailo/en/include/default/flag_de.gif");
	background-repeat: no-repeat;
	padding-left: 33px;
}
.cl_link_lang_small_de {
	background-image: url("https://images.mailo.com/img-20251203/mailo/en/include/default/flag_small_de.gif");
	background-repeat: no-repeat;
	background-position: left center;
	padding-left: 22px;
}

.cl_link_lang_el {
	background-image: url("https://images.mailo.com/img-20251203/mailo/en/include/default/flag_el.gif");
	background-repeat: no-repeat;
	padding-left: 33px;
}
.cl_link_lang_small_el {
	background-image: url("https://images.mailo.com/img-20251203/mailo/en/include/default/flag_small_el.gif");
	background-repeat: no-repeat;
	background-position: left center;
	padding-left: 22px;
}

.cl_link_lang_eo {
	background-image: url("https://images.mailo.com/img-20251203/mailo/en/include/default/flag_eo.gif");
	background-repeat: no-repeat;
	padding-left: 33px;
}
.cl_link_lang_small_eo {
	background-image: url("https://images.mailo.com/img-20251203/mailo/en/include/default/flag_small_eo.gif");
	background-repeat: no-repeat;
	background-position: left center;
	padding-left: 22px;
}

.cl_link_lang_es {
	background-image: url("https://images.mailo.com/img-20251203/mailo/en/include/default/flag_es.gif");
	background-repeat: no-repeat;
	padding-left: 33px;
}
.cl_link_lang_small_es {
	background-image: url("https://images.mailo.com/img-20251203/mailo/en/include/default/flag_small_es.gif");
	background-repeat: no-repeat;
	background-position: left center;
	padding-left: 22px;
}

.cl_link_lang_et {
	background-image: url("https://images.mailo.com/img-20251203/mailo/en/include/default/flag_et.gif");
	background-repeat: no-repeat;
	padding-left: 33px;
}
.cl_link_lang_small_et {
	background-image: url("https://images.mailo.com/img-20251203/mailo/en/include/default/flag_small_et.gif");
	background-repeat: no-repeat;
	background-position: left center;
	padding-left: 22px;
}

.cl_link_lang_eu {
	background-image: url("https://images.mailo.com/img-20251203/mailo/en/include/default/flag_eu.gif");
	background-repeat: no-repeat;
	padding-left: 33px;
}
.cl_link_lang_small_eu {
	background-image: url("https://images.mailo.com/img-20251203/mailo/en/include/default/flag_small_eu.gif");
	background-repeat: no-repeat;
	background-position: left center;
	padding-left: 22px;
}

.cl_link_lang_fi {
	background-image: url("https://images.mailo.com/img-20251203/mailo/en/include/default/flag_fi.gif");
	background-repeat: no-repeat;
	padding-left: 33px;
}
.cl_link_lang_small_fi {
	background-image: url("https://images.mailo.com/img-20251203/mailo/en/include/default/flag_small_fi.gif");
	background-repeat: no-repeat;
	background-position: left center;
	padding-left: 22px;
}

.cl_link_lang_ga {
	background-image: url("https://images.mailo.com/img-20251203/mailo/en/include/default/flag_ga.gif");
	background-repeat: no-repeat;
	padding-left: 33px;
}
.cl_link_lang_small_ga {
	background-image: url("https://images.mailo.com/img-20251203/mailo/en/include/default/flag_small_ga.gif");
	background-repeat: no-repeat;
	background-position: left center;
	padding-left: 22px;
}

.cl_link_lang_he {
	background-image: url("https://images.mailo.com/img-20251203/mailo/en/include/default/flag_he.gif");
	background-repeat: no-repeat;
	padding-left: 33px;
}
.cl_link_lang_small_he {
	background-image: url("https://images.mailo.com/img-20251203/mailo/en/include/default/flag_small_he.gif");
	background-repeat: no-repeat;
	background-position: left center;
	padding-left: 22px;
}

.cl_link_lang_hr {
	background-image: url("https://images.mailo.com/img-20251203/mailo/en/include/default/flag_hr.gif");
	background-repeat: no-repeat;
	padding-left: 33px;
}
.cl_link_lang_small_hr {
	background-image: url("https://images.mailo.com/img-20251203/mailo/en/include/default/flag_small_hr.gif");
	background-repeat: no-repeat;
	background-position: left center;
	padding-left: 22px;
}

.cl_link_lang_hu {
	background-image: url("https://images.mailo.com/img-20251203/mailo/en/include/default/flag_hu.gif");
	background-repeat: no-repeat;
	padding-left: 33px;
}
.cl_link_lang_small_hu {
	background-image: url("https://images.mailo.com/img-20251203/mailo/en/include/default/flag_small_hu.gif");
	background-repeat: no-repeat;
	background-position: left center;
	padding-left: 22px;
}

.cl_link_lang_is {
	background-image: url("https://images.mailo.com/img-20251203/mailo/en/include/default/flag_is.gif");
	background-repeat: no-repeat;
	padding-left: 33px;
}
.cl_link_lang_small_is {
	background-image: url("https://images.mailo.com/img-20251203/mailo/en/include/default/flag_small_is.gif");
	background-repeat: no-repeat;
	background-position: left center;
	padding-left: 22px;
}

.cl_link_lang_it {
	background-image: url("https://images.mailo.com/img-20251203/mailo/en/include/default/flag_it.gif");
	background-repeat: no-repeat;
	padding-left: 33px;
}
.cl_link_lang_small_it {
	background-image: url("https://images.mailo.com/img-20251203/mailo/en/include/default/flag_small_it.gif");
	background-repeat: no-repeat;
	background-position: left center;
	padding-left: 22px;
}

.cl_link_lang_ja {
	background-image: url("https://images.mailo.com/img-20251203/mailo/en/include/default/flag_ja.gif");
	background-repeat: no-repeat;
	padding-left: 33px;
}
.cl_link_lang_small_ja {
	background-image: url("https://images.mailo.com/img-20251203/mailo/en/include/default/flag_small_ja.gif");
	background-repeat: no-repeat;
	background-position: left center;
	padding-left: 22px;
}

.cl_link_lang_lb {
	background-image: url("https://images.mailo.com/img-20251203/mailo/en/include/default/flag_lb.gif");
	background-repeat: no-repeat;
	padding-left: 33px;
}
.cl_link_lang_small_lb {
	background-image: url("https://images.mailo.com/img-20251203/mailo/en/include/default/flag_small_lb.gif");
	background-repeat: no-repeat;
	background-position: left center;
	padding-left: 22px;
}

.cl_link_lang_lt {
	background-image: url("https://images.mailo.com/img-20251203/mailo/en/include/default/flag_lt.gif");
	background-repeat: no-repeat;
	padding-left: 33px;
}
.cl_link_lang_small_lt {
	background-image: url("https://images.mailo.com/img-20251203/mailo/en/include/default/flag_small_lt.gif");
	background-repeat: no-repeat;
	background-position: left center;
	padding-left: 22px;
}

.cl_link_lang_lv {
	background-image: url("https://images.mailo.com/img-20251203/mailo/en/include/default/flag_lv.gif");
	background-repeat: no-repeat;
	padding-left: 33px;
}
.cl_link_lang_small_lv {
	background-image: url("https://images.mailo.com/img-20251203/mailo/en/include/default/flag_small_lv.gif");
	background-repeat: no-repeat;
	background-position: left center;
	padding-left: 22px;
}

.cl_link_lang_mt {
	background-image: url("https://images.mailo.com/img-20251203/mailo/en/include/default/flag_mt.gif");
	background-repeat: no-repeat;
	padding-left: 33px;
}
.cl_link_lang_small_mt {
	background-image: url("https://images.mailo.com/img-20251203/mailo/en/include/default/flag_small_mt.gif");
	background-repeat: no-repeat;
	background-position: left center;
	padding-left: 22px;
}

.cl_link_lang_nl {
	background-image: url("https://images.mailo.com/img-20251203/mailo/en/include/default/flag_nl.gif");
	background-repeat: no-repeat;
	padding-left: 33px;
}
.cl_link_lang_small_nl {
	background-image: url("https://images.mailo.com/img-20251203/mailo/en/include/default/flag_small_nl.gif");
	background-repeat: no-repeat;
	background-position: left center;
	padding-left: 22px;
}

.cl_link_lang_no {
	background-image: url("https://images.mailo.com/img-20251203/mailo/en/include/default/flag_no.gif");
	background-repeat: no-repeat;
	padding-left: 33px;
}
.cl_link_lang_small_no {
	background-image: url("https://images.mailo.com/img-20251203/mailo/en/include/default/flag_small_no.gif");
	background-repeat: no-repeat;
	background-position: left center;
	padding-left: 22px;
}

.cl_link_lang_pl {
	background-image: url("https://images.mailo.com/img-20251203/mailo/en/include/default/flag_pl.gif");
	background-repeat: no-repeat;
	padding-left: 33px;
}
.cl_link_lang_small_pl {
	background-image: url("https://images.mailo.com/img-20251203/mailo/en/include/default/flag_small_pl.gif");
	background-repeat: no-repeat;
	background-position: left center;
	padding-left: 22px;
}

.cl_link_lang_pt {
	background-image: url("https://images.mailo.com/img-20251203/mailo/en/include/default/flag_pt.gif");
	background-repeat: no-repeat;
	padding-left: 33px;
}
.cl_link_lang_small_pt {
	background-image: url("https://images.mailo.com/img-20251203/mailo/en/include/default/flag_small_pt.gif");
	background-repeat: no-repeat;
	background-position: left center;
	padding-left: 22px;
}

.cl_link_lang_ro {
	background-image: url("https://images.mailo.com/img-20251203/mailo/en/include/default/flag_ro.gif");
	background-repeat: no-repeat;
	padding-left: 33px;
}
.cl_link_lang_small_ro {
	background-image: url("https://images.mailo.com/img-20251203/mailo/en/include/default/flag_small_ro.gif");
	background-repeat: no-repeat;
	background-position: left center;
	padding-left: 22px;
}

.cl_link_lang_ru {
	background-image: url("https://images.mailo.com/img-20251203/mailo/en/include/default/flag_ru.gif");
	background-repeat: no-repeat;
	padding-left: 33px;
}
.cl_link_lang_small_ru {
	background-image: url("https://images.mailo.com/img-20251203/mailo/en/include/default/flag_small_ru.gif");
	background-repeat: no-repeat;
	background-position: left center;
	padding-left: 22px;
}

.cl_link_lang_sk {
	background-image: url("https://images.mailo.com/img-20251203/mailo/en/include/default/flag_sk.gif");
	background-repeat: no-repeat;
	padding-left: 33px;
}
.cl_link_lang_small_sk {
	background-image: url("https://images.mailo.com/img-20251203/mailo/en/include/default/flag_small_sk.gif");
	background-repeat: no-repeat;
	background-position: left center;
	padding-left: 22px;
}

.cl_link_lang_sl {
	background-image: url("https://images.mailo.com/img-20251203/mailo/en/include/default/flag_sl.gif");
	background-repeat: no-repeat;
	padding-left: 33px;
}
.cl_link_lang_small_sl {
	background-image: url("https://images.mailo.com/img-20251203/mailo/en/include/default/flag_small_sl.gif");
	background-repeat: no-repeat;
	background-position: left center;
	padding-left: 22px;
}

.cl_link_lang_sr {
	background-image: url("https://images.mailo.com/img-20251203/mailo/en/include/default/flag_sr.gif");
	background-repeat: no-repeat;
	padding-left: 33px;
}
.cl_link_lang_small_sr {
	background-image: url("https://images.mailo.com/img-20251203/mailo/en/include/default/flag_small_sr.gif");
	background-repeat: no-repeat;
	background-position: left center;
	padding-left: 22px;
}

.cl_link_lang_sv {
	background-image: url("https://images.mailo.com/img-20251203/mailo/en/include/default/flag_sv.gif");
	background-repeat: no-repeat;
	padding-left: 33px;
}
.cl_link_lang_small_sv {
	background-image: url("https://images.mailo.com/img-20251203/mailo/en/include/default/flag_small_sv.gif");
	background-repeat: no-repeat;
	background-position: left center;
	padding-left: 22px;
}

.cl_link_lang_tr {
	background-image: url("https://images.mailo.com/img-20251203/mailo/en/include/default/flag_tr.gif");
	background-repeat: no-repeat;
	padding-left: 33px;
}
.cl_link_lang_small_tr {
	background-image: url("https://images.mailo.com/img-20251203/mailo/en/include/default/flag_small_tr.gif");
	background-repeat: no-repeat;
	background-position: left center;
	padding-left: 22px;
}

.cl_link_lang_uk {
	background-image: url("https://images.mailo.com/img-20251203/mailo/en/include/default/flag_uk.gif");
	background-repeat: no-repeat;
	padding-left: 33px;
}
.cl_link_lang_small_uk {
	background-image: url("https://images.mailo.com/img-20251203/mailo/en/include/default/flag_small_uk.gif");
	background-repeat: no-repeat;
	background-position: left center;
	padding-left: 22px;
}

.cl_link_lang_zh {
	background-image: url("https://images.mailo.com/img-20251203/mailo/en/include/default/flag_zh.gif");
	background-repeat: no-repeat;
	padding-left: 33px;
}
.cl_link_lang_small_zh {
	background-image: url("https://images.mailo.com/img-20251203/mailo/en/include/default/flag_small_zh.gif");
	background-repeat: no-repeat;
	background-position: left center;
	padding-left: 22px;
}

.cl_select_action {
	max-width: 130px;
}
.cl_select_short {
	width: 20px;
	border-width: 0;
	cursor: pointer;
}
.cl_item {
	display: inline-block;
	white-space: nowrap;
	background-color:#E7E7E7;
	color:#434343;
	font-size:12px;
	margin:2px 2px;
	padding:4px 8px;
	border:1px solid #C3C3C3;
	border-radius:20px;
}
.cl_item a, .cl_item a:hover {
	color: inherit;
}
li.cl_item {
	list-style-type: none;
}
.cl_item .cl_group {
	background-image: url("https://images.mailo.com/img-20251203/mailo/en/adbook/default/menu_adbook.svg");
	background-repeat: no-repeat;
	background-position: 5px;
	padding-left: 30px;
}
.cl_xaddrs {
	margin: 2px 0;
	min-height: 35px;
	max-height: 200px;
	line-height: 16px;
	cursor: text;
	background-color: #FFF;
	color: #545454;
	border: 1px solid #CCC;
	overflow-y: auto;
	padding: 1px 0 0 1px;
	display: block;
}
#id_xaddrs_li {
	cursor: pointer;
	display: inline-block;
	vertical-align: middle;
}
#id_xaddrs_li #id_xaddrs_left, #id_xaddrs_li #id_xaddrs_del {
	visibility: hidden;
}
#id_xaddrs_li:hover #id_xaddrs_left, #id_xaddrs_li:hover #id_xaddrs_del {
	visibility: visible;
}
li:not(:first-child) ::placeholder {
	font-size: 0;
}
li:first-child#id_xaddrs_li #id_xaddrs_left {
	visibility: hidden;
}
#id_xaddrs_li.cl_xaddrs_nok #id_xaddrs_del {
	visibility: visible;
}
#id_xaddrs_new {
	cursor:text;
}
#id_xaddrs_wait {
	display:none;
	vertical-align:middle;
}
#id_xaddrs_edit, #id_xaddrs_span {
	overflow:hidden;
	border:none;
	vertical-align:middle;
	cursor:text;
	height:20px;
	line-height:20px;
	padding:0 5px;
}
#id_xaddrs_edit {
	height:24px;
	border-radius:20px;
}
.cl_xaddrs_nok.cl_item {
	background-color:#E7E7E7;
	color:#FD354E;
	border:1px solid #FD354E;
	border-radius:20px;
}
#id_xaddrs_less, #id_xaddrs_more {
	display:none;
	float:right;
}
.cl_alert_new_mail {
	display: none;
	visibility: hidden;
	position: fixed;
	width: 200px;
	height: 100px;
	top: 0;
	left: 0;
	background-image: url("https://images.mailo.com/img-20251203/mailo/en/mail/default/new_mail.gif");
	background-repeat: no-repeat;
	cursor: pointer;
	border-style: solid;
	border-width: 1px;
	border-color: #DEDEDE;
}
.cl_alert_new_mail_title {
	background-color: #F8F8F8;
	height: 20px;
	width: 200px;
	text-align: center;
	border-style: solid;
	border-width: 0;
	border-bottom-width: 1px;
	border-color: #DEDEDE;
}
.cl_elt_nav, .cl_elt_nav_select, .cl_elt_nav_more, .cl_elt_nav_next, .cl_elt_nav_prev, .cl_elt_nav_all, .cl_elt_nav_first, .cl_elt_nav_last {
	vertical-align: middle;
	padding: 0 1px;
}
.cl_elt_nav_select {
	font-weight: bold;
}
.cl_captcha {
	border: 1px solid;
	border-color: #6A6A6A;
	margin: 2px;
}
.cl_nowrap {
	white-space: nowrap;
}
.cl_block {
	display: block;
}
.cl_inline_block {
	display:inline-block;
}
.cl_opt_on {
	background-image: url("https://images.mailo.com/img-20251203/mailo/en/include/default/icon_opt.svg");
	background-repeat: no-repeat;
	background-position: center left;
	padding-left: 15px;
}
.cl_opt_off {
	padding-left: 15px;
}
.cl_list_line {
	padding: 7px 0;
	border-style: outset;
	border-width: 0 0 1px 0;
	border:1px solid #DEDEDE;
}
.cl_domain_buy td, .cl_domain_buy li {
	border: 1px solid #000000;
	padding: 2px 5px 2px 0;
	margin: 1px;
	white-space: nowrap;
	display: inline-block;
	list-style-type: none;
}
.cl_domain_buy label {
	font-weight: normal;
	display: block;
}
.cl_domain_buy .domain_available {
	background-color: #00FF00;
	cursor: pointer;
}
.cl_domain_buy .domain_unavailable {
	background-color: #FF0000;
	cursor: pointer;
}
.cl_domain_buy .domain_unknown {
	background-color: #DDDDDD;
}
.cl_smaller {
	font-size: 9px;
}
.cl_larger {
	font-size: 120%;
}
.cl_remove_ads {
	font-size: 10px;
	text-align: center;
	width: 120px;
	line-height: 29px;
	margin: auto;
	display: block;
}

.cl_vcard_preview {
	border: solid 1px #000000;
	width: 8cm;
	height: 5cm;
	box-sizing: content-box;
}

.cl_menu_right_www, .cl_menu_right_adbook, .cl_menu_right_docs, .cl_menu_right_calendar, .cl_menu_right_fridge, .cl_menu_right_notes {
	cursor: pointer;
	min-width: 28px;
	text-align: center;
}
.cl_menu_right_www img {
	height: 18px;
}
.cl_menu_right_none {
	cursor: pointer;
	float: right;
	margin-right: 10px;
	padding-top:7px;
}
.cl_right_in {
	padding: 10px 10px;
	border-style: solid;
	border-width: 0px;
	border-color: #DEDEDE;
}
.cl_search_www_search, .cl_right_www_search {
	text-align:center;
	width:100%;
	margin-bottom:5px;
}
.cl_search_www_search_1, .cl_right_www_search_1 {
	overflow: hidden;
}
.cl_search_www_search_2, .cl_right_www_search_2 {
	width: 70px;
}
.cl_search_www_search_1 input[type="text"], .cl_right_www_search input[type="text"] {
	background-image:none;
	font-size: 16px;
	padding: 10px;
	height: 26px;
	outline: none;
	border: solid 1px #D1D1D2;
	border-right-width: 0;
	background-color: #FFF;
	color: #545454;
}
.cl_search_www_search_1 input[type="text"] {
	width:550px;
}
.cl_right_www_search input[type="text"] {
	width: 100%;
}
.cl_search_www_search_2 input[type="submit"], .cl_right_www_search input[type="submit"] {
	height: 48px;
	background-image: url("https://images.mailo.com/img-20251203/mailo/en/auth/default/button_right_www.png");
	background-repeat: no-repeat;
	background-position: center;
	width: 70px;
	border: 1px solid #D1D1D2;
	cursor: pointer;
	display: inline;
}
.cl_search_www_source, .cl_right_www_source, .cl_right_calendar_source, .cl_right_adbook_source {
	min-height: 30px;
	line-height: 30px;
}
.cl_search_www_source ul, .cl_right_www_source ul, .cl_right_adbook_source ul, .cl_right_calendar_source ul {
	display: inline;
}
.cl_search_www_source li, .cl_right_www_source li, .cl_right_adbook_source li, .cl_right_calendar_source li {
	display: inline;
	height: 30px;
	line-height: 30px;
	list-style-type: none;
	padding-right: 20px;
}
.cl_search_www_source_active, .cl_right_www_source_active {
	font-weight: bold;
}
.cl_search_www_source_inactive, .cl_right_www_source_inactive {
	cursor: pointer;
}
.cl_right_www_result, .cl_right_adbook_result, .cl_right_calendar_result, .cl_right_docs, .cl_right_notes_result {
	min-height: 500px;
	overflow: visible;
}
.cl_search_www_result {
	font-size:13.5px;
}
.cl_search_www_result a {
	color:#055FAC;
}
.cl_qwant_search {
	border-radius: 34px;
	box-shadow: 0 2px 10px 0 rgba(0, 0, 0, 0.15);
	display: inline-block;
	width: 100%;
	max-width: 387px;
}
.cl_qwant_search_in {
	border: 0 none;
	outline: none;
	line-height: 36px;
	background-color: transparent;
	background-image: url("https://images.mailo.com/img-20251203/mailo/en/auth/default/button_right_www.svg");
	background-repeat: no-repeat;
	background-position: 6px center;
	background-size: 30px 30px;
	font-size: 16px;
	padding-left: 48px;
	width: calc(100% - 44px);
}
.cl_qwant_search_icon {
	vertical-align: middle;
	padding-right: 14px;
	padding-bottom: 7px;
	cursor: pointer;
}
.cl_right_adbook_top, .cl_right_calendar_top {
	padding-bottom: 5px;
	width: 100%;
}
.cl_right_adbook_list, .cl_right_calendar_list {
	padding-top: 5px;
}
.cl_right_adbook_search, .cl_right_calendar_search, .cl_right_notes_search {
	text-align:center;
	width:100%;
	margin-bottom:5px;
	padding: 5px 0;
}
.cl_right_adbook_search input[type="text"], .cl_right_calendar_search input[type="text"], .cl_right_notes_search input[type="text"] {
	width: 100%;
	background-image: url("https://images.mailo.com/img-20251203/mailo/en/include/default/button_search.png");
	background-repeat: no-repeat;
	background-position: right center;
	padding-right: 20px;
	overflow: hidden
}
.cl_input_check {
	margin: 0 0 0 10px;
	display: none;
	vertical-align: middle;
	border: none;
	color: #000000;
	font-weight: bold;
	height: 20px;
	line-height: 20px;
}
.cl_input_check_ok {
	background-image: url("https://images.mailo.com/img-20251203/mailo/en/include/default/icon_ok.svg");
	background-repeat: no-repeat;
	background-position: left center;
	padding-left: 30px;
}
.cl_input_check_nok {
	background-image: url("https://images.mailo.com/img-20251203/mailo/en/include/default/icon_nok.svg");
	background-repeat: no-repeat;
	background-position: left center;
	padding-left: 30px;
}
.cl_input_check_warning {
	background-image: url("https://images.mailo.com/img-20251203/mailo/en/include/default/warning.svg");
	background-repeat: no-repeat;
	background-position: left center;
	padding-left: 30px;
}
.cl_arbo_I {
	width: 22px;
	height: 26px;
	background-image: url("https://images.mailo.com/img-20251203/mailo/en/include/default/arbo_I.svg");
	background-repeat: repeat-y;
}
.cl_arbo_L {
	width: 22px;
	height: 26px;
	background-image: url("https://images.mailo.com/img-20251203/mailo/en/include/default/arbo_L.svg");
	background-repeat: no-repeat;
}
.cl_arbo_t {
	width: 22px;
	height: 26px;
	background-image: url("https://images.mailo.com/img-20251203/mailo/en/include/default/arbo_t.svg");
	background-repeat: no-repeat;
}
.cl_arbo_L_plus {
	width: 22px;
	height: 26px;
	background-image: url("https://images.mailo.com/img-20251203/mailo/en/include/default/arbo_L_plus.svg");
	background-repeat: no-repeat;
	cursor: pointer;
}
.cl_arbo_t_plus {
	width: 22px;
	height: 26px;
	background-image: url("https://images.mailo.com/img-20251203/mailo/en/include/default/arbo_t_plus.svg");
	background-repeat: no-repeat;
	cursor: pointer;
}
.cl_td_size {
	text-align: right;
	padding-right: 5px;
}
.cl_msgs_unsubscribe {
	position: fixed;
	padding:2px 10px;
	height:30px;
	line-height:30px;
	top:40%;
	left:40%;
	background-color: white;
	color: red;
	border:1px solid black;
	text-align:center;
	z-index:100;
}
.cl_msgs_unsubscribe marquee {
	overflow:hidden;
	display:inline-block;
	width:200px;
}

.cl_ul, .cl_ul ul, .cl_ul ol, .cl_ol, .cl_ol ul, .cl_ol ol {
	margin-left: 20px;
}
.cl_ul li {
	padding:1px 0;
	list-style-image:url("https://images.mailo.com/img-20251203/mailo/en/include/default/icon_list.png");
}
.cl_ul li.cl_li_nobullet {
	list-style-image:url("https://images.mailo.com/img-20251203/mailo/en/include/default/icon_list_transparent.png");
}
.cl_ul li li {
	list-style-image:none;
}
.cl_ol li {
	padding-bottom:12px;
}
.cl_ol ul li {
	padding:1px 0;
}
.cl_hr {
	margin: 10px 0;
	width:100%;
	height:1px;
	border: 0 none;
	border-bottom: 1px solid #DEDEDE;
}
.cl_bullet_square {
	background-image: url("https://images.mailo.com/img-20251203/mailo/en/include/default/icon_bullet_square.png");
	background-repeat: no-repeat;
	background-position: center center;
	padding: 0 5px;
	width: 3px;
	height: 3px;
	line-height: 3px;
}
.cl_mini_sep_h {
	background-image: url("https://images.mailo.com/img-20251203/mailo/en/include/default/icon_hr.png");
	background-repeat: no-repeat;
	background-position: center center;
	padding: 0 5px;
	width: 21px;
	height: 3px;
	line-height: 3px;
}
.cl_framed {
	-webkit-column-break-inside: avoid;
	page-break-inside: avoid;
	border:1px solid #DEDEDE;
	padding:20px 20px;
	margin:20px 20px;
	break-inside: avoid;
}
.cl_framed h2:first-child {
	margin-top: 0px;
}
.cl_box, .cl_roundbox {
	-webkit-column-break-inside: avoid;
	page-break-inside: avoid;
}
.cl_box {
	border:0px none;
	padding:10px 10px;
	break-inside: avoid;
}
.cl_roundbox {
	margin:0px 10px;
	border:1px solid #E7E7E7;
	border-radius:20px;
}
.cl_box_border {
	page-break-inside: avoid;
	-webkit-column-break-inside: avoid;
	border:0px none;
	break-inside: avoid;
}
.cl_box_margin, .cl_roundbox_margin {
	margin:10px 18px;
}
.cl_box_padding, .cl_roundbox_padding {
	padding:10px 10px;
}
.cl_box_inter, .cl_roundbox_inter {
	margin-top: 9px;
	height: 1px;
}
.cl_box_inter {
	border-top:1px solid #E7E7E7;
}
.cl_box_elt, .cl_roundbox_elt {
	padding:5px 10px;
}
h3, .cl_h3 {
	font-size: 115%;
	font-weight: bold;
	margin:20px 0px 10px 0px;
}
.cl_indent {
	margin-left:20px;
}
.cl_noborder {
	border: none !important;
}
.cl_input, .cl_input_5, .cl_input_7, .cl_input_10, .cl_input_15, .cl_input_20, .cl_input_25, .cl_input_30, .cl_input_40, .cl_input_60, .cl_input_auto, .cl_input_block, .cl_input_block_75, .cl_input_full {
	padding:5px 5px;
	border:1px solid #CCC;
	border-radius:2px;
		max-width: 100%;
}
.cl_input[disabled] {
	border: 0px none transparent;
}
.cl_center {
	text-align: center;
}
.cl_left {
	text-align: left;
}
.cl_right {
	text-align: right;
}
.cl_input {
	width: 222px;
}
.cl_input_5 {
	width: 52px;
}
.cl_input_7 {
	width: 72px;
}
.cl_input_10 {
	width: 92px;
}
.cl_input_15 {
	width: 132px;
}
.cl_input_20 {
	width: 172px;
}
.cl_input_25 {
	width: 212px;
}
.cl_input_30 {
	width: 252px;
}
.cl_input_40 {
	width: 332px;
}
.cl_input_60 {
	width: 492px;
}
.cl_input_auto {
	width: auto;
}
.cl_input_block, .cl_input_block_75, .cl_input_full {
	width: 100%;
}
.cl_input_block_75 {
	height: 75px;
}
.cl_input_in_text {
	padding-top: 2px;
	padding-bottom: 2px;
}
.cl_input_pwd {
	display: inline-block;
	padding: 0;
	letter-spacing: 2px;
	border:1px solid #CCC;
	border-radius:2px;
}
.cl_input_pwd .cl_input {
	border: 0 none;
	letter-spacing: 2px;
	vertical-align: middle;
	width: calc(100% - 30px);
	height: 100%;
}
.cl_input_pwd .cl_input_pwd_on, .cl_input_pwd .cl_input_pwd_off {
	cursor: pointer;
	vertical-align: middle;
	font-size: 10px;
	background-repeat: no-repeat;
	display: inline-block;
	padding: 5px 10px;
	width: 30px;
	background-position: center;
}
.cl_input_pwd_on {
	background-image:url("https://images.mailo.com/img-20251203/mailo/en/include/default/icon_pwd_view_on.svg");
}
.cl_input_pwd_off {
	background-image:url("https://images.mailo.com/img-20251203/mailo/en/include/default/icon_pwd_view_off.svg");
}
.cl_2cols {
	columns: 2 600px;
	column-rule:1px solid #DEDEDE;
	column-gap:20px;
}
.cl_column {
	-webkit-column-break-inside: avoid;
	page-break-inside: avoid;
	break-inside: avoid;
	display: block;
}
.cl_column .cl_box_inter:last-of-type {
	display: none;
}
.cl_select_15 {
	width: 120px;
}
.cl_emphasis {
	font-weight: bold;
}
.cl_valign_top {
	vertical-align: top;
}
.cl_valign_baseline {
	vertical-align: baseline;
}
.cl_offline {
	border-radius:5px;
	background-color:#999;
	width:10px;
	height:10px;
}
.cl_online {
	border-radius:5px;
	background-color:#9fcb06;
	width:10px;
	height:10px;
}
.cl_photo {
	border: 1px solid #B7C478;
	margin: 2px;
	padding: 1px;
	height: 60px;
	width: 60px;
}
.cl_important {
	font-weight: bold;
}
.cl_very_important {
	border-left: 2px solid;
	border-left-color:#FD354E;
	padding-left:10px;
	margin-left:10px;
}
.cl_very_very_important {
	font-weight: bold;
	border: 2px solid;
	color:#FD354E;
	border-color:#FD354E;
	padding:5px 5px;
}
span.cl_very_very_important {
	display: inline-block;
}
.cl_color_important {
	color:#FD354E;
}
.cl_table_data .cl_very_important th, .cl_table_data .cl_very_important td, .cl_table_data .cl_very_very_important th, .cl_table_data .cl_very_very_important td, #div_BOTTOM .cl_very_very_important, #div_BOTTOM .cl_very_important {
	border: 0 none;
	padding: 0;
	color:#FD354E;
}
.cl_line_error, .cl_line_warning, .cl_line_ok {
	border-left: 2px solid;
	padding-left:10px;
	margin-left:10px;
}
.cl_line_error {
	border-color: #FF0000;
}
.cl_line_warning {
	border-color: #FF8D6E;
}
.cl_line_ok {
	border-color: #82E3C8;
}
.cl_dot_error, .cl_dot_warning, .cl_dot_ok {
	border-radius: 10px;
	width: 10px;
	height: 10px;
	margin-left:10px;
}
.cl_dot_error {
	background-color: #FF0000;
}
.cl_dot_warning {
	background-color: #FF8D6E;
}
.cl_dot_ok {
	background-color: #82E3C8;
}
.cl_hover_info {
	color:#FD354E;
	cursor: help;
}
.cl_emails_selector {
	margin: 2px 0;
}
.cl_emails_selector .cl_addr {
	line-height: 25px;
	cursor: pointer;
	padding: 2px 2px 2px 2px;
	background-color: #EBF1DD;
	color: #333333;
	border: 1px solid #9BBB59;
}
.cl_emails_selector .cl_item {
	line-height: 25px;
	padding: 2px 2px 2px 6px;
}
.cl_rte_editor {
	height: 250px;
	min-height: 250px;
	width: 100%;
	border: 1px solid #DDDDDD;
	padding: 5px;
}
.cl_rte_head_html {
	padding: 0;
	margin: 0;
	font-size: 9px;
	white-space: nowrap;
	height: 27px;
	background-color: #FFF;
	color: #545454;
	border:1px solid #DEDEDE;
	border-bottom: 0;
}
.cl_rte_head_html td, .cl_rte_head_html2 td {
	margin: 0;
	padding: 0;
}
.cl_rte_head_html select {
	font-weight: normal;
	max-width: 80px;
	border: 1px solid #CCC;
}
.cl_rte_head_html2 {
	padding: 0;
	margin: 0;
	white-space: nowrap;
	height: 29px;
	border:1px solid #DEDEDE;
	border-top: 0;
	background-color: #FFF;
	color: #545454;
}
.cl_rte_head_html2 .cl_link, .cl_rte_head_text .cl_link {
	padding: 0 2px;
}
.cl_rte_head_text {
	padding: 0;
	margin: 0;
	white-space: nowrap;
	border:1px solid #DEDEDE;
	background-color: #FFF;
	color: #545454;
}
.cl_code {
	margin:0px 20px;
	border:1px solid #DEDEDE;
	background-color:#F8F8F8;
	padding:5px 10px;
	border-radius: 10px;
}
.cl_code p {
	margin: 0;
}
.cl_wrap_anywhere {
	word-wrap: anywhere;
	overflow-wrap: anywhere;
}
.cl_infolink {
	background-color: transparent;
	background-image: none;
	padding: 0px;
	font-weight: bold;
	font-style: italic;
	cursor: pointer;
	vertical-align: middle;
	margin:0px 5px;
}
.cl_infolink:hover {
	text-decoration: underline;
}
.cl_choiceblocks {
	text-align: center;
	width: 100%;
	display: inline-block;
}
.cl_choiceblock {
	display: inline-block;
	vertical-align: top;
	border: 1px solid;
	border:1px solid #DEDEDE;
	border-radius: 10px;
	padding: 10px;
	cursor: pointer;
}
.cl_choiceblock.cl_choiceblock_selected {
	border-width: 2px;
	padding: 9px;
	background-color: #F2F8FC;
}

@keyframes disappear {
	from {opacity:1;}
    to {opacity:0;}
}
@-webkit-keyframes disappear {
	from {opacity:1;}
    to {opacity:0;}
}
.cl_hover {
	position: absolute;
	padding: 7px;
	border-radius: 5px;
	background-color: #222222;
	color: #DDDDDD;
	animation-name: disappear;
	animation-duration: 0.5s;
	animation-delay: 5s;
	animation-iteration-count: 1;
	animation-fill-mode: forwards;
	-webkit-animation-name: disappear;
	-webkit-animation-duration: 0.5s;
	-webkit-animation-delay: 5s;
	-webkit-animation-iteration-count: 1;
	-webkit-animation-fill-mode: forwards;
}
.cl_image_half {
	height: 500px;
}
#id_colorpanel td {
	width: 20px;
	height: 20px;
	border: 1px solid #FFF;
}
.cl_help_moreinfo {
	float: right;
	padding: 5px 5px 0;
	cursor: pointer;
}
@media only screen and (max-height: 900px) {
.cl_image_half {
	height: 450px;
}
}
@media only screen and (max-height: 800px) {
.cl_image_half {
	height: 400px;
}
}
@media only screen and (max-height: 700px) {
.cl_image_half {
	height: 350px;
}
}
@media only screen and (max-height: 600px) {
.cl_image_half {
	height: 300px;
}
}
.cl_avatar {
	width: 50px;
	border-radius: 50px;
}
/*
* Input range
*/
.ea_fragments__input_range--thumb_size::before {
    content: url("https://images.mailo.com/img-20251203/mailo/en/docs/default/cursor_thumb_left.svg");
}
.ea_fragments__input_range--thumb_size::after {
    content: url("https://images.mailo.com/img-20251203/mailo/en/docs/default/cursor_thumb_right.svg");
}

.ea_fragments__input_range input {
    height: 15px;
    -webkit-appearance: none;
    background: transparent;
}

/* Chrome */
.ea_fragments__input_range input::-webkit-slider-runnable-track {
    height: 1px;
    cursor: pointer;
	background-color:#9B9B9B;
    border: 0;
}
.ea_fragments__input_range input::-webkit-slider-thumb {
    appearance: none;
    border: 0;
    height: 8px;
    width: 8px;
	background-color:#9B9B9B;
    cursor: pointer;
    border-radius: 50%;
    margin-top: -3px;
}

/* Firefox */
.ea_fragments__input_range input::-moz-range-track {
    height: 1px;
    cursor: pointer;
	background-color:#9B9B9B;
    border: 0;
}
.ea_fragments__input_range input::-moz-range-thumb {
    appearance: none;
    border: 0;
    height: 8px;
    width: 8px;
	background-color:#9B9B9B;
    cursor: pointer;
}

/* IE */
.ea_fragments__input_range input::-ms-track {
    height: 1px;
    cursor: pointer;
}
.ea_fragments__input_range input::-ms-fill-lower {
	background-color:#9B9B9B;
}
.ea_fragments__input_range input::-ms-fill-upper {
	background-color:#9B9B9B;
}
.ea_fragments__input_range input::-ms-thumb {
    margin-top: 1px;
    height: 8px;
    width: 8px;
    border-radius: 50%;
	background-color:#9B9B9B;
    cursor: pointer;
}#div_LOGO_img {
	height:30px;
}
#id_zone_head {
	height: 12px;
	overflow: hidden;
}
#id_zone_bottom {
	height: 0;
}
#id_zone__bottom {
	margin-top:10px;
}

.clr_table .clr_tr.cl_display_none, .clr_table .clr_tr_hide.cl_display_none, .clr_table .clr_tr_fix.cl_display_none, .clr_table .clr_tr_double.cl_display_none {
	display: none !important;
}
#id_menu_bar {
	display: none;
	position: fixed;
	z-index: 20000;
	top: 0;
	width: 100%;
	height: 100%;
}
#id_menu_bar_ {
	position: fixed;
	top: 0;
	width: 100%;
	height: 100%;
	background-color: #000000;
	opacity: 0.5;
}
#id_menu_barl {
	position: fixed;
	top: 0;
	width: 40px;
	height: 100%;
	background-color:#F0F0F0;
	display: flex;
	justify-content: space-between;
	flex-direction: column;
}
#id_menu_barl .cl_menu_inter {
	display: none;
}
#id_menu_barl .cl_menu {
	margin: auto;
}
#id_menu_barl .cl_select_language {
	display: block;
	width: 20px;
	overflow: hidden;
}
#id_menu_barm {
	position: fixed;
	top: 0;
	left: 40px;
	min-width: calc(70% - 40px);
	max-width: calc(100% - 40px);
	height: 100%;
	overflow-y: scroll;
	background-color:#FFFFFF;
	color:#545454;
}
#id_menu_bar #div_MENU_XTOP, #id_menu_bar #div_MENU_TOP, #id_menu_bar #div_MENU, #id_menu_bar #div_MENU_BOTTOM, #id_menu_bar #div_MENU_XBOTTOM {
	position: relative !important;
	visibility: visible !important;
	height: auto !important;
	top: 0 !important;
}


.clr_form .cl_select, .clr_form .cl_select_label {
	line-height: initial;
}
.clr_noheight {
	height: initial !important;
	line-height: initial !important;
	min-height: initial !important;
}

.cl_preview_click {
	position: relative;
	float: right;
	cursor: pointer;
}.cl_button {
	display: inline-block;
	line-height: 23px;
	min-height: 23px;
}
.cl_button_inter {
	display: inline-block;
	width: 6px;
}
.cl_button input,
.cl_button button,
.cl_button_span {
	cursor: pointer;
	display: inline-block;
	white-space: nowrap;
	vertical-align: middle;
	background-repeat: no-repeat;
	background-position: 10px center;
	padding-top: 4px;
	padding-bottom: 4px;
	padding-left: 17px;
	padding-right: 17px;
	margin: 3px 0;
	text-align: center;
	color: #6A6A6A;
	line-height: 23px;
	min-height: 23px;
	border-radius: 3px;
	overflow: hidden;
}
@media only screen and (max-width: 360px) {
.cl_button input,
.cl_button button,
.cl_button_span {
	padding-left: calc(17px - 3px);
	padding-right: calc(17px - 3px);
}
}
.cl_input_upload input {
	margin-top: -4px;
	margin-left: -17px;
}
.cl_button input:hover,
.cl_button button:hover,
.cl_button select:hover,
.cl_button_span:hover/*,
.ea_generics__button:hover*/ {
	color: #525252;
}
.cl_button input,
.cl_button button,
.cl_button_span/*,
.ea_generics__button*/ {
	border-style: outset;
	border-width: 0px;
	border-color: transparent;
	background-color: #F8F8F8;
	color: #6A6A6A;
}
.cl_button input:hover,
.cl_button button:hover,
.cl_button_span:hover/*,
.ea_generics__button:hover*/ {
	background-color: #F3F3F3;
	color: #525252;
}
.cl_button input:active,
.cl_button button:active,
.cl_button_span:active/*,
.ea_generics__button:active*/ {
	border-style: inset;
}
.cl_in_top_box .cl_button_span, .cl_in_top_box input[type="button"] {
	background-color: #F3F3F3;
	color: #525252;
}

@media only screen and (min-width: 1300px) {
.cl_button_delete {
	background-image: url("https://images.mailo.com/img-20251203/mailo/en/include/default/button_delete.svg");
	padding-left: 39px !important;}
.cl_button_cancel {
	background-image: url("https://images.mailo.com/img-20251203/mailo/en/include/default/button_cancel.svg");
	padding-left: 39px !important;}
.cl_button_ok {
	background-image: url("https://images.mailo.com/img-20251203/mailo/en/include/default/button_ok.svg");
	padding-left: 39px !important;}
.cl_button_empty {
	background-image: url("https://images.mailo.com/img-20251203/mailo/en/include/default/button_empty.svg");
	padding-left: 39px !important;}
.cl_button_enable {
	background-image: url("https://images.mailo.com/img-20251203/mailo/en/include/default/button_enable.svg");
	padding-left: 39px !important;}
.cl_button_disable {
	background-image: url("https://images.mailo.com/img-20251203/mailo/en/include/default/button_disable.svg");
	padding-left: 39px !important;}
.cl_button_next {
	background-image: url("https://images.mailo.com/img-20251203/mailo/en/include/default/button_next.svg");
	padding-left: 39px !important;}
.cl_button_previous {
	background-image: url("https://images.mailo.com/img-20251203/mailo/en/include/default/button_previous.svg");
	padding-left: 39px !important;}
.cl_button_search {
	background-image: url("https://images.mailo.com/img-20251203/mailo/en/include/default/button_search.svg");
	padding-left: 39px !important;}
.cl_button_question {
	background-image: url("https://images.mailo.com/img-20251203/mailo/en/include/default/button_question.svg");
	padding-left: 39px !important;}
.cl_button_prefs {
	background-image: url("https://images.mailo.com/img-20251203/mailo/en/include/default/button_prefs.svg");
	padding-left: 39px !important;}
.cl_button_prefs_dft {
	background-image: url("https://images.mailo.com/img-20251203/mailo/en/include/default/button_prefs_dft.svg");
	padding-left: 39px !important;}
.cl_button_settings {
	background-image: url("https://images.mailo.com/img-20251203/mailo/en/include/default/button_settings.svg");
	padding-left: 39px !important;}
.cl_button_reseller {
	background-image: url("https://images.mailo.com/img-20251203/mailo/en/include/default/button_reseller.svg");
	padding-left: 39px !important;}
.cl_button_sort {
	background-image: url("https://images.mailo.com/img-20251203/mailo/en/include/default/button_sort.svg");
	padding-left: 39px !important;}
.cl_button_modify {
	background-image: url("https://images.mailo.com/img-20251203/mailo/en/include/default/button_modify.svg");
	padding-left: 39px !important;}
.cl_button_rename {
	background-image: url("https://images.mailo.com/img-20251203/mailo/en/include/default/button_rename.svg");
	padding-left: 39px !important;}
.cl_button_dft {
	background-image: url("https://images.mailo.com/img-20251203/mailo/en/include/default/button_dft.svg");
	padding-left: 39px !important;}
.cl_button_print {
	background-image: url("https://images.mailo.com/img-20251203/mailo/en/include/default/button_print.svg");
	padding-left: 39px !important;}
.cl_button_view {
	background-image: url("https://images.mailo.com/img-20251203/mailo/en/include/default/button_view.svg");
	padding-left: 39px !important;}
.cl_button_download {
	background-image: url("https://images.mailo.com/img-20251203/mailo/en/include/default/button_download.svg");
	padding-left: 39px !important;}
.cl_button_buy {
	background-image: url("https://images.mailo.com/img-20251203/mailo/en/include/default/button_buy.svg");
	padding-left: 39px !important;}
.cl_button_actions {
	background-image: url("https://images.mailo.com/img-20251203/mailo/en/include/default/button_actions.png");
	padding-left: 39px !important;}
.cl_button_import {
	background-image: url("https://images.mailo.com/img-20251203/mailo/en/include/default/button_import.svg");
	padding-left: 39px !important;}
.cl_button_tools {
	background-image: url("https://images.mailo.com/img-20251203/mailo/en/include/default/button_tools.svg");
	padding-left: 39px !important;}
}

.cl_button_select {
	background-color: #FFFFFF;
	border:1px solid #DEDEDE;
}
.cl_button_large {
	background-image: url("https://images.mailo.com/img-20251203/mailo/en/include/default/button_large.png");
	background-repeat: no-repeat;
	width: 245px;
	height: 39px;
	color: #FFF;
	background-color: #FFF;
	border: 0;
	cursor: pointer;
}


@media only screen and (max-width: 599px) {
.cl_button_bar, .cl_button_bar_ctx {
	position: fixed;
	bottom: 0;
	width: 100%;
	text-align: center;
	background-color: #EEEEEE;
	padding: 10px 0;
}

.cl_button_bar .cl_link, .cl_button_bar_ctx .cl_link {
	margin-left: 0; 
}

.cl_button_bar_ctx {
	z-index: 10;
	display: none;
}

.cl_button_inter {
	margin-left: 4px;
}
}


.cl_completion {
	position: absolute;
	visibility: hidden;
	display: none;
	background-color: #FFF;
	color: #333;
	border: 1px solid #CCC;
	cursor: pointer;
	z-index: 300;
	clear: both;
  border-radius: 2px;
}

.cl_completion_unselected {
	display: block;
	overflow: hidden;
	border: 0;
	padding: 5px 5px;
}

.cl_completion_selected {
	display: block;
	overflow: hidden;
	border: 0;
	padding: 5px 5px;
	background-color: #F3F3F3;
	color: #525252;
}
#divmodal {
	position: absolute;
	background-image: url("https://images.mailo.com/img-20251203/mailo/en/include/default/px.gif");
	background-repeat: no-repeat;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 200;
	display: none;
	visibility: hidden;
}

#divmodal_bkg {
	background-color: #000000;
	opacity: 0.5;
	width: 100%;
	height: 100%;
	position: absolute;
}

#divmodal_sub {
	position: absolute;
	border: 1px solid #000000;
	height: 150px;
	width: 300px;
	overflow: hidden;
	background-color: #FFF;
	color: #6A6A6A;
}

#divmodal_close, #div_ctxhelp_close, #div_log_close, .cl_float_close {
	position: absolute;
	right: 10px;
	top: 10px;
	cursor: pointer;
}

#divmodal_msg {
	padding: 2px 5px 0 5px;
	height: 20px;
	overflow: hidden;
	border: 0 none;
	font-size: 12px;
	font-weight: bold;
	font-style: italic;
}

#divmodal_in {
	margin:5px 15px;
	padding: 0;
	border: 0 none;
	overflow: auto;
}

#divmodal_in form {
	display: inline;
	margin:  0;
	padding:  0;
}

#divmodal_tabs, #div_ctxhelp_tabs, #div_log_tabs, .cl_float_tab {
	font-weight: bold;
	white-space: nowrap;
	overflow: hidden;
	border: 0;
	padding:10px 10px;
	background-color:#F8F8F8;
	color:#6A6A6A;
}
#divmodal_tabs, #div_ctxhelp_tabs, #div_log_tabs {
	cursor: move;
}

#divmodal_tabs .cl_tabs_inactive, #divmodal_tabs .cl_tabs_top, #divmodal_tabs .cl_tabs_right {
	display: none;
}

#divmodal_tabs li, #div_ctxhelp_tabs li, #div_log_tabs li {
	list-style-type: none;
}

#divmodal_resize {
	position: absolute;
	bottom: 0;
	right: 0;
	width: 20px;
	height: 20px;

	cursor: se-resize;

}

#resize_MENU {
	width:1px;
	margin: 0;
	padding: 0;
	z-index: 10;
	border: 0 none;
	background-image: url("https://images.mailo.com/img-20251203/mailo/en/include/default/resizeX.svg");
	background-repeat: no-repeat;
	background-position: center center;
	background-color: #E5E8EA;
	cursor: col-resize;
}

#resize_RIGHT {
	width:6px;
	margin: 0;
	padding: 0 0 0 1px;
	z-index: 10;
	border: 0 none;
	background-repeat: no-repeat;
	background-position: center center;
	background-color: transparent;
	border-left: 1px solid #D9D9D9;
	box-shadow: -1px 0px 1px rgba(0,0,0,.05);
}
.cl_resize_right {
	background-image: url("https://images.mailo.com/img-20251203/mailo/en/include/default/resize_right.png");
	cursor: pointer;
}
.cl_resize_rightX {
	background-image: url("https://images.mailo.com/img-20251203/mailo/en/include/default/resizeX.svg");
	cursor: col-resize;
}

#resize_IN_X {
	border-left: 1px solid #D9D9D9;
}
#resize_IN_Y {
	border-top: 1px solid #D9D9D9;
	line-height: 1px;
}

#resize_IN_Y0 {
 	height: 20px;
	font-size: 10px;
	vertical-align: top;
	overflow: hidden;
	color: #AAAAAA;
}

#resize_IN_X, #resize_IN_Y {
	background-repeat: no-repeat;
	background-position: center center;
	margin: 0;
 	padding: 0;
	overflow: hidden;
	z-index: 10;
} 

#resize_IN_X {
	width:6px;
	display: inline-block;
	vertical-align: top;
	background-image: url("https://images.mailo.com/img-20251203/mailo/en/include/default/resizeX.svg");
 	padding: 0 2px;
	cursor: col-resize;
}

#resize_IN_Y {
	background-image: url("https://images.mailo.com/img-20251203/mailo/en/include/default/resizeY.png");
	cursor: row-resize;
	height:6px;
}

#mouse_MOVE {
	margin: 0;
	padding: 0;
	z-index: 200;
	position : fixed;
	background-color: #808080;
}

#mouse_MOVE_TEXT {
	display: inline;
	vertical-align: top;
}

#mouse_BACKGROUND {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 100;
}

.cl_contextmenu_gen {
	display: none;
	visibility: hidden;
	position: fixed;
	left: 0;
	top: 0;
	height: 100%;
	width: 100%;
	z-index: 300;
	background-image: url("https://images.mailo.com/img-20251203/mailo/en/include/default/px.gif");
	background-repeat: no-repeat;
}
.cl_contextmenu_bkg {
	position: fixed;
	width: 100%;
	height: 100%;
}
.cl_contextmenu {
	display: none;
	visibility: hidden;
	z-index: 400;
	background-color: #FFF;
	color: #545454;
	border: 1px solid #CCC;
	border-radius: 2px;
	position: fixed;
	text-align: left;
}
.cl_contextmenu_in {
	margin: 10px 10px;
}
.cl_contextmenu_form {
	margin: 5px 10px;
}
.cl_contextmenu li {
	list-style-type: none;
	white-space: nowrap;
	border: 0;
	cursor: pointer;
	background-position:left center;
	background-repeat:no-repeat;
	padding: 5px 10px;
}
@media (any-hover:hover) {
.cl_contextmenu li:hover, .cl_contextmenu li .cl_link:hover {
	background-color: #F3F3F3;
	color: #525252;
}
}
.cl_contextmenu li span, .cl_contextmenu li a {
	display: block;
}
.cl_contextmenu .cl_disabled, .cl_contextmenu .cl_disabled:hover {
	background-color: #FFFFFF;
	color: #CCC;
	font-style: italic;
	cursor: default;
	text-decoration: none;
}

#wait_BACKGROUND {
	z-index: 200;
	top: 0;
	width: 100%;
	height: 100%;
	margin: 0;
	padding: 40px;
	background-color: #DEE7EE;
	color: #333333;
	text-align: left;
	position: fixed;
}

#wait_BACKGROUND .cl_dft {
	position: fixed;
	right: 40px;
	bottom: 60px;
}

#wait_IN {
	position: absolute;
	display: none;
	z-index: 150;
	border-style: solid;
	border-top-width: 0;
	border-left-width: 0px;
	border-bottom-width: 0px;
	border-right-width: 0px;
	border-color: #DEDEDE;
	background-color: transparent;
}

#wait_ATTACH {
	background-image: url("https://images.mailo.com/img-20251203/mailo/en/include/default/loading.gif");
	background-repeat: no-repeat;
	background-position: center center;
	padding: 8px;
	display: inline-block;
}

#wait_ICON {
	background-image: url("https://images.mailo.com/img-20251203/mailo/en/include/default/loading.gif");
	background-repeat: no-repeat;
	background-position: center center;
	margin: 2px;
	padding: 15px 0 0 0;
	padding-right: 15px;
	height: 15px;
	width: 15px;
	visibility: hidden;
}

#wait_LINK {
	position: absolute;
	z-index: 150;
	padding: 0 2px;
	top: 0;
	right: 0;
	background-color: red;
	color: white;
	font-weight: bold;
}

#divattach {
	position: absolute;
	background-image: url("https://images.mailo.com/img-20251203/mailo/en/include/default/px.gif");
	background-repeat: no-repeat;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 300;
	display: none;
	visibility: hidden;
	text-align: center;
	vertical-align: middle;
}

#divattach_sub {
	position: absolute;
	border: 1px solid #000000;
	margin: auto auto auto auto;
	height: 100px;
	width: 300px;
	text-align: center;
	vertical-align: middle;
	background-color: #FFF;
	color: #6A6A6A;
}

#div_ctxhelp, #div_log {
	display: none;
	position: absolute;
	bottom: 70px;
	right: 50px;
	height: 80px;
	width: 200px;
	z-index: 200;
	background-color: #FFFFFF;
	color: #333333;
	border-Top: solid 1px #CCCCCC;
	border-Right: solid 2px #555555;
	border-Bottom: solid 2px #555555;
	border-Left: solid 1px #CCCCCC;
}
#div_msg {
	position: fixed;
	top: 200px;
	left: 200px;
	min-height: 80px;
	min-width: 200px;
	z-index: 200;
	font-size: 12px;
	font-weight: bold;
	font-style: italic;
	background-color: #F3F1EE;
	border-Top: solid 1px #CCCCCC;
	border-Right: solid 2px #555555;
	border-Bottom: solid 2px #555555;
	border-Left: solid 1px #CCCCCC;
}
#div_msg_close {
	text-align: center;
	margin: 5px;
}
#div_msg_in {
	text-align: center;
	padding: 30px 20px;
}

#div_ctxhelp_in, #div_log_in {
	padding: 4px 4px 4px 4px;
	overflow: auto;
}

#div_ctxhelp_bottom {
	position: absolute;
	bottom: 0;
}
.cl_blockmodal {
	position: absolute;
	background-image: url("https://images.mailo.com/img-20251203/mailo/en/include/default/px.gif");
	background-repeat: no-repeat;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 99;
}

.cl_blockmodal_bkg {
	background-color: #000000;
	opacity: 0.5;
	width: 100%;
	height: 100%;
	position: fixed;
}

.cl_blockmodal_sub {
	position: relative;
	border: 1px solid #000000;
	min-height: 150px;
	width: 600px;
	max-width: 80%;
	margin: 5% auto 0 auto;
	display: block;
	padding: 40px;
	background-color: #FFF;
	color: #6A6A6A;
}

.cl_blockmodal_sub h3:first-of-type {
	margin-top: 0;
}

.cl_titlebox {
	text-overflow: ellipsis;
	overflow: hidden;
	white-space: nowrap;
	padding: 5px;
}
.cl_contextbox {
	cursor: auto;
	position: fixed;
	top: 0;
	left: 0;
	z-index: 10;
	margin: 0;
	padding: 12px;
	min-width: 270px;
	background-image: url("https://images.mailo.com/img-20251203/mailo/en/include/default/icon_contextbox_close.png");
	background-repeat: no-repeat;
	background-position: 99% 1%;
	box-shadow:0 2px 4px rgba(0,0,0,.2);
	background-color: #FFF;
	border: 1px solid #DEDEDE;
}
.cl_contextbox a {
	max-width: 300px;
	text-overflow: ellipsis;
	overflow: hidden;
	white-space: nowrap;
}
.cl_contextbox_elt {
	padding: 12px;
	min-width: 220px;
	margin: 15px 0 0 0;
}
#divfloat {
	position: fixed;
	display: none;
	right: 10%;
	bottom: 50px;
	max-width: 60%;
	min-width: 30%;
	overflow: hidden;
	z-index: 400;
	border-radius: 10px;
}
#nul {
	opacity: 0.8;
}
.cl_float_close {
	display: inline-block;
	width: 20px;
}
#divfloat_in {
	display: inline-block;
	max-height: 300px;
	overflow-y: auto;
	width: 100%;
	padding:10px 10px;
	background-color: #EEEEEE;
}
.cl_cmenu_arbo {
	min-width:150px;
}
.cl_cmenu_arbo td {
	text-align:left;
	white-space:nowrap;
}
.cl_cmenu_arbo .cl_link:hover {
	background-color: #F3F3F3;
	color: #525252;
}
.cl_cmenu_arbo_top {
	border:none;
	color: #6A6A6A;
	font-size: 13px;
	font-weight: bold;
	letter-spacing: 0.05em;
	padding: 5px 10px;
}
.cl_cmenu_arbo_txt {
	vertical-align:middle;
	padding:5px 10px;
}
.cl_cmenu_arbo_right, .cl_cmenu_arbo_left, .cl_cmenu_arbo_down {
	vertical-align:middle;
	background-repeat:no-repeat;
	background-position:center center;
	width:30px;
	height:20px;
}
.cl_cmenu_arbo_right {
	background-image: url("https://images.mailo.com/img-20251203/mailo/en/include/default/icon_right.svg");
}
.cl_cmenu_arbo_down {
	background-image: url("https://images.mailo.com/img-20251203/mailo/en/include/default/icon_down.svg");
}
.cl_cmenu_arbo_left {
	background-image: url("https://images.mailo.com/img-20251203/mailo/en/include/default/icon_left.svg");
}
.cl_cmenu_arbo_top, .cl_cmenu_arbo_left {
	background-color: #F8F8F8;
	border-bottom: 1px solid #DEDEDE;
}


#ea_expired, #ea_unavailable {
	position: absolute;
	top: 20px;
	background-color: black;
	color: white;
	font-weight: bold;

	width: 40%;

	left: 0;
	right: 0;
	margin-left: auto;
	margin-right: auto;
	height: 50px;
	text-align: center;
	line-height: 50px;
}
#ea_expired {
	z-index: 1;
}
#ea_unavailable {
	z-index: 2;
}
#id_translate {
	display: none;
	position: absolute;
	top: 0;
	width: 100%;
	min-height: 100%;
	background: #FFF;
	padding: 10px;
	z-index: 1000;
}
.cl_ellipsis {
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

#resize_IN_Y {
	visibility: hidden;
} 

#resize_RIGHT {
	height: 600px;
}.cl_td_part_hinfos {
	vertical-align:middle;
}




#div_MENUS .cl_menu_set {
	color:#FD354E;
	background-color:#FFE6E9;
}
#div_MENUS .cl_menu_set:hover {
	background-color:#F8D0D0;
}

.cl_menu, .cl_menu_sub {
	cursor: pointer;
}

.cl_menu:hover, .cl_menu_sub:hover {
	color:#525252;
	background-color:#F3F3F3;
	background-image: none;
}

.cl_menu {
	display:block;
}

.cl_menu a {
	display: block;
}

.cl_menu_sub {
	margin-left: 20px;
	cursor: pointer;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	height: 34px;
	line-height: 34px;
}

.cl_menu_inter {
	display: inherit;
	background-color: #D9D9D9;
	height: 5px;
	line-height: 5px;
}

.cl_menu_start {
	display: inherit;
}

.cl_menu_stop {
	display: inherit;
}

.cl_menu_in {
	display: block;
	background-repeat: no-repeat;
	background-image: url("https://images.mailo.com/img-20251203/mailo/en/include/default/menu.png");
	background-position: 50px center;
	padding-left: 64px;
}

#div_MENU_JS #div_MENU_XTOP .cl_menu_in, #div_MENU_JS #div_MENU_TOP .cl_menu_in, #div_MENU_JS #div_MENU_BOTTOM .cl_menu_in, #div_MENU_JS #div_MENU_XBOTTOM .cl_menu_in, #div_MENUS_PAGE #div_MENU_XTOP .cl_menu_in, #div_MENUS_PAGE #div_MENU_TOP .cl_menu_in, #div_MENUS_PAGE #div_MENU_BOTTOM .cl_menu_in, #div_MENUS_PAGE #div_MENU_XBOTTOM .cl_menu_in {
}

.cl_menu_in_sub {
	background-image: url("https://images.mailo.com/img-20251203/mailo/en/include/default/menu_sub.png");
	background-repeat: no-repeat;
}

#div_MENUS {
	border-style: solid;
	overflow: hidden;
	min-width:180px;
	max-width:271px;
	border-color:#DEDEDE;
	border-width:0px 1px 0px 0px;
}

#div_MENU_HEAD .cl_menu:hover, #div_MENU_XTOP .cl_menu:hover, #div_MENU_TOP .cl_menu:hover, #div_MENU_TOP .menu_sub .cl_menu:hover, #div_MENU .cl_menu:hover, #div_MENU_BOTTOM .cl_menu:hover, #div_MENU .cl_menu_sub:hover {
	background-color: #F3F3F3;
	background-image: none;
	color: #525252;
}
#div_MENU_HEAD .cl_menu:hover {
	background-color:#F3F3F3;
;
}
#div_MENU_HINFOS .cl_menu:hover {
	background-color:#F3F3F3;
;
}
#div_MENU_BOTTOM .cl_menu:hover {
	background-color:#F3F3F3;
;
}
#div_MENU_XBOTTOM .cl_menu:hover {
	background-color:#F3F3F3;
;
}

#div_MENU_XTOP .cl_menu_in {
	background-repeat: no-repeat;

	background-position:19px center;

	padding-left:58px;
	padding-right:8px;
	letter-spacing:0.05em;
}

#div_MENU_TOP .cl_menu_in, #id_menu_barm .cl_menu_in {
	background-repeat: no-repeat;

	background-position:29px center;

	padding-left:69px;
	padding-right:8px;
	letter-spacing:0.05em;
}

#div_MENU_BOTTOM .cl_menu_in {
	background-repeat: no-repeat;

	background-position:29px center;

	padding-left:69px;
	padding-right:8px;
	letter-spacing:0.05em;
}

#div_MENU_XBOTTOM .cl_menu_in {
	background-repeat: no-repeat;

	background-position:29px center;

	padding-left:69px;
	padding-right:8px;
	letter-spacing:0.05em;
}

#div_MENU_HINFOS {
	display: none;
}

#div_MENU_HINFOS .cl_menu_inter {
	background-color:#E7E7E7;
}

#div_MENU_HINFOS .cl_menu_in, #id_menu_barl .cl_menu_in {
	padding: 0;
	background-position: center center;
	height: 32px;
	line-height: 32px;
	width: 35px;
}

#div_MENU_HINFOS .cl_menu_text, #div_MENU_HINFOS #id_menu_up, #id_menu_barl .cl_menu_text {
	display:none;
}

#div_MENU_HINFOS .cl_menu_inter {
	width: 1px;
	height: 32px;
	line-height: 32px;
}

#div_MENU_HINFOS .cl_menu_start {
}

#div_MENU_HINFOS .cl_menu_stop {
}

#div_MENU_HEAD {
	margin: 0px 13px 5px 5px;
	border-style: solid; 
	white-space: nowrap;
	height:25px;
	line-height:25px;
	background-color: transparent;
	background-position: center;
	border-color: #DEDEDE;
	border-width: 0px;
	font-size: 13px;
	color: #545454;
	float: right;
	border-left-width: 0;
}

#div_MENU_HEAD .cl_menu_text {
	display: none;
}

#div_MENU_HEAD .cl_menu, #div_MENU_HEAD .cl_menu_start, #div_MENU_HEAD .cl_menu_inter, #div_MENU_HEAD .cl_menu_stop, #div_MENU_HEAD .cl_menu_in {
	display: inline-block;
}

#div_MENU_HEAD .cl_menu {
	border-left-style: solid; 
	border-left-width: 0px;
	border-left-color: #DEDEDE;
}

#div_MENU_HEAD .cl_menu_in {
	background-position: center center;
	padding: 0px;
	width: 25px;
	height: 25px;
	line-height: 25px;
}

#div_MENU_HEAD .cl_menu_inter {
	display: inline-block;
	vertical-align: middle;
	width: 0px; 
	margin: 0px 10px; 
}

#div_MENU_XTOP {
	margin: 0 0px 0px 0px;
	padding: 5px 10px;
	white-space: nowrap;
	border-style: solid; 
	background-color: transparent;
	border-color: #E7E7E7;
	border-width: 0px;
	border-radius: 0px;
	border-top: none;
	border-bottom-width: 0;
	font-size: 12px;
	color: #6A6A6A;
	font-weight: bold;
}

#div_MENU_JS #div_MENU_XTOP, #div_MENUS_PAGE #div_MENU_XTOP {
	padding-left: 0;
}

#div_MENU_XTOP .cl_menu {
	display: block;
	background-position: 19px center;
	border: 1px #DADADA solid;
	border-radius: 20px;
	box-shadow: 1px 0px 1px rgba(0,0,0,.05);
	height: 34px;
	line-height: 34px;
	font-size: 13px;
}

#div_MENU_JS #div_MENU_XTOP .cl_menu, #div_MENUS_PAGE #div_MENU_XTOP .cl_menu {
	border: none;
	border-radius: unset;
	box-shadow: none;
}

#div_MENU_XTOP .cl_menu_inter {
	display: inherit;
}

#div_MENU_XTOP .cl_menu_start {
}

#div_MENU_XTOP .cl_menu_stop {
}

#div_MENU_TOP {
	margin: 0;
	padding: 0;
	white-space: nowrap;
	border-style: solid; 
	background-color: #FFFFFF;
	border-color: #DEDEDE;
	border-width: 0px;
	border-top-width: 0;
	border-bottom-width: 0;
	color: #545454;
}

#div_MENU_TOP .menu_sub .cl_menu {
	display: block;
	background-color: #ffffff;
	background-image: none;
	height: 20px;
	line-height: 20px;
	padding: 0px;
	font-size: 12px;
	font-size: 12px;
	text-transform:none;
}

#div_MENU_TOP .menu_sub .cl_menu_inter {
	display: inherit;
	height: 0px;
	line-height: 0px;
}

#div_MENU_TOP .menu_sub .cl_menu_start {
	height: 0px;
	line-height: 0px;
}

#div_MENU_TOP .menu_sub .cl_menu_in {
	background-image: url("https://images.mailo.com/img-20251203/mailo/en/mail/default/menu_folder.svg");
	background-position: 50px center;
	padding-left: 75px;
}

#div_MENU_TOP .cl_menu {
	display: block;
	height: 34px;
	line-height: 34px;
	font-size: 13px;
}
#id_menu_barm #div_MENU {
	overflow: hidden;
}
#id_menu_barm #div_MENU, #id_menu_barm #div_MENU_XTOP, #id_menu_barm #div_MENU_TOP, #id_menu_barm #div_MENU_BOTTOM {
	border-left: 0;
	border-right: 0;
}
#id_menu_barm {
	border-left: 0px solid #DEDEDE;
}

.cl_td_menu_bar {
	vertical-align: middle;
}
#div_MENU_TOP .cl_menu_inter, #id_menu_barm .cl_menu_inter {
	display: inherit;
	height: 0px;
	line-height: 0px;
}

#div_MENU_TOP .cl_menu_start {
}

#div_MENU_TOP .cl_menu_stop {
}

#div_MENU {
	margin: 0px 0 0 0;
	white-space: nowrap;
	border-style: solid; 
	background-color: #FFFFFF;
	color: #545454;
	border-color: #E9E9E9;
	border-width: 0px;
	border-top-width: 0;
	border-bottom-width: 0;
	overflow-x: hidden;
}
#div_MENUS #div_MENU {
	min-height: 200px;
	max-height: 250px;
	overflow-y: auto;
}

#div_MENU .cl_menu {
}

#div_MENU .cl_menu_inter {
	background-color:transparent;
}

#div_MENU .cl_menu_start {
}

#div_MENU .cl_menu_stop {
}

#div_MENU .cl_menu_in {
	background-image: url("https://images.mailo.com/img-20251203/mailo/en/mail/default/menu_folder.svg");

	background-position: 50px center;

	padding-left: 75px;
	height: 20px;
	line-height: 20px;
}

#div_MENU .cl_menu_in.cl_menu_in_sub {
	background-image: url("https://images.mailo.com/img-20251203/mailo/en/mail/default/menu_folder_sub.svg");
}


#div_MENU_BOTTOM {
	margin: 0px 0 0 0;
	padding: 0;
	white-space: nowrap;
	border-style: solid; 
	background-color: #FFFFFF;
	border-color: #DEDEDE;
	border-width: 0px;
	border-top-width: 0;
	border-bottom-width: 0;
	font-size: 12px;
	color: #545454;
	font-weight: bold;
}

#div_MENU_BOTTOM .cl_menu {
	display: block;
	height: 34px;
	line-height: 34px;
	font-size: 13px;
}

#div_MENU_BOTTOM .cl_menu_inter {
	display: inherit;
	height: 0px;
	line-height: 0px;
}

#div_MENU_BOTTOM .cl_menu_start {
	height: 0px;
	line-height: 0px;
}

#div_MENU_BOTTOM .cl_menu_stop {
	height: 0px;
	line-height: 0px;
}

#div_MENU_XBOTTOM {
	margin: 0px 0 0 0;
	padding: 5px 5px 5px 5px;
	white-space: nowrap;
	border-style: solid; 
	background-color: #FFFFFF;
	border-color: #DEDEDE;
	border-width: 1px;
	border-top-width: 0;
	color: #545454;
	font-weight: bold;
}

#div_MENU_XBOTTOM .cl_menu {
	display: block;
	height: 34px;
	line-height: 34px;
	font-size: 13px;
}

#div_MENU_XBOTTOM .cl_menu_inter {
	display: inherit;
	height: 0px;
	line-height: 0px;
}

#div_MENU_XBOTTOM .cl_menu_start {
	height: 0px;
	line-height: 0px;
}

#div_MENU_XBOTTOM .cl_menu_stop {
	height: 0px;
	line-height: 0px;
}


#id_menu_up {
	visibility: hidden;
	position: absolute;
	background-image: url("https://images.mailo.com/img-20251203/mailo/en/include/default/menu_up.png");
	background-repeat: no-repeat;
	background-position: center center;
	height: 20px;
	width: 20px;
}

#div_MENU_JS #div_MENU .cl_menu, #div_MENU_JS #div_MENU_TOP .cl_menu, #div_MENU_JS #div_MENU_XTOP .cl_menu, #div_MENUS_PAGE #div_MENU .cl_menu, #div_MENUS_PAGE #div_MENU_TOP .cl_menu, #div_MENUS_PAGE #div_MENU_XTOP .cl_menu {
	vertical-align: middle;
	cursor: pointer;
	font-weight: bold;
}
#div_MENU_JS .cl_menu_in, #div_MENU_JS .menu_sub .cl_menu_in, #div_MENUS_PAGE .cl_menu_in, #div_MENUS_PAGE .menu_sub .cl_menu_in {
	background-position: center;
	padding-left: 0;
}

#div_MENU_JS #div_MENU_BOTTOM, #div_MENU_JS #div_MENU_BOTTOM .cl_menu, #div_MENUS_PAGE #div_MENU_BOTTOM, #div_MENUS_PAGE #div_MENU_BOTTOM .cl_menu {
	display: block;
}

#div_MENU_JS #div_MENU_XBOTTOM, #div_MENUS_PAGE #div_MENU_XBOTTOM {
	padding: 0;
}

#div_MENU_JS_gen {
	display: none;
	visibility: hidden;
	background-image: url("https://images.mailo.com/img-20251203/mailo/en/include/default/px.gif");
	background-repeat: no-repeat;
	height: 100%;
	left: 0;
	position: relative;
	top: 0;
	width: 100%;
	z-index: 100;
}
#div_MENU_JS_bkg {
	position: fixed;
	width: 100%;
	height: 100%;
	background-color: #000000;
	opacity: 0;
}
#div_MENU_JS_switch {
	display: none;
	visibility: hidden;
	position: fixed;
	bottom: 10px;
	right: 10px;
	z-index: 101;
}
#div_MENU_JS_switch.cl_menu_short {
	background-image: url("https://images.mailo.com/img-20251203/mailo/en/auth/default/menu_js_long.png");
	background-size: contain;
	width: 30px;
	height: 30px;
}
#div_MENU_JS_switch.cl_menu_long {
	background-image: url("https://images.mailo.com/img-20251203/mailo/en/auth/default/menu_js_short.png");
	background-size: contain;
	width: 30px;
	height: 30px;
}
#div_MENU_JS, #div_MENUS_PAGE {
	top: 0;
	left: 0;
	position: absolute;
	min-width: 250px;
	width: 85%;
	display: none;
}
#div_MENU_JS.swipe {
	left: 0;
}
#div_MENU_JS a {
	display:block;
}
#div_MENU_LINK div, #div_MENU_LINK li {
	width: 40px;
	height: 40px;
	background-image: url("https://images.mailo.com/img-20251203/mailo/en/auth/default/smartphone_icon_menu.png");
	background-repeat: no-repeat;
	background-position: center center;
	display: block;
}
.cl_shade_white #div_MENU_LINK div, .cl_shade_white #div_MENU_LINK li {
	background-image: url("https://images.mailo.com/img-20251203/mailo/en/auth/default/smartphone_icon_menu+white.png");
}
@media only screen and (min-width: 430px) {
#div_MENU_JS {
	min-width: 60%;
}
}
@media only screen and (min-height: 401px) and (max-height: 550px) {
#div_MENU_JS #div_MENU_XTOP .cl_menu_text, #div_MENU_JS #div_MENU_TOP .cl_menu_text, #div_MENU_JS #div_MENU_BOTTOM .cl_menu_text, #div_MENU_JS #div_MENU_XBOTTOM .cl_menu_text, #div_MENUS_PAGE #div_MENU_XTOP .cl_menu_text, #div_MENUS_PAGE #div_MENU_TOP .cl_menu_text, #div_MENUS_PAGE #div_MENU_BOTTOM .cl_menu_text, #div_MENUS_PAGE #div_MENU_XBOTTOM .cl_menu_text {
	font-size: 12px;
}
}
@media only screen and (max-height: 400px) {
}
#div_MENU_JS #div_MENU_XTOP .cl_menu, #div_MENU_JS #div_MENU_TOP .cl_menu, #div_MENUS_PAGE #div_MENU_XTOP .cl_menu, #div_MENUS_PAGE #div_MENU_TOP .cl_menu {
	padding-left: 0;
}
#div_MENU_JS #div_MENU_BOTTOM .cl_menu_stop, #div_MENUS_PAGE #div_MENU_BOTTOM .cl_menu_stop {
	border: 0 none;
	height: 0;
	line-height: 0;
}
#div_MENU_JS #div_MENU_XTOP .cl_menu_text, #div_MENU_JS #div_MENU_TOP .cl_menu_text, #div_MENU_JS #div_MENU_BOTTOM .cl_menu_text, #div_MENUS_PAGE #div_MENU_XTOP .cl_menu_text, #div_MENUS_PAGE #div_MENU_TOP .cl_menu_text, #div_MENUS_PAGE #div_MENU_BOTTOM .cl_menu_text {
	padding: 0 10px;
	display: inline-block;
}
@media only screen and (min-height: 551px) and (max-height: 699px) {
#div_MENU_JS #div_MENU_XTOP .cl_menu_text, #div_MENU_JS #div_MENU_TOP .cl_menu_text, #div_MENU_JS #div_MENU .cl_menu_text, #div_MENU_JS #div_MENU_BOTTOM .cl_menu_text, #div_MENU_JS #div_MENU_XBOTTOM .cl_menu_text, #div_MENUS_PAGE #div_MENU_XTOP .cl_menu_text, #div_MENUS_PAGE #div_MENU_TOP .cl_menu_text, #div_MENUS_PAGE #div_MENU .cl_menu_text, #div_MENUS_PAGE #div_MENU_BOTTOM .cl_menu_text, #div_MENUS_PAGE #div_MENU_XBOTTOM .cl_menu_text {
	font-size: 13px;
	padding: 0 15px;
}
}
@media only screen and (min-height: 700px) {
#div_MENU_JS #div_MENU_XTOP .cl_menu_text, #div_MENU_JS #div_MENU_TOP .cl_menu_text, #div_MENU_JS #div_MENU .cl_menu_text, #div_MENU_JS #div_MENU_BOTTOM .cl_menu_text, #div_MENU_JS #div_MENU_XBOTTOM .cl_menu_text, #div_MENUS_PAGE #div_MENU_XTOP .cl_menu_text, #div_MENUS_PAGE #div_MENU_TOP .cl_menu_text, #div_MENUS_PAGE #div_MENU .cl_menu_text, #div_MENUS_PAGE #div_MENU_BOTTOM .cl_menu_text, #div_MENUS_PAGE #div_MENU_XBOTTOM .cl_menu_text {
	font-size: 14px;
	padding: 0 20px;
}
}
@media only screen and (min-width: 430px) {
#div_MENU_JS #div_MENU_XTOP .cl_menu_text, #div_MENU_JS #div_MENU_TOP .cl_menu_text, #div_MENU_JS #div_MENU_BOTTOM .cl_menu_text, #div_MENU_JS #div_MENU_XBOTTOM .cl_menu_text, #div_MENUS_PAGE #div_MENU_XTOP .cl_menu_text, #div_MENUS_PAGE #div_MENU_TOP .cl_menu_text, #div_MENUS_PAGE #div_MENU_BOTTOM .cl_menu_text, #div_MENUS_PAGE #div_MENU_XBOTTOM .cl_menu_text {
	padding: 0 40px;
}
}

#div_MENU_LINK div {
	padding: 0 0 0 5px;
}

#div_MENU_UP {
	display: none;
}

#div_MENU_DOWN {
	display: none;
}

.cl_menu_applis {
	width: 16px;
	height: 16px;
	display: inline-block;
	vertical-align: middle;
	background-color: transparent;
	background-repeat: no-repeat;
	margin-left: -50px;
}
.cl_menu_applis + .cl_menu_text {
	padding-left: 37px;
}

.cl_menu_applis_collapsed {
	background-image:url("https://images.mailo.com/img-20251203/mailo/en/include/default/icon_collapsed.svg");
}

.cl_menu_applis_expanded {
	background-image:url("https://images.mailo.com/img-20251203/mailo/en/include/default/icon_expanded.svg");
}
#div_MENUS {
	min-height: 629px;
}
#div_MENU_XBOTTOM {
	padding: 0;
}
#id_menu_up {
	margin-left: 10px;
}
#div_MENU {
	padding-right: 10px;
}#div_IN {
	border-style: solid;
	border-width: 0px;
	border-top-width: 1px;
	border-color: #DEDEDE;
	color: #6A6A6A;
	background-color: transparent;
	padding:10px 0px 0px 0px;
}

#div_INUP {

	min-height: 34px;

	z-index: 20;
	margin: 0;
	padding: 0;
	overflow: visible;
	border-style: solid;
}

#div_DASH_PAGE #div_INUP {
	display: none;
}

#div_TABS {
	padding: 0;
	padding-left: 0px;
	margin: 0;
	overflow: visible;
}

#div_TABS ul {
	display: inline;
}

#div_TABS li {
	display: inline;
	float: left;
	height: 35px;
	margin: 0;
	margin-right: 0px;
	text-align: center;
	vertical-align: middle;
	line-height: 35px;
	white-space: nowrap;
	list-style-type: none;
	border-style: solid; 
	overflow: visible;
	border-bottom-style: none;
	padding: 0;
}

#div_TABS .cl_tabs_active {
	border-width: 0px;
	border-color: #DEDEDE;
	background-color: transparent;
	font-size: 13px;
	font-family: Arial;
	color: #383838;
	font-weight: bold;
}

#div_TABS .cl_tabs_inactive {
	cursor: pointer;
	height: 34px;
	line-height: 34px;
	border-width: 0px;
	border-color: #DEDEDE;
	background-color: transparent;
	font-family: Arial;
	color: #6A6A6A;
	font-size: 13px;
}

.cl_tabs_inactive:hover .cl_tabs_itext {
	background-color: #F3F3F3;
	color: #525252;
}


#div_TABS .cl_tabs_atext {
	height: 35px;
	background-color: transparent;
	border-bottom: 3px #FD354E solid;
	text-align: center;
	line-height: 35px;
	float: left;
	margin: 0px 18px;
}

#div_TABS .cl_tabs_aright {
	height: 35px;
	float: left;
}

#div_TABS .cl_tabs_ileft {
	height: 34px;
	float: left;
}

#div_TABS .cl_tabs_itext {
	height: 34px;
	text-align: center;
	line-height: 34px;
	float: left;
	padding: 0px 18px;
}

.cl_a_none:hover .cl_tabs_itext {
}

#div_TABS .cl_tabs_iright {
	height: 34px;
	float: left;
}

#div_TABS_LINK {
	position: relative;
	float: right;
	display: flex;
	align-items: center;
	height: 100%;
	padding-right: 5px;
}

#div_PRINT, #div_BACK {
	display: inline;
}

#div_IN_TOP, #div_IN_BOTTOM, #div_IN_PRE_BOTTOM {
	margin: 0;
	padding: 0;
	clear: both;
}

#div_IN_LIST, #div_IN_LIST tbody, #div_IN_MAIN {
	overflow: auto;
}

#div_IN_PREVIEW {
	display: inline-block;
	vertical-align: top;
	overflow: hidden;
	background-color:transparent;
}
#div_IN_PRE {
	vertical-align: top;
	overflow: hidden;
	border:0px;
	border-top:1px solid #DEDEDE;
	padding:10px 0px 0px 0px;
}

#div_IN_PRE_MAIN {
	overflow: auto;
}

.cl_in_top_box {
	padding:10px 10px 10px 20px;
	margin:10px 18px;
	background-color:#F8F8F8;
	box-shadow:1px 1px 2px 0px rgba(0,0,0,.05), -1px -1px 2px 0px rgba(0,0,0,.05);
	border-radius:5px;
	border: 1px solid #E7E7E7;
}
.cl_title, .cl_in_top_box h2 {
	font-size: 115%;
	font-weight: bold;
	margin: 10px 0;
}
.cl_in_top_box p, .cl_in_top_box li {
	font-size: 90%;
	line-height: 150%;
}

#div_IN .cl_in_buttons {
	margin:0px 18px;
}

@media only screen and (max-width: 599px) {
#div_IN .cl_in_buttons.cl_button_bar {
	margin: unset;
}
}

#div_IN .cl_in_contents {
	margin:0px 18px;
}
#div_FRAME #div_IN, #div_FRAME .cl_right_in {
	min-height: 593px;
}
@media (max-width: 768px) {
	#div_FRAME #div_IN, #div_FRAME .cl_right_in {
    	min-height: calc(100% - 50px);
	}
}.cl_rte_head_html {
	padding: 0;
	font-size: 9px;
	white-space: nowrap;
	height: 27px;
	margin: 0;
	border:1px solid #DEDEDE;
	border-bottom: 0;
	background-color: #FFF;
	color: #545454;
}
.cl_rte_head_html select {
	font-weight: normal;
	max-width: 80px;
	border: none;
	background-color: inherit;
	padding-top: 0px;
	padding-bottom: 0px;
	color:#9B9B9B;
}
.cl_rte_none {
	visibility: hidden;
	border: 1px solid transparent;
	height: 21px;
	width: 21px;
}
.cl_rte_opts {
	display: inline-block;
	max-width: 470px;
}
.cl_rte_image, .cl_rte_opt_image {
	cursor: pointer;
	border: 1px solid transparent;
	text-align: center;
	font-size: 16px;
	height: 21px;
	width: 21px;
}
.cl_rte_opt_image {
	display: inline-block;
}
.cl_rte_smiley_table td {
	cursor: pointer;
	width: 50px;
	height: 50px;
	text-align: center;
}
.cl_rte_smiley_table img {
	max-width: 50px;
	max-height: 50px;
}
.cl_rte_smiley_table td:hover,
.cl_rte_bkg_more:hover,
.cl_rte_bkg_none:hover,
.cl_rte_opt_image:hover {
	background-color: #F3F3F3;
	color: #525252;
}
.cl_rte_image.cl_rte_selected {
	background-color: #F3F3F3;
	color: #525252;
}
.cl_rte_smiley {
	cursor: pointer;
	padding: 1px;
	border: 1px solid transparent;
}
.cl_rte_sep {
	margin: 0 4px;
	height: 20px;
	width: 1px;
	border: 0 none;
}

.cl_rte_smiley_code {
	height: 20px;
	padding: 2px;
	text-align: center;
	border: 1px solid;
	background-color: #F3F3F3;
	color: #525252;
}
.cl_rte_smiley_bottom {
	height: 50px;
	line-height: 50px;
}
.cl_rte_smiley_bottom img:first-child, .cl_rte_smiley_bottom img:last-child {
	cursor: pointer;
	width: 50px;
	height: 25px;
	margin: 12.5px auto;
}
.cl_rte_smiley_bottom img:first-child {
	float: left;
}
.cl_rte_smiley_bottom img:last-child {
	float: right;
}
.cl_rte_bkg {
	width: 78px;
	height: 38px;
	border: solid 2px #FFF;
	cursor: pointer;
	display: block;
}
.cl_rte_bkg:hover {
	border-color: #F3F3F3;
}
.cl_rte_bkg_more, .cl_rte_bkg_none {
	width: 25px;
	height: 25px;
	cursor: pointer;
	text-align: center;
}
.cl_rte_color_prev {
	width: 30px;
	height: 30px;
	padding: 2px;
}
.cl_rte_textcolors {
	display: block;
	margin: 7px 0;
	padding: 3px;
	border: 1px solid #DEDEDE;
}
.cl_rte_textcolor {
	display: inline-block;
	height: 20px;
	width: 31px;
	margin: 1px;
}
.cl_rte_input_text{
	overflow:hidden;
	width: 100%;
	height: 37px;
	padding: 0;
	background-color: #FFF;
	border: 1px solid #CCC;
	border-radius: 2px;
}.cl_spell_result {
	position: absolute;
	background-image: url("https://images.mailo.com/img-20251203/mailo/en/include/default/px.gif");
	background-repeat: no-repeat;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	display: none;
	z-index: 100;
}

.cl_spell_result_sub {
	position: absolute;
	border: 1px solid #000000;
	background-color: #FFF;
	color: #545454;
}

.cl_spell_result_close {
	position: absolute;
	right: 5px;
	top: 3px;
	cursor: pointer;
}

.cl_spell_result_close a {
	color: #FFFFFF;
}

.cl_spell_result_close a:hover {
	text-decoration: underline;
}

.cl_spell_result_in {
	margin: 0;
	width: 100%;
	height: 100%;
	overflow: auto;
	padding: 1px;
	background-color: #FFF;
	color: #545454;
	font-family: Arial;
	font-size: 13px;
}

.cl_spell_result_tabs {
	vertical-align: top;
	font-weight: bold;
	padding: 5px;
	white-space: nowrap;
	background-color: #F8F8F8;
	color: #6A6A6A;
}

.cl_spell_suggest_wait {
	padding: 15px 20px 15px 20px;
	z-index: 200;
}

.cl_spell_warn {
	cursor: pointer;
	background-color: #FFFF00;
}

.cl_spell_suggest {
	background-color: #FFF;
	color: #545454;
	border: 1px solid #CCC;
	border-radius: 2px;
	z-index: 200;
}

.cl_spell_suggest li {
	list-style-type: none;
	cursor: pointer;
	white-space: nowrap;
	border: 0;
	padding: 5px 10px;
}

.cl_spell_suggest li:hover {
	background-color: #F3F3F3;
	color: #525252;
}@media (min-width: 1300px) {
.clr_media_stm, .clr_media_tm, .clr_media_m {
	display: none !important;
}
}
@media only screen and (min-width: 1300px) {
.cl_box_margin {
	margin:10px 18px;
}
}@media (min-width: 900px) {
.clr_media_st, .clr_media_t {
	display: none !important;
}
}
@media only screen and (min-width: 900px) {
#id_menu_click, .cl_td_menu_bar {
	display: none;
}
}@media (min-width: 600px) {
.clr_media_s {
	display: none !important;
}
}
@media only screen and (min-width: 600px) {
.clr_table {
	display: table;
	width: 100%;
}
.clr_table .clr_tr, .clr_table .clr_tr_hide, .clr_table .clr_tr_fix, .clr_table .clr_tr_double {
	display: table-row;
}
.clr_table .clr_th, .clr_table .clr_td {
	display: table-cell;
}
.clr_form .clr_td {
	height:40px;
	line-height:20px;
}
.clr_form .clr_th {
	width: 1%;
	white-space: nowrap;
	padding:0px 10px 0px 0px;
	height:40px;
	line-height:20px;
}
.clr_table .clr_tr_hide ::placeholder {
	font-size: 0;
}
table.cl_lst td {
	line-height: unset;
}
#id_menu_barm {
	min-width: 250px;
	max-width: 500px;
}
#div_IN_LEFT {
	max-width: 40%;
	overflow: auto;
}

#div_INUP {
	display: flex;
	justify-content: space-between;
	align-items: center;
}
}@media (max-width: 1299px) {
.clr_media_l {
	display: none !important;
}
}@media (max-width: 899px) {
.clr_media_m, .clr_media_ml {
	display: none !important;
}
}
@media only screen and (max-width: 899px) {
#id_menu_click {
	display: block;
	width: 40px;
	height: 40px;
	background-image: url("https://images.mailo.com/img-20251203/mailo/en/auth/default/smartphone_icon_menu.png");
	background-repeat: no-repeat;
	background-position: center;
	cursor: pointer;
}
#div_LOGO_img {
	margin: 8px !important;
}
.cl_shade_white #id_menu_click {
	background-image: url("https://images.mailo.com/img-20251203/mailo/en/auth/default/smartphone_icon_menu+white.png");
}
.cl_td_part_menus, #div_MENU_HINFOS, #div_BOTTOM, #div_IN_PREVIEW, #resize_IN_X, #resize_IN_Y {
	display: none !important;
}

/* Code ajouté le 11/09, div_MENUS séparé du display none au dessus pour tester le burger en petit écran */
@media only screen and (max-width:768px) {
#div_MENUS {
    display: none !important;
}
}
/* FIN */

#id_menu_barl #div_LANGUAGE {
	display: none !important;
}
#div_IN_LIST {
	width: 100% !important;
}
.cl_list_info_left {
	padding-right: 20px;
}
.cl_list_info_right {
	padding-left: 20px;
}
#div_MESSAGE {
	width: 70%;
	top: 25px;
}
#divfloat {
	bottom: 0px;
	left: 0px;
	width: 100%;
	max-width: 100%;
	min-width: 100%;
	border-radius: 0;
}
.cl_float_tab {
	text-align: center;
}
}@media (max-width: 599px) {
body {
	margin: 0;
}
.clr_media_t, .clr_media_tm, .clr_media_tml {
	display: none !important;
}
}
@media only screen and (max-width: 599px) {

#div_TOP/*, #div_OUT_TOP*/ {
	position: absolute;
	z-index: 30;
	width: 50%;
	background-color: transparent;
}
#div_OUT_TOP {
	text-align: left;
}
.cl_td_logo {
	display: none;
}
#div_FRAME {
	position: absolute;
	width: 100%;
}
#div_DASH_PAGE #div_INUP {
	display: block;
}
#div_INUP {
	position: absolute;
	height:50px;
	width: 100%;
}
#div_TABS {
	position: absolute;
	padding: 0;
	x-padding-left:50px;
	height:50px;
	background-color:#DDD;
	width: 100%;
}
#div_TABS li, #div_TABS .cl_tabs_atext {
	margin: 0;
	width: 100%;
	background-color:#DDD;
	color:#434343;
	height:50px;
}
#div_TABS .cl_tabs_aleft, #div_TABS .cl_tabs_aright, #div_TABS .cl_tabs_inactive {
	display: none;
}
#div_TABS .cl_tabs_atext {
	border: 0;
	line-height:50px;
}
#div_IN {
	position: absolute;
	width: 100%;
	top:50px;
}

.clr_table, .clr_table tbody, .clr_table .clr_tr, .clr_table .clr_tr_fix, .clr_table .clr_tr_hide, .clr_table .clr_tr_double, .clr_table .clr_th, .clr_table .clr_td {
	display: block;
}
.clr_table .clr_tr, .clr_table .clr_tr_fix, .clr_table .clr_tr_hide, .clr_table .clr_tr_double {
	margin-bottom:10px;
}
.clr_table .clr_tr_fix .clr_th {
	display: table-cell;
	padding:0px 10px 0px 0px;
	min-height:40px;
}
.clr_table .clr_tr_double .clr_th {
	display: table-cell;
	padding-right:10px;
	min-height:40px;
}
.clr_table .clr_tr_double .clr_td {
	display: block;
}
.clr_form .clr_th {
	padding-top: 5px;
	white-space: normal;
}
.clr_form .clr_td {
	padding-top: 5px;
	min-height:40px;
}
.clr_table .clr_tr_fix .clr_td {
	display: table-cell;
}
.clr_table .clr_tr_hide .clr_th {
	display: none;
}
.cl_input, .cl_input_pwd {
	width: 100%;
}
#div_MENU_HEAD {
	display: none !important;
}
.cl_list_info_left {
	padding-right: 10px;
}
.cl_list_info_right {
	padding-left: 10px;
}
.cl_framed {
	margin:20px 0px;
}
.cl_box_margin {
	margin:10px 18px;
}
.cl_box_elt, .cl_roundbox_elt {
	padding:10px 10px;
}
.cl_contextmenu_bkg {
	background-color: #000000;
	opacity: 0.5;
}
.cl_contextmenu {
	position: fixed;
	width: 100%;
	max-height: 75%;
	min-height: 25%;
	padding: 0;
	border: none;
	color: #FFF;
	background: #222;
	text-align: center;
	vertical-align: bottom;
}
.cl_contextmenu li, .cl_contextmenu div {
	background-image: none;
	white-space: normal;
	color: #FFFFFF;
	text-align: center;
	margin-left: 0;
	margin-right: 0;
	padding: 8px 0;
	font-size: 20px;
	font-weight: bold;
}
.cl_contextmenu li:active, .cl_contextmenu div:active, .cl_contextmenu_active {
	border: none;
	background-color: #CCCCCC;
	color: #555555;
}
.cl_contextmenu li:hover {
	border: none;
}
.cl_contextmenu .cl_lst_calendar td {
		font-size:13px;
;
	font-weight: normal;
}

.cl_contextmenu .cl_disabled {
	color: #CCCCCC;
	font-style: italic;
	cursor: default;
}
.cl_contextmenu .cl_disabled:hover {
	background-color: #FFFFFF;
	color: #CCCCCC;
	border: 1px solid #FFFFFF;
	text-decoration: none;
}
.cl_contextmenu .cl_opt_on {
	background-color: #F3F3F3;
	color: #525252;
}
.cl_contextmenu div.cl_opt_on, .cl_contextmenu div.cl_opt_off {
	padding: 0;
}
.cl_contextmenu input[type="file"] {
	color:#CCCCCC;
}
#div_MESSAGE {
	width: 100%;
	top: 20px;
}
h3, .cl_h3 {
	text-align: center;
}
.cl_indent {
	margin: 0;
}
table.cl_lst thead {
	display: none;
}
table.cl_lst td:before {
	content: attr(data-label);
}
table.cl_lst:not(.cl_lst_calendar) td {
	padding-left: 13px;
}
table.cl_lst:not(.cl_lst_calendar) td:not(td.cl_td_check) {
	/*display: block;*/
	width: 100%;

	display: flex;
	align-items: center;
}
table.cl_lst td.cl_td_check ~ td {
	padding-left: 18px;
		    height: unset;
}
table.cl_lst td.cl_td_check + td {
    min-height: 35px;
}
table.cl_lst:not(.cl_lst_calendar) td:not(td:last-child):not(td.cl_td_check) {
	border-bottom: 0px none;
}
.cl_lst_td_elt {
	padding: 0;
}

.cl_cmenu_arbo {
	width:100%;
}
.cl_cmenu_arbo_top, .cl_cmenu_arbo_txt {
	font-size: 20px;
	font-weight: bold;
}
.cl_list_nav_bottom {
	text-align: center;
	min-height: 60px;
}
.cl_list_nav_bottom .cl_list_nav {
	display: inline-block;
	margin: 20px 0px 80px 0px;
}
.cl_list_nav_bottom .cl_elt_nav, .cl_list_nav_bottom .cl_elt_nav_select {
	padding: 0px 5px;
}
}@media print {

  @page {
    size: auto;
    margin: 1.5rem;
  }

  body:not(.ea_mail__message) .cl_td_part_hinfos,
  body:not(.ea_mail__message) .cl_td_part_head,
  body:not(.ea_mail__message) .cl_list_nav,
  body:not(.ea_mail__message) .cl_list_info_right,
  body:not(.ea_mail__message) .cl_td_menu_bar,
  body:not(.ea_mail__message) .cl_mail_msg_htmlline,
  body:not(.ea_mail__message) .cl_WWW_nav,
  body:not(.ea_mail__message) .cl_magnet_new,
  body:not(.ea_mail__message) .cl_in_top_box,
  body:not(.ea_mail__message) #resize_IN_Y,
  body:not(.ea_mail__message) #resize_IN_X,
  body:not(.ea_mail__message) #div_IN_PRE,
  body:not(.ea_mail__message) #div_IN_PREVIEW,
  body:not(.ea_mail__message) #div_MENUS,
  body:not(.ea_mail__message) #div_MENU_XTOP,
  body:not(.ea_mail__message) #div_MENU_TOP,
  body:not(.ea_mail__message) #div_MENU,
  body:not(.ea_mail__message) #div_MENU_TEST,
  body:not(.ea_mail__message) #div_MENU_BOTTOM,
  body:not(.ea_mail__message) #div_MENU_XBOTTOM,
  body:not(.ea_mail__message) #div_MENU_HINFOS,
  body:not(.ea_mail__message) #div_MENU_HINFOS .cl_menu,
  body:not(.ea_mail__message) #div_MENU_HEAD,
  body:not(.ea_mail__message) #div_INFOS,
  body:not(.ea_mail__message) #div_RIGHT,
  body:not(.ea_mail__message) #id_buttons_fixed,
  body:not(.ea_mail__message) #resize_RIGHT,
  body:not(.ea_mail__message) #div_TABS_LINK,
  body:not(.ea_mail__message) #id_search_quick,
  body:not(.ea_mail__message) #div_calendar_timeline,
  body:not(.ea_mail__message) .cl_tabs_inactive,
  body:not(.ea_mail__message) .cl_list_action,
  body:not(.ea_mail__message) .cl_select_image,
  body:not(.ea_mail__message) .cl_button,
  body:not(.ea_mail__message) .cl_in_buttons,
  body:not(.ea_mail__message) .cl_calendar_view .cl_link,
  body:not(.ea_mail__message) .cl_in_contents .cl_link,
  body:not(.ea_mail__message) .cl_td_part_0_notice,
  body:not(.ea_mail__message) .cl_td_part_0_menu_head,
  body:not(.ea_mail__message) #id_menu_click,
  body:not(.ea_mail__message) #id_menu_bar,
  body:not(.ea_mail__message) #id_menu_bar_,
  body:not(.ea_mail__message) #id_menu_barl,
  body:not(.ea_mail__message) #id_menu_barm,
  body:not(.ea_mail__message) .cl_MAIN_MSG_progress,
  body:not(.ea_mail__message) .cl_MAIN_MSG_done,
  body:not(.ea_mail__message) .cl_button_span,
  body:not(.ea_mail__message) #div_MESSAGE,
  body:not(.ea_mail__message) .cl_MAIL_MSG_attached form {
    display: none !important;
  }

  .cl_right_in {
    border-width: 0;
  }

  .cl_msgs_block div.checkbox,
  .cl_list input[type="checkbox"],
  .cl_checkbox,
  .cl_td_check input[type="checkbox"] {
    visibility: hidden;
  }

  .cl_msgs_block.checked {
    background-color: unset !important;
    color: unset !important;
  }

// fix chromium error : Specifying overflow: visible on img, video and canvas tags may cause them to produce visual content outside of the element bounds
*:not(img):not(canvas):not(video) {
  pointer-events: none;
  overflow: visible !important;
}

  html, #div_IN_PRE_MAIN {
    overflow: visible !important;
  }

  body {
    background-image: none;
    margin: 0;
    padding: 0;
  }

  #div_IN, #div_IN_LIST, #div_INSIDE, #div_MAIN, #div_FRAME {
    width: 100% !important;
  }

  #div_IN_LIST {
    display: block !important;
  }

  #div_IN, .cl_right_in {
    border-width: 0 !important;
  }

  #div_OUT_FRAME {
    background: white !important;
  }


  /* Page mail */
  .cl_MAIL_MSG_to {
    max-height: unset !important;
  }

  .cl_MAIL_MSG_attached .cl_item .cl_link {
    display: block !important;
  }

  iframe#div_IN_PRE_MAIN {
    position: absolute !important;
  }

  /* Inbox */
  .cl_msgs_block.click {
    page-break-inside: avoid;
  }

  /* Page d'un contact */
  .cl_form_elt input::placeholder, .cl_form_elt textarea::placeholder, #id_edit_addr_0_addr::placeholder {
    visibility: hidden;
  }

  .cl_form_elt input, .cl_form_elt .cl_select, .cl_form_elt textarea, #id_edit_addr_0_addr {
    border: none;
    background: none;
  }

  .cl_form_elt img, #id_edit_pro_more, #id_edit_pro_more {
    display: none;
  }

  /* Page profil */
  .cl_form_elt .cl_hover_info {
    display: none;
  }

  /* Liste des contacts */
  .cl_adbook_initial {
    display: none !important;
  }

  /* Agenda */
  #id_search_all {
    display: none;
  }

  .cl_calendar_timeline_th {
    background-image: none !important;
  }

  .cl_calendar_view .cl_link {
    display: block !important;
  }

  .cl_calendar_view .cl_link img {
    display: none !important;
  }

  /* Documentation */
  #div_OUT_BOTTOM, .cl_out_top_elt {
    display: none !important;
  }

  /* Page print (controlleur) */
  #div_PAGE_PRINT #div_IN_PRE_TOP, #div_PAGE_PRINT #div_PAGE_PRINT, #div_PAGE_PRINT #div_TOP, #div_PAGE_PRINT #div_IN_PRE_MAIN {
    position: initial !important;
  }
}/*.ea_contracts_generics__display-none {
	display: none;
}

.ea_contracts_generics__visibility-hidden {
	visibility: hidden;
}

.ea_contracts_generics__list_style-none {
	list-style: none;
}

.ea_completion__resizer {
	box-sizing: border-box;
	padding: 0 4px;
	border: 1px solid transparent;
	font-family: Arial;
	font-size: 16px;
	overflow: hidden;
	max-width: 100%;
	height: 0;
}

.ea_completion__field {
	display: block;
}

.ea_completion__list {
	list-style: none;
	margin: 0;
	padding: 0;
	position: fixed;
	overflow-x: hidden;
	z-index: 2;
	display: block;
	width: auto;
	white-space: nowrap;
}

.ea_completion__list > :nth-child(2) {
	border-top: 1px solid #CCC;
}

.ea_completion__list > * + * {
	border-left: 1px solid #CCC;
	border-right: 1px solid #CCC;
}

.ea_completion__list > * + :last-child {
	border-bottom: 1px solid #CCC;
}

.ea_completion__list [type="checkbox"] {
	float: right;
}

.ea_completion__list span {
	position: relative;
	display: block;
	min-width: 100%;
	background: #FFF;
	padding: 5px;
	color: #333;
	cursor: pointer;
}

.ea_completion__list [type="checkbox"][hidden] + span {
	display: none;
}

.ea_completion__current + span {
	background-color: #F3F3F3;
	color: #525252;
}

.ea_generics__button_icon {
	background: transparent;
	cursor: pointer;
}*/

.cl_menu_help {
	background-image: url("https://images.mailo.com/img-20251203/mailo/en/include/default/menu_help.svg");
	
}
#div_MENUS .cl_menu_help {
	background-image: url("https://images.mailo.com/img-20251203/mailo/en/include/default/menu_help.svg");
}
#div_MENU_HEAD .cl_menu_help {
	background-image: url("https://images.mailo.com/img-20251203/mailo/en/include/default/menu_help.svg");
}
#id_menu_barl .cl_menu_help {
	background-image: url("https://images.mailo.com/img-20251203/mailo/en/include/default/menu_help.svg");
}
.cl_shade_white .cl_menu_help {
	background-image: url("https://images.mailo.com/img-20251203/mailo/en/include/default/menu_help+white.svg");
}
#div_MENUS .cl_shade_white .cl_menu_help {
	background-image: url("https://images.mailo.com/img-20251203/mailo/en/include/default/menu_help+white.svg");
}
.cl_shade_white #div_MENU_HEAD .cl_menu_help, #id_menu_barl.cl_shade_white .cl_menu_help {
	background-image: url("https://images.mailo.com/img-20251203/mailo/en/include/default/menu_help+white.svg");
}
.cl_shade_0icon .cl_menu_help, #div_MENU .cl_shade_0icon .cl_menu_help {
	background-image: none;
}

.cl_menu_home {
	background-image: url("https://images.mailo.com/img-20251203/mailo/en/auth/default/menu_home.svg");
	
}
#div_MENUS .cl_menu_home {
	background-image: url("https://images.mailo.com/img-20251203/mailo/en/auth/default/menu_home.svg");
}
#div_MENU_HEAD .cl_menu_home {
	background-image: url("https://images.mailo.com/img-20251203/mailo/en/auth/default/menu_home.svg");
}
#id_menu_barl .cl_menu_home {
	background-image: url("https://images.mailo.com/img-20251203/mailo/en/auth/default/menu_home.svg");
}
.cl_shade_white .cl_menu_home {
	background-image: url("https://images.mailo.com/img-20251203/mailo/en/auth/default/menu_home+white.svg");
}
#div_MENUS .cl_shade_white .cl_menu_home {
	background-image: url("https://images.mailo.com/img-20251203/mailo/en/auth/default/menu_home+white.svg");
}
.cl_shade_white #div_MENU_HEAD .cl_menu_home, #id_menu_barl.cl_shade_white .cl_menu_home {
	background-image: url("https://images.mailo.com/img-20251203/mailo/en/auth/default/menu_home+white.svg");
}
.cl_shade_0icon .cl_menu_home, #div_MENU .cl_shade_0icon .cl_menu_home {
	background-image: none;
}

.cl_menu_share {
	background-image: url("https://images.mailo.com/img-20251203/mailo/en/auth/default/menu_share.svg");
	
}
#div_MENUS .cl_menu_share {
	background-image: url("https://images.mailo.com/img-20251203/mailo/en/auth/default/menu_share.svg");
}
#div_MENU_HEAD .cl_menu_share {
	background-image: url("https://images.mailo.com/img-20251203/mailo/en/auth/default/menu_share.svg");
}
#id_menu_barl .cl_menu_share {
	background-image: url("https://images.mailo.com/img-20251203/mailo/en/auth/default/menu_share.svg");
}
.cl_shade_white .cl_menu_share {
	background-image: url("https://images.mailo.com/img-20251203/mailo/en/auth/default/menu_share+white.svg");
}
#div_MENUS .cl_shade_white .cl_menu_share {
	background-image: url("https://images.mailo.com/img-20251203/mailo/en/auth/default/menu_share+white.svg");
}
.cl_shade_white #div_MENU_HEAD .cl_menu_share, #id_menu_barl.cl_shade_white .cl_menu_share {
	background-image: url("https://images.mailo.com/img-20251203/mailo/en/auth/default/menu_share+white.svg");
}
.cl_shade_0icon .cl_menu_share, #div_MENU .cl_shade_0icon .cl_menu_share {
	background-image: none;
}

.cl_menu_family {
	background-image: url("https://images.mailo.com/img-20251203/mailo/en/auth/default/menu_family.svg");
	
}
#div_MENUS .cl_menu_family {
	background-image: url("https://images.mailo.com/img-20251203/mailo/en/auth/default/menu_family.svg");
}
#div_MENU_HEAD .cl_menu_family {
	background-image: url("https://images.mailo.com/img-20251203/mailo/en/auth/default/menu_family.svg");
}
#id_menu_barl .cl_menu_family {
	background-image: url("https://images.mailo.com/img-20251203/mailo/en/auth/default/menu_family.svg");
}
.cl_shade_white .cl_menu_family {
	background-image: url("https://images.mailo.com/img-20251203/mailo/en/auth/default/menu_family+white.svg");
}
#div_MENUS .cl_shade_white .cl_menu_family {
	background-image: url("https://images.mailo.com/img-20251203/mailo/en/auth/default/menu_family+white.svg");
}
.cl_shade_white #div_MENU_HEAD .cl_menu_family, #id_menu_barl.cl_shade_white .cl_menu_family {
	background-image: url("https://images.mailo.com/img-20251203/mailo/en/auth/default/menu_family+white.svg");
}
.cl_shade_0icon .cl_menu_family, #div_MENU .cl_shade_0icon .cl_menu_family {
	background-image: none;
}

.cl_menu_exit {
	background-image: url("https://images.mailo.com/img-20251203/mailo/en/include/default/menu_exit.svg");
	
}
#div_MENUS .cl_menu_exit {
	background-image: url("https://images.mailo.com/img-20251203/mailo/en/include/default/menu_exit.svg");
}
#div_MENU_HEAD .cl_menu_exit {
	background-image: url("https://images.mailo.com/img-20251203/mailo/en/include/default/menu_exit.svg");
}
#id_menu_barl .cl_menu_exit {
	background-image: url("https://images.mailo.com/img-20251203/mailo/en/include/default/menu_exit.svg");
}
.cl_shade_white .cl_menu_exit {
	background-image: url("https://images.mailo.com/img-20251203/mailo/en/include/default/menu_exit+white.svg");
}
#div_MENUS .cl_shade_white .cl_menu_exit {
	background-image: url("https://images.mailo.com/img-20251203/mailo/en/include/default/menu_exit+white.svg");
}
.cl_shade_white #div_MENU_HEAD .cl_menu_exit, #id_menu_barl.cl_shade_white .cl_menu_exit {
	background-image: url("https://images.mailo.com/img-20251203/mailo/en/include/default/menu_exit+white.svg");
}
.cl_shade_0icon .cl_menu_exit, #div_MENU .cl_shade_0icon .cl_menu_exit {
	background-image: none;
}

.cl_menu_options {
	background-image: url("https://images.mailo.com/img-20251203/mailo/en/include/default/menu_options.svg");
	
}
#div_MENUS .cl_menu_options {
	background-image: url("https://images.mailo.com/img-20251203/mailo/en/include/default/menu_options.svg");
}
#div_MENU_HEAD .cl_menu_options {
	background-image: url("https://images.mailo.com/img-20251203/mailo/en/include/default/menu_options.svg");
}
#id_menu_barl .cl_menu_options {
	background-image: url("https://images.mailo.com/img-20251203/mailo/en/include/default/menu_options.svg");
}
.cl_shade_white .cl_menu_options {
	background-image: url("https://images.mailo.com/img-20251203/mailo/en/include/default/menu_options+white.svg");
}
#div_MENUS .cl_shade_white .cl_menu_options {
	background-image: url("https://images.mailo.com/img-20251203/mailo/en/include/default/menu_options+white.svg");
}
.cl_shade_white #div_MENU_HEAD .cl_menu_options, #id_menu_barl.cl_shade_white .cl_menu_options {
	background-image: url("https://images.mailo.com/img-20251203/mailo/en/include/default/menu_options+white.svg");
}
.cl_shade_0icon .cl_menu_options, #div_MENU .cl_shade_0icon .cl_menu_options {
	background-image: none;
}

.cl_menu_premium {
	background-image: url("https://images.mailo.com/img-20251203/mailo/en/auth/default/menu_premium.svg");
	
}
#div_MENUS .cl_menu_premium {
	background-image: url("https://images.mailo.com/img-20251203/mailo/en/auth/default/menu_premium.svg");
}
#div_MENU_HEAD .cl_menu_premium {
	background-image: url("https://images.mailo.com/img-20251203/mailo/en/auth/default/menu_premium.svg");
}
#id_menu_barl .cl_menu_premium {
	background-image: url("https://images.mailo.com/img-20251203/mailo/en/auth/default/menu_premium.svg");
}
.cl_shade_white .cl_menu_premium {
	background-image: url("https://images.mailo.com/img-20251203/mailo/en/auth/default/menu_premium+white.svg");
}
#div_MENUS .cl_shade_white .cl_menu_premium {
	background-image: url("https://images.mailo.com/img-20251203/mailo/en/auth/default/menu_premium+white.svg");
}
.cl_shade_white #div_MENU_HEAD .cl_menu_premium, #id_menu_barl.cl_shade_white .cl_menu_premium {
	background-image: url("https://images.mailo.com/img-20251203/mailo/en/auth/default/menu_premium+white.svg");
}
.cl_shade_0icon .cl_menu_premium, #div_MENU .cl_shade_0icon .cl_menu_premium {
	background-image: none;
}

.cl_menu_become_premium {
	background-image: url("https://images.mailo.com/img-20251203/mailo/en/auth/default/menu_become_premium.svg");
	
}
#div_MENUS .cl_menu_become_premium {
	background-image: url("https://images.mailo.com/img-20251203/mailo/en/auth/default/menu_become_premium.svg");
}
#div_MENU_HEAD .cl_menu_become_premium {
	background-image: url("https://images.mailo.com/img-20251203/mailo/en/auth/default/menu_become_premium.svg");
}
#id_menu_barl .cl_menu_become_premium {
	background-image: url("https://images.mailo.com/img-20251203/mailo/en/auth/default/menu_become_premium.svg");
}
.cl_shade_white .cl_menu_become_premium {
	background-image: url("https://images.mailo.com/img-20251203/mailo/en/auth/default/menu_become_premium+white.svg");
}
#div_MENUS .cl_shade_white .cl_menu_become_premium {
	background-image: url("https://images.mailo.com/img-20251203/mailo/en/auth/default/menu_become_premium+white.svg");
}
.cl_shade_white #div_MENU_HEAD .cl_menu_become_premium, #id_menu_barl.cl_shade_white .cl_menu_become_premium {
	background-image: url("https://images.mailo.com/img-20251203/mailo/en/auth/default/menu_become_premium+white.svg");
}
.cl_shade_0icon .cl_menu_become_premium, #div_MENU .cl_shade_0icon .cl_menu_become_premium {
	background-image: none;
}

.cl_menu_fridge {
	background-image: url("https://images.mailo.com/img-20251203/mailo/en/auth/default/menu_fridge.svg");
	
}
#div_MENUS .cl_menu_fridge {
	background-image: url("https://images.mailo.com/img-20251203/mailo/en/auth/default/menu_fridge.svg");
}
#div_MENU_HEAD .cl_menu_fridge {
	background-image: url("https://images.mailo.com/img-20251203/mailo/en/auth/default/menu_fridge.svg");
}
#id_menu_barl .cl_menu_fridge {
	background-image: url("https://images.mailo.com/img-20251203/mailo/en/auth/default/menu_fridge.svg");
}
.cl_shade_white .cl_menu_fridge {
	background-image: url("https://images.mailo.com/img-20251203/mailo/en/auth/default/menu_fridge+white.svg");
}
#div_MENUS .cl_shade_white .cl_menu_fridge {
	background-image: url("https://images.mailo.com/img-20251203/mailo/en/auth/default/menu_fridge+white.svg");
}
.cl_shade_white #div_MENU_HEAD .cl_menu_fridge, #id_menu_barl.cl_shade_white .cl_menu_fridge {
	background-image: url("https://images.mailo.com/img-20251203/mailo/en/auth/default/menu_fridge+white.svg");
}
.cl_shade_0icon .cl_menu_fridge, #div_MENU .cl_shade_0icon .cl_menu_fridge {
	background-image: none;
}

.cl_menu_board {
	background-image: url("https://images.mailo.com/img-20251203/mailo/en/auth/default/menu_board.svg");
	
}
#div_MENUS .cl_menu_board {
	background-image: url("https://images.mailo.com/img-20251203/mailo/en/auth/default/menu_board.svg");
}
#div_MENU_HEAD .cl_menu_board {
	background-image: url("https://images.mailo.com/img-20251203/mailo/en/auth/default/menu_board.svg");
}
#id_menu_barl .cl_menu_board {
	background-image: url("https://images.mailo.com/img-20251203/mailo/en/auth/default/menu_board.svg");
}
.cl_shade_white .cl_menu_board {
	background-image: url("https://images.mailo.com/img-20251203/mailo/en/auth/default/menu_board+white.svg");
}
#div_MENUS .cl_shade_white .cl_menu_board {
	background-image: url("https://images.mailo.com/img-20251203/mailo/en/auth/default/menu_board+white.svg");
}
.cl_shade_white #div_MENU_HEAD .cl_menu_board, #id_menu_barl.cl_shade_white .cl_menu_board {
	background-image: url("https://images.mailo.com/img-20251203/mailo/en/auth/default/menu_board+white.svg");
}
.cl_shade_0icon .cl_menu_board, #div_MENU .cl_shade_0icon .cl_menu_board {
	background-image: none;
}

.cl_menu_coffee {
	background-image: url("https://images.mailo.com/img-20251203/mailo/en/auth/default/menu_coffee.svg");
	
}
#div_MENUS .cl_menu_coffee {
	background-image: url("https://images.mailo.com/img-20251203/mailo/en/auth/default/menu_coffee.svg");
}
#div_MENU_HEAD .cl_menu_coffee {
	background-image: url("https://images.mailo.com/img-20251203/mailo/en/auth/default/menu_coffee.svg");
}
#id_menu_barl .cl_menu_coffee {
	background-image: url("https://images.mailo.com/img-20251203/mailo/en/auth/default/menu_coffee.svg");
}
.cl_shade_white .cl_menu_coffee {
	background-image: url("https://images.mailo.com/img-20251203/mailo/en/auth/default/menu_coffee+white.svg");
}
#div_MENUS .cl_shade_white .cl_menu_coffee {
	background-image: url("https://images.mailo.com/img-20251203/mailo/en/auth/default/menu_coffee+white.svg");
}
.cl_shade_white #div_MENU_HEAD .cl_menu_coffee, #id_menu_barl.cl_shade_white .cl_menu_coffee {
	background-image: url("https://images.mailo.com/img-20251203/mailo/en/auth/default/menu_coffee+white.svg");
}
.cl_shade_0icon .cl_menu_coffee, #div_MENU .cl_shade_0icon .cl_menu_coffee {
	background-image: none;
}

.cl_menu_notes {
	background-image: url("https://images.mailo.com/img-20251203/mailo/en/auth/default/menu_notes.svg");
	
}
#div_MENUS .cl_menu_notes {
	background-image: url("https://images.mailo.com/img-20251203/mailo/en/auth/default/menu_notes.svg");
}
#div_MENU_HEAD .cl_menu_notes {
	background-image: url("https://images.mailo.com/img-20251203/mailo/en/auth/default/menu_notes.svg");
}
#id_menu_barl .cl_menu_notes {
	background-image: url("https://images.mailo.com/img-20251203/mailo/en/auth/default/menu_notes.svg");
}
.cl_shade_white .cl_menu_notes {
	background-image: url("https://images.mailo.com/img-20251203/mailo/en/auth/default/menu_notes+white.svg");
}
#div_MENUS .cl_shade_white .cl_menu_notes {
	background-image: url("https://images.mailo.com/img-20251203/mailo/en/auth/default/menu_notes+white.svg");
}
.cl_shade_white #div_MENU_HEAD .cl_menu_notes, #id_menu_barl.cl_shade_white .cl_menu_notes {
	background-image: url("https://images.mailo.com/img-20251203/mailo/en/auth/default/menu_notes+white.svg");
}
.cl_shade_0icon .cl_menu_notes, #div_MENU .cl_shade_0icon .cl_menu_notes {
	background-image: none;
}

.cl_menu_postits {
	background-image: url("https://images.mailo.com/img-20251203/mailo/en/auth/default/menu_postits.svg");
	
}
#div_MENUS .cl_menu_postits {
	background-image: url("https://images.mailo.com/img-20251203/mailo/en/auth/default/menu_postits.svg");
}
#div_MENU_HEAD .cl_menu_postits {
	background-image: url("https://images.mailo.com/img-20251203/mailo/en/auth/default/menu_postits.svg");
}
#id_menu_barl .cl_menu_postits {
	background-image: url("https://images.mailo.com/img-20251203/mailo/en/auth/default/menu_postits.svg");
}
.cl_shade_white .cl_menu_postits {
	background-image: url("https://images.mailo.com/img-20251203/mailo/en/auth/default/menu_postits+white.svg");
}
#div_MENUS .cl_shade_white .cl_menu_postits {
	background-image: url("https://images.mailo.com/img-20251203/mailo/en/auth/default/menu_postits+white.svg");
}
.cl_shade_white #div_MENU_HEAD .cl_menu_postits, #id_menu_barl.cl_shade_white .cl_menu_postits {
	background-image: url("https://images.mailo.com/img-20251203/mailo/en/auth/default/menu_postits+white.svg");
}
.cl_shade_0icon .cl_menu_postits, #div_MENU .cl_shade_0icon .cl_menu_postits {
	background-image: none;
}

.cl_menu_bookmarks {
	background-image: url("https://images.mailo.com/img-20251203/mailo/en/auth/default/menu_bookmarks.svg");
	
}
#div_MENUS .cl_menu_bookmarks {
	background-image: url("https://images.mailo.com/img-20251203/mailo/en/auth/default/menu_bookmarks.svg");
}
#div_MENU_HEAD .cl_menu_bookmarks {
	background-image: url("https://images.mailo.com/img-20251203/mailo/en/auth/default/menu_bookmarks.svg");
}
#id_menu_barl .cl_menu_bookmarks {
	background-image: url("https://images.mailo.com/img-20251203/mailo/en/auth/default/menu_bookmarks.svg");
}
.cl_shade_white .cl_menu_bookmarks {
	background-image: url("https://images.mailo.com/img-20251203/mailo/en/auth/default/menu_bookmarks+white.svg");
}
#div_MENUS .cl_shade_white .cl_menu_bookmarks {
	background-image: url("https://images.mailo.com/img-20251203/mailo/en/auth/default/menu_bookmarks+white.svg");
}
.cl_shade_white #div_MENU_HEAD .cl_menu_bookmarks, #id_menu_barl.cl_shade_white .cl_menu_bookmarks {
	background-image: url("https://images.mailo.com/img-20251203/mailo/en/auth/default/menu_bookmarks+white.svg");
}
.cl_shade_0icon .cl_menu_bookmarks, #div_MENU .cl_shade_0icon .cl_menu_bookmarks {
	background-image: none;
}

.cl_menu_rss {
	background-image: url("https://images.mailo.com/img-20251203/mailo/en/auth/default/menu_rss.svg");
	
}
#div_MENUS .cl_menu_rss {
	background-image: url("https://images.mailo.com/img-20251203/mailo/en/auth/default/menu_rss.svg");
}
#div_MENU_HEAD .cl_menu_rss {
	background-image: url("https://images.mailo.com/img-20251203/mailo/en/auth/default/menu_rss.svg");
}
#id_menu_barl .cl_menu_rss {
	background-image: url("https://images.mailo.com/img-20251203/mailo/en/auth/default/menu_rss.svg");
}
.cl_shade_white .cl_menu_rss {
	background-image: url("https://images.mailo.com/img-20251203/mailo/en/auth/default/menu_rss+white.svg");
}
#div_MENUS .cl_shade_white .cl_menu_rss {
	background-image: url("https://images.mailo.com/img-20251203/mailo/en/auth/default/menu_rss+white.svg");
}
.cl_shade_white #div_MENU_HEAD .cl_menu_rss, #id_menu_barl.cl_shade_white .cl_menu_rss {
	background-image: url("https://images.mailo.com/img-20251203/mailo/en/auth/default/menu_rss+white.svg");
}
.cl_shade_0icon .cl_menu_rss, #div_MENU .cl_shade_0icon .cl_menu_rss {
	background-image: none;
}

.cl_menu_keys {
	background-image: url("https://images.mailo.com/img-20251203/mailo/en/auth/default/menu_keys.svg");
	
}
#div_MENUS .cl_menu_keys {
	background-image: url("https://images.mailo.com/img-20251203/mailo/en/auth/default/menu_keys.svg");
}
#div_MENU_HEAD .cl_menu_keys {
	background-image: url("https://images.mailo.com/img-20251203/mailo/en/auth/default/menu_keys.svg");
}
#id_menu_barl .cl_menu_keys {
	background-image: url("https://images.mailo.com/img-20251203/mailo/en/auth/default/menu_keys.svg");
}
.cl_shade_white .cl_menu_keys {
	background-image: url("https://images.mailo.com/img-20251203/mailo/en/auth/default/menu_keys+white.svg");
}
#div_MENUS .cl_shade_white .cl_menu_keys {
	background-image: url("https://images.mailo.com/img-20251203/mailo/en/auth/default/menu_keys+white.svg");
}
.cl_shade_white #div_MENU_HEAD .cl_menu_keys, #id_menu_barl.cl_shade_white .cl_menu_keys {
	background-image: url("https://images.mailo.com/img-20251203/mailo/en/auth/default/menu_keys+white.svg");
}
.cl_shade_0icon .cl_menu_keys, #div_MENU .cl_shade_0icon .cl_menu_keys {
	background-image: none;
}

.cl_menu_timestampings {
	background-image: url("https://images.mailo.com/img-20251203/mailo/en/auth/default/menu_timestamping.svg");
	
}
#div_MENUS .cl_menu_timestampings {
	background-image: url("https://images.mailo.com/img-20251203/mailo/en/auth/default/menu_timestamping.svg");
}
#div_MENU_HEAD .cl_menu_timestampings {
	background-image: url("https://images.mailo.com/img-20251203/mailo/en/auth/default/menu_timestamping.svg");
}
#id_menu_barl .cl_menu_timestampings {
	background-image: url("https://images.mailo.com/img-20251203/mailo/en/auth/default/menu_timestamping.svg");
}
.cl_shade_white .cl_menu_timestampings {
	background-image: url("https://images.mailo.com/img-20251203/mailo/en/auth/default/menu_timestamping+white.svg");
}
#div_MENUS .cl_shade_white .cl_menu_timestampings {
	background-image: url("https://images.mailo.com/img-20251203/mailo/en/auth/default/menu_timestamping+white.svg");
}
.cl_shade_white #div_MENU_HEAD .cl_menu_timestampings, #id_menu_barl.cl_shade_white .cl_menu_timestampings {
	background-image: url("https://images.mailo.com/img-20251203/mailo/en/auth/default/menu_timestamping+white.svg");
}
.cl_shade_0icon .cl_menu_timestampings, #div_MENU .cl_shade_0icon .cl_menu_timestampings {
	background-image: none;
}

.cl_menu_applications {
	background-image: url("https://images.mailo.com/img-20251203/mailo/en/auth/default/menu_applications.svg");
	
}
#div_MENUS .cl_menu_applications {
	background-image: url("https://images.mailo.com/img-20251203/mailo/en/auth/default/menu_applications.svg");
}
#div_MENU_HEAD .cl_menu_applications {
	background-image: url("https://images.mailo.com/img-20251203/mailo/en/auth/default/menu_applications.svg");
}
#id_menu_barl .cl_menu_applications {
	background-image: url("https://images.mailo.com/img-20251203/mailo/en/auth/default/menu_applications.svg");
}
.cl_shade_white .cl_menu_applications {
	background-image: url("https://images.mailo.com/img-20251203/mailo/en/auth/default/menu_applications+white.svg");
}
#div_MENUS .cl_shade_white .cl_menu_applications {
	background-image: url("https://images.mailo.com/img-20251203/mailo/en/auth/default/menu_applications+white.svg");
}
.cl_shade_white #div_MENU_HEAD .cl_menu_applications, #id_menu_barl.cl_shade_white .cl_menu_applications {
	background-image: url("https://images.mailo.com/img-20251203/mailo/en/auth/default/menu_applications+white.svg");
}
.cl_shade_0icon .cl_menu_applications, #div_MENU .cl_shade_0icon .cl_menu_applications {
	background-image: none;
}

.cl_menu_directory_family {
	background-image: url("https://images.mailo.com/img-20251203/mailo/en/auth/default/menu_family.svg");
	
}
#div_MENUS .cl_menu_directory_family {
	background-image: url("https://images.mailo.com/img-20251203/mailo/en/auth/default/menu_family.svg");
}
#div_MENU_HEAD .cl_menu_directory_family {
	background-image: url("https://images.mailo.com/img-20251203/mailo/en/auth/default/menu_family.svg");
}
#id_menu_barl .cl_menu_directory_family {
	background-image: url("https://images.mailo.com/img-20251203/mailo/en/auth/default/menu_family.svg");
}
.cl_shade_white .cl_menu_directory_family {
	background-image: url("https://images.mailo.com/img-20251203/mailo/en/auth/default/menu_family+white.svg");
}
#div_MENUS .cl_shade_white .cl_menu_directory_family {
	background-image: url("https://images.mailo.com/img-20251203/mailo/en/auth/default/menu_family+white.svg");
}
.cl_shade_white #div_MENU_HEAD .cl_menu_directory_family, #id_menu_barl.cl_shade_white .cl_menu_directory_family {
	background-image: url("https://images.mailo.com/img-20251203/mailo/en/auth/default/menu_family+white.svg");
}
.cl_shade_0icon .cl_menu_directory_family, #div_MENU .cl_shade_0icon .cl_menu_directory_family {
	background-image: none;
}

.cl_menu_search_www {
	background-image: url("https://images.mailo.com/img-20251203/mailo/en/auth/default/menu_search_www.svg");
	
	background-size: 18px;
	
}
#div_MENUS .cl_menu_search_www {
	background-image: url("https://images.mailo.com/img-20251203/mailo/en/auth/default/menu_search_www.svg");
}
#div_MENU_HEAD .cl_menu_search_www {
	background-image: url("https://images.mailo.com/img-20251203/mailo/en/auth/default/menu_search_www.svg");
}
#id_menu_barl .cl_menu_search_www {
	background-image: url("https://images.mailo.com/img-20251203/mailo/en/auth/default/menu_search_www.svg");
}
.cl_shade_white .cl_menu_search_www {
	background-image: url("https://images.mailo.com/img-20251203/mailo/en/auth/default/menu_search_www+white.svg");
}
#div_MENUS .cl_shade_white .cl_menu_search_www {
	background-image: url("https://images.mailo.com/img-20251203/mailo/en/auth/default/menu_search_www+white.svg");
}
.cl_shade_white #div_MENU_HEAD .cl_menu_search_www, #id_menu_barl.cl_shade_white .cl_menu_search_www {
	background-image: url("https://images.mailo.com/img-20251203/mailo/en/auth/default/menu_search_www+white.svg");
}
.cl_shade_0icon .cl_menu_search_www, #div_MENU .cl_shade_0icon .cl_menu_search_www {
	background-image: none;
}

.cl_menu_gallery_help {
	background-image: url("https://images.mailo.com/img-20251203/mailo/en/auth/default/menu_gallery_help.png");
	
}
#div_MENUS .cl_menu_gallery_help {
	background-image: url("https://images.mailo.com/img-20251203/mailo/en/auth/default/menu_gallery_help.png");
}
#div_MENU_HEAD .cl_menu_gallery_help {
	background-image: url("https://images.mailo.com/img-20251203/mailo/en/auth/default/menu_gallery_help.png");
}
#id_menu_barl .cl_menu_gallery_help {
	background-image: url("https://images.mailo.com/img-20251203/mailo/en/auth/default/menu_gallery_help.png");
}
.cl_shade_white .cl_menu_gallery_help {
	background-image: url("https://images.mailo.com/img-20251203/mailo/en/auth/default/menu_gallery_help+white.png");
}
#div_MENUS .cl_shade_white .cl_menu_gallery_help {
	background-image: url("https://images.mailo.com/img-20251203/mailo/en/auth/default/menu_gallery_help+white.png");
}
.cl_shade_white #div_MENU_HEAD .cl_menu_gallery_help, #id_menu_barl.cl_shade_white .cl_menu_gallery_help {
	background-image: url("https://images.mailo.com/img-20251203/mailo/en/auth/default/menu_gallery_help+white.png");
}
.cl_shade_0icon .cl_menu_gallery_help, #div_MENU .cl_shade_0icon .cl_menu_gallery_help {
	background-image: none;
}

.cl_menu_account {
	background-image: url("https://images.mailo.com/img-20251203/mailo/en/include/default/menu_account.svg");
	
}
#div_MENUS .cl_menu_account {
	background-image: url("https://images.mailo.com/img-20251203/mailo/en/include/default/menu_account.svg");
}
#div_MENU_HEAD .cl_menu_account {
	background-image: url("https://images.mailo.com/img-20251203/mailo/en/include/default/menu_account.svg");
}
#id_menu_barl .cl_menu_account {
	background-image: url("https://images.mailo.com/img-20251203/mailo/en/include/default/menu_account.svg");
}
.cl_shade_white .cl_menu_account {
	background-image: url("https://images.mailo.com/img-20251203/mailo/en/include/default/menu_account+white.svg");
}
#div_MENUS .cl_shade_white .cl_menu_account {
	background-image: url("https://images.mailo.com/img-20251203/mailo/en/include/default/menu_account+white.svg");
}
.cl_shade_white #div_MENU_HEAD .cl_menu_account, #id_menu_barl.cl_shade_white .cl_menu_account {
	background-image: url("https://images.mailo.com/img-20251203/mailo/en/include/default/menu_account+white.svg");
}
.cl_shade_0icon .cl_menu_account, #div_MENU .cl_shade_0icon .cl_menu_account {
	background-image: none;
}

.cl_menu_xpr_btu {
	background-image: url("https://images.mailo.com/img-20251203/mailo/en/xpr/default/menu_xpr_btu.svg");
	
}
#div_MENUS .cl_menu_xpr_btu {
	background-image: url("https://images.mailo.com/img-20251203/mailo/en/xpr/default/menu_xpr_btu.svg");
}
#div_MENU_HEAD .cl_menu_xpr_btu {
	background-image: url("https://images.mailo.com/img-20251203/mailo/en/xpr/default/menu_xpr_btu.svg");
}
#id_menu_barl .cl_menu_xpr_btu {
	background-image: url("https://images.mailo.com/img-20251203/mailo/en/xpr/default/menu_xpr_btu.svg");
}
.cl_shade_white .cl_menu_xpr_btu {
	background-image: url("https://images.mailo.com/img-20251203/mailo/en/xpr/default/menu_xpr_btu+white.svg");
}
#div_MENUS .cl_shade_white .cl_menu_xpr_btu {
	background-image: url("https://images.mailo.com/img-20251203/mailo/en/xpr/default/menu_xpr_btu+white.svg");
}
.cl_shade_white #div_MENU_HEAD .cl_menu_xpr_btu, #id_menu_barl.cl_shade_white .cl_menu_xpr_btu {
	background-image: url("https://images.mailo.com/img-20251203/mailo/en/xpr/default/menu_xpr_btu+white.svg");
}
.cl_shade_0icon .cl_menu_xpr_btu, #div_MENU .cl_shade_0icon .cl_menu_xpr_btu {
	background-image: none;
}

.cl_menu_favorites {
	background-image: url("https://images.mailo.com/img-20251203/mailo/en/include/default/menu_favorites.svg");
	
}
#div_MENUS .cl_menu_favorites {
	background-image: url("https://images.mailo.com/img-20251203/mailo/en/include/default/menu_favorites.svg");
}
#div_MENU_HEAD .cl_menu_favorites {
	background-image: url("https://images.mailo.com/img-20251203/mailo/en/include/default/menu_favorites.svg");
}
#id_menu_barl .cl_menu_favorites {
	background-image: url("https://images.mailo.com/img-20251203/mailo/en/include/default/menu_favorites.svg");
}
.cl_shade_white .cl_menu_favorites {
	background-image: url("https://images.mailo.com/img-20251203/mailo/en/include/default/menu_favorites+white.svg");
}
#div_MENUS .cl_shade_white .cl_menu_favorites {
	background-image: url("https://images.mailo.com/img-20251203/mailo/en/include/default/menu_favorites+white.svg");
}
.cl_shade_white #div_MENU_HEAD .cl_menu_favorites, #id_menu_barl.cl_shade_white .cl_menu_favorites {
	background-image: url("https://images.mailo.com/img-20251203/mailo/en/include/default/menu_favorites+white.svg");
}
.cl_shade_0icon .cl_menu_favorites, #div_MENU .cl_shade_0icon .cl_menu_favorites {
	background-image: none;
}


.menu_search { 
	vertical-align: bottom;
	border: 1px solid transparent;
}

.menu_search_txt { 
	border: 1px solid transparent;
	color: #C5C2B2;
	padding: 1px;
	margin: 4px 0 0 0;
	vertical-align: bottom;
}

.menu_search_txt:hover, .menu_search:hover {
	border: 1px outset ;
	background-color: #F3F3F3;
	color: #525252;
}

.menu_search_txt:active, .menu_search:active {
	border-style: inset;
}

@media only screen and (min-width: 1300px) {
.cl_button_share {
	background-image: url("https://images.mailo.com/img-20251203/mailo/en/auth/default/button_share.svg");
	padding-left: 39px !important;}
.cl_button_home {
	background-image: url("https://images.mailo.com/img-20251203/mailo/en/auth/default/button_home.png");
	padding-left: 39px !important;}
.cl_button_bookmark_new {
	background-image: url("https://images.mailo.com/img-20251203/mailo/en/auth/default/button_bookmark_new.svg");
	padding-left: 39px !important;}
.cl_button_note_new {
	background-image: url("https://images.mailo.com/img-20251203/mailo/en/auth/default/button_note_new.svg");
	padding-left: 39px !important;}
.cl_button_rss_new {
	background-image: url("https://images.mailo.com/img-20251203/mailo/en/auth/default/button_rss_new.svg");
	padding-left: 39px !important;}
.cl_button_pgp_new {
	background-image: url("https://images.mailo.com/img-20251203/mailo/en/auth/default/button_pgp_new.svg");
	padding-left: 39px !important;}
.cl_button_fridge {
	background-image: url("https://images.mailo.com/img-20251203/mailo/en/auth/default/button_fridge.svg");
	padding-left: 39px !important;}
.cl_button_board {
	background-image: url("https://images.mailo.com/img-20251203/mailo/en/auth/default/button_board.svg");
	padding-left: 39px !important;}
.cl_button_coffee {
	background-image: url("https://images.mailo.com/img-20251203/mailo/en/auth/default/button_coffee.svg");
	padding-left: 39px !important;}
.cl_button_premium {
	background-image: url("https://images.mailo.com/img-20251203/mailo/en/auth/default/button_premium.svg");
	padding-left: 39px !important;}
.cl_button_facebook {
	background-color: #4a67aa;
	background-image: url("https://images.mailo.com/img-20251203/mailo/en/auth/default/button_facebook.png");
	background-repeat: no-repeat;
	background-position: left center;
	padding-left: 39px;	color: #FFFFFF;
	font-weight: bold;
	width: 80px;
	height: 26px;
	line-height: 26px;
	cursor:pointer;
	display:inline-block;
}
}

.cl_home_top {
	width: 100%;
}

.cl_home_rss {
	cursor: pointer;
	width: 100%;
	border:1px solid #DEDEDE;
}

.cl_home_rss tr {
	border: 1px solid #DEDEDE;
}
.cl_home_rss th {
	padding: 2px;
}

.cl_home_rss td {
	padding: 2px;
	border: 0 none;
}

.cl_home_rss li {
	list-style-position: inside;
}

.cl_home_rss_head {
	margin: 5px;
}

.cl_home_rss_head td {
	padding: 2px;
}

.cl_home_notes, .cl_home_bkm {
	width: 100%;
}

.cl_home_notes th, .cl_home_bkm th {
	padding: 2px 5px 2px 2px;
	font-weight: bold;
	width: 5%;
}

.cl_home_notes td, .cl_home_bkm td {
	padding: 2px 2px 2px 5px;
}

.cl_graphism_main {
	min-height: 345px;
	width: 500px;
	padding: 20px;
	margin: auto;
}
.cl_graphism_bkg {
	position: relative;
	min-height: 340px;
	max-width: 500px;
	border: 1px solid;
	margin: auto;
}
.cl_graphism_bkgurl {
	display: none;
	position: absolute;
	height: 100%;
	width: 100%;
}
.cl_graphism_top {
	height: 53px;
	line-height: 53px;
	font-weight: bold;
	text-align: center;
}
.cl_graphism_bottom {
	height: 15px;
}

.cl_graphism_in {
	margin: 0 15px;
	padding: 5px 0;
	min-height: 270px;
	max-width: calc(100% - 30px);
}

.cl_graphism_in ol {
	padding: 0 0 0 40px;
}

.cl_graphism_list {
	margin: 20px;
	height: 212px;
	position: absolute;
}

.cl_graphism_th {
	text-align: center;
	height: 15px;
	line-height: 15px;
}

.cl_graphism_select {
	height: 197px;
	width: 197px;
}

.cl_graphism_select_sub {
	padding-left: 20px;
}

.cl_tutorial_text {
	margin: 0 20px 20px 20px;
}

.cl_tutorial_buttons {
	margin: 0 20px 20px 20px;
	display: inline;
	white-space: nowrap;
}

.cl_ident {
	margin: auto;
	max-width: 400px;
	padding: 50px 0;
}

.cl_ident_profiles, .cl_ident_profiles_div {
	margin: 20px 0 0 0;
}
.cl_ident_profiles_js {
	position: absolute;
	z-index: 100;
	background-color: #FFF;
	border: 1px solid #D0D1BF;
}
.cl_ident_profile_name {
	padding: 6px 10px;
	width: calc(100% - 25px);
}
.cl_ident_profiles .cl_ident_profile_name {
	background-image: url("https://images.mailo.com/img-20251203/mailo/en/auth/default/icon_ident_profile_ok.png");
	background-repeat: no-repeat;
	background-position: left;
	padding: 6px 20px;
}
.cl_ident_profile .cl_ident_profile_del {
	background-image: url("https://images.mailo.com/img-20251203/mailo/en/auth/default/icon_ident_profile_del.png");
	background-repeat: no-repeat;
	background-position: center;
	height: 15px;
	width: 20px;
	display: none;
}
.cl_ident_profile:hover .cl_ident_profile_del {
	display: inline-block;
}

.cl_auth_person_box {
	margin: 4px;
	margin-right: 10px;
	padding: 3px;
	background-color: transparent;
	border: 1px solid #DEDEDE;
}

.cl_auth_person_box table tr th {
	white-space: nowrap;
	min-width: 125px;
}

.cl_auth_person_box table tr td {
	white-space: nowrap;
}
.cl_auth_person_box table tr td div {
	white-space: nowrap;
}
.cl_auth_person_box table tr th div {
	white-space: nowrap;
}

.cl_auth_person_sub {
	padding-left: 35px;
}

.cl_home_column {
	display: inline-block;
	float: left;
}



.cl_home_block_in {
	padding: 5px 5px;
}

.cl_home_block_title, .cl_home_block_title_only {
	padding: 0 5px;
	overflow: hidden;
	border:1px solid #DEDEDE;
	background-color: #F8F8F8;
	color: #6A6A6A;
	font-size: 13px;
	font-weight: bold;
	height: 35px;
	line-height: 35px;
	letter-spacing: 0.05em;
}
.cl_home_block_title {
	border-bottom: none;
}

.cl_home_block_title_text {
	vertical-align: middle;
	cursor: pointer;
}

.cl_home_block_top {
	padding: 10px 5px 20px 5px;
	padding-left: 10px;
	border:1px solid #DEDEDE;
	border-bottom: none;

}

.cl_home_block_top_buttons {
	float: right;
	vertical-align: middle;
	height: 20px;
	line-height: 20px;
}

.cl_home_block_middle {
	padding: 0 10px;
	border:1px solid #DEDEDE;
	border-top: none;
	border-bottom: none;
	clear: both;
	overflow: hidden;
}

.cl_home_block_middle_empty {
	text-align: center;
	padding: 10px 0;
}

.cl_home_block_middle0 {
	clear: both;
}

.cl_home_block_middle0_empty {
	border:1px solid #DEDEDE;
	text-align: center;
	padding: 10px 0;
}

.cl_home_block_bottom {
	padding: 5px 10px 5px 10px;
	border:1px solid #DEDEDE;
	border-top: none;
}

.cl_home_block_title, .cl_home_block_title_only {
	background-color: #F8F8F8;
	color: #6A6A6A;

}

.cl_home_block_line {
	padding: 0;
	border:1px solid #DEDEDE;
	border-top: none;
}

.cl_home_block_box {
	padding: 10px;
	margin: 5px;
	border:1px solid #DEDEDE;
}

.cl_home_important {
  font-weight: bold;
}

.cl_forgotten_pwd {
	padding: 5px;
}

.cl_auth_options_group {
	margin: 0 20px;
	border-style: solid;
	border-width: 1px;
	border-color: #DEDEDE;
}
.cl_auth_options_group_title {
	font-weight: bold;
	padding: 10px 0 5px 0;
}
.cl_auth_option {
	cursor: pointer;
	padding: 6px 6px 6px 6px;
}
.cl_auth_option_title {
	font-weight: bold;
	display: inline-block;
	padding: 0;
	padding-right: 15px;
}
.cl_auth_option_info {
	display: inline-block;
}
.cl_delete_reason_info {
	display: none;
	padding: 20px 50px;
}
.cl_menu_auth {
	padding-left: 5px;
}
#div_MENU_XTOP .cl_menu_auth {
	background-color: transparent;
}

.cl_dir_column {
	vertical-align:top;
	border:1px solid #DEDEDE;
}

.cl_dir_block {
	margin: 5px 0 0 0;
}

.cl_dir_block_title {
	padding: 0 5px;
	margin: 0 2px;
	overflow: hidden;
	height: 20px;
	line-height: 20px;
	background-color: #F8F8F8;
	color: #6A6A6A;
	font-weight: bold;
}

.cl_dir_block_top {
	padding: 10px 5px 20px 5px;
	padding-left: 10px;
	margin: 0 2px;
}

.cl_dir_block_elt {
	min-height:75px;
	padding: 2px 5px;
	clear: both;
	border:1px solid #DEDEDE;
	border-width: 1px 0 0;
}

.cl_dir_block_elt_in {
	padding-left:15px;
}

.cl_dir_block_elt_in ul {
	padding-left:25px;
}

.cl_dir_block_elt_in ul ul{
	padding-left:35px;
}

.cl_dir_block_elt_title {
	font-weight: bold;
	font-size: 13px;
	margin: 5px 0;
}

.cl_fridge {
	width: 300px;
	height: 610px;
	margin: 0 auto;
	position: relative;
	font-weight: normal;
}

.cl_fridge_bkg {
	width: 300px;
	height: 610px;
	margin: 0;
	position: absolute;
	top: 0;
	left: 0;
}

.cl_magnet_new {
	position: absolute;
	margin: 10px;
}

.cl_fridge_magnet {
	position: absolute;
	cursor: pointer;
}
.cl_fridge_magnet_text {
	position: absolute;
	cursor: pointer;
	background-repeat: no-repeat;
	background-position: center center;
	word-wrap: break-word;
	white-space: pre-wrap;
}
.cl_fridge_magnet_text_in {
	display: inline-block;
	overflow: hidden;
}
.cl_fridge_magnet_text_in:hover {
	overflow: visible;
	color: #000;
}
.cl_edit_magnet {
	background-color: transparent;
	background-image: url("https://images.mailo.com/img-20251203/mailo/en/auth/default/bkg_edit_magnet.png");
	background-repeat: no-repeat;
	width: 200px;
	height: 170px;
	position: absolute;
	z-index: 999;
}
.cl_edit_magnet_textarea {
	width: 170px;
	height: 110px;
	position: absolute;
	z-index: 1001;
	border: none;
	background-color: #FFF;
	color: #545454;
}
.cl_edit_magnet_click {
	z-index: 998;
	width: 100%;
	height: 100%;
	display: none;
	visibility: hidden;
	background-image: url("https://images.mailo.com/img-20251203/mailo/en/include/default/px.gif");
	background-repeat: no-repeat;
	position: fixed;
	left: 0;
	top: 0;
}

.cl_magnet_bank {
	max-height: 610px;
	margin-left: 10px;
}
.cl_magnet_bank_ {
	max-height: 560px;
	overflow: auto;
}
.cl_magnet_bank_magnet {
	padding: 2px;
	margin: 2px;
	display: inline-block;
	cursor: pointer;
}
.cl_magnet_bank_ .cl_magnet_bank_magnet {
	max-height: 100px;
}

.cl_magnet_bank_cat {
	text-align: left;
}

.cl_magnet_bank_cat_title {
	cursor: pointer;
	text-align: left;
	padding: 0 5px;
}
.cl_fridge_empty {
	position: relative;
	padding: 300px 45px 0;
	color: #3C3C3C;
}
.cl_child_security {
	padding: 5px 10px 0 10px;
	width: 600px;
	height: 170px;
	background-image: url('https://images.mailo.com/img-20251203/mailo/common/junior/child_security_panel.svg');
	background-repeat: no-repeat;
	padding-left: 150px;
	vertical-align: middle;
	margin: 0 auto;
	font-size: 13px;
	color: #000000;
	line-height: 16px;
}
.cl_child_security_title {
	padding: 11px 0 6px 0;
	font-size: 15px;
	font-weight: bold;
	color: #A4CD1F;
	text-transform: uppercase;
}
.cl_draw_canvas {
	border: 1px solid #DEDEDE;
}
.cl_draw_tool {
	cursor: pointer;
	height: 25px;
	width: 25px;
	border: 1px solid transparent;
}
.cl_draw_selected {
	border-color: #F00;
	background-color: #DDD;
}
.cl_draw_colors_previous {
	display: inline-block;
	margin: 7px 0;
	padding: 3px;
	border: 1px solid #DEDEDE;
}
.cl_draw_color_previous {
	display: inline-block;
	height: 18px;
	width: 30px;
	margin: 1px;
}
.cl_draw_size {
	background-color: #333;
	width: 50px;
}
.cl_draw_size_ {
	cursor: pointer;
	padding: 8px;
}
.cl_draw_size_:hover {
	background-color: #F3F3F3;
}
.cl_auth_note_text {
	display: inline-block;
	margin-left: 10px;
	padding-left: 10px;
	border-left: 3px dotted #DEDEDE;
}
.cl_auth_note_cards {
	padding: 15px;
}
.cl_auth_note_card {
	display: inline-block;
	border: 1px solid #DEDEDE;
	padding: 15px;
	margin: 5px;
	min-width: 250px;
	width: 250px;
	vertical-align: top;
	text-align: left;
	cursor: pointer;
}
.cl_auth_note_card_title {
	display: block;
	font-weight: bold;
}
.cl_auth_note_card_in {
	min-height: 150px;
	display: block;
}
.cl_auth_note_card_owner {
	font-size: 10px;
}
.cl_auth_note_textarea {
	height: 400px;
	padding: 15px;
}
.cl_auth_bookmark_favorite {
	font-weight: bold;
}
.cl_notices {
}
.cl_notice {
	background-color: #EEEEEE;
	display: block;
	padding: 5px 5px 5px 40px;
	margin-top: 5px;
	background-position: 5px center;
	background-repeat: no-repeat;
}
.cl_notice_main {
	display: inline-block;
	width: calc(100% - 20px);
}
.cl_notice_title {
	color: #FD354E;
	font-weight: bold;
}
.cl_notice_link {
	padding-left: 20px;
}
.cl_notice_link:hover {
	color: #525252;
}
.cl_notice_close {
	vertical-align: top;
	float: right;
	cursor: pointer;
	display: none;
	visibility: hidden;
}
.cl_td_logo {
	vertical-align: middle;
}

.cl_premium_title {
	font-size: 180%;
	font-weight: bold;
	text-align: center;
	margin: 30px auto;
}
.cl_premium_blocks {
	display: block;
	text-align: center;
}
.cl_premium_block1, .cl_premium_block2, .cl_premium_block3 {
	display: inline-block;
	vertical-align: middle;
	width: 250px;
	height: 250px;
	border: 0px transparent none;
	border-radius: 125px;
	margin: 5px 15px 15px;
	background-position: center 10px;
	background-repeat: no-repeat;
}
.cl_premium_block1 {
	background-color: #F2F8FC;
	color: #6A6A6A;
	background-image: url("https://images.mailo.com/img-20251203/mailo/en/auth/default/premium/premium_1.svg");
}
.cl_premium_block2 {
	background-color: #FAFAFA;
	color: #6A6A6A;
	background-image: url("https://images.mailo.com/img-20251203/mailo/en/auth/default/premium/premium_2.svg");
}
.cl_premium_block3 {
	background-color: #F5F5F5;
	color: #6A6A6A;
	background-image: url("https://images.mailo.com/img-20251203/mailo/en/auth/default/premium/premium_3.svg");
}
.cl_premium_block_in {
	display: block;
	text-align: center;
	padding: 120px 20px 15px;
}
.cl_premium_info {
	max-width: 500px;
	text-align: center;
	margin: 30px auto;
	font-size: 120%;
	line-height: 140%;
}
.cl_premium_table {
	max-width: 800px;
	margin: 30px auto;
	border-style: solid;
	border-width: 1px;
	border-color: #DEDEDE;
}
.cl_premium_create_table {
	max-width: 650px;
	margin: 30px auto;
	border-style: solid;
	border-width: 1px;
	border-color: #DEDEDE;
}
table.cl_premium_create_table td {
	height: 60px;
}
.cl_premium_button {
	color:#FFFFFF;
	background-color:#FD354E;
	height: 33px;
	line-height: 33px;
	width: 220px;
	border-radius: 17px;
	border: 0px none;
	padding: 0 20px;
	text-align: center;
	font-weight: bold;
	font-size: 12px;
	letter-spacing: 1px;
	margin: 0 auto;
	cursor: pointer;
}
.cl_premium_infolink {
	margin: 30px 0;
	font-size: 120%;
	text-align: center;
}
.cl_premium_note {
	text-align: center;
}
.cl_premium_pack_column {
	vertical-align: top;
	display: inline-block;
	margin: 0;
}
.cl_premium_pack_column_header {
	height: 40px;
	margin-top: 20px;
	margin-left: 15px;
	text-align: left;
	font-weight: bold;
}
.cl_premium_pack_block {
	display: block;
	vertical-align: middle;
	width: 300px;
	height: 300px;
	border: 1px #DEDEDE solid;
	margin: 10px 15px 30px;
	border-radius: 10px;
}
.cl_premium_pack_block.cl_premium_pack_block_active {
	background-color:#F2F8FC;
}
.cl_premium_pack_block.cl_premium_pack_block_expired {
	background-color:#F8F8F8;
}
.cl_premium_pack_block.cl_premium_pack_block_disabled {
    opacity: 0.7;
}
.cl_premium_pack_block p {
	margin: 0;
}
.cl_premium_pack_block_top {
	width: 100%;
	height: 200px;
	padding: 10px 10px 0;
}
.cl_premium_pack_block_bottom {
	width: 100%;
	height: 100px;
	padding: 0 10px;
}
.cl_premium_pack_name {
	text-align: left;
	font-weight: bold;
	font-size: 120%;
	padding: 10px 10px 0;
}
.cl_premium_pack_subtitle {
	text-align: left;
	padding: 0 10px 10px;
}
.cl_premium_pack_text {
	text-align: left;
	padding: 0 10px;
}
.cl_premium_pack_price {
	text-align: center;
	font-weight: bold;
	margin-top: 20px;
	padding: 10px;
}
.cl_premium_pack_phone {
	text-align: center;
	font-style: italic;
}
.cl_premium_change {
	color:#FD354E;
	background-color:#FFFFFF;
	height: 33px;
	line-height: 33px;
	width: 220px;
	border-radius: 17px;
	border: 1px solid #FD354E;
	border-color:#FD354E;
	padding: 0 20px;
	text-align: center;
	font-weight: bold;
	font-size: 12px;
	letter-spacing: 0.5px;
	margin: 0 auto;
	cursor: pointer;
}
.cl_premium_link_change {
	color:#FD354E;
	background-color:#FFFFFF;
	line-height: 43px;
	text-align: center;
	margin: 0 auto;
	font-size: 12px;
}
.cl_create_pack_premium, .cl_create_pack_premiumplus, .cl_create_pack_family {
	display: inline-block;
	vertical-align: top;
	background-color: #FFFFFF;
	border: 1px #DEDEDE solid;
	border-radius: 10px;
	padding: 10px;
	width: 246px;
	height: 246px;
	cursor: pointer;
	margin-bottom: 16px;
}
.cl_create_pack_premium, .cl_create_pack_premiumplus {
	margin-right: 16px;
}
.cl_create_packs .cl_premium_pack_name {
	padding: 0 10px;
}
.cl_create_packs .cl_premium_pack_price {
	margin: 0px;
	padding: 3px;
	font-size: 16px;
}
#id_select_premiumplus {
	display: block;
	margin: 0 auto;
}
#id_create_pack_selection {
	text-align: center;
	width: 100%;
	display: inline-block;
}
#id_create_pack_selection.cl_create_pack_premium_selected .cl_create_pack_premium, #id_create_pack_selection.cl_create_pack_premiumplus_selected .cl_create_pack_premiumplus, #id_create_pack_selection.cl_create_pack_family_selected .cl_create_pack_family {
	background-color: #F2F8FC;
	border: 2px #DEDEDE solid;
	padding: 9px;
}
.cl_create_pack_title {
	font-weight: bold;
	font-size: 130%;
	line-height: 130%;
}
.cl_create_pack_price {
	font-weight: bold;
	text-align: center;
}

.cl_create_domain {
	padding-left: 25px;
}


@media only screen and (min-width: 1000px) {
.cl_auth_skin_min {
	display: none;
}
}

.cl_subscription_table {
	width: 100%;
	max-width: 800px;
	margin: 20px auto;
}

.cl_subscription_table_border {
	border-top: 1px solid;
	border-bottom: 1px solid;
	border-color:#DEDEDE;
}

.cl_subscription_table_border tr {
	border-left: 1px solid;
	border-right: 1px solid;
	border-color:#DEDEDE;
}

.cl_subscription_table_border tr.cl_subscription_table_inter {
	height: 30px;
	border-top: 1px solid;
	border-bottom: 1px solid;
	border-color:#DEDEDE;
	border-left: 0px none;
	border-right: 0px none;
}

.cl_subscription_table td.cl_subscription_item {
	padding-left:20px;
	text-align: left;
}

.cl_subscription_table td.cl_subscription_price {
	padding-right:20px;
	text-align: right;
}

.cl_openauth_Google {
	background-image: url('https://images.mailo.com/img-20251203/mailo/common/openauth/google.png');
	background-position: left !important;
	padding-left: 35px !important;
	background-color: #FFF !important;
	background-size: contain;
	border: 1px solid #999999 !important;
}
.cl_openauth_Google:hover {
	background-color: #4285F4 !important;
	border-color: #4285F4 !important;
	color: #FFF !important;
}
.cl_migration_choice {
	font-family: Avenir;
	font-size: 16px;
	line-height: 120%;
	color: #939393;
	margin: 20px 0;
}
.cl_migration_choice > div {
	border: 1px solid #F0F6FA;
	border-radius: 10px;
	box-shadow: 0px 4px 15px rgba(0, 0, 0, 0.06);
	margin: 10px 0;
	padding: 20px 25px 20px;
	width: 100%;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
}
@media only screen and (min-width: 600px) {
.cl_migration_choice > div {
	margin: 10px;
}
}
.cl_migration_choice h2 {
	margin: 20px 0 10px 0;
	font-size: 24px;
	color: #000000;
}
.cl_migration_choice h3 {
	margin: 0 0 20px 0;
	color: #036DC0;
	text-align: left;
}
.cl_migration_choice ul {
	padding: 20px 0 20px 0;
}
.cl_migration_choice li {
	padding: 5px 0;
}
@media only screen and (min-width: 600px) {
.cl_migration_choice {
	display: flex;
	margin: 20px;
}
.cl_migration_choice > div {
	align-items: flex-start;
	width: 338px;
}
}
.cl_migration_btn_free, .cl_migration_btn_premium {
	border: 3px solid #036DC0 !important;
	border-radius: 5px !important;
	font-size: 15px !important;
	padding-top: 8px !important;
	padding-bottom: 8px !important;
}
.cl_migration_btn_free {
	background-color: #FFFFFF !important;
	color: #036DC0 !important;
}
.cl_migration_btn_premium {
	background-color: #036DC0 !important;
	color: #FFFFFF !important;
}
.cl_migration_features {
	margin: 20px 0;
	border: none;
	font-family: Avenir;
	font-size: 16px;
}
table.cl_migration_features caption {
	margin: 40px 0 20px;
	text-align: center;
	font-size: 32px;
}
table.cl_migration_features th {
	border: none;
	background-color: #FFFFFF;
	color: #036DC0;
	font-size: 18px;
	font-weight: bold;
	text-align: center;
}
table.cl_migration_features td, table.cl_migration_features th {
	padding: 5px 10px;
	border-bottom-color: #F0F6FA;
}
@media only screen and (min-width: 600px) {
table.cl_migration_features td, table.cl_migration_features th {
	padding: 15px 10px;
}
}
table.cl_migration_features tbody tr td:not(:first-of-type) {
	text-align: center;
}
table.cl_migration_features tr {
	border: 1px solid #F0F6FA;
}
table.cl_migration_features tr:first-of-type {
	border-radius: 10px;
}
table.cl_migration_features tr:nth-child(2n+1) {
	background-color: #F0F6FA;
}
table.cl_migration_features tr:last-of-type {
	border: none;
	background-color: #FFFFFF;
}
table.cl_migration_features td:first-of-type {
	border-left: 1px solid #F0F6FA;
}
table.cl_migration_features td:last-of-type {
	border-right: 1px solid #F0F6FA;
}
table.cl_migration_features tr:last-of-type td {
	border: none;
}
div.cl_migration_faq {
	font-family: Avenir;
	font-size: 16px;
}
div.cl_migration_faq h2 {
	text-align: center;
	font-size: 26px;
	margin: 50px 0;
}
div.cl_migration_faq h3 {
	border-bottom: 1px solid #036DC0;
	font-size: 20px;
	margin: 30px 0 20px;
	padding: 5px 0;
}
a.cl_migration_link {
	font-size: 80%;
	text-align: right;
	display: inline-block;
	width: 100%;
	color: #036DC0;
}
.cl_migration_btn_center {
	position: relative;
	left: 50%;
	transform: translateX(-50%);
}

.cl_td_part_resize_right {
	width: 5px;
}
.cl_menu_folder {
	background-image: url("https://images.mailo.com/img-20251203/mailo/en/mail/default/menu_folder.svg");
	
}
#div_MENUS .cl_menu_folder {
	background-image: url("https://images.mailo.com/img-20251203/mailo/en/mail/default/menu_folder.svg");
}
#div_MENU_HEAD .cl_menu_folder {
	background-image: url("https://images.mailo.com/img-20251203/mailo/en/mail/default/menu_folder.svg");
}
#id_menu_barl .cl_menu_folder {
	background-image: url("https://images.mailo.com/img-20251203/mailo/en/mail/default/menu_folder.svg");
}
.cl_shade_white .cl_menu_folder {
	background-image: url("https://images.mailo.com/img-20251203/mailo/en/mail/default/menu_folder+white.svg");
}
#div_MENUS .cl_shade_white .cl_menu_folder {
	background-image: url("https://images.mailo.com/img-20251203/mailo/en/mail/default/menu_folder+white.svg");
}
.cl_shade_white #div_MENU_HEAD .cl_menu_folder, #id_menu_barl.cl_shade_white .cl_menu_folder {
	background-image: url("https://images.mailo.com/img-20251203/mailo/en/mail/default/menu_folder+white.svg");
}
.cl_shade_0icon .cl_menu_folder, #div_MENU .cl_shade_0icon .cl_menu_folder {
	background-image: none;
}

.cl_menu_mail {
	background-image: url("https://images.mailo.com/img-20251203/mailo/en/mail/default/menu_mail.svg");
	
}
#div_MENUS .cl_menu_mail {
	background-image: url("https://images.mailo.com/img-20251203/mailo/en/mail/default/menu_mail.svg");
}
#div_MENU_HEAD .cl_menu_mail {
	background-image: url("https://images.mailo.com/img-20251203/mailo/en/mail/default/menu_mail.svg");
}
#id_menu_barl .cl_menu_mail {
	background-image: url("https://images.mailo.com/img-20251203/mailo/en/mail/default/menu_mail.svg");
}
.cl_shade_white .cl_menu_mail {
	background-image: url("https://images.mailo.com/img-20251203/mailo/en/mail/default/menu_mail+white.svg");
}
#div_MENUS .cl_shade_white .cl_menu_mail {
	background-image: url("https://images.mailo.com/img-20251203/mailo/en/mail/default/menu_mail+white.svg");
}
.cl_shade_white #div_MENU_HEAD .cl_menu_mail, #id_menu_barl.cl_shade_white .cl_menu_mail {
	background-image: url("https://images.mailo.com/img-20251203/mailo/en/mail/default/menu_mail+white.svg");
}
.cl_shade_0icon .cl_menu_mail, #div_MENU .cl_shade_0icon .cl_menu_mail {
	background-image: none;
}

.cl_menu_inbox {
	background-image: url("https://images.mailo.com/img-20251203/mailo/en/mail/default/menu_inbox.svg");
	
}
#div_MENUS .cl_menu_inbox {
	background-image: url("https://images.mailo.com/img-20251203/mailo/en/mail/default/menu_inbox.svg");
}
#div_MENU_HEAD .cl_menu_inbox {
	background-image: url("https://images.mailo.com/img-20251203/mailo/en/mail/default/menu_inbox.svg");
}
#id_menu_barl .cl_menu_inbox {
	background-image: url("https://images.mailo.com/img-20251203/mailo/en/mail/default/menu_inbox.svg");
}
.cl_shade_white .cl_menu_inbox {
	background-image: url("https://images.mailo.com/img-20251203/mailo/en/mail/default/menu_inbox+white.svg");
}
#div_MENUS .cl_shade_white .cl_menu_inbox {
	background-image: url("https://images.mailo.com/img-20251203/mailo/en/mail/default/menu_inbox+white.svg");
}
.cl_shade_white #div_MENU_HEAD .cl_menu_inbox, #id_menu_barl.cl_shade_white .cl_menu_inbox {
	background-image: url("https://images.mailo.com/img-20251203/mailo/en/mail/default/menu_inbox+white.svg");
}
.cl_shade_0icon .cl_menu_inbox, #div_MENU .cl_shade_0icon .cl_menu_inbox {
	background-image: none;
}

.cl_menu_newsletter {
	background-image: url("https://images.mailo.com/img-20251203/mailo/en/mail/default/menu_newsletter.svg");
	
}
#div_MENUS .cl_menu_newsletter {
	background-image: url("https://images.mailo.com/img-20251203/mailo/en/mail/default/menu_newsletter.svg");
}
#div_MENU_HEAD .cl_menu_newsletter {
	background-image: url("https://images.mailo.com/img-20251203/mailo/en/mail/default/menu_newsletter.svg");
}
#id_menu_barl .cl_menu_newsletter {
	background-image: url("https://images.mailo.com/img-20251203/mailo/en/mail/default/menu_newsletter.svg");
}
.cl_shade_white .cl_menu_newsletter {
	background-image: url("https://images.mailo.com/img-20251203/mailo/en/mail/default/menu_newsletter+white.svg");
}
#div_MENUS .cl_shade_white .cl_menu_newsletter {
	background-image: url("https://images.mailo.com/img-20251203/mailo/en/mail/default/menu_newsletter+white.svg");
}
.cl_shade_white #div_MENU_HEAD .cl_menu_newsletter, #id_menu_barl.cl_shade_white .cl_menu_newsletter {
	background-image: url("https://images.mailo.com/img-20251203/mailo/en/mail/default/menu_newsletter+white.svg");
}
.cl_shade_0icon .cl_menu_newsletter, #div_MENU .cl_shade_0icon .cl_menu_newsletter {
	background-image: none;
}

.cl_menu_social {
	background-image: url("https://images.mailo.com/img-20251203/mailo/en/mail/default/menu_social.svg");
	
}
#div_MENUS .cl_menu_social {
	background-image: url("https://images.mailo.com/img-20251203/mailo/en/mail/default/menu_social.svg");
}
#div_MENU_HEAD .cl_menu_social {
	background-image: url("https://images.mailo.com/img-20251203/mailo/en/mail/default/menu_social.svg");
}
#id_menu_barl .cl_menu_social {
	background-image: url("https://images.mailo.com/img-20251203/mailo/en/mail/default/menu_social.svg");
}
.cl_shade_white .cl_menu_social {
	background-image: url("https://images.mailo.com/img-20251203/mailo/en/mail/default/menu_social+white.svg");
}
#div_MENUS .cl_shade_white .cl_menu_social {
	background-image: url("https://images.mailo.com/img-20251203/mailo/en/mail/default/menu_social+white.svg");
}
.cl_shade_white #div_MENU_HEAD .cl_menu_social, #id_menu_barl.cl_shade_white .cl_menu_social {
	background-image: url("https://images.mailo.com/img-20251203/mailo/en/mail/default/menu_social+white.svg");
}
.cl_shade_0icon .cl_menu_social, #div_MENU .cl_shade_0icon .cl_menu_social {
	background-image: none;
}

.cl_menu_read {
	background-image: url("https://images.mailo.com/img-20251203/mailo/en/mail/default/menu_read.png");
	
}
#div_MENUS .cl_menu_read {
	background-image: url("https://images.mailo.com/img-20251203/mailo/en/mail/default/menu_read.png");
}
#div_MENU_HEAD .cl_menu_read {
	background-image: url("https://images.mailo.com/img-20251203/mailo/en/mail/default/menu_read.png");
}
#id_menu_barl .cl_menu_read {
	background-image: url("https://images.mailo.com/img-20251203/mailo/en/mail/default/menu_read.png");
}
.cl_shade_white .cl_menu_read {
	background-image: url("https://images.mailo.com/img-20251203/mailo/en/mail/default/menu_read+white.png");
}
#div_MENUS .cl_shade_white .cl_menu_read {
	background-image: url("https://images.mailo.com/img-20251203/mailo/en/mail/default/menu_read+white.png");
}
.cl_shade_white #div_MENU_HEAD .cl_menu_read, #id_menu_barl.cl_shade_white .cl_menu_read {
	background-image: url("https://images.mailo.com/img-20251203/mailo/en/mail/default/menu_read+white.png");
}
.cl_shade_0icon .cl_menu_read, #div_MENU .cl_shade_0icon .cl_menu_read {
	background-image: none;
}

.cl_menu_sent {
	background-image: url("https://images.mailo.com/img-20251203/mailo/en/mail/default/menu_sent.svg");
	
}
#div_MENUS .cl_menu_sent {
	background-image: url("https://images.mailo.com/img-20251203/mailo/en/mail/default/menu_sent.svg");
}
#div_MENU_HEAD .cl_menu_sent {
	background-image: url("https://images.mailo.com/img-20251203/mailo/en/mail/default/menu_sent.svg");
}
#id_menu_barl .cl_menu_sent {
	background-image: url("https://images.mailo.com/img-20251203/mailo/en/mail/default/menu_sent.svg");
}
.cl_shade_white .cl_menu_sent {
	background-image: url("https://images.mailo.com/img-20251203/mailo/en/mail/default/menu_sent+white.svg");
}
#div_MENUS .cl_shade_white .cl_menu_sent {
	background-image: url("https://images.mailo.com/img-20251203/mailo/en/mail/default/menu_sent+white.svg");
}
.cl_shade_white #div_MENU_HEAD .cl_menu_sent, #id_menu_barl.cl_shade_white .cl_menu_sent {
	background-image: url("https://images.mailo.com/img-20251203/mailo/en/mail/default/menu_sent+white.svg");
}
.cl_shade_0icon .cl_menu_sent, #div_MENU .cl_shade_0icon .cl_menu_sent {
	background-image: none;
}

.cl_menu_spam {
	background-image: url("https://images.mailo.com/img-20251203/mailo/en/mail/default/menu_spam.svg");
	
}
#div_MENUS .cl_menu_spam {
	background-image: url("https://images.mailo.com/img-20251203/mailo/en/mail/default/menu_spam.svg");
}
#div_MENU_HEAD .cl_menu_spam {
	background-image: url("https://images.mailo.com/img-20251203/mailo/en/mail/default/menu_spam.svg");
}
#id_menu_barl .cl_menu_spam {
	background-image: url("https://images.mailo.com/img-20251203/mailo/en/mail/default/menu_spam.svg");
}
.cl_shade_white .cl_menu_spam {
	background-image: url("https://images.mailo.com/img-20251203/mailo/en/mail/default/menu_spam+white.svg");
}
#div_MENUS .cl_shade_white .cl_menu_spam {
	background-image: url("https://images.mailo.com/img-20251203/mailo/en/mail/default/menu_spam+white.svg");
}
.cl_shade_white #div_MENU_HEAD .cl_menu_spam, #id_menu_barl.cl_shade_white .cl_menu_spam {
	background-image: url("https://images.mailo.com/img-20251203/mailo/en/mail/default/menu_spam+white.svg");
}
.cl_shade_0icon .cl_menu_spam, #div_MENU .cl_shade_0icon .cl_menu_spam {
	background-image: none;
}

.cl_menu_draft {
	background-image: url("https://images.mailo.com/img-20251203/mailo/en/mail/default/menu_draft.svg");
	
}
#div_MENUS .cl_menu_draft {
	background-image: url("https://images.mailo.com/img-20251203/mailo/en/mail/default/menu_draft.svg");
}
#div_MENU_HEAD .cl_menu_draft {
	background-image: url("https://images.mailo.com/img-20251203/mailo/en/mail/default/menu_draft.svg");
}
#id_menu_barl .cl_menu_draft {
	background-image: url("https://images.mailo.com/img-20251203/mailo/en/mail/default/menu_draft.svg");
}
.cl_shade_white .cl_menu_draft {
	background-image: url("https://images.mailo.com/img-20251203/mailo/en/mail/default/menu_draft+white.svg");
}
#div_MENUS .cl_shade_white .cl_menu_draft {
	background-image: url("https://images.mailo.com/img-20251203/mailo/en/mail/default/menu_draft+white.svg");
}
.cl_shade_white #div_MENU_HEAD .cl_menu_draft, #id_menu_barl.cl_shade_white .cl_menu_draft {
	background-image: url("https://images.mailo.com/img-20251203/mailo/en/mail/default/menu_draft+white.svg");
}
.cl_shade_0icon .cl_menu_draft, #div_MENU .cl_shade_0icon .cl_menu_draft {
	background-image: none;
}

.cl_menu_trash {
	background-image: url("https://images.mailo.com/img-20251203/mailo/en/mail/default/menu_trash.svg");
	
}
#div_MENUS .cl_menu_trash {
	background-image: url("https://images.mailo.com/img-20251203/mailo/en/mail/default/menu_trash.svg");
}
#div_MENU_HEAD .cl_menu_trash {
	background-image: url("https://images.mailo.com/img-20251203/mailo/en/mail/default/menu_trash.svg");
}
#id_menu_barl .cl_menu_trash {
	background-image: url("https://images.mailo.com/img-20251203/mailo/en/mail/default/menu_trash.svg");
}
.cl_shade_white .cl_menu_trash {
	background-image: url("https://images.mailo.com/img-20251203/mailo/en/mail/default/menu_trash+white.svg");
}
#div_MENUS .cl_shade_white .cl_menu_trash {
	background-image: url("https://images.mailo.com/img-20251203/mailo/en/mail/default/menu_trash+white.svg");
}
.cl_shade_white #div_MENU_HEAD .cl_menu_trash, #id_menu_barl.cl_shade_white .cl_menu_trash {
	background-image: url("https://images.mailo.com/img-20251203/mailo/en/mail/default/menu_trash+white.svg");
}
.cl_shade_0icon .cl_menu_trash, #div_MENU .cl_shade_0icon .cl_menu_trash {
	background-image: none;
}

.cl_menu_register {
	background-image: url("https://images.mailo.com/img-20251203/mailo/en/mail/default/menu_register.svg");
	
}
#div_MENUS .cl_menu_register {
	background-image: url("https://images.mailo.com/img-20251203/mailo/en/mail/default/menu_register.svg");
}
#div_MENU_HEAD .cl_menu_register {
	background-image: url("https://images.mailo.com/img-20251203/mailo/en/mail/default/menu_register.svg");
}
#id_menu_barl .cl_menu_register {
	background-image: url("https://images.mailo.com/img-20251203/mailo/en/mail/default/menu_register.svg");
}
.cl_shade_white .cl_menu_register {
	background-image: url("https://images.mailo.com/img-20251203/mailo/en/mail/default/menu_register+white.svg");
}
#div_MENUS .cl_shade_white .cl_menu_register {
	background-image: url("https://images.mailo.com/img-20251203/mailo/en/mail/default/menu_register+white.svg");
}
.cl_shade_white #div_MENU_HEAD .cl_menu_register, #id_menu_barl.cl_shade_white .cl_menu_register {
	background-image: url("https://images.mailo.com/img-20251203/mailo/en/mail/default/menu_register+white.svg");
}
.cl_shade_0icon .cl_menu_register, #div_MENU .cl_shade_0icon .cl_menu_register {
	background-image: none;
}

.cl_menu_ecard {
	background-image: url("https://images.mailo.com/img-20251203/mailo/en/mail/default/menu_ecard.svg");
	
}
#div_MENUS .cl_menu_ecard {
	background-image: url("https://images.mailo.com/img-20251203/mailo/en/mail/default/menu_ecard.svg");
}
#div_MENU_HEAD .cl_menu_ecard {
	background-image: url("https://images.mailo.com/img-20251203/mailo/en/mail/default/menu_ecard.svg");
}
#id_menu_barl .cl_menu_ecard {
	background-image: url("https://images.mailo.com/img-20251203/mailo/en/mail/default/menu_ecard.svg");
}
.cl_shade_white .cl_menu_ecard {
	background-image: url("https://images.mailo.com/img-20251203/mailo/en/mail/default/menu_ecard+white.svg");
}
#div_MENUS .cl_shade_white .cl_menu_ecard {
	background-image: url("https://images.mailo.com/img-20251203/mailo/en/mail/default/menu_ecard+white.svg");
}
.cl_shade_white #div_MENU_HEAD .cl_menu_ecard, #id_menu_barl.cl_shade_white .cl_menu_ecard {
	background-image: url("https://images.mailo.com/img-20251203/mailo/en/mail/default/menu_ecard+white.svg");
}
.cl_shade_0icon .cl_menu_ecard, #div_MENU .cl_shade_0icon .cl_menu_ecard {
	background-image: none;
}

.cl_menu_mailing {
	background-image: url("https://images.mailo.com/img-20251203/mailo/en/mail/default/menu_mailing.svg");
	
}
#div_MENUS .cl_menu_mailing {
	background-image: url("https://images.mailo.com/img-20251203/mailo/en/mail/default/menu_mailing.svg");
}
#div_MENU_HEAD .cl_menu_mailing {
	background-image: url("https://images.mailo.com/img-20251203/mailo/en/mail/default/menu_mailing.svg");
}
#id_menu_barl .cl_menu_mailing {
	background-image: url("https://images.mailo.com/img-20251203/mailo/en/mail/default/menu_mailing.svg");
}
.cl_shade_white .cl_menu_mailing {
	background-image: url("https://images.mailo.com/img-20251203/mailo/en/mail/default/menu_mailing+white.svg");
}
#div_MENUS .cl_shade_white .cl_menu_mailing {
	background-image: url("https://images.mailo.com/img-20251203/mailo/en/mail/default/menu_mailing+white.svg");
}
.cl_shade_white #div_MENU_HEAD .cl_menu_mailing, #id_menu_barl.cl_shade_white .cl_menu_mailing {
	background-image: url("https://images.mailo.com/img-20251203/mailo/en/mail/default/menu_mailing+white.svg");
}
.cl_shade_0icon .cl_menu_mailing, #div_MENU .cl_shade_0icon .cl_menu_mailing {
	background-image: none;
}

.cl_menu_send {
	background-image: url("https://images.mailo.com/img-20251203/mailo/en/mail/default/menu_send.svg");
	
}
#div_MENUS .cl_menu_send {
	background-image: url("https://images.mailo.com/img-20251203/mailo/en/mail/default/menu_send.svg");
}
#div_MENU_HEAD .cl_menu_send {
	background-image: url("https://images.mailo.com/img-20251203/mailo/en/mail/default/menu_send.svg");
}
#id_menu_barl .cl_menu_send {
	background-image: url("https://images.mailo.com/img-20251203/mailo/en/mail/default/menu_send.svg");
}
.cl_shade_white .cl_menu_send {
	background-image: url("https://images.mailo.com/img-20251203/mailo/en/mail/default/menu_send+white.svg");
}
#div_MENUS .cl_shade_white .cl_menu_send {
	background-image: url("https://images.mailo.com/img-20251203/mailo/en/mail/default/menu_send+white.svg");
}
.cl_shade_white #div_MENU_HEAD .cl_menu_send, #id_menu_barl.cl_shade_white .cl_menu_send {
	background-image: url("https://images.mailo.com/img-20251203/mailo/en/mail/default/menu_send+white.svg");
}
.cl_shade_0icon .cl_menu_send, #div_MENU .cl_shade_0icon .cl_menu_send {
	background-image: none;
}

.cl_menu_mailboxes {
	background-image: url("https://images.mailo.com/img-20251203/mailo/en/mail/default/menu_mailboxes.svg");
	
}
#div_MENUS .cl_menu_mailboxes {
	background-image: url("https://images.mailo.com/img-20251203/mailo/en/mail/default/menu_mailboxes.svg");
}
#div_MENU_HEAD .cl_menu_mailboxes {
	background-image: url("https://images.mailo.com/img-20251203/mailo/en/mail/default/menu_mailboxes.svg");
}
#id_menu_barl .cl_menu_mailboxes {
	background-image: url("https://images.mailo.com/img-20251203/mailo/en/mail/default/menu_mailboxes.svg");
}
.cl_shade_white .cl_menu_mailboxes {
	background-image: url("https://images.mailo.com/img-20251203/mailo/en/mail/default/menu_mailboxes+white.svg");
}
#div_MENUS .cl_shade_white .cl_menu_mailboxes {
	background-image: url("https://images.mailo.com/img-20251203/mailo/en/mail/default/menu_mailboxes+white.svg");
}
.cl_shade_white #div_MENU_HEAD .cl_menu_mailboxes, #id_menu_barl.cl_shade_white .cl_menu_mailboxes {
	background-image: url("https://images.mailo.com/img-20251203/mailo/en/mail/default/menu_mailboxes+white.svg");
}
.cl_shade_0icon .cl_menu_mailboxes, #div_MENU .cl_shade_0icon .cl_menu_mailboxes {
	background-image: none;
}

.cl_menu_collect {
	background-image: url("https://images.mailo.com/img-20251203/mailo/en/mail/default/menu_collect.png");
	
}
#div_MENUS .cl_menu_collect {
	background-image: url("https://images.mailo.com/img-20251203/mailo/en/mail/default/menu_collect.png");
}
#div_MENU_HEAD .cl_menu_collect {
	background-image: url("https://images.mailo.com/img-20251203/mailo/en/mail/default/menu_collect.png");
}
#id_menu_barl .cl_menu_collect {
	background-image: url("https://images.mailo.com/img-20251203/mailo/en/mail/default/menu_collect.png");
}
.cl_shade_white .cl_menu_collect {
	background-image: url("https://images.mailo.com/img-20251203/mailo/en/mail/default/menu_collect+white.png");
}
#div_MENUS .cl_shade_white .cl_menu_collect {
	background-image: url("https://images.mailo.com/img-20251203/mailo/en/mail/default/menu_collect+white.png");
}
.cl_shade_white #div_MENU_HEAD .cl_menu_collect, #id_menu_barl.cl_shade_white .cl_menu_collect {
	background-image: url("https://images.mailo.com/img-20251203/mailo/en/mail/default/menu_collect+white.png");
}
.cl_shade_0icon .cl_menu_collect, #div_MENU .cl_shade_0icon .cl_menu_collect {
	background-image: none;
}

.cl_menu_search {
	background-image: url("https://images.mailo.com/img-20251203/mailo/en/include/default/menu_search.svg");
	
}
#div_MENUS .cl_menu_search {
	background-image: url("https://images.mailo.com/img-20251203/mailo/en/include/default/menu_search.svg");
}
#div_MENU_HEAD .cl_menu_search {
	background-image: url("https://images.mailo.com/img-20251203/mailo/en/include/default/menu_search.svg");
}
#id_menu_barl .cl_menu_search {
	background-image: url("https://images.mailo.com/img-20251203/mailo/en/include/default/menu_search.svg");
}
.cl_shade_white .cl_menu_search {
	background-image: url("https://images.mailo.com/img-20251203/mailo/en/include/default/menu_search+white.svg");
}
#div_MENUS .cl_shade_white .cl_menu_search {
	background-image: url("https://images.mailo.com/img-20251203/mailo/en/include/default/menu_search+white.svg");
}
.cl_shade_white #div_MENU_HEAD .cl_menu_search, #id_menu_barl.cl_shade_white .cl_menu_search {
	background-image: url("https://images.mailo.com/img-20251203/mailo/en/include/default/menu_search+white.svg");
}
.cl_shade_0icon .cl_menu_search, #div_MENU .cl_shade_0icon .cl_menu_search {
	background-image: none;
}


.cl_menu_flagged {
	font-weight:bold;
}

.cl_menu_flagged_info {
	color:#FD354E;
}

.cl_menu_flagged:hover .cl_menu_flagged_info {
	color:#525252;
}

.cl_mail_collect_running {
	background-image: url("https://images.mailo.com/img-20251203/mailo/en/include/default/loading.gif");
	background-repeat: no-repeat;
	background-position: center center;
	height: 20px;
	width: 100%;
}

.cl_MAIL_register_pwd {
	margin: 5px 0;
	margin-left: 10px;
}

.cl_MAIL_register_link {
	text-align: center;
	border: 1px solid transparent;
}

.cl_MAIL_register_link a:hover {
	border: 1px solid ;
  background-color: #F3F3F3;
}

@media only screen and (min-width: 1300px) {
.cl_button_mail_mbox_new {
	background-image: url("https://images.mailo.com/img-20251203/mailo/en/mail/default/button_mbox_new.svg");
	padding-left: 39px !important;}
.cl_button_mail_answer, .cl_button_mail_modify_draft, .cl_button_mail_send_again {
	background-image: url("https://images.mailo.com/img-20251203/mailo/en/mail/default/button_answer.svg");
	padding-left: 39px !important;}
.cl_button_mail_answer_all {
	background-image: url("https://images.mailo.com/img-20251203/mailo/en/mail/default/button_answer.svg");
	padding-left: 39px !important;}
.cl_button_mail_forward {
	background-image: url("https://images.mailo.com/img-20251203/mailo/en/mail/default/button_forward.svg");
	padding-left: 39px !important;}
.cl_button_mail_block {
	background-image: url("https://images.mailo.com/img-20251203/mailo/en/mail/default/button_block.png");
	padding-left: 39px !important;}
.cl_button_mail_flag {
	background-image: url("https://images.mailo.com/img-20251203/mailo/en/mail/default/button_flag.svg");
	padding-left: 39px !important;}
.cl_button_mail_move {
	background-image: url("https://images.mailo.com/img-20251203/mailo/en/mail/default/button_move.svg");
	padding-left: 39px !important;}
.cl_button_mail_copy {
	background-image: url("https://images.mailo.com/img-20251203/mailo/en/mail/default/button_copy.png");
	padding-left: 39px !important;}
.cl_button_mail_spam {
	background-image: url("https://images.mailo.com/img-20251203/mailo/en/mail/default/button_spam.svg");
	padding-left: 39px !important;}
.cl_button_mail_unsubscribe {
	background-image: url("https://images.mailo.com/img-20251203/mailo/en/mail/default/button_unsubscribe.svg");
	padding-left: 39px !important;}
.cl_button_mail_trash {
	background-image: url("https://images.mailo.com/img-20251203/mailo/en/mail/default/button_trash.svg");
	padding-left: 39px !important;}
.cl_button_mail_adbook {
	background-image: url("https://images.mailo.com/img-20251203/mailo/en/adbook/default/button_adbook_add.svg");
	padding-left: 39px !important;}
.cl_button_mail_write {
	background-image: url("https://images.mailo.com/img-20251203/mailo/en/mail/default/button_write.svg");
	padding-left: 39px !important;}
.cl_button_sms_write {
	background-image: url("https://images.mailo.com/img-20251203/mailo/en/mail/default/button_write_sms.svg");
	padding-left: 39px !important;}
.cl_button_mail_spell {
	background-image: url("https://images.mailo.com/img-20251203/mailo/en/mail/default/button_spell.png");
	padding-left: 39px !important;}
.cl_button_mail_draft {
	background-image: url("https://images.mailo.com/img-20251203/mailo/en/mail/default/button_draft.svg");
	padding-left: 39px !important;}
.cl_button_mail_send_opt {
	background-image: url("https://images.mailo.com/img-20251203/mailo/en/mail/default/button_send_opt.svg");
	padding-left: 39px !important;}
.cl_button_mail_attach {
	background-image: url("https://images.mailo.com/img-20251203/mailo/en/mail/default/button_attach.svg");
	padding-left: 39px !important;}
.cl_button_mail_send {
	background-image: url("https://images.mailo.com/img-20251203/mailo/en/mail/default/button_send.svg");
	padding-left: 39px !important;}
.cl_button_mail_signe {
	background-image: url("https://images.mailo.com/img-20251203/mailo/en/mail/default/button_signe.png");
	padding-left: 39px !important;}
.cl_button_mail_collect {
	background-image: url("https://images.mailo.com/img-20251203/mailo/en/mail/default/button_collect.svg");
	padding-left: 39px !important;}
.cl_button_mail_empty {
	background-image: url("https://images.mailo.com/img-20251203/mailo/en/mail/default/button_empty.svg");
	padding-left: 39px !important;}
.cl_button_search_attach {
	background-image: url("https://images.mailo.com/img-20251203/mailo/en/mail/default/button_search_attach.svg");
	padding-left: 39px !important;}
.cl_button_mail_actions {
	background-image: url("https://images.mailo.com/img-20251203/mailo/en/include/default/button_actions.png");
	padding-left: 39px !important;}
.cl_button_mail_seen {
	background-image: url("https://images.mailo.com/img-20251203/mailo/en/mail/default/button_mail_seen.png");
	padding-left: 39px !important;}
.cl_button_mail_unseen {
	background-image: url("https://images.mailo.com/img-20251203/mailo/en/mail/default/button_mail_unseen.png");
	padding-left: 39px !important;}
.cl_button_mail_answered {
	background-image: url("https://images.mailo.com/img-20251203/mailo/en/mail/default/button_mail_answered.png");
	padding-left: 39px !important;}
.cl_button_mail_unanswered {
	background-image: url("https://images.mailo.com/img-20251203/mailo/en/mail/default/button_mail_unanswered.png");
	padding-left: 39px !important;}
.cl_button_mail_unflag {
	background-image: url("https://images.mailo.com/img-20251203/mailo/en/mail/default/button_flag.svg");
	padding-left: 39px !important;}
.cl_button_mail_cleansing {
	background-image: url("https://images.mailo.com/img-20251203/mailo/en/mail/default/button_cleansing.svg");
	padding-left: 39px !important;}
.cl_button_mail_backup {
	background-image: url("https://images.mailo.com/img-20251203/mailo/en/include/default/button_download.svg");
	padding-left: 39px !important;}
.cl_button_mail_template {
	background-image: url("https://images.mailo.com/img-20251203/mailo/en/mail/default/button_template.svg");
	padding-left: 39px !important;}
.cl_button_mail_register {
	background-image: url("https://images.mailo.com/img-20251203/mailo/en/mail/default/button_register.svg");
	padding-left: 39px !important;}
.cl_button_mail_delayed {
	background-image: url("https://images.mailo.com/img-20251203/mailo/en/mail/default/button_delayed.svg");
	padding-left: 39px !important;}
.cl_button_mail_restore {
	background-image: url("https://images.mailo.com/img-20251203/mailo/en/mail/default/button_restore.svg");
	padding-left: 39px !important;}
.cl_button_mail_msgtype {
	background-image: url("https://images.mailo.com/img-20251203/mailo/en/mail/default/button_mail_msgtype.svg");
	padding-left: 39px !important;}
}

.cl_button_mail {
	background-image: url("https://images.mailo.com/img-20251203/mailo/en/include/default/px.gif");
	background-repeat: no-repeat;
}

.cl_MAIL_MSG_from {
}
.cl_MAIL_MSG_to {
	max-height: 40px;
	overflow: auto;
}

.cl_MAIL_MSG_header {
	padding-bottom: 10px;
}

.cl_MAIL_MSG_TEXT {
	width: 100%;
	border: none;
	border-top: 1px solid #DEDEDE; 
	background-color: #FFF;
	color: #545454;
	padding:10px 10px;
}
.cl_MAIL_MSG_TEXT body {
	background-color: #FFF;
}

.cl_MAIL_SEND_button {
	width: 100%;
	margin: 0;
	padding: 0;
}

.cl_MAIL_MSG_attached {
	margin: 0;
	border: none;
	min-height: 23px;
	padding: 0 5px;
	border:1px solid #DEDEDE;
	border-width: 1px 0 0;
}
.cl_MAIL_MSG_vcal {
	display: flex;
}
.cl_MAIL_MSG_vcal_img {
	width: 10vw;
}
.cl_MAIL_MSG_vcal_content {
	width: 60vw;
	margin: 0 20px;
	padding: 0 20px;
	border-left: 1px solid #DEDEDE;
	border-right: 1px solid #DEDEDE;
}
.cl_MAIL_MSG_vcal_schedule {
	width: 30vw;
	height: 250px;
	overflow-y: auto;
}
@media only screen and (max-width: 599px) {
.cl_MAIL_MSG_vcal {
	display:block;
}
.cl_MAIL_MSG_vcal_img {
	width: auto;
}
.cl_MAIL_MSG_vcal_content {
	border: none;
	width: auto;
	margin: 0;
	padding: 0;
}
.cl_MAIL_MSG_vcal_schedule {
	display: none;
}
}
.cl_MAIL_SEND_head_html,.cl_MAIL_SEND_head_html3 {
	padding: 0;
	font-size: 9px;
	white-space: nowrap;
	height: 27px;
	margin: 0;
	border:1px solid #DEDEDE;
	border-bottom: 0;
	background-color: #FFF;
	color: #545454;
	width: 100%;
}
.cl_MAIL_SEND_head_html3 {
	border: none;
}
.cl_MAIL_SEND_head_html select, .cl_MAIL_SEND_head_html3 select {
	font-weight: normal;
	max-width: 80px;
	border: none;
	background-color: inherit;
	padding-top: 0px;
	padding-bottom: 0px;
	color:#9B9B9B;
}

.cl_MAIL_SEND_head_html2 {
	padding: 0;
	white-space: nowrap;
	height: 29px;
	margin: 0;
	border:1px solid #DEDEDE;
	border-top: 0;
	background-color: #FFF;
	color: #545454;
	width: 100%;
}
.cl_MAIL_SEND_head_html2 .cl_link, .cl_MAIL_SEND_head_text .cl_link {
	padding: 0 2px;
}
.cl_MAIL_SEND_head_html2 input {
	height: 24px;
	border: 1px solid #FFFFFF;
	background-color: #FFF;
	color: #545454;
}

.cl_MAIL_SEND_head_text {
	padding: 0;
	white-space: nowrap;
	margin: 0;
	border:1px solid #DEDEDE;
	background-color: #FFF;
	color: #545454;
	width: 100%;
}

.cl_MAIL_SEND_main {
	border:1px solid #DEDEDE;
	border-top: 0 none;
}

.cl_MAIL_SEND_head_html, .cl_MAIL_SEND_head_html2, .cl_MAIL_SEND_head_html3, .cl_MAIL_SEND_head_text, .cl_MAIL_SEND_main {
	border-left: 0;
	border-right: 0;
}

#id_MAIL_SEND_main {
	border-bottom: 0 none;
}

.cl_MAIL_SEND_msg_html, .cl_MAIL_SEND_msg_fax, .cl_MAIL_SEND_msg_text, .cl_MAIL_SEND_msg_sms {
	width: 100%;
	height: 100%;
	margin: 0;
	border: 0;
	display: block;
	background-color: #FFF;
}
textarea.cl_MAIL_SEND_msg_fax, textarea.cl_MAIL_SEND_msg_text, textarea.cl_MAIL_SEND_msg_sms {
	padding: 5px 5px;
}

.cl_mail_send_attach_wait {
	white-space: nowrap;
	margin: 0 10px;
}
.cl_MAIL_signature_editor {
	border:1px solid #DEDEDE;
}
.cl_MAIL_signature_visu {
	width: 100%;
	margin: 4px 0;
	height: 120px;
	background-color: #EEEEEE;
	border:1px solid #DEDEDE;
}
.cl_MAIL_signature_head {
	border-bottom:1px solid #DEDEDE;
	width: 100%;
}
.cl_MAIL_signature_text {
	border-radius:2px;
	width: 100%;
}
.cl_mail_msg_htmlline {
	text-align: center;
	line-height: 2;
	background-color: #F8F8F8;
	color: #6A6A6A;
	padding:0px 18px;
}
.cl_mail_msg_encline {
	min-height: 30px;
	line-height: 30px;
	background-image: url("https://images.mailo.com/img-20251203/mailo/en/mail/default/pgp_msg.png");
	background-repeat: no-repeat;
	background-position: 12px center;
	padding: 0 10px 0 40px;
	background-color: #F8F8F8;
	color: #6A6A6A;
}
.cl_mail_send_option {
	display: none;
	padding-right: 20px;
	line-height: 14px;
}
.cl_list_td_mail_flags {
	width:40px;
}
.cl_list .cl_list_td_mail_before_actions {
	width:1%;
	white-space:nowrap;
	border-right:none;
}
.cl_lst .cl_lst_th_hover_actions {
	border-left:none;
}
.cl_list_td_mail_hover_actions {
	width:83px;
}
.cl_mailbox_list_hover_actions {
	display:inline-block;
	visibility:hidden;
}
.cl_mailbox_list_hover_actions:hover {
	visibility:visible;
}
.cl_mailbox_list_hover_actions img {
	opacity:0.35;
}
.cl_mailbox_list_hover_actions img:hover {
	opacity:1.0;
}
@media only screen and (max-width: 599px) {
.cl_mailbox_list_hover_actions {
	display: none;
}
}
#id_ecard_select img {
	margin: 10px;
	cursor: pointer;
}
.cl_ecard_subject {
	color: #333333;
	padding-bottom: 12px;
	font-size: 22px;
	letter-spacing: 1px
}
.cl_pgp_valid {
	position: absolute;
}
.cl_attach_docs {
	display: inline-block;
	vertical-align: top;
	min-width: 500px;
	border: 1px solid #DEDEDE; 
}
.cl_attach_docs table {
	width: 100%;
}
.cl_attach_docs th {
	background-color: #F8F8F8;
	border-bottom: 1px solid #DEDEDE;
	border:none;
	color: #6A6A6A;
	font-size: 13px;
	font-weight: bold;
	letter-spacing: 0.05em;
	padding: 5px;
}
.cl_attach_docs select {
	height:200px;
	border:none;
	width:99%;
	background-color: transparent;
	color: #6A6A6A;
}
.cl_attach_docs_dir {
	vertical-align: top;
	width: 50%;
	border-right: 1px solid #DEDEDE;
}
.cl_attach_docs_dir div {
	overflow:auto;
	padding: 5px 0px;
}
@media only screen and (max-width: 599px) {
.cl_attach_docs {
	width: 100%;
	min-width: unset;
	height: unset;
}
.cl_attach_docs .cl_cmenu_arbo_txt {
	font-size: 16px;
	font-weight: normal;
	width: 100%
}
.cl_attach_docs_dir {
	width: 100%;
	height: 200px;
	border-right: 0px none;
	border-bottom: 1px solid #DEDEDE;
}
}
.cl_mailbox_container {
	border-top: 1px solid #DEDEDE;
}
.cl_msgs_block, .cl_msgs_widget {
	border-bottom: 1px solid #DEDEDE;
	padding-left: 5px;
	padding-right: 5px;
}
.cl_msgs_widget {
	padding: 5px;
}
.cl_msgs_block {
	padding:0px 18px;
	padding-top: 5px;
	padding-bottom: 5px;
}
.cl_msgs_block.click, .cl_msgs_widget.click {
	cursor: pointer;
}
.cl_msgs_block.click:hover, .cl_msgs_widget.click:hover {
	background-color: #F3F3F3;
  color: #525252;
}
.cl_msgs_block.checked {
	cursor: pointer;
	background-color: #FFE6E9;
	color: #525252;
}
.cl_msgs_block.checked:hover {
  background-color: #F3F3F3;
  color: #525252;
}
.cl_msgs_block div.checkbox {
	display: inline-block;
	text-align: left;
	width: 30px;
	vertical-align: 50%;
	line-height: 200%;
}
.cl_msgs_block div.line0 div.checkbox {
	vertical-align: middle;
	line-height: 100%;
}
.cl_msgs_block div.line1 div.checkbox {
	vertical-align: middle;
	line-height: 100%;
}
.cl_msgs_block div.lines, .cl_msgs_block div.line0 {
	display: inline-block;
}
.cl_msgs_block div.lines, .cl_msgs_widget div.lines {
	width: 100%;
	margin-bottom: 5px;
}
.cl_msgs_block div.line0 {
	width: 100%;
}
.cl_msgs_block div.line1, .cl_msgs_block div.line2 {
}
.cl_msgs_block div.from, .cl_msgs_block div.subject, .cl_msgs_widget div.from, .cl_msgs_widget div.subject {
	display: inline-block;
	vertical-align: middle;
	text-overflow: ellipsis;
	overflow: hidden;
	white-space: nowrap;
}
.cl_msgs_block div.from {
	width: calc(100% - 180px);
	line-height: 180%;
	font-size: 115%;
}
.cl_msgs_widget div.from {
	width: calc(100% - 150px);
	line-height: 180%;
	font-size: 115%;
}
.cl_msgs_block div.line0 div.from {
	width: calc(100% - 270px);
	line-height: 100%;
	font-size: 100%;
}
.cl_msgs_block div.subject {
	display: inline-block;
	width: 100%;
	padding-left: 30px;
}
.cl_msgs_block div.subject.short {
	width: calc(100% - 60px);
}
.cl_msgs_widget div.subject {
	width: 100%;
}
.cl_msgs_block div.size {
	display: inline-block;
	text-align: right;
	width: 60px;
}
.cl_msgs_block div.hactions {
	display: none;
}
@media (any-hover: hover) {
.cl_msgs_block div.hactions {
	display: inline-block;
	width: 90px;
	vertical-align: middle;
	text-align: right;
}
.cl_msgs_block div.subject {
	width: calc(100% - 90px);
}
.cl_msgs_block div.subject.short {
	width: calc(100% - 150px);
}
}
.cl_msgs_block div.icons, .cl_msgs_block div.icon_Y, .cl_msgs_block div.date, .cl_msgs_widget div.icons, .cl_msgs_widget div.icon_Y, .cl_msgs_widget div.date {
	display: inline-block;
	vertical-align: middle;
}
.cl_msgs_block div.icon_A, .cl_msgs_widget div.icon_A {
	display: inline-block;
	vertical-align: middle;
	text-align: center;
	width: 20px;
}
.cl_msgs_block div.icons {
	max-width: 70px;
	margin-right: 5px;
}
.cl_msgs_block div.icon_Y, .cl_msgs_widget div.icon_Y {
	width: 25px;
	margin-right: 5px;
}
.cl_msgs_widget div.icons {
	width: 70px;
	text-align: right;
}
.cl_msgs_block div.date {
	width: 150px;
	text-align: right;
}
.cl_msgs_widget div.date {
	width: 150px;
	text-align: right;
}
.cl_msgs_block.flagged, .cl_msgs_widget.flagged {
	font-weight: bold;
}

@media only screen and (max-width: 599px) {
table.cl_mailboxes_list tr {
	display: flex;
	border-bottom: 1px solid #DEDEDE;
	align-items: center;
	height: auto;
	padding-top: 5px;
	padding-bottom: 5px;
}
table.cl_mailboxes_list td {
	padding-left: 0;
	padding-right: 0;
	border-bottom: 0 none;
	/*display: inline-block;*/
	display: flex;
	align-items: center;
}
table.cl_mailboxes_list td.cl_td_check ~ td {
	height:unset;
	min-height: 40px;
}
table.cl_mailboxes_list td.cl_td_check {
	height: 20px;
	line-height: 20px;
}
table.cl_mailboxes_list td.cl_td_check label {
	padding-top: initial;
	padding-bottom: initial;
}
table.cl_mailboxes_list td.clr_mailboxes_unseen {
	font-weight: bold;
}
table.cl_mailboxes_list td.clr_mailboxes_nb::before {
	content: '/';
	margin: 0 5px;
}
table.cl_mailboxes_list td.clr_mailboxes_nb {
	padding-left: 0 !important;
	padding-right: 18px;
	display: inline-block;
	width: initial !important;
}
table.cl_mailboxes_list td.clr_mailboxes_name {
	display: inline-block;
	white-space: nowrap;
	flex: 3;
}
table.cl_mailboxes_list td.clr_mailboxes_new {
	display: inline-block;
	width: initial !important;
	padding: 0 !important;
}
table.cl_mailboxes_list td.clr_mailboxes_size {
	display: inline-block;
	text-align: right;
	flex: 1;
	padding-right: 18px;
	white-space: nowrap;
}
}
@media (min-width: 600px) {
    .ea_mail__send_form .ea_mail__send_button_bar {
        box-shadow: none;
    }
}

.cl_MAIL_SEND_msg_html, .cl_MAIL_SEND_msg_text {
	min-height: 400px;
}
.cl_menu_adbook {
	background-image: url("https://images.mailo.com/img-20251203/mailo/en/adbook/default/menu_adbook.svg");
	
}
#div_MENUS .cl_menu_adbook {
	background-image: url("https://images.mailo.com/img-20251203/mailo/en/adbook/default/menu_adbook.svg");
}
#div_MENU_HEAD .cl_menu_adbook {
	background-image: url("https://images.mailo.com/img-20251203/mailo/en/adbook/default/menu_adbook.svg");
}
#id_menu_barl .cl_menu_adbook {
	background-image: url("https://images.mailo.com/img-20251203/mailo/en/adbook/default/menu_adbook.svg");
}
.cl_shade_white .cl_menu_adbook {
	background-image: url("https://images.mailo.com/img-20251203/mailo/en/adbook/default/menu_adbook+white.svg");
}
#div_MENUS .cl_shade_white .cl_menu_adbook {
	background-image: url("https://images.mailo.com/img-20251203/mailo/en/adbook/default/menu_adbook+white.svg");
}
.cl_shade_white #div_MENU_HEAD .cl_menu_adbook, #id_menu_barl.cl_shade_white .cl_menu_adbook {
	background-image: url("https://images.mailo.com/img-20251203/mailo/en/adbook/default/menu_adbook+white.svg");
}
.cl_shade_0icon .cl_menu_adbook, #div_MENU .cl_shade_0icon .cl_menu_adbook {
	background-image: none;
}

@media only screen and (min-width: 1300px) {
.cl_button_adbook_new {
	background-image: url("https://images.mailo.com/img-20251203/mailo/en/adbook/default/button_adbook_new.svg");
	padding-left: 39px !important;}
.cl_button_adbook_group_new {
	background-image: url("https://images.mailo.com/img-20251203/mailo/en/adbook/default/button_adbook_group_new.svg");
	padding-left: 39px !important;}
.cl_button_adbook_empty {
	background-image: url("https://images.mailo.com/img-20251203/mailo/en/adbook/default/button_adbook_empty.png");
	padding-left: 39px !important;}
.cl_button_books {
	background-image: url("https://images.mailo.com/img-20251203/mailo/en/adbook/default/button_books.svg");
	padding-left: 39px !important;}
}

.cl_adbook_initial {
	display: inline-block;
	vertical-align: middle;
	margin: 2px;
	padding: 1px 3px;
	font-size: 10px;
	height: 16px; 
	line-height: 13px;
	border: 1px solid #CCC;
	border-radius: 2px;
}
.cl_adbook_initial:hover {
	background-color: #F3F3F3;
	color: #525252;
}
.cl_adbook_initial_inactive {
	cursor: pointer;
}
.cl_adbook_initial_active {
	font-weight: bold;
	background-color: #FFE6E9;
	color: #525252;
}
.cl_adbook_initial_table {
	padding: 5px 5px;
}
.cl_adbook_initial_table .cl_adbook_initial {
	text-align: center;
}

.cl_adbook_listview, table.cl_adbook_listview tr, table.cl_adbook_listview td {
	background-color: transparent;
	border: none;
}

table.cl_adbook_listview td, table.cl_adbook_view_card td {
	padding-left: 13px;
}
.cl_adbook_view_card td > div {
	height: 35px;
	line-height: 2;
}
@media only screen and (max-width: 599px) {
.cl_adbook_view_card td > div {
	height: auto;
}
.cl_adbook_view_card td > div:first-child {
  min-height: 35px;
  line-height: 2;
}
}
.cl_adbook_preview_infos_area {
	margin: 0 0 5px 0;
	margin-left: 5px;
	padding: 2px;
}

.cl_adbook_preview_label_area {
	font-weight: bold;
	margin: 0 0 0 5px;
}

.cl_adbook_preview_area {
	margin: 0 0 5px 0;
	margin-left: 5px;
	padding: 2px;
	background-color: transparent;
	border: 1px solid #DEDEDE;
}

.cl_adbook_preview_tabs {
	margin-left: 5px;
}

.cl_adbook_preview_tabs ul {
	list-style-type: none;
}

.cl_adbook_preview_tabs li {
	margin: 0;
	padding: 0 5px;
	display: inline;
	text-align: center;
	vertical-align: middle;
	background-color: transparent;
	border: 1px solid #DEDEDE;
}

.cl_adbook_preview_tabs_active {
	font-weight: bold;
	background-color: #DEDEDE;
}

.cl_adbook_preview_tabs_inactive {
	cursor: pointer;
	border-bottom: 1px solid #DEDEDE;
}

.cl_adbook_preview_tabs_inactive:hover {
	background-color: #F3F3F3;
	color: #525252;
}
.cl_button_adbook_edit {
	background-image: url("https://images.mailo.com/img-20251203/mailo/en/adbook/default/button_edit.png");
	background-repeat: no-repeat;
	padding-left: 20px; 
}

.cl_book_color div {
	width: 15px;
	height:15px;
	display: inline-block;
	cursor: pointer;
	border-style: solid;
	border-width:1px;
}
.cl_book_color_span {
	width:15px;
	height:15px;
	display:inline-block;
}
.cl_book_color_none {
	background-color: #F8F8F8;
	color: #333333;
}
div.cl_book_color_none {
	border-color: #bbbbbb;
}
.cl_book_color_blue {
	background-color: #5484ed;
	color: #FFFFFF;
}
div.cl_book_color_blue {
	border-color: #5484ed;
}
.cl_book_color_turquoise {
	background-color: #46d6db;
	color: #333333;
}
div.cl_book_color_turquoise {
	border-color: #46d6db;
}
.cl_book_color_green {
	background-color: #51b749;
	color: #FFFFFF;
}
div.cl_book_color_green {
	border-color: #51b749;
}
.cl_book_color_yellow {
	background-color: #fbd75b;
	color: #333333;
}
div.cl_book_color_yellow {
	border-color: #fbd75b;
}
.cl_book_color_orange {
	background-color: #ffb878;
	color: #333333;
}
div.cl_book_color_orange {
	border-color: #ffb878;
}
.cl_book_color_red {
	background-color: #dc2127;
	color: #FFFFFF;
}
div.cl_book_color_red {
	border-color: #dc2127;
}
.cl_book_color_purple {
	background-color: #dbadff;
	color: #333333;
}
div.cl_book_color_purple {
	border-color: #dbadff;
}
.cl_book_color .cl_book_color_none_selected {
	background-image: url("https://images.mailo.com/img-20251203/mailo/en/include/default/icon_selected_black.png");
	background-repeat: no-repeat;
	background-position: center center;
}
.cl_book_color .cl_book_color_selected {
	background-image: url("https://images.mailo.com/img-20251203/mailo/en/include/default/icon_selected_white.png");
	background-repeat: no-repeat;
	background-position: center center;
}
.cl_adbook_fav_select, .cl_adbook_group_select {
	width: 300px;
	height: 300px;
}
@media only screen and (max-width: 599px) {
.cl_adbook_fav_select, .cl_adbook_group_select {
	height: 150px;
}
}

.cl_menu_calendar {
	background-image: url("https://images.mailo.com/img-20251203/mailo/en/calendar/default/menu_calendar.svg");
	
}
#div_MENUS .cl_menu_calendar {
	background-image: url("https://images.mailo.com/img-20251203/mailo/en/calendar/default/menu_calendar.svg");
}
#div_MENU_HEAD .cl_menu_calendar {
	background-image: url("https://images.mailo.com/img-20251203/mailo/en/calendar/default/menu_calendar.svg");
}
#id_menu_barl .cl_menu_calendar {
	background-image: url("https://images.mailo.com/img-20251203/mailo/en/calendar/default/menu_calendar.svg");
}
.cl_shade_white .cl_menu_calendar {
	background-image: url("https://images.mailo.com/img-20251203/mailo/en/calendar/default/menu_calendar+white.svg");
}
#div_MENUS .cl_shade_white .cl_menu_calendar {
	background-image: url("https://images.mailo.com/img-20251203/mailo/en/calendar/default/menu_calendar+white.svg");
}
.cl_shade_white #div_MENU_HEAD .cl_menu_calendar, #id_menu_barl.cl_shade_white .cl_menu_calendar {
	background-image: url("https://images.mailo.com/img-20251203/mailo/en/calendar/default/menu_calendar+white.svg");
}
.cl_shade_0icon .cl_menu_calendar, #div_MENU .cl_shade_0icon .cl_menu_calendar {
	background-image: none;
}

.cl_menu_todos {
	background-image: url("https://images.mailo.com/img-20251203/mailo/en/calendar/default/menu_todos.svg");
	
}
#div_MENUS .cl_menu_todos {
	background-image: url("https://images.mailo.com/img-20251203/mailo/en/calendar/default/menu_todos.svg");
}
#div_MENU_HEAD .cl_menu_todos {
	background-image: url("https://images.mailo.com/img-20251203/mailo/en/calendar/default/menu_todos.svg");
}
#id_menu_barl .cl_menu_todos {
	background-image: url("https://images.mailo.com/img-20251203/mailo/en/calendar/default/menu_todos.svg");
}
.cl_shade_white .cl_menu_todos {
	background-image: url("https://images.mailo.com/img-20251203/mailo/en/calendar/default/menu_todos+white.svg");
}
#div_MENUS .cl_shade_white .cl_menu_todos {
	background-image: url("https://images.mailo.com/img-20251203/mailo/en/calendar/default/menu_todos+white.svg");
}
.cl_shade_white #div_MENU_HEAD .cl_menu_todos, #id_menu_barl.cl_shade_white .cl_menu_todos {
	background-image: url("https://images.mailo.com/img-20251203/mailo/en/calendar/default/menu_todos+white.svg");
}
.cl_shade_0icon .cl_menu_todos, #div_MENU .cl_shade_0icon .cl_menu_todos {
	background-image: none;
}

.cl_menu_reminders {
	background-image: url("https://images.mailo.com/img-20251203/mailo/en/calendar/default/menu_reminders.svg");
	
}
#div_MENUS .cl_menu_reminders {
	background-image: url("https://images.mailo.com/img-20251203/mailo/en/calendar/default/menu_reminders.svg");
}
#div_MENU_HEAD .cl_menu_reminders {
	background-image: url("https://images.mailo.com/img-20251203/mailo/en/calendar/default/menu_reminders.svg");
}
#id_menu_barl .cl_menu_reminders {
	background-image: url("https://images.mailo.com/img-20251203/mailo/en/calendar/default/menu_reminders.svg");
}
.cl_shade_white .cl_menu_reminders {
	background-image: url("https://images.mailo.com/img-20251203/mailo/en/calendar/default/menu_reminders+white.svg");
}
#div_MENUS .cl_shade_white .cl_menu_reminders {
	background-image: url("https://images.mailo.com/img-20251203/mailo/en/calendar/default/menu_reminders+white.svg");
}
.cl_shade_white #div_MENU_HEAD .cl_menu_reminders, #id_menu_barl.cl_shade_white .cl_menu_reminders {
	background-image: url("https://images.mailo.com/img-20251203/mailo/en/calendar/default/menu_reminders+white.svg");
}
.cl_shade_0icon .cl_menu_reminders, #div_MENU .cl_shade_0icon .cl_menu_reminders {
	background-image: none;
}

@media only screen and (min-width: 1300px) {
.cl_button_calendar_new {
	background-image: url("https://images.mailo.com/img-20251203/mailo/en/calendar/default/button_calendar_new.svg");
	padding-left: 39px !important;}
.cl_button_calendars {
	background-image: url("https://images.mailo.com/img-20251203/mailo/en/calendar/default/button_calendars.svg");
	padding-left: 39px !important;}
.cl_button_resources {
	background-image: url("https://images.mailo.com/img-20251203/mailo/en/calendar/default/button_resources.svg");
	padding-left: 39px !important;}
.cl_button_calendar_duplicate {
	background-image: url("https://images.mailo.com/img-20251203/mailo/en/calendar/default/button_calendar_duplicate.svg");
	padding-left: 39px !important;}
}

#div_HOME_BLOCK_calendar_events .cl_home_block_middle {
	padding: 0;
}

.cl_home_events, .cl_home_todo {
	width: 100%;
}

.cl_home_events tr, .cl_home_todo tr {
	border: none;
	border-bottom: 1px solid #DEDEDE;
}

.cl_home_events th, .cl_home_todo th {
	padding: 2px 5px 2px 2px;
	font-weight: bold;
	width: 5%;
	white-space: nowrap;
}

.cl_home_events td, .cl_home_todo td {
	padding: 2px 2px 2px 5px;
}

#div_HOME_BLOCK_calendar_events .cl_home_block_middle {
	padding: 0;
}

.cl_home_events, .cl_home_todo {
	width: 100%;
}

.cl_home_events tr, .cl_home_todo tr {
	border: none;
	border-bottom: 1px solid #DEDEDE;
}

.cl_home_events th, .cl_home_todo th {
	padding: 2px 5px 2px 2px;
	font-weight: bold;
	width: 5%;
	white-space: nowrap;
}

.cl_home_events td, .cl_home_todo td {
	padding: 2px 2px 2px 5px;
}

.cl_calendar_timeline {
	position: absolute;
	height:	2px;
	display: none;
	background-image: url("https://images.mailo.com/img-20251203/mailo/en/calendar/default/timeline.png");
	background-repeat: repeat-x;
}
.cl_calendar_timeline_th {
	background-image: url("https://images.mailo.com/img-20251203/mailo/en/calendar/default/timeline_th.png");
	background-repeat: no-repeat;
}

.cl_calendar_view {
	width: 100%;
	vertical-align: top;
	table-layout:fixed;
}

.cl_calendar_view a:link, .cl_calendar_view a:visited {
	text-decoration: underline;
}

.cl_calendar_view, .cl_calendar_view .cl_calendar_view_year {
	border-left: 1px solid #DEDEDE;
	border-bottom: 1px solid #DEDEDE;
}

.cl_calendar_view td {
	background-color: #F8F8F8;	color: #6A6F73;	border-right: 1px solid #DEDEDE;
	border-top: 1px solid #DEDEDE;
	border-bottom: none;
	padding: 0;
}

.cl_calendar_view th, .cl_calendar_view_month_title {
	background-color: #F8F8F8;	color: #6A6F73;
	font-weight: bold;
	letter-spacing: 0.05em;
}
.cl_calendar_view th {
	width:35px;
	height:30px;
	padding:0px 0px;
	border-right: 1px solid #DEDEDE;
	border-top: 1px solid #DEDEDE;
	border-bottom: none;
	text-align:center;
}

.cl_calendar_view_month_title {
	width: 100%;
	text-align: center;
	height: 30px;
	line-height: 30px;
	border: 1px solid #DEDEDE;
	border-bottom: none;
}
.cl_calendar_view_month td {
	height: 75px;
}
.cl_calendar_view_year {
	border-collapse: separate;
	width: 100%;
	text-align: center;
}
.cl_calendar_view .cl_calendar_view_year td, .cl_calendar_view .cl_calendar_view_year th {
	white-space: nowrap;
	text-align: center;
	width: 30px;
	padding: 0;
}
.cl_calendar_view td.cl_calendar_today {
	background-color: #FFF;	color: #383838;}
.cl_calendar_view td.cl_calendar_today:hover {
	background-color: #F3F3F3;
	color: #525252;
}
.cl_calendar_view .cl_calendar_view_year td.cl_calendar_today {
  font-weight: bold;
}
.cl_calendar_view .cl_calendar_view_year td.cl_calendar_hasEvents {
  border: 1px solid gray;
}
.cl_calendar_view_month .cl_titlebox {
	max-height: 20px;
	padding:2px;
	line-height: 15px;
}


.cl_calendar_color div {
	width: 15px;
	height:15px;
	display: inline-block;
	cursor: pointer;
	border-style: solid;
	border-width:1px;
}
.cl_calendar_color_span {
	width:15px;
	height:15px;
	display:inline-block;
}
.cl_calendar_color_none, .cl_calendar_view td.cl_calendar_color_none {
	background-color: #F8F8F8;
	color: #333333;
}
div.cl_calendar_color_none {
	border-color: #bbbbbb;
}
.cl_calendar_color_blue, .cl_calendar_view td.cl_calendar_color_blue {
	background-color: #5484ed;
	color: #FFFFFF;
}
div.cl_calendar_color_blue {
	border-color: #5484ed;
}
.cl_calendar_color_turquoise, .cl_calendar_view td.cl_calendar_color_turquoise {
	background-color: #46d6db;
	color: #333333;
}
div.cl_calendar_color_turquoise {
	border-color: #46d6db;
}
.cl_calendar_color_green, .cl_calendar_view td.cl_calendar_color_green {
	background-color: #51b749;
	color: #FFFFFF;
}
div.cl_calendar_color_green {
	border-color: #51b749;
}
.cl_calendar_color_yellow, .cl_calendar_view td.cl_calendar_color_yellow {
	background-color: #fbd75b;
	color: #333333;
}
div.cl_calendar_color_yellow {
	border-color: #fbd75b;
}
.cl_calendar_color_orange, .cl_calendar_view td.cl_calendar_color_orange {
	background-color: #ffb878;
	color: #333333;
}
div.cl_calendar_color_orange {
	border-color: #ffb878;
}
.cl_calendar_color_red, .cl_calendar_view td.cl_calendar_color_red {
	background-color: #dc2127;
	color: #FFFFFF;
}
div.cl_calendar_color_red {
	border-color: #dc2127;
}
.cl_calendar_color_purple, .cl_calendar_view td.cl_calendar_color_purple {
	background-color: #dbadff;
	color: #333333;
}
div.cl_calendar_color_purple {
	border-color: #dbadff;
}
.cl_calendar_color .cl_calendar_color_none_selected {
	background-image: url("https://images.mailo.com/img-20251203/mailo/en/include/default/icon_selected_black.png");
	background-repeat: no-repeat;
	background-position: center center;
}
.cl_calendar_color .cl_calendar_color_selected {
	background-image: url("https://images.mailo.com/img-20251203/mailo/en/include/default/icon_selected_white.png");
	background-repeat: no-repeat;
	background-position: center center;
}
.cl_calendar_sresize {
	cursor: ns-resize;
 	height: 5px;
}
.cl_calendar_availability {
	background-image: url("https://images.mailo.com/img-20251203/mailo/en/calendar/default/button_calendars.svg");
	background-repeat: no-repeat;
	background-position: center;
	width: 30px;
	height: 30px;
}
.cl_calendar_invitation_event {
	background-image: repeating-linear-gradient(-45deg, #F3F3F3, #F3F3F3 15px, white 15px, white 30px);
}
.cl_calendar_view_month .cl_calendar_invitation_event {
	border: 1px solid #DEDEDE;
}

[data-skin="smartphone"] .ea_calendar_view_manage .cl_lst_td_contents .cl_block:empty,
[data-skin="app"] .ea_calendar_view_manage .cl_lst_td_contents .cl_block:empty {
  display: none;
}
[data-skin="smartphone"] .ea_calendar_view_manage .cl_lst_td_contents,
[data-skin="app"] .ea_calendar_view_manage .cl_lst_td_contents {
  position: relative;
  display: flex;
}
[data-skin="smartphone"] .ea_calendar_view_manage .cl_lst_td_contents label,
[data-skin="app"] .ea_calendar_view_manage .cl_lst_td_contents label {
  padding-right: 50px;
  min-height: var(--ea_button_min_height);
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding-top: 10px;
  padding-bottom: 10px;
  width: 100%;
}
[data-skin="smartphone"] .ea_calendar_view_manage .cl_block .ea_generics__buttons,
[data-skin="app"] .ea_calendar_view_manage .cl_block .ea_generics__buttons {
  position: absolute;
  right: 10px;
  top: 10px;
}


.cl_menu_chat {
	background-image: url("https://images.mailo.com/img-20251203/mailo/en/chat/default/menu_chat.svg");
	
}
#div_MENUS .cl_menu_chat {
	background-image: url("https://images.mailo.com/img-20251203/mailo/en/chat/default/menu_chat.svg");
}
#div_MENU_HEAD .cl_menu_chat {
	background-image: url("https://images.mailo.com/img-20251203/mailo/en/chat/default/menu_chat.svg");
}
#id_menu_barl .cl_menu_chat {
	background-image: url("https://images.mailo.com/img-20251203/mailo/en/chat/default/menu_chat.svg");
}
.cl_shade_white .cl_menu_chat {
	background-image: url("https://images.mailo.com/img-20251203/mailo/en/chat/default/menu_chat+white.svg");
}
#div_MENUS .cl_shade_white .cl_menu_chat {
	background-image: url("https://images.mailo.com/img-20251203/mailo/en/chat/default/menu_chat+white.svg");
}
.cl_shade_white #div_MENU_HEAD .cl_menu_chat, #id_menu_barl.cl_shade_white .cl_menu_chat {
	background-image: url("https://images.mailo.com/img-20251203/mailo/en/chat/default/menu_chat+white.svg");
}
.cl_shade_0icon .cl_menu_chat, #div_MENU .cl_shade_0icon .cl_menu_chat {
	background-image: none;
}

.cl_menu_chat_dial {
	background-image: url("https://images.mailo.com/img-20251203/mailo/en/chat/default/menu_chat_dial.svg");
	
}
#div_MENUS .cl_menu_chat_dial {
	background-image: url("https://images.mailo.com/img-20251203/mailo/en/chat/default/menu_chat_dial.svg");
}
#div_MENU_HEAD .cl_menu_chat_dial {
	background-image: url("https://images.mailo.com/img-20251203/mailo/en/chat/default/menu_chat_dial.svg");
}
#id_menu_barl .cl_menu_chat_dial {
	background-image: url("https://images.mailo.com/img-20251203/mailo/en/chat/default/menu_chat_dial.svg");
}
.cl_shade_white .cl_menu_chat_dial {
	background-image: url("https://images.mailo.com/img-20251203/mailo/en/chat/default/menu_chat_dial+white.svg");
}
#div_MENUS .cl_shade_white .cl_menu_chat_dial {
	background-image: url("https://images.mailo.com/img-20251203/mailo/en/chat/default/menu_chat_dial+white.svg");
}
.cl_shade_white #div_MENU_HEAD .cl_menu_chat_dial, #id_menu_barl.cl_shade_white .cl_menu_chat_dial {
	background-image: url("https://images.mailo.com/img-20251203/mailo/en/chat/default/menu_chat_dial+white.svg");
}
.cl_shade_0icon .cl_menu_chat_dial, #div_MENU .cl_shade_0icon .cl_menu_chat_dial {
	background-image: none;
}

.cl_menu_chat_new_dial {
	background-image: url("https://images.mailo.com/img-20251203/mailo/en/chat/default/menu_chat_new_dial.svg");
	
}
#div_MENUS .cl_menu_chat_new_dial {
	background-image: url("https://images.mailo.com/img-20251203/mailo/en/chat/default/menu_chat_new_dial.svg");
}
#div_MENU_HEAD .cl_menu_chat_new_dial {
	background-image: url("https://images.mailo.com/img-20251203/mailo/en/chat/default/menu_chat_new_dial.svg");
}
#id_menu_barl .cl_menu_chat_new_dial {
	background-image: url("https://images.mailo.com/img-20251203/mailo/en/chat/default/menu_chat_new_dial.svg");
}
.cl_shade_white .cl_menu_chat_new_dial {
	background-image: url("https://images.mailo.com/img-20251203/mailo/en/chat/default/menu_chat_new_dial+white.svg");
}
#div_MENUS .cl_shade_white .cl_menu_chat_new_dial {
	background-image: url("https://images.mailo.com/img-20251203/mailo/en/chat/default/menu_chat_new_dial+white.svg");
}
.cl_shade_white #div_MENU_HEAD .cl_menu_chat_new_dial, #id_menu_barl.cl_shade_white .cl_menu_chat_new_dial {
	background-image: url("https://images.mailo.com/img-20251203/mailo/en/chat/default/menu_chat_new_dial+white.svg");
}
.cl_shade_0icon .cl_menu_chat_new_dial, #div_MENU .cl_shade_0icon .cl_menu_chat_new_dial {
	background-image: none;
}

.cl_menu_chat_new_group {
	background-image: url("https://images.mailo.com/img-20251203/mailo/en/chat/default/menu_chat_new_group.svg");
	
}
#div_MENUS .cl_menu_chat_new_group {
	background-image: url("https://images.mailo.com/img-20251203/mailo/en/chat/default/menu_chat_new_group.svg");
}
#div_MENU_HEAD .cl_menu_chat_new_group {
	background-image: url("https://images.mailo.com/img-20251203/mailo/en/chat/default/menu_chat_new_group.svg");
}
#id_menu_barl .cl_menu_chat_new_group {
	background-image: url("https://images.mailo.com/img-20251203/mailo/en/chat/default/menu_chat_new_group.svg");
}
.cl_shade_white .cl_menu_chat_new_group {
	background-image: url("https://images.mailo.com/img-20251203/mailo/en/chat/default/menu_chat_new_group+white.svg");
}
#div_MENUS .cl_shade_white .cl_menu_chat_new_group {
	background-image: url("https://images.mailo.com/img-20251203/mailo/en/chat/default/menu_chat_new_group+white.svg");
}
.cl_shade_white #div_MENU_HEAD .cl_menu_chat_new_group, #id_menu_barl.cl_shade_white .cl_menu_chat_new_group {
	background-image: url("https://images.mailo.com/img-20251203/mailo/en/chat/default/menu_chat_new_group+white.svg");
}
.cl_shade_0icon .cl_menu_chat_new_group, #div_MENU .cl_shade_0icon .cl_menu_chat_new_group {
	background-image: none;
}

.cl_menu_chat_space_user {
	background-image: url("https://images.mailo.com/img-20251203/mailo/en/chat/default/menu_chat_space_user.svg");
	
}
#div_MENUS .cl_menu_chat_space_user {
	background-image: url("https://images.mailo.com/img-20251203/mailo/en/chat/default/menu_chat_space_user.svg");
}
#div_MENU_HEAD .cl_menu_chat_space_user {
	background-image: url("https://images.mailo.com/img-20251203/mailo/en/chat/default/menu_chat_space_user.svg");
}
#id_menu_barl .cl_menu_chat_space_user {
	background-image: url("https://images.mailo.com/img-20251203/mailo/en/chat/default/menu_chat_space_user.svg");
}
.cl_shade_white .cl_menu_chat_space_user {
	background-image: url("https://images.mailo.com/img-20251203/mailo/en/chat/default/menu_chat_space_user+white.svg");
}
#div_MENUS .cl_shade_white .cl_menu_chat_space_user {
	background-image: url("https://images.mailo.com/img-20251203/mailo/en/chat/default/menu_chat_space_user+white.svg");
}
.cl_shade_white #div_MENU_HEAD .cl_menu_chat_space_user, #id_menu_barl.cl_shade_white .cl_menu_chat_space_user {
	background-image: url("https://images.mailo.com/img-20251203/mailo/en/chat/default/menu_chat_space_user+white.svg");
}
.cl_shade_0icon .cl_menu_chat_space_user, #div_MENU .cl_shade_0icon .cl_menu_chat_space_user {
	background-image: none;
}

@media only screen and (min-width: 1300px) {
               .cl_button_chat_send {
                   background-image: url("https://images.mailo.com/img-20251203/mailo/en/chat/default/button_send.svg");
	padding-left: 39px !important;}
.cl_button_chat {
    background-image: url("https://images.mailo.com/img-20251203/mailo/en/chat/default/button_chat.svg");
	padding-left: 39px !important;}
.cl_button_chat_dial {
    background-image: url("https://images.mailo.com/img-20251203/mailo/en/chat/default/button_chat_dial.svg");
	padding-left: 39px !important;}
.cl_button_chat_meet {
    background-image: url("https://images.mailo.com/img-20251203/mailo/en/chat/default/button_chat_meet.svg");
	padding-left: 39px !important;}
}
  #id_chat_link_threads .cl_menu_in, #id_chat_link_space_dir .cl_menu_in, #id_chat_link_other_threads .cl_menu_in {
      padding-left: 0;
  }
#div_MENU #id_chat_link_space_user .cl_menu_sub, #div_MENU #id_chat_link_thread .cl_menu_sub {
    text-overflow: clip;
}
#div_MENU .cl_menu_chat, #div_MENU .cl_menu_chat_space_dir {
    background-image: none;
}
#div_MENU .cl_menu_chat_space_dir {
    margin-top: 20px;
    font-weight: bold;
    text-align: center;
}
#div_MENU #id_chat_link_thread .cl_menu_in, #div_MENU #id_chat_link_space_user .cl_menu_in {
    background-image: none;
    line-height: 10px;
    padding: 5px 10px;
}
#div_MENU #id_chat_link_threads.cl_menu:hover, #div_MENU #id_chat_link_space_dir.cl_menu:hover {
    background-color: transparent;
    cursor: auto;
}
#div_MENU #id_chat_link_threads .cl_menu_in, #div_MENU #id_chat_link_other_threads .cl_menu_in {
    text-align: center;
}
#div_MENU #id_chat_link_threads .cl_menu_in {
    font-weight: bold;
}
#div_MENU #id_chat_link_threads,
#div_MENU #id_chat_link_other_threads,
#div_MENU #id_chat_link_space_dir {
	margin-bottom:5px;
}
#div_MENU #id_chat_link_threads ~ .cl_menu_inter {
	height: 1px;
	background-color:#E7E7E7;
}
#div_MENU #id_chat_link_thread.cl_menu {
    height: 60px;
}
#div_MENU #id_chat_link_space_user.cl_menu {
    height: 60px;
}
#div_MENU #id_chat_link_thread .cl_menu_text,
#div_MENU .cl_menu .cl_menu_text {
    width: 100%;
}
#div_MENU #id_chat_link_thread {
    padding: 5px 0;
}
#div_MENU #id_chat_link_other_threads .cl_menu_text {
    color: #888888;
}
.cl_chat_menu_info {
    font-style: italic;
    width: 100px;
    overflow: hidden;
    text-overflow: ellipsis;
}
#div_threads_contact {
    min-height: 50px; 
}
.ea_fragments__thread__chat_contact {
    padding: 0 10px;
    font-weight: bold;
}
.cl_chat_msgs_in {
    width: 100%;
    padding-left: 15px;
    padding-right: 15px;
    padding-bottom: 15px;
}
.cl_chat_msgs_in .ea_fragments__contact_img img {
    width: 30px;
}
.cl_chat_msgs_in .ea_fragments__contact_img .cl_chat_status {
    display: none;
}
.cl_chat_msgs_in .cl_threads_contact_from {
    font-size: 10px;
    font-weight: bold;
}
.cl_chat_msg_first {
    display: inline-block;
}
.cl_chat_msg_date/*, .cl_chat_dial_directory*/ {
    font-weight: bold;
    text-align: center;
    margin-bottom: 20px;
}
.cl_chat_msg_date_txt/*, .cl_chat_dial_directory span */{
    margin: 10px 0px;
}
.ea_fragments__thread_dial__chat_msg time, .cl_chat_msg_meet_done time {
    font-size: 9px;
    float: right;
    	padding-left:10px;
}
.cl_chat_msg_self {
    text-align: right;
}
.ea_fragments__thread_dial__chat_msg, .cl_chat_msg_meet, .cl_chat_msg_meet_cancel, .cl_chat_msg_meet_done, .cl_chat_msg_meeting {
    max-width: 550px;
    margin: 1px 0;
    border-radius: 10px;
    padding: 7px 10px;
    overflow-wrap: break-word;
    display: inline-block;
    line-height: 18px;
    background-color: #EAEAEA;
    color: #333333;
}
.cl_chat_msg_meet {
    border: 1px solid orange;
}
.cl_chat_msg_meet_cancel {
    border: 1px solid red;
}
.cl_chat_msg_meet_done {
    border: 1px solid green;
}
.cl_chat_msg_meeting {
    border: 1px solid blue;
    cursor: pointer;
}
.cl_chat_msg_self .ea_fragments__thread_dial__chat_msg {
    background-color: #F2F2F2;
    text-align: left;
}
.cl_threads_list .cl_box_inter {
    margin: 0;
}
.ea_fragments__thread__threads_contact {
    display: inline-block;
    width: 100%;
}
.ea_fragments__thread__threads_contact figure {
    margin: 0;
}
.cl_threads_contact_name {
    width: calc(90% - 50px);
}
#div_IN_TOP .cl_threads_contact_name {
    width: calc(76% - 40px);
}
#div_MENU_TOP .cl_threads_contact_name {
    letter-spacing: 0;
}
@media only screen and (max-width: 599px) {
    .cl_threads_list_optional {
        display: none;
    }
}
.ea_fragments__threads_rte {
    display: inline-block;
    width: 100%;
}
.cl_threads_msgs_last {
    width: 90%;
    overflow: hidden;
    text-overflow: ellipsis;
    padding: 5px 10px;
    color: #888888;
}
#div_MENU_TOP .cl_threads_msgs_last {
    width: 90%;
}
.cl_threads_msgs_infos {
    width: 10%;
    text-align: right;
}
.cl_threads_msgs_new {
    background-color: #e6292a;
    font-size: 10px;
    font-weight: bold;
    color: #FFF;
    height: 20px;
    line-height: 20px;
    width: 20px;
    border-radius: 20px;
    text-align: center;
}
#id_meet_chat {
    display: none;
}
.cl_video_att {
    background-color: #333;
    width: 100%;
}
#id_video_connect:hover #id_video_ctrl {
    display: block;
}
.cl_chat_status {
    z-index: 5;
}
.cl_chat_status {
    margin: 29px 0 0 -11px;
}
#id_chat_dial_contacts #div_emails_selector {
    margin-top: 10px;
}
#id_chat_dial_contacts #div_emails_selector div {
    display: inline-block;
}
.cl_chat_directories {
    display: inline-flex;
}
.cl_chat_directory {
    margin: 10px 5px;
}
.cl_threads_list .cl_hr/*, .cl_chat_dial_contacts .cl_hr*/ {
    border-color: #EAEEED;
    margin: 0;
}
.cl_chat_dial_checkbox {
    width: 10%;
    text-align:right;
}
.cl_chat_dial_unchecked, .cl_chat_dial_checked {
    border: 1px solid #999;
    border-radius: 20px;
    width: 20px;
    height: 20px;
}
.cl_chat_dial_unchecked {
    background-color: transparent;
}
.cl_chat_dial_checked {
    background-color: #999;
}
.cl_chat_dial_emails {
    color: #888888;
    padding: 0 10px;
    overflow: hidden;
    text-overflow: ellipsis;
}
.cl_chat_dial_emails .ea_fragments__thread__chat_contact {
    font-weight: normal;
    padding: 0;
}
.cl_link_dial {
    margin-top: 2px;
    padding: 10px 18px;
    font-weight: normal;
    font-size: 13px;
}
.cl_link_dial li {
    padding-left: 36px;
}
@media only screen and (max-width: 599px) {
    .cl_meet_video {
        height: auto;
    }
    .cl_meet_video_perso {
        bottom: 0;
        left: initial;
        right: 20px;
        width: 40%;
    }
}
.cl_threads_contact_img {
	width: 40px;
}
.cl_threads_contact_img img {
	width: 40px;
	border-radius: 50%;
}
.cl_chat_contact {
	padding: 0 10px 5px;
    font-weight: bold;
	text-overflow: ellipsis;
	overflow: hidden;
	line-height: 1;
}
.cl_threads_contact {
	display: inline-block;
	width: 100%;
}

.cl_menu_dashboard {
	background-image: url("https://images.mailo.com/img-20251203/mailo/en/dash/default/menu_dashboard.svg");
	
}
#div_MENUS .cl_menu_dashboard {
	background-image: url("https://images.mailo.com/img-20251203/mailo/en/dash/default/menu_dashboard.svg");
}
#div_MENU_HEAD .cl_menu_dashboard {
	background-image: url("https://images.mailo.com/img-20251203/mailo/en/dash/default/menu_dashboard.svg");
}
#id_menu_barl .cl_menu_dashboard {
	background-image: url("https://images.mailo.com/img-20251203/mailo/en/dash/default/menu_dashboard.svg");
}
.cl_shade_white .cl_menu_dashboard {
	background-image: url("https://images.mailo.com/img-20251203/mailo/en/dash/default/menu_dashboard+white.svg");
}
#div_MENUS .cl_shade_white .cl_menu_dashboard {
	background-image: url("https://images.mailo.com/img-20251203/mailo/en/dash/default/menu_dashboard+white.svg");
}
.cl_shade_white #div_MENU_HEAD .cl_menu_dashboard, #id_menu_barl.cl_shade_white .cl_menu_dashboard {
	background-image: url("https://images.mailo.com/img-20251203/mailo/en/dash/default/menu_dashboard+white.svg");
}
.cl_shade_0icon .cl_menu_dashboard, #div_MENU .cl_shade_0icon .cl_menu_dashboard {
	background-image: none;
}

#div_DASH_PAGE #div_IN, #div_DASH_PAGE #div_MAIN {
	background-color: #F2F8FC;
	border: 0 none;
}
#div_DASH_PAGE #div_MENUS {
	display: none;
}
.cl_widget_notice_priority {
	background-color: #FF4B61;
	color: #FFFFFF;
}
.cl_menu_in.cl_menu_dashboard.cl_dash_notices {
	background-image: url("https://images.mailo.com/img-20251203/mailo/en/dash/default/menu_dashboard_notice.svg");
}
.cl_shade_white .cl_menu_in.cl_menu_dashboard.cl_dash_notices {
	background-image: url("https://images.mailo.com/img-20251203/mailo/en/dash/default/menu_dashboard_notice+white.svg");
}
.cl_dashboard {
	width:100%;
}
.cl_dashboard_in {
	display:inline-block;
	overflow:hidden;
	scroll-behavior:smooth;
	white-space:nowrap;
}
.cl_dashboard_prev, .cl_dashboard_next {
	display:inline-block;
	visibility: hidden;
	min-width: 60px;
	width: 60px;
	height: 60px;
}
.cl_dashboard_prev img, .cl_dashboard_next img {
	cursor:pointer;
	position:fixed;
	bottom:50%;
	width:60px;
	height:60px;
}
.cl_dashboard_prev img {
	left:5px;
}
.cl_dashboard_next img {
	right:5px;
}
.cl_dashboard_new {
	position: fixed;
	right: 30px;
	bottom: 30px;
	cursor: pointer;
}
.cl_dashboard_new .cl_contextmenu {
	margin: 30px 10px;
}
.cl_dashboard_zone {
	display:inline-block;
	white-space:normal;
	margin-top:12px;
	margin-left:10px;
	margin-right:10px;
	vertical-align: top;
	min-width: 350px;
	max-width: 450px;
}
.cl_dashboard_zone_empty {
	border-width: 1px;
	border-style: dotted;
	border-color: #9B9B9B;
}
.cl_dashboard_zone_del {
	background-image: url("https://images.mailo.com/img-20251203/mailo/en/dash/default/icon_column_delete.svg");
	background-repeat: no-repeat;
	background-position: center center;
	width: 40px;
	height: 40px;
	float: right;
	cursor: pointer;
}
.cl_widget {
	margin-bottom:20px;
	background-color: #FFF;
	vertical-align: top;
	width: 100%;
	border-width: 5px 1px 1px 1px;
	border-style: solid;
	border-color: #DEDEDE;
	box-shadow: -2px 2px 2px 0 rgba(0,0,0,.05), 2px 0 2px 0 rgba(0,0,0,.05);
	border-radius: 0 0 10px 10px;
}

.cl_widget_ads {
	background-color:transparent;
	text-align:center;
	border:none;
	box-shadow:none;
}

.cl_widget.cl_widget_ads iframe {
	width:auto;
}
.cl_widget_empty {
	background-color: transparent;
	border: none;
	min-height: 100px;
	height: 100px;
}
.cl_widget_top {
	padding: 15px 0;
	border-width: 0 0 1px 0;
	border-style: solid;
	border-color: #DEDEDE;
}
.cl_widget_icon {
	width: 46px;
	vertical-align: middle;
	display: inline-block;
	padding-left: 16px;
}
.cl_widget_title {
	width: calc(100% - 82px);
	vertical-align: middle;
	display: inline-block;
	font-weight: bold;
	font-size: 14px;
	color: #000000;
}
.cl_widget_menu {
	width: 36px;
	vertical-align: middle;
	text-align: left;
	display: inline-block;
	cursor: pointer;
}
.cl_widget_params {
	display: none;
	padding: 5px;
}
.cl_widget_bottom {
	border-width: 1px 0 0 0;
	border-style: solid;
	border-color: #DEDEDE;
	text-align: center;
	height: 50px;
	padding: 10px;
}
.cl_widget iframe {
	width: 100%;
	border: none;
}
.cl_widget iframe p {
	padding: 0 10px;
}
.cl_widget .cl_hr {
	border-color: #DEDEDE;
}
.cl_widget .cl_lst {
	border:none;
}
.cl_widget_drag_test {
	opacity:0.20;
	background-color:#000000;
	margin-bottom:10px;
}
.cl_widget_bank {
	position:fixed;
	background-image: url("https://images.mailo.com/img-20251203/mailo/en/include/default/px.gif");
	background-repeat: no-repeat;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 200;
	display: none;
	visibility: hidden;
}
.cl_widget_bank_bkg {
	background-color: #000000;
	opacity: 0.5;
	width: 100%;
	height: 100%;
	position: inherit;
}
.cl_widget_bank_main {
	position: inherit;
	left: 25%;
	top: 12.5%;
	height: 75%;
	width: 50%;
	min-width: 750px;
	overflow-x:hidden;
	overflow-y:auto;
	background-color: #FFF;
	color: #6A6A6A;
}
.cl_widget_bank_title {
	margin: 0 auto;
	display: inline-block;
	width: 100%;
}
.cl_widget_bank_title h3 {
	text-align: center;
}
.cl_widget_bank_close {
	position: absolute;
	display:inline-block;
	right: 10px;
	top: 10px;
	cursor: pointer;
}
.cl_widget_bank_in {
	margin: 20px 30px;
	padding: 0;
	border: 0 none;
	vertical-align: top;
}
.cl_widget_bank_widget {
	margin: 0 5px 10px;
	display: inline-block;
	cursor: pointer;
	width: 350px;
	min-height: 100px;
	vertical-align: top;
	border-width: 5px 1px 1px 1px;
	border-style: solid;
	border-color: #DEDEDE;
}
.cl_widget_contents {
	width: 100%;
}
.cl_widget_contents p, 
.cl_widget_contents ul {
	margin-top: 0;
	margin-bottom: 0;
	padding: 15px 16px;
	display: block;
}
.cl_widget_contents ul ul {
	margin-left: 0;
	padding-top: 5px;
}

.cl_widget_contents p + p,
.cl_widget_contents p + ul,
.cl_widget_contents ul + p,
.cl_widget_contents ul + ul,
.cl_widget_contents .ea_generics__notice + p,
.cl_widget_contents .ea_generics__notice + ul {
	padding-top: 0;
}

.cl_widget_contents .ea_generics__notice {
	margin-bottom: 15px;
	margin-left: 16px;
	margin-right: 16px;
}

.cl_widget_contents .cl_click > a {
	display: block;
}

.cl_widget_contents .cl_hr {
	margin: 0;
	height: 0;
}
.cl_widget_contents_title {
	margin: 0 0 5px 0;
	font-weight: bold;
}
.cl_widget_contents .cl_newgauge_container, .cl_widget_contents .cl_newgauge_percent {
	margin-top: -7px;
}
.cl_widget_contents .cl_newgauge_container {
	margin-left: 16px;
}
.cl_widget_note {
	background-color: #FFE592;
	box-shadow: 0 2px 2px 0 rgba(0,0,0,.05);
	margin: 16px;
	cursor: pointer;
}
.cl_widget_note:hover {
	background-color: #E8D085;
}
.cl_widget_note_title {
	font-weight: bold;
	padding: 8px;
	color: #6a6a6a;
}
.cl_widget_note_text {
	padding: 0 8px 8px;
	color: #6a6a6a;
}
.cl_widget_contents .cl_msgs_widget {
	padding: 5px 16px;
	border-top: 1px solid #DEDEDE;
	border-bottom: none;
}
.cl_widget_notices {
}
.cl_widget_notice {
	display: block;
	padding: 10px 16px 10px 50px;
	background-position: 16px center;
	background-repeat: no-repeat;
}
.cl_widget_notice_main {
	display: inline-block;
	width: calc(100% - 20px);
}
.cl_widget_notice_title {
	font-weight: bold;
}
.cl_widget_notice_link {
}
.cl_widget_notice_link:hover {
	color: #525252;
}
.cl_widget_notice_close {
	vertical-align: top;
	float: right;
	cursor: pointer;
	display: none;
	visibility: hidden;
}
.cl_widget_rss_feed_image {
	vertical-align: middle;
	display: inline-block;
}
.cl_widget_rss_feed_title {
	vertical-align: middle;
	display: inline-block;
	width: 100%;
	font-weight: bold;
}
.cl_widget_rss_feed_desc {
	font-size: 12px;
}
.cl_widget_rss_items li {
	padding-left: 4px;
	padding-bottom: 4px;
	list-style-image: initial;
}
.cl_widget_rss_items p {
	padding: 10px 0;
}
.cl_widget_rss_items img {
	max-width: 300px;
	height:auto;
	padding-left: 0;
}
.cl_widget_rss_more_toggle {
	text-align: right;
	list-style-image: none;
	display: inline-block;
	width: calc(100% - 2px);
}
.cl_widget_rss_more_toggle img {
	cursor: pointer;
}
.cl_widget_rss_item_title {
	width: calc(100% - 22px);
	display: inline-block;
	vertical-align: top;
	font-weight: bold;
}
.cl_widget_rss_item_icons {
	vertical-align: top;
	display: inline-block;
	margin-top: -2px;
}
.cl_widget_rss_item_desc {
	margin-top: 5px;
	font-size: 12px;
}
.cl_widget_events, .cl_widget_todos {
	width: 100%;
}
.cl_widget_event, .cl_widget_todo {
	cursor:pointer;
	border: none;
	padding: 15px 16px;
}
@media only screen and (max-width: 599px) {
.cl_dashboard_prev, .cl_dashboard_next, .cl_dashboard_prev img, .cl_dashboard_next img {
	position: fixed;
	bottom: 10px;
	height: 45px;
	min-width: 0;
	width: 45px;
	z-index: 2;
}
.cl_dashboard_prev, .cl_dashboard_prev img {
	left: 10px;
}
.cl_dashboard_next, .cl_dashboard_next img {
	right: 10px;
}
.cl_dashboard_new {
	right: calc((100vw - 45px) / 2);
	bottom: 10px;
	z-index: 2;
}
.cl_dashboard_new .cl_contextmenu {
	margin: 0;
}
#div_DASH_PAGE .cl_button_bar {
	height: 65px;
	z-index: 1;
}
.cl_dashboard_zone {
	margin-left: 0;
	margin-right: 0;
	max-width: 100vw;
}
.cl_widget {
	border-radius: 0;
	box-shadow: none;
}
.cl_widget_bank_main {
	position: relative;
	left: 0px;
	top: 0px;
	width: 100%;
	min-width: auto;
	height: auto;
}
.cl_widget_bank_in {
	margin: 20px 5px;
}
}

.cl_menu_docs {
	background-image: url("https://images.mailo.com/img-20251203/mailo/en/docs/default/menu_docs.svg");
	
}
#div_MENUS .cl_menu_docs {
	background-image: url("https://images.mailo.com/img-20251203/mailo/en/docs/default/menu_docs.svg");
}
#div_MENU_HEAD .cl_menu_docs {
	background-image: url("https://images.mailo.com/img-20251203/mailo/en/docs/default/menu_docs.svg");
}
#id_menu_barl .cl_menu_docs {
	background-image: url("https://images.mailo.com/img-20251203/mailo/en/docs/default/menu_docs.svg");
}
.cl_shade_white .cl_menu_docs {
	background-image: url("https://images.mailo.com/img-20251203/mailo/en/docs/default/menu_docs+white.svg");
}
#div_MENUS .cl_shade_white .cl_menu_docs {
	background-image: url("https://images.mailo.com/img-20251203/mailo/en/docs/default/menu_docs+white.svg");
}
.cl_shade_white #div_MENU_HEAD .cl_menu_docs, #id_menu_barl.cl_shade_white .cl_menu_docs {
	background-image: url("https://images.mailo.com/img-20251203/mailo/en/docs/default/menu_docs+white.svg");
}
.cl_shade_0icon .cl_menu_docs, #div_MENU .cl_shade_0icon .cl_menu_docs {
	background-image: none;
}

.cl_menu_docs_new {
	background-image: url("https://images.mailo.com/img-20251203/mailo/en/docs/default/menu_docs_new.svg");
	
}
#div_MENUS .cl_menu_docs_new {
	background-image: url("https://images.mailo.com/img-20251203/mailo/en/docs/default/menu_docs_new.svg");
}
#div_MENU_HEAD .cl_menu_docs_new {
	background-image: url("https://images.mailo.com/img-20251203/mailo/en/docs/default/menu_docs_new.svg");
}
#id_menu_barl .cl_menu_docs_new {
	background-image: url("https://images.mailo.com/img-20251203/mailo/en/docs/default/menu_docs_new.svg");
}
.cl_shade_white .cl_menu_docs_new {
	background-image: url("https://images.mailo.com/img-20251203/mailo/en/docs/default/menu_docs_new+white.svg");
}
#div_MENUS .cl_shade_white .cl_menu_docs_new {
	background-image: url("https://images.mailo.com/img-20251203/mailo/en/docs/default/menu_docs_new+white.svg");
}
.cl_shade_white #div_MENU_HEAD .cl_menu_docs_new, #id_menu_barl.cl_shade_white .cl_menu_docs_new {
	background-image: url("https://images.mailo.com/img-20251203/mailo/en/docs/default/menu_docs_new+white.svg");
}
.cl_shade_0icon .cl_menu_docs_new, #div_MENU .cl_shade_0icon .cl_menu_docs_new {
	background-image: none;
}

.cl_menu_docs_import_docs {
	background-image: url("https://images.mailo.com/img-20251203/mailo/en/docs/default/menu_docs_import_docs.svg");
	
}
#div_MENUS .cl_menu_docs_import_docs {
	background-image: url("https://images.mailo.com/img-20251203/mailo/en/docs/default/menu_docs_import_docs.svg");
}
#div_MENU_HEAD .cl_menu_docs_import_docs {
	background-image: url("https://images.mailo.com/img-20251203/mailo/en/docs/default/menu_docs_import_docs.svg");
}
#id_menu_barl .cl_menu_docs_import_docs {
	background-image: url("https://images.mailo.com/img-20251203/mailo/en/docs/default/menu_docs_import_docs.svg");
}
.cl_shade_white .cl_menu_docs_import_docs {
	background-image: url("https://images.mailo.com/img-20251203/mailo/en/docs/default/menu_docs_import_docs+white.svg");
}
#div_MENUS .cl_shade_white .cl_menu_docs_import_docs {
	background-image: url("https://images.mailo.com/img-20251203/mailo/en/docs/default/menu_docs_import_docs+white.svg");
}
.cl_shade_white #div_MENU_HEAD .cl_menu_docs_import_docs, #id_menu_barl.cl_shade_white .cl_menu_docs_import_docs {
	background-image: url("https://images.mailo.com/img-20251203/mailo/en/docs/default/menu_docs_import_docs+white.svg");
}
.cl_shade_0icon .cl_menu_docs_import_docs, #div_MENU .cl_shade_0icon .cl_menu_docs_import_docs {
	background-image: none;
}

.cl_menu_docs_import_dir {
	background-image: url("https://images.mailo.com/img-20251203/mailo/en/docs/default/menu_docs_import_dir.svg");
	
}
#div_MENUS .cl_menu_docs_import_dir {
	background-image: url("https://images.mailo.com/img-20251203/mailo/en/docs/default/menu_docs_import_dir.svg");
}
#div_MENU_HEAD .cl_menu_docs_import_dir {
	background-image: url("https://images.mailo.com/img-20251203/mailo/en/docs/default/menu_docs_import_dir.svg");
}
#id_menu_barl .cl_menu_docs_import_dir {
	background-image: url("https://images.mailo.com/img-20251203/mailo/en/docs/default/menu_docs_import_dir.svg");
}
.cl_shade_white .cl_menu_docs_import_dir {
	background-image: url("https://images.mailo.com/img-20251203/mailo/en/docs/default/menu_docs_import_dir+white.svg");
}
#div_MENUS .cl_shade_white .cl_menu_docs_import_dir {
	background-image: url("https://images.mailo.com/img-20251203/mailo/en/docs/default/menu_docs_import_dir+white.svg");
}
.cl_shade_white #div_MENU_HEAD .cl_menu_docs_import_dir, #id_menu_barl.cl_shade_white .cl_menu_docs_import_dir {
	background-image: url("https://images.mailo.com/img-20251203/mailo/en/docs/default/menu_docs_import_dir+white.svg");
}
.cl_shade_0icon .cl_menu_docs_import_dir, #div_MENU .cl_shade_0icon .cl_menu_docs_import_dir {
	background-image: none;
}

.cl_menu_docs_new_dir {
	background-image: url("https://images.mailo.com/img-20251203/mailo/en/docs/default/menu_docs_new_dir.svg");
	
}
#div_MENUS .cl_menu_docs_new_dir {
	background-image: url("https://images.mailo.com/img-20251203/mailo/en/docs/default/menu_docs_new_dir.svg");
}
#div_MENU_HEAD .cl_menu_docs_new_dir {
	background-image: url("https://images.mailo.com/img-20251203/mailo/en/docs/default/menu_docs_new_dir.svg");
}
#id_menu_barl .cl_menu_docs_new_dir {
	background-image: url("https://images.mailo.com/img-20251203/mailo/en/docs/default/menu_docs_new_dir.svg");
}
.cl_shade_white .cl_menu_docs_new_dir {
	background-image: url("https://images.mailo.com/img-20251203/mailo/en/docs/default/menu_docs_new_dir+white.svg");
}
#div_MENUS .cl_shade_white .cl_menu_docs_new_dir {
	background-image: url("https://images.mailo.com/img-20251203/mailo/en/docs/default/menu_docs_new_dir+white.svg");
}
.cl_shade_white #div_MENU_HEAD .cl_menu_docs_new_dir, #id_menu_barl.cl_shade_white .cl_menu_docs_new_dir {
	background-image: url("https://images.mailo.com/img-20251203/mailo/en/docs/default/menu_docs_new_dir+white.svg");
}
.cl_shade_0icon .cl_menu_docs_new_dir, #div_MENU .cl_shade_0icon .cl_menu_docs_new_dir {
	background-image: none;
}

.cl_menu_docs_new_office {
	background-image: url("https://images.mailo.com/img-20251203/mailo/en/docs/default/menu_docs_new_office.svg");
	
}
#div_MENUS .cl_menu_docs_new_office {
	background-image: url("https://images.mailo.com/img-20251203/mailo/en/docs/default/menu_docs_new_office.svg");
}
#div_MENU_HEAD .cl_menu_docs_new_office {
	background-image: url("https://images.mailo.com/img-20251203/mailo/en/docs/default/menu_docs_new_office.svg");
}
#id_menu_barl .cl_menu_docs_new_office {
	background-image: url("https://images.mailo.com/img-20251203/mailo/en/docs/default/menu_docs_new_office.svg");
}
.cl_shade_white .cl_menu_docs_new_office {
	background-image: url("https://images.mailo.com/img-20251203/mailo/en/docs/default/menu_docs_new_office+white.svg");
}
#div_MENUS .cl_shade_white .cl_menu_docs_new_office {
	background-image: url("https://images.mailo.com/img-20251203/mailo/en/docs/default/menu_docs_new_office+white.svg");
}
.cl_shade_white #div_MENU_HEAD .cl_menu_docs_new_office, #id_menu_barl.cl_shade_white .cl_menu_docs_new_office {
	background-image: url("https://images.mailo.com/img-20251203/mailo/en/docs/default/menu_docs_new_office+white.svg");
}
.cl_shade_0icon .cl_menu_docs_new_office, #div_MENU .cl_shade_0icon .cl_menu_docs_new_office {
	background-image: none;
}

.cl_menu_docs_root {
	background-image: url("https://images.mailo.com/img-20251203/mailo/en/docs/default/menu_cloud_root.svg");
	
}
#div_MENUS .cl_menu_docs_root {
	background-image: url("https://images.mailo.com/img-20251203/mailo/en/docs/default/menu_cloud_root.svg");
}
#div_MENU_HEAD .cl_menu_docs_root {
	background-image: url("https://images.mailo.com/img-20251203/mailo/en/docs/default/menu_cloud_root.svg");
}
#id_menu_barl .cl_menu_docs_root {
	background-image: url("https://images.mailo.com/img-20251203/mailo/en/docs/default/menu_cloud_root.svg");
}
.cl_shade_white .cl_menu_docs_root {
	background-image: url("https://images.mailo.com/img-20251203/mailo/en/docs/default/menu_cloud_root+white.svg");
}
#div_MENUS .cl_shade_white .cl_menu_docs_root {
	background-image: url("https://images.mailo.com/img-20251203/mailo/en/docs/default/menu_cloud_root+white.svg");
}
.cl_shade_white #div_MENU_HEAD .cl_menu_docs_root, #id_menu_barl.cl_shade_white .cl_menu_docs_root {
	background-image: url("https://images.mailo.com/img-20251203/mailo/en/docs/default/menu_cloud_root+white.svg");
}
.cl_shade_0icon .cl_menu_docs_root, #div_MENU .cl_shade_0icon .cl_menu_docs_root {
	background-image: none;
}

.cl_menu_docs_dirs {
	background-image: url("https://images.mailo.com/img-20251203/mailo/en/docs/default/menu_docs_dirs.svg");
	
}
#div_MENUS .cl_menu_docs_dirs {
	background-image: url("https://images.mailo.com/img-20251203/mailo/en/docs/default/menu_docs_dirs.svg");
}
#div_MENU_HEAD .cl_menu_docs_dirs {
	background-image: url("https://images.mailo.com/img-20251203/mailo/en/docs/default/menu_docs_dirs.svg");
}
#id_menu_barl .cl_menu_docs_dirs {
	background-image: url("https://images.mailo.com/img-20251203/mailo/en/docs/default/menu_docs_dirs.svg");
}
.cl_shade_white .cl_menu_docs_dirs {
	background-image: url("https://images.mailo.com/img-20251203/mailo/en/docs/default/menu_docs_dirs+white.svg");
}
#div_MENUS .cl_shade_white .cl_menu_docs_dirs {
	background-image: url("https://images.mailo.com/img-20251203/mailo/en/docs/default/menu_docs_dirs+white.svg");
}
.cl_shade_white #div_MENU_HEAD .cl_menu_docs_dirs, #id_menu_barl.cl_shade_white .cl_menu_docs_dirs {
	background-image: url("https://images.mailo.com/img-20251203/mailo/en/docs/default/menu_docs_dirs+white.svg");
}
.cl_shade_0icon .cl_menu_docs_dirs, #div_MENU .cl_shade_0icon .cl_menu_docs_dirs {
	background-image: none;
}

.cl_menu_albums {
	background-image: url("https://images.mailo.com/img-20251203/mailo/en/docs/default/menu_albums.svg");
	
}
#div_MENUS .cl_menu_albums {
	background-image: url("https://images.mailo.com/img-20251203/mailo/en/docs/default/menu_albums.svg");
}
#div_MENU_HEAD .cl_menu_albums {
	background-image: url("https://images.mailo.com/img-20251203/mailo/en/docs/default/menu_albums.svg");
}
#id_menu_barl .cl_menu_albums {
	background-image: url("https://images.mailo.com/img-20251203/mailo/en/docs/default/menu_albums.svg");
}
.cl_shade_white .cl_menu_albums {
	background-image: url("https://images.mailo.com/img-20251203/mailo/en/docs/default/menu_albums+white.svg");
}
#div_MENUS .cl_shade_white .cl_menu_albums {
	background-image: url("https://images.mailo.com/img-20251203/mailo/en/docs/default/menu_albums+white.svg");
}
.cl_shade_white #div_MENU_HEAD .cl_menu_albums, #id_menu_barl.cl_shade_white .cl_menu_albums {
	background-image: url("https://images.mailo.com/img-20251203/mailo/en/docs/default/menu_albums+white.svg");
}
.cl_shade_0icon .cl_menu_albums, #div_MENU .cl_shade_0icon .cl_menu_albums {
	background-image: none;
}


.cl_DOCS_path {
	width: 100%;
	border-bottom: 1px solid #DEDEDE;
}
.cl_DOCS_path td {
	padding:10px 18px;
}

.cl_DOCS_LIST_ICON li {
	list-style-type: none;
}

.cl_DOCS_LIST_XICON li {
	list-style-type: none;
}

.cl_DOCS_LIST_XICON {
	padding: 10px;
	text-align: center;
	display: inline-block;
	width: 200px;
}

@media only screen and (min-width: 1300px) {
.cl_button_docs_new {
	background-image: url("https://images.mailo.com/img-20251203/mailo/en/docs/default/button_doc_new.svg");
	padding-left: 39px !important;}
.cl_button_docs_dir_new {
	background-image: url("https://images.mailo.com/img-20251203/mailo/en/docs/default/button_dir_new.svg");
	padding-left: 39px !important;}
.cl_button_docs_move {
	background-image: url("https://images.mailo.com/img-20251203/mailo/en/docs/default/button_doc_move.svg");
	padding-left: 39px !important;}
.cl_button_docs_slideshow {
	background-image: url("https://images.mailo.com/img-20251203/mailo/en/docs/default/button_slideshow.svg");
	padding-left: 39px !important;}
.cl_button_docs_properties {
	background-image: url("https://images.mailo.com/img-20251203/mailo/en/docs/default/button_doc_properties.svg");
	padding-left: 39px !important;}
.cl_button_docs_download {
	background-image: url("https://images.mailo.com/img-20251203/mailo/en/include/default/button_download.svg");
	padding-left: 39px !important;}
.cl_button_docs_onlyoffice {
	background-image: url("https://images.mailo.com/img-20251203/mailo/en/docs/default/button_onlyoffice.svg");
	padding-left: 39px !important;}
.cl_button_office_new {
	background-image: url("https://images.mailo.com/img-20251203/mailo/en/docs/default/button_office_new.svg");
	padding-left: 39px !important;}
}

.cl_doc_selected {
	background-color: #FF0000;
}

.cl_doc_notselected {
	background-color: #FFF;
	color: #545454;
}

.cl_docs_list_icons {
	padding: 10px;
	columns: auto 300px;
	-webkit-columns: auto 300px;
	-moz-columns: auto 300px;
}
.cl_docs_list_icon {
	display: block;
	width: 300px;
	overflow-wrap: break-word;
	margin: 2px 0;
	white-space: nowrap;
}
.cl_docs_list_icon_span {
	max-width: 242px;
	padding-left: 3px;
	text-overflow: ellipsis;
	overflow: hidden;
}
.cl_docs_album_image {
	height: 150px;
}

.cl_docs_album_dir {
	height: 150px;
}

.cl_docs_album_album {
	height: 150px;
}

.cl_docs_album_, .cl_docs_album_image {
	display: inline-block;
	margin: 5px;
	cursor: pointer;
	vertical-align: top;
	text-align: center;
}

.cl_docs_album_dir, .cl_docs_album_album {
	text-align: center;
	background-repeat: no-repeat;
	background-position: center center;
}

#id_docs_preview {
	position: fixed;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	z-index: 200;
	display: none;
	visibility: hidden;
	background-image: url("https://images.mailo.com/img-20251203/mailo/en/include/default/px.gif");
	background-repeat: no-repeat;
}
#id_docs_preview_in {
	position: fixed;
	left: 10%;
	top: 10%;
	width: 80%;
	height: 80%;
	background-color: #666666;
	z-index: 1000;
	text-align: center;
	color: #FFFFFF;
	font-size: 20px;
	font-weight: bold;
}
#id_docs_preview_image {
	position: relative;
	top: 10%;
	height: 80%;
}
.cl_docs_preview_previous {
	position: absolute;
	top: 45%;
	left: 10px;
	cursor: pointer;
}
.cl_docs_preview_next {
	position: absolute;
	top: 45%;
	right: 10px;
	cursor: pointer;
}
.cl_docs_preview_close {
	position: absolute;
	top: 10px;
	right: 10px;
	cursor: pointer;
}
.cl_docs_preview_cmds {
	position: absolute;
	left: 0;
	bottom: 5px;
	width: 100%;
}
#id_docs_slide {
	position: fixed;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background-color: #000000;
	z-index: 1000;
	display: none;
	overflow: hidden;
	text-align: center;
	vertical-align: middle;
}
#id_docs_slide_image {
	position: relative;
	top: 5%;
	height: 90%;
}
#id_docs_slide_panel {
	position: absolute;
	display: none;
	position: fixed;
	bottom:	5%;
	white-space: nowrap;
	color: #FFFFFF;
	font-size: 12px;
	font-weight: bold;
	background-color: #000000;
	width: 100%;
	opacity: 0.5;
}
#id_docs_slide_caption {
	position:fixed;
	bottom:10px;
	color:white;
	width:100%;
	text-align:center;
	font-weight:bold;
}
.cl_docs_slide_label {
	cursor:pointer;
}
.cl_docs_slide_previous {
	background-image: url("https://images.mailo.com/img-20251203/mailo/en/docs/default/slide_previous.svg");
	background-repeat: no-repeat;
	background-position: center center;
	height: 32px;
	width: 32px;
	display: inline-block;
	cursor: pointer;
	opacity: 1;
	vertical-align: middle;
}
.cl_docs_slide_next {
	background-image: url("https://images.mailo.com/img-20251203/mailo/en/docs/default/slide_next.svg");
	background-repeat: no-repeat;
	background-position: center center;
	height: 32px;
	width: 32px;
	display: inline-block;
	cursor: pointer;
	opacity: 1;
	vertical-align: middle;
}
#id_docs_slide_play {
	background-image: url("https://images.mailo.com/img-20251203/mailo/en/docs/default/slide_play.svg");
	background-repeat: no-repeat;
	background-position: center center;
	height: 32px;
	width: 32px;
	cursor: pointer;
	vertical-align: middle;
}
#id_docs_slide_pause {
	background-image: url("https://images.mailo.com/img-20251203/mailo/en/docs/default/slide_pause.svg");
	background-repeat: no-repeat;
	background-position: center center;
	height: 32px;
	width: 32px;
	cursor: pointer;
	vertical-align: middle;
}
.cl_docs_slide_close {
	background-image: url("https://images.mailo.com/img-20251203/mailo/en/docs/default/slide_close.svg");
	background-repeat: no-repeat;
	background-position: center center;
	height: 32px;
	width: 32px;
	cursor: pointer;
	vertical-align: middle;
	display: inline-block;
}
.cl_docs_slide_nb_left {
	background-image: url("https://images.mailo.com/img-20251203/mailo/en/docs/default/slide_nb_left.png");
	height: 32px;
	width: 5px;
	display: inline-block;
	vertical-align: middle;
}
#id_docs_slide_nb {
	background-image: url("https://images.mailo.com/img-20251203/mailo/en/docs/default/slide_nb.png");
	background-repeat: repeat-x;
	vertical-align: middle;
	line-height: 32px;
	display: inline-block;
}
.cl_docs_slide_nb_right {
	background-image: url("https://images.mailo.com/img-20251203/mailo/en/docs/default/slide_nb_right.png");
	height: 32px;
	width: 4px;
	display: inline-block;
	vertical-align: middle;
}
.cl_docs_thumb_size_out {
	text-align: left;
	border-left-width: 0;
}
.cl_docs_thumb_size {
	white-space: nowrap;
}
.cl_docs_thumb_size_main {
	display: inline-block;
	height: 10px;
	width: 110px;
	vertical-align: top;
	border-bottom: 1px #9B9B9B solid;
	margin: 0 10px;
}
.cl_docs_thumb_size_left {
	display: inline-block;
	height: 20px;
	width: 20px;
	background-image: url("https://images.mailo.com/img-20251203/mailo/en/docs/default/cursor_thumb_left.svg");
	background-repeat: no-repeat;
	background-position: center;
}
.cl_docs_thumb_size_right {
	display: inline-block;
	height: 20px;
	width: 20px;
	background-image: url("https://images.mailo.com/img-20251203/mailo/en/docs/default/cursor_thumb_right.svg");
	background-repeat: no-repeat;
	background-position: center;
}
.cl_docs_thumb_cursor {
	height: 20px;
	width: 20px;
	background-image: url("https://images.mailo.com/img-20251203/mailo/en/docs/default/cursor_thumb.svg");
	position: relative;
}
.cl_docs_image_div {
	text-align: center;
	margin:20px 0px;
}
.cl_docs_image {
	max-width: 65%;
	max-height: 650px;
}
.cl_docs_upload_file {
	border: 1px solid #000000;
	padding: 5px;
	margin: 5px;
	text-align: center;
}
.cl_doc_Xicon {
	max-width: 150px;
	word-wrap: break-word;
	overflow: hidden;
}
.cl_docs_album_select {
	display: inline-block;
	visibility: visible;
	font-weight: bold;
	cursor: pointer;
}
.cl_docs_album_selection {
	display: block;
	visibility: hidden;
}
.cl_docs_album__ {
	display: block;
	visibility: visible;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}
.cl_docs_album__2 {
	display: inline-block;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}
.cl_docs_album_album_ {
	display: inline-block;
	text-align: center;
	vertical-align: bottom;
}
.cl_docs_album_photo {
	display: inline-block;
	text-align: center;
	vertical-align: bottom;
}
.cl_menu_album {
	margin-top: 5px;
}
.cl_docs_upload0 {
	min-height: 26px;
	line-height: 23px;
	display: inline-block;
	vertical-align: middle;
}
#id_docs_link_favorites, #id_docs_link_shares, #id_docs_link_docs_root {
	margin: 5px 0px 5px 0px;
}
.cl_link_docs_new {
	margin-top: 2px;
	padding: 10px 18px;
	font-weight: normal;
	font-size: 13px;
}
.cl_link_docs_new li {
	padding-left: 36px;
}
/*
* Input range thumb size
*/
.ea_fragments__input_range--thumb_size::before,
.ea_fragments__input_range--thumb_size::after {
    display: inline-block;
    vertical-align: middle;
}

.ea_fragments__input_range--thumb_size input {
    margin-left: 10px;
    margin-right: 10px;
    display: inline-block;
    vertical-align: middle;
}

.cl_menu_santatree {
	background-image: url("https://images.mailo.com/img-20251203/mailo/en/fest/default/menu_santatree.svg");
	
}
#div_MENUS .cl_menu_santatree {
	background-image: url("https://images.mailo.com/img-20251203/mailo/en/fest/default/menu_santatree.svg");
}
#div_MENU_HEAD .cl_menu_santatree {
	background-image: url("https://images.mailo.com/img-20251203/mailo/en/fest/default/menu_santatree.svg");
}
#id_menu_barl .cl_menu_santatree {
	background-image: url("https://images.mailo.com/img-20251203/mailo/en/fest/default/menu_santatree.svg");
}
.cl_shade_white .cl_menu_santatree {
	background-image: url("https://images.mailo.com/img-20251203/mailo/en/fest/default/menu_santatree+white.svg");
}
#div_MENUS .cl_shade_white .cl_menu_santatree {
	background-image: url("https://images.mailo.com/img-20251203/mailo/en/fest/default/menu_santatree+white.svg");
}
.cl_shade_white #div_MENU_HEAD .cl_menu_santatree, #id_menu_barl.cl_shade_white .cl_menu_santatree {
	background-image: url("https://images.mailo.com/img-20251203/mailo/en/fest/default/menu_santatree+white.svg");
}
.cl_shade_0icon .cl_menu_santatree, #div_MENU .cl_shade_0icon .cl_menu_santatree {
	background-image: none;
}

@media only screen and (min-width: 1300px) {
.cl_button_santatree {
	background-image: url("https://images.mailo.com/img-20251203/mailo/en/fest/default/menu_santatree.svg");
	padding-left: 39px !important;}
}

.cl_santatree_bkg {
	height: 100%;
	background-color: #002A4B;
}
.cl_advent_elt_ {
	visibility: hidden;
}
.cl_advent_elt:hover .cl_advent_elt_ {
	visibility: visible;
}
.cl_games_desc {
	background-color: #DDD;
	padding: 10px;
	font-size: 17px;
}
.cl_home_games_text_1 {
	color: #333333;
	font-size: 28px;
	line-height: 24px;
}
.cl_home_games_text_2 {
	color: #999999;
	font-size: 18px;
	line-height: 18px;
}
.cl_menu_admin {
	background-image: url("https://images.mailo.com/img-20251203/mailo/en/space/default/menu_admin.svg");
	
}
#div_MENUS .cl_menu_admin {
	background-image: url("https://images.mailo.com/img-20251203/mailo/en/space/default/menu_admin.svg");
}
#div_MENU_HEAD .cl_menu_admin {
	background-image: url("https://images.mailo.com/img-20251203/mailo/en/space/default/menu_admin.svg");
}
#id_menu_barl .cl_menu_admin {
	background-image: url("https://images.mailo.com/img-20251203/mailo/en/space/default/menu_admin.svg");
}
.cl_shade_white .cl_menu_admin {
	background-image: url("https://images.mailo.com/img-20251203/mailo/en/space/default/menu_admin+white.svg");
}
#div_MENUS .cl_shade_white .cl_menu_admin {
	background-image: url("https://images.mailo.com/img-20251203/mailo/en/space/default/menu_admin+white.svg");
}
.cl_shade_white #div_MENU_HEAD .cl_menu_admin, #id_menu_barl.cl_shade_white .cl_menu_admin {
	background-image: url("https://images.mailo.com/img-20251203/mailo/en/space/default/menu_admin+white.svg");
}
.cl_shade_0icon .cl_menu_admin, #div_MENU .cl_shade_0icon .cl_menu_admin {
	background-image: none;
}

.cl_menu_space_create {
	background-image: url("https://images.mailo.com/img-20251203/mailo/en/space/default/menu_space_create.svg");
	
}
#div_MENUS .cl_menu_space_create {
	background-image: url("https://images.mailo.com/img-20251203/mailo/en/space/default/menu_space_create.svg");
}
#div_MENU_HEAD .cl_menu_space_create {
	background-image: url("https://images.mailo.com/img-20251203/mailo/en/space/default/menu_space_create.svg");
}
#id_menu_barl .cl_menu_space_create {
	background-image: url("https://images.mailo.com/img-20251203/mailo/en/space/default/menu_space_create.svg");
}
.cl_shade_white .cl_menu_space_create {
	background-image: url("https://images.mailo.com/img-20251203/mailo/en/space/default/menu_space_create+white.svg");
}
#div_MENUS .cl_shade_white .cl_menu_space_create {
	background-image: url("https://images.mailo.com/img-20251203/mailo/en/space/default/menu_space_create+white.svg");
}
.cl_shade_white #div_MENU_HEAD .cl_menu_space_create, #id_menu_barl.cl_shade_white .cl_menu_space_create {
	background-image: url("https://images.mailo.com/img-20251203/mailo/en/space/default/menu_space_create+white.svg");
}
.cl_shade_0icon .cl_menu_space_create, #div_MENU .cl_shade_0icon .cl_menu_space_create {
	background-image: none;
}

.cl_menu_directory {
	background-image: url("https://images.mailo.com/img-20251203/mailo/en/space/default/menu_directory.svg");
	
}
#div_MENUS .cl_menu_directory {
	background-image: url("https://images.mailo.com/img-20251203/mailo/en/space/default/menu_directory.svg");
}
#div_MENU_HEAD .cl_menu_directory {
	background-image: url("https://images.mailo.com/img-20251203/mailo/en/space/default/menu_directory.svg");
}
#id_menu_barl .cl_menu_directory {
	background-image: url("https://images.mailo.com/img-20251203/mailo/en/space/default/menu_directory.svg");
}
.cl_shade_white .cl_menu_directory {
	background-image: url("https://images.mailo.com/img-20251203/mailo/en/space/default/menu_directory+white.svg");
}
#div_MENUS .cl_shade_white .cl_menu_directory {
	background-image: url("https://images.mailo.com/img-20251203/mailo/en/space/default/menu_directory+white.svg");
}
.cl_shade_white #div_MENU_HEAD .cl_menu_directory, #id_menu_barl.cl_shade_white .cl_menu_directory {
	background-image: url("https://images.mailo.com/img-20251203/mailo/en/space/default/menu_directory+white.svg");
}
.cl_shade_0icon .cl_menu_directory, #div_MENU .cl_shade_0icon .cl_menu_directory {
	background-image: none;
}

.cl_menu_reseller {
	background-image: url("https://images.mailo.com/img-20251203/mailo/en/space/default/menu_reseller.svg");
	
}
#div_MENUS .cl_menu_reseller {
	background-image: url("https://images.mailo.com/img-20251203/mailo/en/space/default/menu_reseller.svg");
}
#div_MENU_HEAD .cl_menu_reseller {
	background-image: url("https://images.mailo.com/img-20251203/mailo/en/space/default/menu_reseller.svg");
}
#id_menu_barl .cl_menu_reseller {
	background-image: url("https://images.mailo.com/img-20251203/mailo/en/space/default/menu_reseller.svg");
}
.cl_shade_white .cl_menu_reseller {
	background-image: url("https://images.mailo.com/img-20251203/mailo/en/space/default/menu_reseller+white.svg");
}
#div_MENUS .cl_shade_white .cl_menu_reseller {
	background-image: url("https://images.mailo.com/img-20251203/mailo/en/space/default/menu_reseller+white.svg");
}
.cl_shade_white #div_MENU_HEAD .cl_menu_reseller, #id_menu_barl.cl_shade_white .cl_menu_reseller {
	background-image: url("https://images.mailo.com/img-20251203/mailo/en/space/default/menu_reseller+white.svg");
}
.cl_shade_0icon .cl_menu_reseller, #div_MENU .cl_shade_0icon .cl_menu_reseller {
	background-image: none;
}

.cl_menu_security {
	background-image: url("https://images.mailo.com/img-20251203/mailo/en/space/default/menu_security.svg");
	
}
#div_MENUS .cl_menu_security {
	background-image: url("https://images.mailo.com/img-20251203/mailo/en/space/default/menu_security.svg");
}
#div_MENU_HEAD .cl_menu_security {
	background-image: url("https://images.mailo.com/img-20251203/mailo/en/space/default/menu_security.svg");
}
#id_menu_barl .cl_menu_security {
	background-image: url("https://images.mailo.com/img-20251203/mailo/en/space/default/menu_security.svg");
}
.cl_shade_white .cl_menu_security {
	background-image: url("https://images.mailo.com/img-20251203/mailo/en/space/default/menu_security+white.svg");
}
#div_MENUS .cl_shade_white .cl_menu_security {
	background-image: url("https://images.mailo.com/img-20251203/mailo/en/space/default/menu_security+white.svg");
}
.cl_shade_white #div_MENU_HEAD .cl_menu_security, #id_menu_barl.cl_shade_white .cl_menu_security {
	background-image: url("https://images.mailo.com/img-20251203/mailo/en/space/default/menu_security+white.svg");
}
.cl_shade_0icon .cl_menu_security, #div_MENU .cl_shade_0icon .cl_menu_security {
	background-image: none;
}

.cl_menu_spaces {
	background-image: url("https://images.mailo.com/img-20251203/mailo/en/space/default/menu_spaces.svg");
	
}
#div_MENUS .cl_menu_spaces {
	background-image: url("https://images.mailo.com/img-20251203/mailo/en/space/default/menu_spaces.svg");
}
#div_MENU_HEAD .cl_menu_spaces {
	background-image: url("https://images.mailo.com/img-20251203/mailo/en/space/default/menu_spaces.svg");
}
#id_menu_barl .cl_menu_spaces {
	background-image: url("https://images.mailo.com/img-20251203/mailo/en/space/default/menu_spaces.svg");
}
.cl_shade_white .cl_menu_spaces {
	background-image: url("https://images.mailo.com/img-20251203/mailo/en/space/default/menu_spaces+white.svg");
}
#div_MENUS .cl_shade_white .cl_menu_spaces {
	background-image: url("https://images.mailo.com/img-20251203/mailo/en/space/default/menu_spaces+white.svg");
}
.cl_shade_white #div_MENU_HEAD .cl_menu_spaces, #id_menu_barl.cl_shade_white .cl_menu_spaces {
	background-image: url("https://images.mailo.com/img-20251203/mailo/en/space/default/menu_spaces+white.svg");
}
.cl_shade_0icon .cl_menu_spaces, #div_MENU .cl_shade_0icon .cl_menu_spaces {
	background-image: none;
}

.cl_menu_spaces_list {
	background-image: url("https://images.mailo.com/img-20251203/mailo/en/space/default/menu_spaces_list.svg");
	
}
#div_MENUS .cl_menu_spaces_list {
	background-image: url("https://images.mailo.com/img-20251203/mailo/en/space/default/menu_spaces_list.svg");
}
#div_MENU_HEAD .cl_menu_spaces_list {
	background-image: url("https://images.mailo.com/img-20251203/mailo/en/space/default/menu_spaces_list.svg");
}
#id_menu_barl .cl_menu_spaces_list {
	background-image: url("https://images.mailo.com/img-20251203/mailo/en/space/default/menu_spaces_list.svg");
}
.cl_shade_white .cl_menu_spaces_list {
	background-image: url("https://images.mailo.com/img-20251203/mailo/en/space/default/menu_spaces_list+white.svg");
}
#div_MENUS .cl_shade_white .cl_menu_spaces_list {
	background-image: url("https://images.mailo.com/img-20251203/mailo/en/space/default/menu_spaces_list+white.svg");
}
.cl_shade_white #div_MENU_HEAD .cl_menu_spaces_list, #id_menu_barl.cl_shade_white .cl_menu_spaces_list {
	background-image: url("https://images.mailo.com/img-20251203/mailo/en/space/default/menu_spaces_list+white.svg");
}
.cl_shade_0icon .cl_menu_spaces_list, #div_MENU .cl_shade_0icon .cl_menu_spaces_list {
	background-image: none;
}

#id_space_link_spaces_list, #id_space_link_space_create {
	margin: 5px 0px 5px 0px;
}
.cl_space_pack_block {
	border: 1px solid;
	border-color:#DEDEDE;
	border-radius: 20px;
	margin: 20px;
	padding: 20px 10px;
	width: 285px;
	height: 285px;
	display: inline-block;
	text-align: center;
}

.cl_space_pack_block_title {
	font-size: 120%;
	font-weight: bold;
	display: inline-block;
	padding-bottom: 20px;
}

.cl_space_pack_block_desc {
	line-height: 160%;
}

.cl_space_pack_block_top {
	height: 214px;
	display: block;
}

.cl_space_pack_block_bottom {
	height: 29px;
	display: block;
}

.cl_space_pack_button {
	color:#FFFFFF;
	background-color:#FD354E;
	height: 33px;
	line-height: 33px;
	width: 200px;
	border-radius: 17px;
	border: 0px none;
	padding: 0 20px;
	text-align: center;
	font-weight: bold;
	font-size: 12px;
	letter-spacing: 1px;
	margin: 0 auto;
	cursor: pointer;
}
.cl_space_pack_button_reversed {
	color:#FD354E;
	background-color:#FFFFFF;
	border: 1px solid;
	border-color:#FD354E;
}
@media only screen and (min-width: 1300px) {
.cl_button_directory {
	background-image: url("https://images.mailo.com/img-20251203/mailo/en/space/default/button_directory.svg");
	padding-left: 39px !important;}
.cl_button_space_prefs {
	background-image: url("https://images.mailo.com/img-20251203/mailo/en/space/default/button_prefs.svg");
	padding-left: 39px !important;}
.cl_button_children_security {
	background-image: url("https://images.mailo.com/img-20251203/mailo/en/space/default/button_security.svg");
	padding-left: 39px !important;}
}
.cl_space_spaces_2blocks {
	display:flex;
	flex-direction: column;
}
.cl_space_spaces_2blocks > a,
.cl_space_spaces_2blocks > span {
	position: relative;
}
@media only screen and (min-width: 1300px) {
	.cl_space_spaces_2blocks {
		flex-direction: row;
	}

	.cl_space_spaces_2blocks > a,
	.cl_space_spaces_2blocks > span {
		flex: 0 0 50%;
		padding-left: 10px;
		padding-right: 10px;
	}

	.cl_space_spaces_2blocks > a:first-child,
	.cl_space_spaces_2blocks > span:first-child {
		padding-left: 0;
	}

	.cl_space_spaces_2blocks > a:last-child,
	.cl_space_spaces_2blocks > span:last-child {
		padding-right: 0;
	}
}
.cl_space_spaces_block {
	width: 100%;
	height: 220px;
	border: 1px solid;
	border-color:#DEDEDE;
	border-radius: 20px;
	padding: 10px;
	margin-bottom: 20px;
	cursor: pointer;
	background-position: top 30px right 30px;
	background-repeat: no-repeat;
}
.cl_space_create_title, .cl_space_create_subtitle {
	font-weight: bold;
	display: inline-block;
	margin-top: 10px;
}
.cl_space_create_title {
	margin-left: 10px;
	padding-bottom: 3px;
	border-bottom: 2px solid transparent;
}
.cl_space_create_img {
	float: right;
	position: absolute;
	right: 30px;
	top: 30px;
}
.cl_space_create_button {
	display: none;
	background-color: red;
	border-radius: 20px;
	overflow: hidden;
	font-size: 15px;
	color: white;
	padding: 7px 15px;
	position: absolute;
	left: 20px;
	bottom: 30px;
}
.cl_space_spaces_block_FAM {
	background-image: url("https://images.mailo.com/img-20251203/mailo/en/space/default/icon_space_family_grey.svg");
}
.cl_space_spaces_block_FAM:hover {
	background-image: url("https://images.mailo.com/img-20251203/mailo/en/space/default/icon_space_family.svg");
	border-color: #02B2FF;
}
.cl_space_spaces_block_FAM:hover .cl_space_create_title {
	color: #02B2FF;
	border-color: #02B2FF;
}
.cl_space_spaces_block_FAM:hover .cl_space_create_button {
	display: inline-block;
	background-color: #02B2FF;
	color: #FFFFFF;
}
.cl_space_spaces_block_COMP {
	background-image: url("https://images.mailo.com/img-20251203/mailo/en/space/default/icon_space_pro_grey.svg");
}
.cl_space_spaces_block_COMP:hover {
	background-image: url("https://images.mailo.com/img-20251203/mailo/en/space/default/icon_space_pro.svg");
	border-color: #008284;
}
.cl_space_spaces_block_COMP:hover .cl_space_create_title {
	color: #008284;
	border-color: #008284;
}
.cl_space_spaces_block_COMP:hover .cl_space_create_button {
	display: inline-block;
	background-color: #008284;
	color: #FFFFFF;
}
.cl_space_spaces_block_ASSO {
	background-image: url("https://images.mailo.com/img-20251203/mailo/en/space/default/icon_space_asso_grey.svg");
}
.cl_space_spaces_block_ASSO:hover {
	background-image: url("https://images.mailo.com/img-20251203/mailo/en/space/default/icon_space_asso.svg");
	border-color: #FFA338;
}
.cl_space_spaces_block_ASSO:hover .cl_space_create_title {
	color: #FFA338;
	border-color: #FFA338;
}
.cl_space_spaces_block_ASSO:hover .cl_space_create_button {
	display: inline-block;
	background-color: #FFA338;
	color: #FFFFFF;
}
.cl_space_spaces_block_SCHO {
	background-image: url("https://images.mailo.com/img-20251203/mailo/en/space/default/icon_space_edu_grey.svg");
}
.cl_space_spaces_block_SCHO:hover {
	background-image: url("https://images.mailo.com/img-20251203/mailo/en/space/default/icon_space_edu.svg");
	border-color: #6177FF;
}
.cl_space_spaces_block_SCHO:hover .cl_space_create_title {
	color: #6177FF;
	border-color: #6177FF;
}
.cl_space_spaces_block_SCHO:hover .cl_space_create_button {
	display: inline-block;
	background-color: #6177FF;
	color: #FFFFFF;
}
@media only screen and (max-width: 899px) {
.cl_space_spaces_block_FAM {
	background-image: url("https://images.mailo.com/img-20251203/mailo/en/space/default/icon_space_family.svg");
	border-color: #02B2FF;
}
.cl_space_spaces_block_FAM .cl_space_create_button {
	display: inline-block;
	background-color: #02B2FF;
	color: #FFFFFF;
}
.cl_space_spaces_block_FAM .cl_space_create_title {
	color: #02B2FF;
	border-color: #02B2FF;
}
.cl_space_spaces_block_FAM .cl_space_create_button {
	display: inline-block;
	background-color: #02B2FF;
	color: #FFFFFF;
}
.cl_space_spaces_block_COMP {
	background-image: url("https://images.mailo.com/img-20251203/mailo/en/space/default/icon_space_pro.svg");
	border-color: #008284;
}
.cl_space_spaces_block_COMP .cl_space_create_title {
	color: #008284;
	border-color: #008284;
}
.cl_space_spaces_block_COMP .cl_space_create_button {
	display: inline-block;
	background-color: #008284;
	color: #FFFFFF;
}
.cl_space_spaces_block_ASSO {
	background-image: url("https://images.mailo.com/img-20251203/mailo/en/space/default/icon_space_asso.svg");
	border-color: #FFA338;
}
.cl_space_spaces_block_ASSO .cl_space_create_title {
	color: #FFA338;
	border-color: #FFA338;
}
.cl_space_spaces_block_ASSO .cl_space_create_button {
	display: inline-block;
	background-color: #FFA338;
	color: #FFFFFF;
}
.cl_space_spaces_block_SCHO {
	background-image: url("https://images.mailo.com/img-20251203/mailo/en/space/default/icon_space_edu.svg");
	border-color: #6177FF;
}
.cl_space_spaces_block_SCHO .cl_space_create_title {
	color: #6177FF;
	border-color: #6177FF;
}
.cl_space_spaces_block_SCHO .cl_space_create_button {
	display: inline-block;
	background-color: #6177FF;
	color: #FFFFFF;
}
}

#div_LOGO {
	margin-left: 15px;
}
#div_LOGO_img {
	display: block;
	border: 0 none;
	background-position: center left;
	margin-left: 15px;
	background-repeat: no-repeat;
}
#div_OUT_PAGE #div_MAIN, #div_OUT_PAGE #div_OUT_BOTTOM {
	width: auto;
}
.cl_menu_premium {
	padding-left: 30px;
}
.cl_button_msg {
	background-image: url("https://images.mailo.com/img-20251203/mailo/en/include/default/mailo/button_msg.jpg");
	height: 37px;
	width: 97px;
	color: #FFF;
	font-size: 18px;
	font-weight: normal;
	margin-top: 4px;
}
#div_subs {
	min-height: 200px;
}
.cl_packs_infos {

	width: 521px;
	height: 134px;

	padding: 10px;
	cursor: pointer;
	margin: auto;
}
.cl_packs_infos_title {
	padding: 0px;
	font-size: 140%;
	line-height: 30px;
	color: #FD354E;
}
.cl_widget_lilo .cl_widget_icon {
	width: 60px;
}
.cl_widget_lilo .cl_widget_title {
	width: calc(100% - 96px);
}
