html, body, form
{
     min-height:100%;
    height:100%;

}
body{
    background-color: #616161;
}

.wrapper{
    box-shadow: 0 0 4px 2px #808080;
    min-height:100%;
 background-color: #ffffff;
  padding-bottom:20px;
  
}

a, button, input, textarea, select {
    outline: none !important;
}

#main-content{
   padding-top:20px;
}

.left-bar
{
padding-top:20px;
}

div.header{
position:relative;
text-align:center;
}

div.header-content{
text-align:left;
position:absolute;
width:100%;
height:100%;
z-index:1010;
top:0;
left:0;
padding:5px;
}

img.header-image {
max-width:100%;
}







.sortHandle
{
    min-height: 30px;
    cursor: move;
}

.sortHandle .form-group
{
   
   }

i.icon-remove, i.icon-gear
{
    cursor: pointer;
}

#form-toolbox > span
{
    cursor: move;
}

.form-lg
{
    width: 700px;
}

input.full-width, select.full-width, .full-width
{
    width: 100%;
}

input.half-width, select.half-width, .half-width
{
    width: 50%;
}

input.third-width, select.third-width, .third-width
{
    width: 33%;
}

.error .form-control
{
    border-color: #ee9e90;
    background-color: #fbe0dd;
    outline: 0;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(238, 42, 54, 0.60);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(238, 42, 54, 0.60);
}


.error .option-wrapper
{
border-color: #ee9e90;
    background-color: #fbe0dd;
    outline: 0;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(238, 42, 54, 0.60);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(238, 42, 54, 0.60);
}

#formItems-placeholder
{
    min-height: 320px;
    padding:0 15px;
}

.form-item
{
    border: 1px solid #E5E5E5;
    margin-bottom:15px;
     padding:10px 0;
}

.form-row
{
clear:both;
}

.form-item-action
{
    position: absolute;
    right: 5px;
    top: 5px;
}

    .form-item-action i
    {
        padding: 0px 3px;
    }


.widget .popover
{
    top: -50px !important;
}

    .widget .popover.left .arrow
    {
        top: 60px !important;
    }

.relative
{
    position: relative;
}

.color-holder
{
    display: block;
    width: 20px;
    height: 20px;
}

.listeitem-placeholder input.form-control
{
    width: 100%;
}


.pct50
{
    width: 50%;
}

.pct25
{
    width: 25%;
}

.pct10
{
    width: 10%;
}

.auto-width{
display:inline-block;
width:auto;
}


.form-text{
padding:8px;
}

#rbtrp {display:none;}

.boite-a-outils
{
    width:242px;
}

.btn {
    margin-bottom: 5px;
}


span.required {
    color: #F45D43;
    font-size: 131%;
    font-weight: 700;
    line-height: 100%;
    padding-right:5px;
}

.pager li > button {
  display: inline-block;
  padding: 5px 14px;
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: 15px;
}

.pager .next > button {
  float: right;
}

.pager .previous > button {
  float: left;
}
.pager li > button:hover,
.pager li > button:focus {
  text-decoration: none;
  background-color: #eee;
}

.btn-expo{
width:100%;
text-align:left;
overflow:hidden;
}



.agora-wizard .nav-pills li > a{
cursor:auto;
}

.agora-wizard .nav-pills li > a:hover, .agora-wizard .nav-pills li > a:focus{
background-color:transparent;
}

input.bg-danger {
    background-color: #F2DEDE;
}

input.bg-success {
    background-color: #DFF0D8;
}

input[type="radio"].no-float, input[type="checkbox"].no-float{
float:none;
}
/*ul.nav li.dropdown:hover > ul.dropdown-menu {
    display: block;    
}*/

.agora-bar {
    background-color: #428BCA;

 


}
 
.agora-bar a, .agora-bar li {
  
    color:#fff;

 }

.agora-bar a:hover, .agora-bar li:hover {
background-color: rgba(255, 255, 255, 0.5);
    color:#428BCA;

}

.dropdown-submenu{
    position:relative;
}

.dropdown-submenu > .dropdown-menu
{
    top:0;
    left:100%;
    margin-top:-6px;
    margin-left:-1px;
    -webkit-border-radius:0 6px 6px 6px;
    -moz-border-radius:0 6px 6px 6px;
    border-radius:0 6px 6px 6px;
}

.dropdown-submenu:hover > .dropdown-menu{
    display:block;
}

.dropdown-submenu > a:after{
    display:block;
    content:" ";
    float:right;
    width:0;
    height:0;
    border-color:transparent;
    border-style:solid;
    border-width:5px 0 5px 5px;
    border-left-color:#cccccc;
    margin-top:5px;
    margin-right:-10px;
}

.dropdown-submenu:hover > a:after{
    border-left-color:#ffffff;
}

.dropdown-submenu .pull-left{
    float:none;
}

.dropdown-submenu.pull-left > .dropdown-menu{
    left:-100%;
    margin-left:10px;
    -webkit-border-radius:6px 0 6px 6px;
    -moz-border-radius:6px 0 6px 6px;
    border-radius:6px 0 6px 6px;
}