/*
    CSS SMARTFOX
*/
@import url('https://fonts.googleapis.com/css2?family=Lato&display=swap');


body {
    font-family: 'Lato', sans-serif;
    background: #151718;
    color: #EAEAEA;
}

p {
    font-family: 'Lato', sans-serif;
    font-size: .9em;
    font-weight: 300;
    line-height: 1.2em;
    margin-bottom: 0.5rem; 
}

a, a:hover, a:focus {
    color: inherit;
    text-decoration: none;
    transition: all 0.3s;
}
i {
    color: #919191;
    font-size: 1.5rem;
    padding: 0.7rem;
}
h1 {
    font-size: 1.1rem;
    margin-bottom: 0;
}
h2 {
    font-size: 1rem;
}
h3 {
    font-size: 1.2rem;
}
label{
    font-size: .8rem;
}
form h5 {
    color: #5fbccd;
}
small a span {
    text-decoration: underline;
}
audio {
    padding-bottom: 1rem;
}
.navbar {
    padding: 15px 10px;
    background: #fff;
    border: none;
    border-radius: 0;
    margin-bottom: 40px;
    box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.1);
}

.navbar-btn {
    box-shadow: none;
    outline: none !important;
    border: none;
}

.line {
    width: 100%;
    height: 1px;
    border-bottom: 1px dashed #ddd;
    margin: 40px 0;
}
.card-header {
    padding: 0;
}
.card-body {
    padding: 1rem;
}

.form-control {
    font-size: .8rem;
}

.btn-secondary {
    color: #fff;
    background-color: #6c757d;
    border-color: #6c757d;
    font-size: .9rem;
}

.btn-primary, .btn-primary:hover, .btn-primary:focus {
    color: #fff;
    background-color: #FE3300;
    border-color: #FE3300;
    box-shadow:  none;
}
.btn-primary:not(:disabled):not(.disabled).active, .btn-primary:not(:disabled):not(.disabled):active, .show>.btn-primary.dropdown-toggle {
    color: #fff;
    background-color: #FE3300;
    border-color: #FE3300;
}
.btn-secondary, .btn-secondary:hover, .btn-secondary:focus {
    color: #fff;
    background-color: #3EA3B5;
    border-color: #3EA3B5;
    box-shadow:  none;
}
.form-check-inline {
    min-width: 75px;
}
.modal-header, .modal-body {
    border-bottom: transparent;
 }
 .close, .close:hover {
    color: #fff;
}
.modal98 {
    min-width: 98% !important;
	height: auto !important;
	overflow: auto !important;
}

/* ---------------------------------------------------
    SIDEBAR STYLE
----------------------------------------------------- */

.wrapper {
    display: flex;
    width: 100%;
    align-items: stretch;
}


#sidebar {
    min-width: 300px;
    max-width: 300px;
    background: transparent;
    transition: all 0.6s cubic-bezier(0.945, 0.020, 0.270, 0.665);
    transform-origin: bottom left;
    padding: 1rem 0 1rem 1rem;
    position: absolute;
    z-index: 9;
}

#sidebar.active {
    margin-left: -310px;
    transform: rotateY(100deg);
}

#sidebar .sidebar-header {
    padding: 20px;
    background: #6d7fcc;
}

#sidebar ul.components {
    padding: 20px 0;
    border-bottom: 1px solid #47748b;
}

#sidebar ul p {
    color: #fff;
    padding: 10px;
}

#sidebar ul li a {
    padding: 10px;
    font-size: 1em;
    display: block;
}
#sidebar ul li a:hover {
    color: #7386D5;
    background: #fff;
}

#sidebar ul li.active > a, a[aria-expanded="true"] {
    color: #fff;
    background: #6d7fcc;
}
#sidebar .card-header{
    padding: 1rem 0;
    background-color: transparent;
    border-bottom: solid 1px #568C96;
}
#sidebar .card-header .title {
    font-size: .9rem;
    color: #5fbccd;
}
#sidebar i{
    padding: 0;
}
#sidebar .card-body {
    border-top: none;
    padding: 1rem 0.25rem;
}
#sidebar ul li.active > a, a[aria-expanded="true"] {
    color: #fff;
    background: transparent;
}
.title {
    font-size: 1rem;
    color: #5fbccd;
}
a[data-toggle="collapse"] {
    position: relative;
}

.dropdown-toggle::after {
    display: block;
    position: absolute;
    top: 50%;
    right: 20px;
    transform: translateY(-50%);
}

ul ul a {
    font-size: 0.9em !important;
    padding-left: 30px !important;
    background: #6d7fcc;
}

ul.CTAs {
    padding: 20px;
}

ul.CTAs a {
    text-align: center;
    font-size: 0.9em !important;
    display: block;
    border-radius: 5px;
    margin-bottom: 5px;
}

a.download {
    background: #fff;
    color: #7386D5;
}

a.article, a.article:hover {
    background: #6d7fcc !important;
    color: #fff !important;
}
.components li{
    border-bottom: solid 1px #568C96;
}
.card {
    margin-bottom: 2rem;
}
.card-header .title {
    font-size: 17px;
    color: #000;
}
.card-header .accicon {
  float: right;
  font-size: 20px;  
  width: 1.2em;
}
.card-header{
  cursor: pointer;
  border-bottom: none;
}
.card{
  border: 1px solid #ddd;
}
.card-header:not(.collapsed) .rotate-icon {
  transform: rotate(180deg);
}
.card-body ul{
    padding: 0;
    list-style: none;
    font-size: .8rem;
}

.nav-pills .nav-link.active, .nav-pills .show>.nav-link {
    color: #fff;
    background-color: #3EA3B5;
}
.dropdown-menu {
    top: 10px !important;
    padding: 0;
    color: #EAEAEA;
    font-size: .9rem;
    border-radius: 0.25rem;
}
.dropdown-menu:hover {
    border-radius: 0.25rem;
}
.dropdown-menu i{
    font-size: .9rem;
    padding: 0.5rem 0.7rem;
}
.dropdown-toggle::after {
    top: 29%;
}
.accordion {
    overflow: auto;
    max-height: 400px;
    overflow-x: hidden;
}
.estacion {
    padding-bottom: 1.2rem;
}
#Grafico {
    width: 100% !important;
}
/* ---------------------------------------------------
    CONTENT STYLE
----------------------------------------------------- */
header {
    background: #2B2C30;
    padding: 1rem;
    color: #EAEAEA;
    font-size: .65rem;
}
#content {
    width: 100%;
    padding: 1rem 0;
    /* min-height: 100vh;*/
    transition: all 0.3s;
}

#sidebarCollapse {
    width: 40px;
    height: 40px;
    background: transparent;
    cursor: pointer;
    position: relative;
    z-index: 99;
    top: -11px;
    right: -5px;
    padding: 10px;
}

#sidebarCollapse span {
    width: 80%;
    height: 2px;
    margin: 0 auto;
    display: block;
    background: #FE3300;
    transition: all 0.8s cubic-bezier(0.810, -0.330, 0.345, 1.375);
    transition-delay: 0.2s;
}

#sidebarCollapse span:first-of-type {
    transform: rotate(45deg) translate(2px, 2px);
}
#sidebarCollapse span:nth-of-type(2) {
    opacity: 0;
}
#sidebarCollapse span:last-of-type {
    transform: rotate(-45deg) translate(1px, -1px);
}


#sidebarCollapse.active span {
    transform: none;
    opacity: 1;
    margin: 5px auto;
}
.login {
    width: 80%;
    margin: 0 auto;
    padding: 3rem;
    margin-top: 15%;
}
.login h2{
    font-size: 1rem;
}
.h-100 {
    height: 100%!important;
}
.login-bg {
    background-image: url(../img/bg-login.jpg);
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-size: cover;
}
.card {
    background-color: #2B2C30;
    border: 0 none;
    padding: 1rem;
    -webkit-box-shadow: 0px 20px 55px 26px rgba(21,23,24,1);
    -moz-box-shadow: 0px 20px 55px 26px rgba(21,23,24,1);
    box-shadow: 0px 20px 55px 26px rgba(21,23,24,1);
}
.user {
    display: inline-block;
}
.datos p{
    padding: 0;
    font-size: .8rem;
    display: inline-block;
    margin-bottom: 0;
}
.cifra {
    width: auto !important;
    font-size: 1.4rem !important;
    padding-right: 0.5rem !important;
    position: relative;
    top: 11px;
}
.cifra2 {
    width: auto !important;
    font-size: 1.45rem !important;
    padding-right: 1rem !important;
    margin-bottom: 0;
}
.datos p.cifra3 {
    width: 100%;
}
.indicador {
    color: #5fbccd;
    position: relative;
    top: 10px;
}
.chart {
    position: relative;
    /*padding-bottom: 36%;*/
    height: auto;
    min-height: 460px;
}
.chart2 {
    position: relative;
    /*padding-bottom: 36%;*/
    height: auto;
    min-height: 300px;
}
#linechart_material {
    position: absolute;
    top: 0;
    left: 0;
    width:100%;
    min-height:460px;
}
#curve_chart {
    position: absolute;
    top: 0;
    left: 0;
    width:100%;
    height:300px;
}
.hamb {
    text-align: center;
}
.modal-content {
    background-color: #2B2C30;
}
.modal-footer {
    border-top: none;
}
.table {
    font-size: .8rem;
    text-align: center;
    margin-top: 1rem;
}
.table i {
    color: #919191;
    font-size: 1rem;
    padding: 0 0.7rem;
}
.icono{
    font-size: 3rem;
    padding-bottom: 2rem;
}
.modal-header {
    cursor: move;
}
.modal-title {
    cursor: move;
}
#pills-tab {
    margin-bottom: 2rem!important;
}
.col-96 {
    width: 95%;
}

/* width */
::-webkit-scrollbar {
  width: 10px;
}

/* Track */
::-webkit-scrollbar-track {
  background: #151718;
  border-radius: 10px;
}

/* Handle */
::-webkit-scrollbar-thumb {
  background: #888;
  border-radius: 10px;
}

/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
  background: #777;
}

.form-check-inline .form-check-input {
    align-self: flex-start;
    margin-top: 2px;
}
#ContentPlaceHolder1_exampleModal {
	top: 66px !important;
}

/* ---------------------------------------------------
    MEDIAQUERIES
----------------------------------------------------- */
@media (max-width: 1190px) {
    #sidebar {
        margin-left: -250px;
        transform: rotateY(90deg);
        padding: 1rem 2rem 1rem 1rem;
    }
    #sidebar.active {
        margin-left: 0;
        transform: none;
    }
    #sidebarCollapse span:first-of-type,
    #sidebarCollapse span:nth-of-type(2),
    #sidebarCollapse span:last-of-type {
        transform: none;
        opacity: 1;
        margin: 5px auto;
    }
    #sidebarCollapse.active span {
        margin: 0 auto;
    }
    #sidebarCollapse.active span:first-of-type {
        transform: rotate(45deg) translate(2px, 2px);
    }
    #sidebarCollapse.active span:nth-of-type(2) {
        opacity: 0;
    }
    #sidebarCollapse.active span:last-of-type {
        transform: rotate(-45deg) translate(1px, -1px);
    }
    .user {
        display: none;
    }
    .hamb {
        text-align: left;
        padding: 0;
    }
    .chart {
        padding-bottom: 100%;
        height: 460px;
    }
    .cifra {
        font-size: 1.5rem !important;
        top: 0;
    }
    .cifra2 {
        font-size: 1rem !important;
    }
    .indicador{
        top: 0;
    }
    .datos p{
        width: auto !important;
    }
    h1 i {
        display: none !important;
    }
}
@media (min-width: 768px){
    .login {
        width: 33%;
    }
}
.graficoestaciones svg{
    width: 100% !important;
}
