body,div,ul,li
{
    margin:0; 
    padding:0;
 
  
    
}
.form-control {
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    border-radius: 4px;
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset;
    color: #555;
    display: block;
    font-size: 14px;
    height: 34px;
    line-height: 1.42857;
    padding: 6px 12px;
    transition: border-color 0.15s ease-in-out 0s, box-shadow 0.15s ease-in-out 0s;
    width: 100%;
	
}
.form-control_time {
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    border-radius: 4px;
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset;
    color: #555;
    display: block;
    font-size: 11px;
    height: 34px;
    line-height: 1.42857;
    padding: 6px 12px;
    transition: border-color 0.15s ease-in-out 0s, box-shadow 0.15s ease-in-out 0s;
    width: 100%;
	
}
.h4, h4 {
    font-size: 14px;
}
.modal-dialog{
	width:28%;
}
.col-sm-2 control-label {
    display: inline-block;
    font-weight: 700;
    margin-bottom: 5px;
    max-width: 100%;
}
@media (min-width: 768px){
.container {
     width: 100% !important; 
}
}
@media only screen and (max-width: 479px) {
	.modal-content {
    position: relative;
    background-color: #fff;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    border: 1px solid #999;
    border: 1px solid rgba(0,0,0,.2);
    border-radius: 6px;
    outline: 0;
    -webkit-box-shadow: 0 3px 9px rgba(0,0,0,.5);
    box-shadow: 0 3px 9px rgba(0,0,0,.5);
    width: 300px;
}

.editmodal{
	font-size:0.2em !important;
	 font-weight: normal !important;
}
}
#green{
     border-radius:50%;
     color: green;
     width: 20px;
    height: 20px;
    background: green;
  
    display: inline-block;
}
#red{
     border-radius:50%;
     color: green;
     width: 20px;
    height: 20px;
    background: red;

    display: inline-block;
}

.color{
  width: 20%;
display: inline-block;
vertical-align: top;
padding-left: 10px;
}
#contact {
    padding-left: 15px;
}
#booked {
    padding-left: 15px;
   
}
.space {
    margin-top: 40%;
}
.margin{
    margin-top: 25px;
}