.mt-cross{
    background-color: #e0e0e0;
}

.mt-image-full{
    width: 100%;
}

.mt-post-header{
    position: relative;
    color: white;
    padding: 20px 10px;
    z-index: 2;
}

/***** Mult moduls - Header *****/
.mt .mt-cross-header {

}

.mt .mt-cross-header h2.mt-modul-title {
    color: white;
    font-size: 18px;
    margin: 0;
    border-radius: 4px 4px 0 0;
    background-color: red;
}
/*** END Mult moduls - Header ***/


/****** Mult moduls - Content ****/
.mt .mt-cross-content{
    position: relative;
}
.mt .mt-cross-content::after {
    display: block;
    clear: both;
    content: "";
}
/*** END Mult moduls - Content ***/



/***** Mult moduls - Footer *****/
.mt .mt-cross-footer {
    position: relative;
    height: 38px;
    border-radius: 0 0 4px 4px;
    background-color: red;
}

.mt .mt-cross-footer .line {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
    height: 0;
    margin: 0;
    padding: 0;
    border-bottom-width: 0.5px;
    border-style: solid;
    border-image: linear-gradient(to right, rgba(255, 255, 255, 0) 10%, rgba(255, 255, 255, 1) 20%, rgba(255, 255, 255, 1) 80%, rgba(255, 255, 255, 0) 90%) 0 0 100% 0/0 0 1px 0 stretch;
}
/*** END Mult moduls - Footer ***/


.mt h4 {
    font-weight: bold;
    font-size: 20px;
    color: #333333;
}

.mt ul {
    padding: 0 0 0 17px;
    margin: 0;
    list-style-type: none;
}

.mt a {
    cursor: pointer;
    display: inline-block;
    color: red;
}

/************* Multi Online login btn *************/
.mt-btn-online .icon {
    position: relative;
    border-radius: 50%;
    border: 1px solid blue;
    z-index: 1;
}

.mt-btn-online .icon.icon-symbole {
    position: relative;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background-color: rgba(255, 255, 255, 0.3);
    border: 2px solid red;
    z-index: 3;
}

.mt-btn-online .icon i {
    font-size: 21px;
    line-height: 21px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.mt-btn-online .label {
    margin-left: 8px;
    position: relative;
    top: -1px;
}

.mt-btn-online .label span {
    text-transform: uppercase;
    display: block;
    font-weight: bold;
}

.mt-btn-online .label span:first-child {
    font-size: 24px;
    line-height: 24px;
}

.mt-btn-online .label span:last-child {
    font-size: 12px;
    line-height: 12px;
}

/************ END Multi Online login btn **********/

/************** Multi Profile picture *************/

.mt .mt-profile {
    box-shadow: 0 2px 25px 0 rgba(0, 0, 0, 0.2);
    -webkit-transition: all 300ms ease-in-out;
    -o-transition: all 300ms ease-in-out;
    transition: all 300ms ease-in-out;
}

.mt .mt-profile.mt-empty-profile {
    box-shadow: none;
}

.mt .mt-profile img {
    width: 100%;
}

.mt .mt-profile .image-container {
    position: relative;
    z-index: 1;
    overflow: hidden;
}

.mt .mt-profile .image-container.mt-avatar {
    background: rgba(255,255,255,0.5);
}

.mt .mt-profile .image-container .mt-award {
    position: absolute;
    bottom: -1px;
    left: 50%;
    z-index: 2;
    width: calc(100% + 2px);
    transform: translateX(-50%);
}

@media (max-width: 992px) {
    .mt .mt-profile {
        max-width: 180px;
    }
}
/************** END Multi Profile picture *************/


/****************** Multi Author Picture **************/

.mt .mt-author-avatar .mt-author-profile {
    width: 60px;
    height: 60px;
    border-radius: 50%;
    box-shadow: 0 0 20px 0 rgba(51,51,51,0.8);
    position: relative;
    overflow: hidden;
}


.mt .mt-author-avatar .mt-author-profile img{
    position: absolute;
    top: 63%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
}

.mt .mt-author-desc .mt-author-name{
    font-weight: bold;
    font-size: 16px;
    line-height: 18px;
}

.mt .mt-author-desc .mt-date{
    font-size: 12px;
    line-height: 15px;
    opacity: 0.6;
}

/**************** END Multi Author Picture ************/

/******************* Multi Questionnaire **************/
.mt.mt-questionnaire-view .form-group label,
.mt.mt-questionnaire-view .form-group select{
    display: block;
    margin: 0 0 5px 25px;
}

.mt.mt-questionnaire-view .form-group label input{
    margin-right: 5px;
}

.mt.mt-questionnaire-view .form-group .mt-question-item{
    margin: 0 0 10px 0;
}
/**************** END Multi Questionnaire *************/

