﻿@font-face {
    font-family: Houschka Rounded DemiBold;
    src: url('/Content/fonts/HouschkaHead-DemiBold.otf');
}
@font-face {
    font-family: Houschka Rounded Medium;
    src: url('/Content/fonts/HouschkaHead-Medium.otf');
}
body {
    font-family: "Houschka Rounded DemiBold" !important;
    font-size: 14px;
    font-weight: 400;
    color: #6c757d;
    line-height: 1.5;
}
.bg_body {
    position: absolute;
    background-image: url('../images/authentication-bg.png');
    height: 100%;
    width: 100%;
    top: 0px;
    left: 0px;
    overflow:hidden;
}
.data-user-close:hover {
    color:rgb(225, 53, 53);
}
.padd-bg {
    position: relative;
    padding: 0px 15px;
    top: 50%;
    margin-top: -250px;
}
.content-panel {
    background: #FFF;
    border-radius: 20px;
    margin: auto;
    min-width: 425px;
    max-width: 510px;
    text-align: center;
    height: 0px;
    overflow: hidden;
}
.content-access {
    border-top-left-radius: 0px;
    border-bottom-left-radius: 0px;
    z-index:0;
}
.content-access .acces-div{
    padding:60px 0px;
    color:#000;
    font-size:20px;
}
.content-mon {
    border-radius:0px;
    background-image: url(../images/bg-home.png);
    background-position:-150px -75px;
    background-color: #000;
    color: #FFF;
    font-weight: bold;
    margin-right: -425px;
    z-index:9;
}
.ico-adecco {
    margin: auto;
    margin-top: 35px;
    padding: 30px 0px 40px 0px;
    cursor: pointer;
    width: 245px;
}
.content-panel input {
    border: 0px;
    border-bottom: 3px solid #f0f1f4;
    border-radius: 5px;
    background: #f0f1f4;
    padding: 10px;
    color: #6c757d;
    width: calc(100% - 10px);
    transition: all 0.5s;
    position:relative;
    z-index:9;
}
.content-panel input:focus,.content-panel input.focus {
    background-color: #d9eaff;
    border-bottom: 3px solid #000 !important;
}
.content-panel input.Error:focus {
    background-color: #d9eaff;
    border-bottom-color: rgb(225, 53, 53) !important;
}
.form-group {
    width: 300px;
    margin: auto;
    text-align: left;
    top: 75px;
    position: relative;
    z-index: 9;
}
.form-group.form-group-access {
    top:0px;
}
.form-group > div:first-child {
    display: grid;
    grid-template-columns: auto auto;
}
#login {
    text-align:center;
}
.content-all {
    display: inline-grid;
    grid-template-columns: auto auto;
}
.form-data {
    width: 300px;
    margin: auto;
    text-align: left;
    font-size: 12px;
    overflow: hidden;
    height: 0px;
    display: none;
}
#btnSearch {
    display:none;
    color:#FFF;
}
.form-data > div:first-child {
    background: rgba(0,0,0,0.04);
    padding: 10px 10px 65px 10px;
    border-radius: 7px;
    margin-bottom: 20px;
    border: 1px dashed #000;
    overflow: auto;
    height: 90px;
    text-align:center;
}
.field-text {
    text-align: left;
    top: -30px;
    position: relative;
    padding-left: 10px;
    z-index:99;
    font-size:16px;
}
.btn {
    padding: 10px;
    cursor: pointer;
    background: rgb(225, 53, 53);
    border-radius: 5px;
    display:inline-block;
    margin:0px 1px;
    font-size:10px;
}
.btn >.fa{
    top: 0px;
    position: relative;
    padding: 5px;
}
.data-item {
    position: relative;
    display: grid;
    grid-template-columns: 170px 10px auto;
    padding: 5px 0px;
}
.data-item >div:first-child{
    text-align:left;
}
    .data-item div:last-child {
        text-align: right;
    }
.data-black-list {
    grid-template-columns: auto;
    color: rgb(225, 53, 53);
}
.data-black-list > div:first-child {
    padding:0px 0px 10px 0px;
    font-weight:bold;
}
.data-black-list > div {
    text-align: center !important;
}
.btn-slide {
    padding: 8px;
    text-align: center;
    border-radius: 6px;
    border: 1px solid rgb(225, 53, 53) !important;
    cursor: pointer;
    color: #FFF;
    font-weight: bold;
    transition: all 0.5s;
    font-size: 15px !important;
    background:rgb(225, 53, 53) !important;
}
.btn-slide:hover {
    color: #FFF;
    background: #000;
    border: 1px solid #000;
}
#btnGenerarPPT {
    /*width:190px;*/
}
.NamePerson {
    height: 25px;
    width: 350px;
    margin: auto;
    margin-top: -12px;
}
.Tool-Tips {
    padding: 5px 10px;
    background: rgb(225, 53, 53);
    position: absolute;
    top: -1px;
    border-radius: 10px;
    width: 270px;
    display:none;
    color:#FFF;
    z-index:99;
}
.Tool-Tips::before {
    content: " ";
    display: block;
    position: absolute;
    top: -12px;
    border-width: 7px 0px 9px 10px;
    border-style: solid none solid solid;
    border-color: transparent transparent transparent rgb(225, 53, 53);
    transition: border 0.2s ease 0s;
    transform: rotate(-90deg);
}
.ToolFile::before {
    right: 20px;
}
.content-input.asd {
    margin-top:10px;
}
.cmb,select[name=dataProductos_length] {
    padding: 8px;
    border-radius: 5px 0px 0px 5px;
    border: 1px solid #eaeaea;
    /*color: #c61313;*/
}
/*#cmbNegocio, #cmbFormulario, #cmbTienda {*/
.cmb,.chosen-container-single {
    width: 90% !important;
}
.chosen-container-single a{
    background:#FFF !important;
}
#cmbSearchType {
    position:relative;
    top:-30px;
    width:300px;
}
.btnContent {
    display:inline-grid;
    grid-template-columns:auto auto;
}
#btnExam {
    width: 100px
}
.link-div, .link-div-cc {
    background: #529fa4;
    width: 225px;
    margin-left: -16px;
    border-radius: 0px 10px 10px 0px;
    color: #FFF;
    border-left: 1px solid #FFF
}
.link-div-cc {
    border-radius:20px;
    margin:auto;
    padding:10px;
    color:#FFF;
}
#btnConsult {
    margin: auto;
    width: 300px;
    margin-top: 30px;
}
.linkq {
    margin-top: 8px;
    font-size: 12px;
    text-align: left;
    margin-left:10px;
}
#FileLog {
display:none;
}
.form-load {
    z-index: 9999;
    float: left;
    height: 300px;
    position: absolute;
    top: -85px;
}
.form-load img {
    background-color: rgba(255, 255, 255, 0.7);
}
.ToolFile {
    top:auto !important;
    text-align:left;
    margin-top:0px;
    width:300px;
}
.unit-search {
    position:relative;
}
.Tool-Login {
    width:290px;
    top:115px;
}
.Tool-Login::before {
    content:none;
}
#btnAcces {
    margin-top:13px;
}
.select-option {
    display:grid;
    grid-template-columns:300px 300px;
}
.btn-lide {
    padding: 20px;
    width: 200px;
    background: #FFF;
    color: #000;
    border-radius: 20px;
    text-align: center;
    font-size:11px;
    cursor:pointer;
    font-weight:bold;
}
.BlockAjax {
    position:fixed;
    width:100%;
    height:100%;
    z-index:999999999;
    left:0px;
    top:0px;
    text-align:center;
    background-color:rgba(255,255,255,0.95);
}
.BlockAjax img {
    position:relative;
    top:30%;
    width:100px;
    height:100px;
}
.MasterBlock {
    position:absolute;
    top:0px;
    left:0px;
    width:100%;
    height:100%;
    background:#000;
    opacity:0.3;
    z-index:999;
}
.modPopUp {
    position: absolute;
    min-width: 500px;
    max-width: 90%;
    left: 50%;
    background: #FFF;
    border-radius: 5px;
    padding: 3px;
    top:15px;
    z-index:999;
}
.supBar, .inBar {
    position: relative;
    width: 100%;
    background: rgb(225, 53, 53);
    color: #fff;
    font-weight: bold;
    padding: 10px;
    border-radius: 5px 5px 0px 0px;
    box-sizing: border-box;
}
.inBar {
    background: #FFF;
    border-radius: 0px 0px 5px 5px;
    border-top: 1px solid #d5d5d5 !important;
    text-align:right;
    padding:3px 10px;
}
.closePopUp {
    float: right;
    font-size: 15px !important;
    background: #FFF;
    color: #000;
    border-radius: 15px;
    padding: 5px 7px;
    top: -4px;
    position: relative;
    cursor: pointer;
}
.content-up {
    padding:10px;
    overflow:auto;
}
.btnCanc {
    background: #eee !important;
    color: #000 !important;
    border: 1px solid #d5d5d5 !important;
}
.dowfa {
    font-size: 100px !important;
    margin: -10px 35px 10px 35px;
    display: inline-block;
    text-align: center;
    cursor: pointer;
}
.dowfa:hover i, .dowfa i.Active {
    color: rgb(225, 53, 53);
    transition: all 0.5s;
}
.dowfa:hover span {
    color: rgb(225, 53, 53);
    transition: all 0.5s;
}
.dowfa span {
    font-size: 11px;
    display: block;
    margin-top: -23px;
}
.dowfa .fa-upload {
    position: relative;
    top: -5px;
}
.centerMod {
    text-align: center;
}
.nav_sup {
    text-align:center;
    background: #000;
    border-bottom: solid 3px rgb(225, 53, 53);
    /*height:30px;*/
}
.inBar .btn {
    font-size: 12px;
    background: rgb(225, 53, 53);
    color: #FFF;
}
#cmbRol, #cmbEstado {
    width:200px;
}
.content-model #txtUsuario {
    width:200px;
}
.ClientMod {
    position: absolute;
    margin-top: -10px;
    width: calc(100% + 22px);
    height: 100%;
    background: #FFF;
    z-index: 9999;
    overflow: auto;
}
.content-model input {
    width:200px;
    padding:6px !important;
}
.sEt {
    width:15px;
    height:15px;
    background:#c6c6c6;
    border-radius:5px;
    display: inline-table;
    top: 3px;
    position: relative;
    margin-right: 5px;
}
.sEt.Active {
   background:rgb(225, 53, 53);
}
.segoption span {
    font-weight:normal !important;
}
.app-wrapper {
    display: grid;
    grid-template-columns: 80px auto;
    height:100%;
}
.rib-left {
    height:100%;
    width: 80px;
    background: #8a8a8a30;
    opacity: 0;
}
.content-all-nav {
    width: 100%;
    height:calc(100% - 80px);
    overflow: auto;
    margin-top:25px;
}
.all-set {
    width: calc(100% - 45px);
    margin: auto;
        margin-top: auto;
    margin-top: 20px;
    /*padding-bottom: 20px;*/
    height:calc(100% - 45px);
}
.centerMod {
    text-align: center;
}
.contents-items {
    margin: 0px;
    padding: 0px;
    list-style: none;
}
.rib-left .ico-mn {
    padding: 10px 0px;
    text-align: center;
    cursor: pointer;
    border-left: 5px solid transparent;
    opacity: 0.7;
}
.rib-left .ico-mn.Active {
    border-left: 5px solid rgb(225, 53, 53);
    color: rgb(225, 53, 53);
    opacity: 1;
}

.rib-left .txt-desc {
    font-size: 12px;
}
.rib-left .ico-mn.Active {
    color: rgb(225, 53, 53);
}
.rib-left .ico-mn {
    text-align: center;
    cursor: pointer;
}
.contents-items {
    list-style: none;
}
ul {
    list-style: none;
}
.rib-left .ico-mn i {
    font-size: 30px;
}
.content-sesion {
    position: absolute;
    right: 0px;
    top: 0px;
    display: grid;
    grid-template-columns: auto auto;
    color: #FFF;
    margin-top: 15px;
    font-weight: bold;
    font-size: 11px;
}
a {
    text-decoration: none !important;
    color: #6c757d !important;
}
a:hover {
    color:rgb(225, 53, 53) !important;
}
.content-sesion {
    position: absolute;
    right: 0px;
    top:0px;
    display: grid;
    grid-template-columns: auto auto;
    color:#FFF;
    margin-top:15px;
    font-weight:bold;
    font-size:11px;
}
.data-user-close {
    border-left:2px solid #FFF;
    cursor:pointer;
}
.data-user, .data-user-close {
    padding: 2px 10px;
}
.i-sep {
    height:100%;
    margin-bottom:3px;
    font-size:12px;
    position:relative;
}
.i-sep span {
    font-weight:bold;
}
.i-sep .btn-slide {
    float: right;
}
.i-sep .btn-slide {
    /*width: 145px;*/
    height: max-content;
    font-size: 10px;
    position: relative;
    top: -6px;
}
table tbody tr:nth-child(even) {
    background: #F7F7F7
}
table tbody tr:nth-child(odd) {
    background: #FFF
}
table {
    width:100%;
}
table thead tr {
    color: #FFF;
    font-weight: bold;
    border-radius:5px 5px 0px 0px;
    background:rgb(225, 53, 53);
}
table thead tr td {
    background: rgb(225, 53, 53);
    position:relative;
}
table thead tr td:first-child {
    border-top-left-radius: 5px;
}
table thead tr td:last-child {
    border-top-right-radius: 5px;
}
table td {
    padding: 5px;
    font-size: 12px;
    border: 1px solid #e3e3e3;
    border-left: 0px;
    border-bottom: 0px;
}
table td:first-child {
    border-left: 1px solid #e3e3e3;
}
table tbody tr:last-child td {
    border-bottom: 1px solid #e3e3e3;
}
.fa-exchange {
    transform: rotate(90deg);
    position:absolute;
    right:5px;
    top:8px;
    cursor:pointer;
}
td .fa-exchange {
    top:50%;
    margin-top:-5px;
}
.set-table-control {
    width:100%;
    overflow:auto;
}
#txtSearch {
    border: 1px solid #c1c0c0;
    border-radius: 5px;
    padding: 3px;
}
.secoment {
    text-align:left;
}
.secoment > span {
    margin-right:10px;
}
.secoment i {
    font-size: 14px !important;
    border: 1px solid #000;
    border-radius: 13px;
    padding: 4px;
    margin-left: 10px;
    cursor:pointer;
}
#ContentTransac {
    margin:15px 0px;
    height:180px;
    overflow:auto;
}
.log-reg {
    font-family:"Houschka Rounded DemiBold";
    display: grid;
    grid-template-columns: 60px auto;
    margin: 3px 0px;
    border-radius: 0px 5px 5px 0px;
}
.log-reg:hover {
    background:rgba(0,0,0,0.1);
    border-radius:5px 0px 0px 5px;
}
.date-log {
    text-align: center;
    color: #FFF;
    font-weight: bold;
    margin-right: 5px;
    font-size: 10px;
}
.day-log {
    padding-top: 3px;
    background: rgb(225, 53, 53);
    border-radius: 5px 5px 0px 0px;
}
.month-log, .year-log {
    background: rgb(225, 53, 53);
    padding-bottom: 2px;
}
.hh-log {
    border-top: 1px solid #FFF;
    background: rgb(225, 53, 53);
    border-radius: 0px 0px 5px 5px;
    padding: 3px 0px;
}
.create-log {
    font-weight: bold;
    margin-top: 4px;
}
.c1-log, .create-log {
    color: rgb(225, 53, 53);
}
.coment-log {
    text-align:left;
}
.content-section {
    margin-top:15px;
    border:1px solid #acacac;
    border-radius:5px;
    width:400px;
    font-size:14px;
    height:330px;
    overflow:auto;
}
.despligue-datos {
    position: absolute;
    right: -10px;
    margin-right: 30px;
    top: 50px;
    border-radius: 3px;
    border: 1px solid #d8d8d8;
    width: 190px;
    background: #FFF;
    display: none;
    z-index: 9;
    font-size: 14px;
}
.check-link a{
    padding: 7px 10px;
    color: #6f6f6f;
    border-bottom: 1px solid #d8d8d8;
    background: #FFF;
    width: 100%;
    display: block;
}
.check-link i{
    font-size: 25px;
    padding: 5px 10px 5px 5px;
}
.check-link span {
    top: -4px;position: relative;
}
.check-link.Active {
    background:rgba(111, 111, 111, 0.05);
}
.check-link a:hover {
    background:#eee;
}
.check-link a:hover i,.check-link a:hover span {
    color:rgb(225, 53, 53) !important;
}
.segoption {
    border-bottom:1px solid #acacac;
    display:grid;
    grid-template-columns:auto 65px;
    padding:5px;
}
.segdev {
    grid-template-columns:25px auto;
}
.segoption:hover,.segoption.Active {
    cursor:pointer;
    background:#ffeaea;
    transition: all 0.2s;
}
.segoption i {
    margin-left:5px;
    margin-right:5px;
    opacity:0.6;
    font-size:20px !important;
    position:relative;
    top:3px;
}
.segoption i:hover {
    opacity:1;
}
.bgForectas-content input[type=text], .bgForectas-content input[type=password], .modPopUp input[type=text], .modPopUp input[type=password],input[type=date],input[type=search],input[type=number] {
    border-radius: 3px;
    border: 1px solid #a8a8a8;
    padding: 8px;
    color: #7d7d7d;
}
input[type=date],input[type=number] {
    padding:8px;width:90%;
}
.content-model-panel {
    display:grid;
    grid-template-columns:auto auto;
}
.content-section-sc .segoption {
    grid-template-columns: auto 150px;
}
.data-control-mouse {
    position:absolute;
    width:160px;
    background:#FFF;
    border-radius:3px;
    border:1px solid #d9d9d9;
    z-index:99;
    font-size:14px;
    display:none;
}
.data-control-mouse .mouse-option {
    border-bottom: 1px solid #d9d9d9;
    padding:5px;
    cursor:pointer;
}
.data-control-mouse .mouse-option:hover {
    background:rgb(225, 53, 53);
    color:#FFF;
    transition: all 0.2s;
}
.mouse-option i {
    position: relative;
    top:2px;
    font-size:19px;
}
.mouse-option span{
    margin-left: 5px;
}
tbody input {
    width:100px;
}
.container.jumbotron {
    padding: 0px;
    max-width: 100%;
    background: none;
    margin-top: 20px;
}
.border-row {
    display: inline-table;
    border: 5px solid #FFF;
    margin: 10px;
    border-radius: 13px;
}
.border-row:hover {
    border-color: #f0efef;
}
.TagElement {
    display: inline-table;
    border: 1px solid rgb(225, 53, 53);
    border-radius: 0px 0px 0px 8px;
    padding: 0px 0px 10px 10px;
    width: 250px;
    height: 100px;
    cursor: pointer;
    /*border-left: 9px solid rgb(225, 53, 53);*/
    text-align: center;
}
.TagElement div {
    padding: 3px;
    background: rgb(225, 53, 53);
    color: #FFF;
    margin-left: -10px;
    border-radius: 0px 0px 10px 10px;
    margin-bottom: 8px;
    text-align:center;
    font-weight:bold;
}
.TagElement img {
    width:140px;
    height:75px;
}
.slide-content{
    display:grid;
    grid-template-columns:40px auto 40px;
}
.slide-content i:hover{
    cursor:pointer;
    color:#000000b0;
}
.slide-content i,.slide-content img{
    margin: auto;
    font-size: 70px;
    color: #00000024;
}
.temp_columns_12 {
    display: inline-grid;
    grid-template-columns: 16% 16% 16% 16% 16% 16%;
    width:100%;
}
.temp_columns_12 >div{
    margin-bottom:10px;
}
@media screen and (max-width:720px) {
    .content-mon,.name-class {
        display: none;
    }
    .temp_columns_12{
        grid-template-columns: 100%;
    }
    .temp_columns_12 >div{
    margin-bottom:0px;
}
    .content-access {
        border-top-left-radius: 20px;
        border-bottom-left-radius: 20px;
    }
    #cmbNegocio, #cmbFormulario, #cmbTienda,input[type=date],.btn-success,.cmb,.chosen-container-single {
        width: 90% !important;
        max-width: 90% !important;
        display: block !important;
        margin: 5px 0px 15px 0px !important;
    }
    .i-sep .btn-slide{
        float:none;
    }
    .div_btnGenerarPPT{
        width: 100%;
        position: relative;
    }
    #btnGenerarPPT{
        position:relative !important;
    }
}
#dataProductos_filter {
    margin-right: 135px;
}
/*#btnGenerarPPT {
    right: 0px;
    position: absolute;
    top: -4px;
    z-index:9;
}*/
.div_btnGenerarPPT{
    right: 0px;
    position: absolute;
    top: -4px;
    margin: auto !important;
    padding: 0px !important;
}
.container.jumbotron {
    position: relative;
}
.txtNot {
    position:relative;
    top:20%;
    margin-top:25px;
}
.btn-bqt {
    top: 8px !important;
    float: none !important;
    margin-left: 7px;
    margin-top:5px;
    width:110px;
}
.name-class{
    position: absolute;color: #FFF;top: 15px;left: 12px;font-size:12px;
}
.user-select-name, .user-select-alert, .user-select-facebook, .user-select-bars {
    position: absolute;
    right: 0px;
    top: 1px;
    color: #FFF;
    font-size: 15px;
    cursor: pointer;
    margin: 2px;
    padding: 7px 15px;
    z-index:999;
}
.user-select-name i.fa-user-circle-o, .user-select-alert i.fa-bell-o, .user-select-facebook i, .user-select-bars i.fa-bars {
    font-size: 30px;
}
.user-select-name.header-select{
    z-index:99999;
}
input:disabled{
    background:#eeeeee;
}
.chosen-container-single .chosen-single div b{
    top: 8px;
    position: relative;
}