﻿@import url("/OS_Theme/Theme.OS_Theme.css?3170");

@import url(https://fonts.googleapis.com/css?family=Open+Sans:300,400,600,700);

/* Fonts > Font Classes */
.OpenSans_Regular {
    font-family: 'Open Sans', Arial, sans-serif;
    font-weight: 400;
}

.OpenSans_SemiBold {
    font-family: 'Open Sans', Arial, sans-serif;
    font-weight: 600;
}

.OpenSans_Bold {
    font-family: 'Open Sans', Arial, sans-serif;
    font-weight: 700;
}

/* Fonts > Font Definition */
html,
body,
a,
select,
fieldset,
input,
button,
select,
textarea,
optgroup,
option {
    font-family: 'Open Sans', Arial, sans-serif;
}

.MainContent {
    background: transparent;
}

.MainContentWhite .MainContent {
    background: #fff;
}

.MainContentWhite .MainContent .Filters_Wrapper {
    background: #eceff1;
}

/* specific style for TrAd logo in header */
.TrAdIconLogo {
    height: 48px !important;
    max-height: 48px !important;
    margin-left: 10px;
    margin-top: -5px;
}

.Header_Title {
    padding-left: 0;
}

/* ------------------ Center Ajax Wait ---------- */
.Feedback_AjaxWait {
    right: 50%;
    bottom: 50%;
    height: 80px;
    width: 130px;
    margin-right: -40px;
    font-size: 24px;
    box-shadow: 2px 2px 4px 2px rgba(0, 0, 0, .2);
    border-radius: 0px;
}


/* ------------------ Side Menu Definition ---------- */
.sideMenuActive a,
.sideMenuActive a:link,
.sideMenuActive a:visited {
    font-weight: bold;
    text-decoration: underline;
}

.CustomerInstallationsSideMenu_SubMenu {
    margin-left: 30px;
}

.CustomerInstallationsSideMenu_SubMenu.Active a,
.CustomerInstallationsSideMenu_SubMenu.Active a:link,
.CustomerInstallationsSideMenu_SubMenu.Active a:visited {
    font-weight: bold;
}

/* ---------------  Layout_BO_SmallLeftColumn ------------ */
.MainContentColumn1,
.MainContentColumn2 {
    background: white;
    padding: 10px;
}
    
.MainContentColumn2 .Filters_Wrapper {
    background: #eee;
}


/* ------------------- Customization --------------------- */
.FontNormal {
    font-weight: 400;
}

.Heading2 {
    font-weight: 400;
    line-height: 30px;
}

.Section_header {
    border: 0;
}

.Page .Text_darkgray {
    color: #999999;
}
/* Desktop Columns padding */
.desktop .Columns2 > .Column,
.desktop .Columns3 > .Column,
.desktop .Columns4 > .Column,
.desktop .Columns5 > .Column,
.desktop .Columns6 > .Column {
    padding-left: 10px;
    padding-right: 10px;
}

.desktop .Columns2 .Column.ColFirst,
.desktop .Columns3 .Column.ColFirst,
.desktop .Columns4 .Column.ColFirst,
.desktop .Columns5 .Column.ColFirst,
.desktop .Columns6 .Column.ColFirst {
    padding-left: 0;
}

.desktop .Columns2 .Column.ColLast,
.desktop .Columns3 .Column.ColLast,
.desktop .Columns4 .Column.ColLast,
.desktop .Columns5 .Column.ColLast,
.desktop .Columns6 .Column.ColLast {
    padding-right: 0;
}

.desktop .MediumLeftColumns > .Column.ColFirst,
.desktop .MediumRightColumns > .Column.ColFirst,
.desktop .SmallLeftColumns > .Column.ColFirst,
.desktop .SmallRightColumns > .Column.ColFirst {
    padding-right: 10px;
}

.desktop .MediumLeftColumns > .Column.ColLast,
.desktop .MediumRightColumns > .Column.ColLast,
.desktop .SmallLeftColumns > .Column.ColLast,
.desktop .SmallRightColumns > .Column.ColLast {
    padding-left: 10px;
}

.NextRunTitle{
    font-family: 'Open Sans', Arial, sans-serif;
    font-weight: 700;
    transition: color 100ms ease;
}


/* ---------- List Navigation ---------- */

a.ListNavigation_First:link,
a.ListNavigation_Last:link {
    font-size: 12px;
    margin: 0 0 0 5px;
    padding: 6px 20px 7px 20px; 
}

.ListNavigation_First:before {
    content: "\f060"; /* fa-arrow-left at http://fortawesome.github.io/Font-Awesome/icons/ */
    font-family: FontAwesome;
    margin-right: 5px;
}

.ListNavigation_Last:after {
    content: "\f061"; /* fa-arrow-right at http://fortawesome.github.io/Font-Awesome/icons/ */
    font-family: FontAwesome;
    margin-left: 7px;
}

a.ListNavigation_PageNumber:link,
span.ListNavigation_CurrentPageNumber,
span.ListNavigation_Ellipsis,
a.ListNavigation_Previous:link,
a.ListNavigation_Next:link,
a.ListNavigation_First:link,
a.ListNavigation_Last:link{
    background: #f8f8f8;
    border: 1px solid #f8f8f8;
    color: #08c;
    cursor: pointer;
    display: inline-block;
    font-size: 14px;
    font-weight: normal;
    line-height: 28px;
    margin-bottom: 0;
    padding: 0;
    text-align: center;
    text-shadow: none;
    vertical-align: middle;
    white-space: nowrap;
    width: 37px;
}

span.ListNavigation_CurrentPageNumber {
    background: #b7e2ff;
    border-color: #0088cc;
}

a.ListNavigation_PageNumber:link:hover,
span.ListNavigation_CurrentPageNumber:hover,
span.ListNavigation_Ellipsis:hover,
a.ListNavigation_Previous:link:hover,
a.ListNavigation_Next:link:hover,
a.ListNavigation_First:link:hover,
a.ListNavigation_Last:link:hover {
    border-color: #08c;
}

a.ListNavigation_Previous:link,
a.ListNavigation_Next:link,
a.ListNavigation_First:link,
a.ListNavigation_Last:link{
    overflow: hidden;
    position: relative;
    text-indent: -99999px;
    z-index: 0;
}

a.ListNavigation_Previous:before,
a.ListNavigation_Next:after,
a.ListNavigation_First:before,
a.ListNavigation_Last:after{
    font-size: 20px;
    left: 0;
    margin: 0;
    position: absolute;
    text-indent: 0;
    top: 0;
    width: 100%;
    z-index: 1;
}

a.ListNavigation_Previous:before {
    content: "\f104";
}

a.ListNavigation_Next:after {
    content: "\f105";
}

a.ListNavigation_First:before {
    content: "\f104 \f104";
}

a.ListNavigation_Last:after {
    content: "\f105 \f105";
}
/*-----------Popup-------------------*/

.MainPopup textarea{
     line-height: 20px;
}


/*---------Snooze Popup---------*/
.SnoozePopupWidth {
    min-width:500px;   
}

.SnoozeInfoTextColor{
     color:#79868a;   
     font-weight: bold;
}

/* ---------- Category Box ---------- */
.CategoryBox {
    background-color: #fff;
    border-radius: 5px;
    color: #0066aa;
    display: table;
    margin-bottom: 6px;
    padding: 10px 0;
    position: relative;
    width: 100%;
    box-shadow: 0 1px 4px 0 rgba(0,0,0,0.1);
    -moz-box-shadow: 0 1px 4px 0 rgba(0,0,0,0.1);
    -webkit-box-shadow: 0 1px 4px 0 rgba(0,0,0,0.1);
}

.CategoryBox:hover {
    background-color: #0066aa;
    color: #fff;
}

.DashboardBoxes .CategoryBox:hover{
    background-color: #fff;
    color: #0066aa;
}

.DashboardBoxes .CategoryBox:hover .CategoryValue {
    color: #77909c;
}

.CategoryBox.Selected {
    background-color: #0066aa;
    color: #fff;
    box-shadow: none;
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
}

.CategoryBox.Selected:after {
    border-color: #0066aa transparent transparent transparent;
    border-style: solid;
    border-width: 6px 6px 0 6px;
    content: "";
    height: 0;
    left: 50%;
    margin-left: -6px;
    position: absolute;
    top: 100%;
    width: 0;
}

.CategoryBox_Col1 {
    display: table-cell;
    overflow: hidden;
    padding: 10px 0;
    vertical-align: top;
    white-space: nowrap;
    width: 70%;
}

.CategoryBox_Col2 {
    display: table-cell;
    padding-right: 10px;
    vertical-align: top;
    width: 30%;
}

.CategoryIcon {
    float: left;
    height: 40px;
    padding-right: 10px;
    text-align: center;
    width: 40px;
}
.CategoryIcon .fa-fw {
    margin-left: -17px;
    opacity: 0.7;
}

.CategoryLabel {
    font-size: 17px;
    font-weight: 600;
    line-height: 40px;
    max-width: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
}

.CategoryValue {
    font-size: 18px;
    font-weight: 600;
    color: #77909c;
}

.CategoryBox.Selected .CategoryValue,
.CategoryBox:hover .CategoryValue {
    color: #fff;
}

.CategoryTrend {
    height: 25px;
    text-align: center;
    margin-top: 5px;
}

a[disabled] .CategoryBox {
    color: #aaa;
}

a[disabled] .CategoryBox:hover {
    background: #fff;
}

/* ---------- Impacting Accordion Item ---------- */
.AccordionVertical_item.Impacting .AccordionVertical__content {
    background-color: #dadfe5;
    padding: 0px 0px 0px 15px;
}


.AccordionVertical_item.Impacting .Alert {
    color: #6d6d6d;
    margin: 0;
    border: none;
    padding: 0px 5px 0px 35px;
}


.RuntimeRowDetail-column-description {
    display: inline-block;
    vertical-align: middle;
    width: 70%;
}

.RuntimeRowDetail-column-value {
    display: inline-block;
    text-align: right;
    vertical-align: middle;
    width: 10%;
}

/* ---------- Columns 3/4 ---------- */
.Columns3_4 .SmallRightColumns > .Column.ColFirst {
    width: 75%;
}

.Columns3_4 .SmallRightColumns > .Column.ColLast {
    width: 25%;
}

/* ---------- Columns Impacting Accordion Header ---------- */
.ColsImpAccordionHeader {
    color: #aaa;
    display: table;
    font-size: 14px;
    font-weight: 600;
    margin-bottom: 6px;
    text-transform: uppercase;
    width: 100%;
}

.ColsImpAccordionHeader > .Column {
    display: table-cell;
}

.ColsImpAccordionHeader > .Column:not(.First):not(.Last) {
    width: 220px;
}

.ColsImpAccordionHeader > .Column.Last {
    width: 270px;
}


/* ---------- Numeric Bullets ---------- */
.NumericBullets ul.List {
    counter-reset: item;
    list-style: none;
    padding: 0;
}

.NumericBullets ul.List li:before {
    color: #aaa;
    content: counter(item) ". ";
    counter-increment: item;
}

/* ---------- Inline Select ---------- */
.InlineSelect {
    border-bottom: 1px dotted #ccc;
    display: inline-block;
    line-height: 30px;
    margin: 0 0 0 10px;
    position: relative;
}

.InlineSelect:before {
    color: #08c;
    content: "\f107";
    font-family: FontAwesome;
    font-size: 22px;
    height: 20px;
    margin-top: -14px;
    pointer-events: none;
    position: absolute;
    right: 3px;
    text-align: right;
    top: 50%;
    width: 20px;
}

.InlineSelect > select {
    background: transparent;
    border: 0;
    box-shadow: none !important;
    color: #333;
    display: block;
    font-size: 22px;
    line-height: 30px;
    padding: 0 30px 0 0;
    width: auto;
}

/* ---------- Environment Switcher Select ---------- */
.EnvironmentSwitcher .Button {
    padding: 0px 0px;
    font-size: 10px;
    height: 18px;
    line-height: 16px;
    min-width: 35px;
    background-color: #bfccb2;
}

.EnvironmentSwitcher .ButtonGroup_button.active,
.EnvironmentSwitcher .desktop .ButtonGroup_button.active:hover {
    background-color: #759fbb;
}

.Screens_Wrapper .Section_content,
.Modules_Wrapper .Section_content{
    padding-top: 0px;
}

.Screens_Wrapper .Section_header,
.Modules_Wrapper .Section_header{
    padding-bottom: 0px;
}

.Modules_Wrapper .AccordionVertical___icon,
.Screens_Wrapper .AccordionVertical___icon {
    vertical-align: top;
}

.Modules_Wrapper .Section__title.Heading2, 
.Screens_Wrapper .Section__title.Heading2{
    vertical-align: bottom;
}

/* ---------- Utils ---------- */
.MinWidth900 {
    min-width: 900px;
}

.Hidden{
    visibility: hidden;
}

.SmallText13{
    font-size: 13px;
}

.Rotate45Less{
    transform:rotate(-45deg);
}

.TextBorderOnly{
    color: rgba(0,102,170,0.6) !important;
}

.MarginRight10{
    margin-right: 10px;
}

.Opacity07{
    opacity: 0.7;
}

.Width100per{
    width: 100%;
}



/* ---------- Digest List ---------- */
.item-border-top {
    border-top: 1px solid #d3d9dc;
}

.list-digestitem {
    background-color: transparent;
    border-bottom: 1px solid #d3d9dc;
}

.list-digestitem .digestitem-content {
    color: #7e7e7e;
}

.list-digestitem-selected {
    background-color: white;
    border: 1px solid #d3d9dc;
    border-left: 2px solid #0066aa;
    border-right: none;
    width: calc(100% + 25px);
    /* to compensate for border left */
    padding-right: 23px;
    margin-left: -2px;
    /* to hide previous item border*/
    margin-top: -1px;
}
.list-digestitem-selected .digestitem-content {
    color: black;
}

.expandable-list span:first-child .list-digestitem-selected {
    /* in first list item do not hide border */
    margin-top: 0;
}

/* ---------- Digest Filters ---------- */
.digestfilters {
    padding: 0 0 10px 0;
    font-weight: 600;
    color: #888;
}

.digestfilters .select2-container .select2-choice {
    background: #f5f5f5;
}

.digestfilters .select2-container .select2-choice .select2-arrow, 
.digestfilters .select2-container .select2-choice div {
    background: #f5f5f5;
}

.digestfilters .select2-dropdown-open .select2-choice {
    box-shadow: 0 1px 0 #f5f5f5 inset;
}

.digestfilters .fa {
    font-size: 18px;
    vertical-align: top;
}

/* ---------- Digest List Item ---------- */
.digestitem-content {
    background: transparent;
    display: table;
    height: 50px;
}

.digestitem-div {
    display: block;
    padding: 6px 0;
}

.digestitem-div.open {
    display: inline-block;
}

.digestitem-counter {
    display: table-cell;
    vertical-align: middle;
    padding: 10px;
    width: 60px;
    text-align: center;
}

.digestitem-icon {
    display: table-cell;
    vertical-align: middle;
    width:15px;
   }


.digestitem-counter-number {
    align: center;
    border-radius: 5px;
    padding: 5px 5px;
    text-align: center;
    width: 40px;
    color: #fff;
    font-weight: bold;
}

.digestitem-name {
    display: table-cell;
    padding-left: 20px;
    vertical-align: middle;
    width: auto;
}

.digestitem-category {
    display: table-cell;
    text-align: center;
    vertical-align: middle;
    width: 50px;
}
.digestitem-category .fa-fw {
    color: rgba(0,102,170,0.6);
}
.list-digestitem-selected .digestitem-category .fa-fw {
    color: #0066aa;
}


.digest-expanded {
    display: inline-block;
}

.digestitem-severity {
    display: table-cell;
    text-align: right;
    font-size: 8px;
    vertical-align: middle;
    width: 20px;
}

.runtimeperf-digestitem-severity {
    display: table-cell;
    text-align: right;
    font-size: 8px;
    vertical-align: middle;
    width: 20px;
}

.digestitem-subcategory {
    display: table-cell;
    padding-left: 20px;
    vertical-align: middle;
    width: 200px;
}

.digestitem-arrow {
    display: table-cell;
    right: 0;
    text-align: center;
    vertical-align: middle;
    width: 50px;
}

.digestitem-tsize {
    display: table-cell;
    text-align: center;
    vertical-align: middle;
    width: 50px;
}

.digestitem-tsize > div {
    border-radius: 100%;
    color: #fff;
    padding: 2px 8px;
    width: 50px;
}

.digestitem-counter.low,
.digestitem-tsize.low > div {
    background-color: #009E0F;
}

.digestitem-counter.normal,
.digestitem-tsize.normal > div{
    background-color: #FF9900;
}

.digestitem-counter.hight,
.digestitem-tsize.hight > div {
    background-color: #CF2A27;
}

/* Level Severity Color */
.digestitem-severity.level1,
.digestitem-tsize.hight > div {
    color: #ECD36A;
}

.digestitem-severity.level2,
.digestitem-tsize.hight > div {
    color: #DDA95C;
}

.digestitem-severity.level3,
.digestitem-tsize.hight > div {
    color: #CB6D43;
}

.digestitem-severity.level4,
.digestitem-tsize.hight > div {
    color: #AD0217;
}

/* Runtime Performance Severity Color */
.runtimeperf-digestitem-severity.level1,
.digestitem-tsize.hight > div {
    color: #8cc63f;
}

.runtimeperf-digestitem-severity.level2,
.digestitem-tsize.hight > div {
    color: #ffd87f;
}

.runtimeperf-digestitem-severity.level3,
.digestitem-tsize.hight > div {
    color: #fa6646;
}

/* ---------- Digest List Card ---------- */
.digest-card {
    background-color: #fff;
    padding: 20px 30px;
    box-shadow: 5px 3px 5px gray;
    -moz-box-shadow: 5px 3px 5px gray;
    -webkit-box-shadow: 5px 3px 5px gray;
    height: calc(100vh - 100px);
}

/* 1/4 Right Column */
.desktop  .OneFourthRightColumn .Column.ColFirst {
    width: 74%;
}

.desktop .OneFourthRightColumn .Column.ColLast {
    border-left: 1px solid #eee;
    width: 26%;
}

.OneFourthRightColumn .Column.ColLast .Box {
    background: #fff;
    margin: 0;
    padding: 0 10px;
}

.OneFourthRightColumn .Column.ColLast .Box .TitleBox {
    border-bottom: 1px solid #eee;
    font-size: 16px;
    font-weight: 700;
    padding: 10px 0;
}

.OneFourthRightColumn .Column.ColLast .Box .TitleBox .fa {
    font-size: 22px;
    margin-right: 6px;
    vertical-align: middle;
}

.OneFourthRightColumn .Column.ColLast .Box .ThemeGrid_Width4 {
    width: 100%;
}

.OneFourthRightColumn .Column.ColLast .Box .Blank {
    border: 0;
    height: 150px;
}

.OneFourthRightColumn .Column.ColLast .Box .Blank_icon {
    font-size: 80px;
    line-height: 1.1;
    padding: 0;
}

/* Show More Expandable Reports */

.ReportsShowMoreIcon {
    font-size: 22px;
    vertical-align: middle;
}

.ReportsShowMoreTitle {
    font-size: 16px;
    font-weight: 700;
    vertical-align: middle;
}
    

/* Show More Expandable */
.ShowMoreExpandable {
    position: relative;
}

.ShowMoreExpandable + .ShowMoreExpandable {
    margin-top: 20px;
}

.ShowMoreEx_Header {
    color: #333;
    display: table;
    width: 100%;
}

.ShowMoreEx_Icon {
    display: table-cell;
    font-size: 22px;
    padding-right: 4px;
    vertical-align: middle;
    width: 1%;
}

.ShowMoreEx_Title {
    display: table-cell;
    font-size: 16px;
    font-weight: 700;
    vertical-align: middle;
}

.IsShowMoreButton .ShowMoreEx_Content {
    box-sizing: content-box;
    height: 40px;
    overflow: hidden;
    padding-bottom: 25px;
    -webkit-transition: all 500ms cubic-bezier(.420, .000, .580, 1.000);
            transition: all 500ms cubic-bezier(.420, .000, .580, 1.000);
    visibility: visible;

    
}

.IsShowMoreButton.expanded .ShowMoreEx_Content {
    display: block;
    height: auto;
    overflow: visible;
    visibility: visible;
}

.ShowMoreExpandable:not(.IsShowMoreButton) .ShowMoreEx_Content {
    display: block;
    height: auto !important;
    overflow: visible;
    visibility: visible;
}

.ShowMoreLink {
    background: #fff;
    bottom: 0;
    color: #4f95c4;
    cursor: pointer;
    display: none;
    height: 25px;
    left: 0;
    line-height: 20px;
    padding: 3px 0;
    position: absolute;
    right: 0;
    text-align: left;
    -webkit-transition: all 500ms cubic-bezier(.420, .000, .580, 1.000);
            transition: all 500ms cubic-bezier(.420, .000, .580, 1.000);
    z-index: 2;
}

.IsShowMoreButton .ShowMoreLink {
    display: block;
}

.ShowMoreLink .fa {
    font-size: 24px;
    height: 20px;
    line-height: 20px;
    -webkit-transition: transform .2s;
            transition: transform .2s;
    vertical-align: middle;
    width: 30px;
}

.IsShowMoreButton.expanded .ShowMoreLink .fa {
    -webkit-transform: rotate(180deg);
            transform: rotate(180deg);
}

.ShowMoreLink:before {
    background:    -moz-linear-gradient(top,rgba(0,0,0,0) 20%,rgb(255, 255, 255) 90%);
    background: -webkit-linear-gradient(top,rgba(0,0,0,0) 20%,rgb(255, 255, 255) 90%);
    background:         linear-gradient(to bottom,rgba(0,0,0,0) 20%,rgb(255, 255, 255) 90%);
    content: "";
    height: 16px;
    left: 0;
    position: absolute;
    top: -15px;
    -webkit-transition: all 500ms cubic-bezier(.420, .000, .580, 1.000);
            transition: all 500ms cubic-bezier(.420, .000, .580, 1.000);
    width: 100%;
}

.IsShowMoreButton.expanded .ShowMoreLink:before {
    opacity: 0;
    visibility: hidden;
}

.IsShowMoreButton.expanded .ShowMoreLink {
    bottom: -10px;
}

/* Learn More Card */
.LearnMoreCard {
    background: #fff;
    padding: 5px;
}

a:not(:first-child) .LearnMoreCard {
    margin-top: 10px
}

.LearnMoreCard_Image {
    height: 100px;
    overflow: hidden;
    width: 100%;
}

.LearnMoreCard_Image img {
    height: 100%;
    width: 100%;
    object-fit: cover;
}

.LearnMoreCard_Title {
    color: #333;
    font-size: 14px;
    font-weight: 600;
    margin-top: 5px
}

.LearnMoreCard_Description {
    color: #777;
    font-size: 12px;
}

/* Learn More Card Small */
.LearnMoreCardSmall {
    background: #fff;
    border-bottom: 1px solid #eee;
    display: table;
    padding: 8px 0;
    width: 100%;
}

.LearnMoreCardSmall_Icon {
    color: #777;
    display: table-cell;
    font-size: 24px;
    padding-right: 6px;
    text-align: left;
    vertical-align: middle;
    width: 1%;
}

.LearnMoreCardSmall_Title {
    color: #333;
    display: table-cell;
    font-size: 14px;
    font-weight: 600;
    vertical-align: middle;
}

/* Simple Expandable */
.SimpleExpandable {
    position: relative;
}

.SimpleExpandable .SimpleExpandable_Content {
    box-sizing: content-box;
    height: 165px;
    overflow: hidden;
    -webkit-transition: all 500ms cubic-bezier(.420, .000, .580, 1.000);
            transition: all 500ms cubic-bezier(.420, .000, .580, 1.000);
    visibility: visible;
}

.SimpleExpandable.expanded .SimpleExpandable_Content {
    display: block;
    height: auto;
    overflow: visible;
    visibility: visible;
}

.SimpleExpandable:not(.IsMoreContentAvailable) .SimpleExpandable_Content {
    display: block;
    height: auto !important;
    overflow: visible;
    visibility: visible;
}

.SimpleExpandable_Footer {
    display: none;
}

.IsMoreContentAvailable .SimpleExpandable_Footer {
    display: block;
    margin-top: 8px;
}

.SimpleExpandable_Footer > a {
    display: none;
    z-index: 2;
}

.IsMoreContentAvailable .SimpleExpandable_Footer > a {
    display: block;
}

.SimpleExpandable_Footer a .fa {
    font-size: 24px;
    height: 20px;
    line-height: 20px;
    -webkit-transition: transform .2s;
            transition: transform .2s;
    vertical-align: middle;
    width: 30px;
}

.IsMoreContentAvailable.expanded .SimpleExpandable_Footer a .fa {
    -webkit-transform: rotate(180deg);
            transform: rotate(180deg);
}

/* LearnMoreCard_Expandable */
.LearnMore_Expandable {
    position: relative;
}

.LearnMore_Expandable .LearnMore_Content {
    box-sizing: content-box;
    height: 130px;
    overflow: hidden;
    -webkit-transition: all 500ms cubic-bezier(.420, .000, .580, 1.000);
            transition: all 500ms cubic-bezier(.420, .000, .580, 1.000);
    visibility: visible;
}

.LearnMore_Expandable.expanded .LearnMore_Content {
    display: block;
    height: auto;
    overflow: visible;
    visibility: visible;
}

.LearnMore_Expandable:not(.IsMoreContentAvailable) .LearnMore_Content {
    display: block;
    height: auto !important;
    overflow: visible;
    visibility: visible;
}

.LearnMore_Footer {
    display: none;
}

.IsMoreContentAvailable .LearnMore_Footer {
    display: block;
    margin-top: 8px;
}

.LearnMore_Footer > a {
    display: none;
    z-index: 2;
}

.IsMoreContentAvailable .LearnMore_Footer > a {
    display: block;
}

.LearnMore_Footer a .fa {
    font-size: 24px;
    height: 20px;
    line-height: 20px;
    -webkit-transition: transform .2s;
            transition: transform .2s;
    vertical-align: middle;
    width: 30px;
}

.IsMoreContentAvailable.expanded .LearnMore_Footer a .fa {
    -webkit-transform: rotate(180deg);
            transform: rotate(180deg);
}

/* FilterGroup */
.FilterGroup {
    display: inline-block;
    margin-left: 40px;
}

.FilterGroup_Label {
    color: #888;
    display: inline-block;
    font-size: 18px;
    vertical-align: middle;
}

.FilterGroup_Links {
    display: inline-block;
    margin-left: 2px;
}

.FilterGroup_Links > a {
    padding: 3px 8px;
}

.FilterGroup_Links > a.active {
    border-bottom: 2px solid #08c;
    font-weight: 700;
}

/* DigestList */
.DigestList {
    position: relative;
}

.DigestList_Col {
    display: inline-block;
    min-height: 50px;
    vertical-align: top;
}

.DigestList_Col.ColFirst {
    padding-right: 20px;
    width: 40%;
}

.DigestList_Col.ColLast {
    background: #fff;
    box-shadow: 5px 3px 5px gray;
    min-height: calc(100vh - 60px);
    padding: 15px 15px;
    width: 60%;
}

.DigestList_Col.ColLast .Blank {
    border: 0;
}

/* Digest List Detail (runtime) */
.DigestListDetail_Header {
    display: table;
    position: relative;
    width: 100%;
    text-shadow: 1px 1px #a1b0b9;
    border-spacing: 10px 0px;
}

.DigestListDetail_Col {
    display: table-cell;
    padding: 5px;
    text-align: center;
    vertical-align: middle;
    width: 25%;
    color: white;
}

.DigestListDetail_HeaderRow {
    border-bottom: 1px solid #eee;
    border-top: 1px solid #eee;
    margin: 20px 0;
    padding: 10px 0;
}

.DigestListDetail_Content .OddLine {
    background-color: #f7f7f7;
}

.DigestListDetail_Content .Separator {
    border-bottom: 2px solid #e6e6e6;
}

.DigestListDetail_Col.Column1 {
    background-color: #96d9f5;
}
.DigestListDetail_Col.Column2 {
    background-color: #39ace6;
}
.DigestListDetail_Col.Column3 {
    background-color: #005a91;
}

.blink {
  animation: blinker 2s linear infinite;
}

@keyframes blinker {  
  50% { opacity: 0; }
}

/* TreeViewRow */
.TreeViewRow {
    display: table;
    padding: 3px 0;
    width: 100%;
}

.Text_Note .TreeViewRow {
    padding: 4px 0;
}

.TreeViewRow_Col {
    display: table-cell;
    padding: 0 5px;
    vertical-align: top;
}

.TreeViewRow_Col:not(.Column1) {
    text-align: right;
    width: 12%;
}

.TreeViewRow.Level1 .Column1{padding-left:5px}
.TreeViewRow.Level2 .Column1{padding-left:25px}
.TreeViewRow.Level3 .Column1{padding-left:45px}
.TreeViewRow.Level4 .Column1{padding-left:65px}
.TreeViewRow.Level5 .Column1{padding-left:85px}

.TreeViewRow_Col.Column1 img,
.TreeViewRow_Col.Column1 .fa {
    display: inline-block;
    margin-right: 10px;
    vertical-align: middle;
}

/* Findings */
.DigestPattern_Title {
    font-size: 24px;
    line-height: 28px;
}

.Findings .TableRecords {
    margin-top: 40px;
    max-width: 100%;
    overflow: hidden;
    table-layout: fixed;
    width: 100%;
}

.Findings .TableRecords_OddLine,
.Findings .TableRecords_EvenLine {
    line-height: 1.5;
    padding: 10px 10px;
}

/* ObjectRow */
.ObjectRow {
    display: block;
    vertical-align: middle;
    width: 96%;
}

.ObjectColumn {
    display: inline-block;
    overflow: hidden;
    padding: 0 12px 0 5px;
    vertical-align: middle;
    width: 15%;
}

.ObjectColumn .fa-angle-right {
    float: right;
    margin-right: -10px;
    width: 10px;
}

.ObjectColumn .EllipsedText {
    display: block;
    line-height: 16px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    width: 96%;
}

.ObjectColumn .EllipsedText img {
    display: inline-block;
    margin-right: 5px;
    vertical-align: top;
}

.ObjectColumn .EllipsedText > span {
    display: inline;
    line-height: 14px;
    vertical-align: top;
}

.ObjectRow2Cols .ObjectColumn{width:50%}
.ObjectRow3Cols .ObjectColumn{width:50%}
.ObjectRow4Cols .ObjectColumn{width:25%}
.ObjectRow5Cols .ObjectColumn{width:16.667%}
.ObjectRow6Cols .ObjectColumn{width:12.5%}
.ObjectRow7Cols .ObjectColumn{width:10%}
.ObjectRow8Cols .ObjectColumn{width:8.333%}
.ObjectRow9Cols .ObjectColumn{width:7.143%}

.ObjectColumn:first-child,
.ObjectColumn:last-child {
    width: 25%;
}

.ObjectRow1Cols .ObjectColumn:first-child {
    width: 100%;
}

.ObjectRow2Cols .ObjectColumn:first-child,
.ObjectRow2Cols .ObjectColumn:last-child {
    width: 50%;
}

.digest-card-issues .Highlighted .TableRecords_OddLine,
.digest-card-issues .Highlighted .TableRecords_EvenLine {
    background-color: #a5d3ef;
}

.digest-card-issues .Highlighted .TableRecords_OddLine,
.digest-card-issues .Highlighted .TableRecords_EvenLine {
    border-bottom: 1px solid #0066aa;
    border-top: 1px solid #0066aa;
}

/* Bar Charts */
.BarChart {
    height: 8px !important;
}

.ScoreAlert {
    border-radius: 50%;
    width: 8px;
    height: 8px !important;
    vertical-align: middle;
    margin-left: 5px;
}

.base-text {
    font-size: 0.9em;
    font-weight: bold;
    color: #7e7e90;
}

.Client {
    background-color: #96d9f5;
    line-height: 0.5;
}

.Server {
    background-color: #005a91;
}

.Network {
    background-color: #39ace6;
}

.ClientText {
    color: #96d9f5;
}

.ServerText {
    color: #005a91;
}

.NetworkText {
    color: #39ace6;
}

.SlowQueries {
    background-color: #006837;
}

.Integrations {
    background-color: #009245;
}

.Extensions {
    background-color: #39b54a;
}

.Other {
    background-color: #8cc63f;
}

.CardLegend {
    width: 12px;
    height: 12px;
}

table .CardLegend {
    width: 9px;
    height: 9px;
    vertical-align: middle;
}

.CardTable .TableRecords {
    table-layout: fixed;
}

.CardTable th.TableRecords_Header {
    padding-bottom: 10px !important;
}

.CardTable .TableRecords td div.title-small {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.CardTable th.TableRecords_Header,
.CardTable th.TableRecords_Header a {
    font-size: 11px;
    text-transform: uppercase;
    color: #949fa3 !important;
    font-weight: 100;
    line-height: 13px;
    font-family: Verdana;
}

.CardTable td.TableRecords_OddLine,
.CardTable td.TableRecords_EvenLine {
    font-family: Verdana;
    font-size: 11px;
    padding: 3px 0;
}

.CardTable .SearchInput {
    border: none;
}

.CardTable.Navigation {
    margin-bottom: 20px;
}

.ChartLegend {
    background-color: rgba(230, 234, 235, 0.5);
    margin: -15px -10px -10px;
    padding: 10px;
}

.HorizScrollContainer{
    overflow-x: auto; 
    white-space: nowrap;    
}

/*  -------------------- (END) 6. Charts --------------------

/* ---------- General CSS Definition ---------- */
.text-secondary-color {
    color: #6d9fbf;
    font-weight: bold;
}

.text-not-bold {
    font-weight: 300;
}

.counter-big {
    font-size: 24px;
    font-weight: 600;
}

.no-wrap {
    white-space: nowrap;
}

.tooltipstered {
    color: inherit;
}

.overflow-content {
    overflow-x: auto;
}

.SmallButtonGroup .Button {
    padding: 2px 8px;
    font-size: 14px;
    height: 28px;
    line-height: 20px;
    min-width: 40px;
}

.BreakWord{
    word-break: break-all;
}

/* Vertical Align */
.vertical-align-middle {
    vertical-align: middle;
}

/* Right Line Separator */
.right-separator {
  position: relative;
}
.right-separator:after {
  content: '';
  height: 85%;
  width: 1.1px;

  position: absolute;
  right: 0;
  top: 5px;

  background-color: #616161;
}

/* CSS Ovewrite */

.Title_Section {
    box-shadow: none;
    background-color: transparent;
    padding: 80px 20px 0 20px;
}

.Title_SubSection .Text_Note {
    line-height: 14px;
}

/* Utils */
.PaddingLeft10{padding-left:10px}
.PaddingLeft20{padding-left:20px}
.PaddingLeft30{padding-left:30px}
.PaddingLeft40{padding-left:40px}
.PaddingLeft50{padding-left:50px}

.MarginBottom10{margin-bottom:10px}
.MarginBottom20{margin-bottom:20px}
.MarginBottom30{margin-bottom:30px}
.MarginBottom40{margin-bottom:40px}

.OverflowEllipsis {
    overflow: hidden;
    text-overflow: ellipsis;
}

.Text_overflowImportant {
    display: block !important;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.Text_medium {
    font-size: .9em!important;
}

.RelatedFindingWarning {
    margin-top: 15px;
    border: 1px solid #ff8100;
    background: #ffefde;
    padding: 5px;
}
.BiggerTableLines{
    line-height: 50px;
}

/* FactSnoozeList */
.FactSnoozeList {
    position: relative;
}

.FactSnoozeList_Col {
    display: inline-block;
    min-height: 50px;
    vertical-align: top;
}

.FactSnoozeList_Col.ColFirst {
    padding-right: 20px;
    width: 40%;
}

.FactSnoozeList_Col.ColLast {
    background: #fff;
    box-shadow: 5px 3px 5px gray;
    min-height: calc(100vh - 60px);
    padding: 15px 15px;
    width: 60%;
}

.snoozefactitem-content {
    background: transparent;
    display: table;
    height: 50px;
}

.snoozefactitem-div {
    display: block;
    padding: 6px 0;
}

.snoozefactitem-div.open {
    display: inline-block;
}


.snoozefactitem-col1 {
    display: table-cell;
    padding-left: 20px;
    vertical-align: middle;
    width: 60%;
}

.snoozefactitem-col2 {
    display: table-cell;
    text-align: center;
    vertical-align: middle;
    width: 30%;
}

.snoozefactitem-col3 {
    display: table-cell;
    text-align: center;
    vertical-align: middle;
    width: 10%;
}


.FactSnoozeList_Col.ColLast .Blank {
    border: 0;
}

/* End FactSnoozeList */



.BetaTag {
    position: absolute;
    display: block;
    width: 80px;
    height: 20px;
    line-height: 18px;
    font-size: smaller;
    transform: rotate(-45deg);
    text-align: center;
    left: -25px;
    top: 10px;
    z-index: 99999;
    margin: 0;
    padding: 0;
}

.digestitem-value {
    display: table-cell;
    padding-left: 8px;
    vertical-align: middle;
    width: 60px;
    text-align: right;
}

/* SpecialToggle */
.SpecialToggle {
    position: relative;
}

.SpecialToggle .ToggleButton {
    height: 100%;
    position: absolute;
    width: 40px;
    z-index: 1;
}

.SpecialToggle .ToggleButton_label {
    background: transparent;
    border: 0;
    border-radius: 2px;
    height: 32px;
    line-height: 32px;
    width: 40px;
}

.digestfilters .SpecialToggle .ToggleButton.changed,
.digestfilters .SpecialToggle .ToggleButton.changed .ToggleButton_label {
    background: transparent;
}

.SpecialToggle .ToggleButton_label:after,
.SpecialToggle .ToggleButton_label.changed:after,
.SpecialToggle_iconOn,
.ToggleButton.changed + .SpecialToggle_iconOff {
    display: none;
}

.SpecialToggle_iconOn,
.SpecialToggle_iconOff {
    background: #f5f5f5;
    border-radius: 2px;
    border: 1px solid #ddd;
    height: 32px;
    left: 0;
    padding: 6px 9px;
    position: absolute;
    top: 0;
    width: 40px;
}

.ToggleButton.changed ~ .SpecialToggle_iconOn {
    background: #0066aa;
    display: inline-block;
}

.digestfilters .SpecialToggle .fa {
    color: #0066aa;
    font-size: 16px;
    opacity: .7;
}

.digestfilters .SpecialToggle .ToggleButton.changed ~ .SpecialToggle_iconOn .fa {
    color: #fff;
}

.SpecialToggle .ToggleButton input {
    
}
/* end SpecialToggle */

/* StackedFilter */
.StackedFilter {
    width: 25px;
}

.StackedFilter .fa-stack {
    height: initial;
    vertical-align: top;
    width: 25px;
}

.StackedIcon .fa-stack-1x {
    left: 5px;
}
/* end StackedFilter */



/**************** Reports  *****************/

/* Custom Buttons */
.Button_Upload{
    background-color: #08c;
    border: none;
    box-shadow: none;
    color: #fff;
    min-width: 80px;
    padding: 0 15px;
    text-align: center;
}

.Reports_SteelBlue { 
    background-color: steelblue;
    color: #fff;
}

.Reports_Gray {
    background-color: #7f8c8d;
    color: #fff;
}

/* GAP ButtonGroup **************************/
.ButtonGroupGAP {
    outline: 1px solid transparent;
    -webkit-transition: outline-color .3s ease-out;
            transition: outline-color .3s ease-out;
    width: 100%;
}

.ButtonGroupGAP_button.Button {
    background-color: #fff;
    border-color: #dcdcdc;
    border-radius: 0;
    border-right-width: 0;
    margin: 0;
    margin-right: 0;
}

.ButtonGroupGAP_button.Button span.fa {
    pointer-events: none;
}

.ButtonGroupGAP_button * {
    color: #2a2a2a;
}

.ButtonGroupGAP_button.active {
    background: rgba(238,238,238,1);
    background:    -moz-linear-gradient(top, rgba(238,238,238,1) 0%, rgba(224,224,224,1) 100%);
    background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(238,238,238,1)), color-stop(100%, rgba(224,224,224,1)));
    background: -webkit-linear-gradient(top, rgba(238,238,238,1) 0%, rgba(224,224,224,1) 100%);
    background:      -o-linear-gradient(top, rgba(238,238,238,1) 0%, rgba(224,224,224,1) 100%);
    background:     -ms-linear-gradient(top, rgba(238,238,238,1) 0%, rgba(224,224,224,1) 100%);
    background:         linear-gradient(to bottom, rgba(238,238,238,1) 0%, rgba(224,224,224,1) 100%);
    border-color: #ccc;
    box-shadow: inset 0 1px 2px rgba(0,0,0,.1);
}
.NotOk.active {
    background: #E20000;
    color: white;
    pointer-events: none;
} 

.Acceptable.active {
    background: #FF6A00;
    color: white;
    pointer-events: none;
}

.Good.active {
    background: #BAA711;
    color: white;
    pointer-events: none;
}

.Great.active {
    background: #44991C;
    color: white;
    pointer-events: none;
}


.ButtonGroupGAP_button.Button:last-child {
    border-right-width: 1px;
}

.ButtonGroupGAP_button input[type=radio] {
    filter: alpha(opacity=0);
    opacity: 0;
    position: absolute;
    z-index: -1;

    
    
    
}

.ButtonGroupGAP_button.Button.disabled,
.ButtonGroup_button.Button.disabled:hover {
    background-color: #f5f5f5;
    color: #999;
    cursor: default;
}

.Form:not(.form-top) .ButtonGroupGAP_button {
    padding-top: 0;
}

/* Remove Margin When use ButtonGroup on Filters_Wrapper */
.Filters_Wrapper .ButtonGroupGAP_button.Button {
    margin-left: 0;
}

/* Responsive Context **************************/

.phone :not(.NoResponsive) > .ButtonGroupGAP .ButtonGroupGAP_button.Button,
.phone :not(.NoResponsive) > .ButtonGroupGAP .ButtonGroupGAP_button a.Button {
    border-right-width: 1px;
    box-shadow: none;
    text-align: center;
}

.phone :not(.NoResponsive) > .ButtonGroupGAP .ButtonGroupGAP_button.Button {
    border-bottom-width: 0;
    border-right-width: 1px;
    width: 100%;
}

.phone :not(.NoResponsive) > .ButtonGroupGAP .ButtonGroupGAP_button.Button:last-child {
    border-bottom-width: 1px;
    width: 100%;
}

.phone .NoResponsive > .ButtonGroupGAP.ButtonGroup2 .ButtonGroupGAP_button.Button {
    width: 50%;
}

.phone .NoResponsive > .ButtonGroup.ButtonGroup3 .ButtonGroup_button.Button {
    width: 33.33%;
}

.phone .NoResponsive > .ButtonGroupGAP.ButtonGroup4 .ButtonGroupGAP_button.Button {
    min-width: 60px;
    width: 25%;
}

.phone .NoResponsive > .ButtonGroupGAP.ButtonGroup5 .ButtonGroupGAP_button.Button {
    min-width: 46px;
    width: 20%;
}

.phone .NoResponsive {
    position: relative;
}


/** Delete Button Custom **/

a.ActionDelete,
a.ActionDelete:link,
a.ActionDelete:visited {
    background-color: #bb5858;
    border: 2px solid #9f4b4b;
    border-bottom: 0;
    border-radius: 3px;
    box-shadow: inset 0 -2px 0 rgba(19, 24, 25, .2);
    color: #fff;
    display: inline-block;
    line-height: 30px;
    margin-left: 10px;
    min-width: 80px;
    padding: 0 15px;
    text-align: center;
    -webkit-transition: all 100ms ease;
            transition: all 100ms ease;
}


.desktop a.ActionDelete:hover,
.desktop a.ActionDelete:hover:visited,
.desktop a.ActionDelete:link:hover {
    background-color: #bb5858;
    border-bottom-width: 1px;
    border-color: #9f4b4b;
    box-shadow: none;
    color: #fff;
}


.desktop a.ActionDelete:hover:active {

    border-bottom: 1px solid #b55656;
    background-color: #d56565;
    color: #fff;
}


a.ActionDelete.Inactive, 
a.ActionDelete.Inactive:hover,
a.ActionDelete.Inactive:hover:visited,
a.ActionDelete.Inactive:hover:active{
    background-color: lightgray;
    border-color: lightgray;
    box-shadow: none;
}

a.ActionAdd.Inactive, 
a.ActionAdd.Inactive:hover,
a.ActionAdd.Inactive:hover:visited,
a.ActionAdd.Inactive:hover:active{
    background-color: lightgray;
    border-color: lightgray;
    box-shadow: none;
}

/* Sub Category Patterns */

.Text_Pattern{
    Color:#7e7e7e;
    Font-weight:Bold;
}

.Text_Occurrences{
    Font-size:16px;
    Font-weight:Bold;
    Color:#7e7e7e;
}

.InfoBoxes {
    min-width: 50%;
    
}

.LineHeight150Perc {
    line-height: 150%;
}

.ReportTitle {
    font-size: 14px;
    font-weight: normal;
    line-height: 18px;
}

/* Tenant Switcher Menu and new experience placeholder*/
.TenantSwitcher {
    border-top: 1px solid #e0e0e0;
    padding: 0;
}

.Others_Menu_FrontOffice {
    margin-right: 20px;
    position: absolute;
    right: 0;
    top: 0;
    white-space: nowrap;
    display: flex;
}


/* ---------- Category Box Old Reports---------- */
.CategoryBoxReports {
    background-color: #fff;
    color: #79868a;
    display: table;
    margin-bottom: 6px;
    position: relative;
    width: 100%;
    box-shadow: 0 1px 4px 0 rgba(0,0,0,0.1);
    -moz-box-shadow: 0 1px 4px 0 rgba(0,0,0,0.1);
    -webkit-box-shadow: 0 1px 4px 0 rgba(0,0,0,0.1);
}

.CategoryBoxReports:hover {
    background-color: #79868a;
    color: #fff;
}

.CategoryBoxReports.Selected {
    background-color: #79868a;
    color: #fff;
    box-shadow: none;
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
}

.ReportsCategoryLabel {
    margin-bottom: 10px;
    font-size: 18px;
    max-width: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
}

.ReportsCategoryValue {
    margin-top: 10px;
    font-size: 18px;
    font-weight: bold;
    color: #79868a;
}

.CategoryBoxReports.Selected .ReportsCategoryValue,
.CategoryBoxReports:hover .ReportsCategoryValue {
    color: #fff;
}

a[disabled] .CategoryBoxReports {
    color: #aaa;
}

a[disabled] .CategoryBoxReports:hover {
    background: #fff;
}



/* ---------- Category Box New Reports---------- */
.CategoryBoxNewReports {
    background-color: #fff;
    color: #79868a;
    display: table;
    position: relative;
    width: 100%;
    box-shadow: 0 1px 4px 0 rgba(0,0,0,0.1);
    -moz-box-shadow: 0 1px 4px 0 rgba(0,0,0,0.1);
    -webkit-box-shadow: 0 1px 4px 0 rgba(0,0,0,0.1);
}

.CategoryBoxNewReports:hover {
    background-color: #79868a;
    color: #fff;
}

.CategoryBoxNewReports.Selected {
    background-color: #79868a;
    color: #fff;
    box-shadow: none;
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
}

.NewReportsCategoryLabel {
    padding-bottom: 5px;
    font-size: 18px;
    max-width: 100%;
}

.NewReportsCategoryValue {
    padding-top: 5px;
    font-size: 18px;
    font-weight: bold;
    color: #79868a;
}

.CategoryBoxNewReports.Selected .NewReportsCategoryValue,
.CategoryBoxNewReports:hover .NewReportsCategoryValue {
    color: #fff;
}

a[disabled] .CategoryBoxNewReports {
    color: #aaa;
}

a[disabled] .CategoryBoxNewReports:hover {
    background: #fff;
}

/* Download Button */

a.ActionDownload,
a.ActionDownload:link,
a.ActionDownload:visited{
    background-color: #0066aa;
    border: 1px solid #0066aa;
    border-bottom: 0;
    border-radius: 3px;
    box-shadow: inset 0 -2px 0 rgba(19, 24, 25, .2);
    color: #fff;
    display: inline-block;
    line-height: 30px;
    margin-left: 10px;
    min-width: 80px;
    padding: 0 15px;
    text-align: center;
    -webkit-transition: all 100ms ease;
            transition: all 100ms ease;
}

.desktop a.ActionDownload:hover,
.desktop a.ActionDownload:hover:visited,
.desktop a.ActionDownload:link:hover{
    background-color: #0066aa;
    border-bottom-width: 1px;
    border-color: #0066aa;
    box-shadow: none;
    color: #fff;
}

.desktop a.ActionDownload:hover:active {
    background-color: #0d4d75;
    border-color: #0d4d75;
    color: #fff;
}

/* POP UP FILTERS */
/* The existing Filters_Wrapper style requires a .MainContentWhite 
class and the popup layout doesn't have it*/

.PopUpFilters{
    background: #eceff1; 
    padding: 10px 10px;
}


/*
 * OVERRIDES AND CUSTOM CLASSES
 */
 
 .BOErrorMessageContainer{
    max-width: 600px; 
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
 }
 
.LinkInlineDropdown{
    border-bottom:2px solid #08c; 
    font-weight: bold;
}

/* override smaller text */
.Text_smallest {
    font-size: .7em;
}

/* fix Silk Tile breaking changes when changed to flex */
.Tile .Row {
   width: 100%;
}

.TileNumber_number,
.TileNumber_text {
   display: block;
}

.TileIconText_right {
    width: 80%;
}

/* Customized modal*/
body.ModalOpened .ModalContainer {
    border-width: 1px;
    transform: translateX(-50%) translateY(50%) translateZ(0);
    bottom: 50%;
    transition: all .3s;
}

/*****Custom scrollbar for digest lists ***/
body .DigestList_Col.ColFirst .ListRecords::-webkit-scrollbar,
body .DigestList_Col.ColLast::-webkit-scrollbar{
    background-color:transparent;
    width:5px;
    border-radius:10px;
    border: 1px solid #transparent;
}
/*body .DigestList_Col.ColFirst .ListRecords::-webkit-scrollbar-track,
body .DigestList_Col.ColLast::-webkit-scrollbar-track{
    background-color:transparent;
    
}*/
body .DigestList_Col.ColFirst .ListRecords::-webkit-scrollbar-thumb,
body .DigestList_Col.ColLast::-webkit-scrollbar-thumb{
    background-color:#transparent;
    border-radius:10px;
}

body .DigestList_Col.ColFirst .ListRecords:hover::-webkit-scrollbar,
body .DigestList_Col.ColLast:hover::-webkit-scrollbar{
    background-color:transparent;
    width:5px;
    border-radius:10px;
    border: 1px solid #aaa;
}
/*body .DigestList_Col.ColFirst .ListRecords:hover::-webkit-scrollbar-track,
body .DigestList_Col.ColLast:hover::-webkit-scrollbar-track{
    background-color:transparent;
    
}*/
body .DigestList_Col.ColFirst .ListRecords:hover::-webkit-scrollbar-thumb,
body .DigestList_Col.ColLast:hover::-webkit-scrollbar-thumb{
    background-color:#aaa;
    border-radius:10px;
}

.DigestList_Col.ColFirst .ListRecords,
.DigestList_Col.ColLast{
    overflow-x: hidden;
    overflow-y: auto;
    height: 90vh;
}

.DigestList_Col.ColFirst .ListRecords{
    padding-right:5px;
}

/**** LOGIN PAGE ******/
.DisclaimerContainerPadding{
    padding: 0 10px;
}



/*------------------------------------------------------------*/
/* Example1 > Feedback Ajax Loading ***************************/
/*------------------------------------------------------------*/


.ie :not(.ie11):not(.ie10).Feedback_AjaxWait{
    height: 100%;
}

.FeedbackAjax_Content {
    margin: 20% auto;
}

.FeedbackAjax_Content .item_text {
    font-size: 24px;
}

.FeedbackAjax_Content .sk-circle {
    height: 80px;
    position: relative;
    text-align: center;
    width: 100%;
}

.FeedbackAjax_Content .sk-circle .sk-child {
    height: 80px;
    left: 47%;
    position: absolute;
    top: 0;
    width: 80px;
}

.FeedbackAjax_Content .sk-circle .sk-child:before {
    -webkit-animation: sk-circleBounceDelay 1.2s infinite ease-in-out both;
            animation: sk-circleBounceDelay 1.2s infinite ease-in-out both;
    background: #003755; /* Loading background - choose your color */
    border-radius: 100%;
    content: "";
    display: block;
    height: 15%;
    margin: 0 auto;
    width: 15%;
}

.FeedbackAjax_Content .sk-circle .sk-circle2 {
    -webkit-transform: rotate(30deg);
        -ms-transform: rotate(30deg);
            transform: rotate(30deg);
}

.FeedbackAjax_Content .sk-circle .sk-circle3 {
    -webkit-transform: rotate(60deg);
        -ms-transform: rotate(60deg);
            transform: rotate(60deg);
}

.FeedbackAjax_Content .sk-circle .sk-circle4 {
    -webkit-transform: rotate(90deg);
        -ms-transform: rotate(90deg);
            transform: rotate(90deg);
}

.FeedbackAjax_Content .sk-circle .sk-circle5 {
    -webkit-transform: rotate(120deg);
        -ms-transform: rotate(120deg);
            transform: rotate(120deg);
}

.FeedbackAjax_Content .sk-circle .sk-circle6 {
    -webkit-transform: rotate(150deg);
        -ms-transform: rotate(150deg);
            transform: rotate(150deg);
}

.FeedbackAjax_Content .sk-circle .sk-circle7 {
    -webkit-transform: rotate(180deg);
        -ms-transform: rotate(180deg);
            transform: rotate(180deg);
}

.FeedbackAjax_Content .sk-circle .sk-circle8 {
    -webkit-transform: rotate(210deg);
        -ms-transform: rotate(210deg);
            transform: rotate(210deg);
}

.FeedbackAjax_Content .sk-circle .sk-circle9 {
    -webkit-transform: rotate(240deg);
        -ms-transform: rotate(240deg);
            transform: rotate(240deg);
}

.FeedbackAjax_Content .sk-circle .sk-circle10 {
    -webkit-transform: rotate(270deg);
        -ms-transform: rotate(270deg);
            transform: rotate(270deg);
}

.FeedbackAjax_Content .sk-circle .sk-circle11 {
    -webkit-transform: rotate(300deg);
        -ms-transform: rotate(300deg);
            transform: rotate(300deg);
}

.FeedbackAjax_Content .sk-circle .sk-circle12 {
    -webkit-transform: rotate(330deg);
        -ms-transform: rotate(330deg);
            transform: rotate(330deg);
}

.FeedbackAjax_Content .sk-circle .sk-circle2:before {
    -webkit-animation-delay: -1.1s;
            animation-delay: -1.1s;
}

.FeedbackAjax_Content .sk-circle .sk-circle3:before {
    -webkit-animation-delay: -1s;
            animation-delay: -1s;
}

.FeedbackAjax_Content .sk-circle .sk-circle4:before {
    -webkit-animation-delay: -.9s;
            animation-delay: -.9s;
}

.FeedbackAjax_Content .sk-circle .sk-circle5:before {
    -webkit-animation-delay: -.8s;
            animation-delay: -.8s;
}

.FeedbackAjax_Content .sk-circle .sk-circle6:before {
    -webkit-animation-delay: -.7s;
            animation-delay: -.7s;
}

.FeedbackAjax_Content .sk-circle .sk-circle7:before {
    -webkit-animation-delay: -.6s;
            animation-delay: -.6s;
}

.FeedbackAjax_Content .sk-circle .sk-circle8:before {
    -webkit-animation-delay: -.5s;
            animation-delay: -.5s;
}

.FeedbackAjax_Content .sk-circle .sk-circle9:before {
    -webkit-animation-delay: -.4s;
            animation-delay: -.4s;
}

.FeedbackAjax_Content .sk-circle .sk-circle10:before {
    -webkit-animation-delay: -.3s;
            animation-delay: -.3s;
}

.FeedbackAjax_Content .sk-circle .sk-circle11:before {
    -webkit-animation-delay: -.2s;
            animation-delay: -.2s;
}

.FeedbackAjax_Content .sk-circle .sk-circle12:before {
    -webkit-animation-delay: -.1s;
            animation-delay: -.1s;
}

@-webkit-keyframes sk-circleBounceDelay {
    0%,
    80%,
    100% {
        -webkit-transform: scale(0);
                transform: scale(0);
    } 40% {

        -webkit-transform: scale(1);
                transform: scale(1);
    }
}

@keyframes sk-circleBounceDelay {
    0%,
    80%,
    100% {
        -webkit-transform: scale(0);
                transform: scale(0);
    } 40% {

        -webkit-transform: scale(1);
                transform: scale(1);
    }
}

/*------------------EmailCardItem2-----------------*/

.EmailCardItem2UserPlaceholder{
    font-family:Arial,Meiryo,sans-serif;
    color: #AEAEAE;
}
.EmailCardItem2TitlePlaceholder{
    font-family:Arial,Meiryo,sans-serif;
    font-size: medium;
}
.EmailCardItem2TitleTable{
    padding: 0 10px;
}


/*-------------Button Masks ---------------------*/

.DisabledButtonMask{
    background-color: #c6c6c6;
    border: 0;
    box-shadow: none;
    color: grey;
    pointer-events: none;
    text-shadow: none;
    height: 32px;
    line-height: 31px;
    cursor: not-allowed;
    border-radius: 2px;
    display: inline-block;
    font-size: 14px;
    margin-left: 10px;
    min-width: 80px;
    padding: 0 15px;
    text-align: center;
    text-decoration: none;
}



/********************************Multi Select Custom CSS******************************************/


.ms-parent {
    display: inline-block;
    position: relative;
    vertical-align: middle;
    width: -webkit-fill-available !important;
}

.ms-choice {
    display: block;
    padding: 0 0 0 8px;
    overflow: hidden;
    cursor: pointer;
    text-align: left;
    white-space: nowrap;
    color: #08c;
    text-decoration: none;
    background-color: #f5f5f5;
    border: 1px solid #ddd;
    border-radius: 2px;
    height: 32px;
    line-height: 32px;
    position: relative;
    font-family: 'Open Sans', Arial, sans-serif;
    text-overflow: ellipsis;
    font-size: 100%;
    width: -webkit-fill-available !important;
}

.ms-choice.disabled {
    background-color: #f4f4f4;
    background-image: none;
    border: 1px solid #ddd;
    cursor: default;
}

.ms-choice > span {
    position: absolute;
    top: 0;
    left: 0;
    right: 20px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    display: block;
    padding-left: 8px;
    font-weight: 600;
}

.ms-choice > span.placeholder {
    color: #08c;
    font-weight: 600;
}

.ms-choice > div {
    position: absolute;
    top: 0;
    right: 0;
    width: 20px;
    height: 25px;
    background: url('/Trad_Theme/img/MSArrow.png?334&16332&5248') left top no-repeat;
}

.ms-choice > div.open {
    background: url('/Trad_Theme/img/MSArrow.png?334&16332&5248') right top no-repeat;
}

.ms-drop {
    overflow: hidden;
    display: none;
    margin-top: -1px;
    padding: 0;
    position: absolute;
    z-index: 3;
    background: #fff;
    color: #000;
    border: 1px solid #aaa;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
}

.ms-drop.bottom {
    top: 100%;
    border: 1px solid #dadbde;
    border-radius: 0 0 2px 2px;
    -webkit-box-shadow: 0 4px 5px rgba(0, 0, 0, .15);
    -moz-box-shadow: 0 4px 5px rgba(0, 0, 0, .15);
    box-shadow: 0 4px 5px rgba(0, 0, 0, .15);
    width: fit-content !important;
    background: #fff;
    min-width:250px;
}

.ms-drop.top {
    bottom: 100%;
    -webkit-box-shadow: 0 -4px 5px rgba(0, 0, 0, .15);
    -moz-box-shadow: 0 -4px 5px rgba(0, 0, 0, .15);
    box-shadow: 0 -4px 5px rgba(0, 0, 0, .15);
}

.ms-search {
    display: inline-block;
    margin: 0;
    min-height: 26px;
    padding: 4px;
    position: relative;
    white-space: nowrap;
    width: 100%;
    z-index: 10000;
}

.ms-search input {
    width: 100%;
    height: auto !important;
    min-height: 24px;
    padding: 0 20px 0 5px;
    margin: 0;
    outline: 0;
    font-family: sans-serif;
    font-size: 1em;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 2px;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: inset 0 1px 2px rgba(0, 0, 0, .1);
    padding-left: 20px;
    background: #fff url('/Trad_Theme/img/MSArrow.png?334&16332&16436&5248') no-repeat -20px -22px;
}

.ms-search, .ms-search input {
    -webkit-box-sizing: border-box;
    -khtml-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
}

.ms-drop ul {
    overflow-y: auto;
    overflow-x: hidden;
    margin: 0;
    padding: 4px 4px;
    border-top: 1px solid #dadbde;
    padding-top: 5px;
    border-radius: 0 0 2px 2px;
    background: #fff;
    color: #000;
    font-size: 100%;
    white-space: nowrap;
}

.ms-drop ul > li {
    list-style: none;
    display: list-item;
    background-image: none;
    position: static;
    line-height: 25px;
    font-weight: normal;
    padding-right:20px;
}

.ms-drop ul > li:hover {
    color: #fff;
    background-color: #08c;   
}

.ms-drop ul > li .disabled {
    opacity: .35;
    filter: Alpha(Opacity=35);
}

.ms-drop ul > li.multiple {
    display: block;
    float: left;
}

.ms-drop ul > li.group {
    clear: both;
}

.ms-drop ul > li.multiple label {
    width: 100%;
    display: block;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.ms-drop ul > li label.optgroup {
    font-weight: bold;
}

.ms-drop input[type="checkbox"] {
    vertical-align: middle;
    margin-bottom: 4px;
    margin-left: 4px;
}

.ms-drop .ms-no-results {
    display: none;
}

.ms-closedBack{
    z-index: 2;
    width: 100%;
    height: 100vh;
    display: none;
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
}

.ms-closedBack.openBack{
    display: block;
    
}

/* BEGIN: New Experience Buttons */
.btnnewexp.Button{
    background: linear-gradient(180deg, #CC2200 0%, #BC1F00 100%);
    color: #fff;
    mix-blend-mode: normal;
    border: 1px solid #AA1100;
    box-sizing: border-box;
    box-shadow: 0px 1px 1pxrgba(169, 177, 184, 0.2);
    border-radius: 4px;
    border-color: #AA1100;
}

.btnnewexp:hover{
    background: linear-gradient(180deg, #B62307 0%, #AA2007 100%);
    mix-blend-mode: normal;
    border: 1px solid #991406;
    box-sizing: border-box;
    box-shadow: 0px 1px 1px rgba(169, 177, 184, 0.2);
    border-radius: 4px;
    border-color: #991406;
}

.desktop .btnnewexp.Button:hover,
.desktop a.btnnewexp.Button:hover,
.btnnewexp.Button:hover {
    background-image: linear-gradient(180deg, #B62307 0%, #AA2007 100%);
    border: 1px solid #991406;
    color: #fff;
}


.btnnewexp:active.Button{
    background: linear-gradient(180deg, #A9230A 0%, #9E210A 100%);
    mix-blend-mode: normal;
    border: 1px solid #8E1509;
    box-sizing: border-box;
    border-radius: 4px;
    border-color: #8E1509;
}

.btnnewexp:focus.Button{
    border: 1px solid #8E1509;
}


.Button.btn-normal:hover,
.Button.btn-normal.Is_Default:hover {
    background-image: linear-gradient(180deg, #F6F6F7 0%, #EEF0F1 100%);
    border: 1px solid #B6BDC5;
    background-color: transparent;
    color: var(--color-neutral-8);
}

.Button.btn-normal {
    align-items: center;
    background-image: linear-gradient(180deg, #FFFFFF 0%, #F7F8F9 100%);
    background-color: transparent;
    border: 1px solid #BCC3CB;
    border-radius: 4px;
    box-shadow: 0px 1px 2px rgba(169, 177, 184, 0.2);
    color: var(--color-neutral-8);
    cursor: pointer;
    display: inline-flex;
    font-weight: 600;
    height: 32px;
    justify-content: center;
    min-width: 70px;
    padding: 0 16px;
    transition: all var(--time-m) var(--linear);
}

.Button.btn-normal:hover:active,
.Button.btnnewexp:hover:active {
    -webkit-filter: brightness(0.8);
    filter: brightness(0.8);
}

.modal-options {
    align-items: flex-end;
    display: flex;
    justify-content: flex-end;
    padding-top: 20px;
}

.btn-normal.Button,
.btnnewexp.Button {
    align-items: center;
    display: inline-flex;
    font-weight: 600;
    height: 32px;
    justify-content: center;
    line-height: initial;
}

.new-exp-container {
    padding-top: 4px;
    width: Calc(50% - 28px);
}

/* END: New Experience Buttons */
.WarnningCard {
    background-color: #FFEFBB;
    border-color: #fF9900;
    border-style: solid;
    border-width: 1px;
    display: flex;
    margin-bottom: 40px;
    padding: 16px;
}
.WarnningCard .WarnningCardIconColor {
    color: #FF9900;
}
.WarnningCard .WarnningCardText {
    color: #20272F;
    font-size: 14px;
}

/* What's New - BO*/
.qq-upload-button {
    float: left;
    margin: 0;
}

.qq-upload-button .button {
    margin: 0;
}

.TableRecords.reset-margin {
    margin-top: 0;
    border-top: 1px solid #eee;
    border-left: 1px solid #eee;
    border-right: 1px solid #eee;
}