html,
body {
    height: 100%;
    background: url("../images/background.png") repeat scroll 0 0 #FFFFFF;
    color: #6e6e6e;
}

.col-centered{
    float: none;
    margin: 0 auto;
}

/* Wrapper for page content to push down footer */
#wrap {
    min-height: 100%;
    height: auto !important;
    height: 100%;
    /* Negative indent footer by its height */
    margin: 0 auto -60px;
    /* Pad bottom by footer height */
    padding: 0 0 60px;
}

/* Set the fixed height of the footer here */
#footer {
    height: 60px;
    background-color: #b4b4b4;
}

/* Lastly, apply responsive CSS fixes as necessary */
@media (max-width: 767px) {
    #footer {
        margin-left: -20px;
        margin-right: -20px;
        padding-left: 20px;
        padding-right: 20px;
    }
}

    /* Custom page CSS
    -------------------------------------------------- */

#wrap > .container {
    padding: 90px 15px 0;
}
.container .credit {
    margin: 20px 0;
    color: #fff;
}

.container .logo {
    margin: 16px 0;
}

code {
    font-size: 80%;
}

.bundle {
    padding: 20px;
}

.bundletop {
    text-align: center;
}

.alert {
    border-radius: 0;
    margin-bottom: 0;
}

.table {
    margin-top: 10px;
    text-align: center;
}

th {
    background-color: #F0F7FD;
    text-align: center;
}

.table .icon-minus, .table .icon-plus {
    cursor: pointer;
}

.deletearticle {
    padding: 0px 6px;
}

a:hover,
textarea:hover,
input:hover,
textarea:active,
input:active,
a:focus,
textarea:focus,
input:focus {
    outline: 0px !important;
}

.tab-content {
    margin-top: 40px;
}

/* add datarangerpicker hack */

.btn-small {
    border-radius: 3px 3px 3px 3px;
    font-size: 11.9px;
    padding: 2px 10px;
}

/* incidentsBoiteArray_wrapper */

#incidentsBoiteArray_wrapper {
    background-color: #FFFFFF;
    border-color: #DDDDDD;
    border-radius: 4px 4px 0 0;
    border-width: 1px;
    box-shadow: none;
    margin-left: 0;
    margin-right: 0;
    border-style: solid;
    padding: 45px 15px 15px;
    position: relative;
}

#incidentsBoiteArray_wrapper:after {
    color: #BBBBBB;
    content: "Incidents Boites";
    font-size: 12px;
    font-weight: bold;
    left: 15px;
    letter-spacing: 1px;
    position: absolute;
    text-transform: uppercase;
    top: 15px;
}

/* incidentsPlisArray_wrapper */

#incidentsPlisArray_wrapper, #incidentsPlisArrayBy_wrapper {
    background-color: #FFFFFF;
    border-color: #DDDDDD;
    border-radius: 4px 4px 0 0;
    border-width: 1px;
    box-shadow: none;
    margin-left: 0;
    margin-right: 0;
    margin-top: 20px;
    border-style: solid;
    padding: 45px 15px 15px;
    position: relative;
}

#incidentsPlisArray_wrapper:after, #incidentsPlisArrayBy_wrapper:after {
    color: #BBBBBB;
    content: "Incidents Plis";
    font-size: 12px;
    font-weight: bold;
    left: 15px;
    letter-spacing: 1px;
    position: absolute;
    text-transform: uppercase;
    top: 15px;
}

.icon-ok {
    cursor: pointer;
}


