﻿.im {
    max-width: 150px;
}

.cusImg {
    max-width: 100%;
}
.login-page-bg {
    background: url(/images/login-bg.jpg) no-repeat;
    background-size:cover;
}

.profile-pic img {
    width: 100%;
    border-radius: 5px;
}

.datepicker tfoot {
    display: none;
}

#kt_brand {
    background: #ffffff;
}
.imgCol {
    border: 1px solid #c7c7c7;
    height: 45px;
    width: 45px;
    padding: 4px;
    border-radius: 100%;
    margin-right: 1.5rem;
}

    .imgCol img {
        width: 35px;
        height: 35px;
        border-radius: 100%;
        display: flex;
        margin: 0 auto;
    }

.firstCol {
    display: flex !important;
    align-items: center;
}

.collapseContent {
    display: none;
}

    .collapseContent.active {
        display: block;
    }

.brand-logo {
    width: 175px;
}

    .brand-logo img {
        width: 100%;
    }

.productImage {
    height: 250px;
    width: 250px;
    background-size: cover;
}

.height300 {
    height: 400px;
}

.img-col img {
    width: 100%;
}

.img-colum img {
    border-radius: 10px;
    box-shadow: 0 4px 8px 0 rgba(0,0,0,0.2), 0 6px 20px 0 rgba(0,0,0,0.19);
    width: 100%;
}

/* Chrome, Safari, Edge, Opera */
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

/* Firefox */
input[type=number] {
    -moz-appearance: textfield;
}

.makeCompanyEmployeeActive, .makeOfferActive, .makeLocationActive, .makeBannerActive, .makeUserActive, .makeActivityActive {
    color: #1bc5bd !important;
}

.logo-width {
    width: 45px !important;
}

/* hide the default sort order triangles */
table.dataTable thead .sorting_asc:before,
table.dataTable thead .sorting_asc:after,
table.dataTable thead .sorting_desc:before,
table.dataTable thead .sorting_desc:after,
table.dataTable thead .sorting:before,
table.dataTable thead .sorting:after {
    background-image: none;
    cursor: pointer !important;
    content: none;
}
/* sorted ascending */
table.dataTable thead .sorting_asc:after {
    padding-left: 0.5em;
    content: "🡅" !important;
    opacity: 1 !important;
    position: initial !important;
    display: inline !important;
}
/* sorted descending */
table.dataTable thead .sorting_desc:after {
    padding-left: 0.5em;
    content: "🡇" !important;
    opacity: 1 !important;
    position: initial !important;
    display: inline !important;
}



.dataTables_wrapper .dataTable td.sorting_asc, .dataTables_wrapper .dataTable th.sorting_asc {
    color: #3699ff !important;
}