@charset "utf-8";
/* CSS Document */

@import url('https://fonts.googleapis.com/css?family=Open+Sans:300,400,600,700,800');

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {margin: 0;padding: 0;border: 0;font-size: 100%;font: inherit;vertical-align: middle;}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {display: block;}
body {line-height: 1;font-family: 'Open Sans', sans-serif;background-color:transparent;}
ol, ul {list-style: none;}
blockquote, q {quotes: none;}
blockquote:before, blockquote:after,
q:before, q:after {content: '';content: none;}
table {border-collapse: collapse;border-spacing: 0;}
img{max-width:100%;}
/*
.form-group {
  margin: 5px;
  font-size:12px;
}
*/
.calendar_data {
  border-radius: 8px;
  margin: 0 auto;
  width: 100%;
}
.calendar_constant {
  display: inline-block;
  padding: 10px;
  width: 100%;
}
.datepicker-inline, table{ width:100%;}
/* NOTE: Month Box BG & Text Colours 
.calendar_constant  thead tr:first-child {
    background-color: #FF0000;
    color: #333333;
}
*/
.calendar_constant .datepicker table tr td{
/* NOTE: Day square specs */
  background-color: #FFFFFF;
  border: 1px solid #aaaaaa;
  border-radius: 0;
  height: 25px;
  text-align: center;
  width: 30px;
}
/* NOTE: DO WE NEED THIS AT ALL? 
.datepicker table tr td.active:hover, .datepicker table tr td.active:hover:hover, .datepicker table tr td.active.disabled:hover, .datepicker table tr td.active.disabled:hover:hover, .datepicker table tr td.active:active, .datepicker table tr td.active:hover:active, .datepicker table tr td.active.disabled:active, .datepicker table tr td.active.disabled:hover:active, .datepicker table tr td.active.active, .datepicker table tr td.active.active:hover, .datepicker table tr td.active.disabled.active, .datepicker table tr td.active.disabled.active:hover, .datepicker table tr td.active.disabled, .datepicker table tr td.active.disabled:hover, .datepicker table tr td.active.disabled.disabled, .datepicker table tr td.active.disabled.disabled:hover, .datepicker table tr td.active[disabled], .datepicker table tr td.active[disabled]:hover, .datepicker table tr td.active.disabled[disabled], .datepicker table tr td.active.disabled[disabled]:hover{ background-color:#000000; border-color:#000000;}

.ava_btn {
  text-align: center;
}
.ava_btn .btn-default {
  background-color: #ff0000;
  border-color: #00b4cf;
  color: #fff;
}
.datepicker thead tr:first-child th:hover, .datepicker tfoot tr th:hover{ background-color:#444444; color:#FFFFFF;}
*/
#eventForm .form-control-feedback {
    top: 0;
    right: -15px;
}
