
body{
margin:0px;
font-family:Arial, Helvetica, sans-serif;
}

span{
  font-size:12px;
}

.submit1 {
cursor:pointer;
border-radius:5px;
color: white;
background-color: #1488cd;
border: solid 2px #1488cd;
padding:5px;
margin:2px;
}
.submit1:hover {
color: white;
background-color: #106aa0;
border: solid 2px #1488cd;
}

.pac-container:after{
content:none !important;
}

.pac-container {
    width: auto !important;
}


.address{
  width:300px;
  padding:5px;
  margin:2px;
  border-radius: 5px;
}

.date{
  width:140px;
  padding:2px;
  margin:2px;
  border-radius: 5px;
}

.time{
  width:85px;
  padding:2px;
  margin:2px;
  border-radius: 5px;
}

.type{
  width:140px;
  padding:3px;
  margin:2px;
  border-radius: 5px;
  text-align:center;
  text-align-last:center;
}

.nb{
  width:155px;
  padding:3px;
  margin:2px;
  border-radius: 5px;
}

.car{
  width:140px;
  padding:3px;
  margin:2px;
  border-radius: 5px;
}

.grey{
  border:3px solid grey;
  color:black;
}
.green{
  border:3px solid #1488cd;
  color:black;
}
.red{
  border:3px solid red;
  color:black;
}

.table_result{
  color:white;
  font-size:14px;
  border-radius: 5px;
  border-spacing : 0;
  border-radius: 5px;
  border: solid 3px #1488cd;
  font-family:Arial, Helvetica, sans-serif;
}

.td_left{
  background-color: #106aa0;
  padding:5px;
  color:white;
}
.td_right{
  background-color: white;
  padding:5px;
  color:black;
}


.symbol {
	font-size: 0.9em;
	font-family: Times New Roman;
	border-radius: 1em;
	padding: .1em .6em .1em .6em;
	font-weight: bolder;
	color: white;
	background-color: #4E5A56;
}

.icon-info { background-color: #3229CF; }
.icon-error { background: #e64943; font-family: Consolas; }
.icon-tick { background: #13c823; }
.icon-excl { background: #ffd54b; color: black; }

.icon-info:before { content: 'i'; }
.icon-error:before { content: 'x'; }
.icon-tick:before { content: '\\002713'; }
.icon-excl:before { content: '!'; }


.notify {
	background-color:#e3f7fc; 
	color:#555; 
    border:.1em solid;
	border-color: #8ed9f6;
    border-radius:10px;
    font-family:Tahoma,Geneva,Arial,sans-serif;
    font-size:12px;
    padding:4px;
    margin:3px;
    cursor: default;
    text-align:center;
}

.notify-yellow { background: #fff8c4; border-color: #f7deae; }
.notify-red { background: #ffecec; border-color: #fad9d7; }
.notify-green { background: #e9ffd9; border-color: #D1FAB6; }




.notify-yes {
	background-color:#ccffa6; 
	color:#555; 
    border:.1em solid;
	border-color: #adff71;
    border-radius:10px;
    font-family:Tahoma,Geneva,Arial,sans-serif;
    font-size:1.1em;
    padding:1px;
    margin:1px;
    cursor: default;
    text-align:center;
    font-weight:bold;
}

.notify-no {
	background-color:#ffd9d9; 
	color:#555; 
    border:.1em solid;
	border-color: #f4a6a2;
    border-radius:10px;
    font-family:Tahoma,Geneva,Arial,sans-serif;
    font-size:1.1em;
    padding:1px;
    margin:1px;
    cursor: default;
    text-align:center;
    font-weight:bold;
}

.notify-ok {
	background-color:#d1f1fa; 
	color:#555; 
    border:.1em solid;
	border-color: #75d1f4;
    border-radius:10px;
    font-family:Tahoma,Geneva,Arial,sans-serif;
    font-size:1.1em;
    padding:1px;
    margin:1px;
    cursor: default;
    text-align:center;
    font-weight:bold;
}

