﻿body, html{
    overflow-x:hidden;
}

/* Set padding to keep content from hitting the edges */
.body-content {
    margin-top: 15px;
    padding-left: 15px;
    padding-right: 15px;
}

/* Override the default bootstrap behavior where horizontal description lists 
   will truncate terms that are too long to fit in the left column 
*/
.dl-horizontal dt {
    white-space: normal;
}

/* Set width on the form input elements since they're 100% wide by default */
input,
select,
textarea {
    max-width: 280px;
}

footer {
    position: fixed;
    float: left;
    bottom: 0;
    width: 80%;
}

.row {
    padding: 2px;
}

.dropdown-custom ul {
    display: none;
    position: fixed;
    background-color: #FFF;
    list-style:none;
    padding:unset;
}
    .dropdown-custom ul li {
        padding-left: 10px;
    }

.dropdown-custom ul li:hover {
    background-color: #ccc;
}
    .dropdown-custom ul a {
        color: #000;
    }

    .dropdown-custom ul a:hover {
        color: #000;
    }

#loginForm .validation-summary-errors{

}

.label_for{
    font-weight:bold;
}

.property_display, .label_for {
    border-bottom: 1px solid #ccc;
    padding: 3px;
    min-width: 275px;
    min-height: 30px;
}

#data-display-rfc{
    margin-top:55px;
}

.eliminar_btn, .actualizar_btn{
    float:right;
}

#rfc_confirmacion{
    color:brown;
}


#timbrarNotaExpress input{
    max-width:unset!important;
}

@media (max-width: 980px) {
    #detalleNotaTimbradoExpress .row div strong {
        float:unset!important;
    }

    #detalleNotaTimbradoExpress .row div div {
        float: unset !important;
    }
}

#detalleNotaTimbradoExpress .row div strong {
    float: unset !important;
}

#detalleNotaTimbradoExpress .row div div {
    float: unset !important;
}

#FacturaListado table tr td:nth-child(1), #FacturaListado table tr th:nth-child(1) {
    width: 10%;
    text-align: center;
    vertical-align: middle;
}
#FacturaListado table tr td:nth-child(2), #FacturaListado table tr th:nth-child(2) {
    width: 30%;
    text-align: center;
    vertical-align: middle;
}
#FacturaListado table tr td:nth-child(3), #FacturaListado table tr th:nth-child(3) {
    width: 10%;
    text-align: center;
    vertical-align: middle;
}
#FacturaListado table tr td:nth-child(4), #FacturaListado table tr th:nth-child(4) {
    width: 10%;
    text-align: center;
    vertical-align: middle;
}
#FacturaListado table tr td:nth-child(5), #FacturaListado table tr th:nth-child(5) {
    width: 20%;
    text-align: center;
    vertical-align: middle;
}
#FacturaListado table tr td:nth-child(6), #FacturaListado table tr th:nth-child(6) {
    width: 10%;
    text-align: center;
    vertical-align: middle;
}

#FacturaListado table tr th{
    text-align: center!important;
    cursor: pointer;
}

#dt-search-0 {
    display: block;
    width: 100%;
    padding: 0.375rem 0.75rem;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #212529;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border-radius: 0.375rem;
    transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
    padding-left:5px;
}
.dt-search{
    display:inline-flex!important;
}
div.dt-layout-cell.dt-layout-end {
    display: flex!important;
    justify-content: flex-end!important;
}

label[for="dt-search-0"]{
    padding:10px;
}


.tooltip {
    --bs-tooltip-bg: unset !important;
    --bs-tooltip-max-width: unset !important;
    --bs-tooltip-opacity: .95 !important;
    box-shadow: 3px 3px 14px grey!important;
}

.nav-link{
    color:black!important;
}


.dt-paging-button {
    --bs-btn-padding-x: 0.75rem;
    --bs-btn-padding-y: 0.375rem;
    --bs-btn-font-family:;
    --bs-btn-font-size: 1rem;
    --bs-btn-font-weight: 400;
    --bs-btn-line-height: 1.5;
    --bs-btn-color: #212529;
    --bs-btn-bg: transparent;
    --bs-btn-border-width: 1px;
    --bs-btn-border-color: transparent;
    --bs-btn-border-radius: 0.375rem;
    --bs-btn-hover-border-color: transparent;
    --bs-btn-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 1px rgba(0, 0, 0, 0.075);
    --bs-btn-disabled-opacity: 0.65;
    --bs-btn-focus-box-shadow: 0 0 0 0.25rem rgba(var(--bs-btn-focus-shadow-rgb), .5);
    display: inline-block;
    padding: var(--bs-btn-padding-y) var(--bs-btn-padding-x);
    font-family: var(--bs-btn-font-family);
    font-size: var(--bs-btn-font-size);
    font-weight: var(--bs-btn-font-weight);
    line-height: var(--bs-btn-line-height);
    color: var(--bs-btn-color);
    text-align: center;
    text-decoration: none;
    vertical-align: middle;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
    border: var(--bs-btn-border-width) solid var(--bs-btn-border-color);
    border-radius: var(--bs-btn-border-radius);
    background-color: var(--bs-btn-bg);
    transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

    .dt-paging-button.current {
        border: 1px solid #ccc!important;
        background-color: lightcyan!important;
    }

.dt-paging-button:hover, .dt-paging-button:hover {
    border: 1px solid #ccc;
    background-color: #ccc;
    color: black;
}


/*password*/
.container-pwd {
    /* This bit sets up the horizontal layout */
    display: flex;
    flex-direction: row;
    /* This bit draws the box around it */
    border: 1px solid #ced4da;
    border-radius: 0.375rem;
    /* I've used padding so you can see the edges of the elements. */
    padding: 1px;
    max-width:280px;
}

    .container-pwd:focus-within {
        box-shadow: 0 0 0 0.25rem rgba(13, 110, 253, 0.25);
        border: 1px solid #86b7fe;
    }

#loginMain #Password {
    flex-grow: 2;
    border: none;
    /*padding:unset;*/
}
#loginMain #Password {
    border: none;
    box-shadow: none;
}

#tableUsuarioRFC td:last-child, #tableUsuarioRFC th:last-child {
    text-align: right;
}


#tableUsuarioRFC th:last-child span {
    margin-right: 17px !important;
}
