@charset "UTF-8";

.legal-container {
    text-align: justify;
}
a[data-legal-url] {
    cursor: pointer;
}

.sidebar-xs .form-group .has-error input.form-control, 
.sidebar-xs .form-group .has-error textarea.form-control,
.form-group .has-error .btn-default, 
.form-group .has-error .btn-default {
    border-color:  #a94442;
}

.error-msg-label {
    color: #a94442;
    font-weight: normal;
    display: block;
    position: absolute;
    border: 1px solid #a94442;
    border-top: 1px solid #a94442;
    padding: 4px;
    margin: -11px 4px 5px 4px;
    background-color: white;
    font-weight: normal;
    box-shadow: 0 0 2px black;
    z-index: 10;
    font-size: 13px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    -o-border-radius: 3px;
    border-radius: 3px;
    -moz-user-select: none;
    -webkit-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.error-msg-label:before {
    display: block;
    background-color: transparent;
    position:absolute;
    top: -9px;
    z-index: 10;
    content: " ";
    background-image: url("img/sprites.png");
    background-position: -160px -382px;
    background-repeat: no-repeat;
    width: 24px;
    height: 9px;
}

.tp-msg {
    position: fixed;
    top: 50%;
    left: 50%;
    border: 2px solid #2ecc71;

    padding: 20px;
    background-color: white;
    border-radius: 4px;
    box-shadow: 0 0 2px rgba(255, 255, 255, 0.5);
}

.tp-msg-loading {
    min-width: 200px;
    max-width: 400px;
    padding-left: 64px;
    background: white url("../img/loading.gif") no-repeat scroll 8px center;
    z-index:1000;
}

.tp-inline-msg {
    transition: all 0.3s ease;
    position: relative;
    margin: 0 auto;
    left: 0;
}

.tp-inline-fixed-msg {
    position: fixed;
    margin: 0 auto;
    bottom: 0;
    left: 50%;
    top: auto;
    width: 400px;
    max-width: 400px;
    margin-left: -200px;
    z-index: 10;
}

@media (max-width: 768px) {
    .tp-inline-msg, 
    .tp-inline-fixed-msg {
        position: fixed;
        top: auto;
        left: 50%;
        margin: 0 auto;
        bottom: 0;
        width: 80%;
        max-width: 80%;
        margin-left: -40%;
        z-index: 10;
    }
}

.sidebar-lead-form-panel {
    position: relative;
}

.sidebar-lead-form-panel .lead-form-fields {
    height: auto;
    -moz-transition: height 0.3s ease;
    -webkit-transition: height 0.3s ease;
    -o-transition: height 0.3s ease;
    transition: height 0.3s ease;
}
.sidebar-lead-form-panel.folded-form .lead-form-fields {
    overflow: hidden;
    height: 0;
}

form[data-role="extra-fields-form"] .form-control{
    margin-bottom: 10px !important;
}

.modal-dialog form[data-role="lead-form"] .form-control,
.modal-dialog form[data-role="search-alert-form"] .form-control {
    margin-bottom: 10px;
}

.error-retry {
    text-align: center;
}

.doughnut-legend li span {
    display: block;
    width: 14px;
    height: 14px;
    border-radius: 4px;
    float: left;
    margin-top: 4px;
    margin-right: 8px;
}

.doughnut-legend {
    list-style: none;
    margin: 0;
    padding: 0;
    font-size: 14px;
    margin-top : 20px;

}

.doughnut-legend li {
    margin-bottom : 4px;
}

.doughnut-legend li:first-letter {
    text-transform: capitalize;
}

.comm-how {
    display: inline-block;
    float : left;
    color : #979797;
    width : 20px;
    text-align: right;
    margin-right : 4px;
}

.click-to-call-form .form-control {
    background-color: #252e37;
    color: #60666a;
}

.click-to-call-form .form-control a {
    color: #9E9E9E;
}
.click-to-call-form .input-group {
    display: block
}
.click-to-call-form .alert-danger {
    margin-top: 10px;
}

.your-experience .opinions .ex-students:last-child {
    border-right: 0;
}

#your-opinion {
    -moz-border-radius: 10px 10px 0 0;
    -webkit-border-radius: 10px 10px 0 0;
    border-radius: 10px 10px 0 0;
}

.report-body {
    text-align: justify;
}

.applicant-type-selector {
    margin-bottom: 10px;
}

.applicant-type-selector {
    font-size: 0;
}

.applicant-type-selector label {
    display: inline-block;
    padding: 5px 12px 5px 12px;
    border-radius: 4px;
    border: 2px solid #cccccc;
    color: #cccccc;
    -moz-user-select: none;
    -webkit-user-select: none;
    -ms-user-select: none;
    user-select: none;
    cursor: pointer;
    margin: 0;
    font-size: 14px;
    width: 50%;
    text-overflow: ellipsis;
    overflow: hidden;
}

.applicant-type-selector label:nth-of-type(1) {
    border-radius: 4px 0 0 4px;
    border-right-width: 0;
}

.applicant-type-selector label:last-child {
    border-radius: 0 4px 4px 0;
    border-left-width: 0;
}

.applicant-type-selector input:checked + label {
    border-color: #60666a;
    color: #60666a;
    box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.075) inset;
    border-width: 2px;
}

.applicant-type-selector input {
    height: 0px;
    width: 0px;
    visibility: hidden;
    display: none;
}

ul.typology-nav-pills {
    display: block;
    width: 100%;
    margin: 0 auto;
    text-align: center;
    margin-bottom: -16px;
    position: relative;
    top: 51px;
    z-index: 10;
}

ul.typology-nav-pills li:last-child {
    margin-left: 20px;
}

@media (max-width: 600px) {
    ul.typology-nav-pills {
        width: 270px;
    }
}

ul.typology-nav-pills li {
    transition: border-bottom 0.3s ease;
    display: inline-block;
    text-align: center;
    float: none;
    border-bottom: 8px solid transparent;
    font-size: 12px;
}

ul.typology-nav-pills li a {
    transition: background-color 0.3s ease;
    border-radius: 4px 4px 0 0;
    padding: 6px;
    color: #60666a;
}

ul.typology-nav-pills li.active a,
ul.typology-nav-pills li.active a:hover,
ul.typology-nav-pills li.active a:active,
.nav-pill.typology-nav-pills > li.active > a, 
.nav-pills.typology-nav-pills > li.active > a:hover, 
.nav-pills.typology-nav-pills > li.active > a:focus {  
    box-shadow: 0 0 2px #909090;
    text-decoration: none;
    background-color: #eee;
    color: #60666a;
}

ul.typology-nav-pills li {
    border-bottom-color: #60666A; /* #1BA355; */
}

ul.typology-nav-pills li.active,
ul.typology-nav-pills li:hover,
ul.typology-nav-pills li:active,
ul.typology-nav-pills li:focus {
    border-bottom-color: #1BA355;
}

.checkbox.form-control.privacy {
    font-size: 14px
}

input[type="checkbox"] {
    display: none;
}

.help-block {
    background-color: rgb(221, 236, 202);
    border: 1px solid #2ECC71;
    border-radius: 6px;
    padding: 8px;
}
.unchecked-checkbox-example,
.checked-checkbox-example {
    display: inline-block;
    width: 16px;
    height: 16px;
    background: url('img/sprites.png') -240px -20px no-repeat;
    vertical-align: middle;
}
.checked-checkbox-example {
    background-position: -260px -20px;
}

.lead-modal-dialog .bootstrap-dialog-footer-buttons,
.search-alert-modal-dialog .bootstrap-dialog-footer-buttons {
    text-align: center;
    text-transform: uppercase;
}

.lead-modal-dialog .panel-footer button,
.search-alert-modal-dialog .panel-footer button {
    text-transform: uppercase;
}

.lead-modal-dialog .month-container,
.lead-modal-dialog .year-container {
    padding-left: 0;
}

.search-alert-modal-dialog .bootstrap-dialog-footer-buttons button {
    text-transform: uppercase;
}
.relead-response-body .panel-footer {
    text-align: right;
}

.pathEsp{
    color: #0072BC;
}

@media (max-width: 991px) {
    .lead-modal-dialog .year-container {
        padding-left: 15px;
    }
}

.online-confidence {
    cursor: pointer;
}

.online-confidence-extra-fields-form {
    position: absolute;
    right: 44px;
    bottom: 15px;  
}

.sidebar-lead-form-panel .form-control.privacy,
.lead-modal-dialog .form-control.privacy {
    float: left;
    width: 100%;
    margin-top: 20px;
}

.sidebar-lead-form-panel .online-confidence,
.lead-modal-dialog .online-confidence {
    width: 100px;
    float: left;
    margin-bottom: 4px;
    margin-right: 5px;
    margin-top: 20px;
}
.sidebar-lead-form-panel.folded-form .online-confidence,
.sidebar-lead-form-panel.folded-form .privacy {
    display: none;
}

.sidebar-lead-form-panel .online-confidence2 {
        margin-top: 20px;
        margin-left: 50%;
        position: relative;
        left: -50px;
    }
.logoconfianza img {
    margin: 0 auto;
    display: block;
    padding-top: 10px;
}
    
@media (max-width: 1150px) {
    .sidebar-lead-form-panel .form-control.privacy {
        float: none;
        width: auto;
    }
    .sidebar-lead-form-panel .online-confidence {
        margin-top: 0px;
        margin-left: 50%;
        position: relative;
        left: -50px;
    }
}

.button-form-bar {
    text-align: center;
}

.range-picker .live-min {
    margin-top: -44px;
}

.report-box .box-wrap {
    overflow: hidden;
}

.radio-item a {
    text-decoration: none;
    color: #60666a;
}
.radio-item a:hover {
    text-decoration: none;
    color: #60666a;
}

#left-sidebar .form-group  a {
    text-decoration: none;
    color: #60666a;
}

#left-sidebar .form-group a:hover {
    text-decoration: none;
    color: #60666a;
}
.box-webmap {
    margin-top:10px;
    min-height: 300px;
}
.box-webmap .title { 
    font-size: 18px; 
    color: #0072bc; 
    font-weight: bold; 
    line-height: 27px; 
    padding:3px; 
}
.box-webmap li {
    margin-left : 4px;
    margin-bottom: 2px;
    list-style:none;
}

.course .box-wrap a.img {
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center top;
}

.course .box-wrap a.img.home-program-img img {
    opacity: 0;
    width: 100%;
}
.course .box-wrap a.img.home-program-img {
    background-size: cover;
}
.course-box .consult-price-label {
    cursor: pointer;
}

.eu-cookie-conform-panel {
    position: fixed;
    bottom: 0;
    border-radius: 0px 4px 0px 0px;
    border-bottom: 0;
    border-left: 0;
    box-shadow: 0 0 4px #9E9E9E;
    z-index: 1000;
    max-width: 600px;
    padding-left: 0;
    padding-right: 0;
}

.eu-cookie-conform-panel p {
    padding: 0;
    margin-bottom: 0;
    text-align: justify;
}

.eu-cookie-conform-panel button {
    margin-top: 4px;
}

.eu-cookie-float-button {
    float: right;
    margin-left: 15px;
    margin-bottom: 20px;
}

.btn-eu-cookie-conform {
    position: fixed;
    bottom: 0;
    left: 10px;
    border-radius: 5px 5px 0 0;
    z-index: 1000;
    background-color: rgba(221, 221, 221, 0.8);
}

header .mobile-search-button a {
    width: 60px;
    height: 60px;
    margin-left: -25px;
    margin-top: -25px;
    display: block;
}

#page-webmap main .area-list-container,
#page-results main .area-list-container,
#page-not-found main .area-list-container {
    -moz-column-count: 1;
    -webkit-column-count: 1;
    column-count: 1;
}

@media (min-width: 768px) {
    #page-webmap main .area-list-container,
    #page-results main .area-list-container,
    #page-not-found main .area-list-container {
        -moz-column-count: 2;
        -webkit-column-count: 2;
        column-count: 2;
    }
}

@media (min-width: 992px) {
    #page-webmap main .area-list-container,
    #page-results main .area-list-container,
    #page-not-found main .area-list-container {
        -moz-column-count: 3;
        -webkit-column-count: 3;
        column-count: 3;
    }
}

#page-webmap main .area-list-container > div,
#page-results main .area-list-container > div,
#page-not-found main .area-list-container > div {
    width: 100%;
    display: inline-block;
    float: none;
}
#page-webmap main .area-list-container .panel .panel-heading,
#page-results main .area-list-container .panel .panel-heading,
#page-not-found main .area-list-container .panel .panel-heading {
    padding-bottom: 10px;
    text-align: left;
    padding: 0 0 10px 0;
}

#page-webmap .area-list-container h3,
#page-results .area-list-container h3,
#page-not-found .area-list-container h3 {
    text-indent: 10px;
    text-align: left;
}

#page-webmap .area-list-container .panel-heading+.list-group,
#page-results .area-list-container .panel-heading+.list-group,
#page-not-found .area-list-container .panel-heading+.list-group {
    box-shadow: none;
}

#page-webmap .area-list-container .panel-heading+.list-group .list-group-item,
#page-results .area-list-container .panel-heading+.list-group .list-group-item,
#page-not-found .area-list-container .panel-heading+.list-group .list-group-item {
    border: 0;
    padding: 2px 15px;
}

#page-webmap .box-webmap,
#page-results .box-webmap,
#page-not-found .box-webmap {
    min-height: 0;
}

#page-webmap .province-container,
#page-results .province-container,
#page-not-found .province-container {
    margin-top: 20px;   
}

#page-results .area-list-container,
#page-results .province-container {
    width: 100%;
}

.alert-topformacion {
    border-color: #E2E7EA;
    background: none repeat scroll 0% 0% #F3F5F7;
    color: #60666A;
}


.course-box .publish-date .calendar,
.col-main .publish-date-container .tficon.calendar {
    color: #2ecc71; 
    background: url('img/sprites.png') -160px -361px no-repeat; 
    vertical-align: middle;
}
.pager li > a.btn-primary {
    background-color: #2ecc71;
}
.pager li > a.btn-primary:hover, .pager li > a.btn-primary:focus {
    background-color: #1BA355;
}
.pager li > a.btn-secondary {
    background-color: #FF803E;
}
.pager li > a.btn-secondary:hover, .pager li > a.btn-secondary:focus {
    background-color: #fc6a20;
}
.modal-dialog .modal-header {
    border-radius: 6px 6px 0 0;
}
.modal-dialog .modal-footer {
    border-radius: 0 0 6px 6px;
}

.modal-dialog .modal-header,
.modal-dialog .modal-footer {
    background-color: #e5e5e5;
}

@media (min-width: 550px) {
    .lead-modal-dialog img.online-confidence {
        position: absolute;
        right: 10px;
        bottom: -80px;
        width: 100px;
        height: 100px;
    }
    .lead-modal-dialog div.form-control.checkbox.privacy {
        float: left;
        margin-bottom: 0;
        margin-top: 0;
    }
}

@media (min-width: 992px) {
    .lead-modal-dialog img.online-confidence {
        bottom: -65px;
    }
}
.checkbox.form-control.custom-privacy {
    float: none;
    width: auto;
    
    max-height: 100px;
    overflow-y: auto;
    border: 2px solid  #dbe1e4;
    padding: 8px;
}

.checkbox.form-control.custom-privacy label {
    width: 20px;
    height: 16px;
    vertical-align: middle;
    padding: 3px 0;
}

ul.tags li.item {
    vertical-align: top;
}

.tags-collapsable .tag .wrap.location-item-tag-wrap {
    display: inline-block;
    max-width: 200px;
    overflow-x: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    font-size: 14px;
}

ol.breadcrumb li:last-of-type span {
    width: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
}

.relead-response-body .more-results.cpc-more-results {
    margin-top: 50px;
}

.panel-footer.panel-footer-relead {
    text-align: center;
}

.relead-form li.list-group-item:first-child,
.relead-form li.list-group-item,
.relead-form li.list-group-item .form-control.checkbox {
    -moz-transition: background-color 0.3s easer;
    -webkit-transition: background-color 0.3s easer;
    transition: background-color 0.3s easer;
    
}
.relead-form li.list-group-item:first-child,
.relead-form li.list-group-item {
    border-radius: 0;
    
}

.relead-form li.list-group-item:hover,
.relead-form li.list-group-item:hover .form-control.checkbox {
    border-color: #1BA355;
    z-index: 1;
}

.relead-form .panel-footer-relead .btn-primary{
    padding: 15px 12px;
}

.extra-fields-form .panel-footer-relead .btn-primary{
    padding: 15px 12px;
}

.sidebar-lead-form-panel .cpc-more-results .ad-box {
    background-color: white;
}

.sidebar-lead-form-panel .cpc-more-results .ad-box .img {
    max-width: 10000px;
    padding-right: 0;
    margin: 15px 0;
    float: none;
    width: 100%;
}

.sidebar-lead-form-panel .cpc-more-results .ad-box .img img {
    width: 100%;
}

.sidebar-lead-form-panel .cpc-more-results .ad-box .btn-web {
    margin-top: 15px;
    width: 100%;
    text-transform: uppercase;
    font-weight: bold;
    line-height: 38px;
    border-radius: 38px;
    display: block;
    margin-top: 15px;
}

.ad-box .btn-web {
    margin-top: 15px;
    text-transform: uppercase;
    font-weight: bold;
    line-height: 38px;
    border-radius: 38px;
    margin-top: 15px;
}

.ad-box a.url {
    display: block;
    float: none;
    cursor: pointer;
}

.ad-box a.title {
    text-overflow: ellipsis;
    overflow: hidden;
}

.ad-box .intro {
    height: auto;
}

.ad-box .box-wrap:after {
    content: " ";
    display: block;
    clear: both;
}

.ad-box .box-wrap::after {
    content: " ";
    display: block;
    clear: both;
}

.center-web-label {
    cursor: pointer;
}
.program-ad-box {
    margin-bottom: 0;
}


@media (max-width: 767px) {
    .ad-box .btn-web {
        width: 100%;
    }
}

@media (max-width: 992px) {
    .header .top .row > div > .tficon{
        margin-right: 0px;
        margin-top:40px;
    }
}
@media (max-width: 1024px) {
   #page-results .clickToAction,
   #page-centre .clickToAction,
   #page-course .clickToAction,
   #page-report .clickToAction{width: auto;}
   #page-results .price,
   #page-centre .price,
   #page-report .price{width:50%}
   #page-results .intro,
   #page-centre .intro,
   #page-report .intro{width:100%}
   #page-results .btnclickToAction,
   #page-centre .btnclickToAction,
   #page-course .btnclickToAction,
   #page-report .btnclickToAction{width:30%}
   #page-results .btn-listLead,
   #page-centre .btn-listLead,
   #page-report .btn-listLead{font-size: 14px;padding-top: 8px}
}
@media (max-width: 767px) {
   #page-results .price,
   #page-centre .price,
   #page-report .price{width:100%}
   #page-results .btnclickToAction,
   #page-centre .btnclickToAction,
   #page-course .btnclickToAction,
   #page-report .btnclickToAction{width:100%;padding-left:0px;}
   #page-results .btn-listLead,
   #page-centre .btn-listLead,
   #page-report .btn-listLead{font-size: 14px;min-width: 0px}
}

/**retoques en RECUPON**/
.suggested-program-panel .form-control.checkbox label{
    display: flex;
    align-items: center;
    flex-wrap: wrap;
}
.suggested-program-panel .form-control.checkbox img {
    max-height: 50px;
}
@media (max-width: 767px) {
    .suggested-program-panel .form-control.checkbox img {
        display:none;
    }
} 
.suggested-program-panel .form-control.checkbox .course-title {
    font-weight: 700;
    padding-bottom: 5px;
    padding-top: 5px;
}

.modal-backdrop.in {
    filter: alpha(opacity=90);
    opacity: .9;
}

.label-date label {
    font-weight: 400;
    color: #60666a;
    font-size:14px;
}

.job_offers {
    float: none;
}

.job_offers .title {
    line-height: 39px;
    color: #60666a;
    min-height: 18px;
    font-size: 14px;
    display: inline-block;
    float: left;
}

.job_offers label {
    width: 48%;
    height: 34px;
    border-radius: 5px;
    border: 1px solid #ccc;
    padding: 6px 12px;
    font-size: 14px;
    display: inline-block;
    margin: 5px 0 10px;
    cursor: pointer;
    text-align: center;
}

.job_offers .title {
    display: block;
    float: none;
    margin: 0;
    padding: 0;
    line-height: 20px;
}

.job_offers span {
    display: block;
}

.job_offers input {
    float: none;
}

.job_offers label.option-one {
    margin-left: 1%;
}

.job_offers label.option-two {
    margin-left:0%;
}

.job_offers input[type="radio"] {
    vertical-align: middle;
    margin: 0 5px 0 0;
}

@media screen and (max-width: 991px) and (min-width: 480px) {

    .job_offers label.option-one {
        margin-left: 0%;
    }
    .job_offers label.option-two {
        margin-left: 3% ;
    }
}
@media screen and (max-width: 991px) and (min-width: 768px) {
    .job_offers label {
        width: 47%;
        font-size: 10px;
    }
}

@media screen and (max-width: 526px) and (min-width: 481px) {
    .job_offers label {
        width: 47%;
        font-size: 10px;
    }
}
