﻿.full_screen {
    position: relative;
}

.full_screen-active {
    position: fixed;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    overflow: auto;
    z-index: 1000;
}

.full_screen-button {
    position: absolute;
    right: 0;
    top: 0;
    background: transparent;
    border: none;
}

.full_screen-button:active {
    outline: none;
    border: none;
}

.full_screen-button:focus {
    outline: 0;
}

.full_screen-button span::before {
        display: inline-block;
        font-style: normal;
        font-variant: normal;
        text-rendering: auto;
        -webkit-font-smoothing: antialiased;
        font-family: "FontAwesome";
        content: '\f065';
    }

    .full_screen-active .full_screen-button span::before {
        content: '\f00d';
    }

.wrapper {
    height:100%; 
    display:flex;
    flex-direction:column;
}

body {
    height:100%;
    width:100%;
    position:fixed;
}

.header-logo {
    display: inline-block;
    height: 20px;
    width: 20px;
    background-image: url(../../images/logo.png);
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    position: absolute;
    top: 5px;
    left: 10px;
}

.header-title {
    cursor:pointer;
    padding-left: 36px;
    line-height: 30px;
    position: relative;
    display: inline-block;
}

.frmMain {
    height:100%;
    width:100%;
}

.margin-0 {
    margin:0;
}

.formatNum 
{
    white-space:nowrap;
}

#divMenu .dropdown-menu > li > a {width:250px; white-space:normal;}

.loading-bg {position:fixed; top:0; left:0; right:0; bottom:0; background:#fff; display:none; z-index:999999; opacity:0.95; text-align:center;}
.loading-bg:after {
        display: inline-block;
        height: 100%;
        width: 0;
        vertical-align: middle;
        content: ''
    }
.loading-img 
    {
    margin: 0 auto;
    width: 150px;
    height: 150px;
    background-image: url(../../images/logo.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    margin-bottom: 10px;
    }
.loading-bg .loading-div {display:inline-block; margin-top:50px; vertical-align:top;}
  
.loading-bg .loading-div {display:inline-block; margin-top:50px; vertical-align:top;}

.breadcrumb {
    margin-bottom:0px !important;
    padding:5px 10px !important;
}
    
.wrapper > header {
}
.wrapper > nav {
}
.wrapper > .top-bar {
}
.wrapper > .content {
    flex:1;
    position:relative;
    top:unset;
    left:unset;
    right:unset;
    bottom:unset;
}
