@CHARSET "ISO-8859-1";

* {
    border-radius: 0 !important;
}

html {
    position: relative;
    min-height: 100%
}

body {
    margin-bottom: 60px;
    background-color: #f5f5f5;
    font-family: -apple-system, BlinkMacSystemFont, Calibri, Arial, sans-serif;
    font-size: 10pt;
    line-height: 1.5;
    color: #373a3c;
    background-color: #c0c0c0;
}

.footer {
    position: absolute;
    bottom: 0;
    width: 100%;
    /* Set the fixed height of the footer here */
    height: 50px;
    background-color: #f5f5f5;
}

body > .container {
    /*margin-top: 95px;*/
    padding-top: 75px;
    background-color: #ffffff;
    min-height: 600px;
}

.navbar {
    background-color: #ffffff;
    font-size: 1.5em;
}

.navbar-toggle {
    margin-bottom: 40px;
}

.navbar-collapse {
    margin-top: 15px;
}

.nav {
    padding-top: 20px;
}

.footer > .container {
    padding-top: 5px;
    padding-right: 15px;
    padding-left: 15px;
}

.h-divider {
    margin-top: 5px;
    margin-bottom: 5px;
    height: 1px;
    width: 100%;
    border-top: 1px solid gray;
}

table.dataTable tr > td {
    padding-top: 0px;
    padding-bottom: 0px;
}

    table.dataTable tr > td > a {
        background-color: transparent;
        color: #337ab7;
    }

#table-div {
    min-height: 500px;
}


.not-expected {
    color: #ff3232;
}

.expected {
    color: #008000;
}

.see-report {
    color: #005eb8;
}

.ddi {
    background-color: #fdbd56 !Important;
}

/*
.form-group > label {
	font-size: 1.2em;
}
*/

#loading {
    position: absolute;
    top: 50%;
    left: 50%;
    margin-top: -50px;
    margin-left: -50px;
    width: 100px;
    height: 100px;
}

#download-alert {
    margin-top: 10px;
}

.display-1 {
    font-size: 6rem;
    font-weight: 300;
}

.display-2 {
    font-size: 5.5rem;
    font-weight: 300;
}

.display-3 {
    font-size: 4.5rem;
    font-weight: 300;
}

.display-4 {
    font-size: 3.5rem;
    font-weight: 300;
}

.display-5 {
    font-size: 2.5rem;
    font-weight: 300;
}

div.toolbar {
    float: left;
    padding-right: 10px;
}

.clear {
    clear: both;
}

.pad-bottom {
    padding-bottom: 5px;
}

.aegis-timeout-warning {
    font-size: 14pt;
    font-weight: 600;
}
.aegis-timeout-body {
    font-size: 11pt;
}

h1.page-headline {
    font-style: italic;
    font-weight: 600;
    margin-top: 20px;
    margin-bottom: 8px;
}

.k-grid-header th.k-header {
    font-weight: bold;
}

.k-grid td {
    padding-top: 2px;
    padding-bottom: 2px;
    font-size: 12px;
}

.k-grid-content {
    min-height: 100px;
    max-height: 850px;
}

.k-grid tr td {
    border-right-style: none;
    border-left-style: none;
}

.k-grid-norecords {
    margin-top: 12px;
    color: #333333;
}

/*.k-dropdown-wrap {
    width: 250px;
}*/

/*.k-select {
    width: 250px;
}*/

.client-filter-input {
    width: 265px;
}

.btn-toolbar {
    font-size: small;
    color: #333333;
}
