@charset "UTF-8";

html,body {
/*
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
*/	
	margin: 0px;
	padding: 0px;
	-webkit-text-size-adjust:none;
	/*height: 100% !important;*/
}

/*** MAIN WRAPPER ***/
.mainWrapper {
/*
	min-height: 100%;
	height:100% !important; 
	height:100%; 
	overflow: auto !important; 
*/	
}
/********************/

/*** ANKER ***/
a {
	text-decoration: none;
	outline: 0px;
}
/*************/

/*** FORMULAR ***/
form {
	margin: 0px;
	padding: 0px;
}

.formularNoticeError {
	display: none;
	color: #FF0000;
	padding: 2px 0px 0px 0px;
}

.formElementError {
	border: 1px solid #FF0000;
}
/****************/

/*** FLOAT ***/
.floatLeft {
	float: left;
}

.floatRight {
	float: right;
}


.clear {
	clear: both;
}


/*
.clear:after {
	content: ".";
	display: block;
	clear: both;
	visibility: hidden;
	line-height: 0;
	height: 0;
}
 
.clear {
	display: inline-block;
}
 
html[xmlns] .clear {
	display: block;
}
 
* html .clear {
	height: 1%;
}
*/


/* new clearfix */
/*
.clear:after {
	visibility: hidden;
	display: block;
	font-size: 0;
	content: " ";
	clear: both;
	height: 0;
}
*/
/** html .clear             { zoom: 1; }*/ /* IE6 */
/**:first-child+html .clear { zoom: 1; }*/ /* IE7 */
/*************/

/*** BLOCK ***/
.block {
	display: block;
}
/*************/

/*** H ***/
h1,h2,h3,h4,h5,h6 {
	margin: 0px;
	padding: 0px;
	font-weight: normal;
	line-height: 23px;
}

h2,h3,h4,h5,h6 {
	line-height: 18px;
}

h3,h4,h5,h6 {
	font-size: 12px;
}
/*********/

/*** HIDDEN ***/
.hidden {
	display: none;
}
/**************/

/*** UL FORM ***/
ul.form {
}
/***************/

/*** ALIGN ***/
.alignLeft {
	text-align: left;
}

.alignRight {
	text-align: right;
}
/*************/

/*** IMAGE ***/
img {
	border: 0px;
}
/*************/

/*** LISTS ***/
ul {
	list-style: none;
	margin: 0px;
	padding: 0px;
}
/*************/

/*** P,HR ***/
p,hr {
	margin: 0px;
	padding: 0px;
}
/*********/

/*** FIELDSET ***/
fieldset {
	margin: 0px;
	padding: 5px 5px 5px 10px;
	border: 0px;
	/*
	padding: 0px;
	*/
}

fieldset legend {
/*
	padding: 0px 0px 0px 10px;
*/
}
/****************/

/*** POSITIONS ***/
.relative {
	position: relative;
}

.absolute {
	position: absolute;
}
/*****************/

/*** MISC ***/
.italic {
	font-style: italic;
}

.bold {
	font-weight: bold;
}

.underlined {
	text-decoration: underlined;
}
/************/

/*** IFRAME ***/
.stdIframe {
	border: 0px;
}
/**************/

/*** MY ALERT ***/
#opacity {
	background: #000000;
	position: absolute;
	top: 0;
	left: 0;
	opacity: .7;
	z-index: 99998;
}

#myAlert {
	display: none;
	z-index: 99999;
	position: absolute;
	left: 0;
}

.myAlertBox {
	border-radius: 5px;
	background: #FFFFFF;
	width: 420px;
	min-height: 120px;
	margin: 0 auto;
	position: relative;
	top: 150px;
	padding-top: 5px;
	box-shadow: 0 0 50px 10px rgba(0,0,0,0.2);
	padding: 40px 30px;
	opacity: 0;
	animation: myAlert-appearance-animation 0.5s 0s 1 alternate forwards; 
}

.myAlertBox .controls {
	text-align: center;
	padding-top: 15px;
}

.myAlertBox .title {
	font-size: 0;
	font-weight: 400;
	border: 0;
	width: 50px;
	height: 50px;
	display: block;
	background-repeat: no-repeat;
	background-position: center center;
	background-size: 32px;
	border-radius: 50%;
	position: absolute;
	top: -25px;
	left: 50%;
	transform: translateX(-50%);
	transform-origin: left;
}

.myAlertBox .error {
	background-color: #bb2929;
	background-image: url('data:image/svg+xml,<svg style="color: white" xmlns="http://www.w3.org/2000/svg" width="16" height="16" fill="currentColor" class="bi bi-exclamation" viewBox="0 0 16 16"><path d="M7.002 11a1 1 0 1 1 2 0 1 1 0 0 1-2 0zM7.1 4.995a.905.905 0 1 1 1.8 0l-.35 3.507a.553.553 0 0 1-1.1 0L7.1 4.995z" fill="white"></path></svg>');
	background-size: 42px;
}

.myAlertBox .success {
	background-color: #42bb29;
	background-image: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="220" height="220" fill="currentColor" class="bi bi-check-lg" viewBox="0 0 16 16" id="IconChangeColor"><path d="M12.736 3.97a.733.733 0 0 1 1.047 0c.286.289.29.756.01 1.05L7.88 12.01a.733.733 0 0 1-1.065.02L3.217 8.384a.757.757 0 0 1 0-1.06.733.733 0 0 1 1.047 0l3.052 3.093 5.4-6.425a.247.247 0 0 1 .02-.022Z" id="mainIconPathAttribute" fill="%23ffffff"></path></svg>');
}

.myAlertBox .loading {
	background-color: #888;
	background-image: url('data:image/svg+xml,<svg style="color: white" xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" class="feather feather-loader"><line x1="12" y1="2" x2="12" y2="6"></line><line x1="12" y1="18" x2="12" y2="22"></line><line x1="4.93" y1="4.93" x2="7.76" y2="7.76"></line><line x1="16.24" y1="16.24" x2="19.07" y2="19.07"></line><line x1="2" y1="12" x2="6" y2="12"></line><line x1="18" y1="12" x2="22" y2="12"></line><line x1="4.93" y1="19.07" x2="7.76" y2="16.24"></line><line x1="16.24" y1="7.76" x2="19.07" y2="4.93"></line></svg>');
	animation: myAlert-loading-animation 1s 0.5s infinite forwards; 
}
  
.myAlertBox .message {
	font-size: 1.15rem;
	line-height: 1.4;
	color: #333;
	padding: 20px;
	text-align: center;
}

.myAlertBox a {
	display: inline-block;
	font-size: 0.9rem;
	text-align: center;
	color: #222;
	background: #e6e6e6;
	text-decoration: none;
	line-height: 1rem;
	border-radius: 6px;
	padding: 12px 20px;
	transition: background-color 0.3s ease;
}

.myAlertBox a:hover {
	background: #dbdbdb;
} 

@keyframes myAlert-appearance-animation {
	from { 
		transform: translateY(-20px); 
		opacity: 0;
	}
	to { 
		transform: translateY(0); 
		opacity: 1;
	}
} 

@keyframes myAlert-loading-animation {
	from { rotate: 0; }
	to { rotate: 360deg; }
} 
/****************/

/*** DATEPICKER ***/
.datepicker {
	z-index: 1102;
}

.datepicker { 
	border-collapse: collapse; 
	border: 2px solid #999; 
	position: absolute; 
}

.datepicker tr.controls th { 
	height: 22px; 
	font-size: 11px; 
	padding-top: 5px;
}

.datepicker select { 
	font-size: 11px; 
}

.datepicker tr.days th { 
	height: 18px; 
}

.datepicker tfoot td { 
	height: 18px; 
	text-align: center; 
	text-transform: capitalize; 
}

.datepicker th, .datepicker tfoot td { 
	background: #eee; 
	font: 10px/18px Verdana, Arial, Helvetica, sans-serif; 
}

.datepicker th span, .datepicker tfoot td span { 
	font-weight: bold;
	color: #555555;	
}

.datepicker td span.close {
	margin-right: 6px;
}

.datepicker tbody td { 
	width: 24px; 
	height: 24px; 
	border: 1px solid #ccc; 
	font: 11px/22px Arial, Helvetica, sans-serif; 
	text-align: center; 
	background: #fff;
	color: #555555;
}

.datepicker tbody td.date { 	
	cursor: pointer; 
}

.datepicker tbody td.date.over { 
	background-color: #99ffff; 
}

.datepicker tbody td.date.chosen { 
	font-weight: bold; 
	background-color: #ccffcc; 
}
/******************/

/*** DIALOG ***/
.ui-widget-overlay {
    -moz-background-clip: border;
    -moz-background-origin: padding;
    -moz-background-size: auto auto;
    background-attachment: scroll;
    background-color: #000000;
    background-image: none;
    background-position: 0 0;
    background-repeat: repeat;
    opacity: 0.8;
    filter: alpha(opacity=80);
}

.myLoginDialog {
	padding: 0px;
	border-width: 3px;
}

.myLoginDialog .ui-widget-header {
	background: none;
	font-weight: normal;
	color: #222222;
}

.myLoginDialog .ui-widget-header .ui-state-hover {
	background: none;
	border: 1px solid #FFFFFF;
}

.myLoginDialog .ui-dialog-titlebar {
	background: url(../media/images/global/myloadingdialog_icon_login.png) no-repeat 12px 14px;
	padding-left: 31px;
}

.myLoginDialog .ui-widget-header .ui-dialog-title {
	padding-top: 1px;
}

.myLoginDialog .ui-corner-all {
	border: none;
}

.myLoginDialog .ui-dialog-content {
	border-top: 1px solid #CDCDCD;
	/*overflow: hidden;*/
	padding-bottom: 0px;
}

.myLoginDialog .ui-dialog-buttonpane {
	border: 0px;
	padding-top: 0px;
	padding-bottom: 2px;
	margin-top: 0px;
}

.myLoginDialog .ui-dialog-buttonset .ui-corner-all {
	border: 1px solid #666666;
	-moz-border-radius: 0px;
}

.myLoginDialog .ui-button {
	background: url(../media/images/global/gradient_button.gif) repeat-x 0px 1px;
	color: #222222;
	font-size: 12px;
	min-width: 80px;
	height: 27px;
	margin: 0px;
}

.myLoginDialog button {
	margin: 0px;
}

.myLoginDialog .ui-dialog-buttonpane {
	background: url(../media/images/global/myloadingdialog_background_bottom.png) repeat-x left bottom;
}

.myLoginDialog .ui-button-text {
	padding-top: 0em;
	padding-bottom: 0em;
}

.myLoginDialog fieldset {
	padding: 0px;
}

.myLoginDialog label {
	float: left;
	width: 60px;
	padding-top: 5px;
	text-align: right;
	margin-right: 10px;
}

.myLoginDialog ul {
	margin-top: 5px;
}

.myLoginDialog li {
	margin-top: 6px;
	font-size: 12px;	
}

.myLoginDialog li.loading,
.myLoginDialog li.status {
	margin: 0px;
	padding-top: 2px;
	background: url(../media/images/global/icon_ajax_loading_12x12.gif) no-repeat 70px center;	
	padding-left: 85px;
	display: none;
	clear: both;	
}

.myLoginDialog li.status {
	background: none;
	padding-left: 72px;
	padding-top: 4px;
	padding-bottom: 8px;	
}

.myLoginDialog .notice {
	color: #222222;
}

.myLoginDialog .notice a {
	text-decoration: underline;
	font-size: 12px;
}

.myLoginDialog .stdCheckbox {
	float: left;
	margin-left: 70px;
}

.myLoginDialog .noticeKeepLoggedIn {
	width: auto;
	padding-top: 2px;
}

.myLoginDialog .stdInputText {
	border-top: 1px solid #777777;
	border-right: 1px solid #DDDDDD;
	border-bottom: 1px solid #DDDDDD;
	border-left: 1px solid #777777;
	padding: 4px;
	width: 270px;
	font-family: Arial;
	font-size: 13px;
}
/**************/

/*** NAVIGATION ***/
.navigationList .navigationListItemHorizontal {
	float: left;
}

.navigationList .navigationListItemVertical {
	display: block;
}

.navigationList .navigationListItemHorizontal .subNavigationList {
/*
	display: none;
	position: absolute;
	z-index: 999;
*/	
}

.navigationList .navigationListItemHorizontal:hover .subNavigationList {
	/*
	display: block;
	
	position: absolute;
	z-index: 999;
	left: 0;
	*/
}
/******************/

/*** SOCIAL NETWORK ***/
.socialnetwork iframe {
	width: 86px;
}

.socialnetwork ul.horizontal li {
	margin-right: 3px;
	/*display: inline;*/
	float: left;
}

.socialnetwork ul.vertical li {
}
/**********************/

/*** SERVICE REQUEST ***/
.serviceChoiceObjectRemove {
	float: right;
	width: 50px;
	background: url(../media/images/global/icon_cross.png) no-repeat center center;
	width: 16px;
	height: 16px;
}

.serviceObjectCheckbox {
    float: left;
    margin: 5px;
}
/***********************/

/*** GALLERY ***/
.simpleSlideshow a {
	position: absolute;
	text-decoration: none;
}

.simpleSlideshow a.show {
	z-index: 500;
}

.simpleSlideshow .caption {
	z-index: 501;
}
/***************/


/*** RECOMMENDATION PREVIEW ***/
.recommendationPreview {
	width: 500px;
	height: 400px;
	padding: 10px;
	overflow-y: auto;
	background: #FFFFFF;
	color: #000000;
	position: relative;
}

.recommendationPreview .recommendationTitle {
	padding: 5px;
	border-bottom: 1px solid #888888;
	margin-bottom: 10px;
}

.recommendationPreview .recommendationContent {
	padding-left: 5px;
	line-height: 18px;
}

.recommendationPreview .recommendationFooter {
	position: absolute;
	bottom: 0px;
	padding: 5px;
	margin-top: 10px;
	border-top: 1px solid #888888;
	font-size: 11px;
}

/******************************/

/*** TABLIST ***/
.tabList {
	width: 100%;
	float: left;
}

.tabList .tabListItem {
	float: left;
	margin-right: 2px;
}

.tabList .tabLink {
	margin-bottom: -1px;
}
/***************/

/*** IMAGE LOADING ***/
a.imgprev {
	display: block;
}

a.imgprev img {
	display: none;
}
/*********************/

/*** MODULE EDIT ***/
.iconEditModule {
	width: 48px;
	height: 47px;
	display: block;
	background: url("../media/images/global/icon_edit_module.png") no-repeat center center;	
	position: absolute;
	z-index: 1000;
}
/*******************/