﻿@charset "UTF-8";
/* CSS Document */

@import url('https://fonts.googleapis.com/css?family=Source+Sans+Pro:400,600');

html, body {
    height: 100%;
}

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    vertical-align: baseline;
}

article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
    display: block;
}

ol, ul {
    list-style: none;
}

blockquote, q {
    quotes: none;
}

    blockquote:before, blockquote:after,
    q:before, q:after {
        content: '';
        content: none;
    }

table {
    border-collapse: collapse;
    border-spacing: 0;
}


body {
    background: #fff;
    margin: 0;
}

a:link, a:visited, a:active {
    text-decoration: none;
    outline: none;
}

a:hover {
    text-decoration: none;
}



.clr {
    clear: both;
    font-size: 1px;
    height: 1px;
}

/* float clearing for IE6 */
* html .clearfix {
    height: 1%;
    overflow: visible;
}
/* float clearing for IE7 */
* + html .clearfix {
    min-height: 1%;
}
    /* float clearing for everyone else */
    .clearfix:after {
        clear: both;
        content: ".";
        display: block;
        height: 0;
        visibility: hidden;
        font-size: 0;
    }

/*END OF CSS SETUP ---------------------------------------------------------------------*/

/*Styling for LiveXconnect Login Page*/

#wrapper {
    width: 510px;
    margin: 0 auto 0 auto;
    font-family: 'Source Sans Pro', sans-serif;
    text-align: center;
    color: #818181;
}
/*LiveXconnect Logo---------------------------------------------------------------*/
div.header {
    padding-top: 60px;
}
/* Home Sourcing Workforce Management------------------------------------------*/
div.subhead {
    padding-top: 45px;
    padding-bottom: 45px;
    font-size: 23px;
    font-weight: 600;
    letter-spacing: 1px;
    color: #334b96;
}

/*LOGIN FORM-----------------------------------------------------------------*/
div.login-form {
    width: 308px;
    margin: 0 auto 0 auto;
    background-color: #f3f7f9;
    -moz-border-radius: 9px;
    -webkit-border-radius: 9px;
    border-radius: 9px;
    overflow: hidden;
    padding-bottom: 30px;
    border: 1px solid #ccc;
}

div.message-form {
    width: 508px;
    margin: 0 auto 0 auto;
    background-color: #f3f7f9;
    -moz-border-radius: 9px;
    -webkit-border-radius: 9px;
    border-radius: 9px;
    overflow: hidden;
    padding-bottom: 30px;
    border: 1px solid #ccc;
}

#MessageBox {
    padding-left: 32px;
    padding-right: 32px;
}

div.loginheader {
    font-size: 20px;
    font-weight: 600;
    letter-spacing: 4px;
    color: #fff;
    background-color: #334b96;
    padding: 10px 0 12px 0;
}

div.login-username-text {
    font-size: 16px;
    color: #6a6a6a;
    padding: 20px 18px 4px 18px;
    text-align: left;
}

div.login-data-entry {
}

div.login-password-text {
    font-size: 16px;
    color: #6a6a6a;
    padding: 10px 18px 4px 18px;
    text-align: left;
}

div.login-data-entry {
}

div.login-button {
    padding-top: 25px;
}

/* Home Sourcing Solutions----------------------------------------------------------*/
div.support-text1 {
    font-size: 22px;
    font-weight: 600;
    letter-spacing: 1px;
    padding: 35px 0 23px 0;
}


/*Application Product Solutions---------------------------------------------------*/
div.support-text2 {
    font-size: 18px;
    font-weight: 600;
    letter-spacing: 2px;
    padding: 0 0 14px 0;
}

/* LEARN MORE LiveXchange link---------------------------------------------------------*/
div.support-text3 {
    font-size: 18px;
    font-weight: 600;
    color: #334b96;
    width: 400px;
    margin: 0 auto 0 auto;
    border-top: 1px solid #6a6a6a;
    border-bottom: 1px solid #6a6a6a;
    padding: 12px 0 12px 0;
}

/*COPYRIGHT-----------------------------------------------------------------------------*/
div.copyright {
    font-size: 14px;
    padding: 36px 0 36px 0;
}
/* Text2 and Text3 UL spacing adjustments----------------------------------------------*/
li {
    display: inline-block;
    padding: 0 2px 0 2px;
}

/* LiveXchange Logo position adjustment------------------------------------------------*/
div.support-text3 img {
    margin-bottom: -8px;
    margin-left: 6px;
}

/* Bullet Point Image spacing adjustments----------------------------------------------*/
div.support-text2 img {
    margin-right: 8px;
}


/* FORM INPUT STYLING-----------------------------------------------------------------*/

div.login-form input {
    width: 262px;
    height: 30px;
    -moz-border-radius: 6px;
    -webkit-border-radius: 6px;
    border-radius: 6px;
    border: 1px solid #868686;
    background-color: #e5eff9;
    font-size: 18px;
    font-weight: 400;
    color: #7B7B7B;
    padding: 4px 4px 4px 4px;
}

/*	BUTTON STYLING--------------------------------------------------------------------*/
.login_button {
    font-size: 18px;
    font-family: 'Source Sans Pro', sans-serif;
    font-weight: 600;
    letter-spacing: 1px;
    -moz-border-radius: 8px;
    -webkit-border-radius: 8px;
    border-radius: 8px;
    border: 1px solid #84bbf3;
    padding: 9px 45px;
    text-decoration: none;
    background: -moz-linear-gradient( center top, #70b2eb 5%, #334c96 100% );
    background: -ms-linear-gradient( top, #70b2eb 5%, #334c96 100% );
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#70b2eb', endColorstr='#334c96');
    background: -webkit-gradient( linear, left top, left bottom, color-stop(5%, #70b2eb), color-stop(100%, #334c96) );
    background-color: #70b2eb;
    color: #ffffff;
    display: inline-block;
    text-shadow: 1px 1px 0px #528ecc;
    -webkit-box-shadow: inset 1px 1px 0px 0px #bbdaf7;
    -moz-box-shadow: inset 1px 1px 0px 0px #bbdaf7;
    box-shadow: inset 1px 1px 0px 0px #bbdaf7;
}

    .login_button:hover {
        background: -moz-linear-gradient( center top, #334c96 5%, #70b2eb 100% );
        background: -ms-linear-gradient( top, #334c96 5%, #70b2eb 100% );
        filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#334c96', endColorstr='#70b2eb');
        background: -webkit-gradient( linear, left top, left bottom, color-stop(5%, #334c96), color-stop(100%, #70b2eb) );
        background-color: #334c96;
    }

    .login_button:active {
        position: relative;
        top: 1px;
    }

.dummy {
    display: none;
}

.btn-default {
    color: #333;
    background-color: #fff;
    border: 1px solid #ccc;
}

    .btn-default:hover,
    .btn-default:focus,
    .btn-default:active,
    .btn-default.active,
    .open > .dropdown-toggle.btn-default {
        color: #fff;
        background-color: #244b9e;
        border: 1px solid #ccc;
    }

    .btn-default:active,
    .btn-default.active,
    .open > .dropdown-toggle.btn-default {
        background-image: none;
    }

.btn-lg,
.btn-group-lg > .btn {
    padding: 10px 16px;
    font-size: 18px;
    line-height: 1.33;
    border-radius: 6px;
}
