.ui-hide-date .ui-datepicker-calendar {
    display:none
}
.ui-state-startofweek .ui-state-default {
    background-color: ButtonHighlight;
    color: red;
    font-weight: bold;
}

#divVenueSelection.ui-dialog-content{
 width: 200px;
 overflow: auto;   
}

body{
    height: 100%;
}

.container {
    height: 100%;    
    align-items: center;
}

.contact-abs a img.purple-color								
{
    display:none

}
.contact-abs:hover 	a img.blue-color							
{
    display:none

}
.contact-abs	a img.blue-color								
{
    display:inline-block;    
    vertical-align: top;
}

#reports_filter{
    padding: 5px;
    text-align: center;
    border: solid 1px #c3c3c3;
}

#reports_lastmeterdate{
    padding: 5px;
    text-align: center;
    border: solid 1px #c3c3c3;
}

@import url('https://fonts.googleapis.com/css?family=Dosis:200,300,400,500,600,700,800');

p { font-family: 'Dosis', sans-serif; }

.head_block	{ margin-bottom:30px;  padding: 30px 0;     border-bottom: 1px solid #AAAAAA; }
.head_block h1	{ margin-top:0; }
.content_block	{ margin-top:100px; }
.content_in		{  }

.footer_block		{ padding:25px 0; border-top: 1px solid #AAAAAA; }
.footer_block h3		{ text-transform:uppercase; font-weight:600; color:#000; margin:0; padding:0; font-family: 'Dosis', sans-serif; }
.footer_block h3 a 	{ font-size:23px; font-family: 'Dosis', sans-serif; text-decoration:none; color:#000; }
.footer_block a.tel 	{ font-size:23px; font-family: 'Dosis', sans-serif; text-decoration:none; color:#000; font-weight:600; color:#1D76BB; margin:0; padding:0; line-height:25px; display: block; text-align: right; }

.footer_block a.tel:hover, .footer_block h3 a:hover  { text-decoration: none; color:#2c1d7f; }

html, body {
  height: 100%;
  margin: 0;
}
.wrapper {
  min-height: 100%;

  /* Equal to height of footer */
  /* But also accounting for potential margin-bottom of last child */
  margin-bottom: -76px;
}
.footer_block,
.push {
  height: 76px;
}


ul#navtablid	{ margin-bottom:30px; }
div#home_div table tr td	{ padding:10px; }

#table_header {
    table-layout: auto;
    width: 400px;    
    font-family: 'Dosis', sans-serif;
}

.th_celldata{
    align-content: center;
    text-align: center;
    color:#1D76BB;
    font-family: 'Dosis', sans-serif;
    font-size:14px;
}


#div_venueinfo {
  cursor: pointer;
  position : relative;
  margin: 0 auto;
  width: auto;
}

#div_venueinfo  {
  color: #00425a;
  display: block;
  font-size:16px; 
  font-family: 'Dosis', sans-serif;
  line-height: 21px;  
  font-style: normal; 
  
}

#div_venueinfo select {
  width: 200px; 
  padding: 5px 4px;
  height: 40px;
  opacity: 1;  
  background: #fff;  
  border:2px solid #adadad;
  border-radius:0.4em;
}

#div_venueinfo select option	{ padding: 10px 0; }

#div_venueinfo {
  background: #fff;
}

.phone                  { text-align: right;     padding-top: 32px; }
.phone a 				{font-size:24px; font-family: 'Dosis', sans-serif; color:#1D76BB; letter-spacing:1px; vertical-align: bottom; font-weight: 600;}
.phone a img.blue-color { display: inline-block;  vertical-align: bottom; }
.phone a img.purple-color {  display: none; vertical-align: bottom; }
.phone a:hover  { text-decoration: none; color:#2c1d7f; }
.phone a:hover img.blue-color   { display: none; }
.phone a:hover img.purple-color   { display: inline-block; }

.system_logo    { text-align: center;}
.system_logo img    { display: inline-block; }


.animated {
  animation-duration: 1s;
  animation-fill-mode: both;
}

.animated.infinite {
  animation-iteration-count: infinite;
}

.animated.hinge {
  animation-duration: 2s;
}

.animated.flipOutX,
.animated.flipOutY,
.animated.bounceIn,
.animated.bounceOut {
  animation-duration: .75s;
}

@keyframes bounce {
  from, 20%, 53%, 80%, to {
    animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
    transform: translate3d(0,0,0);
  }

  40%, 43% {
    animation-timing-function: cubic-bezier(0.755, 0.050, 0.855, 0.060);
    transform: translate3d(0, -30px, 0);
  }

  70% {
    animation-timing-function: cubic-bezier(0.755, 0.050, 0.855, 0.060);
    transform: translate3d(0, -15px, 0);
  }

  90% {
    transform: translate3d(0,-4px,0);
  }
}


.bounce {
  animation-name: bounce;
  transform-origin: center bottom;
}


@media only screen and (max-width:1024px) {
        
    .phone a span { display: none; }
    .content_block { margin-top: 20px;  }
    
}

@media only screen and (max-width:767px) {
	
	.head_block  { text-align:center; }
	.head_block .pull-right a, .head_block a font 	{ font-size:16px; }
	.head_block .pull-right	{ margin:20px 0 0; }
	.head_block .pull-right a img	{ vertical-align: bottom; }
	.head_block a img	{ display:block; width:auto; max-width: 100%; height: auto; }
    .head_block .logo a img   { max-width:100%; width:132px; }
    .phone  { text-align: center; padding-top: 0; }
    
	.content_block { margin-top: 30px; margin-bottom: 30px; }
	.footer_block	{ text-align:left; padding-bottom:15px; height:auto; }
	.footer_block h3		{ margin:0 0 15px; }
	.footer_block h3, .footer_block h3 a, .footer_block a.tel	{ font-size:16px; line-height: 21px; }
	
	.head_block h1	{ margin:15px 0; font-size:21px; }
	
}


@media only screen and (max-width:479px) {
    
    .head_block .logo a img { width:80px; }
    .system_logo img    { width:62px; }
    .head_block .pull-right { margin: 0; }
    .head_block .pull-right a img { width: 40px; margin-top: 12px; }
    .mob_nopadd { padding: 0; }
    
}





