body {
	text-align:center;
	padding:0;
	width:100%;
	/*overflow-x: hidden;*/
}

#dataTable tr td input{
	width:100%;
}

th {
	text-align: center;
}

button, textarea {
    color: white;
}

input,select{
    color: black;
}

.pagination>.active>a,
.pagination>.active>a:focus, 
.pagination>.active>a:hover, 
.pagination>.active>span, 
.pagination>.active>span:focus, 
.pagination>.active>span:hover{
	background-color: #253654;
	border-color: #253654;
	color:white;
}

.pagination>li>a,
.pager li>a:focus, 
.pager li>a:hover{
	color:#253654;
}
.scrollscn{
	width: 100%;
    max-height: 250px;
    overflow-y: auto;
    margin-bottom: 20px;
}
.devicetable,.devicetable_tbody{
	width: 100%;
}
.devicetable th{
	background: #253654;
    color: #fff;
    padding: 5px;
    position: relative
}
.devicetable_tbody td{
	padding: 5px;
    border: 1px solid #bfbaba;
    cursor: pointer;
    text-align: left;
}
.devicetable_tbody td input[type=checkbox]{
        margin-right: 10px;
}
.selectall{
	    position: absolute;
    left: 0;
    display: inline-block;
    top: 0;
    height: 100%;
    background: #dbdee3;
    color: #253654;
    padding: 0 10px;
    cursor: pointer;
    padding-top: 3px;
}
.selectallcb,.scncb{
	cursor: pointer;
}
.devicetable_tbody td.active{
	background: #253654;
    color: #fff;
}