body, html, div {
    width: 100%;
    height: 100%;
    margin: 0;
    padding: 0;
    overflow: hidden;
    overscroll-behavior: none;
}

.posFixed {
    position: fixed;
}

.enableOverflow {
    overflow: visible;
}

iframe {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0%;
    left: 0%;
    bottom: 0%;
    right: 0%;
    border: none;
    margin: 0 auto;
    padding: 0;
    overflow: hidden;
    z-index: 999999;
}

#loadingAnim {
    position: relative;
    background-size: 100% 100%;
    background-repeat: no-repeat;
    width: 5%;
    height: 9%;
    top: 50%;
    margin: 0 auto;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
}


.removeRow {
    height: 0 !important;
}

button#showBtn:hover {
    background: #1f9e59;
}

.addDebugModeBtn {
    position: absolute;
    top: 10vh;
    background-color: #b3028c;
    z-index: 999999;
    font-size: 1.5vh;
    left: 25vh;
    color: white;
    font-style: normal;
    cursor: pointer;
    border: none;
    border-radius: 10px;
    padding: 20px;
    box-shadow: 10px 10px 6px -10px #00000099;
}

.hide {
    display: none;
}

#mainTable {
    position: absolute;
    padding: 1vh 9vh 1vh 9vh;
    top: 0vh;
    height: 100%;
    background-color: antiquewhite;
    z-index: 999999;
}

#mainTable table {
    margin: 1%;
    border-collapse: separate;
    font-size: 12px;
    text-align: right;
    border: none;
}

.tbody-main {
    position: absolute;
    background-color: #4b5fb5;
    overflow: scroll;
    width: 90%;
    padding: 2vh;
    overflow-x: hidden;
    height: 80%;
    margin-top: 9vh;
}

#mainTable th {
    border-left: 1px solid #555;
    border-right: 1px solid #777;
    border-top: 1px solid #555;
    border-bottom: 1px solid #333;
    box-shadow: inset 0 1px 0 #999;
    color: #fff;
    font-weight: bold;
    padding: 10px 15px;
    position: relative;
    text-shadow: 0 1px 0 #000;
}


#mainTable > tbody > tr {
    border-bottom-style: solid;
    border-bottom-width: 2px;
    border-bottom-color: #FFFFFF;
    display: block;
}

.btnClass {
    position: relative;
    margin: 2% 1% 1% 1%;
    transform: translate(50%, -50%);
    -webkit-transform: translate(50%, -50%);
    -ms-transform: translate(50%, -50%);
    left: 21%;
    height: 4%;
    background-color: lightpink;
    text-align: center;
    width: 6%;
    font-size: 0.5cm;
    cursor: pointer;
}

#mainTable td {


    border: none;

}

#mainTable td:first-child {

}

#mainTable > tbody > tr > td td {
    max-width: 120px;
    height: 28px;
}

#mainTable > tbody > tr > td:first-child {
    padding-right: 20px;
    color: #fff;
    font-size: 13px;
    font-family: arial;
    font-weight: bold;
    width: 145px;
    text-align: right;
}


#mainTable > tbody > tr:nth-child(even) {
}

#mainTable > tbody > tr:nth-child(odd) {
}


.innerT {

}


#btn {
    width: 100%;
    height: 100%;
    /* max-width: 158px; */
    border-radius: 3px;
    font-family: Arial;
    font-size: 12px;
    padding: 0px;
    margin: 4px;
    text-decoration: none;
    border: none;
    border-bottom: solid 2px;


}


td.green {
    background-color: rgb(28, 184, 65); /* this is a green */
}

td.blue {
    background-color: rgb(66, 184, 221); /* this is a light blue */
}

td.purple {
    background-color: rgb(183, 121, 255);
}

td.red {
    background-color: rgb(202, 60, 60); /* this is a maroon */
}

td.orange {
    background-color: rgb(223, 117, 20); /* this is an orange */
}

td.pink {
    background-color: deeppink;
}

tr.green {
    border-bottom-color: rgb(28, 184, 65); /* this is a green */
}

tr.blue {
    border-bottom-color: rgb(66, 184, 221); /* this is a light blue */
}

tr.purple {
    border-bottom-color: rgb(183, 121, 255);
}

tr.red {
    border-bottom-color: rgb(202, 60, 60); /* this is a maroon */
}

tr.orange {
    border-bottom-color: rgb(223, 117, 20); /* this is an orange */
}

tr.pink {
    background-color: deeppink;
}


.green #btn {
    border-bottom: 1px solid #333;
    border-bottom-color: rgb(28, 184, 65); /* this is a green */
}

.blue #btn {
    border-bottom: 1px solid #333;
    border-bottom-color: rgb(66, 184, 221); /* this is a light blue */
}

.purple #btn {
    border-bottom: 1px solid #333;
    border-bottom-color: #E5CEFF;
}

.red #btn {
    border-bottom: 1px solid #333;
    border-bottom-color: rgb(202, 60, 60); /* this is a maroon */
}

.orange #btn {
    border-bottom: 1px solid #333;
    border-bottom-color: rgb(223, 117, 20); /* this is an orange */
}


#back-to-top {
    position: fixed;
    bottom: 40px;
    right: 40px;
    z-index: 9999;
    width: 32px;
    height: 32px;
    text-align: center;
    line-height: 30px;
    background: #f5f5f5;
    color: #444;
    cursor: pointer;
    border: 0;
    border-radius: 2px;
    text-decoration: none;
    transition: opacity 0.2s ease-out;
    opacity: 0;
}

#back-to-top:hover {
    background: #e9ebec;
}

#back-to-top.show {
    opacity: 1;
}

.italam-loader-cover {
    z-index: 1000000;
    top: 0;
    position: absolute;
    left: 50%;
    width: 134vh !important;
    z-index: 1000000;
    transform: translate(-50%);
    height: 100%;
}

.italam-loader {
    z-index: 1000000;
    border: solid 7px #1690D8;
    border-radius: 9999999999px;
    height: 32vh;
    width: 32vh;
    left: 50%;
    position: relative;
    transform: translate(-50%, -50%);
    top: 50%;
    overflow: hidden;
    background-color: #1690D8;
}

.italam-loader-container {
    z-index: 1000000;
    left: 50%;
    position: absolute;
    transform: translate(-50%, -50%);
    top: 44.2%;
    overflow: hidden;
}

.italam-loader-progress {
    z-index: 1000000;
    background-color: #FFE514;
    height: 0;
    top: 100%;
    position: relative;
    transform: translateY(-100%);
}

div#loader {
    z-index: 1000000;
    transform: translate(-50%, -50%);
    top: 50%;
    left: 50%;
    position: relative;
}

/* reload */

.reload-msg-con {
    position: absolute;
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 9999999999;
    font-family: inherit;
}

.reload-msg-con .reload-msg {
    position: absolute;
    width: 38%;
    height: 25%;
    background-color: white;
    display: flex;
    justify-content: space-around;
    flex-direction: column;
    align-items: center;
    padding: 2vh;
    border-radius: 10px;
    background-color: #c2e9fe;
    border: 15px solid #3586dc;
    /* white-space: normal; */
}

.reload-msg-con .reload-msg .msg {
    font-size: 3.5vh;
    line-height: 5vh;
    width: 100%;
    text-align: center;
    height: 5vh;
    padding: 1vh;
    border-radius: 10px;
    font-family: 'OEMishtameshPro-regular';
}

.reload-msg-con .reload-msg .button {
    width: 14vh;
    height: 6vh;
    border-radius: 0.2em;
    background-color: #12B15A;
    font-family: OEMishtameshPro-Regular;
    color: white;
    font-size: 3vh;
    line-height:1vh;
    text-align: center;
    text-shadow: 3px 3px 0px rgba(0, 0, 0, 0.2);
    -webkit-box-shadow: inset 0px -6px 0px 0px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: inset 0px -6px 0px 0px rgba(0, 0, 0, 0.2);
    box-shadow: inset 0px -6px 0px 0px rgba(0, 0, 0, 0.2);
    cursor: pointer;
}

.reload-msg-con .reload-msg .button:active {
    -ms-transform: scale(0.92, 0.92); /* IE 9 */
    -webkit-transform: scale(0.92, 0.92); /* Safari */
    transform: scale(0.92, 0.92);
}

.displayNone {
    display: none;
}


