@import url('https://rsms.me/inter/inter.css');

:root {
    --tblr-font-sans-serif: 'Inter Var', -apple-system, BlinkMacSystemFont, San Francisco, Segoe UI, Roboto, Helvetica Neue, sans-serif;
}

body {
    font-feature-settings: "cv03", "cv04", "cv11";
}

#myTable th,
#myTable td {
    text-align: center;

}

.center {
    text-align: center;
}

.clientPhotoSize {
    width: 205px;
    height: 250px;
}

.marginBottom {
    margin-bottom: 2%;
}

div.bigBolderCenter {
    font-size: 40px;
    font-weight: bolder;
    text-align: center;

}

div.bigBolderPadding {
    font-size: 40px;
    font-weight: bolder;
    padding-left: 15%;


}

.limited-image {
    width: 300px;
    height: 200px;
}

select.nowrap {
    width: 200px !important;
}

input.size {
    width: 200px !important;
}


#editalHeight {
    height: 250px;
}

div.bold {
    font-weight: bold;
    font-size: 20px;
}

.positionInputIcon {
    position: relative;
    width: 200px;
}

.positionIcon {
    position: absolute;
    right: 10px;
}

.lists {
    list-style-type: none;
    line-height: 2.5;
}

.ui-datepicker {
    font-size: 20px !important;
}

.textsmall {
    font-size: 9px;
}

.icons {
    width: 25px;
    height: 25px;
}

.mricon {
    margin-right: 10%;
}

.mlicon {
    margin-left: 15%;
}
.mrsee {
    margin-right:5%;
}

.mlupdate {
    margin-left: 5%;
}
.boldnav{
    font-weight: bold;
    font-size: 18px;
}

.logonav{
    width: 250px;
    height: 60px;
}

.pagination .page-item a.page-link {
    text-decoration: none;
}

/* pagination previous and next with the same color */
.pagination .page-item a.page-link:hover {
    text-decoration: none;
    color: inherit;
}
/* pagination previous and next bold */
.pagination .page-item.active a.page-link {
    font-weight: bold;
}
a:link, a:visited {
    color: inherit;
}
a:hover {
    font-weight: bold;
}

.colorText, a.colorText, img.colorText, div.colorText{
    color: white !important;
}

button:hover {
    font-weight: bold;
}




