.questionari{
    margin: 0.5em 0.5em 0.6em 0.5em;
}

.passos{
    /*background-color: #b7e1eb;*/
    /*background-color: #ED7703;*/
    height: 40px;
    padding-bottom: 2px;
    border-bottom: 1px solid #666;
    z-index:0;
    clear: both;
    
}

.pas{
    margin-right: 1px;
    border-left: 1px solid #666 !important;
    border-right: 1px solid #666 !important;
    border-top: 1px solid #666 !important;
    background-color: #FFE8C8;
    float: left;
    height: 28px;
    padding-top: 13px;
    cursor: pointer;
    width: 6em;
    vertical-align: middle !important;
    text-align: center;
    font-weight: bold;
    color: #333;
    z-index:1;
}

.pas-selected{
    /*background-color: #00758f !important;*/
    background-color: #ED7703 !important;
    color:white;
    padding-bottom: 1px;
}

.pas span{
    margin: 5px;
    
}

.questions{
    /*border-left: 1px solid #666;*/
    /*border-right: 1px solid #666;*/
    /*border-bottom: 1px solid #666;*/
    /*background: #ED7703;!*#b7e1eb;*!*/
    padding-top: 5px;
    padding-bottom: 5px;
    clear: both;
    margin-bottom: 0.6em;
}

.consulta_bloc{
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    background-color: #CCC;
    padding: 10px;
    margin: 5px;
    float: left;
    width: 25em;
    min-width: 25em;
}

.questions .labels, .questions .textarea_labels {
    width: 100% !important;
    display: block;
    text-align: left;
}

.casella .labels{
    width: 8em !important;
}

.selectors .casella .labels{
    display: inline !important;
    
}

.selectors .casella .radiochecks{
    float: left;
}
  
.questions .pregunta_questionari > .selectors{
    /*
    margin-bottom: 10px;
    background-color: #FFE8C8;
    border-bottom: 1px solid #000000;
    */
    /*background-color: #FFE8C8;*/
    /*border-bottom: 1px solid #888;*/
    padding-bottom: 10px;
    padding-top: 5px;
    padding-left:10px;
    width:99%;
    
/*  -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;*/
}

.questions .questio_taula .labels{
    display: inline;        
}

.pregunta_questionari {
    /*background-color: #888 !important;*/
    margin-bottom: 15px;
    
/*    -webkit-box-shadow:  5px 5px 5px 0px rgba(0, 0, 0, 0.5);
    -moz-box-shadow:  5px 5px 5px 0px rgba(0, 0, 0, 0.5);
    box-shadow:  5px 5px 5px 0px rgba(0, 0, 0, 0.5);
    
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;*/
}
 
/* apartats */
.list_carousel{
    text-align: center;
    margin:0;
}

.list_carousel li.carrussel-item-selected {
    background-color: #ED7703 !important;
    color:white;
}
.list_carousel li {
    padding-top:10px;
    background-color: #FFE8C8 !important;
    color: #333;
    border: 1px solid #666 !important;
}

.questionari .boto{
    float:right;
    margin:0 !important;
}
.questions + .boto{
    margin-bottom:1em !important;
}
.cercador_extra, 
.cercador_extra .selectors, 
.cercador_extra .selectors .labels, 
.cercador_extra .selectors .selects {
    display: inline;
}

.contractacio_bloc {
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    background-color: #CCC;
    padding: 10px;
    margin: 5px;
}

.extra_row {
    background-color: #DDD;
}

table.fitxa {
    margin-top: 10px !important;
    background-color: #CCC;
}

.tabs a.boto {
    font-size: 11px;
    color: white;
}

/* llista contractacions */
.cela_boto{
    min-width: 110px !important;
}

/* cerca avançada */
table.display {
    margin-top: 10px !important;
    border-collapse: separate;
    border-spacing: 2px;
    page-break-inside:avoid !important;
    /*font-size: 10px !important;*/
    font-size: 0.9em !important;
}

td.th{
    background-color: #CCC;
    border-bottom: 1px solid black;
}

tr.odd {
    background-color: #FFE8C8;
}

tr.even {
    background-color: white;
}

td {
    height: 16px;
}

td.center {
    text-align: center;
}
.pregunta_avaluable_css{
    display: inline-flex;
}
.questions>.ui-sortable{
    background: none;
}

.titol_questio{
    font-size: 15px;
    font-weight: bold !important;
}

.titol_questio > .labels{
    font-size: 15px;
    font-weight: bold !important;
}

.titol_questio > .textarea_labels{
    font-size: 15px;
    font-weight: bold !important;
}