.mt-0{
	margin-top: 0px;
}
.mt-15{
	margin-top: 15px;
}
.mt-17{
	margin-top: 17px;
}
.pd-r-0{
	padding-right: 0px;
}
.md-accordion .card{
	border: 1px solid #e7e7e7;
    border-radius: 5px;
    margin: 15px 0px;
    box-shadow: none;
}
.md-accordion .card .card-header{
	background-color: #f3f3f3;
    padding: 12px 15px;
    border-radius: 5px 5px 0px 0px;
}
.md-accordion .card .card-body{
	padding: 12px 15px;
}
.md-accordion .card .card-header a:not(.collapsed) .rotate-icon {
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
}
input[type=file]{
  max-width: 100%;
}
.links a{
	color: #64b7ff;
	text-decoration:underline;
}
.bg-gradient-primary {
    background: linear-gradient(87deg,#5e72e4 0,#825ee4 100%)!important;
}
.header {
    position: relative;
}
.separator {
    position: absolute;
    top: auto;
    right: 0;
    left: 0;
    overflow: hidden;
    width: 100%;
    height: 150px;
    transform: translateZ(0);
    pointer-events: none;
}
.separator-skew {
    height: 60px;
}
.separator-bottom {
    top: auto;
    bottom: 0;
}
.justify-content-between{
	justify-content: space-between;
}
.card {
    position: relative;
    display: flex;
    flex-direction: column;
    min-width: 0;
    word-wrap: break-word;
    border: 1px solid rgba(0,0,0,.05);
    border-radius: .375rem;
    background-color: #fff;
    background-clip: border-box;
}
.bg-secondary {
    background-color: #ffffff !important;
}
.card {
    margin-bottom: 30px;
    border: 0;
    box-shadow: 0 0 2rem 0 rgba(136,152,170,.15);
}
.mb-0, .my-0 {
    margin-bottom: 0!important;
}
.border-0 {
    border: 0!important;
}
.d-flex{
	display: flex;
}
.justify-content-around{
  justify-content: space-around;
}
.row {
    margin-right: -15px;
    margin-left: -15px;
}
.justify-content-center {
    justify-content: center!important;
}
.separator-bottom svg {
    bottom: 0;
    right:0px;
    position: absolute;
    pointer-events: none;
}
.bg-default {
    background-color: #172b4d!important;
}
nav {
    position: absolute;
    z-index: 100;
    top: 0;
    width: 100%;
    border: 0;
    background-color: transparent;
    box-shadow: none;
}
.ptb-8{
	padding: 17rem 0px;
}
.fill-default {
    fill: #172b4d;
}
.mt--8{
    margin-top: -15rem!important;
}
.form-body{
	padding: 15px 40px 40px;
}
h6.signIN{
	font-size: 24px;
    color: #172b4d;
    font-family:'Roboto', sans-serif;
    padding: 15px 0px 0px;
}
.btn-login{
	height: 50px;
    margin: 0;
    padding: 0 20px;
    vertical-align: middle;
    background: #de995e;
    border: 0;
    font-family: 'Roboto', sans-serif;
    font-size: 16px;
    font-weight: 300;
    line-height: 50px;
    color: #fff;
    border-radius: 4px;
    width: 100%;
}
.btn-login:hover{
	background: #f19e58;
}
input[type="email"], input[type="password"], textarea, textarea.form-control {
    height: 50px;
    margin: 0;
    padding: 0 20px;
    vertical-align: middle;
    background: #ffffff;
    border: 1px solid #ddd;
    font-family: 'Roboto', sans-serif;
    font-size: 16px;
    font-weight: 300;
    line-height: 50px;
    color: #888;
}
.navbar-brand-login{
	padding: 7px 0px;
	float: left;
}
.box{
  box-shadow: 0 3px 20px rgba(0,0,0,.043137254901960784);
    background-color: rgba(255,255,255,1);
    border-radius: .375rem;
    position: relative;
    border-radius: 5px;
    margin-bottom: 20px;
}
.box .report-box__icon {
    width: 35px;
    height: 35px;
}
.latestStuffsBody{
    font-size: 3em;
    color: #fff;
   	border-radius: 5px;
}
.latestStuffsText{
    font-size:14px
}
.cardTxt{
	position: absolute;
    color: #fff;
    top: 26px;
    right: 20px;
}
.scroll {
    overflow-y: auto;
    overflow-x: hidden;
    -ms-overflow-style: scrollbar;
}
.scroll::-webkit-scrollbar {
    width: 12px;
}

.scroll::-webkit-scrollbar-track {
    background-color:rgba(0,0,0,0);
}

.scroll::-webkit-scrollbar-thumb {
    border-radius: 2px;
    -webkit-box-shadow: inset 0 0 2px rgba(0,0,0,0.5);
    background-color:#C8D1E1;
}
.dashpanel-heading{
	background-color: #000;
	color: #ffffff;
	padding: 10px 15px;
	border-top-left-radius: 5px;
	border-top-right-radius: 5px;
}
#transSummary {
    position: absolute;
    top: -116px;
    right: 15px;
    background-color: #fff;
    width: calc(100% - 30px);
}
#transSummary span{
    display: inline-block;
    padding: 0px 20px 0px 10px;
    margin-top: 5px;
    margin-bottom: 5px;
}
.filtersContransc{
	width: 100%;
	  border: 1px solid #e7e7e7;
	  display: flex;
	  margin-top: 15px;
	  margin-bottom: 0px;
	  border-radius: 4px 4px 0px 0px;
	  align-items: start;
	  border-bottom: none;
	  justify-content: space-between;
}
.filtersCon{
  width: 100%;
  border: 1px solid #e7e7e7;
  background-color: #f3f3f3;
  display: flex;
  margin-top: 15px;
  margin-bottom: 10px;
  border-radius: 4px;
  align-items: center;
}

.filtersCon strong, .filtersContransc strong{
  margin-right: 5px;
  white-space: nowrap;
}
.customerPnl{
  width: 100%;
  border: 1px solid #e7e7e7;
  background-color: #f3f3f3;
  display: flex;
  margin-top: 15px;
  margin-bottom: 10px;
  border-radius: 4px;
  align-items: start;
  padding:10px 15px 5px;
}
#customDateDiv{
  display: flex;
  align-items: center;
  margin-top: 0px;
  margin-left: 10px;
}
.filterF, .filterS, .filterT{
  padding:10px 15px 10px 10px;
  display: flex;
  align-items: center;
}
.filterS, .filterT{
	padding:10px 15px 10px 0px;
}
.filterF{
  flex-direction: row;
}
.filterFIN{
  flex-direction: row;
  display: flex;
  align-items: center;
}
.filterL{
	padding: 10px 10px 10px 5px;
	display: flex;
    align-items: center;
}
.filterbtn{
  padding:10px 10px 10px 0px;
  display: flex;
  align-items: center;
}
.flex-column{
  flex-direction: column;
}
.align-items-left{
  align-items: flex-start;
}
.mb-62{
	margin-bottom: 62px;
}
.mr-5{
	margin-right: 5px;
}
.w-300{
	width: 300px !important;
}
.w-80{
	width: 80px !important;
}
.w-120{
	width: 120px !important;
}
.transdata{
  width: 100%;
  display: flex;
  justify-content: space-between;
}
#transSummary .transdata span{
	border: 1px solid #ddd;
	border-radius:3px;
	padding: 5px 10px 5px;
    margin-top: 2px;
    margin-bottom: 5px;
    width: 16%;
}	
.transdata strong{
  font-weight: bold;
  font-size: 14px;
  display: block;
}
.form-control.searchText{
  padding-left: 25px;
  height: 30px;
  margin-right: 10px;
  min-width: 433px;
}
.searchBtn{
  background: linear-gradient(to bottom,#72787F,#444C55);
  height: 30px;
  padding: 5px 10px;
  font-size: 12px;
  border-radius: 3px;
  color: #ffffff;
  border:none;
}
.btn.active.focus, .btn.active:focus, .btn.focus, .btn:active.focus, .btn:active:focus, .btn:focus, button:focus {
    outline: none;
    outline-offset: 0px;
}
.page-loading{
	position: absolute;
    z-index: 100;
    right: 485px;
    top: 16px;
    width: auto;
}
table h4{
	text-align: center;
}
#fromDate, #toDate{
  width: 100px;
}
#fromDate.w-50, #toDate.w-50{
  width: 47%;
}
.justify-content-left{
  justify-content: flex-start !important;
}
.quick-filters li {
    margin-right: 10px;
    list-style: none;
}
.quick-filters ul{
    padding: 0px;
    margin: 4px 0px;
}
.inline-blk{
	display: inline-block;
}
.clear{
	clear: both;
}
.nav-tabs{
	border-bottom: none;
}
.nav-tabs li a{
	padding: 10px 15px !important;
	border: 1px solid #a6a6a6;
	border-top: 2px solid #a6a6a6;
	border-bottom: 2px solid #ffffff;
	margin-bottom: -1px;
	border-radius: 0px;
	color: #666;
}
.nav-tabs li a:hover{
	border: 1px solid #a6a6a6;
	border-top: 2px solid #337ab7;
	border-bottom-color: #ffffff;
	color: #337ab7;
}
.nav-tabs>li.active>a, .nav-tabs>li.active>a:focus, .nav-tabs>li.active>a:hover{
	border: 1px solid #a6a6a6;
	border-top: 2px solid #337ab7;
	border-bottom: 2px solid #ffffff;
	border-radius: 0px;
	color: #337ab7;
	font-weight: bold;
}
.tab-content{
	border: 1px solid #a6a6a6;
    padding: 10px 15px 15px;
    border-radius: 0px 4px 4px 4px;
}
.returnDetail{
  border:1px solid #e7e7e7;
  border-top:none;
  margin:0px -15px;
  padding: 5px 15px 15px;
}
.td1.qtyPnel{
  padding-left: 0px;
  display: flex;
}
.returnDetail h4{
  color:#337ab7;
  font-size: 17px;
}
.returnDetail .second-row, .returnDetail .more-details{
  margin-top: 20px;
}
.blue1{
  color:#337ab7;
}
.txtCAP{
  text-transform: capitalize;
}
.collapsedDATA{
  padding: 15px 0px 0px;
}
.returnMainDetail .tab-content{
  border:none;
  padding-top: 0px;
}
.returnTotalCount{
  border:1px solid #e7e7e7;
  padding: 0px 15px;
  margin:0px -15px;
}
.returnMainDetail .nav-tabs>li{
  margin-bottom: 1px;
}
.returnMainDetail .nav-tabs li a{
  border:none;
  padding:10px 0px !important;
  margin-right: 30px;
}
.returnMainDetail .nav-tabs>li.active>a, 
.returnMainDetail .nav-tabs>li.active>a:focus, 
.returnMainDetail .nav-tabs>li.active>a:hover{
  border:none;
  border-bottom: 1px solid #337ab7;
  color:#337ab7;
}

.btm-sumry{
  background: #ececec;
  padding:8px;
  text-align: center;
}
.shipment-summary label{
  padding-bottom: 2px;
}
.shipMData > div{
  margin-bottom: 3px;
}
.rw_loader {
  position: absolute;
    top: 10px;
    left: 37px;
}
.borderBTMH3{
  border-bottom: 1px solid #ddd;
  padding-bottom: 12px;
  margin-bottom: 3px !important;
}
@media (min-width: 1200px){
.separator-skew {
    height: 70px;
}
}
