﻿/*Global Styles*/
body{
    margin:0;
    font-family: Sans-Serif;
    min-width:320px;
    background-color:#f2f2f2;
    overflow-x:hidden;
}

.ErrorPageMessage{
    margin:65px 30px 0 30px;
    font-size:18px;
}

.ValidationMessageArea{
    margin:20px 20px 0 20px;
}

.HelpArea {
    position:fixed;
    right:-380px;
    bottom:10px;
    width:426px;
}


.HelpTag {
    display:block;
    width:45px;
    height:45px;
    margin-top:100px;
    float:left;
    padding:10px 10px;
    text-align:center;
    background-color:#a61e36;
    color:white;
    -ms-transform: rotate(-90deg); 
    -webkit-transform: rotate(-90deg); 
    transform: rotate(-90deg);
    border-top-left-radius:2px;
    border-top-right-radius:2px;
    box-shadow: -2px 1px 5px 0 rgba(0, 0, 0, 0.26);
    cursor:pointer;
}

.HelpContent{
    float:left;
    width:320px;
    height:125px;
    background-color:white;
    padding:20px;
}

.CloseHelp{
    text-align:right;
    cursor:pointer;
}

.CloseHelp:hover{
    text-decoration:underline;
}


.HelpTag:hover{
  right:-20px;
}

#InfoDialog{
    border-radius:2px; 
    cursor:default; 
    padding:20px;
}

#InfoDialog .CloseDialog{
    float:right; 
    cursor:pointer;
}

#InfoDialog .DialogMessage{
   margin:30px 0;
   text-align:left;
}

#InfoDialog .DialogMessage ul{
   list-style-type:none;
   padding-left:0;
}


#InfoDialog .DialogMessage ol{
    padding-left: 24px;
}

#InfoDialog .DialogMessage ol li{
    margin:10px 0;
}

#InfoDialog .DialogMessage ol li a{
    font-size:15px;
}

#InfoDialog .DialogMessage ul li a, #InfoDialog .DialogMessage ul li a:visited {
    text-decoration: none;
    color: blue;
}

#InfoDialog .DialogMessage ul li a:hover{
    text-decoration:underline;
}

/*Demo Color Selection Area - Temporary*/

header .Button{
 background-color:#a61e36;
}

.Button{
 background-color:#a61e36;
}

.Button a{
    color:blue;
}

header{
   /*background-color:#405359;*/
   background-color:#ffffff;
}

.ColumnLeft{
    /*background-color:#4d4d4d;*/
    background-color:#7f7f7f;
}

.select-options {
  background-color:#666666;
}

.select-styled {
    /*background-color:#4d4d4d;*/
     background-color:#7f7f7f;
}


.ClientBanner{ 
    /*background-color:#4d4d4d;*/
     background-color:#7f7f7f;
}

.CompanySelect {
    background-color:#7f7f7f;
}

.SearchFieldArea{
    background-color:#7f7f7f;
}

.Tile{
    background-color:#ffffff;
}

.Tile.Unavailable{
    background-color:#f2f2f2;
}

.Tile.Unavailable .TileHeading{
    color:#666666;
}

.TileTag{
    background-color:#405359;
}

.LogOnBox{
    background-color:#ffffff;
}
/* End Demo Color Selection Area - Temporary*/


.MobileOnly{
    display:none;
}

.NonMobileOnly{
    display:block;
}

.ClearFix{
    display:block;
    clear:both;
}

.Button{
    border-radius:2px;
    cursor:pointer; 
}

.Button a{
    text-decoration:none;
    font-size:0.9em;
    line-height:32px;
    color:#ffffff;
    padding:20px 40px;
}

.Button.RaisedMaterial{
    box-shadow: 0 1px 5px 0 rgba(0, 0, 0, 0.26);
}

.RaisedMaterial{
    box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.26);
}

.LogOnButtonArea input[type=submit]{
   background-color:transparent;
   border:none;
   width:122px;
   height:32px;
   color:white;
   font-size:0.9em;
   cursor:pointer;
}


/*Parent Masterpage Styles*/
#divWrapper1{
    margin:0;
    position:relative;
}


header{
    display:block;
    position:fixed;
    top:0;
    right:0px;
    left:0px;
    min-width:320px;
    /*background-color:#405359;*/
    padding:12px 0;
    z-index:999; 
 
}

.HeaderLeft{
     float:left;
     margin-left:12px;
     width:70%;
}

.HeaderLeft .LogoArea{
    display:flex;
    height:45px;
}

.HeaderLeft .LogoArea{
    font-size: 21px;
    line-height:20px;
    color: #36454a;
}

.HeaderLeft .LogoArea .ClientImage {
    flex: 50px 0 auto;
    display: flex;
    flex-direction: column;
    justify-content: center;

}

.HeaderLeft .LogoArea .ClientImage img {
    max-height: 45px;
}

.HeaderLeft .LogoArea .ClientTitle {
    flex: 1;
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding-left:12px;
    height:45px;
    overflow:hidden;
}

.HeaderRight ul {
    display: inline-block;
    list-style-type: none;
    padding: 0;
    margin: 0;
}

.HeaderRight ul li {
    display: inline-block;
}

.HeaderRight {
    float: right;
    margin-right: 20px;
    margin-top: 8px;
}

.HeaderRight img{
    border:none;
    margin-bottom:-4px;
}

.HeaderRight .UserSettingsLink, .HeaderRight .Button{
    display:inline-block;
    text-decoration:none;
}

.HeaderRight .Button{
    margin-left:20px;
}

.UserSettingsLink{
    color:rgba(38, 34, 35, 1);
    font-size:15px;
}

.ClientLogout {
    background-color: white !important;
    box-shadow: none !important;
    border: 1px solid #A61E36;
}

.ClientLogout a {
    color: rgba(38, 34, 35, 1);
    padding:20px !important;
}

.ClientLogout img{
    margin-right:4px;
}

/*Mobile Navicon*/
.navicon {
    float: right;
    position: relative;
    width: 32px;
    height: 32px;
    margin:8px 12px 0px 0;
    -webkit-transition: background-color .25s; /* Safari */
    transition: background-color .25s;

}

.navicon a span {
    display: block;
    margin: 0 auto;
    content: " ";
    border-bottom: 2px solid #333333;
    width: 80%;
    height: 5px;
    -webkit-transition: border-color .25s, transform .25s; /* Safari */
    transition: border-color .25s, transform .25s;
}

.navicon a span:first-child {
    margin-top: 3px;
}

.navicon.Open span:nth-child(2) {
    display: none;
}

.navicon.Open span:first-child {
    position: absolute;
    top: 7px;
    left: 3px;
    transform: rotate(45deg);
}

.navicon.Open span:last-child {
    position: absolute;
    top: 10px;
    left: 0px;
    transform: rotate(-45deg);
}


/*Dashboard Master Page Columns*/
.ColumnLeft {
    position: fixed;
    top: 68px;
    bottom: 0;
    width: 220px;
    border-right: 1px solid #4d4d4d;
    padding-top:14px;
    /*background-color:#405359;*/
    z-index: 2;
}

.FooterLogoWrap {
    position: absolute;
    left: 0;
    bottom: 0;
    background-color: #f2f2f2;
    text-align: center;
    border-radius: 2px;
    box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.26);
    width: 95%;
    margin: 5px 2.5%;
    box-sizing: border-box;
    padding: 5px;
}

.FooterLogoWrapMobile{
    display:none;
    margin:25px;
}

.ClientBanner {
    /*background-color:#405359;*/
    padding: 20px 15px;
    color: #2b2b2b;
}

.ClientCompanyName{
    color:white;
    font-size:120%;
}

.ClientBanner img{
    width:60px;
    height:60px;
    opacity: 0.9;
    filter: alpha(opacity=90);
}

.DashboardNavItem{
    position:relative;
}

.NavItemDivider {
    border-bottom: 1px solid #4d4d4d;
    margin-bottom:16px;
}

.DashboardNavItem.SubNavOpen{
    background-color:#666666;
}

.DashboardNavItem.SubNavOpen:after{
    content:"";
    width: 0;
    height: 0;
    border: 16px solid transparent;
    border-color:  transparent #7f7f7f transparent transparent;
    position: absolute;
    top: 8px;
    right: 0px;
}

.DashboardNavItem:hover{
 background-color:#666666;
 cursor:pointer;
}

.DashboardNavItem a{
    color:white;
    display:inline-block;
    text-decoration:none;
    padding:15px;
}

.DashboardSubNav{
    background-color:#7f7f7f;
}

.DashboardSubNav.Inline{
    position:absolute;
    left:220px;
    top:-1px;
    width:220px;
    z-index:900;
    border: 1px solid #4d4d4d
}

.DashboardSubNavItem a{
    margin-left:15px;
    font-size:15px;
}

.SubLink.Active{
    font-weight:bold;
}

.DashboardSubNav.Right .DashboardSubNavItem a{
    margin-left:0;
}

.DashboardSubNavItem a:hover{
    color:#ededed;
}

.DashboardCTAItem a {
    text-decoration: none;
    font-size: 15.5px;
    color: white;
    padding: 15px;
    cursor: pointer;
}


.DashboardCTAItem a.BuyBtn {
    display: block;
    margin: 0 8px;
    border-radius: 2px;
    background-color: #A61E36;
    box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.26);
    text-align:center;
}

.DashboardCTAItem a.BuyBtn img {
    display: inline-block;
    vertical-align: middle;
    margin-left: 4px;
}

.DashboardCTAItem a.PurchaseDetailsLink {
    display: block;
    border: 1px solid white;
    margin: 8px;
    border-radius: 2px;
    text-align: center;
}

.DashboardCTAItem a.PurchaseDetailsLink:hover {
    background-color: #666666;
    border: 1px solid #cccccc;
}

.ColumnRight {
    margin-left: 220px;
    margin-top: 68px;
    bottom: 0;
}

/*Company Search Tool*/
.CompanySelect {
    border-radius:2px;
}

.ClientSelect .CompanySelect {
    margin-top:0px;
}

.ClientSelect .CloseResults{
        display:none;
}

.SearchFieldArea{

    /*background-color:#405359;*/
    padding:15px 10px;
}

.SearchFieldArea img{
    vertical-align:middle;
    display:inline;
}


.SearchFieldArea input{
    width:92%;
    height:30px;
    background-color:transparent;
    font-size:110%;
    color:#ffffff;
    border:none;
    border-bottom:1px solid white;
    display:inline;
}

.SearchTextField:focus {
    background-color:#999999;
}

.SearchInfoArea{
    font-size:110%;
    padding: 23px 15px 4px 15px;
    top:0px;
    height:20px;
    color:#ffffff;
    border-bottom: 1px solid white;
    background-color:#7f7f7f;
}

.ClientSelect .SearchInfoArea{
    display:none;
}

.CloseResults{
    display:none;
    text-align:right;
    margin:15px 15px 0px 0px;
    color:#ffffff;
}

.CloseResults .CloseIcon{
    cursor:pointer;
}

.SearchResultsArea{
    height:355px;
    overflow-y:auto;
    margin-top:-16px;
    border-top:1px solid #4d4d4d;
}

.ClientSelect .SearchResultsArea{
    margin-top:0px
}

.SearchResultsArea ul li {
    font-size:14px;
}



.ClientSelect .SearchResultsArea ul li {
    font-size:16px;
}

.SearchResultsArea ul{
    list-style-type:none;
    padding-left:0px;
    padding:0px 0px;
}

.SearchResultsArea ul li{
    border-top:1px solid transparent;
    border-bottom:1px solid transparent;
    padding:6px 0 6px 35px;
    color:white;
    cursor:pointer;
}

.SearchResultsArea ul li:hover, .SearchResultsArea ul li.Hover{
    border-color:#666666;
    background-color:#666666;
}

.SearchResultsArea ul li.Disabled:hover{
    border-color:transparent;
    background-color:transparent;
    cursor:default;
}


.WorkAreaRight .SearchResultsArea ul li.Active{
    margin-left:-21px;
}


.WorkAreaRight .SearchResultsArea ul li img {
    width:16px;
    height:16px;
    margin:0 5px 0 0;
    vertical-align:top;
}

.WorkAreaRight .SearchResultsArea ul li div {
  display:inline-block;
  width:330px;
 
}

.ClientSelect .SearchResultsArea ul li.Active img {
  display:none;
}

.WorkAreaRight .SearchResultsArea ul li div.HasReports {
    
}

.WorkAreaRight .SearchResultsArea ul li div.NoReports {
    color: #CCCCCC
}

.WorkAreaRight .SearchResultsArea ul li div.PoolCompany {
    
}


img.LogoIcon{
    width:16px;
    height:16px;
    vertical-align:middle;
}

.PagingAreaTop{
    height:50px;
    text-align:left;
}


.PageControl{
    cursor:pointer;
}

a.PageControl[disabled="disabled"]{
    background-color:#7f7f7f;
    border:1px solid #666666;
    box-shadow:none;
    color:#666666;
}

.ResultsPagingArea{
    border-top:1px solid #4d4d4d;
    border-radius:2px;
    padding:20px 0 20px 20px;
    text-align:center;
}

.ResultsPagingArea a{
    text-decoration:none;
    padding:5px 10px;
    border-radius:2px;
    background-color:#ffffff;
    color:rgba(0, 102, 203, 1);
}

.ResultsPagingArea a:visited{
   color:rgba(0, 102, 203, 1);
}

.ResultsPagingArea span{
 color:white;
 font-size:95%;
}



.WorkAreaRight .SearchFieldArea input, .WorkAreaRight .SearchFieldArea img {
    display:none;
}

/*Work Area Columns*/
.WorkAreaLeft{
    margin-right:400px;
}

.WorkAreaRight{
    float:right;
    width:400px;
}

.WorkspaceHeadingArea{
    padding:20px;
    margin-top:20px;
}

.WorkspaceHeading, .WorkspaceSubHeading{
    margin-left:8px;
    color:#36454a;
}

.WorkspaceHeading{
    font-size:200%;
}

.WorkspaceSubHeading{
    font-size:110%;
}

/*Report Tiles - Global Styles*/
.TileSetWrapper{
    float:left;
    position:relative;
    text-align:center;
}

.Tile{
   
    display:inline-block;
    position:relative;
    width:30%;
    height:165px;
    /*This zeros out the margins*/
    /*margin:0 -4px -4px 0;*/
    margin:8px 4px 4px 8px;
    /*background-color:#405359;*/
    box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.26);
    border-radius:2px;
    vertical-align:top;
}

.TileHeading{
     margin:40px 20px 0px 20px;
     /*color:gray;*/
     color:#404040;
     font-size:160%;
     text-align:left;
}

.TileSubHeading{
     padding:0px 20px 10px 20px;
     /*border-bottom:1px solid #2b373b;*/
     border-bottom:1px solid #404040;
     /*color:white;*/
     color:#404040;
     text-align:left;
}

.TileTag{
    color:White;
    position:absolute;
    bottom:0px;
    right:0px;
    font-size:100%;
    /*background-color:#405359;*/
    background-color:transparent;
    text-align:right;
    border-top:1px solid #7f7f7f;
    width:100%;
    padding:10px 0px;
}

.Tile.Unavailable .TileTag{
    padding:15px 0px;
}

.DocumentDownload{
    margin:0px 20px 0px 5px;
}
.TileTag a.DownloadLink, .TileTag a.DownloadLink:visited{
  text-decoration:none;
  color:rgba(0, 102, 203, 1);
}

.TileTag a.DownloadLink:hover{
    text-decoration:underline;
}

.TileTag a.DownloadIcon{
    display:inline-block;
    margin:0px 0px 0px 0px;
    box-shadow: 0 1px 5px 0 rgba(0, 0, 0, 0.26);
    border-radius:2px;
    border:1px solid rgba(0, 0, 0, 0.26);
    padding: 1px 4px;
    vertical-align:top;
}
.TileTag a.CopyIcon {
    display: inline-block;
    margin: 0px 0px 0px 0px;
    box-shadow: 0 1px 5px 0 rgba(0, 0, 0, 0.26);
    border-radius: 2px;
    border: 1px solid rgba(0, 0, 0, 0.26);
    padding: 1px 4px;
    vertical-align: top;
}

.TileTag img{
    border:none;
    position:relative;
    top:2px;
}

.AdditionalContentAreaWrapper{
    min-height:130px;
    display:block;
    background-color:white;
    margin:20px 22px 30px 22px;
    border-radius:2px;
    color:#4d4d4d;
    padding:20px 0 20px 0;
}

.AdditionalContentAreaWrapper ul{
   padding-left:15px;
}

.AdditionalContentAreaWrapper ul li{
   padding:4px;
}

.AdditionalContentAreaWrapper ul li.highlight {
    margin-left:-15px;
    padding: 5px 0;
    list-style-type: none;
}

.AdditionalContentAreaWrapper a, .AdditionalContentAreaWrapper a:visited {
    display: inline-block;
    color: rgba(0, 102, 203, 1);
    text-decoration: none;
}

.AdditionalContentAreaWrapper a:hover {
   text-decoration:underline;
}

.AdditionalContentAreaWrapper ul li.highlight a {
    background-image: url('/common/images/featuredDocWhite.png');
    background-repeat: no-repeat;
    box-shadow: 0 1px 5px 0 rgba(0, 0, 0, 0.26);
    background-position: 8px 9px;
    background-size: 22px;
    border-radius: 2px;
    padding: 10px 16px 10px 40px;
    font-size: 15px;
    color: white;
    background-color: rgba(0, 102, 203, 1);
    -webkit-transition: background-color .25s; /* Safari */
    transition: background-color .25s;
}

.AdditionalContentAreaWrapper ul li.highlight a:hover {
    background-color: rgba(0, 102, 203, 0.8);
    text-decoration: none;
}

.AdditionalContentHeading {
    margin-bottom: 6px;
    font-size: 18px;
}

.AdditionalContentColumn{
    display:table-cell;
    vertical-align:top;
    width:47%;
    color:#4d4d4d;
    margin:0 -4px -4px 0;
    padding:10px 15px;
}

.AdditionalContent{
    min-height:130px;
    max-height:250px;
    overflow-y:auto;
}

.AdditionalContentRight{
    border-left:1px solid gray;
}


/*Report Tiles - Company Screen Styles*/
.TileSetWrapper.Company{
    position:absolute;
    top:-8px;
    width:260px;
}

.Company .Tile{
    width:90%;
    height:130px;
    width:220px;
}

.Company .TileHeading{
     margin:25px 15px;
     /*color:white;*/
     font-size:120%;
     text-align:left;
}

.Company .TileSubHeading{
     padding:5px 15px;
     /*border-bottom:1px solid #2b373b;*/
     /*color:white;*/
     text-align:left;
     font-size:95%;
}

.Company .TileTag{
    /*color:White;*/
    position:absolute;
    font-size:100%;
    /*background-color:#405359;*/
    text-align:right;
    padding:8px 0px 8px 0px;
}


/*Company Data Area*/
.DataSetWrapper{
    margin-left:260px;
    margin-top:20px;
    margin-right:20px;
    text-align:center;
    background-color:white;
    border-radius:2px;
    min-height:517px;
}

.DataSetWrapper.Empty{
    margin-left:20px;
    height:auto;
}

.ScoreArea{
    margin-bottom:20px;
}

.ScoreBox{
    display:inline-block;
     margin:0px 15px;
     line-height:20px;
}

.Score{
    font-size:140%;
    margin-top:10px;
}

/*Company Page Chart Styles*/

.xaxis{
    font-size:80%;
}

.xaxis .domain{
    visibility:hidden;
}

.companyline{
  fill: none;
  stroke: rgb(112,9,6);
  stroke-width: 3px;
}

.line-point{
   fill: rgb(112,9,6);
   stroke: none;
}

.point-label{
    font-size:140%;
}

.GraphArea{
    position:relative;
    margin:0 10%;
    height:245px;
    overflow:hidden;
}

.DataSetWrapper.Empty .GraphArea{
     height:auto;
}

.ScaleArea{
     margin: 20px 10% 0 10%;
}


.GraphLegend{
    position:absolute; 
    bottom:10px; 
    left:35px; 
    text-align:left;
    font-size:90%;
}

.GraphLegend ul{
    display:inline-block; 
    list-style-type:none; 
    padding-left:10px; 
    color:white; 
    margin:0 10px 0 0;
}

.GraphLegend .ColorKey{
    display:inline-block; 
    border:1px solid black; 
    width:15px; 
    height:15px; 
    margin-right:5px;
}

.GraphLegend .Outperform{background-color:rgb(40,168,52);}
.GraphLegend .Inline {background-color:rgb(239,239,7);}
.GraphLegend .Underperform {background-color:rgb(241,29,0);}

.GraphLegend .Company {
    height:26px;
    width:26px;
    border:none;
    vertical-align:middle;
    margin-left:-4px;
}


.LogOnBox, .ClientSelect{
    position:relative;
    margin:80px auto 0px auto;
    width:500px;
    height:300px;
    /*background-color:#405359;*/
    border-radius:2px;
    color:#4d4d4d;
}

.LogOnBox.Reset{
    height:250px;
}

.ResetEmailInfo{
    margin:0 30px;
    font-size:14px;
}

.LogOnBoxWrapper, .ClientSelectWrapper{
    position:absolute;
    top:0px;
    left:0px;
    width:100%;
    height:100%;
}

.LogOnTextField{
    margin:30px 30px 0px 30px;
}


.LogOnTextField input{
    width:100%;
    height:30px;
    font-size:120%;
    color:#4d4d4d;
    background-color:transparent;
    border:none;
    border-bottom:1px solid #4d4d4d;
}

.LogOnHeading{
     margin:20px 30px;
     color:#4d4d4d;
     font-size:160%;
     text-align:left;
}

.LogOnOptionsArea{
    border-bottom: 1px solid gray;
    padding:15px 30px;
    height:15px;
}

.LogOnOptionsArea a, .LogOnOptionsArea a:visited{
     color: rgba(0, 102, 203, 1);
     text-decoration:none;
}

.LogOnOptionsArea a:hover{
     text-decoration:underline;
}

.RememberField{
    float:right;
}

.LogOnButtonArea{
    position:absolute;
    bottom:25px;
    right:30px;
}

.LogOnMessageArea{
    margin:25px 30px;
    width:60%;
}

.CancelLink:Link, .CancelLink:visited{
    position:absolute;
    color: rgba(0, 102, 203, 1);
    bottom:30px;
    right:180px;
    text-decoration:none;
}

.CancelLink, .CancelLink:hover{
     text-decoration:underline;
}


/*Custom Collapsible Select Control*/

.select-hidden {
  display: none;
  visibility: hidden;
  padding-right: 10px;
}

 .select{
  cursor: pointer;
  display: inline-block;
  position: relative;
  font-size: 16px;
  margin:0;
}

 .ReportUpload .select{
    margin:0px;
    border: 1px solid rgba(0, 0, 0, 0.26);
 }


.FilterArea .select{
  width:100%;
}

.ReportTypeFilterArea .select{
    width:98%;
}

.LOBAndPeriodFilterArea .select{
  width:48%;
}

.TileTag .select{
    position:relative;
    border: 1px solid rgba(0, 0, 0, 0.26);
    width:75%;
}

.TileTag .select-styled{

    border:none;
    white-space:nowrap;
    overflow:hidden;
    margin-right:30px;
    padding-right:0px;
    text-align:left;
}

.TileTag .select-styled, .ReportUpload .select-styled {
  padding: 4px;
  background-color:white;
  color:black;
}


.ReportUpload .select-styled{
    white-space:nowrap;
    overflow:hidden;
    margin-right:30px;
    padding-right:0px;
    border:none;
}


.FilterArea .select-styled {
  padding: 15px 15px;
  /*background-color:#405359;*/
  color:white;
  border-bottom: 1px solid #4d4d4d;
}

.FilterArea .block {
  padding: 15px 15px;
  /*background-color:#405359;*/
  color:#666666;
  border-bottom: 1px solid #4d4d4d;
}

/*Triangle Down*/
.select-styled:after{
    content:"";
    width: 0;
    height: 0;
    border: 7px solid transparent;
    border-color: #2b2b2b transparent transparent transparent;
    position: absolute;
    top: 10px;
    right: 8px;
}

.select-styled.block:after{
    border-color: #666666 transparent transparent transparent;
}

/*Triangle Down*/
.FilterArea .select-styled:after{
    top: 16px;
    right: 25px;
}

/*Triangle Up*/
 .select-styled.active:after{
    top: 2px;
    border-color: transparent transparent #2b2b2b transparent;
}

.FilterArea .select-styled.active:after{
    top: 9px;
}

.select-styled.single-option:after{
    display:none;
}

.TileTag .select-styled.single-option, .ReportUpload .select-styled.single-option{
    padding-right:4px;
    border:none;
}

.TileTag .select-styled.single-option{
     margin-right:0px;
     text-align:right;
     white-space:normal;
     max-height:32px;
     overflow-y:hidden;
}


.ReportUpload .single-option, .TileTag .single-option{
    border:none;
}

 .select-styled.single-option{
    cursor:default;
}


.FilterArea .select-options {
      display:none; 
      position:relative;
      /*background-color:#36454a;*/
      margin: 0;
      padding: 0;
      list-style: none;
      box-shadow: inset 0 1px 5px rgba(0, 0, 0, 0.26);
      max-height:300px;
      overflow-y:auto;
}

.TileTag .select-options, .ReportUpload .select-options{
      display:none; 
      position:absolute;
      top:30px;
      background-color:white;
      margin: 0;
      padding: 0;
      list-style: none;
      max-height:300px;
      overflow-y:auto;
      z-index:1000;
      border:1px solid rgba(0, 0, 0, 0.26);
}

.ReportUpload .select-options{
      min-width:99%;
}

 .FilterArea .select-options li {
    margin: 0;
    padding: 12px 0;
    text-indent: 15px;
    color:white;
}

 .ReportUpload .select-options li  {
    margin:0;
    padding: 6px 29px 6px 5px;
    color:black;
}

 .TileTag .select-options{
     text-align:left;
     max-height:200px;
     word-wrap:break-word;
     width:100%;
 }

.TileTag .select-options li {
    margin:0;
    padding: 5px 30px 5px 5px;
    color:black;
}

.ReportUpload .select-options li{
    white-space:nowrap;
}

.FilterArea  .select-options li:hover {
    background-color:#595959;
}

.TileTag  .select-options li:hover, .ReportUpload  .select-options li:hover {
    background-color:gray;
    color:white;
}

/*Admin Screen Generic Form Styles*/
        .FormAreaWrapper{
            margin:15px
        }

        .FormInputRow label {
            display: block;
            font-size: 14px;
            font-weight: bold;
            color: #3d3d3e;
            margin: 5px 0;
        }

        .InlineLabel label {
            display: inline-block;
        }

        .FormInputRow .FormInput {
            display: inline-block;
            vertical-align: top;
            margin-right: 40px;
        }

        .FormInput input[type='text'], .FormInput input[type='password'], .FormInput select {
            border-radius: 3px;
            min-height: 28px;
            min-width: 90px;
            font-size: 14px;
            border: 1px solid gray;
            background-color: #ffffff;
            color: #3d3d3e;
        }

        input[type='text'].Disabled, input[type='submit']:disabled, select.Disabled {
            background-color: #edf0f6;
            color: gray;
        }

            input[type='submit']:disabled:hover {
                cursor: initial;
            }

        .ShortText {
            width: 125px;
        }

        .MediumText {
            width: 250px;
        }

        .LongText {
            width: 500px;
        }

        .Indented {
            margin-left: 50px;
        }

        .FormInputRow {
            margin: 20px 0;
        }

        .FormInput .FormInputRow {
            margin: 5px 0;
        }


/*Admin Screen - Upload Reports User Control*/
.ReportUpload{
    display:block;
    margin:20px;
    padding:20px;
    background-color:white;
    border-radius:2px;
    min-width:280px;
}


.ReportArea{
    width:30%;
    /*min-width:280px;*/
}

.ClientArea{
   width:69%;
}

.ClientAccessArea{
    width:45%;
}

.ClientNoAccessArea{
    width:45%;
}

.MoveClientControlArea{
    width:10%;
}

.ReportUploadHeading{
    color:#404040;
    font-size:160%;
    margin-bottom:20px;
}

.ReportUpload input{
    font-size:16px;
}

.ReportUpload a {
    text-decoration:none;
    padding:5px 10px;
    border-radius:2px;
    background-color:#ffffff;
    color:rgba(0, 102, 203, 1);
    box-shadow: 0 1px 5px 0 rgba(0, 0, 0, 0.26);
    border-radius:2px;
    border:1px solid rgba(0, 0, 0, 0.26);
    display:inline-block;
    margin:4px 0;
    text-align:center;
}

.ReportUpload a.Disabled{
    color:gray;
    box-shadow: none;
}

.ReportUpload a.Saved{
    border:1px solid green;
}

.ChangesSavedMsg{
    float:right;
    margin:10px;
    color:green;
}

.ReportUpload a.Unsaved{
    border:1px solid red;
}

.ResultsPagingArea a:visited{
   color:rgba(0, 102, 203, 1);
}

.ReportFilterArea{
   /*width:300px;*/
}

.ReportArea, .ClientArea, .ClientColumn{
    display:inline-block;
    vertical-align:top;
    margin-top:2px;
}

.ClientArea{
    /*margin-left:-4px;*/
}

.ClientArea .ListHeading{
    height:47px;
    display:block;
    padding:8px 0;
    word-wrap:break-word;
    position:relative;
}

.ClientSelectLabel{
    position:absolute;
    left:0px;
    bottom:0px;
    color:gray;
}


.SelectedReportName{
    margin:0;
}



.ClientAccessArea a{
    float:right;
    cursor:pointer;
}

.ClientNoAccessArea{
   /*margin-top:-35px;*/
}

/*.ClientNoAccessSearchArea{
    background-color:white;
    border: 1px solid rgba(0, 0, 0, 0.26);
    padding:4px;
    margin-bottom:5px;
}

.ClientNoAccessSearchArea input{
    width:100%;
    padding:0px;
    border:none;  
}*/

.FilePathLabel{
    font-size:12px;
    display:block;
    margin-top:10px;
    word-wrap: break-word;
}

/*.ShortNameLabel{
    margin-top:10px;
    display:block;
    color:#666666;
}*/


.ReportShortNameArea{
    background-color:white;
    border: 1px solid rgba(0, 0, 0, 0.26);
    padding:4px;
    display:inline-block;
    width:97%;
}

.ReportShortNameArea.Error{
    border: 1px solid red;
}

.ReportShortNameArea label{
    display:inline-block;
    color:gray;
    width:40px;
    text-align:right;
    float:right;
}

.ReportShortNameArea input{
    width:80%;
    padding:0px;
    border:none;
}


.ReportUploadArea a, .ClientAccessArea a{
  float:right;
  margin-left:5px;
  cursor:pointer;
} 

.ReportUploadArea a.DeleteButton{
    float:left;
    margin-left:0px;
}

.ReportUploadArea a.RemoveFileButton{
    padding:3px 0;
    border:none;
    box-shadow: none;
    margin:0;
    font-size:14px;
    float:left;
}
.ReportUploadArea a.RemoveFileButton:hover{
    text-decoration:underline;
}

.ReportShortNameArea{
    margin-top:5px;
}


.ReportUpload .ListBox{
    /*width:300px;*/
    width:100%;
    border:1px solid rgba(0, 0, 0, 0.26);
}

.MoveClientControlsArea {
    vertical-align:top;
    margin:40px 5px 0 5px;
}

.MoveClientControlsArea a{
    display:block;
    cursor:pointer;
}

a.RemoveAll{
    margin-top:20px;
}

.blockPage {
    width: 100% !important;
    top: 0px !important;
    left: 0px !important;
    bottom: 0 !important;
    overflow-y: auto;
    background-color: transparent !important;
    text-align: left !important;
    -webkit-overflow-scrolling: touch;
}

#InfoDialog, #ifrmBlockUIDialog {
    margin: 75px 10%;
    width: 80%;
    background-color: white;
    box-sizing: border-box;
}

#divWaitDialog {
   font-size:22px; 
   padding:20px; 
   width:200px; 
   margin:40vh auto 0 auto;
   border-radius:3px; 
   background-color:#ffffff; 
   color:#404040;
   text-align:center; 
   box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.26);
}

body.openDialogMode {
    overflow: hidden;
    -webkit-overflow-scrolling: auto;
}

/* Mobile Styles */
@media (max-width : 767px) {

    .MobileOnly{
        display:block;
    }

    .NonMobileOnly{
        display:none;
    }

    .HeaderLeft {
        width: 80%;
    }

    .HeaderLeft .LogoArea .ClientImage img {
        max-width: 280px;
    }

    .HeaderLeft .LogoArea {
        font-size: 17px;
        line-height: 16px;
    }

    .FooterLogoWrap{
        display:none;
    }

    .FooterLogoWrapMobile {
        display: block;
    }

    .HeaderRight .Button {
        margin-left: 10px;
    }

    .HeaderRight .Button a{
       padding:20px;
    }

    /*Mobile Header Right*/

    .HeaderRight.Open{
        display:block;
    }

    .HeaderRight {
        float: none;
        position: absolute;
        top: 68px;
        left: 0;
        width: 100%;
        background-color: white;
        box-sizing: border-box;
        margin: 0;
        border-top: 1px solid #cccccc;
        padding: 20px;
        box-shadow: -2px 1px 5px 0 rgba(0, 0, 0, 0.26);
    }

    .HeaderRight ul li {
        display:block;
        margin-bottom:20px;
    }

    .HeaderRight ul li:last-child{
        margin-bottom:0;
    }

    .HeaderRight .Button {
        margin-left: 0;
    }

    .HeaderLeft{
        margin-left:10px;
    }

    .ColumnLeft{
        position:relative;
        height:auto;
        width:100%;
    }

    .ColumnRight{
        margin-left:0;
        margin-top:58px;
    }

   .WorkAreaLeft{
        margin-right:0px;
        margin-top:-15px;
        display:block;
        clear:both;  
    }

    .WorkAreaRight{
        display:block;
        clear:both;
        width:100%;
        float:none;
    }

    .WorkAreaRight .SearchFieldArea input, .WorkAreaRight .SearchFieldArea img {
       display:inline;
    }

    .CompanySelect {
        margin: 0px;
        margin-bottom: 30px;
    }

      .SearchFieldArea img{
        display:inline;
    }


    .SearchFieldArea input {
        display:inline-block;
        width:90%;
        
    }

    .SearchFieldArea{
        margin:8px;
    }

    .SearchResultsArea{
        display:none;
        height:230px;
    }


    .ResultsPagingArea{
        display:none;
    }

     .ClientSelect .ResultsPagingArea, .ClientSelect .SearchResultsArea {
        display:block;
    }

       .WorkAreaRight .SearchResultsArea ul li.Active div {
        width:90%;
    }

    .CloseResults{
        display:block;
        width:90%;
    }
 
    .WorkspaceHeadingArea{
        text-align:center;
    }

    .TileSetWrapper, .DataSetWrapper{
        display:block;
        width:100%;
        text-align:center;
    }

    .DataSetWrapper, .DataSetWrapper.Empty{
        margin-left:0;
        height:auto;
        margin-bottom:20px;
    }

     .TileSetWrapper.CompanyScreen{
        width:100%;
    }

     .TileSetWrapper.Company{
         display:block;
         position:relative;
         width:100%;
         text-align:center;
         top:0px;
     }

     .Tile, .Company .Tile{
        width:90%;
    }

     .TileHeading{
           margin-top:20px;
           height:35px;
           /*font-size:130%;*/
     }

     .TileSubHeading{
         border-bottom:none;
     }


     .LogOnBox, .ClientSelect{
        width:320px;
    }

     .LogOnOptionsArea a, .RememberField{
         font-size:13px;
     }

     
    .LogOnMessageArea{
        margin:20px 30px;
        width:40%;
        font-size:85%;
    }

    /*.blockPage {
        left: 10% !important;
        width: 80% !important;
        min-width: 280px;
    }*/

    #InfoDialog, #ifrmBlockUIDialog {
        margin: 75px 5% 75px 5%;
        width: 90%;
    }

    .AdditionalContentColumn {
        display: block;
        width: 90%;
        padding: 10px 0;
        margin: 0 5%;
        border: none;
    }


  .AdditionalContentLeft{
      border-bottom:1px solid gray;
      margin-bottom:10px;
  }

    /*Admin Page - Upload Reports*/
   .ClientArea, .ClientAccessArea, .MoveClientControlsArea, .ClientNoAccessArea {
       display:block;
       width:100%;
   }

   .MoveClientControlsArea{
       text-align:center;
   }

   .MoveClientControlsArea a{
     display:inline-block;
     text-align:center;
     width:30px;
   }

   a.RemoveAll{
        margin-left:20px;
   }

   .ReportArea{
       width:100%;
   }


}/*end mobile breakpoint*/
    

/* Tablet Styles */
@media (min-width : 768px) and (max-width : 1023px) 
{

    .NonMobileOnly{
        display:none;
    }

    .MobileOnly{
        display:block;
    }

    /*Mobile Header Right*/

    .HeaderRight.Open {
        display: block;
    }

    .HeaderLeft .LogoArea {
        font-size: 18px;
        line-height: 17px;
    }

    .HeaderRight {
        float: none;
        position: absolute;
        top: 68px;
        left: 0;
        width: 100%;
        background-color: white;
        box-sizing: border-box;
        margin: 0;
        border-top: 1px solid #cccccc;
        padding: 20px;
        box-shadow: -2px 1px 5px 0 rgba(0, 0, 0, 0.26);
    }

        .HeaderRight ul li {
            display: block;
            margin-bottom: 20px;
        }

            .HeaderRight ul li:last-child {
                margin-bottom: 0;
            }

        .HeaderRight .Button {
            margin-left: 0;
        }

    .WorkAreaLeft{
        margin-right:0px;
        margin-top:-15px;
        display:block;
        clear:both;
    }

    .WorkAreaRight{
        display:block;
        clear:both;
        width:100%;
        float:none;
    }


    .CompanySelect{
        margin:0px;
        margin-bottom:35px;
    }

    .WorkAreaRight .SearchFieldArea input, .WorkAreaRight .SearchFieldArea img {
       display:inline;
    }

  
    .SearchFieldArea img{
       display:inline;
    }


    .SearchFieldArea input {
        display:inline-block;
        width:90%;
        margin-bottom:10px;
    }

    .SearchArea{
        /*margin:8px;*/
    }

      .SearchResultsArea{
          display:none;
          height:230px;
    }

    .ResultsPagingArea{
        display:none;
    }

    .ClientSelect .ResultsPagingArea, .ClientSelect .SearchResultsArea {
        display:block;
    }

    .CloseResults{
        display:block;
        width:90%;
    }

    .WorkAreaRight .SearchResultsArea ul li.Active div {
        width:90%;
    }


     .DataSetWrapper{
       display:block; 
    }

    .DataSetWrapper, .DataSetWrapper.Empty {
        margin-left: 20px;
        height:auto;
    }

     .TileSetWrapper.Company{
         display:block;
         position:relative;
         width:100%;
         text-align:center;
         top:0px;
     }

     .Tile{
        display:inline-block;
        width:45%;
    }

    .Company .Tile{
        display:inline-block;
        width:46%;
        margin:8px .5%;
    }

  .AdditionalContentColumn{
    display:block;
    width:90%;
    padding:10px 0;
    margin:0 5%;
    border:none;
  }

  .AdditionalContentLeft{
      border-bottom:1px solid gray;
      margin-bottom:10px;
  }

  /*Admin Page - Upload Reports*/
   .ClientArea{
       display:block;
       width:100%;
   }

   .ReportArea{
       width:100%;
   }


   .ClientAccessArea, .ClientNoAccessArea{
        width:43%;
    }
     
}/*end tablet breakpoint*/


/* Small Desktop Styles */
@media (min-width : 1024px) and (max-width : 1335px) {


    .Tile{
        display:inline-block;
        width:45%;
    }

    .WorkAreaLeft{
        margin-right:300px;
    }

    .WorkAreaRight{
        float:right;
        width:300px;
    }

    .WorkAreaRight .SearchResultsArea ul li.Active div {
        width:230px;
    }

    .DataSetWrapper{
       display:block; 
    }

    .DataSetWrapper, .DataSetWrapper.Empty {
        margin-left: 20px;
        height:auto;
    }

     .TileSetWrapper.Company{
         display:block;
         position:relative;
         width:100%;
         text-align:center;
         top:0px;
     }

     .Tile{
        display:inline-block;
        width:45%;
    }

      .Company .Tile{
        display:inline-block;
        width:46%;
        margin:8px .5%;
    }

     /*Admin Page - Upload Reports*/
    .ClientAccessArea, .ClientNoAccessArea{
        width:42%;
    }

    .ReportShortNameArea input{
        width:80%;
    }

  .AdditionalContentColumn{
        display:block;
        width:90%;
        padding:10px 0;
        margin:0 5%;
        border:none;
  }

  .AdditionalContentLeft{
      border-bottom:1px solid gray;
      margin-bottom:10px;
  }

}/*end small desktop breakpoint*/ 

/* Large Desktop Styles */
@media (min-width : 1336px) {

    #InfoDialog{
        margin: 75px 20% 75px 20%;
        width: 60%;
    }

    
} /*end large desktop breakpoint*/


