/* FONT PERSONALIZZATI */
@font-face { font-family: Tangiang; src: url('fonts/Tangiang.otf'); } 
@font-face { font-family: STAYHOME; src: url('fonts/STAYHOME.otf'); } 
@font-face { font-family: REVOLUTION; src: url('fonts/REVOLUTION.ttf'); } 
@font-face { font-family: Klik-Light; src: url('fonts/Klik-Light.otf'); } 
@font-face { font-family: KeepCalm-Medium; src: url('fonts/KeepCalm-Medium.ttf'); } 
@font-face { font-family: CreatoDisplay-Regular; src: url('fonts/CreatoDisplay-Regular.otf'); } 
@font-face { font-family: CreatoDisplay-Light; src: url('fonts/CreatoDisplay-Light.otf'); } 
@font-face { font-family: CreatoDisplay-Black; src: url('fonts/CreatoDisplay-Black.otf'); } 
@font-face { font-family: CODE-Light; src: url('fonts/CODE-Light.otf'); } 
@font-face { font-family: CODE-Bold; src: url('fonts/CODE-Bold.otf'); } 
@font-face { font-family: ClementePDai-Regular; src: url('fonts/ClementePDai-Regular.ttf'); } 
@font-face { font-family: ClementePDai-Book; src: url('fonts/ClementePDag-Book.ttf'); } 
@font-face { font-family: ClementePDai-Light; src: url('fonts/ClementePDae-Light.ttf'); } 
@font-face { font-family: ClementePDaa-Hairline; src: url('fonts/ClementePDaa-Hairline.ttf'); } 
@font-face { font-family: big_noodle_titling; src: url('fonts/big_noodle_titling.ttf'); } 
@font-face { font-family: big_noodle_titling_oblique; src: url('fonts/big_noodle_titling_oblique.ttf'); } 
@font-face { font-family: animals; src: url('fonts/animals.ttf'); } 
@font-face { font-family: evogria; src: url('fonts/evogria.otf'); }
@font-face { font-family: frontpageneue; src: url('fonts/frontpageneue.otf'); }
@font-face { font-family: timeline; src: url('fonts/timeline.ttf'); }

body {
    color: #555;
    background-color: #F3F3F3; 
}

footer {
	height: auto;
    padding: 10px 0px;
    background: #F6F6F6;
	color: #959595;
    border-top: 1px solid #EBEBEB;
    overflow: hidden;
    text-align: center;
	margin-top: 20px;
	position: absolute;
    bottom: 0;
    width: 100%;
}

footer p {
	margin: 0;
    font-size: 11px;
    font-weight: 300;
    line-height: 18px;
}

DIV#body_content {
    padding-top: 3px;
    font-family: CODE-Bold;
    font-size: 32px;
    width: 300px;
    height: 50px;
    text-align: center;
    box-shadow: 1px 1px 1px 1px black;
    margin: 0 auto;
    border-radius: 6px;
    background-image: linear-gradient(25deg, #f6f6f6 25%, #ffffff 25%, #ffffff 50%, #f6f6f6 50%, #f6f6f6 75%, #ffffff 75%, #ffffff 100%);
    background-size: 47.32px 22.07px;
	margin-top: 50px;
}

::placeholder,
::-webkit-input-placeholder {
	color: #cad4d8 !important;
}


.header_line {
    width: 100%;
    background-color: #d2d2d2;
    height: 2px;
}

#header {
	height: 100px;
	background-color: #ffffff;
}

#header_container {
	display: table;
    width: 100%;
    padding: 0 2%;
	background-color: #ffffff;
}

#header_logo {
    margin-top: -4px;
    height: 100px;
    line-height: 100px;
    float: left;
    margin-left: -14px;
}

#header_logo img {
	height: 80px;
}

#header_text {
	margin-top: 35px;
	position: relative;
    display: inline-block;
    float: right;
	margin-right: 20px;
	z-index: 1;
}

#header_text p {
	color: #3ba1c4;
	font-size: 150%;
	text-transform: uppercase;
	font-family: Open Sans Condensed;
    font-weight: 300;
	font-family: inherit;
    font-weight: 300;
	letter-spacing: 1px;
}

#header_user {
	float: right;
    margin-top: 12px;
    padding-top: 4px;
    padding-left: 10px;
    height: 34px;
    padding-right: 10px;
    /* border: 1px solid black; */
    border-radius: 10px;
}

/* #header_user.header_user_background { */
	/* background: repeating-linear-gradient(40deg, transparent, transparent 10px, #ffffff 10px, #d3dbde 20px), linear-gradient(to bottom, #efefef, #ffffff); */
/* } */

p.header_user_background {
	    background: repeating-linear-gradient(40deg, transparent, transparent 10px, #ffffff 10px, #e8ebec 20px), linear-gradient(to bottom, #f7f7f7, #ffffff);
}

#header_user p {
    font-family: 'CODE-Light';
    font-size: 20px;
    color: #0b4d63;
    font-weight: bold;
    text-shadow: 1px 1px white;
	height: 22px;
	display: table-cell;
    float: right;	
}

#header_user span {
	/* float: right; */
    /* margin-top: -2px; */
	margin-top: -7px;
    clear: both;
    float: right;	
}

#header_text p::first-letter { 
  font-size: 100%; 
  color: #ffffff;
  background-color: #0085b2;
  border: 1px solid #3ba1c4;
  padding: 0 10px;
}

.header_banner {
  overflow: hidden;
}

.header_sliding-background {
  height: 500px;
  width: 5076px;
}

.header_sliding-background {
  background: url("./images/banner.png") repeat-x;
  height: 100px;
  width: 5076px; /* The image width times 3 */
  animation: slide 60s linear infinite;
}

@keyframes slide {
  0% {
    transform: translate3d(0, 0, 0);
  }
  100% {
    transform: translate3d(-1692px, 0, 0); /* The image width */
  }
}

.left {
	text-align: left;
}

.right {
	text-align: right;
}

.fleft {
	float: left;
}

.fright {
	float: right;
}

.clear {
	clear: both;
}

.container{
	margin-top: 6px;
}

.card-header {
	padding: 5px 15px;
}

.profile-img {
	display: inline-block;
}

.loginDisabled {
	color: #fff !important;
    background-color: #6c757d !important; 
    border-color: #6c757d !important;
}

.loader {
	text-align: center;
}

.loginError {
	margin-top: 20px;
    display: block;
    text-align: center;
}

#login_m {
	width: 100%;
}

#overlay {
	width: 100%;
    height: 100%;
    background-color: #626477;
    z-index: 99;
    top: 0px;
    left: 0px;
    position: absolute;
    opacity: 0.5;
}

#image_overlay {
	z-index: 100;
    opacity: 1;
    left: 50%;
    top: 50%;
    margin: 0 auto;
    position: fixed;
    margin-top: -100px;
    margin-left: -100px;
}

.none {
	display: none !important;
	visibility: hidden !important;
}

.no-margin {
	margin: 0px !important;
}

.sedi_list_button {
	-webkit-box-flex: 0;
    -ms-flex: 0 0 50px;
    flex: 0 0 50px;
	width: 300px;
}

.btn-shadow {
	box-shadow: 2px 2px #677073;
}

.sites_info_admin {
	width: 400px;
    background-color: #f0f7fc;
    padding: 10px;
    border: 1px solid #b7b9b9;
    border-radius: 10px;
    margin: 0 auto;
}

.sites_info_timetables {
	width: 400px;
    background-color: #f0f7fc;
    padding: 10px;
    border: 1px solid #b7b9b9;
    border-radius: 10px;
    margin: 0 auto;	
	margin-bottom: 10px;
}

.card_title_text {
	text-align: left;
    float: left;
}

.card_title_save {
	float: right;
	display: flex;
}

.card_title_back {
	float: right;
	display: flex;
	margin-left: 24px;
}

.form_validation_offset {
	margin-top: -46px;
    text-align: right;
    margin-left: 8px;
	margin-bottom: 38px;
}

DIV.save_animation {
    position: absolute;
    left: 50%;
    margin-left: -60px;
    margin-top: 20px;
}

DIV.save_animation IMG {
	width: 120px;
}

DIV.time_conf {
    float: left;
    margin-right: 5px;
    margin-left: 5px;
}

DIV.time_conf_range {
    float: left;
    margin-right: 5px;
    margin-left: 5px;
    margin-top: 14px;
}

DIV.time_conf_range_bottom {
	margin-bottom: 16px;
}

DIV.card_body_correct {
	padding: 0px !important;
    height: 66px;
}

span.card_text_correct {
    margin-top: 12px;
    display: block;
    margin-left: 4px;
}

span.days_correct {
    margin-top: 10px;
    padding-bottom: 16px;
    display: block;
}

/* H6.timeconf_title { */
	/* margin-top: 2px; */
    /* margin-left: 4px; */
/* } */

DIV.card_list {
	margin-top: 10px;
}

DIV.time_list {
	display: block;
	    margin-left: 12px;
}

DIV.list_body_correct {
	padding: 0px !important;
}

SPAN.bck_mobile {
	/* ONLY used in mobile version */ 
}

DIV.card_margin_top {
	margin-top: 10px;
}

DIV.day_group {
	display: inline-block;
	margin: 0 auto;
}

SELECT#days {
	width: 96%;
    margin: 0 auto;
}

SPAN.time_label {
	font-size: 10px;
}

LABEL#labelTimeFrom {
    vertical-align: top;
    position: absolute;
    margin-top: -18px;
    margin-left: 0px;
    font-size: small;
}

LABEL#labelTimeLimit,
LABEL#labelCriterio,
LABEL#labelCalDays {
    vertical-align: top;
    position: absolute;
    margin-top: -18px;
    margin-left: 0px;
    font-size: small;
}

DIV#calDaysLegenda {
    position: absolute;
    background-color: #f0f7fc;
    margin-top: -18px;
    margin-left: 95px;
    line-height: 1.2;
    font-size: 12px;
    padding: 2px 4px;
    border-radius: 5px;
    border: 1px solid #b7b9b9;	
}

button.btn-monday {
    color: #fff;
    background-color: #8492c5;
    border-color: #5f6986;
}

button.btn-monday:focus,
button.btn-monday.focus
 {
	outline: #8492c5 solid 1px;
    box-shadow: 0 0 0 0.2rem rgb(131 158 250 / 50%);
}

button.btn-tuesday {
	color: #fff;
    background-color: #9784c5;
    border-color: #6a5f86;
}

button.btn-tuesday:focus,
button.btn-tuesday.focus {
    outline: #9784c5 solid 1px;
    box-shadow: 0 0 0 0.2rem rgb(150 164 216 / 50%);
}

button.btn-wednesday{
    color: #fff;
    background-color: #c58da7;
    border-color: #825f86;
}

button.btn-wednesday:focus,
button.btn-wednesday.focus {
	outline: #e6a0c8 solid 1px;
    box-shadow: 0 0 0 0.2rem rgb(230 190 190 / 50%);
}

button.btn-thursday{
	color: #fff;
    background-color: #bf6969;
    border-color: #865f5f;
}

button.btn-thursday:focus,
button.btn-thursday.focus {
    outline: #ea7182 solid 1px;
    box-shadow: 0 0 0 0.2rem rgb(243 136 136 / 50%);
}

button.btn-friday {
	color: #fff;
    background-color: #ce9838;
    border-color: #86815f;
}

button.btn-friday:focus,
button.btn-friday.focus {
    outline: #ce9838 solid 1px;
    box-shadow: 0 0 0 0.2rem rgb(218 202 87 / 50%);
	filter: brightness(1.10);
}

button.btn-saturday{
	color: #fff;
    background-color: #57b194;
    border-color: #5f8674;
}

button.btn-saturday:focus,
button.btn-saturday.focus {
    outline: #57b194 solid 1px;
    box-shadow: 0 0 0 0.2rem rgb(87 218 133 / 50%);
	filter: brightness(1.10);
}

button.btn-monday:hover,
button.btn-monday.hover,
button.btn-tuesday:hover,
button.btn-tuesday.hover,
button.btn-wednesday:hover,
button.btn-wednesday.hover,
button.btn-thursday:hover,
button.btn-thursday.hover,
button.btn-friday:hover,
button.btn-friday.hover,
button.btn-saturday:hover,
button.btn-saturday.hover {
    filter: brightness(1.10);
}

button.btn-monday:active,
button.btn-monday.active,
button.btn-tuesday:active,
button.btn-tuesday.active,
button.btn-wednesday:active,
button.btn-wednesday.active,
button.btn-thursday:active,
button.btn-thursday.active,
button.btn-friday:active,
button.btn-friday.active,
button.btn-saturday:active,
button.btn-saturday.active {
    filter: brightness(1.20);
}

button[data-value].selected {
    border-width: 3px;
    padding: 6px 12px;
	filter: brightness(1.10);
	border-radius: 2px ​!important;
}

.width_intervallo {
	width: 100px;
}

TABLE#table_orari TH {
	padding: 0.6rem !important;
	border: none !important;
}

SPAN[data-action='del'],
SPAN[data-action='add'] {
	cursor: pointer;
}

IMG[data-loader] {
	margin-top: -4px;
	margin-left: -4px;
}

SPAN.small_label {
	font-size: 10px;
    margin-top: 3px;
    margin-left: 4px;
    display: inline-block;
    position: absolute;
}

SPAN.small_icon {
	margin-top: 4px;
    position: absolute;
}

#back_div {
	/* border: 2px solid #a691d9; */
    /* border-radius: 4px; */
    /* background-color: #8492c5ba; */
}

#addTimesheet {
	pointer-events: none;
}

.midOpacity {
	opacity: 0.5;
}

/* Removes the clear button from date inputs */
#cal_ex::-webkit-clear-button {
    display: none;
}

/* Removes the spin button */
#cal_ex::-webkit-inner-spin-button { 
    display: none;
}

/* Always display the drop down caret */
#cal_ex::-webkit-calendar-picker-indicator {
    color: #2c3e50;
}

/* A few custom styles for date inputs */
#cal_ex {
    appearance: none;
    -webkit-appearance: none;
    color: #535656 !important;
    font-family: "Helvetica", arial, sans-serif;
    font-size: 14px;
    border: 1px solid #ecf0f1;
    background: #f0f7fc;
    padding: 5px;
    border-radius: 6px;
    border: 1px solid #a6bac9;	
    /* display: inline-block !important; */
    /* visibility: visible !important; */
}

#cal_ex, focus {
    color: #95a5a6;
    box-shadow: none;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
}

#dayName { 
    width: 110px;
    position: absolute;
    font-weight: 600;
    border: 1px solid #a6bac9;
    padding: 4px;
    border-radius: 4px;
    margin-top: 0px;
    background-color: #f0f7fc;
}

#table_orari TH {
    background-color: #698599;
    color: #f2f9ff;
    text-shadow: 1px 1px black;
}

#table_orari TR:nth-child(even) TD {
	background-color: #ffffff;
	vertical-align: middle;
}

#table_orari TR:nth-child(odd) TD {
	background-color: #f6fbff;
	vertical-align: middle;
}

#table_orari TD.disabled {
	background-color: #a5a5a5 !important;
}

#table_orari TR.disabled {
	/* Regola volutamente vuota, perchè nella pagina js usa la funzione toggleClass abbinata ai checkbox */
}

#date_in_cal {
	margin-left: 120px;
    margin-top: 3px;
}

DIV.label_caption {
    font-size: 14px;
    margin-top: -2px;
    float: right;
    margin-left: 7px;
    background-color: #78a8ca;
    padding: 1px 10px;
    border-radius: 5px;
    border: 1px solid black;
    color: white;
    text-shadow: 1px 0px black;
}
DIV.label_warning {
	position: absolute;
    margin-top: -40px;
    margin-left: 200px;
}

IMG#ico_label_img {
	width: 26px;
	cursor: pointer;
}

DIV#ico_label_warning {
	width: 252px;
    background-color: #fae078;
    padding: 2px 8px;
    font-size: 12px;
    border-radius: 8px;
    border: 1px solid #806f29;
    position: absolute;
    margin-top: -26px;
    margin-left: 96px;
    box-shadow: 2px 2px #806f29;
}

INPUT.i_validate,
SELECT.i_validate {
	border-color: green;
	border-width: 2px;
}

INPUT.i_invalidate,
SELECT.i_invalidate {
	border-color: red;
	border-width: 2px;	
}

DIV#div_save_warning {
    text-align: center;
    padding: 10px 0px;
    border-radius: 10px;
    margin-top: 6px;
    font-weight: 600;
    color: white;
    text-shadow: 1px 1px black;
    background-image: linear-gradient(45deg, #ff7575 30.77%, #f0826c 30.77%, #f0826c 50%, #ff7575 50%, #ff7575 80.77%, #f0826c 80.77%, #f0826c 100%);
    background-size: 36.77px 36.77px;
}

DIV#div_fields_warning {
	text-align: center;
    padding: 10px 0px;
    border-radius: 10px;
    margin-top: 6px;
    font-weight: 600;
    color: #504a4a;
	text-shadow: 1px 1px #c3b58e;
    background-image: linear-gradient(135deg, #f5f185 30.77%, #f7dd94 30.77%, #f7dd94 50%, #f5f185 50%, #f5f185 80.77%, #f7dd94 80.77%, #f7dd94 100%);
	background-size: 36.77px 36.77px;
}

i#customTogglePassword {
	float: right;
    margin-top: -28px;
    opacity: 0.7;
    margin-right: 10px;
	z-index: 10;
    position: relative;
}

i#customTogglePassword:hover {
	opacity: 1.0;
}

i#customTogglePassword:active {
	opacity: 1.0;
	color: #0d7a0d;
}

#clearPsw {
	width: 354px;
    background-color: #e9ecef;
    margin-top: -34px;
    position: absolute;
    margin-left: 5px;
    padding: 2px;
}

#save_loader {
	background-color: #e2edf5;
    margin-top: 0px;
    padding: 6px;
    border-radius: 8px;
    border: 1px solid #4d8481;
    box-shadow: 1px 1px #4d8481;
    margin-left: -10px;
    background-image: linear-gradient(
45deg, #f0f7fc 25%, #e2edf5 25%, #e2edf5 50%, #f0f7fc 50%, #f0f7fc 75%, #e2edf5 75%, #e2edf5 100%);
    background-size: 28.28px 28.28px;
}

DIV.letter_index {	
	background-color: #7996aa;
	width: 36px;
	padding: 2px 1px 2px 1px;
    text-align: center;
    border: 1px solid #0d4e62;
    border-radius: 4px;
    font-weight: 700;
    color: #ffffff;
    float: left;
    margin-right: 4px;
	margin-bottom: 4px;
    text-shadow: 1px 1px #7996aa;
	cursor: pointer;
}

DIV.letter_index:hover {
background-color: #9abdd7;
    border: 1px solid #3f7484;
    color: #5d84a0;
    text-shadow: 1px 1px white;
}

DIV.letter_index:active {
    background-color: #e7fff6;
    border: 1px solid #3eafd1;
    color: #4491a8;
    text-shadow: 1px 1px #156374;
}

LABEL.label_index {
	background-color: #ffffff;
    padding: 0px 10px;
    margin-top: -24px;
    position: absolute;
    margin-left: 4px;
    border-top: 1px solid #78a8ca;
    border-left: 1px solid #78a8ca;
    border-right: 1px solid #78a8ca;
    border-radius: 2px;
    font-weight: 600;
    color: #1f4956;
}

DIV.div_index {
    background-color: white;
    padding: 4px;
    margin-top: 12px;
    border: 1px solid #78a8ca;
    border-radius: 2px;
}

TABLE#ul_loaded {
	border: 1px solid black;
	width: 100%;
	font-size: 14px;
}

TABLE#ul_loaded TR:hover {
	cursor: pointer;
}

TABLE#ul_loaded TR:nth-child(even) {
	background-color: #e1fff3;
}

TABLE#ul_loaded TR:nth-child(odd) {
	background-color: #c4e1d6;
}

TABLE#ul_loaded TR:hover {
	background-color: #577e82;
    color: #efefef;
}

TABLE#ul_loaded TR:hover TD IMG {
	opacity: 0.4;
}

TABLE#ul_loaded TR TD:first-child {
	padding-left: 4px;
}

#giorni_disponibili {
	width: 100px;
}

IMG.iconPreview {
	
}

TABLE#table_orari TR TH SPAN.th_small {
	font-size: 14px;
}

TABLE#table_orari TR TD SPAN.td_small {
	font-size: 12px;
	vertical-align: top;
}
/*
table.blueTable {
	border-radius: 10px;
	font-family: 'Verdana';
	margin-top: 6px;
	border: 1px solid #1C6EA4;
	background-color: #EEEEEE;
	width: 100%;
	text-align: left;
}
table.blueTable td,
table.blueTable th {
	border-radius: 10px;
	text-align: center;
	border: 1px solid #FAFAFA;
	padding: 3px 2px;
}
table.blueTable tbody td {
	font-size: 12px;
}
table.blueTable tr:nth-child(even) {
	background: #daf1fe;
}
table.blueTable thead {
	background: #1C6EA4;
	background: -moz-linear-gradient(top, #5592bb 0%, #327cad 66%, #1C6EA4 100%);
	background: -webkit-linear-gradient(top, #5592bb 0%, #327cad 66%, #1C6EA4 100%);
	background: linear-gradient(to bottom, #5592bb 0%, #327cad 66%, #1C6EA4 100%);
	border-bottom: 2px solid #444444;
}
table.blueTable thead th {
	font-size: 12px;
	font-weight: bold;
	color: #FFFFFF;
	border-left: 2px solid #daf1fe;
}
table.blueTable thead th:first-child {
	border-left: none;
}
*/

.tabHeader {
    min-width: 200px;
    height: 24px;
    text-align: center;
    border-radius: 4px;
    border: 2px solid #667175;
    padding: 0px 0px !important;
    font-size: 0.9em;
    font-weight: 500;
    vertical-align: middle !important;
    background: #627880 !important;
	color: white; 	
}

.tabBody {
    min-width: 200px;
    height: 24px;
    text-align: center;
    border-radius: 4px;
    border-bottom: 2px solid #444444;
    border: 1px groove #f0fffe;
    padding: 1px 18px !important;
    font-size: 0.9em;
	font-weight: 500;
	text-shadow: 0.05em 0.05em white;
    vertical-align: middle !important;
    background: #88b6d57a !important;
    background: -moz-linear-gradient(top, #e2f0f9 0%, #e6f0f7 66%, #88b6d57a 100%) !important;
    background: -webkit-linear-gradient(top, #e2f0f9 0%, #e6f0f7 66%, #88b6d57a 100%) !important;
    background: linear-gradient(to bottom, #e2f0f9 0%, #e6f0f7 66%, #88b6d57a 100%) !important;
    color: black; 
}

.tabExtRow {
    padding-bottom: 5px;
    padding-top: 5px;
}

.tabContainer {
    border: 1px solid #000000;
    border-radius: 6px;
    padding: 6px 0px;
	margin-top: -12px;
	background-image: radial-gradient(circle, #ffffff, #f3f3f3, #f9f9f9, #fafafa, #e6e6e6);
}

#exit_div {
	margin-top: -8px;
    margin-bottom: 10px;
}

.rowCorrect {
	--bs-gutter-x: 0rem;
    --bs-gutter-y: 0rem;
}

.inputCorrect {
	display: flex;
}

#basic-addon1,
#basic-addon2 {
	min-width: 50px;
}

.btn-info-custom {
	color: #FFF;
    background-color: #0085b2;
    border-color: #0dcaf0;
}

.btn-info-custom:hover {
	color: #fafbfc;
    background-color: #59b7d6;
    border-color: #247889;
}

.btn-info-custom:active {
	color: #fafbfc;
    background-color: #32849f;
    border-color: #162d31;
}

.rHeader {
    width: 80%;
    border-radius: 4px;
    border: 2px solid #444444;
    margin: 6px auto;
    text-align: center;
    font-family: evogria;
    background-color: #f6f6f6;
}

table.greenTable {
	border-radius: 10px;
	font-family: 'Verdana';
	margin-top: 6px;
	border: 1px solid #259211;
	background-color: #FAFAFA;
	width: 100%;
	text-align: left;
    font-size: 10px;
    vertical-align: middle; 
}
table.greenTable td,
table.greenTable th {
	border-radius: 5px;
	text-align: center;
	border: 1px solid #FAFAFA;
	padding: 3px 2px;
}
table.greenTable tbody td {
	font-size: 12px;
}
table.greenTable tr:nth-child(even) {
	background: #daf1fe;
}
table.greenTable thead {
	background: #627880;
}
table.greenTable thead th {
	font-size: 12px;
	font-weight: bold;
	color: #FFFFFF;
	border-left: 2px solid #f0ffef;
}
table.greenTable thead th:first-child {
	border-left: none;
}

table.greyTable {
	border-radius: 10px;
	font-family: 'Verdana';
	margin-top: 6px;
	border: 1px solid #259211; 
	background-color: #FAFAFA;
	width: 100%;
	text-align: left;
    font-size: 10px;
    vertical-align: middle; 
}
table.greyTable td,
table.greyTable th {
	border-radius: 5px;
	text-align: center;
	border: 1px solid #FAFAFA;
	padding: 3px 2px;
}
table.greyTable tbody td {
	font-size: 1.2em;
}
table.greyTable tr:nth-child(even) {
	background: #daf1fe;
}
table.greyTable thead {
	background: #627880;
}
table.greyTable thead th {
	font-size: 1.2em;
	font-weight: bold;
	color: #FFFFFF;
	border-left: 2px solid #f0ffef;
	vertical-align: middle;
}
table.greyTable thead th IMG[data-img] {
	width: 16px;
}
table.greyTable thead th:first-child {
	border-left: none;
}

.flex {width: 64px}

DIV#cMex {
	display: block;
    text-align: center;
    margin-top: 14px;
    margin-bottom: 20px;
}

DIV#errbox {
	background-color: #d9d9d9;
	background-image: linear-gradient(40deg, #d9d9d9 25%, #e3e3e3 25%, #e3e3e3 50%, #d9d9d9 50%, #d9d9d9 75%, #e3e3e3 75%, #e3e3e3 100%);
	background-size: 20.00px 16.78px;
    padding: 10px 0px;
    border: 1px solid black;
    border-radius: 6px;
    margin: 0px 10px;
}

DIV#errbox IMG {
    margin-top: -2px;
    width: 30px;
}

DIV#errbox SPAN {
    font-size: 1.2em;
    margin-left: 10px;
    margin-right: 10px;
    font-weight: 500;
}


/* ADJUST SCREEN RESIZING */ 
@media only screen and (max-width: 820px) and (min-width: 400px) and (orientation: landscape) {
	body {
		background-color: #e4dfd8;
	}
	
	#header_text {
		display: none;
	}

    
}

/* MOBILE */
@media only screen and (max-width: 399px) and (orientation: portrait) {
	body {
		/* background-color: #00af51; */
		background-image: url(images/background_tile_mobile.png);
		background-repeat: repeat;
	}
	
	.tabBody {
		display: inline-table;
		width: 100%;
		font-size: 0.7em;
	}
	
	.tabExtRow {
		padding-bottom: 6px;
		padding-top: 6px;
	}	
	
	.tabContainer {
		width: 92%;
	}
	
	table.greyTable tbody td {
		font-size: 0.8em;
	}

	table.greyTable thead th {
		font-size: 0.9em;
	}	
	
	table.greyTable thead th IMG[data-img] {
		width: 12px;
	}
	
	#exit_div {
		margin-top: -12px;
		margin-bottom: 2px;
	}
	
	DIV#errbox IMG {
		margin-top: -6px;
		width: 20px;
	}
	
	IMG[data-iconpdf] {
		width: 30px;
	}
	
	#header {
		height: 86px;
	}
	
    #header_text {
		display: inline-block;
		margin: 0 auto;
		margin-top: 116px;
		left: 50%;
		margin-left: -140px;
		position: absolute;
		z-index: 1;
	}
	
	#header_text p {
		font-weight: normal;
		text-shadow: 1px 1px #718aa0;
	}
	
	#header_logo {
		height: 80px;
		line-height: 100px;
		margin: 0 auto;
		margin-top: -10px;
		float: left;
		margin-left: 4px;
	}
	
	#header_logo img {
		height: 60px;
	}
	
	#header_user {
		top: 0px;
		right: 0px;
		position: absolute;
		padding-top: 0px;
	}
	
	#header_user p {
		/* font-family: 'CODE-Light'; */
		font-family: 'STAYHOME';
		font-size: 20px;
		color: #000000;
		font-weight: bold;
		text-shadow: 1px 1px white;
	}
	
	.sites_info_admin {
		width: calc(100% - 4px) !important;
		margin-left: 2px !important;
		margin-right: 2px !important;
	}
	
	.sites_info_timetables {
		width: 358px !important;
		margin-left: 0px !important;
		margin-right: 0px !important;
	}
	
	SPAN.bck_mobile {
		position: relative;
		z-index: 101;
		background-color: white;
		border-radius: 16px;
		border: 1px solid #1992bb;
	}
	
	SPAN.card_text_correct {
		margin-left: 6px !important;
	}
	
	INPUT.width_intervallo {
		width: 56px !important;
	}
	
	INPUT[TYPE='TIME'] {
		width: 100px !important;
	}
	
	TABLE#ul_loaded {
		font-size: 13px;
	}

    .flex {max-width: 80%}
	
	DIV#body_content {
		padding-top: 3px;
		font-family: CODE-Bold;
		font-size: 24px;
		width: 300px;
		height: 50px;
		text-align: center;
		box-shadow: 1px 1px 1px 1px black;
		margin: 0 auto;
		border-radius: 6px;
		background-image: linear-gradient(25deg, #f6f6f6 25%, #ffffff 25%, #ffffff 50%, #f6f6f6 50%, #f6f6f6 75%, #ffffff 75%, #ffffff 100%);
		background-size: 47.32px 22.07px;
		margin-top: 50px;
	}
}

DIV#body_content SPAN[DATA-LEFT] {
	margin-right: 12px;
}

DIV#body_content SPAN[DATA-RIGHT] {
	margin-left: 12px;
}


DIV#body_content SPAN[DATA-LEFT] IMG#home_gif,
DIV#body_content SPAN[DATA-RIGHT] IMG#home_gif {
    width: 40px;
	height: 40px;
	vertical-align: middle;
}

DIV#body_border {
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    position: absolute;
    border: 4px solid #f9ece8;
    z-index: 1;
}

IMG#security {
	width: 250px;
    margin-top: 20px;
    margin-left: 50px;
}