* {
    box-sizing: border-box
}

@font-face {
    font-family: 'PatuaOneRegular';
	src: url('../fonts/patuaone-regular-webfont.eot');
	src: local('☺'), url('../fonts/patuaone-regular-webfont.woff') format('woff'),
    url('../fonts/patuaone-regular-webfont.ttf') format('truetype'),
    url('../fonts/patuaone-regular-webfont.svg') format('svg');
	font-weight: normal;
	font-style: normal;
}
@font-face {
	font-family: 'LatoRegWebfont';
	src: url('fonts/Lato-Reg-webfont.eot');
	src: local('☺'), url('fonts/Lato-Reg-webfont.woff') format('woff'),
    url('fonts/Lato-Reg-webfont.ttf') format('truetype'),
    url('fonts/Lato-Reg-webfont.svg') format('svg');
	font-weight: normal;
	font-style: normal;
}

body {
    /*background: url(../img/light_noise_diagonal.png);*/
    /*background: url(../img/gargouillesmall.png) 0 0 no-repeat;*/
    /*font-family: "LatoRegWebfont";*/
}
h1,h2,h3,h4,h5,h6{
    color: #990033;
    /*font-family: "PatuaOneRegular";*/
}

h2 {
    text-align: center;
}

table caption {
    padding: .5em 0;
}

tr.title td {
    background: #ddd;
}

#page-content-wrapper {
    padding: 0 20px;
    position: relative;
}

#sfidp tr input[type='text'] {
    width: 100px;
}

#sfidp tr td {
    height: 55px;
}

#sfidp tr.total{
    background-color: #efefef;
}

@media screen and (max-width: 767px) {
    table caption {
        border-bottom: 1px solid #ddd;
    }
}

@keyframes slidein {
    from {
        background-position: -0px 30px, 0 100px;
    }
    to {
        background-position: -0px 30px, 150% 100px;
    }
}

#headerPage {
    background-image: url(../img/gargouillesmall.png), url(../img/ville.gif);
    background-position: -0px 30px, 0;
    background-repeat: no-repeat, repeat-x;
    background-attachment: scroll, scroll;
    background-size: 184px 210px , 701px 141px;
    height: 241px;
    animation-duration: 100s;
    animation-name: slidein;
    animation-iteration-count: infinite;
    animation-timing-function: linear;
    margin-bottom: 20px;
    position: relative;

    border-width: 0 100px 0 0;
    border-style: solid;
    border-image: linear-gradient(to left, white, rgba(255, 255, 255, 0)) 1 100%;

    border-right: 100px solid url(linear-gradient(to left, white, rgba(255, 255, 255, 0)) 1 100%));
}
#headerPage::before{
    content: "";
    height: 241px;
    /* create a new stacking context */
    position: absolute;
    left: -5px;
    border-width: 0 0 0 150px; border-style: solid;
    border-image: linear-gradient(to right, white, rgba(255, 255, 255, .7), rgba(255, 255, 255, 0)) 1 100%;
}

#sfidp span.span {
    display: block;
    width: 100%;
    height: 100%;
    cursor: pointer;
}

tr.selectedLine {
    background-color: rgba(94%, 100%, 100%, 0.6);
}

#menu-toggle {
    position: fixed;
    z-index: 1000;
}

div#historique {
    display: none;
    position: fixed;
    top: 1px;
    z-index: 100;
    background: #fff;
    padding: 2px;
    background-color: rgba(94%, 100%, 100%, 0.8);
    box-shadow: 8px 8px 12px #aaa;
}

table {
    background: #fff;
}

#budgetList_wrapper{
    margin-top: 50px;
    width: 99%;
}
#budgetList_filter input{
    margin-left: 0;
}

.form textarea.full{
    width: 100%;
}
