@font-face {
    font-family: 'robotoregular';
    src: url('../fonts/Roboto-Regular-webfont.eot');
    src: url('../fonts/Roboto-Regular-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/Roboto-Regular-webfont.woff2') format('woff2'),
         url('../fonts/Roboto-Regular-webfont.woff') format('woff'),
         url('../fonts/Roboto-Regular-webfont.ttf') format('truetype'),
         url('../fonts/Roboto-Regular-webfont.svg#robotoregular') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
  font-family: 'icomoon';
  src:  url('../fonts/icomoon.eot?pbej0r');
  src:  url('../fonts/icomoon.eot?pbej0r#iefix') format('embedded-opentype'),
    url('../fonts/icomoon.ttf?pbej0r') format('truetype'),
    url('../fonts/icomoon.woff?pbej0r') format('woff'),
    url('../fonts/icomoon.svg?pbej0r#icomoon') format('svg');
  font-weight: normal;
  font-style: normal;
}

/* OVERRIDES */
html {
    min-height: 100%;
    height: 100%;
}

body {
    font-family: "robotoregular","Helvetica Neue",Helvetica,Arial,sans-serif;
    color: rgba(0,0,0,0.54);
    position:relative;
    min-height:100%;
    background-color: rgba(0, 0, 0, 0.03);
    
}

footer {
    position:absolute;
    right:0;
    left:0;
    bottom:0;
    height:2rem;
    background-color: #fff;
    border-top: 1px solid rgb(233, 175, 16);
    box-shadow: 0 3px 3px rgba(0,0,0,0.16), 0 3px 3px rgba(0,0,0,0.23);
}

.footerSpacer{
    height:3rem;
}

.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6 {
    font-family: "robotoregular","Helvetica Neue",Helvetica,Arial,sans-serif;
    color: rgba(0,0,0,0.54);
}

.h1, h1{
    font-size: 1.8rem;
}

.h2, h2{
    font-size: 1.4rem;
    line-height: 1.0;
}

.subheader{
    margin-top:0;
}

label{
    color: rgba(0,0,0,0.54);
    font-size: 0.775rem;
}

[type="color"], [type="date"], [type="datetime-local"], [type="datetime"], [type="email"], [type="month"], [type="number"], [type="password"], [type="search"], [type="tel"], [type="text"], [type="time"], [type="url"], [type="week"], textarea {
    background-color: transparent;
    border: none;
    border-radius: 0;
    border-bottom-color: rgba(0,0,0,0.54);
    border-bottom-style: solid;
    border-bottom-width: 1px;
    box-shadow:none;
    height:1.5rem;
    padding:0.2rem;
    font-size: 0.9rem;
    color: rgba(0,0,0,0.8);
}



[type='text']:focus, [type='password']:focus, [type='date']:focus, [type='datetime']:focus, [type='datetime-local']:focus, [type='month']:focus, [type='week']:focus, [type='email']:focus, [type='number']:focus, [type='search']:focus, [type='tel']:focus, [type='time']:focus, [type='url']:focus, [type='color']:focus, textarea:focus {
    background-color: transparent;
    border: none;
    border-bottom-color: rgb(233, 175, 16);
    border-bottom-style: solid;
    border-bottom-width: 1px;
    box-shadow: none;  
}

select {
    background-color: transparent;
    border: none;
    border-radius: 0;
    border-bottom-color: rgba(0,0,0,0.54);
    border-bottom-style: solid;
    border-bottom-width: 1px;
    box-shadow:none;
    height:1.5rem;
    padding: 0;
    padding-right:1.5rem;
    font-size: 0.9rem;
    color: rgba(0,0,0,0.8);
}

select:focus {
    background-color: transparent;
    border: none;
    border-bottom-color: rgb(233, 175, 16);
    border-bottom-style: solid;
    border-bottom-width: 1px;
    box-shadow: none;  
}

span.displayField{
    background-color: transparent;
    border: none;
    font-size: 0.9rem;
    color: rgba(0,0,0,0.8);
    margin-bottom: 1rem;
    display:block;
}

.button{
    box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.14), 
              0 1px 5px 0 rgba(0, 0, 0, 0.12), 
              0 3px 1px -2px rgba(0, 0, 0, 0.2);
}

.button.success{
    background-color: rgb(33, 197, 21);
    
}

.button.success:focus, .button.success:hover{
    background-color: rgb(43, 165, 34);
}

h1 .label, .h1 .label{
    font-size: 1.4rem;
    position: relative;
    top: -3px;
    margin-left: 1.0rem;
}

td .label {
    font-size: 0.9rem;
}

.label.stat100 {
    background-color: #a19f95;
    color: #fefefe;
}

.label.stat200 {
    background-color: #2ba6cb;
    color: #fefefe;
}

.label.stat300 {
    background-color: #ffae00;
    color: #fefefe;
}

.label.stat400 {
    background-color: #b154c8;
    color: #fefefe;
}

.label.stat500 {
    background-color: rgb(33, 197, 21);
    color:#fefefe;
}

.label.stat900 {
    background-color: #e6484b;
    color: #fefefe;
}


.grid-padding-x > .cell {
    padding-right: 1.5rem;
    padding-left: 1.5rem;
}

.top-bar{
    background-color: #fff;
    color: rgba(0,0,0,0.54);
    box-shadow: 0 3px 5px rgba(0,0,0,0.26);

}

.top-bar-right{
    padding-right: 1rem;
}

.top-bar ul {
    background-color: #fff;
}

.dropdown.menu a.top-bar-logo-link {
    padding: 0;
}

hr {
    width: 100%;
    margin-top: 2.5rem;
    margin-bottom: 2.5rem;
}

.companyLogo {
    height:75px;
}

.mainContainer{
    padding-top: 1.5rem;
}

.card {
    padding: 0.5rem;
    border-radius: 2px;
    background-color: #fff;
    box-shadow: 0 3px 6px rgba(0,0,0,0.16), 0 3px 6px rgba(0,0,0,0.23);
}

table thead {
    border: 1px solid #cacaca;
}

table thead th {
    font-weight: 400;
    font-size: 0.775rem;
    color: rgba(0,0,0,0.54);
}

table tbody td {
    font-size: 0.9rem;
    color: rgba(0,0,0,0.8);
}

table.unstriped tbody tr {
    border: 1px solid #cacaca;
}

table tbody tr, table tbody tr:nth-child(2n) {
    background-color: #fff;
    border: 1px solid #cacaca;
}

table.hover thead tr:hover {
  background-color: #f8f8f8; }

.dt-nowrap{
    white-space: nowrap;
}

.sHidden { 
    display: none; 
}

.mapContainer{
    border-radius: 10px;
    overflow: hidden;
    border: 1px solid #cacaca;
}

/* ICOMOON */
.icomoon {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'icomoon' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;

  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

h1 .label .icomoon, .h1 .label .icomoon{
    font-size: 1.2rem;
    margin-right:3px;
}

h2 .icomoon, .h2 .icomoon{
    font-size: 1.3rem;
    margin-right:6px;
}

td .label .icomoon{
    font-size: 0.8rem;
    margin-right:3px;
}


/*  jGrowl  */
.jErrorOrig, .jWarnOrig, .jInfoOrig {
	display: none;
}

div.jGrowl button {
    background-color: transparent;
    margin: 0;
    padding: 0;
}

div.jGrowl {
    padding: 10px;
    z-index: 9999;
    color: #ffffff;
}

body > div.jGrowl {
    position: fixed;
}

body > div.jGrowl.top-left {
    left: 0px;
    top: 105px;
}

body > div.jGrowl.top-right {
    right: 0px;
    top: 105px;
}

body > div.jGrowl.bottom-left {
    left: 0px;
    bottom: 0px;
}

body > div.jGrowl.bottom-right {
    right: 0px;
    bottom: 0px;
}

body > div.jGrowl.center {
    bottom: 0px;
    left: 25%;
    width: 50%;
}

div.jGrowl-closer {
    margin: 5px;
    padding: 5px 10px;
    background-color: #eeeeee;
    border: 2px solid #000066;
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    text-align: center;
}

div.jGrowl-notification {
    margin: 5px;    
}

/*  Error Growls  */
div.jGrowl div.jError {
    background-color: #b60404;
    border: 2px solid #cc0000;
    border-radius: 0px;
    -moz-border-radius: 0px;
    -webkit-border-radius: 0px;
    text-align: left;
}

div.jGrowl div.jError .jGrowl-close {
    color: #ffffff;
    float: right;
    font-weight: bold;
    cursor: pointer;
    padding: 0 5px;
}

div.jGrowl div.jError div.jGrowl-header {
    color: #ffffff;
    font-weight: bold;
    background-color: #DB0000;
    padding: 0 5px;
}

div.jGrowl div.jError div.jGrowl-message {
    color: #ffffff;
    margin: 10px 0px 5px 0px;
    font-weight: normal;
    padding: 0 5px;
}     

.jErrorLabel, .error {
    color: #cc0000;
} 

/*  Warning Growls  */
div.jGrowl div.jWarn {
    background-color: #E97023;
    border: 2px solid #E97023;
    border-radius: 0px;
    -moz-border-radius: 0px;
    -webkit-border-radius: 0px;
    text-align: left;
}

div.jGrowl div.jWarn .jGrowl-close {
    color: #ffffff;
    float: right;
    font-weight: bold;
    cursor: pointer;
    padding: 0 5px;
}

div.jGrowl div.jWarn div.jGrowl-header {
    color: #ffffff;
    font-weight: bold;
    background-color: #eb5c00;
    padding: 0 5px;
}

div.jGrowl div.jWarn div.jGrowl-message {
    color: #ffffff;
    margin: 10px 0px 5px 0px;
    font-weight: normal;
    padding: 0 5px;
}     

.jWarnLabel, .error {
    color: #cc0000;
}  

/*  Info Growls  */
div.jGrowl div.jInfo {
    background-color: #1C8CD1;
    border: 2px solid #1C8CD1;
    border-radius: 0px;
    -moz-border-radius: 0px;
    -webkit-border-radius: 0px;
    text-align: left;
}

div.jGrowl div.jInfo .jGrowl-close {
    color: #ffffff;
    float: right;
    font-weight: bold;
    cursor: pointer;
    padding: 0 5px;
}

div.jGrowl div.jInfo div.jGrowl-header {
    color: #ffffff;
    font-weight: bold;
    background-color: #3bacee;
    padding: 0 5px;
}

div.jGrowl div.jInfo div.jGrowl-message {
    color: #ffffff;
    margin: 10px 0px 5px 0px;
    padding: 0 5px;
}

.jInfoLabel {
    color: #008dcb;
}