﻿html {
   /* position: relative;
    min-height: 100%;*/
}

body {
    background-color: #fcfcfc;
    font-family: 'Lato', sans-serif;
}

.row {
    margin-right: -5px !important;
}
.htmlViewer, .statusBar {
    background-color: #fcfcfc !important; /*#*/
    border: 0px solid #4d7335 !important;
}

DIV#ViewerPanel {
    POSITION: relative;
    overflow: hidden;
    min-height: 100%;
    height: calc(100vh - 1px);
}

DIV#InfoSidebar {
    POSITION: relative;
    overflow: hidden;
    min-height: 100%;
    height: calc(100vh - 1px);
}

.nopadding {
    padding: 5px !important;
    margin: 0px !important;
}

.footer > .container {
    padding-right: 0px;
    padding-left: 0px;
}

.footer {
    position: absolute;
    bottom: 0;
    width: 100%;
    background-color: #f5f5f5;
}


.statusBar ul {
    position: absolute;
    top: 8px;
    left: 460px;
    height: 33px;
    z-index: 9999;
}

.inverted {
    -webkit-filter: invert(100%) !important; /* Chrome 19+, Safari 6+, Safari 6+ iOS */
    -moz-filter: invert(100%) !important;
    -o-filter: invert(100%) !important;
    filter: invert(100%) !important; /* IE6-9 */
}

.GroupTitle {
    background-color: #4d7335;
    border-color: #4d7335;
    border-style: solid;
    border-width: 0px;
    border-left-width: 1px;
    border-right-width: 1px;
    color: #ffffff;
    font-size: 8pt;
    font-weight: bold;
    padding: 2px;
    padding-left: 10px;
    text-align: left;
    white-space: nowrap;
    border-bottom-width: 0px;
}

.GroupBody {
    background-color: #fcfcfc;
    border-color: #4d7335;
   border-style: solid;
    border-width: 1px;
    font-size: 8pt;
    padding: 2px;
    padding-left: 4px;
    text-align: left;
}


#btnInvertOff, #btnInvertOn, #btnDocSideBar, #btnPrint {
    height: 26px !important;
}

a {
    font-weight: bold;
    color: #1c6e82 !important;
    /*text-decoration: underline !important;*/
}

/* anchors (hovering) */
a:hover {
    text-decoration: underline !important;
}

#divPrinting {
    position: absolute;
    top: 80px;
    left: 25px;
    width: 250px;
    height: 250px;
    z-index: 9999 !important;
}

#divDownload {
    position: absolute;
    top: 80px;
    left: 25px;
    width: 450px;
    height: 550px;
    z-index: 9999 !important;
}

.dialog-button-area {
    background-color: #ededed;
    padding: 4px 10px 10px 10px;
    border-top: 1px solid #ddd;
}

.dialog-button-area input[type=button]:first-child {
    color: #fff;
    background-color: #0b78d1;
    border-color: #0b78d1;
    line-height: 1.7;
    padding: 0 10px;
    font-weight: normal;
}
.dialog-button-area input[type=button]:last-child {
    color: #0b78d1;
    background-color: #fff;
    border-color: transparent;
    line-height: 1.7;
    padding: 0 10px;
    font-weight: normal;
}

.propLabel {
    font-size: 8pt;
    white-space: nowrap;
    padding-left: 2px;
    vertical-align: top;
    text-decoration: none;
}

.propValue {
    font-size: 8pt;
    /*white-space: nowrap;*/
    padding-left: 5px;
    vertical-align: top;
    text-decoration: none;
}

.propHeader {
    font-size: 8pt;
    white-space: nowrap;
    padding-left: 10px;
    vertical-align: top;
    text-decoration: underline;
}

.BodyPanel {
    border-width: 0px;
    border-left-width: 1px;
    border-right-width: 1px;
    background-color: lightgray;
    font-size: 8pt;
    padding: 2px;
    padding-left: 10px;
    text-align: left;
    white-space: nowrap;
}

.fancybox-close-small {
    display: none;
}

.fa-window-close {
    color: #fff;
    background-color: #4d7335 !important;
}



.isDisabled {
    pointer-events: none;
    cursor: not-allowed;
    opacity: 0.5;
}

.close {
    cursor: pointer;
    color:white;
    font-weight: bold;
    opacity: 1;
    font-size: 12pt;
    text-align: right;
}

.fancybox-can-swipe .fancybox-content, .fancybox-can-pan .fancybox-content {
     cursor: default !important; 
}


/*Secoundary button style */
.secondary-button {
    color: #1c6e82;
    background-color: #fff;
    border: 1px solid #1c6e82;
    border-radius: 20px;
    padding: 5px 18px;
    text-align: center;
    text-decoration: none;
    font-size: 14px;
    font-weight: bold;
    margin: 4px 2px;
    transition: 0.3s;
    display: inline-block;
    cursor: pointer;
    height: 35px;
}

    .secondary-button:hover {
        background-color: #1c6e82;
        color: #fff;
    }

    .secondary-button:disabled {
        color: #1c6e82;
        background-color: #fff;
        opacity: 0.65;
        cursor: not-allowed;
    }

.btn {
    background-color: #4d7335 !important;
    color: white;
}


.banner {
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    background-color: #4d7335;
    height: 30px;
    font-size: 12px;
    padding: 5px;
}

#state-seal {
    height: 25px;
    margin: 0 5px;
}


.primary-button_edmsv2 {
   
    color: #fff;
    background-color: #4d7335;
    border: 1px solid #4d7335;
    border-radius: 20px;
    padding: 5px 20px;
    text-align: center;
    text-decoration: none;
    font-size: 14px;
    font-weight: 700;
    margin: 4px 2px;
    opacity: 1;
    transition: .3s;
    display: inline-block;
    cursor: pointer;
    height: 35px;
}