body {
  padding-top: 40px;
  padding-bottom: 40px;
  background-color: #eee;
}

.navbar-inverse {
  background-color: #ff6162;
  border-color: #ff6162;
}
.navbar-inverse .navbar-brand,
.navbar-inverse .navbar-nav>li>a {
  color: #ffffff;
}
.navbar-inverse .navbar-toggle {
  border: 0;
}
.form-signin .btn-primary {
  color: #fff;
  background-color: #ff6162;
  border-color: #ff6162;
}
.navbar-brand {
  padding: 0;
  padding-left: 20px;
}
.navbar-brand img {
  width: 180px;
  height:auto;
}
.form-signin {
  max-width: 330px;
  padding: 15px;
  margin: 0 auto;
}
.form-signin .form-signin-heading,
.form-signin .checkbox {
  margin-bottom: 10px;
}
.form-signin .checkbox {
  font-weight: normal;
}
.form-signin .form-control {
  position: relative;
  height: auto;
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
  padding: 10px;
  font-size: 16px;
}
.form-signin .form-control:focus {
  z-index: 2;
}
.form-signin input[type="email"] {
  margin-bottom: -1px;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
.form-signin input[type="password"] {
  margin-bottom: 10px;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}


/*
 * Base structure
 */

/* Move down content because we have a fixed navbar that is 50px tall */
body {
  padding-top: 50px;
}



.sub-header {
  padding-bottom: 10px;
  border-bottom: 1px solid #eee;
}


.sidebar {
  display: none;
}
@media (min-width: 768px) {
  .sidebar {
    position: fixed;
    top: 51px;
    bottom: 0;
    left: 0;
    z-index: 0;
    display: block;
    padding: 20px;
    overflow-x: hidden;
    overflow-y: auto;
    background-color: #f5f5f5;
    border-right: 1px solid #eee;
  }
}


.nav-sidebar {
  margin-right: -21px;
  margin-bottom: 20px;
  margin-left: -20px;
}
.nav-sidebar > li > a {
  padding-right: 20px;
  padding-left: 20px;
}
.nav-sidebar > .active > a {
  color: #fff;
  background-color: #428bca;
}


.main {
  /* padding: 20px; */
}
@media (min-width: 768px) {
  .main {
    /* padding-right: 10px;
    padding-left: 10px; */
  }
}
.main .page-header {
  margin-top: 0;
}

.placeholders {
  margin-bottom: 30px;
  text-align: center;
}
.placeholders h4 {
  margin-bottom: 0;
}
.placeholder {
  margin-bottom: 20px;
}
.placeholder img {
  display: inline-block;
  border-radius: 50%;
}

.lpager{
  cursor: pointer;
}

table.leads,table.validate{
  font-size: 13px;
}
.validate .score{
  font-size: 0.95em;
}

.aform label{
  padding: 2px 0px!important;
}

.aform .btn{
  margin: 10px 0px;
}

.aform2 label{
  padding: 2px 0px!important;
}

.aform2 .btn{
  margin: 10px 0px;
}

.mg{
  margin: 10px 0px;
}

#loading{
  position: fixed;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  text-align: center;
  background-color: rgba(0,0,0,0.2);
}
#loading img{
  top: 35%;
  position: relative;
}

.validate-send{
  display: none;
}

.display-table{
  color: #000;
  font-weight: bold;
}

.display-table.active{color:#428bca}


.leads-table{position: relative;clear: both;min-height: 2900px;}
table.leads{position: absolute;top:0px;}


.circle {
  border-radius: 50%;
  width: 25px;
  height: 25px;
  margin: 0 auto;
  /* width and height can be anything, as long as they're equal */
}
.drag-main{position:fixed;top:0px;}
.drag-container{position:relative;}
.toload{position: absolute;top:0;left:50%;}
.toload .modal-dialog{width: 200px;}
#msg-score .modal-dialog{width: 200px}
.red{ background-color: red;}
.yellow{ background-color: yellow;}
.green{ background-color: green;}


.callupdate, .modal-detail-result {
  height: 86%;
  overflow-y: scroll;
  position: fixed;
  width: 98%;
  border: 2px solid;
  padding: 15px;
  border-radius: 10px;
  background-color: #efefef;
  left: 1%;
  top: 7%;
  margin: 0 auto;
  z-index: 10000;
  border: 2px solid #222222;
}

.modal_show_messages {
  height: 80%;
  /* overflow-y: scroll; */
  position: fixed;
  width: 45%;
  border: 2px solid;
  padding: 15px;
  border-radius: 10px;
  background-color: #efefef;
  left: 27.5%;
  top: 10%;
  margin: 0 auto;
  z-index: 1000000;
  border: 2px solid #222222;
}

@media (max-width: 576px) {
  /* .modal_show_messages {
    width: 92% !important;
    left: 4% !important;
  } */
  .modal_show_messages {
    width: 100% !important;
    left: 0% !important;
    height: 100% !important;
    top: 0% !important;
    border-radius: 0 !important;
  }
  .badge.show_messages {
    font-size: 15px !important;
  }
  .div-message {
    font-size: 15px !important;
  }
  .div-message .fecha {
    font-size: 12px !important;
  }
  .textarea-mensaje {
    font-size: 15px !important;
  }
  .leyenda {
    display: none !important;
  }
}

/*.select4products{
  max-height: 78%;
  overflow-y: scroll;
  position: fixed;
  width: 70%;
  border: 2px solid;
  padding: 12px 125px;
  border-radius: 10px;
  background-color: #efefef;
  left: 15%;
  top: 10%;
  z-index: 100;
}*/

/*.current-user {
  background-color: #80bfff;
}

.table-striped>tbody>.current-user:nth-child(odd)>td {
  background-color: #b3d9ff;
}


.state-4, .state-5{
  background-color: #EDC1BB;
}

.state-7 td{
  background-color: #FAE2DE !important;
}

.table-striped>tbody>.state-4:nth-child(odd)>td, .table-striped>tbody>.state-5:nth-child(odd)>td{
  background-color: #FAE2DE;

}*/

/*.reentrada-client td{
  background-color: yellow !important;
}*/


.modal-form-emitir {
  height: 80%;
  overflow-y: scroll;
  position: fixed;
  width: 90%;
  border: 2px solid;
  padding: 15px;
  border-radius: 10px;
  background-color: #efefef;
  left: 5%;
  top: 10%;
  margin: 0 auto;
  z-index: 10000;
  border: 2px solid #222222;
}


.cover-right {
  display: inline-block;
  width: 65%;
}

.cover-left {
  display: inline-block;
  width: 35%;
}

/* .nivel-1 {
  background-color: green !important;
  color: white !important;
}
.nivel-2 {
  background-color: #e2c704 !important;
  color: white !important;
}
.nivel-3 {
  background-color: red !important;
  color: white !important;
} */

.celular-lead {
    color: #555;
}

.refresh-page {
    position: relative;
}

.notificacion-mensajes, .notificacion-urgentes {
    background-color: red;
    width: 30px;
    height: 30px;
    border-radius: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    position: absolute;
    top: -24px;
    font-weight: bold;
    font-size: 15px;
    color: white;
    right: -10px;
    z-index: 1000;
}
