﻿/* http://meyerweb.com/eric/tools/css/reset/ v2.0 | 20110126 */
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
body {
  line-height: 1;
    background: #FFF;
    font: 12.5px/1.7em 'Open Sans', Verdana, sans-serif, Helvetica, Arial, Geneva;
}
ol,
ul {
  list-style: none;
}
blockquote,
q {
  quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}

h1, h2, h3,
h4, h5, h6 {
    color: #111;
    margin-bottom: .75em;
}

h1 {
    font-size: 30px;
    line-height: 1em;
}

/* end reset */
body {
    line-height: 1;
    font-family: "Open Sans", sans-serif;

}

#wrapper {
    
}

#header {
    background-color: #f8972c;
    height: 40px;
    padding: 4px 0;
    margin-bottom: 0px;
}

#header .headerlogo {
    height: 39px;
}
#header .headerTitle {
    line-height: 39px;
    float: right;
    font-size: 1.3em;
    font-weight: bold;
    color: #fff;
}

.loadingScreen {
    background-color: #fff;
    bottom: 0;
    left: 0;
    position: absolute;
    right: 0;
    top: 40px;
    z-index: 9999;
    display: none;
}

.loadingScreen .loadingBar {
    background: url("../images/LoadingBar.gif") no-repeat scroll 50% 30% / 96px auto rgba(0, 0, 0, 0);
    color: #444444;
    display: block;
    font-size: 18px;
    left: 50%;
    margin-left: -150px;
    margin-top: -105px;
    padding-top: 130px;
    position: absolute;
    text-align: center;
    top: 50%;
    width: 300px;
}

.statBox {
    padding: 20px;
    margin-bottom: 20px;
    min-height: 150px;
}

.seperator {
    clear: both;
    height: 10px;
}

.statBox h2 {
    border: none;
    color: #777;
    font-size: 20px;
    font-weight: normal;
    margin-bottom: 6px;
    padding: 0;
}

.statBox .number {
    font-size: 40px;
    line-height: 40px;
    font-weight: normal;
    margin-right: 15px;
    float: left;
    min-width: 75px;
    text-align: right;
}
.statBox .numberDesc {
    font-size: 13px;
    font-weight: normal;
    float: left;
    margin-top: 5px;
}

.truncate {
  width: 250px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

a,
a:visited {
    color: #06C;
    text-decoration: none;
}

a:focus,
a:hover {
    color: #3f3f3f;
}
td {
    font-size: 11px;
}

table.dataTable thead {
    text-align: left;
    background-color: #f8972c;
    color: white;
}

.btn {
    background-position: 0 -80px;
    font-size: 13px;
    height: 32px;
    line-height: 32px;
    background: #f8972c;
    position: relative;
    vertical-align: top;
    padding: 0 10px;
    color: white;
    text-transform: uppercase;
    text-align: center;
    border: 0;
    cursor: pointer;
    margin-right: 10px;
    margin-bottom: 5px;
}
