html {
  height: 100%;
}
body {
  padding-top: 70px;
  height: 100%;
}
.outer {
  position: relative;
}
.cursor {
  cursor: pointer;
}
#main {
  position: absolute;
  top: 0px;
  left: 0px;
  right: 0px;
  width: 100%;
}
#main .big {
  font-size: 15pt;
}
#main .nav-pills {
  margin-top: 5px;
  margin-right: 5px;
}
#main .nav-pills a {
  background: #dddddd;
}
#main .nav-pills li.active a {
  background: #428bca;
}
#buttons li {
  z-index: 1020;
}
.pad {
  padding-top: 15px;
  padding-bottom: 15px;
}
.shroud {
  position: absolute;
  top: 0px;
  width: 100%;
  opacity: 0.4;
  filter: alpha(opacity=40);
  background-color: #000;
  bottom: 0px;
  left: 0px;
  right: 0px;
}
.main {
  color: #fff;
  position: absolute;
  top: 0px;
  width: 100%;
  z-index: 1000;
  min-height: 50px;
  padding-bottom: 5px;
}
.main h2 {
  margin-top: 5px;
}
.main h4 {
  margin-top: 10px;
}
.main .list-group-item {
  color: #000;
}
.icon_height {
  max-height: 110px;
}
#map {
  border: 1px solid #DDD;
}
#mapNav {
  position: absolute;
  bottom: 2px;
  left: 2px;
  width: 30px;
  z-index: 1000;
}
@media (max-width: 768px) {
  .outer {
    margin: 0 -15px;
  }
  body {
    padding-top: 45px;
  }
  .main {
    padding-top: 10px;
  }
}
.eventWrapper {
  color: #333;
  padding-left: 15px;
  width: 100%;
  min-height: 40px;
  background-color: #fff;
  position: relative;
  border: 1px solid #333;
  margin-bottom: 2px;
  border-radius: 5px;
}
.eventWrapper .box {
  position: absolute;
  width: 10px;
  top: 0px;
  bottom: 0px;
  left: 0px;
  border-top-left-radius: 5px;
  border-bottom-left-radius: 5px;
}
.fillheight {
  height: 100%!important;
}
#sidebar,
#sidebar > div {
  height: 100%!important;
}
#sidebar > div {
  overflow-y: auto;
  padding-right: 15px;
  margin-right: -15px;
}
#loading {
  z-index: 2000;
  position: absolute;
  top: 0px;
  margin-left: -165px;
  left: 50%;
  width: 320px;
  padding: 15px;
  background: #fff;
  text-align: center;
}
.vasat_cal {
  background-color: #ffffff;
  color: #111111;
}
.vasat_cal .vbar {
  border: 1px solid #999999;
  text-align: center;
}
.vasat_cal .vtable {
  clear: both;
  color: #111111;
  margin-top: 3px;
  border: 1px solid #999999;
  width: 100%;
}
.vasat_cal .vtable td {
  text-align: center;
  width: 10%;
  color: #111111;
  background-color: #ffffff;
}
.vasat_cal .vtable td .cell {
  height: 3px;
}
.vasat_cal .vtable .ts {
  cursor: pointer;
  border: 1px solid white;
  background-color: #EEEEEE;
}
.vasat_cal .vtable .dis {
  color: #BBB!important;
  background-color: #EEE!important;
}
.vasat_cal .vtable th {
  text-align: center;
  font-weight: bold;
  background-color: #ddd;
  border: 1px solid white;
}
.vasat_cal .vtable .selwk td {
  background-color: white;
}
.vasat_cal .vtable .today {
  background-color: #428bca !important;
}
#eventlist {
  z-index: 300;
}
.day_cell {
  position: relative;
  height: 90px;
  background-color: #DDD;
  border-right: 1px solid #999;
  border-bottom: 1px solid #999;
}
.day_cell h4 {
  position: absolute;
  left: 4px;
  top: 5px;
  margin: 0px;
  padding: 0px;
  color: #000;
  font-size: 12px;
}
.day_cell .date {
  position: absolute;
  top: 5px;
  right: 4px;
  color: #777;
  margin-top: 0px;
  padding-top: 0px;
  font-size: 12px;
}
.day_cell .pic {
  width: 100%;
  left: 0px;
  position: absolute;
  text-align: center;
  top: 25px;
}
.day_cell .ev_footer {
  width: 100%;
  left: 0px;
  position: absolute;
  text-align: center;
  bottom: 5px;
}
.webcal .sel {
  color: #000!important;
  background-color: #fff!important;
}
.weekend_cell {
  background-color: #BBB;
}
.month_end_cell {
  background-color: #AAA;
}
.today_cell {
  border: 2px solid #cf4520;
}
.greyBG,
.panel-default > .panel-heading {
  background: #5b6770 !important;
  color: #fff!important;
}
.navbar-text,
.navbar-nav > li > a,
.navbar-brand {
  color: #eee!important;
}
.navbar-brand,
a:focus,
a:visited,
a:link,
.orangeLink {
  color: #cf4520;
}
.nav-pills li.active a,
a.list-group-item.active:focus,
a.list-group-item.active {
  background-color: #cf4520 !important;
}
a.list-group-item.active:focus,
a.list-group-item.active {
  background-color: #cf4520 !important;
  border-bottom-color: #aaaaaa !important;
  border-right-color: #aaaaaa !important;
  border-top-color: #aaaaaa !important;
  border-left-color: #aaaaaa !important;
}
.navbar-default,
.navbar-collapse,
.panel-default > .panel-heading,
.panel {
  border-bottom-color: #aaaaaa !important;
  border-right-color: #aaaaaa !important;
  border-top-color: #aaaaaa !important;
  border-left-color: #aaaaaa !important;
}
.sb_over {
  height: 100%;
  overflow: scroll;
}
.btn-primary {
  background-color: #cf4520 !important;
  border-bottom-color: #cf4520 !important;
  border-right-color: #cf4520 !important;
  border-top-color: #cf4520 !important;
  border-left-color: #cf4520 !important;
  color: #fff!important;
}
.main .title {
  margin-right: 150px;
}
/*# sourceMappingURL=defnoise.css.map */