
/* ordering functionality */
.banner{
	/**/display:none;
}

body{
  font-size:14px !important;
  font-family: "Roboto",sans-serif;
}

  .hide-on-print{
	   display:block !important;
   }
  .show-on-print{
	   display:none !important;
   }
   
@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');
}

.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;
}

.pointer{
cursor: pointer !important;
}
.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;	
}
.desktop{
display:block;	
}
.header-top-container{
	height:20px;text-align:center;
}

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

.display-print-only{
display:none;
}
@media only screen and (max-width: 900px) {
	body{
		padding-left:10px !important;
		padding-right:10px !important;
	}
.mobile{
display:block;	
}
.desktop{
display:none;	
}

.header-top-container{
	height:40px;text-align:center;
}
.top-header{ 
    margin-right: 10px;
    text-align: center;
    width: 100%;
}
.navbar-nav > li  { 
    width: 100% !important;
    border-bottom: 1px solid #fff;
}
  .link1{  
    border-top: 1px solid #fff;
}
 

}