﻿
.body-content {
    padding-bottom: 20px !important;
}


ul, li {
    list-style-type: none;
}

.list {
    margin-top: 35px;
}

    .list a {
        color: #fff
    }

.pagination-ys table > tbody > tr > td > span {
    background-color: #1f2046 !important;
}

.card-counter.primary {
    background-color: #1f2046 !important;
    color: #FFF !important;
}

hr {
    border-top: 2px solid #1f2046 !important;
}

@media only screen and (min-width: 768px) {
    .border-right-side {
        border-right: 2px solid #1f2046 !important;
    }
}

.btn-default {
    background-color: #428bca !important;
    border-color: #357ebd !important;
    color: #fff !important;
    transition: all .0s;
}

    .btn-default:hover,
    .btn-default:focus,
    .btn-default:active,
    .btn-default.active,
    .open .dropdown-toggle.btn-default {
        color: #fff !important;
        background-color: #3071a9 !important;
        border-color: #285e8e !important;
        transition: all .0s;
    }