:root {
  --shadowModal: 0 0 8px 4px rgba(0, 0, 0, 0.1);
  --shadowWrapper: 2px 2px 10px 1px rgba(0, 0, 0, 0.3);
  --shadowDropdown: 0 0 4px 2px rgba(0, 0, 0, 0.1);
}
* {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}
body {
	font-size: 16px;
}
a {
  text-decoration: none;
}
a:link, a:visited {
  color: #4d4d4d;
  text-decoration: none;
}
a:hover {
  color: #4d4d4d;
  text-decoration: none;
}
a:active {
  color: #4d4d4d;
  text-decoration: none;
}
footer, footer a:link, footer a:visited {
	font-family: 'Lato', 'Hind', 'Didact Gothic';
  font-size: 1rem;
  color: #808080;
  text-align: center;
}
footer {
  max-width: 960px;
  width: 100%;
  margin: auto;
  border-top: 1px solid lightgrey;
}
footer .rowfoot {
  display: flex;
  flex-flow: row wrap;
  justify-content: space-around;
}
.navbar0 {
  width: 100%;
  margin: auto;
  background-color: white;
}
.navbar1 {
  font-family: 'Hind', 'Didact Gothic', 'Lato', sans-serif;
  max-width: 94%;
  margin: auto;
}
.topimage {
  position: relative;
  width: 100%;
  margin: auto;
  padding-top: 90px;
}
img.picTop {
  display: block;
  object-fit: cover;
  height: 500px;
  width: 100%;
}
.imgtxtbox {
  position: absolute;
  max-width: 80%;
  top: 200px;
  margin-left: auto;
  margin-right: auto;
  background-color: #404040;
  opacity: 0.7;
  color: #8cb3d9;
  padding: 40px 50px;
  font-size: 2.5rem;
}
.container {
  font-family: 'Hind', 'Didact Gothic', 'Lato', sans-serif;
  max-width: 960px;
  width: 100%;
  margin: auto;
}
/* background color */
.bg0 {
  background-color: transparent;
}
.bgOd {
  background-color: #ebebe0;
}
.bgEv {
  background-color: #f5f5f0;
}
img.logoGlaux {
  display: block;
  object-fit: contain;
  margin-right:auto;
  width: 280px;
  height: 70px;
}
img.logoGlaux3 {
  display: block;
  object-fit: contain;
  margin-right: auto;
  margin-left: auto;
  width: 150px;
  height: 165px;
}
.navlogo {
  padding: 1rem;
  padding: 1rem 1rem 0 1rem;
}
.navbarC {
  display: flex;
  flex-flow: row wrap;
  justify-content: space-around;
  padding: 0.5rem 1rem;
}
.navbarR {
  display: none;
}
.navitem {
  position: relative;
  font-family:'Khula','Alegreya Sans', sans-serif;
  font-size: 1rem;
  font-weight: bold;
  line-height: 1;
  cursor: pointer;
  color: #666666;
  text-align: center;
  margin: 0 0 0 1.5rem;
}
.navitem:hover {
  color: #B3B3B3;
}
.navitem, .navitem span {
  -webkit-transition: all ease 800ms;
  -moz-transition: all ease 800ms;
  transition: all ease 800ms;
}
.seled {
  color: #B3B3B3;
  text-transform: uppercase;
}

.wrapper {
  padding: 2rem 1.25rem;
  box-shadow: var(--shadowWrapper);
  max-width: 96%;
  margin: auto;
}

img.picCn {
  display: block;
  object-fit: cover;
  margin-left: auto;
  margin-right:auto;
  max-width: 80%;
}
img.picLR {
  display: block;
  object-fit: cover;
  margin-left: auto;
  margin-right:auto;
  width: 100%;
}
img.imgShadow {
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.3), 0 6px 20px 0 rgba(0, 0, 0, 0.2);
}
img.picLt {
  display: block;
  object-fit: contain;
  margin-right: auto;
  /* margin-left: auto; */
  width: 150px;
  height: 165px;
}
.dvPicTwL {
  margin-left: auto;
  margin-right: auto;
  width: 60%;
}
.dvPicTwR {
  margin-left: auto;
  margin-right: auto;
  width: 60%;
}
.desCn, .desLR {
  margin: auto;
  width: 90%;
  text-align: center;
}
.desLt {
  margin: auto;
  width: 90%;
  text-align: left: ;
}
.desDes {
  padding: 1rem;
  text-align: left;
}
.desPic {
  width: 90%;
}
.desCap {
  /* color: #7A7A52; */
  color: #336699;
  text-align: center;
  font-size: 3rem;
  font-weight: bold;
}
.desHL {
  /* color: #A3A375; */
  color: #55656F;
  font-size: 1.5rem;
  font-weight: bold;
}
.desNor {
  color: #4D4D4D;
  font-size: 1.25rem;
}
/* fonts */
.fnSerif {
  font-family: "Times New Roman", Times, serif;
}
.fnSan {
  font-family: Arial, Helvetica, sans-serif;
}
.fnC {
  text-align: center;
}
.fnR {
  text-align: right;
}
.fnB {
  font-weight: bold;
}
.fnUpp {
  text-transform: uppercase;
}
.fnWhite {
  color: white;
}
.fnBlu {
  color: #336699;
}
.fnBla {
  color: black;
}
.fnDGray {
  color: #333333;
}
.fn3 {
  font-size: 3rem;
}
.fn2o5 {
  font-size: 2.5rem;
}
.fn2 {
  font-size: 2rem;
}
.fn1o75 {
  font-size: 1.75rem;
}
.fn1o5 {
  font-size: 1.5rem;
}
.fn1o25 {
  font-size: 1.25rem;
}
.fn1o125 {
  font-size: 1.125rem;
}
.fn1 {
  font-size: 1rem;
}

/* general elements MQ */
@media only screen and (min-width: 600px) {
  .imgtxtbox {
    font-size: 3rem;
  }
  .container {
    width: 98%;
  }
  .wrapper {
    width: 98%;
    padding: 2rem 3rem;
  }
  .desCn {
    margin: auto;
    width: 80%;
    text-align: center;
  }
  .desLt {
    margin: auto;
    width: 80%;
    text-align: left: ;
  }
  .desLR {
    display: flex;
  }
  .desLR .desPic {
    flex: 1;
  }
  .desLR .desDes {
    flex: 1;
  }
  .desOrd2 {
    order: 2;
  }

  .dvPicTwL {
    width: 50%;
  }
  .dvPicTwR {
    width: 50%;
  }
  /* img.picLt {
    display: block;
    object-fit: contain;
    margin-right: auto;
    margin-left: auto;
    width: 150px;
    height: 165px;
  } */
  .wrapbox {
  	padding: 2rem 3rem;
  }
  .btn {
    max-width: 180px;
    font-size: 0.875rem;
    letter-spacing: 1.2px;
  }
  .navbarR {
    display: flex;
    justify-content: flex-end;
    padding: 0.5rem 1rem;
  }
  .burger {
    display: none;
  }
  label {
    font-size: 0.875rem;
  }
}
@media only screen and (min-width: 768px) {
  .imgtxtbox {
    font-size: 4rem;
  }
  .container {
    width: 96%;
  }
  .wrapper {
    padding: 3rem 3rem;
  }
  .desCn {
    margin: auto;
    width: 75%;
    text-align: center;
  }
  .desLt {
    margin: auto;
    width: 75%;
    text-align: left: ;
  }
  .desLR {
    display: flex;
  }
  .desLR .desPic {
    flex: 1;
  }
  .desLR .desDes {
    flex: 2;
  }
  .desDes {
    padding: 0 2rem;
    text-align: left;
  }

  .wrapbox {
  	padding: 3rem 4rem;
  }
  .logoC {
    text-align: left;
  }
  .logoC span, .logoL span {
    font-size: 3rem;
  }
  .navbarC {
    justify-content: flex-end;
  }
  .navitem {
    margin: 0 0 0 2rem;
    font-size: 1.125rem;
  }
  .navdrop .dropdown {
    top: 1.6rem;
  }
}





/* style hr */
hr.d20 {
  border: none;
  border-top: 4px dotted lightgrey;
  width: 20%;
  margin-left: auto;
  margin-right: auto;
}
hr.t2 {
  border: none;
  border-top: 2px solid lightgrey;
  margin: 1rem 0 2rem 0;
  margin-left: auto;
  margin-right: auto;
}
hr.t5s8 {
  width: 80%;
  border: none;
  border-top: 5px solid lightgrey;
  margin: 1rem 0 2rem 0;
  margin-left: auto;
  margin-right: auto;
}
hr.t2s6{
  border: none;
  border-top: 2px solid lightgrey;
  width: 60%;
  margin: 1rem 0 1.75rem 0;
  margin-left: auto;
  margin-right: auto;
}
hr.t2s8 {
  border: none;
  border-top: 2px solid lightgrey;
  width: 80%;
  margin: 1rem 0 1.75rem 0;
  margin-left: auto;
  margin-right: auto;
}


.wrap {
  padding: 0 1.25rem 1rem 1.25rem;
  max-width: 96%;
  margin: auto;
}
.wrapbox {
	color: #666666;
	padding: 2rem 2rem;
	width: 100%;
	border: 1px solid lightgrey;
}

/* loader */
.loader {
	height: 100%;
	width: 100%;
	overflow: hidden;
	background-color: #808080;
	opacity: 0.5;
	position: absolute;
	z-index: 9;
}
.loader>div {
	height: 100px;
	width: 100px;
	border: 15px solid white;
	border-top-color: #5a6c4e;
	position: absolute;
	margin: auto;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	border-radius: 50%;
	animation: spin 1500ms infinite linear;
}
@keyframes spin {
	100% {
		transform: rotate(360deg);
	}
}

/* navigation */
nav {
  background-color: white;
  border-bottom: 1px solid lightgrey;
}
div.fixed {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 3;
}
div.main0n {
  margin-top: 90px;
}
div.main1n {
  margin-top: 100px;
}
div.main2n {
  margin-top: 140px;
}
.logoC {
  text-align: center;
}
.logoL {
  text-align: left;
}
.logoC span, .logoL span  {
  font-family: 'Didact Gothic', sans-serif;
  font-size: 2.5rem;
  font-weight: bold;
  color: #999999;
  letter-spacing: 2px;
  line-height: 1;
  cursor: pointer;
  -webkit-transition: all ease 800ms;
  -moz-transition: all ease 800ms;
  transition: all ease 800ms;
}

.logoIMX img, .logoIM img {
  width: 72px;
  height: 54px;
  object-fit: cover;
  cursor: pointer;
  -webkit-transition: all ease 800ms;
  -moz-transition: all ease 800ms;
  transition: all ease 800ms;
}
.logoIM img {
  filter: grayscale(100%);
}
.tipIM {
  position: relative;
  display: inline-block;
}
.tipIM .textIM {
  visibility: hidden;
  background-color: #d6e6d0;
  filter: grayscale(100%);
  color: #ffffff;
  font-family: 'Didact Gothic', sans-serif;
  font-weight: bold;
  font-size: 1rem;
  letter-spacing: 2px;
  line-height: 1;
  text-align: center;
  border-radius: 1.125rem 0 1.125rem 0;
  padding: 0.25rem 0 0.5rem 0;
  cursor: pointer;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;

  position: absolute;
  z-index: 1;
  top: 15px;
  left: 110%;

  width: 0;
  transition-property: all;
  transition-duration: 1200ms;
  transition-timing-function: linear;
  transition-delay: 300ms;
}
.tipIM:hover img {
  filter: grayscale(0%);
}
.tipIM:hover .textIM {
  visibility: visible;
  filter: grayscale(0%);
  width: 120px;
}
@media only screen and (min-width: 600px) {
  div.main0n {
    margin-top: 100px;
  }
  div.main1n {
    margin-top: 150px;
  }
  div.main2n {
    margin-top: 150px;
  }
  .logoIMX img, .logoIM img {
    width: 88px;
    height: 66px;
  }
  .tipIM .textIM {
    font-size: 1.25rem;
    border-radius: 1.25rem 0 1.25rem 0;
    padding: 0.375rem 0 0.625rem 0;
    top: 18px;
  }
  /* .tipIM:hover img {
    filter: grayscale(0%);
  } */
  .tipIM:hover .textIM {
    width: 150px;
  }
}



.logoC:hover span.dm, .logoL:hover span.dm {
  color: #B3B3B3;
}

/* caption greeting */
.greeting {
  text-align: right;
  color: #b3b3b3;
  font-size: 0.875rem;
  font-style: italic;
}
.caption {
  text-align: center;
  color: #404040;
  font-size: 1.125rem;
  font-weight: bold;
  letter-spacing: 1px;
  margin-top: 1rem;
}

#cityot, #ucityot {
	margin-top: 4px;
	padding-left: 2.5rem;
}

/* global input elements */
.row {
  margin-bottom: 1rem;
}
label {
	font-size: 0.75rem;
	font-weight: normal;
  margin-left: 1rem;
  color: #999999;
  letter-spacing: 0.5px;
  text-transform: uppercase;
}
input, select, textarea {
  width: 100%;
  padding: 0.25rem 1rem;
  font-family: 'Hind', 'Didact Gothic', 'Lato', sans-serif;
  font-size: 1rem;
  color: #666666;
  border: 1px solid lightgrey;
  border-right: none;
  border-top: none;
  border-radius: 0;
  background-color: transparent;
  outline: none;
	box-shadow: none;
}
select, input:required, textarea:required {
  border: 1px solid olivedrab;
  border-right: none;
  border-top: none;
  border-radius: 0;
}
input:focus, textarea:focus {
  outline: none;
	box-shadow: none;
	border: 1px solid lightgrey;
}
select:focus, input:required:focus, textarea:required:focus {
  outline: none;
  box-shadow: none;
  border: 1px solid olivedrab;
  border-radius: 0;
}
input::-webkit-input-placeholder, textarea::-webkit-input-placeholder {
  color: #bfbfbf;
  font-size: 0.875rem;
  letter-spacing: 0.3px;
  text-align: center;
}
input:read-only, textarea:read-only {
  background-color: #f2f2f2;
}
textarea {
  resize: none;
}
input[type=checkbox] {
  width: auto;
	margin: 0;
	padding: 0;
	box-sizing: border-box;
	background-color: transparent;
}
/* inputs animation */
.anibox .anirow {
  position: relative;
  margin-bottom: 2.75rem;
}
.anibox .anirow label {
  position: absolute;
  top: 0.375rem;
  left: 0;
  font-size: 0.875rem;
  font-weight: normal;
  text-transform: uppercase;
  pointer-events: none;
  -webkit-transition: all ease 500ms;
  -moz-transition: all ease 500ms;
  transition: all ease 500ms;
}
/* tooltip */
.tip {
  position: relative;
  display: inline-block;
}
.tip .tiptxt {
  visibility: hidden;
  width: 200px;
  background-color: #ffffff;
  font-size: 0.875rem;
  color: #808080;
  text-align: center;
  border-radius: 0.5rem;
  padding: 1rem;
  position: absolute;
  z-index: 1;
  bottom: 90%;
  left: 50%;
  margin-left: -120px;
  opacity: 0;
  border: 1.5px solid lightgrey;
  -webkit-transition: all ease 800ms;
  -moz-transition: all ease 800ms;
  transition: all ease 800ms;
}
.tip .tiptxt::after {
  content: "";
  position: absolute;
  top: 100%;
  left: 50%;
  margin-left: -10px;
  border-width: 10px;
  border-style: solid;
  border-color: #b3b3b3 transparent transparent transparent;
}
.tip:hover .tiptxt {
  visibility: visible;
  opacity: 1;
}

.tipT {
  position: relative;
  display: inline-block;
}
.tipT .tiptxt {
  visibility: hidden;
  width: 240px;
  background-color: #ffffff;
  font-size: 0.875rem;
  color: #808080;
  text-align: center;
  border-radius: 0.5rem;
  padding: 1rem;
  position: absolute;
  z-index: 1;
  bottom: 180%;
  margin-left: -100%;
  opacity: 0;
  border: 1.5px solid lightgrey;
  -webkit-transition: all ease 800ms;
  -moz-transition: all ease 800ms;
  transition: all ease 800ms;
}
.tipT .tiptxt::after {
  content: "";
  position: absolute;
  top: 100%;
  left: 50%;
  margin-left: -10px;
  border-width: 10px;
  border-style: solid;
  border-color: #b3b3b3 transparent transparent transparent;
}
.tipT:hover .tiptxt {
  visibility: visible;
  opacity: 1;
}

.tipB {
  position: relative;
  display: inline-block;
}
.tipB .tipBtxt {
  visibility: hidden;
  width: 200px;
  background-color: #ffffff;
  font-size: 0.875rem;
  color: #808080;
  text-align: center;
  border-radius: 0.5rem;
  padding: 1rem;
  position: absolute;
  z-index: 1;
  top: 150%;
  margin-left: -100%;
  opacity: 0;
  border: 1.5px solid lightgrey;
  -webkit-transition: all ease 800ms;
  -moz-transition: all ease 800ms;
  transition: all ease 800ms;
}
.tipB .tipBtxt::after {
  content: "";
  position: absolute;
  bottom: 100%;
  left: 50%;
  margin-left: -10px;
  border-width: 10px;
  border-style: solid;
  border-color: transparent transparent #b3b3b3 transparent;
}
.tipB:hover .tipBtxt {
  visibility: visible;
  opacity: 1;
}

/* input dropdown ul search */
.inputul {
  position: relative;
}
input#searchul {
  box-sizing: border-box;
  font-size: 1rem;
  padding: 0.5rem 1rem;
  border: 1px solid lightgrey;
  border-right: none;
  border-top: none;
  width: 100%;
}
input#searchul:focus {
  outline: none;
  box-shadow: none;
  border: 1px solid lightgrey;
  border-radius: 0;
}
input#searchul:required {
  box-sizing: border-box;
  font-size: 1rem;
  padding: 0.5rem 1rem;
  border: 1px solid olivedrab;
  border-right: none;
  border-top: none;
  width: 100%;
}
input#searchul:required:focus {
  outline: none;
  box-shadow: none;
  border: 1px solid olivedrab;
  border-radius: 0;
}
.inputul input::-webkit-input-placeholder {
  color: #b3b3b3;
  font-size: 0.875rem;
  letter-spacing: 0.3px;
  text-align: center;
}
#dropul {
  display: none;
  position: absolute;
  background-color: #f2f2f2;
  min-width: 250px;
  border: 1px solid lightgrey;
  z-index: 1;
}
#dropul ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
}
#dropul ul li {
  color: #666666;
  text-align: left;
  padding: 0.5rem 1rem;
  cursor: pointer;
}
#dropul ul li:hover {
  background-color: #ffffff;
}

/* pagination */
.pagebar {
  padding: 0.5rem 0;
  margin-bottom: 0.5rem;
}
.pagebar>div.row {
  text-align: center;
}
ul.page {
	list-style-type: none;
}
ul.page li {
  display: inline;
  padding: 0 0.625rem;
}
ul.page li.hv:hover {
	cursor: pointer;
	background-color: #e6e6e6;
}
ul.page li.bx {
	border: 1px solid #e6e6e6;
}

/* modal basic */
.showMo, .hideMo, .showMobox, .hideMobox, .xBtn {
	cursor: pointer;
}
.hideMo, .hideMobox, .xBtn i {
	font-size: 1.5rem;
  -webkit-transition: all ease 500ms;
  -moz-transition: all ease 500ms;
  transition: all ease 500ms;
}
.xBtn {
  position: -webkit-sticky;
  position: sticky;
  top: 1rem;
  text-align: right;
}
.hideMo:hover, .hideMobox:hover, .xBtn:hover {
	color: #cccccc;
}

.mobox {
  display: none;
  position: fixed;
  z-index: 9;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow: auto;
  background-color: rgba(230, 230, 230, 0.9);
  /* -webkit-transition: all ease 800ms;
  -moz-transition: all ease 800ms;
  transition: all ease 800ms; */
}
.moboxFrameS, .moboxFrameB, .moboxFrameP {
  margin: 5% auto;
  width: 94%;
  padding: 1rem 1rem 3rem 1rem;
  border-top-left-radius: 2rem;
  border-bottom-right-radius: 2rem;
  box-shadow: var(--shadowModal);
  font-family: 'Hind', 'Didact Gothic', 'Lato';
  color: #666666;
  background-color: white;
}
.moboxFrameS {
  max-width: 680px;
}
.moboxFrameB {
  max-width: 900px;
}
.moboxFrameP {
  max-width: 900px;
  padding: 0 0 0 0;
}
.xBtn {
  padding: 1.5rem;
}
.moboxBody {
	padding: 0;
}

/* im modal city */
.cityselect {
  border: 1px solid lightgrey;
  text-align: center;
  padding: 1rem 0;
}
.cityselect p {
  padding: 0.25rem;
  cursor: pointer;
}
.cityselect p:hover {
  background-color: #e6e6e6;
}

#ctn, #ctm {
  border-bottom: 1px solid lightgrey;
  text-align: center;
  cursor: default;
}
#ctn:hover, #ctm:hover {
  background-color: #ffffff;
}

/* modal alert */
#moH {
	color: #808080;
	font-size: 1.25rem;
	font-weight: bold;
	text-align: center;
	padding-bottom: 1.5rem;
}
#moR {
	color: red;
	font-size: 1.25rem;
	text-align: center;
}
#moB {
	color: #999999;
	font-size: 1.25rem;
	text-align: center;
}

/* buttons */
button.btns-more {
  box-sizing: border-box;
  font-size: 0.75rem;
  font-weight: bold;
  padding: 0.25rem 1rem 0.125rem 1rem;
  width: 64px;
  border: 1px solid transparent;
  background-color: #c5ccd3;
  cursor: pointer;
  letter-spacing: 3px;
  -webkit-transition: all ease 800ms;
  -moz-transition: all ease 800ms;
  transition: all ease 800ms;
}
button.btns-more:hover {
  outline: none;
  background-color: #e2e6e9;
  border: 1px solid #708090;
}
.btn {
	width: 100%;
  max-width: 160px;
  font-size: 0.75rem;
  letter-spacing: 1.1px;
  line-height: 1;
  padding: 0.5rem;
  border-radius: 1rem;
  cursor: pointer;
  -webkit-transition: all ease 800ms;
  -moz-transition: all ease 800ms;
  transition: all ease 800ms;
}
.btn:focus {
  outline: none;
}
.btn-save {
  color: #999966;
  background-color: #ebebe0;
  border: 2px solid #999966;
}
.btn-save:hover {
  border: 2px solid #999966;
  color: white;
  background-color: #999966;
}
.btn-preview {
  color: #666699;
  background-color: #e0e0eb;
  border: 2px solid #666699;
}
.btn-preview:hover {
  border: 2px solid #666699;
  color: white;
  background-color: #666699;
}
.btn-post, .btn-reuse {
  color: #669999;
  background-color: #e0ebeb;
  border: 2px solid #669999;
}
.btn-post:hover, .btn-reuse:hover {
  border: 2px solid #669999;
  color: white;
  background-color: #669999;
}
.btn-remove {
  color: #cc6699;
  background-color: #f2d9e6;
  border: 2px solid #cc6699;
}
.btn-remove:hover {
  border: 2px solid #cc6699;
  color: white;
  background-color: #cc6699;
}
.btn-signup {
  color: #437070;
  background-color: #cfe2e2;
  border: 2px solid #437070;
}
.btn-signup:hover {
  border: 2px solid #437070;
  color: white;
  background-color: #437070;
}
.btn-apply, .btn-login {
  color: #808080;
  background-color: #e6e6e6;
  border: 2px solid #808080;
}
.btn-apply:hover, .btn-login:hover {
  border: 2px solid #808080;
  color: white;
  background-color: #808080;
}
.btn-create {
  color: #336699;
  background-color: #d9e6f2;
  border: 2px solid #336699;
}
.btn-create:hover {
  border: 2px solid #336699;
  color: white;
  background-color: #336699;
}

/* mixed elements */
.mixElements {
  display: flex;
  border: 1px solid olivedrab;
}
/* 3 parts - upload selected file */
.mix3a {
  /* flex: 1; */
  flex-basis: 10%;
}
.mix3b {
  /* flex: 6; */
  flex-basis: 90%;
}
.mix3c {
  flex-basis: 10%;
}
.mixlabel {
  display: inline-block;
  font-size: 0.875rem;
  padding: 0.5rem 1rem;
  border-right: 1px solid lightgrey;
  cursor: pointer;
}
.mixElements input[type=text] {
  display: inline-block;
  font-size: 0.875rem;
  padding: 0.5rem 1rem;
  border: none;
  border-right: 1px solid lightgrey;
  background-color: transparent;
  color: #999999;
}
.mix3c button {
  display: inline-block;
  font-size: 0.75rem;
  padding: 0.8rem 1rem 0 1rem;
  border: none;
  background-color: transparent;
  color: #999999;
  box-sizing: border-box;
  cursor: pointer;
}
.mix3c button:focus {
  outline: none;
}

/* 2 parts - text or select/dropdown */
.mix2a {
  flex-basis: 80%;
}
.mix2b {
  flex-basis: 20%;
}
.mix2x {
  flex-basis: 80%;
}
.mix2y {
  flex-basis: 20%;
}
.mix2a input[type=text] {
  border: none;
  font-size: 1rem;
  border-right: 1px solid lightgrey;
}
.mix2b select {
  border: none;
  font-size: 0.875rem;
}

/* dropdown effect */
/* mobile navigation */
.menuitem .dropdown {
  display: none;
}
.menudrop .dropdown ul {
  padding-top: 0.75rem;
}
.menudrop .dropdown ul li {
  font-size: 1rem;
  color: black;
  padding: 0.5rem 1rem;
  list-style-type: none;
}
.menudrop .dropdown ul li:hover {
  color: #cccccc;
}
/* desktop navigation*/
.navdrop .dropdown {
  display: none;
  position: absolute;
  top: 1.5rem;
  right: -0.875rem;
}
.navdrop .dropdown ul {
  border: 1px solid lightgrey;
  padding: 0.375rem 0;
  background-color: white;
  box-shadow: var(--shadowDropdown);
}
.navdrop .dropdown ul li {
  font-size: 0.875rem;
  color: #808080;
  padding: 0.5rem 1rem;
  list-style-type: none;
  text-align: right;
  width: 120px;
}
.navdrop .dropdown ul li:hover {
  background-color: #e6e6e6;
}

/* burger menu animation */
.burger {
  position: fixed;
  top: 0;
  right: 0;
  z-index: 3;
}
.burger .toggler {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 4;
  cursor: pointer;
  width: 60px;
  height: 60px;
  opacity: 0;
}
.burger .meat {
  position: absolute;
  top: 15px;
  right: 15px;
  z-index: 3;
  width: 40px;
  height: 40px;
  padding: 0.5rem;
  background-color: grey;
  display: flex;
  align-items: center;
  justify-content: center;
}
.burger .meat > div {
  position: relative;
  width: 100%;
  height: 3px;
  background-color: white;
  display: flex;
  align-items: center;
  justify-content: center;
  -webkit-transition: all ease 1000ms;
  -moz-transition: all ease 1000ms;
  transition: all ease 1000ms;
}
.burger .meat > div:before,
.burger .meat > div:after {
  content: '';
  position: absolute;
  z-index: 3;
  top: -10px;
  width: 100%;
  height: 3px;
  background-color: inherit;
}
.burger .meat > div:after {
  top: 10px;
}
/* toggling effect */
.burger .toggler:checked + .meat > div {
  transform: rotate(135deg);
}
.burger .toggler:checked + .meat > div:before,
.burger .toggler:checked + .meat > div:after {
  top: 0;
  transform: rotate(90deg);
}
/* show menu when checked */
.burger .toggler:checked ~ .menu {
  visibility: visible;
}
.burger .toggler:checked ~ .menu > div {
  transform: scale(1);
  -webkit-transition: all ease 1000ms;
  -moz-transition: all ease 1000ms;
  transition: all ease 1000ms;
}
.burger .toggler:checked ~ .menu > div > div {
  opacity: 1;
  -webkit-transition: all ease 1000ms;
  -moz-transition: all ease 1000ms;
  transition: all ease 1000ms;
}

/* menu */
.burger .menu {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  visibility: hidden;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
}
.burger .menu > div {
  background-color: grey;
  border-radius: 50%;
  width: 200vw;
  height: 200vh;
  display: flex;
  flex: none;
  align-items: center;
  justify-content: center;
  transform: scale(0);
  -webkit-transition: all ease 1000ms;
  -moz-transition: all ease 1000ms;
  transition: all ease 1000ms;
}
/* menu + menu items */
.burger .menu > div > div {
  text-align: center;
  max-width: 90vw;
  max-height: 100vh;
  opacity: 0;
  -webkit-transition: all ease 1000ms;
  -moz-transition: all ease 1000ms;
  transition: all ease 1000ms;
}
.burger .menu > div > div .menuitem {
  color: white;
  font-family:'Khula','Alegreya Sans', sans-serif;
  font-size: 1.25rem;
  padding: 1rem;
  cursor: pointer;
  -webkit-transition: all ease 1000ms;
  -moz-transition: all ease 1000ms;
  transition: all ease 1000ms;
}
.burger .menu > div > div .menuitem:hover {
  color: #404040;
}

/* quasi table */
/* .tbl>div {
  padding: 1rem 0.625rem;
  letter-spacing: 0.5px;
  border: 1px solid transparent;
  border-bottom: 1px solid lightgrey;
  cursor: pointer;
  -webkit-transition: all ease 700ms;
  -moz-transition: all ease 700ms;
  transition: all ease 700ms;
}
.tbl>div:hover {
  border-left: 1px solid grey;
  border-right: 1px solid grey;
} */
/* .tbl>div:first-of-type {
  border-top: 1px solid lightgrey;
} */
.tbl .tb1p {
  padding: 1rem 0.625rem;
  letter-spacing: 0.5px;
  border: 1px solid transparent;
  border-bottom: 1px solid lightgrey;
  cursor: pointer;
  -webkit-transition: all ease 700ms;
  -moz-transition: all ease 700ms;
  transition: all ease 700ms;
}
.tbl .tb1p:hover {
  /* border-left: 1px solid grey;
  border-right: 1px solid grey; */
  border: 1px solid grey;
  background-color: #ffffff;
}
.tbrO {
  background-color: #e6e6e6;
}
.tbrE {
  background-color: #f2f2f2;
}
.tb1p {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.tb2p {
  display: flex;
}
.tb2p div.tbImageL img {
  width: 100%;
  max-width: 160px;
  max-height: 90px;
  object-fit: cover;
}
.tb2p div.tbImageP img {
  width: 100%;
  max-width: 120px;
  max-height: 90px;
  object-fit: cover;
}
/* .tb2p div.tbImagePr img {
  width: 100%;
  max-width: 120px;
  max-height: 120px;
  object-fit: cover;
} */
.tb2p div.tbImageL, .tb2p div.tbImageP, .tb2p div.tbImagePr {
  flex: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.tb2p div.tbText {
  flex: 3;
  padding: 0 0 0 1rem;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.tTitle {
  font-size: 1rem;
  font-weight: bold;
  text-transform: uppercase;
  color: #4d4d4d;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.tOrg {
  font-size: 0.875rem;
  font-weight: bold;
  color: #999999;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.tCat {
  font-size: 0.875rem;
  text-transform: uppercase;
  text-align: right;
  color: #666666;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.tDate {
  font-size: 0.875rem;
  color: #b3b3b3;
  text-align: right;
  margin-top: 0.5rem;
}

.tTxtL, .tTxtR, .tTxtBL, .tTxtBR, .tTxtC, .tTxtLp {
  font-size: 0.875rem;
  color: #666666;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.tTxtR, .tTxtBR {
  text-align: right;
}
.tTxtBL, .tTxtBR {
  font-weight: bold;
}
.tTxtC {
  text-align: center;
}
.tTxtLp {
  padding-left: 1rem;
}

/* quasi table MQ  */
@media only screen and (min-width: 600px) {
  .tbl {
    letter-spacing: 0.625px;
  }
  .tb2p div.tbText {
    flex: 4;
  }
  .tTitle {
    font-size: 1.25rem;
  }
  .tOrg, .tCat {
    font-size: 1rem;
  }
  .tTxtL, .tTxtR, .tTxtBL, .tTxtBR, .tTxtC, .tTxtLp {
    font-size: 1rem;
  }
  .tTxtLp {
    padding-left: 4rem;
  }
}



/* all module elements */
img.logo, img.poster, img.profile, img.document {
  display: block;
  object-fit: cover;
  margin-left: auto;
  margin-right:auto;
}
img.logo {
  width: 160px;
  height: 90px;
}
img.poster {
  width: 240px;
  height: 180px;
}
img.profile {
  width: 90px;
  height: 90px;
}
img.document {
  display: block;
  width: 600px;
  margin-left: auto;
  margin-right: auto;
}
/* job module elements */
div#showloc {
  position: relative;
  padding: 0.5rem 1rem;
  text-align: right;
  color: #999999;
  cursor: pointer;
}
div#showloc .dropdown {
  display: none;
  position: absolute;
  top: 2.65rem;
  right: 0;
}
div#showloc .dropdown ul {
  list-style-type: none;
  max-height: 325px;
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: auto;
}
div#showloc .dropdown ul li {
  min-width: 160px;
  font-size: 0.875rem;
  color: #808080;
  padding: 0.5rem 1rem;
  list-style-type: none;
  text-align: right;
}
@media only screen and (min-width: 600px) {
  div#showloc .dropdown ul li {
    width: 240px;
  }
}


/* vvvvvvv --- MONTH CALENDAR --- vvvvvvv */
#divMC {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.875rem;
	border: 1px solid #CCCCCC;
	border-radius: 7px;
  padding: 7px 10px;
	background-color: white;
	text-align: center;
	position: absolute;
  z-index: 2;
  display: none;
}
#bMCx {
	text-align: center;
	color: white;
	padding: 3px;
	border-radius: 7px;
	border-style: none;
	background-color: #336699;
	cursor: pointer;
	height: 26px;
}
.mnNx {
	text-align: center;
	font-weight: bold;
	font-size: 1.25rem;
	color: #999999;
	cursor: pointer;
}
.mnNx:hover {
  color: #7094B8;
}

.tbMC {
	width: 100%;
	text-align: center;
	border: none;
	border-collapse: collapse;
	cursor: pointer;
}
.tbMC th, .tbMC td {
	text-align: center;
	padding: 5px;
	vertical-align:center;
	border: none;
}
.tbMC th {
	background-color: #7094B8;
	color: #FFFFFF;
}
#strMY {
	font-family: Arial, Helvetica, sans-serif;
  font-size: 1rem;
	font-weight: bold;
	text-align: center;
	width: 90px;
	height: 24px;
	padding: 2px;
	border: none;
	margin-top: 1px;
	color: #2E5C8A;
}
.shine:hover {
	background-color: #D6E0EB;
}
/* ^^^^^^^ --- MONTH CALENDAR --- ^^^^^^^ */

/* vvvvvvv === YEAR CALENDAR === vvvvvvv */
#divYC {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.875em;
}
#divYC table {
	width: 100%;
	text-align: center;
	border-collapse: collapse;
}
#tYC th {
	border: none;
	height: 24px;
	width: 20px;
	text-align: center;
	padding: 0px;
}
#tYC td {
	border: 1px solid #D6E0EB;
	height: 22px;
	width: 20px;
	text-align: center;
	padding: 0px;
}
#tYCHeader {
	background-color: #ADC2D6;
}
#tYC th, #tYC td {
	color: #2E5C8A;
	cursor: default;
}
#tYC td.rw, #tYC td.am, #tYC td.pm {
	cursor: pointer;
}
select.boxYear {
	width: 80px;
	cursor: pointer;
  padding: 0 0 0 10px;
	border: 1px solid #4775A3;
	color: #2E5C8A;
	border-radius: 0;
	-webkit-border-radius: 0;
}
/* ^^^^^^^ === YEAR CALENDAR === ^^^^^^^ */
