/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/* 
    Created on : 17 juil. 2014, 13:41:36
    Author     : imhotep
*/

.checkbox_Groupe{
    margin-left: 5px;
}
.label_Groupe{
    text-align: justify
}

.title_gestionDestinataire{
    position: absolute;
    text-align: center;
    font-size: 15px;
    font-weight: bold;
   /*margin-left: 40%;
  margin-right: 40%; */
}
ul.yiiPager a:link, ul.yiiPager a:visited {
    border: 1px solid #404040;
    color: black;
    font-weight: bold;
    padding: 1px 6px;
    text-decoration: none;
}
ul.yiiPager .selected a {
    background: none repeat scroll 0 0 black;
    color: #ffffff;
}
.pager li > a:hover {
    background-color: #E5E5E5;
}
.grid-view .filters input, .grid-view .filters select {
    width: 97%;
}
.btn_campagne_activer,.btn_campagne_generer{
    margin-bottom: 5px;
}
.label-medium{
    width: 60px;
    text-align: center
}
.btn_campagne_submit,.btn_login_submit{
    margin-top:20px;
}
#LoginForm_username, #LoginForm_password{
    margin-left: 5px;
}

form input,form textarea, form select,form button,
#user-form input,#user-form textarea, #user-form select,#user-form button,
#destinataire-form input,#destinataire-form textarea, #destinataire-form select,#destinataire-form button{
    margin-left: 5px;
}
#destinataire-form input[type="submit"], #campagne-form input[type="submit"], #user-form input[type="submit"]{
    margin-left: 140px;
}

.radio, .checkbox {
    color: black
}
#campagne-form label.checkbox,#destinataire-form label.checkbox,#user-form label.checkbox {
    float: none;
    padding-top: 5px;
    text-align: right;
    width: 140px;
}
.statutDroit{
    float: right;
    /*text-align: center;
    line-height: 20px; */
    display: inline-block;
}
.statutDroit .label{
    display: inline-block;
    vertical-align: middle;
}
#destinataire-form input[type="checkbox"]{
    margin-top: 9px;
}

.graph .span4{
    margin-left: 5px;
}

.test .nav, .test .nav-pills, .test .nav-stacked, .test .bs-sidebar, .test .affix, .test .nav-tabs{
    display: inline-flex !important;
    position: static;
    
}
.import-row{
    margin: 20px !important;
}
.import-submit{
    margin: 20px;
}
.grp_btn_detail_campagne{
    display: inline-flex;
}

.btn_campagne_modifier{
    margin-left: 20px;
}

td.traiter, td.traiter:hover{
    background-color: rgba(255,0,0,0.3);
}
td.non_traiter, td.non_traiter:hover{
    background-color: rgba(159,159,159,0.3);
}
td.ouvert, td.ouvert:hover{
    background-color: rgba(51,204,0,0.3);
}
td.relancer, td.relancer:hover{
    background-color: rgba(51,0,204,0.3);
}
.importImage img{
    max-height: 150px;
    max-width: 350px;
}
.tdImgImport{
    width: 380px;
}
.import-submit input[type="submit"] {
    padding: 3px 12px;
}
.import_img_submit input[type="submit"]{
    margin-left: 10px;
    padding: 3px 12px;
}
.import_img_submit, .import-submit{
    display: inline-flex !important;
}

.tooltip-liens, .tooltip-liens:hover{
    text-decoration: none;
}

.img-societe {
    max-height: 200px;
    max-width: 200px;
}

.page-candidature {
    background-color: #eee;
    color: inherit;
    font-size: 21px;
    font-weight: 200;
    line-height: 2.14286;
    margin-bottom: 30px;
    padding: 30px;

}
.page-candidature h1 {
    font-size: 63px;
    line-height: 1;
    
}

.candidature-lead {
    font-size: 21px;    
    font-weight: 200;
    line-height: 1.4;
    margin-bottom: 20px;
    font-family: "Helvetica Neue,​Helvetica,​Arial,​sans-serif";
}
.candidature-description p, .candidature-description div, .candidature-description ul, .candidature-description li {
    font-size: 19px;
    line-height: 2;
    font-family: "Helvetica Neue,​Helvetica,​Arial,​sans-serif";
}
.candidature-description {
    padding-top: 40px;
}

body.candidature-body {
    padding-top: 0px;
}

.control-label {
    margin-right: 20px;
    width: 100%;
    text-align: left;
}
#label_cv {
    width: 170px;
}
@media (min-width: 800px) {
    form label {
        width: 30%;
    }

}
@media (max-width: 799px) {
    form label {
        width: 100%;
    }
}
input.span5, textarea.span5, .uneditable-input.span5 {
    width: 360px;
}
.checkbox {
    text-align: left;
}

#Candidats_candidat_vehicule .radio {
    color: black;
    display: flex;
   width: 100%;
}
.checkbox input[type="checkbox"] {
    margin-right: 5px;
}
#Candidats_verifyCode {
    margin-top: 10px;
}

table.items tr.td-vert {
    background-color: rgb(225, 255, 196);
}