@charset "UTF-8";
/* =========================
Fonts
============================ */
@import url("//fonts.googleapis.com/css?family=Open+Sans:400,300,600,700,800");
/*
@import url('//fonts.googleapis.com/css?family=Open+Sans:800');
@font-face {
    font-family: 'Open Sans';
    font-style: normal;
    font-weight: normal;
    src: local('Open Sans'), local('OpenSans'), url('fonts/OpenSans-Regular.ttf') format('truetype');
}
@font-face {
    font-family: 'Open Sans Semibold';
    font-style: normal;
    font-weight: normal;
    src: local('Open Sans Semibold'), local('OpenSans-Semibold'), url('fonts/OpenSans-Semibold.ttf') format('truetype');
}
@font-face {
    font-family: 'Open Sans Bold';
    font-style: normal;
    font-weight: normal;
    src: local('Open Sans Bold'), local('OpenSans-Bold'), url('fonts/OpenSans-Bold.ttf') format('truetype');
}
*/
/* select 2 */
.select2-container {
  box-sizing: border-box;
  display: inline-block;
  margin: 0;
  position: relative;
  vertical-align: middle; }

.select2-container .select2-selection--single {
  box-sizing: border-box;
  cursor: pointer;
  display: block;
  height: 28px;
  user-select: none;
  -webkit-user-select: none; }

.select2-container .select2-selection--single .select2-selection__rendered {
  display: block;
  padding-left: 8px;
  padding-right: 20px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap; }

.select2-container[dir="rtl"] .select2-selection--single .select2-selection__rendered {
  padding-right: 8px;
  padding-left: 20px; }

.select2-container .select2-selection--multiple {
  box-sizing: border-box;
  cursor: pointer;
  display: block;
  min-height: 32px;
  user-select: none;
  -webkit-user-select: none; }

.select2-container .select2-selection--multiple .select2-selection__rendered {
  display: inline-block;
  overflow: hidden;
  padding-left: 8px;
  text-overflow: ellipsis;
  white-space: nowrap; }

.select2-container .select2-search--inline {
  float: left; }

.select2-container .select2-search--inline .select2-search__field {
  box-sizing: border-box;
  border: none;
  font-size: 100%;
  margin-top: 5px; }

.select2-container .select2-search--inline .select2-search__field::-webkit-search-cancel-button {
  -webkit-appearance: none; }

.select2-dropdown {
  background-color: white;
  border: 1px solid #aaa;
  border-radius: 4px;
  box-sizing: border-box;
  display: block;
  position: absolute;
  left: -100000px;
  width: 100%;
  z-index: 1051; }

.select2-results {
  display: block; }

.select2-results__options {
  list-style: none;
  margin: 0;
  padding: 0; }

.select2-results__option {
  padding: 6px;
  user-select: none;
  -webkit-user-select: none; }

.select2-results__option[aria-selected] {
  cursor: pointer; }

.select2-container--open .select2-dropdown {
  left: 0; }

.select2-container--open .select2-dropdown--above {
  border-bottom: none;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0; }

.select2-container--open .select2-dropdown--below {
  border-top: none;
  border-top-left-radius: 0;
  border-top-right-radius: 0; }

.select2-search--dropdown {
  display: block;
  padding: 4px; }

.select2-search--dropdown .select2-search__field {
  padding: 4px;
  width: 100%;
  box-sizing: border-box; }

.select2-search--dropdown .select2-search__field::-webkit-search-cancel-button {
  -webkit-appearance: none; }

.select2-search--dropdown.select2-search--hide {
  display: none; }

.select2-close-mask {
  border: 0;
  margin: 0;
  padding: 0;
  display: block;
  position: fixed;
  left: 0;
  top: 0;
  min-height: 100%;
  min-width: 100%;
  height: auto;
  width: auto;
  opacity: 0;
  z-index: 99;
  background-color: #fff;
  filter: alpha(opacity=0); }

.select2-hidden-accessible {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px; }

.select2-container--default .select2-selection--single {
  background-color: #fff;
  border: 1px solid #aaa;
  border-radius: 4px; }

.select2-container--default .select2-selection--single .select2-selection__rendered {
  color: #444;
  line-height: 28px; }

.select2-container--default .select2-selection--single .select2-selection__clear {
  cursor: pointer;
  float: right;
  font-weight: bold; }

.select2-container--default .select2-selection--single .select2-selection__placeholder {
  color: #999; }

.select2-container--default .select2-selection--single .select2-selection__arrow {
  height: 26px;
  position: absolute;
  top: 1px;
  right: 1px;
  width: 20px; }

.select2-container--default .select2-selection--single .select2-selection__arrow b {
  border-color: #888 transparent transparent transparent;
  border-style: solid;
  border-width: 5px 4px 0 4px;
  height: 0;
  left: 50%;
  margin-left: -4px;
  margin-top: -2px;
  position: absolute;
  top: 50%;
  width: 0; }

.select2-container--default[dir="rtl"] .select2-selection--single .select2-selection__clear {
  float: left; }

.select2-container--default[dir="rtl"] .select2-selection--single .select2-selection__arrow {
  left: 1px;
  right: auto; }

.select2-container--default.select2-container--disabled .select2-selection--single {
  background-color: #eee;
  cursor: default; }

.select2-container--default.select2-container--disabled .select2-selection--single .select2-selection__clear {
  display: none; }

.select2-container--default.select2-container--open .select2-selection--single .select2-selection__arrow b {
  border-color: transparent transparent #888 transparent;
  border-width: 0 4px 5px 4px; }

.select2-container--default .select2-selection--multiple {
  background-color: white;
  border: 1px solid #aaa;
  border-radius: 4px;
  cursor: text; }

.select2-container--default .select2-selection--multiple .select2-selection__rendered {
  box-sizing: border-box;
  list-style: none;
  margin: 0;
  padding: 0 5px;
  width: 100%; }

.select2-container--default .select2-selection--multiple .select2-selection__placeholder {
  color: #999;
  margin-top: 5px;
  float: left; }

.select2-container--default .select2-selection--multiple .select2-selection__clear {
  cursor: pointer;
  float: right;
  font-weight: bold;
  margin-top: 5px;
  margin-right: 10px; }

.select2-container--default .select2-selection--multiple .select2-selection__choice {
  background-color: #e4e4e4;
  border: 1px solid #aaa;
  border-radius: 4px;
  cursor: default;
  float: left;
  margin-right: 5px;
  margin-top: 5px;
  padding: 0 5px; }

.select2-container--default .select2-selection--multiple .select2-selection__choice__remove {
  color: #999;
  cursor: pointer;
  display: inline-block;
  font-weight: bold;
  margin-right: 2px; }

.select2-container--default .select2-selection--multiple .select2-selection__choice__remove:hover {
  color: #333; }

.select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__choice, .select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__placeholder {
  float: right; }

.select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__choice {
  margin-left: 5px;
  margin-right: auto; }

.select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__choice__remove {
  margin-left: 2px;
  margin-right: auto; }

.select2-container--default.select2-container--focus .select2-selection--multiple {
  border: solid black 1px;
  outline: 0; }

.select2-container--default.select2-container--disabled .select2-selection--multiple {
  background-color: #eee;
  cursor: default; }

.select2-container--default.select2-container--disabled .select2-selection__choice__remove {
  display: none; }

.select2-container--default.select2-container--open.select2-container--above .select2-selection--single, .select2-container--default.select2-container--open.select2-container--above .select2-selection--multiple {
  border-top-left-radius: 0;
  border-top-right-radius: 0; }

.select2-container--default.select2-container--open.select2-container--below .select2-selection--single, .select2-container--default.select2-container--open.select2-container--below .select2-selection--multiple {
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0; }

.select2-container--default .select2-search--dropdown .select2-search__field {
  border: 1px solid #aaa; }

.select2-container--default .select2-search--inline .select2-search__field {
  background: transparent;
  border: none;
  outline: 0; }

.select2-container--default .select2-results > .select2-results__options {
  max-height: 200px;
  overflow-y: auto; }

.select2-container--default .select2-results__option[role=group] {
  padding: 0; }

.select2-container--default .select2-results__option[aria-disabled=true] {
  color: #999; }

.select2-container--default .select2-results__option[aria-selected=true] {
  background-color: #ddd; }

.select2-container--default .select2-results__option .select2-results__option {
  padding-left: 1em; }

.select2-container--default .select2-results__option .select2-results__option .select2-results__group {
  padding-left: 0; }

.select2-container--default .select2-results__option .select2-results__option .select2-results__option {
  margin-left: -1em;
  padding-left: 2em; }

.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
  margin-left: -2em;
  padding-left: 3em; }

.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
  margin-left: -3em;
  padding-left: 4em; }

.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
  margin-left: -4em;
  padding-left: 5em; }

.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
  margin-left: -5em;
  padding-left: 6em; }

.select2-container--default .select2-results__option--highlighted[aria-selected] {
  background-color: #5897fb;
  color: white; }

.select2-container--default .select2-results__group {
  cursor: default;
  display: block;
  padding: 6px; }

.select2-container--classic .select2-selection--single {
  background-color: #f6f6f6;
  border: 1px solid #aaa;
  border-radius: 4px;
  outline: 0;
  background-image: -webkit-linear-gradient(top, #ffffff 50%, #eeeeee 100%);
  background-image: -o-linear-gradient(top, #ffffff 50%, #eeeeee 100%);
  background-image: linear-gradient(to bottom, #ffffff 50%, #eeeeee 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#eeeeee', GradientType=0); }

.select2-container--classic .select2-selection--single:focus {
  border: 1px solid #5897fb; }

.select2-container--classic .select2-selection--single .select2-selection__rendered {
  color: #444;
  line-height: 28px; }

.select2-container--classic .select2-selection--single .select2-selection__clear {
  cursor: pointer;
  float: right;
  font-weight: bold;
  margin-right: 10px; }

.select2-container--classic .select2-selection--single .select2-selection__placeholder {
  color: #999; }

.select2-container--classic .select2-selection--single .select2-selection__arrow {
  background-color: #ddd;
  border: none;
  border-left: 1px solid #aaa;
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
  height: 26px;
  position: absolute;
  top: 1px;
  right: 1px;
  width: 20px;
  background-image: -webkit-linear-gradient(top, #eeeeee 50%, #cccccc 100%);
  background-image: -o-linear-gradient(top, #eeeeee 50%, #cccccc 100%);
  background-image: linear-gradient(to bottom, #eeeeee 50%, #cccccc 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#eeeeee', endColorstr='#cccccc', GradientType=0); }

.select2-container--classic .select2-selection--single .select2-selection__arrow b {
  border-color: #888 transparent transparent transparent;
  border-style: solid;
  border-width: 5px 4px 0 4px;
  height: 0;
  left: 50%;
  margin-left: -4px;
  margin-top: -2px;
  position: absolute;
  top: 50%;
  width: 0; }

.select2-container--classic[dir="rtl"] .select2-selection--single .select2-selection__clear {
  float: left; }

.select2-container--classic[dir="rtl"] .select2-selection--single .select2-selection__arrow {
  border: none;
  border-right: 1px solid #aaa;
  border-radius: 0;
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
  left: 1px;
  right: auto; }

.select2-container--classic.select2-container--open .select2-selection--single {
  border: 1px solid #5897fb; }

.select2-container--classic.select2-container--open .select2-selection--single .select2-selection__arrow {
  background: transparent;
  border: none; }

.select2-container--classic.select2-container--open .select2-selection--single .select2-selection__arrow b {
  border-color: transparent transparent #888 transparent;
  border-width: 0 4px 5px 4px; }

.select2-container--classic.select2-container--open.select2-container--above .select2-selection--single {
  border-top: none;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
  background-image: -webkit-linear-gradient(top, #ffffff 0%, #eeeeee 50%);
  background-image: -o-linear-gradient(top, #ffffff 0%, #eeeeee 50%);
  background-image: linear-gradient(to bottom, #ffffff 0%, #eeeeee 50%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#eeeeee', GradientType=0); }

.select2-container--classic.select2-container--open.select2-container--below .select2-selection--single {
  border-bottom: none;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
  background-image: -webkit-linear-gradient(top, #eeeeee 50%, #ffffff 100%);
  background-image: -o-linear-gradient(top, #eeeeee 50%, #ffffff 100%);
  background-image: linear-gradient(to bottom, #eeeeee 50%, #ffffff 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#eeeeee', endColorstr='#ffffff', GradientType=0); }

.select2-container--classic .select2-selection--multiple {
  background-color: white;
  border: 1px solid #aaa;
  border-radius: 4px;
  cursor: text;
  outline: 0; }

.select2-container--classic .select2-selection--multiple:focus {
  border: 1px solid #5897fb; }

.select2-container--classic .select2-selection--multiple .select2-selection__rendered {
  list-style: none;
  margin: 0;
  padding: 0 5px; }

.select2-container--classic .select2-selection--multiple .select2-selection__clear {
  display: none; }

.select2-container--classic .select2-selection--multiple .select2-selection__choice {
  background-color: #e4e4e4;
  border: 1px solid #aaa;
  border-radius: 4px;
  cursor: default;
  float: left;
  margin-right: 5px;
  margin-top: 5px;
  padding: 0 5px; }

.select2-container--classic .select2-selection--multiple .select2-selection__choice__remove {
  color: #888;
  cursor: pointer;
  display: inline-block;
  font-weight: bold;
  margin-right: 2px; }

.select2-container--classic .select2-selection--multiple .select2-selection__choice__remove:hover {
  color: #555; }

.select2-container--classic[dir="rtl"] .select2-selection--multiple .select2-selection__choice {
  float: right; }

.select2-container--classic[dir="rtl"] .select2-selection--multiple .select2-selection__choice {
  margin-left: 5px;
  margin-right: auto; }

.select2-container--classic[dir="rtl"] .select2-selection--multiple .select2-selection__choice__remove {
  margin-left: 2px;
  margin-right: auto; }

.select2-container--classic.select2-container--open .select2-selection--multiple {
  border: 1px solid #5897fb; }

.select2-container--classic.select2-container--open.select2-container--above .select2-selection--multiple {
  border-top: none;
  border-top-left-radius: 0;
  border-top-right-radius: 0; }

.select2-container--classic.select2-container--open.select2-container--below .select2-selection--multiple {
  border-bottom: none;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0; }

.select2-container--classic .select2-search--dropdown .select2-search__field {
  border: 1px solid #aaa;
  outline: 0; }

.select2-container--classic .select2-search--inline .select2-search__field {
  outline: 0; }

.select2-container--classic .select2-dropdown {
  background-color: white;
  border: 1px solid transparent; }

.select2-container--classic .select2-dropdown--above {
  border-bottom: none; }

.select2-container--classic .select2-dropdown--below {
  border-top: none; }

.select2-container--classic .select2-results > .select2-results__options {
  max-height: 200px;
  overflow-y: auto; }

.select2-container--classic .select2-results__option[role=group] {
  padding: 0; }

.select2-container--classic .select2-results__option[aria-disabled=true] {
  color: grey; }

.select2-container--classic .select2-results__option--highlighted[aria-selected] {
  background-color: #3875d7;
  color: white; }

.select2-container--classic .select2-results__group {
  cursor: default;
  display: block;
  padding: 6px; }

.select2-container--classic.select2-container--open .select2-dropdown {
  border-color: #5897fb; }

/* multi-select */
.multiselect-container {
  position: absolute;
  list-style-type: none;
  margin: 0;
  padding: 0; }

.multiselect-container .input-group {
  margin: 5px; }

.multiselect-container > li {
  padding: 0; }

.multiselect-container > li > a.multiselect-all label {
  font-weight: 700; }

.multiselect-container > li.multiselect-group label {
  margin: 0;
  padding: 3px 20px 3px 20px;
  height: 100%;
  font-weight: 700; }

.multiselect-container > li.multiselect-group-clickable label {
  cursor: pointer; }

.multiselect-container > li > a {
  padding: 0; }

.multiselect-container > li > a > label {
  margin: 0;
  height: 100%;
  cursor: pointer;
  font-weight: 400;
  padding: 3px 20px 3px 40px; }

.multiselect-container > li > a > label.radio, .multiselect-container > li > a > label.checkbox {
  margin: 0; }

.multiselect-container > li > a > label > input[type=checkbox] {
  margin-bottom: 5px; }

.btn-group > .btn-group:nth-child(2) > .multiselect.btn {
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px; }

.form-inline .multiselect-container label.checkbox, .form-inline .multiselect-container label.radio {
  padding: 3px 20px 3px 40px; }

.form-inline .multiselect-container li a label.checkbox input[type=checkbox], .form-inline .multiselect-container li a label.radio input[type=radio] {
  margin-left: -20px;
  margin-right: 0; }

/* =========================
Global Tags
============================ */
body {
  overflow-x: hidden;
  background-color: #f0f0ed;
  font-size: 0.8em;
  font-family: 'Open Sans', Arial, Helvetica, sans-serif; }

body strong {
  font-family: 'Open Sans', Arial, Helvetica, sans-serif;
  font-weight: 700; }

h1, h2, h3, h4, h5, h6 {
  text-shadow: 0 1px 0 #ffffff; }

ul, li {
  list-style: none; }

ul {
  margin: 0; }

a {
  cursor: pointer; }

a:focus {
  outline: 0 none; }

.itemDetailscontainer ul li ul,
.itemDetailscontainer ul li ol {
  list-style: disc;
  clear: both; }

.itemDetailscontainer ul li ol {
  list-style: decimal; }

.itemDetailscontainer ul li ul li,
.itemDetailscontainer ul li ol li {
  list-style: disc;
  float: none;
  margin-left: 25px; }

.itemDetailscontainer ul li ol li {
  list-style: decimal; }

/*! fancyBox v2.1.4 fancyapps.com | fancyapps.com/fancybox/#license */
.fancybox-wrap, .fancybox-skin, .fancybox-outer, .fancybox-inner, .fancybox-image, .fancybox-wrap iframe, .fancybox-wrap object, .fancybox-nav, .fancybox-nav span, .fancybox-tmp {
  padding: 0;
  margin: 0;
  border: 0;
  outline: 0;
  vertical-align: top; }

.fancybox-wrap {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 8020; }

.fancybox-skin {
  position: relative;
  background: #f9f9f9;
  color: #444;
  text-shadow: none;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px; }

.itemcontaineroverlay .fancybox-skin {
  background: none; }

.fancybox-opened {
  z-index: 8030; }

.fancybox-opened .fancybox-skin {
  -webkit-box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
  -moz-box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5); }

.fancybox-outer, .fancybox-inner {
  position: relative;
  box-sizing: border-box; }

.fancybox-inner {
  overflow: hidden;
  box-sizing: border-box; }

.fancybox-type-iframe .fancybox-inner {
  -webkit-overflow-scrolling: touch; }

.fancybox-error {
  color: #444;
  font: 14px/20px "Helvetica Neue", Helvetica, Arial, sans-serif;
  margin: 0;
  padding: 15px;
  white-space: nowrap; }

.fancybox-image, .fancybox-iframe {
  display: block;
  width: 100%;
  height: 100%; }

.fancybox-image {
  max-width: 100%;
  max-height: 100%; }

#fancybox-loading, .fancybox-close, .fancybox-prev span, .fancybox-next span {
  background-image: url("/assets/fancybox/fancybox_sprite.png"); }

#fancybox-loading {
  position: fixed;
  top: 50%;
  left: 50%;
  margin-top: -22px;
  margin-left: -22px;
  background-position: 0 -108px;
  opacity: .8;
  cursor: pointer;
  z-index: 8060; }

#fancybox-loading div {
  width: 44px;
  height: 44px;
  background: url("/assets/fancybox/fancybox_loading.gif") center center no-repeat; }

.fancybox-close {
  position: absolute;
  top: -18px;
  right: -18px;
  width: 36px;
  height: 36px;
  cursor: pointer;
  z-index: 8040; }

.fancybox-nav {
  position: absolute;
  top: 0;
  width: 40%;
  height: 100%;
  cursor: pointer;
  text-decoration: none;
  background: transparent url("/assets/fancybox/blank.gif");
  -webkit-tap-highlight-color: transparent;
  z-index: 8040; }

.fancybox-prev {
  left: 0; }

.fancybox-next {
  right: 0; }

.fancybox-nav span {
  position: absolute;
  top: 50%;
  width: 36px;
  height: 34px;
  margin-top: -18px;
  cursor: pointer;
  z-index: 8040;
  visibility: hidden; }

.fancybox-prev span {
  left: 10px;
  background-position: 0 -36px; }

.fancybox-next span {
  right: 10px;
  background-position: 0 -72px; }

.fancybox-nav:hover span {
  visibility: visible; }

.fancybox-tmp {
  position: absolute;
  top: -99999px;
  left: -99999px;
  visibility: hidden;
  max-width: 99999px;
  max-height: 99999px;
  overflow: visible !important; }

.fancybox-lock {
  overflow: hidden; }

.fancybox-overlay {
  position: absolute;
  top: 0;
  left: 0;
  overflow: hidden;
  display: none;
  /*z-index:8010;*/
  background: url("/assets/fancybox/fancybox_overlay.png"); }

.fancybox-overlay-fixed {
  position: fixed;
  bottom: 0;
  right: 0; }

.fancybox-lock .fancybox-overlay {
  overflow: auto;
  overflow-y: scroll; }

.fancybox-title {
  visibility: hidden;
  font: normal 13px/20px "Helvetica Neue", Helvetica, Arial, sans-serif;
  position: relative;
  text-shadow: none;
  z-index: 8050; }

.fancybox-opened .fancybox-title {
  visibility: visible; }

.fancybox-title-float-wrap {
  position: absolute;
  bottom: 0;
  right: 50%;
  margin-bottom: -35px;
  z-index: 8050;
  text-align: center; }

.fancybox-title-float-wrap .child {
  display: inline-block;
  margin-right: -100%;
  padding: 2px 20px;
  background: transparent;
  background: rgba(0, 0, 0, 0.8);
  -webkit-border-radius: 15px;
  -moz-border-radius: 15px;
  border-radius: 15px;
  text-shadow: 0 1px 2px #222;
  color: #FFF;
  font-weight: bold;
  line-height: 24px;
  white-space: nowrap; }

.fancybox-title-outside-wrap {
  position: relative;
  margin-top: 10px;
  color: #fff; }

.fancybox-title-inside-wrap {
  padding-top: 10px; }

.fancybox-title-over-wrap {
  position: absolute;
  bottom: 0;
  left: 0;
  color: #fff;
  padding: 10px;
  background: #000;
  background: rgba(0, 0, 0, 0.8); }

.fancybox-overlay {
  z-index: 1000 !important; }

.fancybox-wrap {
  z-index: 1001 !important; }

/*!
 * Datepicker for Bootstrap
 *
 * Copyright 2012 Stefan Petre
 * Improvements by Andrew Rowls
 * Licensed under the Apache License v2.0
 * http://www.apache.org/licenses/LICENSE-2.0
 *
 */
.datepicker {
  padding: 4px;
  border-radius: 4px;
  direction: ltr;
  /*.dow {
        border-top: 1px solid #ddd !important;
    }*/ }

.datepicker-inline {
  width: 220px; }

.datepicker.datepicker-rtl {
  direction: rtl; }

.datepicker.datepicker-rtl table tr td span {
  float: right; }

.datepicker-dropdown {
  top: 0;
  left: 0; }

.datepicker-dropdown:before {
  content: '';
  display: inline-block;
  border-left: 7px solid transparent;
  border-right: 7px solid transparent;
  border-bottom: 7px solid #ccc;
  border-top: 0;
  border-bottom-color: rgba(0, 0, 0, 0.2);
  position: absolute; }

.datepicker-dropdown:after {
  content: '';
  display: inline-block;
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-bottom: 6px solid #fff;
  border-top: 0;
  position: absolute; }

.datepicker-dropdown.datepicker-orient-left:before {
  left: 6px; }

.datepicker-dropdown.datepicker-orient-left:after {
  left: 7px; }

.datepicker-dropdown.datepicker-orient-right:before {
  right: 6px; }

.datepicker-dropdown.datepicker-orient-right:after {
  right: 7px; }

.datepicker-dropdown.datepicker-orient-top:before {
  top: -7px; }

.datepicker-dropdown.datepicker-orient-top:after {
  top: -6px; }

.datepicker-dropdown.datepicker-orient-bottom:before {
  bottom: -7px;
  border-bottom: 0;
  border-top: 7px solid #999; }

.datepicker-dropdown.datepicker-orient-bottom:after {
  bottom: -6px;
  border-bottom: 0;
  border-top: 6px solid #fff; }

.datepicker > div {
  display: none; }

.datepicker.days div.datepicker-days {
  display: block; }

.datepicker.months div.datepicker-months {
  display: block; }

.datepicker.years div.datepicker-years {
  display: block; }

.datepicker table {
  margin: 0;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none; }

.datepicker table tr td,
.datepicker table tr th {
  text-align: center;
  width: 30px;
  height: 30px;
  border-radius: 4px;
  border: none; }

.table-striped .datepicker table tr td,
.table-striped .datepicker table tr th {
  background-color: transparent; }

.datepicker table tr td.day:hover,
.datepicker table tr td.day.focused {
  background: #eeeeee;
  cursor: pointer; }

.datepicker table tr td.old,
.datepicker table tr td.new {
  color: #999999; }

.datepicker table tr td.disabled,
.datepicker table tr td.disabled:hover {
  background: none;
  color: #999999;
  cursor: default; }

.datepicker table tr td.today,
.datepicker table tr td.today:hover,
.datepicker table tr td.today.disabled,
.datepicker table tr td.today.disabled:hover {
  color: #000000;
  background-color: #ffdb99;
  border-color: #ffb733; }

.datepicker table tr td.today:hover,
.datepicker table tr td.today:hover:hover,
.datepicker table tr td.today.disabled:hover,
.datepicker table tr td.today.disabled:hover:hover,
.datepicker table tr td.today:focus,
.datepicker table tr td.today:hover:focus,
.datepicker table tr td.today.disabled:focus,
.datepicker table tr td.today.disabled:hover:focus,
.datepicker table tr td.today:active,
.datepicker table tr td.today:hover:active,
.datepicker table tr td.today.disabled:active,
.datepicker table tr td.today.disabled:hover:active,
.datepicker table tr td.today.active,
.datepicker table tr td.today:hover.active,
.datepicker table tr td.today.disabled.active,
.datepicker table tr td.today.disabled:hover.active,
.open .dropdown-toggle.datepicker table tr td.today,
.open .dropdown-toggle.datepicker table tr td.today:hover,
.open .dropdown-toggle.datepicker table tr td.today.disabled,
.open .dropdown-toggle.datepicker table tr td.today.disabled:hover {
  color: #000000;
  background-color: #ffcd70;
  border-color: #f59e00; }

.datepicker table tr td.today:active,
.datepicker table tr td.today:hover:active,
.datepicker table tr td.today.disabled:active,
.datepicker table tr td.today.disabled:hover:active,
.datepicker table tr td.today.active,
.datepicker table tr td.today:hover.active,
.datepicker table tr td.today.disabled.active,
.datepicker table tr td.today.disabled:hover.active,
.open .dropdown-toggle.datepicker table tr td.today,
.open .dropdown-toggle.datepicker table tr td.today:hover,
.open .dropdown-toggle.datepicker table tr td.today.disabled,
.open .dropdown-toggle.datepicker table tr td.today.disabled:hover {
  background-image: none; }

.datepicker table tr td.today.disabled,
.datepicker table tr td.today:hover.disabled,
.datepicker table tr td.today.disabled.disabled,
.datepicker table tr td.today.disabled:hover.disabled,
.datepicker table tr td.today[disabled],
.datepicker table tr td.today:hover[disabled],
.datepicker table tr td.today.disabled[disabled],
.datepicker table tr td.today.disabled:hover[disabled],
fieldset[disabled] .datepicker table tr td.today,
fieldset[disabled] .datepicker table tr td.today:hover,
fieldset[disabled] .datepicker table tr td.today.disabled,
fieldset[disabled] .datepicker table tr td.today.disabled:hover,
.datepicker table tr td.today.disabled:hover,
.datepicker table tr td.today:hover.disabled:hover,
.datepicker table tr td.today.disabled.disabled:hover,
.datepicker table tr td.today.disabled:hover.disabled:hover,
.datepicker table tr td.today[disabled]:hover,
.datepicker table tr td.today:hover[disabled]:hover,
.datepicker table tr td.today.disabled[disabled]:hover,
.datepicker table tr td.today.disabled:hover[disabled]:hover,
fieldset[disabled] .datepicker table tr td.today:hover,
fieldset[disabled] .datepicker table tr td.today:hover:hover,
fieldset[disabled] .datepicker table tr td.today.disabled:hover,
fieldset[disabled] .datepicker table tr td.today.disabled:hover:hover,
.datepicker table tr td.today.disabled:focus,
.datepicker table tr td.today:hover.disabled:focus,
.datepicker table tr td.today.disabled.disabled:focus,
.datepicker table tr td.today.disabled:hover.disabled:focus,
.datepicker table tr td.today[disabled]:focus,
.datepicker table tr td.today:hover[disabled]:focus,
.datepicker table tr td.today.disabled[disabled]:focus,
.datepicker table tr td.today.disabled:hover[disabled]:focus,
fieldset[disabled] .datepicker table tr td.today:focus,
fieldset[disabled] .datepicker table tr td.today:hover:focus,
fieldset[disabled] .datepicker table tr td.today.disabled:focus,
fieldset[disabled] .datepicker table tr td.today.disabled:hover:focus,
.datepicker table tr td.today.disabled:active,
.datepicker table tr td.today:hover.disabled:active,
.datepicker table tr td.today.disabled.disabled:active,
.datepicker table tr td.today.disabled:hover.disabled:active,
.datepicker table tr td.today[disabled]:active,
.datepicker table tr td.today:hover[disabled]:active,
.datepicker table tr td.today.disabled[disabled]:active,
.datepicker table tr td.today.disabled:hover[disabled]:active,
fieldset[disabled] .datepicker table tr td.today:active,
fieldset[disabled] .datepicker table tr td.today:hover:active,
fieldset[disabled] .datepicker table tr td.today.disabled:active,
fieldset[disabled] .datepicker table tr td.today.disabled:hover:active,
.datepicker table tr td.today.disabled.active,
.datepicker table tr td.today:hover.disabled.active,
.datepicker table tr td.today.disabled.disabled.active,
.datepicker table tr td.today.disabled:hover.disabled.active,
.datepicker table tr td.today[disabled].active,
.datepicker table tr td.today:hover[disabled].active,
.datepicker table tr td.today.disabled[disabled].active,
.datepicker table tr td.today.disabled:hover[disabled].active,
fieldset[disabled] .datepicker table tr td.today.active,
fieldset[disabled] .datepicker table tr td.today:hover.active,
fieldset[disabled] .datepicker table tr td.today.disabled.active,
fieldset[disabled] .datepicker table tr td.today.disabled:hover.active {
  background-color: #ffdb99;
  border-color: #ffb733; }

.datepicker table tr td.today:hover:hover {
  color: #000; }

.datepicker table tr td.today.active:hover {
  color: #fff; }

.datepicker table tr td.range,
.datepicker table tr td.range:hover,
.datepicker table tr td.range.disabled,
.datepicker table tr td.range.disabled:hover {
  background: #eeeeee;
  border-radius: 0; }

.datepicker table tr td.range.today,
.datepicker table tr td.range.today:hover,
.datepicker table tr td.range.today.disabled,
.datepicker table tr td.range.today.disabled:hover {
  color: #000000;
  background-color: #f7ca77;
  border-color: #f1a417;
  border-radius: 0; }

.datepicker table tr td.range.today:hover,
.datepicker table tr td.range.today:hover:hover,
.datepicker table tr td.range.today.disabled:hover,
.datepicker table tr td.range.today.disabled:hover:hover,
.datepicker table tr td.range.today:focus,
.datepicker table tr td.range.today:hover:focus,
.datepicker table tr td.range.today.disabled:focus,
.datepicker table tr td.range.today.disabled:hover:focus,
.datepicker table tr td.range.today:active,
.datepicker table tr td.range.today:hover:active,
.datepicker table tr td.range.today.disabled:active,
.datepicker table tr td.range.today.disabled:hover:active,
.datepicker table tr td.range.today.active,
.datepicker table tr td.range.today:hover.active,
.datepicker table tr td.range.today.disabled.active,
.datepicker table tr td.range.today.disabled:hover.active,
.open .dropdown-toggle.datepicker table tr td.range.today,
.open .dropdown-toggle.datepicker table tr td.range.today:hover,
.open .dropdown-toggle.datepicker table tr td.range.today.disabled,
.open .dropdown-toggle.datepicker table tr td.range.today.disabled:hover {
  color: #000000;
  background-color: #f4bb51;
  border-color: #bf800c; }

.datepicker table tr td.range.today:active,
.datepicker table tr td.range.today:hover:active,
.datepicker table tr td.range.today.disabled:active,
.datepicker table tr td.range.today.disabled:hover:active,
.datepicker table tr td.range.today.active,
.datepicker table tr td.range.today:hover.active,
.datepicker table tr td.range.today.disabled.active,
.datepicker table tr td.range.today.disabled:hover.active,
.open .dropdown-toggle.datepicker table tr td.range.today,
.open .dropdown-toggle.datepicker table tr td.range.today:hover,
.open .dropdown-toggle.datepicker table tr td.range.today.disabled,
.open .dropdown-toggle.datepicker table tr td.range.today.disabled:hover {
  background-image: none; }

.datepicker table tr td.range.today.disabled,
.datepicker table tr td.range.today:hover.disabled,
.datepicker table tr td.range.today.disabled.disabled,
.datepicker table tr td.range.today.disabled:hover.disabled,
.datepicker table tr td.range.today[disabled],
.datepicker table tr td.range.today:hover[disabled],
.datepicker table tr td.range.today.disabled[disabled],
.datepicker table tr td.range.today.disabled:hover[disabled],
fieldset[disabled] .datepicker table tr td.range.today,
fieldset[disabled] .datepicker table tr td.range.today:hover,
fieldset[disabled] .datepicker table tr td.range.today.disabled,
fieldset[disabled] .datepicker table tr td.range.today.disabled:hover,
.datepicker table tr td.range.today.disabled:hover,
.datepicker table tr td.range.today:hover.disabled:hover,
.datepicker table tr td.range.today.disabled.disabled:hover,
.datepicker table tr td.range.today.disabled:hover.disabled:hover,
.datepicker table tr td.range.today[disabled]:hover,
.datepicker table tr td.range.today:hover[disabled]:hover,
.datepicker table tr td.range.today.disabled[disabled]:hover,
.datepicker table tr td.range.today.disabled:hover[disabled]:hover,
fieldset[disabled] .datepicker table tr td.range.today:hover,
fieldset[disabled] .datepicker table tr td.range.today:hover:hover,
fieldset[disabled] .datepicker table tr td.range.today.disabled:hover,
fieldset[disabled] .datepicker table tr td.range.today.disabled:hover:hover,
.datepicker table tr td.range.today.disabled:focus,
.datepicker table tr td.range.today:hover.disabled:focus,
.datepicker table tr td.range.today.disabled.disabled:focus,
.datepicker table tr td.range.today.disabled:hover.disabled:focus,
.datepicker table tr td.range.today[disabled]:focus,
.datepicker table tr td.range.today:hover[disabled]:focus,
.datepicker table tr td.range.today.disabled[disabled]:focus,
.datepicker table tr td.range.today.disabled:hover[disabled]:focus,
fieldset[disabled] .datepicker table tr td.range.today:focus,
fieldset[disabled] .datepicker table tr td.range.today:hover:focus,
fieldset[disabled] .datepicker table tr td.range.today.disabled:focus,
fieldset[disabled] .datepicker table tr td.range.today.disabled:hover:focus,
.datepicker table tr td.range.today.disabled:active,
.datepicker table tr td.range.today:hover.disabled:active,
.datepicker table tr td.range.today.disabled.disabled:active,
.datepicker table tr td.range.today.disabled:hover.disabled:active,
.datepicker table tr td.range.today[disabled]:active,
.datepicker table tr td.range.today:hover[disabled]:active,
.datepicker table tr td.range.today.disabled[disabled]:active,
.datepicker table tr td.range.today.disabled:hover[disabled]:active,
fieldset[disabled] .datepicker table tr td.range.today:active,
fieldset[disabled] .datepicker table tr td.range.today:hover:active,
fieldset[disabled] .datepicker table tr td.range.today.disabled:active,
fieldset[disabled] .datepicker table tr td.range.today.disabled:hover:active,
.datepicker table tr td.range.today.disabled.active,
.datepicker table tr td.range.today:hover.disabled.active,
.datepicker table tr td.range.today.disabled.disabled.active,
.datepicker table tr td.range.today.disabled:hover.disabled.active,
.datepicker table tr td.range.today[disabled].active,
.datepicker table tr td.range.today:hover[disabled].active,
.datepicker table tr td.range.today.disabled[disabled].active,
.datepicker table tr td.range.today.disabled:hover[disabled].active,
fieldset[disabled] .datepicker table tr td.range.today.active,
fieldset[disabled] .datepicker table tr td.range.today:hover.active,
fieldset[disabled] .datepicker table tr td.range.today.disabled.active,
fieldset[disabled] .datepicker table tr td.range.today.disabled:hover.active {
  background-color: #f7ca77;
  border-color: #f1a417; }

.datepicker table tr td.selected,
.datepicker table tr td.selected:hover,
.datepicker table tr td.selected.disabled,
.datepicker table tr td.selected.disabled:hover {
  color: #ffffff;
  background-color: #999999;
  border-color: #555555;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25); }

.datepicker table tr td.selected:hover,
.datepicker table tr td.selected:hover:hover,
.datepicker table tr td.selected.disabled:hover,
.datepicker table tr td.selected.disabled:hover:hover,
.datepicker table tr td.selected:focus,
.datepicker table tr td.selected:hover:focus,
.datepicker table tr td.selected.disabled:focus,
.datepicker table tr td.selected.disabled:hover:focus,
.datepicker table tr td.selected:active,
.datepicker table tr td.selected:hover:active,
.datepicker table tr td.selected.disabled:active,
.datepicker table tr td.selected.disabled:hover:active,
.datepicker table tr td.selected.active,
.datepicker table tr td.selected:hover.active,
.datepicker table tr td.selected.disabled.active,
.datepicker table tr td.selected.disabled:hover.active,
.open .dropdown-toggle.datepicker table tr td.selected,
.open .dropdown-toggle.datepicker table tr td.selected:hover,
.open .dropdown-toggle.datepicker table tr td.selected.disabled,
.open .dropdown-toggle.datepicker table tr td.selected.disabled:hover {
  color: #ffffff;
  background-color: #858585;
  border-color: #373737; }

.datepicker table tr td.selected:active,
.datepicker table tr td.selected:hover:active,
.datepicker table tr td.selected.disabled:active,
.datepicker table tr td.selected.disabled:hover:active,
.datepicker table tr td.selected.active,
.datepicker table tr td.selected:hover.active,
.datepicker table tr td.selected.disabled.active,
.datepicker table tr td.selected.disabled:hover.active,
.open .dropdown-toggle.datepicker table tr td.selected,
.open .dropdown-toggle.datepicker table tr td.selected:hover,
.open .dropdown-toggle.datepicker table tr td.selected.disabled,
.open .dropdown-toggle.datepicker table tr td.selected.disabled:hover {
  background-image: none; }

.datepicker table tr td.selected.disabled,
.datepicker table tr td.selected:hover.disabled,
.datepicker table tr td.selected.disabled.disabled,
.datepicker table tr td.selected.disabled:hover.disabled,
.datepicker table tr td.selected[disabled],
.datepicker table tr td.selected:hover[disabled],
.datepicker table tr td.selected.disabled[disabled],
.datepicker table tr td.selected.disabled:hover[disabled],
fieldset[disabled] .datepicker table tr td.selected,
fieldset[disabled] .datepicker table tr td.selected:hover,
fieldset[disabled] .datepicker table tr td.selected.disabled,
fieldset[disabled] .datepicker table tr td.selected.disabled:hover,
.datepicker table tr td.selected.disabled:hover,
.datepicker table tr td.selected:hover.disabled:hover,
.datepicker table tr td.selected.disabled.disabled:hover,
.datepicker table tr td.selected.disabled:hover.disabled:hover,
.datepicker table tr td.selected[disabled]:hover,
.datepicker table tr td.selected:hover[disabled]:hover,
.datepicker table tr td.selected.disabled[disabled]:hover,
.datepicker table tr td.selected.disabled:hover[disabled]:hover,
fieldset[disabled] .datepicker table tr td.selected:hover,
fieldset[disabled] .datepicker table tr td.selected:hover:hover,
fieldset[disabled] .datepicker table tr td.selected.disabled:hover,
fieldset[disabled] .datepicker table tr td.selected.disabled:hover:hover,
.datepicker table tr td.selected.disabled:focus,
.datepicker table tr td.selected:hover.disabled:focus,
.datepicker table tr td.selected.disabled.disabled:focus,
.datepicker table tr td.selected.disabled:hover.disabled:focus,
.datepicker table tr td.selected[disabled]:focus,
.datepicker table tr td.selected:hover[disabled]:focus,
.datepicker table tr td.selected.disabled[disabled]:focus,
.datepicker table tr td.selected.disabled:hover[disabled]:focus,
fieldset[disabled] .datepicker table tr td.selected:focus,
fieldset[disabled] .datepicker table tr td.selected:hover:focus,
fieldset[disabled] .datepicker table tr td.selected.disabled:focus,
fieldset[disabled] .datepicker table tr td.selected.disabled:hover:focus,
.datepicker table tr td.selected.disabled:active,
.datepicker table tr td.selected:hover.disabled:active,
.datepicker table tr td.selected.disabled.disabled:active,
.datepicker table tr td.selected.disabled:hover.disabled:active,
.datepicker table tr td.selected[disabled]:active,
.datepicker table tr td.selected:hover[disabled]:active,
.datepicker table tr td.selected.disabled[disabled]:active,
.datepicker table tr td.selected.disabled:hover[disabled]:active,
fieldset[disabled] .datepicker table tr td.selected:active,
fieldset[disabled] .datepicker table tr td.selected:hover:active,
fieldset[disabled] .datepicker table tr td.selected.disabled:active,
fieldset[disabled] .datepicker table tr td.selected.disabled:hover:active,
.datepicker table tr td.selected.disabled.active,
.datepicker table tr td.selected:hover.disabled.active,
.datepicker table tr td.selected.disabled.disabled.active,
.datepicker table tr td.selected.disabled:hover.disabled.active,
.datepicker table tr td.selected[disabled].active,
.datepicker table tr td.selected:hover[disabled].active,
.datepicker table tr td.selected.disabled[disabled].active,
.datepicker table tr td.selected.disabled:hover[disabled].active,
fieldset[disabled] .datepicker table tr td.selected.active,
fieldset[disabled] .datepicker table tr td.selected:hover.active,
fieldset[disabled] .datepicker table tr td.selected.disabled.active,
fieldset[disabled] .datepicker table tr td.selected.disabled:hover.active {
  background-color: #999999;
  border-color: #555555; }

.datepicker table tr td.active,
.datepicker table tr td.active:hover,
.datepicker table tr td.active.disabled,
.datepicker table tr td.active.disabled:hover {
  color: #ffffff;
  background-color: #428bca;
  border-color: #357ebd;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25); }

.datepicker table tr td.active:hover,
.datepicker table tr td.active:hover:hover,
.datepicker table tr td.active.disabled:hover,
.datepicker table tr td.active.disabled:hover:hover,
.datepicker table tr td.active:focus,
.datepicker table tr td.active:hover:focus,
.datepicker table tr td.active.disabled:focus,
.datepicker table tr td.active.disabled:hover:focus,
.datepicker table tr td.active:active,
.datepicker table tr td.active:hover:active,
.datepicker table tr td.active.disabled:active,
.datepicker table tr td.active.disabled:hover:active,
.datepicker table tr td.active.active,
.datepicker table tr td.active:hover.active,
.datepicker table tr td.active.disabled.active,
.datepicker table tr td.active.disabled:hover.active,
.open .dropdown-toggle.datepicker table tr td.active,
.open .dropdown-toggle.datepicker table tr td.active:hover,
.open .dropdown-toggle.datepicker table tr td.active.disabled,
.open .dropdown-toggle.datepicker table tr td.active.disabled:hover {
  color: #ffffff;
  background-color: #3276b1;
  border-color: #285e8e; }

.datepicker table tr td.active:active,
.datepicker table tr td.active:hover:active,
.datepicker table tr td.active.disabled:active,
.datepicker table tr td.active.disabled:hover:active,
.datepicker table tr td.active.active,
.datepicker table tr td.active:hover.active,
.datepicker table tr td.active.disabled.active,
.datepicker table tr td.active.disabled:hover.active,
.open .dropdown-toggle.datepicker table tr td.active,
.open .dropdown-toggle.datepicker table tr td.active:hover,
.open .dropdown-toggle.datepicker table tr td.active.disabled,
.open .dropdown-toggle.datepicker table tr td.active.disabled:hover {
  background-image: none; }

.datepicker table tr td.active.disabled,
.datepicker table tr td.active:hover.disabled,
.datepicker table tr td.active.disabled.disabled,
.datepicker table tr td.active.disabled:hover.disabled,
.datepicker table tr td.active[disabled],
.datepicker table tr td.active:hover[disabled],
.datepicker table tr td.active.disabled[disabled],
.datepicker table tr td.active.disabled:hover[disabled],
fieldset[disabled] .datepicker table tr td.active,
fieldset[disabled] .datepicker table tr td.active:hover,
fieldset[disabled] .datepicker table tr td.active.disabled,
fieldset[disabled] .datepicker table tr td.active.disabled:hover,
.datepicker table tr td.active.disabled:hover,
.datepicker table tr td.active:hover.disabled:hover,
.datepicker table tr td.active.disabled.disabled:hover,
.datepicker table tr td.active.disabled:hover.disabled:hover,
.datepicker table tr td.active[disabled]:hover,
.datepicker table tr td.active:hover[disabled]:hover,
.datepicker table tr td.active.disabled[disabled]:hover,
.datepicker table tr td.active.disabled:hover[disabled]:hover,
fieldset[disabled] .datepicker table tr td.active:hover,
fieldset[disabled] .datepicker table tr td.active:hover:hover,
fieldset[disabled] .datepicker table tr td.active.disabled:hover,
fieldset[disabled] .datepicker table tr td.active.disabled:hover:hover,
.datepicker table tr td.active.disabled:focus,
.datepicker table tr td.active:hover.disabled:focus,
.datepicker table tr td.active.disabled.disabled:focus,
.datepicker table tr td.active.disabled:hover.disabled:focus,
.datepicker table tr td.active[disabled]:focus,
.datepicker table tr td.active:hover[disabled]:focus,
.datepicker table tr td.active.disabled[disabled]:focus,
.datepicker table tr td.active.disabled:hover[disabled]:focus,
fieldset[disabled] .datepicker table tr td.active:focus,
fieldset[disabled] .datepicker table tr td.active:hover:focus,
fieldset[disabled] .datepicker table tr td.active.disabled:focus,
fieldset[disabled] .datepicker table tr td.active.disabled:hover:focus,
.datepicker table tr td.active.disabled:active,
.datepicker table tr td.active:hover.disabled:active,
.datepicker table tr td.active.disabled.disabled:active,
.datepicker table tr td.active.disabled:hover.disabled:active,
.datepicker table tr td.active[disabled]:active,
.datepicker table tr td.active:hover[disabled]:active,
.datepicker table tr td.active.disabled[disabled]:active,
.datepicker table tr td.active.disabled:hover[disabled]:active,
fieldset[disabled] .datepicker table tr td.active:active,
fieldset[disabled] .datepicker table tr td.active:hover:active,
fieldset[disabled] .datepicker table tr td.active.disabled:active,
fieldset[disabled] .datepicker table tr td.active.disabled:hover:active,
.datepicker table tr td.active.disabled.active,
.datepicker table tr td.active:hover.disabled.active,
.datepicker table tr td.active.disabled.disabled.active,
.datepicker table tr td.active.disabled:hover.disabled.active,
.datepicker table tr td.active[disabled].active,
.datepicker table tr td.active:hover[disabled].active,
.datepicker table tr td.active.disabled[disabled].active,
.datepicker table tr td.active.disabled:hover[disabled].active,
fieldset[disabled] .datepicker table tr td.active.active,
fieldset[disabled] .datepicker table tr td.active:hover.active,
fieldset[disabled] .datepicker table tr td.active.disabled.active,
fieldset[disabled] .datepicker table tr td.active.disabled:hover.active {
  background-color: #428bca;
  border-color: #357ebd; }

.datepicker table tr td span {
  display: block;
  width: 23%;
  height: 54px;
  line-height: 54px;
  float: left;
  margin: 1%;
  cursor: pointer;
  border-radius: 4px; }

.datepicker table tr td span:hover {
  background: #eeeeee; }

.datepicker table tr td span.disabled,
.datepicker table tr td span.disabled:hover {
  background: none;
  color: #999999;
  cursor: default; }

.datepicker table tr td span.active,
.datepicker table tr td span.active:hover,
.datepicker table tr td span.active.disabled,
.datepicker table tr td span.active.disabled:hover {
  color: #ffffff;
  background-color: #428bca;
  border-color: #357ebd;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25); }

.datepicker table tr td span.active:hover,
.datepicker table tr td span.active:hover:hover,
.datepicker table tr td span.active.disabled:hover,
.datepicker table tr td span.active.disabled:hover:hover,
.datepicker table tr td span.active:focus,
.datepicker table tr td span.active:hover:focus,
.datepicker table tr td span.active.disabled:focus,
.datepicker table tr td span.active.disabled:hover:focus,
.datepicker table tr td span.active:active,
.datepicker table tr td span.active:hover:active,
.datepicker table tr td span.active.disabled:active,
.datepicker table tr td span.active.disabled:hover:active,
.datepicker table tr td span.active.active,
.datepicker table tr td span.active:hover.active,
.datepicker table tr td span.active.disabled.active,
.datepicker table tr td span.active.disabled:hover.active,
.open .dropdown-toggle.datepicker table tr td span.active,
.open .dropdown-toggle.datepicker table tr td span.active:hover,
.open .dropdown-toggle.datepicker table tr td span.active.disabled,
.open .dropdown-toggle.datepicker table tr td span.active.disabled:hover {
  color: #ffffff;
  background-color: #3276b1;
  border-color: #285e8e; }

.datepicker table tr td span.active:active,
.datepicker table tr td span.active:hover:active,
.datepicker table tr td span.active.disabled:active,
.datepicker table tr td span.active.disabled:hover:active,
.datepicker table tr td span.active.active,
.datepicker table tr td span.active:hover.active,
.datepicker table tr td span.active.disabled.active,
.datepicker table tr td span.active.disabled:hover.active,
.open .dropdown-toggle.datepicker table tr td span.active,
.open .dropdown-toggle.datepicker table tr td span.active:hover,
.open .dropdown-toggle.datepicker table tr td span.active.disabled,
.open .dropdown-toggle.datepicker table tr td span.active.disabled:hover {
  background-image: none; }

.datepicker table tr td span.active.disabled,
.datepicker table tr td span.active:hover.disabled,
.datepicker table tr td span.active.disabled.disabled,
.datepicker table tr td span.active.disabled:hover.disabled,
.datepicker table tr td span.active[disabled],
.datepicker table tr td span.active:hover[disabled],
.datepicker table tr td span.active.disabled[disabled],
.datepicker table tr td span.active.disabled:hover[disabled],
fieldset[disabled] .datepicker table tr td span.active,
fieldset[disabled] .datepicker table tr td span.active:hover,
fieldset[disabled] .datepicker table tr td span.active.disabled,
fieldset[disabled] .datepicker table tr td span.active.disabled:hover,
.datepicker table tr td span.active.disabled:hover,
.datepicker table tr td span.active:hover.disabled:hover,
.datepicker table tr td span.active.disabled.disabled:hover,
.datepicker table tr td span.active.disabled:hover.disabled:hover,
.datepicker table tr td span.active[disabled]:hover,
.datepicker table tr td span.active:hover[disabled]:hover,
.datepicker table tr td span.active.disabled[disabled]:hover,
.datepicker table tr td span.active.disabled:hover[disabled]:hover,
fieldset[disabled] .datepicker table tr td span.active:hover,
fieldset[disabled] .datepicker table tr td span.active:hover:hover,
fieldset[disabled] .datepicker table tr td span.active.disabled:hover,
fieldset[disabled] .datepicker table tr td span.active.disabled:hover:hover,
.datepicker table tr td span.active.disabled:focus,
.datepicker table tr td span.active:hover.disabled:focus,
.datepicker table tr td span.active.disabled.disabled:focus,
.datepicker table tr td span.active.disabled:hover.disabled:focus,
.datepicker table tr td span.active[disabled]:focus,
.datepicker table tr td span.active:hover[disabled]:focus,
.datepicker table tr td span.active.disabled[disabled]:focus,
.datepicker table tr td span.active.disabled:hover[disabled]:focus,
fieldset[disabled] .datepicker table tr td span.active:focus,
fieldset[disabled] .datepicker table tr td span.active:hover:focus,
fieldset[disabled] .datepicker table tr td span.active.disabled:focus,
fieldset[disabled] .datepicker table tr td span.active.disabled:hover:focus,
.datepicker table tr td span.active.disabled:active,
.datepicker table tr td span.active:hover.disabled:active,
.datepicker table tr td span.active.disabled.disabled:active,
.datepicker table tr td span.active.disabled:hover.disabled:active,
.datepicker table tr td span.active[disabled]:active,
.datepicker table tr td span.active:hover[disabled]:active,
.datepicker table tr td span.active.disabled[disabled]:active,
.datepicker table tr td span.active.disabled:hover[disabled]:active,
fieldset[disabled] .datepicker table tr td span.active:active,
fieldset[disabled] .datepicker table tr td span.active:hover:active,
fieldset[disabled] .datepicker table tr td span.active.disabled:active,
fieldset[disabled] .datepicker table tr td span.active.disabled:hover:active,
.datepicker table tr td span.active.disabled.active,
.datepicker table tr td span.active:hover.disabled.active,
.datepicker table tr td span.active.disabled.disabled.active,
.datepicker table tr td span.active.disabled:hover.disabled.active,
.datepicker table tr td span.active[disabled].active,
.datepicker table tr td span.active:hover[disabled].active,
.datepicker table tr td span.active.disabled[disabled].active,
.datepicker table tr td span.active.disabled:hover[disabled].active,
fieldset[disabled] .datepicker table tr td span.active.active,
fieldset[disabled] .datepicker table tr td span.active:hover.active,
fieldset[disabled] .datepicker table tr td span.active.disabled.active,
fieldset[disabled] .datepicker table tr td span.active.disabled:hover.active {
  background-color: #428bca;
  border-color: #357ebd; }

.datepicker table tr td span.old,
.datepicker table tr td span.new {
  color: #999999; }

.datepicker th.datepicker-switch {
  width: 145px; }

.datepicker thead tr:first-child th,
.datepicker tfoot tr th {
  cursor: pointer; }

.datepicker thead tr:first-child th:hover,
.datepicker tfoot tr th:hover {
  background: #eeeeee; }

.datepicker .cw {
  font-size: 10px;
  width: 12px;
  padding: 0 2px 0 5px;
  vertical-align: middle; }

.datepicker thead tr:first-child th.cw {
  cursor: default;
  background-color: transparent; }

.input-group.date .input-group-addon i {
  cursor: pointer;
  width: 16px;
  height: 16px; }

.input-daterange input {
  text-align: center; }

.input-daterange input:first-child {
  border-radius: 3px 0 0 3px; }

.input-daterange input:last-child {
  border-radius: 0 3px 3px 0; }

.input-daterange .input-group-addon {
  width: auto;
  min-width: 16px;
  padding: 4px 5px;
  font-weight: normal;
  line-height: 1.428571429;
  text-align: center;
  text-shadow: 0 1px 0 #fff;
  vertical-align: middle;
  background-color: #eeeeee;
  border: solid #cccccc;
  border-width: 1px 0;
  margin-left: -5px;
  margin-right: -5px; }

.datepicker.dropdown-menu {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 1000;
  float: left;
  display: none;
  min-width: 160px;
  list-style: none;
  background-color: #ffffff;
  border: 1px solid #ccc;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 5px;
  -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  -webkit-background-clip: padding-box;
  -moz-background-clip: padding;
  background-clip: padding-box;
  *border-right-width: 2px;
  *border-bottom-width: 2px;
  color: #333333;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 13px;
  line-height: 1.428571429; }

.datepicker.dropdown-menu th,
.datepicker.dropdown-menu td {
  padding: 4px 5px; }

/* =========================
Global Classes
============================ */
/* buttons */
.nbtn, .sbtn {
  display: inline-block;
  margin-top: 10px;
  background-color: #f8f8f8;
  border: 1px solid #d4d4d4;
  color: #eb7a00;
  padding: 10px 30px;
  font-family: 'Open Sans';
  font-weight: 700; }

.sbtn {
  color: #000; }

.nbtn:hover, .sbtn:hover {
  background-color: #eb7a00;
  color: #fff; }

/* note */
.notestate {
  border: 1px solid #d4d4d4;
  padding: 11px 11px 11px 77px;
  min-height: 62px;
  background: url("/assets/InfoIconHelp.png") no-repeat scroll 18px center #d9edfd;
  color: #000;
  line-height: 25px; }

/* text */
.ellipsis {
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden; }

/* floats */
.fr {
  float: right; }

.fl {
  float: left; }

/* containers */
.displaynone {
  display: none; }

.contentArea {
  width: 945px;
  margin: 0 auto; }

.content {
  padding-top: 94px; }

.maincontent {
  width: 940px;
  margin: 0 auto; }

/* spaces */
.m5 {
  margin-bottom: 5px; }

.m10 {
  margin-bottom: 10px; }

.m20 {
  margin-bottom: 20px; }

.posRelative {
  position: relative; }

/* facebook & twitter */
.fbconnctbtn, .twconnctbtn {
  /*    border: 1px solid #223864;*/
  height: 28px;
  line-height: 28px;
  width: 200px;
  -webkit-border-radius: 3px;
  border-radius: 3px; }

.fbconnctbtn {
  /*    background: url("/assets/fbJoinbg.png") repeat-x scroll 190px center transparent;*/
  width: 200px; }

.twconnctbtn {
  /*    background: url("/assets/twJoinbg.png") repeat-x scroll 190px center transparent;*/
  width: 200px; }

.fbconnctbtn a, .twconnctbtn a {
  display: block;
  font-size: 11px;
  font-family: 'Open Sans';
  font-weight: 700;
  /*font-weight: 700;*/
  padding-left: 27px;
  /* rtl */
  text-align: left;
  /* rtl */
  text-decoration: none;
  background-image: url("/assets/actionconIcons.png");
  background-repeat: no-repeat;
  color: #fff; }

.fbconnctbtn a {
  background-position: 7px -24px; }

.twconnctbtn a {
  background-position: 1px 4px; }

.emailconnect, .emailconnect a {
  color: #59697f;
  font-size: 0.99em; }

.emailconnect a {
  text-decoration: underline;
  padding: 0 3px; }

/* navigation */
.nav.navigation {
  margin: 0; }

.nav.navigation li {
  list-style-type: none;
  padding: 5px 10px;
  font-size: 0.8em;
  color: #fff;
  border: 1px solid transparent;
  font-family: 'Open Sans';
  font-weight: 700;
  margin-right: 10px; }

.nav.navigation li:hover, .navigation li.active {
  border: 1px solid #0B0D0F;
  background-color: #181C22;
  -webkit-border-radius: 5px 5px 5px 5px;
  border-radius: 5px 5px 5px 5px;
  -webkit-box-shadow: -1px 1px 0 rgba(255, 255, 255, 0.08);
  box-shadow: -1px 1px 0 rgba(255, 255, 255, 0.08); }

/* review buttons */
.review-button {
  background: url("/assets/review.png") no-repeat;
  background-position: 0 -130px;
  width: 220px !important;
  height: 80px;
  border: 0;
  text-indent: -9999px;
  overflow: hidden;
  margin-bottom: 20px; }

.review-button:hover, .review-button.active {
  background-position: 0 0; }

/* filter icons */
.filter-icon {
  background: url("/assets/filter-icons.png") no-repeat top left;
  display: inline-block;
  text-indent: -9999px;
  overflow: hidden; }

.filter-icon-Comments-Ascending {
  background-position: 0 0;
  width: 40px;
  height: 20px; }

.active .filter-icon-Comments-Ascending {
  background-position: 0 -70px;
  width: 40px;
  height: 20px; }

.filter-icon-Comments-Descending {
  background-position: 0 -140px;
  width: 40px;
  height: 20px; }

.active .filter-icon-Comments-Descending {
  background-position: 0 -210px;
  width: 40px;
  height: 20px; }

.filter-icon-Date-Ascend {
  background-position: 0 -280px;
  width: 35px;
  height: 18px; }

.active .filter-icon-Date-Ascend {
  background-position: 0 -348px;
  width: 35px;
  height: 18px; }

.filter-icon-Date-Descend {
  background-position: 0 -416px;
  width: 35px;
  height: 18px; }

.active .filter-icon-Date-Descend {
  background-position: 0 -484px;
  width: 35px;
  height: 18px; }

.filter-icon-ITEMSOPTIONS-PHOTOS {
  background-position: 0 -552px;
  width: 26px;
  height: 21px; }

.active .filter-icon-ITEMSOPTIONS-PHOTOS {
  background-position: 0 -765px;
  width: 26px;
  height: 21px; }

.filter-icon-ITEMSOPTIONS-Pages {
  background-position: 0 -623px;
  width: 15px;
  height: 21px; }

.active .filter-icon-ITEMSOPTIONS-Pages {
  background-position: 0 -694px;
  width: 15px;
  height: 21px; }

.filter-icon-ITEMSOPTIONS-Text-post {
  background-position: 0 -907px;
  width: 23px;
  height: 21px; }

.active .filter-icon-ITEMSOPTIONS-Text-post {
  background-position: 0 -836px;
  width: 23px;
  height: 21px; }

.filter-icon-ITEMSOPTIONS-VIDEO {
  background-position: 0 -978px;
  width: 24px;
  height: 21px; }

.active .filter-icon-ITEMSOPTIONS-VIDEO {
  background-position: 0 -1049px;
  width: 24px;
  height: 21px; }

.filter-icon-ITEMSOPTIONS-TEXT {
  background-position: 0 -1725px;
  width: 24px;
  height: 21px; }

.active .filter-icon-ITEMSOPTIONS-TEXT {
  background-position: 0 -1793px;
  width: 24px;
  height: 21px; }

.filter-icon-Likes-Ascending {
  background-position: 0 -1120px;
  width: 37px;
  height: 19px; }

.active .filter-icon-Likes-Ascending {
  background-position: 0 -1189px;
  width: 37px;
  height: 19px; }

.filter-icon-Likes-Descending {
  background-position: 0 -1258px;
  width: 38px;
  height: 19px; }

.active .filter-icon-Likes-Descending {
  background-position: 0 -1327px;
  width: 38px;
  height: 19px; }

.filter-icon-Views-Ascending {
  background-position: 0 -1474px;
  width: 40px;
  height: 14px; }

.active .filter-icon-Views-Ascending {
  background-position: 0 -1538px;
  width: 40px;
  height: 14px; }

.filter-icon-Views-Descending {
  background-position: 0 -1602px;
  width: 40px;
  height: 14px; }

.active .filter-icon-Views-Descending {
  background-position: 0 -1666px;
  width: 40px;
  height: 14px; }

.filter-icon-Stes-Back {
  background-position: 0 -1396px;
  width: 28px;
  height: 28px; }

/* story icons */
.storyIconsStats {
  background: url("/assets/storyIconsStats.png") no-repeat top left;
  display: inline-block;
  text-indent: -9999px;
  overflow: hidden; }

.story-CommentsinStoryStats {
  background-position: 0 0;
  width: 34px;
  height: 34px; }

.story-LikesinStoryStats {
  background-position: 0 -84px;
  width: 36px;
  height: 36px; }

.story-ViewsinStoryStats {
  background-position: 0 -170px;
  width: 40px;
  height: 25px; }

/* =========================
Header
============================ */
#header {
  position: fixed;
  left: 0;
  width: 100%;
  z-index: 99;
  background-color: #2d333c;
  height: 54px;
  line-height: 50px;
  color: #d8d8d8;
  -webkit-box-shadow: 0px 2px 5px 0px rgba(0, 0, 0, 0.5);
  box-shadow: 0px 2px 5px 0px rgba(0, 0, 0, 0.5); }

#header .header_nav {
  margin: 0 auto;
  max-width: 940px;
  width: 100%; }

#header .navbar .btn-navbar {
  background: #000;
  /* Old browsers */ }

/* logo */
#header .yahkiLogo {
  text-indent: -999999px;
  overflow: hidden;
  margin: 8px 72px 0 0; }

#header .yahkiLogo a {
  display: block;
  height: 100%; }

#header .yahkiLogo a img.yahktext {
  margin-left: 10px;
  margin-top: 8px; }

/* bookmarklet bar */
.bookmarkletHeaderBar {
  background-color: #fcecde;
  height: 30px;
  color: #000;
  text-align: center;
  font-size: 0.9em;
  position: absolute;
  width: 940px;
  top: 54px;
  left: 50%;
  margin-left: -470px;
  z-index: 10;
  line-height: 30px; }

.bookmarkletHeaderBar a {
  height: 24px;
  line-height: 24px;
  width: 24px;
  display: inline-block;
  position: relative;
  color: transparent; }

.bookmarkletHeaderBar a i {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1; }

.bookmarkletHeaderBar em {
  display: inline-block;
  margin: 0 4px; }

.bookmarkletHeaderBar img {
  vertical-align: middle; }

.bookmarkletHeaderBar .closebtn {
  margin-right: 5px;
  margin-top: 2px; }

/* mainmenu */
#header .MainMenuButton {
  position: relative;
  margin-right: 25px; }

#header .MainMenuButton.open .menu {
  display: block; }

#header .MainMenuButton .menu {
  background-color: #fff;
  color: #9c9c9c;
  width: 474px;
  border: 1px solid #9b9b9b;
  position: absolute;
  left: 50%;
  top: 64px;
  margin-left: -115px;
  display: none; }

#header .MainMenuButton .menu .arrow {
  background: url("/assets/MainMenuButtonArrow.png") no-repeat center center;
  position: absolute;
  left: 94px;
  top: -21px;
  width: 40px;
  height: 21px; }

#header .MainMenuButton .menu .alllinks {
  padding: 11px; }

#header .MainMenuButton .menu h3 {
  line-height: 1.3em;
  padding-bottom: 5px;
  margin: 0;
  font-size: 0.9em;
  font-family: 'Open Sans';
  font-weight: 700;
  border-bottom: 1px solid #f0f0ed;
  margin-bottom: 10px; }

#header .MainMenuButton .menu .links h4 {
  margin: -5px 0;
  font-size: 0.9em;
  font-weight: 400; }

#header .MainMenuButton .menu .links a {
  color: #9c9c9c;
  display: block;
  padding: 5px;
  text-decoration: none; }

#header .MainMenuButton .menu .links a:hover {
  color: #000;
  background-color: #f4f4f4; }

#header .MainMenuButton .menu .menufooter {
  text-align: center;
  padding: 6px 10px;
  background-color: #e9e9e9;
  line-height: 19px; }

#header .MainMenuButton .menu .menufooter a {
  margin: 0 5px;
  color: #9b9b9b;
  font-size: 0.9em; }

#header .MainMenuButton .menu .menufooter a:hover {
  color: #000; }

/* signin menu */
#header .signincontainer, #header .signincontainer .signinactions {
  text-align: center;
  background-color: #181C22;
  border: 1px solid #0B0D0F;
  -webkit-border-radius: 5px 5px 5px 5px;
  border-radius: 5px 5px 5px 5px;
  -webkit-box-shadow: -1px 1px 0 rgba(255, 255, 255, 0.08);
  box-shadow: -1px 1px 0 rgba(255, 255, 255, 0.08); }

#header .signincontainer {
  margin: 11px 0 0 0;
  position: relative;
  z-index: 3;
  width: 210px;
  text-align: center; }

#header .signincontainer li {
  width: 100%; }

#header .signincontainer a {
  display: inline-block;
  /*  background: url("/assets/loginarrow.png") no-repeat scroll 175px center #181C22;*/
  /* rtl */
  color: #fff;
  /*    display: block;*/
  font-size: 1em;
  line-height: 30px;
  font-family: 'Open Sans';
  font-weight: 700;
  text-shadow: 0 2px 0 #000000;
  /*    width: 210px;*/
  text-decoration: none;
  padding: 0; }

#header .signincontainer .dropdown > span {
  display: inline-block;
  margin: 0 10px; }

#header .signincontainer .dropdown-menu:after, #header .signincontainer .dropdown-menu:before {
  border: 0 none; }

#header .signincontainer .signinactions {
  margin: 0;
  top: 25px;
  left: -1px;
  width: 100%;
  border-top: 0; }

#header .signincontainer .signinactions.dropdown-menu .fbconnctbtn a, #header .signincontainer .signinactions.dropdown-menu .twconnctbtn a {
  line-height: 30px;
  padding: 0 0 0 27px; }

#header .signincontainer .signinactions .fbconnctbtn a:hover, #header .signincontainer .signinactions .twconnctbtn a:hover {
  background-image: url("/assets/actionconIcons.png");
  background-repeat: no-repeat;
  background-color: transparent; }

#header .emailconnect a:hover {
  background-image: none;
  background-color: transparent; }

#header .signincontainer.collapsed .signinactions {
  border: 1px solid transparent;
  -webkit-box-shadow: none;
  box-shadow: none; }

#header .signincontainer .signinactions a {
  color: #fff; }

#header .signincontainer .signinactions li {
  margin: 4px auto;
  list-style: none; }

#header .signincontainer .signinactions li.fbconnctbtn {
  margin-top: 15px; }

#header .signincontainer .signinactions .emailconnect a {
  color: #59697f;
  display: inline; }

#header .emailconnect, #header .emailconnect a {
  color: #59697f; }

#header .emailconnect a {
  text-decoration: underline;
  padding: 0 3px; }

/**header navigation**/
#header.loggedin .nav.navigation {
  margin-top: 20px; }

#header.loggedin .nav.navigation li a {
  color: #fff;
  text-decoration: none;
  text-shadow: 0 0 0;
  padding: 0;
  background-color: transparent; }

#header.loggedin .nav.navigation li.active a {
  color: #F8C828; }

#header .composelink {
  margin-right: 52px; }

#header .composelink a {
  width: 50px;
  height: 42px;
  background-image: url(/assets/composeicon.png);
  background-repeat: no-repeat;
  display: inline-block;
  overflow: hidden;
  vertical-align: middle;
  line-height: 9999px; }

#header .authoringheaderlist {
  margin: 0 auto;
  padding-top: 16px;
  width: 545px; }

#header .shardbtn {
  padding: 0 10px 0 0; }

#header .authoringheaderlist {
  /*position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  height: 50px;
  background: #a0a0a0;
  text-align: center;*/ }

/*#header .authoringheaderlist li{
    display: inline-block;
}

#header .authoringheaderlist li a.cancel{
    display: inline-block;
    padding: 5px 20px;
}*/
#header .shardbtn a {
  padding: 8px 20px 9px;
  text-shadow: 0 1px 0 #fcfcfc;
  font-size: 12px;
  font-family: 'Open Sans';
  font-weight: 700;
  -webkit-border-radius: 2px;
  border-radius: 2px;
  background: #fff;
  background: -moz-linear-gradient(top, #ffffff 0%, #fbfafa 100%);
  /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #ffffff), color-stop(100%, #fbfafa));
  /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top, #ffffff 0%, #fbfafa 100%);
  /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top, #ffffff 0%, #fbfafa 100%);
  /* Opera 11.10+ */
  background: -ms-linear-gradient(top, #ffffff 0%, #fbfafa 100%);
  /* IE10+ */
  background: linear-gradient(to bottom, #ffffff 0%, #fbfafa 100%);
  /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#fbfafa', GradientType=0 );
  /* IE6-9 */ }

#header .shardbtn.preview a {
  color: #807a74; }

#header .shardbtn.publish {
  padding-right: 0; }

#header .shardbtn.publish a {
  color: #ff503e;
  padding: 8px 20px 9px; }

#header .shardbtn.savedraft a {
  color: #049cdc; }

#header .shardbtn a:hover {
  text-decoration: none; }

#header .authoringheaderlist a.cancel {
  color: #fcfbfa;
  font-family: 'Open Sans';
  font-weight: 700;
  font-size: 0.9em;
  margin-right: 15px; }

/* =========================
Header loggedIN
============================ */
#header.loggedin .main_navbar .navigation {
  margin-right: 35px; }

#header .mainsearchcontainer {
  display: block;
  margin: 11px 0 0;
  position: relative; }

#header .mainsearchcontainer .inputscontainer {
  line-height: 32px;
  height: 32px;
  width: 230px; }

#header .mainsearchcontainer input[type='text'] {
  margin: 0;
  background-color: #9b9b9b;
  width: 140px;
  height: 32px;
  padding: 0 10px;
  padding-right: 30px;
  border: 0;
  -webkit-border-radius: 0px;
  border-radius: 0px;
  -webkit-transition: background 0.2s linear;
  -moz-transition: background 0.2s linear;
  -o-transition: background 0.2s linear;
  -ms-transition: background 0.2s linear;
  transition: background 0.2s linear;
  left: 50px;
  margin: 0;
  position: absolute; }

#header .mainsearchcontainer input[type='text']::-webkit-input-placeholder {
  color: #d8d8d8; }

#header .mainsearchcontainer input[type='text']:-moz-placeholder {
  color: #d8d8d8; }

#header .mainsearchcontainer input[type='text']::-moz-placeholder {
  color: #d8d8d8; }

#header .mainsearchcontainer input[type='text']:-ms-input-placeholder {
  color: #d8d8d8; }

#header .mainsearchcontainer input[type='text']:focus {
  color: #999;
  background-color: #fff;
  -webkit-transition: background 0.2s linear;
  -moz-transition: background 0.2s linear;
  -o-transition: background 0.2s linear;
  -ms-transition: background 0.2s linear;
  transition: background 0.2s linear; }

#header .mainsearchcontainer input[type='button'] {
  background: url("/assets/searchicon.png") no-repeat scroll 0 0 transparent;
  border: 0;
  height: 19px;
  position: absolute;
  right: 10px;
  top: 50%;
  width: 19px;
  margin-top: -9px;
  padding: 0; }

#header .searchcategries {
  background-color: #4a4a4a;
  cursor: pointer;
  position: absolute;
  left: 0;
  top: 0;
  height: 32px;
  line-height: 32px; }

#header .search_form.focused .searchcategries {
  background-color: #e6e6e6;
  -webkit-box-shadow: inset 0 2px 2px 0 rgba(0, 0, 0, 0.2);
  -moz-box-shadow: inset 0 2px 2px 0 rgba(0, 0, 0, 0.2);
  box-shadow: inset 0 2px 2px 0 rgba(0, 0, 0, 0.2); }

#header .searchcategries.show li {
  display: block;
  margin-right: -10px; }

#header .searchcategries label {
  color: #d8d8d8;
  font-size: 1em;
  cursor: pointer;
  display: block;
  line-height: 31px;
  margin: 0;
  padding: 0;
  text-align: center; }

#header .searchcategries li {
  background-color: #181C22;
  padding: 0 5px;
  position: relative;
  z-index: 13;
  width: 40px; }

#header .searchcategries li, #header .searchcategries input {
  display: none; }

#header .searchcategries li.selected {
  background-color: transparent;
  border: 0;
  display: block;
  margin: 0; }

#header .searchcategries li.selected label {
  color: #fff; }

/* notification */
#header.loggedin .useractioncontainer {
  display: block;
  margin: 8px 0 0 0;
  background-color: #000; }

#header.loggedin .useractioncontainer li.item {
  position: relative; }

#header.loggedin .useractioncontainer li.item.notifitem {
  padding-right: 10px;
  margin: 6px 0 6px 6px; }

#header.loggedin .useractioncontainer .notificationicon {
  border: 2px solid #9b9b9b;
  height: 23px;
  line-height: 23px;
  display: inline-block;
  padding: 0 8px;
  color: #d9721b;
  font-family: 'Open Sans';
  font-weight: 700;
  font-size: 0.9em;
  text-shadow: none; }

#header.loggedin .useractioncontainer .notificationicon:hover {
  text-decoration: none; }

#header.loggedin .useractioncontainer .notifitem i.pubicon {
  background: url("/assets/notif_icon.png") no-repeat scroll 0 0 transparent;
  display: block;
  width: 12px;
  height: 11px;
  position: absolute;
  right: 0;
  top: 50%;
  margin-top: -6px; }

.notefnum .num {
  padding: 1px 7px;
  border: 1px solid #ccc;
  color: #fff;
  display: block; }

.notefnum.opend .noteMenu {
  display: block; }

.noteMenu li .date {
  font-size: 11px;
  margin: 0;
  line-height: 14px; }

.notefnum .noteMenu, .searchResultsDD {
  background-color: #FFFFFF;
  border: 1px solid #C0B9B2;
  -webkit-border-radius: 0;
  border-radius: 0;
  -webkit-box-shadow: 0 5px 8px rgba(109, 100, 91, 0.8);
  box-shadow: 0 5px 8px rgba(109, 100, 91, 0.8);
  display: none;
  position: absolute;
  right: -55px;
  top: 44px;
  width: 322px;
  padding-top: 5px;
  z-index: 12; }

.searchResultsDD {
  right: -52px;
  top: 45px;
  width: 280px; }

.searchResultsDD:before {
  content: "";
  display: block;
  width: 0;
  height: 0;
  position: absolute;
  top: -20px;
  left: 50%;
  margin-left: -10px;
  border: 10px solid transparent;
  border-bottom-color: #fff; }

.searchResultsDDItem .authorname {
  margin-left: 10px;
  color: #FF503E;
  font-size: 16px;
  line-height: 16px; }

.notefnum .noteMenu li, .searchResultsDDItem {
  padding: 10px 0;
  margin: 0 15px;
  border-bottom: 1px solid #dbd9d7;
  color: #6b6156;
  overflow: hidden;
  font-size: 12px;
  text-shadow: 0 1px 0 #fff; }

.notefnum .noteMenu li:nth-last-child(2) {
  border: 0; }

.notefnum .noteMenu li.no_notifications_exist, .notefnum .noteMenu li.no_notifications_exist:hover {
  background-color: transparent !important;
  color: #656565 !important; }

.notefnum .noteMenu li.newnotiitem {
  margin: 0;
  padding: 10px 15px;
  background-color: #fff4de; }

.notefnum .noteMenu li.seeall, .searchResultsDD .showAll {
  background-color: #e9e9e9;
  border-top: 1px solid #D1CECA;
  text-align: center;
  margin: 0;
  -webkit-border-radius: 0px 0px 8px 8px;
  border-radius: 0px 0px 8px 8px; }

.notefnum .noteMenu li.seeall a, .searchResultsDD .showAll a {
  color: #6b6156;
  font-size: 12px;
  font-family: 'Open Sans';
  font-weight: 600;
  text-shadow: 0 1px 0 #fff;
  width: 260px; }

.notefnum .noteMenu a, .searchResultsDDItem h1, .searchResultsDDItem h2 {
  color: #6b6156;
  text-shadow: 0 1px 0 #fff;
  font-family: 'Open Sans';
  font-weight: 600;
  font-size: 12px; }

.searchResultsDDItem .LikesCount, .searchResultsDDItem .StoriesCount {
  margin-left: 10px;
  margin-top: 5px; }

.searchResultsDDItem .LikesCount .title, .searchResultsDDItem .StoriesCount .title, .searchResultsDDItem .LikesCount .count, .searchResultsDDItem .StoriesCount .count {
  color: #828993;
  font-size: 13px;
  text-shadow: 0 1px 0 #D3D5D8; }

.searchResultsDDItem h1, .searchResultsDDItem h2 {
  line-height: 20px;
  margin: 0; }

.notefnum .noteMenu .dl {
  margin-left: 5px;
  width: 245px; }

.searchResultsDDItem .mainINFO_container {
  margin-left: 5px;
  width: 210px; }

.notefnum .noteMenu img, .searchResultsDDItem img {
  display: block;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  padding: 2px;
  vertical-align: text-top;
  width: 28px;
  height: 28px; }

.notefnum .noteMenu .title {
  background: url("/assets/notificationarrow.png") no-repeat scroll 0 0 transparent;
  border: 0 none;
  height: 11px;
  padding: 0;
  margin: 0;
  position: absolute;
  right: 67px;
  top: -11px;
  width: 19px; }

#header.loggedin .useractioncontainer .userIcontainer.open a {
  color: #e6e3e0;
  text-decoration: none;
  font-family: 'Open Sans';
  font-weight: 600; }

#header.loggedin .useractioncontainer .userIcontainer.open a:hover {
  text-decoration: underline; }

#header.loggedin .useractioncontainer li.item .userIcontainer {
  font-size: 0; }

#header.loggedin .useractioncontainer a {
  display: inline-block;
  vertical-align: middle; }

#header.loggedin .useractioncontainer a.login {
  background: url("/assets/loginarrow.png") no-repeat scroll center center;
  width: 39px;
  height: 39px; }

#header.loggedin .useractioncontainer .logoutcontainer li {
  padding: 5px 0; }

#header.loggedin .useractioncontainer .logoutcontainer li:first-child {
  border-bottom: 1px solid #000000;
  -webkit-box-shadow: 0 1px 0 #282c32;
  box-shadow: 0 1px 0 #282c32; }

#header.loggedin .useractioncontainer .logoutcontainer li a {
  color: #E6E3E0;
  font-size: 12px;
  font-family: 'Open Sans';
  font-weight: 600;
  text-decoration: none; }

#header.loggedin .useractioncontainer .userIcontainer img {
  width: 39px;
  height: 39px; }

#header.loggedin .useractioncontainer .userIcontainer .logoutcontainer {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 1000;
  display: none;
  float: left;
  min-width: 160px;
  padding: 5px 0;
  margin: 2px 0 0;
  list-style: none;
  background-color: #fff;
  border: 1px solid #ccc;
  border: 1px solid rgba(0, 0, 0, 0.2);
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
  -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  -webkit-background-clip: padding-box;
  -moz-background-clip: padding;
  background-clip: padding-box;
  background-color: #181C22;
  -webkit-box-shadow: -1px 1px 0 rgba(255, 255, 255, 0.08);
  box-shadow: -1px 1px 0 rgba(255, 255, 255, 0.08);
  left: -100%;
  min-width: 100px;
  right: 0;
  text-align: left;
  padding: 10px; }

#header.loggedin .useractioncontainer .userIcontainer .logoutcontainer {
  padding: 0 10px;
  margin: 0;
  -webkit-border-radius: 6px 6px 6px 6px;
  border-radius: 6px 6px 6px 6px;
  -webkit-border-top-right-radius: 0;
  border-top-right-radius: 0; }

/* =========================
Home page
============================ */
.homecontainer {
  background-image: url(/assets/HomePageBG.jpg);
  background-position: center top;
  background-repeat: no-repeat;
  background-color: #FAFAFA;
  margin-top: -40px; }

.homecontainer .hometopbannercontainer {
  padding-bottom: 20px; }

.homecontainer .leaderboard {
  text-align: center;
  padding: 30px 0 0 0; }

.homecontainer .leaderboard h2 {
  margin: 5px 0;
  font: normal 700 24px/1.6em 'Open Sans'; }

.homecontainer.homecontainer p {
  color: #000; }

.leaderboard > p {
  padding: 0 120px; }

.imgblock {
  text-align: center;
  margin-bottom: 10px;
  height: 175px;
  line-height: 175px; }

.strong {
  font-family: "Open Sans";
  font-weight: 800; }

.homecontainer .hometopbanner .colloectblock, .homecontainer .hometopbanner .manageblock, .homecontainer .hometopbanner .showeblock {
  background-image: url("/assets/topbannersprite.jpg");
  background-repeat: no-repeat;
  min-height: 190px;
  padding-top: 40px; }

.homecontainer .hometopbanner h3, .homecontainer .hometopbanner p {
  font-family: 'Open Sans';
  font-weight: 600; }

.homecontainer .hometopbanner p {
  font-size: 13px; }

.homecontainer .hometopbanner .colloectblock {
  background-position: 0 40px; }

.homecontainer .hometopbanner .manageblock {
  background-position: 0 -155px; }

.homecontainer .hometopbanner .showeblock {
  background-position: 0 -336px; }

.connectcontainer {
  text-align: center;
  top: -15px;
  position: relative; }

.actionbtnscontainer {
  text-align: center; }

.connectcontainer .actionbtnscontainer > div {
  display: inline-block;
  vertical-align: middle;
  width: 232px;
  height: 31px;
  background: none;
  border: none;
  margin: 0 !important;
  margin-left: 10px !important; }

.actionbtnscontainer > div:first-child {
  margin-left: 0 !important; }

.actionbtnscontainer .fbconnctbtn a,
.actionbtnscontainer .twconnctbtn a,
.actionbtnscontainer .emailconnect a,
.actionbtnscontainer .studentsignup a {
  display: inline-block;
  width: 232px;
  height: 31px;
  padding: 0;
  text-indent: -99999px;
  background: url(/assets/facebook_signup.png) 0 0 no-repeat; }

.actionbtnscontainer .twconnctbtn a {
  background: url(/assets/twitter_signup.png) 0 0 no-repeat; }

.actionbtnscontainer .emailconnect a {
  background: url(/assets/email_signin.png) 0 0 no-repeat; }

.actionbtnscontainer .studentsignup a {
  background: url(/assets/ssu.png) 0 0 no-repeat;
  border: 1px solid rgba(0, 0, 0, 0.1);
  border-radius: 3px;
  width: 230px; }

#yahsignup_container .actionbtnscontainer .fbconnctbtn a {
  background: url(/assets/facebook_signup.png) 0 0 no-repeat; }

#yahsignup_container .actionbtnscontainer .twconnctbtn a {
  background: url(/assets/twitter_signup.png) 0 0 no-repeat; }

.connectcontainer h3 {
  font-size: 1.7em;
  margin: 5px 0 15px; }

.connectcontainer .actionbtnscontainer {
  padding-bottom: 15px; }

.connectcontainer .actionbtnscontainer .fbconnctbtn {
  margin-right: 10px; }

.homecontainer .homevideocont {
  padding: 30px 0 0 0;
  position: relative;
  top: -51px; }

.homecontainer .homevideocont h2 {
  color: #000;
  font-size: 16px;
  line-height: 1.2em;
  font-family: 'Open Sans';
  font-weight: 700; }

.homecontainer .homevideocont .yahkivideo {
  display: block; }

.homevideocont .bg {
  padding: 15px 0 40px 30px;
  background: #e6e3e0; }

.homevideocont .bggrad {
  padding: 10px 20px 20px;
  padding-right: 39px;
  background: -moz-linear-gradient(left, #e6e3e0 0%, rgba(230, 227, 224, 0) 100%);
  /* FF3.6+ */
  background: -webkit-gradient(linear, left top, right top, color-stop(0%, #e6e3e0), color-stop(100%, rgba(230, 227, 224, 0)));
  /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(left, #e6e3e0 0%, rgba(230, 227, 224, 0) 100%);
  /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(left, #e6e3e0 0%, rgba(230, 227, 224, 0) 100%);
  /* Opera 11.10+ */
  background: -ms-linear-gradient(left, #e6e3e0 0%, rgba(230, 227, 224, 0) 100%);
  /* IE10+ */
  background: linear-gradient(to right, #e6e3e0 0%, rgba(230, 227, 224, 0) 100%);
  /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e6e3e0', endColorstr='#00e6e3e0',GradientType=1 );
  /* IE6-9 */ }

.homevideocont .home_learning img {
  width: 270px;
  max-width: none;
  margin-left: -60px; }

.hometopbanner .span4 {
  padding-right: 25px;
  padding-left: 25px; }

.hometopbanner .span4:first-child {
  padding-right: 50px; }

.hometopbanner .span4:last-child {
  padding-left: 50px; }

/* =========================
Footer
============================ */
.footer {
  background: url("/assets/footercolorline.png") repeat-x 0 0 transparent;
  padding: 30px 0 45px 0;
  color: #5d6167;
  margin-top: 1px; }

.footer .followuscontainer li {
  list-style: none;
  float: left;
  width: 30px;
  margin-right: 10px; }

.footer .followuscontainer ul, .footer .footerlinks ul {
  margin-left: 0;
  overflow: hidden; }

.footer .followuscontainer h4 {
  margin-top: 0;
  margin-bottom: 5px;
  font-size: 13px; }

.footer .followuscontainer li a {
  background-image: url("/assets/footericons_sprite.png");
  background-repeat: no-repeat;
  display: block;
  text-indent: -99999px;
  overflow: hidden;
  height: 30px; }

.footer .followuscontainer li a.twfollowitem {
  background-position: 0 -40px; }

.footer .followuscontainer li a.gofollowitem {
  background-position: 0 -81px; }

.footer .followuscontainer li a.pafollowitem {
  background-position: 0 -123px; }

.footer .footerlinks ul li {
  float: left;
  display: inline;
  list-style: none; }

.footer .footerlinks ul li a {
  color: #5d6167;
  padding-right: 5px;
  font-family: 'Open Sans';
  font-weight: 600; }

.footer .footerlinks ul li a:hover {
  text-decoration: none; }

.footer .footerlinks .copyrights p {
  font-size: 13px;
  padding-right: 10px; }

/* =========================
Profile page - ltr
============================ */
/**main aside**/
.collectactaside {
  padding: 15px 20px 25px 0;
  position: fixed;
  right: 0;
  text-align: right;
  top: 90px; }

.collectactaside .BookMarkletIcon {
  display: inline-block;
  margin-top: 1px;
  margin-right: 10px;
  /* rtl */
  vertical-align: top;
  background: url(/assets/asidebmbtnIcon.png) no-repeat 0 0 transparent;
  width: 49px;
  height: 46px;
  line-height: 46px; }

.collectactaside .btn.btncollect {
  background-image: url(/assets/colloctbtnline.gif), -webkit-gradient(linear, 0 0, 0 100%, from(#ffffff), to(#e6e6e6));
  background-image: url(/assets/colloctbtnline.gif), -webkit-linear-gradient(top, #ffffff, #e6e6e6);
  background-image: url(/assets/colloctbtnline.gif), -o-linear-gradient(top, #ffffff, #e6e6e6);
  background-image: url(/assets/colloctbtnline.gif), linear-gradient(to bottom, #ffffff, #e6e6e6);
  background-position: center 77px;
  background-repeat: repeat-x;
  -webkit-border-radius: 3px 3px 3px 3px;
  border-radius: 3px 3px 3px 3px;
  padding: 19px 25px; }

.collectactaside .btn.btncollect:hover h2 p.first {
  color: #333; }

.collectactaside h2 {
  font-size: 12px;
  line-height: 23px;
  margin: 0;
  padding-right: 35px;
  text-align: left; }

.collectactaside h2 p {
  margin: 0; }

.collectactaside h2 p.first a {
  color: #FF503E;
  font-size: 19px;
  font-family: 'Open Sans';
  font-weight: 700; }

.collectactaside .activitycontent {
  text-align: left; }

.collectactaside .activitycontent h3 {
  color: #6b6156;
  font-size: 1em;
  padding-left: 20px;
  background-position: 0 10px;
  margin: 10px 0 0 0; }

.collectactaside .activitycontent .activityItems {
  max-height: 580px;
  overflow: auto; }

.collectactaside .activitycontent .activityItems, .collectactaside .activitycontent .activityItems li p {
  margin: 0; }

.collectactaside .activitycontent .activityItems li {
  border-top: 1px solid #C3C0BC;
  padding: 8px 0;
  color: #6b6156;
  font-size: 0.86em;
  -webkit-box-shadow: 0 1px 0 #F3F2F0 inset;
  box-shadow: 0 1px 0 #F3F2F0 inset; }

.collectactaside .activitycontent .activityItems li .contentM {
  width: 140px; }

.collectactaside .activitycontent .activityItems li p {
  text-shadow: 0 1px 0 #fff;
  width: 140px;
  line-height: 15px; }

.collectactaside .activitycontent .activityItems li a {
  color: #6b6156;
  font-family: 'Open Sans';
  font-weight: 700;
  padding-right: 3px; }

.collectactaside .activitycontent .activityItems li .userimg {
  margin-right: 6px; }

.collectactaside .activitycontent .activityItems li .userimg .img-polaroid {
  padding: 2px;
  -webkit-border-radius: 4px;
  border-radius: 4px; }

.collectactaside .activitycontent .activityItems li .date {
  font-size: 0.8em; }

.collectactaside .activitycontent .activityItems li .Icon.icon_like, .noteMenu li .Icon.icon_like {
  background-position: 0 -25px;
  display: inline-block;
  height: 16px;
  padding-bottom: 2px;
  padding-left: 16px; }

.collectactaside .activitycontent .activityItems li .Icon.icon_other, .noteMenu li .Icon.icon_other {
  background-position: 0 -49px;
  display: inline-block;
  height: 19px;
  padding-left: 18px; }

.collectactaside .activitycontent .viewmore {
  background-color: #D4D2CF;
  border-top: 1px solid #D1CECA;
  color: #6B6156;
  font-size: 0.7em;
  font-family: 'Open Sans';
  font-weight: 600;
  height: 8px;
  line-height: 0;
  text-align: center;
  text-shadow: 1px 1px 0 #fff; }

/*aside footer*/
.sharedfooter {
  padding-top: 10px;
  position: fixed;
  bottom: 3px; }

.sharedfooter, .sharedfooter a {
  text-align: left;
  color: #6B6156;
  font-size: 11px;
  text-shadow: 0 1px 0 #fff; }

.sharedfooter a {
  font-family: 'Open Sans';
  font-weight: 600;
  padding-right: 2px; }

.sharedfooter p {
  font-family: 'Open Sans';
  font-weight: 600;
  color: #988d81;
  margin: 0; }

.sharedfooter ul {
  margin: 0; }

/* =========================
Card item
============================ */
/* default */
.curationsItems ul.carditemsrow {
  position: relative; }

.curationsItems ul.carditemsrow.loading {
  height: auto !important;
  min-height: 300px; }

.carditem {
  /*display: block !important;*/
  background-color: #fff;
  color: #000;
  width: 220px;
  cursor: pointer;
  -webkit-box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.5);
  box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.5); }

#ElementsList .carditem {
  display: none !important; }

.carditem figure {
  margin: 0;
  padding: 0; }

.carditem .storytitle {
  padding: 10px;
  margin: 0;
  color: #000;
  font-family: 'Open Sans';
  font-weight: 700;
  line-height: 1.4em;
  font-size: 1.0em;
  word-wrap: break-word; }

.carditem .storytitle a {
  color: #000; }

/* social icons on the card */
.collectactaside .Icon, .profilecontainer .Icon, .carditem .Icon, .noteMenu .Icon {
  background-image: url(/assets/mainsprite.png);
  background-repeat: no-repeat; }

.curationsItems .carditem .Icon {
  display: inline-block;
  height: 20px;
  width: 20px;
  vertical-align: top;
  z-index: 1;
  font-style: normal; }

.curationsItems .carditem .socialIcons {
  overflow: hidden;
  padding: 10px 0;
  text-align: center; }

.curationsItems .carditem .socialIcons li {
  margin: 0 10px;
  display: inline-block;
  color: #eb842d; }

.curationsItems .carditem .socialIcons .Icon.commentIcon {
  background-position: 0 -131px; }

.curationsItems .carditem .socialIcons .Icon.likeIcon {
  background-position: 0 -162px; }

.curationsItems .carditem .socialIcons .Icon.embedIcon {
  background-position: 0 -188px; }

.curationsItems .carditem .socialIcons .Icon.viewIcon {
  background-position: 0  -217px; }

/* auther bar */
.curationsItems .carditem .autherinfo {
  border-top: 1px solid #eceaea;
  padding: 10px;
  background-color: #fff; }

.curationsItems .carditem .autherinfo img {
  -webkit-border-radius: 3px;
  border-radius: 3px;
  width: 40px;
  height: 40px;
  margin-right: 8px; }

.curationsItems .carditem .autherinfo .authorname {
  font-family: 'Open Sans';
  font-weight: 600;
  font-size: 0.9em;
  line-height: 20px;
  color: #000;
  margin: 0; }

.curationsItems .carditem .autherinfo .date {
  font-size: 0.85em;
  margin: 0;
  line-height: 20px;
  color: #545454; }

/* user bar */
.curationsItems .carditem .userinfo {
  border-top: 2px solid #f1f1f1;
  padding: 10px; }

.curationsItems .carditem .userinfo img {
  -webkit-border-radius: 3px;
  border-radius: 3px;
  width: 40px;
  height: 40px;
  margin-right: 8px; }

.curationsItems .carditem .userinfo .username {
  font-family: 'Open Sans';
  font-weight: 700;
  font-size: 1em;
  line-height: 15px;
  color: #4a4a4a;
  margin: 3px 0; }

.curationsItems .carditem .userinfo .date {
  font-size: 0.85em;
  margin: 0;
  color: #545454;
  background-position: right bottom;
  background-repeat: no-repeat; }

/* story object */
.curationsItems .carditem.story a {
  text-decoration: none; }

.curationsItems .carditem.story .cardimgcontainer {
  margin: 0;
  font-size: 0;
  min-height: 40px; }

.curationsItems .carditem.story .cardimgcontainer img {
  width: 100%; }

.curationsItems .carditem.story .autherinfo {
  margin: 0 10px;
  padding: 10px 0; }

/* text object */
.curationsItems .carditem.text_item {
  background: url("/assets/TextQuote.png") no-repeat scroll center 30px #FFFFFF; }

.curationsItems .carditem.text_item .date {
  background: url(/assets/text_icon.png) no-repeat center right #FFFFFF; }

.curationsItems .carditem.Bmrkletitem .date {
  background-image: url(/assets/collect_icon.png);
  background-repeat: no-repeat;
  background-position: right center; }

.Bmrkletitem .bmrkleticon, .Bmrkletitem.itemDetailscontent .icon.bmrkleticon {
  background-image: url(/assets/collect_icon.png);
  background-repeat: no-repeat;
  background-position: 0 -0; }

/* bookmarklet item */
.curationsItems .carditem.Bmrkletitem .autherinfo {
  border-width: 0; }

/* youtube item */
.curationsItems .carditem.youtube_item .autherinfo .date {
  border-width: 0;
  background: url("/assets/YouTubeIcon.png") no-repeat scroll right bottom #FFFFFF; }

/* Facebook item */
.curationsItems .carditem.facebook_item .autherinfo .date {
  background: url("/assets/FacebookIcon.png") no-repeat scroll right bottom #FFFFFF; }

/* Attach item */
.curationsItems .carditem.attach_item .autherinfo .date {
  background: url("/assets/attach_icon.png") no-repeat scroll right bottom #FFFFFF; }

/* Wiki item */
.curationsItems .carditem.Wiki_item .autherinfo .date {
  background: url("/assets/WikipideaIcon.png") no-repeat scroll right bottom #FFFFFF; }

.Wiki_item .otheitemscontent {
  padding: 10px; }

.Wiki_item h2 {
  margin: 0;
  font-size: 18px; }

/*.curationsItems .carditem.Wiki_item .autherinfo .date{
    display: block;
    margin: 10px -10px -10px;
    padding: 10px 10px 10px 32px;
    border-top: 1px solid #e9e9e9;
}*/
/* Google item */
.curationsItems .carditem.gglitem .autherinfo .date {
  background: url("/assets/GoogleIcon.png") no-repeat scroll right bottom #FFFFFF; }

/* Google Images Item */
.curationsItems .carditem.gglImages_item .autherinfo .date {
  background: url("/assets/GoogleIcon.png") no-repeat scroll right bottom #FFFFFF; }

/* Flicker item */
.curationsItems .carditem.flicker_item .autherinfo .date {
  background: url("/assets/FlickerIcon.png") no-repeat scroll right bottom #FFFFFF; }

/* twitter object */
.curationsItems .carditem.twitter_item .autherinfo .date {
  background: url("/assets/twitter_icon.png") no-repeat scroll right bottom #FFFFFF; }

.curationsItems .carditem.twitter_item {
  background: url("/assets/twitterBackground.png") no-repeat scroll center 30px #FFFFFF; }

.curationsItems .carditem.twitter_item .tweetcontent {
  padding: 10px 10px 25px;
  text-align: left;
  position: relative; }

.curationsItems .carditem.twitter_item .tweetcontent p {
  color: #000; }

.curationsItems .carditem.twitter_item .tweetcontent .usernameNdate {
  margin-bottom: 20px; }

.curationsItems .carditem.twitter_item .tweetcontent .user-img {
  -webkit-border-radius: 3px;
  border-radius: 3px;
  width: 40px;
  height: 40px;
  margin-right: 8px; }

.curationsItems .carditem.twitter_item .tweetcontent .usernameNdate .userfullname {
  color: #000;
  font-size: 1em;
  font-family: 'Open Sans';
  font-weight: 600; }

.curationsItems .carditem.twitter_item .tweetcontent .usernameNdate .username {
  color: #c0c0c0;
  font-size: 0.7em; }

.curationsItems .carditem.twitter_item .tweetcontent .usernameNdate .date {
  position: absolute;
  right: 10px;
  bottom: 10px;
  color: #c8c8c8;
  font-size: 0.7em; }

/* sets add new item */
.curationsItems .carditem.upload_image_btn {
  background: url("/assets/add_new_set.png") no-repeat center center #d8d8d8;
  height: 160px;
  border: 1px dashed #979797;
  width: 218px;
  font-family: 'Open Sans';
  font-weight: 700;
  text-indent: -9999px; }

.curationsItems .carditem.add_new_card {
  background-color: #d8d8d8;
  /* height:160px; */
  border: 1px dashed #979797;
  width: 218px;
  font-family: 'Open Sans';
  font-weight: 700; }

.curationsItems .carditem.add_new_card a#add_new_lnk {
  color: #4a4a4a;
  line-height: 160px;
  display: block;
  text-align: center; }

.curationsItems .carditem.add_new_card .add_new_set {
  background: url("/assets/add_new_set.png") no-repeat center center #d8d8d8;
  width: 32px;
  height: 32px;
  display: inline-block;
  vertical-align: middle;
  margin-right: 10px; }

.curationsItems .carditem.add_new_card #add_new_div {
  padding: 10px;
  height: 140px;
  background-color: #fff; }

.curationsItems .carditem.add_new_card #add_new_div input#new_name {
  width: 135px; }

/* sets item */
.curationsItems .carditem.sets .storytitle {
  position: absolute;
  top: 45px;
  left: 0;
  background-color: #fff;
  font-size: 1em;
  padding: 0 0 0 10px;
  margin: 0;
  font-family: 'Open Sans';
  font-weight: 600;
  line-height: 32px; }

.curationsItems .carditem.sets .storytitle .ellipsis {
  width: 135px;
  display: inline-block; }

.curationsItems .carditem.sets .itemsnum {
  display: inline-block;
  background-color: #e5e5e5;
  color: #e97f26;
  padding: 0px 10px;
  margin-left: 10px; }

.curationsItems .carditem.sets .cardimgcontainer {
  height: 125px;
  overflow: hidden; }

.curationsItems .carditem.sets .usertools {
  background-color: #f7f7f7;
  overflow: hidden;
  padding: 7px 10px; }

.curationsItems .carditem.sets .usertools li {
  float: left; }

.curationsItems .carditem.sets .usertools li.sp {
  border-right: 1px solid #d5d5d5;
  margin-right: 10px;
  padding-right: 10px; }

.curationsItems .carditem.sets .usertools li a {
  color: #9b9b9b;
  font-family: 'Open Sans';
  font-weight: 600; }

.curationsItems .carditem.sets .usertools li a:hover {
  color: #000;
  text-decoration: none; }

.curationsItems .carditem.sets .usertools li a.delete {
  background: url("/assets/delete-icon.png") no-repeat center center;
  width: 16px;
  height: 19px;
  line-height: 300px;
  overflow: hidden;
  display: inline-block;
  position: relative;
  -webkit-transition: all 300ms ease-out;
  -moz-transition: all 300ms ease-out;
  -ms-transition: all 300ms ease-out;
  -o-transition: all 300ms ease-out;
  transition: all 300ms ease-out; }

.curationsItems .carditem.sets .usertools li a.delete:hover {
  top: -5px; }

.curationsItems .carditem .cardimgcontainer img, .curationsItems .carditem .otheitemscontent img {
  width: 100%;
  display: block; }

.curationsItems .carditem.fb_page .cardimgcontainer {
  padding: 0; }

.curationsItems .carditem.attach_item .thumbnailcontainer, .curationsItems .carditem.gglWeb_item .thumbnailcontainer, .curationsItems .carditem.facebook_item .thumbnailcontainer, .curationsItems .carditem.Bmrkletitem .thumbnailcontainer {
  margin: 10px; }

.curationsItems .carditem.attach_item .thumbnailcontainer img, .curationsItems .carditem.gglWeb_item .thumbnailcontainer img, .curationsItems .carditem.attach_item .thumbnailcontainer img, .curationsItems .carditem.Bmrkletitem .thumbnailcontainer img, .curationsItems .carditem.facebook_item .thumbnailcontainer img {
  display: block;
  width: 40px;
  height: 40px;
  -webkit-border-radius: 2px;
  border-radius: 2px; }

.curationsItems .carditem.attach_item .titleandDesc, .curationsItems .carditem.gglWeb_item .titleandDesc, .Bmrkletitem .titleandDesc {
  padding: 10px; }

.curationsItems .carditem.attach_item .titleandDesc,
.curationsItems .carditem.facebook_item .titleandDesc {
  margin-top: 10px;
  text-align: left;
  float: none;
  padding: 0 10px; }

.curationsItems .carditem.attach_item .titleandDesc h2, .curationsItems .carditem.gglWeb_item .titleandDesc h2, .curationsItems .carditem.facebook_item .titleandDesc h2, .Bmrkletitem .titleandDesc h2 {
  color: #40444B;
  font-size: 0.8em;
  line-height: 20px;
  margin: 0;
  font-weight: bold; }

.curationsItems .carditem.attach_item .titleandDesc p, .curationsItems .carditem.gglWeb_item .titleandDesc p, .curationsItems .carditem.facebook_item .titleandDesc p {
  overflow: hidden; }

.curationsItems .carditem.facebook_item .titleandDesc p {
  margin-left: 0; }

.curationsItems .carditem.facebook_item .titleandDesc .likes {
  background: url("/assets/FacebookIcon.png") no-repeat scroll right bottom; }

.fbpageitemdetails .itemmaincontent .like_count .fbicon {
  background: url("/assets/FacebookIcon.png") no-repeat scroll left center; }

.storyitem.facebook_posts {
  position: relative; }

.storyitem.facebook_posts:before {
  content: "";
  display: block;
  width: 20px;
  height: 20px;
  position: absolute;
  bottom: 10px;
  left: 10px;
  background: url("/assets/FacebookIcon.png") no-repeat scroll center center; }

.Bmrkletitem .bmrkleticon, .Bmrkletitem.itemDetailscontent .icon.bmrkleticon {
  background-image: url(/assets/BookMarkletIcons.png);
  background-repeat: no-repeat;
  background-position: 0 -37px; }

.carditem.story .stroystate {
  background: url("/assets/draficon.png") no-repeat scroll 0 0 transparent;
  height: 54px;
  position: absolute;
  right: -6px;
  top: -6px;
  width: 55px;
  z-index: 0; }

.carditem.story .stroystate.unsaved {
  background-image: url("/assets/unsaveicon.png"); }

.userstories.curationsItems ul.editicons {
  display: none;
  position: absolute;
  width: 154px;
  height: 50px;
  top: 50%;
  margin-top: -45px;
  left: 50%;
  margin-left: -77px;
  z-index: 0; }

.curationsItems ul.editicons {
  display: none; }

.curationsItems ul.editicons li {
  display: block;
  width: 50px;
  height: 50px;
  float: left;
  background: url(/assets/story_hud_mono.png) no-repeat 0 0;
  margin-left: 2px;
  -webkit-box-shadow: 0 2px 4px rgba(0, 0, 0, 0.75);
  -moz-box-shadow: 0 2px 4px rgba(0, 0, 0, 0.75);
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.75); }

.curationsItems ul.editicons li:hover {
  background-image: url(/assets/story_hud.png); }

.curationsItems ul.editicons li:first-child {
  margin-left: 0; }

.curationsItems ul.editicons li.change {
  background-position: -52px 0; }

.curationsItems ul.editicons li.trash {
  background-position: -104px 0; }

/*
.userstories.curationsItems ul.editicons {
    background-color: #f8f9f8;
    position: absolute;
    left: 21px;
    top: 1px;
    padding:5px 10px;
    z-index: 0;
    display: none;
    -webkit-border-bottom-right-radius: 3px;
    border-bottom-right-radius: 3px;
}
.userstories.curationsItems ul.editicons li {
    background-image: url("/assets/storyediticons.png");
    background-repeat: no-repeat;
    float: left;
    cursor: pointer;
    width: 20px;
    height: 20px;
}
.userstories.curationsItems ul.editicons li.edit {
    background-position: 0 -32px;
    margin-right: 15px;
}
.userstories.curationsItems ul.editicons li.trash {
    background-position: 0 0;
}
*/
.fancybox-wrap.itemdetailsBOX.fancybox-opened {
  overflow: scroll; }

/* =========================
Story Page
============================ */
/*story aside*/
.storycontent .icon, .itemDetailsMain .icon, .itemDetailscontent .fbitemmaincontent .icon.date {
  background-image: url("/assets/storysprite.png");
  background-repeat: no-repeat;
  padding-left: 45px;
  text-align: left; }

.storycontent .storycontentsummary {
  padding-bottom: 25px;
  margin-left: 0;
  float: right;
  width: 220px; }

/* user info bar */
.userinfobar {
  border: 1px solid #d4d4d4;
  -webkit-box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.3);
  box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.3);
  color: #4a4a4a;
  margin-bottom: 30px; }

.userinfobar img.image {
  width: 110px;
  height: 110px; }

.userinfobar .userdata {
  background-color: #f8f8f8; }

.userinfobar .userdata > * {
  margin: 0;
  width: 50%; }

.userinfobar .followBTN {
  height: 110px;
  line-height: 110px;
  text-align: center; }

.userinfobar .followBTN a {
  color: #4a4a4a;
  font-size: 1.2em;
  font-family: 'Open Sans';
  font-weight: 700;
  text-decoration: none;
  display: block;
  height: 100%;
  width: 100%; }

/*
.userinfobar .followBTN a:hover{
    background-color:#e97a1c;
    color:#fff;
}
*/
.userinfobar .followBTN a {
  text-indent: -9999px;
  background: url(/assets/follow_sq.jpg) 0 0 no-repeat; }

.userinfobar .followBTN a.follow.hover {
  background-position: 0 -110px; }

.userinfobar .followBTN a.unfollow {
  background-position: 0 -220px; }

.userinfobar .followBTN a.unfollow.hover {
  background-position: 0 -330px; }

.userinfobar .followBTN .followicon {
  background: url(/assets/followAunfollow.png) no-repeat center;
  width: 14px;
  height: 14px;
  display: inline-block;
  margin-right: 5px; }

.userinfobar .followBTN .follow .followicon {
  background-position: 0 0; }

.userinfobar .followBTN .follow:hover .followicon {
  background-position: 0 -27px; }

.userinfobar .followBTN .unfollow .followicon {
  background-position: 0 -53px; }

.userinfobar .followBTN .unfollow:hover .followicon {
  background-position: 0 -80px; }

.userinfobar .user {
  text-align: center;
  padding: 10px 0;
  background-color: #fff;
  border-bottom: 1px solid #e9e9e9; }

.userinfobar .user h1, .userinfobar .user p {
  font-size: 1.1em;
  margin: 0;
  font-family: 'Open Sans';
  font-weight: 700;
  line-height: 20px; }

.userinfobar .user p {
  font-family: 'Open Sans';
  font-weight: 600;
  font-weight: normal;
  padding: 0 10px; }

.userinfobar .statics {
  text-align: center;
  background-color: #fff;
  font-family: 'Open Sans';
  font-weight: 700; }

.userinfobar .statics .static {
  margin: 0;
  padding: 15px 0; }

.userinfobar .statics .static h4, .userinfobar .statics .static h3 {
  margin: 0 10px 5px;
  line-height: 15px; }

.userinfobar .statics .static h4 {
  padding: 0 0 10px;
  border-bottom: 1px solid #979797;
  font-size: 1.4em;
  font-weight: 800; }

.userinfobar .statics .static h3 {
  font-size: 0.8em; }

/* Story Stats */
.storycontent .storycontentsummary .storystats,
.storycontent .storycontentsummary .storyrelated {
  color: #4a4a4a;
  margin-bottom: 30px;
  font-family: 'Open Sans';
  font-weight: 700; }

.storycontent .storycontentsummary .storystats h1,
.storycontent .storycontentsummary .storyrelated h1 {
  font-size: 1.5em;
  margin: 0;
  margin-bottom: 10px;
  font-family: 'Open Sans';
  font-weight: 700;
  line-height: 25px; }

.storycontent .storycontentsummary .storyrelated li {
  padding: 0; }

.storycontent .storycontentsummary .storystats .states {
  border: 1px solid #d4d4d4;
  -webkit-box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.3);
  box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.3);
  background-color: #fff; }

.storycontent .storycontentsummary .storystats .states {
  border: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  background: none; }

.storycontent .storycontentsummary .storystats .stats {
  padding-bottom: 10px;
  border-bottom: 1px solid #f5f5f5;
  border-bottom: none;
  padding-left: 30px;
  padding-right: 30px; }

.storycontent .storycontentsummary .storystats .stats h2 {
  font-size: 0.8em;
  margin: 5px;
  line-height: 10px;
  margin-left: -30px; }

.storycontent .storycontentsummary .storystats .stats .statsdata {
  text-align: center;
  padding: 5px 0;
  font-size: 1.6em; }

.storycontent .storycontentsummary h3.icon {
  color: #69635d;
  font-family: 'Open Sans';
  font-weight: 700;
  display: block;
  font-size: 14px;
  background-position: 20px 12px;
  border-bottom: 1px solid #e3dfde;
  margin: 0 0 2px 0; }

.storycontent .storycontentsummary ul {
  margin: 0; }

.storycontent .storycontentsummary li {
  color: #81786F;
  font-size: 12px;
  font-family: 'Open Sans';
  font-weight: 700;
  padding-top: 10px;
  padding-bottom: 10px;
  line-height: 16px;
  display: block; }

.storycontent .storycontentsummary .mainsocialitems li {
  border-top: 1px solid #e3dfde; }

.storycontent .storycontentsummary .mainsocialitems .icon.fbitem {
  background-position: 20px -29px; }

.storycontent .storycontentsummary .mainsocialitems .icon.tweetitem {
  background-position: 20px -109px; }

.storycontent .storycontentsummary .mainsocialitems .icon.youtubeitem, .storycontent .storycontentsummary .mainsocialitems .icon.vimeoitem {
  background-position: 20px -69px; }

.storycontent .storycontentsummary .mainsocialitems .icon.flickritem {
  background-position: 20px -688px; }

.storycontent .storycontentsummary .mainsocialitems .icon.googlitem {
  background-position: 20px -729px; }

.storycontent .storycontentsummary .mainsocialitems .icon.wikiitem {
  background-position: 20px -826px; }

.storycontent .storycontentsummary .mainsocialitems .icon.attachitem {
  background-position: 20px -761px; }

.storycontent .storycontentsummary .mainsocialitems .icon.txtitem {
  background-position: 20px -796px; }

.storycontent .storycontentsummary .mainsocialitems .icon.dribbitem {
  background-position: 20px -151px; }

.storycontent .storycontentsummary .mainsocialitems .icon.instaitem {
  background-position: 20px -229px; }

.storycontent .storycontentsummary .mainsocialitems .icon.vlinkitem {
  background-position: 20px -189px; }

.storycontent .storycontentsummary ul.soryotehritems {
  border-top: 3px solid #e3dfde;
  padding-top: 15px; }

.storycontent .storycontentsummary ul.soryotehritems li {
  line-height: 12px;
  padding: 4px 0 4px 20px;
  text-align: left; }

.storycontent .storycontentsummary ul.soryotehritems li.icon {
  padding: 10px 0 10px 50px; }

.storycontent .storycontentsummary ul.soryotehritems .icon.commentitem {
  background-position: 20px -385px; }

.storycontent .storycontentsummary ul.soryotehritems .icon.likesitem {
  background-position: 20px -417px; }

.storycontent .storycontentsummary ul.soryotehritems .icon.viewsitem {
  background-position: 20px -446px;
  margin-bottom: 10px; }

/**Story**/
.storycontent .storyitems {
  float: left;
  width: 620px;
  -webkit-box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.3);
  box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.3);
  background: #fff;
  min-height: 500px;
  position: relative; }

.storycontent .storyitems .storyheader {
  margin: 0 20px; }

.storycontent .storyitems .storyheader h1 {
  color: #000;
  font-size: 40px;
  line-height: 50px;
  margin: 0 20px 10px; }

.storycontent .storyitems .storyheader p {
  color: #000;
  font-style: italic;
  font-size: 15px;
  margin: 0 20px;
  line-height: 20px; }

.storycontent .storyitems .storyheader .topinfo {
  background-color: #f7f7f7;
  border: 1px solid #d4d4d4;
  border-top: 0;
  line-height: 28px;
  padding: 0 13px 0 5px;
  margin-bottom: 20px; }

.storycontent .storyitems .storyheader .topinfo p {
  margin: 0;
  font-size: 12px;
  line-height: 28px;
  font-style: normal; }

.storycontent .storyitems .storyheader .topinfo .topinfoicons li {
  display: inline-block;
  line-height: 17px;
  position: relative; }

.storycontent .storyitems .storyheader .topinfo .topinfoicons a {
  background: url(/assets/storypreviewtopicons.png) no-repeat 0 0 scroll transparent;
  width: 18px;
  height: 16px;
  display: inline-block;
  text-indent: -999999px;
  overflow: hidden;
  margin: 0 2px; }

.storycontent .storyitems .storyheader .topinfo .topinfoicons .like a {
  width: 16px;
  background-position: -38px 0; }

.storycontent .storyitems .storyheader .topinfo .topinfoicons .liked a, .storycontent .storyitems .storyheader .topinfo .topinfoicons .like a:hover {
  background-position: -54px 0; }

.storycontent .storyitems .storyheader .topinfo .topinfoicons .exter .exter-links {
  position: absolute;
  top: 100%;
  right: -11px;
  width: 156px;
  height: 62px;
  padding-top: 5px;
  background: url(/assets/share_menu_options.png) no-repeat 0 0; }

.storycontent .storyitems .storyheader .topinfo .topinfoicons .exter .exter-links {
  display: none;
  position: absolute;
  top: 100%;
  right: -11px;
  width: 156px;
  height: 62px;
  padding-top: 5px;
  background: url(/assets/share_menu_options.png) no-repeat 0 5px; }

.storycontent .storyitems .storyheader .topinfo .topinfoicons .exter:hover .exter-links {
  display: block; }

.storycontent .storyitems .storyheader .topinfo .topinfoicons .exter .exter-links a {
  position: absolute;
  top: 25px;
  left: 8px;
  display: block;
  width: 32px;
  height: 32px;
  margin: 0;
  background: none; }

.storycontent .storyitems .storyheader .topinfo .topinfoicons .exter .exter-links a:hover {
  background: url(/assets/share_menu_options.png) no-repeat 0 -62px; }

.storycontent .storyitems .storyheader .topinfo .topinfoicons .exter .exter-links a.twitter {
  left: 44px; }

.storycontent .storyitems .storyheader .topinfo .topinfoicons .exter .exter-links a.twitter:hover {
  background-position: -32px -62px; }

.storycontent .storyitems .storyheader .topinfo .topinfoicons .exter .exter-links a.linkedin {
  left: 80px; }

.storycontent .storyitems .storyheader .topinfo .topinfoicons .exter .exter-links a.linkedin:hover {
  background-position: -64px -62px; }

.storycontent .storyitems .storyheader .topinfo .topinfoicons .exter .exter-links a.mail {
  left: 116px; }

.storycontent .storyitems .storyheader .topinfo .topinfoicons .exter .exter-links a.mail:hover {
  background-position: -96px -62px; }

.storycontent .storyitems .storyheader .topinfo .topinfoicons .exter a {
  width: 19px;
  background-position: 0 0; }

.storycontent .storyitems .storyheader .topinfo .topinfoicons .exter a:hover {
  background-position: -19px 0; }

.storycontent .storyitems .storyheader .topinfo .topinfoicons .embed a {
  width: 26px;
  background-position: -70px 0; }

.storycontent .storyitems .storyheader .topinfo .topinfoicons .embed:hover a {
  background-position: -96px 0; }

.storycontent .storyitems .storyheader .topinfo .topinfoicons .embed .embed-code {
  display: none;
  position: absolute;
  top: 100%;
  right: -10px;
  width: 513px;
  height: 62px;
  padding-top: 5px;
  background: url(/assets/embed_popup.png) no-repeat 0 0; }

.storycontent .storyitems .storyheader .topinfo .topinfoicons .embed:hover .embed-code {
  display: block; }

.storycontent .storyitems .storyheader .topinfo .topinfoicons .embed .embed-code textarea {
  background: none;
  border: none;
  width: 480px;
  height: 20px;
  line-height: 20px;
  resize: none;
  outline: none;
  position: relative;
  top: 16px;
  left: 10px;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none; }

/* report */
.storycontent .storyitems #reportSpam {
  background: url(/assets/report.png) no-repeat;
  width: 16px;
  height: 16px;
  line-height: 500px;
  overflow: hidden;
  position: absolute;
  right: 0;
  top: 2px; }

/* tags */
.storycontent .storyitems .labelsarea {
  margin: 10px 40px 9px;
  position: relative;
  min-height: 20px; }

.storycontent .storyitems .labelsarea li {
  display: inline-block;
  margin: 0 5px 0 0;
  border: 1px solid #e5e5e5;
  padding: 0 2px;
  font-family: 'Open Sans';
  font-weight: 700; }

.storycontent .storyitems .labelsarea li a, .storycontent .storyitems .labelsarea li span {
  color: #4cb6fc;
  height: 19px;
  line-height: 19px;
  display: block;
  position: relative; }

.storycontent .storyitems .labelsarea li a:hover {
  text-decoration: none;
  color: #000; }

.storycontent .storyitems .labelsarea li span {
  color: #999; }

/* story items */
.storycontent .allstoryitems {
  margin: 0;
  border-top: 1px solid #e9e9e9;
  padding-bottom: 25px; }

.storycontent .allstoryitems .sub_description {
  word-break: break-all; }

.storycontent .allstoryitems .storyitem {
  background-color: #fff;
  margin-top: 25px;
  cursor: pointer;
  position: relative; }

.fbpageitemdetails .itemmaincontent {
  margin-left: 10px; }

.fbpageitemdetails .itemmaincontent .title_anchor,
.fbpageitemdetails .itemmaincontent .sub_description {
  margin: 0; }

.fbpageitemdetails .itemmaincontent .like_count {
  margin: 20px -10px -10px -70px;
  padding: 10px 10px;
  display: block; }

.fbpageitemdetails .itemmaincontent > * {
  margin: 10px 0 0 0; }

.storycontent .allstoryitems .storyitem figure {
  padding: 0;
  margin: 0;
  overflow: hidden;
  position: relative;
  margin-right: 0;
  margin-bottom: 15px; }

.twitterItem .user_thumb {
  width: 48px;
  height: 48px;
  background: #000;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  float: left;
  overflow: hidden;
  margin: 0;
  margin-right: 10px; }

.twitterItem .tweet_body {
  position: relative;
  margin-left: 60px;
  overflow: hidden; }

.itemDetailsMain .itemDetailscontainer .twitterItem .tweet_body .date {
  margin-top: 0; }

.twitterItem .tweet_body .username a {
  color: #000;
  font-weight: bold; }

.twitterItem .tweet_body .username small {
  color: #999;
  margin-left: 5px; }

.storycontent .allstoryitems .storyitem .imageLink {
  display: block;
  text-align: center; }

.storycontent .allstoryitems .storyitem .captionToggle,
.captionToggle {
  position: absolute;
  top: -20px;
  left: 0;
  width: 20px;
  height: 20px;
  color: #fff;
  text-align: center;
  line-height: 20px;
  background: #2d333c;
  font: normal bold 14px/20px Arial;
  text-align: center;
  cursor: pointer; }

.storycontent .allstoryitems .storyitem img {
  max-width: 100%; }

.storycontent .allstoryitems .storyitem p {
  margin-top: 10px;
  color: #000; }

.storycontent .allstoryitems .storyitem p.brand {
  position: relative;
  padding-left: 30px;
  background-image: url(/assets/BookMarkletIcons.png);
  background-repeat: no-repeat;
  background-position: 8px -37px; }

.storycontent .allstoryitems .storyitem .date, .storyitem .date {
  color: #8e8f97;
  font-size: 10px;
  font-family: 'Open Sans';
  font-weight: 600;
  margin: 0;
  position: absolute;
  right: 10px;
  top: 2px; }

.storyitem .date a {
  color: #8e8f97;
  text-decoration: none; }

.storyitem .date a:hover {
  text-decoration: underline; }

.storyitem .date.icon a {
  color: #8E99AA;
  font-size: 12px; }

.storycontent .allstoryitems .storyitem .username {
  font-size: 13px;
  font-family: 'Open Sans';
  font-weight: 600;
  min-height: 19px;
  display: block; }

/**bookmarklet item**/
.storycontent .allstoryitems .storyitem.Bmrkletitem {
  margin-left: 80px;
  margin-right: 80px;
  border: 1px solid #cbcbcb;
  -webkit-box-shadow: 0px 0px 4px 0px rgba(0, 0, 0, 0.4);
  box-shadow: 0px 0px 4px 0px rgba(0, 0, 0, 0.4); }

.storycontent .allstoryitems .storyitem.Bmrkletitem .itemmaincontent {
  padding: 10px; }

/**bookmarklet image**/
.storycontent .allstoryitems .storyitem.comp_bookmarklet_image {
  padding: 0;
  padding-bottom: 0px;
  /*    background: #f8f8f8;*/ }

/**facebook item**/
.storycontent .allstoryitems .storyitem.FacebookItem, .storycontent .allstoryitems .storyitem.fbpageitemdetails {
  margin-left: 80px;
  margin-right: 80px;
  border: 1px solid #cbcbcb;
  -webkit-box-shadow: 0px 0px 4px 0px rgba(0, 0, 0, 0.4);
  box-shadow: 0px 0px 4px 0px rgba(0, 0, 0, 0.4);
  padding: 10px; }

.storycontent .allstoryitems .storyitem.FacebookItem .username.icon, .storycontent .allstoryitems .storyitem.fbpageitemdetails .username.icon {
  background-position: 0 -37px;
  padding-left: 25px;
  color: #1956c9; }

.storycontent .allstoryitems .storyitem.FacebookItem.facebook_posts .fbitemmaincontent, .storycontent .allstoryitems .storyitem.fbpageitemdetails .fbitemmaincontent {
  width: 85%; }

/** wiki item **/
.storycontent .allstoryitems .storyitem.Wikiitemdetails {
  margin-left: 80px;
  margin-right: 80px;
  border: 1px solid #cbcbcb;
  -webkit-box-shadow: 0px 0px 4px 0px rgba(0, 0, 0, 0.4);
  box-shadow: 0px 0px 4px 0px rgba(0, 0, 0, 0.4);
  padding: 10px; }

/** google item **/
.storycontent .allstoryitems .storyitem.gglwebitemdetails {
  margin-left: 80px;
  margin-right: 80px;
  border: 1px solid #cbcbcb;
  -webkit-box-shadow: 0px 0px 4px 0px rgba(0, 0, 0, 0.4);
  box-shadow: 0px 0px 4px 0px rgba(0, 0, 0, 0.4);
  padding: 10px; }

/** Timestamp **/
.storycontent .allstoryitems .comp_Timestamp {
  margin-top: 25px;
  margin-left: 80px;
  margin-right: 80px;
  border: 1px solid #cbcbcb;
  -webkit-box-shadow: 0px 0px 4px 0px rgba(0, 0, 0, 0.4);
  box-shadow: 0px 0px 4px 0px rgba(0, 0, 0, 0.4);
  padding: 10px; }

/** youtube item **/
.storycontent .allstoryitems .storyitem.youtubeItem, .storycontent .allstoryitems .storyitem.vimeoItem {
  margin-left: 80px;
  margin-right: 80px;
  -webkit-box-shadow: 0px 0px 4px 0px rgba(0, 0, 0, 0.4);
  box-shadow: 0px 0px 4px 0px rgba(0, 0, 0, 0.4);
  border: 1px solid #cbcbcb;
  padding: 0 10px; }

.storycontent .allstoryitems .storyitem.youtubeItem .username.icon, .storycontent .allstoryitems .storyitem.vimeoItem .username.icon {
  background-position: 0 -78px;
  padding-left: 25px;
  color: #626d7c; }

.storycontent .allstoryitems .storyitem.youtubeItem .info, .storycontent .allstoryitems .storyitem.vimeoItem .info {
  padding: 0;
  line-height: 10px; }

.storycontent .allstoryitems .storyitem.youtubeItem .info a, .storycontent .allstoryitems .storyitem.vimeoItem .info a {
  float: right;
  margin-top: 2px; }

.storycontent .allstoryitems .storyitem.youtubeItem .videocontainer, .storycontent .allstoryitems .storyitem.vimeoItem .videocontainer {
  font-size: 0;
  line-height: 0;
  margin: 0 -10px; }

/*twitter item*/
.itemDetailscontainer .twitterItem {
  margin-top: 10px;
  margin: auto 0 !important;
  overflow: hidden; }

.twitterItem {
  margin-top: 25px;
  margin-left: 80px;
  margin-right: 80px;
  border: 1px solid #cbcbcb;
  -webkit-box-shadow: 0px 0px 4px 0px rgba(0, 0, 0, 0.4);
  box-shadow: 0px 0px 4px 0px rgba(0, 0, 0, 0.4);
  padding: 10px; }

.twitterItem p {
  padding: 5px 0 0 0;
  background: #fff;
  margin-top: 0; }

.twitterItem p a {
  color: #999; }

.twitterItem p a:hover {
  color: #000; }

.twitterItem .tweet_actions {
  position: relative;
  margin: 0 -10px -10px;
  padding: 6px 10px 6px 70px;
  background: #f5f5f5; }

.twitterItem .tweet_actions:before {
  content: "";
  display: block;
  width: 17px;
  height: 13px;
  position: absolute;
  top: 10px;
  left: 10px;
  background: url(https://abs.twimg.com/a/1374165747/t1/img/twitter_web_sprite_icons.png) no-repeat 0 -429px; }

.twitterItem .tweet_actions a {
  color: #000;
  margin-right: 7px; }

.twitterItem .tweet_actions .tw_retweet_icon,
.twitterItem .tweet_actions .tw_relpy_icon {
  display: inline-block;
  vertical-align: middle;
  margin-top: -3px;
  width: 14px;
  height: 14px;
  background: url(https://abs.twimg.com/a/1374165747/t1/img/twitter_web_sprite_icons.png) no-repeat -20px -220px #000; }

.twitterItem .tweet_actions .tw_relpy_icon {
  background-position: 0 -220px; }

.twitterItem .username.icon {
  color: #1ca9d5;
  background-position: 0 -118px;
  padding-left: 25px; }

.itemDetailsMain .itemDetailscontainer .storyitem.twitterItem a.username {
  color: #1ca9d5; }

.itemDetailsMain .itemDetailscontainer .storyitem.twitterItem a.username .icon {
  background-position: 0 -118px;
  min-height: 16px;
  padding-left: 19px; }

/* attach item */
.storycontent .allstoryitems .attachitemdetails {
  margin-left: 80px;
  margin-right: 80px;
  border: 1px solid #cbcbcb;
  -webkit-box-shadow: 0px 0px 4px 0px rgba(0, 0, 0, 0.4);
  box-shadow: 0px 0px 4px 0px rgba(0, 0, 0, 0.4);
  padding: 10px; }

/** all images items **/
.storycontent .storyitem.flickeritemdetails, .storycontent .storyitem.gglimagesitemdetails {
  margin-right: 80px;
  margin-left: 80px;
  -webkit-box-shadow: 0px 0px 4px 0px rgba(0, 0, 0, 0.4);
  box-shadow: 0px 0px 4px 0px rgba(0, 0, 0, 0.4);
  border: 1px solid #cbcbcb;
  background-color: #f8f8f8;
  padding-bottom: 30px; }

.storycontent .storyitem.flickeritemdetails img, .storycontent .storyitem.gglimagesitemdetails img {
  width: 100%; }

.storycontent .allstoryitems .storyitem .imageCaption,
.imageCaption {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  background-color: rgba(0, 0, 0, 0.5); }

.storycontent .allstoryitems .storyitem .imageCaption p,
.imageCaption p {
  margin: 0;
  color: #fff;
  padding: 10px; }

.storycontent .storyitem.flickeritemdetails .brand, .storycontent .storyitem.gglimagesitemdetails .brand {
  position: absolute;
  left: 5px;
  bottom: 5px;
  width: auto;
  height: 20px;
  overflow: hidden;
  line-height: 20px;
  margin: 0; }

/* google images item */
.storycontent .storyitem.gglimagesitemdetails .brand {
  background: url(/assets/GoogleIcon.png) no-repeat left center !important;
  padding-left: 30px; }

/**flicker item**/
.storyitem.flickeritemdetails .brand {
  background: url(/assets/FlickerIcon.png) no-repeat left center;
  padding-left: 30px; }

/**Similer stories**/
.itemmorelink {
  color: #666666;
  display: block;
  font-size: 13px;
  margin-top: 10px;
  text-align: right; }

.storycontent .similerstories {
  margin: 10px 40px; }

.storycontent .similerstories li {
  margin-right: 5px; }

.storycontent .similerstories img {
  width: 60px;
  height: 60px;
  -webkit-border-radius: 6px;
  border-radius: 6px;
  padding: 2px;
  display: block; }

.storycontent .similerstories h2, .storycontent .similerstories.otheruserstories h2 a {
  font-size: 13px;
  font-family: 'Open Sans';
  font-weight: 700;
  color: #69635d;
  text-align: left;
  line-height: 20px; }

.storycontent .similerstories.otheruserstories {
  margin-right: 0; }

.storycontent .similerstories.otheruserstories h2 {
  font-family: 'Open Sans';
  font-weight: 600; }

.storycontent .storylikes h3, .storyComments h3 {
  color: #e98c3e;
  font-size: 16px;
  font-family: 'Open Sans';
  font-weight: 700;
  padding-left: 35px;
  margin: 0;
  display: block; }

.storycontent .storylikes h3 {
  background-position: 0 -313px; }

.storyComments h3 {
  background-position: 0 -270px; }

.storycontent .storylikes li {
  margin-right: 8px; }

/* story comments */
.storyComments .filtercomments {
  padding: 5px 40px;
  background-color: #e9e9e9;
  line-height: 40px; }

.storyComments .filtercomments .filters li {
  float: right;
  margin: 0 5px; }

.storycontent .storylikes {
  margin: 10px 40px; }

.storycontent .storylikes img, .storyComments li .comuserimg img {
  width: 40px;
  height: 40px;
  -webkit-border-radius: 6px;
  border-radius: 6px;
  display: block; }

.storyComments .morecommentsitem {
  border-bottom: 0 none; }

.storyComments .morecomments {
  color: #69635d;
  font-family: 'Open Sans';
  font-weight: 700;
  font-size: 13px;
  display: block;
  background: url(/assets/viewcommentsbg.png) repeat-x 0 0 transparent;
  border: 1px solid #d9dbde;
  padding: 7px 0;
  text-shadow: 0 2px 0 #fff;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  text-align: center; }

.storyComments li {
  padding: 10px 0;
  position: relative; }

.storyComments #add_comment_core_form li {
  margin: 0 40px; }

.storyComments #add_comment_core_form li.divCurationCommentsHolder {
  margin: 0; }

.storyComments #divCurationComments li {
  border: solid #e9e9e9;
  border-width: 0 0 1px;
  padding: 10px 0; }

.storyComments li .comuserimg {
  margin-right: 10px; }

.storyComments #divCurationComments li .usernameNdate {
  margin-bottom: 10px; }

.storyComments #divCurationComments li a.username,
.itemDetailscontainer li a.username {
  margin-right: 70px; }

.storyComments #divCurationComments li a.username, .itemDetailscontainer li a.username, .storyComments li .date {
  color: #000;
  font-size: 12px; }

.itemDetailscontainer li a.username, .itemDetailscontainer li .date {
  font-family: 'Open Sans'; }

.storyComments #divCurationComments li a.username, .itemDetailscontainer li a.username {
  font-family: 'Open Sans';
  font-weight: 700; }

.storyComments #divCurationComments li p,
.itemDetailscontainer li p {
  color: #000;
  margin: 0; }

.storyComments li.addcomment {
  border-bottom: 0 none; }

.storyComments li.addcomment #txtComment {
  height: 60px;
  width: 475px;
  border: 1px solid #d4d4d4;
  color: #999;
  font-size: 13px;
  font-family: 'Open Sans';
  font-weight: 600;
  background-color: #f8f8f8;
  margin: 0; }

.storyComments li.addcomment #txtComment:focus {
  background-color: #fff; }

.storyComments li.addcomment .comuserimg {
  display: inline-block; }

.storyComments .comusertxt {
  width: 490px; }

.storyComments li .Comm_remove {
  display: block;
  right: 0;
  position: absolute;
  top: 0;
  border: 1px solid #A09B95;
  color: #8B8178;
  font-size: 12px;
  font-family: 'Open Sans';
  font-weight: 700;
  padding: 0 5px;
  background: #fff;
  z-index: 3;
  cursor: pointer; }

/**comments popup**/
.deletewindow.commentdeletepop {
  text-align: center; }

.deletewindow.commentdeletepop h3, .report_spam_sended .msgthankhead {
  color: #6B6156;
  font-size: 13px;
  font-family: 'Open Sans';
  font-weight: 700;
  line-height: 25px;
  text-align: left; }

.report_spam .btn {
  color: #FF503E;
  font-family: 'Open Sans';
  font-weight: 600;
  font-size: 13px; }

.deletewindow.commentdeletepop .btn {
  font-size: 13px; }

.deletewindow.commentdeletepop .btn.cancelbtn {
  margin-left: 10px; }

/**Report Spam popups**/
.report_spam_sended .msgthankhead {
  line-height: 23px;
  text-align: left; }

.report_spam_sended .btncancelcontainer {
  margin-top: 15px;
  text-align: center; }

.report_spam_cont .report_spam_default h3 {
  color: #6B6156;
  font-size: 1.13em;
  font-family: 'Open Sans';
  font-weight: 700;
  line-height: 23px;
  margin-top: 20px; }

.report_spam_cont .report_spam_default h4 {
  color: #6B6156;
  font-size: 1em;
  font-family: 'Open Sans';
  font-weight: 600;
  line-height: 29px;
  margin: 0 0 15px 0; }

.report_spam_cont .report_spam_default .rdioinputcontainer {
  font-size: 0.9em;
  margin-bottom: 10px; }

.report_spam_cont .report_spam_default .rdioinputcontainer input {
  margin-top: 0; }

.report_spam_cont .report_spam_default .actionbtnscont {
  padding-top: 20px; }

.report_spam_cont .report_spam_default textarea {
  width: 90%; }

.report_spam_cont .privacymsgs {
  color: #DE381D;
  font-size: 0.95em;
  font-family: 'Open Sans';
  font-weight: 600;
  margin-top: 20px; }

#report_spam_core_form {
  margin-bottom: 5px; }

/* signin popup */
#signin_container .signin_containercontent, #forgetpasswordcont {
  color: #6b6156;
  margin: 30px auto 0 auto;
  width: 370px; }

#signin_container .loading {
  padding: 0; }

.yahki-form {
  min-height: 500px;
  color: #6b6156;
  margin: 70px auto 0 auto; }

.yahki-form .forminputs {
  border-bottom: 1px solid #dcdcdc;
  margin-bottom: 20px; }

.yahki_btn,
#signin_container .signinBtn, #forgetpasswordcont .resetpassbtn, .yahki-form .signinBtn {
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#ffffff), to(#e6e6e6));
  background-image: -webkit-linear-gradient(top, #ffffff, #e6e6e6);
  background-image: -o-linear-gradient(top, #ffffff, #e6e6e6);
  background-image: linear-gradient(to bottom, #ffffff, #e6e6e6);
  background-position: 0 bottom;
  background-repeat: repeat-x;
  -webkit-border-radius: 2px 2px 2px 2px;
  border-radius: 2px 2px 2px 2px;
  padding: 10px 30px;
  color: #FF503E;
  font-size: 1em;
  font-family: 'Open Sans';
  font-weight: 600; }

.yahki_btn {
  padding: 10px 15px; }

#signin_container .hold, #forgetpasswordcont .mainforgetpassword {
  margin: 0; }

#signin_container .hold {
  margin-top: 20px; }

#signin_container h2 {
  width: 95px; }

#signin_container h2, #forgetpasswordcont h4, .yahki-form h2 {
  font-size: 1.1em;
  line-height: 29px;
  margin: 0;
  width: 90px;
  font-family: 'Open Sans';
  font-weight: 600;
  position: relative;
  top: 10px; }

#forgetpasswordcont .mainforgetpassword p {
  font-size: 13px;
  font-family: 'Open Sans';
  font-weight: 600;
  margin-bottom: 35px; }

#signin_container .hold.loading {
  height: 200px; }

#signin_container .hold.loading * {
  display: none; }

#signin_container .remeber_me {
  display: block;
  margin-top: 5px; }

#signin_container .remeber_me input {
  margin: 0 5px 0 0; }

#forgetpasswordcont h3 {
  margin-bottom: 0; }

#signin_container .signinHead, #forgetpasswordcont h3, .yahki-form h1 {
  font-size: 1.3em;
  line-height: 23px;
  margin-top: 20px; }

#signin_container .signinHead {
  margin-top: 0; }

#signin_container input.text2, #forgetpasswordcont input.text2, .yahki-form .text2 {
  width: 265px;
  height: 30px; }

.yahki-form .text2 {
  margin-bottom: 0; }

#signin_container .forgetpasswordlnk {
  margin-top: 18px; }

#signin_container .sm {
  color: #6B6156;
  cursor: pointer;
  font-size: 12px;
  font-family: 'Open Sans';
  font-weight: 600;
  text-decoration: underline; }

#signin_container label.error, .mainforgetpassword label.error, .error_box {
  color: #FF503E;
  margin-bottom: 5px; }

#signin_container .submitbtncontainer {
  padding-right: 10px; }

#signin_container .signuplinkcontainer {
  border-top: 1px solid #dcdcdc;
  padding: 25px 0 15px;
  text-align: center; }

.yahki-form .actioninputs {
  padding-right: 10px;
  margin-top: 10px;
  left: -95px;
  position: relative; }

.yahki-form .regbottomsg {
  text-align: left;
  padding-bottom: 20px; }

.yahki-form .regbottomsg a, #signin_container .signuplinkcontainer a {
  display: inline-block;
  color: #ff503e;
  padding: 0 0 0 25px;
  font-family: 'Open Sans';
  font-weight: 600;
  font-size: 1em;
  background: url("/assets/regnexticon.png") scroll 0 0 no-repeat transparent; }

.errorHolder .usernameerror {
  margin: 10px 0 0 10px;
  color: red;
  font-size: 0.9em; }

.errorHolder .usernamesuccess {
  background: url("/assets/notef_icon_succes.gif") no-repeat scroll left center transparent;
  height: 38px;
  padding-left: 30px;
  margin-left: 10px; }

/* =========================
Item Details popup
============================ */
.itemDetailsMain {
  padding: 20px 0; }

.itemDetailsMain .itemDetailscontainer {
  background: #fff;
  border: 1px solid #ddd7d7;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  -webkit-box-shadow: 0 3px 8px rgba(34, 25, 25, 0.4);
  box-shadow: 0 3px 8px rgba(34, 25, 25, 0.4);
  margin: 0 auto;
  width: 590px;
  padding: 30px;
  position: relative; }

.itemDetailsMain .itemDetailscontainer .authorheader .authorimg {
  margin: 0 10px 0 0; }

.itemDetailsMain .itemDetailscontainer .authorheader .authorimg img {
  width: 40px;
  height: 40px; }

.itemDetailsMain .itemDetailscontainer .authorheader h1 {
  font-size: 13px;
  color: #6b6156;
  font-family: 'Open Sans';
  font-weight: 700;
  line-height: 28px;
  margin: 0; }

.itemDetailsMain .itemDetailscontainer .authorheader .btn.item_followbtn {
  color: #6b6156;
  font-family: 'Open Sans';
  font-weight: 700;
  padding: 5px 25px;
  font-size: 12px; }

.itemDetailsMain .itemDetailscontainer .authorheader p {
  font-family: 'Open Sans';
  font-weight: 600;
  font-size: 13px;
  margin: 0;
  color: #958e88;
  padding-top: 15px; }

.itemDetailsMain .itemDetailscontainer .authorheader p.lastpargraph {
  font-family: 'Open Sans';
  font-weight: 700;
  color: #78726d;
  padding: 0; }

.itemDetailsMain .itemDetailscontainer .mainitem {
  margin-top: 20px;
  position: relative; }

#collectwindow .contentArea .hoverbtns {
  display: none !important; }

.itemDetailscontent.hover + .hoverbtns,
.storyitem.hover + .hoverbtns,
.videocontainer.hover + p + div + .hoverbtns,
.mainitem.hover .hoverbtns {
  display: block !important; }

.itemDetailsMain .itemDetailscontainer .mainitem p {
  float: left;
  color: #69635D;
  font-size: 0.99em;
  font-weight: normal;
  margin-top: 10px;
  width: 100%;
  word-wrap: break-word; }

.itemDetailsMain .itemDetailscontainer .mainitem p.like_count {
  float: none;
  margin-top: 40px; }

.itemDetailsMain .itemDetailscontainer .mainitem .date {
  margin-top: 10px; }

.itemDetailsMain .itemDetailscontainer .mainitem .username {
  display: block;
  font-size: 13px;
  font-family: 'Open Sans';
  font-weight: 600;
  color: #56514c; }

.itemDetailsMain .itemDetailscontainer .mainitem .date.icon {
  background-position: 0 -519px;
  padding-left: 25px;
  font-size: 12px;
  font-family: 'Open Sans';
  font-weight: 600; }

.itemDetailsMain .itemDetailscontainer .mainitem.youtubeitem .icon.ytubeicon, .storyitem.youtubeItem .icon.ytubeicon {
  background-position: 0 -78px;
  height: 16px;
  padding-left: 17px; }

.itemDetailsMain .itemDetailscontainer .mainitem.vimeoitem .icon.vimeoicon, .storyitem.vimeoItem .icon.vimeoicon, .icon.vimeoicon {
  background-position: 0 -198px;
  height: 16px;
  padding-left: 17px; }

.itemDetailsMain .itemDetailscontainer .storyComments li.addcomment input {
  width: 85%; }

.itemDetailsMain .itemDetailscontainer .itemCollectors {
  padding-top: 35px; }

.itemDetailsMain .itemDetailscontainer .itemCollectors h3.icon {
  background-position: 0 -477px;
  color: #69635D;
  font-size: 16px;
  font-family: 'Open Sans';
  font-weight: 700;
  margin-bottom: 0; }

.itemDetailsMain .itemDetailscontainer .itemCollectors h3 span {
  color: #A4A09C;
  font-size: 14px;
  padding-left: 5px;
  font-family: 'Open Sans';
  font-weight: 600; }

.itemDetailsMain .itemDetailscontainer .itemCollectors img {
  -webkit-border-radius: 4px;
  border-radius: 4px;
  height: 35px;
  padding: 2px;
  width: 40px;
  margin-right: 5px; }

.itemDetailsMain .itemaside {
  position: absolute;
  right: -120px;
  top: 190px; }

.itemDetailsMain .itemaside li {
  display: block;
  color: #81786f;
  font-size: 12px;
  font-family: 'Open Sans';
  font-weight: 600;
  line-height: 19px;
  padding-top: 10px; }

.itemDetailsMain .itemaside li.icon {
  padding-left: 30px; }

.itemDetailsMain .itemaside li.icon.collectcount {
  background-position: 0 -541px;
  padding-top: 5px; }

.itemDetailsMain .itemaside li.icon.commentcount {
  background-position: 0 -385px; }

.itemDetailsMain .itemaside li.icon.Likecount {
  background-position: 0 -417px; }

.itemDetailsMain .itemaside li.icon.storycount {
  background-position: 0 9px; }

.itemDetailsMain .itemaside li.icon.viewscount {
  background-position: 0 -446px; }

.itemDetailscontainer .hoverbtns {
  position: absolute;
  top: 40%;
  text-align: center;
  width: 100%; }

.itemDetailscontainer .youtubeitem .hoverbtns, .itemDetailscontainer .vimeoitem .hoverbtns {
  top: 45%; }

.itemDetailscontainer .hoverbtns li {
  margin-right: -2px;
  display: inline-block; }

.itemDetailscontainer .hoverbtns li .btn {
  /*
  text-align: left;
  color: #8e99aa;
  font-size: 0.85em;
  background-color:#f5f5f5;
  background-color:#e6e6e6;
  background-image:-moz-linear-gradient(top, #fff, #e6e6e6);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#fff), to(#e6e6e6));
  background-image:-webkit-linear-gradient(top, #fff, #e6e6e6);
  background-image:-o-linear-gradient(top, #fff, #e6e6e6);
  background-image:linear-gradient(to bottom, #fff, #e6e6e6);
  background-repeat:repeat-x;
  color: #8b8178;
  font-size: 12px;
  font-family: 'Open Sans Bold';
  border: 1px solid #A09B95;
  text-shadow: 0 2px 0 #fff;
  padding: 3px 15px 3px 5px;
  */
  text-indent: -9999px;
  width: 50px;
  height: 50px;
  background: url(/assets/item_details_mono.png) no-repeat -1px 0;
  -webkit-box-shadow: 0 2px 4px rgba(0, 0, 0, 0.75);
  -moz-box-shadow: 0 2px 4px rgba(0, 0, 0, 0.75);
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.75); }

.itemDetailscontainer .hoverbtns li .btn:hover {
  background-image: url(/assets/item_details.png); }

.itemDetailscontainer .hoverbtns li .btn.likebtn {
  padding-right: 35px;
  background-position: -52px 0; }

.itemDetailscontainer .hoverbtns li .icon {
  display: none;
  padding: 0 0 15px 25px; }

.itemDetailscontainer .hoverbtns li .collecticon {
  background-position: 0 -586px; }

.itemDetailscontainer .hoverbtns li .Likeicon {
  background-position: 0 -617px; }

.itemDetailscontainer .hoverbtns li .commentsicon {
  background-position: 0 -649px; }

/**All items details**/
.itemDetailsMain .itemDetailscontent .icon, .itemDetailscontent .icon {
  background: url("/assets/FlickerIcon.png") no-repeat scroll 0 0;
  text-align: left;
  padding-left: 30px;
  color: #8e99aa;
  font-size: 0.85em;
  clear: both; }

.attachicon {
  background: url("/assets/attach_icon.png") no-repeat scroll 0 0; }

.itemDetailscontent .imageCont {
  margin: 0 10px 10px 0; }

.itemDetailscontent .imageLink {
  display: block;
  margin: 0 auto;
  text-align: center; }

.attachitemdetails .imageCont img {
  -webkit-border-radius: 3px;
  border-radius: 3px;
  width: 50px;
  height: 50px; }

.itemDetailscontent .title_anchor {
  color: #000;
  display: block;
  font-size: 0.9em;
  font-weight: bold;
  font-family: 'Open Sans';
  font-weight: 700;
  margin: 10px 0; }

.attachitemdetails .itemmaincontent, .fbpublicitemdetails .fbitemmaincontent {
  /*width:375px;*/ }

.attachitemdetails .itemmaincontent {
  float: none;
  margin-left: 0; }

.attachitemdetails .attachicon {
  padding: 5px 10px 5px 30px;
  margin: -5px -10px -10px 0;
  background: url("/assets/attach_icon.png") no-repeat scroll left center; }

/* text item */
.storycontent .allstoryitems .storyitem.textitemcontainer {
  border: 0 none;
  margin-left: 40px;
  margin-right: 40px;
  padding: 0; }

.editorText p,
.storycontent .allstoryitems .storyitem.textitemcontainer p {
  margin: 0;
  color: #000;
  font-family: 'Open Sans';
  /*    font-style: italic;*/
  font-size: 15px;
  line-height: 20px;
  word-wrap: break-word; }

.editorText p.newLine,
.storycontent .allstoryitems .storyitem.textitemcontainer p.newLine {
  height: 20px; }

.textitemcontainer {
  position: relative;
  padding-left: 25px; }

.attachitemdetails .icon.attachicon {
  float: left;
  padding: 5px 10px 5px 30px;
  margin: -5px -10px -10px 0;
  background: url("/assets/attach_icon.png") no-repeat scroll left center;
  background-position: 0 5px; }

.itemDetailscontent .icon.gglicon {
  float: left;
  background: url(/assets/GoogleIcon.png) no-repeat 0 0;
  padding-left: 25px; }

.textitemcontainer .icon.txticon {
  position: absolute;
  left: 0;
  top: 0;
  width: 16px;
  height: 20px;
  background-position: 0 -453px; }

.Wikiitemdetails .icon {
  float: left;
  background: url(/assets/WikipideaIcon.png) no-repeat 0 0 !important; }

.itemDetailscontent .fbicon {
  background-position: 0 -247px;
  min-height: 20px; }

.itemDetailscontent p {
  color: #69635D;
  font-size: 1em; }

.fbpublicitemdetails p {
  width: 250px; }

.fbpublicitemdetails .sub_description {
  padding: 10px 0; }

.fbpublicitemdetails .bigimgfigure {
  margin: 0 auto;
  text-align: center;
  width: 100%; }

.itemDetailscontent .date.icon a {
  color: #8E99AA; }

.itemDetailscontent.Bmrkletitem .otheitemscontent .itemmaincontent {
  margin-top: 10px;
  width: 400px; }

.itemDetailscontent.Bmrkletitem .otheitemscontent .titleandDesc {
  /*width: 540px;*/
  margin: 0; }

.itemDetailscontent.Bmrkletitem .bmrkleticon {
  background-position: 0 -37px;
  color: #787878;
  line-height: 16px;
  min-height: 16px;
  padding-left: 20px; }

.itemDetailscontent.Bmrkletitem.comp_bookmarklet .bmrkleticon,
.itemDetailscontent.Bmrkletitem.comp_bookmarklet_image .bmrkleticon {
  position: relative;
  bottom: 0;
  left: 0;
  display: block;
  width: auto;
  height: 20px;
  padding-left: 25px;
  margin: 0; }

.itemDetailscontent.Bmrkletitem .bmrkleticon.selectionicon {
  margin-top: 5px; }

.itemDetailscontent.Bmrkletitem .otheitemscontent .imageCont {
  margin-top: 12px; }

.storycontent .allstoryitems .storyitem .url {
  margin-right: 5px; }

/**loading more**/
.loading {
  background: url(/assets/loading.gif) scroll no-repeat center center transparent;
  height: 350px; }

.loading * {
  display: none; }

.LoadingBanner {
  background: #f7f7f7;
  border: 1px solid #ccc;
  font-size: 1em;
  font-family: 'Open Sans';
  font-weight: 700;
  margin: 10px;
  padding: 10px 0;
  text-align: left; }

.LoadingBanner .title {
  color: #6B6156;
  text-align: center;
  padding-left: 10px;
  width: 200px;
  margin: 0 auto;
  background: url("/assets/moreloader.gif") scroll no-repeat 0 center transparent; }

/* collect popup */
#collectwindow {
  position: absolute;
  top: 0;
  left: 50%;
  width: 830px;
  margin-left: -415px;
  /*margin-top:-180px;*/
  height: 360px;
  z-index: 2147483630; }

/* reset */
#collectwindow .overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(255, 255, 255, 0.5);
  z-index: 22; }

#collectwindow .hoverbtns {
  display: none !important; }

#collectwindow .IconCloseWin {
  position: absolute;
  right: 20px;
  top: 15px;
  margin: 0;
  background-position: 0 -100px;
  width: 16px;
  height: 16px;
  line-height: 16px;
  vertical-align: middle; }

#collectwindow .BookMarkletIcon {
  display: inline-block;
  margin-top: 1px;
  margin-right: 10px;
  /* rtl */
  vertical-align: middle;
  background-image: url(/assets/BookMarkletIcons.png);
  background-image: url(/assets/CollectIcon.png);
  background-repeat: no-repeat; }

#collectwindow .IconCollectLarge {
  background-position: 0 0;
  width: 31px;
  height: 29px;
  line-height: 29px; }

#collectwindow .btn {
  cursor: pointer !important;
  margin-top: -2px;
  font-weight: bold;
  display: inline-block;
  *display: inline;
  padding: 4px 12px;
  margin-bottom: 0;
  *margin-left: .3em;
  font-size: 15px;
  line-height: 20px;
  *line-height: 20px;
  color: #e97a1c !important;
  text-align: center;
  text-shadow: 0 1px 1px rgba(255, 255, 255, 0.75);
  vertical-align: middle;
  cursor: pointer;
  background-color: #f5f5f5;
  *background-color: #e6e6e6;
  background-image: -moz-linear-gradient(top, #ffffff, #e6e6e6);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#ffffff), to(#e6e6e6));
  background-image: -webkit-linear-gradient(top, #ffffff, #e6e6e6);
  background-image: -o-linear-gradient(top, #ffffff, #e6e6e6);
  background-image: linear-gradient(to bottom, #ffffff, #e6e6e6);
  background-repeat: repeat-x;
  border: 1px solid #b0aaaa;
  *border: 0;
  border-color: #b0aaaa #b0aaaa #b0aaaa;
  border-color: rgba(170, 170, 170, 0.1) rgba(170, 170, 170, 0.1) rgba(170, 170, 170, 0.25);
  border-bottom-color: #b0aaaa;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#ffe6e6e6', GradientType=0);
  filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
  *zoom: 1;
  -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0px 1px 1px 0px rgba(154, 146, 146, 0.6);
  -moz-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0px 1px 1px 0px rgba(154, 146, 146, 0.6);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0px 1px 1px 0px rgba(154, 146, 146, 0.6);
  text-align: left;
  /* rtl */
  direction: ltr;
  /* rtl */
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  cursor: default; }

#collectwindow input {
  width: 135px; }

#collectwindow textarea {
  height: auto;
  width: 100%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }

#collectwindow select {
  width: 100%;
  border: 1px solid #cccccc;
  background-color: #ffffff; }

#collectwindow select[multiple], #collectwindow select[size] {
  height: auto; }

#collectwindow select:focus, #collectwindow input[type="file"]:focus, #collectwindow input[type="radio"]:focus, #collectwindow input[type="checkbox"]:focus {
  outline: thin dotted #333;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px; }

#collectwindow .btn:hover, #collectwindow .btn.disabled, #collectwindow .btn[disabled] {
  color: #333333;
  background: #e6e6e6; }

/* floats */
#collectwindow .floatR {
  float: right; }

#collectwindow .floatL {
  float: left; }

#collectwindow .btn.btn-large {
  font-size: 1.4em;
  line-height: 35px;
  /*    background-image: url(/assets/btncolorsline.png), -moz-linear-gradient(top, #ffffff, #e6e6e6);
      background-image: url(/assets/btncolorsline.png), -webkit-gradient(linear, 0 0, 0 100%, from(#ffffff), to(#e6e6e6));
      background-image: url(/assets/btncolorsline.png), -webkit-linear-gradient(top, #ffffff, #e6e6e6);
      background-image: url(/assets/btncolorsline.png), -o-linear-gradient(top, #ffffff, #e6e6e6);
      background-image: url(/assets/btncolorsline.png), linear-gradient(to bottom, #ffffff, #e6e6e6);*/
  background-position: 0 bottom;
  background-repeat: repeat-x; }

/* containers area */
#collectwindow .BookMarkletScript_cont {
  position: relative;
  background-color: #efefef;
  border: 1px solid #dfdbdb;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  color: #202939;
  z-index: 222; }

#collectwindow .BookMarkletScript_cont_inner {
  margin: 10px;
  border: 1px solid #ddd7d7;
  border-top: 0;
  -webkit-border-radius: 0px 0px 3px 3px;
  border-radius: 0px 0px 3px 3px;
  background-color: #fff;
  border: none;
  margin: 0;
  -webkit-box-shadow: 0 3px 8px rgba(34, 25, 25, 0.4);
  -moz-box-shadow: 0 3px 8px rgba(34, 25, 25, 0.4);
  box-shadow: 0 3px 8px rgba(34, 25, 25, 0.4); }

#collectwindow .BookMarkletScript_cont_inner .pad {
  margin: 15px;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  cursor: default; }

#collectwindow #APPwindow .contentArea .pad * {
  line-height: 25px;
  font-size: 18px;
  word-wrap: break-word; }

/* close */
#collectwindow .BookMarkletScript_cont .IconCloseWin {
  position: absolute;
  right: 20px;
  top: 15px;
  margin: 0; }

/* form area */
#collectwindow .inputFileds {
  width: 45%; }

#collectwindow .inputFileds label {
  display: block;
  padding-bottom: 10px; }

#collectwindow .inputFileds textarea {
  height: 100px; }

/* content area */
#collectwindow .contentArea {
  width: 55%; }

#collectwindow .contentArea img {
  width: 100%;
  max-height: 225px; }

/* smart select style  */
#collectwindow .smartSelect {
  margin-bottom: 10px;
  position: relative;
  font-weight: bold;
  font-size: 15px;
  color: #000;
  height: auto; }

#collectwindow .smartSelect.collapse .smartSelectListCont {
  display: none; }

#collectwindow .smartSelect.collapsein .smartSelectListCont {
  display: block;
  -webkit-box-shadow: 0px 1px 5px 0px rgba(0, 0, 0, 0.2);
  box-shadow: 0px 1px 5px 0px rgba(0, 0, 0, 0.2); }

#collectwindow .smartSelect.collapsein .smartSelectHead {
  -webkit-border-radius: 5px 5px 0px 0px;
  border-radius: 5px 5px 0px 0px; }

#collectwindow .smartSelect .smartSelectHead {
  border: 1px solid #ccc;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  cursor: pointer;
  background-image: url(/assets/BookMarkletIcons.png);
  background-repeat: no-repeat;
  background-position: 104% -162px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  white-space: nowrap;
  width: 100%;
  overflow: hidden;
  text-overflow: ellipsis; }

#collectwindow .smartSelect .smartSelectHead.empty {
  background-image: none; }

#collectwindow .smartSelect .smartSelectHead, #collectwindow .smartSelect .smartSelectList li {
  padding: 10px; }

#collectwindow .smartSelect .smartSelectListCont {
  position: absolute;
  left: 0;
  top: 37px;
  width: 100%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  background-color: #fff;
  border: 1px solid #ccc;
  border-top: 0;
  padding-bottom: 5px;
  -webkit-border-radius: 0px 0px 5px 5px;
  border-radius: 0px 0px 5px 5px;
  z-index: 1;
  -webkit-transform: scale3d(1, 1, 1);
  /* fix webkit glitch */ }

#collectwindow .smartSelect .smartSelectList {
  height: 78px;
  overflow: auto;
  margin-bottom: 5px; }

#collectwindow .smartSelect .smartSelectList li {
  border: solid #ccc;
  border-width: 0 0 1px 0;
  cursor: pointer; }

#collectwindow .smartSelect .smartSelectListCont input {
  margin: 0 4px 0;
  /* rtl */
  width: 75px; }

#collectwindow .smartSelect .smartSelectListCont input.btn {
  color: #86888d;
  margin: 0; }

#collectwindow .smartSelect .smartSelectListCont #newStoryTitle {
  width: 220px; }

/* type text */
#collectwindow #APPwindow.selection .contentArea {
  background-image: url(/assets/txt_quotes.gif);
  background-repeat: no-repeat;
  background-position: right 90%;
  height: 240px;
  overflow: hidden; }

#collectwindow #APPwindow.selection.ltr .contentArea .pad {
  text-align: left;
  direction: ltr; }

#collectwindow #APPwindow.selection.rtl .contentArea .pad {
  text-align: right;
  direction: rtl; }

/* type image */
#collectwindow #APPwindow.images .contentArea .pad {
  height: 235px;
  overflow: hidden; }

/* type whole page */
#collectwindow #APPwindow.page .contentArea .pad {
  padding: 13px;
  border: 1px solid #ccc;
  -webkit-border-radius: 3px;
  border-radius: 3px; }

#collectwindow #APPwindow.page .contentArea .imageCont {
  margin-right: 15px;
  /* rtl */ }

#collectwindow #APPwindow.page .contentArea .imageCont .imagesItems {
  min-height: 190px; }

#collectwindow #APPwindow.page .contentArea h1 {
  font-weight: bold;
  font-size: 15px;
  height: 18px;
  margin-bottom: 2px;
  white-space: nowrap;
  width: 100%;
  overflow: hidden;
  text-overflow: ellipsis; }

#collectwindow #APPwindow.page .contentArea span {
  color: #8c929d;
  font-size: 10px;
  font-weight: bold;
  display: block;
  margin-bottom: 5px; }

#collectwindow #APPwindow.page .contentArea p {
  display: block;
  height: 190px;
  overflow: hidden;
  font-size: 12px;
  line-height: 17px; }

#collectwindow #APPwindow.page .contentArea .item {
  width: 155px;
  height: 163px;
  overflow: hidden;
  margin-bottom: 10px;
  display: none; }

#collectwindow #APPwindow.page .contentArea .item.active {
  display: block; }

#collectwindow #APPwindow.page .contentArea .description {
  overflow: hidden; }

/* type youtube object */
#collectwindow #APPwindow.youtube .contentArea .pad iframe {
  width: 100%;
  height: 235px; }

/* type twitter object */
#collectwindow #APPwindow.twitter .contentArea .pad {
  padding: 13px;
  border: 1px solid #ccc;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  background-image: url(/assets/twitter_obj.gif);
  background-repeat: no-repeat;
  background-position: 95% 90%;
  height: 205px; }

#collectwindow #APPwindow.twitter .contentArea .text {
  height: 195px;
  overflow: hidden; }

#collectwindow #APPwindow.twitter.rtl .contentArea .text {
  text-align: right;
  direction: rtl; }

#collectwindow #APPwindow.twitter.ltr .contentArea .text {
  text-align: left;
  direction: ltr; }

#collectwindow #APPwindow.twitter .contentArea .twimage {
  width: 150px;
  max-height: 180px;
  margin: 10px 10px 0;
  float: left; }

#collectwindow #APPwindow.twitter .contentArea .user {
  font-weight: bold; }

#collectwindow #APPwindow.twitter .contentArea .time, #collectwindow #APPwindow.twitter .contentArea .user {
  color: #75bcd3;
  font-size: 10px; }

/* type FACEBOOK object */
#collectwindow #APPwindow.facebook .contentArea .pad {
  padding: 13px;
  line-height: 20px;
  border: 1px solid #ccc;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  background-image: url(/assets/facebook_obj.gif);
  background-repeat: no-repeat;
  background-position: 95% 90%; }

#collectwindow #APPwindow.facebook .contentArea .text {
  margin-bottom: 20px; }

#collectwindow #APPwindow.facebook .contentArea .user {
  font-weight: bold; }

#collectwindow #APPwindow.facebook .contentArea .time {
  font-size: 10px; }

#collectwindow #APPwindow.facebook .contentArea .time, #collectwindow #APPwindow.facebook .contentArea .user {
  color: #395394; }

/* =========================
Login Wizard Page
============================ */
.loginwizardcontainer {
  padding: 0 0 35px 0; }

.loginwizardcontainer h1 {
  color: #313740;
  font-size: 1.75em; }

.loginwizardcontainer p {
  color: #758192;
  font-size: 1.3em; }

.loginwizardcontainer .finishbtn, .loginwizardcontainer .nextbtn {
  height: 46px;
  line-height: 46px;
  background: url(/assets/Loginwizardbgbtn.png) scroll repeat-x 0 0 transparent;
  margin: 35px 0 0 30px;
  padding: 0 0 0 10px;
  text-align: left;
  width: 160px; }

.loginwizardcontainer .finishbtn .icon {
  background: url("/assets/finishcheckicon.png") no-repeat scroll 0 center transparent;
  color: #F3473E;
  font-size: 1.2em;
  font-weight: 700;
  line-height: 35px;
  margin: 0;
  padding-left: 48px; }

.loginwizardcontainer .categroriesItems {
  padding: 35px 0; }

.loginwizardcontainer .categroriesItems li {
  text-align: center;
  cursor: pointer;
  margin-right: 16px; }

.loginwizardcontainer .categroriesItems li p {
  font-size: 1em;
  padding: 10px 0;
  color: #5d6167; }

.loginwizardcontainer .categroriesItems .catImgcontainer {
  position: relative; }

.loginwizardcontainer .categroriesItems .catImgcontainer img {
  -webkit-border-radius: 5px;
  border-radius: 5px;
  width: 130px;
  height: 130px;
  display: block; }

.loginwizardcontainer .categroriesItems .catImgcontainer .checkedoverlay {
  background: url("/assets/Loginwizardoverlay.png") no-repeat scroll 0 center transparent;
  -webkit-border-radius: 5px;
  border-radius: 5px 5px 5px 5px;
  height: 130px;
  left: 5px;
  position: absolute;
  top: 5px;
  width: 130px;
  display: none; }

.loginwizardcontainer .finishbtnbottom {
  text-align: center; }

/** Login Wizard second page**/
.loginwizardcontainer .icon {
  background-image: url("/assets/loginWSprite.png");
  background-repeat: no-repeat;
  display: block; }

.loginwizardcontainer .icon.fbTitle {
  background-position: 0 -46px;
  line-height: 38px;
  padding-left: 35px; }

.loginwizardcontainer .nextbtn .icon {
  background-position: 0 -2px;
  color: #F3473E;
  font-size: 1.2em;
  font-family: 'Open Sans';
  font-weight: 700;
  line-height: 35px;
  margin: 0;
  padding-left: 45px; }

.loginwizardcontainer .skiplink {
  color: #9099a8;
  text-decoration: underline;
  margin-top: 50px; }

.loginwizardcontainer .ExsitedfbFrindslist, .loginwizardcontainer .inviteFrindslist {
  padding-bottom: 40px; }

.loginwizardcontainer .ExsitedfbFrindslist li.mainitem, .loginwizardcontainer .inviteFrindslist li {
  margin-left: 15px;
  background-color: #fff;
  border: 1px solid #d9dee7;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  padding: 10px;
  margin: 0 0 15px 15px;
  width: 275px;
  -webkit-box-shadow: 0 2px 3px #edeced;
  box-shadow: 0 2px 3px #edeced; }

.loginwizardcontainer .findfrindsItem {
  text-align: center;
  background-color: #41becf;
  background-color: rgba(65, 190, 207, 0.35);
  border: 1px solid #81c3cc;
  padding: 20px 30px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  margin: 0 0 15px 15px; }

.loginwizardcontainer .findfrindsItem h2 {
  color: #40444b;
  text-shadow: 0 2px 0 #fff;
  font-size: 1.3em;
  margin: 0 0 10px; }

.loginwizardcontainer .findfrindsItem .icon {
  width: 35px;
  height: 35px;
  margin-right: 15px; }

.loginwizardcontainer .findfrindsItem .icon.mailitem {
  background-position: 0 -173px;
  margin-right: 0; }

.loginwizardcontainer .findfrindsItem .icon.twitteritem {
  background-position: 0 -252px; }

.loginwizardcontainer .findfrindsItem .icon.lnkdinitem {
  background-position: 0 -213px; }

.loginwizardcontainer .findfrindsItem .icon.gPlusitem {
  background-position: 0 -133px; }

.loginwizardcontainer .findfrindsItem .icon.windowsitem {
  background-position: 0 -90px; }

.loginwizardcontainer .friendmaininfo .imgcontainer img {
  width: 49px;
  height: 49px;
  margin-right: 10px;
  -webkit-border-radius: 3px;
  border-radius: 3px; }

.loginwizardcontainer .friendmaininfo {
  border-bottom: 1px solid #e0e1e3;
  margin-bottom: 5px;
  padding-bottom: 5px; }

.loginwizardcontainer .friendmaininfo .datacontaienr {
  padding-right: 10px;
  width: 120px; }

.loginwizardcontainer .friendmaininfo .datacontaienr h3 {
  color: #40444b;
  font-size: 0.8em;
  margin: 0;
  line-height: 28px; }

.loginwizardcontainer .friendmaininfo .datacontaienr p {
  font-size: 0.8em; }

.loginwizardcontainer .friendmaininfo .btn {
  color: #4D8512;
  font-size: 0.8em;
  font-family: 'Open Sans';
  font-weight: 600;
  margin-top: 20px; }

.loginwizardcontainer .staticticsinfo li {
  width: 90px;
  border-left: 1px solid #e0e1e3;
  text-align: center; }

.loginwizardcontainer .staticticsinfo li:last-child {
  border-left: 0 none; }

.loginwizardcontainer .staticticsinfo li h4 {
  color: #626d7c;
  margin: 0 0 5px 0;
  font-size: 1em; }

.loginwizardcontainer .staticticsinfo li p {
  font-size: 0.82em;
  font-family: 'Open Sans';
  font-weight: 600;
  margin: 5px 0 0; }

.loginwizardcontainer .inviteFrindslist .btn {
  font-size: 0.8em;
  font-family: 'Open Sans';
  font-weight: 600;
  margin-top: 20px;
  color: #049cdc;
  padding: 3px 25px; }

.loginwizardcontainer .inviteFrindslist .friendmaininfo {
  border-bottom: 0 none;
  margin-bottom: 0;
  padding-bottom: 0; }

/**Followers page**/
.FollowPage .followmanincontent {
  /*    width: 85%;*/
  margin: 0 auto;
  padding-bottom: 25px; }

.followtopbanner {
  border-bottom: 1px solid #DCDCDC;
  margin-left: 20px; }

.FollowPage .pageTitle {
  color: #6B6156;
  font-size: 22px;
  font-family: 'Open Sans';
  font-weight: 600;
  margin-top: 0;
  text-shadow: 0 1px 0 #E1DFDD; }

.FollowPage .pageTitle span {
  color: #a69e96; }

.FollowListing {
  position: relative;
  margin-top: 30px; }

.FollowListing .carditem {
  background: none;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none; }

.FollowListing .FollowListingItem img {
  width: 80px;
  height: 70px;
  padding: 3px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  display: block; }

.FollowListing .FollowListingItem {
  padding: 10px 0;
  margin-left: 15px;
  border-bottom: 1px solid #dcdcdc; }

.FollowListing .FollowListingItem .userMainInfo .userName {
  color: #FF503E;
  font-size: 16px;
  line-height: 16px; }

.FollowListing .Usercuration a:hover, .FollowListing .FollowListingItem .userMainInfo a:hover {
  text-decoration: none; }

.FollowListing .FollowListingItem .userMainInfo {
  padding: 0 10px;
  width: 225px;
  margin-bottom: 5px; }

.FollowListing .FollowListingItem .followBtnContainer .btn {
  margin-right: 10px;
  color: #787169;
  height: 29px;
  line-height: 29px;
  font-size: 12px;
  font-family: 'Open Sans';
  font-weight: 700;
  width: 68px;
  text-shadow: 0 2px 0 #fff; }

.FollowListing .FollowListingItem .UsercurationImgdate {
  margin-left: 10px; }

.FollowListing .counters {
  color: #828993;
  font-size: 13px;
  text-shadow: 0 1px 0 #D3D5D8;
  margin-left: 10px; }

.FollowListing .counters.followContent {
  margin-top: 35px; }

.FollowListing .UsercurationImgdate .date {
  color: #828993;
  font-size: 12px;
  margin-top: 8px;
  text-align: center; }

/**user notification**/
.user_Notifications {
  padding-bottom: 25px; }

.user_Notifications .pageTitle {
  color: #FF503E;
  font-size: 24px;
  margin-left: 15px;
  padding: 25px 0; }

.user_Notifications ul {
  margin: 0 0 30px 20px; }

.user_Notifications .NotfiDate {
  border-bottom: 1px solid #B2B2B2;
  color: #767474;
  line-height: 22px;
  font-size: 0.95em;
  margin: 0;
  padding-bottom: 3px; }

.user_Notifications .notDef {
  color: #666666;
  font-size: 0.9em;
  font-weight: normal;
  padding-left: 5px; }

.user_Notifications .time {
  color: #AEADAD;
  font-size: 0.9em;
  padding-left: 5px; }

.user_Notifications li.NotifItem {
  border-bottom: 1px solid #DCDCDC;
  padding: 6px 0 6px 10px; }

/**Settings page**/
.NuserSettingHeader {
  padding-top: 40px;
  border-bottom: 1px solid #c8c4c0; }

.NuserSettingHeader h1 {
  color: #6b6156;
  font-family: 'Open Sans';
  font-weight: 600;
  font-size: 28px;
  margin: 0; }

#NuserSettingSectionTabs .nav.nav-tabs {
  margin: 0;
  padding-top: 3px;
  border-bottom: 0 none; }

#NuserSettingSectionTabs .nav.nav-tabs li {
  background-color: #E6E3E0;
  border: 1px solid #c8c4c0;
  float: left;
  border-left: 0 none; }

#NuserSettingSectionTabs .nav.nav-tabs li.active {
  border-bottom: 0 none; }

#NuserSettingSectionTabs .nav.nav-tabs li.active, #NuserSettingSectionTabs .nav.nav-tabs li.active:hover {
  background-color: #fbfafb; }

#NuserSettingSectionTabs .nav.nav-tabs li.active a, #NuserSettingSectionTabs .nav.nav-tabs li.active:hover a {
  background-color: transparent;
  border-bottom: 0 none;
  margin-bottom: 1px; }

#NuserSettingSectionTabs .nav.nav-tabs li.last {
  border-left: 1px solid #c8c4c0; }

#NuserSettingSectionTabs .nav.nav-tabs li:hover a {
  background-color: #E6E3E0;
  border: 0 none; }

#NuserSettingSectionTabs .nav.nav-tabs li a {
  color: #6b6156;
  text-shadow: 0 1px 0 #fff;
  padding: 8px 30px;
  border: 0 none; }

.PorfileSection .text2 {
  width: 295px;
  margin-top: 10px;
  height: 25px;
  line-height: 25px; }

.PorfileSection #user-bio-counter {
  font-weight: bold; }

.BIOactionBTNs {
  margin-top: 20px;
  text-align: right; }

.BIOactionBTNs p {
  display: inline-block;
  margin-right: 10px; }

.PorfileSection h1 {
  color: #ff503e;
  font-family: 'Open Sans';
  font-weight: 600;
  font-size: 18px; }

.PorfileSection h3 {
  margin: 0;
  color: #545c45;
  width: 110px;
  font-family: 'Open Sans';
  font-weight: 600;
  font-size: 16px;
  text-shadow: 0 1px 0 #fff; }

.PorfileSection .note {
  width: auto;
  margin: 20px 0;
  color: #666; }
  .PorfileSection .note:before {
    content: "NOTE";
    display: inline-block;
    padding: 4px 5px;
    background: #666;
    color: #fff;
    font: normal 11px/1em "Open Sans";
    border-radius: 3px;
    margin-right: 5px; }

.PorfileSection .btn,
.btn-p,
.btn-yahki {
  border-color: #A8A5A1;
  color: #FF503E;
  font-size: 13px;
  font-family: 'Open Sans';
  font-weight: 600;
  margin-right: 25px;
  padding: 7px 40px;
  text-shadow: 0 1px 0 #FFFFFF;
  z-index: 1;
  position: relative;
  margin: 0;
  cursor: pointer; }

.btn-yahki {
  padding: 4px 12px; }

.PorfileSection .actionbtns {
  margin-top: 20px;
  text-align: right; }

.PorfileSection .mainuploadfilecontaienr {
  border: 1px solid #cdc8c3;
  background-color: #fdfdfd;
  width: 210px;
  height: 200px;
  line-height: 200px;
  text-align: center;
  position: relative; }

.PorfileSection .mainuploadfilecontaienr {
  border: 1px solid #cdc8c3;
  background-color: #fdfdfd;
  width: 210px;
  height: 200px;
  line-height: 200px;
  text-align: center;
  position: relative; }

.PorfileSection .mainuploadfilecontaienr img {
  right: 0 !important; }

.PorfileSection .uploadfilecontaienr input[type="file"] {
  cursor: pointer;
  font-size: 10em;
  opacity: 0;
  position: absolute;
  left: 0;
  top: 0;
  width: 100% !important;
  height: 100% !important; }

.AvatarContainer img {
  height: 90px;
  margin-bottom: 10px;
  width: 210px; }

/**settings invite tab**/
.inviteFrindstab .invitefriendsList li {
  margin-bottom: 15px;
  width: 184px;
  padding-bottom: 15px; }

.inviteFrindstab .content {
  padding-top: 0; }

.inviteFrindstab .invitefriendsList li.selected {
  background-image: url("/assets/setttabsLeftnav.png");
  background-repeat: no-repeat; }

.inviteFrindstab .invitefriendsList li a {
  background-image: url("/assets/footericons_sprite.png");
  background-repeat: no-repeat;
  display: block;
  height: 30px;
  line-height: 35px;
  font-size: 15px;
  font-family: 'Open Sans';
  font-weight: 600;
  padding: 0 0 4px 45px; }

.inviteFrindstab .invitefriendsList li a:hover {
  text-decoration: none; }

.inviteFrindstab .invitefriendsList li a.fbtab {
  background-position: 0 4px;
  color: #1A4FBC; }

.inviteFrindstab .invitefriendsList li a.twittertab {
  background-position: 0 -37px;
  color: #1f9edd; }

.inviteFrindstab .invitefriendsList li a.gglplustab {
  background-position: 0 -78px;
  color: #484848; }

.inviteFrindstab .inviteFrindstabMcontent {
  width: 680px; }

.inviteFrindstab .container {
  width: auto; }

.inviteFrindstabMcontent .loginwizardcontainer .ExsitedfbFrindslist li.mainitem, .inviteFrindstabMcontent .loginwizardcontainer .inviteFrindslist li {
  float: left;
  margin: 0 35px 15px 0; }

/**error page**/
.pageerrrorcontainer {
  margin: 50px auto 0;
  text-align: center;
  width: 500px; }

.hiddenscroll {
  overflow: hidden; }

/* =========================
Create Page
============================ */
/* icons */
.icon {
  background-image: url(/assets/create-icons.png);
  background-repeat: no-repeat;
  display: inline-block;
  margin-right: 5px;
  vertical-align: middle; }

.icon-sets {
  width: 20px;
  height: 18px;
  background-position: 0 0; }

.icon-items {
  width: 20px;
  height: 18px;
  background-position: 0 -69px; }

/* layout */
.frm_curation_data {
  position: relative;
  z-index: 1; }

.frm_curation_data.authoringpage {
  margin: 0 0 0 672px; }

#components_core {
  background-color: #fff;
  border: 1px solid #ddd7d7;
  width: 620px;
  margin: 25px 0 0 -622px;
  -webkit-box-shadow: 0px 0px 0px 0px black;
  box-shadow: 0px 0px 0px 0px black;
  position: relative;
  z-index: 1;
  z-index: 9; }

/* sidebar */
/*position: fixed;
top: 100px;
left: 672px;
width: 520px;*/
#setsholder {
  position: absolute;
  width: 100%;
  /*height: 100%;*/
  right: 0;
  top: 0 !important;
  /*background-color: #dbd9d7;*/
  /*-webkit-box-shadow: inset 1px 0px 3px 0px rgba(150, 129, 109, 0.2);*/
  /*box-shadow: inset 1px 0px 3px 0px rgba(150, 129, 109, 0.2);*/
  z-index: 5; }

#setsholder .setsholderHead {
  padding-top: 0;
  position: relative;
  background-color: #e6e3e0;
  border-bottom: 1px solid #b1afb0;
  -webkit-box-shadow: 0px 2px 3px 0px rgba(170, 170, 175, 0.5), inset 1px 0px 3px 0px rgba(150, 129, 109, 0.2);
  box-shadow: 0px 2px 3px 0px rgba(170, 170, 175, 0.5), inset 1px 0px 3px 0px rgba(150, 129, 109, 0.2); }

#setsholder .setsholderHead .nav-tabs {
  margin: 0; }

#setsholder .setholderBar {
  display: block;
  width: 100%;
  height: 40px;
  /*height: 0;*/
  background: #fff;
  text-align: center; }

#setsholder .setholderBar .sets_tool {
  display: none;
  top: 1px;
  position: relative; }

#setsholder .search {
  position: absolute;
  right: 20px;
  top: 20px;
  -webkit-box-shadow: 0px 1px 0px 0px white;
  box-shadow: 0px 1px 0px 0px white;
  width: 33%;
  max-width: 206px;
  display: none; }

#setsholder #items .yoursetsbtn {
  margin-left: 0; }

#setsholder #items li a {
  text-shadow: 0px 1px 0px #ffffff;
  color: #6b6156;
  background: #f9f8f8;
  background: -moz-linear-gradient(top, rgba(249, 248, 248, 0.3) 0%, rgba(216, 211, 211, 0.3) 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(249, 248, 248, 0.3)), color-stop(100%, rgba(216, 211, 211, 0.3)));
  background: -webkit-linear-gradient(top, rgba(249, 248, 248, 0.3) 0%, rgba(216, 211, 211, 0.3) 100%);
  background: -o-linear-gradient(top, rgba(249, 248, 248, 0.3) 0%, rgba(216, 211, 211, 0.3) 100%);
  background: -ms-linear-gradient(top, rgba(249, 248, 248, 0.3) 0%, rgba(216, 211, 211, 0.3) 100%);
  background: linear-gradient(to bottom, rgba(249, 248, 248, 0.3) 0%, rgba(216, 211, 211, 0.3) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#4df9f8f8', endColorstr='#4dd8d3d3', GradientType=0 );
  border: solid rgba(196, 196, 196, 0.3);
  border-width: 1px 1px 0;
  padding-right: 15px;
  padding-left: 15px;
  -webkit-border-radius: 3px 3px 0px 0px;
  border-radius: 3px 3px 0px 0px;
  line-height: 20px;
  min-height: 42px; }

#setsholder #items li.active a {
  background: -moz-linear-gradient(top, #f9f8f8 0%, #e1dddd 80%, #d1cdce 81%, #dbd9d7 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #f9f8f8), color-stop(80%, #e1dddd), color-stop(81%, #d1cdce), color-stop(100%, #dbd9d7));
  background: -webkit-linear-gradient(top, #f9f8f8 0%, #e1dddd 80%, #d1cdce 81%, #dbd9d7 100%);
  background: -o-linear-gradient(top, #f9f8f8 0%, #e1dddd 80%, #d1cdce 81%, #dbd9d7 100%);
  background: -ms-linear-gradient(top, #f9f8f8 0%, #e1dddd 80%, #d1cdce 81%, #dbd9d7 100%);
  background: linear-gradient(to bottom, #f9f8f8 0%, #e1dddd 80%, #d1cdce 81%, #dbd9d7 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f9f8f8', endColorstr='#dbd9d7', GradientType=0 );
  padding-bottom: 20px;
  margin-bottom: -20px;
  border-color: #dbd9d7; }

#setsholder .tab-content {
  /*height: 690px;*/
  /*overflow: auto;*/
  /*overflow-x: hidden;*/
  /*-webkit-box-shadow:inset 0px -2px 3px 0px rgba(170, 170, 175, 0.5);*/
  /*box-shadow:inset 0px -2px 3px 0px rgba(170, 170, 175, 0.5);*/
  overflow: visible;
  position: relative;
  z-index: 1; }

#setsholder .tab-content::-webkit-scrollbar {
  background-color: #b9b5b2;
  width: 8px;
  -webkit-border-radius: 10px;
  border-radius: 10px; }

#setsholder .tab-content::-webkit-scrollbar-thumb {
  background-color: #88847e;
  -webkit-border-radius: 10px;
  border-radius: 10px; }

#setsholder .tab-content .tab-pane {
  padding: 15px; }

#setsholder .tab-content .tab-pane ul {
  position: relative;
  padding: 25px; }

#setsholder .tab-content .tab-pane > ul > li {
  float: left;
  margin: 10px;
  position: relative;
  display: block !important; }

#setsholder .curationsItems {
  /*margin-top: 50px;*/ }

/*#youritems,
.FB_Photos{
    overflow-y: auto;
    max-height: 700px;
}*/
/* sets item */
#yoursets .sets .storytitle {
  position: absolute;
  top: 45px;
  left: 0;
  background-color: #fff;
  font-size: 1em;
  padding: 0 0 0 10px;
  margin: 0;
  font-family: 'Open Sans';
  font-weight: 600;
  line-height: 32px; }

#yoursets .sets .storytitle .ellipsis {
  width: 135px;
  display: inline-block; }

#yoursets .carditem.sets .itemsnum {
  display: inline-block;
  background-color: #e5e5e5;
  color: #e97f26;
  padding: 0px 10px;
  margin-left: 10px; }

#yoursets .carditem.sets .cardimgcontainer {
  height: 125px;
  overflow: hidden; }

#yoursets .carditem.sets .cardimgcontainer img {
  width: 100%; }

/* delete confirmation box model */
.confirmation_box .fancybox-outer h3 {
  color: #333; }

.confirmation_box a {
  margin-right: 5px; }

/* Edit inputs */
.storyInputs {
  padding: 30px 30px 0; }

.storyInputs input, .storyInputs textarea {
  border: 1px solid #c4c5c7;
  color: #69635D; }

.storyInputs input {
  font-family: 'Open Sans', Arial, Helvetica, sans-serif; }

.storyInputs textarea {
  height: 115px; }

.storyInputs input#curation_title {
  font-weight: 700;
  min-height: 45px; }

.storyInputs input:hover, .storyInputs textarea:hover {
  border: 1px solid #c4c5c7; }

.storyInputs input:focus, .storyInputs textarea:focus {
  border: 1px solid #387fff; }

.storyInputs label.error {
  margin: 5px 0 20px;
  display: block; }

/* components containers */
#components_cont {
  position: absolute;
  top: 0;
  left: -52px;
  margin-left: 0;
  z-index: 1;
  width: 48px;
  height: 405px;
  background: #fcfbfa; }

#components_cont.notlogged {
  height: 308px; }

/* dragable components */
#components, #components li.component:first-child {
  border-top: 1px solid #e3dfde; }

#components li.component:first-child {
  margin-top: 1px; }

#components li.component {
  width: 48px !important;
  height: 48px !important;
  direction: ltr;
  text-indent: -9999px;
  overflow: hidden;
  background-image: url("/assets/bar.png");
  background-repeat: no-repeat;
  cursor: url("/assets/openhand.cur"), url("/assets/openhand.cur"), move; }

#components li.component:hover {
  color: #555;
  text-shadow: 0 0 1px #fff; }

#components li.sep {
  background-image: url("/assets/components_icons_sep.gif");
  background-position: left bottom;
  background-repeat: no-repeat;
  height: 12px; }

/* dragable components icons */
#components .comp_Text {
  background-position: 0 -42px; }

#components .comp_youtube {
  background-position: 0 -88px; }

#components .comp_google_web {
  background-position: 0 -318px; }

#components .comp_google_images {
  background-position: 0 -275px; }

#components .comp_flicker {
  background-position: 0 -225px; }

#components .comp_wikipedia {
  background-position: 0 -272px; }

#components .comp_google_blog {
  background-position: 0 -275px; }

#components .comp_public_facebook {
  background-position: 0 -180px; }

#components .comp_public_twitter {
  background-position: 0 -134px; }

#components .comp_attach {
  background-position: 0 -363px; }

#components .comp_media {
  background-position: 0 -409px; }

#components .comp_live_stream {
  background-position: 0 -455px; }

/* sortable area layout */
.curation_cont {
  border: 3px solid transparent;
  position: relative;
  top: 0;
  left: 0;
  padding: 15px 0 50px; }

.curation_cont .ElementsList {
  display: block;
  min-height: 570px; }

/* empty message */
.curation_cont #empty-components-list {
  direction: rtl;
  height: 20px;
  position: absolute;
  top: 40px;
  left: 0;
  text-align: center;
  width: 100%;
  color: #ceccca;
  font-size: 1.3em; }

/* components in sortable area layout */
.ElementsList li.component {
  padding: 15px 0;
  position: relative;
  margin: 0 30px; }

.ElementsList li.component img {
  max-width: 460px; }

.ElementsList li.component .SearchContainer .selected-box .image img {
  min-height: 250px; }

.ElementsList li.component figure.attachimage {
  text-align: right;
  float: left; }

.ElementsList li.component.process .dragHolder {
  display: none !important; }

.ElementsList li.component.component-done {
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none; }

.ElementsList .component-highlight {
  border: 1px dotted #253758 !important;
  padding: 50px;
  margin: 5px; }

.ElementsList li.component.component-done .componentHolder, .ElementsList li.component.component-edit.windowOpened .componentHolder {
  padding: 15px 50px;
  min-height: 65px; }

/* highlight box */
/*.highlightBox {
    background: rgb(255,255,255);
    background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ZmZmZmZiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNmMmYxZjAiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
    background: -moz-linear-gradient(top,  rgb(255,255,255) 0%, rgb(242,241,240) 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgb(255,255,255)), color-stop(100%,rgb(242,241,240)));
    background: -webkit-linear-gradient(top,  rgb(255,255,255) 0%,rgb(242,241,240) 100%);
    background: -o-linear-gradient(top,  rgb(255,255,255) 0%,rgb(242,241,240) 100%);
    background: -ms-linear-gradient(top,  rgb(255,255,255) 0%,rgb(242,241,240) 100%);
    background: linear-gradient(to bottom,  rgb(255,255,255) 0%,rgb(242,241,240) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#f2f1f0',GradientType=0 );
    -webkit-border-radius: 3px;
    -moz-border-radius:3px;
    border-radius: 3px;
    border:1px solid #c4c5c7;
}
.highlightBox .fancybox-outer {
    background-color: rgba(0,0,0,0.7);
    -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#B2000000,endColorstr=#B2000000)";
    filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#B2000000, endColorstr=#B2000000);
    zoom: 1;
    background-image: url("/assets/windowHighlight.png");
    background-repeat: no-repeat;
    background-position: center top;
}
.highlightBox .fancybox-outer, .highlightBox .fancybox-outer a {
    color: #fff;
}*/
/* component search container */
.ElementsList .SearchHolder {
  overflow: hidden;
  padding: 60px 15px 0; }

.ElementsList .SearchHolder:after {
  content: "";
  position: absolute;
  left: 15px;
  top: 25px;
  width: 30px;
  height: 30px;
  background-image: url("/assets/components_icons.png");
  background-repeat: no-repeat;
  background-position: -10000px -10000; }

.ElementsList .comp_youtube .SearchHolder:after {
  background-position: -9px -318px; }

.ElementsList .comp_public_twitter .SearchHolder:after {
  background-position: -9px -202px; }

.ElementsList .comp_public_facebook .SearchHolder:after {
  background-position: -9px -162px; }

.ElementsList .comp_flicker .SearchHolder:after {
  background-position: -9px -241px; }

.ElementsList .comp_wikipedia .SearchHolder:after {
  background-position: -9px -358px; }

.ElementsList .comp_google_web .SearchHolder:after, .ElementsList .comp_google_images .SearchHolder:after {
  background-position: -9px -30px;
  background: url("/assets/bar.png") no-repeat -5px -320px !important;
  width: 40px;
  height: 40px; }

.ElementsList .comp_attach .SearchHolder:after {
  background-position: -9px -72px; }

.ElementsList .comp_media .SearchHolder:after {
  background-position: -9px -439px; }

.ElementsList .comp_live_stream .SearchHolder:after {
  background-position: -9px -396px; }

/* components search buttons */
.ElementsList .SearchContainerInputs {
  border: 1px solid #c4c5c7;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  background: #f6f6f6;
  /* Old browsers */
  /* IE9 SVG, needs conditional override of 'filter' to 'none' */
  background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2Y2ZjZmNiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNlNmUzZTAiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
  background: -moz-linear-gradient(top, #f6f6f6 0%, #e6e3e0 100%);
  /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #f6f6f6), color-stop(100%, #e6e3e0));
  /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top, #f6f6f6 0%, #e6e3e0 100%);
  /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top, #f6f6f6 0%, #e6e3e0 100%);
  /* Opera 11.10+ */
  background: -ms-linear-gradient(top, #f6f6f6 0%, #e6e3e0 100%);
  /* IE10+ */
  background: linear-gradient(to bottom, #f6f6f6 0%, #e6e3e0 100%);
  /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f6f6f6', endColorstr='#e6e3e0', GradientType=0 );
  /* IE6-8 */ }

.ElementsList .SearchContainer .search_btns {
  position: relative;
  background-color: #fff;
  border: 1px solid #c4c5c7;
  -webkit-box-shadow: 0px 1px 0px 0 white;
  box-shadow: 0px 1px 0px 0 white;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  overflow: hidden; }

.ElementsList .SearchContainer input.searchIcon, .ElementsList .SearchContainer .searchText {
  background-color: transparent;
  margin: 0;
  border: 0;
  padding: 0;
  -webkit-border-radius: 5px;
  border-radius: 5px; }

.ElementsList .SearchContainer .searchText {
  display: block;
  width: 100%;
  height: 55px;
  line-height: 55px;
  font-size: 2em;
  text-indent: 10px; }

.ElementsList .SearchContainer input.searchIcon {
  background-image: url("/assets/searchicon.png");
  background-position: center center;
  background-repeat: no-repeat;
  background-color: #fff;
  height: 53px;
  margin: 1px 0;
  width: 50px;
  padding: 0;
  cursor: pointer;
  position: absolute;
  top: 0;
  right: 0; }

/* global */
.ElementsList .mart {
  left: 0;
  position: absolute;
  top: 25px;
  width: 100%; }

.ElementsList .url {
  color: #999;
  font-size: .75em; }

/* result box */
#ElementsList .result-box {
  display: none;
  border: 1px solid #c4c5c7;
  border-width: 0 1px 1px;
  background-color: #fff;
  color: #000; }

.ElementsList .result-box .result-item {
  cursor: pointer;
  position: relative;
  top: 0;
  left: 0;
  border: 3px solid transparent;
  -webkit-border-radius: 3px;
  border-radius: 3px; }

.ElementsList .result-box .result-item.hover {
  background-color: #D9D9D9;
  color: #000; }

.ElementsList .result-box li.result-item.selected {
  border-color: #ea403e !important; }

/* selected content */
.ElementsList .componentHolder .selected-box {
  overflow: hidden;
  position: relative; }

/* drag handles and arrows */
.ElementsList li .dragHolder {
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  display: none; }

.ElementsList li .dragHolder .handles {
  background-image: url("/assets/drag-icons.png");
  background-repeat: no-repeat;
  position: absolute;
  width: 30px;
  left: 5px;
  cursor: pointer;
  background-color: #fff;
  z-index: 2; }

.ElementsList li .dragHolder .arrowUP {
  top: 0;
  background-position: 0 10px;
  height: 40px;
  z-index: 3; }

.ElementsList li .dragHolder .arrowDown {
  bottom: 0;
  background-position: 0 -47px;
  height: 40px;
  z-index: 3; }

.ElementsList li .dragHolder .dragHandler {
  background-position: -27px 0;
  background-repeat: repeat-y;
  height: 100%;
  top: 0; }

.ElementsList li.mouseover.component.component-done .dragHolder {
  display: block; }

/* hud box holder */
.ElementsList .hud_holder {
  zoom: 1;
  position: absolute;
  top: 50%;
  left: 0;
  width: 100%;
  padding: 0;
  margin: 0;
  height: 88px;
  line-height: 88px;
  margin-top: -37px;
  text-align: center;
  display: none; }

.ElementsList .highlightBox.hud_holder li {
  display: inline-block;
  height: 88px;
  width: 135px;
  text-align: center;
  border: solid #c7c1bc;
  border-width: 1px 0 1px 1px;
  margin: 0 -2px; }

.ElementsList .comp_media .highlightBox.hud_holder li.edit {
  display: none !important; }

.ElementsList .comp_media .highlightBox.hud_holder li.remove {
  border-right: 1px solid #c7c1bc; }

.ElementsList .highlightBox.hud_holder li:first-child {
  border-right: 0;
  -webkit-border-radius: 3px 0px 0px 3px;
  border-radius: 3px 0px 0px 3px; }

.ElementsList .highlightBox.hud_holder li:last-child {
  -webkit-border-radius: 0px 3px 3px 0px;
  border-radius: 0px 3px 3px 0px;
  border-right: 1px solid #c7c1bc; }

.ElementsList .highlightBox.hud_holder li div {
  line-height: 70px;
  background: white;
  /* Old browsers */
  /* IE9 SVG, needs conditional override of 'filter' to 'none' */
  background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ZmZmZmZiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNmMmYxZjAiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
  background: -moz-linear-gradient(top, white 0%, #f2f1f0 100%);
  /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, white), color-stop(100%, #f2f1f0));
  /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top, white 0%, #f2f1f0 100%);
  /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top, white 0%, #f2f1f0 100%);
  /* Opera 11.10+ */
  background: -ms-linear-gradient(top, white 0%, #f2f1f0 100%);
  /* IE10+ */
  background: linear-gradient(to bottom, white 0%, #f2f1f0 100%);
  /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#f2f1f0', GradientType=0 );
  /* IE6-8 */ }

.ElementsList .highlightBox.hud_holder li div:hover {
  background: rgba(255, 255, 255, 0.9); }

.ElementsList .highlightBox.hud_holder a {
  display: block;
  color: #7a6f63;
  font-size: 1em;
  height: 53px;
  padding-top: 35px;
  cursor: pointer;
  text-shadow: 0px 1px 0px #fff;
  text-decoration: none; }

.ElementsList .highlightBox.hud_holder a.btn-remove, .ElementsList .highlightBox.hud_holder a.btn-edit, .ElementsList .highlightBox.hud_holder a.btn-cutvideo, .ElementsList .highlightBox.hud_holder a.btn-caption {
  background-image: url("/assets/Hud-icons.png");
  background-repeat: no-repeat; }

.ElementsList .highlightBox.hud_holder a.btn-remove {
  background-position: 52px 15px; }

.ElementsList .highlightBox.hud_holder a.btn-edit {
  background-position: -208px 14px; }

.ElementsList .highlightBox.hud_holder a.btn-cutvideo {
  background-position: -460px 15px; }

.ElementsList .highlightBox.hud_holder a.btn-caption {
  background-position: -845px 17px; }

.ElementsList li.component.component-done:hover .highlightBox.hud_holder,
.ElementsList li.component.mouseover.component-done .highlightBox.hud_holder {
  display: block; }

/* small hud inside items */
#ElementsList .result-item .itemtoolbox {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  text-align: center;
  display: none;
  color: #fff;
  font-size: .75em;
  background: rgba(0, 0, 0, 0.5); }

#ElementsList .result-item .itemtoolbox a {
  color: #fff; }

#ElementsList .result-item:hover .itemtoolbox,
#ElementsList .result-item.hover .itemtoolbox {
  display: block; }

#ElementsList .result-item .itemtoolbox div.watch, #ElementsList .result-item .itemtoolbox div.select {
  height: 64px;
  margin-top: 5px; }

#ElementsList .result-item .itemtoolbox .watch a {
  background-position: -328px 5px;
  background-repeat: no-repeat;
  background-image: url("/assets/Hud-icons.png");
  display: block;
  padding-bottom: 4px;
  padding-top: 43px;
  color: #fff; }

#ElementsList .result-item.images .itemtoolbox .watch a {
  background-position: -952px 5px; }

#ElementsList .result-item .itemtoolbox .select span {
  background-position: -582px 5px;
  background-repeat: no-repeat;
  background-image: url("/assets/Hud-icons.png");
  display: block;
  padding-bottom: 12px;
  padding-top: 37px; }

#ElementsList .result-item.selected .itemtoolbox .select span {
  background-position: -710px 5px; }

#ElementsList .result-item .itemtoolbox .select span.d, #ElementsList .result-item.selected .itemtoolbox .select span.s {
  display: none; }

#ElementsList .result-item.selected .itemtoolbox .select span.d {
  display: block; }

/* number */
.ElementsList .result-item .number {
  color: #fff;
  padding: 0;
  margin: 0;
  position: absolute;
  left: 0;
  bottom: 0;
  display: none;
  z-index: 11;
  font-size: .7em;
  width: 58px;
  height: 58px;
  overflow: hidden;
  line-height: 160px;
  background-image: url("/assets/create_selected.png");
  background-repeat: no-repeat;
  background-position: 0 0; }

#ElementsList .result-item.selected .number {
  display: block; }

/* component Pagination */
.ElementsList .pagination {
  direction: ltr !important;
  padding: 5px;
  margin: 0;
  overflow: hidden;
  text-align: center; }

.ElementsList .Pagination_cont {
  clear: both;
  overflow: hidden; }

.ElementsList .pagination a, .ElementsList .pagination span {
  display: inline-block;
  padding: .3em .5em;
  margin-bottom: 5px;
  min-width: 1em;
  text-align: center; }

.ElementsList .pagination a {
  color: #999;
  direction: ltr; }

.ElementsList .pagination .current {
  color: #000; }

.ElementsList .pagination .prev, .ElementsList .pagination .next {
  color: #000; }

/* styles for component types */
.ElementsList .mb2 {
  margin-bottom: 5px;
  overflow: hidden; }

.ElementsList .result-cont-content .sub_image {
  border: 1px solid #b1bed1;
  border-radius: 2px 2px 2px 2px;
  padding: 1px;
  background-color: #FFF;
  line-height: 0;
  font-size: 0;
  text-align: center;
  float: left;
  margin-right: 5px; }

.ElementsList .result-cont-content .sub_image a {
  display: block;
  width: 100%;
  height: 100%; }

.ElementsList .result-cont-content .sub_description {
  color: #888;
  font-size: .8em;
  margin-bottom: 5px; }

.ElementsList .domain, .ElementsList .domain a {
  color: #999;
  font-size: .95em; }

.ElementsList .result-box-list {
  min-height: 430px; }

.ElementsList .result-box-list li.note {
  text-align: center;
  color: #999;
  margin: 60px 0; }

/* window opend ex (image caption) */
.ElementsList .windowOpened .SearchContainerInputs {
  display: none; }

.ElementsList .windowOpened .social_logo_icons, .ElementsList .windowOpened .selected-box {
  display: block; }

/* texteditor */
.ElementsList .comp_Text .editor {
  width: 550px;
  margin: 0 auto; }

.ElementsList .comp_Text .editorText {
  font-size: 1.3em; }

.ElementsList .comp_Text .tinymce {
  width: 550px; }

.ElementsList .comp_Text ul {
  list-style: disc inside none; }

.ElementsList .comp_Text ol {
  list-style: decimal inside none; }

.ElementsList .comp_Text .highlightBox.hud_holder a.btn-edit {
  background-position: -208px 14px; }

/* live */
.curation_cont.live_start {
  border-color: greenyellow; }

.curation_cont.live_end {
  border-color: red; }

.curation_cont.live_stop {
  border-color: gray; }

.curation_cont.live_start li .dragHolder, .curation_cont.live_start li .hud_holder, .curation_cont.live_end li .dragHolder, .curation_cont.live_end li .hud_holder, .curation_cont.live_stop li .dragHolder, .curation_cont.live_stop li .hud_holder {
  display: none !important; }

.ElementsList .comp_live_stream .SearchContainer .searchText {
  padding: 0 10px;
  width: 97%; }

.ElementsList .comp_live_stream .l {
  font-family: 'Neo Sans W01 Bold', 'Frutiger LT W01 65 Bold', 'ClearfaceGothicW01-Bold 927531', 'ClearfaceGothicW01-65Me', 'Abadi MT W01', 'ErbarW01-LightCondensed', 'ClearfaceGothicW01-Regu', arial;
  color: #C40000; }

.ElementsList .comp_live_stream .dateholder {
  line-height: 35px;
  font-size: .8em; }

.ElementsList .comp_live_stream .dateholder label {
  margin: 0 20px; }

.ElementsList .comp_live_stream .dateholder .time {
  color: #999;
  width: 100px;
  font-size: .8em;
  text-align: center;
  margin: 0 5px; }

.ElementsList .comp_live_stream .componentLiveHolder {
  padding: 10px 30px; }

.ElementsList .comp_live_stream .note {
  font-size: .8em;
  color: red; }

/* youtube & my youtube */
#ElementsList .comp_youtube, #ElementsList .comp_media.tab_15 {
  text-align: right;
  direction: ltr; }

.ElementsList .comp_media.tab_15 .componentHolder .selected-box {
  padding: 0; }

.ElementsList .result-item.videos {
  width: 142px;
  float: right;
  border: 2px solid transparent;
  margin: 6px 9px;
  text-align: center;
  padding-top: 5px;
  height: 190px; }

.ElementsList .result-item.videos .title {
  padding: 5px;
  text-align: right;
  font-size: .85em; }

.ElementsList .result-item.videos .videoImage {
  margin: 0; }

.ElementsList .highlightBox.trimvideo {
  background: #474747;
  background: white;
  /* Old browsers */
  /* IE9 SVG, needs conditional override of 'filter' to 'none' */
  background: #f2f1f0;
  -webkit-border-radius: 0 0 5px 5px;
  border-radius: 0 0 5px 5px;
  width: 458px;
  margin: -5px auto 0;
  border: 1px solid #999;
  display: none; }

.ElementsList .highlightBox.trimvideo .head {
  padding: 5px;
  text-align: center;
  font-size: 1em;
  color: #999;
  margin: 0; }

.ElementsList .highlightBox.trimvideo .body {
  border-top: 1px solid #999;
  border-bottom: 1px solid #999;
  padding: 5px 15px 10px;
  position: relative; }

.ElementsList .comp_youtube .body .ytplayer_arrow {
  position: absolute;
  background: url("/assets/ytplayer_arrow.png") scroll no-repeat 0 0 transparent;
  width: 9px;
  height: 11px;
  top: -4px;
  left: 0;
  z-index: 2; }

.ElementsList .highlightBox.trimvideo .ui-state-default, .ElementsList .highlightBox.trimvideo .ui-widget-content .ui-state-default, .ElementsList .highlightBox.trimvideo .ui-widget-header .ui-state-default {
  background-image: url("/assets/handle.png");
  background-repeat: no-repeat;
  background-position: center center;
  border: 0;
  padding: 0;
  background-color: transparent;
  height: 21px;
  width: 21px;
  cursor: pointer;
  margin-top: -4px; }

.ElementsList .highlightBox.trimvideo .ui-slider-horizontal .ui-slider-range {
  background-image: url("/assets/SliderBG.png");
  background-repeat: repeat-x; }

.ElementsList .highlightBox.trimvideo .ui-slider-horizontal {
  height: 6px; }

.ElementsList .highlightBox.trimvideo .ui-widget-content {
  border: 1px solid #474747;
  background-color: #1a1a1a;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0; }

.ElementsList .highlightBox.trimvideo .searchTools {
  margin: 0;
  text-align: left;
  padding: 10px; }

.ElementsList .windowOpened .highlightBox.trimvideo {
  display: block; }

.ElementsList .TrimActions {
  overflow: hidden;
  margin-bottom: 10px; }

.ElementsList .TrimActions li {
  float: left;
  margin: 0 24px; }

.ElementsList .TrimActions .Inputtxt, .ElementsList .TrimActions .Duration {
  color: #777;
  font-size: 1em;
  text-align: center;
  width: 40px; }

.ElementsList .TrimActions .Inputtxt:focus {
  -webkit-box-shadow: 0 0 3px 0 rgba(80, 126, 209, 0.5);
  -moz-box-shadow: 0 0 3px 0 rgba(80, 126, 209, 0.5);
  box-shadow: 0 0 3px 0 rgba(80, 126, 209, 0.5);
  border: 1px solid #507ed1;
  background-color: #a6a6a6; }

.ElementsList .TrimActions .actionTitle {
  color: #000;
  font-size: 1em;
  padding: 0;
  margin: 0 0 0 5px;
  line-height: 30px; }

/* google web */
.ElementsList .comp_google_web .tabs .tab, .ElementsList .comp_google_images .tabs .tab {
  color: #666;
  cursor: pointer;
  font-size: .9em;
  overflow: hidden;
  padding: 10px 20px; }

.ElementsList .comp_google_web .tabs .tab.selected, .ElementsList .comp_google_images .tabs .tab.selected {
  color: #58B6F4; }

/* google web & Wiki */
.ElementsList .comp_google_web .result-box-list a, .ElementsList .comp_wikipedia .result-box-list a {
  color: #000; }

.ElementsList .comp_google_web .result-box .result-item, .ElementsList .comp_wikipedia .result-box .result-item {
  margin: 10px;
  padding: 15px; }

.ElementsList .comp_google_web p, .ElementsList .comp_google_web h4, .ElementsList .comp_wikipedia p, .ElementsList .comp_wikipedia h4 {
  margin-bottom: 5px; }

.ElementsList .comp_google_web.component-done .title, .ElementsList .comp_wikipedia.component-done .title {
  color: #253758; }

/* my Flicker &  Google Images & my facebook image & my flicker */
.ElementsList .result-item.images {
  height: 145px;
  width: 146px;
  float: right;
  border: 2px solid transparent;
  margin: 10px 7px 0;
  text-align: center; }

.ElementsList .result-item.images.selected {
  border: 2px solid #f68b18; }

.ElementsList .result-box-list .result-item.images .image {
  height: 125px;
  margin: 0;
  overflow: hidden; }

.ElementsList .result-box-list .result-item.images .image img {
  width: 100%; }

.ElementsList .comp_media.tab_16 .selected-box .image, .ElementsList .comp_google_images .selected-box .image, .ElementsList .comp_flicker .selected-box .image, .ElementsList .comp_bookmarklet .selected-box .image {
  text-align: right;
  position: relative;
  padding: 0;
  margin: 0; }

.ElementsList .comp_bookmarklet.tab_12 .selected-box figure.image, .ElementsList .comp_media.tab_16 .selected-box figure.image, .ElementsList .comp_youtube .selected-box, .ElementsList .comp_google_images .selected-box figure.image, .ElementsList .comp_flicker .selected-box figure.image, .ElementsList .comp_bookmarklet .selected-box figure.image {
  text-align: center; }

/* images caption */
.ElementsList .imageCaption.highlightBox {
  display: none;
  border: 1px solid #ccc;
  width: 370px;
  position: absolute;
  top: 50%;
  left: 50%;
  margin-left: -185px;
  margin-top: -96px;
  padding: 10px;
  background: white;
  /* Old browsers */
  /* IE9 SVG, needs conditional override of 'filter' to 'none' */
  background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ZmZmZmZiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNmMmYxZjAiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
  background: -moz-linear-gradient(top, white 0%, #f2f1f0 100%);
  /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, white), color-stop(100%, #f2f1f0));
  /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top, white 0%, #f2f1f0 100%);
  /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top, white 0%, #f2f1f0 100%);
  /* Opera 11.10+ */
  background: -ms-linear-gradient(top, white 0%, #f2f1f0 100%);
  /* IE10+ */
  background: linear-gradient(to bottom, white 0%, #f2f1f0 100%);
  /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#f2f1f0', GradientType=0 );
  /* IE6-8 */
  -webkit-border-radius: 5px;
  border-radius: 5px; }

.ElementsList .imageCaption.highlightBox .head {
  color: #b5a99c;
  margin-top: 0; }

.ElementsList .imageCaption.highlightBox .imageCaptionText {
  height: 120px;
  padding: 5px;
  width: 356px; }

.ElementsList .imageCaption.highlightBox .buttons {
  overflow: hidden;
  text-align: right; }

.ElementsList .imageCaption.highlightBox .buttons .abutton {
  margin-left: 10px; }

.ElementsList .imageCaption.highlightBox .buttons .btn-eraseAll {
  position: absolute;
  bottom: 15px;
  left: 13px;
  text-decoration: none;
  background-color: #999;
  color: #fff;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  padding: 0 5px;
  cursor: pointer; }

.ElementsList .imageCaption.highlightBox .buttons .btn-eraseAll:hover {
  background-color: #000; }

.ElementsList .imageCaption.highlightBox .buttons .captionLengthHolder {
  float: left;
  margin: 0 10px 0 50px;
  line-height: 30px; }

.ElementsList .windowOpened .imageCaption.highlightBox {
  display: block; }

/* facebook */
.ElementsList .comp_public_facebook {
  text-align: left; }

.ElementsList .comp_public_facebook .result-box {
  margin: 0; }

.ElementsList .comp_public_facebook .SearchContainer a.title {
  color: #3B5998; }

.ElementsList .comp_public_facebook .SearchContainer .ST_Date a {
  color: #999; }

.ElementsList .comp_public_facebook .SearchContainer .desc {
  font-size: .9em; }

.ElementsList .comp_public_facebook .tabs .tab {
  padding: 10px;
  overflow: hidden;
  cursor: pointer;
  color: #666;
  font-size: .9em; }

.ElementsList .comp_public_facebook .tabs .tab:hover, .ElementsList .comp_public_facebook .tabs .selected {
  color: #58B6F4; }

.ElementsList .comp_public_facebook .tabs .tab .icon {
  background-image: url("/assets/FB.gif");
  background-repeat: no-repeat;
  width: 16px;
  height: 17px;
  margin-left: 10px;
  margin-top: 1px; }

.ElementsList .comp_public_facebook .tabs .tab1 .icon {
  background-position: 0 -20px; }

.ElementsList .notification, .ElementsList .fb-root-permission {
  padding: 40px 50px; }

.ElementsList .comp_public_facebook .tabs .tab span {
  color: #6a6a6a; }

.ElementsList .comp_public_facebook .selected-box .image img, .ElementsList .comp_media.tab_18 .selected-box .image img, .ElementsList .comp_media.tab_18 .selected-box .image img {
  width: 460px; }

.ElementsList .comp_public_facebook .result-cont .smallimage {
  float: left;
  margin: 10px 15px; }

.ElementsList .comp_public_facebook .result-cont-content {
  overflow: hidden; }

.ElementsList .comp_public_facebook .like_count {
  direction: rtl;
  color: #375e87;
  font-size: .95em; }

.ElementsList .comp_public_facebook .cate {
  font-size: .9em; }

.ElementsList .comp_public_facebook .result-box .result-item {
  margin: 10px;
  padding: 5px; }

.ElementsList .comp_public_facebook.tab_18 .selected-box, .ElementsList .comp_media.tab_18 .selected-box, .ElementsList .comp_public_facebook.tab_18 .selected-box, .ElementsList .comp_media.tab_18 .selected-box {
  padding: 0;
  text-align: right; }

/* facebook user albums */
.ElementsList .tab_18 .SearchContainer .search_btns, .ElementsList .tab_18 .SearchContainer .Pagination_cont, .ElementsList .tab_18 .SearchContainer .searchIcon, .ElementsList .tab_18 .SearchContainer .search_btns, .ElementsList .tab_18 .SearchContainer .Pagination_cont, .ElementsList .tab_18 .SearchContainer .searchIcon {
  display: none; }

.ElementsList .tab_18 .FB_Albums li {
  float: right;
  width: 156px;
  cursor: pointer;
  padding: 0 19px 10px; }

.ElementsList .tab_18 .FB_Albums_title {
  padding: 8px 10px;
  float: none;
  width: auto; }

.ElementsList .tab_18 .FB_Albums .Fb_album_cont {
  position: relative;
  top: 0;
  left: 0;
  z-index: 1;
  border: 1px solid #d2d2d2;
  background-color: #FFF; }

.ElementsList .tab_18 .FB_Albums .Fb_album {
  position: relative;
  top: 4px;
  left: 4px;
  z-index: 2;
  padding: 4px;
  border: 1px solid #d2d2d2;
  background-color: #FFF; }

.ElementsList .tab_18 .FB_Albums .Fb_album_image {
  height: 111px;
  width: 144px;
  overflow: hidden; }

.ElementsList .tab_18 .FB_Albums .Fb_album_image img {
  width: 144px; }

.ElementsList .tab_18 .FB_Albums .photoDetails {
  padding: 5px 0;
  font-size: .8em; }

.ElementsList .tab_18 .FB_Albums .photoDetails strong {
  display: block;
  height: 19px;
  overflow: hidden; }

.ElementsList .tab_18 .FB_Albums .photoDetails a {
  color: #3B5998;
  text-decoration: none; }

.ElementsList .tab_18 .FB_Albums .photoDetails .photosCount {
  color: #808080; }

/* facebook user photos */
.ElementsList .tab_18 .FB_Photos li.result-item {
  margin: 6px 3px;
  float: right; }

.ElementsList .tab_18 li.FB_Photos_title {
  padding: 8px 10px;
  width: auto;
  direction: ltr; }

.ElementsList .tab_18 .Fb_photo_cont {
  background: #fff;
  padding: 3px; }

.ElementsList .tab_18 .Fb_photo_img {
  width: 130px;
  height: 80px;
  overflow: hidden; }

.ElementsList .tab_18 .Fb_photo_cont img {
  width: 100%; }

/* twitter */
#ElementsList .comp_public_twitter .result-box {
  border-width: 1px; }

.ElementsList .comp_public_twitter .tabs {
  font-size: .8em;
  padding: 10px 0;
  overflow: hidden; }

.ElementsList .comp_public_twitter .tabs label {
  width: 33%;
  float: left;
  margin: 0; }

.ElementsList .comp_public_twitter .tabs input, .ElementsList .comp_public_twitter .tabs select {
  display: block;
  margin: 0;
  width: 125px !important; }

.ElementsList .comp_public_twitter .tabs input {
  width: 100px; }

.ElementsList .comp_public_twitter .tabs select {
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  width: 140px; }

.ElementsList .comp_public_twitter .result-item, .ElementsList .comp_media.tab_17 .result-item {
  margin: 10px;
  padding: 5px; }

.ElementsList .comp_public_twitter .smallimage, .ElementsList .comp_media.tab_17 .smallimage {
  float: left;
  margin: 10px 15px; }

.ElementsList .comp_public_twitter .result-cont-content, .ElementsList .comp_media.tab_17 .result-cont-content {
  overflow: hidden; }

.ElementsList .comp_public_twitter .result-box a, .ElementsList .comp_public_twitter .selected-box a, .ElementsList .comp_media.tab_17 .selected-box a {
  color: #0084b4; }

.ElementsList .comp_public_twitter .SearchContainer .ST_Date a, .ElementsList .comp_media.tab_17 .SearchContainer .ST_Date a {
  color: #999; }

.ElementsList .comp_public_twitter .result-item .result-cont-content figure {
  display: none; }

.ElementsList .comp_public_twitter figure img {
  max-width: 400px; }

.ElementsList .comp_public_twitter .result-item .displayimg {
  padding-left: 20px;
  background-image: url("/assets/twitter_large_img.png");
  background-repeat: no-repeat;
  background-position: left center; }

/* attach */
.ElementsList .comp_attach .SearchContainer .result-box, .ElementsList .comp_attach .result-box .result-box-list {
  height: auto !important;
  min-height: 120px; }

.ElementsList .comp_attach .result-box .result-item {
  margin: 10px;
  padding: 5px; }

.ElementsList .comp_attach .attachimage {
  float: right;
  width: 100px; }

.ElementsList .comp_attach .attachimage img {
  height: 70px;
  width: 100px; }

.ElementsList .comp_attach .result-cont-content a {
  color: #253758; }

.ElementsList .comp_attach .result-cont-content {
  margin-right: 115px; }

.ElementsList .comp_attach .SearchContainer .Pagination_cont {
  display: none; }

/* bookmarklet */
.ElementsList .comp_bookmarklet .result-cont-content {
  margin-right: 0; }

.ElementsList .comp_bookmarklet .result-cont-content a {
  color: #253758; }

/* media locker items */
#ElementsList .comp_media.tab_1000 .Pagination_cont {
  display: none; }

#ElementsList .comp_media .mysocialmediaitems {
  margin: 15px; }

.ElementsList .comp_media .mysocialmediaitems {
  background-position: right top;
  background-repeat: no-repeat;
  padding-top: 15px;
  margin-top: 20px; }

.ElementsList .comp_media .mysocialmediaitems ul {
  border-top: 1px solid #999;
  -webkit-box-shadow: inset 0 1px 0 0 rgba(255, 255, 255, 0.5);
  -moz-box-shadow: inset 0 1px 0 0 rgba(255, 255, 255, 0.5);
  box-shadow: inset 0 1px 0 0 rgba(255, 255, 255, 0.5); }

.ElementsList .comp_media .mysocialmediaitems.tab_18 {
  background-image: url("/assets/icon_facebook.gif"); }

.ElementsList .comp_media .mysocialmediaitems.tab_15 {
  background-image: url("/assets/icon_youtube.gif"); }

.ElementsList .comp_media .mysocialmediaitems.tab_17 {
  background-image: url("/assets/icon_twitter.gif"); }

.ElementsList .comp_media .mysocialmediaitems.tab_16 {
  background-image: url("/assets/flicker_16.png"); }

/* media locker comp */
#ElementsList .comp_media .result-box {
  border-width: 0 !important;
  -webkit-box-shadow: 0 -1px 2px 0 rgba(0, 0, 0, 0.5);
  -moz-box-shadow: 0 -1px 2px 0 rgba(0, 0, 0, 0.5);
  box-shadow: 0 -1px 2px 0 rgba(0, 0, 0, 0.5);
  height: auto; }

#ElementsList .comp_media .result-box .number {
  display: none; }

#ElementsList .comp_media .result-box .searchlabels {
  padding: 10px;
  background: #dedede;
  background: -moz-linear-gradient(top, #dedede 0, #c0c0c0 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #dedede), color-stop(100%, #c0c0c0));
  background: -webkit-linear-gradient(top, #dedede 0, #c0c0c0 100%);
  background: -o-linear-gradient(top, #dedede 0, #c0c0c0 100%);
  background: -ms-linear-gradient(top, #dedede 0, #c0c0c0 100%);
  background: linear-gradient(top, #dedede 0, #c0c0c0 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#dedede', endColorstr='#c0c0c0', GradientType=0); }

#ElementsList .comp_media .result-box .searchlabels .showalllabels {
  font-size: .7em;
  margin-right: 30px;
  margin-top: 4px; }

#ElementsList .comp_media.tab_18 .result-box-list {
  min-height: 435px;
  height: 435px;
  overflow: auto; }

#ElementsList .comp_media.tab_17 .result-box-list, #ElementsList .comp_media.tab_15 .result-box-list {
  min-height: 380px;
  height: 380px;
  overflow: auto; }

#ElementsList .comp_media .result-box-list.s1 .selectall {
  position: absolute;
  bottom: 42px;
  right: 22px;
  font-size: .8em;
  color: #2CA9FC;
  text-decoration: underline;
  z-index: 50;
  padding: 5px;
  background-color: #fff;
  cursor: pointer; }

#ElementsList .comp_media .result-box-list.s1 .selectall input {
  display: none; }

#ElementsList .comp_media .result-box-list .l {
  display: none; }

#ElementsList .comp_media .result-box-list.s1 .l {
  display: block; }

#ElementsList .comp_media .result-box-list.s1 .ul_tags li {
  margin: 0; }

#ElementsList .tab_1000 .result-box .results {
  height: 424px;
  padding-top: 10px;
  overflow: auto;
  -webkit-box-shadow: inset 1px 1px 2px 0 rgba(0, 0, 0, 0.5);
  -moz-box-shadow: inset 1px 1px 2px 0 rgba(0, 0, 0, 0.5);
  box-shadow: inset 1px 1px 2px 0 rgba(0, 0, 0, 0.5); }

#ElementsList .tab_1000 .result-box .results .ul_tags {
  padding: 7px; }

#ElementsList .comp_media.tab_17 .result-box.loaded .socialtabs {
  display: block; }

/* twitter tabs */
#ElementsList .comp_media .socialtabs {
  text-align: right;
  color: #4c4c4c;
  padding: 10px;
  background: #dedede;
  background: -moz-linear-gradient(top, #dedede 0, #c0c0c0 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #dedede), color-stop(100%, #c0c0c0));
  background: -webkit-linear-gradient(top, #dedede 0, #c0c0c0 100%);
  background: -o-linear-gradient(top, #dedede 0, #c0c0c0 100%);
  background: -ms-linear-gradient(top, #dedede 0, #c0c0c0 100%);
  background: linear-gradient(top, #dedede 0, #c0c0c0 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#dedede', endColorstr='#c0c0c0', GradientType=0); }

.ElementsList .comp_media .socialtabs span {
  padding: 0 10px;
  cursor: pointer; }

.ElementsList .comp_media .socialtabs .selected {
  color: #09F; }

/* search for labels */
.ElementsList .comp_media .search_labels {
  margin-bottom: 20px; }

.ElementsList .comp_media .search_labels .searchIcon {
  background-image: url("/assets/searchicon.png");
  background-position: center center;
  background-repeat: no-repeat;
  background-color: transparent;
  text-indent: -99999999px;
  height: 25px;
  width: 20px;
  padding: 0;
  border: 1px solid #666;
  border-left: 0; }

/* media locker labels */
.ul_tags {
  overflow: hidden; }

.ul_tags li {
  float: left;
  margin: 0 10px 10px 0;
  background-image: url("/assets/medialocker_label.png");
  background-repeat: no-repeat;
  background-position: left center;
  padding-left: 11px; }

.ul_tags li.selected {
  background-image: url("/assets/medialocker_label_selected.png");
  background-repeat: no-repeat;
  background-position: left center; }

.ul_tags .label {
  background-color: #fff;
  overflow: hidden;
  cursor: pointer;
  -moz-border-radius-topleft: 0;
  -moz-border-radius-topright: 3px;
  -moz-border-radius-bottomright: 3px;
  -moz-border-radius-bottomleft: 0;
  -webkit-border-radius: 0 3px 3px 0;
  border-radius: 0 3px 3px 0;
  -webkit-box-shadow: 1px 1px 1px 0 rgba(0, 0, 0, 0.3);
  -moz-box-shadow: 1px 1px 1px 0 rgba(0, 0, 0, 0.3);
  box-shadow: 1px 1px 1px 0 rgba(0, 0, 0, 0.3);
  border: solid #9A9A9A;
  border-width: 1px 1px 1px 0; }

.ul_tags li.selected .label {
  background-color: #f28409; }

.ul_tags .label.selected .labeltxt {
  color: #fff; }

.ul_tags .label * {
  float: left; }

.ul_tags .labeltxt {
  background-color: transparent;
  border: 1px solid transparent;
  height: 16px;
  color: #999;
  font-size: .8em;
  cursor: pointer;
  max-width: 120px; }

.ul_tags li.selected .labeltxt {
  color: #fff; }

.ul_tags li.edit .labeltxt {
  border: 1px solid #838383;
  background-color: #fff;
  cursor: text;
  color: #595959 !important; }

.ul_tags span.count {
  font-size: .7em;
  color: #0d6eb3;
  padding: 2px 6px; }

.ul_tags .delete_tag {
  background-image: url("/assets/remove.png");
  background-repeat: no-repeat;
  background-position: center center;
  width: 10px;
  text-indent: -999999px;
  overflow: hidden;
  padding: 0 3px 0 4px;
  line-height: 20px;
  text-align: left;
  direction: ltr;
  display: none; }

/* media locker tabs */
#ElementsList .comp_media .mediaLockertabs {
  margin: -30px -3px 0; }

.ElementsList .comp_media .mediaLockertabs {
  overflow: hidden;
  padding: 3px 3px 0;
  margin: -3px -3px 0; }

.ElementsList .comp_media .mediaLockertabs li {
  background-image: url("/assets/medialocker_icons.png");
  background-repeat: no-repeat;
  float: right;
  text-indent: -999999px;
  width: 48px;
  height: 48px;
  padding: 10px;
  cursor: pointer;
  direction: rtl;
  text-align: right;
  border: 1px solid transparent; }

#ElementsList .comp_media .mediaLockertabs li.selected {
  background-color: transparent;
  border: 1px solid #999; }

.ElementsList .comp_media .mediaLockertabs li.selected {
  background-color: #EDEDED;
  -webkit-box-shadow: 0 0 3px 0 rgba(0, 0, 0, 0.5);
  -moz-box-shadow: 0 0 3px 0 rgba(0, 0, 0, 0.5);
  box-shadow: 0 0 3px 0 rgba(0, 0, 0, 0.5); }

.ElementsList .comp_media .mediaLockertabs .AllowLabels {
  background-position: -264px 7px; }

.ElementsList .comp_media .mediaLockertabs .AllowFBAlbums {
  background-position: -197px 7px; }

.ElementsList .comp_media .mediaLockertabs .AllowTwitter {
  background-position: -129px 7px; }

.ElementsList .comp_media .mediaLockertabs .AllowFlicker {
  background-position: -61px 7px; }

.ElementsList .comp_media .mediaLockertabs .AllowYoutube {
  background-position: 7px 7px; }

#ElementsList .comp_media .mediaLockertabs .AllowLabels {
  background-position: -264px -145px;
  margin-right: 25px; }

#ElementsList .comp_media .mediaLockertabs .AllowFBAlbums {
  background-position: -197px -145px; }

#ElementsList .comp_media .mediaLockertabs .AllowTwitter {
  background-position: -129px -145px; }

#ElementsList .comp_media .mediaLockertabs .AllowFlicker {
  background-position: -61px -145px; }

#ElementsList .comp_media .mediaLockertabs .AllowYoutube {
  background-position: 7px -145px; }

/* media locker items */
/* my youtube */
.ElementsList .tab_15 .result-item .title {
  color: #777; }

/* my twitter */
.ElementsList .tab_17 h4 {
  display: inline; }

.ElementsList .tab_17 img {
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px; }

.ElementsList .tab_17 .result-item a {
  color: #b7b7b7; }

.ElementsList .tab_17 .result-item {
  border: 2px solid transparent;
  padding: 10px;
  background-color: #fff;
  margin: 10px 5px;
  -webkit-box-shadow: 1px 1px 3px 0 rgba(0, 0, 0, 0.3);
  -moz-box-shadow: 1px 1px 3px 0 rgba(0, 0, 0, 0.3);
  box-shadow: 1px 1px 3px 0 rgba(0, 0, 0, 0.3);
  position: relative; }

.ElementsList .tab_17 li .tweet-dogear {
  background: url("/assets/tweet-dogear.png") no-repeat 24px 25px;
  position: absolute;
  right: -2px;
  top: -2px;
  width: 24px;
  height: 25px; }

.ElementsList .tab_17 .favorited .tweet-dogear {
  background-position: 0 0; }

.ElementsList .tab_17 .retweeted .tweet-dogear {
  background-position: 0 -50px; }

.ElementsList .tab_17 .desc {
  margin-left: 60px;
  margin-right: 10px; }

/* components common buttons */
.ElementsList .searchTools {
  padding: 10px 0;
  -moz-border-radius-topleft: 0;
  -moz-border-radius-topright: 0;
  -moz-border-radius-bottomright: 5px;
  -moz-border-radius-bottomleft: 5px;
  -webkit-border-radius: 0 0 5px 5px;
  border-radius: 0 0 5px 5px;
  overflow: hidden;
  text-align: right; }

.ElementsList .searchTools a {
  margin-left: 10px; }

.btn.displaynone {
  display: none; }

/* component status (loading,notification) */
#ElementsList .SearchContainer .loading * {
  display: none; }

#ElementsList .SearchContainer .loading, #ElementsList .SearchContainer .loaded {
  height: 480px;
  overflow: auto;
  display: block; }

#ElementsList #result-box.notification {
  background-color: #fff;
  display: block;
  color: #5c5c5c; }

#ElementsList .result-box.notification .Pagination_cont {
  display: none; }

#ElementsList .result-box.notification .result-box-list {
  width: auto;
  min-height: 110px; }

#ElementsList .result-box.notification {
  display: block; }

/* notefication message */
.curation_cont #notif_message {
  background-color: #ffeedc;
  color: #d9461a;
  border: 1px solid #f58b1b;
  padding: 5px 30px;
  margin: -10px 10px 10px;
  font-size: .9em;
  text-align: center;
  display: none; }

/*
* Facebook & twitter
*
*/
.result-cont .smallimage {
  border: 1px solid #b1bed1;
  border-radius: 2px 2px 2px 2px;
  line-height: 0;
  font-size: 0;
  text-align: center;
  float: right;
  padding: 1px;
  background-color: #FFF; }

.result-cont .prof_smallimage {
  border: 1px solid #173469;
  border-radius: 2px 2px 2px 2px;
  line-height: 0;
  font-size: 0;
  text-align: center;
  float: right;
  background-color: #FFF;
  margin-left: 6px; }

.result-cont .smallimage img, .result-cont .prof_smallimage img {
  width: 50px; }

/* component modes show and hide */
.component-new .donemode, .component-new .btn-edit, .component-new .btn-cancel, .component-new .btn-done {
  display: none; }

.component-done .editmode, .component-done .btn-new, .component-done .btn-cancel, .component-done .btn-done {
  display: none; }

.component-edit .donemode, .component-edit .btn-edit, .component-edit .btn-remove, .component-edit .btn-new {
  display: none; }

/**satatic pages**/
.static {
  padding: 20px 0 40px 0;
  min-height: 500px; }

.static h1 {
  margin: 20px 0;
  font-family: 'Open Sans';
  font-weight: 600;
  font-size: 24px; }

.static p {
  color: #758192;
  margin: 0 0 15px; }

.static .title {
  text-align: left; }

.static .static_list {
  color: #758192;
  margin: 0 30px; }

.static .static_list li {
  list-style: disc inside none;
  margin: 0 0 15px; }

/**Search page**/
.search_top_stories {
  margin: 0 auto;
  padding: 20px 15px 0 0; }

.search_top_stories .pageTitle {
  color: #a69e96;
  font-size: 22px;
  font-family: 'Open Sans';
  font-weight: 600;
  margin: 0;
  text-shadow: 0 1px 0 #E1DFDD; }

.SearchStoryResults.curationsItems {
  padding-bottom: 0;
  margin-top: 15px;
  position: relative; }

.curationsItems {
  position: relative; }

.search_top_stories .pageTitle span {
  color: #6b6156; }

.search_top_stories .ResultCount {
  color: #666;
  font-size: 22px;
  font-family: 'Open Sans';
  font-weight: 600;
  margin: 0 0 0 20px; }

/**authoring publish popup**/
#ChooseThumbnailForm {
  margin: 0; }

.modal,
.ChooseThumbnail {
  padding: 15px 0 10px 0;
  width: 780px; }

.setsSelection {
  padding: 15px 0 10px 0;
  width: 780px; }

.modal h3, .modal h2,
.ChooseThumbnail h3, .ChooseThumbnail h2 {
  background: url("/assets/regnexticon.png") no-repeat scroll 0 center transparent;
  color: #FB4D3E;
  font-size: 16px;
  margin: 0 0 10px 30px;
  padding: 0 0 0 25px;
  line-height: 30px; }

.modal h3,
.ChooseThumbnail h3 {
  margin-bottom: 5px; }

.modal .curation_images_popup_list,
.ChooseThumbnail .curation_images_popup_list {
  margin-right: 20px;
  padding: 0 0 0 20px;
  height: 200px;
  overflow-y: auto !important;
  padding-top: 10px; }

.modal .curation_images_popup_list::-webkit-scrollbar,
.ChooseThumbnail .curation_images_popup_list::-webkit-scrollbar {
  background-color: #b9b5b2;
  width: 8px;
  -webkit-border-radius: 10px;
  border-radius: 10px; }

.modal .curation_images_popup_list::-webkit-scrollbar-thumb,
.ChooseThumbnail .curation_images_popup_list::-webkit-scrollbar-thumb {
  background-color: #88847e;
  -webkit-border-radius: 10px;
  border-radius: 10px; }

.modal .curation_images_popup_list li,
.ChooseThumbnail .curation_images_popup_list li {
  float: left;
  margin: 0 15px 20px 0;
  position: relative; }

.modal .curation_images_popup_list li.selected,
.ChooseThumbnail .curation_images_popup_list li.selected {
  border: 5px solid #f1453e;
  -webkit-border-radius: 8px;
  border-radius: 8px;
  margin: -5px 10px 15px -5px; }

.modal .curation_images_popup_list li.selected .selecteditemMark,
.ChooseThumbnail .curation_images_popup_list li.selected .selecteditemMark {
  background: url("/assets/publishpopupselectedthum.png") no-repeat scroll 0 0 transparent;
  border-bottom-left-radius: 8px;
  bottom: -5px;
  display: block;
  height: 75px;
  left: -5px;
  position: absolute;
  width: 75px; }

.modal .curation_images_popup_list li.selected img,
.ChooseThumbnail .curation_images_popup_list li.selected img {
  border-color: #fff; }

.modal .curation_images_popup_list,
.ChooseThumbnail .curation_images_popup_list {
  padding-bottom: 35px; }

.modal .curation_images_popup_list .curation_image_popup,
.ChooseThumbnail .curation_images_popup_list .curation_image_popup {
  width: 210px;
  height: 210px;
  display: block;
  -webkit-border-radius: 4px;
  border-radius: 4px; }

.modal .FieldOtpions,
.ChooseThumbnail .FieldOtpions {
  padding: 0 0 35px 25px;
  margin-left: 30px; }

.modal .FieldOtpions li,
.ChooseThumbnail .FieldOtpions li {
  float: left;
  width: 225px;
  color: #7a7f86; }

.modal .FieldOtpions li label,
.ChooseThumbnail .FieldOtpions li label {
  font-size: 13px;
  font-family: 'Open Sans';
  font-weight: 700; }

.modal .FieldOtpions li input,
.ChooseThumbnail .FieldOtpions li input {
  margin-top: 0; }

.modal .inputs,
.ChooseThumbnail .inputs {
  border-top: 1px solid #dcdcdc;
  text-align: center;
  padding: 25px 0 10px 0; }

.modal .inputs .btn,
.ChooseThumbnail .inputs .btn {
  font-family: 'Open Sans';
  font-weight: 600;
  color: #707070;
  font-size: 14px;
  margin-right: 10px;
  padding: 12px 25px; }

.modal .inputs .btn.submitbtn,
.ChooseThumbnail .inputs .btn.submitbtn {
  color: #ff503e;
  font-family: 'Open Sans';
  font-weight: 700; }

#sets_item {
  width: 510px;
  position: relative;
  margin: 50px 0 0 -255px; }

#sets_item .FieldOtpions {
  margin-top: 20px; }

#sets_item .inputs {
  padding: 10px 0 0; }

#sets_item .inputs .btn {
  padding: 10px 15px; }

#sets_cover {
  margin-left: -390px; }

#sets_item .add_new_set_form {
  padding: 0 0 25px 25px;
  margin-left: 30px; }

#sets_item .add_new_set_form > * {
  display: inline-block;
  vertical-align: middle;
  margin: 0; }

/**authoring preview page**/
.profilecontainer .maincontent.frm_curation_data {
  margin: 40px auto;
  width: 78.58%; }

.deletecurawdw h3 {
  color: #6B6156;
  font-size: 14px;
  line-height: 27px;
  margin-top: 0; }

.deletecurawdw a.btn {
  color: #FF503E;
  font-family: 'Open Sans';
  font-weight: 600;
  font-size: 13px;
  margin-right: 15px; }

#f1_container {
  position: relative;
  margin: 10px auto;
  width: 450px;
  height: 281px;
  z-index: 1; }

#f1_container {
  -moz-perspective: 1000;
  perspective: 1000; }

#f1_card {
  width: 100%;
  height: 100%;
  transform-style: preserve-3d;
  transition: all 1.0s linear;
  -moz-transform-style: preserve-3d;
  -moz-transition: all 1.0s linear; }

#f1_container:hover #f1_card {
  -moz-transform: rotateY(180deg);
  transform: rotateY(180deg);
  box-shadow: -5px 5px 5px #aaa; }

.face {
  position: absolute;
  width: 100%;
  height: 100%;
  backface-visibility: hidden;
  background-color: #000000; }

.face.back {
  display: block;
  transform: rotateY(180deg);
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 10px;
  color: white;
  text-align: center;
  background-color: #999; }

/* =========================
user profile page
============================ */
.maincontent .topbannercontaienr {
  margin-bottom: 10px; }

.maincontent .topbannercontaienr .profilephoto {
  width: 150px;
  height: 150px;
  margin-right: 10px; }

.maincontent .topbannercontaienr .coverphoto {
  width: 550px;
  height: 150px;
  overflow: hidden;
  position: relative;
  margin-right: 10px; }

.maincontent .topbannercontaienr .coverphoto img {
  width: 100%;
  min-height: 150px; }

.maincontent .topbannercontaienr .coverphoto .userinfo {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 1; }

.maincontent .topbannercontaienr .coverphoto .userinfo .userfullname {
  margin: 10px;
  width: 40%;
  line-height: 1.5em; }

.maincontent .topbannercontaienr .coverphoto .userinfo .userfullname h2 {
  font-size: 1.7em;
  margin: 0; }

.maincontent .topbannercontaienr .coverphoto .userinfo .userfullname h2 a {
  text-shadow: 1px 1px 3px rgba(0, 0, 0, 0.8);
  color: #fff;
  font-family: 'Open Sans';
  font-weight: 600; }

.maincontent .topbannercontaienr .coverphoto .userinfo .bio {
  width: 280px;
  color: #fff;
  margin-top: 25px; }

.maincontent .topbannercontaienr .userfollowinfo {
  -webkit-box-shadow: 0px 0px 2px 0px rgba(0, 0, 0, 0.5);
  box-shadow: 0px 0px 2px 0px rgba(0, 0, 0, 0.5); }

.maincontent .topbannercontaienr .userfollowinfo a {
  color: #000; }

.maincontent .topbannercontaienr .userfollowinfo h2 {
  margin: 0;
  font-size: 1em;
  font-family: 'Open Sans';
  font-weight: 700; }

.maincontent .topbannercontaienr .userfollowinfo h2.count {
  width: 109px;
  height: 150px;
  text-align: center;
  background-color: #f8f8f8; }

.maincontent .topbannercontaienr .userfollowinfo p {
  margin: 0;
  line-height: 20px; }

.maincontent .topbannercontaienr .userfollowinfo .title {
  font-size: 0.9em;
  margin-top: 60px; }

.maincontent .topbannercontaienr .userfollowinfo .number {
  font-size: 1.8em; }

.maincontent .topbannercontaienr .userfollowinfo .lbl_followers_count {
  border-left: 2px solid #e8e8e8; }

/* followers minimzed & menu */
.maincontent .topbannercontaienr .userfollowinfo.minmized .head {
  height: 50px;
  position: relative;
  background-color: #e8e8e8; }

.maincontent .topbannercontaienr .userfollowinfo.minmized .menu {
  position: absolute;
  right: 10px;
  top: 50px;
  width: 198px;
  background-color: #fff;
  border: 1px solid #d4d4d4;
  display: none;
  -webkit-box-shadow: -1px 1px 5px 0px rgba(0, 0, 0, 0.2);
  box-shadow: -1px 1px 5px 0px rgba(0, 0, 0, 0.2);
  z-index: 999; }

.maincontent .topbannercontaienr .userfollowinfo.minmized .menu .arrow {
  width: 30px;
  height: 15px;
  position: absolute;
  top: -15px;
  right: 0;
  background: url("/assets/ChannelMenuArrow.png") no-repeat center center; }

.maincontent .topbannercontaienr .userfollowinfo.minmized .menu li {
  margin: 4px;
  text-align: center; }

.maincontent .topbannercontaienr .userfollowinfo.minmized .menu li a {
  display: block;
  background-color: #e8e8e8;
  color: #9b9b9b;
  font-family: 'Open Sans';
  font-weight: 700;
  font-size: 1.2em;
  border: 1px solid #d4d4d4;
  padding: 15px;
  text-decoration: none; }

.maincontent .topbannercontaienr .userfollowinfo.minmized .menu li a:hover {
  color: #000; }

.maincontent .topbannercontaienr .userfollowinfo.minmized .head.open .menu {
  display: block; }

.maincontent .topbannercontaienr .userfollowinfo.minmized .head h2 {
  color: #4a4a4a;
  font-size: 1.4em;
  line-height: 50px;
  margin-left: 11px; }

.maincontent .topbannercontaienr .userfollowinfo.minmized .head h2 img {
  margin-right: 5px; }

.maincontent .topbannercontaienr .userfollowinfo.minmized h2.count {
  height: 100px; }

.maincontent .topbannercontaienr .userfollowinfo.minmized .title {
  margin-top: 30px; }

.maincontent .topbannercontaienr .userfollowinfo.minmized .counter {
  position: absolute;
  right: 11px;
  top: 11px;
  background: url("/assets/ChannelMenu.png") no-repeat center center;
  width: 28px;
  height: 28px;
  text-align: center; }

.maincontent .topbannercontaienr .userfollowinfo.minmized .counter span {
  display: inline-block;
  border: 1px solid #d6d6d6;
  background-color: #e97a1c;
  color: #fff;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  padding: 0px 6px;
  position: relative;
  top: -7px; }

/* tabs section */
.tabscontainer {
  margin-bottom: 45px; }

#setsholder .nav-tabs#items,
.tabscontainer .nav-tabs {
  margin: 0;
  border: 0;
  /*-webkit-box-shadow:  0px 0px 8px 0px rgba(0, 0, 0, 0.2);*/
  /*box-shadow:  0px 0px 8px 0px rgba(0, 0, 0, 0.2);*/ }

#setsholder .nav-tabs#items {
  margin-top: 1px;
  padding-bottom: 1px;
  background: #f0f0ed; }

#setsholder .nav-tabs#items li {
  width: 80px; }

.profilecontentcontainer .nav-tabs li {
  width: 93px; }

#setsholder .nav-tabs#items li a,
.tabscontainer .nav-tabs li a {
  /*padding-top: 10px;*/
  /*padding-bottom: 10px;*/
  padding: 3px 10px;
  text-align: center;
  color: #4a4a4a;
  border: 0;
  margin: 0;
  margin-left: -1px;
  -webkit-border-radius: 0px;
  border-radius: 0px;
  background: #f4f4f4;
  border: 1px solid #dadada;
  border-bottom: none;
  font-family: 'Open Sans';
  font-weight: 700;
  -webkit-border-radius: 5px 5px 0 0;
  -moz-border-radius: 5px 5px 0 0;
  border-radius: 5px 5px 0 0;
  min-height: 42px; }

#admin-menu-header li {
  width: auto; }

#admin-menu-header li a {
  min-height: 27px; }

#setsholder .nav-tabs#items li.active a,
.tabscontainer .nav-tabs li.active a {
  color: #eb842d;
  background: #fff; }

#setsholder .nav-tabs#items li > a > .tab-label,
.tabscontainer .nav-tabs li > a > .tab-label {
  display: block; }

#setsholder .nav-tabs#items li.active a {
  /*padding-bottom: 8px;*/ }

#setsholder .nav-tabs#items li.active a:hover,
.tabscontainer .nav-tabs li.active a:hover {
  /*border-width:0 1px 0 0;*/
  border-bottom: none; }

#setsholder .my_collections {
  top: -11px;
  position: relative; }

.tabscontainer .filterbar {
  background: #ffffff;
  /*background: -moz-linear-gradient(top,  #ffffff 1%, #f6f6f4 100%);*/
  /*background: -webkit-gradient(linear, left top, left bottom, color-stop(1%,#ffffff), color-stop(100%,#f6f6f4));*/
  /*background: -webkit-linear-gradient(top,  #ffffff 1%,#f6f6f4 100%);*/
  /*background: -o-linear-gradient(top,  #ffffff 1%,#f6f6f4 100%);*/
  /*background: -ms-linear-gradient(top,  #ffffff 1%,#f6f6f4 100%);*/
  /*background: linear-gradient(to bottom,  #ffffff 1%,#f6f6f4 100%);*/
  /*    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#f6f6f4',GradientType=0 );  IE6-9 */
  position: relative;
  /*    height:39px;*/ }

.tabscontainer .filterbar h2 {
  margin: 0;
  font-size: 24px;
  top: 0.4em;
  position: relative; }

.tabscontainer .filterbar .nav.nav-sorting {
  line-height: 40px;
  padding: 10px 20px;
  overflow: hidden;
  margin: 0; }

#section_title_sort {
  font-style: normal; }

.tabscontainer .filterbar .nav.nav-sorting li {
  float: left;
  padding-right: 10px;
  line-height: 15px;
  vertical-align: middle; }

.tabscontainer .filterbar .nav.nav-sorting li.sp {
  border-right: 1px solid #d5d5d5;
  margin-right: 10px; }

.tabscontainer .filterbar .nav.nav-sorting li a:hover {
  background-color: transparent; }

.tabscontainer .filterbar .nav.nav-sorting li .filter-icon {
  display: inline-block; }

.tabscontainer .filterbar .searchcontainer {
  position: relative;
  line-height: 35px;
  margin: 0 20px; }

.tabscontainer .filterbar .searchcontainer .searchfield {
  border: 0;
  margin: 0;
  -webkit-box-shadow: inset 0px 0px 5px 0px rgba(0, 0, 0, 0.2);
  box-shadow: inset 0px 0px 5px 0px rgba(0, 0, 0, 0.2);
  -webkit-border-radius: 0px;
  border-radius: 0px;
  font-family: 'Open Sans';
  font-weight: 700;
  font-size: 0.8em; }

.tabscontainer .filterbar .searchcontainer .searchbtn {
  border: 0;
  position: absolute;
  right: 7px;
  top: 50%;
  margin-top: -7px;
  background: url("/assets/search_btn.png") no-repeat scroll center center;
  width: 19px;
  height: 18px; }

.tabscontainer .filterbar .nav.nav-sorting .all {
  color: #ea832c;
  background-color: #f5f5f5;
  border: 1px solid #e7e7e6;
  padding: 0 40px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  line-height: 20px;
  font-family: 'Open Sans';
  font-weight: 700; }

.tabscontainer .filterbar .sets_tool {
  position: absolute;
  left: 50%;
  top: 5px;
  width: 400px;
  margin-left: -200px;
  text-align: center; }

.tabscontainer .filterbar span, .tabscontainer .filterbar a {
  display: inline-block;
  vertical-align: middle;
  font-family: 'Open Sans';
  font-weight: 700; }

.tabscontainer .filterbar .sets_tool .setname,
.setholderBar .sets_tool .setname {
  font-size: 1.3em;
  color: #e97a1c;
  font-family: 'Open Sans';
  font-weight: 700;
  margin: 0 10px; }

.tabscontainer .filterbar .sets_tool .itemsnum,
.setholderBar .sets_tool .itemsnum {
  background-color: #f4f4f4;
  color: #e97a1c;
  padding: 0 5px;
  border: 1px solid #d4d4d4;
  font-family: 'Open Sans';
  font-weight: 600; }

.tabscontainer .filterbar .sets_tool .itemcode {
  font-size: 1.3em;
  font-family: 'Open Sans';
  font-weight: 700;
  margin: 0 10px;
  background-color: #f4f4f4;
  color: #e97a1c;
  padding: 0 5px;
  border: 1px solid #d4d4d4;
  font-family: 'Open Sans';
  font-weight: 600;
  font-size: 13px; }

.setholderBar .sets_tool #backbutton {
  top: 5px;
  position: relative; }

/* section tasks filter tabs */
#section_tasks_filter.nav.nav-sorting li {
  margin-right: 30px; }

#section_tasks_filter.nav.nav-sorting li a {
  color: #4a4a4a; }

#section_tasks_filter.nav.nav-sorting li.active a {
  color: #e97a1c; }

#section_items_filter_2,
#section_media_filter,
#section_uploads_filter {
  display: block;
  height: 40px;
  position: relative;
  margin-top: 4px;
  width: 98%;
  margin: 0;
  /*background: #fff;*/
  padding: 0 10px;
  /*    margin: 0 -20px;*/
  /*    overflow: hidden;*/ }

.profilecontentcontainer #section_items_filter_2 {
  margin-right: -2px;
  margin-left: -2px; }

#section_items_filter_2 > li,
#section_media_filter > li,
#section_uploads_filter > li {
  height: 40px; }

#section_items_filter_2 > *,
#section_media_filter > *,
#section_uploads_filter > * {
  display: block;
  float: left;
  width: 286px;
  width: 100%;
  margin: 0 2px !important; }

#section_items_filter_2 > *,
#section_media_filter > *,
#section_uploads_filter > * {
  color: #ccc;
  font-family: 'Open Sans';
  font-size: smaller;
  font-weight: normal;
  line-height: 16px; }

#section_items_filter_2 > *.active,
#section_media_filter > *.active,
#section_uploads_filter > *.active {
  color: #eb842d; }

#section_items_filter_2 > * > *,
#section_media_filter > * > *,
#section_uploads_filter > * > * {
  vertical-align: middle;
  display: inline-block;
  height: 40px;
  line-height: 40px; }

#section_items_filter_2 > * > span,
#section_media_filter > * > span,
#section_uploads_filter > * > span {
  width: 100px;
  position: relative;
  top: 5px; }

#section_items_filter_2 .my_collections .sources_list {
  width: auto;
  /*padding-right: 20px;*/
  border: 1px solid #e0e0e0;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px; }

#section_items_filter_2 .sources_list > span {
  text-overflow: ellipsis;
  overflow: hidden;
  padding-right: 6px; }

#section_items_filter_2 .sources_list.active > span,
#section_media_filter .sources_list.active > span,
#section_uploads_filter .sources_list.active > span {
  color: #eb842d; }

#section_items_filter_2 .sources_list.active > span:before,
#section_media_filter .sources_list.active > span:before,
#section_uploads_filter .sources_list.active > span:before {
  border-top-color: #eb842d; }

.collections_all_link {
  color: #333;
  text-decoration: none;
  /*line-height: 40px;*/
  width: 40px;
  font-size: 11px;
  text-align: center;
  font-weight: bold; }

.collections_all_link:hover,
.active .collections_all_link {
  color: #eb842d; }

#section_items_filter_2 > .my_collections > div,
#section_media_filter > .my_collections > div,
#section_uploads_filter > .my_collections > div {
  position: relative;
  line-height: 30px;
  cursor: pointer;
  width: 100px;
  height: 30px;
  margin: 5px 0; }

#section_items_filter_2 > .my_collections > div > span,
#section_items_filter_2 > .my_collections > div > span {
  overflow: hidden;
  text-overflow: ellipsis;
  line-height: 30px;
  display: inline-block; }

#section_items_filter_2 > .my_collections > div > span,
#section_media_filter > .my_collections > div > span,
#section_uploads_filter > .my_collections > div > span {
  position: relative;
  width: 100px;
  padding: 0 10px 0 15px;
  color: #333;
  color: #eb842d; }

#section_items_filter_2 > .my_collections > div:before,
#section_media_filter > .my_collections > div:before,
#section_uploads_filter > .my_collections > div:before {
  content: '';
  position: absolute;
  top: 50%;
  right: 6px;
  margin-top: -5px;
  display: block;
  display: none;
  width: 0;
  height: 0;
  border: 7px solid transparent;
  border-top-color: #333;
  border-top-width: 10px; }

#section_items_filter_2 > .my_collections > div #sources_filter {
  display: none;
  position: absolute;
  margin-top: 10px;
  z-index: 9999;
  border: 1px solid #ccc;
  /*-webkit-box-shadow: 0px 0px 4px 0px rgba(0, 0, 0, 0.4);*/
  /*box-shadow: 0px 0px 4px 0px rgba(0, 0, 0, 0.4);*/
  overflow: visible; }

#section_items_filter_2 > .my_collections > div #sources_filter ul {
  max-height: 210px;
  overflow-y: auto;
  width: 200px; }

#section_items_filter_2 > .my_collections > div #sources_filter:before {
  content: "";
  display: block;
  position: absolute;
  top: -11px;
  left: 15px;
  width: 19px;
  height: 11px;
  background: url("/assets/notificationarrow.png") no-repeat scroll 0 0 transparent; }

#section_items_filter_2 > .my_collections > div #sources_filter.active,
#section_media_filter > .my_collections > div #sources_filter.active,
#section_uploads_filter > .my_collections > div #sources_filter.active {
  display: block; }

#section_items_filter_2 > .my_collections > div #sources_filter li,
#section_media_filter > .my_collections > div #sources_filter li,
#section_uploads_filter > .my_collections > div #sources_filter li {
  display: block;
  padding: 5px 15px;
  color: #333;
  background: #fff; }

#section_items_filter_2 > .my_collections > div #sources_filter li:hover,
#section_media_filter > .my_collections > div #sources_filter li:hover,
#section_uploads_filter > .my_collections > div #sources_filter li:hover {
  color: #fff;
  background: #eb842d; }

#section_media_filter > .my_social > ul,
#section_media_filter + h2 .services {
  overflow: hidden; }

#section_media_filter + h2 .services {
  margin-left: 30px; }

#section_media_filter + h2 .services > * {
  display: none; }

#section_media_filter > .my_social > ul li,
#section_media_filter + h2 .services span {
  float: left; }

#section_media_filter > .my_social > ul li a,
#section_media_filter + h2 .services span a {
  display: block;
  width: 40px;
  height: 40px;
  float: left; }

#section_media_filter > .my_social > ul li a.facebook {
  background: url("/assets/Facebook BTN Not Selected.jpg") no-repeat center center; }

#setsholder .social-icon:hover,
#setsholder .active .social-icon,
#section_media_filter > .my_social > ul li a:hover,
#section_media_filter > .my_social > ul li.active a {
  position: relative; }

#setsholder .social-icon:hover:before,
#setsholder .active .social-icon:before,
#section_media_filter > .my_social > ul li a:hover:before,
#section_media_filter > .my_social > ul li.active a:before {
  content: "";
  display: block;
  width: 80%;
  height: 4px;
  position: absolute;
  bottom: 0;
  left: 10%;
  background: #eb842d; }

#section_media_filter > .my_social > ul li a.facebook:hover,
#section_media_filter > .my_social > ul li.active a.facebook {
  background: url("/assets/Facebook BTN Selected.jpg") no-repeat center center; }

#section_media_filter > .my_social > ul li a.youtube {
  background: url("/assets/Youtube BTN Not Selected.jpg") no-repeat center center; }

#section_media_filter > .my_social > ul li a.youtube:hover,
#section_media_filter > .my_social > ul li.active a.youtube {
  background: url("/assets/Youtube BTN Selected.jpg") no-repeat center center; }

#section_media_filter > .my_social > ul li a.twitter {
  background: url("/assets/Twitter Service Not Selected.jpg") no-repeat center center; }

#section_media_filter > .my_social > ul li a.twitter:hover,
#section_media_filter > .my_social > ul li.active a.twitter {
  background: url("/assets/Twitter Service Selected.jpg") no-repeat center center; }

#section_media_filter > .my_social > ul li a.flickr {
  background: url("/assets/Flickr BTN Not Selected.jpg") no-repeat center center; }

#section_media_filter > .my_social > ul li a.flickr:hover,
#section_media_filter > .my_social > ul li.active a.flickr {
  background: url("/assets/Flickr BTN Selected.jpg") no-repeat center center; }

#section_media_filter + h2 .services .twitter .favs,
#section_media_filter + h2 .services .youtube .favs {
  background: url("/assets/FAV Not selected.jpg") no-repeat center center; }

#section_media_filter + h2 .services .twitter .favs:hover,
#section_media_filter + h2 .services .twitter .favs.active,
#section_media_filter + h2 .services .youtube .favs:hover,
#section_media_filter + h2 .services .youtube .favs.active {
  background: url("/assets/FAV Selected.jpg") no-repeat center center; }

#section_media_filter + h2 .services .twitter .mentions {
  background: url("/assets/My Tweets Not Selected.jpg") no-repeat center center; }

#section_media_filter + h2 .services .twitter .mentions:hover,
#section_media_filter + h2 .services .twitter .mentions.active {
  background: url("/assets/My Tweetes Selected.jpg") no-repeat center center; }

#section_media_filter + h2 .services .youtube .subs {
  background: url("/assets/My Videos - Not Selected.jpg") no-repeat center center; }

#section_media_filter + h2 .services .youtube .subs:hover,
#section_media_filter + h2 .services .youtube .subs.active {
  background: url("/assets/My Videos - Selected.jpg") no-repeat center center; }

.tabscontainer .filterbar {
  /*background: none;*/
  /*margin-top: -1px;*/
  min-height: 40px; }

#section_stories_filter,
#section_items_filter {
  position: relative;
  bottom: 0;
  left: 0;
  width: 100%; }

#section_items_filter {
  position: relative;
  left: 0;
  top: -40px;
  margin-left: 180px;
  margin-bottom: -40px; }

.profilecontentcontainer .tabscontainer li {
  margin-bottom: 0; }

.profilecontentcontainer .tabscontainer {
  margin-bottom: 20px; }

.my_social ul {
  width: 100%; }

.my_social ul li {
  /*width: 25%;*/
  margin: 0;
  padding: 0 !important; }

.medialocker section {
  display: block !important; }

.sorters {
  position: relative;
  overflow: hidden;
  border: 1px solid #e0e0e0;
  padding: 5px 15px;
  margin: -5px 0 0;
  height: 20px;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px; }

.filter-media {
  position: relative;
  overflow: hidden;
  border: 1px solid #e0e0e0;
  padding: 5px;
  margin: -5px 0 0 40px;
  height: 20px;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px; }

/* =========================
Head cards
============================ */
.curationsItems .head .image {
  margin-right: 10px;
  width: 110px;
  height: 110px; }

/* =========================
Teacher tasks cards
============================ */
#divTasks {
  margin-top: 55px; }

#divTasks .createnewtask {
  margin-top: -44px; }

/* user bar */
.curationsItems .teacherTasks .userinfo {
  border-top: 1px solid #f1f1f1;
  padding: 5px;
  margin: 0 10px; }

/* =========================
card row
============================ */
.curationsItems .carditemRow {
  background-color: #f1f1f1;
  color: #9b9b9b;
  height: 40px;
  line-height: 40px;
  font-family: 'Open Sans';
  font-weight: 700; }

.curationsItems .carditemRow span {
  color: #e97a1c;
  font-size: 1em;
  margin: 0 2px; }

/* =========================
card info
============================ */
.curationsItems .carditemStatus {
  background-color: #f1f1f1;
  color: #9b9b9b; }

.curationsItems .carditemStatus .status {
  height: 40px;
  line-height: 40px;
  border-top: 1px solid #eeeded;
  font-family: 'Open Sans';
  font-weight: 700;
  text-align: center; }

/* =========================
draft
============================ */
.curationsItems .carditemStatus .draft {
  letter-spacing: 10px;
  font-size: 1.5em;
  text-transform: uppercase; }

/* =========================
published
============================ */
.curationsItems .carditemStatus .taskDate {
  padding: 5px;
  background-color: #fff;
  border-top: 1px solid #f6f5f5;
  font-style: italic;
  text-align: center; }

.carditemStatus .published {
  padding-left: 25px;
  text-indent: -10px;
  background: url("/assets/submission_arrow.png") no-repeat scroll 10px -26px; }

.carditemStatus .published.opend {
  background-position: 10px 15px; }

.curationsItems .carditemStatus .published span {
  color: #e97a1c;
  font-size: 1.3em;
  margin: 0 2px; }

.curationsItems .items_cont {
  display: none; }

.curationsItems .items_cont .items {
  background-color: #fff; }

/* =========================
detailed cards table
============================ */
.curationsItems .tableofdata {
  margin: 3px; }

.curationsItems .detailedTable {
  font-family: 'Open Sans';
  font-weight: 700;
  border-bottom: 1px solid #f3f3f3;
  color: #000; }

.curationsItems .detailedTable .num {
  background-color: #f3f3f3;
  text-align: center;
  height: 38px;
  line-height: 38px;
  font-size: 1em; }

.curationsItems .detailedTable .text {
  height: 38px;
  line-height: 10px; }

.curationsItems .detailedTable span {
  font-size: 0.7em; }

.curationsItems .detailedTable h3 {
  font-size: 0.7em;
  margin: 0;
  line-height: 17px; }

.curationsItems .detailedTable .text1 {
  border-right: 1px solid #f3f3f3; }

.curationsItems .detailedTable .text2 h3 {
  text-align: center; }

.curationsItems .detailedTable .text3 {
  background-color: #f3f3f3;
  text-indent: 3px; }

.curationsItems .detailedTable .text4 {
  text-indent: 3px; }

.curationsItems .detailedTable .text4 h3 {
  text-align: center; }

.curationsItems .carditem.teachers .delete-teacher,
.curationsItems .carditem.groups .delete-group,
.curationsItems .carditem.students .delete-student {
  display: none;
  width: 50px;
  height: 50px;
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: -25px;
  margin-left: -25px;
  background: url(/assets/story_hud_mono.png) 0 0 no-repeat;
  background-position: -104px 0;
  text-indent: -9999px; }

.curationsItems .carditem.teachers .delete-teacher:hover,
.curationsItems .carditem.groups .delete-group:hover,
.curationsItems .carditem.students .delete-student:hover {
  background-image: url(/assets/story_hud.png); }

.curationsItems .carditem.teachers:hover .delete-teacher,
.curationsItems .carditem.groups:hover .delete-group,
.curationsItems .carditem.students:hover .delete-student {
  display: block; }

/* =========================
card pagination
============================ */
.curationsItems .items_cont .pagination {
  margin: 0;
  padding: 5px 12px; }

.curationsItems .items_cont .pagination a {
  color: #656565;
  font-size: 0.8em; }

.curationsItems .items_cont .pagination a:hover {
  color: #000; }

/* =========================
Student cards
============================ */
.curationsItems .studentTasks .carditemStatus {
  background-color: #f1f1f1;
  color: #9b9b9b; }

.curationsItems .studentTasks .carditemStatus .status {
  height: 40px;
  line-height: 40px;
  border-top: 1px solid #eeeded;
  font-family: 'Open Sans';
  font-weight: 700;
  text-align: center;
  letter-spacing: 10px;
  font-size: 1.5em;
  text-transform: uppercase;
  background: none; }

/* draft */
.curationsItems .studentTasks .carditemStatus .draft {
  color: #9b9b9b; }

/* published */
.curationsItems .studentTasks .carditemStatus .published {
  color: #e97a1c; }

/* =========================
Add new person form
============================ */
.itemcontaineroverlay .fancybox-inner {
  background-color: #fff;
  background-color: rgba(255, 255, 255, 0.8); }

.AddNewPerson {
  margin: 20px; }

.AddNewPerson select {
  border-radius: 0px;
  background-color: #f9f9f9;
  border: 1px solid #d4d4d4; }

.AddNewPerson .inputs {
  padding: 10px 0;
  min-height: 255px; }

.AddNewPerson .inputs .input input {
  -webkit-border-radius: 0px;
  border-radius: 0px;
  background-color: #f9f9f9;
  border: 1px solid #d4d4d4; }

.AddNewPerson .inputs .addbtn {
  padding-left: 20px; }

.AddNewPerson .inputs.import {
  text-align: center; }

.AddNewPerson .inputs strong {
  font-family: 'Open Sans';
  font-weight: 700; }

.AddNewPerson .inputs strong.color {
  color: #eb7a00; }

/* ----------------------------------------------
edit icons
---------------------------------------------- */
.curationsItems .carditem:hover ul.editicons {
  display: block; }

.homepagecontentmain .curationsItems .carditem:hover ul.editicons,
#school_stories.curationsItems .carditem:hover ul.editicons {
  display: none; }

/* ----------------------------------------------
follow button
---------------------------------------------- */
.topbannercontaienr {
  position: relative; }

.btnfollow {
  position: absolute;
  bottom: 10px;
  left: 170px;
  z-index: 2;
  text-indent: -9999px;
  border: none;
  display: block;
  width: 100px;
  height: 27px;
  border-radius: 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  background: url(/assets/follow_button.png) no-repeat -100px 0; }

.btnfollow:hover {
  background-position: 0 0; }

.btnfollow.unfollow {
  background-position: -200px 0; }

.btnfollow.unfollow:hover {
  background-position: -300px 0; }

.authorheader {
  position: relative; }

.authorheader .btnfollow {
  top: -10px;
  left: 0;
  position: relative; }

a.color {
  color: #e97a1c; }

a.color:hover {
  text-decoration: underline; }

.read-more-content,
.read-less {
  display: none; }

.read-more,
.read-less {
  font-size: 14px; }

.fancybox-inner #yahsignin_container,
.fancybox-inner #yahsignup_container {
  display: block !important;
  visibility: visible !important; }

.fancybox-inner .signinHead {
  border-bottom: 1px solid #c7c7c7;
  font-size: 1.5em;
  margin: 0;
  padding-bottom: 5px; }

.fancybox-inner .actionbtnscontainer > * {
  display: block;
  margin-top: 10px; }

.curationsItems .carditem.facebook_item {
  background: url("/assets/facebookBackground.png") no-repeat scroll center 30px #FFFFFF; }

h4.teaser-head {
  font-size: 25px; }

.text-center {
  text-align: center; }

.footer-nav {
  list-style: none;
  padding: 0;
  margin: 0;
  margin-bottom: 10px; }

.footer-nav li {
  display: inline-block;
  font-family: 'Open Sans';
  font-weight: 700;
  font-size: 16px;
  color: #000; }

.footer-nav li a {
  color: #000; }

#copyright {
  font-size: 16px;
  color: #000; }

.intro-text h1.home-head {
  font-size: 20px;
  margin-bottom: 5px; }

#edu-wrap .inner-content h5,
#edu-wrap .inner-content ul li,
#edu-wrap .intro-text p {
  font-size: 13px; }

#edu-wrap .inner-content h5 {
  line-height: 28px; }

#edu-wrap .top-content {
  background: none;
  border: none;
  min-height: 400px; }

#price-table {
  background: #fff;
  border: 1px solid #bbb;
  margin-top: 30px;
  width: 940px;
  padding-bottom: 10px; }

#price-table .columns {
  margin-left: 10px;
  margin-right: 0px; }

#edu-wrap .about-content {
  padding: 20px 0; }

#edu-wrap #price-table .item-wrap {
  margin-top: 0;
  min-height: 300px;
  height: 740px !important; }

.teaser.edu-teaser {
  margin-top: 20px;
  margin-bottom: 20px; }

.intro-text p {
  font-size: 22px;
  line-height: 22px; }

.intro-text {
  font-size: 20px; }

.feature-list li {
  font-size: 13px !important;
  line-height: 26px; }

#storyArticle {
  float: none;
  margin-right: auto;
  margin-left: auto; }

.fancybox-inner .signin_containercontent {
  padding: 15px 20px; }

#signin_container .signin_containercontent {
  margin-top: 0; }

.schools_footer {
  text-align: right; }

.about-box,
.white-box {
  display: block;
  padding: 40px;
  background: #fff;
  border: 1px solid #ddd;
  font-size: 13px;
  line-height: 21px;
  margin-top: 40px; }

#faq .white-box *,
.innerContact .white-box * {
  font-size: 13px;
  line-height: 21px; }

.about-box strong,
.white-box strong,
.innerContact .white-box strong {
  font-size: 20px; }

.innerContact .white-box strong {
  display: block; }

#faq .white-box p,
.innerContact .white-box p {
  font-size: 13px; }

#faq h1,
.innerContact h1 {
  font-family: 'Open Sans';
  font-weight: 700; }

#faq p {
  color: #000;
  line-height: 1.25em; }

#faq .white-box strong {
  display: block;
  margin-bottom: 15px;
  font-size: 20px;
  font-family: 'Open Sans';
  font-weight: 600; }

.faqrows li {
  margin-bottom: 40px; }

#usage_contract *,
.about-box p {
  color: #2d333c; }

.about-box strong {
  font-family: 'Open Sans';
  font-weight: 600;
  display: block;
  margin: 20px 0; }

.innerContact {
  font-size: 24px; }

.innerContact p {
  color: #000; }

.innerContact a {
  color: #e97a1c; }

.innerContact dl {
  overflow: hidden; }

.innerContact dl dt {
  font-weight: normal;
  width: 90px;
  float: left;
  clear: left;
  margin-bottom: 10px; }

.innerContact dl dd {
  font-weight: normal;
  width: 250px;
  float: left; }

#edu-wrap #mainContent .intro-text {
  margin-top: 0; }

.inner-content ul li h5 {
  line-height: 24px; }

.inner-content ul li {
  font-size: 22px;
  line-height: 24px; }

#price-table .item-wrap {
  padding-bottom: 0; }

.control-buttons {
  position: absolute;
  top: 0;
  right: 0;
  margin-right: -55px; }

.control-buttons.affix-top {
  /*    position: absolute;
      top: 0;
      right: -55px;*/ }

.control-buttons.affix {
  position: fixed;
  top: 100px;
  right: auto;
  z-index: 9;
  width: 50px;
  margin-left: 625px; }

.control-buttons a {
  display: block;
  float: right;
  clear: both;
  margin: 2px;
  width: 50px;
  height: 50px;
  background: url(/assets/story_hud_mono.png) 0 0 no-repeat; }

.control-buttons a:hover {
  background-image: url(/assets/story_hud.png); }

.control-buttons a.changeStory {
  background-position: -52px 0; }

.control-buttons a.deleteStory {
  background-position: -104px 0; }

.comment_Desc {
  overflow-x: auto; }

#story_items li .sets {
  position: absolute;
  display: block;
  width: 50px;
  height: 50px;
  top: 50%;
  left: 50%;
  margin-top: -25px;
  margin-left: -25px;
  background: url(/assets/sets.png) 0 0 no-repeat; }

.mCustomScrollBox {
  overflow-y: auto !important;
  height: auto !important; }

.mCSB_scrollTools {
  display: none !important; }

.carditem {
  position: relative; }

.FB_Photos li .sets_link,
#ml-youtube-viewport .playlist-item .sets_link,
#divMediaLockerItems .carditem .sets_link,
#sets .carditem .sets_link,
#user_uploads .carditem .sets_link,
#story_items .carditem .sets_link {
  display: none;
  position: absolute;
  top: 50%;
  left: 50%;
  width: 50px;
  height: 50px;
  margin-top: -25px;
  margin-left: -25px;
  background: url(/assets/sets_mono.png) no-repeat 0 0; }

.FB_Photos li:hover .sets_link,
#ml-youtube-viewport .playlist-item:hover .sets_link,
#divMediaLockerItems .carditem:hover .sets_link,
#sets .carditem:hover .sets_link,
#user_uploads .carditem:hover .sets_link,
#story_items.show-sets .carditem:hover .sets_link {
  display: block; }

.FB_Photos li.hover .sets_link,
#ml-youtube-viewport .playlist-item.hover .sets_link,
#divMediaLockerItems .carditem.hover .sets_link,
#sets .carditem.hover .sets_link,
#user_uploads .carditem.hover .sets_link,
#story_items.show-sets .carditem.hover .sets_link {
  display: block !important; }

#stories.userstories .carditem.hover .editicons {
  display: block !important; }

.FB_Photos li .sets_link:hover,
#ml-youtube-viewport .playlist-item .sets_link:hover,
#divMediaLockerItems .carditem .sets_link:hover,
#sets .carditem .sets_link:hover,
#user_uploads .carditem .sets_link:hover,
#story_items.show-sets .carditem .sets_link:hover {
  background-image: url(/assets/sets.png); }

#setsholder .sets_link {
  display: none !important; }

#sets > ul {
  top: 30px; }

#sets {
  margin-top: 35px; }

#aboutus h1,
#usage_contract h1 {
  font-family: 'Open Sans';
  font-weight: 700; }

.itemDetailscontainer .attachitemdetails {
  margin: 0px 40px;
  padding: 20px;
  -webkit-box-shadow: 0px 0px 4px 0px rgba(0, 0, 0, 0.4);
  box-shadow: 0px 0px 4px 0px rgba(0, 0, 0, 0.4); }

.itemDetailscontent.Bmrkletitem.comp_bookmarklet .bmrkleticon {
  margin: 10px -10px -10px;
  padding: 7px;
  padding-left: 35px;
  background-color: #f3f3f3;
  background-position: 9px -29px; }

.itemDetailscontent.Bmrkletitem.comp_bookmarklet .bmrkleticon img {
  margin-left: -30px;
  width: 24px;
  background: #f3f3f3;
  margin-right: 7px; }

.itemDetailscontainer .itemDetailscontent.Bmrkletitem .otheitemscontent .titleandDesc p {
  margin-top: 0; }

.itemDetailscontainer .itemDetailscontent.Bmrkletitem .otheitemscontent .titleandDesc i.url {
  display: none; }

.confirmation_box .fancybox-outer .deletewindow {
  text-align: right; }

.confirmation_box .fancybox-outer .deletewindow h3 {
  color: #000;
  font-size: 20px;
  text-align: left; }

#price-table .item-wrap .head-title span.price {
  font-size: 18px !important;
  margin-top: 10px !important;
  margin-bottom: 6px !important;
  display: block; }

.storycontent .storyitem.flickeritemdetails .brand {
  background-image: url(/assets/FlickerIcon.png) !important;
  background-position: 0 0 !important; }

.fbpublicitemdetails .date {
  background: url("/assets/FacebookIcon.png") no-repeat scroll left bottom;
  padding-left: 30px; }

.fbimagesitemdetails.itemDetailscontent .icon,
.storycontent .allstoryitems .storyitem.FacebookItem .username.icon {
  background: url("/assets/FacebookIcon.png") no-repeat scroll 0 0; }

/*
.itemDetailscontainerInner{
padding: 10px;
-webkit-box-shadow: 0px 0px 4px 0px rgba(0, 0, 0, 0.4);
box-shadow: 0px 0px 4px 0px rgba(0, 0, 0, 0.4);
}*/
.itemDetailscontainer .bookmarklet.Bmrkletitem.itemDetailscontent {
  padding: 10px;
  -webkit-box-shadow: 0px 0px 4px 0px rgba(0, 0, 0, 0.4);
  box-shadow: 0px 0px 4px 0px rgba(0, 0, 0, 0.4); }

.itemDetailscontainer .Bmrkletitem .otheitemscontent .titleandDesc {
  width: 90%; }

.itemDetailscontainer .Bmrkletitem .otheitemscontent .titleandDesc .url {
  padding: 10px;
  margin: 10px -21px -20px -56px;
  background-color: #f3f3f3; }

.fancybox-wrap {
  z-index: 9999 !important; }

.comp_Text ul, .comp_Text ul li,
.allstoryitems ul, .allstoryitems ul li {
  list-style-type: disc; }

.comp_Text ol, .comp_Text ol li,
.allstoryitems ol, .allstoryitems ol li {
  list-style-type: decimal; }

.comp_Text ul,
.allstoryitems ul,
.comp_Text ol,
.allstoryitems ol {
  margin-left: 30px; }

#edu-wrap .about-content .feature-list li {
  list-style: disc !important;
  width: 90%; }

.yahki-form {
  margin-top: 60px !important;
  padding: 0;
  font: normal normal 13px/1.6em 'Open Sans', sans-serif;
  color: #000; }

.yahki-form .mb {
  position: relative;
  margin-bottom: 15px; }

.yahki-form h1 {
  margin: 0;
  font-size: 24px;
  font-family: 'Open Sans', sans-serif;
  font-weight: 700;
  color: #2d333c; }

.yahki-form hr {
  display: block;
  margin: 10px 0;
  background: none;
  border-top: 1px solid #ccc;
  border-bottom: 1px solid #fff; }

.yahki-form p {
  color: #000; }

.yahki-form form {
  display: block; }

.yahki-form form label {
  display: block;
  position: relative;
  margin-bottom: 15px;
  /*    margin: 0 0 35px 0;*/ }

.yahki-form form label .errorHolder,
.yahki-form form .errorHolder {
  position: absolute;
  top: 9px;
  left: 660px; }

.yahki-form.yahki-signup-form form .errorHolder {
  position: absolute;
  top: 10px;
  left: 686px; }

.yahki-form form label > * {
  display: inline-block;
  vertical-align: middle;
  margin: -3px 0 0; }

.yahki-form form label > span {
  width: 430px;
  font-size: 13px;
  font-family: 'Open Sans', sans-serif;
  font-weight: 600;
  color: #000; }

.yahki-form form label > input[type="text"],
.yahki-form form label > textarea {
  width: 300px;
  height: 40px;
  padding: 0;
  padding-left: 5px;
  /* -webkit-border-radius: 0;
     -moz-border-radius: 0;
      border-radius: 0;*/ }

.yahki-form form label > textarea {
  height: 110px; }

.yahki-form form button[type="submit"] {
  position: relative;
  left: 587px;
  display: block;
  width: 151px;
  height: 37px;
  border: none;
  text-indent: -9999px;
  background: url(/assets/form-submit.png) no-repeat 0 0; }

.yahki-form {
  width: 660px; }

.yahki-form.container {
  position: relative;
  left: -140px; }

.yahki-form .option-head {
  float: left;
  width: 58%;
  padding-right: 0;
  font-size: 13px !important;
  font: normal 600 13px/1.6em 'Open Sans', sans-serif; }

.yahki-form .option-body {
  width: 40%;
  float: right;
  min-height: 40px; }

.yahki-form .option-body label {
  line-height: 40px; }

.yahki-form .option-body select {
  margin-bottom: 0;
  height: 40px; }

.yahki-form .errorHolder .usernamesuccess {
  display: block;
  width: 20px;
  height: 20px;
  margin: 0;
  padding: 0;
  float: left;
  background: url(..//assets/check.png) no-repeat 0 0; }

#dealsform .errorHolder {
  position: absolute;
  top: 10px;
  left: 100%;
  margin-left: 30px; }

#dealsform textarea {
  height: 100px; }

.errorHolder .usernameerror {
  width: 240px;
  margin-top: 0px;
  margin-left: 0;
  margin-bottom: 10px; }

.userIcontainer .yahki-image-resize {
  display: block !important; }

.frm_curation_data.authoringpage {
  min-width: 300px; }

#divUploadedItems .uploadfilecontaienr {
  position: absolute;
  top: 0;
  left: 0;
  width: 90%;
  height: 95%;
  background: none !important;
  border: none;
  overflow: hidden; }

.uploadfilecontaienr.loading,
#divUploadedItems .uploadfilecontaienr.loading {
  background: url(/assets/loading.gif) center center no-repeat #d8d8d8 !important;
  z-index: 3; }

#divUploadedItems .uploadfilecontaienr input {
  opacity: 0;
  position: absolute;
  bottom: 0;
  right: 0;
  font-size: 1000px !important;
  width: 20000px;
  height: 20000px; }

.storyheader > *,
.textitemcontainer,
.textitemcontainer .componentHolder .editorText,
.comp_Text {
  overflow: hidden;
  overflow-x: auto; }

.storyheader > .topinfo {
  overflow: visible; }

.storyheader > h3 {
  margin: 10px 20px; }

a:focus,
a:active {
  outline: none; }

#header .MainMenuButton .menu .links a:focus {
  color: #333; }

#div_content_delete {
  text-align: right; }

#div_content_delete.deletewindow {
  text-align: right; }

#div_content_delete.deletewindow h3 {
  text-align: left;
  margin-bottom: 25px; }

.FollowListing .carditem {
  cursor: default; }

#spanCurationKeywords {
  overflow-x: auto; }

#curation_title,
#curation_taggings {
  line-height: 20px;
  font-weight: 700; }

.mce-tinymce {
  visibility: visible !important; }

.storyitems ul, .storyitems ol {
  font-family: 'Open Sans';
  font-size: 15px; }

.video_thumb {
  position: relative; }

.video_thumb .playbtn {
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: -44px;
  margin-left: -44px;
  display: block;
  width: 88px;
  height: 88px;
  background: url(/assets/White_play_button.png) no-repeat 0 0; }

.video_thumb .playbtn:hover {
  background: url(/assets/dark_play_button.png) no-repeat 0 0; }

.carditem.teachers.hover .delete-teacher,
.carditem.groups.hover .delete-group,
.carditem.students.hover .delete-student {
  display: block !important; }

#components_cont {
  -webkit-transform: scale3d(1, 1, 1); }

.storycontentsummary .assignment_link {
  display: block;
  text-align: center;
  padding: 25px 10px;
  margin-bottom: 20px;
  background: #e98c3e;
  color: #fff; }

input[type="text"],
input[type="text"]:focus,
input[type="password"],
input[type="password"]:focus,
textarea,
textarea:focus {
  outline: none; }

#global-notification {
  position: fixed;
  top: 10px;
  left: 0;
  width: 100%;
  height: 50px;
  text-align: center;
  z-index: 999999; }

#global-notification span {
  display: inline-block;
  padding: 5px;
  background: #fcecde;
  color: #000;
  -webkit-box-shadow: 0 0 20px rgba(0, 0, 0, 0.5);
  -moz-box-shadow: 0 0 20px rgba(0, 0, 0, 0.5);
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.5); }

.light {
  font-family: "Open Sans";
  font-weight: 300; }

.medialocker {
  display: none;
  position: relative;
  top: 30px;
  min-height: 300px; }

.medialocker.authoring {
  top: -20px; }

.medialocker section > h2 {
  font-family: "Open Sans";
  font-weight: 700;
  font-size: 24px;
  margin: 0 0 20px;
  position: relative;
  height: 30px;
  position: absolute;
  top: -52px;
  left: 20px;
  width: 19%;
  /*margin-left: 50px;*/
  /*display: block !important;*/ }

/*.medialocker section#ml-facebook > h2{
    left: 25%;
}

.medialocker section#ml-flickr > h2{
    left: 50%;
}

.medialocker section#ml-youtube > h2{
    left: 75%;
}*/
#medialockerviews .medialocker section > h2 {
  top: 45px; }

.medialocker.loading #ml-twitter h2,
.medialocker.loading #ml-youtube h2,
.medialocker.loading #ml-flickr h2 {
  display: block; }

.Fb_album_image {
  position: relative;
  display: block;
  height: 120px;
  overflow: hidden;
  cursor: pointer; }

.Fb_album {
  position: relative;
  padding: 5px;
  background: #fff;
  border: 1px solid #e0e0e0; }

.Fb_album:before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background: #fff;
  border: 1px solid #e0e0e0;
  position: absolute;
  top: -5px;
  left: -5px;
  z-index: -1; }

.photoDetails {
  margin-top: 5px; }

.photosCount {
  color: #999; }

.FB_Photos > ul > li,
.FB_Albums > ul > li {
  display: block;
  width: 25%;
  float: left;
  margin: 0 10px 20px 10px; }

.FB_Photos > ul,
.FB_Albums > ul {
  display: block;
  margin: 10px -10px; }

.FB_Photos > ul {
  /*overflow: hidden;*/
  margin: 20px 0; }

.FB_Albums > ul:before,
.FB_Albums > ul:after {
  content: "";
  display: block;
  width: 100%;
  clear: both; }

h2 .fbcontrols,
h2 .ytcontrols,
h2 .flcontrols,
h2 .twcontrols {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 250px; }

h2 .fbcontrols a,
h2 .ytcontrols a,
h2 .flcontrols a,
h2 .twcontrols a {
  display: inline-block;
  margin-right: 20px;
  font-size: 12px;
  text-decoration: none;
  display: inline-block;
  vertical-align: middle;
  color: #666; }

h2 .fbcontrols a.active,
h2 .ytcontrols a.active,
h2 .flcontrols a.active,
h2 .twcontrols a.active {
  color: #08c; }

.medialocker_tools {
  display: block;
  position: absolute;
  top: 50px;
  left: 0;
  width: 100%;
  z-index: 99; }

.medialocker_tools #section_items_filter_2 > * {
  /*display: none;*/
  margin: 0; }

.medialocker_tools #section_items_filter_2 > *.active {
  display: block;
  width: 95%; }

.medialocker_tools #section_items_filter_2 > .my_collections > span,
.medialocker_tools #section_items_filter_2 > .my_social > span {
  width: 70px; }

.medialocker_tools #section_items_filter_2 > li {
  /*background: #f0f0ed;*/ }

.upload_image_btn {
  display: block;
  height: 100px; }

#classes_table .add_more,
#teachers_table .add_more,
#students_table .add_more {
  display: block;
  margin-left: 0; }
  #classes_table .add_more a,
  #teachers_table .add_more a,
  #students_table .add_more a {
    text-decoration: none; }
  #classes_table .add_more .add-btn,
  #teachers_table .add_more .add-btn,
  #students_table .add_more .add-btn {
    visibility: hidden; }
#classes_table .row-fluid:last-child .add_more .add-btn,
#teachers_table .row-fluid:last-child .add_more .add-btn,
#students_table .row-fluid:last-child .add_more .add-btn {
  visibility: visible; }
#classes_table .row-fluid:only-child .add_more .remove-btn,
#teachers_table .row-fluid:only-child .add_more .remove-btn,
#students_table .row-fluid:only-child .add_more .remove-btn {
  opacity: 0.5;
  pointer-events: none;
  border-style: dashed; }

.input-error {
  border: 1px solid #FF2929 !important; }

.remove-btn {
  display: inline-block;
  vertical-align: middle;
  width: 24px;
  height: 5px;
  margin: 5px;
  background: #fff;
  border: 2px solid #d0d0d0; }
  .remove-btn:hover {
    border-color: #FF6262; }

#setsholder .medialocker {
  padding-top: 50px; }

#setsholder .medialocker section > h2 {
  position: absolute;
  top: 0;
  left: 0;
  margin: 0;
  /*width: 50%;   */ }

/*#setsholder .medialocker section#ml-facebook > h2{
    left: 50%;
}

#setsholder .medialocker section#ml-youtube > h2{
    top: 50px;  
}

#setsholder .medialocker section#ml-flickr > h2{
    left: 50%;
    top: 50px;  
}*/
#setsholder .medialocker section .social-icon {
  display: block;
  width: 40px;
  height: 40px;
  position: absolute;
  top: -86px; }

#setsholder .medialocker.authoring section .social-icon {
  top: -36px; }

#setsholder .medialocker section#ml-facebook .social-icon {
  left: 45px;
  background: url("/assets/Facebook BTN Not Selected.jpg") no-repeat center center; }

#setsholder .medialocker section#ml-facebook.active .social-icon {
  background: url("/assets/Facebook BTN Selected.jpg") no-repeat center center; }

#setsholder .medialocker section#ml-twitter .social-icon {
  left: 0;
  background: url("/assets/Twitter Service Not Selected.jpg") no-repeat center center; }

#setsholder .medialocker section#ml-twitter.active .social-icon {
  background: url("/assets/Twitter Service Selected.jpg") no-repeat center center; }

#setsholder .medialocker section#ml-youtube .social-icon {
  left: 135px;
  background: url("/assets/Youtube BTN Not Selected.jpg") no-repeat center center; }

#setsholder .medialocker section#ml-youtube.active .social-icon {
  background: url("/assets/Youtube BTN Selected.jpg") no-repeat center center; }

#setsholder .medialocker section#ml-flickr .social-icon {
  left: 90px;
  background: url("/assets/Flickr BTN Not Selected.jpg") no-repeat center center; }

#setsholder .medialocker section#ml-flickr.active .social-icon {
  background: url("/assets/Flickr BTN Selected.jpg") no-repeat center center; }

.ElementsList .comp_uploads .highlightBox.hud_holder .edit,
.ElementsList .comp_my_flicker .highlightBox.hud_holder .edit {
  display: none; }

#ml-flickr-viewport #divMediaLockerItems {
  min-height: 1000px !important;
  overflow-y: scroll; }

.FB_Photos_title {
  text-align: center; }

.by {
  margin-top: 10px; }

.by > a {
  font-size: 1.3em;
  color: #e97a1c;
  font-family: 'Open Sans';
  font-weight: 700;
  margin: 0 10px;
  background: url("/assets/filter-icons.png") no-repeat top left;
  background-position: 0px -1393px;
  padding: 6px 0 6px 34px;
  line-height: 1px; }

.Fb_photo_img {
  padding: 0 0 40px 0;
  background: #fff;
  cursor: pointer;
  -webkit-box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.5);
  box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.5); }

.Fb_photo_img img {
  display: block;
  width: 100%; }

.FB_Photos > ul {
  position: relative; }

.FB_Photos > ul > li, .FB_Albums > ul > li {
  /*margin: 0;*/
  /*float: none;*/
  width: 220px; }

.FB_Photos > ul > li > div, .FB_Albums > ul > li > div {
  position: relative; }

.FB_Photos > ul > li > div:before, .FB_Albums > ul > li > div:before {
  content: "";
  display: block;
  width: 20px;
  height: 20px;
  background: url("/assets/FacebookIcon.png") no-repeat scroll right bottom #FFFFFF;
  position: absolute;
  bottom: 10px;
  right: 10px; }

.text_item .otheitemscontent li {
  display: list-item;
  float: none; }

.text_item .otheitemscontent ul,
.text_item .otheitemscontent ul li {
  list-style: disc inside none; }

.text_item .otheitemscontent ol,
.text_item .otheitemscontent ol li {
  list-style: decimal inside none; }

.playlist,
.playlist-item {
  position: relative;
  width: 220px;
  cursor: pointer;
  background: #fff; }

.playlist figure,
.playlist-item figure {
  width: 100%;
  padding: 0;
  margin: 0; }

.playlist figure img,
.playlist-item figure img {
  display: block;
  width: 100%; }

.playlist .info .title,
.playlist-item .info .title {
  padding: 10px;
  margin: 0; }

#ml-youtube-viewport ul {
  position: relative; }

.YT_Videos_title {
  text-align: center;
  margin-bottom: 20px; }

.comp_my_youtube .edit {
  display: none !important; }

#divLoadMore {
  display: none !important; }

.curations_paginate {
  display: none !important; }

.FacebookItem .fbitemmaincontent {
  width: 60%;
  margin-bottom: 20px;
  margin-top: -10px; }

.FacebookItem .imageCont {
  width: 60px;
  border: 1px solid #ccc;
  padding: 1px; }

.FacebookItem .date {
  position: relative; }

#item_btn_comment {
  margin-right: 14px;
  width: 150px; }

#txtItemComment {
  width: 85%; }

.popup-info-primary {
  font-size: 16px;
  text-align: center;
  margin: 0;
  padding: 30px 0; }

.inline-label {
  padding: 16px 20px 10px 0;
  margin: 0;
  min-width: 140px; }

#user-bio-counter-container {
  padding-left: 160px;
  color: #666; }

.datepicker-dropdown {
  z-index: 999999999999 !important; }

#divSchoolStories .editicons {
  display: none; }

.storycontent .allstoryitems .comp_bookmarklet_image p.brand {
  margin-top: 0;
  margin-right: 5px; }

.NuserSettingHeader ul li:not(:first-child) {
  display: none; }

#divItems .delete_link,
#divUploadedItems .delete_link {
  display: none;
  position: absolute;
  top: 50%;
  left: 50%;
  width: 50px;
  height: 50px;
  margin-top: -25px;
  margin-left: 5px;
  background: url(/assets/story_hud_mono.png) no-repeat -104px 0; }
  #divItems .delete_link:hover,
  #divUploadedItems .delete_link:hover {
    background-image: url(/assets/story_hud.png); }
#divItems .show-sets li:hover .delete_link,
#divUploadedItems .show-sets li:hover .delete_link {
  display: block; }
#divItems .sets_link,
#divUploadedItems .sets_link {
  margin-left: -55px !important; }

#story_items.show-sets li:hover .delete_link,
#divUploadedItems li:hover .delete_link {
  display: block; }

#setsholder .delete_link {
  display: none !important; }

.centered {
  text-align: center; }

.or-container > * {
  display: inline-block;
  vertical-align: middle;
  margin: 0; }
.or-container .or {
  margin: 0 10px;
  text-transform: uppercase; }
.or-container .btn {
  margin: 0; }

/*
REMOVED: CREATES AN ISSUE ON IPAD (LOG SCREEN)
@media screen and (min-width: 768px){
  .fancybox-overlay-fixed{
    z-index: 999999999 !important;
  }
}
*/
#join_group_lnk {
  background: #E8E8E8;
  color: #000;
  text-shadow: none; }

#join_group {
  padding: 5px 0; }
  #join_group .join-group-form {
    display: table;
    width: 240px; }
  #join_group .group-code,
  #join_group .join-group-btn {
    display: table-cell;
    vertical-align: bottom;
    margin: 0; }
  #join_group .join-group-btn {
    padding-left: 10px; }
  #join_group .message {
    padding: 5px 8px;
    background-color: #FFD9D9;
    margin: 11px 0 0;
    border-radius: 3px;
    border: 1px solid #C78888; }
    #join_group .message.message-success {
      background-color: #DAFFD9;
      border: 1px solid #8DC788; }
    #join_group .message:empty {
      display: none; }

.submit-join {
  display: block;
  margin: 0 auto 0;
  color: #FF503E; }

.pop-msg {
  display: none;
  position: absolute;
  bottom: 100%;
  left: 50%;
  background-color: rgba(0, 0, 0, 0.75);
  color: #fff;
  text-shadow: none;
  font-size: 11px;
  text-align: center;
  padding: 10px 20px;
  transform: translate3d(-50%, 0, 0);
  margin-bottom: 10px;
  border-radius: 3px;
  white-space: nowrap; }
  .pop-msg:before {
    content: "";
    display: block;
    position: absolute;
    bottom: -12px;
    left: 50%;
    border: 6px solid transparent;
    margin-left: -6px;
    border-top-color: rgba(0, 0, 0, 0.75); }

.has-pop-msg {
  position: relative; }
  .has-pop-msg:hover .pop-msg {
    display: block; }

.boxed-help-block {
  padding: 10px;
  border: 1px solid #f0f0f0;
  border-radius: 3px;
  background-color: #f9f9f9;
  font-size: 11px; }

#curation_taggings {
  display: none; }

.select2-container--default .select2-selection--multiple,
.select2-container--default.select2-container--focus .select2-selection--multiple,
.select2-container--default.select2-container--open.select2-container--below .select2-selection--single, .select2-container--default.select2-container--open.select2-container--below .select2-selection--multiple {
  border: 1px dashed #d0d0d0;
  border-radius: 5px; }

.select2-container--open .select2-dropdown {
  border: none;
  border-top: 1px solid #e6e6e6;
  background-color: #fcfcfc;
  border-radius: 5px;
  box-shadow: 0 2px 3px rgba(0, 0, 0, 0.25); }
  .select2-container--open .select2-dropdown:before, .select2-container--open .select2-dropdown:after {
    content: "";
    display: block;
    position: absolute;
    top: -20px;
    left: 10px;
    border: 10px solid transparent;
    border-bottom-color: #fcfcfc; }
  .select2-container--open .select2-dropdown:before {
    top: -21px;
    left: 10px;
    border: 10px solid transparent;
    border-bottom-color: #e6e6e6; }

.select2-container--open .select2-dropdown--below {
  margin-top: 10px; }

.select2-container--open .select2-dropdown--above {
  margin-bottom: 10px; }

.select2-container--default .select2-results__option:first-child {
  border-radius: 5px 5px 0 0; }
.select2-container--default .select2-results__option:last-child {
  border-radius: 0 0 5px 5px; }

.select2-container--default .select2-results__option--highlighted[aria-selected] {
  background-color: #e97f26; }

.select2-container--default .select2-search--inline .select2-search__field {
  box-shadow: none;
  height: 32px;
  line-height: 32px;
  padding: 0;
  margin: 5px 5px 3px; }

.select2-container--default .select2-selection--multiple .select2-selection__choice {
  background-color: #f6f6f6;
  border-color: #e6e6e6;
  padding: 0 10px;
  line-height: 32px;
  height: 32px; }

.select2-container--default .select2-selection--multiple .select2-selection__choice__remove {
  float: right;
  margin: 0 0 0 10px; }

.select2-container--open .select2-dropdown {
  width: 200px !important; }

.multiselect,
.multiselect:hover,
.multiselect:active,
.btn-group.open .multiselect.btn.dropdown-toggle {
  position: relative;
  text-align: left;
  border-radius: 0px !important;
  background: #f9f9f9;
  border: 1px solid #d4d4d4;
  box-shadow: none;
  -webkit-box-shadow: none; }

.multiselect-container {
  width: 100%; }

.btn .caret {
  display: block;
  position: absolute;
  top: 50%;
  right: 9px;
  margin: -1px 0 0; }

.dropdown-menu .active > a, .dropdown-menu .active > a:hover {
  background: #FFDAB5; }

.dropdown-menu li > a:hover, .dropdown-menu li > a:focus, .dropdown-submenu:hover > a {
  color: #333;
  background: #f0f0f0; }

.select2-container.no-results {
  display: none; }

.nt-wrapper {
  position: relative; }

.nt-container {
  list-style: none;
  padding: 5px 5px 0;
  min-height: 37px;
  cursor: text;
  overflow: hidden;
  border: 1px dashed #d0d0d0;
  border-radius: 5px; }

.nt-container > li {
  list-style: none;
  position: relative;
  display: inline-block;
  vertical-align: middle;
  padding: 0 26px 0 10px;
  margin-right: 5px;
  margin-bottom: 5px;
  overflow: hidden;
  height: 32px;
  float: left;
  line-height: 32px;
  white-space: nowrap;
  text-overflow: ellipsis;
  cursor: default;
  border: 1px solid #e6e6e6;
  background: #f6f6f6;
  border-radius: 4px;
  box-sizing: border-box; }

.nt-remove-tag {
  position: absolute;
  right: 0;
  display: inline-block;
  width: 28px;
  cursor: pointer;
  font-family: 'Open Sans', Arial, Helvetica, sans-serif;
  font-weight: bold;
  line-height: 32px;
  text-align: center;
  color: #aaa; }

.nt-remove-tag:hover {
  color: #333; }

.nt-remove-tag:before {
  content: "×"; }

.nt-field {
  outline: none !important;
  padding-left: 5px;
  height: 32px !important;
  margin: 0 !important;
  line-height: 32px !important;
  border: none  !important;
  box-shadow: none  !important; }

.nt-list {
  list-style: none;
  position: absolute;
  top: 100%;
  z-index: 99999;
  padding: 0;
  min-width: 150px;
  margin: 10px 0 0 -10px;
  border-top: 1px solid #e6e6e6;
  background-color: #fcfcfc;
  border-radius: 5px;
  box-shadow: 0 2px 3px rgba(0, 0, 0, 0.25); }

.nt-list:empty {
  display: none; }

.nt-list:before,
.nt-list:after {
  content: "";
  display: block;
  position: absolute;
  top: -20px;
  left: 10px;
  border: 10px solid transparent;
  border-bottom-color: #fcfcfc; }

.nt-list:before {
  top: -21px;
  border-bottom-color: #e6e6e6; }

.nt-list li {
  display: block;
  padding: 0 10px;
  line-height: 32px;
  cursor: pointer;
  transition: 100ms color, 100ms background; }

.nt-list li:first-child {
  border-radius: 5px 5px 0 0; }

.nt-list li:last-child {
  border-radius: 0 0 5px 5px; }

.nt-list li:hover,
.nt-list li.nt-highlighted {
  color: #fff;
  background: orange; }

.notification-actions {
  margin: 0 0 -25px;
  text-align: right; }

.notification-action-primary,
.notification-action-secondary {
  background-color: #EF7F2C;
  color: #fff !important;
  text-shadow: none !important;
  line-height: 1;
  padding: 5px;
  border-radius: 4px; }

.notification-action-secondary {
  background-color: #e6e6e6;
  color: #666 !important; }

span.notification-actions {
  display: block; }
  span.notification-actions .notification-action-primary,
  span.notification-actions .notification-action-secondary {
    padding: 3px 5px; }

.grade-selector {
  background-color: #F0F0ED;
  border-radius: 0;
  border: none;
  margin: 6px;
  float: right;
  position: absolute;
  top: -55px;
  width: 200px;
  right: 8px;
  margin: 0; }
