﻿.MsgBoxContainer
{
    height: 100%;
    width: 100%;
    border:0px;
    top:0;
    left:0;
    position:absolute;
    background-image: url('../img/Sfondo-Opaco.png');
    z-index:2500;
}

.PopUpEditContainer
{
    height: 100%;
    width: 100%;
    border:0px;
    top:0;
    left:0;
    position:absolute;
    background-image: url('../img/Sfondo-Opaco.png');
    z-index:1500;
}

.PopUpInfoPiaffaormaContainer
{
    height: 100%;
    width: 100%;
    border:0px;
    top:0;
    left:0;
    position:absolute;
    background-image: url('../img/Sfondo-Opaco.png');
    z-index:1500;
}

.PopUpContainer
{
    text-align: left;
    width: 410px;
    height: 180px;
    left: 50%;
    top: 50%;
    margin-top: -90px;
    margin-left: -205px;
    position: absolute;
    border: 2px solid rgba(110, 110, 110, 1);
    border-radius: 7px;
    background: rgba(255, 255, 255, 1);
    z-index: 2800;
}

.PopUpContainerOver
{
    text-align: left;
    width: 410px;
    height: 180px;
    left: 50%;
    top: 50%;
    margin-top: -90px;
    margin-left: -205px;
    position: absolute;
    border: 2px solid rgba(110, 110, 110, 1);
    border-radius: 7px;
    background: rgba(255, 255, 255, 1);
    z-index: 2500;
}

.PopUpContainerBrowserDenied
{
    text-align: left;
    width: 420px;
    height: 180px;
    left: 50%;
    top: 50%;
    margin-top: -90px;
    margin-left: -210px;
    position: absolute;
    border: 2px solid rgba(110, 110, 110, 1);
    border-radius: 7px;
    background: rgba(255, 255, 255, 1);
    z-index: 1800;
}

.PopUpDataBoxContainer
{
    height: 100%;
    width: 100%;
    border:0px;
    top:0;
    left:0;
    position:absolute;
    background-image: url('../img/Sfondo-Opaco.png');
    z-index:1500;
}

.PopUpDataBox
{
    text-align: left;
    width: 850px;
    height: 550px;
    left: 50%;
    top: 50%;
    margin-top: -275px;
    margin-left: -425px;
    position: absolute;
    border: 2px solid rgba(110, 110, 110, 1);
    border-radius: 7px;
    background: rgba(255, 255, 255, 1);
    z-index: 1800;
}

.PopUpLoadingContainer
{
    text-align: left;
    width: 420px;
    height: 420px;
    left: 50%;
    top: 50%;
    margin-top: -210px;
    margin-left: -210px;
    position: absolute;
    z-index: 1800;
}

.pnlCentrato
{
    margin: 0 auto;
}

.pnlTitoloMsgBox
{
    margin-top: 10px;
    vertical-align: middle;
    text-align: left;
	font-size: 16pt;
	color: rgba(60, 65, 69, 1);
	width: 400px;
}

.pnlTitoloMsgBoxBrowserDenied
{
    margin-top: 10px;
    vertical-align: middle;
    text-align: left;
	font-size: 16pt;
	color: rgba(60, 65, 69, 1);
	width: 400px;
}

.pnlTestoMsgBox
{
    margin-top: 5px;
    text-align: left;
	font-size: 12pt;
    color: rgba(60, 65, 69, 1);
	width: 400px;
	/*border-bottom: 2px solid rgba(227, 227, 227, 1);*/
	height: 75px;
}

.pnlPulsantiMsgBox
{
    text-align: center;
    position: absolute;
    bottom: 10px;
    right: 10px;
}

.pnlTitoloPopUpDataBox
{
    margin-top: 10px;
    vertical-align: middle;
    text-align: left;
	font-size: 16pt;
	color: rgba(60, 65, 69, 1);
	width: 400px;
}

.pnlTestoPopUpDataBox
{
    margin-top: 5px;
    text-align: left;
	font-size: 12pt;
    color: rgba(60, 65, 69, 1);
	width: 500px;
	/*border-bottom: 2px solid rgba(227, 227, 227, 1);*/
	height: 350px;
}

.pnlPulsantiPopUpDataBox
{
    text-align: center;
    position: absolute;
    bottom: 10px;
    right: 10px;
}

.PopUpEdit
{
    text-align: left;
    width: 680px;
    height: 420px;
    left: 50%;
    top: 50%;
    margin-top: -210px;
    margin-left: -340px;
    position: absolute;
    border: 2px solid #8C0034;
    border-radius: 5px;
    background: rgba(255, 255, 255, 1);
    z-index: 1800;
}

.PopUpInfoPiattaforma
{
    text-align: left;
    width: 700px;
    height: 260px;
    left: 50%;
    top: 50%;
    margin-top: -130px;
    margin-left: -350px;
    position: absolute;
    border: 2px solid #8C0034;
    border-radius: 5px;
    background: rgba(255, 255, 255, 1);
    z-index: 1800;
}

.borderWarning
{
    border-bottom: 2px solid rgba(239, 155, 81, 1);
}

.borderQuestion
{
    border-bottom: 2px solid rgba(227, 227, 227, 1);
}

.borderInformation
{
    border-bottom: 2px solid rgba(18, 115, 211, 1);
}

.borderError
{
    border-bottom: 2px solid rgba(209, 81, 81, 1);
}

.borderSuccess
{
    border-bottom: 2px solid rgba(7, 122, 55, 1);
}

.imgIcoWarning
{
    content : url('../img/icons/icoWarning.png');
}

.imgIcoQuestion
{
    content : url('../img/icons/icoQuestion.png');
}

.imgIcoInformation
{
    content : url('../img/icons/icoInformation.png');
}

.imgIcoError
{
    content : url('../img/icons/icoError.png');
}

.imgIcoSuccess
{
    content : url('../img/icons/icoSuccess.png');
}

.MsgBoxTimeoutContainer
{
    height: 100%;
    width: 100%;
    border:0px;
    top:0;
    left:0;
    position:absolute;
    background-image: url('../img/Sfondo-Opaco.png');
    z-index:2500;    
}

.modalPopup
{
    background-color: #FFFFFF;
    width: 300px;
    height: 200px;
    left: 50%;
    top: 50%;
    margin-left: -150px;
    margin-top: -100px;
    border: 3px solid Red;
    border-radius: 12px;
    padding: 0;
    z-index:2800;
    position: absolute;
}
.modalPopup .header
{
    background-color: #8D0633;
    height: 30px;
    color: White;
    line-height: 30px;
    text-align: center;
    font-weight: bold;
    border-top-left-radius: 6px;
    border-top-right-radius: 6px;
}
.modalPopup .body
{
    padding: 10px;
    min-height: 50px;
    text-align: center;
    font-weight: bold;
}
.modalPopup .footer
{
    padding: 6px;
}
.modalPopup .yes, .modalPopup .no
{
    height: 23px;
    color: White;
    line-height: 23px;
    text-align: center;
    font-weight: bold;
    cursor: pointer;
    border-radius: 4px;
}
.modalPopup .yes
{
    background-color: #8D0633;
    border: 1px solid #8D0633;
}
.modalPopup .no
{
    background-color: #8D0633;
    border: 1px solid #8D0633;
}