/*Inicia modal*/

* {
    box-sizing: border-box;
    margin: 0px;
    padding: 0px;
    font-size: 12px;
    font-family: 'Raleway', sans-serif;
}


/* The Modal (background) */

.noticeBlackout {
    /* Hidden by default */
    position: fixed;
    /* Stay in place */
    z-index: 1000;
    /* Sit on top */
    padding-top: 100px;
    /* Location of the box */
    left: 0;
    top: 0;
    width: 100%;
    /* Full width */
    height: 100%;
    /* Full height */
    overflow: auto;
    /* Enable scroll if needed */
    background-color: rgb(0, 0, 0);
    /* Fallback color */
    background-color: rgba(0, 0, 0, 0.6);
    /* Black w/ opacity */
}

.noticeArea {
    background-color: #fefefe;
    margin: auto;
    padding: 20px;
    border: 1px solid #888;
    width: 55%;
}

.noticeBody {
    padding: 50px;
}

.noticeBody p {
    padding: 10px 20px;
    /*font-size: 16px;*/
    text-align: justify;
}

.spn {
    color: #ff0000;
    /*font-size: 16px;*/
    font-weight: bold;
}

.noticeBody ul {
    margin-left: 50px;
}


/*.noticeBody li,
i,
b {
    font-size: 16px;
}*/


/*.noticeBody span {
    font-size: 16px;
}*/


/*Inicia tabla de resultados de búsqueda*/
.closebarItemDetail {
    display: flex;
    align-items: center;
    justify-content: space-between;
    /*margin: 10px 0px;*/
    padding: 5px;
}

.closebar {
    display: flex;
    align-items: center;
    justify-content: space-between;
    /*margin: 10px 0px;*/
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);
    padding: 5px;
}

.closebar-title {
    color: #000;
    /*border: 1px solid orangered;*/
    width: 100%;
    height: 30px;
    font-size: 16px;
    display: flex;
    justify-content: center;
    /*align-items: center;*/
}

.closeBtn {
    color: orangered;
    font-size: 30px;
    padding-right: 5px;
    border: none;
}

.closeBtn:hover,
.closeBtn.focus {
    color: red;
    text-decoration: none;
    cursor: pointer;
}

.cssModalZone {
    /*box-shadow: 3px 3px 3px #797D7F;*/
    /*height: 90%;*/
    overflow: auto;
}

.cssSearch {
    width: 100%;
}

.tContainer {
    overflow: auto;
    height: 550px;
}

.table {
    background-color: #fff;
    text-align: left;
    border-collapse: collapse;
    width: 100%;
}

.ha-data {
    text-align: center;
    width: 110px;
}

.ha-data-subjectName {
    width: 400px;
    text-align: left;
}

tbody tr {
    height: 25px;
}

tbody .inscriptionsPlus {
    text-align: center;
}

.addInsc {
    color: yellowgreen;
    font-size: 24px;
    padding-right: 5px;
    border: none;
}

th,
td {
    padding: 60px 0px 0px;
    vertical-align: middle;
}

thead {
    background-color: #2471A3;
    color: white;
}


/*tr:nth-child(even) {
    background-color: #fdfdfd;
}*/

tbody tr:hover {
    cursor: pointer;
}

.table-fixed tbody {
    overflow-y: auto;
}

tbody img {
    width: 30px;
    border-radius: 50%;
}


/*Termina tabla de resultados de búsqueda*/


/*Inicia modal*/

.cssModal {
    width: 100%;
    height: 100%;
    opacity: 0;
}

.cssModalas {
    position: fixed;
    width: 100%;
    height: 100%;
    opacity: 0;
}

.cssModalTitleBar {
    display: flex;
    align-items: center;
    justify-content: space-between;
    background-color: #2471A3;
    box-shadow: 3px 3px 3px #797D7F;
}

.cssModalTitleBar span {
    font-size: 20px;
}

.titlebar {
    font-size: 20px;
    color: #fff;
    height: 40px;
    padding-top: 5px;
    padding-left: 15px;
}

.titlebar-controls {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 150px;
    padding-right: 20px;
}

.addSP {
    color: #fff;
    font-size: 17px;
    padding-right: 5px;
    border: none;
}

.saveBtnModal {
    color: #fff;
    font-size: 30px;
    padding-right: 5px;
    border: none;
}

.saveBtnModal:hover,
.saveBtnModal.focus {
    color: yellowgreen;
    text-decoration: none;
    cursor: pointer;
}

.closeBtnModal {
    color: #fff;
    font-size: 30px;
    padding-right: 5px;
    border: none;
}

.closeBtnModal:hover,
.closeBtnModal.focus {
    color: red;
    text-decoration: none;
    cursor: pointer;
}

.nav-cards-container {
    display: grid;
    grid-template-columns: repeat(50, 1fr);
    height: 80%;
    background-color: #eaeaea;
    margin-top: 5px;
    overflow: auto;
}

.nav-cards-container-inner {
    display: grid;
    grid-template-columns: repeat(50, 1fr);
    height: 93%;
    /*background-color: #eaeaea;*/
    margin-top: 5px;
    overflow: auto;
}

.nav-cardsL-container-inner {
    display: grid;
    grid-template-columns: repeat(50, 1fr);
    height: 85%;
    /*background-color: #eaeaea;*/
    margin-top: 5px;
    overflow: auto;
}

.nav-cardsVL-container-inner {
    display: grid;
    grid-template-columns: repeat(50, 1fr);
    height: 88%;
    /*background-color: #eaeaea;*/
    margin-top: 5px;
    overflow: auto;
}

.divfoto {
    display: flex;
    align-items: center;
    flex-direction: column;
    height: 100px;
    width: 100%;
    align-items: center;
    margin: 20px 0px 30px;
}

.fotoPersona {
    width: 118px;
    height: 120px;
    /*border: 3px solid #2471A3;*/
    border-radius: 50%;
}

.custom-file-upload i {
    width: 40px;
    position: relative;
    top: -40px;
    left: 60px;
    color: #2471A3;
    font-size: 30px;
    cursor: pointer;
}

.csf-file-upload_btn {
    border: 1px solid rgba(0, 0, 0, 0.329);
    cursor: pointer;
    background-color: rgb(245, 245, 245);
    font-weight: 500;
    padding: 5px;
}

.img-uploader {
    display: none;
}


/*.modalHover:hover {
    border: 5px solid #D6D6D6;
    cursor: pointer;
}*/

.alert-success {
    background-color: #02B875;
    color: #fff;
    font-size: 30px;
    position: absolute;
    border-radius: 10px;
    /*z-index: 10000;*/
}

.alert-danger {
    background-color: #D9534F;
    color: #fff;
    font-size: 30px;
    position: absolute;
    border-radius: 10px;
}

.cssClosebarItemDetail {
    text-align: center;
    border-radius: 10px;
    padding: 10px;
    width: 100%;
    height:fit-content;
    background: #fff;
    overflow: auto;
    margin: 3px;
    border: 1px solid orangered;
}

.modalAutoCard {
    text-align: center;
    border-radius: 10px;
    padding: 10px;
    width: 100%;
    height: 99%;
    background: #fff;
    overflow: auto;
    box-shadow: 2px 2px 2px #797D7F;
    margin: 3px;
}

.spCard {
    text-align: center;
    border-radius: 10px;
    padding: 10px;
    width: 495px;
    height: 80px;
    background: #fff;
    /*overflow: auto;*/
    box-shadow: 2px 2px 2px #797D7F;
    margin: 3px;
}

.modalExtraSmallCard {
    text-align: center;
    border-radius: 10px;
    padding: 10px;
    width: 420px;
    height: 99%;
    background: #fff;
    overflow: auto;
    box-shadow: 2px 2px 2px #797D7F;
    margin: 3px;
}

.modalExtraSmallCard-inner {
    text-align: center;
    /*border-radius: 10px;*/
    padding: 10px;
    width: 420px;
    height: 100%;
    background: #fff;
    overflow: auto;
    /*box-shadow: 2px 2px 2px #797D7F;
    margin: 3px;*/
}

.modalExtraSmallCardInsc-inner {
    text-align: center;
    /*border-radius: 10px;*/
    padding: 10px;
    width: 540px;
    height: 100%;
    background: #fff;
    overflow: auto;
    /*box-shadow: 2px 2px 2px #797D7F;
    margin: 3px;*/
}

.modalExtraSmallCardInsc-inner2 {
    text-align: center;
    /*border-radius: 10px;*/
    padding: 10px;
    width: 520px;
    height: 90%;
    background: #fff;
    overflow: auto;
    /*box-shadow: 2px 2px 2px #797D7F;
    margin: 3px;*/
}

.modalSmallCard {
    text-align: center;
    /*border-radius: 10px;*/
    padding: 10px;
    width: 395px;
    height: 100%;
    background: #fff;
    overflow: none;
    /*box-shadow: 2px 2px 2px #797D7F;*/
    /*margin: 3px;*/
}

.modalExtraMediumCard {
    text-align: center;
    border-radius: 10px;
    padding: 10px;
    width: 720px;
    height: 99%;
    background: #fff;
    overflow: auto;
    box-shadow: 2px 2px 2px #797D7F;
    margin: 3px;
}

.modalMediumCard {
    text-align: center;
    /*border-radius: 10px;*/
    padding: 10px;
    width: 690px;
    height: 100%;
    background: #fff;
    overflow: none;
    /*box-shadow: 2px 2px 2px #797D7F;
    margin: 3px;*/
}

.modalLargeCard {
    text-align: center;
    border-radius: 10px;
    padding: 10px;
    width: 1000px;
    height: 99%;
    background: #fff;
    overflow: auto;
    box-shadow: 2px 2px 2px #797D7F;
    margin: 3px;
}

.modalExtraLargeCard {
    text-align: center;
    /*border-radius: 10px;*/
    padding: 10px;
    width: 1330px;
    height: 100%;
    background: #fff;
    overflow: auto;
    /*box-shadow: 2px 2px 2px #797D7F;
    margin: 3px;*/
}

.modalExtraLargeCard2 {
    text-align: center;
    /*border-radius: 10px;*/
    padding: 10px;
    width: 1300px;
    height: 87%;
    background: #fff;
    overflow: auto;
    /*box-shadow: 2px 2px 2px #797D7F;
    margin: 3px;*/
}

.modalVeryExtraLargeCard {
    text-align: center;
    border-radius: 10px;
    padding: 10px;
    width: 1890px;
    height: 99%;
    background: #fff;
    overflow: auto;
    box-shadow: 2px 2px 2px #797D7F;
    margin: 3px;
}

.modalFullLargeCard {
    text-align: center;
    border-radius: 10px;
    padding: 10px;
    position: absolute;
    left: 5px;
    right: 5px;
    top: 50px;
    bottom: 150px;
    background: #fff;
    /*overflow: auto;*/
    box-shadow: 2px 2px 2px #797D7F;
}

.card img {
    position: absolute;
    width: 80px;
    /*height: 50px;*/
}

.card-header {
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #fff;
    height: 30px;
}

.card-header span {
    color: #2471A3;
    font-size: 18px;
}

.card-header .subtitle {
    font-size: 20px;
    color: #2471A3;
    font-weight: bold;
}

.poster-desc-ext {
    display: flex;
    align-items: center;
    flex-direction: column;
}

.card-desc-ext {
    display: flex;
    align-items: center;
    flex-direction: column;
}

.card-desc-int {
    display: flex;
    align-items: center;
    flex-direction: column;
}

.card-desc-grid-int {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 25px;
    margin: 8px 0px;
}

.card-section {
    font-size: 16px;
    color: #2471A3;
    font-weight: bold;
}

.input-div-spCard {
    margin: 10px 0px;
    width: 100%;
}

.dlSubProduct {
    margin-top: 10px;
    width: 100%;
    height: 20px;
    border: 1px solid #2471A3;
    border-radius: 5px;
    box-shadow: .5px .5px .5px #c4c4c4;
}

datalist {
    position: sticky;
    width: 100%;
    max-height: 20em;
    border: 0 none;
    overflow-x: hidden;
    overflow-y: auto;
    border: 1px solid #2471A3;
}

datalist option {
    width: 100%;
    font-size: 0.8em;
    padding: 0.3em 1em;
    background-color: rgb(243, 243, 243);
    cursor: pointer;
}

.cmbPplan {
    width: 100px;
}

.firstinsc {
    /*background-color: rgb(238, 253, 238);*/
    border-left: 4px solid greenyellow;
}

.otherinsc {
    background-color: #fff;
}

.lastinsc {
    /*background-color: rgb(238, 253, 238);*/
    border-left: 4px solid rgb(255, 89, 47);
}

.activeInsc {
    /*background-color: #ececec;*/
    background-color: rgb(226, 255, 226);
}

.inactiveInsc {
    background-color: #fff;
}


/* option active styles */

datalist option:hover,
datalist option:focus {
    color: #fff;
    background-color: #2471A3;
    outline: 0 none;
}

.oknoAddSubProduct {
    position: sticky;
    width: 100%;
    /*border: 1px solid orangered;*/
    display: flex;
    align-items: center;
    justify-content: space-around;
}

.btnOkNoSP {
    margin: 10px;
}

.input-div {
    margin: 10px 0px;
    width: 372px;
}

.input-div-top {
    display: flex;
    align-items: center;
    height: 20px;
}

.input-div-x1y2 {
    padding: 0px;
    height: 20px;
}

.input-label {
    padding: 0px;
    height: 18px;
    color: #2471A3;
    font-size: 14px;
}

.input-label-mandatory {
    margin-top: 15px;
    /*height: 18px;*/
    color: #c50000;
    font-weight: bold;
    font-size: 26px;
}

.input-div-x1y2 {
    padding: 0px 0px 0px 20px;
}

.input-div-bottom {
    display: flex;
    align-items: center;
    border: 1px solid #c4c4c4;
    height: 30px;
    width: 370px;
}

.input-div-bottom_changed {
    border: 1px solid #4adb4a;
}

.input-div-bottom_failed {
    border: 1px solid #ff0000;
}

.cmb_changed {
    border: 2px solid #4adb4a;
    /*background-color: #000;
    font-size: 14px;*/
}

.seePass {
    cursor: pointer;
}

.cmbScholarship {
    width: 100px;
}

.cmbPPlan {
    width: 100px;
}

.input-div-x2y1 {
    padding: 0px 5px 3px;
    width: 30px;
    color: #2471A3;
    font-size: 17px;
    border-right: 1px solid #c4c4c4;
}

.input-div-x2y1 span {
    color: #2471A3;
    font-size: 14px;
}

.input-div-x2y2 {
    padding: 0px 0px 2px;
}

.input-div-bottom input {
    padding: 1px 0px 0px;
    height: 25px;
    width: 340px;
    background-color: #fff;
    border: none;
    font-size: 14px;
    vertical-align: center;
}

.input-div-bottom input:focus {
    outline: 0px;
}

.input-div-bottom select {
    padding: 1px 0px 0px;
    height: 26px;
    width: 339px;
    background-color: #fff;
    border: none;
    font-size: 14px;
    vertical-align: center;
}

.input-div-bottom select:focus {
    outline: 0px;
}

.input-div-bottom select option {
    font-size: 14px;
}

.input-div-bottom .input-date {
    width: 260px;
    background-color: #fff;
    border: none;
    margin-top: 3px;
    padding: 0px 5px 0px;
    font-size: 14px;
    vertical-align: center;
}


/*.input-div-bottom .input-date:focus {
    outline: 0px;
}*/

.btnsAction {
    display: flex;
    align-items: center;
    justify-content: space-around;
    width: 100%;
    background-color: #fff;
}

.btnsAction i {
    font-size: 20px;
}

.btnDoSave {
    width: 50%;
    height: 40px;
    font-size: 16px;
    font-weight: bold;
    border: 0;
    text-align: center;
    background-color: #00A441;
    color: #fff;
    margin-top: 60px;
    margin-bottom: 20px;
    border-radius: 50px;
    transition: all 200ms ease;
    margin: 10px 300px;
    padding-top: 8px;
}

.btnDoSave:hover {
    background: #00923B;
    cursor: pointer;
}

.btnDoSave:active {
    background: #007E33;
    outline: 0;
    border: 0;
}

.btnDoSave:focus {
    background: #007E33;
    outline: 0;
    border: 0;
}

.btnClose {
    width: 50%;
    height: 40px;
    font-size: 16px;
    font-weight: bold;
    border: 0;
    text-align: center;
    background-color: #E63A40;
    color: #fff;
    margin-top: 60px;
    margin-bottom: 20px;
    border-radius: 50px;
    transition: all 200ms ease;
    margin: 10px 300px;
    padding-top: 8px;
}

.btnClose:hover {
    background: #E31D22;
    cursor: pointer;
}

.btnClose:active {
    background: #C9191D;
    outline: 0;
    border: 0;
}

.btnClose:focus {
    background: #C9191D;
    outline: 0;
    border: 0;
}


/*Termina modal*/

.sortInputsH {
    display: flex;
    align-items: center;
    justify-content: left;
    margin-top: 20px;
    /*border: 1px solid orangered;*/
    margin-top: -10px;
}

.employeeGeneralData {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 10px;
    align-items: flex-start;
    justify-content: center;
    padding: 20px;
}

.cssORTitle {
    font-weight: bold;
    font-size: 16px;
}

.cssORSubTitle {
    font-weight: bold;
    font-size: 12px;
}


/*Inicia histoarial académico*/

.ha-header {
    display: flex;
    align-items: center;
    justify-content: space-around;
    margin-top: 20px;
}

.ha-Logo {
    height: 180px;
}

.ha-Logo img {
    height: 180px;
}

.ha-RightSide {
    width: 1000px;
}

.ha-TopRighSide {
    display: flex;
    align-items: center;
    justify-content: space-around;
}

.ha-BottomRighSide {
    margin-top: 20px;
}

.nav-ha-sp {
    overflow: auto;
    /*background-color: #F3B143;*/
    background-color: #fff;
}

.capsules-ha-sp {
    display: grid;
    grid-template-columns: repeat(50, 1fr);
    gap: 25px;
    margin: 8px 0px;
}

.capsule-ha-sp-ns {
    text-align: center;
    border-radius: 10px;
    width: auto;
    padding: 2.5px 20px;
    height: 25px;
    background: #fff;
    border: 1px solid #1884C9;
    white-space: nowrap;
}

.capsule-ha-sp-ns .ha-tab-text {
    color: #2471A3;
}

.capsule-ha-sp-ns:hover {
    border: 2px solid #1884C9;
    cursor: pointer;
}

.capsule-ha-sp {
    text-align: center;
    border-radius: 10px;
    width: auto;
    padding: 2.5px 20px;
    height: 25px;
    background: #2471A3;
    border: 1px solid #1884C9;
    white-space: nowrap;
}

.capsule-ha-sp:hover {
    border: 2px solid #1884C9;
    cursor: context-menu;
}

.capsule-ha-sp .ha-tab-text {
    color: #fff;
}

.capsule-ha-sp-add {
    text-align: center;
    border-radius: 10px;
    width: auto;
    padding: 2.5px 20px;
    height: 25px;
    background: #2471A3;
    border: 1px solid #1884C9;
    white-space: nowrap;
}

.capsule-ha-sp-add:hover {
    border: 2px solid #1884C9;
    cursor: pointer;
}

.capsule-ha-sp-add .ha-tab-text {
    color: #fff;
}

.capsule-ha-sp-remove {
    text-align: center;
    border-radius: 10px;
    width: auto;
    padding: 2.5px 20px;
    height: 25px;
    background: #C9191D;
    border: 1px solid #ff0000;
    white-space: nowrap;
}

.capsule-ha-sp-remove:hover {
    border: 2px solid #ff0000;
    cursor: pointer;
}

.capsule-ha-sp-remove .ha-tab-text {
    color: #fff;
}

.ha-tab-text {
    color: #fff;
    font-weight: bold;
}

.ha-row {
    display: flex;
    align-items: center;
    height: 30px;
}


/* Start customized combo*/


/*the container must be positioned relative:*/

.custom-select {
    position: relative;
    /*font-family: Arial;*/
}

.custom-select-select {
    display: none;
    /*hide original SELECT element:*/
}

.select-selected {
    background-color: #2471A3;
}


/*style the arrow inside the select element:*/

.select-selected:after {
    position: absolute;
    content: "";
    top: 14px;
    right: 10px;
    width: 0;
    height: 0;
    border: 6px solid transparent;
    border-color: #fff transparent transparent transparent;
}


/*point the arrow upwards when the select box is open (active):*/

.select-selected.select-arrow-active:after {
    border-color: transparent transparent #fff transparent;
    top: 7px;
}


/*style the items (options), including the selected item:*/

.select-items div,
.select-selected {
    color: #ffffff;
    padding: 8px 16px;
    border: 1px solid transparent;
    border-color: transparent transparent rgba(0, 0, 0, 0.1) transparent;
    cursor: pointer;
    user-select: none;
}


/*style items (options):*/

.select-items {
    position: absolute;
    background-color: #2471A3;
    top: 100%;
    left: 0;
    right: 0;
    z-index: 999;
}


/*hide the items when the select box is closed:*/

.select-hide {
    display: none;
}

.select-items div:hover,
.same-as-selected {
    background-color: rgba(0, 0, 0, 0.1);
}


/*Finish cutomized combo*/

.nombre-uci {
    font-family: 'Times New Roman', Times, serif;
    font-size: 30px;
    color: #00529B;
    margin: 0px 60px;
    font-weight: bold;
}

.ha-date {
    display: flex;
    align-items: center;
    justify-content: space-around;
    flex-direction: column;
}

.ha-date .ha-date-caption {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 15px;
    font-weight: bold;
    background-color: #f1f1f1;
    width: 120px;
}

.ha-date .ha-date-value {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 16px;
    font-weight: bold;
    width: 120px;
}

.ha-row .ha-data-caption {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 11px;
    background-color: #f1f1f1;
    text-align: right;
    padding: 7px 5px 0px 0px;
    height: 30px;
}

.ha-row .c1 {
    width: 80px;
}

.ha-row .c3 {
    width: 130px;
}

.ha-row .c5 {
    width: 90px;
}

.ha-row .l3c5 {
    width: 100px;
}

.ha-row .ha-data-value {
    /*font-family: Arial, Helvetica, sans-serif;*/
    font-size: 14px;
    text-align: center;
    padding: 5px 0px 0px 0px;
    height: 30px;
}

.ha-row .c2 {
    width: 380px;
    border-bottom: 1px solid #000000;
}

.ha-row .c4 {
    width: 80px;
    border-bottom: 1px solid #000000;
}

.ha-row .c6 {
    width: 80px;
    border-bottom: 1px solid #000000;
}

.ha-row .l2c4 {
    width: 250px;
    border-bottom: 1px solid #000000;
}

.ha-row .l3c4 {
    width: 40px;
    border-bottom: 1px solid #000000;
}

.ha-row .l3c6 {
    width: 110px;
    border-bottom: 1px solid #000000;
}

.ha-summary {
    display: flex;
    align-items: center;
    justify-content: space-around;
    margin-top: 20px;
}

.ha-summary-block {
    width: 230px;
    height: 170px;
    /*border: 1px solid orangered;*/
}

.summary-title {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 14px;
    text-align: center;
    font-weight: bold;
    border: 1px solid #333333;
    padding: 3px 0px 0px 0px;
    height: 30px;
}

.ha-summary-block .b1-l2,
.ha-summary-block .b1-l4 {
    height: 25px;
    /*border: 1px solid blue;*/
}

.ha-summary-block .b1-l3,
.ha-summary-block .b1-l5 {
    display: flex;
    align-items: center;
    height: 43px;
    /*border: 1px solid greenyellow;*/
}

.ha-summary-block .b2-l2,
.ha-summary-block .b2-l4,
.ha-summary-block .b2-l6 {
    height: 15px;
    /*border: 1px solid blue;*/
}

.ha-summary-block .b2-l3,
.ha-summary-block .b2-l5,
.ha-summary-block .b2-l7 {
    display: flex;
    align-items: center;
    height: 28px;
    /*border: 1px solid greenyellow;*/
}

.ha-summary-block .b3-l2,
.ha-summary-block .b3-l5 {
    height: 17px;
    /*border: 1px solid blue;*/
}

.ha-summary-block .b3-l3,
.ha-summary-block .b3-l4,
.ha-summary-block .b3-l6 {
    display: flex;
    align-items: center;
    height: 32px;
    /*border: 1px solid greenyellow;*/
}

.ha-summary-block .b4-l2,
.ha-summary-block .b4-l4 {
    height: 25px;
    /*border: 1px solid blue;*/
}

.ha-summary-block .b4-l3,
.ha-summary-block .b4-l5 {
    display: flex;
    align-items: center;
    height: 43px;
    /*border: 1px solid greenyellow;*/
}

.b1-l3-c1 {
    background-color: #f1f1f1;
    width: 70px;
    height: 30px;
    padding: 7px 5px 0px 0px;
    text-align: right;
}

.b1-l3-c2 {
    width: 50px;
    height: 30px;
    padding: 7px 5px 0px 0px;
    text-align: center;
}

.b1-l3-c3 {
    background-color: #f1f1f1;
    width: 50px;
    height: 30px;
    padding: 7px 5px 0px 0px;
    text-align: right;
}

.b1-l3-c4 {
    width: 50px;
    height: 30px;
    padding: 7px 5px 0px 0px;
    text-align: center;
}

.b1-l5-c1 {
    background-color: #f1f1f1;
    width: 70px;
    height: 30px;
    padding: 7px 5px 0px 0px;
    text-align: right;
}

.b1-l5-c2 {
    width: 80px;
    height: 30px;
    padding: 7px 5px 0px 0px;
    text-align: center;
}

.b1-l5-c3 {
    background-color: #f1f1f1;
    width: 70px;
    height: 30px;
    padding: 7px 5px 0px 0px;
    text-align: center;
}

.b2-l3-c1,
.b2-l5-c1,
.b2-l7-c1 {
    background-color: #f1f1f1;
    width: 170px;
    height: 28px;
    padding: 7px 5px 0px 0px;
    text-align: right;
}

.b2-l3-c2,
.b2-l5-c2,
.b2-l7-c2 {
    width: 60px;
    height: 28px;
    padding: 7px 5px 0px 0px;
    text-align: center;
}

.b3-l3-c1,
.b3-l4-c1,
.b3-l6-c1 {
    background-color: #f1f1f1;
    width: 125px;
    height: 32px;
    padding: 7px 5px 0px 0px;
    text-align: right;
}

.b3-l3-c2,
.b3-l4-c2,
.b3-l6-c2 {
    width: 60px;
    height: 32px;
    padding: 7px 5px 0px 0px;
    text-align: center;
}

.b3-l3-c3,
.b3-l4-c3 {
    background-color: #f1f1f1;
    width: 40px;
    height: 32px;
    padding: 7px 5px 0px 0px;
    text-align: center;
}

.b4-l3-c1 {
    background-color: #f1f1f1;
    width: 150px;
    height: 28px;
    padding: 7px 5px 0px 0px;
    text-align: right;
}

.b4-l3-c2 {
    width: 80px;
    height: 32px;
    padding: 7px 5px 0px 0px;
    text-align: center;
}

.b4-l5-c1 {
    background-color: #f1f1f1;
    width: 130px;
    height: 28px;
    padding: 7px 5px 0px 0px;
    text-align: right;
}

.b4-l5-c2 {
    width: 100px;
    height: 32px;
    padding: 7px 5px 0px 0px;
    text-align: center;
}

.ha-subjects-header {
    display: flex;
    align-items: center;
    margin-top: 10px;
    border-left: 1px solid #666666;
    border-right: 1px solid #666666;
    background-color: #f1f1f1;
}

.ha-sh-c1,
.ha-sh-c5 {
    width: 80px;
    height: 60px;
    font-size: 10px;
    font-weight: bold;
    text-align: center;
    padding-top: 15px;
    border-left: 1px solid #666666;
    border-right: 1px solid #666666;
}

.ha-sh-c2,
.ha-sh-c4,
.ha-sh-c6 {
    width: 110px;
    height: 60px;
    font-size: 12px;
    font-weight: bold;
    text-align: center;
    padding-top: 20px;
    border-left: 1px solid #666666;
    border-right: 1px solid #666666;
}

.ha-sh-c3 {
    width: 410px;
    height: 60px;
    font-size: 12px;
    font-weight: bold;
    text-align: center;
    padding-top: 20px;
    border-left: 1px solid #666666;
    border-right: 1px solid #666666;
}

.ha-sh-c7,
.ha-sh-c8 {
    width: 40px;
    height: 60px;
    font-size: 10px;
    font-weight: bold;
    text-align: center;
    padding-top: 10px;
    border-left: 1px solid #666666;
    border-right: 1px solid #666666;
}

.dataUpdateInstructions {
    text-align: left;
}

.img_move_right_box {
    width: 100%;
    display: flex;
    justify-content: space-between;
}

.img_move_right {
    width: 10%;
    height: 30px;
    margin-right: 0;
}


/*Termina historial académico*/

@media screen and (max-width: 1950px) {
    .tContainer {
        height: 540px;
    }
}

@media screen and (max-width: 850px) {
    .noticeArea {
        width: 90%;
    }
    .titlebar {
        font-size: 12px;
    }
    .noticeBody {
        padding: 5px;
    }
    .noticeBody p {
        padding: 5px 10px;
        /*font-size: 12px;*/
    }
    /*.spn {
        font-size: 12px;
    }*/
    .noticeBody ul {
        margin-left: 15px;
    }
    /*.noticeBody li,
    i,
    b {
        font-size: 12px;
    }*/
    .nav-cards-container {
        height: 100%;
    }
    .modalHover {
        height: 487px;
    }
    .btnsAction i {
        font-size: 15px;
    }
    .btnDoSave {
        height: 20px;
        padding: 0px;
        font-size: 12px;
        margin: 10px 50px;
    }
    .btnClose {
        height: 20px;
        padding: 0px;
        font-size: 12px;
        margin: 10px 50px;
    }
    .employeeGeneralData {
        grid-template-columns: repeat(2, 1fr);
    }
    .cssModalas {
        height: 95%;
    }
    .tContainer {
        height: 160px;
    }
    /*.nav-cards-container {
        height: 80%;
    }
    .modalExtraSmallCard {
        height: 100%;
    }
    .modalSmallCard {
        height: 100%;
    }*/
}

@media screen and (max-width: 700px) {
    .cssModalas {
        height: 93%;
    }
    .tContainer {
        height: 350px;
    }
    /*.nav-cards-container {
        height: 80%;
    }
    .modalExtraSmallCard {
        height: 100%;
    }
    .modalSmallCard {
        height: 100%;
    }*/
}