@keyframes slideInFromLeft {
    0% {
        transform: translateX(100%);
    }
    100% {
        transform: translateX(0%);
    }
}

.prog001 {
    width: 100%;
    background-color: #ededed;
    margin: 10px 0px;
    height: 40px;
    overflow: hidden;
}

.text001 {
    /* animation: 1.5s ease-out 0s 1 slideInFromLeft; */
    position: absolute;
    height: 40px;
    padding: 10px;
    color: black;
    font-weight: bold;
    font-family: iransansnum;
    overflow: hidden;
    z-index: 1;
}

.prog002 {
    animation: 1.5s ease-out 0s 1 slideInFromLeft;
    width: 80%;
    /* background-color: rgb(66, 19, 236); */
    background-color: #009ccc;
    height: 40px;
    /* opacity: 0.7; */
    overflow: hidden;
}

#contentBox {
    margin-right: 0px;
}

#sideNavBox {
    display: none;
}

.ms-rtestate-field {
    float: right;
    right: 0%;
    display: block;
    position: relative;
    width: 100%;
    overflow: hidden;
}

.fusion-row {
    width: 100%;
    float: right;
    display: block;
}

#content {
    width: 100%;
    float: left;
    min-height: 1px;
}

#pageTitle {
    display: none;
}


/* #content {
    display: none;
} */

.fusion-flip-boxes {
    display: none;
}

.fusion-layout-column {
    display: none;
}

#tables tr:nth-child(odd) {
    /* background-color: #013183 !important; */
    /* border: 3px solid white;
    color: white !important; */
    /* background-image: linear-gradient(to top, #013183, #337eb7); */
    /* box-shadow: inset 0px 1px 0px #fff, 0px 4px 0px #013183, 1px 6px 6px 3px rgb(0 0 0 / 30%); */
}

#tables tr:nth-child(even) {
    /* background-color: #013183 !important; */
    /* border-radius: 5px; */
    /* border: 3px solid white;
    color: white !important; */
    /* background-image: linear-gradient(to top, #013183, #337eb7); */
    /* box-shadow: inset 0px 1px 0px #fff, 0px 4px 0px #013183, 1px 6px 6px 3px rgb(0 0 0 / 30%); */
}

#tables tr td:hover {
    background-color: #bcbcbc;
    cursor: pointer;
}

#tables tr td {
    background-image: linear-gradient(to top, #013183, #337eb7);
    border-radius: 15px !important;
}


/* #tables tr td a {
    background-image: linear-gradient(to top, #013183, #337eb7);
} */

#tables tr td {
    padding: 10px;
    border-radius: 5px;
    box-shadow: inset 0px 1px 0px #fff, 0px 4px 0px #013183, 1px 6px 6px 3px rgb(0 0 0 / 30%);
}