body {
	background-color: #487fb9;
}

.main_container {
    margin-top: 1em;
}

.main_card_block {
    margin-left: 0px;
    margin-right: 0px;
    padding-left: 0.5em;
    padding-right: 0.5em;
}

.header_container {
    margin-left: 0px;
    margin-right: 0px;
    margin-bottom: 0.5em;
    padding-left: 0.5em;
    padding-right: 0.5em;
}

.toolbar_icon {
    height: 2em;
}

.table_icon {
    width: 1.2em;
}

.title_icon {
    height: 2em;
    float: left;
    margin-right: 1em;
}

.title_text {
    color: #487fb9;
    font-weight: bold;
    font-size: 1.5em;
}

.dashboard_text {
    color: white;
    font-weight: bold;
    text-align: center;
}

.dashboard_item_icon {
    height: 5em;
}

.dashboard_item_text {
    color: black;
    font-weight: bold;
    font-size: 1em;
}

.dashboard_item {
    margin-bottom: 2em;
}

.dashboard_item a {
    width: 12em;
    height: 12em
}

.dashboard_item a img {
    margin-top: 2em;
}

.waiting_icon {
    height: 8em;
    margin-bottom: 1em;
    text-align: center;
}

.waiting_title
 {
    font-weight: bold;
    font-size: xx-large;
    margin-bottom: 1em;
    text-align: center;
}

.errorlist {
    color: red;
}

.form-signin {
    max-width: 330px;
    padding: 15px;
    margin: 0 auto;
}

.form-signin .form-signin-heading, .form-signin .checkbox {
    margin-bottom: 10px;
}

.form-signin .checkbox {
    font-weight: normal;
}

.form-signin .form-control {
    position: relative;
    font-size: 16px;
    height: auto;
    padding: 10px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.form-signin .form-control:focus {
    z-index: 2;
}

.form-signin input[type="text"] {
    margin-bottom: -1px;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
}

.form-signin input[type="password"] {
    margin-bottom: 10px;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
}

.account-wall {
    margin-top: 20px;
    padding: 40px 0px 20px 0px;
    background-color: #f7f7f7;
    -moz-box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.3);
    -webkit-box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.3);
    box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.3);
}

.login-title {
    color: #555;
    font-size: 18px;
    font-weight: 400;
    display: block;
}

.profile-img {
    width: 80%; 
    height:auto;
    margin: 0 auto 10px;
    display: block;
    /*
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    */
}

.need-help {
    margin-top: 10px;
}

.device-recharge-btn {
    margin: .5em;
}

.request_icon {
    height: 2em;
}


ul.pagination li {
    display: inline-block;
    margin-right: 8px;
}

ul.pagination > li.next, ul.pagination > li.previous {
    display: inline-block;
    font-weight: bold;
  }
  
/* 
.pagination > .next, .pagination > .previous {
  display: inline-block;
}

.pagination > .current {
  display: inline-block;
}

.pagination > .cardinality {
  display: block;
}
 */

.chart-div {
}

.chart-container {
 background-color: #444;
 width: 100%;
 padding-bottom: 20px;
}

.chart-title {
 color: #CCC;
 font-weight: bold;
 text-align: center;
}

svg.ct-chart-bar, svg.ct-chart-line{
	overflow: visible;
}

.log-chart-div .ct-label.ct-label.ct-horizontal {
  position: fixed;
  justify-content: flex-end;
  text-align: right;
  transform-origin: 100% 0;
  transform: translate(-100%) rotate(-45deg);
}


.ct-line.ct-threshold-above, .ct-point.ct-threshold-above, .ct-bar.ct-threshold-above {
  stroke: #f05b4f;
}

.ct-line.ct-threshold-below, .ct-point.ct-threshold-below, .ct-bar.ct-threshold-below {
  stroke: #59922b;
}

.ct-area.ct-threshold-above {
  fill: #f05b4f;
}

.ct-area.ct-threshold-below {
  fill: #59922b;
}

.date-widget {
	max-width: 8em;
}

.year-widget {
	max-width: 6em;
}

.hour-widget {
	max-width: 4em;
}

.minute-widget {
	max-width: 4em;
}

.help-link {

}

.techincal-parameter-item {
    margin-top: 2em;
    padding-top: 1em;
    border-bottom: 1px solid;
}

.doc-thumbnail {
    height: 8rem;
}

.machine-virtual-counter {
	color: green;
}
