@import url("//tools.eurolandir.com/tools/SubscriptionCentre2/./../Config/footer.css");
/* Not Found: /Config/SubscriptionCentre2.css */
/* Not Found: ./../Config/Company/n-kit/n-kit.css */
@import url("//fonts.googleapis.com/css2?family=Montserrat:wght@300;400;500;600;700&family=Open+Sans:wght@300;400;500;700&display=swap");

body
{
    color: #707378;
	font-family: 'Open Sans', 'Montserrat',  sans-serif;
	font-size: 	16px;
	background: none repeat scroll 0 0 transparent;
	font-weight: 400;	
}

.check-subscription-link a {
	color: #004792;
}
a:-webkit-any-link, a:-moz-any-link {
    color: #004792;
    text-decoration: none;
    cursor: auto;
}
.hyperlink, .disclaimer-box a, .cookies-box a {
	color: #004792;
	text-decoration: none;
}
.hyperlink:hover, .disclaimer-box a:hover, .cookies-box a:hover {
	color: #004792;
	text-decoration: underline;
}
.wrapper {
    width: 100%;
    padding: 0 auto;
    margin: 0 auto;
    max-width: 1185px;
}

.service-name {
    position: relative;
    top: 3px;
}
.btn, .btn:active, .btn:focus  {
    background: #004792; 
    border-radius:4px;
    color: #ffffff;
    font-family: 'Montserrat',sans-serif !important;
    font-size: 15px;
    font-weight: 500 !important;
    letter-spacing: 0px;
    margin: 0 auto;
	padding: 10px 15px;
	border: 1px solid #004792 !important;
    text-transform: capitalize;
	text-decoration: none;
	transition: background 0.5s ease 0s;
}

.btn:hover {
	 background: #004792; 
	 border: 1px solid #004792 !important;
	 color: #ffffff;
}
#dialogModal .btn-submit, #dialogModal .btn-ok, #dialogModal .btn-cancel {
    min-width: inherit;
}
.radio input, .checkbox input {
    height: 17px;
}
.form .lable {
	text-transform: capitalize;
	font-weight: normal;
}
.form input {
	appearance: none;
	-moz-appearance: none;
	background-color: #ffffff;
	border: 0.08em solid #a8a9a3;
	color: #707378;
	height: 36px;
    padding: 5px;
	border-radius: 0px;
}
.form select {
	appearance: none;
    -webkit-appearance: none;
	-moz-appearance: none;
    background-color: #ffffff;
    background-image: url("//tools.eurolandir.com/tools/SubscriptionCentre2/Config/Company/n-kit/dropdown.svg");
    background-origin: content-box;
    background-position: calc(0px + 100%) 50%;
    background-repeat: no-repeat;
    background-size: 9px 6px;
	border-radius: 0px;
    padding: 5px;
    color: #707378;
    height: 36px;
	border: 0.08em solid #a8a9a3;
}

@media not all { 
	.form select  {
		background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACAAAAAYCAYAAACbU/80AAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAIpJREFUeNrEkckNgDAMBBfRkEt0ObRBBdsGXUDgmQfK4XhH2m8czQAAy27R3tsw4Qfe2x8uOO6oYLb6GlOor3GF+swURAOmUJ+RwtEJs9WvTGEYxBXqI1MQAZhCfUQKRzDMVj+TwrAIV6jvSUEkYAr1LSkcyTBb/V+KYfX7xAeusq3sLDtGH3kEGACPWIflNZfhRQAAAABJRU5ErkJggg==");
	}
}
.form select > option{
	color: #707378;
    text-transform: capitalize;
}
.modal-content {
    
}

@media (max-width: 480px) { 
	.button-inner {
		padding-top: 10px;
	}
}

.check-subscription-link{
	font-weight: normal;
}
.footer{
	font-size: 14px !important;
}

@media (max-width: 768px) {
	.wrapper{
		width: 95%;
	}
}

@media (max-width: 568px) {
	.check-subscription-link {
		text-align: center;
	}
	.button-wrapper, .form .row-control {
		margin-right: 0px;
		margin-left: 0px;
	}
}

@media (max-width: 320px) {
	.button-inner {
		text-align: center;
	}
	.button-wrapper, .form .row-control {
		margin-right: 0px;
		margin-left: 0px;
	}
}

.subscription-wrapper-single .selection-services {
	border: none;
	box-shadow: none;
	-webkit-box-shadow: none;
}

