﻿/* DEFAULTS
----------------------------------------------------------*/

body {
    font-size: .80em;
    font-family: 'Open Sans', sans-serif !important;
    margin: 0px;
    padding: 0px;
    overflow-x: hidden;
    background: none !important;
    color: #696969;
}

a:link, a:visited {
    color: #034af3;
}

a:hover {
    color: #1d60ff;
    text-decoration: none;
}

a:active {
    color: #034af3;
}

p {
    margin-bottom: 10px;
    line-height: 1.6em;
}

* {
    box-sizing: border-box
}


/* HEADINGS   
----------------------------------------------------------*/

h1, h2, h3, h4, h5, h6 {
    font-size: 1.5em;
    color: #666666;
    font-variant: small-caps;
    text-transform: none;
    font-weight: 200;
    margin-bottom: 0px;
}

h1 {
    font-size: 1.6em;
    padding-bottom: 0px;
    margin-bottom: 0px;
}

h2 {
    font-size: 1.5em;
    font-weight: 600;
}

h3 {
    font-size: 1.2em;
}

h4 {
    font-size: 1.1em;
}

h5, h6 {
    font-size: 1em;
}

/* this rule styles <h1> and <h2> tags that are the 
first child of the left and right table columns */
.rightColumn > h1, .rightColumn > h2, .leftColumn > h1, .leftColumn > h2 {
    margin-top: 0px;
}


/* PRIMARY LAYOUT ELEMENTS   
----------------------------------------------------------*/

.container {
    max-width: 90%;
    margin: 0 auto;
}

.page {
    width: 100%;
    background-color: #f9f9f9;
    margin: 0px auto 0px auto;
    border: 0px solid rgb(151, 101, 53);
    border-radius: 0px;
    background: linear-gradient(to bottom, rgba(226,226,226,1) 0%, rgba(219,219,219,0.74) 20%, #f9f9f9 20%, #f9f9f9 100%);
}

.header {
    position: relative;
    margin: 0px;
    padding: 0px;
    background-color: #1359a6 !important;
    box-shadow: inset -1px 0 0 rgba(0, 0, 0, .1);
    background: -webkit-linear-gradient(45deg, #20a3ff, #2558ac) !important;
    background: -moz- oldlinear-gradient(45deg, #20a3ff, #2558ac) !important;
    background: -o-linear-gradient(45deg, #20a3ff, #2558ac) !important;
    background: linear-gradient(45deg, #20a3ff, #2558ac) !important;
    width: 17rem;
    border-radius: 0;
    max-height: 100vh;
    min-height: 100vh;
    float: left;
    box-shadow: inset -1px 0 0 rgba(0, 0, 0, .1);
    position: sticky;
    top: 0;
    z-index: 999;
}

    .header .title img {
        max-width: 200px;
        width: 100%;
        opacity: 0.9;
    }

    .header .container {
        display: flex;
        justify-content: space-between;
        padding: 0 0;
        align-items: center;
        flex-direction: column;
        min-height: 100px;
        max-width: 100%;
    }

    .header h1 {
        font-weight: 700;
        color: #f9f9f9;
        border: none;
        font-size: 5em;
        line-height: 3.5rem;
        margin: 0;
        height: auto;
        padding: 0;
    
    }

    .header h4 {
        font-weight: 700;
        color: #f9f9f9;
        border: none;
        font-size: 1.8em;
        text-transform:uppercase;
        margin: 0;
    }

        .header h1:not(:first-child) {
            display: none;
        }

    .header .secondMenu {
        display: flex;
        flex-direction: column-reverse;
    }

@media only screen and (max-width : 1200px) {
    .header h1:not(:first-child) {
        display: block;
    }



}

.main {
    min-height: auto;
    max-width: calc(100% - 22rem);
    margin: 2.5rem auto 20px auto;
    background-color: white;
    -webkit-box-shadow: 0 2px 2px 0 rgba(0,0,0,0.14), 0 3px 1px -2px rgba(0,0,0,0.12), 0 1px 5px 0 rgba(0,0,0,0.2);
    box-shadow: 0 2px 2px 0 rgba(0,0,0,0.14), 0 3px 1px -2px rgba(0,0,0,0.12), 0 1px 5px 0 rgba(0,0,0,0.2);
    padding: 20px;
    overflow: hidden;
    margin-left: 2%;
    float: left;
    border-radius: 4px;
    width:100%;
}


.leftCol {
    padding: 6px 0px;
    margin: 12px 8px 8px 8px;
    width: 200px;
    min-height: 200px;
}

.footer {
    color: #4e5766;
    padding: 0;
    margin: 0px auto;
    text-align: center;
    line-height: normal;
}




/* TAB MENU   
----------------------------------------------------------*/

/*div.hideSkiplink {
    background-color: rgb(151, 101, 53);
    width: 100%;
}*/

div.hideMenu {
    visibility: hidden;
}

div.menu {
    padding: 0px 0px 0px 0px;
}

div.menu.noPadd{
       padding: 0px 0px 0px 0px;
}

    div.menu ul {
        list-style: none;
        margin: 0px;
        padding: 0px;
        width: auto;
        z-index: 2;
    }

        div.menu ul.level1 > li:first-child > a {
            border-radius: 5px 0 0 0;
        }

        div.menu ul.level2 > li:last-child > a {
            border-radius: 0 0 5px 5px;
        }

        div.menu ul.level1 > li:last-child > a {
            border-radius: 0 5px 0 0;
        }

        div.menu ul li a, div.menu ul li a:visited {
            margin: 0px;
            color: rgb(0, 0, 0);
            display: block;
            line-height: 1.35em;
            padding: 4px 20px;
            text-decoration: none;
            white-space: nowrap;
        }

        div.menu ul li a {
            color: #ffffff !important;
            border: none !important;
            text-transform: CAPITALIZE;
            font-weight: 600;
            line-height: 2rem !important;
            font-size: 1.25em !important;
            display: flex;
            font-family: 'Open Sans', sans-serif !important;
        }



            div.menu ul li a:hover {
                margin-right: 10px;
                border-radius: 0 25px 25px 0 !important;
                background-color: rgba(0, 0, 0, 0.19) !important;
            }

            div.menu ul li a:active {
                background-color: #465c71;
                color: #cfdbe6;
                text-decoration: none;
            }


div.icons ul.level1 > li.has-popup > a:nth-child(1)::after {
    font-family: "Material Icons";
    content: "\e5cc";
    position: absolute;
    right: 1.5rem;

}

div.icons ul.level1 > li > a:before {
    font-family: "Material Icons";
    font-size: 1.4rem;
    margin-right: 0.5rem;
    font-weight: 100;
}

div.icons ul.level1 > li:nth-child(1) > a:before {
    content: "\e0af";
}


div.icons ul.level1 > li:nth-child(2) > a:before {
    content: "\e7fb";
}

div.icons ul.level1 > li:nth-child(3) > a:before {
    content: "\e838";
}

div.icons ul.level1 > li:nth-child(3) > a:before {
    content: "\e838";
}

div.icons ul.level1 > li:nth-child(4) > a:before {
    content: "\e85b";
}

div.icons ul.level1 > li:nth-child(5) > a:before {
    content: "\e417";
}

div.icons ul.level1 > li:nth-child(6) > a:before {
    content: "\e85d";
}

div.icons ul.level1 > li:nth-child(7) > a:before {
    content: "\e53e";
}

div.icons ul.level1 > li:nth-child(8) > a:before {
    content: "\e916";
}

div.icons ul.level1 > li:nth-child(9) > a:before {
    content: "\e869";
}



div.menu ul.level2 li a {
    line-height: 1.7rem !important;
}

.level1 li{
    width:100% !important;

}

ul.level2 {
    padding: 0px 0 !important;
    top: 0 !important;
    left: 17rem !important;
    background-color: #227ad2;
    position: absolute;
    line-height: 1rem !important;
    display: none;
    max-height: 45.6vh;
    overflow-y: auto;
}

    ul.level2 li {
        padding: 2px 0px !important;
        border-bottom: 0px solid rgba(255, 255, 255, 0.5019607843137255);
        padding-right:10px !important;
    }


div.menu ul.level2 li a:hover {
    margin-right: 0px;
}
table {
    border-spacing: 0 !important
}

/* FORM ELEMENTS   
----------------------------------------------------------*/
.flexForm tbody {
    display: flex;
    flex-wrap: wrap;
}

.flexForm.group tr {
    display: flex;
    flex-direction: column;
    min-width: 25%;
    margin-bottom: 0.5rem;
    padding: 0 5px;
    max-width: 25%;
}

.dateFix {
    min-width: 100% !important;
    max-width: 100% !important;
    flex-direction: row !important;
    align-items: center;
    padding: 0 0px !important;
}

.flexForm.group tr td{
    text-align:left
}


.inputForm {
    display: flex;
    flex-direction: column;
    min-width: 25%;
    margin-bottom: 0.5rem;
    padding: 0 5px;
    max-width: 25%;
}


    .inputForm > td:first-child {
        text-align: left;
        font-size: 0.8rem
    }

    .inputForm input, .inputForm select {
        outline: none;
        /* padding: 5px 8px; */
        /* border: 1px solid #e6e6e6; */
        box-shadow: none !important;
        max-height: 34px;
        min-height: 33px;
        display: block;
        width: 100% !important;
        height: calc(1.5em + .75rem + 2px);
        padding: 0rem .75rem;
        font-size: 1rem;
        font-weight: 400;
        line-height: 1.5;
        color: #495057;
        background-color: #fff;
        background-clip: padding-box;
        border: 1px solid #ced4da;
        border-radius: 4px;
        transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
    }

input[type="text"], select, textarea, input[type="password"] {
    outline: none;
    /* padding: 5px 8px; */
    /* border: 1px solid #e6e6e6; */
    box-shadow: none !important;
    max-height: 34px;
    min-height: 33px;
    display: block;
    width: 100% !important;
    height: calc(1.5em + .75rem + 2px);
    padding: .375rem .75rem;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #495057;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    border-radius: 4px;
    transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}

input[type="file"] {
    outline: none;
    padding: 8px 8px 8px 8px;
    border: 1px solid #e6e6e6;
    box-shadow: none !important;
    width: 100% !important;
    border-radius: 4px 4px 4px 4px;
}

.mainTitle {
    font-size: 30px;
    font-weight: bolder;
    cursor: default;
    text-align: left;
    line-height:32px;
    color: #545454;
    background-color: rgb(255, 255, 255);
    border-top: solid 0px #d5dce0;
    border-bottom: 2px solid #275bad;
    border-left: solid 0px #d5dce0;
    border-right: solid 0px #d5dce0;
    padding: 5px 0px;
    margin-bottom: 0px;
    text-transform: lowercase;
}

.flex {
    display: flex;
}

.btnGroup {
    display: flex;
    align-items: flex-end;
    justify-content: flex-end;
    width: 100%;
    flex-direction: row !important;
    max-width: 100% !important;
}

    .btnGroup.left {
        display: flex;
        align-items: center;
        justify-content: start;
        width: 22%;
        padding-top: 0.7rem;
    }

        .btnGroup.left td {
            display: flex;
        }




.dateTo {
    width: 50%;
}

    .dateTo td:last-of-type {
        display: flex;
        max-height: 36px;
        align-items: center;
        justify-content: space-between;
    }

    .dateTo input {
        width: 47% !important;
    }



fieldset {
    margin: 1em 0px;
    padding: 1em;
    border: 1px solid #ccc;
    border-radius: 4px;
}

    fieldset p {
        margin: 2px 12px 10px 10px;
    }

    fieldset.login label, fieldset.register label, fieldset.changePassword label {
        display: block;
    }

    fieldset label.inline {
        display: inline;
    }

legend {
    font-size: 1.1em;
    font-weight: 600;
    padding: 2px 4px 8px 4px;
}

input.textEntry {
    width: 320px;
    border: 1px solid #ccc;
}

input.passwordEntry {
    width: 320px;
    border: 1px solid #ccc;
}

div.accountInfo {
    width: 42%;
}


    div.accountInfo.company {
        width: 100%;
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
    }

        div.accountInfo.company p {
            min-width: 24%;
            margin-bottom: 1rem;
        }

/* MISC  
----------------------------------------------------------*/

.clear {
    clear: both;
}

.title {
    display: block;
    float: left;
    text-align: left;
    width: auto;
    width: 100%;
    padding: 10px 2rem;
    background: rgba(49, 65, 140, 0.61);
    -webkit-box-shadow: 0 -4px 7px 1px rgba(0, 0, 0, .2);
    box-shadow: 0 -4px 7px 1px rgba(0, 0, 0, 0.42);
}

.loginDisplay {
    font-size: 1.2em;
    display: block;
    text-align: left;
    /* padding: 10px; */
    color: White;
    padding: 4px 20px 4px 20px;
}

    .loginDisplay a:link {
        color: white;
    }

    .loginDisplay a:visited {
        color: white;
    }

    .loginDisplay a:hover {
        color: white;
    }

.failureNotification {
    font-size: 1.2em;
    color: Red;
}

.bold {
    font-weight: bold;
}

.submitButton {
    text-align: right;
    padding-right: 10px;
}

.highlightText {
    background-color: yellow;
    color: Blue;
}

.results, .results2, .results3, .resultsProvider, .resultsProduct, .resultsProductNew, .resultsProviderFilter {
    position: fixed;
    background: white;
    width: 27%;
    min-width: 400px;
    font-size: 12px;
    margin-left: auto;
    margin-right: auto;
    margin-top: -2px;
    z-index: 3;
    color: black;
    display: none;
    border: 0px solid black;
    border-top-style: solid;
    z-index: 999;
    left: 0;
    right: 0;
    background-color: white;
    -webkit-box-shadow: 0 2px 2px 0 rgba(0,0,0,0.14), 0 3px 1px -2px rgba(0,0,0,0.12), 0 1px 5px 0 rgba(0,0,0,0.2);
    box-shadow: 0 2px 2px 0 rgba(0,0,0,0.14), 0 3px 1px -2px rgba(0,0,0,0.12), 0 1px 5px 0 rgba(0,0,0,0.2);
    padding: 20px;
}

.optionChoice {
    padding: .3em 1em;
    cursor: pointer;
}

.selectedOption {
    background: #2291ea;
    color: White;
}

.lblCompanyCountDiv, .lblEmployeeCountDiv, .lblPaymentCountDiv {
    color: #545454;
    float: right;
}

.lblCountDivInner {
    font-size: 14px;
    position: relative;
    right: 16px;
    top: 24px;
}

#dtvFormDebtorCompany {
    margin-left: 0;
    margin-right: 0;
}

#DebCompPaymentsValuesWrapper {
    float: right;
    width: 739px;
}

#grvGridCheckPortFolio td {
    text-align: center;
    border-color: #000000;
}

#grvGridCheckPortFolio tr.gridview_aitm td, #grvGridCheckPortFolio tr.gridview_itm td {
    border-color: #000000;
}

.CheckRowRed {
    background-color: #BA2D2D;
}

.CheckRowGreen {
    background-color: #3BD366;
}

#grvGridCheckPortFolio .CheckRowRed td {
    color: #FFFFFF;
}

#grvGridCheckPortFolio .CheckRowGreen td {
    color: #000000;
}

.CheckBtnDiv {
    margin-top: 10px;
    float: right;
}

    .CheckBtnDiv input {
        /*display: none;*/
    }

        .CheckBtnDiv input[disabled=disabled] {
            background-color: #808080;
        }

#CkPopUpContainer {
}

#CkGridContainer {
}

#CkLabel {
    color: #000000;
    font-size: 14px;
    margin-top: 10px;
}

#CkDateContainer {
    color: #000000;
    float: left;
    font-size: 14px;
    margin-top: 10px;
    margin-right: 30px;
}

    #CkDateContainer div, #CkDateContainer input {
        float: left;
    }

#CkDateLabel {
    margin-right: 20px;
}

#CkDate {
}

#CkPopUpButtons {
    float: left;
    margin-top: 10px;
}

    #CkPopUpButtons input {
    }

#CkRejectMotive {
    height: 50px;
    display: none;
    width: 95%;
    margin-left: auto;
    margin-right: auto;
}

#CkRejectMotiveLabel {
    color: black;
    font-size: 14px;
    margin-top: 10px;
    margin-bottom: 10px;
    clear: both;
}

#chkPermissions {
    list-style: none outside none;
    width: 100% !important;
}

    #chkPermissions li {
        float: left;
        width: 25%;
    }

.chkPermissionGroup {
    border: 0px solid;
    margin-bottom: 10px;
    padding: 5px;
    font-weight: bolder;
    font-size: 14px;
    color: #545454;
    width: 100%;
}

    .chkPermissionGroup li {
        font-weight: normal;
        font-size: 12px;
        color: black;
    }

    .chkPermissionGroup .chkPermissionGroupSeparator {
        width: 100%;
        border-top: 1px dotted #dedede;
        margin-top: 5px;
    }


#panActions, #Content_panActions {
    border: 0px solid #EAEAEA;
    padding: 15px 0px;
    background-color: #ffffff;
}

#btnNew, #Content_btnNew, #btnNewDelegate, #btnImportEmployee, #btnImportCompany {
    background-color: #2558ac;
    color: #fff;
}

.detailsview td input[type="submit"], #Content_CreateUserButton {
    background-color: #2558ac;
    color: #fff;
}

.ErrorMsg {
    color: red;
    font-size: 15px;
}

.CompaniesByEmployeeWrapper {
    float: none;
    width: 100%;
}

.positiveValue {
    color: Green;
}

.negativeValue {
    color: Red;
}

.followup_refcol {
    height: 15px;
    line-height: 15px;
    width: 90px;
    border: 1px dashed;
    padding-left: 5px;
    border-radius: 6px;
    font-style: italic;
    background-color: Whitesmoke;
    letter-spacing: 1px;
    cursor: pointer;
}

    .followup_refcol span {
        font-weight: bold;
    }


/*estilos formularios dentro de tablas*/
.detailsview {
    min-width: 50%;
    border: 0px;
}

    .detailsview tr {
        display: flex;
        margin: 10px 0;
        flex-direction: column;
    }

    .detailsview td {
        background-color: rgba(151, 101, 53, 0);
        font-size: 12px;
        font-family: 'Open Sans', sans-serif !important;
        color: #545459 !important;
        cursor: default;
        text-align: left;
        padding-left: 0px;
        padding-right: 0px;
        padding-top: 2px;
        padding-bottom: 2px;
        font-weight: bolder;
        border: 0px;
    }

    .detailsview input, .detailsview select, .detailsview textarea {
        outline: none;
        padding: 8px;
        border: 1px solid #e6e6e6;
        box-shadow: none !important;
        width: 100% !important;
        border-radius: 4px 4px 4px 4px;
    }
    .detailsview textarea {

        height:200px;
        max-height:300px;

    }
        .page .detailsview caption {
    font-size: 22px !important;
    font-weight: bolder !important;
    cursor: default !important;
    text-align: left !important;
    color: #545454 !important;
    background-color: rgb(255, 255, 255) !important;
    border-top: solid 0px #d5dce0 !important;
    border-bottom: 2px solid #2558ac !important;
    border-left: solid 0px #d5dce0 !important;
    border-right: solid 0px #d5dce0 !important;
    padding: 5px 0px !important;
    border-left: solid 0px #d5dce0 !important;
    margin-bottom: 0px !important;
}

.detailsview_foot td {
    display: flex;
    flex-wrap: wrap;
}

.detailsview_foot input, #linkScan {
    max-width: 24%;
    width: 100%;
}


/*#dtvFormDebtorCompany > tbody > tr.detailsview_foot > td > input[type=submit]:nth-child(1) {
    max-width: 43%;
    width: 100%;
    padding: 7px 4px;
}

#dtvFormDebtorCompany > tbody > tr.detailsview_foot > td > input[type=button]:nth-child(2) {
    max-width: 55%;
    padding: 7px 3px;
    margin-top: 8px;
    width: 100%;
}*/

@media screen and (min-width: 600px) {
    .commandCss {
        max-width: 100% !important;
        width: 100%;
        padding: 7px 4px;
    }
}


.detailsview_foot a:last-of-type {
    width: 100%;
}

#dtvForm {
    width: 100%;
}


/*datepicker*/
.ui-datepicker {
    border-radius: 0px 0px 0px 0px !important;
    background: none !important;
    background-color: #ffffff !important;
    border-color: #e6e6e6 !important;
}

    .ui-datepicker td a {
        background: none !important;
        background-color: #ffffff !important;
        border-color: #ffffff !important;
    }

.ui-widget-header {
    background: none !important;
    background-color: #2558ac !important;
    border-radius: 0px 0px 0px 0px !important;
}

/*checkbox Tabla*/
.checkboxTable {
    width: 100%;
}

    .checkboxTable tbody {
        width: 100%;
        display: flex;
        flex-wrap: wrap
    }

    .checkboxTable tr {
        display: flex;
        flex-direction: column;
        min-width: 25% !important;
        margin: 0 0% 0 0 !important;
    }

#dtvForm .checkboxTable tbody tr:nth-child(24), #dtvForm .checkboxTable tbody tr:nth-child(31) {
    width: auto;
    flex-direction: row;
    margin: 0px 0% 0px 0;
    text-transform: uppercase;
}

.compEmployee tbody tr:nth-child(16), .compEmployee tbody tr:nth-child(23) {
    width: 100%;
    flex-direction: row;
    margin: 0px 0% 0px 0;
    text-transform: uppercase;
}

.compEmployee tbody tr:nth-child(n+24) {
    width: 100% !important;
    flex-direction: column !important;
}


/* Checkboxes
   ========================================================================== */
/* Remove default checkbox */
[type="checkbox"]:not(:checked),
[type="checkbox"]:checked {
    position: absolute;
    opacity: 0;
    pointer-events: none;
}

[type="checkbox"] {
    /* checkbox aspect */
}

    [type="checkbox"] + label {
        position: relative;
        padding-left: 35px;
        cursor: pointer;
        display: inline-block;
        height: 28px;
        line-height: 30px;
        font-size: 0.9rem;
        -webkit-user-select: none;
        -moz-user-select: none;
        -ms-user-select: none;
        font-weight: 600;
        user-select: none;
    }

        [type="checkbox"] + label:before,
        [type="checkbox"] + label:after {
            content: '';
            position: absolute;
            top: 0;
            left: 0;
            width: 20px;
            height: 20px;
            z-index: 0;
            border: 2px solid #5a5a5a;
            border-radius: 1px;
            margin-top: 3px;
            -webkit-transition: .2s;
            transition: .2s;
        }

    /*[type="checkbox"] + label:after {
            border: 0;
            -webkit-transform: scale(0);
            transform: scale(0);
        }*/

    [type="checkbox"]:not(:checked):disabled + label:before {
        border: none;
        background-color: rgba(0, 0, 0, 0.42);
    }

    [type="checkbox"].tabbed:focus + span:not(.lever):after {
        -webkit-transform: scale(1);
        transform: scale(1);
        border: 0;
        border-radius: 50%;
        -webkit-box-shadow: 0 0 0 10px rgba(0, 0, 0, 0.1);
        box-shadow: 0 0 0 10px rgba(0, 0, 0, 0.1);
        background-color: rgba(0, 0, 0, 0.1);
    }

    [type="checkbox"]:checked + label:before {
        top: 2px;
        left: 0px;
        width: 7px;
        height: 13px;
        border-top: 2px solid transparent;
        border-left: 2px solid transparent;
        border-right: 2px solid #fff;
        border-bottom: 2px solid #fff;
        -webkit-transform: rotateZ(37deg);
        transform: rotateZ(37deg);
        -webkit-transform-origin: 100% 100%;
        transform-origin: 100% 100%;
        z-index: 500;
    }

    [type="checkbox"]:checked + label:after {
        top: 0;
        width: 20px;
        height: 20px;
        border: 2px solid #2558ac;
        background-color: #2558ac;
        z-index: 0;
    }

    [type="checkbox"]:checked:disabled + label:before {
        border-right: 2px solid rgba(0, 0, 0, 0.42);
        border-bottom: 2px solid rgba(0, 0, 0, 0.42);
    }


.childStateVisible table {
    width: 100%;
}

#dtvForm tbody, .detailsview tbody {
    display: flex;
    margin-top: 10px;
    flex-wrap: wrap;
}

    #dtvForm tbody tr, .detailsview tbody tr {
        min-width: 23%;
        margin: 0 2% 15px 0;
    }


        #dtvForm tbody tr:nth-child(25), #dtvForm tbody tr:nth-child(32) {
            width: 100%;
            flex-direction: row;
            margin: 5px 2% 5px 0;
            text-transform: uppercase;
        }

        #dtvForm tbody tr:nth-child(n+32) {
            width: 100%;
            flex-direction: column;
            margin: 5px 2% 5px 0;
        }

#dtvForm .detailsview_foot {
    width: 100% !important;
    min-width: 100%;
    flex-wrap: wrap;
    justify-content: flex-end;
    flex-direction: row;
}

    #dtvForm .detailsview_foot input {
        min-width: 200px;
    }

#dtvForm .detailsview_foot {
    margin-top: 20px;
}


.configForm .detailsview tr {
    flex-wrap: wrap;
    flex-direction: row
}

    .configForm .detailsview tr td {
        width: 100%;
        display: flex;
        align-items: center;
    }

.configForm .detailsview input, .configForm .detailsview select, .configForm .detailsview textarea {
    width: 85% !important;
    min-width: 5% !important;
}

.configForm #dtvForm tbody tr {
    min-width: 49%;
    margin: 0 0% 15px 0;
}

.configForm .detailsview_foot td {
    justify-content: center;
}

/*login*/
.loginStyle {
    background-image: url(../Images/login.jpg) !important;
    background-size: cover !important;
    min-height: 100vh;
    background-position: right !important;
}

    .loginStyle .page, .loginStyle .main {
        background-color: rgba(255, 255, 255, 0);
        box-shadow: none !important;
        background: none !important;
    }

    .loginStyle .main {
        display: flex;
        min-height: calc(100vh - 105px);
        justify-content: center;
        align-items: center;
        flex-direction: column;
        max-width: calc(100% - 0rem);
    }

    .loginStyle fieldset {
        margin: 0em 0px;
        padding: 0em;
        border: 0px solid #ccc;
        border-radius: 10px;
    }

        .loginStyle fieldset p {
            margin: 0;
        }

    .loginStyle div.accountInfo {
        width: 100%;
        margin: 0 auto 10px 0;
    }

#login {
    min-width: 470px;
    margin: 0 auto;
    background-color: rgba(218, 142, 45, 0.85);
    text-align: center;
    padding:50px 20px 20px 20px;
    color: white;
    background-color: #1359a6 !important;
    box-shadow: inset -1px 0 0 rgba(0, 0, 0, .1);
    background: -webkit-linear-gradient(45deg, rgba(32, 163, 255, 0.7803921568627451), rgba(37, 88, 172, 0.64)) !important;
    background: -moz- oldlinear-gradient(45deg, rgba(32, 163, 255, 0.7803921568627451), rgba(37, 88, 172, 0.64)) !important;
    background: -o-linear-gradient(45deg, rgba(32, 163, 255, 0.7803921568627451), rgba(37, 88, 172, 0.64)) !important;
    background: linear-gradient(45deg, rgba(32, 163, 255, 0.7803921568627451), rgba(37, 88, 172, 0.64)) !important;
    border-radius: 4px;
}

.loginStyle p {
    font-size: 15px;
    padding-right: 0px;
}

.loginStyle h2 {
    font-size: 32px;
    color: white;
}

fieldset.login label {
    display: block;
    text-align: left;
}

.loginStyle input {
    outline: none;
    padding: 5px 8px;
    border: 2px solid #ffffff;
    box-shadow: none !important;
    width: 100% !important;
    max-height: 60px;
    min-height: 42px;
    background-color: rgba(255, 255, 255, 0.4117647058823529);
}

.loginStyle a {
    color: #ffffff;
    text-decoration: none !important;
    font-weight: 600;
}

.loginStyle legend {
    font-size: 14px;
}

.loginStyle .submitButton input {
    color: #ffffff;
    border: 2px solid #ffffff;
    font-size: 16px;
    padding: 9px 8px;
    max-height: 51px;
    margin-top: 10px;
    font-weight: 600;
    background-color: rgba(255, 0, 0, 0);
    cursor: pointer;
    border-radius: 4px;
}

.loginStyle .header {
    display: none
}

.loginStyle img {
    margin-bottom: -4.5rem;
    border-radius: 100px;
    z-index: 999;
}

.loginStyle .failureNotification {
    color: #ffffff !important;
}

.loginStyle .login p {
    margin-bottom: 10px !important;
}


.percent {
    position: absolute;
    top: 10px;
    right: 10px;
}

.addMore {
    display: flex;
    align-items: center;
}

    .addMore input, .addMore select {
        border-radius: 4px 0px 0px 4px;
    }

    .addMore img {
        border: 1px solid #324e95;
        padding: 7.5px;
        margin-left: 0px;
        margin-top: 0px;
        -webkit-box-shadow: inset 0px 0px 0px 3px rgb(50, 78, 149);
        -moz-box-shadow: inset 0px 0px 0px 3px rgb(35, 162, 77);
        box-shadow: inset 0px 0px 0px 1px rgb(50, 78, 149);
        border-radius: 0 5px 5px 0px;
    }


/*.inputfile {
    width: 0.1px;
    height: 0.1px;
    opacity: 0;
    overflow: hidden;
    position: absolute;
    z-index: -1;
}

    .inputfile + label {
        font-size: 13px;
        font-weight: 700;
        color: #e68d1f;
        background-color: rgba(230, 141, 31, 0);
        display: inline-block;
        outline: none;
        padding: 8px;
        border: 1px solid #e68c1f;
        width: 100% !important;
        -webkit-box-shadow: inset 0px 0px 0px 3px rgb(230, 141, 31);
        -moz-box-shadow: inset 0px 0px 0px 3px rgb(230, 141, 31);
        box-shadow: inset 0px 0px 0px 1px rgb(230, 141, 31);
        cursor:pointer;
        transition: all 0.5s;
    }

        .inputfile:focus + label,
        .inputfile + label:hover {
            background-color: rgb(230, 141, 31);
            color: #ffffff;
        }*/

.inputfile {
    position: absolute;
    background-color: #ffffff;
    color: #2558ac;
    padding: 10.5px 8px;
    font-weight: 700;
    font-size: 13px;
    cursor: pointer;
    border: 0px solid #2558ac;
    -webkit-box-shadow: inset 0px 0px 0px 2px rgb(37, 88, 172);
    -moz-box-shadow: inset 0px 0px 0px 2px rgb(230, 141, 31);
    box-shadow: inset 0px 0px 0px 2px rgb(37, 88, 172);
    border-radius: 4px 0px 0px 4px;
}

.inputfile-upload-label {
    position: absolute;
    background-color: #ffffff;
    color: #545459;
    padding: 10.5px 16px;
    font-weight: 700;
    font-size: 13px;
    cursor: default;
    border: 0px solid #545459;
    -webkit-box-shadow: inset 0px 0px 0px 2px rgb(217, 219, 224);
    -moz-box-shadow: inset 0px 0px 0px 2px rgb(217, 219, 224);
    box-shadow: inset 0px 0px 0px 2px rgb(217, 219, 224);
    border-radius: 4px 0px 0px 4px;
}


/*Modal new styles*/
#cboxMiddleLeft {
    width: 0px !important;
    background: none !important;
}

#cboxTopCenter {
    height: 0px !important;
    background: none !important;
}

#cboxTopLeft {
    width: 0px !important;
    height: 0px !important;
    background: none !important;
}

#cboxTopRight {
    width: 0px !important;
    height: 0px !important;
    background: none !important;
}

#cboxBottomCenter {
    height: 0px !important;
    background: none !important;
}

#cboxBottomLeft {
    width: 0px !important;
    height: 0px !important;
    background: none !important;
}

#cboxBottomRight {
    width: 0px !important;
    height: 0px !important;
    background: none !important;
}

#cboxMiddleRight {
    width: 0px;
    background: none !important;
}

#cboxWrapper {
    width: 100% !important;
}

#cboxTitle {
    position: inherit !important;
    bottom: auto !important;
    left: auto !important;
    text-align: center !important;
    width: 100% !important;
    font-weight: bold !important;
    color: #7C7C7C !important;
    z-index: 99999999999999999999 !important;
}

/*#cboxLoadedContent {
    overflow: auto !important;
    padding: 25px !important;
    box-sizing: border-box !important;
}*/

#cboxWrapper .main {
    margin: 0px auto !important;
    padding: 0px !important;
    max-width: 100% !important;
    box-shadow: none !important;
}

#cboxLoadedContent {
    padding: 25px !important;
    /* Modificado 24/11 msa -Saque !important */
    height: 100%;
}

#cboxContent, #cboxWrapper {
    height: 100% !important;
}

#colorbox {
    min-height: 150px !important;
/*    height: 100% !important;
    top: 20% !important;*/
}

fieldset .accountInfo p {
    margin: 0;
}

#otherphones div > div {
    display: flex;
    flex-direction: column;
    width: 100% !important;
    min-width: 100%;
}

#otherphones {
    margin-left: 0px !important;
    margin-top: 0px !important;
    margin-bottom: 0px !important;
}

    #otherphones div {
        min-width: 25%;
        margin-bottom: 0rem;
        padding: 0 2.5px;
        max-width: 25%;
    }

        #otherphones div input {
            margin-top: 0px !important;
            width: 100% !important;
        }

.accountInfo .inputForm label {
    font-size: 12px;
    font-family: 'Open Sans', sans-serif !important;
    color: black;
    cursor: default;
    font-weight: bolder;
}

#Modal tbody tr, #Modal .detailsview tbody tr {
    min-width: 31%;
    margin: 0 2% 15px 0;
}



input:focus, select:focus {
    border-color: #5397d0;
    outline: 0;
    box-shadow: 0 0 0 0.15rem rgba(83, 152, 208, 0.5098039215686274) !important;
}

#Content_hlnkInscription {
    border: 1px solid #2558ac;
    padding: 10.5px;
    margin-left: 0px;
    margin-top: 0px;
    -webkit-box-shadow: inset 0px 0px 0px 3px #2558ac;
    -moz-box-shadow: inset 0px 0px 0px 3px #2558ac;
    box-shadow: inset 0px 0px 0px 1px #2558ac;
    display: flex;
    justify-content: center;
    align-items: center;
}

/*.cboxIframe {
   height: 36rem;
}*/
.gridview input {
    font-size: 12px ;
    max-width: 85px;
}

@media only screen and (max-width: 600px) {

    body, html {
        font-size: 14px !important;
    }


    .title, .header .container {
        min-height: 80px;
        text-align: left !important;
    }

    .header h1 {
        font-size: 3em;
        line-height: 2.5rem;
    }

    .header h4 {
        font-size: 1.2rem;
    }

    .header {
        position: relative;
        margin: 0px;
        padding: 0px;
        background-color: #1359a6 !important;
        box-shadow: inset -1px 0 0 rgba(0, 0, 0, .1);
        background: -webkit-linear-gradient(45deg, #20a3ff, #2558ac) !important;
        background: -moz- oldlinear-gradient(45deg, #20a3ff, #2558ac) !important;
        background: -o-linear-gradient(45deg, #20a3ff, #2558ac) !important;
        background: linear-gradient(45deg, #2c64b5, #2558ac) !important;
        width: 100%;
        border-radius: 0;
        min-height: 80px;
        float: left;
        box-shadow: inset -1px 0 0 rgba(0, 0, 0, .1);
        position: sticky;
        top: 0;
        z-index: 999;
    }

    .secondMenu {
        position: absolute;
        min-height: 100vh;
        background-color: #2d4c9a;
        z-index: 999999;
        top: 80px;
        flex-direction: column !important;
        right: 120%;
        overflow-y: scroll;
        overflow-x: scroll;
        transition: all 0.5s;
        width: 100%;
    }

        .secondMenu.showMenu {
            right: 0;
        }

    div.icons ul.level1 > li.has-popup > a:nth-child(1)::after {
        content: "\e313";
    }

    div.menu ul {
        display: block !important;
        position: initial !important;
        overflow: scroll;
        max-height: 81vh;
    }

        div.menu ul li {
            width: 100% !important;
        }

    div.menu {
        padding: 0px 0px 0px 0px !important;
    }

    ul.level2 {
        background-color: rgba(0, 0, 0, 0.08) !important;
    }

        ul.level2 li {
            border-bottom: 0px solid rgba(255, 255, 255, 0.5019607843137255);
            font-size: 0.9rem;
        }

    #body ul.level1 > li > a {
        border-bottom: 1px solid rgba(255, 255, 255, 0.5019607843137255) !important;
        text-align: left;
        margin-top: 5px;
    }

    #body ul.level2 li a {
        color: rgba(255, 255, 255, 0.6) !important;
        text-align: left;
    }

    .loginDisplay {
        text-align: left;
    }

    .flexForm tbody {
        width: 100%;
    }

    .inputForm {
        min-width: 100%;
        padding: 0 0px;
        max-width: 100%;
    }

    .flexForm.group tr {
        min-width: 100%;
        max-width: 100%;
    }

    .btnGroup {
        align-items: flex-start;
        justify-content: flex-start;
        width: 100%;
        flex-wrap: wrap;
    }

        .btnGroup td {
            min-width: 100%;
            display: flex;
            flex-wrap: wrap;
        }

            .btnGroup td input {
                width: 100% !important;
                margin-bottom: 0.5rem;
            }

    .gridview td {
        font-size: 14px !important;
    }

    .header .title img {
        max-width: 180px;
    }


    .hamburger-menu {
        position: absolute;
        top: 0;
        right: 25px;
        bottom: 0;
        margin: auto;
        width: 35px;
        height: 50px;
        cursor: pointer;
        z-index: 999999999999999;
    }

    .bar,
    .bar:after,
    .bar:before {
        width: 35px;
        height: 2px;
    }

    .bar {
        position: relative;
        transform: translateY(25px);
        background: white;
        transition: all 0ms 300ms;
    }

        .bar.animate {
            background: rgba(255, 255, 255, 0);
        }

        .bar:before {
            content: "";
            position: absolute;
            left: 0;
            bottom: 8px;
            background: white;
            transition: bottom 300ms 300ms cubic-bezier(0.23, 1, 0.32, 1), transform 300ms cubic-bezier(0.23, 1, 0.32, 1);
        }

        .bar:after {
            content: "";
            position: absolute;
            left: 0;
            top: 8px;
            background: white;
            transition: top 300ms 300ms cubic-bezier(0.23, 1, 0.32, 1), transform 300ms cubic-bezier(0.23, 1, 0.32, 1);
        }

        .bar.animate:after {
            top: 0;
            transform: rotate(45deg);
            transition: top 300ms cubic-bezier(0.23, 1, 0.32, 1), transform 300ms 300ms cubic-bezier(0.23, 1, 0.32, 1);
        }

        .bar.animate:before {
            bottom: 0;
            transform: rotate(-45deg);
            transition: bottom 300ms cubic-bezier(0.23, 1, 0.32, 1), transform 300ms 300ms cubic-bezier(0.23, 1, 0.32, 1);
        }

    .main {
        max-width: 95%;
        margin: 10px auto;
        padding: 10px;
        float: none;
    }

    #panActions, #Content_panActions {
        padding: 15px 0px;
    }

    .responsiveTable > div {
        overflow: auto;
        padding: 0 0px;
    }

    table.gridview {
        min-width: 800px;
        padding: 0px 0px;
    }

    .lblCompanyCountDiv, .lblEmployeeCountDiv, .lblPaymentCountDiv {
        float: left;
    }

    .lblCountDivInner {
        top: 0;
        right: 0;
    }

    .inputForm td {
        font-size: 12px;
    }

    .checkboxTable tr {
        min-width: 100% !important;
    }

    .boton {
        width: 100%;
        margin: 5px 0px !important;
    }

    .btnGroup br {
        display: none;
    }

    .btnGroup.left {
        width: 100%;
    }

    #dtvForm tbody tr, .detailsview tbody tr {
        min-width: 100%;
        margin: 0 auto;
        flex-wrap: wrap;
    }

    #dtvForm .detailsview_foot input {
        min-width: 100%;
        margin: 4px auto;
    }

    .detailsview_foot input, #linkScan {
        max-width: 95%;
        width: 100%;
        margin: 2px auto;
    }

    #cboxContent, #cboxWrapper {
        height: 100% !important;
        width: 100% !important;
        margin: 0 auto;
        float: none !important;
    }

    #colorbox {
        max-width: 90%;
        width: 100% !important;
        margin: 0 auto;
        left: 0;
        right: 0;
        overflow: inherit !important;
    }

    #colorbox, #cboxOverlay, #cboxWrapper {
        overflow: inherit !important;
    }

    #cboxLoadedContent {
        max-width: 85%;
    }

    #cboxTitle {
        color: #e68c1f !important;
    }

    #Modal tbody tr, #Modal .detailsview tbody tr {
        min-width: 79vw;
    }

    #calendar {
        padding: 10px;
    }

        #calendar .fc-toolbar {
            text-align: center;
            display: flex;
            margin-bottom: 1em;
            flex-direction: column;
            justify-content: space-between;
            align-items: center;
            min-height: 8rem;
        }

    .fc-state-down, .fc-state-active {
        background-color: #2558ac !important;
        color: white !important;
        background-image: none;
        box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.15), 0 1px 2px rgba(0, 0, 0, 0.05);
        text-shadow: none !important;
    }

    .btnMobile, .btnMobile td {
        min-width: 100%;
        padding: 0 0px;
        max-width: 100%;
        width: 100%;
        display: flex;
        flex-wrap: wrap;
    }

    .flexForm {
        width: 100%
    }

    #chkPermissions li {
        float: left;
        width: 100%;
    }

    #chkPermissions {
        padding: 0 0px;
    }

    .padd {
        padding: 0 0px;
        font-size: 1.2rem;
    }

    .gridview_hdr th {
        min-width: 110px !important;
    }

    div.accountInfo.company p {
        min-width: 100%;
        margin-bottom: 1rem;
    }
}

#calendar button {
    background: rgba(218, 142, 45, 0);
    color: #2558ac;
    font-size: 14px;
    border: 0px;
    text-decoration: none;
    text-align: center;
    display: block;
    padding: 7px 12px;
    margin: 0px 0px;
    height: auto;
    cursor: pointer;
    outline: none;
    float: left;
    text-transform: uppercase;
    margin-right: -1px;
    font-weight: 600;
    border: 2px solid #2558ac !important;
    box-shadow: none !important;
    border-radius: 0 0 0 0;
}

#Content_dtvForm{
    width:100%;
}

    #Content_dtvForm .detailsview_foot {
        width: 100%;
        min-width: 100%;
    }

        #Content_dtvForm .detailsview_foot td {
            display: flex;
            flex-wrap: wrap;
            justify-content: flex-end;
        }

            #Content_dtvForm .detailsview_foot td  input {
                max-width: 11rem;
            }


#chkRols tr {
    margin-bottom: 5px !important;
}

#chkRols tbody tr:nth-child(25), #chkRols tbody tr:nth-child(32) {
    width: 23%;
    flex-direction: row;
    margin: 5px 2% 5px 0;
    text-transform: capitalize;
}


.tinyContainer .ajax__htmleditor_editor_container {
    width: 100% !important;
}

.tinyContainer nobr {
    display: flex;
    align-items: center;
}

.tinyContainer #dtvForm tbody tr, .tinyContainer .detailsview tbody tr {
    min-width: auto;
    margin: 0;
    display: initial;
}


.ajax__htmleditor_toolbar_button td {
    border-style: none !important;
    border-color: inherit !important;
    border-width: 0px !important;
    padding: 0px;
    font-weight: bolder;
    font-size: 0px !important;
    margin-top: -4px;
}

.tinyContainer .ajax__htmleditor_editor_container {
    width: 100% !important;
}


.tinyContainer #dtvForm tbody, .tinyContainer .detailsview tbody {
    display: inherit;
    margin-top: 0;
    flex-wrap: inherit;
    width: 100%;
}

.ajax__htmleditor_editor_base div.ajax__htmleditor_toolbar_button select.ajax__htmleditor_toolbar_selectbutton {
    max-height: 20px;
    vertical-align: middle;
    padding: 0px;
    margin: 0px;
    height: 20px !important;
    width: 120px !important;
    max-height: 20px;
    min-height: 20px;
}

.tinyContainer #dtvForm .ajax__htmleditor_editor_container tr:nth-child(2), .tinyContainer .ajax__htmleditor_editor_container tr:nth-child(2) {
    width: 100%;
    display: flex;
}

.tinyContainer > div > .detailsview > tbody > tr {
    display: flex !important;
}

#dtvForm .tinyContainer tbody, .detailsview .tinyContainer tbody {
    display: inherit;
    margin-top: 0px;
    flex-wrap: wrap;
}

    #dtvForm .tinyContainer tbody tr, .detailsview .tinyContainer tbody tr {
        min-width: 27%;
        margin: 0 0% 0px 0;
    }

.tiny02 .ajax__htmleditor_toolbar_button td {
    margin-top: 0px;
}

@media screen and (max-width: 1280px) and (min-width: 600px) {
    .header {
        width: 14rem;
    }

    ul.level2 {
        left: 14rem !important;
    }

    .header h4 {
         font-size: 1.76em;
    }

    .main {
        max-width: calc(100% - 17rem);
        margin-left: 2% !important;
        margin: 1.5rem auto 20px auto;
    }

    div.accountInfo.company p {
        min-width: 32%;
    }

    .inputForm, .flexForm.group tr {
        min-width: 33.3%;
        max-width: 33.3%;
    }

        .flexForm.group tr:last-of-type {
            min-width: 100%;
            max-width: 100%;
            flex-direction: row;
            justify-content: flex-end;
        }

        .responsiveTable {
            overflow: auto;
        }

    #dtvForm tbody tr, .detailsview tbody tr {
        min-width: 31%;
    }

    #dtvForm .detailsview_foot input {
        max-width: 11rem;
    }

    .detailsview_foot td {
        justify-content: flex-end;
    }

    #chkPermissions li {
        width: 33.3%;
    }

    .configForm #dtvForm tbody tr {
        min-width: 100%;
    }

}

.gridview_hdr th a{
    display:flex
}

.loginDisplay a:before {
    font-family: "Material Icons";
    font-size: 1.4rem;
    margin-right: 0.5rem;
    font-weight: 100;
    content: "\e879";
}

.loginDisplay{
    display:flex;
}

.loginDisplay a {
    font-size: 0;
    text-decoration: none;
    margin-left: 0.75rem;
}

.loginDisplay span{
    margin-left:0.25rem;
    text-transform:capitalize;
}


/* Correciones 23/11/2021 - msa */
.boton {
    margin: 5px 5px 5px 0!important;
}

@media (min-width: 1136.98px) {
  .boton{
      margin: 5px!important;
  }
  .boton:last-of-type{
      margin-right: 0!important;
  }
}

.btnGroup{
    flex-wrap: wrap;
}

.addGallery input, #linkScan{
    margin: 5px 5px 5px 0!important;
    min-height: 35px;
    max-width: 11rem;
    min-width: 200px;
}

.boton-anchor{
    font-weight: bold !important;
}
a#linkScan.boton-anchor {
    color: #2558ac!important;
}
a#linkScan.boton-anchor:hover {
    color: white!important;
}
.color-blue{
    color: #2558ac
}


#panHasValueUsed{
    display: flex;
    align-items: center;
}

.addGallery{
    width: 100%;
    justify-content: center;
}

.detailsview_foot{
    width: 100%;
}

.ajax__htmleditor_editor_container{
    width: 100%!important;
}
.ajax__htmleditor_editor_container tr{
    width: 100%!important;
    margin-right: 0!important;
}


#btnSearchPossibleDelegate{
    margin-top: 0!important;
    max-height: 33px;
}

#Content_hlnkStatute, #Content_hlnkAssignee{
    border: 1px solid #2558ac;
    padding: 10.5px;
    margin-left: 0px;
    margin-top: 0px;
    -webkit-box-shadow: inset 0px 0px 0px 3px #2558ac;
    -moz-box-shadow: inset 0px 0px 0px 3px #2558ac;
    box-shadow: inset 0px 0px 0px 1px #2558ac;
    display: flex;
    justify-content: center;
    align-items: center;
}


#btnAddSocialWork, #btnAddDelegation{
    margin-left: 0!important;
}
#cboxClose{
    top: 5px!important;
    right: 5px!important;
}
#colorbox, #cboxWrapper{
    overflow: initial!important;
}
 #cboxClose{
    background-position: center!important;
    background-repeat: no-repeat;
    background-size: cover;
}

/* Fin Correciones 23/11/2021 - msa */

/*  */

/*  Correciones 24/11/2021 - msa */
#cboxLoadedContent{
    height: auto;
}

/* Fin Correciones 24/11/2021 - msa */

/* Correciones tabla sticky 29/07/2022 */
.wrapp-table{
    max-height: 85vh;
}
.wrapp-table::-webkit-scrollbar{
    -webkit-appearance: none;
}

.wrapp-table::-webkit-scrollbar:vertical {
    width:7px;
}

.wrapp-table::-webkit-scrollbar-button:increment,.wrapp-table::-webkit-scrollbar-button {
    display: none;
} 

.wrapp-table::-webkit-scrollbar:horizontal {
    height: 7px;
}

.wrapp-table::-webkit-scrollbar-thumb {
    background-color: #2558AC;
    border-radius: 20px;
    /* border: 2px solid #f1f2f3; */
}

.wrapp-table::-webkit-scrollbar-track {
    border-radius: 10px;  
}

.wrapp-table .gridview caption{
    position: sticky;
    top: 0;
    left: 0;
    max-width: calc(100vw - 320px);

}
@media (min-width: 1280px) {
    .wrapp-table .gridview caption{
        max-width: calc(100vw - 416px);
    
    }
}
.wrapp-table tr.gridview_hdr{
    position: sticky;
    top: 42px;
}
.lblEmployeeCountDiv{
    z-index: 900;
    position: absolute;
    right: 100px;
}
.lblCountDivInner {
    font-size: 14px;
    position: relative;
    right: 20px;
    top: 15px;
    text-align: right;
    /* Fin Correciones tabla sticky 29/07/2022 */
}

 