/*!
 * Start Bootstrap - Simple Sidebar (https://startbootstrap.com/template-overviews/simple-sidebar)
 * Copyright 2013-2019 Start Bootstrap
 * Licensed under MIT (https://github.com/BlackrockDigital/startbootstrap-simple-sidebar/blob/master/LICENSE)
 */
body {
  overflow: auto;
}

#sidebar-wrapper {
  min-height: 100vh;
  margin-left: -19.4rem;
  -webkit-transition: margin .25s ease-out;
  -moz-transition: margin .25s ease-out;
  -o-transition: margin .25s ease-out;
  transition: margin .25s ease-out;
}

#sidebar-wrapper .sidebar-heading {
  padding: 0.875rem 1.25rem;
  font-size: 1.2rem;
}

#sidebar-wrapper .list-group {
  width: 19.4rem;
}

#page-content-wrapper {
  min-width: 100vw;
}

#wrapper.toggled #sidebar-wrapper {
  margin-left: 0;
}

@media (min-width: 768px) {
  #sidebar-wrapper {
    margin-left: 0;
  }

  #page-content-wrapper {
    min-width: 0;
    width: 100%;
  }

  #wrapper.toggled #sidebar-wrapper {
    margin-left: -19.4rem;
  }
}

.info-box {
  border:4px solid #000F;
  border-radius: 5px;
  background: #F8F9FA;
  padding: 10px;
  margin: 10px;
  text-align: center;
  font-weight: 700;
}

.info-box-numbers {
  font-size: 35px;
  color:#BB3F5A;
}

.modal-content {
  position: relative;
  background-color: #fff;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  border: 1px solid #999;
  border: 1px solid rgba(0,0,0,.2);
  border-radius: 6px;
  outline: 0;
  -webkit-box-shadow: 0 3px 9px rgba(0,0,0,.5);
  box-shadow: 0 3px 9px rgba(0,0,0,.5);
  z-index: 9999;
}

.modal-header {
  display: block;
  /* display: flex; */
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 1rem 1rem;
  border-bottom: 1px solid #dee2e6;
  border-top-left-radius: .3rem;
  border-top-right-radius: .3rem;
}

.modal-about {
  width:500px;
}

.btn-default {
  color: #333;
  background-color: #fff;
  border-color: #ccc;
}

.btn-primary {
  color: #fff;
  background-color: #03405F;
  border-color: #03405F;
}

.bg-dark {
  background-color: #03405F!important;
}

/*  BOX WITH NUMBERS   */

.menu-box-cases {
  border:4px solid #03405F;
/*  padding: 10px; */
  text-align: center;
  font-size:15px;
  margin: 3px;
}

.menu-box-numbers-cases {
  font-size:40px;
  font-weight: 700;
}

.menu-box-deaths {
  border: 4px solid #03405F;
  /* padding: 10px; */
  text-align: center;
  font-size: 15px;
  margin-top: 0px;
  margin-bottom: 10px;
  margin-left: 19px;
  margin-right: 5px;
  padding-left: 0px!important;
  padding-right: 0px!important;
  max-width: 54%!important;
}

.menu-box-numbers-deaths {
  font-size:38px;
  color:#BB3F5A;
  font-weight: 700;
}

.menu-box-countries {
  border: 4px solid #03405F;
  /* padding: 10px; */
  text-align: center;
  font-size: 15px;
  margin-bottom: 10px;
  margin-left: 0px;
  margin-right: 0px;
  padding-left: 0px!important;
  padding-right: 0px!important;
  max-width: 33.333333%;
}

.menu-box-numbers-countries {
  font-size:38px;
  font-weight: 700;
}

/*  END BOX WITH COUNTRIES   */


.sidebar-heading {
  background: #03405F;
  font-size: 30px!important;
  border-bottom: 1px solid #DDD;
  color: #FFF;
  text-align: center;
  padding: 5px!important;
}

.charts-heading {
    font-size: 150%;
    color:#03405F;
    border-top:1px dotted #03405F;
    border-bottom:1px dotted #03405F;
/*    background: #FFC107;   */
}

.charts-sources {
  background: #03405F;
  color: #FFC107;
  font-size: 18px;
  float: right;
/*  line-height: 14px;  */
  margin-right: 10px;
  padding: 5px;
}

.text-primary {
  color: #03405F!important;
}

.logos {
  position: relative;
  bottom: 0;
  text-align: center;
  /* width: 19.4rem; */
  padding-top: 60px;
  background: #FFF;
}

img.img-center {
  display: block;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 5px;
}



.last-update {
  background-color: #BB3F5A;
  color: #FFFF;
  font-size: 133%;
  text-align: center;
  font-weight: bold;
}

  /* BLINKING LAST UPDATE */

  .blinking {

    animation: opacity 5s ease-in-out infinite;
    opacity: 1;
}

@keyframes opacity {
  0% {
    opacity: 1;
  }

  50% {
    opacity: 0
  }

  100% {
    opacity: 1;
  }
}

/* I ADD THIN IN ORDER TO DISPLAY SCROLL BAR */
.container-fluid {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
  overflow-y: scroll!important;
  height: 94vh;
  overflow: hidden;
}

/* CENTER MENU ITEMS */

.list-group-flush .list-group-item {
  border-right: 0;
  border-left: 0;
  border-radius: 0;
  text-align: left;
}

.counter-count
{
/*  font-size: 18px;
    background-color: #00b3e7;
    border-radius: 50%;
    position: relative;
    color: #ffffff;
    text-align: center;
    line-height: 92px;
    width: 92px;
    height: 92px; */
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    display: inline-block;
}

.card-body {
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  padding: 1.25rem;
  color: #000000;
}

.charts-bottom-description {
  text-align: center;
    /* border: 1px solid; */
/*    font-style: italic;  */
    /* color: #FFC107!important; */
    /* font-weight: 700; */
    /*text-decoration: underline;  */
}


.nav-item {
  margin-top: 0px;
/*    word-spacing: 0.3cm;  */
  font-size: 14px;
  padding-left: 0px;
  padding-right: 0px;
  text-align: left!important;
  }

  .beta-version {
    font-size: 9px;
    color: #FFF;
    background: red;
    margin: 5px;
    padding: 0 2px;
    font-weight: bold;
    
}


.navbar-light .navbar-nav .nav-link {
  /*color: rgba(0,0,0,.5); */
  color:#FFFFFF;
  background:#03405F;
  border:1px solid #03405F;
/*  border-radius: .25rem;  */
  margin: 0 5px;
  line-height: 1.5;
}

.navbar-light .navbar-nav .nav-link:hover{
  background:#FFC107;
  color:#03405F!important;

}

.navbar-light .navbar-nav .nav-link:focus
{
  background:#FFC107;
  color:#03405F!important;

}

/* Contact-Form */

p.contactFormFields  {
  padding:0;
  margin:0;
/*  font-family:"Times New Roman", serif; */
  letter-spacing: 1px;
  background-color:#f1f1f1;
  margin-bottom:5px;
  margin-top:5px;
}

.input-fields-cf {
    width: 100%!important;
}

legend {
  margin-top:10px;
  border:1px solid #444;
  padding:5px;
  margin-bottom:15px;
  background-color:#03405F;
  color:#FFFFFF;
      }

fieldset {
/*  width:300px;  */
/*  margin-left:20px; */
  border:1px solid #444;
  padding:5px;
}

textarea {
  width: 100%;
  height: 280px;
}

.charts-separetor {
  font-size:180%;
  font-weight: 700;
  background: #03405F;
  color:#FFC107;
  text-align: center;
}

a.old-comments {
  background: #03405F;
  color:#FFF;
/*  border: 1px solid;  */
  box-shadow: 3px 3px 3px 3px #000;
  padding: 5px; 
}

a:hover.old-comments {
  color:#FFC107;
  text-decoration: none!important;
}

@import 'https://code.highcharts.com/css/highcharts.css';

/* #container {
	height: 400px;
	max-width: 800px;
	margin: 0 auto;
} */
.highcharts-title {
    fill: #03405F;
    color:#03405F!important;
    font-weight: bold;
/*    letter-spacing: 0.3em; */
    font-size: 120%;
}
.highcharts-subtitle {
/*    font-family: 'Courier New', monospace; */
    font-style: italic;
    fill: #7cb5ec;
}
.highcharts-caption {
    font-family: 'Courier New', monospace;
    font-style: italic;
    fill: green;
}

.highcharts-figure, .highcharts-data-table table {
  min-width: 360px; 
  max-width: 800px;
  margin: 1em auto;
}

.highcharts-data-table table {
font-family: Verdana, sans-serif;
border-collapse: collapse;
border: 1px solid #EBEBEB;
margin: 10px auto;
text-align: center;
width: 100%;
max-width: 500px;
}
.highcharts-data-table caption {
  padding: 1em 0;
  font-size: 1.2em;
  color: #555;
}
.highcharts-data-table th {
font-weight: 600;
  padding: 0.5em;
}
.highcharts-data-table td, .highcharts-data-table th, .highcharts-data-table caption {
  padding: 0.5em;
}
.highcharts-data-table thead tr, .highcharts-data-table tr:nth-child(even) {
  background: #f8f8f8;
}
.highcharts-data-table tr:hover {
  background: #f1f7ff;
}

.highcharts-credits {
  visibility: hidden!important;
}

.select-css {
	display: block;
	font-size: 16px;
	font-family: sans-serif;
	font-weight: 700;
	color: #444;
	line-height: 1.3;
	padding: .6em 1.4em .5em .8em;
	/* width: 100%; */
	max-width: 100%;
	box-sizing: border-box;
	margin: 0;
	border: 1px solid #aaa;
	box-shadow: 0 1px 0 1px rgba(0,0,0,.04);
	/* border-radius: .5em; */
	-moz-appearance: none;
	-webkit-appearance: none;
	appearance: none;
	background-color: #fff;
	background-image: url('data:image/svg+xml;charset=US-ASCII,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%22292.4%22%20height%3D%22292.4%22%3E%3Cpath%20fill%3D%22%23007CB2%22%20d%3D%22M287%2069.4a17.6%2017.6%200%200%200-13-5.4H18.4c-5%200-9.3%201.8-12.9%205.4A17.6%2017.6%200%200%200%200%2082.2c0%205%201.8%209.3%205.4%2012.9l128%20127.9c3.6%203.6%207.8%205.4%2012.8%205.4s9.2-1.8%2012.8-5.4L287%2095c3.5-3.5%205.4-7.8%205.4-12.8%200-5-1.9-9.2-5.5-12.8z%22%2F%3E%3C%2Fsvg%3E'),
	  linear-gradient(to bottom, #ffffff 0%,#e5e5e5 100%);
	background-repeat: no-repeat, repeat;
	background-position: right .7em top 50%, 0 0;
	background-size: .65em auto, 100%;
}
.select-css::-ms-expand {
	display: none;
}
.select-css:hover {
	border-color: #03405F;
}
.select-css:focus {
	border-color: #03405F;
	/*box-shadow: 0 0 1px 3px rgba(59, 153, 252, .7);
	box-shadow: 0 0 0 3px -moz-mac-focusring; */
	color: #222;
	outline: none;
}
.select-css option {
	font-weight:normal;
}

.temp-chart-title {
  background: #03405F;
  font-size: 25px;
  color: #FFC107;
  text-align: center;
  padding: 5px;
}



