a, a:visited {
    background-color: inherit;
    color: #333399;
    text-decoration: underline;
    }
a:hover {
    text-decoration: none;
    }

h1 {
	font-family: "Fjalla One" !important;
    font-size: 20px;
    /* color: #016097!important; */
    color: #000000 !important;
    font-weight: normal;
    }
h2 {
    font-family: "Fjalla One" !important;
    font-size: 17px!important;
    /* color: #6C5B33; */
    color: #000000;
    font-weight: normal;
    /* border-bottom: thin solid #CEC4A9!important; */
    border-bottom: thin solid #DEDEDE !important;
    padding: 0;
    } */


#headerBanner {
    /* background-image: linear-gradient(-180deg,#7a2426 35%,#5B1A1B 100%);
    padding: 0px;
    border-bottom: 3px solid #B3A71E; */
    height: 82px;
    width: 1000px;
    background-image: linear-gradient(-180deg, #333399 35%, #333399 100%);
    padding: 0px;
    border-bottom: 3px solid #DEDEDE;
}

/* -- footer -- */

#footer {
	/*height:167px;*/
	background-image: linear-gradient(-180deg,#7a2426 10%,#5B1A1B 51%);
	border-top: 4px solid #B3A71E;
    font-size: 10px;
	color:#fff!important;
}


.chunkSeal  {
    float: left;
    padding: 10px 70px 0 0;
	 margin-left: 0px;
    width: 300px;
    }
#footerTop .chunk p {
    margin: 0px;
    padding: 3px 0;
    /* color: #ffffff!important; */
    color: #000000 !important;
}
    
#footerTop .chunk strong {
    background-color: inherit;
    /* color: #40382F; */
    color: #000000;
    font-size: 10px;
}


#footerBottomContainer a, a:visited {
    font-size: 10px;
    /* color: #40382F; */
    color: #000000;
    padding-bottom: 20px;
}

#footerBottomRight {
	font-size: 10px;
    } 

/* -- tables -- */

.tableHead {
    border-bottom: 1px solid #000;
	font-weight: bold;
	line-height: normal;
    padding: 7px 3px;
    vertical-align: top;
	}
.tableCell {
    /* border-bottom: 1px solid #CEC4A9; */
    border-bottom: 1px solid #DEDEDE;
    line-height: normal;
    padding: 7px 3px;
    vertical-align: top;
}

.table_head4 {
    border-bottom: 1px solid #000000!important;
    color: #000000!important;
    font-family: Georgia,"Times New Roman",Times,serif!important;
    font-size: 12pt !important;
    font-style: italic!important;
    font-weight: normal!important;
    margin-bottom: 20px!important;
    margin-left: 10px!important;
    padding-top: 10px!important;
    width: 700px!important;
}

/* -- miscellaneous -- */

.clearFloat {
    clear: both;
    height: 0;
    font-size: 1px;
    line-height: 0px;
    }
.noBorder {
    border: none;
    }
.linkIcon {
    border: none;
    vertical-align: middle;
    }

.light {
    background-color: #efefef;
    /* background-color:#ebf2f6; */
    font-weight: normal;
    /* color: #4D4337; */
    color: #000000;
    line-height: 19px;
    font-family: 'Open Sans', sans-serif !important;
    font-size: 13px;
}
.medium{
	background-color:#cccccc;
  /* background-color:#cadeeb; */
	font-weight: normal;
	color: #000000;
	line-height:19px;
    font-family: 'Open Sans',sans-serif !important;
    font-size: 13px;
}

.dark {
    /*background-color:#7a2426;
    background-color:#17456B; */
    background-color: #333399;
    font-weight: normal;
    color: #ffffff;
    line-height: 19px;
    font-family: 'Open Sans', sans-serif !important;
    font-size: 13px;
}

.dark a:link, .dark a:visited {
	color: #ffffff!important;
}

thead{
	background-color:#647e6e!important;
	font-weight: normal!important;
	color: #ffffff;
	line-height:19px;
    font-family: 'Open Sans',sans-serif !important;
    font-size: 13px;
}

thead a:link, thead a:visited {
	color: #ffffff!important;
}

.alt{
	background-color:#ffffff;
	font-weight: normal;
	color: #000000;
	line-height:19px;
    font-family: 'Open Sans',sans-serif !important;
    font-size: 13px;
	}

.warn{
	font-weight: normal;
	color: #990000;
	line-height:19px;
    font-family: 'Open Sans',sans-serif !important;
    font-size: 13px;
	}

.EditTablePrimaryHeading {
	background-color: #17456B!important;
}

.sort {
    padding:8px 30px;
    border-radius: 6px;
    border:none;
    display:inline-block;
    color:#fff;
    text-decoration: none;
  
    height:30px;
  }
  .sort:after {
    display:inline-block;
    width: 0;
    height: 0;
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    border-bottom: 5px solid transparent;
    content:"";
    position: relative;
    top:-10px;
    right:-5px;
  }
  .sort.asc:after {
    width: 0;
    height: 0;
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    border-top: 5px solid #fff;
    content:"";
    position: relative;
    top:4px;
    right:-5px;
  }
  .sort.desc:after {
    width: 0;
    height: 0;
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    border-bottom: 5px solid #fff;
    content:"";
    position: relative;
    top:-4px;
    right:-5px;
  }

  .dataTable-bottom{
    padding-top: 2rem !important;
    padding-bottom: 2rem !important;
  }

  [x-cloak] {
    display: none !important;
  }

  @media print {
    .btn, .btn-close {
        display: none;
    }

    .list-group {
        display: flex;
        flex-direction: column;
        padding-left: 0;
        margin-bottom: 0;
        border-radius: 0.25rem;
    }
    .btn-close{
        display: none;
    }
    .modal-header {
        background-color: #7a2426!important;
        display: flex;
        flex-shrink: 0;
        align-items: center;
        justify-content: space-between;
        padding: 0rem;
        border-bottom: 1px solid #dee2e6;
        border-top-left-radius: calc(0.3rem - 1px);
        border-top-right-radius: calc(0.3rem - 1px);
    }
}