/*
Theme Name: ON Theme
Theme URI: http://www.iperdesign.com
Author: steve
Author URI: http://www.iperdesign.com
Description:  Tema per il portale ON
Version: 1.0
License: GNU General Public License v2 or later
Text-domain: on
*/

/**
 * Custom Bootstrap
 */


.level{

    font-size: 16px;
    color: #3F3F3E;
    line-height: 20px;
    height: 20px;
    display: inline-block;
    margin-bottom: 0;
    white-space: nowrap;
    overflow: hidden;
    font-weight: 500;
}

h1,h2,h3,h4,h5,h6{
    margin-top: 0px;
}

h3{
    color: #CB2B19;
    font-size: 18px;
    font-weight: 400;
    margin-bottom: 20px;
}

textarea{
    resize: none;
}

.img-responsive{
    max-width: 100%;
}

.black, a.black{
    color: #3F3F3E;
}

 a.backstack:hover{
    color: #cb2b19;
}

a.backstack{
    color: #515151;
    font-size: 17px;
}

.gray, a.gray{
    color: #8C8C8C;
}

.bold{
    font-weight: 700;
}

.medium{
    font-weight: 500;
}

.form-control{
    border-color: #E3E3E3;
    background-color: #F4F4F4;
}

#overview-graph{
    position: absolute;
    right: 20px;
    top: 10px;
    border: solid 2px #8c8c8c;
    width:150px;
    height:125px;
    z-index: 999;
    background: #e3e3e3;
}

#zoom-graph{
    position: absolute;
    right: 53px;
    top: 140px;
    z-index: 999;
}



/*   efficienza */

ul#loadbar {
    /*list-style: none !important;*/
    /*width: 1000px!important;*/
    /*margin: 0 auto!important;*/
    /*padding-top: 50px!important;*/
    /*padding-bottom: 75px!important;*/
    /*position: absolute!important;*/
    /*right: 4%!important;*/
    /*top: 14.5%!important;*/
    width: auto!important;
    z-index: 10000!important;
    margin: 0px!important;


}

ul#loadbar li {
    float: left!important;
    position: relative!important;
    width: 1.26vw!important;
    height: 18vh!important;
    margin-left: 0.4vw!important;

}

ul#loadbar li:first-child {
    margin-left: 0!important;
}

.notmarked {
    background-color: #ffffff!important;
    width: 1.26vw!important;
    height: 18vh!important;
    opacity: 0.1!important;
    border-radius: 0.4vw!important;
}

.marked {
    background-color: #CB2B19!important;
    width: 1.26vw!important;
    height: 18vh!important;
    border-radius: 0.4vw!important;
}

/* FINE EFFICIENZA*/



.btn {

    font-family: 'Raleway', sans-serif;
    font-weight: 500;
    color: #FFFFFF;
    text-transform: uppercase;
    height: 40px;
}

.btn-media-gallery{
    background-color: rgb(192, 192, 192);
}

.form-group {
    margin-bottom: 20px;
}

.checkbox label{
    text-transform: uppercase;
}

.btn-circle{
    border: 0px;
    border-radius: 50%;
}

.btn-red{
    background-image: none;
    background-color: #CB2B19;
    border-color: #CB2B19;
}
.btn-red:focus, .btn-red:hover {

    background-image: none;
    background-color: #CB2B19;
    border-color: #CB2B19;
}

.btn-gray{

    background-image: none;
    background-color: #818FA5;
    border-color: #818FA5;
}

.btn-gray:focus, .btn-gray:hover {

    background-image: none;
    background-color: #818FA5;
    border-color: #818FA5;
}

.btn-black{
    background: #3F3F3E;
}
.btn-black:hover,.btn-black:focus{
    color: #FFF;
}
a.btn-black{
    line-height: 26px;
}

.red, a.red{
    color:#CB2B19;
}

.btn-transparent{
    border: 0px;
    background: transparent;
    text-transform: capitalize;
    border-radius: 0px;
    color: #8C8C8C;
    font-size: 14px;
}

.btn-transparent:focus, .btn-transparent:hover{
    border: 0px;
    background: transparent;
    border-radius: 0px;
}

.iperCheckbox{
    vertical-align: middle!important;
    width: 30px;
}

.iperCheck{
    color: #000;
    font-size: 20px;
}

.iperSelected{
    color: #cb2b19!important;
}

.iperThumb{
    width: 71px;
    height: 40px;
}




.iper-widget .img-responsive{
    display: inline-block;
}

a{
    font-family: 'Raleway', sans-serif;
}

ul{
    padding-left: 0px;
}

ul, li{
    list-style: none;
}

body .flavr-container{
    z-index: 1060;
}

.jumbotron{
    position: absolute;
    top: 50%;
    left:50%;
    transform: translate(-50%,-50%);
    background: transparent;
}

#left-sidebar .iper-widget a i{
    font-size: 30px;
    float: left;
    color: #8C8C8C;
}

#main-content{
    overflow: hidden;
}

#main-content .row.nomarginbottom,
.nomarginbottom{
    margin-bottom: 0px;
}

#main-content .row.nomarginbottom .page-title h1,
.nomarginbottom .page-title h1{

    border-bottom: 1px solid #EDEDED;
}


/**
 * Loader
 *
 *  Usage:
 *
 *    <div class="sk-three-bounce">
 *      <div class="sk-child sk-bounce1"></div>
 *      <div class="sk-child sk-bounce2"></div>
 *      <div class="sk-child sk-bounce3"></div>
 *    </div>
 *
 */
.sk-three-bounce {
    margin: 0 auto;
    width: 80px;
    text-align: center;
    position: absolute;
    top:50%;
    left: 50%;
    margin-top: -10px;
    margin-left: -40px;
}
.sk-three-bounce .sk-child {
    width: 20px;
    height: 20px;
    background-color: #fff;
    border-radius: 100%;
    display: inline-block;
    -webkit-animation: sk-three-bounce 1.4s ease-in-out 0s infinite both;
    animation: sk-three-bounce 1.4s ease-in-out 0s infinite both; }
.sk-three-bounce .sk-bounce1 {
    -webkit-animation-delay: -0.32s;
    animation-delay: -0.32s; }
.sk-three-bounce .sk-bounce2 {
    -webkit-animation-delay: -0.16s;
    animation-delay: -0.16s; }

@-webkit-keyframes sk-three-bounce {
    0%, 80%, 100% {
        -webkit-transform: scale(0);
        transform: scale(0); }
    40% {
        -webkit-transform: scale(1);
        transform: scale(1); } }

@keyframes sk-three-bounce {
    0%, 80%, 100% {
        -webkit-transform: scale(0);
        transform: scale(0); }
    40% {
        -webkit-transform: scale(1);
        transform: scale(1); } }

#site-loader{

    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 9999;
    background: rgba(0,0,0,0.75);
}

/**
 * Template
 */
body{
    font-family: 'Raleway', sans-serif;
    font-weight: 300;
    color: #8C8C8C;
}

p{

    font-family: 'Raleway', sans-serif;
    font-weight: 300;
}

.navbar-default .navbar-nav>li>a .fa{
    font-size: 25px;
    color: #8C8C8C;
}

/**
 *  Login
 */
#iper-login-form{
    width: 100%;
    height: 100%;
    position: relative;
    padding: 0px;
}

#iper-login-form form{
    position: absolute;
    top: 50%;
    width: 100%;
    margin-top: -165px;
    padding: 0 20px;
}

#iper-login-form .loginLogo{
    margin-bottom: 60px;
}

/**
 *  Main
 */

.iper-widget{
    border-bottom: 1px solid #EDEDED;
    padding: 20px 15px;
}


#main-content .row{
    margin-bottom: 20px;
}

#left-sidebar #widget-azienda{
    padding: 0;
}

#widget-azienda .bg-azienda{
    width: 100%;
    padding-bottom: 56.25%;
    background-size: cover;
    background-repeat: no-repeat;
    background-position-x: center;
    background-position-y: center;
    position: relative;
}

#right-sidebar{
    background: #E3E3E3;
    min-height: 100%;
}

#right-sidebar .iper-widget{
    border: 0px;
}

#left-sidebar{
    background: #E3E3E3;
    position: relative;
}

#left-sidebar #widget-navigazione{
    border: 0px;
}

#left-sidebar #widget-navigazione i{
    padding-bottom: 20px;
}

i.iper-home:before{
    display: inline-block;
    content: "";
    width: 20px;
    height: 20px;
    background: url("images/home-icon.svg") center no-repeat;
    background-size: 100%;
}

.dropdown-menu-scegli-progetto{
    min-width: 160px;
}

.dropdown-menu-scegli-progetto .company-name{
    margin-left: 7px;
}

/* Small devices (tablets, 768px and up) */
@media (min-width: 768px) {

    i.iper-home:before{
        width: 25px;
        height: 25px;
    }

    .dropdown-menu-scegli-progetto{
        min-width: 400px;
    }

}

i.iper-duplica:before{

    display: inline-block;
    content: "";
    width: 17px;
    height: 17px;
    background: url("images/duplica-icon.svg") center no-repeat;
    background-size: 100%;
}

#left-sidebar #widget-navigazione a{
    line-height: 30px;
}

#left-sidebar .left-wrapper{
    background: #fff;
    margin-right: 0px;
}

#left-sidebar .iper-widget{
    padding-left: 20px;
    padding-right: 20px;
}

#widget-notifiche .icon-notification:before{
    content: "";
    font-size: 0;
    width: 30px;
    height: 30px;
    display: inline-block;
    background: url("images/notifiche-icon.svg") center no-repeat;
    background-size: 90%;
}

#widget-navigazione .icon-project:before{
    content: "";
    font-size: 0;
    width: 30px;
    height: 30px;
    display: inline-block;
    background: url("images/gruppo-icon.svg") center no-repeat;
    background-size: 90%;
}

.icon-segnala:before{
    content: "";
    font-size: 0;
    width: 21px;
    height: 16px;
    display: inline-block;
    background: url("images/spam-icon.png") center no-repeat;
    background-size: 90%;
}

#left-sidebar .iper-widget a{

    color: #3F3F3E;
    font-weight: 700;
    font-size: 14px;
    text-transform: uppercase;
    display: inline-block;
    line-height: 32px;
    width: 100%;
}

#left-sidebar .iper-widget a .fa{

    font-size: 20px;
    color: #8C8C8C;
    margin-right: 17px;
}

.notify-count{
    color: #fff;
    background: #CB2B19;
    border-radius: 50%;
    line-height: 22px;
    display: inline-block;
    float: right;
    text-align: center;
    font-weight: 700;
    vertical-align: middle;
    padding: 0 8px;
    margin-top: 5px;
}

ul.widget-submenu{
    margin-top: 0px;
    list-style: none;
    padding-left: 40px;

}

#left-sidebar  .iper-widget ul.widget-submenu li,
#left-sidebar  .iper-widget ul.widget-submenu li a{

    color: #8C8C8C;
    font-size: 14px;
    font-weight: 400;
    text-transform: uppercase;
    line-height: 30px;
}

#left-sidebar  .iper-widget ul.widget-submenu li a.selected{
    color: #CB2B19;
    font-weight: 700;
}

#content-menu{
    background: #fff;
}

#content-menu .tab-menu{

    list-style: none;
    padding-left: 0px;
    margin-bottom: 0px;
    position:relative;left:50%;float:left;margin-right:0;margin-left:0;
    margin-left: -18px;
}

#content-menu .tab-menu li{
    display: inline-block;
    list-style-type: none;
    max-width: 100%;
    position: relative;
    vertical-align: middle;
    padding: 0 18px;

    right:50%;float:left;margin:0;
}

#content-menu .tab-menu li,
#content-menu .tab-menu li a{

    font-weight: 500;
    color: #3F3F3E;
    line-height: 44px;;
    min-height: 44px;
    position: relative;

    font-size: 12px;
}

#content-menu .tab-menu li a{
    display: inline-block;
}

#content-menu .tab-menu li a .active{
    position: absolute;
    height: 2px;
    background: #CB2B19;
    bottom: -1px;
    left: -4px;
    display: block;
    right: -4px;
}

#search-bar{
    min-height: 50px;
    position: relative;
    background: #fff;
}

#search-bar .search-text{
    padding-right: 50px;
    background: #fff;
    border: 0px;
    min-height: 50px;
    padding-left: 20px;
}

#search-bar #search-button{

    position: absolute;
    top: 0px;
    right: 0px;
    width: 50px;
    height: 50px;
    display: inline-block;
    border-radius: 2px;
    font-size: 24px;
    padding: 0px;
    text-align: center;
}

a.linkSinglePost{
    color: #3F3F3E;
}

#box-pubblica{
    background: #fff;
    /*padding: 5px 20px 20px;*/
    padding: 5px 0 20px;
}

#box-pubblica .nav>li>a:focus, .nav>li>a:hover{
    background: transparent;
}

#box-pubblica  .nav-tabs>li.active>a, .nav-tabs>li.active>a:focus, .nav-tabs>li.active>a:hover{

    border: 0px;
    background: url("images/pubblica-border-bottom.png") no-repeat bottom center;
}

#box-pubblica .tab-content{

    padding: 20px 0;
    border-bottom: 1px solid #EDEDED;
}

#box-pubblica .nav-tabs {
    border-bottom: 1px solid #EDEDED;
}

#box-pubblica .nav-tabs>li{

    position: relative;
}

#box-pubblica .nav-tabs>li>a{

    border: 0px;
    color: #3F3F3E;
    font-weight: 500;
    text-transform: capitalize;
    padding: 10px;
    line-height: 20px;
    min-height: 20px;
    display: inline-block;

}

#box-pubblica .nav-tabs>li>a i{
    /*margin-right: 3px;*/
    margin-right: 0;
    font-size: 26px;
    line-height: 34px;
    vertical-align: middle;
}


#box-pubblica .nav-tabs>li .separator{
    width: 1px;
    height: 20px;
    position: absolute;
    top: 10px;
    left: 0;
    display: inline-block;
    border-left:1px solid #F4F4F4;
}

#box-pubblica .nav-tabs>li:first-child>a{
    padding-left: 0px;
}

#box-pubblica #bt-pubblica{

    margin-top: 20px;
    padding: 0 30px;
}

.pubblica-testo i{
    color: #818FA5;
}

.pubblica-foto i{
    color: #AF4454;
}

.pubblica-video i{
    color: #1D7796;
}

.pubblica-file i{
    color: #739937;
}

.testo-container{
    position: relative;
}

.testo-container .testo-avatar{

    position: absolute;
    top: 0;
    left: 0;
    width: 50px;
    height: 50px;
    display: inline-block;
    z-index: 4;
}

.testo-container textarea{

    padding-left: 75px;
    background: #fff;
    border: 0;
    box-shadow: none;
    padding-top: 18px;
}

#post-list-wrapper{

}

/**
 * Single post
 */
#post-list-wrapper .single-post{
    background: #fff;
    padding: 20px;
}

#post-list-wrapper .single-post .post-author-info{
    position: relative;
    padding-left: 75px;
    padding-top: 5px;
    padding-bottom: 5px;
    margin-bottom: 20px;
}

#post-list-wrapper .single-post .post-author-info img{
    position: absolute;
    top: 0;
    left: 0;
    width: 50px;
    height: 50px;
    display: inline-block;
}

#post-list-wrapper .single-post .post-author-info .author-name{

    color: #3F3F3E;
    font-weight: 500;
    font-size: 16px;
    margin-bottom: 0px;
    margin-top: 3px;
}

#post-list-wrapper .single-post .post-author-info .post-date{

    color: #8C8C8C;
    font-weight: 400;
    font-size: 12px;
    margin-bottom: 0px;
}

#post-list-wrapper .single-post .post-content{

    font-size: 16px;
    line-height: 24px;
}

/**
 * Post action
 */
#post-list-wrapper .post-action{
    background: #F8F8F8;
    border-top: 1px solid #E3E3E3;
    border-bottom: 1px solid #E3E3E3;
    line-height: 40px;
    min-height: 40px;
    padding: 0 20px;
}

#post-list-wrapper .post-action .btn{
    padding-left: 5px;
    margin-right: 5px;
}

#post-list-wrapper .post-action .btn .fa{
    margin-right: 10px;
}

/**
 * Post Comment
 */
#post-list-wrapper .post-comments{

    background: #F8F8F8;
    padding: 0 20px;
}

#post-list-wrapper .post-comments .comments-list{
    list-style: none;
    padding-left: 0px;
    margin-top: 20px;
    margin-bottom: 20px;
}

#post-list-wrapper .post-comments .comments-list .single-comment{
    margin-bottom: 20px;
    border-bottom: 1px solid #E3E3E3;
    padding-bottom: 20px;
}

#post-list-wrapper .post-comments .comments-list .single-comment .comment-author{

    position: relative;
    padding-left: 75px;
    padding-top: 5px;
    padding-bottom: 5px;
    margin-bottom: 10px;
}


#post-list-wrapper .post-comments .comments-list .single-comment .comment-author .author-name{

    color: #3F3F3E;
    font-weight: 500;
    font-size: 16px;
    margin-bottom: 0px;
    margin-top: 3px;
}

#post-list-wrapper .post-comments .comments-list .single-comment .comment-author .post-date{

    color: #8C8C8C;
    font-weight: 400;
    font-size: 12px;
    margin-bottom: 0px;
}

#post-list-wrapper .post-comments .comments-list .single-comment .comment-author img{
    position: absolute;
    top: 0;
    left: 0;
    width: 50px;
    height: 50px;
    display: inline-block;
}


#post-list-wrapper .post-comments .comments-list .single-comment .comment-text{

    font-size: 16px;
    line-height: 24px;
    padding-left: 75px;
}

#post-list-wrapper .post-comments .comments-list .single-comment .comment-text p{
    margin-bottom: 0;
}

#post-list-wrapper .post-comments .comments-list .single-comment .bt-rispondi{

    color: #CB2B19;
    font-size: 14px;
    font-weight: 500;
}

#post-list-wrapper .post-comments .comments-list .single-comment .bt-rispondi .fa{
    margin-left: 5px;
    font-size: 8px;
    vertical-align: middle;
}

/**
 * Form Commenti
 */
#post-list-wrapper .form-comment{

    background: #F8F8F8;
    padding: 0 20px;
    border-bottom: 1px solid #E3E3E3;
}
#post-list-wrapper .form-comment #commento-container{
    position: relative;
    padding-bottom: 20px;
}

#post-list-wrapper .form-comment #commento-container .testo-avatar{

    position: absolute;
    top: 0;
    left: 0;
    width: 50px;
    height: 50px;
    display: inline-block;
}

#post-list-wrapper .form-comment #commento-container #wrapper-comment-form{

    padding-left: 75px;
    background: transparent;
    padding-top: 0px;
}

#post-list-wrapper .form-comment #commento-container #wrapper-comment-form #container-textarea-comment{

    border: 1px solid #E3E3E3;
    border-radius: 4px;
    background: #fff;
    padding-right: 69px;
    position: relative;
}

#post-list-wrapper .form-comment #commento-container #wrapper-comment-form #container-textarea-comment .comment-form-action{

    position: absolute;
    right: 0;
    bottom: 0;
}

#post-list-wrapper .form-comment #commento-container #wrapper-comment-form textarea{
    background: #fff;
    border: 0;
    box-shadow: none;
    padding-left: 15px;
    line-height: 28px;
}

div.page-title{
    background: #fff;
}

div.page-title h1{
    font-size: 18px;
    font-weight: 700;
    color: #CB2B19;
    text-transform: uppercase;
    margin: 0px;
    padding: 20px;
    line-height: 40px;
}

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

.form-container{

    background: #fff;
    padding: 20px;
}

.user-list{
    background: #fff;
}

.user-list li{

    padding: 20px;
    border-bottom:  1px solid #E3E3E3;
}

.user-list .user-name{
    font-size: 16px;
}

.user-list .user-email{

    font-size: 12px;
}

#titleUserProfile h1{
    line-height: 40px;
}

#titleCompanyProgetti h1{
    line-height: 40px;
}

#formContentProfile{
    padding: 20px;
    background: #fff;
}

#formContentProfile #profileForm .form.group{
    margin-bottom: 20px;
}

.company-list{
    padding: 20px;
    background: #fff;
}

.title-company-backend h1{
    line-height: 40px;
}

.company-project-list{

    padding: 20px;
    background: #fff;
}

#member-list{
    padding-top: 0px;
    background: #fff;
}


#member-list .add-row-title{
    margin-left: 20px;
    margin-right: 20px;
}

#member-list .member-list li{

    padding: 20px;
    border-bottom: 1px solid #E3E3E3;
    position: relative;
}

#member-list .member-list li .list-avatar{
    position: absolute;
    top: 20px;
    left: 60px;
    width: 50px;
    height: 50px;
    max-width: 50px;
    max-height: 50px;

    background-size: cover;
    background-position-x: center;
    background-position-y: center;
}

.modal-users-list  li {
    padding: 0;
    border-bottom: 1px solid #E3E3E3;
    position: relative;
    margin-bottom: 10px;
}

.modal-users-list  li .list-avatar{
    position: absolute;
    top: 0;
    left: 0;
    width: 50px;
    height: 50px;
    max-width: 50px;
    max-height: 50px;

    background-size: cover;
    background-position-x: center;
    background-position-y: center;
}

/** COMMENT EMBED OBJECT **/
.commentEmbedObject{
    margin-bottom: 10px;
}

.commentEmbedObject .commentWrapperImage{
    position: relative;
    padding-bottom: 56.25%;
    padding-top: 0;
    height: 0;
}

.commentEmbedObject .commentWrapperImage .imgContainer{
    display: block;
    margin: 0px auto;
    width: 100%;
}

.commentEmbedObject .commentWrapperImage .imgContainer .img-responsive{

    padding-bottom: 56.25%;
    overflow: hidden;
    position: relative;
    width: 100%;
    height: 100%;
    cursor: pointer;
    display: block;
}

/** FINE COMMENT EMBED OBJECT **/


/** POST EMBED OBJECT **/
.postEmbedObject{
    margin:0 -20px;
}

.postEmbedObject .postWrapperImage{
    position: relative;
    padding-bottom: 56.25%;
    padding-top: 0;
    height: 0;
}

.postEmbedObject .postWrapperImage .imgContainer{
    display: block;
    margin: 0px auto;
    width: 100%;
}

.postEmbedObject .postWrapperImage .imgContainer .img-responsive{

    padding-bottom: 56.25%;
    overflow: hidden;
    position: relative;
    width: 100%;
    height: 100%;
    cursor: pointer;
    display: block;
}

/** FINE POST EMBED OBJECT **/

.modal-users-list li .member-detail{
    padding-left: 65px;
    min-height: 50px;
}

.modal-users-list li .member-detail .user-name{
    margin-bottom: 0;
    margin-top: 7px;
}

#member-list .member-list li.no-opt .list-avatar{
    left: 20px;
}

#member-list .member-list li .member-detail{
    padding-left: 110px;
    min-height: 50px;
}

#member-list .member-list li.no-opt .member-detail{
    padding-left: 70px;
}

#member-list .member-list li .member-detail p{
    margin-bottom: 0px;
    font-size: 16px;
}

#member-list .member-list li .member-detail p.user-name{
    margin-top: 7px;
}

#member-list .member-list li .member-detail p.user-ruolo{
    font-size: 12px;
}

#member-list .member-list li .checkbox{
    position: absolute;
    top: 25px;
    left: 20px;
}

#member-list-header{
    padding: 5px 20px;
    background: #fff;
    border-bottom: 1px solid #E3E3E3;
}

/**
 * Loader paginazione
 **/
.paging-loader{
    text-align: center;
    opacity: 0;

    -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
    transition: opacity 0.35s, transform 0.35s;
    padding: 60px;
}


.paging-loader.active{

    opacity:1;

    -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
    transition: opacity 0.35s, transform 0.35s;

    -webkit-animation: rotating 1.5s linear infinite;
    -moz-animation: rotating 1.5s linear infinite;
    -ms-animation: rotating 1.5s linear infinite;
    -o-animation: rotating 1.5s linear infinite;
    animation: rotating 1.5s linear infinite;
}

@-webkit-keyframes rotating /* Safari and Chrome */ {
    from {
        -ms-transform: rotate(0deg);
        -moz-transform: rotate(0deg);
        -webkit-transform: rotate(0deg);
        -o-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    to {
        -ms-transform: rotate(360deg);
        -moz-transform: rotate(360deg);
        -webkit-transform: rotate(360deg);
        -o-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}
@keyframes rotating {
    from {
        -ms-transform: rotate(0deg);
        -moz-transform: rotate(0deg);
        -webkit-transform: rotate(0deg);
        -o-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    to {
        -ms-transform: rotate(360deg);
        -moz-transform: rotate(360deg);
        -webkit-transform: rotate(360deg);
        -o-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

/**
 * Profilo
**/
.profile-user-header{
    padding: 20px 80px 20px 140px;
    background: #fff;
    position: relative;
    min-height: 140px;
}

.profile-user-header h1{

    margin-top: 0;
    font-size: 24px;
    font-weight: 500;
    color: #CB2B19;
    margin-bottom: 0px;
    padding-top: 17px;
}

.profile-user-header h2{

    font-size: 18px;
    font-weight: 500;
    color: #3F3F3E;
    margin-bottom: 0px;
}

.profile-user-header p{

    margin-bottom: 0;
    font-size: 14px;
    color: #8C8C8C;
}

.profile-user-header p .fa{
    margin-right: 5px;
}

.profile-user-header .list-avatar{
    position: absolute;
    top: 20px;
    left: 20px;
    width: 100px;
    height: 100px;
    max-width: 100px;
    max-height: 100px;
}

.bt-edit{
    width: 40px;
    height: 40px;
    line-height: 40px;
    display: inline-block;
    position: absolute;
    top: 50px;
    right: 20px;
    font-size: 24px;
    padding: 0;
}

.profile-user-bio{
    padding: 20px;
    background: #fff;
    border-bottom: 1px solid #E3E3E3;
}

.profile-user-edit{
    padding: 20px;
    background: #fff;
    border-bottom: 1px solid #E3E3E3;
}

#main-content .profile-user-detail{
    padding: 20px;
    background: #fff;
    border-bottom: 1px solid #E3E3E3;
}

#main-content .profile-user-detail .row{
    margin-bottom: 0;
}

.profile-user-detail a{
    color: #8C8C8C;
}

/**
 *  Gruppo
 **/
.gruppo-cover{
    /*min-height: 320px;*/
    position: relative;
    width: 100%;
    height: 0;
    padding-bottom: 56.25%;
}

.gruppo-cover .nomeGruppo{
    position: absolute;
    bottom: 40px;
    width: 100%;
    color: #fff;
    font-size: 26px;
    text-transform: uppercase;
    font-weight: 500;
    margin-bottom: 0;
    padding-left: 40px;
    padding-right: 60px;
}

.gruppo-cover .inputFieldNome{

    position: absolute;
    bottom: 40px;
    width: 100%;
    margin-bottom: 0;
    padding-left: 40px;
    padding-right: 60px;
}

.gruppo-cover .inputFieldNome input {

    background: #fff;
    font-size: 16px;
    text-transform: uppercase;
    font-weight: 500;
    box-shadow: none;
    border-radius: 0;
    margin-bottom: 0;
}

.bg-gradient-black{
    overflow: hidden;
}
.bg-gradient-black .divBG{
    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#000000+0,000000+100&amp;0+0,0.9+100 */
    background: -moz-linear-gradient(top,  rgba(0,0,0,0) 0%, rgba(0,0,0,0.9) 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(0,0,0,0)), color-stop(100%,rgba(0,0,0,0.9))); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top,  rgba(0,0,0,0) 0%,rgba(0,0,0,0.9) 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top,  rgba(0,0,0,0) 0%,rgba(0,0,0,0.9) 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top,  rgba(0,0,0,0) 0%,rgba(0,0,0,0.9) 100%); /* IE10+ */
    background: linear-gradient(to bottom,  rgba(0,0,0,0) 0%,rgba(0,0,0,0.9) 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#e6000000',GradientType=0 ); /* IE6-9 */

    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.admin-button-group{
    position: absolute;
    bottom: 40px;
    right: 0px;
}

p.no-results{
    padding: 20px;
    font-size: 14px;
}

/**
 * Post
 **/
.single-post-container{
    background: #fff;
    font-size: 16px;
    color: #3F3F3E;
    margin-bottom: 20px;
}

.single-post-container .post-header{

    padding: 20px;
    position: relative;
    min-height: 90px;
}
.iper-video-fullscreen-button{
    text-align: center;
    position: absolute;
    width: 40px;
    height: 40px;
    display: inline-block;
    top: 10px;
    right: 10px;
    cursor: pointer;
    color: #fff;
}

.videoWrapper .iper-video-fullscreen-button{
    display: none;
}
.videoWrapper:hover .iper-video-fullscreen-button{
    display: block;
}

.single-post-container .post-single-comment-header{

    padding: 0px;
    position: relative;
}

.videoWrapper.iper-fullscreen .youtube-container iframe{
    position: fixed;
    z-index: 9999;
    top:-40%; /* 0 */
    left: 0;
    bottom: 0;
    right: 0;

    height: 180%;
}

.videoWrapper.iper-fullscreen .iper-video-fullscreen-button{
    position: fixed;
    z-index: 9999;
    top: 10px;
    right: 10px;
}

.videoWrapper.iper-fullscreen .iper-video-fullscreen-button i.fa-expand:before {
    content: "\f066";
}

.single-post-container .post-header .author-avatar,
.single-post-container .post-single-comment-header .author-avatar{

    width: 50px;
    height: 50px;
    max-width: 50px;
    max-height: 50px;
    position: absolute;
    top: 20px;
    left: 20px;
}

.single-post-container .post-single-comment-header .author-avatar{
    top: 0;
    left: 0;
}

.single-post-container .post-header .author-info,
.single-post-container .post-single-comment-header .author-info{
    padding-left: 70px;
    padding-right: 30px;
}

.single-post-container .postDropdownOptions{
    position: absolute;
    top: 20px;
    right: 20px;
}

.single-post-container .postDropdownOptions .btn{
    margin: 0;
    padding: 0;
    color: #8C8C8C;
    font-size: 18px;
}

.single-post-container .postDropdownOptions ul{

    margin: 0;
    padding: 0;

    box-shadow: 0px 0px 2px 0px #8C8C8C;
    border-radius: 2px;
    /* Post in evidenza: */
    font-size: 16px;
    color: #3F3F3E;
    line-height: 19px;
    border: 0;
}

.single-post-container .postDropdownOptions ul li{
    border-bottom: 1px solid #EDEDED;
}

.single-post-container .postDropdownOptions ul li a{
    margin: 5px 0;
    padding: 5px 30px 5px 10px;
    font-size: 16px;
    color: #3F3F3E;
    font-weight: 500;
}

.single-post-container .postDropdownOptions ul li a i{
    margin-right: 10px;
}

.single-post-container .postDropdownOptions ul li a:hover{
    color: #fff;
}

.single-post-container .post-single-comment-header .author-info{
    min-height: 50px;
}

.single-post-container .post-header .author-info .author-name,
.single-post-container .post-single-comment-header .author-info .author-name{
    color: #3F3F3E;
    font-weight: 500;
    margin-bottom: 0px;
    margin-top: 7px;
}

.single-post-container .post-single-comment-header .author-info .author-name{
    padding-top: 7px;
}

.single-post-container .post-header .author-info .post-date,
.single-post-container .post-single-comment-header  .author-info .post-date{
    font-size: 12px;
    margin-bottom: 0px;
}

.single-post-container .post-content{

    padding:0 20px 20px;
    word-wrap: break-word;
}

.single-post-container .post-single-comment-content{
    /*padding-left: 70px;*/
    margin-top: 10px;
}

.post-single-comment-replies{

}

.single-post-container .post-single-comment-content a,
.single-post-container .post-single-comment-content p{
    max-width: 100%;
    word-wrap: break-word;
    word-break: normal;
}

.single-post-container .post-media{

}

.single-post-container .post-action{
    padding: 0 20px;
}

.single-post-container .post-action .btn,
.post-single-comment .post-single-comment-action .btn {

    padding: 0;
    color: #8C8C8C;
    font-size: 12px;
    float: left;
    padding-left:20px;
}

.single-post-container .post-action .btn{
    line-height: 32px;
    height: 32px;
}
.post-single-comment .post-single-comment-action .btn{
    line-height: 20px;
    height: 20px;
}

.single-post-container .post-action .btn i,
.post-single-comment .post-single-comment-action .btn i{

    text-align: center;
    vertical-align: middle;
}

.single-post-container .post-action .btn i{

    font-size: 24px;
    line-height: 32px;
    height: 32px;
}

.post-single-comment .post-single-comment-action .btn i{

    font-size: 14px;
    line-height: 20px;
    height: 20px;
}

.single-post-container .post-action .tooltipMiPiace,
.post-single-comment .post-single-comment-action .tooltipMiPiace,
.single-post-container .post-action .tooltipNonMiPiace,
.post-single-comment .post-single-comment-action .tooltipNonMiPiace{

    color: #8C8C8C;
    font-size: 12px;
    padding-right: 20px;
    display: inline-block;
    float: left;
}

.single-post-container .post-action .tooltipMiPiace,
.single-post-container .post-action .tooltipNonMiPiace{

    line-height: 32px;
    height: 32px;
}

.post-single-comment .post-single-comment-action .tooltipMiPiace,
.post-single-comment .post-single-comment-action .tooltipNonMiPiace{

    line-height: 20px;
    height: 20px;
}

.post-single-comment .post-single-comment-action .tooltipMiPiaces span,
.post-single-comment .post-single-comment-action .tooltipNonMiPiace span,
.single-post-container .post-action .tooltipMiPiace span,
.single-post-container .post-action .tooltipNonMiPiace span{
    cursor: pointer;
}

.single-post-container .post-action .tooltipMiPiace,
.post-single-comment .post-single-comment-action .tooltipMiPiace{
    border-right: 1px solid #E3E3E3;
}

.post-single-comment .post-single-comment-action .tooltipMiPiace{

    padding-right: 8px;
}

.post-single-comment .post-single-comment-action .btnReplyCommentUnlike{

    padding-left: 8px;
}

.single-post-container .post-action .btn.miPiaceSelected i,
.post-single-comment .post-single-comment-action .btn.miPiaceSelected i{

    color: #739937;
}
.post-single-comment .post-single-comment-action .tooltipNonMiPiace{
    padding-right: 5px;
    padding-left: 5px;
}

.single-post-container .post-action .btn.miPiaceSelected .icon-like:before,
.post-single-comment .post-single-comment-action .btn.miPiaceSelected .icon-like:before{
    content: '\e811';
}

.single-post-container .post-action .btn.nonMiPiaceSelected i,
.post-single-comment .post-single-comment-action .btn.nonMiPiaceSelected i{
    color: #CB2B19;
}

.single-post-container .post-action [class^="icon-"]:before, [class*=" icon-"]:before,
.post-single-comment .post-single-comment-action [class^="icon-"]:before, [class*=" icon-"]:before{

    margin-left: 0;
}


.single-post-container .post-comment-box{

    background: #F8F8F8;
    padding: 10px 20px;
}

.post-single-comment{
    margin-bottom: 20px;
}

.single-post-container .post-comment-box .post-comment-input{
    position: relative;
    padding-left: 70px;
    padding-right: 20px;
    padding-top: 8px;
    min-height: 50px;
}

.single-post-container .post-comment-box .post-comment-input .user-comment-avatar{
    position: absolute;
    top:10px;
    left:0;
    max-height: 50px;
    max-width: 50px;
    width: 50px;
    height: 50px;
}

.single-post-container .post-comment-box .post-comment-input textarea{

    background: #fff;
}


#video_drop_zone, #main-content .dropzone {
    border: 2px dashed #E3E3E3;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    text-align: center;
    background: #F8F8F8;
    font-size: 16px;
    font-weight: 500;
    color: #8C8C8C;
}

.post-media-container{
    margin:0 -20px;
}

.post-file-container{
    margin:0 20px;
}

.post-single-media-wrapper{
    position: relative;
    height: 416px;
}

.post-single-media-wrapper a{
    width: 100%;
    max-width: 100%;
    min-width: 100%;
    height: 100%;
    display: inline-block;
}

.post-single-media-wrapper a .media-image-preview{
    width: 100%;
    height: 100%;
    display: inline-block;
}

.dropzone{
    padding:0;
}

.postGalleryList{

    /*
    margin-left: -2.5px;
    margin-right: -2.5px;*/
    margin-left: -1px;
    margin-right: -1px;
    overflow: hidden;
    position: relative;
}

.postGalleryList ul{
    margin-bottom: 0;
}

.postGalleryList ul li{

}

/**
.postGalleryList ul li .media-image-preview{

    width: 100%;
    display: inline-block;
    height: 90px;
    background-size: cover;
    -moz-background-size: cover;  /* Firefox 3.6 *-/
    background-position: center;  /* Internet Explorer 7/8 *-/
}
*/

/**
 * Video Player
 **/
.videoWrapper {
    position: relative;
    padding-bottom: 56.25%; /* 16:9 */
    /*padding-top: 25px;*/
    padding-top: 0;
    height: 0;
}
.videoWrapper iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.admin-button-group-dropdown button{
    border: 0px;
    margin: 0px;
    padding: 0px;
    font-size: 30px;
    color: #3F3F3E;
    text-shadow: none;
    box-shadow: none;
}

.icon-isaac{
    background: url("images/icon-isaac.png") no-repeat center left;
    padding-left: 20px;
}

.dropzone .dz-preview .dz-image{
    border-radius: 0px;
}

.dropzone .dz-preview{

    width: 33.3%;
    margin: 0;
    padding: 15px;
}

.col-iper-image{

    width: 25%;
    margin: 0;
    /*padding: 0 2.5px;*/
    padding: 0 1px;
    float: left;
    overflow:hidden;
    position: relative;
}

.container-col-image{
    height: 0;
    padding-bottom: 100%;
    margin-bottom: 1px;
}

.post-video-unavailable{

    margin: 0 -20px;
    position: relative;
}

.post-video-unavailable .post-video-unavailable-content{

    background: #000000;
    width: 100%;
    padding-bottom: 56.25%;
    height: 0;
    position: relative;
}

.post-video-unavailable p{

    font-size: 16px;
    color: #fff;
    text-align: center;
    position: absolute;
    top: 195px;
    left: 50px;
    right: 50px;
}

.post-video-unavailable .video-loader-icon{
    width: 55px;
    height: 60px;
    display: block;
    background: url("images/video-loader-icon.svg") no-repeat top center / 100%;
    position: absolute;
    top: 105px;
    left: 50%;
    margin-left: -27.5px;
}

/** START GRID SYSTEM **/

/** GRID 2 **/
.postGalleryList .iper-grid-2 .col-iper-image{
    width: 50%;
}

/** GRID 3 **/
.postGalleryList .iper-grid-3 > .col-iper-image{
    width: 33.33%;
}
.postGalleryList .iper-grid-3 .col-iper-image:nth-child(1){
    width: 66.6%;
}

.postGalleryList .iper-grid-3 .col-iper-image .media-image-preview,
.postGalleryList .iper-grid-3 .container-col-image{
    padding-bottom: 100%;
}

.postGalleryList .iper-grid-3 .col-iper-image:nth-child(1) .media-image-preview,
.postGalleryList .iper-grid-3 .container-col-image:nth-child(1){
    padding-bottom: 100%;
}

/** GRID 4 **/

.postGalleryList .iper-grid-4 .col-iper-image{
    width: 33.33%;
}

.postGalleryList .iper-grid-4 .col-iper-image:nth-child(1){
    width: 100%;
    margin-bottom: 1px;
}

.postGalleryList .iper-grid-4 .col-iper-image .media-image-preview,
.postGalleryList .iper-grid-4 .container-col-image{
    padding-bottom: 100%;
}

.postGalleryList .iper-grid-4 .col-iper-image:nth-child(1) .media-image-preview,
.postGalleryList .iper-grid-4 .col-iper-image:nth-child(1) .container-col-image{
    padding-bottom: 75%;
}

/**
.postGalleryList .iper-grid-4 > .col-iper-image{
    width: 33.33%;
}
.postGalleryList .iper-grid-4 .col-iper-image:nth-child(1){
    width: 66.66%;
    float: right;
}

.postGalleryList .iper-grid-4 .col-iper-image .media-image-preview,
.postGalleryList .iper-grid-4 .container-col-image{
    padding-bottom: 49.97%;
}

.postGalleryList .iper-grid-4 .col-iper-image:nth-child(1) .media-image-preview,
.postGalleryList .iper-grid-4 .col-iper-image:nth-child(1) .container-col-image{
    padding-bottom: 75%;
}
**/

/** GRID 5 **/
.postGalleryList .iper-grid-5 > .col-iper-image{
    width: 33.33%;
    /*float: right;*/
}
.postGalleryList .iper-grid-5 .col-iper-image:nth-child(1),
.postGalleryList .iper-grid-5 .col-iper-image:nth-child(2){
    width: 50%;
    /*float: left;*/
}

.postGalleryList .iper-grid-5 .col-iper-image .media-image-preview,
.postGalleryList .iper-grid-5 .container-col-image{
    padding-bottom: 75%;
}

.postGalleryList .iper-grid-5 .col-iper-image:nth-child(1) .media-image-preview,
.postGalleryList .iper-grid-5 .col-iper-image:nth-child(1) .container-col-image,
.postGalleryList .iper-grid-5 .col-iper-image:nth-child(2) .media-image-preview,
.postGalleryList .iper-grid-5 .col-iper-image:nth-child(2) .container-col-image{
    padding-bottom: 50%;
}

/** GRID 6 **/
.postGalleryList .iper-grid-6 .col-iper-image{
    width: 33.3%;
}

.postGalleryList .iper-grid-6 .col-iper-image .media-image-preview,
.postGalleryList .iper-grid-6 .container-col-image{
    padding-bottom: 76.5%;
}

/** GRID 7 **/
.postGalleryList .iper-grid-7 .col-iper-image{
    width: 25%;
}

.postGalleryList .iper-grid-7 .col-iper-image:nth-child(1){
    width: 50%;
}

.postGalleryList .iper-grid-7 .col-iper-image .media-image-preview,
.postGalleryList .iper-grid-7 .container-col-image{
    padding-bottom: 100%;
}

.postGalleryList .iper-grid-7 .col-iper-image:nth-child(1) .media-image-preview,
.postGalleryList .iper-grid-7 .col-iper-image:nth-child(1) .container-col-image{
    padding-bottom: 49.5%;
}

/** GRID 8 **/
.postGalleryList .iper-grid-8 .col-iper-image{
    margin-bottom: 1px;
}

/** END GRID SYSTEM **/

.col-iper-video{
    overflow: hidden;
    margin: 0 0 20px 0;
}

.postGalleryList ul li a.fancybox{
    width: 100%;
    max-width: 100%;
    display: inline-block;
}

.postGalleryList ul li .media-image-preview{
    float:left;
    position: relative;
    width: 100%;
    padding-bottom : 100%; /* = width for a 1:1 aspect ratio */
    background-position:center center;
    background-repeat:no-repeat;
    background-size:cover; /* you change this to "contain" if you don't want the images to be cropped */
}

.dropzone .dz-message{
    color: #8C8C8C;
    font-size: 16px;
    font-weight: 500;
    font-family: 'Raleway', sans-serif;
}

.dropzone .dz-preview .dz-image{
    width: 100%;
}

.dropzone .dz-preview .dz-image img{
    width: 100%;
    max-width: 100%;
    min-width: 100%;
}

.dropzone .dz-preview .dz-progress{
    opacity: 0;
}
.dropzone .dz-preview.dz-processing .dz-progress{
    opacity: 1;
}

.dropzone .dz-preview.dz-complete .dz-progress{
    opacity: 0;
}

.iper-dropzone{
    padding: 50px 0;
    text-align: center;
}

.iper-dropzone.dz-started{
    background: transparent;
    padding: 20px 0;
}

.pageMediaListWrapper{
    background: #fff;
    padding: 2%;
}

.pageMediaListFileWrapper{
    background: #fff;
}

.pageMediaListWrapper .postGalleryList{
    margin:0;
}

.pageMediaListWrapper ul{
    margin-bottom: 0px;
}

.col-iper-file{
    padding-top: 20px;
    padding-bottom: 15px;
    padding-left: 20px;
    padding-right: 20px;
    border-bottom: 1px solid #E3E3E3;
    min-height: 95px;
}

#widget-file-recenti-wrapper .col-iper-file{
    padding: 0;
    margin: 0;
    text-align: left;
    min-height: 57px;
}

#widget-file-recenti-wrapper .col-iper-file p{

    max-height: 45px;
    overflow: hidden;
}

#widget-file-recenti-wrapper .col-iper-file .singleFileListItemIcon{

    width: 30px;
    height: 40px;
}

#widget-file-recenti-wrapper .col-iper-file .singleFileListInfo{

    padding:0 40px;
    height: 40px;
    overflow: hidden;
}

#widget-file-recenti-wrapper .col-iper-file .singleFileListInfo p{
    max-height: 40px;
    overflow: hidden;
    color: #8C8C8C;
    font-size: 12px;
    line-height: 40px;
}

#widget-file-recenti-wrapper .singleFileListItemDownload{

    height: 30px;
    line-height: 30px;
    padding-top: 10px;
    display: inline;
    min-height: 30px;
    max-height: 30px;
}

.singleFileListItem{
    position: relative;
}

.singleFileListItemIcon{
    width: 45px;
    height: 60px;
    display: inline-block;
    float: left;
    position: absolute;
    top: 0;
    left: 0;
}

.singleFileListItemDownload{

    position: absolute;
    top: 0;
    right: 0;
    color: #CB2B19;
    font-size: 40px;
}

.singleFileListItemDownload [class^="icon-"]:before, [class*=" icon-"]:before{
    margin: 0;
}

.singleFileListInfo{
    padding-top: 10px;
    padding-left: 65px;
    padding-right: 65px;
}

.singleFileListInfo p{
    color: #3F3F3E;
    font-size: 16px;
    margin-bottom: 0;
    font-weight: 500;
    word-wrap: break-word;
    white-space: pre-wrap;
}

.post-media-container .postGalleryList .col-iper-file{
    margin-left:0;
    margin-right:0
}

.singleFileListInfo p.singleFileListItemDate{
    color: #8C8C8C;
    font-size: 12px;
    margin-bottom: 0;
    font-weight: 400;
}

.icon-file-archive-zip{
    background: url("images/file-zip.svg") no-repeat center center;    background-size: 50px 64px;
}

.icon-file-pdf{
    background: url("images/file-pdf.svg") no-repeat center center;    background-size: 50px 64px;
}

.icon-file-doc{
    background: url("images/file-doc.svg") no-repeat center center;    background-size: 50px 64px;
}

.icon-file-xls{
    background: url("images/file-xls.svg") no-repeat center center;    background-size: 50px 64px;
}

.icon-file-ppt{
    background: url("images/file-ppt.svg") no-repeat center center;    background-size: 50px 64px;
}

.icon-file-rar{
    background: url("images/file-zip.svg") no-repeat center center;    background-size: 50px 64px;
}

.icon-file-jpg{
    background: url("images/file-jpg.svg") no-repeat center center;    background-size: 50px 64px;
}

.icon-file-png{
    background: url("images/file-png.svg") no-repeat center center;    background-size: 50px 64px;
}

.icon-file-placeholder{
    background: url("images/file-placeholder.svg") no-repeat center center;    background-size: 50px 64px;
}

.postGalleryList .icon-file-archive-zip,
.postGalleryList .icon-file-pdf,
.postGalleryList .icon-file-doc,
.postGalleryList .icon-file-xls,
.postGalleryList .icon-file-ppt,
.postGalleryList .icon-file-rar,
.postGalleryList .icon-file-jpg,
.postGalleryList .icon-file-png,
.postGalleryList .icon-file-placeholder{
    background-size: auto 100%;
}

.pubblicaVideoLink{
    margin: 30px 0;
}

.pubblicaVideoLink input{
    background: #fff;
    border: 1px solid #E3E3E3;
    color: #8C8C8C;
    font-size: 16px;
    border-radius: 0;
    margin: 0;
}

/**
 * YOUTUBE PREVIEW
 **/
.youtube-container { display: block; margin: 0px auto; width: 100%; }
.youtube-player { display: block; width: 100%; /* assuming that the video has a 16:9 ratio */ padding-bottom: 56.25%; overflow: hidden; position: relative; width: 100%; height: 100%; cursor: hand; cursor: pointer; display: block; }
img.youtube-thumb { bottom: 0; display: block; left: 0; margin: auto; max-width: 100%; width: 100%; position: absolute; right: 0; top: 0; height: auto }
div.play-button {height: 100%;
    width: 100%;
    left: 0;
    top: 0;
    position: absolute;
    background: url("images/play-icon.svg") no-repeat center center rgba(0,0,0,0.6);
}
.youtube-iframe { width: 100%; height: 100%; position: absolute; top: 0; left: 0; }

#widget-foto-recenti-wrapper .col-iper-image{
    width: 33.3%;
}

#contentWidgetVideoRecentiList .pageMediaListWrapper{
    padding: 0;
    background: transparent;
}

#contentWidgetVideoRecentiList .pageMediaListWrapper .col-iper-video{
    width: 50%;
    margin: 0;
    padding: 0 2.5px;
    float: left;
    overflow: hidden;
    position: relative;
}

#widget-file-recenti-wrapper .file-recenti-list .col-iper-file{
    width: 25%;
    margin: 0;
    padding: 0;
    float: left;
    overflow: hidden;
    position: relative;
    min-height: 0;
    margin-bottom: 10px;
}

#widget-file-recenti-wrapper .file-recenti-list .col-iper-file a{

    display: inline-block;
    width: 100%;
    height: 100%;
}

#widget-file-recenti-wrapper .file-recenti-list .col-iper-file .singleFileListItem{

    padding-bottom: 100%;
}

#contentWidgetVideoRecentiList .pageMediaListWrapper .col-iper-video .videoWrapper{
    width: 100%;
    max-width: 100%;
    display: inline-block;
    padding: 0;
    padding-bottom: 56.5%;
    position: relative;
}

#contentWidgetVideoRecentiList .pageMediaListWrapper .col-iper-video .videoWrapper div.play-button{
    background-size: 35%;
}

#contentWidgetVideoRecentiList .pageMediaListWrapper .col-iper-video .videoWrapper .youtube-container{
    margin: 0;
}

#modalVideoRecenti .modal-body,
#modalVideoRecenti iframe{
    min-height: 350px;
}

.iper-widget p.widget-title{
    color: #3F3F3E;
    font-size: 18px;
    text-align: left;
}

.author-info.post-featured:after{
    content: '';
    margin: 0;
    padding: 0;
    display: inline-block;
    position: absolute;
    top: 0;
    right: 56px;
    width: 24px;
    height: 50px;
    background: url("images/red-ribbon.svg") no-repeat top center;
}

#modalCommentEmbedObject .modal-dialog{
    width: 100%;
    height: 100%;
    overflow: hidden;
    margin: 0;
    padding: 0;
}

#modalCommentEmbedObject .modal-dialog .modal-content-image{

    height: 100%;
    padding: 2.5% 5% 7.5%;
    overflow: hidden;
    text-align: center;
}

#modalCommentEmbedObject .modal-dialog .modal-content-image img.img-responsive {
    width: 100%;
    height: auto;
    display: inline;
}

#modalCommentEmbedObject .btn-modal-image-link{

    font-size: 24px;
    float: left;
    color: #fff;
    text-decoration: underline;
}

#modalCommentEmbedObject button.btn-modal-image-close{
    color: #000;
    border: 0;
    box-shadow: none;
    background: transparent;
    font-size: 24px;
    float: right;
}

#modalCommentEmbedObject button.btn-modal-image-close:hover{
    text-decoration: underline;
}

#modalCommentEmbedObject .modal-dialog .modal-content-image .modal-footer-image{

    position: absolute;
    bottom: 10px;
    right: 10px;
    left: 10px;
}

.tooltip{}
.tooltip-inner{ border: solid 1px #CB2B19; border-radius: 4px; background: #ffffff; color:#3F3F3E; font-size: 12px; text-overflow:ellipsis; word-break: break-all;   }
.tooltip-arrow{ border-top-color: #CB2B19 !important;   }

.field-editable-hover{
    cursor: pointer;
}
.field-editable-hover:after{

    content: '\e80d';
    color: #fff;
    font-size: 18px;
    font-weight: 400;
    margin: 0 0 0 10px;
    padding: 0;
    display: inline-block;
    font-family: fontello;
}

.field-editable-cover-hover{
    cursor: pointer;
}
.field-editable-cover-hover:after{

    content: '\e80d';
    color: #fff;
    font-size: 18px;
    font-weight: 400;
    margin: 0 0 0 10px;
    padding: 0;
    display: inline-block;
    font-family: fontello;
    position: absolute;
    top: 20px;
    right: 20px;
}

.profilo-page .profile-user-header{
    border-bottom: 1px solid #DBDBDB;
}

.list-gruppi-utente{
    padding: 20px;
    background: #fff;
    overflow: hidden;
}

.list-gruppi-utente li{
    position: relative;
}

.list-gruppi-utente li .logo-gruppo{
    width: 90px;
    height: 50px;
    display: inline-block;
    position: absolute;
    top: 0;
    left: 0;
}

.list-gruppi-utente li .single-gruppo-utente-info{

    padding-top: 4px;
    padding-left: 110px;
    padding-right: 56px;
}

.list-gruppi-utente li .single-gruppo-utente-info p{
    font-size: 16px;
    color: #3F3F3E;
    font-weight: 500;
    margin: 0;
}

.list-gruppi-utente li .single-gruppo-utente-info span{
    color: #8C8C8C;
    font-size: 12px;;
    margin: 0;
}

.list-gruppi-utente li:after{
    position: absolute;
    top: 50%;
    right: 0;
    margin-top: -14px;
    font-family: fontello;
    font-size: 20px;
    color: #3F3F3E;
    content:'\e802';
}
.list-gruppi-utente li a:hover{
    text-decoration: none;
}

.postPlaceholder img{
    max-width: 100%;
    width: 100%;
}

/**
 * Messaggi
 **/
.elencoListaElencoMessaggi ul{
    margin: 0;
    padding: 0;
}

.elencoListaElencoMessaggi ul li{
    position: relative;
    border-bottom: 1px solid #E3E3E3;
    padding: 20px;
}

.elencoListaElencoMessaggi ul li .threadPhoto{
    position: absolute;
    top: 20px;
    left: 20px;
    width: 50px;
    height: 50px;
    overflow: hidden;
    border-radius: 50%;
    display: inline-block;
}

.elencoListaElencoMessaggi ul li .threadInfo{
    padding-left: 70px;
    padding-right: 57px;
}

.elencoListaElencoMessaggi ul li .notify-count{
    float: none;
    position: absolute;
    top: 20px;
    right: 60px;

}

.elencoListaElencoMessaggi ul li a:after{
    position: absolute;
    display: block;
    top: 20px;
    right: 20px;
    font-family: fontello;
    content: '\e802';
    color: #3F3F3E;
    font-size: 20px;
}

.titoloListaElencoMessaggi{
    padding: 20px;
    background: #fff;
}

.titoloListaElencoMessaggi h2{
    color: #3F3F3E;
    font-weight: 500;
    font-size: 24px;
    margin: 0;
}

#left-sidebar.chat-sidebar-left{
    position: absolute;
    height: 100%;
    min-height: 100%;
    overflow: hidden;
    top: 0;
    left: 0;
}

.chat-sidebar-left .left-wrapper{

    position: relative;
    height: 100%;
    min-height: 100%;
    max-height: 100%;
    overflow-y: scroll;
}

#right-sidebar.chat-right-sidebar{

    position: absolute;
    height: 100%;
    min-height: 100%;
    overflow: hidden;
    top: 0;
    right: 0;
}

.chat-right-sidebar .right-wrapper{

    height: 100%;
    min-height: 100%;
    max-height: 100%;
    overflow-y: scroll;
}

.chat-row{
    position: relative;
    height: 100%;
    min-height: 100%;
}


.detailThread h2{
    color: #3F3F3E;
    font-size: 24px;
    font-weight: 500;
    margin: 0;
}

.detailThreadHeader{
    border-bottom: 1px solid #E3E3E3;
    padding: 20px;
    max-height: 67px;
}

.detailThreadHeader h2{
   /* padding-right: 165px;*/


    padding-right: 40px;
    font-size: 20px;
    line-height: 23px;
    max-height: 46px;
    overflow: hidden;
    text-overflow: ellipsis;
    word-wrap: break-word;
    white-space: nowrap;
}

.detailThreadHeader  .threadMenu{
    position: absolute;
    top: 20px;
    right: 20px;
    width: 165px;
    text-align: right;
}

.detailThreadHeader  .threadMenu .threadPhoto{
    width: 30px;
    height: 30px;
    border-radius: 50%;
    display: inline-block;
    float: left;
    margin-right: 10px;
}

.detailThreadHeader  .threadMenu span{
    float: left;
    line-height: 30px;
    display: inline-block;
}

#detailThreadMessaggi .reactListaMessaggi ul{
    position: absolute;
    top: 67px;
    bottom: 100px;
    left: 20px;
    right: 20px;
    overflow-y: scroll;
}

#detailThreadMessaggi .reactListaMessaggi .post-comment-box{

    position: absolute;
    bottom: 20px;
    height: 70px;
    left: 20px;
    right: 20px;
}

#detailThreadMessaggi .reactListaMessaggi .post-comment-box .post-comment-input{
    width: 100%;
}

#detailThreadMessaggi .reactListaMessaggi .post-comment-box textarea{
    height: 70px;
    width: 100%;
    padding-right: 60px;
}

#detailThreadMessaggi .reactListaMessaggi .post-comment-box .btn-send-message{
    margin: 0;
    padding: 0;
    font-size: 24px;
    border: 0;
    border-radius: 50%;
    position: absolute;
    top: 0;
    right: 0;
    width: 40px;
    height: 40px;
    text-align: center;
}
#wrapperUploadImage{
    background: #fff;
    padding: 20px;
}

#wrapperUploadImage #companyLogoBig .placeholderCompanyLogoBig{
    position: relative;
    width: 100%;
    padding-bottom: 75%;
    border: 3px dashed #E3E3E3;
    background-color: #F8F8F8;
    background-image: url("images/placeholder-upload-logo-big.svg");
    background-position: center center;
    background-repeat: no-repeat;

}

#wrapperUploadImage #companyLogoSmall .placeholderCompanyLogoSmall{
    position: relative;
    width: 100%;
    padding-bottom: 100%;
    border: 3px dashed #E3E3E3;
    background-color: #F8F8F8;
    background-image: url("images/placeholder-upload-logo-small.svg");
    background-position: center center;
    background-repeat: no-repeat;
}

.row.edit-block{
    background: #fff;
    padding: 20px;
}

/*****************************************/
/************* TOGGLE SWITCH *************/
/*****************************************/
.onoffswitch {
    position: relative;
    width: 36px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none; }
.onoffswitch.green .onoffswitch-inner:before {
    background-color: #a2d200; }
.onoffswitch.red .onoffswitch-inner:before {
    background-color: #ff4a43; }
.onoffswitch.cyan .onoffswitch-inner:before {
    background-color: #22beef; }
.onoffswitch.orange .onoffswitch-inner:before {
    background-color: #ffc100; }
.onoffswitch.amethyst .onoffswitch-inner:before {
    background-color: #cd97eb; }
.onoffswitch.greensea .onoffswitch-inner:before {
    background-color: #16a085; }
.onoffswitch.dutch .onoffswitch-inner:before {
    background-color: #1693a5; }
.onoffswitch.hotpink .onoffswitch-inner:before {
    background-color: #ff0066; }
.onoffswitch.drank .onoffswitch-inner:before {
    background-color: #a40778; }
.onoffswitch.labeled {
    width: 46px; }
.onoffswitch.labeled .onoffswitch-inner:before {
    content: "On"; }
.onoffswitch.labeled .onoffswitch-inner:after {
    content: "Off"; }
.onoffswitch.labeled .onoffswitch-switch {
    right: 24px; }

.onoffswitch-checkbox {
    display: none; }

.onoffswitch-label {
    display: block;
    overflow: hidden;
    cursor: pointer;
    -webkit-border-radius: 50px;
    -moz-border-radius: 50px;
    -ms-border-radius: 50px;
    -o-border-radius: 50px;
    border-radius: 50px; }

.onoffswitch-inner {
    width: 200%;
    margin-left: -100%;
    -moz-transition: margin 0.3s ease-in 0s;
    -webkit-transition: margin 0.3s ease-in 0s;
    -o-transition: margin 0.3s ease-in 0s;
    transition: margin 0.3s ease-in 0s; }

.onoffswitch-inner:before, .onoffswitch-inner:after {
    float: left;
    width: 50%;
    height: 22px;
    padding: 0;
    line-height: 22px;
    font-size: 9px;
    color: white;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box; }

.onoffswitch-inner:before {
    content: "";
    padding-left: 9px;
    background-color: rgba(0, 0, 0, 0.2);
    color: #FFFFFF; }

.onoffswitch-inner:after {
    content: "";
    padding-right: 9px;
    background-color: rgba(0, 0, 0, 0.65);
    color: #999999;
    text-align: right; }

.onoffswitch-switch {
    width: 18px;
    margin: 2px;
    background: #FFFFFF;
    -webkit-border-radius: 50px;
    -moz-border-radius: 50px;
    -ms-border-radius: 50px;
    -o-border-radius: 50px;
    border-radius: 50px;
    position: absolute;
    top: 0;
    bottom: 0;
    right: 14px;
    -moz-transition: all 0.3s ease-in 0s;
    -webkit-transition: all 0.3s ease-in 0s;
    -o-transition: all 0.3s ease-in 0s;
    transition: all 0.3s ease-in 0s; }

.onoffswitch-checkbox:checked + .onoffswitch-label .onoffswitch-inner {
    margin-left: 0; }

.onoffswitch-checkbox:checked + .onoffswitch-label .onoffswitch-switch {
    right: 0px; }
.onoffswitch.red .onoffswitch-inner:before {
    background-color: #ff4a43;
}

.avatar-image-container{
    width: 50px;
    height: 50px;
    display: inline-block;
    background-size: cover;
    background-position-x: center;
    background-position-y: center;
}

#topMenuMessaggi, #topMenuNotifiche{
    font-size: 40px;
}

#topMenuMessaggi span, #topMenuNotifiche span{
    font-size: 10px;
    position: absolute;
    bottom: 0;
    right: 20px;
    line-height: 27px;
}

#wrapperUploadImage #avatarPhoto .placeholderAvatarPhoto{
    width: 100%;
    padding-bottom: 100%;
    border: 1px dashed #E3E3E3;
    position: relative;
    background-color: #fff;
    border-radius: 50%;
    cursor: pointer;
}

#notificheWrapper .notifiche-title{
    padding: 20px;
    background: #fff;
    border-bottom: 1px solid #E3E3E3;
    color: #3F3F3E;
    font-size: 24px;
}

#notificheWrapper .elencoNotifiche ul li{

    padding: 20px;
    background: #fff;
    border-bottom: 1px solid #E3E3E3;
    position: relative;
}

#notificheWrapper .elencoNotifiche ul li.notify-unread{
    background: #F8F8F8;
    cursor: pointer;
}

#notificheWrapper .elencoNotifiche ul li.notify-read{
    cursor: pointer;
}

.tooltip-inner p{
    margin-bottom: 0;
}

#notificheWrapper .elencoNotifiche ul li.notify-unread:after{
    content: '\e806';
    font-family: fontello;
    color: #CB2B19;
    font-size: 12px;
    top: 37px;
    right: 20px;
    position: absolute;
}

#notificheWrapper .elencoNotifiche ul li .author-avatar{
    position: absolute;
    top: 20px;
    left: 20px;
}

#notificheWrapper .elencoNotifiche ul li .author-info{
    padding-left: 70px;
    padding-right: 20px;
    padding-top: 5px;
}

#notificheWrapper .elencoNotifiche ul li .author-info p{
    margin: 0;

}

.listPostVideoWrapper{
    position: relative;
}

.videoWrapper.listPostVideoWrapperContent{
    height: auto;
    padding-bottom: 0;
}

.iper-download{
    width: 30px;
    height: 30px;
    background-size: 100% 100%;
    background-position-x: center;
    background-position-y: center;
    background-image:  url("images/download-icon.svg");
    display: inline-block;
}

input.iper-control{
    border: 1px solid #E3E3E3;
    background-color: #fff;
    color: #3F3F3E;
    font-weight: 700;
    border-radius: 0;
    -webkit-appearance: none;
    -moz-appearance: none;
    box-shadow: none;
}

#wrapperUploadImage.companyFormAddNew #companyLogoBig,
#wrapperUploadImage.companyFormAddNew #companyLogoSmall{
    padding-left: 0;
    padding-right: 0;
    cursor: pointer;
}

.postsDashboard .post-list-newposts{
    position: absolute;
    display: inline-block;
    top: 0;
    left: 50%;
    margin-left: -70px;
    z-index: 99;
    text-align: center;
}

.postsDashboard .post-list-newposts a{
    display: inline-block;
    width: 140px;
    border-radius: 5px;
    padding: 10px 0;
    font-size: 14px;
    color: #fff;
    background: #CB2B19;
    box-shadow: #3F3F3E 0px 0px 10px 2px;
}

.navbar-default .navbar-toggle{
    border: 0;
    margin: 0;
}
.navbar-default .navbar-toggle i{
    line-height: 50px;
}

.company-list-image a.add {
    text-align: center;
    vertical-align: middle;
    font-weight: lighter;
    font-size: 9em;
    color: #ffffff;
    background: url("images/bg-add.svg") center no-repeat #CB2B19;

}


#wrapperUploadImage #companyLogoSmall{
    margin-top: 20px;
}

.navbar-brand img{
    max-width: 140px;
    max-height: 100%;
}

.navbar, .navbar-header{
    max-height: 45px;
}

.iper-nav-menu{
    height: 45px;
    max-height: 45px;
    min-height: 45px;
    vertical-align: middle;

}

.iper-nav-menu ul li{
    float: left;
    color: #8C8C8C;
    padding: 7px 0;
    line-height: 31px;
    font-size: 25px;
}

.iper-nav-menu ul li a{

    color: #8C8C8C;
    padding: 0 10px;
}

.iper-nav-menu ul li.active{
    background: #CB2B19;
    color: #fff;
}

.iper-nav-menu ul li.active a{
    color: #fff;
}

.iper-nav-menu ul li.bordered a{
    border-right: 1px solid #EDEDED;
}

.iper-nav-menu ul li.bordered.active a{
    border: 0px;
}


body.padded{

    padding-top: 0;
    padding-bottom: 50px;
    background: #E3E3E3;
}

.navbar{
    min-height: 45px;
    background-image: none;
    box-shadow: none;
    background: #fff;
    border: 0px;
    border-bottom: 1px solid #EDEDED;
}

.navbar-brand{
    padding:5px 10px;
    height: 45px;
}

.navbar-brand img{
    height: 35px;
    max-height: 35px;
}

#dropdown-nav-menu-gruppi,
#dropdown-nav-menu-profilo{

    min-width: 100%;
    max-width: 280px;
}

#dropdown-nav-menu-gruppi li,
#dropdown-nav-menu-profilo li{
    float: none;
    width: 100%;
    border: 0;
    line-height: 24px;
    font-size: 15px;
}

#dropdown-nav-menu-gruppi li.divider,
#dropdown-nav-menu-profilo li.divider{
    padding: 0;
    margin: 9px 0;
    line-height: 1px;
}

.page-title-mobile{
    background: #fff;
    line-height: 60px;
    font-size: 16px;
    padding:0 14px;
    text-overflow: ellipsis;
    white-space: nowrap;
    border-bottom: 1px solid #DBDBDB;
    text-align: center;
    position: relative;
}

.page-title-mobile .dropdowntest{

    position: absolute;
    top: 0;
    right: 50px;
}

.page-title-mobile .dropdowntest .dropdown-menu{

}

.page-title-mobile h1{
    margin: 0;
}

.page-title-mobile-edit{
    padding-right: 80px;
    position: relative;
}


.page-title-mobile-edit .btn-edit{
    position: absolute;
    top: 15px;
    right: 14px;
    border-radius: 50%;
    padding: 0;
    margin: 0;
    width: 30px;
    height: 30px;
    display: inline-block;
}

.page-title-mobile h1,.page-title-mobile h1 a{
    word-break: break-all;
    word-wrap: break-word;
    position: relative;
    max-height: 60px;
    height: 60px;
    line-height: 60px;
    font-size: 16px;
    color: #CB2B19;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.mobile-container{
    width: 100%;
}



#main-content{
    background: #E3E3E3;
    min-height: 100%;
    padding: 0;
}

#content-menu .tab-menu li {
    padding: 0 6px;
}

#search-bar{
    margin: 0 16px;
}

.youtube-container{
    max-width: 100%;
}

#box-pubblica .nav-tabs>li>a{
    padding: 10px 3px;
}

.dropdown-backdrop{
    background: rgba(0,0,0,0.75);
}

.iper-nav-menu-company ul{

    margin-bottom: 0;
    padding: 5px 0;
}

.iper-nav-menu-company ul.dropdown-menu{
    min-width: 100%;
}

#mobileMsg,#mobileNotify{
    position: relative;
}

#mobileMsg span,#mobileNotify span{
    position: absolute;
    width: 20px;
    height: 20px;
    border-radius: 50%;
    font-size: 11px;
    padding: 0;
    margin: 0;
    top: 14px;
    right: 7px;
}


.container-chat{
    padding-top: 80px;
    position: relative;
    height: 100%;
    min-height: 100%;
}

#chat-content{
    position: relative;
    overflow: hidden;
    height: 100%;
}
.chat {
    height: 100%;
    min-height: 100%;
    position: relative;
}

#chatWrapper{
    position: relative;
    height: 100%;
    min-height: 100%;
    padding: 20px 0;
}

.chat-reply{
    position: fixed;
    bottom: 0;
}

#chat-content .chat{

}

.btn-delete-gruppo{
    position: absolute;
    bottom: 35px;
    right: 4px;
    font-size:18px;
}


.body-chat{
    height: 100%;
    background: #E3E3E3;
}

.container-chat{
    padding-left: 0;
    padding-right: 0;
    padding-top: 45px;
    overflow: hidden;
}

.detailThread{
    background: #fff;
    position: absolute;
    bottom: 0;
    top: 14px;
    width: 100%;
}

.btn-media-gallery,
#tabVideo .btn-ipervideo{
    margin-top: 20px;
}

#iper-media-modal {
    width: 90%;
}

#iper-media-modal .modal-body {
    background: #ffffff;
    padding-bottom: 25px;
}

#iper-media-modal .modal-body {
    padding: 30px;
}

#iper-media-modal .modal-body .nav-tabs {
    border: none;
}

#iper-media-modal .modal-body .nav-tabs>li {
    margin-bottom: -1px;
}

#iper-media-modal .modal-body .nav-tabs>li.active>a {border: none;color: rgb(128, 129, 132); text-transform: uppercase; padding: 14px 30px; background: #f4f4f4;}
#iper-media-modal .modal-body  .nav-tabs>li>a{border: none;color: rgba(125, 114, 100, 0.498039);text-transform: uppercase; padding: 14px 30px; background: #ffffff;color:#7D7264;}

#iper-media-modal .modal-body .tab-content {
    background: #f4f4f4;
    padding: 20px;
}

#iper-media-modal .modal-body .media-library-wrapper {
    height: 400px;
}
.media-library-wrapper .media-container{

    height: 400px;
    min-height: 400px;
    max-height: 400px;
    overflow: scroll;
}

#iper-media-modal .modal-body .media-library-wrapper .media-container {
    height: 400px;
    min-height: 400px;
    max-height: 400px;
}

#iper-media-modal .modal-body .media-library-wrapper .media-single-grid {
    width: 20%;
    float: left;
    margin-right: 0px;
    margin-bottom: 0px;
    padding: 10px;
}

.media-library-wrapper .media-single-grid {
    overflow: hidden;
    margin: 0 5px 5px 0;
}

#iper-media-modal .modal-body .media-library-wrapper .media-single-grid a {
    cursor: pointer;
    width: 100%;
    max-width: 100%;
    display: inline-block;
    position: relative;
    margin: 0px;
    padding-bottom: 100%;
}

.media-library-wrapper .media-single-grid a .thumbnailimage {
    overflow: hidden;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    height: 140px;
}

#iper-media-modal .modal-body .media-library-wrapper .thumbnailimage {
    width: 100%;
    height: 100%;
}

.media-library-wrapper .media-single-grid a .media-modal-icon {
    display: none;
}

#iper-media-modal .modal-body .media-library-wrapper .media-single-grid.selected a .thumbnailimage{
    border: 6px solid #CB2B19;
}

.media-library-wrapper .media-single-grid.selected a .media-modal-icon i {
    color: #4D5056;
    font-size: 14px;
    line-height: 20px;
}

.media-library-wrapper .media-single-grid.selected a .media-modal-icon {
    display: block;
    width: 20px;
    height: 20px;
    position: absolute;
    bottom: 10px;
    right: 10px;
    z-index: 10;
    border: solid 1px #C2C6CB;
    line-height: 19px;
    text-align: center;
    background: #fff;
}

.media-library-wrapper .media-info {
    height: 400px;
    min-height: 400px;
    max-height: 400px;
    overflow: scroll;
    position: relative;
}

#iper-media-modal .modal-body .media-library-wrapper .media-info .container-media-info {
    border: 1px solid #E5E6E7;
    padding: 20px;
    background-color: #fff;
    position: relative;
}

.media-library-wrapper .media-info .file-meta {
    position: absolute;
    top: 0;
    left: 0;
    height: 350px;
    width: 100%;
    padding-right: 15px;
}
.media-library-wrapper .media-info .file-meta {
    position: relative;
}

#iper-media-modal .modal-body .media-library-wrapper .file-meta {
    padding: 0px;
    margin: 0px;
}
.nopadding {
    padding: 0px !important;
}
#iper-media-modal .modal-body .media-library-wrapper .file-meta h3 {
    color: #CB2B19;
    margin-top: 0;
    margin-bottom: 20px;
    text-transform: uppercase;
    font-weight: 700;
}
#iper-media-modal .modal-body .media-library-wrapper .file-meta .form-group {
    margin-bottom: 20px;
}

#iper-media-modal .modal-body .media-library-wrapper .file-meta .form-group input, #iper-media-modal .modal-body .media-library-wrapper .file-meta .form-group textarea {
    border: 1px solid #ECECEC;
    color: #808184;
    padding: 10px;
    box-shadow: none;
    border-radius: 0;
    background: #fff;
}

#iper-media-modal .modal-body .media-library-wrapper .infofile {
    color: #808184;
    font-size: 14px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    margin-bottom: 0;
    width: 100%;
}
#iper-media-modal .modal-body .media-library-wrapper .infofile span {
    font-weight: 700;
    width: 50%;
    display: inline-block;
}

#iper-media-modal .modal-body .media-library-wrapper .media-info .file-input {
    position: absolute;
    bottom: 25px;
    left: 20px;
    height: 40px;
    width: calc(100% - 40px);
    text-align: center;
}

.list-media-library-selected ul{
    width: 100%;
    position: relative;
    margin-top: 20px;
}

.list-media-library-selected ul li{

    width: 25%;
    position: relative;
    float: left;
    overflow: hidden;
    padding: 10px;
}

.list-media-library-selected ul li .single-media-selezionato{
    width: 100%;
    position: relative;
    overflow: hidden;
}

.list-media-library-selected ul li .single-media-selezionato .thumbnailimage{
    width: 100%;
    padding-bottom: 100%;
    height: 0;
}

.list-media-library-selected{
}

.list-media-library-selected .iper-remove-allegato{
    position: absolute;
    bottom: 5px;
    right: 5px;
    text-align: center;
    border: 0px;
    background: #CB2B19;
    border-radius: 50%;
    padding: 0px;
    width: 25px;
    color: #fff;
    height: 25px;
}

.company-list-image{
    width:25%;
    float: left;
    margin-bottom: 4%;
    position: relative;
    padding-bottom: 0; /** 22% **/
    background-position: center center;
    padding-left: 20px;
    padding-right: 20px;
}

#iper-media-modal .modal-body .media-library-wrapper .media-single-grid {
    width: 50%;
}

.iperPollListWrapper{
    background: #CB2B19;
    padding: 20px;
    margin-top: 40px;
}

.iperPollListContainer .iperPollListWrapper:first-child{
    margin-top: 0;
}

.iperPollListWrapper .iperPollListIcon{

    background: url("images/sondaggio-icon.svg") no-repeat center center / 100% 100%;
    width: 50px;
    height: 50px;
    display: inline-block;
    margin: 0 auto 20px;
}

.iperPollListWrapper .question{
    font-size: 21px;
    color: #FFFFFF;
    line-height: 24px;
    text-align: center;
}

.iperPollListWrapper .btAnswer{
    height: 40px;
    line-height: 40px;
    width: 100%;
    display: inline-block;
    padding: 0;
    margin: 0;
    text-align: center;
    text-transform: uppercase;
    color: #fff;
    border: 1px solid #fff;
    border-radius: 4px;
    background: transparent;

}

.iperPollListWrapper .iperPollContent{
    margin-top:20px;
}

.iperPollListWrapper .iperPollContent ul{
    text-align: left;
    margin: 40px 0;
}

.iperPollListWrapper .iperPollContent ul li,.iperPollListWrapper .iperPollContent ul li label{
    text-align: left;
    font-size: 16px;
    color: #fff;
    position: relative;
}

.iperPollListWrapper .iperPollContent li.responseUser p{
    font-weight: 700;

}

.iperPollListWrapper .iperPollContent li p span.vote{
    float: right;
    width: 40%;
    display: inline-block;
    text-align: right;
    font-size: 30px;
}

.iperPollListWrapper .iperPollContent li p span.testo{
    width: 60%;
    display: inline-block;
    text-align: left;
}

.radio input[type=radio] {
    display: none;
}

.radio label{
    line-height: 23px;
    padding-left: 30px;
}

.radio label:before {
    content: "";
    display: inline-block;
    width: 20px;
    height: 20px;
    margin-right: 10px;
    position: absolute;
    left: 0;
    top: 1.5px;
    background-color: #fff;
    border: 1px solid #c2c6cb;
    transition: border 0.2s linear 0s, color 0.2s linear 0s;

    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    -ms-border-radius: 2px;
    -o-border-radius: 2px;
    border-radius: 2px;
}

.radio label::after {
    display: inline-block;

    position: absolute;
    left: 3.8px;
    top: 0;
    transition: border 0.2s linear 0s,color 0.2s linear 0s;

    width: 20px;
    height: 20px;
    font-size: 14px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    -o-border-radius: 3px;
    border-radius: 3px;
}

.radio input[type=radio]:checked + label:after, .radio label.selected:after {
    font-family: 'FontAwesome';
    content: "\F00C";
    color: #717171;
}

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

.checkbox label {
    display: inline-block;
    cursor: pointer;
    position: relative;
    padding-left: 30px;
    margin-right: 15px;
    font-size: 13px;
    margin-bottom: 0;
    color: #777a80;
    transition: border 0.2s linear 0s,color 0.2s linear 0s;
    line-height: 25px;
    text-transform: none;
}

.checkbox label:before {
    content: "";
    display: inline-block;
    width: 16px;
    height: 16px;
    margin-right: 10px;
    position: absolute;
    left: 0;
    top: 1.5px;
    background-color: #fff;
    border: 1px solid #c2c6cb;
    border-radius: 3px;
    transition: border 0.2s linear 0s,color 0.2s linear 0s;
}

div.checkbox label:before {
    width: 20px;
    height: 20px;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    -ms-border-radius: 2px;
    -o-border-radius: 2px;
    border-radius: 2px;
}

.checkbox label::after {
    display: inline-block;
    width: 16px;
    height: 16px;
    position: absolute;
    left: 3.8px;
    top: 0px;
    font-size: 11px;
    transition: border 0.2s linear 0s,color 0.2s linear 0s;
}

.checkbox label:after {
    border-radius: 3px;
}

.checkbox input[type=checkbox]:checked + label::after {
    font-family: 'FontAwesome';
    content: "\F00C";
}

div.checkbox label:after {
    width: 20px;
    height: 20px;
    font-size: 14px;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    -ms-border-radius: 2px;
    -o-border-radius: 2px;
    border-radius: 2px;
}



/* Ujarak */
.button-hover-effect {
    -webkit-transition: border-color 0.4s, color 0.4s;
    transition: border-color 0.4s, color 0.4s;
}
.button-hover-effect::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #37474f;
    z-index: -1;
    opacity: 0;
    -webkit-transform: scale3d(0.7, 1, 1);
    transform: scale3d(0.7, 1, 1);
    -webkit-transition: -webkit-transform 0.4s, opacity 0.4s;
    transition: transform 0.4s, opacity 0.4s;
    -webkit-transition-timing-function: cubic-bezier(0.2, 1, 0.3, 1);
    transition-timing-function: cubic-bezier(0.2, 1, 0.3, 1);
}

.button-hover-effect{
    transition: all 0.3s;
}
.button-hover-effect:hover {
    color: #468B98;
    border-color: #fff;
    background: #fff;
}
/** END **/

.no-competence,.no-sondaggi{
    background: #fff;
    padding: 40px 40px 100px;
    text-align: center;
}

.no-competence,.no-sondaggi h2{
    /* NESSUN SONDAGGIO!: */
    font-size: 16px;
    color: #3F3F3E;
    letter-spacing: 1.14px;
    line-height: 19px;
    font-weight: 700;
    margin-top: 20px;
    text-transform: uppercase;
}

.no-competence,.no-sondaggi p{
    /* Non è stato creato a: */
    font-size: 16px;
    color: #8C8C8C;
    line-height: 24px;
}

#bt-save-sondaggio{
    margin-left: 10px;
}

#form-add-sondaggio .section{

    background: #FFFFFF;
    margin-bottom: 20px;
}

#form-add-sondaggio .section .section-title{

    border-bottom: 1px solid #EDEDED;
    padding: 20px;
}

#form-add-sondaggio .section .section-title h1{
    /* Informazioni: */
    font-size: 24px;
    color: #3F3F3E;
    line-height: 29px;
}

#form-add-sondaggio .section .section-body{

    padding: 20px;
}

#form-add-sondaggio textarea{
    border: 1px solid #E3E3E3;
    background: #fff;
    border-radius: 0;
}

#container-risposte textarea, #container-aree textarea, #container-areeEDIT textarea{
    width: 90%;
    float: left;
}

#container-risposte .btn-delete-risposta, #container-aree .btn-delete-area, #container-areeEDIT .btn-delete-areaEDIT, #sondaggi-list .add-ipervideo,#zoom-graph .btn-zoom{
    width: 40px;
    height: 40px;
    padding: 0;
    background: #CB2B19;
    color: #fff;
    margin-top: 7px;
    font-size: 20px;
}

#zoom-graph .btn-zoom .btn-zoom-plus{
     display: inline-block;
     height: 40px;
     width: 40px;
     background-image: url(/wp-content/themes/on/images/icon-plus.svg);"
 }

#zoom-graph .btn-zoom .btn-zoom-minus{
    display: inline-block;
    height: 40px;
    width: 40px;
    background-image: url(/wp-content/themes/on/images/icon-minus.svg);"
}

#wrapper-risposte textarea{
    margin-bottom: 20px;
}

#sondaggi-list{
    background: #fff;
}

#sondaggi-list .elenco-sondaggi{

}

#sondaggi-list .elenco-sondaggi .single-sondaggio{
    padding: 22px 20px;
    border-bottom: 1px solid #E3E3E3;
}

.ordinamento{
    display: inline!important;
    width: 5%!important;
}

.rangeOrdinamento{
    display: inline!important;
    width: 20%!important;
}

#sondaggi-list .elenco-sondaggi .single-sondaggio p{

    float: left;
    width: 80%;
    font-size: 16px;
    color: #3F3F3E;
    line-height: 20px;
    height: 20px;
    display: inline-block;
    margin-bottom: 0;
    white-space: nowrap;
    overflow: hidden;
    font-weight: 500;
}



#sondaggi-list .elenco-sondaggi .single-sondaggio .edit-sondaggio,
#sondaggi-list .elenco-sondaggi .single-sondaggio .copy-sondaggio{

    color: #3F3F3E;
    font-size: 17px;
    line-height: 20px;
    margin-right: 20px;
    padding-right: 20px;
    border-right: 1px solid #E3E3E3;
}

#sondaggi-list .elenco-sondaggi .single-sondaggio .delete-sondaggio{

    color: #CB2B19;
    font-size: 17px;
    line-height: 20px;
}

.add-ipervideo{

    color: #000000;
    font-size: 17px;
    line-height: 20px;
}

#sondaggi-list .elenco-sondaggi .single-sondaggio .sondaggio-action{
    text-align: right;

}

#sondaggi-list .elenco-sondaggi .single-sondaggio .sondaggio-action button{
    padding: 0;
    height: 20px;
}

#modalPoll .single-poll-btn, #modalChooseIpervideo .single-poll-btn, #modalChooseIpervideoNew .single-poll-btn, #modalChooseMultiIpervideo .single-poll-btn{

    font-size: 35px;
    color: #CB2B19;
    text-align: right;
    padding: 0;
}

#modalPoll li, #modalChooseIpervideo li, #modalChooseIpervideoNew li, #modalChooseMultiIpervideo li{
    line-height: 40px;
    padding: 15px;
    border-bottom: 1px solid #E3E3E3;
}

#modalPoll p, #modalChooseIpervideo p, #modalChooseIpervideoNew p, #modalChooseMultiIpervideo p{
    margin-bottom: 0;
}

#modalPoll .modal-body, #modalChooseIpervideo .modal-body, #modalChooseIpervideoNew .modal-body, #modalChooseMultiIpervideo .modal-body{
    padding: 15px 0;
}

#modalTelevoto .single-poll-btn, #modalChooseIpervideo .single-poll-btn, #modalChooseIpervideoNew .single-poll-btn, #modalChooseMultiIpervideo .single-poll-btn{

    font-size: 35px;
    color: #CB2B19;
    text-align: right;
    padding: 0;
}

#modalTelevoto li, #modalChooseIpervideo li, #modalChooseIpervideoNew li, #modalChooseMultiIpervideo li{
    line-height: 40px;
    padding: 15px;
    border-bottom: 1px solid #E3E3E3;
}

#modalTelevoto p, #modalChooseIpervideo p, #modalChooseIpervideoNew p, #modalChooseMultiIpervideo p{
    margin-bottom: 0;
}

#modalTelevoto .modal-body, #modalChooseIpervideo .modal-body, #modalChooseIpervideoNew .modal-body, #modalChooseMultiIpervideo .modal-body{
    padding: 15px 0;
}

.iperPollAdminToolbox {
    text-align: right;
    margin-bottom: 20px;
}

.iperPollAdminToolbox .btn-circle{
    width: 30px;
    height: 30px;
    padding: 0;
    background: transparent;
    color: #fff;
    margin-left: 5px;
    border: 2px solid #fff;
}

.iperPollAdminToolbox .btn-circle:first-child{
    margin-left: 0;
}

.iperPollAdminToolbox .btn-stop{
    background-image: url("images/bt-stop.svg");
    background-repeat: no-repeat;
    background-position: center center;
}

.iperPollAdminToolbox .btn-pause{
    background-image: url("images/bt-pause.svg");
    background-repeat: no-repeat;
    background-position: center center;
}

.iperPollAdminToolbox .btn-play{
    background-image: url("images/bt-play.svg");
    background-repeat: no-repeat;
    background-position: center center;
}

.widgetPollList .iperPollRisultati{
    text-align: left;
    color: #fff;
    font-size: 16px;
}

.widgetPollList .iperPollRisultati hr{
    margin: 5px auto;
    border-top: 1px solid rgba(255,255,255,0.5);
}

.widgetPollList .iperPollRisultati span.pull-right{
    font-weight: 700;
}

#previewMembriToAdd table tbody{
    font-weight: 400;
}

/** POLL POST **/
.iperPostPollWrapper {
    margin: 0 -20px;
    background: #CB2B19;
    padding: 20px 20px 35px;
}
.iperPostPollWrapper .iperPostPollContent {
    margin-top: 20px;
}
.iperPostPollWrapper .iperPostPollContent p.question {
    font-size: 18px;
    color: #FFFFFF;
    line-height: 24px;
}
.iperPostPollWrapper .iperPostPollContent ul {
    text-align: left;
    margin: 40px 0;
}
.iperPostPollWrapper .iperPostPollContent ul li {
    text-align: left;
    font-size: 16px;
    color: #fff;
    position: relative;
}
.iperPostPollWrapper .iperPostPollContent li p span.testo {
    width: 60%;
    display: inline-block;
    text-align: left;
}
.iperPostPollWrapper .iperPostPollContent li p span.vote {
    float: right;
    width: 40%;
    display: inline-block;
    text-align: right;
    font-size: 30px;
}
.iperPostPollWrapper .iperPostPollContent .iperPollRisultati {
    text-align: left;
    color: #fff;
    font-size: 16px;
}
.iperPostPollWrapper .iperPostPollContent .iperPollRisultati span.pull-right {
    font-weight: 700;
}
.iperPostPollWrapper .iperPostPollContent .iperPollRisultati hr {
    margin: 10px auto;
    border-top: 1px solid rgba(255,255,255,0.5);
}
/** POLL POST **/

/** IPERVIDEO **/

#previewLinkBt{
    margin-right: 10px;
}

div.orgChart div.node{
    background: #fff;
    border: 1px solid #E3E3E3;
    box-shadow: none;
    border-radius: 8px;
    padding: 0;
}

div.orgChart div.node .iperRisposta{
    padding:0 12px;
    border: 0;
    font-weight: 700;
    font-size: 14px;
    color: #739937;
    margin-bottom: 10px;
    margin-top: 10px;
    text-align: left;
}

div.orgChart div.node .iperRisposta:hover,
div.orgChart div.node .iperDomanda:hover,
div.orgChart div.node .iperScoreLabel:hover{
    cursor: pointer;
}

div.orgChart div.node .iperRisposta.empty{
    padding: 0;
    border: 0;
    margin: 0;
}

div.orgChart div.node .iperDomanda{

    padding:0 12px;
    border: 0;
    font-weight: 700;
    font-size: 14px;
    color: #CB2B19;
    margin-bottom: 10px;
    margin-top: 10px;
    text-align: left;
}

div.orgChart div.node .iperScoreLabel{
    padding:0 12px;
    border: 0;
    font-weight: 700;
    font-size: 14px;
    margin-bottom: 10px;
    margin-top: 10px;
    text-align: center;
}

div.orgChart div.node .iperScoreLabel span{
    width: 33.3%;
    min-width: 33.3%;
    display: block;
    float: left;
}

div.orgChart div.node .iperScoreLabel:after{
    clear: both;
    content: "";
    display: block;
}

div.orgChart div.node .placeholder.iperDomanda,
div.orgChart div.node .placeholder.iperRisposta{
    color: #8C8C8C;
    font-weight: normal;
    text-transform: capitalize;
}

div.orgChart div.node .org-button-container{

    position: relative;
    padding: 10px 12px;
    background: #F8F8F8;
    border-bottom-left-radius: 8px;
    border-bottom-right-radius: 8px;
}

div.orgChart div.node .org-button-container .org-add-button{

    position: relative;
    left: auto;
    bottom: auto;
    top: auto;
    background: url("images/bt-add-ipervideo.svg") top left no-repeat;
    background-size: 100%;
    /*background: url("images/bt-add-risposta.png") top left no-repeat;*/
    height: 20px;
    width: 20px;
    float: left;
    padding-left: 0;
    font-size: 10px;
}

div.orgChart div.node .org-button-container .org-del-button{

    position: relative;
    right: auto;
    bottom: auto;
    top: auto;
    background: url("images/bt-delete-ipervideo.svg") top left no-repeat;
    background-size: 100%;
    /*background: url("images/bt-delete-risposta.png") top left no-repeat;*/
    height: 20px;
    width: 20px;
    float: right;
}

div.orgChart div.node .iperVideoBlock{

    width: 100%;
    height: 94px;
    display: inline-block;
}

div.orgChart tr.lines td.left{
    border-right: 1px dashed #3F3F3E;
}

div.orgChart tr.lines td.right {
    border-left: 0px dashed #3F3F3E;
}

div.orgChart tr.lines td.top {
    border-top: 1px dashed #3F3F3E;
}

div.orgChart .node .videoUploadPlayer{

    height: 94px;
    width: 100%;
    display: inline-block;
}

div.orgChart .storyVideoWrapper{
    position: relative;
    padding-bottom: 94px; /* 16:9 */
    padding-top: 0;
    height: 0;
}

div.orgChart .storyVideoWrapper .storyVimeo-container{
    display: block;
    margin: 0 auto;
    width: 100%;
}

div.orgChart .storyVideoWrapper .storyVimeo-container .storyVimeo-player {
    display: block;
    width: 100%;
    padding-bottom: 94px;
    overflow: hidden;
    position: relative;
    height: 100%;
    cursor: pointer;
}
div.orgChart .storyVideoWrapper .storyVimeo-container .storyVimeo-player img.vimeoThumbPrew {
    bottom: 0;
    display: block;
    left: 0;
    margin: auto;
    max-width: 100%;
    width: 100%;
    position: absolute;
    right: 0;
    top: 0;
    height: auto;
}

div.orgChart .storyVideoWrapper .storyVimeo-container .storyVimeo-player .storyPlay-button {
    height: 100%;
    width: 100%;
    left: 0;
    top: 0;
    position: absolute;
    background: url("images/play-icon.svg") no-repeat center center rgba(0,0,0,0.6);
    background-size: 40px 40px;
}

div.orgChart .storyVideoWrapper .storyVimeo-container .storyVideoBtDelete{
    position: absolute;
    top:5px;
    right: 5px;
    width: 20px;
    height: 20px;
    display: inline-block;
    cursor: pointer;
    background: url("images/bt-delete-risposta.png") top center no-repeat;
    border: 0;
    box-shadow: none;
    margin: 0;
    padding: 0;
}

div.orgChart .videoUploadBox .boxCarica,
div.orgChart .videoUploadBox .boxSfoglia{

    float: left;
    width: 50%;
    opacity: 0;
    transition: all 0.5s ease;
    color: #fff;
    height: 100%;
    position: relative;
    z-index: 2;
}

div.orgChart .videoUploadBox .boxCarica{
    background: url("images/add-icon.svg") center no-repeat;
    background-size: 30px;
}

div.orgChart .videoUploadBox .boxSfoglia{
    background: url("images/folder-icon.svg") center no-repeat;
    background-size: 30px;
}

div.orgChart .videoUploadBox .boxCarica,
div.orgChart .videoUploadBox .boxSfoglia,
div.orgChart .videoUploadBox .boxCarica span,
div.orgChart .videoUploadBox .boxSfoglia span,
div.orgChart .videoUploadBox .boxCarica span i,
div.orgChart .videoUploadBox .boxSfoglia span i{

    line-height: 94px;
}

div.orgChart .videoUploadBox .boxCarica span,
div.orgChart .videoUploadBox .boxSfoglia span{
    height: 94px;
    display: inline-block;
}


div.orgChart .videoUploadBox .bg{

    background: url("images/bg-add.svg") center no-repeat;
    opacity: 1;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    transition: all 0.5s ease;
    z-index: 1;
}

div.orgChart .node .videoUploadBox{
    background: #CB2B19;
    height: 94px;
    width: 100%;
    display: inline-block;
    background-size: 40px 40px;
    cursor: pointer;
    position: relative;
}

div.orgChart .videoUploadBox{
    transition: all 0.5s ease;
}

div.orgChart .videoUploadBox:hover .bg{
    opacity: 0;
    -ms-transform: rotate(180deg); /* IE 9 */
    -webkit-transform: rotate(180deg); /* Chrome, Safari, Opera */
    transform: rotate(180deg);
}

div.orgChart .videoUploadBox:hover .boxCarica,
div.orgChart .videoUploadBox:hover .boxSfoglia{
    opacity: 1;
}

/** IPERVIDEO **/

#topMenuNotifiche .icon-notification:before,
#mobileNotify .icon-notification:before{
    content: "";
    font-size: 0;
    width: 35px;
    height: 35px;
    display: inline-block;
    background: url("images/notifiche-icon-dark.svg") center no-repeat;
    background-size: 90%;
}

#mobileNotify .icon-notification:before{

    width: 25px;
    height: 25px;
}

#row-mobile-poll,#widget-poll-wrapper-mobile{
    border: 0;
}

#modalAddExistingMember .modalListWrapper{
    overflow: scroll;
    max-height: 300px;
}

#modalAddExistingMember .modalListWrapper li{
    border-bottom: 1px solid #E3E3E3;
    position: relative;
    padding: 20px 0 20px 60px;
    cursor: pointer;
}

#modalAddExistingMember .modalListWrapper li.selected:after{

    position: absolute;
    content: "";
    background: url("images/check-survey.svg") no-repeat top center;
    background-size: 100%;
    width: 30px;
    height: 30px;
    display: block;
    top: 25px;
    right: 30px;

}

#modalAddExistingMember .modalListWrapper li p{
    margin: 0;
}

#modalAddExistingMember .modalListWrapper li .list-avatar{
    position: absolute;
    top: 10px;
    left: 0;
    width: 50px;
    height: 50px;
    max-width: 50px;
    max-height: 50px;
    background-size: cover;
}

nav.navbar-default .dropdown-menu>li>a{
    color: #3F3F3E !important;
    font-weight: 500 !important;
    font-size: 14px !important;
}

nav.navbar-default .dropdown-menu li.active a{

    color: #3F3F3E !important;
    font-weight: 500 !important;
    font-size: 14px !important;
}

/** TELEVOTO **/

.IperPollUserSinglePoll{
    background: #fff;
    padding: 30px 20px;
    margin-bottom: 20px;
}

.IperPollUserSinglePoll .IperPollUserSinglePollContent .question{
    font-size: 24px;
    color: #CB2B19;
    line-height: 24px;
    text-align: center;
}

.IperPollUserSinglePoll .IperPollUserSinglePollContent ul{
    width: 320px;
    margin: 30px auto 0;
}

.IperPollUserSinglePoll .IperPollUserSinglePollContent .televotoSingleOption{
    background: #CB2B19;
    position: relative;
    display: flex;
    align-items: center;
    height: 60px;
    margin-bottom: 10px;
    cursor: pointer;
    -webkit-transition: all .4s ease-in-out;
    -moz-transition: all .4s ease-in-out;
    -o-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out;
}

.IperPollUserSinglePoll .IperPollUserSinglePollContent .televotoSingleOption .televotoSingleOptionImage{

    width: 80px;
    height: 60px;
    display: block;
    overflow: hidden;
    background-size: cover;
    position: absolute;
    top: 0;
    left: 0;
}

.IperPollUserSinglePoll .IperPollUserSinglePollContent .televotoSingleOption p{

    font-size: 18px;
    color: #FFFFFF;
    line-height: 21px;
    max-height: 42px;
    overflow: hidden;
    margin: 0;
}

.IperPollUserSinglePoll .IperPollUserSinglePollContent .televotoSingleOption p.paddedLeft{

    padding-left: 92px;
}


.IperPollIsaacSinglePoll{
    background: #fff;
    margin-bottom: 20px;
}

.IperPollIsaacSinglePoll .IperPollIsaacSinglePollHeader{
    background: #CB2B19;
    height: 70px;
}

.IperPollIsaacSinglePoll .IperPollIsaacSinglePollContent{
    padding: 20px;
}

.IperPollIsaacSinglePoll .IperPollIsaacSinglePollContent .question{

    font-size: 24px;
    color: #CB2B19;
    line-height: 34px;
    font-weight: 600;
}

.IperPollIsaacSinglePoll .IperPollIsaacSinglePollContent ul{

}

.IperPollIsaacSinglePoll .IperPollIsaacSinglePollContent .televotoSingleOption{
    position: relative;
    height: 58px;
    max-height: 58px;
    overflow: hidden;
    margin-bottom: 10px;
}

.IperPollIsaacSinglePoll .IperPollIsaacSinglePollContent .televotoSingleOption .televotoSingleOptionImage{

    width: 78px;
    height: 58px;
    display: block;
    overflow: hidden;
    background-size: cover;
    position: absolute;
    top: 0;
    left: 0;
}

.IperPollIsaacSinglePoll .IperPollIsaacSinglePollContent .televotoSingleOption p{
    margin-bottom: 0;
    padding-left: 10px;
    font-size: 20px;
    line-height: 25px;
    height: 50px;
    max-height: 50px;
    overflow: hidden;
    position: absolute;
    top: 0;
    font-weight: 500;


    -webkit-transition: all .4s ease-in-out;
    -moz-transition: all .4s ease-in-out;
    -o-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out;
}

.IperPollIsaacSinglePoll .IperPollIsaacSinglePollContent .televotoSingleOption .containerResults{

    width: 100%;
    position: relative;
    display: block;
    height: 100%;
    float: left;
}

.IperPollIsaacSinglePoll .IperPollIsaacSinglePollContent .televotoSingleOption .containerResults .containerResultsWrapper{
    position: relative;
    width: 70%;
    height: 100%;
}

.IperPollIsaacSinglePoll .IperPollIsaacSinglePollContent .televotoSingleOption .containerResults.paddedLeft{
    padding-left: 78px;
}

.IperPollIsaacSinglePoll .IperPollIsaacSinglePollContent .televotoSingleOption .containerResults .containerResultsBG{

    position: relative;
    display: block;
    height: 100%;
    float: left;

    -webkit-transition: all .4s ease-in-out;
    -moz-transition: all .4s ease-in-out;
    -o-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out;
}

.IperPollIsaacSinglePoll .IperPollIsaacSinglePollHeader .btn-circle{
    width: 30px;
    height: 30px;
    padding: 0;
    background: transparent;
    color: #fff;
    margin-left: 5px;
    border: 2px solid #fff;
    float: right;
    margin-top: 20px;
    margin-right: 5px;
}

.IperPollIsaacSinglePoll .IperPollIsaacSinglePollHeader .btn-circle:first-child{
    margin-left: 0;
}

.IperPollIsaacSinglePoll .IperPollIsaacSinglePollHeader .btn-pause{
    background: url("images/bt-pause.svg") no-repeat center center;
}

.IperPollIsaacSinglePoll .IperPollIsaacSinglePollHeader .btn-play{
    background: url("images/bt-play.svg") no-repeat center center;
}

.IperPollIsaacSinglePoll .IperPollIsaacSinglePollHeader .btn-remove{
    margin-right: 20px;
}

.IperPollIsaacSinglePoll .IperPollIsaacSinglePollFooter{
    padding: 20px;
}

.IperPollIsaacSinglePoll .IperPollIsaacSinglePollFooter p{
    line-height: 43px;
    border-top: 1px solid #E3E3E3;
    border-bottom: 1px solid #E3E3E3;
    margin-bottom: 20px;
}

.IperPollIsaacSinglePoll .IperPollIsaacSinglePollFooter .btn{

    font-size: 14px;
    font-weight: 400;
    text-shadow: none;
}

/** FINE TELEVOTO **/

/** RISULTATI TELEVOTO **/
html.televotoHTML{
    height: 100%;
}

body.body-televoto{
    height: 100%;
    margin: 0;
}

body.body-televoto .televotoWrapper{
    min-height: 100%;
    height: 100%;
}

body.body-televoto .televotoContainer{
    width: 100%;
    height: 0;
    padding-bottom: 56.25%;
    background: #EDEDED;
    display: block;
    overflow: hidden;
}

body.body-televoto .televotoContainer ul{
    margin: 0;
}

.televotoContainer .televotoHeader{

    background: #fff;
    width: 100%;
    height: 0;
    padding-bottom: 13.3%;
    position: relative;
}

.televotoContainer .televotoHeader .televotoHeaderContainer{

    left: 5%;
    right: 5%;
    top: 0;
    bottom: 0;
    position: absolute;
}

.televotoContainer .televotoHeader .televotoHeaderContainer .televotoHeaderContainerWrapper{
    position: relative;
    width: 100%;
    height: 100%;
    padding-top: 3%;
    padding-bottom: 1%;
}

.televotoContainer .televotoHeader .televotoHeaderContainer .televotoHeaderContainerLogo{

    position: relative;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
}

.televotoContainer .televotoHeader .televotoHeaderContainer .televotoHeaderContainerLogo .bg-azienda{
    background-size: cover;
    width: 20%;
    height: 100%;
    float: left;
}


.televotoContainer .televotoHeader .televotoHeaderContainer .televotoHeaderContainerLogo .televotoDomanda{
    max-height: 100%;
    overflow: hidden;
    float: left;
    width: 80%;
}

.televotoContainer .televotoHeader .televotoHeaderContainer .televotoHeaderContainerLogo .televotoDomanda h1{

    margin: 0;
    padding: 0 4px;
    color: #CB2B19;
    font-size: 14px;
    line-height: 18px;
    max-height: 92px;
    overflow: hidden;
    font-weight: 600;
}

.televotoContainer .televotoRisposte{

    width: 100%;
    height: 0;
    background: #EDEDED;
    padding-bottom: 37%;
    position: relative;
    overflow: hidden;
}

.televotoRisposteWrapperContainer{

    left: 5%;
    right: 5%;
    top: 0;
    bottom: 0;
    position: absolute;
}

.televotoRisposteWrapperContainer .televotoRisposteWrapper{
    padding: 2% 0;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 20%;
}

.televotoContainer .televotoRisposte .televotoRisposteContainer{
    width: 100%;
    position: relative;
    margin: 0 auto;
    height: 100%;

}

.televotoContainer .televotoRisposte .televotoRisposteContainer .televotoRisposteContainerElenco{

    width: 100%;
    height: 100%;
    overflow: scroll;
}

.televotoContainer .televotoRisposte .televotoRisposteContainer ul li{

    position: relative;
    overflow: hidden;
    margin-bottom: 1.5%;
}


.televotoContainer .televotoRisposte .televotoRisposteContainer ul li .televotoSingleOption{
    position: relative;
    overflow: hidden;
    width: 100%;
}

.televotoContainer .televotoRisposte .televotoRisposteContainer ul li .televotoSingleOption .televotoSingleOptionLi{

    width: 100%;
    height: 0;
    padding-bottom: 8%;
}

.televotoContainer .televotoRisposte .televotoRisposteContainer ul li .televotoSingleOption .televotoSingleOptionImage {
    width: 13.5%;
    height: 100%;
    display: block;
    overflow: hidden;
    background-size: cover;
    position: absolute;
    top: 0;
    left: 0;
}

.televotoContainer .televotoRisposte .televotoRisposteContainer ul li .televotoSingleOption .containerResults {

    position: absolute;
    top: 0;
    bottom: 0;
    left: 13.45%;
    right: 0;
}

.televotoContainer .televotoRisposte .televotoRisposteContainer ul li .televotoSingleOption .containerResults .containerResultsTip {

    width: 100%;
    position: relative;
    display: block;
    height: 100%;
}


.televotoContainer .televotoRisposte .televotoRisposteContainer ul li .televotoSingleOption .containerResults .containerResultsWrapper {
    position: relative;
    width: 90%;
    height: 100%;
}

.televotoContainer .televotoRisposte .televotoRisposteContainer ul li .televotoSingleOption .containerResultsBG {
    position: relative;
    display: block;
    height: 100%;
    float: left;
    -webkit-transition: all .4s ease-in-out;
    -moz-transition: all .4s ease-in-out;
    -o-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out;
}

.televotoContainer .televotoRisposte .televotoRisposteContainer ul li .televotoSingleOption .containerResults .containerResultsWrapper p {
    margin-bottom: 0;
    padding-left: 10px;

    max-height: 100%;
    overflow: hidden;
    position: absolute;
    top: 0;
    font-weight: 600;
    -webkit-transition: all .4s ease-in-out;
    -moz-transition: all .4s ease-in-out;
    -o-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out;
}


.televotoContainer .televotoFooter{

    width: 100%;
    height: 0;
    background: #fff;
    padding-bottom: 8%;
}

.televotoContainer .televotoFooterContainer{
    width: 80%;
    margin: 0 auto;
    padding-top: 15px;
}

.televotoContainer .televotoFooterContainer p{

    margin: 0;
    font-size: 24px;
    line-height: 30px;
    color: #8C8C8C;
}

.televotoContainer .televotoFooterContainer img.loginLogo{
    width: 48px;
    margin-left: 15px;
}

@media (min-width: 1024px) {

    .televotoContainer .televotoFooterContainer p{
        font-size: 18px;
        line-height: 22px;
    }

    .televotoContainer .televotoFooterContainer img.loginLogo{
        width: 36px;
        margin-left: 15px;
    }
}

@media (min-width: 1200px) {

    .televotoContainer .televotoRisposte .televotoRisposteContainer ul li .televotoSingleOption .containerResults .containerResultsWrapper p {
        font-size: 20px;
        line-height: 24px;
    }

    .televotoContainer .televotoHeader .televotoHeaderContainer .televotoHeaderContainerLogo .televotoDomanda h1{
        font-size: 24px;
        line-height: 28px;
    }
}
@media (min-width: 1900px) {

    .televotoContainer .televotoRisposte .televotoRisposteContainer ul li .televotoSingleOption .containerResults .containerResultsWrapper p {
        font-size: 32px;
        line-height: 36px;
    }

    .televotoContainer .televotoHeader .televotoHeaderContainer .televotoHeaderContainerLogo .televotoDomanda h1{
        font-size: 36px;
        line-height: 40px;
    }

}

/** FINE RISULTATI TELEVOTO **/

/* Small devices (tablets, 768px and up) */
@media (min-width: 768px) {

    .detailThreadHeader h2{
        padding-right: 165px;
    }

    #box-pubblica{
        padding: 5px 20px 20px;
    }

    #box-pubblica .nav-tabs>li>a i{
        margin-right: 3px;
    }

    #modalCommentEmbedObject .modal-dialog .modal-content-image img.img-responsive {

        height: 100%;
        width: auto;
    }

    #iper-media-modal .modal-body .media-library-wrapper .media-single-grid {
        width: 33.3%;
    }

    .navbar-brand img{
        max-width: 100%;
    }

    .navbar, .navbar-header{
        max-height: 45px;
    }

    .navbar-default{
        background-image: none;
        box-shadow: none;
        background: #fff;
        border: 0px;
        border-bottom: 1px solid #EDEDED;
        margin-bottom: 0px;
    }
    .navbar-nav{
        padding-top: 24px;
        padding-bottom: 24px;
    }

    .navbar-right{
        padding: 14px 0;
    }

    .navbar-nav>li>a{

        padding: 0px 19px;
        border-right: 1px solid #EDEDED;
        font-weight: 500;
        color: #3F3F3E;
        font-size: 18px;
        text-transform: uppercase;
    }

    .navbar-default .navbar-nav>li{

        line-height: 50px;
        min-height: 50px;
        position: relative;
    }

    .navbar-default .navbar-nav>li>a{

        color: #3F3F3E;
        display: inline-block;
        line-height: 50px;
        vertical-align: middle;
    }

    .navbar-default .navbar-nav>li>a .fa{
        line-height: 50px;
        vertical-align: middle;
    }

    .navbar-nav>li:first-child>a{

        border-left: 1px solid #EDEDED;
    }

    .dropdown-menu>li>a:focus, .dropdown-menu>li>a:hover{

        background: #CB2B19;
        color: #fff;
    }

    .dropdown-menu>li>a{
        color: #3F3F3E;
        font-weight: 500;
        font-size: 14px;
    }

    .company-list-image a.add {
        text-align: center;
        vertical-align: initial;
        padding-top: 8%;
        line-height: 100%;
        font-weight: lighter;
        font-size: 21em;
        color: #ffffff;
        /*background: #CB2B19;*/

    }


    #wrapperUploadImage #companyLogoSmall{
        margin-top: 0px;
    }

    .navbar-header{
        width: 100%;
    }

    #box-pubblica .nav-tabs>li>a{
        padding: 10px 10px;
    }

    #modalMembriToAdd .modal-dialog{
        width: 80%;
    }

}
li.col-iper-image-count-others {

    position: absolute;
    width: 33.3%;
    background: rgba(0,0,0,0.6);
    bottom: 0;
    right: 0;
    cursor: pointer;
}

li.col-iper-image-count-others .col-iper-image-count-others-content{
    display: inline-block;
    width: 100%;
    text-align: center;
    padding: 38% 0 62%;
    height: 0;
    color: #fff;
    font-size: 40px;
    font-weight: 500;
    font-family: "Helvetica", helvetica, arial, sans-serif;
}

/** Media gallery folder **/

.div-single-folder {
    height: 0;
    padding-bottom: 100%;
    overflow: hidden;
    text-align: center;
    cursor: pointer;
    border: 1px solid #8C8C8C;
    position: relative;
}

.div-single-folder i.fa.fa-folder-o {
    font-size: 50px;
    position: absolute;
    top: 50%;
    margin-top: -25px;
    width: 100%;
    left: 0;
}

.div-single-folder p {
    position: absolute;
    bottom: 0;
    margin: 0 0 5px;
    width: 100%;
    font-size: 16px;
}

/** End Media gallery folder **/

/** VIDEO QUIZ SECTION **/

/** TEST VIMEO PLAYER **/
div.videoWrapper.iper-test-hide-toolbar {
    width: 100%;
    z-index: 99999;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: #000;
    max-width: 100%;
    padding: 0;
    height: auto;
}

/* set up the aspect ratio of the video */
.iper-test-hide-toolbar .youtube-container {
    overflow: hidden;
    position: absolute;
    margin: 0 auto;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    max-width: 100%;
}

/* hide the default video controls */
.iper-test-hide-toolbar .youtube-container iframe {
    width: 100%;
    /*height: 180%;*/
    position: absolute;
    left: 0;
    /*top: -40%;*/
    /*z-index: -1;*/
    max-width: 100%;
}

#user-quiz{
    z-index: 9999;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    text-align: center;
    margin-top: 0;
    background: rgba(255,255,255,0.95);
}


#result-wrapper {
    z-index: 9999;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    text-align: center;
    margin: 0px;
    background: #000000;
    width: 100%;
    height: 100%;

}


#result-wrapper .result-container{
    width: 100vw;
    height: 56.25vw; /* height:width ratio = 9/16 = .5625  */
    max-height: 100vh;
    max-width: 177.78vh; /* 16/9 = 1.778 */
    margin: auto;
    position: absolute;
    top:0;bottom:0; /* vertical center */
    left:0;right:0; /* horizontal center */
}



#user-quiz .user-quiz-container {
    padding: 60px 0;
    position: relative;
    height: 100%;
}

#user-quiz .user-quiz-container .user-quiz-loghi{

    width: 100%;
    height: 70px;
    overflow: hidden;
    margin-bottom: 60px;
}

#user-quiz .user-quiz-container .user-quiz-loghi img.quizLogoOn{

    height: 70px;
}

#user-quiz .user-quiz-container .user-quiz-loghi img.quizLogoCompany {
    height: 70px;
    padding-left: 30px;
    margin-left: 30px;
    border-left: 1px solid #E3E3E3;
}

/*#user-quiz .user-quiz-container:before{

    content: '';
    width: 50px;
    height: 50px;
    margin:0 auto 20px;
    display: inline-block;
    background: url("images/sondaggio-icon-box.svg") no-repeat center center / 100% ;
}*/

#user-quiz .user-quiz-container p.domanda{

    font-size: 20px;
    color: #CB2B19;
    line-height: 28px;
    font-weight: 500;
    width: 80%;
    margin: 0 auto;
}

#user-quiz .user-quiz-container .radio label {
    /* Ut enim ad minim ven: */
    font-size: 16px;
    font-weight: 700;
    color: #3F3F3E;
    line-height: 26px;
}

#user-quiz .user-quiz-container button, #result-wrapper button{
    /* INVIA RISPOSTA: */
    font-size: 14px;
    color: #FFFFFF;
    line-height: 16px;
    border:0;
    border-radius: 4px;
    position: absolute;
    bottom: 60px;
    left: 50%;
    text-align: center;
    padding: 6px 0;
    width: 200px;
    margin-left: -100px;
    background: #CB2B19;
    text-transform: uppercase;
}

#user-quiz h2{
    color: #CB2B19;
    margin-top: 20px;
}

div#user-quiz ul{
    width: 60%;
    position: relative;
    margin: 40px auto 0;
}

div#user-quiz ul li{
    list-style-type: none;
    position: relative;
    vertical-align: middle;
    margin: 0;
    cursor: pointer;
    text-align: left;
}

div#user-quiz ul li:hover{
    text-decoration: underline;
}

div#user-quiz .radio{
    margin-left: 20px;
}

/** END VIDEO QUIZ SECTION **/

#dropzone-foto-wrapper{
    display: none;
}

#dropzone-foto-wrapper.dz-started{
    display: inherit;
}

#dropzone-file{
    display: none;
}

#dropzone-file.dz-started{
    display: inherit;
}

.boxButtonBlockMobile{
    margin: 0;
}

#video_drop_zone{
    display: none;
}

.pubblicaVideoLink{
    margin: 30px 15px;
}

.boxButtonBlockMobileNomargin{
    margin: 0;
}

#pubblica-tab{
    padding: 0 15px;
}

#box-pubblica .tab-content{
    padding: 10px 20px 0;
}

#box-pubblica{
    padding: 0;
}
#box-pubblica #bt-pubblica{
    margin: 10px 0;
    width: 100%;
}

#box-pubblica button:disabled{
    opacity: 0.3;
}

.mobile-container #main-content .row{
    margin-bottom: 10px;
}

.single-post-container{
    margin-bottom: 10px;
}

.btn-media-gallery, #tabVideo .btn-ipervideo {
    margin-top: 0;
    margin-bottom: 10px;
    background: #C0C0C0;
    line-height: 26px;
}

#main-content .row.nomarginbottom, .nomarginbottom{
    margin-bottom: 0;
}

.single-post-container .post-comment-box .post-comment-input .user-comment-avatar{
    width: 35px;
    height: 35px;
    max-width: 35px;
    max-height: 35px;
}

.single-post-container .post-comment-box .post-comment-input{
    padding-left: 45px;
    padding-top: 0;
}

.single-post-container .post-comment-box.empty-comment-box .post-comment-input .user-comment-avatar{
    top: 10px;
}

.container-chat {
    padding-top: 0;
    margin-top: 0;
}

body.body-chat{
    padding-top: 44px;
}
body.body-chat .mobileTopBarMsg{
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
}

/* Medium devices (desktops, 992px and up) */
@media (min-width: 992px) {

    body.body-chat{
        padding-top: 0;
    }
    .container-chat {
        padding-top: 45px;
        margin-top: 0;
    }

    #box-pubblica .tab-content{
        padding: 20px 0 10px;
    }

    .btn-media-gallery, #tabVideo .btn-ipervideo {
        margin-top: 20px;
        margin-bottom:0;
    }

    .single-post-container{
        margin-bottom: 20px;
    }

    .mobile-container #main-content .row{
        margin-bottom: 20px;
    }

    .mobile-container #main-content .row.nomarginbottom, .nomarginbottom{
        margin-bottom: 0;
    }

    #box-pubblica #bt-pubblica{
        margin-top: 20px;
        margin-bottom: 0;
        width: auto;
    }

    #box-pubblica{
        padding: 5px 20px 20px;
    }

    #pubblica-tab{
        padding: 0;
    }

    .pubblicaVideoLink{
        margin: 30px 0;
    }

    #video_drop_zone{
        display: inherit;
    }

    .boxButtonBlockMobile,
    .boxButtonBlockMobileNomargin{
        margin-right: -15px;
        margin-left: -15px;
    }

    #dropzone-foto-wrapper{
        display: inherit;
    }

    #dropzone-file{
        display: inherit;
    }

    body.padded {
        padding-top: 45px;
        padding-bottom: 0;
    }

    #main-content{
        padding: 20px 0;
    }

    #iper-media-modal .modal-body .media-library-wrapper .media-single-grid {
        width: 20%;
    }

    .company-list-image a.add {
        text-align: center;
        vertical-align: initial;
        padding-top: 8%;
        line-height: 100%;
        font-weight: lighter;
        font-size: 1000%;
        color: #ffffff;
       /* background: #CB2B19;*/

    }

    .detailThread{
        top: 110px;
        bottom: 20px;
    }

    .container-chat {
        padding-left: 15px;
        padding-right: 15px;
        padding-top: 80px;
    }

    #chat-content{

        margin-left: 25%;
    }

    #modalVideoRecenti .modal-dialog{
        width: 90%;
        height: 72%;
    }

    #modalVideoRecenti .modal-dialog .modal-content{
        height: 100%;
    }

    #modalVideoRecenti .modal-dialog .modal-content #modalIframeWrapper{
        padding: 0;
        height: 100%;
    }

    #modalVideoRecenti .modal-dialog .modal-content #modalIframeWrapper iframe{
        height: 100%;
    }

    .youtube-container{
        max-width: 600px;
    }

    #ipervideoPreview .youtube-container{
        max-width: 100%;
    }

    #search-bar{
        margin: 0;
    }

    .mobile-container{
        width: 970px;
    }

    body.padded{

        padding-top: 80px;
        background: #E3E3E3;
    }

    .navbar-brand{
        padding-top: 24px;
    }

    .navbar, .navbar-header{
        min-height: 80px;
    }

    .navbar-brand{
        height: 80px;
    }

    .navbar-header{
        width: auto;
    }

    #main-content{

        padding: 20px 15px;
    }

    #content-menu .tab-menu li {
        padding: 0 23px;
    }

    #box-pubblica .nav-tabs>li>a{
        padding: 10px 10px;
    }

    .dropdown-backdrop{
        background: transparent;
    }

    .company-list-image {
        width: 25%;
    }
}

/* Large devices (large desktops, 1200px and up) */
@media (min-width: 1200px) {

    .mobile-container{
        width: 1170px;
    }
}

/**---- Animazioni ----**/

/*
 *  Usage:
 *
      <div class="sk-wave">
        <div class="sk-rect sk-rect1"></div>
        <div class="sk-rect sk-rect2"></div>
        <div class="sk-rect sk-rect3"></div>
        <div class="sk-rect sk-rect4"></div>
        <div class="sk-rect sk-rect5"></div>
      </div>
 *
 */

.sk-wave {
    margin: 30px auto;
    width: 100%;
    height: 60px;
    text-align: center;
    font-size: 10px;
}

.sk-wave .sk-rect {
    background-color: #fff;
    height: 100%;
    width: 5px;
    margin: 0 3px 0 0;
    display: inline-block;
    -webkit-animation: sk-waveStretchDelay 1.2s infinite ease-in-out;
    animation: sk-waveStretchDelay 1.2s infinite ease-in-out; }
.sk-wave .sk-rect1 {
    -webkit-animation-delay: -1.2s;
    animation-delay: -1.2s; }
.sk-wave .sk-rect2 {
    -webkit-animation-delay: -1.1s;
    animation-delay: -1.1s; }
.sk-wave .sk-rect3 {
    -webkit-animation-delay: -1s;
    animation-delay: -1s; }
.sk-wave .sk-rect4 {
    -webkit-animation-delay: -0.9s;
    animation-delay: -0.9s; }
.sk-wave .sk-rect5 {
    -webkit-animation-delay: -0.8s;
    animation-delay: -0.8s; }

@-webkit-keyframes sk-waveStretchDelay {
    0%, 40%, 100% {
        -webkit-transform: scaleY(0.4);
        transform: scaleY(0.4); }
    20% {
        -webkit-transform: scaleY(1);
        transform: scaleY(1); } }

@keyframes sk-waveStretchDelay {
    0%, 40%, 100% {
        -webkit-transform: scaleY(0.4);
        transform: scaleY(0.4); }
    20% {
        -webkit-transform: scaleY(1);
        transform: scaleY(1); }
}

/**---- Fine Animazioni ----**/


/**---- Media Library ----**/

/* Attribuisco la classe relative al form in modo da poter
posizionare il menu autocomplete in relazione ad esso
----------------------------------*/

form#search-form-folder{
    position: relative;
}

/* Imposto gli stili del menu dell'autocomplete in modo da
permettere a jQuery UI di spostalo a piacimento in base alla
posizione del campo di testo
----------------------------------*/

form#search-form-folder ul{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    max-height: 200px;
    overflow: auto;
    z-index: 1;
    border:1px solid #DDDDDD;
    border-radius: 6px;
    background: #fff;
}

/* Siccome gli stili del jQuery UI non sono stati aggiunti,
nacondo la classe dell'helper
----------------------------------*/
span.ui-helper-hidden-accessible{
    display: none !important;
}

/* Siccome non posso sovrascrivere lo stato del focus della
selezione degli elementi nella lista, uso la classe del jQuery UI
per modificarne gli stili
----------------------------------*/
.ui-state-focus {
    color: #ffffff;
    background-color: #CB2B19;
    cursor: pointer;
}

form#search-form-folder .nav-pills > li{
    border-radius: 5px;
}

form#search-form-folder .nav > li{
    position: relative;
    display: block;
    padding: 10px 15px;
}

#libreria-file .media-single-grid .singleFileListItemIcon{
    margin: 20px auto;
    position: relative;
    float: none;
    top: auto;
    display: block;
    left: auto;
}

#libreria-file .media-single-grid.selected .singleFileListItemIcon{
    margin-top: 14px;
}

#libreria-file .media-single-grid p{
    font-size: 14px;
    text-align: center;
    color: #3F3F3E;
    word-wrap: break-word;
    margin: 0 0 10px;
    width: 100%;
    font-weight: 500;
    line-height: 18px;
    padding: 0 5px;
    max-height: 18px;
    overflow: hidden;
}

#libreria-file .media-single-grid.selected p{
    margin: 0;
}

.single-media-selezionato{
    overflow: hidden;
}

.single-media-selezionato .singleFileListItemIcon{
    position: relative;
    float: none;
    top: auto;
    display: block;
    left: auto;
    margin: 0 auto;
}

.single-media-selezionato p{
    position: absolute;
    top: 70px;
    left: 0;
    right: 0;
    text-align: center;
    color: #8C8C8C;
    word-wrap: break-word;
}

.btn-library-play-video{
    position: absolute;
    z-index: 2;
    padding: 10px 0;
    left: 0;
    right: 0;
    bottom: 0;
    text-align: center;
    border-radius: 0;
    background: #CB2B19;
    font-size: 14px;
    overflow: hidden;
    line-height: 18px;
    font-weight: 400;
    text-transform: capitalize;
    display: none;
}

.media-single-grid:hover .btn-library-play-video{
    display: inline-block;
}
.modal-content{border-radius: 0; font-weight: 300;}
/**---- Fine Media Library ----**/

a.author-photo-profile-link{
    display: inline-block;
    width: 100%;
    height: 100%;
    cursor: pointer;
}

/** USER MENTIONS **/

.iperUserMentionsDropdown{

    position: absolute;
    z-index: 200;
    height: 0;
    left: 75px;
    right: 0;
}

.iperUserMentionsDropdown .iperUserMentionsDropdownContainer{

    /*max-height: 180px;*/
    overflow: scroll;
    display: block;
    border: solid;
    border-width: 1px 1px 2px;
    border-color: #EDEDED;
    background: #fff;
}

.iperUserMentionsDropdown ul{
    padding: 2px 0;
}

.iperUserMentionsDropdown ul li{
    min-height: 32px;
    padding: 2px 10px 2px 45px;
    border: solid #fff;
    border-width: 1px 0;
    color: #333;
    cursor: pointer;
    display: block;
    position: relative;
}

.iperUserMentionsDropdown ul li:hover,
.iperUserMentionsDropdown ul li.selected{
    background-color: #CB2B19;
    border-color: #CB2B19;
    color: #fff;
}

.iperUserMentionsDropdown ul li .avatar-image-container{
    position: absolute;
    top: 0;
    left: 5px;
    width: 32px;
    height: 32px;
}

.iperUserMentionsDropdown ul li p{
    margin-bottom: 0;
    line-height: 32px;
    font-size: 12px;
    font-weight: 700;
}

.highlighter span.highlighterContent{
    color: transparent;
    font-size: 14px;
    line-height:1.42857143;
    position: absolute;
    top: 18px;
    left: 75px;
    right: 12px;
    z-index: 2;
    white-space: pre-wrap;
}

.highlighter span.highlighterContent b{
    background: linear-gradient(#dce6f8, #bdcff1);
    border-radius: 2px;
    box-shadow: 0 0 0 1px #a3bcea;
    font-weight: 300;
    line-height:1.42857143;
    font-size: 14px;
}

.testo-container textarea{
    z-index: 3;
    position: relative;
    background: transparent;
}

#userDisplayTooltipContainer{
    display: block;
    background: #fff;
    border: 1px solid #E3E3E3;
}

#userDisplayTooltipContainer #userDisplayTooltipWrapper{
    position: relative;
}

#userDisplayTooltipContainer:after{
    content: "";
    display: block;
    width: 18px;
    height: 10px;
    bottom: -10px;
    position: absolute;
    left: 10px;
    background: url("images/arrow-bubble.png") top center no-repeat;
}

#userDisplayTooltipContainer #userDisplayTooltipWrapper .list-avatar{
    width: 50px;
    height: 50px;
    max-width: 50px;
    max-height: 50px;
    position: absolute;
    top: 0;
    left: 10px;
}

#userDisplayTooltipContainer #userDisplayTooltipWrapper p{
    padding-left: 70px;
    padding-right: 10px;
    line-height: 18px;
    max-height: 18px;
    word-wrap: normal;
    font-size: 12px;
    margin: 0;
}

#userDisplayTooltipContainer #userDisplayTooltipWrapper p.nome{
    font-size: 14px;
    font-weight: 500;
    line-height: 20px;
    max-height: 20px;
    margin-top: 20px;
}

#userDisplayTooltipContainer #userDisplayTooltipWrapper p.indirizzo{
    margin-bottom: 0;
}

.IperReactMentionsContent{
    position: relative;
}
.IperReactMentionsContent .highlighter span.highlighterContent{
    top: 11px;
    left: 16px;
    padding-right: 4px;
}

.post-editing-content .IperReactMentionsContent .highlighter span.highlighterContent{
    top: 11px;
    left: 12px;
    padding-right: 4px;
}

.IperReactMentionsContent textarea{
    z-index: 3;
    position: relative;
    background: transparent;
}
.single-post-container .post-comment-box .post-comment-input textarea{

    background: transparent;
}

#iperLoginFormIndex{
    min-width: 270px;
}

.post-editing-content textarea.form-control{
    background: transparent;
}

.sticky-footer{
    position: absolute;
    bottom: 0;
    width: 100%;
    /* Set the fixed height of the footer here */
    height: 80px;
    background-color: #fff;
}
html{
    position: relative;
    min-height: 100%;
}
body{
    margin-bottom: 60px;
}
body.body-chat{
    margin-bottom: 0;
}
body.padded{
    margin-bottom: 0
}

.sticky-footer .container{
    width: auto;
    max-width: 680px;
    padding: 0 15px;
}
.sticky-footer .container .text-muted {
    margin: 0;
    padding: 0;
    text-align: center;
}

.footerLoginLogo{
    height: 80px;
    max-height: 80px;
}

/** Site Card OG **/
.postWrapperOG{
    margin: 0 20px 20px;
    border: 1px solid #E3E3E3;
    cursor: pointer;
}

.postWrapperOG .siteOGCardImage {
    display: block;
    width: 100%;
    height: 0;
    border-bottom: 1px solid #E3E3E3;
    padding-bottom: 52%;
}

.postWrapperOG .siteOGCardContent {
    padding: 10px 15px;
}

.postWrapperOG p.siteOGCardTitle {
    margin: 0 0 5px;
    font-weight: 600;
    font-size: 18px;
}

.postWrapperOG p.siteOGCardDescription {
    line-height: 16px;
    font-size: 14px;
}

.postWrapperOG p.siteOGCardURL {
    font-size: 12px;
    line-height: 12px;
    text-transform: uppercase;
    color: #8C8C8C;
    margin: 9px 0 0;
}

.commentWrapperOG{
    margin: 0;
    border: 1px solid #E3E3E3;
    cursor: pointer;
    position: relative;
    padding-left: 90px;
}

.commentWrapperOG.nopadded{

    padding-left: 0;
}

.commentWrapperOG .siteOGCardImage {
    display: block;
    width: 90px;
    height: 90px;
    border-bottom: 1px solid #E3E3E3;
    position: absolute;
    top: 0;
    left: 0;
}

.commentWrapperOG .siteOGCardContent{
    min-height: 90px;
    float: left;
    padding: 6px 12px;
    position: relative;
    width: 100%;
    max-width: 100%;
}

.commentWrapperOG p.siteOGCardTitle {
    margin: 0 0 5px;
    font-weight: 600;
    font-size: 16px;
    line-height: 20px;
    max-height: 40px;
    overflow: hidden;
    text-overflow: ellipsis;
}

.commentWrapperOG p.siteOGCardURL {
    margin: 0;
    font-size: 12px;
    line-height: 14px;
    max-height: 14px;
    text-transform: uppercase;
    color: #8C8C8C;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    position: absolute;
    bottom: 6px;
    left: 12px;
    right: 12px;
}

/** End Site Card OG **/

/** Televoto **/
.inputColorPicker{
    float: left;
    display: block;
    border: 2px solid #E3E3E3;
    width: 54px;
    height: 54px;
    margin-right: 5px;
    position: absolute;
    top: 0;
    left: 15px;
    cursor: pointer;
}

.inputColorPicker .iperColorPicker{
    width: 100%;
    height: 100%;
    display: block;
}

.inputRispostaFoto{
    float: left;
    display: block;
    width: 97px;
    height: 54px;
    background: url("images/bg-add.svg") center center no-repeat #CB2B19;
    background-size: 30px;
    margin-right: 5px;
    position: absolute;
    top: 0;
    left: 79px;
    cursor: pointer;
}

.inputRispostaFoto .iperRispostaFoto{
    display: block;
    width: 100%;
    height: 100%;
}

.wrapper-risposte-televoto .col-xs-12{
    position: relative;
    padding-left: 186px;
}

#iperColorPickerWindow{
    width: 224px;
    height: 170px;
    display: block;
    position: absolute;
    background: #fff;
    border-radius: 5px;
    border: 1px solid #E3E3E3;
    padding: 7px;
}

#iperColorPickerWindow ul{
    max-width: 100%;
}


#iperColorPickerWindow ul li{

    width: 50px;
    height: 50px;
    display: block;
    float: left;
    margin: 1px;
    cursor: pointer;
}
/** End Televoto **/

.sticky-menu-footer{
    position: fixed;
    bottom: 0;
    width: 100%;
    height: 44px;
    background-color: #CB2B19;
    z-index: 10;
}

footer .menuFooter{
    height: 44px;
    display: inline-block;
    width: 100%;
    margin: 0;
}


footer .menuFooter li{
    margin: 0;
    width: 20%;
    height: 44px;
    float: left;
    color: #fff;
    text-align: center;
}

footer .menuFooter li .footerHome{
    background: url("images/footer-menu-on.svg") no-repeat center / 28px;
    width: 100%;
    height: 100%;
    display: inline-block;
}

footer .menuFooter li .footerHome.active{
    background-image: url("images/footer-menu-on-active.svg");
}

footer .menuFooter li .footerGruppi{
    background: url("images/footer-menu-gruppi.svg") no-repeat center / 35px;
    width: 100%;
    height: 100%;
    display: inline-block;
}

footer .menuFooter li .footerGruppi.active{
    background-image: url("images/footer-menu-gruppi-active.svg");
}

footer .menuFooter li .footerMessaggi{
    background: url("images/footer-menu-messaggi.svg") no-repeat center / 33px;
    width: 100%;
    height: 100%;
    display: inline-block;
}

footer .menuFooter li .footerMessaggi.active{
    background-image: url("images/footer-menu-messaggi-active.svg");
}

footer .menuFooter li .footerNotifiche{
    background: url("images/footer-menu-notifiche.svg") no-repeat center / 22px;
    width: 100%;
    height: 100%;
    display: inline-block;
}

footer .menuFooter li .footerNotifiche.active{
    background-image: url("images/footer-menu-notifiche-active.svg");
}

footer .menuFooter li .footerProfilo{
    background: url("images/footer-menu-profilo.svg") no-repeat center / 28px;
    width: 100%;
    height: 100%;
    display: inline-block;
}

footer .menuFooter li .footerProfilo.active{
    background-image: url("images/footer-menu-profilo-active.svg");
}

footer .menuFooter li a {
    padding: 11px 0;
}

footer .menuFooter li a.active{
    background-color: #fff;
}

footer .menuFooter .dropup .dropdown-menu{
    padding-left: 15px;
    padding-right: 15px;
}

footer .menuFooter .dropup .dropdown-menu li{
    height: auto;
}

footer .menuFooter .dropup .dropdown-menu li.divider{
    height: 1px;
}

footer .menuFooter .dropup .dropdown-menu>li>a{
    padding: 5px 0;
}

footer .notify-count{
    background: #fff;
    color: #CB2B19;
    font-size: 16px;
    font-weight: 400;
}

footer #mobileMsg span,footer #mobileNotify span{
    top: 7px;
    right: 12px;
}

footer .menuFooter .dropup li a > span{
    word-break: break-word;
    word-wrap: break-word;
    white-space: normal;
}

#mobileTopBar{
    height: 44px;
    display: inline-block;
    text-overflow: ellipsis;
    white-space: nowrap;
    border-bottom: 1px solid #DBDBDB;
    background: #fff;
    position: relative;
    padding: 0 50px 0 90px;
}

#mobileTopBar .mobileTopLogo{

    width: 78px;
    height: 44px;
    display: inline-block;
    background-size: cover;
    position: absolute;
    top: 0;
    left: 0;
}

#mobileTopBar .mobileTopSearch{
    min-height: 44px;
    position: absolute;
    top: 0;
    right: 0;
}

#mobileTopBar .mobileTopSearch .dropdown-menu{

    padding: 10px 15px;
    margin-right: 10px;
    min-width: 200px;
    margin-top: 0;
}

#mobileTopBar .mobileTopSearch .dropdown-menu form{
    margin: 0;
    padding: 0;
}

#mobileTopBar .mobileTopSearch a{
    width: 54px;
    height: 44px;
    display: inline-block;
    padding: 0 15px;
    background: url("images/top-icon-search.svg") no-repeat center;
}

#mobileTopBar .mobileTopProgetto{
    width: 100%;
    max-width: 100%;
}
#mobileTopBar .mobileTopProgetto a.progettoNome{

    word-break: break-all;
    word-wrap: break-word;
    position: relative;
    height: 44px;
    line-height: 44px;
    font-size: 16px;
    color: #CB2B19;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    font-weight: 600;
    max-width: 100%;
    display: inline-block;
    text-transform: uppercase;
}

#mobileTopBar .mobileTopProgetto .dropdowntest{
    position: absolute;
    top: 0;
    right: 50px;
    z-index: 10;
    background: -moz-linear-gradient(left,  rgba(255,255,255,0) 0%, rgba(255,255,255,1) 30%);
    background: -webkit-linear-gradient(left,  rgba(255,255,255,0) 0%,rgba(255,255,255,1) 30%);
    background: linear-gradient(to right,  rgba(255,255,255,0) 0%,rgba(255,255,255,1) 30%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00ffffff', endColorstr='#ffffff',GradientType=1 );
}

#mobileTopBar .mobileTopProgetto .dropdowntest > a {
    line-height: 43px;
    height: 43px;
    display: inline-block;
    min-width: 44px;
    text-align: center;
}

#widget-poll-wrapper-mobile{
    padding: 0;
}

#widget-poll-wrapper-mobile #contentWidgetPollListMobile .iperPollListContainer .iperPollListWrapper{
    margin: 20px 0;
}

#main-content #row-mobile-poll{
    margin-bottom: 0;
}

.footerProfiloMenu #dropdown-nav-menu-profilo{
    min-width: 160px;
}

.footerProfiloMenu #dropdown-nav-menu-profilo li a{
    padding: 0;
}
footer .active .notify-count{
    background: #CB2B19;
    color: #fff;
}

#home-bt-login{

    margin-bottom: 20px;
}

.forgot-password-link{
    font-size: 13px;
    margin-bottom: 0;
    color: #777a80;
    font-weight: 400;
}

.jumbotron p{
    font-size: 14px;
    font-weight: 400;
}

/** WIDGET IPERVIDEO RECENTI **/
#widgetIpervideoRecenti .pageMediaListWrapper{
    background: transparent;
}

#widgetIpervideoRecenti .pageMediaListWrapper .col-iper-video {
    width: 50%;
    margin: 0;
    padding: 0 2.5px;
    float: left;
    overflow: hidden;
    position: relative;
    margin-bottom: 7px;
}
/*
#widgetIpervideoRecenti .pageMediaListWrapper .col-iper-video .videoWrapper{
    width: 100%;
    max-width: 100%;
    display: inline-block;
    padding: 0;
    padding-bottom: 56.5%;
}
*/
#widgetIpervideoRecenti .pageMediaListWrapper .col-iper-video .videoWrapper div.play-button {
    background-size: 35%;
}

#wrapperBtPubblicaMobile{
    padding:0;
}

#widget-poll-wrapper{
    padding-top:0;
    padding-bottom: 0;
}

#contentWidgetPollList .iperPollListContainer .iperPollListWrapper{
    margin-top: 40px;
}

#contentWidgetPollList .iperPollListContainer .iperPollListWrapper:first-child {
    margin-top: 20px;
}

/** Nuovo stile box commenti **/
.single-post-container .post-comment-box .post-comment-input {
    padding-top: 6px;
    padding-right: 45px !important;
}

.single-post-container .post-comment-box .btn-send-message {
    margin: 0;
    padding: 0;
    font-size: 24px;
    border: 0;
    border-radius: 50%;
    position: absolute;
    top: 0;
    right: -45px;
    width: 40px;
    height: 40px;
    text-align: center;
}

#modalEditField textarea{
    margin-bottom: 10px;
}

#modalEditField input{
    min-height: 0;
}

/** NEW MEDIA LIBRARY **/
.iper-media-modal .modal-dialog{
    width: 90%;
}

body.padded.modal-iframe{
    padding-top: 0;
}

.btn-new-library{
    margin-top: 20px;
}

#build-tool-wrapper{
    position: relative;
}

#myPaletteDiv{
    position: absolute;
    top:0;
    bottom: 0;
    width: 240px;
    border: 0 !important;
    background: #c8c8c8;
}

#ipervideo-graph-container{
    width:100%;
    padding-left: 240px;
    display: inline-block;
}

/** END NEW MEDIA LIBRARY **/

.filter-stat label{
    line-height: 36px;
}

#modalSingleStat .modal-body p{

    font-weight: bold;
    color: #CB2B19;
}
#modalSingleStat .modal-body p span{

    font-weight: normal;
    color: #CB2B19;
}

#modalSingleStat .modal-body table p{
    color: #8C8C8C;
    font-weight: normal;
    text-transform: capitalize;
}

#modalSingleStat .userDetails{
    overflow: scroll;height: 500px;
}