/* Site Search */

.app-search .form-control {
	color: #495057;
	background-color: #fff;
	border: 1px solid #ced4da;
	border-radius: 0.25rem;
	transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

.myDropdown-list {
	border-radius: 0.25rem!important;
}


/* With Sidebar */

.af-with-sidebar {
	padding-left: 281px;
	position: relative;
	transition: all 0.3s;
}

.af-sidebar {
	height: calc(100% - 60px);
	position: fixed;
	left: 250px;
	bottom: 60px;
	z-index: 2;
	top: 70px;
	transition: all 0.3s;
	background: #F5F7FF;
	padding-top: 20px;
	display: flex;
	flex-direction: column;
	width: 281px;
	border: 1px solid #E6E7E9;
}

.af-sidebar>div {
	padding-left: 14px;
	padding-right: 14px;
}

.af-sidebar .af-folders {
	margin-top: 0;
	overflow-y: auto;
	flex-grow: 2;
}


/* Sidebar Btn */

.af-sidebar-btn {
	height: 30px;
	width: 30px;
	position: fixed;
	left: 515px;
	top: 145px;
	background: #d7171f;
	color: #fff;
	border-radius: 50%;
	z-index: 3;
	cursor: pointer;
	transition: all 0.3s;
}

.af-sidebar-btn:hover {
	background: #000;
}

.af-sidebar-btn:before {
	content: "";
	position: absolute;
	left: 2px;
	right: 0;
	top: 0;
	bottom: 0;
	height: 10px;
	width: 10px;
	border-width: 0px 0px 2px 2px;
	border-style: solid;
	border-color: currentColor;
	transform: rotate(45deg);
	margin: auto;
	transition: all 0.5s;
}

.af-active-sidebar {
	left: 245px;
	transform: scaleX(-1);
}


/* Main Page */

.af-main-page {
	min-height: 700px;
	padding: 20px 30px 30px 28px;
	background-color: #fff;
}


/* Breadcrumbs */

.af-breadcrumb ol {
	display: flex;
	flex-wrap: wrap;
	padding: 0;
	margin-bottom: 6px;
	list-style: none;
	font-size: 11px;
}

.af-breadcrumb li {
	display: flex;
}

.af-breadcrumb li.active {
	color: #74788d;
}

.af-breadcrumb-item+.af-breadcrumb-item {
	padding-left: 0.5rem;
}

.af-breadcrumb-item+.af-breadcrumb-item::before {
	content: "\203A";
	font-size: 18px;
	line-height: 0.75;
	color: rgb(13, 82, 150);
	font-weight: 400;
	margin: 0;
}

.af-breadcrumb-item+.af-breadcrumb-item::before {
	padding-right: 0.5rem;
}


/* Main Page Header */

.af-page-header,
.af-searchbar {
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
	margin-bottom: 12px;
}

.af-details {
	max-width: 75%;
}

.af-title {
	margin-bottom: 6px;
}

.af-search-box {
	position: relative;
}

.af-search-box .form-control {
	padding-left: 40px;
}

.af-search-icon {
	font-size: 16px;
	position: absolute;
	left: 13px;
	top: 0;
	line-height: 38px;
}

.af-add-button {
	height: 37px;
	margin-left: 12px;
	border: 0;
	border-radius: 4px;
	width: 37px;
}

.af-page-description p {
	font-size: 12px;
	margin-bottom: 6px;
}

.af-page-info ul {
	display: flex;
	align-items: center;
	list-style: none;
	padding: 0;
	margin: 0;
	font-weight: 400;
	/* color: #0D5296; */
	line-height: 1;
	font-size: 11px;
	margin-bottom: 6px;
}

.af-page-info li {
	display: flex;
	align-items: center;
}

.af-page-info li:not(:last-child):after {
	background: currentColor;
	display: inline-block;
	width: 2px;
	height: 15px;
	content: "";
	vertical-align: middle;
	margin: 0 10px;
}

.af-page-info .af-value {
	margin-left: 6px;
	font-weight: 600;
}


/* Content Filters & Options */

.af-content-options {
	display: flex;
}

.af-items-count {
	font-size: 11px;
	font-weight: 400;
	white-space: pre-wrap;
	display: flex;
	align-items: center;
}

.af-items-count span {
	font-weight: 600;
}

.af-content-body {
margin-top: 20px;
}


/* List table */

.af-list-table {

}

.af-list-table .form-group {
    margin: 0;
}

.af-list-table-heading {
    border-bottom: 1px solid #d7171f;
    padding: 8px 0px 15px 0px;
}

.af-list-table-heading div {
    color: #565656;
    font-size: 12px;
    font-weight: 600;
    text-transform: uppercase;
}

.af-list-table-item {
    border-bottom: 1px solid #E6E7E9;
    padding: 10px 0px 10px 0px;
}

.af-list-table-item:hover {
    background-color: #008bff1c;
}

/* Reusable Elements */


.af-styled-checkbox:checked + label:before {
    border: 2px solid #D7171F;
    background: #D7171F;
    width: 18px;
    height: 18px;
    border-radius: 0px;
}

.af-styled-checkbox:checked + label:after {
    content: "";
    position: absolute;
    left: 4px;
    top: 8px;
    background: #fff;
    width: 2px;
    height: 2px;
    box-shadow: 2px 0 0 #fff, 4px 0 0 #fff, 4px -2px 0 #fff, 4px -4px 0 #fff, 4px -6px 0 #fff, 4px -8px 0 #fff;
    transform: rotate(45deg);
}

.af-styled-checkbox + label {
    position: relative;
    cursor: pointer;
    padding: 0;
    margin-bottom: 0;
    line-height: 1;
}

.af-styled-checkbox + label:before {
    width: 18px;
    height: 18px;
    border-radius: 0px;
}

.af-styled-checkbox + label:before {
    content: "";
    display: inline-block;
    vertical-align: text-top;
    width: 18px;
    height: 18px;
    border: 2px solid #565656;
    border-radius: 0px;
}

.af-styled-checkbox {
    position: absolute;
    opacity: 0;
}

/*ledger_table start*/
.ledger_table_title {
    background-color: #9cf;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 10px 20px;
}
.ledger_table_title h3{
    font-size: 20px;
    font-weight: 600;
    color: #000;
    text-transform: uppercase;
}
.ledger_table_title p {
    font-size: 20px;
    font-weight: 600;
    color: #000;
}
.ledger_table_block td{
    padding: 10px 20px;
    white-space: nowrap;
    background-color: #fff;
}
.ledger_table_block td p, .price_table p, .price_table span{
    font-size: 16px;
}
.price_table {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.ledger_table_box {
    margin-bottom: 30px;
}


.bg-soft-primary img {
	max-height: 300px;
}

@media (max-width:767px){
    .ledger_table_title, .ledger_table_block td{
        padding: 5px 10px;
    }
    .ledger_table_title h3, .ledger_table_title p{
        font-size: 16px;
    }
    .ledger_table_block td p, .price_table p, .price_table span{
        font-size: 14px;
    }
    
}
@media (max-width:450px){
    .ledger_table_title h3, .ledger_table_title p{
        font-size: 14px;
    }
    .ledger_table_block td p, .price_table p, .price_table span{
        font-size: 12px;
    } 
}
/*ledger_table end*/

/*QA Fixes 14-3*/
.asset-acquisition-form-wrap .common-step-button-block,
.asset-form-wrap .common-step-button-block{
	padding-bottom: 0
}
.asset-acquisition-form-wrap .step-common-info-right-block {
    padding-top: 0;
}
.asset-acquisition-form-wrap .common-step-panel{
	padding: 0
}
.dropdown-item {
    padding: 0.35rem 15px;
}
.common-step-button-block button {
    margin-left: 15px;
}
/*.asset-form-wrap .prev-next--btn button + button {
    margin-left: 0;
}*/
.asset-form-wrap .common-step-panel{
	padding: 0
}
#dimensions-manual .read-input .u-mm{
	top: -15px;
}
#dimensions-manual .read-input .unit-input {
    padding-right: 80px;
}
.set_tags {
    display: inline-block;
}
.asset-layout-page .tab_menu_item {
    padding-left: 0;
    padding-right: 0;
}
.asset-layout-page .page-content-inner,
.asset-layout-page .tab_content_design{
	padding: 0
}
.table-container .table_body > .table_inner_body > div{
	white-space: normal;
	padding: 0 7px 0 0;
}
.table-responsive .table_inner_body.d-flex-p {
    min-height: 35px;
    height: auto;
}
.cm_goodmoring_tristian_block .cm_common_asset_box {
    display: flex;
    align-items: center;
}
.cm_goodmoring_tristian_block .cm_common_asset_box .my_avatar {
    width: 50px !important;
    height: 50px !important;
    margin-right: 10px;
}
.d-flex-p > div span {
    word-break: break-all;
}
.asset-view-page .tab_menu_item {
    padding-left: 0;
    padding-right: 0;
}
.asset-view-page .tab_content_design {
    padding: 0;
}
body[data-topbar=dark] .header-module-header, body[data-topbar=dark] .header-module-header *{
	color: #fff
}
.pagination .page-item .page-link {
    line-height: 29px;
}    
.breadcrumb-item {
    align-items: center;
}
.breadcrumb-item + .breadcrumb-item::before {
    line-height: 1;
    transform: translateY(-3px);
    -webkit-transform: translateY(-3px);
    -moz-transform: translateY(-3px);
    -ms-transform: translateY(-3px);
    -o-transform: translateY(-3px);
}
body[data-layout="dark"] .af-main-page,
body[data-layout="dark"] #wrapper{
    background-color: rgba(0, 0, 0, .1);	
}
body[data-layout="dark"] .filter-wrap .btn-outline-secondary b {
    color: #fff;
}
body[data-layout="dark"] .tab_menu_item {
    background-color: transparent;
}
body[data-layout="dark"] .product-page-header .main-root-top .filter_option:after {
    border-top: 10px solid #fff;
}
body[data-layout="dark"] .product-page-header .arrow-right-icon {
    border-color: #fff;
}
body[data-layout="dark"] .page-value-info > ul {
    color: #fff;
}
body[data-layout="dark"] .grid-list-button .grid{
    background-image: url(images/grid-small-icon-wht.svg);
}
body[data-layout="dark"] .grid-list-button .smaller-grid{
    background-image: url(images/grid-icon-wht.svg);
}
body[data-layout="dark"] .grid-list-button .smaller-list{
    background-image: url(images/list-icon-wht.svg);
}
body[data-layout="dark"] .grid-list-button .list{
    background-image: url(images/smaller-list-wht.svg);
    height: 24px;
    width: 24px;
}

@media (min-width: 768px) and (max-width: 1199px){
	.breadcrumb-item+.breadcrumb-item{
		position: relative;
		padding-left: 20px;
	}
	.breadcrumb-item + .breadcrumb-item::before{
		position: absolute;
	    top: 37%;
	    left: 7px;
	    transform: translateY(-50%);
	    -webkit-transform: translateY(-50%);
	    -moz-transform: translateY(-50%);
	    -ms-transform: translateY(-50%);
	    -o-transform: translateY(-50%);
	    line-height: unset;
	    margin-right: 0.5rem;
	    display: inline-block;
	    height: 35px;
	}
	.breadcrumb, .breadcrumb-item {
    	display: flex;
    	display: -webkit-flex;
    	display: -moz-flex;
    	display: -ms-flex;
    	display: -o-flex;
	}
}

@media (min-width: 1024px) and (max-width: 1199px){
	.asset-layout-page .cm_list_view_wrapper .cm_status_ul {
	    margin-top: 10px;
	}
}	
@media (min-width: 768px) and (max-width: 800px){
	.asset-layout-page .cm_list_view_wrapper .cm_status_ul {
	    margin-top: 10px;
	}
}

@media (min-width: 993px) and (max-width: 1199px){
	.asset-acquisition-form-wrap .step-common-info-right-block {
	    margin-top: 15px;
	}
	.asset-form-wrap .common-inner-section {
	    padding: 0;
	}
	.asset-layout-page .main-table-wrapper #main_table{
		width: 1200px;
	}
	.asset-layout-page .main-table-wrapper .table-container .table-responsive{
		overflow-x: auto;
	}
	.asset-layout-page .cm_list_view_wrapper .cm_line_row > div,
	.asset-layout-page .cm_list_view_wrapper .cm_list_view_row > div{
	    flex: 0 0 100%;
    	max-width: 100%;
	}
	.asset-layout-page .cm_list_view_wrapper .cm_line_row > div:first-child:after,
	.asset-layout-page .cm_list_view_wrapper .cm_list_view_row > div:first-child:after{
		display: none;
	}
	.asset-layout-page .cm_list_view_wrapper .cm_list_view_row {
	    margin-top: 10px;
	}
	.acquisitions-list-page .page-content-inner{
		padding: 0
	}
	.asset-view-page #asset_activity > .row > div,
	.asset-view-page #basic_info_tab > .row > div,
	.asset-view-page .intelligence-template > .overview-block > div {
	    flex: 0 0 100%;
	    max-width: 100%;
	}
	body .focused {
	    width: auto;
	}
	#page-topbar .header-module-header {
	    display: none !important;
	}
	#page-topbar .btn-group .dropdown-menu-right {
	    right: 0 !important;
	}
	.edit-user-page .form-group .col-sm-6 {
	    flex: 0 0 100%;
	    max-width: 100%;
	}
}
@media (min-width: 768px) and (max-width: 992px){
	.asset-acquisition-form-wrap .step-common-info-block .st--common--box {
	    width: 50%;
	    padding: 0 10px;
	}
	.asset-acquisition-form-wrap .step-common-info-block {
	    display: flex;
	    flex-wrap: wrap;
	}
	.asset-acquisition-form-wrap .step-common-info-right-block {
	    margin-top: 15px;
	}
	.asset-form-wrap #main-wrapper #side_bar_main_section{
		left: 0
	}
	.asset-form-wrap .common-inner-section{
	    padding: 0;
	}
	.asset-layout-page .tab_menu_item {
	    margin-bottom: 20px;
	}
	.asset-layout-page .products,
	.asset-layout-page .cm_list_view_wrapper {
	    margin-bottom: 40px;
	}
	.asset-layout-page .main-table-wrapper #main_table{
		width: 1200px;
	}
	.asset-layout-page .main-table-wrapper .table-container .table-responsive{
		overflow-x: auto;
	}
	.navbar-brand-box{
		display: block;
	}
	body[data-sidebar=dark] .logo-light span.logo-sm{
		display: block;
	    position: relative !important;
    	left: 0 !important;
	}
	.acquisitions-list-page .page-content-inner{
		padding: 0
	}
	.asset-view-page #asset_activity > .row > div,
	.asset-view-page #basic_info_tab > .row > div,
	.asset-view-page .intelligence-template > .overview-block > div {
	    flex: 0 0 100%;
	    max-width: 100%;
	}
	#page-topbar .btn-group .dropdown-menu-right {
	    right: 0 !important;
	}
	.edit-user-page .form-group .col-sm-6 {
	    flex: 0 0 100%;
	    max-width: 100%;
	}
}

@media screen and (max-width: 767px){
	body .hide-mobile{
		display: none !important;
	}
	.asset-acquisition-form-wrap .common-inner-section,
	.asset-acquisition-form-wrap .common-step-panel,
	.asset-form-wrap .common-inner-section,
	.ledger-list-page .page-content-inner {
	    padding: 0;
	}
	.af-main-page.ledger-list-page {
	    padding-left: 15px;
	    padding-right: 15px;
	}
	.asset-acquisition-form-wrap .step-common-info-right-block {
	    margin-top: 15px;
	}
	.asset-form-wrap #main-wrapper #side_bar_main_section{
		left: 0
	}
	.asset-layout-page .products,
	.asset-layout-page .cm_list_view_wrapper {
	    margin-bottom: 30px;
	}
	.navbar-brand-box{
		display: block;
	}
	body[data-sidebar=dark] .logo-light span.logo-sm{
		display: block;
	    position: relative !important;
    	left: 0 !important;
	}
	.acquisitions-list-page .page-content-inner{
		padding: 0
	}
	.status-btn {
	    padding: 4px 8px!important;
	}
}
.common--input-filed textarea::-webkit-input-placeholder {
  	color: #757575;
}
.common--input-filed textarea::placeholder {
  	color: #757575;
}
.styled-checkbox:checked + label:after {
    box-shadow: 1.9px 0 0 #fff, 3.8px 0 0 #fff, 3.8px -1.9px 0 #fff, 3.8px -3.8px 0 #fff, 3.8px -5.7px 0 #fff, 3.8px -7.6px 0 #fff !important;
}

/* .step-common-info-block .st--common--box:nth-child(4) .common--input-filed input{
	padding-right: 126px;
}

.common-step-block .st_accordion input{
	padding-right: 126px;
}
*/

#imagesgallery .dz-preview{
	max-width: 50%;
}
body #imagesgallery .dz-preview .dz-image {
	width: 100px;
    height: 100px;
    margin-left: auto;
    margin-top: 28px;
    margin-bottom: 15px;
    margin-right: auto;
}
body #imagesgallery .dz-preview .dz-details {
    color: inherit;
    transition: opacity .2s linear;
    text-align: center;
    margin-top: 10px;
}
.cm_asset_head:after{
	transform: rotateX(360deg);
}
.cm_asset_head.this_active:after{
	transform: rotateX(179deg);
}
.dropdown-item.disabled{
	color: #212529;
}
body[data-sidebar="dark"] .breadcrumb-item + .breadcrumb-item::before{
	color: #ccc;
}
body[data-sidebar="dark"] .table {
    color: #a9a4a4;
}
body[data-sidebar="dark"] .cm_usage span, body[data-sidebar="dark"] .cm_list_inner_common span,
body[data-sidebar="dark"] .asseta-common-title,
body[data-sidebar="dark"] .assets-detail,
body[data-sidebar="dark"] .text-dark,
body[data-sidebar="dark"] .customer-list .card-body .list-of-details,
body[data-sidebar="dark"] .common_col_bg_box li{
	color: #605d5d !important;
}

div[aria-labelledby="__BVID__99___BV_tab_button__"] .font-size-14 a,
#__BVID__95__BV_tab_container_ .font-size-14 a{
    color: #f6f6f6 !important;
}