/* Global styles start */

*
{
    line-break: strict;    /* Necissary to enforce proper Japanese line breaking in I.E. */
}

html, body, form
{
    /* for chrome browser yellow line, see bug #2440030*/
    outline: none;
}

html, body
{
    height: 100%;
}

body, select, input, textarea, div[boxtype="ImageButton"]
{
    font-family: "Segoe UI", Segoe, Tahoma, Helvetica, Arial, sans-serif;
    font-size: 12px;
    font-weight:400 /*300*/;
    line-height: 18px;

    margin: 0px;
    padding: 0px;
}

/* Main header */
h1
{
    font-size: 22px;
    font-weight: 400 /*200*/;
    line-height: normal;
}

/* For the product description iframe in Windows Live ID authentication page */
h2
{
    font-size: 18px;
    font-weight: normal;
    line-height: normal;
}

.superHeader
{
    font-size: 32px;
    font-weight: normal;
    padding-bottom: 30px;
}

a
{
    text-decoration: none;
    margin: 0px;
    padding: 0px;
}

a:hover
{
    text-decoration: underline;
    cursor:pointer;
}

a[enabled="false"]
{
   pointer-events: none;
   cursor: default;
}

img
{
    border-style: none; /* Removes link border style in I.E. and Firefox */
}

ol, ul
{
    margin: 0px;
    padding: 0px;
    list-style-type:none;
}

textarea
{
    height: 100px;
    width: 300px;
    overflow: auto;
    resize: none;
}

label
{
    margin-left: 8px;  /* together with the input's margin, it should be 12px */
}

label, input, select, div[boxtype="ImageButton"]
{
    vertical-align: middle;
}

/*The box model of input and select are different, when both with height = 24px, the reendering height will different. */
/*So set margin to make it height same.*/
select
{
    height: 24px;
    /* override line-height to make it same as height*/
    line-height: 24px;
}

/*Set the type="hidden" also to make water marker is in middle*/
input[type="text"], input[type="password"], input[type="file"], input[type="hidden"]
{
    height: 22px;
    /* override line-height to make it same as height*/
    line-height: 22px;
}

input[type="image"], input[type="radio"], input[type="checkbox"], div[boxtype="ImageButton"]
{
    height: auto;
}

input[type="checkbox"][disabled], [disabled] input[type="checkbox"]
{
   opacity: .7;
}

input[type="text"], input[type="password"], input[type="file"], textarea, select
{
    border: 1px solid #a3aeaf;
    border-width: 1px;
}

input[type="text"]:focus, input[type="password"]:focus, input[type="file"]:focus, textarea:focus, select:focus,
input[type="text"]:hover, input[type="password"]:hover, input[type="file"]:hover, textarea:hover, select:hover
{
    border-style: solid;
    border-width: 1px;
}

button, input[type="button"], input[type="reset"], input[type="submit"]
{
    padding: 0px 0px 1px 0px;
    min-width: 100px;
    height: 30px;
    overflow: visible;    /* Needed for I.E. text alignment issue */
}

/* Global styles end */

p
{
    margin: 1ex 0ex 1ex 0ex; /* Force default margins since they differ between browsers */
}

hr
{
    margin: 8px 0px 8px 0px;
}

/* Table Elements */

th
{
    font-weight: normal;
    text-align: left;
}

/* Form Elements */

fieldset
{
    margin: 10px 0px 10px 0px;
    padding: 6px 6px 6px 6px;;
}

legend
{
    margin: 1px 5px 0px 5px;
}

/*
Standard Style Classes
*/
.SectionHeader
{
    font-size: 15px;
    line-height: normal;
}

/*
<box:Button> Control Styles
*/

a.Button, a.Button:link, a.Button:visited,
a.Button-focus, a.Button-focus:link, a.Button-focus:visited,
a.Button-hover, a.Button-hover:link, a.Button-hover:visited,
a.Button-active, a.Button-active:link, a.Button-active:visited,
span.Button-disabled, button.Button, button.Button-disabled
{
    display: inline-block;
    text-decoration: none;
    margin: 5px 5px 5px 5px;
    padding: 0px 0px 0px 0px;
    width: auto;
    min-width: 95px;
}
a.Button span, a.Button-focus span, a.Button-hover span, a.Button-active span, span.Button-disabled span
{
    text-align: center;
    vertical-align: baseline;
    font-size: 13px;
    display: block;
    white-space: nowrap;

    border-style: solid;
    border-width: 2px;
    padding: 4px 33px 4px 33px;
}
a.Button b, a.Button-focus b, a.Button-hover b, a.Button-active b, span.Button-disabled b
{
    display: none;
}
a.Button i, a.Button-focus i, a.Button-hover i, a.Button-active i, span.Button-disabled i
{
    display: none;
}
a.Button u, a.Button-focus u, a.Button-hover u, a.Button-active u, span.Button-disabled u
{
    display: none;
}

button.Button span, button.Button-disabled span
{
    text-align: center;
    vertical-align: baseline;
    font-size: 13px;
    display: block;
    white-space: nowrap;
    padding: 0px 28px 0px 28px;
}


/*
<box:CommerceButton> Control Styles
*/
a.CommerceButton, a.CommerceButton:link, a.CommerceButton:visited,
a.CommerceButton-focus, a.CommerceButton-focus:link, a.CommerceButton-focus:visited,
a.CommerceButton-hover, a.CommerceButton-hover:link, a.CommerceButton-hover:visited,
a.CommerceButton-active, a.CommerceButton-active:link, a.CommerceButton-active:visited,
span.CommerceButton-disabled
{
    display: inline-block;
    text-decoration: none;
    margin: 5px 5px 5px 5px;
    min-width: 70px;
    padding: 0px 0px 0px 0px;
}
a.CommerceButton span, a.CommerceButton-focus span, a.CommerceButton-hover span, a.CommerceButton-active span, span.CommerceButton-disabled span
{
    text-align: center;
    vertical-align: baseline;
    font-size: 13px;
    line-height: normal;
    border-left: 1px solid;
    border-right: 1px solid;
    margin: 0px 0px 0px 0px;
    padding: 1px 12px 2px 12px;
    display: block;
    white-space: nowrap;
}
a.CommerceButton b, a.CommerceButton-focus b, a.CommerceButton-hover b, a.CommerceButton-active b, span.CommerceButton-disabled b
{
    height: 0px;
    margin: 0px 3px;
    border-bottom: 1px solid;
    display: block;
    font-size: 1px;
    line-height: 0px;
}
a.CommerceButton i, a.CommerceButton-focus i, a.CommerceButton-hover i, a.CommerceButton-active i, span.CommerceButton-disabled i
{
    height: 1px;
    margin: 0px 2px;
    border-left: 1px solid;
    border-right: 1px solid;
    display: block;
    font-size: 1px;
    line-height: 0px;
}
a.CommerceButton u, a.CommerceButton-focus u, a.CommerceButton-hover u, a.CommerceButton-active u, span.CommerceButton-disabled u
{
    height: 1px;
    margin: 0px 1px;
    border-left: 1px solid;
    border-right: 1px solid;
    display: block;
    font-size: 1px;
    line-height: 0px;
}

/* <box:CancelButton> Control Styles */
a.CancelButton, a.CancelButton-focus, a.CancelButton-hover, a.CancelButton-active, span.CancelButton-disabled
{
    display: inline-block;
    margin: 5px 5px 5px 5px;
    padding: 0px 0px 0px 0px;
}
a.CancelButton span, a.CancelButton-focus span, a.CancelButton-hover span, a.CancelButton-active span, span.CancelButton-disabled span
{
    text-align: center;
    vertical-align: baseline;
    margin: 0px 0px 0px 0px;
    padding: 1px 3px 2px 3px;
    display: block;
}
a.CancelButton b, a.CancelButton i, a.CancelButton u,
a.CancelButton-focus b, a.CancelButton-focus i, a.CancelButton-focus u,
a.CancelButton-hover b, a.CancelButton-hover i, a.CancelButton-hover u,
a.CancelButton-active b, a.CancelButton-active i, a.CancelButton-active u,
span.CancelButton-disabled b, span.CancelButton-disabled i, span.CancelButton-disabled u
{
    height: 1px;
    margin: 0px 0px;
    display: block;
    font-size: 1px;
    line-height: 0px;
}

div.Triangle-Collapsed, div.Triangle-Expanded
{
    display: inline-block;
	width: 0;
	height: 0;
	border-left: 5px solid transparent;
	border-right: 5px solid transparent;
}

div.Triangle-Collapsed
{
	border-top: 5px solid;
}

div.Triangle-Expanded
{
	border-bottom: 5px solid;
}

/* Admin Home Info Panel Styles */

td.PageLayout-ContentPanelWithAdminHome
{
    width: 100%;
    vertical-align: top;
}

td.PageLayout-AdminHomeInfoPanel
{
    width: 253px; /* take into account 1px round cornder rectangle border. */
    vertical-align: top;
}

td.PageLayout-AdminHomeInfoPanel > div
{
    width: 253px; /* take into account 1px round cornder rectangle border. */
    padding-left: 25px;

    padding-bottom: 1px;
}

div.PageLayout-AdminHomeInfoTopPanel
{
    height: 32px;
    padding-left: 26px;
    vertical-align: bottom;
    overflow: hidden;
}

span.PageLayout-AdminHomeInfoHelpPanel
{
    float: right;
    padding: 4px 4px 0px 4px;
    display: inline-block;
}

div.PageLayout-AdminHomeInfoMainPanel
{
}

div.PageLayout-AdminHomeInfoMainPanel > div > div
{
    min-height: 450px;
}

div.PageLayout-RightRoundLeftNone, div.PageLayout-LeftRoundRightNone
{
    background-image: url(/LSCP/7.0.2855.1.1/en-US/Shell/Images/header_bar_white_1020_3.gif);
    background-repeat: repeat-x;
    background-position: left top;
}

/* IW Home Info Panel Styles */

td.PageLayout-ContentPanelWithIWHome
{
    width: 100%;
    vertical-align: top;
    background-image: url(/LSCP/7.0.2855.1.1/en-US/Shell/Images/header_bar_white_1020_3.gif);
    background-repeat: repeat-x;
    background-position: left top;
}

td.PageLayout-IWHomeInfoPanel
{
    width: 253px; /* take into account 1px round cornder rectangle border. */
    vertical-align: top;
    background-image: url(/LSCP/7.0.2855.1.1/en-US/Shell/Images/pagelayout_dropshadow_left.jpg);
    background-repeat: no-repeat;
    background-position: left 0px;
}

td.PageLayout-IWHomeInfoPanel > div
{
    width: 253px; /* take into account 1px round cornder rectangle border. */
    padding-left: 14px;
    background-image: url(/LSCP/7.0.2855.1.1/en-US/Shell/Images/pagelayout_office_background_left.jpg);
    background-repeat: no-repeat;
    background-position: left bottom;
}

div.PageLayout-IWHomeInfoTopPanel
{
    height: 45px;
    padding-left: 26px;
    vertical-align: bottom;
    overflow: hidden;
}

span.PageLayout-IWHomeInfoHelpPanel
{
    float: right;
    padding: 4px 4px 0px 4px;
    display: inline-block;
}

div.PageLayout-IWHomeInfoMainPanel
{
    background-image: url(/LSCP/7.0.2855.1.1/en-US/Shell/Images/header_bar_white_1020_3.gif);
    background-repeat: repeat-x;
    background-position: left top;
}

div.PageLayout-IWHomeInfoMainPanel > div > div
{
    min-height: 437px;
}

/* Signup Panel Styles */

td.PageLayout-ContentPanelWithSignup
{
    width: 979px;
    vertical-align: top;
    padding-left: 52px;
}

td.PageLayout-ContentPanelWithSignup > div
{
    width: 979px;
}

.Shell-SignupOffice td.PageLayout-ContentPanelWithSignup > div, .Shell-SignupCustom td.PageLayout-ContentPanelWithSignup > div
{
    width: 979px;
    padding-right: 5px;
    background-image: url(/LSCP/7.0.2855.1.1/en-US/Shell/Images/signup_dropshadow_right.jpg);
    background-repeat: no-repeat;
    background-position: right 0px;
}

td.PageLayout-ContentPanelWithSignup > div > div
{
    width: 979px;
}

table.PageLayout-Signup
{
    width: 979px;
    min-height: 429px;
}

td.PageLayout-SignupContent
{
    width: 100%;
    overflow: hidden;
    padding-left: 52px;
    padding-right: 26px;
    vertical-align: top;
}

td.PageLayout-SignupContent > div
{
    width: 586px;
    overflow: hidden;
}

td.PageLayout-SignupInfo
{
    width: 263px; /* 26px (pad) + 5px (ruler) + 20px (pad) + 238px (content) + 26px (pad) */
    overflow: hidden;
    padding-left: 26px;
    padding-right: 26px;
    vertical-align: top;
}

td.PageLayout-SignupInfo > div
{
    width: 263px; /* 26px (pad) + 5px (ruler) + 20px (pad) + 238px (content) + 26px (pad) */
}

td.PageLayout-SignupInfo-Ruler
{
    width: 5px;
}

td.PageLayout-SignupInfo-Ruler > div
{
    width: 5px
}

td.PageLayout-SignupInfo-Padding
{
    width: 20px;
}

td.PageLayout-SignupInfo-Padding > div
{
    width: 20px
}

td.PageLayout-SignupInfo-Content
{
    width: 100%;
    padding-top: 20px;
    padding-bottom: 30px;
}

td.PageLayout-SignupInfo-Content > div
{
    width: 238px;
    overflow: hidden;
}

table.PageLayout-NavTitle
{
    width: 100%;
}

table.PageLayout-NavTitle td.title
{
    width: 100%;
}

table.PageLayout-NavTitle td.margin, table.PageLayout-NavTitle td.margin > div
{
    width: 13px;
}

table.PageLayout-NavTitle td.highlight, table.PageLayout-NavTitle td.highlight > div
{
    width: 5px;
}


table.PageLayout-NavTitle td.space, table.PageLayout-NavTitle td.space > div
{
    width: 8px;
}

/*  PageLayout Round Corner Styles */

div.PageLayout-RightRoundLeftNone > B, div.PageLayout-LeftRoundRightNone > B, div.PageLayout-NoSides > B, div.PageLayout-RightRoundLeftFlat > B
{
    height: 0px;
    display:block;
    font-size: 1px;
    line-height: 0px;
}

div.PageLayout-RightRoundLeftNone > B, div.PageLayout-RightRoundLeftFlat > B
{
    margin-right: 3px;
    margin-left: 0px;
}

div.PageLayout-LeftRoundRightNone > B
{
    margin-right: 0px;
    margin-left: 3px;
}

div.PageLayout-NoSides
{
    height: 100%;
}

div.PageLayout-NoSides > I, div.PageLayout-NoSides > U
{
    height:1px;
    display:block;
    font-size: 1px;
    line-height: 0px;
}

div.PageLayout-RightRoundLeftNone > I, div.PageLayout-RightRoundLeftNone > U, div.PageLayout-RightRoundLeftFlat > I, div.PageLayout-RightRoundLeftFlat > U
{
    margin-left: 0px;
    height: 1px;
    display:block;
    font-size: 1px;
    line-height: 0px;
}

div.PageLayout-RightRoundLeftNone > I, div.PageLayout-RightRoundLeftFlat > I
{
    margin-right: 2px;
}

div.PageLayout-RightRoundLeftNone > U, div.PageLayout-RightRoundLeftFlat > U
{
    margin-right: 1px;
}

div.PageLayout-LeftRoundRightNone > I, div.PageLayout-LeftRoundRightNone > U
{
    margin-right: 0px;
    height: 1px;
    display:block;
    font-size: 1px;
    line-height: 0px;
}

div.PageLayout-LeftRoundRightNone > I
{
    margin-left: 2px;
}

div.PageLayout-LeftRoundRightNone > U
{
    margin-left: 1px;
}

div.PageLayout-Panels
{
    min-height:438px;
    height: 100%;
}

div.return > div
{
    margin-left: 20px;
    margin-top: 19px;
    margin-bottom: 19px;
    cursor: pointer;
}

.MultiPageLayout > input
{
    height: 0px;
}

.MultiPageLayout > div.borders
{
    padding: 0px;
}

table.MultiPageLayout-Wizard > tbody > tr > td.navigation
{
    width: 240px;   /* 200px navigation area + 40px spacer */
    vertical-align: top;
    padding: 0px;
}

table.MultiPageLayout-Wizard > tbody > tr > td.navigation > div
{
    width: 200px;
    font-size: 15px;
    line-height: normal;
    letter-spacing: normal;
}

table.MultiPageLayout-Wizard > tbody > tr > td.spacer, table.MultiPageLayout-Wizard > tbody > tr > td.spacer > div
{
    width: 40px;
}

table.MultiPageLayout-Wizard > tbody > tr > td.navigation > div > ol > li
{
    margin-left: 20px;
    margin-right: 20px;
    margin-bottom: 12px;
    list-style-type:decimal;
}

table.MultiPageLayout-Wizard ol
{
    padding: 0px 20px 0px 20px;
}

table.MultiPageLayout-Wizard td.divider > div
{
    width: 26px;
}

table.MultiPageLayout-Wizard > tbody > tr > td.content
{
    width: 100%;
    vertical-align: top;
}

ul.MultiPageLayout-TabBar
{
    white-space: nowrap;
    padding: 0px;
    margin-bottom: 15px;
    cursor: default;
    font-size: 11pt;
    line-height: normal;
    letter-spacing: 0px;
}
ul.MultiPageLayout-TabBar > li
{
    display: inline;
    font-weight: bold;
}

ul.MultiPageLayout-TabBar > li.selected > a
{
    text-decoration: none;
    cursor: default;
}


ul.MultiPageLayout-TabBar > span, ul.MultiPageLayout-TabBar > li > span    /* Tab Seperator */
{
    padding-left:18px;
    padding-<%+RelativeRight%>:18px;
    font-weight: normal;
}

div.MultiPageLayout-ButtonBar
{
    margin-top: 25px; /* plus the 5px margin-top on Buttons makes 30px margin to top of buttons in button bar */
}

div.MultiPageLayout-ButtonBar > span, div.MultiPageLayout-ButtonBar > a
{
    float: left;
}

div.MultiPageLayout-ButtonBar > span:first-child + a
{
    margin-left: 0px;
}

div.MultiPageLayoutPanel
{
    min-height:350px;
}

/* Wizard title. TODO: refine it to avoid incorrect settings */
div.MultiPageLayout h1.title
{
    margin-left: 20px;
    margin-right: 20px;

    line-height: 36px;
    margin-bottom: 24px;
}

div.MultiPageLayoutPanel > h2.title   /* MultiPageLayoutPanel.Title */
{
    margin-bottom: 10px;
}

div.MultiPageLayoutPanel > div.description  /* MultiPageLayoutPanel.Description */
{
    margin-bottom: 15px;
}

/* ----------- */

div.Loading-Center
{
    text-align: center;
}

div.Loading-Left
{
    text-align: left;
}

div.Loading-Right
{
    text-align: right;
}

div.Loading> span, div.Loading > table
{
    display: inline-block;
}

div.Loading img, .SpinnerImage
{
    margin-right: 20px;
}
/*
<box:PropertySheet> Control Styles
*/

.PropertySheet
{
    display: inline-block;
}

a.PropertySheet-Header, a.PropertySheet-Header:hover
{
    text-decoration: none;
    cursor: pointer;
}

span.PropertySheet-Arrow, a.PropertySheet-Arrow:hover
{
    margin-left: 10px;
    text-decoration: none;
    cursor: pointer;
}

span.PropertySheet-Arrow > img
{
    margin-bottom: 3px;
    display: inline;
}

span.PropertySheet-Arrow > img.hidden
{
    margin-bottom: 3px;
    display: none;
}

.PropertySheet-RequiredHeader
{
    letter-spacing: 0px;
    margin-bottom: 8px;
}

.PropertySheet-Description
{
    margin-bottom: 15px;
}

.PropertySheetItem-Title
{
    padding: 3px 0px 3px 0px;
    vertical-align: middle;
}

.PropertySheetItem-Content
{
    padding: 3px 0px 3px 0px;
    vertical-align: middle;
    margin: 0px 26px 0px 26px;
}

.PropertySheetItem-TitleSpacer, .PropertySheetItem-TitleSpacer > div
{
    width: 12px;
}

.PropertySheetItem-ColumnSpacer, .PropertySheetItem-ColumnSpacer > div
{
    width: 52px;
}

.PropertySheet-Spacer
{
    height:0px;
    margin-bottom: 15px;    /* Move the bottom margin to the spacer <div> so that normal margin collapsing will
                               happen properly.  With the margin on the <span> the spacer <div> coming after was
                               trapping the margin a forcing 15px of white space, plus margin of an element that
                               comes after the property sheet.*/
}

/* ----------- */

/* <box:AlertMessage> styles - start */
div.AlertMessage
{
    max-width: 600px;
    min-width: 300px;
}

div.AlertMessage > table
{
    display: block;
    border-style: solid;
    border-width: 1px;
    table-layout: fixed;
}

div.AlertMessage > table > tbody > tr > td.AlertMessage-ImageTd
{
    padding: 6px;
    width: 20px;
    vertical-align: middle;
}

div.AlertMessage > table > tbody > tr > td.BOX-MainBodyText
{
    padding-top: 6px;
    padding-bottom: 6px;
    letter-spacing: normal;
    /*let the content occupy all the space beside the icon and close icone*/
    width: 100%;
    vertical-align: top;
}

div.AlertMessage-NoClose > table> tbody > tr > td.AlertMessage-CloseTd
{
    display: none;
}

div.AlertMessage > table > tbody > tr > td.AlertMessage-CloseTd
{
    width: 20px;
    text-align: right;
    vertical-align: top;
    padding: 6px;
}

/* <box:AlertMessage> styles - end */

/* <box:DialogManager> styles - start */

div.DialogManager-Shield
{
    position: fixed;
    top: 0px;
    left: 0px;
    height: 100%;
    width: 100%;
    opacity: .50;
    filter: alpha(opacity=50);
}

div.DialogManager-Foreground
{
    position: fixed;
}

div.DialogManager-Frame
{
    /* Height and width to be set dynamically through code */
    position: relative;
}

div.DialogManager-TopRegion
{
    width: 100%;
    height: 26px; /* 2px rounded corner + 8px padding + 16px icon */
}

.DialogManager-CloseButtonArea
{
    text-align: right;
    padding-top: 1px;
    padding-left: 3px;
}

div.DialogManager-BottomRegion
{
    width: 100%;
    height: 23px;  /* This accounts for the 3px rounded corner rendering and the 20px top padding */
}

div.DialogManager-BottomPaddingArea
{
    height: 15px; /* This accounts for 8px top-padding and 12px for the close button icon. */
    border-left: 0 none;
    border-right: 0 none;
}

div.DialogManager-Rounded1
{
    display: none;
}
div.DialogManager-Rounded2
{
    display: none;
}
div.DialogManager-Rounded3
{
    display: none;
}

div.DialogManager-MiddleRegion
{
    border-left: 0px;
    border-right: 0px;
    margin: 0px 0px 0px 0px;
    text-align: left;
    vertical-align: middle;
    /* Height to be set dynamically through code */
}

div.DialogManager-Header
{
    padding: 0px 20px 15px 20px;
}

div.DialogManager-Icon
{
    display:block;
    width:48px;
    height:40px;
    vertical-align: middle;
    margin-right:0px;
}

div.DialogManager-Icon img
{
    vertical-align: middle;
    margin-left: 30px;
}

div.DialogManager-UpperRightIcons, a.DialogManager-UpperRightIcons
{
    cursor: pointer;
    vertical-align: middle;
}

div.DialogManager-Title
{
    display:block;
    font-size: 22px;
    font-family: "Segoe UI", Segoe, Tahoma, Helvetica, Arial, sans-serif;
    line-height: normal;
    padding-bottom: 5px;
}

div.DialogManager-SubTitle
{
    vertical-align: middle;
    font-family: "Segoe UI", Segoe, Tahoma, Helvetica, Arial, sans-serif;
    padding-top: 15px;
}

.DialogManager-HeaderLeftTD
{
    width: 40px;
}

.DialogManager-HeaderRightTD
{
    width: 100%;    /* Fill the available space */
}

div.DialogManager-ContentArea
{
    padding: 0px 20px 0px 20px;
    /* Height to be set dynamically through code */
}

div.DialogManager-BodyArea
{
    letter-spacing: 0.01em;
    padding: 0px;
    /* Height to be set dynamically through code */
}

div.DialogManager-Footer
{
    padding-top: 40px;
    text-align: right;
    height: 58x;  /* Accounts for 40px top-padding and 18px main area */
}

/* <box:DialogManager> styles - end */

.ProgressBarContainer
{
    padding: 0px;
    height:15px;
    line-height: 13px;
    white-space: nowrap;
}

.ProgressBarFill
{
    padding: 0px;
    margin: 0px;
    height: 100%;
}



/*     Grid Layout styles. */
.gridLayoutDescription
{
    padding-left: 0px;
}

.gridLayoutTitle
{
    padding-left: 0px;
    font-size: 26px;
    letter-spacing: -1px;
    line-height: normal;
}
.gridLayoutHeader, .gridLayoutFooter
{
    height: 30px;
    padding-top: 12px;
}
.gridLayoutHeader li, .gridLayoutFooter li
{
}
.gridLayoutHeader ul, .gridLayoutFooter ul
{
    padding-left: 16px;
}
.gridLayoutSearchOptions, .gridViewEmptySearchArea
{
    padding-left: 16px;
    padding-right: 8px;
    padding-top: 10px;
    padding-bottom: 10px;
    height: 30px;
}
.gridLayoutSearchOptionsTable
{
    width:100%;
}
.gridLayoutViewPickerContainer
{
    width:75%;
}
.gridLayoutSearchBoxContainer
{
    text-align:right;
    padding: 1px;
}
.gridEmptyLayoutOuterContainer
{
    margin-left: 40px;
    margin-bottom: 20px;
}
.gridLayoutDataSourceEmptyContainer
{
    margin: 10px 40px;
}
.gridLayoutContent
{
}
.gridEmptyLayoutHeaderContainer
{
    font-weight: bold;
    margin-top: 20px;
}
.gridLayoutContent
{
}

.gridViewGridHeader a, .gridViewGridHeader span
{
    width:100%;
}
.gridViewGridHeader a
{
    text-decoration: underline;
}
.gridViewGridHeader a:hover
{
    cursor: pointer;
}
.gridViewGridHeader th
{
    height:37px;
    text-align: left;
}
.gridSortArrow
{
    font-size: 8px;
    padding-left: 4px;
}
.gridViewFooter
{
     height: 30px;
     line-height: 30px;
    padding-left: 16px;
    padding-right: 8px;
    text-align: left;
}
.gridViewHeaderEmpty, .gridViewFooterEmpty
{
    height: 10px;
    padding-left: 16px;
    padding-right: 8px;
    text-align: left;
}
.gridViewPager
{
    padding-right: 8px;
    padding-top: 2px;
    text-align: right;
}
.gridViewPager .pagespacer
{
    width: 20px;
    display: inline;
}
.gridViewCheckBoxColumn, .gridViewIconColumn, .gridViewContentColumn, .gridViewLastColumn
{
    padding: 0px 10px;
}
.gridViewCheckBoxColumn
{
    width: 20px;
}
.gridViewIconColumn
{
    width: 16px;
}
.gridViewContentColumn
{
    width: 30%;
}
.gridViewColumnHeader
{
    float: left;
}
.gridViewContainerControl
{
    white-space: nowrap;
    vertical-align: middle;
}
.gridViewLastColumn
{
    line-height:37px;
    white-space: nowrap;
}
.gridViewTable
{
    width: 100%;
}

.gridViewRow
{
    line-height: 22px;
}
.alternatingRow
{
    line-height: 22px;
}

.gridLayoutPageSizeOptions
{
    float: right;
    padding-right: 8px;
    padding-left: 12px;
    white-space: nowrap;
}
.gridLayoutPageSizeOptionsLabel
{
    padding-<%=RelativeRightb%>:4px;
}

.gridLayoutPageSizeOptionsDropdown
{
    vertical-align:middle;
}

.gridPagingButton
{
    margin-left: 8px;
}

.LayoutPageSizeOptionsDropdown:disabled
{
    background-color: #EAECEE;
}

/* Shell */

.Shell-MOS
{
    width: 100%;
}
.Shell-MOS > tbody > tr > td
{
    vertical-align: top;
}

.Shell-Office
{
    width: 100%;
}
.Shell-Office > tbody > tr > td
{
    vertical-align: top;
}

.Shell-SignupCustom
{
    width: 100%;
}
.Shell-SignupCustom > tbody > tr > td
{
    vertical-align: top;
}

.Shell-SignupMOS
{
    width: 100%;
}
.Shell-SignupMOS > tbody > tr > td
{
    vertical-align: top;
}

.Shell-SignupOffice
{
    width: 100%;
}
.Shell-SignupOffice > tbody > tr > td
{
    vertical-align: top;
}

.Shell-MOS .Shell-Header
{
    height: 60px;
    background-image: url(/LSCP/7.0.2855.1.1/en-US/Shell/Images/header_bar_orange_10_3.gif);
    background-repeat: repeat-x;
}

.Shell-Office .Shell-Header
{
    height: 60px;
    background-image: url(/LSCP/7.0.2855.1.1/en-US/Shell/Images/header_bar_orange_10_3.gif);
    background-repeat: repeat-x;
}

.Shell-SignupCustom .Shell-Header
{
    height: 72px;
}

.Shell-SignupMOS .Shell-Header
{
    height: 72px;
}

.Shell-SignupOffice .Shell-Header
{
    height: 72px;
    background-image: url(/LSCP/7.0.2855.1.1/en-US/Shell/Images/header_bg_signup_office.jpg);
    background-repeat: no-repeat;
    background-position: left top;
}

.Shell-Header > div
{
    height: 100%;
}

.Shell-MOS .Shell-Header > div
{
    background-image: url(/LSCP/7.0.2855.1.1/en-US/Shell/Images/header_bar_white_1020_3.gif);
    background-repeat: no-repeat;
    background-position: left top;
}

.Shell-Office .Shell-Header > div
{
    background-image: url(/LSCP/7.0.2855.1.1/en-US/Shell/Images/header_bar_white_1020_3.gif);
    background-repeat: no-repeat;
    background-position: left top;
}

.Shell-Header > div > table
{
    width: 100%;
    height: 100%;
}

.Shell-MOS .Shell-Header > div > table.wizard
{
    background-image: url(/LSCP/7.0.2855.1.1/en-US/Shell/Images/header_wizard_hl_mos.jpg);
    background-repeat: repeat-x;
    background-position: left bottom;
}

.Shell-Office .Shell-Header > div > table.wizard
{
    background-image: url(/LSCP/7.0.2855.1.1/en-US/Shell/Images/header_wizard_hl_office.jpg);
    background-repeat: repeat-x;
    background-position: left bottom;
}

.Shell-Header td
{
    white-space: nowrap;
}

.Shell-Header > div > table > tbody > tr > td
{
    vertical-align: top;
}

.Shell-HeaderLogo
{
    width:33%;
    text-align: left;
}

.Shell-HeaderLogo img
{
    margin-top: 10px;
    margin-right: 0px;
    margin-bottom: 0px;
    margin-left: 10px;
}

.Shell-Office .Shell-HeaderLogo img
{
    margin-top: 8px;
}

.Shell-SignupCustom .Shell-HeaderTopMenu
{
    display: none;
}

.Shell-SignupMOS .Shell-HeaderTopMenu
{
    display: none;
}

.Shell-SignupOffice .Shell-HeaderTopMenu
{
    display: none;
}

.Shell-HeaderTopMenu > table > tbody > tr > td > a
{
    margin-right: 30px;
}

.Shell-HeaderTopMenu > table > tbody > tr > td > span
{
    margin-right: 30px;
}

.Shell-HeaderTopMenu > table > tbody > tr > td > div
{
    margin-right: 12px;
}

.Shell-HeaderMeTile
{
    width:33%;
    height: 100%;
    text-align: right;
}

.Shell-HeaderMeTile > table table
{
    float: right;
}

.Shell-SignupCustom .Shell-HeaderMeTile
{
    display: none;
}

.Shell-SignupMOS .Shell-HeaderMeTile
{
    display: none;
}

.Shell-SignupOffice .Shell-HeaderMeTile
{
    display: none;
}

.Shell-HeaderMeTile td
{
    vertical-align: top;
}

.Shell-HeaderMeTile > table
{
    height: 100%;
    padding-right: 8px;
}

.Shell-HeaderMeTile > table
{
    float: right;
    background-image: url(/LSCP/7.0.2855.1.1/en-US/Shell/Images/header_bar_orange_10_3.gif);
    background-repeat: repeat-x;
}

.Shell-Body
{
  position:relative;
}

.Shell-MOS .Shell-Body
{
    min-height: 490px;  /* plus 60px header equals 550px body height */
}

.Shell-Office .Shell-Body
{
    min-height: 490px;  /* plus 60px header equals 550px body height */
}

.Shell-SignupCustom .Shell-Body
{
    min-height: 478px;  /* plus 72px header equals 550px body height */
}

.Shell-SignupMOS .Shell-Body
{
    min-height: 478px;  /* plus 72px header equals 550px body height */
    background-image: url(/LSCP/7.0.2855.1.1/en-US/Shell/Images/body_blue_gradient.jpg);
    background-repeat: repeat-x;
    background-position: left bottom;
}

.Shell-SignupOffice .Shell-Body
{
    min-height: 478px;  /* plus 72px header equals 550px body height */
}

.Shell-MOS .Shell-Footer
{
    padding: 0px 8px;
}

.Shell-Office .Shell-Footer
{
    padding: 0px 8px;
}

.Shell-SignupCustom .Shell-Footer
{
    padding-left: 60px; /* 52px margin + 8px footer padding */
}

.Shell-SignupMOS .Shell-Footer
{
    padding-left: 60px; /* 52px margin + 8px footer padding */
}

.Shell-SignupOffice .Shell-Footer
{
    padding-left: 60px; /* 52px margin + 8px footer padding */
}

.Shell-Footer td
{
    white-space: nowrap;
    vertical-align: baseline;
}

div.Shell-Footer > table
{
    width: 963px;  /* 979px - 16px (8px padding on both sides) */
    padding-top: 8px;
}

.Shell-MOS div.Shell-Footer > table
{
    width: 100%;
    padding-top: 8px;
}

.Shell-Office div.Shell-Footer > table
{
    width: 100%;
    padding-top: 8px;
}

/* End of Shell */

/* distance error message from control being validated */
table.Validator-CalloutCustom
{
    margin-left:5px;
    margin-right:5px;
    direction:ltr;
}

.Validator-CalloutCustom td.ajax__validatorcallout_error_message_cell
{
    font-family: "Segoe UI", Segoe, Tahoma, Helvetica, Arial, sans-serif;
    padding-top:20px;
    padding-bottom: 20px;
    letter-spacing: 1px;
    direction:ltr;
}

/* Validator close icon */
.Validator-CalloutCustom .ajax__validatorcallout_close_button_cell > .ajax__validatorcallout_innerdiv,
.HelpCallout_innerdiv
{
    margin-right:8px;
    margin-top:8px;
    padding:0px;
    width:auto;
}

/*
-----------------------------------------------------
help message styles
-----------------------------------------------------
*/

.CalloutDialogHeader
{
    font-size: 24px;
    line-height: normal;
    font-family: "Segoe UI", Segoe, Tahoma, Helvetica, Arial, sans-serif;
    font-weight: normal;
    letter-spacing: -1px;
}

DIV.CalloutDialogSpacer, .HelpCallout DIV.CalloutDialogSpacer
{
    margin-top: 5px;
    border: 0px;
}

.HelpCallout_popup_table
{
    border:none 0px;
    padding:0px;
    margin-left:5px;
    margin-right:5px;
    width:300px;
}

.HelpCallout_error_message_cell
{
    padding:20px;
    padding-right:5px;
    border-right:none !important;
    width:100%;
    font-family: "Segoe UI", Segoe, Tahoma, Helvetica, Arial, sans-serif;
    letter-spacing: 1px;
}

.HelpCallout_close_button_cell
{
    vertical-align:top;
    padding:0px;
    margin:0px;
    text-align:right;
    border-left:none !important;
}

.HelpCallout_close_button_cell .HelpCallout_innerdiv
{
    border:none !important;
    text-align:center;
    cursor:pointer;
}

/* AjaxControlToolkit.PopupControlPopupPosition.Right (default) */

.HelpCallout_arrow_cell
{
    padding:8px 0px 0px 0px;
    margin:0px;
    text-align:right;
    vertical-align:top;
    font-size:1px;
    border:none !important;
}

.HelpCallout_arrow_cell .HelpCallout_innerdiv
{
    font-size:1px;
    position:relative;
    left:1px;
    border-bottom:none !important;
    border-right:none !important;
    border-left:none !important;
    width:15px;
    padding:0px;
    margin:0px;
}

.HelpCallout_arrow_cell .HelpCallout_innerdiv div
{
    height:1px;
    overflow:hidden;
    border-top:none !important;
    border-bottom:none !important;
    border-right:none !important;
    padding:0px;
    margin:0px 0px 0px auto;
}

/* AjaxControlToolkit.PopupControlPopupPosition.Left */

.HelpCallout_arrow_cell_leftpos
{
    padding:8px 0px 0px 0px;
    margin:0px;
    text-align:left;
    vertical-align:top;
    font-size:1px;
    border:none !important;
}

.HelpCallout_arrow_cell_leftpos .HelpCallout_innerdiv
{
    font-size:1px;
    position:relative;
    left:-1px;
    border-bottom:none !important;
    border-right:none !important;
    border-left:none !important;
    width:15px;
    padding:0px;
    margin:0px;
}

.HelpCallout_arrow_cell_leftpos .HelpCallout_innerdiv div
{
    height:1px;
    overflow:hidden;
    border-top:none !important;
    border-bottom:none !important;
    border-left:none !important;
    padding:0px;
    margin:0px auto 0px 0px;
}

/* AjaxControlToolkit.PopupControlPopupPosition.Bottom */

.HelpCallout_arrow_cell_bottomleftpos,
.HelpCallout_arrow_cell_topleftpos
{
    padding:0px 0px 0px 8px;
    margin:0px;
    text-align:left;
    vertical-align:top;
    font-size:1px;
    border:none !important;
}

.HelpCallout_arrow_cell_bottomleftpos .HelpCallout_innerdiv
{
    font-size:1px;
    position:relative;
    bottom:-1px;
    border:none !important;
    width:30px;
    padding:0px;
    margin:0px;
}

/* AjaxControlToolkit.PopupControlPopupPosition.top */

.HelpCallout_arrow_cell_topleftpos .HelpCallout_innerdiv
{
    font-size:1px;
    position:relative;
    top:-1px;
    border:none !important;
    width:30px;
    padding:0px;
    margin:0px;
}

.HelpCallout_arrow_cell_bottomleftpos .HelpCallout_innerdiv div,
.HelpCallout_arrow_cell_topleftpos .HelpCallout_innerdiv div
{
    height:1px;
    overflow:hidden;
    border-top:none !important;
    border-bottom:none !important;
    padding:0px;
    margin:0px auto 0px auto;
}

.HelpCallout_arrow_cell_bottomleftpos .HelpCallout_innerdiv .arrowpixel,
.HelpCallout_arrow_cell_topleftpos .HelpCallout_innerdiv .arrowpixel
{
    height:0px;
    overflow:hidden;
    border-top:none !important;
    border-right:none !important;
    border-left:none !important;
    border-bottom-style:solid !important;
    border-bottom-width:1px !important;
    padding:0px;
    margin:0px auto 0px auto;
}

/* <box:RoundedCornerDiv> styles - start */
div.RoundedCornerDiv > u, div.RoundedCornerDiv > i
{
    height: 1px;
    display: block;
    font-size: 1px;
    line-height: 0px;
}

b.RoundedCornerDiv-Border
{
    height: 0px;
    border-bottom-width: 1px;
    border-bottom-style: solid;
    display: block;
    font-size: 1px;
    line-height: 0px;
}

b.RoundedCornerDiv-LeftRoundedCorner
{
    margin-left: 3px;
}

i.RoundedCornerDiv-LeftRoundedCorner
{
    margin-left: 2px;
}

u.RoundedCornerDiv-LeftRoundedCorner
{
    margin-left: 1px;
}

b.RoundedCornerDiv-RightRoundedCorner
{
    margin-right: 3px;
}

i.RoundedCornerDiv-RightRoundedCorner
{
    margin-right: 2px;
}

u.RoundedCornerDiv-RightRoundedCorner
{
    margin-right: 1px;
}

i.RoundedCornerDiv-LeftCorner, u.RoundedCornerDiv-LeftCorner, div.RoundedCornerDiv-LeftBorder
{
    border-left-width: 1px;
    border-left-style: solid;
}

i.RoundedCornerDiv-RightCorner, u.RoundedCornerDiv-RightCorner, div.RoundedCornerDiv-RightBorder
{
    border-right-width: 1px;
    border-right-style: solid;
}
/* <box:RoundedCornerDiv> styles - end */

/* <lcp:QuickViewPane> styles - begin */
.QuickViewActionSeparator
{
    padding: 0 10px;
    vertical-align: middle;
}

.QuickViewPaneTitle, .QuickPaneIdentityTitle, .QuickViewPanePropertyLabelTitle
{
    font-size: 18px;
    font-weight: 200;
    line-height: normal;
    margin-bottom: 18px;
    margin-top: 18px;
    overflow: hidden;
    white-space: normal;
    word-break: break-all;
}

.QuickPaneIdentityTitle
{
    margin-bottom: 6px;
}

.QuickPaneIdentityTitleLTR
{
    direction: ltr;
    text-align: left;
}

.QuickViewPanePropertyLabelTitle
{
     margin-right: 2em;
     margin-bottom: 0px;
     display: inline-block;
     vertical-align: bottom;
     white-space: nowrap;
     word-break: keep-all;
     word-wrap: break-word;
     overflow: hidden;
}

.QuickViewPanel-Border
{
    border-left-width: 1px;
    border-left-style: solid;
}

div.QuickViewPanel
{
    height: 100%;
    /* some space for the border */
    vertical-align: top;
    display: inline;
    float: right;
    width: 185px;
    /*for IE7 we need this, else the outside td will be extended.*/
    overflow:hidden;
}

.QuickViewPanelActions
{
    padding-top: 12px;
}

.QuickViewPanelActionsWithMargin{
    padding-top: 12px;
    margin-left: 2em;
}

div.ListViewMask
{
    position: absolute;
    background: white;
    opacity: 0.6;
    width: 100%;
    z-index: 10000;
    display: none;
}

div.ListViewMaskedContentContainer
{
    position: absolute;
    width: 100%;
    z-index: 10001;
    display: none;
}

div.ListViewMaskedContent
{
    vertical-align: middle;
    margin: 0;
    position: absolute;
    top: 50%;
    left: 40%;
}

div.ListView
{
    height: 100%;
    width: 100%;
}

div.ListViewSortIndicator
{
    margin-left: 10px;
}

div.ListViewContentPanel
{
    min-height: 240px;
    width: 100%;
}

div.ListViewTableContainer
{
}

.DataPanelQuickPanelParent > tbody > tr > td
{
    vertical-align: top;
}
div.ListViewTableContainerWithQuickPanel, div.ListViewHeaderControlWithQuickPanel
{
    height: 100%;
    width: 100%;
    vertical-align: top;
}

.ListViewStatusbarListViewBottomCtrl
{
    padding: 10px 0 0 0;
}

.ListViewStatusbarListViewBottomCtrl > *:first-child
{
    float: right;
}

.ListViewContentTable
{
    width: 100%;
    border-width: 0px;
    border-collapse: collapse;
    table-layout: fixed;
}

/* Header height */
.ListViewContentTable > tbody > tr
{
    height: 22px;
}

.ListViewColumnHeaderText
{
    font-weight: 600;
}

.ListViewBodyTable
{
    width: 100%;
}

/* table header and each data row*/
.ListViewHeaderControl tbody > tr:first-child > td,
.ListViewContentTable > tbody > tr > td
{
    overflow: hidden;
    white-space: nowrap;
    /*max-width: 180px;*/
    padding-left: 8px;
    padding-right: 15px;
}

.ListViewBodyTable > tbody > tr:first-child
{
    height: 22px;
}

.ListViewPagingControl
{
    float: left;
    display: inline;
}

/*IE7 doesn't support border on tr element, so let's put in on td*/
.ListViewBodyTable > tbody > tr > td
{
    vertical-align: top;
}

.ListViewBodyPanel
{
}

div.DialogElementPanel
{
    display:none;
}

div.QuickViewSectionTitle
{
    font-size: 15px;
    line-height: normal;
    overflow: hidden;
    white-space: normal;
    word-wrap: break-word;
    padding-top: 30px;
}

div.QuickViewSectionTitle.MaxWidth150
{
    max-width: 150px;
}

div.QuickViewPanelTitle
{
    font-size: 18px;
    line-height: normal;
    overflow: hidden;
    white-space: nowrap;
    margin-bottom: 18px;
    margin-top:18px;
    height: 25px;
}
div.QuickViewPanelIdentityInfo
{
    overflow: hidden;
    white-space: normal;
    word-break: keep-all;
    word-wrap: break-word;
}
div.QuickViewWarning
{
    overflow: hidden;
    white-space: normal;
    padding-top: 12px;
}
div.QuickViewItem
{
    overflow: hidden;
    white-space: nowrap;
    padding-top: 12px;
}
div.QuickViewItemWithWrap
{
    word-break: keep-all;
    word-wrap: break-word;
    overflow: hidden;
    white-space: normal;
    padding-top: 12px;
}
div.QuickViewItemWithWrapBreakWord
{
    word-break: break-word;
    white-space: normal;
}
div.QuickViewContentPane
{
    height: 100%;
    padding-bottom: 20px;
    padding-left: 15px;
    padding-right: 15px;
    white-space: nowrap;
}

.QuickViewPanelTextAction
{
    vertical-align: baseline;
}

.QuickViewPanelTextActionInBlock
{
    vertical-align: baseline;
    display: block;
}

div.ListViewQuickPanelMainContainer
{
    height: 100%;
    vertical-align: top;
    display: inline;
    float: left;
    overflow:hidden;
    padding-bottom: 20px;
    padding-left: 15px;
    padding-right: 15px;
    white-space: nowrap;
}

.ListViewQuickPanelLabelWithButton
{
    margin-right: 2em;
    display: inline-block;
}

.ListViewQuickPanelLabelMarginRight
{
    margin-right: 2em;
    display: inline-block;
}

.QuickViewItemLTR
{
    display: inline-block;
    direction: ltr
}

.QuickViewItemMarginBottom
{
    margin-bottom: 10px;
}

/* <lcp:QuickViewPane> styles - end */

/* <lcp:ExpandableControl> styles - begin */
.ExpandableControlBody
{
    margin: 0 0 0 6px;
    display: inline;
}

.ExpandableControlBody > div[boxtype="ImageButton"]
{
    margin: 6px;
    padding-top: inherit;
}

/* <lcp:ExpandableControl> styles - end */

/* <lcp:NavigationActionBar> styles - begin */
iframe.NavigationContentFrame
{
    width: 100%;
}

div.NavigationActionBar
{
    margin-top: 40px;
}

div.ActionBarLoading
{
    text-align: left;
    margin-top: 15px;
}
/* <lcp:NavigationActionBar> styles - end */

.TriStateCheckbox
{
    height: 100%;
    display:inline-block;
}

.TriStateCheckbox div
{
    margin-right: .5em;
}

.TriStateCheckbox span
{
    vertical-align: middle;
}

.TriStateCheckbox-Unchecked img
{
    position:relative;left:-270px;top:-35px;
}

.TriStateCheckbox-Unchecked:hover img
{
    position:relative;left:-254px;top:-51px;
}

.TriStateCheckbox-Unchecked[disabled] img
{
    position:relative;left:-329px;top:-3px;
}

.TriStateCheckbox-Intermediate img
{
    position:relative;left:-283px;top:-35px;
}

.TriStateCheckbox-Intermediate:hover img
{
    position:relative;left:-270px;top:-48px;
}

.TriStateCheckbox-Intermediate[disabled] img
{
    position:relative;left:-283px;top:-48px;
}

.TriStateCheckbox-Checked img
{
    position:relative;left:-296px;top:-33px;
}

.TriStateCheckbox-Checked:hover img
{
    position:relative;left:-300px;top:-19px;
}

.TriStateCheckbox-Checked[disabled] img
{
    position:relative;left:-316px;top:-3px;
}

.TriStateCheckbox div:focus
{
    border-style: dotted;
    border-width: 1px;
    margin-top: -1px;
    margin-bottom: -1px;
    margin-left: -1px;
    margin-right: 5px;
}

#uspProfile_navBar
{
    height:30px;
    line-height:normal;
    white-space:nowrap;
    width:100%;
}
#uspProfile_navBar td
{
    vertical-align:middle;
    white-space:nowrap;
}
#uspProfile_navBar a
{
    padding-left:5px;
    padding-right:5px;
}

#uspProfile_navBar a:hover
{
    text-decoration:underline;
}
#uspProfile_navBar #uspProfile_placeHolder
{
    background-color: #484644;
    width:100%;
    height: 50px;
}
#uspProfile_navBar #uspProfile_mainButton_me
{
    background-color: #484644;
    color: white;
    padding-left:10px;
    padding-right:10px;
    height: 50px;
}
#uspProfile_navBar #uspProfile_signOutLink
{
    background-color: #484644;
    color: white;
    padding-left:5px;
    padding-right:5px;
}
#uspProfile_navBar #uspProfile_helpLink
{
    background-color: #484644;
    color: white;
    padding-left:5px;
    padding-right:10px;
}

#uspProfile_footer
{
    height:30px;
    line-height:normal;
    white-space:nowrap;
    width:100%;
}

table.PageLayout-Content
{
    width: 100%;
    height: 100%;
}

table.PageLayout-Content > tbody > tr
{
    height: 100%;
}

td.PageLayout-Content
{
    width: 100%;
    padding: 0px;
    vertical-align: top;
}

div.PageLayout-Panel
{
    float: left;
    height: 100%;
}

/* LeftNavBar start */
.PageLayout-NavPanel
{
    background-position: right;
    background-repeat: repeat-y;
    background-image: url(/LSCP/7.0.2855.1.1/en-US/images/linegradient_horizontal_left.png);

    font-size: 15px;
    line-height: 22px;

    word-wrap: break-word;
    overflow: hidden;

    width:200px;                                /* NOTE: both the nav panel & nav data should set the width with the same value. */
    vertical-align: top;
}

.PageLayout-NavData
{
    width:200px;
}

.PageLayout-NavData li
{
    font-weight: 400 /*200*/;
    padding: 4px 20px 4px 20px;       /* padding-top = padding-bottom = (selected-bar-height - line-height) / 2 */
    margin-bottom: 8px;              /* margin-bottom = ItemDistance - padding-top - padding-bottom - font-size / 3 */

}

.PageLayout-NavData li:hover
{
    cursor:pointer;
}

/* Reset the style of tag A to use its parent settings */
.PageLayout-NavData a, .PageLayout-NavData a:hover
{
    cursor: inherit;
    text-decoration: none;
}

/* LeftNavBar end */


/* RightPanel start */

.PageLayout-RightPanel
{
    vertical-align: top;

    padding: 0 40px 0 40px;
}

.PageLayout-RightPanel > table, .PageLayout-MainPanel > table > tbody
{
    width: 100%;
    height: 100%;
}

/* RightPanel end */

/* Pivots start */

.PageLayout-PivotPanel
{
    font-size: 18px;
    line-height: normal;

    height: 54px;
    vertical-align: top;
}

.PageLayout-PivotPanel li
{
    font-weight: 200;

    margin: 0;
    padding: 0 10px;
    display:inline;
}

.PageLayout-PivotPanel li:hover
{
    cursor: pointer;
    background:#EAECEE;
}

.PageLayout-PivotPanel li.selected
{
    background:#EAECEE;
}

.PageLayout-PivotPanel a, .PageLayout-PivotPanel a:hover
{
    cursor: inherit;
    text-decoration: none;
}

/* Pivots end */

/* MainContentPanel start */
.PageLayout-MainContentPanel, .PageLayout-MainContentPanel
{
    width: 100%;
    height: 100%;
    vertical-align: top;
}

/* MainContentPanel end */

/* Main contents (except listview) start */
.OCS-UISection
{
    margin: 0 0 30px 0;
}

.OCS-UISection-Title
{
    font-size: 18px;
    font-weight: 400 /*200*/;
    line-height: normal;
    margin: 0 0 12px 0;
}

.OCS-UISection-Instruction
{
    margin: 0 0 12px 0;
}

.OCS-UISection-Body
{
}

.OCS-UISection-Body-Indent
{
    margin-left: 24px;
}

.OCS-Settings-Title
{
    margin: 0 0 6px 0;
}

.OCS-SettingsRow
{
    margin: 0 0 12px 0;
}

.PropertySheetHeader
{
    font-size: 22px;
    font-weight: 200;
    line-height: normal;
    margin: 0 0 20px 0;
}

.PropertySheetMainPane
{
    width:80%;
}

.PropertySheetSidebar
{
    width:185px;
}
/* MMain contents (except listview) end */

/* ListViewActionBar start */
.ListViewActionBar
{
    margin-bottom: 8px;
}

.ListViewActionBar > *
{
    margin-right: 15px;
}

.viewPickerContainer
{
    text-align: left;
    white-space: nowrap;
    display: inline;
}

.searchBoxContainer
{
    text-align: left;
    white-space: nowrap;
    display: inline;
}

.searchBoxWaterMark, .searchBoxTextBox, .viewPickerDropDown
{
    min-width: 176px;
    font-weight: 400 /*200*/;
}

.searchBoxWaterMark
{
    font-style: italic;
    padding-left: 8px;
}

.searchBoxTextBox
{
    font-style: normal;
    padding-left: 8px;
}

.viewPickerDropDown option
{
    padding-left: 8px;
}

/* ListViewActionBar end */

.Dashboard-Table
{
    width: 100%;
    border-spacing: 0px !important;
}

.Dashboard-ValueColumn
{
    width: 60%;
}

.Dashboard-ValueColumn *
{
    float: left;
}

.Dashboard-TitleColumn
{
    width: 40%;
}

/* Flex pane start */
.LoadingZone
{
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.WhiteBoardMask
{
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    opacity: .65;
    background-color: #fff;
    z-index: 9998;
}

.FlexPaneContentZone
{
    height: 100%;
    margin: 10px;
    margin-top: 35px;
}

.FlexPane
{
    background-color: #fff;
    position: fixed;
    top: 0;
    bottom: 0;
    border-radius: 3px;
    border-left: 1px solid #eaeaea;
    -webkit-box-shadow: -30px 0 30px -30px rgba(0,0,0,.2);
    box-shadow: -30px 0 30px -30px rgba(0,0,0,.2);
    z-index: 9999;
}
/* Flex pane end */

/*Filter control*/
.FilterControlContainer
{
    background: #F0F0F0;
    padding: 5px;
    padding-left: 10px;
    padding-right: 10px;
}
.FilterControl input,
.FilterControl a,
.FilterControl select
{
    margin-left: 5px;
    margin-right: 5px;
}

.FilterControl input[type=text]
{
    width: 100px;
}

.FilterControl div, .FilterControl a
{
    display: inline-block;
}

.FilterControl label
{
    margin: 0;
}

.ms-Icon
{
	color:#777777;
}

.ms-Icon:hover
{
	color:black;
	cursor:pointer;
}

.icon-Small
{
	font-size: 1.1em;
}

.icon-Medium
{
	font-size: 1.5em;
}

.icon-Large
{
	font-size: 2em;
}

.icon-Close {
    position: absolute;
    top: 6px;
    right: 6px;
}

.CPCBridgeSetting {
    width:400px;
    padding-left:24px;
    padding-top:5px;
    padding-bottom: 10px;
}.itemHeader
{
    font-weight: bold;
}
.itemGroup
{
    clear: both;
    margin: 10px 0;
    overflow: hidden;
}
.helpGroup
{
    clear: both;
    margin: 3px 0;
    overflow: hidden;
    padding-left: 12px;
}
.helpLink
{
    float: left;
    line-height: 16px;
    margin-left: 5px;
    width: 275px;
}
.migrateItem
{
    clear: both;
    overflow: hidden;
    padding-left: 15px;
}
.itemText
{
    float: left;
    margin: 0 3px;
}
.itemControl
{
    clear: left;
    float: left;
    margin: 0;
}

.Admin-ErrorPanel
{
    padding: 5px 5px 5px 5px;
    display: table;
    margin-bottom: 10px;
}
.Admin-MessagePanel
{
    padding: 5px 5px 5px 5px;
    display: table;
    margin-bottom: 10px;
}

.GreyOut
{
    color: #333333 !important;
    opacity: 0.6;
}

.ValidationErrorMessage
{
    color: Red;
}
.userImportTopOfPage
{
    float: left;
    width: 100%;
    margin-bottom: 5px;
}
.userImportPreviewLabel
{
    float: left;
    display: block;
    font-weight: bold;
}
.PropertyTextControl
{
    width: 300px;
}
.PropertyHighlightedReadonlyText
{
    min-width: 300px;
    font-size: 20px;
}
.VoiceAssignmentReadonlyInfoDiv
{
    display: inline-block;
    min-width: 200px;
    width: 70%;
    margin-right: 5px;
    text-align: left;
}

.VoiceAssignmentAssociatedLocation
{
    display: inline-block;
    word-break: break-all;
    min-width: 200px;
    width: 80%;
    font-size: 18px;
    margin-right: 5px;
}

.VoiceAssignmentElementNormalWide
{
    display: inline-block;
    width: 60%;
    margin-right: 20px;
}

.VoiceAssignmentElementExtraWide
{
    display: inline-block;
    width: 75%;
    margin-right: 20px;
}

#LocationInformationDiv
{
    margin-bottom: 7px;
    min-height: 20px;
}

.SelectEmergencyLocationsClass
{
    display: inline-block;
    width:85%;
    padding-left:3px;
}

.SelectLocationsFilterClass
{
    display: inline-block;
    width:40%;
    padding-left:3px;
    margin-right: 7px;
}

.InputLocationsFilterClass
{
    display: inline-block;
    width:50%;
    padding-left:3px;
    margin-right: 5px;
}

.NewNumberPageTransaction
{
    display: inline-block;
    width: 30%;
    max-width: 300px;
    margin-bottom:20px;
    margin-right: 15px;
    vertical-align: text-top;
}

.NewNumberPageSelect
{
    min-width: 150px;
    max-width: 210px;
    padding-left: 3px;
}

.NewNumberPageSelect option
{
    min-width: 150px;
    max-width: 210px;
}

#TransactionWarningDiv
{
    width: 90%;
    margin-top: 10px;
    padding: 5px;
}

.NewNumberPageFooter
{
    clear: both;
    position: fixed;
    margin: 10px 0px;
    padding-left: 85px;
    width: 100%;
    bottom: 0px;
    left: 0px;
    right: 0px;
    z-index: 11;
}

.NewNumberTypeSelection
{
    position: fixed;
    display: inline-block;
    top: 0px;
    left: 20px;
    background-color: #ffffff;
    max-width: 300px;
    z-index: 11;
    -webkit-box-shadow: 5px 5px 5px #888888;
    -moz-box-shadow: 5px 5px 5px #888888;
    box-shadow: 5px 5px 5px #888888;
}

.NewNumberTypeOption
{
    padding: 3px 5px 3px 5px;
    border: 1px solid black;
    cursor: pointer;
}

.NewNumberTypeOption:hover
{
    background-color: #EAECEE;
}

.NewNumberTypeOptionDisabled
{
    padding: 3px 5px 3px 5px;
    border: 1px solid black;
}

.NewNumberTypeOptionClicked
{
    padding: 3px 5px 3px 5px;
    border: 1px solid black;
    background-color: #EAECEE;
    cursor: wait;
}

.NewNumberTypeOptionDescription
{
    color: #808080;
    font-size: 10px;
    line-height: 14px;
}

.PhoneNumberAssignNormalWide
{
    display: inline-block;
    width: 60%;
    margin-right: 10px;
    margin-bottom: 5px;
    box-sizing : border-box; /* to fix padding & width issue */
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
}

.PhoneNumberAssignmentMainLabel
{
    display: inline-block;
    width: 60%;
    margin-left: 0px;
    margin-right: 10px;
    color:#808080;
    font-weight: bold;
    margin-bottom: 5px;
}

.AccessNumberTextBox
{
    direction: ltr;
    text-align: left;
}
.usersImportedLabel
{
    float: left;
}
.requiredFieldsLabel
{
    float: right;
}
.groupPropertyControl
{
    width: 200px;
}
.groupDescriptionTextArea
{
    overflow: auto;
}

.enableOptions TR
{
    vertical-align: top;
}

.enableOptions TD + TD > span
{
    margin-left:8px;
    margin-right:8px;
}

.enableOptions TD.spacerRow
{
    height:2px;
}

td.MainContentCell
{
    padding-top: 0px;
    vertical-align:top;
}
td.HelpContentCell
{
    width:20%;
    vertical-align:top;
    padding-left: 20px;
}

td.SummaryPanelCell
{
    vertical-align:top;
    min-width:360px;
    padding-left:20px;
    padding-right:20px;
}
td.SummaryPanelLabelCell
{
    padding-top: 0px;
    vertical-align:top;
    min-width:80px;
}
td.SummaryPanelContentCell
{
    vertical-align:top;
    padding-left: 20px;
}
.ImageTitle
{
    margin-left: 10px;
    vertical-align: middle;
}

.Users-FieldIndent
{
    padding-left: 25px;
}
table.UsersListAndQuickPanel
{
    width: 100%;
    height: 100%;
}
td.UsersQuickPanel
{
    vertical-align: top;
}
/* Access number page start*/
div.AccessNumberListView
{
    height: 75%;
}
/* Access number page end*/
 *

/*External page start*/
.DomainTextBox
{
    width: 100%;
}

.FederationDropDown
{
    width: 450px;
}
div.DomainList
{
    width: 450px
}

.DomainList .ListViewContentPanel
{
    min-height: 300px;
}

/*External page end*/
/*Export wizard*/
td.DialInExportLeftList
{
    width: 40%;
    min-height: 400px;
}
td.DialInExportMiddleButtons
{
    width: 20%;
    min-height: 400px;
}
td.DialInExportRightList
{
    width: 40%;
    min-height: 300px;
}
.DialInExportWizardAllUserList  .ListViewContentPanel, .DialInExportWizardSelectedUserList .ListViewContentPanel
{
    min-height: 300px;
    height: 300px;
    overflow: auto;
}
.DialInExportWizardAllUserList, .DialInExportMiddleButtons
{
    min-height: 300px;
}
.DialInExportWizardSelectedUserList
{
    padding-top: 18px;
    min-height: 300px;
}
.DialInExportMiddleButtons > div
{
    text-align: center;
    vertical-align: middle;
}
table.SelectUserTable
{
    width: 100%;
}
.WizardResultMessage
{
    width: 80%;
    min-height: 40px;
}
.WizardResultSummary
{
    margin-top: 20px;
}
.SuccessConfigedUser
{
    margin-top: 10px;
}
.FailedConfigedUser
{
    margin-top: 10px;
}
.WizardErrorPanel
{
    margin-top: 10px;
}
/*Export wizard end */

/*
    The styles before this line need more cleaned-up
*/

/* TitleBar start */
.TitleBar
{
    width: 100%;
    height: 60px;
}
.TitleBar_Title
{
    font-family: "Segoe UI", Segoe, Tahoma, Helvetica, Arial, sans-serif;
    font-size: 22px;
    font-weight: 200;
    line-height: normal;
    padding: 0px 20px 0px 20px;
}
.TitleBar_TenantName
{
    font-family: "Segoe UI", Segoe, Tahoma, Helvetica, Arial, sans-serif;
    font-size: 22px;
    font-weight: 400 /*300*/;
    line-height: normal;
    text-align: right;
    padding: 0px 10px 0px 10px;
}
/* TitleBar end */

.FenixLink {
    background-color: #00B193;
    color: white;
    cursor: pointer;
    display: block;
    font-size: 15px;
    height: 40px;
    line-height: 40px;
    position: relative;
    z-index: 4;
    text-align: center;
    text-decoration: none;
}

.FenixLink:hover {
    background-color: #008373;
    text-decoration: none;
}

.AlertMessage
{
    padding-top: 8px;
    padding-bottom: 8px;
}

.MainContentPositionFix {
    bottom: 50px;
    top: 50px;
    overflow: auto;
    position: fixed;
    width: 100%;
}

.PropertyPage h1.title
{
    margin-left: 20px;
    margin-right: 20px;
    margin-bottom: 15px;
}

.PropertyPage .PageLayout-NavData li
{
    padding: 0px 20px 0px 20px;
    margin-bottom: 9px;
}

#NavBarContainer {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 4;
}

#Footer {
    position: fixed;
    left: 0;
    right: 0;
    bottom: 0;
    min-height: 40px; /*making room for feedback widget*/
}

/* Advanced DropDownList begin*/
.DropDownList
{
    display: inline-block;
    height: 24px;
    vertical-align: middle;
}
.DropDownList_Button
{
    height: inherit;
    line-height: 23px;
    padding: 0;
    margin: 0;
    cursor: default;
    white-space: nowrap;
    position: relative;
    background: none;
    color: inherit;
    font-family: inherit;
    font-size: inherit;
    font-weight: inherit;
}

.DropDownList ul
{
    max-height: 200px;
    overflow-y: auto;
    overflow-x: hidden;
    position: absolute;
    white-space: nowrap;
    cursor: auto;
    padding: 1px;
    margin: 0px;
    list-style: none;
    display: none;
    z-index: 999;
}

.DropDownList li
{
    cursor: default;
    line-height: 20px;
    height: 20px;
    width: auto;
    margin: 1px;
    padding: 1px;
    overflow: hidden;
}

.DropDownList_Label, .DropDownList_Label-Watermark
{
    float: left;
    margin: 1px;
    margin-left: 3px;
    margin-right: 3px;
}

.DropDownList_Label-Watermark
{
    font-style: italic;
}

.DropDownList_Icon
{
    width: 0;
    height: 0;
    position: absolute;
    top: 9px;
    right: 5px;
}
/* Advanced DropDownList end*/


/* E911 - Emergency Locations */

.AssociatedLocationsActionBar
{
    display: inline-block;
    width: 80%;
    margin-right: 10px;
    padding-left:5px;
}

.AssociatedLocationsText
{
    display: inline-block;
    max-width: 320px;
    word-wrap: break-word;
    width: 65%;
    margin-right:5px;
    text-decoration: none;
    color:#808080;
    font-size: 12px;
}

/* Cloud Voice style start*/

.NewNumberPageElementDisabled
{
    color: #858585;
}

.GeospatialDropDownList
{
    width: 180px;
}

div.NumberList
{
    width: 290px;
}

.NumberList .ListViewContentPanel
{
    min-height: 340px;
}

td.NumberListview
{
    vertical-align:top;
}

table.TelephoneNumberDropdownListTableCell
{
    border-spacing: 5px;
    border-collapse: separate;
}

.NumberTransactionName
{
    display: inline-block;
    margin-right: 5px;
}

.NumberTransactionAction
{
    margin-right: 10px;
}

.NumberTransactionList
{
    margin-left: 20px;
    margin-top:10px;
    margin-bottom:5px;
    max-height: 180px;
    overflow-y: auto;
}

.NumberTransactionListItem
{
    margin-left:10px;
    vertical-align:middle;
    display: inline-block;
    direction: ltr;
}

.LocalNumberPortingErrorText
{
    color: red;
    padding-top: 2px;
}

.PortabilityCheckRadioButton
{
    margin-right: 5px
}

.PortabilityErrorHeading
{
    font-size: 32px;
    font-weight: bolder;
    line-height: normal;
    margin: 0 0 20px 0;
    color: red;
}

.LocalNumberPortingSignatureMismatchErrorText
{
    color: red;
    padding-left: 2px;
}

.LocalNumberPortingAccountNumberSyntaxErrorText
{
    color: red;
    padding-left: 2px;
}

.LocalNumberPortingSubscriberZipCodeSyntaxErrorText
{
    color: red;
    padding-left: 2px
}

.LocalNumberPortingBtnSyntaxErrorText
{
    color: red;
    padding-left: 2px;
}

.LocalNumberPortingFriendlyNameSyntaxErrorText
{
    color: red;
    padding-left: 2px;
}
/* PortOrder Finish Page Css Start*/
.PortOrderWizardFinishPageNextStepsDiv
{
    width: 100%;
}

.PortOrderWizardFinishPageNextStepsDiv > td
{
    padding-bottom:30px;
}

.PortOrderWizardFinishPageNextStepsDivBottom >td
{
    padding-bottom:0px;
}

.PortOrderWizardFinishPageNextStepsNumber
{
    font: Segoe UI;
    font-size: 46px;
    color: #C8C8C8;
    padding-right: 15px;
    vertical-align:top;
    padding-top:10px;
}

.PortOrderWizardFinishPageNextStepsNumberHighLight
{
    color: #767676;
}

.PortOrderWizardFinishPageNextStepsContentDiv
{
    background-color: #F4F4F4;
    padding: 10px 15px 15px 10px;
    font: Segoe UI;
    font-size: 12px;
    color:#515151;
}

.PortOrderWizardFinishPageNextStepsContentDivHighLight
{
    background-color: #CDE6F7;
    font-weight: bold;
}
/* PortOrder Finish Page Css end*/

/* Port Order Default Page Empty Data Text Css start*/

.PortOrderPageFirstRunTitle
{
    font: Segoe UI;
    font-size: 20px;
}

.PortOrderPageFirstRunSectionOverview
{
    background-color: #EAECEE;
    width: 310px;
    vertical-align: top;
}

.PortOrderPageFirstRunSectionTitle
{
    font: Segoe UI;
    font-size: 17px;
}

.PortOrderPageFirstRunSection
{
    font: Segoe UI;
    font-size: 15px;
}

.PortOrderDefaultEmptyTextDiv
{
    margin-top:30px;
    margin-left: 45px;
    text-align:left;
    width: 500px;
}

.PortOrderDefaultEmptyTextButtonDiv
{
    margin-top:40px;
    margin-left: 45px;
    margin-bottom:30px;
    text-align:left;
}

ul.PortOrderDefaultEmptyList
{
    list-style-type: disc;
    padding-left: 30px;
    margin: 0px;
}

ul.PortOrderDefaultEmptyList li
{
    padding-left: 5px;
    margin-top:10px;
}
/* Port Order Default Page Empty Data Text Css end*/

/* Port Order Account Info page Css start*/
.PortOrderAccountInfoLabel
{
    margin-left: 0px;
    vertical-align: top;
}
.PortOrderErrorLabel
{
    border-color: red  !important;
}
/* Port Order Account Info page Css end*/

/* Port Order numbers page Css start*/
.NumbersSyntaxError
{
    color: #ED1C24;
    padding: 3px;
}

.NumbersNoError
{
    padding: 3px;
    padding-left: 21px;
}

.NumbersErrorColor
{
    color: #ED1C24;
}

.NumbersErrorSpanPadding
{
    padding: 3px;
}

.LNPPartialPortRow
{
    vertical-align: top;
}

#NumbersInputBox:empty:not(:focus):before
{
  content:attr(placeholder);
  font-style: italic;
  color: #A5A5A5;
}

#NumbersInputBox
{
    white-space: normal;
    border:1px solid lightgrey;
    height: 250px;
    width: 350px;
    word-wrap:break-word;
    overflow: auto;
}

#FriendlyName
{
    width: 350px;
}
/* Port Order numbers page Css end*/
/* Port Order detail pane Css Start*/
#PortOrderDetailPaneImageContainer{
    padding-right: 5px;
    padding-top: 32px;
    vertical-align: top;
}
#PortOrderDetailPaneTextContainer{
    vertical-align: top;
}
/* Port Order detail pane css end*/
/* Emergency Location New Edit Civic Address Start*/
.NewEditCivicAddressSyntaxErrorText {
    color: red;
    padding-left: 2px;
}
/* Emergency Location New Edit Civic Address end*/

/* Cloud Voice style end*/
.LanguageDropdownList
{
    width: 200px;
}

.OCS-Settings-Control
{
    display: inline-block;
    margin-right: 20px;
}

/* Validator Callout */
.ajax__validatorcallout div, .ajax__validatorcallout td {border:solid 1px Black;background-color:LemonChiffon;}
.ajax__validatorcallout_popup_table {border:none 0px;background-color:transparent;padding:0px;margin:0px;}
.ajax__validatorcallout_popup_table_row {vertical-align:top;height:100%;background-color:transparent;padding:0px;margin:0px;}
.ajax__validatorcallout_callout_cell {width:20px;height:100%;text-align:right;vertical-align:top;border:none !important;background-color:transparent !important;padding:0px;margin:0px;}
.ajax__validatorcallout_callout_table {height:100%;border:none;background-color:transparent;padding:0px;margin:0px;}
.ajax__validatorcallout_callout_table_row {background-color:transparent;padding:0px;margin:0px;}
.ajax__validatorcallout_callout_arrow_cell {padding:8px 0px 0px 0px;margin:0px;text-align:right;vertical-align:top;font-size:1px;border:none !important;background-color:transparent !important;}
.ajax__validatorcallout_callout_arrow_cell .ajax__validatorcallout_innerdiv {font-size:1px;position:relative;left:1px;border-bottom:none !important;border-right:none !important;border-left:none !important;width:15px;background-color:transparent !important;padding:0px;margin:0px;}
.ajax__validatorcallout_callout_arrow_cell .ajax__validatorcallout_innerdiv div {height:1px;overflow:hidden;border-top:none !important;border-bottom:none !important;border-right:none !important;padding:0px;margin:0px 0px 0px auto;}
.ajax__validatorcallout_callout_arrow_cell_leftpos {padding:8px 0px 0px 0px;margin:0px;text-align:left;vertical-align:top;font-size:1px;border:none !important;background-color:transparent !important;}
.ajax__validatorcallout_callout_arrow_cell_leftpos .ajax__validatorcallout_innerdiv {font-size:1px;position:relative;left:-1px;border-bottom:none !important;border-right:none !important;border-left:none !important;width:15px;background-color:transparent !important;padding:0px;margin:0px;}
.ajax__validatorcallout_callout_arrow_cell_leftpos .ajax__validatorcallout_innerdiv div {height:1px;overflow:hidden;border-top:none !important;border-bottom:none !important;border-left:none !important;padding:0px;margin:0px auto 0px 0px;}
.ajax__validatorcallout_callout_arrow_cell_bottomleftpos,.ajax__validatorcallout_callout_arrow_cell_topleftpos {padding:0px 0px 0px 8px;margin:0px;text-align:left;vertical-align:top;font-size:1px;border:none !important;background-color:transparent !important;}
.ajax__validatorcallout_callout_arrow_cell_bottomrightpos,.ajax__validatorcallout_callout_arrow_cell_toprightpos {padding:0px 8px 0px 0px;margin:0px;text-align:right;vertical-align:top;font-size:1px;border:none !important;background-color:transparent !important;}
.ajax__validatorcallout_callout_arrow_cell_bottomleftpos .ajax__validatorcallout_innerdiv {font-size:1px;position:relative;bottom:-1px;border:none !important;width:30px;background-color:transparent !important;padding:0px;margin:0px;}
.ajax__validatorcallout_callout_arrow_cell_bottomrightpos .ajax__validatorcallout_innerdiv {font-size:1px;position:relative;bottom:-1px;border:none !important;width:30px;background-color:transparent !important;padding:0px;margin:0px 0px 0px auto;}
.ajax__validatorcallout_callout_arrow_cell_topleftpos .ajax__validatorcallout_innerdiv {font-size:1px;position:relative;top:-1px;border:none !important;width:30px;background-color:transparent !important;padding:0px;margin:0px;}
.ajax__validatorcallout_callout_arrow_cell_toprightpos .ajax__validatorcallout_innerdiv {font-size:1px;position:relative;top:-1px;border:none !important;width:30px;background-color:transparent !important;padding:0px;margin:0px 0px 0px auto;}
.ajax__validatorcallout_callout_arrow_cell_bottomleftpos .ajax__validatorcallout_innerdiv div,.ajax__validatorcallout_callout_arrow_cell_bottomrightpos .ajax__validatorcallout_innerdiv div,.ajax__validatorcallout_callout_arrow_cell_topleftpos .ajax__validatorcallout_innerdiv div,.ajax__validatorcallout_callout_arrow_cell_toprightpos .ajax__validatorcallout_innerdiv div {height:1px;overflow:hidden;border-top:none !important;border-bottom:none !important;padding:0px;margin:0px auto 0px auto;}
.ajax__validatorcallout_callout_arrow_cell_bottomleftpos .ajax__validatorcallout_innerdiv .arrowpixel,.ajax__validatorcallout_callout_arrow_cell_bottomrightpos .ajax__validatorcallout_innerdiv .arrowpixel,.ajax__validatorcallout_callout_arrow_cell_topleftpos .ajax__validatorcallout_innerdiv .arrowpixel,.ajax__validatorcallout_callout_arrow_cell_toprightpos .ajax__validatorcallout_innerdiv .arrowpixel {height:0px;overflow:hidden;border-top:none !important;border-right:none !important;border-left:none !important;border-bottom-style:solid !important;border-bottom-width:1px !important;background-color:transparent !important;padding:0px;margin:0px auto 0px auto;}
.ajax__validatorcallout_error_message_cell {font-family:Verdana;font-size:10px;padding:5px;border-right:none !important;border-left:none !important;width:100%;}
.ajax__validatorcallout_icon_cell {width:20px;padding:5px;margin:0px;border-right:none !important;}
.ajax__validatorcallout_close_button_cell {vertical-align:top;padding:0px;margin:0px;text-align:right;border-left:none !important;}
.ajax__validatorcallout_close_button_cell .ajax__validatorcallout_innerdiv {border:none !important;text-align:center;width:10px;padding:2px;cursor:pointer;}

.DialinMicrosoftBridgePagePINLengthDropdownList
{
    width: 50px;
}

.AddressValidationMessageReady
{
    background-color: #E5F2F8;
    color: #666666;
}

.AddressValidationMessageAccepted
{
    background-color: #C6E3A3; /* light green */
    color: #666666;
}

.AddressValidationMessageError
{
    background-color: #FEEFF0; /* light red */
    color: red;
}

.AddressValidationMessageWarning
{
    background-color: #FDD8A2 !important; /* Orange - overrides text box style */
    color: #666666 !important; /* Gray - overrides text box style */
}

.AddressValidationLabel
{
    margin-left: 0px;
    vertical-align: bottom;
}

tr.border_topbottom td {
  border-top:1pt solid black;
  border-bottom:1pt solid black;
}

tr.border_bottom_gray td {
  border-bottom:1pt solid gray;
}

div.Mask
{
    height: 100%;
    position: absolute;
    background: white;
    opacity: 0.6;
    z-index: 10000;
}

.LoadingMask {
    background-image: url('../SPAViews/Common/loading-bar.gif');
    background-repeat: no-repeat;
    background-position: 50% 30%;
    height: 100%;
    width: 100%;
}

div.ListViewHeaderItem
{
    display: inline-block;
    margin-right: 10px;
}

#ActionButtons {
    margin-left: -5px
}

.VoiceUserAssignmentValidationMessageError
{
    background-color: #FEEFF0; /* light red */
    color: red;
    padding: 2px 4px 4px;
    margin-bottom:0px
}

/* IE High Contrast support */
@media screen and (-ms-high-contrast: active)
{
    a:hover {
        color: #38d638;
    }
    li.selected a {
        color: #38d638;
    }
    #NumbersInputBox:empty:not(:focus):before
    {
      content:attr(placeholder);
      font-style: italic;
      color: #00FF00;
    }
}

.GotItPanel {
    background-color: rgb(235, 245, 252);
    padding: 10px;
}

.GotItPanelDisabled {
    opacity: 0.7;
}

.BoldRed {
    font-weight: bold;
    color:red
}html, body
{
    background-color: white;
}

body, select, textarea {
    color: #666666;
}

h1
{
    color: 22px;
}

h2
{
    color: #333333;;
}

div[boxtype="ImageButton"]
{
    color: #666666;
}

hr
{
    border: solid 1px #505050
}

fieldset
{
    border: solid 1px #9C9C9C;
}

a.Button-hover span, a.Button-hover b, a.Button-hover i, a.Button-hover u
{
    color: #FFFFFF;;
    background-color: #0067b0;;
    border-color: #0067b0;;
}

span.Button-disabled span, span.Button-disabled b, span.Button-disabled i, span.Button-disabled u
{
    color: #FFFFFF;;
    background-color: #c6c6c6;;
    border-color: #c6c6c6;;
}

a.Button-active span, a.Button-active b, a.Button-active i, a.Button-active u
{
    color: #FFFFFF;;
    background-color: #2a8dd4;;
    border-color: #2a8dd4;;
}

a.Button, a.Button:link, a.Button:visited,
a.Button-focus, a.Button-focus:link, a.Button-focus:visited,
a.Button-hover, a.Button-hover:link, a.Button-hover:visited,
a.Button-active, a.Button-active:link, a.Button-active:visited,
span.Button-disabled
{
    color: white;
}

a.CommerceButton span, a.CommerceButton b, a.CommerceButton i, a.CommerceButton u
{
    color: #43515b;
    background-color: #f8fbe9;
    border-color: #648a70;
}

a.CommerceButton-focus span, a.CommerceButton-focus b, a.CommerceButton-focus i, a.CommerceButton-focus u
{
    color: #43515b;
    background-color: #dded94;
    border-color: #0b993a;
}

a.CommerceButton-hover span, a.CommerceButton-hover b, a.CommerceButton-hover i, a.CommerceButton-hover u
{
    color: #43515b;
    background-color: #bbdc1f;
    border-color: #3d694b;
}

a.CommerceButton-active span, a.CommerceButton-active b, a.CommerceButton-active i, a.CommerceButton-active u
{
    color: #ffffff;
    background-color: #699f4b;
    border-color: #020d19;
}

span.CommerceButton-disabled span, span.CommerceButton-disabled b, span.CommerceButton-disabled i, span.CommerceButton-disabled u
{
    color: #c3cdd2;
    background-color: #f4f7e6;
    border-color: #c3ccc6;
}

span.CancelButton-disabled span
{
    color: #aaaaaa;
}

td.PageLayout-AdminHomeInfoPanel > div
{
    background-color: #ffffff;
    border-top: #bababa;
    border-bottom: #bababa;
}

td.PageLayout-AdminHomeInfoPanel > div
{
    background-color: #ffffff;
    border-top: 1px solid #bababa;
    border-bottom: 1px solid #bababa;
}

div.PageLayout-AdminHomeInfoTopPanel
{
    background-color: #ffffff;
}

div.PageLayout-AdminHomeInfoMainPanel > div.PageLayout-LeftRoundRightNone > B, div.PageLayout-AdminHomeInfoMainPanel > div.PageLayout-RightRoundLeftNone > B,
div.PageLayout-AdminHomeInfoMainPanel > div.PageLayout-LeftRoundRightNone > I, div.PageLayout-AdminHomeInfoMainPanel > div.PageLayout-RightRoundLeftNone > I,
div.PageLayout-AdminHomeInfoMainPanel > div.PageLayout-LeftRoundRightNone > U, div.PageLayout-AdminHomeInfoMainPanel > div.PageLayout-RightRoundLeftNone > U,
div.PageLayout-AdminHomeInfoMainPanel > div.PageLayout-LeftRoundRightNone > DIV, div.PageLayout-AdminHomeInfoMainPanel > div.PageLayout-RightRoundLeftNone > DIV
{
    background-color: #e5f3f8;
    border-color: #ffffff;
}

div.PageLayout-IWHomeInfoTopPanel
{
    background-color: #ffffff;
}

div.PageLayout-IWHomeInfoMainPanel > div.PageLayout-LeftRoundRightNone > B, div.PageLayout-IWHomeInfoMainPanel > div.PageLayout-RightRoundLeftNone > B,
div.PageLayout-IWHomeInfoMainPanel > div.PageLayout-LeftRoundRightNone > I, div.PageLayout-IWHomeInfoMainPanel > div.PageLayout-RightRoundLeftNone > I,
div.PageLayout-IWHomeInfoMainPanel > div.PageLayout-LeftRoundRightNone > U, div.PageLayout-IWHomeInfoMainPanel > div.PageLayout-RightRoundLeftNone > U,
div.PageLayout-IWHomeInfoMainPanel > div.PageLayout-LeftRoundRightNone > DIV, div.PageLayout-IWHomeInfoMainPanel > div.PageLayout-RightRoundLeftNone > DIV
{
    background-color: #f3f6f7;
    border-color: #ffffff;
}

td.PageLayout-ContentPanelWithSignup > div > div
{
    border-bottom: solid 1px #BABABA;
}

td.PageLayout-SignupInfo-Ruler
{
    background-color: #ebeef0;
}

table.PageLayout-NavTitle td.highlight, table.PageLayout-NavTitle td.highlight > div
{
    background-color: #b5db13;
}

div.PageLayout-RightRoundLeftNone > B, div.PageLayout-LeftRoundRightNone > B, div.PageLayout-NoSides > B, div.PageLayout-RightRoundLeftFlat > B
{
    background-color: #FFFFFF;
}

div.PageLayout-NoSides > I, div.PageLayout-NoSides > U, div.PageLayout-NoSides > DIV
{
    background-color: #FFFFFF;
}

div.PageLayout-RightRoundLeftNone > I, div.PageLayout-RightRoundLeftNone > U, div.PageLayout-RightRoundLeftFlat > I, div.PageLayout-RightRoundLeftFlat > U
{
    border-right: #BABABA;
    background-color: #FFFFFF;
}

div.PageLayout-RightRoundLeftNone > I, div.PageLayout-RightRoundLeftNone > U, div.PageLayout-RightRoundLeftFlat > I, div.PageLayout-RightRoundLeftFlat > U
{
    border-right: solid 1px #BABABA;
    background-color: #FFFFFF;;
}

div.PageLayout-RightRoundLeftFlat > I, div.PageLayout-RightRoundLeftFlat > U, div.PageLayout-RightRoundLeftFlat > DIV
{
    border-left: solid 1px #BABABA;
}

div.PageLayout-LeftRoundRightNone > I, div.PageLayout-LeftRoundRightNone > U
{
    border-left: solid 1px #BABABA;
    background-color: #FFFFFF;
}

div.PageLayout-RightRoundLeftNone > DIV, div.PageLayout-RightRoundLeftFlat > DIV
{
    border-right: solid 1px #BABABA;
    background-color: #FFFFFF;
}

div.PageLayout-LeftRoundRightNone > DIV, div.PageLayout-RightRoundLeftFlat > DIV
{
    border-left: solid 1px #BABABA;
    background-color: #FFFFFF;
}

table.MultiPageLayout-Wizard > tbody > tr > td.navigation > div
{
    color: #666666;
}

table.MultiPageLayout-Wizard > tbody > tr > td.navigation > div > ol > li
{
    color: #666666;;
}

table.MultiPageLayout-Wizard > tbody > tr > td.navigation > div > ol > li.selected
{
    color: #484644;
}

table.MultiPageLayout-Wizard > tbody > tr > td.navigation > div > ol > li.not-finished
{
    color: #B5B5B5;
}

table.MultiPageLayout-Wizard > tbody > tr > td.navigation > div
{
    color: #666666;
}

table.MultiPageLayout-Wizard > tbody > tr > td.navigation > div > ol > li
{
    color: #666666;;
}

ul.MultiPageLayout-TabBar > li.selected > a
{
    color: #242728;
}

ul.MultiPageLayout-TabBar > span, ul.MultiPageLayout-TabBar > li > span    /* Tab Seperator */
{
    color: #737c85;
}

div.MultiPageLayoutPanel > h2.title   /* MultiPageLayoutPanel.Title */
{
    color: #333333;;
}


.BOX-HeaderMain > a.PropertySheet-Header, .BOX-HeaderSecondary > a.PropertySheet-Header
{
    color: #666666;
}

.BOX-HeaderMainAlt > a.PropertySheet-Header, .BOX-HeaderSecondaryAlt > a.PropertySheet-Header
{
    color: #666666;
}

.PropertySheetItem-RequiredFieldIndicator
{
    color: #d80303;
}

.PropertySheetItem-Content input[type="text"].disabled, .PropertySheetItem-Content input[type="password"].disabled, .PropertySheetItem-Content textarea.disabled,
.PropertySheetItem-Content select.disabled
{
    color: #a6a6a6;
    background-color: #f2f7fc;
}

div.AlertMessage > table
{
    border-color: #ccd3d6;
}

div.AlertMessage > table > tbody > tr > td.BOX-MainBodyText
{
    color: #000000;
}

div.DialogManager-Shield
{
    background-color: black;
}

div.DialogManager-Frame
{
    /* Sets the gray bar on the left of all dialogs */
    border-left: 10px solid #2a8dd4;
}

div.DialogManager-TopRegion
{
    background-color: White;
}

.DialogManager-CloseButtonArea
{
    background-color: White;
}

div.DialogManager-BottomRegion
{
    background-color: White;
}

div.DialogManager-MiddleRegion
{
    background-color: White;
}

div.DialogManager-Title
{
    color: #333333;;
}

div.DialogManager-BodyArea
{
    color: #666666;
}

.ProgressBarContainer
{
    border: 1px solid #c6dff3;
    background-color: #FFFFFF;
    color: #737c85;
}

.ProgressBar-Healthy
{
    background-color: #a6d20e;
}

.ProgressBar-Urgent
{
    background-color: #e70000;
}

.ProgressBar-Caution
{
    background-color: #fc7100;
}

.gridLayoutTitle
{
    color: #43515b;
}

.gridLayoutHeader, .gridLayoutFooter
{
    color: #43515b;
}

.gridLayoutSearchOptions, .gridViewEmptySearchArea
{
    background-color: #f0f3f7;
}

.gridViewGridHeader th, .gridViewFooter, .gridViewHeaderEmpty, .gridViewFooterEmpty
{
    background-color: #93a1aa;
}

.gridSortArrow
{
    color: #FFFFFF;
}

/* put selected/hover view row css after alternatingRow */
.gridSelectedViewRow, .gridViewRow:hover
{
    background-color: #EAECEE;
}

.Shell-Office
{
    background-color: #c34a13;
}

.Shell-MOS .Shell-Header
{
    background-color: #ffffff;
}

.Shell-SignupMOS .Shell-Header
{
    color: white;
    background-color: #006D96;
}

.Shell-HeaderTopMenu > table > tbody > tr > td > a
{
    color: #65666a;
}

.Shell-HeaderTopMenu > table > tbody > tr > td > span
{
    color: #b7c2cc;
}

.Shell-HeaderTopMenu > table > tbody > tr > td > div
{
    color: #f97c00;
}

.Shell-MOS .Shell-Body
{
    background-color: #02425B;
}

.Shell-SignupOffice .Shell-Body
{
    background-color: #ffffff;
}

.Shell-MOS .Shell-Footer
{
    color: #ffffff;
    background-color: #02425B;
}

.Shell-Office .Shell-Footer
{
    color: #ffffff;
}

.Shell-SignupCustom .Shell-Footer
{
    color: #666666;
    background-color:#ffffff;
}

.Shell-SignupMOS .Shell-Footer
{
    color: #ffffff;
    background-color: #02425B;
}

.Shell-SignupOffice .Shell-Footer
{
    color: #666666;
    background-color:#ffffff;
}

.Shell-MOS .Shell-Footer a, .Shell-SignupMOS .Shell-Footer a
{
    color: #c4ecff;
}

.Shell-Office .Shell-Footer a
{
    color: #ffffff;
}

/*
-----------------------------------------------------
error messages styles
-----------------------------------------------------
*/

/* highlight the field being validated on error */
/* and we need to specifiy write about focus and hover, else this may be override by input:focus */
INPUT.Validator-HighlightField, SELECT.Validator-HighlightField, .Validator-HighlightField SELECT,
INPUT.Validator-HighlightField:focus, SELECT.Validator-HighlightField:focus, .Validator-HighlightField SELECT:focus,
INPUT.Validator-HighlightField:hover, SELECT.Validator-HighlightField:hover, .Validator-HighlightField SELECT:hover
{
    border: solid 1px;
}

.Validator-CalloutCustom div, .Validator-CalloutCustom td
{
    background-color: White;
    border: solid 1px red;
}

/* highlight the field being validated on error */
/* and we need to specifiy write about focus and hover, else this may be override by input:focus */
INPUT.Validator-HighlightField, SELECT.Validator-HighlightField, .Validator-HighlightField SELECT,
INPUT.Validator-HighlightField:focus, SELECT.Validator-HighlightField:focus, .Validator-HighlightField SELECT:focus,
INPUT.Validator-HighlightField:hover, SELECT.Validator-HighlightField:hover, .Validator-HighlightField SELECT:hover
{
    border: solid 1px red;
}

.Validator-CalloutCustom td.ajax__validatorcallout_error_message_cell
{
    color: #4f688c;
}

/* Error text style for general errors displayed inline in the UI */
.ValidationErrorText
{
    color: #A80F22;
}

.CalloutDialogHeader
{
    color: #70797f;
}

.HelpCallout div, .HelpCallout td
{
    border: solid 1px #4f688c;
    background-color:white;
}

.HelpCallout_popup_table
{
    background-color:transparent;
}

.HelpCallout_error_message_cell
{
    color: #4f688c;
}

.HelpCallout_arrow_cell
{
    background-color:transparent !important;
}

.HelpCallout_arrow_cell .HelpCallout_innerdiv
{
    background-color:transparent !important;
}

.HelpCallout_arrow_cell_leftpos
{
    background-color:transparent !important;
}

.HelpCallout_arrow_cell_leftpos .HelpCallout_innerdiv
{
    background-color:transparent !important;
}

.HelpCallout_arrow_cell_bottomleftpos,
.HelpCallout_arrow_cell_topleftpos
{
    background-color:transparent !important;
}

.HelpCallout_arrow_cell_bottomleftpos .HelpCallout_innerdiv
{
    background-color:transparent !important;
}

.HelpCallout_arrow_cell_topleftpos .HelpCallout_innerdiv
{
    background-color:transparent !important;
}

.HelpCallout_arrow_cell_bottomleftpos .HelpCallout_innerdiv .arrowpixel,
.HelpCallout_arrow_cell_topleftpos .HelpCallout_innerdiv .arrowpixel
{
    background-color:transparent !important;
}

b.RoundedCornerDiv-Border
{
    border-bottom-color: inherit;
}

i.RoundedCornerDiv-LeftCorner, u.RoundedCornerDiv-LeftCorner, div.RoundedCornerDiv-LeftBorder
{
    border-left-color: inherit;
}

i.RoundedCornerDiv-RightCorner, u.RoundedCornerDiv-RightCorner, div.RoundedCornerDiv-RightBorder
{
    border-right-color: inherit;
}

.QuickViewPaneTitle
{
    color: #333333;;
}

.QuickViewPanel-Border
{
    border-left-color: #ccd3d6;
}

/* Header height */
.ListViewContentTable > tbody > tr
{
    border-bottom: 1px solid white;
}

.ListViewColumnHeaderText
{
    color: #666666;
}

/*IE7 doesn't support border on tr element, so let's put in on td*/
.ListViewBodyTable > tbody > tr > td
{
    border-top: 1px solid #ccd3d6;
    border-bottom: 1px solid #ccd3d6;
}


.ExpandableControlBody:focus
{
    border: 1px solid #708090;
}

#uspProfile_navBar
{
    background-color:#EAEBED;
}

#uspProfile_navBar #uspProfile_placeHolder
{
    background: #484644;
}

#uspProfile_footer
{
    background-color:#EAEBED;
}

#uspProfile_navBar a
{
    color:#666666;;
}

.uspProfile_resetStyle, a.uspProfile_resetStyle, button.uspProfile_resetStyle {
    height: auto;
    min-width: auto;
    min-height: auto;
    border-style: none;
    border-width: 0;
    padding: 0;
    margin: 0;
    outline-style: none!important;
    background-color: transparent;
    text-decoration: none;
    text-align: left;
    font-family: "Segoe UI","Segoe UI Web Regular","Segoe UI Symbol","Helvetica Neue","BBAlpha Sans","S60 Sans",Arial,sans-serif;
    cursor: pointer;
}


.uspProfile_dropdown {
    position: relative;
}

.uspProfile_mainDropdown>.uspProfile_dropdownbody {
    width: 320px;
    -webkit-box-shadow: 0 24px 54px rgba(0,0,0,.15),0 4.5px 13.5px rgba(0,0,0,.08);
    box-shadow: 0 24px 54px rgba(0,0,0,.15),0 4.5px 13.5px rgba(0,0,0,.08);
}

.uspProfile_persona {
    align-items: center;
    width: 32px;
    height: 32px;
    border: 1px solid;
    border-color: aliceblue;
    border-radius: 20px;
    padding-top: 7px;
    padding-left: 7px;
    margin: 8px;
}

.uspProfile_dropdownbody.expanded {
    opacity: 1;
    visibility: visible;
    -webkit-transition-delay: 0s;
    transition-delay: 0s;
}

.uspProfile_dropdownbody {
    position: absolute;
    right: 0;
    z-index: 1000000;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: visibility 0s linear 120ms,opacity 120ms ease;
    transition: visibility 0s linear 120ms,opacity 120ms ease;
}

.uspProfile_body {
    text-align: left;
    color: #333;
    background-color: #fff;
}

.uspProfile_currentAccount {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: auto 1fr auto;
    grid-template-columns: auto 1fr auto;
    -ms-grid-rows: 48px auto;
    grid-template-rows: 48px auto;
}

.uspProfile_currentAccount > * {
    display: block;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
}
.uspProfile_currentAccount .uspProfile_accountInfo {
    min-height: 132px;
    width: 100%;
    -ms-grid-row: 2;
    -ms-grid-row-span: 1;
    grid-row: 2/3;
    -ms-grid-column: 1;
    -ms-grid-column-span: 3;
    grid-column: 1/4;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.uspProfile_currentAccount .uspProfile_signout {
    -ms-grid-row: 1;
    -ms-grid-row-span: 1;
    grid-row: 1/2;
    -ms-grid-column: 3;
    -ms-grid-column-span: 1;
    grid-column: 3/4;
    font-size: 13px;
    padding: 16px 14px;
}

.uspProfile_currentAccount .uspProfile_accountInfo .uspProfile_name {
    font-size: 18px;
    font-weight: 700;
}

.uspProfile_currentAccount a.uspProfile_signout, .uspProfile_currentAccount a.uspProfile_signout:focus, .uspProfile_currentAccount button.uspProfile_signout, .uspProfile_currentAccount button.uspProfile_signout:focus {
    color: #333;
    background-color: #fff;
}

#uspProfile_currentAccount_picture {
    display: block;
    border-radius: 50%;
    width: 88px;
    height: 88px;
    margin-left: 16px;
    margin-right: 20px;
    margin-top: 20px;
    margin-bottom: 20px;
}

.uspProfile_profilepic {
    position: relative;
    width: 88px;
    height: 88px;
    border-radius: 50%;
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    background-color: rgb(0, 78, 140);
    padding-left: 16px;
}
.uspProfile_initials {
    border-radius: 50%;
    color: rgb(255, 255, 255);
    font-size: 42px;
    font-weight: 600;
    line-height: 90px;
    background-color: rgb(0, 78, 140);
}
.uspProfile_company {
    padding-left: 14px;
    padding-right: 14px;
    font-size: 13px;
}

.uspProfile_truncate, a.uspProfile_truncate, button.uspProfile_truncate {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}


.PageLayout-NavData li
{
    color: #666666;;
}

.PageLayout-NavData li.selected
{
    background:#EAECEE;;
}

.PageLayout-NavData li:hover
{
    background:#EAECEE;;
}

/* Reset the style of tag A to use its parent settings */
.PageLayout-NavData a, .PageLayout-NavData a:hover
{
    color: inherit;
}

.PageLayout-PivotPanel a, .PageLayout-PivotPanel a:hover
{
    color: inherit;
}

.PageLayout-PivotPanel a, .PageLayout-PivotPanel a:hover
{
    color: inherit;
}

.PropertySheetHeader
{
    color: #333333;;
}

.ViewPicker-Separator
{
    color:#737c85;
}

.searchBoxWaterMark, .viewPickerDropDown
{
    color: #9da5a8;
}

.searchBoxTextBox
{
    color: inherit;
}

/* From website_w15.css */
.resultSuccess
{
    background-color: Green;
}

.resultFailure
{
    background-color: Red;
}

.resultSkipped
{
    background-color: Yellow;
}

.Admin-ErrorPanel
{
    background: #FFEEE7;
    border: 1px solid #D23838;
}
.Admin-MessagePanel
{
    background: #ECF5FF;
    border: 1px solid #003399;
}

.RequiredField
{
    color: Red;
}

.ValidationErrorMessage
{
    color: Red;
}

.WizardResultMessage
{
    background-color: #e7e7e7;
}

.TitleBar_TenantName
{
    color: #333333;;
}

.PropertyPage h1.title
{
    color: #333333;;
}

.PropertyPage .PageLayout-NavData li.selected
{
    background-color: transparent;
}

.PropertyPage .PageLayout-NavData li:hover
{
    background-color: transparent;
}

.DropDownList_Button
{
    border: solid 1px #a3aeaf;
}

.DropDownList_Button:hover
{
    border: solid 1px #2A8DD4;
}

.DropDownList_Button:focus
{
    border: solid 1px #2A8DD4;
}

.DropDownList_Button[disabled]
{
    color: #C6C6C6;;
    background-color: #EAECEE;;
    border-color: #EAECEE;;
}

.DropDownList ul
{
    border: solid 1px #a3aeaf;
    background: white;
}

.DropDownListItem-Hover
{
    background: #3399FF;
    color: White;
}

.DropDownList_Label-Watermark
{
    color: #9da5a8;
}

.DropDownList_Icon
{
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    border-top: 5px solid DimGray;
}

.ThemeButton-disabled {
    background-color: #c6c6c6;
}


.o365-theme-base textarea::-webkit-input-placeholder,.o365-theme-base input::-webkit-input-placeholder {
    font-style: italic;
    color: #A5A5A5;
} /* Webkit */
.o365-theme-base textarea:-moz-placeholder,.o365-theme-base input:-moz-placeholder {
    font-style: italic;
    color: #A5A5A5;
} /* Firefox <= 18 */
.o365-theme-base textarea::-moz-placeholder,.o365-theme-base input::-moz-placeholder {
    font-style: italic;
    color: #A5A5A5;
}   /* Firefox >= 19 */
.o365-theme-base textarea:-ms-input-placeholder,.o365-theme-base input:-ms-input-placeholder {
    font-style: italic;
    color: #A5A5A5;
}  /* Internet Explorer */

#CountryOrRegionSelect:disabled {
    color: #A5A5A5;
}

.PortOrderCommentLabel {
    color: #999999;
}.o365cs-base-visibility.o365cst {
    visibility: visible;
}

.o365cs-base.o365cst .ms-fcl-tdr, .o365cs-base.o365cst .ms-fcl-tdr-h:hover {
    color: #004578;
}

.o365cs-base.o365cst .ms-bgc-tdr, .o365cs-base.o365cst .ms-bgc-tdr-h:hover {
    background-color: #004578;
}

.o365cs-base.o365cst .ms-bcl-tdr, .o365cs-base.o365cst .ms-bcl-tdr-h:hover {
    border-color: #004578;
}

.o365cs-base.o365cst .ms-fcl-td, .o365cs-base.o365cst .ms-fcl-td-h:hover {
    color: #005a9e;
}

.o365cs-base.o365cst .ms-bgc-td, .o365cs-base.o365cst .ms-bgc-td-h:hover {
    background-color: #005a9e;
}

.o365cs-base.o365cst .ms-bcl-td, .o365cs-base.o365cst .ms-bcl-td-h:hover {
    border-color: #005a9e;
}

.o365cs-base.o365cst .ms-fcl-tp, .o365cs-base.o365cst .ms-fcl-tp-h:hover {
    color: #484644;
}

.o365cs-base.o365cst .ms-bgc-tp, .o365cs-base.o365cst .ms-bgc-tp-h:hover, .o365cs-base.o365cst.ms-bgc-tp {
    background-color: #484644;
}

.o365cs-base.o365cst .ms-bcl-tp, .o365cs-base.o365cst .ms-bcl-tp-h:hover {
    border-color: #484644;
}

.o365cs-base.o365cst .ms-fcl-ts, .o365cs-base.o365cst .ms-fcl-ts-h:hover {
    color: #2b94de;
}

.o365cs-base.o365cst .ms-bgc-ts, .o365cs-base.o365cst .ms-bgc-ts-h:hover {
    background-color: #2b94de;
}

.o365cs-base.o365cst .ms-bcl-ts, .o365cs-base.o365cst .ms-bcl-ts-h:hover {
    border-color: #2b94de;
}

.o365cs-base.o365cst .ms-fcl-tt, .o365cs-base.o365cst .ms-fcl-tt-h:hover {
    color: #92c0df;
}

.o365cs-base.o365cst .ms-bgc-tt, .o365cs-base.o365cst .ms-bgc-tt-h:hover {
    background-color: #92c0df;
}

.o365cs-base.o365cst .ms-bcl-tt, .o365cs-base.o365cst .ms-bcl-tt-h:hover {
    border-color: #92c0df;
}

.o365cs-base.o365cst .ms-fcl-tl, .o365cs-base.o365cst .ms-fcl-tl-h:hover {
    color: #cde6f6;
}

.o365cs-base.o365cst .ms-bgc-tl, .o365cs-base.o365cst .ms-bgc-tl-h:hover {
    background-color: #cde6f6;
}

.o365cs-base.o365cst .ms-bcl-tl, .o365cs-base.o365cst .ms-bcl-tl-h:hover {
    border-color: #cde6f6;
}

.o365cs-base.o365cst .ms-fcl-tlr, .o365cs-base.o365cst .ms-fcl-tlr-h:hover {
    color: #e6f2fa;
}

.o365cs-base.o365cst .ms-bgc-tlr, .o365cs-base.o365cst .ms-bgc-tlr-h:hover {
    background-color: #e6f2fa;
}

.o365cs-base.o365cst .ms-bcl-tlr, .o365cs-base.o365cst .ms-bcl-tlr-h:hover {
    border-color: #e6f2fa;
}

.o365cs-base.o365cst .ms-fcl-w, .o365cs-base.o365cst .ms-fcl-w-h:hover {
    color: #fff;
}

.o365cs-base.o365cst .ms-bgc-w, .o365cs-base.o365cst .ms-bgc-w-h:hover, .o365cs-base.o365cst.ms-bgc-w {
    background-color: #fff;
}

.o365cs-base.o365cst .ms-bcl-w, .o365cs-base.o365cst .ms-bcl-w-h:hover {
    border-color: #fff;
}

.o365cs-base.o365cst .ms-fcl-b, .o365cs-base.o365cst .ms-fcl-b-h:hover {
    color: #000;
}

.o365cs-base.o365cst .ms-bgc-b, .o365cs-base.o365cst .ms-bgc-b-h:hover, .o365cs-base.o365cst.ms-bgc-b {
    background-color: #000;
}

.o365cs-base.o365cst .ms-bcl-b, .o365cs-base.o365cst .ms-bcl-b-h:hover {
    border-color: #000;
}

.o365cs-base.o365cst .ms-fcl-nd, .o365cs-base.o365cst .ms-fcl-nd-h:hover {
    color: #212121;
}

.o365cs-base.o365cst .ms-bgc-nd, .o365cs-base.o365cst .ms-bgc-nd-h:hover {
    background-color: #212121;
}

.o365cs-base.o365cst .ms-bcl-nd, .o365cs-base.o365cst .ms-bcl-nd-h:hover {
    border-color: #212121;
}

.o365cs-base.o365cst .ms-fcl-np, .o365cs-base.o365cst .ms-fcl-np-h:hover {
    color: #333;
}

.o365cs-base.o365cst .ms-bgc-np, .o365cs-base.o365cst .ms-bgc-np-h:hover {
    background-color: #333;
}

.o365cs-base.o365cst .ms-bcl-np, .o365cs-base.o365cst .ms-bcl-np-h:hover {
    border-color: #333;
}

.o365cs-base.o365cst .ms-fcl-ns, .o365cs-base.o365cst .ms-fcl-ns-h:hover {
    color: #666;
}

.o365cs-base.o365cst .ms-bgc-ns, .o365cs-base.o365cst .ms-bgc-ns-h:hover {
    background-color: #666;
}

.o365cs-base.o365cst .ms-bcl-ns, .o365cs-base.o365cst .ms-bcl-ns-h:hover {
    border-color: #666;
}

.o365cs-base.o365cst .ms-fcl-nsa, .o365cs-base.o365cst .ms-fcl-nsa-h:hover {
    color: #767676;
}

.o365cs-base.o365cst .ms-bgc-nsa, .o365cs-base.o365cst .ms-bgc-nsa-h:hover {
    background-color: #767676;
}

.o365cs-base.o365cst .ms-bcl-nsa, .o365cs-base.o365cst .ms-bcl-nsa-h:hover {
    border-color: #767676;
}

.o365cs-base.o365cst .ms-fcl-nt, .o365cs-base.o365cst .ms-fcl-nt-h:hover {
    color: #a6a6a6;
}

.o365cs-base.o365cst .ms-bgc-nt, .o365cs-base.o365cst .ms-bgc-nt-h:hover {
    background-color: #a6a6a6;
}

.o365cs-base.o365cst .ms-bcl-nt, .o365cs-base.o365cst .ms-bcl-nt-h:hover {
    border-color: #a6a6a6;
}

.o365cs-base.o365cst .ms-fcl-nta, .o365cs-base.o365cst .ms-fcl-nta-h:hover {
    color: #c8c8c8;
}

.o365cs-base.o365cst .ms-bgc-nta, .o365cs-base.o365cst .ms-bgc-nta-h:hover {
    background-color: #c8c8c8;
}

.o365cs-base.o365cst .ms-bcl-nta, .o365cs-base.o365cst .ms-bcl-nta-h:hover {
    border-color: #c8c8c8;
}

.o365cs-base.o365cst .ms-fcl-nl, .o365cs-base.o365cst .ms-fcl-nl-h:hover {
    color: #eaeaea;
}

.o365cs-base.o365cst .ms-bgc-nl, .o365cs-base.o365cst .ms-bgc-nl-h:hover {
    background-color: #eaeaea;
}

.o365cs-base.o365cst .ms-bcl-nl, .o365cs-base.o365cst .ms-bcl-nl-h:hover {
    border-color: #eaeaea;
}

.o365cs-base.o365cst .ms-fcl-nlr, .o365cs-base.o365cst .ms-fcl-nlr-h:hover {
    color: #f4f4f4;
}

.o365cs-base.o365cst .ms-bgc-nlr, .o365cs-base.o365cst .ms-bgc-nlr-h:hover, .o365cs-base.o365cst.ms-bgc-nlr {
    background-color: #f4f4f4;
}

.o365cs-base.o365cst .ms-bcl-nlr, .o365cs-base.o365cst .ms-bcl-nlr-h:hover {
    border-color: #f4f4f4;
}

.o365cs-base.o365cst .o365cs-topnavLinkBackground {
    background-color: #000;
}

.o365cs-base.o365cst .o365cs-topnavLinkBackground {
    background-color: rgba(0,0,0,.8);
}

.o365cs-base.o365cst .o365cs-topnavText, .o365cs-base.o365cst .o365cs-topnavText:hover {
    color: #fff;
}

.o365cs-nav-header16 .o365cs-navMenuButton {
    color: #fff;
}

.o365cs-base.o365cst .o365cs-navMenuButton {
    color: #fff;
}

.o365cs-base.o365cst.o365cs-topnavBGImage {
    background-position: center top;
    background-repeat: repeat-x;
    background-image: none;
}

.o365cs-base.o365cst.o365cs-topnavBGColor {
    background-color: #000;
}

.o365-theme-base, .o365-theme-base input[type="password"], .o365-theme-base input[type="file"], .o365-theme-base textarea, .o365-theme-base select {
    background-color: #fff;
    color: #333;
    border-color: #a3aeaf;
}

    .o365-theme-base h1, .o365-theme-base h3, .o365-theme-base h4, .o365-theme-base h5, .o365-theme-base h6 {
        color: #333;
    }

    .o365-theme-base h2 {
        color: #666;
    }

    .o365-theme-base a {
        color: #484644;
    }

    .o365-theme-base input[type=submit] {
        background-color: #484644;
        border-color: #484644;
    }

    .o365-theme-base input[type="text"]:focus, .o365-theme-base input[type="text"]:hover, .o365-theme-base input[type="password"]:focus, .o365-theme-base input[type="password"]:hover, .o365-theme-base input[type="file"]:focus, .o365-theme-base input[type="file"]:hover, .o365-theme-base textarea:focus, .o365-theme-base textarea:hover, .o365-theme-base select:hover, .o365-theme-base select:focus {
        border-color: #2b94de;
    }

    .o365-theme-base a[disabled], .o365-theme-base a[disabled]:hover {
        color: #666 !important;
    }

    .o365-theme-base input[type="text"][disabled], .o365-theme-base input[type="password"][disabled], .o365-theme-base textarea[disabled] {
        background-color: #f4f4f4;
        border-color: #eaeaea;
        color: #a6a6a6;
    }

    .o365-theme-base input[type="text"]:disabled, .o365-theme-base input[type="password"]:disabled, .o365-theme-base textarea:disabled {
        background-color: #f4f4f4;
        border-color: #eaeaea;
        color: #a6a6a6;
    }

    .o365-theme-base .DataTable td, .o365-theme-base .DataTable th {
        border-color: #fff !important;
    }

    .o365-theme-base .o365-drop-shadow {
        box-shadow: 0 0 10px 0 rgba(0,0,0,.2);
    }

    .o365-theme-base .o365-drop-shadow-left {
        box-shadow: -5px 0 10px -5px rgba(0,0,0,.2);
    }

    .o365-theme-base .o365-drop-shadow-right {
        box-shadow: 5px 0 10px -5px rgba(0,0,0,.2);
    }

    .o365-theme-base .o365-drop-shadow-top {
        box-shadow: 0 -5px 10px -5px rgba(0,0,0,.2);
    }

    .o365-theme-base .o365-drop-shadow-bottom {
        box-shadow: 0 5px 10px -5px rgba(0,0,0,.2);
    }

    .o365-theme-base .ms-fcl-tdr, .o365-theme-base .ms-fcl-tdr-h:hover {
        color: #004578;
    }

    .o365-theme-base .ms-bgc-tdr, .o365-theme-base .ms-bgc-tdr-h:hover {
        background-color: #004578;
    }

    .o365-theme-base .ms-bcl-tdr, .o365-theme-base .ms-bcl-tdr-h:hover {
        border-color: #004578;
    }

    .o365-theme-base .ms-fcl-td, .o365-theme-base .ms-fcl-td-h:hover {
        color: #005a9e;
    }

    .o365-theme-base .ms-bgc-td, .o365-theme-base .ms-bgc-td-h:hover, .o365-theme-base .ms-bgc-tdf:focus {
        background-color: #005a9e;
    }

    .o365-theme-base .ms-bcl-td, .o365-theme-base .ms-bcl-td-h:hover {
        border-color: #005a9e;
    }

    .o365-theme-base .ms-fcl-tp, .o365-theme-base .ms-fcl-tp-h:hover {
        color: #484644;
    }

    .o365-theme-base .ms-bgc-tp, .o365-theme-base .ms-bgc-tp-h:hover {
        background-color: #484644;
    }

    .o365-theme-base .ms-bcl-tp, .o365-theme-base .ms-bcl-tp-h:hover {
        border-color: #484644;
    }

    .o365-theme-base .ms-fcl-ts, .o365-theme-base .ms-fcl-ts-h:hover {
        color: #2b94de;
    }

    .o365-theme-base .ms-bgc-ts, .o365-theme-base .ms-bgc-ts-h:hover {
        background-color: #2b94de;
    }

    .o365-theme-base .ms-bcl-ts, .o365-theme-base .ms-bcl-ts-h:hover, .o365-theme-base .ms-bcl-tsf:focus {
        border-color: #2b94de;
    }

    .o365-theme-base .ms-fcl-tt, .o365-theme-base .ms-fcl-tt-h:hover {
        color: #92c0df;
    }

    .o365-theme-base .ms-bgc-ttf:focus {
        background-color: #92c0df;
    }

    .o365-theme-base .ms-bgc-tt, .o365-theme-base .ms-bgc-tt-h:hover {
        background-color: #92c0df;
    }

    .o365-theme-base .ms-bcl-tt, .o365-theme-base .ms-bcl-tt-h:hover {
        border-color: #92c0df;
    }

    .o365-theme-base .ms-fcl-tl, .o365-theme-base .ms-fcl-tl-h:hover {
        color: #cde6f6;
    }

    .o365-theme-base .ms-bgc-tl, .o365-theme-base .ms-bgc-tl-h:hover {
        background-color: #cde6f6;
    }

    .o365-theme-base .ms-bcl-tl, .o365-theme-base .ms-bcl-tl-h:hover {
        border-color: #cde6f6;
    }

    .o365-theme-base .ms-fcl-tlr, .o365-theme-base .ms-fcl-tlr-h:hover {
        color: #e6f2fa;
    }

    .o365-theme-base .ms-bgc-tlr, .o365-theme-base .ms-bgc-tlr-h:hover {
        background-color: #e6f2fa;
    }

    .o365-theme-base .ms-bcl-tlr, .o365-theme-base .ms-bcl-tlr-h:hover {
        border-color: #e6f2fa;
    }

    .o365-theme-base .ms-fcl-w, .o365-theme-base .ms-fcl-w-h:hover {
        color: #fff;
    }

    .o365-theme-base .ms-bgc-w, .o365-theme-base .ms-bgc-w-h:hover {
        background-color: #fff;
    }

    .o365-theme-base .ms-bcl-w, .o365-theme-base .ms-bcl-w-h:hover {
        border-color: #fff;
    }

    .o365-theme-base .ms-fcl-b, .o365-theme-base .ms-fcl-b-h:hover {
        color: #000;
    }

    .o365-theme-base .ms-bgc-b, .o365-theme-base .ms-bgc-b-h:hover {
        background-color: #000;
    }

    .o365-theme-base .ms-bcl-b, .o365-theme-base .ms-bcl-b-h:hover {
        border-color: #000;
    }

    .o365-theme-base .ms-fcl-nd, .o365-theme-base .ms-fcl-nd-h:hover {
        color: #212121;
    }

    .o365-theme-base .ms-bgc-nd, .o365-theme-base .ms-bgc-nd-h:hover {
        background-color: #212121;
    }

    .o365-theme-base .ms-bcl-nd, .o365-theme-base .ms-bcl-nd-h:hover {
        border-color: #212121;
    }

    .o365-theme-base .ms-fcl-np, .o365-theme-base .ms-fcl-np-h:hover {
        color: #333;
    }

    .o365-theme-base .ms-bgc-np, .o365-theme-base .ms-bgc-np-h:hover {
        background-color: #333;
    }

    .o365-theme-base .ms-bcl-np, .o365-theme-base .ms-bcl-np-h:hover {
        border-color: #333;
    }

    .o365-theme-base .ms-fcl-ns, .o365-theme-base .ms-fcl-ns-h:hover {
        color: #666;
    }

    .o365-theme-base .ms-bgc-ns, .o365-theme-base .ms-bgc-ns-h:hover {
        background-color: #666;
    }

    .o365-theme-base .ms-bcl-ns, .o365-theme-base .ms-bcl-ns-h:hover {
        border-color: #666;
    }

    .o365-theme-base .ms-fcl-nsa, .o365-theme-base .ms-fcl-nsa-h:hover {
        color: #767676;
    }

    .o365-theme-base .ms-bgc-nsa, .o365-theme-base .ms-bgc-nsa-h:hover {
        background-color: #767676;
    }

    .o365-theme-base .ms-bcl-nsa, .o365-theme-base .ms-bcl-nsa-h:hover {
        border-color: #767676;
    }

    .o365-theme-base .ms-fcl-nt, .o365-theme-base .ms-fcl-nt-h:hover {
        color: #a6a6a6;
    }

    .o365-theme-base .ms-bgc-nt, .o365-theme-base .ms-bgc-nt-h:hover {
        background-color: #a6a6a6;
    }

    .o365-theme-base .ms-bcl-nt, .o365-theme-base .ms-bcl-nt-h:hover {
        border-color: #a6a6a6;
    }

    .o365-theme-base .ms-fcl-nta, .o365-theme-base .ms-fcl-nta-h:hover {
        color: #c8c8c8;
    }

    .o365-theme-base .ms-bgc-nta, .o365-theme-base .ms-bgc-nta-h:hover {
        background-color: #c8c8c8;
    }

    .o365-theme-base .ms-bcl-nta, .o365-theme-base .ms-bcl-nta-h:hover {
        border-color: #c8c8c8;
    }

    .o365-theme-base .ms-fcl-nl, .o365-theme-base .ms-fcl-nl-h:hover {
        color: #eaeaea;
    }

    .o365-theme-base .ms-bgc-nl, .o365-theme-base .ms-bgc-nl-h:hover, .o365-theme-base .ms-bgc-nlf:focus {
        background-color: #eaeaea;
    }

    .o365-theme-base .ms-bcl-nl, .o365-theme-base .ms-bcl-nl-h:hover {
        border-color: #eaeaea;
    }

    .o365-theme-base .ms-fcl-nlr, .o365-theme-base .ms-fcl-nlr-h:hover {
        color: #f4f4f4;
    }

    .o365-theme-base .ms-bgc-nlr, .o365-theme-base .ms-bgc-nlr-h:hover {
        background-color: #f4f4f4;
    }

    .o365-theme-base .ms-bcl-nlr, .o365-theme-base .ms-bcl-nlr-h:hover {
        border-color: #f4f4f4;
    }

    .o365-theme-base .o365-err-c, .o365-theme-base .o365-err-ch:hover {
        color: #a80f22;
    }

    .o365-theme-base .o365-err-bg, .o365-theme-base .o365-err-bgh:hover {
        background-color: #a80f22;
    }

    .o365-theme-base .o365-err-b, .o365-theme-base .o365-err-bh:hover {
        border-color: #a80f22;
    }

    .o365-theme-base .o365-wrn-c, .o365-theme-base .o365-wrn-ch:hover {
        color: #ed8043;
    }

    .o365-theme-base .o365-wrn-bg, .o365-theme-base .o365-wrn-bgh:hover {
        background-color: #ed8043;
    }

    .o365-theme-base .o365-wrn-b, .o365-theme-base .o365-wrn-bh:hover {
        border-color: #ed8043;
    }

    .o365-theme-base .o365-info-c, .o365-theme-base .o365-info-ch:hover {
        color: #2a8dd4;
    }

    .o365-theme-base .o365-info-bg, .o365-theme-base .o365-info-bgh:hover {
        background-color: #2a8dd4;
    }

    .o365-theme-base .o365-info-b, .o365-theme-base .o365-info-bh:hover {
        border-color: #2a8dd4;
    }

    .o365-theme-base .o365-succ-c, .o365-theme-base .o365-succ-ch:hover {
        color: #649b61;
    }

    .o365-theme-base .o365-succ-bg, .o365-theme-base .o365-succ-bgh:hover {
        background-color: #649b61;
    }

    .o365-theme-base .o365-succ-b, .o365-theme-base .o365-succ-bh:hover {
        border-color: #649b61;
    }
