@import url('https://fonts.googleapis.com/css?family=Open+Sans+Condensed:300,700|Open+Sans:400,700');

body {
    /*background: url(Images/bg_body.jpg) no-repeat fixed 50% 0 #000000;*/
    margin: 0px;
    padding: 0px;
    text-align: left;
    font-family: 'Open Sans', sans-serif;
}

img {
    vertical-align: middle;
}

#sportel {
    /*width: 980px;*/
    margin: 0px auto;
    /*padding-bottom: 50px;*/
}

footer {
    color: #ccc;
    font-size: 12px;
    padding: 10px 0;
    margin: 0;
}

.navbar, footer {
    background: #0d295a;
}

    footer a {
        color: #ccc !important;
        text-decoration: none;
    }

        footer a:hover {
            color: #f00 !important;
        }

.navbar {
    height: 45px;
    min-height: inherit;
    margin: 0;
    clear: both;
    overflow: hidden;
}

.navbar-header {
    float: left;
}

.navbar-img {
    height: 35px;
    float: left;
    padding: 10px 0 0;
    line-height: 20px;
    vertical-align: middle;
}

.container {
    margin: 0 auto;
    padding: 0 0 0 10%;
    overflow: hidden;
}

#sportelfooter {
    margin-top: 40px;
    background-color: #fff;
}

#header {
    /*width: 980px;*/
}

#logo {
    float: left;
    padding: 10px 0 10px 10%;
}

#logoinfo {
    float: right;
    padding-top: 50px;
}

.wrapper {
    margin: 0 3%;
}

#wrappertv {
    width: 100%;
    margin-top: 5px;
    background-color: #fff;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    border-radius: 10px;
    margin: 0;
}

#content {
    padding: 5px;
    /*float: right;*/
    width: 70%;
    margin: auto;
}

#rightcol {
    position: relative;
}

.rightdiv {
    position: absolute;
    right: 0;
    top: 20px;
}

#welcomemsg {
    color: #b17d20;
    font-weight: bold;
}

.welcome {
    color: #b17d20;
    font-weight: bold;
    font-size: 30px;
}

#loginmsg {
    color: #0d295a;
    font-weight: bold;
}

.login {
    color: #fff;
    font-size: 40px;
    font-family: 'Open Sans Condensed', sans-serif;
}

.deadline {
    color: #0d295a;
    font-weight: bold;
    font-size: 18px;
    margin-top: 15px;
}

#welcomeimg, #welcomemsg {
    margin-top: 15px;
}

#disconnectbtn {
    margin-top: 25px;
}

.lnkButton {
    text-align: center;
    width: 80px;
    padding: 5px;
    border-radius: 5px;
    margin: 5px;
    display: table;
    font-family: 'Open Sans Condensed', sans-serif;
    font-size: 15px;
}

.lnkButton:hover {
    text-decoration: none;
}

a.lnkButton.Disconnect {
    color: white;
    background-color: #0d295a;
    border: 1px transparent solid;
    width:auto;
}

a.lnkButton.Contact {
    background-color: white;
    color: black;
    border: 1px black solid;
}

#tvlogo {
    padding-left: 20px;
    width: 195px;
    height: 250px;
    background-image: url(Images/50.gif);
    background-position: left 50px;
    background-repeat: no-repeat;
    text-align: left;
}

#sportel .bottom {
    clear: both;
    width: 100%;
}

    #sportel .bottom .bg {
        background: url('../../App_Masters/Sportel/Images/background.jpg') no-repeat 50% 60% fixed;
        background-size: cover;
        min-height: 420px;
    }

.style_grisClair {
    color: #bababa;
    font-size: 11px;
    margin-bottom: 20px;
}

.imgfooter {
    float: right;
    margin-top: -115px;
}

#divContainer {
    background: #0d295a;
    padding: 10px;
}

#divWelcome {
    width: 275px;
    display: inline-block;
    margin: 10px;
    text-align: left;
    line-height: 30px;
}

#divLogin {
    display: inline-block;
    vertical-align: bottom;
}

.divError {
    display: inline-block;
    border: 1px solid transparent;
    border-radius: 7px;
    padding: .7rem 1rem;
    background-color: #f8d7da;
    font-size: 1.1em;
}

#rblBilingue {
    display: inline-table;
    vertical-align: sub;
    color: #0d295a;
    font-weight: bold;
}

footer .wrapper {
    margin: 0;
    padding: 10px 0 10px 10%;
}

img#ImgHeader,
img#ImgHeader2 {
    max-height: 85px;
}

#divLogin .loginButton {
    font-size: 10pt;
    border: none;
    padding: 5px 8px;
    margin-right: 9px;
    margin-top: 6px;
    color: #000;
}

    #divLogin .loginButton:hover {
        background-color: #ccc;
        border: none;
        cursor: pointer;
    }
