*{
	margin:0;
	padding:0;
	outline:none;
	list-style:none;
	text-decoration:none;
	font-family:'Roboto', sans-serif;

	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	-o-box-sizing:border-box;
	box-sizing:border-box;
}
fieldset{border:none;}
html,body{
	height:100%;
	position:relative;
}
body{
	overflow:auto;
	padding-left:240px;
}
.form-control[disabled], .form-control[readonly], fieldset[disabled] .form-control{
	background:#fafafa !important;
	cursor: not-allowed;
}
.respBtn{
	display:none;
	float: right;
	width: 32px;
    height: 32px;
    color: #f3793f;
    background-color: #fff;
    margin-top: 16px;
    font-size: 17px;
}
.respBtn i{
	line-height:32px;
	text-align:center;
	display:block;
}
.respBtn i.fa-close{
	font-size:80%;
}
.lineHeading h2{
	padding-bottom: 7px;
	border-bottom: 1px solid #ccc;
	margin-bottom: 15px;
	font-size:22px;
	color:#1b1b1b;
}
.tAlgnRght{
	text-align:right;
}
.lineHeading{
	position:relative;
}
.lineHeading h3{
	margin-bottom:10px;
	font-size:20px;
	color:#283C84;
}
.lineHeadMinus{
	position: relative;
	z-index: 1;
	margin-top: -55px;
}

/*.mt-1{margin-top: 10px;}
.pt-1{padding-top: 10px;}
.mb-1{margin-bottom: 10px;}
.pb-1{padding-bottom: 10px;}

.mt-2{margin-top: 15px;}
.pt-2{padding-top: 15px;}
.mb-2{margin-bottom: 15px;}
.pb-2{padding-bottom: 15px;}

.mt-3{margin-top: 20px;}
.pt-3{padding-top: 20px;}
.mb-3{margin-bottom: 20px;}
.pb-3{padding-bottom: 20px;}

.mt-4{margin-top: 25px;}
.pt-4{padding-top: 25px;}
.mb-4{margin-bottom: 25px;}
.pb-4{padding-bottom: 25px;}

.mt-5{margin-top: 30px;}
.pt-5{padding-top: 30px;}
.mb-5{margin-bottom: 30px;}
.pb-5{padding-bottom: 30px;}*/

.mainSideWrap{
	left:0;
	width:240px;
	position:fixed;
	height:100%;
	background:#1a2935;
}
.mainSideWrap .logoBlock{
	width:100%;
	display:block;
    background: #f3793f;
    padding: 22px 30px;
}
.mainBodyWrap{
	display:block;
	padding:16px 30px 50px 30px;
	position:relative;
	min-height:100%;
	overflow:hidden;
	background:#efefef;
}
.viewMainBodyWrap{
	height:100%;
	overflow:auto;
}
.mainNavWrap {
	margin-top:10px;
	margin-bottom:30px;
}
.mainNavWrap > li{
	display:block;
	position:relative;
}
.mainNavWrap > li.hasSub:before{
	display: inline-block;
	font: normal normal normal 14px/1 FontAwesome;
	content:"\f078";
	font-size:13px;
	position:absolute;
	right:8px;
	top:11px;
	opacity:0.6;
	color:#fff;
	-webkit-transition:all ease 0.5s;
	transition:all ease 0.5s;
	pointer-events:none;
}
.mainNavWrap > li.hasSub.slideDown:before{
	-webkit-transform:rotate(180deg);
	transform:rotate(180deg);
}
.mainNavWrap > li > a{
	display:block;
	padding:7px 8px;
	font-size:15px;
	color:rgba(255,255,255,.87);
}
.fa-truck,
.mainNavWrap > li > a > i.fa-truck{
	 transform:rotateY(180deg);
}
.mainNavWrap > li > a:hover{
	background-color: #203240;
}
.mainNavWrap > li > a > i{
	margin-right:15px;
}
.mainNavWrap > li > ul{
	padding-bottom:5px;
	display:none;
	padding-left:35px;
}
.mainNavWrap > li > ul > li > a{
	font-size:13px;
	margin-bottom:4px;
	display:block;
	color:rgba(255, 255, 255, 0.31);
}
.mainNavWrap > li > ul > li > a:hover{
	color:rgba(255, 255, 255, 0.7);
}
.navMainContainer{
	padding:20px 14px 20px 13px;
	overflow: auto;
}
.navMainContainer h2{
	font-size:15px;
	margin:0;
	padding:0 0;
	color:rgba(255,255,255,.4);
}
.footerMainWrapper{
	width:100%;
	padding:12px 30px;
	background:#e0e0e0;
	position:absolute;
	bottom:0;
	left:0;
	width:100%;
}

.footerMainWrapper p{
	font-size:12px;
	margin:0;
	color:#737373;
}
.highLightBox {
    padding: 2px 9px;
    background: #f3793f;
    color: #fff;
    border-radius: 5px;
}
.dBlueBg{
    background-color: #283c84;
}
.bluBg{
	background-color:#1e9fdc;
}
.formLogoBlck .redBg,
.redBg{
	background-color:#f3793f;
}
.grnBg{
	background-color:#009900;
}
.gryBg{
	background-color:#b1b1b1;
}
.footerMainWrapper .highLightBox {
    font-size: 90%;
	margin-right:3px;
}
.whiteBlock{
	padding:25px;
	background:#fff;
	margin-bottom:25px;
	-webkit-box-shadow:2px 2px 4px 0 rgba(0,0,0,0.1);
	box-shadow:2px 2px 4px 0 rgba(0,0,0,0.1);
}
.headingBlock {
	/* border-left:5px solid #f3793f; */
	border-left:5px solid #2b5373;
	position:relative;
}
.blnkLabel{
	display:block;
}
.custChkbox{
	display:inline-block;
	vertical-align:middle;
	margin-right:17px;
}

.chkBxBlck{
	display:block;
	margin-right:0;
}
.custChkbox label{
	font-size:14px;
	margin-top:8px;
	color:#4a4a4a;
	display:inline-block;
	cursor:pointer;
	vertical-align:middle;
}
.chkBxBord .chkBxBlck{
	padding: 3px 0;
	border-bottom: 1px solid #eaeaea;
}
.chkBxBord .chkBxBlck label{
	margin:0;
}
.chkBxBlck label{display:block;}
.custChkbox:nth-last-of-type(1){
	margin-right:0;
}
.chkBxBlck label span{
	color:#ababab;
}
.custChkbox input{
	display:none;
}
.custChkbox label:before{
	content:"";
	font: normal normal normal 14px/1 FontAwesome;
	width:18px;
	text-align:center;
	line-height: 18px;
	font-size: 11px;
	height:18px;
	vertical-align:middle;
	display:inline-block;
	margin-top:-3px;
	margin-right:5px;
	border:1px solid #ccc;
}
.custChkbox input[type="checkbox"]:checked + label:before{
	content:"\f00c";
	border-color: #2a8c2a;
    color: #2a8c2a;
}
.custChkbox input[type="radio"]:checked + label:before{
	content:"\26ab";
	border-color: #2a8c2a;
    color: #2a8c2a;
	font-size:8px;
	line-height: 17px;
}
.usrWrpCont{
	display:block;
    position: absolute;
    right: 30px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}
.usrWrpCont img{
	display:inline-block;
	vertical-align:middle;
	border-radius: 100px;
	margin-right: 8px;
	width: 56px;
	margin-top: -4px;
	border: 4px solid #dcdcdc;
}
.userInfoWrap{
	display:inline-block;
	vertical-align:middle;
}
.userInfoWrap h4 {
    /* color: #f3793f; */
    color: #2b5373;
    font-size: 15px;
    margin: 0;
    margin-bottom: 2px;
}
.userInfoWrap > div a {
    float: left;
    display: block;
    color: #999999;
    font-size: 11px;
    line-height: 20px;
    margin: 0;
}
.userInfoWrap > div span {
    color: #CCCCCC;
    display: block;
    margin: 0 5px;
    float: left;
    line-height: 18px;
    display: block;
    font-size: 15px;
}
.userInfoWrap > div a:hover{
	color:#333;
}
.listDataWrp p{
	font-size: 15px;
    margin-bottom: 4px;
	color:#404040;
}
.listDataWrp p:last-child{
	margin-bottom:0;
}
.tbleCapBlck{
	font-size:11px;
}
.tbleCapBlck2 a,
.tbleCapBlck2 span{
	font-size:15px;
	color:#fff;
	width:24px;
	height:24px;
	display:inline-block;
	vertical-align:middle;
	line-height:24px;
	border-radius:3px;
	text-align:center;
}
.tbleCapBlck2 a:hover{color:#fff;}
.tbleCapBlck2 .gryBg {
    background-color: #8a8a8a;
}
/*.jobSrchButton{
	padding-left:10px;
	padding-right:10px;
}
.jobSrchButton > div{
	padding-left:5px;
	padding-right:5px;
}*/
/*.tbleCapBlck span{
	font-size:16px;
}*/
.jobSearchBlck{
	position:relative;
}
.joSrchNavBtn{
	position:absolute;
	top:50%;
	border-radius:500px;
	z-index:0;
	-webkit-transform:translateY(-50%);
	-moz-transform:translateY(-50%);
	transform:translateY(-50%);
	width:30px;
}
.joBtnPrv{left:-15px;}
.joBtnNxt{right:-15px;}
.headBlckwIcon{
	padding:24px 25px 23px 25px;
}
.headBlckwIcon h1 .fa{
	font-size:120%;
	margin-right:5px;
}

.logBody{
	background:url('../images/login-pattern.png') 50% 50% repeat #171717;
	padding-left:0;
	position:relative;
	
}
.loginBlockMainWrap{
	position:absolute;
	width:350px;
	top:48%;
	left:50%;
	-webkit-transform:translateY(-50%) translateX(-50%);
	transform:translateY(-50%) translateX(-50%);
}
.logMainBlock{
	padding:35px;
	background:#efefef;
}
.loginLogoWrp{
	background:#f3793f;
	width:100%;
	padding: 25px 0px;
}
.loginLogoWrp img {
    display: block;
    margin: 0 auto;
    max-height: 70px;
}
.logMainBlock h4{
	margin: 0 0 10px 0;
    /* color: #f3793f; */
    color: #2b5373;
    font-size: 20px;
}
.logMainBlock form{
	padding-top:10px;
}
.logMainBlock p{
	font-size:13px;
	line-height:16px;
	color:#6b6b6b;
}
.logMainBlock .form-control{
	margin-bottom:15px;
}
.logCAlign{
	margin-top:20px;
}
.logCAlign p{
	text-align:center;
	margin:10px auto 0 auto;	
	color:#949494;
}
.logCAlign p a{
	font-weight:500;
	color:#5cb85c;
	opacity:0.9;
}
.logCAlign p a span{
	color:#fff;
}
.logCAlign p a:hover{
	opacity:1;
}
.ftrCRight{
	position:absolute;
	bottom:10px;
	text-align:center;
	width:100%;
	font-size:11px;
	color:#949494;
	margin:0;
}
.ftrCRight .highLightBox{
	margin-right:5px;
    padding: 1px 4px;
}
table.table.smlTable{
	font-size:12px;
}
table.table.tableSmall>thead>tr>th, table.table.tableSmall>thead>tr>td,
table.table.smlTable>thead>tr>th, table.table.smlTable>thead>tr>td {
    font-size:12px;
	padding:5px 6px;
	background-color: #f3793f;
	color: #fff;
	font-weight: 500;
	border-bottom: none;
	border-color: #68933e !important;
}
table.table.smlTable>tbody>tr>th,
table.table.smlTable>tbody>tr>td{
	padding: 5px 4px;
	line-height: 1.4;
	font-size: 12px;
}
.smlTbleNopad td{
	padding: 3px 10px !important;
    vertical-align: middle !important;
}
table.table.smlTable2xTxt>thead>tr>th, 
table.table.smlTable2xTxt>thead>tr>td,
table.table.smlTable2xTxt>tbody>tr>td{
	font-size: 14px;	
}
table.table.tableSmall{
	width: 100%;
	border-spacing: 0;
	border-collapse: collapse;
}
table.table.tableSmall>tbody>tr>th, 
table.table.tableSmall>tbody>tr>td{
	font-size:13px;
	padding: 4px 6px ;
}
.quotTable .orderEnd{
    font-weight:bold;
    background-color: #fff4f5;   
}
.quotTable .orderEnd td{vertical-align: middle;}
table.table.quotTable>thead>tr>th, table.table.quotTable>thead>tr>td,
table.table.quotTable>tbody>tr>th, table.table.quotTable>tbody>tr>td{
    padding: 4px 4px;
    line-height: 1.4;
    font-size: 11px;
	vertical-align: middle;
}
table.table.quotTable .tbleTitle td,
table.table.quotTable .tbleTitle th{
    color: #262626 !important;
    background: #fff !important;
    border-color: #c6c6c6 !important;
}
.invoiceShiptoAdrs p{
	font-size:14px;
	margin-bottom:5px;
	line-height:18px;
}
.invoiceShiptoAdrs h4{
	margin:0 0 2px 0;
	font-size: 16px;
	color: #f3793f;
}
.invShpBlck{
	margin-bottom:15px;
}
.invoiceShiptoAdrs .alert{
	margin-bottom:0;
}
.subTableWrp{
	background:none !important;
	margin-bottom:0 !important;
	min-width:400px;
}
.custDTbleStyle thead th, .custDatatable thead th, .smlTable thead th{
	color:#000 !important;
}

.custDTbleStyle .subTableWrp thead th,
.custDatatable .subTableWrp thead th{
	background:none;
	color:#333 !important;
	padding-top:0;
	-webkit-box-sizing:border-box;
	box-sizing:border-box;
}
.custDatatable .subTableWrp thead th.poTypWid,
.custDTbleStyle .subTableWrp thead th.poTypWid{width:15%;}
.custDatatable .subTableWrp thead th.poItmWid,
.custDTbleStyle .subTableWrp thead th.poItmWid{width:40%;}
.custDatatable .subTableWrp thead th.poQtyWid,
.custDTbleStyle .subTableWrp thead th.poQtyWid{width:14%;}
.custDatatable .subTableWrp thead th.poPrcWid,
.custDTbleStyle .subTableWrp thead th.poPrcWid{width:15%;}
.custDatatable .subTableWrp thead th.poAmtWid,
.custDTbleStyle .subTableWrp thead th.poAmtWid{width:16%;}

.subTableWrp>tbody>tr>td, .subTableWrp>tbody>tr>th, .subTableWrp>tfoot>tr>td, 
.subTableWrp>tfoot>tr>th, .subTableWrp>thead>tr>td, .subTableWrp>thead>tr>th{
	border:none !important;
}
.subTableWrp>thead>tr>th{
	border-bottom:1px solid #ccc !important;
}
.userAccessTable td{
	vertical-align:middle !important;
}

.userAccessTable .custChkbox label{
	margin:0;
}
.dashBoardHeadBlocks div:nth-child(1){padding-right:5px;}
.dashBoardHeadBlocks div:nth-child(2){padding-left:5px;}
.dashBoardHeadBlocks div:nth-child(3){padding-left:5px; }
.dashBlockWrp{
	padding:15px 0 15px 15px; 
	position:relative;
	background:#fff;
	cursor:pointer;
	margin-top:5px;
	border:1px solid #dcdcdc;
}
.dashBlockWrp.actTab{
	background:#f3793f;
	padding:20px 0 20px 20px;
	position:relative;
	z-index:2;
	border-color:#dcdcdc;
	border-bottom-color:#f3793f;
	margin-top:0;
}
/*.dashBoardHeadBlocks > div:first-child .dashBlockWrp.actTab,
.dashBoardHeadBlocks > div:first-child .dashBlockWrp{
	padding-left:25px;
}*/
.hometableWrap table thead tr th:first-child,
.hometableWrap table tbody tr td:first-child{
	padding-left:20px;
	width:10px;
}
/*.dbBlock1{
	background-color:#f3793f;
}
.dbBlock2{
	background-color:#57bd4b;
}
.dbBlock3{
	background-color:#1fa2ff;
}*/

.dashBlockWrp h3{
	margin:0;
	font-size:17px;
	color:#f3793f;
}
.dashBlockWrp.actTab h3{
	font-size:19px;
	color:#fff;
}
.dashBlockWrp a{
	margin:5px 0 0 0;
	font-size:13px;
	display:inline-block;
	color:#7b7b7b;
}
.dashBlockWrp a:hover{
	color:#000;
}

.dbBlock2 h3 {color: #0083c1;}
.dbBlock3 h3 {color: #009900;}

.dbBlock2.actTab{background-color: #0083c1; border-bottom-color:#0083c1;}
.dbBlock3.actTab{background-color: #00993f; border-bottom-color:#00993f; border-right: none;}

.dbBlock1.actTab a{color:#ffd7da;}
.dbBlock2.actTab a{color:#b1d2e2;}
.dbBlock3.actTab a{color:#81dea8;}

#pendJobWrap .custDatatable thead th {
    border-color: #0083c1 !important;
    background: #0083c1;
}
#pendJobWrap .dataTables_paginate .pagination>.active>a, 
#pendJobWrap .dataTables_paginate .pagination>.active>a:focus, 
#pendJobWrap .dataTables_paginate .pagination>.active>a:hover, 
#pendJobWrap .dataTables_paginate .pagination>.active>span, 
#pendJobWrap .dataTables_paginate .pagination>.active>span:focus, 
#pendJobWrap .dataTables_paginate .pagination>.active>span:hover {
    background-color: #0083c1;
    border-color: #0083c1;
}
#dispatchWrap .custDatatable thead th {
    border-color: #00993f !important;
    background: #00993f;
}
#dispatchWrap .dataTables_paginate .pagination>.active>a, 
#dispatchWrap .dataTables_paginate .pagination>.active>a:focus, 
#dispatchWrap .dataTables_paginate .pagination>.active>a:hover, 
#dispatchWrap .dataTables_paginate .pagination>.active>span, 
#dispatchWrap .dataTables_paginate .pagination>.active>span:focus, 
#dispatchWrap .dataTables_paginate .pagination>.active>span:hover {
    background-color: #00993f;
    border-color: #00993f;
}
.dashNum{
	position: absolute;
	right: 24px;
	top: 24px;
	font-size: 38px;
	text-align: center;
	line-height: 34px;
	color: #b7b7b7;
	font-weight: normal;
	display: block;
}
.actTab .dashNum {
    color: rgba(255, 255, 255, 0.7);
}
.jSrchInfWrp .invShpBlck p{
	margin-bottom:0;
	font-size:12px;
	line-height:15px;
}
.jSrchInfWrp .invShpBlck h4{
	color:#333;
	font-size: 13px;
	line-height: 16px;
}
.hometableWrap .dataTables_wrapper > .row:first-child{
	display:none;
}
.hometableWrap{
	margin-top:-7px;
	z-index:0;
}
.jSrchInfWrp .col-md-5:last-child{
	padding-left:0;	
}
.custChkbox.smlChckbx label {
    font-size: 13px;
}
.custChkbox.smlChckbx label:before{
	width: 14px;
	line-height: 14px;
	font-size: 7px;
	height: 14px;
	margin-right:3px;
	border-radius:100px;
}
.custChkbox.smlChckbx input[type="radio"]:checked + label:before {
    font-size: 10px;
    line-height: 13px;
}
.hometableWrap{
	display:none;
}
.fa.btn.btnBig{
	font-size:20px;
	line-height:20px;
}
.pageMessage, .jobDetails, .jobProcess, .deliveryInfo{
	display:none;	
}
.scrlChkbox{
	max-height:296px;
	overflow:auto;	
	padding-left: 3px;
}
.scrlChkbox .custom-control ,
.scrlChkbox .custChkbox{
	width:48%;
	margin-right:4%;
	float:left;
	margin-bottom: 5px;
}
.scrlChkbox .custom-control label,
.scrlChkbox .custChkbox label{
	font-size:13px;
	padding-top: 2px;
}
.scrlChkbox .custom-control:nth-child(even),
.scrlChkbox .custChkbox:nth-child(even){
	margin-right:0;
}
.afterCodeGenerate,
.pc_paper,
.pc_printing,
.pc_lamination,
.pc_other,
.pc_corrugation,
.pc_finishing,
.btn.lam_set_stop,
.btn.other_set_stop,
.btn.linear_start1,
.btn.linear_stop,
.btn.die_start,
.btn.die_close,
.btn.finishing_start,
.btn.finishing_close{
	display:none;	
}
.jobInfoFix{
	display:none;
	padding-top:8px;
	padding-bottom:8px;
}
.jobInfoFix p{
	font-size: 12px;
	line-height: 18px;
	color: #171717;
	margin-bottom: 2px;
}
.jobInfoFix span{
	font-size: 17px;
    color: #f3793f;
    font-weight: 600;
}
.row .pinObjct{
	right:15px;
	position:static;
}
.modalBoxInf .modal-body p{
	font-size: 14px;
	line-height: 20px;
	color: #171717;
	margin-bottom:3px;
}
.modalBoxInf .modal-body h2,
.modalBoxInf .modal-body h3,
.modalBoxInf .modal-body h4,
.modalBoxInf .modal-body h5,
.modalBoxInf .modal-body h6{
	margin-bottom:5px;
	color: #f3793f;
}

.modalBoxInf .modal-body h2{font-size:24px;}
.modalBoxInf .modal-body h3{font-size:20px;}
.modalBoxInf .modal-body h4{font-size:18px;}
.modalBoxInf .modal-body h5{font-size:16px;}
.modalBoxInf .modal-body h6{font-size:15px;}

.modalBoxInf .modal-body .row{
	margin-bottom:25px;
}
.modalBoxInf .modal-body .row:last-child{margin-bottom:0;}
.procesIconBlcks .whiteBlock{
	padding: 15px 10px 10px 15px;
	overflow:hidden;
	display: flex;
	justify-content: space-between;
}
.row.procesIconBlcks {
	margin-top:50px;
	margin-left:-5px;
	margin-right:-5px;
}
.procesIconBlcks > div{
	padding-left:5px;
	padding-right:5px;
	/*width:20%;*/
	color:#0083C1;
}
.prcNumWrp{
	display:block;
	font-size:34px;
	font-weight:normal;
}
.prdNmeWrp{
	display:block;
	font-size:13px;
	float:left;
	line-height:18px;
}
.procesIconBlcks .fa{
	line-height:18px;
	font-size:14px;
	/*padding-left: 10px;*/
}
.procesIconBlcks > div:nth-child(2){color:#008890;}
.procesIconBlcks > div:nth-child(3){color:#008E60;}
.procesIconBlcks > div:nth-child(4){color:#009330;}
.procesIconBlcks > div:nth-child(5){color:#009900;}
.prcsNme{
	font-size: 18px;
	line-height: 22px;
}
.prcsNme small{
	font-size: 70%;
}
.prcIcnNum{
	width: 60px;
	text-align: center;
}
.prcNum{
	font-size: 32px;
}
.priceBlck{
	margin-top:30px;
}
.priceBlck li{
	padding-bottom:5px;
	font-size:14px;
	display:block;
	line-height:18px;
}

.priceBlck li strong{
	float:right;
	color:#666666;
}
.dashHghLght{
	font-size:11px;
	border:1px dashed #f3793f;
	color:#f3793f;
	font-weight:600;
	padding:1px 5px;
	margin-left:10px;
	line-height:18px;
}
.priceBlck .fa{
	float:right;
	margin-right:10px;
	font-size:14px;
	cursor:pointer;
	line-height:18px;
}
.priceBlck input{
	color:#666666;
	font-weight:bold;
	font-size: 14px;
	border:1px solid #ccc;
	float:right;
	line-height:18px;
	width:60px;
	text-align:right;
}
.alert.alert-sm {
    padding: 5px 10px;
    font-size: 13px;
}
.flR{float:right;}
.chckBxListingWrp{
	overflow:hidden;
}
.chckBxListingWrp li{
	display:block;
	overflow:hidden;
	padding:10px 15px;
	border-bottom:1px solid #ccc;
}
.chckBxListingWrp li .custChkbox{
	display:inline-block;
	vertical-align:middle;
	margin-right:10px;
}
.chckBxListingWrp li .custChkbox label{
	margin:0;
}
.chckBxListingWrp li p{
	font-size:14px;
	display:inline-block;
	vertical-align:middle;
	color:#000;
	margin:0;
	width:325px;
}
.chckBxListingWrp li input[type="text"],
.chckBxListingWrp li input[type="number"]{
	width:60px;
	display:inline-block;
	vertical-align:middle;
	height:24px;
	border-radius:3px;
	text-align:center;
	line-height:24px;
	border:1px solid #ccc;
	font-size:14px;
}
.viewPoDataModal .modal-dialog,
.viewJobOrdModl .modal-dialog{
	width:1000px;
}
.is_stuck{
	z-index: 1039;
}
.jobOrdMenu .nav-link{
	color: #000;
	padding: .3rem 0.8rem;
	font-size: 0.8rem;
}
u{
	text-decoration: underline;
}
.reverse-dt-dd dt{font-weight: normal;}
.reverse-dt-dd dd{font-weight: 500;}
.processListIcns{
	overflow: hidden;
	margin: 0;
	width: auto;
	float: left;
}
.processListIcns li{
	float: left;
	margin-right: 10px;
}
.processListIcns li span{
	border: 1px solid #ccc;
	color: #aba6a6;
	border-radius:3px;
	width:28px;
	line-height:26px;
	text-align: center;
	font-size: 13px;
	font-weight: 500;
	display: block;
}
.processListIcns .prcAct span{
	border-color:#0ead1a;	
	color: #0ead1a;
}
.smPrcIcn li{
	margin-right:2px;
	margin-top:3px;
}
.smPrcIcn li span{
	width:22px;
	line-height:18px;
	font-size: 10px;
}
.smlActBtn.actBtn a{
	font-size:12px;
	line-height:12px;
}
.lgBtn.actBtn a{
	font-size: 26px;
	line-height: 36px;
}
/* Error Message CSS Begins Here*/
.errMsgWrp{position:fixed;bottom:0;left:0;z-index:15000;width:100%;padding:15px 3%;display:none;background-color:#ea2c2c}
.sucMsg{background-color:#4b9339}
.clseErrMsg{position:absolute;right:0;top:0;margin-top:0;height:100%;width:80px;background-color:rgba(0,0,0,0.2);line-height:56px;text-align:center;font-family:sans-serif;font-size:20px;color:#fff;cursor:pointer}
.errMsgWrp span{font-size:15px;color:#fff}

@media screen and (max-width:1000px) {
.clseErrMsg{width:70px;font-size:17px}
}
@media screen and (max-width:768px) {
.errMsgWrp span{font-size:14px}
.errMsgWrp{padding:10px 5%}
.clseErrMsg{width:60px;font-size:16px;line-height:46px}
}
@media screen and (max-width:650px) {
.errMsgWrp span{font-size:13px}
.errMsgWrp{padding:8px 4%}
.clseErrMsg{width:50px;line-height:42px}
}
/* Error Message CSS Ends Here*/
.tooltip small{
	line-height: 1.5 !important;
	display: inline-block;
}
.hmeSrchJbTble a{
	color: inherit;
}
.hmeSrchJbTble a:hover{color: #f3793f;}

.lstTxt{
	font-size: 14px;
	margin-bottom: 5px;
}
.flwUpLogWrap {
    overflow: auto;
    height: 250px;
    transition: all ease 0.5s;
}
.flwUpLogWrap.bigHei{height:auto; max-height: 450px;}
.flwUpLogWrap.hei2{
	height: 500px;
}
.flwUpFulHei{
	height: 88vh;
}
.flwUpLogWrap li{
	font-size: 14px;
	margin-bottom: 13px;
	line-height: 20px;
}
.flwUpLogWrap li strong{
	display: block;
	font-weight: normal;
	color: #00907f;
}
.flwUpLogWrap li span{
	display: block;
}
[data-tohei],
[data-toggle='collapse']{
	cursor: pointer;
}
.collapsed .fa-angle-up:before {
    content: "\f107";
}
.collapsed .fa-angle-down:before {
    content: "\f106";
}

[data-tohei]{
	background: url(../images/expand.svg) 100% 2px no-repeat;
	-webkit-background-size: auto 22px;
	background-size: auto 22px;
}
[data-tohei].actBigHei{
	background-image: url(../images/collapse.svg);
}
.table tbody tr td > a:not(.btn){color: inherit;}
.table tbody tr td > a:not(.btn):hover{color: #f3793f;}
.callTtipIcn{
	float: right;
	margin-top: 3px;
	margin-right: -5px;
	width: 18px;
	height: auto;
	vertical-align: middle;
	cursor: pointer;
}
.chartDataTable{display: none;}
.bg-highlite{
	animation: hlite ease infinite 3s forwards;
}
/*.bg-highlite:nth-of-type(2){animation-delay: 0.5s;}
.bg-highlite:nth-of-type(3){animation-delay: 0.75s;}
.bg-highlite:nth-of-type(4){animation-delay: 1s;}
.bg-highlite:nth-of-type(5){animation-delay: 1.25s;}*/
@keyframes hlite{
	50%{background-color: #ffe8a2;}
	100%{background-color: #fff;}
}
[data-toggle="collapse"].fa-plus,
[data-toggle="collapse"] .fa-plus{
	font-size: 16px;
	line-height: 2;
	font-weight: lighter;
	margin: 0 5px;
}
[data-toggle="collapse"].fa-plus:before,
[data-toggle="collapse"] .fa-plus:before{
	content: "\f068";
}
.lineHeading h2{
	transition: all ease 0.2s;
}
.lineHeading h2.nBord.collapsed{
	padding-bottom: 0px;
	border-bottom:#fff;
}

.collapsed [data-toggle="collapse"].fa-plus:before,
[data-toggle="collapse"].collapsed .fa-plus:before{
	content: "\f067";
}
.ui-widget-content {
	z-index: 10000000000000000 !important;
	position: absolute;
}
.brdDate{
	border: 1px solid #ccc;
}
.brdDate .row{margin: 0;}
.brdDate .row > div{
	padding: 15px 20px;
	border-left: 1px solid #ccc;
}
.brdDate .row > div *{margin: 0;}
.brdDate .row > div:first-child{border: none;}

/* .txtCol1 p,
.txtCol2 p,
.txtCol3 p,
.txtCol4 p{color: #5a5a5a;} */

.txtCol1{background-color:#E0FEFE; border:none !important;}
.txtCol2{background-color:#FFDAC1; border:none !important;}
.txtCol3{background-color:#B5EAD7; border:none !important;}
.txtCol4{background-color:#FF9AA2; border:none !important;}
.txtCol5{background-color:#fff6d6; border:none !important;}
.txtCol6{background-color:#ddefef; border:none !important;}
.txtCol7{background-color:#fee1e9; border:none !important;}


.color-1{color:#f3793f !important;}
.color-2{color:#f3793f !important;}
.color-3{color:#3988ff !important;}
.color-4{color:#3988ff !important;}
.color-5{color:#42ad27 !important;}
.color-6{color:#ff5261 !important;}

/* .fa-toggle-off:hover:before{content: "\f205";} */
/* .btn.btn-dark {
	background-color: #2a2b3c;
	border-color: #2a2b3c;
} */
.actIcnBtns a{
	display: inline-block;
    vertical-align: top;
    width: 19px;
    text-align: center;
    line-height: 20px;
    font-size: 16px;
    margin-right: 3px;
}
td .actBtnCol-1, .actIcnBtns .actBtnCol-1{color: #2eb716 !important;}
.actIcnBtns a.actBtnCol-1:hover{color: #169400 !important;}

td .actBtnCol-2, .actIcnBtns .actBtnCol-2{color: #0086c4 !important;}
.actIcnBtns a.actBtnCol-2:hover{color: #006ea1 !important;}

td .actBtnCol-3, .actIcnBtns .actBtnCol-3{color: #cc0101 !important;}
.actIcnBtns a.actBtnCol-3:hover{color: #8b0000 !important;}

td .actBtnCol-4, .actIcnBtns .actBtnCol-4{color: #4a2c79 !important;}
.actIcnBtns a.actBtnCol-4:hover{color: #593199 !important;}

td .actBtnCol-5, .actIcnBtns .actBtnCol-5{color: #eab51e !important;}
.actIcnBtns a.actBtnCol-5:hover{color: #eab51e !important;}

td .actBtnCol-6, .actIcnBtns .actBtnCol-6{color: #ab2e98 !important;}
.actIcnBtns a.actBtnCol-6:hover{color: #8d127b !important;}

td .actBtnCol-7, .actIcnBtns .actBtnCol-7{color: #6c757d !important;}
.actIcnBtns a.actBtnCol-7:hover{color: #5e6266 !important;}


.ordSts_prcss,
.ordSts_prnt,
.ordSts_fnsin,
.ordSts_ship{
	text-align: center;
	font-weight: normal;
	padding: 1px 10px;
	font-size: 11px;
	text-align: center;
	display: inline;
	border-radius: 100px;
	min-width: 100px;
	display: inline-block;
    margin: -3px 0;
    white-space: nowrap;
}
.ordStsMult{
	margin-top: 5px;
}
.ordStsMult:nth-child(1){
	margin-top: 0;
}
.ordSts_prcss	{background-color: #fff59f; color: #cfbb03;}
.ordSts_prnt	{background-color: #ffe3be; color: #e07f00;}
.ordSts_fnsin	{background-color: #cdffd4; color: #00be19;}
.ordSts_ship	{background-color: #bddaff; color: #0051bb;}
.custDatatable small{
	line-height: 1.5;
    display: inline-block;
}
.modal-footer,
.modal-header,
.modal-body{
	padding-left: 25px !important;
	padding-right: 25px !important;
}
.modal-body{
	padding-top: 22px !important;
	padding-bottom: 22px !important;
}

.modal-content{
	overflow: hidden;
}
.ttlAmntWrp{
	width: 220px;
	display: inline-block;
	font-size: 13px;
	padding: 9px 10px 0 0;
}
.ttlAmntWrp .row{
	margin-top: 5px;
}
.ttlAmntWrp .strong{
	font-weight: 800;
}
.inrModalBox{
	border-top:1px dashed #ccc;
	padding: 25px;
	margin: -22px -25px;
	margin-top: 0;
}
.ttleLineSml:before{
	content: '';
	width: 100%;
	position: absolute;
	border-bottom: 1px solid #ccc;
	top: 50%;
	margin-top: 2px;
}
.ttleLineSml{
	margin-bottom: 10px;
	position: relative;
}
.ttleLineSml span{
	font-size:13px;
	background-color: #fff;
	position: relative;
	z-index: 1;
	padding-right: 10px;
	color:#283C84;
	display: inline-block;
	font-weight: 800;
}
.barChart{
	min-width: 310px; height: 400px; margin: 0 auto
}
.pieChart{
	height: 350px; margin: 0 auto
}
.lblInput{
	border: none;
	outline: none;
	margin-bottom: 3px;
	font-size: 0.9rem;
	display: block;
	width: 100%;
	color: #555555;
}
.lblInput:focus,
.lblInput:active{
	color: #000;
}
.lblEdit{
	font-size: 80%;
	color: #969696;
}
.lblEdit:hover{
	color: #000;
}
.blankValue .lblInput{
	color: #ccc;
}
.xs-small{font-size: 60%; font-weight: normal;}
body.iframDataFbox{
	width:100%;
	height: auto;
	position:relative;
	padding-left: 0;
}
.iframDataFbox .ifrmDataContent{
	width:100%;
	margin:0;
	height:100%;
	overflow:auto;
	padding:25px;
	border:none;
}
.iframDataFbox .modal-content{
	box-shadow:none;
	padding:0;
	border:none;
	overflow: hidden;
}

.fancybox-slide--iframe .fancybox-content {
	width: 100%;
    max-width: 100%;
	height: 100%;
    margin: 0;
}
/* .fancybox-slide--iframe .fancybox-content {
    width: 800px;
    height: 600px;
    max-width: 80%;
    max-height: 80%;
    margin: 0;
}
.fancybox-is-open .fancybox-bg {
    opacity: .5;
    transition-timing-function: cubic-bezier(.22,.61,.36,1);
} */
.dbordNumWrp .whiteBlock{
	padding: 20px 20px;
}
.dbordNumWrp h5{
	line-height: 1;
}
.prdImgUpldWrp {
	/*display: block;*/
	display: inline-block;
	margin-top: 10px;
}
.prdImgUpldBlck{
	display: inline-block;
	position: relative;
	margin-right: 10px;
	border:1px solid #ced4da;
	padding: 2px;
	border-radius: 3px;
	width: 60px;
}
.prdImgUpldBlck img{
	display: block;
	width: 100%;
	height: auto;
}
.prdImgUpldRmve{
	display: block;
	position: absolute;
	right: -10px;
	top: -5px;
	cursor: pointer;
	font-weight: 600;
	font-size: 10px;
	/* border: 1px solid #ccc; */
	z-index: 0;
	background-color: #fff;
	width: 18px;
	text-align: center;
	line-height: 18px;
	border-radius: 100px;
	-webkit-user-select: none;
	-moz-user-select: none;
	user-select: none;
}
.prdImgUpldRmve:hover{
	background-color: #cc0202;
	color: #fff;
	
}
.lstOfGrp li{
	display: list-item;
	list-style: inside decimal-leading-zero;
	padding-bottom: 4px;
	margin-bottom: 4px;
	color: #4a4a4a;
	border-bottom: 1px solid #e2e2e2;
	padding-right: 5px;
	padding-left: 5px;
	font-size: 12px;	
}
.lstOfGrp li:first-child{
	border-top: 1px solid #e2e2e2;
	padding-top: 4px;
}
.lblGrp li{
	list-style: none;
}
.lblGrp li > *{
	font-size: inherit !important;
	color: inherit;
}
.lblGrp label{
	display: block;
}
.lblGrp label *{
	display: inline-block;
	vertical-align: middle;
}
.lstOfGrp a{
	float: right;
	font-size: inherit;
}
.confrmMeasuWrp {
	border-top: 1px solid #ccc;
	padding-top: 20px;
	margin-top: 20px;
}
.confrmMeasuWrp:nth-child(1){
    border-top: none;
	padding-top: 0;
	margin-top: 0;
}
.confrmMeasuWrp p{
    margin-bottom:6px;
	font-size: 13px;
	line-height: 20px;
}
table.inpLblGrpWrp{
    font-size:12px;
}
table.inpLblGrpWrp tbody tr td,
table.inpLblGrpWrp thead tr th{
    padding:3px 0;
    line-height:22px;
    font-size:inherit !important;
}
table.inpLblGrpWrp thead tr th{
    font-weight:bold;
    color:#f3793f; 
    padding-top:0px;
}
table.inpLblGrpWrp tbody tr td{
    border-top:1px solid #f1f1f1;
}

.inpLblGrpWrp p{
    display: flex;
	justify-content: space-between;
	align-items: center;
}
.smlInptBox,
.inpLblGrpWrp input{
    width: 50px;
	padding: 0;
	text-align: center;
	line-height: 1;
    height: 24px;
	background:#fff; 
	border: 1px solid #ced4da;
	border-radius: .2rem;
    color:#f3793f;
    font-size:11px;
}
.smlInptBox:hover,
.inpLblGrpWrp input:hover{
	border-color: #6f6f6f;
}
.smlInptBox:focus,
.inpLblGrpWrp input:focus{
	border-color: #f3793f;
    background-color: #fff2f2;
    color: #000;
}
.tdQtyInput{
	background-color: #f5f5f5;	
}
.tdQtyInput input,
.tdQtyInput select{
	width: auto;
	background-color: transparent;	
	text-align: center;
	width: 100px;
    margin: 0px -5px;
    display: block;
    padding: 0 0;
    font-size: 18px;
	line-height: 1;
	border: none;
}
.tdQtyInput input:focus,
.tdQtyInput select:focus{
	background-color: #f3793f;
	color: #fff;
}
.tdQtyInput select option{
	background-color: #fff;
	color: #000;
}
.prdImgViewWrp{
	display: block;
}
.prdImgViewWrp img{
	width: 80px;
	display: inline-block;
	margin-right: 10px;
	vertical-align: top;
	border: 1px solid #ccc;
}
.ifrmDataContent .h1,
.ifrmDataContent .h2,
.ifrmDataContent .h3,
.ifrmDataContent .h4,
.ifrmDataContent .h5,
.ifrmDataContent .h6{
	margin-bottom: 0;
}
.disInput .form-control{
	background-color: #e7f9df !important;
	color: #000;
}
.disColumn .form-control,
.disRow .form-control{
	border-color: #828282 !important;
}
.togleSec{
    display:none;
}
.actTogle{
    display:block;
}
.tr-bg-1{background-color:#e2efd9;}
.tr-bg-2{background-color:#d9e2f3;}
.tr-bg-3{background-color:#fff3cb;}
.tr-bg-4{background-color:#ededed;}
.tr-bg-5{background-color:#fbe4d5;}
.tr-bg-6{background-color:#deebf6;}
.tr-bg-7{background-color:#d6dce4;}

.tr-bg-1 td,
.tr-bg-2 td,
.tr-bg-3 td,
.tr-bg-4 td,
.tr-bg-5 td,
.tr-bg-6 td,
.tr-bg-7 td{
    border-color:#cacaca;
}
.hLiteBordTable{
    border-collapse: separate;
    border-spacing: 0;
    border:none !important;
}
.td-bord-lt,
.td-bord-l{
    border-left-color:#f933ff  !important;
}
.td-bord-rt,
.td-bord-lt,
.td-bord-t{
    border-top-color:#f933ff  !important;
}
.td-bord-rt,
.td-bord-r{
    border-right-color:#f933ff  !important;
}
tr:last-child .td-bord-b{
    border-bottom-color: #f933ff  !important;
}
.hLiteBordTable tr td,.hLiteBordTable tr th{border-right-width:0; border-bottom-width:0px;}
.hLiteBordTable tr td:last-child, .hLiteBordTable tr th:last-child{border-right-width:1px;}
.hLiteBordTable tr:last-child td,.hLiteBordTable tr:last-child th{border-bottom-width:1px;}
.table hr{
	margin:5px -5px 5px -5px;
}
.table hr:last-child{display: none;}
.packBoxWrp{
	border: 1px solid #ccc;
	border-radius: 5px;
	padding: 20px 30px 30px 30px ;
	margin-top: 50px;
	position: relative;
}
.packTitle{
	position: absolute;
	top: -15px;
	z-index: 1;
	background-color: #fff;
	display: inline-block;
	border: none;
	font-size: 24px;
	width: auto;
	left: 17px;	
	padding: 0 10px;
}
.packBtns{
	display: flex;
	padding-top: 10px;
	justify-content: flex-end;
}
.packBtns .btn{
	
	margin-left: 20px;
}
.packSmlBox{
	border: 1px solid #ccc;
	padding: 20px 20px 15px 20px;
	margin-top: 20px;
	border-radius: 5px;
	position: relative;
}
.packSmlBxTtle{
	position: absolute;
	top: -12px;
	font-weight: 500;
	z-index: 1;
	background-color: #fff;
	padding: 0 10px;
	left: 10px;
}
.mw-1{max-width: 20px;}
.mw-2{max-width: 40px;}
.mw-3{max-width: 60px;}
div.dataTables_wrapper div.dataTables_length select {
	padding-right: 20px;
}
.rowBreak{
	background-color: #ffddde;
	border-color: #f3793f;
}

.main-parent{
	display: inline-flex;
	flex-wrap: wrap;
	justify-content: space-between;	
    width: 100%;
}
.main-parent > li{
	width: 49%;
	padding: 10px;
	margin-bottom: 20px;
	display: block;
	position: relative;
}
.main-parent li{
	background-color: #fffaea;
    border: 1px solid #ffbf00;
}	
.columns-parent{
	display:flex;
}
.columns-parent > li {
	flex:1;
	position: relative;
	background-color: #f1faff;
    border: 1px dashed #66bae8;
}
.columns-parent > li .column{
	height: auto;
    padding: 5px 0;
    width: 100%;
    position: relative;
    display: inline-flex;
    align-items: center;
    flex-wrap: wrap;
    min-height: 30px;
}
.column li{
	background-color: #b0f08c;
    border-color: #0d0f0b1f;
    width: 100px;
    padding: 4px 0 3px 4px;
    font-size: 14px;
    margin:3px 0px 2px 5px;
    font-weight: 500;
    /* float: left; */
}
.drag-placeholder{
	background-color:#f9f979 !important;
	border-color:#f0f01d;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	display: inline-block;
	width: 40%;
}
.rod-remain{
	float: right;
}
.limitDiv{
	position: absolute;
	right: 0;
	top: 0;
	height: 100%;
	background-color: #000;
	opacity: 0.1;
	pointer-events: none;
}
#dropzone_wrap{
	width: 100%;
	background-color: #f7f7f7;
	border: 1px solid #d2d2d2;
}
#dropzone_wrap .ui-sortable{
	height: auto;
	min-height: 50px;
}
.removeCutSize,
.removeStock{
	text-align: center;
    font-size: 14px;
    font-weight: 500;
    display: block;
    color: #5d5d5d !important;
    cursor: pointer;
}
.removeCutSize:hover,
.removeStock:hover{
	color: #000 !important;
}
#sortable{
	display: none;
}
.showResult #sortable{display: inline-flex;}
.showResult .automationForm{
	display: none;
}
.input-group .chosen-container{
	margin-right: -1px;
}
.chosen-results .group-result{
	color: #f3793f !important;
}
.roundIcon {
	font-size: 20px !important;
	padding: 15px 17px;
	border-radius: 100px;
}
.tbleInrTable{
	border: none !important;
}
.tbleInrTable>thead>tr>th{
	background-color: #e6e6e6 !important;
    border: none;
    color: #171717 !important;
}
.tableInput{
	padding: 0 !important;
}
.tableInput .form-control{
	border:none;
	outline: none !important;
	box-shadow: none !important;
}
.tableInput .form-control:focus{
	background-color: #f1f1f1;
}
.btbxlst li{
	list-style: decimal;
	font-size: 13px;
}
.old_remove{
	text-decoration: line-through;
	font-weight: bold;
}
.dsblInputs{
	display:none;
}
select option small{
	font-size: 10px;
	color:#ccc;
}
tbody.productSizeList tr td{
	vertical-align: middle;
}

.tblInpt{
	padding: .0rem .3rem !important;
	height: calc(1.4rem + 2px) !important;
}
.qtTotalDisplay{
	color:#000;
	background-color: #f3793f;
	font-weight: bold;
}
.dataTables_paginate .pagination > .active > a, .dataTables_paginate .pagination > .active > a:focus, .dataTables_paginate .pagination > .active > a:hover, .dataTables_paginate .pagination > .active > span, .dataTables_paginate .pagination > .active > span:focus, .dataTables_paginate .pagination > .active > span:hover{
	color: #000 !important;
}

.fnsAvl2{
	background-color: #57A695 !important;
}
.fnsAvl3{
	background-color: #82C1DC !important;
}
.extFns{
	display: none;
}

.undispatched td{
	background-color: rgba(255, 0, 0, 0.14);
}
#companySelect{
	position: absolute; 
	bottom: 0; 
	right: 1rem; 
	left: 1rem;
}

.dashBoardTwopart{ width:100%; height:90%; display:inline-block; border:1px solid #d1ecf1; border-radius:5px; padding:10px; margin:5px;}
.dashBoardTwopart .twopartLeft{ max-width:65%; float:left; color: #0c5460; font-weight: bold; }
.dashBoardTwopart .twopartRight{ max-width:35%; float:right; color: #17a2b8 !important; font-size: 28px; font-weight: 500; }
.dashBoardTwopart .twopartLeft .topsec{ font-size:18px; }
.dashBoardTwopart .twopartLeft .bottomsec{ color:#17a2b8; padding:5px auto; font-size:12px; }

/*btn*/

.wpbtn{
    background-color:#25d366;
    margin:5px;
    padding:10px 20px;
    color:#fff;
}
.wpbtn:hover{
    color:#fff;
}
.viewx{
    background-color:#87CEEB;
    color:white;
    margin:5px;
    padding:10px 20px;
}
.viewx:hover{
    transition:0.4s;
    transform: scale(1.2) !important;
}
.stext{
    color:#fff;
    font-weight:500;
    transition:0.4s;
}
.stext:hover{
    transition:0.4s;
    transform: scale(1.2) !important;
    font-size:17px;
}


/*renew start*/

.main-sec a{
    text-decoration: none;
}
.d-flex{
    display: flex !important;
}
.align-item-center{
    /*align-items: center !important;*/
}
.main-sec img {
    width: 100%;
}
.main-sec h2{
    font-weight: 500;
    font-size: 26px;
    padding-bottom: 15px;
    font-family: 'Gotham';
}
.main-sec .view{
       font-weight: 500;
    font-size: 26px;
    padding-bottom: 15px;
    font-family: 'Gotham';
    margin-left:15px;
}
.main-sec .product-right .preview-img {
    position: relative;
}
.main-sec .product-right .preview-img:before {
    position: absolute;
    content: "";
    height: 100%;
    width: 100%;
    background-color: #000;
    opacity: 0.9;
    top: 0;
}
.main-sec .product-right .preview-text p {
    color: #fff;
    font-size: 22px;
    text-transform: uppercase;

}
.main-sec .product-right .preview-text img {
    width: 100px;
    height: 49px;
}
.main-sec .product-right .preview-text {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    text-align: center;
}
.table th{
    text-align:center;
    font-size: 17px !important;
}
/*renew end*/
