/* Import Section
=================================================================== */
/*@import url("../../vendors/font-awesome-470.css");            !* Font Awesome Styles *!*/
@import url("../../vendors/learnybox/jquery.gritter-common.css");              /* Gritter Styles */
@import url("../../vendors/chosen.css");                      /* Select Boxes Styles */
@import url("../../vendors/uniform.default.css");	/* Uniform */
@import url("../../components/_mediaelementplayer-v2.min.css");          /* MediaElement Player Video and Audio */
@import '../../base/body.flexbox.css?v=ASSETS_VERSION';

.navbar {
    margin-bottom: 0px;
}

.btn-large {
    padding: 11px 19px;
    font-size: 17.5px;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px;
}

.btn-xlarge {
    width:100%;
    padding: 15px 19px;
    font-size: 24px;
    line-height: 28px;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px;
    box-sizing: border-box;
}

.form .input-small {
    width: 90px;
}
.form .input-large {
    width: 210px;
}
.form .input-xlarge {
    width: 270px;
}
.form .input-xxlarge {
    width: 530px;
}


.form .control-label {
    cursor: pointer;
}
.form label.inline {
    font-weight: normal;
}
.controls label {
    font-weight: normal;
}

.form-actions {
    padding: 19px 20px 20px;
    margin-top: 20px;
    margin-bottom: 20px;
    background-color: #f5f5f5;
    border-top: 1px solid #e5e5e5;
}

input[type="image"] {
    max-width: 100%;
}

/*.input-group {
    display: table-cell;
}*/
.input-group .form-control,
.input-group-addon,
.input-group-btn {
    display: table-cell;
}
.input-group-btn button {
    white-space: nowrap;
}
#main-composition .maincontainer .input-group input {
    height: 40px;
}
#main-composition .maincontainer .input-group-btn button {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
}
.input-group #uniqid {
    height: 50px;
    border: 1px solid #ccc;
    border-right: none;
    padding-left: 10px;
}

.input-group .input-group-addon {
    height: 34px;
    float: left;
    width: auto;
    padding-top: 8px;
}
.modal .input-group .input-group-addon {
    height: initial;
    float: initial;
    width: initial;
}

@media (max-width: 767px) {
    .input-group {
        display: table !important;
    }
    .input-group .input-group-addon {
        height: auto;
        float: none;
        width: 1%;
        padding-top: 6px;
    }
}


a.btn-link {
    cursor: pointer;
}

a.btn-link:hover {
    opacity: .7;
}

@media (max-width:767px) {
	a.btn, button {
		white-space: normal;
	}
    img {
        max-width: 100%;
        height: auto !important;
    }
    select {
        max-width: 100%;
    }
}

.checkbox, .radio {
    margin: 0;
}



.lbar_desinscription {

}
.lbar_desinscription .logo-kemalo {
	text-align: center;
	padding: 20px 0;
}
.lbar_desinscription .logo-kemalo img {
	max-height: 75px;
}


.modal button.close {
    margin-right: 5px;
    z-index: 100000;
    display: block;
    position: relative;
}

.btn-small {
    padding: 3px 10px;
    font-size: 11.9px;
    line-height: 1.5;
    border-radius: 3px;
    border-radius: 4px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
}

.mejs__chapters-button > .mejs__chapters-selector {
    width:250px;
}

#footer .copyright .footer-socials {
    float: right;
}
#footer .copyright .social {
    float: none;
    display: inline-block;
}
@media(max-width: 767px) {
    #footer .copyright .footer-socials {
        float: none;
        text-align: center;
    }
    #footer .copyright .footer-socials a:first-child {
        margin-left: 0;
    }
}

/*  Select2
==================================*/
.select2-selection--single {
    font-size: 13px;
    border: 1px solid #aaa;
    border-radius: 5px;
    background-color: #fff;
    background: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(20%, #ffffff), color-stop(50%, #f6f6f6), color-stop(52%, #eeeeee), color-stop(100%, #f4f4f4));
    background: -webkit-linear-gradient(top, #ffffff 20%, #f6f6f6 50%, #eeeeee 52%, #f4f4f4 100%);
    background: -moz-linear-gradient(top, #ffffff 20%, #f6f6f6 50%, #eeeeee 52%, #f4f4f4 100%);
    background: -o-linear-gradient(top, #ffffff 20%, #f6f6f6 50%, #eeeeee 52%, #f4f4f4 100%);
    box-shadow: 0 1px 0 #fff inset;
}
.select2-container--default .select2-selection--single {
    outline: none;
}
.select2-container--open .select2-selection--single {
    background-image: linear-gradient(#eeeeee 20%, #ffffff 80%);
    border-bottom: none!important;
}
.select2-container--default .select2-search--dropdown .select2-search__field {
    outline: none;
}
.select2-container--default .select2-results__option--highlighted[aria-selected] {
    background: var(--Background-Primary, #F9F5F1);
    color: var(--app-color-dark);
}
.select2-container--default .select2-results>.select2-results__options {
    padding: 4px;
}
.select2-container--default .select2-search--dropdown .select2-search__field {
    border-color: #DBDBDB #EAEAEA #EAEAEA #DBDBDB!important;
}
.select2-search--dropdown {
    padding-bottom: 0px!important;
}

.comments {
    margin: 0 auto;
    margin-top: 20px;
}
.comments #addCommentForm {
    margin-top: 20px;
    padding-left: 10px;
}
.comments #addCommentForm #groupmessage {
    position: relative;
}
.comments #addCommentForm #controlmessage {
    margin-left:0px;
}
.comments #addCommentForm .talkbubble {
    position: relative;
    width: 100%;
    padding: 10px;
    border-radius: 4px;
    border: solid #c9ced4;
    background: white;
    border-width: 1px;
}
.comments #addCommentForm .talkbubble:before {
    content: "";
    position: absolute;
    right: 100%;
    top: 20px;
    width: 0;
    height: 0;
    border-top: 7px solid transparent;
    border-right: 10px solid #c9ced4;
    border-bottom: 7px solid transparent;
}

.comments #addCommentForm .talkbubble textarea {
    position: inherit;
    width: inherit;
    height: inherit;
    background: inherit;
    margin: 0;
    padding: 0;
    border: none;
    box-shadow: none;
}
.comments #addCommentForm .talkbubble textarea:focus {
    outline-offset: 0px;
    outline: -webkit-focus-ring-color auto 0px;
    box-shadow: none;
}

.comments .head {
    border-bottom: 1px solid #D6D6D6;
    display: inline-block;
    padding: 15px 0 15px;
    width: 100%;
}
.comments .head h4 {
    font-weight: normal;
    color: #373D44;
    font-size: 18px;
    margin: 0px;
    text-align: left;
    padding-left: 15px
}
.comments .head h4 i {
    padding-right:10px;
}

.comments .form-actions {
    background: none;
    border: none;
    padding-top: 0;
}
.comments .form-actions .btn {
    padding: 8px 30px;
}
.comments .comment {
    margin-bottom: 0px;
    margin-top: 20px;
    padding-bottom: 20px;
}
.comments .comments-content > .comment {
    border-bottom: 1px solid #e3e7eb;
}
.comments .comment .childrens {
    display: none;
}
.comments .comment .childrens .comment:first-child {
    padding-top: 20px;
}

.comments .comment.reply_to {
    margin-top: 10px;
    margin-left: 60px
}
.comments .btn-show-answers {
    margin-top: 10px;
    margin-left: 60px;
    background: #e9edf1 !important;
    color: #7e8a98;
    padding: 4px 14px;
    box-shadow: none !important;
    border: none !important;
}
.comments .comment .author_pic {
    max-width: 55px;
    float: right;
}
.comments .comment .name {
    font-weight: bold;
}
.comments .comment .reply,
.comments #shownextelements a {
    color: #abd749;
    text-decoration: none;
    margin-left: 0px;
    font-size: 12px;
}
.comments .comment .date {
    font-size: 12px;
}
.comments .comment .response {
    margin-top: 10px;
}

/* new comment */
.new_comment {
    border-top: 1px solid #c0c1c3;
    box-shadow: inset 0px 2px 1px 0px white;
    padding-top: 30px;
}
.new_comment form {
    margin-top: 35px;
}
.new_comment form input[type="text"] {
    height: 25px;
    width: 100%;
}
.new_comment form textarea {
    margin-top: 10px;
    width: 100%;
}

#addCommentForm {
    margin-bottom: 0px;
}
#addCommentForm .form-actions {
    margin-bottom: 0px;
}
#addCommentForm .input-prepend {
    margin-left: 20px;
}

#ContentReponse {
    display:none;
    background:#f9f9f9;
    margin: 20px 0;
    padding:20px;
    padding-bottom: 10px;
    -webkit-border-radius:4px;
    -moz-border-radius:4px;
    border-radius:4px;
}

.comments .comment.reply_to + #ContentReponse {
    margin-top: 10px;
    margin-left: 60px;
}


.comments .comment .comment-infos {
    display: block;
    position: relative;
}
.comments .comment .comment-infos:after {
    clear: both;
    display: table;
    content: ' ';
}

.comments .comment .comment-infos .name,
.comments .comment .comment-infos .actions {
    float: left;
    padding-right: 20px;
    margin-right: 10px;
    border-right: 1px solid lightgray;
    height: 35px;
}
.comments .comment .comment-infos .actions {
    padding-right: 10px;
}
.comments .comment .comment-infos .reply {
    height: 35px;
    line-height: 35px;
    padding-left: 5px;
}
.comments .comment .comment-infos .name {
    font-size: 12px;
    color: #5a687a;
}
.comments .comment .comment-infos .name .date {
    font-size: 12px;
    font-weight: normal;
    color: #a5adb6;
}

.comments .comment .comment-infos .actions .btn {
    padding: 0 !important;
    background: transparent !important;
    border: none !important;
    box-shadow: none !important;
    width: 20px;
    height: 35px;
    color: #65778c;
}


#shownextelements a {
    background: #7A8C9E;
    border-radius: 7px;
    box-shadow: 0 2px 4px 0 rgba(101,119,140,0.31);
    color: #FFFFFF;
    padding: 8px 20px;
    display: block;
    text-align: center;
}

/**** BLOG V2 ****/
.post-content #main-composition .container {
    width: 100%;
}

.post_content > #main-composition {
    margin-left: -10px;
    margin-right: -10px;
}

@supports (-webkit-touch-callout: inherit) {
    body * {
        background-attachment: scroll !important;
    }
}

.section_shape {
    display: block;
    position: absolute;
    width: 100%;
    height: 100%;
    pointer-events: none;
    background-repeat-y: no-repeat;
    z-index: 1;
    left: 0;
}
.section_shape.section_shape_over {
    z-index: 5;
}
.section_shape_top {
    top: 0;
}
.section_shape_bottom {
    bottom: 0;
}
.line.has-shape .row {
    z-index: 2;
    position: relative;
}

#main-composition.page .line .row,
#main-composition.page.linecontainer .line .row .sortable-pages,
#main-composition.page .line .row .sortable-col {
    display: block;
}

#main-composition.page .line .row.row-flex,
#main-composition.page .linecontainer .line .row.row-flex .sortable-pages,
#main-composition.page .line .row.row-flex .sortable-col .col_margin_container,
#main-composition.page .line .row-flex .eq-height {
    display: flex;
}

#main-composition.page .line .row-flex .eq-height .colcontainer {
    height: 100%;
}

#main-composition.page .line .row.row-flex .sortable-col .col_margin_container,
#main-composition.page .line .row.row-flex .sortable-col .col {
    width: 100%;
}

@media(max-width: 767px) {
    #main-composition.page .line .row.row-flex,
    #main-composition.page .linecontainer .line .row.row-flex .sortable-pages,
    #main-composition.page .line .row.row-flex .sortable-col .col_margin_container,
    #main-composition.page .line .row-flex .eq-height {
        display: block;
    }
    #main-composition.page .line .row.row-flex .sortable-col .col_margin_container,
    #main-composition.page .line .row.row-flex .sortable-col .col {
        width: auto;
    }
}

.lbar_form #main-composition .line > .row.row-flex,
.lbar_form #main-composition .linecontainer .line .row.row-flex .sortable-pages,
.lbar_form #main-composition .line .row-flex .eq-height {
    display: flex;
}

.sharethis-inline-share-buttons {
    margin-top: 10px;
}
.sharethis-inline-share-buttons > .st-btn {
    border-radius: 8px!important;
}



.footer-poweredby {
    display: flex;
    flex-direction: column;
    height: 50px;
    justify-content: center;
    margin-top: 50px;
    margin-bottom: 20px;
    color: var(--app-color-dark);
    font-size: 12px;
    font-weight: 300;
}
.footer-poweredby.center {
    text-align: center;
    align-items: center;
}
.footer-poweredby p,
.user-interface .footer-poweredby p {
    margin-bottom: 0;
    font-size: 12px !important;
}
.footer-poweredby img {
    max-width: 120px !important;
}
html.iframe .footer-poweredby {
    display: none;
}
