/* STYLES FOR GOTOVIEW AND EMBEDDED VIEWER */
.ev-header {
    vertical-align: top;
    padding: 5px 0 0px 0px;
    display: inline-block;
    width: 100%;
    height: 30px;
    border-top: 2px Dotted #c0c0c0;
    margin-top: 4px;
}

.ev-logo {
    width: 120px;
    float: left;
    margin: 2px 0 8px 0;
    height: 16px;
    overflow: hidden;
}

.ev-logo img {
    width: 120px;
}

.ev-mainButton {
    float: right;
    margin: 0;
    height: auto;
    color: white;
    text-transform: uppercase;
    font-size: 10px;
    color: #8e8e95;
}

a.ev-mainButton:visited {
    color: #8e8e95;
}
.gotoViewIframe {
    width: 100%;
    background-color: #e5e5e5;
    display: block;
    overflow: hidden;
}

.ev-button {
    background-position: 50%;
    background-color: rgba(0,0,0,0);
    width: 19px;
    height: 23px;
    margin-left: 0;
    margin-top: -3px;
    display: inline-block;
    vertical-align: middle;
    cursor: pointer;
}

.ev-button.launch {
    background-image: url(../images/LAUNCH.png);
    background-image: url(../images/LAUNCH.svg), none;
}

.ev-button.alogoff {
    background-image: url(images/LOG-OFF.png);
    background-image: url(images/LOG-OFF.svg), none;
}

.ev-footer {
	text-align: left;
}

.poweredBy {
    text-align: left;
    padding-top: 6px;
}


/* STYLES FOR GOTOVIEW ONLY */

#form1 .gotoViewIframe {
    width: calc(100% - 60px);
}

#form1 {
    background: #f3f3f3;
}

#form1 .ev-header {
    padding: 12px 30px 32px 28px;
    margin-top: 0;
    border-top: 11px solid #e84e0f;
    border: none;
    box-sizing: border-box;
}

#form1 .ev-logo {
    width: 160px;
    height: 20px;
    margin: 0;
}

#form1 .ev-logo img {
    width: 100%;
    height: auto;
}

#form1 .ev-mainButton {
    display: block;
    margin: -2px 0 0 0;
}

#form1 .ev-button.alogoff {
    background-image: url(../images/LOG-OFF.png);
    background-image: url(../images/log-off-gtv.svg), none;
    width: 30px;
    height: 30px;
    background-color: #e84e0f;
    background-position: 50%;
    background-size: 34px;
    margin-left: 5px;
}

#form1 .ev-footer {
    position: absolute;
    padding: 8px 0 0 30px;
    height: 30px;
    bottom: 0;
}

#form1 .ev-footer img {
    height: 12px;
}

#form1 #divNoAccess {
    width: 420px;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    background: white;
    border: 1px solid #c3c2c2;
    display: table-cell;
    vertical-align: middle;
    padding: 60px 50px;
    box-sizing: border-box;
    color: #5c5a60;
    box-shadow: 0 2px 15px 0 rgba(0,0,0,0.15);
}

#form1 #divNoAccess > div {
    display: inline-block;
    font-size: 16px;
    position: relative;
    line-height: 1.3em;
}