﻿
.btn {
    border-radius: 5px;
}

.form-control {
    border-radius: 5px;
}

.card, .card-box {
    border-radius: 5px;
}

.currency {
    font-size: 9px !important;
    vertical-align: top;
    font-weight:bold;
}


.hover-only {
    opacity: 0;
    cursor: pointer;
}

    .hover-only:hover {
        opacity: 1;
    }

.bg-primary {
    background-color: #2d5cb7 !important;
}

.bg-whitesmoke {
    background-color: #ebeaea !important;
}

.btn-primary {
    background-color: #2d5cb7 !important;
}

body.authentication-bg {
    background-color: #2d5cb7;
}

.badge-sm{
    font-size:9px!important;
}

.badge-md {
    font-size: 11px !important;
}

.badge-warning {
    color: #343232;
}

a {
    color: #2d5cb7;
}

    a.text-primary:focus, a.text-primary:hover {
        color: #2d5cb7 !important;
    }

hr {
    margin-top: 0px;
    margin-bottom: 0px;
}

.text-decoration-underline {
    text-decoration: underline !important;
}

.text-decoration-line-through {
    text-decoration: line-through !important;
}

.text-primary {
    color: #2d5cb7 !important;
}

#sidebar-menu > ul > li > a {
    padding-top: 8px;
    padding-bottom: 8px;
}

.nav-second-level li a {
    padding-top: 6px;
    padding-bottom: 6px;
}

.noti-scroll {
    max-height: 500px;
}

.notification-list .notify-item .user-msg {
    line-height: 20px;
}

.page-item.active .page-link {
    background-color: #2d5cb7 !important;
}

.p-box {
    margin-bottom: 0px;
    padding: 5px 10px 5px 10px;
    border: #fff solid 3px;
    border-radius: .55rem;
}

.summary-box {
    margin-bottom: 0px;
    border-radius: .55rem;
    box-shadow: 0 0.75rem 6rem rgb(56 65 74 / 3%);
}


.table {
    margin-bottom: 0px;
}

    .table td, .table th {
        padding: .35rem
    }

.task-button-drp {
    position: relative;
    top: 30px;
    left: 35px;
}

.top-right {
    position: absolute;
    top: 10px;
    right: 25px;
}

.content-page {
    margin-top: 50px;
}

.bg-theme {
    background-color: #2d5cb7;
}

.custom-control-input:checked ~ .custom-control-label::before {
    color: #fff;
    border-color: #1abc9c;
    background-color: #1abc9c;
}

.custom-switch .custom-control-label::after {
    background-color: #ed2643;
}

.radio label {
    padding-left: 3px;
}

.form-check-inline {
    margin-right: .35rem;
}

.tasklist li {
    padding: 10px;
}

    .tasklist li p {
        font-size: 11px;
        margin-bottom: 5px;
    }


.card-kanban {
    padding: 1rem;
}

.filter-title {
    line-height: 75px;
    margin-top: 2px;
    font-size: 12px;
}

.card-top-success {
    border-top: solid 20px #1abc9c;
}

.card-top-danger {
    border-top: solid 20px #f1556c;
}

.card-top-primary {
    border-top: solid 20px #6658dd;
}

.card-top-dark {
    border-top: solid 20px #323a46;
}

@media (min-width: 600px) {
    .dropdown-lg {
        width: 420px;
    }
}


.select2-container--default .select2-selection--multiple .select2-selection__choice {
    background-color: #6658dd;
}

.fixed-panel {
    position: fixed;
    padding: 20px;
    width: 300px;
    bottom: 60px;
    right: 10px;
    height: 100px;
}

.modal-min-height {
    min-height: 300px;
}



.mail-list a {
    padding: 9px 5px;
}

.mail-list-badge {
    float: right;
    margin-top: 0px;
    margin-left: 5px;
}

.inbox-leftbar {
    width: 200px;
    float: left;
    padding: 0 0px 20px 0px;
    position: relative;
}

    .inbox-leftbar:before {
        border-right: 5px solid #f5f6f8;
        content: "";
        position: absolute;
        top: 0;
        right: -15px;
        bottom: -1.5rem;
    }

.inbox-rightbar {
    margin: -1.5rem 0 -1.5rem 210px;
    border-left: 5px solid #f5f6f8;
    padding: 1.5rem 0 1.5rem 25px;
}

@media (max-width: 648px) {
    .inbox-leftbar {
        width: 100%;
        float: none;
        padding: 0 20px;
    }

        .inbox-leftbar:before {
            border-right: none;
        }

    .inbox-rightbar {
        padding-top: 40px;
        margin: 0;
        border: 0;
        padding-left: 0;
    }

    .message-list li .col-mail-1 .checkbox-wrapper-mail {
        margin-left: 0;
    }
}




@media (max-width: 520px) {
    .inbox-rightbar > .btn-group {
        margin-bottom: 10px;
    }

    .message-list li .col-mail-1 {
        width: 150px;
    }

        .message-list li .col-mail-1 .title {
            left: 80px;
        }

    .message-list li .col-mail-2 {
        left: 160px;
    }

        .message-list li .col-mail-2 .date {
            text-align: right;
            padding-right: 10px;
            padding-left: 20px;
        }
}

.mail-list .active {
    background: #4a81d4 !important;
    color: white !important;
}
    .mail-list .active .mail-list-badge {
        color: white !important;
    }