body,h1,h2,h3,h4,h5,h6,.h1,.h2,.h3,.h4,.h5,.h6 {
  font-family: 'Roboto', sans-serif;
}

.required{
    color:red;
}

.panel-title-subtext{
  font-size: 12px;
  color: #060606;
}

.panel-title{
  display: inline-block;
  font-size: 18px;
  margin: 0;
  line-height: 1;
}

td.details-control {
    background: url('/img/details_open.png') no-repeat center center;
    cursor: pointer;
}

tr.shown td.details-control{
    background: url('/img/details_close.png') no-repeat center center;
}

#CompanyCorrespondenceTable_filter{
	display: none
}


.ViewCompanyInfoTitle{
	font-weight:bold;
	float:left;
	width:65px;
}

.NoteCorrTableDisplay{
	width: 90%;
	background-color: rgb(235, 235, 228) !important;
	border: 1px solid #000;
	resize: none;
	float:left;
	padding-left: 4px;
}

.loadertext{
  text-align: center;
    display: inherit;
}

.navbar-brand{
  padding-top: 2px;
padding-right: 15px;
padding-bottom: 15px;
padding-left: 15px;
}


/*Max the search box massive on the learner booking select learner table*/

#LearnersTable_filter,#LearnersTable_filter > label,#CoursesTable_filter,#CoursesTable_filter > label,#BookingsTable_filter,#BookingsTable_filter > label,#CompaniesTable_filter,#CompaniesTable_filter > label{
	width:100%;
}

#LearnersTable_filter > label > input,#CoursesTable_filter > label > input,#BookingsTable_filter > label > input,#CompaniesTable_filter > label > input{
	width:90%;
}

.CompanyBookingLearnerSelectFormGroup{
  width:100% !important;
}

.CompanyBookingLearnerSelectFormControl{
  width:95% !important;
}


.UpcomingCoursesTableWrapper{
  max-height:300px
}

.tableform {
    -moz-appearance: textfield;
    -webkit-appearance: textfield;
    background-color: white;
    background-color: -moz-field;
    border: 1px solid darkgray;
    box-shadow: 1px 1px 1px 0 lightgray inset;
    font: -moz-field;
    font: -webkit-small-control;
    margin-top: 5px;
    padding: 2px 3px;
}

.tableform.disabled {
    background-color: rgb(235, 235, 228) !important;
}

.HiddenInformation {
    display: none !important;
}


.fc-event{
  border: 1px solid rgb(28, 118, 125);
  background-color: rgb(46,167,177);
}

.navbar-default .navbar-nav > .open > a, .navbar-default .navbar-nav > .open > a:hover, .navbar-default .navbar-nav > .open > a:focus {
  background: rgba(0,0,0,0.1);
  color: #f6f6f6;
}

.navbar-default .navbar-nav > li > a, .navbar-default .navbar-brand {
  color: #000000 !important;
}

.ViewCompanyInfoTitle{
	font-weight:bold;
	float:left;
	width:465px;
}

.NoteCorrTableDisplay{
	/*width: 90%;
	background-color: rgb(235, 235, 228) !important;
	border-radius: 1em;
	border: 1px solid #000;
	outline: none;
	resize: none;
	float:left;
	padding-left: 4px;*/
}

.fc-unthemed .fc-today {
    background: #ffd000;
}

.fc-nonbusiness {
    opacity: .7;
}

.fc-bgevent {
    opacity: .7;
}
