<TMPL_INLINE components:ui/color/variables.css>

body {
    @apply --bui_font_body_2;
}

ins{
    text-decoration: none;
}

.not_display{
    display: none !important;
}

.invisible{
    visibility: hidden;
}


.bp_unselectable{
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}




.bp_pseudo_link{
    cursor: pointer;
    color: <TMPL_V bui_color_action>;
}
.bp_pseudo_link:hover{
    color: <TMPL_V bui_color_complement>;
}

#bookTmpl h1 {
    margin-bottom: 0;
}
#bookTmpl p {
    margin-top: 0;
}
#bookTmpl p.error {
    padding-left: 2.25em !important;
}
#bookTmpl p.errorSimpleMsg{
    margin: 0;
    font-weight: bold;
}

#bookTmpl span.exclamation {
    margin-left: 0;
}
#bookTmpl th {
    padding-right: .6em;
}
.b_msie #bookTmpl input::-ms-clear{
	display: none;
}

/* general */
form, table {
    margin: 0;
}

.warn {
    color: <TMPL_V bui_color_grayscale_dark>;
    font-weight: bold;
}
input {
	padding-left: .3em;
}


strong {
	font-weight: bold;
}

/* Hide debit card fields by default if JS is available. */
.hasJS #dc_issue_label, .hasJS #dc_issue_field, .hasJS #dc_yyyymm_label, .hasJS #dc_yyyymm_field
{
	display: none;
}

/* Book Stage 3 disabled element styles */



input.grey {
	color: <TMPL_HELPER modify_color color=bui_color_grayscale lightness="50.2">;
}

  td.prices,
  th.prices {
    border-top: 1px solid var(--bui_color_white);
  }

  td.curr,
  td.theprice {
    text-align: right;
  }



span.label {
	padding-right: 17px;
}

span.cvc_code {
	font-weight: bold;
}

.show_for_print {
	display: none;
}

/* Copy experiment that adds a link in the general error message on bs3 */

.roundme { /* all things rounded */
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
	border-radius: 6px;
}

.jq_tooltip .i_icon{
    display: inline-block;
    width: 13px;
    height: 13px;
    background-image: url('<TMPL_STATIC_URL '/static/img/experiments/ico_i_rt.png'>');
}
/* end styling hotels in viewed hotels tab */

/* urgency msg next to CAT at BS3 */
.bp_cta_urgency {
	color: <TMPL_V bui_color_destructive>;
	font-weight: bold;
	margin-bottom: 10px;
}

