﻿/* Move down content because we have a fixed navbar that is 50px tall */
html {
    height: 100%;
}

body {
    position: relative;
    margin: 0;
    padding-bottom: 80px;
    min-height: 100%;
    font-family: 'Open Sans', sans-serif;
    font-size: 14px;
    background-color: #f4f4f4 !important;
    color: #292929;
}

/* Wrapping element */
/* Set some basic padding to keep content from hitting the edges */
.body-content {
    margin-left: 0px;
    margin-right: 0px;
    margin-bottom: 5px;
    height: 100%;
    min-height: 100%;    
}

#Content{
    width: 100%;
}

/* Responsive: Portrait tablets and up */
@media screen and (min-width: 768px) {
    .jumbotron {
        margin-top: 20px;
    }

    .body-content {
        padding: 0;
    }
}

.container {
    width: 100%;
    min-height: 100%;
    margin-left: 0px !important;
    padding-left: 5px !important;
}

.container-full {
    min-height: 100%;
    position: relative;
}

.row {
    margin-right: 0px !important;
    margin-left: 0px !important;
}

#nav {
    background-color: #4c4c4c;
}

.navbar {
    margin-bottom: 0px;
    height: 105px;
    position: relative;
    background-color: #4c4c4c;
}

.header {
    margin-bottom: 0px;
}

.navbar-header {
    position: relative;
    float: left;
}

.logo {
    width: 112px;
    height: 46px;
}

.logo-label {
    font-size: 30px;
    color: white;
    vertical-align: bottom;
}

.footer {
    position: absolute;
    right: 0;
    bottom: 0px;
    left: 0;
    width: 100%;
    /* Set the fixed height of the footer here*/
    height: 25px;
    text-align: center;
    background-color: #4c4c4c;
    color: #c6a272;
    font-size: 12px;
    padding: 5px;
}

.footer p {
    text-align: center;
}

.footer-copyright {
    text-align: center;
    padding-bottom: 5px;
    width: 100%;
}

br {
    clear: both;
}

hr {
    border: 1px solid #AAAAAA;
    margin-top: 1px;
}

h1 {
    margin-bottom: 10px;
    font-size: 24px;
}

h2 {
    background-color: #eeeeee;
    padding: 2px;
    font-size: 20px;
}

.title {
    background-color: #969696;
    color: #ffffff;
    font-size: 20px;
    font-weight: bold;
    height: 30px;
    line-height: 30px;
    padding: 0px 0px 5px 0px;
    vertical-align: middle;
}

.subtitle {
    background-color: #dddddd;
    font-weight: bold;
    font-size: 12px;
    color: #000000;
    border: 1px solid #969696;
    height: 30px;
    margin-top: 0px;
    margin-bottom: 5px;
    padding-top: 5px;
}

.search-panel {
    background-color: #3C454F;
    color: white;
    padding: 10px 0px 10px 10px;
    margin-bottom: 10px;
}

label {
    font-size: 10px;
}

.label {
    font-size: 10px;
    color: #000000 !important;
    font-weight: normal !important;
}

.fa {
    font-size: 20px;
}

.fa-spinner {
    font-size: 50px;
    visibility: hidden;
}

.fa-file-pdf-o {
    color: #ff0000;
}

.fa fa-file-excel-o {
    color: #217346;
}

.btn-new {
    color: #ffffff;
    background-color: forestgreen !important;
    font-size: 10px !important;
    width: 100px;
    height: 20px !important;
    padding-top: 3px !important;
}

.btn-save {
    width: 100px;
}

.btn-cancel {
    width: 100px;
}

.page-wrap {
    min-height: 100%;
    margin-bottom: -35px;
}

.page-wrap:after {
    content="";
    height: 500px;
    display: block;
}

.divMainPanelHeader {
    background-color: #dddddd;
    font-size: 18px;
    font-weight: bold;
    height: 50px;
    line-height: 30px;
    padding: 10px;
    margin-bottom: 10px;
}

.divMainPanelFilters {
}

.divMainPanelContent {
    padding: 15px 20px 10px 20px;
    background-color: #ffffff;
    width: 100%;    
}
.divMainPanelFooter {
    height: 9px;
    margin-bottom: 10px;
    width: 100%;
}

/* Set widths on the form inputs since otherwise they're 100% wide  max-width: 280px;*/ 
input,
select,
textarea {
    
}

 #panelProgress {
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0px;
    left: 0px;
    z-index: 2000;
    visibility: hidden;
}
        
#panelProgress td {
    vertical-align: middle;
    text-align: center;
    background-color:rgba(255,255,255,0.5);
}

.preloadImageSmall{
    vertical-align: middle;
    margin-left: 5px;
    visibility: hidden;    
}

.progressImage {
    vertical-align: middle;
    margin-left: 5px;
    font-size: 25px;
    visibility: hidden;
}

/* override bootstrap 3 class to remove scrollbar from modal backdrop when not necessary */
.modal {
  overflow-y: hidden;
}

/* custom class to override .modal-open */
.modal-noscrollbar, .modal-open {
    margin-right: 0 !important;
}

.modal-title {
    font-size: 20px;
    font-weight: bold;
}

.page-header {
    margin-top :20px;
}

.panel.noborder {
  border: 0;
  box-shadow: none;
}

.alert {
    float: left;
}
.group-list {
    height: 100%;
    min-height: 300px;
    max-height: 500px;
    overflow-y: auto;
}
       
table thead th {
    font-weight: normal;
}

.no-right-border  { border-right : none; }
.no-left-border  { border-left: none; }
      
.table > thead > tr > th,  .table > thead > tr > td { border: solid ; border-width :1px; border-color :#dddddd ; }

.table {
    border-top: solid;
    border-width: 1px;
    border-color: #dddddd;
}

.table > thead > tr > th.no-left-border {
    border-left: none;
}
.table > thead > tr > th.no-right-border {
    border-right: none;
}

table.dataTable.no-footer {
    border-bottom:1px solid #ddd
}                          

#tblReport a {
    cursor: pointer;
}

.green-text {
    color: #009933;
}
.red-text{
    color: #FF0000;
}
.green-text:hover, .red-text:hover {
    text-decoration: underline;
}

.cursor-pointer {
    cursor: pointer;
}

.tableForm {
    width: 100%;
    border-spacing: 0px;
    padding: 0px;
    margin-bottom: 5px;    
}
.tableForm td {
    padding-top :8px;
}

.linkButton {
    cursor: pointer;
    color: #000000;
    text-decoration: solid;
}
.linkButton:hover {
    color: #009933;
    text-decoration: solid;
}

.delete-icon {
    font-size: 12px;
    color: #ff0000;
}

.error-message {
    color: #b20000
}

.form-field {
    float: left;
    margin-right: 5px;
}

.form-value {
    float: left;
    margin-right: 5px;    
    background-color: gainsboro;
}

.btn-secondary:hover {
    background-color: #cccccc;
}

.no-access {
    color: #b20000;
}

.field-label {
    font-size: 9px;
}

.fa-spinner {
    font-size: 50px;
    position: fixed;
    z-index: 999;
    left: 50%;
    margin-left: -25px;
    top: 50%;
    margin-top: -25px;
}

.label-required:after {
    content: "*";
    font-size: 14px;
    line-height: 14px;
    vertical-align: bottom;
    color: #ff0000;
    margin-left: 5px;
}

.data-grid {
    padding: 0px !important;
}

/* Navigation Bar */
.dxnb-item {
    padding: 0px;
    font-size: 14px;
}

.dxnb-item a:hover {
    background-color: #89ac43;
    text-decoration: none;
}

.dxnbLite_Metropolis .dxnb-header {
    background-color: #4c4c4c;
    color: #ffffff;
}

.dxnbLite_Metropolis .dxnb-headerCollapsed {
    background-color: #4c4c4c;
    color: #ffffff;
}

.dxnbLite_Metropolis .dxnb-ghtext {
    font-weight: normal;
    font-size: 16px;
}

.dxnb-header_Metropolis {
    height: 25px;
    vertical-align: middle;
    background-color: #71B1D1;
}

.dxnbLite_Metropolis .dxnb-itemSelected {
    font-weight: bold;
    background-color: #a6d050;
}
/*************************************************************************************/

.fa-file-excel-o {
    color: #376a44 !important;
    font-size: 32px !important;    
}