body{
  /*font-family: 'Open Sans', sans-serif;*/
  font-size: 14px;
}
.row{
  margin: 0px;
  padding: 0px;
}
nav.navbar{
z-index: 100;}
#map {
        height: 300px;  /* The height is 400 pixels */
        width: 100%;  /* The width is the width of the web page */
       }
label{
  font-weight: 600;
}

.tox.tox-silver-sink.tox-tinymce-aux {
    display: none;
}
.tox-statusbar__branding {
    display: none;
}
.sidebar{
  padding-top: 150px;
}
.navio{
  color: #FFF;
  padding:10px;
  padding-left: 30px;
  display: block;
  width: calc(100%);
  border-radius: 0px;
  transition: ease-in-out .5s;
  text-decoration: none;
}
.navio:hover{
 font-weight: 600;
 text-decoration: none;
 color: #000;
 background-color: #FFF;
}
.navio.active{
 font-weight: 600;
 text-decoration: none;
 color: #000;
 background-color: #FFF;
}
.cont{
  background-color: #eff1f7;
  min-height: calc(100vh - 100px);
}

.sidebar{
  width:200px;
  float:left;
  position:fixed;
  background-color:#1581B0;
  height:100vh;
  overflow: auto;
  -webkit-box-shadow: 1px 0px 2px 0px rgba(0,0,0,0.75);
-moz-box-shadow: 1px 0px 2px 0px rgba(0,0,0,0.75);
box-shadow: 1px 0px 2px 0px rgba(0,0,0,0.75);
}
.marquee{
  padding: 10px;
  width: 100%;
  display: block;
  color: #f5f5f5;
  background-color: #8e8f90;
  width: 100%;
  overflow: hidden;
}
.third{
  width: calc(33% - 10px);
  margin:5px;
  padding:10px;
}
.currency-title{
  font-size: 14px;
  display: block;
  text-align: center;
}
.currency-value{
  font-size: 32px;
  display: block;
  font-weight: 800;
  text-align: center;
}
.header{
  background-color: #DDDDDD;
  margin-bottom: 20px;
}
.footer {
    background-color: #DDDDDD;
    padding: 10px;
}
.dash-link{
  display: block;
  float: left;
  width: calc(33% - 10px;);
  margin: 5px;
  border:1px solid #DDD;
  padding: 10px;
  color: #000;
  text-decoration: none;
}
.yellow{
  font-weight: 800;
  color: #FFEF00;
  font-size: 16px;
}
.white{
  font-weight: 400;
  font-size: 14px;
  color: #FFFFFF;
}
.table-striped > tbody > tr:nth-child(2n+1) > td, .table-striped > tbody > tr:nth-child(2n+1) > th {
    background-color: #e6e6e6;
}
.table th, .table td {
    padding: 0.15rem;
    vertical-align: middle;
    border-top: 1px solid #dee2e6;
}
/*.table th{
  text-transform: uppercase;
}*/
.right{
  text-align: right;
}
legend{
  font-size: 18px;
  font-weight: 600;
}
.croppie-container, .croppie-container .cr-slider-wrap, .croppie-container .cr-boundary {
    margin: 0;
    padding: 0;}
.customerPicture{
height:150px;
 margin: auto;
 display: block;}
.customerButton{
  position: absolute;
  bottom: calc(50% - 14px);
  left: calc(50% - 75px);
  opacity: 0;
  width: 150px;
  transition: ease-in-out .5s;
}
.customerButton:hover{
  opacity: 1;
  transition: ease-in-out .5s;
}
.customerPicture:hover~.customerButton{
    opacity: 1;
    transition: ease-in-out .5s;
}
.card-header{
  font-weight: 600;
  font-size: 16px;
}
.totals{
  background-color: #fff;
  border-radius: 5px;
  padding: 10px;
}
.no-border tr td,.no-border tr th{
  border:none;
}
.no-border{
    margin: 0;
}
@media (max-width: 767px) {
    .top-content .carousel-control-prev, 
    .top-content .carousel-control-next { display: none; }
    .top-content .carousel-indicators li { margin-left: 10px; margin-right: 10px; }
}