

/*
	WI400 TREEMENU STYLE
*/
.wi400-magnifier {
	font-size: 1.11vw !important;
	font-weight: bold;
}
.icon_mess:before {
	float: right;
	margin-right: 10px;
    font-family: FontAwesome;
    font-style: normal;
    font-weight: normal;
    text-decoration: inherit;
	font-size: 22px;
}

.wi400-grid-row-categories {
	border-bottom: 1px solid #EDEDED;
	padding-left: 10px;
	padding-top: 3px;
	padding-bottom: 3px;
	font-size: 20px;
}

.wi400-grid-row-cell.ui-selected {
	background-color: red !important;
}

.wi400-grid-row-cell.ui-selecting {
	background-color: yellow !important;
}

.ccq-button-active:hover {
	opacity: 0.7;
    filter:alpha(opacity=40);
}

#pageTitle {
	position: absolute;
	right: 190px;
	left: 5px;
}

#right-menu-lock {
	position: absolute;
	left: 16px;
	top: 2px;
	font-size: 17px;
	cursor: pointer;
}

/*
----------------------------------------------------------------
	CSS MEN� WIDGET
*/
.cont-circle-widget {
	position: absolute;
 	display: none;
    bottom: -2px;
    right: 3px;
    width: 15px;
    height: 15px;
    text-align: center;
    background: #f70000;
    border-radius: 25px;
}

#announceWidget {
	position: relative;
	text-align: center;
}

.contBodyWidget {
	position: relative;
	top: 0px;
	width: 0px;
	height: 100%;
/* 	background: blue; */
	transition: all 0.5s linear; 
	-o-transition: all 0.5s linear; 
	-ms-transition: all 0.5s linear;
	-moz-transition: all 0.5s linear; 
	-webkit-transition: all 0.5s linear;
}
.contWidget {
	position: fixed;
	top: 0px;
	width: 100%;
/*  	z-index: 99;  */
/* 	background: red; */
}

.openWidget{
	position: absolute;
	top: 70px;
	left: -10px;
	width: 266px;
	bottom: 0px;
/*  	background: yellow;  */
}

.menuWidget {
	position: absolute;
	top: -70px;
	left: 10px;
	bottom: 0px;
	width: 258px;
	background: white;
	padding-left: 15px;
    padding-top: 20px;
	box-shadow: inset 7px 0 9px -7px rgba(0,0,0,0.7);
/* 	background-image: url("/GIWI400/themes/common/images/sfondo.jpg"); */
	-webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
}
/*
----------------------------------------------------------------
*/

.trapezoid {
	border-bottom: 10px solid transparent;
    border-left: 6px solid rgb(206, 217, 231);
    border-top: 10px solid transparent;
    height: 34px;
    width: 0px;
   	position: fixed;
    top: 50%;
	display: table-column;
    margin-top: -17px;
    margin-left: 6px;
}

.trapezoid_border {
    border-left: 6px solid #8ea4c1;
    margin-left: 7px;
}

.trapezoid i{
	position: relative;
    left: -9px;
    font-size: 17px;
    margin-top: 6px;
    color: black;
}

.trapezoid.none {
	display: none;
}

select ~ button:disabled {
	opacity: 0.5;
}

select:disabled {
	background: #e5e5e5;
}

.wi400-top-menu {
	top: 0px;
}

.floatTopScroll {
	z-index: 100;
	position: fixed;
	top: 0px;
}

.input-search-action{
	position: relative;
	width: 153px;
	left: 8px;
	top: 3px;
	padding-left: 20px;
	margin-right: 10px;
	background-image: url(themes/common/images/search_black.png);
	background-repeat: no-repeat;
	outline: none;
	background-position: 1px 1px;
}

.input-search-action::-ms-clear {
    display: none;
}

.wi400-tree-menu{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #5b5a5a;
}

.allegati_mess {
	color: blue;
	cursor: pointer;
	background-position: 0px center;
    background-repeat: no-repeat;
	padding-left: 25px;
}

.confirm_mess_button {
    background-position: 2px center;
    background-repeat: no-repeat;
	padding-left: 25px;
}

.ui-datepicker-trigger {
	position: relative;
	left: 10px;
	top: 3px;
}
.ui-datepicker-header {
	height: 30px;
}

#ui-datepicker-div {
	width: 334px;
}

#datepicker-close {
	border: none;
	background: transparent;
}

#datepicker-close:hover{
	border: 1px solid #999;
	background: #dadada url(../../../routine/jquery/css/images/ui-bg_glass_75_dadada_1x400.png) 50% 50% repeat-x;
}

.select-field:FOCUS{
	background-color:#ffffa5;
}


.wi400-tree-menu A {
	padding-left:5px;
	line-height: 20px;
	height:20px;
}
/*
	LOGIN
*/
.cont_button {
	border-left: 1px solid #cccccc;
}

.loginLeftBoxLogo {
	position: absolute;
	margin:auto;
	top: 0px;
	bottom: 0px;
	left: 0px;
	right: 0px;
}
.button-login {
	background: #f3f3f3;
	-webkit-appearance: none;
	-moz-appearance: none;
}

.button-login:disabled {
	opacity: 0.5;
	background: #f3f3f3;
}
.button-login:enabled {
	background: #f3f3f3;
}

/*
	DEBUG CONSOLE
*/
#debugHeader{
	height:30px;
	width:100%;
	position:absolute;
	top:0px;
	right:0px;
	cursor:pointer;
	left:0px;
	z-index:10;
	padding-left:10px;
	padding-top:5px;
	background-color: #000000;
	color:green;
	border-bottom:5px solid green;
	font-family: Arial, Helvetica, sans-serif;
}

#cache { 
	position:absolute;
	top:200px;
	z-index:10;
	padding:10px;
	display:none;
}

#debugConsole{
	width:100%;
	position:absolute;
	top:30px;
	right:0px;
	left:0px;
	z-index:10;
	padding:10px;
	border:0px solid #DE0021;
	background-color: #000000;
	overflow:auto;
	color:green;
	font-size:11pt;
	border-bottom:5px solid green;
	font-family: monospace;
}

/*
	WI400 GRID STYLE
*/

.wi400-grid {
	width: 100%;
	background: #FFFFFF;
	border-right: 1px solid #EDEDED;
	text-decoration: none;
}

.wi400-grid-menu {
	background: #f8f8f8;
	border-right: 1px solid #CCCCCC;
	border-left: 1px solid #CCCCCC;
	border-bottom: 1px solid #CCCCCC;
	margin-right:20px;
	margin-left:20px;
	height:27px;
}

.wi400-grid-filter {
	background: #f8f8f8;
	border-right: 1px solid #CCCCCC;
	border-left: 1px solid #CCCCCC;
	border-top: 1px solid #CCCCCC;
	margin-right:20px;
	margin-left:20px;
	height:27px;
}

.wi400-grid-filter-lower {
	background: #f8f8f8;
	border-right: 1px solid #CCCCCC;
	border-left: 1px solid #CCCCCC;
	border-bottom: 1px solid #CCCCCC;
	margin-right:20px;
	margin-left:20px;
	height:27px;
}

.filter-field{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	background:#FFFFFF;
	color:#5b5a5a;
	padding-left: 2px;
	border-left:1px solid #d4d0c8;
	border-right:1px solid #d4d0c8;
	border-top:1px solid #d4d0c8;
	border-bottom:1px double #d4d0c8;
}

.wizard-header {
	background-image: url("/GIWI400/themes/common/images/grid/grid_total.gif");
	background-repeat: repeat-x;
	height: 22px;
}

.wizard-exit-button {
	color: #c5c5c5;
	background: #7b7b7b;
}

.filter-button {
	margin:5px;
	background: #FFFFFF;
	color: #636363;
	font-size: 11px;
	font-family: Arial, Helvetica, sans-serif;
	text-align: center;
	font-weight: bold;
}

.wi400-grid-button-detail {
	margin-left:15px;
	border:1px solid #CCCCCC;
	border-top:none;
	background-color: #e0e0e0;
}

.wi400-grid-detail {
	margin-top:0px;
}

.wi400-grid-detail-open {
	margin-top:10px;
}

.wi400-grid-menu-cell {
	padding-right:5px;
	padding-left:5px;
}

.wi400-grid-menu-page {
	text-align:center;
	padding-right:5px;
	padding-left:5px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color:#636363;
}

.wi400-grid-header {
	height: 26px;
}

.wi400-grid-total-cell,.wi400-grid-header-group,.wi400-grid-sub-total-cell,.wi400-grid-extra-cell,.wi400-grid-header-cell,.wi400-grid-header-first-cell,.wi400-grid-header-cell-over {
	background-image: url("/GIWI400/themes/common/images/grid/grid_header.gif");
	background-repeat: repeat-x;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	white-space: nowrap;
	padding-left: 5px;
	padding-right: 5px;
	border-bottom: 1px solid #D0D0D0;
	color: #5b5a5a;
}

.wi400-grid-total-cell{
	background-image: url("/GIWI400/themes/common/images/grid/grid_total.gif");
}
.wi400-grid-extra-cell{
	background-image: url("/GIWI400/themes/common/images/grid/grid_extra.gif");
}

.wi400-grid-header-group{
	background-image: url("/GIWI400/themes/common/images/grid/grid_group.gif");
	color: #182177;	
}

.wi400-grid-sub-total-cell{
	background-image: url("/GIWI400/themes/common/images/grid/grid_subtotal.gif");
}

.wi400-grid-header-cell-over {
	background: #ffffa5;
}

.wi400-grid-header-cell,.wi400-grid-header-cell-over,.wi400-grid-header-group {
	border-left: 1px solid #D0D0D0;
}

.wi400-grid-header-cell-vertical{
	-webkit-transform:rotate(270deg);
	-moz-transform:rotate(270deg);
	-o-transform: rotate(270deg);
	/*transform: rotate(270deg);*/
	white-space:nowrap;
	display:block;
	width:20px;
	font-weight:normal;
	letter-spacing:1px;
	margin-bottom:0px;
}
.wi400-grid-row
{
	/*cursor:pointer;*/
}

.wi400-grid-row_pair
{
	background-color:#f7f7f7;
}

.wi400-grid-row_selected {
	background:#ffffa5;
}

.wi400-grid-row_over {
	background:#edeef0;
}

.wi400-grid-row_over_selected {
	background:#fdfdcf;
}
.wi400-grid-row-cell {
	white-space: nowrap;
	padding-left: 5px;
	padding-right: 5px;
	border-bottom: 1px solid #EDEDED;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color:#636363;
}

.wi400_font_Courier {
	font-family: Courier, Arial, Helvetica, sans-serif;
}

.wi400-grid-row-content {
	overflow: hidden;
	white-space: nowrap;
}

.wi400-col-fixed-width {
	table-layout:fixed;
	word-wrap:break-word;
//	word-break:break-all;
}

a.rowDetail,
a.rowDetail:visited,
a.rowDetail:active,
a.rowDetail:hover{
	color:#006633;
	text-decoration: underline;
}

/*************************
STILI PERSONALIZZATI
*************************/

.personalGridColStyle{
	background-color: #DE0021;
	color: #FFFFFF;
	font-weight: bold;
}

/***********************
MESSAGGI
**************************/
.messageLabel_ERROR,
.messageLabel_ALERT,
.messageLabel_INFO,
.messageLabel_WARNING,
.messageLabel_SUCCESS {
	font-family: "lucida grande", tahoma, verdana, arial, sans-serif;
	font-size: 11px;
	font-weight: bold;
	font-style: normal;
}

.messageLabel_ERROR {
	color: #de0021;
}

.messageLabel_ALERT {
	color: #a09326;
}

.messageLabel_INFO {
	color: #577785;
}

.messageLabel_WARNING {
	color: #A580AB;
}

.messageLabel_SUCCESS {
	color: #5b9935;
}

.messageArea_ERROR,
.messageArea_ALERT,
.messageArea_INFO,
.messageArea_WARNING,
.messageArea_SUCCESS {
	text-align: center;
	overflow-y: visible;
	cursor: n-resize;
}


.messageArea_ERROR {
	border-bottom: 1px solid #ecafb8;
	scrollbar-base-color: #ffebe8;
	background-color: #ffebe8;
}

.messageArea_ALERT {
	border-bottom: 1px solid #d5cc81;
	scrollbar-base-color: #faf4c2;
	background-color: #faf4c2;
}

.messageArea_INFO {
	border-bottom: 1px solid #577785;
	scrollbar-base-color: #aecadb;
	background-color: #dfe7ec;
}

.messageArea_WARNING {
	border-bottom: 1px solid #A580AB;
	scrollbar-base-color: #DBAECA;
	background-color: #EAD6ED;
}

.messageArea_SUCCESS {
	border-bottom: 1px solid #9eb78f;
	scrollbar-base-color: #cde5be;
	background-color: #cde5be;
}



/*
	STILI WI400TABS
*/

.wi400TabHeader {
	height:22px;
	width:100%;
	margin: 0px;
	padding: 0px;
}

.wi400Tab,.wi400TabActive,.wi400TabError,.wi400TabActiveError{
	white-space: nowrap;
	padding-left:8px;
	padding-right:8px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
}

.wi400Tab {
	color: #e0e0e0;
	background-color: #8d8d8d;
	cursor: pointer;
}

.wi400TabActive {
	color: #222222;
	background-color: #fadd69;
	font-weight: bold;
}

.wi400TabError {
	color: #e0e0e0;
	background-color: #a61810;
	cursor: pointer;
}

.wi400TabActiveError {
	color: #f2f1f1;
	background-color: #e90506;
	font-weight: bold;
}

.wi400TabContainer{
	width:100%;
	border: 4px solid #fadd69;
}

.wi400TabContainerError{
	width:100%;
	border: 4px solid #e90506;
}

.wi400TabContent_Hide{
	display:none;
}

.wi400TabContent_Show{
	display:block;
}

/* 
	STILI ALBERO
*/

.treeContainer {
	width: 100%;
	white-space: nowrap;
	padding:5px;
}

/* 
	STILI SCRIPTACOLOUS
*/

  .activeOrder { 
  	background: yellow; 
  	margin:1px; 
  	padding: 1px; 
  	list-style: none; 
  	list-style-position: outside;
  }
  
  .deactiveOrder {
  	list-style: none; 
  	margin:1px; 
  	padding: 1px; 
  	list-style-position: outside;
  }
  
  .activeOrder li{
  	cursor: n-resize;
  	border-bottom: 1px solid gray;
  }


/*
	STILI MANAGE IMAGE
	
*/

.wi400ManageImage {
	background: #f8f8f8;
	border-right: 1px solid #CCCCCC;
	border-left: 1px solid #CCCCCC;
	border-bottom: 1px solid #CCCCCC;
	height:27px;
}

.wi400TextPanel {
	font-size: 10pt;
	
}
/*
	PAGE STATUS MESSAGE
*/

.pageLoader{
	background: #DE0021;
	width:220px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #FFFFFF;
	padding:3px;
	text-align: center;
	font-weight: bold;
}

.pageUpdate{
	background: #efef84;
	width:120px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #6d4f12;
	text-align:center;
	padding:3px;
	font-weight: bold;
	background-image: url("/GIWI400/themes/common/images/edit.png");
	background-repeat: no-repeat;
}

.wi400-default-grid{
	width:auto;
}

.select-option-fixed{
	text-decoration:underline;
	color:#DE0021;
}

.detail-row-hidden{
	display:none;
}

input[type=button]:disabled{
	color:#cccccc !important;
}
.margin-zero {
	margin:0px!important;
}
.cssbutton-active {
	background-color:#ffc477;
	-webkit-border-top-left-radius:8px;
	-moz-border-radius-topleft:8px;
	border-top-left-radius:8px;
	-webkit-border-top-right-radius:8px;
	-moz-border-radius-topright:8px;
	border-top-right-radius:8px;
	-webkit-border-bottom-right-radius:8px;
	-moz-border-radius-bottomright:8px;
	border-bottom-right-radius:8px;
	-webkit-border-bottom-left-radius:8px;
	-moz-border-radius-bottomleft:8px;
	border-bottom-left-radius:8px;
	text-indent:0;
	border:1px solid #eeb44f;
	display:inline-block;
	color:#ffffff;
	font-family:Arial;
	font-size:14px;
	font-weight:bold;
	font-style:normal;
	height:120px;
	width:120px;
	text-decoration:none;
	text-align:center;
	text-shadow:1px 1px 0px #cc9f52;
	margin:1px;
	white-space: normal;
	background-image: url(themes/common/images/cart_empty.png); 
	background-repeat: no-repeat; 
	background-position: left top; 
	padding-top:52px;
}
.cssbutton-active:hover {
	opacity: 0.4;
    filter:alpha(opacity=40);   
	/*background-color:#fb9e25;*/
}
.cssbutton-active:active {
	position:relative;
	opacity: 0.7;	
	top:1px;
}
.cssbutton-disabled {
	background-color:#2E2E2E;
	-webkit-border-top-left-radius:8px;
	-moz-border-radius-topleft:8px;
	border-top-left-radius:8px;
	-webkit-border-top-right-radius:8px;
	-moz-border-radius-topright:8px;
	border-top-right-radius:8px;
	-webkit-border-bottom-right-radius:8px;
	-moz-border-radius-bottomright:8px;
	border-bottom-right-radius:8px;
	-webkit-border-bottom-left-radius:8px;
	-moz-border-radius-bottomleft:8px;
	border-bottom-left-radius:8px;
	text-indent:0;
	border:1px solid #ede351;
	display:inline-block;
	color:#ffffff;
	font-family:Arial;
	font-size:12px;
	font-weight:bold;
	font-style:normal;
	height:50px;
	line-height:50px;
	width:86px;
	text-decoration:none;
	text-align:center;
	text-shadow:1px 1px 0px #cc9f52;
	margin:1px;
	white-space: normal;
}
.cssbutton-margin-zero {
	margin:0px!important;
	width:85px;
}
.action-link {
	background-color: #c8a2c8;
    border: 1px solid #ca71ca;
}

.wi400-updown {
	position: relative;
	cursor: n-resize;
	top: -2px;
	left: -2px;
}

.wi400-updown-none {
	height: 7px;
	width: 7px;
}

/* Altezza li dei InputTextMultipli*/
.sizeDeactiveOrder {
	position: relative;
	height: 21px;
}

.multiInputtextDisabled {
	position: relative;
	top: -10px;
	left: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #595858;
	padding-left: 2px;
}

.multi-wi400-pointer {
	position: relative;
	top: -7px;
	left: 0px;
	cursor: pointer;
}

.wi400-pointer {
	top: 2px;
	cursor: pointer;
}

.multi-detail-message-cell {
	position: relative;
	top: -11px;
	left: 0px;
}

.sub-detail-message-cell{
	position: relative;
	top: 0px;
}

.detail-row .detail-value-cell {
	position: relative;
}

td[id$="_DESCRIPTION"] {
	/*background-color: red;*/
	overflow: hidden;
    text-overflow: ellipsis;
	max-width: 10px;
}

.i_updown {
	background-image: url("/GIWI400/themes/common/images/triangle_up_down.png");
}
/*
Loading bar
*/
#wi400_info_box {
	display:none;
	position:absolute;
	height:58px;
	/*background-color:#de0021;*/
	background-image: url("/GIWI400/themes/common/images/loading.png");
	z-index:9999;
	line-height:40px;
	/*border-radius: 0px 0px 4px 4px;*/
	text-align:center;
	color:#ffffff;
	font-weight: bold;
	width:340px;
	top:0px;
	left:35%;
}
#wi400_modify_box {
	display:none;
	position:absolute;
	height:29px;
	/*background-color:#de0021;*/
	background-image: url("/GIWI400/themes/common/images/edit.png");
	z-index:19999;
	line-height:25px;
	/*border-radius: 0px 0px 4px 4px;*/
	text-align:center;
	color:#F3C10D;
	font-weight: bold;
	width:340px;
	top:0px;
	left:65%;
}
.ui-autocomplete-loading {
    background: white url('../themes/common/images/ui-anim_basic_16x16.gif') right center no-repeat;
}

.placeholderList {
	background: white;
	box-shadow: inset 0px 0px 10px 0px #9c9c9c;
}

.separatorGroup {
	text-align: center;
}


/* screen */
div#eScreen {
	background: url('screenBG.gif') repeat;
}
/* dialog window */
table.dialogWindow {
	background-color: white;
	border-collapse: collapse;
}
/* dialog window header */
.dialogWindow th {
	background-color: silver;
	padding: 4px;
	border-collapse: collapse;
	border: 0;
	cursor: move;
}
/* dialog window header icon */
.dialogWindow th img {
	cursor: pointer;
	margin: 3px 3px 0 0;
}

/* dialog window body */
.dialogWindow td {
	border-collapse: collapse;
	border: 0;
	padding: 0;
}
/* dialog window iframe */
.dialogWindow iframe {
	border: 0;
	margin:0;
}		
/* screen */
div#eScreen {
	background: url("/GIWI400/themes/common/images/screenBG.gif") repeat;
}

/* dialog window */
table.dialogWindow {
	background-color: white;
	border-collapse: collapse;
	border:1px solid #cccccc;
}

/* dialog window header */
.dialogWindow th {
	background-color: #edeef0;
	padding-left: 5px;
	border: 0;
	cursor: move;
}

/* dialog window header icon */
.dialogWindow th img {
	cursor: pointer;
	margin: 3px 3px 0 0;
}

/* dialog window body */
.dialogWindow td {
	border-collapse: collapse;
	padding: 4;
	background-color: #edeef0;
}

/* dialog window iframe */
.dialogWindow iframe {
	border: 1px solid #cccccc;
	margin:0;
}		


.iPhoneCheckContainer {
  position: relative;
  height: 15px;
  cursor: pointer;
  overflow: hidden; }
  .iPhoneCheckContainer input {
    position: absolute;
	top:0px;
    left: 30px;
    opacity: 0;
    -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0); }
  .iPhoneCheckContainer label {
    white-space: nowrap;
    font-size: 11px;
    line-height: 10px;
    font-weight: bold;
    font-family: "Helvetica Neue", Arial, Helvetica, sans-serif;
    text-transform: uppercase;
    cursor: pointer;
    display: block;
    height: 15px;
    position: absolute;
    width: auto;
    top: 0;
    padding-top: 3px;
    overflow: hidden; }
  .iPhoneCheckContainer, .iPhoneCheckContainer label {
    user-select: none;
    -moz-user-select: none;
    -khtml-user-select: none; }

.iPhoneCheckDisabled {
  opacity: 0.5;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=50);
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=50); }

label.iPhoneCheckLabelOn {
  color: white;
  background: url("/GIWI400/themes/common/images/switch/on.png?1282083753") no-repeat;
  text-shadow: 0px 0px 2px rgba(0, 0, 0, 0.6);
  left: 0;
  padding-top: 3px; }
  label.iPhoneCheckLabelOn span {
    padding-left: 10px; }
label.iPhoneCheckLabelOff {
  color: #8b8b8b;
  background: url("/GIWI400/themes/common/images/switch/off.png?1282083753") no-repeat right 0;
  text-shadow: 0px 0px 2px rgba(255, 255, 255, 0.6);
  text-align: right;
  right: 4; }
  label.iPhoneCheckLabelOff span {
    padding-right: 8px; }

.iPhoneCheckHandle {
  display: block;
  height: 15px;
  cursor: pointer;
  position: absolute;
  top: 0;
  left: 0;
  width: 0;
  background: url("/GIWI400/themes/common/images/switch/slider_left.png?1282083753") no-repeat;
  padding-left: 3px; }

.iPhoneCheckHandleRight {
  height: 100%;
  width: 100%;
  padding-right: 3px;
  background: url("/GIWI400/themes/common/images/switch/slider_right.png?1282083753") no-repeat right 0; }

.iPhoneCheckHandleCenter {
  height: 100%;
  width: 100%;
  background: url("/GIWI400/themes/common/images/switch//slider_center.png?1282083753"); }


/*!
 *  Font Awesome 4.4.0 by @davegandy - http://fontawesome.io - @fontawesome
 *  License - http://fontawesome.io/license (Font: SIL OFL 1.1, CSS: MIT License)
 */@font-face{font-family:'FontAwesome';src:url('themes/common/css/fonts/fontawesome-webfont.eot?v=4.4.0');src:url('themes/common/css/fonts/fontawesome-webfont.eot?#iefix&v=4.4.0') format('embedded-opentype'),url('themes/common/css/fonts/fontawesome-webfont.woff2?v=4.4.0') format('woff2'),url('themes/common/css/fonts/fontawesome-webfont.woff?v=4.4.0') format('woff'),url('themes/common/css/fonts/fontawesome-webfont.ttf?v=4.4.0') format('truetype'),url('themes/common/css/fonts/fontawesome-webfont.svg?v=4.4.0#fontawesomeregular') format('svg');font-weight:normal;font-style:normal}.fa{display:inline-block;font:normal normal normal 14px/1 FontAwesome;font-size:inherit;text-rendering:auto;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.fa-lg{font-size:1.33333333em;line-height:.75em;vertical-align:-15%}.fa-2x{font-size:2em}.fa-3x{font-size:3em}.fa-4x{font-size:4em}.fa-5x{font-size:5em}.fa-fw{width:1.28571429em;text-align:center}.fa-ul{padding-left:0;margin-left:2.14285714em;list-style-type:none}.fa-ul>li{position:relative}.fa-li{position:absolute;left:-2.14285714em;width:2.14285714em;top:.14285714em;text-align:center}.fa-li.fa-lg{left:-1.85714286em}.fa-border{padding:.2em .25em .15em;border:solid .08em #eee;border-radius:.1em}.fa-pull-left{float:left}.fa-pull-right{float:right}.fa.fa-pull-left{margin-right:.3em}.fa.fa-pull-right{margin-left:.3em}.pull-right{float:right}.pull-left{float:left}.fa.pull-left{margin-right:.3em}.fa.pull-right{margin-left:.3em}.fa-spin{-webkit-animation:fa-spin 2s infinite linear;animation:fa-spin 2s infinite linear}.fa-pulse{-webkit-animation:fa-spin 1s infinite steps(8);animation:fa-spin 1s infinite steps(8)}@-webkit-keyframes fa-spin{0%{-webkit-transform:rotate(0deg);transform:rotate(0deg)}100%{-webkit-transform:rotate(359deg);transform:rotate(359deg)}}@keyframes fa-spin{0%{-webkit-transform:rotate(0deg);transform:rotate(0deg)}100%{-webkit-transform:rotate(359deg);transform:rotate(359deg)}}.fa-rotate-90{filter:progid:DXImageTransform.Microsoft.BasicImage(rotation=1);-webkit-transform:rotate(90deg);-ms-transform:rotate(90deg);transform:rotate(90deg)}.fa-rotate-180{filter:progid:DXImageTransform.Microsoft.BasicImage(rotation=2);-webkit-transform:rotate(180deg);-ms-transform:rotate(180deg);transform:rotate(180deg)}.fa-rotate-270{filter:progid:DXImageTransform.Microsoft.BasicImage(rotation=3);-webkit-transform:rotate(270deg);-ms-transform:rotate(270deg);transform:rotate(270deg)}.fa-flip-horizontal{filter:progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1);-webkit-transform:scale(-1, 1);-ms-transform:scale(-1, 1);transform:scale(-1, 1)}.fa-flip-vertical{filter:progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1);-webkit-transform:scale(1, -1);-ms-transform:scale(1, -1);transform:scale(1, -1)}:root .fa-rotate-90,:root .fa-rotate-180,:root .fa-rotate-270,:root .fa-flip-horizontal,:root .fa-flip-vertical{filter:none}.fa-stack{position:relative;display:inline-block;width:2em;height:2em;line-height:2em;vertical-align:middle}.fa-stack-1x,.fa-stack-2x{position:absolute;left:0;width:100%;text-align:center}.fa-stack-1x{line-height:inherit}.fa-stack-2x{font-size:2em}.fa-inverse{color:#fff}.fa-glass:before{content:"\f000"}.fa-music:before{content:"\f001"}.fa-search:before{content:"\f002"}.fa-envelope-o:before{content:"\f003"}.fa-heart:before{content:"\f004"}.fa-star:before{content:"\f005"}.fa-star-o:before{content:"\f006"}.fa-user:before{content:"\f007"}.fa-film:before{content:"\f008"}.fa-th-large:before{content:"\f009"}.fa-th:before{content:"\f00a"}.fa-th-list:before{content:"\f00b"}.fa-check:before{content:"\f00c"}.fa-remove:before,.fa-close:before,.fa-times:before{content:"\f00d"}.fa-search-plus:before{content:"\f00e"}.fa-search-minus:before{content:"\f010"}.fa-power-off:before{content:"\f011"}.fa-signal:before{content:"\f012"}.fa-gear:before,.fa-cog:before{content:"\f013"}.fa-trash-o:before{content:"\f014"}.fa-home:before{content:"\f015"}.fa-file-o:before{content:"\f016"}.fa-clock-o:before{content:"\f017"}.fa-road:before{content:"\f018"}.fa-download:before{content:"\f019"}.fa-arrow-circle-o-down:before{content:"\f01a"}.fa-arrow-circle-o-up:before{content:"\f01b"}.fa-inbox:before{content:"\f01c"}.fa-play-circle-o:before{content:"\f01d"}.fa-rotate-right:before,.fa-repeat:before{content:"\f01e"}.fa-refresh:before{content:"\f021"}.fa-list-alt:before{content:"\f022"}.fa-lock:before{content:"\f023"}.fa-flag:before{content:"\f024"}.fa-headphones:before{content:"\f025"}.fa-volume-off:before{content:"\f026"}.fa-volume-down:before{content:"\f027"}.fa-volume-up:before{content:"\f028"}.fa-qrcode:before{content:"\f029"}.fa-barcode:before{content:"\f02a"}.fa-tag:before{content:"\f02b"}.fa-tags:before{content:"\f02c"}.fa-book:before{content:"\f02d"}.fa-bookmark:before{content:"\f02e"}.fa-print:before{content:"\f02f"}.fa-camera:before{content:"\f030"}.fa-font:before{content:"\f031"}.fa-bold:before{content:"\f032"}.fa-italic:before{content:"\f033"}.fa-text-height:before{content:"\f034"}.fa-text-width:before{content:"\f035"}.fa-align-left:before{content:"\f036"}.fa-align-center:before{content:"\f037"}.fa-align-right:before{content:"\f038"}.fa-align-justify:before{content:"\f039"}.fa-list:before{content:"\f03a"}.fa-dedent:before,.fa-outdent:before{content:"\f03b"}.fa-indent:before{content:"\f03c"}.fa-video-camera:before{content:"\f03d"}.fa-photo:before,.fa-image:before,.fa-picture-o:before{content:"\f03e"}.fa-pencil:before{content:"\f040"}.fa-map-marker:before{content:"\f041"}.fa-adjust:before{content:"\f042"}.fa-tint:before{content:"\f043"}.fa-edit:before,.fa-pencil-square-o:before{content:"\f044"}.fa-share-square-o:before{content:"\f045"}.fa-check-square-o:before{content:"\f046"}.fa-arrows:before{content:"\f047"}.fa-step-backward:before{content:"\f048"}.fa-fast-backward:before{content:"\f049"}.fa-backward:before{content:"\f04a"}.fa-play:before{content:"\f04b"}.fa-pause:before{content:"\f04c"}.fa-stop:before{content:"\f04d"}.fa-forward:before{content:"\f04e"}.fa-fast-forward:before{content:"\f050"}.fa-step-forward:before{content:"\f051"}.fa-eject:before{content:"\f052"}.fa-chevron-left:before{content:"\f053"}.fa-chevron-right:before{content:"\f054"}.fa-plus-circle:before{content:"\f055"}.fa-minus-circle:before{content:"\f056"}.fa-times-circle:before{content:"\f057"}.fa-check-circle:before{content:"\f058"}.fa-question-circle:before{content:"\f059"}.fa-info-circle:before{content:"\f05a"}.fa-crosshairs:before{content:"\f05b"}.fa-times-circle-o:before{content:"\f05c"}.fa-check-circle-o:before{content:"\f05d"}.fa-ban:before{content:"\f05e"}.fa-arrow-left:before{content:"\f060"}.fa-arrow-right:before{content:"\f061"}.fa-arrow-up:before{content:"\f062"}.fa-arrow-down:before{content:"\f063"}.fa-mail-forward:before,.fa-share:before{content:"\f064"}.fa-expand:before{content:"\f065"}.fa-compress:before{content:"\f066"}.fa-plus:before{content:"\f067"}.fa-minus:before{content:"\f068"}.fa-asterisk:before{content:"\f069"}.fa-exclamation-circle:before{content:"\f06a"}.fa-gift:before{content:"\f06b"}.fa-leaf:before{content:"\f06c"}.fa-fire:before{content:"\f06d"}.fa-eye:before{content:"\f06e"}.fa-eye-slash:before{content:"\f070"}.fa-warning:before,.fa-exclamation-triangle:before{content:"\f071"}.fa-plane:before{content:"\f072"}.fa-calendar:before{content:"\f073"}.fa-random:before{content:"\f074"}.fa-comment:before{content:"\f075"}.fa-magnet:before{content:"\f076"}.fa-chevron-up:before{content:"\f077"}.fa-chevron-down:before{content:"\f078"}.fa-retweet:before{content:"\f079"}.fa-shopping-cart:before{content:"\f07a"}.fa-folder:before{content:"\f07b"}.fa-folder-open:before{content:"\f07c"}.fa-arrows-v:before{content:"\f07d"}.fa-arrows-h:before{content:"\f07e"}.fa-bar-chart-o:before,.fa-bar-chart:before{content:"\f080"}.fa-twitter-square:before{content:"\f081"}.fa-facebook-square:before{content:"\f082"}.fa-camera-retro:before{content:"\f083"}.fa-key:before{content:"\f084"}.fa-gears:before,.fa-cogs:before{content:"\f085"}.fa-comments:before{content:"\f086"}.fa-thumbs-o-up:before{content:"\f087"}.fa-thumbs-o-down:before{content:"\f088"}.fa-star-half:before{content:"\f089"}.fa-heart-o:before{content:"\f08a"}.fa-sign-out:before{content:"\f08b"}.fa-linkedin-square:before{content:"\f08c"}.fa-thumb-tack:before{content:"\f08d"}.fa-external-link:before{content:"\f08e"}.fa-sign-in:before{content:"\f090"}.fa-trophy:before{content:"\f091"}.fa-github-square:before{content:"\f092"}.fa-upload:before{content:"\f093"}.fa-lemon-o:before{content:"\f094"}.fa-phone:before{content:"\f095"}.fa-square-o:before{content:"\f096"}.fa-bookmark-o:before{content:"\f097"}.fa-phone-square:before{content:"\f098"}.fa-twitter:before{content:"\f099"}.fa-facebook-f:before,.fa-facebook:before{content:"\f09a"}.fa-github:before{content:"\f09b"}.fa-unlock:before{content:"\f09c"}.fa-credit-card:before{content:"\f09d"}.fa-feed:before,.fa-rss:before{content:"\f09e"}.fa-hdd-o:before{content:"\f0a0"}.fa-bullhorn:before{content:"\f0a1"}.fa-bell:before{content:"\f0f3"}.fa-certificate:before{content:"\f0a3"}.fa-hand-o-right:before{content:"\f0a4"}.fa-hand-o-left:before{content:"\f0a5"}.fa-hand-o-up:before{content:"\f0a6"}.fa-hand-o-down:before{content:"\f0a7"}.fa-arrow-circle-left:before{content:"\f0a8"}.fa-arrow-circle-right:before{content:"\f0a9"}.fa-arrow-circle-up:before{content:"\f0aa"}.fa-arrow-circle-down:before{content:"\f0ab"}.fa-globe:before{content:"\f0ac"}.fa-wrench:before{content:"\f0ad"}.fa-tasks:before{content:"\f0ae"}.fa-filter:before{content:"\f0b0"}.fa-briefcase:before{content:"\f0b1"}.fa-arrows-alt:before{content:"\f0b2"}.fa-group:before,.fa-users:before{content:"\f0c0"}.fa-chain:before,.fa-link:before{content:"\f0c1"}.fa-cloud:before{content:"\f0c2"}.fa-flask:before{content:"\f0c3"}.fa-cut:before,.fa-scissors:before{content:"\f0c4"}.fa-copy:before,.fa-files-o:before{content:"\f0c5"}.fa-paperclip:before{content:"\f0c6"}.fa-save:before,.fa-floppy-o:before{content:"\f0c7"}.fa-square:before{content:"\f0c8"}.fa-navicon:before,.fa-reorder:before,.fa-bars:before{content:"\f0c9"}.fa-list-ul:before{content:"\f0ca"}.fa-list-ol:before{content:"\f0cb"}.fa-strikethrough:before{content:"\f0cc"}.fa-underline:before{content:"\f0cd"}.fa-table:before{content:"\f0ce"}.fa-magic:before{content:"\f0d0"}.fa-truck:before{content:"\f0d1"}.fa-pinterest:before{content:"\f0d2"}.fa-pinterest-square:before{content:"\f0d3"}.fa-google-plus-square:before{content:"\f0d4"}.fa-google-plus:before{content:"\f0d5"}.fa-money:before{content:"\f0d6"}.fa-caret-down:before{content:"\f0d7"}.fa-caret-up:before{content:"\f0d8"}.fa-caret-left:before{content:"\f0d9"}.fa-caret-right:before{content:"\f0da"}.fa-columns:before{content:"\f0db"}.fa-unsorted:before,.fa-sort:before{content:"\f0dc"}.fa-sort-down:before,.fa-sort-desc:before{content:"\f0dd"}.fa-sort-up:before,.fa-sort-asc:before{content:"\f0de"}.fa-envelope:before{content:"\f0e0"}.fa-linkedin:before{content:"\f0e1"}.fa-rotate-left:before,.fa-undo:before{content:"\f0e2"}.fa-legal:before,.fa-gavel:before{content:"\f0e3"}.fa-dashboard:before,.fa-tachometer:before{content:"\f0e4"}.fa-comment-o:before{content:"\f0e5"}.fa-comments-o:before{content:"\f0e6"}.fa-flash:before,.fa-bolt:before{content:"\f0e7"}.fa-sitemap:before{content:"\f0e8"}.fa-umbrella:before{content:"\f0e9"}.fa-paste:before,.fa-clipboard:before{content:"\f0ea"}.fa-lightbulb-o:before{content:"\f0eb"}.fa-exchange:before{content:"\f0ec"}.fa-cloud-download:before{content:"\f0ed"}.fa-cloud-upload:before{content:"\f0ee"}.fa-user-md:before{content:"\f0f0"}.fa-stethoscope:before{content:"\f0f1"}.fa-suitcase:before{content:"\f0f2"}.fa-bell-o:before{content:"\f0a2"}.fa-coffee:before{content:"\f0f4"}.fa-cutlery:before{content:"\f0f5"}.fa-file-text-o:before{content:"\f0f6"}.fa-building-o:before{content:"\f0f7"}.fa-hospital-o:before{content:"\f0f8"}.fa-ambulance:before{content:"\f0f9"}.fa-medkit:before{content:"\f0fa"}.fa-fighter-jet:before{content:"\f0fb"}.fa-beer:before{content:"\f0fc"}.fa-h-square:before{content:"\f0fd"}.fa-plus-square:before{content:"\f0fe"}.fa-angle-double-left:before{content:"\f100"}.fa-angle-double-right:before{content:"\f101"}.fa-angle-double-up:before{content:"\f102"}.fa-angle-double-down:before{content:"\f103"}.fa-angle-left:before{content:"\f104"}.fa-angle-right:before{content:"\f105"}.fa-angle-up:before{content:"\f106"}.fa-angle-down:before{content:"\f107"}.fa-desktop:before{content:"\f108"}.fa-laptop:before{content:"\f109"}.fa-tablet:before{content:"\f10a"}.fa-mobile-phone:before,.fa-mobile:before{content:"\f10b"}.fa-circle-o:before{content:"\f10c"}.fa-quote-left:before{content:"\f10d"}.fa-quote-right:before{content:"\f10e"}.fa-spinner:before{content:"\f110"}.fa-circle:before{content:"\f111"}.fa-mail-reply:before,.fa-reply:before{content:"\f112"}.fa-github-alt:before{content:"\f113"}.fa-folder-o:before{content:"\f114"}.fa-folder-open-o:before{content:"\f115"}.fa-smile-o:before{content:"\f118"}.fa-frown-o:before{content:"\f119"}.fa-meh-o:before{content:"\f11a"}.fa-gamepad:before{content:"\f11b"}.fa-keyboard-o:before{content:"\f11c"}.fa-flag-o:before{content:"\f11d"}.fa-flag-checkered:before{content:"\f11e"}.fa-terminal:before{content:"\f120"}.fa-code:before{content:"\f121"}.fa-mail-reply-all:before,.fa-reply-all:before{content:"\f122"}.fa-star-half-empty:before,.fa-star-half-full:before,.fa-star-half-o:before{content:"\f123"}.fa-location-arrow:before{content:"\f124"}.fa-crop:before{content:"\f125"}.fa-code-fork:before{content:"\f126"}.fa-unlink:before,.fa-chain-broken:before{content:"\f127"}.fa-question:before{content:"\f128"}.fa-info:before{content:"\f129"}.fa-exclamation:before{content:"\f12a"}.fa-superscript:before{content:"\f12b"}.fa-subscript:before{content:"\f12c"}.fa-eraser:before{content:"\f12d"}.fa-puzzle-piece:before{content:"\f12e"}.fa-microphone:before{content:"\f130"}.fa-microphone-slash:before{content:"\f131"}.fa-shield:before{content:"\f132"}.fa-calendar-o:before{content:"\f133"}.fa-fire-extinguisher:before{content:"\f134"}.fa-rocket:before{content:"\f135"}.fa-maxcdn:before{content:"\f136"}.fa-chevron-circle-left:before{content:"\f137"}.fa-chevron-circle-right:before{content:"\f138"}.fa-chevron-circle-up:before{content:"\f139"}.fa-chevron-circle-down:before{content:"\f13a"}.fa-html5:before{content:"\f13b"}.fa-css3:before{content:"\f13c"}.fa-anchor:before{content:"\f13d"}.fa-unlock-alt:before{content:"\f13e"}.fa-bullseye:before{content:"\f140"}.fa-ellipsis-h:before{content:"\f141"}.fa-ellipsis-v:before{content:"\f142"}.fa-rss-square:before{content:"\f143"}.fa-play-circle:before{content:"\f144"}.fa-ticket:before{content:"\f145"}.fa-minus-square:before{content:"\f146"}.fa-minus-square-o:before{content:"\f147"}.fa-level-up:before{content:"\f148"}.fa-level-down:before{content:"\f149"}.fa-check-square:before{content:"\f14a"}.fa-pencil-square:before{content:"\f14b"}.fa-external-link-square:before{content:"\f14c"}.fa-share-square:before{content:"\f14d"}.fa-compass:before{content:"\f14e"}.fa-toggle-down:before,.fa-caret-square-o-down:before{content:"\f150"}.fa-toggle-up:before,.fa-caret-square-o-up:before{content:"\f151"}.fa-toggle-right:before,.fa-caret-square-o-right:before{content:"\f152"}.fa-euro:before,.fa-eur:before{content:"\f153"}.fa-gbp:before{content:"\f154"}.fa-dollar:before,.fa-usd:before{content:"\f155"}.fa-rupee:before,.fa-inr:before{content:"\f156"}.fa-cny:before,.fa-rmb:before,.fa-yen:before,.fa-jpy:before{content:"\f157"}.fa-ruble:before,.fa-rouble:before,.fa-rub:before{content:"\f158"}.fa-won:before,.fa-krw:before{content:"\f159"}.fa-bitcoin:before,.fa-btc:before{content:"\f15a"}.fa-file:before{content:"\f15b"}.fa-file-text:before{content:"\f15c"}.fa-sort-alpha-asc:before{content:"\f15d"}.fa-sort-alpha-desc:before{content:"\f15e"}.fa-sort-amount-asc:before{content:"\f160"}.fa-sort-amount-desc:before{content:"\f161"}.fa-sort-numeric-asc:before{content:"\f162"}.fa-sort-numeric-desc:before{content:"\f163"}.fa-thumbs-up:before{content:"\f164"}.fa-thumbs-down:before{content:"\f165"}.fa-youtube-square:before{content:"\f166"}.fa-youtube:before{content:"\f167"}.fa-xing:before{content:"\f168"}.fa-xing-square:before{content:"\f169"}.fa-youtube-play:before{content:"\f16a"}.fa-dropbox:before{content:"\f16b"}.fa-stack-overflow:before{content:"\f16c"}.fa-instagram:before{content:"\f16d"}.fa-flickr:before{content:"\f16e"}.fa-adn:before{content:"\f170"}.fa-bitbucket:before{content:"\f171"}.fa-bitbucket-square:before{content:"\f172"}.fa-tumblr:before{content:"\f173"}.fa-tumblr-square:before{content:"\f174"}.fa-long-arrow-down:before{content:"\f175"}.fa-long-arrow-up:before{content:"\f176"}.fa-long-arrow-left:before{content:"\f177"}.fa-long-arrow-right:before{content:"\f178"}.fa-apple:before{content:"\f179"}.fa-windows:before{content:"\f17a"}.fa-android:before{content:"\f17b"}.fa-linux:before{content:"\f17c"}.fa-dribbble:before{content:"\f17d"}.fa-skype:before{content:"\f17e"}.fa-foursquare:before{content:"\f180"}.fa-trello:before{content:"\f181"}.fa-female:before{content:"\f182"}.fa-male:before{content:"\f183"}.fa-gittip:before,.fa-gratipay:before{content:"\f184"}.fa-sun-o:before{content:"\f185"}.fa-moon-o:before{content:"\f186"}.fa-archive:before{content:"\f187"}.fa-bug:before{content:"\f188"}.fa-vk:before{content:"\f189"}.fa-weibo:before{content:"\f18a"}.fa-renren:before{content:"\f18b"}.fa-pagelines:before{content:"\f18c"}.fa-stack-exchange:before{content:"\f18d"}.fa-arrow-circle-o-right:before{content:"\f18e"}.fa-arrow-circle-o-left:before{content:"\f190"}.fa-toggle-left:before,.fa-caret-square-o-left:before{content:"\f191"}.fa-dot-circle-o:before{content:"\f192"}.fa-wheelchair:before{content:"\f193"}.fa-vimeo-square:before{content:"\f194"}.fa-turkish-lira:before,.fa-try:before{content:"\f195"}.fa-plus-square-o:before{content:"\f196"}.fa-space-shuttle:before{content:"\f197"}.fa-slack:before{content:"\f198"}.fa-envelope-square:before{content:"\f199"}.fa-wordpress:before{content:"\f19a"}.fa-openid:before{content:"\f19b"}.fa-institution:before,.fa-bank:before,.fa-university:before{content:"\f19c"}.fa-mortar-board:before,.fa-graduation-cap:before{content:"\f19d"}.fa-yahoo:before{content:"\f19e"}.fa-google:before{content:"\f1a0"}.fa-reddit:before{content:"\f1a1"}.fa-reddit-square:before{content:"\f1a2"}.fa-stumbleupon-circle:before{content:"\f1a3"}.fa-stumbleupon:before{content:"\f1a4"}.fa-delicious:before{content:"\f1a5"}.fa-digg:before{content:"\f1a6"}.fa-pied-piper:before{content:"\f1a7"}.fa-pied-piper-alt:before{content:"\f1a8"}.fa-drupal:before{content:"\f1a9"}.fa-joomla:before{content:"\f1aa"}.fa-language:before{content:"\f1ab"}.fa-fax:before{content:"\f1ac"}.fa-building:before{content:"\f1ad"}.fa-child:before{content:"\f1ae"}.fa-paw:before{content:"\f1b0"}.fa-spoon:before{content:"\f1b1"}.fa-cube:before{content:"\f1b2"}.fa-cubes:before{content:"\f1b3"}.fa-behance:before{content:"\f1b4"}.fa-behance-square:before{content:"\f1b5"}.fa-steam:before{content:"\f1b6"}.fa-steam-square:before{content:"\f1b7"}.fa-recycle:before{content:"\f1b8"}.fa-automobile:before,.fa-car:before{content:"\f1b9"}.fa-cab:before,.fa-taxi:before{content:"\f1ba"}.fa-tree:before{content:"\f1bb"}.fa-spotify:before{content:"\f1bc"}.fa-deviantart:before{content:"\f1bd"}.fa-soundcloud:before{content:"\f1be"}.fa-database:before{content:"\f1c0"}.fa-file-pdf-o:before{content:"\f1c1"}.fa-file-word-o:before{content:"\f1c2"}.fa-file-excel-o:before{content:"\f1c3"}.fa-file-powerpoint-o:before{content:"\f1c4"}.fa-file-photo-o:before,.fa-file-picture-o:before,.fa-file-image-o:before{content:"\f1c5"}.fa-file-zip-o:before,.fa-file-archive-o:before{content:"\f1c6"}.fa-file-sound-o:before,.fa-file-audio-o:before{content:"\f1c7"}.fa-file-movie-o:before,.fa-file-video-o:before{content:"\f1c8"}.fa-file-code-o:before{content:"\f1c9"}.fa-vine:before{content:"\f1ca"}.fa-codepen:before{content:"\f1cb"}.fa-jsfiddle:before{content:"\f1cc"}.fa-life-bouy:before,.fa-life-buoy:before,.fa-life-saver:before,.fa-support:before,.fa-life-ring:before{content:"\f1cd"}.fa-circle-o-notch:before{content:"\f1ce"}.fa-ra:before,.fa-rebel:before{content:"\f1d0"}.fa-ge:before,.fa-empire:before{content:"\f1d1"}.fa-git-square:before{content:"\f1d2"}.fa-git:before{content:"\f1d3"}.fa-y-combinator-square:before,.fa-yc-square:before,.fa-hacker-news:before{content:"\f1d4"}.fa-tencent-weibo:before{content:"\f1d5"}.fa-qq:before{content:"\f1d6"}.fa-wechat:before,.fa-weixin:before{content:"\f1d7"}.fa-send:before,.fa-paper-plane:before{content:"\f1d8"}.fa-send-o:before,.fa-paper-plane-o:before{content:"\f1d9"}.fa-history:before{content:"\f1da"}.fa-circle-thin:before{content:"\f1db"}.fa-header:before{content:"\f1dc"}.fa-paragraph:before{content:"\f1dd"}.fa-sliders:before{content:"\f1de"}.fa-share-alt:before{content:"\f1e0"}.fa-share-alt-square:before{content:"\f1e1"}.fa-bomb:before{content:"\f1e2"}.fa-soccer-ball-o:before,.fa-futbol-o:before{content:"\f1e3"}.fa-tty:before{content:"\f1e4"}.fa-binoculars:before{content:"\f1e5"}.fa-plug:before{content:"\f1e6"}.fa-slideshare:before{content:"\f1e7"}.fa-twitch:before{content:"\f1e8"}.fa-yelp:before{content:"\f1e9"}.fa-newspaper-o:before{content:"\f1ea"}.fa-wifi:before{content:"\f1eb"}.fa-calculator:before{content:"\f1ec"}.fa-paypal:before{content:"\f1ed"}.fa-google-wallet:before{content:"\f1ee"}.fa-cc-visa:before{content:"\f1f0"}.fa-cc-mastercard:before{content:"\f1f1"}.fa-cc-discover:before{content:"\f1f2"}.fa-cc-amex:before{content:"\f1f3"}.fa-cc-paypal:before{content:"\f1f4"}.fa-cc-stripe:before{content:"\f1f5"}.fa-bell-slash:before{content:"\f1f6"}.fa-bell-slash-o:before{content:"\f1f7"}.fa-trash:before{content:"\f1f8"}.fa-copyright:before{content:"\f1f9"}.fa-at:before{content:"\f1fa"}.fa-eyedropper:before{content:"\f1fb"}.fa-paint-brush:before{content:"\f1fc"}.fa-birthday-cake:before{content:"\f1fd"}.fa-area-chart:before{content:"\f1fe"}.fa-pie-chart:before{content:"\f200"}.fa-line-chart:before{content:"\f201"}.fa-lastfm:before{content:"\f202"}.fa-lastfm-square:before{content:"\f203"}.fa-toggle-off:before{content:"\f204"}.fa-toggle-on:before{content:"\f205"}.fa-bicycle:before{content:"\f206"}.fa-bus:before{content:"\f207"}.fa-ioxhost:before{content:"\f208"}.fa-angellist:before{content:"\f209"}.fa-cc:before{content:"\f20a"}.fa-shekel:before,.fa-sheqel:before,.fa-ils:before{content:"\f20b"}.fa-meanpath:before{content:"\f20c"}.fa-buysellads:before{content:"\f20d"}.fa-connectdevelop:before{content:"\f20e"}.fa-dashcube:before{content:"\f210"}.fa-forumbee:before{content:"\f211"}.fa-leanpub:before{content:"\f212"}.fa-sellsy:before{content:"\f213"}.fa-shirtsinbulk:before{content:"\f214"}.fa-simplybuilt:before{content:"\f215"}.fa-skyatlas:before{content:"\f216"}.fa-cart-plus:before{content:"\f217"}.fa-cart-arrow-down:before{content:"\f218"}.fa-diamond:before{content:"\f219"}.fa-ship:before{content:"\f21a"}.fa-user-secret:before{content:"\f21b"}.fa-motorcycle:before{content:"\f21c"}.fa-street-view:before{content:"\f21d"}.fa-heartbeat:before{content:"\f21e"}.fa-venus:before{content:"\f221"}.fa-mars:before{content:"\f222"}.fa-mercury:before{content:"\f223"}.fa-intersex:before,.fa-transgender:before{content:"\f224"}.fa-transgender-alt:before{content:"\f225"}.fa-venus-double:before{content:"\f226"}.fa-mars-double:before{content:"\f227"}.fa-venus-mars:before{content:"\f228"}.fa-mars-stroke:before{content:"\f229"}.fa-mars-stroke-v:before{content:"\f22a"}.fa-mars-stroke-h:before{content:"\f22b"}.fa-neuter:before{content:"\f22c"}.fa-genderless:before{content:"\f22d"}.fa-facebook-official:before{content:"\f230"}.fa-pinterest-p:before{content:"\f231"}.fa-whatsapp:before{content:"\f232"}.fa-server:before{content:"\f233"}.fa-user-plus:before{content:"\f234"}.fa-user-times:before{content:"\f235"}.fa-hotel:before,.fa-bed:before{content:"\f236"}.fa-viacoin:before{content:"\f237"}.fa-train:before{content:"\f238"}.fa-subway:before{content:"\f239"}.fa-medium:before{content:"\f23a"}.fa-yc:before,.fa-y-combinator:before{content:"\f23b"}.fa-optin-monster:before{content:"\f23c"}.fa-opencart:before{content:"\f23d"}.fa-expeditedssl:before{content:"\f23e"}.fa-battery-4:before,.fa-battery-full:before{content:"\f240"}.fa-battery-3:before,.fa-battery-three-quarters:before{content:"\f241"}.fa-battery-2:before,.fa-battery-half:before{content:"\f242"}.fa-battery-1:before,.fa-battery-quarter:before{content:"\f243"}.fa-battery-0:before,.fa-battery-empty:before{content:"\f244"}.fa-mouse-pointer:before{content:"\f245"}.fa-i-cursor:before{content:"\f246"}.fa-object-group:before{content:"\f247"}.fa-object-ungroup:before{content:"\f248"}.fa-sticky-note:before{content:"\f249"}.fa-sticky-note-o:before{content:"\f24a"}.fa-cc-jcb:before{content:"\f24b"}.fa-cc-diners-club:before{content:"\f24c"}.fa-clone:before{content:"\f24d"}.fa-balance-scale:before{content:"\f24e"}.fa-hourglass-o:before{content:"\f250"}.fa-hourglass-1:before,.fa-hourglass-start:before{content:"\f251"}.fa-hourglass-2:before,.fa-hourglass-half:before{content:"\f252"}.fa-hourglass-3:before,.fa-hourglass-end:before{content:"\f253"}.fa-hourglass:before{content:"\f254"}.fa-hand-grab-o:before,.fa-hand-rock-o:before{content:"\f255"}.fa-hand-stop-o:before,.fa-hand-paper-o:before{content:"\f256"}.fa-hand-scissors-o:before{content:"\f257"}.fa-hand-lizard-o:before{content:"\f258"}.fa-hand-spock-o:before{content:"\f259"}.fa-hand-pointer-o:before{content:"\f25a"}.fa-hand-peace-o:before{content:"\f25b"}.fa-trademark:before{content:"\f25c"}.fa-registered:before{content:"\f25d"}.fa-creative-commons:before{content:"\f25e"}.fa-gg:before{content:"\f260"}.fa-gg-circle:before{content:"\f261"}.fa-tripadvisor:before{content:"\f262"}.fa-odnoklassniki:before{content:"\f263"}.fa-odnoklassniki-square:before{content:"\f264"}.fa-get-pocket:before{content:"\f265"}.fa-wikipedia-w:before{content:"\f266"}.fa-safari:before{content:"\f267"}.fa-chrome:before{content:"\f268"}.fa-firefox:before{content:"\f269"}.fa-opera:before{content:"\f26a"}.fa-internet-explorer:before{content:"\f26b"}.fa-tv:before,.fa-television:before{content:"\f26c"}.fa-contao:before{content:"\f26d"}.fa-500px:before{content:"\f26e"}.fa-amazon:before{content:"\f270"}.fa-calendar-plus-o:before{content:"\f271"}.fa-calendar-minus-o:before{content:"\f272"}.fa-calendar-times-o:before{content:"\f273"}.fa-calendar-check-o:before{content:"\f274"}.fa-industry:before{content:"\f275"}.fa-map-pin:before{content:"\f276"}.fa-map-signs:before{content:"\f277"}.fa-map-o:before{content:"\f278"}.fa-map:before{content:"\f279"}.fa-commenting:before{content:"\f27a"}.fa-commenting-o:before{content:"\f27b"}.fa-houzz:before{content:"\f27c"}.fa-vimeo:before{content:"\f27d"}.fa-black-tie:before{content:"\f27e"}.fa-fonticons:before{content:"\f280"}


/*
Copyright (c) 2008, Siri Informatica All rights reserved.
*/

:root {
    --textColor: #004951;/*#007aff;*/
    --borderColorDetail: #d1d1d6;
    --backgroundHeaderCell: #f6f6f6;/*#f9f9f9*/;
}

button.login-button {
	background-color: var(--textColor);
}

button.login-button:hover:not(:disabled) {
	 background-color: #002e33;
}

.wi400-pointer {
    cursor: pointer;
}

.loginLeftBox {
    padding: 0px;
    margin: 0px;
    background: #FFFFFF;
    border-right: 1px solid #99bbe8;
    vertical-align: middle;
    text-align: center;
}

.loginRightBox {
    background: #ccd8e7;
}

.label {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 11px;
    color: #15428b;
    font-weight: bold;
    font-style: normal;
}

.title {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 13px;
    color: #000000;
    font-weight: bold;
    font-style: normal;
}

.text {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 11px;
    color: #000000;
    font-style: normal;
}

.textLight {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 11px;
    color: #666666;
    font-style: normal;
}

.inputtext {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 11px;
    color: #000000;
    padding-left: 2px;
}

.inputtextDisabled {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 11px;
    color: #595858;
    background-color: #e5e5e5;
    padding-left: 2px;
}

body {
    margin: 0px;
    padding: 0px;
}

hr {
    border: 0;
    width: 95%;
    background-color: #CCCCCC;
    height: 1px;
}

a:link {
    text-decoration: none;
    color: #666666;
}

a:visited {
    text-decoration: none;
    color: #666666;
}

a:active {
    text-decoration: none;
    color: #666666;
}

a:hover {
    text-decoration: underline;
    color: #FFCC00;
}

a.breadCrumbs:link,
a.breadCrumbs:visited,
a.breadCrumbs:active {
    color: #666666;
    font-weight: normal;
    text-decoration: underline;
}

a.breadCrumbs:hover {
    color: #666666;
    text-decoration: underline;
    font-weight: normal;
}

.body-area {
	background: #FFFFFF;
	padding: 10px;
}

FORM {
    padding: 0px;
    margin: 0px;
}

.select-field {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 11px;
    background: #f8f8f8;
    color: #5b5a5a;
    border-left: 1px solid #d4d0c8;
    border-right: 1px solid #d4d0c8;
    border-top: 1px solid #d4d0c8;
    border-bottom: 1px double #d4d0c8;
}

.select-option-enabled {
    color: #5b5a5a;
}

.select-option-disabled {
    text-decoration: line-through;
    color: #CCCCCC;
}

.wi400-double-list {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 11px;
    background: #f8f8f8;
    color: #5b5a5a;
    border-left: 1px solid #d4d0c8;
    border-right: 1px solid #d4d0c8;
    border-top: 1px solid #d4d0c8;
    border-bottom: 1px double #d4d0c8;
    width: 220px;
}

.wi400-double-header {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 11px;
    font-weight: bold;
    white-space: nowrap;
    padding-left: 5px;
    padding-right: 5px;
    color: #5b5a5a;
}

.text-label {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 11px;
    white-space: nowrap;
    padding-left: 5px;
    padding-right: 5px;
    font-weight: bold;
    color: #636363;
}

.work-area {
    background: #FFFFFF;
    border: 1px solid #99bbe8;
}

#leftMenuContainer {
    height: 99%;
    background: #FFFFFF;
}

.wi400-top-menu {
    margin-right: 10px;
    margin-left: 10px;
    height: 27px;
}

.wi400-top-menu-cell {
    padding-right: 5px;
    padding-left: 5px;
}

.top-area {
    background: #ccd8e7;
    border-bottom: 1px solid #8ea4c1;
    border-left: 1px solid #e3e9ed;
}

.left-menu {
    background: #ffffff;
    width: 200px;
    border-top: 1px solid #a9b1ba;
    border-right: 1px solid #8ea4c1;
}

.left-menu-content-label {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 11px;
    color: #666666;
    font-weight: bold;
    text-align: left;
}

.left-menu-content-text {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 11px;
    color: #666666;
    text-align: left;
}

.left-menu-content-input {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 11px;
    background: #FFFFFF;
    color: #666666;
    border-left: 1px solid #404040;
    border-top: 1px solid #404040;
    border-bottom: 1px double #d4d0c8;
    border-right: 1px double #d4d0c8;
    padding-left: 2px;
}

.left-menu-logo {
    background: #FFFFFF;
    text-align: center;
}

.left-menu-row-content {
    padding-top: 5px;
    padding-bottom: 5px;
    padding-left: 5px;
    padding-right: 5px;
}

.left-menu-row-content-close {
    height: 1px;
    overflow: hidden;
}

.left-menu-row-active {
    background: #7b7b7b;
    border-top: 1px solid #f0f5fa;
    border-bottom: 1px solid #8ea4c1;
}

.left-menu-label-active {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 11px;
    font-weight: bold;
    color: #666666;
    text-align: left;
}

.left-menu-slider {
    cursor: w-resize;
    background: #ced9e7;
    border-right: 1px solid #8ea4c1;
    border-left: 1px solid #e3e9ed;
    width: 7px;
    display: none;
}

.left-menu-row {
    background: #ccd8e7;
    border-top: 1px solid #f3f7fb;
    border-bottom: 1px solid #8ea4c1;
    cursor: n-resize;
}

.left-menu-label-selected {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 11px;
    font-weight: bold;
    color: #15428b;
    text-align: left;
}

/*
    WI400 DETAIL STYLE
*/

.detail-image-cell {
    background: #FFFFFF;
    padding: 15px;
    border-right: 1px solid #CCCCCC;
}

.detail-data-cell {
    background: #FFFFFF;
    width: 100%;
}

.detail-header {
    background-image: url("/GIWI400/themes/open/images/grid/grid_header.gif");
    background-repeat: repeat-x;
    height: 22px;
}

.detail-header-cell {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 11px;
    font-weight: bold;
    white-space: nowrap;
    padding-left: 5px;
    padding-right: 5px;
    border-bottom: 1px solid #99bbe8;
    color: #15428b;
}

.detail-row {
    height: 30px;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 11px;
    color: #636363;
}

.detail-label-cell {
    white-space: nowrap;
    padding-left: 5px;
    padding-right: 5px;
    font-weight: bold;
    background: #dfe8f6;
    border-right: 1px solid #EDEDED;
    border-top: 1px solid #EDEDED;
}

.detail-select-cell {
    background: #f8f8f8;
    border-top: 1px solid #EDEDED;
}

.detail-add-cell {
    white-space: nowrap;
    background: #f8f8f8;
    border-right: 1px solid #EDEDED;
    border-top: 1px solid #EDEDED;
}

.detail-value-cell {
    white-space: nowrap;
    padding-left: 5px;
    padding-right: 5px;
    border-top: 1px solid #EDEDED;
}

.detail-message-cell {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 11px;
    white-space: nowrap;
    padding-left: 5px;
    padding-right: 5px;
    color: #636363;
}

. .detail-footer {
    width: 100%;
    height: 30px;
    white-space: nowrap;
    background: #FFFFFF;
}

.detail-button {
    margin: 5px;
    background: #f8f8f8;
    color: #636363;
    font-size: 11px;
    font-family: Arial, Helvetica, sans-serif;
    text-align: center;
    font-weight: bold;
}

/*
    OVERWRITE:WI400 TREEMENU STYLE
*/

.wi400-tree-menu {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 11px;
    color: #666666;
}

.wi400-grid-header-cell,
.wi400-grid-header-first-cell {
    background-image: url("/GIWI400/themes/open/images/grid/grid_header.gif");
    color: #15428b;
}

.wi400-grid-filter {
    background: #d6e3f3;
    border-right: 1px solid #99bbe8;
    border-left: 1px solid #99bbe8;
    border-top: 1px solid #99bbe8;
}

.wi400-grid-filter-lower {
    background: #d6e3f3;
    border-right: 1px solid #99bbe8;
    border-left: 1px solid #99bbe8;
    border-bottom: 1px solid #99bbe8;
}

.wi400-grid-menu {
    background: #d6e3f3;
    border-right: 1px solid #99bbe8;
    border-left: 1px solid #99bbe8;
    border-bottom: 1px solid #99bbe8;
}

/*
    OVERWRITE:WI400 WINDOW STYLE
*/

/* dialog window */
table.dialogWindow {
    border-collapse: collapse;
    border: 1px solid #8ea4c1;
}

/* dialog window header */
.dialogWindow th {
    background-color: #ccd9e8;
    padding-left: 5px;
    border: 0;
}

/* dialog window header icon */
.dialogWindow th img {
    cursor: pointer;
    margin: 3px 3px 0 0;
}

/* dialog window body */
.dialogWindow td {
    border-collapse: collapse;
    padding: 4;
    background-color: #ccd9e8;
}

/* dialog window iframe */
.dialogWindow iframe {
    border: 1px solid #a3bae9;
    margin: 0;
}

.parent-container {
    position: relative;
    width: 49%;
    height: auto;
}

.contenitore-azioni {
    position: relative;
    z-index: 2;
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    justify-content: center;
    background: transparent;
    border: none;
    width: 100%;
    align-content: flex-start;
    padding-top: 35px;
}

.cssbutton-container {
    flex: 1 1 18%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.logo-background {
    width: 100%;
    height: 170px;
    background-image: url(/GIWI400/themes/fiereparma/images/logo_siri.png);
    background-repeat: no-repeat;
    background-size: 200px;
    background-position: center;
}

.cssbutton-active label {
	color: #004951;
}

.contLingue {
	width: 252px;
    height: 50px;
    /*background: red;*/
    position: absolute;
    top: 20px;
    right: 20px;
    display: flex;
    flex-direction: row;
    justify-content: space-around;
}

.contLingue .contImg {
	height: 100%;
	display: flex;
	border-radius: 6px;
    overflow: hidden;
}

.contLingue .contImg img {
	height: 100%;
	cursor: pointer;
}

.contLingue .contImg:hover,  .contLingue .contImg.active{
	box-shadow: 0px 0px 20px white;
}

.contLingue.body {
	display: none;
    position: relative;
    top: 0px;
    right: 0px;
    width: 100%;
    padding: 30px 0px;
    justify-content: center;
}
   
.contLingue.body .contImg {
   	margin-left: 34px;
   	margin-right: 10px;
}
   
.contLingue.body .contImg:hover,  .contLingue.body .contImg.active {
	box-shadow: 0px 0px 20px black;
}

.contBenvenuto {
	margin-left: 30px;
}

.messBenvenuto {
	font-size: 20px;
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif;
    font-weight: bold;
    position: relative;
    top: 10px;
    color: var(--textColor);
    display: inline-block;
    margin-right: 12px;
}

.messBenvenuto.utente {
	font-weight: normal;
}


@media (max-width: 600px) {

    .parent-container {
        position: relative;
        width: 100%;
        height: auto;
    }

    .contenitore-azioni {
        display: flex;
        flex-wrap: wrap;
        gap: 25px;
        justify-content: center;
        background: transparent;
        border: none;
        width: 100%;
        position: relative;
        align-content: flex-start;
    }

    /*.logo-background {
        position: relative;
        width: 100%;
        height: 350px;
        background-image: url("/GIWI400/themes/fiereparma/images/simple_logo.png");
        background-repeat: no-repeat;
        background-size: contain;
        background-position: center;
        z-index: 1;
    }*/
    
    .contLingue {
    	display: none;
    }
    
    .contLingue.body {
		display: flex;
    }

}

@media (min-width: 600px) and (max-width: 999px) {
    /*#altezzaTabella2 tr:nth-child(3) .body-area {
        background: #FFFFFF;
        padding: 4px;
        background-repeat: no-repeat;
        background-size: contain;
        padding-left: 0px;
        padding-top: 45px;
        background-position-x: center;
        background-position-y: 40px;
    }*/

    .parent-container {
        position: relative;
        width: 100%;
        height: auto;
        /*padding-top: 45px;*/
    }
    
    /*.logo-background {
        position: relative;
        width: 100%;
        height: 350px;
        background-image: url("/GIWI400/themes/fiereparma/images/simple_logo.png");
        background-repeat: no-repeat;
        background-size: contain;
        background-position: center;
        z-index: 1;
    }*/

    .contenitore-azioni {
        display: flex;
        flex-wrap: wrap;
        gap: 1px;
        justify-content: center;
        background: transparent;
        border: none;
        width: 100%;
        position: relative;
        align-content: flex-start;
        padding-top: 35px;
    }
    
    .contLingue {
    	display: none;
    }
    
    .contLingue.body {
		display: flex;
    }
}

@media (min-width: 1000px) and (max-width: 11600px) {
    .parent-container {
        position: relative;
        width: 49%;
        height: auto;
    }

    .general-container {
        position: relative;
        width: 100%;
        min-height: 780px;
        background-image: url("/GIWI400/themes/fiereparma/images/half_logo.png");
        background-repeat: no-repeat;
        background-size: cover;
        background-position: center;
        background-color: #ffffff;
    }
    
    .contLingue {
    	display: flex;
    }
    
    .contLingue.body {
		display: none;
    }
}


#layout {
	PADDING-RIGHT: 0px; PADDING-LEFT: 0px; PADDING-BOTTOM: 0px; MARGIN: 0px; PADDING-TOP: 0px
}
#banner {
	PADDING-RIGHT: 0px; PADDING-LEFT: 0px; PADDING-BOTTOM: 8px; PADDING-TOP: 8px; BACKGROUND-COLOR: #7799bb; COLOR: #ffffff;
}
#bar {
	PADDING-RIGHT: 12px; PADDING-LEFT: 12px; FONT-SIZE: x-small; PADDING-BOTTOM: 2px; PADDING-TOP: 2px; BACKGROUND-COLOR: #324b65
}
#bar TD {
	FONT-SIZE: small; COLOR: #ffffff
}
#bar A {
	FONT-WEIGHT: normal; COLOR: #ffffff
}
#layout {
	PADDING-RIGHT: 0px; PADDING-LEFT: 0px; PADDING-BOTTOM: 0px; MARGIN: 0px; PADDING-TOP: 0px
}

.heading1 {
    background-image: url("/GIWI400/themes/common/images/yav/ball.png");
    background-position: left center;
    background-repeat: no-repeat;
}
.highlight {
	BORDER-RIGHT: #aaaaaa 1px solid; PADDING-RIGHT: 4px; BORDER-TOP: #aaaaaa 1px solid; PADDING-LEFT: 4px; FONT-WEIGHT: normal; FONT-SIZE: larger; MARGIN-BOTTOM: 0.5em; PADDING-BOTTOM: 4px; BORDER-LEFT: #aaaaaa 1px solid; COLOR: #333333; PADDING-TOP: 4px; BORDER-BOTTOM: #aaaaaa 1px solid; BACKGROUND-COLOR: #FFFF00
}
.highlight2 {
	BORDER-RIGHT: #aaaaaa 1px solid; PADDING-RIGHT: 4px; BORDER-TOP: #aaaaaa 1px solid; PADDING-LEFT: 4px; FONT-WEIGHT: normal; FONT-SIZE: larger; MARGIN-BOTTOM: 0.5em; PADDING-BOTTOM: 4px; BORDER-LEFT: #aaaaaa 1px solid; COLOR: #333333; PADDING-TOP: 4px; BORDER-BOTTOM: #aaaaaa 1px solid; BACKGROUND-COLOR: #DFDF00
}
.ann {
	BORDER-RIGHT: #aaaaaa 1px solid; PADDING-RIGHT: 4px; BORDER-TOP: #aaaaaa 1px solid; PADDING-LEFT: 4px; FONT-WEIGHT: normal; FONT-SIZE: larger; MARGIN-BOTTOM: 0.5em; PADDING-BOTTOM: 4px; BORDER-LEFT: #aaaaaa 1px solid; COLOR: #ff0000; PADDING-TOP: 4px; BORDER-BOTTOM: #aaaaaa 1px solid; BACKGROUND-COLOR: #eee
}

#leftColumn {
	WIDTH: 12em;
}
#leftColumn H3 {
	BORDER-RIGHT: #ccc 1px solid; BORDER-TOP: #ccc 1px solid; MARGIN-BOTTOM: 0.5em; BORDER-LEFT: #ccc 1px solid; BORDER-BOTTOM: #ccc 1px solid; BACKGROUND-COLOR: #ddd
}
#leftColumn A {
	COLOR: #0000cc; FONT-SIZE: small; FONT-WEIGHT: normal;
}
#bar A {
	
}

BLOCKQUOTE P {
	PADDING-RIGHT: 0px; PADDING-LEFT: 0px
}
UL {
	MARGIN-TOP: 1em; PADDING-LEFT: 1.5em; MARGIN-BOTTOM: 1em
}
UL UL {
	PADDING-LEFT: 1em; MARGIN: 0px
}
LI {
	MARGIN: 0px 15% 0px 0px; LINE-HEIGHT: 1.2em
}
#leftColumn {
	BORDER-RIGHT: #cccccc 0px solid; PADDING-RIGHT: 12px; PADDING-LEFT: 12px; FONT-SIZE: small; PADDING-BOTTOM: 12px; PADDING-TOP: 12px; BACKGROUND-COLOR: #7799bb
}
#leftColumn A {
	FONT-SIZE: smaller
}
#leftColumn TT A {
	
}
#leftColumn H3 A {
	
}
TT {
	FONT-SIZE: larger
}
#rightColumn {
	BORDER-RIGHT: #cccccc 1px solid; PADDING-RIGHT: 16px; PADDING-LEFT: 16px; FONT-SIZE: small; PADDING-BOTTOM: 12px; PADDING-TOP: 12px
}
#footer {
	BORDER-TOP: #000000 1px solid; PADDING-LEFT: 4px; FONT-SIZE: x-small; COLOR: #888888
}
BLOCKQUOTE {
	BORDER-RIGHT: #bbbbbb 3px solid; PADDING-RIGHT: 12px; BORDER-TOP: #bbbbbb 1px solid; PADDING-LEFT: 12px; PADDING-BOTTOM: 12px; MARGIN-LEFT: 3em; BORDER-LEFT: #bbbbbb 3px solid; COLOR: #666666; LINE-HEIGHT: 1.5em; MARGIN-RIGHT: 3em; PADDING-TOP: 12px; BORDER-BOTTOM: #bbbbbb 1px solid; BACKGROUND-COLOR: white
}

.panelContent {
	BORDER-RIGHT: #999 1px solid; PADDING-RIGHT: 1em; BORDER-TOP: #999 1px solid; PADDING-LEFT: 1em; PADDING-BOTTOM: 1em; MARGIN: 0em; BORDER-LEFT: #999 1px solid; PADDING-TOP: 1em; BORDER-BOTTOM: #999 1px solid
}
.inputError {
	BORDER-RIGHT: #FF0000 1px solid; BORDER-TOP: #FF0000 1px solid; MARGIN: 0px; BORDER-LEFT: #FF0000 1px solid; BORDER-BOTTOM: #FF0000 1px solid; COLOR: #FF0000; BACKGROUND-COLOR: #FFFFD7
}
.inputNormal {
	BORDER-RIGHT: #004080 1px solid; BORDER-TOP: #004080 1px solid; BORDER-LEFT: #004080 1px solid; BORDER-BOTTOM: #004080 1px solid; COLOR: #004080; BACKGROUND-COLOR: #efefef
}
.innerError {
    background-image: url("/GIWI400/themes/common/images/yav/invalid.gif");
    background-position: 2px center;
    background-repeat: no-repeat;
    background-color: white;
    padding-left: 25px;
	color: #DE0021;
	position: relative;
	padding-right: 2px;
	padding-bottom: 2px;
	padding-top: 2px;
	border: 1px solid red;
	border-radius: 3px;
}
.innerErrorG {
    background-image: url("/GIWI400/themes/common/images/yav/invalid.gif");
    background-position: 2px center;
    background-repeat: no-repeat;
    background-color: white;
    padding-left: 25px;
	color: #DE0021;
	position: absolute;
	padding-right: 2px;
	padding-bottom: 2px;
	padding-top: 2px;
	border: 1px solid red;
	border-radius: 3px;
	top: -12px;
	left: 5px;
}

.innerWarning {
	border: 2px solid #FE9A2E;
	color: #FE9A2E;
}

.innerInfo {
    background-image: url("/GIWI400/themes/common/images/yav/info.png");
    background-position: 2px center;
    background-repeat: no-repeat;
    background-color: white;
    padding-left: 25px;
	margin: 0px;
	color: #2E9AFE;
	position: relative;
	padding-right: 2px;
	padding-bottom: 2px;
	padding-top: 2px;
	border: 1px solid #2E9AFE;
	border-radius: 3px;
}
.innerHelp {
	background-image: url("/GIWI400/themes/common/images/yav/valid.gif");
    background-position: 2px center;
    background-repeat: no-repeat;
    background-color: white;
    padding-left: 25px;
	color: #008000;
	position: relative;
	padding-right: 2px;
	padding-bottom: 2px;
	padding-top: 2px;
	border: 1px solid green;
	border-radius: 3px;
}
.date {
	BORDER-RIGHT: #80FF80 1px solid; BORDER-TOP: #80FF80 1px solid; MARGIN: 0px; BORDER-LEFT: #80FF80 1px solid; BORDER-BOTTOM: #80FF80 1px solid; COLOR: #004080; BACKGROUND-COLOR: #efefef 
}
.date.inputError {
	BORDER-RIGHT: #FF8000 1px solid; BORDER-TOP: #FF8000 1px solid; MARGIN: 0px; BORDER-LEFT: #FF8000 1px solid; BORDER-BOTTOM: #FF8000 1px solid; COLOR: #FF8000; BACKGROUND-COLOR: #FFFFD7
}

.linkto {
	FONT-SIZE: x-small; COLOR: #888888;font-weight: bold;
    font-family: verdana;
}
.cssRules {
    position: relative;
    color: #004080;
    background-color: #ffffff;
    margin-left: 2px;
    margin-right: 0px;
    border: #004080 1px solid;
    border-left: #004080 4px solid;
    height: 100%;width: 100%;
    z-index: 1;
}
.syntaxreq {
	COLOR: #A80000
}
.syntaxopt {
	COLOR: #0080C0
}
code {
    border: 1px solid #efefef;	
    color: #0080C0;
    background-color: #ffffff;
    font-size: 105%;
    padding: 5px;
    position: relative;
    display: block;
}
#logo {
    border: 1px solid;
    padding-left: 10px;
    padding-right: 10px;
    padding-bottom: 10px;
    padding-top: 10px;
    color: #FF8000;
    background-color: #eee;
    font-size: larger;
    font-weight: bold;
    font-family: verdana;
}

table.htmlBox{width:205px;margin:0 0 10px 0;table-layout:fixed;}
table.htmlBox th {background-color:#aaaaaa;}
table.htmlBox th.L{background-repeat : no-repeat;width:12px;vertical-align:top;background-position : top left;}
table.htmlBox th.C{text-align:left;font-weight:bold;font-size:14px;color:#ffffff}
table.htmlBox th.R{background-repeat : no-repeat;width:12px;vertical-align:top;background-position : top right;}
table.htmlBox td.B{background-color:#efefef;border:1px #aaaaaa solid;border-top:none;font-size:12px;padding:6px;}

ul.htmlBoxUl{font-size:14px;margin:0;padding:0 0 0 1.5em;list-style-type : circle;}
ul.htmlBoxUl li,ul.htmlBoxUl li.htmlBoxUl{padding:0 0 0 0;font-size:14px;}
	
.ish {
    display:none;
}

.errorField {
	border: 2px solid #DE0021;
}
.warningField {
	border: 2px solid #FE9A2E;
}
.infoField {
	border: 2px solid #2E64FE;
}
.successField {
	border: 2px solid #80FF00;
}


/* CSS */

.DynarchCalendar {
  border: 1px solid #aaa;
  -moz-user-select: none;
  -webkit-user-select: none;
  user-select: none;
  background: #e8e8e8;
  font: 11px "lucida grande",tahoma,verdana,sans-serif;
  line-height: 14px;
  position: relative;
  cursor: default;
}

.DynarchCalendar table {
  border-collapse: collapse;
  font: 11px "lucida grande",tahoma,verdana,sans-serif;
  line-height: 14px;
}

.DynarchCalendar-topBar {
  border-bottom: 1px solid #aaa;
  background: #ddd;
  padding: 5px 0 0 0;
}

table.DynarchCalendar-titleCont {
  font-size: 130%; font-weight: bold;
  color: #444;
  text-align: center;
  z-index: 9;
  position: relative;
  margin-top: -6px;
}

.DynarchCalendar-title div {
  padding: 5px 17px;
  text-shadow: 1px 1px 1px #777;
}
.DynarchCalendar-hover-title div {
  background-color: #fff;
  border: 1px solid #000;
  padding: 4px 16px;
  background-image: url("/GIWI400/themes/common/css/calendar/img/drop-down.gif");
  background-repeat: no-repeat;
  background-position: 100% 50%;
}
.DynarchCalendar-pressed-title div {
  border: 1px solid #000;
  padding: 4px 16px;
  background-color: #777;
  color: #fff;
  background-image: url("/GIWI400/themes/common/css/calendar/img/drop-up.gif");
  background-repeat: no-repeat;
  background-position: 100% 50%;
}






.DynarchCalendar-bottomBar {
  border-top: 1px solid #aaa;
  background: #ddd;
  padding: 2px;
  position: relative;
  text-align: center;
}

.DynarchCalendar-bottomBar-today {
  padding: 2px 15px;
}

.DynarchCalendar-hover-bottomBar-today {
  border: 1px solid #000;
  background-color: #fff;
  padding: 1px 14px;
}
.DynarchCalendar-pressed-bottomBar-today {
  border: 1px solid #000;
  background-color: #777;
  color: #fff;
  padding: 1px 14px;
}






.DynarchCalendar-body {
  position: relative;
  overflow: hidden;
  padding-top: 5px;
  padding-bottom: 5px;
}

.DynarchCalendar-first-col { padding-left: 5px; }
.DynarchCalendar-last-col { padding-right: 5px; }

.DynarchCalendar-animBody-backYear {
  position: absolute;
  top: -100%;
  left: 0;
}
.DynarchCalendar-animBody-back {
  position: absolute;
  top: 5px;
  left: -100%;
}
.DynarchCalendar-animBody-fwd {
  position: absolute;
  top: 5px;
  left: 100%;
}
.DynarchCalendar-animBody-now {
  position: absolute;
  top: 5px;
  left: 0;
}
.DynarchCalendar-animBody-fwdYear {
  position: absolute;
  top: 100%;
  left: 0;
}

.DynarchCalendar-dayNames {
  padding-left: 5px;
  padding-right: 5px;
}

.DynarchCalendar-dayNames div { font-weight: bold; color: #444; text-shadow: 1px 1px 1px #777; }

.DynarchCalendar-navBtn {
  position: absolute;
  top: 5px;
  z-index: 10;
}

.DynarchCalendar-navBtn div {
  background-repeat: no-repeat;
  background-position: 50% 50%;
  height: 15px;
  width: 16px;
  padding: 1px;
}
.DynarchCalendar-hover-navBtn div {
  border: 1px solid #000;
  padding: 0;
  background-color: #fff;
}
.DynarchCalendar-navDisabled {
  opacity: 0.3;
  filter: alpha(opacity=30);
}
.DynarchCalendar-pressed-navBtn div {
  border: 1px solid #000;
  padding: 0;
  background-color: #777;
  color: #fff;
}

.DynarchCalendar-prevMonth {
  left: 25px;
}

.DynarchCalendar-nextMonth {
  left: 100%;
  margin-left: -43px;
}

.DynarchCalendar-prevYear {
  left: 5px;
}

.DynarchCalendar-nextYear {
  left: 100%;
  margin-left: -23px;
}

.DynarchCalendar-prevMonth div {
  background-image: url("/GIWI400/themes/common/css/calendar/img/nav-left.gif");
}

.DynarchCalendar-nextMonth div {
  background-image: url("/GIWI400/themes/common/css/calendar/img/nav-right.gif");
}

.DynarchCalendar-prevYear div {
  background-image: url("/GIWI400/themes/common/css/calendar/img/nav-left-x2.gif");
}

.DynarchCalendar-nextYear div {
  background-image: url("/GIWI400/themes/common/css/calendar/img/nav-right-x2.gif");
}

.DynarchCalendar-menu {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: #ddd;
  overflow: hidden;
  opacity: 0.85;
  filter: alpha(opacity=85);
}

.DynarchCalendar-menu table td div {
  text-align: center;
  font-weight: bold;
  padding: 3px 5px;
}
.DynarchCalendar-menu table td div.DynarchCalendar-menu-month {
  width: 4em;
  text-align: center;
}
.DynarchCalendar-menu table td div.DynarchCalendar-hover-navBtn {
  border: 1px solid #000;
  padding: 2px 4px;
  background-color: #fff;
  color: #000;
}
.DynarchCalendar-menu table td div.DynarchCalendar-pressed-navBtn {
  border: 1px solid #000;
  padding: 2px 4px;
  background-color: #777;
  color: #fff !important;
}

.DynarchCalendar-menu-year {
  text-align: center;
  font: 16px "lucida grande",tahoma,verdana,sans-serif;
  font-weight: bold;
}

.DynarchCalendar-menu-sep {
  height: 1px; font-size: 1px; line-height: 1px;
  overflow: hidden;
  border-top: 1px solid #888;
  background: #fff;
  margin-top: 4px; margin-bottom: 3px;
}

.DynarchCalendar-time td { font-weight: bold; font-size: 120%; }
.DynarchCalendar-time-hour, .DynarchCalendar-time-minute { padding: 1px 3px; }
.DynarchCalendar-time-down { background: url("/GIWI400/themes/common/css/calendar/img/time-down.png") no-repeat 50% 50%; width: 11px; height: 8px; opacity: 0.5; }
.DynarchCalendar-time-up { background: url("/GIWI400/themes/common/css/calendar/img/time-up.png") no-repeat 50% 50%; width: 11px; height: 8px; opacity: 0.5; }
.DynarchCalendar-time-sep { padding: 0 2px; }
.DynarchCalendar-hover-time { background-color: #444; color: #fff; opacity: 1; }
.DynarchCalendar-pressed-time { background-color: #000; color: #fff; opacity: 1; }
.DynarchCalendar-time-am { padding: 1px; width: 2.5em; text-align: center; }

/* body */

.DynarchCalendar-hover-week { background-color: #ddd; }

.DynarchCalendar-dayNames div, .DynarchCalendar-day, .DynarchCalendar-weekNumber {
  width: 1.7em;
  padding: 3px 4px;
  text-align: center;
}
.DynarchCalendar-weekNumber {
  border-right: 1px solid #aaa;
  margin-right: 4px;
  width: 2em !important;
  padding-right: 8px !important;
}

.DynarchCalendar-day {
  text-align: right; color: #222;
}
.DynarchCalendar-day-othermonth { color: #888; }
.DynarchCalendar-weekend { color: #c22; }
.DynarchCalendar-day-today { color: #00f; font-weight: bold; }

.DynarchCalendar-day-disabled {
  opacity: 0.5;
  text-shadow: 2px 1px 1px #fff;
}

.DynarchCalendar-hover-date {
  padding: 2px 3px;
  background-color: #eef;
  border: 1px solid #88c;
  margin: 0 !important;
  color: #000;
}

.DynarchCalendar-day-othermonth.DynarchCalendar-hover-date { border-color: #aaa; color: #888; }

.DynarchCalendar-dayNames .DynarchCalendar-weekend { color: #c22; }
.DynarchCalendar-day-othermonth.DynarchCalendar-weekend { color: #d88; }

.DynarchCalendar-day-selected {
  padding: 2px 3px;
  margin: 1px;
  background-color: #aaa;
  color: #000 !important;
}
.DynarchCalendar-day-today.DynarchCalendar-day-selected { background-color: #999; }

/* focus */

.DynarchCalendar-focusLink {
  position: absolute;
  opacity: 0;
  filter: alpha(opacity=0);
}

.DynarchCalendar-focused {
  border-color: #000;
}

.DynarchCalendar-focused .DynarchCalendar-topBar, .DynarchCalendar-focused .DynarchCalendar-bottomBar {
  background-color: #ccc;
  border-color: #336;
}

.DynarchCalendar-focused .DynarchCalendar-hover-week {
  background-color: #ccc;
}

.DynarchCalendar-tooltip {
  position: absolute;
  top: 100%;
  width: 100%;
}

.DynarchCalendar-tooltipCont {
  margin: 0 5px 0 5px;
  border: 1px solid #aaa;
  border-top: 0;
  padding: 3px 6px;
  background: #ddd;
}

.DynarchCalendar-focused .DynarchCalendar-tooltipCont {
  background: #ccc;
  border-color: #000;
}

@media print {
  .DynarchCalendar-day-selected {
    padding: 2px 3px;
    border: 1px solid #000;
    margin: 0 !important;
  }
}



ul.SimpleContextMenu {
	display: none;
	position: absolute;
	margin: 0;
	padding: 0;
	list-style-type: none;
	background: #f9f8f7;
	border: 1px solid #d0d0d0;
	width: 220px;
}

ul.SimpleContextMenu li {
	margin: 0;
	padding: 0;
	list-style-position: outside;
}


ul.SimpleContextMenu li span {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	display:block;
	color: #555;
	padding: 0px;
	padding-left: 5px;
	width:220px;
	overflow:hidden;
	white-space: nowrap;
	background-repeat: no-repeat;background-position: 5px 50%;
	border-top:1px solid #cccccc;
	border-bottom:1px solid #cccccc;	
	margin-top:5px;
	font-weight: bold;
}

ul.SimpleContextMenu li a:visited,
ul.SimpleContextMenu li a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	display:block;
	color: #555;
	padding: 0px;
	padding-left: 30px;
	white-space: nowrap;
	background-repeat: no-repeat;background-position: 5px 50%;
}

ul.SimpleContextMenu li a:hover {
	font-family: Arial, Helvetica, sans-serif;
	display:block;
	font-size: 11px;
	background-color: #0A246A;
	color: #fff;
	text-decoration: none;
	background-repeat: no-repeat;background-position: 5px 50%;
}

li.separator {
	height: 1px;
	padding: 0px;
	margin: 0px;
	border-top:1px solid #cccccc;
}


/*
**  Stili personalizzati liste
*/

.wi400_grid_gray_strong {
	background-color: #DDDDDD;
	font-weight: bold;
}

.wi400_grid_gray_border {
	background-color: #DDDDDD;
    border-style:double;
	border-width:medium;
 	border-color:black;
}

.wi400_grid_big {
	font-size: 12px;
}

.wi400_grid_very_big {
	font-size: 13px;
}

.wi400_grid_very_big_strong {
	font-size: 13px;
	font-weight: bold;
}

.wi400_grid_red {
	background-color: #ff9c9c;
}
.wi400_grid_red_2 {
	background-color: #ff9c9c;
}
.wi400_grid_red_2:hover {
	background-color: #ff9c9c;
	opacity: 0.4;
}
.wi400_grid_eror_red {
	background-color: #ff9c9c;
}
.wi400_grid_red_border {
	background-color: #ff9c9c;
    border-style:double;
	border-width:medium;
 	border-color:black;
}
.wi400_grid_red_strong {
	background-color: #ff9c9c;
	font-weight: bold;
}
.wi400_grid_dark_red {
	background-color: #E75480;
}
.wi400_grid_dark_red_border {
	background-color: #E75480;
    border-style:double;
	border-width:medium;
 	border-color:black;
}
.wi400_grid_hidden {
	visibility: hidden;
}
.wi400_grid_orange {
	background-color: #fde5ab;
}
.wi400_grid_orange_border {
	background-color: #fde5ab;
    border-style:double;
	border-width:medium;
 	border-color:black;
}
.wi400_grid_white_border {
	background-color: white;
    border-style:double;
	border-width:medium;
 	border-color:black;
}
.wi400_grid_black {
	background-color: black;
}
.wi400_grid_black_border {
	background-color: black;
    border-style:double;
	border-width:medium;
 	border-color:black;
}
.wi400_grid_copy {
	background-image: url(themes/common/images/copy.png);
	background-repeat: no-repeat;
	 background-position: right; 
}
.wi400_grid_new {
	background-image: url(themes/common/images/new_message.png);
	background-repeat: no-repeat;
	 background-position: right; 
}
.wi400_grid_green {
	background-color: #b4dcb4;
}
.wi400_padleft_10 {
	padding-left: 10px;
}
.wi400_padleft_20 {
	padding-left: 20px;
}
.wi400_padleft_30 {
	padding-left: 30px;
}
.wi400_padleft_40 {
	padding-left: 40px;
}
.wi400_grid_green_border {
	background-color: #b4dcb4;
    border-style:double;
	border-width:medium;
 	border-color:black;
}
.wi400_grid_yellow {
	background-color: #FFFF66;
}
.wi400_grid_yellow_border {
	background-color: #FFFF66;
    border-style:double;
	border-width:medium;
 	border-color:black;
}
.wi400_grid_blue {
	background-color: #9999FF;
}
.wi400_grid_blue_border {
	background-color: #9999FF;
    border-style:double;
	border-width:medium;
 	border-color:black;
}
.wi400_grid_gray {
	background-color: #d4e2d1;
}

.wi400_grid_light_blue {
	background-color: #ABCDEF;
}
.wi400_grid_light_blue_border {
	background-color: #ABCDEF;
    border-style:double;
	border-width:medium;
 	border-color:black;
}
.wi400_grid_turquoise {
	background-color: #40e0d0;
}
.wi400_grid_turquoise_border {
	background-color: #40e0d0;
    border-style:double;
	border-width:medium;
 	border-color:black;
}
.wi400_grid_aqua {
	background-color: #7FFFD4;
}
.wi400_grid_aqua_border {
	background-color: #7FFFD4;
    border-style:double;
	border-width:medium;
 	border-color:black;
}
.wi400_grid_violet {
	background-color: #DABAD0;
}
.wi400_grid_violet_border {
	background-color: #CC66FF;
    border-style:double;
	border-width:medium;
 	border-color:black;
}
.wi400_grid_pink {
	background-color: #FFF0F5;
}
.wi400_grid_pink_border {
	background-color: #FFCCFF;
    border-style:double;
	border-width:medium;
 	border-color:black;
}
.wi400_grid_lilac {
	background-color: #D8BFD8;
}
.wi400_grid_lilac_border {
	background-color: #D8BFD8;
    border-style:double;
	border-width:medium;
 	border-color:black;
}

.wi400_green_border {
	border: 2px solid green;
	border-radius: 3px;
}

.wi400_red_border {
	border: 2px solid red;
	border-radius: 3px;
}

.wi400_orange_border {
	border: 2px solid #ffa500;
	border-radius: 3px;
}

.wi400_font_bold {
	font-weight: bold;
}

.wi400_font_gray {
	color: #DDDDDD;	
}

.wi400_font_red {
	color: #FF0000;	
}

a.Bold, 
a.Bold:visited, 
a.Bold:active, 
a.Bold:hover {
	font-weight: bold;
}

a.redBold, 
a.redBold:visited, 
a.redBold:active, 
a.redBold:hover {
	color: #FF0000;
	font-weight: bold;
}

.wi400_font_green {
	color: #008000;	
}

.wi400_font_blue {
	color: #0000FF;	
}

.wi400_font_turquoise {
	color: #40e0d0;	
}

.wi400_font_orange {
	color: #ffa500;	
}

.checkSwitch {
	position: relative;
	
	width: 90px;
	height: 21px;
	border-radius: 3px;
	/*box-shadow: 0 0 0 1px rgba(0,0,0,0.3), 0 1px 0 1px rgba(255,255,255,0.3);*/
	border: 1px solid #B2B2B2;
	cursor: pointer;
	overflow: hidden;
	display: inline-block;
	background: #e9e9e9;
	padding: 0px !important;
	margin-top: 3px;
}

.checkSwitch:hover {
	
}

.checkSwitch input {
	position: absolute;
	z-index: -1;
	opacity: 0;
	margin: 0;
	padding: 0;
	width: 100%;
	height: 100%;
}

.checkSwitchInner {
	position: absolute;
	top: 0;
	left: -65px;
	width: 155px;
	height: 100%;
	-webkit-transition: all .2s ease;
	-moz-transition: all .2s ease;
	-o-transition: all .2s ease;
	transition: all .2s ease;
}

.checkSwitch.on .checkSwitchInner {
	left: 0px;
}

.checkSwitchOn, .checkSwitchOff, .checkSwitchHandle {
	width: 65px;
	height: 100%;
	font-family: Arial, Tahoma, sans-serif;
	font-size: 12px;
	text-align: center;
	line-height: 22px;
	font-weight: 100;
	color: #ffffff;
	text-shadow: -1px -1px 0 rgba(0,0,0,0.15);
	float: left;
}

.checkSwitchOn, .checkSwitchOff {
	box-shadow: inset 0 0 10px rgba(0,0,0,0.1);
}

.checkSwitchOn {
	position: relative;
	border-radius: 2px 0 0 2px;
	background: #63C663;
}

.checkSwitchOff {
	position: relative;
	border-radius: 0 2px 2px 0;
	background: #aaaaaa;
}

.checkSwitchHandle {
	position: relative;
	width: 25px;
	font-size: 16px;
	line-height: 23px;
	font-weight: 100;
	color: #4b4b4b;
	text-shadow: none;
	border-radius: 3px;
	box-shadow: inset 0 -16px 20px -10px rgba(0,0,0,0.12);
	background: #ffffff center 6px no-repeat;
	/*background: #ffffff url('/themes/common/images/drag_handle.png') center 6px no-repeat;*/
}







#netWarn {
	display:none; margin:0; padding:0.5em 1em; border:0; border-bottom:thin solid #FFDEDE; text-align:center; color:#666; text-shadow:1px 1px 1px #FFEFEF;
	background-color: #FFEFEF;
	background-image: -webkit-gradient(linear, left top, left bottom, from(#FFEFEF), to(#FFDFDF)); /* Saf4+, Chrome */
	background-image: -webkit-linear-gradient(top, #FFEFEF, #FFDFDF); /* Chrome 10+, Saf5.1+, iOS 5+ */
	background-image:    -moz-linear-gradient(top, #FFEFEF, #FFDFDF); /* FF3.6+ */
	background-image:      -o-linear-gradient(top, #FFEFEF, #FFDFDF); /* Opera 11.10+ */
	background-image:         linear-gradient(to bottom, #FFEFEF, #FFDFDF);
}

/* Float Clearing
 ---------------------------------------------------------------------*/

.module:after
{
	clear: both;
	content: ".";
	display: block;
	height: 0;
	visibility: hidden;
}

/* float clearing for IE6 */
* html .module
{
	height: 1%;
	overflow: visible;
}

/* float clearing for IE7 */
* + html .module
{
	min-height: 1%;
}

/* Breadcrumb Styles
 ---------------------------------------------------------------------*/

.breadCrumb
{
	margin: 0;
	padding: 0;
	/*float: left;*/
	display: block;
	height: 21px;
	overflow: hidden;
	/*width: 990px;*/
	padding:5px;
	border:solid 1px #dedede;
	background:#fff;
}

.mobile {
	height: 32px;
	font-size: 26px;
}

.breadCrumb ul.mobile {
	height: 30px;
	padding-top: 6px; 
}

.breadCrumb ul
{
	margin: 0;
	padding: 0;
	height: 21px;
	display: block;
}

.breadCrumb ul li
{
	display: block;
	float: left;
	position: relative;
	height: 100%;
	line-height: 21px;
	margin: 0px 6px 0px 0;
	padding: 0px 10px 0px 0;
	/*font-size: .9167em;*/
	/*font-size: 39px;*/
	background: url("/GIWI400//routine/jquery/img/Chevron.gif") no-repeat 100% 0;
}


.breadCrumb ul li div.chevronOverlay
{
	position: absolute;
	right: 0;
	top: 0;
	z-index: 2;
}

.breadCrumb ul li span.active {
	overflow: visible;
	top: -1px;
	position: relative;
}


.breadCrumb ul li span
{
	display: block;
	height: 100%;
	overflow: hidden;
}


.breadCrumb ul li a {
	display: block;
	position: relative;
	height: 100%;
	line-height: 21px;
	overflow: hidden;
	float: left;
}

.breadCrumb ul li.first span.mobile:before {
	font-size: 31px;
}

.breadCrumb ul li.first span:hover::before {
	opacity: 0.5;
}

.breadCrumb ul li.first span:before {
	content: "\f015";
    font-family: FontAwesome;
    font-style: normal;
    font-weight: normal;
    text-decoration: inherit;
	text-indent:-1000em;
	overflow: hidden;
	font-size: 20px;
	color: #808080;
}

.breadCrumb ul li.first a:hover {
	/*background-position: 0 -16px;*/
}

.breadCrumb ul li.last {
	background: none;
	margin-right: 0;
	padding-right: 0;
}
.chevronOverlay {
	display: none;
	background: url("/GIWI400//routine/jquery/img/ChevronOverlay.png") no-repeat 100% 0;
	width: 13px;
	height: 20px;
}






/* keyboard - jQuery UI Widget */
.ui-keyboard { padding: .3em; position: absolute; left: 0; top: 0; z-index: 16000; }
.ui-keyboard-has-focus { z-index: 16001; }
.ui-keyboard div { font-size: 1.1em; }
.ui-keyboard-button { height: 2em; width: 2em; min-width: 1em; margin: .1em; cursor: pointer; overflow: hidden; line-height: 2em; -moz-user-focus: ignore; }
.ui-keyboard-button span { padding: 0; margin: 0; white-space:nowrap; display: inline-block; }
.ui-keyboard-button-endrow { clear: left; }
.ui-keyboard-widekey { min-width: 4em; width: auto; }
.ui-keyboard-space { width: 15em; }
.ui-keyboard-space span, .ui-keyboard-empty span { font: 0/0 a; text-shadow: none; color: transparent; } /* see http://nicolasgallagher.com/another-css-image-replacement-technique/ */
.ui-keyboard-preview-wrapper { text-align: center; }
.ui-keyboard-preview { text-align: left; margin: 0 0 3px 0; display: inline; width: 99%;} /* width is calculated in IE, since 99% = 99% full browser width =( */ 
.ui-keyboard-keyset { text-align: center; white-space: nowrap; }
.ui-keyboard-input { text-align: left; }
.ui-keyboard-input-current { -moz-box-shadow: 1px 1px 10px #00f; -webkit-box-shadow: 1px 1px 10px #00f; box-shadow: 1px 1px 10px #00f; }
.ui-keyboard-placeholder { color: #888; }
.ui-keyboard-nokeyboard { color: #888; border-color: #888; } /* disabled or readonly inputs, or use input[disabled='disabled'] { color: #f00; } */
.ui-keyboard-button.disabled { opacity: 0.5; filter: alpha(opacity=50); } /* used by the acceptValid option to make the accept button appear faded */
.ui-keyboard-spacer { display: inline-block; width: 1px; height: 0; }

/* combo key styling - toggles diacritics on/off */
.ui-keyboard-button.ui-keyboard-combo.ui-state-default { border-color: #ffaf0f; }

/* (in)valid inputs */
button.ui-keyboard-accept.ui-keyboard-valid-input { border-color: #0c0; background: #080; color: #fff; }
button.ui-keyboard-accept.ui-keyboard-valid-input:hover { background: #0a0; }
button.ui-keyboard-accept.ui-keyboard-invalid-input { border-color: #c00; background: #800; color: #fff; }
button.ui-keyboard-accept.ui-keyboard-invalid-input:hover { background: #a00; }

/*** jQuery Mobile definitions ***/
/* jQuery Mobile styles - need wider buttons because of font size and text-overflow:ellipsis */
.ui-bar .ui-keyboard-button { width: 3em; display: inline-block; }
.ui-bar .ui-keyboard-widekey { width: 5.5em; }
.ui-bar .ui-keyboard-space { width: 15em; }
.ui-bar .ui-keyboard-space span { visibility: hidden; } /* hides the ellipsis */
.ui-bar .ui-keyboard-keyset { line-height: 0.5em; }
.ui-bar input.ui-input-text, .ui-bar textarea.ui-input-text { width: 95%; }

/* over-ride padding set by mobile ui theme - needed because the mobile script wraps button text with several more spans */
.ui-bar .ui-btn-inner { height: 2em; padding: 0.2em 0; margin: 0; }
.ui-bar .ui-btn { margin: 0; font-size: 13px; } /* mobile default size is 13px */

/* Media Queries (optimized for jQuery UI themes; may be slightly off in jQuery Mobile themes) */
/* 240 x 320 (small phone)  */
@media all and (max-width: 319px) {
	.ui-keyboard div { font-size: 9px; }
	.ui-keyboard .ui-keyboard-input { font-size: 12px; }
	/* I don't own an iPhone so I have no idea how small this really is... is it even clickable with your finger? */
	.ui-bar .ui-btn { margin: 0; font-size: 9px; }
	.ui-bar .ui-keyboard-button { width: 1.8em; height: 2.5em; }
	.ui-bar .ui-keyboard-widekey { width: 4em; }
	.ui-bar .ui-keyboard-space { width: 8em; }
	.ui-bar .ui-btn-inner { height: 2.5em; padding: 0.3em 0; }
}

/* 320 x 480 (iPhone)  */
@media all and (min-width: 320px) and (max-width: 479px) {
	.ui-keyboard div { font-size: 9px; }
	.ui-keyboard .ui-keyboard-input { font-size: 14px; }
	/* I don't own an iPhone so I have no idea how small this really is... is it even clickable with your finger? */
	.ui-bar .ui-btn { margin: 0; font-size: 11px; }
	.ui-bar .ui-keyboard-button { width: 1.8em; height: 3em; }
	.ui-bar .ui-keyboard-widekey { width: 4.5em; }
	.ui-bar .ui-keyboard-space { width: 10em; }
	.ui-bar .ui-btn-inner { height: 3em; padding: 0.7em 0; }
}

/* 480 x 640 (small tablet) */
@media all and (min-width: 480px) and (max-width: 767px) {
	.ui-keyboard div { font-size: 13px; }
	.ui-keyboard .ui-keyboard-input { font-size: 14px; }
	.ui-bar .ui-btn { margin: 0; font-size: 10px; }
	.ui-bar .ui-keyboard-button { height: 2.5em; }
	.ui-bar .ui-btn-inner { height: 2.5em; padding: 0.5em 0; }
}