.kkelsupport {
    float: left;
    /* padding: 11px; */
	/* padding: 6px; */
	padding: 5px;
    display: block;
    color: white;
    /*font-size: 15px;*/
	/* margin-left: 110px; */
	margin-left: 90px;
    text-align: center;
	font-weight:400;
    }
	.box-header h1 {
    font-size: 28px!important;
    font-weight: 600;
}


	
.logobox img {
        display:flex;
        border-radius: 13px;
        border: 7px solid white;
        margin: 0 auto;
        width: 400px;
        height: 160px;
       }
    
    .logobox-kkel img{
        width: 170px;
        display: flex;
        margin: 0 auto;
       }
	   
@media only screen and (max-width: 750px), (max-device-width: 750px)
{
	.main-header {
    margin-bottom: 64px;
	max-height: 100px;
    z-index: 1030;
	}
	
	.kkelsupport {
	margin-right: 22px;
	position: relative;
    top: 5px;
	margin-left: 50px;
}

	.wrapper  .sidebar-toggle {position: relative;
    top: 63px;}
	
	.navbar-custom-menu {
	margin-top: -53px;
}
	.sidebar {
		margin-top: 63px;
	}
	
}	

.panel-primary>.panel-heading {
    color: #333 !important;
    background-color: #7fc129 !important;
    border-color: #337ab7;
	}
	
	
/*Newly added for Table border change for all common tables*/

/* .table{ */
    /* border:1px solid #337ab7;!important */
/* } */
/* .table>thead>tr>th { */
    /* border:1px solid #337ab7;!important */
/* } */
/* .table>tbody>tr>td { */
    /* border:1px solid #337ab7;!important */
/* } */


/*New Css For the Table Border Alignment */
.table{
    border:1px solid #cdcdcd !important;
}
.table>thead>tr>th {
    border:1px solid #cdcdcd !important;
}
.table>tbody>tr>td {
    border:1px solid #cdcdcd !important;
}


/* Table Sorting Icons Change */

table.dataTable thead .sorting::after,
table.dataTable thead .sorting_asc::after {
    content: "\e253";
	color:black;
}

table.dataTable thead .sorting_desc::after {
    content: "\e252";
	color:black;
}