@import url('open-iconic/font/css/open-iconic-bootstrap.min.css');

html, body {
    font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
    background-color: #3e444e;
    min-height: 100%;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    overflow: initial;
    background: url(/assets/images/fondo_codigo_etica.png);
    background-repeat:no-repeat;
    background-size:cover;
    background-color: #808080;
}

a, .btn-link {
    color: #0366d6;
}

.btn-primary {
    color: #fff;
    background-color: #1b6ec2;
    border-color: #1861ac;
}

.content {
    padding-top: calc(4vh*0.9);
}

.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;
    }


nav.main-nav {
    display: flex;
    justify-content: space-between;
    width: 100%;
    height:10px;
    /*max-width: 1280px;*/
    margin: auto;
    font-weight: 700;
    padding-left: 50px;
    padding-right: 50px;
}

nav.main-nav .section_logo {

    padding: 0;
    position: absolute;
    z-index: 999;
}




/*nav.main-nav .main_logo {
    width: 44px;
    margin: 5px 0 0 -48px;
}*/

/*img {
    display: block;
}*/

/*nav.main-nav .section_logo .main_logo_hexagone {
    position: absolute;*/
/*    top: -40px;
    width: 68px;
    left: -64px;*/
/*}*/

/*header .main_logo_hexagone {
    transition: .2s all ease-in-out;
    opacity: 1;
}*/

/*header .header-container {
    top: 1px;
    left: 54px;
    right: 0px;
    position: absolute;*/
    /*background-color: brown;*/
/*}*/

header .header-title {
    /*flex:60%;*/
    /*background-color: blue;*/
   /* font-size: 10px;*/
    color: red;
    text-align:left;
    padding-top: 1px;
}




header .header-user {
    /*border:1px solid #000000;*/
    padding: 0px;
    text-align:right;
    padding-right:10px;
}

header .user-name {
    padding-top:5px;
    color: #FFFFFF;
    font-weight: 500;
    font-size:calc(10px + 8vmin/10);
}

/*main {
    padding-top: 50px;
}*/


/*@media (min-width: 575.98px) {
    nav.main-nav .main_logo {
        width: 74px;
        margin: 6px 0 0 -46px;
    }


    nav.main-nav .section_logo .main_logo_hexagone {
        position: absolute;
        top: -78px;
        width: 124px;
        left: -74px;
    }

    header .header-container {
        left: 100px;
    }
    header .header-title {
        font-size: 14px;
        padding-top: 2px;
    }
    main {
        padding-top: 50px;
    }

}*/

nav.main-nav .main_logo_hexagone {
    position: absolute;
    top: -7.9vw;
    width: 13.2vw;
    height:auto;
    left: calc(-1*4vw/1.1);
    transition: .2s all ease-in-out;
    opacity: 1;
}


nav.main-nav .main_logo {
/*    -o-object-fit: contain;
    object-fit: contain;
    -o-object-position: center;
    object-position: center;*/
    position: absolute;
    z-index: 3;
    width: 8.0vw;
    margin: calc(2px + 0.5vw) 0 0 calc(-1*45px + -1*0.1vw);
}




header .header-container {
    left: 10.29vw;
    right: 0px;
    top: 0px;
    position: absolute;
    min-height: 10px;
}

header .header-title {
    font-size: calc(14px + 6vmin/10);
    padding-top: 4px;
    padding-left: 140px
}
/*main {
    padding-top: 50px;
}*/

.navbar-nav {
    flex-direction:row;
}

.nav-link {
    padding-left: 0.4rem !important;
    padding-right: 0.4rem !important;
    /*font-size: calc(7px + 0.54vw);*/
    font-weight:600;
    font-size: 20px;
}

/*.menu-left {
    padding-left:140px;
}*/

/*@media (min-width: 992) {
    header .header-container {
        left: 194px;
    }

    nav .main-nav .main_logo {
        width: 127px;
        margin: 10px 0 0 -42px;
    }

    nav.main-nav .section_logo .main_logo_hexagone {
        position: absolute;
        top: -136px;
        width: 212px;
        left: -100px;
    }

    

    header .header-title {
        font-size: 18px;
        padding-top: 5px;
    }
    main {
        padding-top: 80px;
    }
}

@media (min-width: 1200px) {
    nav.main-nav .main_logo {
        width: 154px;
        margin: 12px 0 0 -42px;
    }

    nav.main-nav .section_logo .main_logo_hexagone {
        position: absolute;
        top: -164px;
        width: 257px;
        left: -114px;
    }

    header .header-container {
        left: 220px;
    }

    header .header-title {
        font-size: 22px;
        padding-top: 6px;
    }
    main {
        padding-top: 100px;
    }
}

@media (min-width: 1400px) {
    nav.main-nav .main_logo {
        width: 180px;
        margin: 14px 0 0 -42px;
    }

    nav.main-nav .section_logo .main_logo_hexagone {
        position: absolute;
        top: -188px;
        width: 300px;
        left: -128px;
    }

    header .header-container {
        left: 220px;
    }

    header .header-title {
        font-size: 24px;
        padding-top: 6px;
    }
    main {
        padding-top: 120px;
    }
}*/

.dropdown-separator {
    width: 96%;
    margin-left: auto;
    margin-right: auto;
    height: 1px;
    border-bottom: 1px solid #6f6f6f;
}


.languageflag {
    width: 32px;
    height: 22px;
    padding-left:5px;
    padding-top:5px;
}


.bs-popover-auto[x-placement^=bottom], .bs-popover-bottom {
    margin-top: 0.5rem;
}

.bs-popover-auto[x-placement^=bottom] .arrow, .bs-popover-bottom .arrow {
    top: calc((0.5rem + 1px) * -1);
}

.popover .arrow {
    position: absolute;
    display: block;
    width: 1rem;
    height: 0.5rem;
    /* margin: 0 0.3rem; */
}

.popover-header:empty {
    display: none;
}

.popover {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1060;
    display: block;
    max-width: 276px;
    font-family: -apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol";
    font-style: normal;
    font-weight: 400;
    line-height: 1.5;
    text-align: left;
    text-align: start;
    text-decoration: none;
    text-shadow: none;
    text-transform: none;
    letter-spacing: normal;
    word-break: normal;
    word-spacing: normal;
    white-space: normal;
    line-break: auto;
    font-size: .875rem;
    word-wrap: break-word;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid rgba(0,0,0,.2);
    border-radius: 0.3rem;
}

.popover-header:empty {
    display: none;
}

.popover-header {
    padding: 0.5rem 0.75rem;
    margin-bottom: 0;
    font-size: 1rem;
    color: inherit;
    background-color: #f7f7f7;
    border-bottom: 1px solid #ebebeb;
    border-top-left-radius: calc(0.3rem - 1px);
    border-top-right-radius: calc(0.3rem - 1px);
}
.popover-body {
    padding: 0.5rem 0.75rem;
    color: #212529;
}

.borderradius-0{
    border-radius:unset;
}

.contentseparator {
    width: 100%;
    height: 5px;
    padding: 0;
    background-image: linear-gradient(to top, #2c2c2c, #adadad);
    
}



/* Table */
.tableuser {
    
    font-size: 0.8rem;
    /*white-space: nowrap;*/
    margin: 0;
    border: none;
    border-collapse:collapse;
    border-spacing: 0;
    table-layout: fixed;
    border: 1px solid black;
}

    .tableuser td,
    .tableuser th {
        border: 1px solid black;
        padding: 0.5rem 1rem;
        
    }

    .tableuser thead th {
        padding: 3px;
        position: sticky;
        top: 0;
        z-index: 1;
        width: 25vw;
        background-color: #3e444e;
        color: #FFFFFF;
    }

    .tableuser td {
        background: #fff;
        padding: 4px 5px;
        text-align: center;
    }

    .tableuser tbody th {
        font-weight: 100;
        font-style: italic;
        text-align: left;
        position: relative;
    }

    .tableuser thead th:first-child {
        position: sticky;
        left: 0;
        z-index: 2;
    }

    .tableuser tbody th {
        position: sticky;
        left: 0;
        background: white;
        z-index: 1;
    }

caption {
    text-align: left;
    padding: 0.25rem;
    position: sticky;
    left: 0;
}

[role="region"][aria-labelledby][tabindex] {
    width: 100%;
    max-height: 98vh;
    overflow: auto;
}

    [role="region"][aria-labelledby][tabindex]:focus {
        box-shadow: 0 0 0.5em rgba(0, 0, 0, 0.5);
        outline: 0;
    }


.btn-dashboard {
    width: 240px;
    height: 82px;
    font-weight: 600;
    background-color: red;
    padding: 0px;
    display: flex;
    align-items: center;
}

.btn-dashboard div {
    flex: 1;
    /*border: 1px solid black;*/
    display: flex;
    align-items: center;
}

.btn-dashboard:hover {
   
    background-color: #f75e5e;
}

    .btn-dashboard div.btn-label {
        /* position: relative;
    text-align: left;*/
        /*vertical-align: middle;*/
        /*padding-left: 10px;
    line-height: 76px;
    width:38px;*/
        /*left: -76px;*/
        /*padding-top:26px;*/
        /*padding-right:5px;
    border-right: 1px solid #4b0404;*/
        /*width:40px;*/
        /*height: 100%;*/
        /*display: inline-block;*/
        /*align-items:center;*/
        /*padding: 6px 12px;*/
        background: rgba(0, 0, 0, 0.20);
        /*border-radius: 3px 0 0 3px;*/
        /*width: 20%;*/
        /*border: 1px solid #26b050;*/
        padding:10px;
        min-width:40px;
        min-height:100%;

    }

    .btn-dashboard div.btn-text {
        /*position: relative;
    width: 200px;
    float:right;*/
        /*left: -44px;*/
        /*padding-top: 26px;*/
        /*height: 100%;*/
        /*display: inline-block;*/
        /*padding: 6px 12px;*/
        /*width:80%;*/
        /*border: 1px solid #1b6ec2;*/
        text-align:left;

        padding: 0px 10px 0px 10px;
        min-width: 200px;
    }



.home-btn-table {
    width:100%;
}


.card-page div.card-header {
    background-color: #C9CACD;
}

.card-page div.card-body {
    background-color: #CECFD2;
}

.card-bg-white div.card-header {
    background-color: #eaeaea;
    padding: 0.3rem 1rem;
}
.card-bg-white div.card-header h5 {

    margin-bottom: 0px;
}


.card-bg-white div.card-body {
    background-color: #fff !important;
}

.menu-link
{
    font-size:20px;
    color:rgba(0, 0, 0, 1);
    font-weight:600;
    text-decoration:none;
    
}