body {
    background-color: #2A3F54 !important;
}

.bg-main {
    background-color: #e4e4e4 !important;
}

.nav-sm .show-small {
    visibility: visible !important;
}

#StaffList {
  height: 350px;
  margin-bottom: 10px;
}

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

.style-select {
  select {
    padding: 0;
    option {
      padding: 4px 10px 4px 10px;
    }
    option:hover {
      background: #EEEEEE;
    }
  }
}

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

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

.selected-right {
  float: left;
  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: 45%;
  select {
    height: 200px;
    padding: 0;
    option {
      padding: 4px 10px 4px 10px;
    }
    option:hover {
      background: #EEEEEE;
    }
  }
}

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


.rating {
 unicode-bidi:bidi-override;
 direction:rtl;
 font-size:30px;
}
.rating span.star {
 font-family:FontAwesome;
 font-weight:normal;
 font-style:normal;
 display:inline-block;
}
.rating span.star:hover {
 cursor:pointer;
}
.rating span.star:before {
 content:"\f006";
 padding-right:5px;
 color:#777;
}
.rating span.star:hover:before,
.rating span.star:hover~span.star:before {
 content:"\f005";
 color:#e3cf7a;
}

.rating span.star-s {
 font-family:FontAwesome;
 font-weight:normal;
 font-style:normal;
 display:inline-block;
}
.rating span.star-s:hover {
 cursor:pointer;
}
.rating span.star-s:before {
 content:"\f005";
 padding-right:5px;
 color:#e3cf7a;
}


.rating span.star-grey {
 font-family:FontAwesome;
 font-weight:normal;
 font-style:normal;
 display:inline-block;
}
.rating span.star-grey:hover {
 cursor:pointer;
}
.rating span.star-grey:before {
 content:"\f006";
 padding-right:5px;
 color:#777;
}
.rating span.star-grey:hover:before,
.rating span.star-grey:hover~span.star-grey:before {
 content:"\f005";
 color:#888;
}

.rating span.star-o {
 font-family:FontAwesome;
 font-weight:normal;
 font-style:normal;
 display:inline-block;
}

.rating span.star-o:before {
 content:"\f005";
 padding-right:5px;
 color:#e3cf7a;
}


.rating span.star-w {
 font-family:FontAwesome;
 font-weight:normal;
 font-style:normal;
 display:inline-block;
}
.rating span.star-w:hover {
 cursor:pointer;
}
.rating span.star-w:before {
 content:"\f006";
 padding-right:5px;
 color:white;
}
.rating span.star-w:hover:before,
.rating span.star-w:hover~span.star-w:before {
 content:"\f005";
 color:#e3cf7a;
}


.rating span.star-sel {
 font-family:FontAwesome;
 font-weight:normal;
 font-style:normal;
 display:inline-block;
}

.rating span.star-sel:before {
 content:"\f005";
 padding-right:5px;
 color:#e3cf7a;
}

.rating span.star-nsel {
 font-family:FontAwesome;
 font-weight:normal;
 font-style:normal;
 display:inline-block;
}

.rating span.star-nsel:before {
 content:"\f005";
 padding-right:5px;
 color:#888;
}


.btn-file {
    position: relative;
    overflow: hidden;
}
.btn-file input[type=file] {
    position: absolute;
    top: 0;
    right: 0;
    min-width: 100%;
    min-height: 100%;
    font-size: 100px;
    text-align: right;
    filter: alpha(opacity=0);
    opacity: 0;
    outline: none;
    background: white;
    cursor: inherit;
    display: block;
}

.thumb{
    margin: 10px 5px 0 0;
    width: 100px;
}


/*Check box*/
input[type="checkbox"]{
	position: absolute;
	right: 9000px;
}

input[type="checkbox"] + .label-text:before{
	content: "\f096";
	font-family: "FontAwesome";
	speak: none;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
        font-size: 20px;
	line-height: 1;
	-webkit-font-smoothing:antialiased;
	width: 1em;
	display: inline-block;
	margin-right: 5px;
}

input[type="checkbox"]:checked + .label-text:before{
	content: "\f14a";
	color: #1abc9c;
	animation: effect 250ms ease-in;
}

input[type="checkbox"]:disabled + .label-text{
	color: #aaa;
}

input[type="checkbox"]:disabled + .label-text:before{
	content: "\f0c8";
	color: #ccc;
}

.tmplselected {
    background-color: #D7D7D7;
}