/**
 * CSS Reset
 * From Blueprint reset.css
 * http://blueprintcss.googlecode.com
 */
popbold {
    font: 100% 'Calibri', Verdana, Geneva, Lucida, Arial, Helvetica, sans-serif;
    font-size: 100%;
    font-weight: bold;
}
popboldlarge {
    font: 100% 'Calibri', Verdana, Geneva, Lucida, Arial, Helvetica, sans-serif;
    font-size: 1.5em;
    font-weight: bold;
}
poptitle {
    font: 100% 'Calibri', Verdana, Geneva, Lucida, Arial, Helvetica, sans-serif;
    font-size: 100%;
    font-weight: bold;
	margin-top: 100px;
	margin-bottom: 0.5em;
    border-bottom: 1px solid #0087FB;
}
poptitlelarge {
    font: 100% 'Calibri', Verdana, Geneva, Lucida, Arial, Helvetica, sans-serif;
    font-size: 1.5em;
    font-weight: bold;
	margin-top: 100px;
	margin-bottom: 0.5em;
    border-bottom: 1px solid #0087FB;
}
poptext {
    font: 100% 'Calibri', Verdana, Geneva, Lucida, Arial, Helvetica, sans-serif;
    font-size: 100%;
/*     font-weight: bold; */
}
poptextlarge {
    font: 100% 'Calibri', Verdana, Geneva, Lucida, Arial, Helvetica, sans-serif;
	font-size: 1.5em;
/*     font-weight: bold; */
}
poplongtext {
    font: 50% 'Calibri', Verdana, Geneva, Lucida, Arial, Helvetica, sans-serif;
    font-size: 70%;
/*     font-weight: bold; */
}
.olControlAttribution {
    bottom: 5px;
}
slidertitle {
    font: 100% 'Calibri', Verdana, Geneva, Lucida, Arial, Helvetica, sans-serif;
    font-size: 100%;
    font-weight: bold;
	margin-top: 10px;
	margin-bottom: 0.5em;
    border-bottom: 1px solid #0087FB;
}
slidersubtitle {
    font: 100% 'Calibri', Verdana, Geneva, Lucida, Arial, Helvetica, sans-serif;
    font-size: 100%;
    font-weight: bold;
/*
	margin-top: 100px;
 */
	margin-bottom: 0.2em;
    border-top: 1px solid #800040;
    border-bottom: 1px solid #800040;
}


/*
.ol-popup {
        position: absolute;
        background-color: white;
        -webkit-filter: drop-shadow(0 1px 4px rgba(0,0,0,0.2));
        filter: drop-shadow(0 1px 4px rgba(0,0,0,0.2));
        padding: 15px;
        border-radius: 10px;
        border: 1px solid #cccccc;
        bottom: 12px;
        left: -50px;
        min-width: 480px;
       	overflow-y: scroll;
      }
      .ol-popup:after, .ol-popup:before {
        top: 100%;
        border: solid transparent;
        content: " ";
        height: 0;
        width: 0;
        position: absolute;
        pointer-events: none;
      }
      .ol-popup:after {
        border-top-color: white;
        border-width: 10px;
        left: 48px;
        margin-left: -10px;
      }
      .ol-popup:before {
        border-top-color: #cccccc;
        border-width: 11px;
        left: 48px;
        margin-left: -11px;
      }
 */
      .ol-popup-closer {
        text-decoration: none;
        position: absolute;
        top: 2px;
        right: 8px;
      }
      .ol-popup-closer:after {
        content: "✖";
      }

.ol-popupHov {
        position: absolute;
		background: rgba(235, 235, 235, 0.7);
        -webkit-filter: drop-shadow(0 1px 4px rgba(0,0,0,0.2));
        filter: drop-shadow(0 1px 4px rgba(0,0,0,0.2));
        padding: 15px;
        border-radius: 10px;
        border: 1px solid #cccccc;
        bottom: 12px;
        left: -50px;
        min-width: 200px;
		color: #A32921;
        font-size: 75%;
         font-weight: 300;
      }
      .ol-popupHov:after, .ol-popupHov:before {
        top: 100%;
        border: solid transparent;
        content: " ";
        height: 0;
        width: 0;
        position: absolute;
        pointer-events: none;
      }
      .ol-popupHov:after {
        border-top-color: white;
        border-width: 10px;
        left: 48px;
        margin-left: -10px;
      }
      .ol-popupHov:before {
        border-top-color: #cccccc;
        border-width: 11px;
        left: 48px;
        margin-left: -11px;
      }

.flex-container {
	display: -webkit-flex;
    -webkit-flex-wrap: wrap;
    display: flex;
  flex-flow: column wrap;
/*   align-content: center; */
border: 1px solid #aaa;
  width: 100%;
  height: 100%;
}

.flex-container>div{
	text-align: center;
}

#mapLogin{
border: 1px solid #aaa;
	flex: 1;
	width: 100%;
	height: 60%;
}

#passform{
	flex-grow: 2;
border: 1px solid #aaa;
	align-self: center;
	text-align: center;
    font: 100% 'Calibri', Verdana, Geneva, Lucida, Arial, Helvetica, sans-serif;
    font-size: 40px;
    /* 	width: 100%; */
/* 	height: 60%; */
}

#customForm {
    display: flex;
    flex-flow: column wrap;
}

#customForm fieldset {
    flex: 1;
    border: 1px solid #aaa;
    margin: 0.5em;
}

#customForm fieldset legend {
    padding: 5px 20px;
    border: 1px solid #aaa;
    font-weight: bold;
}

#customForm fieldset.name {
    flex: 2 100%;
}

#customForm fieldset.name legend {
    background: #bfffbf;
}

#customForm fieldset.office legend {
    background: #ffffbf;
}

#customForm fieldset.hr legend {
    background: #ffbfbf;
}

#customForm div.DTE_Field {
    padding: 5px;
}

#customFormRentals {
    display: flex;
    flex-flow: column wrap;
}

#customFormRentals fieldset {
    flex: 1;
    border: 1px solid #aaa;
    margin: 0.5em;
}

#customFormRentals fieldset legend {
    padding: 5px 20px;
    border: 1px solid #aaa;
    font-weight: bold;
}

#customFormRentals fieldset.name {
    flex: 2 100%;
}

#customFormRentals fieldset.name legend {
    background: #bfffbf;
}

#customFormRentals fieldset.office legend {
    background: #ffffbf;
}

#customFormRentals fieldset.hr legend {
    background: #ffbfbf;
}

#customFormRentals div.DTE_Field {
    padding: 5px;
}

.loader {
   width:50px;
   height:50px;
   display:inline-block;
   padding:0px;
   opacity:0.5;
   border:3px solid #09acfd;
   -webkit-animation: loader 1s ease-in-out infinite alternate;
   animation: loader 1s ease-in-out infinite alternate;
}

.loader:before {
  content: " ";
  position: absolute;
  z-index: -1;
  top: 5px;
  left: 5px;
  right: 5px;
  bottom: 5px;
  border: 3px solid #09acfd;
}

.loader:after {
  content: " ";
  position: absolute;
  z-index: -1;
  top: 15px;
  left: 15px;
  right: 15px;
  bottom: 15px;
  border: 3px solid #09acfd;
}

@keyframes loader {
   from {transform: rotate(0deg) scale(1,1);border-radius:0px;}
   to {transform: rotate(360deg) scale(0, 0);border-radius:50px;}
}
@-webkit-keyframes loader {
   from {-webkit-transform: rotate(0deg) scale(1, 1);border-radius:0px;}
   to {-webkit-transform: rotate(360deg) scale(0,0 );border-radius:50px;}
}
.loader4 {
   width:45px;
   height:45px;
   display:inline-block;
   padding:0px;
   border-radius:100%;
   border:5px solid;
   border-top-color:rgba(246, 36, 89, 1);
   border-bottom-color:rgba(255,255,255, 0.3);
   border-left-color:rgba(246, 36, 89, 1);
   border-right-color:rgba(255,255,255, 0.3);
   -webkit-animation: loader4 1s ease-in-out infinite;
   animation: loader4 1s ease-in-out infinite;
}
@keyframes loader4 {
   from {transform: rotate(0deg);}
   to {transform: rotate(360deg);}
}
@-webkit-keyframes loader4 {
   from {-webkit-transform: rotate(0deg);}
   to {-webkit-transform: rotate(360deg);}
}
/*
.wrapper{
	width:960px;
	margin:20px auto;
}
.box{
	width:49%;
}
.left{
	float:left;
}
.right{
	float:right;
}
.clear{
	clear:both;
}
 */
 /* Badge */
.badge {
  visibility: hidden;
  position: absolute;
  top: 5px;
  right: 25px;
/*
	margin: 1.5em 3em;
 */
	width: 3.4em;
	height: 3.4em;
	border-radius: 20%;
	display: inline-block;
	transition: all 0.2s ease;
  box-shadow: 4px 5px 6px 1.5px rgba(0, 0, 0, 0.43);
}

.rounded {
  width: 25px;
  height: 25px;
  background: white;
  position: absolute;
  margin: 5px 3px auto;
  z-index: 10;
	border-radius: 30%;
  box-shadow: 4px 4px 4px 1px rgba(0, 0, 0, 0.23);

/*
  i.fab {
    font-size: 2.6em;
		margin-top: 16px;
  }
 */
}
.crimson {
  background: crimson;
  color: firebrick;
}

.crimsontext {
  color: blue;
/*
  margin-top: 3em;
  letter-spacing: 1.4px;
  line-height: 1.2;
 */
  font-size: 16pt;
  text-align: center;
/*   padding: 10px; */
position: relative;
	top: 15%;
/* 	left: 20%; */


  }
