/* 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("/lbccframework/styles/app_nav_admin.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 */

/* 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; */
  padding-bottom: 230px;
}

article {
  border: 0px solid #cccccc;
  border-radius: 0px;
  padding: 0px;
  margin-top: 30px;
}

aside {
  border: 0px solid #cccccc;
  border-radius: 0px;
  padding: 0px;
}

aside ul.row {
  list-style-type: none;
  margin: 0;
  padding: 0;
}

aside ul.row li {
  text-align: left;
  padding: 0 0 10px 0;
  float: left;
}

figure {
  text-align: center;
}

figcaption {
  margin-top: 5px;
}

.space {
  height: 10px;
}

.form-padding {
  padding-top: 7px;
}

#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;
}

.form-control-inline {
  width: 40%;
  display: inline;
}

.black-stripe {
  background-color: #333333;
  font-size: 16px;
  font-weight: bold;
  margin-top: 20px;
  color: #ffffff;
  padding: 6px 8px;
}

.red {
  color: #da291c;
  font-size: 14px;
  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;
  opacity: 0;
}

.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 */

.search-box {
  margin-top: 10px;
  padding: 10px 15px 1px 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);
}

#dept_box {
  margin-top: 20px;
}

/* 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;
}


.form-control-custom {
  border-color: #ffffff;
}

.form-control-custom:hover, .form-control-custom:focus {
  border-color: #ffffff;
}

.normal-text {
  font-weight: normal;
}

.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;
}
.panel {
  border: 1px solid;
	box-shadow: none;
}

.panel-default {
  border-color: #cccccc;
}

.panel-default > .panel-heading {
  color: #fff;
  background-color: #da291c;
  font-size: 18px;
}

.table-striped tbody tr:nth-child(odd) td {
  background-color: #ffffff;
}

.table-striped tbody tr:nth-child(even) td {
  background-color: #f9f9f9;
}

.table-striped tbody tr:hover td {
  background-color: #eeeeee;
}

.table-head-col {
  background-color: #cccccc;
}

.table {
  border: 1px solid #666;
}
.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 #666;
}

.expand-me {
  cursor: pointer;
}

.clickable-white:link,
.clickable-white:visited,
.clickable-white:active,
.clickable-white:hover {
  color: #ffffff !important;
}

.white:link,
.white:visited {
  color: #ffffff;
  text-decoration: underline;
}

.white:active,
.white:hover {
  color: #cccccc;
  text-decoration: none;
}

.morecontent span {
  display: none;
}

.article-heading {
  font-size: 18px;
  font-weight: 700;
}

#info {
  position: absolute;
  right: 0;
  bottom: 190px;
  left: 0;
}

.box-custom {
  /*border: 1px solid #666666;*/
  padding: 5px;
  background-color: #da291c;
  color: #ffffff;
  text-align: center;
  height: 50px;
}

/* Tablet/iPads (Portrait and Landscapte) media screen control */
@media only screen and (max-width: 768px) {
  .fieldgap {
    height: 10px;
  }

  #main {
    padding-bottom: 285px;
  }

  figure {
    width: 100%;
    padding-bottom: 20px;
  }

  .form-control-inline {
    width: 100%;
  }
}
.dataTables_paginate {

}

.dataTables_paginate .paginate_button {
}

.dataTables_paginate .active a {
  background-color: #da291c !important;
  color: white !important;
  border-color: #ddd;
}

.dataTables_paginate .active a:hover {
  border-color: #ddd;
}

.dataTables_paginate a {
  color: #da291c !important;
}
.whitelink:link,
.whitelink:active,
.whitelink:visited,
.whitelink:hover {
  color: white !important;
}

.glyphicon-lg {
  font-size: 1.25em;
}

.alert-warning strong {
  color: black !important;
}

.rating {
  display: inline-block;
  width: 2px;
}

.rating-1 {
  background-color: #00BE2A;
  height: 15px;
}

.rating-2 {
  background-color: #08681D;
  height: 12px;
}

.rating-3 {
  background-color: #0B2310;
  height: 9px;
}

.rating-4 {
  background-color: #8A160A;
  height: 6px;
}

.rating-5 {
  background-color: #2E110E;
  height: 3px;
}
.rating-6 {
  background-color: #454545;
  height: 1px;
}

h4.skinny {
  font-weight: normal !important;
  }

h4.noCaps {
  text-transform: capitalize !important;
}

ul#listRequiredProficiency,
ul#listPrerequisites {

}
ul#listRequiredProficiency li,
ul#listPrerequisites li {
  list-style: none;
}