.outerbox .innerbox {
  /* width: 100%;  */   /* DEFINES TABLES WIDTH */
    width: 600px;
}
.innerbox {
    display: inline;
    float: left;
   /* height: 380px;       /* DEFINES TABLES HEIGHT */
    overflow-x: auto;
    overflow-y: auto;
}
.content_box {
	padding-top:35px;
}
.clear {
    clear: both;
    display: block;
    overflow: hidden;
    visibility: hidden;
    width: 0;
    height: 0;
}
.bluetable td, .bluetable th {
    border: 1px solid #758796;
    padding: 3px;
	word-wrap: normal;
}

.hr_custom {
	border: 0;
    height: 0;
    border-top: 1px solid rgba(0, 0, 0, 0.1);
    border-bottom: 1px solid rgba(255, 255, 255, 0.3);
}

.bluetable {
    font-family: sans-serif;
}

.bluetable tbody tr td {
    /*background-color: #eff3fa;*/
    color: #262c31;
    font-size: 11px;
}

.bluetable thead tr th,
.bluetable thead tr td,
.bluetable tfoot tr th, 
.bluetable tfoot tr td {
    /*background-color: #8ca8ce;*/
    /*color: #121517;*/
    font-size: 12px;
    font-weight: bold;
    /*text-shadow: 0 1px 1px #e8ebee;*/
}

.first-col {
	background-color: #eff3fa;
}
.schedule_table {
	width:100%;
}
.schedule_table thead tr th {
	border:1px solid gray;
}
.schedule_table tbody tr td{
	border:1px solid gray;
}
.schedule_table thead tr th div, .schedule_table tbody tr td div{
	height:20px;
}

.sendreport_table {
	width:100%;
	margin:0px auto 0 auto;
	border:2px solid gray;
}

.sendreport_table tr, .sendreport_table tr td {
	border:1px solid gray;
	padding: 6px;
}

.sendreport_table-header, .sendreport_table-header td {
	border:2px solid gray;
	font-weight: bold;
	color: white;
	background-color:#444444;
	text-align: center;
}

.sendreport_table.col-1 {
	text-align: center;	
}

.head-form-data{
	font-size: 1.3em;
}
.customer_number{
	width:25px;
	height:25px;
	text-align: center;
}
.topic-customer{
	vertical-align: middle;
	white-space: nowrap;
}