.cipc-icon-img {
	width: 38px;
    padding: 6px;
	opacity: 0.4;
}
.cipc_info_tab .cipc-icon-img {
	opacity: 1;
}
.cipc_info_tab.c-change .cipc-icon-img {
	opacity: 0.4;
}
#cipc_info_pg .cipc-company-title {
	text-transform: uppercase;
	color: #29375c;
}
#cipc_info_pg .cipc-top-info-box {
    background-color: #fff;
    display: flex;
    margin-top: 30px;
    box-shadow: 0px 0px 15px rgba(0,0,0,0.03);
}
#cipc_info_pg .cipc-top-info-box .cipc-left {
    padding: 32px 40px;
    float: left;
    background: #29375c;
}
.cipc-top-info-box .cipc-text {
    line-height: 15px;
    padding: 15px 25px;
    float: left;
}
#cipc_info_pg .cipc-top-info-box .cipc-text .act-head {
    font-weight: 500;
    color: #29375C;
    font-size: 14px;
    margin-bottom: 5px;
}
#cipc_info_pg .cipc-top-info-box .cipc-text .act-text {
    color: #6B758E;
    padding-top: 3px;
    font-weight: 500;
    line-height: 1.5em;
}
@media (min-width: 961px) and (max-width: 1024px){
	#cipc_info_pg {
		margin-top: 60px;
	}
}

/* CIPC Info page */
#cipc_info_pg .tab-pane {
	margin-top: 20px;
    padding: 15px;
    background: #fff;
}
#cipc_dashboard h3 {
    font-size: 16px;
    font-weight: 700;
    margin-top: 8px;
}
#cipc_dashboard ul {
	list-style: none;
    margin: 0;
    padding: 0;
}
#cipc_dashboard .company-summary ul li {
    padding-top: 10px;
}
#cipc_info_pg .tab-content ul li {
    border-top: 1px solid #999;
}
#cipc_info_pg .tab-content div.table {
    border-collapse: collapse;
    display: table;
    margin: 15px 0 30px 0;
    width: 100%;
}
#cipc_info_pg .tab-content .table-row.title {
    background: #0D3D56;
    border-right: 1px solid #0D3D56;
    caption-side: top;
    color: #fff;
    display: table-caption;
    font-weight: 700;
    -moz-border-radius: 5px 5px 0 0;
    -webkit-border-radius: 5px 5px 0 0;
    border-radius: 5px 5px 0 0;
    -moz-background-clip: padding-box;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
}
#cipc_info_pg .tab-content .table-row .edit_action {
	color: #ccc;
	background-color: #0D3D56;
	border: none;
	padding: 6px 12px;
	float: right;
	font-size: 20px;
}
#cipc_info_pg .tab-content .table-row .edit_action:hover {
	color: #ffdc1e;
}
#business_cipc_information_model .form-wrap .tab-content .tab-pane {
    padding: 15px 10px;
}
#business_cipc_information_model .form-wrap .tab-content .tab-pane form {
    max-width: 100%;
    margin: 0 auto;
}
#business_cipc_information_model .popup-heading-title {
    padding-left: 0;
}
#business_cipc_information_model .modal-content {
	overflow: auto !important;
    height: auto;
    max-height: 100vh;
}
.business-modal .business-content.live_edit {
    padding: 0px 10px;
}
#cipc_info_pg .tab-content .table-row.title .cell {
    font-size: 16px;
    font-weight: 700;
}
#cipc_info_pg .tab-content .table-row .cell {
    display: table-cell;
    padding: 6px 12px;
}
#cipc_info_pg .tab-content .table-row.header {
    background: #1496BB;
    border-right: 1px solid #1496BB;
    color: #fff;
}
#cipc_info_pg .tab-content .table-row {
    background: #fff;
    display: table-row;
    -moz-transition: 100ms;
    -ms-transition: 100ms;
    -o-transition: 100ms;
    -webkit-transition: 100ms;
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -ms-backface-visibility: hidden;
    backface-visibility: hidden;
}
#cipc_info_pg .tab-content .table-row.header .cell {
    font-size: 12px;
    font-weight: 700;
    line-height: 18px;
    padding: 2px 12px;
}
#cipc_info_pg .tab-content .table-row.content, #cipc_info_pg .tab-content .table-row.info-content {
    border: 1px solid #999999;
}
#cipc_info_pg .tab-content .table-row.content .date, #cipc_info_pg .tab-content .table-row.info-content .date {
    white-space: nowrap;
}
#cipc_info_pg .tab-content .table-row.content .cell, #cipc_info_pg .tab-content .table-row.info-content .cell {
    border-right: 1px solid #999999;
    vertical-align: middle;
}
#cipc_info_pg .tab-content .table-row.content .status, #cipc_info_pg .tab-content .table-row.info-content .status {
    display: block;
    font-size: 12px;
    text-align: center;
    color: #fff;
    background-color: #999999;
    border-radius: 15px;
    width: 80px;
    height: 20px;
    line-height: 20px;
}
#cipc_info_pg .tab-content .table-row.content .overdue, #cipc_info_pg .tab-content .table-row.info-content .overdue {
    background-color: #C03228;
}
#cipc_info_pg .tab-content .table-row.content .active {
    background-color: #5CA793;
}
#cipc_info_pg .tab-content .table-row.content:hover, #cipc_info_pg .tab-content .table-row.info-content:hover {
    background: #f5f5f5;
    -moz-transition: 100ms;
    -ms-transition: 100ms;
    -o-transition: 100ms;
    -webkit-transition: 100ms;
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -ms-backface-visibility: hidden;
    backface-visibility: hidden;
}
#cipc_company .tab-content .table-row.info-content .cell:first-of-type {
    font-weight: 700;
}
#cipc_company .row .company-navigation ul {
    list-style: none;
    margin: 0;
    padding: 0;
}
#cipc_company .row .company-navigation ul {
    margin-top: 15px;
}
#cipc_company .row .company-navigation li {
    border-top: none;
    border-bottom: 1px solid #ccc;
}
#cipc_company .row .company-navigation a {
    color: black;
    display: block;
    padding: 3px 10px;
    cursor: pointer;
	text-decoration: none;
}
#cipc_company .row .company-navigation li.active a {
    background-color: #1496BB;
    color: #fff;
}
#cipc_company .row .company-navigation a:hover {
    background-color: #F26D21;
    color: #fff;
}
#cipc_info_pg .not_found_data {
	margin-top: -30px;
    text-align: center;
    color: #212529;
    border: 1px solid #999999;
    padding: 10px;
}

.content-type-box .content-type-wrap:hover {
    background: #fff;
    color: #2392ec;
}
.business_module .center-part .annual_returns_notice .textpart-two .top-txt {
    background-color: rgb(255, 163, 158);
}
.business_module .center-part .annual_returns_notice .textpart-two .bottom-txt {
    background-color: rgb(255, 241, 240);
    border-left: 3px solid rgb(255, 163, 158);
}
.business_module .center-part .annual_returns_notice .textpart-two .bottom-txt .returns-overdue-listing {
	font-size: 14px;
}
#store_pg .activity-top-info-box .activity-left {
    padding: 35px 40px;
    float: left;
    background: #29375c;
}
.store-products-container .product-item {
	border: 1px solid #f0f0f0;
	background: #fff;
	padding: 24px;
	border-radius: 2px;
}
.store-products-container .product-item .logo_parent_div {
    padding-right: 0;
    padding-left: 0;
    position: relative;
    width: 80px;
    height: 80px;
    border-radius: 5px;
    margin: 0 auto;
    border: 1px solid rgba(0,0,0,.08);
}
.store-products-container .product-item .logo_parent_div img.product-icon {
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto;
    width: 100%;
    /* padding: 5px; */
    max-width: 100% !important;
}
.store-products-container .product-item .product-title {
    font-size: 16px;
    color: #29375c;
    font-weight: 500;
    text-align: center;
    border-bottom: 1px solid rgb(232, 232, 232);
    padding: 15px 0px;
}
.store-products-container .product-item .product-description {
	margin-top: 15px;
    margin-bottom: 15px;
    height: 40px;
    font-size: 13px;
    color: rgba(0, 0, 0, 0.45);
    text-align: center;
}
.store-products-container .product-item .buy-now-btn {
	height: 32px;
    padding: 4px 15px;
	color: #fff;
    background: #2f54eb;
    border-color: #2f54eb;
    text-shadow: 0 -1px 0 rgba(0,0,0,.12);
    box-shadow: 0 2px 0 rgba(0,0,0,.045);
	border-radius: 2px;
	font-size: 14px;
}
.store-products-container .product-item .buy-now-btn:active {
    color: #fff;
    background: #1d39c4;
    border-color: #1d39c4;
}
.store-products-container .product-item .buy-now-btn:focus, .store-products-container .product-item .buy-now-btn:hover {
    color: #fff;
    background: #597ef7;
    border-color: #597ef7;
}
.store-products-container .product-item .buy-now-btn.not-active {
	opacity: 0.4;
	cursor: not-allowed;
}
.store-products-container .product-item:hover {
    border-color: transparent;
    box-shadow: 0 1px 2px -2px rgba(0,0,0,.16), 0 3px 6px 0 rgba(0,0,0,.12), 0 5px 12px 4px rgba(0,0,0,.09);
}
.tab-content .company-summary ul li {
	font-size: 14px;
	color: #29375c;
}
