/* styles
-------------------------------------------------- */
html {
  position: relative;
  min-height: 100%;
}
body {
  /* Margin bottom by footer height */
  margin-bottom: 60px;
}
footer {
  position: absolute;
  bottom: 0;
  width: 100%;
  /* Set the fixed height of the footer here */
  height: 60px;
  /*background-color: #f5f5f5;*/
}
.footer-background-blue{
  background-color: #102942!important;
}

.header-nav{
  background-color: #1fa67a!important;
}

.header-nav-blue{
  background-color: #034184!important;
}
/* change the link color and padding  */
.navbar-nav>.nav-item.active .nav-link {
    padding: .75rem 1rem;
}
/* change the color and bg color of active or hovered links */
.navbar-nav>.nav-item.dropdown.active.show,
.nav-item.dropdown.active.show:hover>.nav-link {
    color: #ffffff;
    background-color: #012f61;
}

.navbar-nav>.nav-item.dropdown.dropdown-default.active.show,
.nav-item.dropdown.dropdown-default.active.show:hover>.nav-link{
  color: #ffffff;
  background-color: #0a865d;
}

.dropdown-menu{
  max-height:500px;
  overflow-y:auto;
  margin-top: 0;
  border-top-left-radius:0;
  border-top-right-radius:0;
}

.dropdown-menu>.dropdown-item:hover{
    color: #ffffff;
    background-color: #1fa67a;
}

.dropdown-menu>.dropdown-item-blue.dropdown-item:hover{
    color: #ffffff;
    background-color: #034184;
}

.table.dataTable{
  border-collapse:collapse !important;
}
.table td{
  font-size:12px;
}
.table th{
  font-size:13px;
}
.table tr:hover{
    background-color:#fff;
}
.table-bordered>thead>tr>td, .table-bordered>thead>tr>th {
    border-bottom-width: 1px;
}
.table>tbody>tr>td, .table>tbody>tr>th, .table>tfoot>tr>td, .table>tfoot>tr>th, .table>thead>tr>td, .table>thead>tr>th {
  padding: 8px;
  padding-bottom:2px;
  padding-top:3px;
  }
.table-responsive{
  overflow:auto
}
.table-responsive>.table tr th,.table-responsive>.table tr td{
  white-space:normal !important
}
/*==========================================================*/
#clear-margin-top{
  margin-top:-10px;
}
#suggesstion-box{
  background-color: rgb(255, 255, 255);
  border: 1px solid rgba(0, 0, 0, 0.2);
  position: absolute;
  width: 94%;
  max-height: 200px;
  overflow-y: auto;
  z-index: 100;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  -webkit-box-shadow: 0 5px 10px rgba(0,0,0,.2);
  -moz-box-shadow: 0 5px 10px rgba(0,0,0,.2);
  box-shadow: 0 5px 10px rgba(0,0,0,.2);
}
#consignee-suggesstion-box{
  background-color: rgb(255, 255, 255);
  border: 1px solid rgba(0, 0, 0, 0.2);
  position: absolute;
  width: 94%;
  max-height: 200px;
  overflow-y: auto;
  z-index: 100;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  -webkit-box-shadow: 0 5px 10px rgba(0,0,0,.2);
  -moz-box-shadow: 0 5px 10px rgba(0,0,0,.2);
  box-shadow: 0 5px 10px rgba(0,0,0,.2);
}

.card-header-sm{
  padding: 0.5% 2% 0.5% 2%;
}

.btn{
  border-radius: 1px;
}
.order-card {
    color: #fff;
}

.bg-c-blue {
    background: linear-gradient(45deg,#4099ff,#73b4ff);
}

.bg-c-green {
    background: linear-gradient(45deg,#5cb85c,#4cae4c);
}

.bg-c-yellow {
    background: linear-gradient(45deg,#FFB64D,#ffcb80);
}

.bg-c-pink {
    background: linear-gradient(45deg,#FF5370,#ff869a);
}


.card {
    border-radius: 5px;
    -webkit-box-shadow: 0 1px 2.94px 0.06px rgba(4,26,55,0.16);
    box-shadow: 0 1px 2.94px 0.06px rgba(4,26,55,0.16);
    border: none;
    margin-bottom: 30px;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.card .card-block {
    padding: 25px;
}

.order-card i {
    font-size: 26px;
}

.f-left {
    float: left;
}

.f-right {
    float: right;
}

.color-info{
    color: #fff;
    background-color: #5bc0de;
    border-color: #46b8da;
}

.color-danger{
    color: #fff;
    background-color: #ac2925;
    border-color: #761c19;
}

.color-success{
    color: #fff;
    background-color: #398439;
    border-color: #255625;
}

.footer .text-muted
{
  color:#FFF;
}

.text-red{
  color: red;
}

.text-green{
  color: green;
}

.stepwizard-step p {
    margin-top: 3px;
}

.stepwizard-row {
    display: table-row;
}

.stepwizard {
    display: table;
    width: 100%;
    position: relative;
}

.stepwizard-step button[disabled] {
    opacity: 1 !important;
    filter: alpha(opacity=100) !important;
}

.stepwizard-row:before {
    top: 14px;
    bottom: 0;
    position: absolute;
    content: " ";
    width: 100%;
    height: 1px;
    background-color: #ccc;
    /* z-order: 0; */
}

.stepwizard-step {
    display: table-cell;
    text-align: center;
    position: relative;
}

.btn-circle {
  width: 30px;
  height: 30px;
  text-align: center;
  padding: 6px 0;
  font-size: 12px;
  line-height: 1.428571429;
  border-radius: 15px;
}

#cartsearch{
	padding-top: 10px;
	padding-bottom:10px;
  /* margin-top: 30px; */
  border: 1px dotted #09F;
  background-color: #eee;
  margin-left: 0;
  margin-right: 0;
}

.pagetitle{
	min-height:50px;
	margin-top:20px;
	padding-top:10px;
	padding-bottom:20px;
	background-color:#eee;
	color:#777;font-size:18px;
	border-bottom:1px solid #ccc;
}

/* Custom page CSS
-------------------------------------------------- */
body > .container {
  padding: 15px 15px 0;
}
.container .text-muted {
  margin: 20px 0;
}

.navbar {
  background-color:#337ab7;
}
.navbar-default .navbar-brand {
  color: #fff;
}

.navbar-default .navbar-nav>li>a {
  color: #fff;
  font-size:16px;
}
.navbar-default .navbar-nav>li>a:hover {
	color: #fff;
}

.modal-full {
    min-width: 20%;
    margin-left: 80;
}

.modal-full .modal-content {
    min-height: 100vh;
}
code {
  font-size: 80%;
}
#cart{
  border:1px dashed #C00;  background-color:#fff;
}
#carthead{
  /*background-color:#348cd8; */
  font-weight:normal;
  color: #5cb85c;
}

#cartitem{
  background-color:#fff; color: #096; font-size:25px;
}
#carttotal{
	background-color:#08bbc3; color:#FFF; font-size:25px;
}

.btn {
  display: inline-block;
  /* padding: 4px 12px; */
}

.jumbotron{
  border-bottom:1px solid #eee;
}
.jumbotron img{
	width:100%
}
/*******************************************************************/
@media print{
  html, body {
    width: 210mm;
    height: 297mm;
  }

  .btn{
    visibility:hidden;
    visibility:collapse;
  }

  .footer{
    visibility:hidden;
    display:none;
  }

  a {
    display:none;
  }
}

.panel-heading {
  padding: 1px 15px;
  border-bottom: 1px solid transparent;
  border-top-left-radius: 1px;
  border-top-right-radius: 1px;
}

.panel-blue {
  background: #30a5ff;
  color: #fff;
}

.panel-orange {
  background: #ffb53e;
  color: #fff;
}

.panel-teal{
  background: #1ebfae;
  color: #fff;
}

.panel-red {
  background: #f9243f;
  color: #fff;
}

.large {
  font-size: 2.4em;
  margin-bottom: 0;
  color: #01132d;
}

.widget-right {
  text-align: left;
  line-height: 1.6em;
  margin: 0px;
  padding: 10px;
  padding-top:20px;
  height: 80px;
  color: #999;
  font-weight: 300;
  background: #fff;
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
}

.widget-right .text-muted {
  color: #9fadbb;
	padding-top:5px;
	line-height:15px;
	margin:0;
}

.widget-left {
  height: 80px;
  padding-top: 15px;
	font-size:36px;
  text-align: center;
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
}

.glyph {
  fill: currentColor;
  display: inline-block;
  margin-left: auto;
  margin-right: auto;
  position: relative;
  text-align: center;
  vertical-align: middle;
  width: 70%;
  height: 70%;
}

.no-padding {
  padding: 0;
  margin: 0;
}

.panel-widget {
  padding: 0;
  position: relative;
/*	background: #fff;*/
}

.input-group-addon.primary {
  color: rgb(255, 255, 255);
  background-color: rgb(50, 118, 177);
  border-color: rgb(40, 94, 142);
}

.input-group-addon.success {
  color: rgb(255, 255, 255);
  background-color: rgb(92, 184, 92);
  border-color: rgb(76, 174, 76);
}

.input-group-addon.info {
  color: rgb(255, 255, 255);
  background-color: rgb(57, 179, 215);
  border-color: rgb(38, 154, 188);
}

.input-group-addon.warning {
  color: rgb(255, 255, 255);
  background-color: rgb(240, 173, 78);
  border-color: rgb(238, 162, 54);
}

.input-group-addon.danger {
  color: rgb(255, 255, 255);
  background-color: rgb(217, 83, 79);
  border-color: rgb(212, 63, 58);
}

.btn-file {
  position: relative;
  overflow: hidden;
}

.btn-file input[type=file] {
  position: absolute;
  top: 0;
  right: 0;
  min-width: 100%;
  min-height: 100%;
  font-size: 100px;
  text-align: right;
  filter: alpha(opacity=0);
  opacity: 0;
  background: red;
  cursor: inherit;
  display: block;
}

.file-input-label {
  padding: 0px 10px;
  display: table-cell;
  vertical-align: middle;
  border: 1px solid #ddd;
  border-right: none;
  /*border-radius: 4px;*/
}

.file-input-label1 {
  padding: 0px 10px;
  display: table-cell;
  vertical-align: middle;
  border: 1px solid #ddd;
  border-left: none;
  /*border-radius: 4px;*/
}

#excel_modal{
  max-width: calc(100% - 25px);
}
#excel_modal_content {
  /*80% of window height */
  height: 80%;
}

#excel_modal_dialog {
  /*80% of window height */
  height: 80%;
}

#excel_modal_body {
  /* 100% = dialog height, 120px = header + footer */
  max-height: calc(100% - 120px);
  overflow-y: auto;
  overflow-x: auto;
}

/* Start by setting display:none to make this hidden.
   Then we position it in relation to the viewport window
   with position:fixed. Width, height, top and left speak
   for themselves. Background we set to 80% white with
   our animation centered, and no-repeating */
#loader-icon {
  display:    none;
  position:   fixed;
  z-index:    1000;
  top:        0;
  left:       0;
  height:     100%;
  width:      100%;
  background: rgba( 255, 255, 255, .8 ) url('../images/Preloader.gif') 50% 50% no-repeat;
}

/* When the body has the loading class, we turn
   the scrollbar off with overflow:hidden */
body.loading #loader-icon {
  overflow: hidden;
}

/* Anytime the body has the loading class, our
   modal element will be visible */
body.loading #loader-icon {
  display: block;
}

/*###########################STEP Wizard###################################*/
.bs-wizard {margin-top: 1px;}

/*Form Wizard*/
.bs-wizard {border-bottom: solid 1px #e0e0e0; padding: 0 0 10px 0;}
.bs-wizard > .bs-wizard-step {padding: 0; position: relative;}
/* .bs-wizard > .bs-wizard-step + .bs-wizard-step {} */
.bs-wizard > .bs-wizard-step .bs-wizard-stepnum {color: #595959; font-size: 16px; margin-bottom: 5px;}
.bs-wizard > .bs-wizard-step .bs-wizard-info {color: #999; font-size: 14px;}
.bs-wizard > .bs-wizard-step > .bs-wizard-dot {position: absolute; width: 30px; height: 30px; display: block; background: #fbe8aa; top: 45px; left: 50%; margin-top: -15px; margin-left: -15px; border-radius: 50%;}
.bs-wizard > .bs-wizard-step > .bs-wizard-dot:after {content: ' '; width: 14px; height: 14px; background: #fbbd19; border-radius: 50px; position: absolute; top: 8px; left: 8px; }
.bs-wizard > .bs-wizard-step > .progress {position: relative; border-radius: 0px; height: 8px; box-shadow: none; margin: 20px 0;}
.bs-wizard > .bs-wizard-step > .progress > .progress-bar {width:0px; box-shadow: none; background: #fbe8aa;}
.bs-wizard > .bs-wizard-step.complete > .progress > .progress-bar {width:100%;}
.bs-wizard > .bs-wizard-step.active > .progress > .progress-bar {width:50%;}
.bs-wizard > .bs-wizard-step:first-child.active > .progress > .progress-bar {width:0%;}
.bs-wizard > .bs-wizard-step:last-child.active > .progress > .progress-bar {width: 100%;}
.bs-wizard > .bs-wizard-step.disabled > .bs-wizard-dot {background-color: #f5f5f5;}
.bs-wizard > .bs-wizard-step.disabled > .bs-wizard-dot:after {opacity: 0;}
.bs-wizard > .bs-wizard-step:first-child  > .progress {left: 50%; width: 50%;}
.bs-wizard > .bs-wizard-step:last-child  > .progress {width: 50%;}
.bs-wizard > .bs-wizard-step.disabled a.bs-wizard-dot{ pointer-events: none; }
/*END Form Wizard*/


/* Carousel Styles */
.carousel-indicators .active {
  background-color: #2980b9;
}

.carousel-inner img {
  width: 100%;
  max-height: 460px
}

.carousel-control {
  width: 0;
}

.carousel-control.left,
.carousel-control.right {
	opacity: 1;
	filter: alpha(opacity=100);
	background-image: none;
	background-repeat: no-repeat;
	text-shadow: none;
}

.carousel-control.left span {
	padding: 15px;
}

.carousel-control.right span {
	padding: 15px;
}

.carousel-control .glyphicon-chevron-left,
.carousel-control .glyphicon-chevron-right,
.carousel-control .icon-prev,
.carousel-control .icon-next {
	position: absolute;
	top: 45%;
	z-index: 5;
	display: inline-block;
}

.carousel-control .glyphicon-chevron-left,
.carousel-control .icon-prev {
	left: 0;
}

.carousel-control .glyphicon-chevron-right,
.carousel-control .icon-next {
	right: 0;
}

.carousel-control.left span,
.carousel-control.right span {
	background-color: #000;
}

.carousel-control.left span:hover,
.carousel-control.right span:hover {
	opacity: .7;
	filter: alpha(opacity=70);
}

/* Carousel Header Styles */

/*login div style*/
.admin-login-box, .register-box {
  width: 350px;
  margin: 4% auto;
}
.login-box-body, .register-box-body {
  background: #fff;
  padding-top: 1px;
  padding-bottom: 1px;
  border-top: 0;
  color: #666;
}
#content1{
  margin:0 auto;
  width:450px;
  margin-top:125px;
  border: 1px dashed #666;
}

#content2{
  border:2px solid #f1f1f1;
  background-color:#fdfdfd;
  padding:15px;
}

.btn-circle.btn-xl {
  width: 50px;
  height: 50px;
  padding: 10px 14px;
  border-radius: 25px;
  font-size: 24px;
  line-height: 1.33;
}

.btn-circle {
  width: 30px;
  height: 30px;
  padding: 6px 0px;
  border-radius: 15px;
  text-align: center;
  font-size: 12px;
  line-height: 1.42857;
}

.company_details {
  table-layout: fixed;
  width: 100% !important;
}
.company_details td,
.company_details th{
  width: auto !important;
  white-space: normal;
  text-overflow: ellipsis;
  overflow: hidden;
}

.box{
  position:relative;
  border-radius:3px;
  background:#ffffff;
  border-top:3px solid #d2d6de;
  margin-bottom:20px;
  width:100%;
  box-shadow:0 1px 1px rgba(0,0,0,0.1);
}
.box.box-primary{
  border-top-color:#3c8dbc;
}
.box.box-info{
  border-top-color:#00c0ef;
}
.box.box-danger{
  border-top-color:#dd4b39;
}
.box.box-warning{
  border-top-color:#f39c12;
}
.box.box-success{
  border-top-color:#00a65a;
}
.box.box-default{
  border-top-color:#d2d6de;
}
.box.collapsed-box .box-body,.box.collapsed-box
.box-footer{
  display:none;
}

/* ANIMATIONS */

/* Simple CSS3 Fade-in-down Animation */
.fadeInDown {
  -webkit-animation-name: fadeInDown;
  animation-name: fadeInDown;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}

@-webkit-keyframes fadeInDown {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }
  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

@keyframes fadeInDown {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }
  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

/* Simple CSS3 Fade-in Animation */
@-webkit-keyframes fadeIn { from { opacity:0; } to { opacity:1; } }
@-moz-keyframes fadeIn { from { opacity:0; } to { opacity:1; } }
@keyframes fadeIn { from { opacity:0; } to { opacity:1; } }

.fadeIn {
  opacity:0;
  -webkit-animation:fadeIn ease-in 1;
  -moz-animation:fadeIn ease-in 1;
  animation:fadeIn ease-in 1;

  -webkit-animation-fill-mode:forwards;
  -moz-animation-fill-mode:forwards;
  animation-fill-mode:forwards;

  -webkit-animation-duration:1s;
  -moz-animation-duration:1s;
  animation-duration:1s;
}

.fadeIn.first {
  -webkit-animation-delay: 0.4s;
  -moz-animation-delay: 0.4s;
  animation-delay: 0.4s;
}

.fadeIn.second {
  -webkit-animation-delay: 0.6s;
  -moz-animation-delay: 0.6s;
  animation-delay: 0.6s;
}

.fadeIn.third {
  -webkit-animation-delay: 0.8s;
  -moz-animation-delay: 0.8s;
  animation-delay: 0.8s;
}

.fadeIn.fourth {
  -webkit-animation-delay: 1s;
  -moz-animation-delay: 1s;
  animation-delay: 1s;
}
.pagination-link{
  cursor: pointer;
}
.pagination-disabled{
  cursor: no-drop;
}
/* Simple CSS3 Fade-in Animation */
    /*Media query for table*/
@media screen and (max-width: 600px) {
  .responsive-table {
    border: 0;
  }

  .responsive-table caption {
    font-size: 1.3em;
  }

  .responsive-table thead {
    border: none;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
  }

  .responsive-table tr {
    border-bottom: 3px solid #ddd;
    display: block;
    margin-bottom: .625em;
  }

  .responsive-table td {
    border-bottom: 1px solid #ddd;
    display: block;
    font-size: .8em;
    text-align: right;
  }

  .responsive-table td.desktop {
    display: none;
  }

  .responsive-table td.desktop-show {
    display: inherit;
  }

  .responsive-table td::before {
    /*
    * aria-label has no advantage, it won't be read inside a .responsive-table
    content: attr(aria-label);
    */
    content: attr(data-label);
    float: left;
    font-weight: bold;
    text-transform: uppercase;
  }

  .responsive-table td:last-child {
    border-bottom: 0;
  }
}

.card{
  margin-bottom: 0;
}
.table.table-only-header-full-width>thead>tr>th {
  white-space: nowrap !important;
}

.table.table-full-width>thead>tr>th,.table-full-width>tbody>tr>td {
  white-space: nowrap !important;
}
