﻿
html, body {
    margin: 0px;
    padding: 0px;
    height: 100%;
    background-color: #ffffff;
    overflow-y: hidden;
}

.stiLogo {
    font-size: 18px;
    white-space: nowrap;
    background: #11315f;
    height: 40px;
    font-family: Arial;
    cursor: pointer;
}

.stiLeftPanel {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    font-family: Arial;
    font-size: 12px;
    float: left;
    width: 270px;
    background: #19478a;
    color: #ffffff;
}

.stiRightPanel {
    margin-left: 270px;
    height: 100%;
    position: relative;
}

.stiLeftPanelItemSeparator {
    background: #3b629b;
    height: 1px;
    position: absolute;
    bottom: 35px;
    width: 100%;
}

.stiCategoryHeader {
    font-size: 12px;
    white-space: nowrap;
    font-family: Arial;
    padding: 15px 0 3px 10px;
    border-bottom: 1px solid #3b629b;
}

.stiReportsContainer {
    position: absolute;
    top: 40px;
    left: 0;
    bottom: 35px;
    overflow: auto;
    float: left;
    width: 170px;
}

.stiMainFrame {
    margin: 0;
    padding: 0;
    border: none;
    width: 100%;
    height: 100%;
}

/* Button */

.stiReportButton {
}

.stiReportButtonOver {
    background: #3b629b;
}

.stiReportButtonSelected {
    background: #11315f;
}

/* Progress */

.stiProgressContainer {
    position: absolute;
    z-index: 1000;
    top: calc(50% - 200px);
    left: calc(50% - 50px);
}

.mobile_designer_loader {
    margin: 60px auto;
    font-size: 10px;
    position: relative;
    text-indent: -9999em;
    border-top: 6px solid rgba(25,71,138, 0.2);
    border-right: 6px solid rgba(25,71,138, 0.2);
    border-bottom: 6px solid rgba(25,71,138, 0.2);
    border-left: 6px solid #19478a;
    -webkit-transform: translateZ(0);
    -ms-transform: translateZ(0);
    transform: translateZ(0);
    -webkit-animation: load8 1.1s infinite linear;
    animation: load8 1.1s infinite linear;
}

    .mobile_designer_loader,
    .mobile_designer_loader:after {
        border-radius: 50%;
        width: 64px;
        height: 64px;
    }

@-webkit-keyframes load8 {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

@keyframes load8 {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}
