﻿

@import url('https://fonts.googleapis.com/css2?family=Roboto+Condensed:wght@300;400;700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Source+Serif+Pro:ital,wght@0,600;1,600&display=swap');

A:link {
    color: #0198a1;
    text-decoration: none;
}

A:visited {
    color: #0198a1;
    text-decoration: none;
}

A:hover {
    color: #0000FF;
    text-decoration: underline;
}

body {
    background-color: #FFFFFF;
	font-family: 'Roboto Condensed', sans-serif;
	
	overflow: hidden;

}

iframe {
    border: none;
    padding: 0;
    margin: 0;
}

.resizelayer { background-color:#747474; color:cadetblue; font-family: sans-serif; font-size: 12px;  }

.waitloading {
    background-color: #000000;
    opacity: 0.85;
}

.editorhtmlloading {
    background-color: #000000;
}

.boxform {
    border: 1px solid #444444;
}

.animtitleline {
    border: 1px solid #DDDDDD;
}

.formtitle {
    color: #333333;
    font-size: 22px;
    font-weight: 400;
}

.formtitleline {
    border: 1px solid #DDDDDD;
}

.formwarinig {
    color: #FFFF44;
    font-size: 16px;
    font-weight: 300;
}

.saveformbuttonbackground {
    background-color: #585757;
    border-radius: 8px;
    overflow: hidden;
}

/* tabs */
.tabnorm {
    background-color: #585757;
}

.tabsel {
    background-color: #0198a1;
}

.tabroov {
    background-color: #0198a1;
}

.tabtext {
    color: #FFFFFF;
    font-size: 20px;
    font-weight: normal;
}

.tablistbkg {
    background-color: #333333;
}

/* menu verticale */

.vertmenubkg {
    background-color: #444444;
}

.vminorm {
    background-color: #555555;
}

.vmisel {
    background-color: #0198a1;
}

.vmiroov {
    background-color: #0198a1;
}

.vmitext {
    color: #FFFFFF;
    font-size: 16px;
    font-weight: normal;
}

.vmisubtext {
    color: #DDDDDD;
    font-size: 14px;
    font-weight: normal;
}

.vmisep {
    border: 1px dotted #777777;
}

/* riga di separazione nei form */
.formsepline {
    border: 1px dotted #777777;
}

/* stili per le sezioni nell'autoring, ces = course editing section */

.ces_vminorm {
    background-color: #CCCCCC;
}

.ces_vmisel {
    background-color: #C06C84;
}

.ces_vmiroov {
    background-color: #ff6a00;
}

.ces_vmitext {
    color: #333333;
    font-size: 16px;
    font-weight: 700;
}

.ces_vmisubtext {
    color: #474747;
    font-size: 12px;
    font-weight: normal;
}

.ces_vmisep {
    border: 1px dotted #777777;
}

/* pulsante standard */
.sbtbase {
    border-radius: 8px; overflow: hidden;
}

.sbtnorm {
    background-color: #0198a1; 
}

.sbtnormHighlighted {
    background-color: #DD0000;
}

.sbtroov {
    background-color: #000000;
}

.sbttext {
    color: #FFFFFF;
    font-size: 16px;
    font-weight: 400;
    text-align: center;
}

/* testi standard */
.label0 {
    color: #333333;
    font-size: 16px;
    font-weight: 400;
}

.label0center {
    color: #333333;
    font-size: 16px;
    font-weight: 400;
    text-align: center;
}

.labelbcenter {
    color: #333333;
    font-size: 20px;
    font-weight: 400;
    text-align: center;
}

.objectid {
    color: #CCCCCC;
    font-size: 12px;
    
}

.labelrid {
    color: #333333;
    font-size: 14px;
    font-weight: 400;
}

.title1 {
    color: #0198a1;
    font-size: 36px;
    font-weight: 400;
}

.explanations {
    color: #333333;
    font-size: 20px;
    font-weight: 400;
    text-align: justify;
}

.explanationsright {
    color: #333333;
    font-size: 20px;
    font-weight: 400;
    text-align: right;
}

.explanationscenter {
    color: #333333;
    font-size: 20px;
    font-weight: 400;
    text-align: center;
}

.explanationsb {
    color: #333333;
    font-size: 26px;
    font-weight: 400;
    text-align: justify;
}

.explanationsbcyan {
    color: #0198a1;
    font-size: 26px;
    font-weight: 300;
    text-align: justify;
}

.explanationscyan {
    color: #0198a1;
    font-size: 20px;
    font-weight: 300;
    text-align: justify;
}

.explanationsyell {
    color: #FFFF00;
    font-size: 20px;
    font-weight: 300;
    text-align: justify;
}

.test {
    color: #FFFFFF;
    font-size: 16px;
    background-color: darkolivegreen;
}

/* controlli */
.stdcontrol_label {
    color: #333333;
    font-size: 16px;
    font-weight: 400;
}

.stdcontrol {
    font-weight: 400;
    font-size: 16px;
    background-color: #DDDDDD;
    border: 1px solid #C4C4C4;
    color: #000000;
    font-family: 'Nunito', sans-serif;
}

.stdcontrol_line {
    border: 2px solid #0198a1;
}

.stdcontrol_mandline {
    border: 2px solid #EE0000;
}

.stdcontrol_check_box {
    border: 4px solid #333333;
    border-radius: 8px;
}

.stdcontrol_check_sel {
    background-color: #333333;
    border-radius: 12px;
}

.stdcontrol_fileuploadbase {
    background-color: #747474;
    border-radius: 4px;
}

.stdcontrol_boxext {
    border: 1px solid #EEEEEE;
    border-radius: 4px;
}

.stdcontrol_txtext {
    text-align: center;
    color: #FFFFFF;
    font-size: 14px;
    font-weight: 400;
}

.stdcontrol_curfile {
    color: #FFFFFF;
    font-size: 16px;
    font-weight: 400;
}

.stdcontrol_allexts {
    color: #FFFF44;
    font-size: 14px;
    font-weight: 400;
}

.stdcontrol_labelnodata {
    color: #333333;
    font-size: 16px;
    font-weight: 400;
    font-style: italic;
}

/* selettore  */
.stdcontrol_slct_base {
    background-color: #747474;
   
}

.stdcontrol_slct_box_norm {
    background-color: #474747;
}

.stdcontrol_slct_box_roov {
    background-color: #0198a1;
}

.stdcontrol_slct_box_sel {
    background-color: #000000;
}


.stdcontrol_slct_box {
    background-color: #949494;
    border: 1px solid #EEEEEE;
    border-radius: 6px;
    
}

.stdcontrol_gslct_caption {
    color: #FFFFFF;
    font-size: 16px;
    font-weight: 400;
}

/* selettore colore */
.stdcontrol_selcolorsampleborder {
    border: 1px solid #FFFFFF;
    
}



/* tabelle */
.stdcontrol_tbl_bullet {
    width: 16px;
    height: 16px;
    border-radius: 50%;
}

table.stdcontrol_tbl {
    border: 1px solid #000000;
    background-color: #EEEEEE;
    width: 100%;
    text-align: left;
    border-collapse: collapse;
    table-layout: fixed;
    
}

.stdcontrol_tbl_filtercnt {
    font-weight: 400;
    font-size: 14px;
    background-color: #DDDDDD;
    border: 1px solid #C4C4C4;
    color: #000000;
}

.stdcontrol_tbl_countlabel {
    color:#FFFF00 ;
    font-size: 18px;
    font-weight: 400;
    
}

.stdcontrol_tbl_extrabase {
    background-color: #949494;
    border-radius: 8px;
}



.stdcontrol_tbl_extralabel {
    color: #FFFF77;
    font-size: 14px;
    font-weight: 400;
}

.stdcontrol_tbl_extratext {
    color: #FFFFFF;
    font-size: 16px;
    font-weight: 300;
}

.stdcontrol_tbl_extracmdsep {
    border: 1px dotted #EEEEEE;
}

.stdcontrol_tbl_button {
    border-radius: 4px;
    color: #FFFFFF;
    font-size: 14px;
    font-weight: 400;
    text-align: center;
}

.stdcontrol_tbl_editbox {
    background-color: #444444;
    border-radius: 4px;
}

.stdcontrol_tbl_editboxcontrol {
    font-weight: 400;
    font-size: 16px;
    background-color: #DDDDDD;
    border: 1px solid #C4C4C4;
    color: #000000;
    font-family: 'Roboto Condensed', sans-serif;
}

.stdcontrol_tbl_editboxcontrol_line {
    border: 2px solid #0198a1;
}


table.stdcontrol_tbl td, table.stdcontrol_tbl th {
    border: 0px solid #AAAAAA;
    padding: 3px 1px;
}

    table.stdcontrol_tbl tbody td {
        font-size: 16px;
    }

table.stdcontrol_tbl td {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    border-left: 1px solid #FFFFFF;
    -webkit-user-select: none;
    -moz-user-select: -moz-none;
    -ms-user-select: none;
    user-select: none;
}

    table.stdcontrol_tbl tr:nth-child(even) {
        background: #DDDDDD;
    }

    table.stdcontrol_tbl thead {
        background: #474747;
        background: linear-gradient(to bottom, #757575 0%, #595959 66%, #474747 100%);
        border-bottom: 2px solid #444444;
    }

        table.stdcontrol_tbl thead th {
            font-size: 16px;
            font-weight: normal;
            color: #FFFFFF;
            text-align: left;
        }

    table.stdcontrol_tbl tfoot {
        font-size: 16px;
        font-weight: bold;
        color: #FFFFFF;
        background: #747474;
        background: linear-gradient(to bottom, #979797 0%, #828282 66%, #747474 100%);
        border-top: 1px solid #444444;
    }

        table.stdcontrol_tbl tfoot td {
            font-size: 16px;
        }

        table.stdcontrol_tbl tfoot .links {
            text-align: right;
        }

            table.stdcontrol_tbl tfoot .links a {
                display: inline-block;
                background: #1C6EA4;
                color: #FFFFFF;
                padding: 2px 8px;
                border-radius: 5px;
            }

/* tilting panel */
.tiltpantitle {
    text-shadow: 1 1 2px #000000;
    color: #FFFFFF;
    font-size: 22px;
    font-weight: 400;
}

.tiltpan_roov {
    border: 2px solid #FFFFFF;
}

.tiltpan_text_0 {
    color: #FFFFFF;
    font-size: 18px;
    font-weight: 300;
    background-color: #0198a1;
}

.tiltpan_text_1 {
    color: #FFFFFF;
    font-size: 16px;
    font-weight: 300;
    background-color: #0198a1;
}

.tiltpan_text_2 {
    color: #FFFFFF;
    font-size: 14px;
    font-weight: 300;
    background-color: #0198a1;
}

/* sliding banner */
.slbanner_title {
    text-shadow: 7px 2px 5px #000000;
    color: #FFFFFF;
    font-size: 32px;
    font-weight: 400;
}

.slbanner_title_rid {
    text-shadow: 7px 2px 5px #000000;
    color: #FFFFFF;
    font-size: 24px;
    font-weight: 400;
}

.slbanner_bulcur {
    border-radius: 50%;
    background-color: #747474;
    border: 2px solid #DDDDDD;
}

.slbanner_bul {
    border-radius: 50%;
    background-color: #0198a1;
    border: 2px solid #FFFFFF;
}

/* pagina default */
.defpag_explanations {
    color: #FFFFFF;
    font-size: 24px;
    font-weight: 400;
    text-align: center;
}

/* footer */
.footerbkg {
    background-color: #191919;
}

.footertextbox {
    border-left: 1px solid #CCCCCC;
}

.footertext {
    color: #FFFFFF;
    font-size: 16px;
    font-weight: 400;
}

/* header */
.headerbkg {
    background-color: black;
}

.headertext {
    color: #FFFFFF;
    font-size: 16px;
    font-weight: 300;
}

/* finestra modale */
.modalbkg {
    background-color: #0198a1;
    opacity: 0.75;
}

.modalbkg8 {
    background-color: #ffffff;
    opacity: 0.8;
    border-radius: 20px;
}

.modalbkg9 {
    background-color: #ffffff;
    border-radius: 20px;
}

.validationerror {
    color: #DD0000;
    font-size: 18px;
    font-weight: 300;
}

.messageboxmessage {
    color: #333333;
    font-size: 18px;
    font-weight: 300;
}


/* file upload  */
.fua_dropbkg {
    background-color: #848484;
    border-radius: 8px;
}

.fua_drop {
    border-radius: 8px;
    border: 2px dashed #333333;
    color: #333333;
    font-size: 16px;
    font-weight: 300;
    text-align: center;
    
}

.fua_previewbox {
    border: 1px solid #333333;
    background-color: #EEEEEE;
}

.fua_boxext {
    border: 1px solid #333333;
    border-radius: 4px;
}

.fua_txtext {
    text-align: center;
    color: #333333;
    font-size: 14px;
    font-weight: 400;
}

.fua_filename {
    color: #333333;
    font-size: 16px;
    font-weight: 400;
}

.fua_filesize {
    color: #333333;
    font-size: 16px;
    font-weight: 300;
}

/* progress bar  */
.prbar_percbkg {
    background-color: #333333;
}

.prbar_perc {
    color: #333333;
    font-size: 16px;
    font-weight: 400;
}

.prbar_progbarbkg {
    background-color: #747474;
}

.prbar_progbar {
    background-color: #00CC00;
}

.prbar_orlabel {
    color: #333333;
    font-size: 16px;
    font-weight: 400;
    text-align: center;
}

.prbar_allext {
    color: #333333;
    font-size: 16px;
    font-weight: 400;
}

/* componenete preview/download file */
.prwfile_prwbox {
    border: 1px solid #EEEEEE;
    border-radius: 4px;
}

.prwfile_filename {
    color: #333333;
    font-size: 20px;
    font-weight: 400;
}

.prwfile_ext {
    color: #333333;
    font-size: 24px;
    font-weight: 400;
}

/* ------- authoring ------------  */
.auth_header_bkg {
    background-color: #191919;
}

.auth_header_title {
    color: #FFFFFF;
    font-size: 20px;
    font-weight: 400;
}

.auth_header_family {
    color: #DDDDDD;
    font-size: 16px;
    font-weight: 300;
}

div::-webkit-scrollbar {
    width: 15px;
}

div::-webkit-scrollbar-track {
    -webkit-border-radius: 5px;
    border-radius: 5px;
    background: rgba(0,0,0,0.1);
}

div::-webkit-scrollbar-thumb {
    -webkit-border-radius: 5px;
    border-radius: 5px;
    background: rgba(100,100,100,0.7);
}

div::-webkit-scrollbar-thumb:hover {
    background: rgba(0,0,0,0.3);
}

div::-webkit-scrollbar-thumb:window-inactive {
    background: rgba(0,0,0,0.3);
}

tbody::-webkit-scrollbar {
    width: 15px;
}

tbody::-webkit-scrollbar-track {
    -webkit-border-radius: 5px;
    border-radius: 5px;
    background: rgba(0,0,0,0.1);
}

tbody::-webkit-scrollbar-thumb {
    -webkit-border-radius: 5px;
    border-radius: 5px;
    background: rgba(100,100,100,0.7);
}

tbody::-webkit-scrollbar-thumb:hover {
    background: rgba(0,0,0,0.3);
}

tbody::-webkit-scrollbar-thumb:window-inactive {
    background: rgba(0,0,0,0.3);
}

.auth_preview_ifr {
    border: 1px solid #000000;
}

/* pannello editing */
.edpan_bkg {
    background-color: #474747;
}

.edbar_bkg {
    background-color: #474747;
}

.edbar_open_bkg {
    background-color: #474747;
}

/* campioni selezione colore */
.colsam {
    border: 1px solid #FFFFFF;
}

/* sfondo intestazione editing item di blocco informativo */
.BiIEditBkg {
    background-color: #D0A201;
    border-radius: 5px;
}

.BiIEditIndexBkg {
    background-color: #FFFFFF;
    border-radius: 5px;
}

.BiIEditIndex {
    text-align: center;
    color: #000000;
    font-size: 18px;
    font-weight: 700;
}

.BiIEditLabel {
    
    color: #FFFFFF;
    font-size: 18px;
    
}

/* plates */
.stdcontrol_platebase {
    background-color: #474747;
    border-radius: 10px;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}

.stdcontrol_platetitle {
    color: #FFFFFF;
    font-size: 18px;
}

.stdcontrol_platetitle_rid {
    color: #FFFFFF;
    font-size: 14px;
}

.stdcontrol_platesubtitle {
    color: #EEEEEE;
    font-size: 14px;
}

.stdcontrol_platebullet {
    border-radius: 50%;
}

.stdcontrol_platemenubkg {
    background-color: #747474;
    border-radius: 10px;
    
}

/* lms calendario */
.lmscalcurbkg {
    background-color: #474747;
    border-radius: 8px;
}

.lmscalcurtxt {
    text-align: center;
    color: #FFFFFF;
    font-size: 18px;
}

.lmscaldayname {
    text-align: center;
    color: #FFFFFF;
    font-size: 16px;
}

.lmscalbox0 {
    border: 1px solid #888888;
}

.lmscalbox1 {
    border: 1px solid #EEEEEE;
}

.lmscalboxt {
    border: 1px solid #0198a1;
}

.lmscalboxe {
    border: 1px solid #ffffff;
    background-color: #0198a1;
}

.lmscalday0 {
    color: #888888;
    font-size: 16px;
}

.lmscalday1 {
    color: #EEEEEE;
    font-size: 16px;
}

.lmscaldayt {
    color: #0198a1;
    font-size: 16px;
}

.lmscaldaye {
    color: #000000;
    font-size: 16px;
}

.lmscaldayevdesc {
    color: #FFFFFF;
    font-size: 14px;
    
}

.lmscalenvbkg {
    background-color: #474747;
    border-radius: 8px;
}

.lmscalevdate {
    color: #EEEEEE;
    font-size: 20px;
}

.lmscalevplace {
    color: #EEEEEE;
    font-size: 16px;
}

.lmscalevname {
    color: #0198a1;
    font-size: 18px;
}

.myachievbkg {
    background-color: #474747;
    border-radius: 8px;
}

.myachievsum {
    color: #0198a1;
    font-size: 24px;
}

.myachievname {
    color: #EEEE00;
    font-size: 20px;
}

.myachievdate {
    color: #EEEEEE;
    font-size: 16px;
}

.myachievbadgetitle {
    color: #EEEEEE;
    font-size: 18px;
}

.myachievscore {
    color: #0198a1;
    font-size: 18px;
}

.rankname {
    color: #0198a1;
    font-size: 22px;
}

.rankinfo {
    color: #ffffff;
    font-size: 18px;
}

.lmsinfocoursetext {
    color: #FFFFFF;
    font-size: 20px;
    font-weight: 300;
    text-align: justify;
}

.lmsinfocoursetitle {
    color: #0198a1;
    font-size: 20px;
    font-weight: 400;
}

.lmsinfocourseheader {
    background-color: #474747;
    border-top-right-radius: 8px;
    border-bottom-right-radius: 8px;
    color: #0198a1;
    font-size: 28px;
    font-weight: 400;
}

.lmsinfocoursestatus {
    color: #ffffff;
    font-size: 22px;
}

.libobjectbar {
    background-color: #333333;
    color: #FFFFFF;
}

.libobjectbartitle {
    font-size: 24px;
}

.imagegalleryhit {
    background-color: #747474;
    border-radius: 4px;
}

.bkg_black {
    background-color: #000000;
}

.bkg_white {
    background-color: #FFFFFF;
}

.infolabel_white {
    color: #ffffff;
    font-size: 20px;
}

.infolabel_black {
    color: #000000;
    font-size: 20px;
}

.obplacbkg {
    background-color: #0000CC;
}

/* sfondo item generico */
.genitembkg {
    background-color: #474747;
    border-radius: 6px;
}

.gensubitembkgc {
    background-color: #747474;
    border-radius: 3px;
    color: #FFFFFF;
    font-size: 16px;
    text-align: center;
}

.gensubitembkgc_r {
    background-color: #CC0000;
    border-radius: 3px;
    color: #FFFFFF;
    font-size: 16px;
    text-align: center;
}

.gensubitembkgc_g {
    background-color: #00CC00;
    border-radius: 3px;
    color: #FFFFFF;
    font-size: 16px;
    text-align: center;
}

.gensubitembkgc_o {
    background-color: #f6590b;
    border-radius: 3px;
    color: #FFFFFF;
    font-size: 16px;
    text-align: center;
}


.webinartitle {
    color: #ffff00;
    font-size: 24px;
    font-weight: 400;
    
}

.webinarokmess {
    color: #3ae910;
    font-size: 20px;
    font-weight: 300;
}

.bigtitleyell {
    color: #FFFF00;
    font-size: 30px;
    font-weight: 400;
    
}

/* linea verticale di default */
.defvertline {
    border-left: 1px dotted #777777;
}

.exqrebar {
    background-image: linear-gradient(#0198a1, #0566AA);
}

.bullet {
    border-radius: 50%;
}

.bullettext {
    text-align: center;
}

.iconbutton {
    background-color: #747474;
    border-radius: 8px;
}

/* --------------------------*/
.cntibkg
{
	background-color: #0198a1;
}

.congbkg
{
	background-color: #0198a1;
}

.welcomebox {
    background-color: #FFFFFF;
    opacity: 0.85;
    border-radius: 20px;
}

.hotarea {
    fill: #171838;
    cursor: pointer;
}

.hotareamagn {
    fill: #171838;
    cursor: zoom-in;
}

.welcomebox {
    background-color: #FFFFFF;
    opacity: 0.85;
    border-radius: 20px;
}

.welcometitle {
    color: #171838;
    font-size: 24px;
    font-weight: 400;
    line-height: 120%;
    
}

.welcomemessage {
    color: #333333;
    font-size: 20px;
    font-weight: 400;
    line-height: 120%;
    
}

.ifrscreen {
    border: none;
}

.congwelcome {
    color: #FFFFFF;
    font-size: 40px;
    font-weight: 400;
    text-align: center;
    line-height: 100%;
}

.congwelcomerid {
    color: #FFFFFF;
    font-size: 30px;
    font-weight: 400;
    text-align: center;
    line-height: 100%;
}

.congexplan {
    color: #FFFFFF;
    font-size: 20px;
    font-weight: 400;
    text-align: center;
    line-height: 100%;
}

.congaccessbox {
    background-color: #aef7f6;
    border-radius: 16px;
}

.congaccessboxtitle {
    color: #0a6e7e;
    font-size: 18px;
    font-weight: 400;
    text-align: center;
    line-height: 110%;
}

.congaccessboxbul {
    background-color: #0198a1;
    border-radius: 50%;
}

.conginfocaption {
    color: #333333;
    font-size: 18px;
    font-weight: 300;
    line-height: 120%;
}

.conginfovalue {
    color: #0a6e7e;
    font-size: 20px;
    font-weight: 400;
    
}

.congthankstitle {
    color: #0a6e7e;
    font-size: 36px;
    font-weight: 400;
    text-align: center;
    line-height: 100%;
    
}

.congthankstext {
    color: #333333;
    font-size: 22px;
    font-weight: 400;
    text-align: center;
    line-height: 100%;
    
}

.congschedheader {
    background-color: #0198a1;
    border-radius: 8px;
}

.congfilterleft {
    background-color: #aef7f6;
    border-top-left-radius: 6px;
    border-bottom-left-radius: 6px;
}

.congfilterright {
    background-color: #aef7f6;
    border-top-right-radius: 6px;
    border-bottom-right-radius: 6px;
}

.congexplanleft {
    color: #FFFFFF;
    font-size: 20px;
    font-weight: 400;
    line-height: 100%;
}

.congfiltertab {
    background-color: #aef7f6;
    
}

.congfiltertabsel {
    background-color: #0a6e7e;
    
}

.congfiltertabtext {
    color: #0a6e7e;
    font-size: 16px;
    font-weight: 400;
    text-align: center;
}

.congfiltertabtextsel {
    color: #FFFFFF;
    font-size: 16px;
    font-weight: 400;
    text-align: center;
}

/* --------------------------*/

.congsched_pantitle {
	color: #0a6e7e;
	font-family: 'Source Serif Pro', serif;
	font-weight: 600;
	font-size: 70px;
	line-height: 80px;
	
}

.congsched_pantitlemin {
	color: #0a6e7e;
	font-family: 'Source Serif Pro', serif;
	font-weight: 600;
	font-size: 34px;
	line-height: 80px;
	
}

.congsched_daybkg {
	background-color: #0a6e7e;
	border-top-left-radius: 8px;
  border-bottom-left-radius: 8px;
}

.congsched_daylab {
	color: #FFFFFF;
  font-size: 22px;
  font-weight: 400;
	
}

.congsched_hallbkg {
	background-color: #ad611c;
}

.congsched_halllab {
	font-family: 'Source Serif Pro', serif;
	font-weight: 600;
	font-size: 22px;
	color: #FFFFFF;
	
}

.congsched_timebkg {
	
	background-color: #747474;
  border-top-left-radius: 8px;
  border-bottom-left-radius: 8px;
	
}

.congsched_timelab {
	color: #FFFFFF;
	font-weight: 400;
	font-size: 20px;
}

.congsched_event {
	color: #0a6e7e;
	font-family: 'Source Serif Pro', serif;
	font-weight: 600;
	font-size: 26px;
}

.congsched_part {
	color: #333333;
	font-weight: 700;
	font-size: 22px;
	line-height: 120%;
	
}

.congsched_subevent {
	color: #333333;
	font-size: 22px;
}

.congsched_subpart {
	color: #333333;
	font-weight: 700;
	font-size: 20px;
	line-height: 120%;
	
}

.congsched_supervisor {
	color: #333333;
	font-weight: 300;
	font-size: 20px;
	font-style: italic;
}

.conghallevent_bkg {
	background-color: #EEEEEE;
}

.conghalleventheader_bkg {
	background-color: #747474;
}

.conghalleventheader_bkg_prog {
	background-color: #00DD00;
}

.conghalleventheader_text {
	color: #FFFFFF;
	font-size: 22px;
	line-height: 110%;
}

.conghalleventheader_text_rid {
	color: #FFFFFF;
	font-size: 16px;
	line-height: 110%;
}

.conghalleventheader_label {
	color: #FFFFFF;
	font-size: 18px;
	line-height: 110%;
}

.conghalleventheader_label_rid {
	color: #FFFFFF;
	font-size: 12px;
	line-height: 110%;
}


.conghalleventtitle {
	color: #0a6e7e;
	font-size: 28px;
	line-height: 106%;
	font-family: 'Source Serif Pro', serif;
	font-weight: 600;
}

.conghalleventtitle_rid {
	color: #0a6e7e;
	font-size: 18px;
	line-height: 102%;
	font-family: 'Source Serif Pro', serif;
	font-weight: 600;
}

.conghalleventdatetime {
	color: #333333;
	font-size: 20px;
	font-weight: 400;
}

.conghalleventdatetime_rid {
	color: #333333;
	font-size: 14px;
	font-weight: 400;
}

.conghalleventreserved {
	color: #0a6e7e;
	font-size: 20px;
	font-weight: 400;
}

.conghalleventreserved_rid {
	color: #0a6e7e;
	font-size: 14px;
	font-weight: 400;
}


/* --------------------------*/

.fsnavbarbkg {
	
	background-color: #0198a1;
}

/* --------------------------*/
.congstandplatebkg {
	
	background-color: #aef7f6;
	
}

.congstandplatelabel {
	
	  color: #0a6e7e;
    font-size: 16px;
    font-weight: 400;
    text-align: center;
	
}

.congstandname {
	color: #0a6e7e;
	font-family: 'Source Serif Pro', serif;
	font-weight: 600;
	font-size: 26px;
	
}

.congstandtext {
	color: #333333;
	font-weight: 400;
	font-size: 20px;
	line-height: 120%;
	text-align: justify;
	
}

.congstandright {
	
	background-color: #aef7f6;
	
}


.congagendabkg {
	
	background-color: #c4f5f4;
	border-radius: 8px;
}

.congsettingsbkg {
	
	background-color: #0198a1;
	border-radius: 8px;
}

.congbadgeshadow {
	
	box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
	
}

.congbadge_name {
	text-shadow: 0 0 8px #000000;
	color: #FFFFFF;
	font-weight: 600;
	font-size: 22px;
	line-height: 110%;
	
}

.congbadge_name_rid {
	color: #FFFFFF;
	
	font-weight: 600;
	font-size: 16px;
	line-height: 110%;
	
}

.congbadge_desc {
	color: #FFFFFF;
	font-weight: 600;
	font-size: 16px;
	line-height: 110%;
	
}

.congbadge_desc_rid {
	color: #FFFFFF;
	font-weight: 600;
	font-size: 12px;
	line-height: 110%;
	
}

.cong_tit_agenda {
	color: #0a6e7e;
	font-family: 'Source Serif Pro', serif;
	font-weight: 600;
	font-size: 20px;
	
}

.congagendatime {
	color: #333333;
	font-weight: 400;
	font-size: 12px;
}

.congagendaitemE {
	
	background-color: #ffffaa;
	
}

.congagendaitemV {
	
	background-color: #ffaa55;
	
}

.congagendaitem {
	color: #333333;
	font-weight: 300;
	font-size: 12px;
}

.congavailbkg {
	
	background-color: #DDDDDD;
	border-radius: 8px;
}

.congavailtime {
	color: #333333;
	font-weight: 400;
	font-size: 12px;
	text-align: center;
}

.congavailday {
	color: #333333;
	font-weight: 400;
	font-size: 12px;
	
}

.congsibox {
	
	box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
	
	background-color: #aef7f6;
	border-radius: 4px;
	
}

.congsirole {
	color: #333333;
	font-weight: 300;
	font-size: 12px;
}

.congsiname {
	color: #333333;
	font-weight: 400;
	font-size: 16px;
}

.congsicomp {
	color: #333333;
	font-weight: 300;
	font-size: 14px;
}



.congsivertline {
    border-left: 1px dotted #0a6e7e;
}

.congselfdesc {
	
	font-family: 'Source Serif Pro', serif;
	
	color: #333333;
	font-weight: 300;
	font-size: 18px;
	
	background-color: #dff4f4;
	border-radius: 8px;
}

.congprofbkg {
	
	border-radius: 8px;
	background-color: #ffffff;
	
}

/*-- chat ---*/

.chatmessbkg_me {
    background-color: #d7f8c1;
    border-radius: 8px;
}

.chatmessbkg_he {
    background-color: #FFFFFF;
    border-radius: 8px;
}

.chatmessbkg_tt {
    background-color: #f7f085;
    border-radius: 8px;
}

.chattext {
    color: #333333;
    font-size: 16px;
    font-weight: 300;
    line-height: 120%;
}

.chatnomessage {
    color: #333333;
    font-size: 16px;
    font-weight: 300;
    font-style: italic;
    text-align: center;
}

.chatday {
    color: #333333;
    font-size: 14px;
    font-weight: 400;
    text-align: center;
}

.chatdate {
    color: #474747;
    font-size: 12px;
    font-weight: 300;
}

.chatpanelbkg {
    background-color: #dbd7d7;
}

.chatbtmbkg {
    background-color: #CCCCCC;
}

.chattextarea {
    font-weight: 400;
    font-size: 14px;
    background-color: #FFFFFF;
    border: 1px solid #C4C4C4;
    color: #000000;
    line-height: 110%;
    font-family: 'Nunito', sans-serif;
}

.chattextarea_line { border: 2px solid #0da3cc; }

.chatmessmenu { background-color: #747474;}

/*-------------*/

.chatarea {
	
	background-color: #EEEEEE;
  border: 1px solid #C4C4C4;
	
}

.chatnoconv {
	
  color: #333333;
  font-size: 16px;
  font-weight: 400;
  font-style: italic;
	text-align: center;
	
}

.chatlist {
	background-color: #DDDDDD;
}

.chatheader {
	background-color: #CCCCCC;
}

.chatitem {
	background-color: #EEEEEE;
}

.chatitemcur {
	background-color: #FFFFFF;
}

.chatheadername {
	color: #000000;
  font-size: 16px;
  font-weight: 700;
}

.chatlastmessage {
	color: #333333;
  font-size: 14px;
  font-weight: 300;
}

.chattoreadcount {
	color: #0000FF;
  font-size: 14px;
  font-weight: 700;
	
}

.chatnotnewmessbkg {
	
	background-color: #0a6e7e;
	border-radius: 4px;
	
	
}

.chatnotnewmesstxt {
	
  color: #FFFFFF;
  font-size: 16px;
  font-weight: 400;
	text-align: center;
	
}

/* --------------- */

.videochatitembkg {
  background-color: #aef7f6;
	border-radius: 4px;
}

.videochatitemtime {
  color: #333333;
  font-size: 16px;
  font-weight: 300;
}

.videochatitemuser {
  color: #333333;
  font-size: 16px;
  font-weight: 700;
}

.videochatitemmessage {
  color: #333333;
  font-size: 14px;
  font-weight: 300;
}

.videochatslotday {
	color: #333333;
  font-size: 16px;
  font-weight: 400;
	
}

.videochatslotbkg {
	background-color: #0a6e7e;
	border-radius: 4px;
}

.videochatslottime {
	  color: #FFFFFF;
    font-size: 16px;
    font-weight: 400;
    text-align: center;
}

.videochatitemstatusbkg {
	border-radius: 4px;
}

.videochatitemstatustxt {
	
	 color: #FFFFFF;
   font-size: 16px;
   font-weight: 400;
   text-align: center;
}

.videochatselslot {
	
	color: #0a6e7e;
   font-size: 18px;
   font-weight: 400;
}

.videochatcurslot {
	
	background-color: #f59703;
	border-radius: 4px;
  
}

.congschednoecm_day {
  color: #333333;
  font-size: 22px;
  font-weight: 400;
}

.congschednoecm_time {
  color: #333333;
  font-size: 20px;
  font-weight: 300;
}

.congemcstatuslabel {
	
	 color: #ffffff;
   font-size: 16px;
   font-weight: 300;
   
}

.congstatusbkg {
	
	background-color: #0a6e7e;
	border-radius: 8px;
}

.sponsorlabel  {
    color: #333333;
    font-size: 14px;
    text-align: center;
    
}

.congsched_event {
	color: #0a6e7e;
	font-family: 'Source Serif Pro', serif;
	font-weight: 600;
	font-size: 26px;
}

.congsched_part {
	color: #333333;
	font-weight: 700;
	font-size: 22px;
	line-height: 120%;
	
}

.congsched_subevent {
	color: #333333;
	font-size: 22px;
}

.congsched_subpart {
	color: #333333;
	font-weight: 700;
	font-size: 20px;
	line-height: 120%;
	
}

.conglangbulletbkg {
	
	background-color: #0b707d;
	border-radius: 50%;
}

.congcurlangbulletbkg {
	
	background-color: #333333;
	border-radius: 50%;
}

.conglangbulletlabel  {
    color: #ffffff;
    font-weight: 300;
    font-size: 12px;
    text-align: center;
    
}

.explanationscenterbold {
    color: #333333;
    font-size: 20px;
    font-weight: 700;
    text-align: center;
}

/* galleria stand flat */

.cong_sgf_platetypebkg {
	background-color: #0198a1;
}

.cong_sgf_platelab {
	  color: #ffffff;
    font-size: 16px;
    font-weight: 700;
    text-align: center;
}

.cong_sgf_platelab_rid {
	  color: #ffffff;
    font-size: 14px;
    font-weight: 400;
    text-align: center;
}

.cong_sgf_standbkg {
	background-color: #cccccc;
	border-radius: 8px;
}

.cong_sgf_platestandbkg {
	background-color: #0b707d;
}

.cong_standiconcaption {
	  color: #ffffff;
    font-size: 12px;
    font-weight: 300;
    text-align: center;
}

.congsched_pan {
	color: #333333;
	font-family: 'Source Serif Pro', serif;
	font-weight: 700;
	font-size: 22px;
	
}























