/* Import Google fonts */
/*@import url(https://fonts.googleapis.com/css?family=Roboto+Condensed:400italic,700italic,400,700&subset=latin);*/
/* Enable navigation dropdown menu */
@import url("https://apps.lbcc.edu/LBCCFrameworkV3/styles/app_nav.css");
body {
  /* Override Bootstrap default font family */
  /*font-family: "Roboto Condensed", sans-serif;
  font-size: 16px;*/
}

/* External font size setting */
/*.bootstrap-dialog-message {
  font-size: 16px !important;
}

.navbar-custom .navbar-nav > li > a {
  font-size: 18px;
}

.dropdown-menu li, .form-control {
  font-size: 16px;	
}*/
/* End of external font size setting */

/* Measure window size. Remove for production */
#output_width {
  top: 0;
  left: 0;
  position: fixed;
  color: #ffffff;
  z-index: 1000;	
}
/* End of measure window size */

/* Turn off all rounded corners of buttons and form fields */ 
* {
  -webkit-border-radius: 0 !important;
  -moz-border-radius: 0 !important;
  border-radius: 0 !important;
}
/* End of turn off rounded corners */
 
#main {
  padding-top: 70px; /* Change it to 120px for navigation menu. Default is 70px; */
}

article {
	border: 0px solid #cccccc;
	border-radius: 0px;
	padding: 0px;
	margin-top: 30px;
}

.card {
	box-shadow: none;
	margin-bottom: 5px;
	border: none;
}

.card > .card-header {
	color: #fff;
	background-color: #da291c;
	font-size: 20px;
}

.card > .active {
	background-color: #da291c;
}

.card-header {
	padding: 5px 15px;
	border-top-left-radius: 3px;
	border-top-right-radius: 3px;
}

.card-body {
	padding: 15px;
}

.note-editor > .card-header {
	background-color: hsla(0,0%,50.2%,.11);
}

.card-header .fas {
	margin-top: 5px;
	transition: .3s transform ease-in-out;
}

.card-header .collapsed .fas {
	transform: rotate(180deg);
}


aside {
  border: 1px solid #cccccc;
  border-radius: 0px;
  padding: 10px;
  margin-top: 30px;
}

.space {
  height: 30px;
}

#processing {
  display: none;
  background: rgba(0,0,0,.8) url(../images/ajax-loader_bert.gif) no-repeat 50% 50%;
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 9999;
}

.modal-header-bg-red {
  background-color: #da291c !important;	
}

.modal-header-bg-yellow {
  background-color: #f0ad4e !important;	
}

.form-control-inline {
  width: 40%;
  display: inline;
}

.red {
  color: #da291c;
  font-size: 16px;
  text-transform: capitalize;
}

#captchaOperation {
	font-size: 20px;
	padding-top: 3px;
}

/* File Upload Dropzone plugin override styles */
.dropzone {
  min-height: 50px;
  border: 2px dashed rgba(0, 0, 0, 0.3);
  padding: 10px 10px;
  margin-bottom: 5px;
}

.dropzone .dz-preview {
	margin: 15px;
}

.dz-msg {
	font-size: 20px;
	color: #666666;
}

.dropzone .dz-preview .dz-progress {
	margin-top: 12px;
}

.dropzone .dz-preview .dz-details {
	line-height: 100%;
}

.dropzone .dz-preview .dz-error-message {
	top: 145px;
	padding: 0.5em 0.8em;
}

/* End of file Upload Dropzone plugin override styles */

#filelist {
	padding-bottom: 5px;
	overflow: hidden;
}

.remove {
	font-size: 20px;
	cursor:  pointer;
}

.file-holder {
	float: left;
	padding-right: 10px;
}

.form-group .input-group-text {
  border-right: 0;
}


/* Tablet/iPads (Portrait and Landscapte) media screen control */
@media only screen and (max-width: 768px) {
.fieldgap {
  height: 10px;	
}

.form-control-inline {
  width: 100%;
}
}

#site-header.hide {
  top: -71px;
}

a.nav-link {
  color: #cccccc;
}

a.nav-link:hover {
  color: #ffffff;
}

a.nav-link:active {
  color: #ffffff !important;
}

a.nav-link:visited {
  color: #cccccc;
}

.bg-nav {
  background: #333333;
}

.nav {
  --bs-nav-link-hover-color: #ffffff;  
}

.search-box {
	margin: 10px 0 20px 0;
	padding: 10px 15px 0 15px;
	background-color: #da291c;
	color: #ffffff;
	-webkit-box-shadow: 3px 3px 8px rgba(0, 0, 0, 0.4);
	-moz-box-shadow: 3px 3px 8px rgba(0, 0, 0, 0.4);
	box-shadow: 3px 3px 8px rgba(0, 0, 0, 0.4);
}

.form-control-custom {
	border-color: #ffffff;
}

.form-control-custom:hover, .form-control-custom:focus {
	border-color: #ffffff;
}

/* Custom button */
.btn-custom {
	border-color: #ffffff;
}

	.btn-custom:hover,
	.btn-custom:focus,
	.btn-custom:active,
	.btn-custom.active,
	.open .dropdown-toggle.btn-custom {
		border-color: #ffffff;
	}


/* Custom white button */
.btn-white {
	color: #999999;
	background-color: #ffffff;
	border-color: none;
}

.btn-white:hover,
.btn-white:focus,
.btn-white:active,
.btn-white.active,
.open .dropdown-toggle.btn-white {
	color: #999999;
	background-color: #ffffff;
	border-color: none;
	outline: none !important;
}

.btn-white.active.focus,
.btn-white.active:focus,
.btn-white.active:hover,
.btn-white:active.focus,
.btn-white:active:focus,
.btn-white:active:hover,
.open .dropdown-toggle.btn-white.focus,
.open .dropdown-toggle.btn-white:focus,
.open .dropdown-toggle.btn-white:hover {
	color: #999999;
	background-color: #ffffff;
	border-color: none;
}

.bold-text {
	font-weight: bold;
}

.add-left-padding {
	padding-left: 20px !important;
}

#clear {
	position: absolute;
	right: 40px;
	top: 0px;
	z-index: 888;
}

.ui-autocomplete-category {
	font-weight: bold;
	padding: .2em .4em;
	margin: .8em 0 .2em;
	line-height: 1.5;
}

.ui-autocomplete, ui-autocomplete-input {
	z-index: 9999 !important;
	max-height: 500px;
	overflow-y: auto;
	/* prevent horizontal scrollbar */
	overflow-x: hidden;
}

.ui-state-hover, .ui-state-active, .ui-state-focus {
	background: none !important;
	background-color: #a11d21 !important;
	color: #ffffff !important;
	border-color: #a11d21 !important;
}

.ui-autocomplete {
	-webkit-box-shadow: 3px 3px 8px rgba(0, 0, 0, 0.2);
	-moz-box-shadow: 3px 3px 8px rgba(0, 0, 0, 0.2);
	box-shadow: 3px 3px 8px rgba(0, 0, 0, 0.2);
}

li.ui-autocomplete-category {
	background-color: #cccccc;
}
.table {
	border: 1px solid #111;
}

/*.table-bordered > thead > tr > th,*/
.table-bordered > tbody > tr > th,
.table-bordered > tfoot > tr > th,
/*.table-bordered > thead > tr > td,*/
.table-bordered > tbody > tr > td,
.table-bordered > tfoot > tr > td {
	border: 1px solid #111 !important;
}

.table-bordered > thead > tr > th,
.table-bordered > thead > tr > td {
	border-top: hidden !important;
	border-bottom: 1px solid #111 !important;
	border-left: 1px solid #111 !important;
	border-right: 1px solid #111 !important;
}

.table-head-col {
	background-color: #ffffff !important;
}

.head_col {
	background-color: #999 !important;
	color: #fff !important;
}
