﻿/* Page-specific styling */

html {
    position: relative;
    height: 100%;
}
body {
    margin: 0 0 40px; /* bottom = footer height */
}
.footer {
    position: absolute;
    left: 0;
    bottom: 0;
    height: 40px;
    width: 100%;
}

.padding {
    padding: 15px;
}

/* Style the list */
ul.tab {
    list-style-type: none;
    margin: 0;
    padding: 5px 0px;
    overflow: hidden;
    background-color: transparent;
}

/* Float the list items side by side */
ul.tab li {float: left;}

/* Style the links inside the list items */
ul.tab li a {
    display: inline-block;
    color: #D2D2D2;
    text-align: center;
    padding: 0px 10px;
    text-decoration: none;
    transition: 0.3s;
    font-size: 14px;
}

/* Create an active/current tablink class */
ul.tab li .active {
    background-color: transparent;
    color: #124078;
}

/* Style the tab content */
.tabcontent {
    border: 1px solid #ccc;
    border-style: hidden;
    border-top: none;
    width: 100%;
}

#defaultOpen {
    border-right-style: solid;
    border-right-color: gray;
    border-right-width: 1px;
}

.no-sp {
    color: red;
    padding: 10px;
}

.DocumentProp {
    margin-left: 8px;
    margin-top: 3px;
    font-size: 1em;
}

.singleLine {
    width: 90%;
}

.multiLine {
    width: 90%;
    height: 50px;
}

.title_sp {
    padding-left: 19px;
    padding-top: 15px;
    padding-bottom: 0px;
    display: none;
}

.sp_iframe {
    width: 100%;
    height: 90vh;
    overflow: hidden;
}

.loading {
    padding-left: 19px;
    padding-top: 15px;
    padding-bottom: 0px;
}

.ms-MessageBanner {
    z-index: 10;
    height: 70px !important;
}

#no_sp_server {
    display:none;
}