﻿
.bg-primary {
    background-color: #2d5cb7 !important;
}

.btn-primary {
    background-color: #2d5cb7 !important;
}

body.authentication-bg {
    background-color: #2d5cb7;
}

.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;
}

.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;
}


/*body {
    padding-top: 50px;
    padding-bottom: 20px;
}*/

/* Set padding to keep content from hitting the edges */
/*.body-content {
    padding-left: 15px;
    padding-right: 15px;
}*/

/* Override the default bootstrap behavior where horizontal description lists 
   will truncate terms that are too long to fit in the left column 
*/
/*.dl-horizontal dt {
    white-space: normal;
}*/

/* Set width on the form input elements since they're 100% wide by default */
/*input,
select,
textarea {
    max-width: 280px;
}*/


/*.grid td, .grid th {
    padding: .35rem;
    vertical-align: top;
    border-top: 1px solid #e3e6f0;
}

.grid tr:hover {
    background-color: #faf9ec;
}

.btn-group-xs > .btn, .btn-xs {
    padding: .25rem .25rem;
    font-size: .575rem;
    line-height: 1;
    border-radius: 100%;
}*/


