/* * {border: 1px dashed blue;} */

body {
	margin: 0px;
	background-color: #ab000d;
}

[class*='col-'] {
	padding-right: 0px!important;
}

@media handheld, only screen and (max-width: 767px) {
	[class*='col-'] {
    width: auto;
    float: none;
    margin: 10px 0;
    padding-left: 0;
	padding-right: 10px; 
}
}

.col-1-2 {
	width: 100%!important;
}

.col-1-5 {
	width: 100%!important;
}

[class*='col-'] {
float: none!important;
margin: 10px 0!important;
}

@media (min-width:801px)  {
	.col-1-1 {
	width: 80%!important;
	margin: auto!important;
	}	

}
@media (min-width:1025px) { 
	.col-1-1 {
		width: 70%!important;
		margin: auto!important;
		}
}

@media (min-width:1281px) {
	.col-1-1 {
		width: 60%!important;
		margin: auto!important;
		}
}

@media (min-width:1500px) {
	.col-1-1 {
		width: 50%!important;
		margin: auto!important;
		}
}

@media (min-width:1800px) {
	.col-1-1 {
		width: 40%!important;
		margin: auto!important;
		}
}

@media (min-width:2500px) {
	.col-1-1 {
		width: 30%!important;
		margin: auto!important;
		}
}





 
::-webkit-scrollbar-track {
    box-shadow: inset 0 0 5px grey; 
    border-radius: 0px;
}
 

::-webkit-scrollbar-thumb {
    background: #e53935; 
    border-radius: 1px;
}


::-webkit-scrollbar-thumb:hover {
    background: #e53935; 
}



 /* SCROLLBAR STYLE END */

.grid {
	float: left;
}

@media handheld, only screen and (max-width: 767px) {

.grid {
	padding-left:0px!important;
	padding-right:0px!important;
}

}
section#top {
	float: left;
	background-color: #ab000d;
	padding-bottom: 10px;

}

section#top-login {
	float: left;
	background-color: #ab000d;
	width: 100%;
	padding-bottom: 10px;

}

.logo img {
	height: 120px;
	padding: 25px;
}

section#menu {
	background-color: #ab000d;
	height: 40px;
}

#new-mail {
	border-radius: 10px;
	width: 100px;
	float: right;
}

.icon-new-mail {
	text-align: center;
	font-size: 25px;
	color: #fff;
	line-height: 25px;
}

.new-mail-text {
	text-align: center;
	font-family: 'Crete Round', serif;
	font-size: 10px;
	color: #fff;
	padding-bottom: 5px;
}

#mail-archive {
	border-radius: 10px;
	float: right;
}

.icon-mail-archive {
	text-align: center;
	font-size: 25px;
	color: #fff;
	line-height: 25px;
}

.mail-archive-text {
	text-align: center;
	font-family: 'Crete Round', serif;
	font-size: 10px;
	color: #fff;
	padding-bottom: 5px;
}

section#inbox {
	background-color: #ab000d;
	border-radius: 0px 10px 10px 0px;
	height: 546px;
	padding-top: 40px;
}

.folders {
	display: grid;
	padding-left: 30px;
	font-family: 'Crete Round', serif;
	font-size: 25px;
}

.inbox, .sent, .trash {
	color: #fff;
}

.inbox-icon, .sent-icon, .trash-icon {
	color: #fff;
}

.inbox-icon {float: left;}
.inbox-text {float: left; margin-left: 16px; line-height: 25px;}
.sent-icon {float: left;}
.sent-text {float: left; margin-left: 16px; line-height: 25px;}
.trash-icon {float: left;}
.trash-text {float: left; margin-left: 16px; line-height: 25px;}
.read-icon {float: left; margin-right: 5px;line-height: 33px;}



/* EMAIL LIST */

.email-date {
	color: #999;
	float: right;

}


.mail-list-wrapper {
	padding: 0px 10px 0px 10px;
	height: 200px;
	overflow-x: hidden;
}


/* Style the tab */
.tab {
	width: 100%;
	display: grid;
	border: 1px solid #ccc;
	background-color: #fff;
	font-size: 16px;
	overscroll-behavior: contain;
	cursor: pointer;
	max-height: 200px;
	

  }

.simplebar-content-wrapper {
	height: 100%;
}
  

.simplebar-offset {
	bottom: 0px!important;
	top: 1px!important;
}

  /* Style the buttons inside the tab */
  .tab div {
	font-weight: bold;
	font-family: 'Crete Round', serif;
	outline: none;
  }
  
  /* Change background color of buttons on hover */
  .tab div:hover {
	background-color: #fff;
  }
  
  /* Create an active/current tablink class */
  .tab div.active {
	background-color: #efefef;
  }

  
  /* Style the tab content */
  .tabcontent {
	display: none;
	padding: 5px 15px;
	border: 1px solid #ccc;
	border-top: none;
	background-color: #fff;
	font-family: 'Nunito Sans';
  }

  .tablinks {
	  
	  border-bottom: 1px solid #efefef;
  }

  .email-header {
	 
  }

  .email-content {
	  font-size: 17px;
  }
  

  .email-date {
	  font-size: 10px;
  }

.from {
	font-size: 20px;
}

.to {
	font-size: 15px;
	color: rgb(165, 165, 165);
}

#header {
	width: 100%;
	margin: 0 auto;
	font-family: 'Crete Round', serif;
	text-align: center;
	height: 30px;
	margin-top: 10px;
}

.header-logo {
	width: 60px;
	float: left;
}
.header-logo img {
	height: 40px;
}

.header-logo-inbox {
	margin-left: 10px;
}

.header-logo-inbox img {
	height: 30px;
	margin-top: 4px;

}

.header-text {
	float: left;
	color: #fff;
	font-family: 'Crete Round', serif;
	font-size: 17px;
	margin-top: -15px;

}

#login-postid {
	text-align: center;
}

.login-postid-ingress {
	margin: 0 auto;
	width: 300px;
	font-family: 'Nunito Sans';
	text-align: center;
}

.button-login-postid {
	margin-top: 30px;
    background-color: #e53935;
    border-radius: 2px;
    border: none;
    color: white;
    text-align: center;
    text-decoration: none;
    font-size: 16px;
    padding: 15px 32px;
    width: 270px;
	outline: none;
	margin-bottom: 60px;
	cursor: pointer;
}

.button-bg-orange {
	background-color: orange;
}

.button-login-text {line-height: 28px;}

.button-login-postid-icon {
	float: left;
	font-size: 25px;
}

.content {
	background-color: #fff;
}

.login-postid-image {
	text-align: center;
	color: #dcdcdc;
	padding: 50px;
}

.login-postid-image img {
	height: 130px;
}

.active {
	font-weight: normal;
}

.read {
	font-weight: normal;
}

.tablinks:before {
	font-family: "Ionicons";
	content: "\f2eb";
	padding: 0px 4px 0px 0px;
}

.tablinks.read:before, .tablinks.active:before {
	content: ' ';
	
	
}

#mailicon {
	padding: 0px 4px 0px 0px!important;
	float: left;
	font-size: 20px;
}


/* LOGIN */

.captcha-popup {
	position: relative;
	margin: 0 auto;
	width: 260px;
	height: 370px;
	background-color: #ab000d;
	top: 76px;
	border-radius: 5px;
	border: 1px solid red;

}

.captcha-popup-title {
	position: absolute;
	font-family: 'Nunito Sans';
	font-size: 23px;
	color: #fff;
	top: -48px;
	left: 30px;
}

#mc {
	position: absolute;
	margin: 0 auto;
	font-family: 'Nunito Sans';
	font-size: 16px;
	height: 100px;
	color: #fff;
	text-align: center;
	left: 20px;
	top: 65px;
}

form#mc-form.mc-active {
	text-align: center;
}

#mc-canvas {
	text-align: center;
}

#mc p {
}

#button-captcha:disabled {
	background-color: #a0a0a0;
}

#button-captcha {
	position: absolute;
	top: 300px;
	left: 11px;
    background-color: #e53935;
    border-radius: 2px;
    border: none;
    color: white;
    text-decoration: none;
    font-size: 16px;
    padding: 15px 32px;
	outline: none;
	margin-bottom: 60px;
	-webkit-appearance: button;
	cursor: pointer;

}

.captcha-link {
	color: #fff;
	font-size: 10px;
}

/* LOGIN END */

.tutorial-wrapper {
	overflow: hidden;
	position: relative;
}

#tutorial {
	visibility: hidden;
	top: 290px;
	left: 148px;
}

.clippy-image img {
	float: right;
	height: 150px;
	margin-right: -23px;
	transform: rotateZ(-27deg);

}

.speech-bubble {
	position: relative;
	float: right;
	background: #fcf9d1;
	border-radius: .4em;
	width: 200px;
	padding: 10px;
	border: 1px black solid;
}

.speech-bubble:after {

	
}

.zalando-table {
	width:80%;
	font-size: 12px;
    text-align: center;
    border: 1px solid #ccc;
}

h4 {
	margin: 0;
}

.hallgeirfjes {
	display: none;
	position: fixed;
	bottom: 0%;
}

.white-background {
	background-color: #fff;
}

.twitter-badge {
	border: 1px solid lightgrey;
	border-radius: 3px;
}

#postnord-button {
	height: 50px;
	width: 200px;
	border: 1px solid #009ad2;
	border-radius: 20px;
	background-color: #005d92;
	text-align: center;
	line-height: 3;
	color: #fff;
}

#popup-message {
	display: none;
	margin-top: 10px;
	width: 320px;
	height: 476px;
	background-color: #005d92;
	border: 1px solid #1399e7;
}

#exit-button {
	font-size: 30px;
	color: #fff;
	font-weight: bolder;
	z-index: 100;
	text-align: right;
	margin-right: 10px;
}

#error-message {
	display: none;
	position: absolute;
	width: 100%;
    height: 100%;
	top: 0;
	background-color: #ab000d;
	border: 1px solid red;
}

#close {
	color: #fff;
	font-weight: bolder;
	font-size: 3em;
	text-align: right;
	font-family: 'Nunito Sans';
	margin-right: 30px;
	cursor: pointer;
}

.error-message {
	position: relative;
    top: 100px;
    height: 450px;
    width: 700px;
    margin: 0 auto;
    text-align: center;
    background-color: #ab000d;
    z-index: 100;
    border-radius: 10px;
    display: none;
}

.error-message-title {
	position: absolute;
	width: 100%;
	height: 150px;
	margin: 20px auto;
	text-align: center;
	font-size: 3em;
	font-family: 'Nunito Sans';
	font-weight: bolder;
	color: #fff;
}

/* SEARCH - IMAGE FOR ERROR MESSAGE */
.error-message-image {
	width: 100%;
	margin: 0 auto;
	margin-top: 120px;
	text-align: center;
}

/* SEARCH - TEXT FOR ERROR MESSAGE */
.error-message-text {
	width: 100%;
	font-family: 'Nunito Sans';
	color: #fff;
	text-align: center;
	font-size: 1.2em;
}

.mail-banner img {
	width: 50%;
}




@media (min-width: 768px) and (max-width: 991.98px) {

.mail-banner img {
	width: 40%;}

}

@media (min-width: 992px) and (max-width: 1199.98px) { 

	.mail-banner img {
		width: 30%;}

}



@media (min-width: 1200px) {
	.mail-banner img {
		width: 30%;}
 }