/* CSS Document */

#seetrip input, #seetrip textarea { resize: none; }
  #seetrip textarea { overflow: auto; }

.listurl {
  width: 120px !important;
  font-weight: bold;
  }

#addtrip {
  margin: 10px 35px;
  padding: 8px 10px;
  width: 100px;
  height: 15px;
  border: 1px solid white;
  border-radius: 10px;
  -moz-border-radius: 10px;
  -webkit-border-radius: 10px;
  -khtml-border-radius: 10px;
  overflow: hidden;
  }
  #addtrip {
	  font-family: Verdana, Tahoma, Arial, sans-serif;
	  font-size: 9px;
    font-weight: bold;
    }

#addtriphead {
  width: 100px;
  font-size: 10px;
  font-weight: bold;
  }
  #addtriphead img { vertical-align: text-bottom; }

#addtripform { padding: 14px; }
  #addtripform > div { margin: 6px; }

.hilite { color: #f8b283; }

.hiback { background-color: #f8b283; }

#legsmain, #legslist, .itinleg { display: block; }

#itinpair, #itinstat, #itinsurl {
  display: inline-block;
  padding: 5px;
  }
  #itinpair {
    margin-left: 25px;
    font-size: 24px;
    font-weight: bold;
    text-align: center;
    }
    #itinpair span {
      font-size: 12px;
      font-weight: normal;
      }

.leghead {
  background-color: #00283c;
  border-color: #00283c;
  border-style: solid;
  border-width: 0 3px;
  background: -moz-linear-gradient(top, rgba(51,102,153,1) 0%, rgba(0,40,60,1) 100%);
  background: -webkit-linear-gradient(top, rgba(51,102,153,1) 0%,rgba(0,40,60,1) 100%);
  background: linear-gradient(to bottom, rgba(51,102,153,1) 0%,rgba(0,40,60,1) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#336699', endColorstr='#00283c',GradientType=0 );
  -ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
  filter: alpha(opacity=50);
  opacity: 0.5;
  }
  .leghead .legdep, .leghead .legdes {
    width: 51px;
    padding: 8px;
    font-size: 12px;
    font-weight: bold;
    text-align: center;
    text-shadow: 2px 2px 1px #00283c;
    }
  .leghead .legacft {
    margin: 0 4px 0 24px;
    font-size: 10px;
    }
  .leghead .legtime { font-size: 10px; }
  .leghead > div { display: inline-block; }
  .leghead.active {
    -ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    filter: alpha(opacity=100);
    opacity: 1.0;
    }

.legmain {
  width: 154px;
  padding: 8px;
  font-size: 12px;
  font-weight: bold;
  text-align: center;
  }

.legmadd {
  width: 20px;
  height: 20px;
  margin: 0 8px;
  }
  .legmadd svg {
    display: inline-block;
    vertical-align: bottom;
    margin-top: 10px;
    fill: white;
    fill-opacity: 0.2;
    }
    .legmadd svg:hover {
      fill: white;
      fill-opacity: 1.0;
      }

.legpane { display: none; }

.legsort {
  width: 20px;
  height: 20px;
  margin: 0 8px;
  }
  .legsort svg {
    display: inline-block;
    vertical-align: bottom;
    margin-top: 10px;
    fill: white;
    fill-opacity: 0.2;
    }
    .legsort svg:hover {
      fill: white;
      fill-opacity: 1.0;
      }

.legmode {
  width: 36px;
  height: 20px;
  margin: 0 8px;
  }
  .legmode svg {
    display: inline-block;
    vertical-align: bottom;
    margin-top: 10px;
    fill: white;
    fill-opacity: 0.2;
    }
    .legmode svg:hover {
      fill: white;
      fill-opacity: 1.0;
      }

.legedit {
  width: 20px;
  height: 20px;
  margin: 0 8px;
  }
  .legedit svg {
    display: inline-block;
    vertical-align: bottom;
    margin-top: 10px;
    fill: white;
    fill-opacity: 0.2;
    }
    .legedit svg:hover, .legedit.linked svg {
      fill: white;
      fill-opacity: 1.0;
      }

.legedit-relt, .enhedit-relt { position: relative; }

.legedit-cont, .enhedit-cont {
  padding: 12px;
  position: absolute;
  z-index: 999;
  background-color: #00283c;
  border-radius: 8px;
  -moz-border-radius: 8px;
  -webkit-border-radius: 8px;
  -khtml-border-radius: 8px;
  box-shadow: 0 0 30px 5px black;
  -moz-box-shadow: 0 0 30px 5px black;
  -webkit-box-shadow: 0 0 30px 5px black;
  }
  .legedit-cont {
    top: -30px;
    left: 210px;
    }
  .enhedit-cont {
    top: 100px;
    left: 100px;
    }

.legedit-form > div, .enhedit-form > div { display: inline-block; }

.legedit-form, .enhedit-form { width: 132px; }
  .legedit-form label, .legedit-form input, .enhedit-form label, .enhedit-form input { display: block; }
    .legedit-form label, .enhedit-form label {
      font-family: Verdana, Tahoma, Arial, sans-serif;
      font-size: 9px;
      font-weight: bold;
      text-align: center;
      }
    .legedit-form input, .enhedit-form input { width: 100px; }
      .enhedit-form input { text-transform: none !important; }

.legedit-fpls > div {
  display: inline-block;
  vertical-align: top;
  }

.legedit-fpls { width: 250px; }
  .legedit-fpls input {
    width: 100%;
    height: 20px;
    padding: 2px 4px;
    background-color: #00283c;
    color: white;
    border: 0;
    border-bottom: 1px solid white;
    box-sizing: border-box;
    text-transform: uppercase;
    font-family: Verdana, Tahoma, Arial, sans-serif;
  	font-size: 12px;
    }

.legview {
  width: 16px;
  height: 20px;
  margin: 0 8px;
  }
  .legview svg {
    display: inline-block;
    vertical-align: bottom;
    margin-top: 10px;
    fill: white;
    fill-opacity: 0.2;
    }
    .legview svg:hover {
      fill: white;
      fill-opacity: 1.0;
      }

.manedit-relt { position: relative; }

.manedit-cont {
  padding: 12px;
  position: absolute;
  top: -30px;
  left: 510px;
  z-index: 999;
  background-color: #00283c;
  border-radius: 8px;
  -moz-border-radius: 8px;
  -webkit-border-radius: 8px;
  -khtml-border-radius: 8px;
  box-shadow: 0 0 30px 5px black;
  -moz-box-shadow: 0 0 30px 5px black;
  -webkit-box-shadow: 0 0 30px 5px black;
  }

.manedit-load > div {
  display: inline-block;
  vertical-align: bottom;
  }

.manedit-load label, .manedit-load input { display: block; }
  .manedit-load label {
    font-family: Verdana, Tahoma, Arial, sans-serif;
    font-size: 9px;
    font-weight: bold;
    text-align: left;
    }
  .manedit-load input {
    font-family: "Courier New", Courier, monospace;
    font-size: 11px;
    text-transform: uppercase;
    font-weight: normal;
    text-align: left;
    border: 2px white solid;
    background-color: white;
    margin: 0;
    padding: 0;
    }

.fplswell {
  width: 220px;
  height: 156px;
  overflow: auto;
  }

.legedf-form {
  width: 20px;
  height: 20px;
  margin-left: 8px;
  }
  .legedf-form svg {
    fill: white;
    fill-opacity: 0.2;
    }
    .legedf-form svg:hover {
      fill: white;
      fill-opacity: 1.0;
      }

.legedf-link {
  width: 20px;
  height: 20px;
  margin-left: 8px;
  }
  .legedf-link svg {
    fill: white;
    fill-opacity: 0.2;
    }
    .legedf-link svg:hover {
      fill: white;
      fill-opacity: 1.0;
      }

.legedf-cono, .enhedf-cono {
  width: 20px;
  height: 20px;
  margin: 108px 0 8px 8px;
  }
  .legedf-cono svg, .enhedf-cono svg { fill: #af3c3c; }

.legedf-cogo, .enhedf-cogo {
  width: 20px;
  height: 20px;
  margin-left: 8px;
  }
  .legedf-cogo svg, .enhedf-cogo svg { fill: #3f6f38; }

.legdele {
  width: 20px;
  height: 20px;
  float: right;
  margin: 0 8px;
  }
  .legdele svg {
    display: inline-block;
    vertical-align: bottom;
    margin-top: 10px;
    fill: white;
    fill-opacity: 0.2;
    }
    .legdele svg:hover {
      fill: white;
      fill-opacity: 1.0;
      }

.legdele-relt {
  float: right;
  position: relative;
  }

.legdele-cont {
  width: 46px;
  height: 20px;
  position: absolute;
  top: 10px;
  left: -16px;
  }

.legdele-cogo {
  display: inline-block;
  width: 20px;
  height: 20px;
  margin-right: 2px;
  }
  .legdele-cogo svg {
    fill: #3f6f38;
    fill-opacity: 1.0;
    }

.legdele-cono {
  display: inline-block;
  width: 20px;
  height: 20px;
  margin-left: 2px;
  }
  .legdele-cono svg {
    fill: #af3c3c;
    fill-opacity: 1.0;
    }

.lphead {
  height: 19px;
  font-size: 9px;
  font-weight: bold;
  text-align: center;
  }

.legnote, .legchat, .legcrew, .legpass, .legdocs, .legbref {
  display: inline-block;
  vertical-align: top;
  width: 50%;
  border: 0;
  border-top: 1px solid white;
  box-sizing: border-box;
  }
  .legnote, .legcrew, .legdocs { border-right: 1px solid white; }

.legcrew input, .legpass input {
  width: 100%;
  height: 20px;
  padding: 2px 10px;
  background-color: #00283c;
  color: white;
  border: 0;
  box-sizing: border-box;
  text-transform: uppercase;
  font-family: Verdana, Tahoma, Arial, sans-serif;
  font-size: 12px;
  }

.legnpad, .legchan, .legfile {
  overflow-y: auto;
  height: 300px;
  padding: 6px;
  }
  .legnpad, .legchan { white-space: pre-wrap; }
  .legnpad { padding: 6px 6px 6px 2px; }
  .legchan { background-color: white; }

.leginfo {
  overflow-y: auto;
  height: 355px;
  padding: 6px;
  }

.legcobs, .legpobs {
  overflow-y: auto;
  height: 335px;
  padding: 6px;
  }

.leguppr {
  height: 55px;
  text-align: center;
  }
  .leguppr input[type=submit] { padding: 1px 6px !important; }

.manedf-cono {
  width: 20px;
  height: 20px;
  margin: 0 0 8px 8px;
  }
  .manedf-cono svg { fill: #af3c3c; }

.manedf-cogo {
  width: 20px;
  height: 20px;
  margin-left: 8px;
  }
  .manedf-cogo svg { fill: #3f6f38; }

.fplsrow {
  margin: 2px;
  padding: 2px 3px 3px 3px;
  background-color: #0470a1;
  }

.fplspri, .fplsnam, .fplsink {
  height: 20px;
  display: inline-block;
  vertical-align: top;
  }
  .fplspri {
    width: 10px;
    margin: 0 8px;
    }
    .fplspri svg {
      fill: black;
      fill-opacity: 0.2;
      }
      .fplspri svg:hover, .fplspri.primary svg {
        fill: white;
        fill-opacity: 1.0;
        }
  .fplsnam {
    width: 141px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    }
  .fplsink {
    width: 20px;
    margin-left: 6px;
    }

.crewrow, .passrow {
  margin: 2px;
  padding: 2px 3px 3px 3px;
  background-color: #0470a1;
  }

.soulsel, .soulpri, .soulspc, .soulnam, .soulink {
  height: 20px;
  display: inline-block;
  vertical-align: top;
  }
  .soulsel { width: 40px; }
    .soulsel div {
      height: 20px;
      display: inline-block;
      vertical-align: top;
      }
  .soulpri {
    width: 10px;
    margin: 0 8px;
    }
    .soulpri svg {
      fill: black;
      fill-opacity: 0.2;
      }
      .soulpri.primary svg {
        fill: white;
        fill-opacity: 1.0;
        }
  .soulspc {
    width: 20px;
    margin-right: 6px;
    }
  .soulnam {
    width: 100px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    }
  .soulink {
    width: 20px;
    margin-left: 6px;
    }

.soulsel-crew {
  width: 18px;
  margin: 0 1px;
  }
  .soulsel-crew svg {
    fill: black;
    fill-opacity: 0.2;
    }
    .soulsel-crew:hover svg, .soulsel-crew.selected svg {
      fill: white;
      fill-opacity: 1.0;
      }

.soulsel-pass {
  width: 18px;
  margin-right: 2px;
  }
  .soulsel-pass svg {
    fill: black;
    fill-opacity: 0.2;
    }
    .soulsel-pass:hover svg, .soulsel-pass.selected svg {
      fill: white;
      fill-opacity: 1.0;
      }

.legnpen, .legconv { height: 55px; }
  .legnpen textarea, .legconv textarea {
    width: 100%;
    height: 50px;
    padding: 2px 4px;
    background-color: #00283c;
    color: white;
    border: 0;
    border-top: 1px solid white;
    box-sizing: border-box;
    text-transform: none;
    font-family: Verdana, Tahoma, Arial, sans-serif;
  	font-size: 12px;
    }

.notebub {
  margin: 2px;
  padding: 2px 4px;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  }

.notevis, .notebod {
  display: inline-block;
  vertical-align: top;
  }
  .notevis {
    height: 20px;
    width: 20px;
    margin-right: 6px;
    }
    .notevis svg {
      fill: white;
      fill-opacity: 0.2;
      }
      .notevis svg:hover, .notevis.visible svg {
        fill: white;
        fill-opacity: 1.0;
        }
  .notebod {
    width: 165px;
    color: #9fbfdf;
    margin: 2px;
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    }
    .notebod > .notehl1, .notebod > .notehl2 {
      color: #00283c;
      background-color: #369;
      border-radius: 4px;
      font-weight: bold;
      padding: 1px 3px;
      }
    .notebod.redacted {
      color: #369;
      text-decoration: line-through;
      }
    .notebod.visible { color: #ddd; }
      .notebod.visible > .notehl1 { background-color: #9fbfdf; }

.chatclr { clear: both; }

.chattit {
  color: #aaa;
  font-size: 9px;
  text-align: center;
  padding-top: 8px;
  }

.chatbub {
  margin: 4px;
  padding: 4px 8px;
  max-width: 75%;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  border-radius: 14px;
  -moz-border-radius: 14px;
  -webkit-border-radius: 14px;
  -khtml-border-radius: 14px;
  }

.chatl {
  color: #00283c;
  background-color: #ddd;
  float: left;
  }

.chatr {
  color: white;
  background-color: #369;
  float: right;
  }

.filefil, .filebrf {
  display: inline-block;
  width: 102px;
  margin: 10px 0;
  text-align: center;
  vertical-align: top;
  }

.leglfil, .legcfil, .legrfil, .leglbrf, .legcbrf, .legrbrf { display: inline-block; }
  .legcfil { width: 40px; }
  .legcbrf { width: 54px; }
  .leglfil, .legrfil { width: 31px; }
  .leglbrf, .legrbrf { width: 24px; }
    .leglfil, .leglbrf {
      vertical-align: top;
      /* padding-left: 10px; */
      }
    .filevis, .brefvis {
      height: 20px;
      width: 20px;
      }
      .filevis svg, .brefvis svg {
        fill: white;
        fill-opacity: 0.2;
        }
        .filevis svg:hover, .filevis.visible svg, .brefvis svg:hover, .brefvis.visible svg {
          fill: white;
          fill-opacity: 1.0;
          }

.fileicn {
  display: block;
  width: 40px;
  height: 50px;
  }

.breficn {
  display: block;
  width: 52px;
  height: 70px;
  }

.filenam, .brefnam {
  color: #ddd;
  width: 100px;
  margin: 0 auto;
  /* overflow: hidden; */
  /* text-overflow: ellipsis; */
  /* white-space: nowrap; */
  font-size: 9px;
  text-align: center;
  line-height: 1.6em;
  word-wrap: break-word;
  }

.tooltiphead {
  width: auto !important;
  min-width: 150px !important;
  }

.tooltipbody {
  width: auto !important;
  min-width: 150px !important;
  }

.applmenu, .enhnmenu {
  float: right;
  position: relative;
  }

.applicon, .enhnicon {
  position: absolute;
  width: 15px;
  height: 17px;
  /* top: -15px; */
  left: -20px;
  }
  .applicon svg, .enhnicon svg {
    fill: white;
    fill-opacity: 0.2;
    }
    .applicon svg:hover, .enhnicon svg:hover {
      fill: white;
      fill-opacity: 1.0;
      }
  .enhnicon { top: 6px; }

.legbell {
  position: relative;
  top: -28px;
  left: 208px;
  height: 20px;
  width: 20px;
  }
  .legbell svg {
    fill: white;
    fill-opacity: 0.2;
    }
    .legbell svg:hover, .legbell.selected svg {
      fill: white;
      fill-opacity: 1.0;
      }