/* Rukra Package Styles */
form#location, form#event {
    margin-right: 75px;
}

fieldset legend {
    font-weight: bold;
}

/* Farbwerte */
.color-red {
  color: #F41000;
}

.color-green {
  color: #00B233;
}

.color-yellow {
  color: #F8E71C;
}

.color-blue {
  color: #0067B2;
}

.color-brown {
  color: #8B4513;
}

.color-purple {
  color: #6A1B9A;
}

.color-orange {
  color: #EF6C00;
}

.color-darkgrey {
  color: #4F4F4F;
}

/* Statistik */
.chart-bar-green {
    color:white;
	height:25px;
	line-height:25px;
	text-align: right;
	padding-left:0.5em;
	padding-right:0.5em;
	background-color: #00B233;
}

.chart-bar-red {
    color:white;
	height:20px;
	line-height:20px;
	text-align: right;
	padding-left:0.5em;
	padding-right:0.5em;
	background-color: #F41000;
}

/* Modal Dialog-Box */
.modal-dialog {
   display: none; /* Hidden by default */
   position: fixed; /* Stay in place */
   z-index: 1; /* Sit on top */
   left: 0;
   top: 0;
   width: 100%; /* Full width */
   height: 100%; /* Full height */
   background-color: rgb(0,0,0); /* Fallback color */
   background-color: rgba(0,0,0,0.6); /* Black w/ opacity */
}

.modal-dialog .container {
   background-color: #fefefe;
   margin: 15% auto; /* 15% from the top and centered */
   width: 40%;
}

.modal-dialog .container a {
   color: white;
   float: right;
   line-height: 40px;
   vertical-align: middle;
   padding-right: 10px;
}

.modal-dialog .content {
   padding: 15px;
}

.modal-dialog h1 {
  margin: 0;
}

/* Add-In Box */
.addin-box {
  margin-top: 10px;
  margin-bottom: 40px;
}
.addin-box h2 {
  margin: 0;
  font-size: 15px;
  line-height: 40px;
  font-weight: bold;
  color: white;
  background: #0067B2;
  padding: 0 0 0 10px;
}

.addin-box .actions {
    margin-bottom: 15px;
}

.addin-box .content {
    padding: 10px;
    background: #EFEFEF;
}

div#files.addin-box a {
    line-height:40px;
    vertical-align: middle;
    outline: 0;
}

div#files.addin-box a i {
    line-height:40px;
    vertical-align: middle;
}

div#files.addin-box a span {
    line-height:40px;
    padding-left: 4px;
}

div#files.addin-box td.delete a span {
    color: #F41000;
}

div#files.addin-box td.delete a:hover span {
    color: #4F4F4F;
}

/* Tab-Bar */
.tabbar {
}

.tabbar .tabs {
  height: 42px;
  width: 100%;
  border-bottom: solid #4F4F4F 1px;
}

.tabbar .tabs ul {
	border-left: 1px solid #4F4F4F;
	list-style-type: none;
	margin: 0;
    padding: 0;
	margin-top: 10px;
}

.tabbar .tabs li {
  cursor: pointer;
  color: #4F4F4F;
  background: #EFEFEF;
  white-space: nowrap;
  display: block;
  float: left;
  padding: 2px 8px 2px 8px;
  border-top: 1px solid #4F4F4F;
  border-right: 1px solid #4F4F4F;
  border-bottom: 1px solid #4F4F4F;
  padding-top: 5px;
  padding-bottom: 5px;
}

.tabbar .tabs li:first-child {
  border-left: 1px solid #4F4F4F;
  margin-left: -1px;
}

.tabbar .tabs li.here {
  cursor: default;
  color: #F41000;
  background: inherit;
  border-bottom: 1px solid white;
}

.tabbar .tabs li i {
  padding-right: 6px;
}

.tabbar .tabs li:hover {
  color: #F41000;
  background: inherit;
  text-decoration: none;
  border-bottom: 1px solid white;
  transition: all .2s;
}

.tabbar > .content {
  padding: 20px;
  border-left: 1px solid #4F4F4F;
  border-right: 1px solid #4F4F4F;
  border-bottom: 1px solid #4F4F4F;
}

.tabbar > .content h2:not(:first-child) {
  margin-top: 30px;
}

.tabbar > .content h2:first-child {
  margin-top: 0;
}

/* Programming */
#programming {
    max-width: 54em;
}

#programming .form-item-wrapper .form-widget, #programming .form-error {
    margin-left: 12em;
}

#programming .form-item-wrapper .form-label {
    width: 11em;
}

#programming .form-item-wrapper .form-widget span {
    display: inline-block;
	width: 225px;
}

#programming .form-item-wrapper .form-widget input {
    width: 200px;
}

#programming .form-item-wrapper .form-widget input[name=message_0] {
    width: 429px;
}

#programming-log {
    position: fixed;
    right: 30px;
    bottom: 30px;
    box-shadow: 5px 5px 5px #aaa;
    background: #EFEFEF;
    padding: 15px;
    height: 15em;
    width: 30em;
}

#programming-log h3 {
    margin-top: 0;
}

@keyframes blink {
    0% {
      opacity: .2;
    }
    20% {
      opacity: 1;
    }
    100% {
      opacity: .2;
    }
}

#programming-log h3 span {
    animation-name: blink;
    animation-duration: 1.4s;
    animation-iteration-count: infinite;
    animation-fill-mode: both;
}

#programming-log h3 span:nth-child(2) {
    /**
     * Starts the animation of the third dot
     * with a delay of .2s, otherwise all dots
     * would animate at the same time
     */
    animation-delay: .2s;
}

#programming-log h3 span:nth-child(3) {
    /**
     * Starts the animation of the third dot
     * with a delay of .4s, otherwise all dots
     * would animate at the same time
     */
    animation-delay: .4s;
}

/* Calendar widget css */

/* The main calendar widget.  div containing a table. */

div.calendar { position: relative; }

.calendar, .calendar table {
  border: 1px solid #556;
  font-size: 11px;
  color: #000;
  cursor: default;
  background: #eef;
}

/* Header part -- contains navigation buttons and day names. */

.calendar .button { /* "<<", "<", ">", ">>" buttons have this class */
  text-align: center;    /* They are the navigation buttons */
  padding: 2px;          /* Make the buttons seem like they're pressing */
}

.calendar thead .title { /* This holds the current "month, year" */
  font-weight: bold;      /* Pressing it will take you to the current date */
  text-align: center;
  background: #fff;
  color: #000;
  padding: 2px;
}

.calendar thead .headrow { /* Row <tr> containing navigation buttons */
  background: #778;
  color: #fff;
}

.calendar thead .daynames { /* Row <tr> containing the day names */
  background: #bdf;
}

.calendar thead .name { /* Cells <TD> containing the day names */
  border-bottom: 1px solid #556;
  padding: 2px;
  text-align: center;
  color: #000;
}

.calendar thead .weekend { /* How a weekend day name shows in header */
  color: #a66;
}

.calendar thead .hilite { /* How do the buttons in header appear when hover */
  background: #aaf;
  color: #000;
  border: 1px solid #04f;
  padding: 1px;
}

.calendar thead .active { /* Active (pressed) buttons in header */
  background: #77c;
  padding: 2px 0px 0px 2px;
}

/* The body part -- contains all the days in month. */

.calendar tbody .day { /* Cells <TD> containing month days dates */
  width: 2em;
  color: #456;
  text-align: right;
  padding: 2px 4px 2px 2px;
}

.calendar table .wn {
  padding: 2px 3px 2px 2px;
  border-right: 1px solid #000;
  background: #bdf;
}

.calendar tbody .rowhilite td {
  background: #def;
}

.calendar tbody .rowhilite td.wn {
  background: #eef;
}

.calendar tbody td.hilite { /* Hovered cells <TD> */
  background: #def;
  padding: 1px 3px 1px 1px;
  border: 1px solid #bbb;
}

.calendar tbody td.active { /* Active (pressed) cells <TD> */
  background: #cde;
  padding: 2px 2px 0px 2px;
}

.calendar tbody td.selected { /* Cell showing today date */
  font-weight: bold;
  border: 1px solid #000;
  padding: 1px 3px 1px 1px;
  background: #fff;
  color: #000;
}

.calendar tbody td.weekend { /* Cells showing weekend days */
  color: #a66;
}

.calendar tbody td.today { /* Cell showing selected date */
  font-weight: bold;
  color: #00f;
}

.calendar tbody .disabled { color: #999; }

.calendar tbody .emptycell { /* Empty cells (the best is to hide them) */
  visibility: hidden;
}

.calendar tbody .emptyrow { /* Empty row (some months need less than 6 rows) */
  display: none;
}

/* The footer part -- status bar and "Close" button */

.calendar tfoot .footrow { /* The <tr> in footer (only one right now) */
  text-align: center;
  background: #556;
  color: #fff;
}

.calendar tfoot .ttip { /* Tooltip (status bar) cell <TD> */
  background: #fff;
  color: #445;
  border-top: 1px solid #556;
  padding: 1px;
}

.calendar tfoot .hilite { /* Hover style for buttons in footer */
  background: #aaf;
  border: 1px solid #04f;
  color: #000;
  padding: 1px;
}

.calendar tfoot .active { /* Active (pressed) style for buttons in footer */
  background: #77c;
  padding: 2px 0px 0px 2px;
}

/* Combo boxes (menus that display months/years for direct selection) */

.combo {
  position: absolute;
  display: none;
  top: 0px;
  left: 0px;
  width: 4em;
  cursor: default;
  border: 1px solid #655;
  background: #def;
  color: #000;
  font-size: smaller;
}

.combo .label {
  width: 100%;
  text-align: center;
}

.combo .hilite {
  background: #acf;
}

.combo .active {
  border-top: 1px solid #46a;
  border-bottom: 1px solid #46a;
  background: #eef;
  font-weight: bold;
}

#login-box {
  border: black 1px solid;
  padding: 4px;
}

table.table-display {
  font-size: 85%;
}

tr.table-header {
  background-color: #cccccc;
}

tr.even {
  background-color: #ffffff;
}

tr.odd {
  background-color: #f0eff0;
}

/* Replace deprecated center tags in forms. Eventually all forms should use form builder and this tag should not be used */

div.submit-button {
  text-align: center;
}

#skiptocontent {
  display: none;
}

.block-marker {display: none;}

/* User Messages */

#alert-message {
  background-color: #ccff99;
  padding: 4px;
  padding-top: 6px;
  padding-bottom: 6px;
  font-size: 85%;
}

#alert-message .alert {
  margin-left: 0;
  padding-left: 2px;
  border: none;
}


/* Boxed User Message */

.boxed-user-message {
  background-color: #ccff99;
  padding-left: 12px;
  padding-right: 12px;
  padding-top: 8px;
  padding-bottom: 8px;
  font-size: 85%;
  border: 1px solid #dd9988;
}

.boxed-user-message h3 {
  color: #990000;
  margin-top: 0px;
}

.boxed-user-message .body {
  color: #990000;
}


/* Subsite Name */

#subsite-name {
  font-weight: bold;
  font-size: 120%;
  padding-left: 8px;
}
a.subsite-name {
  color: black;
  text-decoration: none;
}
a.subsite-name:hover {
  color: black;
  text-decoration: none;
}


/* Site Footer */

#footer {
}

#wrapper {
  min-height: 100%;
}

#content-wrapper {
  clear: both;
  border-top: 1px solid #fff;
  padding: 0 30px 30px 30px;
}


/**********************************************************************
/* Widgets
/**********************************************************************/

/* STANDARD TAGS -----------------------------------------------------------*/
/* standard html (body, h1, p, form...) */

html, body {
  height: 100%;
}

body {
  margin:0;
  padding:0;
  color: #4F4F4F;
  font-family: 'Nunito', sans-serif;
  font-size: 15px;
}

h1 {
  font-size: 18px;
  line-height: 40px;
  font-weight: bold;
  color: white;
  background: #0067B2;
  margin-bottom: 36px;
  padding: 0 0 0 10px;
}

h1 div {
  float: right;
  margin-right: 5px;
  margin-top: -1px;
}

h2 {
  font-size: 1.25em;
  font-weight:bold;
  color: #555555;
  margin-bottom: 12px;
}

h3 {
  font-size: 1.05em;
  font-weight:bold;
  color: #444444;
  margin-bottom: 12px;
}

h3 {
  font-size: 1.00em;
  font-weight:bold;
  color: #444444;
  margin-bottom: 12px;
}

fieldset {
  margin: 0;
  border:solid #4F4F4F 1px;
}

a {
  color: #0067B2;
  text-decoration:none;
}

a:hover {
  text-decoration:underline;
}

a:visited {
  text-decoration:none;
}

/* BUTTON ---- */
a.button {
  cursor: pointer;
  outline: none;
  border: 0;
  padding: 5px 10px;
  color: white;
  background: #F41000;
  font-size: 15px;
  transition: all .2s;
  border-radius: 2px;
  white-space: nowrap;
}

a.button:hover {
  background-color: #C60000;
  text-decoration: none;
}

a.button:active {
  text-decoration: none;
  border: solid 1px black;
}

a.button .disabled
{
    color: #A0A0A0;
    background-color: #E0E0E0;
    cursor: not-allowed;
}

a.button .disabled:hover
{
    text-decoration: none;
}

/* END BUTTON ---- */

.center {text-align: center;}
.small {font-size: x-small;}
.bold {font-weight: bold;}

/*  ARE THESE NEEDED ??? -----------------------------------------------------------*/

/* Various forms of links */

.action-list {
  padding: 0;
}

.action-list ul {
  margin: 0;
  padding: 0;
  display: inline;
  border: none;
}

.action-list ul li {
  margin: 0;
  padding: 0;
  border: none;
  list-style: none;
  display: inline;
}

div.subsite-context-bar {
  font-size: 85%;
  margin-bottom: 4px;
  position: relative;
}

a.admin-button {
  font: 85% arial;
  border: solid 1px black;
  background-color: #aaa;
  text-align: center;
  padding: 1px;
  padding-left: 8px;
  padding-right: 8px;
  color: #fff;
  text-decoration: none;
  white-space: nowrap;
}
a.admin-button:link {
  text-decoration: none;
  border: solid 1px black;
  color: #111;
}
a.admin-button:visited {
  text-decoration: none;
  border: solid 1px black;
}
a.admin-button:hover {
  text-decoration: none;
  background-color: #ccc;
  border: solid 1px black;
}
a.admin-button:active {
  text-decoration: none;
  border: solid 1px black;
}

a.admin:link, a.admin:visited {
  color: #f00;
  font-family: verdana;
  font-size: 11px;
  font-weight: normal;
}

a.admin:hover {
  color: #fff;
  background: #f00;
}

.highlight {
  background-color: #ffc;
}

ul.action-links li {
  list-style: circle url(/resources/acs-subsite/action-link-marker.png);
  margin: 8px;
  margin-left: -16px;
}

/*  END ARE THESE NEEDED -----------------------------------------------------------*/

/* END STANDARD TAGS ---------------------------------------------------------------*/

/* HEADER TAGS ---------------------------------------------------------------------*/

#header {
  height: 140px;
  padding-left: 70px;
  padding-right: 30px;
}

#header .logo {
  float: left;
}

#header .logo img {
  padding-top: 20px;
  padding-bottom: 20px;
  height: 100px;
  vertical-align: middle;
}

/* Actions */
#header .actions {
}

#header .logout {
  padding-top:12px;
  padding-right:27px;
  text-align: right;
}

#header .logout a {
}

#header .logout a:hover {
  color: #4F4F4F;
}

/* Menu */
#header > .menu {
  min-height: 140px;
  padding-top: 55px;
  padding-left: 225px;
  line-height: 40px;
  font-size: 18px;
  font-weight: 800;
}

#header > .menu li span {
  white-space: nowrap;
}

/* Menu - 1st level */
#header > .menu > ul {
  list-style: none;
  margin: 0;
  padding: 0;
  cursor: pointer;
  z-index:10;
}

#header > .menu > ul > li > i {
    font-size: 14px;
}

#header > .menu > ul > li, #header > .menu > ul > a > li {
  float: left;
  margin-right:30px;
  color: #4F4F4F;
  white-space: nowrap;
}

#header > .menu > ul > li:hover > span, #header > .menu > ul > a > li:hover > span, #header > .menu > ul > li:hover > i {
  color: #F41000;
}

#header > .menu > ul > li > .here, #header > .menu > ul > a > li > .here {
  color: #F41000;
}

/* Menu - 2nd level */
#header > .menu > ul > li > ul {
  display: none;
  list-style: none;
  margin: 0;
  padding: 0;
  font-size: 17px;
  font-weight: normal;
  box-shadow: inset 0 0 1em white;
  z-index:10;
}

#header > .menu > ul > li:hover > ul {
  display: block;
  position: absolute;
  line-height: initial;
}

#header > .menu > ul > li > ul > li, #header > .menu > ul > li > ul > a > li {
  position: relative;
  color: white;
  background: #F41000;
  padding: 6px 18px;
  min-width: 100px;
}

#header > .menu > ul > li > ul > li:not(:first-child), #header > .menu > ul > li > ul > a:not(:first-child) > li {
  border-top: 1px solid white;
}

#header > .menu > ul > li > ul > li:hover, #header > .menu > ul > li > ul > a:hover > li {
  color: white;
  background-color: #0067B2;
  transition: all .2s;
}

#header > .menu > ul > li > ul > a:hover, #header > .menu > ul > li > ul > a:hover > li {
  text-decoration: none;
}

#header > .menu > ul > li > ul > li > i {
  color: white;
  line-height: 23px;
  margin-right: -8px;
  font-size: 12px;
}

#header > .menu > ul > li > ul > li:hover > i {
  color: white;
  background-color: #0067B2;
  transition: all .2s;
}

#header > .menu > ul > li > ul > li.here,
#header > .menu > ul > li > ul > a > li.here,
#header > .menu > ul > li > ul > li.here > i,
#header > .menu > ul > li > ul > a > li.here > i {
  color: white;
  background-color: #0067B2;
}

/* Menu - 3rd level */
#header > .menu > ul > li > ul > li > ul {
  display: none;
  list-style: none;
  margin: 0;
  padding: 0;
}

#header > .menu > ul > li > ul > li > ul > li, #header > .menu > ul > li > ul > li > ul > a > li {
  position: relative;
  color: white;
  background: #F41000;
  padding: 6px 18px;
}

#header > .menu > ul > li > ul > li > ul > li:not(:first-child), #header > .menu > ul > li > ul > li > ul > a:not(:first-child) > li {
  border-top: 1px solid white;
}

#header > .menu > ul > li > ul > li > ul > li:hover, #header > .menu > ul > li > ul > li > ul > a > li:hover {
  color: white;
  background-color: #0067B2; 
  transition: all .2s;
}

#header > .menu > ul > li > ul > li > ul > a:hover, #header > .menu > ul > li > ul > li > ul > a:hover > li {
  text-decoration: none;
}

#header > .menu > ul > li > ul > li:hover > ul {
  display: block;
}

#header > .menu > ul > li > ul > li:hover > ul {
  display: block;
  position: absolute;
  left: 100%;
  top: 0;
}

#header > .menu > ul > li > ul > li > ul > li.here,
#header > .menu > ul > li > ul > li > ul > a > li.here {
  color: white;
  background-color: #0067B2;
}

/* Toolbar */
#toolbar {
  min-height: 40px;
  background: #EFEFEF;
  margin-top: -36px;
  margin-bottom: 20px;
  padding-left: 40px;
  font-weight: bold;
}

#toolbar div {
    display: inline-block;
}

#toolbar a {
  line-height: 40px;
  vertical-align: middle;
  padding: 4px 0;
  white-space: nowrap;
}

#toolbar a:hover {
  text-decoration: none;
  color: #F41000;
}

#toolbar a.here {
  color: #F41000;
}

#toolbar a.here:hover {
  cursor: default;
}

#toolbar a i {
  vertical-align: middle;
  padding-right:8px;
}

#toolbar sup {
  margin-right:20px;
  color: #228ac7;
}

#toolbar sup.here {
  color: #F41000;
}

/* User */
#header > .menu > .user {
  float: right;
  text-align: right;
  font-size: 14px;
  font-weight: 400;
}

#header > .menu > .user a {
  text-decoration: none;
}

#header > .menu > .user .user-button, #header > .menu > .user .user-button span {
  color: white;
  white-space: nowrap;  
  background: #F41000;
  transition: all .2s;
}

#header > .menu > .user .user-button span:first-child {
  border-right: solid white 1px;
  border-top-left-radius: 2px;
  border-bottom-left-radius: 2px;
  padding: 8px 15px 9px 20px;
  font-size: 16px;
}

#header > .menu > .user .user-button span:last-child {
  border-right: solid white 1px;
  border-top-right-radius: 2px;
  border-bottom-right-radius: 2px;
  padding: 10px 20px 10px 20px;
}

#header > .menu > .user .user-button:hover span {
  background: #C60000;
}

/* Login */
.login {
  text-align: center;
  width:282px;
  height:600px;
  position:absolute;
  left:50%;
  top:50%;
  margin:-282px 0 0 -155px;
}

.login img {
  margin-bottom:32px;
}

.login input {
  margin-top:20px;
  width: 282px;
}

.login input[type="text"], .login input[type="password"] {
  box-sizing: border-box;
  border: 0;
  color: #4F4F4F;
  border-bottom:solid #4F4F4F 1px;
}

.login .error input[type="text"], .login .error input[type="password"] {
  color: #F41000;
  border-bottom:solid #F41000 1px;
}

.login input[type="submit"] {
  padding: 10px 20px;
  text-transform: uppercase;
  transition: all .2s;
  border-radius: 2px;
}

.login .error {
  color: #F41000;
}

.login > .links {
  margin-top: 16px;
  text-align:left;
}

/* Buttons */
input[type="submit"] {
  cursor: pointer;
  outline: none;
  border: 0;
  padding: 5px 10px;
  color: white;
  background: #F41000;
  transition: all .2s;
  border-radius: 2px;
}

input[type="submit"]:hover {
  background: #C60000;
}


input[type="button"] {
  cursor: pointer;
  padding: 3px 8px;
}

input, textarea {
  font-family: 'Open Sans', 'Arial';
  font-size: 15px;
  padding: 2px 4px 2px 4px;
}

select {
  font-family: 'Open Sans', 'Arial';
  font-size: 15px;
  padding: 2px;
}

textarea:focus, input:focus{
    outline: none;
}

/* Suchformular */
form#search {
    float:right;
    margin-right:10px;
    padding-top: 0.4em;
}

/* Inline-Suchformular */
form#inline-search {
    margin-bottom:1em;
}

/* Zurück-Symbol */
a.back {
    display: block;
    float:left;
    width: 54px;
    text-align: center;
}

a.back:hover {
  color: #4F4F4F;
}

a.back i {
    line-height: 40px;
    vertical-align: middle;
}

/* END HEADER TAGS -----------------------------------------------------------*/

/* LISTS -----------------------------------------------------------*/

ul.compact, .action-list ul{
  margin: 0px;
  padding: 0px;
}
ul.compact li, .action-list ul li {
  list-style:none;
  display: inline;
}

/* END OF LISTS */

/* PORTLETS */

.portlet-sidebar {
  width: 30%;
}

.portlet-wrapper {
  margin: 4px 4px 4px 4px;
}

.portlet-header {
    padding: 2px 8px 2px 8px;
    border-top: 1px solid #fff;
    background: #ddd;
    height: 21px;
}

.portlet-title {
    float: left; /* comment out if portlet-controls display:none */
    display: inline;
}

.portlet-title h1 {
    margin: 0px;
    font-size: 1em;
    font-weight:bold;
    color:#000;
}

.portlet-controls {
    display: block; /* future development */
    padding-top: 2px;
    text-align: right;
}

.portlet-controls img {
    border: 0px;
}

.portlet-controls a:link {
    color: #fff;
}

.portlet-controls a:hover {
    color: #000;
}

.portlet {
  border: 1px dotted #999;
  border-top: 0px;
  padding: 6px 8px 6px 8px;
  clear:left;
  overflow: auto;
}

/* END OF PORTLETS */

.portal-page {
  border: 1px solid #888;
  padding: 6px 8px 6px 8px;
  clear:left;
}

.dimensional-table tr th {
    background-color: #ECECEC;
}
.dimensional-table tr td {
    text-align: center;
}


/**********************************************************************
/* Files
/**********************************************************************/

#files .grid {
    margin-top: 0.5em;
    color: white;
}

#files .folder {
    clear: both;
    border-bottom:#EFEFEF solid 1px;cursor:pointer;
    background: #0067B2;
}

#files .label {
     padding: 10px;
}

#files .folder .edit, #files .folder .delete {
    float:right;
    padding-right:3px;
}

#files .folder .edit .fa-stack-1x, #files .folder .delete .fa-stack-1x {
    color: white;
}

#files .folder .edit .fa-stack-2x, #files .folder .delete .fa-stack-2x {
    color: #F41000;
    transition: all .2s;
}

#files .folder .edit:hover .fa-stack-2x, #files .folder .delete:hover .fa-stack-2x {
    color: #C60000;
}

#files .file {
    cursor: pointer;
}

#files .file:hover .title {
    color: #F8E71C;
}

#files .file .title {
    height: 90px;
}

#files .file .delete {
    text-align: right;
    position: relative;
    bottom: 5px;
    right: -5px;
}

#files .file .delete .fa-stack-2x {
    color: #F41000;
    transition: all .2s;
}

#files .file .delete:hover .fa-stack-2x {
    color: #C60000;
}


/**********************************************************************
/* Events
/**********************************************************************/

.event-toolbar {
    margin-top: 10px!important;
    margin-bottom: 10px!important;
}

.event-closed {
  color: black; 
}

.event-open { 
  color: #F41000; 
  font-weight: bold;  
}


/**********************************************************************
/* Loading-Indicator
/**********************************************************************/

.loading-indicator {
    display: none;
    position: fixed; /* Sit on top of the page content */
    width: 100%; /* Full width (cover the whole page) */
    height: 100%; /* Full height (cover the whole page) */
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(255,255,255,0.75); /* Black background with opacity */
    z-index: 2; /* Specify a stack order in case you're using a different order for other elements */
    cursor: pointer; /* Add a pointer on hover */
}

.loading-indicator .content {
    position:absolute;
    left:50%;
    top:50%;
    margin:-96px 0 0 -192px;
    text-align: center;
}

.loading-indicator .content i {
    font-size: 192px;
    color: #0067B2;
}


/**********************************************************************
/* Dashboard
/**********************************************************************/

.dashboard-item {
    min-width: 350px;
    text-align: center;
    float: left;
}

.dashboard-item h3 {
    margin-top: 10px;
    margin-bottom: 10;
}

.dashboard-item .chart_old {
display: flex;
    flex-flow: row wrap;
    justify-content: center;
    align-items: center;
    text-align: center;
}

.dashboard-item .chart {
    position: relative;
    margin: auto;
    width: 250px;
    padding-bottom: 10px;
}


/**********************************************************************
/* Exact synchronization
/**********************************************************************/

.last-sync-info {
	float: right;
	padding-top: 10px;
}

/**********************************************************************
/* Calendar
/**********************************************************************/

.addin-event td {
	vertical-align: top;
}

.addin-event td:first-child {
	font-weight: bold;
	padding-right: 1em;
}

.addin-event ul {
	margin: 0;
    padding-left: 21px;
}

/**********************************************************************
/* DEPRECATED CLASSES
/**********************************************************************/

/* Deprecated, not sure what it's replaced with just yet */
a.action {
  margin: 8px;
  margin-left: 24px;
  display: list-item;
  list-style: circle url(/resources/acs-subsite/right.gif);
}
