/* INIT GLOBALS */
* {
    font-family: 'Montserrat', sans-serif;
}

html {
    min-height: 100%;
    width: 100%;
}

.table {
    display: table;
    height: 100%;
    width: 100%;
}

.cell {
    display: table-cell;
    vertical-align: middle;
    width: 100%;
    height: 100%;
}

.clear {
    clear: both;
}

i {
    pointer-events: none;
}

/* END GLOBALS */

/*USER*/
.user_nickname {
    color: #444 !important;
    cursor: pointer;
    font-family: 'Montserrat', sans-serif;
    font-weight: bold;
}

.user_nickname:hover {
    color: #03f !important;
}

.user_photo.photo {
    box-shadow: 0 0 0px 2px #fff;
    border: 2px solid #fff;
}

.user_photo.photo:hover {
    box-shadow: 0 0 0px 2px #ccc;
}

.user_photo .user_tags {
    width: 100%;
    height: 100%;
    position: relative;
}

.user_photo .user_tags .tags {
    position: absolute;
    height: 14px;
    width: 140%;
    left: -20%;
    line-height: 14px;
    bottom: -5px;
}

.user_photo .user_tags .tags .tag_box {
    width: 50%;
    height: 14px;
    color: #fff;
    font-size: 10px;
    float: left;
    padding: 0 1px;
}

.user_photo .user_tags .tags .tag {
    width: auto;
    max-width: 100%;
    height: 14px;
    line-height: 14px;
    float: left;
    border-radius: 14px;
    font-size: 10px;
    color: #fff;
    padding: 0 5px;
    font-weight: bold;
}

.tag {
    font-family: 'Montserrat', sans-serif;
    overflow: hidden;
}

.tag.experience {
    background-color: gold;
}

.tag.experience .text {
    color: #333 !important;
}

.tag.money {
    background-color: #f000ff;
    background-color: #09f;
    color: #09f;
}

.tag.money .text {
    color: #fff !important;
}

.user_photo .user_tags .tags .tag.experience {
    float: right;
}

.follow_user {
    width: 50px;
    height: auto;
    float: left;
    margin: 0px 15px 10px 25px;
    text-align: center;
    color: #888;
    font-size: 10px;
    cursor: pointer;
}

.follow_user:hover {
    color: #0099FF;
}

.follow_user .icon {
    width: 100%;
    text-align: center;
    float: left;
    height: auto;
}

.follow_user .icon i {
    font-size: 20px;
}

.follow_user .text {
    width: 100%;
    font-family: 'Montserrat', sans-serif;
    text-align: center;
    font-weight: bold;
    float: left;
}

/*HEADER*/
header {
    position: static;
    top: 0;
    left: 0;
    width: 100%;
    height: 44px;
    background-color: #eee;
    border-bottom: 1px solid #ddd;
    margin: 0;
}

nav {
    width: 100%;
    height: 44px;
    position: relative;
    background: none;
    box-shadow: none;
}

nav #nav-back {
    z-index: -1;
}

#header_browser input {
    margin: 0;
    height: 100%;
    float: left;
    border: none;
}

@media(max-width: 991px) {
    nav #nav-back {
        box-shadow: none !important;
        background-color: #0099FF !important;
    }

    body.menu_fixed nav #nav-back {
        opacity: 1;
    }
}


@media (min-width: 992px) and (max-width: 1279px) {
    header {
        padding: 0 1vw;
    }

    #header_logo {
        height: 44px;
        width: 44px;
        border-right: 1px solid #ddd;
        float: left;
        padding: 13px;
    }
}

@media (min-width: 1280px) {
    header {
        padding: 0 calc(50% - 600px);
    }

    #header_logo {
        height: 56px;
        width: 56px;
        border-right: 1px solid #ddd;
        float: left;
        padding: 13px;
    }

    nav {
        float: left;
        width: calc(100% - 58px);
    }

    nav ul#nav_left {
        float: left;
        width: calc(100% - 169px);
    }

    nav ul#nav_right {
        float: right;
        width: 169px;
        border-left: 1px solid #ddd;
    }

    nav #nav-content {
        width: 1150px !important;
        margin: 0 calc(50% - 575px) !important;
        width: 100% !important;
        margin: 0 !important;
        padding: 0 0px !important;
    }

    #header_browser {
        width: 200px;
        height: 56px;
        line-height: 56px;
        float: left;
        font-size: 12px;
        font-family: 'Montserrat', sans-serif;
        border-right: 1px solid #ddd;
    }

    #header_browser input[type='text'] {
        font-size: 12px;
        padding: 0 20px;
        color: #000;
        width: calc(100% - 40px);
        text-align: center;
    }

    .nav_icon {
        height: 56px;
        width: 56px;
        padding: 18px;
        opacity: .6;
    }

    .nav_icon:hover,
    .nav_icon.active {
        opacity: 1;
        border-bottom: 4px solid #245880;
        background: none;
    }

    .nav_icon img {
        height: 20px;
    }

    .nav_icon_text {
        height: 56px;
        width: 100px;
        padding: 0px;
        text-align: center;
        line-height: 100%;
    }

    .nav_icon.nav_icon_text img {
        height: 20px;
        display: inline-block;
        width: auto;
        float: none;
        margin-top: 8px;
    }

    .nav_icon.nav_icon_text .text {
        height: 18px;
        line-height: 18px;
        display: inline-block;
        width: 100%;
        text-align: center;
        color: #444;
        font-size: 6px;
        letter-spacing: 1px;
        margin-top: 2px;
        text-transform: uppercase;
        font-weight: bold;
        font-family: 'Montserrat', sans-serif;
    }
}



/*HEADER*/


@media (max-width: 991px) {
    header.header_blue {
        height: 50px !important;
        line-height: 50px;
        width: 100vw;
        position: fixed;
        top: 0;
        left: 0;
        background-color: #0099FF;
        box-shadow: none !important;
        border: none !important;
    }

    header .header_back,
    header .header_back i {
        display: block !important;
        height: 50px;
        width: 50px;
        text-align: center;
        line-height: 50px;
        position: absolute;
        left: 0;
        top: 0;
        font-size: 24px;
        color: #fff;
    }

    header.header_blue .header_title {
        position: absolute;
        color: #fff;
        width: calc(100% - 100px);
        font-size: 14px;
        text-align: center;
        text-transform: uppercase;
        font-family: 'Montserrat', sans-serif;
        left: 50px;
    }

    .header_title {
        position: absolute;
        color: #fff;
        width: calc(100% - 100px);
        font-size: 14px;
        text-align: center;
        text-transform: uppercase;
        font-family: 'Montserrat', sans-serif;
        left: 50px;
        height: 50px;
    }
}

/*STRUCTURE*/
@media(max-width:992px) {
    #s_left.s_left_menu {
        float: left;
        width: 100vw;
        height: auto;
        min-height: 0px;
        margin-right: 40px;
        margin-top: 56px;
        background-color: #fff;
    }

    .s_left_menu.fixed {
        position: fixed;
        top: 56px;
        z-index: 2;
    }
}

/*MAIN*/
main {
    float: left;
}

@media (min-width: 1280px) {
    main {
        width: 1200px;
        margin: 0 calc(50% - 600px);
        height: auto;
        min-height: 300px;
        margin-top: 20px;
    }
}

/*PAGE menu*/
@media(max-width:767px) {
    article {
        border-radius: 0 !important;
        box-shadow: none !important;
        border: none !important;
    }
}

@media(max-width:991px) {
    #menu {
        position: fixed;
        top: 60px;
        left: 0;
        /* float: left; */
        width: 100%;
        height: 48px;
    }

    #menu ul {}

    #menu li.active {
        border-bottom: 3px solid #000000;
    }

    #menu li.active,
    #menu li:hover {}

    #menu li a {
        opacity: .6;
    }

    #menu li:last-child a {
        border: 0;
    }

    #menu li a:hover,
    #menu li a.active {
        opacity: 1;
    }

    #menu li a .icon,
    #menu li a .icon i {
        display: none;
        width: 100%;
        text-align: center;
        height: 20px;
        float: left;
        font-size: 20px;
        line-height: 20px;
        margin-top: 6px;
    }

    #menu li a .icon i {
        margin-top: 0;
    }

    #menu li a .text {
        float: left;
        margin-top: 0px;
        height: auto;
        font-size: 12px;
        width: 100%;
        line-height: 200%;
        margin-left: 0px;
        vertical-align: top;
        font-weight: normal;
    }

    #menu .indicator {
        display: none !important;
        height: 4px;
    }

    #f_b_gdpr_mailing p {
        margin: 0;
    }

    #f_b_gdpr_mailing p label {
        line-height: 20px;
    }
}

@media(min-width:992px) {
    #menu {
        float: left;
        width: 100%;
        height: auto;
    }

    #menu.menu_left ul {
        margin-top: 20px;
        margin-bottom: 20px;
        width: 100%;
        height: auto;
        background: none;
    }

    #menu.menu_left li {
        margin-bottom: 4px;
        float: left;
        clear: both;
        font-family: 'Roboto', sans-serif;
        font-weight: bold;
        text-transform: uppercase;
        font-size: 10px;
        padding: 0;
        cursor: pointer;
        margin: 0;
        width: 100%;
    }

    #menu li.active,
    #menu li:hover {}

    #menu.menu_left li a {
        padding: 10px 0 10px 10px;
        transition: padding-left 0.15s ease-out;
        text-align: left;
        font-size: 13px;
        letter-spacing: 1px;
        height: auto;
        line-height: 110%;
        color: #999;
        font-weight: 500;
        /*border-radius: 4px 0 0 4px;*/
    }

    #menu.menu_left li a:hover,
    #menu.menu_left li a.active {
        border-right: 4px solid #0099FF;
        color: #444;
        padding-left: 20px;
        transition: padding-left 0.15s ease-out;
        font-weight: bold;
        /*background: rgba(0,0,0,0.05);*/
    }

    #menu.menu_left li a .icon,
    #menu.menu_left li a .icon i {
        width: 15px;
        text-align: left;
        height: 24px;
        display: inline-block;
        font-size: 14px;
        line-height: 24px;
    }

    #menu.menu_left li a .text {
        display: inline-block;
        width: auto;
        margin-top: 6px;
        height: auto;
        max-width: calc(100% - 15px);
        margin-left: 0px;
        vertical-align: top;
    }

    #menu .indicator {
        display: none !important;
    }

    #tab_folders_mobile {
        display: none;
    }
}

/*menu HEADER*/
#menu_header {
    float: left;
    width: 100%;
    height: 48px;
    text-align: center;
}

#menu_header .content {
    width: auto;
    display: inline-block;
}

/*CARDS*/

.article_title {
    float: left;
    width: 100%;
    line-height: 110%;
    font-size: 16px;
    text-transform: initial;
    font-family: 'Montserrat', sans-serif;
    font-weight: bold;
    padding: 5px 0 15px 0;
    color: #000;
}

.article_title:after {
    /*content: ".";*/
}

.article_title i {
    vertical-align: text-bottom;
    margin-right: 5px;
    font-size: 18px;
}

article .subtitle {
    width: 100%;
    position: relative;
    padding: 5px 20px 10px 20px;
    border-bottom: 0px solid #ccc;
    color: #000;
    min-height: 36px;
    margin-bottom: 0px;
    font-family: 'Montserrat', sans-serif;
    font-weight: bold;
    font-size: 14px;
    text-transform: initial;
    border-radius: 18px 18px 0 0;
}

article .subtitle:after {
    /*content: '.';*/
}

@media (max-width: 991px) {
    .article_title {
        padding-left: 10px;
    }

    .article_title i {
        font-size: 18px;
    }

    article {
        width: 100%;
        height: auto;
        border-radius: 4px;
        border: 1px solid #eee;
        /* box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12);
        box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.16), 0 1px 0px 0 rgba(0, 0, 0, 0.12); */
        box-shadow: 0 0 1px 1px #dadada;
        background-color: #fff;
        float: left;
    }

    article>.title {
        width: 100%;
        position: relative;
        padding: 15px 10px 15px 20px;
        border-bottom: 1px solid #ddd;
        color: #000;
        font-size: 14px;
        min-height: 50px;
        margin-bottom: 20px;
        font-family: 'Montserrat', sans-serif;
        font-weight: bold;
        border-radius: 18px 18px 0 0;
        letter-spacing: -0.28px;
    }

    article>.title_tab {
        padding: 0;
        margin-bottom: 0;
    }

    article>.content {
        width: 100%;
        height: auto;
        position: relative;
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    article {
        border-radius: 5px;
        margin-bottom: 10px;
        box-shadow: none;
        border: 1px solid #eee;
    }
}

@media (min-width: 992px) {
    article {
        width: 100%;
        height: auto;
        /*border-radius: 4px;*/
        /* border-radius: 10px; */
        background-color: #fff;
        /*box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12);*/
        /* box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.16), 0 1px 0px 0 rgba(0, 0, 0, 0.12); */
        box-shadow: none;
        /*border: 1px solid #ddd;*/
        float: left;
        margin-bottom: 20px;
        border-radius: 16px;
        position: relative;
    }

    article>.title {
        width: calc(100% - 0px);
        padding: 16px 16px 8px 16px;
        position: relative;
        padding: 0;
        border-bottom: 0px solid #ccc;
        color: #000;
        font-family: 'Montserrat', sans-serif;
        font-weight: bold;
        font-size: 14px;
    }

    article>.title_tab {
        padding: 0;
        margin: 0;
        border-bottom: 1px solid #eee;
        border-radius: 18px 18px 0 0;
        overflow: hidden;
    }

    article>.title_tab .indicator {}

    article>.title_tab .tabs {
        height: auto;
    }

    article>.title_tab .tab {
        line-height: 36px;
        min-height: 36px;
        height: auto;
        width: 100%;
    }

    article>.title_tab .tab a {
        font-size: 14px;
        font-family: 'Roboto', sans-serif;
        font-weight: bold;
        color: #aaa;
        height: auto;
        min-height: 36px;
        padding: 20px 10px 10px 10px;
        line-height: 1.5;
    }

    article>.title_tab .tab a:hover {}

    article>.title_tab .tab a.active {}

    article>.content {
        width: 100%;
        height: auto;
        position: relative;
        display: inline-block;
    }
}

@media (min-width: 1279px) {
    article {
        border-radius: 16px;
        /* box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.16), 0 1px 0px 0 rgba(0, 0, 0, 0.12); */
        box-shadow: none;
    }

}



/*FILES*/

.item.file {
    height: 120px;

}

.search_result .item.file:first-child,
.search_result .item.file:last-child {
    border-radius: 18px 18px 0 0;
}

.item.file>.icon {
    float: left;
    height: 50px;
    width: 40px;
    float: left;
    text-align: center;
    margin: 20px 0 20px 20px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: auto 100%;
}

.item.file .title {
    float: left;
    width: calc(60% - 70px);
    overflow: hidden;
    font-size: 16px;
    text-overflow: ellipsis;
    white-space: nowrap;
    margin-left: 10px;
    line-height: 100%;
    font-family: 'Roboto', sans-serif;
    margin-bottom: 0;
    height: 16px;
    margin-right: 0;
}

.item.file .date {
    width: 120px;
    float: left;
    margin-top: 20px;
    margin-right: 20px;
    font-size: 16px;
    line-height: 20px;
    height: 20px;
    font-size: 12px;
    color: #aaa;
    text-align: left;
}

.item.file .date .icon {
    height: 20px;
    width: 20px;
    float: left;
    line-height: 100;
}

.item.file .date .icon i {
    font-size: 12px;
    float: left;
    width: 20px;
    line-height: 20px;
    height: 20px;
    text-align: center;
}

.item.file .date .text {
    float: left;
    margin-left: 10px;
    font-size: 13px;
    height: 20px;
    line-height: 20px;
}

.item.file .file_info {
    width: calc(60% - 70px);
    margin-left: 10px;
    margin-top: 5px;
    float: left;
    color: #aaa;
}

.item.file:hover .file_info {
    color: #777;
}

.item.file .file_info .info {
    height: 20px;
    line-height: 20px;
    width: auto;
    max-width: 100%;
    float: left;
    clear: both;
}

.item.file .file_info .icon {
    width: 20px;
    height: 20px;
    line-height: 20px;
    float: left;
    height: 20px;
    text-align: left;
    font-size: 10px;
}

.item.file .file_info .icon i {
    width: 20px;
    font-size: 12px;
    height: 20px;
    line-height: 20px;
}

.item.file .file_info .text {
    height: 20px;
    line-height: 20px;
    width: calc(100% - 20px);
    float: left;
    text-overflow: ellipsis;
    font-size: 13px;
    overflow: hidden;
    white-space: nowrap;
}

.item.file .file_info .folder {
    cursor: pointer;
}

.item.file .file_info .folder:hover {
    color: #0099FF;
}

.item.file .file_info .center {
    cursor: pointer;
    text-align: left;
}

.item.file .file_info .center:hover {
    color: #0099FF;
}

.item.file .file_user {
    width: calc(25% - 10px);
    margin-top: -25px;
    padding: 10px;
    border-radius: 18px;
    float: left;
    cursor: pointer;
}

.item.file .file_user:hover {
    box-shadow: 0 0 0px 2px #0099FF;
}

.item.file .user {
    height: 70px;
    float: left;
    width: 100%;
    text-align: center;
    opacity: .5;
}

.item.file:hover .user {
    opacity: 1;
}

.item.file .user .photo {
    display: block;
    margin: 0 calc(50% - 25px);
    width: 50px;
    height: 50px;
    border-radius: 100%;
    background-size: cover;
    cursor: pointer;
    background-color: #eee;
}

.item.file .user .photo:hover {
    /*box-shadow: 0 0 0 2px #0099FF;*/
}

.item.file .user .info {
    display: block;
    margin-top: -14px;
    width: 100%;
    text-align: left;
    height: 40px;
    text-align: center;
}

.item.file .user .info>* {
    font-size: 10px;
    height: 20px;
    line-height: 20px;
    width: 100%;
    margin: 0;
    display: inline-block;
}

.item.file .user .info>.tag_box {
    width: 50%;
    display: inline-block;
}

.item.file .user .info .tag {
    max-width: 100%;
    width: auto;
    margin: 0 10px;
    border-radius: 20px;
    background-color: #ddd;
}

.item.file .user .info .tag.money {
    background-color: #f000ff;
    float: left;
    color: #f000ff;
}

.item.file .user .info .tag.experience {
    background-color: gold;
    float: right;
    color: gold;
}

.item.file .user .info>.nickname {
    font-size: 13px;
    font-family: 'Montserrat', sans-serif;
    line-height: 20px;
    font-weight: bold;
    height: 20px;
    color: #0099FF;
    margin-top: -5px;
    float: left;
    width: 100%;
}

.item.file .user .info .icon,
.item.file .user .info .icon i,
.item.file .user .info .text {
    font-size: 13px;
    height: 16px;
    line-height: 16px;
    float: left;
    width: 16px;
    height: 16px;
    border-radius: 100%;
    text-align: center;
}

.item.file .user .info .icon {
    margin: 2px;
}

.item.file .user .info .text {
    width: auto;
    line-height: 20px;
    color: #fff;
    font-family: 'Montserrat', sans-serif;
    font-weight: bold;
}

.item.file .file_badges {
    float: left;
    width: 15%;
    text-align: center;
    margin-top: 5px;
}

.item.file .file_badges .badge {
    float: left;
    width: 100%;
    height: 20px;
    line-height: 20px;
}

.item.file .file_badges .badge .icon {
    float: left;
    width: 20px;
    font-size: 12px;
    height: 20px;
    line-height: 20px;
    border-radius: 100%;
    text-align: center;
}

.item.file .file_badges .badge .icon i {
    height: 20px;
    line-height: 20px;
    width: 20px;
    font-size: 12px;
    text-align: center;
}

.item.file .file_badges .badge .text {
    float: left;
    width: calc(100% - 30px);
    margin-left: 10px;
    font-size: 13px;
    text-align: left;
}

.item.file .file_badges .badge.vote_ok .icon i {
    color: #55CC15;
}

.item.file .file_badges .badge.vote_ko .icon i {
    color: #FF1925;
}

.item.file .file_share {
    display: block;
    position: absolute;
    left: 23px;
    top: 73px;
}

.item.file:hover .file_share {
    display: block;
}

.result .tag {
    height: 20px;
    border-radius: 20px;
    margin: 4px 0px 4px 0;
    overflow: hidden;
    display: inline-block;
}

.item.file .tag * {
    float: left;
}

.item.file .tag .icon {
    height: 18px;
    width: 18px;
    margin: 1px;
    background-color: #fff;
    border-radius: 100%;
}

.item.file .tag .icon i {
    font-size: 18px;
    width: 19px;
    text-align: center;
}

.item.file .tag .text {
    margin: 0 6px;
    font-size: 12px;
    height: 20px;
    line-height: 20px;
}

@media (max-width: 991px) {
    .item.file>.icon {
        margin: 15px 0 10px 10px;
    }

    .item.file .title {
        width: calc(100% - 80px);
        margin-top: 15px;

        font-size: 14px;
    }

    .item.file .date {
        display: none;
    }

    .item.file .file_info {
        width: calc(100% - 80px);
    }

    .item.file .file_share {
        left: 15px;
        height: 36px;
        line-height: 36px;
    }

    .item.file .file_share i {
        height: 36px;
        line-height: 36px;
    }

    .item.file .file_user,
    .item.file .file_badges {
        display: none;
    }
}


.file_type_icon {
    color: #0099FF;
    background-image: url(/appv2/media/icon/file_100.png);
    cursor: pointer;
}

.file_type_icon .text {
    text-transform: uppercase;
    font-weight: bold;
    font-family: 'Montserrat', sans-serif;
    font-size: 12px;
}

.file_type_icon:hover {
    color: #0057c4;
    background-image: url(/appv2/media/icon/file_100_hover.png);
}

.file_type_icon {
    color: #0099FF;
}

.file_type_icon:hover .text {
    height: 20px;
    line-height: 20px;
}

.file_type_icon .icon {
    display: none;
    height: 20px;
    line-height: 20px;
}

.file_type_icon:hover .icon {
    display: block;
}

.file_type_icon:hover .text {
    display: none;
}

/*FILE TEMP*/
.file_temp {
    float: left;
    width: 100%;
    overflow: visible;
    margin-bottom: 1rem;
    padding: 0 1rem !important;
    height: 130px;
}

.file_temp .file_info .title:hover {
    text-decoration: underline;
}

.file_temp .file_image {
    height: 130px;
    width: 100px;
    border-radius: 2px;
    padding: 0;
    border: none;
    cursor: pointer;
    position: relative;
    display: inline-block;
    vertical-align: middle;
}

.file_temp .file_image .file_min {
    height: 130px;
    width: 100px;
    position: absolute;
    background-color: #fff;
    background-size: cover, 100% auto;
    background-position: top center, center;
    background-repeat: no-repeat;
    box-shadow: 0 1px 2px 0px rgba(0, 0, 0, 0.4);
    -webkit-transition-duration: 0.05s;
    transition-duration: 0.05s;
    -webkit-transition-timing-function: ease-in;
    transition-timing-function: ease-in;
    border-radius: 2px;
}

.file_temp .file_image .file_min:hover {
    height: 140px;
    margin-left: -5px;
    margin-top: -4px;
    width: 108px;
    -webkit-transition-duration: 0.05s;
    transition-duration: 0.05s;
    -webkit-transition-timing-function: ease-in;
    transition-timing-function: ease-in;
    /*box-shadow: 0 1px 2px 0px rgba(0,85,255,0.8);*/
    box-shadow: 0 1px 8px 0px rgba(0, 0, 0, 0.4);
    border-radius: 3px;
}

.file_temp .file_image .icon {
    display: none;
}

.file_temp.file_temp_pdf .file_image .icon {
    display: block;
    position: absolute;
    width: 40px;
    height: 40px;
    margin-top: 40px;
    margin-left: 30px;
    background-size: 100%;
    -webkit-transition-duration: 0.05s;
    transition-duration: 0.05s;
    -webkit-transition-timing-function: ease-in;
    transition-timing-function: ease-in;
    opacity: .7;
    background: none;
}

.file_temp.file_temp_pdf .file_image .text {
    display: none;
}

.file_temp.file_temp_youtube .file_image .icon {
    display: block;
    position: absolute;
    width: 40px;
    height: 40px;
    margin-top: 40px;
    margin-left: 30px;
    background-image: url('/appv2/media/icon/video_play.png');
    background-size: 100%;
    -webkit-transition-duration: 0.05s;
    transition-duration: 0.05s;
    -webkit-transition-timing-function: ease-in;
    transition-timing-function: ease-in;
    opacity: .7;
}

.file_min:hover .icon {
    margin-left: 35px;
    margin-top: 44px;
    -webkit-transition-duration: 0.05s;
    transition-duration: 0.05s;
    -webkit-transition-timing-function: ease-in;
    transition-timing-function: ease-in;
    opacity: 1;
}

.file_temp.file_temp_youtube .file_image .text {
    display: none;
}

.file_temp .file_info {
    height: 120px;
    width: calc(100% - 109px);
    margin-left: 5px;
    position: relative;
    display: inline-block;
    vertical-align: middle;
}

.file_temp .file_info .title {
    cursor: pointer;
    padding: 0;
    font-size: 12px;
    height: 50px;
    line-height: 15px;
    width: 100%;
    margin: 5px 0 0px 0;
    color: #444;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    font-weight: 400;
    font-family: 'Roboto', sans-serif;
}

.file_temp .file_info .type {
    color: #0099FF;
    padding-left: 0;
    margin-bottom: 0;
    font-size: 12px;
    text-transform: uppercase;
    font-family: 'Montserrat', sans-serif;
    font-weight: bold;
    display: inline-block;
    margin-right: 5px;
    width: auto;
    float: none;
}

.file_temp .file_info .file_info_stats {
    height: 40px;
}

.file_temp .file_info .file_info_item {
    font-size: 10px;
    line-height: 20px;
}

.file_temp .file_info .file_info_buttons {}

.file_temp .file_info .file_info_buttons>* {
    float: left;
    margin-right: 4px;
}

.file_temp .file_info .file_info_buttons>*:last-child {
    margin-right: 0px;
}

.file_temp .file_info .likes {
    width: auto;
    line-height: 16px;
    margin-bottom: 4px;
    border: 1px solid #ddd;
    background-color: #f4f4f4;
    height: 30px;
    border-radius: 30px;
    margin-top: 10px;
    float: left;
    padding: 0 5px;
}

.file_temp .file_info .likes * {
    height: 30px !important;
    line-height: 30px !important;
}

.file_temp .file_info .likes .text {
    font-family: 'Roboto', sans-serif;
    margin-left: 5px;
}

.file_temp .file_info .likes .icon {
    padding-right: 5px;
}

.file_temp .file_info_cont {
    float: left;
    width: 100%;
    height: auto;
}

@media(max-width: 991px) {
    .file_temp .file_info .title {
        font-size: 14px;
        -webkit-line-clamp: 2;
        height: 30px;
    }

    .file_temp .file_info .file_info_item {
        font-size: 13px;
    }
}

/*BUTTONS AND FORMS*/
.button,
.btn_flat,
.btn_circle {
    height: 36px;
    border-radius: 18px;
    white-space: nowrap;
    display: inline-block;
    white-space: nowrap;
    text-align: center;
    width: auto;
    padding: 0 10px;
    line-height: 36px;
    font-size: 13PX;
    font-family: 'Roboto', sans-serif;
    /*font-family: 'Montserrat', sans-serif;*/
    font-weight: 500;
    font-weight: bold;
    border: none;
    cursor: pointer;
    letter-spacing: .5px;
    transition: .2s ease-out;
    border: 1px transparent #fff;
    /*box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12);*/
}

.btn_small {
    height: 25px;
    line-height: 25px;
    padding: 0 5px;
}

.btn_circle {
    padding: 0;
    width: 36px;
    text-align: center;
}

.btn_circle .icon {
    width: 36px;
    text-align: center;
}

.btn_circle .icon i {
    width: 36px;
}

.btn_expand {
    padding: 0;
    width: 36px;
    overflow: hidden;

}

.btn_expand .icon {
    width: 36px;
    text-align: center;
}

.btn_expand:hover {
    width: auto;
    padding: 0 18px;
}

.btn_expand:hover .icon {
    width: auto;
}

.btn_semitrn_border {
    background-color: rgba(0, 0, 0, 0.5) !important;
    color: #FFFFFF;
}

.btn_semitrn_border:hover {
    background-color: rgba(255, 255, 255, 0.5) !important;
}

/* FLAT TRANSPARENT IMAGE AND TEXT BUTTONS */
/*.btn_flat_img{
    float: left;
    width: auto;
    padding: 0 15px 0 0;
    text-align: center;
    padding: 7px;
    border: 1px solid #ccc;
    height: 28px;
    border-radius: 14px;
    cursor: pointer;
}

.btn_flat_img > .icon img{
    float: left;
    width: auto;
    height: 12px;
}

.btn_flat_img > .text{
    float: left;
    width: auto;
    height: 12px;
    line-height: 14px;
    margin-left: 5px;
    color: #cccccc;
    font-family: 'Roboto', sans-serif;
    font-weight: 300;
    font-size: 10px;
    text-transform: uppercase;
}
/* FLAT TRANSPARENT IMAGE AND TEXT BUTTONS */

@media (max-width: 991px) {
    .button .icon {
        height: 40px;
        line-height: 40px;
        float: left;
        border-radius: 40px;
    }

    .button .icon i {
        height: 40px;
        line-height: 40px;
        font-size: 20px;
    }

    .button .icon i,
    .button .icon img {
        height: 40px;
        width: auto;
        line-height: 40px;
        font-size: 20px;
    }

    .button .icon img {
        margin: 10px 0;
        height: calc(100% - 20px);
        width: auto;
    }

    .button .text {
        float: left;
        width: auto;
        line-height: 40px;
        font-size: 14px;
        height: 40px;
    }

    .button>.icon+.text,
    .button>.text+.icon {
        margin-left: 10px;
    }

    .btn_floating {
        padding: 0;
    }

    .btn_floating .icon,
    .btn_floating .icon i {
        width: 40px;
        text-align: center;
        margin: 0;
        height: 40px;
        line-height: 40px;
    }

    .btn_circle {
        padding: 0;
        width: 40px;
        text-align: center;
    }

    .btn_circle .icon {
        width: 40px;
        text-align: center;
    }

    .btn_circle .icon i {
        width: 40px;
    }

    .btn_small,
    .btn_small .icon,
    .btn_small .icon i,
    .btn_small .text {
        height: 40px;
        line-height: 40px;
        font-size: 16px;
    }

    .button.btn_small>.icon+.text,
    .button.btn_small>.text+.icon {
        margin-left: 5px;
    }
}

@media (min-width: 992px) {
    .button .icon {
        height: 36px;
        line-height: 36px;
        float: left;
        width: 20px;

    }

    .button .icon i {
        height: 36px;
        line-height: 36px;
        font-size: 16px;
    }

    .button .icon img {
        height: auto;
        width: 100%;
        margin: 8px 0;
    }

    .button .text {
        float: left;
        width: auto;
        line-height: 36px;
        height: 36px;
    }

    .button>.icon+.text,
    .button>.text+.icon {
        margin-left: 5px;
    }

    .btn_flat {
        background-color: #fff !important;
        border: 1px solid #ddd !important;
    }

    .btn_flat:hover,
    .btn_flat:active,
    .btn_flat:active {
        background-color: #ddd !important;
        border: 1px solid #ddd !important;
    }

    /* SEMI */
    .btn_semitrn_border {
        background-color: rgba(0, 0, 0, 0.5) !important;
        color: #FFFFFF;
    }

    .btn_semitrn_border:hover {
        background-color: rgba(255, 255, 255, 0.5) !important;
        color: #444;
    }

    /* SEMI */
    .btn_floating {
        padding: 0;
    }

    .btn_floating .icon,
    .btn_floating .icon i {
        width: 36px;
        text-align: center;
        margin: 0;
        height: 36px;
        line-height: 36px;
    }

    .btn_noborder {
        border: none !important;
    }

    .btn_noborder:hover {
        border: none !important;
    }

    .btn_small,
    .btn_small .icon,
    .btn_small .icon i,
    .btn_small .text,
    .btn_small .icon img {
        height: 25px;
        line-height: 25px;
        width: auto;
        font-size: 10px;
    }

    .btn_small .icon img {
        margin: 5px;
        height: 15px;
        width: auto;
    }

    .button.btn_small>.icon+.text,
    .button.btn_small>.text+.icon {
        margin-left: 5px;
    }
}

/* .btn_blue {
    color: #fff;
    background-color: #09f;
} */
.btn_blue {
    color: #0099FF;
    background-color: transparent;
    border: 1px solid #0099FF;
}

/* .btn_blue:hover, .btn_blue:active, .btn_blue:focus {
    background-color: #008AE5;
} */
.btn_blue:hover,
.btn_blue:active,
.btn_blue:focus {
    background-color: #0099FF;
    color: #FFFFFF;
}

.btn_blue_back {
    background-color: #0099FF;
    color: #FFFFFF;
}

.btn_blue_back:hover {
    background-color: rgb(0, 92, 153);
    color: #FFFFFF;
}

.btn_blue.btn_flat {
    color: #0099FF;
    background-color: #fff;
}

.btn_blue.btn_flat:hover,
.btn_blue.btn_flat:active,
.btn_blue.btn_flat:focus {
    background-color: #f1f1f1;
}

.btn_blue .material-icons-outlined {
    color: #0099FF;
}

.btn_blue:hover .material-icons-outlined {
    color: #FFFFFF;
}

.btn_copy {
    background-color: #367AB4;
    color: #fff;
}

.btn_copy:hover,
.btn_copy:active,
.btn_copy:focus {
    background-color: #125896;
}

.btn_copy.btn_flat {
    color: #367AB4;
    background: none;
}

.btn_copy.btn_flat:hover,
.btn_copy.btn_flat:active,
.btn_copy.btn_flat:focus {
    color: #125896;
}

.btn_white_blue {
    background-color: #fff;
    color: #3783C3;
    border: 1px solid #f1f1f1;
}

.btn_white_blue:hover,
.btn_white_blue:active,
.btn_white_blue:focus {
    background-color: #eee;
    color: #0A5DA2;
}

.btn_turq {
    color: #fff;
    background-color: #62bcfa;
}

.btn_turq:hover,
.btn_turq:active,
.btn_turq:focus {
    background-color: #58A9E0;
}

.btn_purple {
    color: #fff;
    background-color: #1b5481;
}

.btn_purple:hover,
.btn_purple:focus {
    background-color: #184569;
}

.btn_purple.btn_flat {
    color: #1b5481;
}

.btn_purple.btn_flat:hover,
.btn_purple.btn_flat:focus {
    background-color: #eee;
}

.btn_green {
    color: #fff;
    background-color: #00E505;
    background-color: #689F38;
}

.btn_green:hover {
    background-color: #558B2F;
}

.btn_gray {
    background-color: #e4e4e4;
    color: #444;
}

.btn_gray:hover {
    background-color: #ddd;
}

.btn_gray_line {
    background-color: #fff;
    border: 1px solid #e4e4e4;
    color: #525860;
}

.btn_gray_line:hover {
    border-color: #ccc;
}

.btn_orange {
    background-color: #CD6947;
    color: #fff;
}

.btn_orange:hover,
.btn_orange:focus,
.btn_orange:active {
    background-color: #c64933;
}

.btn_orange_light {
    background-color: #ff9c00;
    color: #000;
}

.btn_orange_light:hover,
.btn_orange_light:focus,
.btn_orange_light:active {
    background-color: #b56f00;
}

.btn_orange_amazon {
    background-color: #f3d079;
    border-color: #dfc178;
    color: #444;
}

.btn_orange_amazon:hover {
    background-color: #d5b055;
}

.btn_facebook {
    color: #fff;
    background-color: #09f;
}

.btn_facebook:hover {
    color: #fff;
    background-color: #008AE5;
}

.btn_gold {
    color: #444;
    background-color: #FFD700;
}

.btn_gold:hover,
.btn_gold:active,
.btn_gold:focus {
    background-color: #E5C100;
}

.btn_red {
    color: #fff;
    background-color: #ff6666;
}

.btn_red:hover {
    color: #fff;
    background-color: #E55C5C;
}

.btn_red.btn_flat {
    color: #E55C5C;
}

.btn_pink {
    background-color: #E50048;
    color: #fff;
}

.btn_pink:hover {
    background-color: #CB0040;
}

.btn_pink.btn_flat {
    color: #E91E63;
}

.btn_vote_ok {
    background-color: #43A047;
    color: #fff;
}

.btn_vote_ok:hover {
    background-color: #2E7D32;
}

.btn_vote_ko {
    color: #fff;
    background-color: #ae3954;

}

.btn_vote_ko:hover {
    background-color: #852a3f;
}

.btn_small.btn_vote_ok {
    color: #43A047;
    background-color: #fff;
}

.btn_small.btn_vote_ok:hover {
    color: #2E7D32;
}

.btn_small.btn_vote_ko {
    color: #ae3954;
    background-color: #fff;
}

.btn_small.btn_vote_ko:hover {
    color: #852a3f;
}

.button.favourite_button {
    /*border: none !important;*/
}

.button.favourite_button i {
    font-size: 22px;
    color: #888;
}

.button.favourite_button:hover {
    background: none !important;
}

.button.favourite_button:hover i {
    color: #0099FF !important;
}

.button.options_button {
    color: #888;
}

.button.options_button:hover {
    background: none !important;
}

.button.options_button:hover i {
    color: #0099FF !important;
}

.btn_whatsapp {
    background-color: #50ca5f;
    color: #fff;
}

.btn_whatsapp .icon {
    background-image: url();
}

input[type='text']:not(.input_button),
input[type='email']:not(.input_button),
input[type='password']:not(.input_button),
input[type='number']:not(.input_button) {
    padding-left: 12px;
    width: calc(100% - 12px);
}

a.input_button,
input.input_button {
    height: 36px;
    cursor: default;
    border-radius: 4px;
    line-height: 36px;
    width: 160px;
    padding: 0 15px;
    border: 1px solid #ddd;
    color: #444;
    background-color: #fff;
}

@media (max-width: 991px) {

    a.input_button,
    input.input_button,
    .button {
        height: 40px;
        line-height: 40px;
        border-radius: 40px;
    }
}

a.input_button {
    font-size: 11PX;
    text-transform: uppercase;
    text-align: center;
}

input.input_button::-webkit-input-placeholder {}

input.input_button:-ms-input-placeholder {}

input.input_button:-moz-placeholder {}

input.input_button::-moz-placeholder {}

input:not([type]):focus:not([readonly]),
input[type=text]:focus:not([readonly]),
input[type=password]:focus:not([readonly]),
input[type=email]:focus:not([readonly]),
input[type=url]:focus:not([readonly]),
input[type=time]:focus:not([readonly]),
input[type=date]:focus:not([readonly]),
input[type=datetime]:focus:not([readonly]),
input[type=datetime-local]:focus:not([readonly]),
input[type=tel]:focus:not([readonly]),
input[type=number]:focus:not([readonly]),
input[type=search]:focus:not([readonly]),
textarea.materialize-textarea:focus:not([readonly]) {
    border-bottom: 1px solid #0099FF;
    box-shadow: 0 1px 0 0 #0099FF;
}

input.input_button:not([type]):focus:not([readonly]),
input[type=text].input_button:focus:not([readonly]),
input[type=password].input_button:focus:not([readonly]),
input[type=email].input_button:focus:not([readonly]),
input[type=url].input_button:focus:not([readonly]),
input[type=time].input_button:focus:not([readonly]),
input[type=date].input_button:focus:not([readonly]),
input[type=datetime].input_button:focus:not([readonly]),
input[type=datetime-local].input_button:focus:not([readonly]),
input[type=tel].input_button:focus:not([readonly]),
input[type=number].input_button:focus:not([readonly]),
input[type=search].input_button:focus:not([readonly]),
textarea.materialize-textarea.input_button:focus:not([readonly]) {
    border: 1px solid #62bcfa;
    box-shadow: none;
}

.input-field label:not(.label-icon).active {
    text-transform: none;
    padding-left: 12px;
}

input:not([type]):focus:not([readonly])+label,
input[type=text]:focus:not([readonly])+label,
input[type=password]:focus:not([readonly])+label,
input[type=email]:focus:not([readonly])+label,
input[type=url]:focus:not([readonly])+label,
input[type=time]:focus:not([readonly])+label,
input[type=date]:focus:not([readonly])+label,
input[type=datetime]:focus:not([readonly])+label,
input[type=datetime-local]:focus:not([readonly])+label,
input[type=tel]:focus:not([readonly])+label,
input[type=number]:focus:not([readonly])+label,
input[type=search]:focus:not([readonly])+label,
textarea.materialize-textarea:focus:not([readonly])+label {
    color: #0099FF;
}

.input-field {
    margin-top: 20px;
}

.input-field .select-wrapper+label {
    top: -14px;
    padding-left: 12px;
}
@media (max-width:991px){
    .input-field .select-wrapper+label {
        top: -13px;
    }
    input {
        font-size: 16px;
    }
}
@media (min-width:992px){
    input {
        font-size: 15px;
    }
}

input:not([type]),
input[type=text],
input[type=password],
input[type=email],
input[type=url],
input[type=time],
input[type=date],
input[type=datetime],
input[type=datetime-local],
input[type=tel],
input[type=number],
input[type=search],
textarea.materialize-textarea {
    height: 36px;

}

.dropdown-content {
    border-radius: 20px;
}

@media (max-width: 991px) {
    .input-field label:not(.label-icon).active {
    }

    input:not([type]),
    input[type=text],
    input[type=password],
    input[type=email],
    input[type=url],
    input[type=time],
    input[type=date],
    input[type=datetime],
    input[type=datetime-local],
    input[type=tel],
    input[type=number],
    input[type=search],
    textarea.materialize-textarea {
        height: 40px;
        line-height: 40px;
        font-size: 16px;
    }

    .input-field label {
        top: 10px;
    }
}

.switch label input[type=checkbox]:checked+.lever {
    background-color: #a3c2ff;
}

.switch label input[type=checkbox]:checked+.lever:after {
    background-color: #0099FF;
}

.radio_button {
    float: left;
    height: 36px;
    line-height: 36px;
    min-width: 36px;
    border-radius: 36px;
    color: #888;
    width: auto;
    background: #fff;
    cursor: pointer;
    text-align: center;
    margin-top: 3px;
    padding: 0;
}

.radio_button:hover {
    background-color: #fff;
    color: #444;
    box-shadow: 0 0 0 4px #0099FF;
}

.radio_button.active {
    background-color: #fff;
    color: #444;
    box-shadow: 0 0 0 4px #0099FF, 0 3px 20px 0 rgba(0, 0, 0, 0.3);
}

[type="radio"]:checked+label:after,
[type="radio"].with-gap:checked+label:after {
    background-color: #09f;
}

[type="radio"]:checked+label:after,
[type="radio"].with-gap:checked+label:before,
[type="radio"].with-gap:checked+label:after {
    border: 2px solid #0099FF;
}

@media (max-width: 991px) {
    .radio_button {
        border-radius: 20px;
        height: 40px;
        line-height: 40px;
        font-size: 16px;
    }
}

input:not([type]).valid,
input:not([type]):focus.valid,
input[type=text].valid,
input[type=text]:focus.valid,
input[type=password].valid,
input[type=password]:focus.valid,
input[type=email].valid,
input[type=email]:focus.valid,
input[type=url].valid,
input[type=url]:focus.valid,
input[type=time].valid,
input[type=time]:focus.valid,
input[type=date].valid,
input[type=date]:focus.valid,
input[type=datetime].valid,
input[type=datetime]:focus.valid,
input[type=datetime-local].valid,
input[type=datetime-local]:focus.valid,
input[type=tel].valid,
input[type=tel]:focus.valid,
input[type=number].valid,
input[type=number]:focus.valid,
input[type=search].valid,
input[type=search]:focus.valid,
textarea.materialize-textarea.valid,
textarea.materialize-textarea:focus.valid {
    border-bottom: 1px solid #0099FF;
    box-shadow: 0 1px 0 0 #0099FF;
}


/*MODAL*/
.modal {
    border-radius: 18px;
    z-index: 10000;
}

.modal_close {
    position: fixed;
    height: 36px;
    width: 36px;
    display: block;
    top: 10px;
    right: 30px;
    border-radius: 100%;
    cursor: pointer;
}

.modal_close:hover {
    background-color: #f1f1f1;
}

.modal_close i {
    width: 36px;
    height: 36px;
    line-height: 36px;
    text-align: center;
    font-size: 20px;
}

.modal .modal-content {
    display: inline-block;
    width: 100%;
    padding: 16px;
}

.modal-content h6 {
    font-weight: bold;
    margin-bottom: 20px;
    font-size: 16px;
}

.modal .modal-footer .btn,
.modal .modal-footer .btn-large,
.modal .modal-footer .btn-flat {
    font-weight: bold;
    border-radius: 50px;
}

#modalLoading {
    background: none;
    box-shadow: none;
}

#modalLoading .modal-content {
    width: 100%;
    float: left;
    text-align: center;
    overflow: hidden;
}

#modalLoading .spinner-layer {
    border-color: #fff;
}

#loading_toast {
    position: fixed;
    left: 0vw;
    top: 0;
    width: 100vw;
    height: 100vh;
    background: rgba(0, 0, 0, .05);
    box-shadow: 0 0 10px 10px #fff;
}

#loading_toast_spinner {
    text-align: center;
    float: left;
    width: 100vw;
    height: 100vh;
}

/*MODALPREVIEW*/
#modalPreview {
    width: 98vw;
    height: auto;
    max-height: none;
    top: 1vh !important;
    overflow: hidden;
    background-color: rgba(0, 0, 0, .5);
}

#modalPreview .modal_close {
    color: #444;
    right: 312px;
}

#modalPreview .modal_close:hover {
    background: rgba(0, 0, 0, .1);
}

#modalPreview .modal_vote {
    right: 70px;
    border-radius: 100%;
    position: fixed;
    height: 36px;
    width: 36px;
    display: block;
    top: 10px;
    border-radius: 100%;
    cursor: pointer;
    background-color: #ff6961;
    opacity: .8;
}

#modalPreview .modal_vote:hover {
    opacity: 1;
}

#modalPreview .modal_vote i {
    width: 36px;
    height: 36px;
    line-height: 36px;
    text-align: center;
    font-size: 18px;
    color: #fff;
}

#modalPreview h6 {
    height: 56px;
    margin: 0;
    padding: 0 25px;
    width: calc(100% - 300px);
    line-height: 56px;
    color: #444;
    position: absolute;
    background-color: #fff;
}

#modalPreview h6 .preview-file-icon {
    display: none;
    float: left;
    height: 40px;
    margin: 8px 0;
    margin-right: 15px;
}

#modalPreview h6 .preview-folder-icon {
    float: left;
    height: 30px;
    margin: 13px 0;
    margin-right: 15px;
}

#modalPreview.single-file h6 .preview-file-icon {
    display: block;
}

#modalPreview.single-file h6 .preview-folder-icon {
    display: none;
}

#modalPreview.single-file #modal-scroll {
    display: none;
}

#modalPreview .modal-content {
    padding: 0;
    height: calc(100vh - 0px);
    float: left;
}

#modal_preview {
    height: calc(94vh - 0px);
    width: 100%;
    float: left;
}

#modalPreview .modal-footer {
    position: absolute;
    bottom: 0;
    background: none;
    height: 60px;
    padding: 4px 14px 4px 0;
    text-align: center;
}

#modalPreview .mobile-navigator {
    position: absolute;
    float: left;
    width: 100%;
    top: 56px;
    background-color: #ffffff;
    height: 42px;
    padding: 0px 10px;
    text-align: center;
    border: 1px solid #eee;
    display: none;
}

#modalPreview .mobile-navigator .file-name {
    height: 42px;
    line-height: 42px;
    width: calc(100% - 70px);
    text-align: center;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
}

#modalPreview .mobile-navigator .previous-button,
#modalPreview .mobile-navigator .next-button {
    width: 35px;
    height: 35px;
    line-height: 35px;
    text-align: center;
    border-radius: 50px;
    margin: 3px 0;
    border: 1px solid #ccc;
}

#modalPreview .mobile-navigator .previous-button:hover,
#modalPreview .mobile-navigator .next-button:hover {
    cursor: pointer;
    background-color: #eee;
}

#modalPreview .mobile-navigator .previous-button,
#modalPreview .mobile-navigator .file-name {
    float: left;
}

#modalPreview .mobile-navigator .next-button {
    float: right;
}

.modal#modalPreview .modal-footer .btn,
.modal#modalPreview .modal-footer .btn-large,
.modal#modalPreview .modal-footer .btn-flat {
    margin: 0;
}

#modalPreview #modal_preview>#m_p_image {
    text-align: center;
    width: 100%;
    height: 100%;
}

#modalPreview #modal_preview>#m_p_image img {
    display: inline-block;
    max-width: 100%;
    max-height: calc(94vh - 0px);
}

#modalPreview .modal-footer .modal_preview_button,
#modalPreview .modal-footer .modal_preview_button_2,
#modalPreview .modal-footer .modal_download_button {
    display: none;
}

#modalPreview .modal-footer .modal_preview_button:not(.wlh-btn-only-icon).visible,
#modalPreview .modal-footer .modal_preview_button_2:not(.wlh-btn-only-icon).visible,
#modalPreview .modal-footer .modal_download_button:not(.wlh-btn-only-icon) {
    display: inline-block;
}

#modalPreview #modal_preview .no-preview-file-button {
    width: 320px;
    margin: calc(47vh - 30px - 28px) calc(50% - 160px);
    float: left;
    color: #fff;
    border-radius: 0px;
    padding: 5px 10px;
    border: 0px solid #cecece;
    font-family: 'Roboto', sans-serif;
    font-weight: bold;
    text-align: center;
}

#modalPreview #modal_preview .no-preview-file-button .text {
    margin-bottom: 20px;
}

#modal-scroll .upload-scroll-file.selected.missing {
    background-color: #3c3e40;
}

#modalPreview #modal_preview .error-preview-file-button {
    width: 100%;
    height: 100%;
    padding: 20px 10%;
    float: left;
    color: #fff;
    background-color: #525659;
}

#modalPreview #modal_preview .error-preview-file-button .alert-box {
    width: 100%;
    height: 100%;
    float: left;
    padding: 0 10%;
    background-color: #3c3e40;
    box-shadow: 2px 0.017px 3.64px 0.36px rgba(0, 0, 0, 0.17);
}

#modalPreview #modal_preview .error-preview-file-button .text-container {
    float: left;
    width: 100%;
    padding: 30px 0;
    font-weight: bold;
}

#modalPreview #modal_preview .error-preview-file-button .text-container .title {
    float: left;
    width: 100%;
    font-size: 20px;
    color: #fff;
}

#modalPreview #modal_preview .error-preview-file-button .text-container .body {
    float: left;
    width: 100%;
    font-size: 16px;
    margin-top: 15px;
    color: #ffffff80;
}

#modalPreview #modal_preview .error-preview-file-button .icon {
    float: left;
    width: 100%;
    font-size: 90px;
    text-align: center;
    margin-top: 130px;
    color: #525659;
}

#modalPreview .modal-footer.ownerPreview .wlh-btn-premium {
    display: none !important;
}

@media(max-width: 991px) {
    #modalPreview {
        width: 100vw;
        height: auto;
        max-height: none;
        top: 0vh !important;
        overflow: hidden;
        border-radius: 0;
    }

    #modalPreview .modal_close {
        color: #333;
        background-color: #fff;
        right: 5px;
    }

    #modalPreview h6 {
        margin: 0;
        padding: 0 10px;
        width: 100%;
        font-size: 16px;
    }

    #modalPreview #modal_preview {
        height: calc(100vh - 98px);
        margin-top: 98px;
        width: 100%;
    }

    #modalPreview #modal_preview>#m_p_image img {
        max-width: 100%;
        max-height: 100%;
    }

    #modalPreview .modal-footer {
        padding: 0;
        height: 40px;
        /*background-color: #fff;*/
        position: absolute;
        top: 10px;
        background: none;
        height: 36px;
        padding: 0;
        width: auto;
        text-align: center;
        right: 40px;
    }

    #modalPreview .modal-footer .button {
        width: 36px;
        height: 36px;
        padding: 0;
        border-radius: 36px;
        padding: 0;
        margin-right: 5px;
    }

    #modalPreview .modal-footer .button .icon,
    #modalPreview .modal-footer .button .icon i {
        display: inline-block;
        width: 36px;
        text-align: center;
        height: 36px;
        line-height: 36px;
    }

    #modalPreview .mobile-navigator {
        display: block;
    }

    #modalPreview .modal-footer .modal_preview_button:not(.wlh-btn-only-icon),
    #modalPreview .modal-footer .modal_preview_button_2:not(.wlh-btn-only-icon),
    #modalPreview .modal-footer .modal_download_button:not(.wlh-btn-only-icon) {
        display: none !important;
    }

    #modalPreview .modal-footer .modal_preview_button.wlh-btn-only-icon.visible,
    #modalPreview .modal-footer .modal_preview_button_2.wlh-btn-only-icon.visible,
    #modalPreview .modal-footer .modal_download_button.wlh-btn-only-icon {
        display: inline-block !important;
    }

    #modalPreview .modal-footer .wlh-btn.wlh-btn-medium.wlh-btn-color.wlh-btn-premium.wlh-btn-only-icon.modal_preview_button_2 {
        margin-right: 5px;
    }

    #modalPreview h6 .preview-file-icon {
        display: none;
        float: left;
        height: 30px;
        margin: 13px 0;
        margin-right: 10px;
    }

    #modalPreview h6 .preview-folder-icon {
        float: left;
        height: 24px;
        margin: 16px 0;
        margin-right: 10px;
    }
}

@media(min-width: 992px) {
    #modalPreview .modal-content {
        height: 98vh;
    }

    #modalPreview h6 {
        border-bottom: 1px solid #eee;
    }

    #modal_preview {
        height: calc(98vh - 55px);
        width: calc(100% - 455px);
        float: left;
        margin-top: 56px;
    }

    #modalPreview .modal-footer {
        position: absolute;
        top: 10px;
        background: none;
        height: 36px;
        padding: 0;
        width: auto;
        text-align: center;
        right: 350px;
    }

    #modalPreview.single-file #modal_preview {
        width: calc(100% - 300px);
    }
}

@media(min-width: 1499px) {
    #modalPreview {
        width: 1400px;
    }

    #modal_preview {
        width: calc(100% - 505px);
    }

    #modalPreview .modal-footer {
        right: 400px;
    }

    #modalPreview h6 {
        width: calc(100% - 350px);
    }

    #modalPreview.single-file #modal_preview {
        width: calc(100% - 350px);
    }

    #modalPreview .modal_close {
        right: 363px;
    }
}

.modelaPreviewImage #modal_preview {
    overflow: auto;
}

#modalPreview #modal_preview {
    text-align: center;
    background-color: #525659;
}

#modalPreview #modal_preview img#preview_image {
    display: inline-block;
    max-width: 100%;

}

.zoomContainer {
    z-index: 1004;
}

/* Modal Scroll */

#modal-scroll {
    margin-top: 56px;
    width: 155px;
    float: left;
    background-color: #fbfbfb;
    height: calc(100% - 56px);
}

#modal-scroll .upload-scroll-file {
    float: left;
    width: 100%;
}

#modal-scroll .upload-scroll-file.selected {
    background-color: #525659;
}

.upload-scroll-template,
.upload-scroll-content {
    width: 100%;
    height: 100%;
}

.upload-scroll-content {
    overflow: scroll;
    padding: 0px;
}

#modal-scroll .upload-scroll-template .upload-scroll-content::-webkit-scrollbar {
    display: none;
}

.upload-scroll-template,
.upload-scroll-content,
.upload-scroll-file .file-template {
    float: left;
}

.upload-scroll-file .file-template {
    width: 100%;
    margin: 15px 0 10px 0;
}


.upload-scroll-template .upload-scroll-file .file-template .file_temp_thumbnail {
    width: 110px;
    margin: 0 calc(50% - 55px);
    height: 150px;
    box-shadow: 0 1px 2px 0px rgba(0, 0, 0, 0.4);
    border-radius: 5px;
}

.upload-scroll-template .upload-scroll-file .file-template .file_temp_thumbnail:hover {
    animation-name: favoriteFilesHover;
    box-shadow: 0 1px 3px 1px rgba(0, 0, 0, 0.4) !important;
}

.upload-scroll-template .upload-scroll-file .file-template .file_temp_info {
    width: 100%;
    height: auto;
    padding: 10px 0px;
    margin-left: 0;
}

.upload-scroll-template .upload-scroll-file .file-template .file_temp_info .file_temp_inbox {
    margin-top: 0;
    width: 110px;
    margin: 0 calc(50% - 55px);
}

.upload-scroll-template .upload-scroll-file .file-template .file_temp_text {
    height: auto;
    line-height: 110%;
    font-size: 11px;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    text-align: center;
    white-space: normal;
    padding: 0 5px;
}

.upload-scroll-template .file-template .f-t-docnumber {
    float: left;
    width: 110px;
    color: #999999;
    font-size: 9px;
    margin: 5px calc(50% - 55px);
    padding: 0 5px;
}

.upload-scroll-template .file-template .f-t-docnumber {
    float: left;
    width: 110px;
    color: #999999;
    font-size: 9px;
    margin: 5px calc(50% - 55px);
    padding: 0 5px;
}

.upload-scroll-file.selected .f-t-docnumber {
    color: #ffffff80;
}

.upload-scroll-template .file-template .f-t-docnumber .material-icons-outlined {
    font-size: 9px;
    line-height: 8px;
    vertical-align: middle;
}

.upload-scroll-template .file-template .f-t-docnumber .doc-index {
    float: right;
}

#modal-scroll .upload-scroll-file.selected .file-template .file_temp_info .file_temp_text {
    color: #fff;
}

#modal-scroll .upload-scroll-file.selected .file-template .file_temp_info .file_temp_text strong {
    color: #fff;
}

.upload-scroll-template .upload-scroll-file .file-template .file_temp_inbox .file_temp_text {
    font-size: 9px;
    width: 100%;
    text-align: left;
}

.upload-scroll-template .upload-scroll-file .file-template .file_temp_info .file_temp_inbox.subbox {
    width: 110px;
    margin: 0 calc(50% - 55px);
}

.upload-scroll-template .upload-scroll-file .file-template .file_temp_info .file_temp_text .file_temp_date_uploaded {
    font-size: 9px;
    display: inline-block;
    float: right;
}

.upload-scroll-template .upload-scroll-file .file-template .file_temp_info .file_temp_text .file_temp_date_uploaded .material-icons-outlined {
    float: left;
    height: 10px;
    line-height: 10px;
    font-size: 8px;
    vertical-align: middle;
    margin: 0 2px;
}

.upload-scroll-template .upload-scroll-file.error .file_temp_thumbnail img {
    max-width: none;
    width: 84px;
    min-width: unset;
    margin: 20px 13px;
}

@keyframes favoriteFilesHover {
    to {
        transform: scale(1.02);
        z-index: 20;
    }
}

/*MODAL PREVIEW AD*/

#modal-ad {
    width: 300px;
    height: calc(100% - 0px);
    margin-top: 0px;
    padding-top: 0px;
    background-color: #fbfbfb;
    float: right;
    border-left: 1px solid #eee;
    text-align: center;
}


@media(max-width: 991px) {
    #modal-scroll {
        display: none;
    }

    #modal-ad {
        background-color: #fff;
        display: block;
        position: absolute;
        width: 100%;
        height: auto;
        bottom: 0;
        padding: 0;
    }

    #modal-ad .ad.ad_preview_roba {
        display: none;
    }
}

/*MODAL SHARE FILE*/
@media(min-width: 992px) {
    #modalShareFile {
        max-width: 300px;
    }

    #file_share_box {
        width: 100%;
        float: left;
        text-align: left;
        margin-top: 20px;
    }

    #file_share_box .button {
        box-shadow: none;
    }

    #share_whatsapp,
    #share_messenger {
        padding: 0;
        width: 50%;
        height: auto;
        float: left;
        margin-bottom: 10px;
    }

    #share_whatsapp .icon,
    #share_messenger .icon {
        width: 100%;
        text-align: center;
    }

    #share_whatsapp .icon img,
    #share_messenger .icon img {
        display: inline-block;
    }

    #share_whatsapp .text,
    #share_messenger .text {
        letter-spacing: 0;
        text-transform: none;
        font-weight: normal;
        color: #333;
        width: 100%;
        text-align: center;
        margin: 0;
    }
}

@media(min-width: 1499px) {
    #modal-ad {
        width: 350px;
        padding-top: 25px;
    }
}

/*MODAL FILE COPY*/
@media(min-width: 992px) {
    #modalCopyPopup {
        max-width: 300px;
    }

    #copy_modal_button_box {
        width: 100%;
        display: inline-block;
        text-align: center;
    }

    #copy_modal_button_box .button {
        width: auto;
        display: inline-block;
    }
}

/*MODALMASTER*/
/*RESULT_MASTER*/
#scope_masters .search_result {
    border: none;
    border-radius: 0;
    background: none;
    box-shadow: none;
}

#scope_masters .result_master {
    margin-bottom: 20px;
    background: none;
    width: 100%;
    height: auto;
    border-bottom: 0;
}

.result_master>.content {
    display: inline-block;
    width: 100%;
    padding: 20px;
    height: 250px;
    background-color: #fff;
    border-radius: 18px;
    border: 0px solid #ddd !important;
    box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.16), 0 1px 0px 0 rgba(0, 0, 0, 0.12);
}

.result_master.master_scholarship>.content {
    border-radius: 0 18px 18px 18px;
    border: none !important;
    box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.16), 0 1px 0px 0 rgba(0, 0, 0, 0.12);
}

.result_master .scholarship {
    display: none;
    float: left;
    padding-right: 36px;
    width: auto;
    border-radius: 18px 36px 0 0;
    background-color: #f000ff;
    background-color: #09f;
    color: #fff;
}

.result_master.master_scholarship .scholarship {
    display: block;
    cursor: default;
}

.result_master .master_logo {
    float: left;
    width: 230px;
    height: 100%;
    border: 1px solid #eee;

    border: none;
}

.result_master .master_logo .center {
    font-weight: bold;
}

.result_master .master_logo .logo {
    max-height: 100px;
    max-width: calc(100% - 10px);
    margin: 5px;
}

.result_master.master_oficial .master_logo {
    border-color: gold;
    border: none;
    border-radius: 18px;
}

.result_master .oficial {
    display: none;
    position: absolute;
    cursor: default;
    top: 193px;
    width: 228px;
    height: 36px;
    line-height: 36px;
    color: #000;
    background-color: gold;
    border-radius: 0;
    text-align: center;
    border-radius: 18px;
}

.result_master.master_scholarship .oficial {
    top: 228px;
}

.result_master.master_oficial .oficial {
    display: block;
}

.result_master .title {
    max-height: 44px;
    line-height: 110%;
    margin: 5px 0 5px 20px !important;
    width: calc(100% - 400px) !important;
    font-family: 'Roboto', sans-serif !important;
    font-weight: bold;
    float: left;
}

.result_master .titleby {
    max-height: 40px;
    line-height: 110%;
    margin: 0 0 5px 20px;
    width: calc(100% - 410px);
    font-size: 14px;
    color: #6aaaf9;
    font-family: 'Roboto', sans-serif;
    float: left;
    overflow: hidden;
    text-overflow: ellipsis;
    line-height: 18px;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

.result_master .description {
    font-size: 13px;
    width: calc(100% - 410px);
    float: left;
    margin: 5px 20px;
    height: calc(100% - 40px - 44px);
    overflow: hidden;
    text-overflow: ellipsis;
    line-height: 18px;
    display: -webkit-box;
    -webkit-line-clamp: 7;
    -webkit-box-orient: vertical;
}

.result_master .master_info {
    width: 130px;
    float: right;
    margin-top: 0px;
    height: calc(100% - 100px);
}

.result_master .master_info .info {
    min-height: 20px;
    line-height: 20px;
    width: auto;
    max-width: 100%;
    float: left;
    clear: both;

}

.result_master .master_info .info .icon {
    width: 20px;
    min-height: 20px;
    line-height: 20px;
    float: left;
    height: auto;
    text-align: left;
    font-size: 10px;
}

.result_master .master_info .info .icon i {
    width: 20px;
    font-size: 12px;
    height: 20px;
    line-height: 20px;
}

.result_master .master_info .info .text {
    height: auto;
    line-height: 110%;
    width: calc(100% - 20px);
    margin-top: 4px;
    float: left;
    text-overflow: ellipsis;
    font-size: 13px;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
}

.result_master .master_price {
    float: right;
    text-align: center;
    width: 140px;
    margin-top: 20px;
    height: 80px;
    font-weight: bold;
    font-family: 'Montserrat', sans-serif;
}

.result_master .master_price .button {
    white-space: nowrap;
    width: auto;
    display: inline-block;
}

.result_master .master_price .button>* {
    display: inline-block;
    vertical-align: top;
    float: none;
}

.result_master .pricescholarship~.pricenormal {
    opacity: .4;
    font-size: 12px;
    text-decoration: line-through;
}

#modalMaster {
    height: 90%;
    max-height: 90%;
    top: 5% !important;
}

#modalMaster .modal-content {
    height: calc(100% - 37px);
}

#modalMaster .s_left {
    float: left;
    width: calc(100% - 260px);
    height: auto;
    margin-right: 0px;
}

#modalMaster .s_right {
    float: left;
    width: 240px;
    padding: 0;
    min-height: 300px;
    position: fixed;
    right: 40px;
}

#modalMaster .s_right>article {
    padding: 0;
    background-color: #fff;
    border-radius: 20px;
    overflow: hidden;
    margin-bottom: 0;
}

#modalMaster .s_right .title {
    background-color: #fff;
    color: #444;
    text-align: center;
    margin: 0 0 20px 0 !important;
    padding-right: 0;
}

#modalMaster .s_right .content {
    width: 100%;
    height: auto;
    position: relative;
    display: inline-block;
    padding: 10px;
    background-color: #fff;
}

#modalMaster .s_right .content .row_bottom {
    margin: 0;
    text-align: center;
}

#modalMaster .master_conditions {
    float: left;
    text-align: center;
    margin: 15px 0;
    font-size: 11px;
}

#modalMaster .master_conditions_info {
    display: none;
}

#modalMaster .modal-footer {
    text-align: right;
    overflow: hidden;
    padding: 0;
    height: 37px;
}

#modalMaster .modal-footer>.button {
    margin-right: 0px;
    width: 100%;
    border-radius: 0 0 18px 18px;
    text-align: center;
    border: none;
}

#modalMaster .modal-footer>.button .text {
    text-align: center;
    width: 100%;
}

#modalMaster .master_logo {
    max-height: 200px;
    width: 100%;
    padding: 20px;
    margin-bottom: 20px;
}

#modalMaster .master_logo .logo {
    float: left;
    margin: 0;
    max-width: 230px;
    max-height: 200px;
}

#modalMaster .master_logo .center {
    float: left;
    width: calc(100% - 230px);
    text-align: right;
}

#modalMaster .master_info {
    float: left;
    width: 50% !important;
    padding: 0 20px;
}

#modal_master_info .info {
    float: left;
    height: auto;
    margin: 0 0 20px 0;
    width: 100%;
    padding: 20px 20px 0 20px;
    max-height: none;
    display: inline-block;
    overflow: auto;
}

#modal_master_info .info .title {
    width: 100% !important;
    height: auto;
    font-weight: bold;
    margin: 0 !important;
    max-height: none;
    font-size: 15px !important;
    color: #444;
    float: left;
}

#modal_master_info .info .text {
    float: left;
    color: #888;
    font-size: 14px;
    width: 100%;
}

#modalMaster .master_tags {
    float: left;
    width: 50% !important;
    padding: 0 20px;
}

#modalMaster .master_tags>* {
    width: 100%;
    padding: 0 20px;
    position: static;
    float: left;
    border-radius: 0;
    margin-bottom: 10px;
}

#modalMaster article .content .row {
    margin-bottom: 0;
}

#modalMaster article .content .row .input-field {
    margin-top: 0;
}

#modalMaster #row_master_price {
    text-align: right;
}

#modalMaster #row_master_price>* {
    line-height: 30px;
    height: 30px;
    float: right;
    margin-left: 20px;
    font-size: 15px;
}

#modal_master_form_input {
    width: 100%;
}

#modal_master_form_input>.title {
    width: 100% !important;
    padding-left: 0;
}

#modalMasterContact .s_left {
    display: none;
}

#modalMasterContact .s_right .row_bottom {
    display: none;
}

#modalMasterContact .s_right article {
    background: none;
    border: none;
    box-shadow: none;
}

#modalMasterContact .s_right article .title {
    display: none;
}

#modalMasterContact .modal-footer {
    text-align: center;
}

#modalMasterContact .master_conditions {
    display: none;
}

/*MODALSOCIAL*/

#modalSocial {
    width: 90vw;
    height: auto;
    max-height: none;
    top: 3vh !important;
    overflow: hidden;
}

#modalSocial .modal_close {
    color: #fff;
    right: 24px;
}

#modalSocial .modal_close:hover {
    background: rgba(0, 0, 0, .1);
}

#modalPreview .modal_vote:hover {
    opacity: 1;
}

#modalSocial .modal_vote i {
    width: 36px;
    height: 36px;
    line-height: 36px;
    text-align: center;
    font-size: 18px;
    color: #fff;
}

#modalSocial h6 {
    height: 56px;
    margin: 0 24px;
    width: calc(100% - 48px);
    line-height: 56px;
    color: #fff;
    position: absolute;
    text-shadow: 0 1px 3px #000;
}

#modalSocial .modal-content {
    padding: 0;
    height: calc(94vh - 0px);
    float: left;
}

/*MODAL UPLOAD*/
#modalUpload {
    overflow: visible;
    max-height: none;
}

#modal_upload {
    overflow: visible;
}

#modal_upload #folder_info {
    width: 100%;
    margin-bottom: 20px;
}

#modal_upload #folder_info .info {
    display: inline-block;
    width: 100%;
    height: 36px;
    line-height: 36px;
}

#modal_upload #folder_info .info .title {
    width: 200px;
    height: 36px;
    line-height: 36px;
    text-align: right;
    float: left;
    font-weight: bold;
}

#modal_upload #folder_info .info .text {
    width: calc(100% - 220px);
    margin-left: 20px;
    float: left;
    height: 36px;
    line-height: 36px;
    text-align: left;
}

#modal_upload #folder_info .info_course {
    width: 320px;
}

#modal_upload #folder_info input {
    height: 36px;
    margin: 0;
    border: none;
}

#modal_upload #folder_info .info_subject {
    width: calc(100% - 328px);

}

#modal_upload .upload_box {
    display: block;
}

#modal_upload .upload_box>.content {
    display: inline-block;
    width: 100%;
}

#modal_upload .upload_results {
    display: inline-block;
    float: none;
    overflow-y: auto;
    max-height: 140px;
}

/*DATEPICKER*/
.picker__date-display {
    background-color: #0099FF;
}

.picker__weekday-display {
    background-color: #0167E5;
}

.picker__day--selected,
.picker__day--selected:hover,
.picker--focused .picker__day--selected {
    background-color: #0099FF;
}

.picker__close,
.picker__today {
    color: #0099FF;
}

/*TABS*/
.tabs .tab a {
    color: #777;
    font-weight: bold;
    cursor: pointer;
}

.tabs .indicator {
    background-color: #0099FF;
}

.tabs .tab a:hover,
.tabs .tab a.active {
    color: #0099FF;
}

/*TOAST*/


/*SELECT*/
.dropdown-content li>a,
.dropdown-content li>span {
    color: #0099FF !important;
}

/*FILE_LIST_VIEW*/
.item.file_list_view {
    float: left;
    height: 56px;
    width: 100%;
    cursor: pointer;
    border-top: 1px solid #f1f1f1;
}

.item.file_list_view:hover {
    background-color: #fafafa;
}

.item.file_list_view>.icon {
    width: 28px;
    height: 36px;
    float: left;
    margin: 10px 15px 10px 15px;
    background-size: 100% 100%;
}

.item.file_list_view .icon .text {
    text-align: center;
    font-size: 9px;
    font-weight: bold;
    font-family: 'Montserrat', sans-serif;
    color: #0099FF;
    text-transform: uppercase;
}

.item.file_list_view .icon i {
    width: 100%;
    text-align: center;
    font-size: 20px;
}

.item.file_list_view .info {
    width: calc(100% - 70px);
    padding-right: 10px;
    float: left;
    height: 56px;
    overflow: hidden;
}

.item.file_list_view .info .title,
.item.file_list_view .info .text {
    width: 100%;
    float: left;
    font-size: 10px;
    overflow: hidden;
    text-overflow: ellipsis;
    line-height: 110%;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    /* number of lines to show */
    -webkit-box-orient: vertical;
}

.item.file_list_view .info .title {
    font-weight: bold;
    font-size: 11px;
    -webkit-line-clamp: 2;
}

/*RESULT_USER*/
.result_user {
    width: 200px !important;
    height: auto !important;
    padding: 0px !important;
    float: none;
    display: inline-block !important;
    background-color: #fff;
    border-radius: 18px;
    box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.16), 0 1px 0px 0 rgba(0, 0, 0, 0.12);
    margin: 5px;
}

.result_user>* {
    float: left;
    width: 25%;
}

.result_user .user_photo {
    float: left;
    width: 100%;
    height: 100px;
    margin-top: 10px;
}

.result_user .user_photo .photo {
    width: 100px;
    height: 100px;
    background-size: cover;
    background-position: center;
    border-radius: 100%;
    margin: 0 calc(50% - 50px);
    cursor: pointer;
    border: 1px solid #ddd;
}

.result_user .user_photo .photo:hover {
    box-shadow: 0 0 0 4px #0099FF;
}

.result_user .user_photo .tags {
    width: 100%;
    height: 24px;
    margin-top: -24px;
}

.result_user .user_photo .tag {
    max-width: 100%;
    width: auto;
    height: 24px;
    margin: 0;
    border-radius: 24px;
}

.result_user .user_photo .tag .icon {
    background-color: #fff;
    width: 18px;
    height: 18px;
    border-radius: 100%;
    margin: 3px;
    float: left;
}

.result_user .user_photo .tag .icon i {
    float: left;
    text-align: center;
    width: 18px;
    height: 18px;
    line-height: 18px;
    font-size: 17px;
}

.result_user .user_photo .tag .text {
    margin: 0 6px 0 0;
    color: #fff;
    height: 24px;
    line-height: 24px;
    font-size: 13px;
    font-family: 'Montserrat', sans-serif;
    font-weight: bold;
    float: left;
}

.result_user .user_photo .tag.money {
    float: left;
    margin-left: 10px;
}

.result_user .user_photo .tag.experience {
    background-color: gold;
    float: right;
    color: gold;
    margin-right: 10px;
}

.result_user .user_photo .tags .tag_box {
    float: left;
    width: 50%;
    height: 24px;

}

.result_user .title {
    height: auto !important;
    font-family: 'Montserrat', sans-serif;
    line-height: 110%;
    margin: 10px 0 !important;
    padding: 0 20px;
    width: 100%;
    text-align: center;
}

.result_user .title:hover {
    color: #0099FF;
}

.result_user .user_info {
    width: 100%;
    padding: 0 10px;
    margin-top: 0;
    float: left;
    color: #aaa;
}

.result_user .user_info .info {
    height: 20px;
    line-height: 20px;
    width: auto;
    max-width: 100%;
    float: left;
    clear: both;
}

.result_user .user_info .info.age {
    clear: none;
    margin-left: 20px;
}

.result_user:hover .user_info {
    color: #777;
}

.result_user .user_info .icon {
    width: 20px;
    height: 20px;
    line-height: 20px;
    float: left;
    height: 20px;
    text-align: left;
    font-size: 10px;
}

.result_user .user_info .icon i {
    width: 20px;
    font-size: 12px;
    height: 20px;
    line-height: 20px;
}

.result_user .user_info .text {
    height: 20px;
    line-height: 20px;
    width: calc(100% - 20px);
    float: left;
    text-overflow: ellipsis;
    font-size: 13px;
    overflow: hidden;
    white-space: nowrap;
}

.result_user .user_info .folder {
    cursor: pointer;
}

.result_user .user_info .folder:hover {
    color: #0099FF;
}

.result_user .user_info .center {
    cursor: pointer;
    text-align: left;
}

.result_user .user_info .center:hover {
    color: #0099FF;
}

.result_user .user_actions {
    width: 100%;
    float: left;
    height: 40px;
    margin-top: 5px;
    border-top: 1px solid #ddd;
    border-radius: 0 0 18px 18px;
}

.result_user .user_actions .follow {
    width: 100%;
    height: 100%;
    float: left;
    margin: 0;
    padding: 2px 0;
    text-align: center;
}

.result_user .user_actions .follow .icon {
    float: none;
    width: auto;
    text-align: center;
}

.result_user .user_actions .follow .text {
    display: inline-block;
    width: auto;
    text-align: center;
    float: none;
    font-family: 'Roboto', sans-serif;
    text-transform: uppercase;
    vertical-align: top;
    margin-left: 5px;
}

/**/
.blue_filter {
    /*background: rgba(0,85,255,.75);*/
}

/*FOLLOW*/
.follow .follow_0 {
    display: inline-block !important;
}

.follow .follow_1 {
    display: none !important;
}

.follow.active .follow_0 {
    display: none !important;
}

.follow.active .follow_1 {
    display: inline-block !important;
}

.follow_1 i {
    color: #0099FF !important;
}

.follow_folder .follow_1 i {
    color: gold !important;
}

.follow_user .follow_1 i {
    color: #0099ff !important;
}

.follow_user.active .text {
    color: #0099ff !important;
}

/*FOLDERS*/
.folders {
    float: left;
    width: 100%;
    border: none;
    margin-bottom: 0;
    border-radius: 18px;
    box-shadow: none;
}

.folders>.content {
    float: left;
    overflow: hidden;
    border-radius: 0 0 20px 20px;
}

.folders .item.folder {
    width: 96%;
    margin: 0 2%;
    float: left;
    border-bottom: 1px solid #f1f1f1;
}

.folders .content .item>.content {
    width: 100%;
    display: inline-flex;
    padding: 0 0 0 20px;
    /*border-top: 1px solid #f1f1f1;*/
    min-height: 56px;
}

.folders .content .item:hover {
    /*background-color: #fafafa;*/
}

.folder.active_upload {
    border: 1px solid #0099FF;
    overflow: visible !important;
}

.folders .content .item .content>.icon {
    height: 35px !important;
    width: 35px !important;
    display: inline-block;
    /* margin: 13px 1.5rem 13px 1.75rem; */
    margin: 13px .5rem 13px 1.75rem;
    padding: 0;
    /* border-radius: 100%; */
    /* background-color: #ccc; */
}

.folders .content .item.verified .content>.icon i {
    color: #333;
}

.folders #folders_others.content .item.verified .content>.icon i {
    color: #71c7a0;
}

.folders .content .item .content>.icon i {
    height: 35px;
    width: 35px;
    text-align: center;
    /* font-size: 20px; */
    font-size: 28px;
    line-height: 35px;
    color: #ccc;
}

.folders>.content .item .content>.icon:hover {
    /*background-color: #d3d3d3;*/
}

.folders>.content .item .title {
    width: 100%;
    margin-left: 0px;
    margin-right: 10px;
    cursor: pointer;
    line-height: 120% !important;
    height: auto !important;
    margin-bottom: 0px !important;
}

.folders>.content .folder.item>.content>.title {
    font-family: 'Montserrat', sans-serif;
    color: #444;
}

.folders .content .folder.item>.content>.title:hover {
    text-decoration: underline;
}

.folders .content .item.folders_section_title {
    border: none;
    width: 100%;
    margin: 0;
}

.folders .content .item.folders_section_title .content {
    padding-left: 0px;
}

.folders .content .item.folders_section_title:hover {
    background: none;
}

.folders .content .item.folders_section_title .title {
    cursor: default !important;
}

.folders .content .item.folders_section_title .title:hover {
    text-decoration: none !important;
}

.folders .content .item .button,
.upload_box .content .button {
    margin: 13px 5px 12px 0;
    /* border: none; */
    display: inline-flex;
}

.folders_section_title .button {
    margin-right: 12px !important;
}

.folders .content .folder.item:last-child {
    border-radius: 0 0 5px 5px;
    border-bottom: none;
}

.folders .content .item .upload_box {
    height: auto;
    width: 100%;
    padding-left: 20px;
    padding-right: 20px;
    float: left;
    border-top: 1px solid #ddd;
    border-top: 1px solid #ddd;
}

.folders .content .item .upload_box .content {
    border: none;
}

@media(max-width: 991px) {
    .folders {
        border-radius: 0;
    }

    .folders .content .item .content>.icon {
        height: 40px !important;
        width: auto !important;
        display: inline-block;
        margin: 10px;
        padding: 0;
        border-radius: 100%;
        /* background-color: #ccc; */
    }

    .folders .content .item .content>.icon i {
        height: 40px;
        line-height: 40px;
        width: 40px;
        text-align: center;
        font-size: 25px;
        line-height: 40px;
        /* color: #fff; */
        color: #ccc;
    }

    .folders>.content .item .title {
        height: 60px;
        font-size: 14px;
    }

    .folders>.content .item .subtitle {
        font-size: 12px;
    }

    .folders .content .item>.content .button {
        padding: 0;
    }

    .folders .content .item .upload_button .text {
        display: none;
    }

    .folders .content .item .upload_box {
        padding-left: 15px;
        padding-right: 15px;
    }
}

/*UPLOAD*/
/*UPLOAD BOX*/
.upload_box {
    display: none;
}

.folder.active_upload .upload_box {
    display: block;
}

.upload_square {
    width: calc(100% - 0px);
    margin: 0 0px 15px 0px;
    border: 4px dotted #ccc;
    border-radius: 18px;
    font-weight: bold;
    color: #888;
    text-align: center;
    background-color: #fafafa;
    height: 70px;
    cursor: pointer;
    float: left;
}

.upload_square:hover {
    background-color: #eee;
}

.upload_results {
    float: left;
    width: 100%;
    margin-bottom: 0px;
    background-color: transparent;
}

.upload_inputs {
    float: left;
    width: 100%;
    height: auto;
    display: none;
    padding: 20px 0;
}

.upload_result {
    display: inline-block;
    float: left;
    width: calc(100% - 20px);
    padding: 0px;
    height: 50px;
    line-height: 50px;
    border: 0px solid #ccc;
    border-top: none;
    /* background-color: #fbfcfe; */
    background-color: #edeeef;
    overflow: hidden;
    margin: 5px 10px;
    border-radius: 5px;
}

.upload_results .upload_result:first-child {
    border-top: 0px solid #ccc;
    /* margin-top: 0px; */
    border-radius: 5px;
}

.upload_results .upload_result:last-child {
    margin-bottom: 10px;
}

.upload_result>* {
    float: left;
    width: auto;
    height: 36px;
    line-height: 36px;
}

.upload_result .row {
    width: 100%;
    height: 50px;
    margin: 0;
}

.upload_result .icon {
    width: 50px;
    text-align: center;
    height: 100%;
    float: none;
    display: inline-block;
    background: none !important;
}

.upload_result .icon i {
    width: 50px;
    line-height: 60px;
    text-align: center;
    float: none;
    height: 50px;
    line-height: 50px;
}

.upload_result .icon.delete {
    cursor: pointer;
    color: #888;
    opacity: .5;
    float: right;
}

.upload_result .icon.delete:hover {
    cursor: pointer;
    opacity: 7;
}

.upload_result .icon.u_r_file_type,
.upload_result .file_image {
    height: 50px;
    width: 50px !important;
    /* background-color: #fff; */
    /* border-right: 1px solid #ddd; */
    text-align: center;
    padding: 0;
}

.upload_result .file_image_min {
    margin: 0;
    width: 100%;
    height: 100%;
    background-size: auto 60%;
    background-position: center;
    background-repeat: no-repeat;
}

.upload_result .file_image_min_pdf {
    background-image: url('https://s3-eu-west-1.amazonaws.com/wuolah-public/media/res/icon/icon-pdf-upload.png');
}

.upload_result .file_image_min_enlace {
    background-image: url('https://s3-eu-west-1.amazonaws.com/wuolah-public/media/res/icon/icon-txt-upload.png');
}

.upload_result .file_image_min_archivo {
    background-image: url('https://s3-eu-west-1.amazonaws.com/wuolah-public/media/res/icon/icon-default-upload.png');
}

.upload_result .file_image_min_youtube {
    background-image: url('https://s3-eu-west-1.amazonaws.com/wuolah-public/media/res/icon/icon-txt-upload.png');
}

.upload_result .file_type_icon .text {
    margin: 0;
    width: 100%;
}

.upload_result .file_info {
    height: 50px;
    width: calc(100% - 100px) !important;
    /* padding: 0; */
}

.upload_result .file_info .title {
    font-family: 'Montserrat', sans-serif;
    padding: 0;
    font-size: 12px;
    height: 30px !important;
    width: 100%;
    margin: 0 !important;
    color: #444;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-oveflow: ellipsis;
    text-transform: none !important;
    font-weight: bold;
    line-height: 30px !important;
    cursor: default !important;
}

.upload_result .file_info .type {
    color: #0099FF;
    padding-left: 0;
    margin-bottom: 0;
    font-size: 10px;
    text-transform: uppercase;
    font-family: 'Montserrat', sans-serif;
    font-weight: bold;
    height: auto;
    line-height: 110%;
    display: none;
}

.upload_result .file_delete {
    height: 50px;
    width: 50px !important;
    padding: 0;
}

.upload_result .file_delete i {
    width: 36px;
    line-height: 60px;
    text-align: center;
    float: none;
    height: 36px;
    line-height: 36px;
    margin: 7px;
    border: 1px solid #ccc;
    border-radius: 100%;
}

.upload_result .text {
    width: calc(100% - 176px);
    padding: 0;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
    font-size: 13px;
    height: 13px;
    line-height: 13px;
    margin: 12px 10px 0 10px;
}

.upload_result .status {
    width: auto;
    margin: 8px;
    padding: 0 20px;
    border-radius: 5px;
    height: 20px;
    line-height: 20px;
    white-space: nowrap;
    font-size: 12px;
    background-color: #09f;
    font-weight: bold;
    color: #fff;
}

.upload_result .category {
    height: auto;
    line-height: 110%;
    width: calc(100% - 176px);
    margin: 10px;
}

.upload_result .category select {
    background: none;
    border: none;
    padding: 0;
    font-size: 12px;
    height: auto;
    /* margin: 10px; */
}

.upload_info {
    float: left;
    height: auto;
    margin-bottom: 0px;
    padding: 10px 0 0px 0px;
    width: 100%;
}

.upload_info .item {
    width: 100%;
    padding: 0 15px 0 51px;
    height: 46px;
    float: left;
    display: inline-flex;
}

.upload_info .item:hover {
    background: none !important;
}

.upload_info .item:first-child {
    padding: 0;
    cursor: pointer;
}

.upload_info .item.upload_info_list {
    height: 46px;
    line-height: 46px;
    width: 100%;
}

.upload_info .item.upload_info_list input {
    height: 46px;
    line-height: 46px;
}

.upload_info .item.upload_info_category {
    padding: 0;
    padding-left: 10px;
    width: auto;
    margin-right: 10px;
}

.upload_info .item .icon,
.upload_info .item .icon i {
    height: 46px;
    float: left;
    line-height: 46px;
    text-align: centeR;
    width: 46px;
    font-size: 20px;
}

.upload_info .item .text {
    float: left;
    width: 100%;
    padding: 0 10px;
    box-sizing: border-box;
    height: 46px;
    line-height: 46px;
    margin: 0;
}

.upload_info .content {
    height: auto;
    overflow: hidden;
    float: left;
}

.upload_info .item.active+.content {
    height: auto;
}

.upload_info .item.active .icon_arrow_up,
.upload_info .item .icon_arrow_down {
    display: block;
}

.upload_info .item .icon_arrow_up,
.upload_info .item.active .icon_arrow_down {
    display: none;
}

.upload_info .content .item {
    padding: 0 15px 0 0px;
}

.upload_info .item .text.anonymous,
.upload_info .item .text.list {
    width: auto;
}

.upload_result .status {}

.upload_info .item .switch {
    float: left;
    height: 100%;
    line-height: 36px;
}

.upload_info .item .switch label .lever {
    margin-top: 6px;
}

.upload_buttons {
    height: 36px;
    float: left;
    width: 100%;
}

.upload_buttons .button {
    margin: 0 !important;
}

.upload_footer {
    display: block;
    margin-top: 0px;
    height: auto;
    width: 100%;
    float: left;
    text-align: right;
    padding: 0px;
    margin-bottom: 10px;
}

.upload_footer .button {
    float: right;
}

.upload_footer .btn_flat {
    float: left;
}

.upload_footer .upload_add_buttons {
    float: left;
    width: auto;
}

.upload_footer .upload_submit_buttons {
    float: right;
    width: auto;
    padding-top: 0;
    margin-top: 0;
    border-top: 0px solid #eee;
}

.upload_footer .upload_submit_buttons .button {
    margin-right: 0;
}

.upload_info_list input.text {
    padding: 0;
}

.upload_info .item.upload_info_add {
    padding: 0;
    margin-top: 0px;
    width: auto;
    display: inline-block;
    cursor: pointer;
}

.upload_info_add>* {
    float: right !important;
}

.upload_info_additional {
    display: none;
}

.upload_info_top.active~.upload_info_additional {
    display: block;
}

.upload_info_top {
    display: inline-flex;
    width: 100%;
}

.upload_info .upload_info_add.item .text {
    width: auto;
    padding: 0;
}

.upload_copyright_notice {
    width: 100%;
    display: inline-block;
    text-align: center;
    font-size: 12px;
    padding: 15px 0;
}

.upload {}

@media (max-width: 991px) {
    .upload_info_top {
        display: inline-block;
    }

    .upload_info .item.upload_info_list {
        margin-bottom: 20px;
    }

    .upload_info .item.upload_info_category {
        padding: 0 !important;
        width: calc(100% - 46px);
        margin-right: 0px;
    }
}

/*ADD Link*/
@media (min-width: 992px) {
    #modalAddLink {
        width: 300px;
    }

    #modalAddLink .modal-content>.row {
        margin-bottom: 0px;
        margin-top: 50px;
    }

    #modalAddLink .modal-footer {
        padding-left: 20px;
        padding-right: 20px;
    }
}

/*ADD SUBJECT*/
@media (min-width: 992px) {
    #modalAddSubject {
        width: 300px;
    }

    #modalAddSubject .modal-content .text {
        margin-bottom: 20px;
    }

    #modalAddSubject .modal-content #addSubject_course {
        margin-top: 50px;
    }

    #modalAddSubject .modal-footer {
        padding-left: 20px;
        padding-right: 20px;
    }
}

/*CREATE SUBJECT*/
.folder_new>.content>.title input {
    margin-bottom: 0;
    font-family: 'Roboto', sans-serif;
    font-size: 13px;
}

.newFolder_advice {
    width: 100%;
    float: left;
    height: auto;
    border-top: 1px solid #ddd;
}

.newFolder_advice .icon {
    height: 30px !important;
    width: 30px !important;
    float: left;
    margin: 13px 10px 13px 20px;
    text-align: right;
}

.newFolder_advice .icon i {
    height: 30px;
    line-height: 30px;
}

.newFolder_advice .text {
    width: calc(100% - 70px);
    margin: 13px 10px 13px 0;
    float: left;
    line-height: 30px;
    font-size: 13px;
}

/*TOAST*/
@media only screen and (min-width: 992px) {
    #toast-container {
        top: auto;
        bottom: 10% !important;
        right: 7%;
        max-width: 86%;
    }

    .toast .icon {
        height: 24px;
        line-height: 24px;
        margin-right: 10px;
    }
}

.toast {
    background-color: #000;
    color: #fff;
    font-weight: bold;
}

.toast.bottom_right {}

.toast .loading {
    margin-top: -6px;
}

@media (max-width: 991px) {
    .toast {
        padding: 10px !important;
        height: 50px;
    }

    .toast>*,
    .toast i {
        height: 30px;
        line-height: 30px;
    }

    .toast .text {
        width: 100%;
        padding-left: 10px;
    }
}

/*TIMEPICKER*/

/*SPINNER*/
.spinner-layer.spinner-white-only {
    border-color: #fff;
}

/*JIVOCHAT*/
@media(max-width: 1279px) {

    .jivo-c-mobile,
    .jivo-state-widget,
    body>div#jivo-iframe-container.jivo-no-transition,
    body>div#jivo-iframe-container:not(.jivo-c-mobile) {
        display: none !important;
    }

    #jivo-iframe-container.jivo-iframe-container-bottom.jivo-c-mobile {
        display: none !important;
    }

    div#jivo-iframe-container.jivo-iframe-container-bottom.jivo-c-mobile {
        display: none !important;
    }

    .wrap_mW {
        display: none !important;
    }
}

/*POPUP*/
#modalPopup {
    box-shadow: none;
    height: 100vh;
    max-height: 100vh;
    background: none;
    width: 650px;
}

#modalPopup .modal-content {
    background: transparent;
}

#modalPopup .modal-content img {
    width: 100%;
}

#modal_popup {
    float: left;
}

#modal_popup>img {
    width: 100% !important;
    height: auto;
    margin: 0;
}

@media (max-width: 991px) {
    #modalPopup {
        width: 100vw;
    }

    #modalPopup .modal-content {
        padding: 0;
    }

    #modal_popup {
        float: left;
        width: 96%;
        margin-left: 2%;
    }
}


/* NEW FILE TEMPLATE */
.file_temp_content {
    display: inline-block;
    width: 100%;
    height: auto;
    padding: 10px;
    white-space: nowrap;
}

.file_temp_thumbnail {
    float: left;
    width: 110px;
    height: 155px;
    box-shadow: 0 1px 2px 0px rgba(0, 0, 0, 0.4);
    transition-timing-function: ease-in;
    background-color: #fff;
    background-size: cover, 100% auto;
    background-position: top center, center;
    background-repeat: no-repeat;
    cursor: pointer;
    text-align: center;
    overflow: hidden;
    background-color: #eeeeee;
}

.file_temp_thumbnail.have-thumb {
    background-color: #FFFFFF;
}

.file_temp_thumbnail:hover {
    animation-name: file-overlay;
    animation-direction: 200ms;
    animation-fill-mode: forwards;
    animation-iteration-count: 1;
}

@keyframes file-overlay {
    to {
        box-shadow: 0 1px 2px 0px rgba(0, 0, 0, 0.4);
        transform: scale(1.02);
        z-index: 20;
    }
}

.have-thumb .thumbnail_img {
    display: inline-block;
}

.thumbnail_img {
    display: none;
    max-height: 100%;
    max-width: 100%;
    min-width: 100%;
    vertical-align: top;
    margin-bottom: 0 !important;
}

.have-thumb .overlay {
    display: none;
}

.upload-scroll-template .upload-scroll-file .file-template .file_temp_thumbnail.icon-thumb {
    height: 80px;
}

.upload-scroll-template .upload-scroll-file .file-template .file_temp_thumbnail.icon-thumb .overlay {
    height: 81px !important;
}

.overlay {
    float: left;
    width: calc(100% - 7px);
    margin-left: 5px;
    height: 151px !important;
    margin-top: 2px;
    margin-bottom: 2px;
    overflow: hidden;
    background-color: #FFFFFF;
    border-radius: 3px;
    transition: .5s ease;
}

.overlay .text {
    position: relative;
    /* float: left; */
    width: 100%;
    height: 95px;
    font-family: 'Roboto', sans-serif;
    font-weight: 400;
    font-size: 12px;
    color: #757575;
    padding: 0 5px;
    white-space: normal;
}

.overlay img.mime-img {
    float: left;
    width: 36px !important;
    height: 36px !important;
    margin-top: 12px !important;
    margin-bottom: 12px !important;
    margin-left: calc(50% - 18px) !important;
    margin-right: calc(50% - 18px) !important;
}

.file_temp_content .file_name {
    width: 100%;
    white-space: normal;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    height: 55px;
    min-height: unset;
    display: inline-block;
    float: none;
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
}

@media (max-width: 992px) {
    .file_temp_content .overlay .text {
        display: none !important;
    }

    .file_temp_content .overlay img.mime-img {
        width: 40px !important;
        height: 40px !important;
        margin-left: calc(50% - 20px) !important;
        margin-right: calc(50% - 20px) !important;
        margin-top: 37px !important;
        margin-top: 36px !important;
    }
}

.file_temp_thumbnail>.insigne {
    display: none;
    float: right;
    width: 25px;
    height: 25px;
    margin-top: 5px;
    margin-right: 5px;
    background-size: cover, 100% auto;
    background-position: top center, center;
    background-repeat: no-repeat;
    background-image: url('https://s3-eu-west-1.amazonaws.com/wuolah-public/media/res/icon/medal.png');
}

.file_temp_info {
    float: left;
    width: calc(100% - 132px);
    height: auto;
    margin-left: 10px;
}

.file_temp_text {
    float: left;
    width: 100%;
    height: 18px;
    line-height: 18px;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    color: #2f3e5b;
}

.file_temp_text.f_t_filename {
    font-weight: bold;
    font-size: 13px;
    color: #444;
    cursor: pointer;
}

.file_temp_text.f_t_filename.editable {
    animation-name: editInput;
    animation-duration: 300ms;
    animation-fill-mode: forwards;
    animation-iteration-count: 1;
    cursor: text;
    text-overflow: unset;
}

.file_temp_text.f_t_filename.editable:hover {
    text-decoration: unset;
}

.f_t_folder_name {
    color: #ccc;
    margin-bottom: 0;
}

.file_temp_text.f_t_filename:hover {
    text-decoration: underline;
}

.file_temp_text.f_t_uploadname {
    height: 18px;
    font-size: 12px;
    font-weight: bold;
    margin-top: 5px;
    color: #9ea6b7;
}

.file_temp_text.f_t_extension {
    width: auto;
    margin-left: 10px;
    height: 18px;
    font-size: 12px;
    font-family: 'Montserrat', sans-serif;
    text-transform: uppercase;
    color: #0099FF;
    font-size: 11px;
    font-weight: bold;
}

.file_temp_rank>img {
    height: 13px;
}

.file_temp_rank {
    float: left;
    width: auto;
    height: 13px;
    background-image: url('https://s3-eu-west-1.amazonaws.com/wuolah-public/media/res/images/rank-bar.jpg');
    background-repeat: no-repeat;
    background-position: left center;
}

.file_temp_rank_img {
    float: left;
    width: 82px;
    height: 13px;
    background-image: url('https://s3-eu-west-1.amazonaws.com/wuolah-public/media/res/images/stars-rank.png');
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 100% 100%;
}

.data-star {
    float: left;
    width: 20%;
    height: 13px;
    cursor: pointer;
}

.star_position.star_position_1 {
    background-size: 20% 100% !important;
}

.star_position.star_position_2 {
    background-size: 40% 100% !important;
}

.star_position.star_position_3 {
    background-size: 60% 100% !important;
}

.star_position.star_position_4 {
    background-size: 80% 100% !important;
}

.star_position.star_position_5 {
    background-size: 100% 100% !important;
}

.file_temp_voters {
    float: left;
    width: auto;
    height: 13px;
    text-align: center;
    line-height: 16px;
    padding: 0 5px 0 5px;
    color: #0099FF;
    font-family: 'Roboto', sans-serif;
    font-size: 11px;
}

.file_temp_date {
    float: right;
    width: auto;
    height: 13px;
    line-height: 16px;
    color: #444444;
    font-family: 'Roboto', sans-serif;
    font-size: 11px;
}

.file_temp_inbox {
    float: left;
    width: 100%;
    height: auto;
    margin-top: 5px;
}

.file_temp_inbox.subbox {
    width: 50%;
    margin-top: 0;
}

.file_temp_inbox.subbox>.user_photo {
    float: right;
    margin-right: 0;
    margin-left: 16px;
    margin-top: 2.5px;
}

.file_temp_inbox>.file_temp_text {
    float: left;
    width: 100%;
    height: 15px;
    line-height: 15px;
    color: #ccc;
    font-size: 11px;
}

.file_temp_inbox>.file_temp_text strong {
    color: #2f3e5b;
    font-weight: bold;
}

.file_temp_inbox.f_t_actions {
    margin-top: 5px;
}

.f_t_i_s_nickname {
    float: right;
    width: auto;
    height: 45px;
    line-height: 45px;
    vertical-align: middle;
    overflow: hidden;
    font-family: 'Montserrat', sans-serif;
    color: #ccc;
    font-weight: bold;
    font-size: 12px;
    max-width: calc(100% - 56px);
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

@media (max-width: 991px) {
    .file_temp_thumbnail {
        width: 80px;
        height: 113px;
    }

    .file_temp_info {
        width: calc(100% - 90px);
    }

    .file_temp_inbox.subbox {
        width: 100%;
    }

    .file_temp_inbox.subbox>* {
        width: 33%;
    }

    .file_temp_date {
        display: none;
    }
}

/* NEW FILE TEMPLATE */

/* NEW UPLOAD HEADER TEMPLATE */
.row.nom {
    margin: 0;
}

.upload_header_content {
    float: left;
    width: 100%;
    height: auto;
    padding: 10px;
    background-color: #FFFFFF;
    border-top: 1px solid #ddd;
}

.user_photo {
    float: left;
    width: 40px;
    height: 40px;
    border-radius: 20px;
    margin-left: 2px;
    margin-right: 16px;
    background-size: cover;
    background-position: center;
}

.main_upload_row {
    float: left;
    width: calc(100% - 58px);
    height: 40px;
    overflow: hidden;
    margin: 0;
    padding: 0;
    cursor: default;
}

.main_upload_row.right {
    width: calc(30% - 10px);
}

.upload.owner .main_upload_row {
    width: calc(100% - 118px);
    margin-right: 10px;
}

.main_upload_row>.row {
    float: left;
    height: 20px;
    width: 100%;
}

.main_upload_row>.row>.flexFather {
    display: inline-flex;
    width: 100%;
    height: 20px;
}

.main_upload_row>.row>.flexFather>.badge-info {
    width: auto;
    height: 20px;
}

.main_upload_row>.row>.flexFather>.badge-title {
    width: 100%;
    height: 20px;
    line-height: 20px;
    text-overflow: ellipsis;
    white-space: nowrap;
    font-family: 'Roboto', sans-serif;
    color: #333333;
    font-size: 14px;
    font-weight: 500;
    margin-left: 3px;
    overflow: hidden;
}

.badge-tag {
    float: left;
    width: auto;
    height: 20px;
    line-height: 20px;
    color: #FFFFFF;
    background-color: #0099FF;
    font-size: 11px;
    font-family: 'Roboto', sans-serif;
    text-align: right;
    white-space: nowrap;
    font-weight: 400;
    padding: 0 7px 0 7px;
    border-radius: 3px;
    /*text-transform: capitalize;*/
}

.badge-teacher {
    float: left;
    width: auto;
    height: 20px;
    line-height: 20px;
    color: #444444;
    font-size: 12px;
    font-family: 'Roboto', sans-serif;
    text-align: right;
    white-space: nowrap;
    font-weight: 400;
    padding: 0 7px 0 7px;
    border-radius: 3px;
    text-overflow: ellipsis;
    overflow: hidden;
}

.main_upload_row>.row>.flexFather>.badge-info>.badge-container {
    float: left;
    width: 20px;
    height: 20px;
    background-color: #388E3C;
    border-radius: 10px;
    margin-right: 2px;
}

.main_upload_row>.row>.flexFather>.badge-info>.badge-container.lk-negative {
    display: block;
    background-color: #D32F2F;
}

.main_upload_row>.row>.flexFather>.badge-info>.badge-container.lk-neutro {
    display: none;
}

.main_upload_row>.row>.flexFather>.badge-info.b-c-downloads>.badge-container {
    float: left;
    width: auto;
    background-color: #0099FF;
    border-radius: 3px;
    white-space: nowrap;
}

.main_upload_row>.row>.flexFather>.badge-info.b-c-downloads>.badge-container>.icon {
    float: none;
    width: auto;
    height: auto;
    display: inline-block;
    height: 20px;
    vertical-align: middle;
    margin-left: 5px;
}

.main_upload_row>.row>.flexFather>.badge-info.b-c-downloads>.badge-container>.text {
    float: none;
    width: auto;
    line-height: 20px;
    display: inline-block;
    height: 20px;
    vertical-align: middle;
    color: #fff;
    font-weight: bold;
    margin-right: 5px;
    font-size: 12px;
}

.main_upload_row>.row>.flexFather>.badge-info>.badge-container>.icon>.material-icons-outlined {
    text-align: center;
    width: auto;
    height: 20px;
    line-height: 20px;
    color: #FFFFFF;
    font-size: 10px;
    margin: 0;
}

.main_upload_row>.row>.flexFather>.badge-info.b-c-likes>.badge-container>.icon>.material-icons-outlined {
    width: 20px;
}

.add-info {
    float: left;
    width: 50%;
    height: 20px;
    line-height: 22px;
    font-family: 'Montserrat', sans-serif;
    color: #444444;
    font-weight: bold;
    font-size: 12px;
}

.add-info.ai-right {
    text-align: right;
    color: #BDBDBD;
}

.upload-files-content {
    float: left;
    width: calc(100% - 58px);
    height: 175px;
    margin-left: 58px;
    margin-top: 10px;
    overflow: hidden;
    -webkit-transition: all .8s ease;
    -moz-transition: all .8s ease;
    -ms-transition: all .8s ease;
    -o-transition: all .8s ease;
    transition: all .8s ease;
}

.upload-files-showmore-btn {
    float: left;
    width: calc(100% - 58px);
    height: 25px;
    margin-left: 58px;
    margin-top: 10px;
    line-height: 25px;
    color: #0099FF;
    background-color: rgba(0, 153, 255, 0.35);
    border-radius: 5px;
    padding: 0 10px 0 10px;
    font-size: 0.82rem;
    font-family: 'Roboto', sans-serif;
    cursor: pointer;
    transition: 1s all ease;
}

.upload-files-showmore-btn.btn_nomore {
    display: none !important;
}

.upload-files-showmore-btn:hover {
    background-color: rgba(0, 153, 255, 0.15);
}

.upload-files-showmore-btn>.icon {
    float: left;
    width: 25px;
    height: 25px;
    text-align: center;
    line-height: 25px;
}

.upload-files-showmore-btn>.icon>.material-icons-outlined {
    font-size: 1.4rem;
    line-height: 26px;
}

.upload-files-showmore-btn>.text {
    float: left;
    width: auto;
    height: 25px;
    text-align: left;
    line-height: 25px;
}

.upload-files-content>.file_temp_content {
    padding-left: 0;
}

/* NEW UPLOAD HEADER TEMPLATE */

/* FILTERS */
.filter_content {
    float: left;
    width: 100%;
    height: auto;
    padding: 0 20px 10px 20px;
    border-bottom: 1px solid #ccc;
    margin-bottom: 15px;
}

input[type=text] {
    margin-bottom: 10px;
}

.filter-input {
    background-color: #7a8798 !important;
    height: 30px !important;
    border-radius: 15px !important;
    color: #FFFFFF !important;
    padding-left: 20px !important;
    font-family: 'Roboto', sans-serif !important;
    margin-bottom: 0 !important;
    margin-bottom: 7px !important;
    border-bottom: none !important;
    box-shadow: 0 0px 0 0 #FFFFFF !important;
}

.datepicker.filter-input {
    width: calc(33.3333% - 10px) !important;
    margin-left: 10px !important;
}

.filter-input.margin-help {
    width: calc(58.3333333333% - 10px) !important;
    margin-left: 10px !important;
}

.input-category-content {
    float: left;
    width: 100%;
    height: auto;
    margin-top: 7px;
}

.input-category-content>label {
    padding-left: 27px;
    color: #7a8798;
    font-family: 'Roboto', sans-serif;
    margin-left: 7px;
    line-height: 21px;
}

[type="checkbox"].filled-in:not(:checked)+label:after {
    border-color: #7a8798;
}

[type="checkbox"].filled-in:checked+label:after {
    border-color: #0099FF;
    background-color: #0099FF;
}

#apply-filters {
    float: right;
    margin-top: 7px;
}

/* FILTERS */

.button.btn_small.btn_flat.waves-effect.waves-light.delete_file_btn.remove_remove_btn {
    display: none !important;
}

.button.btn_small.btn_flat.waves-effect.waves-light.delete_file_btn.remove_report_btn {
    display: none !important;
}

.button.btn_small.btn_flat.waves-effect.waves-light.edit_file_btn.remove_edit_btn {
    display: none !important;
}

.button.btn_small.btn_flat.waves-effect.waves-light.share_file_btn.remove_bc_admin {
    display: none !important;
}

.button.btn_small.btn_flat.waves-effect.waves-light.recomend_file_btn.remove_bc_owner {
    display: none !important;
}

#modalEmailAdress {
    width: 300px;
    padding: 10px;
}

.favourite_button>.icon {
    width: auto;
}

/*MODAL LOGIN*/

#modalLogin .btn_facebook {
    width: 100%;
    float: left;
    height: 40px;
    border-radius: 4px;
    text-align: center;
}

#modalLogin .btn_facebook>* {
    float: none;
    display: inline-block;
    vertical-align: middle;
    height: 40px;
    line-height: 40px;
}

#modalLogin .modal_login form#login-form > input.input-password {
    margin-bottom: 4px;
}

#modalLogin .login_form_forget {
    width: 100%;
    float: left;
    margin-bottom: 16px;
    text-align: right;
}

#modalLogin .login_form_forget a {
    color: #30344D;
    font-size: 12px;
    font-weight: 600;
    opacity: 0.25;
}

#modalLogin .loginAuthInfo{
    display: flex;
    width: 100%;
    margin-top: 20px;
    justify-content: space-around;
    text-align: left;
    font-size: 14px;
    color: #111;
}

#modalLogin .wlh-btn-text-only {
    color: var(--w-color-primary);
}

.modal_login,
.modal_signUp {
    float: left;
    width: 100%;
}

body.nosession #login-form>input {
    margin: 5px 0 !important;
}

@media (max-width: 359px) {
    #modalLogin {
        width:96%;
    }
}
@media (max-width: 991px) {

    body.nosession #login-form>input,
    body.nosession #login-form>input[type='submit'] {
        width: 100% !important;
        margin-left: 0 !important;
        margin-right: 0 !important;
    }

    body.nosession #login-form {
        margin-bottom: 20px;
    }

    #modalLogin .modal_login {
        text-align: center;
        float: left;
    }

    #modalLogin .modal_login .facebook-login {
        margin-bottom: 20px;
        display: inline-block;
    }

    #modalLogin .modal_login .standard-login {
        margin-bottom: 10px;
        display: inline-block;
    }

    .modal_signUp {
        text-align: center;
        border-top: 1px solid #ddd;
        padding-top: 20px;
        width: 100%;
        float: left;
    }

    .btn_facebook .icon {
        height: 36px !important;
        line-height: 36px !important;
    }
}

#modalLogin {
    max-height: unset !important;
}


#modalLogin h6 {
    font-family:'Montserrat', sans-serif;
}

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

    #modalLogin {
        width: 50%;
    }
}

@media (min-width: 992px) {
    #modalLogin {
        width: 650px;
        overflow: hidden;
    }

    #modalLogin .modal_login {
        width: 100%;
        padding: 20px calc(50% - 165px);
        text-align: center;

    }

    #modalLogin .modal_login form#login-form {
        width: 100%;
        margin-bottom: 10px;
    }

    #modalLogin .modal_login form#login-form>input {
        float: left;
        margin-left: 0 !important;
        margin-right: 0 !important;
        width: 100%;
    }

    #modalLogin .modal_signUp {
        width: calc(100% - 40px);
        margin: 0 20px;
        padding: 20px 20px 0 20px;
        text-align: center;
        border-top: 1px solid #ddd;
    }
}

.disable-a-link {
    pointer-events: none;
    cursor: default;
}


@media (max-width: 991px) {
    jdiv {
        display: none !important;
    }

    .badge-teacher {
        max-width: 100px;
    }
}

#report_box .box .row {
    margin-bottom: 0px;
}

.static .overlay {
    height: 120px !important;
}

.static .file_temp_thumbnail {
    width: 85px;
    height: 120px;
}

.static .file_temp_info {
    height: 120px;
}

.static .badge-tag,
.static .file_temp_text.f_t_extension {
    margin-top: 10px;
}

.static .data-star {
    cursor: initial;
}

/* SHOW FROM UPLOADS */
.show_from_uploads_content {
    display: none;
    float: left;
    width: calc(100% - 10px);
    height: auto;
    margin-left: 10px;
    margin-bottom: 20px;
}

.show_from_uploads_header {
    display: inline-flex;
    height: auto;
    width: 100%;
    cursor: pointer;
}

.show_from_uploads_header .folder-icon {
    width: 40px;
    height: 40px;
    border: 1px solid #0099FF;
    margin-right: 10px;
    border-radius: 20px;
    text-align: center;
    background-color: transparent;
    color: #0099FF;
}

.show_from_uploads_header .folder-icon .material-icons-outlined {
    width: 40px;
    height: 40px;
    line-height: 39px;
}

.show_from_uploads_header .folder-title {
    width: 100%;
    height: 42px;
    line-height: 42px;
    font-family: 'Roboto', sans-serif;
    font-weight: bold;
    color: #444;
    font-size: 15px;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}

.show_from_uploads_files {
    float: left;
    width: calc(100% - 19px);
    height: 175px;
    margin-left: 19px;
    padding-left: 5px;
    border-left: 1px solid #0099FF;
    overflow: hidden;
    -webkit-transition: height 1s;
    -moz-transition: height 1s;
    -ms-transition: height 1s;
    -o-transition: height 1s;
    transition: height 1s;
    margin-top: -2px;
}

.collapse .show_from_uploads_files {
    height: auto;
    -webkit-transition: height 1s;
    -moz-transition: height 1s;
    -ms-transition: height 1s;
    -o-transition: height 1s;
    transition: height 1s;
}

.no-more .cloase_upload_line_show,
.no-more .cloase_upload_line_hide {
    display: none !important;
}

.collapse .cloase_upload_line_show {
    display: none;
}

.cloase_upload_line_hide {
    display: none;
}

.collapse .cloase_upload_line_hide {
    display: block;
}

.cloase_upload_line {
    float: left;
    height: 25px;
    width: calc(100% - 18px);
    margin-left: 19px;
    background-color: #0099FF;
    text-align: center;
    font-family: 'Roboto', sans-serif;
    color: #FFFFFF;
    cursor: pointer;
    line-height: 25px;
    font-size: 13px;
    border-radius: 0 0 0 5px;
}

.cloase_upload_line.no-action {
    display: none;
    height: 0;
    cursor: initial;
    border-top: 1px solid #09f;
}

.no-more .cloase_upload_line.no-action {
    display: block;
}

#filter_upload {
    display: none;
}

.filter_by_uploads .row.nom #filter_name,
.filter_by_uploads .row.nom #filter_uploader,
.filter_by_uploads .row.nom #filter_teacher,
.filter_by_uploads .row.nom #category-filter-inputs {
    display: none;
}

.filter_by_uploads .row.nom #filter_upload {
    display: block;
}

#subject_mode {
    padding: 0;
}

.show-mode {
    float: left;
    width: 50%;
    height: 40px;
    background-color: #FFFFFF;
    border-radius: 20px;
    text-align: center;
    color: #CCCCCC;
    cursor: pointer;
    -webkit-transition-duration: 0.25s;
    transition-duration: 0.25s;
    -webkit-transition-timing-function: ease-in;
    transition-timing-function: ease-in;
}

.show-mode.checked {
    background-color: #0099FF;
    color: #FFFFFF;
}

.center-item {
    display: inline-block;
    width: auto;
    height: 100%;
    overflow: hidden;
}

.show-mode .center-item .icon,
.show-mode .center-item .icon .material-icons-outlined {
    float: left;
    height: 40px;
    width: auto;
    line-height: 40px;
    text-align: center;
}

.show-mode .center-item .text {
    float: left;
    height: 40px;
    width: auto;
    line-height: 42px;
    text-align: left;
    text-transform: uppercase;
    margin-left: 10px;
    font-size: 14px;
    font-weight: 600;
    font-family: 'Roboto', sans-serif;
}

.add-files-to-this-upload {
    display: none;
    float: left;
    width: 100%;
    padding-left: 10px;
    padding-right: 15px;
    padding-top: 10px;
    margin-top: 10px;
    margin-bottom: 10px;
}

.add_new_file .add-files-to-this-upload {
    display: block;
}

.upload_button {
    padding: 0 7px;
    margin-right: 10px;
    margin-top: 2px;
    margin-bottom: 2px;
}

.new_subject_button {
    padding: 0 7px;
    width: 100%;
    margin-top: 2px;
    margin-bottom: 2px;
}

.new_subject_button .text {
    width: 100%;
    text-align: center;
}

.add-files-to-this-upload .upload_footer {
    border-bottom: 1px solid #ccc;
    padding-bottom: 10px;
    margin-bottom: 0;
}

@media (max-width: 991px) {
    .show_from_uploads_files {
        height: 135px;
    }

    .show-mode .center-item .icon,
    .show-mode .center-item .icon .material-icons-outlined {
        font-size: 18px;
    }

    .show-mode .center-item .text {
        margin-left: 5px;
        font-size: 11px;
    }

    #mainContent {
        padding-top: 12px !important;
    }

    .show-mode {
        border-radius: 0;
    }

    .show_from_uploads_header .folder-icon {
        border: none;
        border-radius: 0;
    }

    .show_from_uploads_content {
        border-left: 5px solid #0099FF;
    }

    .show_from_uploads_files {
        margin-left: 0;
        border-left: none;
    }

    .show_from_uploads_content {
        margin-left: 0;
    }

    .cloase_upload_line {
        margin-left: 0;
        border-radius: 0;
        width: calc(100% + 10px);
    }

    .show_from_uploads_header .folder-title {
        height: 40px;
        line-height: 40px;
    }
}

/* ----- NEW SUBJECT / noResults */
.no-results-found {
    display: none;
    float: left;
    width: 100%;
    height: 235px;
    padding: 20px;
}

.no-results-found .in-content {
    float: left;
    width: 100%;
    height: auto;
    text-align: center;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: normal;
}

.no-results-found .in-content img {
    display: inline-block;
    width: 100px;
    height: 100px;
    margin-left: calc(50% - 50px);
    margin-right: calc(50% - 50px);
}

.no-results-found .in-content .title {
    display: inline-block;
    width: 100%;
    height: auto;
    font-family: 'Roboto', sans-serif;
    font-weight: bold;
    color: #e1e1e1;
    font-size: 20px;
}

.no-results-found .in-content .button {
    padding: 0 20px;
    margin-top: 15px;
}

/* ----- NEW SUBJECT / noResults */

/* ----- NEW SUBJECT / suggestedFiles */
.recomend-template {
    display: inline-block;
    width: auto;
    height: auto;
    padding-right: 20px;
    -webkit-transition-duration: 1s;
    transition-duration: 1s;
    -webkit-transition-timing-function: ease-in;
    transition-timing-function: ease-in;
}

.recomend-template .recomend-back {
    float: left;
    width: 140px;
    height: 190px;
    padding: 5px;
    background-color: #e1e1e1;
    margin-right: 5px;
    box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.16), 0 1px 0px 0 rgba(0, 0, 0, 0.12);
    border-radius: 1px;
}

.recomend-template .recomend-back:hover {
    animation: file-overlay;
    animation-duration: 200ms;
    animation-fill-mode: forwards;
    animation-iteration-count: 1;
}

.recomend-template .recomend-tape {
    float: left;
    width: 100%;
    height: 100%;
    background-color: #FFFFFF;
    border-radius: 3px;
}

.recomend-template .recomend-tape .title {
    float: left;
    width: 100%;
    height: 90px;
    text-align: center;
    color: #444;
    text-transform: uppercase;
    font-family: 'Roboto', sans-serif;
    font-size: 12px;
    padding: 5px;
    cursor: pointer;
    font-weight: bold;
    border-radius: 3px;
    white-space: normal;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-transition-duration: 0.2s;
    transition-duration: 0.2s;
    -webkit-transition-timing-function: ease-in;
    transition-timing-function: ease-in;
}

.recomend-template .recomend-tape .subtitle {
    float: left;
    width: calc(100% - 10px);
    padding: 0 5px;
    margin: 0 5px;
    text-align: center;
    white-space: normal;
    line-height: 15px;
    height: 60px;
    font-family: 'Roboto', sans-serif;
    background-color: #e1e1e1;
    color: #888;
    font-weight: bold;
    cursor: pointer;
    font-size: 12px;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}

.recomend-template .recomend-tape .no-hover {
    float: left;
    width: 100%;
    height: auto;
    width: calc(100% - 4px);
    margin-left: 2px;
    margin-top: 2px;
    padding-bottom: 3px;
    border-radius: 2px;
}

.recomend-template .recomend-tape .no-hover:hover .nickname {
    text-decoration: underline;
}

.recomend-template .recomend-tape .avatar {
    float: left;
    width: 20px;
    height: 20px;
    border-radius: 10px;
    background-color: #FFFFFF;
    margin-top: 3px;
    margin-left: 5px;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    -webkit-box-shadow: 0px 0px 0px 1px rgba(204, 204, 204, 1);
    -moz-box-shadow: 0px 0px 0px 1px rgba(204, 204, 204, 1);
    box-shadow: 0px 0px 0px 1px rgba(204, 204, 204, 1);
}

.recomend-template .recomend-tape .avatar:hover {
    animation-name: avatarHover;
    animation-duration: 200ms;
    animation-iteration-count: 1;
    animation-fill-mode: forwards;
}

@keyframes avatarHover {
    to {
        -webkit-box-shadow: 0px 0px 0px 2px rgba(186, 186, 186, 1);
        -moz-box-shadow: 0px 0px 0px 2px rgba(186, 186, 186, 1);
        box-shadow: 0px 0px 0px 2px rgba(186, 186, 186, 1);
        transform: scale(1.1);
    }
}

.recomend-template .recomend-tape .nickname {
    float: left;
    width: calc(100% - 30px);
    height: 20px;
    line-height: 24px;
    font-family: 'Montserrat', sans-serif;
    color: #888;
    text-align: center;
    font-weight: 600;
    margin-top: 3px;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
    font-size: 10px;
    margin-left: 3px;
}

.recomend-template .recomend-actions {
    float: left;
    width: 70px;
    height: 190px;
    white-space: normal;
}

.recomend-template .recomend-actions .btn_small {
    padding-right: 10px;
    min-width: 70px;
    margin-bottom: 5px;
    border-radius: 2px;
    font-family: 'Montserrat', sans-serif;
    border-color: #fbc02d !important;
    border-radius: 30px;
}

.recomend-template .recomend-actions .btn_small+.btn_small {
    border-color: #3e5b99 !important;
}

.recomend-template .recomend-actions .btn_small .text {
    width: calc(100% - 30px);
    font-size: 12px;
    font-weight: 600;
}

/* ----- NEW SUBJECT / suggestedFiles */


/* ----- NEW SUBJECT / newUploadTemplate */
.upload-template {
    display: none;
    float: left;
    width: 100%;
    height: auto;
}

.upload-template .upload-header {
    float: left;
    width: 100%;
    height: auto;
}

.upload-template .upload-header .left-side {
    float: left;
    width: 60px;
    height: auto;
}

.upload-template .upload-header .left-side .icon {
    float: left;
    width: 60px;
    height: 40px;
    text-align: center;
    color: #444;
}

.upload-template .upload-header .left-side .icon .material-icons-outlined {
    width: 60px;
    height: 40px;
    line-height: 50px;
    font-size: 40px;
}

.upload-template .upload-header .left-side .avatar {
    float: left;
    width: 34px;
    height: 34px;
    margin: 20px 12px;
    border-radius: 20px;
    background-image: url('https://www.wuolah.com/wuolah-public/center/back.jpg');
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    -webkit-box-shadow: 0px 0px 0px 1px rgba(204, 204, 204, 1);
    -moz-box-shadow: 0px 0px 0px 1px rgba(204, 204, 204, 1);
    box-shadow: 0px 0px 0px 1px rgba(204, 204, 204, 1);
}

.upload-template .upload-header .left-side .avatar:hover {
    animation-name: avatarHover;
    animation-duration: 200ms;
    animation-fill-mode: forwards;
    animation-iteration-count: 1;
}

.upload-template .upload-header .right-side {
    float: left;
    width: calc(100% - 70px);
    margin-left: 10px;
    height: auto;
}

.upload-template .upload-header .right-side.admin {
    width: calc(100% - 220px);
}

@media(max-width: 991px) {
    .upload-template .upload-header .right-side.admin {
        width: calc(100% - 120px);
    }
}

.upload-template .upload-header .add-file.not-allow {
    display: none;
}

.upload-template .upload-header .add-file.only-delete {
    display: none;
}

.upload-template .upload-header .add-file {
    float: left;
    width: 40px;
    height: 40px;
    margin-top: 5px;
    margin-left: 10px;
}

.upload-template .upload-header .add-file .button {
    width: 40px;
    height: 40px;
    border-radius: 20px;
    text-align: center;
    padding: 0;
}

.upload-template .upload-header .add-file .button .icon,
.upload-template .upload-header .add-file .button .icon .material-icons-outlined {
    width: 40px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    font-size: 17px;
}

.upload-template .upload-header .right-side .title {
    float: left;
    width: 100%;
    height: 20px;
    line-height: 20px;
    font-family: 'Roboto', sans-serif;
    font-size: 14px;
    color: #444;
    font-weight: bold;
    margin-top: 8px;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}

.upload-template .upload-header .right-side .title.editable {
    animation-name: editInput;
    animation-duration: 300ms;
    animation-fill-mode: forwards;
    animation-iteration-count: 1;
}

@keyframes editInput {
    from {
        background: #FFFFFF;
        background-size: 100% 0%;
    }

    to {
        background: #dddddd;
        background-size: 100% 100%;
        padding-left: 10px;
    }
}

.upload-template .upload-header .right-side .subtitle {
    float: left;
    width: 100%;
    height: 20px;
    line-height: 20px;
    font-family: 'Roboto', sans-serif;
    font-size: 12px;
    color: #ccc;
    font-weight: bold;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}

.upload-template .upload-header .right-side .subtitle span {
    color: #757575;
}

.upload-template .upload-header .right-side .comments {
    float: left;
    width: 100%;
    height: auto;
    font-family: 'Roboto', sans-serif;
    font-size: 13px;
    color: #757575;
    font-weight: lighter;
    text-overflow: ellipsis;
    overflow: hidden;
    line-height: 14px;
    white-space: normal;
    font-weight: 400;
}

.upload-template .upload-header .right-side .comments #comments-span.editable {
    animation-name: editInput;
    animation-duration: 300ms;
    animation-fill-mode: forwards;
    animation-iteration-count: 1;
    padding-right: 10px;
}

.upload-template .upload-header .right-side #teacher-span.editable {
    animation-name: editInput;
    animation-duration: 300ms;
    animation-fill-mode: forwards;
    animation-iteration-count: 1;
    margin-right: 15px;
    padding-right: 10px;
}

.upload-template .upload-header .right-side .comments strong {
    color: #ccc;
}

.upload-template .upload-header .right-side .comments.no-comments {
    display: none;
}

.upload-template .upload-header .content-side {
    float: left;
    width: calc(100% - 60px);
    height: auto;
    margin-top: 5px;
    margin-bottom: 10px;
    max-height: 220px;
    overflow: hidden;
}

.upload-template .upload-header.add-file-to .content-side {
    margin-left: 60px;
}

.upload-template.open-upload .upload-header .content-side {
    animation-name: openUpload;
    animation-duration: 500ms;
    animation-iteration-count: 1;
    animation-fill-mode: forwards;
}

@keyframes openUpload {
    to {
        max-height: none;
    }
}

.upload-template .upload-header .content-side img {
    float: left;
    width: 100%;
    height: auto;
    margin-bottom: 10px;
}

.upload-template .upload-header .gradient {
    float: left;
    width: 100%;
    height: 40px;
    margin-top: -40px;
    background: -moz-linear-gradient(top, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 1) 100%);
    background: -webkit-linear-gradient(top, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 1) 100%);
    background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00ffffff', endColorstr='#ffffff', GradientType=0);
}

.upload-template .upload-header .show-more-content {
    float: left;
    /* width: 100%; */
    height: 40px;
    line-height: 40px;
    font-weight: bold;
    font-family: 'Roboto', sans-serif;
    color: #777777;
    /* padding-left: 2px; */
    /* margin-top: 10px; */
    cursor: pointer;
    width: calc(100% - 0px);
    padding-left: 13px;
    margin-bottom: 10px;
    margin-top: 0px;
    text-align: center;
}

.upload-template .upload-header .show-more-content.no-more {
    display: none;
}

.show-more-content:hover>* {
    color: #ccc;
}

.upload-template .upload-header .show-more-content .icon,
.upload-template .upload-header .show-more-content .icon .material-icons-outlined {
    /* float: left; */
    display: inline-block;
    width: 40px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    vertical-align: middle;
    font-size: 22px;
}

.upload-template .upload-header .show-more-content .text {
    /* float: left; */
    display: inline-block;
    /* width: calc(100% - 35px); */
    width: auto;
    height: 40px;
    line-height: 40px;
    margin-left: 5px;
    font-size: 12px;
    vertical-align: middle;
}

.upload-template.open-upload .upload-header .show-more-content .icon.i_1,
.upload-template.open-upload .upload-header .show-more-content .text.t_1 {
    display: none;
}

.upload-template .upload-header .show-more-content .icon.i_2,
.upload-template .upload-header .show-more-content .text.t_2 {
    display: none;
}

.upload-template.open-upload .upload-header .show-more-content .icon.i_2,
.upload-template.open-upload .upload-header .show-more-content .text.t_2 {
    display: inline-block;
}

.apuntes.selected_page_1 .filter_apuntes.page_1,
.examenes.selected_page_1 .filter_examenes.page_1,
.ejercicios.selected_page_1 .filter_ejercicios.page_1,
.practicas.selected_page_1 .filter_practicas.page_1,
.trabajjos.selected_page_1 .filter_trabajos.page_1,
.test.selected_page_1 .filter_test.page_1,
.otros.selected_page_1 .filter_otros.page_1 {
    display: inline-block;
}

/* -->> UPLOAD FORM <<-- */
.upload-template .upload-header .add-files-to-this-upload.upload_box {
    display: none;
}

.upload-template .upload-header.add-file-to .add-files-to-this-upload.upload_box {
    display: block;
}

.upload-template .upload-header .add-files-to-this-upload.upload_box {
    border: none;
    width: calc(100% - 60px);
    padding: 0;
    margin: 0;
}

.upload-template .upload-header .add-files-to-this-upload.upload_box .content {
    padding: 20px 0 0 0 !important;
}

/* -->> UPLOAD FORM <<-- */

@media(max-width: 991px) {
    .upload-template {
        border-bottom: 1px solid #eee;
        margin-bottom: 5px;
    }

    .upload-template .upload-header .left-side {}

    .upload-template .upload-header .right-side {
        margin-left: 1px;
    }

    .upload-template .upload-header .content-side {
        margin-top: 1px;
        width: 100%;
    }

    .upload-template .upload-header .left-side .icon {
        display: none;
        width: 40px;
    }

    .upload-template .upload-header .left-side .icon .material-icons-outlined {
        width: 40px;
        font-size: 25px;
        line-height: 35px;
    }

    .upload-template .upload-header .left-side .avatar {
        width: 26px;
        height: 26px;
        margin: 6px;
        border-color: #444;
    }
}

/* ----- NEW SUBJECT / newUploadTemplate */

/* ----- NEW SUBJECT / fileTempLoading */
.loading-file-content {
    display: inline-block;
    width: 100%;
    height: auto;
    padding: 10px;
    white-space: nowrap;
    cursor: default;
}

.loading-file-content .loading-thumbnail {
    float: left;
    width: 110px;
    height: 150px;
    background-color: #EEEEEE;
    animation: loading;
    animation-duration: 1500ms;
    animation-iteration-count: infinite;
    animation-direction: alternate;
    animation-delay: 1.5s;
}

.loading-file-content .loading-info {
    float: left;
    width: calc(100% - 132px);
    height: auto;
    margin-left: 10px;
}

.loading-file-content .loading-info .title {
    float: left;
    width: calc(100% - 100px);
    height: 15px;
    margin-right: 100px;
    background-color: #EEEEEE;
    animation: loading;
    animation-duration: 1500ms;
    animation-iteration-count: infinite;
    animation-direction: alternate;
    animation-delay: 1.5s;
}

.loading-file-content .loading-info .stars-content {
    float: left;
    width: 90px;
    height: 12px;
    color: #EEEEEE;
    margin-top: 5px;
}

.loading-file-content .loading-info .stars-content .material-icons-outlined {
    float: left;
    width: 13px;
    height: 12px;
    line-height: 12px;
    text-align: center;
    margin-right: 5px;
    font-size: 18px;
    animation: loading;
    animation-duration: 1500ms;
    animation-iteration-count: infinite;
    animation-direction: alternate;
    animation-delay: 1.5s;
}

.loading-file-content .loading-info .votes {
    float: left;
    width: 60px;
    ;
    height: 12px;
    background-color: #EEEEEE;
    margin-top: 5px;
    margin-right: calc(100% - 210px);
    margin-left: 10px;
    animation: loading;
    animation-duration: 1500ms;
    animation-iteration-count: infinite;
    animation-direction: alternate;
    animation-delay: 1.5s;
}

.loading-file-content .loading-info .date {
    float: right;
    width: 50px;
    height: 12px;
    background-color: #EEEEEE;
    margin-top: 5px;
    animation: loading;
    animation-duration: 1500ms;
    animation-iteration-count: infinite;
    animation-direction: alternate;
    animation-delay: 1.5s;
}

.loading-file-content .loading-info .category {
    float: left;
    width: 65px;
    height: 15px;
    border-radius: 3px;
    background-color: #EEEEEE;
    margin-top: 5px;
    margin-right: calc(100% - 65px);
    animation: loading;
    animation-duration: 1500ms;
    animation-iteration-count: infinite;
    animation-direction: alternate;
    animation-delay: 1.5s;
}

.loading-file-content .loading-info .subinfo {
    float: left;
    width: 100%;
    height: auto;
    margin-top: 15px;
}

.loading-file-content .loading-info .subinfo .si_left {
    float: left;
    width: 50%;
    height: auto;
}

.loading-file-content .loading-info .subinfo .si_left .text {
    float: left;
    width: 120px;
    height: 12px;
    background-color: #EEEEEE;
    margin-bottom: 5px;
    margin-right: calc(100% - 120px);
    animation: loading;
    animation-duration: 1500ms;
    animation-iteration-count: infinite;
    animation-direction: alternate;
    animation-delay: 1.5s;
}

.loading-file-content .loading-info .subinfo .si_right {
    float: right;
    width: 50%;
    height: auto;
}

.loading-file-content .loading-info .subinfo .si_right .avatar {
    float: right;
    width: 36px;
    height: 36px;
    margin: 5px;
    border-radius: 50%;
    background-color: #EEEEEE;
    animation: loading;
    animation-duration: 1500ms;
    animation-iteration-count: infinite;
    animation-direction: alternate;
    animation-delay: 1.5s;
}

.loading-file-content .loading-info .subinfo .si_right .nickname {
    float: right;
    width: 60px;
    height: 14px;
    margin-right: 5px;
    background-color: #EEEEEE;
    margin-top: 16px;
    margin-bottom: 16px;
    animation: loading;
    animation-duration: 1500ms;
    animation-iteration-count: infinite;
    animation-direction: alternate;
    animation-delay: 1.5s;
}

.loading-file-content .loading-info .actions {
    float: left;
    width: 100%;
    height: auto;
    margin-top: 6px;
}

.loading-file-content .loading-info .actions .ac-btn {
    float: left;
    width: 120px;
    height: 24px;
    border-radius: 12px;
    background-color: #EEEEEE;
    margin-right: 5px;
    animation: loading;
    animation-duration: 1500ms;
    animation-iteration-count: infinite;
    animation-direction: alternate;
    animation-delay: 1.5s;
}

@media(max-width: 991px) {
    .loading-file-content .loading-info .actions .ac-btn {
        width: 80px;
    }
}

/* ---ANIMATION--- */
@keyframes loading {
    from {
        opacity: 0.45;
    }

    to {
        opacity: 1;
    }
}

/* ---ANIMATION--- */

@media(max-width: 991px) {
    .loading-file-content .loading-thumbnail {
        width: 80px;
        height: 113px;
    }

    .loading-file-content .loading-info .subinfo .si_left {
        width: 100%;
    }

    .loading-file-content .loading-info .subinfo .si_left .text {
        margin-right: 0;
        width: 70px;
    }
}

/* ----- NEW SUBJECT / fileTempLoading */

/* ----- NEW SUBJECT / mobile */
@media(max-width: 991px) {

    /* -->ADD FILE TO UPLOAD<-- */
    .upload-template .upload-header.add-file-to .content-side {
        margin-left: 0;
        width: 100%;
    }

    a.input_button,
    input.input_button,
    .button {
        height: 25px;
        line-height: 25px;
        border-radius: 25px;
    }

    .upload_footer .btn_flat {
        border: 1px solid #ccc !important;
    }

    a.input_button,
    input.input_button,
    .button .icon,
    .button .icon .material-icons-outlined {
        height: 25px;
        line-height: 25px;
        width: 25px;
    }

    .button .text {
        height: 25px;
        line-height: 25px;
        font-size: 12px;
    }

    .upload-template .upload-header .right-side {
        width: calc(100% - 120px);
    }

    .upload-template .upload-header .add-files-to-this-upload.upload_box {
        width: 100%;
        padding: 5px 10px;
    }

    .upload-template .upload-header .add-file {
        width: 26px;
        height: 26px;
        border-radius: 13px;
        margin-left: 5px;
    }

    .upload-template .upload-header .add-file .button {
        width: 26px;
        height: 26px;
        border-radius: 13px;
    }

    .upload-template .upload-header .add-file .button .icon,
    .upload-template .upload-header .add-file .button .icon .material-icons-outlined {
        width: 26px;
        height: 26px;
        line-height: 26px;
        font-size: 14px;
    }

    .icon.share_moodal {
        width: 25px;
        height: 25px;
    }

    .icon.share_moodal img {
        width: 20px;
        height: 20px;
        margin: 2.5px;
    }

    /* -->ADD FILE TO UPLOAD<-- */
}

/* ----- NEW SUBJECT / mobile */

#modal_SubjectUpload {
    overflow: overlay;
}

/*REPORT*/
#report_box .title {}

#report_box .box {
    padding: 20px;
    width: 100%;
}

#report_box .option {
    padding: 10px;
    cursor: pointer;
}

#report_box .option:hover {
    background-color: #eee;
}

/*REPORT*/

/* MODAL ADM FILE */
#modalAdmFile {
    width: 350px;
}

#modalAdmfile #modal_adm_file {
    float: left;
    width: 100%;
    height: auto;
    margin-top: 10px;
}

/* #modalAdmFile #delete_btn_adm{ 
    border: 1px solid red; 
}  */

#modalAdmFile .modal-money {
    float: left;
    width: 100%;
    height: auto;
    margin-bottom: 10px;
    text-align: center;
    font-family: 'roboto', sans-serif;
    color: #444;
    border: 1px solid #0099FF;
    border-radius: 4px;
    padding: 5px;
}

#modalAdmFile #ret_comments {
    margin-bottom: 0;
}

/* MODAL ADM FILE */

/* NAV UPLOAD BTN */
nav .nav-upload-btn-content {
    float: right !important;
    width: auto !important;
    height: 60px !important;
    margin: 0 15px;
}

nav .nav-upload-btn-content .upload_button {
    padding-right: 15px;
    margin: 12px 0;
}

#modalNavUpload {
    top: 5% !important;
    width: 500px;
    max-height: unset;
}

#modalNavUpload .modal-footer .button {
    float: right;
    background-color: #0099FF;
    color: #FFFFFF;
    margin-top: 15px;
    margin-bottom: 15px;
    display: none;
}

#modalNavUpload .modal-footer .prev {
    float: left;
}

#modalNavUpload .modal-footer.t_1 .next,
#modalNavUpload .modal-footer.t_2 .prev {
    display: block;
}

#modalNavUpload .modal-footer .button .icon .material-icons-outlined {
    color: #FFFFFF;
}

#modalNavUpload .modal-content {
    padding: 0;
}

#modalNavUpload .modal-footer {
    padding: 0 30px;
}

#modalNavUpload .modal-content #tab_1_sel,
#modalNavUpload .modal-content #tab_2_sel {
    float: left;
    width: 100%;
    height: auto;
}

#modalNavUpload .modal-content h6 {
    border-left: 3px solid #0099FF;
    padding-left: 5px;
    margin: 20px;
}

#modalNavUpload .modal-content .tabs-content {
    float: left;
    width: 100%;
    height: 40px;
    border-bottom: 1px solid #cccccc;
    margin-top: 15px;
}

#modalNavUpload .modal-content .tab-item {
    float: left;
    width: 200px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    font-family: 'Roboto', sans-serif;
    font-weight: bold;
    color: #cccccc;
    cursor: pointer;
}

#modalNavUpload .modal-content .tab-item.active {
    height: 41px;
    border: 1px solid #cccccc;
    border-bottom: 1px solid #fafafa;
    color: #444444;
    background-color: #fafafa;
}

#modalNavUpload .modal-content .tab-item.active span {
    color: #0099FF;
}

#modalNavUpload .modal-content #step-1 {
    margin-left: 33px;
    margin-right: 17px;
}

#modalNavUpload .modal-content #step-2 {
    margin-left: 17px;
    margin-right: 33px;
}

#modalNavUpload .modal-content .step-content {
    float: left;
    width: 100%;
    height: auto;
    padding: 20px;
    background-color: #fafafa;
}

#modalNavUpload .modal-content .step-content.line {
    border-bottom: 1px solid #CCCCCC;
}

#modalNavUpload .modal-content .step-content.alt {
    padding-bottom: 0;
}

#modalNavUpload .modal-content .step-content.alt.line {
    padding-bottom: 20px;
}

#modalNavUpload .modal-content .step-content.alt.line .row,
.row.aux-row {
    float: left;
    width: 100%;
}

#modalNavUpload .modal-content .step-content.alt .row .select-wrapper {
    margin-top: 0;
}

#modalNavUpload .modal-content .step-content .select-wrapper {
    margin: 10px;
}

#modalNavUpload .modal-content .step-content .select-wrapper .dropdown-content.select-dropdown {
    z-index: 10;
}

#modalNavUpload .modal-content .step-content .select-wrapper .caret {
    margin-right: 10px;
}

#modalNavUpload .modal-content .step-content .select-wrapper input {
    margin-bottom: 0;
    border: 1px solid #9e9e9e;
    height: 35px;
}

#modalNavUpload .modal-content .step-content .sub-title {
    float: left;
    width: calc(100% - 10px);
    height: auto;
    margin-left: 10px;
    color: #444444;
    font-family: 'Roboto', sans-serif;
    font-weight: bold;
    text-transform: uppercase;
}

#modalNavUpload .modal-content .step-content .row {
    margin-bottom: 0;
}

#modalNavUpload .modal-content .step-content .col {
    padding-left: 0;
}

#modalNavUpload .modal-content .step-content .col+.col {
    padding-left: .75rem;
    padding-right: 0;
}

#modalNavUpload .modal-content .step-content .col .select-wrapper {
    margin: 0;
}

#modalNavUpload .modal-content .step-content .col .select-wrapper input {
    border: none;
    height: 36px;
    border-bottom: 1px solid #9e9e9e;
}

#modalNavUpload #in_content {
    padding: 20px 32px;
}

#an_sw {
    display: inline-flex;
    height: 47px;
}

#an_sw .text,
#an_sw .switch {
    line-height: 40px;
}

#tab_1_sel,
#tab_2_sel {
    min-height: 510px;
    display: none;
}

#modalNavUpload .modal-content.t_1 #tab_1_sel,
#modalNavUpload .modal-content.t_2 #tab_2_sel {
    display: block;
}

#modalNavUpload .modal-content .sim-in-file {
    float: left;
    width: calc(100% - 20px);
    height: 35px;
    line-height: 35px;
    border: 1px solid #9e9e9e;
    vertical-align: middle;
    margin: 10px;
    color: #9e9e9e;
    cursor: pointer;
}

#modalNavUpload .modal-content .sim-in-file:hover {
    background-color: #f1f1f1;
}

#in-file {
    display: none;
}

#modalNavUpload .modal-content .sim-in-file .text {
    float: left;
    width: calc(100% - 45px);
    height: 35px;
    line-height: 35px;
    padding-left: 15px;
    text-transform: uppercase;
}

#modalNavUpload .modal-content .sim-in-file .icon {
    float: left;
    width: 35px;
    height: 35px;
    margin-left: 10px;
    line-height: 35px;
    text-align: center;
    color: #FFFFFF;
    background-color: #0099FF;
}

#modalNavUpload .modal-content .sim-in-file .icon .material-icons-outlined {
    height: 35px;
    width: 35px;
    line-height: 35px;
    text-align: center;
}

#modalNavUpload {
    padding-top: 20px;
    height: 90%;
    overflow: visible;
}

#modalNavUpload .modal-content.t_1,
#modalNavUpload .modal-content.t_2 {
    height: calc(100% - 66px);
}

.modal-footer.t_1 {
    border-top: 1px solid #ccc;
}

#modalNavUpload #tab_1_sel {
    padding-top: 20px;
}

#modalNavUpload #in_content {
    padding-top: 20px;
    margin-top: 10px;
}

#modalNavUpload .step-content.alt {
    padding-top: 0;
}

#modalNavUpload .modal-content .step-content.alt.line {
    padding-bottom: 20px;
}

#modalNavUpload .modal-content #in_content.step-content.line {
    border-bottom: none;
}

#modalNavUpload .modal-footer.t_1>div {
    margin-bottom: 0 !important;
}

#modalNavUpload .modal-content #tab_2_sel {
    height: calc(100% - 150px);
}

#modalNavUpload .modal-content .sim-in-file {
    float: left;
    width: calc(100% - 20px);
    height: 35px;
    line-height: 35px;
    border: 1px solid #9e9e9e;
    vertical-align: middle;
    margin: 10px;
    color: #9e9e9e;
    cursor: pointer;
}

#modalNavUpload .modal-content .sim-in-file:hover {
    background-color: #f1f1f1;
}

#modalNavUpload .modal-content .sim-in-file .text {
    float: left;
    width: calc(100% - 45px);
    height: 35px;
    line-height: 35px;
    padding-left: 15px;
    text-transform: uppercase;
}

#modalNavUpload .modal-content .sim-in-file .icon {
    float: left;
    width: 35px;
    height: 35px;
    margin-left: 10px;
    line-height: 35px;
    text-align: center;
    color: #FFFFFF;
    background-color: #0099FF;
}

#modalNavUpload .modal-content .sim-in-file .icon .material-icons-outlined {
    height: 35px;
    width: 35px;
    line-height: 35px;
    text-align: center;
}

#modalNavUpload .upload_links {
    text-align: center;
}

#modalNavUpload .s-c-upload_results {
    /* height: calc(100% - 150px) !important; */
    height: calc(100% - 175px) !important;
    overflow-y: auto;
}

#modalNavUpload .s-c-upload_results .upload_results {
    height: 100%;
}

/* NAV UPLOAD BTN */

/* MODAL POPUP UPLOADERS */
#modalPopupUploaders {
    box-shadow: none;
    height: 100vh;
    max-height: 100vh;
    background: none;
    width: 650px;
    top: unset !important;
    padding-top: 8%;
}

#modalPopupUploaders.top-reduce {
    padding-top: 6%;
}

#modalPopupUploaders .modal-content {
    background: transparent;
}

#modalPopupUploaders .modal-content.video {
    background-color: #0099FF;
    text-align: center;
    width: calc(100% - 298px);
    padding: 0 40px;
    margin: 0 149px;
    border-radius: 18px 18px 0 0;
}

#modalPopupUploaders .modal-content.video img {
    width: 272px;
    height: 262px;
    margin-top: -65px;
}

#modalPopupUploaders .modal-content.video.reduce img {
    width: 175px;
    height: 160px;
    margin-top: -65px;
}

#modalPopupUploaders .modal-middle {
    display: inline-block;
    width: 500px;
    margin-left: 75px;
    margin-right: 75px;
    height: auto;
    background-color: #FFFFFF;
    border-radius: 18px;
    padding: 20px;
    text-align: center;
    box-shadow: 0 8px 10px 1px rgba(0, 0, 0, 0.14), 0 3px 14px 2px rgba(0, 0, 0, 0.12), 0 5px 5px -3px rgba(0, 0, 0, 0.3);
}

#modalPopupUploaders .modal-middle .shad-line {
    float: left;
    width: 100px;
    height: 4px;
    margin-left: calc(50% - 50px);
    margin-right: calc(50% - 50px);
    border-radius: 2px;
    background-color: #d8e1eb;
}

#modalPopupUploaders .modal-middle .blue-title {
    display: inline-block;
    width: auto;
    height: auto;
    color: #0099FF;
    margin-top: 25px;
}

#modalPopupUploaders .modal-middle .blue-title .icon {
    float: left;
    width: 25px;
    height: 25px;
    text-align: center;
}

#modalPopupUploaders .modal-middle .blue-title .icon img {
    display: inline-block;
    width: 25px;
    height: 25px;
}

#modalPopupUploaders .modal-middle .blue-title .text {
    float: left;
    width: auto;
    height: 25px;
    margin-left: 10px;
    line-height: 28px;
    font-family: 'Montserrat', sans-serif;
    font-weight: bold;
    font-size: 20px;
}

#modalPopupUploaders .modal-middle .text-dev {
    float: left;
    width: 100%;
    height: auto;
    color: #777777;
    font-family: 'Montserrat', sans-serif;
    margin-top: 15px;
}

#modalPopupUploaders .modal-middle .text-dev p {
    margin-top: 0;
    margin-bottom: 5px;
}

#modalPopupUploaders .modal-middle .text-dev.secundary {
    float: left;
    width: 80%;
    height: auto;
    color: #444444;
    font-weight: bold;
    margin-left: 10%;
    margin-right: 10%;
}

#modalPopupUploaders .modal-middle .text-dev.secundary.nodark {
    font-weight: normal;
}

#modalPopupUploaders .modal-middle .text-dev.secundary.nodark strong {
    font-weight: bold;
}

#modalPopupUploaders .modal-middle.alternative .text-dev.secundary .button {
    display: none;
}

#modalPopupUploaders .modal-middle .text-dev span {
    font-weight: bold;
    color: #0099FF;
}

#modalPopupUploaders .modal-middle .extra-info {
    float: left;
    width: 100%;
    height: auto;
    margin-top: 10px;
    border-radius: 5px;
    padding: 10px;
    padding-bottom: 3px;
    background-color: #F5F5F5;
}

#modalPopupUploaders .modal-middle .extra-info .item {
    float: left;
    width: calc(100% - 149px);
    height: auto;
}

#modalPopupUploaders .modal-middle .extra-info .item.small {
    width: 149px;
}

#modalPopupUploaders .modal-middle .extra-info .item .title {
    float: left;
    width: 100%;
    height: 25px;
    line-height: 25px;
    font-family: 'Montserrat', sans-serif;
    color: #0099ff;
    text-transform: uppercase;
    font-weight: 600;
    font-size: 12px;
    text-align: left;
    margin-bottom: 7px;
}

#modalPopupUploaders .modal-middle .extra-info .item .son-row {
    float: left;
    width: 100%;
    height: 30px;
    margin-bottom: 7px;
}

#modalPopupUploaders .modal-middle .extra-info .item .son-row img {
    float: left;
    height: 25px;
    width: 21px;
}

#modalPopupUploaders .modal-middle .extra-info .item .son-row .text {
    float: left;
    height: 25px;
    width: calc(100% - 31px);
    margin-left: 5px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    text-align: left;
}

#modalPopupUploaders .modal-middle .extra-info .item.small img {
    float: left;
    width: auto;
    height: auto;
}

#modalPopupUploaders .modal-middle .extra-info .item.small .text {
    float: left;
    width: 100%;
    height: auto;
    text-align: left;
    font-size: 11px;
    padding: 0 5px;
}

#modalPopupUploaders .modal-middle .extra-info .item.small .text span {
    color: #444444;
    text-decoration: underline;
    cursor: pointer;
}

#modalPopupUploaders .not-show {
    float: left;
    width: 500px;
    margin-left: 75px;
    margin-right: 75px;
    height: auto;
    color: #dddddd;
    font-weight: bold;
    padding-left: 10px;
    margin-top: 10px;
    cursor: pointer;
}

#modalPopupUploaders .not-show .icon {
    float: left;
    width: 20px;
    height: 20px;
    line-height: 20px;
    text-align: center;
}

#modalPopupUploaders .not-show .icon .material-icons-outlined {
    width: 20px;
    height: 20px;
    line-height: 20px;
    text-align: center;
    font-size: 20px;
}

#modalPopupUploaders .not-show .text {
    float: left;
    width: auto;
    height: 20px;
    line-height: 20px;
    margin-left: 10px;
}

#modalPopupUploaders .not-show .text-dev {
    display: none;
}

#modalPopupUploaders .not-show.alternative .text-dev {
    display: block;
    float: right;
}

#modalPopupUploaders .not-show .text-dev.secundary.mobile_upload {
    display: none;
}

#modalPopupUploaders .not-show.alternative .text-dev .button {
    background-color: #0099FF;
    color: #FFFFFF;
}

#modalPopupUploaders .not-show.alternative .text-dev .button .text {
    height: 36px;
    line-height: 36px;
    margin: 0;
}

#modalPopupUploaders .not-show.alternative .text-dev .button:hover {
    background-color: #FFFFFF;
}

#modalPopupUploaders .not-show.alternative .text-dev .button:hover .text {
    color: #0099FF;
}

#modalPopupUploaders .mobile_upload {
    display: none;
}

#modalPopupUploaders .upload_result {
    width: calc(100% - 20px) !important;
}

@media (max-width: 767px) {
    #modalPopupUploaders.top-reduce {
        padding-top: 14%;
    }

    #modalPopupUploaders {
        width: 100vw;
        margin: 0;
    }

    #modalPopupUploaders .modal-content.video {
        width: 90vw;
        padding: 0;
        margin: 5vw 5vw 0 5vw;
    }

    #modalPopupUploaders .modal-middle {
        width: 96vw;
        margin: 0 2vw;
    }

    #modalPopupUploaders .modal-content.video img {
        width: 60vw;
        height: auto;
        margin-top: -50px;
    }

    #modalPopupUploaders .modal-middle .blue-title {
        margin-top: 15px;
    }

    #modalPopupUploaders .modal-middle .text-dev {
        font-size: 12px;
    }

    #modalPopupUploaders .text-dev.secundary {
        display: none;
    }

    #modalPopupUploaders .text-dev.secundary.mobile_upload {
        display: block;
    }

    #modalPopupUploaders .not-show .text-dev.secundary {
        display: none;
    }

    #modalPopupUploaders .not-show .text-dev.secundary.mobile_upload {
        display: block;
    }

    #modalPopupUploaders .modal-middle .extra-info .item {
        width: 100%;
    }

    #modalPopupUploaders .modal-middle .extra-info .item.small {
        display: none;
    }

    #modalPopupUploaders .not-show {
        margin-left: 0;
        margin-right: 0;
        padding-right: 10px;
        width: 100%;
    }

    #modalPopupUploaders .not-show .button {
        height: 36px;
    }
}

@media(min-width:767px) and (max-width:991px) {
    #modalPopupUploaders.top-reduce {
        padding-top: 15%;
    }

    #modalPopupUploaders .not-show.alternative .text-dev .button {
        height: 36px;
    }

    #modalPopupUploaders .not-show.alternative .text-dev .button .text {
        height: 36px;
        line-height: 36px;
        margin: 0;
    }
}

@media(min-width:992px) and (max-width:1279px) {
    #modalPopupUploaders.top-reduce {
        padding-top: 8%;
    }
}

/* MODAL POPUP UPLOADERS */

/* MODAL POPUP IFRAME */
#modalPopUpIframe {
    overflow-y: hidden !important;
    max-height: 80% !important;
}

#modalPopUpIframe .modal-content {
    float: left !important;
    padding: 0 !important;
}

#modalPopUpIframe .modal-content h6 {
    position: absolute;
    width: 100%;
    margin: 0 !important;
    padding: 20px !important;
    color: #444444 !important;
    background-color: #FFFFFF !important;
}

#modalPopUpIframe .modal-content iframe {
    margin-top: 0px !important;
    float: left !important;
    width: 100% !important;
}

#modalPopUpIframe .modal-content iframe .freebirdFormviewerViewFormBanner {
    height: 120px !important;
}

#modalPopUpIframe .modal-content .close-modal {
    width: 100%;
    height: auto;
    background-color: #FFFFFF;
    padding: 10px;
    float: left;
    border-top: 1px solid #ddd;
    text-align: right;
}

#modalPopUpIframe .modal-content .close-modal .button {
    float: right;
}

@media (max-width: 992px) {
    #modalPopUpIframe {
        max-height: 100% !important;
        top: 7% !important;
        width: 98% !important;
    }
}

/* MODAL POPUP IFRAME */

/* BADGE ADVICE */
#badgeAdvice {
    position: fixed;
    right: 25px;
    bottom: 75px;
    width: auto;
    height: auto;
    z-index: 5;
    cursor: pointer;
}

#badgeAdvice img {
    float: left;
    width: auto;
    height: auto;
    max-width: 150px;
    max-height: 150px;
}

/* BADGE ADVICE */

/* LATERAL MODAL */
.lateral-modal-overlay {
    display: block;
    position: fixed;
    top: 0;
    left: 0;
    width: auto;
    height: 0;
    z-index: 0;
}

.lateral-modal-overlay.open {
    animation-name: lateralModalOverlayOpacity;
    animation-duration: 300ms;
    animation-fill-mode: forwards;
    animation-iteration-count: 1;
    animation-delay: 300ms;
}

@keyframes lateralModalOverlayOpacity {
    to {
        width: 100vw;
        height: 100vh;
        background-color: rgba(0, 0, 0, 0.75);
        z-index: 1002;
    }
}

.lateral-modal-overlay .main-content {
    position: relative;
    margin-top: 3%;
    width: 500px;
    height: auto;
    transform: translateX(-505px);
}

@media (max-width: 991px) {
    .lateral-modal-overlay .main-content {
        margin-top: 1%;
        width: 97%;
        transform: translateX(calc(-99% - 15px));
    }
}

.lateral-modal-overlay.open .main-content {
    animation-name: translationMain;
    animation-duration: 400ms;
    animation-fill-mode: forwards;
    animation-iteration-count: 1;
    animation-delay: 600ms;
}

@keyframes translationMain {
    to {
        transform: translateX(0);
    }
}

.lateral-modal-overlay .main-content .header-content {
    position: relative;
    width: 100%;
    height: auto;
}

.lateral-modal-overlay.open.done .main-content .header-content {
    animation-name: doneHead;
    animation-duration: 300ms;
    animation-fill-mode: forwards;
    animation-iteration-count: 1;
}

@keyframes doneHead {
    to {
        opacity: 0;
    }
}

.lateral-modal-overlay .main-content .header-content img {
    position: relative;
    width: 100%;
    height: auto;
    padding: 0 40px;
}

.lateral-modal-overlay .main-content .body-content {
    position: relative;
    width: 100%;
    height: auto;
    margin-top: -15px;
    box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.32);
    border-radius: 6px;
}

.lateral-modal-overlay .main-content .body-content .loading-box .spinner-layer {
    border-color: #0069a0;
}

.lateral-modal-overlay .main-content .body-content .loading-box {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #FFFFFF;
    border-radius: 6px;
    z-index: 220;
    text-align: center;
    transform: scale(0);
}

.lateral-modal-overlay.open.loading .main-content .body-content .loading-box {
    animation-name: openLoading;
    animation-duration: 300ms;
    animation-fill-mode: forwards;
    animation-iteration-count: 1;
}

@keyframes openLoading {
    to {
        transform: scale(1);
    }
}

.lateral-modal-overlay.open.loading .main-content .body-content .title .pull-laber {
    display: none;
}

.lateral-modal-overlay .main-content .body-content .title .pull-laber {
    position: absolute;
    right: -200px;
    top: 10px;
    width: 195px;
    height: 30px;
    color: #0069a0;
    cursor: pointer;
}

.lateral-modal-overlay.open .main-content .body-content .title .pull-laber {
    animation-name: pullContract;
    animation-duration: 300ms;
    animation-fill-mode: forwards;
    animation-iteration-count: 1;
    animation-delay: 1s;
}

@keyframes pullContract {
    to {
        right: -20px;
        width: 30px;
    }
}

.lateral-modal-overlay .main-content .body-content .title .pull-laber .text {
    float: left;
    width: 165px;
    font-size: 13px;
    line-height: 14px;
    text-align: left;
    padding: 5px 10px;
    background-color: #00cce3;
    color: #FFFFFF;
    font-family: 'Montserrat', sans-serif;
    border-radius: 0 5px 5px 0;
}

.lateral-modal-overlay.open .main-content .body-content .title .pull-laber .text {
    padding: 0;
    opacity: 0;
    animation-name: noPullText;
    animation-duration: 500ms;
    animation-fill-mode: forwards;
    animation-iteration-count: 1;
    animation-delay: 200ms;
}

@keyframes noPullText {
    to {
        width: 0;
        height: 0;
    }
}

.lateral-modal-overlay .main-content .body-content .title .pull-laber .text span {
    font-weight: bold;
    color: #0069a0;
}

.lateral-modal-overlay .main-content .body-content .title .pull-laber .icon.opened,
.lateral-modal-overlay.open .main-content .body-content .title .pull-laber .icon.closed {
    display: none;
}

.lateral-modal-overlay.open .main-content .body-content .title .pull-laber .icon.opened,
.lateral-modal-overlay .main-content .body-content .title .pull-laber .icon.closed {
    display: block;
}

.lateral-modal-overlay .main-content .body-content .title .pull-laber .icon {
    float: left;
    border-radius: 15px;
    background-color: #FFFFFF;
    margin-left: -10px;
    -webkit-box-shadow: 0px 5px 10px 0px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 0px 5px 10px 0px rgba(0, 0, 0, 0.2);
    box-shadow: 0px 5px 10px 0px rgba(0, 0, 0, 0.2);
}

.lateral-modal-overlay .main-content .body-content .title .pull-laber .icon,
.lateral-modal-overlay .main-content .body-content .title .pull-laber .icon .material-icons-outlined {
    width: 35px;
    height: 35px;
    text-align: center;
    line-height: 35px;
    border-radius: 20px;
    font-size: 22px;
}

.lateral-modal-overlay .main-content .body-content .title {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    min-height: 75px;
    height: auto;
    background-image: url('https://s3-eu-west-1.amazonaws.com/wuolah-public/media/res/popup/top.png');
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    color: #FFFFFF;
    font-family: 'Montserrat', sans-serif;
    font-weight: bold;
    text-align: center;
    z-index: 100;
    border-radius: 6px;
    vertical-align: middle;
}

.lateral-modal-overlay.open.done .main-content .body-content .title {
    animation-name: doneTitle;
    animation-duration: 300ms;
    animation-fill-mode: forwards;
    animation-iteration-count: 1;
    animation-delay: 300ms;
}

@keyframes doneTitle {
    to {
        min-height: unset;
        height: auto;
        ;
        background-image: unset;
        background-color: #0069a0;
        padding: 10px 20px;
        line-height: 15px;
        font-size: 14px;
        text-align: left;
    }
}

.lateral-modal-overlay.open.done .main-content .body-content .title p {
    display: none;
}

.lateral-modal-overlay .main-content .body-content .title p {
    margin-bottom: 0;
    margin-top: 10px;
}

.lateral-modal-overlay .main-content .body-content .title p+p {
    margin-top: 0;
}

.lateral-modal-overlay .main-content .body-content .title p+p+p {
    display: none;
}

.lateral-modal-overlay.open.done .main-content .body-content .title p+p+p {
    display: block;
}

.lateral-modal-overlay .main-content .body-content .image-card {
    position: relative;
    top: 0;
    left: 0;
    width: 100%;
    height: 300px;
    background-image: url('https://s3-eu-west-1.amazonaws.com/wuolah-public/media/res/popup/imagen-kaplan.png');
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    border-radius: 7px 7px 0 0;
}

.lateral-modal-overlay.open.done .main-content .body-content .image-card {
    animation-name: doneImageCard;
    animation-duration: 300ms;
    animation-fill-mode: forwards;
    animation-iteration-count: 1;
}

@keyframes doneImageCard {
    to {
        opacity: 0;
        height: 0;
    }
}

.lateral-modal-overlay .main-content .body-content .image-card .text-content {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: auto;
    padding: 30px 20px;
}

@media (max-width: 991px) {
    .lateral-modal-overlay .main-content .body-content .image-card .text-content {
        padding-left: 5px;
        padding-right: 5px;
    }
}

.lateral-modal-overlay .main-content .body-content .image-card .text-content .text {
    float: left;
    width: 100%;
    height: auto;
    font-family: 'Montserrat', sans-serif;
    color: #FFFFFF;
    font-weight: bold;
    font-size: 30px;
    line-height: 30px;
    text-shadow: 1px 1px 10px rgba(150, 150, 150, 1);
}

.lateral-modal-overlay .main-content .body-content .image-card .text-content .text.sub {
    font-size: 18px;
    line-height: 18px;
    margin-top: 10px;
}

.lateral-modal-overlay .main-content .body-content .image-card .text-content .text.sub+.text.sub {
    margin: 0;
}

.lateral-modal-overlay .main-content .body-content .info-card {
    position: relative;
    width: 100%;
    height: auto;
    background-color: #FFFFFF;
    padding: 20px;
}

@media (max-width: 991px) {
    .lateral-modal-overlay .main-content .body-content .info-card {
        padding-left: 5px;
        padding-right: 5px;
    }
}

.lateral-modal-overlay.open.done .main-content .body-content .info-card {
    animation-name: doneInfoCard;
    animation-duration: 300ms;
    animation-fill-mode: forwards;
    animation-iteration-count: 1;
}

@keyframes doneInfoCard {
    to {
        opacity: 0;
        height: 0;
    }
}

.lateral-modal-overlay .main-content .body-content .info-card .input-content {
    position: relative;
    width: 100%;
    height: 40px;
    margin-top: -35px;
}

.lateral-modal-overlay .main-content .body-content .info-card .input-content input::placeholder {
    color: #444444;
    ;
    opacity: 0.8;
    font-weight: 500;
}

.lateral-modal-overlay .main-content .body-content .info-card .input-content input {
    float: left;
    width: 29%;
    height: 40px;
    border-bottom: none;
    box-shadow: unset;
    background-color: #FFFFFF;
    margin-bottom: 0;
    box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.10);
    border-radius: 2px;
    color: #878787;
    font-size: 12px;
    font-family: 'Montserrat', sans-serif;
}

.lateral-modal-overlay .main-content .body-content .info-card .input-content input+input {
    width: calc(34% - 20px);
    margin: 0 10px;
}

.lateral-modal-overlay .main-content .body-content .info-card .input-content input+input+input {
    width: 29%;
    margin: 0;
}

@media (max-width: 991px) {
    #lateral_modal_mail {
        width: calc(100% - 15px);
    }

    #lateral_modal_name {
        display: none;
    }

    #lateral_modal_surname {
        display: none;
    }
}

.lateral-modal-overlay .main-content .body-content .info-card .check-content {
    position: relative;
    width: 100%;
    height: auto;
    margin-top: 15px;
}

.lateral-modal-overlay .main-content .body-content .info-card .check-content p {
    margin: 0;
}

.lateral-modal-overlay .main-content .body-content .info-card [type="checkbox"]+label {
    height: auto;
    line-height: 12px;
    font-size: 11px;
}

.lateral-modal-overlay .main-content .body-content .info-card [type="checkbox"]+label span {
    font-weight: bold;
    color: #0069a0;
}

.lateral-modal-overlay .main-content .body-content .info-card [type="checkbox"]:checked+label:before {
    border-right: 2px solid #0069a0;
    border-bottom: 2px solid #0069a0;
}

.lateral-modal-overlay .main-content .body-content .info-card .btn-lat-send {
    position: relative;
    width: 100%;
    height: 40px;
    line-height: 40px;
    background-image: linear-gradient(-45deg, #004386 0%, #006393 100%);
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.20);
    border-radius: 2px;
    font-family: 'Montserrat', sans-serif;
    font-size: 14px;
    color: #FFFFFF;
    text-align: center;
    margin-top: 10px;
    cursor: pointer;
}

.lateral-modal-overlay .main-content .body-content .info-card .sub-text {
    position: relative;
    width: 100%;
    height: auto;
    margin-top: 10px;
    color: #9e9e9e;
    font-size: 11px;
    line-height: 12px;
}

.lateral-modal-overlay .main-content .body-content .info-card .sub-text span {
    font-weight: bold;
    color: #0069a0;
    cursor: pointer;
}

.lateral-modal-overlay .main-content .body-content .lat-modal-conditions {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 0;
    opacity: 0;
    background-color: #FFFFFF;
    border-radius: 6px;
    padding: 0;
    z-index: 205;
}

.lateral-modal-overlay .main-content .body-content .lat-modal-conditions.open-cond {
    animation-name: openCond;
    animation-duration: 300ms;
    animation-fill-mode: forwards;
    animation-iteration-count: 1;
}

@keyframes openCond {
    to {
        opacity: 1;
        height: 100%;
        padding: 20px;
    }
}

.lateral-modal-overlay .main-content .body-content .lat-modal-conditions .icon {
    position: absolute;
    right: -15px;
    top: 10px;
    width: 30px;
    height: 30px;
    background-color: #FFFFFF;
    color: #0069a0;
    border-radius: 15px;
    cursor: pointer;
    -webkit-box-shadow: 0px 5px 10px 0px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 0px 5px 10px 0px rgba(0, 0, 0, 0.2);
    box-shadow: 0px 5px 10px 0px rgba(0, 0, 0, 0.2);
}

.lateral-modal-overlay .main-content .body-content .lat-modal-conditions .icon .material-icons-outlined {
    width: 30px;
    height: 30px;
    line-height: 30px;
    text-align: center;
}

.lateral-modal-overlay .main-content .body-content .lat-modal-conditions .text {
    position: relative;
    width: 100%;
    height: 100%;
    font-family: 'Montserrat', sans-serif;
    overflow: auto;
}

.lateral-modal-overlay .main-content .body-content .lat-modal-conditions .text span {
    float: left;
    width: 100%;
    font-weight: bold;
}

/* LATERAL MODAL */

/*FOOTER V2*/
.footer {
    float: left;
    width: 100vw;
    height: auto;
    background-color: #f9f9f9;
    padding: 10px 20px 30px 20px;
    border-top: 1px solid #d7dee2;
}

.footer .footer-label {
    float: left;
    width: 100%;
    height: 25px;
    line-height: 25px;
    font-family: 'Montserrat', sans-serif;
    font-size: 12px;
    color: #4a90e2;
    padding-top: 0px;
    margin-top: 0;
}

.footer .footer-imgs {
    float: left;
    width: auto;
    height: 25px;
    margin-top: 10px;
}

.footer .footer-imgs a {
    float: left;
    width: auto;
    height: 23px;
    margin-right: 10px;
}

.footer .footer-items {
    float: right;
    width: auto;
    height: 25px;
    margin-top: 10px;
    padding-right: 150px;
}

.footer .footer-items .item {
    float: left;
    width: auto;
    height: 25px;
    line-height: 25px;
    color: #a1a1a1;
    font-family: 'Montserrat', sans-serif;
    font-size: 13px;
    text-decoration: unset;
    margin-right: 10px;
    border-bottom: none;
}

.footer .footer-items .item.motion {
    margin-right: 20px;
    pointer-events: none;
    cursor: default;
}

.footer .footer-items .item.icon {
    margin-left: 10px;
    width: 40px;
    height: 25px;
    text-align: center;
    cursor: pointer;
}

.footer .footer-items .item.icon .material-icons-outlined {
    width: 40px;
    height: 25px;
    line-height: 25px;
    text-align: center;
}

@media(max-width: 991px) {
    .footer .footer-label {
        height: auto;
    }

    .footer .footer-imgs,
    .footer .footer-items {
        height: auto;
        padding: 0;
    }

    .footer .footer-items .item.motion {
        width: 100%;
    }

    .footer .footer-items {
        width: 100%;
    }
}

/*FOOTER V2*/

/*TOP MESSAGE ADVICE*/
.top-message-advice {
    position: fixed;
    top: -60px;
    left: 0;
    width: 100vw;
    height: 60px;
    background-color: #e9e9e9;
    box-shadow: 0px -9px 15px 6px rgba(32, 32, 32, 0.77);
    z-index: 1005;
    animation-name: topMessageAdvice;
    animation-fill-mode: forwards;
    animation-duration: 300ms;
    animation-iteration-count: 1;
}

@keyframes topMessageAdvice {
    to {
        transform: translateY(60px);
    }
}

.top-message-advice .icon,
.top-message-advice .close {
    float: left;
    width: 60px;
    height: 60px;
    background-color: #c62020;
    color: #FFFFFF;
    text-align: center;
}

.top-message-advice .close {
    background-color: transparent;
    color: #343434;
    cursor: pointer;
    margin-right: 20px;
}

.top-message-advice .icon .material-icons-outlined,
.top-message-advice .close .material-icons-outlined {
    width: 60px;
    height: 60px;
    text-align: center;
    line-height: 60px;
    color: #FFFFFF;
}

.top-message-advice .close .material-icons-outlined {
    color: #343434;
    font-size: 14px;
}

.top-message-advice .message {
    float: left;
    width: calc(100% - 140px);
    height: 60px;
    color: #343434;
    padding: 0 15px;
    font-family: 'Montserrat', sans-serif;
    font-weight: bold;
}

.top-message-advice .message span {
    color: #c62020;
}

/*TOP MESSAGE ADVICE*/

/* CAPTCHA CONTENT */
.captcha-content {
    position: fixed;
    width: 100vw;
    height: 100vh;
    background-color: rgba(0, 0, 0, 0.85);
    top: 0;
    left: 0;
    text-align: center;
    z-index: 1010;
}

.captcha-content .g-recaptcha {
    width: auto;
    display: inline-block;
}

/* CAPTCHA CONTENT */

/* SC VIDEO */
.video-overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    background-image: url('https://s3-eu-west-1.amazonaws.com/wuolah-public/media/res/images/bg-video.png');
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    z-index: 999999;
}

.video-overlay .video-background {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background: linear-gradient(to bottom, rgba(0, 138, 230, 0.75) 0%, rgba(72, 120, 230, 0.75) 50%, rgba(0, 138, 230, 0.75) 100%);
    text-align: center;
    padding: 20px 30px;
}

.video-overlay .video-background .video-content {
    display: inline-block;
    width: auto;
    height: auto;
    max-width: 600px;
}

.video-overlay .video-background .video-content .time-counter {
    float: left;
    width: 100%;
    height: auto;
    font-family: 'Montserrat', sans-serif;
    font-weight: bold;
    color: #FFFFFF;
    font-size: 16px;
    text-align: left;
}

.video-overlay .video-background .video-content .time-counter span {
    float: left;
}

.video-overlay .video-background .video-content .time-counter span+span {
    float: right;
    margin-left: 20px;
}

.video-overlay .video-background .video-content .video-resource {
    float: left;
    width: 100%;
    height: auto;
    min-height: 335px;
    margin-top: 10px;
    margin-bottom: 20px;
}

.video-overlay .video-background .video-content .bottom-title {
    float: left;
    width: 100%;
    height: auto;
    color: #FFFFFF;
    font-size: 45px;
    font-family: 'Montserrat', sans-serif;
    text-align: left;
    font-weight: bold;
    line-height: 45px;
    margin-bottom: 20px;
}

.video-overlay .video-background .video-content .bottom-title .text {
    float: left;
    width: 100%;
}

.video-overlay .video-background .video-content .bottom-content {
    float: left;
    width: 100%;
    height: auto;
}

.video-overlay .video-background .video-content .bottom-content .left-side {
    float: left;
    width: calc(100% - 240px);
    height: auto;
    color: #FFFFFF;
    font-family: 'Montserrat', sans-serif;
    font-weight: lighter;
    font-style: italic;
    text-align: left;
    font-size: 20px;
    line-height: 20px;
}

.video-overlay .video-background .video-content .bottom-content .right-side {
    float: left;
    width: 230px;
    height: auto;
    margin-left: 10px;
}

.video-overlay .video-background .video-content .bottom-content .right-side .linear-btn {
    display: inline-block;
    width: auto;
    height: 30px;
    line-height: 30px;
    padding: 0 10px;
    text-align: center;
    border-radius: 5px;
    color: #FFFFFF;
    font-weight: bold;
    font-size: 14px;
    background-image: linear-gradient(45deg, #FF8960 0%, #FF62A5 100%);
    border: 2px solid rgba(217, 217, 217, 0.15);
    border-radius: 10px;
    cursor: pointer;
}

#video_time_counter {
    display: none;
}

@media(max-width: 991px) {
    .video-overlay {
        background-position: 0;
    }

    .video-overlay .video-background {
        padding: 20px 15px;
    }

    .video-overlay .video-background .video-content .video-resource {
        min-height: 190px;
    }

    .video-overlay .video-background .video-content .bottom-title {
        font-size: 25px;
        line-height: 30px;
    }

    .video-overlay .video-background .video-content .bottom-content .left-side {
        width: 100%;
    }

    .video-overlay .video-background .video-content .bottom-content .right-side {
        width: 100%;
        margin: 0;
        margin-top: 15px;
    }
}

/* SC VIDEO */

/*INTEXT VIDEO*/
#smartIntxt {
    position: fixed;
    bottom: 0;
    right: 0;
    z-index: 1;
    width: auto;
    height: auto;
}

/*MENU SECTION*/
@media(max-width:991px) {
    #menu {
        margin-top: 60px;
        background-color: #FFFFFF;
        position: fixed;
        z-index: 10;
        top: 0;
        border-bottom: 1px solid #ccc;
    }

    #menu * {
        background: none !important;
        text-transform: uppercase;
        font-family: 'Montserrat', sans-serif;
        font-weight: bold;
        color: #181818;
        font-weight: bold;
        border: none;
        padding: 0;
    }

    #menu li a .text {
        font-weight: bold !important;
    }

    #menu .tabs .tab a {
        padding: 0 10px;
    }

    #menu .icon {
        display: none;
    }

    #menu .text {
        height: 48px;
        line-height: 48px !important;
    }

    #menu .indicator {
        background-color: #fafafa !important;
        display: block !important;
        height: 4px;
    }

    #menu .indicator {
        background-color: #181818 !important;

    }
}

/*MENU HEADER*/
@media(min-width:992px) {
    #menu {
        background-color: #0099FF;
        text-align: center;
        height: 48px;
        display: none;
    }

    #menu .content {
        display: inline-block;
    }

    #menu ul {
        background: none;
    }

    #menu ul li a {
        opacity: .7;
    }

    #menu ul li a:hover,
    #menu ul li a.active {
        opacity: 1;
    }

    #menu ul li .icon {
        display: none;
    }

    #menu ul li>* {
        color: #fff;
        font-family: 'Montserrat', sans-serif;
    }

    #menu ul li:hover>* {
        opacity: 1;
    }

    #menu .tabs .indicator {
        background-color: #fff;
    }

    #menu {
        position: fixed;
        top: 44px;
        z-index: 11;
    }
}

/*Buttons v3*/
.buttonv3 {
    height: 50px;
    font-family: 'Montserrat', sans-serif;
    line-height: 42px;
}

.buttonv3.blue {
    background-origin: linear-gradient(-45deg, #2A20DE 0%, #4F86FF 54%, #15A1F1 74%, #00BDD3 100%);
    border: 4px solid rgba(75, 123, 251, 0.21);
    box-shadow: 0 10px 25px 0 rgba(0, 0, 0, 0.10), 0 0 10px 0 rgba(255, 255, 255, 0.25);
    color: #fff;
}

.buttonv3.rounded {
    border-radius: 25px;
    width: 50px;
    height: 50px;
    text-align: center;
    font-size: 24px;
    font-weight: 900;
}

/* INIT BUTTONS */
.w-button {
    display: inline-flex;
    width: auto;
    height: 36px;
    border-radius: 18px;
    padding: 0 15px;
    border: 2px solid rgb(147, 147, 147);
    background-color: rgb(238, 238, 238);
    text-align: center;
    font-family: 'Montserrat', sans-serif;
    cursor: pointer;
    transition: 300ms all ease;
    text-transform: none;
}

.w-button:hover {
    background-color: rgb(73, 122, 251);
}

.w-button.clear {
    border: none;
    background-color: transparent;
}

.w-button.clear:hover {
    background-color: transparent;
}

.w-button.icon-only {
    width: 36px;
    height: 36px;
    padding: 0;
}

.w-button.icon-only .icon {
    width: 32px;
    height: 32px;
    line-height: 34px;
}

.w-button.icon-only .icon img {
    display: inline-block;
    width: auto;
    height: 22px;
    margin: 5px 0;
    margin-left: 1px;
}

.w-button .action-text {
    width: 100%;
    height: 32px;
    line-height: 33px;
    color: rgb(68, 68, 68);
    font-weight: 400;
    font-size: 14px;
}

.w-button:hover .action-text {
    color: #FFFFFF;
}

.w-button .action-icon {
    width: 32px;
    height: 32px;
    margin-right: 10px;
    line-height: 32px;
    text-align: center;
}

.w-button .action-icon .material-icons-outlined {
    width: 32px;
    height: 32px;
    line-height: 32px;
    text-align: center;
}

.w-button:hover .action-icon .material-icons-outlined {
    color: #FFFFFF;
}

/* END BUTTONS */

/* INIT CHIPS */
.w-chip {
    display: inline-flex;
    width: auto;
    height: 32px;
    border-radius: 18px;
    padding: 0 15px;
    background-color: rgb(238, 238, 238);
    text-align: center;
    font-family: 'Montserrat', sans-serif;
    cursor: pointer;
    transition: 300ms all ease
}

.w-chip:hover {
    background-color: rgb(73, 122, 251);
}

.w-chip .text {
    width: 100%;
    height: 32px;
    line-height: 33px;
    color: rgb(68, 68, 68);
    font-weight: 400;
    font-size: 14px;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}

.w-chip:hover .text {
    color: #FFFFFF;
}

.w-chip .icon {
    width: 32px;
    height: 32px;
    margin-right: 10px;
    line-height: 32px;
    text-align: center;
}

.purchased-docs .w-chip .icon {
    display: none;
}

.w-chip .icon .material-icons-outlined {
    width: 32px;
    height: 32px;
    line-height: 32px;
    text-align: center;
}

.w-chip:hover .icon .material-icons-outlined {
    color: #FFFFFF;
}

/* END CHIPS */


/* --- SCROLL ITEM CSS BLOCK START --- */

/* SCROLL ITEM START */

.file-scroll-item .upload-scroll-file {
    float: left;
    width: 100%;
}

.file-scroll-item .upload-scroll-file .file-template {
    width: 100%;
    margin: 15px 0 10px 0;
}

.file-scroll-item .file-template .file_temp_text {
    padding: 0 5px;
    height: auto;
    line-height: 12px;
    font-size: 11px;
    overflow: hidden;
    text-align: center;

    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    text-overflow: ellipsis;
    white-space: normal;
}

.file-scroll-item .file-template .f-t-docnumber {
    float: left;
    width: 110px;
    margin: 5px calc(50% - 55px);
    padding: 0 5px;
    font-size: 9px;
    color: #ffffff;
}

.file-scroll-item .file-template .f-t-docnumber .material-icons-outlined {
    font-size: 9px;
}

.file-scroll-item .file-template .f-t-docnumber .doc-index {
    float: right;
}

.file-scroll-item .file-template .file_temp_thumbnail {
    width: 110px;
    margin: 0 calc(50% - 55px);
    height: 150px;
    box-shadow: 0 1px 2px 0px rgba(0, 0, 0, 0.4);
    border-radius: 5px;
    position: relative;
}

.file-scroll-item .file-template .file_temp_thumbnail.landscaped,
.file-scroll-item .file-template .file_temp_thumbnail:not(.have-thumb) {
    height: auto;
}

.file-scroll-item .file-template .file_temp_thumbnail:not(.have-thumb) .overlay {
    height: 77px !important;
    margin-bottom: 0;
}

.file-scroll-item .file-template .file_temp_thumbnail.landscaped .thumbnail-info-box,
.file-scroll-item .file-template .file_temp_thumbnail:not(.have-thumb) .thumbnail-info-box {
    position: initial;
    float: left;
}

.file-scroll-item .file-template .file_temp_info {
    width: 100%;
    height: auto;
    margin: 10px 0px;
    margin-left: 0;
    height: 15px;
}

.file-scroll-item {
    width: 155px;
}

.file-scroll-item .scroll-column {
    float: left;
    height: 100%;
    background-color: #11001b;
    width: 155px;
    margin-left: 0;
}

.file-scroll-item .scroll-header {
    height: 100px;
    float: left;
    width: 100%;
    background-color: #190228;
    background: repeating-linear-gradient(45deg,
        #190228,
        #190228 5px,
        #291e2f 0,
        #291e2f 7px);
}

.file-scroll-item .scroll-header img {
    height: 40px;
    margin: 30px 54px;
}

.file-scroll-item .scroll-container {
    float: left;
    height: calc(100% - 40px);
    width: 100%;
    overflow-y: scroll;
    margin-top: 40px;
}

.file-scroll-item .scroll-container::-webkit-scrollbar {
    display: none;
}

/* SCROLL ITEM END */

/* TOGGLING SCROLL START */

.toggling-file-scroll {
    position: absolute;
    top: 60px;
    left: 0;
}

.file-scroll-item .scroll-puller {
    float: left;
    width: 155px;
    height: 40px;
    background-color: #11001b;
    position: absolute;
}

.toggling-file-scroll .scroll-puller {
    border-radius: 0 100px 100px 0;
    cursor: pointer;
}


.file-scroll-item .scroll-puller .puller-icon {
    float: left;
    color: #4c2465;
    font-size: 30px;
    line-height: 40px;
    margin: 0 5px;
}

.toggling-file-scroll .scroll-column {
    margin-left: -155px;
    -webkit-transition: margin-left 0.1s;
    /* Safari */
    transition: margin-left 0.1s;
}

.toggling-file-scroll.selected .scroll-column {
    margin-left: 0;
    -webkit-transition: margin-left 0.4s;
    /* Safari */
    transition: margin-left 0.4s;
    transition-timing-function: ease-out;
}

.toggling-file-scroll.selected .scroll-puller .arrow {
    display: none;
}

.toggling-file-scroll:not(.selected) .scroll-puller .arrow-2 {
    display: none;
}

.toggling-file-scroll .scroll-puller .arrow,
.toggling-file-scroll .scroll-puller .arrow-2 {
    float: right;
}


.file-scroll-item .scroll-puller .puller-text {
    float: left;
    color: #cdcdcd;
    line-height: 40px;
    font-weight: 600;
    font-size: 13px;
}

/* TOGGLING SCROLL END */

/* LOGIC START */

.file-scroll-item:not(.toggling-file-scroll) .scroll-puller .arrow,
.file-scroll-item:not(.toggling-file-scroll) .scroll-puller .arrow-2 {
    display: none;
}

.toggling-file-scroll:not(.selected) {
    width: 0;
}

/* LOGIC END */


/* FILE PREVIEW STYLE START */

.preview-scroll-item .scroll-column {
    background-color: #525659;
}

.preview-scroll-item .scroll-container {
    background-color: #fbfbfb;
}

.preview-scroll-item .scroll-container .f-t-docnumber {
    color: #999999;
}

.preview-scroll-item .scroll-header {
    display: none;
    background-color: #525659;
    background: repeating-linear-gradient(45deg, #525659, #525659 5px, #3e4346 0, #525659 7px);
}

.preview-scroll-item .scroll-puller {
    background-color: #fbfbfb;
}

.preview-scroll-item .scroll-puller .puller-icon {
    
}

.preview-scroll-item .scroll-puller .puller-text {
    color: #000000;
}

/* FILE PREVIEW STYLE END */


/* REDISIGN */

.file_temp_thumbnail .doc-index.docnumber {
    float: left;
    position: absolute;
    font-size: 9px;
    font-weight: 600;
    right: 6px;
    top: 4px;
    background-color: #ecebeb;
    padding: 1px 3px;
    border-radius: 2px;
}

.file-scroll-item .upload-scroll-file .file-template {
    margin: 8px 0;
}

.file_temp_thumbnail .thumbnail-info-box {
    position: absolute;
    bottom: 0;
    width: 100%;
    background-color: #ffffff;
    min-height: 30px;
    border-top: 1px solid #e9e9e9;
}

.file_temp_thumbnail .thumbnail-info-box .file_temp_text {
    width: 100%;
    color: #000000;
    margin: 2px 0;
    float: left;
    font-weight: 600;
    -webkit-line-clamp: 2;
    font-size: 10px;
}

.file_temp_thumbnail .thumbnail-info-box .f-t-docnumber {
    color: #000000;
}

.file_temp_thumbnail .thumbnail-info-box .f-t-docnumber .doc-pagenumber {
    float: left;
}

.file_temp_thumbnail .doc-delete {
    position: absolute;
    top: 20px;
    right: 5px;
    display: none;
}

/*MENU HEADER*/
@media(min-width:992px) {
    .file_temp_thumbnail:hover .doc-delete {
        display: block;
    }
}

/* --- SCROLL ITEM CSS BLOCK END --- */

/* INIT LANGUAGE DROP */
.language-drop {
    position: absolute;
    bottom: 55px;
    right: 25px;
    width: 140px;
    height: 0;
    z-index: 80;
    background-color: #FFFFFF;
    border-radius: 5px;
    box-shadow: 0 0 3px 0 rgba(0, 0, 0, 0.10);
    padding: 0;
    transition: 300ms all ease;
    cursor: pointer;
}

.language-drop.open-drop {
    height: 192px;
    padding: 7px;
}

.language-drop .language-item {
    float: left;
    width: 100%;
    height: 30px;
    margin-bottom: 7px;
}

.language-drop .language-item .flag {
    float: left;
    width: auto;
    height: 20px;
    margin: 5px 0;
}

.language-drop .language-item .text {
    float: left;
    width: auto;
    height: 30px;
    line-height: 30px;
    margin-left: 7px;
    color: #30344D;
    font-family: 'Montserrat', sans-serif;
    font-size: 12px;
    font-weight: 700;
    letter-spacing: 0.13px;
}

.language-drop .language-item:hover .text {
    color: rgb(135, 137, 151);
}

.language-drop>* {
    display: none;
    opacity: 0;
}

.language-drop.open-drop>* {
    display: block;
    animation-name: openLanguageDropChilds;
    animation-duration: 200ms;
    animation-delay: 150ms;
    animation-fill-mode: forwards;
    animation-iteration-count: 1;
}

@keyframes openLanguageDropChilds {
    to {
        opacity: 1;
    }
}

/* END LANGUAGE DROP */

/*START BOUNCE*/
.bounce {
	-webkit-animation: bounce 1.2s ease-out;
	-moz-animation: bounce 800ms ease-out;
	-o-animation: bounce 800ms ease-out;
	animation: bounce 1.2s ease-out;
}

/* Webkit, Chrome and Safari */

@-webkit-keyframes bounce {
	0% {
		-webkit-transform:translateY(-100%);
	}
	5% {
		-webkit-transform:translateY(-100%);
	}
	15% {
		-webkit-transform:translateY(0);
		padding: 4px auto;
	}
	20% {
		-webkit-transform:translateY(-80%);
	}
	25% {
		-webkit-transform:translateY(0%);
		padding: 4px auto;
	}
	30% {
		-webkit-transform:translateY(-70%);
	}
	35% {
		-webkit-transform:translateY(0%);
		padding: 5px auto;
	}
	40% {
		-webkit-transform:translateY(-60%);
	}
	45% {
		-webkit-transform:translateY(0%);
		padding: 5px auto;
	}
	50% {
		-webkit-transform:translateY(-50%);
	}
	55% {
		-webkit-transform:translateY(0%);
		padding: 6px auto;
	}
	60% {
		-webkit-transform:translateY(-30%);
	}
	65% {
		-webkit-transform:translateY(0%);
		padding: 6px auto;
	}
	70% {
		-webkit-transform:translateY(-15%);
	}
	75% {
		-webkit-transform:translateY(0);
		padding: 8px auto;
	}
	80% {
		-webkit-transform:translateY(-10%);
	}
	85% {
		-webkit-transform:translateY(0);
		padding: 8px auto;
	}
	90% {
		-webkit-transform:translateY(-5%);
	}
	95% {
		-webkit-transform:translateY(0);
		padding: 10px;
	}
	100% {
		-webkit-transform:translateY(0);
		padding: 10px;
	}
}

/* Mozilla Firefox 15 below */
@-moz-keyframes bounce {
  0% {
	-moz-transform:translateY(-100%);
    opacity: 0;
  }
  5% {
  	-moz-transform:translateY(-100%);
    opacity: 0;
  }
  15% {
  	-moz-transform:translateY(0);
    padding-bottom: 5px;
  }
  30% {
  	-moz-transform:translateY(-50%);
  }
  40% {
  	-moz-transform:translateY(0%);
    padding-bottom: 6px;
  }
  50% {
  	-moz-transform:translateY(-30%);
  }
  70% {
  	-moz-transform:translateY(0%);
    padding-bottom: 7px;
  }
  80% {
  	-moz-transform:translateY(-15%);
  }
  90% {
  	-moz-transform:translateY(0%);
  	padding-bottom: 8px;
  }
  95% {
  	-moz-transform:translateY(-10%);
  }
  97% {
  	-moz-transform:translateY(0%);
  	padding-bottom: 9px;
  }
  99% {
  	-moz-transform:translateY(-5%);
  }
  100% {
  	-moz-transform:translateY(0);
  	padding-bottom: 9px;
    opacity: 1;
  }
}

/* Opera 12.0 */
@-o-keyframes bounce {
  0% {
	-o-transform:translateY(-100%);
    opacity: 0;
  }
  5% {
  	-o-transform:translateY(-100%);
    opacity: 0;
  }
  15% {
  	-o-transform:translateY(0);
    padding-bottom: 5px;
  }
  30% {
  	-o-transform:translateY(-50%);
  }
  40% {
  	-o-transform:translateY(0%);
    padding-bottom: 6px;
  }
  50% {
  	-o-transform:translateY(-30%);
  }
  70% {
  	-o-transform:translateY(0%);
    padding-bottom: 7px;
  }
  80% {
  	-o-transform:translateY(-15%);
  }
  90% {
  	-o-transform:translateY(0%);
  	padding-bottom: 8px;
  }
  95% {
  	-o-transform:translateY(-10%);
  }
  97% {
  	-o-transform:translateY(0%);
  	padding-bottom: 9px;
  }
  99% {
  	-o-transform:translateY(-5%);
  }
  100% {
  	-o-transform:translateY(0);
  	padding-bottom: 9px;
    opacity: 1;
  }
}

/* W3, Opera 12+, Firefox 16+ */
@keyframes bounce {
  0% {
	transform:translateY(-100%);
    opacity: 0;
  }
  5% {
  	transform:translateY(-100%);
    opacity: 0;
  }
  15% {
  	transform:translateY(0);
    padding-bottom: 5px;
  }
  30% {
  	transform:translateY(-50%);
  }
  40% {
  	transform:translateY(0%);
    padding-bottom: 6px;
  }
  50% {
  	transform:translateY(-30%);
  }
  70% {
  	transform:translateY(0%);
    padding-bottom: 7px;
  }
  80% {
  	transform:translateY(-15%);
  }
  90% {
  	transform:translateY(0%);
  	padding-bottom: 8px;
  }
  95% {
  	transform:translateY(-7%);
  }
  97% {
  	transform:translateY(0%);
  	padding-bottom: 9px;
  }
  99% {
  	transform:translateY(-3%);
  }
  100% {
  	transform:translateY(0);
  	padding-bottom: 9px;
    opacity: 1;
  }
}


/*ACCOUNT INPUTS*/
input.input-account {
    border: 1px solid #eee;
    border-radius: 4px;
    letter-spacing: normal;
}