.topbar, .app-search .form-control{
    background-color: black;
}

.sidebar-nav > ul > li.active > a,
.sidebar-nav ul li a:hover,
.sidebar-nav ul li a:focus{
    background-color:black !important;
}
.selectable .row:first-child .col-md-6:first-child{
    right: 0;
}

.fullpageview .dataTables_length{
    left: 0;
}

.banner{
    max-height: 350px;
    height: 350px;
    position: relative;
    margin-bottom: 30px;
}

.product-listing .filter{
    display: block;
    clear: both;
    width: 100%;
    height:105px;
}

.banner .filter{
    position: absolute;
    width: 100%;
    bottom: 0%;
    left: 50%;
    transform: translate(-50%, -0%);
    z-index: 2;
    padding: 20px;
    background-color: rgba(255, 255, 255, 0.9);
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.2);
}

.banner img{
    position: absolute;
    left: 0;
    top: 0;
    z-index: 1;
    width: 100%;
    max-height: 100%;
    object-fit: cover;
}

.form-control.search{
    padding: 5px 40px;
    background: url("../img/icons/search.png") no-repeat 10px #fff;
}

.filter-panel.filtercustome:before{
    right: 172px;
}

.card .card-body img{
    height: 100%;
    object-fit: contain;
}

.card-text.price{
    font-weight: 700;
    color: red;
    font-size: 15px;
}

.filter.float-right{
    position: inherit;
    float: inherit !important;
    height: 40px;
}

.filter-panel.filtercustome{
    top: 10px;
}

.dashboard_table img{
    height: auto !important;
}

.filter-panel.filtercustome{
    margin-bottom: 30px;
    position: inherit;
}
.pagebottompart{
    display: block;
}

.detail-view-section{
    padding: 20px;
    margin-bottom: 20px;
    background-color: #fff;
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.2);
}

.detail-view-section .thumb{
    height: 100%;
    display: block;
    clear: both;
    width: 100%;
}
.detail-view-section .thumb img{
    display: block;
    object-fit: cover !important;
    height: 100%;
}

.form-control:disabled, .form-control[readonly] {
    background-color: #e9ecef;
}

.filtercustome .form-control, .filtercustome .form-control::placeholder, .nav-tabs .nav-link {
    color:#333;
}

.sorting {
    background: url(../img/icons/data.png)!important;
    background-repeat: no-repeat !important;
    background-position: 90% 14px !important;
}
.table-view .table.table-bordered td,
.table-view .table tr td:last-child{
    padding:0 10px !important ;
    height: auto !important;
}

.table-view .table tr td.product-actions{
height:110px !important;
}
.table-view .table.table-bordered thead th{
    width: 200px !important;
}
.filtercustome .form-control{
    border:1px solid #cbcdd0;
}
.detail-view-section .filtercustome .form-group{
    margin-bottom:10px;}
.form-group label{
    font-size:13px;
}

.variants .form-row {
    border-bottom: 1px solid #cbcdd0;
    padding-bottom: 10px;
    margin-bottom: 10px;
}





.custom_row{
    width:100%;
}

.product-data-value {
    border: 1px solid #cbcdd0;
    padding: 5px 10px;
    font-size: 13px;
    min-height: 32px;
    background-color: #F5F5F7;
}

.globle-card {
    border: none;
    border-radius: 0;
    padding: 0;
}

.globle-card .card-body{
    margin: 0;
}
.profile-text-section {
    border-right: solid 1px #D5D5DF;
    padding: 80px 0;
}
.profile-text-section p {
    color: #A3A6B4;
    font-size: 15px;
    text-transform: uppercase;
    margin: 0;
}
.profile-text-section h3 {
    font-size: 30px;
    font-weight: 700;
    color: #43425D;
    padding: 0;
    margin: 0;
}
.profile-form-section {
    padding: 15px 0;
}
.profile-form-section .label-section .first-lable {
    font-size: 14px;
    font-weight: 700;
    color: #A3A6B4;
    text-transform: capitalize;
    padding: 0;
    display: inline-block;
    width: 170px;
}

.profile-form-section .label-section p span {
    font-size: 16px;
    font-weight: 400;
    color: #A3A6B4;
    text-transform: capitalize;
    text-align: left;
}
.profile-form-section .profile-btn {
    background-color: #F5F5F7;
    border-radius: 0;
    font-size: 14px;
    font-weight: 400;
    color: #43425D;
    width: 210px;
    text-align: left;
}
.access-section {
    display: flex;
}
.access-btn-section {
    display: grid;
}

.Accessbtn-mrg {
    margin-top: 5px;
    margin-left: 0;
}

.pagebottompart .pull-right {
    padding-right: 0 !important;
}
.pagebottompart .pull-right ul.pagination {
    float: right;
}

span.compleatness {
    position: absolute;
    top: 10px;
    right: 10px;
    background-color: red;
    display: block;
    width: 60px;
    height: 25px;
    border-radius: 200px;
    color: #fff;
    font-size: 11px;
    line-height: 25px;
    text-align: center;
}

span.compleatness.min{
    background-color: #ca2c29 !important;
}
span.compleatness.mid{
    background-color: #683292 !important;
}
span.compleatness.compleate{
    background-color: #1eb244 !important;
}
table span.compleatness{
    position:inherit;
}
span.status {
    width: 30px;
    height: 30px;
    position: absolute;
    left: -5px;
    top: -5px;
    color: #fff;
    text-align: center;
    line-height: 30px;
    border-radius: 50%;
    font-size:11px;
}
span.status.approved{
    background: green;
}
span.status.approved i{
    color:#fff;
}
.approved i{
    color:green;
}
span.status.pending{
    background:gray;}
.norecord{
    padding:10px;
    background:#fff;
    font-size:13px;
}
.video video{
    object-fit: cover;
}
.video .card .card-info{
    position:inherit;
}

.leg-div {
    position: absolute;
    font-size: 12px;
    right: inherit;
    top: inherit;
    left: 50%;
    bottom: 10%;
    display: block;
    transform: translate(-50%, 10px);
}

.leg-div .leg-detail-1, .leg-div .leg-detail-2 {
    margin-bottom: 5px;
    margin-right:10px;
    display: inline-block;
}

.table.dashboard_table td, 
.table-view .table thead th{
    text-align:left;
}

.table-view .table .image-thumb{
    border-radius:0;
    width:70px;
    height:70px;
    overflow:hidden;
}
.table-view .table .image-thumb img{
    width:100%;
    height:100%;
    object-fit: contain !important;
}
.row-link-options a{
    margin-top:0;}

.extra-margin{
    margin-top:40px;}
    
.tumb-image {
    width: 45px;
    height: 45px;
    padding: 5px;
    border: 1px solid #e9e9e9;
}
.dashboard_table .tumb-image img {
    width: 100%;
    height: 100% !important;
    object-fit: contain;
}
.exceptionreport .dashboard_section{
    min-height: 445px;
}
.exceptionreport .table-responsive {
    height: 380px;
}
.topbar .top-navbar .navbar-nav>.nav-item>span{
    padding: 0 21px 0 10px
}
.video .card .card-body p.img{
    height:68%;
}
.avatar-upload .avatar-preview {
    width: 100% !important;
    height: 100% !important;
    position: relative;
    border: 2px solid #eaeaea;
    padding: 10px;
}
.avatar-upload .avatar-preview > div{
    width:90%;
}
.avatar-upload {
    position: relative;
    width: 100%;
    height: 75%;
}
.table.dashboard_table td{
    padding:5px 10px !important;
}

.tab-page-tab{
    width: 100%;
    display: block;
}


.tab-page-tab .nav.nav-tabs .nav-item {
    display: inline-block;
}

.tab-page-tab .nav.nav-tabs{
    width: 100%;
    display: block;
    height: auto;
    float: none;
}

.pimcore-workflow-place-indicator{
    color: rgb(255, 255, 255) !important;
    height: auto !important;
    padding-top: 5px;
    padding-left: 11px;
    height: 20px;
    padding: 0.15em 4px;
    margin-top: 2px;
    margin-bottom: 2px;
    font-size: 12px;
    font-weight: 600;
    line-height: 15px;
    display: inline-block;
    text-align: center;
    min-width:100px;
    padding-top: 5px;
    padding-bottom: 5px;
}

.review{
    float:right;width:158px !important;
}
.review2{
    float:right;width:240px !important;
}
.review3{
    float:right;width:240px !important;
}
.review4{
    float:right;width:240px !important;
}
.send-for-review {
    margin-left:6px;
}

#supplier-marketing {
    float: right;
}

#supplier-media {
    float: right;
}


.details-style {
    top: 50px;
}

#download-img {
    padding-left: 10px;padding-top:25px
}

.left-dwnld {float:right;width:40px;}

.right-dwnload-link {
    float:right;text-align:center;
}

#metadata th{
    font-size:15px;font-weight:bold;
}
.less-width {
    width:200px;
}


.details-style {
    top: 50px;
}

.avatar-edit {
    width: 207px;font-size: 16px;
}

.portal{
    border-left: 1px solid #eee;
    padding: 0 15px !important;
    font-size: 16px !important;
}


.portal1{
    /* border-left: 1px solid #eee; */
    padding: 0 15px !important;
    font-size: 24px !important;
    color: #fff;
    position: absolute;
    left: 0;
    right: 0;
    margin: auto;
    width: 230px;
    font-weight: bold;
}

.detail-view-section .thumb img,
.avatar-preview img{
    max-width:100%;
    width:auto;
    height: auto;
    padding:16px;
}
 
.detail-view-section .thumb, .avatar-upload .avatar-preview{
display: flex;
align-items: center;
    justify-content: center;
}
.pimcore-workflow-place-indicator{
    padding:4px 8px !important;
}