/* here you can put your own css to customize and override the theme */
.table_info td {
    vertical-align: top;
    padding: 5px;
}

.logo-entreprise {
    float: left;
    border: 1px solid #eeeeee;
    width: 148px;
    height: 148px;
    text-align: center;
    line-height: 148px;
    margin: 0 30px 30px 0;
}

.logo-entreprise img{
    max-width: 140px;
    max-height: 140px;
}

.logo-entreprise-list {
    max-width: 25px;
    max-height: 25px;
}

h2 {
    color: #444444;
    font-weight: bold !important;
    font-size: 24px;
    margin: 0;
}

.gris-fonce {
    color: #444444;
}

.gris {
    color: #9a9a9a;
}

.gris-clair {
    color: #d6d3d3;
}

.texte-medium {
    font-size: 15px;
}

.texte-xmedium {
    font-size: 14px;
}

.ent_col1 {
  padding:0 !important;
  z-index: 1;  
}

.ent_col2 {
  margin:0 !important;
  background: #fbfbfb;
}

.tab-content {
    padding: 15px;
}

.input-chapitre {
   margin: 15px 0 0 88px;
}
.input-sous-chapitre {
   margin: 15px 0 0 198px;
}
.input-question {
   margin: 15px 0 0 341px;
}

.input-group-addon select {
    background: none;
    height: 20px;
    border: 0;
}

.autosave-indicator {
    position: fixed;
    right: 0;
    bottom: 0;
    color: #FFF;
    background: #8AC7D9;
    padding: 10px 15px;
}

.myform input, .myform textarea{
    display: block;
    width: 100%;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.428571429;
    color: #555;
    vertical-align: middle;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,0.075);
    box-shadow: inset 0 1px 1px rgba(0,0,0,0.075);
    -webkit-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
}

.myform .form-group{
    margin: 0 0 15px 0;
}

.right {
  float: right;
}

.audit_form_container {
  margin-left:25px;
}

.audit_title {
    margin-bottom: 40px;
    color: #377384;
    font-size: 24px;
    font-weight: normal;
}

.audit_chapitre {
  color: #377384;
  font-size: 24px;
  font-weight: normal;
}

.audit_sous_chapitre {
  color: #8ac7d9;
  font-size: 18px;
  font-weight: normal;
  margin:20px 0 0 25px;
}

.audit_question {
  color: #5e6061;
  font-size: 16px;
  font-weight: normal;
  margin: 40px 0 25px 0;
}

.audit_field {
    color: #5e6061;
    font-size: 16px;
    font-weight: normal;
    margin: 0;
}

.btn.blueGpa {
  background: #377384;
  color: #FFFFFF;
}

.breadcrumb .btn-group .btn {
  margin-left: 2px;
}

/**
 *   Navigation 
 */
#auditNavigation ul{
  list-style: none;
}

.questionAvant, .souschapitreAvant, .chapitreAvant, .tomeAvant {
  color: #626262 !important;
}

.questionActive, .souschapitreActive, .chapitreActive, .tomeActive {
  font-weight: bold;
  color: #377384 !important;
}

.questionApres, .souschapitreApres, .chapitreApres, .tomeApres {
  color: #000000 !important;
}

.chapitreCode {
  font-size: 18px;
  color: #5f6161;
  font-style: italic;
}

.souschapitreCode {
  font-size: 14px;
  color: #5f6161;
  font-style: italic;
}

body.modal-open {
    overflow: hidden !important;
}

.navbar-toggle-left {
  float: left;
}

#auditNavigation {
  position: relative;
  padding-right: 28px;
  overflow: scroll;
}

.nav-arrow {
  width: 25px;
  height: 50px;
  background: url('../img/nav-arrow.png') 0 0 no-repeat;
  position: absolute;
  right: 0;
  top: 0;
  display:none;
}

.rightnav-toggle {
  display: inline-block;
  margin-top: 10px;
}

.btn.lockAudit, .btn.deleteAudit {
  width: 37px;
  height: 35px;
}

.noteSynthese {
  padding: 25px;
  font-size: 56px;
}

.graphSynthese {
  padding-top: 25px;
}

.compteurWrapper {
  text-align: center;
}

#form-audit-question .radio-inline {
  padding-left: 0;
}

.questionPonderation {
  text-align: right;
  padding-bottom: 10px;
  font-size: 12px;
  font-style: italic;
}

#utilisateur-permissions-form .control-label {
    padding: 0;
}

#utilisateur-permissions-form .form-group .controls {
    float: left;
}

#tableUtilisateurs .label-info {
    margin-bottom: 5px;
    display: inline-block;
}