﻿.selectstyle-color {
    color: #212529;
    background-color: #fff;
    font-weight: 500;
    border-color: #E2E2E2 /*#0A043C*/;
    border-radius: 1.25rem;
    box-shadow: 0 0.5rem 1rem rgb(0 0 0 / 15%) !important;
    margin-left: 10px;
}

.filter {
    box-shadow: 0 0.5rem 1rem rgb(0 0 0 / 15%) !important;
}

input {
    box-shadow: 0 0.5rem 1rem rgb(0 0 0 / 15%) !important;
}

.btn-primary {
    box-shadow: 0 0.5rem 1rem rgb(0 0 0 / 15%) !important;
}

.pointer {
    cursor: pointer;
}

/*a.space3 {
    margin-left: -19px;
}*/


@media (min-width: 575px) and (max-width: 767px) {
    img {
        padding-left: 21px;
    }

    .space {
        margin-left: -10px;
    }

    .space1 {
        margin-left: 6px;
    }

    .space3 {
        margin-left: -15px;
    }

}
@media (min-width: 500px) and (max-width: 574px){

    .mar {
        position: initial;
        margin-top: 10px
    }
}

@media (min-width: 768px) and (max-width: 991px) {

    img {
        padding-left: 25px;
    }

    .space {
        margin-left: 15px;
    }

    .space1 {
        margin-left: 17px;
        position: relative;
        left: -10%;
    }

    .space3 {
        margin-left: -15px;
    }
}


@media (min-width: 992px) and (max-width: 1120px)
{
    .btn {
        margin: 5px;
    }

    h4 {
        font-size: 1.1rem;
    }
}

.filter-padding {
    padding-left: 5px;
    padding-right: 5px;
}

.dataTables_wrapper {
    box-shadow: 0 0.5rem 1rem rgb(0 0 0 / 15%) !important
}

.dataTables_length {
    display: block;
    position: absolute;
    bottom: 0;
    left: 45%;
}

#spinner {
    display: none;
    position: fixed;
    top: 50%;
    left: 50%;
}

.dropdown-menu {
    max-height: 350px;
    overflow-y: auto;
    text-align: left;
}

.dropdown-toggle, .button {
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    display: inline-block;
    vertical-align: middle;
    font-weight: 400;
    color: #212529;
    background-color: #fff;
    border-color: #E2E2E2 /*#0A043C*/;
    border-radius: 1.25rem;
    box-shadow: 0 0.5rem 1rem rgb(0 0 0 / 15%) !important;
}