html, body {
    height: 100%;
}
body {
    font-size: 14px;
    color: #333333;
    font-family: 'Poppins', sans-serif;
}
.container, .container-fluid {
    max-width: 100%;
    width: 1200px;
    margin: 0 auto;
}
img {
    max-width: 100%;
}
.small, small {
    font-size: 80%;
}
h1, h2, h3, h4, h5, h6 {
    font-family: 'Roboto Condensed', sans-serif;
    margin: 0;
    padding: 0;
}
h1 {
    font-size: 32px;
}
.uppercase {
    text-transform: uppercase;
}
a, a:hover, a:focus {
    color: #4f98bc;
}
.clear {
    clear: both;
}
.height10 {
    clear: both;
    height: 10px;
}
.height20 {
    clear: both;
    height: 20px;
}
.height30 {
    clear: both;
    height: 30px;
}
.bg-yellow {
    background: #00FF00;
}
.bg-red {
    background: #4f98bc;
}
.yellow {
    color: #fff;
}
.white {
    color: #94DA03;
}
.roboto {
    font-family: 'Roboto Condensed', sans-serif;
}
.pacifico {
font-family: 'Pacifico', cursive;
}
.poppins {
    font-family: 'Poppins', sans-serif;
}
.ubuntu {
    font-family: 'Ubuntu', sans-serif;
}
a, a:hover, a:focus {
    text-decoration: none;
}
img {
    max-width: 100%;
}
.transition {
    transition: all .2s ease-in-out;
    -webkit-transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
}

/*** LOGIN ***/
.login {
    width: 900px;
    max-width: 100%;
    margin: 0 auto;
}
.login img.logo {
    width: 300px;
    max-width: 100%;
    margin: 30px auto 0 auto;
}
.blocklogin {
    background: #4f98bc;
    color: #fff;
    padding: 20px 40px 10px 40px;
    margin-top: 40px;
}
.formulario input[type="text"], .formulario input[type="email"], .formulario input[type="password"], .formulario select {
    width: 100%;
    margin-bottom: 15px;
    border: 1px solid #e0e0e0;
    height: 40px;
    padding: 8px 15px;
    color: #333;
}
.blocklogin .formulario input[type="text"], .blocklogin .formulario input[type="email"], 
.blocklogin .formulario input[type="password"], .blocklogin .formulario select {
    border: none;
}
.blocklogin input[type="submit"] {
    background: #96ca4a !important;
    border: none !important;;
    height: 40px !important;;
    width: 94% !important;;
    border-radius: 20px !important;;
    padding: 8px 20px !important;;
    color: #fff !important;;
    font-size: 17px !important;;
}
.blocklogin input[type="submit"]:hover {
    background: #b0d244 !important;;
}
.blocklogin a {
    color: #fff !important;
}
.blocklogin .alert.alert-danger {
    background: #fff;
    border-radius: 0;
    border-top: 0;
    border-right: 0;
    border-bottom: 0;
    border-left: 10px solid #315291;
    color: #cc0000;
}
img.banner {
    width: 100%;
}
.footer-home {
    background: #000;
    border-top: 3px solid #4f98bc;
    padding: 20px 0 50px 0;
    color: #fff;
    font-family: 'Roboto Condensed', sans-serif;
    margin-top: 50px;
}
.footer-home a {
    color: #fff;
}
.footer-home a:hover {
    color: #4f98bc;
}
.footer-home .redes {
    text-align: right
}
.footer-home .redes a {
    display: inline-block;
    width: 32px;
    height: 32px;
    border-radius: 32px;
    background: #fff;
    color: #000;
    font-size: 20px;
    text-align: center;
    line-height: 22px;
    margin-left: 2px;
    padding-top: 5px;
}



/**** PAGINAS ****/
body.page {
    background: #f3f3f3;
}
.cabecera {
    padding-top: 14px;
    background: #fff;
}
.cabecera .logo img {
    width: 160px;
    max-width: 100%;
    margin-bottom: 14px;    
}
.cabecera a {
    display: inline-block;
    margin: 0 6px;
}
.cabecera a .fa {
    margin-right: 4px;
    margin-left: 5px;
}
.cabecera .text-right {
    padding-top: 20px;
    padding-bottom: 14px;
}
.cabecera .background {
    width: 100%;
    height: 150px;
}
.page .maincontent {
    margin-top: -80px;
    background: #fff;
    padding: 15px 20px;
}
ul.menuadmin {
    list-style-type: none;
    margin: 0;
    padding: 0;
    border: 1px solid #e9e9e9;
    background: #f2f2f2;
}
ul.menuadmin li {
    font-family: 'Roboto Condensed', sans-serif;
    font-size: 18px;
}
ul.menuadmin li a {
    color: #111;
    display: block;
    padding: 8px 12px;
    border-bottom: 1px solid #e9e9e9;
}
ul.menuadmin li a:hover, ul.menuadmin li a:focus, ul.menuadmin li a.active {
    background: #4f98bc;
    color: #fff;
}
.myalert.alert-info {
    border-top: none;
    border-right: none;
    border-bottom: none;
    border-left: 6px solid #4f98bc;
    background: #f8f8f8;
    color: #4f98bc;
    border-radius: 0;
    position: relative;
    padding-left: 42px;
    padding-top: 15px;
    padding-bottom: 15px;
    padding-right: 15px;
    margin-bottom: 20px;
}
.myalert.alert-danger {
    border-top: none;
    border-right: none;
    border-bottom: none;
    border-left: 6px solid #cc0000;
    background: #f8f8f8;
    color: #cc0000;
    border-radius: 0;
    position: relative;
    padding-left: 42px;
    padding-top: 15px;
    padding-bottom: 15px;
    padding-right: 15px;
    margin-bottom: 20px;
}
.myalert.alert-warning {
    border-top: none;
    border-right: none;
    border-bottom: none;
    border-left: 6px solid #d3b615;
    background: #f8f8f8;
    color: #d3b615;
    border-radius: 0;
    position: relative;
    padding-left: 42px;
    padding-top: 15px;
    padding-bottom: 15px;
    padding-right: 15px;
    margin-bottom: 20px;
}
a.btnwarning {
    color: #fff;
    background: #d3b615;
    display: inline-block;
    padding: 4px 10px;
    font-family: 'Roboto Condensed', sans-serif;
    font-size: 14px;
    margin-left: 6px;
}
.myalert .fa {
    font-size: 20px;
    margin-right: 12px;
    position: absolute;
    left: 15px;
    top: 15px;
}
.blue {
    color: #4f98bc;
}
h5 {
    font-size: 20px;
}
.formabsolute {
    position: relative;
}
.formabsolute input {
    width: 100%;
    height: 40px;
    padding-left: 15px;
    padding-right: 100px;
}
.formabsolute button {
    position: absolute;
    right: 0;
    top: 0;
    height: 40px;
    background: #4f98bc;
    color: #fff;
    border: 1px solid #4f98bc;
    font-size: 22px;
    padding-left: 20px;
    padding-right: 20px;
}
.button-checkbox button.btn {
    color: #fff;
    background: #888;
    text-transform: uppercase;
    transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    font-family: 'Roboto Condensed', sans-serif;
    font-size: 15px;
    border-radius: 0 !important;
    padding: 7px 20px;
    width: auto;
    min-width: inherit;
    font-size: 14px;
}
.button-checkbox button.btn.btn-success {
    background: #85c61b !important;
}
.button-checkbox .fa {
    margin-right: 8px;
}
a.btn, .formulario input[type="submit"], button.btn, label.btn {
    color: #fff !important;
    background: #4f98bc;
    text-transform: uppercase;
    transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    font-family: 'Roboto Condensed', sans-serif;
    font-size: 16px;
    border-radius: 0;
    padding: 7px 20px;
    width: auto;
    min-width: 100px;
    border: none;
}
a.btn.mini, button.btn.mini {
    padding: 4px;
    min-width: 10px;
    font-size: 14px;
    width: 24px;
    height:24px;
    line-height: 16px;
}
a.btn:hover, a.btn:focus, .formulario input[type="submit"]:hover, .formulario input[type="submit"]:focus, button.btn:hover, button.btn:focus {
    background: #1B179F;
    color: #fff;
}
.formulario input.readonly {
    background: #f4f4f4;
}
form.inline {
    display: inline-block;
}
.formulario label {
    font-weight: normal;
    display: block;
}
.formulario input[type="checkbox"] {
    margin-right: 4px;
}
.button-checkbox button.btn, .button-radio button.btn {
    color: #fff;
    background: #888;
    text-transform: uppercase;
    transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    font-family: 'Roboto Condensed', sans-serif;
    font-size: 15px;
    border-radius: 0 !important;
    padding: 7px 20px;
    width: auto;
    min-width: inherit;
    font-size: 14px;
}
.button-checkbox button.btn.btn-success, .button-radio button.btn.btn-success {
    background: #85c61b !important;
}
.button-checkbox .fa {
    margin-right: 8px;
}
td.descriptionpagos {
    font-family: 'Roboto Condensed', sans-serif;
    width: 220px;
}
td.inputpagos {
    width: 150px;
    padding-right: 12px;
}
.diaspago {
    margin-top: 15px;
}
.btncobros {
    color: #fff;
    background: #85c61b;
    text-transform: uppercase;
    transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    font-family: 'Roboto Condensed', sans-serif;
    font-size: 15px;
    border-radius: 0 !important;
    padding: 7px 20px;
    width: auto;
    min-width: inherit;
    font-size: 14px;
    border: none;
    opacity: 0.9;
}
.btncobros:hover {
    opacity: 1;
}
.btncobros2 {
    color: #fff;
    background: #999;
    text-transform: uppercase;
    transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    font-family: 'Roboto Condensed', sans-serif;
    font-size: 15px;
    border-radius: 0 !important;
    padding: 7px 20px;
    width: auto;
    min-width: inherit;
    font-size: 14px;
    border: none;
    opacity: 0.9;
}
.btncobros .fa {
    font-size: 16px;
    margin-right: 5px;
}
.fileuploader-input .fileuploader-input-caption {
    color: #666 !important;
    font-weight: normal !important;
    white-space: nowrap;
}
.fileuploader-input .fileuploader-input-button, .fileuploader-popup .fileuploader-popup-content .fileuploader-popup-button.button-success {
    background: #85c61b !important;
    border-radius: 0 !important;
}
.fileuploader-input .fileuploader-input-button {
    padding: 15px 18px !important;
    font-weight: normal !important;
    text-transform: uppercase;
    font-family: 'Roboto Condensed', sans-serif;
}
.fileuploader-items .fileuploader-item .fileuploader-action.fileuploader-action-remove i::after {
    content: "X" !important;
    font-family: 'Arial', sans-serif !important;
}
input.calendario {
    background-image: url(../images/calendar.png);
    background-position: 10px center;
    background-size: 20px;
    background-repeat: no-repeat;
    padding-left: 42px !important;
}
#ui-datepicker-div {
    z-index: 100 !important;
}
a.file-icon {
    display: inline-block;
    text-align: center;
    width: 160px;
    vertical-align: top;
}
a.file-icon .fa {
    font-size: 60px;
    margin-bottom: 8px;
}
label.error {
    color: #990000;
    font-size: 12px;
    border: 1px solid #f69a9a;
    background: #fcd7d7;
    padding: 4px 10px;
}
span.rechazado {
    display: inline-block;
    width: 8px;
    height: 8px;
    border-radius: 8px;
    margin-right: 3px;
    background: #cc0000;
}
span.enproceso {
    display: inline-block;
    width: 8px;
    height: 8px;
    border-radius: 8px;
    margin-right: 3px;
    background: #0e1a75;
}
span.completado {
    display: inline-block;
    width: 8px;
    height: 8px;
    border-radius: 8px;
    margin-right: 3px;
    background: #85c61b;
}
.btn-consultar {
    font-family: 'Roboto Condensed', sans-serif;
    font-size: 12px;
    padding: 6px 10px;
    background: #ddd;
    color: #222;
    border:none;
}
.btn-consultar:hover {
    background: #4f98bc;
    color: #fff;
}
.formulariobusqueda .row {
    margin: 0 -4px;
}
.formulariobusqueda .col-sm-3, .formulariobusqueda .col-sm-4, .formulariobusqueda .col-sm-2, .formulariobusqueda .col-xs-6 {
    padding: 0 4px;
}
.popup {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: 100%;
    background: rgba(255,255,255,0.9);
    padding: 60px 25%;
    z-index: 9999;
}
.popup-content {
    background: #fff;
    padding: 50px 20px;
    -webkit-box-shadow: 2px 5px 10px 0px rgba(0,0,0,0.2);
    -moz-box-shadow: 2px 5px 10px 0px rgba(0,0,0,0.2);
    box-shadow: 2px 5px 10px 0px rgba(0,0,0,0.2);
}

@media(max-width: 498px) {
    .footer-home .redes {
        text-align: center;
        margin-top: 10px;
    }
}

.preloader {
    position:fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #fff;
    text-align: center;
    z-index: 99999;
}
.preloader-content {
    width: 500px;
    height: 100%;
    max-width: 100%;
    margin: 0 auto;
}
.preloader h3 {
    color: #4f98bc;
    font-size: 18px;
    padding-top: 25%;
}
table.detalleproducto {
    margin-bottom: 30px;
}
table.detalleproducto td {
    border-bottom: 1px solid #f0f0f0;
    padding: 10px 4px;
}
table.detalleproducto th {
    border-bottom: 1px solid #f0f0f0;
    padding: 10px 4px;
}
a.boton {
    background: #96ca4a;
    border: none;
    height: 40px;
    border-radius: 20px;
    padding: 8px 16px;
    color: #fff;
    font-size: 14px;
}
.borde-izquierdo {
    padding-top: 76px;
}
@media(max-width: 767px) {
    .borde-izquierdo {
        padding-top: 16px;
    }
}


















/**** PAGINAS ****/
body.page {
    background: #f3f3f3;
}
.cabecera {
    padding-top: 14px;
    background: #fff;
}
.cabecera .logo img {
    width: 160px;
    max-width: 100%;
    margin-bottom: 14px;    
}
.cabecera a {
    display: inline-block;
    margin: 0 6px;
}
.cabecera a .fa {
    margin-right: 4px;
    margin-left: 5px;
}
.cabecera .text-right {
    padding-top: 20px;
    padding-bottom: 14px;
}
.cabecera .background {
    width: 100%;
    height: 150px;
}
.page .maincontent {
    margin-top: -80px;
    background: #fff;
    padding: 15px 20px;
}
ul.menuadmin {
    list-style-type: none;
    margin: 0;
    padding: 0;
    border: 1px solid #e9e9e9;
    background: #f2f2f2;
}
ul.menuadmin li {
    font-family: 'Roboto Condensed', sans-serif;
    font-size: 18px;
}
ul.menuadmin li a {
    color: #111;
    display: block;
    padding: 8px 12px;
    border-bottom: 1px solid #e9e9e9;
}
ul.menuadmin li a:hover, ul.menuadmin li a:focus, ul.menuadmin li a.active {
    background: #4f98bc;
    color: #fff;
}
.myalert.alert-info {
    border-top: none;
    border-right: none;
    border-bottom: none;
    border-left: 6px solid #4f98bc;
    background: #f8f8f8;
    color: #4f98bc;
    border-radius: 0;
    position: relative;
    padding-left: 42px;
    padding-top: 15px;
    padding-bottom: 15px;
    padding-right: 15px;
    margin-bottom: 20px;
}
.myalert.alert-danger {
    border-top: none;
    border-right: none;
    border-bottom: none;
    border-left: 6px solid #cc0000;
    background: #f8f8f8;
    color: #cc0000;
    border-radius: 0;
    position: relative;
    padding-left: 42px;
    padding-top: 15px;
    padding-bottom: 15px;
    padding-right: 15px;
    margin-bottom: 20px;
}
.myalert.alert-warning {
    border-top: none;
    border-right: none;
    border-bottom: none;
    border-left: 6px solid #d3b615;
    background: #f8f8f8;
    color: #d3b615;
    border-radius: 0;
    position: relative;
    padding-left: 42px;
    padding-top: 15px;
    padding-bottom: 15px;
    padding-right: 15px;
    margin-bottom: 20px;
}
a.btnwarning {
    color: #fff;
    background: #d3b615;
    display: inline-block;
    padding: 4px 10px;
    font-family: 'Roboto Condensed', sans-serif;
    font-size: 14px;
    margin-left: 6px;
}
.myalert .fa {
    font-size: 20px;
    margin-right: 12px;
    position: absolute;
    left: 15px;
    top: 15px;
}
.blue {
    color: #4f98bc;
}
h5 {
    font-size: 20px;
}
.formabsolute {
    position: relative;
}
.formabsolute input {
    width: 100%;
    height: 40px;
    padding-left: 15px;
    padding-right: 100px;
}
.formabsolute button {
    position: absolute;
    right: 0;
    top: 0;
    height: 40px;
    background: #4f98bc;
    color: #fff;
    border: 1px solid #4f98bc;
    font-size: 22px;
    padding-left: 20px;
    padding-right: 20px;
}
.button-checkbox button.btn {
    color: #fff;
    background: #888;
    text-transform: uppercase;
    transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    font-family: 'Roboto Condensed', sans-serif;
    font-size: 15px;
    border-radius: 0 !important;
    padding: 7px 20px;
    width: auto;
    min-width: inherit;
    font-size: 14px;
}
.button-checkbox button.btn.btn-success {
    background: #85c61b !important;
}
.button-checkbox .fa {
    margin-right: 8px;
}
a.btn, .formulario input[type="submit"], button.btn, label.btn {
    color: #fff !important;
    background: #96ca4a;
    text-transform: uppercase;
    transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    font-family: 'Roboto Condensed', sans-serif;
    font-size: 14px;
    border-radius: 10px;
    padding: 8px 20px;
    width: auto;
    min-width: 100px;
    border: none;
}
a.btn:hover, a.btn:focus, .formulario input[type="submit"]:hover, .formulario input[type="submit"]:focus, button.btn:hover, button.btn:focus {
    background: #b0d244;
    color: #fff;
}
a.btn.mini, button.btn.mini {
    padding: 4px;
    min-width: 10px;
    font-size: 14px;
    width: 24px;
    height:24px;
    line-height: 16px;
}
.formulario input.readonly {
    background: #f4f4f4;
}
form.inline {
    display: inline-block;
}
.formulario label {
    font-weight: normal;
    display: block;
}
.formulario input[type="checkbox"] {
    margin-right: 4px;
}
.button-checkbox button.btn, .button-radio button.btn {
    color: #fff;
    background: #888;
    text-transform: uppercase;
    transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    font-family: 'Roboto Condensed', sans-serif;
    font-size: 15px;
    border-radius: 0 !important;
    padding: 7px 20px;
    width: auto;
    min-width: inherit;
    font-size: 14px;
}
.button-checkbox button.btn.btn-success, .button-radio button.btn.btn-success {
    background: #85c61b !important;
}
.button-checkbox .fa {
    margin-right: 8px;
}
td.descriptionpagos {
    font-family: 'Roboto Condensed', sans-serif;
    width: 220px;
}
td.inputpagos {
    width: 150px;
    padding-right: 12px;
}
.diaspago {
    margin-top: 15px;
}
.btncobros {
    color: #fff;
    background: #85c61b;
    text-transform: uppercase;
    transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    font-family: 'Roboto Condensed', sans-serif;
    font-size: 15px;
    border-radius: 0 !important;
    padding: 7px 20px;
    width: auto;
    min-width: inherit;
    font-size: 14px;
    border: none;
    opacity: 0.9;
}
.btncobros:hover {
    opacity: 1;
}
.btncobros2 {
    color: #fff;
    background: #999;
    text-transform: uppercase;
    transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    font-family: 'Roboto Condensed', sans-serif;
    font-size: 15px;
    border-radius: 0 !important;
    padding: 7px 20px;
    width: auto;
    min-width: inherit;
    font-size: 14px;
    border: none;
    opacity: 0.9;
}
.btncobros .fa {
    font-size: 16px;
    margin-right: 5px;
}
.fileuploader-input .fileuploader-input-caption {
    color: #666 !important;
    font-weight: normal !important;
    white-space: nowrap;
}
.fileuploader-input .fileuploader-input-button, .fileuploader-popup .fileuploader-popup-content .fileuploader-popup-button.button-success {
    background: #85c61b !important;
    border-radius: 0 !important;
}
.fileuploader-input .fileuploader-input-button {
    padding: 15px 18px !important;
    font-weight: normal !important;
    text-transform: uppercase;
    font-family: 'Roboto Condensed', sans-serif;
}
.fileuploader-items .fileuploader-item .fileuploader-action.fileuploader-action-remove i::after {
    content: "X" !important;
    font-family: 'Arial', sans-serif !important;
}
input.calendario {
    background-image: url(../images/calendar.png);
    background-position: 10px center;
    background-size: 20px;
    background-repeat: no-repeat;
    padding-left: 42px !important;
}
#ui-datepicker-div {
    z-index: 100 !important;
}
a.file-icon {
    display: inline-block;
    text-align: center;
    width: 160px;
    vertical-align: top;
}
a.file-icon .fa {
    font-size: 60px;
    margin-bottom: 8px;
}
label.error {
    color: #990000;
    font-size: 12px;
    border: 1px solid #f69a9a;
    background: #fcd7d7;
    padding: 4px 10px;
}
span.rechazado {
    display: inline-block;
    width: 8px;
    height: 8px;
    border-radius: 8px;
    margin-right: 3px;
    background: #cc0000;
}
span.enproceso {
    display: inline-block;
    width: 8px;
    height: 8px;
    border-radius: 8px;
    margin-right: 3px;
    background: #0e1a75;
}
span.completado {
    display: inline-block;
    width: 8px;
    height: 8px;
    border-radius: 8px;
    margin-right: 3px;
    background: #85c61b;
}
.btn-consultar {
    font-family: 'Roboto Condensed', sans-serif;
    font-size: 12px;
    padding: 6px 10px;
    background: #ddd;
    color: #222;
    border:none;
}
.btn-consultar:hover {
    background: #4f98bc;
    color: #fff;
}
.formulariobusqueda .row {
    margin: 0 -4px;
}
.formulariobusqueda .col-sm-3, .formulariobusqueda .col-sm-4, .formulariobusqueda .col-sm-2, .formulariobusqueda .col-xs-6 {
    padding: 0 4px;
}
.popup {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: 100%;
    background: rgba(255,255,255,0.9);
    padding: 60px 25%;
    z-index: 9999;
}
.popup-content {
    background: #fff;
    padding: 50px 20px;
    -webkit-box-shadow: 2px 5px 10px 0px rgba(0,0,0,0.2);
    -moz-box-shadow: 2px 5px 10px 0px rgba(0,0,0,0.2);
    box-shadow: 2px 5px 10px 0px rgba(0,0,0,0.2);
}
.panel-group .panel {
    margin-bottom: 0;
    border-radius: 0;
}
.panel-heading {
    padding: 15px 15px;
}
table.detalleproducto {
    margin-bottom: 30px;
}
table.detalleproducto td {
    border-bottom: 1px solid #f0f0f0;
    padding: 10px 4px;
}
table.detalleproducto th {
    border-bottom: 1px solid #f0f0f0;
    padding: 10px 4px;
}



@media(max-width: 498px) {
    .footer-home .redes {
        text-align: center;
        margin-top: 10px;
    }
}

.preloader {
    position:fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #fff;
    text-align: center;
    z-index: 99999;
}
.preloader-content {
    width: 500px;
    height: 100%;
    max-width: 100%;
    margin: 0 auto;
}
.preloader h3 {
    color: #4f98bc;
    font-size: 18px;
    padding-top: 25%;
}
.listaproductos {
    border-bottom: 1px solid #f0f0f0;
    padding: 10px 0;
}
.formconsulta button {
    color: #fff;
    border: none;
    background: #96ca4a;
    font-size: 12px;
    font-weight: 600;
    text-transform: uppercase;
    padding: 6px 15px;
    transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    border-radius: 10px;
}
.formconsulta button:hover {
    background: #b0d244;
    color: #fff;
}





.black {
    color: #222;
}
button.volver, a.volver {
    background: #96ca4a;
    border: none;
    width: auto;
    border-radius: 10px;
    font-weight: normal;
    padding: 8px 20px;
    color: #fff;
    font-size: 14px;
    display: inline-block;
}
.bootstrap-select:not([class*="col-"]):not([class*="form-control"]):not(.input-group-btn) {
    width: 100%;
}
.bootstrap-select > .dropdown-toggle {
    position: relative;
    width: 100%;
    text-align: right;
    white-space: nowrap;
    display: -webkit-inline-box;
    display: -webkit-inline-flex;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    background-color: #fff !important;
    border: 1px solid #ddd;
    color: #333 !important;
    text-transform: none;
    font-family: 'Poppins', sans-serif;
    font-size: 14px;
    height: 40px;
    border-radius: 0 !important;
}
.btnultimos {
    margin-bottom: 15px;
    display: inline-block;
    float: left;
    margin-right: 15px;
}
.clear-responsive {
    display: none;
}
.formbuscar {
    position: relative;
    width: 300px;
    max-width: 100%;
}
.formbuscar input {
    border: 1px solid #ddd;
    padding: 8px 50px 8px 10px;
    width: 100%;
    height: 40px;
}
.formbuscar button {
    position: absolute;
    right: 0;
    top: 0;
    height: 40px;
    border: none;
    background: #b0d244;
    color: #fff;
    width: 42px;
}
#fotocamara {
    background: #f8f8f8;
    border: 1px dashed #ccc;
    width: 320px;
    height: 220px;
    max-width: 100%;
    display: flex;
    align-items: center;
    text-align: center;
}
#fotocamara p {
    text-align: center;
    display: block;
    width: 100%;
    font-size: 15px;
    color: #d0d0d0;
}
.formulario input[type="text"].input-hidden {
    width: 100%;
    margin-bottom: 0;
    border: none;
    height: 1px;
    padding: 0;
    color: #fff;
    opacity: 0;
}



@media only screen and (max-width: 800px) {
    /* Force table to not be like tables anymore */
    #no-more-tables table, 
    #no-more-tables thead, 
    #no-more-tables tbody,
    #no-more-tables td, 
    #no-more-tables tr { 
        display: block; 
    }
    #no-more-tables th {
        display: none !important;
    }
    /* Hide table headers (but not display: none;, for accessibility) */
    #no-more-tables thead tr { 
        position: absolute;
        top: -9999px;
        left: -9999px;
    }
    #no-more-tables tr {
        margin-bottom: 15px;
        border-bottom: 1px solid #ddd;
    }
    #no-more-tables tr td { 
        border: 1px solid #ccc; 
        min-height: 48px;
        text-transform: uppercase !important;
    }
     #no-more-tables td { 
        /* Behave  like a "row" */
        border: none;
        border-bottom: 1px solid #eee; 
        position: relative;
        padding-left: 12px !important; 
        white-space: normal;
        text-align:left !important;
        padding-top: 24px !important;
    }
    #no-more-tables td.nodatatitle { 
        padding-left: 12px !important; 
        padding-top: 10px !important;
    }
    #no-more-tables td.nodatatitle strong { 
        font-size: 12px;
        font-weight: normal;
        color: #888 !important;
    }
    #no-more-tables td::before {
        position: absolute;
        top: 6px;
        left: 12px;
        width: 100%;
        white-space: nowrap;
        text-align: left;
        font-weight: normal;
        color: #888 !important;
        font-size: 12px;
    }
    /*
    Label the data
    */
    #no-more-tables td:before { 
        content: attr(data-title); 
    }
    .table-striped > tbody > tr:nth-of-type(2n+1) {
        background-color: #fff;
    }
    .formmovimientos {
       padding-bottom: 12px !important;
    }
}


@media(max-width: 767px) {
    .clear-responsive {
        clear:both;
        display: block;
    }
    .listadoconsulta button {
       margin: 10px 0;
    }  
    .blocklogin {
        padding: 20px 15px 10px 15px;
    } 
}
input.uppercase {
    text-transform: uppercase;
}
::-webkit-input-placeholder { /* Chrome/Opera/Safari */
  text-transform: none;
}
::-moz-placeholder { /* Firefox 19+ */
  text-transform: none;
}
:-ms-input-placeholder { /* IE 10+ */
  text-transform: none;
}
:-moz-placeholder { /* Firefox 18- */
  text-transform: none;
}
#editalias {
    display: inline-block;
    padding: 6px;
    width: 26px;
    height: 26px;
    border-radius: 50%;
    background: #ccc;
    font-size: 14px;
    line-height: 14px;
    color: #fff;
    margin-left: 10px;
}
input.inputalias {
    border: 1px solid #fff;
    padding: 2px;
    width: auto !important;
    min-width: 10px !important;
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    -o-appearance: none;
    overflow: hidden;
    text-overflow: ellipsis;
}
input.inputalias.editable {
    border: 1px solid #eee;
}



/*** MOVIMIENTOS RESPONSIVE ****/
#menutoggle {
    display: none;
}
.movimientosresponsive {
    display: none;
    font-size: 13px;
    color: #777;
}
.movimientosresponsive .encabezado {
    text-transform: uppercase;
    border-top: 1px solid #000;
    border-bottom: 1px solid #000;
    text-align: center;
    font-size: 17px;
    padding-top: 10px;
    padding-bottom: 8px;
    margin-bottom: 10px;
    color: #000;
}
.movimientosresponsive .row {
    margin: 0;
    border-top: 1px solid #e9e9e9;
}
.movimientosresponsive .row.balance div {
    padding-top: 10px;
    font-size: 14px;
}
.movimientosresponsive .row .col-xs-3, .movimientosresponsive .row .col-xs-4, 
.movimientosresponsive .row .col-xs-5, .movimientosresponsive .row .col-xs-6,
.movimientosresponsive .row .col-xs-7, .movimientosresponsive .row .col-xs-8 {
    padding-bottom: 7px;
}
.movimientosresponsive .row:nth-child(2n+1) {
    background: #f8f8f8;
}
.movimientosresponsive .fecha {
    font-size: 14px;
    margin-bottom: 3px;
    padding-top: 9px;
    color: #000;
}
.movimientosresponsive .black {
    color: #000;
}
.movimientosresponsive .descripcion {
    font-size: 14px;
    margin-bottom: 10px;
    padding-top: 1px;
}

@media(max-width: 800px) {
    .menuadmin {
        display: none;
        margin-top: 15px !important;
    }
    #menutoggle {
        display: block;
    }
    .movimientosresponsive {
        display: block;
    }
    .movimientosdesktop {
        display: none;
    }
}

.formeditar .btn.editar, .formeditar .btn.guardar {
    padding: 6px;
    font-size: 12px;
    margin-top: -5px;
    margin-bottom: 18px;
}
input.sincorreo {
    border: none !important;
}

@media(max-width: 767px) {
    a.btn {
        margin-bottom:10px;
    }
}
@media(max-width: 767px) {
    span.bloque {
        display:block;
        margin-bottom: 15px;
        padding-left: 0 !important;
    }
}


.alerta {
    background: #f2f2f2;
    padding: 30px;
    margin-bottom: 60px;
}
.alerta h4 {
    color: #4f98bc;
    line-height: 24px;
}
.formulario textarea {
    width: 100%;
    margin-bottom: 15px;
    border: 1px solid #e0e0e0;
    height: 100px;
    padding: 8px 15px;
    color: #333;
}
.rolling {
    z-index: 9999;
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    text-align: center;
    background: rgba(255,255,255,0.8);
}
.rolling div.flex {
    height: 100%;
    display: flex;
    align-items: center;
    width: 100%;
}
.rolling .flex .bloque {
    display: block;
    text-align: center;
    width: 100%;
}
.rolling img {
    width: 50px;
    background: none;
}
@keyframes ldio-d9pqjimts2q {
  0% { transform: translate(-50%,-50%) rotate(0deg); }
  100% { transform: translate(-50%,-50%) rotate(360deg); }
}
.ldio-d9pqjimts2q div {
  position: absolute;
  width: 60px;
  height: 60px;
  border: 10px solid #4f98bc;
  border-top-color: transparent;
  border-radius: 50%;
}
.ldio-d9pqjimts2q div {
  animation: ldio-d9pqjimts2q 1s linear infinite;
  top: 50px;
  left: 50px
}
.loadingio-spinner-rolling-vcjruns3d7 {
  width: 58px;
  height: 58px;
  display: inline-block;
  overflow: hidden;
  background: transparent;
}
.ldio-d9pqjimts2q {
  width: 100%;
  height: 100%;
  position: relative;
  transform: translateZ(0) scale(0.58);
  backface-visibility: hidden;
  transform-origin: 0 0;
}
.ldio-d9pqjimts2q div { box-sizing: content-box; }

.bannerresponsive {
    display: none;
}
input.inputcalendar {
    background-image: url(../images/calendar.png);
    background-repeat: no-repeat;
    background-position: 95% center;
    background-size: 20px;
}
@media(max-width: 767px) {
    .bannerdesktop {
        display: none;
    }
    .bannerresponsive {
        display: block;
    }
}

.containercheck {
    display: block;
    position: relative;
    padding-left: 35px;
    margin-bottom: 22px;
    cursor: pointer;
    font-weight: normal;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
.containercheck input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
    height: 0;
    width: 0;
}
.containercheck .checkmark {
    position: absolute;
    top: 0;
    left: 0;
    height: 25px;
    width: 25px;
    background-color: #f0f0f0;
    border: 1px solid #e2e2e2;
}
.containercheck .checkmark:after {
    content: "";
    position: absolute;
    display: none;
}
.containercheck input:checked ~ .checkmark:after {
    display: block;
}
.containercheck .checkmark:after {
    left: 7px;
    top: 1px;
    width: 9px;
    height: 16px;
    border: solid #96ca4a;
    border-width: 0 3px 3px 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}
.requerido {
    color: #cc0000;
    font-size: 12px;
}


@media only screen and (max-width: 800px) {
    .no-more-tables table, 
    .no-more-tables thead, 
    .no-more-tables tbody, 
    .no-more-tables th, 
    .no-more-tables td, 
    .no-more-tables tr { 
        display: block; 
    }
 
    /* Hide table headers (but not display: none;, for accessibility) */
    .no-more-tables thead tr { 
        position: absolute;
        top: -9999px;
        left: -9999px;
    }
 
    .no-more-tables tr { 
        border: 1px solid #ccc; 
        margin-bottom: 10px;
    }
 
    .no-more-tables td { 
        /* Behave  like a "row" */
        border: none;
        border-bottom: 1px solid #eee; 
        position: relative;
        white-space: normal;
        text-align:left;
        overflow: hidden;
        text-overflow: ellipsis;
        padding-top: 26px !important;
    }
    .no-more-tables td::before {
        position: absolute;
        top: 6px;
        left: 8px;
        width: 100%;
        padding-right: 10px;
        white-space: nowrap;
        text-align: left;
        font-weight: normal;
        text-transform: uppercase;
        color: #999;
        font-size: 12px;
    }
    .no-more-tables td:before { 
        content: attr(data-title); 
    }
    .no-more-tables td.ocultar {
        display: none !important;
    }
}


select.select2{
    position: static !important;
    outline:none !important;
}
.select2-container {
    width: 100% !important;
}
.select2-container--default .select2-selection--single {
    background-color: #fff;
    border: 1px solid #e7e7e7;
    border-radius: 0 !important;
    padding: 4px 10px;
    height: auto !important;
    margin-bottom: 20px;
    min-height: 40px;
    vertical-align: middle;
    display: flex;
    align-items: center;
}
.select2-container--default .select2-selection--single .select2-selection__arrow {
    display: none !important;
}
.select2-container--default .select2-selection--single .select2-selection__rendered {
    line-height: 20px !important;
}
.select2-results__option {
    padding: 5px;
    border-bottom: 1px solid #e9e9e9;
}
.select2-container--default .select2-results__option--highlighted.select2-results__option--selectable {
    background-color: #4f98bc;
    color: white;
}

.modal-dialog {
    margin: 150px 10px 0 10px;
}
.height5 {
    height: 5px;
}
.cuentaproducto {
    font-size: 0.9em;
    color: #666;
}