/**
 * Media queries breakpoints
 */
/*background*/
/*font color*/
/*font */
/*reset css*/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline; }

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block; }

body {
  line-height: 1; }

ol, ul {
  list-style: none; }

blockquote, q {
  quotes: none; }

blockquote:before, blockquote:after,
q:before, q:after {
  content: '';
  content: none; }

table {
  border-collapse: collapse;
  border-spacing: 0; }

body {
  background: #163F75;
  color: white; }

.icon-map {
  background-size: 96px 240px;
  width: 24px;
  height: 24px; }

#right-panel {
  font-family: 'Roboto', 'sans-serif';
  line-height: 30px;
  margin: 0;
  border-width: 2px;
  width: 100%;
  height: 400px;
  float: left;
  text-align: left;
  padding-top: 0;
  height: 100vh;
  right: 0; }
  @media only screen and (min-width: 768px) {
    #right-panel {
      width: 50%;
      position: fixed;
      overflow: auto; } }
  @media only screen and (min-width: 1200px) {
    #right-panel {
      width: 30%;
      position: fixed;
      overflow: auto; } }

#right-panel-margin {
  margin: 20px; }
  #right-panel-margin #alert {
    display: block;
    border: 1px inset #ea4335;
    padding: 10px;
    font-size: 15px; }
    #right-panel-margin #alert span {
      color: #ea4335; }
    #right-panel-margin #alert.none {
      display: none; }
  #right-panel-margin b {
    color: #ea4335;
    font-weight: bold;
    padding-left: 40px; }
  #right-panel-margin .logo-op {
    width: 220px;
    margin: 0 auto; }
    #right-panel-margin .logo-op img {
      height: 80px; }
  #right-panel-margin select,
  #right-panel-margin input {
    background: #163F75;
    color: #fff;
    font-size: 15px;
    border: 0px;
    border-bottom: 2px solid #fff;
    width: calc(100% - 40px);
    margin-left: 35px;
    padding-left: 0px;
    line-height: 40px;
    text-transform: capitalize; }
  #right-panel-margin #waypoints select,
  #right-panel-margin #waypoints input {
    background: #163F75;
    color: #fff;
    font-size: 15px;
    border: 0px;
    border-bottom: 2px solid #fff;
    width: calc(100% - 45px);
    margin-left: 10px;
    padding-left: 0;
    line-height: 40px;
    text-transform: capitalize; }
  #right-panel-margin #waypoints .ptk {
    text-align: center;
    width: 30px;
    height: 30px;
    display: inline-block;
    text-transform: uppercase;
    background: #ea4335;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%; }
    #right-panel-margin #waypoints .ptk span {
      text-align: center; }
  #right-panel-margin #waypoints .disableWaypoint {
    background-image: url(../img/button.png);
    background-size: 96px 240px;
    width: 24px;
    height: 24px;
    display: none;
    margin: 0 0 0 -25px;
    transition: ease-in-out 0.6s;
    -webkit-transition: ease-in-out 0.6s;
    -moz-transition: ease-in-out 0.6s;
    -ms-transition: ease-in-out 0.6s;
    -o-transition: ease-in-out 0.6s;
    position: relative;
    top: 10px; }
    #right-panel-margin #waypoints .disableWaypoint.hoverRemove {
      cursor: pointer;
      display: inline-block;
      transition: ease-in-out 0.6s;
      -webkit-transition: ease-in-out 0.6s;
      -moz-transition: ease-in-out 0.6s;
      -ms-transition: ease-in-out 0.6s;
      -o-transition: ease-in-out 0.6s; }
  #right-panel-margin #submit {
    border: 2px solid #fff;
    border-bottom: 0px solid #fff;
    width: 45%;
    float: left;
    display: block;
    margin: 0;
    line-height: 20px;
    cursor: pointer;
    transition: ease-in-out 1s;
    -webkit-transition: ease-in-out 1s;
    -moz-transition: ease-in-out 1s;
    -ms-transition: ease-in-out 1s;
    -o-transition: ease-in-out 1s; }
    #right-panel-margin #submit:hover {
      background: #6eb4fa;
      color: white;
      transition: ease-in-out 1s;
      -webkit-transition: ease-in-out 1s;
      -moz-transition: ease-in-out 1s;
      -ms-transition: ease-in-out 1s;
      -o-transition: ease-in-out 1s; }
  #right-panel-margin #navigation {
    border: 2px solid #fff;
    border-bottom: 0px solid #fff;
    width: 45%;
    float: right;
    line-height: 20px;
    cursor: pointer;
    transition: ease-in-out 1s;
    -webkit-transition: ease-in-out 1s;
    -moz-transition: ease-in-out 1s;
    -ms-transition: ease-in-out 1s;
    -o-transition: ease-in-out 1s; }
    #right-panel-margin #navigation #navigationA {
      color: white;
      text-decoration: none;
      display: block;
      padding: 1px;
      margin: 0 auto;
      width: 95px;
      line-height: 19px; }
    #right-panel-margin #navigation:hover {
      transition: ease-in-out 1s;
      -webkit-transition: ease-in-out 1s;
      -moz-transition: ease-in-out 1s;
      -ms-transition: ease-in-out 1s;
      -o-transition: ease-in-out 1s;
      background: #6eb4fa; }
      #right-panel-margin #navigation:hover #navigationA {
        color: white; }
  #right-panel-margin #directions-panel {
    margin-top: 10px;
    background-color: #6eb4fa;
    padding: 10px 20px;
    overflow: auto;
    height: auto;
    clear: both;
    top: -2px;
    position: relative;
    border: 2px solid #fff;
    border-top: 0px; }

#right-panel select {
  width: 100%; }

#right-panel i {
  font-size: 12px; }

html,
body {
  height: 100%;
  margin: 0;
  padding: 0; }

#map {
  height: 100%;
  float: left;
  width: 100%;
  height: 100%; }
  @media only screen and (min-width: 768px) {
    #map {
      width: 50%; } }
  @media only screen and (min-width: 1200px) {
    #map {
      width: 70%; } }
