/* =Placeholders
----------------------------------------*/
.w-feedback-stars .rating:after {
	content: "";
	display: table;
	clear: both;
}

.w-feedback-stars .my-rating {
	font-size: 13px;
	color: #888888;
}

.w-feedback-stars .star {
	font-size: 18px;
	color: #EAEAEA;
	cursor: pointer;
	display: block;
	float: left;
	padding-right: 2px;
}

.w-feedback-stars .icon:after {
	display: block;
	content: "\f005";
	font-family: FontAwesome;
}

.w-feedback-stars .half .icon:after {
	content: "\f123";
}

.w-feedback-stars .empty .icon:after {
	content: "\f006";
}

.w-feedback-stars .readonly .star {
	cursor: default;
}

.w-feedback-stars .main-select {
	color: #FCD655;
}

.w-feedback-stars .my-select {
	color: #E7B304;
}

.w-feedback-stars .highlighted {
	color: #E7B304;
}

/* =Placeholders
----------------------------------------*/
.w-help-video .w-container > .arrow, .w-help-video .w-container > .arrow:after {
	position: absolute;
	display: block;
	width: 0;
	height: 0;
	border-color: transparent;
	border-style: solid;
}

.w-help-video .w-container > .arrow {
	border-width: 11px;
}

.w-help-video .w-container > .arrow:after {
	border-width: 10px;
	content: " ";
}

.w-help-video .w-container > .arrow {
	left: 50%;
	margin-left: -11px;
	border-top-width: 0;
	border-bottom-color: rgba(0, 0, 0, 0.25);
	top: -11px;
}
.w-help-video .w-container > .arrow:after {
	content: " ";
	top: 1px;
	margin-left: -10px;
	border-top-width: 0;
	border-bottom-color: #FFFFFF;
}

.w-help-video .w-container > .arrow {
	left: 100%;
}

.w-help-video .w-container > .arrow:after {
	left: 100%;
}

.w-help-video {
	position: relative;
	float: left;
	margin-right: 5px;
}
.w-help-video .w-btn {
	float: left;
}
.w-help-video .w-container {
	display: none;
	position: absolute;
	z-index: 999;
	top: 100%;
	right: 0;
	margin-top: 15px;
	background: #FFFFFF;
	border: 1px solid #EAEAEA;
	padding: 10px;
	box-shadow: 0 0 24px 12px rgba(0, 0, 0, 0.5);
}
.w-help-video .w-container > .arrow {
	left: 100%;
	margin-left: -31px;
}
.w-help-video .w-container > .arrow:after {
	border-bottom-color: whitesmoke;
}
.w-help-video .w-container.active {
	display: block;
}
.w-help-video .w-list {
	margin-bottom: 0;
}
.w-help-video .w-list li {
	position: relative;
	margin-left: -10px;
	margin-right: -10px;
	min-height: 30px;
	border-bottom: 1px solid #EAEAEA;
	width: 325px;
}
.w-help-video .w-list li:last-child {
	border-bottom: none;
}
.w-help-video .w-list li > a, .w-help-video .w-list li > b {
	display: block;
	padding: 5px 45px 5px 10px;
	color: #666666;
	text-decoration: none;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}
.w-help-video .w-list li a:hover {
	color: #333333;
	background: #FCFCFC;
}
.w-help-video .w-player-overlay {
	z-index: 10000;
	position: fixed;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	background: rgba(255, 255, 255, 0.7);
}
.w-help-video .w-player-overlay .w-close {
	position: absolute;
	right: 0;
	top: 0;
	padding: 20px 40px;
	font-size: 32px;
	color: #666666;
	cursor: pointer;
}
.w-help-video .w-player-outer {
	display: table;
	height: 100%;
	width: 100%;
}
.w-help-video .w-player {
	display: table-cell;
	text-align: center;
	vertical-align: middle;
}
.w-help-video .w-player video {
	margin: auto;
	width: 80%;
	height: 80%;
	max-width: 1280px;
	max-height: 720px;
	border: 5px solid rgba(0, 0, 0, 0.2);
}

.w-help-video-overlay body {
	height: 100vh;
	overflow: hidden;
}

.w-help-video-overlay #content {
	display: none;
}

/* =Placeholders
----------------------------------------*/
.w-msg-flash .btn {
	margin-right: 5px;
}

.w-msg-flash .w-title {
	font-size: 18px;
}

.w-msg-flash .w-text {
	font-size: 13px;
}

.w-msg-flash .w-icon {
	position: absolute;
	top: 0;
	left: 5px;
	width: 65px;
	text-align: center;
	font-size: 50px;
}

.w-msg-flash .w-close {
	cursor: pointer;
	display: block;
	font-size: 18px;
	height: 16px;
	opacity: 0.5;
	position: absolute;
	right: 10px;
	top: 10px;
	width: 15px;
}

.w-msg-flash .w-list {
	margin-left: 10px;
}

.w-msg-flash .w-view-simple li, .w-msg-flash .w-view-advanced li {
	margin: 10px 10px 0 0;
}
.w-msg-flash .w-view-simple li > div, .w-msg-flash .w-view-advanced li > div {
	position: relative;
	padding: 10px 10px 10px 71px;
	width: 420px;
	min-height: 70px;
	box-shadow: 0 0 12px 6px rgba(0, 0, 0, 0.175);
}
.w-msg-flash .w-view-simple li p:last-child, .w-msg-flash .w-view-advanced li p:last-child {
	margin-bottom: 0;
}

.w-msg-flash .w-view-simple {
	position: fixed;
	top: 0;
	right: 0;
	z-index: 9999;
}
.w-msg-flash .w-view-simple li {
	border: 1px solid transparent;
}
.w-msg-flash .w-view-simple li:hover {
	border-color: rgba(255, 255, 255, 0.8);
	cursor: pointer;
}
.w-msg-flash .w-view-simple .w-xs > div {
	padding-left: 37px;
	min-height: 36px;
	width: auto;
}
.w-msg-flash .w-view-simple .w-xs .w-title {
	font-size: 16px;
}
.w-msg-flash .w-view-simple .w-xs .w-icon {
	top: 5px;
	left: 5px;
	font-size: 24px;
	width: 29px;
}

.w-msg-flash .w-view-advanced .w-title {
	display: block;
	margin-bottom: 5px;
}

.w-msg-flash .w-view-advanced .w-text {
	height: 60px;
	overflow: auto;
	font-size: 14px;
}

.w-msg-flash .w-view-advanced .w-number {
	font-size: 25px;
	text-align: right;
}

.w-msg-flash .w-view-advanced .w-icon {
	position: absolute;
	left: 10px;
	top: 105px;
	z-index: 0;
	font-size: 30px;
	text-align: left;
}

.w-msg-flash .w-view-advanced .w-list li {
	position: fixed;
	bottom: 10px;
	right: 0;
	z-index: 9997;
}
.w-msg-flash .w-view-advanced .w-list li.active {
	z-index: 9998;
}
.w-msg-flash .w-view-advanced .w-list li > div {
	height: 150px;
	overflow: hidden;
	padding-left: 10px;
}

.w-msg-flash .w-view-advanced .w-icons {
	position: fixed;
	bottom: 155px;
	right: 10px;
	z-index: 9999;
	float: right;
	margin: 0 0 10px 0;
	padding: 0;
}
.w-msg-flash .w-view-advanced .w-icons li {
	position: relative;
	float: right;
	margin: 0;
	padding: 0;
}
.w-msg-flash .w-view-advanced .w-icons li.active {
	top: 5px;
}
.w-msg-flash .w-view-advanced .w-icons li div {
	width: auto;
	height: 32px;
	min-height: 0;
	margin-left: 5px;
	padding: 4px 6px;
	border: none;
	cursor: pointer;
	font-size: 17px;
	text-align: center;
	box-shadow: none;
}

.w-msg-flash .w-type-default {
	border: none;
}
.w-msg-flash .w-type-default > div {
	background: #FFFFFF;
	color: #666666;
	border: 1px solid #DDDDDD;
}
.w-msg-flash .w-type-default > div:hover {
	border: 1px solid #C7C7C7;
}

.w-msg-flash .w-type-info > div {
	background: #5384AF;
	border-left: 5px solid #467096;
	color: #FFFFFF;
}
.w-msg-flash .w-type-info > div a {
	color: inherit;
	font-weight: bold;
}
.w-msg-flash .w-type-info > div .btn-default {
	color: #222222 !important;
}

.w-msg-flash .w-type-success > div {
	background: #739E73;
	border-left: 5px solid #608B60;
	color: #FFFFFF;
}
.w-msg-flash .w-type-success > div a {
	color: inherit;
	font-weight: bold;
}
.w-msg-flash .w-type-success > div .btn-default {
	color: #222222 !important;
}

.w-msg-flash .w-type-warning > div {
	background: #C79121;
	border-left: 5px solid #A6791C;
	color: #FFFFFF;
}
.w-msg-flash .w-type-warning > div a {
	color: inherit;
	font-weight: bold;
}
.w-msg-flash .w-type-warning > div .btn-default {
	color: #222222 !important;
}

.w-msg-flash .w-type-danger > div {
	background: #C46A69;
	border-left: 5px solid #B94F4E;
	color: #FFFFFF;
}
.w-msg-flash .w-type-danger > div a {
	color: inherit;
	font-weight: bold;
}
.w-msg-flash .w-type-danger > div .btn-default {
	color: #222222 !important;
}

/*
@media (max-width: $screen-md-max) {
  .w-user-bookmarks {
    .w-star.active {
      color: #c5b957;

    }
  }
}
*/

/* =Placeholders
----------------------------------------*/
.w-user-bookmarks .w-container > .arrow, .w-user-bookmarks .w-container > .arrow:after {
	position: absolute;
	display: block;
	width: 0;
	height: 0;
	border-color: transparent;
	border-style: solid;
}

.w-user-bookmarks .w-container > .arrow {
	border-width: 11px;
}

.w-user-bookmarks .w-container > .arrow:after {
	border-width: 10px;
	content: " ";
}

.w-user-bookmarks .w-container > .arrow {
	left: 50%;
	margin-left: -11px;
	border-top-width: 0;
	border-bottom-color: rgba(0, 0, 0, 0.25);
	top: -11px;
}
.w-user-bookmarks .w-container > .arrow:after {
	content: " ";
	top: 1px;
	margin-left: -10px;
	border-top-width: 0;
	border-bottom-color: #FFFFFF;
}

.w-user-bookmarks .w-container > .arrow {
	left: 100%;
}

.w-user-bookmarks .w-container > .arrow:after {
	left: 100%;
}

.w-user-bookmarks {
	position: relative;
	float: left;
}
.w-user-bookmarks .w-btn {
	float: left;
	background: rgba(18, 97, 165, 0.7);
	box-shadow: none;
}
.w-user-bookmarks .w-btn:hover, .w-user-bookmarks .w-btn:focus, .w-user-bookmarks .w-btn:active {
	background: rgba(18, 97, 165, 0.8);
}
.w-user-bookmarks .w-btn.active {
	background: rgba(18, 97, 165, 0.9);
}
.w-user-bookmarks:not(:last-child) .w-btn {
	border-right: 0;
	border-bottom-right-radius: 0;
	border-top-right-radius: 0;
}
.w-user-bookmarks .w-star.active {
	color: #F0E4B2;
	text-shadow: 0 0 3px #666666;
}
.w-user-bookmarks .w-container {
	display: none;
	position: absolute;
	z-index: 999;
	top: 100%;
	right: 0;
	margin-top: 15px;
	background: #FFFFFF;
	border: 1px solid #EAEAEA;
	padding: 10px;
	box-shadow: 0 0 24px 12px rgba(0, 0, 0, 0.5);
}
.w-user-bookmarks .w-container > .arrow {
	left: 100%;
	margin-left: -31px;
}
.w-user-bookmarks .w-container > .arrow:after {
	border-bottom-color: whitesmoke;
}
.w-user-bookmarks .w-container.active {
	display: block;
}
.w-user-bookmarks .w-form {
	width: 300px;
}
.w-user-bookmarks .w-list {
	margin-bottom: 0;
}
.w-user-bookmarks .w-statusbar, .w-user-bookmarks .w-list li {
	position: relative;
	margin-left: -10px;
	margin-right: -10px;
	min-height: 30px;
	border-bottom: 1px solid #EAEAEA;
	width: 325px;
}
.w-user-bookmarks .w-statusbar:last-child, .w-user-bookmarks .w-list li:last-child {
	border-bottom: none;
}
.w-user-bookmarks .w-statusbar > a, .w-user-bookmarks .w-statusbar > b, .w-user-bookmarks .w-list li > a, .w-user-bookmarks .w-list li > b {
	display: block;
	padding: 5px 45px 5px 10px;
	color: #666666;
	text-decoration: none;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}
.w-user-bookmarks .w-statusbar a:hover, .w-user-bookmarks .w-list li a:hover {
	color: #333333;
	background: #FCFCFC;
}
.w-user-bookmarks .w-toolbar {
	position: absolute;
	top: 0;
	right: 5px;
}
.w-user-bookmarks .w-toolbar span {
	float: left;
	padding: 0 5px;
	color: #666666;
	height: 30px;
	line-height: 30px;
	cursor: pointer;
}
.w-user-bookmarks .w-toolbar span:hover {
	color: #333333;
	background: #EDEDED;
}

@media (max-width: 991px) {
	.w-user-bookmarks .w-star.active {
		color: #B1A73A;
		text-shadow: 0 0 3px #FFFFFF;
	}
}

@media (max-width: 767px) {
	.w-user-bookmarks .w-form {
		width: 280px;
	}
	.w-user-bookmarks .w-statusbar, .w-user-bookmarks .w-list li {
		width: 300px;
	}
}

/*
@media (max-width: $screen-md-max) {
  .w-user-bookmarks {
    .w-star.active {
      color: #c5b957;

    }
  }
}
*/

.user-dashboard {
	background: #F6F6F6;
	padding: 10px;
	border: 1px solid #EAEAEA;
}