/*.leftpanel .logopanel {
  padding: 20px 10px; }*/

.signin-info .logopanel img {
  width: 250px; 
  margin:auto;
  /*width: 67% !important*/
  }

/*.leftpanel .logopanel {
  padding: 20px 10px; }*/

.signin-info .logopanel img {
  width: 250px; }

a {
  color: #FFAF00; }

a:hover, a:focus {
  color: #cc8c00; }

.nav-bracket > li.active > a,
.nav-bracket > li.active > a:hover,
.nav-bracket > li.active > a:focus {
  background-color: #FFAF00;
  color: #333333; }

.nav-bracket .children > li.active > a {
  color: #FFAF00; }

.nav-bracket .children > li > a:hover,
.nav-bracket .children > li > a:active,
.nav-bracket .children > li > a:focus {
  text-decoration: none;
  color: #ffbf33; }

.dataTables_paginate a.current, .dataTables_paginate a.current:hover,
.btn-primary, .btn-primary:focus, .btn-primary:visited, .btn-primary:active {
  background-color: #FFAF00;
  border-color: #cc8c00;
  color: #fff; }

.btn-primary:hover {
  background-color: #cc8c00;
  border-color: #cc8c00; }

.color-primary:hover {
  background-color: #FFAF00;
  border-color: #cc8c00;
  color: #fff; }

.headermenu .dropdown-menu li a:hover,
.leftpanel-collapsed .nav-bracket > li.nav-hover.active > a,
.leftpanel-collapsed .nav-bracket > li.nav-hover.active > a > span:last-child {
  background-color: white;
  color: #FFAF00; }

.pageheader {
  background: #EAE7E8; }

.ckbox-success input[type="checkbox"]:checked + label:before {
  border-color: #cc8c00;
  background-color: #FFAF00; }

.header-form {
  background-color: #FFAF00;
  border-radius: 5px;
  padding: 15px;
  font-weight: bold;
  color: black;
  font-size: 18px;
  margin-bottom: 15px; }

@media screen and (max-width: 360px) {
  .headermenu li:first-child .dropdown-menu {
    margin-right: 0; } }

label.dw-error {
  display: none;
  font-size: 13px; }

.gritter-title {
  font-size: 13px; }

.gritter-item p {
  font-size: 13px; }

ul.lista-permisos {
  padding: 15px 0px;
  margin: 0px; }
  ul.lista-permisos li {
    list-style: none;
    width: 33%;
    float: left; }

.active.nav-active .children {
  display: block; }

.leftpanel .logopanel img {
  max-width: 50%; }

/* LOGO (Plantilla David) */

.logopanel {
  text-align: center;
  padding: 0px; }

.logopanel img {
  height: auto;
  padding: 4px;
}

/* end of LOGO */

/* OSMOPOL */

#f_osmopol .table-success thead tr th {
  background-color: #003875; }

#f_osmopol .slider-primary .ui-slider-range,
#f_osmopol .slider-primary .ui-slider-handle {
  background-color: #003875; }

#f_osmopol .toggle-primary .toggle-slide.active {
  border-color: #00070f; }

#f_osmopol .toggle-primary .toggle-slide .toggle-on,
#f_osmopol .toggle-primary .toggle-select .toggle-inner .active {
  background: #003875;
  color: #fff; }

#f_osmopol .toggle-primary .toggle-slide.active .toggle-blob {
  border-left: 1px solid #0050a8;
  border-right: 0; }

#f_osmopol .tabla-cations tr td:last-child,
#f_osmopol .tabla-anions tr td:last-child,
#f_osmopol .tabla-others tr td:last-child {
  width: 30%; }

#f_osmopol .tabla-others tr td:nth-child(2) {
  width: 40%; }

#f_osmopol .tabla-cations td,
#f_osmopol .tabla-anions td {
  vertical-align: middle !important; }

#f_osmopol .header-form {
  background-color: #e4e7ea;
  border-radius: 5px;
  padding: 15px;
  font-weight: bold;
  color: black;
  font-size: 15px;
  margin: 30px 0px; }

#f_osmopol .popover.right {
  background: #1d2939;
  color: white; }

#f_osmopol .popover.right > .arrow:after {
  border-right-color: #1d2939; }

#f_osmopol .gritter-title {
  font-size: 18px;
  font-weight: bold;
  font-family: 'Lato', sans-serif !important; }

#f_osmopol .gritter-item {
  padding: 15px 25px 15px 15px; }

#f_osmopol .mr15 {
  margin-right: 15px; }

#f_osmopol td.td33 {
  width: 33% !important; }

.area_result{
  margin-bottom:25px;
}
.icon_result{
  color:#ffaf00;
  margin: 0px 18px 0px 4px;
  font-size: 17px;
}
.title_result{
  font-size:20px;
  color:#000;
}
.text_result{

  margin-left: 55px;
  font-size: 18px;
}
.icon_result_point{
  color:#ffaf00;
  margin-right: 8px;
}
.modal-bg{
  background-color: #fff;
  width: 100%;
  height: 100vh;
}
.bg-modal{ /*Div suelto Prueba*/
  background-color: #fff;
  width: 100%;
  height: 100vh;
}

.modal-dialog{
  width: 800px;
  height: 600px;
  top:15%;
  margin: 0px auto;
}

.shadow-modal{
   box-shadow: 0 14px 28px rgba(0,0,0,0.25), 0 10px 10px rgba(0,0,0,0.22) !important;
}

.title_modal {
  margin-left: 20px;
  font-weight: bold;
}

.modal-body img {
    width: 70%;
    display: block;
    margin: 30px auto;
}

.text_modal {
    margin-left: 20px;
}


@media (max-width: 767px) {
  #f_osmopol .tabla-cations tr td,
  #f_osmopol .tabla-anions tr td {
    width: 50% !important; }
  #f_osmopol .tabla-cations tr td input,
  #f_osmopol .tabla-anions tr td input {
    text-align: left; }
  #f_osmopol .tabla-others tr td {
    width: 100% !important;
    display: block; }
  #f_osmopol label.error {
    width: 100px;
    display: block;
    white-space: normal !important; }
  #f_osmopol .ui-spinner {
    width: 100%; } }

#f_osmopol .ckbox-success input[type="checkbox"]:checked + label:before {
  border-color: #cc8c00;
  background-color: #FFAF00; }

#f_osmopol .dataTables_processing {
  height: 50px !important;
  line-height: 25px !important;
  position: fixed !important; }

#f_osmopol button > i.fa {
  line-height: 20px;
}

.alert-info.gray {
  color: #333;
  border: 0px;
  border-radius: 0;
  background: #f2f2f2;
}

.paging_full_numbers span .paginate_button + span {
  padding: 6px 12px;
  margin-right: 5px;
  cursor: default;
  float: left;
}

/* end of OSMOPOL */