/* @import url('https://fonts.googleapis.com/css?family=Montserrat:200,300,400,500,600,700,800,900&display=swap'); */
/* 
* {
	padding: 0;
	margin: 0;
} */
.row.notification {
	display: none;
}
html {
	width: 100vw;
	height: 100vh;
	background-color: #fff;
	font-family: Montserrat, sans-serif;
	font-weight: 400;
	font-size: 16px;
	position: relative;
}

body {
	width: 100%;
	height: 100%;
	font-family: Montserrat, sans-serif;
	/* overflow: hidden; */
	overscroll-behavior-y: contain;
	scrollbar-width: thin;
	display: block;
	overflow-y: auto;
  	-webkit-overflow-scrolling: touch;
}

body>.welcome_page {
	width: 100%;
	height: 100%;
	overflow: auto;
	overscroll-behavior-y: contain;
	scrollbar-width: thin;
}
body section.welcome {
	height: 100%;
	position: relative;
	padding-left: 128px;
}


body section.welcome>div {
	height: 50%;
    width: 100%;
    top: 50%;
    bottom: 50%;
    transform: translateY(50%);
    margin: auto;
}
body section.welcome>div .title {
	font-weight: 700;
	font-size: 2.5rem;
	color: #071E57;
}

body section.welcome>div>h4{
	font-weight: 500;
	font-size: 1.25rem;
	color: #636363;
	padding-bottom: 100px;
}

.company_logo {
    top: 45px;
    position: absolute;
    right: 45px;
    max-width: 150px;
}

body>section {
	width:100%;
	height: 100%;
	overflow: hidden;
	/* background: linear-gradient(#071E57 35%, #ffffff 35%); */
}

.full-height {
	height: 100vh;
}

.flex-center {
	align-items: center;
	display: flex;
	justify-content: center;
}

.position-ref {
	position: relative;
}

.top-right {
	position: absolute;
	right: 10px;
	top: 18px;
}

.content {
	text-align: center;
}

.links > a {
	color: #636b6f;
	padding: 0 25px;
	font-size: 0.8125rem;
	font-weight: 600;
	letter-spacing: .1rem;
	text-decoration: none;
	text-transform: uppercase;
}

.m-b-md {
	margin-bottom: 30px;
}

.navbar {
	z-index:1;
}

.alert {
	padding: 0px 20px;
}

.alert>button.close {
    margin-left: 20px;
}

.form_login {
	max-width: 408px;
}

.form_login input.form-control.form_email {
	border:none;
	background-color: white !important;
	border-bottom: 1px solid rgba(0, 0, 0, 0.5);
	border-radius:0;
	font-size: 1rem;
}

.btn-login {
	width: 162px;
	height: 52px;
	background: #1292EE;
	border-radius: 5px;
	clear: right;
	float: right;
	margin-top: 34px;
	font-weight: 600;
	font-size: 0.9375rem;
	line-height: 52px;
	text-align: center;

	color: #FFFFFF;
}

a.forgot_pass{
	border: none !important;
	background-color: inherit;
	-webkit-appearance: inherit;
	font-weight: 400;
	font-size: 0.875rem;
	text-decoration-line: underline;
	color: #C5C5C5;
	float: right;
}

input:-webkit-autofill,
input:-webkit-autofill:hover, 
input:-webkit-autofill:focus, 
input:-webkit-autofill:active  {
    -webkit-box-shadow: 0 0 0 30px white inset !important;
	-moz-box-shadow:    0 0 0 30px white inset !important;
  	box-shadow:         0 0 0 30px white inset !important;
}


.form-group img:not() {
	position: absolute;
	top: 5px;
	right: 0;
}
.form_login .form-group {

	position: relative;
}

.form_login .form-group:first-child {
    margin-bottom: 60px;
}
.form_login .form-group img {
	position: absolute;
    right: 10px;
    bottom: 14px;
}
.remember {
	display: inline-block;
	position: relative;
	padding-left: 35px;
	margin-bottom: 12px;
	cursor: pointer;
	font-size: 0.875rem;
	font-weight: 400;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	color: #202020;
	line-height: 15px;
  }
  
  /* Hide the browser's default checkbox */
  .remember input {
	position: absolute;
	opacity: 0;
	cursor: pointer;
	height: 0;
	width: 0;
  }
  
  /* Create a custom checkbox */
  .checkmark {
	position: absolute;
	top: 0;
	left: 0;
	height: 15px;
	width: 15px;
	background-color: #ffffff;
	border: 1px solid #000000;
  }
  
  /* On mouse-over, add a grey background color */
  .remember:hover input ~ .checkmark {
	background-color: #ccc;
  }
  
  /* When the checkbox is checked, add a blue background */
  .remember input:checked ~ .checkmark {
	background-color: #ffffff;
  }
  
  /* Create the checkmark/indicator (hidden when not checked) */
  .checkmark:after {
	content: "";
	position: absolute;
	display: none;
  }
  
  /* Show the checkmark when checked */
  .remember input:checked ~ .checkmark:after {
	display: block;
  }
  
  /* Style the checkmark/indicator */
  .remember .checkmark:after {
    left: 4px;
    top: 0;
    width: 5px;
    height: 10px;
	border: solid black;
	border-width: 0 2px 2px 0;
	-webkit-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	transform: rotate(45deg);
  }

  p.terms {
    font-weight: 400;
    font-size: 0.875rem;
    line-height: 18px;
    color: #A6A6A6;
    clear: right;
    padding-top: 70px;
}

p.terms>span {
	display: block;
	width: 100%;
	text-decoration: underline;
	color:#202020
}

.welcome_right {
	background: #071E57;
	height: 100%;
	position: relative;
	z-index: 1;
}

.welcome_right>div {
	width: 100%;
	height: 401px;
	position: absolute;
	background: #FFFFFF;
	box-shadow: 0px 15px 35px rgba(0, 0, 0, 0.15),0px -15px 35px rgba(0, 0, 0, 0.15);
	border-radius: 5px;
}

.welcome_right>div:first-child {
	top: 10%;
	left: -36%;
    z-index: 6;
    /* display: none; */
    width: 192px;
    height: auto;
	max-width: 24.22%;
	max-height: 35.15%;
}

.welcome_right>div:nth-child(2) {
	top: 50%;
    right: 6%;
    z-index: 4;
    width: 110%;
    height: auto;
    position: absolute;
    transform: translateY(-50%);
    max-width: 116%;
    max-height: 46.5%;
}

.welcome_right>div:nth-child(3) {
	bottom: 10%;
    right: 35px;
    z-index: 5;
    /* display: none; */
    width: 300px;
	height: auto;
	max-width: 51%;
    max-height: 35.84%;
}

.btn-new, .topnav.nav_top a.btn-new {
	width: auto;
	height: 26px;
	background: #1594F0;
	border-radius: 5px;
	color: #fff;
	margin: auto;
	padding: 0 10px;
	float: right;
	line-height: 26px;
	position: static;
	transform: none;
	display: flex;
	justify-content: center;
	align-items: center;
}

.user_interest .btn-new {
    float: right;
    width: 30px;
    height: 26px;
    line-height: 26px;
    padding: 0 10px;
    margin-bottom: 3px;
	margin-right: 20px;
	position: relative;
}

.user_interest .btn-new:hover {
	color: #fff;
    background-color: #0069d9;
    border-color: #0062cc;
}

.user_interest .btn-new svg, .user_interest .btn-new i {
	position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    display: block;
}


.btn-new svg, .btn-new i {
    position: static;
    margin: 0;
    line-height: 38px;
    font-size: 0.6875rem;
    transition: none;
}

/* width */
::-webkit-scrollbar{
	width: 5px;
	height: 5px;
	background-color: transparent;
	/* display: none; */
}

/* Track */
::-webkit-scrollbar-track {
	background: inherit; 
}

/* Handle */
::-webkit-scrollbar-thumb{
	background-color: #ccc;
	border-radius:20px;
}

/* Handle on hover */
main:hover > ::-webkit-scrollbar-thumb, section:hover > ::-webkit-scrollbar-thumb, div:hover > ::-webkit-scrollbar-thumb {
	background: #ccc; 
}

.container {
	overflow: hidden;
	padding: 0 20px 20px 20px;
	height: calc(100% - 92px);
	width: 100%;
	background: linear-gradient(#071E57 35%, #ffffff 35%);
/* 	opacity: 0;
	transition: opacity 2s; */
}

.body_visitors .icon_alert {
	max-height: 35px;
}

.body_visitors .container {
	height: calc(100% - 60px);
    overflow: auto;
	background: #071E57;
}

main.visitors {
	background: white;
	padding: 30px;
}

.visitors h1 {
	margin-bottom: 20px;
	font-size: 1.625rem;
}

.visitors h5 {
	font-size: 1.25rem;
}

p.gdpr {
	font-size: 10px;
	clear: both;
}

.cookie {
	position: fixed;
    bottom: 0;
    left: 50%;
    right: 50%;
    transform: translateX(-50%);
    width: 100%;
    text-align: center;
    background-color: bisque;
    padding: 20px;
    margin: 0;
}
.close_cookie, .cookie_info {
	margin: 0 20px;
    border-radius: 5px;
    background-color: #838281;
    color: bisque;
    padding: 2px 20px;
    box-shadow: 3px 3px 3px #838281;
    font-size: 14px;
    line-height: 20px;
    height: 25px;
    display: inline-block;
    outline: none;
    border: 1px solid;
}

.container >section {
	height: 100%;
    padding: 0;
    background: none;
    padding-right: 20px;
}

.container section.side_noticeboard {
	width: calc( 33.333333% - 50px);
}

span.img-success {
	background: url('../icons/success.png') no-repeat center;
	width: 131px;
	height: 135px;
	margin-top: 10px;
	margin-bottom: 60px;
	margin: auto;
	display: block;
}

.img-error {
	background: url(../icons/error.png) no-repeat center;
	width: 131px;
	height: 140px;
	margin-top: 10px;
	margin-bottom: 60px;
	margin: auto;
	display: block;
}



@media (max-width: 1300px) {
	html, body{
		font-size: 15px;
	}
	body section.welcome  {
		padding-left: 40px;
	}
}

@media (max-width: 1200px) {
	html, body{
		font-size: 14px;
	}
	.container {
		height: calc(100% - 50px);
	}
}

@media (max-width: 1024px) {
	html, body{
		font-size: 13px;
	}
	body>section {
		height: 100%;
	}
	.container {
        padding: 0 10px;
        /* height: calc(100% - 92px); */
		overflow: auto;
		
	}
	.container >section {
		padding-bottom: 10px;
	}

}
@media (max-width: 992px) {
	html, body{
		font-size: 13px;
	}
	.container >section {
		position: static;
		width: 100%;
		max-width: 100%;
		margin: 0;
		margin-top: 20px;
        padding: 10px 10px;
		float: none;
		overflow: hidden;
		height: auto;
	}

	.container >section:first-child {
		padding-top: 10px;
		padding-bottom: 10px;
		margin-bottom: 0;
		max-height: fit-content;
		overflow: auto;
		flex: 0 0 auto;
	}
	
	.container >section:last-child {
		padding-bottom: 10px;
	}
	.container >section {
		padding: 0 10px;
		order: 2;
		margin: 0;
		margin-bottom: 10px;
	}
	
}

@media (max-width: 768px) {
	html, body{
		font-size: 12px;
	}
	html{
		height: 100vh;
	}
	body {
		height: 100%;
	}
	body>section {
		height: 100%;
		max-width:100vw ;
		overflow: auto;
		overscroll-behavior-y: contain;
		scrollbar-width: thin;
	}
	.welcome_right>div:nth-child(2) {
		right: 0;
		max-width: 100%;
	}
	.welcome_right>div:first-child {
		left: 20%;
		top: 15%;
	}
}

@media (max-width: 450px)  {
	main.visitors {
		padding: 10px;
	}
	.visitors>section {
		padding: 0;
	}
	html{
		height: auto;
	}
	body {
		height: auto;
		min-height: 100vh;
		overflow-y: auto;
	}
	body>section {
		height: auto;
		min-height: 100vh;
	}
	body>.welcome_page { 
		height: auto;
	}
	body section.welcome {
		padding: 30px;
		padding-left: 40px;
		width: 100%;
		max-width: 100%;
		height: 100vh;
		overflow: auto;
	}
	body section.welcome>div {
		width: fit-content;
		height: auto;
		transform: initial;
	}
	.container {
		position: relative;
		overflow: auto;
		scrollbar-width: thin;
		height: calc(100% - 50px);
		padding: 0;
		z-index: 0;
		position: fixed;
		top: 50px;
		display: flex;
		flex-wrap: wrap;
	}    
	.container >section {
		padding: 0;
		height: auto;
	} 
	.container >section:first-child, .container >section:last-child {
        margin:0;
		padding-top: 10px;
    }
	.welcome_right {		
		overflow: initial;
		display: none;
	}
	.welcome_right>div {
		width: 80%;
	}
	.welcome_right>div:first-child {
		left: 20px;
	}
	.welcome_right>div:nth-child(2) {
		right: 15px;
		max-width: 97%;
		margin: auto;
		left: 15px;
		width: 95%;
	}
}
@media (max-height: 500px) {
	.index_page {
		height: auto;
	}
}