@charset "utf-8";

html, body
{
    height: 100%;
    margin: 0;
    padding: 0;
    font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
    font-size: 14px;
}

/* Contenu */

.content
{
    min-height: 95%;
    padding-top: 20px;
}

*:focus, *:active {
    outline: none;
    -webkit-box-shadow: none !important;
    -moz-box-shadow: none !important;
    box-shadow: none !important;
}

* {
    -webkit-border-radius: 0 !important;
    -moz-border-radius: 0 !important;
    border-radius: 0 !important;
}


/* Login Form */
.absolute-center {
    margin: auto;
    position: absolute;
    top: 0; left: 0; bottom: 0; right: 0;
}

.absolute-center.is-responsive {
    width: 50%;
    height: 50%;
    min-width: 200px;
    max-width: 400px;
    padding: 40px;
}

.form-control.margin-bottom-5 {
    margin-bottom: 5px;
}


/* Panel */
.panel-custom
{
    border-color: #e1e1e1 !important;
}

.panel-custom>.panel-heading
{
    color: #757474;
    background-color: #e1e1e1 !important;
    border-color: #e1e1e1;
    font-weight: 700;
}

.panel-custom ul li:hover
{
    background-color: #f2f2f2;
}

/* Footer */
.footer
{
    height: 30px;
    font-weight: 300;
    line-height: 30px;
    text-align: right;
    padding-right: 10px;
    background-color: #e1e1e1;
    color: #757474;
}

ul.no-list-style-type {
    list-style-type: none;
}