﻿/* _lcid="1037" _version="15.0.4420"
_LocalBinding */
#PageContent *, #PageContent {
    background: transparent;
}

#PageContent span, #PageContent img {
    float: none;
}

#PageContent, #PageContent div, #PageContent .ms-core-defaultFont, #PageContent #pageStatusBar, #PageContent .ms-status-msg, #PageContent .js-callout-body {
    /* [ReplaceFont(themeFont:"body")] */ font-family: "Segoe UI", Tahoma, Arial, sans-serif;
    font-size: 13px;
}

#PageContent, #PageContent div, #PageContent .ms-core-defaultFont, #PageContent .js-callout-body {
    /* [ReplaceColor(themeColor:"BodyText")] */ color: #444;
}

#PageContent .ms-core-defaultFont {
    font-weight: normal;
    text-decoration: none;
    white-space: normal;
    word-break: normal;
    line-height: normal;
}

#PageContent {
    margin: 0px;
    overflow: hidden;
    /* [ReplaceColor(themeColor:"PageBackground")]  background-color:#fff;*/
    background-size: cover;
    background-repeat: no-repeat;
}
/*ADDED*/ #PageContent ul, #PageContent ol {
    margin: 1em 0;
    padding: 0 40px 0 0;
}
/*ADDED*/ #PageContent ul {
    list-style-type: disc;
}
/*ADDED*/ #PageContent ol {
    list-style-type: decimal;
}

#PageContent html > .ms-core-needIEFilter {
    /* [ReplaceBGImage] */ -ms-filter: "progid:DXImageTransform.Microsoft.AlphaImageLoader(src='about:blank', #PageContent sizingMethod='scale');";
}

#PageContent .ms-backgroundImage {
    /* [ReplaceBGImage] */ background-image: url();
}

#PageContent #s4-ribbonrow {
    position: relative;
}

#PageContent #s4-workspace {
    overflow: auto;
    position: relative;
}

#PageContent #s4-bodyContainer {
    padding-bottom: 35px;
}

#PageContent h1, #PageContent h2, #PageContent h3, #PageContent h4, #PageContent h5, #PageContent h6, #PageContent .ms-h1, #PageContent .ms-h2, #PageContent .ms-h3, #PageContent .ms-h4, #PageContent .ms-h5, #PageContent .ms-h6 {
    margin: auto;
    font-weight: normal;
}

#PageContent h1, #PageContent .ms-h1 {
    /* [ReplaceFont(themeFont:"large-heading")] */ font-family: "Segoe UI", Tahoma, Arial, sans-serif;
    font-size: 2.3em;
    /* [ReplaceColor(themeColor:"SubtleBodyText")] */ color: #777;
    font-weight: 200;
}

#PageContent h2, #PageContent h3, #PageContent .ms-h2, #PageContent .ms-h3, #PageContent .ms-headerFont {
    /* [ReplaceFont(themeFont:"heading")] */ font-family: "Segoe UI", Tahoma, Arial, sans-serif;
    /* [ReplaceColor(themeColor:"StrongBodyText")] */ color: #262626;
    font-weight: 300;
}

#PageContent h2, #PageContent .ms-h2 {
    font-size: 1.46em;
}

#PageContent h3, #PageContent .ms-h3 {
    font-size: 1.15em;
}

#PageContent h4, #PageContent h5, #PageContent h6, #PageContent .ms-h4, #PageContent .ms-h5, #PageContent .ms-h6 {
    /* [ReplaceFont(themeFont:"small-heading")] */ font-family: "Segoe UI", Tahoma, Arial, sans-serif;
}

#PageContent h4, #PageContent .ms-h4 {
    font-size: 1em;
    /* [ReplaceColor(themeColor:"StrongBodyText")] */ color: #262626;
}

#PageContent h5, #PageContent .ms-h5 {
    font-size: 1em;
}

#PageContent h6, #PageContent .ms-h6 {
    font-size: 1em;
}

#PageContent img {
    border: none;
    -webkit-tap-highlight-color: transparent;
}

#PageContent iframe {
    border: none;
}

#PageContent hr {
    border-width: 0px;
    /* [ReplaceColor(themeColor:"SubtleLines")] */ border-top: 1px solid #c6c6c6;
}

#PageContent table {
    border-width: 0px;
}

#PageContent input, #PageContent select, #PageContent label, #PageContent textarea, #PageContent button, #PageContent option {
    font-family: inherit;
    font-size: inherit;
    color: inherit;
    vertical-align: middle;
}

#PageContent textarea {
    overflow: auto;
}

#PageContent input[type=password], #PageContent input[type=text], #PageContent input[type=file], #PageContent select, #PageContent textarea, #PageContent .sp-peoplepicker-topLevel, #PageContent .sp-peoplepicker-topLevelDisabled, #PageContent .sp-peoplepicker-autoFillContainer, #PageContent .ms-inputBox {
    /* [ReplaceColor(themeColor:"Lines")] */ border: 1px solid #ababab;
    /* [ReplaceColor(themeColor:"BackgroundOverlay", #PageContent opacity:"1")] */ background-color: #fff;
    /* [ReplaceColor(themeColor:"BackgroundOverlay")] */ background-color: rgba( 255, #PageContent 255, #PageContent 255, #PageContent 0.85 );
    /* [ReplaceColor(themeColor:"BodyText")] */ color: #444;
}

#PageContent input[type=password], #PageContent input[type=text], #PageContent input[type=file], #PageContent textarea, #PageContent .ms-inputBox {
    padding: 2px 5px;
}

#PageContent input[type=button], #PageContent input[type=reset], #PageContent input[type=submit], #PageContent button {
    min-width: 6em;
    padding: 7px 10px;
    /* [ReplaceColor(themeColor:"ButtonBorder")] */ border: 1px solid #ababab;
    /* [ReplaceColor(themeColor:"ButtonBackground", #PageContent opacity:"1")] */ background-color: #fdfdfd;
    /* [ReplaceColor(themeColor:"ButtonBackground")] */ background-color: #fdfdfd;
    margin-right: 10px;
    /* [ReplaceFont(themeFont:"body")] */ font-family: "Segoe UI", Tahoma, Arial, sans-serif;
    font-size: 11px;
    /* [ReplaceColor(themeColor:"ButtonText")] */ color: #444;
}

#PageContent input[type=password]:focus, #PageContent input[type=text]:focus, #PageContent select:focus, #PageContent textarea:focus, #PageContent .sp-peoplepicker-topLevelFocus, #PageContent .ms-inputBoxActive, #PageContent .ms-inputBox.ms-inputBoxActive:hover {
    /* [ReplaceColor(themeColor:"AccentLines")] */ border-color: #2a8dd4;
}

#PageContent input[type=button]::-moz-inner-focus, #PageContent input[type=reset]::-moz-inner-focus, #PageContent input[type=submit]::-moz-inner-focus, #PageContent button::-moz-inner-focus {
    /* [ReplaceColor(themeColor:"ButtonText")] */ border-color: #444;
}

#PageContent input[type=password]:hover, #PageContent input[type=text]:hover, #PageContent input[type=file]:hover, #PageContent textarea:hover, #PageContent .sp-peoplepicker-topLevel:hover, #PageContent .ms-inputBox:hover {
    /* [ReplaceColor(themeColor:"StrongLines")] */ border-color: #92c0e0;
}

#PageContent input[type=button]:hover, #PageContent input[type=reset]:hover, #PageContent input[type=submit]:hover, #PageContent button:hover {
    /* [ReplaceColor(themeColor:"ButtonHoverBorder")] */ border-color: #92c0e0;
    /* [ReplaceColor(themeColor:"ButtonHoverBackground", #PageContent opacity:"1")] */ background-color: #e6f2fa;
    /* [ReplaceColor(themeColor:"ButtonHoverBackground")] */ background-color: #e6f2fa;
}

#PageContent input[type=button]:active, #PageContent input[type=reset]:active, #PageContent input[type=submit]:active, #PageContent button:active {
    /* [ReplaceColor(themeColor:"ButtonPressedBorder")] */ border-color: #2a8dd4;
    /* [ReplaceColor(themeColor:"ButtonPressedBackground", #PageContent opacity:"1")] */ background-color: #92b7d1;
    /* [ReplaceColor(themeColor:"ButtonPressedBackground")] */ background-color: #92c0e0;
}

#PageContent input.ms-button-emphasize, #PageContent button.ms-button-emphasize {
    /* [ReplaceColor(themeColor:"EmphasisBorder")] */ border-color: #0067b0;
    /* [ReplaceColor(themeColor:"EmphasisBackground", #PageContent opacity:"1")] */ background-color: #0072c6;
    /* [ReplaceColor(themeColor:"EmphasisBackground")] */ background-color: #0072c6;
    /* [ReplaceColor(themeColor:"EmphasisText")] */ color: #fff;
}

#PageContent input.ms-button-emphasize:hover, #PageContent button.ms-button-emphasize:hover {
    /* [ReplaceColor(themeColor:"EmphasisHoverBackground", #PageContent opacity:"1")] */ background-color: #0067b0;
    /* [ReplaceColor(themeColor:"EmphasisHoverBackground")] */ background-color: #0067b0;
    /* [ReplaceColor(themeColor:"EmphasisHoverBorder")] */ border-color: #004d85;
}

#PageContent input[type=password][disabled], #PageContent input[type=text][disabled], #PageContent input[type=file][disabled], #PageContent textarea[disabled], #PageContent select[disabled], #PageContent .sp-peoplepicker-topLevelDisabled, #PageContent .ms-inputBoxDisabled {
    /* [ReplaceColor(themeColor:"DisabledText")] */ color: #b1b1b1;
    /* [ReplaceColor(themeColor:"DisabledLines")] */ border-color: #e1e1e1;
    /* [ReplaceColor(themeColor:"DisabledBackground", #PageContent opacity:"1")] */ background-color: #fdfdfd;
    /* [ReplaceColor(themeColor:"DisabledBackground")] */ background-color: #fdfdfd;
}

#PageContent input[type=button][disabled], #PageContent input[type=reset][disabled], #PageContent input[type=submit][disabled], #PageContent button[disabled][disabled] {
    /* [ReplaceColor(themeColor:"ButtonDisabledBorder")] */ border-color: #e1e1e1;
    /* [ReplaceColor(themeColor:"ButtonDisabledBackground", opacity:"1")] */ background-color: #fdfdfd;
    /* [ReplaceColor(themeColor:"ButtonDisabledBackground")] */ background-color: #fdfdfd;
    /* [ReplaceColor(themeColor:"ButtonDisabledText")] */ color: #b1b1b1;
}

#PageContent a:visited {
    /* [ReplaceColor(themeColor:"Hyperlinkfollowed")] */ color: #663399 !important;
    text-decoration: none;
}

#PageContent a:hover, #PageContent a:active {
    text-decoration: underline;
}

#PageContent a:active {
    /* [ReplaceColor(themeColor:"HyperlinkActive")] */ color: #004D85;
}

#PageContent a, #PageContent .ms-link:visited {
    /* [ReplaceColor(themeColor:"Hyperlink")] */ color: #0072c6;
    text-decoration: none;
}

#PageContent #sideNavBox > hr {
    margin: 20px auto;
}

#PageContent #siteactiontd {
    height: 30px;
    margin-left: 0px;
}

#PageContent .ms-siteactions-root {
    font-weight: 600;
    display: inline-block;
    position: relative;
    vertical-align: top;
}

#PageContent .ms-siteactions-root > span > a.ms-core-menu-root {
    width: 16px;
    height: 16px;
    display: inline-block;
    padding: 8px 8px 6px 7px;
}

#PageContent .ms-siteactions-imgspan {
    display: inline-block;
    width: 15px;
    height: 14px;
    overflow: hidden;
    position: relative;
}

#PageContent .ms-siteactions-imgspan > .ms-core-menu-buttonIcon {
    position: absolute;
    top: -102px;
    left: -251px;
}

#PageContent .ms-siteactions-hover .ms-siteactions-imgspan > .ms-core-menu-buttonIcon {
    top: -84px;
    left: -254px;
}

#PageContent .ms-siteactions-normal {
    display: inline-block;
    border-left: 1px solid transparent;
}

#PageContent #welcomeMenuBox {
    font-size: 1em;
    display: inline-block;
    vertical-align: top;
    height: 30px;
}

#PageContent .ms-welcome-root {
    display: inline-block;
    position: relative;
    height: 30px;
    line-height: 30px;
    padding: 0px 11px 0px 7px;
    border-left: 1px solid transparent;
    background-clip: padding-box;
}

#PageContent .ms-core-needIEFilter .ms-welcome-root {
    /* [ReplaceColor(themeColor:"SuiteBarBackground", #PageContent opacity:"1")] */ border-right-color: #0072c6;
}

#PageContent .ms-core-menu-arrow {
    margin-right: 3px;
}

#PageContent .ms-signInLink {
    vertical-align: middle;
    display: inline-block;
    line-height: 30px;
    padding: 0px 11px 0px 7px;
}

#PageContent .ms-welcome-root > a.ms-core-menu-root, #PageContent .ms-signInLink {
    /* [ReplaceColor(themeColor:"TopBarText")] */ color: #666;
    text-decoration: none;
    height: 30px;
}

#PageContent .ms-welcome-hover > a.ms-core-menu-root, #PageContent .ms-signInLink:hover {
    /* [ReplaceColor(themeColor:"BodyText")] */ color: #444;
    text-decoration: none;
}

#PageContent .ms-welcome-root > a.ms-core-menu-root:active, #PageContent .ms-signInLink:active {
    /* [ReplaceColor(themeColor:"TopBarPressedText")] */ color: #004d85;
    text-decoration: none;
}

#PageContent .ms-welcome-hover, #PageContent .ms-siteactions-hover {
    /* [ReplaceColor(themeColor:"BackgroundOverlay", #PageContent opacity:"1")] */ background-color: #fff;
    /* [ReplaceColor(themeColor:"DialogBorder")] */ border-left-color: #d1d1d1;
}

#PageContent .ms-welcome-root > .ms-core-menu-box.ms-core-menu-box, #PageContent .ms-siteactions-hover > .ms-core-menu-box.ms-core-menu-box {
    box-shadow: 3px 3px 6px -4px rgba(0, #PageContent 0, #PageContent 0, #PageContent 0.3), #PageContent -3px 3px 6px -4px rgba(0, #PageContent 0, #PageContent 0, #PageContent 0.3);
    border-top: 0px solid transparent;
}

#PageContent .ms-core-suiteLink > .ms-core-menu-box, #PageContent .ms-core-suiteLink > .ms-core-menu-boxBig, #PageContent .ms-siteactions-hover > .ms-core-menu-box, #PageContent .ms-siteactions-hover > .ms-core-menu-boxBig, #PageContent .ms-welcome-root > .ms-core-menu-box, #PageContent .ms-welcome-root > .ms-core-menu-boxBig {
    padding-top: 4px;
}

#PageContent #ms-help {
    display: inline-block;
    height: 30px;
}

#PageContent .ms-dd-button {
    display: inline-block;
    margin-right: 5px;
}

#PageContent div.ms-cui-TabRowRight {
    padding-left: 5px;
    height: 35px;
    line-height: 35px;
}

#PageContent .ms-qatbutton {
    border: 1px solid transparent;
    display: inline-block;
    vertical-align: middle;
    height: 30px;
    line-height: normal;
}

#PageContent .ms-promotedActionButton {
    display: inline-block;
    margin-left: 10px;
    vertical-align: middle;
}

#PageContent .ms-promotedActionButton-icon {
    vertical-align: middle;
    display: inline-block;
    margin-left: 5px;
}

#PageContent .ms-promotedActionButton-text {
    display: inline-block;
    /* [ReplaceColor(themeColor:"TopBarText")] */ color: #666;
    text-transform: uppercase;
    font-size: 8pt;
}

#PageContent .ms-promotedActionButton:hover .ms-promotedActionButton-text {
    /* [ReplaceColor(themeColor:"TopBarHoverText")] */ color: #333;
}

#PageContent .ms-promotedActionButton:active .ms-promotedActionButton-text {
    /* [ReplaceColor(themeColor:"TopBarPressedText")] */ color: #004d85;
}

#PageContent .ms-viewselector-currentView {
    font-size: 1.2em;
    /* [ReplaceColor(themeColor:"Accent4")] */ color: #111;
    /* [ReplaceFont(themeFont:"body")] */ font-family: "Segoe UI", Tahoma, Arial, sans-serif;
}

#PageContent .ms-viewselector-currentView:hover {
    /* [ReplaceColor(themeColor:"Accent1")] */ color: #b95f00;
}

#PageContent .ms-siteicon-a {
    display: inline-block;
    max-width: 180px;
    max-height: 64px;
}

#PageContent .ms-siteicon-img {
    display: block;
    max-width: 180px;
    max-height: 64px;
}

#PageContent #s4-titlerow {
    margin-bottom: 27px;
    height: 64px;
}

#PageContent #titleAreaBox {
    margin: auto 20px;
}

#PageContent .ms-core-pageTitle, #PageContent .ms-core-pageTitle a {
    /* [ReplaceFont(themeFont:"title")] */ font-family: "Segoe UI", Tahoma, Arial, sans-serif;
    /* [ReplaceColor(themeColor:"SiteTitle")] */ color: #262626;
}

#PageContent .ms-core-pageTitle {
    font-size: 2.77em;
    white-space: nowrap;
}

#PageContent .ms-core-pageTitle a:hover, #PageContent .ms-core-pageTitle a:active {
    text-decoration: none;
}

#PageContent #siteIcon {
    min-width: 64px;
    height: 64px;
    line-height: 64px;
    text-align: center;
    margin-left: 20px;
    float: right;
}

#PageContent #ms-pageDescriptionDiv {
    height: 16px;
    width: 16px;
    display: inline-block;
    overflow: hidden;
}

#PageContent #ms-pageDescriptionImage {
    height: 16px;
    width: 16px;
    /* [RecolorImage(themeColor:"BodyText", #PageContent method:"Filling", #PageContent includeRectangle:{x:161, #PageContent y:178, #PageContent width:16;height:16} #PageContent )] */ background: url("/_layouts/15/images/spcommon.png?rev=23") no-repeat -161px -178px;
    display: inline-block;
    vertical-align: top;
}

#PageContent #coms-pageDescriptionCallout_callout-body {
    padding: 10px;
}

#PageContent .ms-webPartMenu-wpmenuarrowImg {
    top: -250px;
    left: -109px;
    position: relative;
}

#PageContent .ms-core-form-heading {
    /* [ReplaceColor(themeColor:"AccentText")] */ color: #0072c6;
}

#PageContent .ms-core-form-section {
    margin-bottom: 13px;
}

#PageContent .ms-core-form-subsection {
    margin: 9px auto 11px;
}

#PageContent .ms-core-form-line {
    margin-bottom: 6px;
}

#PageContent .ms-core-form input[type=radio], #PageContent .ms-core-form input[type=checkbox] {
    margin-left: 5px;
}

#PageContent .ms-core-form-titleCell {
    width: 100px;
}

#PageContent .ms-core-form-title {
    font-size: inherit;
    /* [ReplaceColor(themeColor:"AccentText")] */ color: #0072c6;
}

#PageContent .ms-core-form-row > td {
    padding: 7px;
    margin: 1px;
    vertical-align: top;
}

#PageContent .ms-core-navigation {
    /* [ReplaceFont(themeFont:"navigation")] */ font-family: "Segoe UI", Tahoma, Arial, sans-serif;
}

#PageContent .ms-core-form-bottomButtonBox {
    text-align: left;
    margin-top: 20px;
}

#PageContent .ms-chkmark-container {
    cursor: pointer;
    display: inline-block;
    float: right;
    width: 21px;
    height: 21px;
    padding-right: 4px;
    padding-top: 4px;
    margin-right: auto;
    margin-left: auto;
}

#PageContent .ms-chkmark-container-centerer {
    text-align: center;
}

#PageContent .ms-chkmark-complete.ms-chkmark-complete {
    left: -254px;
    top: -66px;
}

#PageContent .ms-chkmark-notcomplete.ms-chkmark-notcomplete {
    left: -89px;
    top: -178px;
}

#PageContent .ms-chkmark-marktaskcomplete.ms-chkmark-marktaskcomplete {
    left: -103px;
    top: -160px;
}

#PageContent .ms-taskdate-daysvalue {
    font-weight: 200;
    font-size: 3.69em;
    font-family: "Segoe UI", Tahoma, Arial, sans-serif;
    /* [ReplaceColor(themeColor:"BodyText")] */ color: #444;
    display: inline-block;
}

#PageContent .ms-taskdate-dayinfo {
    position: relative;
    right: 14px;
    display: inline-block;
}

#PageContent .ms-taskdate-daysunit {
    font-weight: 300;
    font-size: 1.46em;
    font-family: "Segoe UI", Tahoma, Arial, sans-serif;
    /* [ReplaceColor(themeColor:"BodyText")] */ color: #444;
    text-transform: uppercase;
    ;
}

#PageContent .ms-pagearrow-left-outerspan {
    height: 16px;
    width: 16px;
    padding: 15px;
    display: inline-block;
}

#PageContent .ms-pagearrow-left {
    height: 16px;
    width: 16px;
    position: relative;
    display: inline-block;
    overflow: hidden;
}

#PageContent .ms-pagearrow-left-icon {
    left: -127px;
    top: -232px;
    position: absolute;
}

#PageContent .ms-pagearrow-right-outerspan {
    height: 16px;
    width: 16px;
    padding: 15px;
    display: inline-block;
}

#PageContent .ms-pagearrow-right {
    height: 16px;
    width: 16px;
    position: relative;
    display: inline-block;
    overflow: hidden;
}

#PageContent .ms-pagearrow-right-icon {
    left: -199px;
    top: -228px;
    position: absolute;
}

#PageContent .ms-input-divAroundTextArea {
    /* [ReplaceColor(themeColor:"Lines")] */ border: 1px solid #ababab;
    padding: 4px;
}

#PageContent #searchInputBox {
    margin-bottom: 12px;
    float: left;
}

#PageContent .ms-srch-sb {
    display: inline-block;
}

#PageContent .ms-core-header .ms-srch-sb {
    /* [ReplaceColor(themeColor:"HeaderBackground", #PageContent opacity:"1")] */ background-color: #fff;
    /* [ReplaceColor(themeColor:"HeaderBackground")] */ background-color: rgba( 255, #PageContent 255, #PageContent 255, #PageContent 0.85 );
}

#PageContent .ms-srch-sb-border {
    /* [ReplaceColor(themeColor:"Lines")] */ border: 1px solid #ababab;
}

#PageContent .ms-core-header .ms-srch-sb-border {
    /* [ReplaceColor(themeColor:"HeaderLines")] */ border: 1px solid #ababab;
}

#PageContent .ms-srch-sb-border:hover {
    /* [ReplaceColor(themeColor:"StrongLines")] */ border: 1px solid #92c0e0;
}

#PageContent .ms-core-header .ms-srch-sb-border:hover {
    /* [ReplaceColor(themeColor:"HeaderStrongLines")] */ border: 1px solid #92c0e0;
}

#PageContent .ms-srch-sb-borderFocused {
    /* [ReplaceColor(themeColor:"AccentLines")] */ border: 1px solid #2a8dd4;
}

#PageContent .ms-core-header .ms-srch-sb-borderFocused {
    /* [ReplaceColor(themeColor:"HeaderAccentLines")] */ border: 1px solid #2a8dd4;
}

#PageContent .ms-srch-sb > input {
    display: inline-block;
    border-style: none;
    outline-style: none;
    height: 18px;
    margin: 0px 5px 0px 0px;
    padding: 0px 0px 0px 1px;
    width: 200px;
    background-color: transparent;
}

#PageContent .ms-core-header .ms-srch-sb > input {
    /* [ReplaceColor(themeColor:"HeaderText")] */ color: #444;
}

#PageContent .ms-srch-sb > input:focus {
    border-style: none;
    outline-style: none;
}

#PageContent .ms-srch-sb > input[type=text]::-ms-clear {
    display: none;
}

#PageContent .ms-srch-sb-link {
    float: right;
    margin-right: 10px;
}

#PageContent .ms-srch-sb-navLink, #PageContent .ms-srch-sb-searchLink {
    display: inline-block;
    cursor: pointer;
    vertical-align: top;
    background-color: transparent;
    border: 1px solid transparent;
    position: relative;
    overflow: hidden;
}

#PageContent .ms-srch-sb > .ms-srch-sb-searchLink {
    margin-right: -1px;
    height: 20px;
    width: 20px;
}

#PageContent .ms-srch-sb > .ms-srch-sb-navLink {
    height: 20px;
    width: 20px;
}

#PageContent .ms-srch-sb-searchLink:hover, #PageContent .ms-srch-sb-navLink:hover {
    /* [ReplaceColor(themeColor:"ButtonHoverBackground", #PageContent opacity:"1")] */ background-color: #e6f2fa;
    /* [ReplaceColor(themeColor:"ButtonHoverBackground")] */ background-color: #e6f2fa;
}

#PageContent .ms-srch-sb-searchLink:active, #PageContent .ms-srch-sb-searchLink > img:active, #PageContent .ms-srch-sb-navLink:active, #PageContent .ms-srch-sb-navLink > img:active, #PageContent .ms-srch-sb-navLink-menuOpen, #PageContent .ms-srch-sb-navLink-menuOpen:hover {
    /* [ReplaceColor(themeColor:"ButtonPressedBackground", #PageContent opacity:"1")] */ background-color: #92c0e0;
    /* [ReplaceColor(themeColor:"ButtonPressedBackground")] */ background-color: #92c0e0;
}

#PageContent .ms-srch-sb-searchImg {
    left: -35px;
    top: -57px;
    position: absolute;
}

#PageContent .ms-srch-sb-searchImg:hover {
    left: -1px;
    top: -69px;
}

#PageContent .ms-srch-sb-navImg {
    left: -35px;
    top: -35px;
    position: absolute;
}

#PageContent .ms-srch-sb-navImg:hover, #PageContent .ms-srch-sb-navLink-menuOpen > .ms-srch-sb-navImg {
    left: -57px;
    top: -35px;
}

#PageContent .ms-core-header .ms-srch-sb-prompt.ms-srch-sb-prompt {
    /* [ReplaceColor(themeColor:"HeaderSubtleText")] */ color: #777;
}

#PageContent .ms-qSuggest-container {
    border: inherit;
    padding: 5px 0px;
    margin: -1px 0px 0px -1px;
    visibility: hidden;
    position: absolute;
    /* [ReplaceColor(themeColor:"BackgroundOverlay", #PageContent opacity:"1")] */ background-color: #fff;
    z-index: 1000;
}

#PageContent .ms-qSuggest-list {
    cursor: default;
    margin: 0px;
    overflow: hidden;
    padding: 0px;
    white-space: nowrap;
    text-overflow: ellipsis;
}

#PageContent .ms-qSuggest-listItem {
    margin: 0px;
    padding: 7px 10px;
}

#PageContent .ms-qSuggest-hListItem {
    /* [ReplaceColor(themeColor:"HoverBackground", #PageContent opacity:"1")] */ background-color: #cde6f7;
    /* [ReplaceColor(themeColor:"HoverBackground")] */ background-color: rgba( 205, #PageContent 230, #PageContent 247, #PageContent 0.5 );
    margin: 0px;
    padding: 7px 10px;
}

#PageContent .ms-qSuggest-personalResultTitle {
    padding: 7px 10px;
    margin: 0;
    /* [ReplaceColor(themeColor:"SubtleEmphasisText")] */ color: #666;
}

#PageContent .ms-qSuggest-listSeparator {
    /* [ReplaceColor(themeColor:"SubtleLines")] */ border-top: 1px solid #c6c6c6;
    margin: 7px 0px;
}

#PageContent a:active.ms-skip, #PageContent a:focus.ms-skip, #PageContent a:focus.ms-acc-button, #PageContent a:active.ms-acc-button {
    position: absolute;
    top: 2px;
    background-color: #fff;
    border: 1px solid #000;
    color: #000;
    padding: 2px 4px;
    z-index: 12;
    height: auto;
    width: auto;
}

#PageContent #pageStatusBar[class], #PageContent .ms-status-msg {
    position: static;
    margin-bottom: 15px;
    padding: 7px 10px;
    border-width: 1px;
    border-style: solid;
    color: #444;
}

#PageContent .ms-status-blue {
    background-color: #f0f0f0 !important;
    border-color: #c6c6c6 !important;
}

#PageContent .ms-status-blue a:link, #PageContent .ms-status-blue a:visited {
    color: #125ab2 !important;
}

#PageContent .ms-status-green {
    background-color: #c7f299 !important;
    border-color: #99cc62 !important;
}

#PageContent .ms-status-green a:link, #PageContent .ms-status-green a:visited {
    color: #125ab2 !important;
}

#PageContent .ms-status-yellow {
    background-color: #fff19d !important;
    border-color: #d7d889 !important;
}

#PageContent .ms-status-yellow a:link, #PageContent .ms-status-yellow a:visited {
    color: #125ab2 !important;
}

#PageContent .ms-status-red {
    background-color: #f8d4d4 !important;
    border-color: #f5a6a7 !important;
}

#PageContent .ms-status-red a:link, #PageContent .ms-status-red a:visited {
    color: #125ab2 !important;
}

#PageContent .ms-status-status {
    display: block;
}

#PageContent .ms-status-title {
    margin-left: 10px;
    vertical-align: middle;
}

#PageContent .ms-status-body {
    vertical-align: middle;
}

#PageContent .ms-status-iconSpan {
    display: inline-block;
    height: 20px;
    width: 20px;
    position: relative;
    vertical-align: middle;
    overflow: hidden;
    margin-left: 10px;
}

#PageContent .ms-status-iconImg {
    position: absolute;
}

#PageContent .ms-status-blue > .ms-status-status > .ms-status-iconSpan > .ms-status-iconImg {
    top: -52px;
    left: -178px;
}

#PageContent .ms-status-green > .ms-status-status > .ms-status-iconSpan > .ms-status-iconImg {
    top: -30px;
    left: -178px;
}

#PageContent .ms-status-red > .ms-status-status > .ms-status-iconSpan > .ms-status-iconImg {
    top: -74px;
    left: -178px;
}

#PageContent .ms-status-yellow > .ms-status-status > .ms-status-iconSpan > .ms-status-iconImg {
    top: -180px;
    left: -45px;
}

#PageContent #ms-gearPageBody {
    padding: 0px 20px;
}

#PageContent #ms-loading-body {
    text-align: center;
    padding-top: 175px;
}

#PageContent #ms-loading-box {
    display: inline-block;
    min-width: 375px;
    text-align: right;
    box-shadow: none;
    position: static;
}

#PageContent .ms-dialog #ms-loading-body {
    padding-top: 0px;
}

#PageContent .ms-dialog #ms-loading-box {
    border-width: 0px;
}

#PageContent #gearsImageLink {
    margin-left: 3px;
    vertical-align: middle;
    outline: none;
}

#PageContent #gearsImage {
    height: 32px;
    width: 32px;
}

#PageContent .ms-diffdelete {
    text-decoration: line-through;
}

#PageContent .ms-storefront-appiconimg {
    vertical-align: middle;
    height: auto;
    width: auto;
}

#PageContent .ms-storefront-appiconspan {
    height: 96px;
    width: 96px;
    line-height: 90px;
    position: relative;
    display: inline-block;
    text-align: center;
    overflow: hidden;
    /* [ReplaceColor(themeColor:"EmphasisBackground")] */ background-color: #0072c6;
}

#PageContent .ms-core-needIEFilter .ms-storefront-appiconspan {
    background-color: transparent;
    /* [ReplaceColor(themeColor:"EmphasisBackground")] */ -ms-filter: "progid:DXImageTransform.Microsoft.gradient(GradientType=0, #PageContent startColorstr=#ff0072c6, #PageContent endColorstr=#ff0072c6)";
}

#PageContent .ms-storefront-defaultappiconimg {
    left: -111px;
    top: -5px;
    position: absolute;
    height: auto;
    width: auto;
}

#PageContent .ms-foldHyperLink-panel {
    display: inline;
}

#PageContent #ms-hcTest {
    border: 1px solid #f00 !important;
    visibility: hidden !important;
    position: absolute !important;
}

#PageContent .ms-trc-noti-title {
    overflow: hidden;
}

#PageContent .ms-accentText, #PageContent .ms-accentText:visited {
    /* [ReplaceColor(themeColor:"AccentText")] */ color: #0072c6;
}

#PageContent .ms-textXLarge {
    /* [ReplaceFont(themeFont:"large-body")] */ font-family: "Segoe UI", Tahoma, Arial, sans-serif;
    font-size: 1.46em;
}

#PageContent .ms-textLarge {
    /* [ReplaceFont(themeFont:"large-body")] */ font-family: "Segoe UI", Tahoma, Arial, sans-serif;
    font-size: 1.15em;
}

#PageContent .ms-metadata, #PageContent .ms-descriptiontext, #PageContent .ms-secondaryCommandLink {
    /* [ReplaceFont(themeFont:"body")] */ font-family: "Segoe UI", Tahoma, Arial, sans-serif;
}

#PageContent .ms-textSmall, #PageContent .ms-textXSmall, #PageContent .ms-metadata, #PageContent .ms-descriptiontext, #PageContent .ms-secondaryCommandLink {
    font-size: .9em;
}

#PageContent .ms-metadata, #PageContent .ms-descriptiontext {
    /* [ReplaceColor(themeColor:"SubtleBodyText")] */ color: #777;
}

#PageContent .ms-uppercase {
    text-transform: uppercase;
}

#PageContent .ms-helperText, #PageContent input.ms-helperText {
    /* [ReplaceColor(themeColor:"SubtleBodyText")] */ color: #777;
}

#PageContent .ms-atMention, #PageContent .ms-hashTag {
    font-weight: bold;
}

#PageContent .ms-subtleLink:link, #PageContent .ms-subtleLink:visited, #PageContent .ms-atMention:link, #PageContent .ms-atMention:visited, #PageContent .ms-hashTag:link, #PageContent .ms-hashTag:visited {
    /* [ReplaceColor(themeColor:"BodyText")] */ color: #444;
}

#PageContent .ms-subtleLink:hover, #PageContent .ms-atMention:hover, #PageContent .ms-hashTag:hover {
    /* [ReplaceColor(themeColor:"CommandLinksHover")] */ color: #0072c6;
    text-decoration: none;
}

#PageContent .ms-subtleLink:active, #PageContent .ms-atMention:active, #PageContent .ms-hashTag:active {
    /* [ReplaceColor(themeColor:"CommandLinksPressed")] */ color: #004d85;
    text-decoration: none;
}

#PageContent .ms-calloutLink:link, #PageContent a.ms-calloutLink:visited, #PageContent .ms-calloutLinkDisabled {
    font-size: 1em;
}

#PageContent .ms-commandLink, #PageContent .ms-commandLink:visited {
    font-size: .85em;
}

#PageContent .ms-calloutLink:link, #PageContent a.ms-calloutLink:visited, #PageContent .ms-calloutLinkDisabled, #PageContent .ms-commandLink, #PageContent .ms-commandLink:visited, #PageContent .ms-secondaryCommandLink, #PageContent .ms-secondaryCommandLink:visited {
    /* [ReplaceFont(themeFont:"body")] */ font-family: "Segoe UI", Tahoma, Arial, sans-serif;
    /* [ReplaceColor(themeColor:"SubtleEmphasisCommandLinks")] */ color: #262626;
    text-transform: uppercase;
    text-decoration: none;
}

#PageContent .ms-soften, #PageContent .ms-soften:link, #PageContent a.ms-soften:visited, #PageContent .ms-soften:hover, #PageContent .ms-soften:active {
    /* [ReplaceColor(themeColor:"SubtleBodyText")] */ color: #777;
}

#PageContent .ms-commandLink, #PageContent .ms-commandLink:visited {
    /* [ReplaceColor(themeColor:"CommandLinks")] */ color: #666;
}

#PageContent .ms-secondaryCommandLink, #PageContent .ms-secondaryCommandLink:visited {
    /* [ReplaceColor(themeColor:"CommandLinksSecondary")] */ color: #262626;
    text-transform: none;
}

#PageContent .ms-calloutLink:hover, #PageContent .ms-commandLink:hover, #PageContent .ms-secondaryCommandLink:hover {
    /* [ReplaceColor(themeColor:"CommandLinksHover")] */ color: #0072c6;
    text-decoration: none;
}

#PageContent .ms-calloutLink:active, #PageContent .ms-commandLink:active, #PageContent .ms-secondaryCommandLink:active {
    /* [ReplaceColor(themeColor:"CommandLinksPressed")] */ color: #004d85;
}

#PageContent .ms-heroCommandLink, #PageContent .ms-heroCommandLink:visited {
    /* [ReplaceColor(themeColor:"CommandLinksHover")] */ color: #0072c6;
    text-decoration: none;
}

#PageContent .ms-heroCommandLink:hover, #PageContent .ms-heroCommandLink:active {
    /* [ReplaceColor(themeColor:"CommandLinksPressed")] */ color: #004d85;
    text-decoration: none;
}

#PageContent .ms-calloutLinkDisabled:link, #PageContent .ms-calloutLinkDisabled:visited, #PageContent a.ms-calloutLinkDisabled:hover, #PageContent .ms-calloutLinkDisabled:active, #PageContent .ms-commandLinkDisabled:link, #PageContent .ms-commandLinkDisabled:visited, #PageContent .ms-commandLinkDisabled:hover, #PageContent .ms-commandLinkDisabled:active {
    /* [ReplaceColor(themeColor:"CommandLinksDisabled")] */ color: #b1b1b1;
    cursor: default;
    border-style: none;
}

#PageContent .ms-core-form-error, #PageContent .ms-error, #PageContent .ms-formvalidation {
    /* [ReplaceColor(themeColor:"ErrorText")] */ color: #bf0000;
}

#PageContent .ms-tooltip {
    text-decoration: none;
    border-bottom: 1px dotted;
}

#PageContent .ms-emptyMode, #PageContent .ms-attractMode {
    /* [ReplaceFont(themeFont:"large-body")] */ font-family: "Segoe UI", Tahoma, Arial, sans-serif;
    font-size: 1.46em;
    /* [ReplaceColor(themeColor:"SubtleBodyText")] */ color: #777;
}

#PageContent .ms-attractMode {
    /* [ReplaceColor(themeColor:"SubtleEmphasisText")] */ color: #666;
}

#PageContent a.ms-listlink, #PageContent a.ms-listlink:hover, #PageContent a.ms-listlink:active {
    /* [ReplaceColor(themeColor:"BodyText")] */ color: #444;
}

#PageContent a.ms-listlink:hover, #PageContent a.ms-listlink:active {
    text-decoration: underline;
}

#PageContent .ms-webpart-titleText {
    font-size: 1.46em;
}

#PageContent .ms-webpart-titleText.ms-webpart-titleText, #PageContent .ms-webpart-titleText > a {
    /* [ReplaceFont(themeFont:"heading")] */ font-family: "Segoe UI", Tahoma, Arial, sans-serif;
    /* [ReplaceColor(themeColor:"WebPartHeading")] */ color: #444;
    overflow: hidden;
    text-align: justify;
    text-overflow: ellipsis;
    white-space: nowrap;
}

#PageContent .ms-webpart-titleText > a:hover {
    /* [ReplaceColor(themeColor:"CommandLinksHover")] */ color: #0072c6;
}

#PageContent .ms-webpart-titleText > a:active {
    /* [ReplaceColor(themeColor:"CommandLinksPressed")] */ color: #004d85;
}

#PageContent .ms-webpart-titleText-withMenu {
    padding-left: 35px;
}

#PageContent .ms-disabled {
    /* [ReplaceColor(themeColor:"DisabledText")] */ color: #b1b1b1;
}

#PageContent .ms-largeNumber {
    font-size: 2.31em;
    /* [ReplaceFont(themeFont:"large-heading")] */ font-family: "Segoe UI", Tahoma, Arial, sans-serif;
    /* [ReplaceColor(themeColor:"CommandLinksSecondary")] */ color: #262626;
}

#PageContent .ms-hcLink {
    border-bottom: 1px solid transparent;
}

#PageContent .ms-emphasis {
    /* [ReplaceColor(themeColor:"EmphasisText")] */ color: #fff;
    /* [ReplaceColor(themeColor:"EmphasisBackground")] */ background-color: #0072c6;
}

#PageContent .ms-core-needIEFilter .ms-emphasis {
    background-color: transparent;
    /* [ReplaceColor(themeColor:"EmphasisBackground")] */ -ms-filter: "progid:DXImageTransform.Microsoft.gradient(GradientType=0, #PageContent startColorstr=#ff0072c6, #PageContent endColorstr=#ff0072c6)";
}

#PageContent .ms-emphasis:hover {
    /* [ReplaceColor(themeColor:"EmphasisHoverBackground")] */ background-color: #0067b0;
}

#PageContent .ms-core-needIEFilter .ms-emphasis:hover {
    background-color: transparent;
    /* [ReplaceColor(themeColor:"EmphasisHoverBackground")] */ -ms-filter: "progid:DXImageTransform.Microsoft.gradient(GradientType=0, #PageContent startColorstr=#ff0067b0, #PageContent endColorstr=#ff0067b0)";
}

#PageContent .ms-emphasisBorder {
    /* [ReplaceColor(themeColor:"EmphasisBorder")] */ border: 1px solid #0067b0;
}

#PageContent .ms-emphasisBorder:hover {
    /* [ReplaceColor(themeColor:"EmphasisHoverBorder")] */ border-color: #004d85;
}

#PageContent .ms-subtleEmphasis {
    /* [ReplaceColor(themeColor:"SubtleEmphasisText")] */ color: #666;
    /* [ReplaceColor(themeColor:"SubtleEmphasisBackground")] */ background-color: #f1f1f1;
}

#PageContent .ms-subtleEmphasisCommand {
    /* [ReplaceColor(themeColor:"SubtleEmphasisCommandLinks")] */ color: #262626;
    /* [ReplaceColor(themeColor:"SubtleEmphasisBackground")] */ background-color: #f1f1f1;
}

#PageContent .ms-core-needIEFilter .ms-subtleEmphasisCommand {
    background-color: transparent;
    /* [ReplaceColor(themeColor:"SubtleEmphasisBackground")] */ -ms-filter: "progid:DXImageTransform.Microsoft.gradient(GradientType=0, #PageContent startColorstr=#c6efefef, #PageContent endColorstr=#c6efefef)";
}

#PageContent .ms-subtleEmphasisCommand:hover {
    /* [ReplaceColor(themeColor:"CommandLinksHover")] */ color: #0072c6;
}

#PageContent .ms-subtleEmphasisCommand:active {
    /* [ReplaceColor(themeColor:"CommandLinksPressed")] */ color: #004d85;
}

#PageContent .ms-subtleEmphasisCommand-disabled {
    /* [ReplaceColor(themeColor:"CommandLinksDisabled")] */ color: #b1b1b1;
}

#PageContent .ms-sideNav {
    /* [ReplaceColor(themeColor:"Navigation")] */ color: #666666;
}

#PageContent .ms-sideNav:hover {
    /* [ReplaceColor(themeColor:"NavigationHover")] */ color: #0072c6;
}

#PageContent .ms-sideNav:active {
    /* [ReplaceColor(themeColor:"NavigationPressed")] */ color: #004d85;
}

#PageContent .ms-sideNav:hover, #PageContent .ms-sideNav:active {
    /* [ReplaceColor(themeColor:"NavigationHoverBackground")] */ background-color: rgba( 205, #PageContent 230, #PageContent 247, #PageContent 0.5 );
}

#PageContent .ms-core-needIEFilter .ms-sideNav:hover, #PageContent .ms-core-needIEFilter .ms-sideNav:active {
    background-color: transparent;
    /* [ReplaceColor(themeColor:"NavigationHoverBackground")] */ -ms-filter: "progid:DXImageTransform.Microsoft.gradient(GradientType=0, #PageContent startColorstr=#7fcde6f7, #PageContent endColorstr=#7fcde6f7)";
}

#PageContent .ms-sideNav-selected {
    /* [ReplaceColor(themeColor:"NavigationSelectedBackground")] */ background-color: rgba( 239, #PageContent 239, #PageContent 239, #PageContent 0.78 );
}

#PageContent .ms-core-needIEFilter .ms-sideNav-selected {
    background-color: transparent;
    /* [ReplaceColor(themeColor:"NavigationSelectedBackground")] */ -ms-filter: "progid:DXImageTransform.Microsoft.gradient(GradientType=0, #PageContent startColorstr=#c6efefef, #PageContent endColorstr=#c6efefef)";
}

#PageContent .ms-topBar {
    /* [ReplaceColor(themeColor:"TopBarText")] */ color: #666;
    /* [ReplaceColor(themeColor:"TopBarBackground")] */ background-color: rgba( 239, #PageContent 239, #PageContent 239, #PageContent 0.78 );
}

#PageContent .ms-core-needIEFilter .ms-topBar {
    background-color: transparent;
    /* [ReplaceColor(themeColor:"TopBarBackground")] */ -ms-filter: "progid:DXImageTransform.Microsoft.gradient(GradientType=0, #PageContent startColorstr=#c6efefef, #PageContent endColorstr=#c6efefef)";
}

#PageContent .ms-topBar:hover {
    /* [ReplaceColor(themeColor:"TopBarHoverText")] */ color: #333;
}

#PageContent .ms-topBar:active {
    /* [ReplaceColor(themeColor:"TopBarPressedText")] */ color: #004d85;
}

#PageContent .ms-core-tableNoSpace {
    border-spacing: 0px;
}

#PageContent .ms-core-tableNoSpace > tr > td, #PageContent .ms-core-tableNoSpace > * > tr > td, #PageContent .ms-core-tableNoSpace > tr > th, #PageContent .ms-core-tableNoSpace > * > tr > th {
    padding: 0px;
}

#PageContent .ms-displayBlock {
    display: block;
}

#PageContent .ms-displayInline {
    display: inline;
}

#PageContent .ms-displayInlineBlock {
    display: inline-block;
}

#PageContent .ms-table {
    display: table;
}

#PageContent .ms-tableRow {
    display: table-row;
}

#PageContent .ms-tableCell {
    display: table-cell;
}

#PageContent .ms-verticalAlignTop {
    vertical-align: top;
}

#PageContent .ms-verticalAlignMiddle {
    vertical-align: middle;
}

#PageContent .ms-verticalAlignBaseline {
    vertical-align: baseline;
}

#PageContent .ms-positionRelative {
    position: relative;
}

#PageContent .ms-positionAbsolute {
    position: absolute;
}

#PageContent .ms-positionAbsolute {
    position: absolute;
}

#PageContent .ms-hide {
    display: none;
}

#PageContent .ms-visibilityHidden {
    visibility: hidden;
}

#PageContent .ms-accessible, #PageContent .ms-hidden, #PageContent a.ms-skip, #PageContent a:hover.ms-skip, #PageContent a:visited.ms-skip, #PageContent a.ms-TurnOnAcc, #PageContent a.ms-SkiptoMainContent, #PageContent a.ms-SkiptoNavigation {
    position: absolute;
    top: -2000px;
    overflow: hidden;
    height: 1px;
    width: 1px;
    display: block;
}

#PageContent .ms-unicodeBidiEmbed {
    unicode-bidi: embed;
}

#PageContent .ms-clear {
    clear: both;
}

#PageContent .ms-alignRight {
    text-align: left;
}

#PageContent .ms-alignLeft {
    text-align: right;
}

#PageContent .ms-alignCenter {
    text-align: center;
}

#PageContent .ms-floatRight {
    float: left;
}

#PageContent .ms-floatLeft {
    float: right;
}

@media print {
    .ms-noPrint, #s4-ribbonrow, #sideNavBox, .ms-feedback-box, #ms-overlay-ie8background, #background,
    .LeftInner_page, .left_info, .top_header .accsess, .top_header .userInfo, .top_search, .advanced_search, .main_jerusalem, .footerDiv, .leftLobi {
        display: none;
    }

    #LayoutInner_page {
        padding: 15px;
    }

    #s4-titlerow {
        display: block;
    }

    body {
        overflow: visible;
    }

    #s4-workspace {
        overflow: visible !important;
        width: auto !important;
        height: auto !important;
    }

    .RightInner_page, #LayoutInner_page, #contentBox {
        width: 100%;
    }

    #CompTour .TitleRight {
        width: 100%;
        background-color: transparent;
    }

    #CompTour .TitleRight h1 {
        color: #236c9d;
        font-size: 24px !important;
        font-weight: bold;
    }

    #CompTour h2, .summaryP {
        color: #236c9d;
        font-size: 18px !important;
        font-weight: bold;
        text-align: justify;
        line-height: 23px;
    }

    #PageContent .ms-rtestate-field , #PageContent p ,#PageContent *, #PageContent{
        font-size: 18px !important;
        color: #000000;
        text-align: justify;
        line-height: 23px;
    }
}

#PageContent .ms-noWrap {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

#PageContent .ms-forceWrap {
    word-wrap: break-word;
}

#PageContent .ms-normalWrap {
    white-space: normal;
    word-wrap: normal;
}

#PageContent .ms-fullWidth {
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    width: 100%;
}

#PageContent .ms-fullHeight {
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    height: 100%;
}

#PageContent .ms-fillBoxFull {
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    height: 100%;
    width: 100%;
}

#PageContent .ms-fillBox {
    height: 100%;
    width: 100%;
}

#PageContent .ms-padding0 {
    padding: 0px;
}

#PageContent .ms-margin0 {
    margin: 0px;
}

#PageContent .ms-noList ul, #PageContent .ms-noList ol, #PageContent .ms-noList {
    list-style-type: none;
    padding-right: 0px;
}

#PageContent .ms-bold {
    font-weight: bold;
}

#PageContent .ms-italic {
    font-style: italic;
}

#PageContent .ms-smallIndent {
    margin-right: 20px;
}

#PageContent .ms-indent {
    margin-right: 25px;
}

#PageContent .ms-highContrastBorder {
    border: 1px solid transparent;
}

#PageContent .ms-cursorDefault {
    cursor: default;
}

#PageContent .ms-cursorPointer {
    cursor: pointer;
}

#PageContent .ms-shadow {
    box-shadow: 0px 0px 7px 0px rgba(0, #PageContent 0, #PageContent 0, #PageContent 0.47);
}

#PageContent .ms-lines {
    /* [ReplaceColor(themeColor:"Lines")] */ border: 1px solid #ababab;
}

#PageContent .ms-subtleLines {
    /* [ReplaceColor(THEME_COLOR_MPCSS_SUBTLE_LINES)] */ border: 1px solid #c6c6c6;
}

#PageContent .ms-strongLines {
    /* [ReplaceColor(themeColor:"StrongLines")] */ border: 1px solid #92c0e0;
}

#PageContent .ms-disabledLines {
    /* [ReplaceColor(themeColor:"DisabledLines")] */ border: 1px solid #e1e1e1;
}

#PageContent .ms-accentLines {
    /* [ReplaceColor(themeColor:"AccentLines")] */ border: 1px solid #2a8dd4;
}

#PageContent .ms-popupBorder {
    /* [ReplaceColor(themeColor:"DialogBorder")] */ border: 1px solid #d1d1d1;
}

#PageContent .ms-bgOverlay {
    /* [ReplaceColor(themeColor:"BackgroundOverlay")] */ background-color: rgba( 255, #PageContent 255, #PageContent 255, #PageContent 0.85 );
}

#PageContent .ms-core-needIEFilter .ms-bgOverlay {
    background-color: transparent;
    /* [ReplaceColor(themeColor:"BackgroundOverlay")] */ -ms-filter: "progid:DXImageTransform.Microsoft.gradient(GradientType=0, #PageContent startColorstr=#d8ffffff, #PageContent endColorstr=#d8ffffff)";
}

#PageContent .ms-bgDisabled {
    /* [ReplaceColor(themeColor:"DisabledBackground")] */ background-color: #fdfdfd;
}

#PageContent .ms-core-needIEFilter .ms-bgDisabled {
    background-color: transparent;
    /* [ReplaceColor(themeColor:"DisabledBackground")] */ -ms-filter: "progid:DXImageTransform.Microsoft.gradient(GradientType=0, #PageContent startColorstr=#fffdfdfd, #PageContent endColorstr=#fffdfdfd)";
}

#PageContent .ms-bgHeader {
    /* [ReplaceColor(themeColor:"HeaderBackground")] */ background-color: rgba( 255, #PageContent 255, #PageContent 255, #PageContent 0.85 );
}

#PageContent .ms-core-needIEFilter .ms-bgHeader {
    background-color: transparent;
    /* [ReplaceColor(themeColor:"HeaderBackground")] */ -ms-filter: "progid:DXImageTransform.Microsoft.gradient(GradientType=0, #PageContent startColorstr=#d8ffffff, #PageContent endColorstr=#d8ffffff)";
}

#PageContent .ms-bgFooter {
    /* [ReplaceColor(themeColor:"FooterBackground")] */ background-color: rgba( 255, #PageContent 255, #PageContent 255, #PageContent 0.85 );
}

#PageContent .ms-core-needIEFilter .ms-bgFooter {
    background-color: transparent;
    /* [ReplaceColor(themeColor:"FooterBackground")] */ -ms-filter: "progid:DXImageTransform.Microsoft.gradient(GradientType=0, #PageContent startColorstr=#d8ffffff, #PageContent endColorstr=#d8ffffff)";
}

#PageContent .ms-bgHoverable:hover {
    /* [ReplaceColor(themeColor:"HoverBackground")] */ background-color: rgba( 205, #PageContent 230, #PageContent 247, #PageContent 0.5 );
}

#PageContent .ms-core-needIEFilter .ms-bgHoverable:hover {
    background-color: transparent;
    /* [ReplaceColor(themeColor:"HoverBackground")] */ -ms-filter: "progid:DXImageTransform.Microsoft.gradient(GradientType=0, #PageContent startColorstr=#7fcde6f7, #PageContent endColorstr=#7fcde6f7)";
}

#PageContent .ms-bgSelected {
    /* [ReplaceColor(themeColor:"SelectionBackground")] */ background-color: rgba( 156, #PageContent 206, #PageContent 240, #PageContent 0.5 );
}

#PageContent .ms-core-needIEFilter .ms-bgSelected {
    background-color: transparent;
    /* [ReplaceColor(themeColor:"SelectionBackground")] */ -ms-filter: "progid:DXImageTransform.Microsoft.gradient(GradientType=0, #PageContent startColorstr=#7f9ccef0, #PageContent endColorstr=#7f9ccef0)";
}

#PageContent .ms-ContentAccent1-fontColor { /* [ReplaceColor(themeColor:"ContentAccent1", #PageContent opacity:"1")] */
    color: #0072C6;
}

#PageContent .ms-ContentAccent2-fontColor { /* [ReplaceColor(themeColor:"ContentAccent2", #PageContent opacity:"1")] */
    color: #00485B;
}

#PageContent .ms-ContentAccent3-fontColor { /* [ReplaceColor(themeColor:"ContentAccent3", #PageContent opacity:"1")] */
    color: #288054;
}

#PageContent .ms-ContentAccent4-fontColor { /* [ReplaceColor(themeColor:"ContentAccent4", #PageContent opacity:"1")] */
    color: #767956;
}

#PageContent .ms-ContentAccent5-fontColor { /* [ReplaceColor(themeColor:"ContentAccent5", #PageContent opacity:"1")] */
    color: #ED0033;
}

#PageContent .ms-ContentAccent6-fontColor { /* [ReplaceColor(themeColor:"ContentAccent6", #PageContent opacity:"1")] */
    color: #682A7A;
}

#PageContent .ms-TileText-fontColor { /* [ReplaceColor(themeColor:"TileText", #PageContent opacity:"1")] */
    color: #fff;
}

#PageContent .ms-TopBarText-fontColor { /* [ReplaceColor(themeColor:"TopBarText", #PageContent opacity:"1")] */
    color: #666;
}

#PageContent .ms-ContentAccent1-bgColor { /* [ReplaceColor(themeColor:"ContentAccent1")] */
    background-color: #0072C6;
}

#PageContent .ms-ContentAccent2-bgColor { /* [ReplaceColor(themeColor:"ContentAccent2")] */
    background-color: #00485B;
}

#PageContent .ms-ContentAccent3-bgColor { /* [ReplaceColor(themeColor:"ContentAccent3")] */
    background-color: #288054;
}

#PageContent .ms-ContentAccent4-bgColor { /* [ReplaceColor(themeColor:"ContentAccent4")] */
    background-color: #767956;
}

#PageContent .ms-ContentAccent5-bgColor { /* [ReplaceColor(themeColor:"ContentAccent5")] */
    background-color: #ED0033;
}

#PageContent .ms-ContentAccent6-bgColor { /* [ReplaceColor(themeColor:"ContentAccent6")] */
    background-color: #682A7A;
}

#PageContent .ms-SelectionBackground-bgColor { /* [ReplaceColor(themeColor:"SelectionBackground")] */
    background-color: rgba( 156, #PageContent 206, #PageContent 240, #PageContent 0.5 );
}

#PageContent .ms-HoverBackground-bgColor { /* [ReplaceColor(themeColor:"HoverBackground")] */
    background-color: rgba( 205, #PageContent 230, #PageContent 247, #PageContent 0.5 );
}

#PageContent .ms-TileBackgroundOverlay-bgColor { /* [ReplaceColor(themeColor:"TileBackgroundOverlay")] */
    background-color: rgba( 0, #PageContent 0, #PageContent 0, #PageContent 0.6 );
}

#PageContent .ms-EmphasisBackground-bgColor { /* [ReplaceColor(themeColor:"EmphasisBackground")] */
    background-color: #0072c6;
}

#PageContent .ms-TopBarBackground-bgColor { /* [ReplaceColor(themeColor:"TopBarBackground")] */
    background-color: rgba( 239, #PageContent 239, #PageContent 239, #PageContent 0.78 );
}

#PageContent .ms-EmphasisHoverBackground-bgColor { /* [ReplaceColor(themeColor:"EmphasisHoverBackground")] */
    background-color: #0067b0;
}

#PageContent .ms-core-needIEFilter .ms-ContentAccent1-bgColor { /* [ReplaceColor(themeColor:"ContentAccent1")] */
    -ms-filter: "progid:DXImageTransform.Microsoft.gradient(GradientType=0, #PageContent startColorstr=#FF0072C6, #PageContent endColorstr=#FF0072C6)";
}

#PageContent .ms-core-needIEFilter .ms-ContentAccent2-bgColor { /* [ReplaceColor(themeColor:"ContentAccent2")] */
    -ms-filter: "progid:DXImageTransform.Microsoft.gradient(GradientType=0, #PageContent startColorstr=#FF00485B, #PageContent endColorstr=#FF00485B)";
}

#PageContent .ms-core-needIEFilter .ms-ContentAccent3-bgColor { /* [ReplaceColor(themeColor:"ContentAccent3")] */
    -ms-filter: "progid:DXImageTransform.Microsoft.gradient(GradientType=0, #PageContent startColorstr=#FF288054, #PageContent endColorstr=#FF288054)";
}

#PageContent .ms-core-needIEFilter .ms-ContentAccent4-bgColor { /* [ReplaceColor(themeColor:"ContentAccent4")] */
    -ms-filter: "progid:DXImageTransform.Microsoft.gradient(GradientType=0, #PageContent startColorstr=#FF767956, #PageContent endColorstr=#FF767956)";
}

#PageContent .ms-core-needIEFilter .ms-ContentAccent5-bgColor { /* [ReplaceColor(themeColor:"ContentAccent5")] */
    -ms-filter: "progid:DXImageTransform.Microsoft.gradient(GradientType=0, #PageContent startColorstr=#FFED0033, #PageContent endColorstr=#FFED0033)";
}

#PageContent .ms-core-needIEFilter .ms-ContentAccent6-bgColor { /* [ReplaceColor(themeColor:"ContentAccent6")] */
    -ms-filter: "progid:DXImageTransform.Microsoft.gradient(GradientType=0, #PageContent startColorstr=#FF682A7A, #PageContent endColorstr=#FF682A7A)";
}

#PageContent .ms-core-needIEFilter .ms-SelectionBackground-bgColor { /* [ReplaceColor(themeColor:"SelectionBackground")] */
    -ms-filter: "progid:DXImageTransform.Microsoft.gradient(GradientType=0, #PageContent startColorstr=#7f9ccef0, #PageContent endColorstr=#7f9ccef0)";
}

#PageContent .ms-core-needIEFilter .ms-HoverBackground-bgColor { /* [ReplaceColor(themeColor:"HoverBackground")] */
    -ms-filter: "progid:DXImageTransform.Microsoft.gradient(GradientType=0, #PageContent startColorstr=#7fcde6f7, #PageContent endColorstr=#7fcde6f7)";
}

#PageContent .ms-core-needIEFilter .ms-TileBackgroundOverlay-bgColor { /* [ReplaceColor(themeColor:"TileBackgroundOverlay")] */
    -ms-filter: "progid:DXImageTransform.Microsoft.gradient(GradientType=0, #PageContent startColorstr=#99000000, #PageContent endColorstr=#99000000)";
}

#PageContent .ms-core-needIEFilter .ms-EmphasisBackground-bgColor { /* [ReplaceColor(themeColor:"EmphasisBackground")] */
    -ms-filter: "progid:DXImageTransform.Microsoft.gradient(GradientType=0, #PageContent startColorstr=#ff0072c6, #PageContent endColorstr=#ff0072c6)";
}

#PageContent .ms-core-needIEFilter .ms-TopBarBackground-bgColor { /* [ReplaceColor(themeColor:"TopBarBackground")] */
    -ms-filter: "progid:DXImageTransform.Microsoft.gradient(GradientType=0, #PageContent startColorstr=#c6efefef, #PageContent endColorstr=#c6efefef)";
}

#PageContent .ms-core-needIEFilter .ms-EmphasisHoverBackground-bgColor { /* [ReplaceColor(themeColor:"EmphasisHoverBackground")] */
    -ms-filter: "progid:DXImageTransform.Microsoft.gradient(GradientType=0, #PageContent startColorstr=#ff0067b0, #PageContent endColorstr=#ff0067b0)";
}

#PageContent .ms-ContentAccent1-borderColor { /* [ReplaceColor(themeColor:"ContentAccent1", #PageContent opacity:"1")] */
    border-color: #0072C6;
}

#PageContent .ms-ContentAccent2-borderColor { /* [ReplaceColor(themeColor:"ContentAccent2", #PageContent opacity:"1")] */
    border-color: #00485B;
}

#PageContent .ms-ContentAccent3-borderColor { /* [ReplaceColor(themeColor:"ContentAccent3", #PageContent opacity:"1")] */
    border-color: #288054;
}

#PageContent .ms-ContentAccent4-borderColor { /* [ReplaceColor(themeColor:"ContentAccent4", #PageContent opacity:"1")] */
    border-color: #767956;
}

#PageContent .ms-ContentAccent5-borderColor { /* [ReplaceColor(themeColor:"ContentAccent5", #PageContent opacity:"1")] */
    border-color: #ED0033;
}

#PageContent .ms-ContentAccent6-borderColor { /* [ReplaceColor(themeColor:"ContentAccent6", #PageContent opacity:"1")] */
    border-color: #682A7A;
}

#PageContent .ms-StrongLines-borderColor { /* [ReplaceColor(themeColor:"StrongLines", #PageContent opacity:"1")] */
    border-color: #92b7d1;
}

#PageContent .ms-Lines-borderColor { /* [ReplaceColor(themeColor:"Lines", #PageContent opacity:"1")] */
    border-color: #ababab;
}

#PageContent .ms-SubtleLines-borderColor { /* [ReplaceColor(themeColor:"SubtleLines", #PageContent opacity:"1")] */
    border-color: #c6c6c6;
}

#PageContent .ms-DisabledLines-borderColor { /* [ReplaceColor(themeColor:"DisabledLines", #PageContent opacity:"1")] */
    border-color: #e1e1e1;
}

#PageContent .ms-AccentLines-borderColor { /* [ReplaceColor(themeColor:"AccentLines", #PageContent opacity:"1")] */
    border-color: #2a8dd4;
}

#PageContent .ms-FocusedAccentLine-borderColor { /* [ReplaceColor(themeColor:"FocusedAccentLine", #PageContent opacity:"1")] */
    border-color: #2a8dd4;
}

#PageContent .ms-RowAccent-borderColor { /* [ReplaceColor(themeColor:"RowAccent", #PageContent opacity:"1")] */
    border-color: #0072c6;
}

#PageContent .ms-EmphasisBorder-borderColor { /* [ReplaceColor(themeColor:"EmphasisBorder", #PageContent opacity:"1")] */
    border-color: #0067b0;
}

#PageContent .ms-TopBarBorder-borderColor { /* [ReplaceColor(themeColor:"TopBarBorder", #PageContent opacity:"1")] */
    border-color: #f0f0f0;
}

#PageContent H1.ms-rteElement-H1 {
    -ms-name: "כותרת 1";
    -ms-element: "true";
}

#PageContent H2.ms-rteElement-H2 {
    -ms-name: "כותרת 2";
    -ms-element: "true";
}

#PageContent H3.ms-rteElement-H3 {
    -ms-name: "כותרת 3";
    -ms-element: "true";
}

#PageContent H4.ms-rteElement-H4 {
    -ms-name: "כותרת 4";
    -ms-element: "true";
}

#PageContent H1.ms-rteElement-H1B {
    -ms-name: "כותרת חלופית 1";
}

#PageContent H2.ms-rteElement-H2B {
    -ms-name: "כותרת חלופית 2";
}

#PageContent H3.ms-rteElement-H3B {
    -ms-name: "כותרת חלופית 3";
}

#PageContent H4.ms-rteElement-H4B {
    -ms-name: "כותרת חלופית 4";
}

#PageContent P.ms-rteElement-P {
    -ms-name: "פיסקה";
    -ms-element: "true";
}

#PageContent .ms-rteStyle-Normal {
    -ms-name: "רגיל";
}

#PageContent .ms-rteStyle-Quote {
    -ms-name: "ציטוט";
}

#PageContent .ms-rteStyle-IntenseQuote {
    -ms-name: "ציטוט חזק";
}

#PageContent .ms-rteStyle-Emphasis {
    -ms-name: "הדגשה";
}

#PageContent .ms-rteStyle-IntenseEmphasis {
    -ms-name: "הדגשה חזקה";
}

#PageContent .ms-rteStyle-References {
    -ms-name: "הפניה";
}

#PageContent .ms-rteStyle-IntenseReferences {
    -ms-name: "הפניה חזקה";
}

#PageContent .ms-rteStyle-Accent1 {
    -ms-name: "הדגשה 1";
}

#PageContent .ms-rteStyle-Accent2 {
    -ms-name: "הדגשה 2";
}

#PageContent .ms-rteForeColor-1 {
    color: darkred;
    -ms-name: "";
    -ms-color: "אדום כהה";
}

#PageContent .ms-rteForeColor-2 {
    color: red;
    -ms-name: "";
    -ms-color: "אדום";
}

#PageContent .ms-rteForeColor-3 {
    color: orange;
    -ms-name: "";
    -ms-color: "זהב";
}

#PageContent .ms-rteForeColor-4 {
    color: yellow;
    -ms-name: "";
    -ms-color: "צהוב";
}

#PageContent .ms-rteForeColor-5 {
    color: lightgreen;
    -ms-name: "";
    -ms-color: "ירוק בהיר";
}

#PageContent .ms-rteForeColor-6 {
    color: green;
    -ms-name: "";
    -ms-color: "ירוק כהה";
}

#PageContent .ms-rteForeColor-7 {
    color: lightblue;
    -ms-name: "";
    -ms-color: "כחול-שמים";
}

#PageContent .ms-rteForeColor-8 {
    color: blue;
    -ms-name: "";
    -ms-color: "כחול";
}

#PageContent .ms-rteForeColor-9 {
    color: darkblue;
    -ms-name: "";
    -ms-color: "כחול כהה";
}

#PageContent .ms-rteForeColor-10 {
    color: purple;
    -ms-name: "";
    -ms-color: "סגול כהה";
}

#PageContent .ms-rteBackColor-1 {
    background-color: darkred;
    -ms-name: "";
    -ms-color: "אדום כהה";
}

#PageContent .ms-rteBackColor-2 {
    background-color: red;
    -ms-name: "";
    -ms-color: "אדום";
}

#PageContent .ms-rteBackColor-3 {
    background-color: orange;
    -ms-name: "";
    -ms-color: "זהב";
}

#PageContent .ms-rteBackColor-4 {
    background-color: yellow;
    -ms-name: "";
    -ms-color: "צהוב";
}

#PageContent .ms-rteBackColor-5 {
    background-color: lightgreen;
    -ms-name: "";
    -ms-color: "ירוק בהיר";
}

#PageContent .ms-rteBackColor-6 {
    background-color: green;
    -ms-name: "";
    -ms-color: "ירוק כהה";
}

#PageContent .ms-rteBackColor-7 {
    background-color: lightblue;
    -ms-name: "";
    -ms-color: "כחול-שמים";
}

#PageContent .ms-rteBackColor-8 {
    background-color: blue;
    -ms-name: "";
    -ms-color: "כחול";
}

#PageContent .ms-rteBackColor-9 {
    background-color: darkblue;
    -ms-name: "";
    -ms-color: "כחול כהה";
}

#PageContent .ms-rteBackColor-10 {
    background-color: purple;
    -ms-name: "";
    -ms-color: "סגול כהה";
}

#PageContent .ms-rteFontFace-1 {
    -ms-name: "Tahoma";
    font-family: Tahoma, sans-serif;
}

#PageContent .ms-rteFontFace-2 {
    -ms-name: "Courier New";
    font-family: "Courier New", Tahoma, sans-serif;
}

#PageContent .ms-rteFontFace-3 {
    -ms-name: "Times New Roman";
    font-family: "Times New Roman", serif;
}

#PageContent .ms-rteFontFace-4 {
    -ms-name: "Microsoft Sans Serif";
    font-family: "Microsoft Sans Serif", Tahoma, sans-serif;
}

#PageContent .ms-rteFontFace-5 {
    -ms-name: "Arial";
    font-family: Arial, sans-serif;
}

#PageContent .ms-rteFontFace-6 {
    -ms-name: "Gisha";
    font-family: Gisha, Arial, sans-serif;
}

#PageContent .ms-rteFontFace-7 {
    -ms-name: "Aharoni Bold";
    font-family: "Aharoni Bold", "Arial Black", Arial, sans-serif;
}

#PageContent .ms-rteFontFace-8 {
    -ms-name: "Miriam";
    font-family: Miriam, Tahoma, sans-serif;
}

#PageContent .ms-rteFontFace-9 {
    -ms-name: "David ";
    font-family: David, serif;
}

#PageContent .ms-rteFontFace-10 {
    -ms-name: "Rod";
    font-family: Rod, "Courier New", sans-serif;
}

#PageContent .ms-rteFontFace-11 {
    -ms-name: "FrankRuehl";
    font-family: FrankRuehl, serif;
}

#PageContent .ms-rteFontFace-12 {
    -ms-name: "Segoe UI";
    font-family: "Segoe UI", Tahoma, sans-serif;
}

#PageContent .ms-rteFontSize-1 {
    font-size: 9pt;
}

#PageContent .ms-rteFontSize-2 {
    font-size: 11pt;
}

#PageContent .ms-rteFontSize-3 {
    font-size: 13pt;
}

#PageContent .ms-rteFontSize-4 {
    font-size: 18pt;
}

#PageContent .ms-rteFontSize-5 {
    font-size: 24pt;
}

#PageContent .ms-rteFontSize-6 {
    font-size: 36pt;
}

#PageContent .ms-rteFontSize-7 {
    font-size: 48pt;
}

#PageContent .ms-rteFontSize-8 {
    font-size: 72pt;
}

#PageContent .ms-rteThemeForeColor-1-0 {
    /* [ReplaceColor(themeColor:"BackgroundOverlay", #PageContent opacity:"1")] */ color: #fff;
    -ms-name: "בהיר 1";
    /* [ColorName] */ -ms-color: "לבן";
}

#PageContent .ms-rteThemeForeColor-2-0 {
    /* [ReplaceColor(themeColor:"BodyText", #PageContent opacity:"1")] */ color: #444;
    -ms-name: "כהה 1";
    /* [ColorName] */ -ms-color: "שחור";
}

#PageContent .ms-rteThemeForeColor-3-0 {
    /* [ReplaceColor(themeColor:"SubtleEmphasisText", #PageContent opacity:"1")] */ color: #666;
    -ms-name: "בהיר 2";
    /* [ColorName] */ -ms-color: "לבן";
}

#PageContent .ms-rteThemeForeColor-4-0 {
    /* [ReplaceColor(themeColor:"SubtleEmphasisBackground", #PageContent opacity:"1")] */ color: #efefef;
    -ms-name: "כהה 2";
    /* [ColorName] */ -ms-color: "כחול-אפור";
}

#PageContent .ms-rteThemeForeColor-5-0 {
    /* [ReplaceColor(themeColor:"ContentAccent1", #PageContent opacity:"1")] */ color: #0072C6;
    -ms-name: "הדגשה 1";
    /* [ColorName] */ -ms-color: "כחול כהה";
}

#PageContent .ms-rteThemeForeColor-6-0 {
    /* [ReplaceColor(themeColor:"ContentAccent2", #PageContent opacity:"1")] */ color: #00485B;
    -ms-name: "הדגשה 2";
    /* [ColorName] */ -ms-color: "ורוד";
}

#PageContent .ms-rteThemeForeColor-7-0 {
    /* [ReplaceColor(themeColor:"ContentAccent3", #PageContent opacity:"1")] */ color: #288054;
    -ms-name: "הדגשה 3";
    /* [ColorName] */ -ms-color: "טורקיז";
}

#PageContent .ms-rteThemeForeColor-8-0 {
    /* [ReplaceColor(themeColor:"ContentAccent4", #PageContent opacity:"1")] */ color: #767956;
    -ms-name: "הדגשה 4";
    /* [ColorName] */ -ms-color: "כתום";
}

#PageContent .ms-rteThemeForeColor-9-0 {
    /* [ReplaceColor(themeColor:"ContentAccent5", #PageContent opacity:"1")] */ color: #ED0033;
    -ms-name: "הדגשה 5";
    /* [ColorName] */ -ms-color: "ירוק כהה";
}

#PageContent .ms-rteThemeForeColor-10-0 {
    /* [ReplaceColor(themeColor:"ContentAccent6", #PageContent opacity:"1")] */ color: #682A7A;
    -ms-name: "הדגשה 6";
    /* [ColorName] */ -ms-color: "צהוב";
}

#PageContent .ms-rteThemeForeColor-1-1 {
    /* [ReplaceColor(themeColor:"BackgroundOverlay-Lightest", #PageContent opacity:"1")] */ color: #F2F2F2;
    -ms-name: "בהיר 1 הכי בהיר";
    /* [ColorName] */ -ms-color: "לבן";
}

#PageContent .ms-rteThemeForeColor-2-1 {
    /* [ReplaceColor(themeColor:"BodyText-Lightest", #PageContent opacity:"1")] */ color: #D9D9D9;
    -ms-name: "כהה 1 הכי בהיר";
    /* [ColorName] */ -ms-color: "אפור-50%";
}

#PageContent .ms-rteThemeForeColor-3-1 {
    /* [ReplaceColor(themeColor:"SubtleEmphasisText-Lightest", #PageContent opacity:"1")] */ color: #E0E0E0;
    -ms-name: "בהיר 2 הכי בהיר";
    /* [ColorName] */ -ms-color: "כחול-קרח";
}

#PageContent .ms-rteThemeForeColor-4-1 {
    /* [ReplaceColor(themeColor:"SubtleEmphasisBackground-Lightest", #PageContent opacity:"1")] */ color: #D8D8D8;
    -ms-name: "כהה 2 הכי בהיר";
    /* [ColorName] */ -ms-color: "כחול-קרח";
}

#PageContent .ms-rteThemeForeColor-5-1 {
    /* [ReplaceColor(themeColor:"ContentAccent1-Lightest", #PageContent opacity:"1")] */ color: #C0E4FF;
    -ms-name: "הדגשה 1 הכי בהיר";
    /* [ColorName] */ -ms-color: "כחול בהיר";
}

#PageContent .ms-rteThemeForeColor-6-1 {
    /* [ReplaceColor(themeColor:"ContentAccent2-Lightest", #PageContent opacity:"1")] */ color: #D5F6FF;
    -ms-name: "הדגשה 2 הכי בהיר";
    /* [ColorName] */ -ms-color: "ורוד";
}

#PageContent .ms-rteThemeForeColor-7-1 {
    /* [ReplaceColor(themeColor:"ContentAccent3-Lightest", #PageContent opacity:"1")] */ color: #CAEEDC;
    -ms-name: "הדגשה 3 הכי בהיר";
    /* [ColorName] */ -ms-color: "טורקיז בהיר";
}

#PageContent .ms-rteThemeForeColor-8-1 {
    /* [ReplaceColor(themeColor:"ContentAccent4-Lightest", #PageContent opacity:"1")] */ color: #E4E5DB;
    -ms-name: "הדגשה 4 הכי בהיר";
    /* [ColorName] */ -ms-color: "כתום בהיר";
}

#PageContent .ms-rteThemeForeColor-9-1 {
    /* [ReplaceColor(themeColor:"ContentAccent5-Lightest", #PageContent opacity:"1")] */ color: #FFC8D4;
    -ms-name: "הדגשה 5 הכי בהיר";
    /* [ColorName] */ -ms-color: "ירוק בהיר";
}

#PageContent .ms-rteThemeForeColor-10-1 {
    /* [ReplaceColor(themeColor:"ContentAccent6-Lightest", #PageContent opacity:"1")] */ color: #E5CBED;
    -ms-name: "הדגשה 6 הכי בהיר";
    /* [ColorName] */ -ms-color: "צהוב בהיר";
}

#PageContent .ms-rteThemeForeColor-1-2 {
    /* [ReplaceColor(themeColor:"BackgroundOverlay-Lighter", #PageContent opacity:"1")] */ color: #D8D8D8;
    -ms-name: "בהיר 1 בהיר יותר";
    /* [ColorName] */ -ms-color: "אפור-25%";
}

#PageContent .ms-rteThemeForeColor-2-2 {
    /* [ReplaceColor(themeColor:"BodyText-Lighter", #PageContent opacity:"1")] */ color: #B4B4B4;
    -ms-name: "כהה 1 בהיר יותר";
    /* [ColorName] */ -ms-color: "אפור-80%";
}

#PageContent .ms-rteThemeForeColor-3-2 {
    /* [ReplaceColor(themeColor:"SubtleEmphasisText-Lighter", #PageContent opacity:"1")] */ color: #C1C1C1;
    -ms-name: "בהיר 2 בהיר יותר";
    /* [ColorName] */ -ms-color: "כחול-קרח";
}

#PageContent .ms-rteThemeForeColor-4-2 {
    /* [ReplaceColor(themeColor:"SubtleEmphasisBackground-Lighter", #PageContent opacity:"1")] */ color: #B4B4B4;
    -ms-name: "כהה 2 בהיר יותר";
    /* [ColorName] */ -ms-color: "כחול-קרח";
}

#PageContent .ms-rteThemeForeColor-5-2 {
    /* [ReplaceColor(themeColor:"ContentAccent1-Lighter", #PageContent opacity:"1")] */ color: #82CAFF;
    -ms-name: "הדגשה 1 בהיר יותר";
    /* [ColorName] */ -ms-color: "טורקיז בהיר";
}

#PageContent .ms-rteThemeForeColor-6-2 {
    /* [ReplaceColor(themeColor:"ContentAccent2-Lighter", #PageContent opacity:"1")] */ color: #96E9FF;
    -ms-name: "הדגשה 2 בהיר יותר";
    /* [ColorName] */ -ms-color: "ורוד";
}

#PageContent .ms-rteThemeForeColor-7-2 {
    /* [ReplaceColor(themeColor:"ContentAccent3-Lighter", #PageContent opacity:"1")] */ color: #96DEBA;
    -ms-name: "הדגשה 3 בהיר יותר";
    /* [ColorName] */ -ms-color: "טורקיז בהיר";
}

#PageContent .ms-rteThemeForeColor-8-2 {
    /* [ReplaceColor(themeColor:"ContentAccent4-Lighter", #PageContent opacity:"1")] */ color: #CACCB8;
    -ms-name: "הדגשה 4 בהיר יותר";
    /* [ColorName] */ -ms-color: "כתום בהיר";
}

#PageContent .ms-rteThemeForeColor-9-2 {
    /* [ReplaceColor(themeColor:"ContentAccent5-Lighter", #PageContent opacity:"1")] */ color: #FF91A9;
    -ms-name: "הדגשה 5 בהיר יותר";
    /* [ColorName] */ -ms-color: "ירוק בהיר";
}

#PageContent .ms-rteThemeForeColor-10-2 {
    /* [ReplaceColor(themeColor:"ContentAccent6-Lighter", #PageContent opacity:"1")] */ color: #CC98DB;
    -ms-name: "הדגשה 6 בהיר יותר";
    /* [ColorName] */ -ms-color: "צהוב בהיר";
}

#PageContent .ms-rteThemeForeColor-1-3 {
    /* [ReplaceColor(themeColor:"BackgroundOverlay-Medium", #PageContent opacity:"1")] */ color: #BFBFBF;
    -ms-name: "בהיר 1 בינוני";
    /* [ColorName] */ -ms-color: "אפור-25%";
}

#PageContent .ms-rteThemeForeColor-2-3 {
    /* [ReplaceColor(themeColor:"BodyText-Medium", #PageContent opacity:"1")] */ color: #8E8E8E;
    -ms-name: "כהה 1 בינוני";
    /* [ColorName] */ -ms-color: "אפור-80%";
}

#PageContent .ms-rteThemeForeColor-3-3 {
    /* [ReplaceColor(themeColor:"SubtleEmphasisText-Medium", #PageContent opacity:"1")] */ color: #A3A3A3;
    -ms-name: "בהיר 2 בינוני";
    /* [ColorName] */ -ms-color: "כחול-אפור";
}

#PageContent .ms-rteThemeForeColor-4-3 {
    /* [ReplaceColor(themeColor:"SubtleEmphasisBackground-Medium", #PageContent opacity:"1")] */ color: #787878;
    -ms-name: "כהה 2 בינוני";
    /* [ColorName] */ -ms-color: "כחול-אפור";
}

#PageContent .ms-rteThemeForeColor-5-3 {
    /* [ReplaceColor(themeColor:"ContentAccent1-Medium", #PageContent opacity:"1")] */ color: #43AFFF;
    -ms-name: "הדגשה 1 בינוני";
    /* [ColorName] */ -ms-color: "כחול";
}

#PageContent .ms-rteThemeForeColor-6-3 {
    /* [ReplaceColor(themeColor:"ContentAccent2-Medium", #PageContent opacity:"1")] */ color: #2DD3FF;
    -ms-name: "הדגשה 2 בינוני";
    /* [ColorName] */ -ms-color: "ורוד";
}

#PageContent .ms-rteThemeForeColor-7-3 {
    /* [ReplaceColor(themeColor:"ContentAccent3-Medium", #PageContent opacity:"1")] */ color: #62CE98;
    -ms-name: "הדגשה 3 בינוני";
    /* [ColorName] */ -ms-color: "טורקיז בהיר";
}

#PageContent .ms-rteThemeForeColor-8-3 {
    /* [ReplaceColor(themeColor:"ContentAccent4-Medium", #PageContent opacity:"1")] */ color: #B0B394;
    -ms-name: "הדגשה 4 בינוני";
    /* [ColorName] */ -ms-color: "כתום בהיר";
}

#PageContent .ms-rteThemeForeColor-9-3 {
    /* [ReplaceColor(themeColor:"ContentAccent5-Medium", #PageContent opacity:"1")] */ color: #FF5B7E;
    -ms-name: "הדגשה 5 בינוני";
    /* [ColorName] */ -ms-color: "ירוק";
}

#PageContent .ms-rteThemeForeColor-10-3 {
    /* [ReplaceColor(themeColor:"ContentAccent6-Medium", #PageContent opacity:"1")] */ color: #B364C9;
    -ms-name: "הדגשה 6 בינוני";
    /* [ColorName] */ -ms-color: "צהוב בהיר";
}

#PageContent .ms-rteThemeForeColor-1-4 {
    /* [ReplaceColor(themeColor:"BackgroundOverlay-Darker", #PageContent opacity:"1")] */ color: #A5A5A5;
    -ms-name: "בהיר 1 כהה יותר";
    /* [ColorName] */ -ms-color: "אפור-50%";
}

#PageContent .ms-rteThemeForeColor-2-4 {
    /* [ReplaceColor(themeColor:"BodyText-Darker", #PageContent opacity:"1")] */ color: #333;
    -ms-name: "כהה 1 כהה יותר";
    /* [ColorName] */ -ms-color: "אפור-80%";
}

#PageContent .ms-rteThemeForeColor-3-4 {
    /* [ReplaceColor(themeColor:"SubtleEmphasisText-Darker", #PageContent opacity:"1")] */ color: #4C4C4C;
    -ms-name: "בהיר 2 כהה יותר";
    /* [ColorName] */ -ms-color: "כחול-אפור";
}

#PageContent .ms-rteThemeForeColor-4-4 {
    /* [ReplaceColor(themeColor:"SubtleEmphasisBackground-Darker", #PageContent opacity:"1")] */ color: #3C3C3C;
    -ms-name: "כהה 2 כהה יותר";
    /* [ColorName] */ -ms-color: "כחול-אפור";
}

#PageContent .ms-rteThemeForeColor-5-4 {
    /* [ReplaceColor(themeColor:"ContentAccent1-Darker", #PageContent opacity:"1")] */ color: #005594;
    -ms-name: "הדגשה 1 כהה יותר";
    /* [ColorName] */ -ms-color: "כחול כהה";
}

#PageContent .ms-rteThemeForeColor-6-4 {
    /* [ReplaceColor(themeColor:"ContentAccent2-Darker", #PageContent opacity:"1")] */ color: #009AC3;
    -ms-name: "הדגשה 2 כהה יותר";
    /* [ColorName] */ -ms-color: "סגול-שזיף";
}

#PageContent .ms-rteThemeForeColor-7-4 {
    /* [ReplaceColor(themeColor:"ContentAccent3-Darker", #PageContent opacity:"1")] */ color: #1D603F;
    -ms-name: "הדגשה 3 כהה יותר";
    /* [ColorName] */ -ms-color: "טורקיז";
}

#PageContent .ms-rteThemeForeColor-8-4 {
    /* [ReplaceColor(themeColor:"ContentAccent4-Darker", #PageContent opacity:"1")] */ color: #585A40;
    -ms-name: "הדגשה 4 כהה יותר";
    /* [ColorName] */ -ms-color: "חום";
}

#PageContent .ms-rteThemeForeColor-9-4 {
    /* [ReplaceColor(themeColor:"ContentAccent5-Darker", #PageContent opacity:"1")] */ color: #B10026;
    -ms-name: "הדגשה 5 כהה יותר";
    /* [ColorName] */ -ms-color: "ירוק כהה";
}

#PageContent .ms-rteThemeForeColor-10-4 {
    /* [ReplaceColor(themeColor:"ContentAccent6-Darker", #PageContent opacity:"1")] */ color: #4E1F5B;
    -ms-name: "הדגשה 6 כהה יותר";
    /* [ColorName] */ -ms-color: "צהוב";
}

#PageContent .ms-rteThemeForeColor-1-5 {
    /* [ReplaceColor(themeColor:"BackgroundOverlay-Darkest", #PageContent opacity:"1")] */ color: #7F7F7F;
    -ms-name: "בהיר 1 הכי כהה";
    /* [ColorName] */ -ms-color: "אפור-50%";
}

#PageContent .ms-rteThemeForeColor-2-5 {
    /* [ReplaceColor(themeColor:"BodyText-Darkest", #PageContent opacity:"1")] */ color: #222;
    -ms-name: "כהה 1 הכי כהה";
    /* [ColorName] */ -ms-color: "שחור";
}

#PageContent .ms-rteThemeForeColor-3-5 {
    /* [ReplaceColor(themeColor:"SubtleEmphasisText-Darkest", #PageContent opacity:"1")] */ color: #333333;
    -ms-name: "בהיר 2 הכי כהה";
    /* [ColorName] */ -ms-color: "כחול-אפור";
}

#PageContent .ms-rteThemeForeColor-4-5 {
    /* [ReplaceColor(themeColor:"SubtleEmphasisBackground-Darkest", #PageContent opacity:"1")] */ color: #181818;
    -ms-name: "כהה 2 הכי כהה";
    /* [ColorName] */ -ms-color: "כחול-אפור";
}

#PageContent .ms-rteThemeForeColor-5-5 {
    /* [ReplaceColor(themeColor:"ContentAccent1-Darkest", #PageContent opacity:"1")] */ color: #003963;
    -ms-name: "הדגשה 1 הכי כהה";
    /* [ColorName] */ -ms-color: "כחול כהה";
}

#PageContent .ms-rteThemeForeColor-6-5 {
    /* [ReplaceColor(themeColor:"ContentAccent2-Darkest", #PageContent opacity:"1")] */ color: #006984;
    -ms-name: "הדגשה 2 הכי כהה";
    /* [ColorName] */ -ms-color: "סגול-שזיף";
}

#PageContent .ms-rteThemeForeColor-7-5 {
    /* [ReplaceColor(themeColor:"ContentAccent3-Darkest", #PageContent opacity:"1")] */ color: #13402A;
    -ms-name: "הדגשה 3 הכי כהה";
    /* [ColorName] */ -ms-color: "כחול-ירקרק כהה";
}

#PageContent .ms-rteThemeForeColor-8-5 {
    /* [ReplaceColor(themeColor:"ContentAccent4-Darkest", #PageContent opacity:"1")] */ color: #3B3C2B;
    -ms-name: "הדגשה 4 הכי כהה";
    /* [ColorName] */ -ms-color: "חום";
}

#PageContent .ms-rteThemeForeColor-9-5 {
    /* [ReplaceColor(themeColor:"ContentAccent5-Darkest", #PageContent opacity:"1")] */ color: #760019;
    -ms-name: "הדגשה 5 הכי כהה";
    /* [ColorName] */ -ms-color: "ירוק כהה";
}

#PageContent .ms-rteThemeForeColor-10-5 {
    /* [ReplaceColor(themeColor:"ContentAccent6-Darkest", #PageContent opacity:"1")] */ color: #34153D;
    -ms-name: "הדגשה 6 הכי כהה";
    /* [ColorName] */ -ms-color: "צהוב כהה";
}

#PageContent .ms-rteThemeBackColor-1-0 {
    /* [ReplaceColor(themeColor:"BackgroundOverlay", #PageContent opacity:"1")] */ background-color: #fff;
    -ms-name: "בהיר 1";
    /* [ColorName] */ -ms-color: "לבן";
}

#PageContent .ms-rteThemeBackColor-2-0 {
    /* [ReplaceColor(themeColor:"BodyText", #PageContent opacity:"1")] */ background-color: #444;
    -ms-name: "כהה 1";
    /* [ColorName] */ -ms-color: "שחור";
}

#PageContent .ms-rteThemeBackColor-3-0 {
    /* [ReplaceColor(themeColor:"SubtleEmphasisText", #PageContent opacity:"1")] */ background-color: #666;
    -ms-name: "בהיר 2";
    /* [ColorName] */ -ms-color: "לבן";
}

#PageContent .ms-rteThemeBackColor-4-0 {
    /* [ReplaceColor(themeColor:"SubtleEmphasisBackground", #PageContent opacity:"1")] */ background-color: #efefef;
    -ms-name: "כהה 2";
    /* [ColorName] */ -ms-color: "כחול-אפור";
}

#PageContent .ms-rteThemeBackColor-5-0 {
    /* [ReplaceColor(themeColor:"ContentAccent1", #PageContent opacity:"1")] */ background-color: #0072C6;
    -ms-name: "הדגשה 1";
    /* [ColorName] */ -ms-color: "כחול כהה";
}

#PageContent .ms-rteThemeBackColor-6-0 {
    /* [ReplaceColor(themeColor:"ContentAccent2", #PageContent opacity:"1")] */ background-color: #00485B;
    -ms-name: "הדגשה 2";
    /* [ColorName] */ -ms-color: "ורוד";
}

#PageContent .ms-rteThemeBackColor-7-0 {
    /* [ReplaceColor(themeColor:"ContentAccent3", #PageContent opacity:"1")] */ background-color: #288054;
    -ms-name: "הדגשה 3";
    /* [ColorName] */ -ms-color: "טורקיז";
}

#PageContent .ms-rteThemeBackColor-8-0 {
    /* [ReplaceColor(themeColor:"Accent4")] */ background-color: #FD9F08;
    /* [ReplaceColor(themeColor:"ContentAccent4", #PageContent opacity:"1")] */ background-color: #767956;
    -ms-name: "הדגשה 4";
    /* [ColorName] */ -ms-color: "כתום";
}

#PageContent .ms-rteThemeBackColor-9-0 {
    /* [ReplaceColor(themeColor:"ContentAccent5", #PageContent opacity:"1")] */ background-color: #ED0033;
    -ms-name: "הדגשה 5";
    /* [ColorName] */ -ms-color: "ירוק כהה";
}

#PageContent .ms-rteThemeBackColor-10-0 {
    /* [ReplaceColor(themeColor:"ContentAccent6", #PageContent opacity:"1")] */ background-color: #682A7A;
    -ms-name: "הדגשה 6";
    /* [ColorName] */ -ms-color: "צהוב";
}

#PageContent .ms-rteThemeBackColor-1-1 {
    /* [ReplaceColor(themeColor:"BackgroundOverlay-Lightest", #PageContent opacity:"1")] */ background-color: #F2F2F2;
    -ms-name: "בהיר 1 הכי בהיר";
    /* [ColorName] */ -ms-color: "לבן";
}

#PageContent .ms-rteThemeBackColor-2-1 {
    /* [ReplaceColor(themeColor:"BodyText-Lightest", #PageContent opacity:"1")] */ background-color: #D9D9D9;
    -ms-name: "כהה 1 הכי בהיר";
    /* [ColorName] */ -ms-color: "אפור-50%";
}

#PageContent .ms-rteThemeBackColor-3-1 {
    /* [ReplaceColor(themeColor:"SubtleEmphasisText-Lightest", #PageContent opacity:"1")] */ background-color: #E0E0E0;
    -ms-name: "בהיר 2 הכי בהיר";
    /* [ColorName] */ -ms-color: "כחול-קרח";
}

#PageContent .ms-rteThemeBackColor-4-1 {
    /* [ReplaceColor(themeColor:"SubtleEmphasisBackground-Lightest", #PageContent opacity:"1")] */ background-color: #D8D8D8;
    -ms-name: "כהה 2 הכי בהיר";
    /* [ColorName] */ -ms-color: "כחול-קרח";
}

#PageContent .ms-rteThemeBackColor-5-1 {
    /* [ReplaceColor(themeColor:"ContentAccent1-Lightest", #PageContent opacity:"1")] */ background-color: #C0E4FF;
    -ms-name: "הדגשה 1 הכי בהיר";
    /* [ColorName] */ -ms-color: "כחול בהיר";
}

#PageContent .ms-rteThemeBackColor-6-1 {
    /* [ReplaceColor(themeColor:"ContentAccent2-Lightest", #PageContent opacity:"1")] */ background-color: #D5F6FF;
    -ms-name: "הדגשה 2 הכי בהיר";
    /* [ColorName] */ -ms-color: "ורוד";
}

#PageContent .ms-rteThemeBackColor-7-1 {
    /* [ReplaceColor(themeColor:"ContentAccent3-Lightest", #PageContent opacity:"1")] */ background-color: #CAEEDC;
    -ms-name: "הדגשה 3 הכי בהיר";
    /* [ColorName] */ -ms-color: "טורקיז בהיר";
}

#PageContent .ms-rteThemeBackColor-8-1 {
    /* [ReplaceColor(themeColor:"ContentAccent4-Lightest", #PageContent opacity:"1")] */ background-color: #E4E5DB;
    -ms-name: "הדגשה 4 הכי בהיר";
    /* [ColorName] */ -ms-color: "כתום בהיר";
}

#PageContent .ms-rteThemeBackColor-9-1 {
    /* [ReplaceColor(themeColor:"ContentAccent5-Lightest", #PageContent opacity:"1")] */ background-color: #FFC8D4;
    -ms-name: "הדגשה 5 הכי בהיר";
    /* [ColorName] */ -ms-color: "ירוק בהיר";
}

#PageContent .ms-rteThemeBackColor-10-1 {
    /* [ReplaceColor(themeColor:"ContentAccent6-Lightest", #PageContent opacity:"1")] */ background-color: #E5CBED;
    -ms-name: "הדגשה 6 הכי בהיר";
    /* [ColorName] */ -ms-color: "צהוב בהיר";
}

#PageContent .ms-rteThemeBackColor-1-2 {
    /* [ReplaceColor(themeColor:"BackgroundOverlay-Lighter", #PageContent opacity:"1")] */ background-color: #D8D8D8;
    -ms-name: "בהיר 1 בהיר יותר";
    /* [ColorName] */ -ms-color: "אפור-25%";
}

#PageContent .ms-rteThemeBackColor-2-2 {
    /* [ReplaceColor(themeColor:"BodyText-Lighter", #PageContent opacity:"1")] */ background-color: #B4B4B4;
    -ms-name: "כהה 1 בהיר יותר";
    /* [ColorName] */ -ms-color: "אפור-80%";
}

#PageContent .ms-rteThemeBackColor-3-2 {
    /* [ReplaceColor(themeColor:"SubtleEmphasisText-Lighter", #PageContent opacity:"1")] */ background-color: #C1C1C1;
    -ms-name: "בהיר 2 בהיר יותר";
    /* [ColorName] */ -ms-color: "כחול-קרח";
}

#PageContent .ms-rteThemeBackColor-4-2 {
    /* [ReplaceColor(themeColor:"SubtleEmphasisBackground-Lighter", #PageContent opacity:"1")] */ background-color: #B4B4B4;
    -ms-name: "כהה 2 בהיר יותר";
    /* [ColorName] */ -ms-color: "כחול-קרח";
}

#PageContent .ms-rteThemeBackColor-5-2 {
    /* [ReplaceColor(themeColor:"ContentAccent1-Lighter", #PageContent opacity:"1")] */ background-color: #82CAFF;
    -ms-name: "הדגשה 1 בהיר יותר";
    /* [ColorName] */ -ms-color: "טורקיז בהיר";
}

#PageContent .ms-rteThemeBackColor-6-2 {
    /* [ReplaceColor(themeColor:"ContentAccent2-Lighter", #PageContent opacity:"1")] */ background-color: #96E9FF;
    -ms-name: "הדגשה 2 בהיר יותר";
    /* [ColorName] */ -ms-color: "ורוד";
}

#PageContent .ms-rteThemeBackColor-7-2 {
    /* [ReplaceColor(themeColor:"ContentAccent3-Lighter", #PageContent opacity:"1")] */ background-color: #96DEBA;
    -ms-name: "הדגשה 3 בהיר יותר";
    /* [ColorName] */ -ms-color: "טורקיז בהיר";
}

#PageContent .ms-rteThemeBackColor-8-2 {
    /* [ReplaceColor(themeColor:"ContentAccent4-Lighter", #PageContent opacity:"1")] */ background-color: #CACCB8;
    -ms-name: "הדגשה 4 בהיר יותר";
    /* [ColorName] */ -ms-color: "כתום בהיר";
}

#PageContent .ms-rteThemeBackColor-9-2 {
    /* [ReplaceColor(themeColor:"ContentAccent5-Lighter", #PageContent opacity:"1")] */ background-color: #FF91A9;
    -ms-name: "הדגשה 5 בהיר יותר";
    /* [ColorName] */ -ms-color: "ירוק בהיר";
}

#PageContent .ms-rteThemeBackColor-10-2 {
    /* [ReplaceColor(themeColor:"ContentAccent6-Lighter", #PageContent opacity:"1")] */ background-color: #CC98DB;
    -ms-name: "הדגשה 6 בהיר יותר";
    /* [ColorName] */ -ms-color: "צהוב בהיר";
}

#PageContent .ms-rteThemeBackColor-1-3 {
    /* [ReplaceColor(themeColor:"BackgroundOverlay-Medium", #PageContent opacity:"1")] */ background-color: #BFBFBF;
    -ms-name: "בהיר 1 בינוני";
    /* [ColorName] */ -ms-color: "אפור-25%";
}

#PageContent .ms-rteThemeBackColor-2-3 {
    /* [ReplaceColor(themeColor:"BodyText-Medium", #PageContent opacity:"1")] */ background-color: #8E8E8E;
    -ms-name: "כהה 1 בינוני";
    /* [ColorName] */ -ms-color: "אפור-80%";
}

#PageContent .ms-rteThemeBackColor-3-3 {
    /* [ReplaceColor(themeColor:"SubtleEmphasisText-Medium", #PageContent opacity:"1")] */ background-color: #A3A3A3;
    -ms-name: "בהיר 2 בינוני";
    /* [ColorName] */ -ms-color: "כחול-אפור";
}

#PageContent .ms-rteThemeBackColor-4-3 {
    /* [ReplaceColor(themeColor:"SubtleEmphasisBackground-Medium", #PageContent opacity:"1")] */ background-color: #787878;
    -ms-name: "כהה 2 בינוני";
    /* [ColorName] */ -ms-color: "כחול-אפור";
}

#PageContent .ms-rteThemeBackColor-5-3 {
    /* [ReplaceColor(themeColor:"ContentAccent1-Medium", #PageContent opacity:"1")] */ background-color: #43AFFF;
    -ms-name: "הדגשה 1 בינוני";
    /* [ColorName] */ -ms-color: "כחול";
}

#PageContent .ms-rteThemeBackColor-6-3 {
    /* [ReplaceColor(themeColor:"ContentAccent2-Medium", #PageContent opacity:"1")] */ background-color: #2DD3FF;
    -ms-name: "הדגשה 2 בינוני";
    /* [ColorName] */ -ms-color: "ורוד";
}

#PageContent .ms-rteThemeBackColor-7-3 {
    /* [ReplaceColor(themeColor:"ContentAccent3-Medium", #PageContent opacity:"1")] */ background-color: #62CE98;
    -ms-name: "הדגשה 3 בינוני";
    /* [ColorName] */ -ms-color: "טורקיז בהיר";
}

#PageContent .ms-rteThemeBackColor-8-3 {
    /* [ReplaceColor(themeColor:"ContentAccent4-Medium", #PageContent opacity:"1")] */ background-color: #B0B394;
    -ms-name: "הדגשה 4 בינוני";
    /* [ColorName] */ -ms-color: "כתום בהיר";
}

#PageContent .ms-rteThemeBackColor-9-3 {
    /* [ReplaceColor(themeColor:"ContentAccent5-Medium", #PageContent opacity:"1")] */ background-color: #FF5B7E;
    -ms-name: "הדגשה 5 בינוני";
    /* [ColorName] */ -ms-color: "ירוק";
}

#PageContent .ms-rteThemeBackColor-10-3 {
    /* [ReplaceColor(themeColor:"ContentAccent6-Medium", #PageContent opacity:"1")] */ background-color: #B364C9;
    -ms-name: "הדגשה 6 בינוני";
    /* [ColorName] */ -ms-color: "צהוב בהיר";
}

#PageContent .ms-rteThemeBackColor-1-4 {
    /* [ReplaceColor(themeColor:"BackgroundOverlay-Darker", #PageContent opacity:"1")] */ background-color: #A5A5A5;
    -ms-name: "בהיר 1 כהה יותר";
    /* [ColorName] */ -ms-color: "אפור-50%";
}

#PageContent .ms-rteThemeBackColor-2-4 {
    /* [ReplaceColor(themeColor:"BodyText-Darker", #PageContent opacity:"1")] */ background-color: #333;
    -ms-name: "כהה 1 כהה יותר";
    /* [ColorName] */ -ms-color: "אפור-80%";
}

#PageContent .ms-rteThemeBackColor-3-4 {
    /* [ReplaceColor(themeColor:"SubtleEmphasisText-Darker", #PageContent opacity:"1")] */ background-color: #4C4C4C;
    -ms-name: "בהיר 2 כהה יותר";
    /* [ColorName] */ -ms-color: "כחול-אפור";
}

#PageContent .ms-rteThemeBackColor-4-4 {
    /* [ReplaceColor(themeColor:"SubtleEmphasisBackground-Darker", #PageContent opacity:"1")] */ background-color: #3C3C3C;
    -ms-name: "כהה 2 כהה יותר";
    /* [ColorName] */ -ms-color: "כחול-אפור";
}

#PageContent .ms-rteThemeBackColor-5-4 {
    /* [ReplaceColor(themeColor:"ContentAccent1-Darker", #PageContent opacity:"1")] */ background-color: #005594;
    -ms-name: "הדגשה 1 כהה יותר";
    /* [ColorName] */ -ms-color: "כחול כהה";
}

#PageContent .ms-rteThemeBackColor-6-4 {
    /* [ReplaceColor(themeColor:"ContentAccent2-Darker", #PageContent opacity:"1")] */ background-color: #009AC3;
    -ms-name: "הדגשה 2 כהה יותר";
    /* [ColorName] */ -ms-color: "סגול-שזיף";
}

#PageContent .ms-rteThemeBackColor-7-4 {
    /* [ReplaceColor(themeColor:"ContentAccent3-Darker", #PageContent opacity:"1")] */ background-color: #1D603F;
    -ms-name: "הדגשה 3 כהה יותר";
    /* [ColorName] */ -ms-color: "טורקיז";
}

#PageContent .ms-rteThemeBackColor-8-4 {
    /* [ReplaceColor(themeColor:"ContentAccent4-Darker", #PageContent opacity:"1")] */ background-color: #585A40;
    -ms-name: "הדגשה 4 כהה יותר";
    /* [ColorName] */ -ms-color: "חום";
}

#PageContent .ms-rteThemeBackColor-9-4 {
    /* [ReplaceColor(themeColor:"ContentAccent5-Darker", #PageContent opacity:"1")] */ background-color: #B10026;
    -ms-name: "הדגשה 5 כהה יותר";
    /* [ColorName] */ -ms-color: "ירוק כהה";
}

#PageContent .ms-rteThemeBackColor-10-4 {
    /* [ReplaceColor(themeColor:"ContentAccent6-Darker", #PageContent opacity:"1")] */ background-color: #4E1F5B;
    -ms-name: "הדגשה 6 כהה יותר";
    /* [ColorName] */ -ms-color: "צהוב";
}

#PageContent .ms-rteThemeBackColor-1-5 {
    /* [ReplaceColor(themeColor:"BackgroundOverlay-Darkest", #PageContent opacity:"1")] */ background-color: #7F7F7F;
    -ms-name: "בהיר 1 הכי כהה";
    /* [ColorName] */ -ms-color: "אפור-50%";
}

#PageContent .ms-rteThemeBackColor-2-5 {
    /* [ReplaceColor(themeColor:"BodyText-Darkest", #PageContent opacity:"1")] */ background-color: #222;
    -ms-name: "כהה 1 הכי כהה";
    /* [ColorName] */ -ms-color: "שחור";
}

#PageContent .ms-rteThemeBackColor-3-5 {
    /* [ReplaceColor(themeColor:"SubtleEmphasisText-Darkest", #PageContent opacity:"1")] */ background-color: #333333;
    -ms-name: "בהיר 2 הכי כהה";
    /* [ColorName] */ -ms-color: "כחול-אפור";
}

#PageContent .ms-rteThemeBackColor-4-5 {
    /* [ReplaceColor(themeColor:"SubtleEmphasisBackground-Darkest", #PageContent opacity:"1")] */ background-color: #181818;
    -ms-name: "כהה 2 הכי כהה";
    /* [ColorName] */ -ms-color: "כחול-אפור";
}

#PageContent .ms-rteThemeBackColor-5-5 {
    /* [ReplaceColor(themeColor:"ContentAccent1-Darkest", #PageContent opacity:"1")] */ background-color: #003963;
    -ms-name: "הדגשה 1 הכי כהה";
    /* [ColorName] */ -ms-color: "כחול כהה";
}

#PageContent .ms-rteThemeBackColor-6-5 {
    /* [ReplaceColor(themeColor:"ContentAccent2-Darkest", #PageContent opacity:"1")] */ background-color: #006984;
    -ms-name: "הדגשה 2 הכי כהה";
    /* [ColorName] */ -ms-color: "סגול-שזיף";
}

#PageContent .ms-rteThemeBackColor-7-5 {
    /* [ReplaceColor(themeColor:"ContentAccent3-Darkest", #PageContent opacity:"1")] */ background-color: #13402A;
    -ms-name: "הדגשה 3 הכי כהה";
    /* [ColorName] */ -ms-color: "כחול-ירקרק כהה";
}

#PageContent .ms-rteThemeBackColor-8-5 {
    /* [ReplaceColor(themeColor:"ContentAccent4-Darkest", #PageContent opacity:"1")] */ background-color: #3B3C2B;
    -ms-name: "הדגשה 4 הכי כהה";
    /* [ColorName] */ -ms-color: "חום";
}

#PageContent .ms-rteThemeBackColor-9-5 {
    /* [ReplaceColor(themeColor:"ContentAccent5-Darkest", #PageContent opacity:"1")] */ background-color: #760019;
    -ms-name: "הדגשה 5 הכי כהה";
    /* [ColorName] */ -ms-color: "ירוק כהה";
}

#PageContent .ms-rteThemeBackColor-10-5 {
    /* [ReplaceColor(themeColor:"ContentAccent6-Darkest", #PageContent opacity:"1")] */ background-color: #34153D;
    -ms-name: "הדגשה 6 הכי כהה";
    /* [ColorName] */ -ms-color: "צהוב כהה";
}

#PageContent .ms-rteImage-0 {
    -ms-name: "ללא גבול";
}

#PageContent .ms-rteImage-1 {
    -ms-name: "גבול קו דק";
    /* [ReplaceColor(themeColor:"BodyText", #PageContent opacity:"1")] */ background-color: #444;
    /* [ReplaceColor(themeColor:"BodyText-Darker", #PageContent opacity:"1")] */ border: 1px solid #333;
    /* [RecolorImage(themeColor:"SubtleBodyText", #PageContent method:"Tinting")] */ background-image: url("/_layouts/15/images/tabtitlerowbottombg.png?rev=23");
    background-repeat: repeat-x;
    background-position: top;
}

#PageContent .ms-rteImage-2 {
    -ms-name: "גבול טבלה";
    padding: 2px;
    /* [ReplaceColor(themeColor:"SubtleLines")] */ border-top: 1px solid #c6c6c6;
    /* [ReplaceColor(themeColor:"Lines")] */ border-bottom: 1px solid #ababab;
    /* [ReplaceColor(themeColor:"SubtleLines")] */ border-right: 1px solid #c6c6c6;
    /* [ReplaceColor(themeColor:"Lines")] */ border-left: 1px solid #ababab;
}

#PageContent .ms-rteImage-3 {
    -ms-name: "גבול כהה";
    padding: 15px;
    /* [ReplaceColor(themeColor:"BodyText-Darker", #PageContent opacity:"1")] */ background-color: #333;
    /* [ReplaceColor(themeColor:"BodyText", #PageContent opacity:"1")] */ border: 1px solid #444;
    /* [RecolorImage(themeColor:"BodyText-Darker", #PageContent method:"Tinting")] */ background-image: url("/_layouts/15/images/tabtitlerowbottombg.png?rev=23");
    background-attachment: fixed;
    background-repeat: repeat-x;
    background-position: right bottom;
}

#PageContent .ms-rteImage-4 {
    -ms-name: "גבול בהיר";
    padding: 6px;
    padding-bottom: 33px;
    /* [ReplaceColor(themeColor:"BackgroundOverlay-Lightest", #PageContent opacity:"1")] */ background-color: #F2F2F2;
    /* [ReplaceColor(themeColor:"SubtleLines")] */ border-top: 1px solid #c6c6c6;
    /* [ReplaceColor(themeColor:"Lines")] */ border-bottom: 1px solid #ababab;
    /* [ReplaceColor(themeColor:"SubtleLines")] */ border-right: 1px solid #c6c6c6;
    /* [ReplaceColor(themeColor:"Lines")] */ border-left: 1px solid #ababab;
    background-image: url("/_layouts/15/images/selbg.png?rev=23");
    background-repeat: repeat-x;
    background-position: top;
}

#PageContent .ms-rteTable-default > tbody > tr > td, #PageContent .ms-rteTable-default > tbody > tr > th, #PageContent .ms-rteTable-0 > tbody > tr > td, #PageContent .ms-rteTable-0 > tbody > tr > th, #PageContent .ms-rteTable-1 > tbody > tr > td, #PageContent .ms-rteTable-1 > tbody > tr > th, #PageContent .ms-rteTable-2 > tbody > tr > td, #PageContent .ms-rteTable-2 > tbody > tr > th, #PageContent .ms-rteTable-3 > tbody > tr > td, #PageContent .ms-rteTable-3 > tbody > tr > th, #PageContent .ms-rteTable-4 > tbody > tr > td, #PageContent .ms-rteTable-4 > tbody > tr > th, #PageContent .ms-rteTable-5 > tbody > tr > td, #PageContent .ms-rteTable-5 > tbody > tr > th, #PageContent .ms-rteTable-6 > tbody > tr > td, #PageContent .ms-rteTable-6 > tbody > tr > th, #PageContent .ms-rteTable-7 > tbody > tr > td, #PageContent .ms-rteTable-7 > tbody > tr > th, #PageContent .ms-rteTable-8 > tbody > tr > td, #PageContent .ms-rteTable-8 > tbody > tr > th, #PageContent .ms-rteTable-9 > tbody > tr > td, #PageContent .ms-rteTable-9 > tbody > tr > th, #PageContent .ms-rteTable-10 > tbody > tr > td, #PageContent .ms-rteTable-10 > tbody > tr > th {
    vertical-align: top;
    padding: 7px 5px 6px;
}

#PageContent .ms-rteTable-default > tbody > tr > th, #PageContent .ms-rteTable-default > tbody > tr.ms-rteTableFooterRow-default, #PageContent .ms-rteTable-0 > tbody > tr > th, #PageContent .ms-rteTable-0 > tbody > tr.ms-rteTableFooterRow-0, #PageContent .ms-rteTable-1 > tbody > tr > th, #PageContent .ms-rteTable-1 > tbody > tr.ms-rteTableFooterRow-1, #PageContent .ms-rteTable-2 > tbody > tr > th, #PageContent .ms-rteTable-2 > tbody > tr.ms-rteTableFooterRow-2, #PageContent .ms-rteTable-3 > tbody > tr > th, #PageContent .ms-rteTable-3 > tbody > tr.ms-rteTableFooterRow-3, #PageContent .ms-rteTable-4 > tbody > tr > th, #PageContent .ms-rteTable-4 > tbody > tr.ms-rteTableFooterRow-4, #PageContent .ms-rteTable-5 > tbody > tr > th, #PageContent .ms-rteTable-5 > tbody > tr.ms-rteTableFooterRow-5, #PageContent .ms-rteTable-6 > tbody > tr > th, #PageContent .ms-rteTable-6 > tbody > tr.ms-rteTableFooterRow-6, #PageContent .ms-rteTable-7 > tbody > tr > th, #PageContent .ms-rteTable-7 > tbody > tr.ms-rteTableFooterRow-7, #PageContent .ms-rteTable-8 > tbody > tr > th, #PageContent .ms-rteTable-8 > tbody > tr.ms-rteTableFooterRow-8, #PageContent .ms-rteTable-9 > tbody > tr > th, #PageContent .ms-rteTable-9 > tbody > tr.ms-rteTableFooterRow-9, #PageContent .ms-rteTable-10 > tbody > tr > th, #PageContent .ms-rteTable-10 > tbody > tr.ms-rteTableFooterRow-10 {
    /* [ReplaceColor(themeColor:"SubtleBodyText")] */ color: #777;
    text-align: right;
    font-weight: normal;
}

#PageContent .ms-rtetablecells {
    padding: 2px;
    vertical-align: top;
}

#PageContent .ms-rteTable-default {
    -ms-name: "סגנון ברירת מחדל של טבלה - בהיר";
}

#PageContent .ms-rteTable-default, #PageContent .ms-rteTable-default > tbody > tr > td, #PageContent .ms-rteTable-default > tbody > tr > th, #PageContent td.ms-rteTable-default, #PageContent th.ms-rteTable-default, #PageContent .ms-rtetablecells {
    /* [ReplaceColor(themeColor:"SubtleLines")] */ border: 1px solid #c6c6c6;
}

#PageContent .ms-rteTable-0 {
    -ms-name: "סגנון טבלה 1 - שקוף";
    border-width: 0px;
    border-style: none;
    border-collapse: collapse;
}

#PageContent .ms-rteTable-1 {
    -ms-name: "סגנון טבלה 2 - פסים בהירים";
}

#PageContent .ms-rteTable-1 tr.ms-rteTableHeaderRow-1, #PageContent .ms-rteTable-1 tr.ms-rteTableFooterRow-1, #PageContent .ms-rteTable-1 tr.ms-rteTableHeaderRow-1 > th, #PageContent .ms-rteTable-1 tr.ms-rteTableFooterRow-1 > th, #PageContent .ms-rteTable-1 tr.ms-rteTableFooterRow-1 > td {
    /* [ReplaceColor(themeColor:"BackgroundOverlay", #PageContent opacity:"1")] */ background-color: #fff;
    /* [ReplaceColor(themeColor:"BackgroundOverlay")] */ background-color: rgba( 255, #PageContent 255, #PageContent 255, #PageContent 0.85 );
    /* [ReplaceColor(themeColor:"Lines")] */ border-top: 1px solid #ababab;
    /* [ReplaceColor(themeColor:"Lines")] */ border-bottom: 1px solid #ababab;
}

#PageContent .ms-rteTable-1 tr.ms-rteTableOddRow-1 {
    /* [ReplaceColor(themeColor:"BackgroundOverlay-Lighter", #PageContent opacity:"1")] */ background-color: #D8D8D8;
    /* [ReplaceColor(themeColor:"BackgroundOverlay-Lighter")] */ background-color: #D8D8D8;
}

#PageContent .ms-rteTable-1 tr.ms-rteTableEvenRow-1 {
    /* [ReplaceColor(themeColor:"BackgroundOverlay", #PageContent opacity:"1")] */ background-color: #fff;
    /* [ReplaceColor(themeColor:"BackgroundOverlay")] */ background-color: rgba( 255, #PageContent 255, #PageContent 255, #PageContent 0.85 );
}

#PageContent .ms-rteTable-6 {
    -ms-name: "סגנון טבלה 3 - שני גוונים בינוניים";
}

#PageContent .ms-rteTable-6 tr.ms-rteTableHeaderRow-6, #PageContent .ms-rteTable-6 tr.ms-rteTableFooterRow-6, #PageContent .ms-rteTable-6 tr.ms-rteTableHeaderRow-6 > th, #PageContent .ms-rteTable-6 tr.ms-rteTableFooterRow-6 > th, #PageContent .ms-rteTable-6 tr.ms-rteTableFooterRow-6 > td {
    /* [ReplaceColor(themeColor:"ContentAccent1-Darker", #PageContent opacity:"1")] */ background-color: #005594;
    /* [ReplaceColor(themeColor:"ContentAccent1-Darker")] */ background-color: #005594;
    /* [ReplaceColor(themeColor:"BackgroundOverlay")] */ color: #fff;
}

#PageContent .ms-rteTable-6 tr.ms-rteTableOddRow-6 {
    /* [ReplaceColor(themeColor:"ContentAccent1-Lightest", #PageContent opacity:"1")] */ background-color: #C0E4FF;
    /* [ReplaceColor(themeColor:"ContentAccent1-Lightest", #PageContent opacity:"0.7")] */ background-color: #C0E4FF;
}

#PageContent .ms-rteTable-6 tr.ms-rteTableEvenRow-6 {
    /* [ReplaceColor(themeColor:"BackgroundOverlay", #PageContent opacity:"1")] */ background-color: #fff;
    /* [ReplaceColor(themeColor:"BackgroundOverlay", #PageContent opacity:"0.7")] */ background-color: rgba( 255, #PageContent 255, #PageContent 255, #PageContent 0.85 );
}

#PageContent .ms-rteTable-2 {
    -ms-name: "סגנון טבלה 4 - קווים בהירים";
}

#PageContent .ms-rteTable-2 tr.ms-rteTableHeaderRow-2, #PageContent .ms-rteTable-2 tr.ms-rteTableFooterRow-2, #PageContent .ms-rteTable-2 tr.ms-rteTableHeaderRow-2 > th, #PageContent .ms-rteTable-2 tr.ms-rteTableFooterRow-2 > th, #PageContent .ms-rteTable-2 tr.ms-rteTableFooterRow-2 > td {
    /* [ReplaceColor(themeColor:"BodyText")] */ background-color: #444;
    /* [ReplaceColor(themeColor:"BackgroundOverlay", #PageContent opacity:"1")] */ color: #fff;
}

#PageContent .ms-rteTable-2 tr.ms-rteTableOddRow-2, #PageContent .ms-rteTable-2 tr.ms-rteTableEvenRow-2 {
    /* [ReplaceColor(themeColor:"StrongLines")] */ border-top: 1px solid #92c0e0;
    /* [ReplaceColor(themeColor:"StrongLines")] */ border-bottom: 1px solid #92c0e0;
}

#PageContent .ms-rteTable-3 {
    -ms-name: "סגנון טבלה 5 - רשת";
}

#PageContent .ms-rteTable-3, #PageContent .ms-rteTable-3 > tbody > tr > td, #PageContent .ms-rteTable-3 > tbody > tr > th {
    /* [ReplaceColor(themeColor:"Lines")] */ border: 1px solid #ababab;
}

#PageContent .ms-rteTable-3 tr.ms-rteTableOddRow-3 {
    /* [ReplaceColor(themeColor:"BackgroundOverlay-Lighter", #PageContent opacity:"1")] */ background-color: #D8D8D8;
    /* [ReplaceColor(themeColor:"BackgroundOverlay-Lighter")] */ background-color: #D8D8D8;
}

#PageContent .ms-rteTable-3 tr.ms-rteTableHeaderRow-3, #PageContent .ms-rteTable-3 tr.ms-rteTableFooterRow-3, #PageContent .ms-rteTable-3 tr.ms-rteTableEvenRow-3 {
    /* [ReplaceColor(themeColor:"BackgroundOverlay", #PageContent opacity:"1")] */ background-color: #fff;
    /* [ReplaceColor(themeColor:"BackgroundOverlay")] */ background-color: rgba( 255, #PageContent 255, #PageContent 255, #PageContent 0.85 );
}

#PageContent .ms-rteTable-4 {
    -ms-name: "סגנון טבלה 6 - הדגשה 1";
}

#PageContent .ms-rteTable-4, #PageContent .ms-rteTable-4 > tbody > tr > td, #PageContent .ms-rteTable-4 > tbody > tr > th {
    /* [ReplaceColor(themeColor:"ContentAccent1-Darker", #PageContent opacity:"1")] */ border: 1px solid #005594;
}

#PageContent .ms-rteTable-4 tr.ms-rteTableHeaderRow-4, #PageContent .ms-rteTable-4 tr.ms-rteTableFooterRow-4, #PageContent .ms-rteTable-4 tr.ms-rteTableHeaderRow-4 > th, #PageContent .ms-rteTable-4 tr.ms-rteTableFooterRow-4 > th, #PageContent .ms-rteTable-4 tr.ms-rteTableFooterRow-4 > td {
    /* [ReplaceColor(themeColor:"ContentAccent1-Darker", #PageContent opacity:"1")] */ background-color: #005594;
    /* [ReplaceColor(themeColor:"BackgroundOverlay", #PageContent opacity:"1")] */ color: #fff;
}

#PageContent .ms-rteTable-5 {
    -ms-name: "סגנון טבלה 7 - הדגשה 2";
}

#PageContent .ms-rteTable-5, #PageContent .ms-rteTable-5 > tbody > tr > td, #PageContent .ms-rteTable-5 > tbody > tr > th {
    /* [ReplaceColor(themeColor:"ContentAccent2-Darker", #PageContent opacity:"1")] */ border: 1px solid #009AC3;
}

#PageContent .ms-rteTable-5 tr.ms-rteTableHeaderRow-5, #PageContent .ms-rteTable-5 tr.ms-rteTableFooterRow-5, #PageContent .ms-rteTable-5 tr.ms-rteTableHeaderRow-5 > th, #PageContent .ms-rteTable-5 tr.ms-rteTableFooterRow-5 > th, #PageContent .ms-rteTable-5 tr.ms-rteTableFooterRow-5 > td {
    /* [ReplaceColor(themeColor:"ContentAccent2-Darker", #PageContent opacity:"1")] */ background-color: #009AC3;
    /* [ReplaceColor(themeColor:"BackgroundOverlay", #PageContent opacity:"1")] */ color: #fff;
}

#PageContent .ms-rteTable-7 {
    -ms-name: "סגנון טבלה 8 - הדגשה 3";
}

#PageContent .ms-rteTable-7, #PageContent .ms-rteTable-7 > tbody > tr > td, #PageContent .ms-rteTable-7 > tbody > tr > th {
    /* [ReplaceColor(themeColor:"ContentAccent3-Darker", #PageContent opacity:"1")] */ border: 1px solid #1D603F;
}

#PageContent .ms-rteTable-7 tr.ms-rteTableHeaderRow-7, #PageContent .ms-rteTable-7 tr.ms-rteTableFooterRow-7, #PageContent .ms-rteTable-7 tr.ms-rteTableHeaderRow-7 > th, #PageContent .ms-rteTable-7 tr.ms-rteTableFooterRow-7 > th, #PageContent .ms-rteTable-7 tr.ms-rteTableFooterRow-7 > td {
    /* [ReplaceColor(themeColor:"ContentAccent3-Darker", #PageContent opacity:"1")] */ background-color: #1D603F;
    /* [ReplaceColor(themeColor:"BackgroundOverlay", #PageContent opacity:"1")] */ color: #fff;
}

#PageContent .ms-rteTable-8 {
    -ms-name: "סגנון טבלה 9 - הדגשה 4";
}

#PageContent .ms-rteTable-8, #PageContent .ms-rteTable-8 > tbody > tr > td, #PageContent .ms-rteTable-8 > tbody > tr > th {
    /* [ReplaceColor(themeColor:"ContentAccent4-Darker", #PageContent opacity:"1")] */ border: 1px solid #585A40;
}

#PageContent .ms-rteTable-8 tr.ms-rteTableHeaderRow-8, #PageContent .ms-rteTable-8 tr.ms-rteTableFooterRow-8, #PageContent .ms-rteTable-8 tr.ms-rteTableHeaderRow-8 > th, #PageContent .ms-rteTable-8 tr.ms-rteTableFooterRow-8 > th, #PageContent .ms-rteTable-8 tr.ms-rteTableFooterRow-8 > td {
    /* [ReplaceColor(themeColor:"ContentAccent4-Darker", #PageContent opacity:"1")] */ background-color: #585A40;
    /* [ReplaceColor(themeColor:"BackgroundOverlay", #PageContent opacity:"1")] */ color: #fff;
}

#PageContent .ms-rteTable-9 {
    -ms-name: "סגנון טבלה 10 - הדגשה 5";
}

#PageContent .ms-rteTable-9, #PageContent .ms-rteTable-9 > tbody > tr > td, #PageContent .ms-rteTable-9 > tbody > tr > th {
    /* [ReplaceColor(themeColor:"ContentAccent5-Darker", #PageContent opacity:"1")] */ border: 1px solid #B10026;
}

#PageContent .ms-rteTable-9 tr.ms-rteTableHeaderRow-9, #PageContent .ms-rteTable-9 tr.ms-rteTableFooterRow-9, #PageContent .ms-rteTable-9 tr.ms-rteTableHeaderRow-9 > th, #PageContent .ms-rteTable-9 tr.ms-rteTableFooterRow-9 > th, #PageContent .ms-rteTable-9 tr.ms-rteTableFooterRow-9 > td {
    /* [ReplaceColor(themeColor:"ContentAccent5-Darker", #PageContent opacity:"1")] */ background-color: #B10026;
    /* [ReplaceColor(themeColor:"BackgroundOverlay", #PageContent opacity:"1")] */ color: #fff;
}

#PageContent .ms-rteTable-10 {
    -ms-name: "סגנון טבלה 11 - הדגשה 6";
}

#PageContent .ms-rteTable-10, #PageContent .ms-rteTable-10 > tbody > tr > td, #PageContent .ms-rteTable-10 > tbody > tr > th {
    /* [ReplaceColor(themeColor:"ContentAccent6-Darker", #PageContent opacity:"1")] */ border: 1px solid #4E1F5B;
}

#PageContent .ms-rteTable-10 tr.ms-rteTableHeaderRow-10, #PageContent .ms-rteTable-10 tr.ms-rteTableFooterRow-10, #PageContent .ms-rteTable-10 tr.ms-rteTableHeaderRow-10 > th, #PageContent .ms-rteTable-10 tr.ms-rteTableFooterRow-10 > th, #PageContent .ms-rteTable-10 tr.ms-rteTableFooterRow-10 > td {
    /* [ReplaceColor(themeColor:"ContentAccent6-Darker", #PageContent opacity:"1")] */ background-color: #4E1F5B;
    /* [ReplaceColor(themeColor:"BackgroundOverlay", #PageContent opacity:"1")] */ color: #fff;
}

#PageContent .ms-rteTableGrid td, #PageContent .ms-rteTableGrid th {
    border: 1px dotted black;
}

#PageContent .ms-rtePosition-1 {
    -ms-name: "שמאל";
    float: right;
}

#PageContent .ms-rtePosition-2 {
    -ms-name: "ימין";
    float: left;
}

#PageContent .ms-rtePosition-3 {
    -ms-name: "עליון";
    vertical-align: text-top;
}

#PageContent .ms-rtePosition-4 {
    -ms-name: "אמצע";
    vertical-align: middle;
}

#PageContent .ms-rtePosition-5 {
    -ms-name: "תחתון";
    vertical-align: text-bottom;
}

#PageContent .ms-rtestate-write {
    cursor: text;
    min-height: 1em;
}

#PageContent .ms-asset-icon {
    border-width: 0px;
    margin: 0px 5px;
}

#PageContent .ms-rtestate-field TABLE, #PageContent .ms-rtestate-write TABLE {
    border-collapse: collapse;
}

#PageContent .ms-rte-autocomplete {
    /* [ReplaceColor(themeColor:"BackgroundOverlay", #PageContent opacity:"1")] */ background-color: #fff;
    border-width: 1px;
    border-style: solid;
    /* [ReplaceColor(themeColor:"SubtleLines")] */ border-top-color: #c6c6c6;
    /* [ReplaceColor(themeColor:"Lines")] */ border-bottom-color: #ababab;
    /* [ReplaceColor(themeColor:"SubtleLines")] */ border-right-color: #c6c6c6;
    /* [ReplaceColor(themeColor:"Lines")] */ border-left-color: #ababab;
    font-family: Verdana;
    font-size: 1em;
    padding-top: 10px;
    padding-bottom: 10px;
    position: absolute;
    cursor: default;
}

#PageContent .ms-rte-autocomplete-results div {
    border-top: 1px solid transparent;
    border-bottom: 1px solid transparent;
    /* [ReplaceColor(themeColor:"BodyText")] */ color: #444;
    padding-right: 10px;
    padding-left: 10px;
    overflow: hidden;
}

#PageContent .ms-rte-autocomplete-results div.ms-rte-autocomplete-selected, #PageContent .ms-rte-autocomplete-modes div.ms-rte-autocomplete-selected {
    /* [ReplaceColor(themeColor:"HoverBackground")] */ background-color: rgba( 205, #PageContent 230, #PageContent 247, #PageContent 0.5 );
}

#PageContent .ms-core-needIEFilter .ms-rte-autocomplete-results div.ms-rte-autocomplete-selected, #PageContent .ms-core-needIEFilter .ms-rte-autocomplete-modes div.ms-rte-autocomplete-selected {
    background-color: transparent;
    /* [ReplaceColor(themeColor:"HoverBackground")] */ -ms-filter: "progid:DXImageTransform.Microsoft.gradient(GradientType=0, #PageContent startColorstr=#7fcde6f7, #PageContent endColorstr=#7fcde6f7)";
}

#PageContent .ms-rte-autocomplete-modes div {
    border-top: 1px solid transparent;
    border-bottom: 1px solid transparent;
    /* [ReplaceColor(themeColor:"BodyText")] */ color: #444;
    padding-right: 20px;
    padding-left: 10px;
}

#PageContent .ms-rte-autocomplete-info {
    padding-right: 10px;
    padding-left: 10px;
}

#PageContent .ms-rte-layoutszone-outer {
    float: right;
}

#PageContent .ms-rte-layoutszone-inner {
    word-wrap: break-word;
    border: 1px solid transparent;
    margin: 1px;
    padding: 10px;
}

#PageContent .ms-rte-layoutszone-inner-editable {
    /* [ReplaceColor(themeColor:"SubtleLines")] */ border: 1px solid #c6c6c6;
    margin: 1px;
    padding: 10px;
    min-height: 100px !important;
}

#PageContent .ms-rte-layoutszone-fixer {
    clear: both;
}

#PageContent .ms-rte-wpbox {
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    word-spacing: normal;
    letter-spacing: normal;
    text-transform: none;
    text-align: right;
    text-indent: 0px;
    text-decoration: none;
    line-height: normal;
    white-space: normal;
    word-wrap: normal;
    list-style-type: disc;
    list-style-image: none;
    list-style-position: outside;
}

#PageContent .ms-rtestate-write .ms-webpart-chrome-title, #PageContent .ms-rtestate-write .ms-rte-embedcode-title {
    cursor: move;
}

#PageContent .ms-rtestate-field {
    word-wrap: break-word;
}

#PageContent .ms-rtefield {
    min-width: 384px;
    padding: 2px 2px 2px 2px;
}

#PageContent .ms-rte-embeddialog-textarea {
    height: 100px;
}

#PageContent .ms-rte-embeddialog-preview {
    margin: 30px 15px 0px 5px;
    width: auto;
    height: auto;
}

#PageContent .ms-rte-embedcode-link {
    font-size: 1.1em;
    padding: 5px 10px;
}

#PageContent .ms-rte-embedcode-linkedit {
    text-align: left;
    text-transform: uppercase;
}

#PageContent .ms-rte-embedil {
    display: inline-block;
}

#PageContent .ms-rte-embedcode-delete {
    float: left;
    margin-top: 5px;
}

#PageContent #rtePasteFlyout, #PageContent #rtePasteFlyout .ms-cui-menusection {
    border-width: 0px;
}

#PageContent #rtePasteFlyoutLink {
    padding: 5px;
    margin: 0px;
    border: 1px solid #bec1c4;
}

#PageContent #rtePasteFlyoutLink:hover {
    border-color: #92b7d1;
}

#PageContent #rtePasteFlyoutImg {
    vertical-align: middle;
}

#PageContent #rtePasteFlyoutText {
    margin: 0px 4px;
    color: #23272c;
}

#PageContent #rtePasteFlyoutOptions a.ms-rtePasteFlyout-option {
    width: 24px;
    height: 24px;
    display: inline-block;
}

#PageContent .ms-rte-srcdialog-text {
    font-family: "Courier New", Consolas;
    ;
}

#PageContent .ms-imagecrop-background {
    background-color: black;
}

#PageContent span.ms-imagecrop img.ms-imagecrop-ghost {
    filter: Alpha(Opacity=50) !important;
    opacity: 0.5 !important;
}

#PageContent .ms-imagecrop-handle {
    width: 5px;
    height: 5px;
    border-color: #cf8000;
    border-width: 2px;
    border-style: solid;
    background-color: white;
}

#PageContent .ms-imagecrop-handle-ne {
    top: -5px;
    left: -5px;
}

#PageContent .ms-imagecrop-handle-se {
    bottom: -5px;
    left: -5px;
}

#PageContent .ms-imagecrop-handle-sw {
    bottom: -5px;
    right: -5px;
}

#PageContent .ms-imagecrop-handle-nw {
    top: -5px;
    right: -5px;
}

#PageContent .ms-imagecrop-edge {
    border-color: white;
    border-width: 2px;
    border-style: dashed;
}

#PageContent .ms-imagecrop-edge-left {
    right: -1px;
}

#PageContent .ms-imagecrop-edge-top {
    top: -1px;
}

#PageContent .ms-imagecrop-edge-right {
    left: -1px;
}

#PageContent .ms-imagecrop-edge-bottom {
    bottom: -1px;
}

#PageContent .ms-RteCropppedImage {
    overflow: hidden;
}

#PageContent #ms-rte-styleGalleryMenu .ms-cui-gallerybutton-a {
    border: 1px solid #afb4ba;
}

#PageContent .ms-rte-stylePreview {
    white-space: normal;
    width: 64px;
}

#PageContent .ms-rte-stylePreviewBox {
    overflow: hidden;
    position: relative;
    height: 30px;
}

#PageContent .ms-rte-stylePreviewBoxInner {
    display: table;
    overflow: hidden;
    padding: 0px;
    position: absolute;
    bottom: 0px;
    height: 30px;
}

#PageContent .ms-rte-stylePreviewHolder {
    display: table-cell;
    vertical-align: middle;
    padding: 0px;
}

#PageContent .ms-rte-stylePreviewTitle, #PageContent .ms-rte-stylePreviewTitleFull {
    margin: 0px auto;
    display: table-cell;
    vertical-align: middle;
    width: 64px;
}

#PageContent .ms-rte-styleGalleryPreview {
    height: 60px;
}

#PageContent .ms-rte-styleGalleryPreview .ms-rte-stylePreviewHolder {
    vertical-align: bottom;
}

#PageContent .ms-rte-styleGalleryPreview .ms-rte-stylePreviewTitle {
    height: 30px;
}

#PageContent .ms-rte-styleRibbonPreview {
    height: 48px;
}

#PageContent .ms-rte-styleRibbonPreview .ms-rte-stylePreviewTitle {
    height: 18px;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    display: block;
}

#PageContent .ms-rte-styleRibbonPreview .ms-rte-stylePreviewTitleFull {
    height: 46px;
}

#PageContent .ms-rtestate-field h1, #PageContent h1.ms-rteElement-H1, #PageContent .ms-rtestate-field h2, #PageContent h2.ms-rteElement-H2 {
    line-height: 1.4;
    /* [ReplaceColor(themeColor:"ContentAccent1")] */ color: #0072C6;
}

#PageContent .ms-rtestate-field h3, #PageContent h3.ms-rteElement-H3 {
    line-height: 1.4;
}

#PageContent .ms-rtestate-field h4, #PageContent h4.ms-rteElement-H4 {
    line-height: 1.6;
    /* [ReplaceColor(themeColor:"SubtleBodyText")] */ color: #777;
}

#PageContent h1.ms-rteElement-H1B, #PageContent h2.ms-rteElement-H2B, #PageContent h3.ms-rteElement-H3B, #PageContent h4.ms-rteElement-H4B {
    /* [ReplaceColor(themeColor:"ContentAccent2")] */ color: #00485B;
}

#PageContent .ms-rtestate-field p, #PageContent p.ms-rteElement-P {
    margin: 0px 0px 10px 0px;
    line-height: 1.6;
}

#PageContent .ms-rteElement-Hr {
    /* [ReplaceColor(themeColor:"Lines")] */ background-color: #ababab;
    height: 1px;
}

#PageContent .ms-rteElement-Callout1 {
    color: #660000;
    background-color: #fef4e4;
    float: right;
    width: 25em;
    padding: 10px;
    border: 1px solid #FD9F08;
}

#PageContent .ms-rteElement-Callout2 {
    color: #353738;
    background-color: #f2f2f2;
    float: left;
    width: 25em;
    padding: 10px;
    border: 1px solid #36B000;
}

#PageContent .ms-rteElement-Callout3 {
    font-style: italic;
    color: #CA0078;
    float: left;
    width: 25em;
    padding: 10px;
}

#PageContent .ms-rteElement-Callout4 {
    color: #005677;
    float: left;
    width: 20em;
    padding: 10px;
    background-color: #d8f4ff;
    border: 1px solid #00ADEE;
}

#PageContent .ms-rteStyle-Normal {
    /* [ReplaceFont(themeFont:"body")] */ font-family: "Segoe UI", Tahoma, Arial, sans-serif;
    font-size: 13px;
    /* [ReplaceColor(themeColor:"BodyText")] */ color: #444;
    /* [ReplaceColor(themeColor:"BackgroundOverlay", #PageContent opacity:"1")] */ background-color: #fff;
    /* [ReplaceColor(themeColor:"BackgroundOverlay")] */ background-color: rgba( 255, #PageContent 255, #PageContent 255, #PageContent 0.85 );
    font-weight: normal;
}

#PageContent .ms-rteStyle-Byline, #PageContent .ms-rteStyle-Quote, #PageContent .ms-rteStyle-IntenseQuote {
    font-style: italic;
    /* [ReplaceColor(themeColor:"BodyText")] */ color: #444;
}

#PageContent .ms-rteStyle-Emphasis, #PageContent .ms-rteStyle-IntenseEmphasis {
    font-style: italic;
    /* [ReplaceColor(themeColor:"ContentAccent1")] */ color: #0072C6;
}

#PageContent .ms-rteStyle-References, #PageContent .ms-rteStyle-IntenseReferences {
    /* [ReplaceColor(themeColor:"SubtleBodyText")] */ color: #777;
}

#PageContent .ms-rteStyle-IntenseQuote, #PageContent .ms-rteStyle-IntenseEmphasis, #PageContent .ms-rteStyle-IntenseReferences {
    text-decoration: underline;
}

#PageContent .ms-rteStyle-Comment, #PageContent .ms-rteStyle-Accent1 {
    /* [ReplaceColor(themeColor:"ContentAccent1")] */ color: #0072C6;
}

#PageContent .ms-rteStyle-Caption, #PageContent .ms-rteStyle-Accent2 {
    /* [ReplaceColor(themeColor:"ContentAccent2")] */ color: #00485B;
}

#PageContent .ms-rteStyle-Tagline {
    font-size: 1.3em;
    /* [ReplaceColor(themeColor:"SubtleBodyText")] */ color: #777;
}

#PageContent .ms-rteStyle-Highlight {
    /* [ReplaceColor(themeColor:"BodyText")] */ color: #444;
    /* [ReplaceColor(themeColor:"ContentAccent6")] */ background-color: #fae032;
}

#PageContent .ms-rteThemeFontFace-1 {
    -ms-name: "גוף";
    /* [ReplaceFont(themeFont:"body")] */ font-family: "Segoe UI", Tahoma, Arial, sans-serif;
}

#PageContent .ms-rteThemeFontFace-2 {
    -ms-name: "כותרת";
    /* [ReplaceFont(themeFont:"heading")] */ font-family: "Segoe UI", Tahoma, Arial, sans-serif;
}

#PageContent .ms-rteLanguage-ar {
    -ms-name: "ערבית";
}

#PageContent .ms-rteLanguage-eu {
    -ms-name: "בסקית";
}

#PageContent .ms-rteLanguage-bg {
    -ms-name: "בולגרית";
}

#PageContent .ms-rteLanguage-ca {
    -ms-name: "קטלונית";
}

#PageContent .ms-rteLanguage-zh-HanS {
    -ms-name: "סינית פשוטה";
}

#PageContent .ms-rteLanguage-zh-HanT {
    -ms-name: "סינית מסורתית";
}

#PageContent .ms-rteLanguage-hr {
    -ms-name: "קרואטית";
}

#PageContent .ms-rteLanguage-cs {
    -ms-name: "צ'כית";
}

#PageContent .ms-rteLanguage-da {
    -ms-name: "דנית";
}

#PageContent .ms-rteLanguage-nl {
    -ms-name: "הולנדית";
}

#PageContent .ms-rteLanguage-en {
    -ms-name: "אנגלית";
}

#PageContent .ms-rteLanguage-et {
    -ms-name: "אסטונית";
}

#PageContent .ms-rteLanguage-fi {
    -ms-name: "פינית";
}

#PageContent .ms-rteLanguage-fr {
    -ms-name: "צרפתית";
}

#PageContent .ms-rteLanguage-gl {
    -ms-name: "גליציאנית";
}

#PageContent .ms-rteLanguage-de {
    -ms-name: "גרמנית";
}

#PageContent .ms-rteLanguage-el {
    -ms-name: "יוונית";
}

#PageContent .ms-rteLanguage-he {
    -ms-name: "עברית";
}

#PageContent .ms-rteLanguage-hi {
    -ms-name: "הינדי";
}

#PageContent .ms-rteLanguage-hu {
    -ms-name: "הונגרית";
}

#PageContent .ms-rteLanguage-ga {
    -ms-name: "אירית";
}

#PageContent .ms-rteLanguage-it {
    -ms-name: "איטלקית";
}

#PageContent .ms-rteLanguage-ja {
    -ms-name: "יפנית";
}

#PageContent .ms-rteLanguage-kk {
    -ms-name: "קזחית";
}

#PageContent .ms-rteLanguage-ko {
    -ms-name: "קוריאנית";
}

#PageContent .ms-rteLanguage-lv {
    -ms-name: "לטבית";
}

#PageContent .ms-rteLanguage-lt {
    -ms-name: "ליטאית";
}

#PageContent .ms-rteLanguage-mk {
    -ms-name: "מקדונית";
}

#PageContent .ms-rteLanguage-ms {
    -ms-name: "מלאית";
}

#PageContent .ms-rteLanguage-no {
    -ms-name: "נורווגית";
}

#PageContent .ms-rteLanguage-pl {
    -ms-name: "פולנית";
}

#PageContent .ms-rteLanguage-pt-PT {
    -ms-name: "פורטוגזית פורטוגל";
}

#PageContent .ms-rteLanguage-pt-BR {
    -ms-name: "פורטוגזית ברזילאית";
}

#PageContent .ms-rteLanguage-ro {
    -ms-name: "רומנית";
}

#PageContent .ms-rteLanguage-ru {
    -ms-name: "רוסית";
}

#PageContent .ms-rteLanguage-sr-Latn {
    -ms-name: "סרבית לטינית";
}

#PageContent .ms-rteLanguage-sr-Cyrl {
    -ms-name: "סרבית קירילית";
}

#PageContent .ms-rteLanguage-sk {
    -ms-name: "סלובקית";
}

#PageContent .ms-rteLanguage-sl {
    -ms-name: "סלובנית";
}

#PageContent .ms-rteLanguage-es {
    -ms-name: "ספרדית";
}

#PageContent .ms-rteLanguage-sv {
    -ms-name: "שוודית";
}

#PageContent .ms-rteLanguage-th {
    -ms-name: "תאילנדית";
}

#PageContent .ms-rteLanguage-tr {
    -ms-name: "טורקית";
}

#PageContent .ms-rteLanguage-uk {
    -ms-name: "אוקראינית";
}

#PageContent .ms-rteLanguage-vi {
    -ms-name: "וייטנאמית";
}

#PageContent .ms-rteLanguage-cy {
    -ms-name: "וולשית";
}

#PageContent .ms-rtedialog {
    border-top: none;
}

#PageContent .clip16x16 {
    position: relative;
    overflow: hidden;
    width: 16px;
    height: 16px;
}

#PageContent .clip13x13 {
    position: relative;
    overflow: hidden;
    width: 13px;
    height: 13px;
}

#PageContent .clip16x16 img, #PageContent .clip16x16 input, #PageContent .clip13x13 img, #PageContent .clip13x13 input {
    position: absolute;
}

#PageContent .ms-rtebold {
    top: 0px;
    left: 0px;
}

#PageContent .ms-rtecopy {
    top: 0px;
    left: -16px;
}

#PageContent .ms-rtecut {
    top: -16px;
    left: 0px;
}

#PageContent .ms-rtedrow {
    top: -16px;
    left: -16px;
}

#PageContent .ms-rtefntsz {
    top: 0px;
    left: -32px;
}

#PageContent .ms-rteicol {
    top: -16px;
    left: -32px;
}

#PageContent .ms-rteimg {
    top: -32px;
    left: 0px;
}

#PageContent .ms-rteital {
    top: -32px;
    left: -16px;
}

#PageContent .ms-rtelnk {
    top: -32px;
    left: -32px;
}

#PageContent .ms-rteltr {
    top: 0px;
    left: -48px;
}

#PageContent .ms-rtenlst {
    top: -16px;
    left: -48px;
}

#PageContent .ms-rtertal {
    top: -32px;
    left: -48px;
}

#PageContent .ms-rtescell {
    top: -48px;
    left: 0px;
}

#PageContent .ms-rtetxclr {
    top: -48px;
    left: -16px;
}

#PageContent .ms-rteundl {
    top: -48px;
    left: -32px;
}

#PageContent .ms-rteuidt {
    top: -48px;
    left: -48px;
}

#PageContent .ms-rtesrced {
    top: 0px;
    left: -64px;
}

#PageContent .ms-rtertl {
    top: -16px;
    left: -64px;
}

#PageContent .ms-rtepaste {
    top: -32px;
    left: -64px;
}

#PageContent .ms-rtemcell {
    top: -48px;
    left: -64px;
}

#PageContent .ms-rteltal {
    top: -64px;
    left: 0px;
}

#PageContent .ms-rteitbl {
    top: -64px;
    left: -16px;
}

#PageContent .ms-rteirow {
    top: -64px;
    left: -32px;
}

#PageContent .ms-rteidt {
    top: -64px;
    left: -48px;
}

#PageContent .ms-rteicell {
    top: -64px;
    left: -64px;
}

#PageContent .ms-rtefnt {
    top: 0px;
    left: -80px;
}

#PageContent .ms-rtectral {
    top: -16px;
    left: -80px;
}

#PageContent .ms-rteclear {
    top: -32px;
    left: -80px;
}

#PageContent .ms-rteblst {
    top: -48px;
    left: -80px;
}

#PageContent .ms-rtebkclr {
    top: -64px;
    left: -80px;
}

#PageContent .ms-rtednar {
    top: -80px;
    left: 0px;
}

#PageContent .ms-core-webpartadder {
    position: absolute;
    top: 135px;
    right: 0px;
    width: 100%;
}

#PageContent .ms-wpadder {
    color: #65686b;
    background-color: #fff;
    height: 200px;
    background-image: url(/_layouts/15/images/wpadder_graygrad.png);
    background-repeat: repeat-x;
    background-position: bottom right;
}

#PageContent .ms-wpadder-cell {
    vertical-align: top;
}

#PageContent .ms-wpadder-topPad {
    height: 5px;
}

#PageContent .ms-wpadder-leftPad {
    width: 4px;
}

#PageContent .ms-wpadder-spacing {
    width: 6px;
}

#PageContent .ms-wpadder-bottomPad {
    height: 7px;
}

#PageContent .ms-wpadder-categoryColumn, #PageContent .ms-wpadder-itemColumn, #PageContent .ms-wpadder-descriptionColumn {
    border: 1px solid #d9d9d9;
}

#PageContent .ms-wpadder-categories, #PageContent .ms-wpadder-descriptionArea {
    -ms-scrollbar-3dlight-color: #f7f7f7;
    -ms-scrollbar-darkshadow-color: #fafafa;
    -ms-scrollbar-face-color: #f7f7f7;
    -ms-scrollbar-highlight-color: #cecfce;
    -ms-scrollbar-shadow-color: #949494;
    -ms-scrollbar-track-color: #fffbff;
    height: 150px;
}

#PageContent .ms-wpadder-categoryColumn A, #PageContent .ms-wpadder-categoryColumn IMG, #PageContent .ms-wpadder-itemColumn IMG, #PageContent .ms-wpadder-closeColumn A, #PageContent .ms-wpadder-closeColumn IMG {
    border: 0px;
    background-color: transparent;
}

#PageContent .ms-wpadder-categories, #PageContent .ms-wpadder-items {
    padding: 3px 4px;
}

#PageContent .ms-wpadder-categories DIV, #PageContent .ms-wpadder-items DIV {
    padding: 2px 3px;
    cursor: default;
}

#PageContent .ms-wpadder-categories .ms-wpadder-selected, #PageContent .ms-wpadder-categories .ms-wpadder-hover, #PageContent .ms-wpadder-items .ms-wpadder-selected, #PageContent .ms-wpadder-items .ms-wpadder-hover {
    padding: 1px 2px;
}

#PageContent .ms-wpadder-categories DIV.ms-wpadder-hover, #PageContent .ms-wpadder-items DIV.ms-wpadder-hover {
    border: 1px dashed #aad9fa;
}

#PageContent .ms-wpadder-categories DIV.ms-wpadder-selected, #PageContent .ms-wpadder-items DIV.ms-wpadder-selected {
    border: 1px solid #aad9fa;
    background-color: #c5e8ff;
    background-image: url(/_layouts/15/images/treeviewselected.png);
    background-repeat: repeat-x;
    background-position: bottom right;
    color: #000;
}

#PageContent .ms-wpadder-categories {
    border-bottom: 1px solid #fd9f08;
}

#PageContent .ms-wpadder-upload {
    white-space: nowrap;
    padding: 2px 4px 4px;
}

#PageContent .ms-wpadder-itemCell {
    padding-left: 2px;
}

#PageContent .ms-wpadder-itemCell2 {
    border-right: 2px dashed #e8e8ff;
    padding-right: 2px;
}

#PageContent .ms-wpadder-navArea IMG {
    cursor: pointer;
}

#PageContent .ms-wpadder-navArea IMG.ms-wpadder-disabled {
    cursor: default;
}

#PageContent .ms-wpadder-descriptionColumn {
    padding: 6px;
}

#PageContent .ms-wpadder-tabTable TH {
    border-top: 1px solid #999999;
    border-bottom: 1px solid #999999;
    border-right: 1px solid #999999;
    text-align: center;
    background-color: #f0f0f0;
    padding: 0px 8px;
    cursor: pointer;
    color: #000;
    width: 30%;
    height: 22px;
}

#PageContent .ms-wpadder-tabTable TH.ms-wpadder-dummyTab {
    border-top: 0px;
    border-left: 0px;
    background-color: #fff;
}

#PageContent .ms-wpadder-tabTable TH.ms-wpadder-selected {
    cursor: default;
    background-color: #fff;
    border-bottom: 0px;
}

#PageContent .ms-wpadder-descriptionCell {
    padding: 3px 4px;
    border: 1px solid #999999;
    border-top-style: none;
}

#PageContent .ms-wpadder-zoneArea {
    padding-top: 3px;
    vertical-align: middle;
}

#PageContent .ms-wpadder-closeBox {
    padding: 2px 3px 3px 2px;
    margin: 0px 1px 0px;
}

#PageContent .ms-wpadder-closeColumn {
    width: 16px;
}

#PageContent .ms-wpadder-closeColumn DIV {
    border-bottom: 1px solid #fff;
    border-left: 1px solid #fff;
}

#PageContent .ms-wpadder-closeColumn DIV.ms-wpadder-hover {
    border-bottom: 1px solid #cccccc;
    border-left: 1px solid #cccccc;
}

#PageContent .ms-wpadder-buttonArea {
    padding: 5px;
    text-align: left;
    border-bottom: 1px solid #d9d9d9;
}

#PageContent .ms-wpadder-sectionhead {
    color: #003759;
    font-size: 1.3em;
    padding: 5px 0px;
}

#PageContent .ms-wpadder-wpname {
    color: #7f7f7f;
    font-size: 1.3em;
    padding-bottom: 5px;
}

#PageContent .ms-wpadder option, #PageContent .ms-wpadder select, #PageContent .ms-wpadder button {
    border-color: #d9d9d9;
    background-color: #fff;
    color: #65686b;
}

#PageContent
/* _lcid="1033" _version="15.0.4420"
_LocalBinding */
.ms-acal-header td, #PageContent .ms-acal-rootdiv td, #PageContent .ms-acal-rootdiv th {
    vertical-align: top;
}

#PageContent .ms-acal-rootdiv {
    margin-right: 4px;
}

#PageContent .ms-acal-rootdiv a:visited {
    /* [ReplaceColor(themeColor:"Hyperlink")] */ color: #0072c6;
}

#PageContent .ms-acal-rootdiv th.ms-acal-detailtime, #PageContent .ms-acal-rootdiv th.ms-acal-day-top, #PageContent .ms-acal-rootdiv th.ms-acal-month-top {
    font-weight: normal;
    ;
}

#PageContent .ms-acal-rootdiv div {
    overflow: hidden;
    white-space: nowrap;
}

#PageContent .ms-acal-rootdiv span {
    white-space: nowrap;
}

#PageContent .ms-acal-rootdiv table {
    cursor: default;
    border-collapse: collapse;
}

#PageContent .ms-acal-detail, #PageContent .ms-acal-daygroup, #PageContent .ms-acal-weekgroup {
    /* [ReplaceColor(themeColor:"SubtleLines")] */ border-bottom: solid 1px #c6c6c6;
}

#PageContent .ms-acal-daygroup {
    /* [ReplaceColor(themeColor:"SubtleLines")] */ border-left: solid 1px #c6c6c6;
}

#PageContent .ms-acal-day-top {
    /* [ReplaceColor(themeColor:"SubtleLines")] */ border: 1px solid #c6c6c6;
    /* [ReplaceColor(themeColor:"BodyText")] */ color: #444;
    text-transform: uppercase;
    text-align: right;
}

#PageContent .ms-acal-week-top td {
    /* [ReplaceColor(themeColor:"BodyText")] */ color: #444;
    /* [ReplaceColor(themeColor:"SubtleLines")] */ border: 1px solid #c6c6c6;
    width: 14.5%;
}

#PageContent .ms-acal-day-top div {
    padding: 0px 4px 1px 4px;
    /* [ReplaceColor(themeColor:"SubtleLines")] */ border: solid 1px #c6c6c6;
}

#PageContent .ms-acal-week-top td div {
    padding: 0px 4px 1px 4px;
    cursor: pointer;
    /* [ReplaceColor(themeColor:"SubtleLines")] */ border: solid 1px #c6c6c6;
    text-transform: uppercase;
}

#PageContent .ms-acal-month-top {
    text-align: right;
    /* [ReplaceColor(themeColor:"SubtleLines")] */ border-bottom: solid 1px #c6c6c6;
    /* [ReplaceColor(themeColor:"BodyText")] */ color: #444;
    padding: 2px;
    width: 14.5%;
    text-transform: uppercase;
}

#PageContent table.ms-acal-month {
    border: 1px solid transparent;
}

#PageContent .ms-acal-weekgroup-top td {
    width: 12.5%;
}

#PageContent .ms-acal-month-weeksel {
    width: 16px;
}

#PageContent .ms-acal-summary-dayrow > th {
    cursor: pointer;
    /* [ReplaceColor(themeColor:"SubtleLines")] */ border-bottom: solid 1px #c6c6c6;
    /* [ReplaceColor(themeColor:"SubtleLines")] */ border-top: solid 1px #c6c6c6;
}

#PageContent tr td div.ms-acal-today {
    /* [ReplaceColor(themeColor:"AccentText")] */ color: #0072c6;
    /* [ReplaceColor(themeColor:"AccentLines")] */ border-top: solid 1px #2a8dd4;
}

#PageContent .ms-acal-week-top td.ms-acal-hover div, #PageContent .ms-acal-summary-dayrow td.ms-acal-hover div, #PageContent .ms-acal-summary-dayrow th.ms-acal-hover {
    /* [ReplaceColor(themeColor:"AccentLines")] */ border-color: #2a8dd4 !important;
    text-decoration: underline;
}

#PageContent .ms-acal-weekgroup-top td.ms-acal-hover div {
    /* [ReplaceColor(themeColor:"HoverBackground")] */ background-color: rgba( 205, #PageContent 230, #PageContent 247, #PageContent 0.5 );
    /* [ReplaceColor(themeColor:"AccentLines")] */ border-color: #2a8dd4 !important;
    text-decoration: underline;
}

#PageContent .ms-core-needIEFilter .ms-acal-weekgroup-top td.ms-acal-hover div {
    background-color: transparent;
    /* [ReplaceColor(themeColor:"HoverBackground")] */ -ms-filter: "progid:DXImageTransform.Microsoft.gradient(GradientType=0, #PageContent startColorstr=#7fcde6f7, #PageContent endColorstr=#7fcde6f7)";
}

#PageContent .ms-acal-summary-dayrow td div {
    margin: 0px 1px 2px 1px;
    /* [ReplaceColor(themeColor:"BodyText")] */ color: #444;
    padding: 0px 4px 1px 4px;
}

#PageContent .ms-acal-summary-dayrow td div {
    cursor: pointer;
}

#PageContent tr.ms-acal-summary-dayrow > td {
    /* [ReplaceColor(themeColor:"SubtleLines")] */ border: solid 1px #c6c6c6;
    border-bottom-style: none;
}

#PageContent tr.ms-acal-summary-itemrow > td {
    /* [ReplaceColor(themeColor:"SubtleLines")] */ border: solid 1px #c6c6c6;
    border-top-style: none;
}

#PageContent .ms-acal-summary-dayrow td.ms-acal-entity-cell div {
    cursor: default;
}

#PageContent .ms-acal-summary-itemrow td, #PageContent .ms-acal-summary-itemrow th {
    /* [ReplaceColor(themeColor:"SubtleLines")] */ border-bottom: solid 1px #c6c6c6;
}

#PageContent .ms-acal-summary-itemrow td div {
    margin: 0px 1px 0px 1px;
    height: 5em;
}

#PageContent a.ms-acal-remove {
    overflow: hidden;
    display: inline-block;
    position: relative;
    width: 12px;
    height: 12px;
}

#PageContent .ms-acal-remove:hover {
    cursor: pointer;
}

#PageContent .ms-acal-remove img {
    position: relative;
    top: 0px;
}

#PageContent .ms-acal-remove:hover img {
    top: -12px;
}

#PageContent .ms-acal-entity-name {
    width: 120px;
    overflow: hidden;
    display: inline-block;
}

#PageContent .ms-acal-entity {
    margin: 10px 4px 1px 4px;
    width: 132px;
    /* [ReplaceColor(themeColor:"BodyText")] */ color: #444;
}

#PageContent .ms-acal-entity-cell {
    font-weight: normal;
    text-align: right;
    max-width: 140px;
    width: 1%;
}

#PageContent .ms-acal-entitybuttons {
    width: 124px;
    text-align: left;
}

#PageContent .ms-acal-entitybuttons + .ms-acal-entity-res {
    padding-top: 3px;
    margin-top: 3px;
    /* [ReplaceColor(themeColor:"StrongLines")] */ border-top: 1px dotted #92c0e0;
}

#PageContent .ms-acal-entity-res * {
    vertical-align: top;
}

#PageContent .ms-acal-entity-input {
    margin-top: 3px;
    width: 90%;
}

#PageContent .ms-acal-weekgroup-top td div {
    padding: 2px 4px 1px 4px;
    /* [ReplaceColor(themeColor:"BodyText")] */ color: #444;
    border: 1px solid transparent;
}

#PageContent .ms-acal-weekgroup-top td, #PageContent .ms-acal-weekgroup-top th {
    /* [ReplaceColor(themeColor:"SubtleLines")] */ border-bottom: 1px solid #c6c6c6;
}

#PageContent .ms-acal-weekgroup-row td, #PageContent .ms-acal-weekgroup-row th {
    /* [ReplaceColor(themeColor:"SubtleLines")] */ border-bottom: 1px solid #c6c6c6;
}

#PageContent .ms-acal-weekgroup-top td {
    /* [ReplaceColor(themeColor:"SubtleLines")] */ border-right: 1px solid #c6c6c6;
    cursor: pointer;
}

#PageContent .ms-acal-weekgroup-row th {
    /* [ReplaceColor(themeColor:"SubtleLines")] */ border-left: 1px solid #c6c6c6;
}

#PageContent .ms-acal-weekgroup-row td div {
    margin: 2px 1px 2px 1px;
    height: 5em;
}

#PageContent .ms-acal-hour30 .ms-acal-detailtime, #PageContent .ms-acal-allday .ms-acal-detailtime, #PageContent .ms-acal-hour30 td, #PageContent .ms-acal-allday td {
    /* [ReplaceColor(themeColor:"SubtleLines")] */ border-bottom: solid 1px #c6c6c6;
}

#PageContent .ms-acal-hour00 .ms-acal-detailtime, #PageContent .ms-acal-hour00 td {
    /* [ReplaceColor(themeColor:"SubtleLines")] */ border-top: solid 1px #c6c6c6;
    /* [ReplaceColor(themeColor:"SubtleLines")] */ border-bottom: dashed 1px #c6c6c6;
}

#PageContent .ms-acal-hour30 td, #PageContent .ms-acal-hour00 td, #PageContent .ms-acal-allday td {
    /* [ReplaceColor(themeColor:"SubtleLines")] */ border-left: solid 1px #c6c6c6;
    /* [ReplaceColor(themeColor:"SubtleLines")] */ border-right: solid 1px #c6c6c6;
    height: 2.2em;
}

#PageContent .ms-acal-detailtime {
    width: 1%;
    text-align: left;
    padding: 1px 5px 2px 5px;
}

#PageContent .ms-acal-daygroup-row td.ms-acal-hour30 {
    /* [ReplaceColor(themeColor:"SubtleLines")] */ border-right: solid 1px #c6c6c6;
}

#PageContent .ms-acal-daygroup-row td.ms-acal-hour00 {
    /* [ReplaceColor(themeColor:"SubtleLines")] */ border-right: solid 1px #c6c6c6;
}

#PageContent .ms-acal-daygroup-row td, #PageContent .ms-acal-daygroup-row th {
    /* [ReplaceColor(themeColor:"SubtleLines")] */ border-top: solid 1px #c6c6c6;
    /* [ReplaceColor(themeColor:"SubtleLines")] */ border-bottom: solid 1px #c6c6c6;
}

#PageContent .ms-acal-daygroup-row td div {
    height: 7.5em;
    margin: 2px 0px 2px 0px;
}

#PageContent .ms-acal-daygroup-head td {
    padding: 1px 5px 2px 5px;
    width: 40px;
}

#PageContent .ms-acal-daygroup-head td, #PageContent .ms-acal-daygroup-head2 td {
    /* [ReplaceColor(themeColor:"SubtleLines")] */ border-left: solid 1px #c6c6c6;
    /* [ReplaceColor(themeColor:"SubtleLines")] */ border-right: solid 1px #c6c6c6;
}

#PageContent .ms-acal-daygroup-head2 td {
    height: 5px;
}

#PageContent .ms-acal-detailtime A:link, #PageContent .ms-acal-daygroup-time A:link, #PageContent .ms-acal-detailtime A:visited, #PageContent .ms-acal-daygroup-time A:visited {
    text-decoration: none;
    /* [ReplaceColor(themeColor:"BodyText")] */ color: #444;
}

#PageContent .ms-acal-detailtime A:hover, #PageContent .ms-acal-daygroup-time A:hover {
    text-decoration: underline;
}

#PageContent .ms-acal-day0 {
}

#PageContent .ms-acal-day1 {
}

#PageContent .ms-acal-day2 {
}

#PageContent .ms-acal-day3 {
}

#PageContent .ms-acal-day4 {
}

#PageContent .ms-acal-day5 {
}

#PageContent .ms-acal-day6 {
}

#PageContent td.ms-acal-outday {
    /* [ReplaceColor(themeColor:"SubtleEmphasisBackground")] */ background-color: #f1f1f1;
}

#PageContent .ms-core-needIEFilter .ms-acal-outday {
    /* [ReplaceColor(themeColor:"SubtleEmphasisBackground", #PageContent opacity:"1")] */ background-color: #efefef;
}

#PageContent .ms-acal-time {
    width: 300px;
}

#PageContent .ms-acal-sdiv .ms-acal-title {
    padding-top: 3px;
}

#PageContent .ms-acal-ddiv .ms-acal-location, #PageContent .ms-acal-ddiv .ms-acal-title {
    white-space: normal;
    padding-bottom: 2px;
}

#PageContent .ms-acal-sdiv a, #PageContent .ms-acal-mdiv a, #PageContent .ms-acal-ddiv a {
    /* [ReplaceColor(themeColor:"BackgroundOverlay", #PageContent opacity:"1")] */ color: #fff !important;
}

#PageContent .ms-acal-sdiv a:hover, #PageContent .ms-acal-mdiv a:hover, #PageContent .ms-acal-ddiv a:hover {
    text-decoration: underline;
    /* [ReplaceColor(themeColor:"BackgroundOverlay", #PageContent opacity:"1")] */ color: #fff !important;
}

#PageContent .ms-acal-sdiv, #PageContent .ms-acal-mdiv, #PageContent .ms-acal-ddiv {
    /* [ReplaceColor(themeColor:"BackgroundOverlay", #PageContent opacity:"1")] */ color: #fff;
}

#PageContent .ms-acal-sdiv {
    padding: 1px 2px 2px 2px;
}

#PageContent .ms-acal-ddiv {
    padding: 3px 2px 2px 2px;
}

#PageContent .ms-acal-mdiv {
    text-align: center;
    padding: 1px 10px 2px 10px;
}

#PageContent .ms-acal-vlink a:hover {
    text-decoration: underline;
}

#PageContent .ms-acal-vlink {
    position: absolute;
}

#PageContent .ms-acal-vlink img {
    margin-left: 3px;
}

#PageContent .ms-acal-vitem, #PageContent td.ms-acal-vitem {
    /* [ReplaceColor(themeColor:"SelectionBackground")] */ background-color: rgba( 156, #PageContent 206, #PageContent 240, #PageContent 0.5 );
}

#PageContent .ms-core-needIEFilter .ms-acal-vitem, #PageContent .ms-core-needIEFilter td.ms-acal-vitem {
    background-color: transparent;
    /* [ReplaceColor(themeColor:"SelectionBackground")] */ -ms-filter: "progid:DXImageTransform.Microsoft.gradient(GradientType=0, #PageContent startColorstr=#7f9ccef0, #PageContent endColorstr=#7f9ccef0)";
}

#PageContent .ms-acal-vcont td {
    padding: 0px 3px 2px 3px;
    text-align: left;
    vertical-align: bottom;
}

#PageContent .ms-acal-ctrlitem {
    z-index: 1;
}

#PageContent .ms-acal-entity-res a:hover, #PageContent .ms-acal-popup-link a:hover, #PageContent .ms-acal-ctrlitem a:hover {
    text-decoration: underline;
}

#PageContent .ms-acal-offscreen {
    position: absolute;
    top: -1000px;
}

#PageContent .ms-acal-ctrlitem a img {
    padding: 0px 3px 0px 3px;
}

#PageContent .ms-acal-location {
    /* [ReplaceColor(themeColor:"BackgroundOverlay", #PageContent opacity:"1")] */ color: #fff;
}

#PageContent .ms-acal-item {
    /* [ReplaceColor(themeColor:"ContentAccent1", #PageContent opacity:"1")] */ background-color: #0072C6;
    /* [ReplaceColor(themeColor:"SubtleLines")] */ border: solid 1px #c6c6c6;
}

#PageContent .ms-acal-color1 {
    /* [ReplaceColor(themeColor:"ContentAccent2", #PageContent opacity:"1")] */ background-color: #00485B;
}

#PageContent .ms-acal-color2 {
    /* [ReplaceColor(themeColor:"ContentAccent1", #PageContent opacity:"1")] */ background-color: #0072C6;
}

#PageContent .ms-acal-color3 {
    /* [ReplaceColor(themeColor:"ContentAccent3", #PageContent opacity:"1")] */ background-color: #288054;
}

#PageContent .ms-acal-color4 {
    /* [ReplaceColor(themeColor:"ContentAccent4", #PageContent opacity:"1")] */ background-color: #767956;
}

#PageContent .ms-acal-color5 {
    /* [ReplaceColor(themeColor:"ContentAccent5", #PageContent opacity:"1")] */ background-color: #ED0033;
}

#PageContent .ms-acal-color6 {
    /* [ReplaceColor(themeColor:"ContentAccent6", #PageContent opacity:"1")] */ background-color: #682A7A;
}

#PageContent .ms-acal-color7 {
    /* [ReplaceColor(themeColor:"ContentAccent2-Darkest", #PageContent opacity:"1")] */ background-color: #006984;
}

#PageContent .ms-acal-color8 {
    /* [ReplaceColor(themeColor:"ContentAccent3-Darkest", #PageContent opacity:"1")] */ background-color: #13402A;
}

#PageContent .ms-acal-color9 {
    /* [ReplaceColor(themeColor:"ContentAccent4-Darkest", #PageContent opacity:"1")] */ background-color: #3B3C2B;
}

#PageContent .ms-acal-default-hover {
    /* [ReplaceColor(themeColor:"Lines")] */ border: solid 1px #ababab;
}

#PageContent .ms-acal-item-hover {
    /* [ReplaceColor(themeColor:"Lines")] */ border: solid 1px #ababab;
}

#PageContent .ms-acal-selected {
    /* [ReplaceColor(themeColor:"ContentAccent1-Darker", #PageContent opacity:"1")] */ background-color: #005594;
    /* [ReplaceColor(themeColor:"StrongLines")] */ border: solid 1px #92c0e0;
}

#PageContent .ms-acal-selcolor1 {
    /* [ReplaceColor(themeColor:"ContentAccent2-Darker", #PageContent opacity:"1")] */ background-color: #009AC3;
}

#PageContent .ms-acal-selcolor2 {
    /* [ReplaceColor(themeColor:"ContentAccent1-Darker", #PageContent opacity:"1")] */ background-color: #005594;
}

#PageContent .ms-acal-selcolor3 {
    /* [ReplaceColor(themeColor:"ContentAccent3-Darker", #PageContent opacity:"1")] */ background-color: #1D603F;
}

#PageContent .ms-acal-selcolor4 {
    /* [ReplaceColor(themeColor:"ContentAccent4-Darker", #PageContent opacity:"1")] */ background-color: #585A40;
}

#PageContent .ms-acal-selcolor5 {
    /* [ReplaceColor(themeColor:"ContentAccent5-Darker", #PageContent opacity:"1")] */ background-color: #B10026;
}

#PageContent .ms-acal-selcolor6 {
    /* [ReplaceColor(themeColor:"ContentAccent6-Darker", #PageContent opacity:"1")] */ background-color: #4E1F5B;
}

#PageContent .ms-acal-selcolor7 {
    /* [ReplaceColor(themeColor:"ContentAccent2-Darker", #PageContent opacity:"1")] */ background-color: #009AC3;
}

#PageContent .ms-acal-selcolor8 {
    /* [ReplaceColor(themeColor:"ContentAccent3-Darker", #PageContent opacity:"1")] */ background-color: #1D603F;
}

#PageContent .ms-acal-selcolor9 {
    /* [ReplaceColor(themeColor:"ContentAccent4-Darker", #PageContent opacity:"1")] */ background-color: #585A40;
}

#PageContent .ms-acal-selected div {
    /* [ReplaceColor(themeColor:"BackgroundOverlay", #PageContent opacity:"1")] */ color: #fff !important;
}

#PageContent .ms-acal-dragging a:hover div {
    text-decoration: none;
}

#PageContent .ms-acal-display {
    /* [ReplaceColor(themeColor:"BodyText")] */ color: #444;
    font-size: 14px;
    padding: 5px;
    white-space: nowrap;
}

#PageContent .ms-cal-nav, #PageContent .ms-cal-navselected {
    display: inline-block;
}

#PageContent span.ms-cal-navselected a {
    font-weight: bold;
}

#PageContent .ms-cal-nav img, #PageContent .ms-cal-navselected img {
    vertical-align: middle;
}

#PageContent .ms-acal-apanel-outer {
    padding-top: 10px;
    margin-bottom: 20px;
}

#PageContent .ms-acal-apanel {
    /* [ReplaceColor(themeColor:"BodyText")] */ color: #444;
    list-style-type: none;
    list-style-image: none;
    list-style-position: outside;
    padding: 0px 0px 5px 0px;
}

#PageContent a.ms-acal-apanel-item:hover span {
    text-decoration: underline;
}

#PageContent .ms-acal-apanel ul, #PageContent .ms-acal-apanel li {
    padding: 0px;
    margin: 0px;
    list-style-type: none;
    overflow: hidden;
}

#PageContent .ms-acal-apanel-title img {
    vertical-align: middle;
}

#PageContent .ms-acal-apanel-title span {
    /* [ReplaceColor(themeColor:"BodyText")] */ color: #444;
}

#PageContent a.ms-acal-apanel-title:hover span {
    /* [ReplaceColor(themeColor:"BodyText")] */ color: #444;
    text-decoration: underline;
}

#PageContent .ms-acal-apanel-title {
    margin-right: 10px;
}

#PageContent .ms-acal-apanel-item {
    padding: 2px 8px 2px 8px;
    margin: 4px 30px 0px 0px;
    display: inline-block;
    /* [ReplaceColor(themeColor:"ContentAccent1", #PageContent opacity:"1")] */ background-color: #0072C6;
    /* [ReplaceColor(themeColor:"SubtleLines")] */ border: solid 1px #c6c6c6;
}

#PageContent .ms-acal-apanel-item span {
    /* [ReplaceColor(themeColor:"BackgroundOverlay", #PageContent opacity:"1")] */ color: #fff;
}

#PageContent .ms-acal-apanel-title * {
    vertical-align: bottom;
}

#PageContent .ms-acal-apanel-title span {
    margin-right: 3px;
}

#PageContent .ms-acal-error {
    margin: 0px 20px 15px 20px;
    vertical-align: top;
}

#PageContent .ms-acal-error span {
    padding-right: 5px;
}

#PageContent .ms-acal-apanel-color1 {
    /* [ReplaceColor(themeColor:"SubtleLines")] */ border: solid 1px #c6c6c6;
    /* [ReplaceColor(themeColor:"ContentAccent2", #PageContent opacity:"1")] */ background-color: #00485B;
}

#PageContent .ms-acal-apanel-color2 {
    /* [ReplaceColor(themeColor:"SubtleLines")] */ border: solid 1px #c6c6c6;
    /* [ReplaceColor(themeColor:"ContentAccent1", #PageContent opacity:"1")] */ background-color: #0072C6;
}

#PageContent .ms-acal-apanel-color3 {
    /* [ReplaceColor(themeColor:"SubtleLines")] */ border: solid 1px #c6c6c6;
    /* [ReplaceColor(themeColor:"ContentAccent3", #PageContent opacity:"1")] */ background-color: #288054;
}

#PageContent .ms-acal-apanel-color4 {
    /* [ReplaceColor(themeColor:"SubtleLines")] */ border: solid 1px #c6c6c6;
    /* [ReplaceColor(themeColor:"ContentAccent4", #PageContent opacity:"1")] */ background-color: #767956;
}

#PageContent .ms-acal-apanel-color5 {
    /* [ReplaceColor(themeColor:"SubtleLines")] */ border: solid 1px #c6c6c6;
    /* [ReplaceColor(themeColor:"ContentAccent5", #PageContent opacity:"1")] */ background-color: #ED0033;
}

#PageContent .ms-acal-apanel-color6 {
    /* [ReplaceColor(themeColor:"SubtleLines")] */ border: solid 1px #c6c6c6;
    /* [ReplaceColor(themeColor:"ContentAccent6", #PageContent opacity:"1")] */ background-color: #682A7A;
}

#PageContent .ms-acal-apanel-color7 {
    /* [ReplaceColor(themeColor:"SubtleLines")] */ border: solid 1px #c6c6c6;
    /* [ReplaceColor(themeColor:"ContentAccent2-Darkest", #PageContent opacity:"1")] */ background-color: #006984;
}

#PageContent .ms-acal-apanel-color8 {
    /* [ReplaceColor(themeColor:"SubtleLines")] */ border: solid 1px #c6c6c6;
    /* [ReplaceColor(themeColor:"ContentAccent3-Darkest", #PageContent opacity:"1")] */ background-color: #13402A;
}

#PageContent .ms-acal-apanel-color9 {
    /* [ReplaceColor(themeColor:"SubtleLines")] */ border: solid 1px #c6c6c6;
    /* [ReplaceColor(themeColor:"ContentAccent4-Darkest", #PageContent opacity:"1")] */ background-color: #3B3C2B;
}

#PageContent .ms-acal-header {
    margin: 10px;
}

#PageContent .ms-acal-header img {
    border: 0px;
}

#PageContent .ms-acal-headerentity {
    font-weight: bold;
    ;
    white-space: nowrap;
}

#PageContent .ms-fb-root * {
    font-size: 8pt;
}

#PageContent .ms-fb-root {
    width: 500px;
}

#PageContent .ms-fb-root th {
    font-weight: normal;
    ;
    text-align: right;
}

#PageContent .ms-fb-head table {
    /* [ReplaceColor(themeColor:"Lines")] */ border: 1px solid #ababab;
}

#PageContent .ms-fb-body table {
    /* [ReplaceColor(themeColor:"Lines")] */ border-top: 1px solid #ababab;
    /* [ReplaceColor(themeColor:"Lines")] */ border-bottom: 1px solid #ababab;
}

#PageContent .ms-fb-head {
    display: inline-block;
    vertical-align: top;
}

#PageContent .ms-fb-body {
    display: inline-block;
    overflow-x: auto;
    width: 380px;
}

#PageContent .ms-fb-time sup {
    font-size: smaller;
}

#PageContent .ms-fb-time th div {
    padding-right: 3px;
    line-height: 1.2em;
}

#PageContent .ms-fb-body .ms-fb-time th div {
    width: 34px;
}

#PageContent .ms-fb-select td {
    /* [ReplaceColor(themeColor:"Lines")] */ border-bottom: 1px solid #ababab;
}

#PageContent .ms-fb-body .ms-fb-select td, #PageContent .ms-fb-body .ms-fb-time th {
    /* [ReplaceColor(themeColor:"Lines")] */ border-left: 1px solid #ababab;
}

#PageContent .ms-fb-select td, #PageContent .ms-fb-time th {
    /* [ReplaceColor(themeColor:"SelectionBackground")] */ background-color: rgba( 156, #PageContent 206, #PageContent 240, #PageContent 0.5 );
    /* [ReplaceColor(themeColor:"BodyText")] */ color: #444;
}

#PageContent .ms-core-needIEFilter .ms-fb-select td, #PageContent .ms-core-needIEFilter .ms-fb-time th {
    background-color: transparent;
    /* [ReplaceColor(themeColor:"SelectionBackground")] */ -ms-filter: "progid:DXImageTransform.Microsoft.gradient(GradientType=0, #PageContent startColorstr=#7f9ccef0, #PageContent endColorstr=#7f9ccef0)";
}

#PageContent .ms-fb-select td div {
    height: 3px;
    font-size: 0px;
}

#PageContent .ms-fb-selected {
    /* [ReplaceColor(themeColor:"EmphasisBackground")] */ background-color: #0072c6;
}

#PageContent .ms-core-needIEFilter .ms-fb-selected {
    background-color: transparent;
    /* [ReplaceColor(themeColor:"EmphasisBackground")] */ -ms-filter: "progid:DXImageTransform.Microsoft.gradient(GradientType=0, #PageContent startColorstr=#ff0072c6, #PageContent endColorstr=#ff0072c6)";
}

#PageContent .ms-fb-item {
    background-image: url("/_layouts/15/images/fbgrad.png?rev=23");
    background-repeat: repeat-x;
}

#PageContent .ms-fb-sumitem, #PageContent .ms-fb-border, #PageContent .ms-fb-summary, #PageContent .ms-fb-entity {
    /* [ReplaceColor(themeColor:"Lines")] */ border-left: 1px solid #ababab;
}

#PageContent .ms-fb-summary td div, #PageContent .ms-fb-entity td div {
    padding: 2px 3px 2px 3px;
    height: 1.2em;
}

#PageContent .ms-fb-summary, #PageContent .ms-fb-entity {
    height: 1.8em;
}

#PageContent .ms-fb-entity td {
    /* [ReplaceColor(themeColor:"BackgroundOverlay")] */ background-color: rgba( 255, #PageContent 255, #PageContent 255, #PageContent 0.85 );
    /* [ReplaceColor(themeColor:"SubtleLines")] */ border-top: 1px solid #c6c6c6;
}

#PageContent .ms-core-needIEFilter .ms-fb-entity td {
    background-color: transparent;
    /* [ReplaceColor(themeColor:"BackgroundOverlay")] */ -ms-filter: "progid:DXImageTransform.Microsoft.gradient(GradientType=0, #PageContent startColorstr=#d8ffffff, #PageContent endColorstr=#d8ffffff)";
}

#PageContent .ms-fb-name {
    width: 100px;
    overflow: hidden;
    white-space: nowrap;
}

#PageContent
/* _lcid="1033" _version="15.0.4420"
_LocalBinding */
.ms-datepicker-html > .ms-core-needIEFilter {
    -ms-filter: "";
}

#PageContent .ms-datepicker-html > .ms-backgroundImage {
    background-image: none;
}

#PageContent .ms-picker-table {
    width: 100%;
}

#PageContent .ms-quickLaunch table.ms-picker-table td {
    border-top: none;
    text-align: center;
}

#PageContent .ms-picker-header {
    font-weight: normal;
    /* [ReplaceColor(themeColor:"SubtleEmphasisBackground")] */ background-color: #f1f1f1;
}

#PageContent .ms-core-needIEFilter .ms-picker-header {
    background-color: transparent;
    /* [ReplaceColor(themeColor:"SubtleEmphasisBackground")] */ -ms-filter: "progid:DXImageTransform.Microsoft.gradient(GradientType=0, #PageContent startColorstr=#c6efefef, #PageContent endColorstr=#c6efefef)";
}

#PageContent .ms-picker-header table.ms-picker-table {
    /* [ReplaceColor(themeColor:"Lines")] */ border-bottom: 1px solid #ababab;
}

#PageContent .ms-picker-table .ms-picker-dayheader {
    /* [ReplaceColor(themeColor:"SubtleBodyText")] */ color: #777;
    font-weight: normal;
    padding: 2px 0 3px;
    text-align: center;
}

#PageContent .ms-picker-week {
    height: 22px;
    width: 22px;
    /* [ReplaceColor(themeColor:"SubtleEmphasisBackground", #PageContent opacity:"1")] */ background-color: #efefef;
    /* [ReplaceColor(themeColor:"SubtleEmphasisText")] */ color: #666;
}

#PageContent .ms-picker-week a {
    /* [ReplaceColor(themeColor:"BodyText")] */ color: #444;
    text-decoration: none;
}

#PageContent .ms-picker-weekselected {
    width: 22px;
    height: 22px;
    /* [ReplaceColor(themeColor:"SubtleEmphasisBackground")] */ background-color: #f1f1f1;
    text-align: center;
    padding-left: 1px;
    cursor: pointer;
}

#PageContent .ms-core-needIEFilter .ms-picker-weekselected {
    background-color: transparent;
    /* [ReplaceColor(themeColor:"SubtleEmphasisBackground")] */ -ms-filter: "progid:DXImageTransform.Microsoft.gradient(GradientType=0, #PageContent startColorstr=#c6efefef, #PageContent endColorstr=#c6efefef)";
    ;
}

#PageContent .ms-picker-weekselected a, #PageContent .ms-picker-weekselected a:hover {
    /* [ReplaceColor(themeColor:"BodyText")] */ color: #444;
    text-decoration: underline;
}

#PageContent .ms-picker-weekbox {
    height: 22px;
    width: 22px;
    padding-right: 3px;
    white-space: nowrap;
    /* [ReplaceColor(themeColor:"CommandLinks")] */ color: #666;
    transform: rotate(270deg);
    -ms-transform: rotate(270deg);
    -moz-transform: rotate(270deg);
    -webkit-transform: rotate(270deg);
    -o-transform: rotate(270deg);
}

#PageContent .ms-core-needIEFilter .ms-picker-weekbox {
    -ms-filter: "progid:DXImageTransform.Microsoft.Matrix(M11=0, #PageContent M12=1, #PageContent M21=-1, #PageContent M22=0, #PageContent SizingMethod='auto expand')";
}

#PageContent .ms-picker-today, #PageContent .ms-picker-dayselected, #PageContent .ms-picker-daycenter, #PageContent .ms-picker-daycenterOn {
    height: 22px;
}

#PageContent table.ms-picker-table td.ms-picker-today {
    text-align: center;
    /* [ReplaceColor(themeColor:"AccentLines")] */ border: solid 1px #2a8dd4;
}

#PageContent table.ms-picker-table td.ms-picker-dayother, #PageContent table.ms-picker-table td.ms-picker-daycenterOn, #PageContent table.ms-picker-table td.ms-picker-daycenter {
    text-align: center;
    border: solid 1px transparent;
}

#PageContent .ms-picker-dayselected a:link, #PageContent .ms-picker-daycenter a, #PageContent .ms-picker-today a {
    /* [ReplaceColor(themeColor:"BodyText")] */ color: #444;
    text-decoration: none;
}

#PageContent .ms-picker-dayother a:link {
    /* [ReplaceColor(themeColor:"SubtleBodyText")] */ color: #777;
    text-decoration: none;
}

#PageContent .ms-picker-dayother a:hover, #PageContent .ms-picker-daycenterOn a, #PageContent .mspicker-daycenterOn a:hover {
    /* [ReplaceColor(themeColor:"BodyText")] */ color: #444;
    text-decoration: underline;
}

#PageContent .ms-picker-table .ms-picker-daycenterOn {
    /* [ReplaceColor(themeColor:"BackgroundOverlay")] */ background-color: rgba( 255, #PageContent 255, #PageContent 255, #PageContent 0.85 );
}

#PageContent .ms-core-needIEFilter .ms-picker-table .ms-picker-daycenterOn {
    background-color: transparent;
    /* [ReplaceColor(themeColor:"BackgroundOverlay")] */ -ms-filter: "progid:DXImageTransform.Microsoft.gradient(GradientType=0, #PageContent startColorstr=#d8ffffff, #PageContent endColorstr=#d8ffffff)";
    ;
}

#PageContent table.ms-picker-table td.ms-picker-dayselected {
    /* [ReplaceColor(themeColor:"SelectionBackground")] */ background-color: rgba( 156, #PageContent 206, #PageContent 240, #PageContent 0.5 );
    border: 1px solid transparent;
    text-align: center;
}

#PageContent .ms-core-needIEFilter table.ms-picker-table td.ms-picker-dayselected {
    /* [ReplaceColor(themeColor:"SelectionBackground", #PageContent opacity:"1")] */ background-color: #9ccef0;
}

#PageContent .ms-quickLaunch table.ms-picker-table td.ms-picker-monthcenter {
    text-align: center;
    padding-bottom: 3px;
    border: 1px solid transparent;
}

#PageContent .ms-picker-monthcenter a, #PageContent .ms-picker-monthcenter a:active, #PageContent .ms-picker-monthcenter a:link, #PageContent .ms-picker-monthcenter a:visited {
    /* [ReplaceColor(themeColor:"SubtleBodyText")] */ color: #777;
    text-decoration: none;
}

#PageContent .ms-quickLaunch table.ms-picker-table td.ms-picker-monthcenterOn {
    padding-bottom: 3px;
    /* [ReplaceColor(themeColor:"BodyText")] */ color: #444;
    cursor: pointer;
    text-decoration: underline;
    border: 1px solid transparent;
}

#PageContent .ms-picker-monthcenterOn a, #PageContent .ms-picker-monthcenterOn a:active, #PageContent .ms-picker-monthcenterOn a:link, #PageContent .ms-picker-monthcenterOn a:visited {
    /* [ReplaceColor(themeColor:"BodyText")] */ color: #444;
    text-decoration: underline;
    cursor: pointer;
}

#PageContent .ms-quickLaunch table.ms-picker-table td.ms-picker-monthselected {
    /* [ReplaceColor(themeColor:"BackgroundOverlay")] */ background-color: rgba( 255, #PageContent 255, #PageContent 255, #PageContent 0.85 );
    /* [ReplaceColor(themeColor:"FocusedAccentLine")] */ border: solid 1px #2a8dd4;
    /* [ReplaceColor(themeColor:"BodyText")] */ color: #444;
    padding-bottom: 3px;
    text-align: center;
}

#PageContent .ms-core-needIEFilter .ms-quickLaunch table.ms-picker-table td.ms-picker-monthselected {
    background-color: transparent;
    /* [ReplaceColor(themeColor:"BackgroundOverlay")] */ -ms-filter: "progid:DXImageTransform.Microsoft.gradient(GradientType=0, #PageContent startColorstr=#d8ffffff, #PageContent endColorstr=#d8ffffff)";
    ;
}

#PageContent .ms-picker-monthselected a, #PageContent .ms-picker-monthselected a:active, #PageContent .ms-picker-monthselected a:link, #PageContent .ms-picker-monthselected a:hover, #PageContent .ms-picker-monthselected a:visited {
    /* [ReplaceColor(themeColor:"BodyText")] */ color: #444;
    text-decoration: none;
    cursor: pointer;
}

#PageContent table.ms-picker-table td.ms-picker-footer {
    padding: 5px;
    text-align: center;
}

#PageContent table.ms-picker-table td.ms-tpicker-footer {
    padding: 5px;
    text-align: center;
    white-space: nowrap;
}

#PageContent .ms-picker-footer a {
    /* [ReplaceColor(themeColor:"Hyperlink")] */ color: #0072c6;
}

#PageContent .ms-picker-header a {
    /* [ReplaceColor(themeColor:"SubtleEmphasisText")] */ color: #666;
}

#PageContent .ms-picker-footer a:hover {
    text-decoration: underline;
}

#PageContent .ms-picker-month {
    padding: 2px 0 5px 0;
    /* [ReplaceColor(themeColor:"SubtleEmphasisText")] */ color: #666;
}

#PageContent .ms-picker-line {
    /* [ReplaceColor(themeColor:"Lines")] */ border-top: 2px solid #ababab;
}

#PageContent .ms-navframe .ms-datepickerouter {
    /* [ReplaceColor(themeColor:"Lines")] */ border-bottom: solid 1px #ababab;
    /* [ReplaceColor(themeColor:"Lines")] */ border-left: solid 1px #ababab;
}

#PageContent .ms-datepickerouter .ms-quickLaunch {
    padding-top: 0px;
    /* [ReplaceColor(themeColor:"Lines")] */ border: 1px solid #ababab;
}

#PageContent span.ms-offscreen {
    position: absolute;
    right: -10000px;
}

#PageContent .ms-picker-table td, #PageContent .ms-picker-table th {
    vertical-align: middle;
}

#PageContent body #s4-leftpanel .ms-picker-body {
    overflow-x: auto;
}

#PageContent .ms-create-headerbox {
    vertical-align: top;
    height: 112px;
}

#PageContent .ms-create-headerboxint {
    padding: 26px 20px 8px 20px;
}

#PageContent .ms-create-h2, #PageContent .ms-create-h2b, #PageContent .ms-create-h2d {
    font-size: 1.5em;
    /* [ReplaceColor(themeColor:"Dark2")] */ color: #3b4f65;
}

#PageContent .ms-create-h2, #PageContent .ms-create-h2b {
    width: 370px;
    line-height: 1.5em;
}

#PageContent .ms-create-h2b {
    /* [ReplaceColor(themeColor:"Accent1")] */ color: #0072bc;
}

#PageContent .ms-create-h2d {
    /* [ReplaceColor(themeColor:"Dark1")] */ color: #000;
    margin-bottom: 5px;
}

#PageContent .ms-create-h3 {
    font-size: 1em;
    /* [ReplaceColor(themeColor:"Dark2")] */ color: #3b4f65;
}

#PageContent .ms-create-arrowcont {
    height: 18px;
    width: 80px;
}

#PageContent .ms-create-lists {
    width: 100%;
    height: 100%;
    vertical-align: top;
    padding: 4px 0px 4px;
}

#PageContent .ms-create-header.ms-create-on {
    /* [RecolorImage(themeColor:"Accent1-Medium", #PageContent method:"Filling")] */ background: url("/_layouts/15/images/create_upgradient.png?rev=23") repeat-x left bottom;
}

#PageContent .ms-create-header.ms-create-on .ms-create-arrowcont {
    /* [RecolorImage(themeColor:"Accent1-Medium", #PageContent method:"Tinting", #PageContent includeRectangle:{x:40, #PageContent y:108, #PageContent width:35, #PageContent height:18} #PageContent )] */ background: url("/_layouts/15/images/fgimg.png?rev=23") no-repeat -0px -108px;
}

#PageContent .ms-create-header.ms-create-on .ms-create-headerbox {
    height: 113px;
}

#PageContent .ms-create-body.ms-create-on {
    /* [RecolorImage(themeColor:"Accent1-Medium", #PageContent method:"Filling")] */ background: url("/_layouts/15/images/create_defaultgradient.png?rev=23") repeat-x left top;
}

#PageContent .ms-create-body.ms-create-on .ms-create-arrowcont {
    /* [RecolorImage(themeColor:"Accent1-Medium", #PageContent method:"Tinting", #PageContent includeRectangle:{x:40, #PageContent y:90, #PageContent width:34, #PageContent height:18} #PageContent )] */ background: url("/_layouts/15/images/fgimg.png?rev=23") no-repeat -0px -90px;
}

#PageContent .ms-create-body.ms-create-on .ms-create-lists {
    padding-top: 5px;
}

#PageContent .ms-create-lists-table {
    max-width: 1200px;
}

#PageContent .ms-create-infoIcon {
    vertical-align: top;
    padding-left: 10px;
}

#PageContent .ms-create-infoText {
    vertical-align: top;
    width: 600px;
}

#PageContent .ms-create-sectionheader {
    font-size: 1.5em;
    /* [ReplaceColor(themeColor:"Dark2")] */ color: #3b4f65;
    margin: 0px 1px 0px 9px;
    font-weight: normal;
    text-align: right;
    padding: 0px 14px 5px 0px;
    /* [ReplaceColor(themeColor:"Accent1-Lightest")] */ border-bottom: 1px solid #d8f1ff;
}

#PageContent .ms-create-sectionlist {
    margin: 0px;
    padding: 0px;
    list-style-type: none;
}

#PageContent .ms-create-listitem-a {
    font-size: 1em;
    /* [ReplaceColor(themeColor:"Hyperlink")] */ color: #0072bc;
    text-decoration: none;
    display: block;
    padding: 4px 13px 4px 15px;
    border: 1px solid transparent;
    margin-left: 5px;
}

#PageContent .ms-create-listitem-a:hover {
    /* [RecolorImage(themeColor:"Light1")] */ background: url("/_layouts/15/images/selbg.png?rev=23") repeat-x left top;
    /* [ReplaceColor(themeColor:"Accent1", #PageContent themeTint:"0.05")] */ background-color: #f2faff;
    /* [ReplaceColor(themeColor:"Accent1-Lightest")] */ border-color: #c6e5f8;
    border-width: 1px;
    border-style: solid;
    /* [ReplaceColor(themeColor:"Dark2")] */ color: #003759 !important;
}

#PageContent .ms-create-listitem-a:hover > .ms-create-listitem-a-text {
    text-decoration: underline;
}

#PageContent .ms-create-listitem-a-img {
    width: 0px;
    height: 0px;
    border: 0px;
    display: inline-block;
    float: right;
}

#PageContent
/* _lcid="1033" _version="15.0.4420"
_LocalBinding */
.UserShadedRegion {
    /* [ReplaceColor(themeColor:"SubtleEmphasisBackground")] */ background-color: #f1f1f1;
}

#PageContent .ms-core-needIEFilter .UserShadedRegion {
    /* [ReplaceColor(themeColor:"SubtleEmphasisBackground")] */ -ms-filter: "progid:DXImageTransform.Microsoft.gradient(GradientType=0, #PageContent startColorstr=#c6efefef, #PageContent endColorstr=#c6efefef)";
}

#PageContent .UserCaption {
    /* [ReplaceColor(themeColor:"SubtleEmphasisBackground")] */ background-color: #f1f1f1;
}

#PageContent .ms-core-needIEFilter .UserCaption {
    /* [ReplaceColor(themeColor:"SubtleEmphasisBackground")] */ -ms-filter: "progid:DXImageTransform.Microsoft.gradient(GradientType=0, #PageContent startColorstr=#c6efefef, #PageContent endColorstr=#c6efefef)";
}

#PageContent .UserDottedLine {
    margin-bottom: 2px;
    height: 1px;
    overflow: hidden;
    /* [ReplaceColor(themeColor:"Dark1-Darker")] */ background-color: #3966bf;
    background-image: url("/_layouts/15/images/dot.gif?rev=23");
}

#PageContent .RemoveConnectionLink {
    /* [ReplaceColor(themeColor:"Hyperlink")] */ color: #0072c6;
    text-decoration: none;
}

#PageContent .ConnectionTabLink {
    /* [ReplaceColor(themeColor:"BodyText")] */ color: #444;
    text-decoration: none;
}

#PageContent .ConnectionChooseActiveTab {
    /* [ReplaceColor(themeColor:"Lines")] */ border: solid 1px #ababab;
    padding: 3px;
    display: inline;
    height: 24px;
    /* [ReplaceColor(themeColor:"SubtleEmphasisBackground")] */ background-color: #f1f1f1;
}

#PageContent .ms-core-needIEFilter .ConnectionChooseActiveTab {
    /* [ReplaceColor(themeColor:"SubtleEmphasisBackground")] */ -ms-filter: "progid:DXImageTransform.Microsoft.gradient(GradientType=0, #PageContent startColorstr=#c6efefef, #PageContent endColorstr=#c6efefef)";
}

#PageContent .ConnectionChooseInactiveTab {
    /* [ReplaceColor(themeColor:"Lines")] */ border-top: solid 1px #ababab;
    /* [ReplaceColor(themeColor:"Lines")] */ border-left: solid 1px #ababab;
    /* [ReplaceColor(themeColor:"Lines")] */ border-bottom: solid 1px #ababab;
    padding: 3px;
    display: inline;
    margin-top: 4px;
    height: 20px;
    /* [ReplaceColor(themeColor:"BodyText")] */ color: #444;
    /* [ReplaceColor(themeColor:"DisabledBackground")] */ background-color: #fdfdfd;
}

#PageContent .ms-core-needIEFilter .ConnectionChooseInactiveTab {
    /* [ReplaceColor(themeColor:"DisabledBackground")] */ -ms-filter: "progid:DXImageTransform.Microsoft.gradient(GradientType=0, #PageContent startColorstr=#fffdfdfd, #PageContent endColorstr=#fffdfdfd)";
}

#PageContent .ConnectionConfigureInactiveTab {
    /* [ReplaceColor(themeColor:"Lines")] */ border-top: solid 1px #ababab;
    /* [ReplaceColor(themeColor:"Lines")] */ border-right: solid 1px #ababab;
    /* [ReplaceColor(themeColor:"Lines")] */ border-bottom: solid 1px #ababab;
    padding: 3px;
    margin-top: 4px;
    display: inline;
    height: 20px;
    /* [ReplaceColor(themeColor:"BodyText")] */ color: #444;
    /* [ReplaceColor(themeColor:"DisabledBackground")] */ background-color: #fdfdfd;
}

#PageContent .ms-core-needIEFilter .ConnectionConfigureInactiveTab {
    /* [ReplaceColor(themeColor:"DisabledBackground")] */ -ms-filter: "progid:DXImageTransform.Microsoft.gradient(GradientType=0, #PageContent startColorstr=#fffdfdfd, #PageContent endColorstr=#fffdfdfd)";
}

#PageContent .ConnectionConfigureActiveTab {
    /* [ReplaceColor(themeColor:"Lines")] */ border: solid 1px #ababab;
    padding: 3px;
    display: inline;
    height: 24px;
    /* [ReplaceColor(themeColor:"SubtleEmphasisBackground")] */ background-color: #f1f1f1;
}

#PageContent .ms-core-needIEFilter .ConnectionConfigureActiveTab {
    /* [ReplaceColor(themeColor:"SubtleEmphasisBackground")] */ -ms-filter: "progid:DXImageTransform.Microsoft.gradient(GradientType=0, #PageContent startColorstr=#c6efefef, #PageContent endColorstr=#c6efefef)";
}

#PageContent .UserConnectionTop {
    /* [ReplaceColor(themeColor:"Lines")] */ border-bottom: solid 1px #ababab;
    height: 24px;
    width: 100%;
}

#PageContent .UserCaptionShadow {
    display: none;
}

#PageContent .UserGenericText {
    /* [ReplaceColor(themeColor:"BodyText")] */ color: #444;
}

#PageContent .UserSectionTitle {
    width: 100%;
    padding: 5px 0px;
    /* [ReplaceColor(themeColor:"Lines")] */ border-bottom: solid 1px #ababab;
    /* [ReplaceColor(themeColor:"BodyText")] */ color: #444;
    /* [ReplaceColor(themeColor:"SubtleEmphasisBackground")] */ background-color: #f1f1f1;
}

#PageContent .ms-core-needIEFilter .UserSectionTitle {
    /* [ReplaceColor(themeColor:"SubtleEmphasisBackground")] */ -ms-filter: "progid:DXImageTransform.Microsoft.gradient(GradientType=0, #PageContent startColorstr=#c6efefef, #PageContent endColorstr=#c6efefef)";
}

#PageContent .UserSectionHead {
    width: 100%;
    padding: 0px 0px 3px 0px;
    /* [ReplaceColor(themeColor:"SubtleBodyText")] */ color: #777;
}

#PageContent .UserSectionHead.ms-bold {
    font-weight: normal;
}

#PageContent .UserSectionBody {
    width: 100%;
    padding: 0px 0px 0px 0px;
}

#PageContent .UserControlGroup {
    padding-bottom: 10px;
    padding-top: 2px;
}

#PageContent .UserSectionFooter {
    width: 100%;
    margin-top: 5px;
    padding-top: 2px;
    /* [ReplaceColor(themeColor:"SubtleLines")] */ border-top: solid 1px #c6c6c6;
    /* [ReplaceColor(themeColor:"BodyText")] */ color: #444;
}

#PageContent .UserToolbar {
    background-image: url("/_layouts/15/images/topnavunselected.gif?rev=23");
    /* [ReplaceColor(themeColor:"Dark1-Medium")] */ border-bottom: 1px solid #6f9dd9;
    padding-right: 2px;
    padding-left: 2px;
    background-position: right bottom;
    background-repeat: repeat-x;
    background-color: transparent;
}

#PageContent .UserCellHover {
    padding: 1px 4px 2px 4px;
    /* [ReplaceColor(themeColor:"StrongLines")] */ border: solid 1px #92c0e0;
    /* [ReplaceColor(themeColor:"BodyText")] */ color: #444;
}

#PageContent .UserCellSelected {
    padding: 3px 10px 0px 4px;
    /* [RecolorImage(themeColor:"Light1")] */ background: url("/_layouts/15/images/selbg.png?rev=23") repeat-x;
    /* [ReplaceColor(themeColor:"Accent1", #PageContent themeTint:"0.35")] */ background-color: #ccebff;
    /* [ReplaceColor(themeColor:"Accent1-Lighter")] */ border: solid 1px #91cdf2;
    /* [ReplaceColor(themeColor:"Accent1", #PageContent themeShade:"0.20")] */ color: #003759;
}

#PageContent .UserCell {
    padding: 1px 4px 2px 4px;
    margin: 1px;
    /* [ReplaceColor(themeColor:"BodyText")] */ color: #444;
}

#PageContent .UserGenericBulletItem {
    padding-bottom: 2px;
}

#PageContent .ms-ToolPaneFrame {
    padding: 0px;
    background-color: #f2f2f2;
}

#PageContent .ms-ToolPaneOuter {
    padding: 0px;
    background-color: #fff;
    border: 1px solid #90959a;
}

#PageContent .ms-ToolPaneClose {
    background: url("/_layouts/15/images/wptphdr.png?rev=23") repeat-x left top;
    background-color: #d3d3d3;
    border-bottom: solid 1px #90959a;
    padding-right: 3px;
    padding-left: 0px;
}

#PageContent .ms-ToolPaneTitle {
    color: #000000;
    background: url("/_layouts/15/images/wptphdr.png?rev=23") repeat-x left top;
    background-color: #d3d3d3;
    border-bottom: solid 1px #90959a;
    padding-left: 0px;
    padding-right: 7px;
    padding-top: 3px;
    padding-bottom: 3px;
}

#PageContent .ms-toolpanefooter {
    color: #595959;
    font-weight: bold;
    background: url("/_layouts/15/images/wptphdr.png?rev=23") repeat-x left top;
    background-color: #d3d3d3;
    padding: 4px 0px;
    text-align: center;
}

#PageContent .ms-ToolPaneError {
    color: #e00000;
    padding: 10px;
}

#PageContent .ms-ToolPartSpacing {
    display: none;
}

#PageContent .ms-ToolStripSelected {
    background-image: url("/_layouts/15/images/menubuttonhover.gif?rev=23");
    padding: 1px 4px 2px 4px;
    background-color: #afd2ff;
    border-top: solid 1px #f2f8ff;
    border-bottom: solid 1px #d6e8ff;
    color: #000000;
}

#PageContent .ms-ToolStrip {
    padding: 1px 4px 2px 4px;
    background-image: url("/_layouts/15/images/listheadergrad.gif?rev=23");
    color: #000000;
    border-top: solid 1px #f2f8ff;
    border-bottom: solid 1px #d6e8ff;
    background-color: #afd2ff;
}

#PageContent .ms-TPBorder {
    border: none;
}

#PageContent .ms-TPHeader {
    color: #333;
    background-color: #ededed;
}

#PageContent .ms-TPSubHeader, #PageContent .ms-TPMinMaxTD {
    border-bottom: 1px solid #c4c4c4;
    padding: 3px 0px;
}

#PageContent .ms-TPTitle {
    padding-left: 4px;
    padding-right: 0px;
    color: #000;
    padding-top: 2px;
    padding-bottom: 2px;
}

#PageContent .ms-TPSectionTD, #PageContent .ms-TPBody .ms-propGridTable {
    border-bottom: 1px solid #c4c4c4;
    padding: 10px 10px 0px;
}

#PageContent .ms-TPBody {
    color: #65686b;
}

#PageContent .ms-TPBody a:link, #PageContent .ms-TPBody a:visited, #PageContent .ms-TPBody a:hover {
    color: #0072bc;
    text-decoration: none;
    cursor: pointer;
}

#PageContent .ms-PropGridBuilderButton {
    /* [ReplaceColor(themeColor:"Dark1-Darker")] */ border: solid 1px #3966bf;
    width: 16px;
    display: none;
    /* [ReplaceColor(themeColor:"Dark1-Lightest")] */ background-color: #add1ff;
}

#PageContent .ms-SPZone {
    /* [ReplaceColor(themeColor:"SubtleLines")] */ border: 1px solid #c6c6c6;
}

#PageContent .ms-SPZone:hover {
    /* [ReplaceColor(themeColor:"StrongLines")] */ border: 1px solid #92c0e0;
}

#PageContent .s4-wzActive, #PageContent .ms-SPZoneSelected {
    /* [ReplaceColor(themeColor:"AccentLines")] */ border: 1px solid #2a8dd4;
}

#PageContent .ms-SPZoneIBar {
    /* [ReplaceColor(themeColor:"Accent2")] */ border: 3px solid #0072bc;
}

#PageContent .ms-SPZoneLabel {
    /* [ReplaceColor(themeColor:"SubtleBodyText")] */ color: #777;
    padding: 11px 2px 1px 0px;
}

#PageContent .ms-SPZoneTitle {
    white-space: nowrap;
    /* [ReplaceColor(themeColor:"SubtleBodyText")] */ color: #777;
}

#PageContent .ms-SPZoneCaption {
    /* [ReplaceColor(themeColor:"SubtleBodyText")] */ color: #777;
}

#PageContent .ms-TPBody th {
    font-weight: bold;
}

#PageContent .ms-TPBody h1 {
    font-weight: bold;
    font-size: 200%;
}

#PageContent .ms-TPBody h2 {
    font-weight: bold;
    font-size: 150%;
}

#PageContent .ms-TPBody h3 {
    font-weight: bold;
    font-size: 120%;
}

#PageContent .ms-TPBody h4 {
    font-weight: bold;
    font-size: 100%;
}

#PageContent .ms-TPBody h5 {
    font-weight: bold;
    font-size: 80%;
}

#PageContent .ms-TPBody h6 {
    font-weight: bold;
    font-size: 65%;
}

#PageContent .ms-WPBorder {
    /* [ReplaceColor(themeColor:"SubtleLines")] */ border: 1px solid #c6c6c6;
}

#PageContent .ms-WPAddButton {
    /* [ReplaceColor(themeColor:"Lines")] */ border: solid 1px #ababab;
    padding: 12px;
    margin: 0px;
    cursor: pointer;
    text-align: center;
    /* [ReplaceColor(themeColor:"BackgroundOverlay")] */ background-color: rgba( 255, #PageContent 255, #PageContent 255, #PageContent 0.85 );
}

#PageContent .ms-core-needIEFilter .ms-WPAddButton {
    /* [ReplaceColor(themeColor:"BackgroundOverlay")] */ -ms-filter: "progid:DXImageTransform.Microsoft.gradient(GradientType=0, #PageContent startColorstr=#d8ffffff, #PageContent endColorstr=#d8ffffff)";
}

#PageContent .ms-WPAddButton:hover {
    /* [ReplaceColor(themeColor:"StrongLines")] */ border: solid 1px #92c0e0;
}

#PageContent .ms-ConnError {
    /* [ReplaceColor(themeColor:"ErrorText")] */ color: #bf0000;
}

#PageContent .ms-infobar {
    background-color: #EDF0D9;
    border: 1px solid #999999;
}

#PageContent .ms-consoleframe, #PageContent .ms-consolestatusframe {
    border-bottom-width: 1px;
    border-right-width: 0px;
    border-left-width: 0px;
    border-style: solid;
}

#PageContent .ms-consolestatuscell {
    background-image: url("/_layouts/15/images/pageTitleBKGD.gif?rev=23");
    background-repeat: repeat-x;
    background-position: top right;
    background-color: #d5dced;
    text-align: center;
}

#PageContent .ms-consoleframe {
    border-top-width: 1px;
    border-color: #83b0ec;
}

#PageContent .ms-consolestatusframe {
    border-top-width: 0px;
    background-color: #f6fdfd;
    background-repeat: repeat-x;
    border-color: #FFFFFF;
}

#PageContent td.ms-consolestatuscheckoutframe {
    background-repeat: repeat-x;
}

#PageContent .ms-consolestatuscheckoutframe, #PageContent .ms-consoleminiframe {
    background-color: #fff8b2;
    background: url("/_layouts/15/images/cnsugrdn.gif?rev=23");
}

#PageContent .ms-consoleminiframe {
    height: 24px;
    background-repeat: repeat-x;
}

#PageContent .ms-consolestatus {
    color: #666666;
    padding-top: 3px;
    padding-bottom: 3px;
    text-decoration: none;
}

#PageContent .ms-consolestatus a {
    color: #3966bf;
}

#PageContent .ms-consolestatus a:hover {
    color: #3966bf;
    text-decoration: underline;
}

#PageContent .ms-consoletoolbar {
    text-decoration: none;
    color: #003399;
}

#PageContent .ms-webpartpickeralign {
    padding: 2px 3px 2px 7px;
}

#PageContent .ms-webpartpickerwarning {
    /* [ReplaceColor(themeColor:"ErrorText")] */ color: #bf0000;
}

#PageContent .ms-webpartPage-root {
    border-spacing: 20px;
}

#PageContent #MSOTlPn_MainTD option, #PageContent #MSOTlPn_MainTD select, #PageContent #MSOTlPn_MainTD button {
    border-color: #d9d9d9;
    background-color: #fff;
    color: #65686b;
}

#PageContent #ms-dnd-dropbox {
    position: absolute;
    text-align: center;
    border: 1px solid;
    /* [ReplaceColor(themeColor:"AccentLines")] */ border-color: #2a8dd4;
    z-index: 2;
    /* [ReplaceColor(themeColor:"BackgroundOverlay")] */ background-color: rgba( 255, #PageContent 255, #PageContent 255, #PageContent 0.85 );
    margin: 0px;
}

#PageContent .ms-core-needIEFilter #ms-dnd-dropbox {
    /* [ReplaceColor(themeColor:"BackgroundOverlay")] */ -ms-filter: "progid:DXImageTransform.Microsoft.gradient(GradientType=0, #PageContent startColorstr=#d8ffffff, #PageContent endColorstr=#d8ffffff)";
}

#PageContent #ms-dnd-dropboxText {
    position: relative;
}

#PageContent #ms-dnd-activeX {
    position: absolute;
    width: 100%;
    height: 100%;
    right: 0px;
    top: 0px;
}

#PageContent .ms-dnd-progressInfo {
    position: relative;
    width: 100%;
    vertical-align: middle;
    padding-right: 10px;
    padding-top: 6px;
    padding-bottom: 7px;
    margin-bottom: 5px;
    color: #3b3b3b;
}

#PageContent .ms-dnd-progressInfo-inline {
    position: relative;
    width: 100%;
    vertical-align: middle;
    margin-top: 8px;
    margin-bottom: 12px;
}

#PageContent .ms-dnd-progressInfoTb td {
    padding-left: 5px;
}

#PageContent .ms-dnd-progressImg {
    width: 16px;
    height: 16px;
    vertical-align: middle;
}

#PageContent .ms-dnd-progressImg img {
    vertical-align: middle;
}

#PageContent .ms-dnd-progressMessage {
    vertical-align: middle;
}

#PageContent .ms-dnd-err {
    line-height: 1.2em;
    width: 100%;
    padding-top: 4px;
    padding-bottom: 9px;
    margin-top: -5px;
    margin-bottom: 5px;
    color: #3b3b3b;
}

#PageContent .ms-dnd-err-itmName {
    padding-left: 20px;
    padding-right: 3px;
    vertical-align: middle;
}

#PageContent .ms-dnd-dlg-doRestDiv {
    margin-top: 4px;
    float: right;
}

#PageContent .ms-dnd-dlg-buttonDiv {
    text-align: left;
}

#PageContent #ms-conflictDlgDoRest {
    padding-right: 0px;
    margin-right: 0px;
}

#PageContent .ms-dragupload-error {
    color: #3b3b3b;
}

#PageContent .ms-droppable-menuitem-hover {
    /* [ReplaceColor(themeColor:"AccentLines")] */ border: #2a8dd4 2px dotted;
}

#PageContent .ms-droppable-folder-hover {
    /* [ReplaceColor(themeColor:"AccentLines")] */ border: #2a8dd4 2px dotted;
}

#PageContent .ms-dropsurface-div {
    position: absolute;
    /* [ReplaceColor(themeColor:"BackgroundOverlay", #PageContent opacity:"1")] */ background-color: #fff;
    /* [ReplaceColor(themeColor:"BackgroundOverlay")] */ background-color: rgba( 255, #PageContent 255, #PageContent 255, #PageContent 0.85 );
    /* [ReplaceColor(themeColor:"AccentLines")] */ border: #2a8dd4 1px solid;
    z-index: 99;
}

#PageContent .ms-progress-meter {
    width: 130px;
    height: 9px;
    /* [ReplaceColor(themeColor:"SubtleLines")] */ background-color: #c6c6c6;
}

#PageContent .ms-progress-meter-inner {
    /* [ReplaceColor(themeColor:"AccentLines")] */ background-color: #2a8dd4;
    height: 100%;
}

#PageContent .ms-dnd-fileError-item {
    margin-top: 5px;
    margin-bottom: 5px;
}

#PageContent .ms-dnd-inprogress {
    position: absolute;
    vertical-align: middle;
    text-align: center;
    /* [ReplaceColor(themeColor:"BackgroundOverlay")] */ background-color: rgba( 255, #PageContent 255, #PageContent 255, #PageContent 0.85 );
    /* [ReplaceColor(themeColor:"Lines")] */ border: #ababab 1px solid;
    z-index: 99;
}

#PageContent .ms-core-needIEFilter .ms-dnd-inprogress {
    /* [ReplaceColor(themeColor:"BackgroundOverlay")] */ -ms-filter: "progid:DXImageTransform.Microsoft.gradient(GradientType=0, #PageContent startColorstr=#d8ffffff, #PageContent endColorstr=#d8ffffff)";
}

#PageContent .ms-dnd-inprogress-img {
    position: relative;
}

#PageContent .ms-draggable {
    cursor: pointer;
}

#PageContent .ms-webpartzone-cell {
    margin: auto auto 20px;
}

#PageContent .s4-wpcell, #PageContent .s4-wpcell-plain, #PageContent .s4-wpActive {
    vertical-align: top;
}

#PageContent .s4-wpcell .s4-wpTopTable {
    border: 1px solid transparent;
}

#PageContent .s4-wpcell-plain .s4-wpTopTable {
    border: none;
}

#PageContent .s4-wpActive .s4-wpTopTable, #PageContent .s4-wpActive .ms-WPSelected {
    /* [ReplaceColor(themeColor:"StrongLines")] */ border: 1px solid #92c0e0;
}

#PageContent .ms-WPHeaderTdMenu {
    width: 21px;
    cursor: pointer;
    word-wrap: normal;
    white-space: nowrap;
    border: 1px solid transparent;
}

#PageContent .ms-WPHeaderTdMenu:hover {
    /* [RecolorImage(themeColor:"AccentText")] */ background: url("/_layouts/15/images/selbg.png?rev=23") repeat-x left top;
}

#PageContent .ms-WPMenuDiv, #PageContent .ms-WPMenuDivHover {
    white-space: nowrap;
}

#PageContent .ms-wpselectlink, #PageContent .ms-wpselectlinkfocus {
    text-align: center;
}

#PageContent .ms-WPHeaderMenuImg {
    padding: 7px;
    vertical-align: middle;
    visibility: hidden;
}

#PageContent .ms-wpselectlinkfocus .ms-WPHeaderMenuImg, #PageContent .s4-wpcell-plain:hover .ms-WPHeaderMenuImg, #PageContent .s4-wpcell:hover .ms-WPHeaderMenuImg, #PageContent .s4-wpActive .ms-WPHeaderMenuImg {
    visibility: visible;
}

#PageContent .s4-wpcell .ms-WPTitle, #PageContent .s4-wpActive .ms-WPTitle {
    cursor: pointer;
}

#PageContent .ms-WPTitle, #PageContent .ms-WPTitle a {
    /* [ReplaceColor(themeColor:"WebPartHeading")] */ color: #444;
}

#PageContent .s4-wpActive .ms-WPTitle, #PageContent .s4-wpActive .ms-WPTitle a {
    /* [ReplaceColor(themeColor:"AccentText")] */ color: #0072c6;
}

#PageContent .ms-WPHeaderTdSelection {
    width: 21px;
    cursor: auto;
    text-align: center;
}

#PageContent .ms-WPHeaderTdSelSpan {
    display: inline-block;
}

#PageContent .ms-WPHeaderCbxHidden {
    margin: 0px;
    top: -2000px;
    position: absolute;
    vertical-align: middle;
}

#PageContent .ms-WPHeaderCbxVisible, #PageContent .s4-wpcell:hover .ms-WPHeaderTdSelection input, #PageContent .s4-wpActive .ms-WPHeaderTdSelection input {
    top: 0px;
    margin: 0px;
    position: relative;
    vertical-align: middle;
}

#PageContent .s4-wpcell-plain .ms-WPHeaderTdSelection {
    display: none;
}

#PageContent .ms-wpContentDivSpace {
    position: relative;
}

#PageContent .ms-SPZone.ms-webpart-zone {
    padding: 10px;
}

#PageContent .ms-webpart-zone {
    display: table;
}

#PageContent .ms-webpart-zone-title {
    /* [ReplaceColor(themeColor:"SubtleBodyText")] */ color: #777;
    display: block;
}

#PageContent .s4-wpcell > .ms-webpart-chrome, #PageContent .s4-wpActive > .ms-webpart-chrome {
    border: 1px solid transparent;
}

#PageContent .ms-SPZone > .s4-wpcell, #PageContent .ms-SPZone > .s4-wpcell-plain, #PageContent .ms-rtestate-write > .ms-rte-wpbox > div > .s4-wpcell, #PageContent .ms-rtestate-write > .ms-rte-wpbox > div > .s4-wpcell-plain {
    /* [ReplaceColor(themeColor:"SubtleLines")] */ border: 1px solid #c6c6c6;
    padding: 5px 10px 10px;
    border-collapse: separate;
}

#PageContent .ms-SPZone > .s4-wpActive, #PageContent .ms-rtestate-write > .ms-rte-wpbox > div > .s4-wpActive {
    /* [ReplaceColor(themeColor:"EmphasisBorder")] */ border: 1px solid #0067b0;
    padding: 5px 10px 10px;
    border-collapse: separate;
}

#PageContent .ms-webpart-chrome-fullWidth {
    min-width: 100%;
}

#PageContent .ms-webpart-chrome {
    border-spacing: 0px;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
}

#PageContent .ms-webpart-chrome-vertical {
    display: table-row;
}

#PageContent .ms-webpart-controlBox-show > .js-webpart-menuCell > .ms-webpart-menuLink > .ms-webpart-menuArrowSpan > .ms-webpart-menuArrowImg, #PageContent .ms-webpartzone-cell:focus > .ms-webpart-chrome > .ms-webpart-chrome-title > .ms-webpart-controlBox > .js-webpart-menuCell > .ms-webpart-menuLink > .ms-webpart-menuArrowSpan > .ms-webpart-menuArrowImg, #PageContent .ms-webpartzone-cell:hover > .ms-webpart-chrome > .ms-webpart-chrome-title > .ms-webpart-controlBox > .js-webpart-menuCell > .ms-webpart-menuLink > .ms-webpart-menuArrowSpan > .ms-webpart-menuArrowImg, #PageContent .ms-webpart-controlBox-show > span > .ms-cursorDefault, #PageContent .ms-webpartzone-cell:focus > .ms-webpart-chrome > .ms-webpart-chrome-title > .ms-webpart-controlBox > span > .ms-cursorDefault, #PageContent .ms-webpartzone-cell:hover > .ms-webpart-chrome > .ms-webpart-chrome-title > .ms-webpart-controlBox > span > .ms-cursorDefault {
    visibility: visible;
}

#PageContent .ms-webpart-controlBox-hide > .js-webpart-menuCell > .ms-webpart-menuLink > .ms-webpart-menuArrowSpan > .ms-webpart-menuArrowImg, #PageContent .ms-webpart-controlBox-hide > span > .ms-cursorDefault {
    visibility: hidden;
}

#PageContent .ms-webpart-controlBox {
    position: absolute;
    float: left;
    margin-right: -35px;
}

#PageContent .ms-webpart-titleRowCell {
    padding: 0px;
    position: relative;
}

#PageContent .js-webpart-titleCell {
    width: 100%;
}

#PageContent .js-webpart-titleCell, #PageContent .ms-webpart-controlBox, #PageContent .js-webpart-menuCell, #PageContent .ms-webpart-checkboxTd {
    display: inline-block;
}

#PageContent .ms-webpart-checkboxTd {
    width: 19px;
    padding-left: 3px;
}

#PageContent .ms-webpart-checkboxTd > input {
    display: block;
}

#PageContent .js-webpart-menuCell {
    width: 15px;
    position: relative;
}

#PageContent .ms-webpart-menuLink {
    padding: 3px;
    height: 3px;
    width: 5px;
    border: 0px solid transparent;
    vertical-align: middle;
    display: inline-block;
    overflow: hidden;
}

#PageContent .ms-webpart-menuLink:hover {
    /* [ReplaceColor(themeColor:"Lines")] */ border-color: #ababab;
}

#PageContent .ms-webpart-menuLink > img {
    display: block;
}

#PageContent .ms-webpart-chrome-title {
    vertical-align: middle;
    position: relative;
    margin-bottom: 2px;
}

#PageContent .ms-rtestate-write .ms-webpart-chrome-title {
    cursor: move;
}

#PageContent .ms-webpart-chrome-title-padleft {
    padding-right: 2px;
}

#PageContent .ms-webpart-chrome-title-padright {
    padding-left: 2px;
}

#PageContent .ms-webpart-cell-vertical {
    display: table;
}

#PageContent .ms-webpart-cell-horizontal {
    display: table-cell;
}

#PageContent .ms-WPBorderBorderOnly {
    /* [ReplaceColor(themeColor:"SubtleLines")] */ border: 1px solid #c6c6c6;
}

#PageContent #searchInputBox .ms-webpart-unselected {
    padding: 0px;
}

#PageContent .ms-webpart-menuArrowSpan {
    height: 3px;
    width: 5px;
    position: relative;
    overflow: hidden;
    display: block;
    vertical-align: top;
}

#PageContent .ms-webpart-menuArrowImg {
    top: -250px;
    left: -109px;
    position: absolute;
}

#PageContent .ms-webpart-errorContainer {
    padding: 60px 20px;
    text-align: right;
    margin: 0px auto;
}

#PageContent .ms-webpart-errorTitle {
    padding-bottom: 10px;
    line-height: 1.1em;
}

#PageContent .js-callout-mainElement {
    position: absolute;
    max-width: 640px;
    min-height: 100px;
    z-index: 102;
    cursor: default;
    /* [ReplaceColor(themeColor:"BackgroundOverlay", #PageContent opacity:"1.0")] */ background-color: #fff;
    border-style: solid;
    border-width: 1px;
    /* [ReplaceColor(themeColor:"DialogBorder")] */ border-color: #d1d1d1;
    border-collapse: separate;
}

#PageContent .js-callout-column {
    height: 100%;
    float: right;
}

#PageContent .js-callout-header, #PageContent .js-callout-header-noWrap {
    overflow: hidden;
    margin-bottom: 0px;
    white-space: nowrap;
}

#PageContent .js-callout-header {
    text-overflow: ellipsis;
}

#PageContent .js-callout-header-noWrap {
    word-wrap: normal;
}

#PageContent .js-callout-headerArea {
    margin: 0px 20px 0px 0px;
}

#PageContent .js-callout-markArea {
    display: inline-block;
    vertical-align: middle;
    line-height: 16px;
    max-width: 16px;
}

#PageContent .js-callout-followCommand {
    height: 16px;
    width: 16px;
}

#PageContent .js-callout-body {
    margin-right: 20px;
    margin-left: 20px;
    padding-bottom: 25px;
    max-height: 420px;
    overflow-y: hidden;
    font-weight: normal;
    text-decoration: none;
    white-space: normal;
    word-break: normal;
    line-height: normal;
}

#PageContent .js-callout-bodySection {
    margin-top: 13px;
    margin-bottom: 0px;
}

#PageContent .js-callout-bodySection > .js-filePreview-containingElement {
    margin-bottom: 15px;
}

#PageContent .js-filePreview-containingElement > img {
    display: block;
}

#PageContent .js-callout-footerArea {
    /* [ReplaceColor(themeColor:"SubtleEmphasisBackground")] */ background-color: #f1f1f1;
    padding: 11px 20px 11px 20px;
    overflow: visible;
}

#PageContent .ms-core-needIEFilter .js-callout-footerArea {
    background-color: transparent;
    /* [ReplaceColor(themeColor:"SubtleEmphasisBackground")] */ -ms-filter: "progid:DXImageTransform.Microsoft.gradient(GradientType=0, #PageContent startColorstr=#c6efefef, #PageContent endColorstr=#c6efefef)";
}

#PageContent .js-callout-content {
    max-width: 640px;
    /* [ReplaceColor(themeColor:"BackgroundOverlay", #PageContent opacity:"1.0")] */ background-color: #fff;
    padding: 0px;
    overflow-x: hidden;
    word-wrap: break-word;
}

#PageContent .js-callout-actions {
    overflow: visible;
}

#PageContent .js-callout-action {
    margin: 0px 0px 0px 22px;
    vertical-align: middle;
    line-height: 0px;
    display: inline-block;
}

#PageContent .js-callout-menuAction {
    margin-left: 0px;
}

#PageContent .js-callout-ecbActionDownArrow {
    border-style: none;
    display: inline-block;
    vertical-align: middle;
}

#PageContent .js-ellipsis25-a {
    height: 25px;
    width: 25px;
    position: relative;
    display: inline-block;
    overflow: hidden;
}

#PageContent .js-ellipsis25-icon {
    left: -99px;
    top: -59px;
    position: absolute;
}

#PageContent .js-callout-title {
    overflow: hidden;
    text-overflow: ellipsis;
    -o-text-overflow: ellipsis;
    -ms-text-overflow: ellipsis;
    white-space: nowrap;
    display: inline-block;
    margin: 14px 0px 0px 0px;
    padding: 0;
    vertical-align: middle;
    width: 100%;
}

#PageContent .js-callout-subtitle {
    cursor: text;
    padding: 1px;
    word-wrap: normal;
    overflow: hidden;
}

#PageContent .js-callout-location {
    border-width: 1px;
    border-style: solid;
    padding-right: 5px;
    width: 100%;
    box-sizing: border-box;
    -ms-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    /* [ReplaceColor(themeColor:"DisabledLines")] */ border-color: #e1e1e1;
    /* [ReplaceColor(themeColor:"BackgroundOverlay", #PageContent opacity:"1.0")] */ background-color: #fff;
}

#PageContent .js-callout-location:hover {
    /* [ReplaceColor(themeColor:"Lines")] */ border-color: #ababab;
}

#PageContent .js-callout-subtitle > span {
    display: inline-block;
    padding-top: 1px;
    padding-bottom: 2px;
}

#PageContent .js-callout-usage {
    height: 23px;
    padding: 5px 8px 7px 8px;
    margin: 0px;
    position: relative;
    float: left;
    text-align: center;
    line-height: 1;
    /* [ReplaceColor(themeColor:"SubtleEmphasisBackground", #PageContent opacity:"1.0")] */ background-color: #efefef;
}

#PageContent .js-callout-usage p {
    margin: 0px 0px 2px 0px;
    padding: 0px;
    line-height: 1;
}

#PageContent .js-callout-closeButton {
    width: 16px;
    height: 16px;
    position: relative;
    overflow: hidden;
    float: left;
    margin: 6px 6px 0px 6px;
    border: solid 5px transparent;
}

#PageContent .js-callout-closeButtonImage {
    position: absolute;
    left: -197px;
    top: -120px;
}

#PageContent .js-callout-beak {
    background-repeat: no-repeat;
    position: absolute;
}

#PageContent .js-callout-itemLinkFilename {
    float: right;
    margin-left: 16px;
}

#PageContent .js-callout-calloutTarget {
    float: left;
    height: 16px;
    margin-right: -16px;
    border-style: none;
    cursor: pointer;
}

#PageContent .js-folder-preview-count {
    position: absolute;
    bottom: 0px;
    color: #000;
    font-family: "Segoe UI", Tahoma, Arial, sans-serif;
}

#PageContent .js-folder-preview-count {
    left: 2px;
    font-size: 40px;
    opacity: 0.1;
    ;
}

#PageContent .ms-core-needIEFilter .js-folder-preview-count {
    filter: alpha(opacity=10);
    -ms-filter: "alpha(opacity=10)";
    ;
}

#PageContent .js-callout-beakTop, #PageContent .js-callout-beakBottom {
    visibility: hidden;
}

#PageContent .js-callout-beakLeft, #PageContent .js-callout-beakRight, #PageContent .js-callout-beakTop, #PageContent .js-callout-beakBottom {
    width: 12.72792px;
    height: 12.72792px;
    /* [ReplaceColor(themeColor:"BackgroundOverlay", #PageContent opacity:"1.0")] */ background-color: #fff;
    border-width: 1px;
    border-style: solid;
    /* [ReplaceColor(themeColor:"DialogBorder")] */ border-color: #d1d1d1;
    transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    -webkit-transform-style: preserve-3d;
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    position: absolute;
    z-index: -10;
}

#PageContent .ms-core-needIEFilter .js-callout-beakLeft, #PageContent .ms-core-needIEFilter .js-callout-beakRight, #PageContent .ms-core-needIEFilter .js-callout-beakTop, #PageContent .ms-core-needIEFilter .js-callout-beakBottom {
    width: 13.43503px;
    height: 13.43503px;
}

#PageContent .ms-core-needIEFilter .js-callout-beakLeft, #PageContent .ms-core-needIEFilter .js-callout-beakRight, #PageContent .ms-core-needIEFilter .js-callout-beakTop, #PageContent .ms-core-needIEFilter .js-callout-beakBottom {
    -ms-filter: "progid:DXImageTransform.Microsoft.Matrix(M11=0.7071067811865475, #PageContent M12=-0.7071067811865475, #PageContent M21=0.7071067811865475, #PageContent M22=0.7071067811865475, #PageContent SizingMethod='auto expand')";
}

#PageContent .js-callout-beakLeft {
    -webkit-border-before-width: 1px;
    -webkit-border-before-color: transparent;
    -webkit-border-end-width: 1px;
    -webkit-border-end-color: transparent;
    left: 0px;
    margin-left: -7.8px;
    -moz-margin-start: -7.5px;
}

#PageContent .ms-core-needIEFilter .js-callout-beakLeft {
    margin-left: -9.5px;
}

#PageContent .js-callout-beakRight {
    -webkit-border-after-width: 1px;
    -webkit-border-after-color: transparent;
    -webkit-border-start-width: 1px;
    -webkit-border-start-color: transparent;
    right: 0px;
    margin-right: -7.8px;
    -moz-margin-end: -7.5px;
}

#PageContent .ms-core-needIEFilter .js-callout-beakRight {
    margin-left: -4px;
}

#PageContent .js-callout-beakTop {
    -webkit-border-after-width: 1px;
    -webkit-border-after-color: transparent;
    -webkit-border-end-width: 1px;
    -webkit-border-end-color: transparent;
    margin-top: -7.2px;
}

#PageContent .ms-core-needIEFilter .js-callout-beakTop {
    margin-top: -9.5px;
}

#PageContent .js-callout-beakBottom {
    -webkit-border-before-width: 1px;
    -webkit-border-before-color: transparent;
    -webkit-border-start-width: 1px;
    -webkit-border-start-color: transparent;
    bottom: 0px;
    margin-bottom: -7.2px;
}

#PageContent .ms-core-needIEFilter .js-callout-beakBottom {
    margin-bottom: -4px;
}

#PageContent .js-callout-sharedWithInfo {
    display: none;
}

#PageContent .js-callout-sharedWithLink {
    white-space: nowrap;
}

#PageContent .js-sharing-fullListDialogContainer {
    padding-bottom: 16px;
}

#PageContent .js-sharing-fullListDialog {
    min-height: 120px;
    max-height: 240px;
    overflow: auto;
    margin-top: 12px;
    padding-left: 12px;
}

#PageContent .js-sharing-fullListDialogCommandsLeft {
    margin-top: 24px;
}

#PageContent .js-sharing-fullListDialogCommandsRight {
    margin-top: 24px;
    text-align: left;
}

#PageContent .js-sharing-fullListDialogStatusBar {
    display: none;
}

#PageContent .js-sharing-fullListDialogManageGuestLinks {
    display: none;
    margin-bottom: 10px;
}

#PageContent .js-sharing-fullListDialogManageGuestLinks > .js-sharingHint-iconContainer {
    margin-left: 5px;
}

#PageContent .js-sharing-fullListDialogCommandApply {
    visibility: hidden;
}

#PageContent .js-sharing-fullListDialogCommandInvite, #PageContent .js-sharing-fullListDialogCommandEmail, #PageContent .js-sharing-fullListDialogCommandAdvanced {
    display: none;
    margin-left: 16px;
}

#PageContent .js-sharing-fullListDialogEntry {
    vertical-align: middle;
    height: 55px;
    margin-bottom: 10px;
}

#PageContent .js-sharing-fullListDialogEntrySharedWithMany {
    margin-top: 16px;
}

#PageContent .js-sharing-fullListDialogEntryNameAndTitleContainer {
    float: right;
    height: 55px;
}

#PageContent .js-sharing-fullListDialogEntryPermissionsContainer {
    float: left;
    margin-right: 10px;
    height: 55px;
}

#PageContent .js-sharing-fullListDialogEntryDisplayName {
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
}

#PageContent .js-sharing-fullListDialogEntryPermissionsInnerContainer {
    margin-right: 3px;
}

#PageContent .js-sharing-fullListDialogEntryPermissionsInnerContainer, #PageContent .js-sharing-fullListDialogEntryPermissionsInnerContainer:link, #PageContent .js-sharing-fullListDialogEntryPermissionsInnerContainer:hover, #PageContent .js-sharing-fullListDialogEntryPermissionsInnerContainer:active, #PageContent .js-sharing-fullListDialogEntryPermissionsInnerContainer:visited {
    text-decoration: none;
    /* [ReplaceColor(themeColor:"TopBarText")] */ color: #666;
}

#PageContent .js-sharing-fullListDialogEntryPermissionsMenu {
    cursor: pointer;
    display: inline-block;
}

#PageContent .js-sharing-fullListDialogEntryPermissionsMenuArrow {
    border-style: none;
    vertical-align: middle;
    padding-right: 5px;
    padding-bottom: 2px;
}

#PageContent .js-sharing-fullListDialogWaitImg {
    position: absolute;
    top: 50%;
    right: 50%;
    margin-top: -12px;
    margin-right: -12px;
}

#PageContent .js-sharing-fullListDialogApplyWaitImg {
    vertical-align: middle;
    height: 16px;
    width: 18px;
    margin-left: 2px;
    display: none;
}

#PageContent .js-sharing-fullListDialogApplyText {
    vertical-align: middle;
    display: none;
    margin-left: 2px;
}

#PageContent .js-sharingHint-iconContainer {
    height: 16px;
    width: 16px;
    display: inline-block;
    overflow: hidden;
    position: relative;
}

#PageContent .js-sharingHint-sharedAnonymously {
    left: -179px;
    top: -174px;
    position: absolute;
}

#PageContent .js-sharingHint-sharedWithEveryone {
    left: -254px;
    top: -48px;
    position: absolute;
}

#PageContent .js-sharingHint-unshared {
    left: -200px;
    top: -30px;
    position: absolute;
}

#PageContent .js-sharingHint-sharedDefault {
    left: -254px;
    top: -30px;
    position: absolute;
}

#PageContent .js-sharing-userGroupHeaderRow > td {
    padding-top: 10px;
}

#PageContent .js-sharing-userGroupHeaderTitle, #PageContent .js-sharing-userGroupHeaderPicture {
    float: right;
}

#PageContent .js-sharing-userGroupHeaderTitle {
    margin-right: 8px;
}

#PageContent .js-sharing-userGroupHeaderPicture + .js-sharing-userGroupHeaderTitle {
    margin-top: 7px;
}

#PageContent .ms-comm-bestPostHeader {
    margin-bottom: 17px;
}

#PageContent .ms-comm-cmdSpaceListItem {
    display: inline;
    margin-left: 14px;
    padding: 1px;
}

#PageContent .ms-comm-filterList {
    margin: 0;
    padding: 3px;
}

#PageContent .ms-comm-forumContainer {
    border-collapse: separate;
    max-width: 690px;
}

#PageContent .ms-comm-forumCmd {
    display: inline;
    margin-left: 16px;
    text-transform: lowercase;
}

#PageContent .ms-comm-forumCmdList {
    display: inline-block;
    margin: 0px;
    padding-right: 0px;
    list-style-type: none;
}

#PageContent .ms-comm-forumHeaderContainer {
    /* [ReplaceColor(themeColor:"SubtleLines")] */ border-bottom: 1px solid #c6c6c6;
    margin: 0px;
    padding: 0px;
}

#PageContent .ms-comm-postSubjectColumn {
    max-width: 600px;
    overflow: hidden;
    text-overflow: ellipsis;
}

#PageContent .ms-comm-refreshIcon-a {
    display: inline-block;
    width: 16px;
    height: 16px;
    overflow: hidden;
    position: relative;
}

#PageContent .ms-comm-refreshIcon {
    left: -37px;
    top: -220px;
    position: absolute;
}

#PageContent .ms-comm-bestResponseIcon-span {
    display: inline-block;
    width: 10px;
    height: 10px;
    overflow: hidden;
    position: relative;
    margin-left: 6px;
}

#PageContent .ms-comm-bestResponseIcon {
    left: -32px;
    top: -256px;
    position: absolute;
}

#PageContent .ms-comm-heroLinkContainer {
    margin-top: 11px;
    margin-bottom: 5px;
}

#PageContent .ms-comm-popularityBar {
    margin-bottom: 0.38em;
    height: 4px;
    float: right;
    overflow: hidden;
    position: relative;
}

#PageContent .ms-comm-popularityBarShadow {
    height: 4px;
    float: right;
    overflow: hidden;
    position: relative;
}

#PageContent .ms-comm-popularityBarContainer {
    float: right;
    width: 7.65em;
    min-height: 10px;
    margin-left: 1.15em;
    margin-top: 0.56em;
    padding: 3px;
}

#PageContent .ms-comm-postList {
    margin: 0;
    padding-right: 0px;
    list-style-type: none;
}

#PageContent .ms-comm-postListItem {
    display: block;
    margin-top: 0.5em;
    margin-bottom: 0.7em;
    overflow: hidden;
}

#PageContent .ms-comm-postMainContainer {
    margin-bottom: 1px;
}

#PageContent .ms-comm-rootBestBackground {
    /* [ReplaceColor(themeColor:"SubtleEmphasisBackground")] */ background-color: #f1f1f1;
}

#PageContent .ms-core-needIEFilter .ms-comm-rootBestBackground {
    background-color: transparent;
    /* [ReplaceColor(themeColor:"SubtleEmphasisBackground")] */ -ms-filter: "progid:DXImageTransform.Microsoft.gradient(GradientType=0, #PageContent startColorstr=#c6efefef, #PageContent endColorstr=#c6efefef)";
}

#PageContent .ms-comm-rootPostContainer {
    padding: 18px 19px;
}

#PageContent .ms-comm-bestResponseDividerHr {
    margin-top: 19px;
}

#PageContent .ms-comm-bestResponseContainer {
    margin-top: 9px;
}

#PageContent .ms-comm-postAuthorPicture {
    float: right;
    height: 48px;
    width: 48px;
    margin-left: 6px;
}

#PageContent .ms-comm-postImageIcon-span {
    display: inline-block;
    width: 16px;
    height: 16px;
    overflow: hidden;
    position: relative;
    margin: 2px 0px 4px 8px;
}

#PageContent .ms-comm-postImageIcon {
    left: -109px;
    top: -214px;
    position: absolute;
}

#PageContent .ms-comm-postBody {
    margin-bottom: 2px;
}

#PageContent .ms-core-needIEFilter .ms-comm-postBody {
    width: 520px;
}

#PageContent .ms-comm-postBodyOverflow {
    overflow-x: auto;
}

#PageContent .ms-comm-authorPicture {
    margin-left: 10px;
}

#PageContent .ms-comm-replyToLink {
    margin-bottom: 4px;
}

#PageContent .ms-comm-postBodyThreaded img {
    max-width: 100%;
    margin: 0px !important;
}

#PageContent .ms-comm-postExpander {
    height: 16px;
    margin: -2em auto 0em;
    width: 16px;
}

#PageContent .ms-comm-postExpanderCollapseContainer {
    height: 16px;
    width: 16px;
    display: inline-block;
    position: relative;
    overflow: hidden;
}

#PageContent .ms-comm-postExpanderExpandContainer {
    height: 16px;
    width: 16px;
    display: inline-block;
    position: relative;
    overflow: hidden;
}

#PageContent .ms-comm-postExpanderCollapse {
    position: absolute;
    left: -197px;
    top: -138px;
}

#PageContent .ms-comm-postExpanderExpand {
    position: absolute;
    left: -73px;
    top: -238px;
}

#PageContent .ms-comm-postReplyListItem {
    margin-bottom: 21px;
}

#PageContent .ms-comm-postReplyButtonContainer {
    float: left;
}

#PageContent .ms-comm-postReplyContainer {
    width: 100%;
}

#PageContent .ms-comm-postReplyTextBox {
    background-color: transparent;
    margin-top: 12px;
    margin-bottom: 6px;
    padding: 5px 10px;
    resize: none;
}

#PageContent .ms-comm-postRootContainer {
    overflow: visible;
}

#PageContent .ms-comm-allRepliesHeader {
    margin-top: 22px;
    margin-bottom: 17px;
}

#PageContent .ms-comm-replyHeader {
    padding: 3px;
    margin-top: 8px;
}

#PageContent .ms-comm-reputationTextContainer {
    margin: 3px 0px 4px;
    max-height: 10px;
    max-width: 74px;
}

#PageContent .ms-comm-reputationTextContainerBestResponse {
    margin: 3px 0px 2px;
    max-height: 10px;
    max-width: 74px;
}

#PageContent .ms-comm-reputationSettingsBarImageContainer {
    display: inline-block;
    vertical-align: middle;
}

#PageContent .ms-comm-reputationSettingsBarImage {
    min-height: 7px;
    min-width: 7px;
    margin-left: 2px;
    float: right;
}

#PageContent .ms-comm-reputationBarSq {
    /* [ReplaceColor(themeColor:"AccentLines")] */ background-color: #2a8dd4;
    margin-left: 2px;
    max-height: 8px;
    min-width: 8px;
    vertical-align: top;
    display: inline-block;
}

#PageContent .ms-comm-reputationBarSqLast {
    /* [ReplaceColor(themeColor:"AccentLines")] */ background-color: #2a8dd4;
    max-height: 8px;
    min-width: 8px;
    vertical-align: top;
    display: inline-block;
}

#PageContent .ms-comm-reputationBarSqEmpty {
    /* [ReplaceColor(themeColor:"SubtleLines")] */ background-color: #c6c6c6;
    margin-left: 2px;
    max-height: 8px;
    min-width: 8px;
    vertical-align: top;
    display: inline-block;
}

#PageContent .ms-comm-reputationBarSqEmptyLast {
    /* [ReplaceColor(themeColor:"SubtleLines")] */ background-color: #c6c6c6;
    max-height: 8px;
    min-width: 8px;
    vertical-align: top;
    display: inline-block;
}

#PageContent .ms-comm-reputationSettingsTable {
    /* [ReplaceColor(themeColor:"Lines")] */ border: 1px solid #ababab;
    border-collapse: collapse;
}

#PageContent .ms-comm-reputationSettingsTable > tbody > tr > td {
    /* [ReplaceColor(themeColor:"Lines")] */ border: 1px solid #ababab;
    padding: 3px;
}

#PageContent .ms-core-needIEFilter .ms-comm-reputationTextBestResponse {
    background-color: transparent;
    /* [ReplaceColor(themeColor:"EmphasisBackground")] */ -ms-filter: "progid:DXImageTransform.Microsoft.gradient(GradientType=0, #PageContent startColorstr=#ff0072c6, #PageContent endColorstr=#ff0072c6)";
}

#PageContent .ms-comm-stats {
    margin-bottom: 0.15em;
}

#PageContent .ms-comm-statsInlineContainer {
    margin: 11px 0px 17px;
}

#PageContent .ms-comm-statsInline {
    display: inline-block;
    margin-left: 16px;
}

#PageContent .ms-comm-likesCount {
    /* [ReplaceColor(themeColor:"AccentLines")] */ color: #2a8dd4;
}

#PageContent .ms-comm-likesMetadata {
    margin-left: 14px;
}

#PageContent .ms-comm-likesImgContainer {
    margin-left: 4px;
    vertical-align: middle;
}

#PageContent .ms-comm-featuredHeader {
    margin-top: 25px;
}

#PageContent .ms-comm-featuredBody {
    max-height: 2.8em;
    overflow: hidden;
}

#PageContent .ms-comm-reputationNumbers {
    font-size: .9em;
    font-weight: bold;
    /* [ReplaceColor(themeColor:"SubtleEmphasisCommandLinks")] */ color: #262626;
}

#PageContent .ms-comm-metalineList {
    padding-bottom: 2px;
}

#PageContent .ms-comm-metalineItem {
    display: inline;
    padding-left: 8px;
    margin-left: 8px;
}

#PageContent .ms-comm-metalineItemSeparator {
    /* [ReplaceColor(THEME_COLOR_MPCSS_SUBTLE_LINES)] */ border-left: 1px solid #c6c6c6;
}

#PageContent .ms-comm-noWrap {
    white-space: nowrap;
}

#PageContent .ms-comm-ratingsImageContainer {
    max-height: 16px;
    min-width: 16px;
    vertical-align: top;
    display: inline-block;
}

#PageContent .ms-comm-ratingCountContainer {
    display: inline-block;
    vertical-align: top;
    /* [ReplaceColor(themeColor:"SubtleBodyText")] */ color: #777;
}

#PageContent .ms-comm-ratingSeparator {
    vertical-align: top;
    margin-right: 3px;
    margin-left: 3px;
    /* [ReplaceColor(themeColor:"SubtleBodyText")] */ border-left: 1px solid #777;
}

#PageContent .ms-comm-ratingsLargeStarFilled {
    /* [RecolorImage(themeColor:"ContentAccent6")] */ background-image: url("/_layouts/15/images/RatingsLargeStarFilled.png?rev=23");
}

#PageContent .ms-comm-ratingsSmallStarEmpty {
    /* [RecolorImage(themeColor:"AccentLines")] */ background-image: url("/_layouts/15/images/RatingsSmallStarEmpty.png?rev=23");
}

#PageContent .ms-comm-ratingsSmallStarFilled {
    /* [RecolorImage(themeColor:"AccentLines")] */ background-image: url("/_layouts/15/images/RatingsSmallStarFilled.png?rev=23");
}

#PageContent .ms-comm-ratingsSmallStarLeftHalfFilled {
    /* [RecolorImage(themeColor:"AccentLines")] */ background-image: url("/_layouts/15/images/RatingsSmallStarLeftHalfFilled.png?rev=23");
}

#PageContent .ms-comm-ratingsSmallStarRightHalfFilled {
    /* [RecolorImage(themeColor:"AccentLines")] */ background-image: url("/_layouts/15/images/RatingsSmallStarRightHalfFilled.png?rev=23");
}

#PageContent .ms-comm-ratingsSmallStarHoveroverEmpty {
    /* [RecolorImage(themeColor:"ContentAccent6")] */ background-image: url("/_layouts/15/images/RatingsSmallStarHoveroverEmpty.png?rev=23");
}

#PageContent .ms-comm-ratingsSmallStarHoveroverFilled {
    /* [RecolorImage(themeColor:"ContentAccent6")] */ background-image: url("/_layouts/15/images/RatingsSmallStarHoveroverFilled.png?rev=23");
}

#PageContent .ms-comm-adminLinks {
    /* [ReplaceColor(themeColor:"SubtleEmphasisBackground")] */ background-color: #f1f1f1;
    padding: 9px 14px 10px 14px;
    min-width: 170px;
    margin-bottom: 32px;
    display: inline-block;
}

#PageContent .ms-comm-adminLinksTitleMargin {
    margin-bottom: 7px;
}

#PageContent .ms-comm-adminLinksListNoMargin {
    margin: 0px;
}

#PageContent .ms-core-needIEFilter .ms-comm-adminLinks {
    background-color: transparent;
    /* [ReplaceColor(themeColor:"SubtleEmphasisBackground")] */ -ms-filter: "progid:DXImageTransform.Microsoft.gradient(GradientType=0, #PageContent startColorstr=#c6efefef, #PageContent endColorstr=#c6efefef)";
}

#PageContent .ms-comm-adminLinksList {
    margin: 7px 0px 0px;
}

#PageContent .ms-comm-adminLinksListItem {
    margin-bottom: 5px;
}

#PageContent .ms-breadcrumb-menu {
    max-width: 400px;
    min-width: 142px;
    padding: 8px 10px;
    word-wrap: break-word;
    -ms-word-wrap: break-word;
    overflow-x: hidden;
    /* [ReplaceColor(themeColor:"BackgroundOverlay", #PageContent opacity:"1")] */ background-color: #fff;
    box-shadow: 0px 0px 7px 0px rgba(0, #PageContent 0, #PageContent 0, #PageContent 0.47);
}

#PageContent .ms-breadcrumb {
    margin: 0px;
    padding-top: 4px;
    padding-right: 10px;
}

#PageContent .ms-breadcrumb-arrowcont {
    display: inline-block;
    vertical-align: top;
}

#PageContent .ms-breadcrumbNode > a, #PageContent .ms-breadcrumbCurrentNode > a, #PageContent .ms-breadcrumbRootNode > a, #PageContent span.ms-breadcrumbCurrentNode, #PageContent span.ms-breadcrumbRootNode {
    display: inline-block;
}

#PageContent .ms-breadcrumbNode > a:hover, #PageContent .ms-breadcrumbCurrentNode > a:hover, #PageContent .ms-breadcrumbRootNode > a:hover {
    text-decoration: underline;
}

#PageContent ul.ms-breadcrumbRootNode, #PageContent ul.ms-breadcrumbNode {
    margin-right: 17px;
    margin-top: 2px;
}

#PageContent .s4-breadcrumb-arrowcont {
    margin-left: 2px;
}

#PageContent .ms-breadcrumb-top {
    white-space: nowrap;
}

#PageContent .ms-breadcrumb-box {
    width: 100%;
    height: 64px;
}

#PageContent .ms-breadcrumb-dropdownBox {
    display: inline-block;
    vertical-align: middle;
}

#PageContent .ms-breadcrumb-anchor {
    height: 16px;
    display: inline-block;
    vertical-align: middle;
}

#PageContent .ms-core-listMenu-verticalBox, #PageContent .ms-core-listMenu-horizontalBox {
    font-size: 1em;
}

#PageContent .ms-core-listMenu-horizontalBox {
    /* [ReplaceColor(themeColor:"Navigation")] */ color: #666666;
    display: inline-block;
    vertical-align: middle;
}

#PageContent .ms-core-header .ms-core-listMenu-horizontalBox {
    /* [ReplaceColor(themeColor:"HeaderNavigationText")] */ color: #666;
}

#PageContent .ms-core-listMenu-horizontalBox ul, #PageContent .ms-core-listMenu-horizontalBox li, #PageContent .ms-core-listMenu-horizontalBox .ms-core-listMenu-item, #PageContent .ms-core-listMenu-horizontalBox > ul > li > table {
    display: inline-block;
}

#PageContent .ms-core-listMenu-horizontalBox li.static > .ms-core-listMenu-item {
    margin-left: 30px;
    border: 1px solid transparent;
}

#PageContent .ms-core-listMenu-horizontalBox li.static > span .ms-core-listMenuEdit .ms-navedit-linkCell, #PageContent .ms-core-listMenu-horizontalBox li.static > .ms-core-listMenuEdit .ms-navedit-linkCell {
    padding-right: 18px;
    padding-left: 15px;
}

#PageContent .ms-core-listMenu-horizontalBox ul.root > li.static:first-child > span .ms-core-listMenuEdit .ms-navedit-linkCell, #PageContent .ms-core-listMenu-horizontalBox ul.root > li.static:first-child > .ms-core-listMenuEdit .ms-navedit-linkCell {
    padding-right: 0px;
}

#PageContent .ms-core-listMenu-verticalBox > .ms-core-listMenu-root > li > .ms-core-listMenu-item, #PageContent .ms-core-listMenu-verticalBox > .ms-core-listMenu-root > li > .ms-core-listMenuEdit, #PageContent .ms-core-listMenu-heading, #PageContent .ms-tv-header {
    font-size: 1em;
    vertical-align: middle;
    /* [ReplaceFont(themeFont:"navigation")] */ font-family: "Segoe UI", Tahoma, Arial, sans-serif;
    display: block;
}

#PageContent .ms-core-listMenu-root {
    margin: 0px;
}

#PageContent .ms-navedit-hiddenLink.ms-core-listMenu-item, #PageContent .ms-navedit-hiddenLink.ms-core-listMenu-item:link, #PageContent .ms-navedit-hiddenLink.ms-core-listMenu-item:visited {
    /* [ReplaceColor(themeColor:"SubtleBodyText")] */ color: #777;
    font-style: italic;
}

#PageContent .ms-core-header .ms-navedit-hiddenLink.ms-core-listMenu-item, #PageContent .ms-core-header .ms-navedit-hiddenLink.ms-core-listMenu-item:link, #PageContent .ms-core-header .ms-navedit-hiddenLink.ms-core-listMenu-item:visited {
    /* [ReplaceColor(themeColor:"HeaderSubtleText")] */ color: #777;
}

#PageContent .ms-core-listMenu-verticalBox .ms-core-listMenu-item, #PageContent ul.dynamic .ms-core-listMenu-item {
    display: block;
}

#PageContent .ms-core-listMenu-verticalBox > .ms-core-listMenu-item, #PageContent .ms-core-listMenu-verticalBox li.static > .ms-core-listMenu-item {
    display: block;
    padding: 5px 20px;
}

#PageContent ul.dynamic .ms-core-listMenuEdit .ms-core-listMenu-item, #PageContent .ms-core-listMenu-verticalBox .ms-core-listMenuEdit .ms-core-listMenu-item {
    padding: 4px 5px;
}

#PageContent .ms-core-listMenu-verticalBox li.static > ul.static > li.static > .ms-core-listMenu-item {
    padding-right: 40px;
}

#PageContent .ms-core-listMenu-verticalBox li.static > ul.static > li.static > span table.ms-core-listMenuEdit, #PageContent .ms-core-listMenu-verticalBox li.static > ul.static > li.static > table.ms-core-listMenuEdit {
    padding-right: 20px;
}

#PageContent .ms-core-listMenu-item, #PageContent .ms-core-listMenu-item:link, #PageContent .ms-core-listMenu-item:visited, #PageContent .ms-tv-item:link, #PageContent .ms-tv-item:visited, #PageContent .ms-tv-header:link, #PageContent .ms-tv-header:visited {
    /* [ReplaceColor(themeColor:"Navigation")] */ color: #666666;
    text-decoration: none;
}

#PageContent .ms-core-header .ms-core-listMenu-item, #PageContent .ms-core-header .ms-core-listMenu-item:link, #PageContent .ms-core-header .ms-core-listMenu-item:visited, #PageContent .ms-core-header .ms-tv-item:link, #PageContent .ms-core-header .ms-tv-item:visited, #PageContent .ms-core-header .ms-tv-header:link, #PageContent .ms-core-header .ms-tv-header:visited {
    /* [ReplaceColor(themeColor:"HeaderNavigationText")] */ color: #666;
}

#PageContent li > a.ms-core-listMenu-item.ms-core-listMenu-selected:hover, #PageContent li > a.ms-core-listMenu-item:hover, #PageContent li > a.ms-core-listMenu-item:active {
    /* [ReplaceColor(themeColor:"NavigationHoverBackground", #PageContent opacity:"1")] */ background-color: #cde6f7;
    /* [ReplaceColor(themeColor:"NavigationHoverBackground")] */ background-color: rgba( 205, #PageContent 230, #PageContent 247, #PageContent 0.5 );
}

#PageContent .ms-core-listMenu-horizontalBox a.ms-core-listMenu-item:hover, #PageContent .ms-core-listMenu-horizontalBox a.ms-core-listMenu-item.ms-core-listMenu-selected:hover, #PageContent a.ms-tv-item:hover, #PageContent a.ms-tv-header:hover {
    background-color: transparent;
    /* [ReplaceColor(themeColor:"NavigationHover")] */ color: #0072c6;
}

#PageContent .ms-core-header .ms-core-listMenu-horizontalBox a.ms-core-listMenu-item:hover, #PageContent .ms-core-header a.ms-tv-item:hover, #PageContent .ms-core-header a.ms-tv-header:hover {
    /* [ReplaceColor(themeColor:"HeaderNavigationHoverText")] */ color: #0072c6;
}

#PageContent .ms-core-listMenu-horizontalBox a.ms-core-listMenu-item:active, #PageContent a.ms-tv-item:active, #PageContent a.ms-tv-header:active {
    background-color: transparent;
    /* [ReplaceColor(themeColor:"NavigationPressed")] */ color: #004d85;
}

#PageContent .ms-core-header .ms-core-listMenu-horizontalBox a.ms-core-listMenu-item:active, #PageContent .ms-core-header a.ms-tv-item:active, #PageContent .ms-core-header a.ms-tv-header:active {
    /* [ReplaceColor(themeColor:"HeaderNavigationPressedText")] */ color: #004d85;
}

#PageContent .ms-core-listMenu-selected:link, #PageContent .ms-core-listMenu-selected:visited, #PageContent .ms-core-listMenu-selected {
    /* [ReplaceColor(themeColor:"NavigationSelectedBackground", #PageContent opacity:"1")] */ background-color: #efefef;
    /* [ReplaceColor(themeColor:"NavigationSelectedBackground")] */ background-color: rgba( 239, #PageContent 239, #PageContent 239, #PageContent 0.78 );
}

#PageContent .ms-core-listMenu-horizontalBox .ms-core-listMenu-selected:link, #PageContent .ms-core-listMenu-horizontalBox .ms-core-listMenu-selected:visited, #PageContent .ms-core-listMenu-horizontalBox .ms-core-listMenu-selected, #PageContent .ms-tv-selected:link {
    background-color: transparent;
    /* [ReplaceColor(themeColor:"NavigationAccent")] */ color: #0072c6;
}

#PageContent .ms-core-header .ms-core-listMenu-horizontalBox .ms-core-listMenu-selected:link, #PageContent .ms-core-header .ms-core-listMenu-horizontalBox .ms-core-listMenu-selected:visited, #PageContent .ms-core-header .ms-core-listMenu-horizontalBox .ms-core-listMenu-selected, #PageContent .ms-core-header .ms-tv-selected:link {
    /* [ReplaceColor(themeColor:"HeaderNavigationSelectedText")] */ color: #0072c6;
}

#PageContent .ms-core-listMenu-disabled, #PageContent .ms-core-listMenu-disabled:link, #PageContent .ms-core-listMenu-disabled:visited, #PageContent .ms-core-listMenu-disabled:hover, #PageContent .ms-core-listMenu-disabled:active {
    /* [ReplaceColor(themeColor:"DisabledText")] */ color: #b1b1b1;
}

#PageContent .ms-core-header .ms-core-listMenu-disabled, #PageContent .ms-core-header .ms-core-listMenu-disabled:link, #PageContent .ms-core-header .ms-core-listMenu-disabled:visited, #PageContent .ms-core-header .ms-core-listMenu-disabled:hover, #PageContent .ms-core-header .ms-core-listMenu-disabled:active {
    /* [ReplaceColor(themeColor:"HeaderDisableText")] */ color: #b1b1b1;
}

#PageContent li.hover, #PageContent li.hover-off {
    position: relative;
}

#PageContent ul.dynamic {
    position: absolute;
    right: -9999px;
    top: -9999px;
    z-index: 50;
    /* [ReplaceColor(themeColor:"BackgroundOverlay", #PageContent opacity:"1")] */ background-color: #fff;
    white-space: normal;
    word-wrap: break-word;
    padding: 10px;
    /* [ReplaceColor(themeColor:"DialogBorder")] */ border: 1px solid #d1d1d1;
    box-shadow: 0px 0px 7px 0px rgba(0, #PageContent 0, #PageContent 0, #PageContent 0.47);
}

#PageContent ul.dynamic.ms-droppable {
    min-width: 195px;
    padding: 5px;
}

#PageContent li.dynamic {
    display: list-item;
}

#PageContent .ms-core-listMenu-ghost, #PageContent .ms-core-listMenu-ghost:link, #PageContent .ms-core-listMenu-ghost:visited, #PageContent .ms-core-listMenu-ghost:hover, #PageContent .ms-core-listMenu-ghost:active {
    /* [ReplaceColor(themeColor:"SubtleBodyText")] */ color: #777;
    opacity: 0.8;
}

#PageContent .ms-core-header .ms-core-listMenu-ghost, #PageContent .ms-core-header .ms-core-listMenu-ghost:link, #PageContent .ms-core-header .ms-core-listMenu-ghost:visited, #PageContent .ms-core-header .ms-core-listMenu-ghost:hover, #PageContent .ms-core-header .ms-core-listMenu-ghost:active {
    /* [ReplaceColor(themeColor:"HeaderSubtleText")] */ color: #777;
}

#PageContent .ms-core-needIEFilter .ms-core-listMenu-ghost, #PageContent .ms-core-needIEFilter .ms-core-listMenu-ghost:link, #PageContent .ms-core-needIEFilter .ms-core-listMenu-ghost:visited, #PageContent .ms-core-needIEFilter .ms-core-listMenu-ghost:hover, #PageContent .ms-core-needIEFilter .ms-core-listMenu-ghost:active {
    background-color: transparent;
    filter: alpha(opacity=80);
    -ms-filter: "alpha(opacity=80)";
}

#PageContent .ms-core-listMenuEdit {
    border: 1px solid transparent;
}

#PageContent .ms-core-listMenuEdit:hover {
    /* [ReplaceColor(themeColor:"DialogBorder")] */ border: 1px solid #d1d1d1;
}

#PageContent .ms-core-listMenu-verticalBox li.static > .ms-core-listMenuEdit .ms-navedit-linkCell, #PageContent .dynamic .ms-core-listMenuEdit {
    width: 100%;
}

#PageContent .ms-navedit-editLinksText > span > .ms-metadata, #PageContent .ms-core-listMenuEdit > tr > .ms-navedit-linkCell > .ms-core-listMenu-item {
    /* [ReplaceColor(themeColor:"CommandLinks")] */ color: #666;
}

#PageContent .ms-navedit-editLinksText:hover > span > .ms-metadata, #PageContent .ms-core-listMenuEdit:hover > tr > .ms-navedit-linkCell > .ms-core-listMenu-item {
    /* [ReplaceColor(themeColor:"CommandLinksHover")] */ color: #0072c6;
}

#PageContent .ms-navedit-editLinksText:active > span > .ms-metadata, #PageContent .ms-core-listMenuEdit:active > tr > .ms-navedit-linkCell > .ms-core-listMenu-item {
    /* [ReplaceColor(themeColor:"CommandLinksPressed")] */ color: #004d85;
}

#PageContent .ms-core-header .ms-core-listMenuEdit > tr > td > .ms-core-listMenu-item:hover, #PageContent .ms-core-header .ms-core-listMenuEdit > tr > td > .ms-core-listMenu-item:active {
    /* [ReplaceColor(themeColor:"HeaderNavigationText")] */ color: #666;
}

#PageContent .ms-core-listMenuEdit > tr > td > .ms-core-listMenu-item:active {
    background-color: transparent;
}

#PageContent .ms-navedit-titleBoxListItem {
    min-width: 185px;
}

#PageContent .ms-navedit-titleBoxContainer, #PageContent .ms-navedit-titleBoxContainer ms-core-listMenu-selected, #PageContent .ms-navedit-titleBoxContainer:hover, #PageContent .ms-navedit-titleBoxContainer ms-core-listMenu-selected:hover {
    width: 100%;
    /* [ReplaceColor(themeColor:"BackgroundOverlay", #PageContent opacity:"1")] */ background-color: #fff;
    /* [ReplaceColor(themeColor:"AccentLines")] */ border: 1px solid #2a8dd4;
    /* [ReplaceColor(themeColor:"Navigation")] */ color: #666666;
}

#PageContent .ms-core-header .ms-navedit-titleBoxContainer, #PageContent .ms-core-header .ms-navedit-titleBoxContainer ms-core-listMenu-selected, #PageContent .ms-core-header .ms-navedit-titleBoxContainer:hover {
    /* [ReplaceColor(themeColor:"HeaderBackground", #PageContent opacity:"1")] */ background-color: #fff;
    /* [ReplaceColor(themeColor:"HeaderAccentLines")] */ border-color: #2a8dd4;
    /* [ReplaceColor(themeColor:"HeaderNavigationText")] */ color: #666;
}

#PageContent span.ms-navedit-itemSpan, #PageContent .ms-navedit-titleBox {
    overflow: hidden;
    white-space: nowrap;
    height: 100%;
    display: block;
}

#PageContent .ms-navedit-linkDialogIcon {
    vertical-align: middle;
    width: 22px;
    height: 22px;
}

#PageContent a.ms-navedit-linkDialogIcon {
    margin-left: 3px;
}

#PageContent .ms-navedit-titleBoxListItem {
    position: absolute;
    z-index: 99;
}

#PageContent .ms-displayInline {
    display: inline;
}

#PageContent .ms-navedit-errorMsg {
    max-width: 400px;
    overflow: hidden;
    text-overflow: ellipsis;
}

#PageContent .ms-core-listMenu-horizontalBox .dynamic-children.additional-background {
    padding-left: 26px;
    /* [RecolorImage(themeColor:"BodyText", #PageContent method:"Filling")] */ background-image: url("/_layouts/15/images/menu-down.gif?rev=23");
    background-repeat: no-repeat;
    background-position: left center;
    cursor: pointer;
}

#PageContent .ms-core-listMenu-horizontalBox .dynamic .dynamic-children.additional-background {
    /* [RecolorImage(themeColor:"BodyText", #PageContent method:"Filling")] */ background-image: url("/_layouts/15/images/menu-left.gif?rev=23");
}

#PageContent .ms-core-listMenu-verticalBox .dynamic-children.additional-background {
    padding-left: 26px;
    /* [RecolorImage(themeColor:"BodyText", #PageContent method:"Filling")] */ background-image: url("/_layouts/15/images/menu-left.gif?rev=23");
    background-repeat: no-repeat;
    background-position: left center;
    cursor: pointer;
}

#PageContent .menu-horizontal .menu-item-text {
    white-space: nowrap;
}

#PageContent .ms-navedit-linkCell {
    word-wrap: break-word;
    word-break: break-all;
}

#PageContent .ms-core-listMenu-horizontalBox .ms-navedit-deletelinkCell {
    width: 20px;
}

#PageContent .ms-core-listMenu-horizontalBox li.static > .ms-core-listMenuEdit .ms-navedit-deletelinkCell {
    padding-left: 12px;
}

#PageContent .ms-navedit-deletelink {
    float: left;
    height: 20px;
    margin: 0px;
    padding-right: 6px;
    cursor: pointer;
}

#PageContent .ms-core-listMenu-horizontalBox .ms-navedit-deletelink {
    padding-right: 0px;
}

#PageContent .ms-navedit-deletelink.ms-navedit-deletelink-flyout {
    float: right;
    margin: 0px 0px 0px 6px;
    padding: 0px;
}

#PageContent .ms-navedit-deletespan {
    display: inline-block;
    overflow: hidden;
    position: relative;
    width: 20px;
    height: 20px;
}

#PageContent .ms-navedit-deletelink:hover > .ms-navedit-deletespan > .ms-cancelImg {
    top: -152px;
    left: -175px;
}

#PageContent .ms-navedit-deletelink:active > .ms-navedit-deletespan > .ms-cancelImg {
    top: -156px;
    left: -127px;
}

#PageContent .ms-core-header .ms-navedit-deletelink > .ms-navedit-deletespan > .ms-cancelImg {
    top: -130px;
    left: -175px;
}

#PageContent .ms-core-header .ms-navedit-deletelink:hover > .ms-navedit-deletespan > .ms-cancelImg {
    top: -108px;
    left: -157px;
}

#PageContent .ms-core-header .ms-navedit-deletelink:active > .ms-navedit-deletespan > .ms-cancelImg {
    top: -156px;
    left: -149px;
}

#PageContent .ms-navedit-hidelink {
    width: 16px;
    height: 16px;
    margin: 2px 2px;
}

#PageContent .ms-navedit-hidespan {
    display: inline-block;
    overflow: hidden;
    position: relative;
    width: 16px;
    height: 16px;
}

#PageContent .ms-navedit-hideLinkIcon {
    position: absolute;
    left: -55px;
    top: -37px;
}

#PageContent .ms-navedit-deletelink:hover > .ms-navedit-hidespan > .ms-navedit-hideLinkIcon {
    left: -55px;
    top: -19px;
}

#PageContent .ms-navedit-deletelink:active > .ms-navedit-hidespan > .ms-navedit-hideLinkIcon {
    left: -1px;
    top: -1px;
}

#PageContent .ms-core-header .ms-navedit-hideLinkIcon {
    left: -1px;
    top: -19px;
}

#PageContent .ms-core-header .ms-navedit-deletelink:hover > .ms-navedit-hidespan > .ms-navedit-hideLinkIcon {
    left: -19px;
    top: -37px;
}

#PageContent .ms-core-header .ms-navedit-deletelink:active > .ms-navedit-hidespan > .ms-navedit-hideLinkIcon {
    left: -19px;
    top: -19px;
}

#PageContent .ms-navedit-showLinkIcon {
    position: absolute;
    left: -55px;
    top: -1px;
}

#PageContent .ms-navedit-deletelink:hover > .ms-navedit-hidespan > .ms-navedit-showLinkIcon {
    position: absolute;
    left: -19px;
    top: -1px;
}

#PageContent .ms-navedit-deletelink:active > .ms-navedit-hidespan > .ms-navedit-showLinkIcon {
    left: -37px;
    top: -37px;
}

#PageContent .ms-core-header .ms-navedit-showLinkIcon {
    left: -1px;
    top: -37px;
}

#PageContent .ms-core-header .ms-navedit-deletelink:hover > .ms-navedit-hidespan > .ms-navedit-showLinkIcon {
    left: -37px;
    top: -1px;
}

#PageContent .ms-core-header .ms-navedit-deletelink:active > .ms-navedit-hidespan > .ms-navedit-showLinkIcon {
    left: -37px;
    top: -19px;
}

#PageContent input.ms-navedit-editButton {
    min-width: 60px;
    height: 20px;
    padding: 0px 10px;
    margin-right: 0px;
    margin-left: 8px;
    vertical-align: top;
}

#PageContent .ms-navedit-dropsurface {
    position: absolute;
    background: url("/_layouts/15/images/selbg.png?rev=23") repeat-x left top;
    z-index: 99;
    opacity: 0.01;
}

#PageContent .ms-core-needIEFilter .ms-navedit-dropsurface {
    filter: alpha(opacity=1);
    -ms-filter: "alpha(opacity=1)";
}

#PageContent .ms-navedit-arrowNodeCell {
    width: 10px;
}

#PageContent .ms-navedit-dropLinkDiv {
    width: 100%;
    min-width: 50px;
}

#PageContent .ms-navedit-appendarea {
    padding-right: 15px;
}

#PageContent .ms-core-listMenu-verticalBox > .ms-navedit-appendarea {
    padding-right: 15px;
    padding-top: 5px;
}

#PageContent div.ms-navedit-hiddenAppendArea {
    padding: 3px 5px 4px 0px;
    width: 100%;
    min-width: 30px;
    min-height: 10px;
}

#PageContent .ms-core-listMenu-verticalBox div.ms-navedit-hiddenAppendArea {
    /* [ReplaceColor(themeColor:"DialogBorder")] */ border-top: 1px solid #d1d1d1;
}

#PageContent .ms-core-listMenu-horizontalBox div.ms-navedit-hiddenAppendArea {
    /* [ReplaceColor(themeColor:"DialogBorder")] */ border-right: 1px solid #d1d1d1;
    padding: 0px 5px 1px 0px;
    margin-top: 1px;
}

#PageContent .ms-navedit-editLinksIconWrapper {
    width: 16px;
    height: 16px;
    position: relative;
    display: inline-block;
    overflow: hidden;
    margin-left: 5px;
}

#PageContent .ms-navedit-editLinksIcon {
    left: -218px;
    top: -66px;
    position: absolute;
}

#PageContent .ms-navedit-editLinksText:hover > span > .ms-navedit-editLinksIconWrapper > .ms-navedit-editLinksIcon {
    left: -215px;
    top: -174px;
}

#PageContent .ms-navedit-editLinksText:active > span > .ms-navedit-editLinksIconWrapper > .ms-navedit-editLinksIcon {
    left: -218px;
    top: -84px;
}

#PageContent .ms-core-header .ms-navedit-editLinksIcon {
    left: -215px;
    top: -156px;
    position: absolute;
}

#PageContent .ms-core-header .ms-navedit-editLinksText:hover > span > .ms-navedit-editLinksIconWrapper > .ms-navedit-editLinksIcon {
    left: -215px;
    top: -102px;
}

#PageContent .ms-core-header .ms-navedit-editLinksText:active > span > .ms-navedit-editLinksIconWrapper > .ms-navedit-editLinksIcon {
    left: -215px;
    top: -138px;
}

#PageContent .ms-navedit-editLinksText {
    text-transform: uppercase;
    text-decoration: none;
}

#PageContent .ms-navedit-addNewLink {
    margin-top: 8px;
    margin-bottom: 12px;
    display: inline-block;
}

#PageContent .ms-core-header .ms-list-addnew-img16 {
    left: -127px;
    top: -196px;
}

#PageContent .ms-core-header .ms-navedit-addNewLink:hover > .ms-list-addnew-imgSpan16 > .ms-list-addnew-img16, #PageContent .ms-core-header .ms-navedit-addNewLink:active > .ms-list-addnew-imgSpan16 > .ms-list-addnew-img16 {
    left: -233px;
    top: -102px;
}

#PageContent .ms-core-listMenu-horizontalBox a.ms-navedit-addNewLink {
    margin: 1px 13px 0px 0px;
}

#PageContent .ms-core-listMenu-horizontalBox span.ms-list-addnew-imgSpan16 {
    vertical-align: bottom;
}

#PageContent .ms-navedit-addLinkText {
    margin-left: 18px;
    margin-top: 2px;
}

#PageContent .ms-core-listMenu-verticalBox .ms-navedit-addLinkText {
    vertical-align: middle;
}

#PageContent .ms-navedit-menuLoading {
    margin-left: 18px;
}

#PageContent .ms-navedit-errorIcon {
    left: -19px;
    top: -238px;
    position: absolute;
}

#PageContent .ms-navedit-errorSpan {
    display: inline-block;
    overflow: hidden;
    position: relative;
    vertical-align: middle;
    width: 16px;
    height: 16px;
}

#PageContent .ms-core-listMenu-verticalBox .ms-listMenu-editLink {
    margin: 15px 20px 0px 0px;
    border: 1px solid transparent;
}

#PageContent .ms-core-listMenu-verticalBox .ms-listMenu-editLink.ms-navedit-panelEditMode {
    margin-top: 0px;
}

#PageContent .ms-core-listMenu-horizontalBox > .ms-core-listMenu-root > .ms-listMenu-editLink {
    margin-right: 10px;
}

#PageContent .ms-core-listMenuEdit {
    padding: 0px;
}

#PageContent .ms-core-listMenu-verticalBox li.static > .ms-core-listMenuEdit, #PageContent .ms-core-listMenu-verticalBox li.static > .ms-navedit-titleBoxListItem {
    table-layout: fixed;
    margin-right: 14px;
}

#PageContent .ms-core-listMenu-horizontalBox li.static > .ms-core-listMenuEdit {
    width: auto;
}

#PageContent .ms-tv-header {
    margin-bottom: 5px;
    border: 1px solid transparent;
}

#PageContent .ms-tv-box {
    margin-top: 6px;
}

#PageContent .ms-tv-item {
    vertical-align: top;
    margin-right: 4px;
}

#PageContent .ms-navedit-ghosted {
    opacity: 0.3;
}

#PageContent .ms-core-needIEFilter .ms-navedit-ghosted {
    filter: alpha(opacity=30);
    -ms-filter: "alpha(opacity=30)";
}

#PageContent .ms-core-listMenu-separatorLine {
    margin: 10px 0px;
}

#PageContent .ms-nav-list-item, #PageContent .ms-nav-subList-item {
    padding-top: 18px;
}

#PageContent .ms-nav-subList-item {
    margin-right: 20px;
}

#PageContent table.ms-listviewtable {
    border-collapse: separate;
}

#PageContent .ms-vh, #PageContent .ms-vh2, #PageContent .ms-vhImage, #PageContent .ms-vh2-nograd, #PageContent .ms-vh3-nograd, #PageContent .ms-vh2-nograd-icon, #PageContent .ms-vh2-nofilter-icon, #PageContent .ms-ph {
    padding: 5px 5px 5px 17px;
}

#PageContent .ms-vh-icon, #PageContent .ms-vh-icon-empty, #PageContent .ms-vh2-nofilter, #PageContent .ms-vh2-nofilter-notextalign, #PageContent .ms-vh2-nofilter-perm {
    padding: 5px;
}

#PageContent .ms-vh-icon > div > .s4-ctx, #PageContent .ms-vh-icon-empty > div > .s4-ctx {
    display: none;
}

#PageContent .ms-vh-hoverable:hover {
    /* [ReplaceColor(themeColor:"HoverBackground")] */ background-color: rgba( 205, #PageContent 230, #PageContent 247, #PageContent 0.5 );
}

#PageContent .ms-core-needIEFilter .ms-vh-hoverable:hover {
    /* [ReplaceColor(themeColor:"HoverBackground")] */ -ms-filter: "progid:DXImageTransform.Microsoft.gradient(GradientType=0, #PageContent startColorstr=rgba( 205, #PageContent 230, #PageContent 247, #PageContent 0.5 ), #PageContent endColorstr=rgba( 205, #PageContent 230, #PageContent 247, #PageContent 0.5 ))";
    ;
}

#PageContent .ms-headerCellStyleHover {
    /* [ReplaceColor(themeColor:"HoverBackground")] */ background-color: rgba( 205, #PageContent 230, #PageContent 247, #PageContent 0.5 );
}

#PageContent .ms-core-needIEFilter .ms-headerCellStyleHover {
    /* [ReplaceColor(themeColor:"HoverBackground")] */ -ms-filter: "progid:DXImageTransform.Microsoft.gradient(GradientType=0, #PageContent startColorstr=#7fcde6f7, #PageContent endColorstr=#7fcde6f7)";
}

#PageContent .ms-headerCellStylePressed {
    /* [ReplaceColor(themeColor:"SelectionBackground", #PageContent opacity:"1")] */ background-color: #9ccef0;
}

#PageContent .ms-headerCellStyleMenuOpen {
    /* [ReplaceColor(themeColor:"SelectionBackground")] */ background-color: rgba( 156, #PageContent 206, #PageContent 240, #PageContent 0.5 );
}

#PageContent .ms-core-needIEFilter .ms-headerCellStyleMenuOpen {
    /* [ReplaceColor(themeColor:"SelectionBackground")] */ -ms-filter: "progid:DXImageTransform.Microsoft.gradient(GradientType=0, #PageContent startColorstr=#7f9ccef0, #PageContent endColorstr=#7f9ccef0)";
}

#PageContent .ms-vh2-nofilter, #PageContent .ms-vh2-nofilter-notextalign, #PageContent .ms-vh2-nofilter-perm, #PageContent .ms-vh a, #PageContent .ms-vh2, #PageContent .ms-vh2 a {
    /* [ReplaceColor(themeColor:"SubtleBodyText")] */ color: #777;
}

#PageContent .ms-headerCellStyleHover a, #PageContent .ms-headerCellStylePressed a, #PageContent .ms-headerCellStyleMenuOpen a {
    /* [ReplaceColor(themeColor:"CommandLinks")] */ color: #666;
}

#PageContent .ms-headerSortTitleLink, #PageContent .ms-headerSortArrowLink {
    cursor: default;
}

#PageContent .ms-headerSortArrowLink {
    display: block;
}

#PageContent .ms-headerCellStyleIcon:hover {
    /* [ReplaceColor(themeColor:"AccentLines")] */ border-bottom-color: #2a8dd4;
}

#PageContent .ms-spGrid-HeaderContentStyle {
    padding: 7px 4px 6px 22px;
}

#PageContent .ms-spGrid-HeaderContentStyle-Rename {
    padding: 3px 5px 0px 5px;
}

#PageContent .ms-minWidthHeader {
    width: 1px;
}

#PageContent .ms-cellstyle, #PageContent .ms-cellStyleNonEditable, #PageContent .ms-cellStyleMenuHover, #PageContent .ms-MenuCellStyle-TdHover, #PageContent .ms-MenuCellStyle-MenuDivHover {
    border: solid 1px transparent;
}

#PageContent .ms-list-itemLink {
    margin-right: auto;
    margin-left: auto;
    text-align: center;
    width: 30px;
    height: 25px;
}

#PageContent .ms-list-TitleLink {
    width: 250px;
}

#PageContent .ms-lstItmLinkAnchor {
    margin-top: 6px;
}

#PageContent .ms-list-itemLink-td {
    width: 30px;
    vertical-align: top;
}

#PageContent .ms-vh-selectAllIcon {
    vertical-align: middle;
    width: 30px;
    padding: 0px;
}

#PageContent .ms-vh-selectAllIcon:hover {
    /* [ReplaceColor(themeColor:"HoverBackground")] */ background-color: rgba( 205, #PageContent 230, #PageContent 247, #PageContent 0.5 );
}

#PageContent .ms-core-needIEFilter .ms-vh-selectAllIcon:hover {
    /* [ReplaceColor(themeColor:"HoverBackground")] */ -ms-filter: "progid:DXImageTransform.Microsoft.gradient(GradientType=0, #PageContent startColorstr=#7fcde6f7, #PageContent endColorstr=#7fcde6f7)";
    ;
}

#PageContent .ms-vb-imgFirstCell.ms-vb-imgFirstCell.ms-vb-imgFirstCell {
    cursor: pointer;
    border-width: 0px;
    border-left-width: 10px;
}

#PageContent .ms-vb-imgFirstCell:hover, #PageContent .ms-vb-imgFirstCell:focus {
    /* [ReplaceColor(themeColor:"HoverBackground")] */ background-color: rgba( 205, #PageContent 230, #PageContent 247, #PageContent 0.5 );
}

#PageContent .s4-itm-selected > .ms-vb-imgFirstCell.ms-vb-imgFirstCell {
    /* [ReplaceColor(themeColor:"RowAccent")] */ background-color: #0072c6;
    /* [ReplaceColor(themeColor:"SelectionBackground")] */ border-left-color: rgba( 156, #PageContent 206, #PageContent 240, #PageContent 0.5 );
    background-clip: padding-box;
    -webkit-background-clip: padding;
}

#PageContent .s4-itm-imgCbx {
    outline-style: none;
    width: 20px;
    text-align: center;
}

#PageContent .s4-itm-imgCbx-inner {
    width: 20px;
    height: 100%;
}

#PageContent .ms-selectitem-span {
    visibility: hidden;
    display: inline-block;
    height: 10px;
    width: 10px;
    position: relative;
    overflow: hidden;
}

#PageContent .ms-selectitem-icon {
    position: absolute;
}

#PageContent .ms-vb-imgFirstCell:hover .ms-selectitem-icon, #PageContent .ms-vb-imgFirstCell:focus .ms-selectitem-icon, #PageContent .ms-itmHoverEnabled:hover .ms-selectitem-icon {
    left: -32px;
    top: -256px;
}

#PageContent .s4-itm-selected .ms-selectitem-icon.ms-selectitem-icon {
    left: -44px;
    top: -256px;
}

#PageContent .s4-itm-selected .ms-selectitem-span, #PageContent .ms-vb-imgFirstCell:hover .ms-selectitem-span, #PageContent .ms-vb-imgFirstCell:focus .ms-selectitem-span, #PageContent .ms-itmHoverEnabled:hover .ms-selectitem-span {
    visibility: visible;
}

#PageContent .ms-selectall-span {
    display: inline-block;
    height: 25px;
    width: 25px;
    line-height: 25px;
    text-align: center;
}

#PageContent .ms-selectall-iconouter {
    outline: none;
    display: inline-block;
    height: 10px;
    width: 10px;
    position: relative;
    overflow: hidden;
    text-align: center;
    margin-right: -3px;
}

#PageContent .ms-selectall-icon {
    left: -32px;
    top: -256px;
    position: absolute;
}

#PageContent .ms-newdocument-iconouter {
    display: inline-block;
    height: 16px;
    width: 16px;
    position: relative;
    overflow: hidden;
    text-align: center;
    top: 4px;
}

#PageContent .ms-newdocument-icon {
    left: -91px;
    top: -196px;
    position: absolute;
}

#PageContent .ms-filter-iconouter {
    display: inline-block;
    height: 10px;
    width: 12px;
    position: relative;
    overflow: hidden;
    margin: 0px 2px;
}

#PageContent .ms-filter-icon {
    left: -251px;
    top: -174px;
    position: absolute;
}

#PageContent .ms-sortarrowdown-iconouter {
    display: inline-block;
    height: 10px;
    width: 7px;
    position: relative;
    overflow: hidden;
    margin: 0px 2px;
}

#PageContent .ms-sortarrowdown-icon {
    left: -23px;
    top: -256px;
    position: absolute;
}

#PageContent .ms-sortarrowup-iconouter {
    display: inline-block;
    height: 10px;
    width: 7px;
    position: relative;
    overflow: hidden;
    margin: 0px 2px;
}

#PageContent .ms-sortarrowup-icon {
    left: -14px;
    top: -256px;
    position: absolute;
}

#PageContent .ms-commentcollapse-iconouter {
    display: inline-block;
    height: 12px;
    width: 12px;
    position: relative;
    overflow: hidden;
}

#PageContent .ms-commentcollapse-icon {
    left: -251px;
    top: -146px;
    position: absolute;
}

#PageContent .ms-commentcollapsertl-iconouter {
    display: inline-block;
    height: 12px;
    width: 12px;
    position: relative;
    overflow: hidden;
}

#PageContent .ms-commentcollapsertl-icon {
    left: -251px;
    top: -160px;
    position: absolute;
}

#PageContent .ms-commentexpand-iconouter {
    display: inline-block;
    height: 12px;
    width: 12px;
    position: relative;
    overflow: hidden;
}

#PageContent .ms-commentexpand-icon {
    left: -253px;
    top: -186px;
    position: absolute;
}

#PageContent .ms-commentexpandrtl-iconouter {
    display: inline-block;
    height: 12px;
    width: 12px;
    position: relative;
    overflow: hidden;
}

#PageContent .ms-commentexpandrtl-icon {
    left: -251px;
    top: -118px;
    position: absolute;
}

#PageContent .ms-updatelink-span {
    height: 16px;
    width: 16px;
    position: relative;
    display: inline-block;
    overflow: hidden;
}

#PageContent .ms-updatelink-icon {
    left: -109px;
    top: -196px;
    position: absolute;
}

#PageContent table.ms-listviewtable tbody > tr > td.ms-vb-lastCell {
    padding-left: 10px;
}

#PageContent .ms-spgrid-col-header-normal {
    font-size: 0.85em;
    font-weight: normal;
    /* [ReplaceColor(themeColor:"SubtleBodyText")] */ color: #777;
    background-color: transparent;
    /* [ReplaceColor(themeColor:"SubtleLines")] */ border-bottom-color: #c6c6c6;
    border-right-color: transparent;
    border-top-color: transparent;
    border-left-color: transparent;
}

#PageContent .ms-spgrid-col-header-normal-hover {
    font-size: 0.85em;
    font-weight: normal;
    /* [ReplaceColor(themeColor:"CommandLinks")] */ color: #666;
    /* [ReplaceColor(themeColor:"HoverBackground")] */ background-color: rgba( 205, #PageContent 230, #PageContent 247, #PageContent 0.5 );
    /* [ReplaceColor(themeColor:"SubtleLines")] */ border-bottom-color: #c6c6c6;
    border-right-color: transparent;
    border-top-color: transparent;
    border-left-color: transparent;
}

#PageContent .ms-spgrid-col-header-elem-bg-colors-normal-hover {
    background-color: transparent;
    border-left-color: transparent;
    border-bottom-color: transparent;
    border-right-color: transparent;
}

#PageContent .ms-spgrid-col-header-elem-hover-bg-colors-normal-hover {
    background-color: transparent;
    border-left-color: transparent;
    border-top-color: transparent;
    border-bottom-color: transparent;
}

#PageContent .ms-spgrid-col-elem-colors-click-normal-hover {
    background-color: transparent;
    border-left-color: transparent;
}

#PageContent .ms-spgrid-col-header-part-selected {
    font-size: 0.85em;
    font-weight: normal;
    /* [ReplaceColor(themeColor:"SubtleBodyText")] */ color: #777;
    background-color: transparent;
    /* [ReplaceColor(themeColor:"AccentLines")] */ border-bottom-color: #2a8dd4;
    border-right-color: transparent;
    border-top-color: transparent;
    border-left-color: transparent;
}

#PageContent .ms-spgrid-col-header-part-selected-hover {
    font-size: 0.85em;
    font-weight: normal;
    /* [ReplaceColor(themeColor:"CommandLinks")] */ color: #666;
    /* [ReplaceColor(themeColor:"HoverBackground")] */ background-color: rgba( 205, #PageContent 230, #PageContent 247, #PageContent 0.5 );
    /* [ReplaceColor(themeColor:"AccentLines")] */ border-bottom-color: #2a8dd4;
    border-right-color: transparent;
    border-top-color: transparent;
    border-left-color: transparent;
}

#PageContent .ms-spgrid-col-header-elem-bg-colors-part-selected-hover {
    background-color: transparent;
    border-left-color: transparent;
    border-bottom-color: transparent;
    border-right-color: transparent;
}

#PageContent .ms-spgrid-col-header-elem-hover-bg-colors-part-selected-hover {
    background-color: transparent;
    border-left-color: transparent;
    border-top-color: transparent;
    border-bottom-color: transparent;
}

#PageContent .ms-spgrid-col-elem-colors-click-part-selected-hover {
    background-color: transparent;
    border-left-color: transparent;
}

#PageContent .ms-spgrid-col-header-all-selected {
    font-size: 0.85em;
    font-weight: normal;
    /* [ReplaceColor(themeColor:"SubtleBodyText")] */ color: #777;
    background-color: transparent;
    /* [ReplaceColor(themeColor:"AccentLines")] */ border-bottom-color: #2a8dd4;
    border-right-color: transparent;
    border-top-color: transparent;
    border-left-color: transparent;
}

#PageContent .ms-spgrid-col-header-all-selected-hover {
    font-size: 0.85em;
    font-weight: normal;
    /* [ReplaceColor(themeColor:"CommandLinks")] */ color: #666;
    /* [ReplaceColor(themeColor:"HoverBackground")] */ background-color: rgba( 205, #PageContent 230, #PageContent 247, #PageContent 0.5 );
    /* [ReplaceColor(themeColor:"AccentLines")] */ border-bottom-color: #2a8dd4;
    border-right-color: transparent;
    border-top-color: transparent;
    border-left-color: transparent;
}

#PageContent .ms-spgrid-col-header-elem-bg-colors-all-selected-hover {
    background-color: transparent;
    border-left-color: transparent;
    border-bottom-color: transparent;
    border-right-color: transparent;
}

#PageContent .ms-spgrid-col-header-elem-hover-bg-colors-all-selected-hover {
    background-color: transparent;
    border-left-color: transparent;
    border-top-color: transparent;
    border-bottom-color: transparent;
}

#PageContent .ms-spgrid-col-elem-colors-click-all-selected-hover {
    background-color: transparent;
    border-left-color: transparent;
}

#PageContent .ms-standardheader {
    font-size: 1em;
    margin: 0px;
    text-align: right;
    font-weight: normal;
}

#PageContent .ms-formlabel {
    white-space: nowrap;
    font-weight: normal;
    padding: 6px 0px 6px 5px;
}

#PageContent .ms-formlabel h3.ms-standardheader {
    font-weight: normal;
}

#PageContent .ms-formbody {
    background: transparent;
    padding: 6px 0px;
}

#PageContent .ms-formdescriptioncolumn-wide {
    width: 200px;
}

#PageContent .ms-formdescriptioncolumn-slim {
    width: 113px;
}

#PageContent .ms-propertysheet th.ms-vh2-nofilter-notextalign {
    font-family: tahoma, sans-serif;
}

#PageContent .ms-inputformheader {
    padding-right: 6px;
}

#PageContent .ms-inputformdescription {
    width: 475px;
    padding-left: 9px;
    padding-right: 6px;
}

#PageContent .ms-inputformcontrols {
    width: 375px;
}

#PageContent .ms-sectionheader {
    /* [ReplaceColor(themeColor:"AccentText")] */ color: #0072c6;
    font-weight: bold;
}

#PageContent .ms-sectionheader a, #PageContent .ms-sectionheader a:hover, #PageContent .ms-sectionheader a:visited {
    /* [ReplaceColor(themeColor:"AccentText")] */ color: #0072c6;
    text-decoration: none;
}

#PageContent .ms-sectionline {
    font-size: 0px;
}

#PageContent .ms-sectionline > img:first-child {
    display: none;
}

#PageContent .ms-listheaderlabel {
    /* [ReplaceColor(themeColor:"BodyText")] */ color: #444;
}

#PageContent .ms-menutoolbar td td.ms-viewselector, #PageContent .ms-menutoolbar td td.ms-viewselectorhover, #PageContent .ms-toolbar td td.ms-viewselector, #PageContent .ms-toolbar td td.ms-viewselectorhover, #PageContent td.ms-viewselector {
    padding: 0px;
}

#PageContent .ms-menutoolbar td td {
    border: none;
}

#PageContent div.ms-viewselector, #PageContent div.ms-viewselectorhover {
    padding: 4px 8px;
    cursor: pointer;
}

#PageContent div.ms-viewselector a, #PageContent div.ms-viewselectorhover a.ms-menu-a span {
    /* [ReplaceColor(themeColor:"AccentText")] */ color: #0072c6;
}

#PageContent .ms-bottompagingline {
    padding-top: 10px;
    padding-bottom: 1px;
    padding-right: 36px;
}

#PageContent .ms-bottompaging > tbody > tr > td.ms-bottompagingline {
    padding-right: 0px;
}

#PageContent .ms-bottompagingline1 {
    height: 3px;
}

#PageContent .ms-bottompagingline2, #PageContent .ms-bottompagingline3 {
    height: 1px;
}

#PageContent .ms-bottompagingline2 img, #PageContent .ms-bottompagingline3 img, #PageContent .ms-partline img {
    display: none;
}

#PageContent .ms-paging {
    white-space: nowrap;
    padding: 0px 5px 2px 5px;
}

#PageContent .ms-menutoolbar .ms-splitbuttondropdown {
    padding: 3px 2px 0px 2px;
}

#PageContent .ms-menutoolbar .ms-splitbuttontext {
    padding: 0px 7px 1px 7px;
}

#PageContent .ms-splitbutton {
    margin: 0px 2px;
}

#PageContent .ms-splitbuttonhover {
    margin: 0px 2px;
    border-collapse: collapse;
    height: 22px;
    /* [ReplaceColor(themeColor:"HoverBackground")] */ background-color: rgba( 205, #PageContent 230, #PageContent 247, #PageContent 0.5 );
}

#PageContent .ms-splitbuttonhover .ms-splitbuttondropdown {
    padding: 3px 2px 0px 1px;
}

#PageContent .ms-splitbuttonhover .ms-splitbuttontext {
    padding: 0px 6px 0px 6px;
}

#PageContent .ms-splitbuttonhover .ms-splitbuttondropdown, #PageContent .ms-splitbuttonhover .ms-splitbuttontext {
    /* [ReplaceColor(themeColor:"SubtleLines")] */ border: solid 1px #c6c6c6;
    cursor: pointer;
}

#PageContent .ms-vh table.ms-selectedtitle, #PageContent .ms-vh2 table.ms-selectedtitle, #PageContent .ms-vh-icon table.ms-selectedtitle, #PageContent .ms-vh table.ms-unselectedtitle, #PageContent .ms-vh2 table.ms-unselectedtitle, #PageContent .ms-vh-icon table.ms-unselectedtitle {
    height: 21px;
}

#PageContent .ms-vh table.ms-selectedtitle, #PageContent .ms-vh2 table.ms-selectedtitle, #PageContent .ms-vh-icon table.ms-selectedtitle {
    /* [ReplaceColor(themeColor:"HeaderBackground")] */ background-color: rgba( 255, #PageContent 255, #PageContent 255, #PageContent 0.85 );
    border: none;
}

#PageContent .ms-vh2 .ms-selectedtitle .ms-vb, #PageContent .ms-vh2 .ms-unselectedtitle .ms-vb {
    padding-right: 5px;
    padding-left: 5px;
    padding-top: 1px;
}

#PageContent .ms-vh-icon .ms-selectedtitle .ms-vb, #PageContent .ms-vh-icon .ms-unselectedtitle .ms-vb {
    padding-right: 0px;
    vertical-align: middle;
    border-bottom: solid 3px transparent;
}

#PageContent .ms-selectedtitle {
    /* [ReplaceColor(themeColor:"HeaderBackground")] */ background-color: rgba( 255, #PageContent 255, #PageContent 255, #PageContent 0.85 );
    /* [ReplaceColor(themeColor:"WebPartHeading")] */ border: 1px solid #444;
    margin: 0px;
    padding: 0px;
    cursor: pointer;
}

#PageContent .ms-selectedtitlealternative {
    /* [ReplaceColor(themeColor:"HeaderBackground")] */ background-color: rgba( 255, #PageContent 255, #PageContent 255, #PageContent 0.85 );
    /* [ReplaceColor(themeColor:"WebPartHeading")] */ border: 1px solid #444;
    margin: 0px;
    padding: 0px;
    cursor: pointer;
}

#PageContent .ms-unselectedtitle {
    background-color: transparent;
    margin: 0px;
    padding: 0px;
}

#PageContent .ms-newgif {
    display: inline-block;
    margin-right: 5px;
}

#PageContent .ms-menuimagecell {
    /* [ReplaceColor(themeColor:"BackgroundOverlay", #PageContent opacity:"1")] */ background-color: #fff;
    cursor: pointer;
    /* [ReplaceColor(themeColor:"BackgroundOverlay", #PageContent opacity:"1")] */ border: solid 1px #fff;
    padding: 0px;
    height: 18px;
}

#PageContent .ms-vh .ms-menuimagecell, #PageContent .ms-vh2 .ms-menuimagecell, #PageContent .ms-vh-icon .ms-menuimagecell {
    height: 20px;
}

#PageContent .ms-vh .ms-menuimagecell img, #PageContent .ms-vh2 .ms-menuimagecell img, #PageContent .ms-vh-icon .ms-menuimagecell img {
    margin-top: 2px;
    margin-bottom: 2px;
}

#PageContent .ms-vh, #PageContent .ms-vh2, #PageContent .ms-vh-icon, #PageContent .ms-vh-icon-empty, #PageContent .ms-vh2-nofilter, #PageContent .ms-vh2-nofilter-notextalign, #PageContent .ms-vh2-nofilter-perm, #PageContent .ms-vhImage, #PageContent .ms-vh2-nograd, #PageContent .ms-vh3-nograd, #PageContent .ms-vh2-nograd-icon, #PageContent .ms-vh2-nofilter-icon, #PageContent .ms-ph {
    font-weight: normal;
    font-size: 0.85em;
    /* [ReplaceColor(themeColor:"SubtleBodyText")] */ color: #777;
    text-align: right;
    text-decoration: none;
    vertical-align: middle;
    white-space: nowrap;
}

#PageContent .ms-vh-icon {
    vertical-align: middle;
}

#PageContent .ms-vh2-nofilter-notextalign {
    text-align: inherit;
}

#PageContent .ms-gb, #PageContent .ms-gb2, #PageContent .ms-gbload, #PageContent .ms-vb-tall, #PageContent .ms-vb-user, #PageContent .ms-pb, #PageContent .ms-pb-selected td {
    /* [ReplaceColor(themeColor:"BodyText")] */ color: #444;
}

#PageContent .ms-gb a, #PageContent .ms-gb2 a {
    /* [ReplaceColor(themeColor:"SubtleBodyText")] */ color: #777;
}

#PageContent .ms-vh, #PageContent .ms-vh2, #PageContent .ms-vh2-nograd, #PageContent .ms-vh3-nograd, #PageContent .ms-vh2-nograd-icon, #PageContent .ms-vh2-nofilter-icon, #PageContent .ms-ph {
    white-space: nowrap;
}

#PageContent .ms-vh, #PageContent .ms-vh2, #PageContent .ms-vh-icon, #PageContent .ms-vh2-nofilter-icon, #PageContent .ms-viewheadertr .ms-vh-group, #PageContent .ms-vh2-nograd, #PageContent .ms-vh3-nograd, #PageContent .ms-vh2-nograd-icon, #PageContent .ms-ph, #PageContent .ms-pickerresultheadertr {
    background-repeat: repeat-x;
}

#PageContent .ms-disc .ms-viewheadertr th.ms-vh2 {
    padding: 1px 4px 0px 5px;
}

#PageContent .ms-viewheadertr {
    cursor: default;
}

#PageContent .ms-disc .ms-vh2 .ms-selectedtitle .ms-vb, #PageContent .ms-disc .ms-vh2 .ms-unselectedtitle .ms-vb {
    padding-right: 4px;
}

#PageContent th.ms-vh3-nograd {
    width: 12px;
    /* [ReplaceColor(themeColor:"SubtleBodyText")] */ color: #777;
}

#PageContent .ms-vh .ms-vh {
    background-image: none;
    border-right: none;
    padding-right: 1px;
    background-color: transparent;
}

#PageContent .ms-vh-div {
}

#PageContent .ms-vh-icon, #PageContent .ms-vh2-nograd-icon, #PageContent .ms-vh2-nofilter-icon {
    width: 16px;
    min-width: 16px;
}

#PageContent .ms-vh-icon-empty {
    width: 0px;
}

#PageContent .ms-imnImgTD {
    padding-left: 6px;
    padding-bottom: 0px;
}

#PageContent .ms-vhltr {
    padding-right: 2px;
}

#PageContent .ms-vhrtl .ms-imnImgTD {
    padding-left: 2px;
}

#PageContent .ms-imnTxtTD {
    padding-top: 0px;
    padding-bottom: 0px;
}

#PageContent .ms-vhImage {
    width: 18pt;
}

#PageContent .ms-gb {
    /* [ReplaceColor(themeColor:"Lines")] */ border-bottom: 1px solid #ababab;
    height: 22px;
    font-weight: bold;
    padding-bottom: 3px;
}

#PageContent .ms-gb .ms-vb2 {
    font-weight: normal;
}

#PageContent .ms-listviewtable .ms-gb, #PageContent .ms-listviewtable .ms-gb2 {
    padding-top: 14px;
}

#PageContent .ms-gb2 {
    height: 22px;
    /* [ReplaceColor(themeColor:"SubtleBodyText")] */ color: #777;
    padding-bottom: 3px;
}

#PageContent .ms-gbload {
    height: 22px;
    /* [ReplaceColor(themeColor:"SubtleBodyText")] */ color: #777;
    padding-bottom: 3px;
}

#PageContent .ms-vb, #PageContent .ms-vb2, #PageContent .ms-vb-user, #PageContent .ms-vb-tall, #PageContent .ms-pb, #PageContent .ms-pb-selected {
    /* [ReplaceColor(themeColor:"BodyText")] */ color: #444;
    vertical-align: top;
}

#PageContent .ms-vb a:link, #PageContent .ms-vb2 a:link, #PageContent .ms-vb-user a:link {
    text-decoration: none;
}

#PageContent .ms-vb a.ms-listlink, #PageContent .ms-vb2 a.ms-listlink, #PageContent .ms-vb-user a.ms-listlink, #PageContent .ms-vb a.ms-listlink:visited, #PageContent .ms-vb a.ms-listlink:visited:hover {
    /* [ReplaceColor(themeColor:"BodyText")] */ color: #444;
    text-decoration: none;
}

#PageContent .ms-vb a:hover, #PageContent .ms-vb2 a:hover {
    text-decoration: underline;
}

#PageContent td.ms-list-addnew > a:hover {
    text-decoration: none;
}

#PageContent .ms-vb a:visited, #PageContent .ms-vb2 a:visited, #PageContent .ms-vb-user a:visited {
    /* [ReplaceColor(themeColor:"Hyperlink")] */ color: #0072c6;
    text-decoration: none;
}

#PageContent .ms-vb a:visited:hover, #PageContent .ms-vb2 a:visited:hover, #PageContent .ms-vb-user a:visited:hover {
    /* [ReplaceColor(themeColor:"Hyperlink")] */ color: #0072c6;
    text-decoration: underline;
}

#PageContent .ms-alternatingstrong .ms-vb a:link, #PageContent .ms-alternatingstrong .ms-vb2 a:link, #PageContent .ms-alternatingstrong .ms-vb-user a:link, #PageContent .ms-alternatingstrong .ms-vb a:visited, #PageContent .ms-alternatingstrong .ms-vb2 a:visited, #PageContent .ms-alternatingstrong .ms-vb-user a:visited, #PageContent .ms-alternatingstrong .ms-vb a:visited:hover, #PageContent .ms-alternatingstrong .ms-vb2 a:visited:hover, #PageContent .ms-alternatingstrong .ms-vb-user a:visited:hover {
    /* [ReplaceColor(themeColor:"Hyperlink")] */ color: #0072c6;
}

#PageContent .ms-vb-icon {
    vertical-align: top;
    padding: 7px 4px 0px 8px;
    cursor: default;
    white-space: nowrap;
}

#PageContent .ms-vb-icon > img {
    height: 16px;
    width: 16px;
}

#PageContent img.ms-vb-icon-overlay {
    height: 9px;
    width: 9px;
}

#PageContent .ms-vb-icon-overlay {
    border: 0px;
    position: relative;
    right: -7px; /* _locComment="{StringCat=STY} #PageContent {ValidString=!@RTLLangs@;-7px} #PageContent {ValidString=@RTLLangs@;7px} #PageContent " */
    bottom: -2px;
    height: 9px;
    width: 9px;
}

#PageContent .ms-vb-user {
    padding-top: 4px;
    padding-left: 2px;
    padding-right: 4px;
}

#PageContent .ms-vb-user a {
    vertical-align: top;
}

#PageContent .ms-vb-title .ms-vb {
    padding: 2px 4px 3px 6px;
}

#PageContent .ms-vb2 {
    padding: 4px 4px 4px 8px;
}

#PageContent .ms-pb, #PageContent .ms-pb-selected {
    padding-right: 5px;
    padding-left: 5px;
    white-space: nowrap;
}

#PageContent .ms-pb {
    height: 22px;
    padding-top: 3px;
}

#PageContent .ms-pb-selected {
    height: 22px;
    padding-top: 3px;
    /* [ReplaceColor(themeColor:"SelectionBackground")] */ background-color: rgba( 156, #PageContent 206, #PageContent 240, #PageContent 0.5 );
    /* [ReplaceColor(themeColor:"SelectionBackground")] */ border-top: 1px solid rgba( 156, #PageContent 206, #PageContent 240, #PageContent 0.5 );
    /* [ReplaceColor(themeColor:"SelectionBackground")] */ border-bottom: 1px solid rgba( 156, #PageContent 206, #PageContent 240, #PageContent 0.5 );
}

#PageContent .ms-pb a, #PageContent .ms-pb-selected a {
    /* [ReplaceColor(themeColor:"BodyText")] */ color: #444;
    text-decoration: none;
    cursor: default;
}

#PageContent .ms-vb-tall {
    line-height: 1.5em;
    padding: 2px 6px 10px 6px;
}

#PageContent th .ms-vb, #PageContent .ms-vh2-nofilter-icon, #PageContent th.ms-vh2-nograd, #PageContent th.ms-vh2-nograd-icon {
    /* [ReplaceColor(themeColor:"BodyText")] */ color: #444;
}

#PageContent th .ms-vb a, #PageContent .ms-vh2-nofilter-icon a {
    /* [ReplaceColor(themeColor:"BodyText")] */ color: #444;
}

#PageContent th .ms-selectedtitle .ms-vb, #PageContent th .ms-selectedtitle .ms-vh2-nofilter-icon, #PageContent th .ms-selectedtitle .ms-vb a, #PageContent th .ms-selectedtitle .ms-vh2-nofilter-icon a {
    /* [ReplaceColor(themeColor:"SubtleBodyText")] */ color: #777;
}

#PageContent .ms-vb-menuPadding {
    padding-left: 15px;
}

#PageContent .ms-vh2-nofilter-icon, #PageContent .ms-vh2-nograd, #PageContent .ms-vh3-nograd, #PageContent .ms-vh2-nograd-icon {
    padding-right: 8px;
    padding-left: 8px;
    padding-top: 3px;
    height: 20px;
}

#PageContent table.ms-listviewtable tbody tr.ms-newsletteralt td {
    /* [ReplaceColor(themeColor:"SubtleEmphasisBackground")] */ background-color: #f1f1f1;
    /* [ReplaceColor(themeColor:"SubtleEmphasisBackground")] */ border: 1px solid #f1f1f1;
}

#PageContent .ms-core-needIEFilter table.ms-listviewtable tbody tr.ms-newsletteralt td {
    /* [ReplaceColor(themeColor:"SubtleEmphasisBackground", #PageContent opacity:"1")] */ border: 1px solid #efefef;
    /* [ReplaceColor(themeColor:"SubtleEmphasisBackground")] */ -ms-filter: "progid:DXImageTransform.Microsoft.gradient(GradientType=0, #PageContent startColorstr=#c6efefef, #PageContent endColorstr=#c6efefef)";
}

#PageContent table.ms-listviewtable tbody tr td.ms-newsletterline {
    /* [ReplaceColor(themeColor:"SubtleEmphasisBackground")] */ border-top: 1px solid #f1f1f1;
}

#PageContent .ms-core-needIEFilter table.ms-listviewtable tbody tr td.ms-newsletterline {
    /* [ReplaceColor(themeColor:"SubtleEmphasisBackground", #PageContent opacity:"1")] */ border: 1px solid #efefef;
}

#PageContent .ms-nlline {
    /* [ReplaceColor(themeColor:"SubtleEmphasisBackground")] */ background: #f1f1f1;
}

#PageContent .ms-ppleft {
    height: 440px;
    margin: 2px;
    overflow-y: auto;
    overflow-x: hidden;
    padding-left: 20px;
}

#PageContent .ms-ppright {
    width: 600px;
    margin: 8px;
}

#PageContent .ms-basictable .ms-alternating {
    background-color: transparent;
}

#PageContent a.ms-addnew {
    font-weight: normal;
    /* [ReplaceColor(themeColor:"CommandLinks")] */ color: #666;
    text-decoration: none;
}

#PageContent a.ms-addnew:hover {
    /* [ReplaceColor(themeColor:"CommandLinks")] */ color: #666;
    text-decoration: underline;
}

#PageContent td.ms-addnew {
    padding-left: 10px;
    padding-right: 7px;
    padding-top: 5px;
}

#PageContent .ms-list-addnew {
    padding-top: 8px;
    padding-bottom: 12px;
    font-weight: normal;
    text-align: right;
}

#PageContent .ms-number {
    padding-left: 8px;
}

#PageContent .ms-list-emptyText {
    padding-top: 0px;
    padding-bottom: 96px;
    /* [ReplaceColor(themeColor:"SubtleBodyText")] */ color: #777;
}

#PageContent .ms-list-emptyText-compact {
    padding-top: 0px;
    padding-bottom: 12px;
    /* [ReplaceColor(themeColor:"SubtleBodyText")] */ color: #777;
}

#PageContent table.ms-listviewtable > tbody > tr > td.ms-stylebox {
    /* [ReplaceColor(themeColor:"Lines")] */ border: 1px solid #ababab;
    text-align: right;
}

#PageContent .ms-alternating {
    background-color: transparent;
}

#PageContent .ms-alternatingstrong {
    /* [ReplaceColor(themeColor:"SubtleEmphasisBackground")] */ background-color: #f1f1f1;
}

#PageContent .ms-core-needIEFilter .ms-alternatingstrong {
    /* [ReplaceColor(themeColor:"SubtleEmphasisBackground")] */ -ms-filter: "progid:DXImageTransform.Microsoft.gradient(GradientType=0, #PageContent startColorstr=#c6efefef, #PageContent endColorstr=#c6efefef)";
}

#PageContent .ms-alternatingstrong td td, #PageContent .ms-basictable .ms-alternating td td {
    border: 0px;
}

#PageContent ms-imnSpan {
    white-space: nowrap;
    overflow: hidden;
}

#PageContent a.ms-imnlink {
    cursor: default;
}

#PageContent .ms-spimn-presenceLink {
    display: inline-block;
    padding: 1px 0px 1px 0px;
}

#PageContent .ms-spimn-presenceWrapper {
    display: inline-block;
    white-space: nowrap;
    position: relative;
    overflow: hidden;
}

#PageContent .ms-imnImg {
    display: inline-block;
    margin-left: 6px;
}

#PageContent .ms-imnImgInline {
    margin-left: 3px;
}

#PageContent .ms-peopleux-detailsMaxWidth {
    max-width: 150px;
}

#PageContent .ms-peopleux-userdisplink {
    margin-left: 3px;
    position: relative;
}

#PageContent .ms-peopleux-userdetails {
    display: table-cell;
    vertical-align: top;
    padding-top: 0px;
    padding-right: 8px;
}

#PageContent .ms-peopleux-userdetails > UL {
    margin: 0px;
}

#PageContent .ms-peopleux-detailuserline {
    padding-top: 2px;
}

#PageContent .ms-peopleux-vanillaUser {
    padding-left: 3px;
}

#PageContent .ms-peopleux-userImgDiv {
    position: relative;
    overflow: hidden;
}

#PageContent .ms-peopleux-imgUserLink {
    display: inline-block;
    padding: 1px 0px 1px 1px;
}

#PageContent .ms-peopleux-userImgWrapper {
    display: inline-block;
    overflow: hidden;
    position: relative;
}

#PageContent .ms-peopleux-userImg {
    position: absolute;
    right: 0px;
    height: auto;
}

#PageContent input.ms-defaultverticalalign {
    vertical-align: baseline;
}

#PageContent .ms-listviewtable .ms-itmhover {
    height: 30px;
}

#PageContent .ms-listviewtable input.s4-itm-cbx {
    position: absolute;
    top: -2000px;
}

#PageContent tr.ms-itmhover:hover input.s4-itm-cbx, #PageContent tr.s4-itm-selected input.s4-itm-cbx {
    position: relative;
    top: 0px;
}

#PageContent .ms-vb-title {
    vertical-align: top;
    padding: 2px 1px 2px 16px;
}

#PageContent .s4-ctx {
    padding: 0px 4px;
    position: absolute;
    display: block;
    cursor: default;
}

#PageContent .s4-ctx a {
    cursor: default;
}

#PageContent .ms-vb-title .s4-ctx-show {
    /* [ReplaceColor(themeColor:"HoverBackground")] */ background-color: rgba( 205, #PageContent 230, #PageContent 247, #PageContent 0.5 );
}

#PageContent .ms-core-needIEFilter .ms-vb-title .s4-ctx-show {
    background-color: transparent;
    /* [ReplaceColor(themeColor:"SelectionBackground")] */ -ms-filter: "progid:DXImageTransform.Microsoft.gradient(GradientType=0, #PageContent startColorstr=#7f9ccef0, #PageContent endColorstr=#7f9ccef0)";
}

#PageContent .ms-itmHoverEnabled:hover > * {
    /* [ReplaceColor(themeColor:"HoverBackground")] */ background-color: rgba( 205, #PageContent 230, #PageContent 247, #PageContent 0.5 );
    border: 1px solid transparent;
}

#PageContent .ms-itmHoverEnabled:hover .ms-list-itemLink-td {
    /* [ReplaceColor(themeColor:"HoverBackground", #PageContent opacity:"1")] */ background-color: #cde6f7;
}

#PageContent .s4-itm-selected > *, #PageContent .s4-itm-selected:hover > * {
    /* [ReplaceColor(themeColor:"SelectionBackground")] */ background-color: rgba( 156, #PageContent 206, #PageContent 240, #PageContent 0.5 );
    border: 1px solid transparent;
}

#PageContent .s4-itm-selected .ms-list-itemLink-td, #PageContent .s4-itm-selected:hover .ms-list-itemLink-td {
    /* [ReplaceColor(themeColor:"SelectionBackground", #PageContent opacity:"1")] */ background-color: #9ccef0;
}

#PageContent .ms-core-needIEFilter .s4-itm-selected > td, #PageContent .ms-core-needIEFilter .s4-itm-selected:hover > td {
    /* [ReplaceColor(themeColor:"SelectionBackground")] */ -ms-filter: "progid:DXImageTransform.Microsoft.gradient(GradientType=0, #PageContent startColorstr=#7f9ccef0, #PageContent endColorstr=#7f9ccef0)";
}

#PageContent .s4-ctx span {
    font-size: 0pt;
    visibility: hidden;
}

#PageContent .s4-ctx > a > img {
    border: 0px none transparent;
    text-decoration: none;
    vertical-align: middle;
}

#PageContent .s4-ctx > a > img:visited, #PageContent .ctxImg > a > img:hover {
    border: 0px none transparent;
    text-decoration: none;
}

#PageContent input.ms-vb-itmcbx {
    min-width: 16px;
    vertical-align: top;
    cursor: default;
}

#PageContent .s4-hide-tr > tbody > tr {
    display: none;
}

#PageContent .ms-csrlistview-controldiv {
    padding-bottom: 9px;
}

#PageContent .ms-csrlistview-viewselectormenu {
    margin: 0px;
    padding: 0px 5px 0px 0px;
    cursor: pointer;
    display: inline;
    white-space: nowrap;
}

#PageContent .ms-csrlistview-viewselectormenu .ms-viewselector-arrow {
    margin: 6px 8px 11px 5px;
}

#PageContent .ms-csrlistview-viewselectormenu .ms-viewselector, #PageContent .ms-csrlistview-viewselectormenu .ms-viewselectorhover {
    display: inline-block;
    margin: 0px 0px 5px 15px;
    padding: 2px 0px 2px 5px;
}

#PageContent .ms-csrlistview-viewselectormenu .ms-viewselectorhover .ms-menu-a {
    cursor: default;
    text-decoration: none;
}

#PageContent .ms-viewselectorhover .ms-viewselector-currentView {
    /* [ReplaceColor(themeColor:"AccentText")] */ color: #0072c6;
}

#PageContent .ms-pivotControl-container {
    margin-left: 30px;
    padding-bottom: 7px;
}

#PageContent .ms-pivotControl-overflowDot {
    width: 16px;
    height: 16px;
    overflow: hidden;
    position: relative;
    display: inline-block;
    vertical-align: bottom;
}

#PageContent .ms-pivotControl-surfacedOpt, #PageContent .ms-pivotControl-surfacedOpt-selected {
    margin-left: 20px;
}

#PageContent .ms-pivotControl-container, #PageContent .ms-pivotControl-surfacedOpt, #PageContent .ms-pivotControl-surfacedOpt-selected, #PageContent .ms-pivotControl-overflowSpan, #PageContent .ms-pivotControl-overflowDot {
    display: inline-block;
}

#PageContent .ms-pivotControl-surfacedOpt, #PageContent .ms-pivotControl-overflowDot {
    /* [ReplaceColor(themeColor:"CommandLinks")] */ color: #666;
}

#PageContent .ms-pivotControl-surfacedOpt:hover, #PageContent .ms-pivotControl-overflowDot:hover, #PageContent .ms-pivotControl-surfacedOpt-selected {
    /* [ReplaceColor(themeColor:"CommandLinksHover")] */ color: #0072c6;
}

#PageContent .ms-pivotControl-surfacedOpt:hover, #PageContent .ms-pivotControl-overflowDot:hover, #PageContent .ms-pivotControl-surfacedOpt-selected:hover {
    cursor: pointer;
    text-decoration: none;
}

#PageContent .ms-viewselector-arrow {
    vertical-align: middle;
}

#PageContent .ms-menu-althov .ms-menu-hovarw {
    display: none !important;
}

#PageContent .ms-menu-althov-active .ms-menu-stdarw {
    display: none !important;
}

#PageContent .ms-menu-althov-active span.ms-menu-hovarw {
    display: inline-block !important;
}

#PageContent .ms-menu-althov-active .ms-menu-hovarw {
    display: inline;
}

#PageContent .ms-rifield {
    height: 28px;
}

#PageContent .ms-rifield-icon {
    float: right;
    margin: 5px 0px 5px 10px;
}

#PageContent .ms-rifield-title {
    padding-top: 5px;
}

#PageContent .ms-rifield-remove {
    float: left;
}

#PageContent .ms-rifield-showall {
    float: right;
    margin-top: 10px;
}

#PageContent .ms-addcolumn-span {
    height: 16px;
    width: 16px;
    position: relative;
    display: inline-block;
    overflow: hidden;
}

#PageContent .ms-addcolumn-icon {
    left: -200px;
    top: -84px;
    position: absolute;
}

#PageContent .ms-list-addnew-imgSpan16 {
    height: 16px;
    width: 16px;
    position: relative;
    display: inline-block;
    overflow: hidden;
    margin-left: 5px;
    margin-top: -1px;
    vertical-align: middle;
}

#PageContent .ms-list-addnew-img16 {
    left: -233px;
    top: -138px;
    position: absolute;
}

#PageContent .ms-heroCommandLink:hover .ms-list-addnew-imgSpan16 > .ms-list-addnew-img16 {
    left: -233px;
    top: -120px;
}

#PageContent .ms-list-addnew-imgSpan, #PageContent .ms-list-addnew-imgSpan20 {
    height: 20px;
    width: 20px;
    position: relative;
    display: inline-block;
    overflow: hidden;
    margin-left: 5px;
    vertical-align: middle;
}

#PageContent .ms-list-addnew-img, #PageContent .ms-list-addnew-img20 {
    left: -67px;
    top: -180px;
    position: absolute;
}

#PageContent .ms-heroCommandLink:hover .ms-list-addnew-imgSpan > .ms-list-addnew-img, #PageContent .ms-heroCommandLink:hover .ms-list-addnew-imgSpan20 > .ms-list-addnew-img20 {
    left: -131px;
    top: -134px;
}

#PageContent .ms-csrformvalidation {
    margin-top: 6px;
    display: inline-block;
}

#PageContent .ms-ellipsis-a, #PageContent .ms-ellipsis-a-tile {
    position: relative;
    display: inline-block;
    overflow: hidden;
}

#PageContent .ms-ellipsis-a {
    height: 16px;
    width: 16px;
}

#PageContent .ms-ellipsis-a-tile {
    height: 16px;
    width: 16px;
    float: left;
}

#PageContent .ms-ellipsis-icon, #PageContent .ms-ellipsis-icon-tile {
    position: absolute;
}

#PageContent .ms-ellipsis-icon {
    left: -1px;
    top: -238px;
}

#PageContent .ms-ellipsis-icon-tile {
    left: -37px;
    top: -202px;
    /* [ReplaceColor(themeColor:"TileText")] */ color: #fff;
}

#PageContent .ms-lstItmLinkAnchor {
    vertical-align: middle;
}

#PageContent table.ms-toolbar {
    height: 45px;
    border: none;
    /* [ReplaceColor(themeColor:"SubtleLines")] */ border: 1px solid #c6c6c6;
}

#PageContent .ms-menutoolbar {
    /* [ReplaceColor(themeColor:"SubtleLines")] */ border-bottom: 1px solid #c6c6c6;
    height: 45px;
}

#PageContent .ms-menutoolbar td {
    padding: 0px 4px 0px 0px;
    margin: 0px;
    border: none;
}

#PageContent .ms-menutoolbar td a {
    text-decoration: none;
}

#PageContent .ms-menutoolbar td a:hover {
    text-decoration: none;
}

#PageContent .ms-menubuttoninactivehover, #PageContent .ms-buttoninactivehover {
    margin: 3px;
    padding: 3px 4px 4px;
    border: 1px solid transparent;
    background-color: transparent;
    white-space: nowrap;
}

#PageContent .ms-menubuttonactivehover, #PageContent .ms-buttonactivehover {
    margin: 3px;
    padding: 3px 4px 4px 4px;
    /* [ReplaceColor(themeColor:"SubtleLines")] */ border: solid 1px #c6c6c6;
    cursor: pointer;
}

#PageContent .ms-buttoninactivehover {
    white-space: nowrap;
}

#PageContent .ms-buttoninactivehover img, #PageContent .ms-buttonactivehover img {
    margin: 0px 0px 0px 1px;
}

#PageContent td.ms-menutoolbarheader {
    padding: auto 7px;
}

#PageContent span.ms-viewselector, #PageContent span.ms-viewselectorhover {
    padding: 4px 8px;
    cursor: pointer;
}

#PageContent .ms-InlineSearch-Outline-Baseline {
    width: 178px;
    border-style: solid;
    border-width: 1px;
    height: 22px;
    padding: 0px 5px 0px 0px;
    margin: -4px 0px 0px;
    white-space: nowrap;
    float: right;
}

#PageContent .ms-InlineSearch-Outline-Empty {
    /* [ReplaceColor(themeColor:"Lines")] */ border-color: #ababab;
}

#PageContent .ms-InlineSearch-Outline-Focused {
    /* [ReplaceColor(themeColor:"AccentLines")] */ border-color: #2a8dd4;
}

#PageContent .ms-InlineSearch-Outline-Filled {
    /* [ReplaceColor(themeColor:"StrongLines")] */ border-color: #92c0e0;
}

#PageContent input.ms-InlineSearch-SearchBox-Baseline.ms-InlineSearch-SearchBox-Baseline {
    background-color: transparent;
    margin: 0px;
    padding: 0px;
    width: 152px;
    height: 22px;
    border-width: 0px;
    vertical-align: middle;
    outline: none;
}

#PageContent input.ms-InlineSearch-SearchBox-Baseline::-ms-clear {
    display: none;
}

#PageContent .ms-InlineSearch-SearchBox-EmptyFocused {
    font-style: normal;
    /* [ReplaceColor(themeColor:"BodyText")] */ color: #444;
}

#PageContent .ms-InlineSearch-SearchBox-EmptyUnfocused.ms-InlineSearch-SearchBox-EmptyUnfocused {
    /* [ReplaceColor(themeColor:"SubtleBodyText")] */ color: #777;
}

#PageContent .ms-InlineSearch-SearchBox-Filled.ms-InlineSearch-SearchBox-Filled {
    /* [ReplaceColor(themeColor:"BodyText")] */ color: #444;
}

#PageContent .ms-InlineSearch-SearchProgress {
    background-color: transparent;
    white-space: nowrap;
    padding: 2px 0px 0px 2px;
    margin: -4px 0px 2px 5px;
    float: right;
}

#PageContent .ms-InlineSearch-SearchStatus {
    background-color: transparent;
    display: block;
}

#PageContent .ms-InlineSearch-DivBaseline {
    display: inline-block;
    vertical-align: middle;
}

#PageContent .ms-vl-apptile, #PageContent .ms-vl-apptile-tenant {
    display: inline-block;
    width: 288px;
    min-height: 96px;
    margin-left: 13px;
    margin-bottom: 16px;
    white-space: nowrap;
    vertical-align: top;
}

#PageContent .ms-vl-apptile-tenant {
    margin-left: 16px;
}

#PageContent .ms-vl-applist {
    margin-top: 16px;
}

#PageContent .ms-vl-sectionHeaderRow {
    /* [ReplaceColor(themeColor:"SubtleLines")] */ border-bottom: solid 1px #c6c6c6;
}

#PageContent .ms-vl-sectionHeader {
    margin-bottom: 8px;
    display: inline-block;
}

#PageContent .ms-vl-appimage {
    vertical-align: top;
    display: inline-block;
    height: 96px;
}

#PageContent .ms-vl-appinfo, #PageContent .ms-vl-appinfo-tenant {
    min-height: 96px;
    width: 180px;
    vertical-align: top;
    display: inline-block;
    margin-right: 5px;
    margin-left: 5px;
    white-space: normal;
}

#PageContent .ms-vl-appinfo-tenant {
    margin-right: 9px;
}

#PageContent .ms-vl-callout {
    word-break: normal;
}

#PageContent .ms-vl-recent {
    /* [ReplaceColor(themeColor:"BackgroundOverlay", #PageContent opacity:"1")] */ color: #fff;
    /* [ReplaceColor(themeColor:"SearchURL")] */ background-color: #338200;
    padding: 3px 4px;
    display: inline-block;
}

#PageContent .ms-vl-callout-beak {
    /* [ReplaceColor(themeColor:"SubtleEmphasisBackground")] */ background-color: #f1f1f1;
}

#PageContent .ms-core-needIEFilter .ms-vl-callout-beak {
    background-color: transparent;
    /* [ReplaceColor(themeColor:"SubtleEmphasisBackground")] */ -ms-filter: "progid:DXImageTransform.Microsoft.gradient(GradientType=0, #PageContent startColorstr=#c6efefef, #PageContent endColorstr=#c6efefef)";
}

#PageContent .ms-vl-appdescription, #PageContent .ms-vl-apptitle {
    white-space: normal;
    word-break: normal;
}

#PageContent .ms-vl-apptitle, #PageContent a:visited.ms-vl-apptitle {
    line-height: 1.2;
    display: inline-block;
    text-decoration: none;
    border: 1px solid transparent;
    /* [ReplaceColor(themeColor:"BodyText")] */ color: #444;
}

#PageContent .ms-vl-appnewsubsitelink {
    margin-bottom: 8px;
    display: inline-block;
}

#PageContent .ms-vl-apptitle:hover {
    text-decoration: none;
}

#PageContent .ms-vl-apptitleouter {
    display: inline-block;
    width: 160px;
    max-height: 2.5em;
    overflow: hidden;
}

#PageContent .ms-vl-newSubsiteHeaderSpacer {
    height: 16px;
}

#PageContent .ms-vl-calloutarrow, #PageContent a:hover.ms-vl-calloutarrow {
    vertical-align: top;
    text-decoration: none;
    margin-top: 1px;
    /* [ReplaceColor(themeColor:"BodyText")] */ color: #444;
}

#PageContent .ms-vl-settingsmarginleft {
    margin-right: 20px;
}

#PageContent .ms-vl-alignactionsmiddle > .ms-splinkbutton-text {
    vertical-align: top;
}

#PageContent .ms-vl-pointer {
    cursor: pointer;
}

#PageContent .ms-vl-siteicon {
    padding-left: 11px;
}

#PageContent a.ms-vl-disabledapp {
    text-decoration: none;
    cursor: default;
    /* [ReplaceColor(themeColor:"DisabledText")] */ color: #b1b1b1;
}

#PageContent .ms-vl-disabledapp > div {
    /* [ReplaceColor(themeColor:"DisabledText")] */ color: #b1b1b1;
    cursor: default;
}

#PageContent .ms-vl-disabledapp > .ms-vl-appimage > a > img {
    cursor: default;
}

#PageContent .ms-vl-disabledapp > .ms-vl-appimage > a {
    opacity: 0.3;
}

#PageContent .ms-vl-disabledapp > .ms-vl-appimage {
    /* [ReplaceColor(themeColor:"DisabledBackground")] */ background-color: #fdfdfd;
}

#PageContent .ms-vl-calloutversion {
    margin-bottom: 4px;
    margin-top: 10px;
}

#PageContent .ms-vl-calloutterms {
    margin-bottom: 5px;
}

#PageContent .ms-vl-appstatus {
    white-space: normal;
    width: 180px;
}

#PageContent .ms-vl-apptileselected {
    /* [ReplaceColor(themeColor:"SelectionBackground")] */ background-color: rgba( 156, #PageContent 206, #PageContent 240, #PageContent 0.5 );
}

#PageContent .ms-vl-apptilehover:hover {
    /* [ReplaceColor(themeColor:"HoverBackground")] */ background-color: rgba( 205, #PageContent 230, #PageContent 247, #PageContent 0.5 );
}

#PageContent .ms-vl-appadd-img {
    left: -1px;
    top: -30px;
    position: absolute;
}

#PageContent div.ms-ssc-siteNameSection {
    margin-bottom: 9px;
}

#PageContent .ms-ssc-siteTitleBoxLine {
    margin-bottom: 1px;
}

#PageContent .ms-ssc-previewUrlLine {
    line-height: 2.2em;
    height: 2.2em;
}

#PageContent .ms-ssc-mgdPathDropdown {
    margin: 0px 2px;
}

#PageContent .ms-ssc-customValidator {
    display: block;
    margin-top: 3px;
}

#PageContent .ms-ssc-moreAdmins .sp-peoplepicker-errorMsg {
    margin-right: 0px;
    font-size: 0.9em;
}

#PageContent .ms-ssc-buttonSection .ms-ButtonHeightWidth {
    margin-right: 6px;
}

#PageContent .ms-newdoc-callout-main {
    padding-top: 10px;
    margin-bottom: -7px;
}

#PageContent .ms-newdoc-callout-item {
    padding: 10px 0px;
    margin-right: -20px;
    margin-left: -20px;
    cursor: default;
}

#PageContent .ms-newdoc-callout-item:hover {
    /* [ReplaceColor(themeColor:"HoverBackground")] */ background-color: rgba( 205, #PageContent 230, #PageContent 247, #PageContent 0.5 );
    text-decoration: none;
}

#PageContent .ms-core-needIEFilter .ms-newdoc-callout-item:hover {
    background-color: transparent;
    /* [ReplaceColor(themeColor:"HoverBackground")] */ -ms-filter: "progid:DXImageTransform.Microsoft.gradient(GradientType=0, #PageContent startColorstr=#7fcde6f7, #PageContent endColorstr=#7fcde6f7)";
    ;
    text-decoration: none;
}

#PageContent .ms-newdoc-callout-text {
    margin-right: 10px;
}

#PageContent .ms-newdoc-callout-img {
    margin-right: 20px;
}

#PageContent .sp-peoplepicker-topLevel, #PageContent .sp-peoplepicker-topLevelDisabled {
    cursor: text;
    height: 100%;
    width: 371px;
    position: relative;
    padding: 3px 0px 3px 25px;
}

#PageContent input.sp-peoplepicker-editorInput[type=text] {
    border: 0px;
    padding: 0px 1px;
    margin-right: 5px;
    vertical-align: inherit;
    background-color: transparent;
}

#PageContent input.sp-peoplepicker-editorInput[type=text]:focus {
    outline: 0px;
}

#PageContent input.sp-peoplepicker-editorInput::-ms-clear {
    display: none;
}

#PageContent .sp-peoplepicker-autoFillContainer {
    z-index: 1;
    padding: 0px;
    display: none;
    cursor: default;
    max-width: 300px;
    min-width: 300px;
    position: absolute;
    /* [ReplaceColor(themeColor:"SubtleLines")] */ border-color: #c6c6c6;
}

#PageContent .sp-peoplepicker-initialHelpText {
    top: 3px;
    right: 4px;
    position: absolute;
}

#PageContent .sp-peoplepicker-autoFillPresence {
    z-index: 1;
    width: 20px;
    height: 20px;
    position: absolute;
}

#PageContent .sp-peoplepicker-userSpan {
    cursor: pointer;
    white-space: nowrap;
    display: inline-block;
    margin: 0px 2px 1px 5px;
}

#PageContent .sp-peoplepicker-delImage {
    margin-right: 3px;
}

#PageContent .sp-peoplepicker-delImage:hover {
    text-decoration: none;
}

#PageContent .sp-peoplepicker-userPresence {
    margin-left: 3px;
    display: inline-block;
}

#PageContent .sp-peoplepicker-userSpan .ms-entity-unresolved {
    font-style: normal;
}

#PageContent .sp-peoplepicker-userSpan .ms-entity-resolved {
    vertical-align: bottom;
}

#PageContent .sp-peoplepicker-userSpan .ms-entity-unresolved, #PageContent .sp-peoplepicker-userSpan .ms-entity-resolved {
    overflow: hidden;
}

#PageContent .sp-peoplepicker-userDisplayLink {
    /* [ReplaceColor(themeColor:"BodyText")] */ color: #444;
}

#PageContent .sp-peoplepicker-userDisplayLink:hover {
    text-decoration: none;
}

#PageContent .sp-peoplepicker-waitImg {
    width: 16px;
    height: 16px;
    display: none;
    font-size: 0px;
    position: absolute;
}

#PageContent .sp-peoplepicker-errorMsg {
    margin-top: 6px;
    margin-right: 6px;
    display: inline-block;
}

#PageContent .ms-core-menu-footer {
    margin: 0px;
    cursor: default;
    padding: 0px 5px 7px 12px;
}

#PageContent .ms-core-menu-loading {
    margin: 0px;
    cursor: default;
    text-align: center;
}

#PageContent .sp-peoplepicker-autoFillContainer .ms-core-menu-item {
    white-space: nowrap;
    padding: 1px 5px 3px 5px;
}

#PageContent .sp-peoplepicker-autoFillContainer .ms-core-menu-link {
    padding: 0px;
}

#PageContent .sp-peoplepicker-autoFillContainer .ms-core-menu-label {
    display: block;
}

#PageContent .sp-autoFill-menu {
    min-width: 100%;
}

#PageContent .sp-peoplepicker-autoFillContainer .sp-autoFill-scroll {
    width: 100%;
    border: none;
    margin: 0px;
    padding: 0px;
    min-width: 100%;
    padding-top: 3px;
    overflow-y: auto;
    overflow-x: hidden;
    margin-left: 10px;
    list-style-type: none;
    box-shadow: 0px 0px 0px 0px transparent;
    /* [ReplaceColor(themeColor:"BackgroundOverlay", #PageContent opacity:"1.0")] */ background-color: #fff;
}

#PageContent .sp-autoFill-scroll .ms-core-menu-label {
    border: none;
}

#PageContent .ms-pageinformation td, #PageContent .ms-pageinformation th {
    text-align: right;
}

#PageContent .ms-featurealtrow {
    /* [ReplaceColor(themeColor:"SubtleEmphasisBackground")] */ background-color: #f1f1f1;
}

#PageContent .ms-core-needIEFilter .ms-featurealtrow {
    background-color: transparent;
    /* [ReplaceColor(themeColor:"SubtleEmphasisBackground")] */ -ms-filter: "progid:DXImageTransform.Microsoft.gradient(GradientType=0, #PageContent startColorstr=#c6efefef, #PageContent endColorstr=#c6efefef)";
}

#PageContent .ms-featurestatus {
    /* [ReplaceColor(themeColor:"EmphasisText")] */ color: #fff;
    /* [ReplaceColor(themeColor:"EmphasisBackground", #PageContent opacity:"1")] */ background-color: #0072c6;
    margin-left: 10px;
    padding: 7px;
}

#PageContent .ms-cbp {
    padding-right: 3px;
}

#PageContent .ms-storMeFree {
    /* [ReplaceColor(themeColor:"SubtleEmphasisBackground", #PageContent opacity:"1")] */ background-color: #efefef;
    /* [ReplaceColor(themeColor:"SubtleEmphasisBackground")] */ background-color: #f1f1f1;
}

#PageContent .ms-storMeUsed {
    /* [ReplaceColor(themeColor:"EmphasisBackground", #PageContent opacity:"1")] */ background-color: #0072c6;
    /* [ReplaceColor(themeColor:"EmphasisText")] */ color: #fff;
    padding-right: 8px;
    padding-left: 8px;
    padding-top: 3px;
    padding-bottom: 3px;
}

#PageContent a.ms-taskListShortcutCallout {
    height: 16px;
    width: 16px;
    display: inline-block;
    overflow: hidden;
    vertical-align: bottom;
}

#PageContent span.ms-taskListShortcutCalloutSpan {
    height: 16px;
    width: 16px;
    /* [RecolorImage(themeColor:"BodyText", #PageContent method:"Filling", #PageContent includeRectangle:{x:161, #PageContent y:178, #PageContent width:16;height:16} #PageContent )] */ background: url("/_layouts/15/images/spcommon.png?rev=23") no-repeat -161px -178px;
    display: inline-block;
}

#PageContent .ms-viewtotalselect {
    width: 104px;
}

#PageContent .ms-recycleBinIconSpan {
    display: inline-block;
    overflow: hidden;
    position: relative;
    height: 16px;
    width: 16px;
}

#PageContent .ms-recycleBinIconImg {
    top: -156px;
    left: -197px;
    position: absolute;
}

#PageContent .ms-dtinput, #PageContent .ms-dttimeinput {
    vertical-align: middle;
    padding: 0px 0px 0px 4px;
}

#PageContent .ms-dttimeinput {
    direction: ltr;
}

#PageContent .ms-linksection-iconCell {
    vertical-align: top;
}

#PageContent .ms-siteSettings-root .ms-linksection-iconCell {
    display: none;
}

#PageContent .ms-linksection-title {
    /* [ReplaceColor(themeColor:"BodyText")] */ color: #444;
}

#PageContent .ms-siteSettings-root .ms-linksection-textCell {
    width: 280px;
}

#PageContent .ms-linksection-columnBox {
    padding-left: 50px;
    vertical-align: top;
}

#PageContent .ms-linksection-textCell {
    padding-bottom: 26px;
}

#PageContent .ms-linksection-listRoot {
    list-style-type: none;
    padding-right: 0px;
    margin: auto;
}

#PageContent .ms-trcnoti-border {
    border-width: 1px;
    border-style: solid;
    /* [ReplaceColor(themeColor:"BackgroundOverlay", #PageContent opacity:"1")] */ background-color: #fff;
}

#PageContent .ms-trcnoti-host {
    margin: -1px;
}

#PageContent .ms-trcnoti-base {
    width: 100%;
    max-height: 500px;
    position: relative;
    display: block;
}

#PageContent .ms-trcnoti-ovrflw {
    padding: 7px 10px 10px 10px;
    cursor: pointer;
}

#PageContent .ms-trcnoti-toast {
    padding: 4px 7px;
    text-align: center;
}

#PageContent .ms-trcnoti-status {
    padding: 10px 10px 10px;
}

#PageContent .ms-trcnoti-ctr {
    z-index: 500;
    position: absolute;
    left: 16px;
    top: 45px;
    width: 314px;
}

#PageContent .ms-notif-box {
    min-width: 140px;
    z-index: 400;
    position: absolute;
    left: 16px;
}

#PageContent .ms-trcnoti-bg {
    width: 100%;
    max-height: 500px;
    position: relative;
    padding: 1px;
    cursor: pointer;
    /* [ReplaceColor(themeColor:"DialogBorder")] */ border-color: #d1d1d1;
    /* [ReplaceColor(themeColor:"BackgroundOverlay")] */ background-color: rgba( 255, #PageContent 255, #PageContent 255, #PageContent 0.85 );
    box-shadow: 0px 0px 7px 0px rgba(0, #PageContent 0, #PageContent 0, #PageContent 0.47);
}

#PageContent .ms-trcnoti-bg:hover {
    border-width: 1px;
    border-style: solid;
    /* [ReplaceColor(themeColor:"StrongLines")] */ border-color: #92c0e0;
    /* [ReplaceColor(themeColor:"HoverBackground")] */ background-color: rgba( 205, #PageContent 230, #PageContent 247, #PageContent 0.5 );
    padding: 0px;
    box-shadow: 0px 0px 7px 0px rgba(0, #PageContent 0, #PageContent 0, #PageContent 0.47);
}

#PageContent .ms-core-needIEFilter .ms-trcnoti-bg:hover {
    /* [ReplaceColor(themeColor:"HoverBackground")] */ -ms-filter: "progid:DXImageTransform.Microsoft.gradient(GradientType=0, #PageContent startColorstr=#7fcde6f7, #PageContent endColorstr=#7fcde6f7)";
}

#PageContent .ms-trcnoti-body {
    width: 240px;
    display: inline-block;
}

#PageContent .ms-trcnoti-dt {
    padding-top: 5px;
    display: inline-block;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    width: 100%;
}

#PageContent .ms-trcnoti-gfx {
    float: right;
    height: 100%;
    padding-left: 8px;
    display: inline-block;
}

#PageContent .ms-trcnoti-gfx img {
    max-width: 32px;
    max-height: 32px;
}

#PageContent #divTiles .s4-wpActive {
    border: 0px;
    padding: 0px;
}

#PageContent .ms-designgallery-item {
    float: right;
    margin: 18px 0px 0px 32px;
    cursor: pointer;
}

#PageContent .ms-designgallery-thumbnail {
    height: 208px;
    width: 278px;
    font-size: 3pt;
    overflow: hidden;
    /* [ReplaceColor(themeColor:"SubtleLines")] */ border: 1px solid #c6c6c6;
    -moz-user-select: none;
    -webkit-user-select: none;
    user-select: none;
}

#PageContent .ms-designgallery-thumbnail:hover {
    /* [ReplaceColor(themeColor:"AccentLines")] */ border: 1px solid #2a8dd4;
}

#PageContent a.ms-designgallery-name {
    /* [ReplaceColor(themeColor:"BodyText")] */ color: #444;
}

#PageContent .ms-designgallery-iteminfo {
    margin-top: 7px;
}

#PageContent div.ms-designgallery-item-current > .ms-designgallery-thumbnail {
    height: 204px;
    width: 274px;
    /* [ReplaceColor(themeColor:"AccentLines")] */ border: 3px solid #2a8dd4;
}

#PageContent div.ms-designgallery-item-current a.ms-designgallery-packagename {
    /* [ReplaceColor(themeColor:"Hyperlink")] */ color: #0072c6;
}

#PageContent .ms-designbuilder-label {
    display: block;
}

#PageContent #ms-designbuilder-imagecontrol {
    margin-bottom: 20px;
}

#PageContent #ms-designbuilder-imagecontrol-box {
    width: 178px;
    height: 132px;
    /* [ReplaceColor(themeColor:"SubtleLines")] */ border: 1px solid #c6c6c6;
    /* [ReplaceColor(themeColor:"SubtleEmphasisBackground")] */ background-color: #f1f1f1;
    text-align: center;
    display: table-cell;
    vertical-align: middle;
    line-height: 0px;
}

#PageContent .ms-core-needIEFilter #ms-designbuilder-imagecontrol-box {
    background-color: transparent;
    /* [ReplaceColor(themeColor:"SubtleEmphasisBackground")] */ -ms-filter: "progid:DXImageTransform.Microsoft.gradient(GradientType=0, #PageContent startColorstr=#c6efefef, #PageContent endColorstr=#c6efefef)";
}

#PageContent #ms-designbuilder-imagecontrol-imagecontainer {
    display: inline-block;
}

#PageContent #ms-designbuilder-imagecontrol-image {
    max-width: 178px;
    max-height: 132px;
}

#PageContent #ms-designbuilder-imagecontrol-placeholdertext {
    display: inline-block;
    /* [ReplaceColor(themeColor:"SubtleEmphasisText")] */ color: #666;
    line-height: normal;
}

#PageContent #ms-designbuilder-imagecontrol-errortext {
    display: inline-block;
    /* [ReplaceColor(themeColor:"ErrorText")] */ color: #bf0000;
    padding: 5px;
    line-height: normal;
}

#PageContent #ms-designbuilder-imagecontrol-bottombuttons {
    margin-top: 7px;
}

#PageContent #ms-designbuilder-imagecontrol-bottombuttons > a {
    display: inline-block;
}

#PageContent #ms-designbuilder-imagecontrol-changebutton {
    margin-left: 11px;
}

#PageContent #ms-designbuilder-cuicontainer .ms-cui-dd {
    margin: 5px 0px 20px;
}

#PageContent #ms-designbuilder-cuicontainer .ms-cui-dd-text {
    /* [ReplaceColor(themeColor:"BackgroundOverlay")] */ background-color: rgba( 255, #PageContent 255, #PageContent 255, #PageContent 0.85 );
    padding: 1px 7px 4px;
}

#PageContent .ms-core-needIEFilter #ms-designbuilder-cuicontainer .ms-cui-dd-text {
    /* [ReplaceColor(themeColor:"BackgroundOverlay")] */ -ms-filter: "progid:DXImageTransform.Microsoft.gradient(GradientType=0, #PageContent startColorstr=#d8ffffff, #PageContent endColorstr=#d8ffffff)";
}

#PageContent #ms-designbuilder-cuicontainer .ms-cui-dd-text > a {
    /* [ReplaceColor(themeColor:"BodyText")] */ color: #444;
}

#PageContent #ms-designbuilder-cuicontainer .ms-cui-dd-text > a:hover {
    text-decoration: none;
}

#PageContent #ms-designbuilder-cuicontainer .ms-cui-dd-arrow-button {
    line-height: 12px;
    padding: 0px 7px 0px 3px;
}

#PageContent #ms-designbuilder-cuicontainer .ms-cui-ctl-light-hoveredOver, #PageContent #ms-designbuilder-cuicontainer .ms-cui-dd-arrow-button:hover, #PageContent #ms-designbuilder-cuicontainer .ms-cui-dd-arrow-button:focus {
    /* [ReplaceColor(themeColor:"ButtonHoverBackground")] */ background-color: #e6f2fa;
    /* [ReplaceColor(themeColor:"ButtonHoverBorder")] */ border-color: #92c0e0;
}

#PageContent .ms-core-needIEFilter #ms-designbuilder-cuicontainer .ms-cui-ctl-light-hoveredOver, #PageContent .ms-core-needIEFilter #ms-designbuilder-cuicontainer .ms-cui-dd-arrow-button:hover, #PageContent .ms-core-needIEFilter #ms-designbuilder-cuicontainer .ms-cui-dd-arrow-button:focus {
    /* [ReplaceColor(themeColor:"ButtonHoverBackground", #PageContent opacity:"1")] */ background-color: #e6f2fa;
    /* [ReplaceColor(themeColor:"ButtonHoverBorder", #PageContent opacity:"1")] */ border-color: #92b7d1;
}

#PageContent #ms-designbuilder-cuicontainer .ms-cui-dd-arrow-button:active {
    /* [ReplaceColor(themeColor:"ButtonPressedBackground")] */ background-color: #92c0e0;
    /* [ReplaceColor(themeColor:"ButtonPressedBorder")] */ border-color: #2a8dd4;
}

#PageContent .ms-core-needIEFilter #ms-designbuilder-cuicontainer .ms-cui-dd-arrow-button:active {
    /* [ReplaceColor(themeColor:"ButtonPressedBackground", #PageContent opacity:"1")] */ background-color: #92b7d1;
    /* [ReplaceColor(themeColor:"ButtonPressedBorder", #PageContent opacity:"1")] */ border-color: #2a8dd4;
}

#PageContent #ms-designbuilder-palette-Medium {
    background-color: transparent;
    height: 46px;
}

#PageContent #ms-designbuilder-palette-Medium .ms-cui-dd-text {
    padding: 5px 4px 3px;
    height: 36px;
    overflow: visible;
    background-color: transparent;
}

#PageContent #ms-designbuilder-palette-Medium .ms-cui-dd-arrow-button {
    padding: 12px 7px 13px 3px;
}

#PageContent #ms-designbuilder-palette-Medium .ms-cui-gallerybutton-SizeCustom {
    width: auto;
    height: auto;
    border-width: 0px;
}

#PageContent #ms-designbuilder-palette-Medium .ms-cui-gallerybutton-a {
    border-width: 0px;
    padding: 0px;
}

#PageContent #ms-designbuilder-palette-menusection .ms-cui-menusection, #PageContent #ms-designbuilder-layout-menusection .ms-cui-menusection {
    /* [ReplaceColor(themeColor:"BackgroundOverlay", #PageContent opacity:"1")] */ background-color: #fff;
}

#PageContent #ms-designbuilder-layout-menusection .ms-cui-ctl-mediumlabel {
    /* [ReplaceColor(themeColor:"BodyText")] */ color: #444;
}

#PageContent #ms-designbuilder-palette-menusection .ms-cui-gallerybutton-SizeCustom {
    height: 38px;
    border-width: 0px;
    margin-left: 0px;
}

#PageContent #ms-designbuilder-palette-menusection .ms-cui-gallerybutton-a {
    padding: 2px 3px;
    height: 34px;
    border: none;
}

#PageContent #ms-designbuilder-palette-menusection .ms-cui-gallerybutton-a:hover, #PageContent #ms-designbuilder-palette-menusection .ms-cui-gallerybutton-a:focus {
    padding: 2px 3px 0px 2px;
    outline: none;
}

#PageContent #ms-designbuilder-palette-menusection li.ms-cui-menusection-items:first-child .ms-cui-gallerybutton-a {
    padding-top: 4px;
}

#PageContent #ms-designbuilder-palette-menusection li.ms-cui-menusection-items:first-child .ms-cui-gallerybutton-a:hover {
    padding-top: 3px;
}

#PageContent #ms-designbuilder-palette-menusection .ms-cui-gallerybutton-a:hover .ms-designbuilder-palette, #PageContent #ms-designbuilder-palette-menusection .ms-cui-gallerybutton-a:focus .ms-designbuilder-palette {
    margin: 0px;
}

#PageContent #ms-designbuilder-palette-menusection .ms-cui-gallerybutton-a:hover .ms-designbuilder-palette-color, #PageContent #ms-designbuilder-palette-menusection .ms-cui-gallerybutton-a:focus .ms-designbuilder-palette-color {
    /* [ReplaceColor(themeColor:"AccentLines")] */ border-color: #2a8dd4;
    border-width: 2px 1px 2px 0px;
    /* [ReplaceColor(themeColor:"SubtleLines")] */ border-left-color: #ababab;
}

#PageContent #ms-designbuilder-palette-menusection .ms-cui-gallerybutton-a:hover .ms-designbuilder-palette-color1, #PageContent #ms-designbuilder-palette-menusection .ms-cui-gallerybutton-a:focus .ms-designbuilder-palette-color1 {
    border-right-width: 2px;
}

#PageContent #ms-designbuilder-palette-menusection .ms-cui-gallerybutton-a:hover .ms-designbuilder-palette-color3, #PageContent #ms-designbuilder-palette-menusection .ms-cui-gallerybutton-a:focus .ms-designbuilder-palette-color3 {
    border-left-width: 2px;
    /* [ReplaceColor(themeColor:"AccentLines")] */ border-left-color: #2a8dd4;
}

#PageContent .ms-designbuilder-palette {
    display: inline-block;
    font-size: 0px;
    margin: 1px;
}

#PageContent .ms-designbuilder-palette-color {
    display: inline-block;
    height: 30px;
    /* [ReplaceColor(themeColor:"SubtleLines")] */ border: 1px solid #c6c6c6;
    border-right-width: 0px;
    width: 30px;
}

#PageContent .ms-designbuilder-palette-color1 {
    width: 45px;
    border-right-width: 1px;
}

#PageContent #ms-designbuilder-layout-Medium {
    height: 31px;
}

#PageContent #ms-designbuilder-layout-Medium > .ms-cui-dd-text {
    padding: 5px 10px 10px 6px;
    font-size: 1.1em;
}

#PageContent #ms-designbuilder-layout-Medium > .ms-cui-dd-arrow-button {
    padding-bottom: 6px;
    padding-top: 4px;
}

#PageContent #ms-designbuilder-layout-menusection a.ms-cui-ctl-menu {
    padding: 2px 9px 2px 10px;
    font-size: 14px;
}

#PageContent #ms-designbuilder-layout-menusection a.ms-cui-ctl-menu:hover, #PageContent #ms-designbuilder-layout-menusection a.ms-cui-ctl-menu:focus {
    /* [ReplaceColor(themeColor:"AccentLines")] */ border-color: #2a8dd4;
    background-color: transparent;
}

#PageContent #ms-designbuilder-fontscheme-Medium {
    height: 62px;
}

#PageContent #ms-designbuilder-fontscheme-Medium .ms-cui-dd-text {
    height: 55px;
    background-color: #fff;
    color: #000;
}

#PageContent .ms-core-needIEFilter #ms-designbuilder-fontscheme-Medium .ms-cui-dd-text {
    -ms-filter: "progid:DXImageTransform.Microsoft.gradient(enabled=false)";
}

#PageContent #ms-designbuilder-fontscheme-Medium .ms-cui-dd-arrow-button {
    height: 40px;
    padding-top: 20px;
}

#PageContent #ms-designbuilder-fontscheme-Medium .ms-cui-gallerybutton-SizeCustom, #PageContent #ms-designbuilder-fontscheme-menusection .ms-cui-gallerybutton-SizeCustom {
    border: 0px;
    margin-left: 0px;
    margin-top: 1px;
    display: block;
}

#PageContent #ms-designbuilder-fontscheme-menusection .ms-cui-gallerybutton-a {
    padding: 5px;
    margin: 8px 3px 3px 3px;
    border: 1px solid transparent;
}

#PageContent #ms-designbuilder-fontscheme-menusection li.ms-cui-menusection-items:first-child .ms-cui-gallerybutton-a {
    margin-top: 4px;
}

#PageContent #ms-designbuilder-fontscheme-menusection .ms-cui-gallerybutton-a:hover, #PageContent #ms-designbuilder-fontscheme-menusection .ms-cui-gallerybutton-a:focus, #PageContent #ms-designbuilder-fontscheme-menusection ul.ms-cui-menusection-items > li.ms-cui-menusection-items:last-child .ms-cui-gallerybutton-a:hover, #PageContent #ms-designbuilder-fontscheme-menusection ul.ms-cui-menusection-items > li.ms-cui-menusection-items:last-child .ms-cui-gallerybutton-a:focus {
    border-color: #c6c6c6;
}

#PageContent .ms-designbuilder-fontScheme {
    margin: 0px;
    text-align: right;
    color: #000;
}

#PageContent .ms-designbuilder-fontScheme-fontLarge {
    font-size: 18px;
    margin-bottom: 3px;
}

#PageContent .ms-designbuilder-fontScheme-fontSmall {
    font-size: 12px;
}

#PageContent .ms-designbuilder-fontScheme-font {
    display: inline-block;
}

#PageContent #ms-designbuilder-main {
    width: 690px;
}

#PageContent #ms-designbuilder-previewContainer {
    position: relative;
    min-width: 690px;
    min-height: 518px;
    -moz-user-select: none;
    -webkit-user-select: none;
    user-select: none;
}

#PageContent #ms-designbuilder-previewglass {
    position: absolute;
    top: 0px;
    right: 0px;
    width: 690px;
    height: 518px;
    background-color: #fff;
    opacity: 0;
    z-index: 1000;
}

#PageContent .ms-core-needIEFilter #ms-designbuilder-previewglass {
    background-color: #fff;
    filter: alpha(opacity=0);
    -ms-filter: "alpha(opacity=0)";
}

#PageContent .ms-designbuilder-thumbnail {
    width: 688px;
    height: 516px;
    font-size: 7pt;
    overflow: hidden;
    /* [ReplaceColor(themeColor:"SubtleLines")] */ border: 1px solid #c6c6c6;
    background-color: #fff;
}

#PageContent .ms-designbuilder-navbutton-container {
    height: 43px;
}

#PageContent .ms-designbuilder-navbutton {
    display: block;
    margin-bottom: 16px;
}

#PageContent a.ms-designbuilder-navbutton:link, #PageContent a.ms-designbuilder-navbutton:visited {
    /* [ReplaceColor(themeColor:"CommandLinks")] */ color: #666;
    font-size: 1.4em;
    text-decoration: none;
}

#PageContent a.ms-designbuilder-navbutton:hover, #PageContent a.ms-designbuilder-navbutton:focus {
    /* [ReplaceColor(themeColor:"CommandLinksHover")] */ color: #0072c6;
}

#PageContent a.ms-designbuilder-navbutton:active {
    /* [ReplaceColor(themeColor:"CommandLinksPressed")] */ color: #004d85;
}

#PageContent .ms-designbuilder-navbutton-image {
    vertical-align: middle;
    margin-left: 3px;
}

#PageContent .ms-designbuilder-livePreviewButton > .ms-designbuilder-navbutton-image {
    margin-left: 0px;
    margin-right: 4px;
}

#PageContent .ms-designbuilder-navbutton-label {
    vertical-align: bottom;
}

#PageContent .ms-designbuilder-livePreviewButton {
    float: left;
}

#PageContent .ms-blog-MainArea {
    min-width: 560px;
    max-width: 860px;
    width: 100%;
    display: block;
}

#PageContent .ms-blog-LeftColumn {
    width: 190px;
    word-wrap: break-word;
    overflow-x: hidden;
}

#PageContent .ms-blog-postList {
    padding: 0px;
    list-style-type: none;
    margin-top: 0px;
    margin-left: 24px;
    margin-bottom: 0px;
    min-width: 370px;
    max-width: 670px;
}

#PageContent .ms-blog-postBox {
    padding: 32px;
    padding-right: 0px;
    /* [ReplaceColor(themeColor:"Lines")] */ border: 1px solid #ababab;
    border-radius: 2px;
    overflow: visible;
    /* [ReplaceColor(themeColor:"BackgroundOverlay")] */ background-color: rgba( 255, #PageContent 255, #PageContent 255, #PageContent 0.85 );
}

#PageContent .ms-core-needIEFilter .ms-blog-postBox {
    background-color: transparent;
    /* [ReplaceColor(themeColor:"BackgroundOverlay")] */ -ms-filter: "progid:DXImageTransform.Microsoft.gradient(GradientType=0, #PageContent startColorstr=#d8ffffff, #PageContent endColorstr=#d8ffffff)";
}

#PageContent .ms-blog-postBoxDate {
    /* [ReplaceColor(themeColor:"EmphasisText")] */ color: #fff;
    /* [ReplaceColor(themeColor:"EmphasisBackground")] */ background-color: #0072c6;
    width: 77px;
    height: 41px;
    border-style: solid;
    border-width: 1px;
    /* [ReplaceColor(themeColor:"EmphasisBorder")] */ border-color: #0067b0;
    float: right;
    text-align: center;
}

#PageContent .ms-blog-postBoxMargin {
    margin-right: 88px;
}

#PageContent .ms-blog-postInlineDate {
    width: 38px;
    height: 45px;
    border-style: solid;
    border-width: 1px;
    /* [ReplaceColor(themeColor:"Lines")] */ border-color: #ababab;
    border-right: none;
    border-left: none;
    float: right;
    text-align: center;
}

#PageContent .ms-blog-postInlineMargin {
    margin-right: 52px;
}

#PageContent .ms-blog-dateText {
    font-weight: bold;
}

#PageContent .ms-blog-aboutImage {
    width: 198px;
    text-align: center;
}

#PageContent .ms-blog-command {
    padding-right: 8px;
    padding-left: 8px;
}

#PageContent .ms-blog-command-noLeftPadding {
    padding-left: 8px;
}

#PageContent .ms-blog-commandWithSeparator {
    /* [ReplaceColor(THEME_COLOR_MPCSS_SUBTLE_LINES)] */ border-left: 1px solid #c6c6c6;
    border-right-style: dotted;
    border-width: 1px;
    /* [ReplaceColor(themeColor:"Dark1-Lightest")] */ border-color: #d7d7d7;
}

#PageContent .ms-blog-boldMonth {
    font-weight: bold;
}

#PageContent .ms-blog-commandSpace {
    padding-top: 5px;
}

#PageContent .ms-blog-postBody {
    padding-top: 5px;
    overflow: hidden;
}

#PageContent .ms-blog-postBody img {
    max-width: 100%;
}

#PageContent .ms-blog-postHeader {
    padding-right: 10px;
}

#PageContent .ms-blog-postDivider {
    height: 35px;
}

#PageContent .ms-blog-postDividerHr {
    margin: 0px;
    margin-top: 21px;
}

#PageContent .ms-blog-postComment {
    padding-bottom: 10px;
}

#PageContent .ms-blog-postComments {
    padding-top: 20px;
}

#PageContent .ms-blog-linkCommandBottom {
    margin-bottom: 6px;
}

#PageContent .ms-blog-linkCommandSeparator {
    padding-top: 10px;
}

#PageContent .ms-blog-linkCommandImage {
    top: 4px;
}

#PageContent .ms-blog-skinSelector {
    width: 100%;
    /* [ReplaceFont(themeFont:"body")] */ font-family: "Segoe UI", "Segoe", Tahoma, Helvetica, Arial, sans-serif;
}

#PageContent .ms-blog-quickLinksTitle.ms-blog-quickLinksTitle {
    padding-right: 0px;
}

#PageContent .ms-core-listMenu-verticalBox li.static > ul.static > li.static .ms-blog-quickLinksEntry.ms-blog-quickLinksEntry {
    padding-right: 20px;
}

#PageContent .ms-blog-listMenu-root {
    width: 200px;
}

#PageContent .ms-blog-skinSelectorLabel {
    margin: 5px 0px 6px;
}

#PageContent .ms-blog-adminLinks {
    /* [ReplaceColor(themeColor:"SubtleEmphasisBackground", #PageContent opacity:"1")] */ background-color: #efefef;
    /* [ReplaceColor(themeColor:"SubtleEmphasisBackground")] */ background-color: #f1f1f1;
    padding: 9px 14px 10px 14px;
    min-width: 170px;
    display: inline-block;
    margin-bottom: 6px;
}

#PageContent .ms-dlgOverlay {
    position: absolute;
    top: 0px;
    right: 0px;
    width: 100%;
    height: 100%;
    opacity: 0.4;
    background-color: #999;
    display: none;
}

#PageContent .ms-core-needIEFilter .ms-dlgOverlay {
    filter: alpha(opacity=50);
    -ms-filter: "alpha(opacity=50)";
}

#PageContent .ms-dlgFrameContainer {
    padding: 0px 19px 10px;
    overflow: auto;
}

#PageContent .ms-dlgTitle {
    padding: 13px 19px 15px;
    white-space: nowrap;
    cursor: move;
    overflow: hidden;
}

#PageContent .ms-dlgFrameContainerNoPadding {
    padding: 0px;
    overflow: auto;
}

#PageContent .ms-dlgTitleNoPadding {
    padding: 0px;
    white-space: nowrap;
    cursor: move;
    overflow: hidden;
}

#PageContent .ms-dlgFrame {
    width: 100%;
    height: 100%;
    border: none;
}

#PageContent .ms-dlgContent {
    /* [ReplaceColor(themeColor:"SubtleLines")] */ border: 1px solid #c6c6c6;
    position: absolute;
    /* [ReplaceColor(themeColor:"BackgroundOverlay", #PageContent opacity:"1.0")] */ background-color: #fff;
    box-shadow: 0px 0px 30px 0px rgba(0, #PageContent 0, #PageContent 0, #PageContent 0.47);
}

#PageContent .ms-dlgContentNoBorder {
    border: 0px;
    position: absolute;
    /* [ReplaceColor(themeColor:"BackgroundOverlay", #PageContent opacity:"1.0")] */ background-color: #fff;
    box-shadow: 0px 0px 30px 0px rgba(0, #PageContent 0, #PageContent 0, #PageContent 0.47);
}

#PageContent .ms-dlg-heading, #PageContent h2.ms-dlg-heading {
    /* [ReplaceFont(themeFont:"heading")] */ font-family: "Segoe UI", Tahoma, Arial, sans-serif;
    font-size: 1.46em;
    /* [ReplaceColor(themeColor:"WebPartHeading")] */ color: #444;
}

#PageContent .ms-dlgTitleText {
    float: right;
    overflow: hidden;
    text-overflow: ellipsis;
}

#PageContent .ms-dlgContent > .ms-dlgBorder > .ms-dlgTitle > .ms-dlgCloseBtn > .s4-clust {
    height: 16px !important;
    width: 16px !important;
}

#PageContent .ms-dlgTitleBtns {
    margin-top: -10px;
    margin-left: -18px;
    height: 30px;
    float: left;
}

#PageContent .ms-dlgCloseBtn > span {
    cursor: pointer;
    border: 1px solid transparent;
}

#PageContent .ms-dlgErrItem {
    display: inline;
    padding-left: 10px;
}

#PageContent .ms-dlgLoadingTextDiv {
    padding: 0px 0px 16px;
    white-space: nowrap;
}

#PageContent .ms-dlgLoadingText {
    text-align: right;
    padding-right: 3px;
    width: 100%;
}

#PageContent .ms-dialog body {
    /* [ReplaceColor(themeColor:"BackgroundOverlay", #PageContent opacity:"1.0")] */ background-color: #fff;
}

#PageContent
/* _lcid="1033" _version="15.0.4420"
_LocalBinding */
.ms-core-menu-box, #PageContent .ms-core-menu-boxBig {
    /* [ReplaceColor(themeColor:"BackgroundOverlay", #PageContent opacity:"1")] */ background-color: #fff;
    padding: 0px;
    z-index: 9999;
    border-collapse: separate;
    /* [ReplaceColor(themeColor:"DialogBorder")] */ border: 1px solid #d1d1d1;
    box-shadow: 0px 0px 7px 0px rgba(0, #PageContent 0, #PageContent 0, #PageContent 0.47);
    overflow: visible;
    text-align: right;
}

#PageContent .ms-core-needIEFilter .ms-core-menu-box, #PageContent .ms-core-needIEFilter .ms-core-menu-boxBig {
    /* [ReplaceColor(themeColor:"SubtleLines")] */ border: 1px solid #c6c6c6;
}

#PageContent .ms-core-menu-box {
    max-width: 250px;
}

#PageContent .ms-core-menu-boxBig {
    max-width: 400px;
}

#PageContent .ms-core-menu-list {
    margin: 0px;
    padding: 0px;
    list-style-type: none;
    max-height: 405px;
    min-width: 125px;
    overflow: auto;
}

#PageContent .ms-core-menu-item > .ms-core-menu-box > .ms-core-menu-list {
    padding: 0px;
}

#PageContent .ms-core-menu-item {
    margin: 0px;
    cursor: pointer;
    border: 1px solid transparent;
}

#PageContent .ms-core-menu-hasIcons > .ms-core-menu-list > .ms-core-menu-item {
    min-height: 24px;
}

#PageContent .ms-core-menu-hasIcons.ms-core-menu-boxBig > .ms-core-menu-list > .ms-core-menu-item {
    min-height: 40px;
}

#PageContent .ms-core-menu-iconLarge, #PageContent .ms-core-menu-icon {
    line-height: 1.5em;
    float: right;
}

#PageContent .ms-core-menu-icon {
    min-width: 16px;
    min-height: 16px;
}

#PageContent .ms-core-menu-iconLarge {
    min-width: 32px;
    min-height: 32px;
}

#PageContent .ms-core-menu-label, #PageContent .ms-core-menu-labelCompact {
    border: 1px solid transparent;
    word-wrap: break-word;
}

#PageContent .ms-core-menu-hasIcons > .ms-core-menu-list > .ms-core-menu-item > .ms-core-menu-link > .ms-core-menu-label, #PageContent .ms-core-menu-hasIcons > .ms-core-menu-list > .ms-core-menu-item > .ms-core-menu-link > .ms-core-menu-labelCompact {
    padding-right: 21px;
}

#PageContent .ms-core-menu-hasIcons.ms-core-menu-boxBig > .ms-core-menu-list > .ms-core-menu-item > .ms-core-menu-link > .ms-core-menu-label, #PageContent .ms-core-menu-hasIcons.ms-core-menu-boxBig > .ms-core-menu-list > .ms-core-menu-item > .ms-core-menu-link > .ms-core-menu-labelCompact {
    padding-right: 37px;
}

#PageContent .ms-core-menu-icon > img {
    height: 16px;
    width: 16px;
    vertical-align: middle;
}

#PageContent .ms-core-menu-iconLarge > img {
    height: 32px;
    width: 32px;
    vertical-align: middle;
}

#PageContent a.ms-core-menu-link {
    padding: 6px 8px;
    /* [ReplaceColor(themeColor:"BodyText")] */ color: #444;
    text-decoration: none;
    display: block;
    position: relative;
}

#PageContent a.ms-core-menu-link:focus {
    outline: 1px dotted transparent;
}

#PageContent a.ms-core-menu-indent {
    padding-right: 27px;
}

#PageContent .ms-core-menu-item:hover, #PageContent .ms-core-menu-itemSelected {
    /* [ReplaceColor(themeColor:"HoverBackground")] */ background-color: rgba( 205, #PageContent 230, #PageContent 247, #PageContent 0.5 );
}

#PageContent .ms-core-menu-item[disabled=true]:hover, #PageContent .ms-core-menu-itemDisabled.ms-core-menu-item:hover, #PageContent .ms-core-menu-itemDisabled.ms-core-menu-itemSelected {
    background-color: transparent;
}

#PageContent .ms-core-needIEFilter .ms-core-menu-item:hover, #PageContent .ms-core-needIEFilter .ms-core-menu-itemSelected {
    /* [ReplaceColor(THEME_COLOR_BACKGROUND_SOLID, #PageContent opacity:"1")] */ background-color: #cde6f7;
}

#PageContent .ms-core-needIEFilter .ms-core-menu-item[disabled=true]:hover, #PageContent .ms-core-needIEFilter .ms-core-menu-itemDisabled.ms-core-menu-item:hover, #PageContent .ms-core-needIEFilter .ms-core-menu-itemDisabled.ms-core-menu-itemSelected {
    background-color: transparent;
}

#PageContent .ms-core-menu-item[disabled=true] > .ms-core-menu-link > .ms-core-menu-label > .ms-core-menu-title, #PageContent .ms-core-menu-itemDisabled > .ms-core-menu-link > .ms-core-menu-label > .ms-core-menu-title {
    /* [ReplaceColor(themeColor:"DisabledText")] */ color: #b1b1b1;
}

#PageContent .ms-core-menu-item[disabled=true], #PageContent .ms-core-menu-item[disabled=true] > .ms-core-menu-link, #PageContent .ms-core-menu-itemDisabled, #PageContent .ms-core-menu-itemDisabled > .ms-core-menu-link {
    cursor: default;
}

#PageContent .ms-core-menu-staticItemSelected, #PageContent .ms-core-menu-staticItemSelected:hover {
    /* [ReplaceColor(themeColor:"SelectionBackground")] */ background-color: rgba( 156, #PageContent 206, #PageContent 240, #PageContent 0.5 );
}

#PageContent .ms-core-needIEFilter .ms-core-menu-staticItemSelected, #PageContent .ms-core-needIEFilter .ms-core-menu-staticItemSelected:hover {
    background-color: transparent;
    /* [ReplaceColor(THEME_COLOR_SELECTION_BACKGROUND_SOLID, #PageContent opacity:"1")] */ background-color: #9ccef0;
}

#PageContent .ms-core-menu-arrowBox {
    display: inline-block;
    position: absolute;
    left: 0px;
    top: 5px;
}

#PageContent .ms-core-menu-arrow {
    display: inline-block;
    vertical-align: middle;
}

#PageContent .ms-core-menu-hasArrow > .ms-core-menu-link {
    padding-left: 15px;
}

#PageContent .ms-core-menu-separator:first-child {
    display: none;
}

#PageContent .ms-core-menu-separatorHr {
    margin: 2px 0px;
    /* [ReplaceColor(themeColor:"SubtleLines")] */ color: #c6c6c6;
}

#PageContent .ms-core-menu-button {
    cursor: pointer;
}

#PageContent .ms-core-menu-link:link, #PageContent .ms-core-menu-link:visited {
    /* [ReplaceColor(themeColor:"BodyText")] */ color: #444;
}

#PageContent .ms-core-menu-closebutton {
    text-align: left;
    padding: 8px 10px;
}

#PageContent
/* _lcid="1033" _version="15.0.4420"
_LocalBinding */
.ms-cui-ribbon, #PageContent .ms-cui-menu, #PageContent .ms-cui-toolbar-toolbar {
    font-family: "Segoe UI", Tahoma, Arial, sans-serif;
    font-size: 8pt;
    color: #6c6e70;
}

#PageContent .ms-cui-ribbon a, #PageContent .ms-cui-menu a, #PageContent .ms-cui-toolbar-toolbar a {
    text-decoration: none;
}

#PageContent .ms-cui-topBar1 {
    position: absolute;
    text-align: center;
    width: 100%;
}

#PageContent .ms-cui-TabRowLeft, #PageContent .ms-cui-jewel-container {
    float: right;
}

#PageContent .ms-cui-topBar2 .ms-cui-jewel-container {
    margin-top: 20px;
    padding-left: 3px;
}

#PageContent .ms-cui-jewel-container {
    height: 23px;
    white-space: nowrap;
}

#PageContent .ms-cui-jewel-container a {
    cursor: pointer;
}

#PageContent .ms-cui-jewel-middle {
    vertical-align: top;
}

#PageContent .ms-cui-jewel-label {
    display: inline-block;
    color: #fff;
}

#PageContent .ms-cui-jewel, #PageContent .ms-cui-jewel-jewelMenuLauncher {
    display: block;
}

#PageContent .ms-cui-jewel-jewelMenuLauncher > a {
    display: block;
    height: 24px;
}

#PageContent .ms-cui-TabRowRight {
    float: left;
}

#PageContent .ms-cui-qat-container {
    position: absolute;
    right: 0px;
    top: 0px;
}

#PageContent .ms-cui-QATRowCenter {
    color: #68696b;
    margin-top: 3px;
}

#PageContent .ms-cui-QATRowRight {
    position: absolute;
    left: 0px;
    top: 0px;
}

#PageContent .ms-cui-QATRowRight a.ms-cui-ctl {
    margin-left: 0px;
    margin-right: 4px;
}

#PageContent .ms-cui-TabRowRight a.ms-cui-ctl {
    margin-left: 0px;
    margin-right: 4px;
}

#PageContent .ms-cui-ribbon a img, #PageContent .ms-cui-menu a img, #PageContent .ms-cui-QAT a img, #PageContent .ms-cui-toolbar-toolbar a img {
    border: 0px;
}

#PageContent .ms-cui-modalDiv-ie, #PageContent .ms-cui-modalDiv-ff {
    display: block;
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0px;
    right: 0px;
    z-index: 1000;
}

#PageContent .ms-cui-modalDiv-ie {
    opacity: 0;
    background-color: white;
}

#PageContent .ms-cui-modalDiv-ie8 {
    filter: alpha(opacity=0);
    -ms-filter: "alpha(opacity=0)";
}

#PageContent .ms-cui-modalDiv-ff {
    background-color: transparent;
}

#PageContent .ms-cui-block {
    display: block;
}

#PageContent .ms-cui-glass-ie, #PageContent .ms-cui-glass-ff {
    position: absolute;
    top: 0px;
    right: 0px;
    bottom: 0px;
    left: 0px;
    display: block;
    z-index: 1001;
}

#PageContent .ms-cui-glass-ie {
    background-color: #fff;
    opacity: 0;
}

#PageContent .ms-cui-needIEFilter .ms-cui-glass-ie {
    filter: alpha(opacity=0);
    -ms-filter: "alpha(opacity=0)";
}

#PageContent .ms-cui-glass-ff {
    background-color: transparent;
}

#PageContent .ms-cui-topBar2 {
    /* [ReplaceColor(themeColor:"TopBarBackground")] */ border-bottom: 1px solid rgba( 239, #PageContent 239, #PageContent 239, #PageContent 0.78 );
    height: 34px;
}

#PageContent .ms-cui-tts, #PageContent .ms-cui-tts-scale-1, #PageContent .ms-cui-tts-scale-2 {
    display: block;
    float: right;
    white-space: nowrap;
    height: 35px;
    overflow-y: hidden;
    overflow-x: hidden;
    margin: 0px 0px -1px 0px;
    padding: 0px;
    list-style-type: none;
}

#PageContent .ms-cui-tt, #PageContent .ms-cui-cg {
    display: block;
    float: right;
    margin: 0px 0px 2px 2px;
    padding: 0px;
    list-style-type: none;
    height: 33px;
}

#PageContent .ms-cui-tt-a {
    margin-top: 5px;
    color: #fff !important;
    border: 1px solid transparent;
    border-bottom: 0px;
    display: block;
    cursor: default;
}

#PageContent .ms-cui-tt-span {
    display: block;
    padding: 8px 10px 8px;
    border-top: 1px solid transparent;
    text-align: center;
}

#PageContent .ms-cui-tt-s > .ms-cui-tt-a {
    /* [ReplaceColor(themeColor:"Dark2-Medium")] */ border-color: #b6babf;
    background-color: #fff;
    color: #23272c !important;
}

#PageContent .ms-cui-tts > .ms-cui-tt-s > .ms-cui-tt-a > .ms-cui-tt-span {
    padding-bottom: 8px;
}

#PageContent .ms-cui-tts-scale-1 .ms-cui-tt-span, #PageContent .ms-cui-tts-scale-1 .ms-cui-cg-t, #PageContent .ms-cui-tts-scale-2 .ms-cui-tt-span {
    padding-right: 1px;
    padding-left: 1px;
}

#PageContent .ms-cui-tts-scale-2 .ms-cui-tt-a {
    width: 20px;
    overflow: hidden;
}

#PageContent .ms-cui-tts-scale-2 .ms-cui-cg-t {
    visibility: hidden;
    width: 0px;
}

#PageContent .ms-cui-tts-scale-2 .ms-cui-cg-i {
    width: 20px;
}

#PageContent .ms-cui-tt-a:hover {
    /* [ReplaceColor(themeColor:"Dark2", #PageContent themeTint:"0.8")] */ border-color: #5a707b;
    color: #fff !important;
}

#PageContent .ms-cui-tt-s .ms-cui-tt-a:hover {
    /* [ReplaceColor(themeColor:"Dark2-Medium")] */ border-color: #b6babf;
    color: #23272c !important;
}

#PageContent .ms-cui-tabBody {
    overflow: hidden;
    width: 100%;
    background-color: #fff;
    height: 90px;
    border-style: solid;
    border-width: 0px 0px 1px 0px;
    border-bottom-color: #e1e1e1;
    margin: 0px;
    padding: 0px;
}

#PageContent .ms-cui-group {
    margin: 0px;
    padding: 0px;
    list-style-type: none;
    float: right;
    padding: 0px;
    height: 90px;
    position: relative;
    text-align: center;
}

#PageContent .ms-cui-groupContainer {
    display: inline-block;
}

#PageContent .ms-cui-groupBody {
    display: block;
    padding: 2px 3px 0px;
    height: 71px;
    text-align: center;
}

#PageContent .ms-cui-groupTitle {
    display: block;
    text-align: center;
    color: #666;
    cursor: default;
    white-space: nowrap;
    padding: 0px 3px 0px 6px;
}

#PageContent .ms-cui-groupSeparator {
    display: inline-block;
    height: 86px;
    position: relative;
    top: 4px;
    border-left: 1px solid;
    border-left-color: #e7e7e8;
}

#PageContent .ms-cui-layout {
    display: inline-block;
}

#PageContent .ms-cui-section, #PageContent .ms-cui-section-alignmiddle {
    display: inline-block;
    vertical-align: top;
    text-align: right;
}

#PageContent .ms-cui-section-divider {
    display: inline-block;
    height: 58px;
    margin-top: 8px;
    border-right: 1px solid #c2c6ca;
    border-left: 1px solid #fff;
}

#PageContent .ms-cui-row, #PageContent .ms-cui-row-onerow, #PageContent .ms-cui-row-tworowmiddle, #PageContent .ms-cui-row-tworow {
    display: block;
}

#PageContent .ms-cui-row, #PageContent .ms-cui-row-tworow {
    height: 22px;
    margin-bottom: 2px;
}

#PageContent .ms-cui-section-alignmiddle .ms-cui-row-tworow {
    margin-top: 8px;
}

#PageContent .ms-cui-section-alignmiddle .ms-cui-row-onerow {
    margin-top: 20px;
}

#PageContent .ms-cui-strip {
    display: inline-block;
    border: 1px solid #e1e3e4;
    vertical-align: top;
    margin-right: 1px;
    margin-left: 1px;
}

#PageContent .sp-menu-disabled {
    color: #5b626c;
    background-color: #C6C6C6;
}

#PageContent .ms-cui-toolbar-toolbar {
    background: #fff url("/_layouts/15/images/RibbonBG.png?rev=23") repeat-x left top;
    cursor: default;
    width: 100%;
    text-align: center;
    height: 44px;
}

#PageContent .ms-cui-toolbar-buttondock {
    padding: 1px 0px 0px;
    margin: 20px 0px 1px;
    height: 22px;
    vertical-align: top;
}

#PageContent .ms-cui-toolbar-buttondock.alignleft {
    right: 0px;
    position: absolute;
}

#PageContent .ms-cui-toolbar-buttondock.aligncenter {
    position: relative;
}

#PageContent .ms-cui-toolbar-buttondock.alignright {
    left: 0px;
    position: absolute;
}

#PageContent .ms-cui-toolbar-buttondock .ms-cui-tb {
    height: 14px;
    padding: 2px 3px;
    vertical-align: bottom;
    text-align: left;
}

#PageContent .ms-cui-toolbar-buttondock .ms-cui-fslb {
    padding: 0;
}

#PageContent .ms-cui-toolbar-buttondock .ms-cui-cb {
    height: 20px;
}

#PageContent .ms-cui-toolbar-buttondock .ms-cui-cb .ms-cui-cb-input {
    height: 14px;
    padding-top: 2px;
    padding-right: 0px;
    padding-left: 0px;
    text-align: center;
}

#PageContent .ms-cui-toolbar-buttondock .ms-cui-cb .ms-cui-dd-arrow-button {
    height: 18px;
    padding: 0px 2px;
}

#PageContent .ms-cui-toolbar-button-left {
    margin-left: 4px;
    vertical-align: middle;
}

#PageContent .ms-cui-toolbar-button-center {
    margin-right: 2px;
    margin-left: 2px;
    vertical-align: bottom;
    position: relative;
}

#PageContent .ms-cui-toolbar-button-right {
    margin-right: 4px;
    margin-left: 0px !important;
    vertical-align: middle;
}

#PageContent .ms-cui-toolbar-toolbar .ms-cui-ribbonTopBars .ms-cui-topBar2 {
    border-bottom: 1px solid #868b91;
}

#PageContent .ms-cui-toolbar-toolbar .ms-cui-ribbonTopBars .ms-cui-topBar1 .ms-cui-QATRowLeft {
    position: absolute;
    right: 0px;
    top: 0px;
}

#PageContent .ms-cui-contextmenu-inner {
    background-color: #fafafa;
    font-family: "Segoe UI", Tahoma, Arial, sans-serif;
    font-size: 8pt;
    cursor: pointer;
}

#PageContent .ms-cui-contextmenu {
    border: solid #7f7f7f 1px;
    z-index: 1001;
}

#PageContent .ms-cui-hidden {
    position: absolute;
    top: -2000px;
    width: 1px;
    height: 1px;
    overflow: hidden;
    word-wrap: normal;
}

#PageContent .ms-cui-disabled * {
    color: #5b626c !important;
    cursor: default !important;
}

#PageContent .ms-cui-disabled .ms-cui-img-container, #PageContent .ms-cui-disabled .ms-cui-img-cont-float, #PageContent .ms-cui-disabled .ms-cui-jewel-left, #PageContent .ms-cui-disabled .ms-cui-jewel-middle, #PageContent .ms-cui-disabled .ms-cui-jewel-right {
    background-color: #fff !important;
    opacity: 0.3;
}

#PageContent .ms-cui-needIEFilter .ms-cui-disabled .ms-cui-img-container, #PageContent .ms-cui-needIEFilter .ms-cui-disabled .ms-cui-img-cont-float, #PageContent .ms-cui-needIEFilter .ms-cui-disabled .ms-cui-jewel-left, #PageContent .ms-cui-needIEFilter .ms-cui-disabled .ms-cui-jewel-middle, #PageContent .ms-cui-needIEFilter .ms-cui-disabled .ms-cui-jewel-right {
    filter: alpha(opacity=30);
    -ms-filter: "alpha(opacity=30)";
}

#PageContent .ms-cui-disabled .ms-cui-jewel-middle .ms-cui-jewel-label {
    color: #fff !important;
}

#PageContent .ms-cui-cg {
    height: 27px;
    margin-top: 5px;
    border-top: 4px solid transparent;
}

#PageContent .ms-cui-cg-i {
    position: absolute;
    top: -100000px;
    right: -100000px;
}

#PageContent .ms-cui-cg-t {
    text-align: center;
    padding: 1px 10px 2px 10px;
}

#PageContent .ms-cui-cg-t-i {
    height: 15px;
    display: inline-block;
}

#PageContent .ms-cui-cg-s .ms-cui-cg-t {
    background-image: none;
}

#PageContent .ms-cui-ct-ul {
    margin: 0px;
    padding: 0px;
    list-style-type: none;
    height: 25px;
}

#PageContent .ms-cui-ct-ul .ms-cui-tt {
    height: auto;
    margin-left: 0px;
}

#PageContent .ms-cui-ct-ul .ms-cui-tt-a {
    margin-top: 0px;
    padding-top: 1px;
    border-top: 0px;
}

#PageContent .ms-cui-ct-ul .ms-cui-tt-span {
    padding-top: 4px;
}

#PageContent .ms-cui-ct-last {
    margin-left: 0px;
}

#PageContent .ms-cui-ct-first .ms-cui-tt-a {
    border-right: 1px solid transparent;
}

#PageContent .ms-cui-ct-last .ms-cui-tt-a {
    border-left: 1px solid transparent;
}

#PageContent .ms-cui-ct-first.ms-cui-ct-last {
    float: none;
    text-align: right;
}

#PageContent .ms-cui-ct-ul .ms-cui-tt-a:hover .ms-cui-tt-span {
    padding-bottom: 8px;
}

#PageContent .ms-cui-cg-s .ms-cui-ct-ul {
}

#PageContent .ms-cui-oneCtxTab {
    height: auto !important;
    border-bottom: 0px !important;
}

#PageContent .ms-cui-ct-ul .ms-cui-tt-s .ms-cui-tt-span {
    padding-bottom: 9px !important;
}

#PageContent .ms-cui-cg-s .ms-cui-tt-a {
    color: #23272c !important;
}

#PageContent .ms-cui-cg .ms-cui-tt-a:hover {
    border-color: transparent;
}

#PageContent .ms-cui-cg-db.ms-cui-cg {
    border-top-color: #508ee6;
}

#PageContent .ms-cui-ct-topBar-db, #PageContent .ms-cui-tabBody-db {
    border-color: #508ee6 !important;
}

#PageContent .ms-cui-cg-db .ms-cui-ct-ul {
    background-color: transparent;
    ;
    border-color: #508ee6;
}

#PageContent .ms-cui-cg-db .ms-cui-tt-s > .ms-cui-tt-a > .ms-cui-tt-span, #PageContent .ms-cui-cg-db .ms-cui-tt > .ms-cui-tt-a:hover > .ms-cui-tt-span {
    color: #34609d !important;
}

#PageContent .ms-cui-cg-db.ms-cui-cg-s .ms-cui-tt-s .ms-cui-tt-a, #PageContent .ms-cui-cg-db.ms-cui-cg-s .ms-cui-tt-s .ms-cui-tt-a:hover {
    border-color: #508ee6;
}

#PageContent .ms-cui-cg-db .ms-cui-ct-first > .ms-cui-tt-a, #PageContent .ms-cui-cg-db .ms-cui-ct-first > .ms-cui-tt-a:hover {
    border-right-color: #508ee6;
}

#PageContent .ms-cui-cg-db .ms-cui-ct-last > .ms-cui-tt-a, #PageContent .ms-cui-cg-db .ms-cui-ct-last > .ms-cui-tt-a:hover {
    border-left-color: #508ee6;
}

#PageContent .ms-cui-cg-lb.ms-cui-cg {
    border-top-color: #36a7ca;
}

#PageContent .ms-cui-ct-topBar-lb, #PageContent .ms-cui-tabBody-lb {
    border-color: #36a7ca !important;
}

#PageContent .ms-cui-cg-lb .ms-cui-ct-ul {
    background-color: transparent;
    ;
    border-color: #36a7ca;
}

#PageContent .ms-cui-cg-lb .ms-cui-tt-s > .ms-cui-tt-a > .ms-cui-tt-span, #PageContent .ms-cui-cg-lb .ms-cui-tt > .ms-cui-tt-a:hover > .ms-cui-tt-span {
    color: #368499 !important;
}

#PageContent .ms-cui-cg-lb.ms-cui-cg-s .ms-cui-tt-s .ms-cui-tt-a, #PageContent .ms-cui-cg-lb.ms-cui-cg-s .ms-cui-tt-s .ms-cui-tt-a:hover {
    border-color: #36a7ca;
}

#PageContent .ms-cui-cg-lb .ms-cui-ct-first > .ms-cui-tt-a, #PageContent .ms-cui-cg-lb .ms-cui-ct-first > .ms-cui-tt-a:hover {
    border-right-color: #36a7ca;
}

#PageContent .ms-cui-cg-lb .ms-cui-ct-last > .ms-cui-tt-a, #PageContent .ms-cui-cg-lb .ms-cui-ct-last > .ms-cui-tt-a:hover {
    border-left-color: #36a7ca;
}

#PageContent .ms-cui-cg-tl.ms-cui-cg {
    border-top-color: #2299ab;
}

#PageContent .ms-cui-ct-topBar-tl, #PageContent .ms-cui-tabBody-tl {
    border-color: #2299ab !important;
}

#PageContent .ms-cui-cg-tl .ms-cui-ct-ul {
    background-color: transparent;
    ;
    border-color: #2299ab;
}

#PageContent .ms-cui-cg-tl .ms-cui-tt-s > .ms-cui-tt-a > .ms-cui-tt-span, #PageContent .ms-cui-cg-tl .ms-cui-tt > .ms-cui-tt-a:hover > .ms-cui-tt-span {
    color: #006c7d !important;
}

#PageContent .ms-cui-cg-tl.ms-cui-cg-s .ms-cui-tt-s .ms-cui-tt-a, #PageContent .ms-cui-cg-tl.ms-cui-cg-s .ms-cui-tt-s .ms-cui-tt-a:hover {
    border-color: #2299ab;
}

#PageContent .ms-cui-cg-tl .ms-cui-ct-first > .ms-cui-tt-a, #PageContent .ms-cui-cg-tl .ms-cui-ct-first > .ms-cui-tt-a:hover {
    border-right-color: #2299ab;
}

#PageContent .ms-cui-cg-tl .ms-cui-ct-last > .ms-cui-tt-a, #PageContent .ms-cui-cg-tl .ms-cui-ct-last > .ms-cui-tt-a:hover {
    border-left-color: #2299ab;
}

#PageContent .ms-cui-cg-or.ms-cui-cg {
    border-top-color: #ff9d00;
}

#PageContent .ms-cui-ct-topBar-or, #PageContent .ms-cui-tabBody-or {
    border-color: #ff9d00 !important;
}

#PageContent .ms-cui-cg-or .ms-cui-ct-ul {
    background-color: transparent;
    ;
    border-color: #ff9d00;
}

#PageContent .ms-cui-cg-or .ms-cui-tt-s > .ms-cui-tt-a > .ms-cui-tt-span, #PageContent .ms-cui-cg-or .ms-cui-tt > .ms-cui-tt-a:hover > .ms-cui-tt-span {
    color: #c45300 !important;
}

#PageContent .ms-cui-cg-or.ms-cui-cg-s .ms-cui-tt-s .ms-cui-tt-a, #PageContent .ms-cui-cg-or.ms-cui-cg-s .ms-cui-tt-s .ms-cui-tt-a:hover {
    border-color: #ff9d00;
}

#PageContent .ms-cui-cg-or .ms-cui-ct-first > .ms-cui-tt-a, #PageContent .ms-cui-cg-or .ms-cui-ct-first > .ms-cui-tt-a:hover {
    border-right-color: #ff9d00;
}

#PageContent .ms-cui-cg-or .ms-cui-ct-last > .ms-cui-tt-a, #PageContent .ms-cui-cg-or .ms-cui-ct-last > .ms-cui-tt-a:hover {
    border-left-color: #ff9d00;
}

#PageContent .ms-cui-cg-gr.ms-cui-cg {
    border-top-color: #49a349;
}

#PageContent .ms-cui-ct-topBar-gr, #PageContent .ms-cui-tabBody-gr {
    border-color: #49a349 !important;
}

#PageContent .ms-cui-cg-gr .ms-cui-ct-ul {
    background-color: transparent;
    ;
    border-color: #49a349;
}

#PageContent .ms-cui-cg-gr .ms-cui-tt-s > .ms-cui-tt-a > .ms-cui-tt-span, #PageContent .ms-cui-cg-gr .ms-cui-tt > .ms-cui-tt-a:hover > .ms-cui-tt-span {
    color: #067006 !important;
}

#PageContent .ms-cui-cg-gr.ms-cui-cg-s .ms-cui-tt-s .ms-cui-tt-a, #PageContent .ms-cui-cg-gr.ms-cui-cg-s .ms-cui-tt-s .ms-cui-tt-a:hover {
    border-color: #49a349;
}

#PageContent .ms-cui-cg-gr .ms-cui-ct-first > .ms-cui-tt-a, #PageContent .ms-cui-cg-gr .ms-cui-ct-first > .ms-cui-tt-a:hover {
    border-right-color: #49a349;
}

#PageContent .ms-cui-cg-gr .ms-cui-ct-last > .ms-cui-tt-a, #PageContent .ms-cui-cg-gr .ms-cui-ct-last > .ms-cui-tt-a:hover {
    border-left-color: #49a349;
}

#PageContent .ms-cui-cg-mg.ms-cui-cg {
    border-top-color: #c9599c;
}

#PageContent .ms-cui-ct-topBar-mg, #PageContent .ms-cui-tabBody-mg {
    border-color: #c9599c !important;
}

#PageContent .ms-cui-cg-mg .ms-cui-ct-ul {
    background-color: transparent;
    ;
    border-color: #c9599c;
}

#PageContent .ms-cui-cg-mg .ms-cui-tt-s > .ms-cui-tt-a > .ms-cui-tt-span, #PageContent .ms-cui-cg-mg .ms-cui-tt > .ms-cui-tt-a:hover > .ms-cui-tt-span {
    color: #9c276d !important;
}

#PageContent .ms-cui-cg-mg.ms-cui-cg-s .ms-cui-tt-s .ms-cui-tt-a, #PageContent .ms-cui-cg-mg.ms-cui-cg-s .ms-cui-tt-s .ms-cui-tt-a:hover {
    border-color: #c9599c;
}

#PageContent .ms-cui-cg-mg .ms-cui-ct-first > .ms-cui-tt-a, #PageContent .ms-cui-cg-mg .ms-cui-ct-first > .ms-cui-tt-a:hover {
    border-right-color: #c9599c;
}

#PageContent .ms-cui-cg-mg .ms-cui-ct-last > .ms-cui-tt-a, #PageContent .ms-cui-cg-mg .ms-cui-ct-last > .ms-cui-tt-a:hover {
    border-left-color: #c9599c;
}

#PageContent .ms-cui-cg-yl.ms-cui-cg {
    border-top-color: #f2cb1d;
}

#PageContent .ms-cui-ct-topBar-yl, #PageContent .ms-cui-tabBody-yl {
    border-color: #f2cb1d !important;
}

#PageContent .ms-cui-cg-yl .ms-cui-ct-ul {
    background-color: transparent;
    ;
    border-color: #f2cb1d;
}

#PageContent .ms-cui-cg-yl .ms-cui-tt-s > .ms-cui-tt-a > .ms-cui-tt-span, #PageContent .ms-cui-cg-yl .ms-cui-tt > .ms-cui-tt-a:hover > .ms-cui-tt-span {
    color: #856300 !important;
}

#PageContent .ms-cui-cg-yl.ms-cui-cg-s .ms-cui-tt-s .ms-cui-tt-a, #PageContent .ms-cui-cg-yl.ms-cui-cg-s .ms-cui-tt-s .ms-cui-tt-a:hover {
    border-color: #f2cb1d;
}

#PageContent .ms-cui-cg-yl .ms-cui-ct-first > .ms-cui-tt-a, #PageContent .ms-cui-cg-yl .ms-cui-ct-first > .ms-cui-tt-a:hover {
    border-right-color: #f2cb1d;
}

#PageContent .ms-cui-cg-yl .ms-cui-ct-last > .ms-cui-tt-a, #PageContent .ms-cui-cg-yl .ms-cui-ct-last > .ms-cui-tt-a:hover {
    border-left-color: #f2cb1d;
}

#PageContent .ms-cui-cg-pp.ms-cui-cg {
    border-top-color: #935ed3;
}

#PageContent .ms-cui-ct-topBar-pp, #PageContent .ms-cui-tabBody-pp {
    border-color: #935ed3 !important;
}

#PageContent .ms-cui-cg-pp .ms-cui-ct-ul {
    background-color: transparent;
    ;
    border-color: #935ed3;
}

#PageContent .ms-cui-cg-pp .ms-cui-tt-s > .ms-cui-tt-a > .ms-cui-tt-span, #PageContent .ms-cui-cg-pp .ms-cui-tt > .ms-cui-tt-a:hover > .ms-cui-tt-span {
    color: #6b25ba !important;
}

#PageContent .ms-cui-cg-pp.ms-cui-cg-s .ms-cui-tt-s .ms-cui-tt-a, #PageContent .ms-cui-cg-pp.ms-cui-cg-s .ms-cui-tt-s .ms-cui-tt-a:hover {
    border-color: #935ed3;
}

#PageContent .ms-cui-cg-pp .ms-cui-ct-first > .ms-cui-tt-a, #PageContent .ms-cui-cg-pp .ms-cui-ct-first > .ms-cui-tt-a:hover {
    border-right-color: #935ed3;
}

#PageContent .ms-cui-cg-pp .ms-cui-ct-last > .ms-cui-tt-a, #PageContent .ms-cui-cg-pp .ms-cui-ct-last > .ms-cui-tt-a:hover {
    border-left-color: #935ed3;
}

#PageContent .ms-cui-cg-s .ms-cui-tt-s .ms-cui-tt-a {
    background-color: #fff;
    padding-bottom: 3px;
}

#PageContent .ms-cui-section > * > .ms-cui-ctl-large, #PageContent .ms-cui-section > * > .ms-cui-ctl-medium, #PageContent .ms-cui-ctl {
    border: 1px solid transparent;
}

#PageContent .ms-cui-ctl-large:hover, #PageContent .ms-cui-ctl-medium:hover, #PageContent .ms-cui-ctl-large:focus, #PageContent .ms-cui-ctl-medium:focus, #PageContent .ms-cui-ctl:hover, #PageContent .ms-cui-ctl:focus, #PageContent .ms-cui-dd-arrow-button:hover, #PageContent .ms-cui-dd-arrow-button:focus {
    border-color: #92b7d1;
}

#PageContent .ms-cui-ctl-light-hoveredOver, #PageContent .ms-cui-ctl-menu:hover, #PageContent .ms-cui-ctl-menu:focus, #PageContent .ms-cui-dd-arrow-button:hover, #PageContent .ms-cui-dd-arrow-button:focus, #PageContent .ms-cui-cb-input:hover, #PageContent .ms-cui-cb-input:focus, #PageContent .ms-cui-spn-btnup:hover, #PageContent .ms-cui-spn-btnup:focus, #PageContent .ms-cui-spn-btndown:hover, #PageContent .ms-cui-spn-btndown:focus, #PageContent .ms-cui-ctl-hoveredOver, #PageContent .ms-cui-ctl-large-groupPopup:hover {
    background-color: #cde6f7;
}

#PageContent .ms-cui-ctl-large:active, #PageContent .ms-cui-ctl-medium:active, #PageContent .ms-cui-ctl-light-hoveredOver:active, #PageContent .ms-cui-ctl:active, #PageContent .ms-cui-ctl-menu:active, #PageContent .ms-cui-dd-arrow-button:active, #PageContent .ms-cui-cb-input:active, #PageContent .ms-cui-spn-btnup:active, #PageContent .ms-cui-spn-btndown:active {
    border-color: #92b7d1;
    background-color: #92b7d1;
}

#PageContent .ms-cui-ctl-split-hover {
    background-color: #fff;
}

#PageContent .ms-cui-ctl-on {
    border-color: #cde6f7;
    background-color: #cde6f7 !important;
}

#PageContent .ms-cui-disabled {
    color: #767676;
}

#PageContent .ms-cui-spn-txtbx, #PageContent .ms-cui-spn-btnup, #PageContent .ms-cui-spn-btndown {
    border: 1px solid #ababab;
}

#PageContent .ms-cui-spn-btndown {
    border-top-color: transparent;
}

#PageContent .ms-cui-spn-btnup {
    border-bottom-color: transparent;
}

#PageContent .ms-cui-spn-btnup, #PageContent .ms-cui-spn-btndown {
    border-right-color: transparent;
}

#PageContent .ms-cui-spn-txtbx {
    border-left-color: transparent;
}

#PageContent .ms-cui-spn-txtbx {
    color: #3B3B3B;
}

#PageContent .ms-cui-spn-btnup:hover, #PageContent .ms-cui-spn-btnup-ctl-hover, #PageContent .ms-cui-spn-btndown:hover, #PageContent .ms-cui-spn-btndown-ctl-hover, #PageContent .ms-cui-spn-txtbx-hover {
    border-color: #92b7d1;
}

#PageContent .ms-cui-ctl-iconContainer {
    vertical-align: middle;
}

#PageContent .ms-cui-ctl-largelabel, #PageContent .ms-cui-ctl-mediumlabel {
    color: #23272c;
}

#PageContent .ms-cui-groupBody input[type=text] {
    border-color: #d3d6d9;
    background-color: #fff;
    color: #000;
}

#PageContent .ms-cui-groupBody input[type=text]:hover {
    background-color: #fff;
    border-color: #bbbfc4;
}

#PageContent .ms-cui-groupBody input[type=text]:focus {
    border-color: #bbbfc4;
    outline: invert none medium;
}

#PageContent .ms-cui-ctl-large {
    overflow: hidden;
    display: inline-block;
    text-align: center;
    vertical-align: top;
    margin-right: 1px;
    margin-left: 1px;
}

#PageContent a.ms-cui-ctl-large {
    padding: 2px 0px 2px;
    height: 63px;
    cursor: default;
}

#PageContent a.ms-cui-ctl-a1:hover *, #PageContent a.ms-cui-ctl-large:hover *, #PageContent a.ms-cui-ctl-thin:hover *, #PageContent .ms-cui-ctl-a2:hover *, #PageContent .ms-cui-ctl:hover *, #PageContent .ms-cui-jewel-jewelMenuLauncher:hover, #PageContent .ms-cui-jewel-jewelMenuLauncher:hover * {
    cursor: default;
}

#PageContent .ms-cui-ctl-large .ms-cui-ctl-a1, #PageContent .ms-cui-ctl-large .ms-cui-ctl-a2 {
    display: block;
    border: 1px solid transparent;
    cursor: default;
}

#PageContent .ms-cui-ctl-large .ms-cui-ctl-a1 {
    padding: 0px 4px;
}

#PageContent .ms-cui-ctl-large .ms-cui-ctl-a2 {
    padding: 0px 1px;
}

#PageContent .ms-cui-ctl-largelabel {
    display: block;
    padding: 2px 1px 0px;
    line-height: 1em !important;
}

#PageContent .ms-cui-ctl-a2 .ms-cui-ctl-largelabel {
    padding-top: 1px;
    height: 26px;
}

#PageContent .ms-cui-ctl-largeIconContainer {
    height: 33px;
    padding: 2px 4px 0px;
    display: block;
}

#PageContent .ms-cui-ctl-large .ms-cui-ctl-a1Internal {
    height: 33px;
    padding-top: 4px;
    display: block;
}

#PageContent .ms-cui-ctl-large .ms-cui-ctl-a2 {
    border-top: 0px !important;
}

#PageContent .ms-cui-disabled:hover, #PageContent .ms-cui-ctl-a1.ms-cui-disabled:hover *, #PageContent .ms-cui-ctl-large.ms-cui-disabled:hover *, #PageContent .ms-cui-ctl-large.ms-cui-disabled:hover, #PageContent .ms-cui-ctl-thin.ms-cui-disabled:hover, #PageContent .ms-cui-ctl-menu.ms-cui-disabled:hover, #PageContent .ms-cui-gallerybutton-a.ms-cui-disabled:hover {
    border-color: transparent !important;
    background-color: transparent;
    cursor: default !important;
}

#PageContent .ms-cui-disabled:active, #PageContent .ms-cui-ctl2-disabled:active, #PageContent .ms-cui-ctl2-disabled:active .ms-cui-ctl-a1, #PageContent .ms-cui-ctl2-disabled:active .ms-cui-ctl-a2 {
    background-color: transparent !important;
}

#PageContent .ms-cui-ctl-disabledHoveredOver, #PageContent .ms-cui-disabled.ms-cui-ctl-menu:active {
    border-color: #ededed !important;
    background-color: #fafafa;
}

#PageContent .ms-cui-ctl-largelabel .ms-cui-img-13by13 {
    vertical-align: middle;
}

#PageContent .ms-cui-ctl-largelabel .ms-cui-img-5by3 {
    vertical-align: middle;
    margin-top: 2px;
}

#PageContent .ms-cui-ctl-large-groupPopup {
    margin-top: 2px;
}

#PageContent .ms-cui-ctl-large-groupPopup .ms-cui-ctl-largeIconContainer, #PageContent .ms-cui-ctl-large-groupPopup.ms-cui-disabled:hover .ms-cui-ctl-largeIconContainer {
    padding: 1px;
    border: 1px solid #b2b5b9;
}

#PageContent .ms-cui-ctl-thin {
    padding: 4px 4px 4px;
    margin-top: 10px;
    vertical-align: top;
    border: 1px solid #afb4ba;
    height: 42px;
    overflow: hidden;
    display: inline-block;
    cursor: pointer;
}

#PageContent .ms-cui-ctl-thin span {
    margin-top: 39px;
}

#PageContent .ms-cui-ctl, #PageContent a.ms-cui-ctl-medium {
    display: inline-block;
    white-space: nowrap;
    cursor: default;
    margin-right: 1px;
    margin-left: 1px;
}

#PageContent .ms-cui-strip .ms-cui-ctl, #PageContent .ms-cui-strip a.ms-cui-ctl-medium {
    margin-right: 0px;
    margin-left: 0px;
}

#PageContent a.ms-cui-ctl, #PageContent a.ms-cui-ctl-medium {
    height: 16px;
    padding: 1px 2px;
    border: 1px solid transparent;
    cursor: default;
}

#PageContent a.ms-cui-ctl-medium {
    padding-left: 2px;
    padding-right: 5px;
}

#PageContent span.ms-cui-ctl .ms-cui-ctl-a1, #PageContent span.ms-cui-ctl .ms-cui-ctl-a2 {
    padding: 0px 2px 2px;
    border: 1px solid transparent;
    display: block;
    float: right;
    cursor: default;
}

#PageContent span.ms-cui-ctl .ms-cui-ctl-a1 {
    height: 16px;
}

#PageContent span.ms-cui-ctl .ms-cui-ctl-a2 {
    padding: 1px 3px 6px;
    border-right: 0px;
    height: 11px;
}

#PageContent span.ms-cui-ctl a.ms-cui-ctl-a2 > span > span.ms-cui-img-cont-float, #PageContent span.ms-cui-ctl a.ms-cui-ctl-a2 > span > span.ms-cui-img-container {
    margin-top: 9px;
}

#PageContent span.ms-cui-ctl-large > a.ms-cui-ctl-a2 > span.ms-cui-img-cont-float, #PageContent span.ms-cui-ctl-large > a.ms-cui-ctl-a2 > span.ms-cui-img-container {
    vertical-align: top;
    margin-top: 3px;
}

#PageContent span.ms-cui-ctl-small .ms-cui-ctl-a1 {
    padding-left: 3px;
    padding-right: 1px;
}

#PageContent a.ms-cui-ctl-medium .ms-cui-ctl-iconContainer, #PageContent span.ms-cui-ctl .ms-cui-ctl-a1Internal .ms-cui-img-16by16 {
    margin-left: 3px;
    vertical-align: middle;
    display: inline-block;
}

#PageContent a.ms-cui-ctl-medium .ms-cui-ctl-mediumlabel {
    vertical-align: top;
    display: inline-block;
    padding-top: 1px;
    line-height: 1.25em !important;
}

#PageContent .ms-cui-ctl-smalllabel {
    vertical-align: top;
}

#PageContent a.ms-cui-ctl-menu, #PageContent a.ms-cui-ctl-menu:visited {
    border: 1px solid transparent;
    padding: 0px 2px 0px 10px;
    display: block;
    word-wrap: break-word;
    cursor: default;
    position: relative;
}

#PageContent a.ms-cui-ctl-menu .ms-cui-ctl-iconContainer {
    display: none;
    float: right;
    margin-left: 7px;
    margin-top: 1px;
}

#PageContent a.ms-cui-ctl-menu32 .ms-cui-ctl-iconContainer {
    margin-top: 5px;
}

#PageContent ul.ms-cui-menusection-items16 .ms-cui-ctl-iconContainer, #PageContent ul.ms-cui-menusection-items16rtl .ms-cui-ctl-iconContainer {
    width: 16px;
    display: block;
}

#PageContent ul.ms-cui-menusection-items32 .ms-cui-ctl-iconContainer, #PageContent ul.ms-cui-menusection-items32rtl .ms-cui-ctl-iconContainer {
    width: 32px;
    display: block;
}

#PageContent .ms-cui-ctl-menu .ms-cui-ctl-mediumlabel {
    display: inline-block;
    padding: 3px 0px;
}

#PageContent .ms-cui-ctl-menulabel {
    display: block;
    white-space: nowrap;
    margin-right: 19px;
}

#PageContent .ms-cui-menusection-items32 .ms-cui-ctl-menulabel, #PageContent .ms-cui-menusection-items32rtl .ms-cui-ctl-menulabel {
    margin-right: 39px;
    white-space: normal;
}

#PageContent .ms-cui-menusection-items32 .ms-cui-ctl-mediumlabel, #PageContent .ms-cui-menusection-items32rtl .ms-cui-ctl-mediumlabel {
    font-weight: bold;
}

#PageContent .ms-cui-menusection-items32 .ms-cui-ctl-mediumlabel, #PageContent .ms-cui-menusection-items32rtl .ms-cui-ctl-mediumlabel, #PageContent .ms-cui-btn-menu-description {
    color: #4c535c;
}

#PageContent .ms-cui-ctl-menu32clear {
    display: block;
    clear: both;
    font-size: 1px;
    line-height: 1px;
}

#PageContent span.ms-cui-mrusb-selecteditem {
    display: block;
}

#PageContent .ms-cui-ctl-medium span.ms-cui-mrusb-selecteditem {
    display: inline-block;
}

#PageContent span.ms-cui-mrusb-selecteditem a.ms-cui-ctl {
    border-left: 0px;
}

#PageContent span.ms-cui-mrusb-selecteditem .ms-cui-ctl-large, #PageContent span.ms-cui-mrusb-selecteditem a.ms-cui-ctl, #PageContent span.ms-cui-mrusb-selecteditem .ms-cui-ctl-medium {
    margin-right: 0px;
    margin-left: 0px;
}

#PageContent span.ms-cui-mrusb-selecteditem .ms-cui-ctl-iconContainer {
    display: inline-block;
}

#PageContent .ms-cui-mrusb-arwbtn {
    vertical-align: top;
    margin-right: 0px;
    margin-left: 0px;
}

#PageContent .ms-cui-mrusb-selecteditem-filler-large {
    min-height: 52px;
    min-width: 32px;
}

#PageContent .ms-cui-mrusb-selecteditem-filler-medium {
    min-height: 20px;
    min-width: 60px;
}

#PageContent .ms-cui-mrusb-selecteditem-filler-small {
    min-height: 20px;
    min-width: 20px;
}

#PageContent .ms-cui-dd, #PageContent .ms-cui-cb {
    height: 22px;
    display: inline-block;
    white-space: nowrap;
    margin-right: 1px;
    margin-left: 1px;
}

#PageContent .ms-cui-dd-text, #PageContent input.ms-cui-cb-input {
    height: 14px;
    border: 1px solid #d3d6d9;
    border-left-width: 0px;
    padding: 3px 7px 2px;
    display: block;
    float: right;
    cursor: default;
    white-space: nowrap;
    font: inherit;
    overflow: hidden;
}

#PageContent .ms-cui-dd-text > a, #PageContent .ms-cui-cb-input > a {
    color: #000;
}

#PageContent .ms-cui-dd-arrow-button {
    height: 19px;
    width: 9px;
    padding-right: 4px;
    margin-right: -1px;
    border: 1px solid #d3d6d9;
    border-right-color: transparent;
    display: block;
    float: right;
    outline: none;
    cursor: default;
}

#PageContent span.ms-cui-disabled:hover > .ms-cui-dd-arrow-button {
    border-right-color: transparent !important;
    cursor: default !important;
}

#PageContent .ms-cui-dd:hover .ms-cui-dd-text, #PageContent .ms-cui-cb:hover .ms-cui-cb-input {
    background-color: #fff;
    border-color: #bbbfc4;
}

#PageContent .ms-cui-dd.ms-cui-disabled:hover .ms-cui-dd-text, #PageContent .ms-cui-cb.ms-cui-disabled:hover .ms-cui-cb-input {
    background-color: inherit !important;
    border-color: #d3d6d9 !important;
}

#PageContent .ms-cui-cb-input {
    font-family: "Segoe UI", Tahoma, Arial, sans-serif;
    font-size: 8pt;
}

#PageContent .ms-cui-fa-menuitem {
    position: relative;
}

#PageContent .ms-cui-fa-menuitem .ms-cui-ctl-mediumlabel {
    display: inline-block;
    padding-left: 13px;
}

#PageContent .ms-cui-fa-menuitem > .ms-cui-fa-menu-arrow {
    position: absolute;
    left: 3px;
    top: 1px;
}

#PageContent .ms-cui-fslb {
    display: inline-block;
    height: 17px;
    padding: 2px 0px 3px 1px;
    vertical-align: bottom;
    color: #23272c;
    margin-right: 1px;
    margin-left: 1px;
}

#PageContent .ms-cui-fslb .ms-cui-ctl-iconContainer {
    vertical-align: top;
    display: inline-block;
    text-align: center;
    width: 22px;
    height: 22px;
}

#PageContent .ms-cui-tb {
    height: 20px;
    border: 1px solid #d4d6d9;
    font-family: "Segoe UI", Tahoma, Arial, sans-serif;
    font-size: 8pt;
    padding: 0px 3px !important;
    background-color: #fff !important;
    margin-right: 1px;
    margin-left: 1px;
}

#PageContent .ms-cui-tb.ms-cui-disabled:hover {
    border-color: #d4d6d9 !important;
    background-color: inherit;
}

#PageContent .ms-cui-groupBody .ms-cui-tb-labelmode {
    border: 0px;
    color: black;
    background-color: transparent;
    border-color: transparent;
}

#PageContent .ms-cui-cbx {
    margin-right: 2px;
}

#PageContent .ms-cui-cbx-input {
    vertical-align: middle;
    padding-right: 0px;
    margin-right: 1px;
}

#PageContent .ms-cui-cbx label {
    color: #23272c;
}

#PageContent .ms-cui-spn {
    display: inline-block;
    margin-right: 1px;
    margin-left: 1px;
}

#PageContent .ms-cui-spn-txtbx {
    display: block;
    float: right;
    height: 16px;
    width: 75px;
    padding: 1px 7px 2px 2px;
    font-family: "Segoe UI", Tahoma, Arial, sans-serif;
    font-size: 8pt;
    direction: ltr;
    text-align: right;
    margin-left: -1px;
}

#PageContent .ms-cui-spn-arwbx {
    display: block;
    float: right;
    height: 21px;
}

#PageContent .ms-cui-spn-btndown {
    margin-top: -1px;
}

#PageContent .ms-cui-spn-btnup, #PageContent .ms-cui-spn-btndown {
    display: block;
    height: 6px;
    padding-top: 3px;
    text-align: center;
    width: 13px;
    cursor: default;
}

#PageContent .ms-cui-spn-imgcnt {
    display: inline-block;
    font-size: 1px;
    vertical-align: top;
}

#PageContent .ms-cui-gallery {
    border: 0;
    margin: 0;
    padding: 0;
    border-spacing: 0;
}

#PageContent .ms-cui-gallery-td {
    margin: 0;
    padding: 0;
}

#PageContent .ms-cui-gallery-element-Size16by16 {
    width: 23px;
    height: 23px;
    overflow: hidden;
}

#PageContent .ms-cui-gallery-element-Size32by32 {
    width: 39px;
    height: 39px;
    overflow: hidden;
}

#PageContent .ms-cui-gallery-element-Size48by48 {
    width: 55px;
    height: 55px;
    overflow: hidden;
}

#PageContent .ms-cui-gallery-element-Size64by48 {
    width: 71px;
    height: 55px;
    overflow: hidden;
}

#PageContent .ms-cui-gallery-element-Size72by96 {
    width: 79px;
    height: 103px;
    overflow: hidden;
}

#PageContent .ms-cui-gallery-element-Size96by72 {
    width: 103px;
    height: 79px;
    overflow: hidden;
}

#PageContent .ms-cui-gallery-element-Size96by96 {
    width: 103px;
    height: 103px;
    overflow: hidden;
}

#PageContent .ms-cui-gallery-element-Size128by128 {
    width: 135px;
    height: 135px;
    overflow: hidden;
}

#PageContent .ms-cui-gallery-element-Size190by30 {
    width: 197px;
    height: 37px;
    overflow: hidden;
}

#PageContent .ms-cui-gallery-element-Size190by40 {
    width: 197px;
    height: 47px;
    overflow: hidden;
}

#PageContent .ms-cui-gallery-element-Size190by50 {
    width: 197px;
    height: 57px;
    overflow: hidden;
}

#PageContent .ms-cui-gallery-element-Size190by60 {
    width: 197px;
    height: 67px;
    overflow: hidden;
}

#PageContent .ms-cui-gallerybutton {
    border: 3px solid transparent;
    display: inline-block;
    margin-left: 2px;
}

#PageContent .ms-cui-gallerybutton-a {
    display: block;
    height: 100%;
    text-align: center;
    vertical-align: middle;
    border: 1px solid transparent;
    padding: 2px;
    overflow: hidden;
    cursor: default;
}

#PageContent .ms-cui-gallerybutton-Size64by48 .ms-cui-gallerybutton-a {
    height: 46px;
    border: 1px solid #afb4ba;
}

#PageContent .ms-cui-gallerybutton:hover {
    border-color: #ffea93;
}

#PageContent .ms-cui-gallerybutton-highlighted {
    border-color: #ffdc63;
}

#PageContent .ms-cui-gallerybutton-highlighted:hover {
    border-color: #fea910;
}

#PageContent .ms-cui-gallerybutton-Size16by16 {
    width: 20px;
    height: 20px;
    overflow: hidden;
}

#PageContent .ms-cui-gallerybutton-Size32by32 {
    width: 36px;
    height: 36px;
    overflow: hidden;
}

#PageContent .ms-cui-gallerybutton-Size48by48 {
    width: 52px;
    height: 52px;
    overflow: hidden;
}

#PageContent .ms-cui-gallerybutton-Size64by48 {
    width: 68px;
    height: 52px;
    overflow: hidden;
}

#PageContent .ms-cui-gallerybutton-Size72by96 {
    width: 76px;
    height: 100px;
    overflow: hidden;
}

#PageContent .ms-cui-gallerybutton-Size96by72 {
    width: 100px;
    height: 76px;
    overflow: hidden;
}

#PageContent .ms-cui-gallerybutton-Size96by96 {
    width: 100px;
    height: 100px;
    overflow: hidden;
}

#PageContent .ms-cui-gallerybutton-Size128by128 {
    width: 132px;
    height: 132px;
    overflow: hidden;
}

#PageContent .ms-cui-gallerybutton-Size190by30 {
    width: 194px;
    height: 34px;
    overflow: hidden;
}

#PageContent .ms-cui-gallerybutton-Size190by40 {
    width: 194px;
    height: 44px;
    overflow: hidden;
}

#PageContent .ms-cui-gallerybutton-Size190by50 {
    width: 194px;
    height: 54px;
    overflow: hidden;
}

#PageContent .ms-cui-gallerybutton-Size190by60 {
    width: 194px;
    height: 64px;
    overflow: hidden;
}

#PageContent .ms-cui-group .ms-cui-gallerybutton-Size32by32 {
    margin-top: 23px;
}

#PageContent .ms-cui-group .ms-cui-gallerybutton-Size48by48, #PageContent .ms-cui-group .ms-cui-gallerybutton-Size64by48 {
    margin-top: 7px;
}

#PageContent .ms-cui-colorpicker-cell {
    padding: 0px 2px;
    width: 13px;
    height: 13px;
}

#PageContent .ms-cui-colorpicker-cell-a {
    outline: none;
}

#PageContent .ms-cui-colorpicker-celldiv {
    width: 11px;
    height: 13px;
    border-style: solid;
    border-width: 0px 1px;
    border-color: #E2E4E7;
}

#PageContent .ms-cui-colorpicker-cellinternaldiv {
    width: 9px;
    height: 9px;
    border: 1px solid transparent;
}

#PageContent .ms-cui-colorpicker-cell.ms-cui-colorpicker-hoveredOver .ms-cui-colorpicker-celldiv {
    border-color: #F29436 !important;
    border-width: 1px;
    height: 11px !important;
}

#PageContent .ms-cui-colorpicker-cell.ms-cui-colorpicker-hoveredOver .ms-cui-colorpicker-cellinternaldiv {
    border-color: #FFE294 !important;
}

#PageContent .ms-cui-it {
    cursor: default;
}

#PageContent .ms-cui-it-activeCell, #PageContent .ms-cui-it-inactiveCell {
    width: 12px;
    height: 12px;
}

#PageContent .ms-cui-it-activeCell {
    border: 1px solid #FF0;
}

#PageContent .ms-cui-it-inactiveCell {
    border: 1px solid #000;
}

#PageContent .ms-cui-it-activeCellOuter {
    border: 1px solid #F00;
}

#PageContent .ms-cui-it-inactiveCellOuter {
    border: 1px solid transparent;
}

#PageContent .ms-cui-separator {
    cursor: default;
    height: 16px;
    margin: 0px 2px;
}

#PageContent .ms-cui-menu {
    border: 1px solid #bec1c4;
    z-index: 103;
}

#PageContent .ms-cui-menu32 {
    max-width: 250px;
}

#PageContent .ms-cui-menusection {
    background-color: #fff;
    border-bottom: 1px solid #e2e4e7;
    overflow-y: hidden;
}

#PageContent .ms-cui-menusection-title {
    padding: 4px 2px;
    border-bottom: 1px solid #e2e4e7;
    background-color: #f0f2f5;
    color: #4c535c;
    font-weight: bold;
}

#PageContent ul.ms-cui-menusection-items {
    margin: 0px;
    padding: 1px;
}

#PageContent .ms-cui-menusection-items16 {
    background: #fff url("/_layouts/15/images/rmgrad16.png?rev=23") repeat-y left top;
}

#PageContent .ms-cui-menusection-items16rtl {
    background: #fff url("/_layouts/15/images/rmgrad16rtl.png?rev=23") repeat-y right top;
}

#PageContent .ms-cui-menusection-items32 {
    background: #fff;
}

#PageContent .ms-cui-menusection-items32rtl {
    background: #fff;
}

#PageContent .ms-cui-menusection-items-scrollable {
    clear: both;
    overflow-y: auto;
    overflow-x: hidden;
}

#PageContent ul.ms-cui-menusection-items li.ms-cui-menusection-items {
    list-style-type: none;
    margin: 0px;
    padding: 0px;
    white-space: nowrap;
}

#PageContent *:first-child + html .ms-cui-rtl ul.ms-cui-menusection-items, #PageContent *:first-child + html .ms-cui-rtl .ms-cui-smenu-inner, #PageContent *:first-child + html .ms-cui-rtl .ms-cui-menusection, #PageContent *:first-child + html .ms-cui-rtl .ms-cui-ctl-menu {
    zoom: 1;
}

#PageContent .ms-cui-img-container, #PageContent .ms-cui-img-cont-float {
    margin-right: auto;
    margin-left: auto;
    position: relative;
    overflow: hidden;
    text-align: right;
    z-index: 10;
}

#PageContent .ms-cui-img-container img, #PageContent .ms-cui-img-cont-float img {
    position: absolute;
    z-index: 5;
}

#PageContent .ms-cui-img-cont-float {
    display: inline-block;
}

#PageContent .ms-cui-img-2by16 {
    width: 2px;
    height: 16px;
}

#PageContent .ms-cui-img-5by3 {
    width: 5px;
    height: 3px;
}

#PageContent .ms-cui-img-13by13 {
    width: 13px;
    height: 13px;
}

#PageContent .ms-cui-img-16by16 {
    width: 16px;
    height: 16px;
}

#PageContent .ms-cui-img-32by32 {
    width: 32px;
    height: 32px;
}

#PageContent .ms-cui-img-48by48 {
    width: 48px;
    height: 48px;
}

#PageContent .ms-cui-img-56by24 {
    width: 56px;
    height: 24px;
}

#PageContent .ms-cui-img-64by48 {
    width: 64px;
    height: 48px;
}

#PageContent .ms-cui-img-72by96 {
    width: 72px;
    height: 96px;
}

#PageContent .ms-cui-img-96by72 {
    width: 96px;
    height: 72px;
}

#PageContent .ms-cui-img-96by96 {
    width: 96px;
    height: 96px;
}

#PageContent .ms-cui-tooltip {
    color: #5d5d5d;
    overflow: hidden;
    font-size: 13px;
    width: 250px;
    z-index: 1020;
}

#PageContent .ms-cui-tooltip-body {
    background-color: #e5e5f0;
    border: 1px solid #bebebe;
    overflow: hidden;
    width: 248px;
}

#PageContent .ms-cui-tooltip-glow {
    padding: 0px;
    overflow: hidden;
    width: 240px;
}

#PageContent .ms-cui-tooltip h1 {
    color: #5d5d5d;
    font-size: 13px;
    margin: 4px 6px;
    font-weight: bold;
    font-family: inherit;
}

#PageContent .ms-cui-tooltip p {
    margin: 0px;
}

#PageContent .ms-cui-tooltip hr {
    color: #d9d9d9;
    border: none;
    border-top: 1px dashed #b2b2b9;
    height: 1px;
    margin: 2px;
    width: 100%;
}

#PageContent .ms-cui-tooltip .ms-cui-tooltip-footer {
    font-weight: bold;
    margin-top: 6px;
    margin-bottom: 6px;
}

#PageContent .ms-cui-tooltip .ms-cui-tooltip-footer span {
    margin-right: 6px;
    margin-left: 3px;
}

#PageContent .ms-cui-tooltip .ms-cui-tooltip-bitmap {
    float: right;
}

#PageContent .ms-cui-tooltip .ms-cui-tooltip-description {
    margin: 10px 14px 6px 0px;
    float: right;
}

#PageContent .ms-cui-tooltip-clear {
    clear: both;
}

#PageContent .ms-cui-tt-s > .ms-cui-tt-a, #PageContent .ms-cui-tt-a:hover, #PageContent .ms-cui-tt-s > .ms-cui-tt-a:hover {
    border-color: #e1e1e1;
}

#PageContent .ms-cui-tt-a:hover {
    background-color: #fff;
}

#PageContent .ms-cui-tt-a > .ms-cui-tt-span {
    /* [ReplaceColor(themeColor:"TopBarText")] */ color: #666 !important;
    text-transform: uppercase;
    border-top-width: 0px;
}

#PageContent .ms-cui-tt-s > .ms-cui-tt-a > .ms-cui-tt-span, #PageContent .ms-cui-tt-a:hover > .ms-cui-tt-span {
    color: #666 !important;
}

#PageContent .ms-cui-topBar2 {
    /* [ReplaceColor(themeColor:"TopBarBackground")] */ border-bottom: 1px solid rgba( 239, #PageContent 239, #PageContent 239, #PageContent 0.78 );
}

#PageContent .ms-browseTab.ms-cui-ct-ul .ms-cui-tt-s .ms-cui-tt-span {
    padding-bottom: 6px !important;
}

#PageContent .ms-cui-smenu-inner {
    width: 100%;
}

#PageContent .ms-cui-tabContainer {
    width: 100%;
    height: 91px;
    overflow: hidden;
    z-index: 100;
    position: relative;
}

#PageContent .ms-cui-animatingRibbon > .ms-cui-tabContainer > .ms-cui-tabBody {
    position: relative;
    top: -91px;
    z-index: 100;
}

#PageContent .ms-browseTab.ms-cui-tt-s > .ms-cui-tt-a {
    background: transparent;
    border-color: transparent;
}

#PageContent .ms-browseTab.ms-cui-tt-s > .ms-cui-tt-a:hover {
    border-color: #e1e1e1;
}

#PageContent .ms-browseTab.ms-cui-tt-s > .ms-cui-tt-a > .ms-cui-tt-span {
    /* [ReplaceColor(themeColor:"TopBarText")] */ color: #666 !important;
}

#PageContent .ms-browseTab.ms-cui-tt-s > .ms-cui-tt-a:hover {
    background-color: #fff;
}

#PageContent .ms-browseTab.ms-cui-tt-s > .ms-cui-tt-a:hover > .ms-cui-tt-span {
    color: #666 !important;
}

#PageContent .ms-cui-topBar2.ms-cui-topBarMaximized {
    border-bottom: 1px solid #e1e1e1;
}

#PageContent .ms-cui-topBar2.ms-browseTabContainer {
    /* [ReplaceColor(themeColor:"TopBarBackground")] */ border-bottom: 1px solid rgba( 239, #PageContent 239, #PageContent 239, #PageContent 0.78 );
}

#PageContent .ms-promlink-root {
    width: 100%;
    overflow: hidden;
}

#PageContent .ms-promlink-header {
    width: 100%;
    overflow: hidden;
    padding-bottom: 10px;
}

#PageContent .ms-promlink-headerNav {
    margin-top: 4px;
    float: left;
}

#PageContent .ms-promlink-body {
    position: relative;
    width: 10000px;
    height: 150px;
}

#PageContent .ms-promlink-tile {
    float: right;
    width: 150px;
    height: 150px;
}

#PageContent .ms-promlink-image {
    width: 150px;
    height: 150px;
}

#PageContent .ms-core-needIEFilter .ms-promlink-detailsBox {
    filter: alpha(opacity=50);
    -ms-filter: "alpha(opacity=50)";
}

#PageContent .ms-promlink-detailsList {
    height: 150px;
    overflow: hidden;
    padding: 10px;
    margin: 0px;
}

#PageContent .ms-promlink-separator {
    border-right-style: dotted;
    border-width: 1px;
    /* [ReplaceColor(themeColor:"Dark1-Lightest")] */ border-color: #d7d7d7;
}

#PageContent .ms-promlink-backgroundText {
    /* [ReplaceColor(themeColor:"Accent3-Lightest")] */ color: #f2f2f2;
    padding: 20px;
    margin: 0px;
    top: 0px;
    position: absolute;
}

#PageContent .ms-promlink-parttitle.ms-promlink-parttitle {
    padding-left: 10px;
    display: inline;
}

#PageContent .ms-promlink-button {
    display: inline-block;
    width: 16px;
    height: 16px;
    border-width: 1px;
    border-style: solid;
    padding: 4px;
}

#PageContent .ms-promlink-button-inner {
    display: inline-block;
    padding-right: 5px;
    padding-left: 5px;
}

#PageContent .ms-promlink-button-image {
    position: relative;
    display: inline-block;
    width: 16px;
    height: 16px;
    overflow: hidden;
}

#PageContent .ms-promlink-button-left {
    left: -127px;
    top: -232px;
    position: absolute;
}

#PageContent .ms-promlink-button-right {
    left: -199px;
    top: -228px;
    position: absolute;
}

#PageContent .ms-promlink-button-left-disabled {
    left: -145px;
    top: -232px;
    position: absolute;
}

#PageContent .ms-promlink-button-right-disabled {
    left: -181px;
    top: -228px;
    position: absolute;
}

#PageContent .ms-promlink-button-left-hover {
    left: -217px;
    top: -228px;
    position: absolute;
}

#PageContent .ms-promlink-button-right-hover {
    left: -163px;
    top: -232px;
    position: absolute;
}

#PageContent .ms-promlink-button-hidden {
    display: none;
}

#PageContent .ms-promlink-button-disabled {
    /* [ReplaceColor(themeColor:"ButtonDisabledBorder")] */ border-color: #e1e1e1;
    /* [ReplaceColor(themeColor:"BackgroundOverlay")] */ background-color: rgba( 255, #PageContent 255, #PageContent 255, #PageContent 0.85 );
}

#PageContent .ms-core-needIEFilter .ms-promlink-button-disabled {
    background-color: transparent;
    /* [ReplaceColor(themeColor:"BackgroundOverlay")] */ -ms-filter: "progid:DXImageTransform.Microsoft.gradient(GradientType=0, #PageContent startColorstr=#d8ffffff, #PageContent endColorstr=#d8ffffff)";
}

#PageContent .ms-promlink-button-disabled-hover {
    /* [ReplaceColor(themeColor:"ButtonHoverBorder")] */ border-color: #92c0e0;
    /* [ReplaceColor(themeColor:"BackgroundOverlay")] */ background-color: rgba( 255, #PageContent 255, #PageContent 255, #PageContent 0.85 );
}

#PageContent .ms-core-needIEFilter .ms-promlink-button-hover {
    background-color: transparent;
    /* [ReplaceColor(themeColor:"BackgroundOverlay")] */ -ms-filter: "progid:DXImageTransform.Microsoft.gradient(GradientType=0, #PageContent startColorstr=#d8ffffff, #PageContent endColorstr=#d8ffffff)";
}

#PageContent .ms-promlink-button-enabled {
    /* [ReplaceColor(themeColor:"ButtonBorder")] */ border-color: #ababab;
    /* [ReplaceColor(themeColor:"BackgroundOverlay")] */ background-color: rgba( 255, #PageContent 255, #PageContent 255, #PageContent 0.85 );
}

#PageContent .ms-core-needIEFilter .ms-promlink-button-enabled {
    background-color: transparent;
    /* [ReplaceColor(themeColor:"BackgroundOverlay")] */ -ms-filter: "progid:DXImageTransform.Microsoft.gradient(GradientType=0, #PageContent startColorstr=#d8ffffff, #PageContent endColorstr=#d8ffffff)";
}

#PageContent .ms-promlink-button-enabled-hover, #PageContent .ms-promlink-button-enabled:hover {
    /* [ReplaceColor(themeColor:"ButtonHoverBorder")] */ border-color: #92c0e0;
    /* [ReplaceColor(themeColor:"ButtonHoverBackground")] */ background-color: #e6f2fa;
}

#PageContent .ms-core-needIEFilter .ms-promlink-button-enabled-hover, #PageContent .ms-core-needIEFilter .ms-promlink-button-enabled:hover {
    background-color: transparent;
    /* [ReplaceColor(themeColor:"ButtonHoverBackground")] */ -ms-filter: "progid:DXImageTransform.Microsoft.gradient(GradientType=0, #PageContent startColorstr=#ffe6f2fa, #PageContent endColorstr=#ffe6f2fa)";
}

#PageContent .ms-promlink-button-enabled-pressed {
    /* [ReplaceColor(themeColor:"ButtonPressedBorder")] */ border-color: #2a8dd4;
    /* [ReplaceColor(themeColor:"ButtonPressedBackground")] */ background-color: #92c0e0;
}

#PageContent .ms-core-needIEFilter .ms-promlink-button-enabled-pressed {
    background-color: transparent;
    /* [ReplaceColor(themeColor:"ButtonPressedBackground")] */ -ms-filter: "progid:DXImageTransform.Microsoft.gradient(GradientType=0, #PageContent startColorstr=#ff92b7d1, #PageContent endColorstr=#ff92b7d1)";
}

#PageContent .ms-promlink-gettingStartedCallout {
    white-space: normal;
}

#PageContent .ms-attractMode-Cell {
    display: inline-block;
}

#PageContent .ms-attractMode-Background {
    /* [ReplaceColor(themeColor:"SubtleEmphasisBackground")] */ background-color: #f1f1f1;
    height: 224px;
    width: 100%;
}

#PageContent .ms-core-needIEFilter .ms-attractMode-Background {
    /* [ReplaceColor(themeColor:"SubtleEmphasisBackground")] */ -ms-filter: "progid:DXImageTransform.Microsoft.gradient(GradientType=0, #PageContent startColorstr=#c6efefef, #PageContent endColorstr=#c6efefef)";
}

#PageContent .ms-attractMode-Wrapper {
    margin-right: auto;
    margin-left: auto;
    position: relative;
    width: 393px;
    top: 50px;
}

#PageContent .ms-attractMode-Icon {
    width: 128px;
    height: 128px;
}

#PageContent .ms-attractMode-Text {
    display: table-cell;
    vertical-align: middle;
    width: 250px;
    height: 128px;
    /* [ReplaceColor(themeColor:"SubtleBodyText")] */ color: #777;
}

#PageContent .ms-linksection-level2 {
    margin: 0px;
    padding: 0px;
}

#PageContent .ms-linksection-level2 > td {
    padding-right: 5px;
    padding-bottom: 17px;
}

#PageContent .ms-linksection-level2 > td > h3 {
    font-weight: normal;
    color: #004693;
    margin: 0px;
    padding: 0px;
}

#PageContent .ms-linksection-level2 > td > h3 > a {
    color: #276500;
}

#PageContent .ms-linksection-level2 img {
    padding: 0px 10px 0px 8px;
}

#PageContent .ms-linksection-level2 ul, #PageContent .ms-linksection-level2 ul > li {
    display: inline;
    line-height: 16px;
}

#PageContent .ms-linksection-level2 ul {
    margin: 0px;
    padding: 0px;
}

#PageContent .ms-linksection-level2 ul > li {
    font-weight: normal;
    color: #d7d7d7;
    list-style: none;
    white-space: nowrap;
}

#PageContent .ms-linksection-level2 span {
    padding: 0px 0px 0px 2px;
}

#PageContent .ms-linksectionitemdescription {
    padding-right: 3px;
    padding-top: 7px;
}

#PageContent .ms-templatepickerselected, #PageContent .ms-templatepickerunselected {
    float: right;
}

#PageContent .ms-templatepickerunselected {
    margin-left: 1px;
}

#PageContent .ms-templatepickerselected {
    margin-left: 1px;
}

#PageContent .ms-templatepickerunselected div {
    padding: 3px 5px 3px 5px;
    position: relative;
    bottom: -2px;
    white-space: nowrap;
    border: 1px solid transparent;
}

#PageContent .ms-templatepickerselected div {
    padding: 3px 5px 3px 5px;
    position: relative;
    bottom: -2px;
    /* [ReplaceColor(themeColor:"BackgroundOverlay", #PageContent opacity:"1")] */ background-color: #fff;
    /* [ReplaceColor(themeColor:"Lines")] */ border: 1px solid #ababab;
    border-bottom-width: 0px;
    white-space: nowrap;
}

#PageContent .ms-templatepickerselected > div > a {
    /* [ReplaceColor(themeColor:"BodyText")] */ color: #444;
}

#PageContent .ms-templatepickerunselected > div > a {
    /* [ReplaceColor(themeColor:"SubtleBodyText")] */ color: #777;
}

#PageContent .ms-templatepicker-select {
    padding: 4px;
}

#PageContent .ms-templatepicker {
    width: 450px;
}

#PageContent .ms-templatepicker select {
    height: 175px;
}

#PageContent div.ms-inputuserfield {
    padding-right: 1px;
    padding-top: 2px;
}

#PageContent .ms-usereditor {
    width: 386px;
}

#PageContent .ms-vh2-gridview {
    padding-top: 2px;
    padding-bottom: 2px;
    vertical-align: middle;
}

#PageContent .ms-viewheadertr .ms-vh2-gridview {
    height: 33px;
    background-image: none;
    background-repeat: no-repeat;
    background-color: #e7e7e7;
}

#PageContent .ms-errorcolor {
    /* [ReplaceColor(themeColor:"ErrorText")] */ color: #bf0000;
}

#PageContent .ms-successcolor {
    /* [ReplaceColor(themeColor:"SearchURL")] */ color: #338200;
}

#PageContent .ms-warning {
    /* [ReplaceColor(themeColor:"ErrorText")] */ color: #bf0000;
    font-weight: bold;
}

#PageContent .ms-toolbar {
    /* [ReplaceColor(themeColor:"CommandLinks")] */ color: #666;
}

#PageContent table.ms-toolbar {
    height: 45px;
    border: none;
}

#PageContent table.ms-toolbar-togglebutton-on > tbody > tr > td > a {
    /* [ReplaceColor(themeColor:"AccentText")] */ color: #0072c6;
}

#PageContent .ms-treeview-header {
    font-weight: bold;
}

#PageContent .ms-treeview-header, #PageContent .ms-treeview-node {
    width: 100%;
}

#PageContent tr.ms-treeview-header > td > div, #PageContent td.ms-treeview-node > span > div, #PageContent td.ms-treeview-node input {
    float: right;
}

#PageContent .ms-treenode-bold {
    font-weight: bold;
}

#PageContent .ms-treenode-italic {
    font-style: italic;
}

#PageContent .ms-vi-context {
    position: absolute;
    right: -999em;
    width: 1em;
    overflow: hidden;
}

#PageContent span.ms-featurestatustext, #PageContent td.ms-featurestatustext {
    white-space: nowrap;
}

#PageContent .ms-detailsview {
    /* [ReplaceColor(themeColor:"SubtleLines")] */ border: 1px solid #c6c6c6;
    text-align: right;
}

#PageContent .ms-detailsview td {
    padding: 4px;
}

#PageContent .ms-spimn-img {
    position: absolute;
}

#PageContent .ms-spimn-imgSize-10x10 {
    width: 10px;
    height: 10px;
}

#PageContent .ms-spimn-imgSize-16x16 {
    width: 16px;
    height: 16px;
}

#PageContent .ms-spimn-imgSize-5x36 {
    width: 5px;
    height: 36px;
}

#PageContent .ms-spimn-imgSize-5x48 {
    width: 5px;
    height: 48px;
}

#PageContent .ms-spimn-imgSize-8x72 {
    width: 8px;
    height: 72px;
}

#PageContent .ms-spimn-presence-online-10x10x32 {
    left: -208px;
    top: -187px;
}

#PageContent .ms-spimn-presence-online-16x16x32 {
    left: -127px;
    top: -199px;
}

#PageContent .ms-spimn-presence-online-5x36x32 {
    left: -169px;
    top: -115px;
}

#PageContent .ms-spimn-presence-online-5x48x32 {
    left: -36px;
    top: -149px;
}

#PageContent .ms-spimn-presence-online-8x72x32 {
    left: -61px;
    top: -75px;
}

#PageContent .ms-spimn-presence-online-10x10x4 {
    left: -211px;
    top: -199px;
}

#PageContent .ms-spimn-presence-online-16x16x4 {
    left: -145px;
    top: -191px;
}

#PageContent .ms-spimn-presence-online-5x36x4 {
    left: -176px;
    top: -39px;
}

#PageContent .ms-spimn-presence-online-5x48x4 {
    left: -29px;
    top: -149px;
}

#PageContent .ms-spimn-presence-online-8x72x4 {
    left: -81px;
    top: -75px;
}

#PageContent .ms-spimn-presence-online-oof-10x10x32 {
    left: -199px;
    top: -199px;
}

#PageContent .ms-spimn-presence-online-oof-16x16x32 {
    left: -181px;
    top: -199px;
}

#PageContent .ms-spimn-presence-online-oof-5x36x32 {
    left: -169px;
    top: -153px;
}

#PageContent .ms-spimn-presence-online-oof-5x48x32 {
    left: -22px;
    top: -149px;
}

#PageContent .ms-spimn-presence-online-oof-8x72x32 {
    left: -71px;
    top: -75px;
}

#PageContent .ms-spimn-presence-online-oof-10x10x4 {
    left: -220px;
    top: -181px;
}

#PageContent .ms-spimn-presence-online-oof-16x16x4 {
    left: -163px;
    top: -191px;
}

#PageContent .ms-spimn-presence-online-oof-5x36x4 {
    left: -176px;
    top: -1px;
}

#PageContent .ms-spimn-presence-online-oof-5x48x4 {
    left: -15px;
    top: -149px;
}

#PageContent .ms-spimn-presence-online-oof-8x72x4 {
    left: -81px;
    top: -1px;
}

#PageContent .ms-spimn-presence-away-10x10x32 {
    left: -181px;
    top: -217px;
}

#PageContent .ms-spimn-presence-away-16x16x32 {
    left: -215px;
    top: -91px;
}

#PageContent .ms-spimn-presence-away-5x36x32 {
    left: -190px;
    top: -115px;
}

#PageContent .ms-spimn-presence-away-5x48x32 {
    left: -155px;
    top: -51px;
}

#PageContent .ms-spimn-presence-away-8x72x32 {
    left: -131px;
    top: -75px;
}

#PageContent .ms-spimn-presence-away-10x10x4 {
    left: -169px;
    top: -209px;
}

#PageContent .ms-spimn-presence-away-16x16x4 {
    left: -197px;
    top: -19px;
}

#PageContent .ms-spimn-presence-away-5x36x4 {
    left: -155px;
    top: -101px;
}

#PageContent .ms-spimn-presence-away-5x48x4 {
    left: -155px;
    top: -1px;
}

#PageContent .ms-spimn-presence-away-8x72x4 {
    left: -131px;
    top: -1px;
}

#PageContent .ms-spimn-presence-away-oof-10x10x32 {
    left: -215px;
    top: -109px;
}

#PageContent .ms-spimn-presence-away-oof-16x16x32 {
    left: -197px;
    top: -1px;
}

#PageContent .ms-spimn-presence-away-oof-5x36x32 {
    left: -141px;
    top: -151px;
}

#PageContent .ms-spimn-presence-away-oof-5x48x32 {
    left: -134px;
    top: -149px;
}

#PageContent .ms-spimn-presence-away-oof-8x72x32 {
    left: -1px;
    top: -1px;
}

#PageContent .ms-spimn-presence-away-oof-10x10x4 {
    left: -157px;
    top: -209px;
}

#PageContent .ms-spimn-presence-away-oof-16x16x4 {
    left: -197px;
    top: -37px;
}

#PageContent .ms-spimn-presence-away-oof-5x36x4 {
    left: -190px;
    top: -77px;
}

#PageContent .ms-spimn-presence-away-oof-5x48x4 {
    left: -141px;
    top: -1px;
}

#PageContent .ms-spimn-presence-away-oof-8x72x4 {
    left: -11px;
    top: -1px;
}

#PageContent .ms-spimn-presence-blocked-10x10x32 {
    left: -145px;
    top: -209px;
}

#PageContent .ms-spimn-presence-blocked-16x16x32 {
    left: -197px;
    top: -55px;
}

#PageContent .ms-spimn-presence-blocked-5x36x32 {
    left: -155px;
    top: -139px;
}

#PageContent .ms-spimn-presence-blocked-5x48x32 {
    left: -127px;
    top: -149px;
}

#PageContent .ms-spimn-presence-blocked-8x72x32 {
    left: -121px;
    top: -75px;
}

#PageContent .ms-spimn-presence-blocked-10x10x4 {
    left: -215px;
    top: -121px;
}

#PageContent .ms-spimn-presence-blocked-16x16x4 {
    left: -197px;
    top: -73px;
}

#PageContent .ms-spimn-presence-blocked-5x36x4 {
    left: -190px;
    top: -39px;
}

#PageContent .ms-spimn-presence-blocked-5x48x4 {
    left: -120px;
    top: -149px;
}

#PageContent .ms-spimn-presence-blocked-8x72x4 {
    left: -21px;
    top: -1px;
}

#PageContent .ms-spimn-presence-blocked-oof-10x10x32 {
    left: -133px;
    top: -217px;
}

#PageContent .ms-spimn-presence-blocked-oof-16x16x32 {
    left: -215px;
    top: -73px;
}

#PageContent .ms-spimn-presence-blocked-oof-5x36x32 {
    left: -148px;
    top: -151px;
}

#PageContent .ms-spimn-presence-blocked-oof-5x48x32 {
    left: -113px;
    top: -149px;
}

#PageContent .ms-spimn-presence-blocked-oof-8x72x32 {
    left: -31px;
    top: -1px;
}

#PageContent .ms-spimn-presence-blocked-oof-10x10x4 {
    left: -121px;
    top: -217px;
}

#PageContent .ms-spimn-presence-blocked-oof-16x16x4 {
    left: -197px;
    top: -91px;
}

#PageContent .ms-spimn-presence-blocked-oof-5x36x4 {
    left: -190px;
    top: -1px;
}

#PageContent .ms-spimn-presence-blocked-oof-5x48x4 {
    left: -141px;
    top: -51px;
}

#PageContent .ms-spimn-presence-blocked-oof-8x72x4 {
    left: -121px;
    top: -1px;
}

#PageContent .ms-spimn-presence-busy-10x10x32 {
    left: -215px;
    top: -133px;
}

#PageContent .ms-spimn-presence-busy-16x16x32 {
    left: -197px;
    top: -109px;
}

#PageContent .ms-spimn-presence-busy-5x36x32 {
    left: -162px;
    top: -1px;
}

#PageContent .ms-spimn-presence-busy-5x48x32 {
    left: -106px;
    top: -149px;
}

#PageContent .ms-spimn-presence-busy-8x72x32 {
    left: -41px;
    top: -1px;
}

#PageContent .ms-spimn-presence-busy-10x10x4 {
    left: -109px;
    top: -217px;
}

#PageContent .ms-spimn-presence-busy-16x16x4 {
    left: -197px;
    top: -127px;
}

#PageContent .ms-spimn-presence-busy-5x36x4 {
    left: -183px;
    top: -153px;
}

#PageContent .ms-spimn-presence-busy-5x48x4 {
    left: -148px;
    top: -101px;
}

#PageContent .ms-spimn-presence-busy-8x72x4 {
    left: -111px;
    top: -75px;
}

#PageContent .ms-spimn-presence-busy-oof-10x10x32 {
    left: -215px;
    top: -145px;
}

#PageContent .ms-spimn-presence-busy-oof-16x16x32 {
    left: -215px;
    top: -55px;
}

#PageContent .ms-spimn-presence-busy-oof-5x36x32 {
    left: -162px;
    top: -39px;
}

#PageContent .ms-spimn-presence-busy-oof-5x48x32 {
    left: -99px;
    top: -149px;
}

#PageContent .ms-spimn-presence-busy-oof-8x72x32 {
    left: -51px;
    top: -1px;
}

#PageContent .ms-spimn-presence-busy-oof-10x10x4 {
    left: -97px;
    top: -217px;
}

#PageContent .ms-spimn-presence-busy-oof-16x16x4 {
    left: -197px;
    top: -145px;
}

#PageContent .ms-spimn-presence-busy-oof-5x36x4 {
    left: -183px;
    top: -115px;
}

#PageContent .ms-spimn-presence-busy-oof-5x48x4 {
    left: -148px;
    top: -1px;
}

#PageContent .ms-spimn-presence-busy-oof-8x72x4 {
    left: -61px;
    top: -1px;
}

#PageContent .ms-spimn-presence-donotdisturb-10x10x32 {
    left: -220px;
    top: -157px;
}

#PageContent .ms-spimn-presence-donotdisturb-16x16x32 {
    left: -19px;
    top: -199px;
}

#PageContent .ms-spimn-presence-donotdisturb-5x36x32 {
    left: -162px;
    top: -153px;
}

#PageContent .ms-spimn-presence-donotdisturb-5x48x32 {
    left: -78px;
    top: -149px;
}

#PageContent .ms-spimn-presence-donotdisturb-8x72x32 {
    left: -11px;
    top: -75px;
}

#PageContent .ms-spimn-presence-donotdisturb-10x10x4 {
    left: -49px;
    top: -217px;
}

#PageContent .ms-spimn-presence-donotdisturb-16x16x4 {
    left: -37px;
    top: -199px;
}

#PageContent .ms-spimn-presence-donotdisturb-5x36x4 {
    left: -183px;
    top: -1px;
}

#PageContent .ms-spimn-presence-donotdisturb-5x48x4 {
    left: -71px;
    top: -149px;
}

#PageContent .ms-spimn-presence-donotdisturb-8x72x4 {
    left: -101px;
    top: -1px;
}

#PageContent .ms-spimn-presence-donotdisturb-oof-10x10x32 {
    left: -208px;
    top: -175px;
}

#PageContent .ms-spimn-presence-donotdisturb-oof-16x16x32 {
    left: -215px;
    top: -19px;
}

#PageContent .ms-spimn-presence-donotdisturb-oof-5x36x32 {
    left: -169px;
    top: -1px;
}

#PageContent .ms-spimn-presence-donotdisturb-oof-5x48x32 {
    left: -64px;
    top: -149px;
}

#PageContent .ms-spimn-presence-donotdisturb-oof-8x72x32 {
    left: -21px;
    top: -75px;
}

#PageContent .ms-spimn-presence-donotdisturb-oof-10x10x4 {
    left: -37px;
    top: -217px;
}

#PageContent .ms-spimn-presence-donotdisturb-oof-16x16x4 {
    left: -55px;
    top: -199px;
}

#PageContent .ms-spimn-presence-donotdisturb-oof-5x36x4 {
    left: -176px;
    top: -153px;
}

#PageContent .ms-spimn-presence-donotdisturb-oof-5x48x4 {
    left: -1px;
    top: -149px;
}

#PageContent .ms-spimn-presence-donotdisturb-oof-8x72x4 {
    left: -31px;
    top: -75px;
}

#PageContent .ms-spimn-presence-offline-10x10x32 {
    left: -25px;
    top: -217px;
}

#PageContent .ms-spimn-presence-offline-16x16x32 {
    left: -73px;
    top: -199px;
}

#PageContent .ms-spimn-presence-offline-5x36x32 {
    left: -169px;
    top: -39px;
}

#PageContent .ms-spimn-presence-offline-5x48x32 {
    left: -57px;
    top: -149px;
}

#PageContent .ms-spimn-presence-offline-8x72x32 {
    left: -91px;
    top: -75px;
}

#PageContent .ms-spimn-presence-offline-10x10x4 {
    left: -220px;
    top: -169px;
}

#PageContent .ms-spimn-presence-offline-16x16x4 {
    left: -91px;
    top: -199px;
}

#PageContent .ms-spimn-presence-offline-5x36x4 {
    left: -176px;
    top: -115px;
}

#PageContent .ms-spimn-presence-offline-5x48x4 {
    left: -50px;
    top: -149px;
}

#PageContent .ms-spimn-presence-offline-8x72x4 {
    left: -41px;
    top: -75px;
}

#PageContent .ms-spimn-presence-offline-oof-10x10x32 {
    left: -13px;
    top: -217px;
}

#PageContent .ms-spimn-presence-offline-oof-16x16x32 {
    left: -215px;
    top: -1px;
}

#PageContent .ms-spimn-presence-offline-oof-5x36x32 {
    left: -169px;
    top: -77px;
}

#PageContent .ms-spimn-presence-offline-oof-5x48x32 {
    left: -43px;
    top: -149px;
}

#PageContent .ms-spimn-presence-offline-oof-8x72x32 {
    left: -51px;
    top: -75px;
}

#PageContent .ms-spimn-presence-offline-oof-10x10x4 {
    left: -1px;
    top: -217px;
}

#PageContent .ms-spimn-presence-offline-oof-16x16x4 {
    left: -109px;
    top: -199px;
}

#PageContent .ms-spimn-presence-offline-oof-5x36x4 {
    left: -176px;
    top: -77px;
}

#PageContent .ms-spimn-presence-offline-oof-5x48x4 {
    left: -8px;
    top: -149px;
}

#PageContent .ms-spimn-presence-offline-oof-8x72x4 {
    left: -91px;
    top: -1px;
}

#PageContent .ms-spimn-presence-disconnected-10x10x32 {
    left: -85px;
    top: -217px;
}

#PageContent .ms-spimn-presence-disconnected-16x16x32 {
    left: -190px;
    top: -163px;
}

#PageContent .ms-spimn-presence-disconnected-5x36x32 {
    left: -162px;
    top: -77px;
}

#PageContent .ms-spimn-presence-disconnected-5x48x32 {
    left: -141px;
    top: -101px;
}

#PageContent .ms-spimn-presence-disconnected-8x72x32 {
    left: -111px;
    top: -1px;
}

#PageContent .ms-spimn-presence-disconnected-10x10x4 {
    left: -208px;
    top: -163px;
}

#PageContent .ms-spimn-presence-disconnected-16x16x4 {
    left: -190px;
    top: -181px;
}

#PageContent .ms-spimn-presence-disconnected-5x36x4 {
    left: -183px;
    top: -77px;
}

#PageContent .ms-spimn-presence-disconnected-5x48x4 {
    left: -92px;
    top: -149px;
}

#PageContent .ms-spimn-presence-disconnected-8x72x4 {
    left: -71px;
    top: -1px;
}

#PageContent .ms-spimn-presence-disconnected-oof-10x10x32 {
    left: -73px;
    top: -217px;
}

#PageContent .ms-spimn-presence-disconnected-oof-16x16x32 {
    left: -215px;
    top: -37px;
}

#PageContent .ms-spimn-presence-disconnected-oof-5x36x32 {
    left: -162px;
    top: -115px;
}

#PageContent .ms-spimn-presence-disconnected-oof-5x48x32 {
    left: -85px;
    top: -149px;
}

#PageContent .ms-spimn-presence-disconnected-oof-8x72x32 {
    left: -1px;
    top: -75px;
}

#PageContent .ms-spimn-presence-disconnected-oof-10x10x4 {
    left: -61px;
    top: -217px;
}

#PageContent .ms-spimn-presence-disconnected-oof-16x16x4 {
    left: -1px;
    top: -199px;
}

#PageContent .ms-spimn-presence-disconnected-oof-5x36x4 {
    left: -183px;
    top: -39px;
}

#PageContent .ms-spimn-presence-disconnected-oof-5x48x4 {
    left: -148px;
    top: -51px;
}

#PageContent .ms-spimn-presence-disconnected-oof-8x72x4 {
    left: -101px;
    top: -75px;
}

#PageContent #suiteBarLeft, #PageContent #suiteBarRight, #PageContent #suiteLinksBox, #PageContent .ms-core-suiteLink, #PageContent .ms-core-deltaSuiteBarRight, #PageContent #suiteBarButtons, #PageContent #welcomeMenuBox {
    display: inline-block;
}

#PageContent #suiteBar {
    height: 30px;
    display: table-row;
}

#PageContent #suiteBarLeft {
    /* [ReplaceColor(themeColor:"SuiteBarBackground")] */ background-color: #0072c6;
    /* [ReplaceColor(themeColor:"SuiteBarText")] */ color: #fff;
    width: 100%;
    vertical-align: middle;
}

#PageContent #suiteBarLeft, #PageContent #suiteBarRight {
    display: table-cell;
    line-height: 0px;
}

#PageContent .ms-core-brandingText {
    font-size: 1.2em;
    padding-right: 20px;
    width: 100%;
}

#PageContent .ms-core-brandingBox {
    height: 30px;
}

#PageContent .ms-core-deltaSuiteLinks {
    display: table-cell;
    text-align: left;
    vertical-align: middle;
}

#PageContent .ms-core-needIEFilter #suiteBarLeft {
    background-color: transparent;
    /* [ReplaceColor(themeColor:"SuiteBarBackground")] */ -ms-filter: "progid:DXImageTransform.Microsoft.gradient(GradientType=0, #PageContent startColorstr=#ff0072c6, #PageContent endColorstr=#ff0072c6)";
}

#PageContent #suiteBarRight {
    /* [ReplaceColor(themeColor:"TopBarBackground")] */ background-color: rgba( 239, #PageContent 239, #PageContent 239, #PageContent 0.78 );
    /* [ReplaceColor(themeColor:"TopBarText")] */ color: #666;
    white-space: nowrap;
    padding-left: 5px;
}

#PageContent .ms-core-needIEFilter #suiteBarRight {
    background-color: transparent;
    /* [ReplaceColor(themeColor:"TopBarBackground")] */ -ms-filter: "progid:DXImageTransform.Microsoft.gradient(GradientType=0, #PageContent startColorstr=#c6efefef, #PageContent endColorstr=#c6efefef)";
}

#PageContent .ms-core-suiteLinkList {
    list-style-type: none;
    white-space: nowrap;
    padding-right: 0px;
    padding-left: 8px;
    margin: auto;
}

#PageContent .ms-core-suiteLink {
    line-height: 30px;
}

#PageContent .ms-core-suiteLink-a, #PageContent .ms-core-suiteLink-a:visited, #PageContent a.ms-core-suiteLink-disabled {
    /* [ReplaceColor(themeColor:"SuiteBarText")] */ color: #fff;
    display: inline-block;
    padding: 0px 8px;
    border-left: 1px solid transparent;
}

#PageContent .ms-core-suiteLink-a:hover {
    text-decoration: none;
    /* [ReplaceColor(themeColor:"SuiteBarHoverBackground")] */ background-color: #4c9cd7;
}

#PageContent .ms-core-needIEFilter .ms-core-suiteLink-a:hover {
    /* [ReplaceColor(themeColor:"SuiteBarHoverBackground", #PageContent opacity:"1")] */ background-color: #4B9BD7;
}

#PageContent .ms-core-suiteLink-a > span, #PageContent .ms-core-suiteLink-disabled > span {
    position: relative;
}

#PageContent a.ms-core-suiteLink-active, #PageContent a.ms-core-suiteLink-active:hover, #PageContent .ms-core-needIEFilter a.ms-core-suiteLink-active, #PageContent .ms-core-needIEFilter a.ms-core-suiteLink-active:hover {
    /* [ReplaceColor(themeColor:"TopBarHoverText")] */ color: #333;
    /* [ReplaceColor(themeColor:"BackgroundOverlay", #PageContent opacity:"1")] */ background-color: #fff;
    /* [ReplaceColor(themeColor:"DialogBorder")] */ border-left-color: #d1d1d1;
}

#PageContent .ms-suitenav-caratBox {
    height: 8px;
    width: 8px;
    position: relative;
    display: inline-block;
    overflow: hidden;
}

#PageContent .ms-suitenav-caratIcon {
    left: -56px;
    top: -256px;
    position: absolute;
}

#PageContent .ms-suitenav-downarrowBox {
    height: 16px;
    width: 16px;
    position: relative;
    display: inline-block;
    overflow: hidden;
}

#PageContent .ms-suitenav-downarrowIcon {
    left: -55px;
    top: -202px;
    position: absolute;
}

#PageContent a.ms-core-suiteLink-active > span > .ms-suitenav-downarrowBox > .ms-suitenav-downarrowIcon {
    left: -233px;
    top: -156px;
    position: absolute;
}

#PageContent .ms-suitenav-ellipsisBox {
    height: 16px;
    width: 16px;
    position: relative;
    display: inline-block;
    overflow: hidden;
}

#PageContent .ms-suitenav-ellipsisIcon {
    left: -37px;
    top: -202px;
    position: absolute;
}

#PageContent a.ms-core-suiteLink-active > span > .ms-suitenav-ellipsisBox > .ms-suitenav-ellipsisIcon {
    left: -233px;
    top: -174px;
    position: absolute;
}

#PageContent a.ms-core-suiteLink-disabled, #PageContent a.ms-core-suiteLink-disabled:hover {
    /* [ReplaceColor(themeColor:"SuiteBarHoverText")] */ color: #92c0e0;
    cursor: default;
    text-decoration: none;
}

#PageContent .ms-core-suitemenu {
    display: none;
    top: -10000px;
    line-height: normal;
    overflow: hidden;
    position: absolute;
    text-align: right;
    z-index: 103;
    box-shadow: 3px 3px 6px -4px rgba(0, #PageContent 0, #PageContent 0, #PageContent 0.3), #PageContent -3px 3px 6px -4px rgba(0, #PageContent 0, #PageContent 0, #PageContent 0.3);
    border-top: 0px solid transparent;
}

#PageContent .ms-core-needIEFilter .ms-core-suitemenu {
    border-top: 0px solid transparent;
}

#PageContent #Suite_ActiveLinkIndicator {
    display: inline-block;
    z-index: 200;
}

#PageContent #Suite_ActiveLinkIndicator_Clip {
    display: inline-block;
    right: 50%;
    position: absolute;
    top: 16px;
    z-index: 102;
}

#PageContent #suiteBar a.ms-core-menu-link {
    padding: 6px 15px;
}

#PageContent #roamingAppContainer {
    width: 410px;
}

#PageContent #roamingAppFrameArea {
    /* [ReplaceColor(themeColor:"SubtleEmphasisBackground")] */ background-color: #f1f1f1;
    min-height: 200px;
}

#PageContent .ms-core-needIEFilter #roamingAppFrameArea {
    /* [ReplaceColor(themeColor:"SubtleEmphasisBackground")] */ -ms-filter: "progid:DXImageTransform.Microsoft.gradient(GradientType=0, #PageContent startColorstr=#c6efefef, #PageContent endColorstr=#c6efefef)";
}

#PageContent #roamingAppStatusArea {
    text-align: center;
    /* [ReplaceColor(themeColor:"SubtleEmphasisText")] */ color: #666;
    margin: 0px 50px;
}

#PageContent #officeAppIcons {
    padding: 20px;
}

#PageContent #roamingAppFooterArea {
    padding: 40px 0px;
}

#PageContent .ms-roamingapps-appicon {
    width: 100px;
    height: 100px;
    padding: 10px;
    display: inline-block;
    text-align: center;
}

#PageContent .ms-roamingapps-appicon > div {
    width: 100px;
}

#PageContent .ms-roamingapps-goback {
    cursor: pointer;
}

#PageContent a.ms-roamingapps-goback:link, #PageContent a.ms-roamingapps-goback:visited {
    /* [ReplaceColor(themeColor:"CommandLinks")] */ color: #666;
    text-decoration: none;
}

#PageContent a.ms-roamingapps-goback:hover, #PageContent a.ms-roamingapps-goback:focus {
    /* [ReplaceColor(themeColor:"CommandLinksHover")] */ color: #0072c6;
}

#PageContent a.ms-roamingapps-goback:active {
    /* [ReplaceColor(themeColor:"CommandLinksPressed")] */ color: #004d85;
}

#PageContent .ms-roamingapps-goback-image {
    vertical-align: middle;
    margin-left: 3px;
}

#PageContent .ms-roamingapps-goback-label {
    vertical-align: bottom;
}

#PageContent #roamingAppLauncher {
    margin-top: 15px;
}

#PageContent .ms-roamingapps-desc {
    padding-top: 15px;
}

#PageContent .ms-roamingapps-iconouter-1 {
    display: inline-block;
    height: 40px;
    width: 40px;
    position: relative;
    overflow: hidden;
}

#PageContent .ms-roamingapps-iconinner-1 {
    left: -127px;
    top: -43px;
    position: absolute;
}

#PageContent .ms-roamingapps-iconouter-2 {
    display: inline-block;
    height: 40px;
    width: 40px;
    position: relative;
    overflow: hidden;
}

#PageContent .ms-roamingapps-iconinner-2 {
    left: -43px;
    top: -1px;
    position: absolute;
}

#PageContent .ms-roamingapps-iconouter-3 {
    display: inline-block;
    height: 40px;
    width: 40px;
    position: relative;
    overflow: hidden;
}

#PageContent .ms-roamingapps-iconinner-3 {
    left: -1px;
    top: -43px;
    position: absolute;
}

#PageContent .ms-roamingapps-iconouter-4 {
    display: inline-block;
    height: 40px;
    width: 40px;
    position: relative;
    overflow: hidden;
}

#PageContent .ms-roamingapps-iconinner-4 {
    left: -85px;
    top: -1px;
    position: absolute;
}

#PageContent .ms-roamingapps-iconouter-5 {
    display: inline-block;
    height: 40px;
    width: 40px;
    position: relative;
    overflow: hidden;
}

#PageContent .ms-roamingapps-iconinner-5 {
    left: -85px;
    top: -43px;
    position: absolute;
}

#PageContent .ms-roamingapps-iconouter-6 {
    display: inline-block;
    height: 40px;
    width: 40px;
    position: relative;
    overflow: hidden;
}

#PageContent .ms-roamingapps-iconinner-6 {
    left: -43px;
    top: -85px;
    position: absolute;
}

#PageContent .ms-roamingapps-iconouter-7 {
    display: inline-block;
    height: 40px;
    width: 40px;
    position: relative;
    overflow: hidden;
}

#PageContent .ms-roamingapps-iconinner-7 {
    left: -43px;
    top: -43px;
    position: absolute;
}

#PageContent .ms-roamingapps-iconouter-8 {
    display: inline-block;
    height: 40px;
    width: 40px;
    position: relative;
    overflow: hidden;
}

#PageContent .ms-roamingapps-iconinner-8 {
    left: -1px;
    top: -1px;
    position: absolute;
}

#PageContent .ms-roamingapps-iconouter-9 {
    display: inline-block;
    height: 40px;
    width: 40px;
    position: relative;
    overflow: hidden;
}

#PageContent .ms-roamingapps-iconinner-9 {
    left: -127px;
    top: -85px;
    position: absolute;
}

#PageContent .ms-mrudocs-webpartheader {
    padding-top: 19px;
    padding-right: 1px;
}

#PageContent .ms-mrudocs-webpartfooter {
    padding-top: 11px;
    padding-right: 1px;
}

#PageContent .ms-mrudocs-separator {
    /* [ReplaceColor(themeColor:"Lines")] */ border-bottom: 1px solid #ababab;
    width: 158px;
    padding-top: 15px;
}

#PageContent .ms-mrudocs-webpartbody {
    width: 160px;
    word-wrap: normal;
}

#PageContent .ms-mrudocs-itemscontainer {
    padding-top: 12px;
}

#PageContent .ms-mrudocs-documenticon {
    padding-right: 1px;
}

#PageContent .ms-mrudocs-documentname, #PageContent .ms-mrudocs-loadingmessage {
    padding-right: 3px;
    width: 122px;
}

#PageContent .ms-mrudocs-pinnedicon {
    left: -236px;
    top: -48px;
    position: absolute;
    padding-right: 2px;
}

#PageContent .ms-mrudocs-pinnedicon-container {
    height: 16px;
    width: 16px;
    position: relative;
    overflow: hidden;
}

#PageContent .ms-chromecontrol-help {
    /* [RecolorImage(themeColor:"TopBarText", #PageContent method:"Filling", #PageContent includeRectangle:{x:19, #PageContent y:1, #PageContent width:16, #PageContent height:16} #PageContent )] */ background-image: url(/_layouts/15/1037/images/spintl.png);
    background-repeat: no-repeat;
    background-position: -19px -1px;
    height: 16px;
    width: 16px;
    display: inline-block;
}

#PageContent .ms-search-image {
    float: left;
}

#PageContent .ms-entity-resolved {
    text-decoration: underline;
    display: inline-block;
}

#PageContent .ms-entity-unresolved {
    cursor: pointer;
    background-repeat: repeat-x;
    background-position: right bottom;
    padding-bottom: 2px;
    vertical-align: text-top;
    display: inline-block;
    /* [RecolorImage(themeColor:"ErrorText", #PageContent method:"Filling")] */ background-image: url("/_layouts/15/images/UserSquiggle.png?rev=23");
}

#PageContent .ms-rte-layoutszone-inner {
    padding: 0px;
}

#PageContent .ms-inputuserfield {
    height: 25px;
    padding: 0px 5px;
}

#PageContent .ms-inputuserfield:disabled {
    /* [ReplaceColor(themeColor:"DisabledText")] */ color: #b1b1b1;
    /* [ReplaceColor(themeColor:"DisabledLines")] */ border-color: #e1e1e1;
    /* [ReplaceColor(themeColor:"DisabledBackground", #PageContent opacity:"1")] */ background-color: #fdfdfd;
    /* [ReplaceColor(themeColor:"DisabledBackground")] */ background-color: #fdfdfd;
}

#PageContent .ms-fileField-fileExt {
    padding-right: 3px;
}

#PageContent .ms-wiki-newPage {
    padding-top: 10px;
}

#PageContent a.ms-wikilink {
    text-decoration: none;
}

#PageContent .ms-wiki-columnSpacing {
    padding-right: 24px;
}

#PageContent a.ms-missinglink {
    text-decoration: none;
    /* [ReplaceColor(themeColor:"Hyperlink")] */ border-bottom: 1px dashed #0072c6;
}

#PageContent .ms-tileview-root {
    min-width: 540px;
}

#PageContent .ms-tileview-header {
    margin-bottom: 24px;
}

#PageContent .ms-tileview-tile-root {
    float: right;
}

#PageContent .ms-tileview-tile-content {
    /* [ReplaceColor(themeColor:"EmphasisBackground")] */ background-color: #0072c6;
    position: relative;
    overflow: hidden;
}

#PageContent .ms-tileview-tile-content > a:hover, #PageContent .ms-tileview-tile-content > a:active {
    text-decoration: none;
}

#PageContent .ms-tileview-tile-inner {
    margin-top: 6px;
    padding: 3px;
}

#PageContent .ms-tileview-tile-detailsBox {
    /* [ReplaceColor(themeColor:"TileText")] */ color: #fff;
    /* [ReplaceColor(themeColor:"TileBackgroundOverlay")] */ background-color: rgba( 0, #PageContent 0, #PageContent 0, #PageContent 0.6 );
    position: absolute;
    top: 130px;
}

#PageContent .ms-core-needIEFilter .ms-tileview-tile-detailsBox {
    background-color: transparent;
    /* [ReplaceColor(themeColor:"TileBackgroundOverlay")] */ -ms-filter: "progid:DXImageTransform.Microsoft.gradient(GradientType=0, #PageContent startColorstr=#99000000, #PageContent endColorstr=#99000000)";
}

#PageContent .ms-tileview-tile-tabularBox {
    position: relative;
    top: -27px;
    padding: 0px 10px;
}

#PageContent .ms-tileview-tile-selected, #PageContent .ms-tileview-tile-selectionBox, #PageContent .ms-tileview-tile-selectionBox > *, #PageContent .ms-tileview-tile-selectionBox:hover > * {
    /* [ReplaceColor(themeColor:"EmphasisBackground")] */ background-color: #0072c6;
}

#PageContent .ms-tileview-tile-selectionBox, #PageContent .ms-tileview-tile-selectionBox > span {
    position: relative;
    cursor: pointer;
}

#PageContent .ms-tileview-tile-selectionBox {
    width: 30px;
    height: 30px;
    right: -10px;
    top: -3px;
    text-align: center;
}

#PageContent .ms-tileview-tile-selectionBox > span {
    top: 5px;
}

#PageContent .ms-tileview-tile-detailsListMedium {
    height: 150px;
    overflow: hidden;
    padding: 10px;
    padding-top: 6px;
    margin: 0px;
}

#PageContent .ms-tileview-tile-titleMedium {
    /* [ReplaceColor(themeColor:"TileText")] */ color: #fff;
    font-size: 1em;
}

#PageContent .ms-tileview-tile-titleMediumCollapsed {
    display: table-cell;
    height: 36px;
    overflow: hidden;
    vertical-align: bottom;
}

#PageContent .ms-tileview-tile-titleMediumExpanded {
    display: table-cell;
    max-height: 52px;
    overflow: hidden;
}

#PageContent .ms-tileview-tile-titleTextMediumCollapsed {
    max-height: 36px;
    overflow: hidden;
}

#PageContent .ms-tileview-tile-titleTextMediumExpanded {
    max-height: 52px;
    overflow: hidden;
}

#PageContent .ms-tileview-tile-descriptionMedium {
    padding-top: 15px;
}

#PageContent .ms-core-form-bottomButtonBox button {
    margin-right: 6px;
}

#PageContent .ms-manageLink-table {
    width: 100%;
}

#PageContent .ms-manageLink-column {
    margin-left: 15px;
    margin-bottom: 9px;
    white-space: nowrap;
}

#PageContent .ms-manageLink-cell {
    vertical-align: middle;
}

#PageContent .ms-manageLink-section-top {
    margin-top: 24px !important;
}

#PageContent .ms-manageLink-table-img {
    vertical-align: middle;
}

#PageContent .ms-manageLink-url {
    width: 470px;
    cursor: text;
    border-width: 0px;
    padding: 0px;
}

#PageContent .ms-manageLink-progress {
    text-align: right;
    vertical-align: middle;
}

#PageContent .ms-manageLink-progress-img {
    margin: 0px 6px;
}

#PageContent .ms-manageLink-buttonrow {
    margin-top: 11px;
}

#PageContent .ms-navresizer-vertical {
    cursor: e-resize;
    width: 5px;
    /* [ReplaceColor(themeColor:"SubtleLines")] */ border-right: 1px solid #ababab;
    margin-right: 1px;
}

#PageContent .ms-navresizer-horizontal {
    margin-left: 1px;
    cursor: n-resize;
    height: 5px;
    /* [ReplaceColor(themeColor:"SubtleLines")] */ border-top: 1px solid #ababab;
    /* [ReplaceColor(themeColor:"SubtleEmphasisBackground")] */ background-color: #f1f1f1;
}

#PageContent .ms-navresizer-verticalpositionhelper {
    top: 0px;
    width: 0px;
    height: 0px;
    position: relative;
}

#PageContent .ms-navresizer-verticalpositionhelper .ms-navresizer-vertical {
    top: 0px;
    height: 800px;
    position: absolute;
}

#PageContent .ms-fullscreenmode #navresizerVerticalBar {
    display: none;
}

#PageContent .ms-fullscreenmode #navresizerHorizontalBar {
    display: none;
}

#PageContent .ms-inlineSearch-searchImgSpanBase {
    display: inline-block;
    overflow: hidden;
    direction: ltr;
    vertical-align: middle;
    margin: 0px 4px 0px 0px;
    width: 20px;
    height: 20px;
}

#PageContent .ms-inlineSearch-searchImgSpanStandard {
    border: 1px solid transparent;
}

#PageContent .ms-inlineSearch-searchImgSpanHoverHighlight {
    /* [ReplaceColor(themeColor:"ButtonHoverBackground", #PageContent opacity:"1")] */ background-color: #e6f2fa;
    /* [ReplaceColor(themeColor:"ButtonHoverBackground")] */ border: 1px solid #e6f2fa;
    /* [ReplaceColor(themeColor:"ButtonHoverBackground")] */ background-color: #e6f2fa;
}

#PageContent .ms-inlineSearch-searchImg {
    top: -138px;
    left: -105px;
    position: relative;
}

#PageContent .ms-inlineSearch-searchImgHover {
    top: -134px;
    left: -153px;
    position: relative;
}

#PageContent .ms-cancelImg, #PageContent .ms-inlineSearch-cancelImg {
    top: -180px;
    left: -23px;
    position: relative;
}

#PageContent .ms-cancelImgHover, #PageContent .ms-inlineSearch-cancelImgHover {
    top: -180px;
    left: -1px;
    position: relative;
}

#PageContent .ms-cancelImg, #PageContent .ms-cancelImgHover {
    position: absolute;
}

#PageContent .ms-inlineSearch-imgHoverHighlight {
    /* [ReplaceColor(themeColor:"ButtonHoverBackground", #PageContent opacity:"1")] */ background-color: #e6f2fa;
    /* [ReplaceColor(themeColor:"ButtonHoverBackground")] */ background-color: #e6f2fa;
}

#PageContent
/* _lcid="1037" _version="15.0.4420"
_LocalBinding */
.ms-core-overlay {
    /* [ReplaceColor(themeColor:"BackgroundOverlay")] */ background-color: rgba( 255, #PageContent 255, #PageContent 255, #PageContent 0.85 );
}

#PageContent .ms-core-needIEFilter .ms-core-overlay {
    background-color: transparent;
    /* [ReplaceColor(themeColor:"BackgroundOverlay")] */ -ms-filter: "progid:DXImageTransform.Microsoft.gradient(GradientType=0, #PageContent startColorstr=#d8ffffff, #PageContent endColorstr=#d8ffffff)";
}

#PageContent
/* _lcid="1037" _version="15.0.4420"
_LocalBinding */
#globalNavBox, #PageContent .ms-clientcontrol-chromeheader {
    /* [ReplaceColor(themeColor:"TopBarBackground")] */ background-color: rgba( 239, #PageContent 239, #PageContent 239, #PageContent 0.78 );
    width: 100%;
    height: 35px;
}

#PageContent .ms-core-needIEFilter #globalNavBox, #PageContent .ms-core-needIEFilter .ms-clientcontrol-chromeheader {
    /* [ReplaceColor(themeColor:"TopBarBackground")] */ -ms-filter: "progid:DXImageTransform.Microsoft.gradient(GradientType=0, #PageContent startColorstr=#c6efefef, #PageContent endColorstr=#c6efefef)";
}

#PageContent #siteactiontd {
    display: inline-block;
}

#PageContent .ms-cui-TabRowLeft {
    padding: 13px 0px 0px 9px;
}

#PageContent #s4-titlerow {
    margin-top: 0px;
    margin-bottom: 0px;
    padding-top: 19px;
    padding-bottom: 8px;
}

#PageContent #contentRow {
    padding-top: 19px;
}

#PageContent #sideNavBox {
    float: right;
    margin-right: 20px;
    margin-left: 20px;
    width: 180px;
}

#PageContent .ms-core-sideNavBox-removeLeftMargin {
    margin-right: -20px;
}

#PageContent .ms-tv-box {
    margin-right: 20px;
}

#PageContent #contentBox {
    margin-right: 220px;
    margin-left: 20px;
    min-width: 703px;
}

#PageContent .ms-siteactions-root > span > a.ms-core-menu-root {
    /* [ReplaceColor(themeColor:"TopBarText")] */ color: #666;
}

#PageContent .ms-fullscreenmode #s4-titlerow {
    display: none !important;
}

#PageContent .ms-fullscreenmode #sideNavBox {
    display: none;
}

#PageContent .ms-fullscreenmode #contentBox {
    margin-right: 40px;
}

#PageContent .ms-dialog .ms-fullscreenmode #contentBox {
    margin-right: 0px;
}

#PageContent .ms-mpSearchBox {
    width: 260px;
}

#PageContent .ms-list-addnew-aligntop {
    padding-top: 0px;
}

#PageContent .asteriskIcon > div > img {
    left: -61px !important;
    top: -13px !important;
}

#PageContent *, #PageContent {
    font-size: 14px !important;
    font-family: Arial !important;
}

#CompTour #PageContent h2, #CompTour #PageContent h2 * {
    font-size: 16px !important;
    font-family: Arial !important;
}
