body{ 
    background-image: url('/bundles/sncftrecrute/images/bg.jpg');
    background-repeat: repeat-x;
    background-position: right top;
    margin: 0px;
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
}

h1 {
    color: #2C6361;
    font-size: 38.5px;
    direction: rtl;
    margin: 20px;
}

h2 {
    font-size: 31.5px;
}

h1, h2, h3, h4, h5, h6 {
    margin: 10px 0;
    font-family: inherit;
    font-weight: bold;
    line-height: 20px;
    color: inherit;
    text-rendering: optimizelegibility;
}

input[type="submit"].bnt_submit, .bnt_submit{
    
    background-image: url('/bundles/sncftrecrute/images/btn_orange.jpg');
    background-repeat: no-repeat;
    height: 50px;
    width: 220px;
    display: table;
    font-size: 24px;
    color: #fff;
    text-align: center;
    border: none;
}

#column-right .bnt_submit{
    margin-left: 41px;
    margin-top: 30px;    
   
}

#column-right ul{
   font-size: 18px;
}

#column-right ul li{
    list-style-image: url('/bundles/sncftrecrute/images/arrow_gris.jpg');
    margin-bottom: 30px;
}


#column-right ul ul {
   padding: 0px;
   margin: 0px;
   margin-top: 20px;
   border-right: solid 1px #002a80;
}

.qr {
    text-align: center;
    vertical-align: middle;
    width: 200px;
}

#column-right {
    font-weight: bold;
}

#column-right ul li ul li {
    list-style: none;
    padding-right: 10px;
    margin-bottom: 0px;
}
ul, ol{    
    margin-bottom: 15px;
    margin-right: 20px;
    margin-top: 15px    
}

li {    
    list-style-image: url('/bundles/sncftrecrute/images/arrow.jpg');
    padding-right: 15px;    
}

.padl {    
    padding-left: 20px;
    padding-right: 20px;
}

label, input, button, select, textarea {
    font-size: 14px !important;
    font-weight: normal;
    line-height: 15px;
}
.btn_simple{    
    background-image: url('/bundles/sncftrecrute/images/btn_orange.jpg');
    background-repeat: no-repeat;
    height: 50px;
    width: 220px;
    display: block;
    font-size: 24px;
    color: #fff;
    text-align: center;
    border: none;
    float: right;
    margin-left: 20px;
    padding-top: 5px;
}

.no-float{
    float: none;
    
}

.btn_simple {
    margin-bottom: 6px;
}

.btn_simple a{ color:#fff; text-decoration: none; margin-top: 15px; display: block; width: 100%; }
.btn_simple_save, input[type="submit"].btn_simple_save{background-image: url('/bundles/sncftrecrute/images/btn_orange_save.jpg');}
.btn_simple_back{background-image: url('/bundles/sncftrecrute/images/btn_orange_back.jpg');}
.btn_simple_rouge{background-image: url('/bundles/sncftrecrute/images/btn_rouge.jpg');}
.btn_simple_small{ width:120px;}

.btn_simple.fix{
    float: none;
}

.table {
    width: 100%;
    margin: 20px;
    direction: rtl;
}

table.table th { vertical-align: middle;}

table tr td label { font-size:19px; }

ul.error li {    
    color: tomato;
}

.captcha{ display: block; 
         border: 1px solid #000; 
         padding: 20px; 
         width: 160px; 
         text-align: center; 
         margin-top: 20px; 
         margin-bottom:20px; 
         float: left; 
         margin-left: 20px;            
         font-size: 25px;
         font-weight: bold;
}

#column-right{    
    padding: 20px;
    font-size: 18px;
    text-align: right;
    background-image: url('/bundles/sncftrecrute/images/bg_right.jpg');
    background-repeat: no-repeat;
    background-position: right top;
    width: 264px;
    min-height: 600px;
}

#form_login a{ font-size: 18px; }

#column-right h2{
    color:#fff;
    font-size: 24px;
    text-align: right;
}

#column-right h3{
    margin-top: 30px;
    font-size: 19px;
    text-align: right;    
    /*width: 80%;*/
}

.text-left {
  text-align: left;
}
.text-right {
  text-align: right;
}
.text-center {
  text-align: center;
}

.text-bold {
    font-weight: bold;
}

.tablex label {
	padding: 10px;
}

.table-annonce td {
    padding: 4px;
}

a.tooltip {outline:none; }
a.tooltip strong {line-height:30px;}
a.tooltip:hover {text-decoration:none;} 
a.tooltip span {
    z-index:10;display:none; padding:14px 20px;
    margin-top:-30px; margin-left:28px;
    width:300px; line-height:16px;
}
a.tooltip:hover span{
    display:inline; position:absolute; color:#111;
    border:1px solid #DCA; background:#fffAF0;}
.callout {z-index:20;position:absolute;top:30px;border:0;left:-12px;}
    
/*CSS3 extras*/
a.tooltip span
{
    border-radius:4px;
    box-shadow: 5px 5px 8px #CCC;
}


tr .spnTooltip {
    z-index:10;display:none; padding:14px 20px;
    margin-top:-30px; margin-left:28px;
    width:300px; line-height:16px;
}
tr:hover .spnTooltip{
    display:inline; position:absolute; color:#111;
    border:1px solid #DCA; background:#fffAF0;}
.callout {z-index:20;position:absolute;top:30px;border:0;left:-12px;}

.form-control {
  display: block;
  width: 100%;
  height: 34px;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.42857143;
  color: #555;
  background-color: #fff;
  background-image: none;
  border: 1px solid #ccc;
  border-radius: 4px;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

.form-control:focus {
  border-color: #66afe9;
  outline: 0;
  box-shadow: inset 0 1px 1px rgba(0,0,0,0.075), 0 0 8px rgba(102,175,233,0.6);
}

.separation {
    min-height: 80px;
}

.nolink {
    color: inherit;        /* keep same color on hover */
    text-decoration: none; /* no underline on hover */
    font-weight: bold;
}