﻿body {
    /*background: #00343F 0% 0% no-repeat padding-box !important;*/
    background: url('../img/bodyv2x1.png') 30% 30% no-repeat;
    background-attachment: scroll;
    background-color: #00343F;
    font-family: Questrial !important;
}

.mud-input-outlined-border {
    border-radius: 15px !important;
    border-color: #22ADD6 !important;
}

.mud-typography {
    font-family: Questrial !important;
}

.gridBorder {
    border-radius: 30px !important;
    border-color: #22ADD6 !important;
    border-style: solid;
    border-top-width: 2px;
    border-bottom-width: 2px;
    border-left-width: 2px;
    border-right-width: 2px;
}

.gridBorderPayRoll {
    border-radius: 30px !important;
    border-color: #22ADD6 !important;
    border-style: solid;
    border-top-width: 2px;
    border-bottom-width: 2px;
    border-left-width: 2px;
    border-right-width: 2px;
}


.mud-input {
    text-align: left;
    /*font: normal normal normal 30px/36px Aller !important;*/
    letter-spacing: 0px;
    color: #22ADD6;
    height: 45px;
}

.mud-input-label {
    font-family: Questrial;
    color: #22ADD6 !important;
    text-align: center;
    margin-top: -5px;
}


::placeholder {
    font-family: Questrial;
    color: #22ADD6;
}


.botonLogin {
    background: #f4717a 0% 0% no-repeat padding-box !important;
    border: 1px solid #f4717a !important;
    border-radius: 30px !important;
    color: white !important;
    text-transform: capitalize;
    font-family: Questrial;
    height: 45px;
    
}

.botonImportStyle {
    background: #22ADD6 0% 0% no-repeat padding-box !important;
    border: 1px solid #22ADD6 !important;
    border-radius: 30px !important;
    color: white !important;
    text-transform: capitalize;
    font-family: Questrial;
    height: 45px;
}

.botonExportStyle {
    background: #00343F 0% 0% no-repeat padding-box !important;
    border: 1px solid #00343F !important;
    border-radius: 30px !important;
    opacity: 1 !important;
    color: white !important;
    text-transform: capitalize;
    font-family: Questrial;
    height: 45px;
}

.primaryStyle {
    background: #79D4CF 0% 0% no-repeat padding-box !important;
    border: 1px solid #79D4CF !important;
    border-radius: 30px !important;
    color: white !important;
}

.loginStyle {

    background:  0% 0% no-repeat padding-box !important;
    padding: 0% 20% 0% 0%;
}


.loginStyleCredencials {
    width: 900px;
    height: 600px;
    background: #FFFFFF 0% 0% no-repeat padding-box !important;
    border-radius: 30px 0px 0px 30px !important;
    
}

.center {
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
}

.alignRight {
    display: flex !important;
    align-items: center !important;
    justify-content: right !important;
}

.saveIcon {
    background: transparent url('../img/save48x.png') no-repeat;
    width: 50px;
    height: 50px;
}

.generateIcon {
    background: transparent url('../img/save48x.png') no-repeat;
    width: 20px;
    height:50px;
}

.cancelIcon {
    background: transparent url('../img/cancel48x.png') no-repeat;
    height: 48px !important;
    width: 50px !important;
}
.editIcon {
    background: transparent url('../img/edit24.png') no-repeat;
    color:#D7B439;
}
.trashIcon {
    background: transparent url('../img/trash24.png') no-repeat;
}


.expired {
    background: transparent url('../img/bodyx1.png') 30% 30% no-repeat padding-box;
    opacity: 1;
    color: white !important;
}

.vlb {
    border-left: 5px solid #22add6;
    height: 70%;
    position: absolute;
    left: 50%;
    margin-left: -20px;
    top: 10%;
}

.vlr {
    border-left: 5px solid #f4717a;
    height: 460%;
    position: absolute;
    left: 50%;
    margin-left: -10px;
    top: 108px ;
}

.vlg {
    border-left: 5px solid #d7b439;
    height: 460px;
    position: absolute;
    left: 50%;
    margin-left: -0px;
    top: 108px;
}


 div.vertical-line{
      width: 1px; /* Line width */
      background-color: black; /* Line color */
      height: 100%; /* Override in-line if you want specific height. */
      float: left; /* Causes the line to float to left of content. 
        You can instead use position:absolute or display:inline-block
        if this fits better with your design */
    }

.menuStyle {
    background-color: #00343F;
    border-radius: 0px 30px 30px 0px;
}

.containerLogin {
    d-flex: align-center;
    align-items: center;
    justify-content: center;
    padding: 20% 10% 10% 10%
}


.mud-table-cell {
    text-align: center;
    color: #0194A6 !important;
}

.rowTextColor {
    color:#22ADD6 !important ;
}


@font-face {
    font-family: "Questrial";
    src: url("../font/Questrial-Regular.ttf") format("truetype");
}


.swal2-border-radius {
    -webkit-border-radius: 0 !important;
    -moz-border-radius: 0 !important;
    border-radius: 0 !important;
}

.mud.dialog{
    border-radius: 30px 30px 30px 30px; 
}

.mud-default-borderradius {
    border-radius: 30px 30px 30px 30px;
}

.employeeIcon {
    background: transparent url('../img/employees.png') no-repeat;
    width:auto;
    height: 50px;
    padding: 0px;
    
}

.mud-nav-link-text{
   align-content:center;
   margin: 0px 50px 0px 10px;
}


.icon-alert {
    background: transparent url('../img/employees.png') no-repeat;
    font-family:Questrial;
    
}


.acceptButton {
    background: #22ADD6 0% 0% no-repeat padding-box !important;
    border: 1px solid #22ADD6 !important;
    border-radius: 30px !important;
    color: white !important;
    text-transform: capitalize;
    font-family: Questrial;
    height: 40px;
    width: 100px
}


.cancelButton {
    background: #f4717a 0% 0% no-repeat padding-box !important;
    border: 1px solid #f4717a !important;
    border-radius: 30px !important;
    color: white !important;
    text-transform: capitalize;
    font-family: Questrial;
    height: 40px;
    width:100px
}

.mud-dialog-title{
    text-align:center;
}

.mud-table-cell-th{
    font-weight: bold !important;
}