﻿.main-header > .navbar {
    box-shadow: 10px 0px 8px rgb(0 0 0 / 40%);
}

.form-control {
    border-radius: 0;
    box-shadow: none;
    border-top: 0px;
    border-right: 0px;
    border-left: 0px;
    padding: 6px 6px;
}

sup {
    color: #f00;
    font-size: 100%;
    top: -0.2em;
}

.badge {
    display: inline-block;
    min-width: 10px;
    padding: 6px 10px 6px;
    font-size: 12px;
    font-weight: 700;
    line-height: 1;
    color: #222;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    background-color: transparent;
    /* box-shadow: rgb(0 0 0 / 20%) 0px 0px 6px !important; */
    border-radius: 4px;
    border: 1px solid #ccc;
    margin-left: 5px;
}

.btn-default {
    background-color: #d1252d;
    color: #fff;
    border-color: #ddd;
}

.main-header .sidebar-toggle {
    padding: 10px 15px;
}

.h5, h5 {
    font-size: 14px;
    margin: 3px 0px;
}

.navbar-nav > li > a {
    padding-top: 4px;
    padding-bottom: 4px;
    margin-top: 6px;
}

hr {
    margin-top: 10px;
    margin-bottom: 10px;
    border: 0;
    border-top: 1px solid #eee;
}

label {
    font-weight: 500!important;
    margin-bottom: 1px;
}

.info-box {
    display: block;
    min-height: 60px;
    background: #fff;
    width: 100%;
    box-shadow: 0 0px 5px rgb(0 0 0 / 40%);
    border-radius: 2px;
    margin-bottom: 15px;
    box-shadow: rgb(0 0 0 / 20%) 0px 2px 8px !important;
    height: 60px;
    border-radius: 6px;
}

.info-box-icon {
    border-top-left-radius: 6px;
    border-bottom-left-radius: 6px;
    height: 60px;
    width: 90px;
    font-size: 41px;
    padding: 5px;
}

/*.main-sidebar
{
    box-shadow: rgb(0 0 0 / 20%) 0px 2px 8px !important;
}*/
.box.box-default {
    border-top-color: #d1252d;
    border-radius: 8px;
    box-shadow: rgb(0 0 0 / 20%) 0px 5px 10px !important;
}

.btn {
    border-radius: 20px !important;
}

.btn-primary {
    color: #428bca !important;
    background-color: transparent !important;
    border-color: #428bca !important;
}

    .btn-primary:hover, .btn-primary:focus, .btn-primary:active, .btn-primary.active, .open .dropdown-toggle.btn-primary {
        color: #fff !important;
        background-color: #428bca !important;
        border-color: #428bca !important;
    }

.btn-warning {
    color: #f73942 !important;
    background-color: transparent !important;
    border-color: #f73942 !important;
}

    .btn-warning:hover, .btn-warning:focus, .btn-warning:active, .btn-warning.active, .open .dropdown-toggle.btn-warning {
        color: #fff !important;
        background-color: #f73942 !important;
        border-color: #f73942 !important;
    }

.confirm.btn-danger {
    background-color: #428bca !important;
    border-color: #428bca !important;
}

    .confirm.btn-danger:hover, .confirm.btn-danger:active, .confirm.btn-danger.hover {
        background-color: #fff !important;
        border-color: #428bca !important;
        color: #428bca !important;
    }

@media (max-width: 991px) {
    .navbar-custom-menu .navbar-nav > li > a {
        padding-top: 8px;
        padding-bottom: 8px;
        line-height: 10px;
    }
}

@media (max-width: 576px) {
    .main-header .sidebar-toggle {
        padding: 10px 10px;
    }

    .navbar-custom-menu .navbar-nav > li > a {
        padding: 8px !important;
        line-height: 20px;
    }

    #ctl00_lblUserName {
        font-size: 14px !important;
    }
}
