/* 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;}

