@CHARSET "UTF-8";

/* hero image hack */
#heroImg {
    max-width: 100%;
    object-fit: cover;
    margin: auto;
}
.inactiveAdd {
    color: #ccc;
    pointer-events: none;
    cursor: default;
}
/* required to get modal on top of priceless causes template */
#modalContainer {
    position: relative;
    z-index: 9999;
    text-align: center;
}

.block_element{
       display: block;
       width:100%;
       text-align: left;
       margin-bottom:0px !important;
}

.header-element{
	padding-bottom: 8px;
}
/* Modal */
.Modal-backdrop {
    position: fixed;
    top: 0px;
    left: 0px;
    height: 100%;
    width: 100%;
    background: #000;
    z-index: 1;
    opacity: 0.5;
}

.Modal-holder {
    position: fixed;
    top: 0px;
    left: 0px;
    height: 100%;
    width: 100%;
    background: transparent;
    z-index: 2;
    padding: 30px 15px;
}

.Modal-box {
    margin: 0 auto;
    width: 100%;
    background: #fff;
    padding: 15px;
    border-radius: 4px;
    box-shadow: 1px 2px 5px rgba(0, 0, 0, 0.3);
    position: relative;
    max-height: calc(100vh - 50px);
    overflow-y: auto;
}

.Modal-box .form-control {
    background-color: #F7F7F7;
    color: #333333;
}

.Modal-box h1 {
    margin-top: 0px;
}

.Modal-box h2 {
    margin-top: 0px;
    font-size: 20px;
}
.Modal-box h4 {
    font-size: 19px;
}

.Modal-box button {
    width: 100%;
}

.Modal-box .btn-cancel {
    background-color: #BDBDBD;
}

.Modal-box #recaptcha {
    display: inline-block;
}

@media screen {
    .Modal-box-close .glyphicon.glyphicon-remove{
        top: -9px;
        right: -50%;
        cursor: pointer;
    }
}

.padding-sm {
    padding: 5px !important;
}
.ngdialog.ngdialog-theme-default .ngdialog-content {
    -webkit-animation: ngdialog-flyin .5s;
    animation: ngdialog-flyin .5s;
    background: #f0f0f0;
    border-radius: 5px;
    color: #444;
    font-family: Helvetica,sans-serif;
    font-size: 1.1em;
    line-height: 1.5em;
    margin: 0 auto;
    max-width: 100%;
    /* padding:2em; */
    position: relative;
    width: 100%;
}

.ngdialog.ngdialog-theme-default.custom-width .ngdialog-content {
    padding:1em;
    width: 40%;
}

@media screen and (min-width: 992px) {
	.Modal-box {
		max-width: 680px;
		width: 100%;
		padding: 30px;
	}


	#termsAndConditions {
		text-align: left;
		font-size: 12px;
	}
}

h2.headertekst {
    text-align: center;
}

@media (min-width:320px) {
    .Modal-box select {
        padding-left: 0;
        padding-right: 0;
    }
}

@media all and (device-width: 768px) and (device-height: 1024px) and (orientation:portrait) {
	form[name="fullRegistration"] .col-sm-5 {
		width: 33%;
	}
}
@media all and (device-width: 1024px) and (device-height: 768px) and (orientation:landscape) {
	form[name="fullRegistration"] .col-sm-5 {
		width: 33%;
	}
}
@media only screen and (min-width: 991px) {
    form[name="fullRegistration"] .col-sm-5 {
        width: 55.3% !important;
    }
    form[name="fullRegistration"] .col-sm-10, .col-xs-10{
        width: 100% !important;
    }
    form[name="fullRegistration"] .col-sm-2 {
        width: 14% !important;
    }
    form[name="fullRegistration"] .col-sm-3 {
        width: 16.7% !important;
    }
}

@media only screen and (min-width: 501px) and (max-width: 991px) {
    form[name="fullRegistration"] .col-sm-5 {
        width: 55.3% !important;
        float: left;
    }
    form[name="fullRegistration"] .col-sm-10 {
        width: 100% !important;
        float: left;
    }
    form[name="fullRegistration"] .col-sm-2 {
        width: 14% !important;
        float: left;
    }
    form[name="fullRegistration"] .col-sm-3 {
        width: 16.7% !important;
        float: left;
    }
}

@media only screen and (max-width: 500px) {
    form[name="fullRegistration"] .col-sm-5 {
        width: 100% !important;
        float: left;
    }
    form[name="fullRegistration"] .col-sm-10 {
        width: 100% !important;
        float: left;
    }
    form[name="fullRegistration"] .col-sm-2 {
        width: 100% !important;
        float: left;
    }
    form[name="fullRegistration"] .col-sm-3 {
        width: 100% !important;
        float: left;
    }
}

@media only screen and (max-device-width: 500px) {
    .Modal-box  {
        font-size: 8px;
    }
}
@media only screen and (device-width:320px) {
	.Modal-box {
		font-size: 6px;
	}
}
.no_scroll {
	height: 100%;overflow: hidden;
	overflow-y: hidden !important;
}

@media only screen and (max-width: 991px) {
    form[name="registerForm"] #terms-cond.centered-checkbox {
        text-align: start;
        font-size: 1.7vw;
        margin:auto;
        width:60%;
    }
}

#historicTermsAndConditions {
    width: auto !important;
    margin-left: -7px;
    margin-bottom: 0px;
    margin-right: 0px;
    position: relative;
}

#historicTermsAndConditionsDE {
    width: auto !important;
    margin-left: 50px;
    margin-bottom: 0px;
    margin-right: -58px;
    position: relative;
    text-align: right;
}
.checkbox label {
    vertical-align:top;
}

.col-sm-3 {
    width:auto !important;
    float:left;
}
@media only screen and (min-width: 991px) {
    form[name="manageAccount"] .col-xs-10 {
        width: 90% !important;
    }
    form[name="manageAccount"] .col-xs-5 {
        width: 100% !important;
    }
    form[name="manageAccount"] .col-xs-4 {
        width: 48% !important;
    }
    form[name="manageAccount"] .col-xs-2 {
        width: 14% !important;
    }
    form[name="manageAccount"] .col-xs-1 {
        width: 5% !important;
        float: left;
    }
}

@media only screen and (min-width: 551px) and (max-width: 991px) {
    form[name="manageAccount"] .col-xs-10 {
        width: 90% !important;
    }
    form[name="manageAccount"] .col-xs-5 {
        width: 100% !important;
    }
    form[name="manageAccount"] .col-xs-4 {
        width: 48% !important;
    }
    form[name="manageAccount"] .col-xs-2 {
        width: 14% !important;
    }
    form[name="manageAccount"] .col-xs-1 {
        width: 5% !important;
        float: left;
    }
}

@media only screen and (max-width: 550px) {
    form[name="manageAccount"] .col-xs-10 {
        width: 100% !important;
    }
    form[name="manageAccount"] .col-xs-5 {
        width: 100% !important;
    }
    form[name="manageAccount"] .col-xs-4 {
        width: 100% !important;
    }
    form[name="manageAccount"] .col-xs-2 {
        width: 100% !important;
    }
    form[name="fullRegistration"] .col-xs-10 {
        width: 100% !important;
    }
    form[name="fullRegistration"] .col-xs-5 {
        width: 100% !important;
    }
    form[name="fullRegistration"] .col-xs-4 {
        width: 100% !important;
    }
    form[name="fullRegistration"] .col-xs-2 {
        width: 100% !important;
    }
    form[name="manageAccount"] .col-xs-1 {
        float: left;
        text-align: left;
    }
    form[name="manageAccount"] .glyphicon:not(.pull-left) {
        font-size: 16px;
    }
}

@media only screen and (min-width: 991px) {
    form[name="fullRegistration"] .btn {

    }
}

@media only screen and (min-width: 551px) and (max-width: 990px) {
    form[name="fullRegistration"] .btn {

    }
}

@media only screen and (max-width: 550px) {
	.button{
		float: left;
		width: 100%
	}
    form[name="fullRegistration"] .btn {
        white-space: normal;
        height: 100%;
    }
    form[name="fullRegistration"] .col-xs-6 {
        height: 67px;
    }
}

.remember-me-checkbox{
	vertical-align: middle !important;
    margin-top: 6px !important;
}

.label-background {

	color: #7a7a7a !important;
}

.session-timeout-modal {
	text-align: left;
	margin-left: 15px !important;

}

@media only screen and (max-width: 990px) {
    form[name="registerForm"] #password, #firstNameDiv{
        margin-bottom: 15px;
    }
    form[name="registerForm"] .help-block  {
        font-size: 14px;
    }
    form[name="registerForm"] .col-sm-6 {
        width: 100%;
    }
    form["fullRegistration"] .col-xs-10 {
    	width: 100%;
    }
}

.header-hegiht{
	height: 23px;
}

.header-padding{
	padding-left: 14px;
	height: 57px;
}

.paragraph{
	margin-left: 15px;
	padding-bottom: 0px !important;
}

.inline-text {
	text-justify: inter-word;
}

.text-block-padding {
	display: block;
	width: 100%;
	text-align: left;
	margin-bottom: 0px !important;
	font-size: 14px;
	padding-right: 246px;
}

.text-padding-block-right {
	font-size: 14px;
	padding-right: 97px;
}

.margin-right{
	  margin-right: 53px;
}

.block-inline-element {
	display: block;
	width: 100%;
	text-align: left;
	margin-bottom: 0px !important;
	font-size: 14px;
	text-justify: inter-word;
	color: #a94442;
}

.header-block-inline-element {
	display: block;
	width: 100%;
	text-align: left;
	margin-bottom: 0px !important;
	text-justify: inter-word;
	padding-bottom: 8px;
}

.col-sm-3.padding-sm {
    max-width:100% !important;
}

