body
{
    background:#d1d1d1;
    margin:0px;
}

#main
{
    padding:0px;
    margin:0px;
    background:#FFFFFF;
}

#logo
{
    width:300px;
    height:80px;
    background-image: url("logo.png");
    background-size: 100%;
    background-repeat: no-repeat;
    padding:10px;
}

.log_content {display:none;}

.ctl {
    display:none;
    float:left;
    padding:2% 5%;
    width:90%;
    border-radius: 0px;
    background:#FFFFFF;
}

#failedLogin {display:none;}

#loginBox {display:block;}

html, div, p, td, input
{
    font-family: verdana;
    font-size:14px;
} 

.ubox
{
    padding:4px;
    border-bottom:1px solid #717171;
}

.btn, .log_toggle {
    background-color: #04AA6D;
    border: none;
    color: white;
    padding: 15px 32px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    font-size: 16px;
    margin: 4px 2px;
    cursor: pointer;
}

.log_toggle
{
    padding: 10px 22px;
    font-size: 13px;
    background-color: #324e44;

}
.log_content
{
    font-size:11px;
}

#menu div
{
    border:1px solid #000;
    background-color:#184c64;
    border: none;
    color: white;
    padding: 15px 32px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    font-size: 16px;
    margin: 4px 2px;
    cursor: pointer;
    size:15px;
}

#menu
{
    display: none;
    float:left;
    clear:both;
    width:100%;
    padding:0px 0px;
    background:#359BC9;
}

.red {background-color: #880000;}

input, select {
    padding: 12px;
    margin: 10px 0;
    box-sizing: border-box;
}

.option
{
    border:1px solid #000;
    padding:10px;
    margin:10px;
}

#deleteTime {display: none;}

#savedMessage, #delMessage, #failedLogin {
    position: fixed;
    bottom: 0px;
    left: 0px;
	width:100%;
	background: #2d6f2f;
    color: white;
    padding: 40px 0px;
    text-align: center;
	font-size: 20px;
}

#timePlaces
{
	border-top:1px solid #000;
	border-bottom:1px solid #000;
	padding:10px 2px;
}

#timePlaces p{
		padding:6px 0px;
}

#delMessage, #failedLogin {background: #880000;}

.twoBtn div
{
	display: block;
	float:left;
}


.styled-table {
    width: 100%;
    border-collapse: collapse;
    font-family: Arial, sans-serif;
    font-size: 14px;
    background: white;
    border-radius: 10px;
    overflow: hidden;
    box-shadow: 0 2px 10px rgba(0,0,0,0.08);
}

.styled-table thead {
    background: #2c3e50;
    color: white;
}

.styled-table th,
.styled-table td {
    padding: 10px;
    text-align: left;
}

.styled-table tbody tr {
    border-bottom: 1px solid #eee;
    transition: background 0.2s;
}

.styled-table tbody tr:hover {
    background: #f5f7fa;
}

.styled-table tbody tr:last-child {
    border-bottom: none;
}

.styled-table th {
    font-weight: 600;
    letter-spacing: 0.5px;
}

.timeTable .label
{
	display:block;
	width:100%;
	font-size:10px;
	color:#818181;
	font-weight: bold;
}

#timer
{
	padding: 12px 0px;
	font-size:15px;
	font-weight: bold;
}

input[type="checkbox"] {
	 transform: scale(1.5);
}
