/** Add css rules here for your application. */


/** Example rules used by the template application (remove for your app) */
h1 {
  font-size: 2em;
  font-weight: bold;
  color: #777777;
  margin: 40px 0px 70px;
  text-align: center;
}

ul {
	padding:0;
	margin:0;
}
ul, li {
	list-style: none;
}

iframe {
	border:0;
}

.sendButton {
  display: block;
  font-size: 16pt;
}

/** Most GWT widgets already have a style name defined */
.gwt-DialogBox {
  width: 400px;
}

.dialogVPanel {
  margin: 5px;
}

.serverResponseLabelError {
  color: red;
}

/** Set ids using widget.getElement().setId("idOfElement") */
#closeButton {
  margin: 15px 6px 6px;
}

body {
	background: #dbf3fa;
}

.header {
	background: #dbf3fa;
	width: 100%;
	height: 100%;
}
.logo {
	background: url("logo.png") no-repeat #dbf3fa 20px 10px;
	width: 365px;
	height: 72px;
}

.footer {
	background: #dbf3fa;
	width: 100%;
	height: 100%;
	text-align:center;
}
.radiuslogo {
	background: url("radiuslogo.png") no-repeat #dbf3fa;
	width: 228px;
	height: 65px;
	float:right;
	margin: 10px;
    position: absolute;
    right: 0px;	
}

.metlifelogo {
    background: url(MetLife-Logo.png) no-repeat #dbf3fa;
    width: 430px;
    height: 76px;
    float: left;
    margin: 10px;
    left: -6px;
    bottom: 10px;
    position: relative;
}

.htmlcontent {
	margin: 10px;
	
}
.htmlcontent ol { ist-style-position: outside; }
.htmlcontent ul { list-style-type: circle; }
.htmlcontent li { list-style-type: circle; }


#container {
	position:absolute;
	top:0;
}

#cbt_themes_combo-input, #cbt_resolution_combo-input, 
#cba_attributes_combo-input, #cba_resolution_combo-input,
#cbas_demos_combo-input, #cbas_resolution_combo-input {
	color:#fff;
	background:#0068aa;
}

.itemreorderpanel {}
.itemreorderpanel-autox {
	overflow-x: auto !important;
	overflow-y: hidden;
}
.itemreorderpanel-autoy {
	overflow-x: hidden;
	overflow-y: auto !important;
}
.bannercolumnpreview,
.stubrowpreview{
	text-align: center;
}
.settingspane {
	overflow-x:auto;
	overflow-y:auto;
}

.crosstabpreviewpane {
	overflow-x:auto;
	overflow-y:auto;
}

.crosstabreport {
	margin:10px;
}

.crosstabreport .title {
	margin:10px;
	text-align: center;
	font-size: 13pt;
}
.crosstabreport .warning div.lowbase {
	background: url(warning.jpg) no-repeat 2px;
	background-size: 17px;
	padding-left: 24px;
	color: #FFCC66;
	font-weight: bold;
}
.crosstabreport .warning div.verylowbase {
	background: url(error.jpg) no-repeat 2px;
	background-size: 17px;
	padding-left: 24px;
	color: #C80000;
	font-weight: bold;
}

.crosstabreport .crosstab {
}
.crosstabreport .crosstab thead th {
    padding:10px;
    color:#fff;
    text-shadow:1px 1px 1px #a3b9df;
    border:1px solid #6d88b7;
    border-bottom:3px solid #6d88b7;
	background: rgb(184,198,223); /* Old browsers */
	background: -moz-linear-gradient(top,  rgba(184,198,223,1) 0%, rgba(109,136,183,1) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(184,198,223,1)), color-stop(100%,rgba(109,136,183,1))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  rgba(184,198,223,1) 0%,rgba(109,136,183,1) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  rgba(184,198,223,1) 0%,rgba(109,136,183,1) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  rgba(184,198,223,1) 0%,rgba(109,136,183,1) 100%); /* IE10+ */
	background: linear-gradient(to bottom,  rgba(184,198,223,1) 0%,rgba(109,136,183,1) 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#b8c6df', endColorstr='#6d88b7',GradientType=0 ); /* IE6-9 */
    -webkit-border-top-left-radius:5px;
    -webkit-border-top-right-radius:5px;
    -moz-border-radius:5px 5px 0px 0px;
    border-top-left-radius:5px;
    border-top-right-radius:5px;
    text-align: center;
}
.crosstabreport .crosstab thead th:nth-child(1) {
    -webkit-border-top-left-radius:5px;
    -webkit-border-bottom-left-radius:5px;
     -webkit-border-top-right-radius:5px;
    -moz-border-radius:5px 5px 5px 0px;
    border-top-left-radius:5px;
    border-top-right-radius:5px;
    border-bottom-left-radius:5px;
}
.crosstabreport .crosstab tbody th {
    padding:10px;
    color:#fff;
    text-shadow:1px 1px 1px #a3b9df;
    border:1px solid #6d88b7;
    border-bottom:3px solid #6d88b7;
	background: rgb(184,198,223); /* Old browsers */
	background: -moz-linear-gradient(top,  rgba(184,198,223,1) 0%, rgba(109,136,183,1) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(184,198,223,1)), color-stop(100%,rgba(109,136,183,1))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  rgba(184,198,223,1) 0%,rgba(109,136,183,1) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  rgba(184,198,223,1) 0%,rgba(109,136,183,1) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  rgba(184,198,223,1) 0%,rgba(109,136,183,1) 100%); /* IE10+ */
	background: linear-gradient(to bottom,  rgba(184,198,223,1) 0%,rgba(109,136,183,1) 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#b8c6df', endColorstr='#6d88b7',GradientType=0 ); /* IE6-9 */
    -webkit-border-top-left-radius:5px;
    -webkit-border-bottom-left-radius:5px;
    -moz-border-radius:5px 0px 0px 5px;
    border-top-left-radius:5px;
    border-bottom-left-radius:5px;
    text-align: center;
}
.crosstabreport .crosstab thead th {
	max-width: 85px;
}
.crosstabreport .crosstab tbody th {
	max-width: 150px;
}
.crosstabreport .crosstab thead th:empty{
    background:transparent;
    border:none;
}
.crosstabreport .crosstab tfoot td{
    color: #9CD009;
    font-size:32px;
    text-align:center;
    padding:10px 0px;
    text-shadow:1px 1px 1px #444;
}
.crosstabreport .crosstab tfoot th{
    color:#666;
}
.crosstabreport .crosstab tbody td{
    padding:10px;
    text-align:center;
    background-color:#c3d9ff;
    border: 2px solid #c3d9ff;
    -moz-border-radius:2px;
    -webkit-border-radius:2px;
    border-radius:2px;
    color:#666;
    text-shadow:1px 1px 1px #fff;
}
.crosstabreport .crosstab .bannername {
}
.crosstabreport .crosstab .columncode {
}

.crosstabreport .crosstab th .unweighted, 
.crosstabreport .crosstab th .weighted, 
.crosstabreport .crosstab th .vertical, 
.crosstabreport .crosstab th .horizontal, 
.crosstabreport .crosstab th .index, 
.crosstabreport .crosstab th .significance { 
	font-size:80%;
}
.crosstabreport .crosstab .unweighted :not(.lowbase),
.crosstabreport .crosstab .unweighted :not(.verylowbase) {
	color: black;
}
.crosstabreport .crosstab .weighted :not(.lowbase),
.crosstabreport .crosstab .weighted :not(.verylowbase) {
	color: gray;
}
.crosstabreport .crosstab .lowbase {
	color: black !important;
	background:0;
	background-color: #FFCC66 !important;
	text-shadow:none;
	border-width:0;
}
.crosstabreport .crosstab .verylowbase {
	color: white !important;
	background:0;
	background-color: #C80000 !important;
	text-shadow:none;
	border-width:0;
}

.crosstabreport .crosstab .vertical {
	color: blue;
}
.crosstabreport .crosstab .horizontal {
	color: green;
}
.crosstabreport .crosstab .index {
	color: purple;
}
.crosstabreport .crosstab .significance {
	color: red;
}
.crosstabreport .crosstab .footerfield {
	color: purple; !important;
}

.crosstabreport .details {
	margin: 10px;
	font-size: 10px;
	color: gray;
}

.crosstabreport .details .column.lowbase {
	color: #FFCC66 !important;
}
.crosstabreport .details .column.verylowbase {
	color: #C80000 !important;
}

.crosstabreport .details .title {
	font-size: 12px;
	margin:0 0 0 10px;
}
.crosstabreport .details .filter,
.crosstabreport .details .column,
.crosstabreport .details .row {
	margin-left: 20px;
}

.inlinelabel {
	margin: 0 10px;
}
.clearbutton td:nth-child(2) div {
	width:18px;
	height:18px;
}
.smallclearbutton td:nth-child(2) div {
	width:18px;
	height:16px;
}
.simpleinputmargins {
	margin: 4px;
}
.marginbottom4 {
	margin-bottom: 4px;
}

#loginlogo {
	width:150px;
	height:150px;
	margin:5px 20px 0 10px;
}
.loginArea {
	top: 40px !important;	
}
.redborder {
	border-color: 1px solid red !important;
}
.iframeButtonShift {
	left:320px !important;;
}
.console {
	background: black;
	color: white;
	font-size: 8pt;
}
