:root {
    --blue: #007bff;
    --indigo: #6610f2;
    --purple: #6f42c1;
    --pink: #e83e8c;
    --red: #dc3545;
    --orange: #fd7e14;
    --yellow: #ffc107;
    --green: #28a745;
    --teal: #20c997;
    --cyan: #17a2b8;
    --white: #fff;
    --gray: #6c757d;
    --gray-dark: #343a40;
    --primary: #007bff;
    --secondary: #6c757d;
    --success: #28a745;
    --info: #17a2b8;
    --warning: #ffc107;
    --danger: #dc3545;
    --light: #f8f9fa;
    --dark: #343a40;
    --breakpoint-xs: 0;
    --breakpoint-sm: 576px;
    --breakpoint-md: 768px;
    --breakpoint-lg: 992px;
    --breakpoint-xl: 1200px;
    --font-family-sans-serif: -apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol","Noto Color Emoji";
    --font-family-monospace: SFMono-Regular,Menlo,Monaco,Consolas,"Liberation Mono","Courier New",monospace;
}

[role="main"] {
  padding-top: 133px; /* Space for fixed navbar */
}

@media (min-width: 768px) {
  [role="main"] {
    padding-top: 48px; /* Space for fixed navbar */
  }
}

html {
    position: relative;
    min-height: 100vh
}

body {
    background-color: #f3f3f3;
}

h1 {
    opacity: 0.7;
    color: rgba(0, 0, 0, 0.7);
    margin-bottom: 20px;
}

th {
    opacity: 0.7;
    color: rgba(0, 0, 0, 0.7);	
}

.control-label {
    opacity: 0.7;
    color: rgba(0, 0, 0, 0.7);	
}

label {
    opacity: 0.7;
    color: rgba(0, 0, 0, 0.7);	
}

.btn-envia {
  float: right !important;
  cursor: pointer !important;
}

.g-recaptcha {
  float: right;
}

.panel {
	background-color: #fff; 
	box-shadow: 0px 0px 20px rgba(0,0,0,0.5);'	
}

.fc-past {
    background-color: silver;
}

div.fc-slats tr {
	height: 50px;	
}

.fc-event {
    color: white;  
    padding: 3px; 
	cursor: pointer;
}

div.fc-time {
    display: inline;
    margin-right: 10px;
}

div.fc-time span {
    font-size: 15px;
}

div.fc-timeGridDay-view .fc-title {
    font-size: 18px;	
    display: inline;	
    position: absolute;
    left: 100px;
}

.fc-prev-button, .fc-next-button {
    font-weight: bold;    
}