﻿
.body {
    background-color: #D83F27;
    font-family: Segoe UI Light, Segoe UI WPC Light, Tahoma, Verdana,sans-serif,Microsoft Sans Serif;
}

.mainDiv {
    display: block;
    vertical-align: middle;
    background-color: #ffffff;
    width: 920px;
    height: 480px;
    margin-top: 40px;
    margin-left: auto;
    margin-right: auto;
}

.zeroMargin {
    margin: 0px;
}

.defaultBottomPadding {
    padding-bottom: 30px;
}

.banner {
    padding-top: 20px;
    padding-left: 40px;
    padding-right: 40px;
    height: 10%;
}

a {
    text-decoration: none;
}

.linkClass {
    padding-left: 3px;
    color: #2172B9;
}

a.linkClass:focus, a.linkClass:hover {
    color: #083047;
    text-decoration: underline;
}

.contentBody {
    color: #000000;
    padding-top: 10px;
    margin-left: 15%;
    margin-right: 15%;
    height: 75%;
}

.heading {
    font-family: Segoe Light, Segoe UI Light, Segoe UI WPC Light, Tahoma, Verdana,sans-serif,Microsoft Sans Serif;
    font-size: 28px;
    color: #333333;
    display: table-cell;
    vertical-align: middle;
}

.contentText {
    font-family: Segoe Semilight, Segoe Light, Segoe UI Light, Segoe UI WPC Light, Tahoma, Verdana,sans-serif,Microsoft Sans Serif;
    font-size: 14px;
    padding-top: 30px;
}
.reco {
    padding-bottom: 40px;
    padding-left: 3px;
}

.close {
    color: #666666;
    line-height: 28px;
    text-decoration: none;
    margin: 0;
}

a.close:hover, a.close:focus {
    cursor: pointer;
    color: #333333;
}

.closeLink {
    font-family: Segoe Semilight, Segoe Light, Segoe UI Light, Segoe UI WPC Light, Tahoma, Verdana,sans-serif,Microsoft Sans Serif;
    font-size: 21px;
    line-height: 28px;
    text-decoration: none;
    vertical-align: top;
}

.recoText {
    font-family: Segoe Semilight, Segoe Light, Segoe UI Light, Segoe UI WPC Light, Tahoma, Verdana,sans-serif,Microsoft Sans Serif;
    font-size: 14px;
    color: #D83F27;
}

.urlDiv {
    font-family: Segoe Semilight, Segoe Light, Segoe UI Light, Segoe UI WPC Light, Tahoma, Verdana,sans-serif,Microsoft Sans Serif;
    font-size: 17px;
    color: #D83F27;
    padding-top: 30px;
    padding-left: 3px;
}

.icon {
    height: 48px;
}

.footer {
    padding-left: 30px;
    padding-right: 40px;
    display: table-cell;
    vertical-align: middle;
    height: 10%;
    font-family: Segoe Regular, Segoe Light, Segoe UI Light, Segoe UI WPC Light, Tahoma, Verdana,sans-serif,Microsoft Sans Serif;
    font-size: 11px;
}

.footerSpace {
    padding-left: 10px;
    padding-right: 10px;
}

@font-face {
    font-family: 'office365icons';
    src: url('/content/font/office365icons.eot?');
    src: url('/content/font/office365icons.eot?#iefix') format('embedded-opentype'), url('/content/font/office365icons.woff?') format('woff'), url('/content/font/office365icons.ttf?') format('truetype'), url('/content/font/office365icons.svg?#office365icons') format('svg');
    font-weight: normal;
    font-style: normal;
}

[class^="ms-Icon--"]:before, [class*=" ms-Icon--"]:before {
    font-family: "office365icons";
    font-style: normal;
    /* opacity: .8; */
    /* For safety - reset parent styles, that can break glyph codes*/
    font-variant: normal;
    text-transform: none;
}

.office365Icon {
    font-size: 28px;
    float: left;
    color: #D83F27;
}

.alertIcon {
    font-size: 42px;
    color: #D83F27;
}

.blockIcon {
    font-size: 42px;
    color: #CC0000;
}

.microsoftIcon {
    font-size: 21px;
    float: right;
    color: #D83F27;
}

.closeIcon {
    font-size: 28px;
}

.ms-Icon--alert:before {
    content: '\e00b';
}

.ms-Icon--x:before {
    content: '\e042';
}

.ms-Icon--microsoft:before {
    content: '\e083';
}

.ms-Icon--office365:before {
    content: '\e056';
}
