﻿@charset "utf-8";
/*******************************************************************************

	Global

*******************************************************************************/
body {
    
    Margin:0 auto; 
}

img {
    border:0px;
    vertical-align: middle;
}

img:hover {
    outline:none;
}

*, *:after, *:before {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	font-family: 'Segoe UI', 'Segoe UI Light', sans-serif;
	font-size: 14px;
}

/*******************************************************************************

	Grid System

*******************************************************************************/

.hidden_data {
    display:none;
}

.grid-pad {
	padding: 0px 0 10px 20px;
}

.grid-pad > [class*='col-']:last-of-type {
	padding-right: 20px;
}

.grid:after {
	content: "";
	display: table;
	clear: both;
}

[class*='col-'] {
	float: left;
}

[class*='col-'] {
	padding-right: 20px;
	
}

[class*='col-']:last-of-type {
	padding-right: 0;
}

.col-1-4 {
	width: 25%;
}

.col-3-4 {
	width: 75%;
}

.col-1-3 {
	width: 33.33333%;
}

.col-2-3 {
	width: 66.66667%;
}

.col-1-ss {
	width: 25%;
}

.col-2-ss {
	width: 75%;
}

/*******************************************************************************

	Other

*******************************************************************************/

h1 {
    font-family: 'Segoe UI', 'Segoe UI Light', sans-serif; 
	font-size: 24pt;
	font-weight: 100;
}

h2 {
    font-family: 'Segoe UI', 'Segoe UI Light', sans-serif; 
	font-size: 15pt;
	font-weight: 500;
	padding:0;
	margin: 10px 0 0 0 ;
}

h3 {
    font-family: 'Segoe UI', 'Segoe UI Light', sans-serif; 
	font-size: 13pt;
	font-weight: 400;
	padding:0;
	margin: 5px 0 0 0 ;
}

.helpfulLinks {
	font-size: 12pt;
}

#e_logo span {
	vertical-align: middle;
	font-size: 20pt;
}

ul {
	list-style: circle;
}

.floatRight {
	float: right;
}

.serialNoArea {
	border: solid;
	border-width: 1px;
	border-color: #EBEBEB;
	padding: 0px 16px;
}

#e_tileBand {
    width:960px;
	margin: 0 auto;
	margin-right:auto;
	margin-top:10px;
}

.repBand{
    width:960px;
	margin: 0 auto;
	margin-right:auto;
	margin-top:20px;
}

#e_menu {
    /*text-align:center;*/
	margin-left:auto;
	margin-right:auto;
}

.flipCardContainer {
	width: 200px;
	height: 260px;
	position: relative;
	perspective: 800px;
}

.consolePicFrame {
	position: relative;
	width: 362px;
	height: 304px;
}

.consolePicText {
	position: absolute;
	bottom: 0;
}

#e_flipCard {
	width: 100%;
	height: 100%;
	position: absolute;
	transform-style: preserve-3d;
	transition: transform 1s;
}

#e_flipCard figure {
	display: block;
	position: absolute;
	width: 100%;
	height: 100%;
    backface-visibility: hidden;
	-ms-backface-visibility: hidden;
}

#e_flipCard .flipCardFront {
	backface-visibility: hidden;
	-ms-backface-visibility: hidden;
	margin: 30px;
	background: red;
}

#e_flipCard .flipCardBack {
	background: blue;
	transform: rotateY(150deg);
}

#e_flipCard.flipped, .flipCardFront {
	animation-name: flipz;
	animation-duration: 1s;
}

@keyframes flipz {
	from {
		background: red;	
	}
	50% {
		background: blue;	
	}
	to {
		background: gray;	
	}
}

#e_flipCard.flipped {
	transform: rotateY(180deg);
}

.tile1x1, .tile1x2, .tile1x2-animate {
	font-size:18px;
	color: white;
	float:left;
	margin: 0px 10px 20px 0px;
	width:230px;
}

.tileContents, .tileContentsMed {
	margin-left:20px;
}

.simpleContentsWhite {
    padding:10px;
    color:#EBEBEB;
}

.simpleContentsBlack {
    padding:10px;
    color:#000000;
}

.tileTextContents {
	vertical-align:middle;	
	padding-left:20px;
	display:table-cell
}

.tileButtonContents {
	background-color:#3a3a3a;	
	height:44px;
	width:200px;    
    margin-left:0px;
    margin-top:150px;
    position:absolute;
    top:110px;   
    left:0px;   
    padding-bottom:40px;
}

.tileButtonTextContents {
	/*position:absolute;*/
	width:200px;
    color:white;
	top:6px;
    font-weight:bold;
	text-align:left;
	vertical-align:middle;
	/*padding-left:5px;*/
    cursor:pointer;
}

.tileButtonArrowContents {
	margin-left:200px;
}

.tile1x1 {
	height:168px;
}

.tile1x2, .tile1x2-animate {
	height:358px;
}

.tile1x2-animate {
	opacity: 0.2;
	transition: opacity 500ms ease-out;
}

#e_menuBand, footer, .statusbar, .tile1x1, .tile1x2, .tile1x2-animate {
	background-color: #3a3a3a;
}

.smallIcon {
	width:24px;
	height:24px;
}

footer {
    width:960px;
	margin-top: 60px;
	height: 90px;
    margin : 0px auto !important;
    clear:left;
}

#e_menuBand {
    margin : 0px auto;
	height: 60px;
	line-height: 60px;
    width:100%;
}

#e_menuBand, #e_consoleCheckBand {
	vertical-align: middle;
}

.menuItem, .menuItemSelected, .menuItemEUSmallFS {
	text-decoration: none;
	font-weight: 500;
    margin-right: 40px;
	font-size: 17px;
    border: none;
    outline: none;
}

.menuItem, .menuItemEUSmallFS {
	color: #EBEBEB;
}
.menuItemEUSmallFS :hover {
    border: none;
    outline: none;
	color :  #5DC21E ;
}
.menuItem:hover {
    border: none;
    outline: none;
	color : #5DC21E;
}

.controlColumnLeft {
	float: left;
	margin-right: 20px;
}

 #e_consoleCheckBand, .serialNoBand-show {
	float: left;
	clear: left;
}

#e_consoleCheckBand {
    clear: left;
	background-color: #EBEBEB;
	height: 290px;
}

[class*='staySafe'] {
	font-size: 13px;
}

.ssf-intro {
	color: white;
}

[class*='user-'] {
	position: absolute;
	width:230px;
	height:358px;
}

#e_userHappy {
	background-color: #5DC21E;
}

#e_userConcerned {
	background-color: #F7941D;
}

#e_userBanned {
	background-color: #DC3C19;
}

#e_userBusy {
	background-color: #C2C2C2;
}

#e_userError {
	background-color: #C2C2C2;
}

.reputation_hide {
    display: none;
}

.user-start, .user-hide {
    visibility: hidden;
    opacity: 0.0;
}

.user-show {
	visibility: visible;
	opacity: 1.0;
	transition: opacity 500ms ease-out
}

.ss-hide {
	transition: opacity 500ms ease-out, max-height 500ms ease-out
}

[class*='ss-'] {
	/*position: absolute;*/
	width:640px;
}

.ss-start, .ss-hide {
	max-height: 0;
	opacity: 0.0;
}

.ss-show {
	opacity: 1.0;
	transition: opacity 500ms ease-out
}

.ss-hide {
	transition: opacity 500ms ease-out, max-height 500ms ease-out
}

.serialNoBand {
    clear: left;
	transition: max-height 400ms ease-out, opacity 1s ease-out;
}

.serialNoBand-show {
	opacity:1;
	max-height: 1000px;
	transition: max-height 1s ease-out, opacity 1s ease-out;
}

.relative {
	position:relative;
}

.relative:after {
	content:"";
	display:table;
	clear:both;
}

/*[class*='ccb-col-'] {
	position: absolute;
}
[class*='ccb-row-'] {
	position: absolute;
}*/

.ccb-consoleType {
    padding-right: 0px !important;
    /*width:150px;*/
    margin:0px;
}

.ccb-col-1 {
	left:0px;
}

.ccb-col-2 {
	left:290px;
}

.ccb-col-3 {
	left:510px;
}

.ccb-row-1 {
	top:0px;
}

.ccb-row-2 {
	top:25px;
}

.ccb-row-3 {
	top:60px;
}

.ccb-row-4 {
	top:90px;
}

.ccb-junk {
	position: absolute;
	top:0px;
	left:210px;
}

.msgbar {
	height:40px;
}

.statusbar {
	height: 120px;
}

label, button, .clicktext {
	font-size: 8pt;
	font-weight: bold;
}

.solidButton, .clearButton, .secondChoice, button {
	border: none;
	border-style: none;
	padding-left: 10px;
	padding-right: 10px;
}

.clearButton {
	background-color:none;
	background:none;
}

.ssVertButton, .ssVertButtonSelected {
	border: none;
	border-style: none;
	background:none;
	background-color: none;
	color: #3A3A3A ;
	font-size: 12pt;
	font-weight: 500;
	padding-left: 7px;
    margin-left:-10px;
    padding-top:5px;
    padding-bottom:5px;
    display:block;
    word-wrap: break-word;
}

.ssVertButton:hover, .ssVertButtonSelected:hover {
	color: #3A3A3A;
    outline: none;
    padding-left:7px;
}

.solidButton {
    background-color: #107c10;
    color: white;
    transition-property: background-color;
    transition-duration: 0.1s;
    border-radius:5px;
}

.appealButton {
    background-color: orange;
    color: white;
    transition-property: background-color;
    transition-duration: 0.1s;
    border-radius:5px;
}

.backButton {
    background-color: black;
    color: white;
    transition-property: background-color;
    transition-duration: 0.1s;
}

.appealButton:hover {
    background-color: orange;
}

.appealButton:disabled {
    opacity: 0.6;
    background-color: orange;
}

.ssVertButtonSelected {
	color: #107c10;
    outline:none;
    border:none;
}

.ssSubVertButton, .ssSubVertButtonSelected {
	border: none;
	border-style: none;
	background:none;
	background-color: none;
	color: #3a3a3a;
	font-size: 12pt;
	font-weight: 500;
	padding-left: 20px;
    border: none;
    outline: none;
    text-align:left;
    display:block;
    padding-top:5px;
    margin-left:-10px;
    padding-bottom:5px;
    word-wrap: break-word;
}

.ssSubVertButton:hover, .ssSubVertButtonSelected:hover {
    outline: none;
	color: #3A3A3A;
    padding-left:20px;
}

.ssSubVertButtonSelected {
    border: none;
    outline: none;
	color: #107c10;
	font-weight: 500;
}

.solidButton {
	background-color: #107c10;
	color: white;
	transition-property: background-color;
	transition-duration: 0.1s;
}

.solidButton:hover {
	background-color: #309c30;
}

.solidButton:disabled {
	opacity: 0.6;
	background-color: #107c10;
}

.clicktext {
	color: #299C10;
	background-color: transparent;
	border: none;
	padding-left: 10px;
	padding-right: 10px;
}

.clicktext:disabled {
	padding-left: 10px;
	padding-right: 10px;
}

label {
	color: #3A3A3A;
}

select, input, button {
	height: 30px;
}

.menuItemSelected {
	color: #5dc21e;
}

a, #e_showSernoChart {
	color:#107c10;
	text-decoration: none;
	background-color:none;
}

a:hover, #e_showSernoChart:hover {
	color:#5DC21E;
	background-color:none;
    cursor:pointer;
}

.statusbarSep, footer {
	color: #909090;
	margin-left: 10px;
	margin-right: 10px;
}

.statusBarSep {
	font-size: 16px;
}

footer a {
	font-size: 12px;
	color: white;
}


.signinout {
	font-size: 11px;
}

.gamertag {
	color: #3a3a3a;
	font-size: 12px;
}

#e_signinBand {
    margin-left:15px;
	width:960px;
	margin: 0px auto;
    height: auto;
}

svg { 
	position: relative; 
	width: 100%; /* for IE 6 */
}

#e_ErrorAvatar {
	float:right;
}

.modalDialog {
	font-size:12px;
	display:none;
	position: fixed;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	background: rgba(0,0,0,0.6);
	z-index: 99999;
	opacity:0;
	transition: opacity 400ms ease-in;
	-webkit-transition: opacity 400ms ease-in;
	-moz-transition: opacity 400ms ease-in;
	pointer-events: none;
}

.modalDialog:target {
	display:block; 
	opacity:1;
	pointer-events: all;
}

.modalDialog > div {
	width: 80%;
    height:95%;
	position: relative;
	margin: 0% auto;
    padding-left:10px;
    padding-right:10px;
	border-radius: 8px;
	background: #fff;
	background: -moz-linear-gradient(#fff, #999);
	background: -webkit-linear-gradient(#fff, #999);
	background: -o-linear-gradient(#fff, #999);        
}

.close {
	background: #606061;
	color: #FFFFFF;
	line-height: 25px;
	position: absolute;
	right: -5px;
	text-align: center;
	top: -5px;
	width: 24px;
	text-decoration: none;
	font-weight: bold;
	-webkit-border-radius: 12px;
	-moz-border-radius: 12px;
	border-radius: 12px;
	-moz-box-shadow: 1px 1px 3px #000;
	-webkit-box-shadow: 1px 1px 3px #000;
	box-shadow: 1px 1px 3px #000;
    z-index:1000;
}

.close:hover { 
    background: #107c10; 
}

/*New CSS by Aricent Group*/

.menuItemEUSmallFS ,.menuItem, .menuItemSelected {
    font-size:19px !important;
}

article {
    margin : 0px auto;
}

#HowTo {
    margin : 0px auto;
}

header, nav, section, article, aside, footer {
   display:block;
}

.ht-hide {
	transition: opacity 500ms ease-out, max-height 500ms ease-out
}

ht-start .ht-hide {
    display : none;
}

.ht-hide {
    display:none;
}

.ht-show {
    display:block;
}

.ht-show {
	opacity: 1.0;
	transition: opacity 500ms ease-out
}

.ht-hide {
	transition: opacity 500ms ease-out, max-height 500ms ease-out
}

.htVertButton, .htVertButtonSelected {
	border: none;
	border-style: none;
	background:none;
	background-color: none;
	color: #3A3A3A;
	font-size: 12pt;
	font-weight: bolder;
	padding-left: 7px;
    margin-left:-10px;
    padding-top:5px;
    padding-bottom:5px;
    display:block;
    word-wrap: break-word;
}

.htVertButton:hover {
	color: #107c10;
    border-left: 2px solid #107c10;
    outline: none;
    padding-left:5px;
}

.htVertButtonSelected:hover {
	color: #107c10;
    border-left: 2px solid #107c10;
    outline: none;
    padding-left:5px;
}

.htVertButtonSelected {
	color: #107c10;
    outline:none;
    border:none;
}

.htSubVertButton, .htSubVertButtonSelected {
	border: none;
	border-style: none;
	background:none;
	background-color: none;
	color: #3a3a3a;
	font-size: 12pt;
	font-weight: 500;
	padding-left: 20px;
    border: none;
    outline: none;
    text-align:left;
    display:block;
    padding-top:5px;
    margin-left:-10px;
    padding-bottom:5px;
    word-wrap: break-word;
}

.htSubVertButton:hover {
    border-left: 2px solid #107c10;
    outline: none;
	color: #107c10;
    padding-left:18px;
}

.htSubVertButtonSelected {
    border: none;
    outline: none;
	color: #107c10;
	font-weight: 500;
}

.htSubVertButtonSelected:hover {
	border-left: 2px solid #107c10;
    outline: none;
	color: #107c10;
    padding-left:18px;
}

.ht-col-1-4 {
	float :none !important;
}
.ht-col-3-4 {
}

.ht-start {
    display : none;
}
.howToBottomBand {
    margin-left:30%;
}

#e_menu {
    margin-left:15px;
}

.ss-start {
    display : none;
}
.ss-show {
    display:block;
}
.ss-hide {
    display:none;
}

.ccb-serialno {
    margin-left:28%;
}

.ccb-e_serailno {
    margin-left:20%;
}
.ccb-elookupconsole {
    margin-left:20px;
}

/*changes for zoom in zoom out*/

header {
    margin : 0px auto;
    width :100%;
}

#e_menuItemsHost {
    text-align:left;
    width: 100%;
    margin-right:10px;
}

#e_menu {
    text-align:justify;
    width: 960px;
    height:60px;
    margin: 0px auto;
}

.columnLeft {padding-top:2px;

}

article {
    min-height:800px;
}

#e_greenBand {
    background-color:#299c10;
    height:260px;

}

.gridGreen {
    width:960px ;
    margin:0px auto ;
    background-color:#299c10;
    height:300px;
}

.gridGrey {
    background-color: #c2c2c2;
}

.gridDarkGrey {
    background-color: #6b6b6b;
}

.gridOrange {
    background-color: #f7941d;
}

/*Added to remove orange outline while focused.*/
*:focus {
    outline: none;
}

option {
    margin:0px;
}

/*Added for new Tiles*/
#e_userWelcome{
	margin : 0px 10px 10px 0px;
	width:230px;		
}

#e_userHappy {
	margin : 0px 10px 10px 0px;
	width:230px;		
}

.greyBtn {
	font-size:18px;
	margin-top:40px;
	margin-left:-20px;
	padding: 10px;
	color:#EBEBEB;
	background-color: #3a3a3a;
    position:relative;
}

.reptile1x1 {
	margin : 0px 10px 10px 0px;
	width:150px;
    height:169px;
	position:relative;
    bottom:10px;
	left:0;
    font-size:18px;
	color: white;
	float:left;
	margin: 0px 10px 10px 0px;	
}

.reptile1x1line {
	margin : 0px 0px 10px 0px;
	width:300px;
    height:200px;
	position:relative;
    bottom:10px;
	left:0;
    font-size:18px;
	color: white;
	float:left;
	margin: 0px 10px 10px 0px;	
}

.reptile1x1progress {
	margin : 0px 0px 10px 0px;
	width:300px;
    height:138px;
	position:relative;
    bottom:10px;
	left:0;
    font-size:18px;
	color: white;
	float:left;
	margin: 0px 10px 10px 0px;	
}

.align_center {
    text-align:center;
}

.tile1x1_icon_img_top{
	position:absolute;
	width:75px;
	height:75px;
	padding:0px;
    margin-top:10px;
    margin-left:10px;
}

.tile1x1_icon_img_top_center{
    position:relative;
	height:100px;
	padding:0px;
    margin-top:10px;
 }

.special_size{
    margin-top:28px;
	height:75px;
	width:17px;
 }

.special_size1{
    margin-top:28px;
	height:75px;
	width:75px;
 }

.tile1x1_icon_img_bottom{
	position:absolute;
	bottom:0;
	left:0;
	padding:0px;
    margin:0px;
}

.tileTextContents {
	position:absolute;
	padding-top:10px;  
    padding-left:10px;  
    padding-right:10px;  
	margin:0px;
	z-index:20;
    font-size:x-large;
    text-align:left;
}

.tileMovingImageBox {
    width:230px; 
    height:154px; 
    text-align:center
}

.tileMovingImageBoxLong {
    width:230px; 
    height:230px; 
    text-align:left;
    padding:20px;
}

.tile1x1 .align_bottom {
	bottom:10px;
	left:0;
}

.tile1x1_bg_img {
	position:absolute;
	margin:0px;
	padding:0px;
	width:230px;
	height:174px;
	opacity:.3;
	z-index:1;	
    -ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=10)";
}

#nav a,#s7 strong {
    border:0px;
    border-radius: 30px;
    background:white;
    text-decoration:none;
    margin:0 5px;
    padding:0px 5px;
    color:transparent;
}

#nav a.activeSlide 
{
    background:#107C10;
}

#nav a:focus 
{
    outline:none;
}

#nav1 a,#s7 strong {
    border:0px;
    border-radius: 30px;
    background:white;
    text-decoration:none;
    margin:0 5px;
    padding:0px 5px;
    color:transparent;
}

#nav1 a.activeSlide 
{
    background:#107C10;
}

#nav1 a:focus 
{
    outline:none;
}


.listaccounts {
    margin-top:40px;
    float:left;    
}
.listItemsaccounts {
    list-style-type:none;
}
.historyDesc {
    color:white;
}

.hisDesc {
    color:white;
    font-size: x-large;    
}

.listItem {
    list-style-type:none;
    display:inline;
}

/*Show History*/
#tabs_wrapper {
    width: 422px;
}

#tabs {
    list-style: none;
    padding: 5px 0 4px 0;
    margin: 0 0 0 0px;
    font: arial;
}
#tabs li {
    display: inline;
}
#tabs li a {
    padding: 0px 6px;
    text-decoration: none;
    background-color: White;
    border-bottom: none;
    outline: none;
    Color:#107C10;
}
#tabs li a:hover {
    background-color: transparent;
    padding: 4px 6px;
}
#tabs li.active a {
    border-bottom: 1px solid #EBEBEB;
    background-color: White;
    padding: 4px 6px 5px 6px;
    border-bottom: none;
color:#3A3A3A;

}
#tabs li.active a:hover {
    background-color: transparent;
    padding: 4px 6px 5px 6px;
    border-bottom: none;
    outline:none;
} 
.tab_content {
    display: none;    
}

#tab-wrapper {
    /*width:65%;*/
    margin-left:200px;
}
#link-wrapper {
   float:left;
    margin-top:20px;
    width:20%;
}

#tblEnforcements_length{
        display: none;
}
#tblEnforcements.dataTable tr {
     background-color:  white; 
} 
#tblEnforcements.dataTable td { 
    background-color:  white; 
}

#tabs {
    font-family: 'Segoe UI', Arial, Sans-Serif;
}
ul #tabs {
    border-bottom: 1px #eee solid;
}
.tab-content {
    /*margin-top:30px;*/
}

.tab-content table tr td {
    padding: 9px 0;
}

.tab-content table, .tab-content td {
    border-collapse: collapse;
}

.tab-content table thead td {
    font-weight: bold;
}

#tabItem {
    margin:5px;
}

.leftTopTags a {
    box-sizing: border-box;
	font-family: 'Segoe UI';
	font-size: 14px;
    color:white; 
    margin-left:30px;     
}

.tabsStyle {
    box-sizing: border-box;
	font-family: 'Segoe UI';
	font-size: 14px;
    color:white; 
}

.leftTopTagsActive a {
    box-sizing: border-box;
	font-family: 'Segoe UI';
	font-size: 14px;
    /*color:#3A3A3A;*/
    /*background-image: url(~/Content/Art/Home/Enforcement/IconArrowRight_LtGreen_Small.png);*/
    background-repeat:no-repeat;
    /*padding-left:30px;*/
    margin-left: 0px !important; 
    padding-bottom:5px;     
}

.enflist {
    margin-left:5px;
    color:#6B6B6B;
}

.tab-content table tbody td a { 
    color:#6B6B6B;    
}

.tile1xprogress {
    font-size:18px;
    color: white;
    float:left;
    margin: 150px 100px 100px 100px;
    width:230px;
}

.howtoprogress {
    font-size:18px;
    color: #3A3A3A;
    margin: auto;       
    width:100px;
    position:fixed;
    top: 50%;
    left: 50%;
}

.BackButton {
	background-color:#3A3A3A;	
	height:25px;
	width:50px;    
    position:absolute;
    color:white;
    font-size:xx-small;
    font-weight:lighter;
     
    }

.reputationGrid {
      width:961px ;
      margin-left: auto;
      margin-right:auto;
      margin-top:10px;
     /*overflow:auto;*/
}

.reputationBanner {
    width:961px; 
    margin-left:auto; 
    margin-right:auto; 
    position:relative;
}

.reputationTopBand {
    background-color: #6B6B6B;
    height:50px;
    width:961px;
    margin-left:3px;
    margin-right:auto;
    margin-top:10px;
}

.reputationHeader {
    background-color:#6B6B6B;
    margin:0px;
    padding-left:5px;
    height:65px;
    color: #EBEBEB;
}

.reputationChart {
    /*background-color:lightgray;*/
    float:left;
    position:relative;
}

.reputation2TopBand {
    background-color: #C2C2C2;
    height:100px;
    width:961px;
    margin-left:auto;
    margin-right:auto;
}

.enforcementName {
    color:#6B6B6B;
    margin-left:10px;
}

.smallFontSize ,.menuItemEUSmallFS{
    font-size: 15px !important;
}

.arrow-pointer {
    cursor:pointer;
}

.useLesserFontHowTo {
    font-size: 12px !important;
}

.normalTermsOfUse {
    vertical-align: top; 
    font-size: 13px; 
    line-height: 32px;
}

.conditionalTermsOfUse {
    vertical-align: top; 
    font-size: 9px !important; 
    line-height: 32px;
}

.normalActiveMsg {
    margin: 20px;
}

.conditionalActiveMsg {
    margin: 20px;
    font-size:11pt !important;
}

/*Top Bands*/

#e_consoleCheck, #e_indexIntros, #e_ssTopBandGrid, #history_TopBandGrid, #history_BottomBandGrid ,.topBand, #e_showSerial, .horzInnerPage, .staySafeBottomBand, .headerclass {
	width:960px;
	margin-left:auto;
	margin-right:auto;
}

.staySafeTopBand {
	background-color: #299C10;
}

.codeTopBand {
	/*background-color: #5DC21E;*/
    background-color:transparent;
}

.consoleCheckTopBand{
	background-color: #EBEBEB;
}

.howToTopBand {
	height: 550px;
    margin-top: 30px;
    float:left;
}

.ActiveEnfTopBand {
	background-color: #F7941D;	
}

.HistoryEnfTopBand {
	background-color: #6B6B6B;	
}

.reputationTopBand {
    background-color: #6B6B6B;
}

.whatsHappeningTopBand {
	background-color: #6B6B6B;
}

.whatsGreyBand {
    width:960px;
    background-color:#6B6B6B;
    height:160px;
    padding:5px;
}

.whatsBottomBand {
    width:960px;
	min-height: 700px;
    padding:5px;
    overflow: auto;
}

.codeGreenBand {
    width:960px;
    background-color:#299c10;
    height:160px;
    padding:5px;
}

.codeBottomBand {
    width:960px;
	/*height: 700px;*/
    padding:5px;
    overflow:auto;
}

.staySafeBottomBand {
	overflow: auto;
    padding:5px;
}

.showRepGraph {
   display:block;
}

.hideRepGraph {
   display:none;
}

/*Reputation Chart Specific*/
body{

    font-family: "Segoe UI";    
}

svg {
	background:#C2C2C2;
}

.lineChartSVG{
    background: #C2C2C2;
    margin-top:20px;
}

.border{
 border: 1px solid #C2C2C2;
}

.margin{
    margin-left: 20px;
    margin-right:20px;
}

.outerDiv{
    /*height: 250px;*/
    float: left;
	font-size: 12px;
    background: #C2C2C2;
    width:40%;
}
.x.axis line, .y.axis line {
    stroke-opacity: .3;

}
.axis text {
    fill:white;
}

.axis path, .axis line{
    stroke: #C2C2C2;
    stroke-width:2px;
	stroke-opacity: .3;
	fill:none;
    shape-rendering: crispEdges;
}

.x.axis path {
	fill:none;
}

.y.axis path {
	fill:none;
}

#chartContainer4 .axis path,#chartContainer4  .axis line{
    stroke: white;
    stroke-opacity: .5;
    fill:none;
    shape-rendering: crispEdges;
}

#chartContainer4, #chartContainer5{
    background: #C2C2C2;
}

.bar {
	fill:none;
	stroke : #E65A23;
	stroke-width:2px;
	shape-rendering: crispEdges;
}

.barText {
    fill:#EBEBEB;
}

.blackBarText {
    fill:#3a3a3a;
}

.greybar {
    fill:none;
    stroke : #C2C2C2;
    stroke-width:2px;
    shape-rendering: crispEdges;
}

.chartLabel{
    text-align: left;
    margin: 0;
    font-size: 16px;
    font-weight: bold;
    color: #3A3A3A;
}

.lblDiv{
    width: 100%;
    height: 28px;
    padding-left: 15px;
    border-bottom: 1px solid #3A3A3A;
}

.little{
    fill: #fff;
    stroke: #666;
    stroke-width: 1px;
}

.blkBg{
    stroke: #3A3A3A;
    stroke-width:2px;
    fill:#3A3A3A;
}

.greenBar{
    fill:#107C10;
    stroke:#3A3A3A;
    stroke-width:0px;
}

.redBar{
    fill: #660000;
}

.hBar{
    background: none;
    color:#3A3A3A;
}

.blkTxt{
    fill:#3A3A3A !important;
    font-weight:bold;
}

.innerHeader
{
    font-weight:bold;
    font-size:12px;
}

/*Conditional css for Reputation*/
.conditionalRep {
    font-size: 13px !important;
    font-family: 'Segoe UI', 'Segoe UI Light', sans-serif;
}

.conditionalXtraRep {
    font-size: 10px !important;
}

.defaultRep {
    font-size:13px;
    font-family: 'Segoe UI', 'Segoe UI Light', sans-serif;
}

.repDataHeading {
    color: #EBEBEB;
    font-weight:bold;
    font-size:20px;
    font-family: 'Segoe UI', 'Segoe UI Light', sans-serif;
}

.appealCommentBG {
    background-color: lightgoldenrodyellow;
}

.appealCommentBG1 {
    background-color: lightcyan;
}

.needInfoBox {
    font-size: 12px;
    display: none;
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: rgba(0,0,0,0.6);
    z-index: 99999;
    opacity: 0;
    transition: opacity 400ms ease-in;
    -webkit-transition: opacity 400ms ease-in;
    -moz-transition: opacity 400ms ease-in;
    pointer-events: none;
}

    .needInfoBox:target {
        display: block;
        opacity: 1;
        pointer-events: all;
    }

    .needInfoBox > div {
        width: 500px;
        height: 500px;
        position: relative;
        /*margin: 0% auto;*/
        margin: auto;
        padding-left: 10px;
        padding-right: 10px;
        border-radius: 8px;
        background-color: orange;
        background: -moz-linear-gradient(orange, #999);
        background: -webkit-linear-gradient(orange, #999);
        background: -o-linear-gradient(orange, #999);
    }

/*******************************************************************************

	Appeals

*******************************************************************************/
.appealtab {
    list-style: none;
    overflow: hidden;
    margin: 5px 0px 0px 0px; 
    padding:0px;
}

    .appealtab li {
        float: left;
    }

        .appealtab li .appealmenuItem {
            text-decoration: none;
            padding: 10px 7px 10px 48px;
            position: relative;
            display: block;
            float: left;
            font-family: 'Segoe UI', 'Segoe UI Light', sans-serif;
            font-size: 14px;
            width:186px;
            text-align:center;
}

            .appealtab li .appealmenuItem:after {
                content: " ";
                display: block;
                width: 0;
                height: 0;
                border-top: 50px solid transparent;
                border-bottom: 50px solid transparent;
                position: absolute;
                top: 50%;
                margin-top: -50px;
                left: 100%;
                z-index: 2;
            }

            .appealtab li .appealmenuItem:before {
                content: " ";
                display: block;
                width: 0;
                height: 0;
                border-top: 50px solid transparent;
                border-bottom: 50px solid transparent;
                border-left: 30px solid white;
                position: absolute;
                top: 50%;
                margin-top: -50px;
                margin-left: 5px;
                left: 100%;
                z-index: 1;
            }

        .appealtab li:first-child .appealmenuItem {
            padding-left: 10px;
        }

        /*.appealtab li .appealmenuItem:hover {
            background: rgb(254,214,102);
        }
         .appealtab li .appealmenuItem:hover {
            background: rgb(254,214,102);
        }

            .appealtab li .appealmenuItem:hover:after {
                border-left-color: rgb(254,214,102);
            }*/

#container
{
   border: 1px solid rgb(247,147,29);
   margin-left:auto;
   margin-right:auto;
   width:960px;
   margin-top:6px;
}
.containerImg {
    position:relative;  
    float:left;
    top:25px;
}
#contentholder {
    z-index:9999;
    margin: 0 auto; 
    height:100%;
    width:100%; 
    position:relative; 
}

.contentDiv {
    background:#EBEBEB;
    padding:10px;
    margin-top:20px;
}

.imghome
{
  margin-top:-32px;
  margin-left:0px;
}

.imgcasereview
{
  margin-top:-32px;
  margin-left:100px;
}

.imgredeemcode
{
  margin-top:-32px;
  margin-left:240px;
}

.imgsubmitcase
{
  margin-top:-32px;
  /*margin-left:380px;*/
  margin-left:70px;
}

.imgunderreview
{
  margin-top:-32px;
  margin-left:270px;
}


.imgneedinfo
{
  margin-top:-32px;
  /*margin-left:640px;*/
  margin-left:460px;
}

.imgdecision
{
  margin-top:-32px;
  /*margin-left:750px;*/
  margin-left:640px;
}

.imgcomplete
{
  margin-top:-32px;
  /*margin-left:850px;*/
  margin-left:830px;
}

.appealmenuItem
{
	background:#6B6B6B;
color:white;
}

.appealmenuItem:after{
	border-left: 30px solid #6B6B6B;
}


.menuSelected { background: rgb(247,147,29); }
.menuSelected:after { border-left-color: rgb(247,147,29) ; }


.solidButton1 {
    background-color: #107c10;
    color: white;
    transition-property: background-color;
    transition-duration: 0.1s;
}

.solidButton1:hover {
    background-color: #309c30;
}

.solidButton1:disabled {
    opacity: 0.6;
    background-color: #107c10;
}

  .bubble_alt {
    position: relative;
    width: 368px;
    height: auto;
    padding: 23px;
    color:white;
    background: #6B6B6B;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
}

  .bubble_alt:after {
    content: "";
    position: absolute;
    top: -10px;
    left: 323px;
    border-style: solid;
    border-width: 0 10px 10px;
    border-color: #6B6B6B transparent;
    display: block;
    width: 0;
    z-index: 1;
}

  .bubble {
    position: relative;
    width: 368px;
    height: auto;
    padding: 23px;
    background: #C2C2C2;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
}

  .bubble:after {
    content: "";
    position: absolute;
    top: -10px;
    left: 30px;
    border-style: solid;
    border-width: 0 10px 10px;
    border-color: #C2C2C2 transparent;
    display: block;
    width: 0;
    z-index: 1;
}

   .bubbletxt {
    position: relative;
    width: 368px;
    height: auto;   
    background: #C2C2C2;
    -webkit-border-radius: 12px;
    -moz-border-radius: 12px;
    border-radius: 12px;
}

  .bubbletxt:after {
    content: "";
    position: absolute;
    bottom: -0px;
    left: 276px;
    border-style: solid;
    border-width: 0px 46px 0;
    border-color: #FFE699 transparent;
    display: block;
    width: 0;
    z-index: 1;
}

#appealtabdiv
{
      width:960px;
      margin-left:auto;
      margin-right:auto; 
}

.bubbletxtWhite {
    position: relative;
    width: 330px;
    height: auto;   
    background: white;
    -webkit-border-radius: 12px;
    -moz-border-radius: 12px;
    border-radius: 12px;
}

.bubbletxtWhite:after {
    content: "";
    position: absolute;
    bottom: -0px;
    left: 276px;
    border-style: solid;
    border-width: 0px 46px 0;
    border-color: white transparent;
    display: block;
    width: 0;
    z-index: 1;
}

.solidButtonEdit {
    background-color: #107c10;
    color: white;
    transition-property: background-color;
    transition-duration: 0.1s;
}

.solidButtonEdit:hover {
    background-color: #309c30;
}

.solidButtonEdit:disabled {
    opacity: 0.6;
    background-color: #107c10;
}

.solidButtonSave {
    background-color: #107c10;
    color: white;
    transition-property: background-color;
    transition-duration: 0.1s;
}

.solidButtonSave:hover {
    background-color: #309c30;
}

.ss-intro {
	display:inline-block;
	color:white;
	background-color:#299c10;
    padding-bottom:20px;
}

.ss-intro h2 {
    font-size:25px;
    font-weight:bold;
}

.fixed-links{
	position:absolute;
	top:130px;
	background-color:#3a3a3a;
	color:#EBEBEB;
	width:235px;
    margin-left:-5px;
	
}
.fixed-links a{
	color:#EBEBEB;
	margin-left:10px;
	margin-top:5px;
	margin-bottom:5px;
    margin-right:5px;
}

.fixed-links a:hover, .fixed-links a.ssVertButtonSelected {
	color:#299c10;
}

.solidButtonSave:disabled {
    opacity: 0.6;
    background-color: #107c10;
}

.solidButtonCancel {
    background-color: #107c10;
    color: white;
    transition-property: background-color;
    transition-duration: 0.1s;
}

.solidButtonCancel:hover {
    background-color: #309c30;
}

.solidButtonCancel:disabled {
    opacity: 0.6;
    background-color: #107c10;
}

.appealSolidButton_gray {
    border: none;
    border-style: none;
    padding-left: 10px;
    padding-right: 10px;
    background-color: #6B6B6B;
    color: white;
    transition-property: background-color;
    transition-duration: 0.1s;
    width:135px;
    height:40px;
    word-wrap:break-word;
    border-radius:10px;
}

.complaintTopBand {
    width:960px;
    margin-left: auto;
    margin-right: auto;
    border-bottom-width:2px;
    border-color:#6B6B6B;
    border-left-width:.5px;
    border-right-width:.5px;
    border-top:0px;
    margin-top:10px;
    position: relative;
}

.appealSolidButton_gray:hover {
    background-color: #6B6B6B;
}

.appealSolidButton_gray:disabled {
    opacity: 0.6;
    background-color: #107c10;
}

.chkComplaint {
    height:15px;
}

#nav1_comp a,#s7 strong {
    border:0px;
    border-radius: 30px;
    background:white;
    text-decoration:none;
    margin:0 5px;
    padding:0px 5px;
    color:transparent;
}

#nav1_comp a.activeSlide 
{
    background:#107C10;
}

#nav1_comp a:focus 
{
    outline:none;
}

.displayMessage {
    display:block;
}

.appealConfirmation
{
	background:#6B6B6B;
    color:white;
    height:80px;
}

.appealPartialViewBackground
{
	background:#EBEBEB;
    padding:10px;
    height:400px;
    overflow:auto;
    overflow-x:hidden;
}

.appealStatusRight {
    margin-left:700px;
    position:relative;     
}

.appealPageName {
    position:relative; 
    float:left; 
    top:0;
    margin-bottom:auto;
    margin-top:auto;
    height:30px;
}
.appealStatus {
    margin-bottom:auto;
    margin-top:auto;
    height:30px;
}

.appealSolidButton {
    background-color: #107c10;
    color: white;
    transition-property: background-color;
    transition-duration: 0.1s;
    border: none;
    border-style: none;
    border-radius:5px;
}


.appealSolidButton:hover {
    background-color: #309c30;
}


.appealSolidButton:disabled {
    opacity: 0.6;
    background-color: #107c10;
}


.redeemSolidButton {
    background-color: #107c10;
    color: white;
    transition-property: background-color;
    transition-duration: 0.1s;
    border: none;
    border-style: none;
}

.redeemSolidButton:hover {
    background-color: #309c30;
}


.redeemSolidButton:disabled {
    opacity: 0.6;
    background-color: #107c10;
}


.complaintMessageDiv {
    font-size:18px;
    z-index:999;
    margin: auto;       
    width:100px;
    position:fixed;
    top: 50%;
    left: 50%;
}

.required {
    color:red;
}

.busyIndicator{
    width:100%;
    height:100%;
    position:fixed;
    z-index:99999;
 }

    .Unserline {
        color: white;
        text-decoration: underline;
    }

    .UnserlineNone {
        color: white;
    }

    .Orangetext {
        color:#f56c06;
        text-align: justify;
    }

    .graytext {
        color:#6b6b6b;
        text-align: justify;
    }

    .center {
        margin-left: auto;
        margin-right: auto;
    }


    .eligibiltyHeading {
        font-size:32px;
        font-weight:normal;        
    }

    .boxMargin {
        padding:15px;
        padding-top:2px;
    }

    .outerBoxBorder {
        border:1px solid green; 
    }

    .fadeBox {
	    background: #fff url(/Content/Art/CaseReview/rightbg.gif) repeat-x;
    }

    .statusHeadGreen {
        font-size:18px;
        font-weight:normal;
        color:green;
    }

    .statusHeadRed {
        font-size:18px;
        font-weight:normal;
        color:red;
    }

     .statusHeadnormal {
        font-size:18px;
        font-weight:normal;        
    }

    .statusSubHeadWhite {
        font-size:14px;
        font-weight:normal;
        color:black;
    }

    .statusNoteGold {
        font-size:12px;
        font-weight:normal;
        font-style:italic;
        color:gold;
    }

.msgBarHome {
    text-align: center;
    color: white;
    font-weight: normal;
    word-wrap: break-word;
    padding: 5px;
    border-radius: 5px;
    vertical-align: middle;
    margin-bottom: 10px;
    margin-right: 10px;
}

.tile1x1_orange {
	background-color:#F7941D;
}

.tile1x1_red {
	background-color:red;
}

.tile1x1_darkgreen {
	background-color:#107C10;
}
.tile1x1_green {
	background-color:#299C10;
}
.tile1x1_black {
	background-color:#3A3A3A;
}
.tile1x1_grey {
	background-color:#6B6B6B;
    height:358px;
}
.tile1x1_lightgrey {
	background-color:#C2C2C2;
	color:#C2C2C2;
}

.tile1x1, .tile1x2 {
	margin : 0px 10px 10px 0px;
    width:230px;
}

.tile1x1 {
	height:175px;
	position:relative;
}

/*---------------Questionnaire related---------------*/

.mainContainer {
    width:960px;
    height:auto;
    margin-left:auto;
    margin-right:auto;    
    overflow:hidden;    
    border-image: none;
    margin-top:20px;
    display:none;
}

.attemptsReached {
    width:960px;
    height:auto;
    margin-left:auto;
    margin-right:auto;    
    overflow:hidden;
    border: 3px solid green; 
    border-image: none;
    margin-top:10px;
    padding:10px;
}

.radioStyle {
    width:14px;    
    height:14px;
    float: left;       
}

.labelStyle {
    width: auto;
    height: auto; 
    margin-left:5px;   
}

.innerContainer {
       
}

.innerContainer1 {
       margin-top:30px;
}

.elementlistStyle {
    display: table-cell;
}

.buttonStyle {
    float:right;
    margin: 5px;
    margin-top:50px;
}

.buttonShow {
    display: block;
}

.buttonHide {
    display: none;
}

.showRedeemCodeOption {
    display:table-cell;
}

#headerDiv span {
	vertical-align: middle;
	font-size: 18pt;
}

.description {   
    padding:10px;
}

.choiceStyle {
    margin-right:10px;
    float:left;
}


.secondChoice {
    background-color: #DE0606;
    color: white;
    transition-property: background-color;
    transition-duration: 0.1s;    
}

.secondChoice:hover {
	background-color: rgba(222, 6, 6, 0.76);
}

.secondChoice:disabled {
	opacity: 0.6;
	background-color: #eb7777;
}

.btnsContainer {
    margin-top:10px;
    padding:10px;
}

.storyEffect{
	-webkit-box-shadow: 0 10px 6px -6px #777;
	   -moz-box-shadow: 0 10px 6px -6px #777;
	        box-shadow: 0 10px 6px -6px #777;
}

.storyBorder {
    border: 1px solid #309c30;
    border-radius:5px;
}

.userselection {
    border: 2px solid #6B6B6B;
    font-size: 12pt;    
    -webkit-box-shadow: 0 10px 6px -6px #6B6B6B;
	   -moz-box-shadow: 0 10px 6px -6px #6B6B6B;
	        box-shadow: 0 10px 6px -6px #6B6B6B;
}

.smallHistory {
    height:265px;
}

.longHistory {
    height:400px;
}

.denyHistory {
    height:355px;
}


.denyHistorySubmit {
    height:263px;
}
