
html {
    position: relative;
    min-height: 100%;
}
body {
    margin-bottom: 0px;
    font-family: 'Poppins', sans-serif; font-weight:400;
    margin-bottom: 60px;

	
}
body.login{}

.login-wrap{ height:100vh;background: url(../images/login-bg.png) top no-repeat fixed; background-size: cover; max-width:80%; margin:0 auto}
.login-wrap .card {
    max-width: 30%;
    flex: 0 0 30%;
}
.login-logo {
    background: #fff;
    padding: 15px;
    width: 80px;
    display: inline-block;
    margin: 0 auto;
    margin-top: -40px;
    height: 80px;
    border-radius: 100%;
    margin-bottom:20px;
}
.logo img {
    width: 160px;
}
.login-wrap p{ margin:0; font-size:16px; color:#686868}
.form-control{ height:45px; border-color:#D8D8D8; font-size:15px}
.login-wrap button.btn {
    padding: 10px 60px !important;
}

.login-wrap h2 {
    font-size: 24px;
}
.header {
    
    border-bottom: 1px solid rgba(0,0,0,.08);
    min-height: 50px;
    z-index: 1200;
    position: sticky;
    top: 0;
    z-index: 120;
       padding: 10px 20px;
} 


.header.smaller{ background:#fff}
.inner-header {
    display: flex;
    justify-content: center;
    align-items: center;
}

.logo {
    min-width: 40px;
    padding: 0px 3px;
    text-align: right;
    float: left;
}
.btn.search, .search {
    background: url(../images/search.svg) center no-repeat;
    border: 0 !important;
	background-position: 0 16px;
	    padding: 0;
    min-width: 25px
}

.white-bg .search{background-position: 0 -26px;}

.white-bg input.form-control {
    background: transparent;
}

.white-bg input.form-control {
    background: transparent;
	color:#fff
}
.white-bg .fa-angle-down{ color:#fff}
.white-bg input.form-control::-webkit-input-placeholder{color:#fff;opacity:1}
.white-bg input.form-control::-moz-placeholder{color:#fff;opacity:1}
.white-bg input.form-control:-ms-input-placeholder{color:#fff;opacity:1}
.white-bg input.form-control::-ms-input-placeholder{color:#fff;opacity:1}
.white-bg input.form-control::placeholder{color:#fff;opacity:1}




.white-bg.smaller .fa-angle-down{ color:#6c757d}
.white-bg.smaller input.form-control::-webkit-input-placeholder{color:#6c757d;opacity:1}
.white-bg.smaller input.form-control::-moz-placeholder{color:#6c757d;opacity:1}
.white-bg.smaller input.form-control:-ms-input-placeholder{color:#6c757d;opacity:1}
.white-bg.smaller input.form-control::-ms-input-placeholder{color:#6c757d;opacity:1}
.white-bg.smaller input.form-control::placeholder{color:#6c757d;opacity:1}

.white-bg.smaller .white .dropdown-component h5 {
    color: #6c757d;
}
.white-bg.smaller .search {
    background-position: 0 16px;
}
.white-bg.smaller input.form-control{  color: #6c757d;}



.input-row.only-input.no-bor{
    margin-left: 110px;
    border: 0;
    margin-bottom: 0;
    width: 50%;
}
.inner-header .input-group .form-control {
    border: 0;
}

.top-right {
    margin-left: auto;
    display: flex;
    justify-content: center;
    align-items: center;
}
.title-white{ position:relative}
.title-white h2{ color:#fff !important}
.bg-blue .breadcrumb-item,.bg-blue .breadcrumb-item a{ color:#fff; font-size:15px}

.breadcrumb-item+.breadcrumb-item::before {
    display: inline-block;
    padding-right: .5rem;
   
    content: "-";
}

.bg-blue .breadcrumb-item+.breadcrumb-item::before{ color: #fff;}
.bg-blue .breadcrumb-item.active {
    color: #fff;
}
.menu-icon {
    width: 20px;
    height: 20px;
    margin-right: 10px;
    float: left;
    background: url(../images/alert.svg) center no-repeat;}
.dropdown-component{
    float: left; position:relative; padding:6px 0
}

.dropdown-component ul {
   border-radius: 0;
    border: none;
    margin: 0;
    padding: 0;
    font-size: 13px;
    min-width: 100%;
    transform: translate3d(0,50px,0);
    -moz-transform: translate3d(0,50px,0);
    -webkit-transform: translate3d(0,50px,0);
    -ms-transform: translate3d(0,50px,0);
    -o-transform: translate3d(0,50px,0);
    display: block;
    opacity: 0;
    visibility: hidden;
    transition: transform 0.6s ease 0s, opacity 0.6s ease 0s, visibility 0.6s ease 0s;
    -moz-transition: -moz-transform 0.6s ease 0s, opacity 0.6s ease 0s, visibility 0.6s ease 0s;
    -webkit-transition: -webkit-transform 0.6s ease 0s, opacity 0.6s ease 0s, visibility 0.6s ease 0s;
    -ms-transition: -ms-transform 0.6s ease 0s, opacity 0.6s ease 0s, visibility 0.6s ease 0s;
    -o-transition: -o-transform 0.6s ease 0s, opacity 0.6s ease 0s, visibility 0.6s ease 0s;
    z-index: 1001;
	background: #fff;
    list-style: none;
    padding: 0; top:100%;
    margin: 0; position:absolute; border-radius:4px;
	box-shadow: 0 0 10px rgba(0,0,0,.08); overflow:hidden;
}
.dropdown-component ul li a{ display:block; padding:15px 15px; text-decoration:none; border-bottom:1px solid #f1f1f1; color:#000}
.dropdown-component ul li a:hover{ background:#f1f1f1}



.dropdown-component:hover ul{ opacity: 1;
    visibility: visible;
    transform: translate3d(0,0,0);
    -moz-transform: translate3d(0,0,0);
    -webkit-transform: translate3d(0,0,0);
    -ms-transform: translate3d(0,0,0);
    -o-transform: translate3d(0,0,0);
    margin: 0;}
.icon.icon-bell.alert-notify{
    margin-right: 10px;
}

.icon{
    width: 20px;
    height: 20px;
    float: left;
}
.menu-icon.bell {
    background-position: 0;
}
.menu-icon.logout {
    background-position: 0px -197px;
    background-size: 64px;
}
.modal-header {
    padding: 40px 30px 20px !important;
    border: 0;
}
.modal-footer{ border:0; padding:0      30px 30px}
.modal-body{ padding:0 30px}
.admin-wrap{
    margin-left: 270px;
    padding: 30px;
}
.close {
    float: right;
font-size: 25px; font-weight:300;}

.sidebar {
    width: 270px;
    height: calc(100%);
    z-index: 97;
    background: #fff;
    box-shadow: 13px -2px 27px -12px rgba(41, 50, 66, 0.075);
    transition: all 0.3s ease;
    position: fixed;
    top: 0;
    left: 0;
    padding-top: 88px;
}
.sidebar .nav{
    flex-wrap: nowrap;
    flex-direction: column;
    height: calc(100vh - 190px);
    overflow: auto !important;
}

.sidebar .nav .nav-item .nav-link {
    align-items: center;
    display: flex;
    padding: 10px 40px 10px 25px;
    white-space: nowrap;
    color: #4a4a4a;
}

.sidebar .menu-title {
    color: inherit;
    transition: all 0.1s ease;
    font-size: 14px;
    line-height: 20px;
    vertical-align: middle;
    overflow: hidden;
    white-space: normal;
    margin-left: 15px;
	font-weight:400
}

.sidebar-icon {
    background: url(../images/sidebar-icons.svg) center no-repeat;
    width: 30px;
    height: 20px;
    float: left;
}
.sidebar-icon.dash {
    background-position: 0 -193px;
}

.sidebar-icon.user {
    background-position: 0 0;
}

.sidebar-icon.user-manage {
    background-position: 0 -50px;
}
.sidebar-icon.masters {
    background-position: 0 -241px;
}
.bg-blue {
    position: relative;
}

.bg-blue:before {
    content: "";
    height: calc(100% + 180px);
    width: calc(100% + 60px);
    background: #347CDB;
    position: absolute;
    left: -30px;
    top: -100px;
}
.card-icon {
    width: 25px;
    height: 25px;
    display: inline-block;
    background: url(../images/card-icons.svg) top no-repeat;
}

.card-icon.cheked {
    background-position:1px 0;
}
.card-icon.locked {
    background-position: -44px 0;
}
.card-icon.sold {
    background-position: -85px 0;
}
.card-icon.expired {
    background-position: -130px 0;
}
.bg-blue .card-title {
    margin-bottom: 15px;
    color: #347cdb;
    font-size: 20px;
}

.bg-blue .text-muted {
    color: #626671!important;
    font-weight: normal;
}
span.card-link {
    font-size: 13px;
    color: #80848F;
}
.t-icon {
    background: url(../images/t-icons.png) center no-repeat;
    width: 20px;
    height: 20px;
    float: left;
}
.t-icon.message {
    background-position: 0 0;
}
.t-icon.like {
    background-position: -52px 0px;
}
.t-icon.logout {
    background-position: -103px 0;
}
.t-icon.t-alert {
    background-position: -153px 0;
}


.white .t-icon.message {
    background-position: 0 -37px;
}
.white  .t-icon.like {
    background-position: -52px -37px;
}
.white .t-icon.logout {
    background-position: -103px -37px;
}
.white .t-icon.t-alert {
    background-position: -153px -37px;
}

.white .dropdown-component h5{ color:#fff}
.white-bg.smaller .white .t-icon.message{ background-position: 0 0px;}
.white-bg.smaller .white .t-icon.like {
    background-position: -52px 0px;
}
.white-bg.smaller .white .t-icon.logout {
    background-position: -103px 0px;
}
.white-bg.smaller .white .t-icon.t-alert {
    background-position: -153px 0px;
}
.btn-secondary {
    color: #626671;
    background-color: #EEEEEE;
    border-color: #EEEEEE;
    padding: 5px 20px;
    font-size: 13px;
}

.sub-title-bar h2, .sub-title-bar h3 {
    color: #01B156;
    font-size: 18px;
    text-transform: uppercase;
    font-weight: 500;
    margin: 0;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.delete-icon {
    background: url(../images/delete-dark.svg) center no-repeat;
    cursor: pointer;
    display: inline-block;
    width: 20px;
    height: 20px;
}
.view-icon {
    background: url(../images/eye.svg) center no-repeat;
    cursor: pointer;
    display: inline-block;
    width: 20px;
    height: 20px;
}
.edit-icon {
    background: url(../images/edit-dark.svg) center no-repeat;
    cursor: pointer;
    display: inline-block;
    width: 20px;
    height: 20px;
}


.eye-dark {
    background: url(../images/eye-dark.svg) center no-repeat;
        background-size: auto;
    cursor: pointer;
    background-size: 100%;
    display: inline-block;
    width: 20px;
    height: 20px;
}
.custom-account-table {
    border: 1px solid #dee2e6;
    border-radius: 4px;
}
.custom-account-table .table{ margin:0}

.custom-account-table .table thead th {
    border-top: 0;
    font-weight: 500;
    font-size: 15px;
    color: #80848F; border:0;
	text-transform: uppercase;
}
.bold{ font-weight:600}

.custom-account-table .table th, .custom-account-table .table td {
    padding:10px;
    font-size: 14px;
    color: #626671; vertical-align:middle
}
.dataTables_wrapper{ overflow:auto}
.custom-account-table .table th:first-child, .custom-account-table .table td:first-child{ padding-left:20px;}
.custom-account-table .table th:last-child, .custom-account-table .table td:last-child{ padding-right:20px;}
.dataTables_wrapper .dataTables_paginate .paginate_button{ font-size:14px;}
.dataTables_wrapper .dataTables_paginate .paginate_button{}
.dataTables_wrapper .dataTables_paginate .paginate_button.current{ background:#28a745 !important; color:#fff !important; border-color:#28a745!important}
.dataTables_wrapper .dataTables_paginate .paginate_button.next,
.dataTables_wrapper .dataTables_paginate .paginate_button.previous { background:none!important; border-color:#fff !important}

.btn-rounded {
    border-radius: 30px;
}

.nav-item ul {
    list-style: none;
    padding: 0 0 0 80px; display:none
}
.sub-menu.active ul{ display:block !important}

.nav-item ul li a {
    color: #7f7f7f; text-decoration:none
}
.nav-item ul li {
    margin: 10px 0;
}
.nav-item ul li.active a{ color:#30343F}
.dropdown-component h5{ font-size:15px; color:#80848F}


.custom-control {padding-left: 35px;}
.custom-control-label::before {
width: 23px;height: 23px;border: #E0DFDF solid 1px; left:-35px; top:0}

.custom-control-label::after {
    top: 0;
    left: -35px;
    width: 23px;
    height: 23px;
}

.custom-checkbox .custom-control-input:checked~.custom-control-label::after {
    background-image: url(../images/check.svg); background-size:13px
}

.custom-radio .custom-control-input:checked~.custom-control-label::after {
    background-image: url(../images/checked.svg); background-size:13px
}
.custom-radio .custom-control-label::before{border: #E0DFDF solid 2px;}
.custom-radio .custom-control-input:checked~.custom-control-label::before {
    border-color: #56a941;
    background-color: #fff;
}
.custom-control-input:checked~.custom-control-label::before {
    border-color: #E0DFDF;
    background-color: #fff;
}
.sub-menu{ position:relative}
.sub-menu .arrow{ background:url(../images/down-arrow.svg) center center no-repeat; cursor:pointer; position:absolute; right:10px; top:0; height:40px; 
width:40px}

.active span.arrow {
    transform: rotate(180deg);
}

.link-wrap b {
    font-weight: 500;
}

.form-control.email {
    background: url(../images/email.svg) no-repeat;
    background-position: calc(100% - 15px);
}
.form-control.pass {
    background: url(../images/password.svg) no-repeat;
    background-position: calc(100% - 15px);
}

.toggler {
    position: absolute;
    width: 30px;
    background: url(../images/toggler.svg) top no-repeat;
    height: 30px;
    left: 290px;
    z-index: 102;
    top: 25px; cursor:pointer
}

.white-bg.smaller .toggler {background-position: 0 -35px;}

.white-bg .input-row.only-input.no-bor {
    margin-left: 170px;
}

.footer {
    position: absolute;
    bottom: 0;
    width: calc(100% - 270px);
    height: 60px;
    line-height: 60px;
    background-color: #fff;
    left: 270px;
    border-top: 1px solid #E5E5E5;
	color:#626671
}
.tbl-img{ border-radius:4px; padding:5px; border:1px solid #E5E5E5}

select {
    background: url(../images/select-arrow.svg) no-repeat !important;
    background-position: calc(100% - 15px) !important;
	-webkit-appearance: none;
    -moz-appearance: none;
	    padding-right: 40px !important;
}

.fileUpload {
    position: relative;
    overflow: hidden;
    width: 44px;
    height: 44px;
    border-radius: 50px;
    background:url(../images/plus_icon.png) center no-repeat #3461DB;
    line-height: 1.8;
    box-shadow: 0px 4px 10px rgba(52, 97, 219, 0.3);
	z-index: 125;
}
.fileUpload span>img {
    display: none;
}
.height-34{ height:34px !important}
.btn-row .btn,
.modal-footer .btn{ min-width:120px; padding:10px 25px; font-size:15px !important; font-weight:500 !important}
.fileUpload input[type=file] {
    position: absolute;
    top: -50px;
    right: 0;
    margin: 0;
    padding: 0;
    font-size: 33px;
    cursor: pointer;
    opacity: 0;
    filter: alpha(opacity=0);
    width: 100px;
    height: 100px;
    border-radius: 50px;
}
.dataTables_filter label input[type="search"] {
    border: 1px solid #dee2e6;
    padding: 5px;
    border-radius: 4px;
    width: 190px;
	outline: none !important;
}
.dataTables_filter label {
    margin: 0;
}
.pro-modal{ max-width:550px}
.modal-footer .btn{ font-size:14px !important}
.modal-footer .btn-outline-secondary {
    color: #8F8F8F;
    border-color: #E0DFDF;
    border-width: 2px;
}
.modal.show .modal-dialog {
    -webkit-transform: translate(0,50%);
    transform: translate(0,50%);
	margin-top:-30px
}
.btn-row .btn-secondary{background-color:#455062;color:#fff;}
.modal-footer .btn-outline-secondary:hover{ color:#fff; border-width: 2px; border-color: #455062; background-color:#455062}

.edit-img a {
    position: relative;
    display: inline-block;
}
.edit-img .delete-icon {
    position: absolute;
    top: -10px;
    right: -10px;
    padding: 5px;
}


.img-upl img.imageThumb {
        display: block;
    width: 100%;
    height: 130px;
    object-fit: cover;
}

.img-upl {
    width: 150px;
    margin: 0 auto;
    border-radius: 4px;
    padding: 5px; position:relative;
    border: 1px solid #E5E5E5;  margin-bottom:15px
}
.img-upl .delete-icon {
    position: absolute;
    top: -10px;
    right: -10px;
    padding: 5px;
}

/**/
.list-view {border: 1px solid #e2e2e2;border-radius: 4px;}.list-pr-col {border-bottom: 1px solid #DFDFDF;padding: 15px;box-shadow: 0 10px 8px rgba(52,97,219,0);transition: all ease 0.2s;}
.list-pr-col .pr-img-holder {float: left;width: 115px;padding: 0 0 0 15px;}.pr-img-holder img {max-width: 100%;}
.list-pr-col:hover {
    border-bottom: 3px solid #3461DB;
    box-shadow: 0 10px 8px rgba(52,97,219,.2);
}
.qty-wrapper {position: relative;border: 1px solid #D9D9D9;border-radius: 30px;height: 35px;margin-top: 10px;padding: 0 45px;display: inline-block;}
.minus, .plus {width: 45px;height: 100%;cursor: pointer;left: 0;line-height: 35px;position: absolute;text-align: center;}
.plus {right: 0;left: auto;}
.qty-wrapper input {height: 32px;border: 0 !important;width: 35px;text-align: center;}
.price {position: relative;z-index: 1;}.list-pr-col .current-price {font-size: 18px;font-weight: 500;}
.old-price {text-decoration: line-through;font-size: 14px;color: rgba(0,0,0,.6);}
.list-pr-col .actions {position: static;opacity: 1;width: 290px;transform: translate(0, 0%);}
.btn-addcart {border-radius: 30px;background: #fff;padding: 12px 30px;font-size: 12px;text-transform: uppercase;font-weight: bold;
color: #3461DB;letter-spacing: .5px; box-shadow: 0 0 10px rgb(33, 70, 167);}
.btn-circle {width: 45px;height: 45px;border-radius: 100%;border: 0;
background: url(../images/eye-heart.svg) no-repeat rgba(255,255,255,.30);}
.list-pr-col .btn-circle.btn-view {background-position: 11px -24px;}
.list-pr-col .btn-circle.btn-heart {background-position: -73px -22px;}
.list-pr-col .actions .btn-addcart {box-shadow: 0 0 15px rgba(0,0,0,.08);border: 1px solid #D9D9D9;color: #333740;}
.list-pr-col:hover .actions .btn-addcart {box-shadow: 0 0 15px rgba(0,0,0,.08);border: 1px solid #3461DB;color: #fff;background: #3461DB;}
.discription p {font-size: 14px;}
/**/
.grid-view {
    display: flex;
    flex-wrap: wrap;
	border: 1px solid #e2e2e2;border-radius: 4px;
}

.pr-col {
    width: 25%;
    border: 1px solid #D9D9D9;
    border-left: 0;
    padding: 30px 25px;
    border-top: 0;
    position: relative;
}
.cat-title {
    position: absolute;
    left: 25px;
    top: 30px;
    right: 25px;
    color: #fff;
    z-index: 1;
}
.actions, .cat-title {
    opacity: 0;
}

.pr-col h3 {
    font-size: 18px;
    color: #000;
    position: relative;
    z-index: 2;
}

.price {
    position: relative;
    z-index: 1;
}
.current-price {
    font-size: 22px;
    font-weight: 700;
    color: #3461DB;
    padding-right: 10px;
}
.old-price {
    text-decoration: line-through;
    font-size: 14px;
    color: rgba(0,0,0,.6);
}
.seller {
    font-size: 14px;
    position: relative;
    z-index: 1;
}

.seller a {
    color: #56A941;
    text-decoration: underline;
}
.actions {
    position: absolute;
    left: 0;
    right: 0;
    top: 50%;
    text-align: center;
    z-index: 1;
    transform: translate(0, -50%);
}
.btn-addcart {
    border-radius: 30px;
    background: #fff;
    padding: 12px 30px;
    font-size: 12px;
    text-transform: uppercase;
    font-weight: bold;
    color: #3461DB;
    letter-spacing: .5px;
    box-shadow: 0 0 10px rgb(33, 70, 167);
}

.btn-circle.btn-view {
    background-position: 11px 12px;
}
.btn-circle {
    width: 45px;
    height: 45px;
    border-radius: 100%;
    border: 0;
    background: url(../images/eye-heart.svg) no-repeat rgba(255,255,255,.30);
}

.btn-circle.btn-heart {
    background-position: -73px 14px;
}

.desc {
    position: absolute;
    bottom: 0;
    height: 0;
    left: 0;
    padding: 0;
    background: rgba(50,97,219,0);
    box-shadow: 0 0 0px rgba(50,97,219,0);
    transition: all ease .2s;
    width: 100%;
    z-index: 0;
}
.pr-col:hover .desc {
    color: #fff;
    height: 100%;
    background: rgba(50,97,219,.9);
    box-shadow: 0 0 40px rgba(50,97,219,.5);
}
.pr-col:hover .actions, .pr-col:hover .cat-title {
    opacity: 1;
}
.pr-col:hover h3 {
    color: #fff;
}
.pr-col:hover .current-price, .pr-col:hover .old-price, .pr-col:hover .seller a {
    color: #fff;
}
.pr-col:hover .seller {
    color: #fff;
}

/**/







.top-filter {display: flex;flex-wrap: wrap;margin: 0 0 15px;border-radius: 4px;border: 1px solid #e2e2e2;}
.f-col {-ms-flex-preferred-size: 0;flex-basis: 0;-ms-flex-positive: 1;flex-grow: 1;max-width: 100%; display: flex;}
.f-col:last-child {border-right: 1px solid transparent;}
.grid-btn, .list-btn {width: 60px;height: 60px;float: left;text-align: center;border-right: 1px solid #D9D9D9;
line-height: 60px; background: url(../images/list-grid.svg) top no-repeat;background-position: -64px 22px;font-size: 0;}
.grid-btn {background-position: -64px 22px; border-left: 1px solid #D9D9D9;}
.list-btn {background-position: -64px -27px; border-right: 0;}
.list-btn.active, .list-btn:hover {background-position: 22px -27px;}
.grid-btn.active, .grid-btn:hover {background-position: 21px 22px;}
.select-comp {display: flex;float:left; margin-left: 15px;}
.select-comp span {font-weight: 600;font-size: 14px;text-transform: uppercase;letter-spacing: 1px;margin-right: 10px;padding-top: 2px;color: #000000;}
.select-comp .select {flex-grow: 8;}
.select-comp select {width: 100%;border: 0;font-size: 14px;}
select:not([multiple]) {background: url(../images/select-arrow.svg) no-repeat !important;background-position: calc(100% - 15px) !important;}
.nav-title {
    min-height: 60px;
    padding: 15px 30px;
}
.layered-nav {
    position: relative;
}
.layered-nav ul {
    padding: 0;
    list-style: none;
    margin: 0;
}
.layered-nav ul li a {
    color: #000;
    font-size: 14px;
    font-weight: 500;
    letter-spacing: .5px;
    text-decoration: none !important;
}
.layered-nav ul li .badge {
    float: right;
    background: transparent;
    color: #D2D2D2;
    font-weight: normal;
    margin-top: 5px;
}
.layered-nav ul {
    padding: 0;
    list-style: none;
    margin: 0;
    position: absolute;
    left: 0;
    padding: 15px;
    background: #fff;
    border: 1px solid #D9D9D9;
    border-radius: 4px;
    top: 100%;    z-index: 1000;
	    box-shadow: 0 0 15px rgba(0,0,0,.099);
		transform: translate3d(0,50px,0);
    -moz-transform: translate3d(0,50px,0);
    -webkit-transform: translate3d(0,50px,0);
    -ms-transform: translate3d(0,50px,0);
    -o-transform: translate3d(0,50px,0);
    display: block;
    opacity: 0;
    visibility: hidden;
    transition: transform 0.6s ease 0s, opacity 0.6s ease 0s, visibility 0.6s ease 0s;
    -moz-transition: -moz-transform 0.6s ease 0s, opacity 0.6s ease 0s, visibility 0.6s ease 0s;
    -webkit-transition: -webkit-transform 0.6s ease 0s, opacity 0.6s ease 0s, visibility 0.6s ease 0s;
    -ms-transition: -ms-transform 0.6s ease 0s, opacity 0.6s ease 0s, visibility 0.6s ease 0s;
    -o-transition: -o-transform 0.6s ease 0s, opacity 0.6s ease 0s, visibility 0.6s ease 0s;
		
}
.layered-nav:hover ul{opacity: 1;
    visibility: visible;
    transform: translate3d(0,0,0);
    -moz-transform: translate3d(0,0,0);
    -webkit-transform: translate3d(0,0,0);
    -ms-transform: translate3d(0,0,0);
    -o-transform: translate3d(0,0,0);}
.nav-title h6 {
    margin: 5px 0 0;
	font-weight: 600;
    font-size: 14px;
    text-transform: uppercase;
}



.card_add {
    border: 1px dashed #ccc;
    border-radius: .25rem;
    text-align: center;
    height: 200px;
    position: relative;
    overflow: hidden;
}
.card_add img {
    max-width: 100%;
    position: absolute;
}
.cart_form {
    padding: 25px;
    border: 1px solid #E5E5E5;
    border-radius: 6px;
}
.company-profile-holder .cart_form {
    margin-bottom: 30px;
}
.datepicker.datepicker-dropdown {
    box-shadow: 0 0 10px rgba(0,0,0,.08);
    border-color: #ebebeb;
    padding: 15px;
}
.input-group-append .btn {
    border: 1px solid #D8D8D8;
}
.datepicker th {
    font-weight: 500;
}
.datepicker td, .datepicker th {
    font-size: 14px;
    width: 30px;
    height: 30px;
	text-align:center
}
.company-profile-holder .cart_form h6 {
    font-size:16px;
    text-transform: uppercase;
    font-weight: 500;
    color: #56A941;
}
.btn-rounded {
    min-width: 150px;
    padding: 10px 20px;
    border-radius: 30px;
    font-weight: 500;
    letter-spacing: 1px;
    color: #fff;
}
table.dataTable.no-footer {
    border-bottom: 1px solid #dee2e6 !important;
}
.dataTables_wrapper .dataTables_length,
.dataTables_filter {
    padding: 15px 20px 0;
}

.dataTables_wrapper .dataTables_length label,
.dataTables_filter label {
    font-size: 14px;
    text-transform: capitalize;
}
.dataTables_wrapper .dataTables_length label select {
    border: 1px solid #dee2e6;
    padding: 5px 15px;
    border-radius: 4px;
    margin: 0 10px;
}
.dataTables_info {
    padding-left: 20px;
    font-size: 14px;
    color: #a4a4a4 !important;
}
.dataTables_wrapper .dataTables_paginate {
    float: right;
    text-align: right;
    padding-top: 0 !important;
    padding-right: 20px;
}
.actions-td{ display:inline-block}
.badge {
    display: inline-block;
    padding: 4px 10px;
    font-size: 12px;
font-weight: normal;}
@media (max-width: 1400px){

.input-row.only-input.no-bor{ width:35%}

.login-wrap .card {
    max-width: 40%;
    flex: 0 0 40%;
}
}

@media (max-width:991px){
.login-wrap .card {
    max-width:60%;
    flex: 0 0 60%;
}
.login-wrap {
   
max-width: 100%;}
}

@media (max-width: 767px){
.login-wrap .card {
    max-width: 95%;
    flex: 0 0 95%;
}
form.d-block.pt-3.pb-4.px-5 {
    padding: 15px 20px !important;
}
}


