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;
  -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: #FFF;
  background-color: #141e26;
  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;
}
.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: #39556d;
}
@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; }
}