body {
  background: #abc; 
  color:#048;      
}
a { 
    cursor: pointer;
}

input{
    padding-left: 0.2rem;
}

/*Clases Personales SICAD*/
.bgForm { 
  background: #bbb;
}

.tabBody{
    height: calc(40vh - 1px);
    min-height: calc(150px + 1px);
    overflow-y: scroll;
}

.modalmask {
    padding-top: 5px;
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: #bcd;
    /*opacity:0.6;*/
    display: none;
    z-index: 90;
    pointer-events: auto;
}

.modalMaskMsg {
    font-family: Arial, sans-serif;
    text-align: center;
    padding-top: 5px;
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: transparent;
    display: block;
    z-index: 99999;
    cursor: wait;
}
.modalBoxMsg{
    text-align: center;
    vertical-align: middle;
    margin: 0 auto;
    position: relative;
    padding-left: 0px;
    padding-top: 0px;
    padding-right: 0px;
    padding-bottom: 5px;
    background: #fff;
    border: #666666 1px solid;
    border-radius:3px;
    cursor: auto;
}
