/* form Fields */
.btn-pushdown {
	margin-top: 25px;
}
/* Errors */
ul.alert.alert-danger  {
    padding: 15px;
    margin-bottom: 20px;
    border: 1px solid;
    border-radius: 4px;
	color: #a94442;
    background-color: #f2dede;
    border-color: #ebccd1;
}
ul.alert.alert-danger li {
	margin-left:26px;
}
.field-with-errors .control-label {color: #a94442;}
.field-with-errors .form-control {border-color: #a94442;}

dl {
  width: 100%;
  overflow: hidden;
  padding: 0;
  margin: 0
}
dt {
  float: left;
  width: 50%;
  padding: 0;
  margin: 0
}
dd {
  float: left;
  width: 50%;
  /* adjust the width; make sure the total of both is 100% */
  background: #dd0
  padding: 0;
  margin: 0
}

/* Log Code Formatting */
.modal-body .string {     color: green; }
.modal-body .number {     color: darkorange; }
.modal-body .boolean {    color: blue; }
.modal-body .null {     color: magenta; }
.modal-body .key {      color: red; }

/* Report Range Picker */
#reportrange {
  cursor: pointer;
  padding: 5px 10px;
}

/* Custom Page CSS */
.page-sidebar {
    background-color: #0aa699;
}
.bg-success {
    background-color: #08b9aa !important;
}
.page-sidebar .sidebar-header {
    background-color: #0aa699;
    border-bottom: 1px solid #0aa699;
}

.sidebar-visible .page-sidebar {
    background-color: #2b303b;
}

.text-justify {
  text-align: justify;
  text-justify: inter-word;
}

.login-wrapper .bg-pic > img {
  height: 100%;
  width: 100%;
  opacity: 0.6;
}