.card-shadow {
  box-shadow: 0 0.1em 0.25em rgba(0, 0, 0, 0.1), 0 0.1em 0.2em rgba(0, 0, 0, 0.1);
}
.login-page {
  padding-top: 0px;
  background-image: url("../images/whitey.png");
  background-repeat: repeat;
  background-attachment: fixed;
}
.login-container {
  /*margin-top: 60px;*/
  margin-top: 10px;
}
.login-form-header {
  padding: 15px 30px;
}
.login-form-header .logo {
  text-align: center;
}
.login-input .login-frm-input {
  /*height: 50px;*/
}
.login-input .login-frm-input:hover,
.login-input .login-frm-input:focus {
  border: #7D366E 1px solid !important;
}
.login-input .icon-left {
  /*height: 48px;
  line-height: 47px !important;*/
}
.login-form-footer .btn {
  padding: 10px 20px !important;
  font-size: 16px !important;
  font-weight: 400 !important;
}
.btn-login {
  padding: 10px 20px !important;
  background-color: #831755 !important;
  border: #bbb 1px solid !important;
  -webkit-border-radius: 3px !important;
  -moz-border-radius: 3px !important;
  border-radius: 3px !important;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.16), 0 2px 10px rgba(0, 0, 0, 0.12) !important;
  font-size: 16px !important;
  font-weight: 400 !important;
  color: white;  
}
.btn-login:hover {
  background-color: #5D164E !important;
  border: #7D366E 1px solid !important;
  box-shadow: 0 8px 17px rgba(0, 0, 0, 0.2), 0 6px 20px rgba(0, 0, 0, 0.19) !important;
  color: #fff !important;
}
.btn-login:focus {
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.16), 0 2px 10px rgba(0, 0, 0, 0.12) !important;
}
.div-login{
  height: 400px;
  background: rgba(255, 255, 255, 0.8);
}
.login-page-footer {
  margin-top: 30px;
  text-align: center;
}
.fot{
  margin-top: 0%;
  text-align: center;
}
@media only screen and (max-width: 988px) {
  .foot {
    margin-top: 15%;
    text-align: center;
  }
}
@media only screen and (max-width: 600px) {
  .foot {
    margin-top: 10%;
    text-align: center;
  }
}
.boxed-login .login-form-container {
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.16), 0 2px 10px rgba(0, 0, 0, 0.12);
  background-color: #fff;
  padding: 25px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
}
.boxed-login .login-form-header {
  -webkit-border-radius: 4px 4px 0px 0px;
  border-radius: 4px 4px 0px 0px;
  padding: 15px 0px 0px 0px;
  margin-left: -25px;
  margin-right: -25px;
  margin-top: -25px;
  margin-bottom: 25px;
}
.boxed-login .login-form-header .logo {
  text-align: center;
}
.boxed-login .login-form-footer {
  padding: 25px;
  margin-top: 25px;
  margin-left: -25px;
  margin-right: -25px;
  margin-bottom: -25px;
  -webkit-border-radius: 0 0 4px 4px;
  border-radius: 0 0 4px 4px;
}
.boxed-login .login-form-footer .btn {
  padding: 10px 20px !important;
  font-size: 16px !important;
  font-weight: 400 !important;
}
.social-login {
  padding: 40px 0px;
}
.social-login > .login-container {
  margin-top: 0px !important;
}
.social-login .login-form-footer {
  margin-bottom: 25px !important;
}
.error-code {
  margin-bottom: 30px;
  font-size: 150px;
  text-align: center;
  font-family: 'Kranky', cursive;
}
.error-code > div {
  position: relative;
  display: inline-block;
  background-color: #fff;
  padding: 0px 30px;
  border-radius: 100px 60px 40px 0px;
  -moz-border-radius: 100px 60px 40px 0px;
  -webkit-border-radius: 100px 60px 40px 0px;
  line-height: normal;
}
.error-code > div > span {
  color: #17bab8;
}
.error-code > div:after {
  content: "";
  width: 0;
  height: 0;
  border-top: 60px solid #fff;
  border-right: 60px solid transparent;
  position: absolute;
  left: 0px;
  bottom: -40px;
}
.error-message {
  margin-bottom: 40px;
  /* text-align: right; */
}
.error-message h4 {
  font-size: 32px;
  font-weight: 300;
  color: #e57373;
}
.error-body {
  margin-bottom: 60px;
}
.error-footer-container {
  margin-top: 30px;
  padding: 15px;
  color: #666;
}
.error-footer-container a {
  color: #868686;
}
.error-footer-container a:hover,
.error-footer-container a:focus {
  text-decoration: none;
}
.error-footer-container .footer-right {
  text-align: right;
}
.error-footer-container .footer-right .footer-meta i {
  color: #00bcd4;
}
.tooltip2 {
  position: relative;
  display: inline-block;
  border-bottom: 1px dotted black;
}
.tooltip2 .tooltiptext {
  visibility: hidden;
  background-color: #555;
  color: #fff;
  text-align: center;
  border-radius: 6px;
  padding: 5px;
  position: absolute;
  z-index: 1;
  bottom: 125%;
  left: 50%;
  margin-left: -60px;
  opacity: 0;
  transition: opacity 1s;
}
/*.tooltip2 .tooltiptext::after {
  content: "";
  position: absolute;
  top: 100%;
  left: 50%;
  margin-left: -5px;
  border-width: 5px;
  border-style: solid;
  border-color: #555 transparent transparent transparent;
}*/
.tooltip2:hover .tooltiptext {
  visibility: visible;
  opacity: 1;
}
.tooltip5:hover .tooltiptext {
  visibility: visible;
  opacity: 1;
}
.tooltip3, .tooltip5{
  position: relative;
  display: inline-block;
  border-bottom: 1px dotted black;
}
.tooltip3 .tooltiptext {
  visibility: hidden;
  background-color: #555;
  color: #fff;
  text-align: center;
  border-radius: 6px;
  padding: 5px;
  position: absolute;
  z-index: 1;
  bottom: -25%;
  left: 5%;
  margin-left: -110px;
  opacity: 0;
  transition: opacity 1s;
  width: 133px;
  line-height: 24px;
  font-size: 12px;
}
.tooltip5 .tooltiptext {
  visibility: hidden;
  background-color: #555;
  color: #fff;
  text-align: center;
  border-radius: 6px;
  padding: 5px;
  position: absolute;
  z-index: 1;
  bottom: 125%;
  left: 150%;
  margin-left: -55px;
  opacity: 0;
  transition: opacity 1s;
  width: 230px;
  line-height: 24px;
  font-size: 12px;
}
.tooltip3:hover .tooltiptext {
  visibility: visible;
  opacity: 1;
}
.btn-danger {
  background-color: #c00f33 !important;
}
.btn-danger:hover,
.btn-danger:focus
.btn-danger.active {
  background-color: #b00f23 !important;
}
.login-bg {
    height: 320px;
}
.login-form {
  margin-top: 20px;
}
@media(min-width: 768px) {
  .login-bg {
    height: 400px;
  }
}
@media(min-width: 996px) {
  .login-bg {
    height: 320px;
  }
}
@media(min-width: 1280px) {
  .login-bg {
    height: 350px;
  }
  .login-form {
    margin-top: 15px;
  }
}
@media(min-width: 1440px) {
  .login-bg {
    height: 405px;
  }
   .login-form {
    margin-top: 15px;
  }
}
@media(min-width: 1680px) {
  .login-bg {
    height: 480px;
  }
  .login-form {
    margin-top: 35px;
  }
}
@media(min-width: 1980px) {
  .login-bg {
    height: 580px;
  }
  .login-form {
    margin-top: 35px;
  }
}
@media(min-width: 2200px) {
  .login-bg {
    height: 645px;
  }
}
.tr-default {
  background-color: #6e6e6e;
  color: white;
}

.pay-table td {
  border: 0px !important;
}

.dataTable tr th {
  background-color: #6e6e6e !important;
  color: white;
}
.btn-hidden {
  display: none !important; 
}
.bootbox-close-button, button.close {
    font-size: 30px !important; 
    font-weight: bold !important;
    margin-top: -6px !important;
}
@media(min-width: 320px) {
  .inv-img img {
    width:131px;
    height:82px;
  }
  .inv-input {
    width:130px;
  }
}
@media(min-width: 960px) {
  .inv-img img {
    width: 110px;
    height:72px;
  }
  .inv-input {
    width:110px;
  }
}
@media(min-width: 1240px) {
  .inv-img img {
    width:131px;
    height:82px;
  }
  .inv-input {
    width:130px;
  }
}
@media(min-width: 1440px) {
  .inv-input {
    width:125px;
  }
}
.pagination > .active > a {
  background-color: #b6bac0 !important;
  border-color: #b0b7bf !important;
}
.table.table-condensed tr td {
  border: 1px solid rgba(255, 255, 255, 0);
}
.ref_input, .invo_input, .entrada_sap_input, .entrega_sap_input {
  text-align: center;
  border: 1px solid #e1e1e1;
  border-radius: 1px;
}
.btn-purple-nuevo:hover {
  color: #b1b1b1 !important;
}

.status{
   /**/
}
@media only screen and (max-width: 988px) {
  .status {
    margin-left: 50%;
  }
}

.letter-header{
  color:white
}

.letter-header-big{
  color:white;
}
.letter-header-articulos{
  color:white;
}
@media only screen and (max-width: 535px) {
  .letter-header {
    color:red;
    height: 100px;
  }
}

@media only screen and (max-width: 443px) {
  .letter-header-big {
    color:red;
    height: 140px;
  }
}

@media only screen and (max-width: 774px) {
  .letter-header-articulos {
    color:red;
    height: 120px;
  }
}


