/*
.small_button {
    background-color: rgb(202, 202, 202);
    border: none;
    border-radius: 2px;
    color: #444444;
    letter-spacing: 0.5px;
    padding: 6px 5px;
    background-image: linear-gradient(to bottom, #c3c3c3, #e8e3e3);
    box-shadow: 1px 1px 1px #cccccc;
    text-shadow: 1px 1px #c5c5c5;
}
*/
.small_button {
	background-color: rgb(208, 208, 208);
	border: none;
    border-radius: 3px;
    color: #3e3e3e;
    letter-spacing: 0.5px;
    padding: 7px 8px;
    font-size: 13px;
}
.small_button:hover {
	cursor: pointer;
    background-color: #a2a2a2;
    transition: all 0.3s ease;
    /*color: #FFFFFF;*/
}
.small_button:disabled, .small_button:disabled:hover {
    background-color: rgb(220, 220, 220);
    cursor: not-allowed;
    color: #FFFFFF;
}


#fav_tabs {
	/*margin: -10px -10px 10px -10px;*/
	background: linear-gradient(-20deg, #f5f5f5, #9a9a9a);
}

.fav_tab_button {
	float: left;
    padding: 10px;
    margin-top: 5px;
    margin-left: 5px;
    cursor: pointer;
    background: linear-gradient(0deg, #dcdcdc, #e6e6e6);
    border-radius: 3px 3px 0 0;
}

/*
.fav_tab_button:not(:first-child ) {
	margin-left: 4px;
}
*/

.fav_tab_button.selected {
	background: linear-gradient(0deg, #F7F6F6, #dadada);
}

.switch-field {
	overflow: hidden;
	white-space:nowrap;
}

.switch-title {
	margin-bottom: 6px;
}

.switch-field input {
	position: absolute !important;
	clip: rect(0, 0, 0, 0);
	height: 1px;
	width: 1px;
	border: 0;
	overflow: hidden;
}

.switch-field label {
	float: left;
}

.switch-field label {
	display: inline-block;
	background-color: #e4e4e4;
	color: rgba(0, 0, 0, 0.8);
	font-weight: normal;
	text-align: center;
	text-shadow: none;
	padding: 6px 5px;
	border: 1px solid rgba(0, 0, 0, 0.2);
	-webkit-box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.3), 0 1px
		rgba(255, 255, 255, 0.1);
	box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.3), 0 1px
		rgba(255, 255, 255, 0.1);
	-webkit-transition: all 0.1s ease-in-out;
	-moz-transition: all 0.1s ease-in-out;
	-ms-transition: all 0.1s ease-in-out;
	-o-transition: all 0.1s ease-in-out;
	transition: all 0.1s ease-in-out;
}

.switch-field label:hover {
	cursor: pointer;
}

.switch-field input:checked+label {
	background-color: #4c72a1;
	-webkit-box-shadow: none;
	box-shadow: none;
	color:white;
}

.switch-field label:first-of-type {
	border-radius: 3px 0 0 3px;
}

.switch-field label:last-of-type {
	border-radius: 0 3px 3px 0;
}

#tab_recommendations {
	width: 100%;
	/*margin: -10px;
	padding: 10px;*/
}
#page_rec_list, #page_rec_edit {
	box-sizing: border-box;
	position: absolute;
	width: 100%;
	padding: 10px;
}

.rec_only_me {
	padding: 0 0 10px 40px;
}

.rec_show {
	float: left;
	width: 40px;
	padding-top: 7px;
}

.rec_container {
	overflow: hidden;
	height: auto;
	position: relative;
	padding: 0 0 10px 0;
}

.rec_magnifier {
	float: left;
	width: 26px;
	font-size: 22px;
}

.rec_search {
	float: none;
	width: auto;
	overflow: hidden;
}

#rec_search_input {
	width: 100%;
	height: 29px;
}

.rec_search_highlight {
	opacity: .6;
	margin-top: 12px;
}

.rec_search_highlight em {
	font-weight: bold;
	opacity: 1;
}

.rec_search_highlight_title {
	font-size:.8em;
}

.rec_results_count {
	opacity: .6;
	font-size:.8em;
}

.rec_results {
	overflow-y: auto;
	height: 400px;
}

.rec_result {
	margin-top: 6px;
	padding: 6px;
	background-color: #e4e4e4;
	border-radius: 3px;
	overflow: hidden;
	position: relative;
	cursor: pointer;
}

.rec_result:hover {
	background-color: #c7c7c7;
	transition: all 0.3s;
}

.rec_icon {
	float: left;
    font-size: 30px;
    margin: 0 10px 3px 4px;
    color: gray;
}

.rec_info {
	float: right;
}

.rec_result_details {
	overflow: hidden;
	width: auto;
	white-space: nowrap;
	text-overflow: ellipsis;
}

.rec_info_item {
	float: right;
	clear: right;
}

.rec_detail_item {
	float: left;
	clear: left;
}

.rec-bot-tools {
    text-align: right;
    box-sizing: border-box;
    padding: 10px 0;
}

.rec-top-btn {
  width: 40px;
}

.top-rt-btns {
  float: right;
}

.back-btn {
  float: left;
}

.rec-header {
  margin: 4px 0 0 0;
  font-size: 150%;
  font-weight: normal;
}

.rec-tbl-cont {
  position: relative;
}

.rec-row {
  position: relative;
}

.rec-row-label {
	margin: 12px 0 3px 0;
}
.rec-label {
	font-weight: bold;
    color: #565656;
}

.rec-row-desc {
  margin-top: 3px;
  /*margin-left: 38px;
  text-overflow: ellipsis;
  overflow: hidden;*/
}
.rec-row-desc-wide {
	margin-left: 45px;
}
.recf-creator {
	white-space: nowrap;
}

.rec-scrol-div {
  height: 83px;
  overflow: auto;
  user-select: none;
  background-color: white;
}

.rec-name-item {
  float: left;
  margin: 3px;
  border-radius: 4px;
}

.rec-name-item:hover {
  background-color: #dddddd;
}

.rec-name-item label {
  display: block;
  height: 100%;
  width: 100%;
  padding: 3px 5px 3px 3px;
}

.rec-name-item input {
  vertical-align: middle;
}

.rec-add {
  margin-right: 30px;
  height: 39px;
}

.rec-add-input {
  width: 100%;
}

.rec-add-button {
  position: absolute;
  top: 0px;
  right: 30px;
  height: 35px;
}
.rec-csv-button {
  position: absolute;
  top: 0px;
  right: 0px;
}

.rec-csv-button .small_button, .rec-add-button  .small_button {
  height: 36px;
}

.rec-add-button button {
  width: 75px;
  display: none;
}
.rec-csv-button button {
  width: 25px;
}

.student-name{
	font-size: 110%;
}
.student-id{
	opacity: 67%;
	font-size: 80%;
}

.rec-user-actions {
  position: relative;
  width: 100%;
}

.rec-user-actions td {
  vertical-align: top;
  height: 100%;
}

.rec-user-actions td:not(:first-child) {
  padding-left: 5px;
}

.rec-user-actions button {
  display: block;
  width: 100%;
  height: 100%;
}

.rec-user-actions {
  width: 100%;
}

.rec-title {
  width: 100%;
  padding: 2px;
  box-sizing: border-box;
}

.rec-message {
  width: 100%;
  font-family: Arial;
  /*font-size: inherit;*/
}

.rec-recent table {
  width: 100%;
}

.rec-label-cell {
  width: 16%;
  padding: 0 6px 0 0;
  white-space: nowrap;
}

.rec-recent select {
  width: 100%;
}

.rec-groups-row {
	display: none;
}

.rec-tags {
  margin: 10px 4px 0 0;
}

.rec-tags table {
  width: 100%;
}

.rec-tags input {
  width: 100%;
}

.rec-option {
  margin: 8px 0 0 0;
}

.rec-option input {
  vertical-align: middle;
  margin-left: 0;
}

.rec-groups {
  margin: 8px 4px 0 0;
}

.rec-groups table {
  width: 100%;
}

.rec-groups table td {
  white-space: nowrap;
}

.rec-groups input {
  width: 100%;
}

.rec-bottom {
  margin-top: 8px;
  text-align: right;
}

.rec-disabled {
	pointer-events: none;
    opacity: .8;
}

.rec-disabled .rec-disabled-message {
	opacity: 1;
}

.rec-disabled-message{
	opacity: 0;
	color: #800;
}

body .ui-tooltip {
    border-width: 2px;
    background-color: white;
}

.rec-but-save {
	width: 80px;
}

.selectize-dropdown .active.create {
  	color: #FFF;
}

.selectize-dropdown .active {
  color: #FFF;
  background-color: rgb(26, 28, 81);
}

.selectize-dropdown .active .highlight {
	color: #FFF;
	background-color: #F1C40F;
}