﻿a {
    color: white;
    text-decoration: none;
}
body {
    font-family: 'notosans-regular';
    color: var(--clr-mindnight);
    background-color: #f3f3f7;
}

    a:hover {
        color: gray;
        text-decoration: underline;
    }

/*   START FONTS NOTO SANS */
@font-face {
    font-family: 'notosans-bold';
    src: url('../font/notosans-bold.ttf') format('truetype');
}

@font-face {
    font-family: 'notosans-medium';
    src: url('../font/notosans-medium.ttf') format('truetype');
}

@font-face {
    font-family: 'notosans-regular';
    src: url('../font/notosans-regular.ttf') format('truetype');
}

@font-face {
    font-family: 'notosans-semibold';
    src: url('../font/notosans-semibold.ttf') format('truetype');
}
/*   END FONTS NOTO SANS */

:root {
    /*   color variables */
    --clr-gray-bg: #F3F3F7;
    --clr-primary: #5959EB;
    --clr-primary-hover: #9dde59;
    --clr-primary-text: #5959EB; /*Primary 40 Soft Indigo*/
    --clr-secondary: #FF9712;
    --clr-secondary-hover: #F3F3F7; /* Neutral 5 */
    --clr-neutral-icon-hover: #B0B0CD; /*Neutral 40*/
    --clr-secondary-hover-linkbtn: #292968; /*Neutral 30*/
    --clr-success: #3CBF59; /*Semantic success 30*/
    --clr-success-hover: #5CCF76; /*Semantic success 20*/
    --clr-error: #F64B4C; /*Semantic error 30*/
    --clr-error-hover: #F96D6E; /*Semantic error 20*/
    --clr-caution: #F9CC2B; /*Semantic caution 30*/
    --clr-info: #0E9BE0; /*Semantic info 30*/
    --clr-warning: #FF773E; /*Semantic warning 30*/
    --clr-mindnight: #09092d;
}


.newborder {
    display: block;
    width: 100%;
    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 var(--clr-neutral-icon-hover);
    border-radius: .25rem;
    transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}

a.black-link {
    color: black;
    text-decoration: none;
}

    a.black-link:hover {
        color: black;
        text-decoration: underline;
    }

.nofillborder {
    border-color: #e41131;
    box-shadow: 0 0 0 0.15rem rgba(255 0 0 / 90%);
}

.dispnone {
    display: none;
}

input[type='number'] {
    width: 100%!important;
} 

.titles h1, .titles h5{
    color: #343a40 !important;
}

.chosen-container-multi .chosen-choices {
    display: block;
    width: 100%;
    height: calc(1.5em + 0.75rem + 2px);
    padding: 0.375rem 0.75rem;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: var(--clr-neutral-icon-hover);
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid var(--clr-neutral-icon-hover) !important;
    border-radius: 0.25rem;
    transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}


.lbltitle {
    margin-right: 1vw;
}

.vacations-title {
    margin-right: 3vw;
}

.container-absadjustments{
    max-width: 1600px!important;
}

.container-scheduleadj{
    max-width: 1800px!important;
}

.btn-request-container-scheduleadj{
    max-width: 23%;
}
.btn-request-container-absadjustments{
    max-width: 23%;
}
/*Button for my requests*/
.btn-request-container {
    justify-content: right;
    display: flex;
}

.btn-request {
    background-color: #3F3F82;
    border-color: #3F3F82;
    color: #ffff;
    font-family: 'notosans-regular';
    margin-right: 15px;
}

    .btn-request:hover {
        color: #fff;
        background-color: #3535CD;
        border-color: #3535CD;
    }

/*START WFM SEGMENTS*/

.btn-request-container-wfmsegments{
    max-width: 29%;
}

.row-container-wfm-segments {
    max-width: 800px;
}

/*END WFM SEGMENTS*/

/*START MODAL */

.modal-principalTitle {
    font-family: 'notosans-bold' !important;
}

.succes-icon-color {
    color: var(--clr-success);
}

.warning-icon-color {
    color: var(--clr-warning);
}

.error-icon-color {
    color: var(--clr-error);
}

.modal-body-own {
    font-family: 'notosans-regular';
}

.modal-content {
    position: relative;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    width: 100%;
    pointer-events: auto;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid rgba(0,0,0,.2);
    border-radius: 0.5rem;
    outline: 0;
}
/*END MODAL*/

.caution-icon-color{
    color: var(--clr-caution);
}

.normal-font{
    font-family:'notosans-regular';
}

/*START NAVBAR*/

.navbar-own{
    background-color: var(--clr-primary);
    font-family:'notosans-regular';
}

.navbar-logo{
    max-width: 14%;
}

.navbar-icon {
    font-size: 24px;
    margin-right: 30px;
}

    .navbar-icon:hover {
        color: var(--clr-neutral-icon-hover);
    }

.navbar-title {
    font-family: 'notosans-regular';
    pointer-events:none;
}

.logout-button{
    color:#ffff;
}

.navbar-icon-user {
    font-size: 24px;
    margin-right: 30px;
}

    .navbar-icon-user:hover {
        color: #fff;
        text-decoration:none;
    }

.navbar-username {
    margin-left: -28px;
    margin-right: 30px;
    pointer-events:none;
}

.color-link:hover {
    color: var(--clr-neutral-icon-hover);
}

.username-no-hover{
    pointer-events: none;
}


/*END NAVBAR*/


.color-letter{
    color: var(--clr-mindnight);
}


/*START SECUNDARY PAGES*/
.bg-color-secundary {
    background-color: var(--clr-secondary-hover);
    border-radius: 0.5rem;
}

.title-container {
    justify-content: center;
    display: flex;
    font-family: notosans-bold;
}

.subtitle-container {
    justify-content: center;
    display: flex;
    font-size: 20px;
    font-family: notosans-regular;
}

.icon-container{
    margin: 0 auto;
}
/*END SECUNDARY PAGES*/
/*START TABLE*/
.table100.ver1 {
    border-radius: 0.5rem;
    overflow: hidden;
    border-collapse: collapse;
    margin: 0 auto;
    box-shadow: 0px 6px 13px -4px rgb(9 9 45 / 13%);
}

.table100 {
    position: relative;
    padding-top: 60px;
    border: none;
    border-color: transparent;
}

.table100 {
    background-color: #fff;
}



.table100 {
    border-color: transparent;
}



.table100-head {
    position: absolute;
    width: 100%;
    top: 0;
    left: 0;
}


.table100.ver1 th {
    font-size: 16px;
    color: #fff;
    line-height: 1.4;
    font-family: 'notosans-regular';
    background-color: #4749f6;
    border-top: none;
    border-left: none;
    border-right: none;
}


.table100-head th {
    padding-top: 18px;
    padding-bottom: 18px;
}

td:has(.table-comments) {
    max-width: 119px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.comments-space {
    overflow-wrap: break-word;
}

.subtitles {
    font-family: 'notosans-bold' !important;
}

td:has(.cell-details) {
    padding-left: 12px;
}

.nowrap-table {
    max-width: 100%;
    white-space: nowrap !important;
}

/*END TABLE*/
.text-error {
    color: var(--clr-error);
    font-family: 'notosans-regular';
}

.button-back {
    background-color: #9F9FC1;
    color: #fff;
    min-width: 95px;
    margin-left:10px;
}

.button-request-back {
    background-color: #9F9FC1;
    color: #fff;
    min-width: 95px;
}

.button-register {
    background-color: #5959EB;
    color: #fff;
    min-width: 95px;
}

a .action-btn {
    font-size: 26px;
    color: var(--clr-mindnight);
}

    a .action-btn:hover {
        font-size: 26px;
        color: #3F3F82;
    }

.button-approve {
    background-color: var(--clr-success);
    color: #fff;
    min-width: 95px;
}

    .button-approve:hover {
        background-color: var(--clr-success-hover);
        color: #fff;
        min-width: 95px;
    }

.button-decline {
    background-color: var(--clr-error);
    color: #fff;
    min-width: 95px;
}

    .button-decline:hover {
        background-color: var(--clr-error-hover);
        color: #fff;
        min-width: 95px;
    }


.bottonPrincipalColor {
    color: white;
    border: #343a40;
    background: var(--clr-primary);
}

    .bottonPrincipalColor:hover {
        color: white;
        text-decoration: none;
        background: var(--clr-primary-hover);
    }

/*Status colors*/
.dotgreen {
    color: var(--clr-success);
    letter-spacing: 5px;
    font-size: 15px;
}

.dotgrey {
    color: var(--clr-caution);
    letter-spacing: 5px;
    font-size: 15px;
}

.dotred {
    color: var(--clr-error);
    letter-spacing: 5px;
    font-size: 15px;
}
/*Status colors*/

.icon-parameters-size {
    font-size: 65px;
}

.dashboard-container {
    max-width: 1280px;
}

.modal-size {
    max-width: 800px;
}


.modal-title-bold {
    font-family: 'notosans-bold';
}

.modal-preview {
    width: 70%;
    margin: 0 auto;
}

.text-boxes-kpi {
    max-width: 40px;
    border: 1px solid var(--clr-neutral-icon-hover);
    border-radius: .25rem;
}

.overflow-tables {
    overflow-x: scroll;
}

.tables-margin {
    margin: 0 20px !important;
    display: inline-table;
}

/*table tbody td > a {
    color: white;
    font-size: 16px;
    border: solid #4749f6;
    padding: 5px;
    border-radius: 3px 4px;
    background-color: #4749f6;
    justify-content: center;
    display: inline-flex;
    width: 70px;
}

    table tbody td > a:hover {
        color: white;
        font-size: 16px;
        text-decoration-line: none;
        border: solid #6c6df8;
        padding: 5px;
        border-radius: 3px 4px;
        background-color: #6c6df8;
        justify-content: center;
        display: inline-flex;
        width: 70px;
    }

    table tbody td > a:before {
        color: #4749f6;
        font-size: 16px;
    }*/

/*
table tbody td > a {
    color: transparent;
    font-size: 1px;
}

table tbody td > a:hover {
    color: transparent;
    font-size: 1px;
}

    table tbody td > a:before {
        font-family: "Font Awesome 6 Free";
        color: black;
        content: "\f044";
        font-size:24px;
        text-transform: none;
        padding-left: 25px;
    }

*//*
table tbody td > a {
    visibility:hidden;
}
    table tbody td > a:hover {
        visibility: hidden;
    }

    table tbody td > a:before {
        font-family: "Font Awesome 6 Free";
        color: black;
        content: "\f044";
        font-size: 20px;
        text-transform: none;
        padding-left: 25px;
        visibility:visible;
    }*/

/* START CARD CONTAINER*/
.card-container {
    border-radius: 0.05rem;
    overflow: hidden;
    box-shadow: 0 0 15px 0 rgb(0 0 0 / 15%);
    -moz-box-shadow: 0 0 15px 0 rgba(0,0,0,.15);
    -webkit-box-shadow: 0 0 15px 0 rgb(0 0 0 / 15%);
    -o-box-shadow: 0 0 15px 0 rgba(0,0,0,.15);
    -ms-box-shadow: 0 0 15px 0 rgba(0,0,0,.15);
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-between;
    padding: 35px 30px;
    margin: 0 1rem 0 1rem;
    width: 98%;
    min-width: 11rem;
    min-height: 370px;
    background-color: #ffff;
}

.card-icon {
    margin-bottom: 10px;
    font-size: 50px !important;
    color: var(--clr-secondary);
}

.fa-user-plus {
    padding-left: 15px;
}
/*END CARD CONTAINER*/

.own-container {
    margin: 0 9rem 0 5rem;
}

.principalTitle {
    font-family: notosans-bold;
}

.own-align-left {
    text-align: right;
    right: -2.7vw;
}

.special-row {
    display: block;
    margin-right: 30px;
}

.margin-left-cancel-btn {
    margin-left: 4px !important;
}

.subtitles-dropdowns {
    padding-top: 6px;
}

.last-upload {
    font-size: 15px;
    font-style: italic;
    color: gray;
}

.log-div {
    max-width: 1140px !important;
}