body,html {
	margin:0;
	padding:0;
	height:100%
}
body {
	background:linear-gradient(45deg,#579,#ACE);
	background-position:center;
	background-repeat:no-repeat;
	background-size:cover;
	background-image:url(../img/bg.png);
	background-attachment:fixed
}
.hidden {
	display:none
}
.result {
	background-color:RGBA(255,255,255,.9);
	padding:12px;
	border-radius:13px;
	margin-top:5px;
	margin-bottom:7px
}
.result-title {
	font-size:25pm;
	font-weight:700
}
#RESULT_BOX .pre-form {
	white-space:pre-wrap;
	/*max-height:200px;*/
	max-height: none;
	overflow:hidden;
	position:relative;
	margin-bottom:5px;
	/*padding-bottom:5px;*/
	/*border-bottom:3px solid #AAA;*/
	color:#000;
}
#TopList .pre-form {
	white-space:pre-wrap;
	max-height: 200px;
	overflow:hidden;
	position:relative;
	color:#000;
	font-size: 12px;
	padding-left: 5px;
}
.border-less-left,.border-less-right {
	border-top:2px solid #000;
	border-bottom:2px solid #000
}
/*.pre-form:hover {
	max-height:none
}
.pre-form:after {
	content:"";
	position:absolute;
	top:127px;
	left:0;
	height:70px;
	width:100%;
	background:-webkit-linear-gradient(rgba(255,255,255,.0),rgba(200,200,200,1));
}
.pre-form:hover:after {
	background:0 0
}*/
.main-page-background {
	border-radius:10px;
	padding:14px
}
.border-less-left {
	border-right:2px solid #000;
	border-left:0;
	border-radius:5px
}
.border-less-right {
	border-right:0;
	border-left:2px solid #000;
	border-top-left-radius:5px;
	border-bottom-left-radius:5px
}
.short-footer-hack {
	min-height:100%;
	position:relative;
	padding-bottom:82px;
}
.footer-hack {
	position:absolute;
	bottom:0;
	margin:0;
	padding:0;
	width:100%;
	height:80px;
	color:#fff;
	background-color:#235
}
.footer-hack p {
	margin:8px
}
.main-page-align {
	position:absolute;
	top:47%;
	max-width:90%;
	right:5%
}
.custom-nav {
	background-color:#235;
	margin-top:0;
	margin-bottom:0;
	padding-bottom:0;
	padding-top:0
}
.custom-nav .nav-item,.custom-nav .nav-link,.navbar-brand,.navbar-toggler {
	color:#fff;
	padding:8px
}
.custom-nav .nav-item:hover,.custom-nav .nav-link:hover {
	background-color:#2BA
}
.navbar-brand:hover {
	color:#27B9A2
}
.btn-custom-search {
	background-color:#0AB;
	color:#fff;
	font-size:17px;
	font-weight:600;
	border-top-left-radius: 0;
	border-bottom-right-radius:  0;
	transition:background .4s,color .4s
}
.btn-custom-search:hover {
	background-color:#056;
	color:#ccc;
	font-size:17px;
	font-weight:600
}
@media screen and (max-width:576px) {
	.main-page-align {
		max-width:100%;
		right:0
	}
}

.top{
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: RGBA(0,0,0,.5);
	z-index: 1000;
	overflow: hidden;
	display: block;	
}

.top_body{
	background: #FFF;
    margin-top: 50px;
    padding: 20px;
    border-radius: 10px;
}
.topElement{
	border-radius: 10px;
	padding: 10px;
	margin-top:10px;
	background: RGBA(255,255,255,.9);
}