body {
  font-family: "Lato", sans-serif !important;
  margin: .5em 0;
  line-height: 1.4;
}

.md-typeset p ul {
  font-size: 16px;
  margin: .7em 0;
  line-height: 1.2 !important;
}

.md-nav {
  font-size: .7rem;
  line-height: 1.4;
}


h1, h2, h3, h4, h5, h6 {
  font-family: "Lato", sans-serif !important;   
  font-weight: 700 !important; 
  color: #515151 !important;  
}
  
.md-nav__link--active, .md-nav__link:active {
  color: #2AAECD;
}

.md-nav__link--hover, .md-nav__link:hover {
  color: #1E7E95;
}

.md-header-nav__topic {
  font-weight: 700 !important; 
}

.md-typeset h2 {
  margin: 1rem 0 .2rem;
}

.md-typeset a {
  color: #2AAECD;
}

.md-typeset a:hover {
  color: #1E7E95;
}

.md-typeset .admonition, .md-typeset details {
  border-left: .2rem solid #2AAECD;
}

.md-typeset .admonition>.admonition-title, .md-typeset .admonition>summary, .md-typeset details>.admonition-title, .md-typeset details>summary {
  background-color: rgba(92, 231, 255, 0.1);
}

.md-header-nav__title {
  padding: 0 0rem;
  line-height: 2.3rem;
}

.md-typeset .admonition>.admonition-title:before {
  color: #2AAECD;
}

.md-typeset h1 {
  margin: 0 0 3px;
}

.caption {
  color: #00aed1 !important;
}

.wy-side-nav-search {
  background-color: #00aed1 !important;
}

.md-main__inner {
  height: 100%;
  padding-top: .15rem;
}

.hljs {
  overflow-x: auto !important;
  padding: 0.5em !important;
  color: #333 !important;
  background: #f8f8f8 !important;
}

code {
  white-space: pre !important;
  word-wrap: normal !important;
  font-size: 12px !important;
}

.card {
  box-shadow: 0 4px 8px 0 rgba(0,0,0,0.2);
  transition: 0.3s;
}

.card:hover {
  box-shadow: 0 8px 16px 0 rgba(0,0,0,0.2);
}

.container {
  padding: 2px 16px;
}

/* Float four columns side by side */
.column {
  float: left;
  width: 50%;
  padding: 0 10px;
}

/* Remove extra left and right margins, due to padding */
.row {margin: 0 -5px;}

/* Clear floats after the columns */
.row:after {
  content: "";
  display: table;
  clear: both;
}

/* Responsive columns */
@media screen and (max-width: 600px) {
  .column {
    width: 100%;
    display: block;
    margin-bottom: 20px;
  }
}
#btn_requestMedia {
  width: 9rem;
  height: 2rem;
  border-radius: 5px 5px 5px 5px;
  background-color: #2AAECD;
  border-radius: 20px 20px 20px 20px;
  font-size: 0.8rem;
  font-weight: 600;
  line-height: 0;
  color: #ffffff;
  justify-content: center;
  padding-top: 11px;
  padding-bottom: 11px;
  transition: background .3s,border .3s,border-radius .3s,box-shadow .3s,-webkit-border-radius .3s,-webkit-box-shadow .3s;
  vertical-align: middle;
  cursor: pointer;
}
#btn_requestMedia:disabled {
  background-color: #818181 !important;
}
#btn_requestMedia:hover {
  background-color: #1E7E95;
}
#input_requestMedia {
  width: 15rem;
  height: 2rem;
  border-radius: 5px 5px 5px 5px;
  background-color: #b3b0ab2b;
  font-size: 0.7rem;
  line-height: 0;
  color: #000000;
  justify-content: center;
  padding-top: 11px;
  padding-bottom: 11px;
  padding-left: 1rem;
  margin-top: 1rem;
  transition: background .3s,border .3s,border-radius .3s,box-shadow .3s,-webkit-border-radius .3s,-webkit-box-shadow .3s;
  vertical-align: middle;
}

.mediaTbl, th, td {
padding: .5rem .5rem !important;

}

.tbl_btn {
width: 4rem;
height: 1rem;
border-radius: 5px 5px 5px 5px;
background-color: #2AAECD;
border-radius: 20px 20px 20px 20px;
color: #ffffff;
justify-content: center;
transition: background .3s,border .3s,border-radius .3s,box-shadow .3s,-webkit-border-radius .3s,-webkit-box-shadow .3s;
vertical-align: middle;
cursor: pointer;
}
.tbl_btn:hover {
background-color: #1E7E95;
}

.loader {
  color: #2aaecd;
  font-size: 5px;
  margin: 4em 10em;
  width: 1em;
  height: 1em;
  border-radius: 50%;
  position: relative;
  text-indent: -9999em;
  -webkit-animation: load4 1.3s infinite linear;
  animation: load4 1.3s infinite linear;
  -webkit-transform: translateZ(0);
  -ms-transform: translateZ(0);
  transform: translateZ(0);
  vertical-align: top;
}
@-webkit-keyframes load4 {
  0%,
  100% {
    box-shadow: 0 -3em 0 0.2em, 2em -2em 0 0em, 3em 0 0 -1em, 2em 2em 0 -1em, 0 3em 0 -1em, -2em 2em 0 -1em, -3em 0 0 -1em, -2em -2em 0 0;
  }
  12.5% {
    box-shadow: 0 -3em 0 0, 2em -2em 0 0.2em, 3em 0 0 0, 2em 2em 0 -1em, 0 3em 0 -1em, -2em 2em 0 -1em, -3em 0 0 -1em, -2em -2em 0 -1em;
  }
  25% {
    box-shadow: 0 -3em 0 -0.5em, 2em -2em 0 0, 3em 0 0 0.2em, 2em 2em 0 0, 0 3em 0 -1em, -2em 2em 0 -1em, -3em 0 0 -1em, -2em -2em 0 -1em;
  }
  37.5% {
    box-shadow: 0 -3em 0 -1em, 2em -2em 0 -1em, 3em 0em 0 0, 2em 2em 0 0.2em, 0 3em 0 0em, -2em 2em 0 -1em, -3em 0em 0 -1em, -2em -2em 0 -1em;
  }
  50% {
    box-shadow: 0 -3em 0 -1em, 2em -2em 0 -1em, 3em 0 0 -1em, 2em 2em 0 0em, 0 3em 0 0.2em, -2em 2em 0 0, -3em 0em 0 -1em, -2em -2em 0 -1em;
  }
  62.5% {
    box-shadow: 0 -3em 0 -1em, 2em -2em 0 -1em, 3em 0 0 -1em, 2em 2em 0 -1em, 0 3em 0 0, -2em 2em 0 0.2em, -3em 0 0 0, -2em -2em 0 -1em;
  }
  75% {
    box-shadow: 0em -3em 0 -1em, 2em -2em 0 -1em, 3em 0em 0 -1em, 2em 2em 0 -1em, 0 3em 0 -1em, -2em 2em 0 0, -3em 0em 0 0.2em, -2em -2em 0 0;
  }
  87.5% {
    box-shadow: 0em -3em 0 0, 2em -2em 0 -1em, 3em 0 0 -1em, 2em 2em 0 -1em, 0 3em 0 -1em, -2em 2em 0 0, -3em 0em 0 0, -2em -2em 0 0.2em;
  }
}
@keyframes load4 {
  0%,
  100% {
    box-shadow: 0 -3em 0 0.2em, 2em -2em 0 0em, 3em 0 0 -1em, 2em 2em 0 -1em, 0 3em 0 -1em, -2em 2em 0 -1em, -3em 0 0 -1em, -2em -2em 0 0;
  }
  12.5% {
    box-shadow: 0 -3em 0 0, 2em -2em 0 0.2em, 3em 0 0 0, 2em 2em 0 -1em, 0 3em 0 -1em, -2em 2em 0 -1em, -3em 0 0 -1em, -2em -2em 0 -1em;
  }
  25% {
    box-shadow: 0 -3em 0 -0.5em, 2em -2em 0 0, 3em 0 0 0.2em, 2em 2em 0 0, 0 3em 0 -1em, -2em 2em 0 -1em, -3em 0 0 -1em, -2em -2em 0 -1em;
  }
  37.5% {
    box-shadow: 0 -3em 0 -1em, 2em -2em 0 -1em, 3em 0em 0 0, 2em 2em 0 0.2em, 0 3em 0 0em, -2em 2em 0 -1em, -3em 0em 0 -1em, -2em -2em 0 -1em;
  }
  50% {
    box-shadow: 0 -3em 0 -1em, 2em -2em 0 -1em, 3em 0 0 -1em, 2em 2em 0 0em, 0 3em 0 0.2em, -2em 2em 0 0, -3em 0em 0 -1em, -2em -2em 0 -1em;
  }
  62.5% {
    box-shadow: 0 -3em 0 -1em, 2em -2em 0 -1em, 3em 0 0 -1em, 2em 2em 0 -1em, 0 3em 0 0, -2em 2em 0 0.2em, -3em 0 0 0, -2em -2em 0 -1em;
  }
  75% {
    box-shadow: 0em -3em 0 -1em, 2em -2em 0 -1em, 3em 0em 0 -1em, 2em 2em 0 -1em, 0 3em 0 -1em, -2em 2em 0 0, -3em 0em 0 0.2em, -2em -2em 0 0;
  }
  87.5% {
    box-shadow: 0em -3em 0 0, 2em -2em 0 -1em, 3em 0 0 -1em, 2em 2em 0 -1em, 0 3em 0 -1em, -2em 2em 0 0, -3em 0em 0 0, -2em -2em 0 0.2em;
  }
}

.modal {
display: none; /* Hidden by default */
position: fixed; /* Stay in place */
z-index: 1; /* Sit on top */
left: 0;
top: 0;
width: 100%; /* Full width */
height: 100%; /* Full height */
overflow: auto; /* Enable scroll if needed */
background-color: rgb(0,0,0); /* Fallback color */
background-color: rgba(0,0,0,0.4); /* Black w/ opacity */
}

/* Modal Content/Box */
.modal-content {
background-color: #fefefe;
margin: 15% auto; /* 15% from the top and centered */
padding: 50px;
border: 1px solid #888;
width: 50%; /* Could be more or less, depending on screen size */
}

/* The Close Button */
.close {
color: #aaa;
float: right;
font-size: 28px;
font-weight: bold;
}

.close:hover,
.close:focus {
color: black;
text-decoration: none;
cursor: pointer;
}

.error-content {
  width: 90%;
}