﻿html * {
    -webkit-font-smoothing: antialiased;
}

.left_col {
    padding: 0;
    background: white;
    height: 100%;
    position: fixed;
    width: 220px  !important;
}
 
.right_col {
    height: 100%;
    padding: 0;
    /*flex: 0 0 87%;*/
    flex: 87% !important;
    padding-left: 220px;
}

body {
    background: #f6f8fa;
    margin: 0;
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
}

.row {
    margin: 0;
}

.headerbar {
     
    width: 100%;
    border-bottom: 4px solid #2c5f9e;
    height: 63px;
    background: #f3f3f3
}

.navpage {
    border: none;
    width: 100%;
    height: 93vh;
    display: block;
}

.footer-copy-right {
    position: fixed;
    bottom: 0px;
    font-size: 11px !important;
    color: #000;
    margin-left: 14px;
}

#divLoading {
    display: none;
}

    #divLoading.show {
        display: block;
        position: fixed;
        z-index: 1000;
        /*background-image: url('images/loading-2.gif');*/
        background-color: whitesmoke;
        background-size: 150px;
        opacity: 1;
        background-repeat: no-repeat;
        background-position: center;
        left: 0;
        bottom: 0;
        right: 0;
        top: 0;
    }

#divLoading_print {
    display: none;
}

    #divLoading_print.show {
        display: block;
        position: fixed;
        z-index: 1000;
        /*background-image: url('images/loading-2.gif');*/
        background-color: whitesmoke;
        background-size: 150px;
        opacity: 1;
        background-repeat: no-repeat;
        background-position: center;
        left: 0;
        bottom: 0;
        right: 0;
        top: 0;
    }

.absoluteCenter {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
}

iframe {
    height: 300px;
    width: 300px;
    resize: both;
    overflow: auto;
}
