 
/* ********************************************************************************** */
/*                                                                                    */
/* Global                                                                             */
/*                                                                                    */
/* ********************************************************************************** */

.label-block {
    display: block;
}

footer p{ 
    text-align: center;
}

.divider--option{
    margin: 12px 0 6px 0;
}

.loader {
    position: absolute;
    top: 50%;
    left: 0;
    width: 100%;
    margin-top: -10px;
    line-height: 20px;
    text-align: center;
} 


#progressbar li.uncompleted span{
    cursor: pointer; 
    background: white none repeat scroll 0 0;
    border: 1px solid #ffc45f;
    color: #999;
}

#progressbar li.active.uncompleted span,
#progressbar li.uncompleted span:hover{
    background: #ffc45f;
    border: 1px solid #ffc45f;
    color: #555;
}

#progressbar li.uncompleted::after {
    background: #ffc45f none repeat scroll 0 0;
    border: 1px solid #ffc45f;
    color: white;
}


/****  Config classes and elements  ****/
/****  All id or class with prefix rc_ are related to the registration_config json file  ****/

#rc_already_registered,
#rc_workshop,
#rc_dinner{
    display: none;
}

#rc_dinner{
    margin-top: 10px;
}

.rc_early_bird_title label,
.rc_early_bird label{
    padding-top: 3px;
}

.rc_after_price label{
    padding-top: 3px;
    color: #B5B4B4;
}

.rc_plus_package_info label{
    padding-top: 7px;
    color: #B5B4B4;
}


.main_conf_notice {
    color: #444;
    display: block;
    line-height: 1.3;
    text-align: center;
    padding: 20px 0;
}

.main_conf_notice em{
    font-size: .95em;
}


.label-no-padding-top{
    padding-top: 0 !important;
}

.id_client_block{
    display: none;
    margin-top: 20px;
}

.id_client_block i{
    display: block;
    margin-top: 10px;
    font-size: 0.85em;
    cursor: pointer;
}

.dropdown_restaurant{
    display: none;
    margin: 15px 0 0 0 !important;
    padding-left: 0;
}

#special_rate_options{
    display: none;
}

.association_code{
    position: relative;
}

.input-association{
    max-width: 77%;
}


.association_or{
    position: absolute;
    right: 25px;
    top: 5px;
}

/****  Components  ****/
.table-active, .table-active>td, .table-active>th {
    background-color: #f5f5f5;
}

#rc_restaurant span,
#rc_pluspackage span,
#rc_dinner span {
    font-size: 1.2em;
    left: 4px;
    top: 8px;
    cursor: pointer;    
}

/*  Workshops - Preconferences  */

.workshop-option {
    margin: 15px 0;
}

.workshop-option .list-group-item {
    margin: 0;
    overflow: hidden;
}

.workshop-option .list-group-item label{
    width: 100%;
    overflow: hidden;
    display: block;
    cursor: default;
}

.workshop-option .list-group-item label.bookable{
    cursor: pointer;
}

.workshop-option .list-group-item label span.workshop-code{
    min-width: 190px;
    display: inline-block;
}

.workshop-option .list-group-item label span.workshop-code .leyend{
    display: inline-block;
    font-style: italic;
    font-size: 10px;
    margin-left: 35%;
}

.no-workshop-message p{
    text-align: center;
    margin: 30px 0 150px 0;
}

.no-workshop-message p span{
    max-width: 300px;
}


/*
.workshop-option .list-group-item label .workshop-type{
    margin: 0 0 0 20%;
    width: 70px;
    display: inline-block;
    background-color: #c9c9c9;
    border-radius: 4px;
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1) inset;
    height: 14px;
    overflow: hidden;
    vertical-align: middle;
}

.workshop-option .list-group-item label .workshop-type span{
    background-color: #337ab7;
    box-shadow: 0 -1px 0 rgba(0, 0, 0, 0.15) inset;
    color: #fff;
    font-size: 12px;
    height: 100%;
    line-height: 20px;
    text-align: center;
    transition: width 0.6s ease 0s;
    width: 0;
}

.workshop-option .list-group-item label .workshop-type .fullday{ float: left; width: 100%; }
.workshop-option .list-group-item label .workshop-type .morning{ float: left; width: 50%; }

.workshop-option .list-group-item label .workshop-type .afternoon{ float: right; width: 50%; }
*/

.workshop-option .list-group-item label span.workshop-state{
    display: inline-block;
    margin: 0 0 0 25%;
    text-align: right;
    width: 216px;
}


.workshop-option .list-group-item a{
    margin: 15px 0 0 20px;
    width: 96%;
}

.workshop-option .list-group-item.selected a{
    color: #FFF;
}

/*  Themes  */


.themes-option {
    margin: 15px 0;
}
.themes-option .list-group-item {
    margin: 0;
    cursor: pointer;
}

.themes-option span {   
    cursor: pointer;
    width: 70%;
    display: inline-block;
    vertical-align: middle;
}

.themes-option span:hover {
    text-decoration: underline; 
    color: #777;
}

.themes-option .selected .theme-text,
.themes-option .selected b {
    color: #FFF;
}

.themes-option .selected span:hover{
    color: #FFF;
}

.themes-option b{
    color: #555;
     margin: 0 5px;
}

.themes-option .theme-text {
    border-bottom: 1px #e5e5e5;
    border-top: 1px #e5e5e5;
    color: #777;
    display: block;
    margin: 10px 0;
    padding: 5px 0;
    display: none;

}

.themes-option .theme-text ul li{
    margin: 8px 0;
}

.themes-option .theme-text p{
    margin: 10px 0 10px 15px;
}


/****  Personal details  ****/

.twitter-name{
    padding-left: 15px !important;
    padding-right: 15px !important;
    /*width: 56.1%;*/
}

#other_reason{
	display: none;
}


/****  Profile  ****/

.js-area-activity4,
.js-area-activity3,
.js-area-activity2,
.js-area-activity1,
.area_government_other,
.area_association_other,
.area_business_service,
.area_business_other,
.area_education_other,
.job_function_other,
.e-provider-other,
.e-user-other,
#edtech_provider_select,
#elearning_user_options{
    display: none;
}

.area_activity_select{
    margin: 10px 0;
}

/****  Payment  ****/

.btnPrint-center{
    display: block;
    margin-left: auto;
    margin-right: auto;
}

.info-extra-icon{
    cursor: pointer;    
}
.info-extra-icon .glyphicon{
    display: inherit; 
    font-size: 18px;  
}

#resume_price > div{
    /*min-height: 300px;*/
    margin-bottom: 0px;
    display: block;
    position: relative;
}

#resume_vat,
#resume_no_vat{
    display: none;
    margin-bottom: 0;
}

#resume_vat tbody tr th.total-amount i,
#resume_no_vat tbody tr th.total-amount i{
    font-weight: normal;
}

#resume_vat tbody tr th.total-amount i:before,
#resume_no_vat tbody tr th.total-amount i:before{
    font-weight: normal;
}


#upload-input label{
    width: 100%;
}

.reg-submit{
    display: block;
    margin: 0 auto;
}

.upload-button{
    margin: 15px 0 0 0;
}

#file_error{
    color: #a94442;
    display: none;
    float: left;
    margin: 10px 0 0;
    position: relative;
    width: 100%;
}

#vat_europe,
#vat_no_europe,
#noeu_vat,
#invoice_address_block{
    display: none;
}

#eu_vat div{
    margin-top: 15px;
}

.glyphicon-credit-card,
.glyphicon-list-alt{
	margin-right: 8px;
}


.payment-frame{
    display: block;
    position: relative;
    margin: 35px auto;
}

#sage-frame,
.frame-loader{
    width: 100%;
    max-width: 540px;
    min-width: 320px;
    height: 640px;
    display: block;
    border: none;
}

#sage-frame{  
    z-index: 15; 
    position: absolute; 
    top: 0; 
    left: 0;
    right: 0;
    margin-left: auto;
    margin-right: auto;
}

.frame-loader{ 
    z-index: 5; 
    position: relative; 
    margin: 0 auto;

}


/****  Styling  ****/

.accompanying-field{
    padding-top: 8px;
    padding-bottom: 6px;
}

.donate-block{
    display: none; 
}
.donate-block .input-group{
    padding: 18px;
}

.special-rate{
    padding: 0 15px !important;
}

.title-option{
    margin-bottom: 20px; 
}
.conference-option{
    margin-top: 15px;
    margin-bottom: 15px; 
}

.button-block{
    margin-top: 35px;
}

.reset-block{
    display: none;
    margin: -15px 0 10px;
    position: relative;
}

.btnReset{
    display: block;
    margin: 15px auto;
}

.btnAgain{
    margin: 25px auto 0 auto;
    display: block;
}

.marked-input{
    background-color: #EB624A; 
    padding: 10px; 
    border-radius: 6px;
}

.marked-input label{
    padding-top: 0 !important; 
    color: #ffffff;
}

.list-group-item.selected {
  border-color: transparent;
}

/****  Miscellaneous  ****/

.modal-header h4 span{
    font-size: 1.2em;
    margin-right: 6px;
    top: 4px;
}

.has-success .checkbox, 
.has-success .checkbox-inline, 
.has-success .control-label, 
.has-success .help-block, 
.has-success .radio, 
.has-success .radio-inline, 
.has-success.checkbox label, 
.has-success.checkbox-inline label, 
.has-success.radio label, 
.has-success.radio-inline label{
    color: inherit;
}

.extra-label, 
.extra-field{ 
    margin: 10px 0 0 0;
}


/**************************
      MEDIA QUERIES  
**************************/


/****  Small device  ****/

@media screen and (max-width: 1100px) {

    .reset-block{
        margin: 5px 0 10px;
    }

}    

/****  Small device  ****/

@media screen and (max-width: 766px) {

    .association_or {
        position: relative;
        right: 0px;
        top: 0px;
        margin: 15px 0 5px 0;
    }

    /* Preconferences */

    .workshop-option .list-group-item label .workshop-type {
        float: right;
    } 

    .workshop-option .list-group-item label span.workshop-state {
        margin: 15px 0 0 0;
        display: block;
        text-align: left;
        max-width: 216px;
    }

    .workshop-option .list-group-item a{
        width: 92%;
    }

    .extra-field{ 
        margin: 0;
    }

}