.cbp-mc-form {
	position: relative;
}

h1{
	font-size: 1em;
}
.cbp-mc-form:before, 
.cbp-mc-form:after { 
	content: " "; display: table; 
}

.cbp-mc-form:after { 
	clear: both; 
}


.cbp-mc-column
{
    width:33%; 
    padding: 10px 30px;
    float: left;    
}
.cbp-mc-columnDoc
{
    width:33%; 
    padding: 10px 30px;     
    float:left ;
    border-radius: 5px;
    overflow: hidden;
    box-shadow: 0 19px 38px rgba(0,0,0,0.30), 0 15px 12px rgba(0,0,0,0.22); azimuth
}

.cbp-mc-columnError
{
    width:80%; 
    padding: 10px 30px;    
    margin-left:10% ;     
    border-radius: 5px;
    overflow: hidden;
    box-shadow: 0 19px 38px rgba(0,0,0,0.30), 0 15px 12px rgba(0,0,0,0.22);
   
}

.cbp-mc-column90
{
    width:90%; 
    padding: 10px 30px;
    float: left;
}

.cbp-mc-form label
{
    display: block;
    padding: 10px 5px 5px 2px;
    font-size: 13px;
    text-transform: uppercase;
    letter-spacing: 1px;
    cursor: pointer;
}

.aspLabel
{
    display: block;
    padding: 10px 5px 5px 2px;
    font-size: 13px;
    text-transform: uppercase;
    letter-spacing: 1px;
    cursor: pointer;
}

.cbp-mc-form input, .cbp-mc-form textarea, .cbp-mc-form select
{
    font-family: 'Lato' , Calibri, Arial, sans-serif;
    line-height: 1.5;
    font-size: 13px;
    padding: 5px 10px;
    color: #10689a;
    display: block;
    width: 100%;
    background: transparent;
}

.cbp-mc-form input, .cbp-mc-form textarea
{
    border: 2px solid #DDAF71;
}

.cbp-mc-form textarea {
	min-height: 200px;
}

.cbp-mc-form input:focus,
.cbp-mc-form textarea:focus,
.cbp-mc-form label:active + input,
.cbp-mc-form label:active + textarea {
	outline: none;
	border: 3px solid #10689a;
}

.cbp-mc-form select:focus {
	outline: none;
}
.radio{
	width: 50%;
	display:inline-flex!important;
}


::-webkit-input-placeholder { /* WebKit browsers */
    color: #10689a;
    font-style: italic;
}

:-moz-placeholder { /* Mozilla Firefox 4 to 18 */
    color: #10689a;
    font-style: italic;
}

::-moz-placeholder { /* Mozilla Firefox 19+ */
    color: #10689a;
    font-style: italic;
}

:-ms-input-placeholder { /* Internet Explorer 10+ */
    color: #10689a;
    font-style: italic;
}

.cbp-mc-submit-wrap {
	text-align: center;
	padding-top: 40px;
	clear: both;
}

.cbp-mc-form input.cbp-mc-submit
{
    background: #000031;
    border: none;
    color: #DCA663;
    width: auto;
    cursor: pointer;
    text-transform: uppercase;
    display: inline-block;
    padding: 15px 30px;
    font-size: 13px;
    border-radius: 2px;
    letter-spacing: 1px;
    font-weight: bold;
}

.cbp-mc-form input.cbp-mc-submit:hover {
	background: #1478b1;
}

.updateProgress
{
    z-index: 99999;
    position: absolute;
    top: 45%;
    left: 40%;
    width: 20%;
    min-height: 25px;
    background-color: #000033;
    padding: 10px;
    border: solid 1px #999999;
    filter: alpha(opacity=30);
    mozopacity: 0.7;
    opacity: 0.7;
    color: #F0F0F0;
    text-align: center;
}

.updateProgress p
{
    border: 1px solid #FFFFFF;
    padding: 3px;
    margin: 4px;
    color: #FFFFFF;
    font-size: 12px;
    font-weight: bold;
    font-family: calibri;
}

.modalBackground 
{
    z-index:900;
	background-color:#DDDDDD;
	filter:alpha(opacity=70);
	opacity:0.7;
	MozOpacity: 0.70;
	position:absolute;
	top:40%;
	
}

.modalPopupDrag{
    height: 0;
    padding: 0 !important;
    border: none !important;
    width:100%; 
}

.modalPopup {
    border-radius: 5px;
    overflow: hidden;
    box-shadow: 0 19px 38px rgba(0,0,0,0.30), 0 15px 12px rgba(0,0,0,0.22);
}

.modalPopup #Panel1{
    height: auto !important;
}

.modalPopup .modalPopupDrag
{     
    display: block;
    cursor: move;
    background-image: url(Images/main-delimiter.png);
    background-position: left top;
    background-repeat: repeat-x;
    color: #CCCCCC;
    font-weight: bold;
    text-align: center;
    padding: 4px 2px 4px 2px;
    border-bottom: solid 1px #888888;
    font-size: 12px; 
    position:sticky
 
     
}

.modalPopup .modalPopupDrag input[type="image"]
{
    float:right; 
    background-color:Transparent;
    background-image:none;
    margin:0px;
    padding:0px;
    cursor:hand;  
 
}

.modalPopup .modalPopupContent
{
    display: block;
    background-repeat: repeat-x;
    background-position: left top;
    padding: 8px;
    color: #0033CC;
    background-color: #F0F0F0;
 
}
.BarraGrisBorde
{
    background-image: url(Images/main-delimiter.png);
    border: 1px solid #666666;
    padding: 4px;
    vertical-align: middle;
    font-size: 14px;
    font-weight: bold;
    color: #F0F0F0;
    font-family: Calibri;
    background-color: #39568A;

    margin: 4px;
    color: #FFFFFF;
    font-size: 12px;
    font-weight: bold;
    font-family: calibri;
}

@media screen and (max-width: 48px) {
	.cbp-mc-column {
		width: 100%;
		padding: 10px;
	}
}