body {
    padding: 0;
    margin: 0;
}

#header {
    height: 10vh;
    width: 100%;
    padding-top: inherit; /*8px;*/
    padding-left: inherit; /*10px;*/
    box-sizing: border-box;
    position: fixed;
    z-index: 100;
    background: -moz-linear-gradient(left, rgba(64,200,196,1) 0%, rgba(69,150,178,1) 51%, rgba(72,115,166,1) 100%) !important; /* FF3.6-15 */
    background: linear-gradient(to right, rgba(64,200,196,1) 0%,rgba(69,150,178,1) 51%,rgba(72,115,166,1) 100%) !important; /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
}

.header-title {
    align-content: center;
    width: 100%;
    text-align: center;
    color: white;
    font-size: 4.5vh;
    font-family: 'Sakkal Majalla',Arial;
    position: absolute;
    top: 26px;
    z-index: 100;
}

i.logo {
    position: absolute;
    right: 25px;
    top: 34px;
    color: white;
    z-index: 1500;
    font-size: 4vh;
}

#ie-error {
    font-family: -apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,Oxygen-Sans,Ubuntu,Cantarell,"Helvetica Neue",sans-serif;
    font-weight: 300;
}

#pdfviewer {
    position: absolute;
    top: 118px;
    left: 0;
    right: 0;
    bottom: 0;
}

#ifrmMOM {
    position:fixed;
    top: 10%; /*118px*/
    left: 0;
    right: 0;
    bottom: 0;
    display:none;
    /*width:100% !important;*/
    height:100% !important;
    border: 0px;
}


.loader {
    position: fixed;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    z-index: 9999;
    background: url('../../../App-My-Assets/images/ajax-loader.gif') 50% 50% no-repeat #FFFFFF;
    opacity: 0.6;
    filter: alpha(opacity=60); /* For IE8 and earlier */
    display: none;
}

.img1000{
	display:none !important;
	margin-left:auto !important;
	margin-right:auto !important;
	width:20% !important;
	height:80px !important;
}

.ct-pdfviewer-versioninfo {
    position: absolute;
    bottom: 15px;
    left: 2px;
    background-color: rgba(74, 74, 74, .5);
    color: #ffffff;
    padding: 2px;
    font-size: 11px;
    font-family: monospace;
    z-index: 9999;
}
/*@media screen and (max-width: 768px) {
          #header {
            height: 118px;
            padding-top: 6px;
          }
          i.logo {
     
          }
        }*/




.sidenav {
    height: 100%;
    width: 6vh;
    position: fixed;
    z-index: 99;
    top: 0;
    left: 0;
    overflow-x: hidden;
    transition: 0.5s;
    padding-top: 120px;
    background: -moz-linear-gradient(right, rgba(64,200,196,1) 0%, rgba(69,150,178,1) 51%, rgba(72,115,166,1) 100%) !important; /* FF3.6-15 */
    background: linear-gradient(to left, rgba(64,200,196,1) 0%,rgba(69,150,178,1) 51%,rgba(72,115,166,1) 100%) !important; /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
}

    .sidenav a {
        padding: 0vh 3vh 2vh 0vh;
        text-decoration: none;
        font-size: 25px;
        color: #818181;
        display: block;
        transition: 0.3s;
    }

.sidenav a:hover {
    color: #f1f1f1;
}

i.menu {
    position: absolute;
    left: 25px;
    top: 34px;
    color: white;
    z-index: 1500;
    font-size: 3.2vh;
}

.memolink {
    color: white !important;
    /*text-align:left !important;*/
    text-indent: -1vh !important;
    font-weight: bold;
    padding-top: 3vh !important;
    font-size: 3vh !important;
    /*overflow-y: scroll !important;*/
    overflow: hidden !important;
}

.memolinkSelected {
    color: black !important;
    border-radius: 10px;
    margin: 3px !important;
    background: -moz-linear-gradient(right, rgba(153,153,153,1) 0%, rgba(195,195,195,1) 51%, rgba(255,255,255,1) 100%) !important; /* FF3.6-15 */
    background: linear-gradient(to left, rgba(153,153,153,1) 0%,rgba(195,195,195,1) 51%,rgba(255,255,255,1) 100%) !important; /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
}

.memolinkText {
    display: none;
}

.memolinkTextShow {
    display: block;
    height: 60px;
    overflow-y: scroll;
    font-size: 2.2vh !important;
    text-align: right !important;
    color: white;
    margin-right: 8px;
}

.memolinkhrGreen {
    background-color: #40c9c4;
    height: 8px;
}

.memolinkhrPurple {
    background-color: #4873a6;
    height: 8px;
}

.memolinkhrGray {
    background-color: #7e7a7a;
    height: 8px;
}
/*.sidenav .closebtn {
    position: absolute;
    top: 34px;
    right: 25px;
    font-size: 3.2vh;
    margin-left: 50px;
    display: none;
    color: white;
}*/

/* Style page content - use this if you want to push the page content to the right when you open the side navigation */
#pdfviewer {
    transition: margin-left .5s;
    padding: 20px;
}


@media screen and (max-height: 450px) {
    .sidenav {
        padding-top: 15px;
    }

        .sidenav a {
            font-size: 18px;
        }
}

h2{
    color:#ffffff;
}
#PDFV {
    /*height: 100vw;*/
}

/********** Magnify PDF Loader ****************************************************************/
.pdf-dialog {
    display: flex;
    flex-direction: column;
    z-index: 2;
    color: #ffffff;
    border: dashed 2px #91E1DC;
    border-radius: 20px;
    background-color: #40C9C4;
    width: 90%;
    height: 50%;
    justify-content: center;
    align-items: center;
    align-content: center;    
}

.pdf-loader {
    position: absolute;
    inset: 0;
    background: #40C9C4;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 10; /* just above the modal content */
}

.pdf-sheet {
    width: 260px;
    height: 360px;
    background: #fff;
    border-radius: 6px;
    box-shadow: 0 12px 30px rgba(0,0,0,.15);
    padding: 20px;
    display: flex;
    flex-direction: column;
    animation: float 2.5s ease-in-out infinite;
}

/* Header bar */
.pdf-header {
    height: 18px;
    width: 100%;
    background: #40C9C4; /* NEW COLOR */
    border-radius: 3px;
    margin-bottom: 18px;
}

/* Fake text lines */
.pdf-lines span {
    display: block;
    height: 10px;
    background: #e0e0e0;
    border-radius: 3px;
    margin-bottom: 10px;
    animation: shimmer 1.4s infinite linear;
}

    .pdf-lines span.short {
        width: 60%;
    }

/* Footer */
.pdf-footer {
    margin-top: auto;
    text-align: center;
}

/* Magnifier container */
.magnifier {
    position: relative;
    width: 40px;
    height: 40px;
    margin: 0 auto 12px;
    animation: moveLens 1.8s ease-in-out infinite;
}

    /* Glass */
    .magnifier .glass {
        width: 22px;
        height: 22px;
        border: 3px solid #40C9C4;
        border-radius: 50%;
        position: absolute;
        top: 0;
        left: 0;
        background: rgba(64, 201, 196, 0.08);
    }

    /* Handle */
    .magnifier .handle {
        width: 14px;
        height: 4px;
        background: #40C9C4;
        position: absolute;
        bottom: 4px;
        right: 0;
        transform: rotate(45deg);
        border-radius: 2px;
    }

/* Smooth searching motion */
@keyframes moveLens {
    0% {
        transform: translateX(-6px) rotate(-6deg);
    }

    50% {
        transform: translateX(6px) rotate(6deg);
    }

    100% {
        transform: translateX(-6px) rotate(-6deg);
    }
}

/* Arabic text */
.pdf-text {
    font-size: 1rem;
    color: #555;
    direction: rtl;
    font-family: "Segoe UI", "Tahoma", "Arial", sans-serif;
}

/* Animations */

@keyframes shimmer {
    0% {
        opacity: .4;
    }

    50% {
        opacity: 1;
    }

    100% {
        opacity: .4;
    }
}

@keyframes float {
    0% {
        transform: translateY(0);
    }

    50% {
        transform: translateY(-6px);
    }

    100% {
        transform: translateY(0);
    }
}
/* End Magnify PDF Loader*/

#thumbnailView .thumbnail {
    border: 1px solid #dcdcdc !important;
    border-radius: 4px !important;
    margin: 6px !important;
}
#thumbnailView .thumbnail.selected {
    border: 3px solid #40C9C4 !important; /* your theme color */
    background-color: rgba(64, 201, 196, 0.08) !important;
}
    #thumbnailView .thumbnail:hover {
        border-color: #40C9C4 !important;
    }