/* CSS3 button */

.login-button {
    position: relative;
    padding: 0;
    font-family: "Titillium Web", HelveticaNeue, Helvetica Neue, Helvetica,
      Arial, Lucida Grande, sans-serif;
    font-weight: 600;
    line-height: 1em;
    text-decoration: none;
    border: 0;
    text-align: center;
    cursor: pointer;
    overflow: hidden;
    background-color: #0099CC;
    color: #fff;
    font-size: 19px;
	padding-right: 16px;
}

.login-icon {
	padding: 8px 16px;
	border-right: 1px solid #dddddd33;
	margin-right: 8px;
	min-height: 60px;
	font-size: 40px!important;
}

.vert-center {
	display: inline-block;
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	font-weight: bold;
}

/* button sizes */

.pribttn, .secbttn, .spcialbttn, .prilinkbttn, .seclinkbttn { white-space: nowrap; font-style:normal; overflow: visible; text-transform: uppercase; }
.pribttn.sm, .secbttn.sm, .spcialbttn.sm, .linkbttn.sm, .prilinkbttn.sm, .seclinkbttn.sm { font-size: 10px; } /* sm = small */
.pribttn.nm, .secbttn.nm, .spcialbttn.nm, .linkbttn.nm, .prilinkbttn.nm, .seclinkbttn.nm { font-size: 11px; } /* nm = normal */
.pribttn.lg, .secbttn.lg, .spcialbttn.lg, .linkbttn.lg, .prilinkbttn.lg, .seclinkbttn.lg { font-size: 12px; } /* lg = large */
.pribttn.xl, .secbttn.xl, .spcialbttn.xl, .linkbttn.xl, .prilinkbttn.xl, .seclinkbttn.xl { font-size: 14px; } /* xl = xlarge */
.pribttn.xxl, .secbttn.xxl, .spcialbttn.xxl, .linkbttn.xxl, .prilinkbttn.xxl, .seclinkbttn.xxl { font-size: 16px; } /* xxl = xxlarge */

.pribttn:active,
.secbttn:active,
.spcialbttn:active,
.prilinkbttn:active span,
.seclinkbttn:active span {
	top: 1px; }
.pribttn,
.secbttn,
.spcialbttn,
.prilinkbttn,
.seclinkbttn {
	line-height: 1.7em; }
.addBttn,
.prilinkbttn,
.seclinkbttn {
	display: inline-block;
	min-height: 1.7em; }

/* primary buttons - blue */

.pribttn,
.prilinkbttn span {
	background: #0088B5;
	background-image: -webkit-gradient(linear, left top, left bottom, from(#17AEE1), to(#0088B5));
	background-image: -webkit-linear-gradient(top, #17AEE1, #0088B5);
	background-image:    -moz-linear-gradient(top, #17AEE1, #0088B5);
	background-image:      -o-linear-gradient(top, #17AEE1, #0088B5);
	background-image:         linear-gradient(to bottom, #17AEE1, #0088B5);
	border-bottom: 1px solid #336D8E;
	color: #fff;
	cursor: pointer;
	display: inline-block;
	font-weight: bold;
	padding: 2px 9px;
	position: relative;
	text-decoration: none;
	border: 1px solid rgba(0, 0, 0, 0.1);
	border-bottom: 1px solid rgba(0, 0, 0, 0.3);
	text-shadow: 0 -1px 1px rgba(1, 1, 1, 0.4);
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.3);
	-moz-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.3);
	/*New browsers fix*/
	border-radius: 3px;
	box-shadow: 0 1px 2px rgba(0, 0, 0, 0.3);}
.pribttn:hover,
.prilinkbttn:hover span {
	background: #17AEE1 bottom center no-repeat;
	text-decoration: none; }
.pribttn:active,
.prilinkbttn:active span {
	background: #0078a0;
	border: 1px solid #426883;
	color: #E0E0E0;
	padding: 2px 9px 2px;
	top: 1px;
	-webkit-box-shadow: none;
	-moz-box-shadow: none; }







/* primary buttons - purple - cart purpose */

.cartbttn,
.cartlinkbttn span {
	background: #d13481;
	background: -moz-linear-gradient(top,  #d13481 0%, #95235b 75%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#d13481), color-stop(75%,#95235b));
	background: -webkit-linear-gradient(top,  #d13481 0%,#95235b 75%);
	background: -o-linear-gradient(top,  #d13481 0%,#95235b 75%);
	background: -ms-linear-gradient(top,  #d13481 0%,#95235b 75%);
	background: linear-gradient(to bottom,  #d13481 0%,#95235b 75%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#d13481', endColorstr='#95235b',GradientType=0 );

	white-space: nowrap;
	font-style:normal;
	overflow: visible;
	text-transform: uppercase;

	border-bottom: 1px solid #336D8E;
	color: #fff;
	cursor: pointer;
	display: inline-block;
	font-size: 16px;
	font-weight: bold;
	padding: 9px 12px;
	position: relative;
	text-decoration: none;
	border: 1px solid rgba(0, 0, 0, 0.1);
	border-bottom: 1px solid rgba(0, 0, 0, 0.3);
	text-shadow: 0 -1px 1px rgba(1, 1, 1, 0.4);
	/*New browsers fix*/
	border-radius: 9px;
	box-shadow: 0 1px 2px rgba(0, 0, 0, 0.3);

}
.cartbttn:hover,
.cartlinkbttn:hover span {
	background: #d84d91 bottom center no-repeat;
	text-decoration: none; }
.cartbttn:active,
.cartlinkbttn:active span {
	background: #d84d91;
	border: 1px solid #852052;
	color: #E0E0E0;
	padding: 9px 12px;
	top: 1px;
	-webkit-box-shadow: none;
	-moz-box-shadow: none; }






/* secondary buttons - grey */

.secbttn,
.seclinkbttn span {
	background: #eee bottom center no-repeat;
	background-image: -webkit-gradient(linear, left top, left bottom, from(#f9f9f9), to(#DDDDDD));
	background-image: -webkit-linear-gradient(top, #f9f9f9, #DDDDDD);
	background-image:    -moz-linear-gradient(top, #f9f9f9, #DDDDDD);
	background-image:      -o-linear-gradient(top, #f9f9f9, #DDDDDD);
	background-image:         linear-gradient(to bottom, #f9f9f9, #DDDDDD);
	border: 1px solid #D5D6D6;
	color: #008ACE;
	cursor: pointer;
	display: inline-block;
	font-weight: bold;
	padding: 2px 9px;
	position: relative;
	text-decoration: none;
	border: 1px solid rgba(0, 0, 0, 0.2);
	border-bottom: 1px solid rgba(0, 0, 0, 0.3);
	text-shadow: 0 1px 0 #fff;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.3);
	-moz-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.3);
	/*New browsers fix*/
	border-radius: 3px;
	box-shadow: 0 1px 2px rgba(0, 0, 0, 0.3);}
.secbttn:hover,
.seclinkbttn:hover span {
	background: #F5F6F6 bottom center no-repeat;
	text-decoration: none; }
.secbttn:active,
.seclinkbttn:active span {
	background: #E7E8E8;
	color: #4675A7;
	padding: 3px 9px 1px;
	top: 1px;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none; }

/* special buttons - green */

.spcialbttn {
	background: #79A239;
	background-image: -webkit-gradient(linear, left top, left bottom, from(#8DBD43), to(#79A239));
	background-image: -webkit-linear-gradient(top, #8DBD43, #79A239);
	background-image:    -moz-linear-gradient(top, #8DBD43, #79A239);
	background-image:      -o-linear-gradient(top, #8DBD43, #79A239);
	background-image:         linear-gradient(to bottom, #8DBD43, #79A239);
	border-bottom: 1px solid #336D8E;
	color: #fff;
	cursor: pointer;
	display: inline-block;
	font-weight: bold;
	padding: 2px 9px;
	position: relative;
	text-decoration: none;
	border: 1px solid rgba(0, 0, 0, 0.1);
	border-bottom: 1px solid rgba(0, 0, 0, 0.3);
	text-shadow: 0 -1px 1px rgba(1, 1, 1, 0.4);
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.3);
	-moz-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.3);
	/*New browsers fix*/
	border-radius: 3px;
	box-shadow: 0 1px 2px rgba(0, 0, 0, 0.3);}
.spcialbttn:hover {
	background: #8DBD43 bottom center no-repeat;
	text-decoration: none; }
.spcialbttn:active {
	background: #739a36;
	border: 1px solid #688d30;
	color: #E0E0E0;
	padding: 3px 9px 1px;
	top: 1px;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none; }



/* link buttons - width padding like a button */

.linkbttn
{
	padding: 2px 9px;
	border: 1px solid transparent;
	display: inline-block;
}



/* disable buttons - grey,no shadow */

.pribttn.disabled,
.secbttn.disabled,
.spcialbttn.disabled,
.pribttn.disabled:hover,
.secbttn.disabled:hover,
.spcialbttn.disabled:hover,
.pribttn.disabled:active,
.secbttn.disabled:active,
.spcialbttn.disabled:active
{
	background: #e3e3e3 bottom center no-repeat;
	background-image: -webkit-gradient(linear, left top, left bottom, from(#EEEEEE), to(#DDDDDD));
	background-image: -webkit-linear-gradient(top, #EEEEEE, #DDDDDD);
	background-image:    -moz-linear-gradient(top, #EEEEEE, #DDDDDD);
	background-image:      -o-linear-gradient(top, #EEEEEE, #DDDDDD);
	background-image:         linear-gradient(to bottom, #EEEEEE, #DDDDDD);
	text-decoration: none;
	color:#c0c0c0;
	text-shadow: 0 1px #fff;
	box-shadow:none;
	-moz-box-shadow:none;
	-webkit-box-shadow:none;
	cursor: default;
	cursor: not-allowed;
	top:0;
	padding:2px 9px;
	border: 1px solid rgba(0, 0, 0, 0.1);
}


/* for use in cart */
.x-small-cart
{
	float: right;
	margin: 20px 0 20px 0;
}
#NEWsubmitArea .x-small-cart
{
	float: right;
	margin: 10px 0 20px 0;
}

#NEWsubmit_cartsummary .x-small-cart
{
	padding: 4px 6px;
}

.x-form-anagrafiche
{
	float: right;
	margin: 20px 0 20px 0;
}
#NEWsubmit_contactdata
{
	clear: both;
	float: left;
	margin-top: 20px;
	text-align: center;
	width: 480px;
}



/* BUTTONS */
.btn {
	display: inline-block;
	padding: 6px 12px;
	margin-bottom: 0;
	font-size: 15px;
	font-weight: normal;
	line-height: 1.42857143;
	text-align: center;
	white-space: nowrap;
	vertical-align: middle;
	cursor: pointer;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	background-image: none;
	border: 1px solid transparent;
	border-radius: 3px;
	transition: all 0.25s;
}
.btn:focus,
.btn:active:focus,
.btn.active:focus {
	outline: thin dotted;
	outline: 5px auto -webkit-focus-ring-color;
	outline-offset: -2px;
}
.btn:hover,
.btn:focus {
	color: #333;
	text-decoration: none;
}
.btn:active,
.btn.active {
	background-image: none;
	outline: 0;
	-webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, .125);
	box-shadow: inset 0 3px 5px rgba(0, 0, 0, .125);
}
.btn.disabled,
.btn[disabled],
fieldset[disabled] .btn {
	pointer-events: none;
	cursor: not-allowed;
	/*filter: alpha(opacity=65);*/
	-webkit-box-shadow: none;
	box-shadow: none;
	/*opacity: .65;*/
	background: #ddd;
	border-color: #ddd;
	color: #999;
}
.btn-default {
	color: #333;
	background-color: #fff;
	border-color: #ccc;
}
.btn-default:hover,
.btn-default:focus,
.btn-default:active,
.btn-default.active,
.open .dropdown-toggle.btn-default {
	color: #333;
	background-color: #ebebeb;
	border-color: #adadad;
}
.btn-default:active,
.btn-default.active,
.open .dropdown-toggle.btn-default {
	background-image: none;
}
/*.btn-default.disabled,*/
/*.btn-default[disabled],*/
/*fieldset[disabled] .btn-default,*/
/*.btn-default.disabled:hover,*/
/*.btn-default[disabled]:hover,*/
/*fieldset[disabled] .btn-default:hover,*/
/*.btn-default.disabled:focus,*/
/*.btn-default[disabled]:focus,*/
/*fieldset[disabled] .btn-default:focus,*/
/*.btn-default.disabled:active,*/
/*.btn-default[disabled]:active,*/
/*fieldset[disabled] .btn-default:active,*/
/*.btn-default.disabled.active,*/
/*.btn-default[disabled].active,*/
/*fieldset[disabled] .btn-default.active {*/
/*background-color: #fff;*/
/*border-color: #ccc;*/
/*}*/
.btn-default .badge {
	color: #fff;
	background-color: #333;
}
.btn-primary {
	color: #fff;
	background-color: #09c;
	border-color: #09c;
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary:active,
.btn-primary.active,
.open .dropdown-toggle.btn-primary {
	color: #fff;
	background-color: #3276b1;
	border-color: #3276b1;
}
.btn-primary:active,
.btn-primary.active,
.open .dropdown-toggle.btn-primary {
	background-image: none;
}
/*.btn-primary.disabled,*/
/*.btn-primary[disabled],*/
/*fieldset[disabled] .btn-primary,*/
/*.btn-primary.disabled:hover,*/
/*.btn-primary[disabled]:hover,*/
/*fieldset[disabled] .btn-primary:hover,*/
/*.btn-primary.disabled:focus,*/
/*.btn-primary[disabled]:focus,*/
/*fieldset[disabled] .btn-primary:focus,*/
/*.btn-primary.disabled:active,*/
/*.btn-primary[disabled]:active,*/
/*fieldset[disabled] .btn-primary:active,*/
/*.btn-primary.disabled.active,*/
/*.btn-primary[disabled].active,*/
/*fieldset[disabled] .btn-primary.active {*/
/*background-color: #069;*/
/*border-color: #069;*/
/*}*/
.btn-primary .badge {
	color: #428bca;
	background-color: #fff;
}


.btn-secondary {
	color: #09c;
	background-color: #ddd;
	border-color: #ddd;
}
.btn-secondary:hover,
.btn-secondary:focus,
.btn-secondary:active,
.btn-secondary.active,
.open .dropdown-toggle.btn-secondary {
	color: #069;
	background-color: #ccc;
	border-color: #ccc;
}
.btn-secondary:active,
.btn-secondary.active,
.open .dropdown-toggle.btn-secondary {
	background-image: none;
}
.btn-secondary .badge {
	color: #fff;
	background-color: #09c;
}


.btn-success {
	color: #fff;
	background-color: #5cb85c;
	border-color: #5cb85c;
}
.btn-success:hover,
.btn-success:focus,
.btn-success:active,
.btn-success.active,
.open .dropdown-toggle.btn-success {
	color: #fff;
	background-color: #47a447;
	border-color: #47a447;
}
.btn-success:active,
.btn-success.active,
.open .dropdown-toggle.btn-success {
	background-image: none;
}
/*.btn-success.disabled,*/
/*.btn-success[disabled],*/
/*fieldset[disabled] .btn-success,*/
/*.btn-success.disabled:hover,*/
/*.btn-success[disabled]:hover,*/
/*fieldset[disabled] .btn-success:hover,*/
/*.btn-success.disabled:focus,*/
/*.btn-success[disabled]:focus,*/
/*fieldset[disabled] .btn-success:focus,*/
/*.btn-success.disabled:active,*/
/*.btn-success[disabled]:active,*/
/*fieldset[disabled] .btn-success:active,*/
/*.btn-success.disabled.active,*/
/*.btn-success[disabled].active,*/
/*fieldset[disabled] .btn-success.active {*/
/*background-color: #5cb85c;*/
/*border-color: #4cae4c;*/
/*}*/
.btn-success .badge {
	color: #5cb85c;
	background-color: #fff;
}
.btn-info {
	color: #fff;
	background-color: #5bc0de;
	border-color: #46b8da;
}
.btn-info:hover,
.btn-info:focus,
.btn-info:active,
.btn-info.active,
.open .dropdown-toggle.btn-info {
	color: #fff;
	background-color: #39b3d7;
	border-color: #39b3d7;
}
.btn-info:active,
.btn-info.active,
.open .dropdown-toggle.btn-info {
	background-image: none;
}
/*.btn-info.disabled,*/
/*.btn-info[disabled],*/
/*fieldset[disabled] .btn-info,*/
/*.btn-info.disabled:hover,*/
/*.btn-info[disabled]:hover,*/
/*fieldset[disabled] .btn-info:hover,*/
/*.btn-info.disabled:focus,*/
/*.btn-info[disabled]:focus,*/
/*fieldset[disabled] .btn-info:focus,*/
/*.btn-info.disabled:active,*/
/*.btn-info[disabled]:active,*/
/*fieldset[disabled] .btn-info:active,*/
/*.btn-info.disabled.active,*/
/*.btn-info[disabled].active,*/
/*fieldset[disabled] .btn-info.active {*/
/*background-color: #5bc0de;*/
/*border-color: #5bc0de;*/
/*}*/
.btn-info .badge {
	color: #5bc0de;
	background-color: #fff;
}
.btn-warning {
	color: #fff;
	background-color: #f0ad4e;
	border-color: #f0ad4e;
}
.btn-warning:hover,
.btn-warning:focus,
.btn-warning:active,
.btn-warning.active,
.open .dropdown-toggle.btn-warning {
	color: #fff;
	background-color: #ed9c28;
	border-color: #ed9c28;
}
.btn-warning:active,
.btn-warning.active,
.open .dropdown-toggle.btn-warning {
	background-image: none;
}
/*.btn-warning.disabled,*/
/*.btn-warning[disabled],*/
/*fieldset[disabled] .btn-warning,*/
/*.btn-warning.disabled:hover,*/
/*.btn-warning[disabled]:hover,*/
/*fieldset[disabled] .btn-warning:hover,*/
/*.btn-warning.disabled:focus,*/
/*.btn-warning[disabled]:focus,*/
/*fieldset[disabled] .btn-warning:focus,*/
/*.btn-warning.disabled:active,*/
/*.btn-warning[disabled]:active,*/
/*fieldset[disabled] .btn-warning:active,*/
/*.btn-warning.disabled.active,*/
/*.btn-warning[disabled].active,*/
/*fieldset[disabled] .btn-warning.active {*/
/*background-color: #f0ad4e;*/
/*border-color: #f0ad4e;*/
/*}*/
.btn-warning .badge {
	color: #f0ad4e;
	background-color: #fff;
}
.btn-danger {
	color: #fff;
	background-color: #d9534f;
	border-color: #d9534f;
}
.btn-danger:hover,
.btn-danger:focus,
.btn-danger:active,
.btn-danger.active,
.open .dropdown-toggle.btn-danger {
	color: #fff;
	background-color: #d2322d;
	border-color: #d2322d;
}
.btn-danger:active,
.btn-danger.active,
.open .dropdown-toggle.btn-danger {
	background-image: none;
}
/*.btn-danger.disabled,*/
/*.btn-danger[disabled],*/
/*fieldset[disabled] .btn-danger,*/
/*.btn-danger.disabled:hover,*/
/*.btn-danger[disabled]:hover,*/
/*fieldset[disabled] .btn-danger:hover,*/
/*.btn-danger.disabled:focus,*/
/*.btn-danger[disabled]:focus,*/
/*fieldset[disabled] .btn-danger:focus,*/
/*.btn-danger.disabled:active,*/
/*.btn-danger[disabled]:active,*/
/*fieldset[disabled] .btn-danger:active,*/
/*.btn-danger.disabled.active,*/
/*.btn-danger[disabled].active,*/
/*fieldset[disabled] .btn-danger.active {*/
/*background-color: #d9534f;*/
/*border-color: #d9534f;*/
/*}*/
.btn-danger .badge {
	color: #d9534f;
	background-color: #fff;
}
.btn-link {
	font-weight: normal;
	color: #428bca;
	cursor: pointer;
	border-radius: 0;
}
.btn-link,
.btn-link:active,
.btn-link[disabled],
fieldset[disabled] .btn-link {
	background-color: transparent;
	-webkit-box-shadow: none;
	box-shadow: none;
	border-color: transparent;
}
.btn-link,
.btn-link:hover,
.btn-link:focus,
.btn-link:active {
	border-color: transparent;
}
.btn-link:hover,
.btn-link:focus {
	color: #2a6496;
	text-decoration: underline;
	background-color: transparent;
}
.btn-link[disabled]:hover,
fieldset[disabled] .btn-link:hover,
.btn-link[disabled]:focus,
fieldset[disabled] .btn-link:focus {
	color: #999;
	text-decoration: none;
}


.btn-inverted {
	color: #666;
	background-color: #fff;
	border-color: #fff;
}
.btn-inverted:hover,
.btn-inverted:focus,
.btn-inverted:active,
.btn-inverted.active,
.open .dropdown-toggle.btn-inverted {
	color: #333;
	background-color: rgba(255,255,255,0.75);
	border-color: transparent;
}
.btn-inverted:active,
.btn-inverted.active,
.open .dropdown-toggle.btn-inverted {
	background-image: none;
}
.btn-inverted .badge {
	color: #fff;
	background-color: #333;
}

.btn-line-inverted {
	color: #fff;
	background-color: transparent;
	border-color: #fff;
}
.btn-line-inverted:hover, .btn-line-inverted:focus, .btn-line-inverted:active, .btn-line-inverted.active {
	color: #333;
	background-color: #fff;
}
.open .btn-line-inverted.dropdown-toggle {
	color: #333;
	background-color: #fff;
}


.btn-xl,
.btn-group-xl > .btn {
	padding: 8px 30px;
	font-size: 22px;
	line-height: 1.33;
	border-radius: 3px;
}
.btn-lg,
.btn-group-lg > .btn {
	padding: 8px 30px;
	font-size: 18px;
	line-height: 1.33;
	border-radius: 3px;
}
.btn-sm,
.btn-group-sm > .btn {
	padding: 5px 10px;
	font-size: 13px;
	line-height: 1.5;
	border-radius: 3px;
}
.btn-xs,
.btn-group-xs > .btn {
	padding: 1px 5px;
	font-size: 13px;
	line-height: 1.5;
	border-radius: 3px;
}
.btn-block {
	display: block;
	width: 100%;
	padding-right: 0;
	padding-left: 0;
}
.btn-block + .btn-block {
	margin-top: 5px;
}
input[type="submit"].btn-block,
input[type="reset"].btn-block,
input[type="button"].btn-block {
	width: 100%;
}

.btn-line-default {
	color: #767676;
	background-color: transparent;
	border-color: #ededed;
}
.btn-line-default:hover, .btn-line-default:focus, .btn-line-default:active, .btn-line-default.active {
	color: #767676;
	background-color: #fafafa;
}
.open .btn-line-default.dropdown-toggle {
	color: #767676;
	background-color: #fafafa;
}

.btn-line-primary {
	color: #09c;
	background-color: transparent;
	border-color: #09c;
}
.btn-line-primary:hover, .btn-line-primary:focus, .btn-line-primary:active, .btn-line-primary.active {
	color: white;
	background-color: #09c;
}
.open .btn-line-primary.dropdown-toggle {
	color: white;
	background-color: #09c;
}


.btn-line-secondary {
	color: #666;
	background-color: transparent;
	border-color: #999;
}
.btn-line-secondary:hover, .btn-line-secondary:focus, .btn-line-secondary:active, .btn-line-secondary.active {
	color: white;
	background-color: #999;
}
.open .btn-line-secondary.dropdown-toggle {
	color: white;
	background-color: #999;
}


.btn-line-success {
	color: #4b9b4b;
	background-color: transparent;
	border-color: #4cae4c;
}
.btn-line-success:hover, .btn-line-success:focus, .btn-line-success:active, .btn-line-success.active {
	color: white;
	background-color: #4cae4c;
}
.open .btn-line-success.dropdown-toggle {
	color: white;
	background-color: #4cae4c;
}

.btn-line-info {
	color: #5bc0de;
	background-color: transparent;
	border-color: #5bc0de;
}
.btn-line-info:hover, .btn-line-info:focus, .btn-line-info:active, .btn-line-info.active {
	color: white;
	background-color: #5bc0de;
}
.open .btn-line-info.dropdown-toggle {
	color: white;
	background-color: #2ec1cc;
}

.btn-line-warning {
	color: #b47702;
	background-color: transparent;
	border-color: #ffae02;
}
.btn-line-warning:hover, .btn-line-warning:focus, .btn-line-warning:active, .btn-line-warning.active {
	color: white;
	background-color: #ffb61c;
}
.open .btn-line-warning.dropdown-toggle {
	color: white;
	background-color: #ffb61c;
}

.btn-line-danger {
	color: #e63624;
	background-color: transparent;
	border-color: #e63624;
}
.btn-line-danger:hover, .btn-line-danger:focus, .btn-line-danger:active, .btn-line-danger.active {
	color: white;
	background-color: #e94b3b;
}
.open .btn-line-danger.dropdown-toggle {
	color: white;
	background-color: #e94b3b;
}

.btn-w-sm { min-width: 100px; }
.btn-w-md { min-width: 120px; }
.btn-w-lg { min-width: 150px; }
.btn-w-xl { min-width: 180px; }
.btn-w-xxl { min-width: 200px; }

.btn-round { border-radius: 30px; }

.btn-gap { margin: 5px; }
.btn-gap-h { margin: 0 5px; }
.btn-gap-v { margin: 0 0 5px; }


/* =Dada FontFace
-------------------------------------------------------------- */
/* Source Sans Pro */
.base-font,
.base-font * { font-family: 'Source Sans Pro', sans-serif; font-weight: 300; letter-spacing: 0; }
.base-font.bold,
.base-font .bold,
.base-font .bold *,
.base-font b,
.base-font strong,
.base-font b *,
.base-font strong * { font-weight: 500 }
.base-font.italic,
.base-font .italic,
.base-font em,
.base-font em * { font-style: italic !important; }

body { font-size: 15px; }
.title-max { font-size: 170px !important; }
.title-xxl { font-size: 114px !important; }
.title-xl { font-size: 76px !important; }
.title-lg { font-size: 51px !important; }
.title-md { font-size: 34px !important; }
.title-sm { font-size: 23px !important; }
.title-xs { font-size: 18px !important; }
.text-md { font-size: 15px !important; }
.text-sm { font-size: 13px !important; }
.text-note { font-size: 11px !important; }
.fa {font-family: FontAwesome !important; }

/* =Dada Basic Classes
-------------------------------------------------------------- */
.externalContainer { overflow: hidden; }

a { color: #09c; }
a:hover,
a:focus,
a:active { color: #069; }

.clear { clear: both; }
.blockOverflow { overflow: hidden; }
.displayBlock { display: block; }
.fa.displayBlock { display: block !important; }

.resetPadding { padding: 0; }
.noMargin { margin-top: 0; margin-bottom: 0; }
.noPadding,
.container.noPadding { padding-top: 0; padding-bottom: 0; }
.marginTop { margin-top: 20px; }
.marginBottom { margin-bottom: 20px; }
.spaceTop { margin-top: 60px; }
.spaceBottom { margin-bottom: 60px; }
.doubleSpaceTop { margin-top: 80px; }
.doubleSpaceBottom { margin-bottom: 80px; }
.paddingTop { padding-top: 20px; }
.paddingBottom { padding-bottom: 20px; }
.doublePaddingTop { padding-top: 30px; }
.doublePaddingBottom { padding-bottom: 40px; }
.horizontalPadding { padding-left: 20px; padding-right: 20px; }
.doubleHorizontalPadding { padding-left: 60px; padding-right: 60px; }
.paddingBlock { padding-top: 60px; padding-bottom: 60px; }
.row.container { padding: 0; }
.row.container,
.block-center { margin-left: auto; margin-right: auto; }
.noHorizontalPadding { padding-left: 0; padding-right: 0; }
.d-inline{display: inline;}
@media screen and (max-width: 767px) {
	.container.noHorizontalPadding { padding-left: 15px; padding-right: 15px; }
	.doublePaddingTop { padding-top: 15px; }
.doublePaddingBottom { padding-bottom: 20px; }

}
.noMinHeight { min-height: 0; }
.transition-block { -webkit-transition: all 0.3s; -moz-transition: all 0.3s; -ms-transition: all 0.3s; -o-transition: all 0.3s; transition: all 0.3s; }
.opacity100 { opacity: 1; }
.opacity75 { opacity: .75; }
.opacity50 { opacity: .5; }
.opacity25 { opacity: .25; }
.bg-dark-opacity { background-color: #000; background-color: rgba(0,0,0,.30); }

.background-size-cover { background-size: 101% !important; }

.dada-box-bordered { border: 1px solid #ccc; }
.dada-box-padding { padding: 50px 30px; }

@media screen and (min-width: 768px) {
	.display-flex { display: flex; }
	.display-flex.align-item-height { align-items: stretch; }
	.display-flex.align-item-vertical { align-items: center; }
	.display-flex.justify-content-center { justify-content: center; }
}

/* Dada colors */
.text-light { color: #fff !important; }
.text-dark { color: #333 !important; }
.text-grey { color: #aaa !important; }

.bg-light { background-color: #fff; }
.bg-dark { background-color: #000; }
.bg-grey { background-color: #eee; }

	/* Dada product colors */
	.text-domains { color: #00A1E6; }
	.text-email { color: #FFAA00; }
	.text-hosting { color: #A100B3; }
	.text-cloudsite { color: #F3005F; }
	.text-obp { color: #87B300; }
	.text-serverded { color: #00BF8C; }
	.text-sitelock { color: #CC0000; }
	.text-ecommerce  { color: #FF5500; }
	.text-website { color: #CC0044; }
	.text-servervirt { color: #00C9CC; }
	.text-adv { color: #005ED9; }
	.text-office365 { color: #E63900; }
	.text-ssl { color: #4D6A80; }
	.text-apps { color: #0098A6; }

	.text-secondary-domains { color: #008FCC; }
	.text-secondary-email { color: #E69900; }
	.text-secondary-hosting { color: #8A0099; }
	.text-secondary-cloudsite { color: #D90053; }
	.text-secondary-obp { color: #739900; }
	.text-secondary-serverded { color: #00A67A; }
	.text-secondary-sitelock { color: #B30000; }
	.text-secondary-ecommerce  { color: #E65000; }
	.text-secondary-website { color: #B3003B; }
	.text-secondary-servervirt { color: #00B0B3; }
	.text-secondary-adv { color: #0053BF; }
	.text-secondary-office365 { color: #CC3600; }
	.text-secondary-ssl { color: #3D5466; }
	.text-secondary-apps { color: #00818C; }


	.bg-domains { background-color: #00A1E6; }
	.bg-email { background-color: #FFAA00; }
	.bg-hosting { background-color: #A100B3; }
	.bg-cloudsite { background-color: #F3005F; }
	.bg-obp { background-color: #87B300; }
	.bg-serverded { background-color: #00BF8C; }
	.bg-sitelock { background-color: #CC0000; }
	.bg-ecommerce  { background-color: #FF5500; }
	.bg-website { background-color: #CC0044; }
	.bg-servervirt { background-color: #00C9CC; }
	.bg-adv { background-color: #005ED9; }
	.bg-office365 { background-color: #E63900; }
	.bg-ssl { background-color: #4D6A80; }
	.bg-apps { background-color: #0098A6; }

    .bg-secondary-domains { background-color: #008FCC; }
	.bg-secondary-email { background-color: #E69900; }
	.bg-secondary-hosting { background-color: #8A0099; }
	.bg-secondary-cloudsite { background-color: #D90053; }
	.bg-secondary-obp { background-color: #739900; }
	.bg-secondary-serverded { background-color: #00A67A; }
	.bg-secondary-sitelock { background-color: #B30000; }
	.bg-secondary-ecommerce  { background-color: #E65000; }
	.bg-secondary-website { background-color: #B3003B; }
	.bg-secondary-servervirt { background-color: #00B0B3; }
	.bg-secondary-adv { background-color: #0053BF; }
	.bg-secondary-office365 { background-color: #CC3600; }
	.bg-secondary-ssl { background-color: #3D5466; }
	.bg-secondary-apps { background-color: #00818C; }

.lineheight-lg { line-height: 2; }
.lineheight-md { line-height: 1.5; }
.lineheight-sm { line-height: 1.2; }
.lineheight-xs { line-height: 1; }

.btn-line-primary { background: #fff; background: rgba(255,255,255,0.4); }
.btn-line-inverted { background: none; border-color: #fff; color: #fff; }

hr.separator { border: none; border-bottom: 1px solid #ddd; display: block; clear: both; float: left; width: 100%; }

body{ background: #F7F7F7;}

body{ background: #F7F7F7;}
.main-page{
	padding-top:50px;
	min-height:500px;
}


/* login */
html {position: relative; min-height: 100%;}
body > .container {padding: 70px 15px 0px;}
.btn-spid-it {margin-right: 15px; background-color: #0066CC; padding: 8px 15px; }
.btn-spid-it:hover { background-color: #0B3EE3; cursor: pointer;}
.btn-spid-it img {margin:auto;}


/* nav */
.navbar{border: 0;}
.navbar .brand-logo{
	background:url(../img/logo-register_w.svg) no-repeat center transparent;
	height: 31px;
	text-indent: -9999px;
	width: 150px;
	margin:10px 14px;
	display:inline-block;
}
.navbar::after{
	content: '';
	background-image:url(../img/logo-pec.svg);
	background-color: #FFB600;
	background-repeat: no-repeat;
	background-size: 35px;
	background-position: center center;
	text-indent: -9999px;
	position: absolute;
	height: 100%;
	width: 50px;
	top:0;
	left:0;
	display: block;
}

.login-page h2 {
	color: #666;
	font-size: 15px;
/* 	text-transform: uppercase; */
}

.form-group.label-static label.control-label{font-size:13px;}

.input-group .input-group-addon {
    border: 0;
    background: transparent;
    padding: 10px 0 0px 10px;
}
.input-group .input-group-addon i {
	font-size: 15px;
	cursor: pointer;
	}
div.tooltip-inner{text-align:left;}
.sidelogin {
	background-color: rgba(255, 255, 255, 0.95);
	bottom: 0;
	display: block;
	left: 0;
	overflow-x: hidden;
	overflow-y: auto;
	/* padding: 20px 40px; */
	position: fixed;
	top: 51px;
	z-index: 1000;
}

.login-form-icon {
	background: url(../img/login-form-icon.png) no-repeat center center;
	display: block;
	height: 80px;
	/* margin: 0 auto; */
	width: 200px;
	background-size: 150px;
	transition: all 0.25s;
}
.mail-sent-icon {
	background: url(../img/pwdRecover-byemail-steps.png) no-repeat center center;
	display: block;
	height: 80px;
	margin: 0 auto;
	width: 350px;
	background-size: 350px;
	transition: all 0.25s;
}
.form-wrap {
	height: auto !important;
	margin: 0 auto -155px;
	min-height: 70%;
	padding: 0 0 100px;
}
.autosuspension, .error {
    background: #FFB600;
/*     color: white; */
    padding: 15px;
    border-radius: 3px;
    text-align: center;
    width:100%;
    display: inline-block;
}

/* promo */
.login-page {background: rgba(0, 0, 0, 0) url(../img/promo-pec-login-migration.jpg) no-repeat fixed center top / cover; }
.promo {
	background: rgba(0, 0, 0, 0) linear-gradient(135deg, rgba(0, 0, 0, 0.0) 0%, rgba(0, 0, 0, 0.1) 45%, rgba(0, 0, 0, 0.1) 100%) repeat scroll 0 0;
	height: 100vh;
	min-height: 100%;
	overflow: hidden;
}
.promo-group {
	display: table;
	height: 100%;
	position: absolute;
	width: 100%;
}
.promo-group .row {
	display: table-cell;
	vertical-align: bottom;
	width: 75%;
	padding-right:15%;
}
.promo-group h3, .promo-group p, .promo-group a {
	color: #fff;
}
.promo-group h3{
	font-size:51px;
	letter-spacing: -0.02em;
}
.promo-group h3 strong{
	/*font-weight: 700 !important;*/
}
.promo p {
	font-size: 23px;
}

/* footer */

.footer {
	width: 100%;
    margin: 16px auto;
	margin-bottom: 48px;
}


.footer-brand{
	background:url(../img/logo-register.svg) no-repeat transparent;
	display: block;
	height: 30px;
	margin:0 auto;
	text-indent: -9999px;
	width: 150px;
}

/* error start */

.error-icon-container {
	background-color: #DBDBDB;
    border-radius: 50%;
    width: 256px;
    height: 256px;
	margin: 15px auto;
}

.error-message {
	margin: 15px auto;
}

/* error end */

@media (max-width: 1200px) {
.login-form-icon {background-size: 130px; height: 70px; }
.mail-sent-icon {background-size: 200px; height: 70px; margin: 0 auto;}
.promo-group h3 {font-size:42px}
.promo-group p {font-size:18px}
}
@media (max-width: 767px) {
	.sidelogin{position:relative; margin-bottom: 52px;}
	.form-wrap {margin: 0 auto;}
	footer .container{text-align:center;}
	.navbar-brand,
	.footer-brand {margin:14px auto; background-position:center; float:none;}
	
	.promo {background: rgba(0, 0, 0, 0.1) linear-gradient(135deg, rgba(0, 0, 0, 0.4) 0%, rgba(0, 0, 0, 0.7) 45%, rgba(0, 0, 0, 0.8) 100%) repeat scroll 0 0;}
	.login-page {background-position: right bottom;
    background-size: cover;
    background-repeat: no-repeat;}
	.promo-group .row {padding-right:0;}
}

@media screen and (min-width: 720px) and (max-width: 1500px) {
  .login-form-icon {background-size: 100px}
  .pec-title {font-size: 24px}
}

/* form vertical center */

.flex-container {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
}

.divider {
	border-top: 1px solid #D2D2D2;
	height: 1px;
	width: 25%;
    margin: 0 auto;
}

ul.list-group {
    display: flex;
    flex-direction: column;
    align-items: baseline;
    margin: 45px 20%;
}

li.list-group-item.list-group-item-action {
    width: 100%;
    text-align: left;
    display: flex;
    align-items: normal;
    flex-wrap: wrap;
    align-items: normal;
    word-break: keep-all;
    padding: 20px 20px;
    border: none;
    background-color: transparent;
    cursor: pointer;
}

li.list-group-item.list-group-item-action:hover {
	background-color: rgba(255, 184, 0, 0.2);
}

.list-mail-icon-container {
	background-color: rgba(255, 184, 0, 1);
	border-radius: 50%;
	width: 32px;
	height: 32px;
}

.list-mail-icon-container img {
	width: 16px;
	height: 16px;
	margin: 8px 0 0 8px;
}

button.list-item-value {
    background-color: transparent;
    border: none;
    font-size: 1.8rem;
    padding-left: 15px;
}

.cancel-btn {
	margin: 20px auto;
}

.cancel-btn a {
	margin: 0 auto;
}

.btn-outline-primary.btn-outline-primary {
    background-color: #f7f7f7;
    border: 1px solid #0099CC;
}

.btn-outline-primary.btn-outline-primary:hover {
    background-color: #0099CC;
    border: 1px solid #0099CC;
}

.btn-outline-primary.btn-outline-primary a:hover {
	color: #FFF;
}

.row:after {
	clear: none;
}

@media screen and (max-width: 767px) {
	ul.list-group {
	    margin: 45px 0;
	}
	
	.list-mail-icon-container {
		display: none;
	}
}

.lost-password {
	padding-left: 0;
	font-size: .9em;
}

strong {
	font-weight: bold!important;	
}

.narrow{
	max-width: 600px
}

#send-doc{
	background:url(../img/pwdRecover-documentation-steps.png) no-repeat 0 0;
	width: 500px;
	height: 230px;
	position: relative;
}

#send-doc-download{
	position: absolute;
	top: 150px;
	left: 40px;
	color: black;
}

#send-doc-fax{
	position: absolute;
	top: 150px;
	right: 0px;
	text-align: center;
}


.shake {
  animation: shake 0.82s cubic-bezier(.36,.07,.19,.97) both;
  transform: translate3d(0, 0, 0);
  backface-visibility: hidden;
  perspective: 1000px;
}

@keyframes shake {
  10%, 90% {
    transform: translate3d(-1px, 0, 0);
  }
  
  20%, 80% {
    transform: translate3d(2px, 0, 0);
  }

  30%, 50%, 70% {
    transform: translate3d(-4px, 0, 0);
  }

  40%, 60% {
    transform: translate3d(4px, 0, 0);
  }
}

.flex {
	display: flex;
}

.flex.justify-center {
	justify-content: center;
}

.list-none {
	list-style-type: none;
	list-style-position: outside;
}

.info-container {
	display: flex;
	align-items: center;
	justify-content: center;
	color: #0066CC;
	cursor: pointer;
}

.info-container i {
	margin-right: 5px;
}

.info-text {
	font-size: 12px;
}

.text-blue {
  color: #0066CC;
}

.big-icon {
  font-size: 30px;
  margin-bottom: 10px;
  display: inline-block;
}
.p-8 {
	padding: 8px;
}

#login {
	position: absolute;
	background-color: white;
	width: 100%;
	z-index: 10;
	box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.1);
}

.relative {
	position: relative;
}

.login-error {
    border-left: 8px solid #D70000;
    box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.2);
    padding: 8px;
    margin: 32px;
	margin-top: 80px;
	margin-bottom: 0;
    background-color: white;
	display: flex;
	align-items: center;

}

.icon-error {
	margin-right: 3px;
    color: #D70000;
}

.message-error {
    border-left: 8px solid #D70000;
    box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.2);
    padding: 8px;
    background-color: white;
    margin-top: 30px;
    margin-bottom: 30px;
	display: flex;
	align-items: center;
}
