.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: 'GillSansBold';
    font-size: 14px;
    line-height: 16.8px;
	background: transparent linear-gradient(90deg, #00428C 0%, #003F86 15%, #003776 33%, #002B5C 54%, #001937 77%, #00040A 100%) 0% 0% no-repeat padding-box;
}

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

.footer {
margin-top:90px;
	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: transparent linear-gradient(90deg, #00428C 0%, #003F86 15%, #003776 33%, #002B5C 54%, #001937 77%, #00040A 100%) 0% 0% no-repeat padding-box;
}

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

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

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


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

.banner {
	height:300px;

}
.header {
	height: 80px;

}

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

.footer {

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

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


.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: 7px solid #00A1ED;
    border-radius:10px;
    margin-bottom:10px;
    padding: 0px;
    /*height:540px;*/
    padding-top:50%;
}

.SendMessagePanel_title
{
    font-weight: bold;
    margin-bottom:10px;
    color: #004396;
    font-size: 18px;
}

.SendMessagePanel_messages
{
    height:200px;
    background:white;
    overflow-y:auto;
    padding:5px;
}



.SendMessagePanel
{
    background-color: #eeeeee;
    padding: 20px;
    border-radius: 10px;
    position: relative;
    width:90%;
    min-width: 400px;
    max-width: 600px;
    margin: 0 auto;
    margin-bottom: 30px;
    display:flex;
    flex-direction: column;
}

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

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

.SendMessagePanel_textInput
{
    width:100%;
    height:100px;
    padding:10px;
    margin-bottom:10px;
    font-size: 18px;
}

.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;
    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: none;
outline: none;
cursor: pointer;
background-color:#004396;
font-weight: bold;
}

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

.whoIsWho
{
    text-align: center;
}

html,
body,
form {

    font-size: 18px;
}


.logo {
    height: 90px;
}

.loginMain {
    padding: 50px;

}
#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%;
}

