.container{
	max-width:100%;
	padding-left:0;
	padding-right:0;
	margin:0;
}
a, a:hover, a:active, a:focus{text-decoration:none;}
.h1, .h2, .h3, h1, h2, h3 {
    margin-top: 0;
    margin-bottom: 0;
}
.h1, h1 {
	/* color:#f3793f; */
	color:#2b5373;
	font-size: 32px;
}
.h2, h2 {
	font-size: 28px;
}
.h1-xl{
	font-size: 46px;
	font-weight: 500;
	line-height: 1;
}
.btn,.alert{background-image:none !important;}
.xsmall{font-size: 60%;}
.alert{
	padding:8px 14px;
	font-size:14px;
}
.btn-success{color: #fff !important;}
.form-control[disabled], 
.form-control[readonly], 
fieldset[disabled] .form-control{background-color: #f1f1f1;}
table.dataTable{background: #fff;}
.marTop5{margin-top:5px;}
.marTop7{margin-top:7px;}
.marTop10{margin-top:10px;}
.marTop13{margin-top:13px;}
.marTop15{margin-top:15px;}
.marTop17{margin-top:17px;}
.marTop20{margin-top:20px;}

.colRed{color:#ec1717;}
.colGrn{color:#69aa00;}
.colSkBlu{color:#0098D5;}
.colGry{color:#ccc;}
.colPurp{color:#5336AD;}
.colYellow{color:#eab622;}
.colOrange{color:#eb5e00;}

.whiteBlock.colRed,
.whiteBlock.colGrn,
.whiteBlock.colSkBlu,
.whiteBlock.colGry,
.whiteBlock.colPurp{
	transition: all ease 0.3s 0s;
}

.whiteBlock.colRed:hover{background-color:#ec1717;}
.whiteBlock.colGrn:hover{background-color:#5f9c00;}
.whiteBlock.colSkBlu:hover{background-color:#0098D5;}
.whiteBlock.colGry:hover{background-color:#ccc;}
.whiteBlock.colPurp:hover{background-color:#5336AD;}

.whiteBlock.colRed:hover,
.whiteBlock.colGrn:hover,
.whiteBlock.colSkBlu:hover,
.whiteBlock.colGry:hover,
.whiteBlock.colPurp:hover{
	color:#fff;	
}

a.colRed:hover,
a.colGrn:hover,
a.colSkBlu:hover,
a.colPurp:hover{color:#333;}
a.colGry:hover{color:#ccc;}


label {
    margin-bottom: 3px;
    font-size:0.9rem;
}
.page-header{
	margin-top:0;
}
p{
    margin: 0 0 10px;
    font-size: 14px;
    line-height: 22px;
}
.w-20{
	width: 20%;
}
.btn.fa{
    padding: 6px 12px;
    font-size: 14px;
	line-height:1.42857143;
}
.form-control {
	font-size: 0.9rem;
	padding-left: 0.5rem;
	padding-right: 0.5rem;
}
.form-control-sm{font-size:0.8rem;}
.form-control-td{
    font-size: inherit;
    border: none;
    padding: 0;
    line-height: inherit;
    height: auto;
    color: inherit;
    box-shadow: none !important;
}
.datepicker td, .datepicker th {
    font-size: 0.75rem;
}
.form-group p{
	font-size: 14px;
	line-height: 22px;
	margin-bottom:0px;
}
.form-group p span{
	color:#283C84;
	padding-bottom:5px;
	padding-top:5px;
	display:block;
	font-size:150%;
}
textarea.form-control.twoRowHei {
	height: 120px;
	resize:none;
}
textarea.form-control.threeRowHei{
	height:172px;
}
.custDTbleStyle tbody td,
.custDatatable tbody td{
	font-size:12px;
	padding:6px 8px;
	color: #404040;
}
.custDTbleStyle tbody tr.even,
.custDatatable tbody tr.even{
	background:#f7f7f7;
}
.custDatatable tbody tr:hover{
	background:#e7e7e7 !important;
}
.actBtn a{
	font-size: 16px;
	line-height:18px;
	margin-right:5px;
}
.dataTables_paginate li a{
	font-size:13px;
}
.dataTables_paginate .pagination>li>a, 
.dataTables_paginate .pagination>li>span{
	color:#000000;
	outline:none;
}
.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{
	background-color:#f3793f;
	border-color:#f3793f;
	color:#fff;
	outline:none;
}
.dataTables_paginate .pagination>.disabled>a, 
.dataTables_paginate .pagination>.disabled>a:focus, 
.dataTables_paginate .pagination>.disabled>a:hover, 
.dataTables_paginate .pagination>.disabled>span, 
.dataTables_paginate .pagination>.disabled>span:focus, 
.dataTables_paginate .pagination>.disabled>span:hover {
    color: #777;
    cursor: not-allowed;
    background-color: #fff;
    border-color: #ddd;
	outline:none;
}

body .dataTables_wrapper .dataTables_processing{
	margin:0;
	width: auto !important;
	padding: 13px 25px 13px 60px !important;
	margin-left: 0px !important;
	top: 0% !important;
	background: url('../images/loader_datatable.gif') 15px 0px no-repeat #fff;
	-webkit-background-size:auto 90%;
	-moz-background-size:auto 90%;
	background-size:auto 90%;
	border: 1px solid #ccc;
	height: auto;
	border-radius: 50px;
	font-size: 14px;
	box-shadow: 0 0 51px 5px #0000004d;
	color: #535353;
	transform: translate(-50%,-50%);
	z-index:5;
}

.custDTbleStyle thead th,
.custDatatable thead th{
	border-color:#f3793f !important;
	background:#f3793f;
	color:#fff;
	font-weight:500;
}
div.dataTables_wrapper div.dataTables_filter label{
	float:right;
}
.form-block{
	margin-bottom:15px;
    overflow: hidden;
}
.jobInfoWrp p{
	margin-bottom:0px;
}
.jobInfoWrp .highLightBox {
	margin-top:3px;
	display:inline-block;
}
.input-group-addon {
    padding: 6px 9px;
}
.formLogoBlck{
	vertical-align:bottom;
	display:inline-block;
	width:80%;
	margin-right:10px;
}
.formLogoBlck img{
	width:100%;
	padding:20px;
	display:block;
}
.frmLogTrsh{
	display:inline-block;
	vertical-align:bottom;
}
table.dataTable.dtr-inline.collapsed>tbody>tr>td:first-child:before, table.dataTable.dtr-inline.collapsed>tbody>tr>th:first-child:before {
    top: 2px;
    left: 6px;
    height: 14px;
    width: 14px;
    font-family: Arial;
    line-height: 14px;
    font-size: 12px;
	border:none;
    background-color: #283C84;
    font-weight: 600;
}

.custom-control-label-2,
.custom-control-label {
    padding-top: 1px;
    font-size: 0.95rem
}
.custom-control-inline {
    margin-right: 2rem;
}
.btn-secondary{
	color: #fff !important;
}
.btn-primary{
    background-color: #f3793f;
	border-color: #f3793f;
	color: #fff !important;
}
.btn-primary:hover {
    /* background-color: #68933e;
    border-color: #68933e; */
	background-color: #d24908;
    border-color: #d24908;
}
.btn-outline-primary{
	border-color: #f3793f;
	color: #f3793f;
	box-shadow: none !important;
}
.btn-outline-primary:hover,
.btn-outline-primary:not(:disabled):not(.disabled).active, .btn-outline-primary:not(:disabled):not(.disabled):active, .show>.btn-outline-primary.dropdown-toggle {
    color: #fff;
    background-color: #f3793f;
	border-color: #f3793f;
}
.btn-primary:not(:disabled):not(.disabled).active, 
.btn-primary:not(:disabled):not(.disabled):active, 
.show > .btn-primary.dropdown-toggle {
    color: #fff;
    background-color: #f3793f;
    border-color: #f3793f;
}
.text-primary{color: #f3793f !important;}
a.text-primary:hover{color: #b41217 !important;}
.btn-primary2 {
    color: #fff;
    background-color: #007bff;
    border-color: #007bff;
}
.btn-primary2.focus, .btn-primary2:focus {
    box-shadow: 0 0 0 0.2rem rgba(0,123,255,.5);
}
.btn-primary2:not(:disabled):not(.disabled).active, 
.btn-primary2:not(:disabled):not(.disabled):active, 
.show>.btn-primary2.dropdown-toggle {
    color: #fff;
    background-color: #0062cc;
    border-color: #005cbf;
}
.btn-primary2:not(:disabled):not(.disabled).active:focus, 
.btn-primary2:not(:disabled):not(.disabled):active:focus, 
.show>.btn-primary2.dropdown-toggle:focus {
    box-shadow: 0 0 0 0.2rem rgba(0,123,255,.5);
}
.btn-primary2:hover {
    color: #fff;
    background-color: #0069d9;
    border-color: #0062cc;
}
.btn-orange{
	background-color: #dd6502;
	color: #fff !important;
}
.btn-orange:hover{
	background-color: #b35304;
	color: #fff;
}
.nav-item.active .nav-link{
    color: #fff;
    background-color: #007bff;
}
.table tr > th,
.table tr > td{
	padding: .4rem .5rem;
	line-height: 0.95rem;
	font-size: 0.8rem;
}
.table tr > th{
	padding-top: 0.5rem;
	padding-bottom: 0.5rem;
}

.subTableWrp thead th{
	padding: 5px;
}
.subTableWrp tbody td{
	padding: 3px 5px;
}
.table tr td{
	line-height: 1.2rem;
}
table.dataTable thead>tr>th.sorting_asc, table.dataTable thead>tr>th.sorting_desc, table.dataTable thead>tr>th.sorting, table.dataTable thead>tr>td.sorting_asc, table.dataTable thead>tr>td.sorting_desc, table.dataTable thead>tr>td.sorting{
	padding-right: 22px;
}
div.dataTables_wrapper div.dataTables_info{
	font-size: 12px;
}
table.dataTable thead .sorting:before, table.dataTable thead .sorting:after, table.dataTable thead .sorting_asc:before, table.dataTable thead .sorting_asc:after, table.dataTable thead .sorting_desc:before, table.dataTable thead .sorting_desc:after, table.dataTable thead .sorting_asc_disabled:before, table.dataTable thead .sorting_asc_disabled:after, table.dataTable thead .sorting_desc_disabled:before, table.dataTable thead .sorting_desc_disabled:after{
	bottom: 0.8em;
}
.custom-control.lineHeading{
	padding-bottom: 10px;
	border-bottom: 1px solid #ccc;
	margin-bottom: 20px;
}
.custom-control.lineHeading h2{
	padding-bottom: 0;
	margin-bottom: 0;
	border: none;
}
label strong{
	font-weight: 500;
}
.pType{width: 60%;}
.pSize{width: 20%;}
.pGsm{width: 10%;}
.pQty{width: 10%;}
.dWid{width: 60px;}
.prcsWid{width: 260px;}
.tbleActWid{width: 60px;}
.modal-xl.modal-dialog{
	max-width: 1100px;
}
.qSpecDetWid{width:50%;}
.quotSpecWid{width:10%;}
.qsPrdWid{width:20%;}
.qsPrdChrge{width:10%;}
.qTtleChrge{width:12%;}

.btn.btn-xs.fa {
	padding: 4px 10px;
}

.btn-group-xs>.btn, .btn-xs {
    padding: .2rem .4rem;
	font-size: .75rem;
}
.form-check-inline label{
	margin-right: 15px;
}
label .form-check-input{
	display: inline-block;
	vertical-align: middle;
	margin-right: 1px !important;
	margin-top: -2px !important;
}
label .bootbox-input-radio{
	margin-top: 3px !important;
}
.no-margin {
	margin: 0 !important;
}
.no-padding {
	padding: 0 !important;
}