/* -------------------------------------------------------------------- 
                General style definitions
	          TCS Web Applications	
	            By CEG UX COE
-------------------------------------------------------------------- */

/* NOTES : */
/* This CSS is used to reset all HTML elements */
@font-face {
	font-family: 'Roboto-Bold';
	src: url("../webfonts/Roboto-Bold.ttf");
  }
  
  @font-face {
	font-family: 'Roboto-Medium';
	src: url("../webfonts/Roboto-Medium.ttf");
  }
  
  @font-face {
	font-family: 'Roboto-Regular';
	src: url("../webfonts/Roboto-Regular.ttf");
  }
  
  * {
	font-family: 'Roboto-Regular';
  }

html,body,div,applet,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,a,span,abbr,acronym,address,big,cite,code,del,dfn,em,img,ins,kbd,q,s,samp,small,strike,strong,sub,sup,tt,var,b,u,center,dl,dt,dd,ol,li,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td,article,aside,canvas,details,embed,figure,figcaption,footer,header,hgroup,menu,nav,output,ruby,section,summary,time,mark,audio,video
	{
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font-family: 'Segoe UI', calibri, sans-serif !important;

	
}


.fa-unsorted:before, .fa-sort:before {
    content: "\f0dc";
	font-family: FontAwesome;
}

article,aside,details,figcaption,figure,footer,header,hgroup,menu,nav,section
	{
	display: block;
}

body {
	line-height: 1;
	background-color:#f4f6f9!important;
}

/* ol,ul {
	list-style: none;
} */

blockquote,q {
	quotes: none;
}

blockquote:before,blockquote:after,q:before,q:after {
	content: '';
	content: none;
}

/* table {
	border-collapse: collapse;
	border-spacing: 0;
} */
input:focus {
    outline: -webkit-focus-ring-color auto 0;
}
button:focus {
    outline: 0px !important;

}
.cursor_pointer{
	cursor: pointer !important;
}
/************** CSS reset end **********************/ 