/* Marcus' Changes Start */

/* RA-39883 */
.questions-section > h2:first-of-type {
    height: 60px;
    margin: -30px -30px 15px -30px;
    padding: 15px;
    color: white !important;
    background: #002856;
}

.flex-box-section-full-interior
.flex-box-section 
.flex-box-child:first-of-type
.questions-section {
    height: 750px;
    max-height: 750px;
}

.questions-section .tintup {
    height: 600px !important;
}

.my-survey-list-card .card-body {
  	height: auto;
    max-height: 430px;
}


/* RA-40935 */
.meetings-section .meeting-topics {
  display: none;
}

/* Marcus' Changes End */


 .fb-list-item.table-row {
  color: #000;
  border-bottom: 1px solid #ccc;
  padding: 5px 0;

}

.fb-list-item.table-row a:hover{
text-decoration: none;
}
.fb-list-group h3{
padding: 10px 0;
  display: inline-block;
  margin: 0 0 5px;
  background:none;
  color: #002856 !important;
}

.fb-list-item.table-row a{
text-decoration: none;
display:block;
color:#000;
    padding: 4px 5px;
}

.fb-list-item.table-row:hover {
  background: #f2f2f2;
}

.form-control {
  display: block;
  width: 100%;
  padding: .375rem .75rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #212529;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #ced4da;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border-radius: .25rem;
  transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}
label.col.question {
  display: block;
}
.modal-header .close {
  margin-top: -25px !important;
}

.btn {
  display: inline-block;
  font-weight: 400;
  line-height: 1.5;
  color: #212529;
  text-align: center;
  text-decoration: none;
  vertical-align: middle;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  background-color: transparent;
  border: 1px solid transparent;
  padding: .375rem .75rem;
  font-size: 1rem;
  border-radius: .25rem;
  transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}
h4.form-title {
    margin-bottom: 5px;
  margin-top: 5px;
}

.form-group {
  margin-bottom: 0 !important;
  clear: both;
}
.modal-title {
    margin: 0;
    line-height: 1.42857143;
    color: #002856;
}
app-textbox.control-item label {
    margin-bottom: 10px;
}

iframe {
    border: none;
}

/** Jake Nteractive Changes **/

/* Targeted Agenda Headings */
.grid-targeted-agenda .targeted-agenda-header .targeted-agenda-headline h2, h2.white-navy{
    font-size: 20px;
    color: white;
    background: #002856;
    display: inline-block;
    padding: 2px 10px;
}

/* Kipsu chat - move to right */
#kipsu-chat-button{left: unset;}
#kipsu-chat{left: unset;}

/* Jason Test */
.readOnly-value {
    min-height: 26px;
    height: fit-content;
}

/* JP Nteractive */
.wf-form-element-div{
	padding: 10px;
}
.card-header-title{
	padding-left: 10px!important;
	padding-right: 10px!important;
}
.rf-card .card-header{
    padding-left: 12px!important;
}
.booth-details-card, .speaker-session-card{
	border: 1px solid #032955!important;
}
.booth-details-card .card-header, .booth-details-card .card-body,
.speaker-session-card .card-header, .speaker-session-card .card-body{
	background-color: rgb(238, 238, 238)!important;
}
h3.card-header-title{
  	font-size: 20px;
  	color: #002856;
}
.speaker-session-card h3.card-header-title{
	font-size: 32px;
}
.speaker-session-card .mdBtnR, .speaker-session-card a.mdBtnR{
  	color: white!important;
}
.speaker-session-card .card-body-row h5, .card-body-row h6{
	color: #002856!important;
}
.speaker-session-card .card-body-row h5{
  	font-size: 24px!important;
}
.speaker-session-card .card-body-row h6{
  	font-size: 18px!important;
}
.speaker-session-card .text-primary{
  	color: #009AD7!important;
  	font-size: 18px!important;
}

/* Remove padding from Exhibitor Details card */

.booth-details-card .rf-read-only{
    padding: 0;
}

/* MC - Exhibitor Portal - Leads Dashboard fix - 20230518 */

.workflow-reporting-dashboard .dashboard-tile.kpi .kpi-body .kpi-tile-container {
 	width: initial; 
}

.workflow-reporting-dashboard .dashboard-tile.kpi .kpi-body .kpi-tile, 
#custom-dashboard .dashboard-tile.kpi .kpi-body .kpi-tile, 
#leads-portal .dashboard-tile.kpi .kpi-body .kpi-tile, 
.dashboard-body .dashboard-tile.kpi .kpi-body .kpi-tile {
 	align-items: center; 
}



