/* CSS Document */
html
{
    position: relative;
    min-height: 100%;
}

body
{
	margin:0px;
	padding:0px;
	font-family:Gotham, "Helvetica Neue", Helvetica, Arial, sans-serif;
	color:white;
}

body bodyContainer
{
	color:black;
}

.navbar {
    border-radius: 0;
}

.navbar .nav .title
{
	position:relative;
	display:block;
	padding:8px 10px 0px 10px;;
	font-size:24px;
}

footer {
    position: absolute;
    bottom: 0;
    width: 100%;
}

.footer {
    padding-top: 35px;
    padding-bottom: 30px;
    margin: 0 auto;
    background: #2E2E2E url("../img/footer_bg.gif") top repeat-x;
    min-height: 60px;
    position: relative;
    font-size: 12px;
}

.rule
{
	text-align:right;
}

.footer .container .row
{
    display: flex;
    align-items: center;
}

.icon-key
{
    background-size: 22px 22px;
    background-repeat: no-repeat;
    background-image: url(../img/key.png);
}

.icon-card
{
    background-size: 22px 22px;
    background-repeat: no-repeat;
    background-image: url(../img/card.png);
}

.jqx-notification-warning, .jqx-warning
{
    color:black !important;
}

.navbar-nav .title a:link
{
    text-decoration: none;
    color:white;
}

.navbar-nav .title a:visited  
{
    text-decoration: none;
    color:white;
}

.navbar-nav .title a:hover  
{
    text-decoration: none;
    color:white;
}

.navbar-nav .title a:active  
{
    text-decoration: none;
    color:white;
}


div .row div
{
    --border:solid 1px red;
}

.row .header
{
    /*
    background-color: steelblue;
    border:solid 1px #4590C0;
    color:white;
    */
}

.row .headerBg
{
    background-color:silver;
}

.row .header span
{
    font-weight: bold;
}

#wrapper
{
    margin: 25px 0;
    overflow: hidden;
    height: auto;    
    min-height: calc(100% - 120px - 50px);
}

#listCompte [ligne]:not(:last-child)
{
    margin-bottom: 20px;
}

#listCompte a
{
    text-decoration: none;
}

.space20
{
    float:left;
    width:20px;
}

.formSpace5
{
    margin: 20px 0px;
}


