﻿body, * {
    font-family: 'Arial';
}

.app {
    background-color: #CDCCCB;
}

.sidebar-left {
    background-color: #003366;
}

.list-group-item {
    border-bottom-width: 0px;
}


.btn-list {
    background-color: black;
    border-radius: 0px;
    border-style: none;
    color: white;
}

button.btn-primary {
    background-color: #951B1E;
    border-color: white;
}

    button.btn-primary:hover,
    button.btn-primary:focus,
    button.btn-primary:active {
        border-color: white;
        background-color: #003366;
    }

.btn-block {
    background-color: black;
    border-radius: 0px;
    color: white;
}

.app-content {
    width: auto;
}

.navbar-app .btn-navbar {
    color: white;
}

div.btn-group-tags button {
    margin-bottom: 4px;
}

div.navbar {
    background-color: #003366;
    color: white;
    font-weight: bold;
    border-bottom-color: #6699cc;
    border-bottom-width: 3px;
    border-bottom-style: solid;
}

.app-body.loading {
    background: #003366;
}

.feature-icon {
    font-size: 44px;
    padding: 0;
    line-height: 64px;
    width: 64px;
    text-align: center;
    opacity: .8;
}

.loading-spinner {
    margin: 6em auto;
    font-size: 10px;
    text-indent: -9999em;
    border-top: 1.1em solid rgba(255, 255, 255, 0.2);
    border-right: 1.1em solid rgba(255, 255, 255, 0.2);
    border-bottom: 1.1em solid rgba(255, 255, 255, 0.2);
    border-left: 1.1em solid #ffffff;
    -webkit-animation: load8 1.1s infinite linear;
    animation: load8 1.1s infinite linear;
}

    .loading-spinner,
    .loading-spinner:after {
        position: relative;
        margin-left: auto;
        margin-right: auto;
        border-radius: 50%;
        width: 8em;
        height: 8em;
    }

@-webkit-keyframes load8 {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

@keyframes load8 {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

.btn-danger {
    background-color: #951B1E;
    border-color: #951B1E;
}

.list-group-item-disabled {
    color: #cfcfcf;
}

legend {
    background-color: black;
    color: white;
    text-align: center;
    padding: 5px;
}

.navbar-absolute-bottom {
    border-style: none;
}

div.section {
    margin-bottom: 8px;
}

.scrollable-content {
    padding: 8px;
}

div.validation-summary-errors ul {
    list-style-type: none;
    margin-left: 0px;
    padding-left: 0px;
}

span.list-group-item-emptylist {
    font-style: italic;
    text-align: center;
}

a.list-group-headline {
    background-color: #dddddd;
    color: #003366;
    font-weight: bold;
}

div.group-list-overlay {
    display: none;
    position: relative;
    height: 100%;
    z-index: 100;
    background-color: white;
    width: auto;
}

div.group-list-selector {
    background-color: #003366;
    color: white;
    height: 45px;
    width: 45px;
    float: left;
    margin-left: 15px;
    line-height: 45px;
    font-weight: bold;
    font-size: 18px;
    margin-top: 15px;
    text-align: center;
}

video.inpVideo {
    max-height: 100%;
    max-width: 100%;
    display: block;
    margin-left: auto;
    margin-right: auto;
}

div.scrollable-content.search-sidebar {
    padding-left: 0px;
    padding-right: 0px;
}

span.input-group-addon-lang {
    min-width: 40px;
    background-color: #eeeeee;
}

.report-container {
    width: 350px;
    height: 270px;
    top: 200px;
    position: fixed; /* or absolute */
    left: 50%;
    border: solid 1px;
    padding: 8px;
    margin-left: -200px;
}
.report-background {
    background: white;
    width: 100%;
    height: 100%
}
.btn-send {
    background-color: #0057D8;
    border-color: white;
    color: white;
    width: 100%;
    border-radius: 5px;
}

.btn-send:hover {
    background-color: #5584c9;
    color: white;
}
.btn-send:active {
    color: white;
}