.gap-top-bar{
  height: 65px;
  background-color: rgb(255, 255, 255, 0.5);
  box-shadow: 0 0 5px 5px rgb(22, 22, 22,0.2);
}

.gap-top-login{
  height: 65px;
  background-color: #222222;
  /*background-image: linear-gradient(to bottom, rgba(0,0,0,0.2), rgba(22,22,22,0.8));*/

}

.Over{
  /*width: 128px;*/
  /*height: 96px; */
  width:  400px;
  height: 400px;
}
/*Fade in Overlay for Openlayers ballons*/
.containerOpenLayerBallons{
  position: relative;
  width: 100%;
}

.overlayRegionMarker{
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  height: 100%;
  width: 100%;
}
.overlayScrolling{
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  height: 100%;
  width: 100%;
}

.overlayOpenLayerBallons {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  height: 100%;
  width: 102%;
  opacity: 0;
  transition: .5s ease;
  background-color: rgb(255, 255, 255, 0.5);
}

.containerOpenLayerBallons:hover .overlayOpenLayerBallons{
  opacity: 1;
}

.textOpenLayerBallons{
  color: white;
  font-size: 20px;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  text-align: center;
}

.img-responsive {
display: block;
max-width: 100%;
height: auto;
margin: auto;
}

.formDeLogin{
  width: 95%;
  margin:auto;
  top:0;
  left:0;
  right:0;
  bottom:0;
}

.Account{
  margin-bottom: -40px;
}


.mapsUser{
  position: fixed;
  width: 100%;
  height: 100%;
  margin-left: auto;
  margin-right: auto;
  margin-top: 40px;
}

.mapsIndex{
  margin-left:auto;
  margin-right:auto;
  padding: 10px;
  max-width: 1920px;
  max-height: 1080px;
  width: 80%;
  height: 600px;
  position: relative;
}

.perfil{
  margin: 10px;
  margin-left:auto;
  position: relative;
  background-color: rgb(255, 255, 255,0.5);
  padding-right: 10px;
  padding-left: 10px;
  padding-top: 10px;
  padding-bottom: 10px;
  /*width: 50%;*/
  height: auto;

}

/*Interactive Perfil Menu*/
.click{
  display: grid;
  /*background-size:contain;*/
  z-index: 9999;
  position: relative;
  cursor: pointer;
  margin-right: auto;
  margin-left: auto;
  /*width:30%;
  height:30%;*/
}

.Profile{
  display: grid;
  margin:auto;
  z-index: 9999;
  text-align:center;
  /*-webkit-transition:cubic-bezier(.34,.43,0,1.02) 0.5s;
  -moz-transition:cubic-bezier(.34,.43,0,1.02) 0.5s;
  transition:cubic-bezier(.34,.43,0,1.02) 0.5s;*/
  margin-top: 30px;
  /*width:300px;*/
  /*height:200px;*/
  border-radius:50%;

}

.clickProfile{
  display: grid;
  margin:auto;
  margin-left:auto;
  /*border-top-left-radius:20px;
  border-top-right-radius:20px;*/
  text-align:center;
  /*padding:0px 0px 0px 0px;
  -webkit-transition:cubic-bezier(.34,.43,0,1.02) 0.5s;
  -moz-transition:cubic-bezier(.34,.43,0,1.02) 0.5s;
  transition:cubic-bezier(.34,.43,0,1.02) 0.5s;*/
  /*width:260px;
  height:350px;*/
}

.Img{
  display: grid;
  background-size:contain;
  z-index: 9999;
  cursor: pointer;
  margin-right: auto;
  margin-left: auto;
  width:70%;
  height:70%;

}

.ImgPerfil{
  display: grid;
  background-size:contain;
  z-index: 9999;
  position: relative;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  -webkit-transition:cubic-bezier(.34,.43,0,1.02) 0.2s;
  -moz-transition:cubic-bezier(.34,.43,0,1.02) 0.2s;
  transition:cubic-bezier(.34,.43,0,1.02) 0.2s;
  box-shadow: 0px 0px 0px 2pt transparent;
  border: 0px solid #FFF;
  cursor: pointer;
  margin-right: auto;
  margin-left: auto;
  width:200px;
  height:200px;
  padding: 20px;

}

.InfoDiv{
  width: 70%;
  min-width: 300px;
  margin-top: 100px;
  margin-bottom: 100px;
  margin-left: auto;
  margin-right: auto;
  display: grid;
  background-size:contain;
  z-index: 9999;
  position: relative;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  -webkit-transition:cubic-bezier(.34,.43,0,1.02) 0.2s;
  -moz-transition:cubic-bezier(.34,.43,0,1.02) 0.2s;
  transition:cubic-bezier(.34,.43,0,1.02) 0.2s;
  box-shadow: 0px 0px 0px 2pt transparent;
  border: 0px solid rgb(255,0,0);
  cursor: pointer;

}

.clickPopUp{
  /*margin-left:auto;*/
  position: relative;
  background: #b30000;
  display:none;
  opacity:1;
  width:100%;
  -webkit-transition:cubic-bezier(.34,.43,0,1.02) 0.4s;
  -moz-transition:cubic-bezier(.34,.43,0,1.02) 0.4s;
  transition:cubic-bezier(.34,.43,0,1.02) 0.4s;
  margin-top:20px;
  margin-bottom: 20px;
  border-bottom-left-radius:20px;
  border-bottom-right-radius:20px;
  padding: 13px 0px 10px 0px;
  font-size:18px;

}

.PopUp {
  margin:auto;
  position: relative;
  background: #b30000;
  width:50%;
  opacity:0;
  font-family: "Poppins", sans-serif;
  font-weight: 300;
  text-decoration:none;
  text-transform:uppercase;
  color:#FFF;
  -webkit-transition:cubic-bezier(.34,.43,0,1.02) 0.4s;
  -moz-transition:cubic-bezier(.34,.43,0,1.02) 0.4s;
  transition:cubic-bezier(.34,.43,0,1.02) 0.4s;
  margin-top:20px;
  border-radius:20px;
  padding: 13px 0px 10px 0px;
  font-size:18px;

}

.PopUp:after, .clickPopUp:after {
  bottom: 100%;
  left: 50%;
  border: solid transparent;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
  border-color: rgba(231, 76, 60, 0);
  border-bottom-color: #b30000;
  border-width: 10px;
  margin-left: -10px;

}

.PopUp a, .clickPopUp a{
  font-family: "Poppins", sans-serif;
  color:#FFF;
}

.overlayProfile{
  background: rgba(0,0,0,.5);
  position: absolute;
  margin: auto;
  width: 0px;
  height: 0px;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  opacity: 0;
  -webkit-transition: .3s ease;
  transition: .3s ease;
}

.Img:hover .overlayProfile, .click:hover .overlayProfile{
  opacity: 1;

}

.overlayProfile span{
  color: #fff;
  font-family: "Poppins", sans-serif;
  text-align: center;
  position: absolute;
  margin: auto;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  opacity: 0;

}

.Img:hover .overlayProfile span{
  opacity: 1;
  -webkit-transition: 1.3s ease;
  transition: 1.3s ease;

}

.content{
 /* padding-left: 15px; padding-right: 15px;*/
  color:#FFF;
  font-family: "Poppins", sans-serif;
}


.clickPopUp h4{
  margin-top:10px;

}

.buttons{
  background:transprent;
  padding:20px;
  margin:0;
  -webkit-transition:cubic-bezier(.34,.43,0,1.02) 0.4s;
  -moz-transition:cubic-bezier(.34,.43,0,1.02) 0.4s;
  transition:cubic-bezier(.34,.43,0,1.02) 0.4s;
  border-top: 1px solid #891d1d;
  border-left: 0px solid #891d1d;

}

.b{
  border-bottom: 1px solid #891d1d;

}

.buttons:hover{
  background:#FF7364;
  border-left: 3px solid #891d1d;
  box-shadow: inset 0px 0px 8px rgba(0,0,0,0.2);

}

.perfilButttons{
  padding: 10px;
  margin: 5px;
}


.protfolio-area{
  align-content: center;
  align-self: center;
}

.partners-area{
  align-content: center;
  align-self: center;
  float: none;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 100px;
  width: 100%;
  min-width: 200px;
  max-width: 1000px;
  padding: 20px;
  background-color: #f9f9ff;
}

.imgbox{
  display: grid;
  height: 100%;
}

.PreviewImage{
  margin-left: auto; 
  margin-right: auto; 
  /*height: 64px; */
  position: relative; 
  margin-bottom: 50px;
  margin-top: 50px;
}

.center-fit {
  max-width: 100%;
  max-height: 100vh;
  margin: auto;
}

.circled-photoA {
  -webkit-transition:cubic-bezier(.34,.43,0,1.02) 0.4s;
  -moz-transition:cubic-bezier(.34,.43,0,1.02) 0.4s;
  transition:cubic-bezier(.34,.43,0,1.02) 0.4s;
  -webkit-border-radius: 100px;
  -moz-border-radius: 100px;
  -khtml-border-radius: 100px;
  border-radius: 100px;
  height: 50px;
  overflow: hidden; /* o truque :P */

}

.circled-photoB {
  -webkit-transition:cubic-bezier(.34,.43,0,1.02) 0.4s;
  -moz-transition:cubic-bezier(.34,.43,0,1.02) 0.4s;
  transition:cubic-bezier(.34,.43,0,1.02) 0.4s;
  -webkit-border-radius: 100px;
  -moz-border-radius: 100px;
  -khtml-border-radius: 100px;
  border-radius: 100px;
  height: 50px;
  overflow: hidden; /* o truque :P */

}

#TitleDMS{
  text-align: center;
  align-self: center;
  margin-right: auto;
  color: rgb(255, 255, 255, 1);
  font-family: "led7";
  font-size: 65px;
  background-color: rgb(218, 0, 0, 1);
  padding-right: 0px;
  padding-left: 0px;
  padding-top: 5px;
  padding-bottom: 5px;
  line-height: 1;
  width: 100%;
}

.TitleDMS{
  color: #ffffff;
  font-size: 25px;
  padding:  10px;
  margin-left: 5px;
  margin-right: 5px;
  margin-top: 5px;
  margin-bottom: 5px;
  padding-bottom: 5px;
  padding-bottom: 50px;
}

.menu{
    vertical-align: middle;
    margin-left: 5px;
    margin-right: 5px;
    font-size: 18px;
}

#LogoHeader{
  margin-top: 3px;
  vertical-align: middle;
}

ul{
  list-style-type: none;
  margin: 0;
  padding: 0;
  overflow: hidden;

}

li {
    float: left;
}

li a {
    display: block;
    color: white;
    text-align: center;
    padding: 16px;
    text-decoration: none;
}

li a:hover {
    background-color: #111111;
}

.LoginForm{
  margin-top: 60px;
  margin-bottom: 60px;
  margin-left: 30px;
  color:#262626;
  background-color: rgb(255, 255, 255,0.9);
  box-shadow: 0 0 5px 5px rgb(22, 22, 22,0.2);
  border-radius: 5px;
  padding-right: 10px;
  padding-left: 10px;
  padding-top: 30px;
  padding-bottom: 30px;
  width: 25%;
  max-width: 400px;
  min-width: 300px;
  height: auto;
  float: left;
  position: relative;
}

.LoginContend{
  margin-top: 60px;
  margin-left: 60px;
  background-color: rgb(255, 255, 255,1);
  box-shadow: 0 0 5px 5px rgb(22, 22, 22,0.1);
  border-radius: 5px;
  padding-right: 10px;
  padding-left: 10px;
  padding-top: 30px;
  padding-bottom: 60px;
  width: 25%;
  max-width: 600px;
  min-width: 600px;
  height: auto;
  float: left;
  position: relative;
}

.ConfigPanel{
  margin-top: 40px;
  margin-right: auto;
  margin-left: auto;
  margin-bottom: 70px;
  padding: 20px;
  background-color: rgb(255, 255, 255,1);
  max-width: 750px;
  min-width: 350px;
  height: auto;
  float: all;
  position: relative;
  display: none;
}

.PanelListHome{
  margin-top: 40px;
  margin-right: auto;
  padding: 10px;
  background-color: rgb(255, 255, 255,1);
  max-width: 400px;
  min-width: 250px;
  height: auto;
  float: right;
  position: relative;
  display: block;
}


.PanelForm{
  background-color: rgb(255, 255, 255,0.5);
  height: auto;
  width: 300px;

}

.divDefault{
  padding: 10px;
  margin-top: 80px;
  margin-bottom: 80px;
  min-width: 350px;
}

.btn-circle {
  width: 30px;
  height: 30px;
  text-align: center;
  padding: 6px 0;
  font-size: 12px;
  line-height: 1.428571429;
  border-radius: 15px;
}
.btn-circle.btn-lg {
  width: 50px;
  height: 50px;
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.33;
  border-radius: 25px;
}
.btn-circle.btn-xl {
  width: 70px;
  height: 70px;
  padding: 10px 16px;
  font-size: 24px;
  line-height: 1.33;
  border-radius: 35px;
}

.InfoEditor{
  display: none;
  margin-top: 20px;
  margin-bottom: 20px;
  width: 80%;
  margin-left: auto;
  margin-right: auto;
}

.InfoTable{
  display: none;
  width: 80%;
  margin-top: 20px;
  margin-bottom: 20px;
  margin-left: auto;
  margin-right: auto;
}

.displayNone{
  display: none;
}

.pcr-button{
  border-style: solid;
  border-color: black;
}

@font-face {
    font-family: "led7";
    src: url("../fonts/advanced_led_board-7.ttf") format("truetype");
}

@font-face {
    font-family: "Roboto-Black";
    src: url("../fonts/Roboto-Black.ttf") format("truetype");
}

@font-face {
    font-family: "Roboto-Bold";
    src: url("../fonts/Roboto-Bold.ttf") format("truetype");
}

@font-face {
    font-family: "Roboto-Bold";
    src: url("../fonts/Roboto-Regular.ttf") format("truetype");
}

@font-face {
    font-family: "Montserrat-Bold";
    src: url(../fonts/Montserrat-Bold.ttf);
}

@font-face {
    font-family: "Montserrat-Regular";
    src: url(../fonts/Montserrat-Regular.ttf);
}

@font-face {
    font-family: "Roboto-Regular";
    src: url(../fonts/Roboto-Regular.ttf);
}

#aaa{

    border-style: solid;
    border-color: rgb(189, 7, 7);
    font-size: 50px;

}