/*************** NOTIFICATION MODAL STYLES ******************/
/* Add animation (Chrome, Safari, Opera) */
@-webkit-keyframes top {
	from {
		top: -100px;
		opacity: 0;
	}

	to {
		top: 0px;
		opacity: 1;
	}
}

/* Add animation (Standard syntax) */
@keyframes top {
	from {
		top: -100px;
		opacity: 0;
	}

	to {
		top: 0px;
		opacity: 1;
	}
}

.modal-n {
	display: none;
}

/* The Modal (background) */
.modal-b {
	position: fixed;
	/* Stay in place */
	z-index: -1;
	/* background */
	left: 0;
	top: 0;
	background: transparent;
	width: 100%;
	height: 100%;
	cursor: default;
}

.modal-box {
	position: fixed;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	z-index: 1050;
	overflow: auto;
	-webkit-overflow-scrolling: touch;
	outline: 0;
	width: 96%;
	max-width: 550px;
	max-height: 90%;
	height: 426px;
	height: fit-content;
	margin: auto;
	background-color: #fff;
	border: 1px solid #666;
	border-radius: 6px;
	-moz-box-shadow: 0 0 15px 4px #5ef4ff;
	-webkit-box-shadow: 0 0 15px 4px #5ef4ff;
	box-shadow: 0 0 15px 4px #5ef4ff;
	text-align: left;
	color: #000;
	/* Add animation */
	/* Chrome, Safari, Opera */
	/*
	-webkit-animation-name: top;
	-webkit-animation-duration: 0.2s;
	animation-name: top;
	animation-duration: 0.2s;
	*/
	display: none;
}

.modal-box .modal-content { padding: 0; }

.modal-box:target {
	display: block;
}

.modal-box.modal-form {
	display: block;
}

.modal-form a {
	color: #fff;
	text-decoration: underline;
}

.title-black {
    width: 100%;
    background: url(/images/buttonblack40.png) repeat;
}

.modal-header {
    background-color: #191919;
    background: url(/images/ball.png) no-repeat 7px center;
    min-height: 16.43px;
    padding: 15px;
    border-bottom: 1px solid #000;
    color: #fff;
}

.modal-title {
	color: #fff;
    font-weight: 600;
    padding: 10px 0 10px 43px;
    font-family: Open Sans, Helvetica Neue, Helvetica, Arial, sans-serif;
    font-size: 16px;
    text-transform: unset;
    margin-top: 0;
}

.modal-content {
	background: #fff;
}

.modal-body div {
	padding: 10px;
}

.form-links a {
    color: #ffffff;
    text-decoration: none;
    padding: 5px;
	text-align: center;
}

.modal-box .form-links {
    display: flex;
    flex-direction: row;
    width: 100%;
    align-items: center;
    padding: 10px 0;
}

.modal-content.pad20 {
	padding: 20px;
}

p.modalp {
	background: #fff;
	border: 0;
}

.modal-loginform {
	background: #222;
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
	border-radius: 2px;
	margin-top: -25px;
}

.modal-loginform h2 {
	font-size: 18px;
	letter-spacing: 0.8px;
	font-family: 'BebasNeueRegular', Arial, Helvetica, sans-serif;
	font-weight: normal;
	padding: 0 0 0 10px;
	background-repeat: no-repeat;
	background-image: url(../images/icons/default/sprites.png);
	background-position: -154px -443px;
	color: #fff;
}

.modal-loginform h2 span {
	display: block;
	padding: 6px 0 6px 10px;
	margin-left: 25px;
	border-left: 1px solid #444;
	background: #333;
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
	border-radius: 2px;
	text-shadow: 1px 1px #222;
}

.modal-loginform h2.inbox {
	background-position: -82px -335px;
}

.modal-loginform h2.table {
	background-position: -82px -480px;
}

.modal-loginform h2.form {
	background-position: -154px -443.9px;
}

.modal-loginform h2.chart {
	background-position: -10px -227px;
}

.modal-loginform h2.image {
	background-position: -10px -408px;
}

.modal-loginform h2.button {
	background-position: -47px -443px;
}

.modal-loginform.footer-text {
	margin-bottom: -11px
}

.modal-loginform.footer-text a {
	color: #ffffff
}

.modal-regform {
	background: #222;
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
	border-radius: 2px;
	margin-top: -25px
}

.modal-regform h2 {
	font-size: 18px;
	letter-spacing: 0.8px;
	font-family: 'BebasNeueRegular', Arial, Helvetica, sans-serif;
	font-weight: normal;
	padding: 0 0 0 10px;
	background-repeat: no-repeat;
	background-image: url(../images/icons/default/sprites.png);
	background-position: -154px -443px;
	color: #fff;
}

.modal-regform h2 span {
	display: block;
	padding: 6px 0 6px 10px;
	margin-left: 25px;
	border-left: 1px solid #444;
	background: #333;
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
	border-radius: 2px;
	text-shadow: 1px 1px #222;
}

.modal-regform h2.inbox {
	background-position: -82px -335px;
}

.modal-regform h2.table {
	background-position: -82px -480px;
}

.modal-regform h2.form {
	background-position: -154px -262px;
	border: 1px solid #333;
	}

.modal-regform h2.chart {
	background-position: -10px -227px;
}

.modal-regform h2.image {
	background-position: -10px -408px;
}

.modal-regform h2.button {
	background-position: -47px -443px;
}

/* all required */
.loginerror, .lerror, .ferror, .ferrors, .regerror {
	color: #990000;
	background: #fbe3e3;
	padding: 0 10px;
	overflow: hidden;
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
	border-radius: 2px;
	display: none;
}

.rsuccess, .fsuccess, .fsuccess1 {
	color: #07A640;
	background: #effeb9;
	padding: 0 10px;
	overflow: hidden;
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
	border-radius: 2px;
	display: none;
}

.ferrors, .fsuccess1 {
	display: block;
}

.alert-danger-field {
	border-color: red!important;
}

span.alert-red-text {
	color: red;
	font-weight: bold;
	font-size: 12px;
	display: none;
}

.backgroundb {
	background-color: #000000;
}

.box {
	width: 100%;
	max-width: 550px;
    margin: 50px auto;
}
.modal-content input {
	display: block;
	width: 100%;
	color: #000;
	background-color: #fff;
	background-image: none;
	border: 1px solid #38dfff;
	border-radius: 4px;
	-moz-box-shadow: 0 0 15px 1px #38dfff;
	-webkit-box-shadow: 0 0 3px #38dfff;
	box-shadow: 0 0 3px #38dfff;
	-webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
	-o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
	transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
}

input:focus, textarea:focus, select:focus, input#inputadd:focus, input#f_email:focus, .modal-content input:focus {
	border-color: #66afe9;
	-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 8px rgba(102, 175, 233, .6);
	box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 8px rgba(102, 175, 233, .6);
	outline: none;
}

.btn_black {
	display: block;
	width: 100%;
	background: #333 url(/images/button.png) repeat-x top left;
	border: 1px solid #222;
	color: #fff;
}

.close { flex-wrap: wrap; }

.load1 {
    margin: 20px auto;
}