body
{
	background-color: #F2F2F2;
}

.flat-form {
  margin: 25px auto;
  width: 70%;
  height: 400px;
  min-width: 200px;
  position: absolute;
  font-family: "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif; 
  top: 50%;
  left: 50%;
  margin-left: -230px;
  margin-top: -250px;
}

.form-action h1 {
  font-size: 42px;
  padding-bottom: 10px;
  text-transform: uppercase;	
  -webkit-appearance: none;
  font-weight: lighter;
}

.button {
    border: none;
    display: block;
    background: #3498db;
    height: 70px;
    width: 140px;
    color: #ffffff;
    text-align: center;
    border-radius: 5px;
	-webkit-appearance: none;
	font-size: 16pt;
	padding: 1px;
}

.button:hover {
  background: #3498db;
}

.button:active {
  background: #3498db;
}











/* DROP IN TABLE */

.dropin-table {
	position: absolute;
	font-family: "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif; 
	border-collapse: collapse;
 	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	text-align: left;
	width: 98%;
  left: 8px;
  right: 8px;
  bottom: 8px;
  top: 8px;
  font-size: 16pt;  
 	overflow: hidden; 
}

.dropin-table th {
	padding-left: 10px;
	padding-right: 30px;
	color: #FFFFFF;
  height: 80px;
	background: #2980b9;
}

.dropin-table td {
	font-weight: lighter;
	padding-left: 10px;
	padding-top: 15px;
	color: #FFFFFF;
 	height: 80px;
  vertical-align: top;
  min-width: 100px;
}


.dropin-table tr {
	border-width: 1px 0;
	border-color: #FFFFFF;
  	border-style: solid;
}


.dropin-table tr:nth-child(even) {
    background-color: #2980b9;
}

.dropin-table tr:nth-child(odd) {
    background-color: #2980b9;
}

.dropin-table button {
	text-decoration: none;
	color: #FFFFFF;
	background: none;
	border: none;	
	padding: 5px;
}

.dropin-table button:hover {
	color: #000000;
	cursor: pointer;
}

.dropin-table tr:hover button {
	cursor: pointer;
}

.dropin-table tr:last-child {
  border-bottom: none;
  background: #2980b9;
}



tr:first-child {
  border-top: none;
}

tr:last-child, td:last-child {
  border-bottom: none;
}

.sms-admin {
	 font-family: "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif; 
}


.sms-admin input[type=text]
 {
  margin-bottom: 5px;
  margin-right: 10px;
  margin-top: 5px;
  background: #fff;
  border: none;
  color: #000000;
  outline: none;
  font-size: 12pt;
  padding-left: 10px; 
  -webkit-appearance: none;
  border-collapse: collapse;
  border-radius: 5px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  width: 40%;
  height: 60px;
  font-weight: lighter;
}


.sms-admin textarea  {
	width: 100%;
	height: 300px;
	display: block;
	font-size: 16pt;
  border-radius: 5px;
  -moz-border-radius: 5px;
 -webkit-border-radius: 5px;
 padding: 10px;
 margin-bottom: 10px;
}

.sms-admin input[type=submit] {
  background: #2980b9;  
  -webkit-appearance: none;
  border: none;
  width: 120px;
  color: #FFFFFF;
  font-weight: bold; 
  border-collapse: collapse;
  border-radius: 5px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  font-size: 16pt;	
  height: 60px;
}


/* Uber admin Main menu */

.main-menu-uber {
  position: absolute;
	font-family: "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif; 
	border-collapse: collapse;
 	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	overflow: hidden; 
	left: 8px;
	top: 8px;
	right: 8px;
}

.main-menu-uber td {
	background: #2980b9; 
	/* 
	green 27AE60 / hover: 2ECC71 
	red C0392B / hover: E74C3C
	*/
	padding: 0px;
	color: #FFFFFF;
	font-weight: lighter;
	font-size: 18pt;
	position: relative;
}

.main-menu-uber tr {
	border-width: 1px 0;
	border-color: #FFFFFF;
    border-style: solid;
}

.main-menu-uber tr:hover td {
	background: #2980b9;
	color: #FFFFFF; 
}

.main-menu-uber i 
{
	margin-right: 25px;	
	margin-left: 10px;
}

.main-menu-uber a:link, a:active, a:hover, a:visited {
	text-decoration: none;
	color: #FFFFFF;
	position: absolute; 
	bottom: 10px;
}



/* Relationship table */

.relation-table {
	font-family: "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif; 
	border-collapse: collapse;
 	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	overflow: hidden; 
    text-align: left;
	padding: 1px;
	width: 100%;
}


.relation-table td {
	/* 
	green 27AE60 / hover: 2ECC71 
	red C0392B / hover: E74C3C
	*/
	padding: 1px;
	color: #FFFFFF;
	font-weight: lighter;
	padding-left:10px;
    margin-left: 5px;
    margin-right: 10px;
    font-size: 16pt;
}

.relation-table tr:nth-child(even) {
    background-color: #2980b9;
}

.relation-table tr:nth-child(odd) {
    background-color: #2980b9;
}


.relation-table th {
	/* 
	green 27AE60 / hover: 2ECC71 
	red C0392B / hover: E74C3C
	*/
  background: #2980b9;
	padding-left: 10px;
	padding-right: 10px;
	color: #FFFFFF;
	padding-left:10px;
	vertical-align: middle;
    margin-left: 5px;
    margin-right: 10px;
    white-space: nowrap;
}

.relation-table tr {
	border-width: 1px 0;
	border-color: #FFFFFF;
  border-style: solid;
  height: 80px;
  font-size: 16pt;  
  background: none;
}

.relation-table button {
  background: none;  
  -webkit-appearance: none;
  border: none;
  width: 120px;
  color: #FFFFFF; 
  border-collapse: collapse;
  font-size: 30pt;
  border-radius: 5px;
  -moz-border-radius: 5px;
 -webkit-border-radius: 5px;
	text-align: right;
	padding-right: 20px;
  height: 60px;
}


.relation-table-two input[type=submit] {
  -webkit-appearance: none;
  border: none;
  width: 120px;
  color: #FFFFFF;
  font-weight: bold; 
  border-collapse: collapse;
  font-size: 18pt;
  border-radius: 5px;
  -moz-border-radius: 5px;
 -webkit-border-radius: 5px;
  height: 60px;
}

h2 {
  font-family: "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif; 
  font-weight: bold; 
  font-size: 20pt;
  color: #2980b9;
  margin-top: 20px;
}

h3 {
  font-family: "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif; 
  font-weight: bold; 
  font-size: 20pt;
  color: #FFFFFF;
  margin-top: 20px;
}

.relation-table-two input[type=submit]:hover {
  background: #2980b9;
  -webkit-appearance: none;
  border: none;
  border-collapse: collapse;
  border-radius: 5px;
  -moz-border-radius: 5px;
 -webkit-border-radius: 5px;
}



.relation-table-two select
{
  border: none;
  width: 100%;
  font-weight: lighter; 
  border-collapse: collapse;
  border-radius: 5px;
  -moz-border-radius: 5px;
 -webkit-border-radius: 5px;
  height: 60px;
  font-size: 16pt;
}


/* Uber Customer info table */
.uber-customer-table {
	font-family: "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif; 
	border-collapse: collapse;
 	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	overflow: hidden; 
  text-align: left;
	margin-left: 6px;
	margin-top: 3px;
	padding-right: 5px;
	margin-right: 5px;
	margin-bottom: 5px;
	position: absolute;
	min-width: 300px;
	width:97%;
	left: 2px;
	right: 2px;
	bottom: 20px;
	top: 5px;
	width: 98%;
}


.uber-customer-table td {
	height: 50px;
	/* 
	green 27AE60 / hover: 2ECC71 
	red C0392B / hover: E74C3C
	*/
	color: #FFFFFF;
	font-weight: lighter;
	padding-left:10px;
	padding-top: 2px;
	padding-bottom: 2px;
	vertical-align: middle;
    margin-left: 5px;
    padding-right: 10px;
    max-width: 300px;
    word-wrap: break-word;
    font-size: 14pt;
}

.uber-customer-table.list button  {
	/* 
	green 27AE60 / hover: 2ECC71 
	red C0392B / hover: E74C3C
	*/
	color: #FFFFFF;
	position: static;
	background: none;
	margin-top: 10px;
	margin-bottom: -5px;
	cursor: pointer;
}

.uber-customer-table.list td  {
	height: 50px;
	/* 
	green 27AE60 / hover: 2ECC71 
	red C0392B / hover: E74C3C
	*/
	color: #FFFFFF;
	font-weight: lighter;
	padding-left:10px;
	padding-top: 2px;
	padding-bottom: 2px;
	vertical-align: middle;
	margin-right: 100px;
    margin-left: 5px;
    padding-right: 10px;
    max-width: 300px;
    word-wrap: break-word;
    font-size: 18pt;
}

.uber-customer-table th {
	height: 80px; 
	/* 
	green 27AE60 / hover: 2ECC71 
	red C0392B / hover: E74C3C
	*/
	padding-left: 2px;
	padding-top: 2px;
	padding-bottom: 2px;
	background: #2980b9;  
	color: #FFFFFF;
	padding-left: 10px;
	vertical-align: middle;
    padding-right: 10px;
    width:100%;
    position: relative;
    font-size: 18pt;
}

.uber-customer-table tr {
	border-width: 1px 0;
	border-color: #FFFFFF;
    border-style: solid;
   	width: 100%;
   	height: 80px;
}

.uber-customer-table button {
	color: #FFFFFF;
	position: absolute; 
	bottom: 20%;
	right: 5%;
}


.uber-customer-table button {
  background: #2980b9;  
  -webkit-appearance: none;
  border: none;
  width: 44px;
  color: #FFFFFF;
  border-collapse: collapse;
  border-radius: 5px;
  -moz-border-radius: 5px;
 -webkit-border-radius: 5px;
  height: 44px;
}


.uber-customer-table input[type=text],
.uber-customer-table input[type=email],
.uber-customer-table input[type=number]
 {
  font-family: "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif; 
  margin-bottom: 5px;
  margin-right: 10px;
  margin-top: 5px;
  background: #fff;
  border: none;
  color: #000000;
  outline: none;
  font-size: 12pt;
  padding-left: 10px; 
  -webkit-appearance: none;
  border-collapse: collapse;
  border-radius: 5px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  width: 97%;
  height: 40px;
  font-weight: lighter;
}

.uber-customer-table input[type=file]
{
  font-family: "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif; 
  border: none;
  color: #FFFFFF;
  font-size: 12pt;
  -webkit-appearance: none;
  border-collapse: collapse;
  border-radius: 5px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  height: 30px;
  font-weight: lighter;
}


.uber-customer-table select
{
  border: none;
  width: 150px;
  font-weight: lighter; 
  border-collapse: collapse;
  border-radius: 5px;
  -moz-border-radius: 5px;
 -webkit-border-radius: 5px;
  height: 40px;
  font-size: 12pt;
}


.uber-customer-table a:link, a:active, a:hover, a:visited {
	text-decoration: none;
	color: #FFFFFF;
	position: absolute; 
	bottom: 10px;
}

.uber-customer-table tr:nth-child(even) {
    background-color: #2980b9;
}

.uber-customer-table tr:nth-child(odd) {
    background-color: #2980b9;
}



.css-checkbox, input[type=radio] {
 	height:60px; 
	display:inline-block;
	font-size: 32pt;
	vertical-align:middle;
	cursor:pointer;
	border-radius: 5px;
 	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	transform: scale(1.2);
	font-size: 16pt;
}




/* History table */
.history-table {
	font-family: "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif; 
	border-collapse: collapse;
 	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	overflow: hidden; 
    text-align: left;
	margin-left: 6px;
	margin-top: 3px;
	padding-right: 5px;
	margin-right: 5px;
	margin-bottom: 5px;
	position: absolute;
	min-width: 300px;
	left: 2px;
	right: 2px;
	bottom: 20px;
	top: 140px;
	width: 98%;
}


.history-table td {
	height: 50px;
	/* 
	green 27AE60 / hover: 2ECC71 
	red C0392B / hover: E74C3C
	*/
	color: #FFFFFF;
	font-weight: lighter;
	padding-left:10px;
	padding-top: 2px;
	padding-bottom: 2px;
	vertical-align: middle;
    margin-left: 5px;
    padding-right: 10px;
    max-width: 300px;
    word-wrap: break-word;
    font-size: 14pt;
}

.history-table.list td  {
	height: 50px;
	/* 
	green 27AE60 / hover: 2ECC71 
	red C0392B / hover: E74C3C
	*/
	color: #FFFFFF;
	font-weight: lighter;
	padding-left:10px;
	padding-top: 2px;
	padding-bottom: 2px;
	vertical-align: middle;
	margin-right: 100px;
    margin-left: 5px;
    padding-right: 10px;
    max-width: 300px;
    word-wrap: break-word;
    font-size: 18pt;
}

.history-table th {
	height: 80px; 
	/* 
	green 27AE60 / hover: 2ECC71 
	red C0392B / hover: E74C3C
	*/
	padding-left: 2px;
	padding-top: 2px;
	padding-bottom: 2px;
	background: #3498db;  
	color: #FFFFFF;
	padding-left: 10px;
	vertical-align: middle;
    padding-right: 10px;
    width:100%;
    position: relative;
    font-size: 18pt;
}

.history-table tr {
	border-width: 1px 0;
	border-color: #FFFFFF;
    border-style: solid;
   	width: 100%;
   	height: 80px;
}

.history-table button {
	color: #FFFFFF;
	position: absolute; 
	bottom: 20%;
	right: 5%;
}



.history-table-two input[type=date]
 {
  font-family: "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif; 
  margin-bottom: 5px;
  margin-right: 10px;
  margin-top: 5px;
  background: #fff;
  border: none;
  color: #000000;
  outline: none;
  font-size: 12pt;
  padding-left: 10px; 
  -webkit-appearance: none;
  border-collapse: collapse;
  border-radius: 5px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  width: 120px;
  height: 44px;
  font-weight: lighter;
}

.history-table-two input[type=submit] {
  background: #;  
  -webkit-appearance: none;
  border: none;
  width: 120px;
  color: #FFFFFF;
  font-weight: bold; 
  border-collapse: collapse;
  border-radius: 5px;
  -moz-border-radius: 5px;
 -webkit-border-radius: 5px;
  height: 44px;
}


.history-table-two {
	font-family: "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif; 
	border-collapse: collapse;
 	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	overflow: hidden; 
    text-align: left;
	margin-left: 6px;
	margin-top: 3px;
	padding-right: 5px;
	margin-right: 5px;
	margin-bottom: 5px;
	position: absolute;
	left: 2px;
	right: 2px;
	bottom: 2px;
	top: 60px;
	max-width: 600px;
	min-width: 500px;
}

.history-table-two ::-webkit-input-placeholder {
  color: #A1A1A1;
  font-size: 12pt;
  padding-left: 0px;
}
.history-table-two :-moz-placeholder {
  /* Firefox 18- */
  color: #3498db;
  font-size: 12pt;
  padding-left: 10px;
}
.history-table-two ::-moz-placeholder {
  /* Firefox 19+ */
  color: #3498db;
  font-size: 12pt;
  padding-left: 10px;
}
.history-table-two :-ms-input-placeholder {
  color: #3498db;
  font-size: 12pt;
  padding-left: 10px;
}




.history-table select
{
  border: none;
  width: 150px;
  font-weight: lighter; 
  border-collapse: collapse;
  border-radius: 5px;
  -moz-border-radius: 5px;
 -webkit-border-radius: 5px;
  height: 40px;
  font-size: 12pt;
}


.history-table a:link, a:active, a:hover, a:visited {
	text-decoration: none;
	color: #FFFFFF;
	position: absolute; 
	bottom: 10px;
}

.history-table tr:nth-child(even) {
    background-color: #2980b9;
}

.history-table tr:nth-child(odd) {
    background-color: #3498db;
}










/* LOGIN FORM */

::-webkit-input-placeholder {
  color: #2980b9;
  font-size: 18pt;
}
:-moz-placeholder {
  /* Firefox 18- */
  color: #2980b9;
  font-size: 18pt;
}
::-moz-placeholder {
  /* Firefox 19+ */
  color: #2980b9;
  font-size: 18pt;
}
:-ms-input-placeholder {
  color: #2980b9;
  font-size: 18pt;
}

.button {
    border: none;
    display: block;
    background: #2980b9;
    height: 60px;
    width: 150px;
    color: #ffffff;
    text-align: center;
    margin-left: 5px;
    border-radius: 5px;
	font-size: 16pt;
	padding: 1px;
}

.button:hover {
  background: #2980b9;
}

.button:active {
  background: #2980b9;
}


.fa-cog
{
	color: #FF0000;
    font-size: 3.0em;
}

.fa-plus-square-o
{
	color: #FF0000;
    font-size: 3.0em;
}


.form-control-container {
	width: 100%;
}

.form-control {
	font-family: "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif; 
  display: block;
  width: 200px;
  height: 60px;
  margin-right: 10px;
  margin-left: -4px;
  font-size: 16pt;
  line-height: 1.42857143;
  color: #2980b9;
  background-color: #fff;
  background-image: none;
  border: 1px solid #2980b9;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
          box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
  -webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
       -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
          transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
}
.form-control:focus {
  border-color: #66afe9;
  font-size: 16pt;
  outline: 0;
  -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102, 175, 233, .6);
          box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102, 175, 233, .6);
}
.form-control::-moz-placeholder {
  color: #777;
  opacity: 1;
}
.form-control:-ms-input-placeholder {
  color: #777;
}
.form-control::-webkit-input-placeholder {
  color: #777;
}
.form-control[disabled],
.form-control[readonly],
fieldset[disabled] .form-control {
  cursor: not-allowed;
  background-color: #eee;
  opacity: 1;
}
textarea.form-control {
  height: auto;
}


.add-customer {
	font-family: "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif; 
	border-collapse: collapse;
 	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	margin: 0;
	overflow: hidden; 
    color: #ffffff;
    text-align: left;
	padding: 1px;
	position: absolute;
	font-size: 16pt;
}

.add-customer {
	width: 100%;
	height: 480px;
}

.add-customer input[type=text],
.add-customer input[type=email],
.add-customer input[type=number],
.add-customer input[type=date],
.add-customer input[type=submit],
.add-customer select {
  margin-bottom: 5px;
  margin-right: 5px;
  margin-left: 5px;
  margin-top: 1px;
  background: #fff;
  border: none;
  color: #000000;
  outline: none;
  font-size: 16pt;
  padding-left: 10px; 
  -webkit-appearance: none;
  height: 60px;
  width: 95%;
}

.add-customer select {
  margin-bottom: 5px;
  margin-right: 10px;
  margin-left: 5px;	  
  margin-top: 5px;
  background: #fff;
  border: none;
  color: #000000;
  outline: none;
  font-size: 16pt;
  padding-left: 10px; 
  -webkit-appearance: none;
  border-collapse: collapse;
  border-radius: 5px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  width: 95%;
  height: 60px;
  font-weight: lighter;
  
}


.add-customer input[type=submit] {
  background: #2980b9;  
  -webkit-appearance: none;
  border: none;
  width: 120px;
  color: #FFFFFF;
  font-weight: bold; 
  border-collapse: collapse;
  border-radius: 5px;
  -moz-border-radius: 5px;
 -webkit-border-radius: 5px;
 margin-left: 0px;
}

.add-customer input[type=submit]:hover {
  background: #2980b9;
  -webkit-appearance: none;
  border: none;
  border-collapse: collapse;
  border-radius: 5px;
  -moz-border-radius: 5px;
 -webkit-border-radius: 5px;
}

.add-customer input[type=submit] {
	margin-top: 10px;
	font-size: 16pt;
}

.add-customer ::-webkit-input-placeholder {
  color: #A1A1A1;
  font-size: 16pt;
  padding-left: 0px;
}
.add-customer :-moz-placeholder {
  /* Firefox 18- */
  color: #3498db;
  font-size: 16pt;
  padding-left: 10px;
}
.add-customer ::-moz-placeholder {
  /* Firefox 19+ */
  color: #3498db;
  font-size: 16pt;
  padding-left: 10px;
}
.add-customer :-ms-input-placeholder {
  color: #3498db;
  font-size: 16pt;
  padding-left: 10px;
}

.add-customer a:link, a:active, a:visited {
	color: #FFFFFF;
	position: absolute; 
	bottom: 5px;
	right: 0px;
}





input[type=checkbox]
{
  /* Double-sized Checkboxes */
  -ms-transform: scale(2); /* IE */
  -moz-transform: scale(2); /* FF */
  -webkit-transform: scale(2); /* Safari and Chrome */
  -o-transform: scale(2); /* Opera */
  padding: 10px;
  margin: 10px;
}

input[type=radio]
{
  border: 0px;
    width: 44px;
    height: 2.5em;
    padding: 20px;
}



.uber-customer-link a:link, 
.uber-customer-link a:active, 
.uber-customer-link a:hover, 
.uber-customer-link a:visited {
	text-decoration: none;
	position: static;
}


.main-menu-uber {
	width: 98%;
}

.main-menu-uber tr {
	height: 80px;
}

.main-menu-uber td {
	height: 80px;
}


.usage-table {
	font-family: "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif; 
	border-collapse: collapse;
 	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	margin: 0;
	overflow: hidden; 
    color: #ffffff;
    text-align: left;
	padding: 1px;
	font-weight: lighter;
}



.usage-table td {
	/* 
	green 27AE60 / hover: 2ECC71 
	red C0392B / hover: E74C3C
	*/
	padding: 1px;
	color: #FFFFFF;
	font-size: 18pt;
	padding-left:10px;
	vertical-align: middle;
    margin-left: 5px;
    margin-right: 10px;
}

.usage-table th {
	background: #2980b9; 
	/* 
	green 27AE60 / hover: 2ECC71 
	red C0392B / hover: E74C3C
	*/
	padding-left: 10px;
	padding-right: 10px;
	color: #FFFFFF;
	padding-left:10px;
	vertical-align: middle;
    margin-left: 5px;
    margin-right: 10px;
    white-space: nowrap;
}

.usage-table tr {
	border-width: 1px 0;
	border-color: #FFFFFF;
    border-style: solid;
}

.usage-table tr:nth-child(even) {
    background-color: #2980b9;
}

.usage-table tr:nth-child(odd) {
    background-color: #2980b9;
}



.usage-table td {
    height: 60px;
    width: 100%;
}

.usage-table th {
    height: 80px;  
    font-size: 18pt;
}

.usage-table tr {
    height: 80px;  
}



.flat-form input[type=text],
.flat-form input[type=password] {
  width: 100%;
  height: 80px;
  margin-bottom: 25px;
  margin-left: 0;
  background: #fff;
  border: none;
  color: #000000;
  outline: none;
  font-size: 16pt;
  border-radius: 5px;
  padding-left: 10px;
}


.flat-form ::-webkit-input-placeholder {
  font-size: 18pt;
}
.flat-form :-moz-placeholder {
  /* Firefox 18- */
  font-size: 18pt;
}
.flat-form ::-moz-placeholder {
  /* Firefox 19+ */
  font-size: 18pt;
}
.flat-form :-ms-input-placeholder {
  font-size: 18pt;
}


@media only screen and (min-device-width: 1100px) 
{

.flat-form {
  margin: 25px auto;
  width: 500px;
  height: 300px;
  min-width: 450px;
  position: absolute;
  left: 30%;
  top: 15%;
}

.button {
    border: none;
    display: block;
    height: 70px;
    width: 100%;
    color: #ffffff;
    text-align: center;
    border-radius: 5px;
	-webkit-appearance: none;
	font-size: 16pt;
	padding: 1px;
	margin-left: 0px;
}


@media only screen and (max-device-width: 400px) {
	
.flat-form {
  margin: 25px auto;
  width: 70%;
  height: 300px;
  min-width: 100px;
  position: absolute;
  left: 0;
  top: 0;
  margin-left: 13%;
  margin-top: 0px;
}

.button {
    border: none;
    display: block;
    height: 70px;
    width: 100%;
    color: #ffffff;
    text-align: center;
    border-radius: 5px;
	-webkit-appearance: none;
	font-size: 16pt;
	padding: 1px;
	margin-left: 0px;
}

}


@media only screen and (min-device-width : 414px) and (max-device-width : 736px) { 
	
.flat-form {
  margin: 25px auto;
  width: 70%;
  height: 400px;
  min-width: 200px;
  position: absolute;
  font-family: "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif; 
  top: 50%;
  left: 50%;
  margin-left: -230px;
  margin-top: 0px;
}

.form-action h1 {
  font-size: 42px;
  padding-bottom: 10px;
  text-transform: uppercase;	
  -webkit-appearance: none;
  font-weight: lighter;
}

.button {
    border: none;
    display: block;
    background: #3498db;
    height: 70px;
    width: 140px;
    color: #ffffff;
    text-align: center;
    border-radius: 5px;
	-webkit-appearance: none;
	font-size: 16pt;
	padding: 1px;
}

}


/* This should always be at the bottom */
tr:first-child {
  border-top: none;
}

tr:last-child, td:last-child {
  border-bottom: none;
}