/******************************** DISPLAY NONE *****************************/

.none {
    display: none;
}

/******************************** EVENT LOGO *****************************/


.event_logo {
    min-width: 250px;
}

/******************************** SPONSOR CARDS *****************************/


.card_sponsor {
    margin: 10px;
    border: 1px solid #002843;
    min-height: 780px;
}


.sponsorship_button {
    position: absolute;
    bottom: 0px;
    left: 25%;
    right: 25%;
    margin-bottom: 0px;
}


@media all and (max-width: 1370px) and (min-width: 200px) {
                    /* Change Resolutions Here */
.card_sponsor {
    min-height: auto;
}

.sponsorship_button {
    position: initial;
    bottom: initial;
    left: initial;
    right: initial;
    margin-bottom: initial;
}

}

/******************************** AGNEDA *****************************/

.agenda_item {
	border-top: 1px solid #34b78f;
}

.agenda_date {
    line-height: 1;
}

.agenda_time, .agenda_desc, .agenda_time span, .agenda_desc span {
}

.agenda_title, .agenda_title span {
    font-size: 16px !important;
    text-transform: uppercase;
}

.venue_name {
    position: relative;
    top: -8px;
}


/******************************** BUTTONS *****************************/


.button {
    padding: 7px !important;
    min-width: 150px;
	padding-top: 12px !important;
}


.button:hover {
    background-color: #002843 !important;
}


.form-group.form-group-button-container.text-left input {
    padding: 7px !important;
    min-width: 150px;
    padding-top: 12px !important;
}

/******************************** REG *****************************/

.form-group {
   border-bottom: 2px solid #dbf0eb;
}

.form-group-button-container {
	border: none;
}

.form-control {
    border: 0px;
    box-shadow: none;
}

.form-control:focus {
    border-color: none !important;
    outline: 0;
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
}

.btn.smart-form-btn, .btn.edit-page-btn {
    border-radius: 0 !important;
}


.login-container .form-group {
    border: none;
}

input#formquestion2_input, input#formquestion163_input {
    background-color: #e2f0f0;
    border-bottom: 2px solid #a4ddcc;
    border-radius: 0px !important;
}


select {
    height: auto !important;
}


tr.activity-table, tbody {
    border: none !important;
}

td.activity-cell.text-right {
    text-align: center;
}

.terms-box {
    border: none !important;
}


/******************************** RESOURCE CENTER *****************************/

.sub_nav a, .sub_nav a span {
    color: #373838 !important;
    text-decoration: none !important;
    border-bottom: 2px solid transparent;
    padding-bottom: 3px;
}

.sub_nav a:hover, .sub_nav a span:hover {
    text-decoration: none !important;
    border-bottom: 2px solid #34b78f !important;
    padding-bottom: 3px;
}


.conferencecodelist1, .conferencecodeusage1 {
    padding: 0px;
}


/******************************** FOOTER *****************************/

.social_icons {
    max-width: 150px;
    justify-content: space-around;
    margin-inline: auto;
}

.sponsor_row img {
    max-width: 400px;
    margin-inline: auto;
}

.dflex {
    display: flex;
}

/*stick footer fix*/

@media (max-width: 991.98px) {
	body {
		margin-bottom: 0px !important;
	}
	.stickyfooter {
		position: unset; 
	}
}

/******************************** TERMS CONDITIONS *****************************/

.terms {
    max-height: 400px;
    overflow: hidden;
    overflow-y: scroll;
    border: 1px solid #e3e3e3;
    padding: 10px;
}


/******************************** TASK MANAGER *****************************/

.modal-content input {
    border: 1px solid #002843;
    border-radius: 3px !important;
}


label.btn.task-btn {
    border: 1px solid;
    margin-left: 5px !important;
}






/************************ SPEAKERS ***********************************/

.speakers_card {
    border: 1px solid #d7d7d7;
    border-radius: 10px;
    margin: 5px;
    box-shadow: 0px 0px 30px #e3e3e366;
}

.speakers_card:hover {
    background-color: #f9f9f9;
}


/* .speakers_card img {
    border-radius: 100%;
    padding: 2px;
    border: 1px solid #57aa84;
} */

/********************** SPONSORS SECTION *****************************/

.vcenter {
    margin-top: auto;
    margin-bottom: auto;
}


.blank {
    display: none;
}

.five-column .logo_box {
    min-width: 19.3%;
}


.logo_box {
    border: 1px solid #dfdfdf;
    margin: 5px;
    border-radius: 10px;
    box-shadow: 0px 0px 30px #ebebeb24;
}