
/* ordering functionality */
.banner{
	/**/display:none;
}
a{
	cursor:pointer !important;
}
body{
  font-size:14px !important;
  font-family: "Roboto",sans-serif;
}
@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 300;
  src: local('Roboto Light'), local('Roboto-Light'), url(//themes.googleusercontent.com/static/fonts/roboto/v11/0eC6fl06luXEYWpBSJvXCD8E0i7KZn-EPnyo3HZu7kw.woff) format('woff');
}
@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 400;
  src: local('Roboto Regular'), local('Roboto-Regular'), url(//themes.googleusercontent.com/static/fonts/roboto/v11/neaHiVpEUkuPmSawsrNWSg.woff) format('woff');
}
@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 700;
  src: local('Roboto Bold'), local('Roboto-Bold'), url(//themes.googleusercontent.com/static/fonts/roboto/v11/77FXFjRbGzN4aCrSFhlh3j8E0i7KZn-EPnyo3HZu7kw.woff) format('woff');
}
 
@import url('https://fonts.googleapis.com/css?family=Quando');
.quando{
	font-family: 'Quando', serif;
}
.breadcrumb>li+li:before {
    content: "/\00a0";
    padding: 0 5px;
    color: #ccc;
}

h1, h2, h3, h4, h5, h6 {
    font-family: "Roboto", sans-serif;
    font-weight: 600;
}
h5, .h5 {
    font-size: 14px;
}
h4, h5, h6 {
    margin-top: 10px;
    margin-bottom: 10px;
}
.pull-left {
  float: left !important;
}
.pull-right {
  float: right !important;
}
.row-striped:nth-of-type(odd){
  background-color: #efefef;
}

.row-striped:nth-of-type(even){
  background-color: #ffffff;
}


.fixed-footer {
   position: fixed;
   left: 0;
   bottom: 0;
   width: 100%;
   background-color: #fff;
   color: white;
   text-align: center;
  margin-top:15px;
  margin-bottom:5px;
}
.nav-link{
  text-decoration: none;
}

.dataTables_length{
	width:100%;
}

.mobile{
display:none !important;	
}
.desktop{
display:block;	
}

.header-top-container{
	height:80px;text-align:center;
}

.datatable-buttons-filters input{
	border: 1px solid #cecece !important;
}
.datatable-buttons-filters input::-moz-placeholder {
   color:white;
}

.clear-both{
  clear:both!important;
}
small{
	width:100%;
}

 
.dataTables_wrapper .dataTables_length{
width: auto !important;
    padding-right: 5px;
}
.dataTables_wrapper{
	padding-top:10px;
}
.pointer{
	cursor: pointer;
}

	.grid-gap-right-10{
		border-right:10px solid #fff;
		}
		
				
	.text-decoration-none{
    text-decoration: none !important;
  }	