
body, td {
    font-family: HelveticaCn, helvetica, sans-serif;
    font-size: 14px;
    padding: 10px 0 0 0;
}

/* global messages */
div.message {
    color: #CB0000;
    font-weight: bold;
    padding: 0;
}

/* -------------------------------------------------------------------------------- */
/* Signing form: */

#logotop {
    margin: 20px auto;
    text-align: center;
}

#logotop img {
    max-width: 172px;
    max-height: 72px;
    margin: 0 12px;
}

.form hr {
    margin: 4px 0;
}

.form {
    margin: 0 auto;
    border-radius: 10px;
}

.form-add {
    max-width: 400px;
    padding: 0 20px;
}
.modal-form {
    width: 520px;
}

.form-signin {
    padding: 10px 80px;
    max-width: 450px;
    background: #E0DED7;
    border: 1px solid #E0DED7;
}


.form label {
    font-weight: normal;
}
.form-heading {
    font-size: 16px;
    font-weight: bold;
    text-align: center;
    margin: 10px;
    text-transform: uppercase;
    padding: 4px 0 10px 0;
}

.form .form-control {
    position: relative;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding: 8px;
    margin: 3px 0;
    border: 1px solid #ADAB9F;
    border-radius: 5px;
    color: black;
}

#nouv_dossier label {
	clear: both;
	float: left;
	padding-top: 10px;
}

#nouv_dossier .boutons label.apres {
	clear: none;
	float: left;
	display: block;
}

#nouv_dossier .boutons {
	float: right;
	width: 50%;
}

#nouv_dossier .form-control {
	float: right;
	width: 60%;
}

.form-signin .form-control:-moz-placeholder, .form-signin .form-control:-ms-input-placeholder, .form-signin .form-control::-webkit-input-placeholder {
    color: #ADAB9F;
}
.form .form-control:focus {
    z-index: 2;
}

.form button, .form .button {
    background: #CB0000;
    border: 1px solie #CB0000;
    color: white;
    border-radius: 5px;
    padding: 8px 20px;
    margin: 10px 0;
    text-transform: uppercase;
    font-weight: bold;
}
.form #submitbtn {
    text-align: center;
    clear: both;
}
.form button:hover, .form button:focus, 
.form .button:hover, .form .button:focus
{
    color: white;
    background: #CB3030;
    border: 1px solid #CB3030;
}
a {
    color: black;
}
a:hover, a:focus {
    color: #CB0000;
    text-decoration: none;
}


/* -------------------------------------------------------------------------------- */
/* FOOTER */

#logobottom {
    width: 86px;
    height: 46px;
}

.footer {
    position: fixed;
    bottom: 0;
    width: 100%;
    /* Set the fixed height of the footer here */
    height: 46px;
    background-color: #ADAB9F;
    color: white;
    text-transform: uppercase;
    font-weight: bold;

}

.footer .footl {
    padding-top: 15px;
    text-align: left;
}
.footer .footr {
    padding-top: 15px;
    text-align: right;
}

.footer a {
    color: white;
}
.footer a:hover, .footer a:focus {
    color: #CB0000;
    text-decoration: none;
}

/* -------------------------------------------------------------------------------- */
/* MAIN ROWS */


h1 {
    font-size: 18px;
    text-transform: uppercase;
    font-weight: bold;
    text-align: center;
    width: 100%;
    padding-bottom: 20px;
}
h4 {
    font-size: 14px;
    text-transform: uppercase;
    font-weight: normal;    
}

/* links with + on the Left or Right */
a.pll, a.plr {
    background: url(/img/plus.png) no-repeat;
    display: block;
    margin: 6px 0 0 0 ;
}
a.file {
    background: url(/img/fichier.png) no-repeat;
}
a.bal {
    background: url(/img/arrow-left.png) no-repeat;
    display: block;
    margin: 4px 0 0 0 ;
}
a.fol {
    background: url(/img/folder.png) no-repeat;
    display: block;
    margin: 2px 0 0 0 ;
    padding: 0 0 0 30px;
}

a.pll, a.bal {
    padding: 0 0 0 30px;
}
a.plr {
    padding: 0 30px 0 0;
    background-position: right center;
    text-align: right;
}

a.pll:hover, a.pll:focus,
a.plr:hover, a.plr:focus {
    background: url(/img/plusred.png) no-repeat;
    text-decoration: none;
}
a.file:hover, a.file:focus  {
    background: url(/img/fichier-red.png) no-repeat;
}
a.fol:hover, a.fol:focus {
    background: url(/img/folder-red.png) no-repeat;
    text-decoration: none;
}
a.bal:hover, a.bal:focus {
    background: url(/img/arrow-left-red.png) no-repeat;
    text-decoration: none;
}
a.plr:hover, a.plr:focus {
    padding: 0 30px 0 0;
    background-position: right center;
}

div.dotted a.plr, div.dotted a.pll {
    color: #ADAB9F;
}
div.blank a, div.grey a {
    color: black;
}
div.blank p {
    padding-top: 6px;
    color: #ADAB9F;
}

div.red {
    background: #CB0000;
    color: white;
}



div.blank  a:hover, div.blank  a:focus, 
div.dotted a:hover, div.dotted a:focus, 
div.grey   a:hover, div.grey   a:focus
{
    color: #CB0000;
}

.clic {
    cursor: pointer;
}
/* lines */
div.line {
    padding: 0;
    height: 32px;
    overflow: hidden;
    margin: 4px 0px;
}

/* grey lines, dotted lines, blank lines : */
div.grey3:hover {
    background: #CB0000;
    color: white;
}

div.dotted {
    border: 2px dotted #E0DED7;
    color: #ADAB9F;
}
div.dotted div, div.grey div, div.grey3 div, div.blank div {
    padding-left: 10px;
    padding-right: 10px;
}

div.grey, div.grey3 {
    background: #E0DED7;
    color: black;
}
div.level2 {
    margin-left: 60px;
}
div.level3 {
    margin-left: 120px;
}


/* align to left or right: */ 
div.left {
    text-align: left;
    padding: 6px;
}
div.right {
    text-align: right;
    padding: 6px;
}

div.dossierr {
    text-transform: uppercase;
}
div.dossierm {
    text-transform: uppercase;
}

/* the buttons on the right : */

button.cloturer, button.rebuter, a.download, input.submit {
    margin: 0;
    padding: 1px 20px;
    background: white;
    border: 1px solid #ADAB9F;
    border-radius: 5px;
    text-transform: uppercase;
    color: black;
}

button.cloturer:hover, button.rebuter:hover, button.cloturer:focus, button.rebuter:focus {
    background: #E0DED7;
}

/* -------------------------------------------------------------------------------- */
/* Modal dialogs */

h4.modal-title {
    font-size: 16px;
    text-transform: uppercase;
    font-weight: bold;
    text-align: center;
    padding-top: 10px;
}
div.modal-header {
    border-bottom: 0;
    padding: 10px 8px 0 0;
}

/* -------------------------------------------------------------------------------- */
/* List of groups */
div.grouplist {
    height: 170px;
    overflow: auto;
    border: 1px solid #E0DED7;
    border-radius: 5px;
    padding: 4px;
    margin: 4px 0;
}
div.grouplist .group {
    font-weight: bold;
    font-size: 16px;
}
div.grouplist .client {
    padding-left: 8px;
}
div.grouplist input {
    margin-right: 4px;
}

/* -------------------------------------------------------------------------------- */
/* image(logo) upload */
div.imgup {
    color: #ADAB9F;
}

div.acccreate {
    padding: 0;
    margin: 8px 0;
    background: url('/img/key.png') no-repeat;
    padding-left: 40px;
}

/* folder list */
div.folder {
    cursor: pointer;
    background: url(/img/folder.png) no-repeat #E0DED7;
    background-position: 5px 8px;
    padding-left: 24px;
}
div.folder:hover {
    background: url(/img/folder-white.png) no-repeat #CB0000;
    background-position: 5px 8px;
    padding-left: 24px;
}

div.down2 {
    background: url(/img/download2.png) no-repeat #E0DED7;
    background-position: 5px 8px;
    padding-left: 24px;
}

div.history {
    background: url(/img/download1.png) no-repeat white;
    background-position: 5px 8px;
    padding-left: 24px;
}

/* -------------------------------------------------------------------------------- */
/* file upload form */

#filelist {
    border: 1px solid #E0DED7;
    border-radius: 5px;
    padding: 4px;
    margin: 10px;
    height: 150px;
    overflow: auto;
}
.modal-upload {
    width: 680px;
}
.modal-footer .btn-primary {
    color: #fff;
    background-color: #CB0000;
    border-color: #AB0000;
}

div.popup {
    position: fixed;
    top: 10px;
    left: auto;
    margin: 0 auto;
    font-size: 16px;
    padding: 10px;
    border-radius: 10px;
    display: none;
    z-index: 100;
    width: 100%;
}
div#error {
    background: #FFF0F0;
    color: #CB0000;
    border: 1px solid #E0C0C0;
}
div#info {
    background: #F0FFF0;
    color: #00AB00;
    border: 1px solid #C0E0C0;
}

span.badge {
    background-color: #CB0000;
    color: white;
    margin-left: 4px;
    margin-top: -12px;
    margin-bottom: 4px;
}

.libelle {
	font-weight: bold;
}