﻿body {
  min-height: 100vh;
  min-height: -webkit-fill-available;
}

html {
  height: -webkit-fill-available;
  font-family: 'Muli', sans-serif !important;
  font-weight: normal;
  line-height: 1.5;
  color: #6b6f82 !important;
}

footer {
  position: relative;
  bottom: 0;
  width: 80%;
  left: 18% !important;
  height: 2.5rem; 
}


main {
  display: flex;
  flex-wrap: nowrap;
  height: 100vh;
  height: -webkit-fill-available;
  max-height: 100vh;
  overflow-x: auto;
  overflow-y: hidden;
}

#main{
  position: relative;
  width: 90%;
  height: 100%;
  left: 10%;
}

#card-content {
  position: relative;
  width: 100%;
  height: 100%;
  overflow-y: auto;
  overflow-x: hidden;
  padding-bottom: 2.5rem;
}

.sidebar{
  min-height: 100% !important;	
  width: 15% !important;
  position: fixed;
  left: 0;
  top: 0;
  padding-top: 40px;
  background-color: #F4F4F4 !important;
}

.navbar{
  width: 85% !important;
  padding-left: 15% !important;
}

nav{
  background-color: #3454fc !important;
}

form{
  width: 80%;
  margin-left: 15%;
  margin-top: 1%;
}

.form-side{
  width: 100%;
  margin-left: 0%;
  margin-top: 1%;
}

.button-predictions{
  width: 100%;
  margin-left: 0%;
  margin-top: 1%;
}

.navbar-main{
  position: fixed;
  height: 10%;
  width: 86%;
  z-index: 100;
}

.navbar-user{
  position: absolute !important;
  height: 100px;
}

.navbar-content{
  position: relative;
  padding-top: 2%;
  padding-right: 3.5%;
  float: right;
  letter-spacing: 1px;
}

.container{
  padding-top: 3%;
  padding-left: 4%;
  width: 80% !important;
}

#modal-alert{
  height: 30% !important;
  width: 47% !important;
}

.modal-alert{
  max-width: 100% !important;
}

.b-example-divider {
  flex-shrink: 0;
  width: 1.5rem;
  height: 100vh;
  background-color: rgba(0, 0, 0, .1);
  border: solid rgba(0, 0, 0, .15);
  border-width: 1px 0;
  box-shadow: inset 0 .5em 1.5em rgba(0, 0, 0, .1), inset 0 .125em .5em rgba(0, 0, 0, .15);
}

.bi {
  vertical-align: -.125em;
  pointer-events: none;
  fill: currentColor;
}

.dropdown-toggle { outline: 0; }

.nav-flush .nav-link {
  border-radius: 0;
}

li{
  padding: 4px;
}

.btn{
  letter-spacing: 2px !important;
  width: 100% !important;
}

.btn-danger{
  background-color: #ff0000 !important;
  border-color: #ff0000 !important;
}

.btn-toggle {
  display: inline-flex;
  align-items: center;
  padding: .25rem .5rem;
  font-weight: 600;
  color: rgba(0, 0, 0, .65);
  background-color: transparent;
  border: 0;
}
.btn-toggle:hover,
.btn-toggle:focus {
  color: rgba(0, 0, 0, .85);
  background-color: #d2f4ea;
}

.btn-toggle::before {
  width: 1.25em;
  line-height: 0;
  content: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='rgba%280,0,0,.5%29' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M5 14l6-6-6-6'/%3e%3c/svg%3e");
  transition: transform .35s ease;
  transform-origin: .5em 50%;
}

.btn-toggle[aria-expanded="true"] {
  color: rgba(0, 0, 0, .85);
}
.btn-toggle[aria-expanded="true"]::before {
  transform: rotate(90deg);
}

.btn-toggle-nav a {
  display: inline-flex;
  padding: .1875rem .5rem;
  margin-top: .125rem;
  margin-left: 1.25rem;
  text-decoration: none;
}
.btn-toggle-nav a:hover,
.btn-toggle-nav a:focus {
  background-color: #d2f4ea;
}

.scrollarea {
  overflow-y: auto;
}

.fw-semibold { font-weight: 600; }
.lh-tight { line-height: 1.25; }

/*
breadcrumb
*/
ul.breadcrumb {
  list-style: none;
}
ul.breadcrumb li {
  display: inline;
  font-size: 18px;
}
ul.breadcrumb li+li:before {
  padding: 8px;
  color: black;
  content: ">\00a0";
}
ul.breadcrumb li a {
  color: #0275d8;
  text-decoration: none;
}
ul.breadcrumb li a:hover {
  color: #01447e;
  text-decoration: underline;
}

.modal-loading {
  display:    none;
  position:   fixed;
  z-index:    1000;
  top:        0;
  left:       0;
  width:      100%;
  box-shadow: none;
}

body.loading .modal-loading {
  overflow: hidden;  
  display: block; 
  height: 100%;
  background: url('../img/loading.gif') 
              50% 50% 
              no-repeat;
}

body.datepicker .modal-loading {
  height: 40.5% !important;  
  background: 'white' !important; 
}

#load-main{
  width:50%;
  height:50%;
  left: 30%;
  top: 25%;
  position:fixed;
  display: none;
  background: url('../static/images/spinner.gif')  
              no-repeat 
              center 
              center 
              rgba(0,0,0,0)
}

.modal{
  max-height: 32% !important;
  width: 44% !important;
}

#divReportes{
  height: 800px
}

#content-index{
  position: relative;
  left: 14% !important;
  padding-top: 4% !important;
  width: 40% !important;
}

.logs-content{
  display: block;
  padding: 9.5px;
  font-size: 13px;
  line-height: 1.42857143;
  color: #333;
  word-break: break-all;
  word-wrap: break-word;
  background-color: #f5f5f5;
  border: 1px solid #ccc;
  border-radius: 4px;
  margin: auto;
}

.log-container{
  width: 80%;
  margin-left: 15%;
  margin-top: 1%;
}

