.login{
    min-height: 100vh;
    background-image: url("../img/login.jpg");
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}
body{
    background-color: white !important;
}
h1{
    color:#00838f;
    font-size: 3rem;
}

.icon{
    display: flex;
    width: 150px;
    height: 150px;
    margin: 0 0 30px 30px;
}

.icon img{
    padding: 10px;
    width: 130px;
    height: 130px;
    margin-left: 10px;
}

.btn-primary{
    background-color: #130d3b !important;
}

.btn-warning{
    background-color: #44A1D1 !important;
}

.invalid-feedback{
    color: white;
}

.contenedor{
    padding-top: 13%;
}

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

#sidebar {
    min-width: 250px;
    max-width: 250px;
    min-height: 100vh;
    background-color: #00897b ;
    border-right: 1px solid rgba(220, 219, 219, 0.38);
    color: white;
    transition: all 0.3s;
}

#sidebar.active {
    margin-left: -250px;
}

a[data-toggle="collapse"] {
    position: relative;
}

@media (max-width: 768px) {
    #sidebar {
        margin-left: -250px;
    }

    #sidebar.active {

        margin-left: 0;

    }

}

#sidebar .sidebar-header {
    padding: 20px 1px 20px 1px;
}

#sidebar .sidebar-header h5{
    padding: 10px;
}

#sidebar ul.components {
    padding: 20px 0;
}


#sidebar ul p {
    padding: 10px;
}

#sidebar ul li a {

    padding: 10px;
    font-size: 1.1em;
    display: flex;
}

#sidebar ul li a i {
    padding: 0 5px 0 15px;
}

#sidebar ul li a:hover {
    background: #BCDBF0;
}

/* #sidebar ul li.active > a, a[aria-expanded="true"] {

    background: #BCDBF0;

} */

ul ul a {

    font-size: 0.9em !important;
    padding-left: 30px !important;
}

ul .collapse{

    margin-left: 20px;

}

#content{

    width: 100%;

}

.card-green{

    background-color:#1B5E20 ;

}

.card-green-ac{

    border-radius: 5px;

    background-color: #388E3C!important;

}

.card-red{

    background-color:#cc0033;

}

.card-red-ac{

    border-radius: 5px;

    background-color: #b40034 !important;

}

.card-blue{

    background-color:#4A719D;

}

.card-blue-ac{

    border-radius: 5px;

    background-color: #5E8BB9 !important;

}

.info{

    border-radius: 5px;

}

.text-white{

  color:  white !important;

}

.info i{

    margin-top: 18px;

    color: #ffffff;

    font-size: 1.8rem;

}

.navbar-laravel{

    background-color: #e0f2f1;

}

.btn-icon{

    display: flex;

    flex-flow: row;

}

.btn-icon i{

    margin-right: 8px;

    font-size: 25px;

}

.btn-action{

    display: flex;

    flex-flow: row;

    align-content: center;

}

.btn-action a{

    margin: 0 5px;

    color: #ffffff;

}

.nav-item a{

    color:#263D67 !important;

    font-size: 1.1em;

}

.nohov:hover{

    text-decoration: none !important;

}

.linea{

    background: rgba(0, 153, 204, 0.33);

}

.login .card{

    background: rgba(38, 61, 103, 0.86) !important;
    opacity: 0.8;

}

.login .card .card-header{

    height: 10px;

    padding: 0;

    background-color: #130d3b;

}

.login .card .card-body h3{

    text-align: center;

    color: white;

    margin: 30px 10px 30px 10px !important;

}



.card img{

    width: 100%;

    border-radius: .25em;

}

.card h5{
    margin-top: 8px;
    color: #006064  ;
    font-size: 1.2rem;
    font-weight: bold;
}
.textCard{
    margin-top: 8px;
    color: #006064 ;
    font-size: 1.2rem;
    font-weight: bold;
}

.portada h2{
    font-size: 1.4rem;
    color: #757575 ;
}

.lab img{
    height: 9rem !important;
}

.card img{
    width:100%;
    height:15rem;
}

.cuadroPortada{

    border-bottom-style:solid;
    border-bottom-width: 3px;
    border-bottom-color: #bdbdbd;
}

.card-body{

    padding-top:0 !important;
    background-color:#388e3c !important;
    padding-left:13px !important;
    padding-right:13px !important;
    opacity: 1;
}

.logoLogin{
    /* background-image: url('../img/logo.jpg');
    background-repeat: no-repeat;
    background-size:70% 70%;
    background-position: center center; */
    padding: 20px;
    background-color: white;
}

.btn-login{
    padding: 6px 35px 6px 35px !important;
    font-size: 1rem;
}
.capacitacion h1{
    font-size: 1.7rem !important;
    text-transform: uppercase;
}
.video{
    background-color: #01579b !important;
    padding: 10px !important;
    color: white !important;
}

.video-flex{
    width: 100%;
    height: 0;
    padding-top: 56.25%;
    position: relative;

}

iframe{
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.form-check-input{

    margin-top: 1rem;

}

.item-sidebar{

    color:white;
}

.logo{
   width:  90%;
   height: 85px;
   padding:15px;
   margin: 10px;
   border-radius:20px;
   background-color:white;
}

@media print {
    .no-print {
        display: none;
    }
}

/*
.boton{
    width: 70px !important;
    height: 35px !important;
    padding: 5px !important;
} */

