/* Select list actions styles
-------------------------------------------------- */
/*body {*/
    /*padding: 10px;*/
/*}*/

#StaffList {
    height: 350px;
    margin-bottom: 10px;
}
#PresenterList,
#ContactList,
#FacilitatorList {
    height: 95px;
    margin-bottom: 10px;
}

.style-select select {
    padding: 0;
}

.style-select select option {
    padding: 4px 10px 4px 10px;
}

.style-select select option:hover {
    background: #EEEEEE;
}

.add-btns {
    padding: 0;
}

.add-btns input {
    margin-top: 25px;
    width: 100%;
}

.selected-left {
    float: left;
    width: 88%;
}

.selected-right {
    float: left;
}

.selected-right button {
    display: block;
    margin-left: 4px;
    margin-bottom: 2px;
}

@media (max-width: 517px) {
    .selected-right button {
        display: inline;
        margin-bottom: 5px;
    }
}

.subject-info-box-1,
.subject-info-box-2 {
    float: left;
    width: 35%;
}

.subject-info-box-1 select,
.subject-info-box-2 select {
    height: 350px;
    padding: 0;
}

.subject-info-box-1 select option,
.subject-info-box-2 select option {
    padding: 4px 10px 4px 10px;
}

.subject-info-box-1 select option:hover,
.subject-info-box-2 select option:hover {
    background: #EEEEEE;
}

.subject-info-arrows {
    float: left;
    width: 10%;
}

.subject-info-arrows input {
    width: 70%;
    margin-bottom: 5px;
}


/* Sticky footer styles
-------------------------------------------------- */
html {
    position: relative;
    min-height: 100%;
}
body {
    /* Margin bottom by footer height */
    margin-bottom: 40px;
}
.footer {
    position: absolute;
    bottom: 0;
    /*width: 100%;*/
    /* Set the fixed height of the footer here */
    height: 40px;
    /*background-color: #f5f5f5;*/
    padding: 10px 0 0 0;
}

.body-content {
  padding-left: 15px;
  padding-right: 15px;
  padding-top: 0;
  padding-bottom: 40px;
}

.body-content h1 {
  line-height: 36px;
  font-size: 24px;
}

.page-header {
  margin-top: 0px;
}

.actions {
  padding-top: 20px;
}

.no-left-padding {
  padding-left: 0px !important;
}

.nav-tabs{
  margin-bottom:20px;
}

.news-band {
	width: auto !important;
	background-color: #ddd;
	color: #323F3F;
	padding-bottom: 10px;
	padding-top: 5px;
}

.navbar-brand{
    padding-top: 10px;
    line-height: 30px;
}
