
body {
  margin: 0;
  padding: 0;
  background-color: #EFEFEF;
}
.container {
  width: 640px;
  margin: 15px auto;
  padding: 20px 30px;
  border-radius: 7px;
  background-color: #FFF;
  box-shadow: 0 2px 4px 0 #CCC;
}
.container h1 {
  font-size: 18px;
  height: 2em;
  line-height: 2em;
  color: #FFF;
  background-color: #BA0003;
  text-align: center;
  border-radius: 7px;
  box-shadow: 0 2px 4px 0 #CCC;
}
#flight-admin.container h1 {
  background-color: #004EA1;
}
.c-title-main {
  margin: 0 0 20px;
  padding-left: 18px;
  border-left: solid 7px #d6001d;
  font-size: 20px;
  font-size: 1.25rem;
  font-weight: 700;
}
table {width:100%;}
th,td {
  padding: 3px 6px;
}

input[type="text"],
input[type="password"],
textarea{
  border:0;
  padding:10px;
  font-size:14px;
  font-family:Arial, sans-serif;
  color:#333;
  border:solid 1px #ccc;
  margin:5px 20px;
  width:90%;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  -moz-box-shadow: inset 1px 4px 9px -6px rgba(0,0,0,0.5);
  -webkit-box-shadow: inset 1px 4px 9px -6px rgba(0, 0, 0, 0.5);
  box-shadow: inset 1px 4px 9px -6px rgba(0,0,0,0.5);
}
select {
  font-size: 14px;
  line-height: 14px;
  padding: 3px;
}
input[type="password"] {
  width: auto;
  margin-right: 0;
  padding: 4px 8px;
}

input:focus,
textarea:focus{
  border:solid 1px #EEA34A;
}

input[type="submit"]{
  border-radius: 5px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  -o-border-radius: 5px;
  -ms-border-radius: 5px;
  border:#a9a9a9 1px solid;
  -moz-box-shadow: inset 0 0 5px rgba(0,0,0,0.2),0 0 2px rgba(0,0,0,0.3);
  -webkit-box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.2),0 0 2px rgba(0,0,0,0.3);
  box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.2),0 0 2px rgba(0,0,0,0.3);
  font-size: 14px;
  height:25px;
  line-height: 23px;
  padding:0 10px;
  cursor:pointer;
  color:#333;
  font-weight:bold;
  background:#EFEFEF;
  text-shadow:1px 1px 0px #fff;
  margin-right: 15px;
}



