/* 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;
}

.card > .card-header {
	color: #fff;
	background-color: #666;
	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: 80%;
  display: inline;
}

.red {
  color: #da291c;
  text-transform: capitalize;
}

.redfont {
	color: #da291c;
}

#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 */

.remove {
	font-size: 20px;
	cursor:  pointer;
}

.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;  
}

.list {
	padding-left: 15px;
	margin-left: 0;
}

.list li {
	/*display: inline;*/
	margin: 0;
	padding: 0;
}

.custom-size {
	font-size: 20px !important;
}
/* Custom button */
.btn-custom {
	border-color: #ffffff;
	text-decoration: none !important;
}

.btn-custom:hover,
.btn-custom:focus,
.btn-custom:active,
.btn-custom.active,
.open .dropdown-toggle.btn-custom {
	border-color: #ffffff;
}

.edit-entry {
	background-color: #a8dcf7;
}

td.activityDetail {
	display: block;
	overflow-y: scroll;
	max-height: 120px;
}

.clickable-white:link,
.clickable-white:visited,
.clickable-white:active,
.clickable-white:hover {
	color: #ffffff !important;
}

.isDisabled {
	color: currentColor;
	cursor: not-allowed;
	opacity: 0.5;
	text-decoration: none;
	pointer-events: none;
}

.approverMenu, .leadMenu, .activityMenu {
	width: 13%;
}

.activityName {
	width: 13%;
}

.constituencyGroups {
	width: 26%;
}

.check-box {
	width: 100%;
	height: calc(1.5em + .75rem + 2px);
	margin-top: 0 !important;
}

.nav-tabs .nav-link {
	border: none;
	color: #333; /* default text color */
	text-decoration: none; /* removes underline */
	font-size: 1.15rem;
	transition: color 0.3s ease;
}

.nav-tabs .nav-link:hover {
	color: #da291c; /* on hover, blue (or any color you want) */
	text-decoration: none;
}

.nav-tabs .nav-link.active {
	border-bottom: 2px solid #da291c;
	color: #da291c;
	font-weight: 500;
	background-color: transparent;
	text-decoration: none;
}

.collapse {
	transition: height 0.6s ease;
}

.display {
	display: none;
}

.plain {
	border: 0px;
}