/*
 * This is a manifest file that'll automatically include all the stylesheets available in this directory
 * and any sub-directories. You're free to add application-wide styles to this file and they'll appear at
 * the top of the compiled file, but it's generally better to create a new file per style scope.
 *= require_self
*/
/* Define global Variables here */
/* TODO: Make stylesheets dependent on view */
/* Tab Styling */
/*Tab Fonts*/
/* Fonts */
/* colors */
/*Mixins*/
/* Various */
article, aside, details, figcaption, figure, footer, header, hgroup, nav, section {
  display: block; }

audio, canvas, video {
  display: inline-block;
  *display: inline;
  *zoom: 1; }

audio:not([controls]) {
  display: none; }

[hidden] {
  display: none; }

html {
  font-size: 100%;
  overflow-y: scroll;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%; }

body {
  margin: 0;
  font-size: 13px; }

body, button, input, select, textarea {
  font-family: sans-serif;
  color: #222; }

::-moz-selection {
  background: #FED181;
  text-shadow: none; }

::selection {
  background: #FED181;
  text-shadow: none; }

a {
  color: #00e; }

a:visited {
  color: inherit; }

a:hover {
  color: #06e; }

a:focus {
  outline: thin dotted; }

a:hover, a:active {
  outline: 0; }

abbr[title] {
  border-bottom: 1px dotted; }

b, strong {
  font-weight: bold; }

blockquote {
  margin: 1em 40px; }

dfn {
  font-style: italic; }

hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #ccc;
  margin: 1em 0;
  padding: 0; }

ins {
  background: #ff9;
  color: #000;
  text-decoration: none; }

mark {
  background: #ff0;
  color: #000;
  font-style: italic;
  font-weight: bold; }

pre, code, kbd, samp {
  font-family: monospace, monospace;
  _font-family: 'courier new', monospace;
  font-size: 1em; }

pre {
  white-space: pre;
  white-space: pre-wrap;
  word-wrap: break-word; }

q {
  quotes: none; }

q:before, q:after {
  content: "";
  content: none; }

small {
  font-size: 85%; }

sub, sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline; }

sup {
  top: -0.5em; }

sub {
  bottom: -0.25em; }

ul, ol {
  margin: 1em 0;
  padding: 0 0 0 40px; }

dd {
  margin: 0 0 0 40px; }

nav ul, nav ol {
  list-style: none;
  list-style-image: none;
  margin: 0;
  padding: 0; }

img {
  border: 0;
  -ms-interpolation-mode: bicubic;
  vertical-align: middle; }

svg:not(:root) {
  overflow: hidden; }

figure {
  margin: 0; }

form {
  margin: 0; }

fieldset {
  border: 0;
  margin: 0;
  padding: 0; }

label {
  cursor: pointer; }

legend {
  border: 0;
  *margin-left: -7px;
  padding: 0; }

button, input, select, textarea {
  font-size: 100%;
  margin: 0;
  vertical-align: baseline;
  *vertical-align: middle; }

button, input {
  line-height: normal;
  *overflow: visible; }

table button, table input {
  *overflow: auto; }

button, input[type="button"], input[type="reset"], input[type="submit"] {
  cursor: pointer;
  -webkit-appearance: button; }

button:disabled, input:disabled {
  cursor: default; }

input[type="checkbox"], input[type="radio"] {
  box-sizing: border-box; }

input[type="search"] {
  -webkit-appearance: textfield;
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  box-sizing: content-box; }

input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none; }

button::-moz-focus-inner, input::-moz-focus-inner {
  border: 0;
  padding: 0; }

textarea {
  overflow: auto;
  vertical-align: top;
  resize: vertical; }

input:invalid, textarea:invalid {
  background-color: #f0dddd; }

table {
  border-collapse: collapse;
  border-spacing: 0; }

td {
  vertical-align: top; }

.ir {
  display: block;
  border: 0;
  text-indent: -999em;
  overflow: hidden;
  background-color: transparent;
  background-repeat: no-repeat;
  text-align: left;
  direction: ltr; }

.ir br {
  display: none; }

.hidden {
  display: none !important;
  visibility: hidden; }

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

.visuallyhidden.focusable:active, .visuallyhidden.focusable:focus {
  clip: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  position: static;
  width: auto; }

.invisible {
  visibility: hidden; }

.clearfix:before, .clearfix:after {
  content: "";
  display: table; }

.clearfix:after {
  clear: both; }

.clearfix {
  zoom: 1; }

@media print {
  * {
    /* eigenes CSS wo nötig
    background: transparent !important;
    color: black !important;*/
    text-shadow: none !important;
    filter: none !important;
    -ms-filter: none !important; }

  a, a:visited {
    text-decoration: underline; }

  a[href]:after {
    content: " (" attr(href) ")"; }

  abbr[title]:after {
    content: " (" attr(title) ")"; }

  .ir a:after, a[href^="javascript:"]:after, a[href^="#"]:after {
    content: ""; }

  pre, blockquote {
    border: 1px solid #999;
    page-break-inside: avoid; }

  thead {
    display: table-header-group; }

  tr, img {
    page-break-inside: avoid; }

  img {
    max-width: 100% !important; }

  @page {
    margin: 0.5cm; }

  p, h2, h3 {
    orphans: 3;
    widows: 3; }

  h2, h3 {
    page-break-after: avoid; } }
/* CSS that is used in the whole application */
/* Simple notification */
.notification {
  margin: 0 0 5px 0;
  padding: 0; }
  .notification p {
    vertical-align: middle;
    margin: 0;
    padding: 10px 15px; }

/* Default Programm Online Button */
.top-bar li {
  background-color: white;
  margin-top: 0;
  margin-bottom: 8px;
  border: 1px solid #acb3b7;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  color: #464951;
  display: inline-block;
  -webkit-font-smoothing: antialiased;
  font-size: 12px;
  padding-top: 6px;
  padding-bottom: 6px;
  padding-left: 27px;
  padding-right: 8px;
  position: relative;
  text-shadow: 0 1px 1px #fff;
  z-index: 2;
  width: auto;
  text-align: center;
  text-decoration: none; }
  .top-bar li:hover {
    -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.1);
    border: 1px solid #C6C6C6;
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.1);
    color: #333;
    border-image: initial; }

/* Default Programm Online Search bar */
div.search-field {
  padding-bottom: 10px;
  padding-left: 8px;
  height: 30px; }
  div.search-field .search-button {
    float: right; }
  div.search-field #search {
    float: left;
    background-color: #fafafa;
    background-image: url("/assets/icons/search.png");
    background-position: left 6px;
    background-repeat: no-repeat;
    border: 1px solid #aeb3b8;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    -moz-box-shadow: 0 1px 1px rgba(255, 255, 255, 0.66), 0 1px 4px rgba(0, 0, 0, 0.1) inset;
    -webkit-box-shadow: 0 1px 1px rgba(255, 255, 255, 0.66), 0 1px 4px rgba(0, 0, 0, 0.1) inset;
    box-shadow: 0 1px 1px rgba(255, 255, 255, 0.66), 0 1px 4px rgba(0, 0, 0, 0.1) inset;
    color: #2275bb;
    font-family: 'Helvetica Neue', Helvetica, Arial, Geneva, sans-serif;
    font-size: 16px;
    padding: 8px 8px 6px 40px;
    outline: none;
    width: 70%; }
    div.search-field #search :focus {
      background-position: left -35px;
      border: 1px solid #74a9de;
      -moz-box-shadow: 0 0 4px rgba(111, 177, 243, 0.5), 0 1px 4px rgba(0, 0, 0, 0.1) inset;
      -webkit-box-shadow: 0 0 4px rgba(111, 177, 243, 0.5), 0 1px 4px rgba(0, 0, 0, 0.1) inset;
      box-shadow: 0 0 4px rgba(111, 177, 243, 0.5), 0 1px 4px rgba(0, 0, 0, 0.1) inset; }

.divider {
  clear: both;
  border-top: 1px solid #cccccc; }

.clear {
  clear: both; }

#error,
#alert,
#notice,
#success,
#info {
  padding: 0;
  margin-bottom: 0;
  border: 2px solid #ddd; }

#error, #alert {
  background: #fbe3e4;
  color: #8a1f11;
  border-color: #fbc2c4; }

#notice {
  background: #fff6bf;
  color: #514721;
  border-color: #ffd324; }

#success {
  background: #e6efc2;
  color: #264409;
  border-color: #c6d880; }

#info {
  background: #d5edf8;
  color: #205791;
  border-color: #92cae4; }

#error a, #alert a {
  color: #8a1f11; }

#notice a {
  color: #514721; }

#success a {
  color: #264409; }

#info a {
  color: #205791; }

.error_messages, .alert {
  background: #fff6bf;
  color: #514721;
  border-color: #ffd324; }

/* Main Application */
/* This is the main layout stylesheet */
/*------------ BASE HTML --------------*/
body {
  background-color: #edeff1;
  font-family: Arial, Helvetica, sans-serif;
  margin: 0;
  padding: 0;
  background-image: url("../file/resources/images/icons/noise.png"); }

/* Main Container */
div#container {
  background-image: url("../file/resources/images/icons/noise.png"); }

/*------------ CONTENT --------------*/
div#content {
  padding: 0 0 0 15px;
  min-width: 900px;
  overflow: visible; }

/*------------ CONTENT MAIN --------------*/
div#navigation {
  position: relative; }

div#content-main {
  display: inline-block;
  padding: 0 0 0 0;
  -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.5);
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.5);
  background-color: white;
  min-width: 600px;
  width: 80%;
  /*height: 900px;*/ }

div.minwidth {
  min-width: 600px;
  width: auto !important;
  width: 100px; }

div.content-header {
  background-color: #EDF3FE;
  /*text-align: left;*/
  margin: 0 0 0 0;
  padding: 5px 9px 5px 24px;
  border-bottom: 1px solid #DEDEDE; }
  div.content-header h1 {
    font-size: 14px;
    padding: 0px;
    margin: 0px; }

div.content-header-links {
  float: right;
  white-space: nowrap;
  line-height: 20px; }
  div.content-header-links a {
    color: gray;
    font-size: 12px;
    font-weight: normal;
    text-decoration: none; }
    div.content-header-links a:hover {
      text-decoration: underline; }
    div.content-header-links a.selected {
      color: #da303e;
      pointer-events: none;
      cursor: default; }
  div.content-header-links input {
    margin-right: 0px;
    padding-right: 0px; }
  div.content-header-links span.pipe {
    font-size: 11px; }

/*------------ CONTENT NAVIGATION --------------*/
div#content-navigation {
  display: inline-block;
  width: 20%;
  position: fixed;
  background-color: transparent; }

div.sidebar {
  padding-left: 25px;
  padding-right: 25px; }
  div.sidebar .sidebar-buttons {
    margin-bottom: 20px; }
  div.sidebar .sidebar-item {
    margin-bottom: 10px; }
    div.sidebar .sidebar-item h1 {
      margin: 0;
      padding-top: 5px;
      padding-bottom: 5px;
      padding-left: 5px;
      background-color: #EEF4FD;
      border: 1px solid #ccc;
      font-size: 14px;
      color: #3e3e3e; }
    div.sidebar .sidebar-item span.collection {
      float: left;
      background-image: url("../file/resources/images/icons/starsprite.png");
      background-position: 0 0;
      width: 17px;
      height: 20px;
      background-repeat: no-repeat;
      margin-right: 5px; }
    div.sidebar .sidebar-item ul {
      border-left: 1px solid #ccc;
      border-right: 1px solid #ccc;
      border-bottom: 1px solid #ccc;
      background-color: #FFFFFF;
      list-style: none;
      padding: 0;
      margin: 0; }
    div.sidebar .sidebar-item li {
      font-size: 12px;
      padding: 2px 0; }
      div.sidebar .sidebar-item li:hover {
        cursor: pointer;
        background-color: #FDF6E4; }
    div.sidebar .sidebar-item a {
      margin-left: 28px;
      color: #3e3e3e;
      text-decoration: none; }
      div.sidebar .sidebar-item a:hover {
        color: #da303e; }

/*------------ FOOTER --------------*/
/*------------ EVERYTHING ELSE --------------*/
/*########################### REFACTOR FROM HERE ########################*/
span.highlighted {
  font-size: 10px;
  color: white;
  font-weight: bold; }
  span.highlighted a {
    text-decoration: none; }
  span.highlighted a:hover {
    text-decoration: underline; }

span.normal {
  font-size: 10px; }

div#navigation {
  background-color: #3a4457;
  border: none;
  padding: 0px;
  margin: 0px;
  display: block; }
  div#navigation div.navigation-title {
    padding-top: 10px;
    padding-left: 30px;
    padding-bottom: 1px;
    float: left; }
    div#navigation div.navigation-title h1 {
      color: #FFD220;
      font-family: Arial, Helvetica, sans-serif;
      font-weight: normal;
      font-size: 30px;
      margin: 0px; }
  div#navigation div.navigation-links {
    height: auto;
    padding: 0 10px 0 0;
    margin: 0px;
    float: right; }
    div#navigation div.navigation-links ul {
      font-size: 12px;
      line-height: 20px;
      white-space: nowrap; }
      div#navigation div.navigation-links ul span.pipe {
        font-size: 11px;
        color: #4E5D77; }
    div#navigation div.navigation-links li {
      list-style-type: none;
      display: inline;
      padding-right: 3px;
      color: white; }
      div#navigation div.navigation-links li a {
        text-decoration: underline;
        color: white;
        font-size: 12px; }
        div#navigation div.navigation-links li a:hover {
          text-decoration: none; }
        div#navigation div.navigation-links li a.help {
          font-weight: bold;
          background-color: #FF8A00;
          padding: 0px 5px 0px 5px;
          text-shadow: rgba(0, 0, 0, 0.3) 1px 1px 1px;
          border-radius: 2px; }
  div#navigation div#navigation-tabs {
    margin-right: 20px;
    margin-left: 30px;
    padding-top: 10px; }
    div#navigation div#navigation-tabs div.left-tabs {
      float: left; }
    div#navigation div#navigation-tabs div.right-tabs {
      float: right; }
    div#navigation div#navigation-tabs div.tabs ul {
      margin: 0;
      padding: 0;
      width: auto;
      display: block; }
      div#navigation div#navigation-tabs div.tabs ul li:hover {
        background-color: #687ca0; }
      div#navigation div#navigation-tabs div.tabs ul li {
        float: left;
        display: inline;
        list-style: none;
        border: none;
        background-color: #596a88;
        margin-right: 4px;
        width: auto;
        display: block; }
        div#navigation div#navigation-tabs div.tabs ul li a {
          display: block;
          padding: 5px 8px 5px 8px !important;
          color: white !important;
          text-decoration: none;
          font-size: 12px; }
      div#navigation div#navigation-tabs div.tabs ul li.active {
        background-color: #edeff1 !important;
        background-image: url("../file/resources/images/icons/noise.png"); }
        div#navigation div#navigation-tabs div.tabs ul li.active a {
          color: black !important; }
      div#navigation div#navigation-tabs div.tabs ul li.active:hover {
        background-color: #edeff1; }

/* Collection Controller */
div.collections-container {
  width: auto;
  height: auto;
  white-space: nowrap;
  overflow: hidden;
  min-width: 600px; }

ul.collections-items {
  padding: 0;
  margin: 0;
  list-style: none;
  width: auto; }

li.collection-item {
  margin: 0;
  font-size: 12px;
  list-style: none;
  border-bottom: solid 1px #EFEFEF; }
  li.collection-item .empty-list h1 {
    font-size: 16px;
    text-align: center;
    color: #888; }
  li.collection-item:hover {
    background-color: #FDF6E4; }
  li.collection-item .collection-column {
    display: inline-block;
    vertical-align: middle;
    padding: 0;
    overflow: hidden; }
    li.collection-item .collection-column.not-show {
      visibility: hidden; }
    li.collection-item .collection-column.icon {
      margin-right: 5px;
      width: 17px;
      height: 22px;
      background-repeat: no-repeat;
      background-image: url("../file/resources/images/icons/glyphicons-halflings.png"); }
    li.collection-item .collection-column.icon:hover {
        cursor: pointer; }
    li.collection-item .collection-column.starred {
      margin-left: 25px;
      background-position: -14px 3px;
      background-image: url("../file/images/icons/starsprite.png"); }
      li.collection-item .collection-column.starred:hover {
        background-position: 2px 3px; }
      li.collection-item .collection-column.starred.selected {
        background-position: 2px 3px; }
    li.collection-item .collection-column.name {
      margin-right: 7px;
      width: 150px;
      font-size: 12px;
      font-weight: bold;
      color: #3e3e3e; }
    li.collection-item .collection-column.count {
      text-align: center;
      width: 50px;
      color: #9D9D9D;
      font-size: 11px; }
    li.collection-item .collection-column.description {
      width: 600px; }
      li.collection-item .collection-column.description span {
        font-size: 11px;
        color: #3e3e3e; }
    li.collection-item .collection-column.actions {
      line-height: 10px;
      margin-top: 3px;
      float: left;
      position: fixed;
      font-size: 10px;
      background-color: #FDF6E4;
      padding-left: 5px;
      margin-right: 0;
      padding-top: 1px;
      padding-bottom: 1px;
      border-radius: 5px; }
      li.collection-item .collection-column.actions .dragdrop {
        display: inline-block;
        vertical-align: top;
        margin-left: 2px;
        background-repeat: no-repeat;
        cursor: move; }
      li.collection-item .collection-column.actions .edit {
        display: inline-block;
        vertical-align: top; }
        li.collection-item .collection-column.actions .edit a {
          color: #da303e; }
          li.collection-item .collection-column.actions .edit a:hover {
            text-decoration: underline; }
      li.collection-item .collection-column.actions .delete a {
        vertical-align: top;
        display: inline-block;
        z-index: 1;
        width: 10px;
        height: 10px;
        font-size: 11px; }
      li.collection-item .collection-column.actions .undelete a {
        vertical-align: top;
        display: inline-block;
        z-index: 1;
        font-size: 11px; }
      li.collection-item .collection-column.actions span.pipe {
        font-size: 11px;
        color: #ccc; }

.minwidth {
  min-width: 100px;
  width: auto !important;
  width: 100px; }

div.page-navigation {
  position: relative;
  text-align: left;
  background-color: #F4F8FF;
  padding-top: 5px;
  padding-bottom: 5px;
  height: 17px; }
  div.page-navigation div.jumping {
    padding-left: 100px;
    padding-right: 0;
    margin-top: -2px;
    position: absolute; }
  div.page-navigation div.jumping .btn {
    margin-right: 5px;
    width: 75px;
    padding-top: 3px;
    padding-bottom: 1px; }
  div.page-navigation div.jumping i {
    margin-top: -2px; }
  div.page-navigation div.jumping .yui-calendar td.calcell a {
    width: 23px; }
  div.page-navigation div.paging {
    width: auto;
    text-align: left;
    padding-left: 270px; }
  div.page-navigation div.paging span.count {
    font-size: 11px;
    color: #9D9D9D;
    margin-left: 5px;
    margin-right: 5px; }
  div.page-navigation div.paging a {
    color: #da303e;
    text-decoration: none; }

div.collection-container {
  width: auto;
  height: auto;
  min-width: 600px; }
  div.collection-container div.collection-items {
    width: auto;
    min-width: 600px; }
    div.collection-container div.collection-items h1 {
      font-size: 16px;
      text-align: center;
      color: #888; }
  div.collection-container .selected {
    background-color: #FFFDEF; }
  div.collection-container div.event-item {
    border-top: solid;
    border-top-width: 1px;
    border-top-color: #D4D4D4;
    border-bottom-color: #D4D4D4;
    height: auto;
    min-height: 67px;
    padding-top: 5px;
    padding-bottom: 5px;
    position: relative;
    width: auto;
    overflow-y: visible; }
    div.collection-container div.event-item:hover {
      background-color: #FDF6E4; }
    div.collection-container div.event-item .event-column {
      overflow: hidden;
      margin-top: 0px;
      padding-top: 0px;
      position: relative; }
      div.collection-container div.event-item .event-column.category-avatar {
        margin-right: 15px;
        width: 90px;
        float: left; }
      div.collection-container div.event-item .event-column.date-time {
        margin-right: 15px;
        float: left;
        height: auto; }
      div.collection-container div.event-item .event-column.title-description {
        margin-right: 20px;
        max-width: 80%;}
      div.collection-container div.event-item .event-column.actions {
        width: 30px;
        height: 100%;
        float: right; }
    div.collection-container div.event-item .date-time h2 {
      font-size: 13px;
      color: #3e3e3e;
      display: inline; }
    div.collection-container div.event-item .date-time h3 {
      font-weight: 200;
      font-size: 11px;
      color: #666;
      display: inline; }
    div.collection-container div.event-item .date-time .event-weeknumber {
      float: right; }
    div.collection-container div.event-item .event-image {
      text-align: center; }
      div.collection-container div.event-item .event-image img {
        margin-top: 2px;
        margin-bottom: 2px;
        vertical-align: middle; }
    div.collection-container div.event-item .event-category {
      text-align: right;
      width: 90px;
      float: left; }
      div.collection-container div.event-item .event-category.category-6 {
        background-color: #AA7AA3; }
      div.collection-container div.event-item .event-category.category-1 {
        background-color: #D87433; }
      div.collection-container div.event-item .event-category.category-2 {
        background-color: #579BD7; }
      div.collection-container div.event-item .event-category.category-3 {
        background-color: #7D8A2A; }
      div.collection-container div.event-item .event-category.category-4 {
        background-color: #7A51AD; }
      div.collection-container div.event-item .event-category.category-5 {
        background-color: #999999; }
      div.collection-container div.event-item .event-category.category-7 {
        background-color: #83221C; }
      div.collection-container div.event-item .event-category.category-8 {
        background-color: #A18658; }
      div.collection-container div.event-item .event-category.category-9 {
        background-color: #D23F31; }
      div.collection-container div.event-item .event-category span {
        color: white;
        padding-right: 3px;
        font-size: 9px; }
      div.collection-container div.event-item .event-location {
        max-width: 75%; }
     div.collection-container div.event-item .event-location a {
        color: #777777;
        text-decoration: none;
        font-size: 12px; }
      div.collection-container div.event-item .event-location a:hover {
        text-decoration: underline; }
    div.collection-container div.event-item .event-location span {
      font-size: 12px; }
    div.collection-container div.event-item .event-location span .loc_str {
      color: #3e3e3e;
      font-size: 12px;
      font-weight: 600; }
    div.collection-container div.event-item .event-location span.loc_name {
      color: #3e3e3e;
      font-size: 11px; }
    div.collection-container div.event-item .event-location span.loc_street {
      color: #3e3e3e;
      font-size: 11px; }
    div.collection-container div.event-item .event-location span.loc_city {
      color: #3e3e3e;
      font-size: 11px; }
    div.collection-container div.event-item .event-location a.loc_url {
      font-size: 11px;
      color: #0060C5; }
    div.collection-container div.event-item .event-location a.loc_email {
      font-size: 11px;
      color: #0060C5; }
    div.collection-container div.event-item .event-title h1 {
      font-weight: 600px;
      font-size: 13px;
      color: #3e3e3e;
      display: inline; }
    div.collection-container div.event-item .event-description p {
      padding: 0px;
      margin: 0px;
      font-size: 12px; }

.popup-wrapper {
  z-index: 1;
  border: 1px solid #ccc;
  overflow: hidden;
  position: relative;
  right: -5px;
  width: 200px;
  background: white;
  color: #000000;
  margin-left: 20px;
  margin-bottom: 20px; }
  .popup-wrapper .popup-title {
    background-color: #FEEDF5;
    padding: 5px 0 5px 10px; }
    .popup-wrapper h2 {
      font-size: 14px;
      font-weight: bold;
      color: #333;
      display: inline; }
    .popup-wrapper h3 {
      font-size: 13px;
      font-weight: normal;
      color: #333;
      display: inline; }
  .popup-wrapper .description {
    border-bottom: dashed;
    border-bottom-color: #ccc;
    border-bottom-width: 1px;
    padding: 2px 0 2px 10px;
    margin: 2px 10px 2px 10px; }
    .popup-wrapper .description span {
      font-size: 10px;
      display: inline; }
  .popup-wrapper .form_wrapper {
    font-size: 11px;
    padding: 0;
    margin: 10px 10px 4px 8px; }
  .popup-wrapper .form_wrapper .popup-fav span.fav-star {
    float: left;
    background-image: url("../file/resources/images/icons/starsprite.png");
    background-position: 0 0;
    width: 17px;
    height: 15px;
    background-repeat: no-repeat;
    margin-right: 5px; }

div .yui-skin-sam a.arrows {
  display: inline-block;
  color: #da303e;
  height: 22px;
  width: 26px;
  z-index: 1;
  background-image: url("../file/images/icons/arrowsprites.png"); }
div .yui-skin-sam a.transparent {
  background-image: url("../file/images/icons/arrowsprites-transparent.png");
  cursor: default; }
div .yui-skin-sam .select-all-checkbox {
  float: right;
  margin-right: 10px; }

div.checkboxes {
  line-height: 15px;
  background-repeat: no-repeat;
  background-image: url("../file/images/icons/checkbox-sprite.png"); }
  div.checkboxes span {
    padding-left: 20px; }

div.checkboxes.celements_tre_state_0 {
  background-position: 0 -13px; }

div.checkboxes.celements_tre_state_-1 {
  background-position: 0 1px; }

div.checkboxes.celements_tre_state_1 {
  background-position: 0 -28px; }

span.count_selected {
  color: #333;
  font-weight: bold; }

.innercol {
  padding: 0 60px 20px 23px; }

.forms .form-information h2 {
  font-size: 14px;
  color: #333;
  margin: 20px 0 5px 0; }
.forms .form-information p {
  font-size: 12px;
  color: #666;
  padding: 4px 0;
  margin: 4px 0; }
  .forms .form-information p a {
    color: #da303e;
    text-decoration: none; }
    .forms .form-information p a:hover {
      text-decoration: underline; }
.forms fieldset {
  background-color: #edeff1;
  padding: 7px 13px;
  margin-bottom: 25px; }
  .forms fieldset textarea {
    width: 500px;
    height: 70px; }
  .forms fieldset label {
    color: #333; }
  .forms fieldset table {
    display: block;
    margin: 0 0 5px 0; }
    .forms fieldset table th {
      vertical-align: top;
      text-align: left;
      color: #333;
      padding: 10px 6px 0 0; }
.forms .action {
  border-top: 1px dashed #CCC;
  padding: 10px 0 0 0; }
  .forms .action a {
    color: #da303e; }
    .forms .action a:hover {
      background-color: #da303e;
      color: white;
      text-decoration: none; }

.collection_editor {
  Font-family: Arial, sans-serif; }

.celements3_tabMenu .bd {
  background-color: white !important; }

/*#tabMenuPanel {
  width: 700px !important;
  height: 400px !important; }*/

.menuTab {
  overflow: hidden !important;
 /* width: 700px !important;
  margin-top: 40px !important;*/
  -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.5);
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.5); }

.editblock {
  padding: 0 !important;
  margin: 0 !important;
  border: none !important; }

input#pagetitle.fullwidth {
  width: 620px !important; }

#con_contentEdit textarea {
  width: 620px !important; }

.rules-container {
  font-family: "Open Sans",Tahoma,Geneva,Helvetica,Arial,sans-serif;
  font-size: 12px;
  line-height: 17px;
  font-weight: 400;
  text-transform: none;
  color: #3E3E3E;
  width: 800px;
  margin-left: auto;
  margin-right: auto; }
.rules-container select {
 height: 28px;
 width: 180px;
 padding: 1px; }
.rules-container .rules-buttons {
  margin: 0 0 10px 0; }
.rules-container .rules-buttons-left {
  display: inline; }
.rules-container .rules-buttons-right {
  float: right; }
.rules-container ul#rule-listing {
  padding: 0;
  margin: 0;
  list-style-type: none; }
  .rules-container ul#rule-listing li.rule {
    list-style: none;
    width: 600px; }
.rules-container .title {
  background-color: #EDF3FE;
  border: 1px solid #ccc;
  padding: 5px 10px;
  font-weight: bold;
  position: relative; }
  .rules-container .title .rule-name {
    color: #333;
    font-size: 14px; }
  .rules-container .title .expand {
    float: right;
    margin-right: 10px; }
  .rules-container .title .remove {
    float: right; }
.rules-container .settings {
  background-color: white;
  margin: 0 0;
  border: 1px solid #ccc;
  border-top: 0;
  padding: 5px 10px; }
  .rules-container .settings .newCondition {
    float: right; }
  .rules-container .settings .setting-condition .condition-title {
    font-weight: bold; }
  .rules-container .settings .setting-condition .condition-text {
    margin-top: 5px; }
  .rules-container .settings .setting-condition ul.conditions-list {
    margin: 15px 0 0 0;
    padding: 0;
    list-style-type: none; }
  .rules-container .settings .setting-condition li.condition .removeCondition {
    float: right; }
  .rules-container .settings .setting-action .newAction {
    float: right; }
  .rules-container .settings .setting-action ul.actions-list {
    margin: 15px 0 0 0;
    padding: 0;
    list-style-type: none; }
  .rules-container .settings .setting-action li.action {
    border: none;
    padding: 0; }
    .rules-container .settings .setting-action li.action .removeAction {
      float: right; }
  .rules-container .settings .divider {
    clear: both;
    margin: 5px 0;
    border-top: 1px solid #cccccc; }

.select2-container .select2-selection__clear {
  font-size: 16px;
  border: none;
  background-color: transparent;
  margin-right: 15px;
  margin-top: 3px;
}

/* Login */
/*Main stylesheet*/
/* :stylesheets/css-compiled/login.css */
body {
  background-color: #ECEEF0; }

div.errormessage {
  font-weight: bold;
  text-align: left;
  font-family: Arial, Helvetica, sans-serif;
  background-color: #F4ABAA;
  border: 1px solid #C12712;
  font-size: 14px;
  width: 100%;
  color: #BC3527;
  padding: 2px; }
