.hdn {
    display: none;
}

.fog {
	width: 100%;
	height: 100%;
    background: #f198d5;
    opacity: 0.9;
	position:fixed;
    z-index: 9999;
}

.container-fluid {
    width: 100%;
    padding-right: 0px;
    padding-left: 0px;
    margin-right: auto;
    margin-left: auto;
}
/*
.col, .col-1, .col-10, .col-11, .col-12, .col-2, .col-3, .col-4, .col-5, .col-6, .col-7, .col-8, .col-9, 
.col-auto, .col-lg, .col-lg-1, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, 
.col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-auto, .col-md, .col-md-1, .col-md-10, .col-md-11, .col-md-12, 
.col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-auto, .col-sm, 
.col-sm-1, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, 
.col-sm-8, .col-sm-9, .col-sm-auto, .col-xl, .col-xl-1, .col-xl-10, .col-xl-11, .col-xl-12, .col-xl-2, .col-xl-3, 
.col-xl-4, .col-xl-5, .col-xl-6, .col-xl-7, .col-xl-8, .col-xl-9, .col-xl-auto {
    position: relative;
    width: 100%;
    min-height: 1px;
    padding-right: 5px;
    padding-left: 5px;
}
*/
.bg-dark a {
    color: #f067c5;
}

.btn-secondary {
	background-color: #f551d7;
	border-color: #e844ca;
	color:#FFFFFF;
}
.btn-secondary:hover,
.btn-secondary:focus,
.btn-secondary:active,
.btn-secondary.active {
	background-color: #e541c7;
	border-color: #cd29af;
	color:#FFFFFF;
}
.btn-secondary.disabled:hover,
.btn-secondary.disabled:focus,
.btn-secondary.disabled:active,
.btn-secondary.disabled.active,
.btn-secondary[disabled]:hover,
.btn-secondary[disabled]:focus,
.btn-secondary[disabled]:active,
.btn-secondary[disabled].active,
fieldset[disabled] .btn-secondary:hover,
fieldset[disabled] .btn-secondary:focus,
fieldset[disabled] .btn-secondary:active,
fieldset[disabled] .btn-secondary.active {
	background-color: #f551d7;
	border-color: #e844ca;
	color:#FFFFFF;
}

.btn-primary {
	background-color: #f551d7;
	border-color: #e844ca;
	color:#FFFFFF;
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary:active,
.btn-primary.active {
	background-color: #e541c7;
	border-color: #cd29af;
	color:#FFFFFF;
}
.btn-primary.disabled:hover,
.btn-primary.disabled:focus,
.btn-primary.disabled:active,
.btn-primary.disabled.active,
.btn-primary[disabled]:hover,
.btn-primary[disabled]:focus,
.btn-primary[disabled]:active,
.btn-primary[disabled].active,
fieldset[disabled] .btn-primary:hover,
fieldset[disabled] .btn-primary:focus,
fieldset[disabled] .btn-primary:active,
fieldset[disabled] .btn-primary.active {
	background-color: #f551d7;
	border-color: #e844ca;
	color:#FFFFFF;
}

#inTrnLst .btn-sm {
    padding: .125rem .25rem;
    font-size: .6rem;
}

.btn-primary.disabled, .btn-primary:disabled {
    background-color: #f198d5;
    border-color: #f067c5;
}

.nav-pills .nav-link.active, .nav-pills .show>.nav-link {
    background-color: #f067c5;
}

.btn-group-justified {
  display: table;
  width: 100%;
  table-layout: fixed;
  border-collapse: separate; }
  .btn-group-justified .btn,
  .btn-group-justified .btn-group {
    float: none;
    display: table-cell;
    width: 1%; }
    .btn-group-justified .btn .btn,
    .btn-group-justified .btn-group .btn {
      width: 100%; }
    .btn-group-justified .btn .dropdown-menu,
    .btn-group-justified .btn-group .dropdown-menu {
      left: auto; }

::-webkit-scrollbar {
  width: 5px;
  height: 5px;
}
::-webkit-scrollbar-button {
  width: 0px;
  height: 0px;
}
::-webkit-scrollbar-thumb {
  background: #be529c;
  border: 0px none #ffffff;
  border-radius: 50px;
}
::-webkit-scrollbar-thumb:hover {
  background: #f067c5;
}
::-webkit-scrollbar-thumb:active {
  background: #f067c5;
}
::-webkit-scrollbar-track {
  background: #b5b5b5;
  border: 0px none #ffffff;
  border-radius: 10px;
}
::-webkit-scrollbar-track:hover {
  background: #aaaaaa;
}
::-webkit-scrollbar-track:active {
  background: #aaaaaa;
}
::-webkit-scrollbar-corner {
  background: transparent;
}

.alert {
    position: fixed;
    top: 10px;
    right: 10px;
    z-index: 2;
    display: none;
}

#vwTicket {
    display: none;
}

.pdfInforme {
    position: fixed;
    top: 0%;
    right: 0%;
	width: 100%;
	height: 100%;
	background: #fff;
    z-index: 99998;
    padding: 5px;
}

iframe {
    width: 100%;
    height: 100%;
}

i.fa-minus-circle:hover {
    cursor: pointer;
    text-shadow: #000 0 0 1px;
}

.range-container {
    max-width: 400px;
    margin: 20px auto;
    text-align: center;
}

.card-body {
    padding: .3rem;
}

.card-title {
    margin-bottom: .05rem;
    color: #999;
}

.card-img-top {
    filter: opacity(80%);
}

.fullHeight {
    height: 100vh;
}

.cbsGray {
    background-image: url(../img/light-grey-terrazzo.png);
}

.cbsDark {
    background-image: url(../img/pink_rice.jpg);
}

.text-light {
    color: #be529c !important;
}

.catalog, .catalogo {
    max-height: 200px;
    overflow-x: hidden;
    overflow-y: auto;
    border-radius: 5px;
}

.list-tittle {
    font-size: smaller;
}

.list-group {
    font-size: small;
}

#cjPrdBsqLst {
    font-size: medium;
}

.catalog>.list-group-item>div>div, .catalogo>.list-group-item>div>div {
    white-space: nowrap; 
    overflow: hidden;
    text-overflow: ellipsis;
    padding: 0px 0px;
}

.list-group-item {
    padding: 0.1rem 1.2rem;
}

.list-group-item {
    /*padding: 1px 2px;*/
    text-align: left;
}

.list-group-item:hover {
    background-color: #eee;
    cursor: pointer;
}

.prtInforme {
	width: 100%;
	height: 100%;
	background: #fff;
    position:fixed;
    z-index: 99998;
    padding: 5px;
}

iframe {
    width: 100%;
    height: 100%;
}

.nvoMvt, .edtPrd {
    background-color: #ccc;
    padding: 5px;
    border-radius: 2px;
    font-size: smaller;
}

.nvoMvt:hover, .edtPrd:hover {
    cursor: pointer;
    color: #999;
    background-color: #aaa;
}

#cjTckPrd {
    font-size: large;
}

#inIngLst input {
    padding: 0px;
    text-align: center;
}

.imgBottom {
    width: 100px;
}

.cmNombre {
    padding-left: 5px !important;
}

/* CHANGE */
#loginPg {
    background: url(../img/pink_rice.jpg);
}

.login {
    /*background-color: #fff;*/
    padding: 15px;
    height: 220px;
    width: 420px;
    border-radius: 5px;
    /*box-shadow: #fff 0 0 15px;*/
}

.login img {
    width: 400px;
}

logo {
    position:fixed;
    top: 0px;
    left: 0px;
    padding: 10px;
    background: #000;
    border-radius: 0 0 5px 0;
    border-right: #fff solid 1px;
    border-bottom: #fff solid 1px;
    box-shadow: #000 0 0 5px;
    z-index: 9999;
}

logo img {
    width: 50px;
}

salonlist {
    position: fixed;
    top: 0px;
    left: 70px;
    width: 200px;
    padding: 5px;
    background: #000;
    border-radius: 0 0 5px 0;
    border-right: #fff solid 1px;
    border-bottom: #fff solid 1px;
    box-shadow: #000 0 0 5px;
    z-index: 9999;
}

#mnu a {
    color: #fff;
    position:fixed;
    left: -151px;
    transition: 0.3s;
    padding: 5px 15px;
    width: 200px;
    text-decoration: none;
    font-size: 25px;
    text-align: right;
    background: #be529c;
    border-radius: 0 5px 5px 0;
    border-top: #fff solid 1px;
    border-right: #fff solid 1px;
    border-bottom: #fff solid 1px;
    box-shadow: #000 0 0 5px;
    z-index: 9999;
}

#mnu .active {
    color: #fff;
}

#mnu a:hover {
    color: #fff;
    cursor: pointer;
}

#mnuItem1 { top: 100px; } #mnuItem1:hover { left: -100px; }
#mnuItem8 { top: 150px; } #mnuItem8:hover { left: -90px; }
#mnuItem3 { top: 200px; } #mnuItem3:hover { left: -55px; }
#mnuItem2 { top: 250px; } #mnuItem2:hover { left: -30px; }
#mnuItem4 { top: 300px; } #mnuItem4:hover { left: -45px; }
#mnuItem5 { top: 350px; } #mnuItem5:hover { left: -40px; }
#mnuItem6 { top: 400px; } #mnuItem6:hover { left: -80px; }
#mnuItem7 { top: 450px; } #mnuItem7:hover { left: -100px; }

a {
    color: #000;
}

/*
.btn-primary, .bg-primary {
    background-color: #666!important;
    border-color: #000;
}

.btn-primary:hover {
    background-color: #000;
}
*/

datebox {
    position: fixed;
    top: 250px;
    right: -177px;
    padding: 0px;
    z-index: 999;
    background-color: #be529c;
    border-radius: 0px 0px 6px 6px;
    width: 400px;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    font-size: 14px;
    border-top: #fff solid 1px;
    border-left: #fff solid 1px;
    border-bottom: #fff solid 1px;
    box-shadow: #000 0 0 5px;
    transform: rotate(90deg);
}

datebox i {
    transform: rotate(-90deg)
}

datebox .form-group {
    margin: 5px;
}