﻿.clearFix:after {height: 0;clear: both;font-size: 0;display: block;visibility: hidden;content: " ";}

/* For size 350px and smaller: */
@media screen and (max-width: 350px) {
    .iframeSelectTripPanel, .iframeSelectRoutePanel, .iframeSelectDatePanel { width: 100% }
    .iframeBookOnlinePanel { padding: 1px; }
    .iframeSelectPanel {  padding: 0px 0px 0px 0px; }
    .iframeContinueButtonPanel { padding: 1px 0px; }
    .LoginLinkPanel + .LoginLinkPanel { }
    .iframeLoginLinksPanel { padding: 1px 0px; }
}

/* For size 351px and bigger: */
@media screen and (min-width: 351px) {
    .iframeSelectTripPanel, .iframeSelectRoutePanel, .iframeSelectDatePanel
    {
        width: 90%;
        margin: auto; 
    }
    .iframeBookOnlinePanel { padding: 10px; }
    .iframeSelectPanel {  padding: 30px 0px 0px 0px; }
    .iframeContinueButtonPanel { padding: 15px 0px; }
    .LoginLinkPanel + .LoginLinkPanel { margin-left: 20px; width: 120px; }
    .iframeLoginLinksPanel { padding: 10px 0px; }
}

.iframeBookOnlineBody 
{
    font-family: Arial,Helvetica,sans-serif;
    color: #FFFFFF;
    height: 100%;
}

#pnlTravTypeOneWay, #pnlTravTypeReturn, .iframeSelectRouteOutwardPanel, .iframeSelectRouteReturnPanel, .iframeSelectDateOutwardPanel, .iframeSelectDateReturnPanel
{
    float: left;
    width: 50%;
    padding: 0.7rem 0px;
}

#pnlTravTypeOneWay, .iframeSelectDateOutwardPanel { background-color: #00aabc; }
#pnlTravTypeReturn, .iframeSelectRouteOutwardPanel, .iframeSelectDateReturnPanel { background-color: #42c7d4; }
.iframeSelectRouteReturnPanel { background-color: #8ddce4; }

.iframeSelectRoutePanel
{
    font-size: 1rem;
}

.iframeRadioSel, .iframeSelectRouteOutwardText, .iframeSelectRouteReturnText, .iframeSelectDateOutwardText, .iframeSelectDateReturnText
{
    margin-left: 5px;
}

.iframeRadioLabel
{
    margin-left: 7px;
}

.iframeBookOnlinePanel, .iframeLoginLinksPanel
{
    background-color: #2e3092;
    width: 100%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.iframeBookOnlineText
{
    font-size: 22px;
}

.iframeSelectPanel
{
    background-color: #ffffff;
}

.iframeContinueButtonPanel
{
    width: 100%;
    text-align: center;
}

.ContinueButton {
    z-index: 10;
    height: 48px;
    border: none;
    padding: 0px 15px 0px 15px;
    color: #FFFFFF;
    font-weight: bold;
    background-color: #2e3092;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    -khtml-border-radius: 4px;
    border-radius: 4px;
    cursor: pointer;
    width: 100px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.iFrameButtons 
{
    padding: 0px 2.5px 0px 2.5px;
    display: inline-block;
    vertical-align: top;
}

.LoginLinkPanel
{
    width: 190px;
    float: left;
}

.LoginArrow
{
    width: 0; 
    height: 0; 
	border-top: 6px solid transparent;
	border-bottom: 6px solid transparent;
	border-left: 6px solid #FFFFFF;
	float: left;
    margin-left: 10px;
    margin-right: 2px;
}

.LoginLinkText a
{
    text-decoration: none;
    color: #FFFFFF;
    font-size: 14px;
}

.iframeRadioIcon
{
    border-style: solid;
    border-width: 0.15rem;
    background-color: #ffffff;
    -moz-border-radius: 50%;
	-webkit-border-radius: 50%;
	border-radius: 50%;
    width: 1.2rem;
    height: 1.2rem;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    display: inline-block;
    margin-right: 0.2rem;
}
.iframeRadioIcon {border-color: #29317D;}
.iframeRadioIconSelected, .iframeRadioSel:hover .iframeRadioIcon {background-color: #ee2a7b;}
.iframeBoxSel, .iframeBoxSelSelected { font-size: 0.7rem; cursor:pointer }
.iframeBoxSel:hover, .iframeBoxSelSelected { background-color: #00aabc; color: #ffffff;}
.iframeRadioSel {cursor:pointer; }
.iframeRadioSel
{ 
    padding: 0rem 0.4rem 0rem 2.4rem;
    font-size: 1.0rem;
    position: relative;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    display: inline-block;
}
.iframeRadioSelIconPos {position: absolute;top: 0rem; left: 0.7rem;}