﻿
div#backbar button.win-backbutton {
    border-color: #1E8CBE;
    color: #1E8CBE;
    margin: 59px 0 0 39px;
}

 div#backbar button.win-backbutton:hover {
    border-color: #1E8CBE;
    background-color: #DEDEDE;
}

 div#backbar button.win-backbutton:hover:active {
    border-color: #1E8CBE;
    background: #1E8CBE;
    color: #fff;
}

iframe#web-view {
    position: absolute;
    top: 0;
    left: 120px;
    height: 100%;
    width: calc(100% - 120px);
    border: none;
    background: #fff;
}

div#backbar {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 120px;
    background: #fff;
}


#iframe-loader {
    color: rgb(30, 140, 190);
    width: 40px;
    height: 40px;
    position: absolute;
    bottom: 60px;
    left: 39px;
    z-index: 999;
}