body {
	background-color: #fff!important;
}

a:hover, .clickable-image {
 cursor:pointer;
}

/* Navigation Updates */

.grid-list-button > div.active {
    border: 2px solid red;
}


@media (min-width: 992px) and (max-width: 1366px)
.sidebar-toggle .sidebad-toggle {
    left: 246px !important;
    transform: scaleX(1);
}

@media (max-width:1366px){
     .navbar-brand-box{
         width:auto!important;
    }
     .logo span.logo-lg{
         display:inline-block!important;
    }
     .logo span.logo-sm{
         display:none!important;
    }

 body[data-layout=horizontal] .page-content{
     margin-top:15px!important;
}
 .footer{
     left:0!important;
}
 .vertical-menu{
     display:none!important;
}
 .main-content{
     margin-left:0!important;
}
 body.sidebar-enable .vertical-menu{
     display:block!important;
}
 body[data-layout-scrollable=true] #page-topbar,body[data-layout-scrollable=true] .vertical-menu,body[data-layout-scrollable=true][data-layout=horizontal] #page-topbar,body[data-layout-scrollable=true][data-layout=horizontal] .topnav{
     position:absolute!important;
}

}

/* Search Box */

[type=search] {
    color: #495057;
    background-color: #fff;
    border: 1px solid #ced4da;
    border-radius: 0.25rem!important;
    transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

/* Header Logo */

.logo-lg img {
    max-height: 60px!important;
    object-fit: contain!important;
    max-width: 180px!important;
    margin: auto!important;
}

/*#wrapper START*/
#wrapper {
    padding-left: 281px;
    position: relative;
    transition: all 0.3s;
    background: #fff;
}
.addresses-wrapper{
    position: relative;
    transition: all 0.3s;
    background: #fff;
}

@media (min-width: 1367px) {
.sidebar-toggle #wrapper {
    padding-left: 0px !important;
}
}

@media (min-width: 993px) and (max-width: 1366px) {
.sidebar-toggle #wrapper {
    padding-left: 281px !important;
}
}

@media (max-width: 992px) {
.sidebar-toggle #wrapper {
    padding-left: 0px !important;
}
}


#wrapper #sidebar-wrapper {
    background: #F5F7FF;
    padding-top: 20px;
    display: flex;
    flex-direction: column;
    height: calc(100vh - 70px);
    width: 281px;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 2;
    transition: all 0.3s;
}
.sidebar-toggle #wrapper #sidebar-wrapper {
    transform: translateX(-100%);
}
#wrapper #sidebar-wrapper > div{
    padding-left: 20px;
    padding-right: 18px;
}
/*#wrapper END*/


/*.folder-wrapper START*/
.folder-wrapper h3:after {
    content: "";
    display: inline-block;
    border-width: 0px 2px 2px 0px;
    border-style: solid;
    border-color: #000;
    height: 9px;
    width: 9px;
    transform: rotate(45deg);
    vertical-align: top;
    margin-left: 13px;
    margin-top: 5px;
    position: absolute;
    right: 0;
}
.folder-wrapper h3.open:after{
    transform: rotate(45deg) scale(-1);
    margin-top: 9px ;
}
.folder-wrapper h3 {
    font-size: 20px;
    font-weight: 600;
    margin: 0 0 20px;
    line-height: 1;
    position: relative;
    cursor: pointer;
}
.folder-wrapper {
    margin-top: 0;
    overflow-y: auto;
    flex-grow: 2;
}
.folder-wrapper::-webkit-scrollbar {
    width: 7px;
    border-radius: 50px;
}
.folder-wrapper::-webkit-scrollbar-track {
    background: #ddd;
    border-radius: 50px;
}
.folder-wrapper::-webkit-scrollbar-thumb {
    background: #0d5296;
    border-radius: 50px;
    transition: all 0.3s;
}
.folder-wrapper::-webkit-scrollbar-thumb:hover {
    background: #333;
}

.folder-wrapper li p {
    margin-bottom: 15px;
    font-weight: 300;
    font-size: 13px;
}

/*.folder-wrapper END*/




/*.root-folder & subfolder START*/

.main-root-top ul {
    border: 1px solid #CCCCCC !important;
}

.main-root-top > ul.root-folder > li {
    margin-bottom: 20px!important;
}

ul.subfolder {
    list-style: none;
    border-left: 1px solid #C4C6CC;
    padding: 8px 0 6px 8px;
    margin: 12px 0 0 10px;
}
.subfolder > li > a:before,
.root-folder > li > a:before {
    content: "";
    display: inline-table;
    width: 20px;
    height: 16px;
    margin-right: 15px;
    margin-top: -3px;
}
.subfolder > li > a:before {
    background: url(images/folder-icon.svg) no-repeat;
    filter: grayscale(1);
    opacity: 0.5;
    transition: all 0.5s;
}

.subfolder > li.filled > a:before {
    background: url(images/root-folder.svg) no-repeat !important;
}

.subfolder > li > a:hover:before,
.subfolder > li.active > a:before{
    filter: none;
    opacity: 1;
}
.subfolder > li > a {
    color: #000;
    display: flex;
    transition: all 0.5s;
    align-items: center;
    text-decoration: none;
    cursor: pointer;
    line-height: 24px;
}
.subfolder > li:not(:last-child) {
    margin-bottom: 7px;
}

.sidebar li .btn {
    width: 13px;
    height: 20px;
    padding: 0;
}

.sidebar li .btn i {
    display: none;
}

.sidebar li:hover .btn i {
    display: inline-block;
}

ul.root-folder,
.extra-option > ul {
    margin: 0;
    padding: 0;
    list-style: none;
    font-size: 13px;
    /* color: #333333; */
    line-height: 22px;
}
.subfolder > li > a:hover:before {
    filter: none;
    opacity: 1;
}
.root-folder > li > a:before{
    background: url(images/root-folder.svg) no-repeat;
}
.root-folder > li:not(:last-child) {
    margin-bottom: 20px;
}
.root-folder > li > a {
    color: #333;
    font-weight: 600;
    display: flex;
    align-items: center;
    cursor: pointer;
}

.subfolder > li > a:hover,
.subfolder > li.active > a,
.extra-option > ul a:hover{
    color: #0D5296;
}

.sidebar .subfolder li {
    border: 1px solid transparent;
    padding-right: 2px;
}

.sidebar .subfolder li.active, .sidebar .subfolder li:hover  {
    border: 1px solid black;
    background: white;
    padding-right: 2px;
}

/*.root-folder & subfolder END*/


/*.extra-option START*/
.extra-option {
    border-top: 1px solid #CCD2D7;
    min-height: 100px;
    display: flex;
    align-items: flex-end;
    padding-bottom:15px;
    padding-top: 15px;
}
.extra-option li:not(:last-child) {
    margin-bottom: 20px;
}
.extra-option > ul a {
    font-weight: 500;
    color: #000;
    display: flex;
    align-items: center;
    text-decoration: none;
    transition: all 0.5s;
}
.extra-option > ul a:before {
    content: "";
    background-position: center !important;
    background-repeat: no-repeat;
    height: 25px;
    width: 27px;
    display: inline-block;
    vertical-align: top;
    margin-right: 13px;
    filter: grayscale(1);
    opacity: 0.5;
    transition: all 0.5s;
}
.extra-option > ul a:hover:before{
    filter: none;
    opacity: 1;
}
.extra-option > ul li.history a:before{
    background-image: url(images/history-icon.svg);
}
.extra-option > ul li.trash a:before{
    background-image: url(images/dustbin-icon.svg);
}

/*.extra-option END*/



/*#page-content-wrapper START*/
#page-content-wrapper {
    position: relative;
}
/*#page-content-wrapper END*/


/*.sidebad-toggle START*/
.sidebad-toggle {
    height: 30px;
    width: 30px;
    position: absolute;
    left: -15px;
    top: 70px;
    background: #0D5296;
    color: #fff;
    border-radius: 50%;
    z-index: 99;
    cursor: pointer;
}
.sidebad-toggle:before {
    content: "";
    position: absolute;
    left: 4px;
    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;
}
.sidebad-toggle:hover {
    background: #000;
}
.sidebar-toggle .sidebad-toggle {
    left: -10px;
    transform: scaleX(-1);
}
/*.sidebad-toggle END*/

/*.page-content-inner START */
/*.page-content-inner {
  min-height: 700px;
    padding: 20px 30px 30px 28px;
    overflow-y: auto;
} */
/* .page-content-inner END*/

.breadcrumb {
    display: flex;
    flex-wrap: wrap;
    padding: 0;
    margin-bottom: 6px;
    list-style: none;
    background-color: #fff0;
    border-radius: 0.25rem;
    font-size: 11px;
}

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

h2.title {
    float: left;
}

.title-description {
    clear:both;
}

/* Detail Page Action Button START */


.action-button {
    float:right;
}

.action-button button {
    height: 35px;
    margin-left: 12px;
    border: 0;
    border-radius: 4px;
    display: block;
    padding: 0;
    float: right;
    width: 35px;
    position: relative;
    outline: none;
    color: #000;
    background: #ECECEC;
}

.action-button .mdi-dots-horizontal:before {
    font-size: 25px;
    line-height: 35px;
}

.table-responsive .mdi-dots-horizontal:before {
    content: "\F01D8";
    font-size: 30px;
    line-height: 10px;
    vertical-align: middle;
}

/* Detail Page Action Button END*/

.product-page-header .filter-searchbar {
    float: right;
    margin-left: 10px;
}

.filter-searchbar .search-box {
    margin: 0!important;
}

.product-page-header {
    margin-bottom: 10px;
}

/* Addition of Company and Status Menus to Page Header Breadcrumb START */

.product-page-header .main-root-top {
    display: inline-block;
    position: relative;
    vertical-align: middle;
}
.product-page-header .main-root-top .filter_option{
    position:relative;
    padding-right:20px;
    cursor: pointer;
}
.product-page-header .main-root-top .filter_option:after {
    content: "";
    display: inline-block;
    vertical-align: top;
    margin-left: 13px;
    margin-top: 5px;
    position: absolute;
    right: 0;
    top: 4px;
    width: 0px;
    height: 0px;
    border-left: 7px solid transparent;
    border-right: 7px solid transparent;
    border-top: 10px solid #000;
}
.product-page-header .main-root-top .filter_option.open:after{
    transform: rotate(180deg);
}
.product-page-header .main-root-top .filters_list {
    position: absolute;
    top: 30px;
    left: 0;
    background-color: #fff;
    padding: 15px;
    width: 230px;
    z-index: 99;
    max-height: 200px;
    overflow-y: auto;
}
.product-page-header .main-root-top > ul.root-folder > li {
    font-size: 16px;
    margin-bottom: 10px !important;
}
.product-page-header .arrow-right-icon {
    height: 8px;
    width: 8px;
    border-width: 0px 0px 2px 2px;
    border-style: solid;
    border-color: #000;
    transform: rotate(224deg);
    transition: all 0.5s;
    display: inline-block;
    vertical-align :middle;
    margin: 0 10px;
}
.product-page-header .customers-list {
    float: left;
}

/* Addition of Company and Status Menus to Page Header Breadcrumb END */



.page-value-info {
    clear: both;
}
.page-value-info > ul {
    list-style: none;
    padding: 0;
    /* font-size: 15px; */
    margin: 0;
    font-weight: 400;
    color: #0D5296;
    line-height: 1;
    font-size: 11px;
}
.page-value-info > ul b {
    font-weight: 500;
    margin-left: 5px;
}
.page-value-info li:not(:last-child):after {
    background: currentColor;
    display: inline-block;
    width: 2px;
    height: 15px;
    content: "";
    vertical-align: middle;
    margin: 0 10px;
}


.total_view_item {
    height: auto;
    padding: 8px 0;
    font-size: 13px;
    color: #8C8C8C;
    font-weight: 400;
    line-height: 2;
}

.filter-wrap .btn-outline-secondary {
    border: 1px solid #CCCCCC !important;
    border-radius: 0;
    font-size: 11px;
    font-weight: 500;
    color: #8C8C8B !important;
    padding: 0 5px 0 10px;
    line-height: 35px;
    background: transparent !important;
    outline: none !important;
    box-shadow: none !important;
}
.filter-wrap .btn-outline-secondary b {
    font-weight: 600;
    color: #000;
}
.filter-wrap .dropdown-toggle::after {
    border-width: 0 2px 2px 0;
    border-style: solid;
    border-color: #000;
    height: 5px;
    width: 5px;
    margin-left: 10px;
    transform: rotate(45deg);
}

.filter-wrap .dropdown .dropdown-menu a.dropdown-item {
    white-space: normal;
    font-size: 14px;
    padding: 6px 15px;
    line-height: 1.25;
}
.filter-wrap .dropdown .dropdown-menu {
    margin-top: 0;
    border-radius: 0;
    /* width: 100%; */
    /* max-width: 100%; */
    min-width: 0;
}
.filter-wrap > .option {
    margin-right: 11px;
}
.dropdown-item:hover {
    background: #f1f6fb;
    color: #333;
}

.btn-group .dropdown-menu-right {
    right: 0 !important;
}

/*should remove?*/
.filter-searchbar input[type="text"] {
    border: 1px solid #D3D3D3;
    height: 35px;
    width: 400px;
    padding: 0 44px 0 40px;
    background: url(images/filter-icon.svg) no-repeat;
    background-position: right 13px center;
    display: block;
    font-size: 14px;
}

.product-page-header .filter-searchbar {
    float: right;
}

.filter-searchbar .add-filter .btn-danger {
    height: 35px;
    margin-left: 12px;
    border: 0;
    border-radius: 4px;
    display: block;
    padding: 0;
    float: right;
    width: 35px;
    position: relative;
    outline: none;
    color: #000;
    background: #ECECEC;
}
.filter-searchbar .add-filter .btn-danger:hover{
    background: #0D5296;
    color: #fff !important;
}
.filter-searchbar .add-filter .btn-danger:before,
.filter-searchbar .add-filter .btn-danger:after {
    border-radius: 5px;
    height: 2px;
    width: 14px;
    background: currentColor;
    content: "";
    display: block;
    position: absolute;
    left: 0;
    border: 0;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
}
.filter-searchbar .add-filter .btn-danger:after {
    height: 14px;
    width: 2px;
}
/*cshould remove? END*/


.grid-list-button > div {
    height: 32px;
    width: 32px;
    background-size: 100% auto;
    background-repeat: no-repeat;
    margin-left: 8px;
    opacity: 0.6;
    padding-top: 5px;
    transition: all 0.5s;
    cursor: pointer;
}
.grid-list-button .grid{
    background-image: url(images/grid-small-icon.svg);
}
.grid-list-button .smaller-grid{
    background-image: url(images/grid-icon.svg);
}
.grid-list-button .full-map{
    background-image: url(images/full-map.svg);
}
.grid-list-button .list{
    background-image: url(images/smaller-list.svg);
    height: 24px;
    width: 24px;
}
.grid-list-button .smaller-list{
    background-image: url(images/list-icon.svg);
}
.grid-list-button .list-fdp{
    background-image: url(images/list-fdp-icon.svg);
}
.grid-list-button > div:hover,
.grid-list-button > div.active{
    opacity: 1;
}

.pagination .page-item .page-link {
    height: 35px;
    min-width: 35px;
    border: 2px solid #8C8C8C;
    display: block;
    padding: 0 12px;
    line-height: 33px;
    text-align: center;
    border-radius: 50px;
    font-size: 13px;
    color: #8C8C8C;
    font-weight: 600;
    outline: none;
    box-shadow: none;
}
.pagination .page-item {
    margin: 1px 5px;
}

.pagination .disabled {
    opacity: 0.25;
}

.pagination .page-item.active .page-link,
.pagination .page-item .page-link:hover{
    border-color: transparent;
    color: #fff;
    background: #0D5296;
}
.pagination .page-item.arrow a.page-link {
    font-size: 0;
}
.pagination .page-item.arrow a.page-link:before {
    content: "";
    display: block;
    position: absolute;
    left: 0;
    right: -2px;
    top: 0;
    bottom: 0;
    width: 8px;
    height: 8px;
    border-width: 0px 0px 2px 2px;
    border-style: solid;
    border-color: currentColor;
    transform: rotate(45deg);
    margin: auto;
}
.pagination .page-item.arrow:last-child a.page-link {
    transform: scaleX(-1);
}
.pagination .page-item.dotes {
    font-size: 14px;
    color: #8C8C8C;
}

/*
.pagination {
    position: absolute;
    left: 0;
    right: 15px;
    bottom: 0;
    background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, #FFFFFF 36%, #FFFFFF 100%);
    padding: 35px 0 15px;
    z-index: 9;
    margin:0;
}
*/

ul.pagination {
	flex-wrap: wrap;
}

/*  IMAGES  */

.af-images {
    border: 1px solid #e6e7e9;
    border-radius: 0.2rem;
}

.af-images .carousel-caption {
    position: inherit;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1;
    padding-top: 0;
    padding-bottom: 0;
    text-align: left;
    color: inherit;
    background-color: #f6f6f6;
}

.af-images .af-image-title, .af-images .af-image-description  {
    text-shadow: none;
    padding: 3px 3px 0 3px;
}

.af-images .carousel-navigation {
    display: flex;
    justify-content: space-between;
    padding: 3px 0 3px 0;
    background-color: #f6f6f6;
/*    align-items: end; */
/*    bottom: 0; */
/*    position: absolute; */
    width: 100%;
    clear: both;
}

.af-images .carousel-navigation .carousel-control-next, .af-images .carousel-navigation .carousel-control-prev  {
    top: inherit;
    bottom: inherit;
}

.af-images .af-image-pagination-block {
    text-shadow: none;
    font-weight: 600;
    font-size: 12px;
    background-color: #f6f6f6;
}

.af-images h5, .af-images p {
    text-align: left;
    padding: 3px 3px 0 3px;
}

.af-images h5 {
    font-size: 12px;
    font-weight: 700;
}

.af-images p {
    font-size: 11px;
}

.af-images .btn {
    color: #000;
    background-color: #fff;
    margin: 3px 0 3px 2px;
}

.af-images .btn:hover {
    color: #fff;
    background-color: #2ca579;
}

.tui-image-editor-header-logo > img {
    height: inherit!important;
    width: inherit!important;
}

/*  IMAGES END */

/*  IMAGE UPLOAD START */

.dz-image-preview .common-st-title-label {
    display: none;
}

.dz-image-preview .dz-image_title {
    margin-bottom: 6px;
}

.dz-image-preview .dz-image_title input {
    height: 30px;
    padding: 4px 4px 4px 10px;
}

.dz-image-preview .dz-image_description textarea {
    padding: 4px 4px 4px 10px;
}

.dz-image-preview .dz-size {
    text-align:left!important;
}

/*  IMAGE UPLOAD END */

.step-common-info-right-block {
    padding-left: inherit!important;
    padding-top: inherit!important;
}

/*products START*/
.products {
    padding-top: 20px;
    margin-bottom: 80px;
}
.product-row {
    display: flex;
    flex-wrap: wrap;
    margin: 0 -8px;
}
.grid .product-item {
    flex: 0 0 25%;
    padding: 0 8px;
    max-width: 25%;
    margin-bottom: 19px;
}
.grid .list-show {
    display: none;
}
.product-block {
    border-bottom: 1px solid #CCCCCC;
    border-radius: 0px;
    position: relative;
    transition: all 0.5s;
    /* padding-bottom: 5px; */
}
.grid .product-block {
    /* padding: 30px 20px 40px; */
    padding: 0;
}
ul.product-image-slider {
    padding: 0 12px;
    margin: 0;
    list-style: none;
}

.product-image-slider img {
    margin: 0 auto;
    display: block;
    width: auto;
    transition: all 0.3s;
}

.asset-list-item .product-image-slider img, .cm_list_view_image .product-image-slider img {
    max-height: 200px;
    object-fit: contain;
}

.grid .product-image-slider img {
    /*max-width: 136px;*/
    object-fit: contain;
}
.list .product-image-slider img {
    /*max-width: 187px;*/
    object-fit: contain;
}


.color-selection {
    margin-top: 7px;
}
.color-selection > a {
    border: 2px solid #fff;
    height: 22px;
    width: 22px;
    display: inline-block;
    vertical-align: top;
    margin:2px 4px;
    cursor: pointer;
    box-shadow: 0 0 0 0px #0d5297;
}
.color-selection > a:hover ,
.color-selection > a.active {
    box-shadow: 0 0 0 1px #0d5297;
}
.product-image {
    padding: 0;
    position: relative;
    margin-bottom: 10px;
    /* max-height: 136px !important; */
    /* min-height: 136px !important; */
}
.product-image-slider .owl-dots {
    line-height: 0;
    font-size: 0;
    text-align: center;
    position: absolute;
    left: 0;
    right: 0;
    bottom: -52px;
}
.product-image-slider .owl-dots button {
    height: 6px;
    width: 6px;
    background: #0D5296;
    border: 0;
    display: inline-block;
    vertical-align: top;
    margin: 0 3px;
    border-radius: 50px;
    opacity: 0.3;
    outline: none;
}
.product-image-slider .owl-dots button:hover ,
.product-image-slider .owl-dots button.active {
    opacity: 1;
}
.view-details {
    background: url(images/arrow-icon.svg) no-repeat center;
    font-size: 0;
    height: 16px;
    width: 16px;
    position: absolute;
    bottom: 10px;
    right: 20px;
    display: block;
    transition: all 0.5s;
    cursor: pointer;
    filter: none;
    opacity: 1;
}
.view-details:hover{
    filter: grayscale(1);
    opacity: 0.6;
}

/* not used
.grid .view-details {
    right: 12px;
}
*/

.product-status {
    display: flex;
    align-items: center;
    padding: 5px 0px 0px 0;
}
.status-btn {
    /* font-size: 10px;
    font-weight: 500;
    letter-spacing: -0.25px;
    color: #fff !important;
    padding: 6px 6px;
    border-radius: 5px;
    line-height: 1;
    display: inline-block;
    vertical-align: top; */
    padding: 4px 12px!important;
    font-weight: 500!important;
    border-radius: 6px!important;
    font-size: 10px!important;
    color: #fff!important;
}
.product-image .outofstock-wrap {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    z-index: 1;
    opacity: 1;
    bottom: 51px;
    display: none;
    align-items: center;
    justify-content: center;
    pointer-events: none;
}
.outofstock .outofstock-wrap {
    display: flex;
}
.outofstock .product-image img {
    opacity: 0.3;
}
.status-btn.red {
    background: #FF4444;
}
.status-btn.green {
    background: #3C991B;
}
.quantity {
    font-size: 16px;
    line-height: 1;
    width: auto;
    margin-right: 10px;
    text-align: center;
    margin-left: auto;
    /* color: #000; */
    cursor: pointer;
    font-weight: 600;
}
.quantity::before {
    content: "Qty";
    font-size: 11px;
    font-weight: 100;
}
.list .quantity {
    margin-right: 70px;
}
.product-usage,
.product-loaction {
    /* border: 1px solid #ccc; */
    border-radius: 5px;
    padding: 8px;
    position: relative;
    background: #f8f8fb;
}
.grid .product-usage {
    margin-top: 10px;
}
.list .product-item {
    width: 100%;
    padding: 0 8px;
}
.list .product-item:not(:last-child) {
    margin-bottom: 15px;
}
.list .product-block {
    padding: 0 0 5px 0;
    display: flex;
}
.list .product-block .product-image {
    width: 21.6%;
    align-self: auto;
    margin-bottom: 0;
}
.list .product-block .product-details-left {
    padding-left: 27px;
    width: 39%;
    padding-right: 7px;
}
.list .product-block:after {
    content: "";
    display: block;
    clear: both;
}
.list .grid-show {
    display: none;
}
.list .product-block .product-details-right {
    width: 39.4%;
    padding-left: 33px;
}
.product-details-right .tag-wrap {
    display: none;
}

.product-customer-name a {
    font-size: 10px;
    text-transform: uppercase;
    font-weight: 600;
}

h3.product-title {
    line-height: 1.5;
    /* color: #000; */
    margin: 0;
    transition: all 0.5s;
    font-size: 18px;
    /* padding: 5px 0 0 0; */
}
h3.product-title a{
    color: inherit;
}
h3.product-title a:hover{
    color: #0D5296;
}

.product-description {
    margin-bottom: 0px;
    margin-top: 0px;
}
.product-description p {
    color: #666666;
    margin-top: 20px;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    font-size: 12px;
    margin-bottom: 6px;
}
.product-series p {
    margin: 0px 0 0;
    color: #666666;
    font-size: 10px;
}
.product-usage .usage-inner-wrap,
.usage-inner-wrap {
    display: flex;
    justify-content: space-between;
    margin-right: 39px;
    transition: all 0.5s;
}


.tag-wrap {
    margin-top: 15px;
    margin-bottom: 10px;
}
.tag-wrap > ul {
    list-style: none;
    display: block;
    padding: 0;
    line-height: 1;
    margin: -3px;
}
.tag-wrap > ul li {
    padding: 3px;
    display: inline-block;
    vertical-align: top;
    line-height: 2;
}
.tag-wrap > ul a {
    /*
        background: #E8F0F9;
        display: block;
        padding: 3px 10px;
        border-radius: 0px;
        text-align: center;
        color: #0D5296;
        font-weight: 500;
        font-size: 11px;
        line-height: 1.5;
    */
    font-weight: 400;
    font-size: 11px;
    color: #000;
    padding: 5px 5px;
    border: 1px solid #d3292c;
}

.tag-wrap > ul a:hover {
    background: #d3292c;
    color: #fff;
}
.product-loaction .usage-inner-wrap {
    display: grid;
    grid-template-columns: auto auto;
    justify-content: space-between;
    grid-row-gap: 10px;
    margin-right: 12px;
    font-size: 10px;
}
.product-loaction {
    background: #FAFAFA;
    margin-top: 0px;
}
.usage-inner-wrap {
    color: #666666;
    line-height: 1;
}
.usage-inner-wrap b {
    color: #000000;
    display: block;
    line-height: 1;
    margin-top: 7px;
    font-weight: 600;
    font-size: 12px;
}

.life-cycle-wrapper {
    margin-top: -10px;
    padding: 10px 35px 10px 10px;
}
.life-cycle-wrapper h4 {
    font-weight: 600;
    line-height: 1;
    margin: 0 0 2px;
    font-size: 10px;
}
.life-cycle-wrapper h4 a {
    /* background: url(images/life-cycle-icon.svg)no-repeat; */
    width: 16px;
    height: 16px;
    display: block;
    margin-left: auto;
    filter: none;
    opacity: 1;
    cursor: pointer;
    object-fit: scale-down;
}
.life-cycle-wrapper h4 a:hover{
    filter: grayscale(1);
    opacity: 0.6;
}
.life-cycle-wrapper ul {
    list-style: none;
    margin: 0;
    padding: 0;
}
.life-cycle-wrapper ul span {
    color: #666666;
    vertical-align: middle;
    display: inline-block;
    min-width: 160px;
    color: #000000;
    /* display: block; */
    line-height: 1;
    /* margin-top: 7px; */
    font-weight: 600;
    font-size: 10px;
}
.life-cycle-wrapper li {
    padding: 0px 10px 3px 0px;
    color: #000;
    font-weight: 500;
    line-height: 1.4;
    font-size: 11px;
}
.life-cycle-wrapper li img {
    float: right;
    height: 16px;
    width: 16px;
    border-radius: 50%;
    margin-left: -36px;
    margin-top: 0px;
}
.life-cycle-wrapper li:nth-child(2n+2) {
    background: #F5F7FF;
}


.three_dotes {
    position: absolute;
    right: 10px;
    top: 4px;
    z-index: 5;
    width: 24px;
    height: 24px;
    display: flex;
    opacity: 0.7;
    padding: 0;
    align-items: center;
    cursor: pointer;
    background: #fff;
}
.three_dotes span, .three_dotes:before, .three_dotes:after {
    width: 4px;
    background: #000;
    border-radius: 50%;
    display: block;
    content: "";
    height: 4px;
    position: relative;
    margin: 0 2px;
}
.three_dotes:hover{
    opacity: 1;
}

/* not used
.list .view-details {
    position: absolute;
    right: 10px;
    bottom: 10px;
    z-index: 5;
    cursor: pointer;
} */

.product-item .product-image .carousel-item img, .product-item .product-image .placeholder-ai {
    height: 150px;
    object-fit: cover;
}

.product-item .product-image .placeholder-ai .bx, .timeline_box .placeholder-ai .bx  {
    opacity: 0.08;
}

.timeline_box .product-image {
    width: 100%;
}


.grid .my-dots-horizontal i:before, .list .my-dots-horizontal i:before {
    content: "\F01D8";
    font-size: 24px;
    margin-left: -1px;
}

.my-dots-horizontal:hover {
    opacity: 1!important;
    transition: opacity 0.15s ease;
}

.my-dots-horizontal:hover i {
    color: #fff!important;
}

/* Status Colours */

.customer-status-icon {
    color: #e6e6e6;
}

.status-icon-planned {
    color: #a9b5a9;
}

.status-icon-acquired {
    color: darkseagreen;
}

.status-icon-active, .confirmed-fdp-action {
    color: forestgreen;
}

.status-icon-on_loan {
    color: lightseagreen;
}

.status-icon-in_storage {
    color: mediumslateblue;
}

.status-icon-disposed {
    color: #464646;
}

.status-btn-planned {
    background: #a9b5a9;
}

.status-btn-acquired {
    background: darkseagreen;
}

.status-btn-active, .acquisition-completed {
    background: forestgreen;
}

.status-btn-in_storage {
    background: lightseagreen;
}

.status-btn-disposed {
    background: #464646;
}

.acquisition-in_progress {
    background: darkorange;
}

.waiting-fdp-action {
    color: darkorange;
}

.status-icon-red {
    color: red;
}

.status-icon-orange {
    color: darkorange;
}

.status-icon-green {
    color: forestgreen;
}

/* Status Colours End */

/* text-dark hover */

a.text-dark:hover {
    color: #556ee6!important;
}

/* Responsive List Table Minimum Height Row */

.table-responsive .table_inner_body.d-flex-p {
    height: 35px;
}


@media screen and (min-width:1300px){
    .sidebar-toggle .product-item .product-image .carousel-item img, .sidebar-toggle .product-item .product-image .placeholder-ai {
        height: 225px;
        object-fit: cover;
    }
    .sidebar-toggle .product-item .product-image .placeholder-ai .bx {
        vertical-align: middle;
    }
}


/* Rest Icons*/
.custom-icons-root > li > a:before,
.custom-icons-list > li > a:before,
.custom-icons-list > li.filled > a:before{
    background: none !important;
    width: 0px !important;
    margin-right: 10px;
}

.customer-users-icon {
    line-height: 30px;
}


/*.view-asset-details START*/
.view-asset-details {
    height: 20px;
    width: 20px;
    position: absolute;
    margin-top: 4px;
   /* bottom: 10px; */
    right: 10px;
    color: #fff;
    opacity: 0.5!important;
    border-radius: 50%;
    z-index: 3;
    cursor: pointer;
    transform: scaleX(-1);
}

.view-asset-details:hover {
    height: 28px;
    width: 28px;
   /* bottom: 6px; */
    right: 6px;
    opacity: 1!important;
    margin-top: 0px;
}

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

.view-asset-details:before:hover {
    height: 10px;
    width: 10px;
}

a.view-details-2 {
    display: none;
}

.colour-item .colour-name {
margin-right:3px;
}

/*.view-asset-details END*/

.stock-badge-block {
    float: right;
    margin-right: 8px
}

.sidebar-action-dropdown {
    float: right;
    margin-left: 0px;
}

/*.asset-details-back START*/
.asset-details-back {
    height: 30px;
    width: 30px;
    position: absolute;
    top: 160px;
    color: #fff;
    opacity: 0.5!important;
    border-radius: 50%;
    z-index: 3;
    cursor: pointer;
    margin-left: -25px;
}

.asset-details-back:hover {
    opacity: 1!important;
}

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

/*.asset-details-back END*/


/* address-map START*/
.address-map{
    width: 100%;
    height: 100%;
}
.address-map-block {
    padding:0;
    position:relative;
    margin-bottom:10px;
    height:250px;
    width:100%
}

.address-total-value, .address-locations-count {
    font-size: 16px;
    line-height: 1;
    width: auto;
    margin-right: 15px;
    text-align: center;
    margin-left: auto;
    cursor: pointer;
    font-weight: 600;
}
.address-total-value::before {
    content: "$";
    font-size: 11px;
    font-weight: 100;
}

.address-locations-count::before {
    content: "Lcs";
    font-size: 11px;
    font-weight: 100;
}
.statuses-row {
    margin-left:0px;
    margin-right:17px !important;
}
/* address-map END*/

/* Address */

.address-types, .address-status, .default-address {
    font-size: 10px;
    color: #fff !important;
    background: #ff0000;
    margin: 0 6px 6px 0;
    padding: 6px 6px;
    border-radius: 5px;
    line-height: 1;
    display: inline-block;
    vertical-align: top;
}

.address-status.inactive {
    background: #a1a2a6;
}

.address-status.active {
    background: #228b22;
}

.addresses-wrapper .product-details-left {
    display: flex;
    flex-wrap: wrap;
    align-content: flex-start;
}

.addresses-wrapper .product-details-left > * {
    width: 100%;
}

.addresses-wrapper .product-details-left > a {
    margin-left: auto;
    order: 2;
    width: 30px;
    position: relative;
}

.addresses-wrapper .product-block > a {
    display: none;
}


/*.view-asset-details START*/

.addresses-wrapper .product-details-left .view-asset-details {
    top: 5px;
    right: 5px;
}

.addresses-wrapper .product-details-left .view-asset-details:hover {
    height: 28px;
    width: 28px;
    top: 1px;
    left: 1px;
    opacity: 1!important;
}

.addresses-wrapper .product-details-left .view-asset-details:before {
    position: absolute;
    left: 2px;
    right: 0;
    top: 0;
    bottom: 0;
}

/*.view-asset-details END*/

.addresses-wrapper .product-title {
    order: 1;
    width: calc(100% - 30px);
}

.addresses-wrapper .product-status {
    order: 6;
    display: flex;
    align-items: center;
    padding: 0;
    margin: 6px 0 0 0;
}

.product-status .address-locations-count, .product-status .quantity, .product-status .address-total-value {
   /* margin-right: auto; */
    margin-left: auto;
}

.addresses-wrapper .product-series {
    order: 5;
}

.addresses-wrapper .product-description {
    order: 4;
    text-overflow: ellipsis;
    overflow: hidden;
}

.addresses-wrapper .product-description p {
    margin-top: 0px;
}

.addresses-wrapper .product-usage {
    order: 7;
    margin: 6px 0 0 0;
    padding: 6px;
}

.addresses-wrapper .statuses-row {
    order: 8;
    margin: 6px 0 0 0;
}



/* Grid-8 */

.grid-8 .product-item {
    flex: 0 0 12.5%;
    padding: 0 6px;
    max-width: 12.5%;
    margin-bottom: 14px;
}


.grid-8 img, .grid-8 .placeholder-ai {
    height: 85px!important;
}

.grid-8 h3.product-title {
    font-size: 11px;
    font-weight: 600;
}

.grid-8 .product-status {
    display: flex;
    align-items: center;
    padding: 0;
    margin-top: 4px;
}

.grid-8 .product-usage {
    margin-top: 6px;
    padding: 2px 2px 2px 2px;
}

.grid-8 .usage-inner-wrap {
    margin-right: 0px!important;
    font-size: 8px!important;
    margin-bottom: 4px;
    margin-top: 4px;
}

.grid-8 .usage-inner-wrap b {
    margin-top: 4px;
    font-weight: 600;
    font-size: 9px;
    letter-spacing: -0.3px;
}

.grid-8 .usage-inner-wrap div:last-child {
    text-align: right;
}

.grid-8 .usage-inner-wrap div:nth-last-child(2) {
    text-align: center;
}

.grid-8 .quantity {
    font-size: 12px;
    margin-right: 0px;
    font-weight: 600;
}

.grid-8 .status-btn {
    font-size: 9px;
    padding: 4px 4px;
}

.grid-8 .view-asset-details {
    height: 16px;
    width: 16px;
   /* bottom: 1px; */
    right: 1px;
    margin-top: 0px;
}

.grid-8 .view-asset-details:hover {
    height: 16px;
    width: 16px;
   /* bottom: 0px; */
    right: 1px;
    margin-top: 0px;
}

.grid-8 .view-asset-details:before {
    height: 6px;
    width: 6px;
}

.grid-8 .placeholder-ai {
    font-size: 55px!important;
}

.grid-8 .placeholder-ai i {
    text-align: center;
    margin-right: 20px;
}

.grid-8 .placeholder-ai .bx {
    vertical-align: top!important;
    margin-top: 15px;
    margin-right: 20px;
}

.grid-8 .quantity::before {
    font-size: 9px;
}

/* End Grid 8 */

/* Google Map Customisations */

.gm-fullscreen-control {
    left: 0!important;
}

/* Google Map End */

.set_tags {
    cursor: pointer;
    border: 1px solid #d3292c;
    font-weight: 400;
    font-size: 11px;
    color: #000;
    padding: 5px 5px;
    border: 1px solid #d3292c;
}

.set_tags:hover {
    background-color: #d3292c;
    color: #fff;
}

.set_tags:after {
    content: "";
    display: inline-block;
    border-width: 0px 2px 2px 0px;
    border-style: solid;
    border-color: #000;
    height: 7px;
    width: 7px;
    transform: rotate(45deg);
    vertical-align: top;
    margin-left: 7px;
    margin-top: 5px;
    right: 0;
}

.set_tags_open:after {
    transform: rotate(45deg) scale(-1)!important;
    margin-top: 6px!important;
}


.fa-tag {
    vertical-align: middle;
    margin-right: 5px;
    margin-bottom: -2px;
}

.tags-manager {
    margin-top: 12px;
    border-radius: 0px;
}

.b-form-tags {
    border-radius: 0;
    /* border: 1px solid #d3292c; */
    padding: 0;
    border: none;
    padding-top: 15px;
}

.b-form-tags .badge-primary {
    background-color: #d3292c;
    color: #fff!important;
}

.b-form-tags .badge-primary .b-form-tag-content {
    color: #fff!important;
}

.b-form-tags .badge-secondary {
    background-color: inherit!important;
    color: inherit!important;
}

.b-form-tag {
    padding: 5px 5px;
    border: 1px solid #d3292c;
    border-radius: 0;
    background-color: #fff;
    color: inherit;
    margin-bottom: 3px!important;
    cursor: pointer;
}

.manage-tags input {
    font-weight: 400;
    font-size: 11px;
    color: #000;
    padding: 5px 5px;
    border-radius: 0;
}

.manage-tags .input-group button {
    border-radius: 0;
    font-weight: 400;
    font-size: 11px;
    color: #000;
    padding: 5px 5px;
    background-color: #d3292c;
    border: 1px solid #d3292c;
    color: #fff;
}

.b-form-tag-remove {
    border-radius: 0;
    font-weight: 400;
    font-size: 11px;
    color: #000;
    /* padding: 5px 5px; */
    /* background-color: #d3292c; */
    /* border: 1px solid #d3292c; */
    color: #d3292c;
}

.b-form-tag-content {
    font-weight: 400;
    font-size: 11px;
    color: #000;
}

.form-control[readonly] {
    border: none;
    font-size: 16px;
    font-weight: 600;
    padding: 0 0 0 16px;
    height: 16px;
}

.form-control[readonly]:after {
    content: "13245678";
}

.table_body .t_name span {
    font-weight: 400;
    font-size: 11px;
    color: #000;
    padding: 5px 5px;
    border: 1px solid #d3292c;
}

/* Sticky Sidebar */



.is_assets .footer {
    position: relative;
    margin-left: 281px;
    left: 0;
    margin-top: -60px;
}
.is_assets.sidebar-toggle .footer {
    margin-left: 0px;
}
.vertical-collpsed .footer {
    left:0px;
}
.is_assets .page-content {
    padding: 70px 0px 0px 0px !important;
}

#wrapper #sidebar-wrapper {
    height: calc(100% - 60px);
    position: fixed;
    left: 250px;
    bottom: 60px;
    z-index: 2;
    top: 70px;
}
.sidebar-enable #wrapper #sidebar-wrapper {
    left: 70px
}
.sidebad-toggle {
    position: fixed;
    left: 525px;
    top: 145px;
}
/* body[data-sidebar="dark"] .sidebad-toggle {
    left: 517px;
} */
.sidebar-toggle .sidebad-toggle {
    left: 245px;
}
.sidebar-enable .sidebad-toggle {
    left: 345px;
}
.sidebar-toggle.sidebar-enable.vertical-collpsed .sidebad-toggle {
    left: 65px;
}


@media screen and (max-width: 1360px){
    .is_assets .footer {
        margin-left: 260px;
    }
    .sidebad-toggle {
        left: 500px;
    }
    .sidebar-enable .sidebad-toggle {
        left: 325px;
    }
}
@media screen and (max-width: 991px) {
    #wrapper #sidebar-wrapper, .sidebar-enable #wrapper #sidebar-wrapper {
        left: 0;
    }
    .sidebad-toggle {
        left:-20px
    }
    .is_assets .footer {
        margin-left: 0px;
    }
    .sidebad-toggle {
        left: -7px !important;
        top: 145px !important;
    }
    .sidebar-toggle .sidebad-toggle {
        left: 246px !important;
    }
    .navbar-brand-box .avatar-sm{
        margin-bottom: 0 !important;
        height: 50px;
        width: 50px;
        display: inline-block;
    }
    .navbar-brand-box{
        padding: 0px 10px;
    }

}

/* Sticky Sidebar */


.d-flex-p{
    display: flex;
    align-items: center;
    justify-content: space-between;
}
/*================= Table Css ================*/


.check_box_input .styled-checkbox:checked + label:after,
.check_box_input_title .styled-checkbox:checked + label:after {
        top: 11px;
    }
/* .main-table-wrapper {
        padding: 0 30px;
    }
*/

@media screen and (max-width: 991px) {
        .check_box_input .styled-checkbox:checked + label:after,
        .check_box_input_title .styled-checkbox:checked + label:after {
            left: 5px;
            top: 9px;
        }
       /* .main-table-wrapper {
            padding: 0 20px;
        } */

    }


.table-box-responsive{
    overflow-x: scroll;
}
.table-container{
    width: 100%;
    margin: 30px auto;

}
.table-container .form-group {
    margin-bottom: 0;
}
.table-container .table-responsive{
    display: grid;
    width: 100%;
    overflow-x: inherit;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-style: -ms-autohiding-scrollbar;
}
/*=============== Screoll Style Css Start ================*/
.scroll-style::-webkit-scrollbar-track
{
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
    background-color: #b5cbe4;
    border-radius: 100px;
}

.scroll-style::-webkit-scrollbar
{
    height: 10px;
    background-color:  #b5cbe4;
    border-radius: 100px;
}

.scroll-style::-webkit-scrollbar-thumb
{
    background-color: #0D5296;
    border-radius: 100px;
}
/*=============== Screoll Style Css Start ================*/
#main_table{
    width: 100%;
    border-collapse: collapse;
    margin-bottom: 10px;
}
.table-container .table_heding{
    /* border-bottom: 1px solid #515FA8; */
    background-color: #001c38;
   /* padding-top: 12px;
    padding-bottom: 12px;  */
    padding-top: 8px;
    padding-bottom: 8px;
    border-top-left-radius: 6px;
    border-top-right-radius: 6px;
}
.table-container .table_heding .header_item {
  /* padding: 0 4px 0 0;  0 12px; */
}

.table-container .table_heding .header_item:first-child {
    padding-left: 12px;
}

body .table_body {
  border-color: #E6E7E9!important;
  border-style: solid;
  border-width: 0px 1px 1px 1px;
  border-bottom-left-radius: 6px!important;
  border-bottom-right-radius: 6px!important;
}

body .table_body div:last-child {
  border-bottom-left-radius: 6px;
  border-bottom-right-radius: 6px;
}

.hover_box.d-flex-p {
    filter: drop-shadow(0 0 12px rgba(0, 0, 0, 0.1));

}
.table-container .table_body > .table_inner_body > div{
    padding: 0px;
    white-space: nowrap;
}
.table-container .table_body > .table_inner_body > div:first-child{
    padding-left: 12px;
}
.table-container .table_body > .table_inner_body > div:last-child{
    padding-right: 12px
}
.table-container .table_body > .table_inner_body:nth-child(odd){
    background-color: #F5F7FF; /* #F8F9FF */
}
.table-container .table_body > .table_inner_body:nth-child(even){
    background-color: #fff;
}
.table-container .table_body > .table_inner_body > div:nth-child(1),
.table-container .table_heding > div > div:nth-child(1){
    width: auto;
    padding-right: 0;
}
.d-flex-p > div:nth-child(1),.d-flex-p > div:nth-child(1){
    text-align: left;
}
.d-flex-p > .header_item span{
    color: #E6E7E9;
    font-size: 11px;
    font-weight: 500;
    text-transform: uppercase;
}
.d-flex-p > div span{
    font-size: 12px;
    font-weight: 500;
    color: #2F3542;
    /* white-space: pre-wrap; */
}
#main_table .d-flex-p > div span{
    font-size: 11px;
}
.data_title{
    overflow-x: hidden;
    text-overflow: ellipsis;
}
/*==================== Table Body And Table Header Item Css Strat  =======================*/
.tbody_item,.header_item{
    -webkit-flex-grow: 1;
    -ms-flex-positive: 1;
    -webkit-box-flex: 1;
    flex-grow: 1;
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    overflow-wrap: break-word;
    word-wrap: break-word;
}
.data_check, .check_box_input_title{
    max-width: 44px;
    flex-basis: 44px;
}
.data_hc_icon {
    max-width:60px;
    flex-basis: 60px;
}
.data_hc_icon  img {
    max-width: 20px;
}

/*==================== Table Body And Table Header Item Css End  =======================*/

/*==================== Table Standardised Cell Formats Css Start =======================*/

.object-title-list {padding-top: 6px;}
.object-title-detail {padding-bottom: 6px;}

.object-title-list, .object-title-list .item-header {
    font-size: 18px!important;
    font-weight: 600;
    padding-right: 5px;
}

.font-13 {
    font-size: 13px!important;
}

.object-title-list .item-label {
    font-size: 14px!important;
    font-weight: 300;
    padding-right: 2px;
}

.object-title-detail {
    font-size: 10px!important;
    letter-spacing: -0.02rem
    font-weight: 400;
}

.object-title-detail > i {
    padding-right: 4px;
    padding-left: 0px;
}

.status-orange {
    color: orange!important;
}

.status-background-orange {
    background-color: orange!important;
}

.status-green {
    color: green!important;
}

.status-background-green {
    background-color: green!important;
}

.status-brightgreen {
    color: springgreen!important;
}

.status-background-brightgreen {
    background-color: springgreen!important;
}

.status-grey {
    color: grey!important;
}

.status-background-grey {
    background-color: grey!important;
}

.status-brown {
    color: brown!important;
}

.status-background-brown {
    background-color: brown!important;
}

.status-black {
    color: black!important;
}

.status-background-black {
    background-color: black!important;
}

.status-red {
    color: red!important;
}

.status-background-red {
    background-color: red!important;
}

.inline-action:first-child {
    border-left: 1px solid transparent;
}

.inline-action {
    font-weight: 500;
    border: 1px solid transparent;
    margin-left: 2px;
    padding: 0px 3px 0 3px;
    border-left: 1px solid;
}

.inline-action:hover {
    border: 1px solid;
    background-color: aliceblue;
}

.storage-usage .progress-bar {
    background-color: darkgreen;
    border-bottom-left-radius: 0px!important;
    border-bottom-right-radius: 0px!important;
}

.storage-usage .progress {
    background-color: lightgreen;
    border-bottom-left-radius: 0px!important;
    border-bottom-right-radius: 0px!important;
}

.storage-usage-info {
    display: flex;
    align-items: baseline;
    justify-content: space-between;
}

.storage-usage .object-title-list {
    font-size: 14px!important;
    letter-spacing: -0.75px;
    font-weight: 600;
}



/*==================== Table Standardised Cell Formats Css END=======================*/

/*==================== Warehouse Space Location Layout =======================*/


.location-icon {
    display: inline-block;
    margin-right: 7px;
}

.warehouse-space {
    display: inline-block;
    vertical-align: middle;
    margin-right: 1px;
}

.ws-border {
    display: inline-block;
    border: 2px solid #000000;
    vertical-align: middle;
    margin-right: -8px;
    border-bottom-left-radius: 0px!important;
    border-bottom-right-radius: 0px!important;
    height: 35px;
    overflow: hidden;
    background-color: #878787;
    color: #fff;
}

.warehouse-top {
    border-bottom: solid black 1px;
    font-size: 10px;
    font-weight: 600;
    margin-bottom: -1px;
    letter-spacing: 1px;
    min-width: 30px;
    text-align: center;
    border-bottom-left-radius: 0px!important;
    border-bottom-right-radius: 0px!important;
    height: 50%;
    line-height: 14px;
}

.space-bottom {
    display: inline-block;
    clear: both;
    float: left;
    font-size: 10px;
    font-weight: 600;
    border-top: solid black 1px;
    letter-spacing: 1px;
    padding: 1px 1px 0px 1px;
    min-width: 30px;
    text-align: center;
    border-bottom-left-radius: 0px!important;
    border-bottom-right-radius: 0px!important;
    height: 50%;
    line-height: 14px;
}

.location-middle {
    display: inline-block;
}

.arrow-right-icon {
    height: 8px;
    width: 8px;
    border-width: 0px 0px 2px 2px;
    border-style: solid;
    border-color: #000;
    transform: rotate(224deg);
    transition: all 0.5s;
    display: inline-block;
    vertical-align: middle;
    margin: 0 10px;
}

.warehouse-space-location {
    margin-bottom: 5px;
    white-space: nowrap;
}

.wsl-border {
    display: inline-block;
    border-top: 2px solid #000;
    border-right: 2px solid #000;
    border-bottom: 2px solid #000;
    vertical-align: middle;
    margin-left: 7px;
    height: 35px;
    border-bottom-left-radius: 0px!important;
    border-bottom-right-radius: 0px!important;
    border-top-left-radius: 0px!important;
    border-top-right-radius: 0px!important;
}

.l-dimensions-container {
    display: flex;
    margin-left: 5px;
}

.l-dimension {
    height: 35px;
    margin: 0 2px 0 3px;
}

.l-dimension .item-label {
    display: block;
    font-size: 10px!important;
    font-weight: 300;
    line-height: 10px;
    margin-top: 2px;
    text-align: left;
}

.l-dimension .item-header {
    display: block;
    font-size: 13px!important;
}


/*==================== Warehouse Space Location Layout END =======================*/

/*============= Check Box Css ==============*/
.table-container .styled-checkbox {
    position: absolute;
    opacity: 0;
}
.styled-checkbox + label {
    position: relative;
    cursor: pointer;
    padding: 0;
    margin-bottom: 0;
}
.styled-checkbox + label:before {
    content: "";
    display: inline-block;
    vertical-align: text-top;
    width: 20px;
    height: 20px;
    border: 2px solid #A4B0BE;
    border-radius: 4px;
}
.styled-checkbox:focus + label:before {
    box-shadow:none;
}
.hover_box .styled-checkbox:checked + label:before {
    border: 2px solid #0D5296;
}
.styled-checkbox:disabled + label {
    color: #b8b8b8;
    cursor: auto;
}
.styled-checkbox:disabled + label:before {
    box-shadow: none;
    background: #0D5296;
}
.hover_box .styled-checkbox:checked + label:after{
    content: "";
    position: absolute;
    left: 7px;
    top: 11px;
    background:#0D5296;
    width: 2px;
    height: 2px;
    box-shadow: 2px 0 0 #0D5296, 4px 0 0 #0D5296, 4px -2px 0 #0D5296, 4px -4px 0 #0D5296, 4px -6px 0 #0D5296, 4px -8px 0 #0D5296;
    transform: rotate(45deg);
}

/*============ Button Css ==========*/
.d-flex-p > div .button_size{
    padding: 4px 4px!important;
    font-weight: 500!important;
    border-radius: 6px!important;
    font-size: 10px!important;
    color: #fff!important;
    white-space: nowrap;
}
.active_button{
    background-color: forestgreen;
}
.planned_button{
    background-color: #a9b5a9;
}
.in-Storage_button{
    background-color: lightseagreen;
}
.romans{
    text-align: center;
}
.d-flex-p > div span.bold_font{
    font-weight: 700;
}
/*================ Mobile Table View Css Strat ================*/
.table-accordion-block {
    width: 100%;
    display: none;
    margin: 0px 0;
}
.title-qty-heading {
    display: flex;
    justify-content: space-between;
    align-items: center;
    border-bottom: 2px solid #515FA8;
    padding-right: 26px;
}
.mt-title p, .mt-qty p {
    padding: 8px 12px;
    text-transform: uppercase;
    font-size: 12px;
    font-weight: 700;
    color: #A4B0BE;
    margin: 0;
}
.ct_accordion_lable {
    display: flex;
    justify-content: space-between;
    padding: 8px 16px 8px 0;
    align-items: center;
    position: relative;
    cursor: pointer;
}
.ct_accordion_lable:after {
    content: '';
    position: absolute;
    right: 0;
    top: 44%;
    background-image: url(images/angle-down.png);
    background-repeat: no-repeat;
    width: 13px;
    height: 8px;
    -webkit-transition: all 0.5s ease 0s;
    -moz-transition: all 0.5s ease 0s;
    -ms-transition: all 0.5s ease 0s;
    -o-transition: all 0.5s ease 0s;
    transition: all 0.5s ease 0s;
}
.ct_accordion_lable.ct_visiable:after {
    transform: rotate(180deg);
}

.mt-item-title h4{
    color: #2F3542;
    font-weight: 600;
    font-size: 17px;
    margin: 0;
    display: inline-block;
    vertical-align: middle;
}
.mt-qty-number {
    text-align: center;
    min-width: 50px;
}
.mt-qty-number p{
    margin: 0;
}
.mt-item-title span {
    width: 7px;
    height: 7px;
    border-radius: 30px;
    background-color: #A9B5A9;
    display: inline-block;
    margin-right: 5px;
}
.mt-item-title span.active_dots {
    background-color: #228B22;
}
.mt-item-title span.planned_dots,
.mt-active-label span.planned_lable{
    background-color: #A9B5A9;
}
.mt-item-title span.in_storage_dots,
.mt-active-label span.in_storage_lable {
    background-color: #20B2AA;
}
.ct_accordion_wrap {
    padding: 0 15px;
}
.ct_bg_color {
    background-color: #F5F7FF; /* #F8F9FF */
}
.ct_accordion_info {
    display: none;
    border-top: 1px solid #DFE4EA;
}
.mt-content-desc {
    padding: 15px 0;
}
.mt-content-desc ul {
    padding: 0;
    margin: 0;
    list-style: none;
}
.mt-content-desc ul li {
    display: flex;
    align-items: center;
}
.mt-content-desc ul li + li {
    margin-top: 10px;
}
.mt-info-title {
    width: 150px;
}
.mt-info-details {
    width: calc(100% - 150px);
}
.mt-info-title p{
    margin: 0;
    font-size: 12px;
    color: #A4B0BE;
    font-weight: 600;
}
.mt-active-label span{
    display: inline-block;
    background-color: #228B22;
    border-radius: 4px;
    padding: 3px 12px;
    font-size: 12px;
    color: #fff;
    font-weight: 600;
}
.active-df {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.mt-info-label p, .mt-info-label-b p{
    margin: 0;
    color: #2F3542;
    font-size: 17px;
    font-weight: 500;
}
.mt-info-label-b p {
    font-size: 16px;
    font-weight: 700;
}
/*================ Mobile Table View Css End ================*/

@media screen and (max-width: 575px){
    .table-accordion-block {
        display: block;
    }
    .table-container{
        display: none;
    }
}

@media screen and (max-width: 400px){
    .mt-info-title {
        width: 100px;
    }
    .mt-info-details {
        width: calc(100% - 100px);
    }
    .mt-info-label p, .mt-info-label-b p {
        font-size: 12px;
    }
    .mt-info-label-icon img{
        width: 15px;
    }
    .mt-item-title h4 {
        font-size: 12px;
    }
    .mt-active-label span {
        white-space: nowrap;
    }
    .ct_accordion_wrap {
        padding: 0 10px;
    }
}
/*================ Responsive Css End ================*/

/*================ Purchase Order Styling ================*/

.total_text, .total_currency, .total_quantity_text {
    font-size: 13px;
    font-weight: 500;
}


.total_total, .total_quantity_value {
    font-size: 22px;
    font-weight: 700;
}

.po-line-no {
    max-width: 40px;
}

.po-header, .total_block {
    padding: 0 42px;
}

.po-header {
    margin-top: 20px;
}

.po-address h5 {
    color: #000000;
    display: block;
    font-weight: 600;
    font-size: 14px;
    line-height: 20px;
    text-align: left;
}

.po-address p {
    font-size: 12px;
    line-height: 19px;
}


/*================ Purchase Order Styling End ================*/

/*================ List of Details  ================*/

.list-of-details {
    display: grid;
    grid-template-columns: auto auto;
    justify-content: end;
    grid-row-gap: 6px;
    font-size: 10px;
}

.list-of-details .header-detail {
    font-size: 10px;
    line-height: 14px;
    margin-right: 12px;
}

.list-of-details .list-detail {
    display: block;
    font-weight: 600;
    font-size: 12px;
    line-height: 14px;
    text-align: left;
}

/*================ List of Details End  ================*/

/*================ Film & TV Asset Usage  ================*/

.a_asset_usage > span {
    display: grid;
    grid-template-columns: auto auto auto;
    justify-content: normal;
}
/*================ Film & TV Asset Usage End ================*/

/*================ Asset Form Sections Customisations Start ================*/

.assignments-step .st-radio-row div:first-child {
    flex: 0 0 100%;
    max-width: 100%;
}

.assignments-step .st-radio-row div {
    flex: 0 0 50%;
    max-width: 100%;
}

.assignments-step .st-radio-box {
    justify-content: flex-start;
    padding-left: 20px;
}

/*================ Asset Form Sections Customisations End ================*/


/*================ Accounting Styles  ================*/

.list-of-details.asset-accounting {
    display: grid;
    grid-template-columns: auto auto auto auto auto auto;
    justify-content: space-evenly;
    grid-row-gap: 6px;
    font-size: 10px;
    border: 1px solid #E6E7E9;
    border-radius: 8px;
    padding: 20px;
    margin-top: 20px;
    overflow-x: auto;
}

.list-of-details.asset-accounting.asset-list {
    grid-template-columns: auto auto auto auto auto auto auto auto!important;
}

.list-of-details .header-detail {
    font-size: 12px;
    line-height: 16px;
    font-weight: 600;
    text-align: right;
    margin-right: 0px;
}

.list-of-details .accounting-header {
    border-bottom: 1px solid #ccc;
}

.list-of-details .accounting-total {
    border-top: 1px solid #ccc;
    padding-top: 8px;
    border-bottom: 1px solid #ccc;
    padding-bottom: 4px;
    font-weight: 900!important;
    font-size: 14px!important;
}

.list-of-details.list-detail {
    color: inherit;
    display: block;
    font-weight: 400;
    font-size: 12px;
    line-height: 16px;
    text-align: right;
}

.list-detail.accounting-total.grand-total {
    font-size: 18px!important;
    line-height: 26px!important;
    font-weight: 900!important;
}

/* REPORTING STYLES START */

.list-of-details .header-detail.reporting-header {
    font-size: 14px;
    line-height: 20px;
    font-weight: 600;
    margin-right: 0px;
}

/* REPORTING STYLES END */

/* SWITCH CUSTOMER LIST START */

.row.customer-list {
    margin-top: 20px;
}

.customer-list .card {
    border: 3px solid #E6E7E9;
    border-radius: 8px;
}

.customer-list .card:hover {
    border: 3px solid #556ee6!important;
    background-color: #f5f7ff;
    cursor: pointer;
}

.customer-list .card.active {
    border: 3px solid #556ee6!important;
    background-color: #f5f7ff;
}

.customer-list img.card-img-top {
    height: 100px!important;
    width: 300px!important;
    padding: 10px 10px 0px 10px!important;
    object-fit: contain!important;
/*    max-height: 90px!important; */
/*    max-width: 270px!important; */
    margin: auto!important;
}

.customer-list .card-body .list-of-details {
    display: grid;
    grid-template-columns: auto auto;
    justify-content: space-between;
    grid-row-gap: 6px;
    font-size: 10px;
    padding: 10px;
}

.customer-list .asset-sustainability-progress {
    margin-top: 10px;
    text-align: left;
}

.customer-list .asset-sustainability-progress .list-of-details {
    display: grid;
    grid-template-columns: auto auto;
    justify-content: space-between;
    grid-row-gap: 6px;
    font-size: 10px;
    padding: 10px;
}

.customer-list .asset-sustainability-progress .list-details {
    text-align: right;
}

.customer-list .list-of-details .header-detail {
    margin-right: 0!important;
}

.customer-list .list-of-details .list-detail {
    color: inherit!important;
    display: block;
    font-weight: 600;
    font-size: 12px;
    line-height: 14px;
    text-align: center;
}

.customer-list .accounting-total.grand-total {
    font-size: 14px!important;
    line-height: 18px!important;
    font-weight: 900!important;
    border-top: 1px solid #ccc;
    padding-top: 5px;
    border-bottom: 1px solid #ccc;
    padding-bottom: 4px;
}

.customer-list .btn {
    text-align: center;
}

.list-item-wrapper {
    display: contents;
}



/* SWITCH CUSTOMER LIST END*/

/* SWITCH CUSTOMER LIST TABLE START */

.switch-customer-table .table_inner_body {
     height: 45px!important;
}

.switch-customer-table .table_inner_body .avatar-sm {
     display: inline-block!important;
     height: 30px!important;
     width: 30px!important;
     margin-right: 15px!important;
}

.switch-customer-table .avatar-title {
     font-size: 12px!important;
}

/* SWITCH CUSTOMER LIST TABLE END */

/* SUSTAINABILITY TAB START */

#Sustainability .list-of-details {
    display: grid;
    grid-template-columns: auto auto auto!important;
    justify-content: space-between!important;
    /* grid-row-gap: 6px; */
    /* font-size: 10px; */
}

#Sustainability .list-of-details .header-detail.reporting-header {
    font-size: 14px;
    line-height: 20px;
    font-weight: 600;
    margin-right: 0px;
}

.sustainability-status-btn, .sustainability-planned-action, .sustainability-progress {
    display: block!important;
    font-weight: 600!important;
    font-size: 35px!important;
    line-height: 40px!important;
    text-align: left!important;
}

.sustainability-planned-action {
    font-size: 25px!important;
}

/* .sustainability-store-action.action-populated {
    margin-left: -25px;
} */

.sustainability-store-action.action-populated span:first-child {
    width: 13px;
    height: 13px;
    background-color: forestgreen;
    border-radius: 50%;
    display: inline-block;
    vertical-align: middle;
    line-height: 40px;
    margin-right: 10px;
}

.sustainability-not_planned-action i {
    font-size: 35px!important;
    line-height: 40px!important;
    vertical-align: middle!important;
}

.sustainability-progress {
    text-align: right!important;
}

.sustainability-status-btn .status-btn, .sustainability-planned-action {
     font-size: 25px;
}

.action-populated span:first-child, .action-missing span:first-child {
    width: 13px;
    height: 13px;
    background-color: forestgreen;
    border-radius: 50%;
    display: inline-block;
    vertical-align: middle;
    line-height: 40px;
    margin-right: 10px;
}

.action-missing span:first-child {
    background-color: orange !important;
}

.action-populated, .action-missing {
    font-size: 25px!important;
    line-height: 40px!important;
}

.list-detail.sustainability-progress {
    text-align: right;
}

.total_score-score_details, .total_missed-score-score_details {
    display: grid;
    grid-template-columns: auto;
    justify-content: end;
    grid-gap: 10px;
}

.total_score-score_details .total_score-text, .total_missed-score-score_details .total_missed-score-text {
    font-size: 14px;
    line-height: 20px;
    font-weight: 600;
    margin-right: 0px;
}

.total_score-score_details .total_score-total, .total_missed-score-score_details .total_missed-score-total {
    display: block;
    font-weight: 600;
    font-size: 25px;
    line-height: 30px;
}

/* SUSTAINABILITY TAB END */

/* SUSTAINABILITY LISTING START */

.sustainability-tracking {
    display: grid;
    grid-template-columns: auto auto auto auto auto!important;
    justify-content: space-evenly;
    grid-row-gap: 6px;
    font-size: 10px;
    border: 1px solid #E6E7E9;
    border-radius: 8px;
    padding: 20px;
    margin-top: 20px;
    margin-bottom: 20px;
}

.sustainability-planned-actions {
    display: grid;
    grid-template-columns: auto auto auto auto auto auto auto!important;
    justify-content: space-evenly;
    grid-row-gap: 6px;
    font-size: 10px;
    border: 1px solid #E6E7E9;
    border-radius: 8px;
    padding: 20px;
    margin-top: 20px;
    margin-bottom: 20px;
}

/* SUSTAINABILITY LISTING END */




/*START*/
/* New styles from latest designs for Planning and Intelligence tabs*/

.what-we-know {
    font-size: 1.8rem;
    font-weight: 500;
    line-height: 1.2;
    margin-bottom: 20px;
}

.intelligence-template .card {
margin-bottom: 0px;
}

.intelligence-template .Post_An_Update_title {
    font-size: 14px;
    font-weight: 900;
}

.assets-section {
    font-size: 15px;
}
.col-divider + .col-divider{
    border-left: 1px solid #ddd;
}
span.round-color {
    width: 7px;
    height: 7px;
    display: inline-block;
    border-radius: 50%;
}
.yellow-round {
    background-color: #ffc300;
}
.green-round {
    background-color: #188518;
}
.complete-task-show,
.event-colexp--col-exp a,
.add-event-link{
    color: #212529;
    font-size: 14px;
}
.complete-task-show:hover,
.event-colexp--col-exp a:hover,
.add-event-link:hover{
    color:#0d5296;
}
.event-assets-heading h2{
    font-size: 24px;
}
.event-colexp--text{
    font-size: 16px;
}

.tasks-Seperate  .tasks-number-text {
    font-size: 18px;
}

.box-border {
    background: #FFFFFF;
    border: 1px solid #E6E7E9;
    border-radius: 8px;
}
.section-close-btn{
    cursor: pointer;
}
.st_accordion table tr:nth-child(odd){
    background-color: #F5F7FF;
}
.st_accordion table tr th,
.st_accordion table tr td{
    padding: 8px;
    font-size: 12px;
    font-weight: 500;
}
.assets-detail .round-color,
.date-to-date .round-color{
    margin-bottom: 2px;
}

.st_accordion table thead tr th:first-child{
    border-radius: 8px 0px 0 0;
}

.st_accordion table thead tr th:last-child{
    border-radius: 0px 8px 0 0;
}

.st_accordion table tbody tr:last-child td:first-child{
    border-radius: 0px 0px 8px 8px;
}
.st_accordion table tbody tr:last-child td:last-child{
    border-radius: 0px 0px 8px 8px;
}

.complete-task-show{
    color: #001c38;
}
@media screen and (max-width: 1199px){
    .col-divider:nth-child(4){
        border: 0
    }
    .col-divider:nth-child(4),
    .col-divider:nth-child(5){
        margin-top: 15px;
    }

}
@media screen and (max-width: 991px){
    .col-divider:nth-child(4),
    .col-divider:nth-child(5){
        margin-top: 15px;
    }
    .assets-section {
        font-size: 12px;
    }
}

@media screen and (max-width:767px){
    .col-divider:nth-child(4),
    .col-divider:nth-child(5){
        margin-top: 0px;
    }
    .col-divider + .col-divider{
        border-left: 0;
    }
    .assets-common{
        border-bottom: 1px solid #ddd;
        padding-top: 5px;
        padding-bottom: 5px;
    }
    .last-child .assets-common:last-child{
        border-bottom: 0;
    }
    .event-assets-heading h2 {
        font-size: 20px;
    }
    .date-to-date,
    .complete-task-show {
        font-size: 13px;
    }
    .tasks-Seperate .tasks-number-text {
        font-size: 16px;
    }

}
@media screen and (max-width:480px){
    .event-assets-heading h2 {
        font-size: 18px;
    }
    .event-assets-heading {
        display: block
    }
}



/* START Intelligence Tab*/
.box-border {
    background: #FFFFFF;
    border: 1px solid #E6E7E9;
    border-radius: 8px;
}
.template-overview-block .card-row {
    display: flex;
    padding: 10px;
    padding: .75rem 1.25rem;
}
/* .template-overview-block .card {
    height: 100%;
    width: 100%;
    border-width: 1px;
    border-color: transparent;
} */
.template-overview-block .card-left {
    width: 55%;
}
.template-overview-block .card-header {
    color: #fff;
    text-transform: uppercase;
    font-weight: 500;
}
.template-overview-block .card-body {
    padding: 0;
}
.template-overview-block .card-row:nth-child(odd) {
    background-color: #F5F7FF;
}
.template-overview-block .card-right, .template-overview-block .card-left {
    font-weight: 500;
    color: #2F3542;
}
.template-overview-block .card-right {
    width: calc(100% - 55%);
}

@media screen and (max-width: 991px) {
    .intelligence-right .timeline_box .carousel-item img{
        width: 50%;
    }
}


/***************** Ascending Section ******************/

	.ascending-data-display{
		display: flex;
	    flex-wrap: wrap;
	    margin-right: -15px;
	    margin-left: -15px;
	}
	.asc-data--left,
	.desc-data--right{
		font-weight: 500;
    	color: #2F3542;
	}

	@media screen and (min-width: 1200px) {
		.ascending-data-display .ascendind-data--single:nth-child(4n + 1) .ascending-data ,
	    .ascending-data-display .ascendind-data--single:nth-child(4n + 2) .ascending-data {
			background-color: #F5F7FF;
		}
	}
 	@media screen and (min-width: 992px) and (max-width:1199px){
 		.ascending-data-display .ascendind-data--single:nth-child(2n + 1) .ascending-data{
			background-color: #F5F7FF;
		}
    }

    @media screen and (min-width:768px) and (max-width:991px){
 		.ascending-data-display .ascendind-data--single:nth-child(4n + 1) .ascending-data ,
	    .ascending-data-display .ascendind-data--single:nth-child(4n + 2) .ascending-data {
			background-color: #F5F7FF;
		}
    }
    @media screen and (min-width:320px) and (max-width:767px){
 		.ascending-data-display .ascendind-data--single:nth-child(2n + 1) .ascending-data{
			background-color: #F5F7FF;
		}
    }
    /********************Ascending Section Close ********************/


/* END Intelligence Tab*/


/*START Order Overview file*/
.overview-block .card-row {
    display: flex;
    padding: 10px;
    padding: .75rem 1.25rem;
}

.overview-block .card-left {
    width: 55%;
}
.overview-block .card-right {
    width: calc(100% - 55%);
}
.overview-block .card-right,
.overview-block .card-left{
    font-weight: 500;
    color: #2F3542;
}
.overview-block .card-header{
    color: #fff;
    text-transform: uppercase;
    font-weight: 500;
}
.overview-block .card-row:nth-child(odd) {
    background-color: #F5F7FF;
}

.overview-block .card-body{
    padding: 0;
}
/* .overview-block-card .card-body{
    padding: 1.25rem;
} */
.overview-block .card-row.delivery-note,
.overview-block .additional-block .card-row:nth-child(odd),
.overview-block .lifecycle-block .card-row:nth-child(odd),
.overview-block .additional-block .card-row:nth-child(odd){
    background-color: #fff;
}
/* .overview-block .card{
    height: 100%;
    border-width: 1px;
    border-color: #E6E7E9;
} */
.overview-block .lifecycle-block #progressbar{
    margin-bottom: 0;
}
.overview-block .lifecycle-block #progressbar li:before {
    position: relative;
    z-index: 1;
    margin-left: 10px;
}
.overview-block .lifecycle-block #progressbar li:after {
    z-index: 0;
    left: 23px;
}
.overview-block #progressbar li span {
    top: 4px;
    left: 62px;
    font-weight: 600;
    color: #001c38;
}
.overview-block  span.card-span-text {
    margin-left: 5px;
}

.overview-block span.round-color {
    width: 7px;
    height: 7px;
    display: inline-block;
    border-radius: 50%;
}
.overview-block .black-round{
    background-color:rgb(0 0 0);
}
.overview-block .green-round{
    background-color: rgb(0 176 80);
}
.detail-block .card-right{
    font-weight: 600;
}

.overview-block-card .card .card-body{
    display: flex;
}
.overview-block-card .overview-table,
.overview-block-card .detail-table{
    width: 49%;
}
.overview-block-card .detail-table{
    margin-left: 2%;
}


@media only screen and (max-width: 767px){
    .overview-block-card .card .card-body{
        display: block;
    }
    .overview-block-card .overview-table,
    .overview-block-card .detail-table{
        width: 100%;
    }
    .overview-block-card .detail-table {
        margin-left: 0%;
        margin-top: 15px;
    }
    .overview-block-card .card-body {
        padding: 10px;
    }
    .overview-block-card .card-row{
        padding:10px 10px
    }
}
/*END Order Overview file*/

/* New styles from latest designs for Planning and Intelligence tabs*/
/*END*/


/*------ List View Block -------*/
.cm_list_view_wrapper {
    padding-top: 20px;
    margin-bottom: 80px;
}
.cm_list_view_image .placeholder-ai {
    object-fit: cover;
    font-size: 95px;
}
.cm_list_view_image .placeholder-ai .bx{
    opacity: 0.08;
    vertical-align: middle;

}
.cm_list_view_image .text-af-accent {
    color: #d40000 !important;
}
.cm_list_view_title h3 {
    display: inline-block;
    margin-right: 5px;
    line-height: 1;
    font-size: inherit;
}
.cm_list_view_more_button button .mdi{
    font-size: 24px;
}
.cm_list_view_more_button .af-accent-hover:hover {
     background-color: #d40000 !important;
}
.cm_list_view_more_button .btn-group .dropdown-menu-right{
    right: 0 !important;
}
.cm_list_view {
    position: relative;
    background: #FFFFFF;
    box-shadow: 0px 5px 30px rgb(0 28 56 / 6%);
    /* border-radius: 8px; */
    padding: 10px;
}
.cm_list_title_content, .cm_status_title_content {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: start;
}
.cm_list_view_title h3 a {
    line-height: 1.5;
    font-size: 15px;
    color: #000;
    font-weight: 600;
}
.cm_list_view_title h3 a i {
    vertical-align: middle;
    margin-top: -2px;
    font-size: 18px;
}
.cm_list_view_icon a {
    font-size: 18px;
    margin-right: 5px;
    color: #000;
}

.cm_list_view-header {
    color: #E6E7E9;
    font-size: 11px;
    font-weight: 500;
    text-transform: uppercase;
    border-top-left-radius: 6px;
    border-top-right-radius: 6px;
}

.common_col_bg_box {
    background: #F8F8FB;
    border-radius: 5px;
    padding: 8px;
    margin: 5px 0;
}
.cm_usage span, .cm_list_inner_common span{
    font-size: 10px;
    text-transform: uppercase;
    line-height: 1.3;
    display: inline-block;
    font-weight: 500;
}
.cm_usage p, .cm_list_inner_common p {
    font-size: 12px;
    font-weight: 500;
    color: #000;
}
.cm_usage p i, .cm_list_inner_common p i{
    vertical-align: middle;
    font-size: 14px;
    margin-top: -2px;
    margin-right: 5px;
}
.border_r {
    border-right: 1px solid rgba(0, 28, 56, 0.06);
}
.common_col_desc p{
    font-weight: 500;
    font-size: 10px;
    letter-spacing: 0.04em;
    color: #747B82;
}
.cm_list_view_tag .tag-wrap {
    margin: 5px 0 0;
}
.cm_status_ul ul li p {
    font-size: 12px;
    font-weight: 500;
    color: #747B82;
    display: flex;
    align-items: center;
}
.cm_status_ul ul {
    display: flex;
    align-items: center;
    padding-right: 30px;
}
.cm_status_ul ul li p span{
    min-width: 40px;
    max-height: 18px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 2px;
    font-weight: 900;
    margin-left: 10px;
    padding: 0 3px 0 3px;
    font-size: 14px;
    line-height: 18px;
}
.cm_status_ul ul li {
    margin-right: 15px;
}
.total_box_bg {
    background: #DDE6EF;
    color: #476482;
}
.available_box_bg {
    color: #2F9B39;
    background: #D9EFDB;
}
.reserved_box_bg {
    color: #E3750F;
    background: #F6E0CA;
}
.common_sub_col_bg {
    padding: 5px 5px 5px 15px;
    background: #F8F8FB;
    /* border-radius: 5px; */
    border-left:2px solid #D40000;
    margin: 5px 0;
}
.common_sub_col_bg .row > div:nth-child(n + 5){
    padding-top: 5px;
}
.common_sub_col_bg .row > div{
    border-right: 1px solid rgba(0, 28, 56, 0.06);
}
.common_sub_col_bg .row > div:nth-child(4n){
    border-right: 0;
}

.cm_list_last_update p{
    font-size: 12px;
    color: #000000;
}
.cm_list_last_update p i{
    font-size: 14px;
    vertical-align: middle;
    margin-top: -2px;
}
.cm_list_view_more_button {
    text-align: right;
    position: absolute;
    top: 8px;
    right: 2px;
}
.cm_list_view_row > div:first-child:after {
    content: '';
    position: absolute;
    top: 0px;
    right: 0;
    width: 2px;
    height: calc(100% + 10px);
    background: #001C38;
    opacity: 0.06;
}
.cm_line_row > div:first-child:after {
    content: '';
    position: absolute;
    top: -10px;
    right: 0;
    width: 2px;
    height: calc(100% + 10px);
    background: #001C38;
    opacity: 0.06;
}
.cm_list_view_btn {
    position: absolute;
    bottom: 9px;
    right: 10px;
}
.cm_list_view_btn a {
    width: 15px;
    height: 15px;
    background-color: #D40000;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #ffffff;
    font-size: 15px;
    border-radius: 50%;
}
.cm_list_view + .cm_list_view {
    margin-top: 8px;
}
.common_sub_desc_bg {
    background: #F8F8FB;
    border-radius: 5px;
    padding: 7px 10px;
    margin: 5px 0;
}
.common_sub_desc_bg p{
    font-weight: 400;
    font-size: 12px;
}
.common_col_green_box {
    background: #F2FBF2;
    border-radius: 5px;
    border-left:2px solid #00CC00;
    padding: 7px 10px;
    margin: 5px 0;
}
.common_col_green_box p{
    font-size: 12px;
    font-weight: 400;
    color: #747B82;
}
.color_v1 {
    background: #FEF4F4;
    border-color: #D40000;
}
.color_v2 {
    background: #F6F6FC;
    border-color: #0000FF;
}

.active_check {
    border: 3px solid orange!important;
    box-shadow: 1px 1px 10px 1px grey;
    margin: -5px;
    padding: 5px;
    position: relative;
    z-index: 99;
}

.check_list_done_btn {
    display: none;
    position: absolute;
    left: -5px;
    top: -5px;
}
.check_list_done_btn a {
    width: 25px;
    height: 25px;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #ffffff !important;
    font-size: 22px;
    background: #D40000;
}
.active_check .check_list_done_btn {
    display: block;
}

.ownership-status-current, .item-status-border-green {
    border-left: 4px solid forestgreen;
    border-radius: 0;
}

.item-status-background-green {
    background-color: forestgreen!important;
}

.ownership-status-ended, .item-status-border-red {
    border-left: 4px solid red;
    border-radius: 0;
}

.item-status-background-red {
    background-color: red!important;
}

.item-status-border-orange {
    border-left: 4px solid orange;
    border-radius: 0;
}

.item-status-background-orange {
    background-color: orange!important;
}

.item-status-border-grey {
    border-left: 4px solid grey;
    border-radius: 0;
}

.item-status-background-grey {
    background-color: grey!important;
}

.asset-added-to-order {
    border-left: 4px solid orange!important;
    border-radius: 0;
}


@media screen and (min-width: 1200px) and (max-width:1600px){}

@media only screen and (max-width: 1600px){
    .cm_status_ul ul li {
        margin-right: 20px;
    }
    .cm_list_view_icon a{
        font-size: 14px;
        margin-right: 2px;
    }
}

@media only screen and (max-width: 1199px){
    .cm_line_row > div:first-child:after{
        top: 0px;
        height: calc(100% + 0px);
    }
    .cm_status_ul ul{
        padding-right: 0;
    }
    .cm_status_ul ul li:last-child {
        margin-right: 0;
    }
}
@media only screen and (max-width: 767px){
    .cm_order{
        order: -1;
    }
    .cm_line_row > div:first-child:after, .cm_list_view_row > div:first-child:after, .common_col_bg_box,
    .common_col_desc, .common_col_green_box{
        display: none;
    }
    .common_sub_col_bg .row > div:nth-child(n + 5) {
        padding-top: 0px;
    }
    .common_sub_col_bg .row > div + div {
        margin-top: 8px;
    }
    .common_sub_col_bg .row > div{
        border-right: 0;
    }
    .cm_list_view_btn{
        position: relative;
        bottom: 0;
        right: 0;
        text-align: right;
    }
    .cm_list_view_btn a{
        margin: 8px 0 0 auto;
    }

}
@media only screen and (max-width: 575px){
    .cm_status_ul ul li p{
        font-size: 10px;
    }
    .cm_status_ul ul li {
        margin-right: 10px;
    }
}
@media only screen and (max-width: 400px){
    .cm_status_ul ul li {
        margin-right: 5px;
    }
    .cm_status_ul ul li p span{
        margin-left: 5px;
    }
}

/*------ END List View Block -------*/


/*------ Start Grid View Block -------*/
.cm_product_item_box {
    padding: 10px;
    background: #FFFFFF;
    box-shadow: 0px 5px 30px rgba(0, 28, 56, 0.06);
    border-radius: 0;
    position: relative;
    margin-bottom: 25px;
}
.cm_product_grid_img .placeholder-ai i{
    color:#d40000;
    opacity: 0.08;
}
.cm_product_grid_img .placeholder-ai {
    line-height: 1;
}
.cm_product_content {
    padding: 8px 4px 4px 4px;
    position: relative;
}
.cm_product_grid_name h3 {
    line-height: 1;
    padding-right: 18px;
    font-size: inherit;
}
.cm_product_grid_name h3 a{
    color: #000000;
    font-size: 16px;
    font-weight: 700;
}
.cm_product_grid_name h3 a:hover{
    color:#d40000;
}
.cm_product_status_grid {
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
    margin: 8px 0;
}
.cm_pro_status_tag a {
    display: inline-block;
    /* background: #001C38;
    border-radius: 3px;
    padding: 4px 10px;
    font-weight: 600;
    font-size: 10px; */
    color: #ffffff !important;
    letter-spacing: 0.04em;
    text-transform: uppercase;
}
.cm_qty_display {
    display: flex;
    align-items: center;
}
.cm_qty_label {
    font-weight: 500;
    font-size: 10px;
    color: rgba(0, 0, 255, 0.6);
}
.cm_qty_label span{
    font-weight: 700;
    color: #0000FF;
    font-size: 14px;
    display: inline-block;
    margin-left: 5px;
    vertical-align: middle;
}
.cm_qty_box_num {
    border:1px solid #E9EBEF;
    border-radius: 3px;
    padding: 5px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-left: 5px;
}
.cm_qty_box_num span{
    font-size: 12px;
    font-weight: 500;
    color: #000000;
    position: relative;
    display: inline-block;
    padding-left: 5px;
   line-height: 1;
}
.cm_qty_box_num span:before{
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 2px;
    height: 100%;
}
.cm_qty_box_num span.cm_qg_line:before{
    background: #00CC00;
}
.cm_qty_box_num span.cm_qo_line:before{
    background: #E3750F;
}
.cm_qty_box_num span + span{
    margin-left: 8px;
}
.cm_product_cost .common_sub_col_bg .row > div {
    border-right:0;
}
.cm_product_more_btn .mdi-dots-horizontal:before{
    font-size: 24px;
}
.cm_product_more_btn .my-dots-horizontal:hover{
    background-color: #d40000;
}
.cm_product_more_btn .my-dots-horizontal{
    top: 11px;
}
.cm_product_grid_view_btn {
    position: absolute;
    right: 0;
    top: 7px;
}
.cm_product_grid_view_btn a {
    width: 18px;
    height: 18px;
    background: #00CC00;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #ffffff;
    font-size: 18px;
    border-radius: 50%;
}
.cm_product_grid_view_btn a:hover{
    background: #d40000;
}
.cm_product_more_btn .btn-group .dropdown-menu-right {
    right: 0 !important;
}
.cm_product_cost .common_sub_col_bg {
    padding-left: 8px;
}



.cm_small_grid_view > .row {
    margin: 0 -5px;
}
.cm_col_gird {
    padding: 0 5px;
    width: 12.5%;
}
.cm_small_grid_view .cm_list_view_icon a {
    font-size: 14px;
    margin-right: 2px;
}
.cm_small_grid_view .cm_product_item_box{
    padding: 6px;
    margin-bottom: 10px;
}
.cm_small_grid_view .cm_product_more_btn .mdi-dots-horizontal:before {
    font-size: 20px;
}
.cm_small_grid_view .cm_product_more_btn .my-dots-horizontal {
    top: 6px;
    right: 6px;
}
.cm_small_grid_view .cm_product_grid_img .placeholder-ai {
    font-size: 70px;
}
.cm_small_grid_view .common_sub_col_bg{
    margin-bottom: 0;
}
.cm_small_grid_view .cm_product_grid_name h3 a{
    font-size: 13px;
}

.cm_small_grid_view .cm_product_grid_view_btn a {
    width: 15px;
    height: 15px;
    font-size: 15px;
}
.cm_small_grid_view .cm_pro_status_tag a{
    padding: 4px 6px;
    font-size: 8px;
}
.cm_small_grid_view .cm_qty_label span{
    font-size: 12px;
}
.cm_small_grid_view .cm_qty_box_num span{
    font-size: 10px;
}
.cm_small_grid_view .cm_usage p, .cm_small_grid_view .cm_list_inner_common p{
    font-size: 9px;
}


@media screen and (min-width: 1200px) and (max-width:1440px){
    .cm_grid_row > .col-xl-3 {
        flex: 0 0 33.333%;
        max-width: 33.333%;
    }
}

@media only screen and (max-width: 1800px){
    .cm_col_gird{
        width: 16.666%;
    }

}
@media only screen and (max-width: 1440px){
    .cm_col_gird {
        width: 25%;
    }
}
@media only screen and (max-width: 1199px){
    .cm_grid_row > .col-xl-3 {
        flex: 0 0 50%;
        max-width: 50%;
    }

    .cm_col_gird {
        width: 33.333%;
    }
}
@media only screen and (max-width: 767px){
    .cm_product_cost .common_sub_col_bg .row > div + div{
        margin-top: 0;
    }
    .cm_product_grid_name h3 a{
        font-size: 14px;
    }
    .cm_col_gird {
        width: 50%;
    }
    body[data-sidebar=dark] .logo-light span.logo-sm{
        top: 0 !important;
    }
}

@media only screen and (max-width: 575px){
    .cm_grid_row > .col-xl-3 {
        flex: 0 0 100%;
        max-width: 100%;
    }
    .cm_usage p, .cm_list_inner_common p{
        font-size: 9px;
    }
    .cm_col_gird {
        width: 100%;
    }
    .cm_product_item_box{
        margin-bottom: 15px;
    }
}
/*------ END Grid View Block -------*/

/*------  Start New Detail Page -------*/
.cm_common_asset_box {
    background: #FFFFFF;
    border: 1px solid #E6E7E9;
    box-shadow: 0px 8px 10px rgb(0 28 56 / 6%);
    border-radius: 8px;
    padding: 12px;
   /* border: 0; */
    margin-bottom: 15px;
}
.cm_asset_head h3{
    font-size: 16px;
    font-weight: 700;
    color: #000000;
    padding: 5px 0;
    text-transform: uppercase;
}
.cm_asset_head {
    position: relative;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
}
.cm_asset_head:after {
    content: "\E9E2";
    font-family: boxicons;
    color: #747B82;
    font-size: 24px;
    position: absolute;
    right: 0;
    top: 5px;
    font-weight: 100;
    line-height: 1;
}
.cm_asset_action_fire a {
    font-size: 12px;
    font-weight: 500;
    display: inline-block;
    margin-right: 40px;
}
.cm_asset_action_fire a:hover{
    color: #d40000;
}
.border_r0 {
    border-right:0 !important;
}
.cm_asset_border_tb_box {
    margin: 0 -12px;
    border-top: 1px solid rgba(0, 28, 56, 0.06);
    border-bottom: 1px solid rgba(0, 28, 56, 0.06);
    padding: 5px 15px;
}
.cm_asset_tag_title {
    font-size: 14px;
    color: #000;
    font-weight: 700;
    margin: 5px 10px 0 0;
}
.cm_asset_view_tag .tag-wrap {
    display: flex;
}
.cm_asset_details_upload_box{
    position: relative;
}
.cm_asset_details_upload_box .cm_product_more_btn .my-dots-horizontal{
    top: 0;
    right: 0;
}
.cm_view_title h4 {
    font-size: 14px;
    color: #000;
    font-weight: 700;
    margin-bottom: 5px;
}
.cm_inner_small_label {
    border-radius: 3px;
    font-size: 8px !important;
    margin-left: 5px;
    font-weight: 600;
}
.cm_inner_small_label:hover {
    color: #d40000;
}

.image-detail-page {
    max-height: 450px;
    object-fit: contain;
}


@media only screen and (max-width: 1600px){
    .cm_asset_head h3{
        font-size: 14px;
    }
}

@media only screen and (max-width: 767px){
    .cm_asset_details_upload_box .common_col_bg_box {
        display: block;
    }
    .cm_asset_details_upload_box .common_col_bg_box > .row > div {
        margin-bottom: 5px;
    }

}
/*------  End New Detail Page -------*/

/*------  Start New Order Page -------*/
.cm_order_label {
    font-weight: bold;
    font-size: 10px;
    padding: 5px 8px;
    color: #ffffff;
    letter-spacing: 0.04em;
    border-radius: 3px;
    text-transform: uppercase;
    margin-bottom: 3px;
    vertical-align: middle;
}
.created_lb {
    background: #858A8E;
}
.confirmed_lb {
    background: #ED920A;
}
.in_progress_lb {
    background: #ED920A;
}
.completed_lb {
    background: #03BC0B;
}
.cancelled_lb {
    background: #DD0F0F;
}
.cm_order_page_wrapper .common_sub_col_bg .row > div:nth-child(n + 5) {
    padding-top: 0;
}
.cm_order_page_wrapper .common_sub_col_bg .row > div  {
    margin-bottom: 5px;
}
.cm_common_desc p{
    font-weight: normal;
    font-size: 12px;
    color: #747B82;
    max-width: 97%;
}
.cm_order_progress_box{
    padding-top: 15px;
    position: relative;
}
.cm_order_life_cycle_box.overview-block #progressbar li .life_event_name{
    font-size: 12px;
    letter-spacing: 0.04em;
    color: #000;
    text-transform: uppercase;
    font-weight: 500;
}
.cm_order_progress_box .order_event_user, .cm_order_progress_box .life_event_in_progress{
    font-size: 14px;
    color: #747B82;
    font-weight: 500;
    line-height: 1.3;
}
.cm_order_progress_box .order_event_user a {
   color: #0000FF;
}
.cm_order_life_cycle_box.overview-block .lifecycle-block #progressbar li:before {
    margin-left: 0;
}
.cm_order_life_cycle_box.overview-block .lifecycle-block #progressbar li:after{
    left: 13px;
}
.cm_order_life_cycle_box.overview-block #progressbar li span {
    left: 45px;
}
.cm_order_life_cycle_box.overview-block #progressbar li.active .life_event_name{
    color: #ffffff;
   font-size: 10px;
    letter-spacing: 0.04em;
    text-transform: uppercase;
    font-weight: 600;
    padding: 5px 10px;
    background: #D40000;
    border-radius: 3px;
}
.cm_order_life_cycle_box.overview-block #progressbar li.active span{
    margin-left: 0px;
    padding-left: 0;
    padding-right: 0;
    background-color: transparent;
}
.cm_order_life_cycle_box.overview-block #progressbar li.active:before{
    background-image: url('./images/cm_circle_ic.svg');
    background-size: 16px;
    background-position: 6px 6px;
}
.cm_order_life_cycle_box.overview-block .order-life-event-li.has_more_content{
    height: 70px !important;
}
.cm_order_life_cycle_box.overview-block #progressbar li{
    height: 70px;
}
.cm_order_life_cycle_box.overview-block #progressbar li:last-child {
    height: auto;
}
.cm_cancelled_img {
    position: absolute;
    left: 0px;
    right: 0;
    text-align: center;
    top: 50%;
    transform: translateY(-50%);
    pointer-events: none;
}
.cm_cancelled_img img {
    max-width: 85%;
}


@media only screen and (max-width: 767px){
    .cm_order_life_cycle_box.overview-block .order-life-event-li.has_more_content{
        height: 80px !important;
    }
    .cm_order_life_cycle_box.overview-block #progressbar li{
        height: 80px;
    }
}
/*------  End New Order Page -------*/

/*------  Start New Dashboard Page -------*/
.cm_gm_tris_title {
    font-size: 16px;
    font-weight: 700;
    color: #000000;
    padding: 5px 0;
    text-transform: uppercase;
}

.cm_goodmoring_tristian_block .cm_common_asset_box {
    border: 0;
    box-shadow: inherit;
    padding: 0;
    margin: -15px -15px 35px -15px;
}

.cm_goodmoring_tristian_block .cm_list_inner_common p{
    font-size: 14px;
}
.cm_goodmoring_tristian_block .common_sub_col_bg{
    border-left: 0;
    background-color: transparent;
}
.cm_goodmoring_tristian_block .common_sub_col_bg .row > div{
    border-left: 3px solid #D40000;;
    border-right: 0;
}
.cm_goodmoring_tristian_block .cm_list_inner_common p i{
    font-size: 18px;
}
.cm_goodmoring_tristian_block .cm_list_inner_common span{
    color: #747B82;
}
.cm_common_ordering_title h3 {
    font-weight: bold;
    font-size: 18px;
    color: #000000;
    text-transform: uppercase;
    margin-bottom: 8px;
}
.cm_common_ordering_title h3 i{
    font-size: 24px;
    display: inline-block;
    vertical-align: middle;
}
.cm_common_table_box {
    width: 100%;
    background: #FFFFFF;
    box-shadow: 0px 5px 30px rgba(0, 28, 56, 0.06);
    border-radius: 8px;
    /*overflow: hidden;*/
    height: 100%;
}
.cm_common_table_heading {
    background: #001C38;
    border-radius: 8px 8px 0px 0px;
    padding:12px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
}
.cm_common_table_heading h4 {
    font-weight: bold;
    font-size: 14px;
    color: #ffffff;
    text-transform: uppercase;
}
.cm_common_table_heading h4 i{
    font-size: 18px;
    display: inline-block;
    margin-right: 5px;
    vertical-align: middle;
}
.cm_ordering_table_view table {
    width: 100%;
}
.cm_ordering_table_view{
    margin-bottom: 0;
}
.cm_ordering_table_view .current-asset{
    border-left: 5px solid green;
    background-color: #00800010!important;
    position: relative;
}

.cm_ordering_table_view .current-asset::after {
    content: "this Asset";
    position: absolute;
    right: 5px;
    top: 25%;
    font-size: 11px;
    font-weight: 600;
    color: green;
    text-transform: uppercase;
}

.cm_ordering_table_view table th {
    font-weight: 500;
    font-size: 10px;
    letter-spacing: 0.04em;
    text-transform: uppercase;
    color: #747B82;
    padding: 10px 10px 0;
}
.cm_ordering_table_view table tbody td {
    font-weight: 500;
    font-size: 13px;
    color: #000;
    padding: 8px 10px;
}
.cm_ordering_table_view table tbody tr{
    border-bottom: 1px solid rgba(233, 235, 239, 0.6);
}
.cm_ordering_table_view table tbody tr:hover{
    background-color: #f5f5fd;
}
.cm_view_open_order_btn {
    text-align: right;
    padding: 10px;
}
.cm_view_open_order_btn a {
    font-weight: 500;
    font-size: 13px;
    color: #000;
    display: inline-block;
    vertical-align: middle;
}
.cm_view_open_order_btn a:hover{
    color: #D40000;;
}
.cm_view_open_order_btn a i{
    font-size: 18px;
    display: inline-block;
    vertical-align: middle;
}
.cm_confirm_order_img img {
    max-height: 190px;
    object-fit: cover;
    width: 100%;
}
.cm_common_confirm_detail {
    padding: 10px 12px;
}
.cm_common_confirm_detail h3 {
    font-weight: 500;
    font-size: 14px;
    color: #000;
    margin-bottom: 4px;
}
.cm_common_confirm_detail p{
    font-weight: normal;
    font-size: 10px;
    color: #747B82;
}
.cm_in_pro_padding .cm_common_confirm_content {
    padding: 12px;
}
.cm_in_pro_padding .cm_confirm_order_img img {
    max-height: 220px;
    border-radius: 2px;
}
.cm_in_pro_padding .cm_common_confirm_detail{
    padding-top: 0;
}
.cm_order_overview.cm_ordering_table_view table tbody td p{
    font-size: 14px;
}
.cm_order_overview.cm_ordering_table_view table tbody td p i{
    font-size: 18px;
    display: inline-block;
    vertical-align: middle;
    margin-right: 5px;
}
.cm_ordering_inner_row > .row > div {
    margin-bottom: 25px;
}
.cm_open_order_form {
    padding: 12px;
}
.cm_open_order_form .common--input-filed input{
    height: 30px;
    border-radius: 5px;
    padding: 0 10px;
}
.cm_open_order_form .common--input-filed select,
.cm_stock_intake .common--input-filed select {
    width: 100%;
    background-color: #fff;
    border: 1px solid #D8D8D8;
    border-radius: 5px;
    height: 30px;
    padding: 0 8px;
    font-size: 12px;
    color: #747B82;
}
.cm_open_order_form .common--input-filed select:focus,
.cm_stock_intake .common--input-filed select:focus {
    outline: 0;
    box-shadow: none;
}
.cm_form_row {
    margin-bottom: 10px;
}
.cm_open_order_form .st-unique-input-box{
    position: unset;
}
.cm_open_order_form .styled-checkbox + label:before{
    width: 18px;
    height: 18px;
    border: 1px solid #787878;
    border-radius: 3px;
    margin-top: -3px;
    vertical-align: middle;
}
.cm_open_order_form .styled-checkbox + label{
    font-size: 12px;
}
.cm_open_order_form .st-unique-input-box .styled-checkbox:checked + label:after {
    left: 4px;
    top: 6px;
}
.cm_open_order_form  .st-radio-box{
    height: 30px;
    border-radius: 5px;
    border: 1px solid #D8D8D8;
}
.cm_submit_form {
    padding: 6px 20px;
    background-color: #d7171f;
    color: #fff;
    font-size: 12px;
    text-align: center;
    display: inline-block;
    font-weight: 600;
    text-decoration: none;
    border-radius: 5px;
    border: 0;
    transition: all 0.4s ease-in-out;
    margin-right: 10px;
}
.cm_submit_form:hover, .cm_cancel_form_btn:hover {
    background-color: #000;
    color: #ffffff;
}
.cm_cancel_form_btn {
    padding: 6px 20px;
    border: 0;
    background-color: #F7F7FC;
    font-size: 12px;
    text-align: center;
    display: inline-block;
    font-weight: 500;
    text-decoration: none;
    border-radius: 5px;
    color: #A2A2A2;
    transition: all 0.4s ease-in-out;
}
.cm_stock_intake {
    padding: 12px;
    display: flex;
    flex-wrap: wrap;
}
.cm_stock_intake .common--input-filed select{
    height: 35px;
}
.cm_stock_intake .common--input-filed{
    max-width: 485px;
    width: 100%;
    margin-bottom: 10px;
}
.cm_search_clear_btn button {
    padding: 8px 20px;
    background: #001C38;
    border-radius: 3px;
    color: #ffffff;
    border: 0;
    font-weight: bold;
    font-size: 12px;
    transition: all 0.4s ease 0s;
    min-width: 80px;
    text-transform: uppercase;
}
.cm_search_clear_btn button + button{
    margin-left: 8px;
}
.cm_search_clear_btn button:hover {
    background-color: #d7171f;
}
.cm_pending_review {
    padding: 12px;
}
.cm_no_item_pending_label {
    font-weight: 500;
    font-size: 14px;
    letter-spacing: 0.04em;
    color: #747B82;
    padding-top: 8px;
}
.cm_tabel_head_icon a {
    display: inline-block;
    font-size: 18px;
    color: #ffffff;
    line-height: 0;
    vertical-align: middle;
}
.cm_tabel_head_icon {
    max-height: 18px;
}
.cm_tabel_head_icon a.cm_menu_bar_ic{
    font-size: 22px;
}
.cm_customer_more_btn .btn-group .dropdown-menu-right {
    right: 0 !important;
    transform: unset !important;
}
.cm_customers_layout_view > ul > li {
    display: flex;
    flex-wrap: wrap;
}
.cm_customers_col_1 {
    width: 70%;
    padding: 10px 12px;
}
.cm_customers_col_2 {
    width: 10%;
    padding: 10px 12px;
    text-align: center;
}
.cm_customers_col_1 p,
.cm_customers_col_2 p{
    font-size: 14px;
    font-weight: 500;
    color: #000;
}
.cm_customers_col_1 p{
    max-width: 60%;
}
.cm_customers_layout_view > ul > li + li{
    border-top: 1px solid rgba(233, 235, 239, 0.6);
}
.cm_customer_more_btn {
    position: relative;
}
.cm_customer_more_btn .mdi-dots-horizontal:before {
    font-size: 24px;
    color: #000;
}
.cm_customer_more_btn .my-dots-horizontal{
    top: 0;
    right: 0;
    z-index: unset;
}
.cm_order_view_btn {
    display: inline-block;
    box-shadow: 0 0 3px rgb(172 173 175 / 50%);
    padding: 3px 6px;
    font-size: 12px;
    color: #000;
    border-radius: 3px;
}
.cm_order_view_btn:hover{
    color: #d7171f;
}


/*------  Trist Dashboard Updates -------*/

.entity_logo {
    max-height: 100px!important;
    object-fit: contain!important;
    max-width: 200px!important;
    padding: 2px 0 2px 0;
}

.my_avatar {
    max-width: 115px!important;
    max-height: 115px!important;
    border-radius: 50%!important;
    border: 1px solid #000;
}

.cm_confirm_order_img {
    display: flex;
    justify-content: center;
}

.cm_common_list_detail {
    padding: 10px 12px;
}

.cm_common_list_detail span {
    font-size: 10px;
    text-transform: uppercase;
    line-height: 1.3;
    display: inline-block;
    font-weight: 500;
    color: #747B82;
}

.cm_common_list_detail p {
    font-size: 12px;
    font-weight: 500;
    color: #000;
}

.customer-overview-logo {
    display: flex;
    justify-content: center;
}

.customer-overview-logo img {
    max-height: 100px!important;
    object-fit: contain!important;
    max-width: 200px!important;
    padding: 2px 0 2px 0;
}

.entity-overview-logo {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100%;
}

/*------  Trist Dashboard Updates ENDS -------*/

/*------  Trist Icon Bar -------*/

.icon-inactive, .icon-active, .icon-neutral, .icon-mixed {
    position: relative;
}

.icon-neutral {
    opacity: 0.5;
}

.icon-inactive div, .icon-active div, .icon-neutral div, .icon-mixed div {
    height: 10px;
    width: 10px;
    border-radius: 50%;
    position: absolute;
    right: -4px;
    bottom: -3px;
    border: 1px solid white;
}
.icon-inactive div {
    background-color: red;
}

.icon-active div {
    background-color: forestgreen;
}
.icon-neutral div, .icon-mixed div {
    background-color: orange;
}

/*------  Trist Icon Bar ENDS -------*/


@media only screen and (max-width: 1600px) {
    .cm_ordering_table_view table tbody td{
        font-size: 10px;
        padding: 8px;
    }
    .cm_ordering_table_view table th{
        font-size: 9px;
        padding: 10px 8px 0;
    }
    .cm_customers_col_1 p {
        max-width: 80%;
    }
}

@media only screen and (max-width: 1199px) {
    .cm_stock_intake .common--input-filed{
        margin-right: 10px;
    }
    .cm_customers_col_1 p {
        max-width: 100%;
    }
}
@media only screen and (max-width: 575px) {
    .cm_goodmoring_tristian_block .cm_list_inner_common p {
        font-size: 10px;
    }
    .cm_goodmoring_tristian_block .cm_list_inner_common p i{
        font-size: 12px;
        margin-right: 2px;
    }

    .cm_gm_tris_title{
        font-size: 14px;
    }
    .cm_common_ordering_title h3{
        font-size: 15px;
    }
    .cm_stock_intake .common--input-filed{
        margin-right: 00px;
    }
    .cm_customers_col_1 p{
        font-size: 12px;
    }
}


/*------  End New Dashboard Page -------*/

/*------ AF Dashboard -------*/

.af-dashboard .card {
    box-shadow: 0px 5px 30px rgb(0 28 56 / 6%);
    border-radius: 8px;
    height: 100%;
    margin-bottom: 0;
}

.af-dashboard .card-header {
    font-weight: 500;
    font-size: 14px;
    color: #ffffff;
    text-transform: uppercase;
}

.af-dashboard .card-footer {
    background-color: inherit!important;
    text-align: right;
    font-weight: 500;
}

.af-dashboard .card-body {
    padding: 0;
}

.af-dashboard h4 {
    text-transform: uppercase;
    font-size: 18px;
    font-weight: 600;
    margin-top: 1.4rem!important;
}

.af-dashboard h4:before {
   font-family: Font Awesome\ 5 Free;;
   content: "\F0AB";
   padding-right: 5px;
   display: inline-block;
   font-style: normal;
   font-variant: normal;
   text-rendering: auto;
   line-height: 1;
}

.af-dashboard .split-header {
    display: flex;
    justify-content: space-between;
}

.af-dashboard .split-header-sort {
    text-transform: uppercase;
    font-size: 10px;
    font-weight: 600;
    letter-spacing: 0em;
    margin-top: auto;
}

.af-dashboard .split-header-sort:before {
    content: "Sort:";
    padding-right: 5px;
    text-transform: uppercase;
    font-size: 10px;
    font-weight: 200;
    letter-spacing: 0em;
}

.af-dashboard .heading-text {
            font-size: 32px!important;
            font-weight: 600;
            display: flex;
            justify-content: center;
}

/*------ AF Dashboard ENDS -------*/

/*------  Login Page -------*/

.testmonial-image {
    width: 85px;
    height: 85px;
    border-radius: 0px 50% 50% 50%;
    position: relative;
    display: block;
}
.testmonial-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 0px 50% 50% 50%;
    position: relative;
    z-index: 1;
}
.testmonial-image-name {
    display: flex;
    align-items: center;
    width: 70%;
}
.testmonial-top {
    display: flex;
    padding: 35px;
    border-bottom: 1px solid rgb(153 153 153 / 20%);
    align-items: center;
}
.testmonial-stars {
    width: 40%;
}
.testmonial-stars img{
    width: auto !important;    
}
.testmonial-name {
    padding-left: 27px;
    /* color: #001136; */
    width: calc(100% - 85px);
}

.testmonial-name h3 {
    font-size: 22px;
    margin-bottom: 7px;
    font-weight: 600;
    color: #001136;
}

.testmonial-name h4 {
    font-size: 14px;
    color: #82858b;
}

.testmonial-image:after {
    position: absolute;
    top: -15px;
    left: -15px;
    width: 35px;
    height: 35px;
    content: '';
    background-color: #4b2aad;
    border-radius: 50%;
}

.auth-full-bg.pt-lg-5.p-4 {
    background: #fff;
}

.testmonial-inner {
    box-shadow: 0px 0px 61px -12px rgb(204 204 204 / 40%);
    border-radius: 20px;
    background: #fff;
    width: 100%;    
}
.auth-full-bg {
    background-color: #dedede;
    position: relative;
    box-shadow: 0 1px 44px -15px rgb(0 0 0 / 15%);
}
.auth-full-bg:before,
.auth-full-bg:after {
    content: '';
    position: absolute;
    right: 0;
    top: 0;
    width: 140px;
    height: 140px;
    background-color: rgb(75 42 173);
    border-radius: 0px 0px 0px 200px;
}
.auth-full-bg:before{
    right: unset;
    top: unset;
    bottom: 0;
    left: 0;
    background-color: rgb(76 206 173);
    border-radius: 0px 200px 0px 0px;
}
.testmonial-bottom{
    padding: 35px;
}
.testmonial-bottom p{
    font-size: 16px;
    line-height: 1.7;
}
.testmonial-bottom p img{
    margin-right: 16px;
    width: auto !important;
    display: initial !important;
}
.satisfied-text{
    font-size: 35px;
    margin-bottom: 35px;
    color: #293042;
}
.testmonial-stars.desktop{
    display: none;
    margin-top: 10px;
}

.login-header {
	font-size: 28px;
	font-weight: 700;
	color: #001136;
	margin-bottom: 35px;
}

/* Script, Scenes, Parts, Changes */

.scenes-row .s_name span, .parts-row .p_scene_id span {
    width: 80px;
    border: 1px solid #868686;
    border-radius: 50px;
    font-size: 13px!important;
    font-weight: 700!important;
    display: flow-root;
    justify-content: center;
    color: #2F3542!important;
    padding: 0 0 0 10px;
}

.changes-wrapper .p_scene_id span {
	width: 70px!important;
}

.change-planned, .change-established {
    vertical-align: middle;
}

.change-planned .character, .change-established .character {
    font-size: 15px!important;
    font-weight: 500;
}

.change-planned .change, .change-established .change {
    font-size: 15px;
    color: #fff!important;
    font-weight: 500;
    border-radius: 50px;
    padding: 3px 10px 3px 10px;
}

.change-established .change {
    background-color: forestgreen;
}

.change-planned .change {
    background-color: orange;
}

.changes-row .scene-part-name {
    border: 2px solid #868686;
    border-radius: 50px;
    font-size: 12px!important;
    font-weight: 700!important;
    padding: 0 10px 0 10px;
}

.CharacterListView .character-title {
	font-size: 14px!important;
}


.CharacterListView img {
	max-height:175px; width:auto!important;
}

.costume-placeholder-img {
    font-size: 47px!important;
    opacity: 0.2;
}

.parts-row, .changes-row, .receipts-row {
flex-wrap: wrap!important;
}

.parts-row .tbody_item, .changes-row .tbody_item, .receipts-row .tbody_item {
    flex-basis: auto!important;
}

.parts-row .scene_notes, .receipts-row .notes {
    padding: 0px 12px 20px 12px!important;
}

.changes-row .scene_notes {
padding: 6px 10px 16px 10px!important
}

.parts-row .scene_notes .scene-notes-header, .receipts-row .notes .notes-header {
    display: flex;
    flex-flow: row wrap;
    justify-content: space-between;
    list-style: none;
    margin: 0;
    font-size: 11px;
    padding: 10px 0px 5px 0px;
    font-weight: 700;
}

.parts-row .p_actions {
    text-align: right;
}

.p_actions .dropdown-menu-right {
	right: 0px!important;
}	

li.scene-notes-heading, li.notes-heading {
    font-weight: 700;
    text-decoration-style: double!important;
    text-decoration: underline;
}

.scene_notes ul, .notes ul {
    display: flex;
    flex-flow: row wrap;
    justify-content: space-between;
    list-style: none;
    margin: 0;
    font-size: 11px;
    padding: 10px 0px 5px 0px;
}

ul.scene-notes-content li {
    width: 25%;
}

ul.scene-notes-content li:last-child {
    text-align: end;
}

.scene-notes-content i {
    vertical-align: text-bottom;
}

.scene_notes .change-status, .scene_notes .character-name, .scene_notes .change-name {
    font-size: 11px;
    font-weight: 600;
}

ul.scene-notes-description, ul.notes-description {
    display: flex;
    flex-flow: row wrap;
    justify-content: space-between;
    list-style: none;
    margin: 0;
    font-size: 12px;
    padding: 0px 0px 0px 0px;
    border-left: 3px solid #868686;
    padding-left: 10px!important;
    margin-bottom: 20px;
    white-space: pre-wrap;
}

ul.notes-content {
    font-size: 12px;
    padding: 0px 0px 0px 0px;
    border-left: 3px solid #868686;
    padding-left: 10px!important;
}

.change-list-description {
    white-space: pre-line;
}

.personal_details .img_and_text_block, .scene-notes-description {
    white-space: pre-wrap;
}

.scene_notes .scene-part-name {
margin-right: 5px;
}

.table-footer {
    border-top: 2px solid #e6e7e9;
}

.table-footer ul {
    display: flex;
    justify-content: space-between;
    padding: 20px;
    font-weight: 600;
}

.image-user-link {
    line-height: 1;
    margin-top: 7px;
    font-weight: 600;
    font-size: 12px;
}

.image-footer {
    border-bottom: 1px solid #e6e7e9;
}

.image-footer ul, .image-header ul {
    display: flex;
    justify-content: space-between;
    line-height: 1;
    font-size: 12px;
    padding: 10px 0 10px 0;
}

.image-footer li > b, .image-header li > b {
    color: #000000;
    display: block;
    line-height: 1;
    margin-top: 7px;
    font-weight: 600;
    font-size: 12px;
}

.image-header .featured-image {
    background-color: forestgreen;
    color: #fff;
    padding: 2px;
    text-align: center;
}

.cm_common_asset_box .ns_ptc_box_content {
    margin-top: 10px;
    justify-content: space-between;
}

.custom-change-details .placeholder-ai {
    font-size: 40px;
    text-align: center;
    /* opacity: 0.2; */
}

.section-cost h6 {
    margin-bottom: 20px;
    font-weight: 900;
}

.totals-net-gross {
    display: flex;
    justify-content: space-between;
    margin-top: 3px;
}

.totals-net-gross:last-child {
    padding-right: 12px;
}

.total-net {
    font-weight: 600;
}

.total-net:after {
  margin-left: 2px;
  content: "exc";
  font-size: 8px;
}

.total-gross:after {
  margin-left: 2px;
  content: "inc";
  font-size: 8px;
}

.cm_usage > p span {
    font-size: 12px;
    font-weight: 600;
    color: #000;
}

.table-container .a_asset_usage i {
    font-size: 14px!important;
}

/*  Dark Theme */
.dark-theme .auth-full-bg {
    background-color: #2a2f41;
    position: relative;
}
.dark-theme .satisfied-text{
    color: #fff;
}
@media (min-width: 768px) and (max-width: 1199px){
    .grid-list-button > div {
        position: relative;
        padding-top: 5px;
    }
    .grid-list-button > div::before {
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        -webkit-transform: translate(-50%, -50%);
        -moz-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
        -o-transform: translate(-50%, -50%);
    }
    .customer-list .card-body .list-of-details > div{
        color: #495057;
    }
    .status-btn {
        padding: 4px 5px!important;
        font-size: 11px!important;
    }
    .a_status{
        min-width: 12% !important;
    }
    body[data-layout=dark] .view-all, .loading-box {
        padding: 11px 16px;
    }
    .close-search {
        cursor: pointer;
        position: absolute;
        right: 8px;
        top: 10px;
    }
    .d-flex-p {
        display: flex;
        display: -webkit-flex;
    }
    .table-container .table_body > .table_inner_body > div{
        display: block;
        overflow: hidden;
        white-space: nowrap !important;
        text-overflow: ellipsis;
    }

    .table-container .table_body > .table_inner_body > .p_actions, .table-container .table_body > .table_inner_body > .a_actions {
	display: block;
    	overflow: inherit;
    	white-space: nowrap !important;
    	text-overflow: inherit;
    }



    .myDropdown-item {
        display: inline-block;
    }
    .table-container .table_body > .table_inner_body > div:nth-child(1), .table-container .table_heding > div > div:nth-child(1) {
        width: auto;
        display: flex;
        justify-content: space-between;
    }
    .table-container .table_body > .table_inner_body > div:nth-child(2), .table-container .table_heding > div > div:nth-child(2) {
        width: 210px;
    }
    .a_name, .a_name {
        width: 850px !important;
    }
    .table-container .table-responsive{
        overflow-x: scroll;
    }
    #tab-sustainability .table-container .table_body > .table_inner_body > div:nth-child(1),#tab-sustainability .table-container .table_heding > div > div:nth-child(1),
    #tab-sustainability .table-container .table_body > .table_inner_body > div:nth-child(2),#tab-sustainability .table-container .table_heding > div > div:nth-child(2),
    #tab-sustainability .table-container .table_body > .table_inner_body > div:nth-child(3),#tab-sustainability .table-container .table_heding > div > div:nth-child(3){
        width: auto;
    }
    #tab-sustainability .table-responsive{
        overflow-x: inherit;
    }
    .cm_list_view_wrapper .cm_list_view_title{
        margin: 20px 0;
    }
    .cm_list_title_content, .cm_status_title_content{
        align-items: center;
    }
    .cm_usage p{
        display: flex;
        align-items: center;
    }
    .common_col_bg_box .row .col-md-4 {
        flex: 0 0 33.3333333333%;
        max-width: 53.333333%;
        margin-bottom: 15px;
    }
    .cm_status_ul ul {
        flex-wrap: wrap;
    }
    .cm_status_ul ul li{
        margin-bottom: 10px;
    }
    #tab-finance .list-pagination{
        width: 52%;
        float: right;
        margin-top: -10px;
    }
    .total_actual_pl{
        display: inline-block;
    }
    .btn-group.dropup .st-common-btn{
        display: flex;
        align-items: center;
        justify-content: space-between;
    }
    .btn-group.dropup .st-common-btn i{
        margin-top: 0.5px;
    }
    .st--common--box .common-st-title-label h5 {
        font-size: 12px;
        padding-left: 0px;
    }
    .st-unique-input-box .styled-checkbox:checked + label:after {
        left: 5px !important;
        top: 9px !important;
    }
    #imagesgallery .dz-preview div.dz-image > div {
        width: 100%;
        height: 100px;
        background-repeat: no-repeat;
        background-position: center;
        border-radius: 0;
    }

    .dz-preview .dz-image > div {
        background-repeat: no-repeat;
        background-position: center;
        border: 1px solid #e6e7e9;
    }


    #imagesgallery .dz-preview div.dz-image{
        margin: 0;
        width: 100%;
    }
    #imagesgallery .dz-preview {
        display: inline-block;
        flex: 0 0 35%;
        max-width: 35%;
    }
    #imagesgallery .dz-preview .dz-details {
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
        text-align: center;
    }
    .dz-size label{
        margin-bottom: 0;
    }
    #imagesgallery .dz-preview {
        padding-bottom: 15px;
    }
    .common--input-filed textarea::-webkit-input-placeholder {
        color: #757575;
    }
    .common--input-filed textarea::placeholder {
        color: #757575;
    }
    .st--common--box:nth-child(4) .st-input-uq{
        padding-right: 120px;
    }
    .dropdown-toggle{
        margin-top: 0;
    }
    .cauge-text{
        display: none;
    }
    body[data-layout="dark"] .af-main-page, body[data-layout="dark"] #wrapper{
        background-color: rgba(255, 255, 255, 1) !important;
    }
    body[data-layout="dark"] .page-content{
        background: #fff;
    }
    .navbar-header {
        height: 72px;
    }
    .common-step-block .st_accordion input {
         padding-right: 126px; 
    }
    .main-step-wrapper .common-step-button-block {
        padding: 25px 0;
    }
    .common-step-button-block button,
    .common-step-button-block a{
        margin-top: 10px;
    }
    .common-step-button-block .btn-group.dropup{
        vertical-align: unset;
    }
    .st--common--box .form-control[readonly] {
        border: none;
        font-size: 16px;
        font-weight: 600;
        padding: 0 15px;
        display: flex;
        height: 40px;
        align-items: center;
    }
    body[data-sidebar="dark"] .common--input-filed input::placeholder,
    body[data-sidebar="dark"] .common--input-filed input::-webkit-input-placeholder{
        color: #ccc;
    }
    body[data-sidebar="dark"] .product-page-header .main-root-top .filter_option,
    body[data-sidebar="dark"] .product-page-header .main-root-top h3,
    body[data-sidebar="dark"] .nav-pills>a, .nav-pills>li>a, .nav-tabs>li>a,
    body[data-sidebar="dark"] h1,body[data-sidebar="dark"] h2,body[data-sidebar="dark"] h3,body[data-sidebar="dark"] h4,body[data-sidebar="dark"] h5,body[data-sidebar="dark"] h6,
    body[data-sidebar="dark"] .list-of-details .accounting-total,
    body[data-sidebar="dark"] .list-of-details .accounting-header,
    body[data-sidebar="dark"] .list-of-details .list-detail,
    body[data-sidebar="dark"] .list-of-details .header-detail{
        color: #605d5d !important;
    }
    body[data-sidebar="dark"] .breadcrumb-item>a {
        color: #747B82;
    }
    body[data-sidebar="dark"] .breadcrumb-item.active {
        color: #a7a7a7;
    }
    body[data-sidebar="dark"] .list-of-details .accounting-header{
            border-top: 1px solid #ccc;
            border-bottom: 1px solid #ccc;
    }
    body[data-sidebar="dark"] .sustainability-tracking,
    body[data-sidebar="dark"] .sustainability-planned-actions,
    body[data-sidebar="dark"] .list-of-details.asset-accounting{
        border-color: #605d5d !important;
    }
    body[data-sidebar="dark"] .dropdown-item.disabled {
       color: #c3cbe4;
    }
    body[data-sidebar="dark"] .pagination .disabled {
         opacity: 1; 
    }
    #dimensions-manual .read-input .unit-input{
        display: flex;
        align-items: center;
    }
    body #dimensions-manual .read-input .u-mm {
        top: 6.5px;
        max-height: 40px;
    }
    body[data-layout="dark"] .grid-list-button .list {
        background-image: url(images/smaller-list.svg); 
        height: 24px;
        width: 24px;
    }
    body[data-sidebar="dark"] .breadcrumb-item + .breadcrumb-item::before {
        top: 50%;
    }
    #disp_activity_tab .cm_status_ul ul,
    #disp_details_tab .cm_status_ul ul{
        justify-content: space-between;
        margin-top: 17px;
    }
    #asset_activity .cm_status_ul ul {
        margin-top: 15px;
    }
    .st-upload-title{
        padding: 0 15px;
    }
    .upload-image-and-file .st-upload-title p {
        margin-top: 5px;
    }
    #disboard-content-wrapper .Post_An_Update_dropdown::before {
        right: 15px;
    }
    #disboard-content-wrapper .cm_asset_head:after {
        right: -5px;
    }
    #disboard-content-wrapper .my-dots-horizontal {
        right: -2px;
    }
    #page-content-wrapper[data-v-088dcaac] .common_col_bg_box .row .col-md-3 {
        flex: 0 0 50%;
        max-width: 50%;
        margin-bottom: 10px;
    }
    .richard-text_block .l_r_text_img .col-sm-9{
        flex: 0 0 100%;
        max-width: 100%;
    }
    #main_table .d-flex-p > div span {
        padding-right: 25px;
        max-width: 200px;
    }
    #disboard-content-wrapper .table-container .table_body > .table_inner_body > div:nth-child(2), #disboard-content-wrapper .table-container .table_heding > div > div:nth-child(2) {
        width: 279px;
    }
    .nav-justified .nav-item, .nav-justified>.nav-link {
        flex: auto;
        text-align: center;
    }
    #basic_info_tab .common_sub_col_bg .row > div{
        flex: 0 0 50%;
        max-width: 50%;
        margin-bottom: 10px;
    }
    .products h4{
        font-size: 18px;
    }
    .table-container .table_body > .table_inner_body > div:nth-child(5), .table-container .table_heding > div > div:nth-child(5) {
        width: 260px;
    }
    .avatar-sm {
        height: 3rem;
        width: 3rem;
    }
    .af-accent {
        padding: 4px 10px;
    }
    #__BVID__99 .nav-tabs-custom {
        width: 50%;
        margin: 0 auto;
    }
    .table-container .table_body > .table_inner_body > div.d_actions{
        overflow: unset;
    }
    .table-container .table_body > .table_inner_body .dropdown-menu-right{
        right: 0 !important;
    }
    #acq_activity_tab .row .col-lg-8 .text-center{
        margin-top: 0 !important;
    }
    .cm_common_asset_box {
        margin-top: 15px;
    }
    #layout-wrapper .page-title-box {
        padding-bottom: 5px;
    }
    #layout-wrapper .cm_asset_head:after {
        right: -6px;
    }
    .st-radio-row .col-3{
        flex: 0 0 50%;
        max-width: 50%;
    }
    body .st-radio-row {
        margin: 0 -15px;
    }
    /* .navbar-header {
        height: 88px !important;
    }  */
    #layout-wrapper .col-sm-6 .form-group .col-sm-6{
        max-width: 100%;
    }

    body[data-sidebar="dark"] .navbar-header {
        height: 70px !important;
    }
    .logo-light .logo-sm {
        left: 10px !important;
        top: 6px !important;
    }
    /* body[data-sidebar="dark"] .sidebad-toggle {
        left: 495px;
    }      */
    body[data-layout="dark"] .grid-list-button .list {
        background-image: url(images/smaller-list.svg) !important;
    }  
}


@media screen and (max-width: 991px){
    .dz-size label{
        margin-bottom: 0;
    }
    .dz-size label{
        margin-left: 5px;
    }
    .btn-group.dropup .st-common-btn i {
        margin-top: 1px;
    }
    .prev-next--btn button:nth-child(3){
        margin-right: 10px;
    }
    /* .logo {
        line-height: 65px;
    } */
    .vertical-collpsed .navbar-brand-box {
        width: auto !important;
    }

}

@media screen and (min-width: 1200px){
    .testmonial{
        position: relative;
        top: 50%;
        transform: translateY(-50%);
    }
}
@media (max-width : 1360px){
    .testmonial-image-name {     
        width: 90%;
    }
    .testmonial-name {
        padding-left: 20px;
    }
    .testmonial-bottom,
    .testmonial-top {
        padding: 25px;
    }
}

@media (max-width : 767px){
    .testmonial-bottom,
    .testmonial-top {
        padding: 15px;
    }
    .auth-full-bg:before, .auth-full-bg:after {
        width: 100px;
        height: 100px;
    }
    .testmonial-image:after {
        top: -10px;
        left: -10px;
    }
    .satisfied-text {
        font-size: 25px;
        margin-bottom: 15px;
        margin-top: 25px;
    }
}

@media (max-width : 575px){
    .auth-full-bg:before, .auth-full-bg:after {
        width: 50px;
        height: 50px;
    }
    .testmonial-stars{
        display: none;
    }
    .testmonial-stars.desktop{
        display: block;
    }
    .testmonial-bottom p {
        font-size: 14px;
    }
    .testmonial-bottom p img{
        width: 20px;
    }
    .testmonial-image-name{
        width: 100%;
    }
    .testmonial-name h3 {
        font-size: 16px;
    }
    .testmonial-image {
        width: 75px;
        height: 75px;
    }
    .testmonial-name {
        width: calc(100% - 75px);
    }    
    .dark-theme .auth-full-bg {
        padding-bottom: 25px !important;
    }
}

/*------  Login Page Ends -------*/



/*------  New Plan List Wrap CSS Start -------*/

.new_plan_list_wrap .cm_asset_head h3 {
    font-size: 13px;
    margin-bottom: 10px;
}
.new_plan_list_wrap .cm_asset_head:after{
    display: none;
}
.plan_list_image img {
    width: 100%;
    max-width: 100%;
    max-height: 95px;
    object-fit: cover;
    object-position: top center;
    border-radius: 10px;
}
.table_small_list_view .plan_list_image img {
    max-height: 60px;
    min-height: 60px;
}
.new_smaller_list_view .common_sub_col_bg {
    padding: 17px 5px 17px 15px;
    border-left: 0px;
    border-radius: 8px;
    margin: 0;
}
.table_small_list_view .common_sub_col_bg {
    padding: 12px 5px 12px 15px;
}

 .cm_asset_details_upload_box.new_smaller_list_view {
    padding-left: 8px;
    
}
.cm_asset_details_upload_box.new_smaller_list_view.green_br {
    border-left: 4px solid forestgreen;
}
.cm_asset_details_upload_box.new_smaller_list_view.red_br {
    border-left: 4px solid red;
}
.new_smaller_list_view .cm_usage p, .new_smaller_list_view .cm_list_inner_common p{
    font-size: 10px;
    text-transform: unset;
}
.new_smaller_list_view .cm_usage p i, .new_smaller_list_view .cm_list_inner_common p i {
    color: #556ee6;
}
.cm_list_inner_common.new_list_status p i {
    width: 10px;
    height: 10px;
    display: inline-block;
    background-color: #ff8c01;
    border-radius: 50%;
    margin-top: 0;
    margin-left: 3px;
}
.new_smaller_list_view .cm_list_view_more_button {
   width: 20px;
   height: 20px;
   top: 2px;
   right: 25px;
}
.new_smaller_list_view .cm_list_view_more_button .dropdown-toggle{
    padding: 0;
    line-height: 1;
}
.new_smaller_list_view .cm_list_view_btn {
    bottom: 12px;
    right: 22px;
}
/* .new_plan_list_wrap .cm_asset_details_upload_box + .cm_asset_details_upload_box {
    margin-top: 20px;
} */

.new_smaller_list_view>* {
    margin-bottom: 10px;
}


@media (max-width:767px){
    .plan_list_image img{
        max-height: 160px;
    }
    .table_small_list_view .plan_list_image img{
        max-height: 108px;
        min-height: 108px;
    }
    .table_small_list_view .plan_list_image{
        margin-bottom: 0;
    }
    .plan_list_image{
        margin-bottom: 15px;
    }
    .new_smaller_list_view .cm_list_view_btn {
        right: 5px;
    }
    .new_smaller_list_view .common_sub_col_bg .row > div + div {
        margin-top: 0px;
    }
    .new_smaller_list_view .common_sub_col_bg .row>* {
        margin-bottom: 8px;
    }
    .new_smaller_list_view .common_sub_col_bg .row>*:nth-last-child(-n+2){
        margin-bottom: 0;
    }
    .table_small_list_view .cm_list_view_btn{
        position: absolute;
        right: 22px;
    }
   
    
}
@media (max-width:400px){

    .table_small_list_view .common_sub_col_bg {
        padding: 12px 18px 12px 5px;
    }
    .table_small_list_view > .row:first-child > div + div {
        padding-left: 0;
    }
 

}
@media (max-width:367px){
    .table_small_list_view .cm_list_view_more_button {
        top: -3px;
        right: 20px;
    }
    .table_small_list_view .cm_list_view_btn {
        right: 17px;
        bottom: 6px;
    }
}

/*------  New Plan List Wrap CSS End -------*/


/*------  New Scene Detail CSS Start -------*/

.ns_main_content_block .Post_An_Update_dropdown::before{
    content: "\E9E2";
    font-family: boxicons;
}
.ns_desc_info{
    padding: 0 15px 15px; 
}

.ns_main_content_block .text_block textarea {
    height: auto;
    min-height: 233px;
    resize: none;
}
.ns_new_task_view{
    margin-top: 20px;
}
.ns_common_check_box{
    display: flex;
    align-items: center;
}
.ns_check_lable {
    min-width: 135px;
}
.ns_check_lable h5 {
    font-size: 12px;
}

.ns_cm_checkbox{
    display: flex;
    align-items: center;
}
.ns_cm_checkbox p + p{
    margin-left: 15px;
}
.ns_cm_checkbox p input {
    display: none;
}
.ns_cm_checkbox p label {
    position: relative;
    padding-left: 16px;
    cursor: pointer;
    display: inline-block;
    font-size: 12px;
    margin-bottom: 0;
}
.ns_cm_checkbox p label.ns_red {
    color: red;
}
.ns_cm_checkbox p label.ns_black {
    color: #000;
}
.ns_cm_checkbox p label::before {
    content: '';
    position: absolute;
    left: 0;
    top: 3px;
    width: 10px;
    height: 10px;
    border-radius: 100%;
}
.ns_cm_checkbox p label.ns_red::before{
    background-color: red;
}
.ns_cm_checkbox p label.ns_black::before {
    background-color: #000
}
.ns_cm_checkbox p input:checked + label {
    color: green;
}
.ns_cm_checkbox p input:checked + label::before{
    background-color: green;
}

.new_scene_details_block{
    position: relative;
    height: 100%;
}
/* .new_scene_details_block .assets-section{
    position: absolute;
    bottom: 20px;
    left: 0;
    width: 100%;

} */
.ns_date_icon {
    display: flex;
    align-items: center;
    margin-left: 15px;
}
.ns_date_icon p{
    font-size: 14px;
    font-weight: 600;
}

.ns_dropdown_block, .ns_drop_select_box {
    display: flex;
}
.ns_col_left, .ns_col_right {
    width: 50%;
}

.ns_select_box {
    margin-right: 30px;
}
.ns_select_box .multiselect__tags {
    padding-right: 40px !important;
}
.ns_select_box .multiselect__placeholder{
    color: #3d3f40!important;
    font-size: 14px;
    font-weight: 600;
}
.new_scene_details_block .tab_content_design{
    padding: 0;
}
.ns_drop_select_box .cm_pro_status_tag a {
    padding: 8px 5px !important;
}
.ns_drop_select_box .status-btn {
    font-size: 14px !important;
}
.ns_ptc_box {
    text-align: center;
    margin-right: 30px;
}
.ns_ptc_box p{
    font-size: 12px;
    margin-bottom: 3px;
}
.ns_ptc_box a {
    display: inline-block;
    border: 2px solid #000;
    font-size: 18px;
    padding: 8px 20px;
    color: #495057;
    font-weight: 500;
}
.ns_ptc_box a span {
    font-size: 10px;
    display: block;
}
.ns_ptc_box_content {
    margin-top: -35px;
    margin-bottom: 20px;
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-end;
}
.ns_ptc_box a.ns_bor_red{
    border-color: red;
}
.ns_ptc_box a.ns_bor_yellow{
    border-color: #ffc107;
}
.ns_ptc_box a.ns_bor_green{
    border-color: green;
}
.ns_ptc_box span img {
    width: 85px;
    height: 90px;
    object-fit: cover;
    object-position: top center;
    border-radius: 5px;
    margin-left: 10px;
}
.ns_ptc_box_more .dropdown-toggle {
    padding: 15px 5px;
    line-height: 0;
}
.ns_ptc_box_more  .cm_product_more_btn .my-dots-horizontal {
    top: -10px;
}
.ns_check_select, .ns_check_input{
    width: 100%;
}
.ns_common_check_box + .ns_common_check_box {
    margin-top: 10px;
}
.ns_assets_timeline .Assets_Timeline{
    margin-top: 0;
}

.ns_assets_list_img img {
    width: 100%;
    max-width: 100%;
    max-height: 65px;
    border-radius: 8px;
    object-fit: cover;
    object-position: top center;
}
.ns_db_personal {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.ns_db_personal a {
    margin-bottom: 15px;
    margin-left: 10px;
}
.ns_assets_timeline .personal_details_title{
    padding-right: 100px;
}
.ns_assets_more{
    position: absolute;
    top: -10px;
    right: -5px;
}
.ns_assets_more .btn-group .dropdown-menu-right{
    right: 0 !important;
}
.ns_assets_more .dropdown-toggle {
    padding: 0px 5px;
    font-size: 23px;
}
.ns_main_block .Post_An_Update, .ns_main_block .Assets_Timeline {
    max-height: 100%;
    overflow-y: auto;
}
.ns_main_block {
    height: 100%;
    margin-bottom: 20px;
}
.ns_main_block > .row, .ns_main_block > .row>*  {
    height: 100%;
}
.assets-detail .status-btn {
    display: inline-block;
}
.live_icon {
    position: relative;
    background-color: red;
    width: 10px;
    height: 10px;
    margin-right: 20px;
    border: 1px solid rgba(0, 0, 0, 0.1);
    border-radius: 50%;
    z-index: 1;
    display: inline-block;
    vertical-align: middle;
    -webkit-animation: ripple 2s linear infinite;
    animation: ripple 2s linear infinite;
}

.live_icon_off {
    position: relative;
    background-color: blue;
    width: 10px;
    height: 10px;
    margin-right: 20px;
    border: 1px solid rgba(0, 0, 0, 0.1);
    border-radius: 50%;
    z-index: 1;
    display: inline-block;
    vertical-align: middle;
}

@keyframes ripple {
    0% {
        box-shadow: 0 0 0 0 rgba(255, 0, 0, 0.2), 0 0 0 10px rgba(255, 0, 0, 0.2);
    }
    100% {
        box-shadow: 0 0 0 10px rgba(255, 0, 0, 0.2), 0 0 0 20px rgba(0, 188, 188, 0);
    }
    }


@media screen and (min-width: 768px){
    .sdl-main-wrap-new > .page-content {height: calc(100vh - 60px);padding-bottom: 0;}
    .sdl-main-wrap-new > .page-content > .af-main-page {
        height: 100%;
        min-height: auto; 
        padding-bottom: 15px
    }
    .sdl-main-wrap-new > .page-content > .module-alert + .af-main-page{
        height: calc(100% - 46px);
    }
    .sdl-main-wrap-new > .page-content > div > div{
        height: 100%;
    }
    .sdl-main-wrap-new .new_scene_details_block{
        height: calc(100% - 130px);
        position: relative;
    }
    .new_scene_details_block .tab_content_design {
        height: calc(100% - 65px);
        position: relative;
    }
    .new_scene_details_block .tab_content_design > div,
    .ns_main_block > .row > div > div {
        position: relative;
        height: 100%;
    }
    .new_scene_details_block .nav-tabs-custom .nav-item {
        white-space: nowrap;
        flex: auto;
    }
    .new_scene_details_block .nav-tabs-custom {
        overflow-y: hidden;
        overflow-x: auto;
        flex-wrap: nowrap;
    }
}
@media screen and (min-width: 1200px){
    .ns_main_content_block .text-upload_file_btn .st-file-btn{
        width: 330px;
    }
}    

@media screen and (max-width: 1600px){
    .new_scene_details_block .tab_menu_item{
        padding: 0 25px;
    }
    .ns_ptc_box {
        margin-right: 15px;
    }
    .ns_select_box {
        margin-right: 15px;
    }
    .new_scene_details_block .nav-tabs-custom .nav-item .nav-link{
        padding: 10px;
    }
}

@media screen and (max-width: 1440px){
    .ns_main_content_block .upload_ditels_box .row>*  {
        max-width: 100%;
        flex: 100%;
    }  
    .ns_main_block .row>* {
        max-width: 50%;
        flex: 50%;
    }
    .ns_main_content_block .text-upload_file_btn .st-file-btn + .st-file-btn {
        margin-left: 0;
    }
    .ns_new_task_view{
        margin-bottom: 20px;
    }
    .new_scene_details_block .tab_menu_item {
        padding: 0 0px;
    }
    .new_scene_details_block .nav-tabs-custom .nav-item .nav-link {
        padding: 10px 0px;
    }
    .ns_ptc_box a{
        font-size: 16px;
        padding: 8px 10px;
    }
    .ns_select_box .multiselect__placeholder {
        font-size: 12px;
    }
    .ns_select_box .multiselect__tags {
        padding-right: 23px !important;
    }
    .ns_select_box .multiselect__select:before{
        right: -10px;
    }
    .ns_drop_select_box .status-btn {
        font-size: 12px !important;
    }
    .ns_main_content_block .upload_ditels_box .col-md-4{
        padding-left: 12px!important;
    }
}
@media screen and (max-width: 1199px){
    .ns_col_left, .ns_col_right {
        width: 100%;
    }
    .ns_col_left{
        margin: 10px 0;
    }
    .ns_ptc_box:nth-child(4){
        margin-right: 0;
    }
    .ns_dropdown_block, .ns_drop_select_box{
        flex-wrap: wrap;
    }
    .ns_date_icon p{
        font-size: 12px;
    }
    .ns_col_right {
        position: absolute;
        top: -75px;
        right: 0;
        max-width: 60%;
    }
    .ns_ptc_box_content{
        justify-content: space-between;
        margin:0;
    }
    .new_scene_details_block .nav-tabs-custom .nav-item {
        white-space: nowrap;
    }
    .new_scene_details_block .nav-tabs-custom .nav-item .nav-link{
        padding: 10px;
    }
    .ns_drop_select_box {
        justify-content: space-between;
    }
    .ns_select_box{
        width: 25%;
    }
    .ns_ptc_box {
        width: 20%;
    }
    .ns_ptc_box a{
        display: block;
        font-size: 13px;
        padding: 4px 8px;
    }
    .ns_ptc_box p{
        font-size: 10px;
    }
    .ns_ptc_box {
        margin-right: 10px;
    }
    .ns_ptc_box span img{
        margin-left: 0;
        width: 65px;
        height: 65px;
    }
    .new_scene_details_block .nav-tabs-custom{
        overflow-x: auto;
        flex-wrap: nowrap;
    }
    .new_scene_details_block .col-divider:nth-child(4), .new_scene_details_block .col-divider:nth-child(5) {
        margin-top: 0px;
    }
    
  
    .new_scene_details_block .nav-tabs-custom .nav-item .nav-link:after{
        bottom: 1px;
    }
    .ns_assets_timeline .personal_details_title {
        padding-right: 50px;
    }
    .sdl-main-wrap-new h2.title {
        font-size: 20px;
    }
    .sdl-main-wrap-new .page-title-box {
        padding-top: 20px;
    }

}

@media screen and (max-width: 767px){
    .ns_main_block .row>* {
        max-width: 100%;
        flex: 100%;
    }
    .ns_assets_timeline{
        margin-top: 25px;
    }
     .ns_ptc_box_content{
        justify-content: flex-end;
    }
    .ns_main_content_block .text_block textarea {
        min-height: 150px;
    }
    .ns_db_personal.status-btn {
        padding: 2px 8px !important;
    }
    .ns_main_content_block .text-upload_file_btn{
        flex-wrap: wrap;
        padding: 15px 0 0;
    }
    .ns_ptc_box{
        display: none;
    }
    .sdl-main-wrap-new .page-title-box{
        padding-top: 0;
    }
    .ns_col_right {
        top: -40px;
    }
    .ns_col_left{
        margin: 0;
    }
    .ns_select_box {
        width: 50%;
        margin: 0 0 10px;
        padding: 0 5px;
    }
    .ns_drop_select_box {
        margin: 0 -5px;
    }
    .cm_pro_status_tag{
        width: 50%;
        padding: 0 5px;
        margin: 0;
    }
    .cm_pro_status_tag a {
        display: block;
        text-align: center;
    }
      .new_scene_details_block, .ns_main_block, .ns_main_block > .row, .ns_main_block > .row>* {
        height: auto;
    }
    .ns_main_content_block .Post_An_Update, .ns_assets_timeline .Assets_Timeline{
        max-height: 500px;
    }
   
}

@media screen and (max-width: 575px){
    .ns_ptc_box {
        width: 28%;
        margin-bottom: 20px;
    }
    .ns_ptc_box a, .ns_ptc_box p {
        text-align: center;
    }
    .ns_ptc_box span img{
        margin-left: 0;
    }
    .ns_drop_select_box .cm_pro_status_tag a {
        padding: 9px 5px !important;
    }
    .ns_ptc_box{
        text-align: left;
    }
    .ns_ptc_box_content{
        margin-bottom: 0;
    }
    .ns_main_block .img_and_text_block.mobile_img_col.row>*{
        max-width: 33.333%;
        flex: 33.333%;
    }
    .sdl-main-wrap-new .af-main-page{
        padding: 20px 15px 30px 15px;
    }
    .sdl-main-wrap-new h2.title {
        font-size: 18px;
    }
   

    
}

@media screen and (max-width: 400px){
    .ns_ptc_box {
        width: 33.333%;
        margin-right: 0px;
        padding: 0 5px;
    }
    .live_icon{
        margin-right: 15px;
    }
   
    .ns_ptc_box p{
        font-size: 11px;
    }
    .ns_common_check_box{
        flex-wrap: wrap;
    }
    .ns_check_lable{
        min-width: 100%;
        margin-bottom: 5px;
    }
    .ns_ptc_box:nth-child(4){
        width: 50%;
    }
    .ns_main_block .img_and_text_block.mobile_img_col.row>* {
        max-width: 50%;
        flex: 50%;
        margin-bottom: 15px;
    }
}




/*------  New Scene Detail CSS End -------*/


/* .ownership-status-current .product-image-slider img{
    max-height: 250px;
    object-fit: cover;
    object-position: top center;
} */
.ns_main_block .dz-filename{
    max-width: 80px;
    display: inline-block;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}
.ns_main_block #imagesgallery .dz-preview .dz-image > div {
    background-size: cover;
    background-repeat: no-repeat;
}
body .ns_main_block #imagesgallery .dz-preview .dz-image{
    width: 100%;
}

@media screen and (max-width: 1199px){
    .changes-wrapper .page-content-inner {
        padding: 0 ;
    }
    .af-main-page{
        padding: 20px 15px !important;
    }
    .cm_list_view_image .product-image-slider img {
        max-height: 250px;
        object-fit: contain;
        object-position: top center;
    }
    .changes-wrapper .cm_list_view_wrapper > .cm_list_view_wrapper {
        padding-top: 0;
    }
}

@media screen and (max-width: 991px){
    body[data-sidebar=dark] .logo-light span.logo-sm {
        top: 0 !important
    }
}
@media screen and (max-width: 767px){
    .page-content-inner {
        padding: 0 !important;
    }
   
   
}

.product-page-header .main-root-top .filter_option {
    display: inline-block;
    position: relative;
    vertical-align: middle;
    border: 1px solid #cccccc;
    padding: 6px;
    margin-top: -4px;
    border-radius: 0.25rem;
    padding-right: 22px;
}

.product-page-header .main-root-top h3 {
    font-size: 14px!important;
}


.product-page-header .main-root-top .filter_option:after {
    content: "";
    display: inline-block;
    vertical-align: top;
    margin-left: 13px;
    margin-top: 5px;
    position: absolute;
    right: 3px;
    top: 5px;
    width: 0px;
    height: 0px;
    border-left: 7px solid transparent;
    border-right: 7px solid transparent;
    border-top: 10px solid #000;
}

.product-page-header .main-root-top .header-selected-item {
    padding-left: 4px;
    font-size: 18px!important;
    margin-top: -4px;
    font-weight: 500;
}


.pipe-filters-separator {
    display: none;
}

.product-page-header .main-root-top .filters_list {
    position: absolute;
    top: 30px;
    left: 0;
    background-color: #fff;
    padding: 15px;
    width: 230px;
    z-index: 99;
    max-height: 500px;
    overflow-y: auto;
    margin-top: 14px;
    margin-left: -1px;
    
}

/***************** Intake Form Starts ******************/

.color-box {
    border: 1px solid #9f9f9f;
    padding: 1rem!important;
}

/***************** Intake Form Ends ******************/

/***************** Storage Ordering Fix ******************/

.multiselect__content-wrapper {
    min-width: 100%!important;
    width: max-content!important;
}
/***************** Storage Ordering Fix ******************/

/***************** Order Line Layout ******************/

.bottom-arrow:after {
    content:'';
    position: absolute;
    left: 0;
    right: 0;
    margin: 0 auto;
    width: 0;
    height: 0;
    border-top: 15px solid #4ccead;
    border-left: 25px solid transparent;
    border-right: 25px solid transparent;
}


.bottom-arrow {
      border-bottom: 5px solid #4ccead;
}

.ol-object, .ol-action {
    padding: 10px 0px 10px 35px;
    border-left: 3px solid #4ccead;
    margin: -1px 0px 0px 0px;
    border-radius: 0!important;
    position: relative;
    background-color: #fff;
    border-top: 1px solid #d1d1d1;
    border-right: 1px solid #d1d1d1;
    border-bottom: 1px solid #d1d1d1;
}

.ol-object {margin-top: 5px!important;}


.ol-object:after {
    content: "Asset";
    position: absolute;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    background-color: #e0e0e0;
    left: 0px;
    text-transform: uppercase;
    font-weight: 600;
    padding: 0 5px 0 3px;
    top: 8px;
    font-size: 10px;
    background-color: #4ccead;
}

.ol-action:after {
    content: "Tasks";
    position: absolute;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    background-color: #e0e0e0;
    left: 0px;
    text-transform: uppercase;
    font-weight: 600;
    padding: 0 5px 0 3px;
    top: 8px;
    font-size: 10px;
    background-color: #4ccead;
}

.order_line .task-action {
    font-size: 14px!important;
    font-weight: 600;
    /* padding-right: 5px; */
}

.order_line .table_inner_body {
    margin-bottom: 10px;
    border: 1px solid grey;
    border-radius: 6px;
    margin-top: 6px;
    padding: 6px;
}

.order_line .table-container .table_body > .table_inner_body {
        background-color: #f6f6f6!important;
}

.row-line-through {
    text-decoration: line-through;
}

/***************** Order List Styling ******************/

.order-progress-bar-top {
    font-size: 12px!important;
    min-height: 35px;
    font-weight: 600!important;
    padding-top: 12px;
}


.order-items-count {
    display: flex;
    justify-content: space-evenly;
}

.order-items-count .object-title-list {
    padding-right: 0!important;    
}

.table_inner_body.order_line-row, .order_line .table_inner_body {
    border: 3px solid grey!important;
    border-radius: 6px;
    margin-top: 6px;
    padding: 6px;
    margin-bottom: 10px;
}

.order_lines-wrapper .po_actions .btn {
    float: right;
    margin-top: 10px;
}

/***************** Customer List Styling ******************/

.customers-wrapper .prod_name .custom-html-content {
    display: flex;
    align-items: center;
}

.customers-wrapper .prod_name .custom-html-content :nth-child(2) {
    font-size: 16px;
    margin-left: 10px;
    font-weight: 700;
}

/***************** Miscellaneous Styling ******************/

.lots-of-items-alert {
    margin-top: 10px;
}

.export-success-message, .export-wait-message {
    font-size: 14px;
    padding: 10px;
    font-weight: 600;
}

.export-success-message::before, .export-wait-message::before {
    font-family: "Font Awesome 5 Free"; font-weight: 900; content: "\f061";
    margin-right: 10px;
    
}

.switch-customer-table .entity-row {
    border-left: 5px solid #00800000;
    position: relative;
}

.switch-customer-table .entity-row:hover {
    cursor: pointer;
    border-left: 5px solid green;
    background-color: #00800010!important;
    position: relative;
}

.switch-customer-table .is-current-entity {
    border-left: 5px solid green;
    background-color: #00800010!important;
    position: relative;
}

.ms-item-description p {
    font-size: 13px!important;
    font-weight: inherit!important;
    letter-spacing: -0.01em;
    color: inherit!important;
}

.ms-uid-span, .ms-view-span {
    font-size: 11px;
    font-weight: inherit!important;
}

.ms-uid-span::before {
     content: "(";
}

.ms-uid-span::after {
     content: " -";
}

.ms-view-span::after {
     content: ")";
}

.ms-uid-span:hover, .ms-view-span:hover {
    color: blue;
}

.form-control:disabled, .form-control[readonly] {
    background-color: #ebebeb!important;
    opacity: 0.75!important;
}

.bulk_updates-row:hover {
    cursor: pointer;
    background-color: #eee!important;
}

.enable-bu-text {
    margin-bottom: 1rem;
}

.bu-text-strong {
    text-decoration: underline;
    text-transform: uppercase;
}

.side-nav-condensed {
    padding: .0rem 2.5rem !important;
}

.force-checked {
    color: #fff!important;
    background-color: #228b22;
}

/***************** Bulk Action Styling ******************/

.bulk-actions-block .btn:disabled {
    opacity: .25!important;
}

.bulk-actions-block li a {
    border: 1px solid #D8D8D8;
    border-radius: 8px;
    margin: 0 2px 0 2px;
    text-decoration: none;
    font-size: 12px;
    font-weight: 500;
    line-height: 2;
}

.bulk-actions-block li a:hover, .dimensions-btn a:hover {
    border: 1px solid #2b2828;
}

label[for="selectItems"], label[for="selectAction"] {
    font-weight: 700;
    font-size: 14px;
}

.bulk-action-options {
    border: 1px solid #d8d8d8;
    padding: 10px;
    border-radius: 8px;
}

.bulk-action-options h4 {
    margin-bottom: 5px;
}

.bulk-action-options p {
    margin-bottom: 20px;
}

a.control-unselected.unselected-hidden {
    position: relative;
}

a.control-unselected.unselected-hidden:after {
    position: absolute;
    content: "Items are being hidden";
    color: red;
    right: -30px;
    bottom: -35px;
    min-width: 170px;
    background: red;
    color: white!important;
    padding: 0 5px 0 5px;
    text-align: center;
}

.unavailable-bu .unavailable-bu-title {
    text-decoration: line-through;
}

.unavailable-bu {
    position: relative;
}

.unavailable-bu:after {
    content: "Unavailable";
    position: absolute;
    top: 0;
    left: 0;
    color: white;
    background: red;
    font-size: 10px;
    margin: 2px 0 0 2px;
    padding: 0 2px 0 2px;
    border-radius: 3px;
}

.unavailable-bu-content {
    color: red;
    font-size: 16px;
    border: 1px solid red;
    border-radius: 3px;
}


/***************** Miscellaneous Styling ******************/

.fdp-field {
    flex: 0 0 25% !important;
    max-width: 25% !important;
}

.object-title-block {
    padding-left: 5px;
}

.tooltip .arrow:before {
    border-top-color: rgb(0 0 0 / 0%);
}

