/* <!-- General --> */
body, html {
    font-family: 'Quicksand', sans-serif;
}
.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6, .font-roboto-slab {
    font-family: 'Quicksand', sans-serif;
}
a, button {
    outline: 0 !important;
}

/* <!-- Theme override --> */
.form-control {
    border: 1px solid #ccc;
}
.table>tbody>tr>td, .table>tbody>tr>th, .table>tfoot>tr>td, .table>tfoot>tr>th, .table>thead>tr>td, .table>thead>tr>th {
    vertical-align: middle;
}

/* <!-- Menu --> */
.menuzord li a {
    font-family: 'Quicksand', sans-serif !important;
}
.menuzord-brand img {
    max-height: none;
    margin-top:-15px;
}
.menuzord.blue .menuzord-menu > li.active > a, .menuzord.blue .menuzord-menu > li:hover > a, .menuzord.blue .menuzord-menu ul.dropdown li:hover > a{
    background: #41a9e5;
}
.menuzord-menu > li.menu-absolute{
    position:absolute;
    left:200px;
}

/* <!-- Utilities --> */
.mr5 {
    margin-right: 5px;
}
.ml5 {
    margin-left: 5px;
}
.hr-line-dashed {
    height: 1px;
    border-top: 1px dashed rgba(0,0,0,0.1);
    margin: 30px 0;
}
.text-strike {
    text-decoration: line-through;
}
.bg-yellow {
    background: #41a9e5;
}
.bg-light-green {
    background: #b9fab2;
}
.alpha-50 {
    opacity: 0.5;
}

/* <!-- Newsletter box --> */
.box-home-newsletter {
    background: #41a9e5;
}
.box-home-newsletter .col-md-6:first-child {
    border-right:1px solid #41a9e5;
}
.box-home-newsletter .newsletter-form {
    max-width:350px;
}

/* <!-- Map --> */
.home-map {
    position: relative;
}
.home-map .overlay {
    display:none;
    position: absolute;
    top:0;
    left:0;
    right:0;
    width:100%;
    height: 100%;
    text-align: center;
    background: rgba(0,0,0,0.6);
    color:#000;
    text-transform: uppercase;
    font-size: 12px;
    font-weight: bold;
}
.home-map:hover .overlay {
    display:block;
}
.home-map .overlay > div {
    position: absolute;
    top:50%;
    left:50%;
    margin-left:-120px;
    margin-top:-20px;
    width:240px;
    background: #41a9e5;
    padding:12px 0;
}
.map-legend img {
    width:24px;
    height: auto;
    vertical-align: middle;
}
.map-legend {
    padding:25px;
    font-size:13px;
}
.info_content{
    width:270px;
}
.info_content h3 {
    margin-top: 0;
}
.info_content p:last-child {
    margin-bottom: 0;
}

/* <!-- Account picture overlay --> */
a._changePicture {
    position: relative;
    display: block;
}
a._changePicture .overlay {
    display: none;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background-color: rgba(0,0,0,0.6);
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    text-align: center;
    transition-duration: 0.3s;
}
a._changePicture .overlay .fa {
    top: 50%;
    transform: translateY(-50%);
    position: absolute;
    left: 0;
    right: 0;
    font-size: 35px;
}
a._changePicture:hover .overlay {
    display: block;
}

/* <!-- Croppie --> */
.croppie-container {
    height: auto;
}
.upload-result {
    display: none;
}
.showed {
    display: inline-block;
}

/* <!-- Modal --> */
.modal {
    z-index: 10000;
}
.modal-header {
    background-color: #41a9e5;
    text-align: center;
    border-bottom: none;
    border-top-right-radius: 6px;
    border-top-left-radius: 6px;
}
.modal-header .modal-title {
    color: #FFF;
    font-size: 24px;
}

/* <!-- Summernote --> */
.note-editable {
    padding: 20px !important;
    padding-top: 60px !important;
}

/* <!-- Select2 --> */
.select2-container--default .select2-search--dropdown .select2-search__field {
    padding: 6px 12px;
    box-shadow: none;
    height: 45px;
    border: 1px solid #eeeeee;
    border-radius: 4px;
}
.select2-container--default .select2-selection--single {
    height: 45px;
    border: 1px solid #eeeeee;
}
.select2-container--default .select2-selection--single .select2-selection__rendered {
    height: 45px;
    padding: 6px 12px;
    line-height: 35px;
}
.select2-dropdown {
    border: 1px solid #eeeeee;
}
.select2-container--default .select2-selection--single .select2-selection__arrow {
    top: 10px;
    right: 5px;
}

/* <!-- Rooms calendar --> */
._row_room {
    position: relative;
}
._room_reservation {
    position: absolute;
    border-radius: 4px;
    background-color: #1ab394;
    height: 60px;
    overflow: hidden;
}
._room_reservation._type_module {
    background-color: #0066CC;
}
._room_reservation ._body {
    position: relative;
    padding: 5px;
}
._room_reservation ._body a {
    font-weight: bold;
    font-size: 11px;
    color: #FFF;
    margin: 0;
}
._room_reservation ._body p {
    margin: 0;
    font-size: 10px;
    font-style: italic;
    color: #DDDDDD;
    padding: 0;
}
td._is_room {
    background-color: #41a9e5;
    color: #FFFFFF;
}
._overlay_loading {
    display: none;
    position: absolute;
    background-color: #FFF;
    text-align: center;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    padding-top: 18px;
    z-index: 1;
}
._event_link {
    color: #41a9e5 !important;
}
._new_reservation {
    background-color: #F2F2F2;
    display: block;
    width: 100%;
    text-align: center;
    padding: 10px 0;
    opacity: 0;
}
._new_reservation:hover {
    opacity: 1;
}

._new_reservation_off {
    background-color: #dc3545;
    display: block;
    width: 100%;
    text-align: center;
    padding: 10px 0;
    opacity: 0;
}
._new_reservation_off:hover {
    opacity: 1;
}

/* <!-- Clock picker --> */
.clockpicker-popover {
    z-index: 999999 !important;
}

/* <!-- Overlay formations list --> */
.item:hover ._overlay_formation {
    display: block;
}
._overlay_formation {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    width: 100%;
    background-color: rgba(0,0,0,0.6);
    z-index: 2;
    text-align: center;
    display: none;
}
._overlay_formation .fa-lock {
    font-size: 55px;
    color: #eeeeee;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 0;
    left: 0;
    margin-right: auto;
    margin-left: auto;
}
._overlay_formation .btn {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 0;
    left: 0;
    margin-right: auto;
    margin-left: auto;
    display: inline-block;
    width: 50%;
}

/* <!-- Steps progress --> */
.working-process ._is_validated a, .working-process ._is_validated a:hover {
    background-color: #5cb85c;
    color: #FFF;
    border: none;
}

/* <!-- Slider bullets --> */
.metis .tp-bullet {
    width: 15px;
    height: 15px;
}
.metis .tp-bullet.selected, .metis .tp-bullet:hover {
    background: #41a9e5;
}

/* <!-- Formations --> */
.formations .box .course-single-item {
    min-height: 300px;
}
.formations .price-tag {
    right:10px;
}
._formation_overlay_progression, ._img_container ._overlay {
    position: absolute;
    right: 15px;
    top: 15px;
    padding: 6px 12px;
    background-color: #41a9e5;
    color: #F0F0F0;
    border-radius: 4px;
    font-weight: bold;
}
._img_container {
    position: relative;
}
.working-process._formation_progress li a.active {
    background: #5cb85c none repeat scroll 0 0;
    border: 1px solid transparent;
    color: #fff;
}
.working-process._formation_progress li a._final_step.active {
     background: #41a9e5 none repeat scroll 0 0;
 }
.working-process._formation_progress li a.locked {
    background: #DDD none repeat scroll 0 0;
    border: 1px solid transparent;
}
._formation_progress h5 {
    font-size: 11px;
}
.working-process > li::before, .working-process > li::after {
    border-top-width: 5px;
    border-top-style: solid;
}
.working-process > li.active::before {
    border-top-color: #5cb85c;
}
.working-process > li.active::after {
    border-top-color: #5cb85c;
}

/* <!-- Actions --> */
#modal-view-action .modal-dialog.modal-lg {
    width: 80%;
}
#modal-view-action .modal-body .modal-navigation {
    margin-bottom:20px;
}
.feuille_actions .table tr td {
    display: table-cell;
    vertical-align: middle;
}
.text-strike {
    text-decoration: line-through;
}

/* <!-- Resources --> */
.resources_table td {
    padding: 10px !important;
    font-size: 16px;
}
.resources_table td:first-child .fa {
    margin-right: 15px !important;
    font-size: 22px;
}

/* <!-- Tweaks --> */
section > .container, section > .container-fluid {
    padding-top: 100px;
    padding-bottom: 100px;
}
.footer .container {
    padding: 30px 0;
}
.event-block .event-meta {
    min-height: 125px;
    width: calc(100% - 45px);
}
.event-block .event-date {
    top: 50%;
    transform: translateY(-55%);
}
.event-block:hover .event-date {
    top: 50%;
}

/* - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */
/* <!-- Responsive --> */
@media screen and (max-width: 1000px) {
    .menuzord-menu > li.menu-absolute{
        position:inherit;
        left:inherit;
    }
}
@media screen and (min-width: 1000px) {
    .carousel-control{
        filter: alpha(opacity=50);
        opacity: 0.5;
    }
    .carousel-control.right, .carousel-control.left{
        background: none;
    }
    .carousel-control.right span.glyphicon{
        right: -20px;
    }
    .carousel-control.left span.glyphicon{
        left: -20px;
    }
}

.table-header-rotated th.row-header {
    width: auto;
}

.table-header-rotated td {
    width: 40px;
    border-top: 1px solid #dddddd;
    border-left: 1px solid #dddddd;
    border-right: 1px solid #dddddd;
    vertical-align: middle;
    text-align: center;
}

.table-header-rotated th.rotate-45 {
    height: 80px;
    width: 40px;
    min-width: 40px;
    max-width: 40px;
    position: relative;
    vertical-align: bottom;
    padding: 0;
    font-size: 12px;
    line-height: 0.8;
}

.table-header-rotated th.rotate-45 > div {
    position: relative;
    top: 0px;
    left: -40px;
    /* 80 * tan(45) / 2 = 40 where 80 is the height on the cell and 45 is the transform angle*/
    height: 100%;
    -webkit-transform: skew(45deg, 0deg);
    transform: skew(45deg, 0deg);
    overflow: hidden;
    border-left: 1px solid #dddddd;
    border-right: 1px solid #dddddd;
    border-top: 1px solid #dddddd;
}

.table-header-rotated th.rotate-45 span {
    -webkit-transform: skew(-30deg, 0deg) rotate(60deg);
    transform: skew(-30deg, 0deg) rotate(60deg);
    position: absolute;
    bottom: 30px;
    /* 40 cos(45) = 28 with an additional 2px margin*/
    left: -20px;
    /*Because it looked good, but there is probably a mathematical link here as well*/
    display: inline-block;
    width: 85px;
    /* 80 / cos(45) - 40 cos (45) = 85 where 80 is the height of the cell, 40 the width of the cell and 45 the transform angle*/
    text-align: left;
}

/* <!--Start-it KBC CALL FOR PROJECTS --> */

/* <!--Form Page 2--> */
#customKbc h3 {
    font-size: 14px;
}

#customKbc h2 {
    font-size: 18px;
    font-weight: 700;
}
#customKbc ._confidentiality_rectangle{
    /*background: rgba(255, 102, 0, 0.2);*/
    border-radius: 5px;
    border: 1px solid #eaeaea;
}

/* <!--Accueil Events--> */
#kbcEventLanding .round_corner{
    border-radius: 5px;
}

#kbcEventLanding .round_corner_bottom{
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
}
#kbcEventLanding .shadow{
    -webkit-box-shadow: 3px 10px 6px -6px #777;
    -moz-box-shadow: 3px 10px 6px -6px #777;
    box-shadow: 3px 10px 6px -6px #777;
}


/* <!-- Formations timeline type Demo 1--> */
.cd-timeline-img {
    width: 15px;
    height: 15px;
    margin-left: -7px;
}

.cd-timeline-content {
    box-shadow: none;
    border: 3px solid #DDDDDD;
    background-color: transparent;
}

.cd-timeline-content::before {
    content: none;
}

.cd-timeline-block h4 {
    text-transform: uppercase;
    text-align: center;
    font-weight: bold;
}

h3.fancy_formation_title {
    text-transform: uppercase;
    color: #b2bec3;
    font-weight: bold;
    position: relative;
    margin-top: 30px;
}

h3.fancy_formation_title span {
    font-size: 50px;
    position: absolute;
    color: #F5F5F5;
    z-index: -1;
    top: -65px;
    padding: 0px 70px 25px 15px;
    left: -15px;
}

.fancy_formation_title a {
    color: #b2bec3;
}

.cd-timeline-card {
    padding: 5px 15px;
    border: 3px solid #DDDDDD;
    text-align: center;
    margin: 5px 0;
    border-radius: 0.25em;
    position: relative;
}

.cd-timeline-card h5 {
    text-transform: uppercase;
    font-weight: bold;
}

._container_0:before {
    background: #004B6E !important;
}
._container_1:before {
    background: #EE425F !important;
}
._container_2:before {
    background: #7AC14C !important;
}
._container_3:before {
    background: #89306E !important;
}
._container_4:before {
    background: #9A8430 !important;
}

.cd-timeline-block {
    margin: 0;
}

.labels_box {
    position: absolute;
    bottom: -20px;
    left: 0;
    padding: 5px;
    display: flex;
}

.labels_box ._label {
    margin: 0 1px;
    width: 30px;
    height: 30px;
    line-height: 25px;
    border: 2px solid #DDDDDD;
    border-radius: 50%;
    font-weight: bold;
    color: #FFFFFF;
}

.labels_box ._label._has_image {
    background-size: cover;
    color: transparent;
    border: none;
}

span._is_important {
    position: absolute;
    right: -10px;
    top: -10px;
    width: 30px;
    height: 30px;
    line-height: 25px;
    border: 2px solid #57585A;
    border-radius: 50%;
    background-color: #FFFFFF;
    color: #EE272D;
    font-size: 16px;
}

span.call_tag{
    padding: 2px 5px;
    border-radius: 5px;
    margin-bottom: 10px;
}

span.call_tag_1{
    border: 1px solid #2C2C37;
    background: #01ACB4;
    color: #2C2C37;
}

span.call_tag_0{
    border: 1px solid #2C2C37;
    background: #1BC6A4;
    color: #2C2C37;
}


.th-radio-groups {
    border: 1px solid #ddd;
    height: 150px;
    width: 100%;
    text-align: center !important;
    /*border: 1px solid #57585A;*/
    vertical-align: middle;
}

.th-checkbox {
    border: 1px solid #ddd;
    width: 50%;
    text-align: center !important;
    vertical-align: middle;
}

.td-radio-groups {
    border: 1px solid #ddd;
    height: 100px;
    width: 50%;
    text-align: center !important;
    vertical-align: middle;
}

/* <!-- Widgets round type Demo 1--> */

.rounded_widget {
    border-radius: 25px !important;
}

.widget_size {
    height: 305px;
}

.rounded_widget .panel {
    border-bottom: none !important;
}


.rounded_widget.panel-alert {
    border-color: #ebccd1;
}
.rounded_widget.panel-alert > .panel-heading {
    color: #fff;
    background-color: #a94442;
    border-color: #a94442;
    border-top-left-radius: 25px !important;
    border-top-right-radius: 25px !important;

}

.rounded_widget.panel-alert>.panel-heading > .widget-title {
    display: inline-block;
    font-weight: bold;
}


.rounded_widget.panel-alert > .panel-heading + .panel-collapse > .panel-body {
    border-top-color: #ebccd1;

}
.rounded_widget.panel-alert > .panel-heading .badge {
    color: #f2dede;
    background-color: #a94442;
}
.rounded_widget.panel-alert > .panel-footer + .panel-collapse > .panel-body {
    border-bottom-color: #ebccd1;
}


.rounded_widget .panel-widget {
    border: none !important;
}

.rounded_widget .panel-widget>.panel-heading {
    color: #fff;
    background-color: #FF6600;
    border-color: #FF6600;
    border-top-left-radius: 25px !important;
    border-top-right-radius: 25px !important;
}

.rounded_widget .panel-widget>.panel-heading > .widget-title {
    display: inline-block;
    font-weight: bold;
}


.rounded_widget .table-panel {
    padding: 0 !important;
}

.btn-widget-transparent {
background-color: transparent;
color: #ebeced;
}
.btn-widget-transparent:hover {
color: #000;
}

.bg-gray-main {
    background-color: #ebeced !important;
}

.rounded_widget .report-block, .rounded_widget .evt-block {
    margin: 4px 0;
    position: relative;
}

.rounded_widget .report-block .report-meta,.rounded_widget .evt-block .event-meta,.rounded_widget .news-article {
    background: #f3f4f8;
    margin: 10px;
    padding: 5px;
    border-radius: 25px !important;
}
.rounded_widget a._changePicture img{
    height: 80px;
}

.panel-widget{
    position: relative;
}
.rounded_widget .panel-footer {
    position:absolute;
    bottom:0;
    width: 100%;
    border: none;
    border-radius: 25px !important;
    padding-bottom: 20px;
    background: none;
}
.evt-block .event-date{
    /* top: 12px; */
    border-radius: 25px;
    top: -5px;
    z-index: 2;
    background: #20729a;
    padding: 6px 18px;
    position: absolute;
 
    -webkit-transition: all 200ms ease-in-out 0s;
    -o-transition: all 200ms ease-in-out 0s;
    transition: all 200ms ease-in-out 0s;
}

.evt-block ul {
    list-style: none;
    padding-left: 0;
}


.evt-block .event-meta {
    z-index: -1;
}
