html, body {
    overflow: auto !important;
    margin: 0;
    padding: 0;
    text-align: center;
    font-family:'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
}

.LoginForm {
    margin: 0;
    padding: 0;
    justify-content: center;
    align-items: center;
}
    .LoginForm .bg {
        position: absolute;
        z-index: -1;
        top: 0;
        bottom: 0;
        left: 0;
        right: 0;
        background: url(/content/images/homebg.jpg);
        background-size: cover;
        background-position: center;
        background-repeat: no-repeat;
        opacity: .4;
        width: 100vw;
        height: 100vh;
    }
.login-box {
    padding: 30px;
    width: 320px;
    height: 420px;
    -webkit-box-shadow: 10px 10px 5px 0px rgba(0,0,0,0.75);
    -moz-box-shadow: 10px 10px 5px 0px rgba(0,0,0,0.75);
    box-shadow: 10px 10px 5px 0px rgba(0,0,0,0.75);
    background: rgba(0,0,0,0.5);
    color: White;
    top: 50%;
    left: 50%;
    position: absolute;
    transform: translate(-50%,-50%);
    box-sizing: border-box;
    font-family: 'Trebuchet MS', 'Lucida Sans Unicode', 'Lucida Grande', 'Lucida Sans', Arial, sans-serif;
}
/*CardView*/
.dxcvFlowCard_Office365 {
    -webkit-box-shadow: 5px 5px 5px 0px rgba(0,0,0,0.75);
    -moz-box-shadow: 5px 5px 5px 0px rgba(0,0,0,0.75);
    box-shadow: 5px 5px 5px 0px rgba(0,0,0,0.75);
}
/*.card {
    -webkit-box-shadow: 10px 10px 5px 0px rgba(0,0,0,0.75);
    -moz-box-shadow: 10px 10px 5px 0px rgba(0,0,0,0.75);
    box-shadow: 10px 10px 5px 0px rgba(0,0,0,0.75);
    background: rgba(0,0,0,0.5);
    color: White;
    box-sizing: border-box;*/

.loginlogo {
    width: 200px;
    max-height: 300px;
    overflow: hidden;
    position: absolute;
    top: calc(-150px/2);
    left: 60px;
    }
footer {
    clear: both;
    width: 100%; /* 1000px / 1250px */
    font-size: 0.8125em; /* 13 / 16 */
    max-width: 92.3em; /* 1200px / 13 */
    margin: 0 auto;
    color: rgba(0,0,0,0.5);
}

.grid,
.grid .dxgvHSDC,
.grid .dxgvCSD {
    border-left: 0 !important;
    border-right: 0 !important;
    border-bottom: 0 !important;
}
/* Header */
.dxpnl-edge.t.headerPane {
    background-color: #0c223f !important;
    color: white;
    background-position: left top;
    /*background: url(/Content/Images/banner2.png) no-repeat;*/
    background-size: contain;
    height: 60px;
    padding: 5px;
    border-top: 10px solid #ede5ad;
}
.headerPaneSSC {
    background-color: #44546a !important;
    color: white;
    background-position: left top;
    /*background: url(/Content/Images/banner2.png) no-repeat;*/
    background-size: contain;
    height: 60px;
    padding: 5px;
    border-top: 10px solid #e25a2b;
}
.dxpnl-edge.t.headerPane.panel {
        padding: 0;
    }
.headerMenu {
    border-width: 0!important;
    border-top-width: 1px!important;
    float:right;
}
.expandedPanel 
{
    padding: 2px!important;
}
.expandedPanel .headerMenu 
{
    border-top-width: 0!important;
}
.templateTitle 
{
    float:left;
    margin: 12px 12px 18px;
}
.expandedPanel .templateTitle 
{
    display: none;
}
.dxpnl-edge.t.headerPane.bar .templateTitle 
{
    margin: 0;
}
.templateTitle a 
{
    text-decoration: none;
    font-size: x-large;
    color: black;
}
.loginControl {
    width: 20%;
    margin: 10px 10px 10px;
    font-size: 14px;
    font-family: 'Trebuchet MS', 'Lucida Sans Unicode', 'Lucida Grande', 'Lucida Sans', Arial, sans-serif;
    border-top:solid;
    border-color:#44546a;

}
.logobox {
    /*border-top: 10px solid #48a1fa;*/
    height: 150px;
    margin-top: 25px;

}
.logoimage {
    -webkit-box-shadow: 5px 5px 5px 0px rgba(0,0,0,0.60);
    -moz-box-shadow: 5px 5px 5px 0px rgba(0,0,0,0.60);
    box-shadow: 5px 5px 5px 0px rgba(0,0,0,0.60);
}
.expandedPanel .loginControl
{
    float: none;
    margin-left: 12px;
    margin-bottom: 24px;
}
.loginControl a 
{
    color: black;
    text-decoration: none;
    border-bottom: dashed 1px black;
    display: inline-block;
}
.exitimage {
    opacity: .5;
    margin: auto;
    width: 20px;
    height: 20px;
    padding: 5px;
    display: block;
    transition: .5s ease;
    backface-visibility: hidden;
}
.exitimage:hover {
    opacity: 1;
}
/* Footer */
.dxpnl-edge.b.footerPane {
    margin-bottom: 0px;
    height: 30px;
    margin-top: auto;
    background-color: #E0E0E0;
    color: #e25a2b !important;
    position: fixed;
}
.dxpnl-edge.b.footerPane.panel 
{
    padding: 0;
    vertical-align:bottom;
}
.footerMenu 
{
    float: right;
    padding-top: 7px;
}
/*.copyright 
{
    float: left;
    margin: 30px 15px 11px;
}*/
.content 
{
    padding: 5px;
    margin: auto;

}

.innercontent {
    margin: auto;
    width: 80%;
}

/* Left Panel */
.leftPaneSSC.panelSSC {
    padding: 1px;
    width: 200px;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
    border-top: 10px solid #e25a2b;
}
.leftPane.panel {
    padding: 1px;
    width: 200px;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
    border-top: 10px solid #ede5ad;
}
.leftPanel {
    position: relative;
    top: 0px;
    left: 0px;
    height: 100%;
    background: rgba(255,255,255,0.8);
}
.footerPane {
   
    vertical-align: bottom;
    bottom: 0;
}
.right {
    float: right;
    padding-right:15px;
    padding-top:15px;
    display: inline-block;
}
.left {
    float: left;
    display: inline-block;
}
/* Right Panel */
.rightPane {
    width: 100% !important;
    height: 100%;
    padding: 0;
    font-size: 12px !important;
}
.GridPane {
    width: 100% !important;
    height: 100%;
    padding: 0;
}

/* Account */
.accountHeader h2 
{
    margin: 10px 0 7px 0;
    font-size: 16px;
}
.accountHeader p 
{
    margin: 0;
    padding: 0;
    text-align: left;
}
.accountHeader 
{
    margin-bottom: 20px;
}
.mainContentPane {
    border-width: 0px !important;
    box-shadow: initial;
    -webkit-box-shadow: initial;
    -moz-box-shadow: initial;
}
    /* iOS */
    .dxpnlControl_iOS.leftPane, .dxpnlControl_iOS.rightPane, .dxpnlControl_iOS.contentPane
{
    border-width: 1px !important;
}
.dxpnlControl_iOS.leftPane.panel
{
    width: 200px;
}
.dxpnlControl_iOS.rightPane
{
    width: 450px;
}
.dxpnlControl_iOS .templateTitle
{
    margin: 17px 25px;
}
.dxpnlControl_iOS .templateTitle a
{
    color: #303030;
    font-size: 26px;
    line-height: 1em;
    font-weight: bold;
}
.dxpnlControl_iOS .loginControl a
{
    color: #0160E7;
    text-decoration: underline;
    font-size: 20px;
    font-weight: bold;
}
.dxpnlControl_iOS.mainContentPane
{   
    border-width: 0px !important;
    box-shadow: initial;
    -webkit-box-shadow: initial;
    -moz-box-shadow: initial;
}
.dxpnlControl_iOS.dxpnl-edge.b.footerPane
{
    border-width: 1px !important;
}
.dxpnlControl_iOS .accountHeader p
{
    color: #303030;
}
.dxpnlControl_iOS .accountHeader h2
{
    color: #303030;
    font-size: 26px;
    margin-bottom: 10px;
}
@media (max-width: 800px) {
    
    .headerPane {height: 20px;}
    .right {float: none;}
    .logobox {display:none;}
    }
