/**
 * All of the CSS for your public-facing functionality should be
 * included in this file.
 */

 body {
	background-color:#ECEBE5;
}
td.cred-right {
    display: none;
}

.ncutcdmenu h3{
    background-color: #FFD911;
}

#cred td.cred-left {
	width: 80%;
}

#wrapper {
    box-shadow: none !important;
}

#subnav.fix, article.page {
	border: none;
}

.ncutcdmenu div.dbx-content {
   background-color: #f7f7ef;
}

.DTE_Label {
	font-size: 100%;
}

#header-widgets {
	position: absolute;
	right: 10px;
	font-size: 80%;
}

#header-widgets .suf-widget {
	background: none;
	border: none;
	text-align: right;
	padding-right: 10px;
}

#nav ul.sf-menu {
	margin: 0;
}

h1.posttitle {
	border-bottom: dotted 1px #0500FC;
}

#content {
	margin-top: 0;
}

article.page {
	padding-top: 5px;
}

li.unclickable > a:hover {
  cursor: default !important;
}

.breadcrumb {
	background-color: inherit;
	font-size: 100%;
}

#header-widgets .suf-widget {
	overflow: visible !important;
}

/*
*, ::after, ::before {
	box-sizing: content-box;
}*/

/*.ashlabs > * {
	box-sizing: border-box;
}*/

.ashlabs > *, ::after, ::before {
	box-sizing: border-box;
}

.w10 {
	width: 10%;
}

.w25 {
	width: 25%;
}

#itemTable input {
	display: inline;
}

a,a:visited {
    color: #0500FC; 
    text-decoration: none;
}

a:hover {
    color: #0500FC; 
    text-decoration: underline;
}

.description {
	margin-top: inherit;
}

.ncutcddb label {
	font-size: 80%;

}

.notes-box {
	background-color: #F5F6CE;
	height: 200px;
}

.prp-15 {
	padding-right: 15px!important;
}

.formheader {
	background-color: #04B4AE;
	height:80px;
	margin-bottom:15px;
	padding-top:10px;
}

.recordcount p {
	margin-top: 2px;
	line-height: 1em;
	font-size: 85%;
	margin-bottom: 0;
}

.contactbuttons {
	line-height: 1em;
	margin-top: .2em;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
}

.ashla_fa_icons {
	font-family: "Font Awesome 5 Free", -apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol";
	font-weight: 900;
}

.ashla_editmode {
	border-color: #04B4AE;
	border-style: dashed; 
}

#ncutcdlogin label {
	width:8em;
}

.ncutcdinput {
	position: relative;
}

.ncutcdinput .fa-search {
	display: none;
}

.ncutcdcombo .fa-sort {
	display: inline-block;
	position: absolute;
	top: 10px;
	right: 10px;
}

.combodiv {
	position: absolute;
	top: 38px;
	z-index: 100;
}

.openlist {
	cursor: pointer;
}

.ncutcd_editMode .fa-search {
	display: inline-block;
	position: absolute;
	top: 10px;
	left: 10px;
	font-size: 15px;
	color: #ccc;
}

.input-group.ncutcd_editMode .fa-search {
	left: 55px;
}

.ncutcd_hide {
	display: none;
}

.ncutcd_dirty {
	border-color: #f4d442;
	border-style: dashed; 
	border-width: 2px;
}

.ncutcd_saved {
	border-color: #29a531;
	border-style: solid; 
	border-width: 2px;
}

#Notes_Chapter_Committee {
	height: 400px;
}

.ncutcd_form h4 {
	color: #04B4AE;
}

.text-underline {
	text-decoration: underline;
}

.ncutcdtable td,
.ncutcdtable th,
.ncutcdtable thead th {
	border: none;
}

.sort_table td {
	padding-right: 3px;
	padding-left: 3px;
	text-align: center;
}

.border-right-thick {
	border-right: #0500FC solid 3px;
}

.border-top-thick {
	border-top: #0500FC solid 3px;
}

.btn-group-xs > .btn, .btn-xs {
  padding: .25rem .4rem;
  font-size: .875rem;
  line-height: .5;
  border-radius: .2rem;
}

.no-close-btn .ui-dialog-titlebar-close {
	display: none;
}

label.error {
	color: red;
}

table.ncutcd {
	border: 1pt solid #FFCC99;
}

table.ncutcd.fixed {
	table-layout: fixed;
}

table.ncutcd td, 
table.ncutcd th {
	border: none;
}

table.ncutcd th {
	background-color: #FFCC99;
}

table.ncutcd td {
	font-size: 90%;
}

table.ncutcd tfoot td {
	background-color: #FFCC99;
	font-weight: normal !important;
	font-size: 75%;
}

table.ncutcd td:nth-child(1) {
	font-weight: bold;
	padding-right: 20px;
}

table.ncutcd td:nth-child(2) {
	width: 100%;
	word-wrap: normal;
}

table.ncutcd th:nth-child(1) {
	width: 30px;
}

.no-title-bar .ui-dialog-titlebar {
	display:none;
}

.largedialogtext {
	font-size: 250%;
	font-weight: bold;
	text-align: center;
	min-height: none;
}

.form-control.error {
	border-color: red;
}

#horizontal-outer-widgets-1 {
	background-color: #FFCC99;
}

#horizontal-outer-widgets-1 .suf-widget {
	background-color: inherit;
	border: none;
	text-align: center;
}

div.DTED_Lightbox_Wrapper {
	z-index: 100 !important;
}

#customForm {
    display: flex;
    flex-flow: row wrap;
}
 
#customForm fieldset {
    flex: 1;
    border: 1px solid #aaa;
    margin: 0.5em;
}
 
#customForm fieldset legend {
    padding: 5px 20px;
    border: 1px solid #aaa;
    font-weight: bold;
	background-color: #e8e9eb;
	width: auto;
}

#customForm div.DTE_Field {
	padding: 5px 5%;
}


.ashlabs .tab-content  {
	display: flex;
}

.ashlabs .tab-content > .tab-pane {
	display: block; /* undo "display: none;" */
	visibility: hidden;
	margin-right: -100%;
	width: 100%;
	
}

.ashlabs .tab-content > .active {
	visibility: visible;
}




@media print {
	@page {
		margin-top: 0.75in;
        margin-right: 0.75in;
        margin-left: 0.75in;
        margin-bottom: 0.5in;
	}
}

@font-face {
  font-family: highway_gothic;
  src: url(/fonts/hwygoth.ttf);
}

.highway_gothic {
	font-family: highway_gothic;
	font-size: 30pt;
}

span.highway_gothic a:hover {
  text-decoration: none;
  color: #000;
}