/* Admin Login Area [START] */
#login-inner{
	color: #161616;
	font-family: Tahoma;
	font-size: 13px;
	line-height: 12px;
	margin: 0 auto;
	width: 310px;
	
	background-color: #f5f5f5;
	border: 1px #c1c1c1 solid;
	border-radius: 10%;
	padding: 20px 15px;
}

#login-inner label{
	color: #161616;
	cursor: pointer;
	font-family: Tahoma;
	font-weight: bold;
	line-height: 12px;
	padding-left: 10px;
 
}

.checkbox-size{
	width:13px;
	height:13px;
	margin: 5px 0;
 
}

#login-inner th{
	padding: 0 0 15px 0;
	text-align: left;
	width: 95px;
}

#login-inner td{
	padding: 0 0 6px 0;
}

.submit-login{
	color: #fff;
	background-color: #007bff;
    border-color: #007bff;
	
	display: inline-block;
    font-weight: 400;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    border: 1px solid transparent;
    padding: .375rem .75rem;
    font-size: 1rem;
    line-height: 1.5;
    border-radius: .25rem;
    transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}

.submit-login:hover{
	color: #fff;
    background-color: #0069d9;
    border-color: #0062cc;
}
/* Admin Login Area [END] */


/* Datatable Sorting Icon */
table.dataTable thead .sorting_asc:after {
	content: ""!important;
}
table.dataTable thead .sorting:after {
	content: ""!important;
}
table.dataTable thead .sorting_desc::after {
	content: ""!important;
}