@font-face {
  font-family: 'GreyscaleBasic';
  src: url('../fonts/GreyscaleBasic.eot') format('embedded-opentype');
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'GreyscaleBasic';
  src:  url('../fonts/GreyscaleBasic.woff') format('woff'), 
		url('../fonts/GreyscaleBasic.ttf')  format('truetype'), 
		url('../fonts/GreyscaleBasic.svg#GreyscaleBasic') format('svg');
  font-weight: normal;
  font-style: normal;
}


@font-face {
  font-family: 'FuturaPT-Light';
  src: url('../fonts/FuturaPT-Light.eot') format('embedded-opentype');
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'FuturaPT-Light';
  src:  url('../fonts/FuturaPT-Light.otf')  format('opentype'),
	     url('../fonts/FuturaPT-Light.woff') format('woff'), 
		 url('../fonts/FuturaPT-Light.ttf')  format('truetype'), 
		 url('../fonts/FuturaPT-Light.svg#FuturaPT-Light') format('svg');
  font-weight: normal;
  font-style: normal;
}

/** 'FuturaPT-Bold' **/
@font-face {
  font-family: 'FuturaPT-Bold';
  src: url('../fonts/FuturaPT-Bold.eot') format('embedded-opentype');
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'FuturaPT-Bold';
  src:  url('../fonts/FuturaPT-Bold.otf')  format('opentype'),
	     url('../fonts/FuturaPT-Bold.woff') format('woff'), 
		 url('../fonts/FuturaPT-Bold.ttf')  format('truetype'), 
		 url('../fonts/FuturaPT-Bold.svg#FuturaPT-Bold') format('svg');
  font-weight: normal;
  font-style: normal;
}

body{
	overflow-x:hidden;
}
.marLR0{
	margin-left: 0;
	margin-right: 0;
}
.paddLR0{
	padding-left:0px;
	padding-right:0px;
}
.paddLR5{
	padding-left:5px;
	padding-right:5px;
}
.pageTop{
	padding-top: 5px;
	padding-bottom:10px;
}
.flex-center {
    align-items: center;
}
#header{
	background: #fff;
	height: 75px;
	padding-bottom: 0px;
	padding-top: 0px;
}
.container-fluid{
	width:95%;
}
.marLR0{
	margin-left:0;
	margin-right:0;
}


.scrollto {
    display: block;
    text-align: center;
}
.main-nav a{
	line-height:28px;
	color: #0064b0;
}
.subHead{
	color: #01adff;
	font-weight: 400;
	font-size: 22px;
	font-style: italic;
	margin-bottom:10px;
}

.textArea{
	resize: none;
	height: 100px !important;
}
.mobile-nav{
	width:300px;
	left: -300px;
}
.main-nav .drop-down li{
	width:200px;
}
.subMenu{
	background: #dfdfdf !important;
	padding:0 !important;
}
.subMenu li{
	min-width: 250px !important;
}
.subMenu li a{
	line-height: 20px;
	color:#091938 !important;
}
.subMenu li a:hover{
	background:#091838;
	color:#fff !important;
}

.menuCont{
	width:90%;
	margin:0 auto;
	display:block;
}
.owl-nav {
    text-align: center;
}
.owl-prev {
    position: absolute;
    top: 50%;
    left: 10px;
    background: #ef4123 !important;
    width: 30px;
    height: 30px;
    border-radius: 50%;
    text-align: center;
}
.owl-prev span{
	color: #fff;
	font-size: 30px;
	line-height: 2px;
}
.owl-next {
    position: absolute;
    top: 50%;
    right: 10px;
    background: #ef4123 !important;
    width: 30px;
    height: 30px;
    border-radius: 50%;
    text-align: center;
}
.owl-next span{
	color: #fff;
	font-size: 30px;
	line-height: 2px;
}


/** New code **/
.logotext{
	font-size: 12px;
	margin-top: -4px;
}

.subMenu li a{
	color:#fff !important;
}
.subMenu{
	background:transparent !important;
}
#header {
    height: 48px;
}
.pageTop{
	margin-top:48px;
}

/** new mobile code **/
.loginSec{
	background: #0064b2;
}
.flexDiv {
    display: flex;
    align-items: center;
    justify-content: center;
    align-content: space-around;
    height: 100vh;
}
.NewDiv {
    width: 25%;
    margin: 0 auto;
    padding: 40px 20px;
    border-radius: 10px;
    box-shadow: 0px 0px 1px 3px #e8e8e8;
	background:#fff;
}
.logoImg {
    width: 40%;
	margin: 0 auto;
	display: block;
}
.loginTit {
    font-size: 16px;
    font-weight: 500;
    letter-spacing: 1px;
    text-transform: uppercase;
    margin-top: 25px;
    text-align:center;
}
.loginInputDiv {
    position: relative;
    padding: 0;
	width: 100%;
	margin: 0 auto;
}
.loginIcon {
    position: absolute;
    left: 0;
    background:#0064b2;
    color:#fff;
    line-height: 24px;
    padding: 4px;
    padding-left: 10px;
    padding-right: 10px;
    font-weight: 600;
    width: 30px;
    border-top-left-radius: 5px;
    border-bottom-left-radius: 5px;
    font-size: 14px;
    top: 16px;
}
.loginInput {
    width: 100%;
    margin: 15px 0;
    border: 0;
    border-radius: 5px;
    padding-left: 5px;
    line-height: 30px;
    border: 1px solid #bcb9b9;
    padding-left: 38px;
}
.subBtn {
    background:#162069;
    color:#fff;
    font-size: 13px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 1px;
    line-height:40px;
    border: 1px solid #162069 !important;
	font-family: 'FuturaPT-Light';
	width: 100%;
    margin: 0 auto;
    display: block;
    margin-top: 10px;
}
.subBtn:hover{
	border: 1px solid #f3ce01 !important;
    background:#f3ce01;
    color:#000;
}
.innerSec {
    padding: 0 10px;
}
.searchDiv {
    position: relative;
	width: 25%;
	margin: 0 auto;
	margin-top: -25px;
}
.searchInput {
    width: 100%;
    border: 1px solid #aaa;
    border-radius: 5px;
    line-height: 30px;
    padding-left: 5px;
	font-family: 'FuturaPT-Light';
	letter-spacing: 1px;
}
.searchIcon {
    position: absolute;
    right: 5px;
	top:0;
    xbackground: #ec1c24;
	color: #ec1c24;
    line-height: 33px;
    border-top-right-radius: 5px;
    border-bottom-right-radius: 5px;
    padding-left: 5px;
    padding-right: 5px;
}
#main {
    background: rgba(0,0,0,0.08);
}
.listDiv {
    margin-top: 10px;
}
.listInnerDiv {
    background: #fff;
	border-radius: 5px;
	box-shadow: 1px 1px 1px 2px rgba(0,0,0,0.1);
    padding-top: 5px;
    padding-bottom: 5px;
	margin:10px 0;
}
.listUL {
    margin-bottom: 0;
    list-style: none;
    padding: 0;
    padding-left: 10px;
}
.listUL li {
    font-size: 14px;
    letter-spacing: .5px;
    xcolor: #999;
	padding: 3px 0;
}
.listUL li i{
	color: #ec1c24;
	font-size: 16px;
	margin-right: 10px;
}
.codeLi {
    position: relative;
	xcolor:#000;
}
.shipmentType {
    position: absolute;
    right: 9px;
    top: 3px;
    font-weight: 600;
}
.bgdelivery {
    background: green;
	color: #fff;
    padding: 3px 5px;
    border-radius: 5px;
    font-size: 14px;
}
.bgFailed {
   background: red;
	color: #fff;
    padding: 3px 5px;
    border-radius: 5px;
    font-size: 14px;
}
.bgpending{
	background: gray;
	color: #fff;
    padding: 3px 5px;
    border-radius: 5px;
    font-size: 14px;
}
.locLi{
	position: relative;
	
}
.compLi {
    font-size: 13px !important;
    position: relative;
}
.pincodeSpan{
	position: absolute;
    right: 9px;
    top: 3px;
    font-weight: 600;
}
.approvalDiv{
	margin-top:15px;
}
.approvalUL{
	margin-bottom: 0;
	list-style: none;
	xdisplay: flex;
	padding-left: 0;
	text-align:center;
}
.approvalUL li {
    width: 47%;
    text-align: center;
    height: 75px;
    margin: 0 5px;
    border-radius: 5px;
    color: #fff;
    line-height: 22px;
    font-size: 15px;
    font-weight: 600;
    letter-spacing: 1px;
    padding-top: 10px;
    display: inline-block;
    cursor:pointer;
}
.approvalUL li:first-child{
	background: green;
}
.approvalUL li:last-child{
	background: red;
}
.approvalUL li:first-child:hover
{
    opacity:.5;
}
.approvalUL li:last-child:hover
{
    opacity:.5;    
}

.feedbackDiv {
    margin-top: 10px;
	background:#fff;
	padding: 10px;
	box-shadow: 1px 1px 1px 1px rgba(0,0,0,0.1);
	border-radius: 5px;
}
.feedbackText {
    width: 100%;
    resize: none;
    height: 90px;
    border: 1px solid #aaa;
    border-radius: 5px;
    font-size: 13px;
    padding-left: 5px;
	padding-top:5px;
}
.feedBtnDiv{
	text-align:right;
	margin-top: 15px;
	margin-bottom: 10px;
}
.feedbackBtn {
    background: red;
	color:#fff !important;
	border: 1px solid red;
    margin-top: 10px;
    border-radius: 5px;
    text-transform: uppercase;
    font-weight: 600;
    letter-spacing: 1px;
	padding: 3px 20px;
}
.listCountDiv {
    margin-top: 10px;
}
.listCountUL {
    list-style: none;
    padding: 0;
    display: flex;
    margin-bottom: 0;
    border: 1px solid #dfdddd;
	border-radius: 5px;
	line-height: 30px;
	background: #fff;
}
.listCountUL li {
    width: 33%;
    text-align: center;
    font-size: 13px;
    border-right: 1px solid #c8c8c8;
	font-weight: 600;
	letter-spacing: .5px;
}
.listCountUL li:last-child{
	border-right:0;
}
.countSpan {
    font-size: 14px;
    margin-left: 7px;
    font-weight: 600;
	color:#000;
}
.allcount{
	color:#000;
}
.deliveryCount{
	color: green;
}
.pendingCount{
	color: red;
}
.username{
	position: relative;
	font-size: 15px;
	margin-bottom: 7px;
	font-weight: 600;
}
.timeP {
    margin: 0;
    font-size: 11px;
    margin-top: 2px;
    font-weight: 500;
	position: absolute;
	right: 0;
}
.codDiv {

    background: #fff;
	margin-top: 15px;
	box-shadow: 1px 1px 1px 1px rgba(0,0,0,0.1);
    border-radius: 5px;
	padding-top: 10px;
	padding-bottom: 10px;
}
.codUL {
    padding: 0;
    list-style: none;
    display: flex;
    margin-bottom: 0;
	border-bottom: 1px solid #dfdfdf;
}
.codUL li {
    width: 50%;
    text-align: center;
    font-size: 15px;
    xborder-right: 1px solid #cecece;
    line-height: 30px;
}
.codUL li label {
    margin-bottom: 0;
    text-transform: uppercase;
}
.codInput {
    margin-right: 7px;
}
.cashDiv {

    margin-top: 10px;
    margin-left: 10px;
    margin-right: 10px;

}
.cashInput {
    width: 100%;
    margin: 0 auto;
    display: inline-block;
    line-height: 30px;
    border: 1px solid #ddd;
    border-radius: 5px;
    padding-left: 5px;
    font-size: 14px;
	vertical-align: top;
	
}
.amtP {
    width: 27%;
    display: inline-block;
    vertical-align: middle;
    margin-bottom: 0;
    text-align: center;
    font-weight: 600;
    letter-spacing: .5px;
	margin-top: 7px;
	
}
.amtIcon {
    font-size: 15px;
    color: #000;
    margin-right: 5px;
}
.cardInput{
	line-height: 30px;
	border: 1px solid #ddd;
	border-radius: 5px;
	width: 100%;
	margin: 0 auto;
	margin-top: 5px;
	display: block;
	font-size: 13px;
	padding-left: 5px;
}
.caedDiv {

    margin-left: 10px;
    margin-right: 10px;

}

.cardSaveDiv {
    margin-top: 15px;
    margin-bottom: 10px;
}
.amtBtn {
    background: #ec1c24;
	border: 1px solid #ec1c24;
	color: #fff;
    border-radius: 5px;
    margin-top: 10px;
    margin-right: 20px;
    text-transform: uppercase;
    font-size: 15px;
    font-weight: 600;
    letter-spacing: 1px;
	padding:3px 20px;
}
.activeapro{
	box-shadow: 1px 1px 1px 2px rgba(0,0,0,0.4);
}
.select2Box{
	width:100%;
	margin-bottom: 10px;
}
.datetimeInput{
	width: 100%;
	border: 1px solid #ddd;
	border-radius: 5px;
	line-height: 30px;
	padding-left: 5px;
	font-size: 13px;
}


.back-to-top{
	background:#ec1c24;
}

 
.d-lg-block {
    xdisplay: none !important;
}
.qrcode-text-btn{
	display:none !important;
}

.devypp {
    padding: 0;
    list-style: none;
    text-align: center;
    margin-bottom: 0;
}
.devypp li {
    display: inline-block;
    width: 75px;
    background: #aaa;
	color:#fff;
	border: 1px solid #aaa;
    border-radius: 50%;
    height: 75px;
    text-align: center;
    line-height: 75px;
    margin: 0 10px;
    cursor: pointer;
}
.activepeo{
	box-shadow: 0px 0px 4px 1px rgb(236, 28, 36);
}
.amtView{
	margin-bottom:0;
	text-align:center;
	font-weight: 600;
	font-size: 15px;
	background:rgba(0,0,0,0.1);
	line-height: 30px;
	color:#ec1c24;
	margin: 0 10px;
	border-radius: 10px;
	font-weight: 600;
}
.amtView i{
	font-size:13px;
	margin-right:5px;
	margin-left:5px;
	color:#000;
}

.passDiv {
    margin-top: 10px;
    box-shadow: 1px 1px 1px 2px rgba(0,0,0,0.1);
    border-radius: 5px;
    padding: 5px;
}

.failDiv {
    margin-top: 10px;
    box-shadow: 1px 1px 1px 2px rgba(0,0,0,0.1);
    border-radius: 5px;
    padding: 5px;
}
.comDiv{
	margin-top: 10px;
    box-shadow: 1px 1px 1px 2px rgba(0,0,0,0.1);
    border-radius: 5px;
    padding: 5px;
}
.FailppDel{
	margin-top: 10px;
    box-shadow: 1px 1px 1px 2px rgba(0,0,0,0.1);
    border-radius: 5px;
    padding: 5px;
}
.cusmAcptDiv{
	margin-top: 10px;
    box-shadow: 1px 1px 1px 2px rgba(0,0,0,0.1);
    border-radius: 5px;
    padding: 5px;
}
.cusmSaveDiv {
    padding-top: 15px;
    padding-bottom: 10px;
}
.cusmAcpt {
    display: inline-block;
    vertical-align: top;
    width: 49%;
    margin: 0 !important;
    background: green;
    text-align: center;
    padding: 3px 0;
    border-radius: 5px;
}
.subImg {
    width: 25px;
    margin: 0 auto;
}
.subCont {
    color: #fff;
    font-size: 13px;
}
.cusmRej {
    width: 49%;
    display: inline-block;
    vertical-align: top;
    margin: 0 !important;
    background: red;
    padding: 3px 0;
    border-radius: 5px;
}
.curDate{
	margin-bottom: 5px;
	text-align: right;
	font-size: 14px;
	color:#000;
}




/** Responsive **/
@media only screen and (max-width: 980px){
	.qrcode-text-btn{
		display:block !important;
	}
	.NewDiv {
		width: 90%;
		margin: 0 auto;
		padding: 20px 10px;
		border-radius: 10px;
		box-shadow: 0px 0px 1px 3px #e8e8e8;
		background:#fff;
	}
	.searchDiv{
		width:50%;
	}
}
@media only screen and (max-width: 480px){

.mainDivNew
{
    width: 100% !important;
    margin: 0 auto;    
}
.logotext{
	font-size: 12px;
	margin-top: -4px;
}

*, ::after, ::before {
    box-sizing: border-box;
}
.subMenu li a{
	color:#fff !important;
}
.subMenu{
	background:transparent !important;
}
#header {
    height: 48px;
}
.pageTop{
	margin-top:48px;
}



/** new mobile code **/
.loginSec{
	background: #162069;
}
.flexDiv {
    display: flex;
    align-items: center;
    justify-content: center;
    align-content: space-around;
    height: 100vh;
}
.NewDiv {
    width: 90%;
    margin: 0 auto;
    padding: 20px 10px;
    border-radius: 10px;
    box-shadow: 0px 0px 1px 3px #e8e8e8;
	background:#fff;
}
.logoImg {
    width: 100%;
	margin: 0 auto;
	display: block;
	background:#fff;
	padding: 10px;
	border-radius: 10px;
}
.loginTit {
   font-size: 16px;
    font-weight: 500;
    letter-spacing: 1px;
    text-transform: uppercase;
    margin-top: 10px;
    text-align: center;
}
.loginInputDiv {
    position: relative;
    padding: 0;
	width: 95%;
	margin: 0 auto;
}
.loginIcon {
    position: absolute;
    left: 0;
    background: #f3ce01;
    color: #fff;
    line-height: 34px;
    padding: 4px;
    padding-left: 10px;
    padding-right: 10px;
    font-weight: 600;
    width: 40px;
    font-size: 20px;
    top: 16px;
    text-align: center;
}
.loginInput {
    width: 100%;
    margin: 15px 0;
    border: 0;
    padding-left: 5px;
    line-height: 40px;
    border: 1px solid #bcb9b9;
    padding-left: 50px;
}

.scrollto{
	display: inline-block;
	text-align: center;
	width: 20%;
	height: 50px;
}
.mobLogo{
	width:150px;
	display:block;
	margin: 0 auto !important;
	margin-top: 5px !important;
}

.innerSec {
    padding: 0 10px;
}
.searchDiv {
    position: relative;
	width: 100%;
	margin: 0 auto;
	margin-top: 0;
}
.searchInput {
    width: 100%;
    border: 1px solid #aaa;
    border-radius: 5px;
    line-height: 30px;
    padding-left: 5px;
	font-family: 'FuturaPT-Light';
	letter-spacing: 1px;
}
.searchIcon {
    position: absolute;
    right: 5px;
	top:0;
    xbackground: #ec1c24;
	color: #ec1c24;
    line-height: 33px;
    border-top-right-radius: 5px;
    border-bottom-right-radius: 5px;
    padding-left: 5px;
    padding-right: 5px;
}
#main {
    background: rgba(0,0,0,0.08);
}
.listDiv {
    margin-top: 10px;
}
.listInnerDiv {
    background: #fff;
	border-radius: 5px;
	box-shadow: 1px 1px 1px 2px rgba(0,0,0,0.1);
    padding-top: 5px;
    padding-bottom: 5px;
	margin:5px 0;
}
.listUL {
    margin-bottom: 0;
    list-style: none;
    padding: 0;
    padding-left: 10px;
}
.listUL li {
    font-size: 14px;
    letter-spacing: .5px;
    xcolor: #999;
	padding: 3px 0;
}
.listUL li i{
	color: #ec1c24;
	font-size: 16px;
	margin-right: 10px;
}
.codeLi {
    position: relative;
	xcolor:#000;
}
.shipmentType {
    position: absolute;
    right: 9px;
    top: 3px;
    font-weight: 600;
}
.bgdelivery {
    background: green;
	color: #fff;
    padding: 3px 5px;
    border-radius: 5px;
    font-size: 14px;
}
.bgreject{
	background: red;
	color: #fff;
    padding: 3px 5px;
    border-radius: 5px;
    font-size: 14px;
}
.locLi{
	position: relative;
	
}
.compLi {
    font-size: 13px !important;
}
.pincodeSpan{
	position: absolute;
    right: 9px;
    top: 3px;
    font-weight: 600;
}
.approvalDiv{
	
}
.approvalUL{
	margin-bottom: 0;
	list-style: none;
	display: flex;
	padding-left: 0;
}
.approvalUL li {
    width: 47%;
    text-align: center;
    height: 75px;
    margin: 0 5px;
    border-radius: 5px;
    color: #fff;
    line-height: 22px;
    font-size: 15px;
    font-weight: 600;
    letter-spacing: 1px;
	padding-top:10px;
	cursor:pointer;
}
.mainImg {
    width: 35px;
    display: block;
    margin: 0 auto;
}
.approvalUL li:first-child{
	background: green;
}
.approvalUL li:last-child{
	background: red;
}
.approvalUL li:first-child:hover
{
    opacity:.5;
}
.approvalUL li:last-child:hover
{
    opacity:.5;    
}
.feedbackDiv {
    margin-top: 10px;
	background:#fff;
	padding: 10px;
	box-shadow: 1px 1px 1px 1px rgba(0,0,0,0.1);
	border-radius: 5px;
}
.feedbackText {
    width: 100%;
    resize: none;
    height: 90px;
    border: 1px solid #aaa;
    border-radius: 5px;
    font-size: 13px;
    padding-left: 5px;
	padding-top:5px;
}
.feedBtnDiv{
	text-align:right;
	margin-top: 15px;
	margin-bottom: 10px;
}
.feedbackBtn {
    background: red;
	color:#fff !important;
	border: 1px solid red;
    margin-top: 10px;
    border-radius: 5px;
    text-transform: uppercase;
    font-weight: 600;
    letter-spacing: 1px;
	padding: 3px 20px;
}
.listCountDiv {
    margin-top: 10px;
}
.listCountUL {
    list-style: none;
    padding: 0;
    display: flex;
    margin-bottom: 0;
    border: 1px solid #dfdddd;
	border-radius: 5px;
	line-height: 30px;
	background: #fff;
}
.listCountUL li {
    width: 33%;
    text-align: center;
    font-size: 13px;
    border-right: 1px solid #c8c8c8;
	font-weight: 600;
	letter-spacing: .5px;
}
.listCountUL li:last-child{
	border-right:0;
}
.countSpan {
    font-size: 14px;
    margin-left: 7px;
    font-weight: 600;
	color:#000;
}
.allcount{
	color: #172074;
}
.deliveryCount{
	color: green;
}
.pendingCount{
	color: red;
}
.username{
	position: relative;
	font-size: 15px;
	margin-bottom: 7px;
	font-weight: 600;
}
.timeP {
    margin: 0;
    font-size: 11px;
    margin-top: 2px;
    font-weight: 500;
	position: absolute;
	right: 0;
}
.codDiv {

    background: #fff;
	margin: 5px 0px;
	box-shadow: 1px 1px 1px 1px rgba(0,0,0,0.1);
    border-radius: 5px;
	padding-top: 10px;
	padding-bottom: 10px;
}
.codUL {
    padding: 0;
    list-style: none;
    display: flex;
    margin-bottom: 0;
	border-bottom: 1px solid #dfdfdf;
}
.codUL li {
    width: 50%;
    text-align: center;
    font-size: 15px;
    xborder-right: 1px solid #cecece;
    line-height: 30px;
}
.codUL li label {
    margin-bottom: 0;
    text-transform: uppercase;
}
.codInput {
    margin-right: 7px;
}
.cashDiv {
    margin-top: 10px;
	margin-left: 10px;
	margin-right: 10px;
}
.cashInput {
    width: 100%;
    margin: 0 auto;
    display: inline-block;
    line-height: 30px;
    border: 1px solid #ddd;
    border-radius: 5px;
    padding-left: 5px;
    font-size: 14px;
	vertical-align: top;
	
}
.amtP {
    width: 27%;
    display: inline-block;
    vertical-align: middle;
    margin-bottom: 0;
    text-align: center;
    font-weight: 600;
    letter-spacing: .5px;
	margin-top: 7px;
	
}
.amtIcon {
    font-size: 15px;
    color: #000;
    margin-right: 5px;
}
.caedDiv {
    margin-left: 10px;
    margin-right: 10px;
}
.cardInput{
	line-height: 30px;
	border: 1px solid #ddd;
	border-radius: 5px;
	width: 100%;
	margin: 0 auto;
	margin-top: 5px;
	display: block;
	font-size: 13px;
	padding-left: 5px;
}
.amtBtn {
    background: #ec1c24;
	border: 1px solid #ec1c24;
	color: #fff !important;
    border-radius: 5px;
    xmargin-top: 10px;
    margin-right: 20px;
    text-transform: uppercase;
    font-size: 15px;
    font-weight: 600;
    letter-spacing: 1px;
	padding: 5px 20px;
}
.activeapro{
	box-shadow: 1px 1px 1px 2px rgba(0,0,0,0.4);
}
.select2Box{
	width:100%;
	margin-bottom: 10px;
}
.datetimeInput{
	width: 100%;
	border: 1px solid #ddd;
	border-radius: 5px;
	line-height: 30px;
	padding-left: 5px;
	font-size: 13px;
}
.cardSaveDiv {
    margin-top: 15px;
    margin-bottom: 10px;
}


.devypp {
    padding: 0;
    list-style: none;
    text-align: center;
    margin-bottom: 0;
}
.viewLi {
    display: inline-block;
    width: 75px;
    background: #aaa;
	color:#fff;
	border: 1px solid #aaa;
    border-radius: 50%;
    height: 75px;
    text-align: center;
    line-height: 75px;
    margin: 0 10px;
    cursor: pointer;
}
.activepeo{
	box-shadow: 0px 0px 4px 1px rgb(236, 28, 36);
}
.rvpLi {
    display: inline-block;
    width: 100px;
	height: 100px;
    background: #aaa;
	color:#fff;
	border: 1px solid #aaa;
    border-radius: 50%;
    text-align: center;
    line-height: 100px;
    margin: 0 10px;
    cursor: pointer;
}
.commDiv {
    margin-top: 10px;
    box-shadow: 1px 1px 1px 1px rgba(0,0,0,0.2);
    padding: 5px 0;
	border-radius: 5px;
}
.commUL{
	padding: 0;
    list-style: none;
    text-align: center;
	margin-bottom:0;
}
.commLabel {
    margin: 0 10px;
    font-size: 15px;
}
.commRdio {
	margin-right: 5px;
}
.ppRejectDiv {
    width: 90%;
    margin: 0 auto;
    margin-top: 10px;
    margin-bottom: 10px;
}
.back-to-top{
	width: 30px;
	height: 30px;
	opacity: 0.7;
}
.back-to-top i{
	line-height:0px;
}
.payType {
    font-size: 12px;
    font-weight: 500;
}
.devyPPDiv {
    box-shadow: 1px 1px 1px 2px rgba(0,0,0,0.1);
	border-radius: 5px;
	background:#fff;
    padding: 10px 5px;
	margin-top: 10px;
}
.devyPText {
    margin-bottom: 0;
    text-align: center;
    font-size: 15px;
    font-weight: 600;
    letter-spacing: .5px;
}
.devyPok{
	text-align:right;
	margin-bottom: 0;
}
.devyPok span{
	background: #ec1c24;
	color: #fff;
	padding: 1px 10px;
	border-radius: 5px;
	font-weight: 600;
	cursor:pointer;
}
.prexoCodDiv {
    margin-top: 5px;
}
.codinput {
    width: 50%;
    border: 1px solid #aaa;
    border-radius: 5px;
    line-height: 25px;
    padding-left: 5px;
    vertical-align: top;
    display: inline-block;
}
.prexoHead {
    margin-bottom: 0;
    padding-left: 10px;
    font-size: 17px;
    font-weight: 600;
    text-transform: uppercase;
    width: 38%;
    display: inline-block;
    vertical-align: top;
}
.ppPrexo{
	padding: 0;
	list-style: none;
	margin-bottom: 0;
	width: 60%;
	display: inline-block;
	vertical-align: top;
	text-align: right;
}
.amtSpan {
    display: inline-block;
    vertical-align: top;
    width: 25%;
    font-size: 15px;
}
.amtAdd {
    background: #ec1c24;
	color:#fff;
    width: 22%;
    display: inline-block;
    vertical-align: top;
    text-align: center;
    border-radius: 5px;
    font-weight: 600;
}
.rescLabel{
	font-size: 14px;
	font-weight: 600;
	letter-spacing: .5px;
}
/** Trip Close **/
.tcId {
    margin: 0;
    font-size: 15px;
    line-height: 30px;
    padding-left: 10px;
	position:relative;
}
.tcIdspan {
    font-weight: 700;
    color: #172074;
}
.tcHead{
	margin-bottom: 0;
	font-size: 13px;
	padding-left: 10px;
	font-weight: 600;
	line-height: 30px;
}
.tcHead i{
	font-size: 12px;
	margin-right: 10px;
	color:#000;
}
.tcCloseDiv .countSpan{
	display:block;
	font-size: 25px;
	line-height: 30px;
}
.tcCloseDiv .listCountDiv{
	margin:0 10px;
	margin-top:10px;
}
.tcCloseDiv .listCountUL{
	border-radius: 0;
	box-shadow: 1px 1px 1px 1px rgba(0,0,0,0.1);
}
.tcDelProDiv {
    display: flex;
    margin: 10px;
    margin-bottom: 0;
	margin-top:5px;
}
.tcDelPro {
    margin-bottom: 0;
    width: 33%;
    font-size: 12px;
	padding-left:5px;
}
.tcDelPro span {
    font-size: 14px;
    font-weight: 600;
}
.cashCollH5 {
    margin-bottom: 0;
    padding-left: 16px;
    font-size: 13px;
    line-height: 30px;
    border-top: 1px solid #e3e3e3;
    margin-top: 5px;
	position:relative;
}
.cashCollH5 i {
    font-size: 12px;
    margin-right: 5px;
}
.cashCollH5 span {
    font-weight: 600;
}
.tcBtn {

    background: green;
	border: 1px solid green;
	color:#fff;
    width: 90%;
    margin: 0 auto;
    display: block;
    margin-top: 5px;
    text-transform: uppercase;
    font-size: 15px;
    font-weight: 600;
    letter-spacing: .5px;
    line-height: 30px;
}
.btnCan{
	width: 47%;
	font-size: 12px !important;
	color: #9b9b9b;
}
.runStartP {
    margin-bottom: 0;
    text-align: center;
    font-size: 12px;
    line-height: 30px;
    color: #ec1c24;
    font-weight: 600;
	cursor: pointer;
}
.tcDate {
    position: absolute;
    right: 6px;
    font-size: 11px;
}

.tcViewDet {
    position: absolute;
    right: 0;
    top: 7px;
    font-size: 17px !important;
    color: #ec1c24;
}
.tcViewDiv {
    border: 1px solid #aaa;
    margin: 0 10px;
    border-radius: 5px;
    padding: 4px;
    box-shadow: 1px 1px 1px 2px rgba(0,0,0,0.2);
}
.tcViewP {
    margin-bottom: 0;
    line-height: 24px;
    font-size: 13px;
    position: relative;
}
.tcViewSpan {
    position: absolute;
    right: 15px;
    font-weight: 600;
}



}
.LiAct
{
    background-color:Gray;
}
.bgproother{
	background:yellow;
	color:#000;
	margin-left: 5px;
}
.mainImg
{
    width:40px; 
    display: block;
    margin: 0 auto;   
}
.mainDivNew
{
    width: 35%;
    margin: 0 auto;    
}
.marbot5
{
    margin-bottom:5px;    
}
.newInpt
{
    padding: 0;
line-height: 30px !important;
height: auto;  
padding-left:10px;  
}
.labelFrm
{
    font-size: 13px;
margin-bottom: 0px;    
}
.saveBtnDiv
{
    text-align:center;    
}
.saveBtnDiv .amtBtn
{
       margin-right: 0; 
}



.upFileNew {
    position: relative;
}
.upFileImg {
    width: 100px;
    height: 100px;
    border: 1px solid #ddd;
    padding: 2px;
}
.upFileInput {
    position: absolute;
    top: 0;
    left:0;
    width: 100px;
    height: 100px;
    opacity: 0;
    cursor: pointer;
}
.upDivNew {
    border: 1px solid #ddd;
    padding-bottom: 5px;
}
.upNewH5 {
    margin: 0;
    font-size: 14px;
    font-weight: 600;
    line-height: 25px;
    border-bottom: 1px solid #ddd;
    text-align: center;
    text-transform: uppercase;
    letter-spacing: .5px;
}