/* ======================================================================
  Corporate
======================================================================== */

.clogin .v2-booking-progress {
	background-color: #ccc;
    margin-top: 10px;
    border-radius: 4px 4px 0 0;
}

.v2-corporate-heading {
    padding: 12px 15px;
    text-transform: uppercase;
    font-weight: 600;
}

.v2-corporate-heading + .v2-result-settings {
    float: right;
}


/* =========================================
  User details
============================================ */
.v2-corporate-userdetails {
    font-size: 14px;
    padding: 15px;
    margin: -20px 0 20px;
    border-style: solid;
    border-width: 0 0 1px 0;
    font-weight: 400;
}

.v2-corporate-userdetails  a {
    display: inline-block;
    margin: 0 0 0 30px;
    padding: 0 0 0 20px;
    position: relative;
    text-decoration: none;
}

.v2-corporate-userdetails a:before {
    position: absolute;
    left: -5px;
    top: 0;
    font-family: 'fontello';
    display: block;
    width: 20px;
    text-align: right;
    font-weight: 300;
}

.v2-corporate-home-link:before {
    content: '\e80d';
}

.v2-corporate-logout-link:before {
    content: '\e81a';
}

.v2-corporate-user {
    padding: 0 0 0 18px;
    position: relative;
}

.v2-corporate-user:before {
    position: absolute;
    left: 0;
    top: 0;
    display: block;
    font-family: 'fontello';
    content: '\e80e';
}