@font-face {
    font-family: 'Montserrat';
    src: url('../font/montserrat-regular-webfont.eot');
    src: url('../font/montserrat-regular-webfont.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'MontserratBold';
    src: url('../font/montserrat-semibold-webfont.eot');
    src: url('../font/montserrat-semibold-webfont.ttf') format('truetype');
    font-weight: bold;
    font-style: bold;
}

@font-face {
    font-family: 'MontserratBlack';
    src: url('../font/montserrat-black-webfont.eot');
    src: url('../font/montserrat-black-webfont.eot?#iefix') format('embedded-opentype'),
        url('../font/montserrat-black-webfont.woff2') format('woff2'),
        url('../font/montserrat-black-webfont.woff') format('woff'),
        url('../font/montserrat-black-webfont.ttf') format('truetype'),
        url('../font/montserrat-black-webfont.svg#montserrat-black-webfont') format('svg');
    font-weight: 700;
    font-style: normal;
}

@font-face {
    font-family: 'Montserrat';
    src: url('../font/DINPro-Medium.eot');
    src: url('../font/DINPro-Medium.eot?#iefix') format('embedded-opentype'),
        url('../font/DINPro-Medium.woff2') format('woff2'),
        url('../font/DINPro-Medium.woff') format('woff'),
        url('../font/DINPro-Medium.ttf') format('truetype'),
        url('../font/DINPro-Medium.svg#DINPro-Medium') format('svg');
    font-weight: 500;
    font-style: normal;
}

.banner {
	height: 300px;
	display: flex;
    flex-flow: column;
    justify-content: flex-end;
	background-position: center;
	position:relative;
}
.header {
	height: 80px;
	padding: 32px 13.5%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    color: #fff;
    font-family: 'Montserrat';
    font-size: 12px;
    line-height: 16.8px;
	background: #004280;
}

.header .logo,
.footer .logo {
	height: 40px;
	cursor: pointer;
}

.footer {
margin-top:0px;
	height: 140px;
	padding: 30px 13.5%;
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    color: #fff;
    font-family: 'GillSans';
    font-size: 14px;
    line-height: 16.8px;
	background: #A30B35;
	border-top: solid 20px white;
}

.content {
	padding: 70px 13.5%;
	font-size: 18px;
    line-height: 22px;
    min-height:430px;
}

.content.users {
	display: flex;
	flex-direction: column;
}

.contentTitle {
	margin-bottom: 10px;
	font-size: 20px;
	line-height: 26px;
	text-transform: uppercase;
    font-family: 'MontserratBold';

}


.todayDetails {
	display: flex;
    align-items: center;
	position: relative;
	border: 1px solid #004280;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
}

.banner {
	height:300px;

}
.header {
	height: 80px;

}


.footer {

	height: 140px;
	padding: 30px 13.5%;
 }

.content {
	font-size: 18px;
    line-height: 22px;
    font-size: 18px;
    line-height: 22px;
    background-color: #E3E3E3;
}


.contentTitle {
	margin-bottom: 10px;
	font-size: 20px;
	line-height: 26px;
}


.todayDetails {
    padding: 10px 20px;
}

.todayTime {
    font-size: 26px;
    line-height: 28px;
}

.todayTime .type {
	margin-top: 5px;
	font-size: 12px;
    line-height: 15px;
    letter-spacing: 0.06px;
}

.todayInfo {
    height: 70%;
	margin-left: 10px;
    padding: 0 10px;
	font-size: 26px;
    line-height: 30px;

}

.todayInfo .date {
    font-size: 18px;
    line-height: 22px;
}

.todayPreview {
    width: 190px;
    height: 100px;
    margin-right: 12px;
}

.trombinoscopeTable td
{
	font-size:18px;
}

.archiveBandContainer {
	padding: 20px 0 20px 0;
}

.archiveBandContainer.grey {
    margin-left: -18.5%;
    padding: 20px 18.5% 20px 18.5%;
}

.archiveBandContainer:first {
	padding-top: 0;
}

.archiveBand {
    margin: 20px 0;
}


.archiveTitle {
    color: #004396;
	font-family: 'GillSansBold';
	font-size: 28px;
    line-height: 32px;
	text-transform: uppercase;
}

.archiveEntry {
    max-width: 253px;
    margin-bottom: 40px;
}


.archivePreview {
    width: 253px;
    height: 138px;
    margin-right: 12px;
}


.webinar_video_cont_iframe
{
    position:relative;
    width: 960px;
    max-width: 90%;
    border: 5px solid rgba(255, 255, 255, 0.0);
    border-radius:10px;
    margin-bottom:150px;
    padding: 0px;
    /*height:540px;*/
    padding-top:50%;
    margin-top:20px;
}

.SendMessagePanel_title
{
    font-weight: bold;
    margin-bottom:10px;
    color: #fff;
   font-family: 'MontserratBold';
    font-size: 14px;
}

.SendMessagePanel_messages
{
    height:150px;
    background: rgba(76, 175, 80, 0.0);
    overflow-y:auto;
    padding:5px;
    border: solid 1px white;
    text-align: left;
}



.SendMessagePanel
{
    background: rgba(76, 175, 80, 0.0);
    padding: 20px;
    border-radius: 10px;
    position: relative;
    width:90%;
    min-width: 350px;
    max-width: 600px;

    margin: 0 auto;
    margin-bottom: 30px;
    display:flex;
    flex-direction: column;
    border: solid 1px white;
}

.SendMessagePanel-2
{
    position:fixed;
    right:20px;
    bottom:0px;
}

.SendMessagePanel-3
{
    justify-content: space-around;
    flex-direction: row;
    max-width:300px;
    height:80px;
}

.SendMessagePanel_textInput
{
    color:#fff;
    background: rgba(76, 175, 80, 0.0);
    width:100%;
    height:150px;
    padding:10px;
    margin-bottom:10px;
    font-size: 18px;
    border: solid 1px white;
}

.SendMessagePanel_textInput-2
{
    height:auto;
}


.webinar_question
{
    display:grid;
    grid-template-columns: auto auto;
    grid-gap:10px;
    background-color:#1ba6df;
    padding:20px;
    border-radius:10px;
    position:relative;
    width:90%;
    max-width:600px;
    margin-bottom:40px;
}

.webinar_question_message
{
    opacity:0;
    position:absolute;
    right:-180px;
    width:150px;
    background-color:#CBCBCB;
    color:#004280;
    border-radius:15px;
    padding:10px;
    margin-bottom: 20PX;
}

.webinar_question_message-1
{
    animation-name: animation1;
    animation-duration: 5s;
    animation-fill-mode: backwards;
}

.webinar_button
{
    -webkit-appearance: none;
color: #fff;
width: 100%;
padding: 10px;
border-radius: 10px;
font-size: 18px;
margin: 10px 0;
border: solid 1px white;
font-family: 'MontserratBold';
outline: none;
cursor: pointer;
background: rgba(76, 175, 80, 0.0);
font-weight: bold;
}

.webinar_button-2
{
    margin:0;
    grid-column: 1 / -1;
}
.failedMessage
{
    font-size:20px;
}

.whoIsWho
{
    text-align: center;
}

html,
body,
form {

    font-size: 18px;
}


.logo {
    height: 70px;
}


#CybotCookiebotDialogDetailFooter {
    display: none !important;
}
#CybotCookiebotDialogBodyButtonDetails {
    background-color: #00377d;
    border: 1px solid #00377d;
    color: #ffffff !important;
    padding: 1px 4px 3px !important;
    z-index: 10 !important;
    font-size: 9.5pt !important;
    font-weight: 600 !important;
    margin-left: 12px !important;
    margin-right: 0 !important;
    margin-top: 8px !important;
    text-align: center !important;
    white-space: nowrap !important;
    min-width: 80px !important;
    background-image: none !important;
    border-right: 5px solid transparent !important;
    border-left: 5px solid transparent !important;
    text-decoration: none !important;
}


@media screen and (max-width: 1680px) {
        .userProfile {
        margin: 0 30px;
}

}

@media screen and (max-width: 1480px) {
        .userProfile {
        margin: 0 30px;
    }

}

@media screen and (max-width: 1280px) {
        .userProfile {
        margin: 0 10px;
    }


}

@media screen and (max-width: 1080px) {


.contest_items_grid_item {
        width:60%;
    }
}

@media screen and (max-width: 980px) {


.contest_items_grid_item {
        width:60%;
    }
  
}

@media screen and (max-width: 880px) {


.contest_items_grid_item {
        width:60%;
    }
    
}

@media screen and (max-width: 480px) {
    .logo {
        width: 50vw;
        height: unset;
        padding-left: 55px;
    }


}

@media screen and (max-width: 400px) {


.contest_items_grid_item {
        width:100%;
    }
.logo {
        width: 50vw;
        height: unset;
        padding-left: 55px;
    }
}


.uploadingDialog_box
{

	padding:15px;
	max-width:35%;


}
.contest_text
{
    align-items: center;
    border:1px solid #eee;
    padding:20px;
    border-radius:20px;
}

.challenge {
    border-radius: 15px;
    margin-bottom: 15px;
    width: 100%;

}

.concorso
{
    width:60%;
}

button {
    width: 100%;
    margin: 30px 0;
    padding: 2px 0;
    color: #fff;
    font-size: 21px;
    font-style: bold;
    line-height: 37.5px;
    background-color: #A30B35;
    border: none;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    box-shadow: 0 0 0 0 #00428b;
	--webkit-appearance: none;
}

a {
	color: #004280;
	text-decoration: underline;
}

.loginBox {
    color: #A30B35;
    font-size:18px;
     box-shadow: 0px 0px 0px 0px #96999c;
    
 }

.loginBox .fieldContainer,
.loginBox .buttonContainer {
	color: #A30B35;

}

html,
body,
form {
	width: 100%;
	height: 100%;
	position: relative;
	font-family: 'Montserrat', arial;
	font-style: bold;
	font-size: 12px;
	color: #A30B35;
}

.lightblue {
	color: #E3E3E3;
}


.dot {
    background-color: rgba(255,255,255,0);
}

.dot.highlighted {
    background-color: rgba(255,255,255,0);
}

.sfondo
{
	background-image: linear-gradient(#032852, #043b7b);
	min-height:82%;
}

.webinar_quiz
{
    position:relative;
    width: 630px;
    max-width: 90%;
    border: 7px solid #00A1ED;
    border-radius:10px;
    margin-bottom:10px;
    padding: 0px;
    /*height:540px;*/
    padding-top:50%;
}

.logoCorcym {
    height: 40px;
}



.logoMenu {
    height: 30px;
}

.agendaRow-type-1
{
    color: #A30B35;
    font-size:24px;
    font-weight:500;
}

.agendaBlock {
   
    border-top: 0.75px solid #575757;
      color: #A30B35;
    font-family: 'MontserratBold';
}

.textGrid .grey {
       background-color: rgba(135, 135, 135, 0.0);
}

.todayInfo .date {
    color: #575757;
}

.button {
    background: #A30B35;
   }

   .loginMain {
    height: 100%;
    padding: 10px;
    display: flex;
    flex-flow: column;
    justify-content: center;
    align-items: center;
    background-image: url('../images/texture.jpg');
    background-repeat: repeat-y;
    min-height:100vh;
  
}

b {
    font-family: 'MontserratBold';
}


.todayTime {
   
    color: #004280;
    font-size: 20px;
    
}

html,
body,
form {
    width: 100%;
    height: 100%;
    position: relative;
    font-family: 'Montserrat', arial;
    font-size: 12px;
    color: #A30B35;
}

.blue {
    color: #004280;
    font-weight:500;
}

.eventView_header
{
    font-size:16px;
    color: white;
}

.menuLink {
    
    font-size:14px;
}

.menuLink-2
{
    padding-top:5px;
    padding-bottom:5px;
    padding-left:7px;
    padding-right:7px;
}
    
   

.webinar_custom_iframe
{
    background-color: #004280;
    width:90%;
    height: 520px;
    padding: 0px;
    border-radius: 10px;
    position: relative;
    min-width: 300px;
    max-width: 500px;
    margin: 0 auto;
    margin-top: 20px;
    display: flex;
    flex-direction: column;
    border: solid 5px white;
}


.webinar_custom_iframe iframe
{
    border:0;
    width:100%;
    height:100%;
}

.agendaDate {
    color: #004280;
    font-family: 'MontserratBold';
}

.fieldContainer a {
    color: #004280;
    text-decoration: underline;
    }

.menuLink-active
{
    border-bottom:solid 4px white;
}

.failedMessage
{
    font-size:16px;
    margin:15px;
    padding:10px;
}

.webinar_boxes
{
	margin-top:0px;
	width:100%;
	display:grid;
	grid-template-columns: repeat(auto-fit, 600px);
	align-items: flex-start;
	justify-content: center;
}

.webinar-embed iframe
{
	width:100%;
	height:100%;
	border:0;
	margin:auto;
}