/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Oct 29 2021 | 08:46:43 */
/* dashboard css */

.dashboard-banner{
  background-image: url('/wp-content/uploads/2021/10/dashboard-banner-1.jpg');
  background-size:cover;
  background-repeat:no-repeat;
  min-height:200px;
  vertical-align:middle;
  display:inline-flex;
  width:100%;
  align-items:center;
  padding:40px;
}
@media only screen and (max-width:440px){
  .dashboard-banner{
    min-height:100px;
  }
}
.dashboard-banner h2{
  color:#fff;
  vertical-align:middle;
  text-transform:capitalize;
}
.pandu-row{
  display:inline-flex;
  width:100%;
  flex-wrap:wrap;
  background:#f7f7f7;
  overflow:hidden;
}
.pandu-row .col-md-*{
  margin:-15px;
  overflow:hidden;
  position:relative;
}
.pandu-row .col-md-3{
  width:calc(3/12*100%);
  display:inline-flex;
  flex-wrap:wrap;
}
.pandu-row .col-md-4{
  width:calc(4/12*100%);
  display:inline-flex;
  flex-wrap:wrap;
}
.pandu-row .col-md-6{
  width:calc(6/12*100%);
  display:inline-block;
  flex-wrap:wrap;
}
.pandu-row .col-md-8{
  width:calc(8/12*100%);
  display:inline-flex;
  flex-wrap:wrap;
}
.pandu-row .col-md-9{
  width:calc(9/12*100%);
  display:inline-flex;
  flex-wrap:wrap;
}
.pandu-row .mobile-menu-handler{
  display:none;
}
.pandu-row .user-info{
  font-size:14px;
  padding-left:40px;
}
.pandu-row .user-info span{
  display:block;
  width:100%;
  padding:0;
  line-height:1.5em;
}
.pandu-row .user-info span.user-account-no{
  color:#0b2560;
  font-size:14px;
}
.pandu-row .user-info span.user-name{
  color:#0b2560;
  font-weight:600;
  font-size:18px;
}
.inner_wrapper#sidebar-menu{
  box-shadow:0 0 5px #ddd;
  z-index:200;
}

@media only screen and (max-width:440px){
  .pandu-row .col-xs-12{
    width:100%;
  }
  .pandu-row .col-xs-0{
    width:calc(100% - 45px);
    position:fixed;
    top:50px;
    left:-100%;
    transition:ease 0.4s;
    z-index:100;
    height:100vh;
  }
  #header-outer:not(.scrolled-down) .pandu-row .col-xs-0{
    top:50px;
  }
  .scrolled-down#header-outer .pandu-row .col-xs-0{
    top:96px;
  }
  .pandu-row .mobile-menu-handler{
    position: fixed;
    top: 96px;
    background: #d71921;
    width: 45px;
    height: 60px;
    left: 0;
    color: #fff;
    padding: 10px 15px;
    font-size: 40px;
    transition:ease 0.4s;
    display:block;
  }
  
  .pandu-row .col-xs-0.collapse{
    left:0;
  }
  .pandu-row .col-xs-0.collapse .mobile-menu-handler{
    left:calc(100% - 45px);
  }
  
}

.pandu-row#pandu-dashboard{
  padding:20px 0px 20px 5px;
}
.highchart{
  box-shadow:0 0 5px #ddd;  
}
.highcharts-credits { display:none; }
.highcharts-legend-item text,
.highcharts-title {
  font-family: 'Red Hat Display';
}
@media only screen and (max-width:440px){
  .highchart{
    margin:15px 0;
  }
  .highcharts-figure, .highcharts-data-table table {
    max-width:400px;
  }
}
ul.statistics,
ul.nav-tab-menu{
  margin:0;
  padding:0;
  width:100%;
  list-style:none;
  margin-bottom:50px;
}
ul.statistics li,
ul.nav-tab-menu li{
  list-style:none;
}
ul.statistics{
  margin:-15px auto;
  display: inline-flex;
  flex-wrap: wrap;
}
ul.statistics li{
  background:#fff;
  padding:20px;
  margin:15px;
  box-shadow:0 0 5px #ddd;
  width:100%;
  display:inline-flex;
  flex-direction:column;
  justify-content:space-between;
  vertical-align:middle;
  
}
@media only screen and (max-width:440px){
  ul.statistics li{
    margin:15px 0;
    padding:20px;
  }
}
ul.statistics li h4.subtitle{
  font-size:14px;
  line-height:1.2em;
  color:#0b2560;
  font-weight:400;
}
ul.statistics li h2.title-value{
  font-size:60px;
  line-height:1.2em;
  color:#0b2560;
  font-weight:600;
}
ul.nav-tab-menu li{
  font-weight: bold;
  padding:15px;
  padding-left:40px;
}
ul.nav-tab-menu li.active{
  background:#d71921;
  color:#fff;
}
.user-info{
  width:100%;
  padding:10px;
}

.inner_wrapper{
  width:100%;
  background:#fff;
}

/* login form */
.login-form{
  width:400PX;
  margin:40px auto;
  padding:40px;
  background:#fff;
  box-shadow:0 0 10px #00000032;
  text-align:center;
}
@media only screen and (max-width:440px){
  .login-form{
    width:80%;
  }
}
.login-form h3{
  color:#0b2560;
  font-size:24px;
  font-weight:600;
  margin-bottom:30px;
}

.login-form form input.form-control{
  margin-bottom:15px;
  padding:10px!important;
  border:1px solid #d7d7d7!important;
  border-radius:0!important;
  background:#fff;
  width:100%;
}

.login-form form .button{
  -webkit-appearance:none;
  background-color: #d71921;
  color:#fff;
  padding:15px 22px;  
  text-transform:uppercase;
  border:none;
  -webkit-transition: all 0.45s cubic-bezier(0.25,1,0.33,1);
  width: 100%;
  font-weight: 600;
  font-size: 14px;
  cursor:pointer;
}

.login-form form .button:hover{
  opacity:0.85;
}

/* end login form */

/* profile */
.profile{
  width:60%;
  margin:50px auto;
  font-size:14px;
}
.profile .pandu-row{
  padding:5px;
}
.profile .pandu-row .col-md-3{
  align-content:center;
}
.profile input.form-control{
  padding:10px!important;
  border:1px solid #d7d7d7!important;
  border-radius:0!important;
  background:#fff;
}
@media only screen and (max-width:440px){
  .profile{
    width:80%;
  }
}
/* end profile */
.check-rates{
    width: 50%;
    margin: 50px auto;
    padding: 20px;
    text-align: center;
    background: #fff;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    height: 150px;
    box-shadow: 0 0 5px #ddd;
}
@media only screen and (max-width:440px){
  .check-rates{
    width:80%;
  }
}
/* check rates */

/* end check rates */

/* shipping report */
.shipping-report{
  width:50%;
  margin:40px auto;
  padding:40px;
  background:#fff;
}
.shipping-report-table#in-progress{
  display:none;
}
.shipping-report form input.form-control{
  margin-bottom:15px;
  padding:10px!important;
  border:1px solid #d7d7d7!important;
  border-radius:0!important;
  background:#fff;
}
.shipping-report form i.fa.fa-calendar{
  position: relative;
  float: right;
  margin-top: -43px;
  padding-right: 20px;
}
.shipping-report form .button{
  -webkit-appearance:none;
  background-color: #d71921;
  color:#fff;
  padding:15px 22px;  
  text-transform:uppercase;
  border:none;
  -webkit-transition: all 0.45s cubic-bezier(0.25,1,0.33,1);
  width: 100%;
  font-weight: 600;
  font-size: 14px;
  cursor:pointer;
}
.shipping-report form .button:hover{
  opacity:0.85;
}

@media only screen and (max-width:440px){
  .shipping-report{
    width:80%;
  }
}
/* shipping report result */
.shipping-report-result{
  width:100%
  
}
.shipping-report-result .tabs{
  width:100%;
  padding:20px;
}
.shipping-report-result .tabs tab{
  cursor:pointer;
  font-weight:600;
}
.shipping-report-result .tabs tab.active{
	color: #d71921;
}
.shipping-report-result table.shipping-report thead.table-header tr#mobile{
  display:none;
}
.shipping-report-result table.shipping-report tbody tr.mobile{
  display:none;
}
@media only screen and (max-width:440px){
  .shipping-report-result table.shipping-report thead.table-header tr#mobile{
  	display:table-row;
  }
  .shipping-report-result table.shipping-report tbody tr.mobile.show{
  	display:table-row;
  }
  .shipping-report-result table.shipping-report thead.table-header tr#desktop{
  	display:none;
  }
  .shipping-report-result table.shipping-report tbody tr.desktop.show{
  	display:none;
  }

}

.shipping-report-result .shipping-report-search{
  padding:10px;
  background:#fff;
  box-shadow:0 3px 5px #ddd;
}
.shipping-report-result .shipping-report-search form h4{
  display:inline-flex;
  width:fit-content;
  font-size:14px;
  font-weight:600;
  padding-right:10px;
  align-items:flex-end;
}
.shipping-report-result .shipping-report-search form i.fa.fa-calendar{
  position: relative;
  right:36px;
  top:14px;
}
.shipping-report-result .shipping-report-search form input.form-control{
  display:inline-flex;
  width:200px;
  margin-right:10px;
  padding:10px;
  border:1px solid #ddd;
  border-radius:0;
  background:#fff;
}
.shipping-report-result .shipping-report-search form .button{
	-webkit-appearance:none;
  background-color: #d71921;
  color:#fff;
  padding:15px 22px;  
  text-transform:uppercase;
  border:none;
  -webkit-transition: all 0.45s cubic-bezier(0.25,1,0.33,1);
  width: fit-content;
  font-weight: 600;
  font-size: 14px;
  cursor:pointer;
  display:inline-flex;
  margin-left:5px;
}
.shipping-report-result .shipping-report-search form .button.download{
  background-color:#0b2560;
}
.shipping-report-result .shipping-report-search form .button i{
    display:none;
  }
.shipping-report-result .shipping-report-table{
  padding:20px;
}
.shipping-report-result .shipping-report-table thead tr{
  box-shadow: 0 0 5px #ddd;
  background:#fff;
}
.shipping-report-result .shipping-report-table thead tr td:first-child,
.shipping-report-result .shipping-report-table thead tr td{
  border:0;
}
.shipping-report-result .shipping-report-table tbody tr{
  border-bottom:1px solid #ddd;
  background-color:#f7f7f7!important;
}
.shipping-report-result .shipping-report-table tbody tr td:first-child,
.shipping-report-result .shipping-report-table tbody tr td{
  border:0px;
  font-size:12px;
}
.shipping-report-result .shipping-report-table tbody tr td.no-record{
  text-align: center;
}
.shipping-report-result .shipping-report-search form .form-group{
  width: 32%;
  position: relative;
  display: inline-flex;
  margin:-2px;
}

@media only screen and (max-width:440px){
  .shipping-report-result .shipping-report-table{
    padding:10px;
  }
  .shipping-report-result .shipping-report-search form{
    display:inline-flex;
    width:100%;
    justify-content: space-between;
  }
  .shipping-report-result .shipping-report-search form h4{
  	display:none;
  }
  .shipping-report-result .shipping-report-search form input.form-control{
    width:115px;
  }
  .shipping-report-result .shipping-report-search form i.fa.fa-calendar{
  	top:15px;
  }
  .shipping-report-result .shipping-report-search form .button span.btn-label{
    display:none;
  }
  .shipping-report-result .shipping-report-search form .button{
  	margin:2px;
  }
  .shipping-report-result .shipping-report-search form .button i{
    display:block;
  }
}

/* shipping report pagination */
table.shipping-report tbody tr{
  display:none;
}
table.shipping-report tbody tr.show{
  display:table-row;
}
.pagination{
  margin:0 auto;
  padding: 0 20px 20px;
}
.pagination .prev{
  float:left;
  width:12.5%;
}
.pagination .prev button{
  visibility:visible;
}
.pagination .prev button[data-page="0"]{
  visibility:hidden;
}
.pagination .next{
  float:right;
  width:12.5%;
  text-align:right;
}
.pagination .page-number{
  text-align:center;
  width:75%;
  display:inline-block;
  margin:0 auto;
}
.pagination .button{
  -webkit-appearance:none;
  background-color: #d71921;
  color:#fff;
  padding:0;  
  border:none;
  -webkit-transition: all 0.45s cubic-bezier(0.25,1,0.33,1);
  width: 35px;
  height:35px;
  font-weight: 600;
  font-size: 28px;
  cursor:pointer;
  display:inline-block;
  text-align:center;
  border-radius:50%;
}


/* track shipment */
.track-shipment{
  padding:20px;
  margin:50px auto!important;
}
.track-shipment span.title{
  width: 100%;
  display: block;
  padding: 8px 2px;
  color: #0b2560;
  font-size: 14px;
}
.result-container .pandu-row{
  background:transparent;
}
.result-container .pandu-row .col-md-6 h4{
  width:100%;
  text-align:center;
  color:#0b2560;
  margin-bottom:20px;
}
.track-shipment input.form-control{
  width:350px;
}
@media only screen and (max-width:440px){
  .track-shipment input.form-control{
    width:calc(70% - 5px);
  }
}

/* datepicker */

.ui-datepicker{
	background: #fff;
    padding: 20px;
    margin-top: -30px;
    border-radius: 5px;
  	width:300px;
}
@media only screen and (max-width:440px){
  .ui-datepicker{
  	width: calc(100% - 14px);
  }
}
.ui-datepicker-header{
	width:100%;
}
a.ui-datepicker-prev,
a.ui-datepicker-next{
	display:inline-flex;
	width:50%;
	cursor:pointer;
}
a.ui-datepicker-next{
	justify-content: flex-end;
}
.ui-datepicker-title{
	text-align: center;
    font-weight: 600;
    background: #fff;
	padding: 10px;
}
table.ui-datepicker-calendar{
	width: 100%;
    border: 1px solid #fff;
}

table.ui-datepicker-calendar thead tr th{
	text-align:center;
	width: calc(100% / 7 );
}
table.ui-datepicker-calendar tbody tr td{
	text-align:center;
	vertical-align:middle;
}

table.ui-datepicker-calendar tbody tr td.ui-datepicker-current-day a,
table.ui-datepicker-calendar tbody tr td a.ui-state-active{
	/*background: var(--aq-yellow);*/
	border-radius:50%;
	width:30px;
	height:30px;
	margin:0 auto;
	display:block;
	font-weight:700;
}
.hide{
  visibility:hidden;
  /*display:none!important;*/
}