#middle {
    display: flex;
	width:100%;
}
#middle .content-wrapper {
    width: 100%;
	padding:15px 20px;
    /*overflow-x: hidden;*/
	display: flex;
	flex-direction: column;
}
.content-wrapper .page-titlebar {
	width: 100%;
    display: flex;
	margin:0 0 20px 0;
}
.content-wrapper .page-titlebar h2 {
	width: 50%;
    display: inline-block;
	margin:0 0 0px 0;
	font-size: 17px;
    line-height: 17px;
	font-weight:700;
	text-transform:uppercase;
    color: #000000;
}
.content-wrapper .page-titlebar .titlebar-link {
	width: 50%;
	display: flex;
    justify-content: flex-end;
    grid-gap: 5px;
	font-size:12px;
	line-height:12px;
	color:#000000;
}
.content-wrapper .page-titlebar .titlebar-link > a {
	font-size:12px;
	line-height:12px;
	color:#F48243;
}
.content-wrapper .page-titlebar .titlebar-link > a:hover, .content-wrapper .page-titlebar .titlebar-link > a.active {
	font-size:12px;
	line-height:12px;
	color:#000000;
}

/*------------------ Applications In Review Page -------------------*/
.applicationMnBox {
	width:100%;
	display:inline-block;
	padding: 15px;
	background-color:#FFFFFF;
	border-radius: 10px;
}
.reviewFormLt {
	width:100%;
	display:inline-block;
	padding: 15px;
	background-color:#F4F4F4;
	border-radius: 10px;
}
.reviewFormLt .accordionForm > h3 {
    position: relative;
    margin: 0 0 0px 0;
    font-size: 17px;
    line-height: 17px;
    font-weight: 700;
    color: #000000;
    cursor: pointer;
}
.reviewFormLt .accordionForm h3:after {
    content: '\f078';
    font-family: FontAwesome;
    font-size: 14px;
    color: #F48243;
    line-height: 0;
    position: absolute;
    top: 50%;
    right: 10px;
}
.reviewFormLt .accordionForm.active h3:after {
    content: "\f077";
}
.reviewFormLt .panel .formBox {
    float: left;
    width: 100%;
    margin: 20px 0 0px 0;
}
.reviewFormLt .feildRow .form-group .form-control {
	display: inline-block;
    width: 100%;
    height: 45px;
    padding: 10px 10px 10px 10px;
    outline: 0;
    border: none;
    border: 1px solid #F48243;
    border-radius: 5px;
    background-color: #ffffff;
    font-size: 18px;
    color: #000;
    font-weight: 400;
}
.reviewFormLt .feildRow .form-group .form-control::placeholder {
	font-size: 17px;
    font-weight: 500;
	color: #000;
}
.manufacturingBox {
    width: 100%;
    display: inline-block;
}
.locationBox {
    width: 100%;
    display: inline-block;
	margin-top:10px;
}
.locationBox .feildRow {
    float: left;
    width: 100%;
}
.locationBox .feildRow .form-group {
    position: relative;
    float: left;
    width: 100%;
    margin-bottom: 20px;
}
.locationBox .feildRow .form-group.half {
    width: 49%;
    margin-right: 2%;
}
.locationBox .feildRow .form-group.half:last-child {
    margin-right: 0;
}
.locationBox .feildRow .form-group.half3 {
    width: 32%;
    margin-right: 2%;
}
.locationBox .feildRow .form-group.half3:last-child {
    margin-right: 0;
}
.locationBox .feildRow .form-group label {
    font-size: 14px;
    line-height: 14px;
    font-weight: 500;
    color: #000;
}
.locationBox .feildRow .form-group .form-control {
    display: inline-block;
    width: 100%;
    height: 45px;
    padding: 10px 10px 10px 10px;
    outline: 0;
    border: none;
    border: 1px solid #F48243;
    border-radius: 5px;
    background-color: #ffffff;
    font-size: 17px;
    color: #000;
    font-weight: 500;
}
.locationBox .feildRow .form-group .form-control::placeholder {
	font-size: 17px;
    font-weight: 500;
	color: #686868;
}
.locationBox .feildRow .form-group .form-control:focus {
	border: 1px solid #F48243;
}

.addLinkBox {
	position:relative;
    width: 100%;
    display: inline-block;
    margin: 10px 0;
}
.addLinkBorder {
    border-top: 1px solid #D1D1D1;
    padding-top: 15px;
	margin-top:0;
}
.addLink {
	position:relative;
	font-size: 14px;
	line-height:14px;
    font-weight: 700;
    color: #F48243;
}
.addLink:hover {
    color: #000;
}
.removeBox {
	position:relative;
    width: 100%;
    display: inline-block;
    margin: 10px 0;
    text-align: right;
}
.removeBox:after {
	content: '';
    position: absolute;
    right: 0;
    top: 50%;
    width: 100%;
    height: 1px;
    background-color: #D1D1D1;
    z-index: 0;
}
.removeLink {
	position: relative;
    margin-right: 40px;
    padding: 0 10px;
    font-size: 14px;
    line-height: 14px;
    font-weight: 700;
    color: #F48243;
    background-color: #fff;
    z-index: 1;
}
.removeLink:hover {
    color: #000;
}
.graybg {
	background-color: #f4f4f4;
}
.reviewFormLt .formBox .textContent p {
	margin:0 0 0px 0;
	font-size: 14px;
    line-height: 20px;
    font-weight: 500;
    color: #000;
}
.reviewFormLt .formBox .productContent p {
	margin:0 0 30px 0;
	font-size: 14px;
    line-height: 20px;
    font-weight: 500;
    color: #000;
}
.signatureField {
	border: 1px solid #909090!important;
}
.signatureBox {
	width: 100%;
	min-height: 160px;
    display: inline-block;
	padding: 8px;
    border: 1px solid #909090;
	background-color: #fff;
    border-radius: 5px;
}
.submitBtnBox {
	width: 100%;
    display: inline-block;
	margin-top:15px;
}
.addbtn {
	width: 32px;
    height: 32px;
    float: left;
    display: flex;
    padding: 8px;
    border-radius: 5px;
    background-color: #f48243;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
}
.closebtn {
	width: 32px;
    height: 32px;
    float: left;
    display: flex;
    padding: 8px;
    border-radius: 5px;
    background-color: #FF0000;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
}
.viewLink {
	position: absolute;
    z-index: 1;
    right: 50px;
    top: 12px;
    font-size: 12px;
    font-weight: 500;
}

.reviewFormRt {
	width:100%;
	display:inline-block;
	padding: 15px;
	background-color:#FFFFFF;
	border-radius: 10px;
}
.reviewFormRt h3 {
    margin: 0 0 10px 0;
    font-size: 17px;
    line-height: 17px;
    font-weight: 700;
    color: #000000;
}
.reviewFormRt .messageForm {
    width: 100%;
    display: inline-block;
}
.reviewFormRt .form-control {
    background: #fff;
    border: 1px solid #909090;
    margin-bottom: 10px;
    padding: 8px;
}
.reviewFormRt .white-btn {
	background: #fff;
	text-transform: uppercase;
}
.commentSec {
    width: 100%;
    display: inline-block;
    background-color: #f4f4f4;
    padding: 10px;
    border-radius: 10px;
}
.commentRow {
    width: 100%;
    display: flex;
    align-items: flex-start;
    grid-gap: 10px;
	border-bottom: 1px solid #D1D1D1;
    margin-bottom: 10px;
    padding-bottom: 10px;
}
.commentRow:last-child {
	border-bottom: 0px;
    margin-bottom: 0px;
    padding-bottom: 0px;
}
.commentRow .img-profile {
    width: 40px;
    height: auto;
    border-radius: 5px;
}
.commentBox {
	width: 100%;
    display: flex;
    grid-gap: 10px;
    justify-content: space-between;
}
.commentBox .commentText {
	width: 70%;
	float: left;
}
.commentBox .commentText h6 {
	margin: 0 0 5px 0;
	font-size: 12px;
	line-height:12px;
    font-weight: 400;
	color: #000;
}
.commentBox .commentText h4 {
	margin: 0 0 20px 0;
	font-size: 16px;
	line-height:16px;
    font-weight: 700;
	color: #000;
}
.commentBox .commentText p {
	margin: 0 0 5px 0;
	font-size: 12px;
	line-height:12px;
    font-weight: 500;
	color: #000;
}
.commentBox .commentLink {
	width: 30%;
	float: left;
    text-align: right;
}
.commentBox .commentLink a.link {
	font-size: 12px;
	line-height:12px;
    font-weight: 500;
	color: #F48243;
}
.commentBox .commentLink a.link:hover {
	color: #000;
}
.messageImg {
	width: 100%;
    display: inline-block;
	margin-bottom:15px;
}
.messageImg img {
	width:100%;
	height:auto;
	border-radius: 10px;
}
.CompMessageSec {
	width: 100%;
    display: inline-block;
    background-color: #f4f4f4;
    padding: 10px;
    border-radius: 10px;
}
.CompMessageBox {
	width: 100%;
    display: flex;
    align-items: flex-start;
    grid-gap: 10px;
    background-color: #fff;
    padding: 10px;
    border-radius: 10px;
}
.CompMessageBox .img-profile {
	width:40px;
	height:auto;
	border-radius: 5px;
}
.CompMessageBox .messageForm {
	width: 100%;
    display: inline-block;
}
.messageBox .form-control {
	background: transparent;
    border: 1px solid #909090;
    margin-bottom: 15px;
    padding: 8px;
}
.CompMessageBox .form-control::placeholder {
	color: #c2c2c2;
}


.panel {
    float: left;
    width: 100%;
    max-height: 0;
    padding: 0;
    margin: 0;
    border: none;
    background-color: transparent;
    border-radius: 0px;
    overflow: hidden;
    transition: max-height 0.2s ease-out;
}

.modal-title {
    font-size: 17px;
    line-height: 17px;
    color: #000;
}
.formBox {
	float: left;
	width: 100%;
}
.formBox p {
	margin: 0 0 50px 0;
	font-size: 20px;
    line-height: 20px;
	font-weight:400;
    color: #000;
}
.formBox .feildRow{
	float: left;
	width: 100%;
}
.formBox .feildRow .form-group {
	position: relative;
	float: left;
	width: 100%;
	margin-bottom: 20px;
}
.formBox .feildRow .form-group.half {
	width: 49%;
	margin-right: 2%;
}
.formBox .feildRow .form-group.half:last-child {
	margin-right: 0;
}
.formBox .feildRow .form-group.half3 {
	width: 32%;
	margin-right: 2%;
}
.formBox .feildRow .form-group.half3:last-child {
	margin-right: 0;
}
.formBox .feildRow .form-group label {
	font-size: 14px;
	line-height:14px;
    font-weight: 500;
    color: #000;
}
.formBox .feildRow .form-group .form-control {
	display: inline-block;
    width: 100%;
    height: 45px;
    padding: 10px 10px 10px 10px;
    outline: 0;
    border: none;
    border: 1px solid #F48243;
    border-radius: 5px;
    background-color: #ffffff;
    font-size: 17px;
    color: #000;
    font-weight: 500;
}
.formBox .feildRow .form-group textarea.form-control {
    overflow: auto;
    height: auto!important;
    resize: vertical;
}
.formBox .feildRow .form-group .form-control::placeholder {
	font-size: 17px;
    font-weight: 500;
	color: #686868;
}
.formBox .feildRow .form-group .form-control:focus {
	border: 1px solid #F48243;
}
.formBox .feildRow .cancelBtn {
	display: inline-block;
	height: auto;
    padding: 12px 25px 12px 25px;
    outline: 0;
    border: none;
    background-color: transparent;
	border:1px solid #F48243;
	border-radius: 5px;
    font-size: 14px;
    line-height: 18px;
    font-weight: 700;
    color: #F48243;
	text-align: center;
	text-transform: uppercase;
	text-decoration: none;
	transition: all .3s ease-in-out;
}
.formBox .feildRow .cancelBtn:hover {
	background-color: #F48243;
	color: #ffffff;
}
.formBox .feildRow .createBtn {
	display: inline-block;
	height: auto;
    padding: 12px 40px 12px 40px;
    outline: 0;
    border: none;
    background-color: #F48243;
	border-radius: 5px;
    font-size: 14px;
    line-height: 18px;
    font-weight: 700;
    color: #ffffff;
	text-align: center;
	text-transform: uppercase;
	text-decoration: none;
	transition: all .3s ease-in-out;
}
.formBox .feildRow .createBtn:hover {
	background-color: #000;
}
.org-btn {
    font-size: 14px!important;
    line-height: 14px;
    font-weight: 500!important;
    color: #FFF!important;
    border: 1px solid transparent!important;
    background-color: #F48243!important;
	text-transform: uppercase;
}
.org-btn:hover {
	border: 1px solid #000!important;
    background-color: #000!important;
}
input[type="submit" i]:disabled {
    opacity: 60%;
	cursor: not-allowed;
}
input[type="submit" i]:hover:disabled {
    background-color: #F48243!important;
	border: 1px solid #F48243!important;
}
input[type="radio"]:disabled, .disabled-radio {
    opacity: 60%;
    cursor: not-allowed;
}
.disabled-link {
    opacity: 60%;
	color:#909090;
    cursor: not-allowed;
}
.disabled-link:hover {
	color:#909090;
}

.daterangepicker {
	z-index: 9999;
}
.dateicon {
	background:url(../images/calender.svg) center right 10px no-repeat;
}
.eyeicon {
	background:url(../images/eyeicon.svg) center right 10px no-repeat;
}
.btn-disabled {
	background-color:#D1D1D1;
	border-color:#D1D1D1;
	color:#FFFFFF;
	cursor: not-allowed!important;
}
.btn-disabled:hover {
	background-color: #D1D1D1;
    border-color: #D1D1D1;
    color: #FFFFFF;
    cursor: not-allowed!important;
}
button[type="button" i]:hover:disabled {
	opacity: 60%;
    cursor: not-allowed;
}
/* ------------------ Thank you page ----------------- */
.thankyouSec {
	width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    background-color: #F4F4F4;
    border-radius: 10px;
	padding: 80px;
}
.thankyouSec > img {
	margin: 0 0 50px 0;
}
.thankyouSec h3 {
	margin: 0 0 10px 0;
	font-size: 20px;
	line-height:20px;
    font-weight: 700;
	color: #000;
}
.thankyouSec p {
	margin: 0 0 50px 0;
    font-size: 14px;
    line-height: 20px;
    font-weight: 500;
    text-align: center;
    color: #000;
}
.thankyouSec .thankyouBox {
	width: 100%;
    display: inline-block;
	text-align: center;
}
.back-btn {
    font-size: 14px;
    line-height: 14px;
    font-weight: 500;
    color: #f48243;
    border: 1px solid #f48243;
    background-color: #fff;
    padding: 8px 30px;
}


/*------------------ App Started Page -------------------*/
.applicationTlt h3 {
	width: 66%;
}
.content-wrapper .welcomeBox {
	width: 100%;
	display:inline-block;
	padding:15px 20px;
	margin-bottom:20px;
	background-color: #fff;
    border-radius: 10px;
}
.welcomeBox p {
	margin: 0 0 0 0;
    font-size: 17px;
    line-height: 25px;
    font-weight: 500;
    color: #000000;
}
.welcomeBox p strong {
	font-size: 21px;
	font-weight:500;
    color: #F48243;
}

.applicationSec {
	width: 100%;
    display: flex;
    justify-content: space-between;
	grid-gap: 15px;
	margin-bottom: 15px;
}
.applicationSec .applicationLtBox {
	width: 55%;
	float: left;
	display: flex;
	grid-gap: 15px;
}
.applicationSec .applicationLtBox .applicationBox {
	width: 33.33%;
    border-radius: 10px;
}
.applicationSec .applicationLtBox .applicationBox > a {
	width: 100%;
	height:100%;
    display: flex;
	flex-direction: column;
    align-items: center;
	justify-content: center;
    grid-gap: 20px;
    padding: 30px 15px;
}
.applicationSec .applicationLtBox .applicationBox > a > img {
	-webkit-transition: opacity 0.3s, -webkit-transform 0.3s;
	-moz-transition: opacity 0.3s, -moz-transform 0.3s;
	transition: opacity 0.3s, transform 0.3s;
	-webkit-transform: translateY(0px);
	-moz-transform: translateY(0px);
	transform: translateY(0px);
}
.applicationSec .applicationLtBox .applicationBox > a:hover > img {
    -webkit-transform: translateY(-10px);
	transform: translateY(-10px);
	-webkit-transition: opacity 0.3s, -webkit-transform 0.3s;
	-moz-transition: opacity 0.3s, -moz-transform 0.3s;
	transition: opacity 0.3s, transform 0.3s;
}
.lightBluecolor {
	background-color: #D1F1FF;
}
.lightOrgcolor {
	background-color: #FFE6D8;
}
.lightGreencolor {
	background-color: #DBEFAF;
}
.applicationSec .applicationLtBox .applicationBox p {
	margin: 0 0 0 0;
    font-size: 15px;
    line-height: 25px;
    font-weight: 700;
    color: #000000;
}
.applicationSec .applicationLtBox .applicationBox h4 {
	margin: 0 0 0 0;
    font-size: 50px;
    line-height: 50px;
    font-weight: 700;
    color: #000000;
}
.applicationSec .applicationRtBox {
	width: 45%;
    float: right;
    padding: 30px 15px;
    display: flex;
    background-color: #fff;
    border-radius: 10px;
    justify-content: space-between;
    align-items: center;
}
.applicationSec .applicationRtBox .counterSec {
	width: 64%;
    display: flex;
    flex-direction: column;
}
.applicationSec .applicationRtBox .counterBox {
	width: 100%;
    display: inline-block;
    padding: 20px 15px;
	margin-bottom: 20px;
    border-radius: 10px;
    background-color: #D1D1D1;
}
.applicationSec .applicationRtBox .counterBox h3 {
	margin: 0 0 5px 0;
    font-size: 17px;
    line-height: 27px;
    font-weight: 700;
    color: #000000;
}
.applicationSec .applicationRtBox .counterBox h4 {
	margin: 0 0 15px 0;
    font-size: 28px;
    line-height: 32px;
    font-weight: 700;
    color: #000000;
}
.applicationSec .applicationRtBox .counterBox p {
	margin: 0 0 0 0;
    font-size: 14px;
    line-height: 14px;
    font-weight: 700;
    color: #000000;
}
.applicationSec .applicationRtBox .counterDate {
	width: 100%;
    display: flex;
	justify-content: space-between;
    grid-gap: 10px;
}
.applicationSec .applicationRtBox .counterDate .day {
	width: auto;
    display: flex;
    flex-direction: column;
    align-items: center;
}
.applicationSec .applicationRtBox .counterDate .day h4 {
	margin: 0 0 10px 0;
    padding: 14px 16px;
    font-size: 30px;
    line-height: 25px;
    font-weight: 500;
    color: #fff;
    background-color: #F48243;
    border-radius: 10px;
}
.applicationSec .applicationRtBox .counterDate .day p {
	margin: 0 0 0 0;
    font-size: 10px;
    line-height: 10px;
    font-weight: 500;
    color: #909090;
}
.applicationSec .applicationRtBox .hourglassImg {
	width: 36%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}
.applicationSec .applicationRtBox .hourglassImg img {
	width:170px;
	height:auto;
}
#filter_result_main {
    float: left;
    width: 100%;
	background-color: #fff;
    padding: 15px;
    border-radius: 10px;
}
.companieSec {
	width: 100%;
    display: flex;
	justify-content: space-between;
	align-items: center;
	margin-bottom:10px;
}
.companieSec h3 {
    margin: 0 0 0px 0;
    font-size: 20px;
    line-height: 20px;
    font-weight: 700;
    color: #000000;
}
.companies-title {
	width: 45%;
    display: flex;
    justify-content: center;
    align-items: center;
    grid-gap: 15px;
}
.companies-title > span {
	font-size: 12px;
    line-height: 12px;
    font-weight: 400;
    color: #000000;
}
.companies-search {
	position: relative;
	width: 30%;
    display: flex;
	align-items: center;
	margin-right: 10px;
}
.companies-search .searchBtn {
	position: absolute;
    background-color: transparent;
	border: 0;
    font-size: 16px;
    color: #909090;
    padding: 12px;
}
.companies-search .form-control {
	width:100%;
	display:inline-block;
	padding-left: 35px;
    border: 0;
    background-color: #F4F4F4;
    border-radius: 5px;
}
.companies-filter {
	position:relative;
	width: auto;
    display: flex;
	grid-gap: 10px;
}
.companies-filter > a {
    width: 42px;
    height: 42px;
    float: left;
    display: flex;
    padding: 10px;
    border-radius: 5px;
    background-color: #F4F4F4;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
}
.companies-filter > a:hover {
	background-color:#ffe6d9;
}
.companies-filter > a > img {
	width: 90%;
	height:auto;
}
.filterForm {
	display:none;
}
.filterForm {
	position:relative;
	width: 325px;
    padding: 10px;
    margin-top: 5px;
    background-color: #FFFFFF;
    position: absolute;
    top: 50px;
    right: 50px;
    box-shadow: 0 0 10px 0px #bbbbbb;
    border-radius: 5px;
    z-index: 1;
}
.filterForm:before {
	content: '';
    position: absolute;
    top: -16px;
    right: 10px;
    margin-left: 0;
    width: 34px;
    height: 17px;
	background:url(../images/box-shape.png) top center no-repeat;
}
.filterForm .feildRow {
	float: left;
	width: 100%;
}
.filterForm .feildRow .form-group {
	position: relative;
	float: left;
	width: 100%;
	margin-bottom: 15px;
}
.filterForm .feildRow .form-group.half {
	width: 49%;
	margin-right: 2%;
}
.filterForm .feildRow .form-group.half:last-child {
	margin-right: 0;
}
.filterForm .feildRow label {
	width: 100%;
    display: inline-block;
	font-size: 12px;
	line-height:12px;
    font-weight: 400;
    color: #373737;
}
.filterForm .feildRow .form-control {
    display: block;
    width: 100%;
    height: 45px!important;
    padding: 10px 14px;
    outline: 0;
    border: 1px solid #D9D9D9;
    font-size: 17px;
	line-height: 17px;
    color: #000000;
    font-weight: 400;
}
.default-cusor {
    cursor: pointer;
}
.table-wrapper {
    float: left;
	width: 100%;
    background-color: #ffffff;
	border-radius: 12px;
    /*overflow: hidden;*/
}
.table-wrapper ul {
    position: relative;
    float: left;
    width: 100%;
	padding: 0;
	margin: 0;
	list-style-type: none;
}
.table-wrapper ul.table-header {
	background-color: #FFE6D8;
	border-radius: 10px;
    margin-bottom: 5px;
}
.table-wrapper ul.table-header li {
    padding: 15px 10px;
	font-size: 15px;
	font-weight: 500;
	color: #000000;
}
.table-wrapper ul.table-header li.last {
    padding-right: 25px;
}
.table-wrapper ul.table-header li .sort {
	position: relative;
    float: right;
    width: 15px;
    height: 15px;
}
.table-wrapper ul.table-content {
	background-color: #ffffff;
}
.table-wrapper ul.table-content li.item {
	padding: 0;
	background-color: #F4F4F4;
	font-size: 13px;
	color: #333333;
	line-height: 17px;
	border-radius: 10px;
	margin-bottom: 5px;
}
.table-wrapper ul.table-content li.item .accordion [class*="col-"] {
	padding: 10px 10px;
	display: flex;
    align-items: center;
	font-size: 14px;
    font-weight: 400;
}
.table-wrapper ul.table-content li.item .accordion .links {
	display: flex;
    justify-content: space-between;
    align-items: center;
    grid-gap: 15px;
}
.table-wrapper ul.table-content li.item .accordion .linkIcon:after {
    content: '\f078';
    font-family: FontAwesome;
    font-size: 14px;
    color: #F48243;
    line-height: 0;
    position: absolute;
    top: 50%;
    right: 10px;
}
.table-wrapper ul.table-content li.item .accordion.active .linkIcon:after {
    content: "\f077";
}
.accordionPanel {
	cursor:pointer;
}
.table-wrapper ul.table-content li.item .panel ul.table-content {
	width: calc(100% - 20px);
    margin: 10px;
	margin-top: 0;
	padding: 0 15px;
	background-color: var(--table-row-color);
	border-radius: 10px;
}
.table-wrapper ul.table-content li.item:nth-child(odd) .panel ul.table-content {
	background-color: #ffffff;
}
.table-wrapper ul.table-content li.item .panel ul.table-content li {
	display: flex;
    align-items: center;
	float: left;
	width: 100%;
	border-bottom: 1px solid #ffffff;
}
.table-wrapper ul.table-content li.item:nth-child(odd) .panel ul.table-content li {
	border-color: var(--table-row-color);
}
.table-wrapper ul.table-content li.item .panel ul.table-content li:last-child {
	border-bottom: none;
}
.table-wrapper ul.table-content li.item .panel ul.table-content li [class*="col-"] {
	padding: 10px 10px;
}
.table-wrapper .bottom {
	display: flex;
	justify-content: space-between;
    align-items: center;
    background-color: #f7f7f7;
}
.table-wrapper .bottom .dataTables_length,
.table-wrapper .bottom .pending-legend,
.table-wrapper .bottom .dataTables_paginate {
	float: left;
	/*width: 33.33333333%;*/
	width: auto;
	margin: 0;
    padding: 15px 10px !important;
    font-size: 12px;
    color: #333333;
}
.table-wrapper .bottom .dataTables_length label {
	display: flex;
    align-items: center;
    grid-gap: 10px;
	margin: 0;
	font-size: inherit;
    font-weight: normal;
    line-height: normal;
}
.table-wrapper .bottom .dataTables_length label select {
    width: auto;
    height: 30px;
    padding-top: 4px;
    padding-bottom: 4px;
	padding-right: 20px;
	outline: 0;
	border-color: #C8C8C8;
	appearance: none;
    background-color: transparent;
	background-image: linear-gradient( 45deg, transparent 50%, #333333 50%), linear-gradient( 135deg, #333333 50%, transparent 50%);
    background-position: calc(100% - 10px) center, calc(100% - 5px) center;
    background-size: 4px 4px, 5px 4px;
    background-repeat: no-repeat;
    font-size: inherit;
    color: inherit;
}
.table-wrapper .bottom .pending-legend {
	display: flex;
    justify-content: center;
    align-items: center;
    grid-gap: 10px;
}
.table-wrapper .bottom .pending-legend .pending-legend-in {
	display: flex;
    justify-content: center;
    align-items: center;
    grid-gap: 5px;
}
.table-wrapper .bottom .pending-legend .eye-icon {
	width: auto !important;
	height: 15px;
}
.table-wrapper .bottom .dataTables_paginate {
    display: flex;
    justify-content: flex-end;
}
.table-wrapper .bottom .dataTables_paginate a.first {
    border-radius: 4px 0px 0px 4px;
}
.table-wrapper .bottom .dataTables_paginate a.last {
    border-radius: 0px 4px 4px 0px;
}
.table-wrapper .bottom .dataTables_paginate .paginate_button.previous,
.table-wrapper .bottom .dataTables_paginate .paginate_button.next {
	display: none;
}
.table-wrapper .bottom .dataTables_paginate a.paginate_button,
.table-wrapper .bottom .dataTables_paginate .ellipsis {
	position: relative;
    display: inline-block;
    float: none;
    padding: 5px 10px;
    margin-left: -1px;
    border: 1px solid #C8C8C8;
    background-color: transparent;
	font-size: inherit;
    color: inherit !important;
    line-height: 18px;
    text-decoration: none !important;
}
.table-wrapper .bottom .dataTables_paginate a.paginate_button:focus,
.table-wrapper .bottom .dataTables_paginate a.paginate_button:hover,
.table-wrapper .bottom .dataTables_paginate a.paginate_button.current,
.table-wrapper .bottom .dataTables_paginate a.paginate_button.disabled {
	border: 1px solid #C8C8C8;
    background: #dfdfdf;
	box-shadow: none;
}
.table-wrapper .bottom2 .pending-legend {
	width: 33.33333333%;
	margin: 0 auto;
	padding-top: 23px !important;
    padding-bottom: 22px !important;
}
table.dataTable.noBorder {
    border: none !important;
}
table.dataTable.fixedHeader-floating {
	border-bottom: 1px solid var(--table-border-color) !important;
}
table.dataTable.noBorder thead th,
table.dataTable.noBorder thead td {
    padding: 15px 10px;
    border: none;
	font-weight: normal;
}
table.dataTable.noBorder tbody tr td {
	padding: 15px 10px;
    border: none;
}
table.dataTable.noBorder tbody tr td .icon {
    display: inline-block;
	line-height: 0;
	vertical-align: top;
}
table.dataTable.noBorder tbody tr td .action {
    display: flex;
	justify-content: center;
    align-items: center;
    grid-gap: 15px;
}
table.dataTable.noBorder tbody tr td .action a {
    display: inline-block;
	line-height: 0;
	vertical-align: top;
}
table.dataTable.noBorder tbody tr td .action button {
    display: inline-block;
	line-height: 0;
	vertical-align: top;
}
.table-wrapper ul.table-content li.item .accordion .downloadLink {
	justify-content: center;
}
.statusLink > span {
	display: inline-block;
	border-radius: 20px;
    padding: 10px 15px;
}
.app-started-clr {
	background-color:#DBEFAF;
	color:#000000;
}
.app-completed-clr {
	background-color:#A3BF68;
	color:#000000;
}
.certified-clr {
	background-color:#F48243;
	color:#fff;
}
.more-information-clr {
	background-color:#fff;
	border:1px solid #F48243;
	color:#F48243;
}
.qed-completed-clr {
	background-color:#8fa85a;
	color:#000000;
}
.package-completed-clr {
	background-color:#598008;
	color:#000000;
}
.new-company-clr {
	background-color:#9CEDFF;
	color:#000000;
}
.in-review-clr {
	background-color:#F48243;
	color:#000;
}
.approved-clr {
	background-color:#598008;
	color:#fff;
}
.pause-clr {
	background-color:#ff0000;
	color:#fff;
}

.appStartedLtBox {
	width:45%;
	display:inline-block;
	padding: 15px 0px;
    background-color: #fff;
    border-radius: 10px;
}
.appStartedTitle {
	width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    grid-gap: 20px;
	padding: 0 15px 15px 15px;
    border-bottom: 1px solid #D9D9D9;
}
.appStartedTitle > h3 {
	margin:0 0 0 0;
	font-size: 17px;
    line-height: 27px;
    font-weight: 700;
    color: #000000;
}
.appStartedTitle > span {
    display: inline-block;
    border-radius: 20px;
    padding: 10px 15px;
	font-size: 14px;
    font-weight: 400;
}
.appStartedBox {
	width: 100%;
    display: inline-block;
    padding: 15px;
    text-align: center;
}
.appStartedRtBox {
	width:55%!important;
	display:inline-block;
}
.appStartedRtBox .counterBox {
	background-color: #F4F4F4!important;
}
.appStartedRtBox .counterBox h4 {
	margin: 0 0 0px 0!important;
}
.qedTitle {
	width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    grid-gap: 20px;
	margin:0 0 15px 0;
}
.qedTitle > h3 {
	margin:0 0 0 0;
	font-size: 17px;
    line-height: 27px;
    font-weight: 700;
    color: #000000;
}
.qedTitle > a {
	font-size: 14px;
    line-height: 14px;
    font-weight: 700;
    color: #F48243;
}
.qedTitle > a:hover {
    color: #000;
}
.qedRow {
	width: 100%;
    display: inline-block;
    margin: 0 0 5px 0;
}
.qedRow > a {
	width: 100%;
    display: flex;
    justify-content: space-between;
	grid-gap: 10px;
    background-color: #F4F4F4;
    padding: 10px;
    border-radius: 5px;
}
.qedRow > a:hover {
	background-color: #ffe6d9;
}
.qedRow .nametext {
	width: 50%;
    display: inline-block;
}
.qedRow .nametext > h4 {
	margin:0 0 0px 0;
	font-size: 14px;
    line-height: 20px;
    font-weight: 700;
    color: #000000;
}
.qedRow .nametext > p {
	margin:0 0 0 0;
	font-size: 14px;
    line-height: 20px;
    font-weight: 400;
    color: #373737;
}
.qedRow .numbertext {
	width: 50%;
    display: inline-block;
    text-align: right;
}
.qedRow .numbertext > p {
	margin:0 0 0 0;
	font-size: 14px;
    line-height: 20px;
    font-weight: 400;
    color: #373737;
}

/*------------ Progress Bar -----------*/
.progressBar {
	width: 100%;
    display: inline-block;
	padding-top: 40px;
    padding-bottom: 60px;
}
.progressBar .progress-title-holder {
	width: 100%;
    display: inline-block;
	position: relative;
	margin: 0;
}
.progressBar .progress-number-wrapper {
	width: 100%;
	z-index: 10;
}
.progressBar .progress-number-mark {
	margin-bottom: 4px;
	border-radius: 3px;
	background-color: rgb(22,23,29);
	padding: 0 8px;
	position: absolute;
	bottom: 0;
	-moz-transform: translateX(-50%);
	-o-transform: translateX(-50%);
	transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	-webkit-transform: translateX(-50%);
}
.progressBar .progress-number-wrapper,
.progressBar .progress-number-mark {
	font-size: 11px;
	line-height: 24px;
	height: 24px;
	letter-spacing: 0px;
	font-weight: 600;
	font-style: normal;
	text-transform: none;
	color: #ffffff;
	position: absolute;
	left: 0;
	top: -14px;
}
.progressBar .down-arrow {
	border-left: 3px solid transparent;
	border-right: 3px solid transparent;
	border-top: 3px solid #16171d;
	position: absolute;
	left: 50%;
	top: 100%;
	-moz-transform: translateX(-50%);
	-o-transform: translateX(-50%);
	transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	-webkit-transform: translateX(-50%);
}
.progressBar .progress-content-outter {
	height: 15px;
    background-color: #D9D9D9;
    border-radius: 20px;
}
.progressBar .progress-content {
	height: 100%;
    background-color: rgb(244 130 67);
    border-radius: 20px;
	width: 0%; /* Initial value */
}
.progressBar .progress-text {
	width:100%;
	display: flex;
    justify-content: space-between;
    align-items: center;
}
.progressBar .progress-text p {
	margin:0 0 0 0;
	font-size: 12px;
	line-height: 24px;
	color:#000000;
}
.appStartedBtn {
	width:100%;
	display: inline-block;
}
.no-image img {
	width:100%;
	height:auto;
	border-radius: 10px;
}
/*------------ Progress Bar END -----------*/
/*------------ Add New Company Popup Box -----------*/
.awesomeBox {
	width: 100%;
    display: flex;
    align-items: center;
    grid-gap: 50px;
	padding:30px;
}
.awesomeText h4 {
	margin: 0 0 8px 0;
    font-size: 18px;
    line-height: 18px;
    font-weight: 700;
    color: #000;
}
.awesomeText p {
	margin:0 0 0 0;
    font-size: 14px;
    line-height: 24px;
	font-weight:400;
    color: #000;
}

/*------------ Revoked Page -----------*/
.revokedBox {
	width: 100%;
    display: flex;
    align-items: center;
    grid-gap: 15px;
    padding: 45px 15px;
}
.revokedBox img {
	width: 28%;
    height: auto;
}
.revokedBox .revokedText h3 {
	margin:0 0 5px 0;
	font-size: 17px;
	line-height: 20px;
	font-weight: 700;
	color:#000000;
}
.revokedBox .revokedText p {
	margin:0 0 15px 0;
	font-size: 14px;
	line-height: 24px;
	color:#000000;
}

/*------------ QED Submission Page -----------*/
.submissionTabs {
	width: 100%;
    float: left;
}
.submissionTabs ul {
    position: relative;
    list-style: none;
    margin: 0;
    padding: 0;
    width: auto;
    display: flex;
    flex-wrap: nowrap;
    overflow: hidden;
    overflow-x: scroll;
}
.submissionTabs ul:after {
    position: absolute;
    content: '';
    border-bottom: 1px solid #909090;
    width: 100%;
    left: 0;
    bottom: 0px;
    z-index: 0;
}
.submissionTabs ul li {
	position: relative;
	width: auto;
	display: inline-flex;
	align-items: center;
	float: left;
	margin: 0 1px -1px 1px;
	white-space: nowrap;
}
.submissionTabs ul li:last-child {
	width: 100%;
	background-color: #ffffff;
    position: sticky;
    right: 0;
}
.submissionTabs ul li.nav-item:before {
	content: '';
    position: absolute;
    right: -1px;
    width: 1px;
    display: inline-block;
    height: 75%;
    background-color: #909090;
}
.submissionTabs ul li.nav-item:last-child:before {
	display:none;
}
.submissionTabs ul li.selected {
	z-index: 1;
}
.submissionTabs ul li.selected a {
    background-color: #fff;
}
.submissionTabs ul li.nav-item a {
    padding: 8px 20px;
    min-height: 35px;
}
.submissionTabs ul li.nav-item .nav-link {
	font-size:20px;
	font-weight:500;
	color:#000000;
}
.submissionTabs ul li.nav-item .remove {
	padding-left: 0;
    display: flex;
}
.submissionTabs ul li.nav-item .nav-link.active,
.submissionTabs ul li.nav-item.show .nav-link {
    color: #F48243;
}
.submissionTabs ul li:last-child .nav-link {
	color: #F48243;
}
.submissionTabs .tab-content {
	padding: 20px 0px;
}
.submissionTabs .tab-content .formBox .textContent p {
    margin: 0 0 0px 0;
    font-size: 14px;
    line-height: 20px;
    font-weight: 500;
    color: #000;
}
.scrollable-element {
	overflow: hidden;
}
/* width */
.scrollable-element ul::-webkit-scrollbar {
	width: 5px;
	height: 5px;
}
/* Track */
.scrollable-element ul::-webkit-scrollbar-track {
	background: #fff;
}
/* Handle */
.scrollable-element ul::-webkit-scrollbar-thumb {
	background: #DDDDE1;
	border-radius: 8px;
}
.qedthankyouSec {
	background-color: transparent;
}
.commentViewSec {
	background-color:#FFFFFF;
}
.linkGray {
	font-size: 12px;
    line-height: 12px;
    font-weight: 500;
    color: #909090;
}
.linkGray:hover {
    color: #F48243;
}

/*------------ Package Page -----------*/
.packageBox {
	width: 100%;
    display: flex;
    align-items: center;
    grid-gap: 20px;
    padding: 45px 15px;
}
.packageBox .packageImg {
	width: 45%;
    display: flex;
    justify-content: space-between;
}
.packageBox .packageImg img {
	width: 29%;
    height: auto;
}
.packageBox .packageText {}
.packageBox .packageText h3 {
	margin:0 0 5px 0;
	font-size: 17px;
	line-height: 20px;
	font-weight: 700;
	color:#000000;
}
.packageBox .packageText p {
	margin:0 0 15px 0;
	font-size: 14px;
	line-height: 24px;
	color:#000000;
}

/*------------ 5.1 Application Page -----------*/
.appbarSec {
	width:100%;
	display:inline-block;
	padding:15px;
    background-color:#FFFFFF;
	border-radius: 10px;
    margin-bottom: 15px;
}
.appProgressbar {
	position:relative;
    display: flex;
    justify-content: center;
	grid-gap: 15px;
    margin: 0;
    padding: 0;
    overflow: hidden;
    color: lightgrey;
}
.appProgressbar:after {
	content: '';
    width: 84%;
    height: 2px;
    position: absolute;
    top: 12px;
    background-color: #A3BF68;
    z-index: 1;
}
.appProgressbar li {
    list-style-type: none;
    font-size: 10px;
    font-weight: 500;
    color: #000000;
    width: auto;
    float: left;
    position: relative;
    text-align: center;
	z-index: 2;
}
.appProgressbar li strong {
	width: 100%;
    display: inline-block;
	font-size: 10px;
    font-weight: 700;
}
.appProgressbar li:before {
    width: 23px;
    height: 23px;
    line-height: 24px;
    display: block;
    font-size: 12px;
    font-weight: 400;
    color: #ffffff;
    background: #7B9A3A;
    border-radius: 50%;
    margin: 0 auto 10px auto;
}
.appProgressbar li.green1:before {
    background: #d5eaaa;
}
.appProgressbar li.green2:before {
    background: #a3bf68;
}
.appProgressbar li.green3:before {
    background: #7b9a3a;
}
.appProgressbar li.green4:before {
    background: #445d10;
}
.appProgressbar li.green5:before {
    background: #4d6d07;
}
.appProgressbar li.green6:before {
    background: #3b5405;
}
.appProgressbar li.green7:before {
    background: #283904;
}
.appProgressbar li.disabled {
    opacity: 100%;
    cursor: not-allowed;
	color:#D1D1D1;
}
.appProgressbar li.disabled:before {
	background: #D1D1D1;
}
.appProgressbar li.disabled:after {
	content: "";
    background: #d1d1d1;
    width: 100%;
    height: 2px;
    display: inline-block;
    position: absolute;
    top: 12px;
    left: -50%;
    z-index: -1;
}
.appProgressbar .checkIcon:before {
    font-family: FontAwesome;
    content: "\f00c";
}

.appFormSec {
	width: 100%;
    display: inline-block;
    padding: 15px;
    background-color: #FFFFFF;
    border-radius: 10px;
}
.appFormTitle {
	width: 100%;
    display: flex;
    justify-content: space-between;
    margin-bottom: 20px;
}
.appFormSec .appFormTitle > h3 {
    position: relative;
    margin: 0 0 0px 0;
    font-size: 17px;
    line-height: 17px;
    font-weight: 700;
    color: #000000;
}
.appFormSec .appFormTitle > .editlink {
	font-size: 17px;
    line-height: 17px;
    font-weight: 700;
    color: #F48243;
}
.appFormSec .appFormTitle > .editlink:hover {
    color: #000000;
}
.appFormGray {
	width: 100%;
    display: inline-block;
    padding: 15px;
    background-color: #F4F4F4;
    border-radius: 10px;
}
.attestBox {
	width: 100%;
    display: inline-block;
    padding: 15px;
    background-color: #FFFFFF;
    border-radius: 10px;
	margin-bottom:10px;
}
.attestBox > h4 {
    position: relative;
    margin: 0 0 0px 0;
    font-size: 22px;
    line-height: 22px;
    font-weight: 700;
    color: #000000;
}
.attestBox > h6 {
    position: relative;
    margin: 0 0 2px 0;
    font-size: 14px;
    line-height: 14px;
    font-weight: 700;
    color: #000000;
}
.attestBox .checkboxRow {
	margin:10px 0 10px 0;
	padding-top:10px;
	border-top:1px solid #D9D9D9;
}
.attestBox .form-checkbox {
	margin-bottom:0;
}
.attestBox .btn-org {
	background-color: #F48243;
	color:#FFFFFF;
}

/*------------ Login Page -----------*/
.loginSec {
    width: 100%;
    height: calc(100vh - 30px);
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}
.loginSec .logo {
	margin-bottom:20px;
}
.loginBox {
    width: 35%;
    display: flex;
	flex-direction: column;
    padding: 30px;
    background-color: #FFFFFF;
    border-radius: 10px;
}
.loginBox h2 {
	margin: 0 0 20px 0;
    font-size: 30px;
    line-height: 30px;
    font-weight: 500;
    color: #f48243;
}
.loginBox .feildRow {
	width: 100%;
    display: inline-block;
}
.loginBox .feildRow .form-group {
    position: relative;
    float: left;
    width: 100%;
    margin-bottom: 20px;
}
.loginBox .feildRow .form-group label {
    font-size: 14px;
    line-height: 14px;
    font-weight: 500;
    color: #000;
}
.loginBox .feildRow .form-group .form-control {
    display: inline-block;
    width: 100%;
    height: 45px;
    padding: 10px 10px 10px 10px;
    outline: 0;
    border: none;
    border: 1px solid #F48243;
    border-radius: 5px;
    background-color: #ffffff;
    font-size: 16px;
    color: #000;
    font-weight: 500;
}
.loginBox .feildRow .form-group .form-control::placeholder {
	font-size: 16px;
    font-weight: 400;
	color: #686868;
}
.loginBox .feildRow .form-group .form-control:focus {
	border: 1px solid #F48243;
}
.loginBox .feildRow .form-group .form-control .org-btn {
    font-size: 14px!important;
    line-height: 14px;
    font-weight: 500!important;
    color: #FFF!important;
    border: 1px solid transparent!important;
    background-color: #F48243!important;
    text-transform: uppercase;
}

/*------------------------- 23-2-2024 New Class -------------------*/
.viewAppBox {
    width: 100%;
    display: inline-block;
    padding: 0px;
}
.viewAppTopBox {
	padding-bottom: 20px;
	border-bottom:1px solid #D9D9D9;
}
.viewAppTopBox h3 {
	margin:0 0 0 0;
	padding: 0 15px;
	font-size: 26px;
    line-height: 26px;
    font-weight: 700;
    color: #000000;
	text-align:center;
}
.viewAppTopBox strong {
	font-weight: 700;
    color: #F48243;
}
.viewAppTopBox .progressBox {
	position: relative;
	width: 94%;
    margin: 0 auto 20px auto;
    background: #FDC5A6;
    border-radius: 10px;
}
.viewAppTopBox .viewAppIcon {
	width: 100%;
    display: inline-block;
	margin-bottom: -22px;
}
.viewAppTopBox .viewAppIcon ul {
	width: 100%;
    display: flex;
    margin: 0;
    padding: 0;
    list-style: none;
    justify-content: space-between;
}
.viewAppTopBox .viewAppIcon ul li {
	width: 45px;
    height: 45px;
    padding: 8px;
    display: flex;
    background-color: #FFA675;
	border:1px solid #FFA675;
    border-radius: 50px;
	cursor: pointer;
    position: relative;
}
.viewAppTopBox .viewAppIcon ul li.active {
	background-color: #7B9A3A;
	border:1px solid #fff;
}
.viewAppTopBox .viewAppIcon ul li.active img {
	filter: brightness(0) invert(1);
}

.viewAppTopBox .viewAppIcon ul li.box {
	position:relative;
}
.icontooltip {
    opacity: 0;
    z-index: 99;
    width: auto;
    display: block;
    font-size: 14px;
	line-height:16px;
	font-weight:500;
	color: #FFFFFF;
    padding: 8px 10px;
    border-radius: 5px;
    text-align: center;
    background: #373737;
    -webkit-transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    -ms-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
    -webkit-transform: scale(0);
    -moz-transform: scale(0);
    -o-transform: scale(0);
    -ms-transform: scale(0);
    transform: scale(0);
    position: absolute;
    right: -40px;
    bottom: 51px;
    white-space: nowrap;
}
.icontooltip p {
	margin:0;
    font-size: 11px;
	font-weight:500;
	color: #FFFFFF;
}
.icontooltip:before,.icontooltip:after {
    content: '';
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    border-top: 6px solid rgba(51,51,51,0.9);
    position: absolute;
    bottom: -6px;
    left: 45%;
}
.viewAppIcon ul li.active:hover .icontooltip,a:hover .icontooltip {
    opacity: 1;
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -o-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
}

.viewAppTopBox .progressBar .progress-text {
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-top: 35px;
	text-align:left;
}
.viewAppTopBox .progressBar {
	padding: 20px 15px 50px 15px;
    margin-bottom: 25px;
}
.viewAppTopBox .progressBar .progress-content-outter {
	width: 100%;
    height: 4px;
    background-color: #FFA675;
    border-radius: 0px;
}
.viewAppTopBox .progressBar .progress-content {
    background-color: #7B9A3A;
    border-radius: 0px;
}
.viewAppBotmBox {
	padding: 20px;
	text-align:center;
}
.viewAppBotmBox .grn-btn {
    font-size: 21px!important;
    line-height: 21px!important;
    font-weight: 700!important;
    color: #FFF!important;
    border: 0!important;
    background-color: #598008!important;
    text-transform: uppercase;
    padding: 15px 30px;
    height: auto;
}
.grn-btn:hover {
	border: 0!important;
    background-color: #F48243!important;
}

.certifiedBox .icontooltip {
	right: -45px;
}
.certifiedBotmBox {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    grid-gap: 20px;
    padding: 15px 15px;
}
.certifiedBotmBox img {
    width: 28%;
    height: auto;
}
.certifiedBotmBox .revokedText h3 {
    margin: 0 0 5px 0;
    font-size: 24px;
    line-height: 30px;
    font-weight: 700;
    color: #000000;
}
.certifiedBotmBox .revokedText p {
    margin: 0 0 10px 0;
    font-size: 14px;
    line-height: 20px;
    font-weight: 500;
    color: #000000;
}
.certifiedBotmBox .grnBtn {
    font-size: 14px;
    line-height: 17px;
    font-weight: 700;
    color: #FFF;
    border: 0;
    background-color: #598008;
    text-transform: uppercase;
    padding: 12px 35px;
    height: auto;
}
.certifiedBotmBox .grnBtn:hover {
	border: 0;
    background-color: #F48243;
}

.revokedNewBox {}
.revokedNewBox .viewAppTopBox h3 strong {
    color: #FF0000;
}
.revokedNewBox .viewAppTopBox .viewAppIcon ul li {
    background-color: #ff0000;
    border: 1px solid #ff0000;
}
.revokedNewBox .viewAppTopBox .viewAppIcon ul li img {
    filter: brightness(0) invert(1);
}
.revokedNewBox .viewAppTopBox .viewAppIcon ul li.active {
    background-color: #7B9A3A;
    border: 1px solid #fff;
}
.revokedNewBox .viewAppTopBox .viewAppIcon ul li.active img {
    filter: brightness(0) invert(1);
}
.revokedNewBox .viewAppTopBox .progressBar .progress-content-outter {
    background-color: #ff0000;
}
.revokedNewBox .grn-btn {
    font-size: 18px!important;
    line-height: 18px!important;
    padding: 15px 30px;
}

.orange {
    color: #F48243 !important;
}
