﻿/* Please see documentation at https://docs.microsoft.com/aspnet/core/client-side/bundling-and-minification
for details on configuring this project to bundle and minify static web assets. */

/*FONTS
font-family: 'Open Sans', sans-serif;
font-family: 'Prompt', sans-serif;
color: #373737;
*/
*:hover {
    -webkit-transition: all 300ms ease-out;
    -moz-transition: all 300ms ease-out;
    -ms-transition: all 300ms ease-out;
    -o-transition: all 300ms ease-out;
    transition: all 300ms ease-out;
}
a.navbar-brand {
    white-space: normal;
    text-align: center;
    word-break: break-all;
}

/* Provide sufficient contrast against white background */
a {
  color: #0366d6;
}

select {
    text-align: center;
}
.btn-primary {
  color: #fff;
  background-color: #1b6ec2;
  border-color: #1861ac;
}

.nav-pills .nav-link.active, .nav-pills .show > .nav-link {
  color: #fff;
  background-color: #1b6ec2;
  border-color: #1861ac;
}

/* Sticky footer styles
-------------------------------------------------- */
html {
  font-size: 14px;
}
@media (min-width: 768px) {
  html {
    font-size: 16px;
  }
}

.border-top {
  border-top: 1px solid #e5e5e5;
}
.border-bottom {
  border-bottom: 1px solid #e5e5e5;
}

.box-shadow {
  box-shadow: 0 .25rem .75rem rgba(0, 0, 0, .05);
}

button.accept-policy {
  font-size: 1rem;
  line-height: inherit;
}

/* Sticky footer styles
-------------------------------------------------- */
html {
  position: relative;
  min-height: 100%;
}

body {
    /* Margin bottom by footer height */
    margin-bottom: 60px;
    font-family: 'Open Sans', sans-serif;
    color: #373737;
}
.footer {
  position: absolute;
  bottom: 0;
  width: 100%;
  white-space: nowrap;
  line-height: 60px; /* Vertically center the text there */
}

.container-lg {
    max-width: 1780px;
    width: 90%;
}

a, .btn-link {
    color: #0366d6;
}

.btn-primary {
    color: #fff;
    background-color: #1b6ec2;
    border-color: #1861ac;
}

.content {
    padding-top: 0.5rem;
}

.valid.modified:not([type=checkbox]) {
    outline: 1px solid #26b050;
}

.invalid {
    outline: 1px solid red;
}

.validation-message {
    color: red;
}

#blazor-error-ui {
    background: lightyellow;
    bottom: 0;
    box-shadow: 0 -1px 2px rgba(0, 0, 0, 0.2);
    display: none;
    left: 0;
    padding: 0.6rem 1.25rem 0.7rem 1.25rem;
    position: fixed;
    width: 100%;
    z-index: 1000;
}

    #blazor-error-ui .dismiss {
        cursor: pointer;
        position: absolute;
        right: 0.75rem;
        top: 0.5rem;
    }

canvas {
    border: 1px solid gray;
}

/*CUSTOM START*/
.fixed-top-menu {
    position: fixed;
    width: 100%;
    top: 0;
    z-index: 10;
}

.page {
    padding-top: 60px;
}
body.loged-content {
    /* padding-top: 80px;*/
     padding-top: 125px;
    background-image: url(/img/bg-tl.png), url(/img/bg-br.png);
    background-position: top left, bottom right;
    background-repeat: no-repeat, no-repeat;
    background-size: 50%;
    /*background-color: #efedff;*/
    background-color: #cecbec
}
.login-foot {
    background: #080809;
    text-align: center;
    color: white;
    padding: 10px 0;
    font-size: 12px;
    position: absolute;
    width: 100%;
    bottom: 0;
}
.foot-b-cont, .foot-b-cont a {
    color: white;
    letter-spacing: 1px;
    font-family: 'Prompt', sans-serif;
}
footer.footer {
    background: black;
    text-align: center;
    color: white;
    padding: 17px 0;
    font-size: 12px;
    width: 100%;
    line-height: initial;
    border: none !important;
    z-index: 1;
    /*position: absolute;*/
    position:fixed;
    bottom: 0;
}

a:hover {
    opacity: 0.8 !important;
}

.login {
    background-image: url(../img/login_bg.jpg);
    position: absolute;
    width: 100%;
    left: 0;
    top: 0;
    z-index: 9999;
    background-size: cover;
    height: 100vh;
}

.txt-right {
    text-align: right
}

.login-box {
    background-color: rgba(255,255,255, 0.6);
    max-width: 400px;
    width: 100%;
    margin: 10% auto;
    position: absolute;
    left: 0;
    right: 0;
    border-radius: 5px;
    padding: 20px 0;
    -webkit-box-shadow: 0px 2px 2px -1px rgb(0 0 0 / 70%);
    box-shadow: 0px 2px 5px -1px rgb(0 0 0 / 70%);
    backdrop-filter: blur(7px);
}

.login-logo-box {
    background: white;
    border-bottom: 1px solid #b8b8b8;
    padding: 20px 0 20px 0;
    margin: -20px 0 20px;
    text-align: center;
    border-radius: 5px 5px 0 0;
}

    .login-logo-box img {
        max-width: 180px;
        height: auto;
    }

.login-form-box {
    padding: 0 20px;
}

    .login-form-box form > div {
        margin-bottom: 10px;
    }

    .login-form-box label {
        display: block;
        text-transform: uppercase;
        font-weight: 600;
    }

    .login-form-box a:link {
        text-transform: uppercase;
        font-weight: 600;
        opacity: 1;
        color: #3a6465;
        font-size: 12px;
    }

    .login-form-box input[type=text],
    .login-form-box input[type=password] {
        border: 1px solid #e5e5e5;
        border-radius: 3px;
        width: 100%;
        background: #f9f9f9;
        padding: 5px 10px 5px 40px;
        margin-top: 5px;
    }

    .login-form-box form > div > div {
        position: relative
    }

        .login-form-box form > div > div i {
            position: absolute;
            background: transparent;
            color: #373737;
            padding: 10.5px;
            top: 5px;
            border-radius: 3px 0 0 3px;
        }

    .login-form-box button {
        margin: 0 auto;
        display: inherit;
        background: #086465;
        border: none;
        padding: 4px 13px;
        color: white;
        text-transform: uppercase;
        border-radius: 5px;
        font-weight: 600;
        font-size: 12px;
    }

.head-top {
    background: white;
    border-bottom: 2px solid #e6e6e6;
    text-align: center;
    height: 60px;
    position: fixed;
    z-index: 99;
    width: 100%;
    left: 0;
    top: 0;
}

.log-area {
    margin: 10px 15px;
    float: right;
    position: absolute;
    right: 0;
    top: 0;
}

    .log-area, .log-area div, .log-area button {
        display: inline-block;
        vertical-align: top;
    }

.user-area, .culture-box {
    background: #f9f9f9;
    padding: 5px 15px;
    border-bottom: 2px solid #ededed;
    border-radius: 60px;
    color: black;
}

    .user-area i {
        margin-right: 5px;
        font-size: 16px;
    }

.drop-d {
    display: none;
}

i#down-sw {
    opacity: 0.5;
    margin-left: 5px;
    cursor: pointer;
}
.log-area button, .login-btn {
    background-color: black;
    color: white !important;
    border: none;
    padding: 5px 0;
    display: inline-block;
    width: 30.8px;
    text-align: center;
    border-radius: 99px;
    font-size: 14px;
    text-decoration: none;
    opacity: 1;
}

    .log-area button:hover, .login-btn:hover {
        opacity: 0.5;
    }

a.logo-top {
    display: inline-block;
    max-width: 140px;
    margin: 10px;
}

    a.logo-top img {
        width: 100%;
        position: relative;
    }

.side-menu {
    background: #3a6465;
    position: relative;
}

.left-side-cont {
    min-height: 91vh;
}

ul.side-menu-cont {
    color: white;
    list-style: none;
    padding: 0px 12px;
    margin-top: 20px;
}

    ul.side-menu-cont li a {
        display: block;
        color: white !important;
        text-decoration: none !important;
        /*background: #618384;*/
        background: transparent;
        margin-bottom: 10px;
        padding: 5px 15px;
        border-radius: 99px;
    }

        ul.side-menu-cont li a:hover {
            opacity: 0.5 !important;
        }

    ul.side-menu-cont li.selected-item a {
        background: #618384;
    }

    ul.side-menu-cont li a i {
        margin-right: 7px
    }

.main-container-left {
    background: white;
    border-bottom: 2px solid #e6e6e6;
    border-radius: 5px;
    margin: 20px 10px 10px;
}

.main-title {
    padding: 20px 15px;
    font-weight: bold;
    color: black;
    text-transform: uppercase;
    font-size: 16px;
    border-bottom: 1px solid #d8e0e0;
}

.main-box {
    padding: 15px;
}

    .main-box div {
        margin-bottom: 10px;
    }

    .main-box .row b {
        font-size: 13px;
        min-height: 14.6px;
        display: block;
    }

.input-control-basic {
    width: 100%;
    background: #f9f9f9;
    border-radius: 5px;
    padding: 7px 5px;
    border: 1px solid #e5e5e5;
    color: #3a6465;
}

.navbar-clear {
    background-color: white !important;
    border-bottom: 2px solid #e6e6e6;
    height: 0px !important;
    display: none;
}

.row div {
    margin-bottom: 5px;
}
.login-header {
    display:none;
    opacity
}
.login-body {
    background-image: url("../img/Bio-Jayor splash_alt_logo.png");
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}
.login-tools {
    display: flex;
    margin: 25px 0 30px !important;
}
    .login-tools > div {
        display: inline-block;
        font-size: 12px;
        vertical-align: top;
        width: 49.333%;
    }

.login-tools > div label {
    display: inline-block;
    position: relative;
    top: -1px;
    margin-left: 10px;
}
a.basic-bt-login {
    background: #185e90;
    color: white !important;
    font-weight: normal !important;
    padding: 7px 15px;
    border-radius: 30px;
    text-decoration: none !important;
}
    a.basic-bt-login:hover {
        text-decoration: none !important;
    }
button.btn.btn-primary.bt-normal {
    background: #f4f8fb;
    color: #373737;
    font-size: 14px;
    text-decoration: none;
    padding: 10px 20px;
    display: block;
    text-transform: uppercase;
    border: none;
    border-radius: 0;
    margin: 0 auto;
}

    button.btn.btn-primary.bt-normal.green-bt {
        background: #00c800;
        color: white;
    }
    button.btn.btn-primary.bt-normal:hover {
        background: #185e90;
        color: white;
    }
.opt-menu {
    display: none;
    position: absolute;
    right: -10px;
}
    .opt-menu:before {
        content: "";
        width: 0;
        height: 0;
        border-left: 7px solid transparent;
        border-right: 7px solid transparent;
        border-bottom: 7px solid #ffffff;
        position: absolute;
        top: 18px;
        right: 14px;
    }
    .opt-menu a {
        font-size: 14px;
        color: #373737;
        opacity: 1;
        text-decoration: none;
        padding: 6px 0;
        display: block;
    }
    .opt-menu a:hover {
        opacity: 0.4;
    }
    .opt-menu i {
       margin-right:5px;
    }
.opt-menu-open {
    display:block;
}
    .opt-menu-open ul {
        background: white;
        list-style: none;
        padding: 15px;
        border-radius: 8px;
        box-shadow: 2px 3px 5px rgb(0 0 0 / 3%);
        margin-top: 25px;
    }
.user-section {
    right: 20px;
    position: absolute;
}
.menu-switch {
    color: #185e90 !important;
    letter-spacing:1px;
    cursor:pointer;
}
    .menu-switch i {
        font-size: 20px;
        position: relative;
        top: 2px;
        margin-right: 10px;
    }
.menu-active {
    color: black !important;
    position: relative;
}
.logo {
    margin: 0 auto;
    max-width: 140px;
    opacity:1;
    -webkit-transition: all 300ms ease-out;
    -moz-transition: all 300ms ease-out;
    -ms-transition: all 300ms ease-out;
    -o-transition: all 300ms ease-out;
    transition: all 300ms ease-out;
}
    .logo:hover {
        opacity: 0.65 !important;
    }
    .logo img {
        width: 100%;
    }

.opt-swich {
    font-size: 22px;
    margin-left: 14px;
    opacity: 0.5;
    position: relative;
    top: 2px;
}

    .opt-swich i:hover {
        transform: rotate(45deg);
    }
.user > i {
    font-size: 22px;
    position: relative;
    top: 2px;
    margin-right: 5px;
}
.side-menu-cont-l {
    position: fixed;
    top: 50px;
    left: -18%;
/*    padding: 70px 50px 0 40px;*/
    padding: 20px 50px 0 40px;
    /* min-height: 78vh; */
    height: 91%;
    width: 21%;
    background: #185e90;
    transition: all 1s;
}
    .side-menu-cont-l .side-menu-list {
        background: transparent;
        list-style: none;
        padding: 0;
        color: white;
        font-size: 15px;
        font-weight: bold;
        opacity: 0;
        transition: all 1s;
    }
        .side-menu-cont-l .side-menu-list li {
            position: relative;
            border-bottom: 1px solid #447da5
        }
            .side-menu-cont-l .side-menu-list li:before {
                /* content: "\f0c8"; */
                position: absolute;
                font-family: "Font Awesome 5 Free";
                font-weight: 900;
                /* opacity: 0.5; */
                left: -22px;
                top: 12px;
                font-size: 16px;
            }
            .side-menu-cont-l .side-menu-list li.side-de:before {
                content: "\f574";
            }
            .side-menu-cont-l .side-menu-list li.side-dr:before {
                content: "\f56d";
            }
            .side-menu-cont-l .side-menu-list li.side-fe:before {
                content: "\f1ec";
            }
            .side-menu-cont-l .side-menu-list li.side-cdt:before {
                content: "\f002";
            }
            .side-menu-cont-l .side-menu-list li.side-mp:before {
                content: "\f7d9";
            }
            .side-menu-cont-l .side-menu-list li.side-t:before {
                content: "\f1cd";
            }
            .side-menu-cont-l .side-menu-list li.side-rep:before {
                content: "\f570";
            }
            .side-menu-cont-l .side-menu-list li.side-usu:before {
                content: "\f0c0";
            }
            .side-menu-cont-l .side-menu-list li a {
                padding: 12px 5px;
                display: block;
                color: white;
                text-decoration: none;
                opacity: 1 !important;
            }
                .side-menu-cont-l .side-menu-list li a:hover {
                    opacity: 0.5 !important;
                    padding-left: 10px;
                }
.search-space {
    padding-top: 70px !important;
    opacity: 1 !important;
}
.open-side {
    left: 0% !important;
    transition: all 1s;
}
    .open-side .side-menu-list {
        opacity: 1;
        transition: all 1s;
    }
.help-link {
    position: absolute;
    background: #009fe5;
}
.opened-link {
    display: none;
}
.help-link {
    /*position: absolute;*/
    position:fixed;
    background: #009fe5;
    /*background: #89ceff;*/
    right: 0;
    /*top: 25%;*/
    top: 250px;
    color: white;
    padding: 15px;
    border-radius: 30px 0 0 30px;
    width: 54px;
    text-align: center;
    box-shadow: 5px 3px rgb(0 0 0 / 5%);
    transition: all 1s;
}
    .help-link .closed-link i {
        cursor: pointer;
    }
.help-link-open .closed-link {
    display:none;
}
.help-link-open .opened-link {
    display: block;
}
.help-link.help-link-open {
    width: initial;
    background: #185e90;
    transition: all 1s;
}
.opened-link img {
    width: 20px;
    margin-right: 10px;
}
.opened-link a {
    color: white;
    text-decoration:none;
}
.main-links-cont {
    text-align: center;
}
.main-links-item {
    position: relative;
    display: inline-block;
}
    .main-links-item:after {
        content: "";
        background: white;
        width: 200px;
        height: 200px;
        display: block;
        position: absolute;
        top: -2px;
        left: 5px;
        /*transform: rotate( 45deg );*/
        border-radius: 10px;
        -webkit-box-shadow: 0px 0px 15px 4px rgba(0,0,0,0.13);
        box-shadow: 0px 0px 15px 4px rgba(0,0,0,0.13);
        -webkit-transition: all 300ms ease-out;
        -moz-transition: all 300ms ease-out;
        -ms-transition: all 300ms ease-out;
        -o-transition: all 300ms ease-out;
        transition: all 300ms ease-out;
    }
    .main-links-item:hover span {
        color: white !important;
    }
    .main-links-item:hover:after {
        background: #009fe5;
        width: 210px;
        height: 210px;
        top: -8px;
        left: 1px;
        -webkit-transition: all 300ms ease-out;
        -moz-transition: all 300ms ease-out;
        -ms-transition: all 300ms ease-out;
        -o-transition: all 300ms ease-out;
        transition: all 300ms ease-out;
    }
    .main-links-item span {
        position: relative;
        z-index: 1;
        display: block;
        width: 200px;
    }
    .main-links-item span {
        position: relative;
        z-index: 1;
        display: block;
        width: 200px;
        padding: 0 30px;
        color: black;
        text-transform: uppercase;
        font-weight: bold;
        letter-spacing: 2px;
        text-align: center;
        font-size: 13px;
        line-height: 15px;
        transform: rotate( -45deg );
    }
        .main-links-item span img {
            max-width: 110px;
            margin: 18px 0 10px;
        }
.main-links-item {
    position: relative;
    display: inline-block;
    margin: 14px 5px;
    text-decoration: none !important;
    vertical-align: top;
    margin: 22px 5px;
}
.rotated-cont {
    transform: rotate( 45deg );
    display: block;
    margin: 0 auto;
    width: 510px;
    margin-top: 8%;
}

a.home-icon {
    background: #009fe5;
    display: inline-block;
    position: absolute;
    left: 120px;
    width: 34px;
    text-align: center;
    padding: 5px 0;
    border-radius: 30px;
    color: white;
    -webkit-transition: all 300ms ease-out;
    -moz-transition: all 300ms ease-out;
    -ms-transition: all 300ms ease-out;
    -o-transition: all 300ms ease-out;
    transition: all 300ms ease-out;
}
    a.home-icon:hover {
        background: #185e90
    }
.busqueda-switch {
    display:none;
    background: #009fe5;
    color: white !important;
    padding: 5px 15px;
    position: absolute;
    left: 175px;
    border-radius: 100px;
    font-weight: normal;
    cursor: pointer;
    -webkit-transition: all 300ms ease-out;
    -moz-transition: all 300ms ease-out;
    -ms-transition: all 300ms ease-out;
    -o-transition: all 300ms ease-out;
    transition: all 300ms ease-out;
}
.busqueda-switch-active {
    display: inline-block;
}
    .busqueda-switch i {
        margin-right: 5px;
        font-size: 14px;
    }
    .busqueda-switch.search-active {
        background: #185e90;
        opacity: 0.5;
        transition: all 1s;
    }
.search {
    display: flex;
    position: fixed;
    transition: all 1s;
    width: 100%;
    top: -10px;
    background: #f2f2f2;
    border-bottom: 1px solid #e2e2e2;
    padding: 15px 15px 12px;
    z-index: 2;
}
.search-open {
    top: 57px;
    transition: all 1s;
}
.search-item {
    width: 20.333%;
    padding: 0 6px;
}
.search-item input[type="text"] {
    border: 1px solid #e5e5e5;
    border-radius: 3px;
    width: 100%;
    background: white;
    padding: 5px 10px;
}
.search-btn {
    background: #185e90;
    border: none;
    opacity: 1;
    padding: 5px 20px;
    border-radius: 100px;
    color: white;
}
a.close-search {
    padding: 5px;
    color: #185e90 !important;
    opacity: 1;
    cursor:pointer
}
    a.close-search:hover, .search-btn:hover {
        opacity: 0.5;
    }
.main-content {
    background: white;
    border-radius: 10px;
    padding: 20px 0;
    position: relative;
    width: 100%;
}
select#fact-type {
    border: 1px solid #e5e5e5;
    border-radius: 3px;
    width: 100%;
    background: white;
    padding: 5px 0;
    max-width: 250px;
    margin: 0 10px;
    font-size: 13px;
}
.content-pre-header, .content-header {
    border-bottom: 1px solid gainsboro;
    padding: 0 20px 20px 20px;
    margin-bottom: 20px !important;
}
    .content-pre-header label {
        text-transform: uppercase;
        font-size: 14px;
        letter-spacing: 1px;
        font-weight: 100;
        color: #185e90;
    }
.content-header {
    display: flex;
}
.fac-logo {
    width: 21%;
    text-align: center;
    border-right: 1px solid gainsboro;
    padding: 0 35px;
}
    .fac-logo img {
        width: 100%;
    }
.fac-info {
    margin: 0 auto;
    width: 70%;
    text-align: center;
    font-size: 14px;
    text-transform: uppercase;
    font-weight: bold;
    letter-spacing: 1px;
    line-height: 16px;
}
    .fac-info .fac-addr {
        font-size: 14px;
        text-transform: none;
        letter-spacing: 1px;
        font-weight:400;
        line-height: 16px;
    }
.content-cont {
    padding: 0 20px 20px 20px;
    border-bottom: 1px solid gainsboro;
}
.content-fact-prev {
    padding: 0 20px 20px 20px;
}
.fact-tittle {
    font-size: 18px;
    font-weight: bold;
    text-transform: uppercase;
    color: #185e90;
    letter-spacing: 2px;
    margin: 30px 0 !important;
}
.content-cont .col-md-6 {
    display: flex;
    margin: 8px 0;
}
    .content-cont .col-md-6 label {
       font-weight:bold;
    }
.basic-input {
    border: 1px solid #e5e5e5;
    border-radius: 3px;
    width: 100%;
    background: white;
    padding: 5px 10px;
    font-size: 14px;
}
/*.table-prev {
    display: flex;
}*/
.post-table {
    background: #faf9f9;
    display: flex;
    margin-top: -5px;
    border-left: 1px solid #d8d8d8;
    border-right: 1px solid #d8d8d8;
    border-bottom: 1px solid #d8d8d8;
}
.post-table-dummy {
    width: 73.333%;
    height: 1px;
}
.table-prev table {
    width: 100%;
    border-left: 1px solid #d8d8d8;
    border-right: 1px solid #d8d8d8;
    /*border-bottom: 1px solid #d8d8d8;*/
    display: block;
}
        .table-prev table thead th {
            text-transform: uppercase;
            padding: 10px;
            background: #185e90;
            color: white;
            font-size: 12px;
            width: 10%;
            border-right: 1px solid #3881b6;
        }
        .table-prev table thead th:last-child {
            border-right: none;
        }
            .table-prev table thead th.description {
                width: 20% !important;
            }
        .table-prev table tr td {
            height: 20px;
            vertical-align: top;
            padding: 10px;
            color: gray;
            font-size: 14px;
            border-bottom: 1px solid #d8d8d8;
            border-top: none !important;
        }
            .table-prev table tr td:last-child {
                text-align: center;
            }
                .table-prev table tr td:last-child i.fas.fa-trash {
                    color: red;
                    opacity: 0.5;
                    cursor: pointer;
                }
                .table-prev table tr td:last-child i.fas.fa-trash:hover {
                    opacity: 1;
                }

.table-pre-header {
    background: #009fe5;
    margin: 0 !IMPORTANT;
    padding: 10px;
    border-bottom: 1px solid #4fa6e4;
    margin-left: 1px !important;
}

.table-pre-header button {
    border: none;
    background: white;
    color: #185e90;
    border-radius: 100px;
    padding: 2px 20px;
    margin-right: 5px;
    cursor: pointer;
    opacity: 1;
    text-transform: uppercase;
    font-size: 13px;
    font-weight: bold;
    letter-spacing: 1px;
}
    .table-pre-header button:hover {
        background: #185e90;
        color: white;
        opacity: 0.8;
    }
    .table-pre-header button i {
        margin-right:3px;
    }
.table-totals label {
    margin: 2px 0;
    font-weight: bold;
}
.table-totals {
    width: 30.333%;
    padding: 1px 15px 0 15px;
    font-size: 13px;
    background: #f2f2f2;
    margin: 0 !important;
    border-left: 1px solid #d8d8d8;
}
    .table-totals div {
        /*margin: 10px -22px 0 -15px;
        border-bottom: 1px solid #d8d8d8;
        padding: 0 10px 10px;*/
        margin-top: 5px;
        border-bottom: 1px solid #d8d8d8;
        padding: 0 5px 5px;
    }
    .table-totals input {
        border: 1px solid #e5e5e5;
        border-radius: 3px;
        width: 100%;
        background: white;
        padding: 1px 10px;
        font-size: 13px;
    }
    .table-totals .row.total {
        background: #185e90;
        color: white;
        font-weight: bold;
        padding: 10px;
        margin: -6px -15px 0 -15px !important;
        border: none;
    }

button#MostrarInfomacionExtraTercero {
    background: #009fe5 !important;
}

button#MostrarDocumentoRelacionado {
    background: #009fe5 !important;
}

/*CSS boton ayuda*/


@media screen and (min-width: 992px) {

    .floating-help-content:hover > .div-help {
        display: inline-block;
        padding: 0;
    }

    .floating-help-content:hover {
        height: 98px;
        padding: 0 5px;
        color: #185e90;
        background-color: white;
        border-radius: 20px 0 0 20px;
        border-top-style: solid;
        border-bottom-style: solid;
        border-left-style: solid;
        border-width: 1px;
    }


    .floating-help-content:hover > .open-help-button {
        border-radius: 0px;
    }

}

.centered-vertical-content {
    display: flex;
    justify-content: center;
    align-items: center;
}

.floating-help-button {
    margin: 15px 0px;
    width: 80px;
    cursor: pointer;
}

.floating-help-content {
    cursor: pointer;
}

.pointer-cursor {
    cursor: pointer;
}

.floating-help-button-container {
    /*height: 98px;*/
    padding: 0 5px;
}


div#HelpIcon {
    height: 98px;
}

.floating-help-content {
    color: white;
    background-color: #185e90;
    border-radius: 20px 0 0 20px;
}

.div-help {
    display: none;
}

/*
==============================================
FadeInLeft
==============================================
*/

.animation-fadeInLeft {
    animation-name: fadeInLeft;
    -webkit-animation-name: fadeInLeft;
    animation-duration: 0.75s;
    -webkit-animation-duration: 0.75s;
    animation-timing-function: ease-out;
    -webkit-animation-timing-function: ease-out;
    visibility: visible !important;
}

@keyframes fadeInLeft {
    0% {
        transform: translateX(+100%);
        opacity: 0;
    }

    100% {
        transform: translateX(0%);
        opacity: 1;
    }
}

@-webkit-keyframes fadeInLeft {
    0% {
        -webkit-transform: translateX(+100%);
        opacity: 0;
    }

    100% {
        -webkit-transform: translateX(0%);
        opacity: 1;
    }
}

i.fa.fa-question-circle.fa-3x {
    position: relative;
    top: 22px;
}

/*  Clases drag and drop file AYUDA */

.file-drop-area {
    position: relative;
    display: flex;
    align-items: center;
    width: 608px;
    max-width: 100%;
    padding: 25px;
    border: 1px dashed rgba(24, 94, 144, 1);
    border-radius: 3px;
    transition: 0.2s
}

.choose-file-button {
    flex-shrink: 0;
    background-color: rgba(137, 206, 255, 1);
    border: 1px solid rgba(24, 94, 144, 1);
    border-radius: 3px;
    padding: 8px 15px;
    margin-right: 10px;
    font-size: 12px;
    text-transform: uppercase
}

.file-message {
    font-size: small;
    font-weight: 300;
    line-height: 1.4;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis
}

.file-input {
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    cursor: pointer;
    opacity: 0
}

.mt-100 {
    margin-top: 100px
}

/*  FIN Clases drag and drop file AYUDA */

.login-form-box span.text-danger {
    font-size: 13px;
    color: white !important;
    background: #dc3545 !important;
    width: 100%;
    display: block;
    margin: 0px 0 10px 0;
    text-align: center;
    border-radius: 20px;
}
.content-cont.content-cont-btns {
    padding-bottom: 0;
    border-bottom: none;
}
.content-cont.content-cont-btns {
    padding-bottom: 0;
    border-bottom: none;
}
    .content-cont.content-cont-btns > button {
        border: none;
        padding: 6px 15px;
        background: #185e90;
        color: white;
        border-radius: 4px;
        margin-right:5px
    }
        .content-cont.content-cont-btns > button i {
            margin-right: 5px
        }
        .content-cont.content-cont-btns > button.bt-save {
            background: #009fe5;
        }


button#ActEconomica {
    position: absolute;
    right: 15px;
    background: #009fe5;
}

i#iconoAgregar {
    color: green;
    position: relative;
    left: 20px;
}
input.CodigoActInput {
    width: 50%;
}
button#ActEconomica {
    padding: 4px 10px;
}
#ModalActEc label.col-form-label {
    width: 100%;
}
#ModalActEc span.select2,
.width-fully .select2-container {
    width: 100% !important;
}
.select2-container--default .select2-selection--single .select2-selection__rendered {
    font-size: 13px;
}

/**Loader Styles*/
.loader-container {
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background-color: #ffffff82;
    z-index: 1050;
}

.loader-container .loader-content
{
    position: fixed;
    left: 47%;
    top: 47%;
}

.lds-dual-ring {
    display: inline-block;
    width: 80px;
    height: 80px;
}

    .lds-dual-ring:after {
        content: " ";
        display: block;
        width: 64px;
        height: 64px;
        margin: 8px;
        border-radius: 50%;
        border: 10px solid #fff;
        border-color: #009fe5 transparent #002d59 transparent;
        animation: lds-dual-ring 1.2s linear infinite;
    }

@keyframes lds-dual-ring {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}


#adddetallemodal span.select2 {
    width:100% !important;
}

#addeditproduct span.select2 {
    width: 100% !important;
}


span.label.label-success {
    background-color: #5cb85c;
    border-radius: 0.25em;
    white-space: nowrap;
    color: white;
    padding: 1px 33px;
}

span.label.label-error {
    background-color: #d9534f;
    border-radius: 0.25em;
    white-space: nowrap;
    color: white;
    padding: 1px 32px;
}


span.label.label-pending {
    background-color: #f0ad4e;
    border-radius: 0.25em;
    white-space: nowrap;
    color: white;
    padding: 1px 14px;
}


a.btn.btn-effect-ripple.btn-default {
    background-color: #faf9f9;
    border-color: #212529;
}

.actionsTooltip {
 /*   position: relative;*/
    display: inline-block;
    border-bottom: 1px dotted black;
}

    .actionsTooltip .tooltiptext {
        visibility: hidden;
        width: 120px;
        background-color: black;
        color: #fff;
        text-align: center;
        border-radius: 6px;
        padding: 5px 0;
        /* Position the tooltip */
        position: absolute;
        z-index: 1;
        font-size: 13px;
    }

    .actionsTooltip:hover .tooltiptext {
        visibility: visible;
    }
.controls {
    /* width: 18% !important;*/
    width: 140px !important;
    max-width: 140px !important;
    text-align: center;
}
    .controls a.btn {
        margin: 2px;
        width: 40px;
        text-align: center;
        padding: 6px 0;
    }


i.fa.fa-file-pdf-o {
    color: red;
    background: white;
}

i.fa.fa-eye {
    color: #185e90;
}

i.fa.fa-envelope {
    color: #bcbc1c;
}

i.fa.fa-ban {
    color: #e24343;
}

i#enviarDoc {
    color: green;
}


label.keytag {
    color: #B43124;
    font-size: 16px;
    font-weight: bold;
}

label.valuetag {
    color: #366DF9;
    font-size: 15px;
    font-weight: bold;
}


span#correoValidacion {
    position: absolute;
    top: 32px;
    font-size: 13px;
    color: red;
    left: 42%;
}

i.fa.fa-edit {
    color: green;
}

i.fa.fa-trash {
    color: red;
}

i.fa.fa-times {
    color: red;
}

span.label.label-anulado {
    background-color: #E38B8B;
    border-radius: 0.25em;
    white-space: nowrap;
    color: white;
    padding: 1px 35px;
}


small#emailNotice {
    color: #0366d6;
    font-weight: bold;
}

i#SendMail {
    color: white;
}

button#btnSearchDteE {
    position: relative;
    top: 32px;
    left: 26px;
}

div#HeaderFiltros {
    background: #009fe5;
}

a.filtros {
    color: white;
    font-weight: bold;
    font-size: 16px;
}

.LabelReportInfo {
    font-weight: bold;
    font-size: 17px;
}

#addeditcliente span.select2 {
    width: 100% !important;
}

input#codigoActEcReceptor {
    width: 88%;
}

div#headerAcEc {
    background: #185e90;
    color: white;
    font-weight: bold;
}

div#bodyAcEcCli {
    background: #cecbec;
}


div#footeAcEc {
    background: #cecbec;
}

span#ExcelBtn {
    background: green;
    color: white;
    font-size: 14px;
}


button#BusqCliente {
    position: absolute;
    left: 176px;
    background: #009fe5;
}


small#attachFile {
    font-size: 16px;
    color: red !important;
    position: relative;
    top: 12px;
    right: 42px;
}


.labelextension {
    color: #185e90 !important;
    font-weight: bold;
}

span#noticeDoc {
    color: #B50C0C;
    font-size: 13px;
    font-weight: bold;
    position: relative;
    bottom: 26px;
}

th#montoDTEE {
    width: 75px !important;
}

label#ValidacionReporte {
    color: red;
}

button#MostrarTercero {
    background: #009fe5;
}

input#retencionCheckbox {
    width: 9% !important;
}


button#AgregarObservacion {
    background-color: #009fe5;
}

button#busqProd {
    position: absolute;
    top: 32px;
    background: #009fe5;
}

button#resetProds {
    position: relative;
    top: 32px;
    left: 52px;
    background: #009fe5;
}

button#MostrarFormDocRel {
    background: #009fe5;
}

i.fa.fa-file-excel-o {
    color: green;
}

i.fa.fa-check {
    color: #007bff;
}

span.label.label-attach {
    background-color: #99A3A4;
    border-radius: 0.25em;
    white-space: nowrap;
    color: white;
    padding: 1px 33px;
}

span.label.label-errorbatch {
    background-color: #d9534f;
    border-radius: 0.25em;
    white-space: nowrap;
    color: white;
    padding: 1px 23px;
}

span.label.label-inprocess {
    background-color: #f0ad4e;
    border-radius: 0.25em;
    white-space: nowrap;
    color: white;
    padding: 1px 29px;
}

th#accionesBatch {
    width: 24% !important;
}

button#limpiarSearch {
    position: relative;
    top: 32px;
    left: 26px;
}


i.fa.fa-info-circle {
    color: #185e90;
}


element.style {
}

button#ActEconomica {
    padding: 4px 10px;
}

button#ActEconomicaFacturador {
    position: absolute;
    right: 15px;
    background: #009fe5;
    top: 32px;
}

button#resetBusquedaAct {
    background: #009fe5;
}

span.label.label-pdteconti {
    background-color: #E38B8B;
    border-radius: 0.25em;
    white-space: nowrap;
    color: white;
    padding: 1px 8px;
}

span.label.label-corregido {
    background-color: #2B8738;
    border-radius: 0.25em;
    white-space: nowrap;
    color: white;
    padding: 1px 36px;
}


span.label.label-pendSello {
    background-color: #f0ad4e;
    border-radius: 0.25em;
    white-space: nowrap;
    color: white;
    padding: 1px 14px;
}

i.fa.fa-whatsapp {
    color: green;
    font-weight: bold;
}

label#labelWs {
    font-size: 15px;
}

button#MostrarPagos {
    background: #009fe5;
}

button#addPago {
    border-color: black;
    background: #cecbec;
    color: #185e90;
    border-radius: 100px;
    padding: 2px 20px;
    margin-right: 5px;
    cursor: pointer;
    opacity: 1;
    text-transform: uppercase;
    font-size: 13px;
    font-weight: bold;
    letter-spacing: 1px;
}

small.pagosmall {
    color: red;
}

label#senMHlbl {
    position: absolute;
    top: 16px;
}

input#percepcionCheckbox {
    width: 9% !important;
}

th#codigoRech {
    width: 0% !important;
}

th#cantRech {
    width: 0% !important;
}

th.descriptionR {
    width: 81% !important;
}

input.precioUnitarioR {
    width: 67px;
}

input.ventasNoSujetasR {
    width: 58px;
}

input.ventasExentasR {
    width: 58px;
}

input.ventasGravadasR {
    width: 67px;
}

button#ProcesarRechazo {
    background: #185e90;
}

input#retencion1Checkbox {
    width: 9% !important;
}

input#retencion13Checkbox {
    width: 9% !important;
}
.container.mt-3.container-lg {
    width: 95%;
}

input#isrCheckbox {
    width: 9% !important;
}

label#ajustelbl {
    position: absolute;
    top: 16px;
}