body {
	background: #dedede!important;
	margin: 0px;
	padding: 0px;
	min-height: 100%;
	line-height: 1.4em!important;
	/* min-width: 680px; */
	overflow-x:hidden;
	overflow-y: auto;
}

h1, h2, h3, h4, h5, h6 {
	font-family: 'Bellslim-medium', sans-serif, Consolas, "Times New Roman"!important;
	color: #444!important;
	padding: 0em;
	user-select: none;
}

a:link {
	color: #015828;
	text-decoration: none;
}

a:visited {
	color: #015828;		
	text-decoration: none;
}	

a:active {
	color: #015828;
	text-decoration: underline;
}		

a:hover {
	color: #015828;
	text-decoration: underline;
}	

#breadcrumb ul, #breadcrumb ol, #breadcrumb li {
	display: inline;
    list-style: none;
    padding: 0; 
    margin: 0; 
}

#breadcrumb a {
	color: #156c3c!important;
	text-decoration: underline;
}
#breadcrumb a:link {
	color: white!important;
}
#breadcrumb a:visited {
	color: white!important;
}
#breadcrumb a:hover {
	color: white!important;
	text-decoration: underline;
}
#breadcrumb a:active {
	color: white!important;
}

iframe[seamless] {
    background-color: transparent;
    border: none;
    overflow: hidden;
    padding: 0;
    margin: 0;
}

div {
	user-select: auto;
}

table {
	border-collapse: collapse;
	border: 1px solid #333;
}

table th, table td {
	padding: 4px;
}

.inverse-colors{
	background-color: #156c3c!important;
	color: white!important;
	padding: 0.4em;
	text-align: center;
}

.lightgray-header{
	background-color: #f5f5f5;
	background-image: linear-gradient(180deg, #f5f5f5 0%, #ccc 88%);
	border: 0px solid #ccc;
	border-bottom: 1px solid #ccc;
	border-radius: 6px;
	border-bottom-left-radius: 0px;
	border-bottom-right-radius: 0px;
	color: #333!important;
	text-align: center;
	padding: 0.4em;
	margin: -1px;
	user-select: none;
}

.to-delete {
	text-decoration: line-through;
	color: red!important;
	background-color: rgb(255, 247, 172)!important;
}

.alerter {
	border: 1px solid #ccc;
	border-radius: 5px;
}

.center {
	display: table;
	width: auto;
	margin: auto;
}

.absolute{
	position: absolute!important;
	z-index: 13;
}

.boxpadding {
	padding: 0.5em!important;
}

.centeralign {
	text-align: center;
}

.fullwidth{
	width:100%!important;
}

.width90{
	width:90%!important;
}

.width75{
	width:75%!important;
}

.width66{
	width:66%!important;
}

.width50{
	width:50%!important;
}

.width40{
	width:40%!important;
}

.width33{
	width:33%!important;
}

.width20{
	width:20%!important;
}

.clickable {
	cursor: pointer;
}

.cursor_help {
	cursor: help;
}

#centerbox {
	margin: auto;
	padding: 1em;
	max-width: 800px;
	/* min-width: 585; */
	padding-bottom: 80px;
}

.centerpage {
	margin: auto;
	padding: 1em;
	max-width: 800px;
	/* min-width: 585; */
	padding-bottom: 80px;
}

#maincontainer {
	position: relative;
	display: block;
	padding: 0px!important;
	margin: 0px!important;
	max-width: 800px;
	/* min-width: 585; */
}

#tblSelfServe {
	display: block;
	position: relative;
	background-color: rgba(255,255,255,0.97);
	margin: 0 auto;
	padding: 1em;
	border: 1px solid rgb(206, 206, 206);
	/* min-height: 550px; */
	font-family: Calibri, Arial, Helvetica, Sans-Serif!important;
	word-break: normal;
	
}	

#tblSelfServe:after {
	content: "";
    display: table;
    clear: both;
}

#breadcrumb {
	padding-left: 1em;
	color: white;
	background-color: #015828;
	border-radius: 12px;
	min-height: 2em;
	font-variant: small-caps;
	word-wrap: none;
	word-break: keep-all;
	overflow: hidden;
	clear: both;
}

#breadcrumb ul,  #breadcrumb ol{
	float: left;
	padding: 0.2em;
}

#breadcrumb li {
	color: white;
}

#breadcrumb li::before {
	color: white;
	content: " \232A       ";
	padding-right: 0.3em; 
	padding-left: 0.3em;
}

#breadcrumb span {
	float: left;
	padding: 0.2em;
}

#breadcrumb span::before {
	content: " \232A       ";
	padding-right: 0.3em; 
	padding-left: 0.3em;
}

#breadcrumb::after {
	content: "";
	clear: both;
}

.floatright {
	float: right;
}

.floatleft {
	float: left;
}

.floatclear { clear: both; }

.containerdivNewLine { clear: both; float: left; display: block; position: relative; }

.email_table{
	/* min-width: 28em; */
	border: 0px solid #ccc;
}

.email_table td,.email_table th{
	border: 1px solid #ccc!important;
	padding: 0.5em;
}

.can-select {
	user-select: text!important;
}

.alert {
	cursor: pointer;
}

#qrcode{
	position: relative;
	display: inline-block;
	border: 1px solid #ccc;
	border-radius: 6px;
	padding: 6px;
	height: 165px;
	width: 165px;
	overflow: hidden;
}

.nodecorations {
	text-decoration: none!important;
}

.whitetext{
	color: #ffffff!important;
}

.blacktext{
	color: #000000;
}

.greentext{
	color: #128626;
}

.redtext{
	color: red;
}

.lightgray-box {
	background-color: #f5f5f5;
	background-image: linear-gradient(180deg, #fafafa 0%, #e7e7e7 100%);
	border: 1px solid #ccc;
	border-radius: 5px;
	padding: 1.25em;
}

@media only screen and (max-width: 768px) {
	.wideBox {
		padding: 0.5em;
		width: 100%;
		clear: both;
		padding-bottom: 1.75em;
	}

	.wideBox ul {
		margin: 0px;
		padding: 0px;
	}

	ul {
		list-style-type: none;	
		
	}

	.wideBox ul li {
		line-height: 1.6em;
		font-size: 1.1em;
		list-style-type: none;
		padding: 0.2em;
		margin: 0.3em;
		text-align: center;
		border: 1px solid #015828;
		cursor: pointer;
		color: #015828;
		user-select: none;
		background-color: white;
	}	

	.wideBox ul li:hover {
		color: white;
		background-color: #156c3c;
		text-decoration: none;	
		user-select: none;
	}	

	.wideBox ul li:hover a {
		color: white!important;
		text-decoration: none;	
		user-select: none;
	}		

	.underline {
		display: none;
		border-top: 1px solid #cecece;
		height: 0.5em;
	}

	svg {display: none;}
} 

@media only screen and (min-width: 768px) {
	.wideBox {
		padding: 1em;
		width: 49%;
		min-height: 200px;
		float: left;
	}

	.wideBox ul {
		padding-inline-start: 20%;
	}

	.wideBox ul li:hover {
		color: #156c3c;
		text-decoration: underline;	
		user-select: none;
	}

	.underline {
		border-top: 1px solid #cecece;
		height: 0.5em;
	}

}

.delimiter {
	border-top: 1px solid #CFCFCF;
	padding-top: 1em;
}

.linksContainer {
	display: inline-block;
	vertical-align: middle;
	margin: 2px;
	overflow: hidden;
  	white-space: nowrap;
	width: 20.5em;
	/* min-width: 20.5em; */
	user-select: none;
}

.rowContainer {
	display: block;
	margin: 2px;
	/* min-width: 20.5em; */
}

#tblSelfServe a:link {
	color: #015828;
	text-decoration: none;
}

#tblSelfServe a:visited {
	color: #015828;		
	text-decoration: none;
}	

#tblSelfServe a:active {
	color: #015828;
	text-decoration: none;
}		

#tblSelfServe a:hover {
	color: #015828;
	text-decoration: underline;
}	

#account_warning {
	position: relative;
	left: auto;
	display: none;
	font-size: 0.9em;
	font-family: Calibri, Arial!important;
	line-height: 1.1em!important;
	background-color: #fcf8e9!important;
	color: #5a5a5a!important;
	padding: 1.25em!important;
	border: 1px dotted rgb(255, 225, 169);
	margin-bottom: 1em;
	cursor: pointer;
	user-select: none;
}

.notneeded {
	display: none;
}

.error_box {
	position: relative;
	left: auto;
	font-size: 0.9em;
	font-family: Calibri, Arial!important;
	line-height: 1.1em!important;
	background-color: #ffc4c4!important;
	color: #202020!important;
	padding: 1.25em!important;
	border: 1px dotted rgb(255, 17, 0);
	margin-bottom: 1em;
	user-select: none;	
}

.section_box {
	border: 1px solid rgb(190, 190, 190);
	padding: 0px;
	border-radius: 6px;
	padding-bottom: 1.5em;
}

.small_section_box {
	border: 1px solid rgb(190, 190, 190);
	padding: 0px;
	border-radius: 6px;
	padding-bottom: 0.6em;
}

.warning_box {
	position: relative;
	left: auto;
	font-size: 0.9em;
	font-family: Calibri, Arial!important;
	line-height: 1.1em!important;
	background-color: #fcf8e9!important;
	color: #5a5a5a!important;
	padding: 1.25em!important;
	border: 1px dotted rgb(255, 225, 169);
	margin-bottom: 1em;
	user-select: none;	
}

.nocolor_box {
	position: relative;
	left: auto;
	font-size: 0.9em;
	font-family: Calibri, Arial!important;
	border: 1px dotted rgb(255, 225, 169);
	line-height: 1.1em!important;
	padding: 1.25em!important;
	margin-bottom: 1em;
	user-select: none;	
}

label {
	font-size: 1em;
	margin-top: 1em;
	font-variant: small-caps;
	line-height: 0.7em;
	user-select: none;
}

.round-corners {
	border-radius: 5px;
}

svg {width: 2.2rem; height: 2.2rem;}

#top_bar {
	height: 1.8em;
	background-color: rgb(45, 46, 51);
}

#header_bar {
	min-height: 5em;
	padding-top: 1em;
	padding-bottom: 1em;
	padding-left: 1em;
	background-color: #015828;
	top:0px;
	left: 0px;
	display: block;
	margin: auto;
	padding: 1em;
	/* min-width: 585; */
}

#header_bar .centerpage {
	display: flex;
	justify-content: space-between;
	align-items: center;
	flex-wrap: wrap;
	padding: 10px;
}

#whitelogo {
	margin-right: auto;
	user-select: none;
	cursor: pointer;
	width: 198px;
	max-width: 75vw;
}

#btnConnect {
	margin-left: auto;
}

#langSelector {
	color: #fff;
	background-color: #2d2e33;
	font-size: 0.7em;
	font-family: Helvetica,Arial,sans-serif;		
	position: relative;
	float: right;
	cursor: pointer;
	top: -0.9em;
	margin-right: 0em;
	user-select: none;
}

#loginInfo {
	color: #fff;
	font-size: 0.8em;
	font-family: Helvetica,Arial,sans-serif;		
	position: absolute;
	float: right;
	top: 6px;
	left: 1em;
	width: 20em;
	z-index: 200;
	overflow: hidden;
	text-align: left;
	/* margin-right: 2em; */
	user-select: none;
}

#footer_bar{
	position: fixed;
	display: block;
	bottom: 0px;
	left: 0px;
	background-color: rgba(255,255,255,0.95);
	min-height: 60px;
	width: 100%;
}

#footer_container{
	color: #030303;	
	padding: 6px;
	font-family: Arial,Helvetica,sans-serif;
	font-size: 0.75em;
	user-select: none;
	position: relative;
	margin: auto;
	max-width: 775px;
	vertical-align: top;
}

#copyright {
	line-height: 3em;
	position: relative;
	display: table;	
	width: auto;
	float: left;
}	

#contactus {
	line-height: 1em;	
	position: relative;
	display: table;
	width: auto;
	float: right;
}


#tblEmails {
	/* min-width: 99%!important; */
	width: 99%!important;
	max-width: 99%!important;
	user-select: text;
	table-layout: fized;
}


#tblEmails tr th, #tblEmails tr td {
	word-break: break-all!important;
	word-wrap: break-word!important;
	white-space: nowrap; 
	overflow: hidden;
	text-overflow: ellipsis;
	border: 1px solid #ccc;
	max-width: 12em!important;
}

#tblEmails th {
	text-align: center;
	background-color: #015828;
	color: white;
}

#logDate {
	padding: 0.2em;
	width: fit-content;
	border: 1px solid #015828;
	cursor: pointer;
	color: #015828;
	display: inline-block;
}

#logTable {
	/* min-width: 99%; */
	max-width: 99%;
}

#logTable tr th, #logTable tr td {
	word-break: normal;
	white-space: nowrap; 
	overflow: hidden;
	text-overflow: ellipsis;
}

#logTable th {
	text-align: center;
	background-color: #015828;
	color: white;
}

#logTable td:nth-child(1) {
	max-width: 90px!important;
}

#logTable td:nth-child(2) {
	max-width: 140px!important;
}

#logTable td:nth-child(3) {
	max-width: 245px!important;
}

#logTable td:nth-child(4) {
	max-width: 85px!important; 
	text-align: right;
}

#logTable td:nth-child(5) {
	max-width: 75px!important; 
}

#floatbar {
	position: fixed;
	border-color: #888!important;
	border-style: solid;
	border-bottom: 0px solid #888;
	border-top-right-radius: 5px;
	border-top-left-radius: 5px;
	z-index: 15;
	text-align: right;
}

.iconFont, .iconFont a:active, .iconFont a:hover {
	font-size: 2em;
	color: #015828!important;
}

.iconFont a:link, .iconFont a:visited  {
	color: #015828!important;
}

.mainLabel {
	font-family: 'Bellslim-medium', sans-serif, Consolas, "Times New Roman";
	font-size: 1.2em;
	display: block;
	color: #015828;
}

.development_bar_header {
	position: absolute;
	width: 100%;
	left: 0px;
	top: 95px;
	text-align: center;
	font-size: 0.9em;
	font-family: Calibri, Arial!important;
	background-color: #ffc4c4!important;
	color: #202020!important;
	border: 1px dotted rgb(255, 17, 0);
	user-select: none;	
}

.development_bar_footer {
	position: fixed;
	width: 100%;
	left: 0px;
	bottom: 0px;
	text-align: center;
	font-size: 0.9em;
	font-family: Calibri, Arial!important;
	background-color: #ffc4c4!important;
	color: #202020!important;
	border: 1px dotted rgb(255, 17, 0);
	user-select: none;	
}

ul {
	color: #555;
	list-style-type: none;
	user-select: none;
}

.iconFont {
	color: #015828;
	text-decoration: none;
	user-select: none;
}

.invisible {
	visibility: hidden;
}

.sectionTitle {
	font-size: 1.1em; 
	font-family: inherit;
	display: inline;
	line-height: 2.5em;
	vertical-align: top;
	position: relative;
	user-select: none;
	color: black;
}

.nowrap {
	white-space: nowrap;
	overflow-x: auto;
}

#fullpage {
	min-height: 100vh;
	position:relative;
}

#widget {
	fill: #156c3c;
	position: fixed;
	right: 0px;
	bottom: 0em;
	height: 70rem;
	width: 70rem;
	z-index: -1;
	border: 0px solid red;
}

.error {
	color: red!important;
	font-weight: 600;
}

button {
	cursor: pointer;
}

#pictureBox {
	display: flex;
	box-sizing: border-box;
	overflow: hidden;
	position: relative;
	border-top: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	padding: 0.5em;
	min-height: 27em;
}

#pictureContainer {
	position: relative;
}

#actionBar {
	display: block;
	position: relative;
	padding: 0.5em;
	min-height: 3.3em;
}

#btnBack {
	margin: 0 auto;
	position: relative;
	display: block;
	width: auto;
}

#btnHome {
	display: block;
	margin: auto;
	position: relative;
	width: fit-content;
}

#btnPrev {
	position: absolute;
	left: 0px;
}

#btnNext {
	position: absolute;
	right: 0px;
}

#btnPrevDay {
	margin-left: 0px;
	margin-right: 0px;
	width: fit-content;
	display: inline-block;
}

#btnNextDay {
	margin-left: 0px;
	margin-right: 0px;
	width: fit-content;
	display: inline-block;
}

/* #btnConnect {
	position: relative;
	float: right;
	clear:right;
	cursor: pointer;
	top: -0.8em;
	user-select: none;
} */

#btnAddEmail {
	margin: 0 auto;
	position: relative;
	display: block;
	width: auto;
}

#descriptionBox {
	padding: 0.5em;
	border-bottom: 1px solid #ccc;
	background-color: #fefeed;
	min-height: 4.3em;	
	user-select: none;
	word-break: break-word;
	-moz-user-select: none;
	-khtml-user-select: none;
	-webkit-user-select: none;
	-o-user-select: none;	
}

#programName {
	font-size: 1.2em;
	right: 1.8em;
	z-index:999;
}

#languageSelector {
	font-size: 1.2em;
}

#mailTypeSelector {
	font-size: 1.2em;
	right: 11em;
	z-index:999;
}

#titleBox {
	padding-top: 0.6em;
}

.picWidget {
	position: absolute;
	flex-shrink: 0;  /* Allow shrinking if necessary */
    flex-grow: 0;    /* Do not grow beyond natural size */
    max-width: 100%; /* Do not exceed parent's width */
    max-height: 100%; /* Do not exceed parent's height */
    box-sizing: border-box;
    overflow:hidden;
	z-index: 10;
}

.inputBoxStyle {
	font-family: Calibri, Arial, "Times New Roman", Tahoma;
	font-size: 0.82em;
	border: 1px solid #606060;
	padding: 0px 0px 0px 2px!important;
	background-color: white;
}

.transparentBoxStyle {
	font-family: Calibri, Arial, "Times New Roman", Tahoma;
	font-size: 0.82em;
	border: 1px solid #606060;
	padding: 2px 0px 0px 2px!important;
	background-color: transparent;
}

.borderlessBoxStyle {
	font-family: Calibri, Arial, "Times New Roman", Tahoma;
	font-size: 0.82em;
	border: 1px solid transparent;
	padding: 2px 0px 0px 2px!important;
	background-color: transparent;
	white-space: nowrap;
	overflow: visible;
}

.borderlessGreyBoxStyle {
	font-family: Calibri, Arial, "Times New Roman", Tahoma;
	font-size: 0.82em;
	border: 1px solid #ededed;
	padding: 2px 0px 0px 2px!important;
	background-color: #ededed;
}

.textOnlyStyle {
	font-family: Calibri, Arial, "Times New Roman", Tahoma;
	font-size: 0.82em;
	padding-left: 2px;
	background-color: transparent;
}


.disabledTextStyle {
	font-family: Calibri, Arial, "Times New Roman", Tahoma;
	color: #888!important;
	font-size: 0.82em;
	padding-left: 2px;
	background-color: transparent;
}

.blurStyle {
  -webkit-filter: blur(2px);
  filter: url('img/blur.svg#blur');
  filter: blur(2px);
}

.checkbox {
	line-height: 1em!important;
	padding: 1px;
}

.fontPlus {
	font-size: 1.2em!important;
	padding: 10px 6px 0px 6px!important;
}

.fontSmall {
	font-size: 0.80em!important;
}

.fontIOS {
	font-size: 1.1em!important;
	padding-left: 4px;
}

.fontBold {
	font-weight: bold;
}

.alignRight {
	text-align: right;
}

#curPicture {
	position: relative;
	flex-shrink: 0;  /* Allow shrinking if necessary */
    flex-grow: 0;    /* Do not grow beyond natural size */
    max-width: 100%; /* Do not exceed parent's width */
    max-height: 100%; /* Do not exceed parent's height */
    box-sizing: border-box;
    overflow: hidden; /* Ensure no overflow of content */	
}

.getAttention {    
    animation: shadowThrob 0.5s infinite;
    animation-direction: alternate;
    -webkit-animation: shadowThrob 0.5s ease-out infinite;
    -webkit-animation-direction: alternate;
}


#infobox{
    margin-bottom: 1em;
    display: none;
	border-radius: 1px;
	padding: 0.5em;
}

.alert-danger li {
    font-size: 0.8em;
    padding: 0.2em;
}

.blackFont {
    color: black!important;
}

.pop3_requirements {
    display: none;
}

.twofactor_requirements {
    display: none;
}

input.form-control, select.form-control, select.form-control option  {
    
    min-height: 2em;
    font-size: 1em;
	max-width: 450px!important;
	border: 1px solid #888;
	background-color: #ccc;
	margin-bottom: 2px;
	border-radius: 1px;
	line-height: 1.1em!important;
	height: 3em!important;
	box-shadow: none!important;
	outline: none!important; 
}

input.form-control:active, select.form-control:active, select.form-control option:active {

    min-height: 2em;
    font-size: 1em;
	max-width: 450px!important;
	background-color: #ccc;
	margin-bottom: 2px;
	border: 2px solid #156c3c;
	border-radius: 1px;
	line-height: 1.1em!important;
	height: 3em!important;
	box-shadow: none!important;
	outline: none!important;
}


input.form-control:hover, select.form-control:hover, select.form-control option:hover,
 input.form-control:focus, select.form-control:focus, select.form-control option:focus {

    min-height: 2em;
    font-size: 1em;
	max-width: 450px!important;
	border: 2px solid #156c3c;
	background-color: #ccc;
	margin-bottom: 2px;
	border-radius: 2px;
	line-height: 1.1em!important;
	height: 3em!important;
	box-shadow: none!important;
	outline: 1px #ccc solid!important;
}

@keyframes shadowThrob {
	from {box-shadow: 0 0 0px 0px #156c3c;}
	to {box-shadow: 0 0 2px 2px #156c3c;}
}
@-webkit-keyframes shadowThrob {
	from {box-shadow: 0 0 0px 0px #156c3c;}
	to {box-shadow: 0 0 2px 2px #156c3c;}
}

.normal-spin {
	transform: scaleX(-1);
	animation: spin-anim 6s infinite linear;
}

@keyframes spin-anim {
	0% {
	  transform: scaleX(-1) rotate(0deg);
	}
	100% {
	  transform: scaleX(-1) rotate(-360deg);
	}
  }

.reverse-spin {
	transform: scaleX(-1);
	animation: reverse-spin-anim 6s infinite linear;
}

@keyframes reverse-spin-anim {
	0% {
		transform: scaleX(-1) rotate(-360deg);
	}
	100% {
		transform: scaleX(-1) rotate(0deg);
	}
}

input[type=password] {
	float: left;
}

input.masker {
	float: left;
}

#new_forward {
	width: 17em;
	text-align: center;
}

#new_expiration {
	width: 8em;
	text-align: center;
}

#new_alias {
	width: 11em;
	float: left;
	text-align: right;
}

#confirm_code {
	width: 8em!important;
	font-size: 1.2em;
	float: center;
	text-align: center;
}

#new_domain {
	width: 15em;
	float: left;
}

#new_pwd {
	width: 18em;
	font-family: "Lucida Console","Courier New",Monaco,"Nimbus Mono L",monospace;
}

#confirm_new_pwd {
	width: 18em;
	font-family: "Lucida Console","Courier New",Monaco,"Nimbus Mono L",monospace;
}


#current_pwd {
	width: 18em;
	font-family: "Lucida Console","Courier New",Monaco,"Nimbus Mono L",monospace;
}

#primary_email {
	width: 18em;
}

#secondary_email {
	width: 18em;
}

#login {
	width: 18em;
}

#loading-bar {
	color: white;
	display: block;
	position: fixed;
	top: 45%;
	left: 0px;
	height: 3em;
	font-size: 2em;
	width: 100%;
	z-index: 99999;
	padding-top: 1em;
	padding-bottom: 1em;
	opacity: 0.85;
	text-align: center;
	background-color: #333;
}

.jumping-dots span {
	position: relative;
	bottom: 0px;
	animation: jump 2s infinite;
  }
  .jumping-dots .dot-1{
	animation-delay: 200ms;
  }
  .jumping-dots .dot-2{
	animation-delay: 400ms;
  }
  .jumping-dots .dot-3{
	animation-delay: 600ms;
  }
  
  @keyframes jump {
	0%   {bottom: 0px;}
	20%  {bottom: 5px;}
	40%  {bottom: 0px;}
  }

.pwdmasker {
	width: 2.3em;
	background: #015828;
	color: white;
	/* line-height: 2.5em; */
	padding-top: 0.8em;
	padding-bottom: 0.2em;
	padding-left: 0.5em;
	padding-right: 0.5em;
	border: 1px solid grey;
	border-left: none; /* Prevent double borders */
	cursor: pointer;
	position: relative;
	display: inline-block;
	height: 3em;
}

.pwdmasker:hover {
	background: #156c3c;
}

.pwdgenerator {
	position: relative;
	width: 2.3em;
	background: #015828;
	color: white;
	/* line-height: 2.5em; */
	padding-top: 0.8em;
	padding-bottom: 0.2em;
	padding-left: 0.5em;
	padding-right: 0.5em;
	border: 1px solid grey;
	border-left: none; /* Prevent double borders */
	cursor: pointer;
	display: inline-block;
	height: 3em;
	left: -3px;
}

.pwdgenerator:hover {
	background: #156c3c;
}

.pwdContainer {
	position: relative;
	display: inline-block;
	word-wrap: none;
}

.pwdContainer::after {
	content: "";
	clear: both;
	display: table;	
}

span.field {
	display: block;
}

.linkBox {

	padding: 0.5em 0.5em 0.3em 0.6em;
}

#header_bar .btn, #header_bar .btn-primary {
	border-color: white!important;
}

/* bootstrap overwrites */
.btn {
	border-radius: 1px;
	line-height: 1em!important; 
	cursor: pointer;
	border-radius: 10em!important;
	padding-top: 10px!important;
	padding-bottom: 10px!important;
	padding-left: 18px!important;
	padding-right: 18px!important;
	border-color: #5A5A5A;

}

.btn-primary {
	background-color: #015828!important;
	box-shadow: none!important;
	border: 2px solid #5A5A5A!important;
	border-radius: 10em;
}

.btn-primary:hover, .btn-primary:focus, .btn-primary:active, .btn-primary.active, .open>.dropdown-toggle.btn-primary, .btn-primary:active:focus  {
	background-color: #156c3c!important;
	box-shadow: 0 3px 3px rgba(0, 0, 0, 0.5)!important;
	border: 2px solid #156c3c;
}

.page-item.active .page-link {
    z-index: 1;
    color: #fff!important;
    background-color: #015828!important;
    border-color: #156c3c;
}

.form-control:focus {
	border: 2px solid #156c3c;
	box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(150, 150, 150, 0.6)!important;
}

.form-group2 {
    display: flex;
    gap: 6px;
	flex-wrap: wrap;
}

.form-item2 {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
}

.form-item2 label {
    margin-bottom: 5px;
}

.skip-link {
    position: absolute;
    top: -40px;
    left: 0;	
    background: #156c3c;
    color: #fff!important;
    padding: 8px;
    z-index: 100;
    text-decoration: none;
    transition: top 0.3s;
}

.skip-link:focus {
    top: 0;
}

/* DATATABLES FIXES */
table.dataTable thead .sorting:after, table.dataTable thead .sorting_asc:after, table.dataTable thead .sorting_desc:after, table.dataTable thead .sorting_asc_disabled:after, table.dataTable thead .sorting_desc_disabled:after {
    right: 0.2em!important;
    content: "\2193";
}

table.dataTable {
    clear: both;
    margin-top: 0px !important;
    margin-bottom: 0px !important;
    max-width: none !important;
	border-collapse: collapse!important;
    border-spacing: 0;
}

table.dataTable thead .sorting:before, table.dataTable thead .sorting:after, table.dataTable thead .sorting_asc:before, table.dataTable thead .sorting_asc:after, table.dataTable thead .sorting_desc:before, table.dataTable thead .sorting_desc:after, table.dataTable thead .sorting_asc_disabled:before, table.dataTable thead .sorting_asc_disabled:after, table.dataTable thead .sorting_desc_disabled:before, table.dataTable thead .sorting_desc_disabled:after {
    position: absolute;
    bottom: 0.3em!important;
    display: block;
    opacity: 0.3;
}

table.dataTable thead .sorting:before, table.dataTable thead .sorting:after, table.dataTable thead .sorting_asc:before, table.dataTable thead .sorting_asc:after, table.dataTable thead .sorting_desc:before, table.dataTable thead .sorting_desc:after, table.dataTable thead .sorting_asc_disabled:before, table.dataTable thead .sorting_asc_disabled:after, table.dataTable thead .sorting_desc_disabled:before, table.dataTable thead .sorting_desc_disabled:after {
    position: absolute;
    bottom: 0.3em!important;
    display: block;
    opacity: 0.3;
}

div.dataTables_wrapper div.dataTables_info {
	white-space: normal!important;
	padding-top: 0px!important;
}
