
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
    border: 0 none;
    font: inherit;
    margin: 0;
    -webkit-margin-start: 0;
    -webkit-margin-end: 0;
    -webkit-margin-before: 0;
    -webkit-margin-after: 0;
    padding: 0;
    vertical-align: baseline;
    outline: none;
}
html {
    line-height: 1.4;
}
input{
    outline: none;
}
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
    display: block;
}
body {
    padding: 0 0 50px;

}
strong{
    font-weight: bold;
}
em{
    font-style: italic;
}
ol, ul {
    list-style: none outside none;
}
blockquote, q {
    quotes: none;
}
blockquote:before, blockquote:after, q:before, q:after {
    content: none;
}
table {
    border-collapse: collapse;
    border-spacing: 0;
}
body, html {
    background-color: #F2F2F2;
    border: 0 none;
    color: #666666;
    font-family: 'Poppins',sans-serif;
    font-size: 13px;
    font-style: normal;
    margin: 0;
}
* {
    background-repeat: no-repeat;
}
em{
    font-style: italic;
}
.clear{
    clear: both!important;
}
br {
    font-size: 1px;
    height: 0;
    line-height: 0;
}
a {
    color:#333333;
    text-decoration: none;
    cursor: pointer;
}
article,aside,details,figcaption,figure,
footer,header,hgroup,menu,nav,section {
    display:block;
}

header, footer, .content {
    margin: auto;
    max-width: 980px;
}
.content{
    /*margin-top: 30px;*/
    /* text-align: center; */
}
header{
    padding-bottom: 30px;
}
footer{
    margin-top: 50px;
    padding-top: 5px;
    border-top: solid 1px #EDEDED;
}
header img{
    float: left;
    max-width: 180px;
    margin-left: 10px;
}

.header_group_img {
    max-width: 100px;
    max-height: 100px;
}

.warning{
    color:#FFCC00;
}

nav.out {
    width: auto;
}
nav.out-mobile {
    display: none;
}
nav.out-mobile ul{
    display: block;
    width: 100%;
    text-align: center;
}
nav.out-mobile ul li{
    display: inline-block;
    float: none;
}

/* NAV! */
nav{
    clear: right;
    float: right;
    width: auto;
    width: 100%;
    min-width: 0;
    padding-top: 10px;
    padding-bottom: 10px;
}
nav ul {
    text-align: right;
}
nav li {
    display: inline-block;
    float: left;
}
nav a {
}

nav .link,nav .flag{
    display: inline-block;
    font-size: 14px;
    text-align: left;
    padding: 5px 0 5px 10px;
}

nav .flag .en{
    background: url("../images/e-20.png");
}

.flag .en{
    background: url("../images/e-20.png");
    width: 35px;
    background-repeat: no-repeat;
    display: block;
}
nav .flag .it{
    background: url("../images/e-19.png");
}

.flag .it{
    background: url("../images/e-19.png");
    width: 35px;
    background-repeat: no-repeat;
    display: block;
}
nav .flag .en,nav .flag .it{
    width: 35px;
    background-repeat: no-repeat;
    display: block;
}
nav .link:hover{
    color: #1283c0;

}

nav .link{
    transition: 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94);

}

nav .link span{
    display: block;
    padding-left: 35px;
    padding-right: 25px;
}


nav .link span .home{
    background: url("../images/icon/ic_home.svg") no-repeat scroll 0 0 transparent;
    display: block;
    padding-left: 30px;
    padding-right: 30px;
}


nav.out .link span{
    background: url("../images/iconsguest.png") no-repeat scroll 0 0 transparent;
}

nav .link .home{background: url("../images/icons/ic_home.svg") no-repeat scroll 0 50% transparent;background-size:25px;}
nav .link .profile{background: url("../images/icons/ic_profilo.svg") no-repeat scroll 0 50% transparent;background-size:25px;}
nav .link .setting{background: url("../images/icons/ic_impostazioni.svg") no-repeat scroll 0 50% transparent;background-size:25px;}
nav .link .contacts{background: url("../images/icons/ic_contatti.svg") no-repeat scroll 0 50% transparent;background-size:18px;}
nav .link .logout{background: url("../images/icons/ic_logout.svg") no-repeat scroll 0 50% transparent;background-size:23px;}
nav .link, nav .languages, nav.admin {font-size: 13px;font-weight:600;}

.mobilemenu-view span{padding-left: 33px;padding-right: 33px;padding-bottom: 10px;padding-top: 10px;}
.mobilemenu-view .link .home{background: url("../images/icons/ic_home.svg") no-repeat scroll 0 50% transparent;background-size:25px;}
.mobilemenu-view .link .profile{background: url("../images/icons/ic_profilo.svg") no-repeat scroll 0 50% transparent;background-size:25px;}
.mobilemenu-view .link .setting{background: url("../images/icons/ic_impostazioni.svg") no-repeat scroll 0 50% transparent;background-size:25px;}
.mobilemenu-view .link .contacts{background: url("../images/icons/ic_contatti.svg") no-repeat scroll 0 50% transparent;background-size:18px;}
.mobilemenu-view .link .logout{background: url("../images/icons/ic_logout.svg") no-repeat scroll 0 50% transparent;background-size:23px;}




header {
    background: #fff;
    padding: 20px 0;
    border-radius: 8px;
    width: 100%;
    margin: 20px auto 0;
}

.content_header {
    padding: 20px;
}


nav.out .link .home{background-position:0 -40px;}
nav.out .link .login{background-position:0 -80px;}
nav.out .link .registration{background-position:0 0px;}

nav.out .link:hover .home{background-position:0 -60px;}
nav.out .link:hover .login{background-position:0 -100px;}
nav.out .link:hover .registration{background-position:0 -20px;}


nav.admin {
    clear: both;
    width: 100%;
    text-align: center;
    background-color: white;
    margin-bottom: -10px;
    margin-top: 34px;
    border-radius: 8px;
}
nav.admin ul{
    margin: 0 -10px;
}
nav.admin li{margin-left: 4%;}
nav.admin a{
    font-size: 10px;
    font-weight:600;
    padding-left: 22px;
    padding-bottom: 10px;
    padding-top: 10px;
}
nav.admin a:hover{
    color: #0080c2;
}

nav.admin a.resources{
    background: url(../images/icons/ic_gestiscirisorse.svg) no-repeat scroll 0 50% transparent;
    background-size: 17px;
}


nav.admin a.dashboard{
    background: url(../images/icons/ic_dashboard.svg) no-repeat scroll 0 50% transparent;
    background-size: 17px;
}

nav.admin a.groups{
    background: url(../images/icons/ic_gruppi.svg) no-repeat scroll 0 50% transparent;
    background-size: 17px;
}

nav.admin a.students{
    background: url(../images/icons/ic_studenti.svg) no-repeat scroll 0 50% transparent;
    background-size: 17px;
}

nav.admin a.aggregated{
    background: url(../images/icons/ic_aggregateddata.svg) no-repeat scroll 0 50% transparent;
    background-size: 17px;
}

nav.admin a.users{
    background: url(../images/icons/ic_gestisciutenti.svg) no-repeat scroll 0 50% transparent;
    background-size: 17px;
}

nav.admin a.profiles{
    background: url(../images/icons/ic_gestisciprofili.svg) no-repeat scroll 0 50% transparent;
    background-size: 17px;
}






footer ul li {
    border-right: 1px solid #CACACA;
    display: inline;
    float: left;
    font-size: 10px;
    margin-top: 5px;
    padding: 0 5px;
}
footer ul li.noonic{
    border-left: 1px solid #CACACA;
    float: right

}
footer ul li.copyright{
    border: none;
}

footer .cookiePopup{
    display: none;
    position: fixed;
    left: 0;
    bottom: 0;
    width: 100%;
    background: #0080c2;
    color: #fff;
    padding: 10px;
    font-size: 12px;
    letter-spacing: 1px;
    text-align: center;
}
footer .cookiePopup a{
    color: #fff;
    margin: 10px;
    display: inline-block;
    padding: 10px;
    border: 1px solid #fff; 
}
footer .cookiePopup a:hover{
    color: #0080c2;
    background: #fff;
}

.test-copyright{
    margin: 30px 0 10px 20px;
    font-style: italic;
    color: #999;
}
/* Link di navigazione */
a.goon{/* margin: 5px; */display: inline-block;min-width: 100px;}
div.goon{
    /* text-align: right; */
    clear: both;
    /* margin: 15px; */
    min-width: 100px;
    margin-top: 15px;
    text-transform: uppercase;
    letter-spacing: 2px;
}
div.goto{
    float: right;
}
.block{
    background: #EEE;
    padding: 10px 0 1px 20px;
}

#main-nav{
    background-color:white;
    margin-top: 25px;
    /* box-shadow: 0 0px 0px rgba(0, 0, 0, 0), 0 5px 22px rgba(0, 0, 0, 0.07); */
}
#main-nav .link span{
    padding-top: 5px;
    padding-bottom: 5px;
}
#main-nav .languages{
    float: right;
    padding: 0 10px 0 0;
}


/* HEADERS */
h1 {
    border-bottom: 1px solid #c1c1c1;
    font-size: 20px;
    padding: 20px 0px;
    font-weight: 600;
    margin: 0 5px 20px;
}
h1 span {
    display: block;
    float: left;
    font-size: 10px;
}

h2 {
    margin-bottom: 15px;
    padding-top: 10px;
}
/* HOME PAGE*/

.home{
    background-color: #FFF;
}

.home p{
    margin: 6px;
    text-align: justify;
}
.home h2{
    color: #0071BA;
    font-size: 32px;
    padding-left: 6px;
}

.home_div1 h2,.home_div2 h2,.home_div3 h2{
    color: #0071BA;
    font-size: 12px;
}

.home_div1 h3,.home_div2 h3,.home_div3 h3{
    font-size: 18px;
    text-decoration: underline;
    padding-right: 20px;
    height: 50px;
}

.home_div1 p,.home_div2 p,.home_div3 p{
    margin: 20px 30px 30px 0;
    height: 120px;
}


.home_div1{
    width: 389px;
    border-right: 2px solid #EDEDED;

}

.home_div2{
    border-right: 2px solid #EDEDED;
    width: 250px;
}

.home_div3{
    height: 169px;
    width: 190px;
}

.home p.home_text{
    font-size: 16px;
    line-height: 1.6;
    margin-top: 25px;
    margin-right: 30px;
}
.home_div_text{
    margin-left: 30px;
    float: left;
    padding: 10px 0px 30px;
    width: 450px;
}

.home_div_img{
    float: right;
    margin: 5px 25px 25px;

    width: 44%;
    height: 280px;
}
.home_img{

}

.home-grey-block{
    clear:both;
    padding: 15px;
}
.home-grey-block div.column{
    width: 50%;
    float: left;
}
.home-grey-block p{
    margin: 10px 0px 10px 25px;
    line-height: 1.6;
}
p.home-p-strong {
    margin-top: 15px;
    color:#0071BA;
    font-size: 16px
}
.home_blue,.home_gray{
    margin-top: 50px;
    padding-top: 40px;
    border-top: solid 5px #EEE;
}

.home_blue:hover,.home_gray:hover{
    border-top: solid 5px #0082C5;
}

.home_blue{
    clear: both;
    margin-bottom: 20px;
    margin-left: 40px;
    float: left;

}
.home_gray{
    float: left;
    padding-left:  20px;
}


.home-block-container {
    /* display: inline-block; */
    float: left;
    position: relative;
    /*    transition:All 1s ease;
        -webkit-transition:All 1s ease;
        -moz-transition:All 1s ease;
        -o-transition:All 1s ease;*/
    border-radius: 8px;
    margin-bottom: 18px;
    /* color: white; */
}
.home-block-done .home-link-container {
    display: none;
}
.home-block-done, .home-block-disabled{
    height: 85px;
    width: 100%;
    transition: 0.2s;
}
.home-block-disabled{
    opacity: 0.3;
}
.home-block-done{
    cursor: pointer;

}


.home-block-container h4,.home-block-container h5{
    color: #FFF;
    font-weight: bold;
    text-transform: uppercase;
    font-size: 14px;
}
.home-block-container h5{
    font-weight: normal;
}
.home-block-active{
    width: 100%;
    /* height: 360px; */
}
.home-block-active h4 {
    height: 20px;
    padding: 7px 10px 4px;
    /* border-left: solid 10px #FFF; */
    /* border-right: solid 10px #FFF; */
}
.home-block-active h5 {
    height: 40px;
    padding: 0 10px;
    /* border-left: solid 10px #FFF; */
    /* border-right: solid 10px #FFF; */
    font-size: 12px;
}
.home-block-done h5,.home-block-disabled h5{
    display: none;
}
.home-block-done h4,.home-block-disabled h4{
}
.home-link-container{
}

.opaque{
    opacity: 1 !important;
}
.home-link-container a{
    text-align:center;
    /* background: none no-repeat scroll 85px 10px #EDEDED; */
    display: inline-block;
    float: left;
    font-size: 13px;
    /* font-weight: bold; */
    height: 90px;
    line-height: 150px;
    padding: 10px;
    width: 28.6%;
}


.home-link-container a.home-coaching{
    width: 240px;
}
.home-block-done .home-link-container,.home-block-disabled .home-link-container{
    display: none;
}
.home-block-done .home-link-container a,.home-block-disabled .home-link-container a{
    opacity: 0;

}
.home-block-active .home-link-container a{
    opacity: 1;
    text-align: center;
    /* background-position: 50% 20%; */
    color: white;
}

.home-block-1{
    background-color: #FF277D;
}

#sticker-id1{
    color: #FF277D;
}

#home-link-container-1{
    background-color: #C11860;
}

.home-block-2{
    background-color: #00D2AF;
}

#sticker-id2{
    color: #00D2AF;
}


#home-link-container-2{
    background-color: #05AB94;
}


.home-block-3{
    background-color: #195282;
}

.home-block-4{
    background-color: #a01c1c;
}

.home-block-5{
    background-color: #ff7c30;
}

#sticker-id3{
    color: #195282;
}

#sticker-id4 {
    color: #a01c1c;
}

#sticker-id5{
    color: #ff7c30;
}

#home-link-container-4{
    background-color: #711515;

}


#home-link-container-3{
    background-color: #0C3B64;
}


#home-link-container-5 {
    background-color: #cc4b00;
}


.home-link-container a.home-introduction{background-image: url(../images/icons/ic_inizia.svg);background-position: 50% 30%;background-size: 30px;}
.home-link-container a.home-activities{background-image: url(../images/icons/ic_attivita.svg);background-position: 50% 30%;background-size: 30px;}
.home-link-container a.home-output{background-image: url(../images/icons/ic_risultati.svg);background-position: 50% 30%;background-size: 30px;}



.home-other-block{
    // float: left;
    float: right;
    margin-top: 10px;
    width: 50%;
    padding-bottom: 20px;
    /* height: 110px; */
    clear: both;
}
.home-other-block.full{
    width: 100%;
}
.home-other-block.left{
    float: left;
}
.home-other-block a{
    display: block;
    font-weight: bold;
    line-height: 30px;
    width: 100%;
    color: #4A4A4A;
    font-size: 15px;
    margin-top: 28px;
    margin-left: 15px;
}

.home-other-block span{
    /* margin-left: 15px; */
}

.home-other-block a:hover{
    opacity: 1;

}


.block-forms, .block-resources{
    background-color:white;
}

.home-other-block .block-forms a{
    background-size: 30px;
}

.home-other-block .block-resources a{
}



.home-other-block a:last-child{
    margin: 0;
}


.home-todo-list {
    float: left;
    width: 100%;
}
.home-todo-header {
    padding: 20px 0px 20px 0px;
    color: #4A4A4A;
    font-weight: bold;
    border-bottom: 1px solid #eaeaea;
}
.home-item {
    clear: both;
    padding: 15px 0px 15px 0px;
    width: 100%;
    text-overflow: ellipsis;
    overflow: hidden;
    border-bottom: 1px solid #eaeaea;
}
.home-todo-element {
    padding-left: 8%;
    width: 68%;
    text-overflow: ellipsis;
    overflow: hidden;
    display: block;
}
.home-todo-deadline {
    float: right;
}

.home-item:nth-child(2n+1) {
    /* background: none repeat scroll 0 0 #FFFFFF; */
}
.home-todo-deadline {
    display: block;
    float: right;
    width: 90px;
    text-align: center;
}
.home-todo-test,.home-todo-activity{
    background: url(../images/icons/ic_attivita_2.svg) no-repeat;
    background-size: 15px;
    background-position: 3% 50%;
    /* text-overflow: ellipsis; */
    /* overflow: hidden; */
    white-space: nowrap;
    /* border-right: 1px solid black; */
}
.home-todo-activity{
    background: url(../images/g3098.png) 5px -83px no-repeat;
}
.home-todo-section{
    background: url(../images/g3098.png) 5px -83px no-repeat;

}
.home-circle-container{
    background: #FFF;
    position: absolute;
    bottom: 0px;
    left: -5px;
    right: -5px;
    height: 50px;
    text-align: center;

}
.home-circle-line{
    position: absolute;
    top:0;
    left: 0;
    width: 100%;
    margin: 23px 0 ;
    height: 2px;
    background-color: #0074A3;
    z-index: 10;
}
.home-block-1 .home-circle-line{
    width: 50%;
    right: 0;
    left: auto;
}

.home-block-5 .home-circle-line{
    width: 50%;
    left: auto;
}

.home-circle{
    height: 24px;
    display: inline-block;
    width: 24px;
    background: none no-repeat center center;
    margin: 12px auto;
    position: relative;
    z-index: 20;
}

.resources-title-section {
    font-size: 22px;
    font-weight: bold;
    color: #0085D1;
}

.container_privacy {
    margin: 0 auto;
    width: 80%;
    background: #fff;
    border-radius: 8px;
    padding: 20px;
    font-size: 14px;
}

.input_radio {
    position: inherit !important;
    clip: inherit !important;
}

.container_privacy > .title {
    font-size: 16px;
    font-weight: bold;
    color: #0085D1;
    padding:10px 0;
}

.resourcelist {
    background: #fff;
    border-radius: 8px;
    border-left: 10px solid #d9d9d9;
    padding: 10px;
}

.resourcelist > .title {
    font-size: 17px;
}

.home-block-done .home-circle{
    background-image: url(../images/circle-2.png);
}

.home-block-done.todo .home-circle{
    background-image: url(../images/circle-3.png);
}

.home-block-disabled .home-circle{
    background-image: url(../images/circle-3.png);
}

.home-block-active .home-circle{
    background-image: url(../images/circle-1.png);
}

.box{

    margin: 10px;
    padding: 10px 0 10px 0;
}
.box h2{
    font-size: 25px;
    text-transform: uppercase;
}

.box h3{
    font-size: 18px;
    text-transform: uppercase;
}
/* Introduzioni delle sezioni.*/
.introduction-container, .test-introduction-container{width: 50%;margin-left: auto;margin-right: auto;}
.introduction-container h2{
    color: #0082C5;
    font-weight: bold;
    font-size: 25px;

}
.introduction-container h3{
    font-size: 18px;
    margin: 15px 0;
}
.introduction-container h4{
    font-size: 16px;
    font-weight: bold;
    margin: 20px 0 15px;
}
.introduction-container h4{
    font-size: 14px;
    margin: 25px 0 15px;
}

.introduction-container p{
    text-align: justify;
    margin: 10px 0;
}
.introduction-container p{

}

.introduction-container img{width: 100%;/* border-radius: 8px; */}
/* TESTS LIST PAGE*/
.category-header {
    height: 38px;
    /* padding: 4px 10px; */
    color: #333;
}
.category-header h3, .category-header span, .test-item span {
}
.category-header h3 {
    font-weight: bold;
    width: 580px;
    text-transform: uppercase;
    color: #0482C5;
    font-size: 15px;
}
.admin-element-container .category-header h3{
    width: 430px;
    overflow: hidden;
    white-space: nowrap;
}
.admin-element-container h4{
    margin-bottom: 10px;
    font-size: 17px;
}
.category-header span{
    margin-top: 2px;
    text-align: left;
}
.test-item{
    clear: both;
    margin: 10px 0 10px 0px;
    padding: 8px 0;
    height: 20px;
}
.test-item a{
    float: left;
    color: #4A4A4A;
    font-size: 13px;
}


.test-item .done-0,.test-item .done-1,.test-item .done-2,#all-statuses .done-0,#all-statuses .done-1,#all-statuses .done-2{
    display: block;
    height: 17px;
    background: url(../images/g2423.png) center 0 no-repeat;
    padding: 0;
    text-align: center;
    font-weight: bold;
    color: #FFFFFF;
    line-height: 20px;
}

.done-2 {
    color: #000 !important;
}

.admin-element-container .test-item .done-0, .admin-element-container .test-item .done-1, .admin-element-container .test-item .done-2{
}
#all-statuses th{
    word-wrap: break-word;

}
#all-statuses td{
    width: 5%;

}
#all-statuses .done-0,#all-statuses .done-1,#all-statuses .done-2{
    margin:auto;
}
.test-item .done-1,#all-statuses .done-1{
    background-position: 50% 50%;
}

.test-item .done-2,#all-statuses .done-2{
    background-position: center -34px;
}

.test-item .lastsave span{
    width: auto;
    float: none;
}
.test-item .lastsave{
}

.admin-element-container .test-item .lastsave{
}



.test-item .download-enabled{
    display: block;
    width: 18px;
    height: 18px;
    background:  url(../images/download-32.png);
    padding: 0;
}
.test-item .comparison-enabled{
    display: block;
    width: 18px;
    height: 12px;
    background-image:  url('../images/comparison.png');
    background-position: center center;
    background-size: 97% 97%;
    padding: 0;
    margin-top: 3px;
}
.admin-element-container .test-item .download-enabled{
    width: 18px;
}



.admin-element-container span.deadline-size{ width: 80px; }
.admin-element-container span.status-size{width: 45px;}
.admin-element-container span.output-size{}



.category-header .category-header-tagline{
    clear: both;
    font-size: 13px;
    text-transform: lowercase;
    margin: -3px 0 0;
    color: #666;
}
.test-header {
    padding: 20px;
    background: #fff;
    border-radius: 20px;
    margin-bottom: 50px;
}
.test-header > h3 {
    color: #0085D1;
    font-size:20px;
}

.test-header > p {
    font-size:16px;
}
.test-introduction-container{
    background: #fff;
    padding: 20px 30px 20px;
    border-radius: 20px;
}

.test-introduction-container img{
    width: 100%;
}

.test-header h3,.test-introduction-container h2 {
    font-size: 20px;
    color: #0085D1;
    font-weight: 600;
}
.test-introduction-container p{
    margin-top: 15px;
    line-height: 1.6;
    font-size: 15px;
}
.test-introduction-container .float{
    /* float: right; */
    /* margin-right: 20px; */
    width: 100%;
}
.test-header h4 {
    font-weight: bold;
    font-size: 16px;
}
.test-header p {
    text-align: justify;
    margin-top: 10px;
    line-height: 22px;
}
.save-activity h3,.end-activity h3{
    color: #009245;
    font-size: 25px;
    font-weight: bold;
    text-decoration: underline;
    text-transform: uppercase;
}
.save-activity h4,.end-activity h4{
    color: #009245;
    font-size: 15px;
    margin-top: 5px;
}

.save-activity h3{
    color: #FFCC00;
}
.save-activity h4{
    color: #FFCC00;
}
.save-activity p,.end-activity p{
    margin: 5px 0 15px;
}


/* Deadline  & time*/
.deadline-red{
    color: #FE6A62;
}
.deadline-yellow{
    color: #b58200;
}
.deadline-normal{

}
.time-never{
    opacity: 0.7;
}

/*Admin styles*/

.admin-element-container{
    width: 78%;
    float: left;
    // margin-left: 9px;
}
.admin-element-container .admin-element-header{
    padding: 25px;
    background-color: #00D2AF;
    margin-bottom: 40px;
    border-radius: 8px;
}



.admin-element-container.user-table{
    width: 100%;
    margin: 30px 0;
}



.admin-element-header label{
    margin-top: 20px;
    color: white;
}


.admin-element-header a {
}


.admin-element-sidebar{
    width: 20%;
    padding-right: 10px;
    float: left;
    border-radius: 8px;
}
.admin-student-user{display: none;}
/* Different icons for different pages!*/

.h1-title-home span{
    background-position: 0 -410px;
}

.h1-title-login span{
    background-position: 0 -369px;
}

.h1-title-registration span{
    background-position: 0 -287px;

}
.h1-title-test span{
    background-position: 0 -123px;
}

.h1-title-result span{
    background-position: 0 -123px;

}
.login-page{
    background-color: #EDEDED;
    padding:1px 0 20px;
}
.login-page h2,.login-page h3{
    margin-left: 20px;
}
.login-page h2{
    color: #0071BA;
    margin-top: 20px;
    font-size: 25px;
}
.login-page h3{
    font-size: 14px;
    margin-bottom: 20px;
}
.login-link-container{
    width: 800px;
    text-align: right;
    margin-top: -85px;
}
.login-page a{
    border: solid 2px rgba(0,113,188,1);
    border-radius: 5px;
    color: #FFF;
    font-weight: bold;
    padding: 3px 20px;
    margin: 15px auto;
    display: inline-block;
    text-align: center;
    min-width: 100px;
    font-size: 13px;
}
/*Left user list*/

.admin-student-year{
    display: block;
    background: #0085D1;
    color: #FFF;
    padding: 13px 13px;
    cursor: pointer;
    font-size: 12px;
    border-bottom: 1px solid #F2F2F2;
    /* border-radius: 8px; */
}


.admin-student-year.first{border-top-left-radius: 8px;border-top-right-radius: 8px;}
.admin-student-year.last{border-bottom-left-radius: 8px;border-bottom-right-radius: 8px;}


.admin-student-group{
    display: block;
    background: #036096;
    color: #FFF;
    padding: 13px 13px;
    cursor: pointer;
    font-size: 12px;
}
.admin-student-group.selected{
    color: #00D2AF;
}
.admin-student-user{
    display: none;
    background: #024267;
    padding: 13px 13px;
    cursor: pointer;
    font-size: 12px;
}

.admin-student-user a{
    color: white;
}
.admin-student-user:hover{
}
.admin-element-sidebar .triangle{
    width: 0px;
    height: 0px;
    border-style: solid;
    border-width: 5px 5px 5px 0;
    border-color: transparent #FFF transparent transparent;
    float: right;
    margin: 5px;
}
.admin-group-list{
    display: none;
}
.showed{
    display: block;
}
.showed .triangle{
    border-width: 5px 5px 0 5px;
    border-color: #FFF transparent transparent transparent;
}

.gradient,.login-page a,.adminprofile-element-container .admin-element-header a,a.goon,form input[type="submit"],.goto, .admin-element-header a{
    border-radius: 15px;
    color: #FFF;
    font-weight: bold;
    text-align: center;
    cursor: pointer;
    background-color: #0085D1;
    padding-top: 8px;
    border: none;
    text-transform: uppercase;
    letter-spacing: 1px;
    padding-left: 10px;
    padding-right: 10px;
    min-width: 100px;
    font-family: 'Poppins',sans-serif;
    padding-bottom: 7px;
}


.gradient:hover,.login-page a:hover,.adminprofile-element-container .admin-element-header a:hover,a.goon:hover,form input[type="submit"]:hover,.goto:hover, .admin-element-header a:hover{
    opacity: 0.7;
}

#profile-creation fieldset fieldset{
    border-bottom: 1px solid #ccc;
    margin-bottom: 20px !important;
    padding-bottom: 20px !important;
}
.profile_23_checkboxes,
.profile_45_checkboxes,
.profile_49_checkboxes{
    float: left;
    width: 50%;
    clear: left;
}
#t67_block_invites,
#t67_block_invites_text,
#t68_block_invites,
#t68_block_invites_text,
#t69_block_invites,
#t69_block_invites_text,
#t70_block_invites,
#t70_block_invites_text,
#t23_block_invites,
#t45_block_invites,
#t49_block_invites {
    float: right;
    width: 330px;
    /*margin-bottom: 60px;*/
}

#t67_block_invites>.t67_field, 
#t67_block_invites_text>.t67_field, 
#t68_block_invites>.t68_field, 
#t68_block_invites_text>.t68_field, 
#t69_block_invites>.t69_field, 
#t69_block_invites_text>.t69_field,
#t70_block_invites>.t70_field, 
#t70_block_invites_text>.t70_field,
#t23_block_invites>.t23_field, 
#t45_block_invites>.t45_field,
#t49_block_invites>.t49_field {
    float: left;
    width: 165px;
}
#t67_block_invites_text>.t67_field,
#t68_block_invites_text>.t68_field,
#t69_block_invites_text>.t69_field,
#t70_block_invites_text>.t70_field{
    width: 100%;
}

#t67_block_invites>.t67_field>p, 
#t67_block_invites_text>.t67_field>p, 
#t68_block_invites>.t68_field>p, 
#t68_block_invites_text>.t68_field>p, 
#t69_block_invites>.t69_field>p, 
#t69_block_invites_text>.t69_field>p, 
#t70_block_invites>.t70_field>p, 
#t70_block_invites_text>.t70_field>p, 
#t23_block_invites>.t23_field>p, 
#t45_block_invites>.t45_field>p,
#t49_block_invites>.t49_field>p{
   text-align: center;
}
#t67_block_invites>.t67_field>p,
#t67_block_invites_text>.t67_field>p,
#t68_block_invites>.t68_field>p,
#t68_block_invites_text>.t68_field>p,
#t69_block_invites>.t69_field>p,
#t69_block_invites_text>.t69_field>p,
#t70_block_invites>.t70_field>p,
#t70_block_invites_text>.t70_field>p{
    text-align: left;
}

#t67_block_invites>.t67_field>span,
#t67_block_invites_text>.t67_field>span,
#t68_block_invites>.t68_field>span,
#t68_block_invites_text>.t68_field>span,
#t69_block_invites>.t69_field>span,
#t69_block_invites_text>.t69_field>span,
#t70_block_invites>.t70_field>span,
#t70_block_invites_text>.t70_field>span,
#t23_block_invites>.t23_field>span,
#t45_block_invites>.t45_field>span,
#t49_block_invites>.t49_field>span{
    width:157px;
}

#t67_block_invites_text>.t67_field>span,
#t68_block_invites_text>.t68_field>span,
#t69_block_invites_text>.t69_field>span,
#t70_block_invites_text>.t70_field>span{
    width: 100%;
}

#t67_block_invites_text .t67_field textarea,
#t68_block_invites_text .t68_field textarea,
#t69_block_invites_text .t69_field textarea,
#t70_block_invites_text .t70_field textarea{
    box-sizing: border-box;
}

.message{
    /*border-bottom: solid 2px #0082C5;*/
    clear: both;
    font-size: 15px;
    padding: 30px;
    font-weight: bold;
    color: #0082C5;
    background-color: #EDEDED;
    border-radius: 8px;
}

.dashboard-teacher{
    width: 44%;
    margin-right: 58px;
    float: left;
    margin-bottom: 25px;
}
.dashboard-teacher-left{
    width: 44%;
    float: left;
}

.dashboard-teacher-left h2{

    font-size: 20px;
    padding-bottom: 10px;

}


.dashboard-teacher-right{
    width: 100%;
    clear: both;
    float: left;
}
.dashboard-teacher .header{
    background-color: #00D2AF;
    padding: 10px 10px 30px;
    height: 17px;
    border-radius: 8px;
}
.dashboard-teacher h3{
    text-transform: uppercase;
    color: #FFF;
    font-weight: bold;
}
.dashboard-teacher h4{
    text-transform: uppercase;
    color: #FFF;
}

.button-container{
    margin: 3px 0;
    /* padding: 10px; */
}

.button-container a:hover{
    opacity: 0.7;
}


.button-container a{
    float: left;
    height: 40px;
    font-size: 12px;
    display: table-cell;
    background-color: #eee;
    width: 48.3%;
    padding-left: 5px;
    line-height: 40px;
    border: 1px solid #F2F2F2;
}

.groups{
    border-right: 1px solid white;
    border-bottom: 1px solid white;
}


.button-container a.groups{
    background-image: url(../images/icons/ic_gruppi.svg);
    background-position: 90%;
    background-size: 20px;
}

.button-container a.students{
    background-image: url(../images/icons/ic_studenti.svg);
    background-position: 90%;
    background-size: 20px;

}
.button-container a.aggregated{
    background-image: url(../images/icons/ic_aggregateddata.svg);
    background-position: 90%;
    background-size: 20px;
}
.button-container a.news{
    background-image: url(../images/icons/ic_gestisciprofili.svg);
    background-position: 90%;
    background-size: 20px;
}
.dashboard-teacher-right h2 ,.dashboard-teacher h2{
    font-size: 20px;
    padding-bottom: 10px;
}
.activity-header{
    background-color: #CCC;
    padding: 10px;
    margin: 10px 0;
}

.activity-li{
    background-color: white;
    padding: 1px;
    margin: 15px 0;
    border-radius: 8px;
    width: 100%;
    background-image: url(../images/border.jpg);
    background-position: -40px;
    background-repeat: repeat-y;
}
.activity-li-top{
    width: 35%;
    margin: 20px 20px;
    float: left;
}
.activity-li .title{
    font-weight: bold;
    color: #0063a0;
}
.activity-li .title-big{
    font-weight: bold;
    font-size: 1.5em;
    color: #0063a0;
}
.activity-li-full{
    clear: both;
    margin: 20px;

}
.activity .name-size{

    width: 700px;
    display: inline-block;
}
.news-li{
    width: 760px;
    background-color: #EFEFEF;
    margin: 20px;
    padding: 10px;
    border-bottom: solid 2px #0082C5;
}
.news-li .date {
    color:#0071bc;
    font-size: 13px;
}
.news-li .author {

    margin-bottom: 10px;
}

.calendartitlediv{
    text-align: center;
}
.calendartitlediv a{
    font-size: 18px;
    padding: 0 20px;
}
.calendartitle{
    font-size: 18px;
    margin: 0 20px;
    text-decoration: underline;
    display: inline-block;
}
.login-page div.error{
    background-color: #CC0000;
    color: #FFF;
    font-weight: bold;
    text-transform: uppercase;
    text-align: left;
    padding: 5px;
    margin: 7px 20px 0;
    width: 650px;
}

.error-25-46 {
    background: red;
    padding: 10px;
    color: #fff;
    font-weight: bold;
    margin: 10px 0;
}

#loginform {
    width: 400px;
    padding: 20px;
}

#loginbutton{
    margin-top: -65px;
    z-index: 0;
    margin-right: 560px;
}

.admin-element-container .test-item a.linkreopen{
    color:#FFFFFF;
    background-color: rgba(14,151,88,0.7);
    padding: 2px 5px 0px 5px;
}
.admin-element-container .test-item a.linkreclose{
    color:#FFFFFF;
    background-color: rgba(230,00,00,0.7);
    width: 40px;
    padding: 2px 5px 0px 5px;
}

.savebutton.secondary,.closebutton.secondary{
    background: #a3a3a3;

}
.savebutton.secondary:hover,.closebutton.secondary:hover{
    border-color: #a3a3a3;
    background: #777777;
}


#graph1,#graph2{
    margin-left: auto;
    margin-right: auto;
}


.blocks-container{
    width: 48%;
    float: left;
    margin-top: -130px;
}

.todo-container{float: right;width: 50%;background-color: white;/* padding: 10px; */border-radius: 8px;}


.block-header{
    color: white;
    height: 100%;
    /* text-align: center; */
    /* line-height: 37.5px; */
    padding-left: 10%;
    /* border-radius: 42px; */
}


.block-title{
    line-height: 85px;
    font-size: 15px;
}

.sticker{
    padding: 10px;
    margin-right: 20px;
    background-color:white;
    border-radius:20px;
    font-size:14px;
    font-weight:600;
    width: 20px;
    height: 20px;
    line-height: 24px;
    text-align: center;
}


.block-action{float:right;line-height: 85px;margin-right:20px;font-size:12px;text-decoration:underline;}

.home-link-container a.home-introduction{
    border-right:1px solid white;
}
.home-link-container a.home-activities{

    border-right:1px solid white;
}

.home-link-container a:hover{
    opacity: 0.7;
    transition: 0.2s;
}


.home-block-list li{
    display: inline-block;
}

.languages{
    margin-top: 5px;
}

.block-forms{
    width: 48%;
    float: left;
    background-image: url(../images/icons/ic_form.svg);
    background-position: 95% 50%;
    background-size: 30px;
    height: 110px;
    border-radius: 8px;
}

.block-resources{
    width: 48%;
    float: right;
    background-image: url(../images/icons/ic_risorse.svg);
    background-position: 95% 50%;
    background-size: 30px;
    height: 110px;
    border-radius: 8px;
}

.block-calendar{
    width: 100%;
    float: right;
    background-image: url(../images/icons/ic_calendar.svg);
    background-size: 66px;
    background-position: 99% 50%;
    height: 110px;
    border-radius: 8px;
    background-color: #ffffff;
}


.block-border {
    height: 100%;
    float: left;
    background-image: url(../images/border.jpg);
    width: 6%;
    background-position: -40px;
    border-radius: 8px;
}

.home-other-block .block-resources{
    width: 100%;
}


.left-title{
    float: right;
    font-size: 20px;
    margin-bottom: 20px;
    font-weight: 600;
    color: #0085D1;
}

.button-list{
    float: right;
    margin-top: 25px;
}



.button-list li{
    display: inline-block;
    margin-left: 20px;
    vertical-align: middle;
}

.category-header-tagline{
    float: right;
}

.category-superheader h3, 
fieldset .legendcontainer{
    float: left;
    font-size: 16px;
    margin-bottom: 20px;
    color: #0085D1;
}

#test-23 > fieldset > .legendcontainer {
    float: right !important;
}

.category-superheader{
    height: 50px;
}

.category-item{
    margin-bottom: 40px;
}



/* TABLE */
.category-table{
    display: table;
    width: 100%;
    background-color: white;
    border-radius: 8px;
}




.table-row {
    display: table-row;
    /* width: 100%; */
}

.table-cell{
    width: 100%;
    text-overflow: ellipsis;
    overflow: hidden;
    vertical-align: middle;
    text-align: center;
}




table, td, th {
    text-align: left;
}

table {
    border-collapse: collapse;
    width: 100%;
}



.admin-element-header{
    margin-bottom: 35px;
}


.book-icon{
    float: right;
    width: 40px;
    background-image: url(../images/icons/ic_risorse.svg);
    height: 40px;
    background-size: 30px;
    background-position: 50% 50%;
    margin-right: 40px;
    margin-top: 10px;
    position: relative;
}



.download-resource{
    text-align: right;
    margin: 15px;
}

.download-resource a{
    background-color:white;
    color: #0089d0;
    text-transform: capitalize;
    background-image: url(../images/icons/ic_download.svg);
    background-position: 90% 50%;
    background-size: 30px;
    padding-right: 35px;
    font-size: 14px;
}

#mobile-logo{
    display:none;
}


#mobile-logo{
    text-align:center;
}


#mobile-logo img{
    text-align:center;
    float:none;
    width: 100%;
}

.forum-container {
    padding: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    border-left: 10px solid #c1c1c1;
    background: #ffffff;
    color: #5F5F5F;
}


.forum-container .item,
.forum-container .post-item{
    padding: 10px;
    border-bottom:1px solid #c1c1c1;
}


.forum-container .item .title{
    font-size: 16px;
    font-weight: bold;
}
.forum-container .item .preview{
    font-size: 12px;
    color: #5F5F5F;

}

.forum-container .item:last-child,
.forum-container .post-item:last-child {
    border-bottom: none;
}

.forum-container .item .col-left {
    width: 79%;
    float:left;
}

.forum-container .item .col-right {
    width: 19%;
    float:right;
}

.clearfix {
    clear: both;
}

.forum-container .item .data {
    font-size: 12px;
}

.forum-container .item .status {
    font-weight: bold;
}

.forum-container .item .status.open {
    color: limegreen;
}

.forum-container .item .status.closed {
    color: firebrick;
}

.forum-container .post-item .username {
    font-weight: bold;
    font-size: 14px;
}

.forum-container .post-item .higherRank{
    color: #0085D1;
}
.forum-container .post-item .avatar {
    width:50px;
    margin:0 auto;
}

.forum-container .post-item .col-left {
    width: 20%;
    float:left;
    text-align: center;
}

.forum-container .post-item .col-right {
    width: 79%;
    float:right;
}

.forum-button {
    padding: 10px;
    color: #ffffff;
    font-weight: bold;
    -webkit-border-radius: 50px;
    -moz-border-radius: 50px;
    border-radius: 50px;
    text-transform: uppercase;
}

.forum-button.gray {
    background-color: #bfbfbf;
}

.forum-button.blue {
    background-color: #0085D1;
}

.forum-button.red {
    background-color: #ba0400;
}

.forum-button.green {
    background-color: limegreen;
}

.forum_admin_list {
    width: 100%;
}

.forum_admin_list > .col_years{
    width:20%;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    border-radius: 8px;
    float: left;
}

.forum_admin_list > .col_list{
    width:78%;
    float: left;
}


button.forum_accordion {
    background-color: #0085D1;
    color: #FFFFFF;
    font-weight: bold;
    cursor: pointer;
    padding: 18px;
    width: 100%;
    text-align: left;
    outline: none;
    transition: 0.2s;
    border: none;
    border-bottom: 1px solid #fff;
}

/* Add a background color to the button if it is clicked on (add the .active class with JS), and when you move the mouse over it (hover) */
button.forum_accordion.active, button.forum_accordion:hover {
    background-color: #00c1d1;
    color: #FFFFFF;
}

/* Style the accordion panel. Note: hidden by default */
div.forum_panel {
    background-color: #2890d1;
    display: none;
    padding: 0;
}

.forum_group {
    padding: 10px;
}

.forum_group > a{
    width: 100%;
    color: #ffffff;
    font-weight: bold;
    word-break: break-all;
}

.forum_group:hover{
    background-color: #ffffff;
}

.forum_group:hover > a {
    color: #0085D1 !important;
}

#home-activities-table {
    float: right;
    width: 98%;
    background-color: white;
    border-radius: 8px;
    max-height: 235px;
    overflow-y: scroll;
    border-left: 10px solid #d9d9d9;
}

.test-32-p3-list > .legendcontainer {
    float:right;
}

#test-37 > fieldset > div.legendcontainer {
    float: right;
}

.end-activity {
    background: #fff;
    padding: 20px;
    text-align: center;
    font-size: 20px;
    font-weight: bold;
    border-radius: 25px;
    width: auto;
    margin: 0 auto;
}

#test-15-form > fieldset > div.legendcontainer > legend {
    width: 905px;
    max-width: none;
}

#test-15-form > fieldset > div > span > div.inline-error {
    float: left;
}

.introduction-container{
    width: 50%;
    margin-left: auto;
    margin-right: auto;
    background: #fff;
    padding: 30px;
    border-radius: 20px;
}


.full_page_container {
    width: 100%;
}

.col_of_2 {
    float: left;
    width: 49%;
    margin: 0px 4px 0;
}

.clearfix {
    clear:both;
}

.section_block_container {
    border-radius: 8px;
    margin: 0 0 10px;
    overflow: hidden;
}

.section_block_header {
    padding: 25px;
    cursor: pointer;
}

.section_block_header > p:first-child{
    font-size: 15px;
}

#section_1{
    background-color: #FF277D;
    color: #fff;
}

#section_2 {
    background-color: #00D2AF;
    color: #fff;
}

#section_3 {
    background-color: #195282;
    color: #fff;
}

#section_4 {
    background-color: #a01c1c;
    color: #fff;
}

#section_5 {
    background-color: #ff7c30;
    color: #fff;
}

.section_block_content {
    background-color: rgba(0,0,0,0.3);
    -webkit-box-shadow: inset 0px 0px 5px 0px rgba(0,0,0,0.2);
    -moz-box-shadow: inset 0px 0px 5px 0px rgba(0,0,0,0.2);
    box-shadow: inset 0px 0px 5px 0px rgba(0,0,0,0.2);
    display: none;
}

.section_block_container.active .section_block_content {
    display:block;
}

.section_block_list {
    list-style-type: none;
    margin: 0;
    padding: 0;
    width: 100%;
}

.section_block_list > a:nth-child(2) > div{
    border-left: 1px solid #fff;
    border-right: 1px solid #fff;
}

.section_block_list_element {
    display:inline-block;
    float:left;
    text-align: center;
    margin: 0 auto;
    padding: 20px 0;
    box-sizing: border-box;
    width: 33%;
    cursor: pointer;
    opacity: 0.8;
    font-size: 13px;
    color: #fff;
}

.section_block_list_element a {
    color: #fff;
}


.section_block_list_element:hover{
    opacity:1;
    transition: opacity 0.2s;
}

.section_block_list_element > a:nth-child(2) {
    border-left: 1px solid #fff;
    border-right: 1px solid #fff;
}

.section_block_list_element > img {
    width: 36px;
    height: 30px;
    padding: 10px;
}

.fleft {
    float:left;
}
.fright {
    float:right;
}

.home-section-block-item {
    margin: 0 0 10px;
    width: 100%;
}

.home-section-block {
    padding: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    border-left: 10px solid #d9d9d9;
    background: #ffffff;
    color: #4A4A4A;
}

.home-section-block-icon {
    width: 30px;
}

.home-section-block-content {
    padding: 20px;
}

.home-section-block-content > p:first-child {
    width: 90%;
}

#icon_calendar {
    width: 65px;
    margin: -15px -20px -25px;
}

#icon_news {
    width: 36px;
    margin: -15px -30px -33px;
}

.switch {
    position: relative;
    display: inline-block;
    width: 60px;
    height: 34px;
}

/* Hide default HTML checkbox */
.switch input {display:none;}

/* The slider */
.slider {
    position: absolute;
    cursor: pointer;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #ccc;
    -webkit-transition: .4s;
    transition: .4s;
}

.slider:before {
    position: absolute;
    content: "";
    height: 26px;
    width: 26px;
    left: 4px;
    bottom: 4px;
    background-color: white;
    -webkit-transition: .4s;
    transition: .4s;
}

input:checked + .slider {
    background-color: #2196F3;
}

input:focus + .slider {
    box-shadow: 0 0 1px #2196F3;
}

input:checked + .slider:before {
    -webkit-transform: translateX(26px);
    -ms-transform: translateX(26px);
    transform: translateX(26px);
}

/* Rounded sliders */
.slider.round {
    border-radius: 34px;
}

.slider.round:before {
    border-radius: 50%;
}

.home_logged_off_container > .col_of_2 {
    margin: 40px;
    width: 40%;
}

.home_logged_off_container > .col_of_2 > h3 {
    font-weight:bold;
    font-size: 16px;
    color: #0071BA;
}

.home_logged_off_container > .col_of_2 > h2 {
    color: #0071BA;
}


.column_protocol {
    width: 50%;
    float:right;
}

.clearfix {
    clear: both;
}

.annotator-widget {
    width: 475px;
}


.linkreopen {
    font-weight: bold;
    color: #FFFFFF;
    background-color: rgba(14, 151, 88, 0.7);
    padding: 2px 5px 0px 5px;
    cursor: pointer;
}

.linkreopen:hover {
    color: #fff;
}

.linkreclose {
    font-weight: bold;
    color: #FFFFFF;
    background-color: rgba(14, 151, 88, 0.7);
    padding: 2px 5px 0px 5px;
    cursor: pointer;
}

.linkreclose:hover {
    color: #fff;
}

.calendar-show-more {
    background: #0071BA;
    color: #fff;
    cursor: pointer;
    padding: 5px 10px;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    border-radius: 8px;
    text-align: center;
}

/* MODAL */

/* The Modal (background) */
.modal {
    display: none; /* Hidden by default */
    position: fixed; /* Stay in place */
    z-index: 1; /* Sit on top */
    left: 0;
    top: 0;
    width: 100%; /* Full width */
    height: 100%; /* Full height */
    overflow: auto; /* Enable scroll if needed */
    background-color: rgb(0,0,0); /* Fallback color */
    background-color: rgba(0,0,0,0.4); /* Black w/ opacity */
}

/* Modal Content/Box */
.modal-content {
    background-color: #fefefe;
    margin: 15% auto; /* 15% from the top and centered */
    padding: 20px;
    border: 1px solid #888;
    width: 80%; /* Could be more or less, depending on screen size */
}

/* The Close Button */
.close {
    color: #aaa;
    float: right;
    font-size: 28px;
    font-weight: bold;
}

.close:hover,
.close:focus {
    color: black;
    text-decoration: none;
    cursor: pointer;
}

.colcontainer_email > .col-left {
     width: 25%;

    float: left;
 }

.colcontainer_email > .col-left > ul > li {
    padding: 10px 10px;
    border: 1px solid #d1d1d1;
    border-top: none;
    background: #fff;
}

.colcontainer_email > .col-left > ul > li:hover, .colcontainer_email > .col-left > ul > li.active {
    padding: 10px 10px;
    background: #0057c2;
    border: 1px solid #ffffff;
    color: #ffffff;
    border-top: none;
    cursor: pointer;
}

.colcontainer_email > .col-left > ul > li:first-child {
    border: 1px solid #d1d1d1;
}
.colcontainer_email > .col-left > ul > li:first-child:hover, .colcontainer_email > .col-left > ul > li.active:first-child {
    border: 1px solid #ffffff;
}

.colcontainer_email> .col-right {
    width: 70%;
    color:#000000;
    float: left;
    margin: 0 20px;
}

.maillog-content {
    display: none;
}

.maillog-content.active {
    display: block;
}

.maillog-text {
    border: 2px solid #d1d1d1;
    padding: 10px;
    background: #fff;
}

/*MEDIA QUERIES*/

@media screen and (max-width: 768px) { /*IPAD*/
    html, body{
        float: left;
        width: 100%;
        overflow-x: hidden !important;
    }

    *{
        word-break: break-word;
    }

    img{
        max-width: 100%;    
    }

    body{
        padding-left: 1%;
        padding-right: 1%;
        width: 98%;
    }

    header{
        text-align: center;
    }
    header img{
        float: none;
        padding: 0;
        margin: 10px 0;
    }

    .blocks-container {
        width: 100%;
        margin-bottom: 15px;
        margin-top: 0;
    }
    
    nav.out {
        display: none;
    }
    nav.out-mobile {
        display: block;
    }

    .todo-container {
        width: 100%;
    }

    .home-other-block{
        width: 100%;
    }
    .home-other-block .block-resources{
        margin: 0;
    }

    .home-todo-element{
        width: auto;
    }

    .dashboard-teacher-left{
        width: 100%;
    }

    .block-resources, .block-forms{
        width:100%;
        margin-top:25px;

    }

    .home-link-container a{
        width: 33.33333333333333333%;
        padding: 0px;
    }

    .home-link-container a.home-introduction{
        border-right: none;
    }

    .home-link-container a.home-activities{
        border-right:none;
    }

    .dashboard-teacher-right .th_2{
        display: none;
    }


    .home_div_text {
        margin: 0;
        float: none;
        padding:10px 10px 20px;
        width: auto;

    }

    .admin-element-container .test-item a.linkreopen{
        padding: 2px !important;
    }

    #profile-creation .legendcontainer{
        width: 40% !important;
    }
    .formprofilelegend div,
    #profile-creation fieldset span{
        width: 20% !important;
        font-size: 12px !important;
    }

    .admin-element-container.user-table .th_0,
    .admin-element-container.user-table .th_3{
        display: none;
    }

    .admin-element-container td{
        width: 33%;
    }
    .admin-element-container .th_1{
        display: none;
    }

    #main-nav{
        display: none;
    }

    #profile-creation{
        margin: 0 !important;
    }


    #mobile-logo{
        display:block;
    }
 
    #mobile-logo img{
        padding: 0px;
        margin-top: 5px;
        margin-left: 0;
        margin-left: 0;
    }

    nav.admin ul{
        margin: 0;
    }

    nav.admin li {
        float: none;
        display: block;
        text-align: center;
        line-height: 35px;
        border-bottom: 1px solid #eaeaea;
        margin: 0;
    }

    nav.admin a{
        font-size: 15px;
        width: 100%;
    }

    nav{
        padding: 0;
    }
    nav.out{
        width: 100%;
        display: none;
    }
    nav.out ul{
        text-align: center;
    }

    .admin-element-sidebar{
        width:100%;
    }


    .admin-element-container {
        width: 100%;
        margin: 0;
    }

    .category-header-tagline {
        // float: left;
        margin-bottom: 10px;
    }


    .category-item {
        overflow-x: auto;
        width: 100%;
    }


    .category-superheader h3, fieldset .legendcontainer {
        margin-bottom: 5px;
    }

    .introduction-container, .test-introduction-container {
        width: 100%;
        box-sizing: border-box;
    }

    .home_div_text{
        width: 100%;
        margin-left: 0;
    }
    .home_div_img, 
    .home_blue,
    .home_gray{
        width: 100%;
        padding-left: 0;
        padding-right: 0;
        margin-left: 0;
        margin-right: 0;
    }
    .home_div1{
        width: auto;
    }
    .home-grey-block{
        padding: 0;
    }
    .home-grey-block div.column{
        width: 98%;
        padding: 1%;
    }
    .home-grey-block p{
        margin: 0;
        padding: 0;
    }
    .home_div2{
        width: 100%;
        border: 0;
    }
    .home_div3{
        width: 100%;
        height: auto;
        margin: 0;
    }

    form .formdescription {
        width: 100%;
    }

    footer ul li.noonic {
        float: left;
    }

    .home_img{height: 200px;text-align: center;margin: 0 auto;}

    .home_div_img{
        float: none;
        margin: 0;
        text-align: center;
        width: auto;
        height: auto;
    }

    .content {
        width: 100%;
    }

    .home h1 {font-size: 30px;}


    .home h2 {
        font-size: 26px;
    }

    .home h3 {
        font-size: 22px;
    }

    .login-page {
        background-color: #EDEDED;
        padding: 1px 0 20px;
        margin: 0 25px;
    }

    .login-page form {
        background-color: #EDEDED;
        padding: 0;
        margin: 0;
        width: 100%;
    }
    .login-page form #loginform{
        width: 96%;
        padding: 2%;
    }

    .login-page form input[type="text"],
    .login-page form input[type="password"],
    .login-page form input[type="email"] {
        padding: 10px 5%;
        width: 90%;
    }

    #loginbutton{
        margin: 0;
    }

    .login-link-container {
        width: 100%;
        text-align: center;
        margin-top: 0;
    }

    .login-page h2,
    .login-page h3{
        margin: 0;
        text-align: center;
        width: 100%;
    }



     form .end > #submit {
        // float: none;
    }
     
     .user-details {
         width: 100% !important;
         float: none;
         margin: 0 25px;
     }

    .dashboard-teacher {
        width: 100%;
        float: none;
        margin-bottom: 25px;
    }


    /* TABELLE */
    /*table, thead, tbody, tfoot, tr, td,
    .table-header, .table-cell{
        display: block !important;
        width: 100% !important;
        height: auto !important;
        padding: 0 !important;
        margin: 0 !important;
        text-align: center !important;
    } 
    table .test-item a{
        float: none !important;
        display: inline-block !important;
    }
    table tr{
        padding-top: 10px !important;
        padding-bottom: 10px !important;
    }
    table td,  .table-cell{
        padding-top: 5px !important;
        padding-bottom: 5px !important;   
    }*/

    .table-cell{
        width: 30%;
        font-size: 12px;
        padding: 5px 0;
    }

    .table-cell.titolo-test {
        width: 40%;
    }

    .table-cell.deadline-size{
        // width: 10%;
    }

    .table-cell.status-size{
        width: 12%;
    }

    .table-cell.execution-size {
        display: none;
    }

    .table-cell.output-size {
        width: 10%;
        color: #fff;
    }

    #home-activities-table {
        width:98%;
    }
}



@media screen and (max-width: 425px) { /*MOBILE LARGE*/

    .col_of_2 {
        width: 99%;
        float: none;
    }

    .block-resources, .block-forms {
        background-position: 95% 15%;
    }

    .left-title{
        display: none;
    }

    .dashboard-teacher > .button-container a {
        width: 100%;
    }

    nav.out {
        display: none;
    }
    nav.out-mobile {
        display: block;
    }

    #home-activities-table {
        width:98%;
    }

}


.urlAttached{
    background-color: #fff;
    padding: 3px 0  ;
}

.report_competences_grid tr td{
    /*max-width: 380px;*/
}