/* FONT */
@font-face {
    font-family: 'Open Sans';
    font-weight: normal;
    src: url(font/OpenSans/ttf/OpenSans-Regular.ttf) format('truetype');
}
@font-face {
    font-family: 'Open Sans';
    font-weight: bold;
    src: url(font/OpenSans/ttf/OpenSans-Bold.ttf) format('truetype');
}
@font-face {
    font-family: 'Open Sans';
    font-weight: 800;
    src: url(font/OpenSans/ttf/OpenSans-ExtraBold.ttf) format('truetype');
}
@font-face {
    font-family: 'PT Sans';
    font-weight: normal;
    src: url(font/PTSans/ttf/PTSans-Regular.ttf) format('truetype');
}


/* HTML E BODY */
html {
	height: 100%;
}
body {
	margin: 0px;
	height: 100%;
    font-size: 12px;
    overflow: hidden;
    background-color: #F4F4F4;
	font-family: 'Open Sans', sans-serif; 
}
#ctdivSPLASHSCREEN {
	position: absolute;
    background: url('/Images/MMPF_Splashscreen_Enabled.jpg') no-repeat center center fixed; 
    background-size: cover;
	width: 100%;
    top: 66px;
    bottom: 0px;
    z-index: 1;
}
#ctdivCOPYRIGHT {
	position: absolute;
	width: 150px;
    height: 10px;
    bottom: 2px;
    right: 20px;
    z-index: 1;
    font-size: 8px;
    letter-spacing: 1px;
    display: none;
}

/* MAIN HEADER */
#ctdivMAINHD {
	position: relative;
	width: 100%;
    min-width: 800px;
	height: 100px;
}
#ctdivMAINHD_TOP {
	position: relative;
    box-sizing: border-box;
    border-bottom: 1px solid white;
    padding-right: 2px;
	width: 100%;
	height: 66px;
	background-color: #3b5999;
}
#ctdivMAINHD_CENTER {
	position: relative;
    box-sizing: border-box;
    border: 1px solid white;
	width: 100%;
	height: 30px;
	background-color: #d9d8d8;
    display: none;
}
#ctdivMAINHD_BOTTOM {
	position: relative;
    box-sizing: border-box;
    border-left: 1px solid white; 
    border-right: 1px solid white; 
	width: 100%;
	height: 4px;
	background-color: #d9d8d8;
    display: none;
}
#ctimgLOGO {
    position: absolute;
    left: 40px;
    top: 9px;
    width: 118px;
    height: 48px;
}
#ctimgMODULELOGO {
    position: absolute;
    left: 164px;
    top: 13px;
    width: 98px;
    height: 42px;
    display: none;
}
.headerBarModuli {
	position: relative;
	float: right;
	margin-right: 12px;
	margin-top: 12px;
    width: 42px;
    height: 42px;
    display: none;
}
.headerBarMainMenuImg {
	position: absolute;
    top: 2px;
    left: 8px;
    height: 24px;
    width: 22px;
    display: none;
}
.headerBarUserLabel {
	position: absolute;
	top: 5px;
	color: #545a5e;
    left: 100px;
    font-size: 15px;
    font-weight: normal;
}
.headerBarUserImg {
	position: absolute;
    top: 4px;
    left: 62px;
    height: 24px;
    width: 22px;
    display: none;
    cursor: default;
}
.headerBarHomeLabel {
	position: absolute;
	top: 5px;
	color: #96999b;
    right: 100px;
    font-size: 14px;
    font-weight: normal;
    cursor: pointer;
    display: none;
}
.headerBarHomeImg {
	position: absolute;
    top: 4px;
    right: 155px;
    height: 23px;
    width: 24px;
    display: none;
}
#ctdivBarAction {
    position: relative;
	float: right;
    width: 58px;
    height: 28px;
    background-color: #d9d8d8;
}
.headerBarAction {
	position: relative;
	float: right;
	margin-right: 18px;
    margin-top: 8px;
}

/* MASCHERA LOGIN */
#ctdivLogin {
    display:none;    
}
.headerBarLogin {
	position: absolute;
	right: 0px;
    width: 530px;
    height: 60px;
    top: 5px;
}
#ctlblUser {
    position: absolute;
    left: 0px;
    top: 2px; 
    color: white;
}
#cttxtUser {
    position: absolute;
    left: 0px;
    top: 21px; 
    width: 170px;
    padding: 4px !important;
}
#ctlblPwd {
    position: absolute;
    left: 180px;
    top: 2px; 
    color: white;
}
#cttxtPwd {
    position: absolute;
    left: 180px;
    top: 21px; 
    padding: 4px !important;
}
#ctlblFindPwd {
    position: absolute;
    left: 428px;
    top: 22px; 
    color: white;
    cursor: pointer;
    font-size: 10px;
    width: 85px;
    text-align: center;
}
#ctlblFindPwd:hover {
    text-decoration: underline;
}
#ctcmbLogin {
    position: absolute;
    left: 360px;
    top: 21px; 
    cursor: pointer;
}

/* MASCHERA PROVISIONING */
#ctdivProvisioning {
    position: absolute;
	right: 0px;
    width: 670px;
    height: 60px;
    top: 5px;
    display:none;    
}
#ctlblDemo {
    position: absolute;
    left: 20px;
    top: 15px; 
    color: white;
    cursor: pointer;
    font-size: 21px;
}
#ctlblDemo:hover {
    text-decoration: underline;
}
#ctlblSignUpTrial {
    position: absolute;
    left: 190px;
    top: 15px; 
    color: white;
    cursor: pointer;
    font-size: 21px;
}
#ctlblSignUpTrial:hover {
    text-decoration: underline;
}
#ctlblSignUp {
    position: absolute;
    left: 490px;
    top: 15px; 
    color: white;
    cursor: pointer;
    font-size: 21px;
}
#ctlblSignUp:hover {
    text-decoration: underline;
}

/* POPUP DEMO */
#ctdivDemo {
    position: absolute;
    margin-left: auto;
    margin-right: auto;
    margin-top: auto;
    margin-bottom: auto;
    left: 0px;
    right: 0px;
    top: 0px;
    bottom: 0px;
    width: 450px;
    height: 420px;
    z-index: 1;
    background-color: #F4F4F4;
    border: 1px solid #4c5a69;
    display:none;
    overflow: hidden;
}
#ctlblUserDemo {
    position: absolute;
    left: 20px;
    top: 115px; 
    display: none;
}
#cttxtUserDemo {
    position: absolute;
    left: 20px;
    top: 125px; 
    width: 410px;
    height: 35px;
    padding: 4px !important;
    display: none;
}
#ctlblPwdDemo {
    position: absolute;
    left: 20px;
    top: 175px; 
    display: none;
}
#cttxtPwdDemo {
    position: absolute;
    left: 20px;
    top: 195px; 
    width: 410px;
    height: 35px;
    padding: 4px !important;
    display: none;
}
#userIDDemo {
    display: none;
}
#passwordDemo {
    width: 0px;
    height: 0px;
    padding: 0px !important;
    border: none !important;
}
#emailDemo {
    position: absolute;
    left: -100px;
    top: -100px;
}
#nameDemo {
    position: absolute;
    left: 20px;
    top: 50px;
    z-index: -1;
    background-color: #F4F4F4;
    border: 1px solid #F4F4F4;
}
#ctlblDemoTitle {
    position: absolute;
    height: 50px;
    right: 1px;
    left: 1px;
    top: 1px;
    font-size: 18px;
    font-weight: bold;
    text-align: center;   
    color: white;
    background-color: #4c5a69;
    line-height: 50px;
}
#ctlblDemoTop {
    position: absolute;
    top: 80px;  
    left: 5px;
    right: 5px;
    font-size: 17px;
    font-weight: bold;
    text-align: center;   
}
#ctlblDemoMiddle {
    position: absolute;
    top: 335px;  
    left: 20px;
    right: 20px;
}
#ctlblDemoBottom {
    position: absolute;
    top: 205px;  
    left: 20px;
    right: 20px; 
}
#cthrDemo {
    position: absolute;
    top: 188px;
    color: #4c5a69;
    width: 100%;
}
#ctlblCloseDemo {
    position: absolute;
    background-color: #ebedef;
    left: 0px;
    right: 0px;
    top: 391px;
    height: 28px;
    cursor: pointer;
    font-size: 12px;
    border-top: 1px solid #4c5a69;
    text-align: right;
    text-indent: 10px;
    direction: rtl;
    line-height: 26px;
    font-weight: bold;
}
#ctlblCloseDemo:hover {
    text-decoration: underline;
}
#ctcmbLoginDemo {
    position: absolute;
    left: 172px;
    top: 140px;
    cursor: pointer;
    width: 100px;
    height: 30px;
}

/* POPUP PROVA GRATUITA */
#ctdivSignUpTrial {
    position: absolute;
    margin-left: auto;
    margin-right: auto;
    margin-top: auto;
    margin-bottom: auto;
    left: 0px;
    right: 0px;
    top: 0px;
    bottom: 0px;
    width: 600px;
    height: 500px;
    z-index: 1;
    background-color: #F4F4F4;
    border: 1px solid #4c5a69;
    display:none;
    overflow: hidden;
}
#ctlblEmailPersonal {
    position: absolute;
    left: 20px;
    top: 135px; 
}
#cttxtEmailPersonal {
    position: absolute;
    left: 20px;
    top: 155px; 
    width: 560px;
    height: 35px;
    padding: 4px !important;
}
#ctlblFormHelp {
    position: absolute;
    left: 20px;
    right: 20px;
    top: 280px; 
}
#userIDTrial {
    display: none;
}
#passwordTrial {
    width: 0px;
    height: 0px;
    padding: 0px !important;
    border: none !important;
}
#emailTrial {
    position: absolute;
    left: -100px;
    top: -100px;
}
#nameTrial {
    position: absolute;
    left: 20px;
    top: 50px;
    z-index: -1;
    background-color: #F4F4F4;
    border: 1px solid #F4F4F4;
}
#ctlblTrialTitle {
    position: absolute;
    height: 50px;
    right: 1px;
    left: 1px;
    top: 1px;
    font-size: 18px;
    font-weight: bold;
    text-align: center;   
    color: white;
    background-color: #4c5a69;
    line-height: 50px;
}
#ctlblTrialTop {
    position: absolute;
    top: 70px;  
    left: 5px;
    right: 5px;
    font-size: 17px;
    font-weight: bold;
    text-align: center;   
}
#ctlblTrialMiddle {
    position: absolute;
    top: 430px;  
    left: 20px;
    right: 20px;
}
#ctlblTrialBottom {
    position: absolute;
    top: 405px;  
    left: 20px;
    right: 20px; 
}
#cthrTrial {
    position: absolute;
    top: 265px;
    color: #4c5a69;
    width: 100%;
}
#ctlblTrialSuccessTop {
    position: absolute;
    height: 50px;
    right: 1px;
    left: 1px;
    top: 1px;
    font-size: 18px;
    font-weight: bold;
    text-align: center;   
    color: white;
    background-color: #4c5a69;
    line-height: 50px;
    display: none;
}
#ctlblTrialSuccessMiddle {
    position: absolute;
    top: 75px;  
    left: 20px;
    right: 20px; 
    font-size: 13px; 
    display: none;
}
#ctlblCloseTrial {
    position: absolute;
    background-color: #ebedef;
    left: 0px;
    right: 0px;
    top: 471px;
    height: 28px;
    cursor: pointer;
    font-size: 12px;
    border-top: 1px solid #4c5a69;
    text-align: right;
    text-indent: 10px;
    direction: rtl;
    line-height: 26px;
    font-weight: bold;
}
#ctlblCloseTrial:hover {
    text-decoration: underline;
}
#ctcmbSignUpTrial {
    position: absolute;
    left: 190px;
    top: 215px; 
    cursor: pointer;
    width: 200px;
    height: 30px;
}

/* POPUP CONFERMA PROVA GRATUITA */
#ctdivConfirmTrial {
    position: absolute;
    margin-left: auto;
    margin-right: auto;
    margin-top: auto;
    margin-bottom: auto;
    left: 0px;
    right: 0px;
    top: 0px;
    bottom: 0px;
    width: 450px;
    height: 300px;
    z-index: 1;
    background-color: #F4F4F4;
    border: 1px solid #4c5a69;
    display:none;
    overflow: hidden;
}
#ctlblConfirmTrialTop {
    position: absolute;
    height: 50px;
    right: 1px;
    left: 1px;
    top: 1px;
    font-size: 18px;
    font-weight: bold;
    text-align: center;   
    color: white;
    background-color: #4c5a69;
    line-height: 50px;
}
#ctlblConfirmTrialBottom {
    position: absolute;
    top: 60px;  
    left: 20px;
    right: 20px; 
}
#ctlblPasswordForApplicationLogonTrial {
    position: absolute;
    left: 20px;
    top: 110px; 
}
#cttxtPasswordForApplicationLogonTrial {
    position: absolute;
    left: 20px;
    top: 130px; 
    width: 380px;
    height: 35px;
    padding: 4px !important;
}
#ctlblPasswordForApplicationLogonConfirmTrial {
    position: absolute;
    left: 20px;
    top: 175px; 
}
#cttxtPasswordForApplicationLogonConfirmTrial {
    position: absolute;
    left: 20px;
    top: 195px; 
    width: 380px;
    height: 35px;
    padding: 4px !important;
}
#ctcmbConfirmTrial {
    position: absolute;
    left: 177px;
    top: 250px; 
    cursor: pointer;
    width: 100px;
    height: 30px;
}

/* POPUP ACQUISTA */
#ctdivSignUp {
    position: absolute;
    margin-left: auto;
    margin-right: auto;
    margin-top: auto;
    margin-bottom: auto;
    left: 0px;
    right: 0px;
    top: 0px;
    bottom: 0px;
    width: 690px;
    height: 630px;
    z-index: 1;
    background-color: #F4F4F4;
    border: 1px solid #4c5a69;
    display:none;
    overflow: hidden;
}
#ctlblEmailPersonalSignUp {
    position: absolute;
    left: 20px;
    top: 325px; 
}
#cttxtEmailPersonalSignUp {
    position: absolute;
    left: 20px;
    top: 345px; 
    width: 640px;
    height: 35px;
    padding: 4px !important;
}
#ctlblPriceSignUp {
    position: absolute;
    left: 20px;
    top: 125px; 
}
#ctdivPriceSignUp {
    position: absolute;
    top: 145px;
    left: 10px;
    right: 10px;
}
#ctdivPriceSignUp #priceHeader { 
    height: 30px;
    background-color: #6c7b8c;
    color: white;
}
#ctdivPriceSignUp #priceOneMonth, #ctdivPriceSignUp #priceSixMonth {
    background-color: #cfd3d7;
}
#ctdivPriceSignUp #priceThreeMonth, #ctdivPriceSignUp #priceTwelweMonth {
    background-color: #e5e8eb;
}
#ctdivPriceSignUp .pricePeriod {
    font-weight: bold;
}
#ctdivPriceSignUp .priceAmount {
    vertical-align: 9px;
    margin-left: 5px;
    font-size: 14px;
}
#ctdivPriceSignUp th, #ctdivPriceSignUp td {
    width: 95px;
    text-indent: 6px;
}
#ctlblFormHelpSignUp {
    position: absolute;
    left: 20px;
    right: 20px;
    top: 490px; 
}
#userIDSignUp {
    display: none;
}
#passwordSignUp {
    width: 0px;
    height: 0px;
    padding: 0px !important;
    border: none !important;
}
#emailSignUp {
    position: absolute;
    left: -100px;
    top: -100px;
}
#nameSignUp {
    position: absolute;
    left: 20px;
    top: 50px;
    z-index: -1;
    background-color: #F4F4F4;
    border: 1px solid #F4F4F4;
}
#ctlblSignUpTitle {
    position: absolute;
    height: 50px;
    right: 1px;
    left: 1px;
    top: 1px;
    font-size: 18px;
    font-weight: bold;
    text-align: center;   
    color: white;
    background-color: #4c5a69;
    line-height: 50px;
}
#ctlblSignUpTop {
    position: absolute;
    top: 80px;  
    left: 5px;
    right: 5px;
    font-size: 17px;
    font-weight: bold;
    text-align: center;   
}
#ctlblSignUpMiddle {
    position: absolute;
    top: 545px;  
    left: 20px;
    right: 20px;
}
#cthrSignUp {
    position: absolute;
    top: 465px;
    color: #4c5a69;
    width: 100%;
}
#ctcmbSignUp {
    position: absolute;
    left: 280px;
    top: 410px; 
    cursor: pointer;
    width: 100px;
    height: 30px;
}
#ctlblCloseSignUp {
    position: absolute;
    background-color: #ebedef;
    left: 0px;
    right: 0px;
    top: 601px;
    height: 28px;
    cursor: pointer;
    font-size: 12px;
    border-top: 1px solid #4c5a69;
    text-align: right;
    text-indent: 10px;
    direction: rtl;
    line-height: 26px;
    font-weight: bold;
}
#ctlblCloseSignUp:hover {
    text-decoration: underline;
}

/* POPUP CONFERMA PAGAMENTO [GESTPAY IFRAME]
#ctdivConfirmPayment{
	position: absolute;
    margin-left: auto;
    margin-right: auto;
    margin-top: auto;
    margin-bottom: auto;
    left: 0px;
    right: 0px;
    top: 0px;
    bottom: 0px;
    width: 450px;
    height: 500px;
    z-index: 1;
    background-color: #F4F4F4;
    border: 1px solid #4c5a69;
    display:none;
    overflow: hidden;
}
#ctlblCC {
    position: absolute;
    left: 20px;
    top: 55px; 
}
#cttxtCC {
    position: absolute;
    left: 20px;
    top: 75px; 
    width: 410px;
    height: 35px;
    padding: 4px !important;
}
#ctlblEXP {
    position: absolute;
    left: 20px;
    top: 125px; 
}
#cttxtEXPMM {
    position: absolute;
    left: 20px;
    top: 145px; 
    width: 50px;
    height: 35px;
    padding: 4px !important;
}
#cttxtEXPYY {
    position: absolute;
    left: 80px;
    top: 145px; 
    width: 50px;
    height: 35px;
    padding: 4px !important;
}
#ctlblCVV2 {
    position: absolute;
    left: 20px;
    top: 195px; 
}
#cttxtCVV2 {
    position: absolute;
    left: 20px;
    top: 215px; 
    width: 110px;
    height: 35px;
    padding: 4px !important;
}
#ctlblName {
    position: absolute;
    left: 20px;
    top: 265px; 
}
#cttxtName {
    position: absolute;
    left: 20px;
    top: 285px; 
    width: 410px;
    height: 35px;
    padding: 4px !important;
}
#ctlblEmail {
    position: absolute;
    left: 20px;
    top: 335px; 
}
#cttxtEmail {
    position: absolute;
    left: 20px;
    top: 355px; 
    width: 410px;
    height: 35px;
    padding: 4px !important;
}
#ctlblPaymentTop {
    position: absolute;
    top: 20px;  
    left: 5px;
    right: 5px;
    font-size: 15px;
    font-weight: bold;
    text-align: center;   
}
#ctlblPaymentBottom {
    position: absolute;
    top: 405px;  
    left: 5px;
    right: 5px; 
}
#ctcmbConfirmPayment {
    position: absolute;
    left: 150px;
    top: 455px; 
    cursor: pointer;
}
#ctlblClosePayment {
    position: absolute;
    left: 403px;
    top: 484px; 
    cursor: pointer;
    font-size: 12px;
}
#ctlblClosePayment:hover {
    text-decoration: underline;
} */

/* POPUP RESET PASSWORD */
#ctdivResetPassword {
    position: absolute;
    margin-left: auto;
    margin-right: auto;
    margin-top: auto;
    margin-bottom: auto;
    left: 0px;
    right: 0px;
    top: 0px;
    bottom: 0px;
    width: 450px;
    height: 570px;
    z-index: 1;
    background-color: #F4F4F4;
    border: 1px solid #4c5a69;
    display:none;
    overflow: hidden;
}
#ctlblResetPasswordTop {
    position: absolute;
    height: 50px;
    right: 1px;
    left: 1px;
    top: 1px;
    font-size: 18px;
    font-weight: bold;
    text-align: center;   
    color: white;
    background-color: #4c5a69;
    line-height: 50px;
}
#ctlblTicket {
    position: absolute;
    left: 20px;
    top: 75px; 
}
#cttxtTicket {
    position: absolute;
    left: 20px;
    top: 95px; 
    width: 380px;
    height: 35px;
    padding: 4px !important;
}
#ctlblPasswordForApplicationLogon {
    position: absolute;
    left: 20px;
    top: 140px; 
}
#cttxtPasswordForApplicationLogon {
    position: absolute;
    left: 20px;
    top: 160px; 
    width: 380px;
    height: 35px;
    padding: 4px !important;
}
#ctlblPasswordForApplicationLogonConfirm {
    position: absolute;
    left: 20px;
    top: 205px; 
}
#cttxtPasswordForApplicationLogonConfirm {
    position: absolute;
    left: 20px;
    top: 225px; 
    width: 380px;
    height: 35px;
    padding: 4px !important;
}
#ctdivpasswordPolicy {
    position: absolute;
    top: 285px;
    left: 15px;
    border: 1px solid grey;
    width: 380px;
    padding: 20px;
    background-color: lightgray;
    display: none;
}
#ctdivpasswordPolicy #L010_000L {
    position: relative;
    font-weight: bold;
}
#ctdivpasswordPolicy #L010_010L, #ctdivpasswordPolicy #L010_020L, #ctdivpasswordPolicy #L010_030L, #ctdivpasswordPolicy #L010_040L, #ctdivpasswordPolicy #L010_050L, #ctdivpasswordPolicy #L010_060L {
    position: relative;
    display: none;
}
#ctdivpasswordPolicy #L010_015L, #ctdivpasswordPolicy #L010_025L, #ctdivpasswordPolicy #L010_035L, #ctdivpasswordPolicy #L010_045L, #ctdivpasswordPolicy #L010_055L, #ctdivpasswordPolicy #L010_065L {
    position: relative;
    display: none;
    font-weight: bold;
}
#ctcmbResetPassword {
    position: absolute;
    left: 177px;
    top: 515px; 
    cursor: pointer;
    width: 100px;
    height: 30px;
}

/* POPUP WELCOME */
#ctdivWelcome{
	position: absolute;
    margin-left: auto;
    margin-right: auto;
    margin-top: auto;
    margin-bottom: auto;
    left: 0px;
    right: 0px;
    top: 0px;
    bottom: 0px;
    width: 450px;
    height: 200px;
    z-index: 1;
    background-color: #F4F4F4;
    border: 1px solid #4c5a69;
    display:none;
    overflow: hidden;
}
#ctlblWelcomeTop {
    position: absolute;
    height: 50px;
    right: 1px;
    left: 1px;
    top: 1px;
    font-size: 18px;
    font-weight: bold;
    text-align: center;   
    color: white;
    background-color: #4c5a69;
    line-height: 50px;
}
#ctlblWelcomeBottom {
    position: absolute;
    top: 105px;  
    left: 20px;
    right: 20px; 
}
#ctlblCloseWelcome {
    position: absolute;
    background-color: #ebedef;
    left: 0px;
    right: 0px;
    top: 171px;
    height: 28px;
    cursor: pointer;
    font-size: 12px;
    border-top: 1px solid #4c5a69;
    text-align: right;
    text-indent: 10px;
    direction: rtl;
    line-height: 26px;
    font-weight: bold;
}
#ctlblCloseWelcome:hover {
    text-decoration: underline;
}

/* MAIN MENU */
#ctdivMAINMENU {
	position: absolute;
    box-sizing: border-box;
    padding-top: 60px;
    background-color: #DAD8D9;
	bottom: 14px;
	top: 110px;
	width: 0px;
	left: 8px;
	z-index: 999;
    overflow: hidden;
	display: none;
    min-height: 500px;
}
.mainMenuCloseElement {
    position: absolute;
    top: 4px;
    left: 4px;
    width: 18px;
	height: 18px;
}
.mainMenuScrollTopElement {
    position: absolute;
    top: 24px;
    left: 58px;
    display: none;
}
.mainMenuScrollBottomElement {
    position: absolute;
    bottom: 24px;
    left: 58px;
    display: none;
}
.mainMenuParentElement {
	position: absolute;
	top:60px;
    bottom:60px;
    overflow-y: scroll;
}
.mainMenuElement {
	position: relative;
	width: 134px;
	height: 94px;
}
.mainMenuElement img {
	position: absolute;
    left: 30px;
    top: 0px;
	width: 74px;
	height: 72px;
}
.mainMenuElement div {
	position: absolute;
    left: 0px;
    top: 72px;
	width: 134px;
	height: 22px;
    text-align: center;
    cursor: pointer;
    color: #3b5999;
    font-weight: bold;
    font-size: 12px;
}


/* HTML DINAMICO */
#ctdivHTMLLOADER {
	position: absolute;
    background-color: transparent;
	top: 110px;
	bottom: 14px;
	left: 8px;
	right: 8px;
    min-width: 784px;
    min-height: 500px;
    overflow:hidden;
}
.news_notifications {
     background-color: #F4F4F4;
     width: 100%;
     height: 100%;
}
.header {
	position: absolute;
    box-sizing: border-box;
    border: 1px solid white;
    background-color: #3b5999;
	height: 36px;
	left: 8px;
	right: 8px;
	top: 8px;
	padding-right: 10px;
    padding-left: 10px;
}
.header > h3 {
	color: white;
	font-size: 22px;
    letter-spacing: 1px;
	font-weight: normal;
    font-family: 'PT Sans';
    margin-top: 0px;
    margin-bottom: 0px;
    display: inline;
    position: absolute;
    top: 2px;
}
.content {
	position: absolute;
    background-color: white;
	left: 8px;
	right: 8px;
	top: 44px;
	bottom: 52px;
	overflow-y: auto;
    overflow-x: auto;
}
.footer {
    position: absolute;
    box-sizing: border-box;
    border: 1px solid white;
	background-color: #e9e9e9;
	color: #3b5999;
	height: 44px;
	left: 8px;
	right: 8px;
	bottom: 8px;
}
.footer > button {
    float: right;
    margin-right: 15px;   
    margin-top: 10px; 
}

/* POPUP, MESSAGGI, GRIDEDIT E BALLOONEDIT */
.modalPanel {
	background-color: black;
	opacity: 0.5;
	top: 0;
	left: 0;
}
img.loader {
	height: auto;
	width: auto;
	position: fixed;
	top: 45%;
	left: 45%;
}
.modalWindow {
	position: fixed;
	background-color: white;
	height: 200px;
	width: 470px;
	border: 1px solid white;
}
.modalElement {
    position: relative;
}
.hdPanel {
	width: 100%;
    height: 22px;
	background-color: #3b5998;
	color: white;
	cursor: pointer;
	font-size: 18px;
    font-weight: bold;
	position: relative;
	text-indent: 10px;
    padding: 5px 0px;
}
.hdPanelClose {
	position: absolute;
	right: 2px;
	top: 2px;
    width: 26px;
    height: 26px;
}
.popupContent {
	position: absolute;
    background-color: white;
	left: 0px;
	right: 0px;
	top: 32px;
	bottom: 46px;
	overflow: auto;
}
.popupFooter {
	background-color: #E8E8E8;
	color: #3b5999;
	position: absolute;
    border-top: 1px solid lightgrey;
	height: 35px;
	left: 0px;
	right: 0px;
    bottom: 0px;
	padding: 5px 15px 5px 5px;
}
.popupFooter > button {
    float: right;
    margin-left: 10px;  
    margin-top: 5px;   
}
.messageContent {
    position: absolute;
	left: 0px;
	right: 0px;
	top: 32px;
	bottom: 46px;
	overflow-y: auto;
	overflow-x: hidden;
	word-wrap: break-word;
    padding: 10px;
}
.messageFooter {
	background-color: #E8E8E8;
    color: #3b5999;
	position: absolute;
    border-top: 1px solid lightgrey;
	height: 35px;
	left: 0px;
	right: 0px;
    bottom: 0px;
	padding: 5px 15px 5px 5px;
}
.messageFooter > button {
	float: right;
    margin-left: 10px;  
    margin-top: 5px;  
}
.gridEditRow{
	background-color: #ebeaea !important;
	height: 35px !important;
}

/* TABELLE */
.grid-tb {
    position: relative;  
    height: 100%;
}
.grid-tb-button {
    position: fixed;
    height: 60px; 
    border-bottom: 1px solid lightgrey;
}
.grid-tb-filter-advanced {
    position: absolute; 
    top: 60px; 
    height: 55px; 
    border-bottom: 1px solid lightgrey; 
    display: none;
}
.grid-tb-filter-advanced > * {
    position: absolute;
}
.grid-tb-filter-advanced > label {
    text-align: right;
}
.grid-tb-container { 
    position: absolute; 
    top: 60px; 
    bottom: 0px; 
    height: auto;
}
.grid-tb-header {
    position: absolute; 
    top: 0px; 
    height: 65px; 
    border-bottom: 1px solid lightgrey;
}
.grid-tb-header-fromto {
    position: absolute; 
    top: 0px; 
    height: 95px; 
    border-bottom: 1px solid lightgrey;
}
.grid-tb-header > table > tbody > tr > th > div,
.grid-tb-header-fromto > table > tbody > tr > th > div {
    padding: 5px; 
    font-weight: bold; 
    font-size: 13px; 
    position:relative;
}
.grid-tb-header > table > tbody > tr > th > div > label,
.grid-tb-header-fromto > table > tbody > tr > th > div > label {
    padding-left: 8px; 
}
.grid-tb-header input, .grid-tb-header button, .grid-tb-filter-advanced input, .grid-tb-filter-advanced button,
.grid-tb-header-fromto input, .grid-tb-header-fromto button {
    font-weight: normal; 
}
.grid-tb-header > table > tbody > tr > th > div[class$='P'],
.grid-tb-header-fromto > table > tbody > tr > th > div[class$='P'] {
    padding: 0px;
}
.grid-tb-detail {
    position: absolute; 
    top: 65px; 
    bottom: 20px;  
    border-bottom: 1px solid lightgrey; 
    overflow-y: auto;
}
.grid-tb-detail-fromto {
    position: absolute; 
    top: 95px; 
    bottom: 20px;  
    border-bottom: 1px solid lightgrey; 
    overflow-y: auto;
}
.grid-tb-detail > table > tbody > tr:nth-child(2n),
.grid-tb-detail-fromto > table > tbody > tr:nth-child(2n) {
    background-color: #f4f4f4;
}
.grid-tb-detail > table > tbody > tr:not([expandabledetaillevel='1']) > td > div,
.grid-tb-detail-fromto > table > tbody > tr:not([expandabledetaillevel='1']) > td > div {
    padding: 5px; 
    min-height: 25px;
    max-height: 38px;
    font-size: 14px;
    text-overflow: ellipsis;
    overflow: hidden;
}
.grid-tb-detail > table > tbody > tr[expandabledetaillevel='1'] > td > div,
.grid-tb-detail-fromto > table > tbody > tr[expandabledetaillevel='1'] > td > div {
    padding: 5px; 
    min-height: 25px;
    font-size: 14px;
    text-overflow: ellipsis;
    overflow: hidden;
}
.collapseInternalDiv:hover, .expandInternalDiv:hover {
    text-decoration: underline;
    cursor: pointer;
}
.grid-tb-detail > table > tbody > tr > td > div[class$='P'],
.grid-tb-detail-fromto > table > tbody > tr > td > div[class$='P'] {
    padding: 0px; 
    min-height: 35px;
}
.grid-tb-detail > table > tbody > tr > td > div[class$='P'] > input[type='checkbox'],
.grid-tb-detail-fromto > table > tbody > tr > td > div[class$='P'] > input[type='checkbox'] {
    margin-left: 10px; 
    margin-top: 8px; 
}
.grid-tb-footer {
    position: absolute; 
    bottom:0px; 
    height: 20px;
}
.grid-tb-footer > table > tbody > tr > th > div {
    padding: 0px 5px 0px 5px;
    text-indent: 5px; 
    color: #666666; 
    font-weight: normal;
}
.grid-tb-footer > table > tbody > tr > th > div[class$='P'] {
    padding: 0px;
}
.grid-expandable-level-1 {
    box-sizing: border-box;
    padding-left: 5px !important;
    padding-right: 5px !important;
}
.grid-expandable-level-2 {
    box-sizing: border-box;
    padding-left: 30px !important;
    padding-right: 5px !important;
}
.grid-expandable-level-3 {
    box-sizing: border-box;
    padding-left: 55px !important;
    padding-right: 5px !important;
}
.grid-expandable-level-4 {
    box-sizing: border-box;
    padding-left: 80px !important;
    padding-right: 5px !important;
}
.grid-expandable-level-5 {
    box-sizing: border-box;
    padding-left: 105px !important;
    padding-right: 5px !important;
}
.grid-expandable-level-6 {
    box-sizing: border-box;
    padding-left: 130px !important;
    padding-right: 5px !important;
}
.grid-expandable-level-7 {
    box-sizing: border-box;
    padding-left: 155px !important;
    padding-right: 5px !important;
}
.grid-expandable-level-8 {
    box-sizing: border-box;
    padding-left: 180px !important;
    padding-right: 5px !important;
}
.grid-expandable-level-9 {
    box-sizing: border-box;
    padding-left: 205px !important;
    padding-right: 5px !important;
}
.noPadding{
    padding: 0px !important;
}
table { 
    border-collapse: collapse; 
}
th {
	text-align: left;
}
table input, table select {
    margin-top: 1px;
	padding-top: 0px !important;
    padding-bottom: 0px !important;
    padding-left: 0px !important;
    padding-right: 0px;
    height: 26px;
    font-family: 'Open Sans', sans-serif !important; 
}
table input.decimal {
	width: 65px;
}
table label.decimal {
	width: 65px !important;
}
table input.integer {
	width: 45px;
}
table label.integer {
	width: 45px !important;
}
table input.date {
	width: 80px;
}
table label.date {
	width: 80px !important;
}
table input.time {
	width: 65px;
}
table label.time {
	width: 65px !important;
}
table input.datetime {
	width: 135px;
}
table label.datetime {
	width: 135px !important;
}
table .button-juiselect { 
    margin-top: 1px;
    padding-top: 0px !important;
    padding-bottom: 0px !important;
    padding-left: 4px !important;
    padding-right: 10px !important;
    height: 26px;
}
table .button-juiselectReload { 
    margin-top: 1px;
    padding-top: 0px !important;
    padding-bottom: 0px !important;
    padding-left: 20px !important;
    padding-right: 10px !important;
    height: 26px;
}
table .objAutoComplete {
    margin-top: 1px;
    padding: 0px !important;
    padding-left: 20px !important;
    padding-right: 4px !important;
    height: 26px;
}
table .form-mandatorySimbol {
    width: 13px;
    height: 13px;
    position: absolute;
    top: -5px;
    margin-left: 3px;
}
table .form-reproposefor {
    width: 18px;
    height: 18px;
    position: absolute;
    margin-left: 12px;
    margin-top: 8px;
    display: none;
}
.actionOnTable {
    width: 34px; 
    height: 44px; 
    margin-right: 8px;
    margin-left: 12px;
    margin-top: 7px;
}
td img {
    width: 20px;
    height: 26px;
    margin-top: 5px;
}
td img.expandeImg {
    position: relative;
    width: 16px;
    height: 16px;
    top: -4px;   
    vertical-align: middle;
    margin-right: 6px;
}
td img.collapseImg {
    position: relative;
    width: 16px;
    height: 16px;
    top: -4px;   
    vertical-align: middle;
    margin-right: 6px;
}
td img.expandeDetailImg {
    position: relative;
    width: 16px;
    height: 16px;
    top: -4px;   
    vertical-align: middle;
    margin-right: 6px;
}
td img.collapseDetailImg {
    position: relative;
    width: 16px;
    height: 16px;
    top: -4px;   
    vertical-align: middle;
    margin-right: 6px;
}
td .currency {
    font-weight: bold;
}
.tb-orderByArrowUp {
	position: absolute; 
	left: 0px;
    top: 0px;
	width: 12px;
	height: 12px;
}
.tb-orderByArrowDown {
	position: absolute; 
	left: 0px;
    bottom: 0px;
	width: 12px;
	height: 12px;
}
.tb-scrollSxArrow {
    position: absolute; 
    right: 54%;
    bottom: 10px;
    width: 24px;
	height: 24px;
    z-index: 2147483647;
    display: none;
}
.tb-scrollDxArrow {
    position: absolute; 
    right: 46%;
    bottom: 10px;
    width: 24px;
	height: 24px;
    z-index: 2147483647;
    display: none;
}
.selectedElement {
	background-color: #CCE5A2 !important;
}
.paddingForBorderCell {
    padding: 4px !important;
}
.deletedElement {
    color: #cc0000;
}
.rotate {
    -webkit-transform: rotate(270deg);
    transform: rotate(270deg);
}
.alignBottomToRotate {
    vertical-align: bottom;
}

/* DATA ENTRY */
input, select, textarea {
	border: 1px solid lightgrey;
    box-sizing:border-box;
	padding: 8px;
    font-weight: bold;
    font-family: 'Open Sans', sans-serif !important; 
}
input:focus, select:focus, button:focus, textarea:focus {
	background-color: #e2e2e2;
    outline: none;
}
input[disabled], select[disabled], textarea[disabled], label[disabled] {
	border: none !important;
	color: black;
	font-weight: bold;
	background-color: #f4f4f4;
}
textarea {
	overflow-y: scroll;
	resize:none;
    font-family: 'Open Sans', sans-serif;
    font-size: 13px !important;
}
::-webkit-input-placeholder { /* WebKit browsers */
    color: lightgrey;
}
::-moz-placeholder { /* Mozilla Firefox 19+ */
   color: lightgrey;
}
:-ms-input-placeholder { /* Internet Explorer 10+ */
  color: lightgrey;
}
input[type="checkbox"] {
	border: none !important;
    width: auto !important;
    height: auto !important;
}
button {
	border: 1px solid gray;
    font-family: 'Open Sans', sans-serif;
	font-weight: bold;
	cursor: pointer;
	color: #444444;
	height: 26px;
}
button.actionOnData {
    background-color: #CCE5A2;    
}
button.actionNavigation {
    background-color: #3b5999; 
    color: white;  
    float: left; 
}
button.actionDelete {
    background-color: #cc0000;    
    color: white;
}
button.actionOnFrontend {
    background-color: lightgray;    
}
button[disabled]{
	color: #E8E8E8;
}
button.actionOnData:hover {
    background-color: green;  
    color: white;  
}
button.actionOnFrontend:hover {
    background-color: grey;  
    color: white;  
}
.buttonSpacer {
    width: 40px;
    height: 40px;
    float: right;
}
.divSpacer {
    position: relative;
}
img {
	cursor: pointer;
}
.loadingStyleAutocomplete {
    background: #e2e2e2 url('/Images/MMPF_Autocomplete_Waiting_Enabled.gif') no-repeat scroll left center !important;
    padding-left:20px;
}
.loadingStyleSelect {
    background: white url('/Images/MMPF_Select_Waiting_Enabled.gif') no-repeat scroll left center !important;
    padding-left:20px;
}
.mandatoryStyle {
    border: 2px solid #cc0000 !important;
    background: url('/Images/MMPF_Warning_Enabled.png') no-repeat scroll right center;
    background-color: white;
    padding-right:24px;
}
textarea.mandatoryStyle {
    border: 2px solid #cc0000 !important;
    background: url('/Images/MMPF_Warning_Enabled.png') no-repeat scroll right center;
    background-color: white;
    padding-right:24px;
    background-size: 0px;
}
.mandatoryStyleGridEditing {
    border: 2px solid #cc0000 !important;
    background: url('/Images/MMPF_Warning_GridEditing_Enabled.png') no-repeat scroll right center;
    background-color: white;
    padding-right:24px;
}
textarea.mandatoryStyleGridEditing {
    border: 2px solid #cc0000 !important;
    background: url('/Images/MMPF_Warning_GridEditing_Enabled.png') no-repeat scroll right center;
    background-color: white;
    padding-right:24px;
    background-size: 0px;
}
.form-mandatorySimbol {
    width: 13px;
    height: 13px;
}
.form-reproposefor {
    width: 24px;
    height: 24px;
    display: none;
}
.decimal, .integer {
	text-align: right !important;
}
.centerElement {
	text-align: center !important;
}
.rightElement {
	text-align: right !important;
}
.leftElement {
	text-align: left !important;
}
input.decimal {
	width: 120px;
}
label.decimal {
	width: 120px !important;
}
input.integer {
	width: 90px;
}
label.integer {
	width: 90px !important;
}
input.date {
	width: 95px;
}
label.date {
	width: 95px !important;
}
input.time {
	width: 80px;
}
label.time {
	width: 80px !important;
}
input.datetime {
	width: 150px;
}
label.datetime {
	width: 150px !important;
}
label.currency {
    font-weight: bold;
}
.button-juiselect {
    border: 1px solid lightgrey;
    background-color: white; 
    font-weight: bold; 
    white-space: nowrap;
    height: 36px;
    padding-right: 10px !important;
}
.button-juiselectReload {
    border: 1px solid lightgrey;
    background-color: white; 
    font-weight: bold; 
    white-space: nowrap;
    height: 36px;
    padding-right: 10px !important;
    padding-left: 20px !important;
}
.button-label-juiselect {
    display: inline-block; 
    overflow: hidden; 
    padding-top: 3px;
    width: calc(100% - 5px);
}
.ui-icon-triangle-1-s {
    margin-top: 5px;
    margin-right: -10px;
}
.buttonjuiselectHint {
    font-weight: normal !important;
    font-size: 13px;
    color: lightgray;
}
.objAutoCompleteHint {
    font-weight: normal !important;
    font-size: 13px;
    color: lightgray;  
}
.objAutoComplete {
    height: 36px;
    padding-left: 20px !important;
}
.rowAutoComplete {
	width: 100%;
	cursor: pointer;
	text-align: left;
	border-bottom: 1px dotted grey;
}
.rowAutoCompleteClassification {
    width: 100%;
	text-align: left;
    color: black;
	background-color: lightgrey;
    font-size: 16px;
    font-weight: bold;
}
.highlightAuto {
	background-color: #d9d8d8;
	cursor: pointer;
}
.forceBold {
    font-weight: bold !important;
}
.forceNoBold {
    font-weight: normal !important;
}
.actionCurrent {
    position: absolute;
    right: 110px;
    top: 51px;
    background-color: #248aaf;
    padding:6px 8px;
    font-size: 11px !important;
    font-weight: bold;
    text-align: center;
    white-space: nowrap;
    color: white;
    z-index: 1;
    width: 70px;
}
.actionExecuted {
    position: absolute;
    right: 74px;
    top: 51px;
    border: 1px solid lightgrey !important;
    background-color: white;
    padding:5px;
    font-size: 11px !important;
    font-weight: bold;
    text-align: center;
    white-space: nowrap;
    cursor: pointer;
    width: 18px;
    z-index: 1;
}
.actionExecuted:hover {
    background-color: lightgray;
}
.actionHelp {
    position: absolute;
    background-image: url('/Images/MMPF_Help_Toggled.png');
    background-size: 100% 100%;
    right: 18px;
    top: 43px;
    width: 34px;
    height: 44px;
    cursor: pointer;
    z-index: 1;
}
.actionHelp:hover {
    background-image: url('/Images/MMPF_Help_Enabled.png');
    background-size: 100% 100%;
}
.frame {
    position: absolute !important;
    border: 1px solid lightgray;
}
.frame > * {
    position: absolute !important;
    font-size: 13px !important;
    font-family: 'Open Sans', sans-serif !important;
}
.frameCaption {
    top: -12px; 
    z-index: 1; 
    background-color: lightgray; 
    font-weight: bold; 
    left: -1px; 
    padding: 4px 8px 4px 8px;
}
.linkHeader {
	position: relative;
    top: 50px;
    min-width: 906px;
    width: 90%;
    left: 90px; 
    height: 33px;	
    border-bottom: 1px solid #3b5999;     
}
.linkHeaderDiv {
	position: relative;
    top: 50px;
    min-width: 906px;
    width: 85%;
    height: auto;
    left: 125px;	
    padding-bottom: 60px;
}
.linkHeader img {
	position: absolute;
    top: -5px;
    left: -35px;
    width: 44px; 
    height: 43px;		
}
.linkHeader label {
	position: absolute;
    left: 30px;
	font-size: 22px;
    font-family: 'PT Sans';
    font-weight: bold;
    color: #3b5999;	
}
.linkButton {
	position: relative;
    display: inline-block;
    width: 315px; 
    height: 60px;
	cursor: pointer;    
}
.linkButton img {
	position: relative;
    top: 15px;
    left: 8px;
	cursor: pointer;
}
.linkButton label {
	position: relative;
    top: 10px;
	font-size: 18px;
    font-family: 'PT Sans';
    font-weight: bold;
	cursor: pointer;
    color: #333333;	
}
.linkHelpHeader {
	position: relative;
    display: block;
    height: auto;
	padding-top: 20px;  
}
.linkHelpHeader label {
	position: relative;
	font-size: 15px;
    font-family: 'PT Sans';
    font-weight: bold;
    color: #3b5999;	    
}
.linkHelpItem {
	position: relative;
    display: block;
    height: auto;
    padding-top: 7px;  
    left: 10px;
}
.linkHelpItem label {
	position: relative;
    left: 10px;
	font-size: 14px;
    font-family: 'PT Sans';
    font-weight: normal;
	cursor: pointer;
    color: #333333;	    
}
.linkHelpItem img {
	position: relative;
    width: 10px;
    height: 10px;
	cursor: pointer;
}
.linkFaqItem {
	position: relative;
    display: block;
    height: auto;
    padding-top: 7px;  
    left: 10px;
}
.linkFaqItem label:nth-child(1) {
	position: relative;
	font-size: 18px;
    font-family: 'PT Sans';
    font-weight: bold;
    cursor: pointer;
    color: #333333;	    
}
.linkFaqItem label:nth-child(2) {
	position: relative;
    left: 10px;
	font-size: 14px;
    font-family: 'PT Sans';
    font-weight: normal;
    cursor: pointer;
    color: #333333;	    
}
.linkFaqAnswerItem {
	position: relative;
    display: none;
    height: auto;
    padding-top: 15px;
    padding-bottom: 15px;  
}
.linkFaqAnswerItem label {
	position: relative;
	font-size: 14px;
    font-family: 'PT Sans';
    font-weight: normal;
    color: #333333;	  
    left: 40px;
}
.hideElement{
	display: none;
}

/* MENU CONTESTUALE */
.selectedElementctxMenu {
	background-color: #CCE5A2 !important;
	cursor: pointer;
}
.ctxMenu {
	width: 250px;
	border: 1px lightgray solid;
	z-index: 1;
	position: absolute;
	background-color: white;
    font-size: 15px;
}
.ctxMenu > div.selectableElementctxMenu {
	padding: 3px;
}
.ctxMenu > div > * {
	cursor: pointer;
	vertical-align: middle;
}
.ctxMenu > div > img {
    margin-left: 12px;
	width: 17px;
	height: 22px;
}
.ctxMenu > div > label {
	margin-left: 10px;
}
.arrowLeftTop {
	width: 0;
	height: 0;
	display: block;
	border-width: 10px;
	border-color: transparent lightgray transparent transparent;
	border-style: solid;
	position: absolute;
	top: 2px;
	left: -20px;
}
.arrowLeftBottom {
	width: 0;
	height: 0;
	display: block;
	border-width: 10px;
	border-color: transparent lightgray transparent transparent;
	border-style: solid;
	position: absolute;
	bottom: 2px;
	left: -20px;
}
.arrowRightTop {
	width: 0;
	height: 0;
	display: block;
	border-width: 10px;
	border-color: transparent transparent transparent lightgray;
	border-style: solid;
	position: absolute;
	top: 2px;
	right: -20px;
}
.arrowRightBottom {
	width: 0;
	height: 0;
	display: block;
	border-width: 10px;
	border-color: transparent transparent transparent lightgray;
	border-style: solid;
	position: absolute;
	bottom: 2px;
	right: -20px;
}
.arrowBottomLeft {
	width: 0;
	height: 0;
	display: block;
	border-width: 10px;
	border-color: lightgray transparent transparent transparent;
	border-style: solid;
	position: absolute;
	bottom: -20px;
	left: 2px;
}
.arrowBottomRight {
	width: 0;
	height: 0;
	display: block;
	border-width: 10px;
	border-color: lightgray transparent transparent transparent;
	border-style: solid;
	position: absolute;
	bottom: -20px;
	right: 2px;
}
.arrowTopLeft {
	width: 0;
	height: 0;
	display: block;
	border-width: 10px;
	border-color: transparent transparent lightgray transparent;
	border-style: solid;
	position: absolute;
	top: -20px;
	left: 2px;
}
.arrowTopRight {
	width: 0;
	height: 0;
	display: block;
	border-width: 10px;
	border-color: transparent transparent lightgray transparent;
	border-style: solid;
	position: absolute;
	top: -20px;
	right: 2px;
}
.ctxMenuOtherAction {
	width: 180px;
	border: 1px black solid;
	z-index: 1;
	position: absolute;
	background-color: white;
}
.ctxMenuOtherAction > div.selectableElementctxMenu {
	padding: 5px;
}
.ctxMenuOtherAction > div > * {
	cursor: pointer;
	vertical-align: middle;
}
.ctxMenuOtherAction > div > img {
    margin-left: 4px;
	width: 26px;
	height: 26px;
}
.ctxMenuOtherAction > div > label {
	margin-left: 14px;
}
.arrowTopRightOtherAction {
	width: 19px;
	height: 18px;
	display: block;
	position: absolute;
    background-image: url('/Images/MMPF_Facility_Menu_Arrow_Enabled.png');
	top: -18px;
	right: 6px;
}
/* TOOLTIP */
.tooltip {
	background-color: #3b5999;
	position: absolute !important;
	color: white;
    width: 300px;
    padding: 12px;
    word-wrap:break-word;
    font-weight: bold;
}
.tooltip p {
    padding: 0px;
    margin: 0px;
}
/* TOOLTIPDEMO */
.tooltipDemo {
	background-color: #FFCC80;
	position: absolute !important;
	color: #B26B00;
    font-size: 16px;
    font-weight: bold;
    width: 300px;
    height: auto;
    word-wrap:break-word;
    padding: 10px;
}
.arrowTopLeftTooltipDemo {
	width: 0;
	height: 0;
	display: block;
	border-width: 10px;
	border-color: transparent transparent #FFCC80 transparent;
	border-style: solid;
	position: absolute;
	top: -20px;
	left: 10px;
}
.arrowTopRightTooltipDemo {
	width: 0;
	height: 0;
	display: block;
	border-width: 10px;
	border-color: transparent transparent #FFCC80 transparent;
	border-style: solid;
	position: absolute;
	top: -20px;
	right: 10px;
}
/* TOOLTIPHISTORY */
.tooltipHistory {
	border: 1px #505a66 solid;
	background-color: #3b5999;
	opacity: 0.9;
	position: absolute !important;
	color: white;
    width: 300px;
}
.tooltipHistoryContent {
    padding: 10px;
    max-height: 350px;
    overflow-y: auto;
    word-wrap:break-word;
}
.arrowTopTooltipHistory {
	width: 0;
	height: 0;
	display: block;
	border-width: 10px;
	border-color: transparent transparent #505a66 transparent;
	border-style: solid;
	position: absolute;
	top: -20px;
	right: 1px;
}
.actionCurrentHistory {
    display: inline-block;
    background-color: #248aaf;
    padding:0px 8px;
    font-size: 11px !important;
    font-weight: bold;
    text-align: center;
    white-space: nowrap;
    color: white;
    width: 70px;
    border: 1px solid white;
    cursor: pointer;
}
.hoursHistory {
    display: inline-block;
    font-size: 11px !important;
    color: white;
    margin-left: 6px;
}
.actionContentHistory {
    height: auto;
    display: none;
}
/* TOOLTIPTABLE */
.tooltipTable {
	border: 1px #505a66 solid;
	background-color: #3b5999;
	position: absolute !important;
	color: white;
}
.tooltipTableContent {
    padding: 8px;
    max-height: 350px;
    max-width: 500px;
    overflow-y: auto;
    word-wrap:break-word;
}
.tooltipTableContent td, .tooltipTableContent th {
    width: 150px;
}
.arrowTopTooltipTable {
	width: 0;
	height: 0;
	display: block;
	border-width: 10px;
	border-color: transparent transparent #505a66 transparent;
	border-style: solid;
	position: absolute;
	top: -20px;
	right: 33px;
}
.arrowBottomTooltipTable {
	width: 0;
	height: 0;
	display: block;
	border-width: 10px;
	border-color: #505a66 transparent transparent transparent;
	border-style: solid;
	position: absolute;
	bottom: -20px;
	right: 33px;
}
/* TOAST */
.toast {
	background-color: #CCE5A2;
	position: absolute !important;
	color: #444444;
    width: 350px;
    top: 43px;
    right: 9px;
    padding: 10px;
    word-wrap:break-word;
    font-weight: bold;
}
/* BALOON */
.balloon {
	background-color: #ebeaea;
	padding: 10px;
	position: absolute;
    border: 1px solid black;
	max-width: 300px;
	min-width: 100px;
    height: 64px;
}
.bottomBalloon {
    position: absolute;
    top: 58px;
    height: 26px;
    left: 0px;
    background-color: #bbbbbb;
    width: 100%;
}
#ctlabelOkBalloon {
    position: absolute;
    bottom: 5px;
	right: 22px;
	width: 65px;
    font-size: 13px;
    cursor: pointer;
}
#ctimgOkBalloon {
	position: absolute;
    bottom: 2px;
    right: 4px;
    width: 22px !important;
    height: 22px !important;
}
#ctlabelInputBalloon {
    position: absolute;
    top: 15px;
    font-size: 13px;
}
#ctlabelInputCurrentBalloon {
    position: absolute;
    top: 33px;
    font-size: 13px;
    font-weight: bold;
}
#ctimgKoBalloon {
	position: absolute;
	right: 4px;
	top: 4px;
	width: 14px !important;
	height: 14px !important;
}
.arrowBottomBalloon {
	width: 20px;
	height: 11px;
	display: block;
	position: absolute;
    background-image: url('/Images/MMPF_Balloon_Arrow_Bottom_Enabled.png');
	top: 84px;
	left: 12px;
}
.arrowTopBalloon {
	width: 20px;
	height: 11px;
	display: block;
	position: absolute;
    background-image: url('/Images/MMPF_Balloon_Arrow_Top_Enabled.png');
	top: -11px;
	left: 12px;
}

/* TABS (stile che sovrascrive quello di jQuery UI) */
.tabs {
    border: none !important;
    border-radius: 0px !important;
    background: white !important;
    font-size: 12px !important;
    color: black !important;
    font-family: 'Open Sans', sans-serif !important;
    padding: 0px 5px !important;
    position: relative !important;
}
.tabs > ul {
    margin: 0 !important;
    padding: 0 !important;
    padding-top: 18px !important;
    border-radius: 0px !important;
    border: none !important;
    border-bottom: 1px solid grey !important;
    background: white !important;
    color: black !important;
    font-weight: normal !important;
}
.tabs > ul > li {
    border: 1px solid #d8d8d8 !important;
    border-radius: 0px !important;
    background: #ebeaea !important;
    border-bottom-width: 0px !important;
    color: #888888 !important;
    font-weight: bold !important;
    margin-right: 6px !important;
}
.tabs > ul > li > a{
    color: inherit !important;
    outline: none !important;
    cursor: pointer !important;
    background: inherit  !important;
}
.tabs > ul > li > a:hover{
    color: black !important;
    background: white !important;
    font-weight: bold !important;
}
.tabs > div {
    padding: 15px !important;
    border-radius: 0px !important;
    color: black !important;
    border: none !important;
}
.tabs > div > * {
    position: absolute !important;
    font-size: 13px !important;
    font-family: 'Open Sans', sans-serif !important;
}
.ui-tabs .ui-tabs-nav li.ui-tabs-active {
    margin-bottom: -1px;
    padding-bottom: 1px;
    color: black !important;
    background: white !important;
    border-top: 1px solid black !important;
    border-left: 1px solid black !important;
    border-right: 1px solid black !important;
}
.ui-tabs-panel {
    width: 95%;
}

/* DATETIMEPICKER (stile che sovrascrive quello di jQuery UI) */
.ui-datepicker-month {
    padding: 0px !important;
}
.ui-datepicker-year {
    padding: 0px !important;
}

/* CHARTS (stile che sovrascrive quello di float) */
.pieLabel > div {
    font-size: 15px !important;
    font-weight: bold;
} 