@CHARSET "ISO-8859-1";

html {
	font-family: sans-serif;
	color: #505050;
	font-size: 12px;
}

@media all and (max-width: 1024px) {
    span.hide-on-mobile{
        display: none;
    }
}

div#login {
	background: #e74c3c;
	margin: 250px auto;
	width: 390px;
	position: relative;
	padding: 25px;
	border: 2px solid #505050;
	background: url("images/7AF2Qzt.png");
	border-radius: 12px;
}

@media all and (max-width: 1024px) {
    div#login {
        width: auto;
        margin:80px 10px 0px 10px;
    }
}

div#title {
	background: url("images/logo.png") no-repeat 10px 5px;
	background-color: #ffffff;
	width: 100%;
	height: 90px;
	display: block;
	line-height: 68px;
	font-size: 35px;
	padding-left: 120px;
	margin-bottom: 20px;
	position: fixed;
	top: 0px;
}

div#menu {
	position: fixed;
	top: 90px;
	background-color: #ffffff;
	width: 100%;
}

div#page {
	padding-top: 130px;
	margin-bottom: 50px;
	width: 100%;
}

div#footer {
	position: fixed;
	bottom: 0;
	background-color: #ffffff;
	width: 100%;
	padding-top: 15px;
}

table.liste {
	font-family: sans-serif;
	color: #505050;
	font-size: 12px;
	border-collapse: collapse;
}

@media all and (max-width: 1024px) {
    table.liste {
        width: 100%;
    }
}

table.liste thead {
	height: 23px; /* Hauteur de tes entêtes */
	width: 100%;
	table-layout: fixed;
}

@media all and (max-width: 1024px) {
    table.liste th.hide-on-mobile {
        display: none;
    }
}

table.operations td {
	padding-right: 10px;
	/* permet aux infos de ne pas être cachées par le scroll vertical, étant donné que l'horizontal est masqué  */
}

table.operations>tbody {
	overflow: auto;
	overflow-x: hidden;
}

table.operations {
	width: 100%;
	margin-bottom: 15px;;
}

table.liste tr:hover td {
	background-color: #3781B4;
	color: #ffffff;
}

table.liste td.total {
	font-weight: bold;
	background-color: #EDCE7A;
	padding-left: 20px;
}

table.liste td.subtotal {
	font-weight: bold;
	background-color: #EEEEEE;
	padding-left: 20px;
}

table.liste td {
	background-color: #E8EDFF;
	border: 2px solid #ffffff;
	padding-right: 10px;
}

@media all and (max-width: 1024px) {
    table.liste td.hide-on-mobile {
        display: none;
    }
}

table.liste tr.shared td{
	/*background-color: #EFC8E9;*/
        background-color: inherit;
}

table.liste tr.shared:hover td {
	/*background-color: #CF539B;*/
        background-color: inherit;
        filter: brightness(90%);
        color:#000000;
}

table.liste td.flag {
	background: #E8EDFF url("images/credit-cards.png") no-repeat top right;
}

table.liste th {
	color: #ffffff;
	background-color: #333333;
	font-weight: bold;
}

a.button {
	display: inline-block;
	color: #444444;
	font-weight: bold;
	height: 25px;
	line-height: 24px;
	margin-bottom: 14px;
	text-decoration: none;
	background-color: #F5F5F5;
	background-image: -moz-linear-gradient(center top, #F5F5F5, #F1F1F1);
	border: 1px solid rgba(0, 0, 0, 0.1);
	width: 200px;
	border-radius: 4px;
}

@media all and (max-width: 1024px) {
    a.button{
        width: 115px;
        text-transform: capitalize;
    }
    
    a.button.hide-on-mobile{
        display: none;
    }
}

a:hover.button {
	border: 1px solid #4889F2;
}

.toutes-operations {
	background: url("images/table-money.png") no-repeat 10px 5px;
	text-indent: 30px;
	display: block;
}

.synthese-comptes {
	background: url("images/table-split.png") no-repeat 10px 5px;
	text-indent: 30px;
	display: block;
}

.importer-mouvements {
	background: url("images/drive-upload.png") no-repeat 10px 5px;
	text-indent: 30px;
	display: block;
}

.saisie-mouvements {
	background: url("images/edit-signiture.png") no-repeat 10px 5px;
	text-indent: 30px;
	display: block;
}

.administration {
	background: url("images/ruler-pencil.png") no-repeat 10px 5px;
	text-indent: 30px;
	display: block;
}

.deconnexion {
	background: url("images/cross-circle.png") no-repeat 10px 5px;
	text-indent: 30px;
	display: block;
}

.bilan {
	background: url("images/chart.png") no-repeat 10px 5px;
	text-indent: 30px;
	display: block;
}

.flag-all {
	background: url("images/credit-cards.png") no-repeat 10px 5px;
	text-indent: 30px;
	display: block;
	font-weight: bold;
	height: 25px;
	width:450px;
	line-height: 24px;
}
.flag-all:hover{
	text-decoration:underline;
}

.category {
	font-weight:bold;
}

span.debit {
    /*background-color: #EE3041;
    font-weight: bold;
    color:#ffffff;
    border-radius: 2px;
    padding: 2px;*/    
}

span.credit {
    background-color:#85C941;
    font-weight: bold;
    color:#ffffff;
    border-radius: 4px;
    padding: 1 5 1 5;
}

label.input,label.select {
	float: left;
	width: 150px;
}

input[type="text"].dialog,input[type="number"].dialog,select.dialog {
	width: 195px;
	margin: 2px;
}

input[type="number"]{
    -moz-appearance: textfield;
    -webkit-appearance: none;
}

@media all and (max-width: 1024px) {
    input#dtmin,input#dtmax {
	width: 90px;
	margin: 2px;
    }
}

.cursor-pointer {
	cursor: pointer;
}