h1, h2, h3, h4, h5, h6 {
  font-weight: lighter;
}

body {
  /* font-family: 'Open Sans', sans-serif; */
  font-size: 14px;
  min-height: 100%;
  position: relative;
  color: #545454;
  background-color: #EEEEEE;
}

.nav-font{
  font-size: 0;
}

body .container-soc {
  padding-bottom: 102px;
}

body .container-soc h2 {
  font-size: 34px;
  margin: 15px 0;
}

body .container-soc h3 {
  margin: 15px 0;
}

body.body-login {
  background: url("../img/login-bg.jpg");
  background-size: cover;
  background-position-y: top;
  padding-top: 0;
}

body.body-login form {
  background-color: rgba(0, 0, 0, 0.66);
  color: #FFF;
  min-height: 100vh;
  padding-top: 50px;
}

body.body-login form img.logo {
  margin: 30px 0;
}

body.body-login form h3 {
  font-size: 30px;
  font-weight: 100;
}

body.body-login form label {
  font-weight: normal;
  margin-bottom: 0;
}

body.body-login .descripcion-login {
  color: #535359;
  font-size: 18px;
  padding: 120px 240px 0 120px;
}

body.body-login .descripcion-login h1 {
  font-size: 45px;
  font-weight: 100;
}

body.body-login .descripcion-login h1 b {
  font-weight: normal;
}

body.body-login .descripcion-login p {
  margin: 50px 0;
}

body.body-login .footer {
  font-size: 16px;
  padding-bottom: 40px;
}

body.body-soc {
  padding-top: 81px;
  min-height: 100vh;
}

@media (max-width: 768px) {
  body.body-soc {
    padding-top: 76px;
  }
}

body .negocio {
  margin-bottom: -102px;
}

body .negocio .col-unica {
  padding-top: 20px;
  padding-bottom: 102px;
}

@media (min-width: 768px) {
  body .negocio .col-left, body .negocio .col-right {
    min-height: calc(100vh - 81px);
    padding-top: 20px;
    padding-bottom: 20px;
  }
  body .negocio .col-left {
    background-color: #F9F9F9;
    border-right: 1px solid #D4D4D4;
    z-index: 1;
  }
}

@media (max-width: 768px) {
  body .negocio .col-left {
    padding-bottom: 0;
  }
}

body .negocio .col-left {
  z-index: 3;
}

body .negocio .col-left h4 {
  margin-bottom: 20px;
}

body .negocio .col-left .logo-negocio {
  margin-bottom: 20px;
}

@media (max-width: 767px) {
  body .negocio .col-left img.logo-negocio {
    margin: 0 auto;
    width: 33.33%;
    display: block;
  }
}

body .negocio .col-left .descripcion {
  font-size: 13px;
  overflow-wrap: break-word;
}

body .negocio .col-right {
  background-color: #fff;
  padding-bottom: 102px;
  z-index: 1;
}

body .negocio .col-right .table {
  margin-top: 15px;
  font-size: 13px;
}

body .negocio .col-right .table > tbody > tr > td,
body .negocio .col-right .table > tbody > tr > th,
body .negocio .col-right .table > tfoot > tr > td,
body .negocio .col-right .table > tfoot > tr > th,
body .negocio .col-right .table > thead > tr > td,
body .negocio .col-right .table > thead > tr > th {
  padding: 2px;
}

body .negocio .col-right .negocio-graficos h4 {
  font-size: 18px;
}

body .negocio .col-right .negocio-graficos .negocio-grafico {
  border-left: 1px solid #d5d5d5;
  padding: 5px;
}

body .negocio .col-right .negocio-graficos .negocio-grafico:last-child {
  border-right: 1px solid #d5d5d5;
}

body .negocio .col-right .negocio-graficos .negocio-grafico table.table > tbody > tr:first-child td, body .negocio .col-right .negocio-graficos .negocio-grafico table.table > tbody > tr:first-child th {
  border-top: 0 !important;
  font-size: 15px !important;
}

body .negocio .col-right .negocio-graficos .negocio-grafico table.table > tbody > tr.active, body .negocio .col-right .negocio-graficos .negocio-grafico table.table > tbody > tr.active td, body .negocio .col-right .negocio-graficos .negocio-grafico table.table > tbody > tr.active th {
  color: white;
  background-color: #F6B221;
}

body .negocio .col-right .negocio-graficos .negocio-grafico table.table > tbody > tr td, body .negocio .col-right .negocio-graficos .negocio-grafico table.table > tbody > tr th {
  font-size: 13px;
}

body .negocio .col-right .negocio-graficos .negocio-grafico table.table > tbody > tr td:first-child, body .negocio .col-right .negocio-graficos .negocio-grafico table.table > tbody > tr th:first-child {
  padding-left: 10px;
}

body .negocio .col-right .negocio-graficos .negocio-grafico table.table > tbody > tr td:last-child, body .negocio .col-right .negocio-graficos .negocio-grafico table.table > tbody > tr th:last-child {
  padding-right: 10px;
}

body .negocio .col-right .negocio-graficos .negocio-grafico table.table.table-negocio-ranking {
  margin-bottom: 0;
  margin-top: 0;
}

body .negocio h2 {
  margin-bottom: 0;
  margin-top: 0;
}

body .negocio h2 > small {
  font-size: 22px;
  text-align: right;
}

body .negocio h2 > small > a {
  font-size: 14px;
  color: #545454;
}

@media (max-width: 768px) {
  body .negocio h2 > small {
    margin-bottom: 15px;
  }
}

@media (min-width: 768px) and (max-width: 992px) {
  body .negocio h2 > small {
    padding-top: 15px;
  }
}

@media (min-width: 992px) {
  body .negocio h2 > small {
    float: right;
  }
}

@media (max-width: 992px) {
  body .negocio h2 > small {
    display: table;
    width: 100%;
    text-align: left;
  }
  body .negocio h2 > small a {
    display: table-cell;
    text-align: right;
  }
}

@media (min-width: 768px) {
  body .negocio .col-left {
    padding-right: 25px;
  }
  body .negocio .col-right {
    padding-left: 25px;
  }
}

body .negocio .icons-config {
  margin-top: 10px;
}

body .negocio .icons-config > * {
  float: left;
  border-left: 1px solid #d5d5d5;
  margin-bottom: 15px;
}

@media (max-width: 767px) {
  body .negocio .icons-config > * {
    padding: 0 8px;
  }
}

body .negocio .icons-config > *:last-child {
  border-right: 1px solid #d5d5d5;
}

body .negocio .icons-config > *:not(.ok) img {
  opacity: 0.35;
}

body .negocio .timeline-negocio {
  display: table;
  position: relative;
}

body .negocio .timeline-negocio .timeline-meses, body .negocio .timeline-negocio .timeline-container {
  display: table-cell;
}

body .negocio .timeline-negocio .timeline-meses {
  background: url("../img/config/timeline/line.jpg") center center repeat-y;
  width: 100px;
}

@media (max-width: 768px) {
  body .negocio .timeline-negocio .timeline-meses {
    display: none;
  }
}

body .negocio .timeline-negocio .timeline-container .mes {
  font-size: 18px;
  padding: 5px 0;
}

@media (min-width: 769px) {
  body .negocio .timeline-negocio .timeline-container .mes {
    width: 100px;
    position: absolute;
    left: 0;
    text-align: center;
    background-color: white;
  }
}

body .negocio .timeline-negocio .timeline-container > hr {
  margin: 15px 0;
  border: 0;
  border-bottom: 1px dotted #d5d5d5;
}

body .negocio .timeline-negocio .timeline-container h5 {
  font-size: 18px;
}

body .negocio .timeline-negocio .timeline-container h5 small {
  color: #b4b4b4;
  font-size: 14px;
}

body .negocio .timeline-negocio .timeline-container p {
  font-size: 13px;
}

body .bg-negocio {
  position: fixed;
  top: 0px;
  left: 0px;
  width: 50%;
  height: 100%;
  background-color: #F9F9F9;
  z-index: 0;
}

@media (max-width: 767px) {
  body .bg-negocio {
    display: none;
  }
}

body .contacto > img.img-thumbnail {
  margin-bottom: 15px;
  margin-right: 15px;
  float: left;
  width: 45px;
  height: auto;
  border-radius: 50% !important;
}

body .contacto > .contacto-desc {
  line-height: 13px;
  margin-left: 60px;
}

body .contacto > .contacto-desc, body .contacto > .contacto-desc h5 {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

body .contacto > .contacto-desc h5 {
  font-size: 16px;
  margin: 0;
}

body .contacto a,
body .contacto a:hover,
body .contacto a:focus,
body .contacto a:active {
  color: #545454;
  text-decoration: none;
}

body .contacto hr {
  margin: 10px 0;
}

body .contacto.contacto-detalle {
  -webkit-border-radius: 19px;
  border-radius: 19px;
  border: 1px solid #b4b4b4;
  padding: 15px 10px;
  margin-bottom: 20px;
  min-height: 150px;
}

body .contacto.contacto-detalle > img.img-thumbnail {
  width: 100px;
  height: 100px;
}

body .contacto.contacto-detalle .contacto-desc {
  font-size: 13px;
  line-height: 20px;
  padding-right: 4px;
}

body .contacto.contacto-detalle .contacto-desc h5 {
  font-size: 18px;
  margin-bottom: 10px;
}

body .contacto.contacto-detalle ul.links {
  padding: 0;
  margin: 0;
  list-style: none;
  float: right;
}

body .contacto.contacto-detalle ul.links > li {
  display: table;
}

body .contacto.contacto-detalle ul.links > li:not(.editar) {
  background: url("../img/config/contacto-link-bg.png");
  background-repeat: no-repeat;
  background-position: center center;
  border-radius: 50%;
}

body .contacto.contacto-detalle ul.links > li:not(.editar) > a {
  color: white;
  font-size: 11px;
  padding-left: 4px;
  padding-right: 2px;
}

body .contacto.contacto-detalle ul.links > li.editar {
  width: 20px;
}

body .contacto.contacto-detalle ul.links > li.editar button {
  margin: 0;
  padding: 0;
  border: 0;
  background: none;
  width: 20px;
  cursor: pointer;
}

.table > tbody > tr.success > td,
.table > tbody > tr.success > th,
.table > tbody > tr > td.success,
.table > tbody > tr > th.success,
.table > tfoot > tr.success > td,
.table > tfoot > tr.success > th,
.table > tfoot > tr > td.success,
.table > tfoot > tr > th.success,
.table > thead > tr.success > td,
.table > thead > tr.success > th,
.table > thead > tr > td.success,
.table > thead > tr > th.success {
  background-color: #9AB83A;
  color: white;
}

.black {
  color: #545454;
}

a {
  color: #F6B221;
}

a:focus, a:hover {
  color: #db9809;
  text-decoration: none;
}

hr {
  border-collapse: collapse;
  border-color: #D4D4D4;
}

footer {
  width: 100%;
  font-size: 16px;
  font-weight: normal;
  text-align: center;
  padding: 40px 0;
  position: absolute;
  bottom: 0;
  z-index:-9999;
  height: 50px;
}

@media (min-width: 768px) {
  .row-eq-height {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }
}

.navbar-soc {
  background-color: #56565a;
  border: 0;
  height: 50px;
  padding-bottom: 0;
  padding-top: 0;
  padding-right: 0px;
  display: block;
  z-index: 1039; 
}

.about-soc-modal{
  min-width: 585px;
  min-height: 405px;
}

.img-modal-content{
  margin-left: 30px;
  margin-top: 40px;
  max-height: 51px;
  max-width: 260px;
}

.close-modal-dropdown{
  position: absolute;
  right: 16px;
  top: 15px;
}

.title-content-modal{
  font-size: 24px;
  font-weight: 600;
}

.title-content-modal-p{
  font-size: 15px;
}

.content-modal-warning-title{
  font-weight: bold;
  font-size: 12px;
}

.content-modal-warning{
  font-size: 12px;
}

.modal-content-about{
  margin-top: 20% !important;
}

/* .navbar-brand {
    float: left; 
}  */

/* .navbar.navbar-soc .navbar-brand {
  height: 45px;
  padding: 9px 15px;
} */

/* .navbar.navbar-soc ul.navbar-soc {
  display: table-row;
  float: left;
  padding-left: 0px;
} */

/* @media (max-width: 768px) {
  .navbar.navbar-soc ul.navbar-soc {
    display: none;
  }
} */

/* .navbar.navbar-soc ul.navbar-soc > li {
  display: table-cell;
} */

/* .navbar.navbar-soc ul.navbar-soc > li > a {
  font-size: 17px;
  color: rgba(255, 255, 255, 0.5);
  padding: 11px;
  border-radius: 0;
  border-bottom: 3px solid transparent;
  -webkit-transition: all .2s ease-in-out;
  -o-transition: all .2s ease-in-out;
  transition: all .2s ease-in-out;
} */

/* .navbar.navbar-soc ul.navbar-soc > li > a {
  margin-right: 15px;
} */

/* .navbar.navbar-soc ul.navbar-soc > li > a:focus,
.navbar.navbar-soc ul.navbar-soc > li > a:hover,
.navbar.navbar-soc ul.navbar-soc > li.active > a {
  color: #F6B221;
  padding-bottom: 12px;
  background-color: transparent;
  background-image: -moz-linear-gradient(30% 0% -90deg, rgba(84, 84, 89, 0.15) 0%, rgba(84, 84, 89, 0.29) 99%, rgba(84, 84, 89, 0.29) 100%);
  background-image: -webkit-gradient(linear, 30% 0%, 30% 100%, color-stop(0, rgba(84, 84, 89, 0.15)), color-stop(0.99, rgba(84, 84, 89, 0.29)), color-stop(1, rgba(84, 84, 89, 0.29)));
  background-image: -webkit-linear-gradient(-90deg, rgba(84, 84, 89, 0.15) 0%, rgba(84, 84, 89, 0.29) 99%, rgba(84, 84, 89, 0.29) 100%);
  background-image: -o-linear-gradient(-90deg, rgba(84, 84, 89, 0.15) 0%, rgba(84, 84, 89, 0.29) 99%, rgba(84, 84, 89, 0.29) 100%);
  background-image: -ms-linear-gradient(-90deg, rgba(84, 84, 89, 0.15) 0%, rgba(84, 84, 89, 0.29) 99%, rgba(84, 84, 89, 0.29) 100%);
  background-image: linear-gradient(-90deg, rgba(84, 84, 89, 0.15) 0%, rgba(84, 84, 89, 0.29) 99%, rgba(84, 84, 89, 0.29) 100%);
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#25545459,endColorstr=#4b545459,GradientType=0)";
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#255454,endColorstr=#4b5454,GradientType=0);
  text-shadow: 1px 1px 4px rgba(0, 0, 0, 0.35);
} */

.breadcrumb-soc {
  background-color: #FFFFFF;
  color: #545454;
  font-size: 13px;
  padding: 6px 0;
  margin-top: 50px;
  padding-left: 31px;
}

@media (max-width: 768px) {
  .breadcrumb-soc {
    margin-top: 40px;
  }
}

.breadcrumb-soc .breadcrumb {
  padding: 0;
  margin-bottom: 0;
  background-color: transparent;
  border-radius: 4px;
}

.breadcrumb-soc .breadcrumb > li + li:before {
  color: #545454;
}

.row.row-botones {
  background-color: #FFFFFF;
  margin-right: -1px;
  margin-left: -1px;
}

.row.row-botones *[class^="col"] {
  padding-bottom: 1px;
  padding-right: 1px;
  padding-left: 1px;
}

.row.row-botones .btn.btn-soc, .row.row-botones .btn.btn-soc-o {
  height: 180px;
  padding: 0;
  padding-top: 60px;
}

.row.row-botones .btn.btn-soc > img, .row.row-botones .btn.btn-soc-o > img {
  margin-top: -20px;
  max-width: 100%;
  height: auto;
}

.row.row-botones .btn.btn-soc > .btn-text, .row.row-botones .btn.btn-soc-o > .btn-text {
  position: absolute;
  bottom: 10px;
  width: 100%;
  text-align: center;
  white-space: normal;
}

.row.row-botones .descripcion-botones {
  background-color: rgba(84, 84, 89, 0.25);
  font-size: 16px;
  height: calc(100% - 1px);
  padding: 50px;
  padding-bottom: 0;
}

.row.row-botones .descripcion-botones h3 {
  font-size: 20px;
  font-weight: 600;
  margin-top: 0;
}

.btn {
  border-radius: 0;
}

.btn.btn-soc, .btn.btn-soc-o {
  font-size: 16px;
  /*font-weight: 600;*/
}

.btn.btn-soc[disabled]:focus, .btn.btn-soc[disabled]:hover, .btn.btn-soc-o[disabled]:focus, .btn.btn-soc-o[disabled]:hover {
  opacity: 0.15;
}

.btn.emptybtn, .btn.emptybtn:focus, .btn.emptybtn:hover {
  opacity: 0.15;
  cursor: auto;
}

.btn.btn-primary {
  background-color: #F6B221;
  color: white;
  border-color: transparent;
}

.btn.btn-primary:active, .btn.btn-primary:focus, .btn.btn-primary:hover {
  background-color: #db9809;
  color: #fff;
}

.btn.btn-link {
  color: #F6B221;
  padding: 0;
}

.btn.btn-link:active, .btn.btn-link:focus, .btn.btn-link:hover {
  color: #db9809;
}

.btn.btn-soc {
  background-color: #545454;
  color: #e9e9e9;
  border-color: transparent;
  cursor: pointer;
}

.btn.btn-soc:active, .btn.btn-soc:focus, .btn.btn-soc:hover {
  background-color: #F6B221;
  color: #fff;
}

.btn.btn-soc-o {
  background-color: transparent;
  color: #545454;
  border-color: #545454;
}

.btn.btn-soc-o:active, .btn.btn-soc-o:focus, .btn.btn-soc-o:hover {
  background-color: rgba(233, 233, 233, 0.7);
}

.btn.btn-soc-o[disabled], .btn.btn-soc-o[disabled]:focus, .btn.btn-soc-o[disabled]:hover {
  background-color: transparent;
}

.btn.btn-soc-o.emptybtn, .btn.btn-soc-o.emptybtn:focus, .btn.btn-soc-o.emptybtn:hover {
  background-color: transparent;
}

.btn.btn-soc-gris {
  background-color: transparent;
  color: #545454;
}

.btn.btn-soc-gris, .btn.btn-soc-gris:active, .btn.btn-soc-gris:focus, .btn.btn-soc-gris:hover {
  border: 0 !important;
}

.btn.btn-soc-gris:active, .btn.btn-soc-gris:focus, .btn.btn-soc-gris:hover {
  color: white;
  background-color: #545454;
}

.btn.btn-soc-gris[disabled], .btn.btn-soc-gris[disabled]:focus, .btn.btn-soc-gris[disabled]:hover {
  background-color: transparent;
}

.btn.btn-soc-danger {
  background-color: transparent;
  color: #EA6651;
}

.error-input {
  outline-width: 1px;
  outline-color: #EA6651;
  outline-style: auto;
}

.btn.btn-soc-danger, .btn.btn-soc-danger:active, .btn.btn-soc-danger:focus, .btn.btn-soc-danger:hover {
  border: 0 !important;
}

.btn.btn-soc-danger:active, .btn.btn-soc-danger:focus, .btn.btn-soc-danger:hover {
  color: white;
  background-color: #EA6651;
}

.btn.btn-soc-danger[disabled], .btn.btn-soc-danger[disabled]:focus, .btn.btn-soc-danger[disabled]:hover {
  background-color: transparent;
}

.btn.active, .btn:active {
  -webkit-box-shadow: none;
  box-shadow: none;
}

.form-control {
  border-radius: 0;
}

.form-control:focus {
  border-color: transparent;
  -webkit-box-shadow: none;
  box-shadow: none;
}

.input-group .input-group-addon, .input-group .input-group-btn > .btn, .input-group .input-group-btn > .btn-group {
  border-radius: 0;
}

.input-group-buscar .form-control {
  border-color: #DCDADB !important;
  color: #545454;
}

.input-group-buscar .input-group-btn:last-child > .btn, .input-group-buscar .input-group-btn:last-child > .btn-group {
  border-color: #DCDADB;
  color: #545454;
}

.btn-default {
  background-color: #FFFFFF;
}

.input-group-buscar-contacto .form-control {
  border-color: #b4b4b4;
}

.input-group-buscar-contacto .input-group-btn:last-child > .btn, .input-group-buscar-contacto .input-group-btn:last-child > .btn-group {
  border-color: #b4b4b4;
  border-left: 0;
}

.panel {
  border-radius: 0;
}

.panel-soc {
  background-color: #e9e9e9;
  border-color: #F6B221;
  border-radius: 0;
}

.panel-soc > .panel-heading {
  color: #fff;
  background-color: #F6B221;
  border-color: #F6B221;
}

.panel-soc > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #F6B221;
}

.panel-soc > .panel-heading .badge {
  color: #F6B221;
  background-color: #fff;
}

.panel-soc > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #F6B221;
}

.carousel .carousel-control {
  width: auto;
  bottom: auto;
  background: none !important;
  top: 50%;
  margin-top: -25px;
  z-index: 9;
  opacity: 1;
  position: absolute;
  border: 0;
  padding: 0;
  cursor: pointer;
}

.carousel .carousel-control:hover {
  opacity: 1;
}

.carousel .carousel-control.left {
  left: -42px;
}

.carousel .carousel-control.right {
  right: -42px;
}

.carousel .carousel-control:disabled {
  opacity: 0.5;
  cursor: no-drop;
}

.carousel .carousel-indicators {
  bottom: -30px;
  margin-bottom: 0;
}

.carousel .carousel-indicators li {
  width: 10px;
  max-width: 10px;
  height: 10px;
  background-color: transparent;
  border: 1px solid #545454;
  border-radius: 50%;
}

.carousel .carousel-indicators li.active {
  background-color: #545454;
}

.form-group, .black-check {
  margin-top: 15px;
}

.black-check input[type=checkbox] {
  display: none;
}

.black-check input[type=checkbox] + label {
  cursor: pointer;
  background: url("../img/bg-check-grey.png");
  background-repeat: no-repeat;
  background-position: left top;
  padding-left: 4px;
  font-size: 1em;
  min-height: 24px;
}

.black-check input[type=checkbox] + label:before {
  font-family: FontAwesome;
  display: inline-block;
  content: "";
  color: #545454;
  padding-left: 26px;
  font-size: 14px;
}

.black-check input[type=checkbox]:checked + label {
  /* padding-top: 2px; */
}

.black-check input[type=checkbox]:checked + label:before {
  content: "\f00c";
  letter-spacing: 12px;
  padding-left: 0;
  padding-top: 0;
}

.white-check input[type=checkbox] {
  display: none;
}

.white-check input[type=checkbox] + label {
  cursor: pointer;
  background: url("../img/bg-check.png");
  background-repeat: no-repeat;
  background-position: left top;
  padding-left: 2px;
  padding-top: 2px;
}

.white-check input[type=checkbox] + label:before {
  font-family: FontAwesome;
  display: inline-block;
  content: "";
  letter-spacing: 15px;
  color: #555;
  padding-left: 26px;
  padding-top: 2px;
  font-size: 16px;
}

.white-check input[type=checkbox]:checked + label {
  /* padding-top: 2px; */
}

.white-check input[type=checkbox]:checked + label:before {
  content: "\f00c";
  letter-spacing: 10px;
  padding-left: 0;
  padding-top: 0;
}

.semibold, body .negocio .timeline-negocio .timeline-container .mes {
  font-weight: 600;
}

.progress {
  height: 4px;
  border-radius: 0;
  box-shadow: none;
  -webkit-box-shadow: none;
}

.progress .progress-bar {
  background-color: #F6B221;
  box-shadow: none;
  -webkit-box-shadow: none;
}

.nopadding {
  padding: 0 !important;
}

.dropdown-configurar .dropdown-toggle::after {
  display: none;
}

.dropdown-configurar .dropdown-menu {
  min-width: 500px;
  left: auto;
  right: 0;
}

@media (max-width: 992px) {
  .dropdown-configurar .dropdown-menu {
    min-width: 100% !important;
  }
}

@media (min-width: 576px) {
  .dropdown-configurar .dropdown-menu .row > * {
    padding-right: 0;
    padding-left: 0;
  }
  .dropdown-configurar .dropdown-menu .row > *:first-child {
    padding-left: 15px !important;
    border-right: 1px solid #eceeef;
  }
  .dropdown-configurar .dropdown-menu .row > *:last-child {
    padding-right: 15px !important;
  }
}

.dropdown-configurar .dropdown-menu .dropdown-item:not(.dropdown-header) {
  font-size: 12px;
}

.dropdown-configurar .dropdown-menu .dropdown-item.dropdown-header {
  font-weight: bold;
  padding-bottom: 0;
  padding-top: 3px;
}

.dropdown-configurar .dropdown-menu .dropdown-item:active {
  background-color: #F6B221;
}

@media (min-width: 768px) {
  .modal .modal-dialog {
    min-width: 640px;
  }
}

.modal .modal-dialog .modal-content {
  border: 0;
  border-radius: 0;
}

.modal .modal-dialog .modal-content .modal-header {
  padding: 40px 40px 20px 40px;
  border-bottom: 0;
}

.modal .modal-dialog .modal-content .modal-body {
  padding: 20px 40px;
}

.modal .modal-dialog .modal-content .modal-footer {
  padding: 20px 40px 40px 40px;
  border-top: 0;
}

.img-circle {
  border-radius: 50%;
}

.img-thumbnail {
  padding: 0;
  border: 1px solid #a8a8a8 !important;
}

.custom-file-control-imagen {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  z-index: 5;
  height: 2.5rem;
  padding: .7rem 0;
  line-height: 1.5;
  color: #545454;
  text-align: center;
  cursor: pointer;
  pointer-events: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  font-size: 12px;
}

.margin-20  {
  margin-top: 20px;
}
.margin-20 .form-group-soc  {
  margin-top: 20px;
}

.form-group-soc textarea.form-control {
  border: 1px solid #DCDADB;
  font-size: 14px;
}

.form-group-soc input.form-control {
  border: 1px solid #DCDADB;
  font-size: 14px;
  color: #757578;
}

.form-group-soc input.form-control:focus {
  /* border: 1px solid #F6B221; */
}

.tieneError input.form-control {
  border: 1px solid #d9534f;
}

.form-group-soc label {
  /* font-size: 12px;
  padding-left: 3px;*/
  color: #757578;
  margin-bottom: .2em; 
}

.tieneError label {
  color: #d9534f;
}

.loader-sx {
  height: 4px;
  width: 100%;
  position: relative;
  overflow: hidden;
  background-color: #d5d5d5;
}

.loader-sx:before {
  display: block;
  position: absolute;
  content: "";
  width: 1000px;
  height: 4px;
  background-color: #F6B221;
  animation: loadingSX 2s ease-in-out infinite;
}

@keyframes loadingSX {
  0% {
    left: -1000px;
  }
  100% {
    left: 100%;
  }
}

@keyframes loadingWidth {
  from {
    width: 30%;
  }
  35% {
    width: 30%;
  }
  50% {
    width: 60%;
  }
  65% {
    width: 30%;
  }
  to {
    width: 30%;
  }
}

.modal-content {
  margin-top: 30%;
}

.alert {
  margin-top: 10px;
}

.sx-icon-clickeable {
  cursor: pointer;
}

.btn-rules-editor{
  color: #FFFFFF;
  background-color: #535359;
}

.btn-rules-editor-active{
  color: #FFFFFF;
  background-color: #F6B221;
}

.sx-icon-clickeable:hover {
  color: #F6B221;
}

.detalle-form {
  margin-top: 1em;
}

.card-block {
  padding: 0;
}

.form-group-soc sx-image-uploader .row {
  margin-left: 0px !important;
}

.treeview .list-group-item {
	cursor: pointer;
}

.treeview span.indent {
	margin-left: 10px;
	margin-right: 10px;
}
.treeview span.icon {
  width: 12px;
  margin-right: 5px;
}
.treeview .node-disabled {
  color: silver;
  cursor: not-allowed;
}

.treeview .node-hidden {
  display: none;
}

.treeview span.image {
  display: inline-block;
  width: 12px;
  height: 1.19em;
  vertical-align: middle;
  background-size: contain;
  background-repeat: no-repeat;
  margin-right: 5px;
  line-height: 1em;
}

.treeview span.icon.node-icon-background {
  padding: 2px 2px 2px 2px;
  width: calc(1em + 4px);
  height: calc(1em + 4px);
  line-height: 1em;
}

.node-treeview12:not(.node-disabled):hover {
    background-color: #F5F5F5;
}

.list-group-item > .badge {
  display: inline-block;
  min-width: 10px;
  padding: 3px 7px;
  font-size: 12px;
  font-weight: bold;
  color: #fff;
  line-height: 1;
  vertical-align: middle;
  white-space: nowrap;
  text-align: center;
  background-color: #777777;
  border-radius: 10px;
  right: 1em;
  position: absolute;
}

/* Absolute Center Spinner */
.loading {
  position: fixed;
  z-index: 99999;
  height: 2em;
  width: 2em;
  overflow: show;
  margin: auto;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
}

/* Transparent Overlay */
.loading:before {
  content: '';
  display: block;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0,0,0,0.3);
}

/* :not(:required) hides these rules from IE9 and below */
.loading:not(:required) {
  /* hide "loading..." text */
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
}

.loading:not(:required):after {
  content: '';
  display: block;
  font-size: 10px;
  width: 1em;
  height: 1em;
  margin-top: -0.5em;
  -webkit-animation: spinner 1500ms infinite linear;
  -moz-animation: spinner 1500ms infinite linear;
  -ms-animation: spinner 1500ms infinite linear;
  -o-animation: spinner 1500ms infinite linear;
  animation: spinner 1500ms infinite linear;
  border-radius: 0.5em;
  -webkit-box-shadow: rgba(0, 0, 0, 0.75) 1.5em 0 0 0, rgba(0, 0, 0, 0.75) 1.1em 1.1em 0 0, rgba(0, 0, 0, 0.75) 0 1.5em 0 0, rgba(0, 0, 0, 0.75) -1.1em 1.1em 0 0, rgba(0, 0, 0, 0.5) -1.5em 0 0 0, rgba(0, 0, 0, 0.5) -1.1em -1.1em 0 0, rgba(0, 0, 0, 0.75) 0 -1.5em 0 0, rgba(0, 0, 0, 0.75) 1.1em -1.1em 0 0;
  box-shadow: rgba(0, 0, 0, 0.75) 1.5em 0 0 0, rgba(0, 0, 0, 0.75) 1.1em 1.1em 0 0, rgba(0, 0, 0, 0.75) 0 1.5em 0 0, rgba(0, 0, 0, 0.75) -1.1em 1.1em 0 0, rgba(0, 0, 0, 0.75) -1.5em 0 0 0, rgba(0, 0, 0, 0.75) -1.1em -1.1em 0 0, rgba(0, 0, 0, 0.75) 0 -1.5em 0 0, rgba(0, 0, 0, 0.75) 1.1em -1.1em 0 0;
}

/* Animation */

@-webkit-keyframes spinner {
  0% {
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@-moz-keyframes spinner {
  0% {
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@-o-keyframes spinner {
  0% {
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@keyframes spinner {
  0% {
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

.new-producto, .producto-en-negocio {
 cursor: pointer;
}

.new-producto:hover, .producto-en-negocio:hover {
  color: #F6B221;
}

.imagen-not-found {
  opacity: .5;
}

ins {
  color: black;
  background: #bbffbb;
}

del {
  color: black;
  background: #ffbbbb;
}

.match,
.textdiff span {
  color: gray;
}
.pointer {
  cursor: pointer !important;
}

.full-widht {
  width: 100%;
}

.min-height-45 {
  min-height: 45px;
}

.nav-link b {
  color: #DCDADB;
  font-size: 12px;
  font-weight: 600;
}

input[type="text"]:disabled {
  background: #FDF0D3;
  border: 0;
  color: #757578;
}

.required label:after {
  color: #e32;
  content: ' *';
  display:inline;
}

.dropdown-toggle::after {
  display: none;
}

input[readonly], input[readonly="readonly"] {
  background-color:#FFFFFF !important;
  border: 1px solid #DCDADB;
  color: #757578;
}

.btn-white {
  background-color: #FFF;
  border: 1px solid #DCDADB;
}

.dropdown-item {
  color: #757578;
  font-size: 14px;
}
.show>.dropdown-menu {
  width: 100%;
}
.dropdown-item:hover {
  background-color: #F9F9F9;
  color: #757578;
}

.btn-group {
  width: 100%;
}

.input-group-buscar .input-group-btn, .dropdown:last-child > .btn, .input-group-buscar .input-group-btn, .dropdown:last-child > .btn-group {
  border-color: #DCDADB !important;
  color: #DCDADB;
}

.input-group-btn.dropdown {
  height: 35px;
}

input.form-control.dropdown {
  height: 35px;
}

.top-button-container {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  padding-right: 0;
}

.top-button-container > button:not(:last-child) { 
  margin-right: 5px;
}


.btn-top {
  padding-left: 30px;
  padding-right: 30px;
  padding-top: 6px;
  padding-bottom: 6px;
  cursor: pointer;
}

.btn-info {
  padding-left: 30px;
  padding-right: 30px;
  padding-top: 6px;
  padding-bottom: 6px;
  cursor: pointer;
}

.btn-danger {
  cursor: pointer;
}


.top-section-container {
}


.top-section-container div h2, h3 {
  margin-bottom: 5px;
}

.top-section-container div h2, h3 {
  margin-bottom: 5px;
}

.top-info-icon {
  font-size: 20px;
}

.form-container {
  background-color: #fff;
  padding-bottom: 2em;
}

.form-header {
  border-bottom: 1px solid #DCDADB; 
  width: 100%; 
  margin-left: 35px; 
  margin-right: 35px;
}

.form-header h3 {
  font-size: 20px; 
  font-weight: 600;
}

.form-fields-container {
  padding-left: 35px; 
  padding-right: 35px;
}

@media (min-width: 1000px) {
  .form-fields-container .col-md-6:nth-child(odd) {
    padding-right: 50px;
  }
  
  .form-fields-container .col-md-6:nth-child(even) {
    padding-left: 50px;
  }
}


.table-container {
  background-color: #fff;
  padding-top: 15px;
}

.table thead {
  background-color: #545454;
  color: #DCDADB;
}

.table-hover tbody tr:hover td, .table-hover tbody tr:hover th {
  background-color: #DCDADB;
}

button {
  cursor: pointer;
}

.btn:focus,.btn:active {
  outline: none !important;
  box-shadow: none;
}

/* FILE UPLOAD */
.file-upload-container {
  border: 1px dashed #DCDADB;
  height: 150px;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}


.file-upload-container span {
  color: #DCDADB;
  cursor: pointer;
  font-weight: 900;
}

.file-upload-container.tieneError {
  border: 1px dashed #d9534f;
}

.file-upload-container.tieneError span {
  color: #d9534f;
  font-weight: 100;
}
/* END FILE UPLOAD */

.dropdown-item.pointer.disabled {
  color: #cecece;
}

.scroll-y-150 {
  max-height: 150px;
  overflow-y: scroll;
}

.nav-item .input-group.input-group-buscar {
  width: 350px;
  margin-top: 6px;
}

.nav-item div.input-group.input-group-buscar input.form-control {
  font-size: 12px;
}

.select-breadcrum {
  width: 50%;
}
.select-breadcrum  .input-group.input-group-buscar input {
  font-size: 13px;
}

.show>.dropdown-menu.dropdown-breadcrum {
  width: 50%;
}

.scroll-y-350 {
  max-height: 350px;
  overflow-y: scroll;
}

.btn.btn-soc-new {
  background-color: #4CAF50;
  color: #e9e9e9;
  border-color: transparent;
  cursor: pointer;
}

.btn.btn-soc-edit {
  background-color: #2196F3;
  color: #e9e9e9;
  border-color: transparent;
  cursor: pointer;
}

.btn.btn-soc-delete {
  background-color: #EA6751;
  color: #e9e9e9;
  border-color: transparent;
  cursor: pointer;
}


a:focus,a:active {
  outline: none !important;
  box-shadow: none;
}

.dropdown-breadcrum::-webkit-scrollbar {
  width: 12px;
}

.dropdown-breadcrum::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3); 
  border-radius: 10px;
}

.dropdown-breadcrum::-webkit-scrollbar-thumb {
  border-radius: 10px;
  -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.5); 
}

.form-container .form-header h3 {
  text-transform: uppercase;
}

.texto-gris {
  color: #545454 !important;
}

.site-template {
  padding-bottom: 20px;
}

.icon-primary {
  color: #fff;
  background-color: #5cb85c;
  border-color: #5cb85c;
}

.key-value-editor .form-control {
  display: inline;
}

.inline-input {
  display: inline;
}

.pie-select {
  margin-top: 0;
}

.key-value-container {
  padding: 10px;
  border: 1px solid #DCDADB;
}

.drag  {
  cursor: move;
}

.listado-items-container .form-group-soc:first-child {
  padding-top: 10px;
  border-top: 1px dashed #DCDADB;
}

.icon-action {
  font-size: 1.5em;
  padding: .2em
}

.publish-site {
  cursor: pointer;
  padding-right: 40px;
 }
 
 .publish-site:hover {
   color: #F6B221;
 }


.publish-site label {
  font-weight: 600;
 }

.modal .modal-dialog .modal-content .modal-footer.pretty-modal {
  padding: 15px !important;
  border-top: 1px solid #e5e5e5;
}

.modal .modal-dialog .modal-content .modal-header.pretty-modal {
  background-color: #EEEEEE;
  padding: 15px;
}

.modal.fade.show {
  z-index: 14000;
}

.modal-open {
  overflow: inherit !important;
}

td .btn-danger {
  padding: 4px 8px;
}

.page-item.active a {
  background-color: #545454 !important;
  color: #DCDADB !important;
  border-color: #545454 !important;
}

.page-item a {
  color: #545454 !important;
  border-color: #DCDADB !important;
}

.dialog {
  margin-top: 10px;
}

.btn-modal {
  width: 110px;
}

.btn-focuseable:focus {
  color: #fff;
  background-color: #31b0d5;
  background-image: none;
  border-color: #2aabd2;
}

.table-container .panel-default > .panel-heading {
  color: #DCDADB;
  background-color: #545454;
  border-top-left-radius: 0px;
  border-top-right-radius: 0px;
}

.table-container .panel-default > .panel-footer {
  background-color: #FFFFFF;
  border-top: 0px;
}

.panel.panel-default.drag {
   /* padding: 5px;  */
   margin-top: 15px; 
  /* border: 1px solid transparent; */
}

.title-designer {
  padding: 5px;
  border: 1px solid transparent;
}

.paragraph-designer {
  padding: 5px;
  min-height:30px;
  border: 1px solid transparent;
}

.image-designer {
  padding: 5px;
  min-height:30px;
  border: 1px solid transparent;
}

.image-designer div {
  display: inline;
}

.group-designer {
  padding: 1px; 
  border: 1px solid transparent;
}

.custom-control-designer {
  margin-top: 10px;
  margin-bottom: 10px;
  border: 1px solid transparent;
}

.simple-container-designer {
  min-height:30px; 
  border:1px dashed grey;
}

.separator-designer {
  border:1px solid transparent;
}

.column-designer {
  margin-top: 2px;
  min-height: 30px; 
  padding-top: 5px;
  padding-bottom: 5px;
  border: 1px solid transparent;
}

.designer-menu {
  background-color: #F00;
  height: 100px;
  width: 100px;
}

.designer-columna-izquierda {
  position: fixed;
  width: 25%;
  height: 430px;
  overflow-y: scroll;
}

.designer-columna-derecha {
  margin-left: 30%;
  width: 70%;
}

.btn-info {
  background-color: #2196F3;
}

.table-container {
  padding-left: 35px;
  padding-right: 35px;
}

.monitor-item-header {
  width: auto;
}

.designer-columna-derecha-json-editor {
  margin-left: 50%;
  min-width: 800px;
}

.no-drag {
  color: #cecece;
  cursor: no-drop !important;
}

@media(min-width: 1420px) { 
  .designer-columna-izquierda {
    width: 20%;
  }
}

@media(min-width: 1700px) { 
  .designer-columna-izquierda {
    width: 15%;
  }
}

.wrapped-text {
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}

.scrollable {
  max-height: 200px;
  overflow-y: scroll;
}

.gu-transit {
  margin-top: 8px;
  margin-bottom: 8px;
  pointer-events:none;
  /* background-color: dodgerblue; */
}

.zona-drop {
  background-color: #daeeeb;
}

.source-image {
  border: 1px dashed #DCDADB;
}

.image-selectable-container {
  cursor: pointer;
  border: 2px dashed rgba(255, 255, 255, 0.1);
  padding-right: 10px;
  padding-left: 10px;
}

.image-selectable-container.selected {
  border: 2px solid gray;
}

.image-selectable-container:not(.selected):hover {
  border: 2px solid #daeeeb;
}

.imagen-selectable {
  height: 5em; 
  max-width: 8em;
}

.asset-picker-container {
  margin-top: 15px; 
  padding: 30px; 
  border: 1px dashed gainsboro;
  height: 300px;
  overflow-y: scroll;
}

.nav-pills .nav-item.show .nav-link, .nav-pills .nav-link.active {
  background-color: #545454;
}

.fondo-blanco {
  background-color: white;
}

.inline {
  display: inline;
}

.table-width-fixed>table {
    table-layout:fixed;
}

.table-width-fixed>table>tbody>tr>td {
  overflow: hidden;
  width: 100%;
}
.navbar-light {
  min-height: 50px;
  background-color: #535359;
  box-shadow: none;
  border-bottom: none;
  border-radius: 0;
  padding: 0 1rem;
  z-index: 1000;
}
.navbar-light .navbar-toggler {
  border: 0;
  margin-top: 10px;
  cursor: pointer;
}
.navbar-light .navbar-toggler i {
  color: #fff;
}
@media (max-width: 767px) {
  .navbar-light {
    padding-left: 15px;
    z-index: 1050;
  }
  .navbar-light .navbar-collapse {
    background-color: #55565a;
  }
  .navbar-light .navbar-nav {
    margin-top: 0;
  }
}
@media (max-width: 992px) {
  .navbar-light .navbar-brand img {
    margin-top: 4px;
  }
}
.navbar-light .navbar-brand img {
  max-height: 30px;
}
@media (max-width: 767px) {
  .navbar-light .navbar-brand {
    margin-left: 0;
  }
  .navbar-light .navbar-brand img {
    max-height: 23px;
  }
}
.navbar-light .navbar-nav li {
  margin-left: 8px;
}
.navbar-light .navbar-nav li .nav-link {
  color: #aaaaac;
  padding: 11px 19px 7px;
}
.navbar-light .navbar-nav li .nav-link i {
  font-size: 20px;
}
.navbar-light .navbar-nav li .nav-link i:hover {
  font-size: 20px;
}
.navbar-light .navbar-nav li .nav-link:hover {
  color: #fff;
}
.navbar-light .navbar-nav li .nav-link.email-user {
  color: #fff;
  font-family: 'Open Sans', sans-serif;
}
.navbar-light .navbar-nav li.user-icon a {
  margin-left: 20px;
  padding-left: 30px;
  padding-right: 0;
  position: relative;
  color: #fff;
}
.navbar-light .navbar-nav li.user-icon a:before {
  content: "";
  width: 1px;
  position: absolute;
  top: 10px;
  bottom: 10px;
  left: 0;
  background: #c4c4c4;
}
.navbar-light .navbar-nav li.active {
  background-color: #48484d;
}
.navbar-light .navbar-nav li.active .nav-link {
  color: #fff;
  border-bottom: 3px solid #f5b11e;
}
@media (max-width: 1190px) {
  .navbar-light .navbar-nav li {
    margin-left: 0;
  }
}
.navbar-light .navbar-nav .dropdown-menu {
  left: inherit;
  right: 0;
}
.navbar-light .navbar-nav .dropdown-menu .dropdown-item {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  align-items: center;
  justify-content: space-around;
}
.navbar-light .navbar-nav .dropdown-menu .dropdown-item i {
  font-size: 20px;
}
@media (max-width: 992px) {
  .navbar-light .navbar-nav .dropdown-menu .dropdown-item {
    display: block;
  }
  .navbar-light .navbar-nav .dropdown-menu .dropdown-item i {
    margin-right: 10px;
  }
  .navbar-light .navbar-nav.user {
    flex-direction: row;
  }
}
.navbar-light .navbar-nav.user {
  margin-top: 3px;
}

.content-nav {
  min-height: 45px;
  background-color: #535359;
}
