/*
 * Ext JS Library
 * 
 * http://extjs.com/license
 *
 * Modificato da Luca Sigalini, <luca.sigalini@megaitaliamedia.it>
 * Sostituito il file della versione 2.3.0 con quello della 2.2.1 (Feb 1, 2009) a causa di
 * alcune incompatibilità del CSS 2.3.0 con IE 8 e l'ultima versione di FF.
 * Aggiunte diverse classi in coda al file (p.e. per le icone di notifica). Inoltre, modifiche
 * varie ai colori per la grafica del pannello. Modifiche ad i nomi di alcuni file di icona,
 * rimozione delle classi per il menù di start o degli attributi non necessari ecc. Nuove
 * classi per la taskbar del LCMS, iCMS e HRMS e cambio nome immagini per taskbar trasparente.
 *
 * Altre modifiche varie per l'ottenimento della grafica di DynDevice 5.0.
 *
 * Modificato da Luca Ottolini, <luca.ottolini@megaitaliamedia.it>
 * Cambiato il colore dello sfondo da grigio a bianco.
 *
 */

 html, body {
	margin: 0;
	padding: 0;
	border: 0 none;
	overflow: hidden;
	height: 100%;
	background-color: #ffffff;
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
}

.bogus {
	background-image: url(../images/bogus.png) !important;
}

.toolbar-rib-men {
	background-image: url(../images/toolbar.png) !important;
}

#dpanels {
	width: 250px;
	float: right;
}

#dpanels .x-panel {
	margin: 15px;
}

#dpanels .x-date-picker {
	border: 0 none;
	border-top: 0 none;
	background: transparent;
}

#dpanels .x-date-picker td.x-date-active {
	background: #ababab;
}

#dpanels .x-date-picker {
	width: 100% !important;
}

#x-desktop {
	width: 100%;
	height: 100%;
	border: 0 none;
	position: relative;
    overflow: hidden;
    /*zoom: 1;*/
}

#ux-taskbar .x-btn {
	float: left;
	margin: 2px 0 0 1px;
    position: relative;
	height: 38px;
}

#ux-taskbar button {
	text-align: left;
	color: #808080;
	font-size: 12px;
}
#title-bar-wrapper {
	height: 35px;
}

#title-bar {
	color: #225599;
	padding: 9px 7px;
	font: bold 16px Montserrat, "Myriad Pro", "Myriad Web", "Tahoma", "Helvetica", "Arial", sans-serif;
	float: left;
}

#x-logout {
	float: right;
	padding: 6px 7px;
}

.x-btn-text-icon .x-btn-center .logout {
	background-position: 0pt 3px;
	background-repeat: no-repeat;
	padding: 3px 0pt 3px 18px;
}

#ux-taskbar {
/*	z-index: 12001;*/
	background: transparent none;
	height: 50px;
	margin: 0;
	padding: 0;
	position: absolute;
	top: 0px;
	margin-left: 268px !important;
	width: 100px;
}

.x-btn-icon .x-btn-text {
	background-position: center;
	background-repeat: no-repeat;
	height: 16px;
	width: 16px;
	cursor: pointer;
	white-space: nowrap;
    padding: 0;
}

.x-btn-icon .ux-taskbutton-center .x-btn-text {
	background-position: center;
	background-repeat: no-repeat;
	height: 16px;
	width: 16px;
	cursor: pointer;
	white-space: nowrap;
    padding: 0;
}

.x-btn-icon .ux-taskbutton-center {
	padding: 1px;
}

.x-btn-text-icon .ux-taskbutton-center .x-btn-text {
	background-position: 0 6px;
	background-repeat: no-repeat;
	padding: 7px 0px 7px 20px;
}

.x-btn-text-icon .ux-startbutton-center .x-btn-text {
	background-position: 0 1px;
	background-repeat: no-repeat;
	color: #000000 !important;
	font-weight: bold;
	padding: 7px 0px 7px 28px;
}

.ux-taskbutton-left, .ux-taskbutton-right {
	font-size: 1px;
    line-height: 1px;
}


.ux-taskbutton-left {
	width: 4px;
	height: 28px;
	/*background: url(../images/taskbar/taskbutton-ecm.png) no-repeat 0 0;*/
}


.ux-taskbutton-left-bglcms {
	/*background: url(../images/taskbar/taskbutton-lcms.png) no-repeat 0 0;*/
}

.ux-taskbutton-left-bgecm {
	/*background: url(../images/taskbar/taskbutton-wcms.png) no-repeat 0 0;*/
}

.ux-taskbutton-left-bgicms {
	/*background: url(../images/taskbar/taskbutton-icms.png) no-repeat 0 0;*/
}

.ux-taskbutton-left-bghrms {
	/*background: url(../images/taskbar/taskbutton-hrms.png) no-repeat 0 0;*/
}

/* DynDevice 6.0 */

.x-btn-maximized .ux-taskbutton-left
{
	background: none !important;
}

.x-btn-maximized .ux-taskbutton-left-bglcms
{
	background: none !important;
}

.x-btn-maximized .ux-taskbutton-left-bgecm
{
	background: none !important;
}

.x-btn-maximized .ux-taskbutton-left-bgicms
{
	background: none !important;
}

.x-btn-maximized .ux-taskbutton-left-bghrms
{
	background: none !important;
}


.ux-taskbutton-right {
	width: 4px;
	height: 28px;
	/*background: url(../images/taskbar/taskbutton-ecm.png) no-repeat 0 -28px;*/
}

.ux-taskbutton-right-bglcms {
	/*background: url(../images/taskbar/taskbutton-lcms.png) no-repeat 0 -28px;*/
}

.ux-taskbutton-right-bgecm {
	/*background: url(../images/taskbar/taskbutton-wcms.png) no-repeat 0 -28px;*/
}

.ux-taskbutton-right-bgicms {
	/*background: url(../images/taskbar/taskbutton-icms.png) no-repeat 0 -28px;*/
}

.ux-taskbutton-right-bghrms {
	/*background: url(../images/taskbar/taskbutton-hrms.png) no-repeat 0 -28px;*/
}

/* DynDevice 6.0 */

.x-btn-maximized .ux-taskbutton-right
{
	background: none !important;
}

.x-btn-maximized .ux-taskbutton-right-bglcms
{
	background: none !important;
}

.x-btn-maximized .ux-taskbutton-right-bgecm
{
	background: none !important;
}

.x-btn-maximized .ux-taskbutton-right-bgicms
{
	background: none !important;
}

.x-btn-maximized .ux-taskbutton-right-bghrms
{
	background: none !important;
}


.ux-taskbutton-left i, .ux-taskbutton-right i {
	display: block;
    width: 4px;
    overflow: hidden;
    font-size: 1px;
    line-height: 1px;
}


.ux-taskbutton-center {
	/*background: url(../images/taskbar/taskbutton-ecm.png) repeat-x 0 -56px;*/
	vertical-align: middle;
	text-align: center;
	padding: 0 5px;
	cursor: pointer;
	white-space: nowrap;
}

.ux-taskbutton-center-bglcms {
	/*background: url(../images/taskbar/taskbutton-lcms.png) repeat-x 0 -56px;*/
}

.ux-taskbutton-center-bgecm {
	/*background: url(../images/taskbar/taskbutton-wcms.png) repeat-x 0 -56px;*/
}

.ux-taskbutton-center-bgicms {
	/*background: url(../images/taskbar/taskbutton-icms.png) repeat-x 0 -56px;*/
}

.ux-taskbutton-center-bghrms {
	/*background: url(../images/taskbar/taskbutton-hrms.png) repeat-x 0 -56px;*/
}

/* DynDevice 6.0 */

.x-btn-maximized .ux-taskbutton-center
{
	background: none !important;
}

.x-btn-maximized .ux-taskbutton-center-bglcms
{
	background: none !important;
}

.x-btn-maximized .ux-taskbutton-center-bgecm
{
	background: none !important;
}

.x-btn-maximized .ux-taskbutton-center-bgicms
{
	background: none !important;
}

.x-btn-maximized .ux-taskbutton-center-bghrms
{
	background: none !important;
}


#ux-taskbar .active-win .ux-taskbutton-center button {
	color: #da2127 !important;
	font-weight: bold;
}

#ux-taskbar .active-win .ux-taskbutton-center-bglcms button {
	color: #008a4b !important;
	font-weight: bold;
}

#ux-taskbar .active-win .ux-taskbutton-center-bgecm button {
	color: #166c9b !important;
	font-weight: bold;
}

#ux-taskbar .active-win .ux-taskbutton-center-bgicms button {
	color: #ca8e02 !important;
	font-weight: bold;
}

#ux-taskbar .active-win .ux-taskbutton-center-bghrms button{
	color: #ca8e02 !important;
	font-weight: bold;
}


#ux-taskbar .ux-taskbutton-left {
	background-position: 0 0;
}

#ux-taskbar .ux-taskbutton-right {
	background-position: 0 -28px;
}

#ux-taskbar .ux-taskbutton-center {
	background-position: 0 -56px;
	overflow: hidden;
}

#ux-taskbar .x-btn-over .ux-taskbutton-left {
	background-position: 0 -252px;
}

#ux-taskbar .x-btn-over .ux-taskbutton-right {
	background-position: 0 -280px;
}

#ux-taskbar .x-btn-over .ux-taskbutton-center {
	background-position: 0 -308px;
}

#ux-taskbar .x-btn-click .ux-taskbutton-left {
	background-position: 0 -168px;
}

#ux-taskbar .x-btn-click .ux-taskbutton-right {
	background-position: 0 -196px;
}

#ux-taskbar .x-btn-click .ux-taskbutton-center {
	background-position: 0 -224px;
}

#ux-taskbar .active-win .ux-taskbutton-left {
	background-position: 0 -84px;
}

#ux-taskbar .active-win .ux-taskbutton-right {
	/*background: url(../images/taskbar/taskbutton-ecm.png) no-repeat 0 -112px;*/
}

#ux-taskbar .active-win .ux-taskbutton-center {
	/*background: url(../images/taskbar/taskbutton-ecm.png) repeat-x 0 -140px;*/
}

#ux-taskbar .active-win .ux-taskbutton-right-bglcms {
	/*background: url(../images/taskbar/taskbutton-lcms.png) no-repeat 0 -112px;*/
}

#ux-taskbar .active-win .ux-taskbutton-right-bgecm {
	/*background: url(../images/taskbar/taskbutton-wcms.png) no-repeat 0 -112px;*/
}

#ux-taskbar .active-win .ux-taskbutton-right-bgicms {
	/*background: url(../images/taskbar/taskbutton-icms.png) no-repeat 0 -112px;*/
}

#ux-taskbar .active-win .ux-taskbutton-right-bghrms {
	/*background: url(../images/taskbar/taskbutton-hrms.png) no-repeat 0 -112px;*/
}

#ux-taskbar .active-win .ux-taskbutton-center-bglcms {
	/*background: url(../images/taskbar/taskbutton-lcms.png) repeat-x 0 -140px;*/
}

#ux-taskbar .active-win .ux-taskbutton-center-bgecm {
	/*background: url(../images/taskbar/taskbutton-wcms.png) repeat-x 0 -140px;*/
}

#ux-taskbar .active-win .ux-taskbutton-center-bgicms {
	/*background: url(../images/taskbar/taskbutton-icms.png) repeat-x 0 -140px;*/
}

#ux-taskbar .active-win .ux-taskbutton-center-bghrms {
	/*background: url(../images/taskbar/taskbutton-hrms.png) repeat-x 0 -140px;*/
}

#ux-taskbar .active-win .ux-taskbutton-center button {
	font-size: 12px;
}

#spacer {
	height: 25px;
	float: left;
	width: 0;
	overflow: hidden;
	margin-top: 2px;
}

.x-window-body p,.x-panel-body p {
	padding: 10px;
	margin: 0;
}

.x-window-body {
	background: white;
}

.x-window-mc {
	background: #dfe0df none;
	border: 1px solid #000000;
}

.x-window-maximized .x-window-bc {
	height:0;
}

.user {
    background-image: url(/_system/resources/images/icons/md_opzioni/dati_personali.png) !important;
	color: #ffffff;
}


.x-panel-tl .x-panel-icon, .x-panel-icon {
	background-position: 0pt 4px;
	background-repeat: no-repeat;
	padding-left: 20px !important;
}

.x-window-footer {
    padding-bottom: 6px;
    /*zoom: 1;*/
    font-size: 0;
    line-height: 0;
}

.x-panel-nofooter {
	height: 6px;
}

.x-toolbar {
	background: none;
	padding: 0px;
	border: 0px none;
}

#ux-taskbuttons-panel {
	padding-top: 0;
	position: relative;
}

.ux-taskbuttons-panel-bgwcms
{
	background: url(../images/taskbar/taskbuttons-panel-bg.png) repeat-x left top;
	overflow: hidden !important;
}

.ux-taskbuttons-panel-bglcms
{
	background: url(../images/taskbar/taskbuttons-panel-bg-lcms.png?version=5.5.000) repeat-x left top;
	overflow: hidden !important;
}

.ux-taskbuttons-panel-bgecm
{
	background: url(../images/taskbar/taskbuttons-panel-bg-ecm.png?version=5.5.000) repeat-x left top;
	overflow: hidden !important;
}

.ux-taskbuttons-panel-bgicms
{
	background: url(../images/taskbar/taskbuttons-panel-bg-icms.png?version=5.5.000) repeat-x left top;
	overflow: hidden !important;
}

.ux-taskbuttons-panel-bghrms
{
	background: url(../images/taskbar/taskbuttons-panel-bg-hrms.png?version=5.5.000) repeat-x left top;
	overflow: hidden !important;
}

.ux-taskbuttons-strip-wrap {
	width: 100%;
    overflow: hidden;
    position: relative;
    /*zoom: 1;*/
}

ul.ux-taskbuttons-strip {
	display: block;
	width: 5000px;
	margin-top: 4px;
	height: 45px;
	margin-left: 4px;
}

ul.ux-taskbuttons-strip li {
    float: left;
    margin-left: 5px;
}

.ux-taskbuttons-strip .x-btn
{
	box-shadow: 0px 0px 2px grey;
	border-radius: 5px;
}

/* DynDevice 6.0 */

.x-btn-maximized
{
	box-shadow: 0px 0px 0px !important;
	border-radius: 5px 5px 0px 0px !important;
	border: 1px solid #eeeeee;
	border-bottom: 1px solid #aaaaaa;
	height: 45px !important;
	top: -1px;
}

.active-win
{
	box-shadow: 0px 0px 3px grey !important;;
	color: #909090 !important;
	border-bottom: 1px solid #eeeeee !important;
	background-color: #eeeeee;
}


ul.ux-taskbuttons-strip li.ux-taskbuttons-edge {
    float: left;
    margin: 0 !important;
    padding: 0 !important;
    border: 0 none !important;
    font-size: 1px !important;
    line-height: 1px !important;
    overflow: hidden;
    /*zoom: 1;*/
    background: transparent !important;
    width: 1px;
}

.x-clear {
    clear: both;
    height: 0;
    overflow: hidden;
    line-height: 0;
    font-size: 0;
}

.x-taskbuttons-scrolling {
	position: relative;
}

.x-taskbuttons-scrolling .ux-taskbuttons-strip-wrap {
	margin-left: 18px;
	margin-right: 18px;
}

td.ux-taskButtons-edge {
    margin: 0 !important;
    padding: 0 !important;
    border: 0 none !important;
    font-size: 1px !important;
    line-height: 1px !important;
    overflow: hidden;
    /*zoom: 1;*/
    background: transparent !important;
    width: 1px;
}

.ux-taskbuttons-scroller-left {
    background: transparent url(../images/taskbar/scroll-left.png?version=5.5.000) no-repeat 0px 0;
    width: 18px;
    position: absolute;
    left: 1px;
    top: 0px;
    z-index: 10;
    cursor: pointer;
}

.ux-taskbuttons-scroller-left-over {
    background-position: -18px 0;
}

.ux-taskbuttons-scroller-left-disabled {
    background-position: 0 0;
    opacity: .5;
    -moz-opacity: .5;
    filter: alpha(opacity=50);
    cursor: default;
}

.ux-taskbuttons-scroller-right {
    background: transparent url(../images/taskbar/scroll-right.png?version=5.5.000) no-repeat 0 0;
    width: 18px;
    position: absolute;
    right: 0;
    top: 0px;
    z-index: 10;
    cursor: pointer;
}

.ux-taskbuttons-scroller-right-over {
    background-position: -18px 0;
}

.ux-taskbuttons-scroller-right-disabled {
    background-position: 0 0;
    opacity: .5;
    -moz-opacity: .5;
    filter: alpha(opacity=50);
    cursor: default;
}

.ux-toolmenu-sep {
	background-color: #91aaca;
	display: block;
	height: 1px;
	font-size: 1px;
	line-height: 1px;
	margin: 2px 3px;
}

.x-menu-item-active {
	border: 1px solid #b0c4ca;
	color: #ffffff;
	padding: 0;
}

ul.x-menu-list li.x-menu-list-item a.x-menu-item {
	color: #000000;
}

ul.x-menu-list li.x-menu-list-item .x-menu-item-active a.x-menu-item {
	color: #ffffff;
}

.ux-start-menu-tools-panel .x-menu-item-active {
	background: #c2d7ed url(../images/taskbar/tool-item-over.gif) repeat-x left bottom;
	border: 1px solid #9dbde1;
	color: #ffffff;
	padding: 0;
}

.x-menu-item-active a {
	color: #ffffff;
}

#ux-taskbar .x-splitbar-h {
	background: #000000 url(../images/taskbar/taskbar-split-h.gif) no-repeat 0 0;
	width: 14px;
}


/**
 * Titoli delle finestre.
 */

.x-window-header-text {
	/*padding-left: 118px;*/
	color: #e80000;
	font: bold 24px Montserrat, "Myriad Pro", "Myriad Web", "Tahoma", "Helvetica", "Arial", sans-serif;
	cursor: move;
}

.x-window-header-text-small {
	/*padding-left: 17px;*/
	color: #e80000;
	font: bold 24px Montserrat, "Myriad Pro", "Myriad Web", "Tahoma", "Helvetica", "Arial", sans-serif;
	cursor: move;
}

.x-window-lcms-header-text {
	/*padding-left: 118px;*/
	color: #00a824;
	font: bold 24px Montserrat, "Myriad Pro", "Myriad Web", "Tahoma", "Helvetica", "Arial", sans-serif;
	cursor: move;
}

.x-window-lcms-header-text-small {
	/*padding-left: 17px;*/
	color: #00a824;
	font: bold 24px Montserrat, "Myriad Pro", "Myriad Web", "Tahoma", "Helvetica", "Arial", sans-serif;
	cursor: move;
}

.x-window-icms-header-text {
	/*padding-left: 118px;*/
	color: #e8ba00;
	font: bold 24px Montserrat, "Myriad Pro", "Myriad Web", "Tahoma", "Helvetica", "Arial", sans-serif;
	cursor: move;
}

.x-window-icms-header-text-small {
	/*padding-left: 17px;*/
	color: #e8ba00;
	font: bold 24px Montserrat, "Myriad Pro", "Myriad Web", "Tahoma", "Helvetica", "Arial", sans-serif;
	cursor: move;
}

.x-window-hrms-header-text {
	/*padding-left: 118px;*/
	color: #e8ba00;
	font: bold 24px Montserrat, "Myriad Pro", "Myriad Web", "Tahoma", "Helvetica", "Arial", sans-serif;
	cursor: move;
}

.x-window-hrms-header-text-small {
	/*padding-left: 17px;*/
	color: #e8ba00;
	font: bold 24px Montserrat, "Myriad Pro", "Myriad Web", "Tahoma", "Helvetica", "Arial", sans-serif;
	cursor: move;
}

.x-window-ecm-header-text {
	/*padding-left: 118px;*/
	color: #0053a8;
	font: bold 24px Montserrat, "Myriad Pro", "Myriad Web", "Tahoma", "Helvetica", "Arial", sans-serif;
	cursor: move;
}

.x-window-ecm-header-text-small {
	/*padding-left: 17px;*/
	color: #0053a8;
	font: bold 24px Montserrat, "Myriad Pro", "Myriad Web", "Tahoma", "Helvetica", "Arial", sans-serif;
	cursor: move;
}


#ux-taskbar .active-win .ux-startbutton-center button {
    color: #000000;
	font-size: 12px;
}

.x-column-menu {
    padding: 0;
    margin: 0;
}

.x-column-menu .x-menu-list {
	background-color: #f0f0f0;
	padding: 2px 2px 2px 3px;
    float: left;
    margin: 0;
}

.x-column-menu .x-menu-item-icon {
    margin: 0 10px 0 0;
}

.x-column-menu .x-menu-item-active {
    margin-left: 0px;
}  

/**
 * Classi per le icone di notifica.
 */

.x-icon-alert {
	background-image: url(../images/notifications/caution.gif) !important;
}
.x-icon-information {
	background-image: url(../images/notifications/information.png) !important;
}
.x-icon-waiting {
	background-image: url(../images/notifications/hourglass.gif) !important;
}
.x-icon-done {
	background-image: url(../images/notifications/clock.gif) !important;
}

/* Correzione difetto di visualizzazione su Surface */

.x-window-body-noborder
{
	padding-right: 0px !important;
}

/* Icone dei pulsanti delle finestre semi-visibili e visibili all'onmouseover */

.x-window-header:hover .x-tool
{
	opacity: 1.0;
}

.x-window-header .x-tool
{
	opacity: 0.3;
}

.x-window-lcms-header:hover .x-tool
{
	opacity: 1.0;
}

.x-window-lcms-header .x-tool
{
	opacity: 0.3;
}

.x-window-icms-header:hover .x-tool
{
	opacity: 1.0;
}

.x-window-icms-header .x-tool
{
	opacity: 0.3;
}

.x-window-hrms-header:hover .x-tool
{
	opacity: 1.0;
}

.x-window-hrms-header .x-tool
{
	opacity: 0.3;
}

.x-window-ecm-header:hover .x-tool
{
	opacity: 1.0;
}

.x-window-ecm-header .x-tool
{
	opacity: 0.3;
}

.x-window-notifications-header:hover .x-tool
{
	opacity: 1.0;
}

.x-window-notifications-header .x-tool
{
	opacity: 0.3;
}

/* Aria alle finestre massimizzate */

.x-window-maximized .x-window-body {
    background-color: #ffffff !important;
    text-align: center;
}

.x-window-maximized .x-window-ecm-body {
    background-color: #ffffff;
    text-align: center;
}

.x-window-maximized .x-window-lcms-body {
    background-color: #ffffff;
    text-align: center;
}

.x-window-maximized .x-window-icms-body {
    background-color: #ffffff;
    text-align: center;
}

.x-window-maximized .x-window-hrms-body {
    background-color: #ffffff;
    text-align: center;
}

/* Altre classi base per il desktop */

.select_site_changer
{
	font-size: 18px;
	padding: 1px;
	width: 18px;
	color: #595959;
	font-weight: bold;
	border: 0px;
	height: 28px;
}

.ssc
{
	background-color: rgba(255, 255, 255, 0.50);
	border-radius: 5px;
	-webkit-transition: all .5s ease;
	-moz-transition: all .5s ease;
	transition: all .5s ease;
}

.ssc:hover
{
	background-color: #0053A8;
	color: #ffffff;
	cursor: pointer;
}

.nof
{
	float: right;
	max-width: 170px;
	text-align: left;
	overflow: hidden;
	padding: 1px;
	padding-left: 2px;
	padding-right: 2px;
	border-radius: 5px;
	-webkit-transition: all .5s ease;
	-moz-transition: all .5s ease;
	transition: all .5s ease;
}

.nof:hover
{
	background-color: #0053A8;
	cursor: pointer;
}

.nof:hover td
{
	color: #ffffff !important;
}

.ddmfu
{
	position: absolute;
	top: 38px;
	right: 0px;
	width: 229px;
	height: auto;
	background-color: #ffffff;
	box-shadow: 0px 0px 5px 3px #cccccc;
	border-radius: 5px;
	padding-top: 5px;
}

.ddmfu_voice
{
	width: 231px;
	height: 40px;
	padding: 3px;
	padding-top: 0px;
	padding-bottom: 0px;
}

.ddmfu_voice table
{
	width: 225px;
	height: 34px;
}

.ddmfu_voice:hover table
{
	color: #ffffff !important;
	background-color: #0053a8;
	-webkit-transition: all .5s ease;
	-moz-transition: all .5s ease;
	transition: all .5s ease;
	border-radius: 5px;
	cursor: pointer;
}

.ddmfu_voice:hover table td
{
	color: #ffffff;
	transition: all .5s ease;
}

#site_switcher_div
{
	transition: all 0.5s ease;
}

/* Classi relative al motore di ricerca */

.input-container
{
	height: 27px;
	float: right;
	text-align: right;
	padding-top: 2px;
	padding-left: 2px;
	width: 0;
	overflow-x: hidden;
	transition: 0.5s;
}

#sSearchText[type="text"]
{
	padding-left: 5px;
	border: 1px solid #dddddd;
	width: 150px;
	border-radius: 5px;
}

.menu-voice-container
{
	position: relative;
	left: 180px;
	width: 300px;
	height: 200px;
	margin-top: 50px;
	overflow-y: scroll;
	background-color: #fff;
	border-radius: 3px;
	box-shadow: 0px 0px 5px 3px grey;
}

.menu_hover_lms:hover
{
	color: #ffffff !important;
	background-color: #0053a8;
	-webkit-transition: all .5s ease;
	-moz-transition: all .5s ease;
	transition: all .5s ease;
}

.menu_hover_lcms:hover
{
	color: #ffffff !important;
	background-color: #00a824;
	-webkit-transition: all .5s ease;
	-moz-transition: all .5s ease;
	transition: all .5s ease;
}

.menu_hover_hricms:hover
{
	color: #ffffff !important;
	background-color: #e8ba00;
	-webkit-transition: all .5s ease;
	-moz-transition: all .5s ease;
	transition: all .5s ease;
}

.menu_hover_wcms:hover
{
	color: #ffffff !important;
	background-color: #ff0000;
	-webkit-transition: all .5s ease;
	-moz-transition: all .5s ease;
	transition: all .5s ease;
}

.menu_level_hover:hover table td
{
	color: #ffffff;
	transition: all .5s ease;
}

.node_button
{
	cursor: default;
}

.function_button
{
	cursor: pointer;
}

.big_button td
{
	font-weight: bold;
}

/* Classi per i tooltip */

.tooltipBox
{
	background-repeat: no-repeat;
	padding-left: 3px;
	color: #000080;
}

.tooltipBoxLoading
{
	padding-right: 22px;
	background-image: url(/_system/libs/cms-kernel/desktop/images/small_loading.gif);
	background-repeat: no-repeat;
	background-position: right;
	color: #000080;
}

/* Classi relative alle notifiche, e al pannello "Funzioni" di DynDevice 6.0 */

.newsletter_numbers_showed
{
    position: absolute;
    right: 10px;
    top: 100px;
    width: 300px;
    height: 80px;
    z-index: 20000;
    background-color: #ffffff;
    padding: 5px;
    box-shadow: -15px 15px 50px 5px #808080;
	border-radius: 5px 5px 5px 5px;
    overflow: hidden;

    transition-property: top, right, width, height;
    transition-duration: 0.3s;
    transition-delay: 0.4s;
}

.newsletters_panel_closed
{
	position: absolute;
	right: -370px;
	top: 50px;
	width: 300px;
	height: 320px;
	background-color: #ffffff;
    box-shadow: -15px 30px 40px 5px #808080;
	border-radius: 0px 0px 0px 5px;
    overflow: hidden;

    transition-property: top, right, width, height;
    transition-duration: 0.3s;
    transition-delay: 0.4s;
	z-index: 19999;
}

.newsletters_panel_opended
{
	right: 0px !important;
}

.notify_showed
{
    position: absolute;
    right: 10px;
    top: 100px;
    width: 200px;
    height: 80px;
    z-index: 20000;
    background-color: #ffffff;
    padding: 5px;
    box-shadow: -15px 15px 50px 5px #808080;
	border-radius: 5px 5px 5px 5px;
    overflow: hidden;

    transition-property: top, right, width, height;
    transition-duration: 0.3s;
    transition-delay: 0.4s;
}

.notifies_panel_closed
{
	position: absolute;
	right: -370px;
	top: 50px;
	width: 300px;
	height: 300px;
	background-color: #ffffff;
    box-shadow: -15px 30px 40px 5px #808080;
	border-radius: 0px 0px 0px 5px;
    overflow: hidden;

    transition-property: top, right, width, height;
    transition-duration: 0.3s;
    transition-delay: 0.4s;
	z-index: 19999;
}

.notifies_panel_opended
{
	right: 0px !important;
}

.functions_panel_closed
{
	position: absolute;
	right: -370px;
	top: 50px;
	width: 300px;
	height: 300px;
	background-color: #ffffff;
    box-shadow: -15px 30px 40px 5px #808080;
	border-radius: 0px 0px 0px 5px;
    overflow: auto;

    transition-property: top, right, width, height;
    transition-duration: 0.3s;
    transition-delay: 0.4s;
	z-index: 19999;
}

.functions_panel_opended
{
	right: 0px !important;
}

.dashboard_panel_closed
{
	position: absolute;
	right: -370px;
	top: 50px;
	width: 300px;
	height: 300px;
	background-color: #ffffff;
    box-shadow: -15px 30px 40px 5px #808080;
	border-radius: 0px 0px 0px 5px;
    overflow: auto;

    transition-property: top, right, width, height;
    transition-duration: 0.3s;
    transition-delay: 0.4s;
	z-index: 19999;
}

.dashboard_panel_opended
{
	right: 0px !important;
}

.emailalert_panel_closed
{
	position: absolute;
	right: -370px;
	top: 50px;
	width: 300px;
	height: 300px;
	background-color: #ffffff;
    box-shadow: -15px 30px 40px 5px #808080;
	border-radius: 0px 0px 0px 5px;
    overflow: auto;

    transition-property: top, right, width, height;
    transition-duration: 0.3s;
    transition-delay: 0.4s;
	z-index: 19999;
}

.emailalert_panel_opended
{
	right: 0px !important;
}

.functions_container
{
	text-align: center;
	padding-top: 10px;	
}

.functions_buttons_row
{
	border-top: 1px solid #cccccc;
	padding-top: 10px;
	clear: both;
}

.functions_buttons_btn
{
	float: left;
	width: 32%;
	text-align: center;
	height: 78px;
	border: 1px solid #ffffff;
	background-color: #fafafa;
	margin-left: 1px;
	margin-bottom: 10px;
	overflow: hidden;
	padding-top: 2px;
	cursor: pointer;
	border-radius: 5px 5px 5px 5px;
	display: table;
    transition-property: border-color;
    transition-duration: 0.2s;
}

.functions_buttons_btn:hover
{
	border: 1px solid #0053A8;
}

.functions_buttons_icon
{
	width: 21px;
	height: 21px;
	margin: auto;
	margin-bottom: 1px;
}

.functions_buttons_btn_cnt
{
	display: table-cell;
	vertical-align: middle;
	padding: 2px;
	max-height: 74px;
	overflow: hidden;
}

.functions_buttons_btn_cnt > div {
	margin: auto;
    text-overflow: ellipsis;
}

/**
 * Definizioni per la sistemazione delle finestre di dialogo/scelta.
 */

.ext-el-mask
{
	z-index: 9000000000 !important;
}

.ext-el-mask-no-zindex
{
    z-index: 9020;
    position: absolute;
    top: 0;
    left: 0;
    -moz-opacity: 0.5;
    opacity: .50;
    filter: alpha(opacity=50);
    width: 100%;
    height: 100%;
    zoom: 1;
	background-color: #ccc;
}

/*
.x-shadow
{
	z-index: 8000000000 !important;
}
*/

.x-window-dlg
{
	z-index: 9000000003 !important;
	box-shadow: 0px 0px 20px #808080;
	border-radius: 5px;
}

.x-window-dlg .x-btn {
    box-shadow: rgb(128 128 128) 0px 0px 3px;
    border-radius: 5px;
    height: 34px;
    margin-left: 5px;
    background-color: rgb(238, 238, 238);
    border: 1px solid rgb(238, 238, 238);
}

.x-window-dlg .x-btn-tl, .x-window-dlg .x-btn-tr, .x-window-dlg .x-btn-tc, .x-window-dlg .x-btn-ml, .x-window-dlg .x-btn-mr, .x-window-dlg .x-btn-mc, .x-window-dlg .x-btn-bl, .x-window-dlg .x-btn-br, .x-window-dlg .x-btn-bc{
	background-image: none;
}

.x-window-dlg .x-btn
{
	box-shadow: 0px 0px 3px #808080;
	border-radius: 5px;
	height: 34px;
	margin-left: 5px;
	background-color: #eeeeee;
	border: 1px solid #eeeeee;
}

.x-window-dlg .xtb-sep
{
	margin-left: 5px !important;
}

.x-window-dlg .x-btn:hover
{
	background-color: #baebff;
	border: 1px solid #00A2E8;
}
