/************************
* Pop-up				*
*************************/
.custom-modal .header-title:hover,
.custom-modal .header-title:focus {
	color: #035011 !important;
}

.custom-modal .header-title {
	font-size: 28px;
	font-weight: bold;
}

.custom-modal .header-title-big {
	font-size: 34px;
	font-weight: bold;
}

.custom-modal .corpo-testo,
.custom-modal label {
	font-size: 16px;
}

.custom-modal .wrap-article {
	margin: 15px 0;
}

.custom-modal .has-error .help-block {
	color: rgb(222, 0, 0);
}

.custom-modal .has-error .form-control {
	border-color: rgb(222, 0, 0);
}

.custom-modal .icon-arrow-right {
	width: 25px;
	float: right;
	margin-top: 5px;
}

.custom-modal .modal-body {
	min-height: 200px;
}

.custom-modal .form-control:focus {
	border-color: #297a38;
	outline: 0;
	-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 8px rgb(41, 122, 56);
	box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 8px rgb(41, 122, 56);
}

.custom-modal .modal-title a {
	color: inherit;
}

.custom-modal .modal-title {
	font-weight: bold;
}

.custom-modal .modal-subtitle:empty {
	display: none;
}

.custom-modal .link {
	text-align: right;
	display: block;
}

.custom-modal .modal-footer label {
	display: block;
	float: right;
}

.custom-modal label {
	font-weight: normal;
}

.custom-modal  button.close,
.custom-modal  button.send {
	font-size: 18px;
	color: rgba(0, 0, 0, 0.87);
	border: 1px solid rgba(0, 0, 0, 0.87);
	background: #fff;
	padding: 9px;
	margin: 5px 0px;
	opacity: 1;
	text-shadow: none;
}

@media ( max-width : 767px) {
	.custom-modal .modal-footer .btn.btn-danger+.btn {
		margin-left: 0;
	}
}

@media ( max-width : 699px) {
	.custom-modal .btn:not(.close,.send),
	.custom-modal button:not(.close,.send) {
		width: 100%;
		margin-bottom: 5px;
	}
}

.custom-modal .icon-danger {
	color: #db1835;
	font-size: 50px;
	text-align: center;
	display: block;
	margin: 15px 0;
}

.custom-modal .modal-interattivo .modal-header {
	padding: 0;
	/* min-height: 200px; */
	background-color: #fff;
	/* max-height: 300px; */
	/* display: flex; */
	/* overflow: hidden; */
	height: auto;
}

.custom-modal .modal-informativo .modal-header img {
	margin: auto;
	width: 100%;
}

.custom-modal .wrap-logo > a > img {
	max-height: 60px;
}

.custom-modal.modal-alert .wrap-logo,
.custom-modal.modal-interattivo .wrap-logo,
.custom-modal .no-img .wrap-logo {
	position: relative;
	padding-left: 0px;
	left: 0px;
	margin-bottom: 15px;
}

.custom-modal .wrap-logo {
	background: #fff;
	position: absolute;
	top: 5px;
	left: 5px;
	padding: 5px 10px;
	border-bottom-right-radius: 5px;
	max-width: 200px;
	max-height: 200px;
	overflow: hidden;
}

@media ( max-width : 767px) {
	.custom-modal  .wrap-logo {
		max-width: 130px;
	}
}

.custom-modal .modal-informativo .modal-header,
.custom-modal .modal-interattivo .modal-header,
.custom-modal .modal-alert-two .modal-header {
	min-height: 49.43px;
	padding: 5px 15px;
}

.custom-modal .form-control {
	border-radius: 0;
}

@media ( min-width : 768px) {
	.custom-modal .form-inline .form-control {
		width: 100%;
	}
}

/*--- bordered page  ---*/
@media ( min-width : 992px) {
	.custom-modal .bordered-main-style:before,
	.bordered-main-style:after {
		content: "";
		display: block;
		height: 100%;
		width: 15px;
		background-color: #297A38;
		position: absolute;
		top: 0;
		z-index: 1040;
	}
}

/*--- Breadcrumb  ---*/
.custom-modal .navbar .wrap-bottom-navbar {
	background-color: #186a9c;
	margin-bottom: 20px;
}

.custom-modal .navbar .breadcrumb {
	background: transparent;
	padding: 3px 20px;
	background-color: transparent;
	border-radius: 0;
	margin-bottom: 0;
}

.custom-modal .navbar {
	border-top: 15px solid #297A38;
	background-color: transparent;
}

.custom-modal .no-border {
	border: none !important;
}

/*--- Bordered Modal  ---*/
.custom-modal.bordered-green-modal .modal-content {
	border: 10px solid #297a38;
}

.custom-modal.bordered-alert-modal .modal-content {
	border: 10px solid #DB1835;
}

.custom-modal .bordered-main-style:after {
	right: 0;
}

.custom-modal .yellow-border {
	border: 10px solid #D8A800 !important;
}

.custom-modal .btn.disabled {
	cursor: not-allowed;
}

.custom-modal .btn-send {
	background-color: #297A38;
	color: #fff;
}

/* */
.custom-modal .modal-type {
	line-height: 48px;
	font-size: 24px;
}

.custom-modal .modal-type-img {
	/* padding: 15px; */
	padding: 0px 0px 7.5px
}

.custom-modal .modal-type-question {
	padding-left: 15px;
}

.custom-modal .modal-type-warning {
	padding-left: 0px;
}

.text-underline {
	text-decoration: underline;
}

.custom-modal .text-black {
	color: rgba(0, 0, 0, 0.87);
}

.custom-modal .btn.send {
	font-weight: 700;
}

.custom-modal .cropped-img {
	position: relative;
	max-height: 320px;
	overflow: hidden;
}

.custom-modal input[type=text].form-control {
	font-size: 18px;
	height: 44px;
}

.custom-modal .submit-error {
	color: rgb(222, 0, 0);
	margin-top: 10px;
	margin-bottom: 5px;
}

/*-----------------------
== CSS aggiunto per allineamento grafica alla precedente consegna
-----------------------*/
.custom-modal .btn-primary {
	border: 1px solid transparent;
	border-radius: 4px;
	background-color: #297A38;
	position: relative;
	outline: 0 !important;
	box-shadow: 0 2px 5px -1px rgba(0, 0, 0, 0.26);
	-webkit-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
	-webkit-transition: box-shadow 280ms cubic-bezier(0.35, 0, 0.25, 1) 200ms;
	transition: box-shadow 280ms cubic-bezier(0.35, 0, 0.25, 1) 200ms;
	color: #fff;
}
.custom-modal .btn-primary:hover {
	background-color: #fff !important;
	border-color: #297A38 !important;
	color: #297A38 !important;
}
.custom-modal a {
	color: #297a38;
}