/* 
html5doctor.com Reset Stylesheet
v1.4.1 
2010-03-01
Author: Richard Clark - http://richclarkdesign.com
*/

html,
body,
div,
span,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
abbr,
address,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
samp,
small,
strong,
sub,
sup,
var,
b,
i,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}

body {
  line-height: 1;
}

:focus {
  outline: 0;
}

article,
aside,
canvas,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section,
summary {
  display: block;
}

* {
  box-sizing: border-box;
}

nav ul {
  list-style: none;
}

blockquote,
q {
  quotes: none;
}

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

a {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
  cursor: pointer;
}

ins {
  background-color: #ff9;
  color: #000;
  text-decoration: none;
}

mark {
  background-color: #ff9;
  color: #000;
  font-style: italic;
  font-weight: bold;
}

del {
  text-decoration: line-through;
}

abbr[title],
dfn[title] {
  border-bottom: 1px dotted #000;
  cursor: help;
}

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

hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #c0c6d2;
  margin: 1em 0;
  padding: 0;
}

hr.dashed {
  display: block;
  height: 1px;
  border: 0;
  border-top: 2px dashed #c0c6d2;
  margin: 1em 0;
  padding: 0;
}

input,
button {
  margin: 0;
  padding: 0;
}

input,
select {
  vertical-align: middle;
}

input[type="checkbox"] {
  border: 0;
  margin-top: -3px;
}

input[type="radio"] {
  border: 0;
  margin-top: -3px;
  padding: 0;
}

.radioInputInline + label {
  padding: 0px 20px 0 5px;
}

input[type="submit"]::-moz-focus-inner {
  border: 0;
}

input::-webkit-inner-spin-button {
  margin: 0;
}

input::-webkit-outer-spin-button {
  margin: 0;
}

button::-moz-focus-inner {
  padding: 0;
  border: none;
}

.mod:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}

/* End Reset CSS Styles */

/* !Structure Start */
body {
  padding: 0;
  font-size: 12px;
  font-family: "Lucida Grande", Arial, Helvetica, sans-serif;
  line-height: 16px;
}

#WholePage {
  background: #fff;
  float: left;
  width: 100%;
  min-width: 975px;
}

#Header {
  padding: 0 5px;
  background: #3b4665;
  text-shadow: none;
  height: 90px;
  /*Height of top section*/
  color: #fff;
}

#Page {
  float: left;
  width: 100%;
  min-height: 600px;
}

#PageContent2 {
  display: block;
  margin-left: 200px;
  color: #363e4e;
  /*Set left margin to LeftColumnWidth -- V1 Default Layout*/
}

#PageContent {
  display: block;
  color: #363e4e;
  padding: 5px;
}

#Nav {
  float: left;
  width: 199px;
  min-height: 600px;
  /*Width of left column*/
  height: 100%;
  margin-left: -100%;
  background: #dde4f2;
  border-right: 1px solid #242b40;
  border-bottom: 1px solid #242b40;
}

#Footer {
  clear: left;
  width: 100%;
  background: #3b4665;
  text-align: center;
  text-shadow: none;
  height: 90px;
  color: #fff;
}

.blanket {
  margin: 10px;
  /*Margins for inner DIV inside each column (to provide padding)*/
}

.blanket2 {
  padding: 10px;
}

.blanket_trb {
  padding: 10px 10px 10px 0;
}

.blanket_tbl {
  padding: 10px 0 10px 10px;
}

.pv5 {
  padding: 5px 0;
}

.pv10 {
  padding: 10px 0;
}

.ph5 {
  padding: 0 5px;
}

.ph10 {
  padding: 0 10px;
}

.mv5 {
  margin: 5px 0;
}

.mv10 {
  margin: 10px 0;
}

.mh5 {
  margin: 0 5px;
}

.mh10 {
  margin: 0 10px;
}


/* !Structure End */

/* -------------------------------------------------- 
	:: Misc
---------------------------------------------------*/

.pointer {
  cursor: pointer;
}

/* Add a little space above anchor link targets */
:target:before {
  content: "";
  display: block;
  height: 50px;
  /* fixed header height*/
  margin: -50px 0 0;
  /* negative fixed header height */
}

.w1 {
  width: 1%;
}

.w2 {
  width: 2%;
}

.w3 {
  width: 3%;
}

.w4 {
  width: 4%;
}

.w5 {
  width: 5%;
}

.w6 {
  width: 6%;
}

.w7 {
  width: 7%;
}

.w8 {
  width: 8%;
}

.w9 {
  width: 9%;
}

.w10 {
  width: 10%;
}

.w11 {
  width: 11%;
}

.w12 {
  width: 12%;
}

.w13 {
  width: 13%;
}

.w14 {
  width: 14%;
}

.w15 {
  width: 15%;
}

.w16 {
  width: 16%;
}

.w17 {
  width: 17%;
}

.w18 {
  width: 18%;
}

.w19 {
  width: 19%;
}

.w20 {
  width: 20%;
}

.w21 {
  width: 21%;
}

.w22 {
  width: 22%;
}

.w23 {
  width: 23%;
}

.w24 {
  width: 24%;
}

.w25 {
  width: 25%;
}

.w26 {
  width: 26%;
}

.w27 {
  width: 27%;
}

.w28 {
  width: 28%;
}

.w29 {
  width: 29%;
}

.w30 {
  width: 30%;
}

.w31 {
  width: 31%;
}

.w32 {
  width: 32%;
}

.w33 {
  width: 33%;
}

.w34 {
  width: 34%;
}

.w35 {
  width: 35%;
}

.w36 {
  width: 36%;
}

.w37 {
  width: 37%;
}

.w38 {
  width: 38%;
}

.w39 {
  width: 39%;
}

.w40 {
  width: 40%;
}

.w41 {
  width: 41%;
}

.w42 {
  width: 42%;
}

.w43 {
  width: 43%;
}

.w44 {
  width: 44%;
}

.w45 {
  width: 45%;
}

.w46 {
  width: 46%;
}

.w47 {
  width: 47%;
}

.w48 {
  width: 48%;
}

.w49 {
  width: 49%;
}

.w50 {
  width: 50%;
}

.w51 {
  width: 51%;
}

.w52 {
  width: 52%;
}

.w53 {
  width: 53%;
}

.w54 {
  width: 54%;
}

.w55 {
  width: 55%;
}

.w56 {
  width: 56%;
}

.w57 {
  width: 57%;
}

.w58 {
  width: 58%;
}

.w59 {
  width: 59%;
}

.w60 {
  width: 60%;
}

.w61 {
  width: 61%;
}

.w62 {
  width: 62%;
}

.w63 {
  width: 63%;
}

.w64 {
  width: 64%;
}

.w65 {
  width: 65%;
}

.w66 {
  width: 66%;
}

.w67 {
  width: 67%;
}

.w68 {
  width: 68%;
}

.w69 {
  width: 69%;
}

.w70 {
  width: 70%;
}

.w71 {
  width: 71%;
}

.w72 {
  width: 72%;
}

.w73 {
  width: 73%;
}

.w74 {
  width: 74%;
}

.w75 {
  width: 75%;
}

.w76 {
  width: 76%;
}

.w77 {
  width: 77%;
}

.w78 {
  width: 78%;
}

.w79 {
  width: 79%;
}

.w80 {
  width: 80%;
}

.w81 {
  width: 81%;
}

.w82 {
  width: 82%;
}

.w83 {
  width: 83%;
}

.w84 {
  width: 84%;
}

.w85 {
  width: 85%;
}

.w86 {
  width: 86%;
}

.w87 {
  width: 87%;
}

.w88 {
  width: 88%;
}

.w89 {
  width: 89%;
}

.w90 {
  width: 90%;
}

.w91 {
  width: 91%;
}

.w92 {
  width: 92%;
}

.w93 {
  width: 93%;
}

.w94 {
  width: 94%;
}

.w95 {
  width: 95%;
}

.w96 {
  width: 96%;
}

.w97 {
  width: 97%;
}

.w98 {
  width: 98%;
}

.w99 {
  width: 99%;
}

.w100 {
  width: 100%;
}

.mw320px {
  max-width: 320px;
}

.h100 {
  height: 100%;
}

.h75 {
  height: 75%;
}

.wl50sidebar {
  width: 109px;
  float: left;
  padding: 2px 0;
}

.wr50sidebar {
  width: 109px;
  float: right;
  padding: 2px 0;
}

.blanketm15 {
  margin: 15px;
}

.blanketp5 {
  padding: 5px;
}

.blanketp10 {
  padding: 10px;
}

.blanketp15 {
  padding: 15px;
}

.blanketp20 {
  padding: 20px;
}

.blanketp30 {
  padding: 30px;
}

.cp5 {
  padding: 5px 0 5px 5px;
}

.cp10 {
  padding: 10px 0 10px 10px;
}

.cp12 {
  padding: 10px 0 10px 12px;
}

.cp15 {
  padding: 15px 0 15px 15px;
}

.cp20 {
  padding: 20px 0 20px 20px;
}

.cp30 {
  padding: 30px 0 30px 30px;
}

.dp5 {
  padding: 5px 5px 5px 0;
}

.dp10 {
  padding: 10px 10px 10px 0;
}

.dp12 {
  padding: 10px 10px 10px 0;
}

.dp15 {
  padding: 15px 15px 15px 0;
}

.dp20 {
  padding: 20px 20px 20px 0;
}

.dp30 {
  padding: 30px 30px 30px 0;
}

.lr10 {
  padding: 0 10px;
}

.lr20 {
  padding: 0 20px;
}

.lp5 {
  padding: 0 0 0 5px;
}

.lp10 {
  padding: 0 0 0 10px;
}

.lp20 {
  padding: 0 0 0 20px;
}

.rp10 {
  padding: 0 10px 0 0;
}

.rp20 {
  padding: 0 20px 0 0;
}

.tb10 {
  padding: 10px 0;
}

.op12 {
  padding: 0 10px 0 12px;
}

.np5 {
  padding: 5px 5px 0 5px;
}

.np10 {
  padding: 10px 10px 0 10px;
}

.np15 {
  padding: 15px 15px 0 15px;
}

.np30 {
  padding: 30px 30px 0 30px;
}

.up5 {
  padding: 0 5px 5px 5px;
}

.up10 {
  padding: 0 10px 10px 10px;
}

.up15 {
  padding: 0 15px 15px 15px;
}

.up30 {
  padding: 0 30px 30px 30px;
}

.p0{
    padding: 0;
}

.pl0 {
  padding-left: 0 !important;
}

.pr0 {
  padding-right: 0 !important;
}

.ph5 {
  padding: 0 5px;
}

.oxhidden {
  overflow-x: hidden;
}

.left {
  float: left;
}

.right {
  float: right;
}

.none {
  float: none;
  margin: 0 auto;
}

.taCenter {
  text-align: center;
}

.taLeft {
  text-align: left;
}

.taRight {
  text-align: right;
}

.hidden {
  display: none;
}

.rounded5 {
  border-radius: 5px;
}

.roundedt5 {
  border-radius: 5px 5px 0 0;
}

.roundedb5 {
  border-radius: 0 0 5px 5px;
}

.roundedr5 {
  border-radius: 0 5px 5px 0;
}

.roundedl5 {
  border-radius: 5px 0 0 5px;
}

.roundedr15 {
  border-radius: 0 15px 15px 0;
}

.roundedl15 {
  border-radius: 15px 0 0 15px;
}

.boxed {
  border: 1px solid #e8e8e8;
  background: #f5f5f5;
}

.card-box {
  position: relative;
  padding: 20px;
  zoom: 1;
  box-shadow: 0 0 5px rgba(161, 178, 207, 0.75);
  border-radius: 3px;
  border: 1px solid #8f9fbf;
  background: #ffffff url(images/ui-bg_flat_75_ffffff_40x100.png) 50% 50%
    repeat-x;
  color: #222222;
}

.shadow {
  box-shadow: 0 0 1px #8f9fbf;
}

.statsHighlight {
  font-size: 18px;
  font-weight: bold;
  text-shadow: 0 1px 1px rgba(0, 0, 0, 0.5);
  margin-bottom: 10px;
}

.salesHighlightBoxContainer {
  border: 1px solid #9cbd56;
  border-radius: 5px;
  background-image: -moz-linear-gradient(top, #ebfacf, #b8c995);
  background-image: -webkit-gradient(
    linear,
    left top,
    left bottom,
    color-stop(0, #ebfacf),
    color-stop(1, #b8c995)
  );
  /* Saf4+, Chrome */
}

.salesHighlightBox {
  padding: 10px;
  border: 1px solid #e7eecb;
  border-right-color: #9cbd56;
  border-bottom-color: #9cbd56;
  box-shadow: 0 2px 0 rgba(62, 80, 46, 0.71);
}

.salesHighlightBoxLast {
  padding: 10px;
  border: 1px solid #e7eecb;
  border-right-color: transparent;
  border-bottom-color: #9cbd56;
  box-shadow: 0 2px 0 rgba(62, 80, 46, 0.71);
}

.leadsHighlightBoxContainer {
  border: 1px solid #b5b5ec;
  border-radius: 5px;
  background-image: -moz-linear-gradient(top, #dfdef7, #b4b7d6);
  background-image: -webkit-gradient(
    linear,
    left top,
    left bottom,
    color-stop(0, #dfdef7),
    color-stop(1, #b4b7d6)
  );
  /* Saf4+, Chrome */
}

.leadsHighlightBox {
  padding: 10px;
  border: 1px solid #eae5f5;
  border-right-color: #b5b5ec;
  border-bottom-color: #b5b5ec;
  box-shadow: 0 2px 0 rgba(57, 46, 80, 0.71);
}

.leadsHighlightBoxLast {
  padding: 10px;
  border: 1px solid #eae5f5;
  border-right-color: transparent;
  border-bottom-color: #b5b5ec;
  box-shadow: 0 2px 0 rgba(57, 46, 80, 0.71);
}

.reportsContainer {
  display: flex;
  flex-wrap: wrap;
}
.reportItem{
  width: 24%;
  background: #f5f5f5;
  margin: 0.5%;
  border: 1px solid #e5e5e5;
}

/* !End Misc */

#Logo {
  float: left;
  margin-top: 3px;
}

#HeaderLeft {
  float: left;
  width: 20%;
}

#HeaderCenter {
  width: 9%;
  float: left;
  text-align: center;
}

#HeaderRight {
  float: right;
  width: 71%;
}

#GoToTripContainer,
#GoToLeadContainer,
#FindByEmailContainer,
#FindByPhoneContainer {
  float: right;
  background: #526088;
  padding: 0 5px;
  margin-left: 5px;
  border-radius: 5px;
  border: 1px solid #3b4666;
}
#FindByEmailContainer {
  margin-left: 0;
}

#GoToTrip,
#GoToLead,
#FindByEmail,
#FindByPhone {
  float: left;
  width: 150px;
}

/* !Headers & Text Start */
p {
  line-height: 20px;
}

h1,
h2,
h3,
h4,
h5 {
  line-height: 120%;
  vertical-align: middle;
}

h1 {
  font-size: 24px;
  font-weight: bold;
  color: #000;
  padding: 10px 0;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.25);
}

h2 {
  font-size: 18px;
  font-weight: bold;
  color: #000;
  margin-bottom: 10px;
}

h3 {
  font-size: 14px;
  font-weight: bold;
  color: #333;
  margin-bottom: 10px;
  line-height: 18px;
  display: block;
  text-transform: uppercase;
}

h4 {
  font-size: 12px;
  font-weight: bold;
  color: #333;
  margin-bottom: 0;
  line-height: 18px;
  display: block;
  text-transform: uppercase;
}

h5 {
  font-size: 12px;
  font-weight: bold;
  color: #657392;
  margin: 0;
  line-height: 12px;
  display: block;
  text-transform: uppercase;
  text-indent: 0;
  background: none;
  padding: 0 0 5px;
  border-bottom: 0 solid #8f9fbf;
}

.menuItems h5 {
  margin: 2px;
  color: #000;
}

.menuSection h4 {
  font-size: 11px;
  font-weight: bold;
  background: #a2b1cf;
  border-radius: 1px;
  background-image: -moz-linear-gradient(top, #a2b1cf, #798bb2);
  /* FF3.6 */
  background-image: -webkit-gradient(
    linear,
    left top,
    left bottom,
    color-stop(0, #a2b1cf),
    color-stop(1, #798bb2)
  );
  /* Saf4+, Chrome */
}

h1 span.small {
  font-size: 12px;
}

h2 span.small {
  font-size: 12px;
}

h2 span.gray {
  color: #606d85;
}

h2 span.interactionText {
  color: #0cc515;
}

h2 span.interactionEmail {
  color: #705ab3;
}

h2 span.interactionMeeting {
  color: #00a5b1;
}

h2 span.interactionCall {
  color: #c5310c;
}

h3.highlight {
  background: #cfdbf1;
  margin-bottom: 10px;
  font-size: 12px;
  border: none;
  border-bottom: #a2b1cf 1px solid;
  text-indent: 5px;
  line-height: 24px;
}

.gray {
  color: #606d85;
}

.medium-gray {
  color: #8f9fbf;
}

.orange {
  color: #ff9900;
}

.maroon {
  color: #b80404;
}

.green {
  color: #0f6d1a;
}

.blue2 {
  color: #0088ce;
}

.brown2 {
  color: #d2691e;
}

.alertbg {
  background-color: #ffdede;
}

.successbg {
  background-color: #dff79d;
}

.gray-bg {
  background-color: #f5f5f5;
}

.subTotalLine {
  border-top: 1px solid #0088ce;
}

.grandTotalLine {
  border-top: 1px solid #0088ce;
  border-bottom: 1px solid #0088ce;
  margin-top: 10px;
}

.utc-offset, .pill {
  color: #002e84;
  background-color: #e4eefd;
  padding: 2px 6px;
  border-radius: 20px;
  font-size: 9px;
  border: 1px solid #4c83d4;
  display: inline-block;
  margin-top: 5px;
  line-height: 1;
  text-shadow: none;
}
.pill.black{
  background-color: black;
  border: 1px solid black;
  color: white;
  font-weight: bold;
}
.pill.platinum{
  background-color: #d4d9e8;
  border: 1px solid #9fa2ac;
  color: black;  
  font-weight: bold;
}
.pill.emerald{
  background-color: #035252;
  border: 1px solid #035252;
  color: white;  
  font-weight: bold;
}
.pill.gold{
  background-color: #b38546;
  border: 1px solid #b38546;
  color: white;  
  font-weight: bold;
}
.pill.corporate-flight{
  background-color: #7b0327;
  border: 1px solid #7b0327;
  color: white;  
  font-weight: bold;
}

.mp10 {
  margin: 0 -10px;
  padding: 10px;
}

/* Headers & Text End */

/* !Menu Start */
.menuSection {
  border: 1px solid #8f9fbf;
  width: 100%;
  background: #f9f9f9;
  /*#F4F5FC;*/
  box-shadow: 0 0 8px #8f9fbf;
  border-radius: 3px;
}

.menuItems {
  padding: 5px;
  border-top: 1px solid #fff;
}

/* !Menu End */

/* !Menu Start */
#TopNavContainer {
  width: 100%;
  float: left;
  text-shadow: none;
  border-bottom: 1px solid #242b40;
  box-shadow: 0 2px 2px #8f9fbf;
  background: #a2b1cf;
}

#TopNav {
  padding: 0;
  margin: 0;
  list-style: none;
  height: 30px;
  float: left;
  z-index: 50;
  background: #606d85;
  color: #fff;
  border-bottom: 1px solid #242b40;
}

#TopNav li {
  display: block;
  float: left;
  height: 30px;
  line-height: 30px;
  text-decoration: none;
  font-size: 11px;
  cursor: pointer;
}

#TopNav li a.menuHeading {
  height: 30px;
  line-height: 30px;
  display: block;
  text-transform: uppercase;
  color: #fff;
  font-weight: normal;
  text-shadow: none;
  padding: 0 7px;
  border-left: 1px solid #b5c1da;
  border-top: 1px solid #b5c1da;
  border-right: 1px solid #566695;
  background: #8898ba;
}

#TopNav li a.current {
  background: #bccce8;
  border-left: 1px solid #dee5f5;
  border-top: 1px solid #dee5f5;
  color: #000;
}

#TopNav li div.sub {
  position: absolute;
  left: -9999px;
  top: -9999px;
  width: 0;
  font-size: 12px;
  height: 0;
  margin: 0;
  padding: 0;
}

#TopNav li a.menuHeading:hover {
  background: #3b4666;
  border-left: 1px solid #242b40;
  border-top: 1px solid #606d85;
  border-right: 1px solid #3b4666;
  color: #ffffff;
}

#TopNav li:hover {
  position: relative;
  z-index: 20;
  background: #3b4666;
}

#TopNav li:hover a.menuHeading {
  background: #3b4666;
  border-left: 1px solid #242b40;
  border-top: 1px solid #606d85;
  border-right: 1px solid #3b4666;
  color: #ffffff;
}

#TopNav li:hover a.current {
  background: #3b4666;
  color: #fff;
  border-left: 1px solid #242b40;
  border-top: 1px solid #606d85;
  border-right: 1px solid #3b4666;
}

#TopNav li:hover div.sub {
  left: 0;
  top: 30px;
  background: #f9f9f9;
  white-space: nowrap;
  height: auto;
  z-index: 30;
  border: none;
  padding: 5px;
  box-shadow: 0 2px 3px #a2b1cf;
}

#TopNav li:hover div.col1 {
  width: 180px;
  border: 5px solid #3b4666;
}

#TopNav li:hover div.col2 {
  width: 360px;
  border: 5px solid #3b4666;
}

#TopNav li:hover div.col3 {
  width: 540px;
  border: 5px solid #3b4666;
}

#TopNav li:hover div.sub dl {
  color: #000;
  width: 170px;
  float: left;
  padding: 5px;
}

#TopNav li:hover div.sub dl dt {
  color: #000;
  clear: both;
  line-height: 20px;
  font-weight: bold;
  text-transform: uppercase;
  font-size: 12px;
}

#TopNav li:hover div.sub dl dd {
  color: #000;
  clear: both;
}

#TopNav li:hover div.sub dl dd a,
#TopNav li:hover div.sub dl dd a:visited {
  display: block;
  margin: 0;
  padding: 0 0 2px 0;
  color: #495fbf;
  text-shadow: none;
  line-height: 18px;
}

#TopNav li:hover div.sub dl dd a:hover,
#TopNav li:hover div.sub dl dd a:focus {
  display: block;
  margin: 0;
  padding: 0 0 2px 0;
  color: #dc3333;
  /*#DE740B;*/
  text-shadow: none;
}

#TopNav li:hover div.sub dl dd a:active {
  text-shadow: 0 1px 1px rgba(255, 255, 255, 0.7);
}

#TopNav li:hover div.sub dl dd a.current_action,
#TopNav li:hover div.sub dl dd a.current_action:visited,
#TopNav li:hover div.sub dl dd a.current_action:hover,
#TopNav li:hover div.sub dl dd a.current_action:focus {
  color: #516384;
  font-weight: bold;
  text-shadow: 0 1px 1px rgba(78, 90, 111, 0.1);
  display: block;
  border: #a7bbd8 1px solid;
  background: #e2e8f4;
  padding: 2px;
  margin-bottom: 2px;
}

#AddNav {
  padding: 0;
  margin: 0;
  list-style: none;
  z-index: 51;
  color: #fff;
}

#AddNav li {
  display: block;
  text-decoration: none;
  font-size: 12px;
  cursor: pointer;
}

#AddNav li a.menuHeading {
  height: 63px;
  line-height: 63px;
  display: block;
  text-transform: uppercase;
  color: #fff;
  font-weight: normal;
  text-shadow: none;
  padding: 0 7px;
}

#AddNav li a.current {
  background: #bccce8;
  border-left: 1px solid #dee5f5;
  border-top: 1px solid #dee5f5;
  color: #000;
}

#AddNav li div.sub {
  position: absolute;
  left: -9999px;
  top: -9999px;
  width: 0;
  height: 0;
  margin: 0;
  padding: 0;
}

#AddNav li a.menuHeading:hover {
  background: transparent;
  color: #ffffff;
}

#AddNav li:hover {
  position: relative;
  z-index: 20;
}

#AddNav li:hover a.menuHeading {
  background: transparent;
  color: #ffffff;
}

#AddNav li:hover a.current {
  color: #fff;
}

#AddNav li:hover div.sub {
  left: -43px;
  top: 70px;
  background: #f9f9f9;
  white-space: nowrap;
  height: auto;
  z-index: 30;
  border: none;
  padding: 5px;
  box-shadow: 0 2px 3px #a2b1cf;
}

#AddNav li:hover div.col1 {
  width: auto;
  border: 5px solid #3b4666;
}

#AddNav li:hover div.col2 {
  width: 360px;
  border: 5px solid #3b4666;
}

#AddNav li:hover div.col3 {
  width: 540px;
  border: 5px solid #3b4666;
}

#AddNav li:hover div.sub dl {
  color: #000;
  width: 170px;
  text-align: left;
  padding: 5px;
}

#AddNav li:hover div.sub dl dt {
  color: #000;
  clear: both;
  line-height: 20px;
  font-weight: bold;
  text-transform: uppercase;
  font-size: 12px;
}

#AddNav li:hover div.sub dl dd {
  color: #000;
  clear: both;
}

#AddNav li:hover div.sub dl dd a,
#AddNav li:hover div.sub dl dd a:visited {
  display: block;
  margin: 0;
  padding: 0 0 2px 0;
  color: #495fbf;
  text-shadow: none;
  line-height: 18px;
}

#AddNav li:hover div.sub dl dd a:hover,
#AddNav li:hover div.sub dl dd a:focus {
  display: block;
  margin: 0;
  padding: 0 0 2px 0;
  color: #dc3333;
  text-shadow: none;
}

#AddNav li:hover div.sub dl dd a:active {
  text-shadow: 0 1px 1px rgba(255, 255, 255, 0.7);
}

#AddNav li:hover div.sub dl dd a.current_action,
#AddNav li:hover div.sub dl dd a.current_action:visited,
#AddNav li:hover div.sub dl dd a.current_action:hover,
#AddNav li:hover div.sub dl dd a.current_action:focus {
  color: #516384;
  font-weight: bold;
  text-shadow: 0 1px 1px rgba(78, 90, 111, 0.1);
  display: block;
  border: #a7bbd8 1px solid;
  background: #e2e8f4;
  padding: 2px;
  margin-bottom: 2px;
}

/* !Menu End */

/* !List Items */
ul {
  padding-left: 15px;
}

/* !List Items End */

/* !Links Start */
a,
a:visited {
  color: #3084fc;
  text-decoration: none;
  outline: none;
  text-shadow: 0 1px 1px rgba(255, 255, 255, 0.7);
}

a:hover,
a:focus {
  color: #dc3333;
  outline: none;
  text-shadow: 0 1px 1px rgba(78, 90, 111, 0.3);
}

a:active {
  text-shadow: 0 1px 1px rgba(255, 255, 255, 0.7);
}

#Header a,
#Header a:visited {
  color: #8f9fbf;
  text-shadow: none;
}

#Header a:hover,
#Header a:focus {
  color: #dc3333;
  text-shadow: none;
}

#Header a:active {
  color: #c4cbde;
  text-shadow: none;
}

.menuSection a,
.menuSection a:visited {
  color: #ffffff;
  text-shadow: none;
  display: block;
  padding: 0 5px;
}

.menuSection a:hover,
.menuSection a:focus {
  color: #dde4f3;
  text-shadow: none;
}

.menuItems a,
.menuItems a:visited {
  display: block;
  margin: 0;
  padding: 0 0 2px 2px;
  color: #495fbf;
  text-shadow: none;
  line-height: 18px;
}

.menuItems a:hover,
.menuItems a:focus {
  display: block;
  margin: 0;
  padding: 0 0 2px 2px;
  color: #dc3333;
  /*#DE740B;*/
  text-shadow: none;
}

.menuItems a:active {
  text-shadow: 0 1px 1px rgba(255, 255, 255, 0.7);
}

.menuItems a.current_action,
.menuItems a.current_action:visited,
.menuItems a.current_action:hover,
.menuItems a.current_action:focus {
  color: #516384;
  font-weight: bold;
  text-shadow: 0 1px 1px rgba(78, 90, 111, 0.1);
  display: block;
  border: #a7bbd8 1px solid;
  background: #e2e8f4;
  padding: 2px;
  margin-bottom: 2px;
}

a.button {
  border: 0 solid #ffffff;
  background-color: #ff9849;
  padding: 8px 9px 6px;
  margin: 0 5px 0 0;
  float: right;
  text-shadow: 0 1px 1px rgba(255, 255, 255, 0.3);
  cursor: pointer;
  color: #2b2b2b;
  font-weight: bold;
  font-size: 11px;
  border-radius: 3px;
  box-sizing: border-box;
  box-shadow: 0 1px 1px rgba(168, 74, 0, 1);
  background-clip: padding-box;
  background-image: -moz-linear-gradient(
    top,
    rgba(255, 255, 255, 0.3) 0%,
    rgba(255, 255, 255, 0) 100%
  );
  /* FF3.6+ */
  background-image: -webkit-gradient(
    linear,
    left top,
    left bottom,
    color-stop(0%, rgba(255, 255, 255, 0.3)),
    color-stop(100%, rgba(255, 255, 255, 0))
  );
  /* Chrome,Safari4+ */
  background-image: -webkit-linear-gradient(
    top,
    rgba(255, 255, 255, 0.3) 0%,
    rgba(255, 255, 255, 0) 100%
  );
  /* Chrome10+,Safari5.1+ */
  background-image: -o-linear-gradient(
    top,
    rgba(255, 255, 255, 0.3) 0%,
    rgba(255, 255, 255, 0) 100%
  );
  /* Opera 11.10+ */
  background-image: -ms-linear-gradient(
    top,
    rgba(255, 255, 255, 0.3) 0%,
    rgba(255, 255, 255, 0) 100%
  );
  /* IE10+ */
  background-image: linear-gradient(
    to bottom,
    rgba(255, 255, 255, 0.3) 0%,
    rgba(255, 255, 255, 0) 100%
  );
  /* W3C */

  -webkit-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  transition: all 0.2s ease;
}

a.button:hover,
a.button:focus {
  background-color: #e04000;
  text-shadow: 0 1px 1px rgba(0, 0, 0, 0.5);
  color: #fff;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.7);
}

a.button:active {
  border: 0 solid #9c4706;
  background-color: #a24600;
  text-shadow: 0 1px 1px rgba(0, 0, 0, 0.5);
  color: #f5e7d9;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.5) inset;
  background-image: none;
  background-clip: padding-box;
}

.icon {
  float: left;
  width: 18px;
  height: 18px;
  margin-right: 2px;
  background-image: url(/img/icons/icons.png);
}

.iconCenter {
  width: 18px;
  height: 18px;
  margin: 0 auto;
}

.iconHeader {
  float: left;
  width: 70px;
  height: 40px;
}

.iconText {
  float: left;
  font-size: 10px;
  width: 70px;
  margin-top: -3px;
  text-shadow: 0 2px 0 rgba(0, 0, 0, 0.7);
  text-align: left;
}

a [class^="icon-"],
a [class*=" icon-"] {
  color: #2c99f9;
}

a:hover [class^="icon-"],
a:hover [class*=" icon-"],
a:focus [class^="icon-"],
a:focus [class*=" icon-"] {
  color: #dc3333;
}

.icon-header {
  text-shadow: 0 2px 0 rgba(0, 0, 0, 0.7);
}

.icon-header:before {
  font-size: 30px;
  display: block;
  margin-top: 23px;
}

#HeaderMenu a .icon-header,
#HeaderMenu a .iconText {
  color: #8f9fbf;
}

#HeaderMenu a:hover .icon-header,
#HeaderMenu a:hover .iconText,
#HeaderMenu a:focus .icon-header,
#HeaderMenu a:focus .iconText {
  color: #ffffff;
}

#HeaderMenu a.current_action .icon-header,
#HeaderMenu a.current_action .iconText {
  color: #ffffff;
}

a .icon-file-pdf {
  color: #ff0000;
}

a button [class^="icon-"],
a button [class*=" icon-"],
a:hover button [class^="icon-"],
a:hover button [class*=" icon-"],
a:focus button [class^="icon-"],
a:focus button [class*=" icon-"],
a:visited button [class^="icon-"],
a:visited button [class*=" icon-"],
a:active button [class^="icon-"],
a:active button [class*=" icon-"],
button [class*=" icon-"],
button [class^="icon-"] {
  color: inherit;
  position: relative;
  top: 1px;
}

a.active-option,
a.active-option:link,
a.active-option:visited {
  color: #2ac112;
}

a.active-option:hover,
a.active-option:focus {
  color: #2ac112;
}

.iconInfoBlock [class^="icon-"],
.iconInfoBlock [class*=" icon-"] {
  width: 19px;
  float: left;
  text-align: center;
  margin-right: 3px;
}

.allLeads {
  width: 18px;
  height: 18px;
  background-repeat: no-repeat;
  background-position: -18px -54px;
}

.addLead {
  width: 18px;
  height: 18px;
  background-repeat: no-repeat;
  background-position: -18px -126px;
}

.allUsers {
  width: 18px;
  height: 18px;
  background-repeat: no-repeat;
  background-position: -18px -90px;
}

.addUser {
  width: 18px;
  height: 18px;
  background-repeat: no-repeat;
  background-position: -18px 0;
}

.allTrips {
  width: 18px;
  height: 18px;
  background-repeat: no-repeat;
  background-position: -18px -144px;
}

.assignTrips {
  width: 18px;
  height: 18px;
  background-repeat: no-repeat;
  background-position: -18px -162px;
}

.claimTrips {
  width: 18px;
  height: 18px;
  background-repeat: no-repeat;
  background-position: -18px -162px;
}

.addTrip {
  width: 18px;
  height: 18px;
  background-repeat: no-repeat;
  background-position: -18px -180px;
}

.editProfile {
  width: 18px;
  height: 18px;
  background-repeat: no-repeat;
  background-position: -18px -72px;
}

.activatedTrips {
  width: 18px;
  height: 18px;
  background-repeat: no-repeat;
  background-position: -18px -612px;
}

.operator {
  width: 18px;
  height: 18px;
  background-repeat: no-repeat;
  background-position: -18px -720px;
}

.aircraftRight {
  width: 18px;
  height: 18px;
  background-repeat: no-repeat;
  background-position: -18px -270px;
}

.addOperator {
  width: 18px;
  height: 18px;
  background-repeat: no-repeat;
  background-position: -18px -738px;
}

.documents {
  width: 18px;
  height: 18px;
  background-repeat: no-repeat;
  background-position: -18px -756px;
}

.claimLeads {
  width: 18px;
  height: 18px;
  background-repeat: no-repeat;
  background-position: -18px -774px;
}

.fulfillmentTrips {
  width: 18px;
  height: 18px;
  background-repeat: no-repeat;
  background-position: -18px -792px;
}

.salesTrips {
  width: 18px;
  height: 18px;
  background-repeat: no-repeat;
  background-position: -18px -810px;
}

.openTrips {
  width: 18px;
  height: 18px;
  background-repeat: no-repeat;
  background-position: -18px -1007px;
}

.cancelledTrips {
  width: 18px;
  height: 18px;
  background-repeat: no-repeat;
  background-position: -18px -1025px;
}

.myLeads {
  width: 18px;
  height: 18px;
  background-repeat: no-repeat;
  background-position: -18px -828px;
}

.tasks {
  width: 18px;
  height: 18px;
  background-repeat: no-repeat;
  background-position: -18px -846px;
}

.newRequests {
  width: 18px;
  height: 18px;
  background-repeat: no-repeat;
  background-position: -18px -864px;
}

.allCities {
  width: 18px;
  height: 18px;
  background-repeat: no-repeat;
  background-position: -18px -882px;
}

.info {
  width: 18px;
  height: 18px;
  background-repeat: no-repeat;
  background-position: -18px -900px;
}

.trash {
  width: 18px;
  height: 18px;
  background-repeat: no-repeat;
  background-position: -18px -918px;
}

.myInactiveLeads {
  width: 18px;
  height: 18px;
  background-repeat: no-repeat;
  background-position: -18px -971px;
}

.myFlaggedLeads {
  width: 18px;
  height: 18px;
  background-repeat: no-repeat;
  background-position: -18px -378px;
}

.emptyLegs {
  width: 18px;
  height: 18px;
  background-repeat: no-repeat;
  background-position: -18px -1043px;
}

.updateEmptyLegs {
  width: 18px;
  height: 18px;
  background-repeat: no-repeat;
  background-position: -18px -1061px;
}

.envelopes {
  width: 18px;
  height: 18px;
  background-repeat: no-repeat;
  background-position: -18px -522px;
}

.markTodo {
  width: 18px;
  height: 18px;
  background-repeat: no-repeat;
  background-position: -18px -1151px;
}

.markDone {
  width: 18px;
  height: 18px;
  background-repeat: no-repeat;
  background-position: -18px -1169px;
}

.link {
  width: 18px;
  height: 18px;
  background-repeat: no-repeat;
  background-position: -18px -1187px;
}

.world {
  width: 18px;
  height: 18px;
  background-repeat: no-repeat;
  background-position: -18px -1205px;
}

.barchart {
  width: 18px;
  height: 18px;
  background-repeat: no-repeat;
  background-position: -18px -1223px;
}

.itinerary {
  width: 18px;
  height: 18px;
  background-repeat: no-repeat;
  background-position: -18px -1241px;
}

.editItinerary {
  width: 18px;
  height: 18px;
  background-repeat: no-repeat;
  background-position: -18px -1259px;
}

.transferredToMe {
  width: 18px;
  height: 18px;
  background-repeat: no-repeat;
  background-position: -18px -1097px;
}

.soldByPrevRep {
  width: 18px;
  height: 18px;
  background-repeat: no-repeat;
  background-position: -18px -1331px;
}

.menuItems a:hover div.icon,
.menuSection a:focus div.icon {
  background-position-x: -36px;
}

.menuItems a:active div.icon {
  background-position-x: -36px;
}

.menuItems a.current_action div.icon {
  background-position-x: 0;
}

.ih_lead {
  background-repeat: no-repeat;
  background-position: 0 0;
}

.ih_trip {
  background-repeat: no-repeat;
  background-position: 0 -40px;
}

.ih_operator {
  background-repeat: no-repeat;
  background-position: 0 -80px;
}

.ih_user {
  background-repeat: no-repeat;
  background-position: 0 -120px;
}

.ih_reminder {
  background-repeat: no-repeat;
  background-position: 0 -160px;
}

.ih_oncall {
  background-repeat: no-repeat;
  background-position: 0 -200px;
}

.ih_offcall {
  background-repeat: no-repeat;
  background-position: -140px -200px;
}

.pageIcon {
  width: 18px;
  height: 18px;
  margin: 0 auto;
}

.view {
  width: 18px;
  height: 18px;
  background-repeat: no-repeat;
  background-position: -18px -18px;
}

.edit {
  width: 18px;
  height: 18px;
  background-repeat: no-repeat;
  background-position: -18px -72px;
}

.info {
  width: 18px;
  height: 18px;
  background-repeat: no-repeat;
  background-position: -18px -900px;
}

.infoGray {
  width: 18px;
  height: 18px;
  background-repeat: no-repeat;
  background-position: 0 -900px;
}

.noentry {
  width: 18px;
  height: 18px;
  background-repeat: no-repeat;
  background-position: -18px -954px;
}

.turnon {
  width: 18px;
  height: 18px;
  background-repeat: no-repeat;
  background-position: -18px -989px;
}

.glasses {
  width: 18px;
  height: 18px;
  background-repeat: no-repeat;
  background-position: -18px -1079px;
}

.delete {
  width: 18px;
  height: 18px;
  background-repeat: no-repeat;
  background-position: -18px -918px;
}

.pageIconEmail {
  width: 18px;
  height: 18px;
  background-repeat: no-repeat;
  background-position: -18px -522px;
}

.extLink {
  width: 18px;
  height: 18px;
  background-repeat: no-repeat;
  background-position: -18px -1205px;
}

.call {
  width: 18px;
  height: 18px;
  background-repeat: no-repeat;
  background-position: -18px -504px;
}

.activatedRed {
  width: 18px;
  height: 18px;
  background-repeat: no-repeat;
  background-position: -36px -612px;
}

.upload {
  width: 18px;
  height: 18px;
  background-repeat: no-repeat;
  background-position: -18px -1277px;
}

.pageIconFlag {
  width: 18px;
  height: 18px;
  background-repeat: no-repeat;
  background-position: -18px -378px;
}

.pageIconUnflag {
  width: 18px;
  height: 18px;
  background-repeat: no-repeat;
  background-position: -18px -1313px;
}

.flagRed {
  width: 18px;
  height: 18px;
  background-repeat: no-repeat;
  background-position: -36px -378px;
}

.inlineLinkIcon {
  display: inline-block;
}

.inlineLinkIconRight {
  display: inline-block;
}

.iconLink {
  float: left;
}

.buttonIcon {
  width: 12px;
  height: 12px;
  background-image: url("/img/icons/buttonIcons12x12.png?v=2");
  margin: 0 5px 0 -5px;
}

.buttonIconEdit {
  width: 12px;
  height: 12px;
  background-repeat: no-repeat;
  background-position: 0 0;
}

.buttonIconDeactivate {
  width: 12px;
  height: 12px;
  background-repeat: no-repeat;
  background-position: 0 -12px;
}

.buttonIconDelete {
  width: 12px;
  height: 12px;
  background-repeat: no-repeat;
  background-position: -12px -24px;
}

.buttonIconReminder {
  width: 12px;
  height: 12px;
  background-repeat: no-repeat;
  background-position: 0 -36px;
}

.buttonIconReactivate {
  width: 12px;
  height: 12px;
  background-repeat: no-repeat;
  background-position: 0 -48px;
}

.buttonIconTransfer {
  width: 12px;
  height: 12px;
  background-repeat: no-repeat;
  background-position: 0 -60px;
}

.buttonIconContacted {
  width: 12px;
  height: 12px;
  background-repeat: no-repeat;
  background-position: 0 -72px;
}

.buttonIconLostContact {
  width: 12px;
  height: 12px;
  background-repeat: no-repeat;
  background-position: 0 -84px;
}

.buttonIconAddTrip {
  width: 12px;
  height: 12px;
  background-repeat: no-repeat;
  background-position: 0 -96px;
}

.buttonIconStar {
  width: 12px;
  height: 12px;
  background-repeat: no-repeat;
  background-position: 0 -108px;
}

.buttonIconFlag {
  width: 12px;
  height: 12px;
  background-repeat: no-repeat;
  background-position: 0 -132px;
}

.buttonIconUnflag {
  width: 12px;
  height: 12px;
  background-repeat: no-repeat;
  background-position: 0 -120px;
}

a:hover div.buttonIcon,
a:focus div.buttonIcon {
  background-position-x: -12px;
  cursor: pointer;
}

a:active div.buttonIcon {
  background-position-x: -24px;
}

.indicatorDot {
  min-height: 8px;
  min-width: 8px;
  height: 8px;
  width: 8px;
  display: inline-block;
  vertical-align: middle;
  margin: 0 2px 2px 0;
  border-radius: 1000px;
}

.indicatorDot.gray {
  background: #c7c7c7;
  border: 1px solid #adadad;
  box-shadow: inset 0 1px 1px #ffffff;
}

.indicatorDot.black {
  background: #0a0a0a;
  border: 1px solid #000000;
  box-shadow: inset 0 1px 1px rgb(19, 18, 18);
}

.indicatorDot.blue {
  background: #3084fc;
  border: 1px solid #004aaa;
  box-shadow: inset 0 1px 1px #ffffff;
}

.indicatorDot.orange {
  background: #ff9044;
  border: 1px solid #ca7140;
  box-shadow: inset 0 1px 1px #ffffff;
}

.indicatorDot.purple {
  background: #b288ff;
  border: 1px solid #7d41c9;
  box-shadow: inset 0 1px 1px #ffffff;
}

.indicatorDot.green {
  background: #4bee18;
  border: 1px solid #008500;
  box-shadow: inset 0 1px 1px #ffffff;
}

.indicatorDot.red {
  background: #ff5656;
  border: 1px solid #d50508;
  box-shadow: inset 0 1px 1px #ffffff;
}

.indicatorDot.indicator-large {
  height: 16px;
  width: 16px;
  margin-top: -3px;
}

.indicatorSquare {
  min-height: 8px;
  min-width: 8px;
  height: 8px;
  width: 8px;
  display: inline-block;
  vertical-align: middle;
  margin: 0 2px 2px 0;
}

.indicatorSquare.gray {
  background: #c7c7c7;
  border: 1px solid #adadad;
  box-shadow: inset 0 1px 1px #ffffff;
}

.indicatorSquare.blue {
  background: #3084fc;
  border: 1px solid #004aaa;
  box-shadow: inset 0 1px 1px #ffffff;
}

.indicatorSquare.purple {
  background: #b288ff;
  border: 1px solid #7d41c9;
  box-shadow: inset 0 1px 1px #ffffff;
}

.indicatorSquare.green {
  background: #4bee18;
  border: 1px solid #008500;
  box-shadow: inset 0 1px 1px #ffffff;
}

.indicatorSquare.light-green-bg {
  border: 1px solid #016b01;
}

.indicatorSquare.dark-green-bg {
  border: 1px solid #014d01;
}

.indicatorSquare.red {
  background: #ff5656;
  border: 1px solid #d50508;
  box-shadow: inset 0 1px 1px #ffffff;
}

.indicatorSquare.indicator-large {
  height: 16px;
  width: 16px;
  margin-top: -3px;
}

.tag {
  padding: 2px 5px;
  background: #f5f5f5;
  border: 1px solid #888888;
  display: inline-block;
  border-radius: 2px;
  margin-right: 5px;
}

.tag.blue {
  background: #2628ab;
  border-color: #2628ab;
  color: #ffffff;
}

.tag.orange {
  background: #ffa300;
  border-color: #ca6329;
  color: #ffffff;
}

.tag.green {
  background: #e8fff2;
  border-color: #4ec538;
  color: #000000;
  margin-top: 2px;
}

.tag.gray {
  background: #ececec;
  border-color: #929292;
  color: #000000;
  margin-top: 2px;
}

.quoteBlock a {
  text-shadow: 0 0 1px rgba(255, 255, 255, 0.2);
}

.todayDate {
  text-transform: uppercase;
  text-align: left;
  display: block;
  color: #374c7a;
  line-height: 120%;
  font-size: 10px;
  margin: 3px 5px 0 0;
}

.navDate {
  line-height: 100%;
  font-size: 27px;
  margin: 0 2px 0 0;
  color: black;
  font-family: Arial, Helvetica, sans-serif;
  font-weight: bold;
}

.navDay,
.navMonthYear {
  display: block;
  margin-top: 1px;
  font-size: 12px;
  font-family: "Courier New", Courier, monospace;
  font-weight: bold;
}

.navMonthYear {
  border-bottom: 1px solid #024abf;
  font-family: "Courier New", Courier, monospace;
  font-weight: bold;
  color: black;
}

.navDay {
  color: #024abf;
}

.hoverLinksTable {
  display: table;
  margin: 0 auto;
}

.hoverLinksTable a {
  margin: 0 2px;
}

ul.inlineCentered {
  margin: 0;
  padding: 0;
  list-style-type: none;
  text-align: center;
}

ul.inlineCentered li {
  display: inline;
}

ul.inlineCentered li a {
  text-decoration: none;
  padding: 0 3px;
  display: inline;
  float: left;
}

div.filelist {
  display: inline-block;
  position: relative;
  margin: 5px 10px 5px 0;
  border: 1px solid #c4cddf;
  border-radius: 1px;
  box-shadow: 0 3px 12px -4px #606d85;
  background-color: #f5f6fa;
}

div.filelist span.filename {
  position: relative;
  float: left;
  top: 3px;
}

div.filelist span.filename a,
div.filelist span.filename a:visited {
  background-color: #f5f6fa;
  border: 0;
  border-top: 1px solid #ffffff;
  padding: 3px 8px;
  margin: 0 0 0 0;
  border-radius: 1px;
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
}

div.filelist span.filename-nodelete {
  position: relative;
  float: left;
  top: 0;
}

div.filelist span.filename-nodelete a,
div.filelist span.filename-nodelete a:visited {
  background-color: #f5f6fa;
  border: 0;
  border-top: 1px solid #ffffff;
  padding: 3px 8px;
  margin: 0 0 0 0;
  border-radius: 1px;
  line-height: 2;
}

div.filelist span.filename a:hover,
div.filelist span.filename a:focus {
  background-color: #dfe3ec;
  border-top: 1px solid #ffffff;
}

div.filelist span.filename a:active {
  border-top: 1px solid rgba(0, 0, 0, 0.2);
  box-shadow: inset rgba(0, 0, 0, 0.2) 0 0 5px;
}

div.filelist a.raIcon,
div.filelist a.raIcon:visited {
  float: right;
  padding: 2px 5px 1px 5px;
  position: relative;
  top: 0;
  bottom: 0;
  right: 0;
  background: #c4cddf;
  border-right: 1px solid #c4cddf;
  border-top: 1px solid #e2e3ef;
  color: #8f9fbf;
  border-radius: 1px;
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
}

div.filelist a.raIcon:hover,
div.filelist a.raIcon:focus {
  background: #adb9d1;
  border-top: 1px solid #c4cddf;
}

div.filelist a.raIcon:hover,
div.filelist a.raIcon:focus {
  background-position: 0 -24px;
  color: #3d484e;
}

div.filelist a.raIcon:active {
  border: none;
  box-shadow: inset rgba(0, 0, 0, 0.5) 0 0 5px;
  color: #3d484e;
}

div.file-list {
  display: inline-block;
  position: relative;
  margin: 5px 10px 5px 0;
  border: 1px solid #c4cddf;
  border-radius: 1000px;
  box-shadow: 0 3px 12px -4px #606d85;
  background-color: #f5f6fa;
}

.file-list a.file-name,
.file-list a.file-name:visited {
  display: inline-block;
  border: 0;
  padding: 3px 8px;
  margin: 0 0 0 0;
  border-radius: 1000px;  
}

.file-list a.file-edit,
.file-list a.file-edit:visited {
  display: inline-block;
  background-color: #f5f6fa;
  border: 0;
  padding: 3px 8px;
  margin: 0 0 0 0;
  border-radius: 1000px;
}

.file-list a.file-delete,
.file-list a.file-delete:visited {
  display: inline-block;
  background-color: #dce2ec;
  color: #8f9fbf;
  border-radius: 1000px;
  padding: 3px 7px 3px 7px;
  text-align: center;
  float: right;
}

.file-list a.file-delete:hover,
.file-list a.file-delete:focus {
  color: #FFFFFF;
  background-color: #ff9595;
}

/* Links End */

/* Static Icons Start */
.calendarDate {
  width: 18px;
  height: 18px;
  background-repeat: no-repeat;
  background-position: 0 -198px;
}

.magnifyingGlass {
  width: 18px;
  height: 18px;
  background-repeat: no-repeat;
  background-position: 0 -216px;
}

.funnel {
  width: 18px;
  height: 18px;
  background-repeat: no-repeat;
  background-position: 0 -234px;
}

.bell {
  width: 18px;
  height: 18px;
  background-repeat: no-repeat;
  background-position: 0 -252px;
}

.airplaneRight {
  width: 18px;
  height: 18px;
  background-repeat: no-repeat;
  background-position: 0 -270px;
}

.salesperson {
  width: 18px;
  height: 18px;
  background-repeat: no-repeat;
  background-position: 0 -288px;
}

.fulfillment {
  width: 18px;
  height: 18px;
  background-repeat: no-repeat;
  background-position: 0 -306px;
}

.pet {
  width: 18px;
  height: 18px;
  background-repeat: no-repeat;
  background-position: 0 -324px;
}

.suitcase {
  width: 18px;
  height: 18px;
  background-repeat: no-repeat;
  background-position: 0 -342px;
}

.toilet {
  width: 18px;
  height: 18px;
  background-repeat: no-repeat;
  background-position: 0 -360px;
}

.flag {
  width: 18px;
  height: 18px;
  background-repeat: no-repeat;
  background-position: 0 -378px;
}

.speedometer {
  width: 18px;
  height: 18px;
  background-repeat: no-repeat;
  background-position: 0 -396px;
}

.writingBoard {
  width: 18px;
  height: 18px;
  background-repeat: no-repeat;
  background-position: 0 -414px;
}

.airplaneTop {
  width: 18px;
  height: 18px;
  background-repeat: no-repeat;
  background-position: 0 -432px;
}

.smoking {
  width: 18px;
  height: 18px;
  background-repeat: no-repeat;
  background-position: 0 -450px;
}

.twoarrows {
  width: 18px;
  height: 18px;
  background-repeat: no-repeat;
  background-position: 0 -468px;
}

.notes {
  width: 18px;
  height: 18px;
  background-repeat: no-repeat;
  background-position: 0 -486px;
}

.phone {
  width: 18px;
  height: 18px;
  background-repeat: no-repeat;
  background-position: 0 -504px;
}

.envelope {
  width: 18px;
  height: 18px;
  background-repeat: no-repeat;
  background-position: 0 -522px;
}

.mobile {
  width: 18px;
  height: 18px;
  background-repeat: no-repeat;
  background-position: 0 -540px;
}

.buildings {
  width: 18px;
  height: 18px;
  background-repeat: no-repeat;
  background-position: 0 -882px;
}

.home {
  width: 18px;
  height: 18px;
  background-repeat: no-repeat;
  background-position: 0 -576px;
}

.letter {
  width: 18px;
  height: 18px;
  background-repeat: no-repeat;
  background-position: 0 -594px;
}

.star {
  width: 18px;
  height: 18px;
  background-repeat: no-repeat;
  background-position: 0 -612px;
}

.referer {
  width: 18px;
  height: 18px;
  background-repeat: no-repeat;
  background-position: 0 -630px;
}

.source {
  width: 18px;
  height: 18px;
  background-repeat: no-repeat;
  background-position: 0 -648px;
}

.onearrow {
  width: 18px;
  height: 18px;
  background-repeat: no-repeat;
  background-position: 0 -666px;
}

.threearrows {
  width: 18px;
  height: 18px;
  background-repeat: no-repeat;
  background-position: 0 -684px;
}

.calendar {
  width: 18px;
  height: 18px;
  background-repeat: no-repeat;
  background-position: 0 -702px;
}

.navigation {
  width: 18px;
  height: 18px;
  background-repeat: no-repeat;
  background-position: 0 -720px;
}

.navigationplus {
  width: 18px;
  height: 18px;
  background-repeat: no-repeat;
  background-position: 0 -738px;
}

.document {
  width: 18px;
  height: 18px;
  background-repeat: no-repeat;
  background-position: 0 -756px;
}

.checkmark {
  width: 18px;
  height: 18px;
  background-repeat: no-repeat;
  background-position: -18px -846px;
}

.owner {
  width: 18px;
  height: 18px;
  background-repeat: no-repeat;
  background-position: 0 -936px;
}

.arrowRight {
  width: 18px;
  height: 18px;
  background-repeat: no-repeat;
  background-position: -18px -1097px;
}

.alarmClock {
  width: 18px;
  height: 18px;
  background-repeat: no-repeat;
  background-position: -18px -1133px;
}

.todo {
  width: 18px;
  height: 18px;
  background-repeat: no-repeat;
  background-position: 0 -1151px;
}

.done {
  width: 18px;
  height: 18px;
  background-repeat: no-repeat;
  background-position: 0 -1169px;
}

.earth {
  width: 18px;
  height: 18px;
  background-repeat: no-repeat;
  background-position: 0 -1205px;
}

.airport {
  width: 18px;
  height: 18px;
  background-repeat: no-repeat;
  background-position: -18px -1295px;
}

.unflag {
  width: 18px;
  height: 18px;
  background-repeat: no-repeat;
  background-position: -18px -1313px;
}

.reminder {
  width: 18px;
  height: 18px;
  background-repeat: no-repeat;
  background-position: 0 -1133px;
}

.icon-active {
  background-position: -36px inherit;
}

.iconInfoBlock {
  position: relative;
  top: 0;
  left: 0;
  margin-bottom: 5px;
  clear: both;
}

.iconInfo {
  margin-left: 20px;
}
.iconInfoOverflow {
  margin-left: 20px;
}

.icon16px {
  margin: 0 0 -3px 0;
}

/* Static Icons End */

a.black,
a.black:visited {
  text-shadow: none;
}

a.black:focus,
a.black:hover {
  text-shadow: none;
}

a.black:active {
  text-shadow: none;
}

/* List Items */
.dashboard-nav {
  text-align: center;
}

ul.buttonGroup {
  text-align: center;
  display: inline-block;
  padding-left: 0;
  margin: 10px 0;
}

ul.buttonGroup li {
  background: #f5f5f5;
  border: 1px solid #596e96;
  border-right: 0 solid #596e96;
  padding: 0;
  margin: 0;
  width: auto;
  float: left;
  list-style: none;
}

ul.buttonGroup li.last {
  border-right: 1px solid #596e96;
}

ul.buttonGroup li a {
  display: block;
}

ul.buttonGroup li a:link,
ul.buttonGroup li a:visited {
  border-top: 1px solid #ffffff;
  padding: 5px 13px;
  background-image: -moz-linear-gradient(top, #f7f7fc, #e2e8f4);
  /* FF3.6 */
  background-image: -webkit-gradient(
    linear,
    left top,
    left bottom,
    color-stop(0, #f7f7fc),
    color-stop(1, #e2e8f4)
  );
  /* Saf4+, Chrome */
}

ul.buttonGroup li a:hover,
ul.buttonGroup li a:focus {
  border-top: 1px solid #f5f5f8;
  padding: 5px 13px;
  background-image: -moz-linear-gradient(top, #e2e8f4, #bbc5d8);
  /* FF3.6 */
  background-image: -webkit-gradient(
    linear,
    left top,
    left bottom,
    color-stop(0, #e2e8f4),
    color-stop(1, #bbc5d8)
  );
  /* Saf4+, Chrome */
}

ul.buttonGroup li a:active,
ul.buttonGroup li a.current_action {
  border-top: 1px solid #596e96;
  padding: 5px 13px;
  color: #ffffff;
  text-shadow: none;
  border-right: 1px solid transparent;
  background-image: -moz-linear-gradient(top, #596e96, #a3b5da);
  /* FF3.6 */
  background-image: -webkit-gradient(
    linear,
    left top,
    left bottom,
    color-stop(0, #596e96),
    color-stop(1, #a3b5da)
  );
  /* Saf4+, Chrome */
  border-right: 1px solid #596e96;
}

.inlineListItems li {
  display: inline;
  padding-right: 5px;
}

ul.nobullet {
  padding-left: 0;
}

ul.nobullet li {
  list-style-type: none;
}

#membership-stages {
  background: #f5f5f5;
  padding: 5px 0 4px;
  border-radius: 30px;
  box-shadow: 0 1px 1px #a7afc2;
}

#membership-stages li {
  padding: 5px 10px;
  display: inline;
}

#membership-stages li:first-child {
  border-top-left-radius: 30px;
  border-bottom-left-radius: 30px;
}

#membership-stages li.accomplished {
  background: #957bcc;
  color: #ffffff;
}

#membership-stages li.accomplished.last {
  padding-right: 20px;
}

#membership-stages li.active {
  background: #4c3e96;
  color: #ffffff;
  margin-left: -10px;
  box-shadow: 0 0 5px #ddabff;
  border-radius: 30px;
}
#membership-stages li.active:first-of-type {
  margin-left: 0px;
}

#membership-level-select,
#membership-level-select form {
  height: auto;
  overflow: hidden;
  -webkit-transition: opacity 0.75s ease;
  -moz-transition: opacity 0.75s ease;
  -o-transition: opacity 0.75s ease;
  transition: opacity 0.75s ease;
}

#membership-level-select {
  margin: 1px 10px 0;
  padding: 5px;
  background: #f8f8f8;
  border: 1px solid #e8e8e8;
}

ol {
  padding-left: 25px;
}

ol.survey-results {
  padding-left: 25px;
  font-size: 16px;
}

ol.survey-results li {
  margin-bottom: 20px;
}

ol.spaced {
  padding-left: 25px;
  line-height: 150%;
}

ol.spaced li {
  margin-bottom: 10px;
}

ol.spaced li ul {
  margin-top: 10px;
}

ol.AP_AirportsList li {
  margin-bottom: 1px;
}

li.shortRunway::before,
ol.AP_AirportsList li.shortRunway::before {
  position: relative;
  left: 0;
  width: 20px;
  height: 20px;
  top: 0;
  content: "•";
  color: red;
  padding: 2px;
  margin-right: 2px;
}

li.goodRunway::before,
ol.AP_AirportsList li.goodRunway::before {
  position: relative;
  left: 0;
  width: 20px;
  height: 20px;
  top: 0;
  content: "•";
  color: lawngreen;
  padding: 2px;
  margin-right: 2px;
}

li.goodRunway::before,
li.shortRunway::before {
  list-style-type: none;
}

.commentContainer {
  display: inline;
  width: auto;
  padding: 5px 5px 5px 5px;
}

.commentNumber {
  padding: 2px 5px 4px;
  background: #f9f9f9;
  border: 1px solid #a7bbd8;
  border-radius: 20px;
  clear: both;
}

.commentNumber:hover {
  padding: 2px 5px 4px;
  background: #ffffff;
  border: 1px solid #3084fc;
  border-radius: 20px;
  box-shadow: 0 0 5px #3084fc;
  clear: both;
}

.commentNumber.zero {
  background: #ddd;
}

.levelA {
  background: #ddffd7;
  color: #6e806b;
  border: 1px solid #6e806b;
  font-weight: bold;
  display: inline-block;
  padding: 2px 4px;
}

.levelB {
  background: #99e8ff;
  color: #4d7381;
  border: 1px solid #4d7381;
  font-weight: bold;
  display: inline-block;
  padding: 2px 4px;
}

.levelC {
  background: #e9b6f6;
  color: #6a5371;
  border: 1px solid #6a5371;
  font-weight: bold;
  display: inline-block;
  padding: 2px 4px;
}

.levelD {
  background: #dedede;
  color: #666666;
  border: 1px solid #666666;
  font-weight: bold;
  display: inline-block;
  padding: 2px 4px;
}

.levelL4 {
  border-bottom: 5px solid #0086fe;
}

.levelL3 {
  border-bottom: 5px solid #00d400;
}

.levelL2 {
  border-bottom: 5px solid #ff9a00;
}

.levelL1 {
  border-bottom: 5px solid #f80000;
}

.stage1 {
  border-left: 5px solid #cf0000;
}

.stage2 {
  border-left: 5px solid #00b4f6;
}

.stage3 {
  border-left: 5px solid #005cb4;
}

.stage4 {
  border-left: 5px solid #16f229;
}

.stage5 {
  border-left: 5px solid #099613;
}

.stage6 {
  border-left: 5px solid #ee5104;
}

.stage7 {
  border-left: 5px solid #ee91ff;
}

.stage8 {
  border-left: 5px solid #9c73ff;
}

.stage9 {
  border-left: 5px solid #67606c;
}

.stage-tag-1 {
  background-color: #cf0000;
  color: white;
  padding: 3px;
}

.stage-tag-2 {
  background-color: #00b4f6;
  color: #ffffff;
  padding: 3px;
}

.stage-tag-3 {
  background-color: #005cb4;
  color: #d1f3ff;
  padding: 3px;
}

.stage-tag-4 {
  background-color: #16f229;
  color: #002103;
  padding: 3px;
}

.stage-tag-5 {
  background-color: #099613;
  color: #ddfddf;
  padding: 3px;
}

.stage-tag-6 {
  background-color: #ee5104;
  color: #ffeae0;
  padding: 3px;
}

.stage-tag-7 {
  background-color: #ee91ff;
  color: #35005f;
  padding: 3px;
}

.stage-tag-8 {
  background-color: #9c73ff;
  color: rgb(255, 255, 255);
  padding: 3px;
}

.stage-tag-9 {
  background-color: #67606c;
  color: rgb(253, 253, 253);
  padding: 3px;
}

.hoverMenu {
  margin: 5px 0;
}

.hoverMenuContainer.information {
  text-transform: none;
  display: block;
  font-weight: normal;
  text-shadow: none;
}

/* !Extras Start */
.darkLinkSeparator {
  color: #c5ccdf;
}

.flashErrorMessage {
  float: left;
  width: 100%;
  color: #000;
}

.inform {
  background: #daeeff;
  border: 2px solid #005dc0;
  color: #005dc0;
  padding: 10px;
  font-weight: bold;
  margin-bottom: 10px;
}

.success {
  background: #dff79d;
  background: -moz-linear-gradient(-45deg, #dff79d 0%, #6ce400 100%);
  background: -webkit-linear-gradient(-45deg, #dff79d 0%, #6ce400 100%);
  background: linear-gradient(135deg, #dff79d 0%, #6ce400 100%);
  color: #0f6d1a;
  padding: 10px;
  font-weight: bold;
  margin-bottom: 15px;
}

.failure {
  background: #ff0000;
  background: -moz-linear-gradient(-45deg, #ff0000 0%, #b50000 100%);
  background: -webkit-linear-gradient(-45deg, #ff0000 0%, #b50000 100%);
  background: linear-gradient(135deg, #ff0000 0%, #b50000 100%);
  color: #fff1ef;
  padding: 10px;
  font-weight: bold;
  margin-bottom: 15px;
  text-shadow: none;
}

.failure a,
.failure a:visited {
  color: #c2e5ff;
  text-shadow: 0 1px 1px rgba(0, 0, 0, 0.5);
}

.failure a:hover,
.failure a:focus {
  color: #e5f2fb;
  text-shadow: 0 1px 1px rgba(0, 0, 0, 0.75);
}

.failure a:active {
  text-shadow: none;
}

.processing {
  background: rgb(57, 150, 255);
  background: -moz-linear-gradient(-45deg, #0084ff 0%, #005eb5 100%);
  background: -webkit-linear-gradient(-45deg, #0084ff 0%, #005eb5 100%);
  background: linear-gradient(135deg, #0084ff 0%, #005eb5 100%);
  color: #fff1ef;
  padding: 10px;
  font-weight: bold;
  margin-bottom: 15px;
  text-shadow: none;
}

.message {
  background: #cf0000;
  border: 2px solid #cf0000;
  color: #ffe3de;
  padding: 10px;
  font-weight: bold;
  margin-bottom: 10px;
  text-shadow: 0 -1px 1px rgba(0, 0, 0, 0.5);
}

.error-message,
.agreeError {
  color: #ff0000;
  padding: 0 5px;
}

#lead-email-message,
#lead-phone-message,
#lead-mobile-message {
  max-height: 120px;
  overflow: auto;
  border-bottom: 1px solid #eaeaea;
  background-color: #f8f8f8;
  padding: 10px;
}

#lead-email-message:empty,
#lead-phone-message:empty,
#lead-mobile-message:empty {
  height: 0;
  background-color: transparent;
  border-bottom: none;
}

.leadItem {
  background-color: white;
  box-shadow: 0 0 3px rgba(0, 0, 0, 0.25);
  border-radius: 3px;
  margin-bottom: 5px;
  padding: 5px;
  word-wrap: break-word;
}

.leadItem.sameOwner {
  color: #022892;
}

.good {
  color: #31c766;
}

.bad {
  color: #ff0000;
}

.clear {
  clear: both;
  width: 100%;
}

.clear1 {
  clear: both;
  width: 100%;
  height: 1px;
}

.clear5 {
  clear: both;
  width: 100%;
  height: 5px;
}

.clear10 {
  clear: both;
  width: 100%;
  height: 10px;
}

.clear15 {
  clear: both;
  width: 100%;
  height: 15px;
}

.clear20 {
  clear: both;
  width: 100%;
  height: 20px;
}

.clear25 {
  clear: both;
  width: 100%;
  height: 25px;
}

.clear40 {
  clear: both;
  width: 100%;
  height: 40px;
}

.clear50 {
  clear: both;
  width: 100%;
  height: 50px;
}

.floatLeft {
  float: left;
}

.floatRight {
  float: right;
}

.floatNone {
  float: none;
}

.floatUnset {
  float: unset !important;
}

.textAlignCenter {
  text-align: center;
}

.textAlignLeft {
  text-align: left;
}

.textAlignRight {
  text-align: right;
}

.capitalize {
  text-transform: capitalize;
}

.d24x24p0 {
  width: 18px;
  height: 18px;
  padding: 0;
  margin-top: 4px;
}

.d24x24 {
  width: 18px;
  height: 18px;
  padding: 3px;
  margin-top: 4px;
}

.mr20 {
  margin-right: 20px;
}

.mr12 {
  margin-right: 12px;
}

.mr10 {
  margin-right: 10px;
}

.mr8 {
  margin-right: 8px;
}

.mr7 {
  margin-right: 7px;
}

.mr6 {
  margin-right: 6px;
}

.mr5 {
  margin-right: 5px;
}

.mr3 {
  margin-right: 3px;
}

.mr2 {
  margin-right: 2px;
}

.mrm280 {
  margin-right: -280px;
}

.ml30 {
  margin-left: 30px;
}

.ml20 {
  margin-left: 20px;
}

.ml10 {
  margin-left: 10px;
}

.ml5 {
  margin-left: 5px;
}

.ml3 {
  margin-left: 3px;
}

.ml0 {
  margin-left: 0 !important;
}

.mlm20 {
  margin-left: -20px;
}

.mt90 {
  margin-top: 90px;
}

.mt60 {
  margin-top: 60px;
}

.mt25 {
  margin-top: 25px;
}

.mt20 {
  margin-top: 20px;
}

.mt15 {
  margin-top: 15px;
}

.mt10 {
  margin-top: 10px;
}

.mt5 {
  margin-top: 5px;
}

.mt3 {
  margin-top: 3px;
}

.mt0 {
  margin-top: 0;
}

.mtm10 {
  margin-top: -10px;
}

.mtm5 {
  margin-top: -5px;
}

.mtm3 {
  margin-top: -3px;
}

.mb20 {
  margin-bottom: 20px;
}

.mb10 {
  margin-bottom: 10px;
}

.mb5 {
  margin-bottom: 5px;
}

.mb3 {
  margin-bottom: 3px;
}

.mb0 {
  margin-bottom: 0;
}

.lh18 {
  line-height: 18px;
}

.halfWidth {
  width: 50%;
  float: left;
  display: block;
}

.fullWidth {
  width: 100%;
  float: left;
  display: block;
}

.minW800 {
  min-width: 800px;
  display: block;
}

.minW900 {
  min-width: 900px;
  display: block;
}

.inline {
  display: inline;
}

.inline-block {
  display: inline-block;
}

.url a {
  width: 500px;
  overflow: hidden;
}

.t16 {
  font-size: 16px;
}

small {
  font-size: 10px;
  text-shadow: none;
}

small.gray {
  font-size: 10px;
  color: #606d85;
}

.notBold {
  font-weight: normal !important;
}

.serif {
  font-family: Georgia, serif;
}

.whiteText {
  color: #fff;
  text-shadow: 0 -1px 1px rgba(0, 0, 0, 0.5);
}

.brown {
  color: #94473d;
}

.orange {
  color: #ff5600;
}

.blue {
  color: #0078ff;
}

.green {
  color: #09c909;
}

.red {
  color: #ff0000;
}

.purpleTextOnBlack {
  color: #c8c7eb;
}

.purpleTextOnWhite {
  color: #6261ad;
}

.arrow-container {
  width: 8px;
  display: inline;
  float: right;
  margin: 0 2px;
}

.arrow-right {
  border-left: 4px solid #606d85;
  border-top: 4px solid transparent;
  border-bottom: 4px solid transparent;
  height: 0;
  width: 0;
  display: inline;
  margin-top: 4px;
  float: left;
}

.arrow-down {
  border-top: 4px solid #606d85;
  border-left: 4px solid transparent;
  border-right: 4px solid transparent;
  height: 0;
  width: 0;
  margin-top: 6px;
  display: inline;
  float: left;
}

.infoBlock {
  background: #f7f7fc;
  border: 1px solid #8f9fbf;
  width: 100%;
  margin-bottom: 20px;
  border-radius: 3px;
}
.ui-tabs-panel .infoBlock{
  margin: 10px 0 20px;
}
.ui-tabs-panel .infoBlock:nth-last-child(1){
  margin-bottom: 10px;
}

.infoBlock.regionNorthAmerica {
  border: 1px solid #1c62a0;
  background: #c6e2fb;
  color: #004f94;
}

.infoBlock.regionSouthAmerica {
  border: 1px solid #5d560c;
  background: #fffde7;
  color: #5d560c;
}

.infoBlock.regionEurope {
  border: 1px solid #705ab3;
  background: #f0e4fc;
  color: #705ab3;
}

.infoBlock.regionAsia {
  border: 1px solid #0cc515;
  background: #eefce4;
  color: #3b7f3e;
}

.infoBlock.regionAfrica {
  border: 1px solid #844f15;
  background: #ece1d6;
  color: #844f15;
}

.infoBlock.regionOceania {
  border: 1px solid #07cab7;
  background: #b6fff8;
  color: #026157;
}

.infoBlock.regionMena {
  border: 1px solid #c5310c;
  background: #fce3e1;
  color: #c5310c;
}

.infoBlock.regionAntarctica {
  border: 1px solid #5c7098;
  background: #f2feff;
  color: #5c7098;
}

.infoBlock h4,
.infoBlock h2 {
  color: inherit;
}

.infoBlock .regionTitle {
  position: relative;
  display: inline-block;
  top: 0;
  right: 0;
  border-color: inherit;
  border-radius: 0 2px 0 4px;
  background-color: #8f9fbf;
  color: white;
  padding: 10px;
  font-weight: bold;
  font-size: 18px;
  text-transform: uppercase;
}

.infoBlock.regionNorthAmerica .regionTitle {
  background: #1c62a0;
  color: white;
}

.infoBlock.regionSouthAmerica .regionTitle {
  background: #5d560c;
  color: white;
}

.infoBlock.regionEurope .regionTitle {
  background: #705ab3;
  color: white;
}

.infoBlock.regionAsia .regionTitle {
  background: #3b7f3e;
  color: white;
}

.infoBlock.regionAfrica .regionTitle {
  background: #844f15;
  color: white;
}

.infoBlock.regionOceania .regionTitle {
  background: #026157;
  color: white;
}

.infoBlock.regionMena .regionTitle {
  background: #c5310c;
  color: white;
}

.infoBlock.regionAntarctica .regionTitle {
  background: #5c7098;
  color: white;
}

.infoBlock.regionKey {
  display: inline-block;
  width: 150px;
  margin-right: 10px;
}

.infoBlock.regionKey p {
  padding: 2%;
}

.regionTitle.miniTitle {
  font-size: 10px;
  padding: 2%;
  border-radius: 2px 2px 0 0;
  width: 100%;
}

.textBlock {
  float: left;
  background: #eefce4;
  width: 100%;
  margin-bottom: 10px;
  color: #0cc515;
  box-shadow: 0 1px 2px #69ac6c;
  border-radius: 3px;
}

.textBlock small {
  color: #9abdac;
}

.callBlock {
  float: left;
  background: #fce3e1;
  width: 100%;
  margin-bottom: 10px;
  color: #c5310c;
  box-shadow: 0 1px 2px #c5310c;
  border-radius: 3px;
}

.callBlock small {
  color: #a86b65;
}

.emailBlock {
  float: left;
  background: #f0e4fc;
  width: 100%;
  margin-bottom: 10px;
  color: #705ab3;
  box-shadow: 0 1px 2px #705ab3;
  border-radius: 3px;
}

.emailBlock small {
  color: #9b7caf;
}

.meetingBlock {
  float: left;
  background: rgb(202, 249, 255);
  width: 100%;
  margin-bottom: 10px;
  color: rgb(0, 165, 177);
  box-shadow: 0 1px 2px rgb(105, 162, 172);
  border-radius: 3px;
}

.meetingBlock small {
  color: rgb(154, 187, 189);
}

span.interactionEmail {
  color: #705ab3;
}

span.interactionText {
  color: #0cc515;
}

span.interactionCall {
  color: #c5310c;
}

span.interactionMeeting {
  color: #00a5b1;
}

.expandable-block {
  padding: 0px 2px;
}

.expandable-block.minimized {
  max-height: 600px;
  overflow-y: auto;
}

#InteractionsBlockToggle.minimized::before,
#LeadCommentsBlockToggle.minimized::before,
#TripCommentsBlockToggle.minimized::before {
  box-shadow: 0 -6px 9px -5px rgba(0, 0, 0, 0.9);
  width: 100%;
  top: -1px;
  height: 11px;
  content: " ";
  z-index: 2;
  display: block;
  position: relative;
}

.expandable-block.maximized {
  max-height: unset;
  height: auto;
  overflow-y: auto;
}

.commentBlock {
  float: left;
  background: #f5e9de;
  width: 100%;
  margin-bottom: 10px;
  color: #5f361b;
  box-shadow: 0 1px 2px #8c5b30;
  border-radius: 3px;
}

.commentBlock small {
  color: #b19378;
}

.quoteBlock {
  float: left;
  background: #e1b2b2;
  border: 1px solid #e1b2b2;
  width: 100%;
  margin-bottom: 10px;
  color: #600101;
  box-shadow: 1px 1px 3px #620707;
  border-radius: 3px;
}

.quoteSold {
  float: left;
  background: #6d7382 url("/img/bg/soldRed.png") bottom right no-repeat;
  border: 1px solid #6d7382;
  width: 100%;
  margin-bottom: 10px;
  color: #eaebed;
  box-shadow: 1px 1px 3px #4f4f4f;
  border-radius: 3px;
  text-shadow: 0 -1px 1px rgba(0, 0, 0, 0.5);
}

.quoteBlock small {
  color: #876767;
  line-height: 20px;
}

.quoteSold small {
  color: #b8b8b8;
  line-height: 20px;
}

.soldYellowHighlight {
  color: #fffe00;
  text-shadow: 0 -1px 1px rgba(0, 0, 0, 0.5);
  font-weight: bold;
}

div.highlight {
  background: #ffe3de;
  border: 1px solid #b23e08;
  color: #b23e08;
  width: 100%;
  border-radius: 3px;
}

.spotlight {
  background: #cf0000;
  color: #fff;
  border: 1px solid #ffffff;
  width: 100%;
  border-radius: 20px;
  display: inline;
  font-size: 10px;
  padding: 1px 4px;
  box-shadow: 0 1px 2px #242b40;
}

.spotlightInline {
  background: #cf0000;
  color: #fff;
  border: 1px solid #ffffff;
  border-radius: 1000px;
  display: inline;
  font-size: 10px;
  padding: 0 4px;
  line-height: 150%;
  vertical-align: middle;
  text-decoration: blink;
}

.attention {
  color: #f86d6d;
}

.dim {
  color: #ccc;
}

.callout {
  padding: 10px;
  border: 1px solid #cccccc;
  border-radius: 5px;
}

.callout.gray {
  border: 1px solid #e5e5e5;
  background-color: #f5f5f5;
}

.callout.blue-gray {
  border: 1px solid #e5e5e5;
  background-color: #e9eef1;
}

.callout.green {
  border: 1px solid #0f6d1a;
  background-color: #dff79d;
  color: #0f6d1a;
}

.accountingOverrides {
  border: 1px solid #e5e5e5;
  border-radius: 5px;
  background-color: #f5f5f5;
  padding: 10px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.accountingOverrides div{
  margin-right: 10px;
}

.accountingOverrides div:last-child{
  margin-right: 0;
}

.accountingOverrides .input.number {
  display: flex;
  justify-content: start;
  align-items: center;
}

.accountingOverrides .input.number input {
  width: auto;
  margin-left: 5px;
}


.key-metrics-previous-period-title{
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.key-metric-cards{
  display: flex;
  flex-wrap: wrap;
  background-color: #f5f5f5;
  border-radius: 7px;
  padding: 10px;
}

.key-metric-card {
  box-shadow: 0px 0px 0.5% rgba(0,0,0,0.25);
  border-radius: 5px;
  width: 24%;
  margin: 0.5%;
  display: flex;
  flex-direction: column;
  padding: 10px;
}
.key-metric-notes {
  width: 24%;
  margin: 0.25% 0.5% 0.5%;
  display: flex;
  flex-direction: column;
  text-align: center;
}
h2.key-metric-title {
    font-weight: bold;
    font-size: 1rem;
    text-align: center;
    text-transform: uppercase;
    padding: 10px 0;
    margin-bottom: 0;
    color: #FFFFFF;
}
.key-metric-report-period {
    font-weight: bold;
    font-size: 2.2rem;
    text-align: center;
    padding: 10px 0;    
    color: #FFFFFF;
}
.key-metric-previous-period {
    font-weight: bold;
    font-size: 1rem;
    text-align: center;
    padding: 10px 0;
    color: #FFFFFF;
}
.key-metric-report-period h3,
.key-metric-previous-period h3,
.key-metric-salesperson-breakdown h3{
    font-size: 0.6rem;
    padding: 5px 0;
    text-transform: uppercase;
    margin-bottom: 0;
    line-height: 1.5;
    text-shadow: none;
    text-align: center;
    color: rgba(255,255,255,0.5);
}
.key-metric-report-period p,
.key-metric-previous-period p{
    line-height: 1;
}
.key-metric-report-period p.difference{
    font-size: 0.75rem;
    margin-top: 10px;
}
.key-metric-report-period p.difference.plus{
    color: #a4f7a4;
}
.key-metric-report-period p.difference.minus{
    color: #ffbbbb;
}

.key-metric-card.charter-requests{
  box-shadow: 0px 0px 5px rgba(2, 132, 24, 0.6);
  background-color: #004D40;
}

.key-metric-card.activated-trips{
  box-shadow: 0px 0px 5px rgba(0, 41, 9, 0.5);
  background-color: #008c11;
}

.key-metric-card.new-leads{
  box-shadow: 0px 0px 5px rgba(2, 128, 132, 0.6);
  background-color: #003e73;
}

.key-metric-card.contacted-leads{
  box-shadow: 0px 0px 5px rgba(0, 36, 41, 0.5);
  background-color: #006db5;
}

.key-metric-card.sold-trips{
  box-shadow: 0px 0px 5px rgba(77, 7, 0, 0.6);
  background-color: #4d0700;
}

.key-metric-card.sales{
  box-shadow: 0px 0px 5px rgba(154, 50, 0, 0.5);
  background-color: #9a3200;
}

.key-metric-card.profit{
  box-shadow: 0px 0px 5px rgba(62, 0, 82, 0.6);
  background-color: #3e0052;
}

.key-metric-card.margin{
  box-shadow: 0px 0px 5px rgba(115, 0, 152, 0.5);
  background-color: #730098;
}

.key-metric-table{
  color: #FFFFFF;
  font-size: 0.6rem;
  width: 100%;
}
.key-metric-table tr td{
  padding: 3px 0px;
}
.key-metric-table th{
  text-transform: uppercase;
  border-top: 1px solid rgba(255,255,255,0.5);
  border-bottom: 1px solid rgba(255,255,255,0.5);
  padding: 3px 0px;
}
.key-metric-table tbody tr{
  border-bottom: 1px solid rgba(255,255,255,0.15);
}


.key-metric-table span.difference.plus{
  color: #a4f7a4;
}
.key-metric-table span.difference.minus{
  color: #ffbbbb;
}

.GoldMembership {
  padding: 10px;
  background: #ffd906;
  border: 1px solid #817756;
  border-radius: 5px;
  background-image: -moz-linear-gradient(top, #ffd906, #d5b504);
  /* FF3.6 */
  background-image: -webkit-gradient(
    linear,
    left top,
    left bottom,
    color-stop(0, #ffd906),
    color-stop(1, #d5b504)
  );
  padding: 1px 10px;
  font-size: 14px;
  line-height: 200%;
}

.EmeraldMembership {
  padding: 10px;
  background: #13888a;
  border: 1px solid #13888a;
  border-radius: 5px;
  background-image: -moz-linear-gradient(top, #13888a, #227676);
  /* FF3.6 */
  background-image: -webkit-gradient(
    linear,
    left top,
    left bottom,
    color-stop(0, #13888a),
    color-stop(1, #227676)
  );
  color: white;
  padding: 1px 10px;
  font-size: 14px;
  line-height: 200%;
}

.PlatinumMembership {
  background: #f0f2f8;
  border: 1px solid #9fa2ac;
  border-radius: 5px;
  background-image: -moz-linear-gradient(top, #f0f2f8, #d7dce4);
  /* FF3.6 */
  background-image: -webkit-gradient(
    linear,
    left top,
    left bottom,
    color-stop(0, #f0f2f8),
    color-stop(1, #d7dce4)
  );
  padding: 1px 10px;
  font-size: 14px;
  line-height: 200%;
}

.CorporateFlightMembership {
  background: #7b0327;
  border: 1px solid #7b0327;
  border-radius: 5px;
  padding: 1px 10px;
  font-size: 14px;
  line-height: 200%;
  color: white;
}

.TitaniumMembership {
  padding: 10px;
  background: #cbced6;
  border: 1px solid #535661;
  border-radius: 5px;
  background-image: -moz-linear-gradient(top, #cbced6, #828791);
  /* FF3.6 */
  background-image: -webkit-gradient(
    linear,
    left top,
    left bottom,
    color-stop(0, #cbced6),
    color-stop(1, #828791)
  );
}

.BlackMembership {
  background: #555b68;
  border: 1px solid #000000;
  color: #ffffff;
  border-radius: 5px;
  background-image: -moz-linear-gradient(top, #555b68, #151920);
  /* FF3.6 */
  background-image: -webkit-gradient(
    linear,
    left top,
    left bottom,
    color-stop(0, #555b68),
    color-stop(1, #151920)
  );
  padding: 1px 10px;
  font-size: 14px;
  line-height: 200%;
}

/* !Extras End */

/* !Tipsy CSS */
.tipsy {
  padding: 5px;
  font-size: 10px;
  position: absolute;
  z-index: 100000;
}

.tipsy-inner {
  padding: 5px 8px 4px 8px;
  background-color: black;
  color: white;
  max-width: 300px;
  text-align: left;
}

.tipsy-inner {
  border-radius: 3px;
}

.tipsy-arrow {
  position: absolute;
  background: url("/img/plugins/tipsy/tipsy.gif") no-repeat top left;
  width: 9px;
  height: 5px;
}

.tipsy-n .tipsy-arrow {
  top: 0;
  left: 50%;
  margin-left: -4px;
  background-position: top;
}

.tipsy-nw .tipsy-arrow {
  top: 0;
  left: 10px;
  background-position: top;
}

.tipsy-ne .tipsy-arrow {
  top: 0;
  right: 10px;
  background-position: top;
}

.tipsy-s .tipsy-arrow {
  bottom: 0;
  left: 50%;
  margin-left: -4px;
  background-position: bottom;
}

.tipsy-sw .tipsy-arrow {
  bottom: 0;
  left: 10px;
  background-position: bottom;
}

.tipsy-se .tipsy-arrow {
  bottom: 0;
  right: 10px;
  background-position: bottom;
}

.tipsy-e .tipsy-arrow {
  top: 50%;
  margin-top: -4px;
  right: 0;
  width: 5px;
  height: 9px;
  background-position: right;
}

.tipsy-w .tipsy-arrow {
  top: 50%;
  margin-top: -4px;
  left: 0;
  width: 5px;
  height: 9px;
  background-position: left;
}

.tipsyHelpText {
  font-size: 8px !important;
}

#showHelp .tipsy.tipsy-inner {
  max-width: 500px;
}

/* End Tipsy CSS */

/* !Action Bar Start */

.actionBar {
  float: left;
  width: 100%;
  margin-top: -3px;
  background: #f8f8f8;
  border-bottom: 1px solid #ddd;
  padding-bottom: 10px;
}

/* !Action Bar End */

/* !Clamp Start */

.clamp {
  display: block;
  -webkit-box-orient: vertical;
  overflow: hidden;
  line-height: 1.2em;
}

.clamp p,
.clamp b {
  padding: 0;
  margin: 0;
}

.clamp.unclamp {
  max-height: initial;
  transition: max-height 0.5s ease-in-out;
}

.clamp-1 {
  max-height: 1.2em;
  transition: max-height 0.5s ease-in-out;
}

.clamp-2 {
  max-height: 2.4em;
  transition: max-height 0.5s ease-in-out;
}

.clamp-3 {
  max-height: 3.6em;
  transition: max-height 0.5s ease-in-out;
}

.clamp + .clamp-toggle::before {
  content: "Show More";
  float: right;
}

.clamp.unclamp + .clamp-toggle::before {
  content: "Hide";
}

/* !Clamp End */

/* !Forms Start */
.formFillWidth {
  width: 100%;
  float: left;
  clear: both;
  padding: 3px 0;
}

::placeholder {
  color: #758190;
}

.papershadow {
  position: relative;
  width: 100%;
}

.papershadow::after {
  box-shadow: 0px 8px 10px -7px rgba(0, 0, 0, 0.75);
  bottom: 0;
  left: 0;
  content: "";
  z-index: 10;
  height: 20px;
  width: 100%;
  position: absolute;
}

.formRow,
.formRow100pct {
  margin: 3px 0;
  padding: 0 5px;
  width: 100%;
  float: left;
  clear: both;
}

.formRowCheckbox {
  text-shadow: none;
}

.formLabel {
  width: 100%;
  float: left;
  clear: both;
  padding: 3px 0;
  text-shadow: none;
}

.formLabelCheckbox {
  width: 100%;
  float: left;
  clear: both;
  padding: 3px 0;
  margin-bottom: 3px;
  text-shadow: none;
}

.formCheckboxLabel {
  width: 100%;
  float: left;
  clear: both;
  padding: 0;
  line-height: 1;
  text-shadow: none;
}

.formInput {
  margin: 0;
  display: block;
  clear: both;
}

.formInputSelect {
  margin: 0;
  display: block;
  clear: both;
}

.formInputSelectInline {
  margin: 0;
  display: inline;
}

.formInputRadioInline {
  margin: 0;
  display: block;
  clear: both;
}

.formInputRadioInline label {
  margin: 0 10px 0 5px;
}

.formControl {
  border: 1px solid #4e5a6f;
  background-color: #f4f9ff;
  width: 100%;
  padding: 4px 5px;
  margin: 0;
  display: block;
  border-radius: 3px;
  background-clip: padding-box;
  box-shadow: inset 0 1px 1px rgba(167, 187, 216, 0.6);
}

.formControl:focus {
  background-color: #ffffff;
  color: #000000;
  box-shadow: 0 0 5px #3084fc;
  margin: 0;
  background-clip: padding-box;
  border: 1px solid #3084fc;
}

.formTextarea {
  border: 1px solid #4e5a6f;
  background: #f4f9ff;
  width: 100%;
  padding: 4px 5px;
  display: block;
  border-radius: 3px;
  box-shadow: inset 0 1px 1px rgba(167, 187, 216, 0.6);
}

.formTextarea:focus {
  background-color: #ffffff;
  color: #000000;
  box-shadow: 0 0 5px #3084fc;
  background-image: none;
  border: 1px solid #3084fc;
}

.form-error {
  border: 1px solid #ff0000;
  color: #ff0000;
}

.formSelect {
  width: 100%;
  height: 25px;
  border: 1px solid #4e5a6f;
  border-radius: 3px;
  background-color: #f4f9ff;
  background-image: linear-gradient(to bottom, #f4f9ff 0%, #cadaf1 100%);
}
.formSelect:focus {
  background-color: #ffffff;
  color: #000000;
  box-shadow: 0 0 5px #3084fc;
  margin: 0;
  border: 1px solid #3084fc;
}

/* FIREFOX FIX OF UGLY SELECT BOXES */
@supports (-moz-appearance: none) {
  .formSelect {
    -moz-appearance: none !important;
    border-radius: 3px;
    background-image: url("data:image/svg+xml;charset=US-ASCII,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%22292.4%22%20height%3D%22292.4%22%3E%3Cpath%20fill%3D%22%23007CB2%22%20d%3D%22M287%2069.4a17.6%2017.6%200%200%200-13-5.4H18.4c-5%200-9.3%201.8-12.9%205.4A17.6%2017.6%200%200%200%200%2082.2c0%205%201.8%209.3%205.4%2012.9l128%20127.9c3.6%203.6%207.8%205.4%2012.8%205.4s9.2-1.8%2012.8-5.4L287%2095c3.5-3.5%205.4-7.8%205.4-12.8%200-5-1.9-9.2-5.5-12.8z%22%2F%3E%3C%2Fsvg%3E"),
      linear-gradient(to bottom, #f4f9ff 0%, #cadaf1 100%);
    background-repeat: no-repeat, repeat;
    background-position: right 0.7em top 50%, 0 0;
    background-size: 0.65em auto, 100%;
  }
}

.formSelect.mt0 {
  margin-top: 0;
}

.formSelectInline {
  margin-left: 0;
}

.formSelect20pct {
  width: 20%;
}

.formSelect25pct {
  width: 25%;
}

/* Remove number spinner */
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  /* display: none; <- Crashes Chrome on hover */
  -webkit-appearance: none;
  margin: 0; /* <-- Apparently some margin are still there even though it's hidden */
}

input[type="number"] {
  -moz-appearance: textfield; /* Firefox */
}

.disabled {
  background-color: #fff;
  background-image: none;
  border: 1px solid #ccc;
  color: #aaa;
  outline: none;
  box-shadow: none;
  text-shadow: none;
}

.disabled:hover,
.disabled:focus {
  background-color: #fff;
  background-image: none;
  border: 1px solid #ccc;
  color: #aaa;
  outline: none;
  box-shadow: none;
  text-shadow: none;
}

button,
input.button {
  border: 0 solid #ffffff;
  background-color: #ff9849;
  padding: 9px 9px 8px;
  margin: 0;
  float: right;
  text-shadow: 0 1px 1px rgba(255, 255, 255, 0.3);
  cursor: pointer;
  color: #2b2b2b;
  font-weight: bold;
  font-size: 11px;
  border-radius: 3px;
  box-sizing: border-box;
  box-shadow: 0 1px 1px rgba(168, 74, 0, 1);
  background-clip: padding-box;
  background-image: -moz-linear-gradient(
    top,
    rgba(255, 255, 255, 0.3) 0%,
    rgba(255, 255, 255, 0) 100%
  );
  /* FF3.6+ */
  background-image: -webkit-gradient(
    linear,
    left top,
    left bottom,
    color-stop(0%, rgba(255, 255, 255, 0.3)),
    color-stop(100%, rgba(255, 255, 255, 0))
  );
  /* Chrome,Safari4+ */
  background-image: -webkit-linear-gradient(
    top,
    rgba(255, 255, 255, 0.3) 0%,
    rgba(255, 255, 255, 0) 100%
  );
  /* Chrome10+,Safari5.1+ */
  background-image: -o-linear-gradient(
    top,
    rgba(255, 255, 255, 0.3) 0%,
    rgba(255, 255, 255, 0) 100%
  );
  /* Opera 11.10+ */
  background-image: -ms-linear-gradient(
    top,
    rgba(255, 255, 255, 0.3) 0%,
    rgba(255, 255, 255, 0) 100%
  );
  /* IE10+ */
  background-image: linear-gradient(
    to bottom,
    rgba(255, 255, 255, 0.3) 0%,
    rgba(255, 255, 255, 0) 100%
  );
  /* W3C */

  -webkit-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  transition: all 0.2s ease;
}

button:hover,
button:focus,
input.button:hover,
input.button:focus {
  background-color: #e04000;
  text-shadow: 0 1px 1px rgba(0, 0, 0, 0.5);
  color: #fff;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.7);
}

button:active,
input.button:active {
  border: 0 solid #9c4706;
  background-color: #a24600;
  text-shadow: 0 1px 1px rgba(0, 0, 0, 0.5);
  color: #f5e7d9;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.5) inset;
  background-image: none;
  background-clip: padding-box;
}

input.button.left {
  float: left;
}

input.button.right {
  float: right;
}

input.button.red,
button.red {
  background-color: #fe1b00;
  color: #ffe9e9;
}

input.button.red:hover,
input.button.red:focus,
button.red:hover,
button.red:focus {
  background-color: #dc1d10;
  color: #ffffff;
}
input.button.red:active,
button.red:active {
  background-color: #851003;
  color: #d88585;
}

input.button.blue,
button.blue,
a.button.blue {
  background-color: #0067ff;
  color: #ffffff;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.5);
}

input.button.blue:hover,
input.button.blue:focus,
button.blue:hover,
button.blue:focus,
a.button.blue:hover,
a.button.blue:focus {
  background-color: #0f61dc;
  color: #ffffff;
}

input.button.blue:active,
button.blue:active,
a.button.blue:active {
  background-color: #024d85;
  color: #87b1d9;
}

input.button.blue.hollow,
button.blue.hollow,
a.button.blue.hollow {
  color: #0067ff;
  border: 1px solid #0067ff;
  background-color: transparent;
}

input.button.blue.hollow:hover,
input.button.blue.hollow:focus,
button.blue.hollow:hover,
button.blue.hollow:focus,
a.button.blue.hollow:hover,
a.button.blue.hollow:focus {
  color: #043785;
  border: 1px solid #043785;
  text-shadow: none;
}

input.button.blue.hollow:active,
button.blue.hollow:active,
a.button.blue.hollow:active {
  color: #043785;
  box-shadow: none;
}

input.button.blue.hollow.pill,
button.blue.hollow.pill,
a.button.blue.hollow.pill {
  padding:5px;
  color: #0067ff;
  border: 1px solid #0067ff;
  background-color: transparent;
  border-radius: 1000px;
}

input.button.blue.hollow.pill:hover,
input.button.blue.hollow.pill:focus,
button.blue.hollow.pill:hover,
button.blue.hollow.pill:focus,
a.button.blue.hollow.pill:hover,
a.button.blue.hollow.pill:focus {
  color: #043785;
  border: 1px solid #043785;
  text-shadow: none;
}

input.button.blue.hollow.pill:active,
button.blue.hollow.pill:active,
a.button.blue.hollow.pill:active {
  color: #043785;
  box-shadow: none;
}

input.button.green.hollow.pill,
button.green.hollow.pill,
a.button.green.hollow.pill {
  padding:5px;
  color: #028002;
  border: 1px solid #028002;
  background-color: transparent;
  border-radius: 1000px;
  box-shadow: 0 1px 1px #014e01;
}

input.button.green.hollow.pill:hover,
input.button.green.hollow.pill:focus,
button.green.hollow.pill:hover,
button.green.hollow.pill:focus,
a.button.green.hollow.pill:hover,
a.button.green.hollow.pill:focus {
  color: #014e01;
  border: 1px solid #016401;
  text-shadow: none;
}

input.button.green.hollow.pill:active,
button.green.hollow.pill:active,
a.button.green.hollow.pill:active {
  color: #014e01;
  border: 1px solid #014e01;
  box-shadow: none;
}


input.button.brown.hollow.pill,
button.brown.hollow.pill,
a.button.brown.hollow.pill {
  padding:5px;
  color: #9a4900;
  border: 1px solid #9a4900;
  background-color: transparent;
  border-radius: 1000px;
  box-shadow: 0 1px 1px #411f01;
}

input.button.brown.hollow.pill:hover,
input.button.brown.hollow.pill:focus,
button.brown.hollow.pill:hover,
button.brown.hollow.pill:focus,
a.button.brown.hollow.pill:hover,
a.button.brown.hollow.pill:focus {
  color: #ce6102;
  border: 1px solid #ce6102;
  text-shadow: none;
}

input.button.brown.hollow.pill:active,
button.brown.hollow.pill:active,
a.button.brown.hollow.pill:active {
  color: #8a450a;
  border: 1px solid #8a450a;
  box-shadow: none;
}

input.button.gray,
button.gray,
a.button.gray {
  background-color: #ebebeb;
  color: #2b2b2b;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.5);
}

input.button.gray:hover,
input.button.gray:focus,
button.gray:hover,
button.gray:focus,
a.button.gray:hover,
a.button.gray:focus {
  background-color: #8b8b8b;
  color: #ffffff;
}

input.button.gray:active,
button.gray:active,
a.button.gray:active {
  background-color: #6d6c6c;
  color: #c7c7c7;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.5) inset;
}

input.button.gray.disabled:hover,
input.button.gray.disabled:focus,
button.gray.disabled:hover,
button.gray.disabled:focus,
a.button.gray.disabled:hover,
a.button.gray.disabled:focus,
input.button.gray.disabled:active,
button.gray.disabled:active,
a.button.gray.disabled:active {
  border: inherit;
  background-color: #EBEBEB;
  color: #2b2b2b;
  cursor: text;
  text-shadow: none;
}

button.mg {
  margin-right: 10px;
}

button.mr {
  margin-right: 10px;
}

button.mr5 {
  margin-right: 5px;
}

button.mr3 {
  margin-right: 3px;
}

button.mr2p {
  margin-right: 2%;
}

button.mr4p {
  margin-right: 4%;
}

button.ml4p {
  margin-left: 4%;
}

button.inline {
  position: relative;
  top: -5px;
  float: none;
}

button.small,
.button.small {
  padding: 5px 10px;
}

.button-dropdown {
  position: relative;
  display: inline-block;
  box-sizing: border-box;
  top: -3px;
}

.button-dropdown:hover ul.dropdown-content {
  display: block;
  top: 100%;
  opacity: 1;
  position: absolute;
  overflow: hidden;
  clip: auto;
  height: auto;
  width: auto;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  -o-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}

.button.floatLeft {
  float: left;
}

input[type="number"]:invalid {
  color: red;
}

.menu-dropdown {
  position: relative;
  display: inline-block;
  box-sizing: border-box;
  top: 0;
}

.menu-dropdown:after {
  content: "";
  position: absolute;
  right: -20px;
  width: 36px;
  top: 0;
  height: 1rem;
}

.menu-dropdown:hover ul.dropdown-content {
  display: block;
  top: 90%;
  opacity: 1;
  position: absolute;
  overflow: hidden;
  clip: auto;
  height: auto;
  width: auto;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  -o-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}

.menu-dropdown:hover ul.dropdown-content.align-right {
  right: -30%;
}

ul.dropdown-content {
  display: block;
  position: absolute;
  overflow: hidden;
  font-size: 12px;
  clip: rect(0 0 0 0);
  height: 1px;
  width: 1px;
  opacity: 0;
  background-color: #ffffff;
  min-width: 210px;
  box-shadow: 0 8px 16px 0 rgba(0, 0, 0, 0.2);
  z-index: 2;
  top: 200%;
  list-style-type: none;
  padding: 0;
  margin: 0;
  border-top: 1px solid #e8e8e8;
  box-sizing: border-box;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  -o-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}

ul.dropdown-content li {
  padding: 0;
  display: block;
  width: 100%;
  border-bottom: 1px solid #e8e8e8;
  box-sizing: border-box;
}

ul.dropdown-content li a,
ul.dropdown-content li a:link,
ul.dropdown-content li a:visited {
  padding: 8px 10px;
  display: block;
  width: 100%;
  text-align: left;
  box-sizing: border-box;
}

ul.dropdown-content li a:focus,
ul.dropdown-content li a:hover {
  color: #dc3333;
}

ul.dropdown-content li a .blacklink {
  color: black;
  font-weight: 400;
  line-height: 1.6;
  padding: 0;
  margin: 0;
  font-size: 12px;
}

input[type="checkbox"].disabled {
  pointer-events: none;
}

input[type="checkbox"].disabled + label {
  opacity: 0.5;
}

#login {
  float: right;
}

#login div.input {
  display: inline-block;
  margin-left: 15px;
}

#login div.input {
  display: inline;
}

#login .mainLoginInput {
  width: 140px;
}

#login div.buttonContainer {
  margin-left: 5px;
}

#login input.formControl {
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  border: 1px solid #242b40;
}

#login input.formControl:focus {
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  border: 1px solid #242b40;
  box-shadow: 0 0 5px #000;
}

#Header button {
  height: 23px;
  line-height: 0;
  margin-top: 1px;
  padding: 9px 7px 8px;
}

#Header button:active {
  height: 23px;
  line-height: 0;
}

.normalForm {
  width: 250px;
  float: left;
}

.twoColumnForm {
  width: 510px;
  float: left;
}

.firstColumnOfForm {
  width: 250px;
  float: left;
}

.secondColumnOfForm {
  width: 250px;
  float: left;
  margin-left: 10px;
}

.fluidWidthForm {
  width: 100%;
  float: left;
  display: block;
}

.fullWidthForm {
  width: 750px;
  float: left;
  display: block;
}

.formWidth600 {
  width: 600px;
  float: left;
  display: block;
}

.formWidth800 {
  width: 800px;
  float: left;
  display: block;
}

.formWidth800m {
  min-width: 800px;
  float: left;
  display: block;
}

.formFilter {
  padding: 10px;
  display: block;
  border: 1px solid #8f9fbf;
  background: #cbd7ea;
  border-radius: 5px;
  background-image: -moz-linear-gradient(top, #bccce8, #a2b1cf);
  /* FF3.6 */
  background-image: -webkit-gradient(
    linear,
    left top,
    left bottom,
    color-stop(0, #bccce8),
    color-stop(1, #a2b1cf)
  );
  /* Saf4+, Chrome */
}

.formRow90pct {
  width: 90%;
  float: left;
  padding: 0 5px;
}

.formRow80pct {
  width: 80%;
  float: left;
  padding: 0 5px;
}

.formRow75pct {
  width: 75%;
  float: left;
  padding: 0 5px;
}

.formRow70pct {
  width: 70%;
  float: left;
  padding: 0 5px;
}

.formRow67pct {
  width: 67%;
  float: left;
  padding: 0 5px;
}

.formRow60pct {
  width: 60%;
  float: left;
  padding: 0 5px;
}

.formRow50pct {
  width: 50%;
  float: left;
  padding: 0 5px;
}

.formRow40pct {
  width: 40%;
  float: left;
  padding: 0 5px;
}

.formRow35pct {
  width: 35%;
  float: left;
  padding: 0 5px;
}

.formRow34pct {
  width: 34%;
  float: left;
  padding: 0 5px;
}

.formRow33pct {
  width: 33%;
  float: left;
  padding: 0 5px;
}

.formRow30pct {
  width: 30%;
  float: left;
  padding: 0 5px;
}

.formRow25pct {
  width: 25%;
  float: left;
  padding: 0 5px;
}

.formRow21p5pct {
  width: 21.5%;
  float: left;
  padding: 0 5px;
}

.formRow20pct {
  width: 20%;
  float: left;
  padding: 0 5px;
  padding: 0 5px;
}

.formRow17p5pct {
  width: 17.5%;
  float: left;
  padding: 0 5px;
}

.formRow15pct {
  width: 15%;
  float: left;
  padding: 0 5px;
}

.formRow13pct {
  width: 13%;
  float: left;
  padding: 0 5px;
}

.formRow12p5pct {
  width: 12.5%;
  float: left;
  padding: 0 5px;
}

.formRow12pct {
  width: 12%;
  float: left;
  padding: 0 5px;
}

.formRow11pct {
  width: 11%;
  float: left;
  padding: 0 5px;
}

.formRow10pct {
  width: 10%;
  float: left;
  padding: 0 5px;
}

.formRow9pct {
  width: 9%;
  float: left;
  padding: 0 5px;
}

.formRow8pct {
  width: 8%;
  float: left;
  padding: 0 5px;
}

.formRowCheckbox {
  display: inline;
  float: left;
  padding: 0 5px;
}

span.required {
  color: #ff6221;
}

.ie7_body #login {
  margin-right: 15px;
}

.ie7_body #login button {
  margin-top: 1px;
}

.ie7_body #login div.buttonContainer {
  width: 65px;
}

.tripLeg {
  padding: 10px 0 10px 3px;
  border-bottom: 1px dashed #8f9fbf;
}

.tripLeg:hover {
  background: #f5f5f5;
  border-bottom: 1px dashed #8f9fbf;
}

#Leg1 {
  border-top: 1px dashed #8f9fbf;
}

#NetOperatorCost {
  margin-right: 20px;
  color: #d2691e;
}

#TotalPriceForClient {
  margin-right: 20px;
  color: #bd4ab4;
}

#TotalProfitOnTrip {
  margin-right: 20px;
  color: #5ebd62;
}

#QuoteTaxEstimates {
  border-top: 1px solid #8f9fbf;
  border-bottom: 1px solid #8f9fbf;
  background: #f8f8f8;
}

.taxEstimatesTitle {
  background: #c4cade;
  color: #ffffff;
  padding: 2px 0;
  text-align: center;
}

.infoBlock p {
  font-size: 11px;
}

.conversion-heading {
  border-bottom: 1px solid #8f9fbf;
  display: block;
  font-weight: bold;
  color: #bb612a;
}

.clear-radio {
  display: inline-block;
  margin-top: 6px;
}

.user-roles {
  padding: 10px;
  background: #f7f7f7;
}

.user-roles label[for="UserUserRoles"] {
  padding-bottom: 10px;
  display: block;
  font-weight: bold;
}

.user-roles fieldset {
  width: 25%;
  float: left;
}

.user-roles fieldset legend {
  font-weight: bold;
  padding-top: 10px;
  margin-bottom: 10px;
}

.multi-checkbox {
  padding: 5px 0;
}

.multi-checkbox label {
  margin-left: 4px;
}

.formInputMultiSelect {
  height: 175px;
  overflow-y: scroll;
  float: left;
  background-color: white;
  padding: 5%;
  width: 100%;
  border: 1px solid #4e5a6f;
  border-radius: 3px;
}

.formInputMultiSelect fieldset legend {
  font-weight: bold;
  text-transform: uppercase;
}

.formInputMultiSelect fieldset {
  margin-bottom: 10px;
}

/* !Forms End */

/* !Tables Start */

table.normal,
table.hollow {
  width: 100%;
  margin: 1em auto;
  border-collapse: collapse;
  font-size: 11px;
  border-top: 1px solid #c5b5a8;
  border-bottom: 1px solid #c5b5a8;
  position: relative;
}

table.normal thead,
table.hollow thead {
  font-size: 11px;
  font-weight: bold;
  position: relative;
}

table.normal th {
  background: #f4e0cf;
  color: #000000;
  text-align: center;
  border-bottom: 1px solid #c5b5a8;
  border-right: 1px solid #ffffff;
  padding: 5px 3px;
  vertical-align: middle;
  text-shadow: 0 1px 1px rgba(255, 255, 255, 0.7);
  position: sticky;
  top:0;
  z-index: 1;
}
table.normal th:last-child, table.normal td:last-child {
  border-right: none;
}

table.normal tbody tr th {
  position: relative;
  top: unset;
  z-index: 0;
}

table.normal th.border-bottom-hidden {
    border-bottom: 1px solid #f4e0cf;
}


table.normal.thick-bottom-border {
  border-bottom: 3px solid #8f9fbf;
}

table.normal th a {
  text-shadow: 0 1px 1px rgba(255, 255, 255, 0.5);
  display: block;
}

table.normal th a.asc {
  background: center right url(/img/bg/asc.png) no-repeat;
  padding-right: 6px;
}

table.normal th a.desc {
  background: center right url(/img/bg/desc.png) no-repeat;
  padding-right: 6px;
}

table.normal th.textAlignRight {
  text-align: right;
}

table.normal th.textAlignCenter {
  text-align: center;
}

table.normal th.textAlignLeft {
  text-align: left;
}

table.normal td {
  border-bottom: 1px solid #d7e1e9;
  border-right: 1px solid #ffffff;
  padding: 7px 3px;
  text-align: left;
  vertical-align: middle;
}

table.normal td.textAlignRight {
  text-align: right;
}

table.normal td.textAlignCenter {
  text-align: center;
}

table.normal td.textAlignLeft {
  text-align: left;
}

table.normal td.wordbreak {
  word-break: break-all;
}

table.normal td.safety-upload {
  background-color: #f0ffe2;
}

table.normal td.verticalAlignTop {
  vertical-align: top;
}

table.normal td a {
  display: block;
}

table.normal td a.inline {
  display: inline;
}

table.normal td {
  min-height: 24px;
}

table.normal tr {
  background: #fafcff;
}

table.normal tr.alt {
  background: #e9effa;
}

table.normal tr.alertbg {
  background-color: #ffcccc;
}

table.normal tr.team-total {
  background: #f8dfcc;
  font-weight: bold;
}

table.normal tr.team-heading {
  background: #d88137;
  color: white;
  font-weight: bold;
  text-transform: uppercase;
}

table.normal tr.company-total th {
  background: #af5f20;
  color: white;
  font-weight: bold;
  text-transform: uppercase;
  text-shadow: none;
}

table.normal tr:hover {
  background: #f7eee2;
}

table.normal tr.team-heading:hover {
    background: #d88137;
    color: white;
    font-weight: bold;
    text-transform: uppercase;
  }

table.normal tr.thick-top-border {
  border-top: 3px solid #8f9fbf;
}

table.tripSummary tbody tr td {
    padding: 3px;
}

table.hollow {
  width: 100%;
  margin: 1em auto;
  border-collapse: collapse;
  font-size: 11px;
  border-top: 1px solid #8f9fbf;
  border-bottom: 1px solid #8f9fbf;
  position: relative;
}

table.hollow th {
  background: transparent;
  color: #000000;
  text-align: center;
  border-bottom: 1px solid #8f9fbf;
  border-right: 1px solid #ffffff;
  padding: 5px 3px;
  vertical-align: middle;
  text-shadow: 0 1px 1px rgba(255, 255, 255, 0.7);
  position: sticky;
  top:0;
  z-index: 1;
}

table.hollow th:last-child, table.hollow td:last-child {
  border-right: none;
}

table.hollow tbody tr th {
  position: relative;
  top: unset;
  z-index: 0;
}

table.hollow th.textAlignRight,
table.hollow td.textAlignRight {
  text-align: right;
}

table.hollow th.textAlignCenter,
table.hollow td.textAlignCenter {
  text-align: center;
}

table.hollow th.textAlignLeft,
table.hollow td.textAlignLeft {
  text-align: left;
}

table.hollow td {
  border-bottom: 1px solid #d7e1e9;
  border-right: 1px solid #ffffff;
  padding: 7px 3px;
  text-align: left;
  vertical-align: middle;
}

table.quoteSummary td, 
table.quoteSummary th{
  padding: 5px 0;
}

colgroup {
  display: table-column-group;
}

col {
  display: table-column;
}

col.leftBorder2 {
  border-left: 2px solid #000000;
}

col.rightBorder2 {
  border-right: 2px solid #000000;
}

table.matrix td.pct20,
td.pct20 {
  background: #e5f0fe;
}

table.matrix td.pct40,
td.pct40 {
  background: #b9d6fd;
}

table.matrix td.pct60,
td.pct60 {
  background: #9fc8fe;
}

table.matrix td.pct80,
td.pct80 {
  background: #6facff;
}

table.matrix td.pct100,
td.pct100 {
  background: #4090fc;
}

.less {
  color: #b50201;
}

.more {
  color: #4eab70;
}

.light-green-bg {
  background-color: #dcedc8;
}
.dark-green-bg {
  background-color: #4b8a04;
}

.results-box {
  background-color: #f5f5f5;
  padding: 10px;
  min-height: 500px;
}

.totalsRow {
  font-weight: bold;
  background: #f4e0cf;
}

table.normal tr.softHighlight {
  background-color: #e5ffdc;
}

table.normal tr.softHighlight:hover {
  background-color: #e5ffdc;
}

.sectionBorderRight {
  border-right: 1px solid #c5b5a8 !important;
}

.sectionBorderLeft {
  border-left: 1px solid #c5b5a8 !important;
}

.sectionBorderTop {
  border-top: 1px solid #c5b5a8 !important;
}

.sectionBorderBottom {
  border-bottom: 1px solid #c5b5a8 !important;
}

#ResultsTable th:hover {
  color: #3084fc;
}

.headerSortUp,
.headerSortDown {
  width: auto;
  position: relative;
  color: #3084fc;
}

.headerSortUp:after,
.headerSortDown:after {
  content: " ";
  position: absolute;
  bottom: 0;
  left: 45%;
  width: 0;
  height: 0;
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  border-top: 5px solid #3084fc;
  border-bottom: 0 solid transparent;
  font-size: 0;
  line-height: 0;
}

.headerSortDown:after {
  border-top: 0 solid transparent;
  border-bottom: 5px solid #3084fc;
}

/* Tables End */

/* !Paging Start */
div.paging {
  margin: 2em 0;
  text-align: center;
}

div.paging span {
  color: #fff;
  display: inline-block;
}

div.paging span.disabled {
  border-radius: 1000px;
  padding: 5px 10px;
  color: #eee;
  display: inline;
  margin: 0 15px;
  background: #ffffff;
  border: 1px solid #eee;
}

div.paging span.current {
  border-radius: 1000px;
  border: solid 1px #606d85;
  background: #606d85;
  padding: 5px 10px;
  color: #ffffff;
}

div.paging span.next {
  border-radius: 1000px;
  margin-left: 15px;
}

div.paging span.prev {
  border-radius: 1000px;
  margin-right: 15px;
}

div.paging span a,
div.paging span a:visited {
  border-radius: 1000px;
  padding: 5px 10px;
  color: #8898ba;
  text-shadow: none;
  display: block;
  border: 1px solid #8898ba;
}

div.paging span a:hover,
div.paging span a:focus {
  border-radius: 1000px;
  background: #8898ba;
  border: solid 1px #8898ba;
  color: #ffffff;
}

div.paging span a:active {
  border-radius: 1000px;
  background: #606d85;
  border: solid 1px #606d85;
  color: #ffffff;
}

/* Paging End */

/* !Ajax Start */
.ajaxIndicator {
  display: none;
}

#loadingIndicator {
  display: none;
  padding: 10px;
  position: fixed;
  width: 100%;
  height: 36px;
  top: 0;
  left: 0;
  background: #d44908;
  box-shadow: 0 0 5px #000000;
  text-shadow: 0 1px 1px rgba(255, 255, 255, 0.3);
  z-index: 1000;
  text-align: center;
  color: white;
}

.ajaxRefresh {
  font-size: 11px;
  color: #dc3333;
  display: none;
  line-height: 16px;
  padding: 0;
  margin: 0;
  float: right;
}

#Refreshing,
#RefreshingAppointments,
#RefreshingReminders,
#RefreshingPaymentMethods,
#RefreshingPassengers,
#RefreshingConciergeOrders,
#RefreshingFBOList,
#RefreshingAocs,
#AocUpdateIndicator,
#PaymentMethodUpdateIndicator,
#TailUpdateIndicator,
#RefreshingRouting,
#RefreshingQuoteRequests,
#LeadEmailUpdateIndicator,
#LeadPhoneUpdateIndicator,
#LeadMobileUpdateIndicator,
#OperatorUpdateIndicator,
#RefreshingConciergeOrders,
#RefreshingConciergeQuotes {
  font-size: 11px;
  color: #dc3333;
  display: none;
  line-height: 16px;
  padding: 0;
  margin: 0;
  float: right;
}

#PaymentMethodUpdateIndicator {
  float: right;
}

#SalesAlertsCount {
  display: inline;
}

#UnclaimedLeadsCount {
  display: inline;
}

#NewTripRequestsCount {
  display: inline;
}

#FulfillmentAlertsCount {
  display: inline;
}

#NewFulfillmentRequestsCount {
  display: inline;
}

#NewFulfillmentSupervisorRequestsCount {
  display: inline;
}

#NewJuniorSalespersonRequestsCount {
  display: inline;
}

#NewConciergeRequestsCount {
  display: inline;
}

#SalesAlertsRefresher {
  display: none;
  width: 16px;
  height: 16px;
  background: url(/img/ajax/menuRefresh.gif) top left no-repeat;
  float: right;
}

#UnclaimedLeadsRefresher {
  display: none;
  width: 16px;
  height: 16px;
  background: url(/img/ajax/menuRefresh.gif) top left no-repeat;
  float: right;
}

#NewTripRequestsRefresher {
  display: none;
  width: 16px;
  height: 16px;
  background: url(/img/ajax/menuRefresh.gif) top left no-repeat;
  float: right;
}

#NewFulfillmentRequestsRefresher {
  display: none;
  width: 16px;
  height: 16px;
  background: url(/img/ajax/menuRefresh.gif) top left no-repeat;
  float: right;
}

/* Ajax End */

/* !Dialogs Start*/
#myDialog {
  display: none;
}

#FormDialot {
  position: fixed;
  top: 10px;
}

/* Dialogs End*/

/* !Content Editable Styles */
.ceContainer {
  display: inline-block;
}

.ce {
  border: 1px dashed #ffffff;
  background: #ffffff;
  margin-right: 5px;
  display: inline-block;
  padding: 5px;
}

.ceNotes,
.ceClientNotes {
  border: 1px solid transparent;
}
.ceContainer:hover .ce,
.ceNotesCell:hover .ceNotes,
.ceClientNotesCell:hover .ceClientNotes {
  border: 1px dashed #3d484e;
  background: #f5f5f5;
}

#CE_EditName {
  visibility: hidden;
}

#EditLeadLevel {
  opacity: 0.5;
}

/* Content Editable Styles End */

#tripActivationNotes {
  background: #f5f5f5;
  padding: 10px;
  box-sizing: border-box;
  border-top: 2px solid #e5e5e5;
  margin-bottom: 10px;
}

/*
 * jQuery UI CSS Framework 1.8.13
 *
 * Copyright 2011, AUTHORS.txt (http://jqueryui.com/about)
 * Dual licensed under the MIT or GPL Version 2 licenses.
 * http://jquery.org/license
 *
 * http://docs.jquery.com/UI/Theming/API
 */

/* Layout helpers
----------------------------------*/
.ui-helper-hidden {
  display: none;
}

.ui-helper-hidden-accessible {
  position: absolute !important;
  clip: rect(1px 1px 1px 1px);
  clip: rect(1px, 1px, 1px, 1px);
}

.ui-helper-reset {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  line-height: 1.3;
  text-decoration: none;
  font-size: 100%;
  list-style: none;
}

.ui-helper-clearfix:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}

.ui-helper-clearfix {
  display: inline-block;
}

/* required comment for clearfix to work in Opera \*/
* html .ui-helper-clearfix {
  height: 1%;
}

.ui-helper-clearfix {
  display: block;
}

/* end clearfix */
.ui-helper-zfix {
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  position: absolute;
  opacity: 0;
  filter: Alpha(Opacity=0);
}

/* Interaction Cues
----------------------------------*/
.ui-state-disabled {
  cursor: default !important;
}

/* Icons
----------------------------------*/

/* states and images */
.ui-icon {
  display: block;
  text-indent: -99999px;
  overflow: hidden;
  background-repeat: no-repeat;
  direction: ltr;
}

/* Misc visuals
----------------------------------*/

/* Overlays */
.ui-widget-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

/* Concierge orders - Trip page */
.tripLegOrders{
  border: 1px solid #8f9fbf;
  box-shadow: 0 0 5px rgba(161, 178, 207, 0.75);
  border-radius: 3px;
}
.tripLegOrder h4{
  margin-top:5px;
}
.tripLegOrder h4 .order-category{
  background-color: #3c4f96;
  padding: 5px 15px;
  border-radius: 1000px;
  margin-top: 15px;
  color: white;
}
.tripLegOrdersTitle{
  padding: 10px;
  border-bottom: 1px solid #8f9fbf;
  border-radius: 2px 2px 0 0;
  background-color: #bdc9e0;
}

.tripLegOrders h3{
  margin-bottom: 0;
}
.tripLegOrdersContent{
  padding: 10px;
}

.tripLegOrderQuotesTitle{
  display:flex; 
  align-items:center; 
  justify-content:space-between;
}


/*
 * jQuery UI CSS Framework 1.8.13
 *
 * Copyright 2011, AUTHORS.txt (http://jqueryui.com/about)
 * Dual licensed under the MIT or GPL Version 2 licenses.
 * http://jquery.org/license
 *
 * http://docs.jquery.com/UI/Theming/API
 *
 * To view and modify this theme, visit http://jqueryui.com/themeroller/?ffDefault=Arial&fwDefault=normal&fsDefault=1.0em&cornerRadius=3px&bgColorHeader=798bb2&bgTextureHeader=02_glass.png&bgImgOpacityHeader=25&borderColorHeader=606d85&fcHeader=ffffff&iconColorHeader=222222&bgColorContent=ffffff&bgTextureContent=01_flat.png&bgImgOpacityContent=75&borderColorContent=8f9fbf&fcContent=222222&iconColorContent=222222&bgColorDefault=a1b2cf&bgTextureDefault=03_highlight_soft.png&bgImgOpacityDefault=50&borderColorDefault=606d85&fcDefault=222222&iconColorDefault=222222&bgColorHover=f0f0f9&bgTextureHover=03_highlight_soft.png&bgImgOpacityHover=75&borderColorHover=606d85&fcHover=dc3333&iconColorHover=dc3333&bgColorActive=ffffff&bgTextureActive=03_highlight_soft.png&bgImgOpacityActive=65&borderColorActive=606d85&fcActive=000000&iconColorActive=000000&bgColorHighlight=fbf9ee&bgTextureHighlight=03_highlight_soft.png&bgImgOpacityHighlight=55&borderColorHighlight=dc3333&fcHighlight=363636&iconColorHighlight=3084fc&bgColorError=fef1ec&bgTextureError=05_inset_soft.png&bgImgOpacityError=95&borderColorError=cd0a0a&fcError=cd0a0a&iconColorError=cd0a0a&bgColorOverlay=8f9fbf&bgTextureOverlay=01_flat.png&bgImgOpacityOverlay=0&opacityOverlay=30&bgColorShadow=8f9fbf&bgTextureShadow=01_flat.png&bgImgOpacityShadow=0&opacityShadow=30&thicknessShadow=8px&offsetTopShadow=-8px&offsetLeftShadow=-8px&cornerRadiusShadow=8px
 */

/* Component containers
----------------------------------*/
.ui-widget {
  font-family: "Lucida Grande", Arial, Helvetica, sans-serif;
  font-size: 1em;
}

.ui-widget .ui-widget {
  font-size: 1em;
}

.ui-widget input,
.ui-widget select,
.ui-widget textarea,
.ui-widget button {
  font-family: "Lucida Grande", Arial, Helvetica, sans-serif;
  font-size: 1em;
}

.ui-widget-content {
  border: 1px solid #8f9fbf;
  background: #ffffff url(images/ui-bg_flat_75_ffffff_40x100.png) 50% 50%
    repeat-x;
  color: #222222;
}

.ui-widget-header {
  border: 1px solid #606d85;
  background: #798bb2 url(images/ui-bg_glass_25_798bb2_1x400.png) 50% 50%
    repeat-x;
  color: #ffffff;
  font-weight: bold;
}

.ui-widget-header a {
  color: #ffffff;
}

/* Interaction states
----------------------------------*/
.ui-state-default,
.ui-widget-content .ui-state-default,
.ui-widget-header .ui-state-default {
  border: 1px solid #606d85;
  background: #a1b2cf url(images/ui-bg_highlight-soft_50_a1b2cf_1x100.png) 50%
    50% repeat-x;
  font-weight: normal;
  color: #222222;
}

.ui-state-default a,
.ui-state-default a:link,
.ui-state-default a:visited {
  color: #222222;
  text-decoration: none;
}

.ui-state-hover,
.ui-widget-content .ui-state-hover,
.ui-widget-header .ui-state-hover,
.ui-state-focus,
.ui-widget-content .ui-state-focus,
.ui-widget-header .ui-state-focus {
  border: 1px solid #606d85;
  background: #f0f0f9 url(images/ui-bg_highlight-soft_75_f0f0f9_1x100.png) 50%
    50% repeat-x;
  font-weight: normal;
  color: #dc3333;
}

.ui-state-hover a,
.ui-state-hover a:hover {
  color: #dc3333;
  text-decoration: none;
}

.ui-state-active,
.ui-widget-content .ui-state-active,
.ui-widget-header .ui-state-active {
  border: 1px solid #606d85;
  background: #ffffff url(images/ui-bg_highlight-soft_65_ffffff_1x100.png) 50%
    50% repeat-x;
  font-weight: normal;
  color: #000000;
}

.ui-state-active a,
.ui-state-active a:link,
.ui-state-active a:visited {
  color: #000000;
  text-decoration: none;
}

.ui-widget :active {
  outline: none;
}

/* Interaction Cues
----------------------------------*/
.ui-state-highlight,
.ui-widget-content .ui-state-highlight,
.ui-widget-header .ui-state-highlight {
  border: 1px solid #dc3333;
  background: #fbf9ee url(images/ui-bg_highlight-soft_55_fbf9ee_1x100.png) 50%
    top repeat-x;
  color: #363636;
}

.ui-state-highlight a,
.ui-widget-content .ui-state-highlight a,
.ui-widget-header .ui-state-highlight a {
  color: #363636;
}

.ui-state-error,
.ui-widget-content .ui-state-error,
.ui-widget-header .ui-state-error {
  border: 1px solid #cd0a0a;
  background: #fef1ec url(images/ui-bg_inset-soft_95_fef1ec_1x100.png) 50%
    bottom repeat-x;
  color: #cd0a0a;
}

.ui-state-error a,
.ui-widget-content .ui-state-error a,
.ui-widget-header .ui-state-error a {
  color: #cd0a0a;
}

.ui-state-error-text,
.ui-widget-content .ui-state-error-text,
.ui-widget-header .ui-state-error-text {
  color: #cd0a0a;
}

.ui-priority-primary,
.ui-widget-content .ui-priority-primary,
.ui-widget-header .ui-priority-primary {
  font-weight: bold;
}

.ui-priority-secondary,
.ui-widget-content .ui-priority-secondary,
.ui-widget-header .ui-priority-secondary {
  opacity: 0.7;
  filter: Alpha(Opacity=70);
  font-weight: normal;
}

.ui-state-disabled,
.ui-widget-content .ui-state-disabled,
.ui-widget-header .ui-state-disabled {
  opacity: 0.35;
  filter: Alpha(Opacity=35);
  background-image: none;
}

/* Icons
----------------------------------*/

/* states and images */
.ui-icon {
  width: 16px;
  height: 16px;
  background-image: url(images/ui-icons_222222_256x240.png);
}

.ui-widget-content .ui-icon {
  background-image: url(images/ui-icons_222222_256x240.png);
}

.ui-widget-header .ui-icon {
  background-image: url(images/ui-icons_222222_256x240.png);
}

.ui-state-default .ui-icon {
  background-image: url(images/ui-icons_222222_256x240.png);
}

.ui-state-hover .ui-icon,
.ui-state-focus .ui-icon {
  background-image: url(images/ui-icons_dc3333_256x240.png);
}

.ui-state-active .ui-icon {
  background-image: url(images/ui-icons_000000_256x240.png);
}

.ui-state-highlight .ui-icon {
  background-image: url(images/ui-icons_3084fc_256x240.png);
}

.ui-state-error .ui-icon,
.ui-state-error-text .ui-icon {
  background-image: url(images/ui-icons_cd0a0a_256x240.png);
}

/* positioning */
.ui-icon-carat-1-n {
  background-position: 0 0;
}

.ui-icon-carat-1-ne {
  background-position: -16px 0;
}

.ui-icon-carat-1-e {
  background-position: -32px 0;
}

.ui-icon-carat-1-se {
  background-position: -48px 0;
}

.ui-icon-carat-1-s {
  background-position: -64px 0;
}

.ui-icon-carat-1-sw {
  background-position: -80px 0;
}

.ui-icon-carat-1-w {
  background-position: -96px 0;
}

.ui-icon-carat-1-nw {
  background-position: -112px 0;
}

.ui-icon-carat-2-n-s {
  background-position: -128px 0;
}

.ui-icon-carat-2-e-w {
  background-position: -144px 0;
}

.ui-icon-triangle-1-n {
  background-position: 0 -16px;
}

.ui-icon-triangle-1-ne {
  background-position: -16px -16px;
}

.ui-icon-triangle-1-e {
  background-position: -32px -16px;
}

.ui-icon-triangle-1-se {
  background-position: -48px -16px;
}

.ui-icon-triangle-1-s {
  background-position: -64px -16px;
}

.ui-icon-triangle-1-sw {
  background-position: -80px -16px;
}

.ui-icon-triangle-1-w {
  background-position: -96px -16px;
}

.ui-icon-triangle-1-nw {
  background-position: -112px -16px;
}

.ui-icon-triangle-2-n-s {
  background-position: -128px -16px;
}

.ui-icon-triangle-2-e-w {
  background-position: -144px -16px;
}

.ui-icon-arrow-1-n {
  background-position: 0 -32px;
}

.ui-icon-arrow-1-ne {
  background-position: -16px -32px;
}

.ui-icon-arrow-1-e {
  background-position: -32px -32px;
}

.ui-icon-arrow-1-se {
  background-position: -48px -32px;
}

.ui-icon-arrow-1-s {
  background-position: -64px -32px;
}

.ui-icon-arrow-1-sw {
  background-position: -80px -32px;
}

.ui-icon-arrow-1-w {
  background-position: -96px -32px;
}

.ui-icon-arrow-1-nw {
  background-position: -112px -32px;
}

.ui-icon-arrow-2-n-s {
  background-position: -128px -32px;
}

.ui-icon-arrow-2-ne-sw {
  background-position: -144px -32px;
}

.ui-icon-arrow-2-e-w {
  background-position: -160px -32px;
}

.ui-icon-arrow-2-se-nw {
  background-position: -176px -32px;
}

.ui-icon-arrowstop-1-n {
  background-position: -192px -32px;
}

.ui-icon-arrowstop-1-e {
  background-position: -208px -32px;
}

.ui-icon-arrowstop-1-s {
  background-position: -224px -32px;
}

.ui-icon-arrowstop-1-w {
  background-position: -240px -32px;
}

.ui-icon-arrowthick-1-n {
  background-position: 0 -48px;
}

.ui-icon-arrowthick-1-ne {
  background-position: -16px -48px;
}

.ui-icon-arrowthick-1-e {
  background-position: -32px -48px;
}

.ui-icon-arrowthick-1-se {
  background-position: -48px -48px;
}

.ui-icon-arrowthick-1-s {
  background-position: -64px -48px;
}

.ui-icon-arrowthick-1-sw {
  background-position: -80px -48px;
}

.ui-icon-arrowthick-1-w {
  background-position: -96px -48px;
}

.ui-icon-arrowthick-1-nw {
  background-position: -112px -48px;
}

.ui-icon-arrowthick-2-n-s {
  background-position: -128px -48px;
}

.ui-icon-arrowthick-2-ne-sw {
  background-position: -144px -48px;
}

.ui-icon-arrowthick-2-e-w {
  background-position: -160px -48px;
}

.ui-icon-arrowthick-2-se-nw {
  background-position: -176px -48px;
}

.ui-icon-arrowthickstop-1-n {
  background-position: -192px -48px;
}

.ui-icon-arrowthickstop-1-e {
  background-position: -208px -48px;
}

.ui-icon-arrowthickstop-1-s {
  background-position: -224px -48px;
}

.ui-icon-arrowthickstop-1-w {
  background-position: -240px -48px;
}

.ui-icon-arrowreturnthick-1-w {
  background-position: 0 -64px;
}

.ui-icon-arrowreturnthick-1-n {
  background-position: -16px -64px;
}

.ui-icon-arrowreturnthick-1-e {
  background-position: -32px -64px;
}

.ui-icon-arrowreturnthick-1-s {
  background-position: -48px -64px;
}

.ui-icon-arrowreturn-1-w {
  background-position: -64px -64px;
}

.ui-icon-arrowreturn-1-n {
  background-position: -80px -64px;
}

.ui-icon-arrowreturn-1-e {
  background-position: -96px -64px;
}

.ui-icon-arrowreturn-1-s {
  background-position: -112px -64px;
}

.ui-icon-arrowrefresh-1-w {
  background-position: -128px -64px;
}

.ui-icon-arrowrefresh-1-n {
  background-position: -144px -64px;
}

.ui-icon-arrowrefresh-1-e {
  background-position: -160px -64px;
}

.ui-icon-arrowrefresh-1-s {
  background-position: -176px -64px;
}

.ui-icon-arrow-4 {
  background-position: 0 -80px;
}

.ui-icon-arrow-4-diag {
  background-position: -16px -80px;
}

.ui-icon-extlink {
  background-position: -32px -80px;
}

.ui-icon-newwin {
  background-position: -48px -80px;
}

.ui-icon-refresh {
  background-position: -64px -80px;
}

.ui-icon-shuffle {
  background-position: -80px -80px;
}

.ui-icon-transfer-e-w {
  background-position: -96px -80px;
}

.ui-icon-transferthick-e-w {
  background-position: -112px -80px;
}

.ui-icon-folder-collapsed {
  background-position: 0 -96px;
}

.ui-icon-folder-open {
  background-position: -16px -96px;
}

.ui-icon-document {
  background-position: -32px -96px;
}

.ui-icon-document-b {
  background-position: -48px -96px;
}

.ui-icon-note {
  background-position: -64px -96px;
}

.ui-icon-mail-closed {
  background-position: -80px -96px;
}

.ui-icon-mail-open {
  background-position: -96px -96px;
}

.ui-icon-suitcase {
  background-position: -112px -96px;
}

.ui-icon-comment {
  background-position: -128px -96px;
}

.ui-icon-person {
  background-position: -144px -96px;
}

.ui-icon-print {
  background-position: -160px -96px;
}

.ui-icon-trash {
  background-position: -176px -96px;
}

.ui-icon-locked {
  background-position: -192px -96px;
}

.ui-icon-unlocked {
  background-position: -208px -96px;
}

.ui-icon-bookmark {
  background-position: -224px -96px;
}

.ui-icon-tag {
  background-position: -240px -96px;
}

.ui-icon-home {
  background-position: 0 -112px;
}

.ui-icon-flag {
  background-position: -16px -112px;
}

.ui-icon-calendar {
  background-position: -32px -112px;
}

.ui-icon-cart {
  background-position: -48px -112px;
}

.ui-icon-pencil {
  background-position: -64px -112px;
}

.ui-icon-clock {
  background-position: -80px -112px;
}

.ui-icon-disk {
  background-position: -96px -112px;
}

.ui-icon-calculator {
  background-position: -112px -112px;
}

.ui-icon-zoomin {
  background-position: -128px -112px;
}

.ui-icon-zoomout {
  background-position: -144px -112px;
}

.ui-icon-search {
  background-position: -160px -112px;
}

.ui-icon-wrench {
  background-position: -176px -112px;
}

.ui-icon-gear {
  background-position: -192px -112px;
}

.ui-icon-heart {
  background-position: -208px -112px;
}

.ui-icon-star {
  background-position: -224px -112px;
}

.ui-icon-link {
  background-position: -240px -112px;
}

.ui-icon-cancel {
  background-position: 0 -128px;
}

.ui-icon-plus {
  background-position: -16px -128px;
}

.ui-icon-plusthick {
  background-position: -32px -128px;
}

.ui-icon-minus {
  background-position: -48px -128px;
}

.ui-icon-minusthick {
  background-position: -64px -128px;
}

.ui-icon-close {
  background-position: -80px -128px;
}

.ui-icon-closethick {
  background-position: -96px -128px;
}

.ui-icon-key {
  background-position: -112px -128px;
}

.ui-icon-lightbulb {
  background-position: -128px -128px;
}

.ui-icon-scissors {
  background-position: -144px -128px;
}

.ui-icon-clipboard {
  background-position: -160px -128px;
}

.ui-icon-copy {
  background-position: -176px -128px;
}

.ui-icon-contact {
  background-position: -192px -128px;
}

.ui-icon-image {
  background-position: -208px -128px;
}

.ui-icon-video {
  background-position: -224px -128px;
}

.ui-icon-script {
  background-position: -240px -128px;
}

.ui-icon-alert {
  background-position: 0 -144px;
}

.ui-icon-info {
  background-position: -16px -144px;
}

.ui-icon-notice {
  background-position: -32px -144px;
}

.ui-icon-help {
  background-position: -48px -144px;
}

.ui-icon-check {
  background-position: -64px -144px;
}

.ui-icon-bullet {
  background-position: -80px -144px;
}

.ui-icon-radio-off {
  background-position: -96px -144px;
}

.ui-icon-radio-on {
  background-position: -112px -144px;
}

.ui-icon-pin-w {
  background-position: -128px -144px;
}

.ui-icon-pin-s {
  background-position: -144px -144px;
}

.ui-icon-play {
  background-position: 0 -160px;
}

.ui-icon-pause {
  background-position: -16px -160px;
}

.ui-icon-seek-next {
  background-position: -32px -160px;
}

.ui-icon-seek-prev {
  background-position: -48px -160px;
}

.ui-icon-seek-end {
  background-position: -64px -160px;
}

.ui-icon-seek-start {
  background-position: -80px -160px;
}

/* ui-icon-seek-first is deprecated, use ui-icon-seek-start instead */
.ui-icon-seek-first {
  background-position: -80px -160px;
}

.ui-icon-stop {
  background-position: -96px -160px;
}

.ui-icon-eject {
  background-position: -112px -160px;
}

.ui-icon-volume-off {
  background-position: -128px -160px;
}

.ui-icon-volume-on {
  background-position: -144px -160px;
}

.ui-icon-power {
  background-position: 0 -176px;
}

.ui-icon-signal-diag {
  background-position: -16px -176px;
}

.ui-icon-signal {
  background-position: -32px -176px;
}

.ui-icon-battery-0 {
  background-position: -48px -176px;
}

.ui-icon-battery-1 {
  background-position: -64px -176px;
}

.ui-icon-battery-2 {
  background-position: -80px -176px;
}

.ui-icon-battery-3 {
  background-position: -96px -176px;
}

.ui-icon-circle-plus {
  background-position: 0 -192px;
}

.ui-icon-circle-minus {
  background-position: -16px -192px;
}

.ui-icon-circle-close {
  background-position: -32px -192px;
}

.ui-icon-circle-triangle-e {
  background-position: -48px -192px;
}

.ui-icon-circle-triangle-s {
  background-position: -64px -192px;
}

.ui-icon-circle-triangle-w {
  background-position: -80px -192px;
}

.ui-icon-circle-triangle-n {
  background-position: -96px -192px;
}

.ui-icon-circle-arrow-e {
  background-position: -112px -192px;
}

.ui-icon-circle-arrow-s {
  background-position: -128px -192px;
}

.ui-icon-circle-arrow-w {
  background-position: -144px -192px;
}

.ui-icon-circle-arrow-n {
  background-position: -160px -192px;
}

.ui-icon-circle-zoomin {
  background-position: -176px -192px;
}

.ui-icon-circle-zoomout {
  background-position: -192px -192px;
}

.ui-icon-circle-check {
  background-position: -208px -192px;
}

.ui-icon-circlesmall-plus {
  background-position: 0 -208px;
}

.ui-icon-circlesmall-minus {
  background-position: -16px -208px;
}

.ui-icon-circlesmall-close {
  background-position: -32px -208px;
}

.ui-icon-squaresmall-plus {
  background-position: -48px -208px;
}

.ui-icon-squaresmall-minus {
  background-position: -64px -208px;
}

.ui-icon-squaresmall-close {
  background-position: -80px -208px;
}

.ui-icon-grip-dotted-vertical {
  background-position: 0 -224px;
}

.ui-icon-grip-dotted-horizontal {
  background-position: -16px -224px;
}

.ui-icon-grip-solid-vertical {
  background-position: -32px -224px;
}

.ui-icon-grip-solid-horizontal {
  background-position: -48px -224px;
}

.ui-icon-gripsmall-diagonal-se {
  background-position: -64px -224px;
}

.ui-icon-grip-diagonal-se {
  background-position: -80px -224px;
}

/* Misc visuals
----------------------------------*/

/* Corner radius */
.ui-corner-tl {
  -moz-border-radius-topleft: 3px;
  -webkit-border-top-left-radius: 3px;
  border-top-left-radius: 3px;
}

.ui-corner-tr {
  -moz-border-radius-topright: 3px;
  -webkit-border-top-right-radius: 3px;
  border-top-right-radius: 3px;
}

.ui-corner-bl {
  -moz-border-radius-bottomleft: 3px;
  -webkit-border-bottom-left-radius: 3px;
  border-bottom-left-radius: 3px;
}

.ui-corner-br {
  -moz-border-radius-bottomright: 3px;
  -webkit-border-bottom-right-radius: 3px;
  border-bottom-right-radius: 3px;
}

.ui-corner-top {
  -moz-border-radius-topleft: 3px;
  -webkit-border-top-left-radius: 3px;
  border-top-left-radius: 3px;
  -moz-border-radius-topright: 3px;
  -webkit-border-top-right-radius: 3px;
  border-top-right-radius: 3px;
}

.ui-corner-bottom {
  -moz-border-radius-bottomleft: 3px;
  -webkit-border-bottom-left-radius: 3px;
  border-bottom-left-radius: 3px;
  -moz-border-radius-bottomright: 3px;
  -webkit-border-bottom-right-radius: 3px;
  border-bottom-right-radius: 3px;
}

.ui-corner-right {
  -moz-border-radius-topright: 3px;
  -webkit-border-top-right-radius: 3px;
  border-top-right-radius: 3px;
  -moz-border-radius-bottomright: 3px;
  -webkit-border-bottom-right-radius: 3px;
  border-bottom-right-radius: 3px;
}

.ui-corner-left {
  -moz-border-radius-topleft: 3px;
  -webkit-border-top-left-radius: 3px;
  border-top-left-radius: 3px;
  -moz-border-radius-bottomleft: 3px;
  -webkit-border-bottom-left-radius: 3px;
  border-bottom-left-radius: 3px;
}

.ui-corner-all {
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
}

/* Overlays */
.ui-widget-overlay {
  background: #8f9fbf url(images/ui-bg_flat_0_8f9fbf_40x100.png) 50% 50%
    repeat-x;
  opacity: 0.3;
  filter: Alpha(Opacity=30);
}

.ui-widget-shadow {
  margin: -8px 0 0 -8px;
  padding: 8px;
  background: #8f9fbf url(images/ui-bg_flat_0_8f9fbf_40x100.png) 50% 50%
    repeat-x;
  opacity: 0.3;
  filter: Alpha(Opacity=30);
  -moz-border-radius: 8px;
  -webkit-border-radius: 8px;
  border-radius: 8px;
}

/*
 * jQuery UI Resizable 1.8.13
 *
 * Copyright 2011, AUTHORS.txt (http://jqueryui.com/about)
 * Dual licensed under the MIT or GPL Version 2 licenses.
 * http://jquery.org/license
 *
 * http://docs.jquery.com/UI/Resizable#theming
 */
.ui-resizable {
  position: relative;
}

.ui-resizable-handle {
  position: absolute;
  font-size: 0.1px;
  z-index: 99999;
  display: block;
  /* http://bugs.jqueryui.com/ticket/7233
	 - Resizable: resizable handles fail to work in IE if transparent and content overlaps
	*/
  /*background-image:url("data:image/gif;base64,R0lGODlhAQABAAD/ACwAAAAAAQABAAACADs=");*/
}

.ui-resizable-disabled .ui-resizable-handle,
.ui-resizable-autohide .ui-resizable-handle {
  display: none;
}

.ui-resizable-n {
  cursor: n-resize;
  height: 7px;
  width: 100%;
  top: -5px;
  left: 0;
}

.ui-resizable-s {
  cursor: s-resize;
  height: 7px;
  width: 100%;
  bottom: -5px;
  left: 0;
}

.ui-resizable-e {
  cursor: e-resize;
  width: 7px;
  right: -5px;
  top: 0;
  height: 100%;
}

.ui-resizable-w {
  cursor: w-resize;
  width: 7px;
  left: -5px;
  top: 0;
  height: 100%;
}

.ui-resizable-se {
  cursor: se-resize;
  width: 12px;
  height: 12px;
  right: 1px;
  bottom: 1px;
}

.ui-resizable-sw {
  cursor: sw-resize;
  width: 9px;
  height: 9px;
  left: -5px;
  bottom: -5px;
}

.ui-resizable-nw {
  cursor: nw-resize;
  width: 9px;
  height: 9px;
  left: -5px;
  top: -5px;
}

.ui-resizable-ne {
  cursor: ne-resize;
  width: 9px;
  height: 9px;
  right: -5px;
  top: -5px;
}

/*
 * jQuery UI Selectable 1.8.13
 *
 * Copyright 2011, AUTHORS.txt (http://jqueryui.com/about)
 * Dual licensed under the MIT or GPL Version 2 licenses.
 * http://jquery.org/license
 *
 * http://docs.jquery.com/UI/Selectable#theming
 */
.ui-selectable-helper {
  position: absolute;
  z-index: 100;
  border: 1px dotted black;
}

/*
 * jQuery UI Accordion 1.8.13
 *
 * Copyright 2011, AUTHORS.txt (http://jqueryui.com/about)
 * Dual licensed under the MIT or GPL Version 2 licenses.
 * http://jquery.org/license
 *
 * http://docs.jquery.com/UI/Accordion#theming
 */
/* IE/Win - Fix animation bug - #4615 */
.ui-accordion {
  width: 100%;
}

.ui-accordion .ui-accordion-header {
  cursor: pointer;
  position: relative;
  margin-top: 1px;
  zoom: 1;
}

.ui-accordion .ui-accordion-li-fix {
  display: inline;
}

.ui-accordion .ui-accordion-header-active {
  border-bottom: 0 !important;
}

.ui-accordion .ui-accordion-header a {
  display: block;
  font-size: 1em;
  padding: 0.5em 0.5em 0.5em 0.7em;
}

.ui-accordion-icons .ui-accordion-header a {
  padding-left: 2.2em;
}

.ui-accordion .ui-accordion-header .ui-icon {
  position: absolute;
  left: 0.5em;
  top: 50%;
  margin-top: -8px;
}

.ui-accordion .ui-accordion-content {
  padding: 1em 2.2em;
  border-top: 0;
  margin-top: -2px;
  position: relative;
  top: 1px;
  margin-bottom: 2px;
  overflow: auto;
  display: none;
  zoom: 1;
}

.ui-accordion .ui-accordion-content-active {
  display: block;
}

/*
 * jQuery UI Autocomplete 1.8.13
 *
 * Copyright 2011, AUTHORS.txt (http://jqueryui.com/about)
 * Dual licensed under the MIT or GPL Version 2 licenses.
 * http://jquery.org/license
 *
 * http://docs.jquery.com/UI/Autocomplete#theming
 */
.ui-autocomplete {
  position: absolute;
  cursor: default;
}

/* workarounds */
* html .ui-autocomplete {
  width: 1px;
}

/* without this, the menu expands to 100% in IE6 */

/*
 * jQuery UI Menu 1.8.13
 *
 * Copyright 2010, AUTHORS.txt (http://jqueryui.com/about)
 * Dual licensed under the MIT or GPL Version 2 licenses.
 * http://jquery.org/license
 *
 * http://docs.jquery.com/UI/Menu#theming
 */
.ui-menu {
  list-style: none;
  padding: 2px;
  margin: 0;
  display: block;
  float: left;
}

.ui-menu .ui-menu {
  margin-top: -3px;
}

.ui-menu .ui-menu-item {
  margin: 0;
  padding: 0;
  zoom: 1;
  float: left;
  clear: left;
  width: 100%;
}

.ui-menu .ui-menu-item a {
  text-decoration: none;
  display: block;
  padding: 0.2em 0.4em;
  line-height: 1.5;
  zoom: 1;
}

.ui-menu .ui-menu-item a.ui-state-hover,
.ui-menu .ui-menu-item a.ui-state-active {
  font-weight: normal;
  margin: -1px;
}

/*
 * jQuery UI Button 1.8.13
 *
 * Copyright 2011, AUTHORS.txt (http://jqueryui.com/about)
 * Dual licensed under the MIT or GPL Version 2 licenses.
 * http://jquery.org/license
 *
 * http://docs.jquery.com/UI/Button#theming
 */
.ui-button {
  display: inline-block;
  position: relative;
  padding: 0;
  margin-right: 0.1em;
  text-decoration: none !important;
  cursor: pointer;
  text-align: center;
  zoom: 1;
  overflow: visible;
}

/* the overflow property removes extra width in IE */
.ui-button-icon-only {
  width: 2.2em;
}

/* to make room for the icon, a width needs to be set here */
button.ui-button-icon-only {
  width: 2.4em;
}

/* button elements seem to need a little more width */
.ui-button-icons-only {
  width: 3.4em;
}

button.ui-button-icons-only {
  width: 3.7em;
}

/*button text element */
.ui-button .ui-button-text {
  display: block;
  line-height: 1.4;
}

.ui-button-text-only .ui-button-text {
  padding: 0.4em 1em;
}

.ui-button-icon-only .ui-button-text,
.ui-button-icons-only .ui-button-text {
  padding: 0.4em;
  text-indent: -9999999px;
  direction: ltr;
}

.ui-button-text-icon-primary .ui-button-text,
.ui-button-text-icons .ui-button-text {
  padding: 0.4em 1em 0.4em 2.1em;
}

.ui-button-text-icon-secondary .ui-button-text,
.ui-button-text-icons .ui-button-text {
  padding: 0.4em 2.1em 0.4em 1em;
}

.ui-button-text-icons .ui-button-text {
  padding-left: 2.1em;
  padding-right: 2.1em;
}

/* no icon support for input elements, provide padding by default */
input.ui-button {
  padding: 0.4em 1em;
}

/*button icon element(s) */
.ui-button-icon-only .ui-icon,
.ui-button-text-icon-primary .ui-icon,
.ui-button-text-icon-secondary .ui-icon,
.ui-button-text-icons .ui-icon,
.ui-button-icons-only .ui-icon {
  position: absolute;
  top: 50%;
  margin-top: -8px;
}

.ui-button-icon-only .ui-icon {
  left: 50%;
  margin-left: -8px;
}

.ui-button-text-icon-primary .ui-button-icon-primary,
.ui-button-text-icons .ui-button-icon-primary,
.ui-button-icons-only .ui-button-icon-primary {
  left: 0.5em;
}

.ui-button-text-icon-secondary .ui-button-icon-secondary,
.ui-button-text-icons .ui-button-icon-secondary,
.ui-button-icons-only .ui-button-icon-secondary {
  right: 0.5em;
}

.ui-button-text-icons .ui-button-icon-secondary,
.ui-button-icons-only .ui-button-icon-secondary {
  right: 0.5em;
}

/*button sets*/
.ui-buttonset {
  margin-right: 7px;
}

.ui-buttonset .ui-button {
  margin-left: 0;
  margin-right: -0.3em;
}

/* workarounds */
button.ui-button::-moz-focus-inner {
  border: 0;
  padding: 0;
}

/* reset extra padding in Firefox */
/*
 * jQuery UI Dialog 1.8.13
 *
 * Copyright 2011, AUTHORS.txt (http://jqueryui.com/about)
 * Dual licensed under the MIT or GPL Version 2 licenses.
 * http://jquery.org/license
 *
 * http://docs.jquery.com/UI/Dialog#theming
 */
.ui-dialog {
  position: absolute;
  padding: 0.2em;
  width: 300px;
  overflow: hidden;
}

.ui-dialog .ui-dialog-titlebar {
  padding: 0.4em 1em;
  position: relative;
}

.ui-dialog .ui-dialog-title {
  float: left;
  margin: 0.1em 16px 0.1em 0;
}

.ui-dialog .ui-dialog-titlebar-close {
  position: absolute;
  right: 0.3em;
  top: 50%;
  width: 19px;
  margin: -10px 0 0 0;
  padding: 1px;
  height: 18px;
}

.ui-dialog .ui-dialog-titlebar-close span {
  display: block;
  margin: 0;
}

.ui-dialog .ui-dialog-titlebar-close:hover,
.ui-dialog .ui-dialog-titlebar-close:focus {
  padding: 0;
}

.ui-dialog .ui-dialog-content {
  position: relative;
  border: 0;
  padding: 0.5em 1em;
  background: none;
  overflow: auto;
  zoom: 1;
}

.ui-dialog .ui-dialog-buttonpane {
  text-align: left;
  border-width: 1px 0 0 0;
  background-image: none;
  margin: 0.5em 0 0 0;
  padding: 0.3em 1em 0.5em 0.4em;
}

.ui-dialog .ui-dialog-buttonpane .ui-dialog-buttonset {
  float: right;
}

.ui-dialog .ui-dialog-buttonpane button {
  margin: 0.5em 0.4em 0.5em 0;
  cursor: pointer;
}

.ui-dialog .ui-resizable-se {
  width: 14px;
  height: 14px;
  right: 3px;
  bottom: 3px;
}

.ui-draggable .ui-dialog-titlebar {
  cursor: move;
}

/*
 * jQuery UI Slider 1.8.13
 *
 * Copyright 2011, AUTHORS.txt (http://jqueryui.com/about)
 * Dual licensed under the MIT or GPL Version 2 licenses.
 * http://jquery.org/license
 *
 * http://docs.jquery.com/UI/Slider#theming
 */
.ui-slider {
  position: relative;
  text-align: left;
}

.ui-slider .ui-slider-handle {
  position: absolute;
  z-index: 2;
  width: 1.2em;
  height: 1.2em;
  cursor: default;
}

.ui-slider .ui-slider-range {
  position: absolute;
  z-index: 1;
  font-size: 0.7em;
  display: block;
  border: 0;
  background-position: 0 0;
}

.ui-slider-horizontal {
  height: 0.8em;
}

.ui-slider-horizontal .ui-slider-handle {
  top: -0.3em;
  margin-left: -0.6em;
}

.ui-slider-horizontal .ui-slider-range {
  top: 0;
  height: 100%;
}

.ui-slider-horizontal .ui-slider-range-min {
  left: 0;
}

.ui-slider-horizontal .ui-slider-range-max {
  right: 0;
}

.ui-slider-vertical {
  width: 0.8em;
  height: 100px;
}

.ui-slider-vertical .ui-slider-handle {
  left: -0.3em;
  margin-left: 0;
  margin-bottom: -0.6em;
}

.ui-slider-vertical .ui-slider-range {
  left: 0;
  width: 100%;
}

.ui-slider-vertical .ui-slider-range-min {
  bottom: 0;
}

.ui-slider-vertical .ui-slider-range-max {
  top: 0;
}

/*
 * jQuery UI Tabs 1.8.13
 *
 * Copyright 2011, AUTHORS.txt (http://jqueryui.com/about)
 * Dual licensed under the MIT or GPL Version 2 licenses.
 * http://jquery.org/license
 *
 * http://docs.jquery.com/UI/Tabs#theming
 */
.ui-tabs {
  position: relative;
  padding: 0.2em;
  zoom: 1;
  box-shadow: 0 0 5px rgba(161, 178, 207, 0.75);
}

/* position: relative prevents IE scroll bug (element with position: relative inside container with overflow: auto appear as "fixed") */
.ui-tabs .ui-tabs-nav {
  margin: 0;
  padding: 0.2em 0.2em 0;
}

.ui-tabs .ui-tabs-nav li {
  list-style: none;
  float: left;
  position: relative;
  top: 1px;
  margin: 0 0.2em 1px 0;
  border-bottom: 0 !important;
  padding: 0;
  white-space: nowrap;
}

.ui-tabs .ui-tabs-nav li a {
  float: left;
  padding: 0.5em 1em;
  text-decoration: none;
}

.ui-tabs .ui-tabs-nav li.ui-tabs-selected {
  margin-bottom: 0;
  padding-bottom: 1px;
}

.ui-tabs .ui-tabs-nav li.ui-tabs-selected a,
.ui-tabs .ui-tabs-nav li.ui-state-disabled a,
.ui-tabs .ui-tabs-nav li.ui-state-processing a {
  cursor: text;
}

.ui-tabs .ui-tabs-nav li a,
.ui-tabs.ui-tabs-collapsible .ui-tabs-nav li.ui-tabs-selected a {
  cursor: pointer;
}

/* first selector in group seems obsolete, but required to overcome bug in Opera applying cursor: text overall if defined elsewhere... */
.ui-tabs .ui-tabs-panel {
  display: block;
  border-width: 0;
  padding: 1em 1.4em;
  background: none;
}

.ui-tabs .ui-tabs-hide {
  display: none !important;
}

/*
 * jQuery UI Datepicker 1.8.13
 *
 * Copyright 2011, AUTHORS.txt (http://jqueryui.com/about)
 * Dual licensed under the MIT or GPL Version 2 licenses.
 * http://jquery.org/license
 *
 * http://docs.jquery.com/UI/Datepicker#theming
 */
.ui-datepicker {
  width: 17em;
  padding: 0.2em 0.2em 0;
  display: none;
}

.ui-datepicker .ui-datepicker-header {
  position: relative;
  padding: 0.2em 0;
}

.ui-datepicker .ui-datepicker-prev,
.ui-datepicker .ui-datepicker-next {
  position: absolute;
  top: 2px;
  width: 1.8em;
  height: 1.8em;
}

.ui-datepicker .ui-datepicker-prev-hover,
.ui-datepicker .ui-datepicker-next-hover {
  top: 1px;
}

.ui-datepicker .ui-datepicker-prev {
  left: 2px;
}

.ui-datepicker .ui-datepicker-next {
  right: 2px;
}

.ui-datepicker .ui-datepicker-prev-hover {
  left: 1px;
}

.ui-datepicker .ui-datepicker-next-hover {
  right: 1px;
}

.ui-datepicker .ui-datepicker-prev span,
.ui-datepicker .ui-datepicker-next span {
  display: block;
  position: absolute;
  left: 50%;
  margin-left: -8px;
  top: 50%;
  margin-top: -8px;
}

.ui-datepicker .ui-datepicker-title {
  margin: 0 2.3em;
  line-height: 1.8em;
  text-align: center;
}

.ui-datepicker .ui-datepicker-title select {
  font-size: 1em;
  margin: 1px 0;
}

.ui-datepicker select.ui-datepicker-month-year {
  width: 100%;
}

.ui-datepicker select.ui-datepicker-month,
.ui-datepicker select.ui-datepicker-year {
  width: 49%;
}

.ui-datepicker table {
  width: 100%;
  font-size: 0.9em;
  border-collapse: collapse;
  margin: 0 0 0.4em;
}

.ui-datepicker th {
  padding: 0.7em 0.3em;
  text-align: center;
  font-weight: bold;
  border: 0;
}

.ui-datepicker td {
  border: 0;
  padding: 1px;
}

.ui-datepicker td span,
.ui-datepicker td a {
  display: block;
  padding: 0.2em;
  text-align: right;
  text-decoration: none;
}

.ui-datepicker .ui-datepicker-buttonpane {
  background-image: none;
  margin: 0.7em 0 0 0;
  padding: 0 0.2em;
  border-left: 0;
  border-right: 0;
  border-bottom: 0;
}

.ui-datepicker .ui-datepicker-buttonpane button {
  float: right;
  margin: 0.5em 0.2em 0.4em;
  cursor: pointer;
  padding: 0.2em 0.6em 0.3em 0.6em;
  width: auto;
  overflow: visible;
}

.ui-datepicker .ui-datepicker-buttonpane button.ui-datepicker-current {
  float: left;
}

/* with multiple calendars */
.ui-datepicker.ui-datepicker-multi {
  width: auto;
}

.ui-datepicker-multi .ui-datepicker-group {
  float: left;
}

.ui-datepicker-multi .ui-datepicker-group table {
  width: 95%;
  margin: 0 auto 0.4em;
}

.ui-datepicker-multi-2 .ui-datepicker-group {
  width: 50%;
}

.ui-datepicker-multi-3 .ui-datepicker-group {
  width: 33.3%;
}

.ui-datepicker-multi-4 .ui-datepicker-group {
  width: 25%;
}

.ui-datepicker-multi .ui-datepicker-group-last .ui-datepicker-header {
  border-left-width: 0;
}

.ui-datepicker-multi .ui-datepicker-group-middle .ui-datepicker-header {
  border-left-width: 0;
}

.ui-datepicker-multi .ui-datepicker-buttonpane {
  clear: left;
}

.ui-datepicker-row-break {
  clear: both;
  width: 100%;
}

/* RTL support */
.ui-datepicker-rtl {
  direction: rtl;
}

.ui-datepicker-rtl .ui-datepicker-prev {
  right: 2px;
  left: auto;
}

.ui-datepicker-rtl .ui-datepicker-next {
  left: 2px;
  right: auto;
}

.ui-datepicker-rtl .ui-datepicker-prev:hover {
  right: 1px;
  left: auto;
}

.ui-datepicker-rtl .ui-datepicker-next:hover {
  left: 1px;
  right: auto;
}

.ui-datepicker-rtl .ui-datepicker-buttonpane {
  clear: right;
}

.ui-datepicker-rtl .ui-datepicker-buttonpane button {
  float: left;
}

.ui-datepicker-rtl .ui-datepicker-buttonpane button.ui-datepicker-current {
  float: right;
}

.ui-datepicker-rtl .ui-datepicker-group {
  float: right;
}

.ui-datepicker-rtl .ui-datepicker-group-last .ui-datepicker-header {
  border-right-width: 0;
  border-left-width: 1px;
}

.ui-datepicker-rtl .ui-datepicker-group-middle .ui-datepicker-header {
  border-right-width: 0;
  border-left-width: 1px;
}

/* IE6 IFRAME FIX (taken from datepicker 1.5.3 */
.ui-datepicker-cover {
  display: none;
  /*sorry for IE5*/
  display/**/
  : block;
  /*sorry for IE5*/
  position: absolute;
  /*must have*/
  z-index: -1;
  /*must have*/
  filter: mask();
  /*must have*/
  top: -4px;
  /*must have*/
  left: -4px;
  /*must have*/
  width: 200px;
  /*must have*/
  height: 200px;
  /*must have*/
}

/*
 * jQuery UI Progressbar 1.8.13
 *
 * Copyright 2011, AUTHORS.txt (http://jqueryui.com/about)
 * Dual licensed under the MIT or GPL Version 2 licenses.
 * http://jquery.org/license
 *
 * http://docs.jquery.com/UI/Progressbar#theming
 */
.ui-progressbar {
  height: 2em;
  text-align: left;
}

.ui-progressbar .ui-progressbar-value {
  margin: -1px;
  height: 100%;
}

/* NK Edits */
.ui-autocomplete {
  box-shadow: 0 5px 10px #8f9fbf;
}

.ui-autocomplete-loading {
  background: url("/img/ajax/loader.gif") 98% center no-repeat;
  padding-right: 5px;
}

.ui-menu-item a small,
.ui-menu-item a:visited small {
  color: #333;
}

.ui-menu-item a:hover small,
.ui-menu-item a:active small {
  color: #333;
}

.ui-datepicker {
  box-shadow: 0 5px 10px #8f9fbf;
}

/* !Google Charts */

/* Copyright 2012 Google Inc. All Rights Reserved. */

.google-visualization-tooltip-action:hover {
  background-color: #eeeeee;
}

.google-visualization-tooltip {
  border: solid 1px #bdbdbd;
  border-radius: 2px;
  background-color: white;
  position: absolute;
  box-shadow: 0 2px 2px 0 rgba(204, 204, 204, 0.6);
  font-size: 12px;
  padding: 0;
}

.google-visualization-tooltip-action-list {
  list-style-type: none;
  margin: 0;
  padding: 0.5em 0 0.5em 0;
  cursor: hand;
}

.google-visualization-tooltip-action {
  margin: 0;
  cursor: pointer;
  padding: 0.5em 2em 0.5em 1em;
}

.google-visualization-tooltip-action:hover {
  background-color: #eeeeee;
}

.google-visualization-tooltip-item-list {
  list-style-type: none;
  margin: 0;
  padding: 0;
}

.google-visualization-tooltip-item {
  margin: 1em 0 1em 0;
  padding: 0 2em 0 1em;
}

.google-visualization-tooltip-separator {
  margin: 0;
  padding: 0;
  height: 1px;
  background-color: #dddddd;
}

.google-visualization-tooltip-square {
  display: inline-block;
  clear: none;
  width: 0.5em;
  height: 0.5em;
  margin: 0.16em 0.7em 0 0;
  border-bottom: solid 0.1em white;
}

/* !Google Charts End */

/* Filedrag Styles */

#filedrag {
  display: none;
  font-weight: bold;
  text-align: center;
  padding: 1em 0;
  margin: 1em 0;
  color: #555;
  border: 2px dashed #555;
  border-radius: 7px;
  cursor: default;
}

#filedrag.hover {
  color: #f00;
  border-color: #f00;
  border-style: solid;
  box-shadow: inset 0 3px 4px #888;
}

img {
  max-width: 100%;
}

#messages {
  padding: 0;
  margin: 0;
  border: 0 solid #999;
}

#progress p {
  display: block;
  width: 240px;
  padding: 2px 5px;
  margin: 2px 0;
  border: 1px inset #446;
  border-radius: 5px;
  background: #eee url("/img/bg/progress.png") 100% 0 repeat-y;
}

#progress p.success {
  background: #0c0 none 0 0 no-repeat;
}

#progress p.failed {
  background: #ccc none 0 0 no-repeat;
}

/* !End Filedrag */

.gmnoprint img {
  max-width: none;
}

/* CSS3 Animations for updates */

@-webkit-keyframes updateField {
  0% {
    background-position: 0 0;
  }

  25% {
    background-position: 5px 5px;
  }

  50% {
    background-position: 10px 10px;
  }

  75% {
    background-position: 5px 5px;
  }

  100% {
    background-position: 0 0;
  }
}

@-moz-keyframes updateField {
  0% {
    background-position: 0 0;
  }

  100% {
    background-position: 10px 10px;
  }
}

@-o-keyframes updateField {
  0% {
    background-position: 0 0;
  }

  100% {
    background-position: 10px 10px;
  }
}

@keyframes updateField {
  0% {
    background-position: 0 0;
  }

  100% {
    background-position: 10px 10px;
  }
}

.updating {
  background-size: 10px 10px;
  background-color: #ffca6b;
  background-image: -webkit-linear-gradient(
    -45deg,
    rgba(255, 255, 255, 0.2) 25%,
    transparent 25%,
    transparent 50%,
    rgba(255, 255, 255, 0.2) 50%,
    rgba(255, 255, 255, 0.2) 75%,
    transparent 75%,
    transparent
  );
  background-image: -moz-linear-gradient(
    -45deg,
    rgba(255, 255, 255, 0.2) 25%,
    transparent 25%,
    transparent 50%,
    rgba(255, 255, 255, 0.2) 50%,
    rgba(255, 255, 255, 0.2) 75%,
    transparent 75%,
    transparent
  );
  background-image: linear-gradient(
    135deg,
    rgba(255, 255, 255, 0.2) 25%,
    transparent 25%,
    transparent 50%,
    rgba(255, 255, 255, 0.2) 50%,
    rgba(255, 255, 255, 0.2) 75%,
    transparent 75%,
    transparent
  );
  -webkit-animation: updateField 1s infinite;
  -moz-animation: updateField 1s infinite;
  -o-animation: updateField 1s infinite;
  animation: updateField 1s infinite;
}

@-webkit-keyframes updateSuccess {
  0% {
    background-color: rgba(1, 231, 94, 1);
  }

  50% {
    background-color: rgba(1, 231, 94, 0.5);
  }

  100% {
    background-color: rgba(1, 231, 94, 0);
  }
}

@-moz-keyframes updateSuccess {
  0% {
    background-color: rgba(1, 231, 94, 1);
  }

  50% {
    background-color: rgba(1, 231, 94, 0.5);
  }

  100% {
    background-color: rgba(1, 231, 94, 0);
  }
}

@-o-keyframes updateSuccess {
  0% {
    background-color: rgba(1, 231, 94, 1);
  }

  50% {
    background-color: rgba(1, 231, 94, 0.5);
  }

  100% {
    background-color: rgba(1, 231, 94, 0);
  }
}

@keyframes updateSuccess {
  0% {
    background-color: rgba(1, 231, 94, 1);
  }

  50% {
    background-color: rgba(1, 231, 94, 0.5);
  }

  100% {
    background-color: rgba(1, 231, 94, 0);
  }
}

.updated {
  background-color: rgba(1, 231, 94, 0);
  -webkit-animation: updateSuccess 1s ease-in-out;
  -moz-animation: updateSuccess 1s ease-in-out;
  -o-animation: updateSuccess 1s ease-in-out;
  animation: updateSuccess 1s ease-in-out;
}

@-webkit-keyframes updateFailure {
  0% {
    background-color: rgba(253, 136, 136, 1);
  }

  50% {
    background-color: rgba(253, 136, 136, 0.5);
  }

  100% {
    background-color: rgba(253, 136, 136, 1);
  }
}

@-moz-keyframes updateFailure {
  0% {
    background-color: rgba(253, 136, 136, 1);
  }

  50% {
    background-color: rgba(253, 136, 136, 0.5);
  }

  100% {
    background-color: rgba(253, 136, 136, 1);
  }
}

@-o-keyframes updateFailure {
  0% {
    background-color: rgba(253, 136, 136, 1);
  }

  50% {
    background-color: rgba(253, 136, 136, 0.5);
  }

  100% {
    background-color: rgba(253, 136, 136, 1);
  }
}

@keyframes updateFailure {
  0% {
    background-color: rgba(253, 136, 136, 1);
  }

  50% {
    background-color: rgba(253, 136, 136, 0.5);
  }

  100% {
    background-color: rgba(253, 136, 136, 1);
  }
}

.update-failed {
  background-color: rgba(253, 136, 136, 1);
  -webkit-animation: updateFailure 1s ease-in-out;
  -moz-animation: updateFailure 1s ease-in-out;
  -o-animation: updateFailure 1s ease-in-out;
  animation: updateFailure 1s ease-in-out;
}

/*
  Icons - Bootstrap Overrides
*/

a [class^="icon-"],
a [class*=" icon-"] {
  display: inline-block;
  text-decoration: inherit;
}

/* makes the font 33% larger relative to the icon container */
.icon-large:before {
  vertical-align: middle;
  font-size: 1.333em;
}

/* keeps button heights with and without icons the same */
.btn [class^="icon-"],
.btn [class*=" icon-"] {
  line-height: 0.9em;
}

li [class^="icon-"],
li [class*=" icon-"] {
  display: inline-block;
  width: 1.25em;
  text-align: center;
}

/* 1.5 increased font size for icon-large * 1.25 width */
li .icon-large[class^="icon-"],
li .icon-large[class*=" icon-"] {
  width: 1.875em;
}

li[class^="icon-"],
li[class*=" icon-"] {
  margin-left: 0;
  list-style-type: none;
}

li[class^="icon-"]:before,
li[class*=" icon-"]:before {
  text-indent: -2em;
  text-align: center;
}

li[class^="icon-"].icon-large:before,
li[class*=" icon-"].icon-large:before {
  text-indent: -1.333em;
}

/** CSS Switch **/
.cmn-toggle {
  position: absolute;
  margin-left: -9999px;
  visibility: hidden;
  display: none;
}

.cmn-toggle + label {
  display: block;
  position: relative;
  cursor: pointer;
  outline: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

input.cmn-toggle-round + label {
  padding: 2px;
  width: 45px;
  height: 25px;
  margin: 0 auto;
  background-color: #dddddd;
  border-radius: 20px;
}

input.cmn-toggle-round + label:before,
input.cmn-toggle-round + label:after {
  display: block;
  position: absolute;
  top: 1px;
  left: 1px;
  bottom: 1px;
  content: "";
}

input.cmn-toggle-round + label:before {
  right: 1px;
  background-color: #f1f1f1;
  border-radius: 20px;
  -webkit-transition: background 0.4s;
  -moz-transition: background 0.4s;
  -o-transition: background 0.4s;
  transition: background 0.4s;
}

input.cmn-toggle-round + label:after {
  width: 25px;
  background-color: #fff;
  border-radius: 100%;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.3);
  -webkit-transition: margin 0.4s;
  -moz-transition: margin 0.4s;
  -o-transition: margin 0.4s;
  transition: margin 0.4s;
  content: "OFF";
  line-height: 2.25;
  font-size: 10px;
  text-align: center;
  color: #dddddd;
}

input.cmn-toggle-round:checked + label:before {
  background-color: #3bc14b;
}

input.cmn-toggle-round:checked + label:after {
  margin-left: 25px;
  content: "ON";
  line-height: 2.25;
  font-size: 10px;
  text-align: center;
  color: green;
}

/* CSS3 Loader */
.spinner {
  margin: auto;
  width: 100%;
  text-align: center;
}

.spinner > div {
  width: 10px;
  height: 10px;
  background-color: #ffffff;

  border-radius: 100%;
  display: inline-block;
  -webkit-animation: sk-bouncedelay 1s infinite ease-in-out both;
  -moz-animation: sk-bouncedelay 1s infinite ease-in-out both;
  -o-animation: sk-bouncedelay 1s infinite ease-in-out both;
  animation: sk-bouncedelay 1s infinite ease-in-out both;
}

#ajaxLoading .spinner > div {
  background-color: #fff;
}

.spinner .bounce1 {
  -webkit-animation-delay: -0.32s;
  -moz-animation-delay: -0.32s;
  -o-animation-delay: -0.32s;
  animation-delay: -0.32s;
}

.spinner .bounce2 {
  -webkit-animation-delay: -0.16s;
  -moz-animation-delay: -0.16s;
  -o-animation-delay: -0.16s;
  animation-delay: -0.16s;
}

#airportsLoading .spinner > div {
  background-color: #526088;
}

@-webkit-keyframes sk-bouncedelay {
  0%,
  80%,
  100% {
    -webkit-transform: scale(0);
    transform: scale(0);
  }

  40% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}

@keyframes sk-bouncedelay {
  0%,
  80%,
  100% {
    -webkit-transform: scale(0);
    -moz-transform: scale(0);
    -o-transform: scale(0);
    transform: scale(0);
  }

  40% {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
  }
}

/* End CSS3 Loader */

/* SVG Icons */
.svgicon {
  width: 1em;
  height: 1em;
  display: inline-block;
  fill: currentColor;
  vertical-align: middle;
  position: relative;
  top: -0.15em;
}

.svgicon-large {
  width: 1.3em;
  height: 1.3em;
  display: inline-block;
  fill: currentColor;
  vertical-align: middle;
  position: relative;
  top: -0.15em;
}

.svgicon.field-info {
  top: 0.1em;
}

#TopNav a .svgicon,
#TopNav a .svgicon-large,
#TopNav a:visited .svgicon,
#TopNav a:visited .svgicon-large,
#AddNav a .svgicon,
#AddNav a .svgicon-large,
#AddNav a:visited .svgicon,
#AddNav a:visited .svgicon-large {
  fill: #3084fc;
}

#TopNav a:focus .svgicon,
#TopNav a:focus .svgicon-large,
#TopNav a:hover .svgicon,
#TopNav a:hover .svgicon-large,
#TopNav a:active .svgicon,
#TopNav a:active .svgicon-large,
#AddNav a:focus .svgicon,
#AddNav a:focus .svgicon-large,
#AddNav a:hover .svgicon,
#AddNav a:hover .svgicon-large,
#AddNav a:active .svgicon,
#AddNav a:active .svgicon-large {
  fill: #dc3333;
}

#AddNav a .header-add {
  width: 4em;
  height: 4em;
  position: relative;
  top: 0em;
  fill: #8f9fbf;
  border: 1px solid #8f9fbf;
  padding: 7px;
  border-radius: 50%;
  margin-top: 1.3rem;
}

#AddNav a:hover .header-add {
  fill: #ffffff;
  border-color: #ffffff;
}

/* End SVG Icons */

/* Flipper */
/* entire container, keeps perspective */
.flip-container {
  perspective: 1000;
}

/* flip the pane when hovered */
.flip-container.flipped-back .flipper,
.flip-container.flipped-back .flipper {
  transform: translateX(-100%) rotateY(-180deg);
}

.flip-container,
.flip-front,
.flip-back {
  width: 100%;
  height: 22px;
}

/* flip speed goes here */
.flipper {
  -webkit-transition: 0.6s;
  -webkit-transform-style: preserve-3d;
  -webkit-transform: rotateY(0deg);
  -moz-transition: 0.6s;
  -moz-transform-style: preserve-3d;
  -moz-transform: rotateY(0deg);
  -o-transition: 0.6s;
  -o-transform-style: preserve-3d;
  -o-transform: rotateY(0deg);
  -ms-transition: 0.6s;
  -ms-transform-style: preserve-3d;
  -ms-transform: rotateY(0deg);
  transition: 0.6s;
  transform-style: preserve-3d;
  transform: rotateY(0deg);
  transform-origin: center right;
  position: relative;
}

/* hide back of pane during swap */
.flip-front,
.flip-back {
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  backface-visibility: hidden;

  position: absolute;
  top: 0;
  left: 0;
}

/* front pane, placed above back */
.flip-front {
  z-index: 2;
  /* for firefox 31 */
  -webkit-transform: rotateY(0deg);
  -moz-transform: rotateY(0deg);
  -ms-transform: rotateY(0deg);
  transform: rotateY(0deg);
}

/* back, initially hidden pane */
.flip-back {
  -webkit-transform: rotateY(180deg);
  -moz-transform: rotateY(180deg);
  -ms-transform: rotateY(180deg);
  transform: rotateY(180deg);
}

/* Flipper End */

/* Time Swap */
.time-swap .default-time {
  display: inline-block;
}

.time-swap .custom-time {
  display: none;
}

.time-swap:hover .default-time {
  display: none;
}

.time-swap:hover .custom-time {
  display: inline-block;
}

/* Time Swap End */

/* Debug kit override */
li.panel-tab.icon {
  width: auto;
  height: auto;
}

/* End Debug kit override */

/* Ajax */
.ajax-updating,
.ajax-updating:focus {
  background-size: 10px 10px;
  background-color: #cfdcfc;
  background-image: linear-gradient(
    135deg,
    rgba(255, 255, 255, 0.95) 25%,
    transparent 25%,
    transparent 50%,
    rgba(255, 255, 255, 0.95) 50%,
    rgba(255, 255, 255, 0.95) 75%,
    transparent 75%,
    transparent
  );
  animation: updateField 1s linear infinite;
}

input.ajax-updating:focus,
textarea.ajax-updating:focus {
  background-color: none;
}

@keyframes updateField {
  0% {
    background-position: 0 0;
  }

  100% {
    background-position: 20px 20px;
  }
}

.ajax-processing {
  background: #024abf;
  color: #fff1ef;
  padding: 10px;
  font-weight: bold;
  margin-bottom: 15px;
  text-shadow: none;
  background-size: 20px 20px;
  background-image: linear-gradient(
    135deg,
    rgba(255, 255, 255, 0.1) 25%,
    transparent 25%,
    transparent 50%,
    rgba(255, 255, 255, 0.1) 50%,
    rgba(255, 255, 255, 0.1) 75%,
    transparent 75%,
    transparent 100%
  );
  animation: updateField 1s linear infinite;
}
