/*CSS Style for Service Health Dashboard*/

body {
    margin: 0;
}

.container {
    width: 800px;
    margin: auto;
    padding: 10px;
    font-family: sans-serif;
    font-size: 12px;
}

h3 {
	font-size: 13.5pt;
}

a {
    color: #000088;
}

a:hover {
    text-decoration: underline;
}

a img {
    border: 0;
}

/* Animation Effects */

table {
	font-size: 12px;
	animation: fadein 1s;
}

.linkbar {
	background-color: #eeeeee;
	border-top: 3px solid #228822;
	padding: 8px;
	margin: 8px 0 0 0;
}

.linkbar a {
	text-decoration: none;
	color: #444444;
	font-weight: bold;
}

.whitebg {
	background-color: white;
}

.bordered {
	border: 1px solid #cccccc;
}

.bordered-dark {
    border: 1px solid #888888;
}

.bb {
    border-bottom: 1px solid #cccccc;
}

.fullWidth {
	width: 100%;
}

.floatLeft {
	float: left;
}

.floatRight {
	float: right;
}

.clear {
	clear: both;
}

.bold {
	font-weight: bold;
}

.left {
	text-align: left;
}

.right {
	text-align: right;
}

.top {
	vertical-align: top;
}

.middle {
    vertical-align: middle;
}

.center {
	text-align: center;
}

.margin8 {
	margin: 8px;
}

.pad2 {
	padding: 2px;
}

.pad04 {
	padding: 4px 0 4px 0;
}

.pad4 {
	padding: 4px;
}

.pad8 {
	padding: 8px;
}

.greybg {
	background-color: #eeeeee;
}

.whitebg {
	background-color: #ffffff;
}

.yellowbg {
    background-color: #fcfdef;
}

.yellowfg {
    color: #997744;
}

.greyfg {
    color: #444444;
}

.orangefg {
    color: #dd6622;
}

.archivePopup {
	position: absolute;
	z-index: 10;
	width: 35em;
	bottom: 0px;
	right: 20px;
	text-align: left;
}

table.statusHistory {
	border-collapse: collapse;
}

table.statusHistory  th, table.statusHistory td {
	height: 32px;
	border: 1px solid #cccccc;
}

table.statusHistory th {
    color: #444444;
    background-color: #eeeeee;
    background-image: url("/images/gradient32.gif");
	vertical-align: middle;
	text-align: center;
    font-weight: normal;
}

table.statusHistory td {
	background-color: white;
}

table.statusHistory table td {
	text-align: left;
	border: 0;
}

table.statusHistory table td div {
	width: 100%;
}

div.statusHistoryContentParent {
    overflow: visible;
}

table.statusHistoryContent {
    position: absolute;
    top: 0px;
    left: 0px;
    width: 454px;
    z-index: 0;
}

table.statusHistoryContent td, table.statusHistoryContent th{
    width: 58px;
    text-align: center;
    vertical-align: middle;
}

table.statusHistoryContentLeft {
    width: 300px;
	margin-right: -1px;
}

table.statusHistoryContentLeft td {
    padding-left: 8px;
    padding-right: 8px;
}

table.statusHistoryContentRight {
    width: 32px;
    border-collapse: collapse;
}

table.statusHistoryContentRight td {
    width: 32px;
    background-image: url("/images/gradient32.gif");
    background-color: #eeeeee;
}

td.pad04.right {
    padding-right: 10px;
    padding-left: 4px;
}

.yui-skin-sam .yui-navset .yui-nav .tabStandard a {
    text-decoration: none;
    font-size: 13px;
    color: black;
    border-top: #B9B8B6 1px solid;
    border-left: #B9B8B6 1px solid;
    border-right: #B9B8B6 1px solid;
    border-bottom: #B9B8B6 1px solid;
    padding: 8px 15px;
    background: url("/yui/assets/skins/sam/sprite.png") repeat scroll 0 0;
}

.yui-skin-sam .yui-navset .yui-nav .selected a {
    border-top: #FF9900 2px solid;
    border-left: #B9B8B6 1px solid;
    border-right: #B9B8B6 1px solid;
    border-bottom: white 1px solid;
    font-weight:bold;
    background: white none repeat scroll 0 0;
    background-color: white;
}

.yui-skin-sam .yui-navset .yui-nav .selected a {
    border-top: #FF9900 2px solid;
    border-left: #B9B8B6 1px solid;
    border-right: #B9B8B6 1px solid;
    font-weight:bold;
    background: white none repeat scroll 0 0;
    background-color: white;
}

.yui-skin-sam .yui-navset ul {
    border-bottom: 1px solid white;
}

.yui-skin-sam .yui-navset li {
    position: relative;
    top: 2px;
}

.awsc-notice {
    font-family: "Helvetica Neue",Roboto,Arial,"Droid Sans",sans-serif;
    height: 20px;
    line-height: 20px;
    padding: 5px;
    background-color: yellow;
    color: black;
    text-align: center;
}

.width100{
    width: 100px;
}

.width220{
    width: 220px;
}

.width32{
    width: 32px;
}

.indexStyle{
    text-align: left;
    width: 85%;
    margin: auto;
}

.gifStyle{
    height:22px;
    width:22px;
}

.divStyle{
    text-align: left;
    width: 85%;
    margin: auto;
}

.width25{
    width:25%;
}

.logoStyle{
    position:relative;
    top:100px;
}

.captchaStyle{
    position:relative;
    top:200px;
}

.row-odd{
    background-color:#D9EdF7;
}

.row-even{
    background-color:#FFF;
}

.timestamp{
    font-size:75%;
    color:gray;
}

.region-highlight{
    background-color:#337AB7;
    color:#FFFFFF;
    border: 2px solid #337ab7;
    border-radius: 3px 3px 0 0;
}

.region-hidden{
    background-color:#FFFFFF;
}

.border-right-left{
    border: 1px solid #337ab7;
    border-width: 0 2px 0 2px;
}

.border-bottom{
    border: 1px solid #337ab7;
    border-width: 0 2px 2px 2px;
    border-radius: 0 0 3px 3px;
}

.border-rounded-left-bottom{
    border-radius: 0 0 0 3px;
    -webkit-border-radius: 0 0 0 3px;
    -moz-border-radius: 0 0 0 3px;
}

.border-rounded-left-top{
    border-radius: 3px 0 0 0;
    -webkit-border-radius: 3px 0 0 0;
    -moz-border-radius: 3px 0 0 0;
}

.border-rounded-right-top{
    border-radius: 0 3px 0 0;
    -webkit-border-radius: 0 3px 0 0;
    -moz-border-radius: 0 3px 0 0;
}

.border-rounded-right-bottom{
    border-radius: 0 0 3px 0;
    -webkit-border-radius: 0 0 3px 0;
    -moz-border-radius: 0 0 3px 0;
}

.success-font{
    color:#009900;
}

.error-font{
    color:#FF0000;
}

.warning-font{
    color:#337ab7;
}

.table-border{
    border-collapse:separate;
}

a.recheck-button {
	padding-top: 5px;
	padding-bottom: 5px;
	display:inline-block;
	width:20%;
	height:auto;
	margin-left:auto;
	margin-right:auto;
	border-radius:3px;
	-moz-border-radius:3px;
	-webkit-border-radius:3px;
	background-color:#337AB7;
	box-shadow:0 1px 1px gray;
	color:#eee;
	text-decoration:none;
	cursor: pointer;
}

a.recheck-button:hover {
	color:#fff;
	text-decoration:none;
	box-shadow:0 2px 2px gray;
	text-shadow:0 0 2px #fff;
	cursor: pointer;
}


a.recheck-button:active {
	box-shadow:none;
	cursor: pointer;
}

#button-container {
    font-size: 10pt;
}

#warningDiv {
    padding: 5px 35px 5px 35px;
    text-align: center;
}

#warningDiv a {
    display:inline-block;
    color:orange;
    text-decoration:none;
}

#warningDiv a:hover {
    text-decoration:underline;
}

/* Animation */

.region-highlight {
    animation: fadein 1s;
}

svg {
    animation: fadein 1s;
}

@keyframes fadein {
    from { opacity: 0; }
    to   { opacity: 1; }
}

.loader {
    border: 2px solid #f3f3f3; /* Light grey */
    border-top: 2px solid #3498db; /* Blue */
    border-radius: 50%;
    width: 18px;
    height: 18px;
    animation: spin 2s linear infinite;
    display: inline-block;
}

.downloadImg{
    margin-bottom: 15px;
}

#connectionSpeedContainer{
    display:none;
    margin-bottom: 20px;
}

.connexionSpeed{
    font-size : 2.5em;
    padding: 5px;
}

#download-result {
  margin-top: 20px;
  width: 100%;
}

#powered_by_corexpert {
  width: 200px;
  margin-left: 40px;
  margin-top: -12px;
}

#ws-header {
  margin-bottom: 20px;
}

@keyframes spin {
    0% { transform: rotate(0deg); }
    100% { transform: rotate(360deg); }
}