﻿ 
.container {
    height:100%;
    min-height: 100%;
    position: relative;
}

.t-container {
    padding-left: 1px !important;
    padding-right: 10px !important;
}

.allContent {
    padding-top: 66px;
    padding-bottom: 40px; /* Height of the footer */
    height: 80%;
}

.content {
    height: 100%;
}

.logo {
    /*background-color: black;*/
    background: linear-gradient(#FDFEFE, #F0F2F4) repeat scroll 0 0 rgba(0, 0, 0, 0);
    position: fixed;
    width: 100%;
    top: 0;
    z-index: 1000;
}

.wmovie {
    text-align: center;
    height: 40%;
}

.wdoc {
    background-color: #EEF1F3;
    height: 60%;
}

.footer {
    position: absolute;
    bottom: 0;
    width: 100%;
    height: 40px; /* Height of the footer */
    background: Orange;
    padding-left: 15px;
}

.footer div {
    padding-top: 8px;
}

iframe {
    border: none;
}

iframe.doc {
    width: 100%;
    height: 100%;
}

label span {
    font-size: x-small;
}




