/*!

 =========================================================
 * AMV - NTCanarias para INCABE APP backoffice
 =========================================================

 */

.negrita { font-weight: bold!important; }

.pl-50  { padding-left: 50px!important; }
.pl-100 { padding-left: 100px!important; }

.mt-5 { margin-top: 5px!important; }
.mt-15 { margin-top: 15px!important; }

#sectionsNav i { font-size: 1.5em; }

.logo {
    width: 100px;
    height: 100px;
    margin-top: -25px;
}

.nav .nav-item {
  width: 31%;
}

.nav .nav-item a {
  color: #555;
}
.nav .nav-item a:hover {
  color: #328035;
}

.nav-pills .nav-item i {
  font-size: 50px;
}

.navbar.navbar-transparent a {
  color: white !important;
}

.navbar.navbar-transparent ul.dropdown-menu li a  {
  color: black !important;
}

@media screen and (max-width: 991px) {
  .navbar.navbar-transparent a {
    color: #328035 !important;
  }
  .nav-open .navbar-collapse {
    padding: 15px;
  }
}

.page-header-peq {
  height: 180px;
}

.table th, .table td {
  vertical-align: middle;
}

.td-actions {
  padding: 1.2rem 0 0 0 !important;
  width: 33%;
}

.btn.btn-sm, .btn-group-sm>.btn, .btn-group-sm .btn, .fa {
  font-size: 15px;
}

.tabla_productos td.descripcion {
  width: 30%;
}

img.productos {
  width: 100%;
  height: auto;
}

img.productos.thumbnail {
  width: 50%;
}

img.comerciales {
  width: 100%;
  height: auto;
}

img.comerciales.thumbnail {
  width: 64px;
  height: auto;
}

video.elementos {
  width: 100%;
  height: auto;
  box-shadow: 3px 3px 9px #ccc;
}

img.elementos {
  width: 100%;
  height: auto;
  box-shadow: 3px 3px 9px #ccc;
}

img.elementos.thumbnail {
  width: 64px;
  height: 32px;;
}

video.seccions {
  width: 100%;
  height: auto;
  box-shadow: 3px 3px 9px #ccc;
}

img.seccions {
  width: 100%;
  height: auto;
  box-shadow: 3px 3px 9px #ccc;
}

img.seccions.thumbnail {
  width: 64px;
  height: 32px;;
}

#sortable li {
   font-size: 1.5em;
   border-bottom: 1px solid #ccc;
   vertical-align: middle;
   margin: 5px 0;
   cursor: move;
}
