﻿body 
{
    margin: 0px;
    background-color: rgb(197, 203, 199);
    font-family: 'Open Sans', sans-serif;
}
form {
    padding: 0px;
    margin: 0px;
}
.container {
    margin-left: auto;
    margin-right: auto;
    width: 770px;
    padding-left: 15px;
    padding-right: 15px;
}
        
.header {
    background-color: rgb(48, 58, 65);
    color: rgb(220, 226, 230);
    position: fixed;
    z-index:1000;
    overflow: hidden;
    width: 740px !important;
    padding-top: 0px;
    padding-bottom: 0px;
    height: 26px;
    font-size: small;
}
.header a 
{
    color: rgb(220, 226, 230);
    text-decoration: none;
}
.header a:hover
{
    text-decoration: underline;
}
.header-cell {
    position: relative;
    float: left;
}
.row {
    margin-left: -5px;
    margin-right: -5px;
}
.cell-20, .cell-30, .cell-40, .cell-50, .cell-90{
    padding-left: 5px;
    padding-right: 5px;
    padding-top: 5px;
    padding-bottom: 5px;
    position: relative;
    float: left;
}
.cell-20 {
    width: 20%;
}
.cell-30 {
    width: 30%;
}
.cell-40 {
    width: 35%;
}
.cell-50 {
    width: 60%;
}
.cell-90 {
    width: 98%;
}
.offset-30 {
    margin-left: 30%;
}
.offset-40 {
    margin-left: 35%;
}
.offset-50 {
    margin-left: 60%;
}
.right {
    float: right;
}
.col-2 {
    border-left: 1px solid gray;
    border-left-color: gray;
    padding-left: 19px;
    height: 10px;
}
.office-installer {
    border-bottom: 1px solid gray;
    text-decoration: none !important;
}
.instruction {
    padding-left: 0px;
}
.xl-base
{
    background-color: rgb(255, 255, 255);
    font-size: 10pt;
    position: relative;
    margin-top: 25px;
    padding-left: 15px;
    padding-right: 15px;
    padding-bottom: 15px;
}
a
{
    color: #0b347a;
    font-weight: bold;
    text-decoration: none;
}
a:hover
{
    text-decoration: underline;
}       
.headline
{
    font-weight: bold;
    font-size: 18px;
    padding-top: 5px;
    padding-bottom: 5px;
}
.sub-header
{
    font-weight: bold;
    text-decoration: underline;
    font-size: 14px;
}
.sub-sub-header {
    font-weight: bold;
    font-size: 12px;
}
.popup-overlay {
    /* display: none; */
    position: fixed;
    top: 0%;
    left: 0%;
    width: 100%;
    height: 100%;
    background-color: black;
    z-index:1001;
    -moz-opacity: 0.8;
    opacity: .80;
    filter: alpha(opacity=80);
}
.advisory-popup-container {
    /* display: none; */
    position: fixed;
    top: 25%;
    left: 25%;
    width: 50%;
    height: 50%;
    z-index:1002;
}
.advisory-popup-title 
{
    font-size: medium;
    padding: 5px 15px 5px 15px;
    color: rgb(220, 226, 230);
    background-color: rgb(48, 58, 65);
}
.advisory-popup-title a 
{
    color: rgb(251, 95, 97);
    text-decoration: none;
}
.advisory-popup-title i 
{
    color: Orange;
}
.advisory-popup-title a:hover
{
    text-decoration: underline;
}
.advisory-popup-content {
    padding-left: 15px;
    padding-right: 15px;
    background-color: white;
    overflow: auto;
}
        
.highlight {
    color: rgb(251, 95, 97);
}
.advisory 
{
    margin-bottom: 5px;
    margin-left: -15px;
    margin-right: -15px;
    padding-left: 15px;
}
.advisory i 
{
    color: Orange;
}
.clearfix:before, .clearfix:after, .row:before, .row:after, .header-row:before, .header-row:after {
    display: table;
    content: " ";
}
.clearfix:after {
    clear: both;}
}
.clearfix {
    clear: both;
}

.inner {
    display: inline-block;
}

.btn {
    border-width: 0;
    padding: 7px 14px;
    font-size: 10px;
    outline: none !important;
    background-image: none !important;
    filter: none;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    text-shadow: none;
}

.blue.btn {
    color: white;
    background-color: #4b8df8;
}

.alink {
    color: black;
    font-weight: bold;
    text-decoration: none;

}

.blue.btn:hover, .blue.btn:focus, .blue.btn:active, .blue.btn.active {
    color: white;
    background-color: #2474f6;
}

.btn-lg {
    padding: 10px 9px;
    font-size: 14px;
    width: 100%;
    line-height: 1.33;
    vertical-align: middle;
}


.btn-md {
    padding: 10px 16px;
    font-size: 12px;
    width: 100%;
    line-height: 1.33;
    vertical-align: middle;
}

.instructions {
    padding-top: 15px;
    padding-bottom: 15px;
}

.download-section {
    display:inline-flex;
    padding: 0px 3px;
}

.download-button-container {
    width: 33%;
    margin: 0px 3px;
}

.downloadPIM-button-container {
    width: 20%;
    margin: 0px 3px;
}

.downloadOT-button-container {
    width: 25%;
    margin: 0px 3px;
}
.downloadOffice-button-container {
    width: 25%;
    margin: 0px 3px;
}

.download-officeTools-button-container {
    width: 100%;
    text-align: center;
}

.download-section div button {
    font-size: 12px;
    height: 45px;
}

.version-label {
    position: relative;
    float: right;
    display: none;
}

.version-instructions {
    font-style: italic;
}

.indent {
    padding-top: 5px;
    padding-left: 20px;
}

.more-information {
    padding-top: 15px;
}

.select2-selection {
    background-color: rgb(48, 58, 65) !important;
    height: 25px !important;
}

.select2-selection__rendered {
    color: white !important;
    line-height: 25px !important;
}

.select2-selection__arrow {
    height: 25px !important;
}

.select2-results__option {
    font-size: small;
}
