.box.box-info {
  border-top-color: #00c0ef;
  margin-top: 20%;
}
.box {
  background: #fff none repeat scroll 0 0;
  border-radius: 3px;
  border-top: 3px solid #f39c12;
  /*box-shadow: 0 1px 1px rgba(0, 0, 0, 0.1);*/
  margin-bottom: 20px;
  position: relative;
  width: 100%;
}
.box-header.with-border {
  border-bottom: 1px solid #f4f4f4;
  text-align: center;
}
.box-header {
  color: #444;
  display: block;
  padding: 10px;
  position: relative;
  text-align: center;
}
.box-body {
  background-color: #fff;
  border-radius: 0 0 3px 3px;
  /*padding: 26px 0;*/
  width: 100%;
  float: left;
}

.box-body p{
  /*margin: 0 160px 10px;*/
  margin: 0 10px 10px;
  font-weight: bold; 
  color: red;
}

.box-body

.box-footer {
/*  background-color: #fff;
  border-radius: 0 0 3px 3px;
  border-top: 1px solid #f4f4f4;*/
  padding: 10px;
  text-align: right;
}
.form-control1 {
  border-color: #d2d6de;
  border-radius: 0;
  box-shadow: none;
  float: right;
  /*width: 80%;*/
}
.box-header.with-border {
  border-bottom: 1px solid #f4f4f4;
}
.box.box-warning {
  border-top-color: #f39c12;
}
.client_details_table {
  margin-bottom: 20px;
  max-width: 100%;
  width: 100%;
}
.dashboard .box {
  max-height: 500px;
  min-height: 500px;
}
.server{min-height: 240px;}
.form-group {
  display: inline-block;
  /*width: 100%;*/
}
.form-control label {
  float: left;
  line-height: 29px;
  text-transform: capitalize;
}
.data{float: right;}
/*.form-control{width: 70% !important};*/
hr{
  border-color: #f39c12 !important;
  margin-top: 0px !important;
}
.input-group {padding: 5px;}
.box-tools {
  background: #fff none repeat scroll 0 0;
}
input[type="radio"], input[type="checkbox"] {
  line-height: normal;
  margin: 4px 10px 0;
}
.box-body.report {
  padding: 26px;
}
.reports_head {
  margin-bottom: 20px;
}
.btn-default {
  background-color: #fff;
  border-color: #ccc;
  color: #333;
  height: 44px;
}
.options {
  margin: 16px 0;
  border-bottom: 1px solid #f4f4f4;
  padding-bottom: 12px;
}