
/* Lists
================================================================*/
/* line 229, ../sass/global.scss */
.list-simple {
  list-style-type: none;
  margin: 0;
}

/* line 231, ../sass/global.scss */
.list-bordered > li {
  border-bottom-width: 1px;
  border-bottom-style: solid;
}

/* line 235, ../sass/global.scss */
.list-bordered > li a {
  padding: 4px 0;
  text-decoration: none;
  display: block;
}

/* line 240, ../sass/global.scss */
.list-bordered > li a:hover {
  text-decoration: underline;
}

/* line 243, ../sass/global.scss */
.list-bordered > li:last-child {
  border-bottom: 1px solid transparent;
}

/* line 247, ../sass/global.scss */
.list-border-top {
  border-top-width: 1px;
  border-top-style: solid;
}

/* line 252, ../sass/global.scss */
.list-bulleted > li {
  list-style-type: disc;
  margin-left: 1.3em;
}

/* line 256, ../sass/global.scss */
.list-bulleted .list-bulleted-clear {
  list-style: none;
}

/* line 260, ../sass/global.scss */
.list-inline > li {
  vertical-align: middle;
  padding-right: 10px;
}

/* line 267, ../sass/global.scss */
.list-inline-divider li {
  border-left-style: solid;
  border-left-width: 2px;
  padding: 0 .4em 0 0.65em;
  margin: 0;
}

/* line 273, ../sass/global.scss */
.list-inline-divider li:first-child {
  border: none;
  padding-left: 0;
}

/* line 278, ../sass/global.scss */
.list-ordered li {
  margin-left: 1.4em;
  list-style-type: decimal;
}

/* line 283, ../sass/global.scss */
.list-inline > li, .list-inline-divider li {
  display: inline-block;
  *display: inline;
  *zoom: 1;
}

/* line 289, ../sass/global.scss */
.large-gap li {
  padding-right: 20px;
}

/* line 291, ../sass/global.scss */
.line-space-m li {
  margin: 3px 0;
}

/* Text and font size
================================================================*/
/* line 296, ../sass/global.scss */
.txtC {
  text-align: center;
}

/* line 300, ../sass/global.scss */
.txtL {
  text-align: left;
}

/* line 304, ../sass/global.scss */
.txtR {
  text-align: right;
}

/* line 308, ../sass/global.scss */
.txtT {
  vertical-align: top;
}

/* line 312, ../sass/global.scss */
.txtB {
  vertical-align: bottom;
}

/* line 316, ../sass/global.scss */
.txtM {
  vertical-align: middle;
}

/* line 320, ../sass/global.scss */
.txt-sentence {
  text-transform: lowercase;
}

/* line 324, ../sass/global.scss */
.txt-sentence:first-letter {
  text-transform: uppercase;
}

/* line 328, ../sass/global.scss */
.txt-upper {
  text-transform: uppercase;
}

/* line 332, ../sass/global.scss */
h1, .h1, h2, .h2, h3, .h3, .group-title,
.leading-s {
  line-height: 1.3;
}

/* line 337, ../sass/global.scss */
.kilo {
  font-size: 30px;
}

/* line 342, ../sass/global.scss */
.largest {
  font-size: 17px;
}

/* line 347, ../sass/global.scss */
.larger {
  font-size: 16px;
}

/* line 352, ../sass/global.scss */
.large {
  font-size: 15px;
}

/* line 357, ../sass/global.scss */
.medium {
  font-size: 14px;
}

/* Default will be 14px; */
/* line 363, ../sass/global.scss */
small,
.small {
  font-size: 13px;
}

/* line 369, ../sass/global.scss */
.smaller {
  font-size: 12px;
}

/* line 374, ../sass/global.scss */
.smallest {
  font-size: 11px;
}

/* line 379, ../sass/global.scss */
.micro {
  font-size: 10px;
}

/* line 384, ../sass/global.scss */
.default-txt, .default-txt:hover {
  color: #FFD7D6;
}

/* line 385, ../sass/global.scss */
.normal-txt {
  font-weight: normal;
}

/* line 386, ../sass/global.scss */
.note-txt {
  color: #555;
}

/* line 387, ../sass/global.scss */
.success-txt {
  color: #468847;
}

/* line 388, ../sass/global.scss */
.success-bg {
  background-color: #4f9950;
}

/* line 389, ../sass/global.scss */
.inactive-txt {
  color: #888;
}

/* line 390, ../sass/global.scss */
.inactive-bg {
  background-color: #999999;
}

/* line 391, ../sass/global.scss */
.hover-bg:hover {
  background-color: #daf2fa;
  cursor: copy;
}

/* line 392, ../sass/global.scss */
.selected-bg {
  background-color: #e8f2f5;
}

/* line 393, ../sass/global.scss */
.selected-bg:hover {
  background-color: #e8f2f5;
}

/* line 394, ../sass/global.scss */
.status-txt {
  color: #fff;
  font-weight: bold;
  font-size: 10px;
  text-transform: uppercase;
}

/* line 395, ../sass/global.scss */
.focus-txt {
  color: #fff;
  text-transform: uppercase;
}

/* line 396, ../sass/global.scss */
.warn-txt {
  color: #f59936;
}

/* line 3, ../sass/_borders.scss */
.br-rn {
  border-right: 0 none !important;
}

/* line 4, ../sass/_borders.scss */
.br-ln {
  border-left: 0 none !important;
}

/* line 5, ../sass/_borders.scss */
.br-tn {
  border-top: 0 none !important;
}

/* line 6, ../sass/_borders.scss */
.br-bn {
  border-bottom: 0 none !important;
}

/* line 7, ../sass/_borders.scss */
.br-vn {
  border-top: 0 none !important;
  border-bottom: 0 none !important;
}

/* line 8, ../sass/_borders.scss */
.br-hn {
  border-left: 0 none !important;
  border-right: 0 none !important;
}

/* line 12, ../sass/_borders.scss */
.br-light {
  border: 1px solid #e0dbd5;
}

/* line 13, ../sass/_borders.scss */
.br-dark {
  border: 1px solid #666;
}

/* line 15, ../sass/_borders.scss */
.br-light-r {
  border-right: 1px solid #e0dbd5;
}

/* line 16, ../sass/_borders.scss */
.br-light-l {
  border-left: 1px solid #e0dbd5;
}

/* line 17, ../sass/_borders.scss */
.br-light-t {
  border-top: 1px solid #e0dbd5;
}

/* line 18, ../sass/_borders.scss */
.br-light-b {
  border-bottom: 1px solid #e0dbd5;
}

/* line 19, ../sass/_borders.scss */
.br-light-v {
  border-top: 1px solid #e0dbd5;
  border-bottom: 1px solid #e0dbd5;
}

/* line 20, ../sass/_borders.scss */
.br-light-h {
  border-left: 1px solid #e0dbd5;
  border-right: 1px solid #e0dbd5;
}

/* line 22, ../sass/_borders.scss */
.br-dark-r {
  border-right: 1px solid #666;
}

/* line 23, ../sass/_borders.scss */
.br-dark-l {
  border-left: 1px solid #666;
}

/* line 24, ../sass/_borders.scss */
.br-dark-t {
  border-top: 1px solid #666;
}

/* line 25, ../sass/_borders.scss */
.br-dark-b {
  border-bottom: 1px solid #666;
}

/* line 26, ../sass/_borders.scss */
.br-dark-v {
  border-top: 1px solid #666;
  border-bottom: 1px solid #666;
}

/* line 27, ../sass/_borders.scss */
.br-dark-h {
  border-left: 1px solid #666;
  border-right: 1px solid #666;
}

/* line 29, ../sass/_borders.scss */
.border-none {
  border: 0 none;
}

/* line 3, ../sass/_round.scss */
.round-all {
  border-radius: 4px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  -o-border-radius: 4px;
}

/* line 11, ../sass/_round.scss */
.round-bottom {
  border-bottom-right-radius: 4px;
  border-bottom-left-radius: 4px;
  -webkit-border-bottom-right-radius: 4px;
  -webkit-border-bottom-left-radius: 4px;
  -moz-border-radius-bottomright: 4px;
  -moz-border-radius-bottomleft: 4px;
}

/* line 20, ../sass/_round.scss */
.round-top {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
  -webkit-border-top-left-radius: 4px;
  -webkit-border-top-right-radius: 4px;
  -moz-border-radius-topleft: 4px;
  -moz-border-radius-topright: 4px;
}

/* line 29, ../sass/_round.scss */
.round-left {
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
  -webkit-border-top-left-radius: 4px;
  -webkit-border-bottom-left-radius: 4px;
  -moz-border-radius-topleft: 4px;
  -moz-border-radius-bottomleft: 4px;
}

/* line 38, ../sass/_round.scss */
.round-right {
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
  -webkit-border-top-right-radius: 4px;
  -webkit-border-bottom-right-radius: 4px;
  -moz-border-radius-topright: 4px;
  -moz-border-radius-bottomright: 4px;
}

/* line 47, ../sass/_round.scss */
.round-top-r {
  border-top-right-radius: 4px;
  -webkit-border-top-right-radius: 4px;
  -moz-border-radius-topright: 4px;
}

/* line 53, ../sass/_round.scss */
.round-top-l {
  border-top-left-radius: 4px;
  -webkit-border-top-left-radius: 4px;
  -moz-border-radius-topleft: 4px;
}

/* line 59, ../sass/_round.scss */
.round-none-t {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
  -webkit-border-top-left-radius: 0;
  -webkit-border-top-right-radius: 0;
  -moz-border-radius-topleft: 0;
  -moz-border-radius-topright: 0;
}

/* line 68, ../sass/_round.scss */
.round-none-b {
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
  -webkit-border-bottom-right-radius: 0;
  -webkit-border-bottom-left-radius: 0;
  -moz-border-radius-bottomright: 0;
  -moz-border-radius-bottomleft: 0;
}

/* Backgrounds
================================================================*/
/* line 403, ../sass/global.scss */
.bg-white {
  background-color: #fff;
}

/* line 404, ../sass/global.scss */
.bg-light {
  background-color: #f2f1ef;
}

/* line 405, ../sass/global.scss */
.bg-grey {
  background-color: #dddddd;
}

/* line 406, ../sass/global.scss */
.bg-light-second {
  background-color: #e0eff4;
}

/* Drop shadows
================================================================*/
/* line 410, ../sass/global.scss */
.dshadow-light {
  box-shadow: 0px 0px 5px 0px #999999;
}

/* table cell display
================================================================*/
/* line 415, ../sass/global.scss */
.tb-cell {
  display: table-cell;
}

/* line 418, ../sass/global.scss */
.tb-cell-v-middle {
  display: table-cell;
  vertical-align: middle;
}

/* Overlay
================================================================*/
/* line 425, ../sass/global.scss */
.overlay {
  position: relative;
}

/* line 429, ../sass/global.scss */
.overlay .hd {
  position: absolute;
  top: 0;
  left: 0;
}

/* line 435, ../sass/global.scss */
.overlay .hd-right {
  position: absolute;
  top: 0;
  right: 0;
}

/* line 441, ../sass/global.scss */
.overlay .ft {
  position: absolute;
  bottom: 0;
  left: 0;
}

/* line 447, ../sass/global.scss */
.overlay .ft-right {
  position: absolute;
  bottom: 0;
  right: 0;
}

/* line 453, ../sass/global.scss */
.overlay-text {
  color: #fff !important;
}

/* line 457, ../sass/global.scss */
.overlay-bg {
  background: rgba(0, 0, 0, 0.5);
}

/* line 459, ../sass/global.scss */
.unit-block {
  display: block;
}

/* line 460, ../sass/global.scss */
.unit-inline-block {
  display: inline-block;
}

/* line 462, ../sass/global.scss */
.superscript {
  vertical-align: 0.7em;
}

/* Form control
================================================================*/
/* line 466, ../sass/global.scss */
.form-control {
  border-radius: 4px;
  border-style: solid;
  border-width: 1px;
  display: block;
  font-size: 14px;
  padding: 5px 10px;
  width: 100%;
  height: 30px;
}

/* line 477, ../sass/global.scss */
.form-control::-moz-placeholder {
  color: #999999;
  opacity: 1;
}

/* line 482, ../sass/global.scss */
.form-control:-ms-input-placeholder {
  color: #999999;
}

/* line 486, ../sass/global.scss */
.form-control::-webkit-input-placeholder {
  color: #999999;
}

/* line 490, ../sass/global.scss */
.form-control:focus {
  outline: thin dotted;
}

/* line 494, ../sass/global.scss */
.form-control[disabled], .form-control[readonly], fieldset[disabled] .form-control {
  opacity: 1;
  background-color: #eee;
}

/* line 499, ../sass/global.scss */
.form-control-inline {
  width: auto;
}

/* line 503, ../sass/global.scss */
.form-control, .form-control:before, .form-control:after {
  box-sizing: border-box;
}

/* line 507, ../sass/global.scss */
.input-xsmall {
  width: 50px;
}

/* line 510, ../sass/global.scss */
.input-small {
  width: 100px;
}

/* line 513, ../sass/global.scss */
.input-medium {
  width: 150px;
}

/* line 516, ../sass/global.scss */
.input-large {
  width: 200px;
}

/* line 519, ../sass/global.scss */
.input-xlarge {
  width: 250px;
}

/* line 522, ../sass/global.scss */
.input-xxlarge {
  width: 300px;
}

/* line 525, ../sass/global.scss */
.input-xxxlarge {
  width: 350px;
}

/* line 528, ../sass/global.scss */
.input-full {
  width: 100%;
}

/* Added via JS to <textarea> and class="input-full".*/
/* Applies only to IE7. Other browsers don't need it.*/
/* line 534, ../sass/global.scss */
.input-full-wrap {
  *display: block;
  *padding-right: 11px;
}

/* Vertical tabs
================================================================*/
/* line 541, ../sass/global.scss */
.vertical-tabs {
  list-style-type: none;
}

/* line 542, ../sass/global.scss */
.vertical-tabs li {
  padding: 5px;
}

/* line 544, ../sass/global.scss */
.vertical-tabs li a:hover {
  text-decoration: none;
  color: #111;
}

/* line 545, ../sass/global.scss */
.vertical-tabs .selected {
  background-color: #fff;
  /*font-weight: bold;*/
}

/* line 546, ../sass/global.scss */
.vertical-tabs .selected a {
  color: #333;
}

/* line 547, ../sass/global.scss */
.vertical-tabs .selected a:hover {
  color: #333;
}

/* line 548, ../sass/global.scss */
.vertical-tabs .selected .popup_link {
  color: #00759a;
}

/* line 549, ../sass/global.scss */
.vertical-tabs .selected .popup_link:hover {
  color: #00759a;
  text-decoration: underline;
}

/* line 550, ../sass/global.scss */
.vertical-tabs .selected .default-txt {
  font-weight: bold;
}

/* line 551, ../sass/global.scss */
.vertical-tab-content {
  height: 300px;
  position: relative;
  overflow-y: scroll;
  padding: 0 5px;
}

/* line 552, ../sass/global.scss */
.vertical-tab-content .ft-right {
  position: absolute;
  right: 10px;
  bottom: 5px;
}

/* Clearfix
================================================================*/
/* line 556, ../sass/global.scss */
.clearfix:after,
#content:after,
.atlas_subtabs:after,
.booking_summary_header:after,
.bookings_download:after,
.bookings_header:after,
.confirm_freesale:after,
.day_header:after,
.deal_details:after,
.form_actions:after,
.form_checkbox:after,
.pagination:after,
.popup:after,
.popup_box:after,
.popup_body:after,
.reviewed_by:after,
.reviews_row:after,
.row_actions:after,
.subtabs_main:after,
.tour_option_row:after,
.week_header:after {
  /* FF, IE8, O, S, etc. */
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
  line-height: 0;
}

/* line 585, ../sass/global.scss */
* + html .clearfix,
* + html #content,
* + html .atlas_subtabs,
* + html .booking_summary_header,
* + html .bookings_download,
* + html .bookings_header,
* + html .confirm_freesale,
* + html .day_header,
* + html .deal_details,
* + html .form_actions,
* + html .form_checkbox,
* + html .pagination,
* + html .popup,
* + html .popup_box,
* + html .popup_body,
* + html .reviewed_by,
* + html .reviews_row,
* + html .row_actions,
* + html .subtabs_main,
* + html .tour_option_row,
* + html .week_header {
  display: inline-block;
  /* IE7not8 */
}

/* line 609, ../sass/global.scss */
* html .clearfix,
* html #content,
* html .atlas_subtabs,
* html .booking_summary_header,
* html .bookings_download,
* html .bookings_header,
* html .confirm_freesale,
* html .day_header,
* html .deal_details,
* html .form_actions,
* html .form_checkbox,
* html .pagination,
* html .popup,
* html .popup_box,
* html .popup_body,
* html .reviewed_by,
* html .reviews_row,
* html .row_actions,
* html .subtabs_main,
* html .tour_option_row,
* html .week_header {
  height: 1%;
  /* IE5-6 */
}

/* Error List
================================================================*/
/* line 636, ../sass/global.scss */
.errors #main {
  width: 780px;
  padding: 10px 10px 7px 20px;
}

/* line 637, ../sass/global.scss */
.error_list {
  background-color: #f8d7da;
  border: 1px solid #f6cace;
  color: rgba(0, 0, 0, 0.85);
  padding: 5px 10px;
  margin-bottom: 10px;
}

/* line 644, ../sass/global.scss */
.error_list.top {
  margin: 10px 0;
}

/* line 645, ../sass/global.scss */
.error_box {
  padding: 0 0 5px 38px;
  background: transparent url(../images/general/icon_excalmatory.gif) no-repeat scroll left top;
}

/* line 646, ../sass/global.scss */
.error_list .error_title {
  color: #dc3545;
  font-size: 18px;
  line-height: 1.2;
}

/* line 647, ../sass/global.scss */
.error_list p {
  font-weight: normal;
}

/* line 648, ../sass/global.scss */
.error_list ul {
  margin: 0;
}

/* line 649, ../sass/global.scss */
.error_list ul li {
  background: transparent url(../images/general/icon_dot_grey.gif) no-repeat scroll 0 8px;
  list-style-type: none;
  padding-left: 10px;
}

/* line 650, ../sass/global.scss */
.error_list ul li.single {
  background: none;
  padding-left: 0;
}

/* line 651, ../sass/global.scss */
.error_list .title {
  font-size: 16px;
  display: block;
}

/* line 653, ../sass/global.scss */
.validation {
  background-color: #f8d7da;
  border: 1px solid #f6cace;
  color: rgba(0, 0, 0, 0.85);
}

/* line 654, ../sass/global.scss */
label.validation {
  background-color: transparent;
  color: #dc3545;
}

/* line 655, ../sass/global.scss */
.maintenance .title {
  font-size: 16px;
  font-weight: bold;
}

/* line 657, ../sass/global.scss */
.success_list {
  background-color: #dff0d8;
  border: 1px solid #d6eccd;
  color: rgba(0, 0, 0, 0.85);
  margin-bottom: 10px;
  padding: 5px 10px;
}

/* line 658, ../sass/global.scss */
.successlist.top {
  margin: 10px 0;
}

/* line 659, ../sass/global.scss */
.success_box {
  background: url("../images/general/icon_tick.png") no-repeat scroll left top transparent;
  padding: 5px 0 5px 38px;
}

/* line 660, ../sass/global.scss */
.success_list .error_title {
  color: #28a745;
  font-size: 18px;
  line-height: 1.2;
}

/* line 661, ../sass/global.scss */
.success_list p {
  font-weight: normal;
}

/* line 662, ../sass/global.scss */
.success_list ul {
  margin: 0;
}

/* line 663, ../sass/global.scss */
.success_list ul li {
  background: url("../images/general/icon_dot_grey.gif") no-repeat scroll 0 8px transparent;
  list-style-type: none;
  padding-left: 10px;
}

/* line 664, ../sass/global.scss */
.success_list ul li.single {
  background: none repeat scroll 0 0 transparent;
  padding-left: 0;
}

/* line 665, ../sass/global.scss */
.success_list .title {
  display: block;
  font-size: 16px;
}

/* Grey with border */
/* line 668, ../sass/global.scss */
.grey_border_box {
  text-align: left;
  width: 900px;
  position: relative;
  padding: 0 10px 0 0;
}

/* line 669, ../sass/global.scss */
.grey_border_tr {
  padding: 0 5px 0 0;
  background: transparent url("../images/general/grey_border_tr.png") no-repeat scroll top right;
}

/* line 670, ../sass/global.scss */
.grey_border_tl {
  padding: 5px 0 0 5px;
  background: transparent url("../images/general/grey_border_tl.png") no-repeat scroll top left;
}

/* line 671, ../sass/global.scss */
.grey_border_br {
  padding: 0 3px 0 0;
  background: transparent url("../images/general/grey_border_br.png") no-repeat scroll bottom right;
}

/* line 672, ../sass/global.scss */
.grey_border_bl {
  padding: 0 0 0 3px;
  background: transparent url("../images/general/grey_border_bl.png") no-repeat scroll bottom left;
  height: 3px;
}

/* line 673, ../sass/global.scss */
.arrow_right {
  position: absolute;
  height: 50px;
  position: absolute;
  right: 1px;
  width: 10px;
  background: transparent url("../images/general/grey_border_arrow_right.png") no-repeat scroll top right;
}

/* line 674, ../sass/global.scss */
.arrow_left {
  position: absolute;
  height: 50px;
  position: absolute;
  left: 0;
  width: 10px;
  background: transparent url("../images/general/grey_border_arrow_left.png") no-repeat scroll top left;
}

/* line 675, ../sass/global.scss */
.arrow_left_box .grey_border_tr {
  margin: 0 0 0 9px;
}

/* line 676, ../sass/global.scss */
.arrow_left_box .grey_border_br {
  margin: 0 0 0 9px;
}

/* line 678, ../sass/global.scss */
.arrow_top_box {
  padding-top: 10px;
}

/* line 679, ../sass/global.scss */
.arrow_top_right {
  position: absolute;
  top: 1px;
  right: 10px;
  width: 50px;
  height: 10px;
  background: transparent url("../images/general/grey_border_arrow_top.png") no-repeat scroll top right;
}

/* line 680, ../sass/global.scss */
.arrow_top_left {
  position: absolute;
  top: 1px;
  left: 10px;
  width: 50px;
  height: 10px;
  background: transparent url("../images/general/grey_border_arrow_top.png") no-repeat scroll top left;
}

/* line 682, ../sass/global.scss */
.icon_grey_close {
  background: url("../images/general/icon_grey_close.png") no-repeat scroll right center transparent;
  display: inline-block;
  height: 18px;
  width: 18px;
}

/* line 689, ../sass/global.scss */
.icon_white_close {
  background: url("../images/general/icon_white_close.png") no-repeat scroll right center transparent;
  display: inline-block;
  height: 18px;
  width: 18px;
}

/* Popup
-------------------------------------------------------------- */
/* line 698, ../sass/global.scss */
.popup {
  background: transparent none;
}

/* line 699, ../sass/global.scss */
.popup_close {
  float: right;
  margin: 0;
}

/* line 700, ../sass/global.scss */
.popup_small .grey_border_box {
  width: 360px;
}

/* line 701, ../sass/global.scss */
.popup_title {
  font-weight: bold;
  font-size: 14px;
  margin: 0;
}

/* line 702, ../sass/global.scss */
.popup_header {
  background-color: #888888;
  color: #FFFFFF;
  font-weight: bold;
  padding: 5px;
}

/* line 703, ../sass/global.scss */
.popup_body {
  font-size: 14px;
  padding: 5px;
  text-align: left;
}

/* Tax form
-------------------------------------------------------------- */
/* Datepicker */
/* line 710, ../sass/global.scss */
.taxform .ui-datepicker-trigger {
  margin: 3px 0 3px 3px;
}

/* line 713, ../sass/global.scss */
.form-sub-h {
  color: #f59936;
  font-size: 14px;
  font-weight: bold;
  text-transform: uppercase;
}

/* line 714, ../sass/global.scss */
.form-h {
  font-size: 20px;
}

/* line 716, ../sass/global.scss */
.form-inline .form-group {
  display: inline-block;
  margin-bottom: 0;
  vertical-align: middle;
}

/* line 722, ../sass/global.scss */
.form-inline .form-control {
  display: inline-block;
  vertical-align: middle;
}

/* Media
-------------------------------------------------------------- */
/* line 730, ../sass/global.scss */
.media:before, .media:after {
  content: " ";
  display: table;
}
/* line 735, ../sass/global.scss */
.media:after {
  clear: both;
}
/* line 739, ../sass/global.scss */
.media > .media-img {
  float: left;
  margin-right: 15px;
}
/* line 742, ../sass/global.scss */
.media > .media-img > img {
  display: block;
}
/* line 746, ../sass/global.scss */
.media > .media-img-ext {
  float: right;
  margin-left: 15px;
  margin-right: 0;
}
/* line 752, ../sass/global.scss */
.media > .media-body:before, .media > .media-body:after {
  content: " ";
  display: table;
}
/* line 757, ../sass/global.scss */
.media > .media-body:after {
  clear: both;
}

/* line 764, ../sass/global.scss */
.media > .media-body {
  display: table-cell;
  vertical-align: top;
  width: 10000px !important;
  *display: block;
  *zoom: 1;
  *width: auto !important;
}

/* line 775, ../sass/global.scss */
.media-middle {
  vertical-align: middle;
}

/* line 779, ../sass/global.scss */
.media-bottom {
  vertical-align: bottom;
}

/* line 784, ../sass/global.scss */
.alert-info {
  background-color: #f2f8fa;
  border-color: #e7f2f6;
  color: rgba(0, 0, 0, 0.85);
}

/* line 790, ../sass/global.scss */
.alert-success {
  background-color: #dff0d8;
  border-color: #d6eccd;
  color: rgba(0, 0, 0, 0.85);
}

/* line 796, ../sass/global.scss */
.alert-warning {
  background-color: #fcf8e3;
  border-color: #fbf5d5;
  color: rgba(0, 0, 0, 0.85);
}

/* line 802, ../sass/global.scss */
.alert-danger {
  background-color: #f8d7da;
  border-color: #f6cace;
  color: rgba(0, 0, 0, 0.85);
}

/* New Header
================================================================*/
/* line 3, ../sass/_header.scss */
.header {
  margin: 0 auto;
  color: #fff;
  background-color: #00759a;
  padding: 4px 8px;
}

/* line 4, ../sass/_header.scss */
.logo-s {
  height: 18px;
}

/* Old Header can be remove later
================================================================*/
/* line 8, ../sass/_header.scss */
#header {
  z-index: 0;
  color: #fff;
  margin: 0 auto;
  width: 980px;
  height: 121px;
  text-align: left;
  position: relative;
  background: #00759a url(../images/header-supplier-extranet.jpg) no-repeat top left;
}

/* line 9, ../sass/_header.scss */
#header h1 {
  display: none;
}

/* Atlas Header toolbar
================================================================*/
/* line 14, ../sass/_header.scss */
.header_toolbar {
  width: 980px;
  font-size: 11px;
  height: 24px;
  position: absolute;
  top: 0;
  left: 0;
  /*z-index: 10; */
}

/* line 15, ../sass/_header.scss */
.header_toolbar .other_tools {
  float: right;
  width: 580px;
  padding: 0 10px 0 0;
}

/* line 16, ../sass/_header.scss */
.header_toolbar .other_tools a {
  color: #ffffff;
}

/* line 17, ../sass/_header.scss */
.header_toolbar .other_tools ul {
  margin: 0;
  padding: 10px 0 0 0;
  float: right;
}

/* line 18, ../sass/_header.scss */
.header_toolbar .other_tools ul li {
  list-style-type: none;
  float: left;
}

/* line 19, ../sass/_header.scss */
.header_toolbar .other_tools ul li span {
  color: #00759a;
  padding: 0 5px;
}

/* line 21, ../sass/_header.scss */
.tools_mod {
  margin: 0 11px;
  margin-bottom: 10px;
}

/* line 22, ../sass/_header.scss */
.tools_head {
  padding-left: 10px;
  background-color: #cce3eb;
}

/* line 23, ../sass/_header.scss */
.tools_head h3 {
  background-color: #cce3eb;
  padding: 5px 0;
  line-height: 2;
}

/* line 24, ../sass/_header.scss */
.tools_body {
  background-color: #ffffff;
}


/*!
 *  Font Awesome 4.2.0 by @davegandy - http://fontawesome.io - @fontawesome
 *  License - http://fontawesome.io/license (Font: SIL OFL 1.1, CSS: MIT License)
 */
@font-face {
  font-family: 'FontAwesome';
  src: url("../fonts/fontawesome-webfont.eot?v=4.2.0");
  src: url("../fonts/fontawesome-webfont.eot?#iefix&v=4.2.0") format("embedded-opentype"), url("../fonts/fontawesome-webfont.woff?v=4.2.0") format("woff"), url("../fonts/fontawesome-webfont.ttf?v=4.2.0") format("truetype"), url("../fonts/fontawesome-webfont.svg?v=4.2.0#fontawesomeregular") format("svg");
  font-weight: normal;
  font-style: normal;
}
/* line 4, ../sass/_font-awesome.min.scss */
.fa {
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

/* line 4, ../sass/_font-awesome.min.scss */
.fa-lg {
  font-size: 1.33333333em;
  line-height: .75em;
  vertical-align: -15%;
}

/* line 4, ../sass/_font-awesome.min.scss */
.fa-2x {
  font-size: 2em;
}

/* line 4, ../sass/_font-awesome.min.scss */
.fa-3x {
  font-size: 3em;
}

/* line 4, ../sass/_font-awesome.min.scss */
.fa-4x {
  font-size: 4em;
}

/* line 4, ../sass/_font-awesome.min.scss */
.fa-5x {
  font-size: 5em;
}

/* line 4, ../sass/_font-awesome.min.scss */
.fa-fw {
  width: 1.28571429em;
  text-align: center;
}

/* line 4, ../sass/_font-awesome.min.scss */
.fa-ul {
  padding-left: 0;
  margin-left: 2.14285714em;
  list-style-type: none;
}

/* line 4, ../sass/_font-awesome.min.scss */
.fa-ul > li {
  position: relative;
}

/* line 4, ../sass/_font-awesome.min.scss */
.fa-li {
  position: absolute;
  left: -2.14285714em;
  width: 2.14285714em;
  top: .14285714em;
  text-align: center;
}

/* line 4, ../sass/_font-awesome.min.scss */
.fa-li.fa-lg {
  left: -1.85714286em;
}

/* line 4, ../sass/_font-awesome.min.scss */
.fa-border {
  padding: .2em .25em .15em;
  border: solid .08em #eee;
  border-radius: .1em;
}

/* line 4, ../sass/_font-awesome.min.scss */
.pull-right {
  float: right;
}

/* line 4, ../sass/_font-awesome.min.scss */
.pull-left {
  float: left;
}

/* line 4, ../sass/_font-awesome.min.scss */
.fa.pull-left {
  margin-right: .3em;
}

/* line 4, ../sass/_font-awesome.min.scss */
.fa.pull-right {
  margin-left: .3em;
}

/* line 4, ../sass/_font-awesome.min.scss */
.fa-spin {
  -webkit-animation: fa-spin 2s infinite linear;
  animation: fa-spin 2s infinite linear;
}

@-webkit-keyframes fa-spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}
@keyframes fa-spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}
/* line 4, ../sass/_font-awesome.min.scss */
.fa-rotate-90 {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=1);
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
}

/* line 4, ../sass/_font-awesome.min.scss */
.fa-rotate-180 {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=2);
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}

/* line 4, ../sass/_font-awesome.min.scss */
.fa-rotate-270 {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=3);
  -webkit-transform: rotate(270deg);
  -ms-transform: rotate(270deg);
  transform: rotate(270deg);
}

/* line 4, ../sass/_font-awesome.min.scss */
.fa-flip-horizontal {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1);
  -webkit-transform: scale(-1, 1);
  -ms-transform: scale(-1, 1);
  transform: scale(-1, 1);
}

/* line 4, ../sass/_font-awesome.min.scss */
.fa-flip-vertical {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1);
  -webkit-transform: scale(1, -1);
  -ms-transform: scale(1, -1);
  transform: scale(1, -1);
}

/* line 4, ../sass/_font-awesome.min.scss */
:root .fa-rotate-90, :root .fa-rotate-180, :root .fa-rotate-270, :root .fa-flip-horizontal, :root .fa-flip-vertical {
  filter: none;
}

/* line 4, ../sass/_font-awesome.min.scss */
.fa-stack {
  position: relative;
  display: inline-block;
  width: 2em;
  height: 2em;
  line-height: 2em;
  vertical-align: middle;
}

/* line 4, ../sass/_font-awesome.min.scss */
.fa-stack-1x, .fa-stack-2x {
  position: absolute;
  left: 0;
  width: 100%;
  text-align: center;
}

/* line 4, ../sass/_font-awesome.min.scss */
.fa-stack-1x {
  line-height: inherit;
}

/* line 4, ../sass/_font-awesome.min.scss */
.fa-stack-2x {
  font-size: 2em;
}

/* line 4, ../sass/_font-awesome.min.scss */
.fa-inverse {
  color: #fff;
}

/* line 4, ../sass/_font-awesome.min.scss */
.fa-glass:before {
  content: "\f000";
}

/* line 4, ../sass/_font-awesome.min.scss */
.fa-music:before {
  content: "\f001";
}

/* line 4, ../sass/_font-awesome.min.scss */
.fa-search:before {
  content: "\f002";
}

/* line 4, ../sass/_font-awesome.min.scss */
.fa-envelope-o:before {
  content: "\f003";
}

/* line 4, ../sass/_font-awesome.min.scss */
.fa-heart:before {
  content: "\f004";
}

/* line 4, ../sass/_font-awesome.min.scss */
.fa-star:before {
  content: "\f005";
}

/* line 4, ../sass/_font-awesome.min.scss */
.fa-star-o:before {
  content: "\f006";
}

/* line 4, ../sass/_font-awesome.min.scss */
.fa-user:before {
  content: "\f007";
}

/* line 4, ../sass/_font-awesome.min.scss */
.fa-film:before {
  content: "\f008";
}

/* line 4, ../sass/_font-awesome.min.scss */
.fa-th-large:before {
  content: "\f009";
}

/* line 4, ../sass/_font-awesome.min.scss */
.fa-th:before {
  content: "\f00a";
}

/* line 4, ../sass/_font-awesome.min.scss */
.fa-th-list:before {
  content: "\f00b";
}

/* line 4, ../sass/_font-awesome.min.scss */
.fa-check:before {
  content: "\f00c";
}

/* line 4, ../sass/_font-awesome.min.scss */
.fa-remove:before, .fa-close:before, .fa-times:before {
  content: "\f00d";
}

/* line 4, ../sass/_font-awesome.min.scss */
.fa-search-plus:before {
  content: "\f00e";
}

/* line 4, ../sass/_font-awesome.min.scss */
.fa-search-minus:before {
  content: "\f010";
}

/* line 4, ../sass/_font-awesome.min.scss */
.fa-power-off:before {
  content: "\f011";
}

/* line 4, ../sass/_font-awesome.min.scss */
.fa-signal:before {
  content: "\f012";
}

/* line 4, ../sass/_font-awesome.min.scss */
.fa-gear:before, .fa-cog:before {
  content: "\f013";
}

/* line 4, ../sass/_font-awesome.min.scss */
.fa-trash-o:before {
  content: "\f014";
}

/* line 4, ../sass/_font-awesome.min.scss */
.fa-home:before {
  content: "\f015";
}

/* line 4, ../sass/_font-awesome.min.scss */
.fa-file-o:before {
  content: "\f016";
}

/* line 4, ../sass/_font-awesome.min.scss */
.fa-clock-o:before {
  content: "\f017";
}

/* line 4, ../sass/_font-awesome.min.scss */
.fa-road:before {
  content: "\f018";
}

/* line 4, ../sass/_font-awesome.min.scss */
.fa-download:before {
  content: "\f019";
}

/* line 4, ../sass/_font-awesome.min.scss */
.fa-arrow-circle-o-down:before {
  content: "\f01a";
}

/* line 4, ../sass/_font-awesome.min.scss */
.fa-arrow-circle-o-up:before {
  content: "\f01b";
}

/* line 4, ../sass/_font-awesome.min.scss */
.fa-inbox:before {
  content: "\f01c";
}

/* line 4, ../sass/_font-awesome.min.scss */
.fa-play-circle-o:before {
  content: "\f01d";
}

/* line 4, ../sass/_font-awesome.min.scss */
.fa-rotate-right:before, .fa-repeat:before {
  content: "\f01e";
}

/* line 4, ../sass/_font-awesome.min.scss */
.fa-refresh:before {
  content: "\f021";
}

/* line 4, ../sass/_font-awesome.min.scss */
.fa-list-alt:before {
  content: "\f022";
}

/* line 4, ../sass/_font-awesome.min.scss */
.fa-lock:before {
  content: "\f023";
}

/* line 4, ../sass/_font-awesome.min.scss */
.fa-flag:before {
  content: "\f024";
}

/* line 4, ../sass/_font-awesome.min.scss */
.fa-headphones:before {
  content: "\f025";
}

/* line 4, ../sass/_font-awesome.min.scss */
.fa-volume-off:before {
  content: "\f026";
}

/* line 4, ../sass/_font-awesome.min.scss */
.fa-volume-down:before {
  content: "\f027";
}

/* line 4, ../sass/_font-awesome.min.scss */
.fa-volume-up:before {
  content: "\f028";
}

/* line 4, ../sass/_font-awesome.min.scss */
.fa-qrcode:before {
  content: "\f029";
}

/* line 4, ../sass/_font-awesome.min.scss */
.fa-barcode:before {
  content: "\f02a";
}

/* line 4, ../sass/_font-awesome.min.scss */
.fa-tag:before {
  content: "\f02b";
}

/* line 4, ../sass/_font-awesome.min.scss */
.fa-tags:before {
  content: "\f02c";
}

/* line 4, ../sass/_font-awesome.min.scss */
.fa-book:before {
  content: "\f02d";
}

/* line 4, ../sass/_font-awesome.min.scss */
.fa-bookmark:before {
  content: "\f02e";
}

/* line 4, ../sass/_font-awesome.min.scss */
.fa-print:before {
  content: "\f02f";
}

/* line 4, ../sass/_font-awesome.min.scss */
.fa-camera:before {
  content: "\f030";
}

/* line 4, ../sass/_font-awesome.min.scss */
.fa-font:before {
  content: "\f031";
}

/* line 4, ../sass/_font-awesome.min.scss */
.fa-bold:before {
  content: "\f032";
}

/* line 4, ../sass/_font-awesome.min.scss */
.fa-italic:before {
  content: "\f033";
}

/* line 4, ../sass/_font-awesome.min.scss */
.fa-text-height:before {
  content: "\f034";
}

/* line 4, ../sass/_font-awesome.min.scss */
.fa-text-width:before {
  content: "\f035";
}

/* line 4, ../sass/_font-awesome.min.scss */
.fa-align-left:before {
  content: "\f036";
}

/* line 4, ../sass/_font-awesome.min.scss */
.fa-align-center:before {
  content: "\f037";
}

/* line 4, ../sass/_font-awesome.min.scss */
.fa-align-right:before {
  content: "\f038";
}

/* line 4, ../sass/_font-awesome.min.scss */
.fa-align-justify:before {
  content: "\f039";
}

/* line 4, ../sass/_font-awesome.min.scss */
.fa-list:before {
  content: "\f03a";
}

/* line 4, ../sass/_font-awesome.min.scss */
.fa-dedent:before, .fa-outdent:before {
  content: "\f03b";
}

/* line 4, ../sass/_font-awesome.min.scss */
.fa-indent:before {
  content: "\f03c";
}

/* line 4, ../sass/_font-awesome.min.scss */
.fa-video-camera:before {
  content: "\f03d";
}

/* line 4, ../sass/_font-awesome.min.scss */
.fa-photo:before, .fa-image:before, .fa-picture-o:before {
  content: "\f03e";
}

/* line 4, ../sass/_font-awesome.min.scss */
.fa-pencil:before {
  content: "\f040";
}

/* line 4, ../sass/_font-awesome.min.scss */
.fa-map-marker:before {
  content: "\f041";
}

/* line 4, ../sass/_font-awesome.min.scss */
.fa-adjust:before {
  content: "\f042";
}

/* line 4, ../sass/_font-awesome.min.scss */
.fa-tint:before {
  content: "\f043";
}

/* line 4, ../sass/_font-awesome.min.scss */
.fa-edit:before, .fa-pencil-square-o:before {
  content: "\f044";
}

/* line 4, ../sass/_font-awesome.min.scss */
.fa-share-square-o:before {
  content: "\f045";
}

/* line 4, ../sass/_font-awesome.min.scss */
.fa-check-square-o:before {
  content: "\f046";
}

/* line 4, ../sass/_font-awesome.min.scss */
.fa-arrows:before {
  content: "\f047";
}

/* line 4, ../sass/_font-awesome.min.scss */
.fa-step-backward:before {
  content: "\f048";
}

/* line 4, ../sass/_font-awesome.min.scss */
.fa-fast-backward:before {
  content: "\f049";
}

/* line 4, ../sass/_font-awesome.min.scss */
.fa-backward:before {
  content: "\f04a";
}

/* line 4, ../sass/_font-awesome.min.scss */
.fa-play:before {
  content: "\f04b";
}

/* line 4, ../sass/_font-awesome.min.scss */
.fa-pause:before {
  content: "\f04c";
}

/* line 4, ../sass/_font-awesome.min.scss */
.fa-stop:before {
  content: "\f04d";
}

/* line 4, ../sass/_font-awesome.min.scss */
.fa-forward:before {
  content: "\f04e";
}

/* line 4, ../sass/_font-awesome.min.scss */
.fa-fast-forward:before {
  content: "\f050";
}

/* line 4, ../sass/_font-awesome.min.scss */
.fa-step-forward:before {
  content: "\f051";
}

/* line 4, ../sass/_font-awesome.min.scss */
.fa-eject:before {
  content: "\f052";
}

/* line 4, ../sass/_font-awesome.min.scss */
.fa-chevron-left:before {
  content: "\f053";
}

/* line 4, ../sass/_font-awesome.min.scss */
.fa-chevron-right:before {
  content: "\f054";
}

/* line 4, ../sass/_font-awesome.min.scss */
.fa-plus-circle:before {
  content: "\f055";
}

/* line 4, ../sass/_font-awesome.min.scss */
.fa-minus-circle:before {
  content: "\f056";
}

/* line 4, ../sass/_font-awesome.min.scss */
.fa-times-circle:before {
  content: "\f057";
}

/* line 4, ../sass/_font-awesome.min.scss */
.fa-check-circle:before {
  content: "\f058";
}

/* line 4, ../sass/_font-awesome.min.scss */
.fa-question-circle:before {
  content: "\f059";
}

/* line 4, ../sass/_font-awesome.min.scss */
.fa-info-circle:before {
  content: "\f05a";
}

/* line 4, ../sass/_font-awesome.min.scss */
.fa-crosshairs:before {
  content: "\f05b";
}

/* line 4, ../sass/_font-awesome.min.scss */
.fa-times-circle-o:before {
  content: "\f05c";
}

/* line 4, ../sass/_font-awesome.min.scss */
.fa-check-circle-o:before {
  content: "\f05d";
}

/* line 4, ../sass/_font-awesome.min.scss */
.fa-ban:before {
  content: "\f05e";
}

/* line 4, ../sass/_font-awesome.min.scss */
.fa-arrow-left:before {
  content: "\f060";
}

/* line 4, ../sass/_font-awesome.min.scss */
.fa-arrow-right:before {
  content: "\f061";
}

/* line 4, ../sass/_font-awesome.min.scss */
.fa-arrow-up:before {
  content: "\f062";
}

/* line 4, ../sass/_font-awesome.min.scss */
.fa-arrow-down:before {
  content: "\f063";
}

/* line 4, ../sass/_font-awesome.min.scss */
.fa-mail-forward:before, .fa-share:before {
  content: "\f064";
}

/* line 4, ../sass/_font-awesome.min.scss */
.fa-expand:before {
  content: "\f065";
}

/* line 4, ../sass/_font-awesome.min.scss */
.fa-compress:before {
  content: "\f066";
}

/* line 4, ../sass/_font-awesome.min.scss */
.fa-plus:before {
  content: "\f067";
}

/* line 4, ../sass/_font-awesome.min.scss */
.fa-minus:before {
  content: "\f068";
}

/* line 4, ../sass/_font-awesome.min.scss */
.fa-asterisk:before {
  content: "\f069";
}

/* line 4, ../sass/_font-awesome.min.scss */
.fa-exclamation-circle:before {
  content: "\f06a";
}

/* line 4, ../sass/_font-awesome.min.scss */
.fa-gift:before {
  content: "\f06b";
}

/* line 4, ../sass/_font-awesome.min.scss */
.fa-leaf:before {
  content: "\f06c";
}

/* line 4, ../sass/_font-awesome.min.scss */
.fa-fire:before {
  content: "\f06d";
}

/* line 4, ../sass/_font-awesome.min.scss */
.fa-eye:before {
  content: "\f06e";
}

/* line 4, ../sass/_font-awesome.min.scss */
.fa-eye-slash:before {
  content: "\f070";
}

/* line 4, ../sass/_font-awesome.min.scss */
.fa-warning:before, .fa-exclamation-triangle:before {
  content: "\f071";
}

/* line 4, ../sass/_font-awesome.min.scss */
.fa-plane:before {
  content: "\f072";
}

/* line 4, ../sass/_font-awesome.min.scss */
.fa-calendar:before {
  content: "\f073";
}

/* line 4, ../sass/_font-awesome.min.scss */
.fa-random:before {
  content: "\f074";
}

/* line 4, ../sass/_font-awesome.min.scss */
.fa-comment:before {
  content: "\f075";
}

/* line 4, ../sass/_font-awesome.min.scss */
.fa-magnet:before {
  content: "\f076";
}

/* line 4, ../sass/_font-awesome.min.scss */
.fa-chevron-up:before {
  content: "\f077";
}

/* line 4, ../sass/_font-awesome.min.scss */
.fa-chevron-down:before {
  content: "\f078";
}

/* line 4, ../sass/_font-awesome.min.scss */
.fa-retweet:before {
  content: "\f079";
}

/* line 4, ../sass/_font-awesome.min.scss */
.fa-shopping-cart:before {
  content: "\f07a";
}

/* line 4, ../sass/_font-awesome.min.scss */
.fa-folder:before {
  content: "\f07b";
}

/* line 4, ../sass/_font-awesome.min.scss */
.fa-folder-open:before {
  content: "\f07c";
}

/* line 4, ../sass/_font-awesome.min.scss */
.fa-arrows-v:before {
  content: "\f07d";
}

/* line 4, ../sass/_font-awesome.min.scss */
.fa-arrows-h:before {
  content: "\f07e";
}

/* line 4, ../sass/_font-awesome.min.scss */
.fa-bar-chart-o:before, .fa-bar-chart:before {
  content: "\f080";
}

/* line 4, ../sass/_font-awesome.min.scss */
.fa-twitter-square:before {
  content: "\f081";
}

/* line 4, ../sass/_font-awesome.min.scss */
.fa-facebook-square:before {
  content: "\f082";
}

/* line 4, ../sass/_font-awesome.min.scss */
.fa-camera-retro:before {
  content: "\f083";
}

/* line 4, ../sass/_font-awesome.min.scss */
.fa-key:before {
  content: "\f084";
}

/* line 4, ../sass/_font-awesome.min.scss */
.fa-gears:before, .fa-cogs:before {
  content: "\f085";
}

/* line 4, ../sass/_font-awesome.min.scss */
.fa-comments:before {
  content: "\f086";
}

/* line 4, ../sass/_font-awesome.min.scss */
.fa-thumbs-o-up:before {
  content: "\f087";
}

/* line 4, ../sass/_font-awesome.min.scss */
.fa-thumbs-o-down:before {
  content: "\f088";
}

/* line 4, ../sass/_font-awesome.min.scss */
.fa-star-half:before {
  content: "\f089";
}

/* line 4, ../sass/_font-awesome.min.scss */
.fa-heart-o:before {
  content: "\f08a";
}

/* line 4, ../sass/_font-awesome.min.scss */
.fa-sign-out:before {
  content: "\f08b";
}

/* line 4, ../sass/_font-awesome.min.scss */
.fa-linkedin-square:before {
  content: "\f08c";
}

/* line 4, ../sass/_font-awesome.min.scss */
.fa-thumb-tack:before {
  content: "\f08d";
}

/* line 4, ../sass/_font-awesome.min.scss */
.fa-external-link:before {
  content: "\f08e";
}

/* line 4, ../sass/_font-awesome.min.scss */
.fa-sign-in:before {
  content: "\f090";
}

/* line 4, ../sass/_font-awesome.min.scss */
.fa-trophy:before {
  content: "\f091";
}

/* line 4, ../sass/_font-awesome.min.scss */
.fa-github-square:before {
  content: "\f092";
}

/* line 4, ../sass/_font-awesome.min.scss */
.fa-upload:before {
  content: "\f093";
}

/* line 4, ../sass/_font-awesome.min.scss */
.fa-lemon-o:before {
  content: "\f094";
}

/* line 4, ../sass/_font-awesome.min.scss */
.fa-phone:before {
  content: "\f095";
}

/* line 4, ../sass/_font-awesome.min.scss */
.fa-square-o:before {
  content: "\f096";
}

/* line 4, ../sass/_font-awesome.min.scss */
.fa-bookmark-o:before {
  content: "\f097";
}

/* line 4, ../sass/_font-awesome.min.scss */
.fa-phone-square:before {
  content: "\f098";
}

/* line 4, ../sass/_font-awesome.min.scss */
.fa-twitter:before {
  content: "\f099";
}

/* line 4, ../sass/_font-awesome.min.scss */
.fa-facebook:before {
  content: "\f09a";
}

/* line 4, ../sass/_font-awesome.min.scss */
.fa-github:before {
  content: "\f09b";
}

/* line 4, ../sass/_font-awesome.min.scss */
.fa-unlock:before {
  content: "\f09c";
}

/* line 4, ../sass/_font-awesome.min.scss */
.fa-credit-card:before {
  content: "\f09d";
}

/* line 4, ../sass/_font-awesome.min.scss */
.fa-rss:before {
  content: "\f09e";
}

/* line 4, ../sass/_font-awesome.min.scss */
.fa-hdd-o:before {
  content: "\f0a0";
}

/* line 4, ../sass/_font-awesome.min.scss */
.fa-bullhorn:before {
  content: "\f0a1";
}

/* line 4, ../sass/_font-awesome.min.scss */
.fa-bell:before {
  content: "\f0f3";
}

/* line 4, ../sass/_font-awesome.min.scss */
.fa-certificate:before {
  content: "\f0a3";
}

/* line 4, ../sass/_font-awesome.min.scss */
.fa-hand-o-right:before {
  content: "\f0a4";
}

/* line 4, ../sass/_font-awesome.min.scss */
.fa-hand-o-left:before {
  content: "\f0a5";
}

/* line 4, ../sass/_font-awesome.min.scss */
.fa-hand-o-up:before {
  content: "\f0a6";
}

/* line 4, ../sass/_font-awesome.min.scss */
.fa-hand-o-down:before {
  content: "\f0a7";
}

/* line 4, ../sass/_font-awesome.min.scss */
.fa-arrow-circle-left:before {
  content: "\f0a8";
}

/* line 4, ../sass/_font-awesome.min.scss */
.fa-arrow-circle-right:before {
  content: "\f0a9";
}

/* line 4, ../sass/_font-awesome.min.scss */
.fa-arrow-circle-up:before {
  content: "\f0aa";
}

/* line 4, ../sass/_font-awesome.min.scss */
.fa-arrow-circle-down:before {
  content: "\f0ab";
}

/* line 4, ../sass/_font-awesome.min.scss */
.fa-globe:before {
  content: "\f0ac";
}

/* line 4, ../sass/_font-awesome.min.scss */
.fa-wrench:before {
  content: "\f0ad";
}

/* line 4, ../sass/_font-awesome.min.scss */
.fa-tasks:before {
  content: "\f0ae";
}

/* line 4, ../sass/_font-awesome.min.scss */
.fa-filter:before {
  content: "\f0b0";
}

/* line 4, ../sass/_font-awesome.min.scss */
.fa-briefcase:before {
  content: "\f0b1";
}

/* line 4, ../sass/_font-awesome.min.scss */
.fa-arrows-alt:before {
  content: "\f0b2";
}

/* line 4, ../sass/_font-awesome.min.scss */
.fa-group:before, .fa-users:before {
  content: "\f0c0";
}

/* line 4, ../sass/_font-awesome.min.scss */
.fa-chain:before, .fa-link:before {
  content: "\f0c1";
}

/* line 4, ../sass/_font-awesome.min.scss */
.fa-cloud:before {
  content: "\f0c2";
}

/* line 4, ../sass/_font-awesome.min.scss */
.fa-flask:before {
  content: "\f0c3";
}

/* line 4, ../sass/_font-awesome.min.scss */
.fa-cut:before, .fa-scissors:before {
  content: "\f0c4";
}

/* line 4, ../sass/_font-awesome.min.scss */
.fa-copy:before, .fa-files-o:before {
  content: "\f0c5";
}

/* line 4, ../sass/_font-awesome.min.scss */
.fa-paperclip:before {
  content: "\f0c6";
}

/* line 4, ../sass/_font-awesome.min.scss */
.fa-save:before, .fa-floppy-o:before {
  content: "\f0c7";
}

/* line 4, ../sass/_font-awesome.min.scss */
.fa-square:before {
  content: "\f0c8";
}

/* line 4, ../sass/_font-awesome.min.scss */
.fa-navicon:before, .fa-reorder:before, .fa-bars:before {
  content: "\f0c9";
}

/* line 4, ../sass/_font-awesome.min.scss */
.fa-list-ul:before {
  content: "\f0ca";
}

/* line 4, ../sass/_font-awesome.min.scss */
.fa-list-ol:before {
  content: "\f0cb";
}

/* line 4, ../sass/_font-awesome.min.scss */
.fa-strikethrough:before {
  content: "\f0cc";
}

/* line 4, ../sass/_font-awesome.min.scss */
.fa-underline:before {
  content: "\f0cd";
}

/* line 4, ../sass/_font-awesome.min.scss */
.fa-table:before {
  content: "\f0ce";
}

/* line 4, ../sass/_font-awesome.min.scss */
.fa-magic:before {
  content: "\f0d0";
}

/* line 4, ../sass/_font-awesome.min.scss */
.fa-truck:before {
  content: "\f0d1";
}

/* line 4, ../sass/_font-awesome.min.scss */
.fa-pinterest:before {
  content: "\f0d2";
}

/* line 4, ../sass/_font-awesome.min.scss */
.fa-pinterest-square:before {
  content: "\f0d3";
}

/* line 4, ../sass/_font-awesome.min.scss */
.fa-google-plus-square:before {
  content: "\f0d4";
}

/* line 4, ../sass/_font-awesome.min.scss */
.fa-google-plus:before {
  content: "\f0d5";
}

/* line 4, ../sass/_font-awesome.min.scss */
.fa-money:before {
  content: "\f0d6";
}

/* line 4, ../sass/_font-awesome.min.scss */
.fa-caret-down:before {
  content: "\f0d7";
}

/* line 4, ../sass/_font-awesome.min.scss */
.fa-caret-up:before {
  content: "\f0d8";
}

/* line 4, ../sass/_font-awesome.min.scss */
.fa-caret-left:before {
  content: "\f0d9";
}

/* line 4, ../sass/_font-awesome.min.scss */
.fa-caret-right:before {
  content: "\f0da";
}

/* line 4, ../sass/_font-awesome.min.scss */
.fa-columns:before {
  content: "\f0db";
}

/* line 4, ../sass/_font-awesome.min.scss */
.fa-unsorted:before, .fa-sort:before {
  content: "\f0dc";
}

/* line 4, ../sass/_font-awesome.min.scss */
.fa-sort-down:before, .fa-sort-desc:before {
  content: "\f0dd";
}

/* line 4, ../sass/_font-awesome.min.scss */
.fa-sort-up:before, .fa-sort-asc:before {
  content: "\f0de";
}

/* line 4, ../sass/_font-awesome.min.scss */
.fa-envelope:before {
  content: "\f0e0";
}

/* line 4, ../sass/_font-awesome.min.scss */
.fa-linkedin:before {
  content: "\f0e1";
}

/* line 4, ../sass/_font-awesome.min.scss */
.fa-rotate-left:before, .fa-undo:before {
  content: "\f0e2";
}

/* line 4, ../sass/_font-awesome.min.scss */
.fa-legal:before, .fa-gavel:before {
  content: "\f0e3";
}

/* line 4, ../sass/_font-awesome.min.scss */
.fa-dashboard:before, .fa-tachometer:before {
  content: "\f0e4";
}

/* line 4, ../sass/_font-awesome.min.scss */
.fa-comment-o:before {
  content: "\f0e5";
}

/* line 4, ../sass/_font-awesome.min.scss */
.fa-comments-o:before {
  content: "\f0e6";
}

/* line 4, ../sass/_font-awesome.min.scss */
.fa-flash:before, .fa-bolt:before {
  content: "\f0e7";
}

/* line 4, ../sass/_font-awesome.min.scss */
.fa-sitemap:before {
  content: "\f0e8";
}

/* line 4, ../sass/_font-awesome.min.scss */
.fa-umbrella:before {
  content: "\f0e9";
}

/* line 4, ../sass/_font-awesome.min.scss */
.fa-paste:before, .fa-clipboard:before {
  content: "\f0ea";
}

/* line 4, ../sass/_font-awesome.min.scss */
.fa-lightbulb-o:before {
  content: "\f0eb";
}

/* line 4, ../sass/_font-awesome.min.scss */
.fa-exchange:before {
  content: "\f0ec";
}

/* line 4, ../sass/_font-awesome.min.scss */
.fa-cloud-download:before {
  content: "\f0ed";
}

/* line 4, ../sass/_font-awesome.min.scss */
.fa-cloud-upload:before {
  content: "\f0ee";
}

/* line 4, ../sass/_font-awesome.min.scss */
.fa-user-md:before {
  content: "\f0f0";
}

/* line 4, ../sass/_font-awesome.min.scss */
.fa-stethoscope:before {
  content: "\f0f1";
}

/* line 4, ../sass/_font-awesome.min.scss */
.fa-suitcase:before {
  content: "\f0f2";
}

/* line 4, ../sass/_font-awesome.min.scss */
.fa-bell-o:before {
  content: "\f0a2";
}

/* line 4, ../sass/_font-awesome.min.scss */
.fa-coffee:before {
  content: "\f0f4";
}

/* line 4, ../sass/_font-awesome.min.scss */
.fa-cutlery:before {
  content: "\f0f5";
}

/* line 4, ../sass/_font-awesome.min.scss */
.fa-file-text-o:before {
  content: "\f0f6";
}

/* line 4, ../sass/_font-awesome.min.scss */
.fa-building-o:before {
  content: "\f0f7";
}

/* line 4, ../sass/_font-awesome.min.scss */
.fa-hospital-o:before {
  content: "\f0f8";
}

/* line 4, ../sass/_font-awesome.min.scss */
.fa-ambulance:before {
  content: "\f0f9";
}

/* line 4, ../sass/_font-awesome.min.scss */
.fa-medkit:before {
  content: "\f0fa";
}

/* line 4, ../sass/_font-awesome.min.scss */
.fa-fighter-jet:before {
  content: "\f0fb";
}

/* line 4, ../sass/_font-awesome.min.scss */
.fa-beer:before {
  content: "\f0fc";
}

/* line 4, ../sass/_font-awesome.min.scss */
.fa-h-square:before {
  content: "\f0fd";
}

/* line 4, ../sass/_font-awesome.min.scss */
.fa-plus-square:before {
  content: "\f0fe";
}

/* line 4, ../sass/_font-awesome.min.scss */
.fa-angle-double-left:before {
  content: "\f100";
}

/* line 4, ../sass/_font-awesome.min.scss */
.fa-angle-double-right:before {
  content: "\f101";
}

/* line 4, ../sass/_font-awesome.min.scss */
.fa-angle-double-up:before {
  content: "\f102";
}

/* line 4, ../sass/_font-awesome.min.scss */
.fa-angle-double-down:before {
  content: "\f103";
}

/* line 4, ../sass/_font-awesome.min.scss */
.fa-angle-left:before {
  content: "\f104";
}

/* line 4, ../sass/_font-awesome.min.scss */
.fa-angle-right:before {
  content: "\f105";
}

/* line 4, ../sass/_font-awesome.min.scss */
.fa-angle-up:before {
  content: "\f106";
}

/* line 4, ../sass/_font-awesome.min.scss */
.fa-angle-down:before {
  content: "\f107";
}

/* line 4, ../sass/_font-awesome.min.scss */
.fa-desktop:before {
  content: "\f108";
}

/* line 4, ../sass/_font-awesome.min.scss */
.fa-laptop:before {
  content: "\f109";
}

/* line 4, ../sass/_font-awesome.min.scss */
.fa-tablet:before {
  content: "\f10a";
}

/* line 4, ../sass/_font-awesome.min.scss */
.fa-mobile-phone:before, .fa-mobile:before {
  content: "\f10b";
}

/* line 4, ../sass/_font-awesome.min.scss */
.fa-circle-o:before {
  content: "\f10c";
}

/* line 4, ../sass/_font-awesome.min.scss */
.fa-quote-left:before {
  content: "\f10d";
}

/* line 4, ../sass/_font-awesome.min.scss */
.fa-quote-right:before {
  content: "\f10e";
}

/* line 4, ../sass/_font-awesome.min.scss */
.fa-spinner:before {
  content: "\f110";
}

/* line 4, ../sass/_font-awesome.min.scss */
.fa-circle:before {
  content: "\f111";
}

/* line 4, ../sass/_font-awesome.min.scss */
.fa-mail-reply:before, .fa-reply:before {
  content: "\f112";
}

/* line 4, ../sass/_font-awesome.min.scss */
.fa-github-alt:before {
  content: "\f113";
}

/* line 4, ../sass/_font-awesome.min.scss */
.fa-folder-o:before {
  content: "\f114";
}

/* line 4, ../sass/_font-awesome.min.scss */
.fa-folder-open-o:before {
  content: "\f115";
}

/* line 4, ../sass/_font-awesome.min.scss */
.fa-smile-o:before {
  content: "\f118";
}

/* line 4, ../sass/_font-awesome.min.scss */
.fa-frown-o:before {
  content: "\f119";
}

/* line 4, ../sass/_font-awesome.min.scss */
.fa-meh-o:before {
  content: "\f11a";
}

/* line 4, ../sass/_font-awesome.min.scss */
.fa-gamepad:before {
  content: "\f11b";
}

/* line 4, ../sass/_font-awesome.min.scss */
.fa-keyboard-o:before {
  content: "\f11c";
}

/* line 4, ../sass/_font-awesome.min.scss */
.fa-flag-o:before {
  content: "\f11d";
}

/* line 4, ../sass/_font-awesome.min.scss */
.fa-flag-checkered:before {
  content: "\f11e";
}

/* line 4, ../sass/_font-awesome.min.scss */
.fa-terminal:before {
  content: "\f120";
}

/* line 4, ../sass/_font-awesome.min.scss */
.fa-code:before {
  content: "\f121";
}

/* line 4, ../sass/_font-awesome.min.scss */
.fa-mail-reply-all:before, .fa-reply-all:before {
  content: "\f122";
}

/* line 4, ../sass/_font-awesome.min.scss */
.fa-star-half-empty:before, .fa-star-half-full:before, .fa-star-half-o:before {
  content: "\f123";
}

/* line 4, ../sass/_font-awesome.min.scss */
.fa-location-arrow:before {
  content: "\f124";
}

/* line 4, ../sass/_font-awesome.min.scss */
.fa-crop:before {
  content: "\f125";
}

/* line 4, ../sass/_font-awesome.min.scss */
.fa-code-fork:before {
  content: "\f126";
}

/* line 4, ../sass/_font-awesome.min.scss */
.fa-unlink:before, .fa-chain-broken:before {
  content: "\f127";
}

/* line 4, ../sass/_font-awesome.min.scss */
.fa-question:before {
  content: "\f128";
}

/* line 4, ../sass/_font-awesome.min.scss */
.fa-info:before {
  content: "\f129";
}

/* line 4, ../sass/_font-awesome.min.scss */
.fa-exclamation:before {
  content: "\f12a";
}

/* line 4, ../sass/_font-awesome.min.scss */
.fa-superscript:before {
  content: "\f12b";
}

/* line 4, ../sass/_font-awesome.min.scss */
.fa-subscript:before {
  content: "\f12c";
}

/* line 4, ../sass/_font-awesome.min.scss */
.fa-eraser:before {
  content: "\f12d";
}

/* line 4, ../sass/_font-awesome.min.scss */
.fa-puzzle-piece:before {
  content: "\f12e";
}

/* line 4, ../sass/_font-awesome.min.scss */
.fa-microphone:before {
  content: "\f130";
}

/* line 4, ../sass/_font-awesome.min.scss */
.fa-microphone-slash:before {
  content: "\f131";
}

/* line 4, ../sass/_font-awesome.min.scss */
.fa-shield:before {
  content: "\f132";
}

/* line 4, ../sass/_font-awesome.min.scss */
.fa-calendar-o:before {
  content: "\f133";
}

/* line 4, ../sass/_font-awesome.min.scss */
.fa-fire-extinguisher:before {
  content: "\f134";
}

/* line 4, ../sass/_font-awesome.min.scss */
.fa-rocket:before {
  content: "\f135";
}

/* line 4, ../sass/_font-awesome.min.scss */
.fa-maxcdn:before {
  content: "\f136";
}

/* line 4, ../sass/_font-awesome.min.scss */
.fa-chevron-circle-left:before {
  content: "\f137";
}

/* line 4, ../sass/_font-awesome.min.scss */
.fa-chevron-circle-right:before {
  content: "\f138";
}

/* line 4, ../sass/_font-awesome.min.scss */
.fa-chevron-circle-up:before {
  content: "\f139";
}

/* line 4, ../sass/_font-awesome.min.scss */
.fa-chevron-circle-down:before {
  content: "\f13a";
}

/* line 4, ../sass/_font-awesome.min.scss */
.fa-html5:before {
  content: "\f13b";
}

/* line 4, ../sass/_font-awesome.min.scss */
.fa-css3:before {
  content: "\f13c";
}

/* line 4, ../sass/_font-awesome.min.scss */
.fa-anchor:before {
  content: "\f13d";
}

/* line 4, ../sass/_font-awesome.min.scss */
.fa-unlock-alt:before {
  content: "\f13e";
}

/* line 4, ../sass/_font-awesome.min.scss */
.fa-bullseye:before {
  content: "\f140";
}

/* line 4, ../sass/_font-awesome.min.scss */
.fa-ellipsis-h:before {
  content: "\f141";
}

/* line 4, ../sass/_font-awesome.min.scss */
.fa-ellipsis-v:before {
  content: "\f142";
}

/* line 4, ../sass/_font-awesome.min.scss */
.fa-rss-square:before {
  content: "\f143";
}

/* line 4, ../sass/_font-awesome.min.scss */
.fa-play-circle:before {
  content: "\f144";
}

/* line 4, ../sass/_font-awesome.min.scss */
.fa-ticket:before {
  content: "\f145";
}

/* line 4, ../sass/_font-awesome.min.scss */
.fa-minus-square:before {
  content: "\f146";
}

/* line 4, ../sass/_font-awesome.min.scss */
.fa-minus-square-o:before {
  content: "\f147";
}

/* line 4, ../sass/_font-awesome.min.scss */
.fa-level-up:before {
  content: "\f148";
}

/* line 4, ../sass/_font-awesome.min.scss */
.fa-level-down:before {
  content: "\f149";
}

/* line 4, ../sass/_font-awesome.min.scss */
.fa-check-square:before {
  content: "\f14a";
}

/* line 4, ../sass/_font-awesome.min.scss */
.fa-pencil-square:before {
  content: "\f14b";
}

/* line 4, ../sass/_font-awesome.min.scss */
.fa-external-link-square:before {
  content: "\f14c";
}

/* line 4, ../sass/_font-awesome.min.scss */
.fa-share-square:before {
  content: "\f14d";
}

/* line 4, ../sass/_font-awesome.min.scss */
.fa-compass:before {
  content: "\f14e";
}

/* line 4, ../sass/_font-awesome.min.scss */
.fa-toggle-down:before, .fa-caret-square-o-down:before {
  content: "\f150";
}

/* line 4, ../sass/_font-awesome.min.scss */
.fa-toggle-up:before, .fa-caret-square-o-up:before {
  content: "\f151";
}

/* line 4, ../sass/_font-awesome.min.scss */
.fa-toggle-right:before, .fa-caret-square-o-right:before {
  content: "\f152";
}

/* line 4, ../sass/_font-awesome.min.scss */
.fa-euro:before, .fa-eur:before {
  content: "\f153";
}

/* line 4, ../sass/_font-awesome.min.scss */
.fa-gbp:before {
  content: "\f154";
}

/* line 4, ../sass/_font-awesome.min.scss */
.fa-dollar:before, .fa-usd:before {
  content: "\f155";
}

/* line 4, ../sass/_font-awesome.min.scss */
.fa-rupee:before, .fa-inr:before {
  content: "\f156";
}

/* line 4, ../sass/_font-awesome.min.scss */
.fa-cny:before, .fa-rmb:before, .fa-yen:before, .fa-jpy:before {
  content: "\f157";
}

/* line 4, ../sass/_font-awesome.min.scss */
.fa-ruble:before, .fa-rouble:before, .fa-rub:before {
  content: "\f158";
}

/* line 4, ../sass/_font-awesome.min.scss */
.fa-won:before, .fa-krw:before {
  content: "\f159";
}

/* line 4, ../sass/_font-awesome.min.scss */
.fa-bitcoin:before, .fa-btc:before {
  content: "\f15a";
}

/* line 4, ../sass/_font-awesome.min.scss */
.fa-file:before {
  content: "\f15b";
}

/* line 4, ../sass/_font-awesome.min.scss */
.fa-file-text:before {
  content: "\f15c";
}

/* line 4, ../sass/_font-awesome.min.scss */
.fa-sort-alpha-asc:before {
  content: "\f15d";
}

/* line 4, ../sass/_font-awesome.min.scss */
.fa-sort-alpha-desc:before {
  content: "\f15e";
}

/* line 4, ../sass/_font-awesome.min.scss */
.fa-sort-amount-asc:before {
  content: "\f160";
}

/* line 4, ../sass/_font-awesome.min.scss */
.fa-sort-amount-desc:before {
  content: "\f161";
}

/* line 4, ../sass/_font-awesome.min.scss */
.fa-sort-numeric-asc:before {
  content: "\f162";
}

/* line 4, ../sass/_font-awesome.min.scss */
.fa-sort-numeric-desc:before {
  content: "\f163";
}

/* line 4, ../sass/_font-awesome.min.scss */
.fa-thumbs-up:before {
  content: "\f164";
}

/* line 4, ../sass/_font-awesome.min.scss */
.fa-thumbs-down:before {
  content: "\f165";
}

/* line 4, ../sass/_font-awesome.min.scss */
.fa-youtube-square:before {
  content: "\f166";
}

/* line 4, ../sass/_font-awesome.min.scss */
.fa-youtube:before {
  content: "\f167";
}

/* line 4, ../sass/_font-awesome.min.scss */
.fa-xing:before {
  content: "\f168";
}

/* line 4, ../sass/_font-awesome.min.scss */
.fa-xing-square:before {
  content: "\f169";
}

/* line 4, ../sass/_font-awesome.min.scss */
.fa-youtube-play:before {
  content: "\f16a";
}

/* line 4, ../sass/_font-awesome.min.scss */
.fa-dropbox:before {
  content: "\f16b";
}

/* line 4, ../sass/_font-awesome.min.scss */
.fa-stack-overflow:before {
  content: "\f16c";
}

/* line 4, ../sass/_font-awesome.min.scss */
.fa-instagram:before {
  content: "\f16d";
}

/* line 4, ../sass/_font-awesome.min.scss */
.fa-flickr:before {
  content: "\f16e";
}

/* line 4, ../sass/_font-awesome.min.scss */
.fa-adn:before {
  content: "\f170";
}

/* line 4, ../sass/_font-awesome.min.scss */
.fa-bitbucket:before {
  content: "\f171";
}

/* line 4, ../sass/_font-awesome.min.scss */
.fa-bitbucket-square:before {
  content: "\f172";
}

/* line 4, ../sass/_font-awesome.min.scss */
.fa-tumblr:before {
  content: "\f173";
}

/* line 4, ../sass/_font-awesome.min.scss */
.fa-tumblr-square:before {
  content: "\f174";
}

/* line 4, ../sass/_font-awesome.min.scss */
.fa-long-arrow-down:before {
  content: "\f175";
}

/* line 4, ../sass/_font-awesome.min.scss */
.fa-long-arrow-up:before {
  content: "\f176";
}

/* line 4, ../sass/_font-awesome.min.scss */
.fa-long-arrow-left:before {
  content: "\f177";
}

/* line 4, ../sass/_font-awesome.min.scss */
.fa-long-arrow-right:before {
  content: "\f178";
}

/* line 4, ../sass/_font-awesome.min.scss */
.fa-apple:before {
  content: "\f179";
}

/* line 4, ../sass/_font-awesome.min.scss */
.fa-windows:before {
  content: "\f17a";
}

/* line 4, ../sass/_font-awesome.min.scss */
.fa-android:before {
  content: "\f17b";
}

/* line 4, ../sass/_font-awesome.min.scss */
.fa-linux:before {
  content: "\f17c";
}

/* line 4, ../sass/_font-awesome.min.scss */
.fa-dribbble:before {
  content: "\f17d";
}

/* line 4, ../sass/_font-awesome.min.scss */
.fa-skype:before {
  content: "\f17e";
}

/* line 4, ../sass/_font-awesome.min.scss */
.fa-foursquare:before {
  content: "\f180";
}

/* line 4, ../sass/_font-awesome.min.scss */
.fa-trello:before {
  content: "\f181";
}

/* line 4, ../sass/_font-awesome.min.scss */
.fa-female:before {
  content: "\f182";
}

/* line 4, ../sass/_font-awesome.min.scss */
.fa-male:before {
  content: "\f183";
}

/* line 4, ../sass/_font-awesome.min.scss */
.fa-gittip:before {
  content: "\f184";
}

/* line 4, ../sass/_font-awesome.min.scss */
.fa-sun-o:before {
  content: "\f185";
}

/* line 4, ../sass/_font-awesome.min.scss */
.fa-moon-o:before {
  content: "\f186";
}

/* line 4, ../sass/_font-awesome.min.scss */
.fa-archive:before {
  content: "\f187";
}

/* line 4, ../sass/_font-awesome.min.scss */
.fa-bug:before {
  content: "\f188";
}

/* line 4, ../sass/_font-awesome.min.scss */
.fa-vk:before {
  content: "\f189";
}

/* line 4, ../sass/_font-awesome.min.scss */
.fa-weibo:before {
  content: "\f18a";
}

/* line 4, ../sass/_font-awesome.min.scss */
.fa-renren:before {
  content: "\f18b";
}

/* line 4, ../sass/_font-awesome.min.scss */
.fa-pagelines:before {
  content: "\f18c";
}

/* line 4, ../sass/_font-awesome.min.scss */
.fa-stack-exchange:before {
  content: "\f18d";
}

/* line 4, ../sass/_font-awesome.min.scss */
.fa-arrow-circle-o-right:before {
  content: "\f18e";
}

/* line 4, ../sass/_font-awesome.min.scss */
.fa-arrow-circle-o-left:before {
  content: "\f190";
}

/* line 4, ../sass/_font-awesome.min.scss */
.fa-toggle-left:before, .fa-caret-square-o-left:before {
  content: "\f191";
}

/* line 4, ../sass/_font-awesome.min.scss */
.fa-dot-circle-o:before {
  content: "\f192";
}

/* line 4, ../sass/_font-awesome.min.scss */
.fa-wheelchair:before {
  content: "\f193";
}

/* line 4, ../sass/_font-awesome.min.scss */
.fa-vimeo-square:before {
  content: "\f194";
}

/* line 4, ../sass/_font-awesome.min.scss */
.fa-turkish-lira:before, .fa-try:before {
  content: "\f195";
}

/* line 4, ../sass/_font-awesome.min.scss */
.fa-plus-square-o:before {
  content: "\f196";
}

/* line 4, ../sass/_font-awesome.min.scss */
.fa-space-shuttle:before {
  content: "\f197";
}

/* line 4, ../sass/_font-awesome.min.scss */
.fa-slack:before {
  content: "\f198";
}

/* line 4, ../sass/_font-awesome.min.scss */
.fa-envelope-square:before {
  content: "\f199";
}

/* line 4, ../sass/_font-awesome.min.scss */
.fa-wordpress:before {
  content: "\f19a";
}

/* line 4, ../sass/_font-awesome.min.scss */
.fa-openid:before {
  content: "\f19b";
}

/* line 4, ../sass/_font-awesome.min.scss */
.fa-institution:before, .fa-bank:before, .fa-university:before {
  content: "\f19c";
}

/* line 4, ../sass/_font-awesome.min.scss */
.fa-mortar-board:before, .fa-graduation-cap:before {
  content: "\f19d";
}

/* line 4, ../sass/_font-awesome.min.scss */
.fa-yahoo:before {
  content: "\f19e";
}

/* line 4, ../sass/_font-awesome.min.scss */
.fa-google:before {
  content: "\f1a0";
}

/* line 4, ../sass/_font-awesome.min.scss */
.fa-reddit:before {
  content: "\f1a1";
}

/* line 4, ../sass/_font-awesome.min.scss */
.fa-reddit-square:before {
  content: "\f1a2";
}

/* line 4, ../sass/_font-awesome.min.scss */
.fa-stumbleupon-circle:before {
  content: "\f1a3";
}

/* line 4, ../sass/_font-awesome.min.scss */
.fa-stumbleupon:before {
  content: "\f1a4";
}

/* line 4, ../sass/_font-awesome.min.scss */
.fa-delicious:before {
  content: "\f1a5";
}

/* line 4, ../sass/_font-awesome.min.scss */
.fa-digg:before {
  content: "\f1a6";
}

/* line 4, ../sass/_font-awesome.min.scss */
.fa-pied-piper:before {
  content: "\f1a7";
}

/* line 4, ../sass/_font-awesome.min.scss */
.fa-pied-piper-alt:before {
  content: "\f1a8";
}

/* line 4, ../sass/_font-awesome.min.scss */
.fa-drupal:before {
  content: "\f1a9";
}

/* line 4, ../sass/_font-awesome.min.scss */
.fa-joomla:before {
  content: "\f1aa";
}

/* line 4, ../sass/_font-awesome.min.scss */
.fa-language:before {
  content: "\f1ab";
}

/* line 4, ../sass/_font-awesome.min.scss */
.fa-fax:before {
  content: "\f1ac";
}

/* line 4, ../sass/_font-awesome.min.scss */
.fa-building:before {
  content: "\f1ad";
}

/* line 4, ../sass/_font-awesome.min.scss */
.fa-child:before {
  content: "\f1ae";
}

/* line 4, ../sass/_font-awesome.min.scss */
.fa-paw:before {
  content: "\f1b0";
}

/* line 4, ../sass/_font-awesome.min.scss */
.fa-spoon:before {
  content: "\f1b1";
}

/* line 4, ../sass/_font-awesome.min.scss */
.fa-cube:before {
  content: "\f1b2";
}

/* line 4, ../sass/_font-awesome.min.scss */
.fa-cubes:before {
  content: "\f1b3";
}

/* line 4, ../sass/_font-awesome.min.scss */
.fa-behance:before {
  content: "\f1b4";
}

/* line 4, ../sass/_font-awesome.min.scss */
.fa-behance-square:before {
  content: "\f1b5";
}

/* line 4, ../sass/_font-awesome.min.scss */
.fa-steam:before {
  content: "\f1b6";
}

/* line 4, ../sass/_font-awesome.min.scss */
.fa-steam-square:before {
  content: "\f1b7";
}

/* line 4, ../sass/_font-awesome.min.scss */
.fa-recycle:before {
  content: "\f1b8";
}

/* line 4, ../sass/_font-awesome.min.scss */
.fa-automobile:before, .fa-car:before {
  content: "\f1b9";
}

/* line 4, ../sass/_font-awesome.min.scss */
.fa-cab:before, .fa-taxi:before {
  content: "\f1ba";
}

/* line 4, ../sass/_font-awesome.min.scss */
.fa-tree:before {
  content: "\f1bb";
}

/* line 4, ../sass/_font-awesome.min.scss */
.fa-spotify:before {
  content: "\f1bc";
}

/* line 4, ../sass/_font-awesome.min.scss */
.fa-deviantart:before {
  content: "\f1bd";
}

/* line 4, ../sass/_font-awesome.min.scss */
.fa-soundcloud:before {
  content: "\f1be";
}

/* line 4, ../sass/_font-awesome.min.scss */
.fa-database:before {
  content: "\f1c0";
}

/* line 4, ../sass/_font-awesome.min.scss */
.fa-file-pdf-o:before {
  content: "\f1c1";
}

/* line 4, ../sass/_font-awesome.min.scss */
.fa-file-word-o:before {
  content: "\f1c2";
}

/* line 4, ../sass/_font-awesome.min.scss */
.fa-file-excel-o:before {
  content: "\f1c3";
}

/* line 4, ../sass/_font-awesome.min.scss */
.fa-file-powerpoint-o:before {
  content: "\f1c4";
}

/* line 4, ../sass/_font-awesome.min.scss */
.fa-file-photo-o:before, .fa-file-picture-o:before, .fa-file-image-o:before {
  content: "\f1c5";
}

/* line 4, ../sass/_font-awesome.min.scss */
.fa-file-zip-o:before, .fa-file-archive-o:before {
  content: "\f1c6";
}

/* line 4, ../sass/_font-awesome.min.scss */
.fa-file-sound-o:before, .fa-file-audio-o:before {
  content: "\f1c7";
}

/* line 4, ../sass/_font-awesome.min.scss */
.fa-file-movie-o:before, .fa-file-video-o:before {
  content: "\f1c8";
}

/* line 4, ../sass/_font-awesome.min.scss */
.fa-file-code-o:before {
  content: "\f1c9";
}

/* line 4, ../sass/_font-awesome.min.scss */
.fa-vine:before {
  content: "\f1ca";
}

/* line 4, ../sass/_font-awesome.min.scss */
.fa-codepen:before {
  content: "\f1cb";
}

/* line 4, ../sass/_font-awesome.min.scss */
.fa-jsfiddle:before {
  content: "\f1cc";
}

/* line 4, ../sass/_font-awesome.min.scss */
.fa-life-bouy:before, .fa-life-buoy:before, .fa-life-saver:before, .fa-support:before, .fa-life-ring:before {
  content: "\f1cd";
}

/* line 4, ../sass/_font-awesome.min.scss */
.fa-circle-o-notch:before {
  content: "\f1ce";
}

/* line 4, ../sass/_font-awesome.min.scss */
.fa-ra:before, .fa-rebel:before {
  content: "\f1d0";
}

/* line 4, ../sass/_font-awesome.min.scss */
.fa-ge:before, .fa-empire:before {
  content: "\f1d1";
}

/* line 4, ../sass/_font-awesome.min.scss */
.fa-git-square:before {
  content: "\f1d2";
}

/* line 4, ../sass/_font-awesome.min.scss */
.fa-git:before {
  content: "\f1d3";
}

/* line 4, ../sass/_font-awesome.min.scss */
.fa-hacker-news:before {
  content: "\f1d4";
}

/* line 4, ../sass/_font-awesome.min.scss */
.fa-tencent-weibo:before {
  content: "\f1d5";
}

/* line 4, ../sass/_font-awesome.min.scss */
.fa-qq:before {
  content: "\f1d6";
}

/* line 4, ../sass/_font-awesome.min.scss */
.fa-wechat:before, .fa-weixin:before {
  content: "\f1d7";
}

/* line 4, ../sass/_font-awesome.min.scss */
.fa-send:before, .fa-paper-plane:before {
  content: "\f1d8";
}

/* line 4, ../sass/_font-awesome.min.scss */
.fa-send-o:before, .fa-paper-plane-o:before {
  content: "\f1d9";
}

/* line 4, ../sass/_font-awesome.min.scss */
.fa-history:before {
  content: "\f1da";
}

/* line 4, ../sass/_font-awesome.min.scss */
.fa-circle-thin:before {
  content: "\f1db";
}

/* line 4, ../sass/_font-awesome.min.scss */
.fa-header:before {
  content: "\f1dc";
}

/* line 4, ../sass/_font-awesome.min.scss */
.fa-paragraph:before {
  content: "\f1dd";
}

/* line 4, ../sass/_font-awesome.min.scss */
.fa-sliders:before {
  content: "\f1de";
}

/* line 4, ../sass/_font-awesome.min.scss */
.fa-share-alt:before {
  content: "\f1e0";
}

/* line 4, ../sass/_font-awesome.min.scss */
.fa-share-alt-square:before {
  content: "\f1e1";
}

/* line 4, ../sass/_font-awesome.min.scss */
.fa-bomb:before {
  content: "\f1e2";
}

/* line 4, ../sass/_font-awesome.min.scss */
.fa-soccer-ball-o:before, .fa-futbol-o:before {
  content: "\f1e3";
}

/* line 4, ../sass/_font-awesome.min.scss */
.fa-tty:before {
  content: "\f1e4";
}

/* line 4, ../sass/_font-awesome.min.scss */
.fa-binoculars:before {
  content: "\f1e5";
}

/* line 4, ../sass/_font-awesome.min.scss */
.fa-plug:before {
  content: "\f1e6";
}

/* line 4, ../sass/_font-awesome.min.scss */
.fa-slideshare:before {
  content: "\f1e7";
}

/* line 4, ../sass/_font-awesome.min.scss */
.fa-twitch:before {
  content: "\f1e8";
}

/* line 4, ../sass/_font-awesome.min.scss */
.fa-yelp:before {
  content: "\f1e9";
}

/* line 4, ../sass/_font-awesome.min.scss */
.fa-newspaper-o:before {
  content: "\f1ea";
}

/* line 4, ../sass/_font-awesome.min.scss */
.fa-wifi:before {
  content: "\f1eb";
}

/* line 4, ../sass/_font-awesome.min.scss */
.fa-calculator:before {
  content: "\f1ec";
}

/* line 4, ../sass/_font-awesome.min.scss */
.fa-paypal:before {
  content: "\f1ed";
}

/* line 4, ../sass/_font-awesome.min.scss */
.fa-google-wallet:before {
  content: "\f1ee";
}

/* line 4, ../sass/_font-awesome.min.scss */
.fa-cc-visa:before {
  content: "\f1f0";
}

/* line 4, ../sass/_font-awesome.min.scss */
.fa-cc-mastercard:before {
  content: "\f1f1";
}

/* line 4, ../sass/_font-awesome.min.scss */
.fa-cc-discover:before {
  content: "\f1f2";
}

/* line 4, ../sass/_font-awesome.min.scss */
.fa-cc-amex:before {
  content: "\f1f3";
}

/* line 4, ../sass/_font-awesome.min.scss */
.fa-cc-paypal:before {
  content: "\f1f4";
}

/* line 4, ../sass/_font-awesome.min.scss */
.fa-cc-stripe:before {
  content: "\f1f5";
}

/* line 4, ../sass/_font-awesome.min.scss */
.fa-bell-slash:before {
  content: "\f1f6";
}

/* line 4, ../sass/_font-awesome.min.scss */
.fa-bell-slash-o:before {
  content: "\f1f7";
}

/* line 4, ../sass/_font-awesome.min.scss */
.fa-trash:before {
  content: "\f1f8";
}

/* line 4, ../sass/_font-awesome.min.scss */
.fa-copyright:before {
  content: "\f1f9";
}

/* line 4, ../sass/_font-awesome.min.scss */
.fa-at:before {
  content: "\f1fa";
}

/* line 4, ../sass/_font-awesome.min.scss */
.fa-eyedropper:before {
  content: "\f1fb";
}

/* line 4, ../sass/_font-awesome.min.scss */
.fa-paint-brush:before {
  content: "\f1fc";
}

/* line 4, ../sass/_font-awesome.min.scss */
.fa-birthday-cake:before {
  content: "\f1fd";
}

/* line 4, ../sass/_font-awesome.min.scss */
.fa-area-chart:before {
  content: "\f1fe";
}

/* line 4, ../sass/_font-awesome.min.scss */
.fa-pie-chart:before {
  content: "\f200";
}

/* line 4, ../sass/_font-awesome.min.scss */
.fa-line-chart:before {
  content: "\f201";
}

/* line 4, ../sass/_font-awesome.min.scss */
.fa-lastfm:before {
  content: "\f202";
}

/* line 4, ../sass/_font-awesome.min.scss */
.fa-lastfm-square:before {
  content: "\f203";
}

/* line 4, ../sass/_font-awesome.min.scss */
.fa-toggle-off:before {
  content: "\f204";
}

/* line 4, ../sass/_font-awesome.min.scss */
.fa-toggle-on:before {
  content: "\f205";
}

/* line 4, ../sass/_font-awesome.min.scss */
.fa-bicycle:before {
  content: "\f206";
}

/* line 4, ../sass/_font-awesome.min.scss */
.fa-bus:before {
  content: "\f207";
}

/* line 4, ../sass/_font-awesome.min.scss */
.fa-ioxhost:before {
  content: "\f208";
}

/* line 4, ../sass/_font-awesome.min.scss */
.fa-angellist:before {
  content: "\f209";
}

/* line 4, ../sass/_font-awesome.min.scss */
.fa-cc:before {
  content: "\f20a";
}

/* line 4, ../sass/_font-awesome.min.scss */
.fa-shekel:before, .fa-sheqel:before, .fa-ils:before {
  content: "\f20b";
}

/* line 4, ../sass/_font-awesome.min.scss */
.fa-meanpath:before {
  content: "\f20c";
}

/* line 1, ../sass/_components_extranet.scss */
.atlas_content_title {
  background: #8e867d url(../images/general/bg_content_head_top.gif) no-repeat left top;
}

/* line 2, ../sass/_components_extranet.scss */
.atlas_content_title_inner {
  background: transparent url(../images/general/bg_content_head_bot.gif) no-repeat left bottom;
}

/* line 4, ../sass/_components_extranet.scss */
.atlas_content_intro {
  padding: 0 0 55px 0;
  height: auto !important;
  min-height: 84px;
}

/* line 5, ../sass/_components_extranet.scss */
.atlas_content_intro h1 {
  color: #FFFFFF;
  font-size: 28px;
  font-weight: bold;
  padding: 20px 20px 10px 20px;
  line-height: 1.1;
  letter-spacing: 0;
}

/* line 6, ../sass/_components_extranet.scss */
.atlas_content_intro h1 a {
  color: #ffffff;
}

/* line 7, ../sass/_components_extranet.scss */
.atlas_content_intro h1 a:hover {
  color: #ffffff;
}

/* line 8, ../sass/_components_extranet.scss */
.atlas_content_intro h2 {
  color: #FFFFFF;
  font-size: 28px;
  font-weight: bold;
  padding: 20px 20px 10px 20px;
  line-height: 1.1;
}

/* line 9, ../sass/_components_extranet.scss */
.atlas_content_intro .content_desc {
  line-height: 1.3;
  color: #FDAF4B;
  font-size: 14px;
  font-weight: bold;
  text-transform: uppercase;
  margin-top: -25px;
  padding: 15px 20px;
}

/* Atlas tabs
================================================================*/
/* line 14, ../sass/_components_extranet.scss */
.atlas_tabs {
  /*position: relative; z-index: 20;*/
  margin-top: -40px;
  float: left;
}

/* line 15, ../sass/_components_extranet.scss */
.atlas_tabs ul {
  margin: 0;
  list-style-type: none;
  padding-left: 10px;
  float: left;
}

/* line 16, ../sass/_components_extranet.scss */
.atlas_tabs ul li {
  float: left;
}

/* line 17, ../sass/_components_extranet.scss */
.atlas_tabs a {
  margin-right: 6px;
  padding: 0 15px 0 0;
  display: block;
  float: left;
  height: 40px;
  font-weight: bold;
  font-size: 13px;
  color: #ffffff;
  background: transparent url(../images/tabs/global_tabs_right.gif) no-repeat scroll right bottom;
}

/* line 18, ../sass/_components_extranet.scss */
* html .atlas_tabs a {
  margin-right: 3px;
}

/* line 19, ../sass/_components_extranet.scss */
.atlas_tabs a span {
  padding: 0 0 0 15px;
  display: block;
  line-height: 40px;
  background: transparent url(../images/tabs/global_tabs_left.gif) no-repeat scroll left bottom;
}

/* line 20, ../sass/_components_extranet.scss */
.atlas_tabs a:hover {
  color: #ffffff;
}

/* line 22, ../sass/_components_extranet.scss */
.atlas_tabs .on a {
  color: #666666;
  background: transparent url(../images/tabs/global_tabs_right.gif) no-repeat scroll right top;
}

/* line 23, ../sass/_components_extranet.scss */
.atlas_tabs .on a span {
  color: #666666;
  background: transparent url(../images/tabs/global_tabs_left.gif) no-repeat scroll left top;
}

/* line 24, ../sass/_components_extranet.scss */
.atlas_tabs .on a:hover {
  text-decoration: none;
}

/* Atlas subtabs
================================================================*/
/* line 29, ../sass/_components_extranet.scss */
.atlas_subtabs {
  padding: 10px 0;
}

/* line 30, ../sass/_components_extranet.scss */
.atlas_subtabs ul {
  margin: 0;
  list-style-type: none;
}

/* line 31, ../sass/_components_extranet.scss */
.atlas_subtabs ul li {
  float: left;
  margin-right: 6px;
  height: 37px;
  font-size: 12px;
}

/* line 32, ../sass/_components_extranet.scss */
.atlas_subtabs a {
  padding: 0 15px 0 0;
  height: 30px;
  float: left;
  display: block;
  font-weight: bold;
}

/* line 33, ../sass/_components_extranet.scss */
.atlas_subtabs a span {
  padding: 0 0 0 15px;
  line-height: 30px;
  display: block;
}

/* line 35, ../sass/_components_extranet.scss */
.atlas_subtabs .on {
  background: transparent url(../images/tabs/bg_subtabs_bottom.gif) no-repeat scroll bottom center;
}

/* line 36, ../sass/_components_extranet.scss */
.atlas_subtabs .on a {
  color: #ffffff;
  background: transparent url(../images/tabs/bg_subtabs_right.gif) no-repeat scroll top right;
}

/* line 37, ../sass/_components_extranet.scss */
.atlas_subtabs .on a span {
  color: #ffffff;
  background: transparent url(../images/tabs/bg_subtabs_left.gif) no-repeat scroll top left;
}

/* line 38, ../sass/_components_extranet.scss */
.atlas_subtabs .on a:hover {
  text-decoration: none;
}

/* line 40, ../sass/_components_extranet.scss */
.atlas_subtabs .content_tools {
  clear: both;
  padding: 0 5px 0 0;
}

/* line 41, ../sass/_components_extranet.scss */
.atlas_subtabs .content_tools li {
  height: 15px;
}

/* line 42, ../sass/_components_extranet.scss */
.atlas_subtabs .content_tools li a {
  font-size: 11px;
  font-weight: normal;
}

/* line 44, ../sass/_components_extranet.scss */
.subtabs_main {
  border: 1px solid #e0dbd5;
  padding: 10px;
}

/* line 45, ../sass/_components_extranet.scss */
.subtabs_header {
  font-weight: bold;
  font-size: 18px;
}

/* line 46, ../sass/_components_extranet.scss */
.subtabs_intro {
  color: #666;
}

/* line 48, ../sass/_components_extranet.scss */
.btn {
  background: transparent url(../images/general/btns.gif) no-repeat 0 0;
  float: left;
}

/* line 49, ../sass/_components_extranet.scss */
.btn button, .btn a {
  text-align: center;
  cursor: copy;
  display: block;
  background: transparent url(../images/general/btns.gif) no-repeat right top;
  border: 0;
  /*margin-right: 28px;*/
  margin-left: 13px;
  height: 27px;
  line-height: 27px;
  padding: 0 30px 0 0;
  color: #ffffff;
  font-size: 12px;
  font-weight: bold;
}

/* line 50, ../sass/_components_extranet.scss */
.btn button:hover, .btn a:hover {
  text-decoration: none;
  color: #fff;
}

/* line 52, ../sass/_components_extranet.scss */
.btn_alt {
  background-position: 0 -1500px;
  margin-top: 10px;
}

/* line 53, ../sass/_components_extranet.scss */
.btn_alt button, .btn_alt a {
  background-position: right -1500px;
  background-color: #ffffff;
}

/* line 55, ../sass/_components_extranet.scss */
.btn_link {
  float: left;
}

/* line 56, ../sass/_components_extranet.scss */
.btn_link a {
  text-align: center;
  cursor: copy;
  display: block;
  border: 0;
  height: 27px;
  padding: 0 10px 0 0;
  line-height: 27px;
  font-size: 12px;
}

/* line 58, ../sass/_components_extranet.scss */
.btn.disabled {
  background: url(../images/general/btns.gif) no-repeat scroll 0 -1100px #ffffff;
}

/* line 59, ../sass/_components_extranet.scss */
.btn.disabled button, .btn.disabled a {
  background-position: right -1100px;
  cursor: default;
  background-color: #fff;
  color: #ccc;
}

/* line 61, ../sass/_components_extranet.scss */
label em {
  color: #d73722;
}

/* line 62, ../sass/_components_extranet.scss */
input, textarea, select {
  padding: 4px;
  font-size: 14px;
  border: 1px solid #e0dbd5;
}

/* line 63, ../sass/_components_extranet.scss */
.input {
  display: inline-block;
  padding: 3px;
  -moz-border-radius: 5px 5px 5px 5px;
  background: none repeat scroll 0 0 #f2f1ef;
}

/* line 64, ../sass/_components_extranet.scss */
.inputtext {
  display: inline-block;
  font-size: 14px;
  margin-top: 4px;
}

/* line 65, ../sass/_components_extranet.scss */
.input select {
  margin: 0;
}

/* line 66, ../sass/_components_extranet.scss */
.checkbox {
  float: left;
  width: 14px;
}

/* line 67, ../sass/_components_extranet.scss */
.focusField {
  border: solid 1px #cac0b4;
  background: #ffffcc;
  color: #000;
  -moz-border-radius: 3px 3px 3px 3px;
}

/* line 68, ../sass/_components_extranet.scss */
.idleField {
  background: #EEE;
  color: #666666;
  border: 1px solid #e0dbd5;
  -moz-border-radius: 3px 3px 3px 3px;
  background: none repeat scroll 0 0 #fff;
}

/* line 69, ../sass/_components_extranet.scss */
.emailField {
  width: 300px;
}

/* line 70, ../sass/_components_extranet.scss */
.radio {
  background-color: transparent;
}

/* line 72, ../sass/_components_extranet.scss */
.sidebar {
  background: transparent url(../images/general/content_bg.gif) repeat-y top left;
}

/* line 73, ../sass/_components_extranet.scss */
.sidebar #display_nav {
  width: 252px;
  float: left;
  background-color: #eeeeee;
  padding-top: 11px;
}

/* line 74, ../sass/_components_extranet.scss */
.sidebar #main {
  float: right;
  width: 659px;
}

/* line 76, ../sass/_components_extranet.scss */
.side_modules #modules {
  float: right;
  width: 225px;
}

/* line 77, ../sass/_components_extranet.scss */
.side_modules #main {
  float: left;
  width: 680px;
}

/* line 78, ../sass/_components_extranet.scss */
.side_modules #mainform {
  float: left;
  width: 927px;
  margin: 0 0 10px 0;
}

/* line 79, ../sass/_components_extranet.scss */
.side_modules #mainform dt {
  display: block;
  float: left;
  clear: both;
}

/* line 80, ../sass/_components_extranet.scss */
.side_modules #mainform dd {
  display: inline-block;
  float: left;
  margin-left: 0px;
}

/* line 81, ../sass/_components_extranet.scss */
.side_modules #mainform table {
  border-width: 0px;
  border-spacing: 0px;
}

/* line 82, ../sass/_components_extranet.scss */
.side_modules #mainform table td {
  padding: 0px;
}

/* line 83, ../sass/_components_extranet.scss */
.leftcol {
  width: 195px;
  vertical-align: top;
  font-weight: bold;
}

/* line 84, ../sass/_components_extranet.scss */
.data {
  width: 752px;
  vertical-align: bottom;
}

/* line 86, ../sass/_components_extranet.scss */
.intro {
  background-color: #fff;
  padding-bottom: 20px;
}

/* line 87, ../sass/_components_extranet.scss */
.intro h2 {
  font-weight: bold;
}

/* line 88, ../sass/_components_extranet.scss */
.intro p {
  margin: 0;
  color: #666;
}

/* line 89, ../sass/_components_extranet.scss */
.intro a {
  font-size: 12px;
}

/* line 90, ../sass/_components_extranet.scss */
.intro .feedback {
  margin-top: 5px;
  padding: 10px;
  -moz-border-radius: 5px 5px 5px 5px;
}

/* line 92, ../sass/_components_extranet.scss */
.previous_page {
  text-align: right;
}

/* line 93, ../sass/_components_extranet.scss */
.header_rule {
  border-top: 1px solid #ccc;
  padding-top: 10px;
}

/* LOGIN */
/* line 97, ../sass/_components_extranet.scss */
.login form {
  padding: 0;
}

/* line 98, ../sass/_components_extranet.scss */
.login h2 {
  text-align: left;
  font-size: 16px;
  font-weight: bold;
  margin-bottom: 10px;
}

/* line 99, ../sass/_components_extranet.scss */
.login label {
  width: 95px;
  float: left;
  font-size: 14px;
  font-weight: normal;
  margin-top: 4px;
}

/* line 100, ../sass/_components_extranet.scss */
.login .wide label {
  width: 118px;
}

/* line 101, ../sass/_components_extranet.scss */
.login .wide .btn_box {
  padding-left: 120px;
}

/* line 102, ../sass/_components_extranet.scss */
.login input {
  width: 225px;
}

/* line 103, ../sass/_components_extranet.scss */
.login .input2 {
  width: 155px;
}

/* line 104, ../sass/_components_extranet.scss */
.login .btn_box {
  padding-left: 100px;
}

/* line 105, ../sass/_components_extranet.scss */
.login .btn_cancel {
  float: left;
  height: 30px;
  margin: 5px 10px 0 0;
}

/* line 106, ../sass/_components_extranet.scss */
.login .btn_return {
  text-align: left;
}

/* line 107, ../sass/_components_extranet.scss */
.login .btn button {
  width: 90px;
}

/* line 109, ../sass/_components_extranet.scss */
.loginbox {
  width: 460px;
  margin: 140px auto 0px;
  border-radius: 6px;
  -moz-border-radius: 6px;
  -webkit-border-radius: 6px;
}

/* line 117, ../sass/_components_extranet.scss */
.login-header {
  background-color: #00759a;
  padding: 20px;
  text-align: left;
  border-radius: 6px 6px 0px 0px;
  -moz-border-radius: 6px 6px 0px 0px;
  -webkit-border-radius: 6px 6px 0px 0px;
}

/* line 126, ../sass/_components_extranet.scss */
.login-body {
  background-color: #fff;
  padding: 20px;
  text-align: left;
  border-radius: 0px 0px 6px 6px;
  -moz-border-radius: 0px 0px 6px 6px;
  -webkit-border-radius: 0px 0px 6px 6px;
}

/* line 135, ../sass/_components_extranet.scss */
.box-shadow {
  background-color: #ffffff;
  -webkit-box-shadow: 0px 1px 2px 0px #bbbbbb;
  -moz-box-shadow: 0px 1px 2px 0px #bbbbbb;
  box-shadow: 0px 1px 2px 0px #bbbbbb;
}

/*
.loginbox_top_wrap { height: 124px; background: url("../images/general/login_tr.gif") no-repeat scroll right top #ffffff; }
.loginbox_top { height: 124px; background: url("../images/general/login_tl.gif") no-repeat scroll left top transparent; padding-left: 10px; }
.loginbox_mid_wrap { background: url("../images/general/login_mr.gif") repeat-y scroll right top #ffffff; }
.loginbox_mid { padding: 20px 30px; background: url("../images/general/login_ml.gif") repeat-y scroll left top transparent; }
.loginbox_bot_wrap { height: 20px; background: url("../images/general/login_br.gif") no-repeat scroll right top #ffffff; }
.loginbox_bot { height: 20px; background: url("../images/general/login_bl.gif") no-repeat scroll left top transparent; padding-left: 10px; }
*/
/* line 150, ../sass/_components_extranet.scss */
.loginlist .loginbox {
  width: 800px;
}

/* line 151, ../sass/_components_extranet.scss */
.loginlist a {
  display: block;
  padding: 10px;
}

/* line 152, ../sass/_components_extranet.scss */
.loginlist a:hover {
  background-color: #deeff4;
  text-decoration: none;
}

/* Error List
================================================================*/
/* line 157, ../sass/_components_extranet.scss */
.errors #main {
  width: 408px;
  padding: 10px 10px 7px 20px;
}

/* line 158, ../sass/_components_extranet.scss */
.error_login {
  background-color: #ffffff;
  color: #666666;
  padding: 5px 10px;
  margin: 0 auto 10px;
  border: 1px solid #CE2B1A;
  background-color: #FDEEDB;
}

/* line 159, ../sass/_components_extranet.scss */
.error_login.top {
  margin: 10px 0;
}

/* line 160, ../sass/_components_extranet.scss */
.error_box {
  padding: 0 0 5px 38px;
  background: transparent url(../images/general/icon_excalmatory.gif) no-repeat scroll left top;
}

/* line 161, ../sass/_components_extranet.scss */
.error_login .error_title {
  color: #CE2B1A;
  font-size: 18px;
  line-height: 1.2;
  text-align: left;
}

/* line 162, ../sass/_components_extranet.scss */
.error_login p {
  font-weight: normal;
}

/* line 163, ../sass/_components_extranet.scss */
.error_login ul {
  margin: 0;
  text-align: left;
}

/* line 164, ../sass/_components_extranet.scss */
.error_login ul li {
  background: transparent url(../images/general/icon_dot_grey.gif) no-repeat scroll 0 8px;
  list-style-type: none;
  padding-left: 10px;
}

/* line 165, ../sass/_components_extranet.scss */
.error_login ul li.single {
  background: none;
  padding-left: 0;
}

/* line 166, ../sass/_components_extranet.scss */
.error_login .title {
  text-align: left;
  font-size: 16px;
  color: #CE2B1A;
  display: block;
}

/* line 168, ../sass/_components_extranet.scss */
.error_booking {
  background-color: #ffffff;
  color: #666666;
  padding: 5px 10px;
  margin: auto;
  border: 1px solid #CE2B1A;
  background-color: #FDEEDB;
}

/* line 169, ../sass/_components_extranet.scss */
.error_booking.top {
  margin: 10px 0;
}

/* line 170, ../sass/_components_extranet.scss */
.error_box {
  padding: 0 0 5px 38px;
  background: transparent url(../images/general/icon_excalmatory.gif) no-repeat scroll left top;
}

/* line 171, ../sass/_components_extranet.scss */
.error_booking .error_title {
  color: #CE2B1A;
  font-size: 18px;
  line-height: 1.2;
  text-align: left;
}

/* line 172, ../sass/_components_extranet.scss */
.error_booking p {
  font-weight: normal;
}

/* line 173, ../sass/_components_extranet.scss */
.error_booking ul {
  margin: 0;
  text-align: left;
}

/* line 174, ../sass/_components_extranet.scss */
.error_booking ul li {
  background: transparent url(../images/general/icon_dot_grey.gif) no-repeat scroll 0 8px;
  list-style-type: none;
  padding-left: 10px;
}

/* line 175, ../sass/_components_extranet.scss */
.error_booking ul li.single {
  background: none;
  padding-left: 0;
}

/* line 176, ../sass/_components_extranet.scss */
.error_booking .title {
  text-align: left;
  font-size: 16px;
  color: #CE2B1A;
  display: block;
}

/* BLOCKOUTS & MEMBER-ONLY DEALS */
/* line 180, ../sass/_components_extranet.scss */
.tabs {
  float: left;
}

/* line 181, ../sass/_components_extranet.scss */
.tabs ul {
  margin: 0;
  list-style-type: none;
  float: left;
}

/* line 182, ../sass/_components_extranet.scss */
.tabs li {
  float: left;
}

/* line 183, ../sass/_components_extranet.scss */
.tabs a {
  margin-right: 6px;
  padding: 0 15px 0 0;
  display: block;
  float: left;
  height: 40px;
  font-weight: bold;
  font-size: 13px;
  color: #ffffff;
  background: transparent url(../images/tabs/week_tabs_right.gif) no-repeat scroll right bottom;
}

/* line 184, ../sass/_components_extranet.scss */
* html .tabs a {
  margin-right: 3px;
}

/* line 185, ../sass/_components_extranet.scss */
.tabs a:hover {
  color: #fff;
}

/* line 186, ../sass/_components_extranet.scss */
.tabs a span {
  padding: 0 0 0 15px;
  display: block;
  line-height: 40px;
  background: transparent url(../images/tabs/week_tabs_left.gif) no-repeat scroll left bottom;
}

/* line 188, ../sass/_components_extranet.scss */
.tabs .on a {
  background-position: top right;
}

/* line 189, ../sass/_components_extranet.scss */
.tabs .on a:hover {
  text-decoration: none;
}

/* line 190, ../sass/_components_extranet.scss */
.tabs .on a span {
  background-position: top left;
}

/* display nav - lhs */
/* line 193, ../sass/_components_extranet.scss */
.tools_mod.blockout_selector ul {
  margin: 0;
  width: 230px;
  height: 430px;
  overflow: auto;
  background-color: #fff;
}

/* line 194, ../sass/_components_extranet.scss */
.tools_mod.blockout_selector li {
  list-style: none;
  border-bottom: 1px solid #dddddd;
}

/* line 195, ../sass/_components_extranet.scss */
.tools_mod.blockout_selector li a {
  color: #333;
  display: block;
  padding: 5px;
}

/* line 196, ../sass/_components_extranet.scss */
.tools_mod.blockout_selector li a:hover {
  text-decoration: none;
  background-color: #fdeedb;
}

/* line 197, ../sass/_components_extranet.scss */
.tools_mod.blockout_selector li strong {
  text-transform: uppercase;
}

/* line 198, ../sass/_components_extranet.scss */
.tools_mod.blockout_selector li span {
  color: #666666;
  font-size: 12px;
  display: block;
  margin-top: 3px;
}

/* line 199, ../sass/_components_extranet.scss */
.tools_mod.blockout_selector li.selected a {
  background-color: #fdeedb;
  color: #e37222;
}

/* line 200, ../sass/_components_extranet.scss */
.tools_mod.blockout_selector li.selected span {
  color: #e37222;
}

/* line 202, ../sass/_components_extranet.scss */
.calendar {
  margin: 0 6px;
  padding: 18px 0;
}

/* line 203, ../sass/_components_extranet.scss */
.calendar .month {
  position: relative;
  background-color: #6c665c;
  text-transform: uppercase;
  color: #fff;
  font-weight: bold;
  text-align: center;
  font-size: 13px;
  line-height: 25px;
  height: 25px;
}

/* line 204, ../sass/_components_extranet.scss */
.cal_nav_prev {
  position: absolute;
  top: 0;
  left: 0;
}

/* line 205, ../sass/_components_extranet.scss */
.cal_nav_next {
  position: absolute;
  top: 0;
  right: 0;
}

/* line 207, ../sass/_components_extranet.scss */
.calendar .week_titles {
  border-left: 2px solid #fff;
  border-right: 2px solid #fff;
  border-bottom: 1px solid #fff;
  margin: 0 12px;
}

/* line 208, ../sass/_components_extranet.scss */
.calendar .week_titles span {
  display: inline-block;
  width: 27px;
  height: 25px;
  vertical-align: middle;
  line-height: 25px;
  text-align: center;
  margin: 0px;
  background-color: #8e867d;
  color: #fff;
  font-weight: bold;
  font-size: 12px;
}

/* line 209, ../sass/_components_extranet.scss */
.calendar .week {
  background: transparent url("../images/general/calendar_cells_column.gif") repeat-y top left;
  margin: 0 12px;
}

/* line 210, ../sass/_components_extranet.scss */
.calendar .week span {
  display: inline-block;
  width: 27px;
  height: 25px;
  vertical-align: middle;
  line-height: 25px;
  text-align: center;
  text-decoration: none;
  font-size: 13px;
  margin: 0px;
}

/* line 211, ../sass/_components_extranet.scss */
.calendar .week a {
  color: #333;
  display: inline-block;
  border: 2px solid #fff;
  border-top: 1px solid #fff;
  border-bottom: 1px solid #fff;
}

/* line 212, ../sass/_components_extranet.scss */
.calendar .week a:hover {
  cursor: copy;
  text-decoration: none;
  background: transparent url("../images/general/calendar_cells_column_selected.gif") repeat-y top left;
}

/* line 213, ../sass/_components_extranet.scss */
.calendar .week .na {
  color: #999;
}

/* line 214, ../sass/_components_extranet.scss */
.calendar .selected a {
  background: transparent url("../images/general/calendar_cells_column_selected.gif") repeat-y top left;
}

/* line 215, ../sass/_components_extranet.scss */
.calendar .selected a {
  border: 2px solid #f58025;
  color: #f58025;
  font-weight: bold;
}

/* line 217, ../sass/_components_extranet.scss */
.tour_code span {
  font-weight: bold;
  text-transform: uppercase;
}

/* row actions */
/* line 220, ../sass/_components_extranet.scss */
.row_actions {
  margin-top: 5px;
  width: 111px;
  float: right;
  text-align: right;
  padding: 8px 0 8px 8px;
}

/* line 221, ../sass/_components_extranet.scss */
.row_actions .btn {
  float: right;
  width: 65px;
}

/* line 223, ../sass/_components_extranet.scss */
.add_link, .edit_link, .remove_link {
  font-size: 11px;
  font-weight: bold;
  text-transform: uppercase;
  line-height: 24px;
  display: inline-block;
  padding-left: 26px;
  float: right;
  color: #239725;
  background: transparent url(../images/general/icon_add.gif) no-repeat top left;
  margin-bottom: -3px;
}

/* line 224, ../sass/_components_extranet.scss */
.add_link:hover, .edit_link:hover {
  color: #239725;
}

/* line 225, ../sass/_components_extranet.scss */
.remove_link:hover {
  color: #d73722;
}

/* line 226, ../sass/_components_extranet.scss */
.add_icon {
  cursor: copy;
  font-size: 11px;
  font-weight: bold;
  text-transform: uppercase;
  line-height: 24px;
  display: inline-block;
  padding-left: 26px;
  float: right;
  color: #239725;
  background: transparent url(../images/general/icon_add.png) no-repeat top left;
  margin-bottom: -3px;
}

/* line 227, ../sass/_components_extranet.scss */
.add_icon:hover {
  text-decoration: none;
}

/* line 229, ../sass/_components_extranet.scss */
.edit_link {
  background: transparent url(../images/general/icon_edit.gif) no-repeat top left;
  margin-right: 10px;
}

/* line 230, ../sass/_components_extranet.scss */
.remove_link {
  background: transparent url(../images/general/icon_remove.gif) no-repeat top left;
  color: #d73722;
  margin-right: 10px;
}

/* line 231, ../sass/_components_extranet.scss */
.cancel_link {
  margin-right: 5px;
  font-size: 12px;
  margin-top: 5px;
  float: left;
}

/* line 233, ../sass/_components_extranet.scss */
.week_header {
  padding: 10px;
  position: relative;
  clear: both;
}

/* line 234, ../sass/_components_extranet.scss */
.week_header h3 {
  font-weight: bold;
  font-size: 18px;
}

/* line 235, ../sass/_components_extranet.scss */
.week_header a, .day_header a {
  color: #fff;
}

/* line 236, ../sass/_components_extranet.scss */
.week_header .add_link {
  background: transparent url(../images/general/icon_add_darkbg.gif) no-repeat top left;
  position: absolute;
  top: 18px;
  right: 10px;
}

/* line 237, ../sass/_components_extranet.scss */
.week_header .add_link:hover, .day_header .add_link:hover {
  color: #fff;
}

/* line 238, ../sass/_components_extranet.scss */
.week_header span {
  font-size: 12px;
  font-weight: normal;
}

/* line 240, ../sass/_components_extranet.scss */
.day_header {
  background-color: #8e867d;
  padding: 10px;
  color: #fff;
  margin-top: 1px;
  position: relative;
}

/* line 241, ../sass/_components_extranet.scss */
.day_header h4 {
  font-weight: bold;
  font-size: 14px;
  float: left;
  width: 390px;
}

/* line 242, ../sass/_components_extranet.scss */
.day_header a:hover {
  color: #fff;
}

/* line 243, ../sass/_components_extranet.scss */
.day_header .row_actions .author {
  color: #fff;
}

/* line 244, ../sass/_components_extranet.scss */
.day_header .btn {
  background: transparent url(../images/general/btn_daybg.gif) no-repeat top left;
}

/* line 245, ../sass/_components_extranet.scss */
.day_header .btn button {
  background: transparent url(../images/general/btn_daybg.gif) no-repeat bottom right;
}

/* line 246, ../sass/_components_extranet.scss */
.day_header .add_link {
  background: transparent url(../images/general/icon_add_daybg.gif) no-repeat top left;
}

/* line 247, ../sass/_components_extranet.scss */
.day_header .edit_link {
  background-image: url(../images/general/icon_edit_daybg.gif);
}

/* line 248, ../sass/_components_extranet.scss */
.day_header .remove_link {
  background-image: url(../images/general/icon_remove_daybg.gif);
}

/* line 250, ../sass/_components_extranet.scss */
.tour_option_box {
  border: 1px solid #8e867d;
  border-bottom: 0;
}

/* line 251, ../sass/_components_extranet.scss */
.tour_option_row {
  background-color: #f2f1ef;
  padding: 0 10px;
  border-bottom: 1px solid #8E867D;
  position: relative;
}

/* line 252, ../sass/_components_extranet.scss */
.tour_option_row .btn {
  background-position: 0 -100px;
}

/* line 253, ../sass/_components_extranet.scss */
.tour_option_row .btn button, .tour_option_row .btn a {
  background-position: right -100px;
}

/* line 255, ../sass/_components_extranet.scss */
.tour_option_row .btn.disabled {
  background-position: 0 -1100px;
}

/* line 256, ../sass/_components_extranet.scss */
.tour_option_row .btn.disabled button, .tour_option_row .btn.disabled a {
  background: url("../images/general/btns.gif") no-repeat scroll right -1100px #ffffff;
}

/* line 258, ../sass/_components_extranet.scss */
.tour_option_row .delete {
  background-image: none;
  width: 46px;
}

/* line 259, ../sass/_components_extranet.scss */
.tour_option_row .delete button {
  margin-right: 5px;
  background: url(../images/general/btn_delete.gif) no-repeat scroll right top transparent;
  text-indent: -9999px;
  margin-left: 0;
  width: 41px;
  padding: 0;
}

/* line 261, ../sass/_components_extranet.scss */
.tour_option_row strong, .tour_option_row .code {
  font-size: 11px;
  text-transform: uppercase;
  color: #333;
  display: block;
  margin-top: 3px;
}

/* line 262, ../sass/_components_extranet.scss */
.tour_option_row strong {
  display: inline;
}

/* line 263, ../sass/_components_extranet.scss */
.deal, .net, .seats {
  color: #6c665c;
  font-weight: bold;
  line-height: 1.3;
  text-transform: uppercase;
  margin-left: 1px;
}

/* line 265, ../sass/_components_extranet.scss */
.has_deal {
  background: #f2f1ef url(../images/general/tour_option_vert.gif) repeat-y scroll 0 0;
}

/* line 266, ../sass/_components_extranet.scss */
.updated {
  background-color: #d5e8bc;
  color: #6b9433;
}

/* line 268, ../sass/_components_extranet.scss */
.unavailable .tour_option_name {
  width: 350px;
}

/* line 269, ../sass/_components_extranet.scss */
.unavailable p {
  text-align: right;
  padding-top: 8px;
}

/* line 270, ../sass/_components_extranet.scss */
.tour_option_name {
  width: 170px;
  float: left;
  padding: 8px 8px 8px 0;
  line-height: 1.3;
}

/* line 271, ../sass/_components_extranet.scss */
.tour_option_day {
  width: 220px;
}

/* line 272, ../sass/_components_extranet.scss */
.deal {
  width: 114px;
  float: left;
  padding: 8px;
}

/* line 273, ../sass/_components_extranet.scss */
.net {
  width: 105px;
  float: left;
  padding: 8px;
}

/* line 274, ../sass/_components_extranet.scss */
.seats {
  width: 71px;
  float: left;
  padding: 8px 7px 8px 8px;
}

/* line 276, ../sass/_components_extranet.scss */
.blocked {
  background-color: #d7d5d2;
  color: #999;
}

/* line 277, ../sass/_components_extranet.scss */
.blocked .row_actions {
  font-style: italic;
}

/* line 278, ../sass/_components_extranet.scss */
.blocked strong, .blocked .code {
  color: #999;
}

/* line 279, ../sass/_components_extranet.scss */
.blocked .row_actions .btn {
  background-position: 0 -400px;
  font-style: normal;
  margin-left: 5px;
}

/* line 280, ../sass/_components_extranet.scss */
.blocked .row_actions .btn button, .blocked .row_actions .btn a {
  background-position: right -400px;
}

/* line 281, ../sass/_components_extranet.scss */
.blocked.has_deal {
  background: url("../images/general/tour_option_vert_blocked.gif") repeat-y scroll 0 0 #d7d5d2;
}

/* line 283, ../sass/_components_extranet.scss */
.add_deal {
  background-color: #c7e2eb;
}

/* line 284, ../sass/_components_extranet.scss */
.add_deal .author {
  margin: 15px 0 0;
  font-size: 12px;
  color: #666;
  width: 445px;
  float: left;
}

/* line 285, ../sass/_components_extranet.scss */
.add_deal .btn {
  width: 100px;
  background-position: 0 -500px;
}

/* line 286, ../sass/_components_extranet.scss */
.add_deal .btn a, .add_deal .btn button {
  background-position: right -500px;
}

/* line 287, ../sass/_components_extranet.scss */
.add_deal .row_actions {
  width: 160px;
  margin-top: 0;
}

/* line 289, ../sass/_components_extranet.scss */
.deal_details {
  background: #e0eff4 url(../images/general/deal_details_vert.gif) repeat-y top left;
  border: 6px solid #fff;
  clear: both;
}

/* line 290, ../sass/_components_extranet.scss */
.deal_details .fieldset {
  text-align: left;
  float: left;
  width: 187px;
  padding: 0 6px 10px;
  display: block;
  clear: none;
}

/* line 291, ../sass/_components_extranet.scss */
.deal_details .fieldsetlegend {
  font-size: 16px;
  font-weight: bold;
  color: #3cb0d5;
  display: block;
  float: left;
  width: 187px;
  padding-top: 10px;
  padding-bottom: 5px;
  text-align: left;
}

/** html .deal_details legend { width: 167px; }*/
/* line 293, ../sass/_components_extranet.scss */
.deal_details .fieldsetlegend strong {
  display: block;
  color: #e37222;
}

/* line 294, ../sass/_components_extranet.scss */
.deal_details input {
  border-right: 0;
  float: left;
}

/* line 295, ../sass/_components_extranet.scss */
.deal_details input.text {
  font-size: 20px;
  width: 38px;
  font-weight: bold;
  color: #333;
  text-align: right;
}

/* line 296, ../sass/_components_extranet.scss */
.deal_details label .asterisk {
  margin-left: 21px;
}

/* line 298, ../sass/_components_extranet.scss */
.deal_details div {
  clear: both;
  text-align: left;
}

/* line 299, ../sass/_components_extranet.scss */
.deal_details #time .timezone {
  display: block;
  clear: both;
}

/* line 302, ../sass/_components_extranet.scss */
.deal_number {
  color: #333333;
  clear: both;
}

/* line 303, ../sass/_components_extranet.scss */
.deal_number .number {
  font-weight: bold;
  font-size: 16px;
}

/* line 304, ../sass/_components_extranet.scss */
.deal_number .suffixup {
  vertical-align: 0.6em;
  font-size: 14px;
}

/* line 305, ../sass/_components_extranet.scss */
.deal_number em {
  font-style: normal;
}

/* line 306, ../sass/_components_extranet.scss */
#step3 p.deal_number {
  color: #333333;
  margin-bottom: 0;
}

/*.deal_number .timezone { display: block; line-height: 1; }*/
/* line 310, ../sass/_components_extranet.scss */
.input_controls {
  display: block;
  float: left;
  width: 15px;
  border: 1px solid #E0DBD5;
  border-left: 0;
  background-color: #fff;
}

/* line 311, ../sass/_components_extranet.scss */
.input_controls a {
  display: block;
}

/* line 312, ../sass/_components_extranet.scss */
.input_controls .up {
  margin-bottom: 2px;
}

/* line 314, ../sass/_components_extranet.scss */
.deal_details .disabled input {
  color: #ccc;
  background-color: #eee;
}

/* line 315, ../sass/_components_extranet.scss */
.deal_details .disabled .input_controls {
  background-color: #eee;
}

/* line 317, ../sass/_components_extranet.scss */
#step1 label, #step2 .seat_num label, #step3 label {
  float: left;
}

/* line 318, ../sass/_components_extranet.scss */
#step1 label {
  margin-top: 5px;
  margin-left: 5px;
}

/* line 319, ../sass/_components_extranet.scss */
#step2 {
  margin: 0 1px;
  display: inline;
}

/* line 320, ../sass/_components_extranet.scss */
#step2 .seat_num {
  padding-left: 21px;
  margin-left: 0;
  margin-top: 0;
  float: left;
  display: inline;
  background-image: none;
  background-color: transparent;
}

/* line 321, ../sass/_components_extranet.scss */
#step2 .seat_num label {
  width: 90px;
  margin-left: 5px;
  line-height: 1.2;
}

/* line 322, ../sass/_components_extranet.scss */
#step3 p {
  clear: both;
  font-size: 11px;
  color: #666;
  margin-bottom: 5px;
}

/* line 323, ../sass/_components_extranet.scss */
#step3 label {
  width: 50px;
  margin-left: 5px;
  line-height: 1.2;
}

/* line 325, ../sass/_components_extranet.scss */
.deal_details #step2 {
  width: 227px;
}

/* line 326, ../sass/_components_extranet.scss */
.deal_details #step3 {
  width: 147px;
}

/* line 327, ../sass/_components_extranet.scss */
.deal_details #step2 .fieldsetlegend {
  width: 227px;
}

/* line 328, ../sass/_components_extranet.scss */
.deal_details #step3 .fieldsetlegend {
  width: 147px;
}

/* line 330, ../sass/_components_extranet.scss */
.current_seats {
  clear: both;
  font-size: 12px;
}

/* line 331, ../sass/_components_extranet.scss */
.current_seats .input {
  margin-top: 3px;
  background-color: #edf5f8;
}

/* line 332, ../sass/_components_extranet.scss */
.current_seats input.text {
  font-size: 14px;
  width: 25px;
  clear: left;
}

/* line 333, ../sass/_components_extranet.scss */
.current_seats label {
  margin-top: 5px;
}

/* line 334, ../sass/_components_extranet.scss */
.current_seats input {
  border: 1px solid #E0DBD5;
}

/* line 336, ../sass/_components_extranet.scss */
.asterisk {
  font-size: 11px;
  font-weight: normal;
  color: #666;
  display: block;
  clear: both;
}

/* line 337, ../sass/_components_extranet.scss */
.note strong {
  display: block;
  color: #666666;
}

/* line 338, ../sass/_components_extranet.scss */
.note em {
  font-style: normal;
  font-weight: bold;
}

/* line 339, ../sass/_components_extranet.scss */
.note {
  clear: both;
  font-size: 12px;
  color: #666;
  padding-top: 10px;
  border-top: 1px solid #e0eff4;
}

/* line 341, ../sass/_components_extranet.scss */
.blockout .deal {
  margin-left: 217px;
  display: inline;
}

/* line 342, ../sass/_components_extranet.scss */
.blockout .has_deal {
  background-position: top right;
}

/* line 343, ../sass/_components_extranet.scss */
.blockout .row_actions {
  width: 100px;
}

/* line 344, ../sass/_components_extranet.scss */
.blockout .row_actions .btn {
  width: 100px;
}

/* line 345, ../sass/_components_extranet.scss */
.blockout .blocked .row_actions {
  width: 300px;
}

/* line 346, ../sass/_components_extranet.scss */
.blockout .blocked .row_actions .btn {
  /* background-position: 0 -400px; font-style: normal; */
  width: 130px;
  /*margin-left: 5px; */
}

/*.blockout .blocked .row_actions .btn button, .blockout .blocked .row_actions .btn a { background-position: right -400px; }*/
/* line 349, ../sass/_components_extranet.scss */
.blockout .row_actions .btn.disabled {
  background-position: 0 -1200px;
}

/* line 350, ../sass/_components_extranet.scss */
.blockout .row_actions .btn.disabled button, .blockout .row_actions .btn.disabled a {
  background-position: right -1200px;
}

/* line 352, ../sass/_components_extranet.scss */
.blockout .blocked .row_actions .btn.disabled {
  background-position: 0 -1300px;
}

/* line 353, ../sass/_components_extranet.scss */
.blockout .blocked .row_actions .btn.disabled button, .blockout .blocked .row_actions .btn.disabled a {
  background-position: right -1300px;
}

/* line 355, ../sass/_components_extranet.scss */
.mem_deal .blocked .row_actions {
  width: 160px;
}

/* line 356, ../sass/_components_extranet.scss */
.mem_deal .blocked .row_actions .delete button, .mem_deal .blocked .row_actions .delete a {
  background-position: 0 -100px;
}

/* line 357, ../sass/_components_extranet.scss */
.mem_deal .blocked.has_deal .row_actions {
  width: 111px;
}

/* line 358, ../sass/_components_extranet.scss */
.mem_deal .blocked.has_deal .btn {
  margin-left: 0;
}

/* line 360, ../sass/_components_extranet.scss */
.accountingCode {
  padding: 10px 0 0 0;
  clear: both;
}

/* line 361, ../sass/_components_extranet.scss */
.accountingCode .input {
  background-color: #E0EFF4;
}

/* line 362, ../sass/_components_extranet.scss */
.accountingCode .note {
  border: 0 none;
}

/* line 364, ../sass/_components_extranet.scss */
#main .module {
  float: left;
  background: #e0dbd5 url(../images/general/main_module_bg.gif) no-repeat right bottom;
  padding-bottom: 10px;
}

/* line 365, ../sass/_components_extranet.scss */
#main .module h2 {
  background: transparent url(../images/general/main_module_bg.gif) no-repeat left top;
  padding: 10px;
  font-size: 18px;
  font-weight: bold;
}

/* line 366, ../sass/_components_extranet.scss */
#main .module p {
  font-size: 14px;
  color: #666;
}

/* line 367, ../sass/_components_extranet.scss */
#main .module form {
  padding: 0 10px;
}

/* line 368, ../sass/_components_extranet.scss */
#main .module form p {
  padding: 0;
}

/* line 369, ../sass/_components_extranet.scss */
#main .module form .radio {
  margin-left: 0;
  float: left;
}

/* line 370, ../sass/_components_extranet.scss */
#main .module form .date_select p {
  padding-left: 25px;
  width: 300px;
  clear: both;
}

/* line 371, ../sass/_components_extranet.scss */
#main .module form .date_select input {
  width: 120px;
  float: left;
}

/* line 372, ../sass/_components_extranet.scss */
#main .module form .radio_report {
  margin-left: 20px;
  float: left;
}

/* line 373, ../sass/_components_extranet.scss */
#main .module form .feedback {
  padding: 10px;
  -moz-border-radius: 5px 5px 5px 5px;
  margin-top: 10px;
  width: 410px;
  background-image: none;
}

/* line 374, ../sass/_components_extranet.scss */
#main .module form .feedbackEmail {
  padding: 10px;
  -moz-border-radius: 5px 5px 5px 5px;
  margin-top: 10px;
  width: 404px;
  background-image: none;
  height: 40px;
  border: 3px solid #F2F1EF;
}

/* line 375, ../sass/_components_extranet.scss */
#main .module form .additional {
  font-size: 6px;
  margin-top: 300px;
  height: 200px;
  display: block;
}

/* line 377, ../sass/_components_extranet.scss */
#main .subtabs_main .unit1of2 {
  width: 442px;
}

/* line 378, ../sass/_components_extranet.scss */
#main .subtabs_main .unit1of1 {
  width: 904px;
  background-image: url(../images/general/main_module_wide_bg.gif);
}

/* line 379, ../sass/_components_extranet.scss */
#main .subtabs_main .unit1of1 h2 {
  background-image: url(../images/general/main_module_wide_bg.gif);
}

/* line 381, ../sass/_components_extranet.scss */
#main .intro {
  clear: both;
}

/* line 382, ../sass/_components_extranet.scss */
#main .intro h2 {
  padding-top: 20px;
}

/* line 384, ../sass/_components_extranet.scss */
#main .showdetails {
  width: 500px;
  display: inline-block;
}

/* line 386, ../sass/_components_extranet.scss */
#main .module form .date_select label {
  float: left;
  width: 50px;
  text-align: right;
  color: #333;
  font-weight: normal;
  padding-top: 5px;
  padding-right: 5px;
}

/* line 387, ../sass/_components_extranet.scss */
#main .module form .radio_report label {
  float: left;
  width: 350px;
  text-align: left;
  color: #333;
  font-weight: normal;
  padding-right: 5px;
}

/* line 389, ../sass/_components_extranet.scss */
.blockouts-display-errors {
  float: right;
  width: 659px;
}

/* line 392, ../sass/_components_extranet.scss */
#main .blockouts-list .available {
  background-color: #5cb85c;
}
/* line 395, ../sass/_components_extranet.scss */
#main .blockouts-list .blocked-out {
  background-color: #00b5d6;
}
/* line 398, ../sass/_components_extranet.scss */
#main .blockouts-list .prod-blocked-out {
  background-color: #d9534f;
}
/* line 402, ../sass/_components_extranet.scss */
#main .blockouts-list tbody tr th {
  background-color: #8e867d;
}
/* line 406, ../sass/_components_extranet.scss */
#main .blockouts-list tbody tr:first-child th {
  border-top: 1px solid #8e867d !important;
}
/* line 410, ../sass/_components_extranet.scss */
#main .blockouts-list td {
  border: 1px solid #ffffff;
  background-color: #eee;
  height: 50px;
  width: 60px;
  padding: 0;
}
/* line 418, ../sass/_components_extranet.scss */
#main .blockouts-list th {
  border: 1px solid #aaaaaa;
}
/* line 422, ../sass/_components_extranet.scss */
#main .blockouts-list th.clickable:hover {
  background-color: #827d74;
}
/* line 426, ../sass/_components_extranet.scss */
#main .blockouts-list label {
  height: 48px;
  width: 58px;
  vertical-align: middle;
  display: block;
}
/* line 433, ../sass/_components_extranet.scss */
#main .blockouts-list label input {
  height: 100%;
  margin: 0;
  vertical-align: middle;
  cursor: copy;
}

/* line 441, ../sass/_components_extranet.scss */
.table-scroll {
  border: 0 none;
}
/* line 444, ../sass/_components_extranet.scss */
.table-scroll .th-first-col {
  width: 222px !important;
}
/* line 446, ../sass/_components_extranet.scss */
.table-scroll tbody,
.table-scroll thead tr {
  display: block;
}
/* line 449, ../sass/_components_extranet.scss */
.table-scroll tbody {
  height: 400px;
  overflow-y: scroll;
  background-color: #eeeeee;
  border-bottom: 1px solid #e0dbd5;
}
/* line 456, ../sass/_components_extranet.scss */
.table-scroll tbody td,
.table-scroll thead th {
  width: 60px;
}
/* line 461, ../sass/_components_extranet.scss */
.table-scroll thead th:last-child {
  width: 76px;
}
/* line 465, ../sass/_components_extranet.scss */
.table-scroll tbody td:last-child,
.table-scroll thead th:last-child {
  border-right: none !important;
}
/* line 470, ../sass/_components_extranet.scss */
.table-scroll tbody tr th {
  border-right: 0 none !important;
}

/* REPORTS */
/* line 476, ../sass/_components_extranet.scss */
#email label em {
  color: #333;
  font-size: 12px;
  font-weight: normal;
  font-style: normal;
}

/* line 477, ../sass/_components_extranet.scss */
#download, #email {
  height: 600px;
}

/* line 478, ../sass/_components_extranet.scss */
#download {
  margin-right: 20px;
  display: inline;
}

/* line 479, ../sass/_components_extranet.scss */
#download p {
  padding: 0 10px;
}

/* line 480, ../sass/_components_extranet.scss */
#email .radio {
  float: left;
  clear: left;
}

/* line 481, ../sass/_components_extranet.scss */
#email label {
  float: left;
  width: 400px;
}

/* line 482, ../sass/_components_extranet.scss */
#email div {
  float: left;
}

/* line 483, ../sass/_components_extranet.scss */
#download .btn, #email .btn {
  clear: both;
}

/* line 484, ../sass/_components_extranet.scss */
* html #download .btn {
  width: 200px;
}

/* IE 6 */
/* line 485, ../sass/_components_extranet.scss */
#field_name {
  width: 130px;
}

/* line 486, ../sass/_components_extranet.scss */
#eg {
  width: 220px;
}

/* line 487, ../sass/_components_extranet.scss */
#changeEmailSetting, #downloadBookingReport {
  width: 200px;
}

/* BOOKINGS */
/* line 492, ../sass/_components_extranet.scss */
.pagination {
  padding: 10px 0;
  text-align: right;
  width: 300px;
  float: right;
}

/* line 493, ../sass/_components_extranet.scss */
.pagination span {
  color: #999;
}

/* line 494, ../sass/_components_extranet.scss */
.pagination a {
  background-color: #e0eff4;
}

/* line 495, ../sass/_components_extranet.scss */
.pagination .current {
  background-color: #f2f1ef;
  color: #6c665c;
}

/* line 496, ../sass/_components_extranet.scss */
.pagination a, .pagination span {
  padding: 5px 8px;
}

/* line 498, ../sass/_components_extranet.scss */
.legend {
  float: right;
  width: 140px;
  padding: 15px 0;
}

/* line 499, ../sass/_components_extranet.scss */
.legend p {
  background-color: #f8d7da;
}

/* line 500, ../sass/_components_extranet.scss */
.key_traveling_soon {
  float: right;
  color: rgba(0, 0, 0, 0.85);
  margin: 0;
  padding-left: 3px;
}

/* line 501, ../sass/_components_extranet.scss */
.filter-show {
  width: 300px;
  float: right;
}

/* line 502, ../sass/_components_extranet.scss */
.filter-sort {
  padding: 3px;
  width: 250px;
  float: right;
  clear: right;
}

/* line 504, ../sass/_components_extranet.scss */
.calendar_icon {
  float: right;
  width: 21px;
  padding-top: 4px;
  margin: 0 0 0 3px;
}

/* line 505, ../sass/_components_extranet.scss */
.calendar_icon img {
  float: none;
}

/* table header */
/* line 508, ../sass/_components_extranet.scss */
.col_header {
  text-transform: uppercase;
  font-size: 12px;
  font-weight: bold;
  background-color: #6c665c;
  color: #fff;
  padding: 8px 5px;
}

/* line 509, ../sass/_components_extranet.scss */
.trav_date {
  width: 95px;
  float: left;
  padding: 8px 0 8px 10px;
}

/* line 510, ../sass/_components_extranet.scss */
.booking_details {
  width: 631px;
  float: left;
  padding: 8px 5px;
}

/* line 511, ../sass/_components_extranet.scss */
.tracking {
  width: 200px;
  float: left;
  padding: 8px 10px 8px 0;
  text-align: right;
}

/* travel date*/
/* line 514, ../sass/_components_extranet.scss */
.date_cell {
  background-color: #ffffff;
  border: 4px solid #dfdedb;
  border-radius: 6px;
  display: block;
  float: left;
  height: 100px;
  text-align: center;
  width: 85px;
}

/* line 524, ../sass/_components_extranet.scss */
.weekday {
  background-color: #00759a;
  border-radius: 2px 2px 0 0;
  color: #fff;
  display: block;
  font-size: 12px;
  font-weight: bold;
  padding: 3px 0;
}

/* line 533, ../sass/_components_extranet.scss */
.dd {
  display: block;
  font-size: 40px;
  font-weight: bold;
  letter-spacing: -1px;
  line-height: 1;
  padding-top: 5px;
}

/* line 541, ../sass/_components_extranet.scss */
.mmm_yyyy {
  display: block;
  font-size: 12px;
  font-weight: bold;
  text-transform: uppercase;
}

/* line 548, ../sass/_components_extranet.scss */
.bookings_row_box {
  background: transparent url(../images/general/bookings_row_border.gif) repeat-y top left;
  clear: both;
}

/* line 549, ../sass/_components_extranet.scss */
.bookings_row {
  margin: 0 1px;
  border-bottom: 1px solid #8E867D;
  background-color: #f2f1ef;
  display: table;
  height: 100%;
}

/* line 550, ../sass/_components_extranet.scss */
.booking_summary_header {
  padding: 5px 0;
}

/* line 551, ../sass/_components_extranet.scss */
.booking_summary_header p {
  margin: 0;
}

/* line 552, ../sass/_components_extranet.scss */
.bookings_row .status {
  background-color: transparent;
  color: #333;
}

/* line 553, ../sass/_components_extranet.scss */
.bookings_row .status .amended {
  color: #009933;
}

/* line 554, ../sass/_components_extranet.scss */
.bookings_row .status .cancelled {
  color: #0099cc;
}

/* line 555, ../sass/_components_extranet.scss */
.bookings_row .tracking .amended {
  color: #009933;
}

/* line 556, ../sass/_components_extranet.scss */
.bookings_row .tracking .cancelled {
  color: #0099cc;
}

/* line 558, ../sass/_components_extranet.scss */
.bookings_row .attention,
.bookings_row .status,
.bookings_row .tracking {
  border-left: 1px dashed #d4d0ca;
  display: table-cell;
  float: none;
  font-size: 11px;
  padding: 0 0 0 10px;
  text-transform: uppercase;
}

/* line 568, ../sass/_components_extranet.scss */
.bookings_row .attention {
  width: 150px;
}

/* line 569, ../sass/_components_extranet.scss */
.bookings_row .status {
  width: 150px;
}

/* line 570, ../sass/_components_extranet.scss */
.bookings_row .tracking {
  width: 164px;
}

/* line 572, ../sass/_components_extranet.scss */
.booking_summary_body {
  border-top: 1px dashed #d4d0ca;
  padding-top: 10px;
}

/* line 573, ../sass/_components_extranet.scss */
.booking_summary_body p {
  margin: 0;
}

/* line 574, ../sass/_components_extranet.scss */
.booking_summary_body .bookings_travelers {
  float: left;
  width: 350px;
}

/* line 575, ../sass/_components_extranet.scss */
.bookings_row .booking_summary {
  width: 829px;
  padding: 0 10px 8px 10px;
  float: left;
}

/* line 576, ../sass/_components_extranet.scss */
.bookings_row .booking_summary .product_name {
  display: table-cell;
  vertical-align: top;
  width: 320px;
  padding-right: 10px;
}

/* line 582, ../sass/_components_extranet.scss */
.bookings_row .attention.border-none {
  border: 0 none;
}

/* line 586, ../sass/_components_extranet.scss */
.bookings_row .booking_summary .product_name h3 {
  margin: 0;
  padding: 0;
  font-size: 18px;
  line-height: 1.2;
}

/* line 587, ../sass/_components_extranet.scss */
.bookings_row .booking_summary .toggle_link {
  clear: both;
  font-size: 12px;
  margin-bottom: 0;
}

/* line 588, ../sass/_components_extranet.scss */
.bookings_row .booking_summary .intro {
  background-color: transparent;
}

/* line 590, ../sass/_components_extranet.scss */
.booking_history_table table {
  background-color: #ffffff;
  font-size: 12px;
}

/* line 591, ../sass/_components_extranet.scss */
.booking_history_table .intro {
  padding: 15px 0 5px 0;
}

/* line 592, ../sass/_components_extranet.scss */
.booking_history_table .history_date_time {
  width: 110px;
}

/* line 593, ../sass/_components_extranet.scss */
.booking_history_table .history_status {
  width: 155px;
}

/* line 594, ../sass/_components_extranet.scss */
.booking_history_table .history_author {
  width: 120px;
}

/* line 595, ../sass/_components_extranet.scss */
.booking_history_table .history_supplier_ref {
  width: 120px;
}

/* line 597, ../sass/_components_extranet.scss */
.bookings_action {
  float: right;
  width: 455px;
}

/* line 598, ../sass/_components_extranet.scss */
.bookings_action .alert {
  font-size: 11px;
  color: #fff;
  font-weight: bold;
  text-transform: uppercase;
  text-align: right;
  text-align: center;
}

/* line 599, ../sass/_components_extranet.scss */
.bookings_action .btn {
  float: right;
  margin-left: 5px;
  margin-top: 0;
}

/* line 601, ../sass/_components_extranet.scss */
.bookings_action .btn button {
  width: 125px;
}

/* line 602, ../sass/_components_extranet.scss */
.bookings_action .btn {
  background-position: 0 -100px;
}

/* line 603, ../sass/_components_extranet.scss */
.bookings_action .btn button, .bookings_action .btn a {
  background-position: right -100px;
}

/* line 604, ../sass/_components_extranet.scss */
.bookings_action .reject {
  background-position: 0 -800px;
}

/* line 605, ../sass/_components_extranet.scss */
.bookings_action .reject a {
  background-position: right -800px;
}

/* line 606, ../sass/_components_extranet.scss */
.bookings_action .btn_alt {
  background-position: 0 -1600px;
}

/* line 607, ../sass/_components_extranet.scss */
.bookings_action .btn_alt a {
  background-position: right -1600px;
}

/* line 608, ../sass/_components_extranet.scss */
.bookings_action .btn_secondary {
  background-position: 0 -1200px;
}

/* line 609, ../sass/_components_extranet.scss */
.bookings_action .btn_secondary a {
  background-position: right -1200px;
}

/* line 611, ../sass/_components_extranet.scss */
.bookings_action .print {
  background-position: 0 -1400px;
}

/* line 612, ../sass/_components_extranet.scss */
.bookings_action .print a {
  background-position: right -1400px;
  background-color: #F2F1EF;
  margin-left: 25px;
  padding: 0 10px 0 0;
}

/* line 614, ../sass/_components_extranet.scss */
.bookings_action .line {
  padding-bottom: 10px;
}

/* line 616, ../sass/_components_extranet.scss */
.booking_summary_body .print {
  float: right;
}

/* line 617, ../sass/_components_extranet.scss */
.response_urgent .bookings_action .print {
  background-position: 0 -1400px;
}

/* line 618, ../sass/_components_extranet.scss */
.response_urgent .bookings_action .print a {
  background-position: right -1400px;
  background-color: #FFD7D6;
}

/* line 620, ../sass/_components_extranet.scss */
.response_warning {
  background-color: #fdeedb;
}

/* line 621, ../sass/_components_extranet.scss */
.response_warning .date_cell {
  border-color: #ecdcc7;
}

/* line 624, ../sass/_components_extranet.scss */
.response_warning .attention,
.response_warning .status,
.response_warning .tracking {
  border-color: #f58025;
}

/* line 629, ../sass/_components_extranet.scss */
.response_warning .booking_summary_body {
  border-color: #FBCCA7;
}

/* line 630, ../sass/_components_extranet.scss */
.response_warning .btn {
  background-position: 0 -200px;
}

/* line 631, ../sass/_components_extranet.scss */
.response_warning .btn button, .response_warning .btn a {
  background-position: right -200px;
}

/* line 632, ../sass/_components_extranet.scss */
.response_warning .reject {
  background-position: 0 -900px;
}

/* line 633, ../sass/_components_extranet.scss */
.response_warning .reject button, .response_warning .reject a {
  background-position: right -900px;
}

/* line 634, ../sass/_components_extranet.scss */
.response_warning .btn_alt {
  background-position: 0 -1700px;
}

/* line 635, ../sass/_components_extranet.scss */
.response_warning .btn_alt a {
  background-position: right -1700px;
}

/* line 638, ../sass/_components_extranet.scss */
.response_urgent {
  background-color: #ffd7d6;
}

/* line 639, ../sass/_components_extranet.scss */
.response_urgent .date_cell {
  border-color: #edc8c7;
}

/* line 642, ../sass/_components_extranet.scss */
.response_urgent .attention,
.response_urgent .status,
.response_urgent .tracking {
  border-color: #f0afad;
}

/* line 647, ../sass/_components_extranet.scss */
.response_urgent .booking_summary_body {
  border-color: #f0afad;
}

/* line 648, ../sass/_components_extranet.scss */
.response_urgent .btn {
  background-position: 0 -300px;
}

/* line 649, ../sass/_components_extranet.scss */
.response_urgent .btn button, .response_urgent .btn a {
  background-position: right -300px;
}

/* line 650, ../sass/_components_extranet.scss */
.response_urgent .reject {
  background-position: 0 -1000px;
}

/* line 651, ../sass/_components_extranet.scss */
.response_urgent .reject button, .response_urgent .reject a {
  background-position: right -1000px;
}

/* line 652, ../sass/_components_extranet.scss */
.response_urgent .btn_alt {
  background-position: 0 -1800px;
}

/* line 653, ../sass/_components_extranet.scss */
.response_urgent .btn_alt a {
  background-position: right -1800px;
}

/* line 656, ../sass/_components_extranet.scss */
.traveling_soon .date_cell {
  border-color: #efb5b3;
}
/* line 657, ../sass/_components_extranet.scss */
.traveling_soon .weekday {
  background-color: #da4b38;
}
/* line 658, ../sass/_components_extranet.scss */
.traveling_soon .dd {
  position: relative;
}
/* line 659, ../sass/_components_extranet.scss */
.traveling_soon .danger-star {
  display: block;
}

/* line 664, ../sass/_components_extranet.scss */
.danger-star {
  display: none;
  position: absolute;
  font-size: 26px;
  font-weight: normal;
  left: 5px;
  color: #da4b38;
}

/* line 673, ../sass/_components_extranet.scss */
.response_locked {
  background-color: #cccccc;
  opacity: 0.5;
  filter: alpha(opacity=50);
}

/* line 675, ../sass/_components_extranet.scss */
.response_locked .attention {
  color: #D73722;
}

/* line 676, ../sass/_components_extranet.scss */
.response_required .attention {
  color: #D73722;
}

/* line 678, ../sass/_components_extranet.scss */
.freesale {
  border: 0;
  margin-bottom: 0;
  margin-top: 10px;
}

/* line 679, ../sass/_components_extranet.scss */
.freesale .booking_summary_body {
  border-color: #AED5E2;
}

/* line 682, ../sass/_components_extranet.scss */
.freesale .attention,
.freesale .status,
.freesale .tracking {
  border-color: #AED5E2;
}

/* line 687, ../sass/_components_extranet.scss */
.freesale .confirm_freesale {
  background-color: #e0eff4;
  border: 6px solid #fff;
  padding: 0;
}

/* line 688, ../sass/_components_extranet.scss */
.freesale .confirm_freesale h3 {
  font-size: 16px;
  color: #3cb0d5;
  line-height: 1.5;
  padding: 10px 10px 0;
}

/* line 689, ../sass/_components_extranet.scss */
.freesale .confirm_freesale p {
  padding: 0 10px;
  margin-bottom: 10px;
}

/* line 690, ../sass/_components_extranet.scss */
.freesale .date_cell {
  background-image: url(../images/general/date_cell_formbg.gif);
}

/* line 692, ../sass/_components_extranet.scss */
.confirm_freesale .bookings_action {
  position: static;
  width: 210px;
  float: right;
  top: 0;
  padding-right: 10px;
  padding-bottom: 10px;
}

/* line 693, ../sass/_components_extranet.scss */
.confirm_freesale .bookings_action .btn button {
  width: 140px;
  background-position: right -600px;
}

/* line 694, ../sass/_components_extranet.scss */
.confirm_freesale a {
  font-size: 12px;
}

/* line 695, ../sass/_components_extranet.scss */
.confirm_freesale .btn {
  background-position: 0 -600px;
}

/* line 696, ../sass/_components_extranet.scss */
.confirm_freesale .btn a {
  background-position: right -600px;
}

/* line 697, ../sass/_components_extranet.scss */
.confirm_freesale .input {
  background-color: #edf5f8;
}

/* line 698, ../sass/_components_extranet.scss */
.confirm_freesale .form_checkbox label {
  font-weight: normal;
}

/* line 699, ../sass/_components_extranet.scss */
.confirm_freesale .form_checkbox .checkbox {
  margin-left: 0;
}

/* line 701, ../sass/_components_extranet.scss */
.booking h2 {
  font-weight: bold;
}

/* line 702, ../sass/_components_extranet.scss */
.booking .product_name {
  float: left;
  width: 690px;
}

/* line 703, ../sass/_components_extranet.scss */
.product_name p {
  font-size: 16px;
}

/* line 704, ../sass/_components_extranet.scss */
.booking .tracking_code {
  float: right;
  width: 190px;
  text-align: right;
}

/* line 705, ../sass/_components_extranet.scss */
.booking dl {
  clear: both;
  display: table;
}

/* line 706, ../sass/_components_extranet.scss */
.booking dt {
  float: left;
  width: 175px;
}

/* line 707, ../sass/_components_extranet.scss */
.booking dd {
  margin-left: 175px;
}

/* line 708, ../sass/_components_extranet.scss */
.booking label {
  float: left;
  width: 175px;
}

/* line 709, ../sass/_components_extranet.scss */
.booking label span {
  font-weight: normal;
  font-size: 12px;
  display: block;
  width: 150px;
}

/* line 710, ../sass/_components_extranet.scss */
.booking input {
  width: 350px;
}

/* line 711, ../sass/_components_extranet.scss */
.booking .input {
  display: inline-block;
  padding: 3px;
  -moz-border-radius: 5px 5px 5px 5px;
  background: none repeat scroll 0 0 #f2f1ef;
  width: 360px;
}

/* line 712, ../sass/_components_extranet.scss */
.booking .select {
  width: 360px;
}

/* line 713, ../sass/_components_extranet.scss */
.booking select {
  width: 350px;
}

/* line 714, ../sass/_components_extranet.scss */
.booking textarea {
  width: 350px;
  height: 160px;
}

/* line 715, ../sass/_components_extranet.scss */
.booking .checkbox {
  width: 14px;
}

/* line 716, ../sass/_components_extranet.scss */
.booking .form_checkbox {
  margin-left: 222px;
}

/* line 717, ../sass/_components_extranet.scss */
.booking .form_checkbox label {
  width: 375px;
  font-weight: normal;
}

/* line 718, ../sass/_components_extranet.scss */
.booking .form_radio input {
  width: auto;
}

/* line 719, ../sass/_components_extranet.scss */
.booking .form_radio label {
  font-weight: normal;
}

/* line 720, ../sass/_components_extranet.scss */
.booking .form_message {
  margin-left: 222px;
  width: 500px;
}

/* line 721, ../sass/_components_extranet.scss */
.booking .form_actions .btn {
  margin-left: 175px;
  float: left;
}

/* line 722, ../sass/_components_extranet.scss */
.booking .form_actions .btn a {
  margin-left: 13px;
  margin-top: 0;
  font-size: 12px;
}

/* line 723, ../sass/_components_extranet.scss */
.booking .form_actions a {
  font-size: 13px;
  margin-top: 6px;
  margin-left: 10px;
  display: inline-block;
}

/* line 725, ../sass/_components_extranet.scss */
.booking #rejectReasonOption .form_checkbox {
  margin-left: 172px;
}

/* line 726, ../sass/_components_extranet.scss */
.booking #rejectReasonOption .form_message {
  margin-left: 178px;
}

/* line 728, ../sass/_components_extranet.scss */
.alternative_times div {
  width: 285px;
}

/* line 729, ../sass/_components_extranet.scss */
.alternative_times span {
  width: 285px;
}

/* line 730, ../sass/_components_extranet.scss */
.alternative_times input {
  width: 180px;
}

/* line 731, ../sass/_components_extranet.scss */
.alternative_times .add_link {
  float: left;
}

/* line 733, ../sass/_components_extranet.scss */
.alternative_dates div {
  width: 289px;
}

/* line 734, ../sass/_components_extranet.scss */
.alternative_dates span {
  width: 289px;
}

/* line 735, ../sass/_components_extranet.scss */
.alternative_dates input {
  width: 180px;
  margin-right: 5px;
}

/* line 736, ../sass/_components_extranet.scss */
.alternative_dates img {
  float: none;
  margin-right: 70px;
  display: inline-block;
}

/* .alternative_dates .add_link { float:none; display:block;} */
/* line 738, ../sass/_components_extranet.scss */
.alternative_dates .add_link {
  float: left;
}

/* line 740, ../sass/_components_extranet.scss */
.module {
  background: transparent url(../images/general/module_bottom.gif) no-repeat bottom left;
  padding-bottom: 5px;
}

/* line 741, ../sass/_components_extranet.scss */
.module h3 {
  padding: 5px 10px 0;
  background: transparent url(../images/general/module_top.gif) no-repeat top left;
}

/* line 742, ../sass/_components_extranet.scss */
.module p {
  padding: 0 10px;
  font-size: 12px;
}

/* line 743, ../sass/_components_extranet.scss */
.module .btn {
  background-position: 0 -700px;
  margin-top: 10px;
}

/* line 744, ../sass/_components_extranet.scss */
.module .btn button, .module .btn a {
  background-position: right -700px;
}

/* line 745, ../sass/_components_extranet.scss */
.module .btn_alt {
  background-position: 0 -1500px;
  margin-top: 10px;
}

/* line 746, ../sass/_components_extranet.scss */
.module .btn_alt button, .module .btn_alt a {
  background-position: right -1500px;
  background-color: #E0DBD5;
}

/* line 749, ../sass/_components_extranet.scss */
.product_title {
  float: left;
  width: 500px;
}

/* line 750, ../sass/_components_extranet.scss */
.tracking_code {
  float: right;
  width: 170px;
}

/* line 752, ../sass/_components_extranet.scss */
.feedback {
  margin-top: 5px;
  padding: 10px;
  -moz-border-radius: 5px 5px 5px 5px;
  /*width: 907px;*/
}

/* line 753, ../sass/_components_extranet.scss */
.feedback h3 {
  font-size: 16px;
  line-height: 1.5;
}

/* line 755, ../sass/_components_extranet.scss */
.success {
  background-color: #d5e8bc;
}

/* line 756, ../sass/_components_extranet.scss */
.success h3 {
  color: #6b9433;
}

/* line 758, ../sass/_components_extranet.scss */
.warnings {
  background-color: #fee1bd;
}

/* line 759, ../sass/_components_extranet.scss */
.warnings h3 {
  color: #e37222;
}

/* POPUPS */
/* line 762, ../sass/_components_extranet.scss */
.popup {
  padding: 10px;
}

/* SXT-479 background-color: #ffffff; }*/
/* line 763, ../sass/_components_extranet.scss */
.popup h2 {
  font-size: 16px;
  margin-bottom: 10px;
  font-weight: bold;
  text-align: left;
}

/* line 764, ../sass/_components_extranet.scss */
.popup .intro {
  background-color: transparent;
  border: 0;
}

/* line 765, ../sass/_components_extranet.scss */
.close {
  position: absolute;
  top: 12px;
  right: 12px;
  text-indent: -9999px;
}

/* line 766, ../sass/_components_extranet.scss */
.close a {
  cursor: copy;
  display: block;
  background: transparent url(../images/general/popup_close.gif) no-repeat top left;
  width: 15px;
  height: 15px;
}

/* line 768, ../sass/_components_extranet.scss */
#multi_deal_pop p.note {
  padding-top: 0;
}

/* popup Box */
/* line 771, ../sass/_components_extranet.scss */
.popup_box {
  width: 980px;
  padding: 10px;
  background-color: #c7e2eb;
  text-align: left;
}

/* line 772, ../sass/_components_extranet.scss */
.popup_box h2 {
  font-size: 16px;
  margin-bottom: 10px;
  font-weight: bold;
  text-align: left;
  padding-right: 30px;
}

/* line 773, ../sass/_components_extranet.scss */
.popup_box .popup_main {
  background-color: #ffffff;
  border: 0;
  padding: 20px;
}

/* line 774, ../sass/_components_extranet.scss */
#respond_to_viator textarea {
  width: auto;
}

/* line 775, ../sass/_components_extranet.scss */
.popup_box .action_row {
  padding: 10px 0 0 0;
}

/* line 776, ../sass/_components_extranet.scss */
.popup_box .action_row .btn {
  float: right;
}

/* line 777, ../sass/_components_extranet.scss */
.popup_box .action_row .cancel_link {
  float: right;
}

/* Popup Erros */
/* line 780, ../sass/_components_extranet.scss */
.popup_box .errors {
  color: #CE2B1A;
  text-align: left;
}

/* Blockout row*/
/* line 783, ../sass/_components_extranet.scss */
#blockout_row_pop .row_actions {
  width: 150px;
}

/* line 784, ../sass/_components_extranet.scss */
#blockout_row_pop .btn {
  width: 100px;
  background-position: 0 -500px;
}

/* line 785, ../sass/_components_extranet.scss */
#blockout_row_pop .btn a, #blockout_row_pop .btn button {
  background-position: right -500px;
}

/* ADD DEAL */
/* line 788, ../sass/_components_extranet.scss */
#add-deal {
  background-color: #fdeedb;
  padding: 5px 10px;
  position: absolute;
  top: 0;
  right: 1px;
  width: 202px;
  border: 3px solid #f58025;
}

/* line 789, ../sass/_components_extranet.scss */
#add-deal .input {
  float: left;
  background-color: #fff;
}

/* line 790, ../sass/_components_extranet.scss */
#add-deal select {
  margin: 0;
}

/* line 791, ../sass/_components_extranet.scss */
#add-deal .btn {
  margin: -5px 5px 0;
}

/* line 792, ../sass/_components_extranet.scss */
#add-deal .btn button {
  width: 75px;
}

/* line 793, ../sass/_components_extranet.scss */
#add-deal a {
  font-size: 12px;
}

/* line 795, ../sass/_components_extranet.scss */
.font-weight {
  font-weight: bold;
}

/* line 796, ../sass/_components_extranet.scss */
.required {
  font-size: 12px;
  color: #666;
}

/* line 797, ../sass/_components_extranet.scss */
.required em {
  color: #CE2B1A;
  font-weight: bold;
  font-size: 14px;
}

/* line 798, ../sass/_components_extranet.scss */
label .required {
  color: #CE2B1A;
}

/* Reviews Tab
================================================================*/
/* line 802, ../sass/_components_extranet.scss */
.filter-reviews {
  float: left;
  width: 320px;
  padding: 5px 0;
}

/* line 803, ../sass/_components_extranet.scss */
.reviews .filter-sort {
  width: 300px;
}

/* line 804, ../sass/_components_extranet.scss */
.reviews_row_box {
  border-top: 1px solid #6c665c;
  border-left: 1px solid #6c665c;
  border-right: 1px solid #6c665c;
  background-color: #f2f1ef;
}

/* line 805, ../sass/_components_extranet.scss */
.reviews_row {
  border-bottom: 1px solid #6c665c;
  padding: 10px;
  position: relative;
}

/* line 806, ../sass/_components_extranet.scss */
.reviews_row .status {
  position: absolute;
  right: 10px;
  top: 10px;
  font-size: 11px;
  font-weight: bold;
  text-transform: uppercase;
}

/* line 807, ../sass/_components_extranet.scss */
.reviews_row .reviewed_by img {
  padding: 2px 5px 2px 0;
}

/* line 808, ../sass/_components_extranet.scss */
.reviews_row .reviewed_by span {
  float: left;
  width: 400px;
}

/* line 809, ../sass/_components_extranet.scss */
.reviews_row .reviews_sum {
  margin: 0 0 9px;
}

/* line 810, ../sass/_components_extranet.scss */
.reviews_row .reviews_sum p {
  margin: 0;
}

/* line 811, ../sass/_components_extranet.scss */
.bottom_action_row {
  text-align: right;
  margin: 0;
}

/* line 812, ../sass/_components_extranet.scss */
.bottom_action_row {
  color: #999999;
}

/* line 813, ../sass/_components_extranet.scss */
.filter-products {
  float: left;
  padding: 0;
}

/* line 814, ../sass/_components_extranet.scss */
.filter-status {
  float: right;
  padding: 9px 0;
}

/* line 815, ../sass/_components_extranet.scss */
.reviews .intro {
  padding-bottom: 10px;
}

/* line 816, ../sass/_components_extranet.scss */
.reviews .intro .action_row {
  border-bottom: 2px solid #999999;
}

/* line 817, ../sass/_components_extranet.scss */
.reviews .btn.exportreviews {
  margin: 0;
  float: right;
}

/* line 818, ../sass/_components_extranet.scss */
.reviews .btn.exportreviews button {
  width: 175px;
}

/* Help section
================================================================*/
/* line 822, ../sass/_components_extranet.scss */
.please_note {
  color: #666666;
}

/* line 823, ../sass/_components_extranet.scss */
.please_note strong {
  color: #333333;
}

/* line 824, ../sass/_components_extranet.scss */
.help_section {
  clear: both;
  color: #666666;
  padding: 20px;
  font-size: 14px;
}

/* line 825, ../sass/_components_extranet.scss */
.help_section h2 {
  color: #333333;
  font-weight: bold;
  padding: 0 0 10px 0;
}

/* line 826, ../sass/_components_extranet.scss */
.help_section p img {
  float: none;
}

/* line 827, ../sass/_components_extranet.scss */
.reports .help_section {
  padding: 20px 0 0;
}

/* Statistics
================================================================*/
/* line 832, ../sass/_components_extranet.scss */
.statistics h3 {
  font-size: 16px;
  font-weight: bold;
  padding: 10px 0;
}

/* line 833, ../sass/_components_extranet.scss */
.stats_charts_box {
  background-color: #E0DBD5;
  border-bottom: 2px solid #6C665C;
  padding: 10px 0;
  margin: 0 0 10px 0;
}

/* line 834, ../sass/_components_extranet.scss */
.stats_form {
  padding: 10px 0;
}

/* line 835, ../sass/_components_extranet.scss */
.stats_form input, .stats_form select, .stats_form label {
  cursor: copy;
}

/* line 836, ../sass/_components_extranet.scss */
.stats_form label {
  font-weight: normal;
}

/* line 837, ../sass/_components_extranet.scss */
.stats_form h4 {
  font-size: 14px;
  font-weight: bold;
  padding: 0 0 5px 0;
}

/* line 838, ../sass/_components_extranet.scss */
.stats_selectdate button {
  vertical-align: middle;
  margin-left: 5px;
}

/* line 839, ../sass/_components_extranet.scss */
.stats_filters {
  padding: 0 0 10px 0;
}

/* line 840, ../sass/_components_extranet.scss */
.stats_reporttype {
  padding: 0 0 10px 0;
}

/* line 841, ../sass/_components_extranet.scss */
.stats_granularity {
  padding: 0 0 10px 0;
}

/* line 842, ../sass/_components_extranet.scss */
.stats_selectprod {
  padding: 0 0 0 25px;
}

/* line 843, ../sass/_components_extranet.scss */
.stats_selectprod .notes_text {
  color: #888888;
  margin: 0;
}

/* line 844, ../sass/_components_extranet.scss */
.stats_selectprod select {
  height: 200px;
}

/* line 845, ../sass/_components_extranet.scss */
.stats_form .btn_action .btn {
  margin-right: 10px;
}

/* line 846, ../sass/_components_extranet.scss */
.stats_filters #productList {
  height: 200px;
}

/* line 847, ../sass/_components_extranet.scss */
.stats_filters .btn_action .btn {
  margin-right: 10px;
}

/* line 848, ../sass/_components_extranet.scss */
.statistics .search_details {
  padding: 10px 0;
  color: #333333;
}

/* line 849, ../sass/_components_extranet.scss */
.statistics .search_details p {
  color: #333333;
}

/* line 851, ../sass/_components_extranet.scss */
.chart_legend {
  margin: 20px 10px 10px 10px;
}

/* line 852, ../sass/_components_extranet.scss */
.chart_legend ul {
  margin: 0;
}

/* line 853, ../sass/_components_extranet.scss */
.chart_legend li {
  float: left;
  padding: 0 10px 0 0;
  list-style-type: none;
  font-weight: bold;
}

/* line 854, ../sass/_components_extranet.scss */
.chart_legend li.one span {
  float: left;
  background-color: #0000FF;
  margin: 6px 10px 0 0;
  width: 30px;
  height: 5px;
}

/* line 855, ../sass/_components_extranet.scss */
.chart_legend li.two span {
  float: left;
  width: 30px;
  height: 5px;
  background-color: #FF0000;
  margin: 6px 10px 0 0;
  width: 30px;
  height: 5px;
}

/* fleximod grey
================================================================*/
/* line 861, ../sass/_components_extranet.scss */
.fleximod_tl_grey {
  background: url("../images/general/fleximod_grey_tl.png") no-repeat scroll left top #e0dbd5;
  padding: 10px 0 0 10px;
}

/* line 862, ../sass/_components_extranet.scss */
.fleximod_tr_grey {
  background: url("../images/general/fleximod_grey_tr.png") no-repeat scroll right top #e0dbd5;
  padding-right: 10px;
}

/* line 863, ../sass/_components_extranet.scss */
.fleximod_bl_grey {
  background: url("../images/general/fleximod_grey_bl.png") no-repeat scroll left bottom #e0dbd5;
  padding: 0 0 10px 10px;
}

/* line 864, ../sass/_components_extranet.scss */
.fleximod_br_grey {
  background: url("../images/general/fleximod_grey_br.png") no-repeat scroll right bottom #e0dbd5;
  padding: 0 10px 0 0;
}

/* search
================================================================*/
/* line 869, ../sass/_components_extranet.scss */
#search ul {
  margin: 0;
  list-style-type: none;
}

/* line 870, ../sass/_components_extranet.scss */
#search ul li {
  float: left;
  width: 302px;
  padding: 10px 0 0 5px;
}

/* line 871, ../sass/_components_extranet.scss */
#search ul li label {
  cursor: copy;
  float: left;
  width: 95px;
  text-align: right;
  padding-right: 5px;
}

/* line 872, ../sass/_components_extranet.scss */
#search ul li span {
  float: left;
  width: 202px;
}

/* line 873, ../sass/_components_extranet.scss */
#search ul li span input {
  cursor: copy;
  width: 196px;
}

/* line 874, ../sass/_components_extranet.scss */
#search ul li span em {
  display: block;
  font-size: 12px;
  color: #888;
}

/* line 875, ../sass/_components_extranet.scss */
#search .btn {
  float: right;
  background-position: 0 -700px;
}

/* line 876, ../sass/_components_extranet.scss */
#search .btn a {
  background-position: right -700px;
}

/* line 877, ../sass/_components_extranet.scss */
#search .btn button {
  background-position: right -700px;
  width: 75px;
}

/* line 878, ../sass/_components_extranet.scss */
#search .select_date input {
  width: 170px;
  margin: 0 5px 0 0;
}

/* line 879, ../sass/_components_extranet.scss */
#search ul li.bookingref .pref {
  float: left;
  width: 30px;
}

/* line 881, ../sass/_components_extranet.scss */
#search ul li.bookingref span input {
  width: 166px;
}

/* line 882, ../sass/_components_extranet.scss */
#search ul li.bookingref span em {
  padding-left: 30px;
}

/* line 884, ../sass/_components_extranet.scss */
.amendment_forms .checkbox_label {
  width: 280px;
}

/* line 885, ../sass/_components_extranet.scss */
.booking .amendment_forms .form_actions .btn {
  margin-left: 220px;
}

/* line 886, ../sass/_components_extranet.scss */
.amendment_forms label {
  width: 220px;
}

/* line 887, ../sass/_components_extranet.scss */
.amendment_forms span em {
  color: #999999;
  font-size: 12px;
}

/* Manage Users
================================================================*/
/* line 891, ../sass/_components_extranet.scss */
.users_table {
  font-size: 12px;
}

/* line 892, ../sass/_components_extranet.scss */
.u_name {
  width: 140px;
}

/* line 893, ../sass/_components_extranet.scss */
.u_details {
  width: 144px;
}

/* line 894, ../sass/_components_extranet.scss */
.u_phone {
  width: 140px;
}

/* line 895, ../sass/_components_extranet.scss */
.u_email {
  width: 260px;
}

/* line 896, ../sass/_components_extranet.scss */
.u_role {
  width: 140px;
}

/* line 897, ../sass/_components_extranet.scss */
.u_actions {
  width: 100px;
}

/* line 899, ../sass/_components_extranet.scss */
.section {
  margin: 0 0 10px 0;
}

/* line 900, ../sass/_components_extranet.scss */
.leftsection {
  margin: 0 20px 0 0;
}

/* line 901, ../sass/_components_extranet.scss */
.addContact label {
  color: #333333;
  font-weight: normal;
}

/* line 902, ../sass/_components_extranet.scss */
.addContact p span.input {
  display: block;
}

/* line 903, ../sass/_components_extranet.scss */
.addContact p span.input input[type="text"] {
  width: 416px;
}

/* line 904, ../sass/_components_extranet.scss */
.addContact p span.input em {
  font-size: 12px;
  display: block;
}

/* line 905, ../sass/_components_extranet.scss */
.module p.checkoption {
  margin: 0;
}

/* line 906, ../sass/_components_extranet.scss */
.module .disabled {
  color: #888888;
}

/* line 908, ../sass/_components_extranet.scss */
.addContact p span.input .phone_input {
  margin: 0 0 3px 0;
}

/* line 909, ../sass/_components_extranet.scss */
.addContact p span.input .phone_input input[type="text"] {
  width: 380px;
}

/* line 911, ../sass/_components_extranet.scss */
.addContact p span.input span .phone_input {
  margin: 0 0 3px 0;
}

/* line 912, ../sass/_components_extranet.scss */
.addContact p span.input span .phone_input input[type="text"] {
  width: 370px;
}

/* line 914, ../sass/_components_extranet.scss */
#contactDetails {
  height: auto !important;
  min-height: 516px;
}

/* line 915, ../sass/_components_extranet.scss */
#ContactPermissions {
  height: auto !important;
  min-height: 516px;
}

/* line 917, ../sass/_components_extranet.scss */
.excalmatory {
  color: #CE2B1A;
  float: right;
  font-size: 12px;
  background: transparent url(../images/general/icon_excalmatory_small.png) no-repeat scroll left center;
  padding-left: 18px;
}

/* table
================================================================*/
/* line 921, ../sass/_components_extranet.scss */
.table {
  border: 1px solid #6C665C;
}

/* line 922, ../sass/_components_extranet.scss */
.th {
  float: left;
  background-color: #6C665C;
  border: 0 none;
  color: #FFFFFF;
  font-size: 12px;
  font-weight: bold;
  padding: 5px 10px;
  text-transform: uppercase;
}

/* line 923, ../sass/_components_extranet.scss */
.td {
  float: left;
  border-bottom: 0 none;
  padding: 5px 10px;
}

/* line 924, ../sass/_components_extranet.scss */
.alt {
  background-color: #F2F1EF;
}

/* line 926, ../sass/_components_extranet.scss */
.feedback_msg {
  background-color: #D5E8BC;
  padding: 10px;
  margin-top: -41px;
}

/* line 927, ../sass/_components_extranet.scss */
.feedback_msg .feedbacksuccess {
  font-size: 18px;
  font-weight: normal;
  color: #6B9433;
}

/* line 928, ../sass/_components_extranet.scss */
.feedback_msg .feedbackdescrip {
  padding-left: 0px;
  font-size: 13px;
  color: #000;
  line-height: 1.2;
}

/* line 929, ../sass/_components_extranet.scss */
.feedback_msg p strong {
  font-size: 11px;
  text-transform: uppercase;
}

/* line 930, ../sass/_components_extranet.scss */
.feedback_msg.notab {
  margin: 0;
}

/* line 931, ../sass/_components_extranet.scss */
.feedback_msg.normal {
  margin: 0 0 10px 0;
}

/* line 933, ../sass/_components_extranet.scss */
#taskdetails {
  margin: 0 20px 0 0;
}

/* line 934, ../sass/_components_extranet.scss */
.form .section {
  padding: 0 10px 10px 10px;
}

/* line 935, ../sass/_components_extranet.scss */
.form span em {
  color: #888;
  display: block;
  font-size: 12px;
  line-height: 1.2;
  padding: 5px;
}

/* line 936, ../sass/_components_extranet.scss */
.form label.block {
  display: block;
}

/* line 937, ../sass/_components_extranet.scss */
.form .inputblock {
  display: block;
}

/* line 938, ../sass/_components_extranet.scss */
.form .halfcol .inputblock select {
  width: 416px;
}

/* line 939, ../sass/_components_extranet.scss */
.form .halfcol .inputblock textarea {
  width: 416px;
}

/* line 940, ../sass/_components_extranet.scss */
.form .halfcol .inputblock input {
  width: 416px;
}

/* line 941, ../sass/_components_extranet.scss */
.form .btn_box {
  padding: 10px 0;
}

/* line 942, ../sass/_components_extranet.scss */
.form .btn_right {
  float: right;
  margin-left: 10px;
}

/* line 943, ../sass/_components_extranet.scss */
.form .btn_box .cancel_link {
  margin: 6px 10px;
}

/* line 944, ../sass/_components_extranet.scss */
.attachedfile {
  padding: 5px;
}

/* line 946, ../sass/_components_extranet.scss */
.floatleft {
  float: left;
}

/* line 947, ../sass/_components_extranet.scss */
.floatright {
  float: right;
}

/* line 949, ../sass/_components_extranet.scss */
#bankdetails {
  margin: 0 20px 0 0;
}

/* Remittance Advice
================================================================*/
/* line 954, ../sass/_components_extranet.scss */
.remittance_table {
  font-size: 12px;
}

/* line 955, ../sass/_components_extranet.scss */
.r_reportname {
  width: 562px;
}

/* line 956, ../sass/_components_extranet.scss */
.r_createdon {
  width: 200px;
}

/* line 957, ../sass/_components_extranet.scss */
.r_action {
  width: 140px;
}

/* line 960, ../sass/_components_extranet.scss */
#realtimedata {
  margin: 0 20px 0 0;
}

/* Jquery custom css
================================================================*/
/* line 965, ../sass/_components_extranet.scss */
.custom-combobox {
  position: relative;
  display: block;
  padding-right: 30px;
}

/* line 966, ../sass/_components_extranet.scss */
.custom-combobox-toggle {
  position: absolute;
  top: 0;
  bottom: 0;
  right: -1px;
  margin-left: -1px;
  padding: 0;
}

/* line 967, ../sass/_components_extranet.scss */
.custom-combobox-input {
  margin: 0;
  padding: 6px 10px;
  width: 100%;
}

/* line 968, ../sass/_components_extranet.scss */
.ui-state-default, .ui-widget-content .ui-state-default, .ui-widget-header .ui-state-default {
  background-image: none;
  background-color: #fff;
}

/* line 970, ../sass/_components_extranet.scss */
.nyroModalCont {
  border: 0 none;
  background-color: transparent;
}

/* line 971, ../sass/_components_extranet.scss */
.nyroModalLink, .nyroModalDom, .nyroModalForm, .nyroModalFormFile {
  max-width: 100%;
  min-height: 100%;
  min-width: 100%;
  padding: 0;
  position: static;
}

/* line 978, ../sass/_components_extranet.scss */
.ui-autocomplete {
  height: 200px;
  overflow-y: scroll;
  overflow-x: hidden;
}

/* line 980, ../sass/_components_extranet.scss */
#btn-next button {
  width: 90px;
}

/* line 981, ../sass/_components_extranet.scss */
#btn-next button {
  width: 90px;
}

/* line 982, ../sass/_components_extranet.scss */
#btn-submitChanges button {
  width: 200px;
}

/* line 984, ../sass/_components_extranet.scss */
.sortable {
  cursor: all-scroll;
}

/* line 985, ../sass/_components_extranet.scss */
.addpluscircle .cell-img {
  width: 15px;
}

/* line 987, ../sass/_components_extranet.scss */
.tab-content {
  display: none;
}

/* line 988, ../sass/_components_extranet.scss */
#tab-1 {
  display: block;
}

/* line 992, ../sass/_components_extranet.scss */
.mce-path {
  display: none !important;
}

/* line 994, ../sass/_components_extranet.scss */
.faux-col-half {
  background: #fff url(../images/general/bg-light-divider.png) repeat-y top center;
}

/* line 998, ../sass/_components_extranet.scss */
.bg-note {
  background-color: #f2f1ef;
}

/* REVISED BOOKINGS */
/* line 1002, ../sass/_components_extranet.scss */
.booking_pagination {
  padding: 10px 0;
  text-align: center;
  width: 300px;
  margin: 0 auto;
}

/* line 1003, ../sass/_components_extranet.scss */
.booking_pagination span {
  color: #999;
  margin: 0 auto;
}

/* line 1004, ../sass/_components_extranet.scss */
.booking_pagination a {
  background-color: #e0eff4;
  margin: 0 auto;
}

/* line 1005, ../sass/_components_extranet.scss */
.booking_pagination .current {
  background-color: #f2f1ef;
  color: #6c665c;
}

/* line 1006, ../sass/_components_extranet.scss */
.booking_pagination a, .booking_pagination span {
  padding: 5px 8px;
}

/* line 1008, ../sass/_components_extranet.scss */
.future-items-header {
  float: left;
  padding: 10px 0;
  margin: 0 auto;
}

/* line 1010, ../sass/_components_extranet.scss */
.booking-section-header a,
.booking-section-header a:hover,
.booking-section-header a:focus {
  color: #000;
  text-decoration: none;
  font-size: 20px;
  line-height: 1.3;
  font-family: 'Arial','Helvetica','Verdana',sans-serif;
}

/* line 1019, ../sass/_components_extranet.scss */
.booking-section-header i {
  color: #00759A;
}

/* line 1023, ../sass/_components_extranet.scss */
.clickable {
  cursor: copy;
}

/* line 3, ../sass/_sapi-mapping-modal.scss */
#sapiMappingPopup div.product-info {
  padding: 15px 30px;
}
/* line 7, ../sass/_sapi-mapping-modal.scss */
#sapiMappingPopup div.product-info > div {
  padding-bottom: 0;
  padding-top: 4px;
}
/* line 12, ../sass/_sapi-mapping-modal.scss */
#sapiMappingPopup div.product-info span.name {
  display: inline-block;
  padding-top: 5px;
  text-align: left;
  padding-right: 5px;
  color: #666;
}
/* line 20, ../sass/_sapi-mapping-modal.scss */
#sapiMappingPopup div.product-info span.code {
  margin-right: 5px;
  font-weight: bold;
  cursor: default;
  vertical-align: text-top;
}
/* line 27, ../sass/_sapi-mapping-modal.scss */
#sapiMappingPopup .close {
  text-indent: inherit !important;
}
/* line 31, ../sass/_sapi-mapping-modal.scss */
#sapiMappingPopup div.modal-content {
  font-size: 16px;
  display: table;
  overflow: auto;
  height: 100%;
  width: 100%;
  background-color: #ffffff;
}
/* line 40, ../sass/_sapi-mapping-modal.scss */
#sapiMappingPopup div.modal-dialog {
  width: 900px;
  height: 90%;
}
/* line 45, ../sass/_sapi-mapping-modal.scss */
#sapiMappingPopup div.modal-header {
  padding: 0;
}
/* line 49, ../sass/_sapi-mapping-modal.scss */
#sapiMappingPopup div.modal-body {
  display: table-row;
  height: 100%;
}
/* line 54, ../sass/_sapi-mapping-modal.scss */
#sapiMappingPopup div.iframe {
  position: relative;
  height: 100%;
  padding: 20px;
}

/* line 1, ../sass/_grids.scss */
.line:after, .lastUnit:after {
  clear: both;
  display: block;
  visibility: hidden;
  overflow: hidden;
  height: 0 !important;
  line-height: 0;
  font-size: xx-large;
  content: " x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x ";
}

/* line 2, ../sass/_grids.scss */
.line {
  *zoom: 1;
}

/* line 3, ../sass/_grids.scss */
.unit {
  float: left;
}

/* line 4, ../sass/_grids.scss */
.unitRight {
  float: right;
}

/* line 5, ../sass/_grids.scss */
.size1of1 {
  float: none;
}

/* line 6, ../sass/_grids.scss */
.size1of2 {
  width: 50%;
}

/* line 7, ../sass/_grids.scss */
.size1of3 {
  width: 33.3%;
}

/* line 8, ../sass/_grids.scss */
.size2of3 {
  width: 66.6%;
}

/* line 9, ../sass/_grids.scss */
.size1of4 {
  width: 25%;
}

/* line 10, ../sass/_grids.scss */
.size3of4 {
  width: 75%;
}

/* line 11, ../sass/_grids.scss */
.size1of5 {
  width: 20%;
}

/* line 12, ../sass/_grids.scss */
.size2of5 {
  width: 40%;
}

/* line 13, ../sass/_grids.scss */
.size3of5 {
  width: 60%;
}

/* line 14, ../sass/_grids.scss */
.size4of5 {
  width: 80%;
}

/* line 16, ../sass/_grids.scss */
.size1of6 {
  width: 16.6666666%;
}

/* line 17, ../sass/_grids.scss */
.size5of6 {
  width: 83.3333333%;
}

/* line 19, ../sass/_grids.scss */
.size1of7 {
  width: 14%;
}

/* line 20, ../sass/_grids.scss */
.size2of7 {
  width: 28%;
}

/* line 21, ../sass/_grids.scss */
.size3of7 {
  width: 42%;
}

/* line 22, ../sass/_grids.scss */
.size4of7 {
  width: 56%;
}

/* line 23, ../sass/_grids.scss */
.size5of7 {
  width: 70%;
}

/* line 24, ../sass/_grids.scss */
.size6of7 {
  width: 84%;
}

/* line 26, ../sass/_grids.scss */
.size1of10 {
  width: 10%;
}

/* line 27, ../sass/_grids.scss */
.size2of10 {
  width: 20%;
}

/* line 28, ../sass/_grids.scss */
.size3of10 {
  width: 30%;
}

/* line 29, ../sass/_grids.scss */
.size4of10 {
  width: 40%;
}

/* line 30, ../sass/_grids.scss */
.size5of10 {
  width: 50%;
}

/* line 31, ../sass/_grids.scss */
.size6of10 {
  width: 60%;
}

/* line 32, ../sass/_grids.scss */
.size7of10 {
  width: 70%;
}

/* line 33, ../sass/_grids.scss */
.size8of10 {
  width: 80%;
}

/* line 34, ../sass/_grids.scss */
.size9of10 {
  width: 90%;
}

/* line 36, ../sass/_grids.scss */
.size1of12 {
  width: 8.33333% !important;
}

/* line 37, ../sass/_grids.scss */
.size2of12 {
  width: 16.66667% !important;
}

/* line 38, ../sass/_grids.scss */
.size3of12 {
  width: 25% !important;
}

/* line 39, ../sass/_grids.scss */
.size4of12 {
  width: 33.33333% !important;
}

/* line 40, ../sass/_grids.scss */
.size5of12 {
  width: 41.66667% !important;
}

/* line 41, ../sass/_grids.scss */
.size6of12 {
  width: 50% !important;
}

/* line 42, ../sass/_grids.scss */
.size7of12 {
  width: 58.33333% !important;
}

/* line 43, ../sass/_grids.scss */
.size8of12 {
  width: 66.66667% !important;
}

/* line 44, ../sass/_grids.scss */
.size9of12 {
  width: 75% !important;
}

/* line 45, ../sass/_grids.scss */
.size10of12 {
  width: 83.33333% !important;
}

/* line 46, ../sass/_grids.scss */
.size11of12 {
  width: 91.66667% !important;
}

/* line 47, ../sass/_grids.scss */
.size12of12 {
  width: 100% !important;
}

/* line 49, ../sass/_grids.scss */
.lastUnit {
  display: table-cell;
  float: none;
  width: auto;
  *display: block;
  *zoom: 1;
  _position: relative;
  _left: -3px;
  _margin-right: -3px;
}

/* line 50, ../sass/_grids.scss */
.blockUnit {
  display: block;
}

/* line 51, ../sass/_grids.scss */
.inlineBlockUnit {
  display: inline-block;
}

/* *
 * debug default spacing 
 * set $debug-spacing to true to visualize spacing and positioning
 */
/* ==========================================================================
   Spacing helpers
   ========================================================================== */
/**
 * Spacing helpers 
 * Should be used to modify the default spacing between objects (not between nodes of the same object)
 * Please use judiciously. You want to be using defaults most of the time, these are exceptions! 
 * <type><location><size>
 *
 * p,m              padding,margin
 * a,t,r,b,l,h,v    all,top,right,bottom,left,horizontal,vertical
 * s,m,l,n          small(5px),medium(10px),large(20px),none(0px)
 */
/*
 * Can define your own spacing units, or calculate the units based on how many spacing sizes you want
 * 
 * @param $units - specific spacing units you want to use. Must go from small to large
 * e.g. @include whitespace((5px,10px,20px));
 *
 * @param $sizes - how many sizes you want. Calculate sizes based on line-height
 * e.g. @include whitespace((), 4);
 *
 */
/* line 29, ../sass/_spacing.scss */
.mha {
  margin: 0 auto;
}

/* line 31, ../sass/_spacing.scss */
.pan {
  padding: 0 !important;
}

/* line 32, ../sass/_spacing.scss */
.man {
  margin: 0 !important;
}

/* line 33, ../sass/_spacing.scss */
.pvn {
  padding-top: 0 !important;
  padding-bottom: 0 !important;
}

/* line 34, ../sass/_spacing.scss */
.mvn {
  margin-top: 0 !important;
  margin-bottom: 0 !important;
}

/* line 35, ../sass/_spacing.scss */
.phn {
  padding-left: 0 !important;
  padding-right: 0 !important;
}

/* line 36, ../sass/_spacing.scss */
.mhn {
  margin-left: 0 !important;
  margin-right: 0 !important;
}

/* line 37, ../sass/_spacing.scss */
.ptn {
  padding-top: 0 !important;
}

/* line 38, ../sass/_spacing.scss */
.mtn {
  margin-top: 0 !important;
}

/* line 39, ../sass/_spacing.scss */
.prn {
  padding-right: 0 !important;
}

/* line 40, ../sass/_spacing.scss */
.mrn {
  margin-right: 0 !important;
}

/* line 41, ../sass/_spacing.scss */
.pbn {
  padding-bottom: 0 !important;
}

/* line 42, ../sass/_spacing.scss */
.mbn {
  margin-bottom: 0 !important;
}

/* line 43, ../sass/_spacing.scss */
.pln {
  padding-left: 0 !important;
}

/* line 44, ../sass/_spacing.scss */
.mln {
  margin-left: 0 !important;
}

/* line 46, ../sass/_spacing.scss */
.paxs {
  padding: 3px !important;
}

/* line 47, ../sass/_spacing.scss */
.maxs {
  margin: 3px !important;
}

/* line 48, ../sass/_spacing.scss */
.pvxs {
  padding-top: 3px !important;
  padding-bottom: 3px !important;
}

/* line 49, ../sass/_spacing.scss */
.mvxs {
  margin-top: 3px !important;
  margin-bottom: 3px !important;
}

/* line 50, ../sass/_spacing.scss */
.phxs {
  padding-left: 3px !important;
  padding-right: 3px !important;
}

/* line 51, ../sass/_spacing.scss */
.mhxs {
  margin-left: 3px !important;
  margin-right: 3px !important;
}

/* line 52, ../sass/_spacing.scss */
.ptxs {
  padding-top: 3px !important;
}

/* line 53, ../sass/_spacing.scss */
.mtxs {
  margin-top: 3px !important;
}

/* line 54, ../sass/_spacing.scss */
.prxs {
  padding-right: 3px !important;
}

/* line 55, ../sass/_spacing.scss */
.mrxs {
  margin-right: 3px !important;
}

/* line 56, ../sass/_spacing.scss */
.pbxs {
  padding-bottom: 3px !important;
}

/* line 57, ../sass/_spacing.scss */
.mbxs {
  margin-bottom: 3px !important;
}

/* line 58, ../sass/_spacing.scss */
.plxs {
  padding-left: 3px !important;
}

/* line 59, ../sass/_spacing.scss */
.mlxs {
  margin-left: 3px !important;
}

/* line 61, ../sass/_spacing.scss */
.pas {
  padding: 5px !important;
}

/* line 62, ../sass/_spacing.scss */
.mas {
  margin: 5px !important;
}

/* line 63, ../sass/_spacing.scss */
.pvs {
  padding-top: 5px !important;
  padding-bottom: 5px !important;
}

/* line 64, ../sass/_spacing.scss */
.mvs {
  margin-top: 5px !important;
  margin-bottom: 5px !important;
}

/* line 65, ../sass/_spacing.scss */
.phs {
  padding-left: 5px !important;
  padding-right: 5px !important;
}

/* line 66, ../sass/_spacing.scss */
.mhs {
  margin-left: 5px !important;
  margin-right: 5px !important;
}

/* line 67, ../sass/_spacing.scss */
.pts {
  padding-top: 5px !important;
}

/* line 68, ../sass/_spacing.scss */
.mts {
  margin-top: 5px !important;
}

/* line 69, ../sass/_spacing.scss */
.prs {
  padding-right: 5px !important;
}

/* line 70, ../sass/_spacing.scss */
.mrs {
  margin-right: 5px !important;
}

/* line 71, ../sass/_spacing.scss */
.pbs {
  padding-bottom: 5px !important;
}

/* line 72, ../sass/_spacing.scss */
.mbs {
  margin-bottom: 5px !important;
}

/* line 73, ../sass/_spacing.scss */
.pls {
  padding-left: 5px !important;
}

/* line 74, ../sass/_spacing.scss */
.mls {
  margin-left: 5px !important;
}

/* line 76, ../sass/_spacing.scss */
.pam {
  padding: 10px !important;
}

/* line 77, ../sass/_spacing.scss */
.mam {
  margin: 10px !important;
}

/* line 78, ../sass/_spacing.scss */
.pvm {
  padding-top: 10px !important;
  padding-bottom: 10px !important;
}

/* line 79, ../sass/_spacing.scss */
.mvm {
  margin-top: 10px !important;
  margin-bottom: 10px !important;
}

/* line 80, ../sass/_spacing.scss */
.phm {
  padding-left: 10px !important;
  padding-right: 10px !important;
}

/* line 81, ../sass/_spacing.scss */
.mhm {
  margin-left: 10px !important;
  margin-right: 10px !important;
}

/* line 82, ../sass/_spacing.scss */
.ptm {
  padding-top: 10px !important;
}

/* line 83, ../sass/_spacing.scss */
.mtm {
  margin-top: 10px !important;
}

/* line 84, ../sass/_spacing.scss */
.prm {
  padding-right: 10px !important;
}

/* line 85, ../sass/_spacing.scss */
.mrm {
  margin-right: 10px !important;
}

/* line 86, ../sass/_spacing.scss */
.pbm {
  padding-bottom: 10px !important;
}

/* line 87, ../sass/_spacing.scss */
.mbm {
  margin-bottom: 10px !important;
}

/* line 88, ../sass/_spacing.scss */
.plm {
  padding-left: 10px !important;
}

/* line 89, ../sass/_spacing.scss */
.mlm {
  margin-left: 10px !important;
}

/* line 91, ../sass/_spacing.scss */
.pal {
  padding: 15px !important;
}

/* line 92, ../sass/_spacing.scss */
.mal {
  margin: 15px !important;
}

/* line 93, ../sass/_spacing.scss */
.pvl {
  padding-top: 15px !important;
  padding-bottom: 15px !important;
}

/* line 94, ../sass/_spacing.scss */
.mvl {
  margin-top: 15px !important;
  margin-bottom: 15px !important;
}

/* line 95, ../sass/_spacing.scss */
.phl {
  padding-left: 15px !important;
  padding-right: 15px !important;
}

/* line 96, ../sass/_spacing.scss */
.mhl {
  margin-left: 15px !important;
  margin-right: 15px !important;
}

/* line 97, ../sass/_spacing.scss */
.ptl {
  padding-top: 15px !important;
}

/* line 98, ../sass/_spacing.scss */
.mtl {
  margin-top: 15px !important;
}

/* line 99, ../sass/_spacing.scss */
.prl {
  padding-right: 15px !important;
}

/* line 100, ../sass/_spacing.scss */
.mrl {
  margin-right: 15px !important;
}

/* line 101, ../sass/_spacing.scss */
.pbl {
  padding-bottom: 15px !important;
}

/* line 102, ../sass/_spacing.scss */
.mbl {
  margin-bottom: 15px !important;
}

/* line 103, ../sass/_spacing.scss */
.pll {
  padding-left: 15px !important;
}

/* line 104, ../sass/_spacing.scss */
.mll {
  margin-left: 15px !important;
}

/* line 106, ../sass/_spacing.scss */
.paxl {
  padding: 20px !important;
}

/* line 107, ../sass/_spacing.scss */
.maxl {
  margin: 20px !important;
}

/* line 108, ../sass/_spacing.scss */
.pvxl {
  padding-top: 20px !important;
  padding-bottom: 20px !important;
}

/* line 109, ../sass/_spacing.scss */
.mvxl {
  margin-top: 20px !important;
  margin-bottom: 20px !important;
}

/* line 110, ../sass/_spacing.scss */
.phxl {
  padding-left: 20px !important;
  padding-right: 20px !important;
}

/* line 111, ../sass/_spacing.scss */
.mhxl {
  margin-left: 20px !important;
  margin-right: 20px !important;
}

/* line 112, ../sass/_spacing.scss */
.ptxl {
  padding-top: 20px !important;
}

/* line 113, ../sass/_spacing.scss */
.mtxl {
  margin-top: 20px !important;
}

/* line 114, ../sass/_spacing.scss */
.prxl {
  padding-right: 20px !important;
}

/* line 115, ../sass/_spacing.scss */
.mrxl {
  margin-right: 20px !important;
}

/* line 116, ../sass/_spacing.scss */
.pbxl {
  padding-bottom: 20px !important;
}

/* line 117, ../sass/_spacing.scss */
.mbxl {
  margin-bottom: 20px !important;
}

/* line 118, ../sass/_spacing.scss */
.plxl {
  padding-left: 20px !important;
}

/* line 119, ../sass/_spacing.scss */
.mlxl {
  margin-left: 20px !important;
}

/* line 3, ../sass/_borders.scss */
.br-rn {
  border-right: 0 none !important;
}

/* line 4, ../sass/_borders.scss */
.br-ln {
  border-left: 0 none !important;
}

/* line 5, ../sass/_borders.scss */
.br-tn {
  border-top: 0 none !important;
}

/* line 6, ../sass/_borders.scss */
.br-bn {
  border-bottom: 0 none !important;
}

/* line 7, ../sass/_borders.scss */
.br-vn {
  border-top: 0 none !important;
  border-bottom: 0 none !important;
}

/* line 8, ../sass/_borders.scss */
.br-hn {
  border-left: 0 none !important;
  border-right: 0 none !important;
}

/* line 12, ../sass/_borders.scss */
.br-light {
  border: 1px solid #e0dbd5;
}

/* line 13, ../sass/_borders.scss */
.br-dark {
  border: 1px solid #666;
}

/* line 15, ../sass/_borders.scss */
.br-light-r {
  border-right: 1px solid #e0dbd5;
}

/* line 16, ../sass/_borders.scss */
.br-light-l {
  border-left: 1px solid #e0dbd5;
}

/* line 17, ../sass/_borders.scss */
.br-light-t {
  border-top: 1px solid #e0dbd5;
}

/* line 18, ../sass/_borders.scss */
.br-light-b {
  border-bottom: 1px solid #e0dbd5;
}

/* line 19, ../sass/_borders.scss */
.br-light-v {
  border-top: 1px solid #e0dbd5;
  border-bottom: 1px solid #e0dbd5;
}

/* line 20, ../sass/_borders.scss */
.br-light-h {
  border-left: 1px solid #e0dbd5;
  border-right: 1px solid #e0dbd5;
}

/* line 22, ../sass/_borders.scss */
.br-dark-r {
  border-right: 1px solid #666;
}

/* line 23, ../sass/_borders.scss */
.br-dark-l {
  border-left: 1px solid #666;
}

/* line 24, ../sass/_borders.scss */
.br-dark-t {
  border-top: 1px solid #666;
}

/* line 25, ../sass/_borders.scss */
.br-dark-b {
  border-bottom: 1px solid #666;
}

/* line 26, ../sass/_borders.scss */
.br-dark-v {
  border-top: 1px solid #666;
  border-bottom: 1px solid #666;
}

/* line 27, ../sass/_borders.scss */
.br-dark-h {
  border-left: 1px solid #666;
  border-right: 1px solid #666;
}

/* line 29, ../sass/_borders.scss */
.border-none {
  border: 0 none;
}

/* line 3, ../sass/_type.scss */
strong,
.strong {
  font-weight: bold;
}

/* line 8, ../sass/_type.scss */
.kilo {
  font-size: 30px;
}

/* line 13, ../sass/_type.scss */
.largest {
  font-size: 17px;
}

/* line 18, ../sass/_type.scss */
.larger {
  font-size: 16px;
}

/* line 23, ../sass/_type.scss */
.large {
  font-size: 15px;
}

/* line 28, ../sass/_type.scss */
.medium {
  font-size: 14px;
}

/* Default will be 14px; */
/* line 34, ../sass/_type.scss */
small,
.small {
  font-size: 13px;
}

/* line 40, ../sass/_type.scss */
.smaller {
  font-size: 12px;
}

/* line 45, ../sass/_type.scss */
.smallest {
  font-size: 11px;
}

/* line 50, ../sass/_type.scss */
.micro {
  font-size: 10px;
}

/* line 55, ../sass/_type.scss */
.text-sentence {
  text-transform: lowercase;
}

/* line 59, ../sass/_type.scss */
.text-sentence:first-letter {
  text-transform: uppercase;
}

/* line 63, ../sass/_type.scss */
.text-upper {
  text-transform: uppercase;
}

/* line 67, ../sass/_type.scss */
a.text-inverse,
a.text-inverse:hover,
.text-inverse {
  color: #fff;
}

/* line 73, ../sass/_type.scss */
.text-note {
  color: #555555;
}

/* line 77, ../sass/_type.scss */
.text-hint {
  color: #999;
}

/* line 81, ../sass/_type.scss */
.text-light {
  color: #eeeeee;
}

/* line 85, ../sass/_type.scss */
.text-divider {
  color: #50a1b0;
}

/* line 89, ../sass/_type.scss */
a.text-link,
a.text-link:hover,
.text-link {
  color: #333333;
}

/* line 95, ../sass/_type.scss */
a.action-link,
a.action-link:hover,
.action-link {
  color: #f59936;
}

/* line 102, ../sass/_type.scss */
.text-top-note {
  font-family: 'HelveticaNeue-Condensed';
  font-size: 18px;
  color: #999;
}

/* line 103, ../sass/_type.scss */
.text-page-h {
  font-family: 'HelveticaNeue-BoldCond';
  font-size: 30px;
  color: #00759a;
}

/* line 104, ../sass/_type.scss */
.text-section-h {
  font-family: 'HelveticaNeue-BoldCond';
  font-size: 22px;
  text-transform: uppercase;
  color: #f59936;
}

/* line 105, ../sass/_type.scss */
.text-label-h {
  font-family: 'HelveticaNeue-Condensed';
  font-size: 22px;
}

/* line 106, ../sass/_type.scss */
.text-stat-h {
  font-family: 'HelveticaNeue-BoldCondObl';
  font-size: 14px;
  color: #666;
  text-transform: uppercase;
}

/* line 108, ../sass/_type.scss */
.text-success {
  color: #28a745;
}

/* line 109, ../sass/_type.scss */
.text-warning {
  color: #ffc107;
}

/* line 110, ../sass/_type.scss */
.text-danger {
  color: #dc3545;
}

/* line 113, ../sass/_type.scss */
.label-note-bg {
  line-height: 1.1;
  font-size: 11px;
  position: relative;
  z-index: 1;
}
/* line 119, ../sass/_type.scss */
.label-note-bg:before {
  border-top: 1px solid #dfdfdf;
  content: "";
  margin: 0 auto;
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  z-index: -1;
}
/* line 129, ../sass/_type.scss */
.label-note-bg .label-note {
  background: #fff;
  padding: 0 15px 0 0;
  display: inline-block;
}

/* line 136, ../sass/_type.scss */
.note-bg-t:before {
  top: 25%;
}

/* line 140, ../sass/_type.scss */
.unbold {
  font-weight: normal !important;
}

/* tabs
================================================================*/
/* line 3, ../sass/_tabs.scss */
.simple-tabs {
  text-align: left;
  font-size: 13px;
  font-weight: bold;
  height: 50px;
  margin: 0 auto;
  color: #fff;
}

/* line 5, ../sass/_tabs.scss */
.simple-tabs ul {
  line-height: 65px;
  list-style-type: none;
  margin: 0;
  padding: 0 20px;
}

/* line 12, ../sass/_tabs.scss */
.simple-tabs li {
  padding-right: 5px;
  display: inline-block;
}

/* line 17, ../sass/_tabs.scss */
.simple-tabs li.active a,
.simple-tabs li.active a:hover {
  color: #333;
  background-color: #ffffff;
  text-decoration: none;
}

/* line 24, ../sass/_tabs.scss */
.simple-tabs li a {
  color: #fff;
  background-color: #3cb0d5;
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
  padding: 10px 15px;
  -webkit-box-shadow: -1px -1px 1px 0 #ddd;
  -moz-box-shadow: -1px -1px 1px 0 #ddd;
  box-shadow: -1px -1px 1px 0 #ddd;
}

/* line 35, ../sass/_tabs.scss */
.simple-tabs li a:hover {
  color: #00759a;
  background-color: #e5f1f4;
  text-decoration: none;
}

/* line 41, ../sass/_tabs.scss */
.simple-tabs li a span {
  color: #ffffff;
}

/* line 2, ../sass/_lists.scss */
.legend_list .title {
  display: inline-block;
  font-weight: bold;
}

/* line 7, ../sass/_lists.scss */
.legend_list dl {
  margin: 0 0 0 5px;
  padding: 0;
  list-style-type: none;
  text-align: center;
  display: inline-block;
}

/* line 15, ../sass/_lists.scss */
.legend_list dl dt, .legend_list dl dd {
  display: inline-block;
}

/* line 19, ../sass/_lists.scss */
.legend_list dl dt {
  margin-left: 10px;
  min-width: 20px;
  border-radius: 3px;
}

/* line 25, ../sass/_lists.scss */
.legend_list dl dt.red {
  background-color: #d9534f;
}

/* line 29, ../sass/_lists.scss */
.legend_list dl dt.green {
  background-color: #5cb85c;
}

/* line 33, ../sass/_lists.scss */
.legend_list dl dt.orange {
  background-color: #f0ad4e;
}

/* line 37, ../sass/_lists.scss */
.legend_list dl dt.blue {
  background-color: #00b5d6;
}

/* line 41, ../sass/_lists.scss */
.legend_list dl dt.grey {
  background-color: #eee;
}

/* line 36, ../sass/screen.scss */
.header .list-inline {
  height: 15px;
}

/* line 39, ../sass/screen.scss */
a:hover, a:focus {
  color: #003b4e;
  text-decoration: underline;
}

/* line 43, ../sass/screen.scss */
.list-inline > li {
  display: inline-block;
  padding-left: 5px;
  padding-right: 5px;
}

/* line 50, ../sass/screen.scss */
.alert-warning {
  background-color: #fcf8e3;
  border-color: #fbf5d5;
  color: rgba(0, 0, 0, 0.85);
}

/* line 58, ../sass/screen.scss */
.btn-reject a {
  background-color: #e04e3b;
  color: #fff;
  border-radius: 1px;
  padding: 6px 15px;
  font-weight: bold;
  font-size: 13px;
}

/* line 67, ../sass/screen.scss */
.btn-reject a:hover {
  text-decoration: none;
}

/* line 72, ../sass/screen.scss */
.btn-primary a {
  background-color: #00759a;
  border: 1px solid #00759a;
  color: #fff;
  border-radius: 1px;
  padding: 6px 15px;
  font-weight: bold;
  font-size: 13px;
}

/* line 82, ../sass/screen.scss */
.btn-primary a:hover {
  text-decoration: none;
  background-color: #004e67;
}

/* line 87, ../sass/screen.scss */
.btn-outline-primary a {
  background-color: #ffffff;
  border: 1px solid #00759a;
  color: #00759a;
  border-radius: 1px;
  padding: 6px 15px;
  font-weight: bold;
  font-size: 13px;
}

/* line 97, ../sass/screen.scss */
.btn-outline-primary a:hover {
  text-decoration: none;
  background-color: #e5f1f4;
}

/* line 102, ../sass/screen.scss */
.btn-link a {
  background-color: #ffffff;
  color: #00759a;
  border-radius: 1px;
  padding: 6px 15px;
  font-weight: bold;
  font-size: 13px;
}

/* line 111, ../sass/screen.scss */
.btn-link a:hover {
  text-decoration: none;
}

/* line 115, ../sass/screen.scss */
.d-inline-block {
  display: inline-block;
}

/* line 119, ../sass/screen.scss */
select.time-dropbox {
  width: 3.5em;
}
