
@import url(https://fonts.googleapis.com/css?family=Nova+Script);

body {
    font-family: "Cantarell", Helvetica, sans-serif;
    font-size: .85em;
    background-color: #dfeffc;
    color: #2e6e9e;
    margin: 1px 5px;
}

body.alter {
    background: url(../img/alter.png) no-repeat right 5em;
}

#header {
    background:#2e6e9e url(campagnes/images/ui-bg_gloss-wave_55_5c9ccc_500x100.png) 50% 50% repeat-x;
    position: relative;
    color: #dfeffc;
}

#header a {
    color: #dfeffc;
}

a {
    color: #2e6e9e;
}

a:active, a:hover {
    color: #e17009;
}

#content {
}

#header h1 {
    font-family: 'Nova Script',cursive;
    background: url(../img/logo.png) 0 50% no-repeat;
    min-height: 77px;
    margin: 0;
    padding: 0 .2em .5em 110px;
}

#header h1 a {
    display: inline-block;
    position: absolute;
    bottom: .1em;
    color: rgba(255,255,255,.9);
    text-decoration: none;
}

#logout {
    position: absolute;
    bottom: .2em;
    right: .2em;
}

#footer {
    border-top: 1px solid #2e6e9e;
    text-align:center;
    position: fixed;
    bottom: 0;
    right: 0;
    padding: .1em 4em;
}
#et {
    display: inline-block;
    margin-left: 1em;
    font-size: 80%;
    text-align: right;
}

#tailf #grepKeyword, #tailf #settings {
    font-size: 80%;
}
#tailf .float {
    background: white;
    border-bottom: 1px solid black;
    padding: 10px 0 10px 0;
    margin: 0;
    height: 30px;
    width: 100%;
    text-align: left;
}
#tailf .results {
    padding-bottom: 20px;
}

#accordion {
    max-width: 70em;
}

#recap_campagne ul {
    padding: 0;
    margin: 0;
}

.ok, .ko, .action {
    padding-left: 20px;
    background: no-repeat 0 50%;
    list-style-type: none;
}
.action {
    padding-left: 5px;
}

.ok {
    background-image: url(../img/ok.png);
    background-size: 20px auto;
}

.ok strong {
    color: green;
}

.ko {
    background-image: url(../img/ko.png);
}
.deletebtn {
    background-image: url(../img/delete.png);
}
.action.details {
    background-image: url(../img/list_16.gif);
}

.archivebtn {
    background-image: url(../img/zip.png);
}
button.archivebtn, button.deletebtn {
    background-repeat: no-repeat;
    background-size: 100% auto;
    border: none;
    cursor: pointer;
}
.disabled {
    visibility: hidden;
}

.deletebtn, .action {
    display: inline-block;
    width: 16px;
    height: 16px;
    text-indent: 20px;
    overflow: hidden;
}

.ko strong {
    color: red;
}

.error {
    font-size: .85em;
    color: rgba(0,0,0,.5);
}

th {
    text-align:left;
    padding-right: .5em;
}

th, td {
    border-bottom: 1px dotted rgba(0,0,0,0.5);
}

td ul {
    margin: 0;
    padding: 0 0 0 1em;
}

a.current {
    text-decoration: none;
}
.hidden {
    display: none;
}
div#sql_query {
    margin: 0 auto;
    padding: 1em 0;
    white-space: normal;
    font-family: monospace;
    font-size: larger;
    background-color: white;
    width: 80%;
}
div.paginationControl {
    margin: 0 auto;
    padding: 1em 0;
    width: 50%;
}
.paginationControl .navsep {
    padding: 0 0.5em;
}
.navbuttn.disabled {
    font-style: italic;
    color: gray;
    font-weight: 100;

}
.inlineblock, .inlineblock * {
    display: inline-block;
}
.paginationControl .result {
    margin: 0 1em;
    display: inline-block;
}
.result .total {
    font-weight: bold;
}
table.list {
    border-collapse: collapse;
    border-spacing: 0;
    width: 100%;
}
table.list tr.odd {
    background-color: rgba(140,185,219,0.3);
}
table.list tr.even {
    background-color: #dfeffc;
    border-color: #dfeffc;
}
table.list tr.warn {
    background-color: rgba(128, 0, 0, 0.2) !important;
    font-weight: bold;
    font-style: italic;
}
tr.statut_erreur {
    background-color: rgba(128, 0, 0, 0.2) !important;
    font-weight: bold;
    font-style: italic;
}
td.statut {
    background: url(../img/ok.png) no-repeat left center transparent;
    background-size: 20px auto;
    padding-left: 20px;
}
td.statut.erreur {
    background: url(../img/ko.png) no-repeat left center transparent;
}
td.statut.archive {
    background: url(../img/zip.png) no-repeat left center transparent;
}
table.list tr.test {
    font-style: italic;
    color: rgba(128,128,128,0.7);
}
.order.asc, .order.desc  {
    font-weight: bold;
}
.order.asc {
    background: url(../img/sort_asc.gif) no-repeat right center transparent;
    padding-right: 15px;
}
.order.desc {
    background: url(../img/sort_desc.gif) no-repeat right center transparent;
    padding-right: 15px;
}
.paginator.down {
    display: none;
}
.result .ok {
    background: url(../img/ok.png) no-repeat left top transparent;
    padding-left: 18px;
}
.result .ko {
    background: url(../img/ko.png) no-repeat left top transparent;
    padding-left: 18px;
}
.result li {
    margin: 15px 0;
}
.msg {
    margin: 10px;
    font-family: Arial, monospace;
    font-size: 100%;
}
.msg.erreur, .msg.warning, .msg.infos {
    background-size: 20px auto;
    background-repeat: no-repeat;
    padding: 0 0 5px 25px;
}
.msg.erreur {
    background-image: url(../img/erreur.png);
}
.msg.warning {
    background-image: url(../img/warning.png);
}
.msg.infos {
    background-image: url(../img/infos.png);
}

/* loading animation */

#loading {
    position:fixed;
    top:0;
    bottom:0;
    left: 0;
    right: 0;
    margin: 0;
    text-align: center;
    background-color:rgba(0, 0, 0, 0.5);
    z-index: 100000;
}

#loading p {
    position: absolute;
    top:40%;
    width: 20%;
    margin-left: 40%;
    background-color: rgba(255,255,255,.8);
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    border-radius: 10px;
    padding: 1em 0;
    -moz-box-shadow: 1px 1px 12px rgba(255, 255, 255, 0.4);
    -webkitbox-shadow: 1px 1px 12px rgba(255, 255, 255, 0.4);
    box-shadow: 1px 1px 12px rgba(255, 255, 255, 0.4);
}

/** Formulaire */
#search {}
#search .row {
    display: table-row;
}
#search .cell {
    display: table-cell;
    padding: 0.2em;
}