/* 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;
}

.card {
	box-shadow: none;
	margin-bottom: 20px;
}

.card > .card-header {
	color: #fff;
	background-color: #da291c;
	font-size: 20px;
}

.card > .active {
	background-color: #da291c;
}

.card-header {
	padding: 10px 15px;
	border-top-left-radius: 3px;
	border-top-right-radius: 3px;
}

.card-body {
	padding: 15px;
}

.card-header .fas {
	margin-top: 5px;
	transition: .3s transform ease-in-out;
}

.card-header .collapsed .fas {
	transform: rotate(180deg);
}

/* Customize style for summernote editor */
.note-editor > .card-header {
	background-color: hsla(0,0%,50.2%,.11);
}

.note-editor .dropdown-toggle::after {
	content: none;
}  

.note-modal-footer {
	height: 60px !important;
	padding-right: 30px !important;
}

.note-btn-primary {
	background: #da291c !important;
}

.note-editing-area > .note-placeholder {
	color: #999 !important;
}
/* End of summernote editor */

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;
  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: 18px;
	color: #da291c;
}

.dropzone .dz-preview .dz-progress {
	margin-top: 12px;
}

/* Hide the progress bar */
.dz-progress {
	display: none !important;
}

.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%;
}
}

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;  
}

.custom-size {
	font-size: 20px !important;
}
 