body {
  background: #ffffff;
  padding-bottom: 50px;
}
#header {

}
#header .top {
  background: #474747;
  min-height: 120px;
}

.container-fluid {
  max-width: 1280px !important; /*968*/
  margin: auto;
  /*padding: 0px;*/
}
.shadow-z-1 {
  background: #fafafa;
  padding: 0px;
}

.table-striped > tbody > tr:nth-child(odd) > td,
.table-striped > tbody > tr:nth-child(odd) > th {
  background-color: #ededed;
}

h1 {
  color: #999999;
  margin-bottom: 40px;
}
h2 {
  color: #333;
  font-size: 28px;
}
h3 {
  font-size: 24px;
  color: #009688;
  float: left;
  margin-right: 10px;
}
h4 {
  color: #009688;
}

.cabecera-logo {
  padding-left: 25px;
}
.cabecera-logo li {
  font-size: 30px;
}
.cabecera-logo-derecha li {
  font-size: 16px;
  margin-top: 13px;
}

#cellMolletas {
  margin-top: 20px;
  margin-bottom: 40px;
}
#cellMolletas a {
  color: #999999;
}
#cellMolletas {
  color: #009688;
}

.padding {
  margin: 20px;
}

.filtros select {
  /*padding: 14px;*/
  padding: 5px;
  height: auto;
}
.filtros .btn {
  margin: 0px;
}

.modal-dialog {
  max-width: 960px;
}
@media only screen and (min-width: 768px) {
  .modal-dialog {
    width: 80%;
  }
}

.modal {
  z-index: 9999;
}

.borde {
  border-bottom: 1px solid #e8e8e8;
}
.table-datos tbody tr td {
  border: 0px;
  padding: 0px;
}
.table-datos td strong {
  font-size: 16px;
  padding-bottom: 15px;
  display: block;
}

/***** HEADER ****/

.top ul {
  margin-top: 40px;
  list-style: none;
  color: #fff;
  font-size: 15px;
}
.top ul li {
  margin-right: 20px;
}

.navbar-default {
  margin-top: 10px;
  color: #fff;
  font-size: 16px;
}
.navbar-default .navbar-collapse ul {
  width: 100%;
}
.navbar-default ul li {
  text-align: left;
  margin-right: 10px;
  display: block;
}
.navbar-default ul li ul li {
  width: 100%;
}

.icon-material {
  padding: 2px;
  background: #269bf8;
  border-radius: 3px;
  cursor: pointer;
  font-size: 25px;
  margin-right: 5px;
  color: #fff;
  position: relative;
  top: 5px;
}

.mdi-action-grade {
  background: none;
  color: #bfbfbf;
  font-size: 28px;
  padding: 0px;
}
.mdi-action-grade:hover,
.mdi-action-grade#selected {
  color: #269bf8;
  border: 0px;
  text-decoration: none;
}

.holder {
  margin: 15px 0;
}
.holder a {
  font-size: 14px;
  cursor: pointer;
  margin: 0 5px;
  color: #333;
}
.holder a:hover {
  background-color: #222;
  color: #fff;
}
.holder a.jp-previous {
  margin-right: 15px;
}
.holder a.jp-next {
  margin-left: 15px;
}
.holder a.jp-current,
a.jp-current:hover {
  color: #ff4242;
  font-weight: bold;
}
.holder a.jp-disabled,
a.jp-disabled:hover {
  color: #bbb;
}
.holder a.jp-current,
a.jp-current:hover,
.holder a.jp-disabled,
a.jp-disabled:hover {
  cursor: default;
  background: none;
}
.holder span {
  margin: 0 5px;
}
form.paginate {
  float: right;
  margin-right: 10px;
}
form.paginate label {
  margin-right: 5px;
}

.form-group input {
  margin-bottom: 20px;
}

/*** FICHA PRODUCTO ***/

.ficha-prod {
  padding: 3% 5% 3% 5%;
  margin-bottom: 20px;
}
.ficha-prod h4 {
  font-size: 30px;
  margin-bottom: 20px;
  padding: 0px;
}

label.control-label {
  text-align: left;
  font-weight: lighter;
  font-size: 13px;
  line-height: 1.7em;
}
.ficha-prod .form-control {
  font-size: 16px;
  color: #000;
  border-color: #d7d7d7;
  font-family: Arial;
}
.ficha-prod .form-group {
  margin-bottom: 30px;
  display: block;
}
form.ficha-prod {
  padding-top: 0px;
  padding-bottom: 0px;
}
.nav-lateral {
  background: #4d4d4d;
  color: #fff;
  border-radius: 3px;
}
.nav-lateral a {
  color: #fff;
  font-shadow: none;
  /*background: #009688;*/
}
.nav-lateral li {
  border-bottom: 1px solid #fff;
}

.nav-lateral > li.active > a,
.nav-lateral > li > a:hover,
.nav-lateral > li > a:focus {
  color: #fff;
  background: #009688;
  border-radius: 0px;
}
.modal-content {
  background: #fafafa;
}

#formProduct button {
  margin-top: 0px;
}
label em {
  color: #009688;
}
/********* TABLES **********/

@import url(https://fonts.googleapis.com/css?family=Roboto:100);

.cargando_seccion {
  z-index: 999999;
  position: fixed;
  width: 100%;
  height: 100%;
  text-align: center;
  background: #fff;
  left: 0px;
  background: rgba(0, 0, 0, 0.85);
  top: 0px;
  padding-top: 200px;
  color: #fff !important;
}
.cargando_seccion h1 {
  color: #fff;
}
#loading {
  display: inline-block;
  width: 50px;
  height: 50px;
  border: 3px solid #fff;
  border-radius: 50%;
  border-top-color: #009688;
  animation: spin 1s ease-in-out infinite;
  -webkit-animation: spin 1s ease-in-out infinite;
}

@keyframes spin {
  to {
    -webkit-transform: rotate(360deg);
  }
}
@-webkit-keyframes spin {
  to {
    -webkit-transform: rotate(360deg);
  }
}

.comentario_usuario {
  background: #fff;
  padding: 20px;
  margin: auto;
  border: none;
}
.comentario_mopsa {
  background: #e5edef;
  padding: 20px;
  margin: auto;
  border: none;
}
.comentario_mopsa td,
.comentario_usuario td {
  border: none;
  padding: 10px 15px;
}
.comentario_usuario strong,
.comentario_mopsa strong {
  font-size: 0.87em;
  color: #0a434a;
  font-weight: 800;
}
.comentario_mopsa strong span {
  font-size: 1em;
}

label {
  display: block;
}

@media only screen and (max-width: 767px) {
  .form-group.row select {
    margin-bottom: 20px;
  }
  .text-right,
  .text-center {
    text-align: left !important;
  }
  .footable-details th,
  .footable-details td {
    background: none !important;
  }
  .ficha-prod {
    padding: 10px;
  }
  .ficha-prod h4 {
    font-size: 20px;
  }
  h1 {
    font-size: 30px;
    margin-bottom: 10px;
  }
  #header {
    min-height: auto;
  }
  #header .top {
    min-height: auto;
  }
  .footable-first-visible {
    width: 35px !important;
    min-width: 35px !important;
    position: relative;
  }
  .footable-first-visible .mdi-action-info {
    position: absolute;
    top: 8px;
    left: 24px;
    font-size: 15px;
  }
  .modal-content .modal-body {
    padding: 0px;
  }
  .btn-publicar {
    width: 100% !important;
  }
  .navbar-toggle {
    margin-top: 40px;
    border-color: #fff;
    border-width: 2px;
  }
  .navbar-toggle .icon-bar {
    background: #fff;
  }
  .navbar.navbar,
  .navbar-default.navbar {
    margin-top: 0px;
  }
}

.panel.panel-default {
  margin-bottom: 10px;
}

.panel-title {
  position: relative;
}

.panel-title .total-hours {
  position: absolute;
  top: 0px;
  right: 14px;
  text-align: center;
}
.total-hours .label-inverse {
  padding: 6px 6px;
  width: 78px;
}
.panel .glyphicon {
  margin-right: 5px;
}

.login-body {
  background: #f1f1f1;
}

.modal-login {
  color: #636363;
  width: 350px;
  margin: 150px auto !important;
}
.modal-login .modal-content {
  padding: 20px;
  border-radius: 5px;
  border: none;
  background: #fff;
}
.modal-login .modal-header {
  border-bottom: none;
  position: relative;
  justify-content: center;
}
.modal-login h4 {
  text-align: center;
  font-size: 26px;
  margin: 30px 0 -15px;
}
.modal-login .form-control:focus {
  border-color: #70c5c0;
  background: none !important;
  border: 0 !important;
  padding-left: 15px;
  padding-right: 15px;
}
.modal-login .form-control,
.modal-login .btn {
  min-height: 40px;
  border-radius: 3px;
}

.modal-login .avatar {
  position: absolute;
  margin: 0 auto;
  left: 0;
  right: 0;
  top: -70px;
  width: 95px;
  height: 95px;
  border-radius: 50%;
  z-index: 9;
  background: #60c7c1;
  padding: 15px;
  box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.1);
}
.modal-login .avatar .icon-material {
  background: none;
  font-size: 60px;
}

.modal-login .btn {
  color: #fff;
  border-radius: 4px;
  background: #60c7c1;
  text-decoration: none;
  transition: all 0.4s;
  line-height: normal;
  border: none;
}
.modal-login .btn:hover,
.modal-login .btn:focus {
  background: #45aba6;
  outline: none;
}


#filtros{
  margin-top: 10px;
}

.overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 100000000;
}
.overlay .overlayDoor:before, .overlay .overlayDoor:after {
  content: "";
  position: absolute;
  width: 50%;
  height: 100%;
  background: rgba(0, 0, 0, 0.85);
  transition: 0.5s cubic-bezier(0.77, 0, 0.18, 1);
  transition-delay: 0.8s;
}
.overlay .overlayDoor:before {
  left: 0;
}
.overlay .overlayDoor:after {
  right: 0;
}
.overlay.loaded .overlayDoor:before {
  left: -50%;
}
.overlay.loaded .overlayDoor:after {
  right: -50%;
}
.overlay.loaded .overlayContent {
  opacity: 0;
  margin-top: -15px;
}
.overlay .overlayContent {
  position: relative;
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  transition: 0.5s cubic-bezier(0.77, 0, 0.18, 1);
}

.loader {
  width: 128px;
  height: 128px;
  border: 3px solid #029587;
  border-bottom: 3px solid transparent;
  border-radius: 50%;
  position: relative;
  animation: spin 1s linear infinite;
  display: flex;
  justify-content: center;
  align-items: center;
}
.loader .inner {
  width: 64px;
  height: 64px;
  border: 3px solid transparent;
  border-top: 3px solid #029587;
  border-radius: 50%;
  animation: spinInner 1s linear infinite;
}
@keyframes spin {
  0% {
    transform: rotate(0deg);
 }
  100% {
    transform: rotate(360deg);
 }
}
@keyframes spinInner {
  0% {
    transform: rotate(0deg);
 }
  100% {
    transform: rotate(-720deg);
 }
}