﻿body {
    padding-bottom: 30px;
    padding-top: 70px;
    text-align: center;
}

.dropdown-menu > li > a:hover,
.dropdown-menu > li > a:focus {
    background-image: linear-gradient(to bottom, #337ab7 0%, #337ab7 100%);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fff5f5f5', endColorstr='#ffe8e8e8', GradientType=0);
}

.dropdown-menu > .active > a,
.dropdown-menu > .active > a:hover,
.dropdown-menu > .active > a:focus {
    background-color: #0026ff;
}

.navbar-brand,
.navbar-nav > li > a {
    text-shadow: 0 1px 0 /*#2e6da4*/;
}

.navbar-inverse {
    background-image: -webkit-linear-gradient(top, #2e6da4 0%, #222 100%);
    background-image: -o-linear-gradient(top, #2e6da4 0%, #222 100%);
    background-image: -webkit-gradient(linear, left top, left bottom, from(#2e6da4), to(#222));
    background-image: linear-gradient(to bottom, #2e6da4 0%, #222 100%);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff3c3c3c', endColorstr='#ff2e6da4', GradientType=0);
    filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
}

    .navbar-inverse .navbar-nav > .open > a,
    .navbar-inverse .navbar-nav > .active > a {
        -webkit-box-shadow: inset 0 3px 9px rgba(0, 0, 0, .25);
        background-image: -webkit-linear-gradient(top, #080808 0%, #2e6da4 100%);
        background-image: -o-linear-gradient(top, #080808 0%, #2e6da4 100%);
        background-image: -webkit-gradient(linear, left top, left bottom, from(#080808), to(#2e6da4));
        background-image: linear-gradient(to bottom, #080808 0%, #0f0f0f 100%);
        background-repeat: repeat-x;
        box-shadow: inset 0 3px 9px rgba(0, 0, 0, .25);
        filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff080808', endColorstr='#ff0f0f0f', GradientType=0);
    }

    .navbar-inverse .navbar-brand,
    .navbar-inverse .navbar-nav > li > a {
        text-shadow: 0 -1px 0 rgba(0, 0, 0, .25);
    }

.navbar-static-top,
.navbar-fixed-top,
.navbar-fixed-bottom {
    border-radius: 0;
}

@media (max-width: 767px) {
    .navbar .navbar-nav .open .dropdown-menu > .active > a,
    .navbar .navbar-nav .open .dropdown-menu > .active > a:hover,
    .navbar .navbar-nav .open .dropdown-menu > .active > a:focus {
        background-image: -webkit-linear-gradient(top, #337ab7 0%, #2e6da4 100%);
        background-image: -o-linear-gradient(top, #337ab7 0%, #2e6da4 100%);
        background-image: -webkit-gradient(linear, left top, left bottom, from(#337ab7), to(#2e6da4));
        background-image: linear-gradient(to bottom, #337ab7 0%, #2e6da4 100%);
        background-repeat: repeat-x;
        color: #fff;
        filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff337ab7', endColorstr='#ff2e6da4', GradientType=0);
    }
}


.theme-dropdown .dropdown-menu {
    display: block;
    margin-bottom: 20px;
    position: static;
}

.theme-showcase > p > .btn {
    margin: 5px 0;
}

.theme-showcase .navbar .container {
    width: auto;
}

.CompletionListCssClass {
    margin: 0px !important;
    background-color: White;
    color: windowtext;
    border: buttonshadow;
    border-width: 1px;
    border-style: solid;
    overflow: auto;
    text-align: left;
    list-style-type: none;
    margin-left: 0px;
    padding-left: 0px;
    max-height: 150px;
    width: auto;
    z-index: 1;
}

.rowsSpaced .row {
    margin-top: 10px;
}

select {
    -ms-text-align-last: center;
    -moz-text-align-last: center;
    text-align-last: center;
}
