.header_text{
	display: table-cell;
	vertical-align: middle;
	width: 100%;
}
.header_text .name{
	color:#fff;
}

.header_button{
	display: table-cell;
	vertical-align: middle;
}

.header_button1{
	display: table-cell;
	vertical-align: middle;
	width: 20%;
}

.next a {
 	background-color: #428bca !important;
 	border-color: #357ebd;
	 color: #fff;
}

.previous a {
    color: #fff !important;
    background-color: #d9534f !important;
    border-color: #d43f3a !important;

}

.previous > a:hover, .previous > a:focus {
	background-color: #e60000 !important;
	color: #ffffff;
	border-color: #cc0000;
}

.next > a:hover, .next > a:focus {
    color: #fff !important;
    background-color: #357ebd !important;
    border-color: #3071a9 !important;
}

.next1 a {
    color: #fff !important;
    background-color: #d9534f !important;
    border-color: #d43f3a !important;
	

}

.previous1 a {
 	background-color: #428bca !important;
 	border-color: #357ebd;
	color: #fff;
}

.previous1 > a:hover, .previous1 > a:focus {
    color: #fff !important;
    background-color: #357ebd !important;
    border-color: #3071a9 !important;
    
}

.next1 > a:hover, .next1 > a:focus {
	background-color: #e60000 !important;
	color: #ffffff;
	border-color: #cc0000;
  
}

.pager .next1 > a, .pager .next1 > span {
    float: right;
}
.pager .previous1 > a, .pager .previous1 > span {
    float: left;
}

.pager .disabled > a, .pager .disabled > a:hover, .pager .disabled > a:focus, .pager .disabled > span {
    color: #fff !important;
    cursor: not-allowed;
}

.previous .disabled > a, .previous .disabled > a:hover, .previous .disabled > a:focus, .previous .disabled > span {
    background-color: #d9534f  !important;
    border-color: #d43f3a !important;

}

.previous1 .disabled > a, .previous1 .disabled > a:hover, .previous1 .disabled > a:focus, .previous1 .disabled > span {
    background-color: #428bca !important;
    border-color: #357ebd;

}

.btn-custom {
  background-color: #FF0000;
  border-color: #FF0000;
}
.btn-custom:hover,
.btn-custom:focus,
.btn-custom:active,
.btn-custom.active {
  background-color: #e60000;
  border-color: #cc0000;
}
.btn-custom.disabled:hover,
.btn-custom.disabled:focus,
.btn-custom.disabled:active,
.btn-custom.disabled.active,
.btn-custom[disabled]:hover,
.btn-custom[disabled]:focus,
.btn-custom[disabled]:active,
.btn-custom[disabled].active,
fieldset[disabled] .btn-custom:hover,
fieldset[disabled] .btn-custom:focus,
fieldset[disabled] .btn-custom:active,
fieldset[disabled] .btn-custom.active {
  background-color: #FF0000;
  border-color: #FF0000;
}



table >thead {
  background-color: #ffffff;
}

table>caption{
	color: #fff;
	font-size: large;
}