body,
input,
select,
.btn {
    font-family: 'Poppins', sans-serif !important;
    font-size: 12px !important;
    border-radius: 6px!important;
}

.btn[disabled] {
    opacity: 0.65;
    cursor: not-allowed;
}

.area {
    max-width: 1260px;
    margin: auto;
    
}

body {
    color: #24292e;
    color: #424242;
    color: #3c3d46;
    color: #3e4346;
    color: #3f4850;
    /* font-weight:500; */
    background-color: #eee;
    background-color: #fff;
    /* background-color: #f0f2f5; */
    /* background-color: #f2f2f2; */
    /* background-color: #e5ebec; */
    /* background-color: #e8f0f0; */
    /* background: linear-gradient(to bottom,#fff 0%,#f2f2f2  150px, #f2f2f2 150px,#f2f2f2 100%); */
    /* background: linear-gradient(to bottom,#fff 0%,#fff 30px,#f1f1f1  100px, #f1f1f1 150px,#f1f1f1 100%); */
    /* background: linear-gradient(to bottom,#fff 0%,#f2f5f5  150px, #edf1f1 150px,#edf1f1 100%); */
    /* background: linear-gradient(to bottom,#F1F6FA 0%,#F1F6FA 100%); */
    /* background: linear-gradient(to bottom,#fff 0%,#f9f9f9  150px, #f9f9f9 150px,#f9f9f9 100%); */
    /* background: linear-gradient(to bottom,#fff 0%,#edf1f161  150px, #edf1f161 150px,#e5ebec61 100%); */
    /* background: linear-gradient(to bottom,#fff 0%,rgb(234, 247, 255)  150px, rgb(234, 247, 255) 150px,#D1ECFD 100%); */
    /* background: linear-gradient(to bottom,#f9f9f9 0%,#f9f9f9  150px, #f9f9f9 150px,#f1f1f1 100%); */
    /* background: linear-gradient(to bottom,#fff 0%,#edf1f1  150px, #edf1f1 150px,#edf1f1 100%); */
    background: linear-gradient(to bottom,#fff 0%,#f0f4f7  250px, #f0f4f7 650px,#f0f4f7 100%);
    background: linear-gradient(to bottom,#fff 0%,#f1f6fa  250px,#f1f6fa 100%);
    background: linear-gradient(to bottom,#fff 0%,#fff 100%);
    background: linear-gradient(to bottom,#fff 0%,#f9f9f9  150px, #f9f9f9 150px,#f1f1f1 100%);
    /* background: linear-gradient(to bottom,rgb(251, 251, 251) 0%,rgb(251, 251, 251) 100%); */
    
    /* border-top:4px solid #69f0ae; */
    /* background-color: #e9ecec;
    background-image: linear-gradient(90deg, transparent 50%,rgba(255,255,255,.5) 50%);
    background-size: 50px 50px; */
    overflow-y: scroll;
    
}

body.inicio {
    background: linear-gradient(to bottom,#fff 0%,#edf1f1  150px, #edf1f1 150px,#edf1f1 100%);
}

/* h1, h2, h3, h4, h5, h6 {
    color: #3e4346;
} */

input,
select,
.btn {
    font-family: 'Poppins', sans-serif !important;
    font-size: 12px !important;
    /* border: 0px solid #fff; */
    /* border-bottom: 1px solid #ccc; */
    /* background:transparent; */
    /* background-color: rgb(232,240,254); */
    /* color: #3c3d46; */
    /* color: #3f4850; */
    
    
}


select,
.btn {
    font-family: 'Poppins', sans-serif !important;
    font-size: 12px !important;
    font-weight:500;
    
}

.addquick {
    border-radius: 10px;
    /* text-align: left; */
    padding: 10px 5px;
    border: 1px solid #B3D4FF;
    /* box-shadow: 0 0.2rem 0.5rem rgba(0, 0, 0, 0.1); */
    background-color: #DEEBFF;
    /* border: 1px solid #d2e5ff; */
    /* background-color: #eef5ff; */
    /* border-bottom:1px solid #ddd; */
    /* background-color: #fff; */
    /* border-bottom:1px solid #ddd; */
    position: relative;
    left: 50%;
    transform:translateX(-50%);
    max-width:1400px;
    z-index: 1000;
}

.addquick input,
.addquick select,
.addquick .btn {
    background-color:#fff;
}

.btn-default.bk-white {
    background-color:#fff;
}

.btn-default.bk {
    background-color: rgb(232,240,254);
}

.color-addquick {
    color: #138ab9;
    font-weight:500;
    /* margin-bottom:3px; */
    font-size:10px;
}

.btn-lg {
    border-radius:3px;
    font-weight:500;
    padding: 9px 16px;
}

.input-group-btn .btn.btn-default {
    min-height: 34px;
}

.dropdown .btn {
    min-height: 34px;
    transition: all 300ms ease-in-out;
}

.dropdown.menu-help {
    padding:10px 10px 10px 6px;
}

.dropdown-menu {
    left:auto;
}

.dropdown-menu li {
    background:#ffff;
    
}

.btn-default {
    /* text-transform: capitalize; */
    border-radius:12px!important;
    /* box-shadow: 3px 3px 3px 0px rgb(0,0,0,0.15) */
    /* box-shadow: 0px 3px 6px 0px rgb(0,0,0,0.15); */
    /* font-weight:600; */
    /* font-size:14px; */
    /* border:0px; */
}

.btn-success {
    background: #69f0ae;
    border-color: #59f6aa;
    background: #21D47E!important;
    border-color: #21D47E!important;
    /* box-shadow: 1px 3px 3px 0px rgb(0, 0, 0, 0.15); */
    box-shadow: 0px 2px 2px 0px rgb(0,0,0,0.15);
    font-weight:400;
    font-size:14px;
    color:#fff;
    border-radius:12px!important;
}

.btn-success:hover {
    background: rgb(18, 180, 102)!important;
    border-color: rgb(10, 167, 91)!important;
    box-shadow: 0px 0px 1px 0px rgb(0,0,0,0.15);
    
}

.btn-info {
    background: #4BA6E1!important;
    border-color: #4BA6E1!important;
    background: #1c8fd9 !important;
    border-color: #1c8fd9 !important;
    box-shadow: 0px 2px 2px 0px rgb(0,0,0,0.15);
    font-weight:400;
    font-size:14px;
    color:#fff;
    border-radius:12px!important;
}

.btn-info:hover {
    background: #2A8CCC!important;
    border-color: #2A8CCC!important;
    
}

.btn-info-dark {
    background: #2A8CCC!important;
    border-color: #2A8CCC!important;
    box-shadow: 0px 2px 2px 0px rgb(0,0,0,0.15);
    font-weight:600;
    font-size:14px;
    color:#fff;
    border-radius:12px!important;
}

.btn-info-dark:hover {
    background: #137bb8!important;
    border-color: #137bb8!important;
    color:#c9ebff;
    
}

/* .btn-info:focus {
    background: #004675!important;
    border-color: #b0defd!important;
    
} */

.btn-warning {
    background: #FFAF4B;
    border-color: #FFAF4B;
    box-shadow: 0px 2px 2px 0px rgb(0,0,0,0.15);
    font-weight:400;
    font-size:14px;
    color:#fff;
    border-radius:12px!important;
}

.btn-warning:hover {
    background: #FFA027;
    border-color: #FFA027;
    
}

.btn-danger {
    background: #FF794B;
    border-color: #FF794B;
    background: #c03d3d;
    border-color: #c03d3d;
    box-shadow: 0px 2px 2px 0px rgb(0,0,0,0.15);
    font-weight:400;
    font-size:14px;
    color:#fff;
    border-radius:12px!important;
}

.btn-danger:hover {
    background: #FF5E27;
    border-color: #FF5E27;
    
}

.btn-size-delete {
    padding:1px 5px;
}

.label-success {
    background: #CFFDE7;
    color:#12ca71;
}

.label-success:hover {
    background: #b1ffda;
    color:#12ca71;
}

.label-warning {
    background: #FFEAD1;
    color:#FFA027;
}

.label-warning:hover {
    background: #ffe2be;
    color:#FFA027;
}

.label-warning-white {
    background: #Ffffff;
    color:#FFA027;
    border-left:3px solid;
}

.label-warning-light {
    background: #fff5e9;
    color:#d88921;
    color:#c67000;
    border: 1px solid #f0d090;
}

.label-warning-white .fa-info-circle {
    color: #FFA027!important;
}

.label-danger {
    background: #FFDCD1;
    background-color: #FFDCD1!important;
    color:#FF5E27;
}

.label-danger-white {
    background: #fff0eb;
    color:#FF5E27;
    border-left:3px solid;
}

.label-danger-light {
    background: #fff1f1;
    color:#cd471b;
    border: 1px solid #f09090;
}

.label-danger:hover {
    background: #FFB49A;
    background-color: #FFB49A!important;
    color:#FF5E27;
}

.label-info:hover {
    background: #c2e8ff;
    color:#2A8CCC;
}

.label-info {
    background: #D1ECFD;
    color:#2A8CCC;
}

.label-other {
    background: #e8ccf1;
    color:#6e158b;
    border: 1px solid #d6aae5;
}

.label-other:hover {
    background: #ecb5ff;
    color:#6e158b;
}

.label-other-light {
    background: #faebff;
    color:#6e158b;
    border: 1px solid #d6aae5;
}

.label-info-white {
    background: #ffffff;
    color: #2A8CCC;
    border-left: 3px solid;
}

.label-info-light {
    background: #f2f8ff;
    color: #2A8CCC;
    border: 1px solid #95c7e9;
}

.label-info-white .fa-info-circle {
    color: #2A8CCC!important;
}

.label-success-white {
    background: #ffffff;
    color: #12ca71;
    border-left: 3px solid;
}

.label-success-light {
    background: #f1ffef;
    color: #12ca71;
    border: 1px solid #86dbb2;
}

.label-success-white .fa-info-circle {
    color: #12ca71!important;
}

.label-marketing {
    color:#AF001F;
    background:#ffe9ed;
}

.label-taxes {
    color:#FFAE77;
    background:#fdf5f0;
}

.label-administration {
    color:#FF6E35;
    background:#ffece5;
}

.label-product {
    color:#BD279C;
    background:#ffd4f6;
}

.label-investment {
    color:#CD68DB;
    background:#fdf2ff;
}

.label-personal {
    color:#FFD700;
    background:#fffbe8;
}

.table-hover tbody tr.label-danger:hover td ,
.table-hover tbody tr.label-danger:hover th {
    background-color: #FFB49A!important;
    color:#3f4850;
}


.text-primary {
    color: #2A8CCC;
}

a {
    color: #2365dd;
    color:#0089ff;
    color: #1394eb;
    transition: all 100ms ease-in-out;
}

label {
    font-weight: 600;
    color: #5f5f5f;
    color: #777;
    color: #3f4850;
    color: #424242;
    color: #3f4850;
    color: #2f3142;
    margin-bottom:5px;
    font-size:12px;
}

.label {
    padding: 0.3em .6em .3em;
    font-size:100%;
    font-weight:600;

}

button:hover {
    box-shadow: 0px 0px 2px 0px rgba(0, 0, 0, 0.45);
    transition: all 200ms ease-in-out;
}

.uppercase {
    text-transform: uppercase;
}

.capitalize {
    text-transform: capitalize!important;
}

.alert-danger ul {
    list-style: none;
}

.text-small {
    font-size:11px!important;
}

.text-xs {
    font-size:10px!important;
}

.text-18 {     font-size:18px!important; }
.text-15 {     font-size:15px!important; }
.text-13 {     font-size:13px!important; }
.text-12 {     font-size:12px!important; }

.text-large {
    font-size:18px!important;
}

.text-initial {
    text-transform: initial;
}

.panel-body.text p {
    font-size:15px;
    /* color:#222; */
    /* font-family: 'Lora'; */
}

.text {
    font-size: 13px;
}

.text-heading {
    font-size:17px;
    font-weight:600;
}

.panel-body.plan-description {
    min-height:380px!important;
    min-height:300px!important;
}

.title {
    font-size:20px;
    margin-bottom:0px;
    margin-top:20px;
    padding-left:5px;
    color:#555;
    color:#3e4346;
    font-weight:500;
    /* font-family: 'Abril Fatface'; */
}

h4.title {
    margin-top:5px;
    margin-bottom:5px;
    padding-left:10px;
}

/* .subtitle {
    font-size:12px; 
    margin-bottom:20px;
    margin-top:0px;
    padding-left:5px;
    color:#888;
} */

.subtitle {
    font-size:13px; 
    margin-bottom:20px;
    margin-top:0px;
    padding:5px;
    /* padding:10px; */
    /* background-color: #f2f8ff; */
    color:#555;
    /* box-shadow: 0px 0px 6px 1px rgba(126, 126, 126, 0.239); */
    border-radius: 6px;
    /* color:#788686; */
    /* color:#597979; */
}

.title2 {
    font-size:24px;
    margin-bottom:5px;
    /* margin-top:20px; */
    /* padding-left:5px; */
    color:#3f4850;
    font-weight:400;
}

.subtitle2 {
    font-size:14px; 
    margin-bottom:20px;
    margin-top:0px;
    /* padding-left:5px; */
    color:#777;
    /* font-weight:400; */
}

.subtitle3 {
    font-size:12px; 
    margin-bottom:20px;
    margin-top:0px;
    /* padding-left:5px; */
    color:#777;
    /* font-weight:400; */
}

.flex-center {
    display: flex;
    align-items: center;  
    justify-content: center;
}

.fa-lg {
    font-size: 1.5em;
    line-height: 1.5em;
}

.fa-info-circle {
    color: #87f35b!important;
    color: #a3a4af!important;
    color: #3f4850!important;
    color: rgb(154, 162, 167)!important;
    color: #69f0ae!important;
    color: #21D47E!important;
    color: #06d16f!important;
    /* color: #f1b100!important; */
    /* color: #FFA027!important; */
    padding: 3px 3px;
}

.check-green {
    color:#fff!important;
    color:#0dce71!important;
    background:#fff;
    background:#e8fff4;
    border-radius: 50px;
    padding: 4px;
    margin-right:5px;
    /* box-shadow: inset -2px -3px 6px 1px rgb(0, 0, 0, 0.15); */
}

.check-blue {
    color:#2A8CCC!important;
    background:#fff;
    background:#e4f4ff;
    border-radius: 50px;
    padding: 4px;
    margin-right:5px;
    /* box-shadow: inset -2px -3px 6px 1px rgb(0, 0, 0, 0.15); */
}

.check-yellow {
    color:#ffc107!important;
    background:#fff;
    background:#fff9e6;
    border-radius: 50px;
    padding: 4px;
    margin-right:5px;
    /* box-shadow: inset -2px -3px 6px 1px rgb(0, 0, 0, 0.15); */
}

@media screen and (max-width: 991px) {
    .text-right-sm {
        float:right;
        padding-right:20px!important;
    }
    .panel-body.plan-description {
        min-height:180px!important;
    }
    label {
        font-size:12px;
        font-weight: 600;
    }
}



@media screen and (max-width: 415px) {
    /* body { */
        /* background: linear-gradient(#fff,#f2f2f2,#f2f2f2,#f2f2f2,#f2f2f2,#f2f2f2); */
        /* background: linear-gradient(to bottom,#fff 0%,#e8f0f0  250px, #e8f0f0 250px,#e8f0f0 100%); */
    /* } */
    .padding-mobile {
        padding-left:5px;
        padding-right:5px;
    }
    .dropdown .btn {
        min-height: 38px;
    }
    .form-control {
        height: 38px;
    }
    .dropdown.menu-help {
        padding:0px 5px;
    }
}


 /* .btn-info {
    color: #fff;
    background-color: #5bc0de!important;
    border-color: #46b8da!important;
    border-radius:3px!important;
  } */

  .btn-primary {
    color: #fff;
    background-color: #137bb8!important;
    border-color: #137bb8!important;
    background-color: #1c8fd9 !important;
    border-color: #1c8fd9!important;
    border-radius:12px!important;
  }

  .btn-primary:hover {
    color: #fff;
    background-color: #137bb8!important;
    border-color: #137bb8!important;
  } 

/*

.btn-info:hover {
    background-color:#fc0ba8;
    border-color: #fc0ba8;
}

*/

.btn-secondary {
    color: #fff;
    background-color: #6c757d;
    border-color: #6c757d;
}

.btn-secondary:hover {
    color: #fff;
    background-color: #5a6268;
    border-color: #545b62;
}

.btn-secondary:focus,
.btn-secondary.focus {
    box-shadow: 0 0 0 0.2rem rgba(130, 138, 145, 0.5);
}

.btn-secondary.disabled,
.btn-secondary:disabled {
    color: #fff;
    background-color: #6c757d;
    border-color: #6c757d;
}

.btn-secondary:not(:disabled):not(.disabled):active,
.btn-secondary:not(:disabled):not(.disabled).active,
.show>.btn-secondary.dropdown-toggle {
    color: #fff;
    background-color: #545b62;
    border-color: #4e555b;
}

.btn-secondary:not(:disabled):not(.disabled):active:focus,
.btn-secondary:not(:disabled):not(.disabled).active:focus,
.show>.btn-secondary.dropdown-toggle:focus {
    box-shadow: 0 0 0 0.2rem rgba(130, 138, 145, 0.5);
}

.btn-light {
    color: #212529;
    background-color: #f8f9fa;
    border-color: #f8f9fa;
}

.btn-light:hover {
    color: #212529;
    background-color: #e2e6ea;
    border-color: #dae0e5;
}

.btn-light:focus,
.btn-light.focus {
    box-shadow: 0 0 0 0.2rem rgba(216, 217, 219, 0.5);
}

.btn-light.disabled,
.btn-light:disabled {
    color: #212529;
    background-color: #f8f9fa;
    border-color: #f8f9fa;
}

.btn-light:not(:disabled):not(.disabled):active,
.btn-light:not(:disabled):not(.disabled).active,
.show>.btn-light.dropdown-toggle {
    color: #212529;
    background-color: #dae0e5;
    border-color: #d3d9df;
}

.btn-light:not(:disabled):not(.disabled):active:focus,
.btn-light:not(:disabled):not(.disabled).active:focus,
.show>.btn-light.dropdown-toggle:focus {
    box-shadow: 0 0 0 0.2rem rgba(216, 217, 219, 0.5);
}

/* .btn-success {
    color: #fff;
    background-color: #28a745;
    border-color: #28a745;
  }
  
  .btn-success:hover {
    color: #fff;
    background-color: #218838;
    border-color: #1e7e34;
  }
  
  .btn-success:focus, .btn-success.focus {
    box-shadow: 0 0 0 0.2rem rgba(72, 180, 97, 0.5);
  }
  
  .btn-success.disabled, .btn-success:disabled {
    color: #fff;
    background-color: #28a745;
    border-color: #28a745;
  }
  
  .btn-success:not(:disabled):not(.disabled):active, .btn-success:not(:disabled):not(.disabled).active,
  .show > .btn-success.dropdown-toggle {
    color: #fff;
    background-color: #1e7e34;
    border-color: #1c7430;
  }
  
  .btn-success:not(:disabled):not(.disabled):active:focus, .btn-success:not(:disabled):not(.disabled).active:focus,
  .show > .btn-success.dropdown-toggle:focus {
    box-shadow: 0 0 0 0.2rem rgba(72, 180, 97, 0.5);
  } */

.btn-block {
    display: block;
    width: 100%;
}

.btn-block+.btn-block {
    margin-top: 0.5rem;
}

input[type="submit"].btn-block,
input[type="reset"].btn-block,
input[type="button"].btn-block {
    width: 100%;
}

.btn-radius {
    border-radius:20px;
    border: 0px solid;
    outline: none!important;
    box-shadow: 2px 2px 4px 0px rgb(0,0,0,0.1);
}

.btn-radius12 {
    border-radius:12px!important;
}


.btn-blue {
    background-color: #60a0ff;
    background-color: #0099ff;
    background-color: #4BA6E1!important;
    border-color: #4BA6E1!important;
    background: #1c8fd9 !important;
    border-color: #1c8fd9 !important;
    color: #fff;
    border-radius: 12px!important;
    /* border: 0px; */
    /* margin: 1px; */
    /* transition: all 400ms ease; */
    /* box-shadow: 1px 1px 1px 0px rgba(0, 153, 255, 0.55); */
    box-shadow: 2px 2px 4px 0px rgb(0,0,0,0.1);
    font-weight:400;
}

.btn-blue:hover {
    background-color: #2a7efb;
    border-color: #2978f0;
    background-color: #2A8CCC!important;
    border-color: #2A8CCC!important;
    color: #fff;
    box-shadow: 0px 1px 1px 0px rgba(33, 89, 245, 0.15);
}

.btn-blue:focus {
    color: #2A8CCC;
    background-color: #e0f2ff!important;
}

.btn-violet {
    background-color: #bc44e4!important;
    border-color: #bc44e4!important;
    color: #fff;
    border-radius: 12px!important;
    border: 0px;
    box-shadow: 2px 2px 4px 0px rgba(189, 189, 189, 0.37);
}

.btn-violet:hover {
    background-color: #951ABE!important;
    border-color: #951ABE!important;
    color: #fff;
    box-shadow: 0px 1px 1px 0px rgba(196, 212, 255, 0.418);
}

.btn-yellow {
    background-color: #ffc107!important;
    border-color: #ffc107!important;
    color: #fff;
    border-radius: 8px!important;
    border: 0px;
    box-shadow: 2px 2px 4px 0px rgba(189, 189, 189, 0.37);
}

.btn-yellow:hover {
    background-color: #ffc107!important;
    border-color: #ffc107!important;
    color: #fff;
    box-shadow: 0px 1px 1px 0px rgba(196, 212, 255, 0.418);
}

.daterangepicker .applyBtn {
    background-color: #4BA6E1!important;
    border-color: #4BA6E1!important;
    border-radius: 10px!important;
    border: 0px;
    box-shadow: 2px 2px 4px 0px rgb(0,0,0,0.1);
    font-weight:600;
}

.btn-blue-outline {
    background-color: #a8c3ec;
    background-color: #0099ff;
    background-color: #fff!important;
    /* border-color: #5196fd; */
    border-color: #298aca!important;
    color: #298aca;
    border-radius: 10px!important;
    margin: 1px;
    /* transition: all 400ms ease; */
    box-shadow: 1px 1px 1px 0px rgba(0, 153, 255, 0.55);
    box-shadow: 2px 2px 4px 0px rgb(0,0,0,0.1);
    font-weight:600;
}

.btn-blue-outline:hover {
    background-color: #dff2ff!important;
    border-color: #298aca!important;
    color: #298aca;
    box-shadow: 0px 1px 1px 0px rgba(33, 89, 245, 0.15);
}

.btn-blue-outline:focus {
    color: #ffffff;
    background-color: #298aca!important;
}

.btn-facebook {
    /* background-color: #3b5998!important; */
    border-color: rgb(24,119,242);
    /* background-color: #1778F2!important; */
    /* border-color: #1778F2!important; */
    color: rgb(24,119,242)!important;
    color: #fff;
    border-radius: 12px!important;
    margin: 1px;
    /* transition: all 400ms ease; */
    box-shadow: 1px 2px 5px 0px rgb(0, 0, 0, 0.1);
    font-weight:600;
}

.btn-facebook:hover {
    /* border-color: #3b5998!important; */
    color: #fff;
    box-shadow: 2px 3px 5px 2px rgb(0, 0, 0, 0.1);
}

.btn-facebook:focus {
    color: #fff
}

.btn-google {
    background-color: #4285F4 !important;
    border-color: #fff !important;
    color: #fff;
    border-radius: 12px!important;
    margin: 1px;
    /* transition: all 400ms ease; */
    box-shadow: 1px 2px 5px 0px rgb(0, 0, 0, 0.1);
    font-weight:600;
    /* Al agregar el logo de Google descomentar padding */
    padding: 0px 10px; 
    font-size:14px!important;
    /* font-family:Roboto!important */
}

.btn-google:hover {
    background-color: #4285F4 !important;
    border-color: #fff !important;
    color: #fff;
    box-shadow: 2px 3px 5px 2px rgb(0, 0, 0, 0.1);
}

.btn-google:focus {
    color: #000000
}

.btn-xs {
    padding: 0px 4px;
    min-height: 18px!important;
    margin:0px;
    font-size:10px!important;
}

.bootstrap-select .dropdown-toggle:focus, .bootstrap-select>select.mobile-device:focus+.dropdown-toggle {
    outline: none!important;
}

.bootstrap-select:not([class*=col-]):not([class*=form-control]):not(.input-group-btn) {
    width:auto;
}



.btn-blueflote {
    background-color: #60a0ff;
    background-color: #0099ff;
    border-color: #5196fd;
    color: #fff;
    border-radius: 50%;
    margin: 1px;
    /* transition: all 400ms ease; */
    box-shadow: 10px 10px 10px 0px rgb(0, 0, 0, 0.2);
    height: 50px;
    width: 50px;
}

.btn-blueflote:hover {
    background-color: #2a7efb;
    border-color: #2978f0;
    color: #fff
}

.btn-blueflote:focus {
    color: #fff
}

.addflote {
    position: fixed;
    width: 40px;
    height: 40px;
    bottom: 60px;
    right: 35px;
    /* background-color: #4dc247; */
    /* color: #FFF; */
    /* border-radius: 50px; */
    text-align: center;
    font-size: 45px;
    /* box-shadow: 2px 2px 10px #999; */
    z-index: 10000;
}

.btn-add-menu {
    background-color: #70BCED;
    border-color: #5196fd;
    border-color: #0099ff;
    border-color: #70BCED;
    background-color: #3f485000;
    border-radius: 50px!important;
    margin: 0px;
    transition: all 200ms ease;
    
    font-weight:400;

    /* margin-left:30px; */
    /* display:inline; */
    position:absolute;
    z-index:10000;
    top:6px;
    right:6px;
    color:#fff!important;
    color:#a0a0a09c!important;
    width:25px;
    height:25px;
    text-align:center;
    overflow: hidden;
    outline:0px!important;
    border:1px!important;
    display:hidden;
}

.btn-add-menu:hover {
    background-color: #2a7efb!important;
    background-color: #0099ff!important;
    background-color: #4BA6E1!important;

    /* border-color: #2978f0!important; */
    /* border-color: #0099ff!important; */
    color: #fff!important;
    border-radius:50%!important;
    /* box-shadow: 0px 5px 5px 0px rgba(0, 0, 0, 0.364); */
    
}

.btn-add-menu:focus {
    color: #fff!important;
    border-radius:50%!important;
}

.btns {
    margin-top:5px;
    margin-left:-14px;
    position: relative;
}

.btn-discount {
    background-color: #a864c5;
    border-color: #a864c5;
    color: #fff;
    transition: all 200ms ease;
}

.btn-discount:hover {
    background-color: #944cb3;
    border-color: #944cb3;
    color: #fff
}

.btn-add {
    background-color: #4BA6E1;
    border-color: #4BA6E1;
    color: #fff;
    transition: all 400ms ease;
    border-radius:12px!important;
    box-shadow: 2px 2px 4px 0px rgb(0,0,0,0.1);
}

.btn-add:hover {
    background-color: #73bff1;
    border-color: #4BA6E1;
    color: #fff
}

.btn-add:focus {
    background-color: #4BA6E1;
    border-color: #4BA6E1;
    color: #fff
}

.btn-add-sale {
    margin-top:23px;
}

.btn-cash {
    background-color: #a7ca09;
    border-color: #a7ca09;
    color: #fff;
    transition: all 400ms ease;
}

.btn-cash:hover {
    background-color: #95b603;
    border-color: #95b603;
    color: #fff
}

.btn-edit {
    background-color: #e7a20c;
    border-color: #e7a20c;
    color: #fff;
    transition: all 400ms ease;
}

.btn-edit:hover {
    background-color: #db9702;
    border-color: #db9702;
    color: #fff
}

.btn-guest {
    background-color: #59b7b6;
    background-color: #69f0ae;
    background: linear-gradient(45deg, #69f0ae, #52e79f);
    color: #fff;
    font-size: 20px!important;
    font-weight: 800;
    /* transition: all 400ms ease; */
    box-shadow: 6px 6px 6px 0px rgba(0, 0, 0, 0.2);
    padding: 10px 30px;
    border-radius: 50px;
    font-family: 'Poppins';
    /* border:2px solid #69f0ae!important; */
    outline:none;
    
}

.btn {
    outline: none!important;
}

.btn-guest:hover {
    /* background-color: #57afae!important; */
    background-color: #69f0ae;
    color: #fff!important;
    transition: all 1s ease-out;
    /* border:2px solid #00e978!important; */
}

.btn-guest:focus {
    /* background-color: #57afae!important; */
    background-color: #00c264;
    color: #fff!important;
    transition: all 1s ease-out;
    /* border:2px solid #00e978!important; */
}

.btn-guest:active {
    /* background-color: #57afae!important; */
    background-color: #00c264;
    color: #fff!important;
    transition: all 1s ease-out;
    /* border:20px solid #57afae!important; */
}

.btn-modal {
    background-color: #59b7b6;
    background-color: #24d682;
    color: #fff;
    font-size: 15px!important;
    font-weight: 500;
    /* transition: all 400ms ease; */
    box-shadow: 6px 6px 6px 0px rgba(0, 0, 0, 0.1);
    padding: 6px 24px;
    border-radius: 5px;
    font-family: 'Poppins'
}

.btn-aqua {
    background-color:#45dd94;
    border:1px solid #0dec80
}

.btn-modal:hover {
    background-color: #57afae;
    background-color: #00c264;
    color: #fff;
    transition: all 1s ease-out;
}

.btn-land {
    background-color: #59b7b6;
    background-color: #69f0ae;
    color: #fff;
    font-size: 14px!important;
    font-weight: 600;
    transition: all 400ms ease;
    box-shadow: 6px 6px 6px 0px rgba(0, 0, 0, 0.1);
    /* padding: 16px 36px; */
    border-radius: 0px;
    /* font-family: 'Poppins' */
}

.btn-land:hover {
    background-color: #57afae;
    background-color: #00c264;
    color: #fff;
    transition: all 1s ease-out;
}

.textadd {
    font-family: 'Poppins';
    font-size: 15px;
    font-weight: 600;
    /* text-transform: uppercase; */
    margin-bottom:20px;
    margin-top:30px;
}

@media (max-width: 991px) {

    .btn-add-menu {
        margin: 1px;
        top:-5px;
        right:6px;
        /* color:#8b8b8b63!important; */
        width:30px;
        height:30px;
        text-align:center;
        overflow: hidden;
        outline:0px!important;
        border:0px!important;
        display:hidden;
    }

    .btn-add-sale {
        margin-top:23px;
    }

    /* .btn-success {
        padding:8px;
    } */
    /* .btns {
        position: absolute;
    } */
    
}

@media (max-width: 768px) {
    .textadd {
        font-family: 'Roboto';
        font-size: 10px;
    }

    .btn-add-sale {
        margin-top:10px;
    }
    /* .btns {
        z-index:1000;
    } */
    
}

.btn-green {
    background: #21D47E!important;
    border-color: #21D47E!important;
    border: 1px solid #ddd;
    color: #fff;
    font-size: 12px!important;
    font-weight: 400;
    transition: all 400ms ease;
    box-shadow: 0px 2px 2px 0px rgb(0,0,0,0.15);
    /* padding: 6px 12px; */
    border-radius: 12px!important;
    font-family: 'Poppins';
    margin-right: 10px!important;
}

.btn-green:hover {
    background: rgb(18, 180, 102)!important;
    border-color: rgb(10, 167, 91)!important;
    box-shadow: 0px 0px 1px 0px rgb(0,0,0,0.15);
}

.btn-green:active {
    background-color: #1096d4;
    background-color: #ddd;
    background-color:#56e9a2;
    background-color:#91e956;
    background-color: #69f0ae;
    color: #fff;
    outline:0px;
}

.btn-green:focus {
    color: #fff;
    outline:0px;
}

.btn-green2 {
    background-color:#34db9b;
    /* border: 1px solid #ddd; */
    color: #fff;
    font-size: 15px!important;
    font-weight: 600;
    transition: all 400ms ease;
    box-shadow: 3px 3px 3px 0px rgba(0, 0, 0, 0.1);
    box-shadow: rgb(34 38 42 / 5%) 0.125rem 0.25rem 0.5rem;
    /* padding: 6px 12px; */
    border-radius: 10px!important;
    font-family: 'Montserrat'!important;
    margin: 1px;
    margin-right: 10px;

    box-shadow: 2px 2px 4px 0px rgb(0,0,0,0.1);
}

.btn-green2:hover {
    background-color: #00a857;
    box-shadow: 6px 6px 6px 0px rgba(0, 0, 0, 0.1);
    color: #fff;
    outline:0px;
}

.btn-green2:active {
    background-color: #69f0ae;
    color: #fff;
    outline:0px;
}

.btn-green2:focus {
    color: #fff;
    outline:0px;
}


/* -- BOTONES TABLAS -- */

.btn-grey {
    background-color: #69f0ae;
    background-color: #17a2b8;
    background-color: #6c757d;
    background-color: #fbfbfb;
    border: 1px solid #17a2b8;
    border: 1px solid #6c757d;
    border: 1px solid #f2f2f2;
    border: 1px solid #ebebeb;
    color: #fff;
    color: #777;
    font-size: 12px!important;
    font-weight: 400;
    transition: all 400ms ease;
    /* box-shadow: 6px 6px 6px 0px rgba(0,0,0,0.1); */
    padding: 5px 8px;
    border-radius: 3px;
    font-family: 'Poppins';
    margin-right: 0px
}

.btn-grey:hover {
    background-color: #12dd7b;
    background-color: #118799;
    background-color: #5a6268;
    background-color: #eeeeee;
    /* color: #69f0ae; */
    border:1px solid #ddd;
    /* color: #fff; */
}

.btn-grey:active {
    background-color: #56e9a2;
    background-color: #118799;
    background-color: #ddd;
    /* color: #fff; */
}


/* .btn-grey:focus {
    color: #fff;
} */

.btn-mobile {
    background-color: #f2f2f2;
    border-color: #f2f2f2;
    color: #466484;
    border-radius: 5px;
    margin: 1px;
    transition: all 400ms ease;
}

.buttonquick {
    font-size: 25px;
    /* padding: 15px 22px; */
    box-shadow: 2px 2px 4px 0px rgb(0, 0, 0, 0.1);
    /* box-shadow: 2px 2px 4px 0px rgba(42, 191, 225, 0.1); */
    box-shadow: 0px 0px 12px 2px rgb(0, 0, 0, 0.1);
    box-shadow: rgb(34 38 42 / 5%) 0.125rem 0.25rem 0.5rem;
    /* box-shadow: 2px 2px 5px 0px rgb(0, 0, 0, 0.15); */
    /* background: linear-gradient(45deg, #0099ff, #0076e4); */
    background-color:#fff;
    /* background-color:#60a0ff; */
    border-radius: 5px;
    border-radius:12px!important;
    border: 0px solid #5de0a1;
    color: #fbfbfb;
    color: #424242;
    color: #3f4850;
    min-width:90px;
    padding:15px;
    margin-bottom:5px;
    /* margin-left:4px; */
    /* margin-right:4px; */
    /* border-top:0px solid #fff;
    box-shadow: 0px 0px 0px 0px rgb(0,0,0,0.0);
    border: 1px solid #e1e1e1; */
    
}

/* .buttonquick-border {
    border-top:0px solid #69f0ae;
    

} */

.buttonquick:hover {
    box-shadow: 2px 2px 5px 1px rgb(0, 0, 0, 0.2);
    /* box-shadow: 0px 0px 3px 1px rgba(50, 57, 63, 0.1); */
    /* box-shadow: 3px 3px 8px 0px rgba(4, 106, 194, 0.2); */
    /* margin-bottom:8px; */
    /* background: linear-gradient(45deg, #0099ff, #0063c0); */
    /* background: linear-gradient(45deg, #0099ff, #60a0ff); */
    /* background:  #0063c0; */
    /* background:  #0099ff; */
    /* background:  #70BCED; */
    color: #3f4850;
    /* color: #fff; */
    transition: 100ms ease;
}

.btn_cost_type {
    font-size:12px!important;
}


/* Pending Form */

.pendingform {
    margin-top: 0px;
    border-radius: 5px;
    /* background-color: #fdfdfd; */
    /* border: 1px solid #ddd; */
    padding: 30px 35px;
}

.pendingform .title {
    text-align: center;
    font-weight:400;
    font-size:15px!important;
    margin:10px 0 30px 0;
    padding: 0 40px;
    text-transform:uppercase;
}

.pendingform .question {
    font-weight: 600;
    font-size: 20px;
    color: #3f4850;
    margin-left:5px;
    margin-bottom:15px;
    
}

.question-group {
    padding: 0px 40px;
    margin-bottom:20px;
}

.question-group .btn-group-vertical {
    box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0.2);
}

.question-group .btn-group-vertical .btn {
    padding:15px 20px;
    font-size:15px!important;
}

.btn-question {
    background-color: #f2f2f2;
    color: #777;
    font-size: 14px!important;
    font-weight: 400;
    transition: all 400ms ease;
    box-shadow: 6px 6px 6px 0px rgba(0, 0, 0, 0.1);
    padding: 6px 12px;
    border-radius: 3px;
    font-family: 'Poppins';
    margin-right: 10px;
    text-transform:uppercase;
}

.btn-question:hover {
    background-color: #1096d4;
    background-color: #12dd7b;
    background-color: #ddd;
    color: #777;
}

.btn-question:active {
    background-color: #1096d4;
    /* background-color:#56e9a2; */
    background-color: #ddd;
    color: #777;
}

.btn-question:focus {
    color: #777;
}

@media (max-width: 768px) {
    .pendingform {
        margin-top: 5px;
        border-radius: 5px;
        background-color: #f2f2f200;
        border: 1px solid rgba(221, 221, 221, 0);
        padding: 20px 0px;
        /* text-align:center; */
        /* margin-left:0px; */
    }
    .pendingform .title {
        /* text-align: center; */
        font-size:18px;
        padding:0 20px;
        margin-top:0px;
    }
    .pendingform.question {
        font-size: 14px;
    }
    .btn-question {
        font-size: 12px!important;
        font-weight: 400;
        transition: all 400ms ease;
        box-shadow: 6px 6px 6px 0px rgba(0, 0, 0, 0.1);
        padding: 6px 12px;
        margin-right: 5px;
        margin-bottom: 5px;
    }
    .question-group {
        padding: 0px 0px
    }
    .buttonquick {
        margin-bottom:10px;
    }
    /* .btn-grey {
        padding: 3px 6px;
        padding: 6px 15px;
    } */
}

@media (max-width: 470px) {
    .pendingform .title {
        font-size:13px!important;
    }
    .pendingform .question {
        font-size: 18px;
        margin-bottom:15px;
        
    }
    .question-group .btn-group-vertical .btn {
        font-size:13px!important;
        padding:15px 10px;
    }
    .btn-grey {
        padding:  3px 6px;
        padding:  8px 12px;
    }
}




/*Dropdown Menu*/

/* .btn-group {
    position:absolute;
    display: list-item;
    z-index: 200000;
} */

.btn-group .btn-default {
    background-color:#fff;
}

.btn-group .btn-default.active {
    background-color:#e6e6e6;
}

.btn-group-vertical .btn-default {
    background-color:#fff;
}

.btn-group-vertical .btn-default.active {
    background-color:#e6e6e6;
}

.table-responsive .btn-default {
    background-color:#fff!important;
}

.table-responsive .btn-default.bk-lightgrey {
    background-color:#f8f8f8!important;
}

.btn-default.bk-lightgrey {
    background-color:#f8f8f8!important;
}

.dropdown-menu {
    z-index: 100000;
    box-shadow: 5px 5px 20px 0px rgba(0, 0, 0, .15);
    border-radius:8px;
    border:0px solid #ddd;
    min-width: 220px;
    padding:4px;
}


.dropdown-menu li a {
    padding: 8px 30px;
    font-family: 'Poppins';
    transition: all 100ms ease;
    font-size: 12px;
    text-transform: initial;
    color:#424242;
    color:#3f4850;
    color:#777;
    font-weight: 500;
    /* border-radius:0px; */
}

/* .dropdown-menu li a i {
    color:#0087ff;
} */

.dropdown-menu li a:hover {
    background-color: rgb(202, 223, 226);
    background-color: rgb(243, 243, 243);
    /* background-color:#69f0ae; */
    /* transition: all 0ms ease-in-out; */
    color: #fff;
    color: #0087ff;
    color: #3f4850;
    /* text-transform: none; */
}

.dropdown-menu>.active>a, .dropdown-menu>.active>a:focus, .dropdown-menu>.active>a:hover {
    background-color: #0099ff!important;
}

.dropdown-menu.dropblue li a:hover {
    background-color: #0099ff!important;
    background-color: #f1f1f1!important;
    color: #fff!important;
    color: #3f4850!important;
    color: #0087ff!important;
    text-transform: initial;
    display: block;
}

.popover-title {
    font-size:10px;
    background-color:#fff;
    padding: 12px 14px;
}

.popover-title .close {
    line-height: 0.8;
}

.link_add2 .dropdown-menu {
    display:none;
    top:auto;
}

.link_add2:hover .dropdown-menu {
    display:inline-block;
    
}

.dropleft {
    bottom: 0%!important;
    right: 35px;
    position:absolute;
    
}

.breadtitle {
    /* text-transform: uppercase; */
    font-size: 14px;
    color: #777;
    color: #727272;
    color: #333;
    text-decoration: none!important;
    font-weight: 500;
    padding: 10px 6px 10px 10px;
}

.breadtitle1 {
    text-transform: uppercase;
    font-size: 20px;
    /* font-size: 18px; */
    font-weight: 600;
    /* font-weight: 800; */
    /* font-weight: 400; */
    color: #3f4850;
    font-family: 'Poppins';
    font-family: 'Abril Fatface';
    font-family: 'Cinzel';
    font-family: 'Montserrat';
    font-family: 'Barlow';
    /* font-family: 'Sansation','Montserrat'; */
    letter-spacing: 1.5px;
    
}
/* 
.breadtitle1bis {
    background: rgb(105,240,174);
    background: radial-gradient(circle, rgba(105,240,174,1) 0%, rgba(143,241,183,1) 16%, rgba(242, 242, 242, 0) 100%);
    background:linear-gradient(#ffffff00 0%, #ffffff00 45%,#69f0af 45%, #69f0ae 75%, #ffffff00 70%);

    
} */

/* .breadtitle1bis:hover {
    background: rgb(105,240,174);
    background: radial-gradient(circle, rgba(105,240,174,1) 0%, rgba(143,241,183,1) 16%, rgba(242, 242, 242, 0) 100%);
    background:linear-gradient(#ffffff00 0%, #ffffff00 20%,#69f0af4b 25%, #69f0af88 80%, #ffffff00 80%);
    border-radius:0px;
    transition: background 1400ms ease;
    
    
} */



.breadtitle2 {
    margin-top: -25px;
    padding: 0px 34px 0px 0px;
    
}

.breadtitle3 {
    padding: 14px;
    /* margin-top:1px; */
    color: #fff!important;
    /* position:absolute;
    z-index:9998; */

}

.breadtitle4 {
    padding: 14px 12px 14px 12px;
}

.breaduser {
    /* text-transform: uppercase; */
    font-size: 15px;
    color: #3f4850;
    text-decoration: none!important;
    font-weight: 500;
    padding: 0px;
}

.breadnotif {
    display:inline-block; 
    padding:10px; 
    /* border-radius:5px; */
}

.breadnotif-margin {
    margin-top:10px; 
}

.breadtitle:hover {
    color: #69f0ae!important;
    color: #3f4850!important;
    background-color: #f5f5f5;
    transition: all 100ms ease;
    border-radius:5px;
    /* border-bottom:3px solid #3f4850; */
}

.breaduser:hover {
    color: #69f0ae!important;
    color: #3f4850!important;
    background-color: #f5f5f5;
    transition: all 0ms ease;
    border-radius:5px;
    /* border-bottom:3px solid #3f4850; */
}

.breadtitle4:hover {
    background-color: #f5f5f5;
    transition: all 100ms ease;
    /* border-bottom:3px solid #3f4850; */
}
.folder-container {
    margin-top:5px;
    margin-left:0px;
    margin-bottom:12px;
    position:relative;
    /* z-index:100000; */
    border-bottom:1px solid rgb(218, 223, 224);
    padding-bottom:10px;
}
.folder {
    font-weight:500;
    font-size:13px;
    color:rgb(98, 107, 110);
    border-bottom:3px solid #69f0ae00;
    padding:7px 6px;
    margin:10px;
    text-decoration:none!important;
    font-family:'Abril Fatface';
    font-family:'Poppins';
}

.sub .folder {
    font-size:11px;
}

.sub .folder.active {
    font-size:11px;
}

.folder.active {
    color:#0099ff!important;
    color: #2A8CCC!important;
    border-bottom:5px solid #0099ff!important;
    border-bottom:5px solid #2A8CCC!important;
    font-weight:500;
    font-size:13px;
    /* border-radius:5px; */
}

.folder:hover {
    color:#2A8CCC;
    /* background: #fff; */
    text-decoration:none!important;
    border-bottom:3px solid #4acfff00;
    /* border-radius:5px; */
}

@media (max-width: 991px) {
    .breadtitle {
        padding: 15px 12px 16px 12px;
    }
    .breadtitle1 {
        font-size: 18px;
        font-weight: 600;
    }
    .breadtitle2 {
        margin-top: -15px;
        margin-right: 0px;
    }
    .breadtitle4 {
        margin-top: 1px;
    }
    .breadnotif {
        padding:4px; 
        margin-top:12px;
    }
    .breadnotif-margin {
        margin-top:0px; 
    }
    .folder {
        font-size:13px;
        padding:7px 3px;
    }
    .folder-container {
        padding-bottom:11px;
    }
    .changecompany {
        margin:6px 5px 5px 5px;
        padding:10px 2px;
        position:fixed;
        bottom:38px;
        left:10px;
        z-index:99999999;
    }
}

@media (max-width: 415px) {
    .dropdown-menu li a {
        padding: 12px 30px;
        font-size:13px;
    }
    .breadtitle {
        padding: 15px 2px 16px 2px;
        /* text-transform: initial; */
    }
    .breadtitle1 {
        font-size: 16px;
        font-weight:600;
        margin-left:-10px;
    }
    .breadnotif-margin {
        margin-top:8px; 
    }
    .wrapper {
        display: inline-flex;
        flex-flow: row nowrap;
        max-width: 100%;
        /* or width:100% if you want the spans to take all available space */
    }
    .ellipsis {
        flex: 1;
        white-space: pre;
        overflow: hidden;
        text-overflow: ellipsis;
        max-width: 55px;
    }
    .breadcrumb .caret {
        margin-top: 9px;
    }
    .breadtitle2 {
        /* margin-top:-12px; */
        margin-right: 0px;
        padding-right:15px;
    }
    .breadtitle3 {
        padding: 4px 2px 4px 2px;
    }
    .breadtitle4 {
        padding: 4px 2px 4px 2px;
    }
    .dropdown .chevron {
        padding-top: 5px;
        padding-left: 5px;
    }
    .folder {
        margin:2px;
        font-size:13px;
        padding: 12px 7px;
        padding-bottom:10px;
    }
    .folder.active{
        font-size:13px;
    }
    .folder-container {
        padding:0px 0px 13px 0px;
        margin-left:-10px;
        margin-right:-10px;
        padding-top:10px;
    }
}


/*sobrescribe boostrap style*/

.breadcrumb {
    padding: 14px 0px 0px 0px;
    margin-left: -15px;
    margin-right: -15px;
    border-radius: 0px;
    /* background-color: #3f4850; */
    /* background-color: #e5ebec; */
    background-color: #fff;
    background: #ffffff00;
    /* background-color: #afffd2; */
    color: #fff;
    color: #3f4850;
    text-decoration: none;
    height: 150px;
    height: 55px;
    font-weight: 400;
    font-size: 18px;
    font-family: 'Poppins';
    /* box-shadow: 0px 0px 2px 0px rgba(0, 0, 0, .1); */
    margin-bottom: 15px;
    /* position:fixed; */
    /* z-index:1000; */
    /* width:85% */
    /* background: linear-gradient(#fff,#fff,#fff);    */
    border-bottom: 1px solid #eee;
}

/* .area {
    position:relative;
    z-index:1000;
    margin-top:-100px;
} */

.breadcrumb>li+li:before {
    padding: 0 5px;
    content: "";
}

.breadcrumb-padding {
    padding: 0 10px;
}

.breadcrumb-padding2 {
    padding: 0 10px;
}

.breadcrumb-user {
    padding: 0px 30px 0px 5px;
}

.breadcrumb-separator {
    color: rgb(173, 173, 173);
}




.guardar {
    z-index: 9998;
    position: fixed;
    bottom: 0px;
    background-color: #eaedf0;
    background-color: #fff;
    padding: 12px 40px;
    width: 100%;
    border-top: 1px solid #d2d2d2;
    margin-left: -23%;
    /* box-shadow: 0px 0px 5px 0px rgb(0, 0, 0, 0.1); */
}

.guardar.guardarwidth {
    width: 100%;
    margin-left: -26%;
}

.guardar.guardarwidth10-1 {
    margin-left: -10.3%;
}

.guardar2 {
    z-index: 9998;
    position: fixed;
    bottom: 0px;
    background-color: #eaedf0;
    background-color: #fff;
    padding: 12px 40px;
    width: 100%;
    border-top: 1px solid #d2d2d2;
    margin-left: -47px;
    /* box-shadow: 0px 0px 5px 0px rgb(0, 0, 0, 0.25); */
    font-size: 10px;
}

.guardar2.guardarwidth {
    width: 100%;
    
}

.guardar2bis {
    z-index: 9998;
    position: fixed;
    bottom: 0px;
    background-color: #eaedf0;
    background-color: #fff;
    padding: 12px 40px;
    width: 100%;
    border: 1px solid #d2d2d2;
    margin-left: -47px;
    /* box-shadow: 0px 0px 5px 0px rgb(0, 0, 0, 0.25); */
    font-size: 10px;
}

.guardar2bis.guardarwidth {
    width: 100%;
    
}

.guardar3 {
    z-index: 9998;
    position: fixed;
    bottom: 0px;
    background-color: #fff;
    padding: 12px 40px;
    width: 100%;
    margin-left: -15.6%;
    /* box-shadow: 0px 0px 5px 0px rgb(0, 0, 0, 0.25); */
    font-size: 10px;
    border-top: 1px solid #d2d2d2;
}

.guardar3.guardarwidth {
    width: 100%;
    left:16%;
    
}

.guardar6-3 {
    z-index: 9998;
    position: fixed;
    bottom: 0px;
    background-color: #eaedf0;
    background-color: #fff;
    padding: 12px 50px;
    width: 100%;
    border-top: 1px solid #d2d2d2;
    margin-left: -23%;
    /* box-shadow: 0px 0px 5px 0px rgb(0, 0, 0, 0.1); */
}

.guardar-producto {
    z-index: 20000;
    position: fixed;
    bottom: 0px;
    background-color: #e2e2e2;
    background-color: #fff;
    padding: 12px 40px;
    width: 83%;
    border: 1px solid #d2d2d2;
    margin-left: -50px;
    /* box-shadow: 0px 0px 5px 0px rgb(0, 0, 0, 0.1); */
}

.guardar-end {
    z-index: 20000;
    position: fixed;
    bottom: 0px;
    /* background-color: #e2e2e2; */
    padding: 12px 40px;
    width: 89%;
    /* border: 1px solid #d2d2d2; */
    margin-left: -50px;
    /* box-shadow: 0px 0px 5px 0px rgb(0, 0, 0, 0.1); */
}

.padding-product {
    padding-left:30px;
}

.padding-measures {
    padding:0px 5px;
}

.padding-inicio {
    padding-inline-start:0px;
}

.padding-product-add {
    margin-bottom:0px;
    padding-left:20px;
}

.padding-addquick {
    padding:20px;
}

@media (max-width: 991px) {
    .guardar {
        width: 100%;
        margin-left: -30px;
        /* padding: 6px 10px; */
    }
    .guardar2 {
        width: 100%;
        margin-left: 0px;
        padding: 6px 10px;
        /* position:relative; */
        background-color: #e2e2e2;
        background-color: #fff;
        /* box-shadow: 0px 0px 0px 0px rgb(0, 0, 0, 0.15); */
        border-top: 1px solid #ddd;
    }
    .guardar2>p {
        font-size: 8px;
        color: #e2e2e2;
    }
    .guardar2bis {
        width: 100%;
        margin-left: -35px;
        padding: 6px 30px;
        background-color: #e2e2e2;
        background-color: #fff;
        border: 1px solid #ddd;
    }
    .guardar3 {
        width: 100%;
        margin-left: -30px;
        padding: 6px 30px;
        /* position:relative; */
        background-color: #eee;
        background-color: #fff;
        /* box-shadow: 0px 0px 0px 0px rgb(0, 0, 0, 0.15); */
        /* border-top: 1px solid #ddd; */
    }
    .guardar6-3 {
        width: 100%;
        margin-left: -30px;
        /* padding: 6px 10px; */
    }
    .guardar-producto {
        margin-left: -20px;
        /* padding: 6px 10px; */
        width: 100%;
    }
    .guardar.guardarwidth10-1 {
        margin-left: -4.3%;
    }
    .padding-product {
        padding-left:15px;
    }
    .padding-inicio {
        padding-inline-start:20px;
    }
}

@media (max-width: 991px) {
    .padding-mobile {
        padding: 0px 5px;
    }
    .padding-product-add {
        margin-top:20px;
    }
    .padding-addquick {
        padding:10px;
    }
    .guardar2bis {
        margin-left: -50px;
    }
}

@media (max-width: 768px) {
    .breadcrumb-user {
        padding: 0px 5px 0px 35px;
    }
    .breadcrumb-padding {
        padding: 0 6px;
    }
    .breadcrumb-padding2 {
        padding: 0 0px;
        margin-right: -15px!important;
    }
    .guardar {
        width: 100%;
        margin-left: -30px;
    }
    .guardar2 {
        width: 100%;
        margin-left: -30px;
    }
    .guardar2bis {
        margin-left: -15px;
        padding: 6px 10px;
    }
    .guardar3 {
        width: 100%;
        margin-left: -30px;
        padding-left:30px;
    }
    .guardar6-3 {
        width: 100%;
        margin-left: -30px;
        padding: 12px 40px;
    }
    .padding-measures {
        line-height:35px;
    }
    .padding-product-add {
        padding-left:0px;
    }
    .padding-addquick {
        padding:0px;
    }
}



@media (max-width: 415px) {
    .padding-mobile {
        padding: 0px 5px;
    }
    .no-padding-horizontal-mobile {
        padding-left: 0px;
        padding-right: 0px;
    }
    .breadcrumb {
        padding: 10px 0px 0px 0px;
        background: linear-gradient(#fff,#fff,#fff);   
        height: 45px;
        /* font-size: 18px; */
        margin-bottom: 10px;
        /* position:fixed; */
        /* z-index:1000; */
        /* width:85% */
    }
}

.alert-warning {
    background-color: #FFAF4B;
    color: #fff;
    /* font-weight: bold; */
    border: 1px solid #FFAF4B;
    border-radius: 5px;
}

.alert-warning-light {
    background-color: #fff;
    color: #ffc107;
    font-weight: bold;
    border: 1px solid #ffc107;
    border-radius: 5px;
}

.alert-warning2 {
    background-color: #FFAF4B;
    color: #fff;
    font-weight:500;
    border: 1px solid #FFAF4B!important;
    border-radius: 5px!important;
}

.alert-warning2-light {
    background-color: #fff;
    color: #FFAF4B;
    font-weight:500;
    border: 1px solid #FFAF4B!important;
    border-radius: 5px!important;
}

.alert-danger {
    background-color: #c82a2a;
    color: #fff;
    font-weight: 500;
    border: 0px solid #ec4b5b!important;
    border-radius: 5px;
}

.alert-success {
    background-color: rgb(0,135,90);
    background-color: #22df71df;
    background-color: #28d16e;
    
    color: rgb(255, 255, 255);
    /* font-weight: bold; */
    border: 0px solid #88df9a;
    border-radius: 5px;
    box-shadow: 0 0 20px 0px rgba(0, 0, 0, .2);
    /* min-height: 100px; */
    vertical-align:center;
}

.alert-success-light {
    background-color: rgb(255, 255, 255);
    color: #28d16e;
    /* font-weight: bold; */
    border: 1px solid #88df9a;
    border-radius: 5px;
    box-shadow: 0 0 20px 0px rgba(0, 0, 0, .2);
    /* min-height: 100px; */
    vertical-align:center;
}

.alert-info {
    background-color: #73c4fa;
    background-color: #4BA6E1;
    color: #fff;
    /* font-weight: 400; */
    border: 1px solid #4BA6E1!important;
    border-radius: 5px!important;
    box-shadow: 0 0 20px 0px rgba(0, 0, 0, .2);
    vertical-align:center;
}

.alert-info-light {
    background-color: #fff;
    color: #4BA6E1;
    /* font-weight: 400; */
    border: 1px solid #4BA6E1!important;
    border-radius: 5px!important;
    box-shadow: 0 0 20px 0px rgba(0, 0, 0, .2);
    vertical-align:center;
}

.panel-info {
    background-color: #ebf7ff;
    color: #2a81bb;
    /* font-weight: bold; */
    border: 1px solid #2a81bb!important;
    border-radius: 4px;
    font-size: 14px;
    padding:20px;
}

.panel-info-light {
    background: #f2f8ff;
    color: #135886;
    border: 0px solid #135886!important;
    border: 1px solid #13588654!important;
    border-left: 3px solid;
    border-radius: 4px;
    font-size: 14px;
    padding:15px;
}

.panel-default-light {
    background: #f2f2f2;
    color: #777;
    border: 1px solid #ddd!important;
}

.panel-warning {
    background-color: #FFA027;
    color: #fff;
    /* font-weight: bold; */
    border: 1px solid #FFA027;
    border-radius: 4px;
    font-size: 14px;
    padding:40px;
}

.panel-warning-light {
    background-color: #fff9e8;
    color: #ca7100;
    /* font-weight: bold; */
    border: 1px solid #edcb9f!important;
    border-radius: 4px;
    font-size: 14px;
    padding:20px;
}

.panel-danger {
    background-color: #c82a2a;
    color: #fff;
    /* font-weight: bold; */
    border: 1px solid #c82a2a;
    border-radius: 4px;
    font-size: 14px;
    padding:40px;
}

.panel-danger-light {
    background-color: #ffecec;
    color: #971b1b;
    /* font-weight: bold; */
    border: 1px solid #d4b8b8!important;
    border-radius: 4px;
    font-size: 14px;
    padding:20px;
}

.panel-critical-light {
    background-color: #ffe9e9;
    color: #570303;
    /* font-weight: bold; */
    border: 1px solid #570303!important;
    border-radius: 4px;
    font-size: 14px;
    padding:20px;
}

.panel-success {
    background-color: #21D47E;
    color: #fff;
    /* font-weight: bold; */
    border: 1px solid #21D47E;
    border-radius: 4px;
    font-size: 14px;
    padding:40px;
}

.panel-success-light {
    background-color: #eefff6;
    color: #19b96b;
    /* font-weight: bold; */
    border: 1px solid #a0d7bc!important;
    border-radius: 4px;
    font-size: 14px;
    padding:40px;
}

.icon-color {
    color:#7f8fa2;
    color:#595A66;
    color:#1edc8b;
    color:#787A85;

}


.navbar-inverse .navbar-toggle,
.navbar-inverse .navbar-toggle:hover,
.navbar-inverse .navbar-toggle:active,
.navbar-inverse .navbar-toggle:link,
.navbar-inverse .navbar-toggle:visited,
.navbar-inverse .navbar-toggle:focus {
    background-color: #fff;
    border-color: #fff;
    padding: 4px 8px;
}

.navbar-inverse .navbar-toggle .icon-bar {
    background-color: #000;
    height: 4px;
}

.panel-primary {
    border-color: rgb(207, 207, 207);
}

.panel-primary>.panel-heading {
    color: #fff;
    background-color: #02425E;
    border-color: #02425E;
}

.navbar-inverse {
    background-color: #02425E;
    border-color: #02425E;
}

.navbar-inverse .navbar-nav>.active>a,
.navbar-inverse .navbar-nav>.active>a:focus,
.navbar-inverse .navbar-nav>.active>a:hover {
    color: #fff;
    background-color: #005579;
}


/*sobrescribe boostrap style*/


/*fix space in inputs in forms*/

.fix-bottom-space {
    margin-bottom: 10px!important;
}

.fix-bottom-space-5 {
    margin-bottom: 10px!important;
}

.fix-bottom-space-0 {
    margin-bottom: 0px!important;
}




/*fix space in inputs in forms*/

/*fix space in inputs in sm forms*/

@media (max-width: 991px) {
    .fix-xs-bottom-space {
        margin-bottom: 20px;
    }
    .fix-xs-bottom-space15 {
        margin-bottom: 15px;
    }
    .fix-xs-bottom-space10 {
        margin-bottom: 10px;
    }
    .fix-xs-bottom-space5 {
        margin-bottom: 5px!important;
    }
    .fix-xs-bottom-space0 {
        margin-bottom: 0px!important;
    }
    .fix-xs-bottom-space2 {
        margin-bottom: 10px;
    }
    .breadcrumb {
        margin-top: 0px;
        margin-left: -15px;
        /* font-family: 'Roboto'; */
        position: relative;
        /* z-index: 20002; */
        /* width:100% */
    }
    .breadcrumb-padding {
        padding-left: 10px;
    }
    .fix-padding-xs {
        padding:0 0px;
    }
}


/*fix space in inputs in xs forms*/


/*fix space in inputs in xs forms*/

@media (max-width: 768px) {
    .fix-xs-bottom-space {
        margin-bottom: 20px;
    }
    .fix-xs-bottom-space15 {
        margin-bottom: 15px;
    }
    .fix-xs-bottom-space10 {
        margin-bottom: 10px;
    }
    .fix-xs-bottom-space5 {
        margin-bottom: 5px;
    }
    .fix-xs-bottom-space2 {
        margin-bottom: 10px;
    }
    .breadcrumb {
        margin-top: 0px;
        padding-top: 8px;
        padding-top: 14px;
        /* margin-left: -5px; */
        /* margin-right: -5px; */
        /* font-family: 'Roboto'; */
        position: relative;
        /* z-index: 20002; */
        /* width:100% */
        padding-left:10px;
        padding-right:10px;
    }
    .breadcrumb-padding {
        padding-left: 10px;
    }
    .fix-padding-xs {
        padding:0 0px;
    }
}

@media (max-width: 415px) {
    .breadcrumb {
        /* padding-top: 2px; */
        padding-top: 8px;
    }

}


/*fix space in inputs in xs forms*/


/*fix padding in inputs xs forms*/

.fix-xs-margin {
    padding: 0;
    margin: 0;
}


/**/


/*flash message*/

.flash-message {
    margin: auto;
    z-index: 100001;
    width: 100%;
    text-align: center;
    position: fixed;
    width: auto;
    top: 2%;
    left: 50%; /* Center the message horizontally */
    transform: translateX(-50%); /* Offset the message based on its width */
    transition: all 1000ms ease;
    /* box-shadow: 0 0 10px 0 rgb(0, 0, 0, 0.2); */
}

/* .flash-message-top-right {
    margin: auto;
    z-index: 100001;
    width: 100%;
    text-align: center;
    position: fixed;
    width: 30%;
    top: 5%;
    right: 5%;
    transition: all 2000ms ease;
} */

.alert {
    font-size: 13px;
    padding: 10px;
}

.close_message {
    float: right;
    font-size: 12px;
    cursor: pointer;
    padding-left: 10px;
    padding-bottom: 10px;
}

@media (max-width: 768px) {
    .flash-message {
        margin: auto;
        width: 95%;
        top: 5%;
        transition: all 1000ms ease;
    }
}


/*flash message*/


/*badge*/

.badge {
    padding: 4px 7px;
    border-radius: 6px;
    font-weight:400;
}

.badge-red {
    background-color: #d9534f;
}

.badge-primary {
    color: #fff;
    background-color: #007bff;
  }
  
  a.badge-primary:hover, a.badge-primary:focus {
    color: #fff;
    background-color: #0062cc;
  }
  
  a.badge-primary:focus, a.badge-primary.focus {
    outline: 0;
    box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.5);
  }
  
  .badge-secondary {
    color: #fff;
    background-color: #6c757d;
  }
  
  a.badge-secondary:hover, a.badge-secondary:focus {
    color: #fff;
    background-color: #545b62;
  }
  
  a.badge-secondary:focus, a.badge-secondary.focus {
    outline: 0;
    box-shadow: 0 0 0 0.2rem rgba(108, 117, 125, 0.5);
  }
  
  .badge-success {
    color: #fff;
    background-color: #28a745;
    background-color: #12ca71;
  }
  
  a.badge-success:hover, a.badge-success:focus {
    color: #fff;
    background-color: #1e7e34;
  }
  
  a.badge-success:focus, a.badge-success.focus {
    outline: 0;
    box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.5);
  }

  .badge-success-light {
    color: #fff;
    background-color: #12ca71;

  }
  
  .badge-info {
    color: #fff;
    background-color: #4BA6E1;
  }
  
  a.badge-info:hover, a.badge-info:focus {
    color: #fff;
    background-color: #2A8CCC;
  }
  
  a.badge-info:focus, a.badge-info.focus {
    outline: 0;
    box-shadow: 0 0 0 0.2rem rgba(23, 162, 184, 0.5);
  }

  .badge-blue {
    color: #fff;
    background-color: #1c8fd9 !important;
  }
  
  a.badge-blue:hover, a.badge-blue:focus {
    color: #fff;
    background-color: #2A8CCC;
  }
  
  a.badge-blue:focus, a.badge-blue.focus {
    outline: 0;
    box-shadow: 0 0 0 0.2rem rgba(23, 162, 184, 0.5);
  }

  .badge-production {
    color: #fff;
    background-color: rgb(172, 121, 219);
  }
  
  .badge-warning {
    color: #212529;
    background-color: #ffc107;
    color: #fff;
    background-color: #FFA027;
  }
  
  a.badge-warning:hover, a.badge-warning:focus {
    color: #212529;
    background-color: #d39e00;
  }
  
  a.badge-warning:focus, a.badge-warning.focus {
    outline: 0;
    box-shadow: 0 0 0 0.2rem rgba(255, 193, 7, 0.5);
  }

  .print-items-item.badge-danger {
    color: #fff!important;
  }
  
  .badge-danger {
    color: #fff;
    background-color: #dc3545;
    background-color: #f54d5d;
  }
  
  a.badge-danger:hover, a.badge-danger:focus {
    color: #fff;
    background-color: #bd2130;
  }
  
  a.badge-danger:focus, a.badge-danger.focus {
    outline: 0;
    box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.5);
  }
  
  .badge-light {
    color: #212529;
    background-color: #f8f9fa;
  }
  
  a.badge-light:hover, a.badge-light:focus {
    color: #212529;
    background-color: #dae0e5;
  }
  
  a.badge-light:focus, a.badge-light.focus {
    outline: 0;
    box-shadow: 0 0 0 0.2rem rgba(248, 249, 250, 0.5);
  }
  
  .badge-dark {
    color: #fff;
    background-color: #343a40;
  }
  
  a.badge-dark:hover, a.badge-dark:focus {
    color: #fff;
    background-color: #1d2124;
  }
  
  a.badge-dark:focus, a.badge-dark.focus {
    outline: 0;
    box-shadow: 0 0 0 0.2rem rgba(52, 58, 64, 0.5);
  }


/*badge*/


/*typeahead*/

.typeahead,
.tt-query,
.tt-hint {
    /*width: 396px;
    height: 30px;*/
    padding: 8px 12px;
    font-size: 11px;
    line-height: 30px;
    border: 2px solid #ccc;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    border-radius: 8px;
    outline: none;
}

.typeahead {
    background-color: #fff;
}

.tt-query {
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}

.tt-hint {
    color: #fff
}

.tt-menu {
    width: 100%;
    margin: 1px 0;
    padding: 8px 0;
    background-color: #fff;
    /* border: 1px solid rgba(0, 0, 0, 0.2); */
    /* border: 1px solid rgb(26, 157, 218); */
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    border-radius: 4px;
    -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, .2);
    -moz-box-shadow: 0 5px 10px rgba(0, 0, 0, .2);
    box-shadow: 0px 0px 10px 2px rgba(63, 146, 255, 0.237);
    overflow:hidden;
    z-index:100000000!important;
}

.tt-menu {
    overflow-y : scroll;
    max-height: 350px !important;
    padding-left:15px;
}

.tt-suggestion {
    padding: 6px 20px;
    font-size: 11px;
    line-height: 20px;
}

.tt-suggestion:hover {
    cursor: pointer;
    color: #fff;
    background-color: #0097cf;
    background-color: #0099ff;
}

.tt-suggestion.tt-cursor {
    color: #fff;
    background-color: #0097cf;
    background-color: #0099ff;
}

.tt-suggestion p {
    margin: 0;
}

.twitter-typeahead {
    width: 100%;
}


/*typeahead*/


/*form*/

.area_code {
    width: 105px !important;
}

.form-group {
    margin-bottom: 20px;
}

.form-horizontal .form-group.addquick {
    margin-left:0px;
    margin-right:0px;

}

.product-name {
    /* border:0px; */
    font-size:20px!important;
    /* border-bottom:1px solid #ccc; */
    font-weight:600;
    /* background:#ffffff00; */
    /* margin: 0px 0px 20px; */
    height:44px;
}

.product-label {
    line-height:40px;
}

/* .product-name:focus {
    border-color:#ffffff00;
    box-shadow:inset 0 3px 8px rgba(94, 179, 234, 0.23), 0px 2px 2px 0px rgba(94, 179, 234, 0.43);
    border-bottom:1px solid rgba(102,175,233,.6);
    
} */

.photo {
    max-height:0px;
}

.fix-margin-bottom {
    margin-bottom: 0px;
}

.fix-margin-bottom-10 {
    margin-bottom: 0px;
}

.add_search {
    margin-top:5px;
    margin-left:-14px;
    /* position:absolute; */
    /* z-index:100000; */
}

@media (max-width: 768px) {
    .fix-xs-margin-bottom {
        margin-bottom: 0px;
    }
    .fix-xs-margin-bottom-10 {
        margin-bottom: 10px;
    }
    .area_code {
        width: 90px !important;
    }
    .product-label {
        line-height:20px;
    }
}

@media (max-width: 415px) {
    .area_code {
        width: 70px !important;
    }
    .add_search {
        margin-bottom:10px;
        margin-left:-14px;
        position:relative;
    }
}

.table {
    border-collapse: inherit;
    background-color: #fff;
    border: 0px solid #fff;
    border-radius: 15px;
    border-radius: 10px!important;
    box-shadow: 0 0px 4px 1px rgba(0, 0, 0, 0.1);
    box-shadow: 0 0.2rem 0.5rem rgba(0, 0, 0, 0.1);
    font-size: 1.2rem;
    width: 100% !important;
    margin-bottom: 0px;
    padding: 6px 10px;
    box-shadow: 0px 0px 0px 0px rgb(0,0,0,0.0);
    box-shadow: rgb(34 38 42 / 5%) 0.125rem 0.25rem 0.5rem;
    border: 1px solid #dbdbdb;
}

.table-min-height-400 {
    min-height: 400px;
}

/* .table.dataTable { */
    /* border: 1px solid #e1e1e1; */
/* } */

div.dataTables_processing {
    background-color: #f2f8ff;
    border-color: #2A8CCC;
    color: #2A8CCC;
    font-size: 13px;
    font-weight: 600;
    top: 100px!important;
    box-shadow: 10px 10px 10px 0px rgba(0.1, 0.1, 0.1, 0.1);
}


.table-nobox {
    box-shadow: 0 0px 0px 0px rgba(0, 0, 0, 0.1);
    border:0px;
}

.table-sale {
    padding: 5px 30px;
    box-shadow: 0 0px 0px 0px rgba(0, 0, 0, 0.1);
    /* border-bottom:1px solid #ddd; */
    border-radius:0px;
    padding-bottom:20px;
}

.table>tbody>tr>td,
.table>tbody>tr>th,
.table>tfoot>tr>td,
.table>tfoot>tr>th,
.table>thead>tr>td,
.table>thead>tr>th {
    padding: 1px 4px;
    vertical-align: middle;
    font-family: 'Poppins';
    font-size: 12px;
    font-weight: 500;
    color: #475f80;
    color: #87878a;
    /* color: #3f4850; */
    border-top: 0px solid rgb(245, 245, 245);
    line-height: 22px;
}

.table>tbody>tr>td.text-right.numpad {
    padding-right: 30px!important;
}

.table>tfoot>tr>td,
.table>tfoot>tr>th {
    line-height: 20px;
    font-weight:600;
    color:#424242;
    padding:10px 4px;
}

.table>tfoot>tr>td.text-right.numpad,
.table>tfoot>tr>th.text-right.numpad {
    padding-right: 30px!important;
}

.table>tbody>tr>td.text-right.numpad2 {
    padding-right: 8px!important;
}
.table>tbody>tr>td .text-small,
.table>tbody>tr>th .text-small{
    font-size: 11px!important;
}

/* .table>thead>tr {
    background-color: #fff;
} */

.table>thead>tr>td,
.table>thead>tr>th {
    padding:10px 4px;
    vertical-align: middle;
    font-family: 'Poppins';
    text-transform: initial;
    font-size: 12px;
    /* font-size: 10px; */
    font-weight: 600;
    /* font-weight: 400; */
    color: #87878a;
    color: rgb(53, 53, 53);
    /* color: rgb(138, 138, 138); */
    /* color:#fff; */
    border-bottom: 0px solid rgb(235, 235, 235);
    height: 20px;
    line-height: 16px;
   
}

.table-striped>tbody>tr:nth-of-type(odd) {
    background-color: #fff
}

.table>tbody ul {
    margin-bottom: 2px
}

.dataTables_scrollHead .table {
    padding: 8px 10px 2px 10px;
    background-color: #76f3c9;
    border-bottom-left-radius: 0px;
    border-bottom-right-radius: 0px;
}

.table-hover tbody tr:hover td,
.table-hover tbody tr:hover th {
    background-color: #f3f6f6;
    color:#3f4850;
    transition: all 100ms ease;
}

.dataTables_wrapper {
    font-size: 9px;
    /* background-color: #fff;
    padding:10px 10px;
    border-radius: 5px;
    box-shadow: 0 0 10px 0px rgba(0, 0, 0, 0.2);
    overflow: hidden; */
    margin-bottom:20px;
    min-height: 120px;
}

.pagination .dataTables_wrapper {
    min-height: auto;
}

div.dataTables_wrapper div.dataTables_filter {
    text-align:right!important;
}

div.dataTables_wrapper div.dataTables_length {
    text-align:left!important;
    margin-top:9px;
}

div.dataTables_wrapper div.dataTables_paginate {
    text-align:right!important;
    margin-top:9px;
}

div.dataTables_wrapper div.dataTables_filter input { 
    width: 300px!important;
    height: 40px!important;
    margin-left:0px; 
    padding-left:20px;
    /* position:fixed;
    top:6px;
    right:50%; */
    border: 1px solid #f2f2f2;
    box-shadow: 0px 1px 3px 0px rgb(0,0,0,0.1);
    border-bottom: 1px solid #d1d1d1;
    background-color: #fff;
    border-radius: 8px!important;
    /* font-weight:600; */
}

div.dataTables_wrapper div.dataTables_length label {
    font-size:10px;
}

.height500 {
    max-height:550px;
    transition: all 4000ms ease;
} 

@media (min-width: 1400px) {
    .table>tbody>tr>td,
    .table>tbody>tr>th,
    .table>tfoot>tr>td,
    .table>tfoot>tr>th,
    .table>thead>tr>td,
    .table>thead>tr>th {
        font-size: 13px;
    }
    .table>thead>tr>td,
    .table>thead>tr>th {
        font-size:12px;
    }
}

@media (max-width: 768px) {
    .table>tbody>tr>td,
    .table>tbody>tr>th,
    .table>tfoot>tr>td,
    .table>tfoot>tr>th,
    .table>thead>tr>td,
    .table>thead>tr>th {
        font-size: 13px;
        /* font-family: 'Roboto'; */
        /* font-weight:600; */
    }
    .table>thead>tr>td,
    .table>thead>tr>th {
        /*text-transform: uppercase;*/
        font-size: 11px;
    }
    .table {
        font-size: 12px;
    }
    div.dataTables_wrapper div.dataTables_filter input { 
        width: 220px!important;
    }
    .table-sale {
        padding: 8px;
    }
}

@media (max-width: 418px) {
    .table-sale {
        padding: 5px;
        /* border:1px solid #ddd; */
        border-radius:4px;
        overflow: hidden;
        margin-left:0px;
        margin-top:5px;
        /* background: #f2fdfb; */
        /* background:linear-gradient(90deg,#69f0ae,#69f0ae) */
        /* background-image: repeating-linear-gradient(45deg, rgb(248, 248, 248), white 1%, white 2%); */
    }
    div.dataTables_wrapper div.dataTables_filter input { 
        width: 180px!important;
    }
    
}

.pagination {
    margin: 6px 20px;
}

.pagination>.active>a, 
.pagination>.active>a:focus, 
.pagination>.active>a:hover, 
.pagination>.active>span, 
.pagination>.active>span:focus, 
.pagination>.active>span:hover {
    background-color:#4BA6E1;
    border-color:#4BA6E1;
}

/* .glyphicon-pencil {
    color:#3ad1ff;
    color:#587d8a;
}

.glyphicon-trash {
    color:#ff6ca9;
    color:#a87b8e;
}

.glyphicon-list-alt {
    color:#ffb451;
    color:#f68c00;
    color:#a7937b;
}

.glyphicon-export {
    color:#00adb3;
    color:#69b2b4;
}

.glyphicon-usd {
    color:#36ee83;
    color:#00da7f;
    color:#70ad94;
} 

.glyphicon-duplicate {
    color:#ffeb35;
    color:#c0ae71;
    color:#7e7e59;
}

.glyphicon-minus {
    color:#e26dff;
    color:#a112c5;
    color:#a58aac;
}*/

.glyphicon-play {
    color:#16d8b6;
}


/*tutoriales*/

.list-group-item {
    position: relative;
    display: block;
    padding: 30px 35px;
    margin-bottom: -1px;
    background-color: #fff;
    /* border: 1px solid #ddd; */
    box-shadow: 0px 0px 5px 0px rgb(0, 0, 0, 0.1);
    font-size: 16px;
    font-weight: 600;
}


/*tutoriales*/


/*message delete*/

.alert-warning-delete {
    color: #8a6d3b;
    color: #fff;
    background-color: #fcf8e3;
    background-color: #FF5E27;
    border-color: #faebcc!important;
    border-color: #ffdcd1!important;
}

.alert-delete {
    text-align: center;
    padding: 55px;
    margin-bottom: 20px;
    border: 1px solid transparent;
    border-radius: 4px;
}


/*message delete*/


/*form*/




/*error message*/

.help-block-relative+span {
    position: relative;
    top: 0px;
    padding:6px;
    border-radius:4px;
}

.help-error {
    color: #e9110e;
}

.help-block {
    color: #db1512!important;
    color: #fff!important;
    background-color: #d20400!important;
    border-radius:3px;
    padding:1px 5px;
    font-weight:600;
    font-size:11px;
}

#fix-file-error-message+.help-block {
    top: 44px;
}


/*error message*/


/*grid*/

.button-grid a {
    margin-left: 10px;
}

.error-grid {
    font-size: 11px;
    font-weight:600;
    color: #a94442;
    color: #d20400;
    
}

.warning-grid {
    font-size: 11px;
    font-weight:600;
    color: #e09315;
    
}


/*grid*/


/*fix dropdow*/

.drop-down-full {
    width: 100%;
    text-align: left;
}


/*fix dropdow*/


/*input product unit cost*/

.item_unit_cost {
    width: 50px;
}


/*input product unit cost*/


/* Sticky footer styles
-------------------------------------------------- */

html {
    position: relative;
    min-height: 100%;
}

body {
    /* Margin bottom by footer height */
    margin-bottom: 30px;
}

.footer {
    position: absolute;
    bottom: 0;
    width: 100%;
    padding-top: 10px;
    height: 30px;
    background-color: #101010;
    color: #9d9d9d;
}


/* Sticky footer styles
-------------------------------------------------- */


/*admin user states colors*/

.enable {
    color: #7ab97d;
    color: #30c737;
    /* color:rgb(24, 200, 115); */
    font-weight: bold;
}

.disable {
    color: #d9534f;
    /* color:#FF5E27;
    color:rgb(238, 78, 25); */
    font-weight: bold;
}

.follow {
    color: #ab00c2;
    font-weight: bold;
}

.tovalidate {
    color: #f0ad4e;
    font-weight: bold;
}

.contact {
    color: #f08c00;
    font-weight: bold;
}

.client {
    color: #4e66f0;
    font-weight: bold;
}

.loyal {
    color: #0018a1;
    font-weight: bold;
}

.produced {
    color: #6b0047;
    font-weight: bold;
}

.grey {
    color: #aaa;
    font-weight: bold;
}

.text-grey {
    color: #777;
}

.underline {
    background: linear-gradient(rgba(255, 255, 255, 0),rgba(255, 255, 255, 0),#69f0ae)
}
.underline2 {
    background: linear-gradient(rgba(255, 255, 255, 0),rgba(255, 255, 255, 0),rgba(255, 255, 255, 0),rgba(255, 255, 255, 0),rgba(255, 255, 255, 0),rgba(255, 255, 255, 0),#69f0ae);
    background: linear-gradient(#CFFDE7,#CFFDE7);
    border-radius:30px;
    padding: 0px 5px;
}
.underline3 {
    background: linear-gradient(rgba(255, 255, 255, 0),rgba(255, 255, 255, 0),rgba(255, 255, 255, 0),rgba(255, 255, 255, 0),rgba(255, 255, 255, 0),rgba(255, 255, 255, 0),#69f0ae);
}


/*admin user states colors*/

.title_collapse {
    display: block;
    font-weight: bold;
    color: #337ab7!important;
    color: #3f4850!important;
}

.form-control {
    /* border: 0px solid #fff; */
    /* border-bottom: 1px solid rgba(117, 117, 117, 0.349); */
    /* border-bottom: 1px solid #69f0ae; */
    border-radius: 3px;
    /* background:transparent; */
    box-shadow: none;
    background-color: rgb(232,240,254);
    color: #3f4850;
}

.bootstrap-select.form-control {
    background-color: transparent!important;
}

.form-control-feedback {
    position: absolute;
    top: 0;
    right: 9px;
    z-index: 2;
    display: block;
    width: 34px;
    height: 34px;
    line-height: 34px;
    text-align: center;
    pointer-events: none;
}

.form-inline .form-control.form-control-cat {
    width: 250px;
    text-align: left;
}

.icon-required {
    transform: scale(0.5, 0.5);
    color: #ea1313;
}

.form-control.input {
    height: 28px;
}

.form-control.width100 {
    width: 100px;
}

.form-control.width150 {
    width: 150px;
}

.form-group.width180 {
    width: 150px;
}

@media (max-width: 768px) {
    .form-control.width100 {
        width: 100%;
    }
    .form-control.width150 {
        width: 100%;
    }
    .form-group.width180 {
        width: 100%;
    }
}

/*formularios sin autorizacion*/

.form-guest {
    margin-top: 20px;
    /* background: #fff; */
    /* box-shadow: 1px 1px 10px #9c9c9c; */
    padding:30px 50px!important;
    border-radius: 15px!important;
    max-width: 500px;
    
    
}

.form-guest .form-control {
    height:40px;
}

.back-guest {

    height:100%;
    
}


@media (max-width: 768px) {
    .back-guest {
        background: linear-gradient(to bottom,#fff 0%,#fff 100%);
    }
    .form-guest {
        padding:40px!important;
        
        
    }
}

@media (max-width: 418px) {
    .form-guest {
        padding:20px!important;
        
        
    }
}

.slide-item3 {
	position: relative;
	z-index: 1;
    /* padding-top:100px; */
    min-height: 100%;
}
.slide-item3::after {
	background: rgba(255, 255, 255, 0.4);
	content: "";
	height: 100%;
	left: 0;
	position: absolute;
	top: 0;
	width: 100%;
	z-index: -1;
}


/*formularios sin autorizacion*/

.form-inline>* {
    margin: 5px 3px !important;
}


/*guia de usuario*/

.bk-color-white {
    background-color:#fff!important;
}

.userguide {
    padding:10px;
    max-width:1000px;
}

.userguide>p {
    color: #888;
    font-size: 14px;
}

.userguide>p>b {
    color: #555;
}

.userguide>li {
    color: #555;
    margin-bottom: 3px;
    font-size: 14px!important;
    list-style-type: circle;
}

.userguide>ul>li {
    color: #555;
    margin-bottom: 6px;
    font-size: 14px!important;
    list-style-type: circle;
}

.userguide>ol>li {
    color: #555;
    margin-bottom: 6px;
    font-size: 14px!important;
}

.userguide>h4 {
    color:#555;
    margin-bottom:5px;
}

.userguide .sub-title {
    border-bottom:1px solid #ddd;
    padding-bottom:5px;
    margin-bottom:20px;
    font-size: 12px!important;
}

.useguide-format {
    text-align:left;
    color:#3f4850;
    font-weight:500;
    font-size:18px;
    padding: 0px 30px;
}

@media (max-width: 768px) {
    .useguide-format {
        padding: 0px 10px;
    }
}


/* Bienvenida*/

.welcome>p {
    color: #555;
}

.welcome>ul>p {
    color: #444;
    /* margin-bottom: 6px; */
    /* font-size: 13px; */
    /* list-style-type: circle; */
}


/*bg-colors*/

.bg-info-card {
    background-color: #17a2b8!important;
}

.bg-danger-card {
    background-color: #ef3232!important;
}

.bg-primary-card {
    background-color: #17a2b8!important;
}

.bg-secondary-card {
    background-color: #4c617c!important;
}

.bg-third-card {
    background-color: #997b10!important;
}

.bg-warning-card {
    background-color: #fc7311!important;
}

.bg-success-card {
    background-color: #50890a!important;
}

.bg-bk-card {
    background-color: #f9f9f9!important;
}

.bg-white-card {
    background-color: #fff;
}




/* Tarjetas Claras Iconos Color */


/*----------------------------------------------------------*/

.bg-sales-card {
    background-color: #ffffff!important;
    /* background: linear-gradient(#9ed8ff,#e4f4ff); */
}

.bg-earnings-card {
    background-color: #ffffff!important;
    /* background: linear-gradient(#a9ffd6,#ddffee); */
}

.bg-inventory-card {
    background-color: #ffffff!important;
    /* background: linear-gradient(#ffd6a0,#ffe9cc); */
}

.bg-collect-card {
    background-color: #ffffff!important;
    /* background: linear-gradient(#ffb39a,#ffd9cd); */
}

.bg-sales2-card {
    background-color: #70bced!important;
    background: linear-gradient(#aae5eb, #cbe6eb);
    background: linear-gradient(#70e2ed, #98e3f0);
    background: linear-gradient(#2475ac, #70bced);
    background: linear-gradient(#70bced, #8fd2ff);
    box-shadow: 10px 10px 10px 0px rgb(0, 0, 0, 0.1);
    color: #0f6a6a!important;
    color: #fff!important;
}

.bg-info-card {
    background-color: #3ea9b8!important;
    background: linear-gradient(#f5f5f5, #fff);
    box-shadow: 10px 10px 10px 0px rgb(0, 0, 0, 0.1);
    color: #69f0ae!important;
}




.bg-earnings2-card {
    background-color: #69f0ae!important;
    background-color: #17ce75!important;
    /* background: linear-gradient(#85ffc4, #baffdd); */
    /* background: linear-gradient(#69f0ae, #85ffc4); */
    background: linear-gradient(#43E597, #69f0ae);
    box-shadow: 10px 10px 10px 0px rgb(0, 0, 0, 0.1);
    color: #026821!important;
    color: #fff!important;
}

.bg-inventory2-card {
    background-color: #ffc070!important;
    background: linear-gradient(#ffd9aa, #fff0dd);
    background: linear-gradient(#ffc070, #ffd9aa);
    background: linear-gradient(#ffc070, #ff9b19);
    box-shadow: 10px 10px 10px 0px rgb(0, 0, 0, 0.1);
    color: #df7f02!important;
    color: #fff!important;
}

.bg-collect2-card {
    background-color: #a893e0!important;
    /* background: linear-gradient(#ffbeaa, #ffe2da); */
    /* background: linear-gradient(#ff9470, #ffbeaa); */
    background: linear-gradient(#a893e0, #c1b4e7);
    background: linear-gradient(#ff9b19, #ffc070);
    box-shadow: 10px 10px 10px 0px rgb(0, 0, 0, 0.1);
    color: #cb3705!important;
    color: #fff!important;
}







a.btn-grey .glyphicon-usd {
    color: #21D47E!important;
}

a.btn-grey .glyphicon-pencil {
    color: #9BD2F6!important;
}

a.btn-grey .glyphicon-edit {
    color: #FFA027!important;
}

a.btn-grey .glyphicon-duplicate {
    color: #ffc070!important;
}

a.btn-grey .glyphicon-minus {
    color: rgb(255, 148, 105)!important;
}

a.btn-grey .glyphicon-transfer {
    color: rgb(255, 148, 105)!important;
}

a.btn-grey .glyphicon-plus {
    color: #70BCED!important;
}

button.btn-grey .glyphicon-plus {
    color: #70BCED!important;
}

button.btn-grey .glyphicon-download-alt {
    color:rgb(172, 121, 219)!important;
}

button.btn-grey .fas.fa-boxes.fa-md {
    color:rgb(172, 121, 219)!important;

}

a.btn-grey  .glyphicon-trash {
    color: #fb3030!important;
}

button.btn-grey  .glyphicon-trash {
    color: #fb3030!important;
}

a.btn-grey .glyphicon-list-alt {
    color: rgb(172, 121, 219)!important;
}

a.btn-grey  .glyphicon-shopping-cart {
    color: #70BCED!important;
}

a.btn-grey  .glyphicon-export {
    color: rgb(97, 180, 64)!important;
}
a.btn-grey  .glyphicon-eye-open {
    color: #96F7C9!important;
    color: #96d8f7!important;
}
a.btn-grey  .glyphicon-print {
    color: #7ca1ae!important;
}

a.btn-grey  .glyphicon-arrow-right {
    color: rgb(172, 121, 219)!important;
}

a.btn-grey .fa-file-excel {
    color: #008100!important;
}




/* Letra oscura */

.text-card {
    color: #777!important;
}

.text-card {
    color: #555!important;
    /* text-shadow: 1px 1px white; */
}

.text-cardtitle {
    color: #777!important;
}

.text-cardtitle3 {
    /* color: #555!important; */
    font-weight: 500!important;
    text-decoration: none;
    font-family: 'Abril Fatface';
    font-family: 'Cinzel';
    font-family: 'Poppins';
    font-size:16px;
    /* text-transform: uppercase; */
    /* letter-spacing: 1px; */
    /* font-family: 'Sansation','Montserrat'; */
    /* text-transform: uppercase; */
    color: #555;
    padding-left: 12px;
    text-decoration: none;
}

.text-cardtitle4 {
    color: #555!important;
}

.text-cardtitle4 {
    color: #555!important;
    font-weight: 400;
}

.text-cardtitle4:hover {
    color: rgb(169, 236, 81)!important;
    color: rgb(136, 224, 19)!important;
    color: #69f0ae!important;
    color: #70BCED!important;
}

.card-subtitle {
    color: #999!important;
    font-weight: 400;
    font-size:10px!important;
}



.text-cardnumber {
    font-size: 20px;
    font-weight:700!important;
    font-family: 'Sansation','Montserrat';
}

.chevron-card {
    font-size:16px!important;
    background:#fff!important;
    color:#70BCED!important;
    padding:2px 10px!important;
    width:20px!important;
    height:20px!important;
}


@media (min-width: 1170px) {
    .indicators-align {
        position:relative;
        width: 80%;
        left:50%;
        transform: translateX(-50%);
    }
}



/* Tarjetas Top 5 del Mes*/

.bg-earningstop-card {
    background-color: #fff;
}

.text-top {
    color: #3f4850!important;
}


/* Tarjetas Plan*/

.bg-plan-card {
    background-image: linear-gradient(#424242, #585858);
    font-family: 'Poppins';
    /*text-transform: uppercase;*/
}

.bg-pay-card {
    /* background-image: linear-gradient(#e0ffaf, #d9ecbb); */
    background-color: #fff!important;
}

.text-plan {
    color: #fff!important;
}

.plan-title-padding {
    padding: 10px 0px;
}


.panel-success2 {
    /* border:2px; */
    /* border-top: 5px solid #69f0ae; */
    /* box-shadow: 5px 5px 5px 0 rgb(0,0,0,0.1); */
    color: #6dab2c;
    color: rgb(50, 110, 81);
    /* background-color: #96F7C9; */
    /* background-image: linear-gradient(#96F7C9, #fff, #fff, #fff, #fff, #fff); */
}

.panel-success3 {
    background-color: #dcffef;
    color: #25b65f;
    /* font-weight: bold; */
    border: 1px solid #00f146;
    border-radius: 5px;
    font-size: 15px;
    padding:10px;
}

.panel-success2>.panel-heading {
    /* border:2px; */
    /* border-top: 5px solid #69f0ae; */
    /* box-shadow: 5px 5px 5px 0 rgb(0,0,0,0.1); */
    color: #6dab2c;
    color: rgb(50, 110, 81);
    color: #3f4850;
    background-color: #96F7C9;
    background-color: #69f0ae;
    /* background-image: linear-gradient(#96F7C9, #fff, #fff, #fff, #fff, #fff); */
}


.panel-primary2 {
    /* border:2px solid #9BD2F6; */
    /* border-top: 5px solid #70BCED; */
    overflow: hidden;
    box-shadow: 0 0 5px 0 rgba(228, 244, 255, 0.1);
    color: rgb(42, 85, 113);
    /* background-image: linear-gradient(#9bcdeb, #fff, #fff, #fff, #fff, #fff); */
}

.panel-primary2>.panel-heading {
    /* border:0px; */
    /* border-top: 5px solid #7fb5d4; */
    /* box-shadow: 0 0 5px 0 rgb(0,0,0,0.1); */
    color: rgb(48, 90, 118);
    background-color: #9BD2F6;
     /* background-image: linear-gradient(#9bcdeb, #fff, #fff, #fff, #fff, #fff);  */
}

.panel-primary2 .panel-heading2 {
    border:0px;
    /* border-top: 5px solid #7fb5d4; */
    box-shadow: 0 0 5px 0 rgb(0,0,0,0.1);
    color: #fff!important;
    background-color: #2A8CCC;
    border-radius: 5px;
    box-shadow: rgb(34 38 42 / 5%) 0.125rem 0.25rem 0.5rem;
    /* background-image: linear-gradient(#e0ffaf, #fff, #fff, #fff, #fff, #fff); */
    font-size:15px;
    padding:7px 12px;
    margin-bottom:0px;
    font-weight:600;
    border-radius:2px;
}


/*bg-colors*/

.text-white {
    color: #fff!important;
}

.text-youtube {
    color: #acaec1!important;
    color: #3f4850!important;
    color: #ff0000!important;
}

.text-black7 {
    color: #727272!important;
}

.text-black {
    color: #3f4850!important;
}

.text-blackpure {
    color: #000!important;
}

.text-light {
    color: rgb(226, 226, 226)!important;
}

.text-9 {
    color: #999!important;
}

.text-8 {
    color: #888!important;
}

.text-7 {
    color: #777!important;
}

.text-5 {
    color: #555!important;
}

.text-d {
    color: #ddd!important;
}

.text-a {
    color: #aaa!important;
}

.text-subtitle {
    color: #597979!important;
}

.text-blue {
    color: #0a8df8!important;
}

.text-blue2 {
    color: #70bced!important;
}

.text-blue4 {
    color: #4BA6E1!important;
}

.text-green {
    color: #55d60a!important;
}
.text-green3 {
    color: #21D47E!important;
}
.text-red {
    color: #eb1313!important;

}
.text-red2 {
    color: #f74a4a!important;
}

.text-green2 {
    color: #69f0ae!important;
    color: #43E597!important;
}

.text-blue3 {
    color: #3f4850!important;
}

.text-orange {
    color: #FFA027!important;
}



.card {
    position: relative;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    min-width: 0;
    word-wrap: break-word;
    background-color: #fff;
    background-clip: border-box;
    border: 0px solid rgba(0, 0, 0, 0.2);
    text-decoration: none;
    font-family: 'Poppins', sans-serif;
    /* min-height: 170px; */
    min-width: 165px;
    box-shadow: 0px 0px 8px 2px rgb(0, 0, 0, 0.1);
    box-shadow: 0px 2px 5px 0px rgba(0, 0, 0, 0.18);
    border-radius: 10px;
    overflow: hidden;
    transition: all 100ms ease;
    box-shadow: 0px 0px 0px 0px rgb(0,0,0,0.0);
    box-shadow: 0px 0px 12px 2px rgb(0, 0, 0, 0.1);
    box-shadow: 2px 2px 6px 0px rgb(0, 0, 0, 0.1);
    box-shadow: rgb(34 38 42 / 5%) 0.125rem 0.25rem 0.5rem;
    border: 1px solid #e1e1e1;
}

.card:hover {
    box-shadow: 2px 2px 5px 1px rgb(0, 0, 0, 0.2);
    box-shadow: 4px 4px 8px 0px rgba(0, 0, 0, 0.15);
}

.cardindex {
    position: relative;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    min-width: 0;
    word-wrap: break-word;
    background-color: #fff;
    background-clip: border-box;
    border: 0px solid rgba(0, 0, 0, .20);
    text-decoration: none;
    font-family: 'Poppins', sans-serif;
    min-height: 200px;
    min-width: 165px;
    box-shadow: 0px 0px 1px 0px rgba(0, 0, 0, 0.05);
    border-radius: 5px;
    overflow: hidden;
    transition: all 400ms ease;
}

/* .cardindex:hover {
    box-shadow: 5px 5px 15px 0px rgba(0, 0, 0, 0.24);
} */

.card a {
    color: #555;
}

.card a:hover {
    color: rgb(175, 255, 110);
    color: #69f0ae;
    transition: all 400ms ease;
    text-decoration: none;
}

.card-header {
    padding: 0.8rem 0.15rem 0.3rem .15rem;
    background-color: rgba(0, 0, 0, .00);
    margin-bottom: 15px;
    margin-top: 0px;
    margin-left: 0px;
    min-height: 2.0 rem;
    border-bottom: 0px solid rgba(0, 0, 0, .25);
    font-size: 20px;
    font-weight: 600;
    border-radius: .4rem .4rem .0rem .0rem;
    text-decoration: none;
    font-family: 'Poppins';
}

.card-header2 {
    padding: 1.0rem 0.15rem 0.3rem .15rem;
    /* background-color: rgba(0, 0, 0, .04); */
    /* background-color: #f1f1f1; */
    /*background-color: #e8f0f1;*/
    margin-bottom: 0px;
    margin-top: 0px;
    margin-left: 0px;
    min-height: 3.0 rem;
    border-bottom: 0px solid rgba(0, 0, 0, .25);
    font-size: 20px;
    font-weight: 400;
    border-radius: .4rem .4rem .0rem .0rem;
    text-decoration: none;
    /* font-family: 'Roboto'; */
}

.card-body {
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    padding: 2px 0 0 0;
    font-size: 15px;
    margin-left: 20px;
}

.card-body2 {
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    padding: 0px 0px 0px 0px;
    font-size: 16px;
}

.card-body-metric {
    position: relative;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    min-width: 0;
    word-wrap: break-word;
    background-color: #fff;
    background-clip: border-box;
    /* border-top: 4px solid #43E597; */
    text-decoration: none;
    font-family: 'Poppins', sans-serif;
    /* border-radius: 10px; */
    overflow: hidden;
    transition: all 100ms ease;
    box-shadow: rgb(34 38 42 / 5%) 0.125rem 0.25rem 0.5rem;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    padding: 5px;
    font-size: 20px;
    margin:5px;

    background-color: #eefff6;
    color: #19b96b;
    /* font-weight: bold; */
    border: 1px solid #a0f1ca!important;
    border-radius: 8px;
    font-size: 13px;
    padding:15px;
}

.card-icon {
    padding: .0 rem 1.25rem;
    margin: 3px 0px 0px 10px;
    line-height: 10px;
    font-size: 18px;
    border-radius: .5rem;
    text-decoration: none;
}

.card-icon i {
    padding: 8px 8px;
    /*background-color: #fff;*/
    border-radius: 5px;
    text-decoration: none;
    /* color: #3f4850; */
    width: 40px;
    height: 40px;
    background-color: rgba(0, 0, 0, 0.1);
    text-align: center;
    vertical-align: middle;
    font-size: 22px;
}

.card-icon2 {
    padding: .0 rem .25rem;
    margin: 3px 0px 0px 12px;
    line-height: 10px;
    font-size: 18px;
    border-radius: .5rem;
    text-decoration: none;
}

.card-icon2 i {
    padding: 12px 10px;
    /*background-color: #fff;*/
    border-radius: 37px;
    text-decoration: none;
    /*color: #3f4850;*/
    width: 50px;
    height: 50px;
    background-color: rgba(0, 0, 0, 0.1);
    text-align: center;
    vertical-align: middle;
    font-size: 26px;
}

.cardtable {
    border-radius: 5px;
    box-shadow: 0 0 6px 0px rgba(0, 0, 0, 0.3);
    padding: 10px;
}

.cardtable:hover {
    box-shadow: 0 0 20px 0px rgba(0, 0, 0, 0.3);
}

.nav-message {
    overflow: auto;
    font-size: 1.1rem;
    background-color: #efefef;
    position: fixed;
    width: 84%;
    height: 28px;
    font-family: 'Roboto', sans-serif;
    border-top: 1px solid #dedede;
    padding-top: 5px;
    padding-right: 0px;
    bottom: 0;
    z-index: 1001;
    margin-left:-15px;
}

@media (max-width: 767px) {
    .nav-message {
        height: 26px;
        z-index: 1001;
        width: 100%;
    }
    .card {
        border-radius: 15px;
    }
    .cardtable {
        padding: 0px;
    }
}

.profit-title, .expense-title, .result-title, .net-result-title {
    font-size: 20px;
    text-align: left;
    margin-bottom: 15px;
}

.card-subtitle {
    font-size: 11px;
    margin-bottom: 5px;
}

.info-icon {
    padding: 0 10px;
}

.percentage-text {
    font-size: 12px;
}

.percentage-change {
    font-size: 11px;
    font-weight: 600;
}

.dotted-separator {
    margin: 0;
    border-top: 1px dotted #ddd;
    width: 80%;
}

.link_whatsapp {
    position: fixed;
    width: 30px;
    height: 40px;
    top: 63px;
    right: -3px;
    background-color: #25D366;
    background-color: #4dc247;
    background-color: #075E54;
    background-color: #128C7E;
    color: #FFF;
    border-radius: 5px;
    text-align: center;
    font-size: 24px;
    box-shadow: 1px 1px 5px 0px rgb(161, 223, 161);
    z-index: 20001;
}

.link_whatsapp:hover {
    background-color: #25D366;
    background-color: #075E54;
    background-color: #4dc247;
    color: #FFF;
}

.link_whatsapp:focus {
    background-color: #25D366;
    color: #FFF;
}

.icon-whatsapp {
    margin-top: 8px;
    margin-left: 1px;
}

.link_add {
    position: fixed;
    width: 53px;
    height: 53px;
    bottom: 80px;
    right: 10px;
    /* top:68px; */
    /* left:50px; */
    /* background: linear-gradient(45deg, #5abdff, #0076e4); */
    /* color: #60a0ff; */
    color: #555;
    color: #FFF;
    background-color: #60a0ff;
    background-color: #5196fd;
    background-color: #0099ff;
    background-color: #ffffff;
    background-color: #4ba6e1b0;
    background-color: #4BA6E1;
    border-radius: 50px;
    text-align: center;
    font-size: 25px;
    box-shadow: 1px 1px 5px 1px #ddd;
    z-index: 2000001;
    border: 0px;
    vertical-align: initial;
    /* margin-bottom:4px; */
    outline:none;
}

.link_add:hover {
    box-shadow: 1px 1px 10px 5px rgb(225, 232, 235);
}

.link_add2 {
    position: fixed;
    width: 53px;
    height: 53px;
    bottom: 38px;
    right: 28px;
    /* top: 50px; */
    /* left: 50px; */

    background-color: #ffffff00;
    border-radius: 50px;
    text-align: center;
    font-size: 25px;
    /* box-shadow: 0px 0px 5px #999; */
    z-index: 2000001;
    border: 0px;
    vertical-align: initial;
    /* margin-bottom:4px; */
    outline:none;
    
}

.link_add2:hover {
    background-color: #ffffff00;
    color: #555;
}

.link_add3 {
    position: fixed;
    width: 53px;
    height: 53px;
    bottom: 80px;
    right: 10px;

    background-color: #ffffff00;
    border-radius: 50px;
    text-align: center;
    font-size: 25px;
    /* box-shadow: 0px 0px 5px #999; */
    z-index: 200001;
    border: 0px;
    vertical-align: initial;
    /* margin-bottom:4px; */
    outline:none;
    
}

.link_add3:hover {
    background-color: #ffffff00;
    color: #555;
}

.icon-add {
    margin-top: 0px;
    margin-left: 0px;
}

.subirplan {
    position: fixed;
    bottom: 30px;
    left: 20px;
    z-index: 1000000
}

@media screen and (max-width: 767px) {
    .subirplan {
        bottom: 65px;
    }
}


/* data table */

.colInput {
    /* width: 90px; */
    /* max-width:90px; */
    min-width:90px!important;
}

.col3button {
    width: 90px;
    max-width:90px;
    min-width:90px;
}

.col3Okbutton {
    width: 125px;
    max-width:125px;
    min-width:125px;
}

.col4button {
    width: 160px;
    min-width:160px;
    max-width:160px;
}

.col5button {
    width: 190px;
    min-width:190px;
    max-width:190px;
}

.col6button {
    width: 240px;
    min-width:240px;
    max-width:240px;
}

.colMain {
    /* width: 180px; */
    min-width:180px;
}

.colBotonCheckbox {
    width:35px;
    max-width:35px;
}

.colBoton100 {
    width: 100px;
}

.colBoton65 {
    width: 65px;
    /* min-width: 65px; */
    /* max-width: 65px; */
}

.colBoton60 {
    width: 60px;
    /* min-width: 65px; */
    max-width: 60px;
}

.colBoton5 {
    width: 280px;
}

.colBoton-5icons {
    width: 210px;
}

.colBoton6 {
    width: 140px;
}

.colBoton40 {
    width: 40px;
    /* min-width: 40px; */
    max-width: 40px;
}

.col5button0 {
    width: 20px;
}

.colBotonDate {
    width: 82px;
    max-width: 82px;
    min-width: 82px;
}

.colDate {
    width: 112px;
    max-width: 112px;
    min-width: 112px;
}

.list-inline {
    display: flex;
}

.list-inline>li {
    padding-top: 2px;
}

@media screen and (max-width: 767px) {
    .col3button {
        width: 40px;
    }

  
    .col5button {
        width: 40px;
    }
    
    .colBoton100 {
        width: 50px;
    }
    
    .colBoton65 {
        width: 30px;
    }
    
    .colBoton5 {
        width: 140px;
    }
    
    .colBoton6 {
        width: 70px;
    }

    .colMobile {
        width: 180px;
        min-width: 180px;
    }
    
    /* .colBotonDate {
        width: 25px;
    } */

    .min-width-sm-100 {
        min-width: 100px;
    }
}

@media (max-width: 470px) {
    .col3button {
        width: 114px;
        max-width:114px;
        min-width:114px;
    }

    .col3Okbutton {
        width: 153px;
        max-width:153px;
        min-width:153px;
    }

    .col4button {
        width: 192px;
        min-width:192px;
        max-width:192px;
    }

    .col5button {
        width: 230px;
        min-width:230px;
        max-width:230px;
    }

    .col6button {
        width: 280px;
        min-width:280px;
        max-width:280px;
    }

    .min-width-xs-100 {
        min-width: 100px;
    }

}


/* data table */


/*modal*/

.modal {
    /* top: 15px; */
    z-index: 1000002;
    /* transition: 1s ease; */
    margin-left:-15px;
    margin-right:-15px;
    
}

.modal-content {
    overflow: hidden;
    background-color: #fff;
    /* border:10px solid #fff; */
    /* padding:8px; */
    border-radius:15px;
    overflow:hidden;
    width:100%;
}

.modal-header {
    background-color: #3f4850;
    color: #fff;
}

.modal-header2 {
    background-color: #f2f2f2;
}

.modal-header2 .close {
    color: #3f4850;
}

.modal-header .close {
    color: #fff;
}

.modal-header-add {
    margin-bottom:0px;
    font-size:18px;
    font-weight:800;
    color:#3f4850;
    /* text-align:center; */
    padding:12px;
    padding-bottom:0px;
    padding-top:20px;
    padding-left:30px;
    background:#fff;
    border-bottom: 1px solid #c6d9f7;
    border-bottom: 1px solid #fff;
    font-family:'Poppins';
    /* font-family: 'Sansation','Montserrat'; */
}

.modal.fade .modal-dialog {
    transition: transform .2s ease-out;
    padding-top:10px;
}

.modal-body {
    font-size: 14px;
    /* background-color: #eee; */
    color: #3f4850;
    padding: 0;
    /* margin-bottom:0px; */
}

.bk-modal {
    background-color:#DEEBFF;
    background-color:#fff!important;
    background:#fff!important;
}

.modal-body-padding {
    padding: 15px 30px!important;
}

.modal-footer {
    background:#f1f1f1;
}

.modal-body .close {
    opacity: 0.4;
    border-radius: 50%;
    width: 30px;
    height: 30px;
    font-size: 30px;
    background:#f1f1f1;
}

.modal-body .close:hover {
    opacity: 0.7;
    background-color: rgb(201, 202, 212);
}
.modal-body .close:focus {
    opacity: 0.7;
    background-color: rgb(201, 202, 212);
}

.modal-backdrop {
    z-index: 1000000;
}

.modal-body ul {
    padding-inline-start: 20px;
}

.modal-body ul>li {
    font-size: 12px;
    margin-bottom: 15px;
}

.modal-body ul>ol {
    font-size: 12px;
    margin-bottom: 10px;
}

.modal.fade.in {
    padding-right:0px!important;
}

@media screen and (min-width: 991px) {
    .modal-dialog {
        width: 800px;
    }
}



@media screen and (min-width: 767px) {
    .modal {
        /* top: 0px; */
        z-index: 2000002;
    }
    .modal-dialog {
        margin:auto;
    }
    .modal-dialog.bienvenida {
        width: 767px;
    }
    .modal-body ul>li {
        font-size: 14px;
    }
    .modal-body ul>ol {
        font-size: 14px;
    }
    .modal-video {
        width:600px;
    }
    
    
}

@media screen and (min-width: 991px) {

    .modal-video {
        width:800px;
    }
}

@media screen and (min-width: 851px) {

    .modal-video {
        width:700px;
    }
}

@media screen and (max-width: 767px) {
    .modal {
        top: 0px;
        z-index: 2000002;
        margin-left:-12px;
        margin-right:-20px;
        margin-top:-12px;
        margin-bottom:-10px;
        border-radius:0px!important;
    }
    .modal.fade.in {
        padding-left:0px!important;
    }
    .modal-content {
        border-radius:0px;
        border-radius:0px 0px 20px 20px;
    }

    .modal-dialog-centered {
        align-items: flex-start;
    }
    .modal.fade .modal-dialog {
        padding-top:0px;
    }
    
}


/*modal*/


/*table responsive*/

.table-responsiveNT {
    border: 0;
    margin-left: 0;
    margin-right: 0;
    box-shadow: 0px 0px 0px 0px rgb(0,0,0,0.0);
    padding:6px 10px;
}

.table-responsive {
    border: 0;
    margin-left: 0;
    margin-right: 0;
    /* box-shadow: 0px 0px 10px 0px rgb(0,0,0,0.1); */
    border-radius: 12px!important;
    /* overflow: hidden; */
}

.table-responsiveNM {
    border: 0;
}

.table-responsive select.form-control {
    background-color: #fff!important;
}

.table-responsiveNT select.form-control {
    background-color: #fff!important;
}

.show-columns {
    background-color: #fff!important;
}


/*table responsive*/


/*Add quick*/

.margin-addquick {
    margin-left: 0;
    margin-right: 0;
}

.margin-addquick-sale {
    margin-left: 0px!important;
    margin-right: 0px!important;
}

.info {
    border-radius: 5px;
    text-align: center;
    padding: 5px;
    border: 1px solid #d4d8d7;
    background-color: #f7f7f7;
}

.color-info {
    color: #969696
}



@media screen and (max-width: 767px) {
    .addquick {
        padding:10px 25px;
        /* margin:-5px -10px; */
        transform:none;
        left: 0%;
    }
    .color-addquick {
        margin-bottom:3px;
        margin-top:8px;
    }
    .checkbox-inline.text-center {
        text-align: left!important;
        display: flex;
        padding-left:20px;
    }
    .btn-block2 {
        display:block;
        width:100%;
        padding:6px;
        font-size:14px;
    }
}

@media screen and (max-width: 415px) {
    .margin-addquick-sale {
        margin-left: 0px!important;
        margin-right: 0px!important;
    }
}

/*table responsive*/


/* Hopscotch */

div.hopscotch-bubble {
    background-color: #4285F4;
    background-color: #fff;
    border: 0px solid #000000;
    /* default */
    border: 0px solid rgb(255, 255, 255);
    /* transparent, if supported */
    color: rgb(255, 255, 255);
    color: #4285F4;
    color: #999;
    font-size: 12px;
    box-shadow: 5px 5px 5px 5px rgb(0, 0, 0, 0.4);
    box-shadow: 0px 0px 1500px 1500px rgb(0, 0, 0, 0.8);
    border-radius: 15px;
    font-family: 'Poppins';  
    padding:10px;
}

div.hopscotch-bubble .hopscotch-content {
    font-family: 'Poppins';
    margin-left:10px;
}

div.hopscotch-bubble h3 {
    color: #fff;
    color: #424242;
    font-family: 'Poppins';
    margin-left:10px;
}

div.hopscotch-title>h3 {
    color: #fff;
    color: #999;
    font-family: 'Poppins';
}

div.hopscotch-bubble .hopscotch-bubble-number {
    background-color: #4285F4;
    background: rgba(0, 0, 0, 0);
    background: #69f0ae;
    border-radius:50px;
    padding: 5px;
    font-size:20px;
    margin-right:0px;
    /* margin-bottom:20px; */
}

div.hopscotch-bubble .hopscotch-bubble-arrow-container.up .hopscotch-bubble-arrow-border {
    border-bottom: 17px solid rgba(255, 255, 255, 0);
    /*border-bottom: 17px solid rgb(219, 219, 219);*/
    border-left: 17px solid transparent;
    border-right: 17px solid transparent;
}

/* div.hopscotch-bubble .hopscotch-bubble-arrow-container.up .hopscotch-bubble-arrow { */
    /* border-bottom: 17px solid #4285F4; */
/* } */


  div.hopscotch-bubble .hopscotch-bubble-arrow-container.left .hopscotch-bubble-arrow {
    border-bottom: 17px solid transparent;
    /* border-right: 17px solid #4285F4; */
  }
  div.hopscotch-bubble .hopscotch-bubble-arrow-container.left .hopscotch-bubble-arrow-border {
    border-right: 17px solid #00000000;
    /* border-right: 17px solid rgba(0, 0, 0, 0.5); */
  }

  div.hopscotch-bubble .hopscotch-bubble-arrow-container.right .hopscotch-bubble-arrow {
    border-bottom: 17px solid transparent;
    /* border-left: 17px solid #4285F4; */
  }
  div.hopscotch-bubble .hopscotch-bubble-arrow-container.right .hopscotch-bubble-arrow-border {
    border-left: 17px solid #00000000;
    /* border-left: 17px solid rgba(0, 0, 0, 0.5); */
  }

  div.hopscotch-bubble .hopscotch-bubble-arrow-container.down .hopscotch-bubble-arrow {
    border-bottom: 17px solid transparent;
    border-top: 17px solid #4285F4;
  }
  div.hopscotch-bubble .hopscotch-bubble-arrow-container.down .hopscotch-bubble-arrow-border {
    border-top: 17px solid #00000000;
    /* border-left: 17px solid rgba(0, 0, 0, 0.5); */
  }

  div.hopscotch-bubble .hopscotch-actions {
      margin-top:20px;
  }

  div.hopscotch-bubble .hopscotch-nav-button  {
      height: 32px;
      padding: 0 18px;
      border-radius:5px;
  }

div.hopscotch-bubble .hopscotch-nav-button.next {
    color: #4285F4;
    color: #fff;
    border-color: #4285F4;
    border-color: #fff;
    font-family: 'Poppins';
    /* box-shadow: 5px 5px 5px 5px rgb(0, 0, 0, 0.1); */
    /* background-color:#fff; */
    background-image: linear-gradient(#4285F4, #4285F4);
    background-image: linear-gradient(#70BCED, #70BCED);
    /* background-image: linear-gradient(#fff, #fff); */
    /* background-image: -webkit-gradient(linear, 50% 0, 50% 100%, color-stop(0%, #4285F4), color-stop(100%, #4285F4)); */
    
    

}

div.hopscotch-bubble .hopscotch-nav-button.next:hover {
    background-image: linear-gradient(#4BA6E1, #4BA6E1);
    border: 0px;
    outline: 0px;
}

div.hopscotch-bubble .hopscotch-nav-button.prev {
    border-color: #70BCED;
    color: #70BCED;
    background-color: #ffffff9e;
    background-image: linear-gradient(#ffffff9e, #ffffff9e);
    text-shadow: 0 0px 0px rgba(255, 255, 255, .0);
    font-weight:600;
}

div.hopscotch-bubble .hopscotch-nav-button.prev:hover {
    background-image: linear-gradient(rgb(233, 246, 255), rgb(233, 246, 255));
    text-shadow: 0 0px 0px rgba(255, 255, 255, .0);
}


@media screen and (max-width: 767px) {

    div.hopscotch-bubble {
        box-shadow: 0px 0px 30px 10px rgb(0, 0, 0, 0.3);
    }

}

/* Hopscotch */

.bg-blue {
    border-top: 0px solid #07ff6a;
    overflow: auto;
}

.bg-violet {
    border-top: 0px solid #f2f2f2;
}

.panel-green {
    border-color: #69f0ae;
    background-color:#fbfffd;
}

.panel-green>.panel-heading {
    color: rgb(67, 72, 77);
    background-color: #69f0ae;
    border-color: #69f0ae;
}

.panel {
    border-radius: 12px;
    /* overflow: hidden; */
    /* background-color:transparent; */
    box-shadow: 0 0px 6px 3px rgba(0, 0, 0, 0.08);
    box-shadow: 2px 2px 6px 0px rgba(0, 0, 0, 0.12);
    box-shadow: 0px 0px 8px 0px rgba(0, 0, 0, 0.08);
    box-shadow: rgb(34 38 42 / 5%) 0.125rem 0.25rem 0.5rem;
    box-shadow: 0px 0px 0px 0px rgb(0,0,0,0.0);
    border: 1px solid #e1e1e1;
}



.panelbox {
    /* box-shadow: 0 0px 8px 4px rgba(0, 0, 0, 0.1); */
    /* box-shadow: 0px 0px 3px 0px rgb(0,0,0,0.06); */
    /* padding:10px 20px; */
    border-left: 4px solid #1384c6;
    border-left: 4px solid #43E597;
}

.panelbox2 {
    /* box-shadow: 0px 0px 6px 1px rgb(0,0,0,0.1); */
    /* box-shadow: 0px 0px 0px 0px rgb(0,0,0,0.0); */
    /* background:#f5f5f5; */
    padding:20px;
    /* border: 1px solid #e1e1e1; */
    border-radius: 12px;
}

.panelbox2bis {
    box-shadow: 0 0px 8px 4px rgba(0, 0, 0, 0.1);
    padding:20px;
}

.panelbox3 {
    box-shadow: 0px 0px 3px 0px rgb(0,0,0,0.25);
    padding:5px;
    box-shadow: 0px 0px 0px 0px rgb(0,0,0,0.0);
    border: 1px solid #e1e1e1;
}

.panelbox3bis {
    box-shadow: 0px 0px 4px 1px rgb(0,0,0,0.25);
    padding:5px;
    box-shadow: 0px 0px 0px 0px rgb(0,0,0,0.0);
    border: 1px solid #e1e1e1;
}

.panelbox4 {
    box-shadow: 0px 0px 5px 0px rgb(0,0,0,0.1);
    box-shadow: 0 0px 8px 4px rgba(0, 0, 0, 0.1);
    padding:20px;
    color:#69f0ae;
    background-color:#3f4850;
    box-shadow: 0px 0px 0px 0px rgb(0,0,0,0.0);
    border: 1px solid #e1e1e1;
}

.panelbox4bis {
    box-shadow: 0px 0px 5px 0px rgb(0,0,0,0.1);
    box-shadow: 0 0px 8px 4px rgba(0, 0, 0, 0.1);
    padding:20px;
    background: #CFFDE7;
    color:#21D47E;
    box-shadow: 0px 0px 0px 0px rgb(0,0,0,0.0);
    border: 1px solid #e1e1e1;
}

.panelnoborder {
    border: 0px solid #e1e1e1;
}

.panelboxinfo {
    padding:20px;
    color:#4BA6E1;
    background-color:#e7f6ff;
    box-shadow: 0px 0px 0px 0px rgb(0,0,0,0.0);
    border: 1px solid #4BA6E1!important;
}



.panelbox-warning {
    box-shadow: 0px 0px 3px 0px rgb(0,0,0,0.06);
    /* box-shadow: 0 0px 8px 4px rgb(216 178 45 / 10%); */
    padding:10px 20px;
    border-left: 4px solid #f0d669;
    border-left: 4px solid #FFA027;
    color: #d3a900;
    color: #FFA027;
    background: #ffffff;
}

.panelnobox {
    box-shadow: 0 0px 8px 4px rgba(0, 0, 0, 0.0);
}

.social a {
    color:#69f0ae;
    color:#0681f5;
    color:#3f4850;
    /* text-transform:uppercase; */
}

.social a:hover {
    color:#21ffe1;
    color:#00c3ff;
}

.panelboxauth {
    width:500px;
    transform: translateX(-50%) ;
    left:50%;
    top:auto;
    position:absolute;
    border: 0px;
    box-shadow: 0 0px 46px 1px rgba(0, 0, 0, 0.08);
    /* background-color: #ffffff00; */
}

@media screen and (max-width: 767px) {

    .panelbox2bis {
        padding:0px;
    }
    .panelbox2 {
        box-shadow: 0px 0px 5px 0px rgb(0,0,0,0.0);
        padding:15px 10px;
        /* margin: 10px -15px; */
        /* background: #00000000; */
    }
    .panelboxauth {
        /* position:fixed; */
        box-shadow: 0 0px 0px 0px rgba(0, 0, 0, 0.0);
        width:350px;
        border: 0px;
    }

}

/* --------- PLANES ---------- */

.plan-details {
    padding: 0px 5px;
    min-height:160px;
}

.plan-details>ul {
    list-style: outside none none;
    margin: 3px 0;
    margin-left: 20px;
    padding: 0;
    font-size: 13px;
    color: #777;
    font-weight: 400;
}

.plan-details>ol {
    list-style: outside none none;
    padding: 0;
    font-size: 14px;
    color: #1384c6;
    margin: 3px 0;
    margin-left: 20px;
    font-weight: 500;
}

.plan-details>li {
    list-style: outside none none;
    margin: 10px 0;
    padding: 0;
    font-size: 12px;
    color: #3f4850;
    margin-left: 5px;
    font-weight: 600;
    font-family: "Poppins";
}

.plan-details>hr {
    margin-top: 10px;
    margin-bottom: 10px;
}


/* --------- PLANES ---------- */



/*--------FICHA DE PRODUCTO------*/

.configcost {
    border-radius: 5px;
    box-shadow: 0px 2px 5px 0px rgb(0, 0, 0, 0.2);
    overflow: hidden;
}

.configcost2 {
    box-shadow: 0px 0px 0px 0px rgb(0, 0, 0, 0.2);
    overflow: hidden;
    /* background-color:#f5f5f5; */
    background-color:#ffffff00;
}

.configcost-add {
    padding: 12px 35px 2px 35px
}

.costpadding {
    padding: 5px 36px;
    max-width:1200px;
}

.label-inline {
    font-weight:400;
    line-height:32px;
}

.configcost-title {
    font-family: 'Poppins';
    margin: 10px 0px;
    font-weight: 600;
    
}

.configcost-subtitle {
    padding-left:0px;
}

/* @media screen and (max-width: 1400px) {
    .costpadding {
        padding: 5px 10px;
    }
} */

@media screen and (max-width: 767px) {
    .configcost-title {
        font-size: 20px;
        /* margin: 0px 0px 20px 0px; */
        padding:20px 0px 0px 5px;
    }
    .configcost-subtitle {
        padding-left:10px;
    }
    .configcost-add {
        padding: 12px 25px 2px 25px;
    }
    .costpadding {
        padding: 5px 0px;
    }
    .paddingmobile {
        padding: 5px 0px;
    }
    .label-inline {
        line-height: 15px;
        /* font-weight:600; */
        font-size:11px;
        margin-bottom:4px;
        margin-top:10px;
        /* color:#0060f1; */
    }
    .plan-details {
        min-height: 0px;
    }
}


/* Tarjetas en Ficha de Producto */

.bg-coststandard-card {
    background-image: linear-gradient(45deg, #e0e0e0, #f0f0f0);
    /* background-color: #fff; */
    /* background-color: #3f4850; */
    /* background-color: #e0e0e0; */
    /* background-color: #fbfbfb; */
}

@media (max-width: 767px) {
    .bg-coststandard-card {
        padding: 0px 8px;
    }
}


/*

.bg-cost1-card {
    background-image: linear-gradient(rgb(137, 92, 143), rgb(117, 74, 128));
}

.bg-cost2-card {
    background-image: linear-gradient( rgb(76, 85, 114), rgb(62, 74, 99));
}

.bg-cost3-card {
    background-image: linear-gradient(rgb(129, 150, 80), #8cac59);
}

*/

.bg-cost1-card {
    background-color: #f2f2f2;
}

.bg-cost2-card {
    background-color: #f2f2f2;
}

.bg-cost3-card {
    background-color: #f2f2f2;
}

.bg-ddd {
    background-color: #ddd;
}
.bg-dedede {
    background-color: rgb(230, 230, 230);
}
.bg-eee {
    background-color: #eee;
}

.bg-lightblue {
    background-color: #D1ECFD;
}

.bg-lightblue2 {
    background-color: #9BD2F6;
}

.bg-lightgreen {
    background-color: #CFFDE7;
    /* color: #96F7C9!important; */
}

.bg-lightgreen2 {
    background-color: #96F7C9;
}


/*--------GRÁFICOS------*/

.chart-dash {
    margin-bottom: 12px;
    background-color: #314f53ce;
    background-color: #424242;
    background-color: #fff;
    border-radius: 15px;
    box-shadow: 0px 0px 10px 0px rgb(0, 0, 0, 0.1);
    box-shadow: rgb(34 38 42 / 5%) 0.125rem 0.25rem 0.5rem;
    padding: 10px;
    /* border-bottom:5px solid #69f0ae; */
    box-shadow: 0px 0px 0px 0px rgb(0,0,0,0.0);
    border: 1px solid #e1e1e1;
}

@media screen and (max-width: 767px) {
    .chart-dash {
        padding: 5px;
        margin-bottom: 20px;
    }
}

.ibox {
    font-family: 'Poppins';
    font-size: 18px;
    font-weight: 600;
    color: #eee;
    color: #777;
}

.ibox-title>h4 {
    margin-bottom: 20px;
    /* font-family: 'Abril Fatface'; */
    font-size: 16px;
    font-weight: 500;
}

.ibox-content {
    margin-bottom: 0px;
}

@media screen and (max-width: 767px) {
    .ibox-title>h4 {
        margin-bottom: 5px;
        font-family: 'Poppins';
        font-size: 14px;
        font-weight: 700;
    }
}  

/*------- BOOTSTRAP SELECT ---------*/

.form-inline .bootstrap-select, .form-inline .bootstrap-select.form-control:not([class*=col-]) {
    width:100%
}

.bootstrap-select.show-tick .dropdown-menu .selected span.check-mark {
    top:12px;
}

/*------- BOOTSTRAP SELECT ---------*/

/*------- FIXING PRICE ---------*/

.fix-result {
    background-color: #1edc8b;
    background-color: #69f0ae;
    /* background-color: #424242; */
    /* border:  1px solid #0fc475; */
    /* border:  1px solid #69f0ae; */
    color: #3f4850;
    /* color: #fff; */
    /* color: #69f0ae; */
    /* line-height: 24px; */
    text-align: center;
    /* padding-right: 20px; */
    font-weight: 600;
    padding: 3px 0px;
    font-size:18px;
    height: 34px;

}

.fix-result-parcial {
    background-color: #c2ffe2;
    background-color: #69f0ae;
    background-color: #f5f5f5;
    border:  1px solid #69f0ae;
    border:  1px solid #eee;
    color: #3f4850;
    /* color: #fff; */
    /* color: #69f0ae; */
    /* line-height: 24px; */
    text-align: center;
    /* padding-right: 20px; */
    font-weight: 600;
    padding: 6px 0px;
    font-size:16px;
    height: 34px;

}

.label-fixing {
    text-align:right;
}

@media screen and (max-width: 991px) {
    .label-fixing {
        text-align:left;
    }
}


/*------- FIXING PRICE ---------*/

/*------- YOUTUBE ---------*/


.youtube-responsive-container {
    position:relative;
    padding-bottom:56.25%;
    padding-top:30px;
    height:0;
    overflow:hidden;
    }
    
    .youtube-responsive-container iframe, .youtube-responsive-container object, .youtube-responsive-container embed {
    position:absolute;
    top:0;
    left:0;
    width:100%;
    height:100%;
}

/* change this to the height you want on desktop */
iframe {
    min-height: 400px; 
}

/* change this to the height you want on mobile */
@media (max-width: 415px) {
    iframe {
        max-height: 500px; 
    }
}

/* .panel-heading:hover {
    background: #f2f2f200;
    border-radius:5px;
} */

/*------- YOUTUBE ---------*/

.tooltip {
    position:fixed;
    opacity: 1;
    z-index:10000000001!important;
    
}

.tooltip.in {
    opacity: 0.99;
    filter: alpha(opacity=80);
  }

.tooltip.top .tooltip-inner {
    background:#3f4850;
    color:#fff;
    box-shadow: 0px 0px 5px 0px rgb(0, 0, 0, 0.3);
    font-family: 'Poppins';
    padding:8px;
    font-size:13px;
    font-weight:400;
    
}
.tooltip.top .tooltip-arrow {
      border-top-color: #3f4850;
      box-shadow: 0px 0px 10px 0px rgb(0, 0, 0, 0.3);
}

.tooltip.right .tooltip-inner {
    background:#3f4850;
    color:#fff;
    box-shadow: 5px 5px 10px 0px rgb(0, 0, 0, 0.4);
    font-family: 'Poppins';
    padding:8px;
    font-size:13px;
    font-weight:400;
    
    
}
.tooltip.right .tooltip-arrow {
      /* border-top-color: #ffffff00; */
      border-right-color: #3f4850;
      /* box-shadow: 0px 2px 5px 0px rgb(0, 0, 0, 0.3); */
}

.tooltip.bottom .tooltip-inner {
    background:#3f4850;
    color:#fff;
    box-shadow: 0px 0px 5px 0px rgb(0, 0, 0, 0.3);
    font-family: 'Poppins';
    padding:8px;
    font-size:13px;
    font-weight:400;
}
.tooltip.bottom .tooltip-arrow {
      border-bottom-color: #3f4850;
      box-shadow: 0px 0px 10px 0px rgb(0, 0, 0, 0.3);
}


/*fix input type number*/

input[type="number"]::-webkit-outer-spin-button,
input[type="number"]::-webkit-inner-spin-button {
  display: none;
}

input[type="number"] {
  -moz-appearance: textfield;
  appearance: textfield;
}

/*fix input type number*/

/*fix input checkbox size*/

input[type="checkbox"] {
    transform:scale(1.2, 1.2);
  }

  /*fix input checkbox size*/



  /*input switch*/

  /* The switch - the box around the slider */
.switch {
    position: relative;
    display: inline-block;
    width: 40px;
    height: 20px;
    
  }
  
  /* Hide default HTML checkbox */
  .switch input {
    opacity: 0;
    width: 0;
    height: 0;
  }
  
  /* The slider */
  .slider {
    position: absolute;
    cursor: pointer;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #69f0ae;
    background-color: #ccc;
    -webkit-transition: .4s;
    transition: .4s;
    /* border-radius:20px; */
  }

  #switchproduct .slider {
    background-color: #2bc47a;
  }

  #switchtype .slider {
    background-color: #2bc47a;
  }
  
  .slider:before {
    position: absolute;
    content: "";
    height: 13px;
    width: 13px;
    left: 4px;
    bottom: 4px;
    background-color: white;
    -webkit-transition: .4s;
    transition: .4s;
  }

  
  
  input:checked + .slider {
    background-color: #2196F3;
  }
  
  input:focus + .slider {
    box-shadow: 0 0 1px #2196F3;
  }

  #switchproduct input:checked + .slider {
    background-color: #2196F3;
  }
  
  #switchproduct input:focus + .slider {
    box-shadow: 0 0 1px #2196F3;
  }

  #switchtype input:checked + .slider {
    background-color: #2196F3;
  }
  
  #switchtype input:focus + .slider {
    box-shadow: 0 0 1px #2196F3;
  }
  
  input:checked + .slider:before {
    -webkit-transform: translateX(20px);
    -ms-transform: translateX(20px);
    transform: translateX(20px);
  }
  
  /* Rounded sliders */
  .slider.round {
    border-radius: 34px;
  }
  
  .slider.round:before {
    border-radius: 50%;
  }

  
  /*input switch*/


  .error-input{
    border: 1px solid #e9110e;
    color:#e9110e;
  }

  /* .collapsing.width {
    -webkit-transition-property: width, visibility;
    transition-property: width, visibility;
    width: 0;
    height: auto;
  }
   */

   .daterangepicker {
       font-family: 'Poppins';
       z-index:1100000;
   }

   .daterangepicker select.monthselect {
       padding:3px;
       border-radius:3px;
   }

   .daterangepicker select.yearselect {
    padding:3px;
    border-radius:3px;
}

.daterangepicker td.active, .daterangepicker td.active:hover {
    background-color: #4BA6E1;
}

@media screen and (max-width: 418px) {
    .daterangepicker {
        width: 100%;
        height: 0px;
        top:-9px!important;
        left:0px!important;
        position: fixed;
    }

    .daterangepicker .drp-calendar {
        position: relative;
        /* top:15px; */
        max-width:80%;
        /* left:5%; */
        border:1px solid lightgrey;
        border-radius: 10px;
    }

    .daterangepicker .drp-calendar.left {
        /* padding: 8px 0 8px 8px; */
        padding: 0px;
        margin-left:5%;
    }

    /* .form-group .dropdown {
        position: unset!important;
    } */

    .dropdown.open {
        position: relative;
    }

    .dropdown-menu.open {
        position: fixed;
        padding:15px;
        top:-8px!important;
        left:-2px!important;
        width:100%;
        height:100%;
        z-index:1000000;
        max-height:320px;
        min-width:260px;
        
    }
}

/* Placeholder */

::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
    font-weight: 400;
    opacity: 1; /* Firefox */
  }
  
  :-ms-input-placeholder { /* Internet Explorer 10-11 */
    font-weight: 400;
  }
  
  ::-ms-input-placeholder { /* Microsoft Edge */
    font-weight: 400;
  }

  /* Totales Ventas */

  .net-sale {
    font-size:14px;
    font-weight:600;
  }
  .subtotal-sale {
    font-size:14px;
    font-weight:600;
  }
  .total-sale {
    font-size:14px;
    font-weight:600;
  }
  .commission {
    margin-top:6px;
  }
  .commission-payment {
    margin-top:6px;
  }
  .retained-tax {
    margin-top:6px;
  }
  .sale-labels {
      text-align:right;
  }

    /* Notificaciones*/
    .message-span {
        padding:10px;
        margin:2px;
        width: 125px;
        text-align: left;
        vertical-align: middle;
    }
    .badge-message{
        background-color:rgba(111, 111, 111, 0.905);
        margin-top: -2px;
        float: right;
    }

  @media screen and (max-width: 991px) {
      .net-sale {
        font-size:14px;
        font-weight:700;
      }
      .total-sale {
        font-size:14px;
        font-weight:700;
      }
      .commission {
        font-size:11px;
      }
      .commission-payment {
        font-size:11px;
      }
      .retained-tax {
        font-size:11px;
      }
      .sale-labels {
        text-align:left;
    }
}

@media screen and (max-width: 418px) {
    .sale-commission-padding {
        padding-left:5px;
        padding-right:5px;
    }
}

/* @media (min-width: 992px){
    .col-md-12 {
        width: 100%;
        max-width: 1144px;
        left: 50%;
        transform: translateX(-50%);
    }
} */

.message-box {
    margin-bottom:20px;
    padding-left:20px;
    padding:10px 20px 20px;
    border:0px solid lightblue;
    box-shadow:1px 1px 5px 0px rgb(0 0 0 / 13%);
    margin-top:0px;
    border-radius:4px;
    margin-left:0px;
    color:black;
    background:#fff;
}

.title-form {
    padding:10px;
    margin-top:5px;
    margin-bottom:5px;
    text-transform:initial;
    color:#3f4850;
}

.print-items-title {
    border-bottom:2px solid #333!important;
    border-top:2px solid #333!important;
    font-size:11px;
    font-family:Poppins!important;
    line-height:10px!important;
    background-color:#f5f5f5!important;
    /* padding:5px 0px!important; */
}

.print-items-title.preview {
    font-size:13px!important;
}

.print-items-item {
    font-size:11px;
    font-family:Poppins!important;
    line-height:16px;
    color: #555!important;
}

.print-items-item.preview {
    font-size:13px!important;
    line-height:20px!important;
}



/* tr {
    page-break-inside: avoid;
}
tr.row_sale_detail:nth-child(5n) {
    page-break-after: always;
} */

@page {
    margin: 0;
    size:A4 portrait;
}

.divFooter {
    position: absolute;
    bottom: 0;
    height: 8.5cm; /* Altura del footer */
}

.content-wrap {
    height: 279mm;
}


@media print
{    
    /* funciona en firefox pero no en chrome */
    /* table tr:nth-child(35n) {page-break-after: always;page-break-inside: avoid;}  */

    html, body {
        width: 210mm;
        height: 100%;
        margin: 0;
        padding: 0;
    }

    /* div.tablePage {
        page-break-inside:avoid; page-break-after:always;            
    } */

    table {
        page-break-inside:auto; 
        page-break-after: auto;
        /* max-height:400px; */
    }

    thead {
        display: table-header-group;
    }

    tr.row_sale_detail {
        page-break-inside:avoid; 
        page-break-after:auto;
    } 
    

    .col {
        /* position:relative; */
        height: 400px!important;
    }

    .no-print, .no-print *
    {
        display: none !important;
    }

    .print-items {
        orphans:5;
    }

    .print-items-title {
        -webkit-print-color-adjust: exact;
        print-color-adjust: exact;
        /* box-shadow: 0 0 0 0.25rem rgba(13, 110, 253, 0.25); */
    }

    .page-container {
        position: relative;
        min-height: 100%;
    }

    .content-wrap {
        padding-bottom: 6cm; /* Altura del footer */
    }
    /* @footnote {
        float: bottom;
    } */
   
    .divFooter {
        position: fixed;
        width: 19cm;
        bottom: 0;
        overflow:hidden; /* Oculta el contenido que sobrepasa el footer */
        -webkit-overflow-scrolling:touch;
        transform: translate3d(0,0,0); /* Evita que el footer se mueva al hacer scroll */
    }

    /* div.footerSpace {
        height:300px;
        width:800px;
        position:absolute;
        background-color:#00c3ff!important;
    } */

    
    
    .cae {
        right: 0;
        text-align:right;
    }

    body {
        -webkit-print-color-adjust: exact;
        print-color-adjust: exact;
    }

}

/* Reglas específicas para iPhone y para la impresión (Según ChatGPT) */ 
@media print and (max-device-width: 480px) {
    .col-xs-6 {
        width: 50%;
        float: left;
    }

    .col-xs-5 {
        width: 41.66667%;
        float: left;
    }

    .col-xs-4 {
        width: 33.33333%;
        float: left;
    }

    .col-xs-3 {
        width: 25%;
        float: left;
    }

    .col-xs-2 {
        width: 16.66667%;
        float: left;
    }

}

/* Reglas específicas para imprimir a PDF */

@media print {
    .hidden-print,
    .hidden-print * {
        display: none !important;
    }
}

/* Reglas específicas para imprimir a PDF */

h2,h3,h4,h5 {
    font-family:'Barlow';
    font-family:'Sansation';
    font-family:'Poppins';
    /* font-family: 'Sansation','Montserrat','Barlow'; */
    font-weight:700;
    /* padding-bottom:5px; */
    margin-bottom:10px;
}

.list-group .selected {
    background-color: #ffd9aa !important;
    /* background: linear-gradient(#ffc070, #ffd9aa); */
    border: solid #ffc070 1px !important;
    z-index: 1 !important;
  }


  /*Bootstrap 4.0*/

  .custom-control-label {
    padding:2px;
  }

  /*Bootstrap 4.0*/

  /*Bootstrap 5.0*/

.form-control:focus {
    color: #212529;
    background-color: #fff;
    border-color: #86b7fe;
    outline: 0;
    box-shadow: 0 0 0 0.25rem rgba(13, 110, 253, 0.25);
}

.form-select:focus {
    border-color: #86b7fe;
    outline: 0;
    box-shadow: 0 0 0 0.25rem rgba(13, 110, 253, 0.25);
}

/*Bootstrap 5.0*/

.block-loader {
    display: flex;
    justify-content: center;
    align-items: center;
    min-height: 75vh;
    margin: 0;
    /* background-color: #f5f5f5; */
}
.loader {
    border: 8px solid #f3f3f3;
    border-top: 8px solid #3498db;
    border-radius: 50%;
    width: 20px;
    height: 20px;
    animation: spin 2s linear infinite;
}

@keyframes spin {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
    }
}

/* Vertically align */

.d-flex {
    display: flex;
}

.align-items-center {
    align-items: center;
}

/* Vertically align */

.dropdown-below .dropdown-menu {
    top: 100%; /* Position the top edge of the dropdown right at the bottom of the select */
}



.search-container {
    display: flex;
    gap: 10px; /* Space between inputs */
}
.search-input {
    flex: 1; /* Makes inputs take equal width */
    min-width: 0; /* Allows flex items to shrink below content size */
}
@media (max-width: 768px) {
    .search-container {
        flex-direction: column;
    }
}

.hidden-column {
    display: none;
}

.required:after {
    content: " *";
    color: red;
}


/* Select2 */

/* Make the dropdown taller */
.select2-results__options {
    max-height: 400px !important; /* Default is usually 200px */
}

/* Make Select2 input wider */
.select2-container {
    width: 100% !important; /* Adjust as needed */
}

/* Rounded corners for the Select2 selection box */
.select2-selection--single {
    border-radius: 12px !important;
    height: 34px !important; /* Match Bootstrap's input height */
    padding: 6px 12px !important;
}

/* Rounded corners for the dropdown */
.select2-dropdown {
    border-radius: 8px !important;
    /* border: 0px solid #ccc !important; */
    box-shadow: 5px 5px 20px 0px rgba(0, 0, 0, .15) !important;
}

.select2-search--dropdown .select2-search__field {
    padding:6px 8px;
    line-height:22px;
}

/* .select2-search__field :focus {
    border: 1px solid #86b7fe !important;
    box-shadow: 0 0 0 0.25rem rgba(13, 110, 253, 0.25) !important;
} */

/* Adjust the arrow icon */
.select2-selection__arrow {
    height: 34px !important;
}

/* Optional: Adjust the placeholder text color */
.select2-selection__placeholder {
    color: #333 !important; /* Bootstrap's secondary text color */
}

.select2-container--bootstrap .select2-selection {
    display: flex; /* Changed from inline-flex */
    align-items: center;
    font-size: 12px!important;
    border-radius: 12px!important;
    height: 34px!important;
    padding: 0 12px!important; /* Changed padding */
}

.select2-container--bootstrap .select2-selection__rendered {
    line-height: 34px!important; /* Add this */
    padding: 0!important; /* Add this */
}

.select2-container--bootstrap .select2-selection__arrow {
    height: 34px!important;
    line-height: 34px!important;
}

.select2-results {
    line-height: 25px!important;
}

.select2-selection__clear {
    margin-top:7px;
}

/* Select2 */
