html {
  box-sizing: border-box;
}

*, *::after, *::before {
  box-sizing: inherit;
}

h1 {
  font-family: "Roboto", sans-serif;
  font-size: 32px;
  margin-bottom: 15px;
  color: #0b3f88;
  font-weight: 600;
}

h2 {
  margin: 0px;
}

h3 {
  color: #0b3f88;
}

a.button {
  text-decoration: none;
}

.input-error {
  background: red;
  border-color: red;
}

select, input {
  margin-bottom: 15px;
}

input[type=text], input[type=email], input[type=password], input[type=search], input[type=number], select, textarea {
  padding-left: 5px;
  padding-top: 5px;
  padding-bottom: 8px;
  border: none;
  outline: none;
  border-bottom: 1px solid #BBBBBB;
  -webkit-appearance: none;
  -moz-appearance: none;
  font-family: "Roboto", sans-serif;
  font-size: 16px;
  color: #0b3f88;
  font-weight: bold;
  width: 100%;
  background-color: #FFF;
}

input[type=submit], .button {
  padding-left: 15px;
  padding-right: 15px;
  padding-top: 10px;
  padding-bottom: 10px;
  border: 2px solid #BBBBBB;
  cursor: pointer;
  text-transform: uppercase;
  color: #BBBBBB;
  font-size: 16px;
  font-weight: bold;
  background-color: #FFF;
  margin-top: 15px;
  width: 100%;
  transition: background-color 0.2s ease, border 0.2s ease, color 0.2s ease;
}
input[type=submit]:hover, .button:hover {
  background-color: #0b3f88;
  border-color: #0b3f88;
  color: #FFF;
}

select {
  background-image: url(../images/select_dropdown.png);
  background-repeat: no-repeat;
  background-position: center right;
}

select[multiple] {
  background: none;
}

select[multiple]:focus {
  background: none;
}

select:focus {
  background-image: url(../images/select_dropdown2.png);
}

textarea {
  padding-left: 5px;
  padding-top: 5px;
  padding-right: 5px;
  outline: none;
  border: 1px solid #BBBBBB;
  -webkit-appearance: none;
  font-family: "Roboto", sans-serif;
  font-size: 16px;
  color: #0b3f88;
  font-weight: bold;
  width: 100%;
  background-color: #FFF;
  resize: none;
  min-height: 150px;
  width: 100%;
}

textarea:focus {
  border: 1px solid #0b3f88;
}
textarea:focus input::-moz-placeholder {
  color: #0b3f88;
  opacity: 1;
}
textarea:focus input:-moz-placeholder {
  color: #0b3f88;
  opacity: 1;
}
textarea:focus input::-webkit-input-placeholder {
  color: #0b3f88;
  opacity: 1;
}
textarea:focus input:-ms-input-placeholder {
  color: #0b3f88;
  opacity: 1;
}

input[type=text]:focus, input[type=email]:focus, input[type=password]:focus, input[type=number]:focus, select {
  border: none;
  outline: none;
  color: #0b3f88;
  border-bottom: 1px solid #0b3f88;
}
input[type=text]:focus input::-moz-placeholder, input[type=email]:focus input::-moz-placeholder, input[type=password]:focus input::-moz-placeholder, input[type=number]:focus input::-moz-placeholder, select input::-moz-placeholder {
  color: #0b3f88;
  opacity: 1;
}
input[type=text]:focus input:-moz-placeholder, input[type=email]:focus input:-moz-placeholder, input[type=password]:focus input:-moz-placeholder, input[type=number]:focus input:-moz-placeholder, select input:-moz-placeholder {
  color: #0b3f88;
  opacity: 1;
}
input[type=text]:focus input::-webkit-input-placeholder, input[type=email]:focus input::-webkit-input-placeholder, input[type=password]:focus input::-webkit-input-placeholder, input[type=number]:focus input::-webkit-input-placeholder, select input::-webkit-input-placeholder {
  color: #0b3f88;
  opacity: 1;
}
input[type=text]:focus input:-ms-input-placeholder, input[type=email]:focus input:-ms-input-placeholder, input[type=password]:focus input:-ms-input-placeholder, input[type=number]:focus input:-ms-input-placeholder, select input:-ms-input-placeholder {
  color: #0b3f88;
  opacity: 1;
}

label {
  display: block;
  text-transform: uppercase;
  color: #000;
  font-size: 12px;
  font-weight: bold;
  margin-bottom: 10px;
}

input::-moz-placeholder {
  color: #BBBBBB;
  opacity: 1;
}

input:-moz-placeholder {
  color: #BBBBBB;
  opacity: 1;
}

input::-webkit-input-placeholder {
  color: #BBBBBB;
  opacity: 1;
}

input:-ms-input-placeholder {
  color: #BBBBBB;
  opacity: 1;
}

.dateTypeContainer .dateType {
  float: left;
  min-width: 100px;
  margin-right: 20px;
}
.dateTypeContainer .dateType span {
  display: inline-block;
  margin-right: 20px;
}
@media (max-width: 767px) {
  .dateTypeContainer .dateType {
    width: 100%;
  }
  .dateTypeContainer .dateType input {
    float: right;
  }
}

/*! jQuery UI - v1.11.4 - 2015-08-10
* http://jqueryui.com
* Includes: core.css, datepicker.css, theme.css
* To view and modify this theme, visit http://jqueryui.com/themeroller/?ffDefault=Trebuchet%20MS%2CTahoma%2CVerdana%2CArial%2Csans-serif&fwDefault=bold&fsDefault=1.1em&cornerRadius=4px&bgColorHeader=f6a828&bgTextureHeader=gloss_wave&bgImgOpacityHeader=35&borderColorHeader=e78f08&fcHeader=ffffff&iconColorHeader=ffffff&bgColorContent=eeeeee&bgTextureContent=highlight_soft&bgImgOpacityContent=100&borderColorContent=dddddd&fcContent=333333&iconColorContent=222222&bgColorDefault=f6f6f6&bgTextureDefault=glass&bgImgOpacityDefault=100&borderColorDefault=cccccc&fcDefault=1c94c4&iconColorDefault=ef8c08&bgColorHover=fdf5ce&bgTextureHover=glass&bgImgOpacityHover=100&borderColorHover=fbcb09&fcHover=c77405&iconColorHover=ef8c08&bgColorActive=ffffff&bgTextureActive=glass&bgImgOpacityActive=65&borderColorActive=fbd850&fcActive=eb8f00&iconColorActive=ef8c08&bgColorHighlight=ffe45c&bgTextureHighlight=highlight_soft&bgImgOpacityHighlight=75&borderColorHighlight=fed22f&fcHighlight=363636&iconColorHighlight=228ef1&bgColorError=b81900&bgTextureError=diagonals_thick&bgImgOpacityError=18&borderColorError=cd0a0a&fcError=ffffff&iconColorError=ffd27a&bgColorOverlay=666666&bgTextureOverlay=diagonals_thick&bgImgOpacityOverlay=20&opacityOverlay=50&bgColorShadow=000000&bgTextureShadow=flat&bgImgOpacityShadow=10&opacityShadow=20&thicknessShadow=5px&offsetTopShadow=-5px&offsetLeftShadow=-5px&cornerRadiusShadow=5px
* Copyright 2015 jQuery Foundation and other contributors; Licensed MIT */
/* Layout helpers
----------------------------------*/
.ui-helper-hidden {
  display: none;
}

.ui-helper-hidden-accessible {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 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:before,
.ui-helper-clearfix:after {
  content: "";
  display: table;
  border-collapse: collapse;
}

.ui-helper-clearfix:after {
  clear: both;
}

.ui-helper-clearfix {
  min-height: 0;
  /* support: IE7 */
}

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

.ui-front {
  z-index: 100;
}

/* 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;
}

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

.ui-datepicker {
  width: 17em;
  padding: 0.2em 0.2em 0;
  display: none;
}

.ui-datepicker .ui-datepicker-header {
  position: relative;
  padding: 0.2em 0;
  margin-bottom: 16px;
}

.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,
.ui-datepicker select.ui-datepicker-year {
  width: 45%;
}

.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,
.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%;
  font-size: 0;
}

/* 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,
.ui-datepicker-rtl .ui-datepicker-group {
  float: right;
}

.ui-datepicker-rtl .ui-datepicker-group-last .ui-datepicker-header,
.ui-datepicker-rtl .ui-datepicker-group-middle .ui-datepicker-header {
  border-right-width: 0;
  border-left-width: 1px;
}

/* Component containers
----------------------------------*/
.ui-widget {
  font-family: Trebuchet MS, Tahoma, Verdana, Arial, sans-serif;
  font-size: 1.1em;
}

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

.ui-widget input,
.ui-widget select,
.ui-widget textarea,
.ui-widget button {
  font-family: Trebuchet MS, Tahoma, Verdana, Arial, sans-serif;
  font-size: 1em;
}

.ui-widget-content {
  border: 1px solid #dddddd;
  background: #eeeeee url("images/ui-bg_highlight-soft_100_eeeeee_1x100.png") 50% top repeat-x;
  color: #333333;
}

.ui-widget-content a {
  color: #333333;
}

.ui-widget-header {
  border: 1px solid #e78f08;
  background: #f6a828 url("images/ui-bg_gloss-wave_35_f6a828_500x100.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 #cccccc;
  background: #f6f6f6 url("images/ui-bg_glass_100_f6f6f6_1x400.png") 50% 50% repeat-x;
  font-weight: bold;
  color: #1c94c4;
}

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

.ui-state-hover a,
.ui-state-hover a:hover,
.ui-state-hover a:link,
.ui-state-hover a:visited,
.ui-state-focus a,
.ui-state-focus a:hover,
.ui-state-focus a:link,
.ui-state-focus a:visited {
  color: #c77405;
  text-decoration: none;
}

.ui-state-active,
.ui-widget-content .ui-state-active,
.ui-widget-header .ui-state-active {
  border: 1px solid #fbd850;
  background: #ffffff url("images/ui-bg_glass_65_ffffff_1x400.png") 50% 50% repeat-x;
  font-weight: bold;
  color: #eb8f00;
}

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

/* Interaction Cues
----------------------------------*/
.ui-state-highlight,
.ui-widget-content .ui-state-highlight,
.ui-widget-header .ui-state-highlight {
  border: 1px solid #fed22f;
  background: #ffe45c url("images/ui-bg_highlight-soft_75_ffe45c_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: #b81900 url("images/ui-bg_diagonals-thick_18_b81900_40x40.png") 50% 50% repeat;
  color: #ffffff;
}

.ui-state-error a,
.ui-widget-content .ui-state-error a,
.ui-widget-header .ui-state-error a {
  color: #ffffff;
}

.ui-state-error-text,
.ui-widget-content .ui-state-error-text,
.ui-widget-header .ui-state-error-text {
  color: #ffffff;
}

.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);
  /* support: IE8 */
  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);
  /* support: IE8 */
  background-image: none;
}

.ui-state-disabled .ui-icon {
  filter: Alpha(Opacity=35);
  /* support: IE8 - See #6059 */
}

/* Icons
----------------------------------*/
/* states and images */
.ui-icon {
  width: 16px;
  height: 16px;
}

.ui-icon,
.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_ffffff_256x240.png");
}

.ui-state-default .ui-icon {
  background-image: url("images/ui-icons_ef8c08_256x240.png");
}

.ui-state-hover .ui-icon,
.ui-state-focus .ui-icon {
  background-image: url("images/ui-icons_ef8c08_256x240.png");
}

.ui-state-active .ui-icon {
  background-image: url("images/ui-icons_ef8c08_256x240.png");
}

.ui-state-highlight .ui-icon {
  background-image: url("images/ui-icons_228ef1_256x240.png");
}

.ui-state-error .ui-icon,
.ui-state-error-text .ui-icon {
  background-image: url("images/ui-icons_ffd27a_256x240.png");
}

/* positioning */
.ui-icon-blank {
  background-position: 16px 16px;
}

.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-on {
  background-position: -96px -144px;
}

.ui-icon-radio-off {
  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-all,
.ui-corner-top,
.ui-corner-left,
.ui-corner-tl {
  border-top-left-radius: 4px;
}

.ui-corner-all,
.ui-corner-top,
.ui-corner-right,
.ui-corner-tr {
  border-top-right-radius: 4px;
}

.ui-corner-all,
.ui-corner-bottom,
.ui-corner-left,
.ui-corner-bl {
  border-bottom-left-radius: 4px;
}

.ui-corner-all,
.ui-corner-bottom,
.ui-corner-right,
.ui-corner-br {
  border-bottom-right-radius: 4px;
}

/* Overlays */
.ui-widget-overlay {
  background: #666666 url("images/ui-bg_diagonals-thick_20_666666_40x40.png") 50% 50% repeat;
  opacity: 0.5;
  filter: Alpha(Opacity=50);
  /* support: IE8 */
}

.ui-widget-shadow {
  margin: -5px 0 0 -5px;
  padding: 5px;
  background: #000000 url("images/ui-bg_flat_10_000000_40x100.png") 50% 50% repeat-x;
  opacity: 0.2;
  filter: Alpha(Opacity=20);
  /* support: IE8 */
  border-radius: 5px;
}

/* Chosen */
.select_box .chosen-container {
  width: 100% !important;
}

.select_box .chosen-container-multi .chosen-choices li.search-choice {
  background: none;
  color: #0b3f88;
  font-weight: bold;
}

.fc-button {
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  cursor: pointer;
}

.tables {
  border-collapse: separate;
  border-left: 0px;
  border-radius: 0px;
  border-spacing: 0;
  border: 1px solid gainsboro;
  width: 100%;
}
.tables tbody {
  background-color: #fbfbfb;
}
.tables tbody tr:hover > td, .tables tbody tr:hover > th {
  background-color: #eeeeee;
}
.tables tbody tr:nth-child(even) {
  background-color: #f0f0f0;
}
.tables tbody tr:nth-child(even):hover > td {
  background-color: #e4e4e4;
}
.tables thead:first-of-type tr:first-child > th:first-child {
  border-top-left-radius: 0px;
}
.tables thead:first-of-type tr:first-child > th:last-child {
  border-top-right-radius: 0px;
}
.tables tbody:last-child tr:last-child > td:first-child {
  border-bottom-left-radius: 0px;
}
.tables tbody:last-child tr:last-child > td:last-child {
  border-bottom-right-radius: 0px;
}
.tables thead th {
  -ms-word-break: break-all;
  word-break: break-all;
  word-break: break-word;
  -webkit-hyphens: auto;
  -ms-hyphens: auto;
      hyphens: auto;
  background-color: white;
  border-bottom: 0px;
  border-left: 1px solid gainsboro;
  padding: 0.75em 0.5em;
  text-align: left;
  font-size: 0.9em;
}
.tables thead th:first-child {
  border-left: none;
}
.tables thead th.state-head {
  width: 20px;
}
.tables thead th.bid-head {
  width: 50px;
}
.tables tbody {
  background-color: #fbfbfb;
}
.tables tbody td {
  -ms-word-break: break-all;
  word-break: break-all;
  word-break: break-word;
  -webkit-hyphens: auto;
  -ms-hyphens: auto;
      hyphens: auto;
  border-bottom: 0px;
  border-left: 1px solid gainsboro;
  border-top: 1px solid gainsboro;
  padding: 0.75em 0.5em;
}
.tables tbody td:first-child {
  border-left: none;
}
.tables tbody td button {
  display: inline-block;
  font-size: 0.7em;
  line-height: 1.5em;
  margin-bottom: 0.3em;
  margin-right: 0.5em;
  outline: none;
  padding: 0.3em 1em;
  width: 100%;
}
@media (max-width: 449px) {
  .tables tbody td button {
    margin-bottom: 0;
    width: auto;
  }
}

#dash_grid table {
  width: 100%;
}

aside {
  width: 100px;
  height: 100%;
  background-color: #22468e;
  position: fixed;
  font-family: "Roboto", sans-serif;
  box-sizing: border-box;
  z-index: 999;
}
@media (max-width: 767px) {
  aside {
    height: auto;
    width: 100%;
  }
}
aside .mobile-nav-bar {
  display: none;
}
aside .mobile-nav-bar .menu-toggle {
  color: white;
  padding-top: 9px;
  padding-left: 20px;
}
@media (max-width: 767px) {
  aside .mobile-nav-bar {
    display: block;
    height: 50px;
    width: 100%;
    background-color: #183265;
  }
}
aside .nav {
  margin: 0;
}
@media (max-width: 767px) {
  aside .nav {
    display: none;
  }
}
aside ul {
  list-style: none;
  padding: 0;
}
aside ul li {
  cursor: pointer;
  list-style: none;
  text-align: center;
  padding-top: 10px;
  padding-bottom: 10px;
}
aside ul li a {
  text-align: center;
  text-decoration: none;
  color: rgba(255, 255, 255, 0.6);
  font-weight: 300;
  font-size: 13px;
}
aside ul li.no-hover {
  cursor: auto;
}
aside ul li.current {
  background-color: #183265;
}
aside ul li.current a {
  color: white;
  text-align: center;
  text-decoration: none;
  font-weight: 300;
  font-size: 13px;
}
aside ul li:hover {
  background-color: #183265;
}
aside ul li:hover a {
  color: white;
  text-align: center;
  text-decoration: none;
  font-weight: 300;
  font-size: 13px;
}
aside ul li:hover.no-hover {
  background-color: transparent;
}
aside .fa {
  display: block !important;
  margin-bottom: 5px;
}

.dashboard .modal {
  display: none;
  position: absolute;
  width: 70%;
  padding: 2%;
  left: 10%;
  top: 200px;
  border: 2px solid #ddd;
  background: #fafafa;
  z-index: 2000;
}
.dashboard .modal.removable {
  display: block;
}
.dashboard .modal #es_ch {
  background: #d01e22;
}
.dashboard .modal .widget {
  padding: 0;
}
.dashboard .modal .widget .content {
  padding: 5px;
  text-align: left;
}
.dashboard .modal .widget .content ul {
  list-style-type: none;
  padding-left: 0;
}
@media (min-width: 1225px) {
  .dashboard .modal {
    left: 0;
    width: 90%;
  }
}
@media (max-width: 449px) {
  .dashboard .modal {
    width: 100%;
  }
  .dashboard .modal .left_in {
    height: auto;
    float: none;
  }
  .dashboard .modal .right_in {
    width: auto;
    float: none;
  }
  .dashboard .modal .right_col {
    padding: 5px 2px;
  }
  .dashboard .modal .right_col #description {
    height: auto;
  }
}
.dashboard .modalsmallModal {
  max-width: 300px;
}
.dashboard .modal h3 {
  text-align: center;
}
.dashboard .modal input {
  margin-bottom: 15px;
  margin-left: 0;
}
.dashboard .modal#email_modal {
  position: fixed;
  width: 85%;
  height: 90%;
  overflow: scroll;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  margin-left: 50px;
  font-size: 12px;
  background: #ffffff;
  padding: 20px;
  z-index: 2001;
}
@media (max-width: 767px) {
  .dashboard .modal#email_modal {
    margin-top: 35px;
    margin-left: 0px;
  }
}
.dashboard .modal#edit_date {
  position: fixed;
  width: 50%;
  max-height: 90%;
  overflow: scroll;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  margin-left: 50px;
  font-size: 12px;
  background: #ffffff;
  padding: 20px;
  z-index: 2000;
}
@media (max-width: 767px) {
  .dashboard .modal#edit_date {
    margin-top: 35px;
    margin-left: 0px;
    width: 85%;
  }
}
.dashboard .modal#modal_check {
  position: fixed;
  width: 85%;
  height: 90%;
  overflow: scroll;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  margin-left: 50px;
  font-size: 12px;
  background: #ffffff;
  padding: 20px;
  z-index: 2000;
}
@media (max-width: 767px) {
  .dashboard .modal#modal_check {
    margin-top: 35px;
    margin-left: 0px;
  }
}
.dashboard .modal#liveChat {
  position: fixed;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  background-color: rgba(0, 0, 0, 0.75);
  z-index: 2000;
}
.dashboard .modal#liveChat #liveChatContents {
  position: absolute;
  width: 80%;
  height: 80%;
  max-width: 640px;
  max-height: 640px;
  overflow: scroll;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  margin-left: 50px;
  font-size: 12px;
  background: #ffffff;
  padding: 20px;
}
@media (max-width: 767px) {
  .dashboard .modal#liveChat #liveChatContents {
    margin-top: 35px;
    margin-left: 0px;
  }
}
.dashboard .modal#bidForm, .dashboard .modal#bookNowForm {
  position: fixed;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  background-color: rgba(0, 0, 0, 0.75);
  z-index: 2000;
}
.dashboard .modal#bidForm #bidFormContents, .dashboard .modal#bidForm #bookNowFormContents, .dashboard .modal#bookNowForm #bidFormContents, .dashboard .modal#bookNowForm #bookNowFormContents {
  position: absolute;
  width: 80%;
  height: 65%;
  overflow: scroll;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  margin-left: 50px;
  font-size: 12px;
  background: #ffffff;
  padding: 20px;
}
@media (max-width: 767px) {
  .dashboard .modal#bidForm #bidFormContents, .dashboard .modal#bidForm #bookNowFormContents, .dashboard .modal#bookNowForm #bidFormContents, .dashboard .modal#bookNowForm #bookNowFormContents {
    margin-top: 35px;
    margin-left: 0px;
  }
}
.dashboard .modal#modal_details {
  position: fixed;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  background-color: rgba(0, 0, 0, 0.75);
  z-index: 2000;
}
.dashboard .modal#modal_details #modal_details_contents {
  position: absolute;
  width: 80%;
  height: 80%;
  overflow: scroll;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  margin-left: 50px;
  font-size: 12px;
  background: #ffffff;
}
@media (max-width: 767px) {
  .dashboard .modal#modal_details #modal_details_contents {
    margin-top: 35px;
    margin-left: 0px;
  }
}
.dashboard .modal#modal_details #modal_details_contents #info_container {
  padding: 20px;
  height: auto;
}
.dashboard .modal#modal_details #modal_details_contents #lower_container {
  padding: 20px;
}
.dashboard .modal#modal_details #modal_details_contents .right_col, .dashboard .modal#modal_details #modal_details_contents .left_col {
  float: left;
  display: block;
  margin-right: 2.3576515979%;
  width: 48.821174201%;
  height: 340px;
  overflow: hidden;
}
.dashboard .modal#modal_details #modal_details_contents .right_col:last-child, .dashboard .modal#modal_details #modal_details_contents .left_col:last-child {
  margin-right: 0;
}
@media (max-width: 767px) {
  .dashboard .modal#modal_details #modal_details_contents .right_col, .dashboard .modal#modal_details #modal_details_contents .left_col {
    float: left;
    display: block;
    margin-right: 16.0363113405%;
    width: 100%;
    height: auto;
  }
  .dashboard .modal#modal_details #modal_details_contents .right_col:last-child, .dashboard .modal#modal_details #modal_details_contents .left_col:last-child {
    margin-right: 0;
  }
}
.dashboard .modal#modal_details #modal_details_contents .lefter, .dashboard .modal#modal_details #modal_details_contents .mid, .dashboard .modal#modal_details #modal_details_contents .righter {
  float: left;
  display: block;
  margin-right: 2.3576515979%;
  width: 31.7615656014%;
}
.dashboard .modal#modal_details #modal_details_contents .lefter:last-child, .dashboard .modal#modal_details #modal_details_contents .mid:last-child, .dashboard .modal#modal_details #modal_details_contents .righter:last-child {
  margin-right: 0;
}
@media (max-width: 767px) {
  .dashboard .modal#modal_details #modal_details_contents .lefter, .dashboard .modal#modal_details #modal_details_contents .mid, .dashboard .modal#modal_details #modal_details_contents .righter {
    float: left;
    display: block;
    margin-right: 16.0363113405%;
    width: 100%;
    height: auto;
  }
  .dashboard .modal#modal_details #modal_details_contents .lefter:last-child, .dashboard .modal#modal_details #modal_details_contents .mid:last-child, .dashboard .modal#modal_details #modal_details_contents .righter:last-child {
    margin-right: 0;
  }
}
.dashboard .modal#modal_details #modal_details_contents #new-domino {
  padding: 20px;
  margin-bottom: 20px;
}
@media (max-width: 767px) {
  .dashboard .modal#modal_details #modal_details_contents #new-domino {
    padding-bottom: 0;
    margin-bottom: 0;
  }
}
.dashboard .modal#modal_details #modal_details_contents #new-domino .mobile-status {
  display: none;
  color: #fff;
  text-align: center;
  font-weight: bold;
  padding: 15px;
}
@media (max-width: 767px) {
  .dashboard .modal#modal_details #modal_details_contents #new-domino .mobile-status {
    display: block;
  }
}
.dashboard .modal#modal_details #modal_details_contents #new-domino .mobile-status.covered {
  background: #22468e;
}
.dashboard .modal#modal_details #modal_details_contents #new-domino .mobile-status.dispatched {
  background: #d01e22;
}
.dashboard .modal#modal_details #modal_details_contents #new-domino .mobile-status.loaded {
  background: #00492c;
}
.dashboard .modal#modal_details #modal_details_contents #new-domino .mobile-status.delivered {
  background: #ce5307;
}
.dashboard .modal#modal_details #modal_details_contents #new-domino ul {
  padding-left: 0;
  width: 100%;
  position: relative;
}
@media (max-width: 767px) {
  .dashboard .modal#modal_details #modal_details_contents #new-domino ul {
    display: none;
  }
}
.dashboard .modal#modal_details #modal_details_contents #new-domino ul li {
  display: inline-block;
  width: 25%;
  float: left;
  padding: 15px 0;
  text-decoration: none;
  font-weight: bold;
  text-align: center;
  color: white;
  background: #ddd;
}
.dashboard .modal#modal_details #modal_details_contents #new-domino ul li.active:first-child {
  background: #22468e;
  position: relative;
}
.dashboard .modal#modal_details #modal_details_contents #new-domino ul li.active:first-child:after {
  left: 99.7%;
  top: 50%;
  border: solid transparent;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
  border-color: rgba(136, 183, 213, 0);
  border-left-color: #22468e;
  border-width: 22px;
  margin-top: -22px;
  z-index: 2000;
}
.dashboard .modal#modal_details #modal_details_contents #new-domino ul li.active:nth-child(2) {
  background: #d01e22;
  position: relative;
}
.dashboard .modal#modal_details #modal_details_contents #new-domino ul li.active:nth-child(2):after {
  left: 99.7%;
  top: 50%;
  border: solid transparent;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
  border-color: rgba(136, 183, 213, 0);
  border-left-color: #d01e22;
  border-width: 22px;
  margin-top: -22px;
  z-index: 2001;
}
.dashboard .modal#modal_details #modal_details_contents #new-domino ul li.active:nth-child(3) {
  background: #00492c;
  position: relative;
}
.dashboard .modal#modal_details #modal_details_contents #new-domino ul li.active:nth-child(3):after {
  left: 99.7%;
  top: 50%;
  border: solid transparent;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
  border-color: rgba(136, 183, 213, 0);
  border-left-color: #00492c;
  border-width: 22px;
  margin-top: -22px;
  z-index: 2001;
}
.dashboard .modal#modal_details #modal_details_contents #new-domino ul li.active:nth-child(4) {
  background: #ce5307;
  position: relative;
}
.dashboard .modal#modal_details #modal_details_contents #pro_det {
  background: #ce5307;
}
.dashboard .modal#modal_details #modal_details_contents #ship_det {
  background: #00492c;
}
.dashboard .modal#modal_details #modal_details_contents #stat_head {
  background: #22468e;
}
.dashboard .modal#modal_details #modal_details_contents #map_canvas {
  height: 300px;
  width: 100%;
}
.dashboard .modal#modal_details #modal_details_contents .left_in, .dashboard .modal#modal_details #modal_details_contents .right_in div, .dashboard .modal#modal_details #modal_details_contents #quantity, .dashboard .modal#modal_details #modal_details_contents #ref_num, .dashboard .modal#modal_details #modal_details_contents #commodity, .dashboard .modal#modal_details #modal_details_contents #weight, .dashboard .modal#modal_details #modal_details_contents #equipment, .dashboard .modal#modal_details #modal_details_contents #description, .dashboard .modal#modal_details #modal_details_contents #det_cust, .dashboard .modal#modal_details #modal_details_contents #det_car {
  padding: 2px;
}
.dashboard .modal#modal_details #modal_details_contents #description {
  height: 128px;
  padding-left: 2px;
}
.dashboard .modal#modal_details #modal_details_contents .subheader {
  font-weight: bold;
  padding: 2px;
  border: 1px solid;
  border-color: #e9e9e9 #aeaeae #aeaeae #e9e9e9;
}
.dashboard .modal .wrapper {
  height: auto;
}
.dashboard .modal .stop_container {
  float: left;
  display: block;
  margin-right: 2.3576515979%;
  width: 100%;
  margin: 20px;
}
.dashboard .modal .stop_container:last-child {
  margin-right: 0;
}
.dashboard .modal .stop_container .header {
  background: #00492c;
}
.dashboard .modal .stop_container .content .stop .dates {
  float: left;
  display: block;
  margin-right: 2.3576515979%;
  width: 31.7615656014%;
  float: left;
}
.dashboard .modal .stop_container .content .stop .dates:last-child {
  margin-right: 0;
}
.dashboard .modal .stop_container .content .stop .dates div {
  padding: 2px;
  height: 25px;
}
.dashboard .modal .stop_container .content .stop .left_in {
  float: left;
  display: block;
  margin-right: 2.3576515979%;
  width: 31.7615656014%;
}
.dashboard .modal .stop_container .content .stop .left_in:last-child {
  margin-right: 0;
}
.dashboard .modal .stop_container .content .stop .details {
  float: left;
  display: block;
  margin-right: 2.3576515979%;
  width: 31.7615656014%;
  margin-right: 0;
}
.dashboard .modal .stop_container .content .stop .details:last-child {
  margin-right: 0;
}
.dashboard .modal .stop_container .stop.invisible {
  display: none;
}
.dashboard .modal .stop_container .tabs ul {
  display: table;
  margin: 0px;
  width: 100%;
  padding-left: 0px;
}
.dashboard .modal .stop_container .tabs li {
  display: table-cell;
  list-style-type: none;
  border: 1px solid;
  border-color: #e9e9e9 #aeaeae #aeaeae #e9e9e9;
  padding: 5px;
  cursor: pointer;
}
.dashboard .modal .stop_container .tabs li.current {
  font-weight: bold;
  font-style: italic;
}
.dashboard .modal .left_in {
  height: 98px;
  float: left;
}
.dashboard .modal .right_in {
  width: 209px;
  float: right;
}
.dashboard .modal .right_in div {
  height: 25px;
}

.alert_dialog.late {
  z-index: 2001;
  background: none repeat scroll 0 0 #FFFFFF;
  border: 2px solid #666666;
  border-radius: 10px 10px 10px 10px;
  font-size: 12px;
  line-height: 19px;
  padding: 20px;
  position: fixed;
  width: 40%;
  height: auto;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  margin-left: 50px;
}

.alert_dialog.late .select_box {
  margin: 10px auto;
  float: none;
}

.alert_dialog.late .button.close {
  margin-top: 10px;
}

.close {
  position: absolute;
  top: 0px;
  right: 0px;
  cursor: pointer;
}

.dashboard {
  float: left;
  display: block;
  margin-right: 2.3576515979%;
  width: 100%;
  height: 100%;
  padding-left: 120px;
  padding-bottom: 25px;
  padding-right: 25px;
  position: absolute;
  z-index: 1;
}
.dashboard:last-child {
  margin-right: 0;
}
.dashboard::after {
  clear: both;
  content: "";
  display: table;
}
.dashboard .contact-header {
  margin-right: 15px;
}
.dashboard .contact-header li {
  list-style-type: none;
}
.dashboard .contact-header a {
  text-decoration: none;
  color: inherit;
}
@media (max-width: 767px) {
  .dashboard {
    padding-left: 20px;
    padding-right: 20px;
    padding-top: 80px;
  }
}
.dashboard .widget {
  float: left;
  display: block;
  margin-right: 2.3576515979%;
  width: 14.7019570017%;
  background-color: #FFF;
  border: 2px solid #f5f5f5;
  padding: 5px;
  box-sizing: border-box;
  text-align: center;
  cursor: pointer;
}
.dashboard .widget:last-child {
  margin-right: 0;
}
@media (max-width: 767px) {
  .dashboard .widget {
    float: left;
    display: block;
    margin-right: 7.4229703521%;
    width: 100%;
    margin-bottom: 5px;
  }
  .dashboard .widget:last-child {
    margin-right: 0;
  }
}
.dashboard .widget .widget-title {
  font-size: 16px;
  margin-left: 10px;
  margin-top: 7px;
  float: left;
  font-weight: bold;
}
.dashboard .widget .widget-icon {
  float: left;
}
.dashboard #michelin {
  float: right;
}
.dashboard .widget-control {
  float: right;
  margin-right: 15px;
  cursor: pointer;
}
.dashboard .widget-header {
  float: left;
}
.dashboard .widget-active.widget-calendar {
  border: 2px solid #d01e22;
}
.dashboard .widget-active.widget-table {
  border: 2px solid #00492c;
}
.dashboard .widget-active.widget-charts {
  border: 2px solid #ce5307;
}
.dashboard .widget-active.widget-news {
  border: 2px solid #00146f;
}
.dashboard .widget-calendar .fa-circle {
  color: #d01e22;
}
.dashboard .widget-calendar .fa-calendar {
  color: #FFF;
}
.dashboard .widget-calendar .widget-title {
  color: #d01e22;
}
.dashboard .widget-calendar:hover {
  border: 2px solid #d01e22;
  background-color: #d01e22;
}
.dashboard .widget-calendar:hover .widget-title {
  color: #FFF;
}
.dashboard .widget-table .fa-circle {
  color: #00492c;
}
.dashboard .widget-table .fa-table {
  color: #FFF;
}
.dashboard .widget-table .widget-title {
  color: #00492c;
}
.dashboard .widget-table:hover {
  border: 2px solid #00492c;
  background-color: #00492c;
}
.dashboard .widget-table:hover .widget-title {
  color: #FFF;
}
.dashboard .widget-charts .fa-pie-chart {
  color: #FFF;
}
.dashboard .widget-charts .fa-circle {
  color: #ce5307;
}
.dashboard .widget-charts .widget-title {
  color: #ce5307;
}
.dashboard .widget-charts:hover {
  border: 2px solid #ce5307;
  background-color: #ce5307;
}
.dashboard .widget-charts:hover .widget-title {
  color: #FFF;
}
.dashboard .widget-news .fa-newspaper-o {
  color: #FFF;
}
.dashboard .widget-news .fa-circle {
  color: #00146f;
}
.dashboard .widget-news .widget-title {
  color: #00146f;
}
.dashboard .widget-news:hover {
  border: 2px solid #00146f;
  background-color: #00146f;
}
.dashboard .widget-news:hover .widget-title {
  color: #FFF;
}

.block {
  background-color: #FFF;
  border: 2px solid #f5f5f5;
  border-radius: 2px;
  padding: 15px;
  box-sizing: border-box;
  float: left;
  display: block;
  margin-right: 2.3576515979%;
  width: 100%;
  margin-bottom: 25px;
}
.block:last-child {
  margin-right: 0;
}
@media (max-width: 767px) {
  .block {
    float: left;
    display: block;
    margin-right: 2.3576515979%;
    width: 100%;
  }
  .block:last-child {
    margin-right: 0;
  }
}

.quick-search {
  float: left;
  display: block;
  margin-right: 2.3576515979%;
  width: 100%;
  background-color: #FFF;
  border: 2px solid #f5f5f5;
  border-radius: 2px;
  padding: 15px;
  box-sizing: border-box;
}
.quick-search:last-child {
  margin-right: 0;
}
.quick-search .quick-search-block {
  float: left;
  display: block;
  margin-right: 3.5786636068%;
  width: 48.2106681966%;
}
.quick-search .quick-search-block:last-child {
  margin-right: 0;
}
@media (max-width: 767px) {
  .quick-search .quick-search-block {
    float: left;
    display: block;
    margin-right: 2.3576515979%;
    width: 100%;
  }
  .quick-search .quick-search-block:last-child {
    margin-right: 0;
  }
}
.quick-search select, .quick-search input {
  margin-bottom: 15px;
}

.quick-search-header {
  float: left;
  display: block;
  margin-right: 2.3576515979%;
  width: 100%;
  font-size: 16px;
  padding-bottom: 10px;
  padding-left: 10px;
  padding-top: 10px;
  font-weight: bold;
  background-color: #22468e;
  color: white;
}
.quick-search-header:last-child {
  margin-right: 0;
}
.quick-search-header h2 {
  font-size: 16px;
}

.calHeader {
  width: 100%;
  font-size: 16px;
  padding-bottom: 10px;
  padding-left: 10px;
  padding-top: 10px;
  font-weight: bold;
  background-color: #22468e;
  color: white;
}
.calHeader h2 {
  font-size: 16px;
}

.row {
  margin: 20px 0;
  box-sizing: border-box;
}
.row::after {
  clear: both;
  content: "";
  display: table;
}

.two-of-ten {
  float: left;
  display: block;
  margin-right: 2.8425855704%;
  width: 17.7259315437%;
  box-sizing: border-box;
}
.two-of-ten:last-child {
  margin-right: 0;
}
@media (min-width: 1225px) {
  .two-of-ten {
    float: left;
    display: block;
    margin-right: 2.8425855704%;
    width: 28.0101901008%;
    margin-bottom: 15px;
  }
  .two-of-ten:last-child {
    margin-right: 0;
  }
}
@media (max-width: 767px) {
  .two-of-ten {
    float: left;
    display: block;
    margin-right: 2.8425855704%;
    width: 48.5787072148%;
  }
  .two-of-ten:last-child {
    margin-right: 0;
  }
  .two-of-ten:nth-child(2n) {
    margin-right: 0;
  }
  .two-of-ten:nth-child(2n+1) {
    clear: left;
  }
}
@media (max-width: 767px) {
  .two-of-ten {
    float: left;
    display: block;
    margin-right: 2.8425855704%;
    width: 100%;
  }
  .two-of-ten:last-child {
    margin-right: 0;
  }
  .two-of-ten:nth-child(1n) {
    margin-right: 0;
  }
  .two-of-ten:nth-child(1n+1) {
    clear: left;
  }
}

.four-of-ten {
  float: left;
  display: block;
  margin-right: 2.8425855704%;
  width: 38.2944486578%;
  box-sizing: border-box;
}
.four-of-ten:last-child {
  margin-right: 0;
}
@media (min-width: 1225px) {
  .four-of-ten {
    float: left;
    display: block;
    margin-right: 2.8425855704%;
    width: 58.8629657719%;
    margin-bottom: 15px;
  }
  .four-of-ten:last-child {
    margin-right: 0;
  }
}
@media (max-width: 767px) {
  .four-of-ten {
    float: left;
    display: block;
    margin-right: 2.8425855704%;
    width: 100%;
  }
  .four-of-ten:last-child {
    margin-right: 0;
  }
}
@media (max-width: 767px) {
  .four-of-ten {
    float: left;
    display: block;
    margin-right: 2.8425855704%;
    width: 100%;
  }
  .four-of-ten:last-child {
    margin-right: 0;
  }
  .four-of-ten:nth-child(1n) {
    margin-right: 0;
  }
  .four-of-ten:nth-child(1n+1) {
    clear: left;
  }
}

#calWrapper {
  float: left;
  display: block;
  margin-right: 2.3576515979%;
  width: 65.8807828007%;
}
#calWrapper:last-child {
  margin-right: 0;
}
@media (max-width: 767px) {
  #calWrapper {
    float: left;
    display: block;
    margin-right: 2.3576515979%;
    width: 100%;
  }
  #calWrapper:last-child {
    margin-right: 0;
  }
}
#calWrapper #calendar {
  background-color: #FFF;
  border: 2px solid #f5f5f5;
  padding: 55px 20px 20px 20px;
}
#calWrapper #calendar .number-type-mobile {
  display: none;
}
#calWrapper #calendar .number-type {
  display: inline-block;
}
#calWrapper #calendar .fc-event-title a {
  text-decoration: none;
  color: inherit;
}
#calWrapper #calendar .fc-widget-content > div {
  min-height: 94px;
}
#calWrapper #calendar .fc-event {
  font-size: 10px;
  border-radius: 4px;
  margin: 1px;
}
#calWrapper #calendar .fc-event.green {
  background-color: #00492c;
}
#calWrapper #calendar .fc-event.blue {
  background-color: #22468e;
}
@media (max-width: 767px) {
  #calWrapper #calendar {
    padding: 0;
  }
  #calWrapper #calendar .number-type-mobile {
    display: inline-block;
  }
  #calWrapper #calendar .number-type {
    display: none;
  }
  #calWrapper #calendar .fc-header-center {
    width: 0px;
  }
}

#newsWrapper {
  float: left;
  display: block;
  margin-right: 2.3576515979%;
  width: 65.8807828007%;
}
#newsWrapper:last-child {
  margin-right: 0;
}
#newsWrapper .newsHeader {
  float: left;
  display: block;
  margin-right: 3.5786636068%;
  width: 100%;
  background-color: #00146f;
  color: white;
  padding-bottom: 10px;
  padding-left: 10px;
  font-weight: bold;
  padding-top: 10px;
  font-size: 16px;
}
#newsWrapper .newsHeader:last-child {
  margin-right: 0;
}
#newsWrapper .newsHeader h2 {
  font-size: 16px;
}
#newsWrapper #news {
  background-color: #FFF;
  border: 2px solid #f5f5f5;
  padding: 20px;
}

#dash_grid {
  float: left;
  display: block;
  margin-right: 2.3576515979%;
  width: 65.8807828007%;
  border: 2px solid #f5f5f5;
  background-color: #FFF;
}
#dash_grid:last-child {
  margin-right: 0;
}
@media (max-width: 767px) {
  #dash_grid {
    display: none;
  }
}
#dash_grid .dash-head {
  float: left;
  display: block;
  margin-right: 3.5786636068%;
  width: 100%;
  background-color: #00492c;
  color: white;
  padding-bottom: 10px;
  padding-left: 10px;
  padding-top: 10px;
  font-weight: bold;
  font-size: 16px;
}
#dash_grid .dash-head:last-child {
  margin-right: 0;
}
#dash_grid .dash-head h2 {
  font-size: 16px;
}

#pieWrapper {
  float: left;
  display: block;
  margin-right: 2.3576515979%;
  width: 65.8807828007%;
  border: 2px solid #f5f5f5;
  background-color: #FFF;
}
#pieWrapper:last-child {
  margin-right: 0;
}
@media (max-width: 767px) {
  #pieWrapper {
    float: left;
    display: block;
    margin-right: 2.3576515979%;
    width: 100%;
  }
  #pieWrapper:last-child {
    margin-right: 0;
  }
}
#pieWrapper .pieHeader {
  width: 100%;
  background-color: #ce5307;
  color: white;
  padding-bottom: 10px;
  padding-left: 10px;
  padding-top: 10px;
  font-weight: bold;
}
#pieWrapper .pieHeader h2 {
  font-size: 16px;
}

.table-wrapper {
  padding: 20px;
}

#shipment #top_ship .quick-search {
  background-color: #ffffff;
  border: 2px solid #f5f5f5;
  border-radius: 2px;
  padding: 15px;
  box-sizing: border-box;
  float: left;
  display: block;
  margin-right: 2.3576515979%;
  width: 100%;
  margin-bottom: 25px;
}
#shipment #top_ship .quick-search:last-child {
  margin-right: 0;
}
#shipment #top_ship .quick-search .quick-search-block {
  float: left;
  display: block;
  margin-right: 3.5786636068%;
  width: 48.2106681966%;
}
#shipment #top_ship .quick-search .quick-search-block:last-child {
  margin-right: 0;
}
@media (max-width: 767px) {
  #shipment #top_ship .quick-search .quick-search-block {
    float: left;
    display: block;
    margin-right: 2.3576515979%;
    width: 100%;
  }
  #shipment #top_ship .quick-search .quick-search-block:last-child {
    margin-right: 0;
  }
}
@media (max-width: 767px) {
  #shipment #top_ship .quick-search .quick-search-block {
    float: left;
    display: block;
    margin-right: 2.3576515979%;
    width: 100%;
  }
  #shipment #top_ship .quick-search .quick-search-block:last-child {
    margin-right: 0;
  }
}
#shipment #top_ship .quick-search-header {
  float: left;
  display: block;
  margin-right: 2.3576515979%;
  width: 100%;
  font-size: 16px;
  padding-bottom: 10px;
  padding-left: 10px;
  padding-top: 10px;
  font-weight: bold;
  background-color: #22468e;
  color: white;
}
#shipment #top_ship .quick-search-header:last-child {
  margin-right: 0;
}
#shipment #top_ship .quick-search-header h2 {
  font-size: 16px;
}
#shipment #ship_results {
  float: left;
  display: block;
  margin-right: 2.3576515979%;
  width: 100%;
  margin-bottom: 40px;
}
#shipment #ship_results:last-child {
  margin-right: 0;
}
#shipment #ship_results .mobile {
  display: none;
}
@media (max-width: 1223px) {
  #shipment #ship_results .not-mobile {
    display: none;
  }
  #shipment #ship_results .mobile {
    display: inline-block;
  }
}
#shipment #ship_results .tables {
  margin: 1em 0;
  min-width: 300px;
  table-layout: fixed;
}
#shipment #ship_results .tables .uncollapsible {
  display: none;
}
#shipment #ship_results .tables td:first-child {
  padding-top: 0.5em;
}
#shipment #ship_results .tables td:last-child {
  padding-bottom: 0.5em;
}
#shipment #ship_results .tables th, #shipment #ship_results .tables td {
  text-align: left;
}
#shipment div.dataTables_info {
  margin-bottom: 20px;
}

.wrapper {
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
  height: 100%;
}
.wrapper::after {
  clear: both;
  content: "";
  display: table;
}
.wrapper::after {
  clear: both;
  content: "";
  display: table;
}

.half {
  float: left;
  float: left;
  display: block;
  margin-right: 3.5786636068%;
  width: 48.2106681966%;
}
.half:last-child {
  margin-right: 0;
}
@media (max-width: 767px) {
  .half {
    float: left;
    display: block;
    margin-right: 2.3576515979%;
    width: 100%;
  }
  .half:last-child {
    margin-right: 0;
  }
}

.third {
  float: left;
  float: left;
  display: block;
  margin-right: 2.3576515979%;
  width: 31.7615656014%;
}
.third:last-child {
  margin-right: 0;
}
@media (max-width: 767px) {
  .third {
    float: left;
    display: block;
    margin-right: 2.3576515979%;
    width: 100%;
  }
  .third:last-child {
    margin-right: 0;
  }
}

.outer {
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
}
.outer::after {
  clear: both;
  content: "";
  display: table;
}

.fourth {
  float: left;
  float: left;
  display: block;
  margin-right: 2.3576515979%;
  width: 23.2317613015%;
}
.fourth:last-child {
  margin-right: 0;
}
@media (max-width: 767px) {
  .fourth {
    float: left;
    display: block;
    margin-right: 2.3576515979%;
    width: 100%;
  }
  .fourth:last-child {
    margin-right: 0;
  }
}

.fifth {
  float: left;
  float: left;
  display: block;
  margin-right: 2.8425855704%;
  width: 17.7259315437%;
}
.fifth:last-child {
  margin-right: 0;
}
@media (max-width: 767px) {
  .fifth {
    float: left;
    display: block;
    margin-right: 2.8425855704%;
    width: 100%;
  }
  .fifth:last-child {
    margin-right: 0;
  }
}

.logo {
  max-width: 80%;
}

.upper-right {
  float: right;
}

#epay_manager img {
  width: 200px;
  margin-top: 15px;
}

/**
alerts
*/
.alert-container {
  background: none repeat scroll 0 0 #FFFFFF;
  border-radius: 2px;
  height: auto;
  text-align: center;
  margin: 20px 0;
}
.alert-container .alert-success {
  color: #4F8A10;
  background-color: #DFF2BF;
  padding: 20px;
}
.alert-container .alert-info {
  color: #00529B;
  background-color: #BDE5F8;
}
.alert-container .alert-warning {
  color: #9F6000;
  background-color: #FEEFB3;
}
.alert-container .alert-error {
  color: #D8000C;
  background-color: #FFBABA;
}
.alert-container span.close-alert {
  float: right;
  cursor: pointer;
}

html {
  box-sizing: border-box;
  height: 100%;
}

*, *:before, *:after {
  box-sizing: inherit;
}

body {
  width: 100%;
  background-color: #fafafa;
  height: 100%;
  margin: 0;
  font-family: "Roboto", sans-serif;
  box-sizing: border-box;
}

p {
  margin: 0;
  padding: 0;
}

img {
  border: none;
}

.right {
  float: right;
}

.left_sidebar {
  float: left;
  width: 85px;
  height: 100%;
  background: url(../images/blue_bg.png);
  position: relative;
  min-height: 800px;
}

.logo_container {
  height: 100px;
  width: 100px;
  position: absolute;
}

.login_container {
  height: 100px;
  margin-left: 100px;
  float: left;
  max-width: 400px;
}

.news_box_container, .slogan_container {
  clear: both;
  height: 160px;
  position: relative;
  padding: 20px;
}

.slogan_container .social_buttons {
  position: absolute;
  bottom: 20px;
  right: 20px;
  width: 100px;
  height: 30px;
}

.login_option_button_container {
  height: 100px;
  padding: 20px;
}

.login_option_button {
  float: left;
  width: 23%;
  margin: 5%;
}

#shipment {
  clear: both;
  position: relative;
  height: 100%;
  width: 100%;
}

#shipment, #order_entry, #quote, #profile, #adv_search {
  clear: both;
}

#calendar div {
  border: none;
}

.menu {
  right: 41px;
  position: absolute;
  top: -6px;
}

.menu_item {
  height: 181px;
  margin-bottom: -57px;
  width: 39px;
  position: relative;
}

#menu_ship {
  margin-bottom: -40px;
  z-index: 4;
}

#menu_quote {
  margin-bottom: -50px;
  z-index: 3;
}

#menu_home {
  z-index: 6;
}

#menu_adv_search {
  z-index: 2;
}

#menu_order_entry {
  z-index: 1;
  margin-top: 5px;
}

.quick_search {
  width: 400px;
  float: left;
}

.quick_links_container {
  margin-bottom: 10px;
}

.home_top_right {
  float: right;
  width: 300px;
}

#dash_results {
  margin-top: 6px;
  padding-bottom: 10px;
}

.splash_page #main_wrap {
  height: 100%;
  left: 85px;
  position: absolute;
  width: 100%;
}

#main_wrap {
  height: 100%;
  left: 80px;
  position: absolute;
  width: auto;
}

#left_bar {
  background: url(../images/bar_bg.png);
  float: right;
  height: 100%;
  width: 42px;
  z-index: 300;
  position: relative;
}

#arrow1, #arrow2 {
  background: url(../images/arrow1.png);
  width: 42px;
  height: 43px;
}

.main_col {
  height: 100%;
  padding-top: 0px;
  padding-left: 36px;
  padding-right: 36px;
  padding-bottom: 36px;
  width: auto;
}

#top_home, #top_ship {
  padding-bottom: 11px;
  margin-bottom: 25px;
  height: auto;
}

.clear {
  clear: both;
}

#home .right_col {
  min-height: 800px;
  background: none repeat scroll 0 0 #E9E9E9;
  height: 100%;
  overflow: hidden;
  position: fixed;
  right: 0;
  top: 0;
  width: 110px;
}

#right_bar {
  width: 42px;
  height: 100%;
  background: url(../images/bar_bg.png);
  float: left;
}

.dashHead {
  margin-top: 0px;
  margin-bottom: 0px;
  margin-top: 0px;
  padding-top: 11px;
  margin-left: 0px;
  padding-left: 0px;
}

#newsWrapper {
  margin-bottom: 25px;
}

.calHeader {
  padding-left: 10px;
  padding-top: 10px;
  padding-bottom: 10px;
  background-color: #d01e22;
  color: white;
}

.table_top {
  background: #00492c;
  color: #FFFFFF;
  font-size: 16px;
  font-weight: bold;
}
.table_top th {
  padding-top: 10px;
  padding-bottom: 10px;
}

.shipments_head {
  background: #ce5307;
}

#full_list {
  margin-bottom: 8px;
  margin-top: -18px;
}

.rowselect {
  font-weight: bold;
  background: url("../images/white_50.png");
}

.lono #sorttable_sortfwdind {
  margin-top: -14px;
  position: absolute;
}

.lono > div {
  text-align: center;
  width: 66px;
  margin-bottom: 10px;
  margin-top: 3px;
}

.first {
  text-align: left;
  padding-left: 12px;
}

#dash_grid {
  margin-bottom: 25px;
}

td {
  height: 35px;
  font-family: helvetica, arial;
  font-size: 12px;
  text-align: center;
}

#top_home h1, #top_ship h1 {
  color: #0b3f88;
  font-family: helvetica, arial;
  font-size: 36px;
  float: left;
  margin-top: 10px;
  height: 57px;
}

.splash_page #top_home .up_cont, #top_ship .up_cont {
  height: 77px;
  margin-bottom: 32px;
  margin-left: 0px;
}

#top_home .up_cont, #top_ship .up_cont {
  height: 53px;
  margin-bottom: 10px;
}

#top_home .low_cont, #top_ship .low_cont {
  height: 40px;
}

.small_grey {
  font-family: helvetica, arial;
  font-size: 13px;
  line-height: 10px;
}

#quick_form input {
  position: relative;
  top: 7px;
  margin-left: 10px;
}

#order_entry .select_box {
  border-radius: 10px;
}

.foldy {
  width: 820px;
}

.rowlabel td {
  height: 20px;
  margin-top: 5px;
  text-align: left;
}

.rowlabel {
  display: block;
  text-transform: uppercase;
  color: #000;
  font-size: 12px;
  font-weight: bold;
  margin-bottom: 10px;
}

.radio {
  margin-left: 0px;
  padding-left: 0px;
}

#adv_search h3 {
  margin-top: 10px;
}

.state {
  border: 1px inset #bbb;
  border-radius: 11px 11px 11px 11px;
  height: 28px;
  padding-left: 3px;
  width: 100px;
  padding-right: 5px;
  padding-bottom: 5px;
}

#order_entry table {
  position: relative;
  /*  background: url("../images/orange_pixel.png") repeat scroll 0 0 transparent; */
  border-radius: 15px;
  /*  box-shadow: 0 3px 10px rgba(50, 50, 50, 0.49); */
  width: 823px;
  margin-bottom: 10px;
  padding: 10px;
}

.foldy td {
  position: relative;
}

.foldy.first {
  padding-left: 0;
}
.foldy h3 {
  display: inline-block;
  margin-right: 5px;
}

/*{
  background:url(../images/text_input_bg.png) no-repeat;
  border:none;
  width:195px;
  height:30px;
}*/
#quick_form .select_box {
  margin-top: 7px;
}

.error {
  display: none;
  margin-top: 10px;
}

#quick_form {
  float: left;
  position: relative;
}

#quick_links1 {
  height: 25px;
  left: 0px;
  position: relative;
  top: 7px;
  width: 25px;
}

#quick_links2 {
  height: 25px;
  left: 662px;
  position: absolute;
  top: 88px;
  width: 25px;
}

#quick_link_submit2, #quick_link_submit1 {
  height: 25px;
  left: 208px;
  position: relative;
  top: -30px;
  width: 25px;
  cursor: pointer;
}

#shipment {
  padding-top: 0px;
  padding-bottom: 36px;
}

#det_cust, #det_car {
  display: none;
}

#adv_search, #order_entry, #equipment_page {
  padding: 36px;
  font-size: 12px;
}

#adv_search ul {
  list-style-type: none;
}

#adv_search ul li {
  display: inline;
}

#adv_search .wide {
  width: 194px;
  overflow: hidden;
}

.dates {
  width: 200px;
}

.entryNotes {
  resize: none;
  background: #ccc;
  border: 1px inset #bbb;
  border-radius: 10px;
  margin-top: 4px;
  width: 400px;
  height: 100px;
  margin-bottom: 25px;
}

#q_comments {
  margin-left: 3px;
  height: 61px;
}

#quote_submit {
  margin-left: 3px;
  margin-top: 10px;
}

#quote input {
  margin: 0px;
}

#quote h3 {
  font-size: 18.7167px;
}

#profile {
  position: absolute;
  z-index: 300;
  top: 100px;
  left: 300px;
  border: 2px solid #666;
  border-radius: 10px;
  background: #fff;
  padding: 30px;
  font-size: 12px;
}

#profile table td {
  text-align: left;
}

#show_profile {
  left: 12px;
  position: relative;
  top: 360px;
}

html, .slogan_motto {
  height: 100%;
}

.left, #top_home .up_cont img, #top_ship .up_cont img {
  float: left;
}

.call_us, .email_us, .social_buttons {
  float: left;
  margin-left: 50px;
}

footer, .menu .current {
  position: relative;
}

#adv_search .radio input, .check {
  height: auto;
  width: auto;
}

#checkdet {
  width: 100px;
  margin: -48px auto 27px;
  height: 20px;
}

#check {
  display: none;
  float: left;
}

#detail {
  display: none;
  float: left;
}

#email_modal div, #email_modal textarea, #email_modal h3 {
  margin: 0 auto;
  text-align: center;
}

#email_modal textarea {
  height: 300px;
  width: 100%;
  text-align: left;
  margin: 30px 0;
}

#email_modal h3 {
  text-align: center;
  margin-top: 10px;
  font-size: 20px;
}

#delete_searches, #delete_quotes {
  background: none repeat scroll 0 0 #FFFFFF;
  border: 2px solid #666666;
  border-radius: 10px 10px 10px 10px;
  display: none;
  height: auto;
  min-height: 50px;
  left: 385px;
  padding: 10px;
  position: absolute;
  top: 325px;
  width: 300px;
  z-index: 100;
}

#delete_searches h3, #delete_quotes h3 {
  margin-bottom: 15px;
}

.saves {
  border-bottom: 1px solid #999;
  clear: both;
}

.saves span {
  float: right;
}

#det_rep {
  border: 1px solid #666666;
  height: 30px;
  width: 200px;
  float: right;
}

#pro_con {
  margin: 0 auto;
  width: 808px;
  height: 32px;
}

#check_submit {
  margin: 0 auto;
}

.edit_this {
  cursor: pointer;
}

.dates {
  width: 187px;
  height: 98px;
  float: left;
}

.detail_edit {
  margin-left: 29px;
}

.header {
  clear: both;
  font-size: 16px;
  padding: 9px;
  color: #fff;
}

.red {
  color: #b5010d;
}

#csv_download a {
  color: #fff;
  text-decoration: none;
}

#csv_download {
  left: 154px;
  position: absolute;
  top: 137px;
}

#email_modal {
  z-index: 120;
}

#replicate, #mail_det {
  float: right;
  margin-top: -5px;
  margin-right: 35px;
}

#make_check {
  float: right;
  margin-right: 35px;
  text-decoration: underline;
  margin-top: -5px;
}

#quote_save_table {
  left: 200px;
  margin-bottom: -90px;
  position: relative;
  top: -113px;
}

.pointer {
  cursor: pointer;
}
.pointer a {
  color: inherit;
  text-decoration: none;
}

/*#edit_saves, #edit_quote{
text-decoration:underlined;
}*/
#q_contact > div {
  margin-top: 8px;
}

#load_count {
  left: 689px;
  position: absolute;
  top: 138px;
}

::-webkit-input-placeholder {
  /* WebKit browsers */
  color: #333;
}

:-moz-placeholder {
  /* Mozilla Firefox 4 to 18 */
  color: #333;
}

::-moz-placeholder {
  /* Mozilla Firefox 19+ */
  color: #333;
}

:-ms-input-placeholder {
  /* Internet Explorer 10+ */
  color: #333;
}

.foldy1, .foldy2, .foldy3 {
  display: inline-block;
  width: 14px;
  cursor: pointer;
}

@media screen and (-webkit-min-device-pixel-ratio: 0) {
  /* CSS Statements that only apply on webkit-based browsers (Chrome, Safari, etc.) */
  #quick_submit, #quick_submit2 {
    margin-bottom: 3px;
  }

  #quick_form {
    margin-bottom: 6px;
  }

  #full_list {
    margin-top: -21px;
  }

  #csv_download {
    top: 140px;
  }

  .shipments_head .comm {
    margin-left: 4px;
  }

  .shipments_head .dest {
    margin-left: 5px;
  }

  .shipments_head .orst {
    margin-left: -1px;
  }

  #load_count {
    left: 700px;
    position: absolute;
    top: 142px;
  }

  span.red {
    position: absolute;
    text-align: right;
    width: 2px;
  }
}
#i_pie, #i_cal, #i_news, #i_table {
  cursor: pointer;
}

@media (max-width: 767px) {
  #i_table {
    display: none;
  }
}

.logout {
  position: absolute;
  top: 5px;
  left: 600px;
  color: #333;
}

.logout a {
  font-size: 12px;
  color: #333;
}

.fc-event-title {
  cursor: pointer;
}

#charges td {
  height: auto;
  text-align: left;
}

#charges table {
  width: 210px;
  margin: 0 auto;
}

form .red {
  position: absolute;
  font-size: 23px;
  line-height: 10px;
}

.button {
  cursor: pointer;
  text-align: center;
}

/* Sortable tables */
table.sortable thead {
  border: none;
  color: #ddd;
  cursor: default;
}

table.sortable thead td {
  color: #fff;
  background: none;
  border: none;
}

.edit_this {
  float: right;
  margin-right: 10px;
  margin-top: -2px;
}

.edit_this, #replicate, #make_check, #mail_det {
  background: url("../images/gradient.png") repeat scroll 0 0 transparent;
  border: 1px solid #333;
  border-radius: 5px 5px 5px 5px;
  color: #333333;
  font-size: 12px;
  line-height: 15px;
  margin-left: 0px;
  padding: 3px;
  text-decoration: none;
  cursor: pointer;
}

.alert_dialog p {
  display: block;
}

.alert_dialog .close {
  position: static;
  margin: 0 auto;
}

.alert_dialog {
  z-index: 9999999;
  background: none repeat scroll 0 0 #FFFFFF;
  border: 2px solid #666666;
  border-radius: 10px 10px 10px 10px;
  font-size: 12px;
  line-height: 19px;
  position: fixed;
  width: 260px;
  height: auto;
  padding: 20px;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  margin-left: 50px;
}
@media (max-width: 767px) {
  .alert_dialog {
    margin-top: 35px;
    margin-left: 0px;
  }
}

select#time_edit {
  width: 192px;
  margin: 15px 0px 15px 31px;
}

select {
  max-width: 100%;
}

#check_call_tbl {
  margin-top: 25px;
}

#check_pro_wrap {
  text-align: center;
  margin-top: 25px;
}

input[type=submit].LogIn {
  background: url("../images/button_no_text.png") repeat scroll 0 0 transparent;
  background-repeat: no-repeat;
  color: #FFFFFF;
  height: 40px;
  text-align: center;
  width: 110px;
}

.LogInLabel {
  float: left;
  text-transform: uppercase;
  font-weight: bold;
  color: #0b3f88;
}

.order_ent_table td {
  text-align: left;
}

#replicate {
  font-weight: bold;
  cursor: pointer;
}

#make_check {
  cursor: pointer;
}