/*********************************************/
/*****                                   *****/
/*****  Documento CSS                    *****/
/*****                                   *****/
/*****  Fecha: 26/03/2020                *****/
/*****  Autor: Dulayne Rosales           *****/
/*****                                   *****/
/*********************************************/

@import "https://fonts.googleapis.com/css?family=Roboto";

/*********************************************/
/*****        Etiquetas Globales         *****/
/*********************************************/

body {
  font-size: 16px;
  color: #686868;
  height:100%;
  background-color: #ECECEC;
}

h1, h2, h3, h4, h5, h6 {
  font-family: 'Roboto', sans-serif;
}

h3 {
  color: #000;
  background-color: #FFF;
  border-bottom: solid 2px #D4D5D7;
  padding: 70px 0px 10px 25px;
  margin-bottom: 0px;
}

hr {
  border-top: 1px solid #DEDEDE;
}

a, a:hover, a:focus {
  font-family: 'Roboto', sans-serif;
  color: #050150;
  text-decoration: none;
}

.table {
  color: #686868;
}

#body {
  padding-top: 60px;
  background-color: #FFF;
}

.form-control[disabled], .form-control[readonly], fieldset[disabled] .form-control {
    cursor: pointer;
}

.breadcrumb {
    padding: .5rem 1rem;
    margin-bottom: 0rem;
    border-radius: 0rem;
}

/*********************************************/
/*****        Etiquetas Generales        *****/
/*********************************************/


.bg-secondary {
  background-color: #C3A6D2 !important;
}

.bg-info {
  background-color: #53D4FB !important;
}

.bg-warning {
  background-color: #FFC652 !important;
}

.bg-success {
  background-color: #85B675 !important;
}

.bg-success-1 {
  background-color: #78C752 !important;
}

.bg-primary {
  background-color: #3D84D2 !important;
}

.btn-outline-dark {
  padding: 5px  8px !important;
  color: #9F9F9F;
  border-color: #9F9F9F;
  margin-right: 5px;
  margin-bottom: 5px;
}

.btn-outline-dark:hover {
  color: #fff;
  background-color: #3D84D2;
  border-color: #3D84D2;
}

.btn-outline-dark span.c1 {
  color:#F7C9C9;
  font-weight: bold;
}

.btn-outline-dark span.c2 {
  color:#F7776A;
  font-weight: bold;
}

.btn-outline-dark span.c3 {
  color:#91A8D1;
  font-weight: bold;
}

.btn-outline-dark span.c4 {
  color:#034F83;
  font-weight: bold;
}

.btn-outline-dark span.c5 {
  color:#F9E03D;
  font-weight: bold;
}

.btn-outline-dark span.c6 {
  color:#97DDDD;
  font-weight: bold;
}

.btn-outline-dark span.c7 {
  color:#9997A4;
  font-weight: bold;
}

.btn-outline-dark span.c8 {
  color:#B18F6A;
  font-weight: bold;
}

.btn-outline-dark span.c9 {
  color:#78C752;
  font-weight: bold;
}

.badge {
  color: #fff;
  padding: .75em 1.3em;
}

.badge-c1 {
  background-color: #F7C9C9;
}

.badge-c2 {
  background-color: #F7776A;
}

.badge-c3 {
  background-color: #91A8D1;
}

.badge-c4 {
  background-color: #034F83;
}

.badge-c5 {
  background-color: #F9E03D;
}

.badge-c6 {
  background-color: #97DDDD;
}

.badge-c7 {
  background-color: #9997A4
}

.badge-c8 {
  background-color: #B18F6A;
}

.badge-c9 {
  background-color: #78C752;
}

/*********************************************/
/*****              Portada              *****/
/*********************************************/
#portada {
  /*background-attachment: fixed;*/
  background-image: url("../img/network.png");
  background-position: center center;
  background-repeat: no-repeat;
  -webkit-background-size: cover;
     -moz-background-size: cover;
       -o-background-size: cover;
          background-size: cover;
  height: 100vh;
  margin-top: -60px;
  overflow: hidden;
  padding-top: 60px;
}

#portada p {
  color: #FFF;
  padding-top: 24px;
  font-size: 24px;
}

.login {
  margin: 10px 50px;
}

.login  p  a  {
  color: #9E9E9E;
}

/*********************************************/
/*****                Menú               *****/
/*********************************************/

#navbar .navbar {
  padding: 0px;
  background-color: #2A3F54;
}

#navbar .navbar-brand {
  background-color: #FFFFFF;
  height: 62px;
  width: 41.666667%;
}

#navbar .navbar-collapse {
  background-color: #2A3F54;
  padding: 5px 0px;
}

#navbar .navbar-expand-md .navbar-nav .nav-link {
  color: #FFF;
  padding: 8px 20px;
  border: solid 1px #FFF;
  border-radius: 20px;
  margin: 5px 10px;

}

#navbar-in .navbar {
  padding: 8px;
  background-color: #2A3F54;
  border-bottom: 1px solid #FFF;
}

#navbar-in .navbar {
  padding: 8px;
  background-color: #2A3F54;
  border-bottom: 1px solid #FFF;
}


#navbar-in .navbar-brand{
  color: #FFF;
  font-weight: bold;
}

#navbar-in .navbar-brand  span{
  color: #97DDDD;
}

#navbar-in .navbar-expand-md .navbar-nav .nav-link {
  color: #FFF;
}

#navbar-in .navbar-toggler {
  border: 1px solid #3D84D2;
}



/*********************************************/
/*****               Main                *****/
/*********************************************/
.main {
  background-color: #ECECEC;
}

.card-body {
  padding: 0.8rem;
}

.cards i{
  font-size: 30px;
}

.cards .c-text{
  font-size: 20px;
}

.cards .c-text i{
  font-size: 18px;
}

.m-tables .table td{
  border-top: 0px;
  border-bottom: 1px solid #dee2e6;
  padding: .45rem;
  color: #616161;
  font-size: 14px;
  line-height: 18px;
}

.m-tables .text-white{
  font-size: 18px;
}

.m-tables i {
  padding: 5px 0px 0px 10px;
  font-size: 40px;
}

.l-cards{
  color: #9C9C9C;
}

.l-cards p{
  font-size: 34px;
  font-weight: bold;
  text-align: center;
}

.l-cards .table {
  font-size: 12px;
}

.cuadrado {
  background-color: #FFF;
}

.cuadrado .title {
  color: #616161;
  font-size: 16px;
  padding-bottom: 10px;
  border-bottom: solid 1px #D4D5D7;
}

.cuadrado .title-2 {
  color: #FFF;
  font-size: 16px;
  padding: 10px;
  background-color: #53D0BE;
}

.cuadrado .title-2 i{
  float: right;
  cursor: pointer;
  font-size: 20px;
}

.cuadrado .card-info {
  background-color: #F3F8FE;
}

.cuadrado .card-secundary {
  background-color: #F1F1F1;
}

.cuadrado .card-danger {
  background-color: #FFF5F3;
}

.cuadrado .card-info .num {
  color: #589CFF;
  font-size: 28px;
}

.cuadrado .card-danger .num {
  color: #F7776A;
  font-size: 28px;
}

.datos, .datos-i {
  font-size: 13px;
}

.datos th {
  color:#F67669;
}
.datos th i{
  color:#DEDEDE;
}
/*********************************************/
/*****              Sidebar              *****/
/*********************************************/

#sidebar{
  background-color: #014A81;
}

#sidebar .nav .nav-item  .nav-link{
  padding: 6px 20px;
  color: #FFF;
  font-size: 12px;
}

#sidebar .nav .nav-item  .nav-link:hover {
  background-color: #3D84D2;
}

#sidebar .active {
  background-color: #3D84D2;
}

#sidebar ul {
  margin-top: 59px;
}



.arrow {
  float: right;
  margin-top: 3px;
}

.fa.arrow:before {
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  content: "\f054";

}

/*********************************************/
/*****           Placeholders            *****/
/*********************************************/
.placeholders {
  margin-bottom: 30px;
  text-align: center;
}

.placeholders h4 {
  margin-bottom: 0;
}

.placeholder {
  margin-bottom: 20px;
}

.placeholder img {
  display: inline-block;
  border-radius: 50%;
}

.placeholder .icono {
  border: 2px solid #337AB7;
  color: #337AB7;
  font-size: 50px;
  padding: .3em;
}

/*********************************************/
/*****            Formularios            *****/
/*********************************************/


.btn-1 {
  padding: 8px 45px;
}

.btn-primary {
  background-color: #1599DA;
  color: #FFFFFF;
  border: 0;
}

/*********************************************/
/*****            Footer                 *****/
/*********************************************/


footer {
  color: #FFF;
  background-color: #1599DA;
  width: 100%;
  position: fixed;
  bottom: 0;
  left: 0;
}

/*********************************************/
/*****           MEDIA QUERIES           *****/
/*********************************************/
@media screen and (min-width: 768px) {
  footer {
    position: absolute;
  }

  .navbar-expand-md .toggle-p .navbar-toggler {
     display: block !important;
  }

  #sidebar .nav .nav-item  .nav-link{
    font-size: 14px;
  }
}


@media (min-width: 992px)  {
  .navbar-expand-md .toggle-p .navbar-toggler {
     display: none !important;
  }

  #sidebar{
    margin-top: 40px;
    background-color: #014A81;
    bottom: 0;
    display: block;
    left: 0;
    overflow-x: hidden;
    overflow-y: auto; /* Scrollable contents if viewport is shorter than content. */
    position: fixed;
    top: 15px;
    z-index: 1000;

  }
}


@media screen and (max-width: 992px) {


  .row-offcanvas {
    position: relative;
    -webkit-transition: all 0.25s ease-out;
    -moz-transition: all 0.25s ease-out;
    transition: all 0.25s ease-out;
  }

  .row-offcanvas-left
  .sidebar-offcanvas {
    left: -33%;
  }

  .row-offcanvas-left.active {
    left: 33%;
    margin-left: -6px;
  }

  .sidebar-offcanvas {
    position: absolute;
    top: 0;
    width: 33%;
    height: 100%;
  }
}

@media screen and (max-width: 34em) {
  .row-offcanvas-left
  .sidebar-offcanvas {
    left: -45%;
  }

  .row-offcanvas-left.active {
    left: 45%;
    margin-left: -6px;
  }

  .sidebar-offcanvas {
    width: 45%;
  }
}
