/****************************************************************
 *
 * MVS Custom templates
 * Author: Zachary Reis
 * last mod: 2-5-2019
 *
*****************************************************************/
.dataTables_wrapper .dataTables_filter {
    float: left;
    text-align: left;
}

.navbar-custom {
    background-color: #30343e !important;
    background: linear-gradient(to bottom,#30343e 0,#3a3f4b 100%);
    border-bottom: 1px solid #76ec35;
}

.navbar-custom .navbar-brand,
.navbar-custom .navbar-text {
    color: #FFFFFF;
}

.navbar-custom .navbar-nav .nav-link {
    color: #FFFFFF;
}

/* change the color of active or hovered links */
.navbar-custom .nav-item.active .nav-link,
.navbar-custom .nav-item:hover .nav-link {
    color: #cecece;
}

/* for dropdown only - change the color of dropdown */
.navbar-custom .dropdown-menu {
    background-color: #30343e;
    background: linear-gradient(to bottom,#30343e 0,#3a3f4b 100%);
}
.navbar-custom .dropdown-item {
    color: #ffffff;
}
.navbar-custom .dropdown-item:hover,
.navbar-custom .dropdown-item:focus {
    color: #30343e;
}

.modal-dialog {
    max-width: 800px;
}

.highlight{
    background-image: linear-gradient(-100deg, rgba(255, 255, 255, 0), #fffe95 85%, rgba(255, 255, 255, 0));
}

.green-highlight {
    text-shadow:
            3px 0px 3px #d9ffcb,
            -3px 0px 3px #d9ffcb,
            6px 0px 6px #d9ffcb,
            -6px 0px 6px #d9ffcb;

}

.red-highlight {
    text-shadow:
            3px 0px 3px #ffefed,
            -3px 0px 3px #ffefed,
            6px 0px 6px #ffefed,
            -6px 0px 6px #ffefed;
}

.yellow-highlight {
    text-shadow:
            -3px 0px 3px #fffddf,
            3px 0px 3px #fffddf,
            6px 0px 6px #fffddf,
            -6px 0px 6px #fffddf;
}

.text-failure {
    color: #e02b2b !important
}

body {
    font-family: 'Roboto', sans-serif;
}

table td {
    font-size: .9rem;
    font-weight: 400;
}

.chip-nav {
    /*display: inline-block;*/
    padding: 0 25px;
    /*height: 46px;*/
    font-size: 14px;
    line-height: 36px;
    border-radius: 25px;
    /*background-color: #000000;*/
}

.chip-nav img {
    float: left;
    margin: 0 10px 0 -25px;
    height: 36px;
    width: 36px;
    border-radius: 50%;
}