﻿

.navbar-default {
    background: linear-gradient(to bottom, #92CBE9 0%, #66ACD0 50%, #357DAD 50%, #1D5C85 100%);
}

    .navbar-default .navbar-nav li > a {
        color: white;
    }

        .navbar-default .navbar-nav li > a:hover {
            color: white;
            text-shadow: 1px 0px 0px white;
        }


    .navbar-default .navbar-nav li > ul > li > a, .navbar-default .navbar-nav li > ul > li > a:hover {
        color: black;
    }

    .navbar-default .navbar-nav > li > a:focus, .navbar-default .navbar-nav > li > a:hover {
        color: white;
    }

    .navbar-default .navbar-nav > .active > a, .navbar-default .navbar-nav > .active > a:focus, .navbar-default .navbar-nav > .active > a:hover {
        background-color: white;
    }

    .navbar-default .navbar-nav > .open > a, .navbar-default .navbar-nav > .open > a:focus, .navbar-default .navbar-nav > .open > a:hover {
        background-color: white;
    }

    .navbar-default .navbar-text {
        color: white;
    }

a.list-group-item:hover {
    background-color: #FEFAF3;
}

.active.list-group-item, .active.list-group-item:focus, .active.list-group-item:hover {
    background: linear-gradient(to bottom, #92CBE9 0%, #66ACD0 50%, #357DAD 50%, #1D5C85 100%);
    color: white;
}

.table thead {
    background: linear-gradient(to bottom, #F6FFFF 0%, #EBF1F1 50%, #DBE3E5 50%, #CBDADF 100%);
}

.table-striped > tbody > tr:nth-of-type(2n) {
    background-color: #f9f9f9;
}

.table-striped > tbody > tr:nth-of-type(2n+1) {
    background-color: white;
}

.breadcrumb {
    box-shadow: 0 0 15px 1px rgba(0, 0, 0, 0.35);
    border-radius: 5px;
}

.hover {
    box-shadow: 0 0 15px 1px rgba(0, 0, 0, 0.35);
    border-radius: 5px;
}

/*.panel-default > .panel-heading {
    background: linear-gradient(to bottom, #92CBE9 0%, #66ACD0 50%, #357DAD 50%, #1D5C85 100%);
}*/

.identity {
    text-align: center;
    padding-bottom: 5px;
}

.row-index {
    text-align: center;
    font-weight: bold;
    width: 35px;
    white-space: nowrap;
}