@import url('https://fonts.googleapis.com/css?family=Roboto:100,300,400,500,700,900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Oswald:wght@600&display=swap');

html {
  height: 100%;
  box-sizing: border-box;
}

*,
*:before,
*:after {
  box-sizing: inherit;
}

body{
    font-family: 'Roboto', sans-serif;
	position: relative;
  margin: 0;
  min-height: 100%;
}

footer{

	  right: 0;
	  bottom: 0;
	  left: 0;
	  width: 100%;
	  color:#fff;
     background-color: #007bff;
     padding:30px 0px;
}

.logo{
    color:#FFF;
    font-weight:700;
    font-size:30px;
}

.address span , .menu span{
   color: #FFF;
   font-weight: bold;
   border-bottom: 1px solid #c7c7c7;
   padding:10px 0px;
   display: block;
   text-transform: uppercase;
   font-size: 16px;
   letter-spacing: 3px;
}

.address li a , .menu li a{
    color:#FFF;
    letter-spacing: 3px;
    text-decoration:none;
    font-size:14px;
}

.address li, .menu li{
    margin:20px 0px;
    list-style: none;
}

.address li a:hover , .menu li a:hover{
    color: #da3e44;
    -webkit-transition: all 1s ease-in-out;
    -moz-transition: all 1s ease-in-out;
    -o-transition: all 1s ease-in-out;
    transition: all 1s ease-in-out;
}

.address .fa{
    color: #da3e44;
    margin-right: 10px;
    font-size:18px;
}

h1 {
  color: #0f7df7;
  font-family: 'Oswald', sans-serif;
  font-size:30px;
}

h2 {
  color: #0f7df7;
  font-family: 'Oswald', sans-serif;
  font-size:22px;
}

.breadcrumb {
    padding: 0px;
	background: #D4D4D4;
	list-style: none;
	overflow: hidden;
    margin-top: 20px;
}
.breadcrumb>li+li:before {
	padding: 0;
}
.breadcrumb li {
	float: left;
}
.breadcrumb li.active  {
	background: blue;                   /* fallback color */
	background: #0f7df7 ;
}
.breadcrumb li.completed  {
	background: green;                   /* fallback color */
	background: hsla(153, 57%, 51%, 1);
}
.breadcrumb li.active:after {
	border-left: 30px solid #0f7df7 ;
}
.breadcrumb li.completed:after {
	border-left: 30px solid hsla(153, 57%, 51%, 1);
}

.breadcrumb li {
	color: white;
	text-decoration: none;
	padding: 10px 0 10px 45px;
	position: relative;
	display: block;
	float: left;
  min-width: 200px;
}
.breadcrumb li:after {
	content: " ";
	display: block;
	width: 0;
	height: 0;
	border-top: 50px solid transparent;           /* Go big on the size, and let overflow hide */
	border-bottom: 50px solid transparent;
	border-left: 30px solid hsla(0, 0%, 83%, 1);
	position: absolute;
	top: 50%;
	margin-top: -50px;
	left: 100%;
	z-index: 2;
}
.breadcrumb li:before {
	content: " ";
	display: block;
	width: 0;
	height: 0;
	border-top: 50px solid transparent;           /* Go big on the size, and let overflow hide */
	border-bottom: 50px solid transparent;
	border-left: 30px solid white;
	position: absolute;
	top: 50%;
	margin-top: -50px;
	margin-left: 1px;
	left: 100%;
	z-index: 1;
}
.breadcrumb li:first-child  {
	padding-left: 15px;
}

#sales_wrapper .custom-select {
  width: 25%;
}

#sales_wrapper .dataTables_filter {
  float: right;
  width: inherit;
}

#sales_wrapper label {
  width: 100%;
  padding-top: 5px;
}

#sales_wrapper .form-control-sm {
  width: 40%;
  margin-left: 10px;
  display: inline-block;
}

img.demo-banner {
  position:fixed;
  top: 0px;
  right: 0px;
  z-index:99999;
}
