
h1, h2, h3 {
    margin: 0px 0px 20px;
    padding: 0px;
}
h1 {
	margin-top: 20px;
    font-size: 28px;
}
h3 {
    font-size: 18px;
}
h4, h5, h6 {
    margin: 0px;
    padding:  0px 0px 0px 0px;
}
h5 {
    font-size: 15px;
    line-height: 30px;
    margin: 0px 0px 20px;
}
p {
    font-size: 15px;
    color: #393939;
    line-height: 24px;
    margin: 0px 0px 20px;
}
select, option {color: black;}

#content span {
	font-size: 12px;
}
.x-grid-row-summary .x-grid-cell-inner {
	color: #393939;
	padding: 5px;
	font: normal normal 13px arial;
}

#dashboard-total h1 {
	margin-top: 0px;
	font-size: 60px;
	font-family: arial;
}

#dashboard-total h2 {
	margin-top: 0px;
	margin-bottom: 0px;
	color: #393939;
	font-size: 22px;
	font-family: arial;
	font-weight: bold;
}

#dashboard-unique  h1 {
	margin-top: 0px;
	font-size: 55px;
	font-family: arial;
	color: #aaa;
}
#dashboard-unique h2 {
	margin-top: 0px;
	margin-bottom: 0px;
	color: #aaa;
	font-size: 22px;
	font-family: arial;
	font-weight: bold;
}
h3 {
	color: #ffffff;
}
#dashboard-selectedType h4 {
	color: #393939;
	font-size: 14px;
	font-weight: bold;
}

#dashboard-date h5 {
	color: #393939;
	font-size: 20px;
}

.added {
	background-image: url('../images/new_16x16.png') !important;
	background-repeat: no-repeat;
	background-position: 16px 0px;
}

.modified {
	background-image: url('../images/edit_16x16.png') !important;
	background-repeat: no-repeat;
	background-position: 16px 0px;
}

.deleted {
	background-image: url('../images/delete_16x16.png') !important;
	background-repeat: no-repeat;
	background-position: 16px 0px;
}

img {
	padding: 0px;
	border: 0px solid #efefef;
}

/* Override ExtJS's core CSS*/
.x-tree-icon {
	display: none !important;
}

.x-grid-row-summary .x-grid-cell-inner {
	background-color: #ededed;
	font-weight: bold;
}

.x-grid-row-selected .x-grid-cell, .x-grid-row-selected .x-grid-rowwrap-div {
	border-style: dotted;
	border-color: #a3bae9;
	background-color: #cccccc !important
}

.x-grid-cell-inner {
	font-size: 12px;
	color: #04408C;
}

.x-toolbar-default {
	background-color: #ffffff;
	background-image: -moz-linear-gradient(center top , #ffffff, #ffffff);
	border-color: #99BCE8;
}
.x-mask-msg {
	background: none;
	border: none;
}
.x-mask-msg div {
	background-color: transparent;
	background-position: center center;
	border: none;
	padding: 10px;
	height: 20px;
}
.x-mask {
	/*background: none;*/
	opacity: 0.2;
	filter:alpha(opacity=20);
}
[hidden], template {
	display: block
}

div.reportButton {
    background-clip: padding-box;
    background-color: #DDD;
    border-radius: 6px;
    box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.1);
    float: right;
    margin: 0 0px 25px 0px;
    padding: 10px 10px 10px 15px;
    position: relative;
    width: 250px;
    z-index: 1;
    height: 70px;
    text-align: center;
}
a#mainReportBtn {
    background: transparent url("../images/mainreport.png") no-repeat scroll left center;
    display: block;
    margin-top: 6px;
    padding: 6px 0px 12px 45px;
}
div.reportButton a {
    color: #393939;
    font-size: 20px;
    line-height: 25px;
}

.card-body.row {
	padding-top: 0;
	padding-bottom: 0;
}

.card-body > div {
	padding: 0;
}

#dashBoardContainer .row {
	margin: 0;
	padding: 0;
}

#dashBoardContainer .panel-info .card-header {
	background-image: -webkit-gradient(linear,50% 0,50% 100%,color-stop(0%,#dae7f6),color-stop(45%,#cddef3),color-stop(46%,#abc7ec),color-stop(50%,#abc7ec),color-stop(51%,#b8cfee),color-stop(100%,#cbddf3));
    background-image: -webkit-linear-gradient(top,#dae7f6,#cddef3 45%,#abc7ec 46%,#abc7ec 50%,#b8cfee 51%,#cbddf3);
    background-image: -moz-linear-gradient(top,#dae7f6,#cddef3 45%,#abc7ec 46%,#abc7ec 50%,#b8cfee 51%,#cbddf3);
    background-image: -o-linear-gradient(top,#dae7f6,#cddef3 45%,#abc7ec 46%,#abc7ec 50%,#b8cfee 51%,#cbddf3);
    background-image: -ms-linear-gradient(top,#dae7f6,#cddef3 45%,#abc7ec 46%,#abc7ec 50%,#b8cfee 51%,#cbddf3);
    background-image: linear-gradient(top,#dae7f6,#cddef3 45%,#abc7ec 46%,#abc7ec 50%,#b8cfee 51%,#cbddf3);
    max-height: 26px;
    font-size: .9em;
    font-weight: bold;
    line-height: 5px;
    color: black;
    padding: 10px 5px;
    white-space: nowrap;
    overflow-x: hidden;
}

#dashBoardContainer .panel-info {
	border: 1px solid #99BCE8;
}

#dashBoardContainer .card-footer {
	background-image: none;
    background-color: #d3e1f1;
    background-image: -webkit-gradient(linear,50% 0,50% 100%,color-stop(0%,#dfe9f5),color-stop(100%,#d3e1f1));
    background-image: -webkit-linear-gradient(top,#dfe9f5,#d3e1f1);
    background-image: -moz-linear-gradient(top,#dfe9f5,#d3e1f1);
    background-image: -o-linear-gradient(top,#dfe9f5,#d3e1f1);
    background-image: -ms-linear-gradient(top,#dfe9f5,#d3e1f1);
    background-image: linear-gradient(top,#dfe9f5,#d3e1f1);
    padding: 0 5px;
    border: 1px solid #99BCE8;
}

#dashBoardContainer .card-footer .navbar {
	margin: 0;
}

#dashBoardContainer .card-footer .btn-toolbar {
	vertical-align: center;
}

.btn-default {
	margin: 5px;
	padding: 0 5px;
	font-style: italic;
    background-image: none;
    background-color: #d3e1f1;
    background-image: -webkit-gradient(linear,50% 0,50% 100%,color-stop(0%,#dfe9f5),color-stop(100%,#d3e1f1));
    background-image: -webkit-linear-gradient(top,#dfe9f5,#d3e1f1);
    background-image: -moz-linear-gradient(top,#dfe9f5,#d3e1f1);
    background-image: -o-linear-gradient(top,#dfe9f5,#d3e1f1);
    background-image: -ms-linear-gradient(top,#dfe9f5,#d3e1f1);
    background-image: linear-gradient(top,#dfe9f5,#d3e1f1);
    border: none;
}

#dashBoardContainer > .panel-primary > .card-header {
	font-size: 1.3em;
	padding: 5px 10px;
    text-transform: uppercase;
}

.panel-primary > .card-header {
    color: #fff;
    background-color: #428bca;
    border-color: #428bca;
}

.panel-primary {
	margin-top: 5px;
}

#dashBoardContainer > .card .panel-info {
	height: 100%;
	min-height: 350px;
}

/* #dashBoardContainer > .card:first-child .panel-info {
	height: 315px;
}

#dashBoardContainer > .card:last-child .panel-info {
	height: 350px;
} */

#dashBoardContainer .panel-info .card-body.dynamic-height {
	position: absolute;
	top: 24px;
	padding: 0;
}

#dashboard-total, #dashboard-unique {
	text-align: center;
}

.dynamic-height {
	bottom: 0;
	width: 100%;
}

#dashBoardContainer .card-footer {
	position: absolute;
	bottom: 0;
	width: 100%;
}

#sync-update-panel .card-body {
	bottom: 22px;
}

#sync-test-results-panel .card-body {
	bottom: 34px;
}

#sync-update-panel .card-footer {
	height: 22px;
}

#sync-test-results-panel .card-footer {
	height: 34px;
}

#sync-update-panel ul, #sync-update-panel ul > li {
	list-style-type: none;
	margin: 0;
	padding: 0;
	background: none;
	border: none;
	font-size: 11px;
}

#accordion div {
	background: #FFFFFF;
	border: none;
	font-size: 11px;
}

#accordion div.ui-accordion-content {
	padding: 0;
}

#accordion div p {
	font-size: 11px;
	margin-bottom: 0;
}

#accordion div.ui-accordion-content {
	margin: 0 0 0 40px;
}

#sync-grid-panel .card-body, #sync-chart-panel .card-body, #sync-test-results-panel .card-body {
	padding: 0;
}

#valid-chart-container, #test-results-chart, #sync-chart-container {
	height: 100%;
}

#accordion > .accordion-header > img {
	margin-right: 10px;
}

.right-aligned {
	text-align: right;
}

.row-selected {
	background-color: #CCCCCC;
}

.highlight {
	background-color: #E8E8E8 !important;
    color: #000000;
}

table thead th {
	font-weight: normal;
	background-image: none;
    background-color: #c5c5c5;
    background-image: -webkit-gradient(linear,50% 0,50% 100%,color-stop(0%,#f9f9f9),color-stop(100%,#e3e4e6));
    background-image: -webkit-linear-gradient(top,#f9f9f9,#e3e4e6);
    background-image: -moz-linear-gradient(top,#f9f9f9,#e3e4e6);
    background-image: -o-linear-gradient(top,#f9f9f9,#e3e4e6);
    background-image: -ms-linear-gradient(top,#f9f9f9,#e3e4e6);
    background-image: linear-gradient(top,#f9f9f9,#e3e4e6);
}

table tfoot {
	background-color: #EDEDED;
}

table td, table th {
	padding: 0 5px;
}

.toolbar-separator-horizontal {
	height: 14px;
    width: 0;
    border-left: 1px solid #98c8ff;
    border-right: 1px solid white;
}

span#services-select {
	float: right;
}

span#services-select::after {
	content: '';
	clear: both;
	display: block;
}

td.green {
	color: #00BC00;
	font: normal bold 14px arial;
}

td.red {
	color: red;
	font: normal bold 14px arial;
}

.table-header-group {
	text-align: center;
}

a.btn-selected {
	background-image: -webkit-gradient(linear,50% 0,50% 100%,color-stop(0%,#bccfe5),color-stop(48%,#c5d6e7),color-stop(52%,#95c4f4),color-stop(100%,#9fc9f5));
    background-image: -webkit-linear-gradient(top,#bccfe5,#c5d6e7 48%,#95c4f4 52%,#9fc9f5);
    background-image: -moz-linear-gradient(top,#bccfe5,#c5d6e7 48%,#95c4f4 52%,#9fc9f5);
    background-image: -o-linear-gradient(top,#bccfe5,#c5d6e7 48%,#95c4f4 52%,#9fc9f5);
    background-image: -ms-linear-gradient(top,#bccfe5,#c5d6e7 48%,#95c4f4 52%,#9fc9f5);
    background-image: linear-gradient(top,#bccfe5,#c5d6e7 48%,#95c4f4 52%,#9fc9f5);
    border: 1px solid #7a9ac4;
    border-radius: 3px;
}

.btn-hover {
	border: 1px solid #81a4d0;
	background-image: none;
	background-color: #dbeeff;
	background-image: -webkit-gradient(linear,50% 0,50% 100%,color-stop(0%,#dbeeff),color-stop(48%,#d0e7ff),color-stop(52%,#bbd2f0),color-stop(100%,#bed6f5));
	background-image: -webkit-linear-gradient(top,#dbeeff,#d0e7ff 48%,#bbd2f0 52%,#bed6f5);
	background-image: -moz-linear-gradient(top,#dbeeff,#d0e7ff 48%,#bbd2f0 52%,#bed6f5);
	background-image: -o-linear-gradient(top,#dbeeff,#d0e7ff 48%,#bbd2f0 52%,#bed6f5);
	background-image: -ms-linear-gradient(top,#dbeeff,#d0e7ff 48%,#bbd2f0 52%,#bed6f5);
	background-image: linear-gradient(top,#dbeeff,#d0e7ff 48%,#bbd2f0 52%,#bed6f5)
}

.table-header-hover {
	background-color: #aaccf6;
    background-image: -moz-linear-gradient(center top , #ebf3fd, #ebf3fd 39%, #d9e8fb 40%, #d9e8fb);
    border-left-color: #aaccf6;
    border-right-color: #aaccf6;
}

.ol-viewport, div.chart, div.amcharts-chart-div, div.amcharts-chart-div > svg {
  overflow: visible !important;
}

#dashBoardContainer .loading {
	position: absolute;
	top: 150px;
	z-index: 2;
}

.dashboard-header::before, .dashboard-header::after {
	content: '';
	clear: both;
	display: block;
}

.dashboard-header p, .dashboard-header select, .dashboard-header h5 {
	display: inline-block;
}

.dashboard-header #dashboard-date {
	float: right;
}

div.amcharts-balloon-div {
    white-space: nowrap;
    z-index: 999;
}

