/* lgin */
@font-face {
  font-family: "roboto";
  src: url("/static/css/Roboto-Regular.ttf")
}
a {
  color:#181818
}
body {
  margin: 0px;
  font-family: "roboto";
}
.container{
  min-height: 100vh;
  display: flex;
}
.img-max{
  max-width: 85%;
  margin-bottom: 3vh;
}
.max-width{
  max-width: 85%;
}
.bnr-lft{
  background-color:#bfa445;
  display: flex;
  align-items: end;
  justify-content: center;
}
.div-center {
  text-align: center;
}
.div-center.flex {
  display: flex;
}
.bnr-lft-dtl{
  width: 14%;
  background-color:#bfa445;
  display: flex;
  flex-direction: column;
  justify-content: space-around;
}
.bnr-rgt{
  width: 81%;  
  display: flex;
  align-items: center;
  justify-content: center;
}
.bnr-lft-txt{
  margin-right: auto;
  margin-left: auto;
  color:white;
  margin-bottom: 6vh;
}
.bnr-txt-1{
  font-size: 45px;
}
.bnr-txt-2{
  font-size: 30px;
}
.txt-err {
  margin-bottom: 10px; 
  color: #dc3545d9;
}
.container-lgn {
  width: 80%;
  max-width: 662px;
}
.div-lgn{
  width: 80%;
  margin: auto;
}
.div-logo-lgn {
  display: flex;
  justify-content: end;
  margin-bottom: 7vh;
}
.div-btn{
  position: relative;
}
.name-btn {
  position: absolute;
  left: 54%;
  top: 44%;
  transform: translateX(-50%) translateY(-50%);
}
.input-lrl {
  border-radius: 8px;
  height: 30px;
  border: 1px solid #7676766e;
  color: #565656;
  width: 93%;
  max-width: 500px;
  padding-left: 7px;
  padding-right: 2px;
  box-sizing:border-box;
  background-color: white;
}

.select-lrl {
  border-radius: 8px;
  height: 30px;
  border: 1px solid #7676766e;
  color: #565656;
  width: 85%;
  max-width: 500px;
  padding-left: 7px;
  padding-right: 2px;
  box-sizing:border-box;
  background-color: white;
  margin-left: 10px;
}
.input-lrl.lgn{
  display: block;
  margin-left: auto;
  margin-right: auto;
  height: 50px;
  font-size: 18px;
  border-radius: 26px;
  padding-left: 60px;
  margin-bottom: 20px;
}
.title-register{
  margin-bottom: 10px;
  color:#565656
}
.input-lrl.pasw {
  background: url(/static/img/ico_mail.png) no-repeat scroll 18px 0px;
  background-size: 30px;
  margin-bottom: 20px;
  display: block;
  height: 40px;
  font-size: 18px;
  border-radius: 26px;
  padding-left: 60px;
}
#id_username {
  background: url(/static/img/ico_mail.png) no-repeat scroll 18px 6px;
  background-size: 30px;
  margin-bottom: 20px;
}
#id_password {
  background: url(/static/img/ico_candado.png) no-repeat scroll 18px 6px;
  background-size: 30px;
  margin-bottom: 20px;
}
.btn-lrl{
  background-color: #bfa445;
  border: none;
  color: white;
  border-radius: 25px;
  padding: 10px 30px;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  font-size: 20px;
  transition: all .2s;
  margin: 4px 2px;
  cursor: pointer;
}
.btn-lrl:hover{
  background-color: #bfa958;
}
.div-btn-lrl{
  width: 93%;
  margin: auto;
}
/* Detail */
/* Detail == dtl*/
.ttl-dtl{
  font-size: 20px;
  color:#bfa445;
  font-weight: bold;
}
.div-dtl {
  display: flex;
  margin-top: 20px;
  align-items: center;
}
.img-dtl{
  margin-left: 5px;
}
.input-lrl.md.active{
  background-color: #bfa445;
  color: white;
  border-color: #bfa445;
}
.input-lrl.active{
  background-color: #bfa445;
  color: white;
  border-color: #bfa445;
}
select {
  width: 200px;
  max-width: 100%;
  /* So it doesn't overflow from it's parent */
}
.div-gif {
  position: fixed;
  text-align: center;
  left: 0;
  top: 0px;
  padding-top: 23%;
  width: 100%;
  height: 100%;
  background-color: rgba(0,0,0,0.4);

}
option {
  /* wrap text in compatible browsers */
  -moz-white-space: pre-wrap;
  -o-white-space: pre-wrap;
  white-space: pre-wrap;
  /* hide text that can't wrap with an ellipsis */
  overflow: hidden;
  text-overflow: ellipsis;
  /* add border after every option */
  border-bottom: 1px solid #DDD;
}
.div-input-lrl{
  width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
}

.container-dtl {
  width: 90%;
  margin-top: 3vh;
}
.container-rnk {
  width: 70%;
  margin-top: 6vh;
}
.th-rnk-st{
  width: 20%;
  font-size: 16px;
  padding-left: 25px;
  text-align: left;
}
.th-rnk-€{
  width: 10%;
  font-size: 16px;
}
.name-rnk {
  font-size: 16px;
  padding-left: 25px;
}
.value-€ {
  text-align: center;
  font-size: 16px;
}
.bnr-rgt-dtl{
  width: 86%;  
  display: flex;
  justify-content: center;
}
.lbl-lrl{
  white-space: nowrap;
  width: 95%;
  display: block;
}
.tb-dtl{
  width: 100%;
  margin-top: 3vh;
  border-collapse: collapse;
  overflow: auto;
  display: block;
  height: calc(100% - 8vh - 160px);
}
.tb-dtl.rnkg { 
  height: calc(100% - 8vh - 80px);

}

.contain-tb {
  height:calc(100vh - 7vh);
}
.contain-tb.ranking{
  height:calc(100vh - 7vh - 44px);
}
thead th{
  background-color: #f5f5f5;
}
.table-modal tbody tr {
  cursor: pointer;
}
tr {
  font-size: 14px;
  cursor: pointer;
}
th {
  padding: 10px 5px;
  color:#3b3b3b
}

tr:hover {
  background-color: #bfa445;
}
 tr:hover td {
  border-right: 1px #bfa445 solid;
  border-left: 1px #bfa445 solid;
}
.btn-detail{
  cursor: pointer;
  border: none;
  font-weight: bold;
  width: 43px;
  height: 28px;
  background-position: center;
  text-align: center;
  background-repeat: no-repeat;
  background-image: url(/static/img/floppy-disk.png);

}
.div-data-general{
  display: flex;
  justify-content: space-between;
}
.data-general {
  width: 20%;
  text-align: center;
  font-size: 20px;
}

.btnDetail {
  padding: 5px;
}
.btnDetail:hover{
  cursor: pointer;
}
/* th:nth-child(1){
  border-left: 1px #e6e6e6 solid;
} */
tbody {
  border-bottom: 1px #e6e6e6 solid;
}
th{
  border-right: 1px #e6e6e6 solid;
  border-left: 1px #e6e6e6 solid;
}
.date-table{
  width: 8%;
}
.div-not-found {
  text-align: center;
  margin-top: 20px;
}
.total-table{
  width: 8%;
}
td{
  padding: 6px 4px;
  color:#3b3b3b;
  border-right: 1px #e6e6e6 solid;
  border-left: 1px #e6e6e6 solid;
}
.total-money{
  margin-top: 2vh;
}
.modal {
  display: none;
  position: fixed;
  background-color: rgba(0,0,0,0.4);
  left: 0;
  top: 0;
  padding-top: 10vh;
  width: 100%;
  height: 100%;
}
.modal-content {
  padding: 0px;
  width: 60%;
  height: 80%;
  margin: auto;
  background-color: white;
}
.close {
  float: right;
  cursor: pointer;
  color: #565656;
  font-weight: bold;
  font-size: 20px;
  width: 30px;
  text-align: center;
  height: 30px;
}
.th-ded{
  min-width: 100px;
}
.img-ar{
  width: 14px;
  float: right;
}
.input-lrl.md {
  cursor: pointer;
  text-align: left;
}

.table-modal{
  width: 100%;
  border-collapse: collapse;
}
.div-table-modal {
  overflow: auto;
  height: calc(100% - 51px)
}
.div-table-modal.hcp {
  height: calc(100% - 87px)
}

.td-img{
  text-align: center;
}
.div-none {
  text-align: center;
  max-width: 250px;
  margin-right: auto;
  margin-left: auto;
  margin-top: 20px;
}
.input-lrl.btn-none{
  cursor: pointer;
  width: 80px;
  background-color: #bfa445;
  color: white;
  border: none;
  text-align: center;
  padding: 4px 4px;
}

.tb-dtl table tr:nth-child(even) td{
  background-color: #f5f5f5ab;

}
.input-lrl.md.order{
  max-width: 70px;
}
.txt-dtl {
  display: flex;
  align-items: center;
  margin-top: 11px;
}
.txt-dtl-1 {
  width: 30%;
  text-align: right;
  color: #bfa445;
  font-weight: bold;
}

.title-modal-hcp{
  border-bottom: 1px solid #adadad;
  padding: 15px 15px;
}
.lbl-modal{
  margin-bottom: 6px;
  font-size: 15px;
}
.table-modal tbody tr td:nth-child(1){
  padding-left: 15px;
}
.txt-dtl-2 {
  width: 70%;
  text-align: left;
  padding-left: 12px;
  text-overflow: ellipsis;
  overflow: hidden;
}
.error{
  color:#ff5353
}
.modal-content.detail{
  width: 50%;
}
.div-text-detail {
  width: 90%;
  margin: auto;
  padding-bottom: 40px;
  font-size: 15px;
}
.div-file {
  margin-bottom: 5px;
}
.title-modal {
  border-bottom: 1px solid #adadad;
  height: 40px;
  vertical-align: middle;
  align-items: center;
  padding: 5px 15px;
  display: flex;
  justify-content: space-between;
}
.div-btn-ded {
  text-align: center;
  margin: auto;
  margin-top: 20px;
  max-width: 200px;
}
.data {
  font-weight: bold;
  font-size: 25px;
}
.contain-tb.general{
  padding-top: 26px;
  height: calc(100vh - 7vh - 70px);

}
#percentage-brand {
  width: 90% !important;
  height: 90% !important;
  margin: auto;
}
.div-charts{
  display: flex;
  justify-content: space-between;
  margin-top: 20px
}
.container-gnrl {
  width: 85%;
  margin-top: 6vh;
}
#div-lines {
  display: none;
}
#div-pie {
  display: none;
}
.div-canvas{
  width: 49%;
}
.flex-ded-save{
  display: flex;
  justify-content: center;
}
.flex-ded-save.left{
  justify-content: left;
}
.input-lrl.ded{
  margin-right: 10px;
}
.input-lrl.m-rt{
  margin-right: 15px;
}
.table-charts {
  height: calc(100vh - 7vh - 200px);
  overflow-y: auto;
}
.alert-warning {
  color: #db2727;
  text-align: center;
  margin-bottom: 20px;
}
.alert-success{
  color: #4b4b4b;
  text-align: center;
  margin-bottom: 20px;

}
.link-recover {
  float: right;
  text-decoration: none;
  color: #bfa445;
  right: 23px;
  position: relative;
}
.eye {
  position: absolute;
  top: 13px;
  right: 34px;
}
.div-eye {
  position: relative;
}
@media screen and  (max-width: 1550px) {
  .lbl-lrl {
    font-size: 12px;
  }
  tr {
    font-size: 12px;
  }
  .container-gnrl{
    width: 90%;
  }
  .name-btn {
    font-size: 12px;
  }
}
@media screen and  (max-width: 1250px) {
  .data-general {
    font-size: 16px;
  }
  .container-gnrl{
    width: 98%;
  }
  .bnr-lft-dtl{
    width: 12%;
  }
  .bnr-rgt-dtl{
    width: 88%;
  }
  .name-btn {
    font-size: 10px;
  }
}


@media screen and  (max-width: 425px) {
  .bnr-lft {
    display: none;
  }
  .bnr-rgt {
    width: 100%;
  }
  .div-lgn {
    width: 100%;
  }
  .container-lgn {
    width: 100%;
  }
}


