﻿.navbar {
    color: #ffffff;
}

.navbar-brand {
    color: #ffffff;
}

.navbar-text {
    color: #ffffff !important;
}

.navbar-default .navbar-brand a:hover,
.navbar-default .navbar-brand,
.navbar-default .navbar-brand:hover,
.navbar-default .navbar-brand:focus {
    color: #ffffff;
}

.navbar-default .navbar-text {
    color: #ffffff;
}

.navbar-default .navbar-brand a,
.navbar-default .navbar-brand a:hover,
.navbar-default .navbar-brand a:focus {
    color: #ffffff;
}

.navbar-inverse {
    background-color: #185895;
    border-color: #ddd;
}

    .navbar-inverse .navbar-header .navbar-brand {
        color: #ffffff;
    }

.jumbotron {
    background-color: #2d6ba2 !important;
    color: #ffffff;
}

btn-ftr {
    margin: 5px;
}

@media only screen and (min-width : 768px) {
    .is-table-row {
        display: table;
    }

        .is-table-row [class*="col-"] {
            float: none;
            display: table-cell;
            vertical-align: top;
        }
}

.gvMenuEnabled {
}

.gvhide {
    display: none;
}

.radio-inline, .checkbox-inline {
    position: relative;
    display: inline-block;
    padding-left: 20px;
    margin-bottom: 0;
    font-weight: normal;
    vertical-align: middle;
    cursor: pointer;
}

.form-control-digits-10 {
    display: inline-block;
    box-sizing: content-box;
    width: 10ch;
}

.form-control-digits-30 {
    display: inline-block;
    box-sizing: content-box;
    width: 30ch;
}

.margin-right-50 {
    margin-right: 50px;
}

.padding-10 {
    padding-top: 10px !important;
    padding-bottom: 10px !important;
}

/* download button */
.btn-file {
    position: relative;
    overflow: hidden;
}

    .btn-file input[type=file] {
        position: absolute;
        top: 0;
        right: 0;
        min-width: 100%;
        min-height: 100%;
        font-size: 100px;
        text-align: right;
        filter: alpha(opacity=0);
        opacity: 0;
        outline: none;
        background: white;
        cursor: inherit;
        display: block;
    }

.btn-success {
    color: #000;
    background-color: #3ab554;
    border-color: #004318;
}

    .btn-success:hover {
        color: #000;
        background-color: #4dbe65;
        border-color: #004318;
    }

.btn-warning {
    color: #000;
    background-color: #c9832e;
    border-color: #000;
}

    .btn-warning:hover {
        color: #000;
        background-color: #dfa155;
        border-color: #000;
    }

    .btn-warning:focus,
    .btn-warning.focus {
        color: #000;
        background-color: #dfa155;
        border-color: #000;
    }

    .btn-warning:active,
    .btn-warning.active,
    .open > .dropdown-toggle.btn-warning {
        color: #000;
        background-color: #dfa155;
        border-color: #000;
    }

.btn-info {
    color: #000;
    background-color: #5f8da8;
    border-color: #000;
}

    .btn-info:hover {
        color: #000;
        background-color: #7cb1d1;
        border-color: #000;
    }


.btn-orange {
    background-color: #c9832e !important;
    border-color: #000 !important;
}

    .btn-orange hover {
        background-color: #dfa155 !important;
        border-color: #000 !important;
    }

.btn-green {
    background-color: #3ab554 !important;
    border-color: #000 !important;
}

    .btn-green:hover {
        background-color: #4dbe65 !important;
        border-color: #000 !important;
    }



.btn-primary {
    color: #000;
    background-color: #d9d9d9;
    border-color: #000;
}

    .btn-primary:hover {
        color: #000;
        background-color: #e9e9e9;
        border-color: #000;
    }

    .btn-primary:focus,
    .btn-primary.focus {
        color: #000;
        background-color: #e9e9e9;
        border-color: #000;
    }

    .btn-primary:active,
    .btn-primary.active,
    .open > .dropdown-toggle.btn-primary {
        color: #000;
        background-color: #e9e9e9;
        border-color: #000;
    }

.btn-secondary {
    color: #000;
    background-color: #d9d9d9;
    border-color: #b8b8b8;
}

    .btn-secondary:hover:not([disabled]) {
        color: #000;
        background-color: #e9e9e9;
        border-color: #b8b8b8;
    }

.dropdown-toggle {
    color: #fff;
    background-color: #9c9d9f;
    border-color: #4b4b4d;
}

    .dropdown-toggle hover {
        color: #fff;
        background-color: #9c9d9f;
        border-color: #4b4b4d;
    }

.panel-title {
    font-size: 14px;
    font-weight: bold;
}

.table-striped {
    border-color: #ddd !important;
}

.table {
    border-bottom: 1px solid #ddd;
    border-top-left-radius: 3px
}

.well-orange {
    background-color: #f0c24f;
    border: 1px solid #9c7e31;
}

caption {
    caption-side: top;
}

/* Main Menu */

table.mainmenu {
    width: 90%;
    border-collapse: separate;
    border-spacing: 40px 40px;
}

    table.mainmenu td {
        border-radius: 5px;
        width: 20%;
        height: 200px;
        position: relative;
        text-align: center;
        border: 1px solid #707072;
        padding: 5px
    }

        table.mainmenu td:after {
            content: '';
            display: block;
            margin-top: 100%;
        }

        table.mainmenu td .content {
            position: absolute;
            top: 0;
            bottom: 0;
            left: 0;
            right: 0;
        }

.topmargin {
    margin-top: 50px;
}

.dxbs-table tfoot {
    text-align: center;
}

/* Devexpress Table Filter (Trichter) */
.dxbs-fixed-header-content > .h-icons button[data-toggle$='-filterpopup']:not(.active) {
    color: #7cb1d1;
    opacity: .6;
}

/* snackbar start */
#snackbar {
    visibility: hidden;
    min-width: 250px;
    margin-left: -125px;
    background-color: #333;
    color: #fff;
    text-align: center;
    border-radius: 2px;
    padding: 16px;
    position: fixed;
    z-index: 1;
    left: 50%;
    bottom: 30px;
    font-size: 17px;
}

    #snackbar.show {
        visibility: visible;
        -webkit-animation: fadein 0.5s, fadeout 0.5s 2.5s;
        animation: fadein 0.5s, fadeout 0.5s 2.5s;
    }

@-webkit-keyframes fadein {
    from {
        bottom: 0;
        opacity: 0;
    }

    to {
        bottom: 30px;
        opacity: 1;
    }
}

@keyframes fadein {
    from {
        bottom: 0;
        opacity: 0;
    }

    to {
        bottom: 30px;
        opacity: 1;
    }
}

@-webkit-keyframes fadeout {
    from {
        bottom: 30px;
        opacity: 1;
    }

    to {
        bottom: 0;
        opacity: 0;
    }
}

@keyframes fadeout {
    from {
        bottom: 30px;
        opacity: 1;
    }

    to {
        bottom: 0;
        opacity: 0;
    }
}
/* snackbar end */
