/*@import url(fonts.css);*/


/* Body */
body, .x-body {
    font-family: Calibri, Arial, sans-serif;
    background: #ffffff;
    color: #393329;
    font-size: 16px;
}

#loading {
    color: #f1d932;
}

a {
    color: #f1d932;
}

a:hover,
a:active {
    color: #f1d932;
}


.header {
    height:152px;
    margin: 0;
    border: none;
}

.header-center {
    position: relative;
    width: 363px;
    height: 100px;
    background: url(../images/logo.png) no-repeat;
    background-size: 363px;
    margin:0 auto;
    top: 35px;
}

.header-title {
    display: none;
}

.loginForm a,
.bookingForm a,
.bookingForm a:hover {
    font-size: 16px;
    color: #000000;
}

.bookingForm a:hover {
    text-decoration: underline;
}

.bookingForm .btn-default,
.bookingForm .btn-default:hover,
.bookingForm .btn-default:active {
    color:white;
}

.container-wrap {
    background: transparent url("../images/tabs-wrap.png") repeat-x;
    background-size: 100% 83px;
}

.nav-tabs {
    border: none;
}

.loginForm ul {
    list-style: none;
}

.loginForm ul li {
    width: 300px;
    text-align: center;
}

.loginForm .nav>li>a {
    display: inline-block;
    padding: 0;
    padding-top: 97px;
    line-height: normal;
    text-transform: uppercase;
    font-weight: bold;
    color: #002953;
    background-color: transparent;
    min-width: 190px;
    text-align: center;
    font-size: 20px;
}

.nav-tabs>li.active>a,
.nav-tabs>li.active>a:hover,
.nav-tabs>li.active>a:focus {
    border: none;
}

.nav-tabs.nav-justified>.active>a,
.nav-tabs.nav-justified>.active>a:hover,
.nav-tabs.nav-justified>.active>a:focus {
    border: none;
}

.nav-tabs.nav-justified>li>a {
    border: none;
}

.form-horizontal .control-label {
    color: #666666;
    text-transform: uppercase;
    text-align:left;
    font-size: 16px;
    font-weight: normal;
}

.loginForm a.corporate {
    background:transparent  url("../images/tab-icon-corporate.png") no-repeat center;
    background-size: 54px 55px;
}

.loginForm .nav>li.active>a,
.loginForm .nav>li.active>a:hover {
    color: #393329;
}

.loginForm .active a.corporate,
.loginForm .active a.corporate:hover
{
    background: transparent url("../images/tab-icon-corporate-selected.png") no-repeat center;
    background-size: 190px 57px;
}

.loginForm a.personal {
    background: transparent  url("../images/tab-icon-personal.png") no-repeat center;
    background-size: 54px 55px;
}

.loginForm .active a.personal,
.loginForm .active a.personal:hover
{
    background: transparent url("../images/tab-icon-personal-selected.png") no-repeat center;
    background-size: 190px 57px;
}

.loginForm .form-panel {
    border: none;
    box-shadow: none;
    padding-top: 25px;
}

.loginForm .form-control {
    height: 40px;
    padding: 10px 16px;
    font-size: 18px;
    line-height: 1.33;
    border: none;
    box-shadow: none;
    border-radius: 5px;
    color: #393329;

    background-color: #ffffff;
    border: solid #ccc 1px;
    border-radius: 5px;
    -moz-box-shadow: inset 0 1px 2px rgba(0,0,0,.2);
    -webkit-box-shadow: inset 0 1px 2px rgba(0,0,0,.2);
    box-shadow: inset 0 1px 2px rgba(0,0,0,.12);
}

.loginForm .form-control:focus {
    border: solid #002953 1px;
}

.loginForm .splitter {
    border-color: #002953;
}

.loginForm .forgot-password {
    text-align: left;
    font-size: 14px;
}


#footer {
    background-color: #002953;
    color: #ffffff;
}

#footer .email,
#footer .phone {
    font-weight: bold;
}

.footer-text {
    padding-top: 26px;
}

.footer-text a {
    color: #ffffff;
    font-weight: bold;
}

.footer-text a:hover,
.footer-text a:active {
    color: #ffffff;
}



/* Button */
.btn-default,
.x-btn-default-small,
.x-ie8 .x-btn-default-small,
.btn-default-small,
.btn-default.btn-over,
.x-btn-default-small.btn-over,
.x-ie8 .x-btn-default-small.btn-over,
.btn-default-small.btn-over {
    color: #ffffff;
}

.btn-default {
    background-color: #f1d932;
    background-image: none;
    display: inline-block;
    color: #ffffff;
    border: 1px solid #004051;
    font-size: 16px;
    border-radius: 5px;
}

.button button {
    font-weight: bold;
    text-transform: uppercase;
    color: #002953;
}

.btn-default:hover {
    background-color: #f1d932;
    border: 1px solid #004051;
}

.btn-default:active {
    position: relative;
    top: 1px;
}

.btn-default button {
    line-height: 40px;
}

.button {
    height: 40px;
    line-height: 40px;
}

.button button:before,
.button button:after {
    width: 23px;
}

.booking-form-summary .x-form-item-label-left {
    font-family:  Calibri, Arial, sans-serif;
}

.booking-form-summary .x-form-display-field .font-awesome {
    color: #999999;
}
.company-icon {
    background: url(../images/mobile-banner.jpg) no-repeat center;
    background-size: contain;
}

.deleteFormOuter .loginForm {
    padding-top: 85px;
}

@media screen and ( max-width: 800px ) {
    .loginForm .nav>li.active>a,
    .loginForm .nav>li.active>a:hover {
        background-size: 133px 57px!important;
        background-position-y: 34px;
    }

    .loginForm .nav>li:not(.active) > a {
        background-position-y: 34px;
    }

    .loginForm .active a.corporate,
    .loginForm .active a.corporate:hover {
        background: transparent url("../images/tab-icon-corporate-narrow-selected.png") no-repeat center;
    }

    .loginForm .active a.personal,
    .loginForm .active a.personal:hover {
        background: transparent url("../images/tab-icon-personal-narrow-selected.png") no-repeat center;
    }
}