* {
    margin: 0;
    padding: 0px;
	
	
}

body {
	 text-align: center;

}


.bg-custom{
background-color: #007bff;
}


#divSaveWindow, #divDeleteWindow, #myInfoWindow{
position: fixed;
top: 80px;
left: 5px;
z-index: 5;
background-color: #ddd;
background-color: #e5e5ff;

border: 3px solid #000;
text-align: center;
//font-family: 'Roboto','sans-serif';
line-height: 25px;
line-height: 25px;
padding: 10px;
border-radius:6px;
font-size:100%;
display:none;
left: 0px;
right: 0px;
margin-right: auto;
margin-left: auto;
width:400px;
}

#myInfoWindow{
background-color: red;
height:120px;
}

#divSaveWindow {

	width:350px;

}


#divDeleteWindow {

	width:350px;


}



	label
		{
		display: inline-block;
		width: 75px;
		text-align: right;
		}
		label , input, p {font-size:1.5em;}
		
		table, th, td {
		border: 1px solid black;
		border-collapse: collapse;
		}
		th, td {
		text-align:center;
		padding: 15px;
		font-weight: bold;
}



h3 {
    text-align: center;
}

#calendar {
    margin-top: 75px;
	
}

#divsmalltable {
display: inline-block; 
vertical-align: top; 
margin-right:0px;"
}


.button {
  background-color: #4CAF50; /* Green */
  border: none;
  color: white;
  padding: 10px 26px;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  font-size: 16px;
  margin: 4px 2px;
  -webkit-transition-duration: 0.4s; /* Safari */
  transition-duration: 0.4s;
  cursor: pointer;
  border-radius: 6px;
}

.buttonGreen {
  background-color: #4CAF50;
  color: white; 
  border: 2px solid #138888;
}

.buttonGreen:hover {
  background-color:  #4dd653;
  color: white;
}






.buttonDis {
  background-color: #a0a0a0;
  color: white; 
  border: 2px solid #989898;
}















.buttonGrey {
  background-color: #a0a0a0;
  color: white; 
  border: 2px solid #989898;
}

.buttonGrey:hover {
  background-color:  #c5c5c5;
  color: white;
}



    
.lgreen a {
    background-color:#40e264 !important;
	background-color:lightgreen !important;
    background-image :none !important;
    color: #ffffff !important;
}

.dgreen a {
    background-color: #2d8a55 !important;
	background-color:limegreen !important;
    background-image :none !important;
    color: #ffffff !important;
}

.lblue a {
    background-color:#90bef9 !important;
	background-color:lightblue !important;
    background-image :none !important;
    color: #ffffff !important;
}

.dblue a {
    background-color: #543cea!important;
	background-color:deepskyblue !important;
    background-image :none !important;
    color: #ffffff !important;
}

.ui-state-active,
.ui-widget-content .ui-state-active,
.ui-widget-header .ui-state-active,
a.ui-button:active,
.ui-button:active,
.ui-button.ui-state-active:hover {
	border: 1px solid #003eff;
	background: yellow;
	font-weight: normal;
	color: black;
}


div {padding:8px; }


.mheader
{

font-size:4px;
}

.mcell
{

font-size:1.2em;
height:20px;
}

.smallcell
{
background-color: #aaaaaa; 
font-size:0.5em;
height:10px;
}

img{
width: 100%;
  height: auto;
}


.smalltable
{
   padding:8px;
  margin:5px;
  font-size:0.9em;
width:8px;
height:3px;
border-collapse: separate;
}

.largeTable
{
width:100%;
max-width:1200px; 

}



.countButton
{
height:50px;
width:50px;
margin-right:20px;
margin-bottom:20px;
}


div.ui-datepicker{
 font-size:24px;
}


@media only screen and (max-width: 900px) {
	div.ui-datepicker{
 font-size:20px;
}
	
}


@media only screen and (max-width: 440px) {
	div.ui-datepicker{
 font-size:15px;
}

}

#txtComment{
padding-left:14px; 
}

@media only screen and (max-width: 400px) {



	#divSaveWindow, #divDeleteWindow, #myInfoWindow{
	width:100%;
	padding-left: 4px;

	}


.col-md-12,.col-md-6,.row{
padding:0px;
}

input[type="text"]{
	max-width:100%;
}


}





@media only screen and (max-width: 600px) {
#row_large_table{
	padding:0px;
	
}
#column_large_table{
	padding:0px;
	
}

		
	.mcell , #mheader
	{

	font-size:12px;
	
	height:10px;
	padding:1px;
	
	}


}


@media only screen and (max-width: 800px) {

	#divsmalltable {
		margin-right:0px;
	}
	
	

	
	
	.smalltable
	{
	   padding:5px;
	 
	  font-size:0.8em;
	}

	
}


@media only screen and (max-width: 700px) {

nav a {
    width: 95px;
}



#calendar {
    margin-top: 5px;
	
}






}









form, input {margin:5px auto; text-align: left;}


body {

	 background-color: #f5f5f5;
}

table tr {
	background-color:#ffffff;
	
}
