@import url("//fonts.googleapis.com/css?family=Open+Sans:300,400,600,700&amp;lang=en");

body {
	font-family: "open sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
	  color: #676a6c;
	padding-top: 50px;
}

h3, h4, h5 {
  margin-top: 5px;
  font-weight: 600;
}

/*main container for page html elements */
#wrapper {
	padding-top: 12px;
}

/*after row boostrap*/
.wrapper-content {
	margin-left: 15px;
	margin-right: 15px;
}

.info-panel {
	  clear: both;
  margin-bottom: 25px;
  margin-top: 0;
  padding: 0;
}

.info-panel-title {
  background-color: #ffffff;
  border-color: #e7eaec;
  border-image: none;
  border-style: solid solid none;
  border-width: 4px 0px 0;
  color: inherit;
  margin-bottom: 0;
  padding: 12px 0px 7px;
  height: 48px;
}

.info-panel-title h5 {
  display: inline-block;
  font-size: 14px;
  margin: 0 0 0px;
  padding: 0;
  text-overflow: ellipsis;
  float: left;
} 

.info-panel-content {
	background-color: #ffffff;
  color: inherit;
  padding: 12px 0px 20px 0px;
  border-color: #e7eaec;
  border-image: none;
  border-style: solid solid none;
  border-width: 1px 0px;
}


.info-panel {
	clear: both;
	margin-bottom: 25px;
	margin-top: 0;
	padding: 0;
}

.jqstooltip {
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}


.ibox-content {
  clear: both;
}
.ibox-content {
  background-color: #ffffff;
  color: inherit;
  padding: 15px 20px 20px 20px;
  border-color: #e7eaec;
  border-image: none;
  border-style: solid solid none;
  border-width: 1px 0px;
}

table.dataTable thead th, table.dataTable thead td {
  padding: 10px 25px 10px 8px;
  border-bottom: 1px solid #111111;
}

table.dataTable thead th.dt-head-right,
table.dataTable thead td.dt-head-right,
table.dataTable tfoot th.dt-head-right,
table.dataTable tfoot td.dt-head-right {
  text-align: right;
}

table.dataTable tbody th.dt-body-right,
table.dataTable tbody td.dt-body-right {
  text-align: right;
}