@import "https://maxcdn.bootstrapcdn.com/font-awesome/4.7.0/css/font-awesome.min.css";
@import url('https://fonts.googleapis.com/css?family=Roboto:100,100i,300,300i,400,400i,500,500i,700');

/*container*/
.container {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}

@media (min-width: 576px) {
  .container {
    max-width: 740px;
  }
}

@media (min-width: 768px) {
  .container {
    max-width: 920px;
  }
}

@media (min-width: 992px) {
  .container {
    max-width: 1160px;
  }
}

@media (min-width: 1200px) {
  .container {
    max-width: 1340px;
  }
}
/*estilo de navbar*/
.bg-aliceblue{
    background-color: #efefef;
}

body{
  background-color: #fff;
    /*background-image: url("../images/fondo4.jpg");
    background-repeat: no-repeat;
     height: 100%;*/
}

.btn-outline-custom {
  color: #df2337;
  background-color: transparent;
  background-image: none;
  border-color: #df2337;
  padding:  .375rem .75rem;
}

.btn-outline-custom:hover {
  color: #fff;
  background-color: #df2337;
  border-color: #df2337;
}

.btn-outline-custom:focus, .btn-outline-custom.focus {
  box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.5);
}

.btn-outline-custom.disabled, .btn-outline-custom:disabled {
  color: #df2337;
  background-color: transparent;
}

.btn-outline-custom:not(:disabled):not(.disabled):active, .btn-outline-custom:not(:disabled):not(.disabled).active,
.show > .btn-outline-custom.dropdown-toggle {
  color: #fff;
  background-color: #df2337;
  border-color: #df2337;
}

.btn-outline-custom:not(:disabled):not(.disabled):active:focus, .btn-outline-custom:not(:disabled):not(.disabled).active:focus,
.show > .btn-outline-custom.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.5);
}

.btn-outline-custom-blue {
  color: #59A5F3;
  background-color: transparent;
  background-image: none;
  border-color: #59A5F3;
}

.btn-outline-custom-blue:hover {
  color: #fff;
  background-color: #59A5F3;
  border-color: #59A5F3;
}

.btn-outline-custom-blue:focus, .btn-outline-custom-blue.focus {
  box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.5);
}

.btn-outline-custom-blue.disabled, .btn-outline-custom-blue:disabled {
  color: #59A5F3;
  background-color: transparent;
}

.btn-outline-custom-blue:not(:disabled):not(.disabled):active, .btn-outline-custom-blue:not(:disabled):not(.disabled).active,
.show > .btn-outline-custom-blue.dropdown-toggle {
  color: #fff;
  background-color: #59A5F3;
  border-color: #59A5F3;
}

.btn-outline-custom-blue:not(:disabled):not(.disabled):active:focus, .btn-outline-custom-blue:not(:disabled):not(.disabled).active:focus,
.show > .btn-outline-custom-blue.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.5);
}



.btn-outline-custom-orange {
  color: #ef5100;
  background-color: transparent;
  background-image: none;
  border-color: #ef5100;
  font-weight: 150;
  padding-top: 0.5rem;
  padding-right: 1rem;
  padding-bottom: 0.5rem;
  padding-left: 1rem;
}

.btn-outline-custom-orange:hover {
  color: #fff;
  background-color: #ef5100;
  border-color: #ef5100;
}

.btn-outline-custom-orange:focus, .btn-outline-custom-orange.focus {
  box-shadow: 0 0 0 0.2rem rgba(255, 86, 0, 0.5);
}

.btn-outline-custom-orange.disabled, .btn-outline-custom-orange:disabled {
  color: #ef5100;
  background-color: transparent;
}

.btn-outline-custom-orange:not(:disabled):not(.disabled):active, .btn-outline-custom-orange:not(:disabled):not(.disabled).active,
.show > .btn-outline-custom-orange.dropdown-toggle {
  color: #fff;
  background-color: #ef5100;
  border-color: #ef5100;
}

.btn-outline-custom-orange:not(:disabled):not(.disabled):active:focus, .btn-outline-custom-blue:not(:disabled):not(.disabled).active:focus,
.show > .btn-outline-custom-orange.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(255, 86, 0, 0.5);
}

.btn-outline-custom-purple {
  color: #7064F1;
  background-color: transparent;
  background-image: none;
  border-color: #7064F1;
}

.btn-outline-custom-purple:hover {
  color: #fff;
  background-color: #7064F1;
  border-color: #7064F1;
}

.btn-outline-custom-purple:focus, .btn-outline-custom-purple.focus {
  box-shadow: 0 0 0 0.2rem rgba(32, 37, 43, 0.5);
}

.btn-outline-custom-purple.disabled, .btn-outline-custom-purple:disabled {
  color: #7064F1;
  background-color: transparent;
}

.btn-outline-custom-purple:not(:disabled):not(.disabled):active, .btn-outline-custom-purple:not(:disabled):not(.disabled).active,
.show > .btn-outline-custom-purple.dropdown-toggle {
  color: #fff;
  background-color: #7064F1;
  border-color: #7064F1;
}

.btn-outline-custom-purple:not(:disabled):not(.disabled):active:focus, .btn-outline-custom-purple:not(:disabled):not(.disabled).active:focus,
.show > .btn-outline-custom-purple.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(112, 100, 241, 0.5);
}

.btn-custom-blue {
  color: #fff;
  background-color: #59A5F3 !important; 
}
.btn-custom-blue:hover {
  color: #fff;
  background-color: #78b3ee;
}
.btn-custom-blue:focus, .btn-custom-blue.focus {
  box-shadow: 0 5px 11px 0 rgba(0, 0, 0, 0.18), 0 4px 15px 0 rgba(0, 0, 0, 0.15); 
}
.btn-custom-blue:focus, .btn-custom-blue:active, .btn-custom-blue.active {
  background-color: #73B0EF; 
}
.btn-custom-blue.dropdown-toggle {
  background-color: #59A5F3 !important; 
}
  .btn-custom-blue.dropdown-toggle:hover, .btn-custom-blue.dropdown-toggle:focus {
    background-color: #5a95f5 !important; 
  }
.btn-custom-blue:not([disabled]):not(.disabled):active, .btn-custom-blue:not([disabled]):not(.disabled).active,
.show > .btn-custom-blue.dropdown-toggle {
  background-color: #73B0EF !important;
  box-shadow: 0 5px 11px 0 rgba(0, 0, 0, 0.18), 0 4px 15px 0 rgba(0, 0, 0, 0.15); 
}
.btn-custom-blue:not([disabled]):not(.disabled):active:focus, .btn-custom-blue:not([disabled]):not(.disabled).active:focus,
.show > .btn-custom-blue.dropdown-toggle:focus {
  box-shadow: 0 5px 11px 0 rgba(0, 0, 0, 0.18), 0 4px 15px 0 rgba(0, 0, 0, 0.15); 
}

.btn-custom-deepblue {
  color: #fff;
  background-color: rgba(28, 35, 49, 1);
  background-image: none;
  border-color: rgba(28, 35, 49, 1);
}

.btn-custom-deepblue:hover {
  color: #fff;
  background-color: #0f7090;
  border-color: #0f7090;
}

.btn-custom-deepblue:focus, .btn-outline-custom-purple.focus {
  box-shadow: 0 0 0 0.2rem rgba(32, 37, 43, 0.5);
}

.btn-custom-deepblue.disabled, .btn-outline-custom-purple:disabled {
  color: rgba(32, 40, 55, 0.85);
  background-color: transparent;
}

.btn-custom-deepblue:not(:disabled):not(.disabled):active, .btn-outline-custom-purple:not(:disabled):not(.disabled).active,
.show > .btn-outline-custom-purple.dropdown-toggle {
  color: #fff;
  background-color: rgba(32, 40, 55, 0.85);
}

.btn-custom-deepblue:not(:disabled):not(.disabled):active:focus, .btn-outline-custom-purple:not(:disabled):not(.disabled).active:focus,
.show > .btn-outline-custom-purple.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(112, 100, 241, 0.5);
}

.paginacion{
  display: -ms-flexbox;
  display: flex;
  padding-left: 0;
  list-style: none;
  border-radius: 0.25rem;
}

.paginationjs-prev{
    border-style: solid;
    border-color: #C8C8C8;
    border-width: 1px 1px 1px 1px;
    margin-right: 5px;
    padding-right:5px; 
    padding-left:5px;
    background-color: #fff;
}

.paginationjs-page{
    border-style: solid;
    border-color: #C8C8C8;
    border-width: 1px 1px 1px 1px;
    margin-right: 5px;
    margin-left: 5px;
    padding-right:5px; 
    padding-left:5px;
    background-color: #fff;
}

.paginationjs-next{
    border-style: solid;
    border-color: #C8C8C8;
    border-width: 1px 1px 1px 1px;
    margin-right: 5px;
    padding-right:5px; 
    padding-left:5px;
    background-color: #fff;
} 

.paginationjs-prev:hover{
    border-style: solid;
    border-color: #C8C8C8;
    border-width: 1px 1px 1px 1px;
    margin-right: 5px;
    padding-right:5px; 
    padding-left:5px;
    background-color: #B7B3B3;
}

.paginationjs-page:hover{
    border-style: solid;
    border-color: #C8C8C8;
    border-width: 1px 1px 1px 1px;
    margin-right: 5px;
    margin-left: 5px;
    padding-right:5px; 
    padding-left:5px;
    background-color: #B7B3B3;
}

.paginationjs-next:hover{
    border-style: solid;
    border-color: #C8C8C8;
    border-width: 1px 1px 1px 1px;
    margin-right: 5px;
    padding-right:5px; 
    padding-left:5px;
    background-color: #B7B3B3;
} 
.navbar-login
{
    width: 305px;
    padding: 10px;
    padding-bottom: 0px;
}

.navbar-login-session
{
    padding: 10px;
    padding-bottom: 0px;
    padding-top: 0px;
}

.img-perfil{
    max-width: 100%;
    height: 70px;
    border-radius: 40%;
}

/********/
body#LoginForm{ background-image:url("https://hdwallsource.com/img/2014/9/blur-26347-27038-hd-wallpapers.jpg"); background-repeat:no-repeat; background-position:center; background-size:cover; padding:10px;}

.form-heading { color:#fff; font-size:23px;}
.panel h2{ color:#444444; font-size:18px; margin:0 0 8px 0;}
.panel p { color:#777777; font-size:14px; margin-bottom:30px; line-height:24px;}
.login-form .form-control {
  background: #f7f7f7 none repeat scroll 0 0;
  border: 1px solid #d4d4d4;
  border-radius: 4px;
  font-size: 14px;
  height: 50px;
  line-height: 50px;
}
.main-div {
  background: #ffffff none repeat scroll 0 0;
  border-radius: 2px;
  margin: 10px auto 30px;
  max-width: 38%;
  padding: 50px 70px 70px 71px;
}

.login-form .form-group {
  margin-bottom:10px;
}
.login-form{ text-align:center;}
.forgot a {
  color: #777777;
  font-size: 14px;
  text-decoration: underline;
}
.login-form  .btn.btn-primary {
  background: #f0ad4e none repeat scroll 0 0;
  border-color: #f0ad4e;
  color: #ffffff;
  font-size: 14px;
  width: 100%;
  height: 50px;
  line-height: 50px;
  padding: 0;
}
.forgot {
  text-align: left; margin-bottom:30px;
}
.botto-text {
  color: #ffffff;
  font-size: 14px;
  margin: auto;
}
.login-form .btn.btn-primary.reset {
  background: #ff9900 none repeat scroll 0 0;
}
.back { text-align: left; margin-top:10px;}
.back a {color: #444444; font-size: 13px;text-decoration: none;}

.error{
     background-color: rgba(223,35,53,.60) !important;
  }

  /** Quantity input **/
.qty .count {
    color: #212529;
    display: inline-block;
    vertical-align: top;
    font-size: 20px;
    font-weight: 600;
    line-height: 30px;
    padding: 0 2px;
    min-width: 1rem;
    text-align: center;
}
.qty .plus {
    cursor: pointer;
    display: inline-block;
    vertical-align: top;
    color: white;
    width: 20px;
    height: 20px;
    font: 20px/1 Arial,sans-serif;
    text-align: center;
    border-radius: 50%;
    }
.qty .minus {
    cursor: pointer;
    display: inline-block;
    vertical-align: top;
    color: white;
    width: 20px;
    height: 20px;
    font: 20px/1 Arial,sans-serif;
    text-align: center;
    border-radius: 50%;
    background-clip: padding-box;
}
.minus:hover{
    background-color: #717fe0 !important;
}
.plus:hover{
    background-color: #717fe0 !important;
}
/*Prevent text selection*/
span{
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
}
nput::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}
input:disabled{
    background-color:white;
}
         