@charset "UTF-8";
/* line 51, ../scss/screen.scss */
.outer_container {
  margin-bottom: 30px;
  background-color: #eeeeee;
  -moz-border-radius: 6px;
  -webkit-border-radius: 6px;
  border-radius: 6px;
  padding: 10px;
}

/* line 58, ../scss/screen.scss */
.inner_container {
  background-color: #FFF;
  border: 1px solid #e9e9e9;
  padding: 10px;
  margin: 0;
}

/* line 65, ../scss/screen.scss */
.maxwidth {
  max-width: 960px;
}

/* line 69, ../scss/screen.scss */
.debug {
  border: 1px solid #f6ae49;
}

/* line 73, ../scss/screen.scss */
.danger {
  color: #ff3b28;
}

/* line 77, ../scss/screen.scss */
.hand {
  cursor: hand;
  cursor: pointer;
}

/* line 82, ../scss/screen.scss */
.right {
  text-align: right;
}

/* line 86, ../scss/screen.scss */
.centered {
  text-align: center;
}

/* line 89, ../scss/screen.scss */
.small {
  font-size: 85%;
}

/* line 92, ../scss/screen.scss */
.underlined {
  text-decoration: underline;
}

/* line 96, ../scss/screen.scss */
.ellipsify {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

/* line 108, ../scss/screen.scss */
.mce-panel {
  border: none !important;
  background: none !important;
  filter: none !important;
}

/* line 114, ../scss/screen.scss */
.mce-btn {
  background: none !important;
  filter: none !important;
}
/* line 118, ../scss/screen.scss */
.mce-btn i {
  color: #666666;
  text-shadow: none !important;
}

/* line 124, ../scss/screen.scss */
.mce-active {
  background-color: #CCC !important;
  box-shadow: none !important;
  -moz-box-shadow: none !important;
}

/* line 130, ../scss/screen.scss */
.placeholder {
  color: #aaaaaa;
}

/* line 138, ../scss/screen.scss */
footer {
  background-color: #2276b8;
  color: #fff;
  margin-top: 40px;
  padding: 10px;
}
/* line 144, ../scss/screen.scss */
footer a {
  margin-left: 15px;
  color: #fff;
}
/* line 148, ../scss/screen.scss */
footer a:hover {
  color: #fff;
}

/* line 153, ../scss/screen.scss */
.footer-logos {
  padding: 20px 0;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
}

.footer-logos div {
  text-align: right;
}

.footer-logos .spacer {
  margin-right: 10px;
}

/* line 157, ../scss/screen.scss */
label.required:after {
  content: " *";
  color: #CC0000;
  font-size: 1em;
  position: relative;
}

/* line 164, ../scss/screen.scss */
.label-group {
  margin: 0 4px 0 0;
  line-height: 32px;
}

/* line 1, ../scss/_header.scss */
nav.meta {
  position: fixed;
  z-index: 10;
  width: 100%;
  background-color: #2276b8;
  color: #FFF;
}
/* line 2, ../scss/_header.scss */
nav.meta .logo-header-small {
  display: inline;
}
/* line 5, ../scss/_header.scss */
nav.meta .date {
  display: none;
}
/* line 14, ../scss/_header.scss */
nav.meta .container {
  line-height: 27px;
}
/* line 17, ../scss/_header.scss */
nav.meta .container a {
  color: #FFF;
  margin-left: 15px;
}
/* line 21, ../scss/_header.scss */
nav.meta .container a:hover {
  text-decoration: underline;
}
/* line 25, ../scss/_header.scss */
nav.meta .cookie-message {
  width: 100%;
  background-color: #000;
}
/* line 28, ../scss/_header.scss */
nav.meta .cookie-message h4 {
  color: #fff;
}
/* line 31, ../scss/_header.scss */
nav.meta .cookie-message a:hover {
  text-decoration: none !important;
}

/* line 39, ../scss/_header.scss */
nav.meta.affix .logo-header-small {
  display: none;
}
/* line 42, ../scss/_header.scss */
nav.meta.affix .date {
  display: inline;
}

/* line 47, ../scss/_header.scss */
header {
  padding-top: 30px;
  overflow: hidden;
  height: 92px;
}

/* line 54, ../scss/_header.scss */
nav.main {
  background-color: #d2e3f0;
  margin-top: -47px;
  z-index: 9;
}

/* line 60, ../scss/_header.scss */
nav.main.affix {
  position: fixed;
  z-index: 9;
  width: 100%;
  top: 30px;
  left: 0px;
  margin-top: 0;
}

/* line 70, ../scss/_header.scss */
body.not_accept_cookies nav.main.affix {
  position: fixed;
  z-index: 2;
  width: 100%;
  top: 90px;
  left: 0px;
  margin-top: 0;
}

/* line 80, ../scss/_header.scss */
.navbar .nav > li > a {
  padding: 4px 12px 4px 12px;
}

/* line 83, ../scss/_header.scss */
.navbar .nav > li:last-child > a {
  padding: 4px 12px 4px 11px;
}

/* line 87, ../scss/_header.scss */
.navbar-form {
  margin: 4px 0 0 0;
  padding: 0;
}
/* line 91, ../scss/_header.scss */
.navbar-form .input-prepend {
  margin-bottom: 0;
}
/* line 95, ../scss/_header.scss */
.navbar-form .in_display {
  width: 110px;
  background: #2276b8;
  border: 1px solid #2276b8;
  margin-right: 1px;
  color: #fff;
}
/* line 101, ../scss/_header.scss */
.navbar-form .in_display .caret {
  border-top-color: #fff;
}
/* line 105, ../scss/_header.scss */
.navbar-form input {
  border: 1px solid #f6ae49;
  border-right: none;
  width: 160px;
}
/* line 110, ../scss/_header.scss */
.navbar-form button {
  border: 1px solid #f6ae49;
  border-left: none;
}
/* line 114, ../scss/_header.scss */
.navbar-form button:hover {
  color: #f6ae49;
  background-color: #fff;
}

/* line 120, ../scss/_header.scss */
.logo-header {
  background: url("/img/logo-header-bg.png") top center repeat-y;
  padding-bottom: 47px;
}

/* line 125, ../scss/_header.scss */
.logo-bg {
  background: url("/img/logo-bg.jpg") top left no-repeat;
  height: 92px;
}

/* notification popover */
/* line 132, ../scss/_header.scss */
div.media.notification {
  display: block;
  width: 240px;
  color: #333 !important;
  padding: 4px;
  margin: 0 !important;
  text-decoration: none !important;
  border-bottom: 1px solid #f4f4f4;
  cursor: hand;
  cursor: pointer;
}
/* line 143, ../scss/_header.scss */
div.media.notification img {
  width: 32px;
  height: 32px;
  margin-right: 5px;
}
/* line 149, ../scss/_header.scss */
div.media.notification .media-heading {
  margin: 0;
  height: 16px;
  line-height: 16px;
}
/* line 155, ../scss/_header.scss */
div.media.notification div.media-body {
  font-size: 12px;
  line-height: 16px;
}
/* line 159, ../scss/_header.scss */
div.media.notification div.media-body .actor, div.media.notification div.media-body .target {
  font-weight: bolder;
}
/* line 163, ../scss/_header.scss */
div.media.notification div.media-body div.media-actions {
  margin-top: 4px;
}
/* line 165, ../scss/_header.scss */
div.media.notification div.media-body div.media-actions span {
  font-size: 85%;
  color: #999;
  line-height: 20px;
}
/* line 172, ../scss/_header.scss */
div.media.notification div.media-body a {
  float: right;
  margin-left: 4px;
  color: #333 !important;
  border: 1px solid #e6e6e6 !important;
  padding: 0 6px;
  font-size: 10.5px;
  display: inline-block;
  line-height: 20px;
  text-align: center;
  vertical-align: middle;
  cursor: pointer;
  text-decoration: none;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
}
/* line 191, ../scss/_header.scss */
div.media.notification div.media-body a:hover {
  background-color: #e6e6e6;
}

/* line 198, ../scss/_header.scss */
div.notification.hover:hover {
  background-color: #eee;
}

/* line 171, ../scss/screen.scss */
.form-sign-in {
  padding: 10px;
  font-size: 14px;
  font-weight: normal;
  border: 1px solid #eee;
}
/* line 177, ../scss/screen.scss */
.form-sign-in .checkbox {
  margin: 4px 0 0 12px;
}

/* line 182, ../scss/screen.scss */
.block {
  margin: 0 0 20px 0;
  border: 1px solid #2276b8;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  border-radius: 4px;
}
/* line 188, ../scss/screen.scss */
.block > h4 {
  background-color: #2276b8;
  color: #FFF;
  margin: 0;
  line-height: 35px;
  padding: 0 0 0 10px;
}
/* line 195, ../scss/screen.scss */
.block > h4 .btn {
  display: block;
  margin: -1px -1px 0 0;
  line-height: 26px;
  height: 26px;
  vertical-align: bottom;
  -moz-border-radius: 0 2px 0 0;
  -webkit-border-radius: 0;
  border-radius: 0 2px 0 0;
}
/* line 208, ../scss/screen.scss */
.block .member-list > li {
  border: none !important;
}
/* line 213, ../scss/screen.scss */
.block > div {
  padding: 10px;
  overflow: hidden;
  *zoom: 1;
}
/* line 219, ../scss/screen.scss */
.block > div::before, .block > div::after {
  display: table;
  line-height: 0;
  content: "";
}
/* line 224, ../scss/screen.scss */
.block > div::after {
  clear: both;
}
/* line 228, ../scss/screen.scss */
.block ul {
  list-style-type: none;
  margin: 0;
}
/* line 235, ../scss/screen.scss */
.block ul.events li a {
  display: block;
  margin: 0 0 10px 0;
  background-color: #eee;
  padding: 2px 2px 0 40px;
  line-height: 15px;
  overflow: hidden;
  *zoom: 1;
}
/* line 244, ../scss/screen.scss */
.block ul.events li a i {
  float: left;
  margin: -2px 0 0 -40px;
  padding: 4px 2px 2px 2px;
  text-align: center;
  width: 30px;
  height: 30px;
  font-style: normal;
  font-size: 10px;
  text-transform: uppercase;
}
/* line 254, ../scss/screen.scss */
.block ul.events li a i div {
  font-size: 14px;
}
/* line 259, ../scss/screen.scss */
.block ul.events li a::before, .block ul.events li a::after {
  display: table;
  line-height: 0;
  content: "";
}
/* line 264, ../scss/screen.scss */
.block ul.events li a::after {
  clear: both;
}

/* line 271, ../scss/screen.scss */
body.index section .block {
  min-height: 277px;
}

/* line 275, ../scss/screen.scss */
.invited {
  margin-bottom: 20px;
}
/* line 276, ../scss/screen.scss */
.invited a.editable {
  text-decoration: none;
  border-bottom: dashed 1px #0088cc;
}
/* line 281, ../scss/screen.scss */
.invited label {
  width: 50%;
  float: left;
}
/* line 284, ../scss/screen.scss */
.invited label input[type="checkbox"] {
  margin: -5px 0px 0 0;
}
/* line 287, ../scss/screen.scss */
.invited label div {
  color: #999;
  font-size: 85%;
  margin: -4px 0 0 15px;
}

/* line 296, ../scss/screen.scss */
.shadow {
  border: 0;
  height: 1px;
  background-image: -webkit-linear-gradient(left, rgba(215, 215, 215, 0.1), #d7d7d7, rgba(215, 215, 215, 0.1));
  background-image: -moz-linear-gradient(left, rgba(215, 215, 215, 0.1), #d7d7d7, rgba(215, 215, 215, 0.1));
  background-image: -ms-linear-gradient(left, rgba(215, 215, 215, 0.1), #d7d7d7, rgba(215, 215, 215, 0.1));
  background-image: -o-linear-gradient(left, rgba(215, 215, 215, 0.1), #d7d7d7, rgba(215, 215, 215, 0.1));
  -webkit-box-shadow: 0px 1px 2px rgba(215, 215, 215, 0.9);
  -moz-box-shadow: 0px 1px 2px rgba(215, 215, 215, 0.9);
  box-shadow: 0px 1px 2px rgba(215, 215, 215, 0.9);
}

/* line 307, ../scss/screen.scss */
.shadow.follow {
  margin-top: 0;
}

/* line 312, ../scss/screen.scss */
h2 .btn {
  margin-top: 4px;
}

/* line 318, ../scss/screen.scss */
h3 .btn {
  margin-top: 4px;
}

/* line 323, ../scss/screen.scss */
.content-list {
  margin-bottom: 20px;
}
/* line 326, ../scss/screen.scss */
.content-list h3, .content-list .media-heading {
  color: #2276b8;
  margin-bottom: 0;
}
/* line 329, ../scss/screen.scss */
.content-list h3 .muted, .content-list .media-heading .muted {
  font-weight: normal;
}
/* line 334, ../scss/screen.scss */
.content-list hr {
  margin: 0 0 10px 0;
}
/* line 339, ../scss/screen.scss */
.content-list .media-list > .media {
  padding: 0 0 10px 0;
  border-bottom: 1px solid #f4f4f4;
}
/* line 343, ../scss/screen.scss */
.content-list .media-list > .media div.media-images {
  padding: 4px 0 8px 0;
  width: 10000px;
  float: left;
}

/* line 352, ../scss/screen.scss */
input[type="text"], input[type="password"], textarea {
  -webkit-appearance: none;
}

/* line 356, ../scss/screen.scss */
a.media-heading {
  font-size: 17.5px;
  font-weight: bold;
  display: block;
}

/* line 366, ../scss/screen.scss */
.media-heading > div.actions a {
  font-weight: normal !important;
}

/* line 371, ../scss/screen.scss */
.media-actions {
  font-size: 85%;
}
/* line 373, ../scss/screen.scss */
.media-actions a {
  text-decoration: none;
}

/* line 378, ../scss/screen.scss */
.links {
  font-weight: normal;
  font-size: 12px;
  color: #999;
}

/* line 384, ../scss/screen.scss */
.media-icon {
  width: 32px;
  height: 32px;
}

/* line 390, ../scss/screen.scss */
.image-list-container {
  overflow-x: hidden;
  height: 140px;
}

/* line 394, ../scss/screen.scss */
.image-list {
  width: 10000px;
}
/* line 396, ../scss/screen.scss */
.image-list li {
  display: inline-block;
  float: left;
  margin: 0 10px 0 0;
  border: none !important;
}

/* line 405, ../scss/screen.scss */
.image-link-list li {
  padding: 10px 0 0 0;
}
/* line 408, ../scss/screen.scss */
.image-link-list li:first-child {
  padding: 0;
}

/* line 419, ../scss/screen.scss */
.show-more {
  margin-top: 10px;
  margin-bottom: 10px;
}

/* line 426, ../scss/screen.scss */
.group-list li a {
  display: block;
}

/* line 434, ../scss/screen.scss */
h2 .actions {
  font-weight: normal;
  font-size: 14px;
  line-height: 20px;
  color: #999;
  margin-top: 10px;
}
/* line 441, ../scss/screen.scss */
h2 .actions .btn {
  margin-top: 0;
}

/* line 449, ../scss/screen.scss */
h2:hover .actions > span {
  display: inline-block;
}

/* line 456, ../scss/screen.scss */
.groups li:first-child {
  border-top: none;
  margin-top: -8px;
}
/* line 460, ../scss/screen.scss */
.groups > li {
  display: block;
  overflow: hidden;
  *zoom: 1;
  border-top: 1px solid #f4f4f4;
  padding: 4px;
}
/* line 466, ../scss/screen.scss */
.groups > li .actions {
  font-weight: normal;
  color: #999;
}
/* line 474, ../scss/screen.scss */
.groups > li:hover .actions > span {
  display: inline-block;
}

/* line 482, ../scss/screen.scss */
.groups.block-hover > li:hover {
  background-color: #f4f4f4 !important;
}

/* line 488, ../scss/screen.scss */
[data-href]:hover {
  cursor: hand;
  cursor: pointer;
}

/* line 492, ../scss/screen.scss */
#floater {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 100000;
  border: 1px solid #f4f4f4;
  background-color: #fff;
  display: none;
  -webkit-box-shadow: 2px 2px 4px 1px #666;
  box-shadow: 2px 2px 4px 1px #666;
}

/* line 506, ../scss/screen.scss */
.with-actions .overlay {
  display: none;
}

/* line 512, ../scss/screen.scss */
li.media.with-actions:hover .overlay {
  display: block;
  z-index: 10000;
  position: relative;
  top: -28px;
  right: 4px;
}

/* line 522, ../scss/screen.scss */
li.with-actions:hover .overlay {
  display: block;
  float: right;
}

/* line 528, ../scss/screen.scss */
.actions, .action-menu {
  width: 160px;
}

/* line 531, ../scss/screen.scss */
.actions.fullwidth {
  width: 100%;
}

/* line 535, ../scss/screen.scss */
.action-menu {
  margin: 8px !important;
}
/* line 538, ../scss/screen.scss */
.action-menu li > a {
  display: block;
}
/* line 542, ../scss/screen.scss */
.action-menu li .actions-trigger {
  display: inline-block;
}

/* line 549, ../scss/screen.scss */
.actions {
  float: right;
  text-align: right;
}
/* line 552, ../scss/screen.scss */
.actions > span {
  display: none;
}

/* line 564, ../scss/screen.scss */
.actions .add-favorite {
  display: none;
}
/* line 567, ../scss/screen.scss */
.actions .remove-favorite {
  display: inline-block;
}

/* line 573, ../scss/screen.scss */
.members .media {
  margin-top: 15px;
}

/* line 579, ../scss/screen.scss */
.order .icon-caret-down {
  visibility: hidden;
}
/* line 583, ../scss/screen.scss */
.order .icon-caret-up {
  display: none;
  visibility: hidden;
}

/* line 590, ../scss/screen.scss */
.attendance i {
  visibility: hidden;
}

/* line 595, ../scss/screen.scss */
.attendance.active i, .attendance:hover i {
  visibility: visible;
}

/* line 601, ../scss/screen.scss */
.order.asc.active .icon-caret-up {
  display: inline-block;
  visibility: visible;
}
/* line 605, ../scss/screen.scss */
.order.asc.active .icon-caret-down {
  display: none;
}

/* line 610, ../scss/screen.scss */
.order.asc.active:hover .icon-caret-up {
  display: none;
}
/* line 613, ../scss/screen.scss */
.order.asc.active:hover .icon-caret-down {
  display: inline-block;
  visibility: visible;
}

/* line 619, ../scss/screen.scss */
.order.asc:hover .icon-caret-up {
  display: inline-block;
  visibility: visible;
}
/* line 623, ../scss/screen.scss */
.order.asc:hover .icon-caret-down {
  display: none;
}

/* line 629, ../scss/screen.scss */
.order.desc.active .icon-caret-down {
  visibility: visible;
  display: inline-block;
}

/* line 638, ../scss/screen.scss */
.order.desc.active:hover .icon-caret-down {
  display: none;
}
/* line 641, ../scss/screen.scss */
.order.desc.active:hover .icon-caret-up {
  visibility: visible;
  display: inline-block;
}

/* line 647, ../scss/screen.scss */
.order.desc:hover .icon-caret-down {
  visibility: visible;
  display: inline-block;
}
/* line 651, ../scss/screen.scss */
.order.desc:hover .icon-caret-up {
  display: none;
}

/* line 657, ../scss/screen.scss */
.filters button {
  width: 20px;
  text-align: center;
  padding: 0;
}

/* line 665, ../scss/screen.scss */
.form-display .controls {
  padding-top: 5px;
  color: #333;
}

/* line 671, ../scss/screen.scss */
.editableform {
  padding: 5px;
}

/* line 676, ../scss/screen.scss */
table.events .day {
  text-align: right;
  width: 80px;
}
/* line 680, ../scss/screen.scss */
table.events .date {
  width: 30px;
}
/* line 682, ../scss/screen.scss */
table.events .date .label {
  margin: -2px 0 0 0px;
  padding: 4px 2px 2px 2px;
  text-align: center;
  width: 30px;
  height: 30px;
  font-style: normal;
  text-transform: uppercase;
}
/* line 690, ../scss/screen.scss */
table.events .date .label div {
  text-align: center;
  font-size: 14px;
}

/* line 698, ../scss/screen.scss */
.graph_container {
  width: 100%;
  background-color: #eee;
  text-align: center;
  margin: 0 0 10px 0;
}

/* line 705, ../scss/screen.scss */
.graph_container > div {
  padding: 10px 5px 5px 5px;
}

/* line 708, ../scss/screen.scss */
.graph_container table {
  width: 100%;
}

/* line 711, ../scss/screen.scss */
.graph_container table td {
  vertical-align: bottom;
  height: 101px !important;
  padding: 0 5px 0 5px;
  font-size: 11px;
}

/* line 718, ../scss/screen.scss */
.graph_container table td.footer {
  height: 20px !important;
  padding: 5px 10px 0 10px;
  line-height: 12px;
}

/* line 724, ../scss/screen.scss */
div.part {
  vertical-align: bottom;
  font-weight: bold;
  color: #FFF;
  width: 100%;
}

/* line 731, ../scss/screen.scss */
ul.poll-answers {
  list-style-type: none;
  margin: 0;
}

/* line 735, ../scss/screen.scss */
ul.poll-answers li {
  margin-left: 20px;
  margin-bottom: 4px;
}

/* line 739, ../scss/screen.scss */
ul.poll-answers li span {
  margin-left: -20px;
}

/* line 742, ../scss/screen.scss */
ul.poll-answers li a {
  color: #333;
}

/* line 745, ../scss/screen.scss */
ul.poll-answers li a:hover {
  text-decoration: none;
  color: #2276b8;
}

/* line 750, ../scss/screen.scss */
.list-container {
  margin: 5px 0 5px 0;
}

/* line 754, ../scss/screen.scss */
.list-container-comment {
  background-color: #f4f4f4;
}

/* line 758, ../scss/screen.scss */
.list-container-comment .span12 {
  padding: 5px 10px;
}

/* line 762, ../scss/screen.scss */
.breadcrumb {
  padding: 0;
}
/* line 767, ../scss/screen.scss */
.breadcrumb li {
  text-shadow: none;
}
/* line 771, ../scss/screen.scss */
.breadcrumb > li {
  border-right: 1px solid #FFFFFF;
  margin: 0;
  padding: 4px 8px;
}
/* line 777, ../scss/screen.scss */
.breadcrumb > li .dropdown-toggle .caret {
  margin-left: -4px;
}

@media all and (min-width: 960px) {
  /* line 789, ../scss/screen.scss */
  .container {
    width: 960px;
  }
}
@media all and (min-width: 1170px) {
  /* line 795, ../scss/screen.scss */
  .container {
    width: 1170px;
  }
}
/* line 801, ../scss/screen.scss */
#frm-platform-search label {
  display: block;
  padding: 0 0 0 0;
}
/* line 804, ../scss/screen.scss */
#frm-platform-search label input {
  margin: 0 5px 2px 0;
}

/* line 2, ../scss/_message-share.scss */
.message-share {
  margin-bottom: 30px;
  background-color: #eeeeee;
  -moz-border-radius: 6px;
  -webkit-border-radius: 6px;
  border-radius: 6px;
  padding: 10px;
}

/* line 9, ../scss/_message-share.scss */
#frm-message {
  background-color: #FFF;
  border: 1px solid #e9e9e9;
  padding: 10px;
  margin: 0;
}
/* line 15, ../scss/_message-share.scss */
#frm-message .editor-container {
  height: 104px;
  overflow: hidden;
}

/* line 21, ../scss/_message-share.scss */
.error {
  color: #ff695b !important;
}

/* line 24, ../scss/_message-share.scss */
.error::-webkit-input-placeholder {
  /* WebKit browsers */
  color: #ff695b !important;
}

/* line 27, ../scss/_message-share.scss */
.error:-moz-placeholder {
  /* Mozilla Firefox 4 to 18 */
  color: #ff695b !important;
}

/* line 30, ../scss/_message-share.scss */
.error::-moz-placeholder {
  /* Mozilla Firefox 19+ */
  color: #ff695b !important;
}

/* line 33, ../scss/_message-share.scss */
.error:-ms-input-placeholder {
  /* Internet Explorer 10+ */
  color: #ff695b !important;
}

/* line 38, ../scss/_message-share.scss */
form input.large-title {
  padding: 0;
  border: none !important;
  font-size: 22px;
  line-height: 26px;
}
/* line 45, ../scss/_message-share.scss */
form input, form input:active {
  outline: none !important;
  box-shadow: none !important;
}
/* line 50, ../scss/_message-share.scss */
form hr {
  margin: 0 0 4px 0;
}
/* line 55, ../scss/_message-share.scss */
form li.task input[type="checkbox"] {
  margin: 0;
}
/* line 59, ../scss/_message-share.scss */
form li.task input.title {
  padding: 0;
  border: none !important;
  margin: 0;
  height: 20px !important;
  min-height: 20px !important;
}
/* line 66, ../scss/_message-share.scss */
form li.task div.task_actions {
  padding: 0 0 0 15px;
  color: #999;
}
/* line 73, ../scss/_message-share.scss */
form li.task.completed input {
  text-decoration: line-through;
}

/* line 81, ../scss/_message-share.scss */
li.task div input {
  padding: -2px 4px 10px 0;
}

/* line 93, ../scss/_message-share.scss */
li.task.completed div span.title {
  text-decoration: line-through;
  color: #999;
}

/* line 102, ../scss/_message-share.scss */
li.task div span.title {
  color: #2276b8;
}

/* line 109, ../scss/_message-share.scss */
li.answer span {
  position: relative;
  top: -4px;
}
/* line 113, ../scss/_message-share.scss */
li.answer input {
  border-radius: 0;
  border: none;
  border-bottom: 1px dashed #999;
  font-size: 18px;
}

/* line 121, ../scss/_message-share.scss */
.editable-unsaved {
  font-weight: normal !important;
}

/* line 126, ../scss/_message-share.scss */
.input-label {
  width: auto;
  height: 20px;
  padding: 0;
  margin: 6px 4px 4px 0;
  line-height: 20px;
  background-color: #e9e9e9;
  -moz-border-radius: 2px;
  -webkit-border-radius: 2px;
  border-radius: 2px;
}
/* line 136, ../scss/_message-share.scss */
.input-label input {
  font-size: 11px;
  padding: 0px 4px;
  color: #333;
  border: 1px solid #e9e9e9;
  background-color: #fff;
  width: 34px;
  margin: 0;
  border-radius: none;
}
/* line 146, ../scss/_message-share.scss */
.input-label .add-on {
  font-size: 11px;
  height: 22px;
  line-height: 20px;
  padding: 0;
  background-color: #fff;
  color: #999;
  border: 1px solid #e9e9e9;
}
/* line 155, ../scss/_message-share.scss */
.input-label .add-on:hover {
  color: #333;
  background-color: #e9e9e9;
}

/* line 161, ../scss/_message-share.scss */
#dropzone {
  margin: 0 -2px 10px -2px;
  border: 2px dotted #FFF;
  padding: 2px;
}

/* line 167, ../scss/_message-share.scss */
.btn-file-upload {
  display: inline-block;
  overflow: hidden;
  margin: 0;
  padding: 0;
  vertical-align: bottom;
  border: none;
}

/* line 175, ../scss/_message-share.scss */
.btn-file-upload:hover {
  text-decoration: none;
}

/*!
* Fine Uploader
*
* Copyright 2015, Widen Enterprises, Inc. info@fineuploader.com
*
* Version: 5.2.1
*
* Homepage: http://fineuploader.com
*
* Repository: git://github.com/FineUploader/fine-uploader.git
*
* Licensed only under the Widen Commercial License (http://fineuploader.com/licensing).
*/
/* ---------------------------------------
/* Fine Uploader Styles
/* ---------------------------------------

/* Buttons
------------------------------------------ */
/* line 212, ../scss/_message-share.scss */
.qq-upload-delete, .qq-upload-pause, .qq-upload-continue {
  display: inline;
}

/* line 216, ../scss/_message-share.scss */
.qq-upload-delete, .qq-upload-delete:hover {
  text-decoration: none;
  margin-right: 10px !important;
}

/* Upload Button
------------------------------------------ */
/* Drop Zone
------------------------------------------ */
/* line 285, ../scss/_message-share.scss */
.qq-uploader {
  position: relative;
  width: 100%;
}

/* line 328, ../scss/_message-share.scss */
.qq-upload-drop-area-active {
  border: 2px dotted #CCC !important;
  min-height: 120px;
}

/* line 332, ../scss/_message-share.scss */
.qq-upload-list {
  margin: 0;
  padding: 0;
  list-style: none;
  clear: both;
}

/* Uploaded Elements
------------------------------------------ */
/* line 342, ../scss/_message-share.scss */
.qq-upload-list li {
  margin: 0 0 2px 0;
  padding: 4px;
  -moz-border-radius: 2px;
  -webkit-border-radius: 2px;
  border-radius: 2px;
  background-color: #EFEFEF;
}

/* line 355, ../scss/_message-share.scss */
.qq-upload-file, .qq-upload-spinner, .qq-upload-size,
.qq-upload-cancel, .qq-upload-retry, .qq-upload-failed-text,
.qq-upload-delete, .qq-upload-pause, .qq-upload-continue {
  margin-right: 8px;
  display: inline;
}

/* line 370, ../scss/_message-share.scss */
.qq-upload-spinner {
  display: inline-block;
  background: url("/img/loading.gif");
  width: 15px;
  height: 15px;
  vertical-align: text-bottom;
}

/* line 377, ../scss/_message-share.scss */
.qq-drop-processing {
  display: none;
}

/* line 380, ../scss/_message-share.scss */
.qq-drop-processing-spinner {
  display: none;
}

/* line 387, ../scss/_message-share.scss */
.qq-upload-size, .qq-upload-cancel, .qq-upload-retry,
.qq-upload-delete, .qq-upload-pause, .qq-upload-continue {
  font-size: 12px;
  font-weight: normal;
  cursor: pointer;
  vertical-align: middle;
}

/* line 399, ../scss/_message-share.scss */
.qq-upload-failed-text {
  display: none;
  font-style: italic;
  font-weight: bold;
}

/* line 404, ../scss/_message-share.scss */
.qq-upload-failed-icon {
  display: none;
  width: 15px;
  height: 15px;
  vertical-align: text-bottom;
}

/* line 410, ../scss/_message-share.scss */
.qq-upload-fail .qq-upload-failed-text {
  display: inline;
}

/* line 413, ../scss/_message-share.scss */
.qq-upload-retrying .qq-upload-failed-text {
  display: inline;
}

/* line 422, ../scss/_message-share.scss */
.qq-upload-list li.qq-upload-success .qq-upload-status-text {
  color: #5DA30C;
}

/* line 432, ../scss/_message-share.scss */
.qq-upload-list li.qq-upload-fail .qq-upload-status-text {
  color: #D60000;
}

/* line 436, ../scss/_message-share.scss */
.qq-progress-bar {
  background: #1a75ba;
  width: 0%;
  height: 15px;
  border-radius: 2px;
  margin-bottom: 3px;
  display: none;
}

/* line 453, ../scss/_message-share.scss */
.qq-total-progress-bar {
  height: 25px;
  border-radius: 9px;
}

/* line 458, ../scss/_message-share.scss */
.qq-total-progress-bar-container {
  margin-left: 9px;
  display: inline;
  float: right;
  width: 500px;
}

/* line 507, ../scss/_message-share.scss */
.qq-hide {
  display: none;
}

/* Thumbnail
------------------------------------------ */
/* <dialog> element styles */
/*! 2015-04-21 */
/* line 7, ../scss/_group.scss */
.group-type {
  padding: 4px 0 0 0;
}

/* line 11, ../scss/_group.scss */
.btn.active {
  background-color: #e9e9e9;
}

/* line 16, ../scss/_group.scss */
.member-list > li {
  padding: 4px 0 4px 0;
  border-bottom: 2px dashed #e9e9e9;
  margin: 0;
}
/* line 20, ../scss/_group.scss */
.member-list > li .media-body {
  padding: 7px 0 0 0;
}
/* line 24, ../scss/_group.scss */
.member-list > li input {
  border: 0;
  padding: 0;
  margin: -5px 0 0 0;
}
/* line 30, ../scss/_group.scss */
.member-list :last-child {
  border: none;
}
/* line 35, ../scss/_group.scss */
.member-list .dropdown-menu li.active .muted {
  color: #fdefdb;
}

/* line 42, ../scss/_group.scss */
.colors div {
  display: block;
  width: 20px;
  height: 20px;
  margin: 0 4px 4px 0;
  float: left;
  cursor: pointer;
}
/* line 51, ../scss/_group.scss */
.colors div.active {
  border: 1px solid #000;
}

/* line 56, ../scss/_group.scss */
#widgets_list {
  padding-top: 5px;
  margin-left: 0;
  list-style: none;
}

/* line 68, ../scss/_group.scss */
#roles_list {
  padding-top: 5px;
  margin-left: 0;
  list-style: none;
}

/* line 74, ../scss/_group.scss */
.sortable-ghost {
  opacity: 0.2;
}

/* line 79, ../scss/_group.scss */
.groups > li {
  border-left: 8px solid;
  padding-left: 8px;
  margin-top: 2px;
}

/* line 86, ../scss/_group.scss */
.show_hide_description {
  border-bottom: 1px solid #ddd;
  text-align: center;
  margin: -12px 0 20px 0;
}
/* line 91, ../scss/_group.scss */
.show_hide_description a {
  position: relative;
  top: 12px;
  height: 22px;
  line-height: 22px !important;
}

/* line 4, ../scss/_resource.scss */
.resource .category hr {
  margin-top: 4px;
  margin-bottom: 4px;
}
/* line 9, ../scss/_resource.scss */
.resource .category .span10 > h4 {
  color: #555;
}
/* line 14, ../scss/_resource.scss */
.resource .category + span {
  margin-bottom: 20px;
  display: block;
}
/* line 19, ../scss/_resource.scss */
.resource .category .category-resource {
  cursor: pointer;
}
/* line 22, ../scss/_resource.scss */
.resource .category .category-resource:hover {
  background-color: #d2e3f0;
}
/* line 27, ../scss/_resource.scss */
.resource article {
  margin-bottom: 20px;
}
/* line 31, ../scss/_resource.scss */
.resource article header {
  padding: 0 0 0 0;
}
/* line 34, ../scss/_resource.scss */
.resource article label {
  font-weight: bold;
  padding: 5px 0 0 0;
  margin: 0 0 0 0;
}
/* line 40, ../scss/_resource.scss */
.resource article ul {
  list-style-type: none;
  margin: 0;
}
/* line 45, ../scss/_resource.scss */
.resource article ul li i {
  float: left;
  margin-top: 3px;
}
/* line 49, ../scss/_resource.scss */
.resource article ul li a {
  padding-left: 20px;
  display: block;
  white-space: pre-wrap;
  /* css-3 */
  white-space: -moz-pre-wrap;
  /* Mozilla, since 1999 */
  white-space: -pre-wrap;
  /* Opera 4-6 */
  white-space: -o-pre-wrap;
  /* Opera 7 */
  word-wrap: break-word;
  /* Internet Explorer 5.5+ */
}
/* line 62, ../scss/_resource.scss */
.resource article .span8 {
  margin-right: 0;
  padding-right: 19px;
  border-right: 1px solid #eee;
}
/* line 67, ../scss/_resource.scss */
.resource article .span8 ul.product {
  margin: 0;
  padding: 0;
  border: 0;
  overflow: hidden;
  *zoom: 1;
}
/* line 40, ../scss/screen.scss */
.resource article .span8 ul.product li {
  list-style-image: none;
  list-style-type: none;
  margin-left: 0;
  display: inline-block;
  vertical-align: middle;
  *vertical-align: auto;
  *zoom: 1;
  *display: inline;
  white-space: nowrap;
}
/* line 42, ../scss/screen.scss */
.resource article .span8 ul.product li:after {
  content: "-";
}
/* line 45, ../scss/screen.scss */
.resource article .span8 ul.product li:last-child:after {
  content: '';
}
/* line 72, ../scss/_resource.scss */
.resource article .span4 ul.language {
  margin: 0;
  padding: 0;
  border: 0;
  overflow: hidden;
  *zoom: 1;
}
/* line 40, ../scss/screen.scss */
.resource article .span4 ul.language li {
  list-style-image: none;
  list-style-type: none;
  margin-left: 0;
  display: inline-block;
  vertical-align: middle;
  *vertical-align: auto;
  *zoom: 1;
  *display: inline;
  white-space: nowrap;
}
/* line 42, ../scss/screen.scss */
.resource article .span4 ul.language li:after {
  content: ", ";
}
/* line 45, ../scss/screen.scss */
.resource article .span4 ul.language li:last-child:after {
  content: '';
}
/* line 77, ../scss/_resource.scss */
.resource article h2 {
  padding-top: 0px;
  margin-top: 0px;
}
/* line 80, ../scss/_resource.scss */
.resource article h2 .actions {
  margin-top: 0px;
}
/* line 85, ../scss/_resource.scss */
.resource article hr {
  margin-top: 4px;
  margin-bottom: 4px;
}
/* line 89, ../scss/_resource.scss */
.resource article .rating_choice {
  margin-top: 20px;
}
/* line 91, ../scss/_resource.scss */
.resource article .rating_choice .star {
  margin-top: 4px;
  display: inline;
}
/* line 98, ../scss/_resource.scss */
.resource .rating_star {
  background: url("/img/star_big.png") 4px 4px no-repeat;
  width: 65px;
  height: 60px;
  text-align: center;
  padding: 24px 0 0 4px;
  color: #FFF;
  font-weight: bold;
}

/* line 111, ../scss/_resource.scss */
#frm-resource input[type='checkbox'],
#frm-resource input[type='radio'] {
  display: none;
}
/* line 115, ../scss/_resource.scss */
#frm-resource input[type='checkbox'] + label,
#frm-resource input[type='radio'] + label {
  display: inline-block;
  border: 1px solid #f6ae49;
  padding: 2px 4px;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  border-radius: 4px;
  margin: 0 4px 4px 0;
}
/* line 123, ../scss/_resource.scss */
#frm-resource input[type='checkbox']:checked + label,
#frm-resource input[type='radio']:checked + label {
  background: #f6ae49;
  color: #FFF;
}
/* line 129, ../scss/_resource.scss */
#frm-resource .redactor_editor {
  border: 1px solid #E6E6E6;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  border-radius: 4px;
  padding: 10px !important;
}

/* line 137, ../scss/_resource.scss */
#frm-resource-search select {
  margin: 0 0 10px 0;
}
/* line 140, ../scss/_resource.scss */
#frm-resource-search .span6 {
  margin-left: 2.127659574468085%;
}
/* line 143, ../scss/_resource.scss */
#frm-resource-search .span6:first-child {
  margin-left: 0;
}

@font-face {
  font-family: "iclei";
  src: url("/fonts/iclei.eot");
  src: url("/fonts/iclei.eot?#iefix") format("embedded-opentype"), url("/fonts/iclei.woff") format("woff"), url("/fonts/iclei.ttf") format("truetype"), url("/fonts/iclei.svg#iclei") format("svg");
  font-weight: normal;
  font-style: normal;
}
/* line 13, ../scss/_font.scss */
[data-icon]:before {
  font-family: "iclei" !important;
  content: attr(data-icon);
  font-style: normal !important;
  font-weight: normal !important;
  font-variant: normal !important;
  text-transform: none !important;
  speak: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

/* line 26, ../scss/_font.scss */
[class^="icon-iclei-"]:before,
[class*=" icon-iclei-"]:before {
  font-family: "iclei" !important;
  font-style: normal !important;
  font-weight: normal !important;
  font-variant: normal !important;
  text-transform: none !important;
  speak: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

/* line 39, ../scss/_font.scss */
.icon-iclei-normal-view:before {
  content: "i";
}

/* line 42, ../scss/_font.scss */
.icon-iclei-compact-view:before {
  content: "c";
}

/* line 46, ../scss/_font.scss */
.icon-iclei-icon-add:before {
  content: "d";
}

/* line 49, ../scss/_font.scss */
.icon-iclei-icon-copy:before {
  content: "a";
}

/* line 52, ../scss/_font.scss */
.icon-iclei-icon-group:before {
  content: "b";
}

/* line 55, ../scss/_font.scss */
.icon-iclei-icon-lock:before {
  content: "e";
}

/* line 58, ../scss/_font.scss */
.icon-iclei-icon-move:before {
  content: "f";
}

/* line 61, ../scss/_font.scss */
.icon-iclei-icon-save:before {
  content: "g";
}

/* line 64, ../scss/_font.scss */
.icon-iclei-icon-trash:before {
  content: "h";
}

/* line 68, ../scss/_font.scss */
.btn-group-container {
  margin: 24px 0 0 0;
  color: #2276b8;
  font-weight: bold;
}

/* line 74, ../scss/_font.scss */
.view-text {
  margin-right: 6px;
}

/* line 78, ../scss/_font.scss */
.btn-group-iclei {
  margin-top: 3px;
}
/* line 80, ../scss/_font.scss */
.btn-group-iclei a {
  padding: 6px 4px 0 4px !important;
  font-size: 18px !important;
  border: 1px solid #f6ae49;
  color: #f6ae49;
}
/* line 87, ../scss/_font.scss */
.btn-group-iclei a:hover, .btn-group-iclei a.active {
  text-decoration: none;
  background-color: #f6ae49;
  color: #fff;
}

/* line 2, ../scss/_file-browser.scss */
body.dragging,
body.dragging * {
  cursor: move !important;
}

/* line 7, ../scss/_file-browser.scss */
.dragged {
  position: absolute;
  opacity: 0.5;
  z-index: 2000;
}

/* line 13, ../scss/_file-browser.scss */
li.placeholder {
  position: relative;
  margin: 0;
  padding: 0;
  border: none;
}
/* line 19, ../scss/_file-browser.scss */
li.placeholder:before {
  position: absolute;
  content: "";
  width: 0;
  height: 0;
  margin-top: -5px;
  left: -5px;
  top: -4px;
  border: 5px solid transparent;
  border-left-color: #ff3b28;
  border-right: none;
}

/* line 35, ../scss/_file-browser.scss */
#folder-content ol {
  margin: 0;
}
/* line 37, ../scss/_file-browser.scss */
#folder-content ol li {
  list-style: none;
  overflow: hidden;
  *zoom: 1;
  border-bottom: 1px solid #f4f4f4;
  padding: 4px 2px 4px 8px;
}
/* line 44, ../scss/_file-browser.scss */
#folder-content ol li input[type="checkbox"] {
  margin: 10px 0 0 0;
}

/* line 51, ../scss/_file-browser.scss */
#file-browser {
  border: 1px solid #2276b8;
  display: table;
  margin: 0 0 20px 0;
  width: 100%;
  height: 100%;
}
/* line 58, ../scss/_file-browser.scss */
#file-browser .panel {
  overflow: hidden;
}
/* line 60, ../scss/_file-browser.scss */
#file-browser .panel .header {
  background-color: #2276b8;
  color: #FFF;
  line-height: 35px;
  margin: 0;
  padding: 0 10px 0 10px;
  width: 100%;
}
#file-browser .panel .header a.pull-right {
  color: #FFF;
  margin-right: 20px;
}
.folder.dragdrop
{
  cursor: move !important;
}
.folder.dragdrop div
{
  cursor: move !important;
}
.folder.dragdrop div span
{
  cursor: move !important;
}
.placeholder
{
  background-color: black;
  opacity: 0.1;
}
/* line 68, ../scss/_file-browser.scss */
#file-browser .panel .header .btn {
  display: block;
  margin: -1px -1px 0 0;
  line-height: 26px;
  height: 26px;
  vertical-align: bottom;
  -moz-border-radius: 0 2px 0 0;
  -webkit-border-radius: 0;
  border-radius: 0 2px 0 0;
}
/* line 78, ../scss/_file-browser.scss */
#file-browser .panel .subheader, #file-browser .panel .footer {
  background-color: #d2e3f0;
  color: #2276b8;
  margin: 0;
}
/* line 85, ../scss/_file-browser.scss */
#file-browser .side-panel {
  display: table-cell;
  width: 29%;
}
/* line 90, ../scss/_file-browser.scss */
#file-browser .dragbar {
  background-color: #2276b8;
  display: table-cell;
  cursor: col-resize;
  width: 1%;
  vertical-align: middle;
}
/* line 97, ../scss/_file-browser.scss */
#file-browser .dragbar div {
  display: block;
  border-left: 1px solid #FFF;
  border-right: 1px solid #FFF;
  width: 3px;
  margin: auto;
}
/* line 106, ../scss/_file-browser.scss */
#file-browser .main-panel {
  display: table-cell;
  width: 70%;
  height: 100%;
}
/* line 111, ../scss/_file-browser.scss */
#file-browser .main-panel .panel-container {
  width: 100%;
  height: 100%;
  overflow: auto;
  display: table;
}
/* line 117, ../scss/_file-browser.scss */
#file-browser .main-panel .panel-container .header {
  display: table-row;
  width: 100%;
}
/* line 122, ../scss/_file-browser.scss */
#file-browser .main-panel .panel-container .subheader {
  display: table-row;
  width: 100%;
}
/* line 125, ../scss/_file-browser.scss */
#file-browser .main-panel .panel-container .subheader div {
  display: table-cell;
  padding: 4px 2px 4px 8px;
}
/* line 129, ../scss/_file-browser.scss */
#file-browser .main-panel .panel-container .subheader div label {
  line-height: 32px;
}
/* line 135, ../scss/_file-browser.scss */
#file-browser .main-panel .panel-container .content-container {
  display: table-row;
  height: 100%;
  width: 100%;
  overflow: auto;
}

/* line 147, ../scss/_file-browser.scss */
#floater .attachment-delete a {
  color: #ff3b28;
}

/* line 152, ../scss/_file-browser.scss */
.tree {
  margin: 0;
  min-height: 10px;
  padding: 0;
}
/* line 157, ../scss/_file-browser.scss */
.tree ol {
  margin: 0;
  min-height: 10px;
}
/* line 162, ../scss/_file-browser.scss */
.tree li {
  list-style: none;
  overflow: hidden;
  *zoom: 1;
  padding: 2px 0 0 22px;
  line-height: 24px;
  border-bottom: 1px solid #f4f4f4;
}
/* line 169, ../scss/_file-browser.scss */
.tree li > div {
  cursor: pointer;
}
/* line 172, ../scss/_file-browser.scss */
.tree li > div:hover {
  color: #2276b8;
}
/* line 178, ../scss/_file-browser.scss */
.tree li div .actions {
  float: right;
  visibility: hidden;
  margin: -1px 2px 0 0;
  width: 140px;
}
/* line 187, ../scss/_file-browser.scss */
.tree li ol li {
  display: none;
  border-bottom: none;
}
/* line 194, ../scss/_file-browser.scss */
.tree li.editable > div > span {
  cursor: text;
}
/* line 197, ../scss/_file-browser.scss */
.tree li.editable > div > span:focus {
  color: #000;
  outline: none;
  font-style: oblique;
}
/* line 210, ../scss/_file-browser.scss */
.tree li.public > div:before, .tree li.open > div:before, .tree li.closed > div:before, .tree li.private > div:before {
  content: "b";
  font-family: "iclei" !important;
  font-style: normal !important;
  font-weight: normal !important;
  font-variant: normal !important;
  text-transform: none !important;
  speak: none;
  line-height: 16px;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 16px;
  margin: 0 0 0 -20px;
  vertical-align: middle;
}
/* line 230, ../scss/_file-browser.scss */
.tree li.public > div:before, .tree li.open > div:before {
  color: #2276b8;
}
/* line 237, ../scss/_file-browser.scss */
.tree li.closed > div:before {
  color: #2276b8;
}
/* line 244, ../scss/_file-browser.scss */
.tree li.private > div:before {
  color: #2276b8;
}
/* line 251, ../scss/_file-browser.scss */
.tree li.folder > div:before {
  color: #2276b8;
  content: "\f07b";
  font-family: FontAwesome;
  font-weight: normal;
  font-style: normal;
  text-decoration: inherit;
  -webkit-font-smoothing: antialiased;
  /* sprites.less reset */
  display: inline;
  width: auto;
  height: auto;
  line-height: normal;
  background-image: none;
  background-position: 0% 0%;
  background-repeat: repeat;
  margin: 0 0 0 -20px;
  vertical-align: middle;
}
/* line 275, ../scss/_file-browser.scss */
.tree li.expanded.folder > div:before {
  content: "\f07c";
  font-family: FontAwesome;
  font-weight: normal;
  font-style: normal;
  text-decoration: inherit;
  -webkit-font-smoothing: antialiased;
  /* sprites.less reset */
  display: inline;
  width: auto;
  height: auto;
  line-height: normal;
  background-image: none;
  background-position: 0% 0%;
  background-repeat: repeat;
  margin: 0 0 0 -20px;
  vertical-align: middle;
}
/* line 297, ../scss/_file-browser.scss */
.tree li.expanded > ol > li {
  display: block;
}
/* line 303, ../scss/_file-browser.scss */
.tree li.active-descendant {
  background-color: #EEE;
  color: #666;
}
/* line 308, ../scss/_file-browser.scss */
.tree li.active {
  color: #2276b8;
  font-weight: bold;
}
/* line 311, ../scss/_file-browser.scss */
.tree li.active li {
  color: #666 !important;
  font-weight: normal !important;
}
/* line 327, ../scss/_file-browser.scss */
.tree li > div:hover > .actions {
  visibility: visible;
}

/* line 336, ../scss/_file-browser.scss */
.selectable li.active {
  font-weight: bold;
}
/* line 338, ../scss/_file-browser.scss */
.selectable li.active li {
  font-weight: normal;
}

/* line 347, ../scss/_file-browser.scss */
#loading {
  width: 100%;
  height: 100%;
  min-height: 400px;
  background-color: #d2e3f0;
  color: #2276b8;
}
/* line 353, ../scss/_file-browser.scss */
#loading > div {
  text-align: center;
  line-height: 240px;
}
/* line 356, ../scss/_file-browser.scss */
#loading > div > div {
  display: inline-block;
  -moz-animation: spinner 1s infinite linear;
  -webkit-animation: spinner 1s infinite linear;
  animation: spinner 1s infinite linear;
}

@-moz-keyframes spinner {
  from {
    transform: scale(1) rotate(0deg);
  }
  to {
    transform: scale(1) rotate(360deg);
  }
}
@-webkit-keyframes spinner {
  from {
    transform: scale(1) rotate(0deg);
  }
  to {
    transform: scale(1) rotate(360deg);
  }
}
@keyframes spinner {
  from {
    transform: scale(1) rotate(0deg);
  }
  to {
    transform: scale(1) rotate(360deg);
  }
}
/* line 2, ../scss/_profile.scss */
.autocomplete-suggestions {
  border: 1px solid #999;
  background: #FFF;
  overflow: auto;
}

/* line 3, ../scss/_profile.scss */
.autocomplete-suggestion {
  padding: 2px 5px;
  white-space: nowrap;
  overflow: hidden;
}

/* line 4, ../scss/_profile.scss */
.autocomplete-selected {
  background: #F0F0F0;
}

/* line 5, ../scss/_profile.scss */
.autocomplete-suggestions strong {
  font-weight: normal;
  color: #3399FF;
}

/* line 6, ../scss/_profile.scss */
.autocomplete-group {
  padding: 2px 5px;
}

/* line 7, ../scss/_profile.scss */
.autocomplete-group strong {
  display: block;
  border-bottom: 1px solid #000;
}

/* line 2, ../scss/_modal.scss */
.modal .subtitle {
  margin: 10px 0;
}

/* responsive */
@media (max-width: 979px) {
  /* line 822, ../scss/screen.scss */
  body, input, select {
    font-size: 13px !important;
  }

  /* line 826, ../scss/screen.scss */
  .logo-header {
    padding-bottom: 0;
  }

  /* line 831, ../scss/screen.scss */
  .navbar-form .in_display {
    display: none;
  }
  /* line 835, ../scss/screen.scss */
  .navbar-form input {
    width: 153px;
  }

  /* line 839, ../scss/screen.scss */
  nav {
    margin: 0 -20px 0 -20px !important;
    padding: 0 20px 0 20px;
  }
  /* line 844, ../scss/screen.scss */
  nav a[href="/profile"] {
    display: none;
  }
  /* line 848, ../scss/screen.scss */
  nav .span4 {
    width: 40% !important;
    float: left !important;
    display: block !important;
  }
  /* line 854, ../scss/screen.scss */
  nav .span8 {
    width: 40% !important;
    float: left !important;
    display: block !important;
  }

  /* line 861, ../scss/screen.scss */
  .block h4 {
    font-size: 14px;
  }
}
/* Large desktop */
@media (min-width: 1200px) {
  /* line 869, ../scss/screen.scss */
  .maxwidth {
    max-width: 770px !important;
  }
}
/* Portrait tablet to landscape and desktop */
@media (min-width: 768px) and (max-width: 979px) {
  /* line 876, ../scss/screen.scss */
  header.logo-header {
    background: url("/img/logo-bg.jpg") no-repeat;
    background-position: 20px 30px;
  }
  /* line 879, ../scss/screen.scss */
  header.logo-header .logo-bg {
    background: none;
  }

  /* line 883, ../scss/screen.scss */
  nav.affix-top {
    margin: 0 0 0 0 !important;
  }

  /* line 889, ../scss/screen.scss */
  nav .span8 {
    width: 476px !important;
  }
  /* line 892, ../scss/screen.scss */
  nav .span4 {
    width: 208px !important;
  }
}
/* Landscape phone to portrait tablet */
/* Landscape phones and down */
@media (max-width: 480px) {
  /* line 905, ../scss/screen.scss */
  body {
    padding: 0 10px 0 10px;
  }

  /* line 909, ../scss/screen.scss */
  nav.meta {
    margin: 0 0 0 -10px !important;
    padding: 0 0 0 10px !important;
    font-size: 11px;
  }
  /* line 914, ../scss/screen.scss */
  nav.meta span.date {
    display: none !important;
  }
  /* line 917, ../scss/screen.scss */
  nav.meta .span4 {
    width: 111px !important;
    float: left !important;
    display: block !important;
  }
  /* line 923, ../scss/screen.scss */
  nav.meta .span8 {
    width: 194px !important;
    float: left !important;
    display: block !important;
  }
  /* line 931, ../scss/screen.scss */
  nav.meta .logo-header-small a {
    margin: 0;
  }

  /* line 937, ../scss/screen.scss */
  header.logo-header {
    margin: 0;
  }

  /* line 941, ../scss/screen.scss */
  nav.main {
    padding: 0 !important;
    margin: 0 !important;
    font-size: 11px;
  }
  /* line 946, ../scss/screen.scss */
  nav.main section.span8 {
    width: 100% !important;
  }
  /* line 948, ../scss/screen.scss */
  nav.main section.span8 .navbar {
    margin: 1px 0 0 0;
  }
  /* line 951, ../scss/screen.scss */
  nav.main section.span8 .navbar .navbar-inner {
    border-radius: 0;
  }
  /* line 953, ../scss/screen.scss */
  nav.main section.span8 .navbar .navbar-inner ul {
    margin: 0 0 0 0;
  }
  /* line 956, ../scss/screen.scss */
  nav.main section.span8 .navbar .navbar-inner ul li a {
    padding: 4px;
  }
  /* line 965, ../scss/screen.scss */
  nav.main aside.span4 {
    display: none !important;
  }

  /* line 970, ../scss/screen.scss */
  body.index section .block {
    min-height: 10px;
  }

  /* line 975, ../scss/screen.scss */
  li.media img {
    float: left !important;
    width: auto;
  }
  /* line 979, ../scss/screen.scss */
  li.media .media-body {
    float: left !important;
    width: auto;
  }

  /* line 987, ../scss/screen.scss */
  .redactor_box .btn-group a.btn {
    font-size: 9px !important;
  }

  /* line 993, ../scss/screen.scss */
  footer {
    font-size: 9px !important;
  }

  /* line 998, ../scss/screen.scss */
  .footer-logos .span2 {
    width: 20%;
    float: left;
    padding: 4px;
  }

  /* line 1005, ../scss/screen.scss */
  h5.media-heading {
    font-size: 12px;
    font-weight: normal;
  }
}
@media (min-width: 1170px) {
  /* line 1014, ../scss/screen.scss */
  .navbar-form .in_display {
    width: 110px;
  }
  /* line 1018, ../scss/screen.scss */
  .navbar-form input {
    width: 161px;
  }
}
@media (min-width: 961px) and (max-width: 1169px) {
  /* line 1026, ../scss/screen.scss */
  .navbar-form .in_display {
    width: 108px;
    padding: 4px 4px 4px 6px;
  }
  /* line 1031, ../scss/screen.scss */
  .navbar-form input {
    width: 115px;
  }
}
/* line 1037, ../scss/screen.scss */
.m-t-5 {
  margin-top: 5px;
}

.avatar-select img
{
  padding: 0;
  margin: 0;
  cursor: pointer;
  border: 4px solid white;
}

.avatar-select img.selected
{
  border: 4px solid blue;
}
