﻿/*nav {
    position: sticky !important;
    top: 0 !important;
}*/
.has-search .form-control-feedback {
    right: initial;
    left: 0;
    color: #ccc;
}

.notification{
    display: block!important
}

.has-search .form-control {
    padding-right: 12px;
    padding-left: 34px;
}

.has-search {
    border-left: 4px solid #11cdef;
    border-radius: 0px !important;
}

    .has-search input {
        border-radius: 0px;
        
    }

        .has-search input:focus {
            border: none;            
            outline: none!important;
        }

.my-table-select i{

}
.pager {
    cursor: pointer;
    padding: 10px 20px;
}

.dashboard {
}

    .dashboard .all-card {
        padding: 30px;
    }

    .dashboard .card {
        border-radius: 6px;
        border: 1px solid rgba(0, 0, 0, 0.05);
        background-color: #fff;
        margin-bottom: 30px;
        box-shadow: 0 0.15rem 1.75rem 0 rgba(58, 59, 69, 0.15);
        cursor: pointer
    }
.listOptions .card {
    margin: 8px 0px;
    box-shadow: 0 0.15rem 1.75rem 0 rgba(58, 59, 69, 0.09);
}

.dashboard .card .border-left-pink {
    border-left: 4px solid #f5365c;
}

        .dashboard .card .border-left-orange {
            border-left: 4px solid #fb6340;
        }

        .dashboard .card .border-left-yellow {
            border-left: 4px solid #ffd600;
        }

        .dashboard .card .border-left-blue {
            border-left: 4px solid #11cdef;
        }

        .dashboard .card .text-title {
            color: #485059;
            font-weight: 500;
            font-size: 12px;
        }

        .dashboard .card .text-amount {
            font-weight: 600;
            font-size: 16px
        }

        .dashboard .card .icon-shape {
            border-radius: 50%;
            color: #fff;
            width: 50px;
            height: 50px;
            display: flex;
            justify-content: center;
            align-items: center;
            font-size: 25px;
            box-shadow: 0 0 2rem 0 rgba(136, 152, 170, 0.15) !important;
        }

        .dashboard .card .icon-area {
            background: #f5365c;
        }

        .dashboard .card .icon-pie {
            background: #fb6340;
        }

        .dashboard .card .icon-user {
            background: #ffd600;
        }

        .dashboard .card .icon-percent {
            background: #11cdef;
        }

    .dashboard .chart {
        padding: 30px;
    }



@media (min-width: 992px) and (max-width: 1300px) {
    .dashboard .card .text-title {
        font-size: 12px;
    }

    .dashboard .card .text-amount {
        font-size: 18px;
    }

    .dashboard .card .icon-shape {
        width: 35px;
        height: 35px;
        font-size: 20px;
    }
}


@media (max-width: 360px) {
    .icon-shape {
        display: none !important;
    }
}

/*.table {
    font-size: 16px!important
}
.table th {
    border: none!important
}*/