@charset "UTF-8";
/*! normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css */
html {
  font-family: sans-serif;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%; }

body {
  margin: 0; }

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
  display: block; }

audio,
canvas,
progress,
video {
  display: inline-block;
  vertical-align: baseline; }

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

[hidden],
template {
  display: none; }

a {
  background-color: transparent; }

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

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

b,
strong {
  font-weight: bold; }

dfn {
  font-style: italic; }

h1 {
  font-size: 2em;
  margin: 0.67em 0; }

mark {
  background: #ff0;
  color: #000; }

small {
  font-size: 80%; }

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

sup {
  top: -0.5em; }

sub {
  bottom: -0.25em; }

img {
  border: 0; }

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

figure {
  margin: 1em 40px; }

hr {
  box-sizing: content-box;
  height: 0; }

pre {
  overflow: auto; }

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

button,
input,
optgroup,
select,
textarea {
  color: inherit;
  font: inherit;
  margin: 0; }

button {
  overflow: visible; }

button,
select {
  text-transform: none; }

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

button[disabled],
html input[disabled] {
  cursor: default; }

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

input {
  line-height: normal; }

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

input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto; }

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

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

fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em; }

legend {
  border: 0;
  padding: 0; }

textarea {
  overflow: auto; }

optgroup {
  font-weight: bold; }

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

td,
th {
  padding: 0; }

* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }

*:before,
*:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }

html {
  font-size: 10px;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0); }

body {
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 14px;
  line-height: 1.42857;
  color: #413a42;
  background-color: #fff; }

input,
button,
select,
textarea {
  font-family: inherit;
  font-size: inherit;
  line-height: inherit; }

a {
  color: #41acdd;
  text-decoration: none; }
  a:hover, a:focus {
    color: #2084b2;
    text-decoration: underline; }
  a:focus {
    outline: thin dotted;
    outline: 5px auto -webkit-focus-ring-color;
    outline-offset: -2px; }

figure {
  margin: 0; }

img {
  vertical-align: middle; }

.img-responsive {
  display: block;
  max-width: 100%;
  height: auto; }

.img-rounded {
  border-radius: 6px; }

.img-thumbnail {
  padding: 4px;
  line-height: 1.42857;
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: 4px;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  display: inline-block;
  max-width: 100%;
  height: auto; }

.img-circle {
  border-radius: 50%; }

hr {
  margin-top: 20px;
  margin-bottom: 20px;
  border: 0;
  border-top: 1px solid #eeeeee; }

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

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

[role="button"] {
  cursor: pointer; }

h1, h2, h3, h4, h5, h6,
.h1, .h2, .h3, .h4, .h5, .h6 {
  font-family: inherit;
  font-weight: 300;
  line-height: 1.1;
  color: inherit; }
  h1 small,
  h1 .small, h2 small,
  h2 .small, h3 small,
  h3 .small, h4 small,
  h4 .small, h5 small,
  h5 .small, h6 small,
  h6 .small,
  .h1 small,
  .h1 .small, .h2 small,
  .h2 .small, .h3 small,
  .h3 .small, .h4 small,
  .h4 .small, .h5 small,
  .h5 .small, .h6 small,
  .h6 .small {
    font-weight: normal;
    line-height: 1;
    color: #777777; }

h1, .h1,
h2, .h2,
h3, .h3 {
  margin-top: 20px;
  margin-bottom: 10px; }
  h1 small,
  h1 .small, .h1 small,
  .h1 .small,
  h2 small,
  h2 .small, .h2 small,
  .h2 .small,
  h3 small,
  h3 .small, .h3 small,
  .h3 .small {
    font-size: 65%; }

h4, .h4,
h5, .h5,
h6, .h6 {
  margin-top: 10px;
  margin-bottom: 10px; }
  h4 small,
  h4 .small, .h4 small,
  .h4 .small,
  h5 small,
  h5 .small, .h5 small,
  .h5 .small,
  h6 small,
  h6 .small, .h6 small,
  .h6 .small {
    font-size: 75%; }

h1, .h1 {
  font-size: 36px; }

h2, .h2 {
  font-size: 30px; }

h3, .h3 {
  font-size: 24px; }

h4, .h4 {
  font-size: 18px; }

h5, .h5 {
  font-size: 14px; }

h6, .h6 {
  font-size: 12px; }

p {
  margin: 0 0 10px; }

.lead {
  margin-bottom: 20px;
  font-size: 16px;
  font-weight: 300;
  line-height: 1.4; }
  @media (min-width: 768px) {
    .lead {
      font-size: 21px; } }

small,
.small {
  font-size: 85%; }

mark,
.mark {
  background-color: #fcf8e3;
  padding: .2em; }

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

.text-right {
  text-align: right; }

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

.text-justify {
  text-align: justify; }

.text-nowrap {
  white-space: nowrap; }

.text-lowercase {
  text-transform: lowercase; }

.text-uppercase, .initialism {
  text-transform: uppercase; }

.text-capitalize {
  text-transform: capitalize; }

.text-muted {
  color: #777777; }

.text-primary {
  color: #41acdd; }

a.text-primary:hover,
a.text-primary:focus {
  color: #2494c7; }

.text-success {
  color: #3c763d; }

a.text-success:hover,
a.text-success:focus {
  color: #2b542c; }

.text-info {
  color: #31708f; }

a.text-info:hover,
a.text-info:focus {
  color: #245269; }

.text-warning {
  color: #8a6d3b; }

a.text-warning:hover,
a.text-warning:focus {
  color: #66512c; }

.text-danger {
  color: #da4453; }

a.text-danger:hover,
a.text-danger:focus {
  color: #c42737; }

.bg-primary {
  color: #fff; }

.bg-primary {
  background-color: #41acdd; }

a.bg-primary:hover,
a.bg-primary:focus {
  background-color: #2494c7; }

.bg-success {
  background-color: #dff0d8; }

a.bg-success:hover,
a.bg-success:focus {
  background-color: #c1e2b3; }

.bg-info {
  background-color: #d9edf7; }

a.bg-info:hover,
a.bg-info:focus {
  background-color: #afd9ee; }

.bg-warning {
  background-color: #fcf8e3; }

a.bg-warning:hover,
a.bg-warning:focus {
  background-color: #f7ecb5; }

.bg-danger {
  background-color: #f2dede; }

a.bg-danger:hover,
a.bg-danger:focus {
  background-color: #e4b9b9; }

.page-header {
  padding-bottom: 9px;
  margin: 40px 0 20px;
  border-bottom: 1px solid #eeeeee; }

ul,
ol {
  margin-top: 0;
  margin-bottom: 10px; }
  ul ul,
  ul ol,
  ol ul,
  ol ol {
    margin-bottom: 0; }

.list-unstyled {
  padding-left: 0;
  list-style: none; }

.list-inline {
  padding-left: 0;
  list-style: none;
  margin-left: -5px; }
  .list-inline > li {
    display: inline-block;
    padding-left: 5px;
    padding-right: 5px; }

dl {
  margin-top: 0;
  margin-bottom: 20px; }

dt,
dd {
  line-height: 1.42857; }

dt {
  font-weight: bold; }

dd {
  margin-left: 0; }

.dl-horizontal dd:before, .dl-horizontal dd:after {
  content: " ";
  display: table; }

.dl-horizontal dd:after {
  clear: both; }

@media (min-width: 768px) {
  .dl-horizontal dt {
    float: left;
    width: 160px;
    clear: left;
    text-align: right;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap; }
  .dl-horizontal dd {
    margin-left: 180px; } }

abbr[title],
abbr[data-original-title] {
  cursor: help;
  border-bottom: 1px dotted #777777; }

.initialism {
  font-size: 90%; }

blockquote {
  padding: 10px 20px;
  margin: 0 0 20px;
  font-size: 17.5px;
  border-left: 5px solid #eeeeee; }
  blockquote p:last-child,
  blockquote ul:last-child,
  blockquote ol:last-child {
    margin-bottom: 0; }
  blockquote footer,
  blockquote small,
  blockquote .small {
    display: block;
    font-size: 80%;
    line-height: 1.42857;
    color: #777777; }
    blockquote footer:before,
    blockquote small:before,
    blockquote .small:before {
      content: '\2014 \00A0'; }

.blockquote-reverse,
blockquote.pull-right {
  padding-right: 15px;
  padding-left: 0;
  border-right: 5px solid #eeeeee;
  border-left: 0;
  text-align: right; }
  .blockquote-reverse footer:before,
  .blockquote-reverse small:before,
  .blockquote-reverse .small:before,
  blockquote.pull-right footer:before,
  blockquote.pull-right small:before,
  blockquote.pull-right .small:before {
    content: ''; }
  .blockquote-reverse footer:after,
  .blockquote-reverse small:after,
  .blockquote-reverse .small:after,
  blockquote.pull-right footer:after,
  blockquote.pull-right small:after,
  blockquote.pull-right .small:after {
    content: '\00A0 \2014'; }

address {
  margin-bottom: 20px;
  font-style: normal;
  line-height: 1.42857; }

.container {
  margin-right: auto;
  margin-left: auto;
  padding-left: 15px;
  padding-right: 15px; }
  .container:before, .container:after {
    content: " ";
    display: table; }
  .container:after {
    clear: both; }
  @media (min-width: 768px) {
    .container {
      width: 750px; } }
  @media (min-width: 992px) {
    .container {
      width: 970px; } }
  @media (min-width: 1200px) {
    .container {
      width: 1170px; } }

.container-fluid {
  margin-right: auto;
  margin-left: auto;
  padding-left: 15px;
  padding-right: 15px; }
  .container-fluid:before, .container-fluid:after {
    content: " ";
    display: table; }
  .container-fluid:after {
    clear: both; }

.row {
  margin-left: -15px;
  margin-right: -15px; }
  .row:before, .row:after {
    content: " ";
    display: table; }
  .row:after {
    clear: both; }

.col-xs-1, .col-sm-1, .col-md-1, .col-lg-1, .col-xs-2, .col-sm-2, .col-md-2, .col-lg-2, .col-xs-3, .col-sm-3, .col-md-3, .col-lg-3, .col-xs-4, .col-sm-4, .col-md-4, .col-lg-4, .col-xs-5, .col-sm-5, .col-md-5, .col-lg-5, .col-xs-6, .col-sm-6, .col-md-6, .col-lg-6, .col-xs-7, .col-sm-7, .col-md-7, .col-lg-7, .col-xs-8, .col-sm-8, .col-md-8, .col-lg-8, .col-xs-9, .col-sm-9, .col-md-9, .col-lg-9, .col-xs-10, .col-sm-10, .col-md-10, .col-lg-10, .col-xs-11, .col-sm-11, .col-md-11, .col-lg-11, .col-xs-12, .col-sm-12, .col-md-12, .col-lg-12 {
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px; }

.col-xs-1, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9, .col-xs-10, .col-xs-11, .col-xs-12 {
  float: left; }

.col-xs-1 {
  width: 8.33333%; }

.col-xs-2 {
  width: 16.66667%; }

.col-xs-3 {
  width: 25%; }

.col-xs-4 {
  width: 33.33333%; }

.col-xs-5 {
  width: 41.66667%; }

.col-xs-6 {
  width: 50%; }

.col-xs-7 {
  width: 58.33333%; }

.col-xs-8 {
  width: 66.66667%; }

.col-xs-9 {
  width: 75%; }

.col-xs-10 {
  width: 83.33333%; }

.col-xs-11 {
  width: 91.66667%; }

.col-xs-12 {
  width: 100%; }

.col-xs-pull-0 {
  right: auto; }

.col-xs-pull-1 {
  right: 8.33333%; }

.col-xs-pull-2 {
  right: 16.66667%; }

.col-xs-pull-3 {
  right: 25%; }

.col-xs-pull-4 {
  right: 33.33333%; }

.col-xs-pull-5 {
  right: 41.66667%; }

.col-xs-pull-6 {
  right: 50%; }

.col-xs-pull-7 {
  right: 58.33333%; }

.col-xs-pull-8 {
  right: 66.66667%; }

.col-xs-pull-9 {
  right: 75%; }

.col-xs-pull-10 {
  right: 83.33333%; }

.col-xs-pull-11 {
  right: 91.66667%; }

.col-xs-pull-12 {
  right: 100%; }

.col-xs-push-0 {
  left: auto; }

.col-xs-push-1 {
  left: 8.33333%; }

.col-xs-push-2 {
  left: 16.66667%; }

.col-xs-push-3 {
  left: 25%; }

.col-xs-push-4 {
  left: 33.33333%; }

.col-xs-push-5 {
  left: 41.66667%; }

.col-xs-push-6 {
  left: 50%; }

.col-xs-push-7 {
  left: 58.33333%; }

.col-xs-push-8 {
  left: 66.66667%; }

.col-xs-push-9 {
  left: 75%; }

.col-xs-push-10 {
  left: 83.33333%; }

.col-xs-push-11 {
  left: 91.66667%; }

.col-xs-push-12 {
  left: 100%; }

.col-xs-offset-0 {
  margin-left: 0%; }

.col-xs-offset-1 {
  margin-left: 8.33333%; }

.col-xs-offset-2 {
  margin-left: 16.66667%; }

.col-xs-offset-3 {
  margin-left: 25%; }

.col-xs-offset-4 {
  margin-left: 33.33333%; }

.col-xs-offset-5 {
  margin-left: 41.66667%; }

.col-xs-offset-6 {
  margin-left: 50%; }

.col-xs-offset-7 {
  margin-left: 58.33333%; }

.col-xs-offset-8 {
  margin-left: 66.66667%; }

.col-xs-offset-9 {
  margin-left: 75%; }

.col-xs-offset-10 {
  margin-left: 83.33333%; }

.col-xs-offset-11 {
  margin-left: 91.66667%; }

.col-xs-offset-12 {
  margin-left: 100%; }

@media (min-width: 768px) {
  .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12 {
    float: left; }
  .col-sm-1 {
    width: 8.33333%; }
  .col-sm-2 {
    width: 16.66667%; }
  .col-sm-3 {
    width: 25%; }
  .col-sm-4 {
    width: 33.33333%; }
  .col-sm-5 {
    width: 41.66667%; }
  .col-sm-6 {
    width: 50%; }
  .col-sm-7 {
    width: 58.33333%; }
  .col-sm-8 {
    width: 66.66667%; }
  .col-sm-9 {
    width: 75%; }
  .col-sm-10 {
    width: 83.33333%; }
  .col-sm-11 {
    width: 91.66667%; }
  .col-sm-12 {
    width: 100%; }
  .col-sm-pull-0 {
    right: auto; }
  .col-sm-pull-1 {
    right: 8.33333%; }
  .col-sm-pull-2 {
    right: 16.66667%; }
  .col-sm-pull-3 {
    right: 25%; }
  .col-sm-pull-4 {
    right: 33.33333%; }
  .col-sm-pull-5 {
    right: 41.66667%; }
  .col-sm-pull-6 {
    right: 50%; }
  .col-sm-pull-7 {
    right: 58.33333%; }
  .col-sm-pull-8 {
    right: 66.66667%; }
  .col-sm-pull-9 {
    right: 75%; }
  .col-sm-pull-10 {
    right: 83.33333%; }
  .col-sm-pull-11 {
    right: 91.66667%; }
  .col-sm-pull-12 {
    right: 100%; }
  .col-sm-push-0 {
    left: auto; }
  .col-sm-push-1 {
    left: 8.33333%; }
  .col-sm-push-2 {
    left: 16.66667%; }
  .col-sm-push-3 {
    left: 25%; }
  .col-sm-push-4 {
    left: 33.33333%; }
  .col-sm-push-5 {
    left: 41.66667%; }
  .col-sm-push-6 {
    left: 50%; }
  .col-sm-push-7 {
    left: 58.33333%; }
  .col-sm-push-8 {
    left: 66.66667%; }
  .col-sm-push-9 {
    left: 75%; }
  .col-sm-push-10 {
    left: 83.33333%; }
  .col-sm-push-11 {
    left: 91.66667%; }
  .col-sm-push-12 {
    left: 100%; }
  .col-sm-offset-0 {
    margin-left: 0%; }
  .col-sm-offset-1 {
    margin-left: 8.33333%; }
  .col-sm-offset-2 {
    margin-left: 16.66667%; }
  .col-sm-offset-3 {
    margin-left: 25%; }
  .col-sm-offset-4 {
    margin-left: 33.33333%; }
  .col-sm-offset-5 {
    margin-left: 41.66667%; }
  .col-sm-offset-6 {
    margin-left: 50%; }
  .col-sm-offset-7 {
    margin-left: 58.33333%; }
  .col-sm-offset-8 {
    margin-left: 66.66667%; }
  .col-sm-offset-9 {
    margin-left: 75%; }
  .col-sm-offset-10 {
    margin-left: 83.33333%; }
  .col-sm-offset-11 {
    margin-left: 91.66667%; }
  .col-sm-offset-12 {
    margin-left: 100%; } }

@media (min-width: 992px) {
  .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12 {
    float: left; }
  .col-md-1 {
    width: 8.33333%; }
  .col-md-2 {
    width: 16.66667%; }
  .col-md-3 {
    width: 25%; }
  .col-md-4 {
    width: 33.33333%; }
  .col-md-5 {
    width: 41.66667%; }
  .col-md-6 {
    width: 50%; }
  .col-md-7 {
    width: 58.33333%; }
  .col-md-8 {
    width: 66.66667%; }
  .col-md-9 {
    width: 75%; }
  .col-md-10 {
    width: 83.33333%; }
  .col-md-11 {
    width: 91.66667%; }
  .col-md-12 {
    width: 100%; }
  .col-md-pull-0 {
    right: auto; }
  .col-md-pull-1 {
    right: 8.33333%; }
  .col-md-pull-2 {
    right: 16.66667%; }
  .col-md-pull-3 {
    right: 25%; }
  .col-md-pull-4 {
    right: 33.33333%; }
  .col-md-pull-5 {
    right: 41.66667%; }
  .col-md-pull-6 {
    right: 50%; }
  .col-md-pull-7 {
    right: 58.33333%; }
  .col-md-pull-8 {
    right: 66.66667%; }
  .col-md-pull-9 {
    right: 75%; }
  .col-md-pull-10 {
    right: 83.33333%; }
  .col-md-pull-11 {
    right: 91.66667%; }
  .col-md-pull-12 {
    right: 100%; }
  .col-md-push-0 {
    left: auto; }
  .col-md-push-1 {
    left: 8.33333%; }
  .col-md-push-2 {
    left: 16.66667%; }
  .col-md-push-3 {
    left: 25%; }
  .col-md-push-4 {
    left: 33.33333%; }
  .col-md-push-5 {
    left: 41.66667%; }
  .col-md-push-6 {
    left: 50%; }
  .col-md-push-7 {
    left: 58.33333%; }
  .col-md-push-8 {
    left: 66.66667%; }
  .col-md-push-9 {
    left: 75%; }
  .col-md-push-10 {
    left: 83.33333%; }
  .col-md-push-11 {
    left: 91.66667%; }
  .col-md-push-12 {
    left: 100%; }
  .col-md-offset-0 {
    margin-left: 0%; }
  .col-md-offset-1 {
    margin-left: 8.33333%; }
  .col-md-offset-2 {
    margin-left: 16.66667%; }
  .col-md-offset-3 {
    margin-left: 25%; }
  .col-md-offset-4 {
    margin-left: 33.33333%; }
  .col-md-offset-5 {
    margin-left: 41.66667%; }
  .col-md-offset-6 {
    margin-left: 50%; }
  .col-md-offset-7 {
    margin-left: 58.33333%; }
  .col-md-offset-8 {
    margin-left: 66.66667%; }
  .col-md-offset-9 {
    margin-left: 75%; }
  .col-md-offset-10 {
    margin-left: 83.33333%; }
  .col-md-offset-11 {
    margin-left: 91.66667%; }
  .col-md-offset-12 {
    margin-left: 100%; } }

@media (min-width: 1200px) {
  .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12 {
    float: left; }
  .col-lg-1 {
    width: 8.33333%; }
  .col-lg-2 {
    width: 16.66667%; }
  .col-lg-3 {
    width: 25%; }
  .col-lg-4 {
    width: 33.33333%; }
  .col-lg-5 {
    width: 41.66667%; }
  .col-lg-6 {
    width: 50%; }
  .col-lg-7 {
    width: 58.33333%; }
  .col-lg-8 {
    width: 66.66667%; }
  .col-lg-9 {
    width: 75%; }
  .col-lg-10 {
    width: 83.33333%; }
  .col-lg-11 {
    width: 91.66667%; }
  .col-lg-12 {
    width: 100%; }
  .col-lg-pull-0 {
    right: auto; }
  .col-lg-pull-1 {
    right: 8.33333%; }
  .col-lg-pull-2 {
    right: 16.66667%; }
  .col-lg-pull-3 {
    right: 25%; }
  .col-lg-pull-4 {
    right: 33.33333%; }
  .col-lg-pull-5 {
    right: 41.66667%; }
  .col-lg-pull-6 {
    right: 50%; }
  .col-lg-pull-7 {
    right: 58.33333%; }
  .col-lg-pull-8 {
    right: 66.66667%; }
  .col-lg-pull-9 {
    right: 75%; }
  .col-lg-pull-10 {
    right: 83.33333%; }
  .col-lg-pull-11 {
    right: 91.66667%; }
  .col-lg-pull-12 {
    right: 100%; }
  .col-lg-push-0 {
    left: auto; }
  .col-lg-push-1 {
    left: 8.33333%; }
  .col-lg-push-2 {
    left: 16.66667%; }
  .col-lg-push-3 {
    left: 25%; }
  .col-lg-push-4 {
    left: 33.33333%; }
  .col-lg-push-5 {
    left: 41.66667%; }
  .col-lg-push-6 {
    left: 50%; }
  .col-lg-push-7 {
    left: 58.33333%; }
  .col-lg-push-8 {
    left: 66.66667%; }
  .col-lg-push-9 {
    left: 75%; }
  .col-lg-push-10 {
    left: 83.33333%; }
  .col-lg-push-11 {
    left: 91.66667%; }
  .col-lg-push-12 {
    left: 100%; }
  .col-lg-offset-0 {
    margin-left: 0%; }
  .col-lg-offset-1 {
    margin-left: 8.33333%; }
  .col-lg-offset-2 {
    margin-left: 16.66667%; }
  .col-lg-offset-3 {
    margin-left: 25%; }
  .col-lg-offset-4 {
    margin-left: 33.33333%; }
  .col-lg-offset-5 {
    margin-left: 41.66667%; }
  .col-lg-offset-6 {
    margin-left: 50%; }
  .col-lg-offset-7 {
    margin-left: 58.33333%; }
  .col-lg-offset-8 {
    margin-left: 66.66667%; }
  .col-lg-offset-9 {
    margin-left: 75%; }
  .col-lg-offset-10 {
    margin-left: 83.33333%; }
  .col-lg-offset-11 {
    margin-left: 91.66667%; }
  .col-lg-offset-12 {
    margin-left: 100%; } }

table {
  background-color: transparent; }

caption {
  padding-top: 8px;
  padding-bottom: 8px;
  color: #777777;
  text-align: left; }

th {
  text-align: left; }

.table {
  width: 100%;
  max-width: 100%;
  margin-bottom: 20px; }
  .table > thead > tr > th,
  .table > thead > tr > td,
  .table > tbody > tr > th,
  .table > tbody > tr > td,
  .table > tfoot > tr > th,
  .table > tfoot > tr > td {
    padding: 8px;
    line-height: 1.42857;
    vertical-align: top;
    border-top: 1px solid #ddd; }
  .table > thead > tr > th {
    vertical-align: bottom;
    border-bottom: 2px solid #ddd; }
  .table > caption + thead > tr:first-child > th,
  .table > caption + thead > tr:first-child > td,
  .table > colgroup + thead > tr:first-child > th,
  .table > colgroup + thead > tr:first-child > td,
  .table > thead:first-child > tr:first-child > th,
  .table > thead:first-child > tr:first-child > td {
    border-top: 0; }
  .table > tbody + tbody {
    border-top: 2px solid #ddd; }
  .table .table {
    background-color: #fff; }

.table-condensed > thead > tr > th,
.table-condensed > thead > tr > td,
.table-condensed > tbody > tr > th,
.table-condensed > tbody > tr > td,
.table-condensed > tfoot > tr > th,
.table-condensed > tfoot > tr > td {
  padding: 5px; }

.table-bordered {
  border: 1px solid #ddd; }
  .table-bordered > thead > tr > th,
  .table-bordered > thead > tr > td,
  .table-bordered > tbody > tr > th,
  .table-bordered > tbody > tr > td,
  .table-bordered > tfoot > tr > th,
  .table-bordered > tfoot > tr > td {
    border: 1px solid #ddd; }
  .table-bordered > thead > tr > th,
  .table-bordered > thead > tr > td {
    border-bottom-width: 2px; }

.table-striped > tbody > tr:nth-of-type(odd) {
  background-color: #f9f9f9; }

.table-hover > tbody > tr:hover {
  background-color: #f5f5f5; }

table col[class*="col-"] {
  position: static;
  float: none;
  display: table-column; }

table td[class*="col-"],
table th[class*="col-"] {
  position: static;
  float: none;
  display: table-cell; }

.table > thead > tr > td.active,
.table > thead > tr > th.active,
.table > thead > tr.active > td,
.table > thead > tr.active > th,
.table > tbody > tr > td.active,
.table > tbody > tr > th.active,
.table > tbody > tr.active > td,
.table > tbody > tr.active > th,
.table > tfoot > tr > td.active,
.table > tfoot > tr > th.active,
.table > tfoot > tr.active > td,
.table > tfoot > tr.active > th {
  background-color: #f5f5f5; }

.table-hover > tbody > tr > td.active:hover,
.table-hover > tbody > tr > th.active:hover,
.table-hover > tbody > tr.active:hover > td,
.table-hover > tbody > tr:hover > .active,
.table-hover > tbody > tr.active:hover > th {
  background-color: #e8e8e8; }

.table > thead > tr > td.success,
.table > thead > tr > th.success,
.table > thead > tr.success > td,
.table > thead > tr.success > th,
.table > tbody > tr > td.success,
.table > tbody > tr > th.success,
.table > tbody > tr.success > td,
.table > tbody > tr.success > th,
.table > tfoot > tr > td.success,
.table > tfoot > tr > th.success,
.table > tfoot > tr.success > td,
.table > tfoot > tr.success > th {
  background-color: #dff0d8; }

.table-hover > tbody > tr > td.success:hover,
.table-hover > tbody > tr > th.success:hover,
.table-hover > tbody > tr.success:hover > td,
.table-hover > tbody > tr:hover > .success,
.table-hover > tbody > tr.success:hover > th {
  background-color: #d0e9c6; }

.table > thead > tr > td.info,
.table > thead > tr > th.info,
.table > thead > tr.info > td,
.table > thead > tr.info > th,
.table > tbody > tr > td.info,
.table > tbody > tr > th.info,
.table > tbody > tr.info > td,
.table > tbody > tr.info > th,
.table > tfoot > tr > td.info,
.table > tfoot > tr > th.info,
.table > tfoot > tr.info > td,
.table > tfoot > tr.info > th {
  background-color: #d9edf7; }

.table-hover > tbody > tr > td.info:hover,
.table-hover > tbody > tr > th.info:hover,
.table-hover > tbody > tr.info:hover > td,
.table-hover > tbody > tr:hover > .info,
.table-hover > tbody > tr.info:hover > th {
  background-color: #c4e3f3; }

.table > thead > tr > td.warning,
.table > thead > tr > th.warning,
.table > thead > tr.warning > td,
.table > thead > tr.warning > th,
.table > tbody > tr > td.warning,
.table > tbody > tr > th.warning,
.table > tbody > tr.warning > td,
.table > tbody > tr.warning > th,
.table > tfoot > tr > td.warning,
.table > tfoot > tr > th.warning,
.table > tfoot > tr.warning > td,
.table > tfoot > tr.warning > th {
  background-color: #fcf8e3; }

.table-hover > tbody > tr > td.warning:hover,
.table-hover > tbody > tr > th.warning:hover,
.table-hover > tbody > tr.warning:hover > td,
.table-hover > tbody > tr:hover > .warning,
.table-hover > tbody > tr.warning:hover > th {
  background-color: #faf2cc; }

.table > thead > tr > td.danger,
.table > thead > tr > th.danger,
.table > thead > tr.danger > td,
.table > thead > tr.danger > th,
.table > tbody > tr > td.danger,
.table > tbody > tr > th.danger,
.table > tbody > tr.danger > td,
.table > tbody > tr.danger > th,
.table > tfoot > tr > td.danger,
.table > tfoot > tr > th.danger,
.table > tfoot > tr.danger > td,
.table > tfoot > tr.danger > th {
  background-color: #f2dede; }

.table-hover > tbody > tr > td.danger:hover,
.table-hover > tbody > tr > th.danger:hover,
.table-hover > tbody > tr.danger:hover > td,
.table-hover > tbody > tr:hover > .danger,
.table-hover > tbody > tr.danger:hover > th {
  background-color: #ebcccc; }

.table-responsive {
  overflow-x: auto;
  min-height: 0.01%; }
  @media screen and (max-width: 767px) {
    .table-responsive {
      width: 100%;
      margin-bottom: 15px;
      overflow-y: hidden;
      -ms-overflow-style: -ms-autohiding-scrollbar;
      border: 1px solid #ddd; }
      .table-responsive > .table {
        margin-bottom: 0; }
        .table-responsive > .table > thead > tr > th,
        .table-responsive > .table > thead > tr > td,
        .table-responsive > .table > tbody > tr > th,
        .table-responsive > .table > tbody > tr > td,
        .table-responsive > .table > tfoot > tr > th,
        .table-responsive > .table > tfoot > tr > td {
          white-space: nowrap; }
      .table-responsive > .table-bordered {
        border: 0; }
        .table-responsive > .table-bordered > thead > tr > th:first-child,
        .table-responsive > .table-bordered > thead > tr > td:first-child,
        .table-responsive > .table-bordered > tbody > tr > th:first-child,
        .table-responsive > .table-bordered > tbody > tr > td:first-child,
        .table-responsive > .table-bordered > tfoot > tr > th:first-child,
        .table-responsive > .table-bordered > tfoot > tr > td:first-child {
          border-left: 0; }
        .table-responsive > .table-bordered > thead > tr > th:last-child,
        .table-responsive > .table-bordered > thead > tr > td:last-child,
        .table-responsive > .table-bordered > tbody > tr > th:last-child,
        .table-responsive > .table-bordered > tbody > tr > td:last-child,
        .table-responsive > .table-bordered > tfoot > tr > th:last-child,
        .table-responsive > .table-bordered > tfoot > tr > td:last-child {
          border-right: 0; }
        .table-responsive > .table-bordered > tbody > tr:last-child > th,
        .table-responsive > .table-bordered > tbody > tr:last-child > td,
        .table-responsive > .table-bordered > tfoot > tr:last-child > th,
        .table-responsive > .table-bordered > tfoot > tr:last-child > td {
          border-bottom: 0; } }

fieldset {
  padding: 0;
  margin: 0;
  border: 0;
  min-width: 0; }

legend {
  display: block;
  width: 100%;
  padding: 0;
  margin-bottom: 20px;
  font-size: 21px;
  line-height: inherit;
  color: #333333;
  border: 0;
  border-bottom: 1px solid #e5e5e5; }

label {
  display: inline-block;
  max-width: 100%;
  margin-bottom: 5px;
  font-weight: bold; }

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

input[type="radio"],
input[type="checkbox"] {
  margin: 4px 0 0;
  margin-top: 1px \9;
  line-height: normal; }

input[type="file"] {
  display: block; }

input[type="range"] {
  display: block;
  width: 100%; }

select[multiple],
select[size] {
  height: auto; }

input[type="file"]:focus,
input[type="radio"]:focus,
input[type="checkbox"]:focus {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px; }

output {
  display: block;
  padding-top: 7px;
  font-size: 14px;
  line-height: 1.42857;
  color: #555555; }

.form-control {
  display: block;
  width: 100%;
  height: 34px;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.42857;
  color: #555555;
  background-color: #fff;
  background-image: none;
  border: 1px solid #ccc;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -webkit-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
  -o-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
  transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s; }
  .form-control:focus {
    border-color: #66afe9;
    outline: 0;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 0.6);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 0.6); }
  .form-control::-moz-placeholder {
    color: rgba(128, 128, 128, 0.8);
    opacity: 1; }
  .form-control:-ms-input-placeholder {
    color: rgba(128, 128, 128, 0.8); }
  .form-control::-webkit-input-placeholder {
    color: rgba(128, 128, 128, 0.8); }
  .form-control[disabled], .form-control[readonly],
  fieldset[disabled] .form-control {
    background-color: #eeeeee;
    opacity: 1; }
  .form-control[disabled],
  fieldset[disabled] .form-control {
    cursor: not-allowed; }

textarea.form-control {
  height: auto; }

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

@media screen and (-webkit-min-device-pixel-ratio: 0) {
  input[type="date"].form-control,
  input[type="time"].form-control,
  input[type="datetime-local"].form-control,
  input[type="month"].form-control {
    line-height: 34px; }
  input[type="date"].input-sm, .input-group-sm > input.form-control[type="date"],
  .input-group-sm > input.input-group-addon[type="date"],
  .input-group-sm > .input-group-btn > input.btn[type="date"], .rtp__calendar .input-group-sm > .input-group-btn > input.rtp__recurrencer-button[type="date"], .rtp__calendar .input-group-sm > .input-group-btn > input.rtp__multi-recurrencer-button[type="date"],
  .input-group-sm input[type="date"],
  input[type="time"].input-sm,
  .input-group-sm > input.form-control[type="time"],
  .input-group-sm > input.input-group-addon[type="time"],
  .input-group-sm > .input-group-btn > input.btn[type="time"],
  .rtp__calendar .input-group-sm > .input-group-btn > input.rtp__recurrencer-button[type="time"],
  .rtp__calendar .input-group-sm > .input-group-btn > input.rtp__multi-recurrencer-button[type="time"],
  .input-group-sm
  input[type="time"],
  input[type="datetime-local"].input-sm,
  .input-group-sm > input.form-control[type="datetime-local"],
  .input-group-sm > input.input-group-addon[type="datetime-local"],
  .input-group-sm > .input-group-btn > input.btn[type="datetime-local"],
  .rtp__calendar .input-group-sm > .input-group-btn > input.rtp__recurrencer-button[type="datetime-local"],
  .rtp__calendar .input-group-sm > .input-group-btn > input.rtp__multi-recurrencer-button[type="datetime-local"],
  .input-group-sm
  input[type="datetime-local"],
  input[type="month"].input-sm,
  .input-group-sm > input.form-control[type="month"],
  .input-group-sm > input.input-group-addon[type="month"],
  .input-group-sm > .input-group-btn > input.btn[type="month"],
  .rtp__calendar .input-group-sm > .input-group-btn > input.rtp__recurrencer-button[type="month"],
  .rtp__calendar .input-group-sm > .input-group-btn > input.rtp__multi-recurrencer-button[type="month"],
  .input-group-sm
  input[type="month"] {
    line-height: 30px; }
  input[type="date"].input-lg, .input-group-lg > input.form-control[type="date"],
  .input-group-lg > input.input-group-addon[type="date"],
  .input-group-lg > .input-group-btn > input.btn[type="date"], .rtp__calendar .input-group-lg > .input-group-btn > input.rtp__recurrencer-button[type="date"], .rtp__calendar .input-group-lg > .input-group-btn > input.rtp__multi-recurrencer-button[type="date"],
  .input-group-lg input[type="date"],
  input[type="time"].input-lg,
  .input-group-lg > input.form-control[type="time"],
  .input-group-lg > input.input-group-addon[type="time"],
  .input-group-lg > .input-group-btn > input.btn[type="time"],
  .rtp__calendar .input-group-lg > .input-group-btn > input.rtp__recurrencer-button[type="time"],
  .rtp__calendar .input-group-lg > .input-group-btn > input.rtp__multi-recurrencer-button[type="time"],
  .input-group-lg
  input[type="time"],
  input[type="datetime-local"].input-lg,
  .input-group-lg > input.form-control[type="datetime-local"],
  .input-group-lg > input.input-group-addon[type="datetime-local"],
  .input-group-lg > .input-group-btn > input.btn[type="datetime-local"],
  .rtp__calendar .input-group-lg > .input-group-btn > input.rtp__recurrencer-button[type="datetime-local"],
  .rtp__calendar .input-group-lg > .input-group-btn > input.rtp__multi-recurrencer-button[type="datetime-local"],
  .input-group-lg
  input[type="datetime-local"],
  input[type="month"].input-lg,
  .input-group-lg > input.form-control[type="month"],
  .input-group-lg > input.input-group-addon[type="month"],
  .input-group-lg > .input-group-btn > input.btn[type="month"],
  .rtp__calendar .input-group-lg > .input-group-btn > input.rtp__recurrencer-button[type="month"],
  .rtp__calendar .input-group-lg > .input-group-btn > input.rtp__multi-recurrencer-button[type="month"],
  .input-group-lg
  input[type="month"] {
    line-height: 46px; } }

.form-group {
  margin-bottom: 15px; }

.radio, .rtp__calendar .rtp__recurrencer-until__radio,
.rtp__calendar .rtp__recurrencer-count__radio,
.rtp__calendar .rtp__multi-recurrencer-until__radio,
.rtp__calendar .rtp__multi-recurrencer-count__radio,
.checkbox {
  position: relative;
  display: block;
  margin-top: 10px;
  margin-bottom: 10px; }
  .radio label, .rtp__calendar .rtp__recurrencer-until__radio label, .rtp__calendar .rtp__recurrencer-count__radio label, .rtp__calendar .rtp__multi-recurrencer-until__radio label, .rtp__calendar .rtp__multi-recurrencer-count__radio label,
  .checkbox label {
    min-height: 20px;
    padding-left: 20px;
    margin-bottom: 0;
    font-weight: normal;
    cursor: pointer; }

.radio input[type="radio"], .rtp__calendar .rtp__recurrencer-until__radio input[type="radio"], .rtp__calendar .rtp__recurrencer-count__radio input[type="radio"], .rtp__calendar .rtp__multi-recurrencer-until__radio input[type="radio"], .rtp__calendar .rtp__multi-recurrencer-count__radio input[type="radio"],
.radio-inline input[type="radio"],
.checkbox input[type="checkbox"],
.checkbox-inline input[type="checkbox"] {
  position: absolute;
  margin-left: -20px;
  margin-top: 4px \9; }

.radio + .radio, .rtp__calendar .rtp__recurrencer-until__radio + .radio, .rtp__calendar .rtp__recurrencer-count__radio + .radio, .rtp__calendar .rtp__multi-recurrencer-until__radio + .radio, .rtp__calendar .rtp__multi-recurrencer-count__radio + .radio, .rtp__calendar .radio + .rtp__recurrencer-until__radio, .rtp__calendar .rtp__recurrencer-until__radio + .rtp__recurrencer-until__radio, .rtp__calendar .rtp__recurrencer-count__radio + .rtp__recurrencer-until__radio, .rtp__calendar .rtp__multi-recurrencer-until__radio + .rtp__recurrencer-until__radio, .rtp__calendar .rtp__multi-recurrencer-count__radio + .rtp__recurrencer-until__radio,
.rtp__calendar .radio + .rtp__recurrencer-count__radio,
.rtp__calendar .rtp__recurrencer-until__radio + .rtp__recurrencer-count__radio,
.rtp__calendar .rtp__recurrencer-count__radio + .rtp__recurrencer-count__radio,
.rtp__calendar .rtp__multi-recurrencer-until__radio + .rtp__recurrencer-count__radio,
.rtp__calendar .rtp__multi-recurrencer-count__radio + .rtp__recurrencer-count__radio,
.rtp__calendar .radio + .rtp__multi-recurrencer-until__radio,
.rtp__calendar .rtp__recurrencer-until__radio + .rtp__multi-recurrencer-until__radio,
.rtp__calendar .rtp__recurrencer-count__radio + .rtp__multi-recurrencer-until__radio,
.rtp__calendar .rtp__multi-recurrencer-until__radio + .rtp__multi-recurrencer-until__radio,
.rtp__calendar .rtp__multi-recurrencer-count__radio + .rtp__multi-recurrencer-until__radio,
.rtp__calendar .radio + .rtp__multi-recurrencer-count__radio,
.rtp__calendar .rtp__recurrencer-until__radio + .rtp__multi-recurrencer-count__radio,
.rtp__calendar .rtp__recurrencer-count__radio + .rtp__multi-recurrencer-count__radio,
.rtp__calendar .rtp__multi-recurrencer-until__radio + .rtp__multi-recurrencer-count__radio,
.rtp__calendar .rtp__multi-recurrencer-count__radio + .rtp__multi-recurrencer-count__radio,
.checkbox + .checkbox {
  margin-top: -5px; }

.radio-inline,
.checkbox-inline {
  position: relative;
  display: inline-block;
  padding-left: 20px;
  margin-bottom: 0;
  vertical-align: middle;
  font-weight: normal;
  cursor: pointer; }

.radio-inline + .radio-inline,
.checkbox-inline + .checkbox-inline {
  margin-top: 0;
  margin-left: 10px; }

input[type="radio"][disabled], input[type="radio"].disabled,
fieldset[disabled] input[type="radio"],
input[type="checkbox"][disabled],
input[type="checkbox"].disabled,
fieldset[disabled]
input[type="checkbox"] {
  cursor: not-allowed; }

.radio-inline.disabled,
fieldset[disabled] .radio-inline,
.checkbox-inline.disabled,
fieldset[disabled]
.checkbox-inline {
  cursor: not-allowed; }

.radio.disabled label, .rtp__calendar .disabled.rtp__recurrencer-until__radio label, .rtp__calendar .disabled.rtp__recurrencer-count__radio label, .rtp__calendar .disabled.rtp__multi-recurrencer-until__radio label, .rtp__calendar .disabled.rtp__multi-recurrencer-count__radio label,
fieldset[disabled] .radio label,
fieldset[disabled] .rtp__calendar .rtp__recurrencer-until__radio label,
.rtp__calendar fieldset[disabled] .rtp__recurrencer-until__radio label,
fieldset[disabled] .rtp__calendar .rtp__recurrencer-count__radio label,
.rtp__calendar fieldset[disabled] .rtp__recurrencer-count__radio label,
fieldset[disabled] .rtp__calendar .rtp__multi-recurrencer-until__radio label,
.rtp__calendar fieldset[disabled] .rtp__multi-recurrencer-until__radio label,
fieldset[disabled] .rtp__calendar .rtp__multi-recurrencer-count__radio label,
.rtp__calendar fieldset[disabled] .rtp__multi-recurrencer-count__radio label,
.checkbox.disabled label,
fieldset[disabled]
.checkbox label {
  cursor: not-allowed; }

.form-control-static {
  padding-top: 7px;
  padding-bottom: 7px;
  margin-bottom: 0;
  min-height: 34px; }
  .form-control-static.input-lg, .input-group-lg > .form-control-static.form-control,
  .input-group-lg > .form-control-static.input-group-addon,
  .input-group-lg > .input-group-btn > .form-control-static.btn, .rtp__calendar .rtp__modal .rtp__error .rtp__recurrencer-error__disabledTimings .input-group-lg > .input-group-btn > button.form-control-static, .rtp__calendar .rtp__edit-modal .input-group-lg > .input-group-btn > button.form-control-static[type="submit"], .rtp__calendar .input-group-lg > .input-group-btn > .form-control-static.rtp__recurrencer-button, .rtp__calendar .input-group-lg > .input-group-btn > .form-control-static.rtp__multi-recurrencer-button, .rtp__calendar .rtp__recurrencer-modal .input-group-lg > .input-group-btn > button.form-control-static[type="submit"],
  .rtp__calendar .rtp__multi-recurrencer-modal .input-group-lg > .input-group-btn > button.form-control-static[type="submit"], .form-control-static.input-sm, .input-group-sm > .form-control-static.form-control,
  .input-group-sm > .form-control-static.input-group-addon,
  .input-group-sm > .input-group-btn > .form-control-static.btn, .rtp__calendar .rtp__modal .rtp__error .rtp__recurrencer-error__disabledTimings .input-group-sm > .input-group-btn > button.form-control-static, .rtp__calendar .rtp__edit-modal .input-group-sm > .input-group-btn > button.form-control-static[type="submit"], .rtp__calendar .input-group-sm > .input-group-btn > .form-control-static.rtp__recurrencer-button, .rtp__calendar .input-group-sm > .input-group-btn > .form-control-static.rtp__multi-recurrencer-button, .rtp__calendar .rtp__recurrencer-modal .input-group-sm > .input-group-btn > button.form-control-static[type="submit"],
  .rtp__calendar .rtp__multi-recurrencer-modal .input-group-sm > .input-group-btn > button.form-control-static[type="submit"] {
    padding-left: 0;
    padding-right: 0; }

.input-sm, .input-group-sm > .form-control,
.input-group-sm > .input-group-addon,
.input-group-sm > .input-group-btn > .btn, .rtp__calendar .rtp__modal .rtp__error .rtp__recurrencer-error__disabledTimings .input-group-sm > .input-group-btn > button, .rtp__calendar .rtp__edit-modal .input-group-sm > .input-group-btn > button[type="submit"], .rtp__calendar .input-group-sm > .input-group-btn > .rtp__recurrencer-button, .rtp__calendar .input-group-sm > .input-group-btn > .rtp__multi-recurrencer-button, .rtp__calendar .rtp__recurrencer-modal .input-group-sm > .input-group-btn > button[type="submit"],
.rtp__calendar .rtp__multi-recurrencer-modal .input-group-sm > .input-group-btn > button[type="submit"] {
  height: 30px;
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px; }

select.input-sm, .input-group-sm > select.form-control,
.input-group-sm > select.input-group-addon,
.input-group-sm > .input-group-btn > select.btn, .rtp__calendar .input-group-sm > .input-group-btn > select.rtp__recurrencer-button, .rtp__calendar .input-group-sm > .input-group-btn > select.rtp__multi-recurrencer-button {
  height: 30px;
  line-height: 30px; }

textarea.input-sm, .input-group-sm > textarea.form-control,
.input-group-sm > textarea.input-group-addon,
.input-group-sm > .input-group-btn > textarea.btn, .rtp__calendar .input-group-sm > .input-group-btn > textarea.rtp__recurrencer-button, .rtp__calendar .input-group-sm > .input-group-btn > textarea.rtp__multi-recurrencer-button,
select[multiple].input-sm,
.input-group-sm > select.form-control[multiple],
.input-group-sm > select.input-group-addon[multiple],
.input-group-sm > .input-group-btn > select.btn[multiple],
.rtp__calendar .input-group-sm > .input-group-btn > select.rtp__recurrencer-button[multiple],
.rtp__calendar .input-group-sm > .input-group-btn > select.rtp__multi-recurrencer-button[multiple] {
  height: auto; }

.form-group-sm .form-control {
  height: 30px;
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px; }

.form-group-sm select.form-control {
  height: 30px;
  line-height: 30px; }

.form-group-sm textarea.form-control,
.form-group-sm select[multiple].form-control {
  height: auto; }

.form-group-sm .form-control-static {
  height: 30px;
  min-height: 32px;
  padding: 6px 10px;
  font-size: 12px;
  line-height: 1.5; }

.input-lg, .input-group-lg > .form-control,
.input-group-lg > .input-group-addon,
.input-group-lg > .input-group-btn > .btn, .rtp__calendar .rtp__modal .rtp__error .rtp__recurrencer-error__disabledTimings .input-group-lg > .input-group-btn > button, .rtp__calendar .rtp__edit-modal .input-group-lg > .input-group-btn > button[type="submit"], .rtp__calendar .input-group-lg > .input-group-btn > .rtp__recurrencer-button, .rtp__calendar .input-group-lg > .input-group-btn > .rtp__multi-recurrencer-button, .rtp__calendar .rtp__recurrencer-modal .input-group-lg > .input-group-btn > button[type="submit"],
.rtp__calendar .rtp__multi-recurrencer-modal .input-group-lg > .input-group-btn > button[type="submit"] {
  height: 46px;
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.33333;
  border-radius: 6px; }

select.input-lg, .input-group-lg > select.form-control,
.input-group-lg > select.input-group-addon,
.input-group-lg > .input-group-btn > select.btn, .rtp__calendar .input-group-lg > .input-group-btn > select.rtp__recurrencer-button, .rtp__calendar .input-group-lg > .input-group-btn > select.rtp__multi-recurrencer-button {
  height: 46px;
  line-height: 46px; }

textarea.input-lg, .input-group-lg > textarea.form-control,
.input-group-lg > textarea.input-group-addon,
.input-group-lg > .input-group-btn > textarea.btn, .rtp__calendar .input-group-lg > .input-group-btn > textarea.rtp__recurrencer-button, .rtp__calendar .input-group-lg > .input-group-btn > textarea.rtp__multi-recurrencer-button,
select[multiple].input-lg,
.input-group-lg > select.form-control[multiple],
.input-group-lg > select.input-group-addon[multiple],
.input-group-lg > .input-group-btn > select.btn[multiple],
.rtp__calendar .input-group-lg > .input-group-btn > select.rtp__recurrencer-button[multiple],
.rtp__calendar .input-group-lg > .input-group-btn > select.rtp__multi-recurrencer-button[multiple] {
  height: auto; }

.form-group-lg .form-control {
  height: 46px;
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.33333;
  border-radius: 6px; }

.form-group-lg select.form-control {
  height: 46px;
  line-height: 46px; }

.form-group-lg textarea.form-control,
.form-group-lg select[multiple].form-control {
  height: auto; }

.form-group-lg .form-control-static {
  height: 46px;
  min-height: 38px;
  padding: 11px 16px;
  font-size: 18px;
  line-height: 1.33333; }

.has-feedback {
  position: relative; }
  .has-feedback .form-control {
    padding-right: 42.5px; }

.form-control-feedback {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 2;
  display: block;
  width: 34px;
  height: 34px;
  line-height: 34px;
  text-align: center;
  pointer-events: none; }

.input-lg + .form-control-feedback, .input-group-lg > .form-control + .form-control-feedback, .input-group-lg > .input-group-addon + .form-control-feedback, .input-group-lg > .input-group-btn > .btn + .form-control-feedback, .rtp__calendar .rtp__modal .rtp__error .rtp__recurrencer-error__disabledTimings .input-group-lg > .input-group-btn > button + .form-control-feedback, .rtp__calendar .rtp__edit-modal .input-group-lg > .input-group-btn > button[type="submit"] + .form-control-feedback, .rtp__calendar .input-group-lg > .input-group-btn > .rtp__recurrencer-button + .form-control-feedback, .rtp__calendar .input-group-lg > .input-group-btn > .rtp__multi-recurrencer-button + .form-control-feedback, .rtp__calendar .rtp__recurrencer-modal .input-group-lg > .input-group-btn > button[type="submit"] + .form-control-feedback, .rtp__calendar .rtp__multi-recurrencer-modal .input-group-lg > .input-group-btn > button[type="submit"] + .form-control-feedback,
.input-group-lg + .form-control-feedback,
.form-group-lg .form-control + .form-control-feedback {
  width: 46px;
  height: 46px;
  line-height: 46px; }

.input-sm + .form-control-feedback, .input-group-sm > .form-control + .form-control-feedback, .input-group-sm > .input-group-addon + .form-control-feedback, .input-group-sm > .input-group-btn > .btn + .form-control-feedback, .rtp__calendar .rtp__modal .rtp__error .rtp__recurrencer-error__disabledTimings .input-group-sm > .input-group-btn > button + .form-control-feedback, .rtp__calendar .rtp__edit-modal .input-group-sm > .input-group-btn > button[type="submit"] + .form-control-feedback, .rtp__calendar .input-group-sm > .input-group-btn > .rtp__recurrencer-button + .form-control-feedback, .rtp__calendar .input-group-sm > .input-group-btn > .rtp__multi-recurrencer-button + .form-control-feedback, .rtp__calendar .rtp__recurrencer-modal .input-group-sm > .input-group-btn > button[type="submit"] + .form-control-feedback, .rtp__calendar .rtp__multi-recurrencer-modal .input-group-sm > .input-group-btn > button[type="submit"] + .form-control-feedback,
.input-group-sm + .form-control-feedback,
.form-group-sm .form-control + .form-control-feedback {
  width: 30px;
  height: 30px;
  line-height: 30px; }

.has-success .help-block,
.has-success .control-label,
.has-success .radio,
.has-success .rtp__calendar .rtp__recurrencer-until__radio,
.rtp__calendar .has-success .rtp__recurrencer-until__radio,
.has-success .rtp__calendar .rtp__recurrencer-count__radio,
.rtp__calendar .has-success .rtp__recurrencer-count__radio,
.has-success .rtp__calendar .rtp__multi-recurrencer-until__radio,
.rtp__calendar .has-success .rtp__multi-recurrencer-until__radio,
.has-success .rtp__calendar .rtp__multi-recurrencer-count__radio,
.rtp__calendar .has-success .rtp__multi-recurrencer-count__radio,
.has-success .checkbox,
.has-success .radio-inline,
.has-success .checkbox-inline,
.has-success.radio label,
.rtp__calendar .has-success.rtp__recurrencer-until__radio label,
.rtp__calendar .has-success.rtp__recurrencer-count__radio label,
.rtp__calendar .has-success.rtp__multi-recurrencer-until__radio label,
.rtp__calendar .has-success.rtp__multi-recurrencer-count__radio label,
.has-success.checkbox label,
.has-success.radio-inline label,
.has-success.checkbox-inline label {
  color: #3c763d; }

.has-success .form-control {
  border-color: #3c763d;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075); }
  .has-success .form-control:focus {
    border-color: #2b542c;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #67b168;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #67b168; }

.has-success .input-group-addon {
  color: #3c763d;
  border-color: #3c763d;
  background-color: #dff0d8; }

.has-success .form-control-feedback {
  color: #3c763d; }

.has-warning .help-block,
.has-warning .control-label,
.has-warning .radio,
.has-warning .rtp__calendar .rtp__recurrencer-until__radio,
.rtp__calendar .has-warning .rtp__recurrencer-until__radio,
.has-warning .rtp__calendar .rtp__recurrencer-count__radio,
.rtp__calendar .has-warning .rtp__recurrencer-count__radio,
.has-warning .rtp__calendar .rtp__multi-recurrencer-until__radio,
.rtp__calendar .has-warning .rtp__multi-recurrencer-until__radio,
.has-warning .rtp__calendar .rtp__multi-recurrencer-count__radio,
.rtp__calendar .has-warning .rtp__multi-recurrencer-count__radio,
.has-warning .checkbox,
.has-warning .radio-inline,
.has-warning .checkbox-inline,
.has-warning.radio label,
.rtp__calendar .has-warning.rtp__recurrencer-until__radio label,
.rtp__calendar .has-warning.rtp__recurrencer-count__radio label,
.rtp__calendar .has-warning.rtp__multi-recurrencer-until__radio label,
.rtp__calendar .has-warning.rtp__multi-recurrencer-count__radio label,
.has-warning.checkbox label,
.has-warning.radio-inline label,
.has-warning.checkbox-inline label {
  color: #8a6d3b; }

.has-warning .form-control {
  border-color: #8a6d3b;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075); }
  .has-warning .form-control:focus {
    border-color: #66512c;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #c0a16b;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #c0a16b; }

.has-warning .input-group-addon {
  color: #8a6d3b;
  border-color: #8a6d3b;
  background-color: #fcf8e3; }

.has-warning .form-control-feedback {
  color: #8a6d3b; }

.has-error .help-block,
.has-error .control-label,
.has-error .radio,
.has-error .rtp__calendar .rtp__recurrencer-until__radio,
.rtp__calendar .has-error .rtp__recurrencer-until__radio,
.has-error .rtp__calendar .rtp__recurrencer-count__radio,
.rtp__calendar .has-error .rtp__recurrencer-count__radio,
.has-error .rtp__calendar .rtp__multi-recurrencer-until__radio,
.rtp__calendar .has-error .rtp__multi-recurrencer-until__radio,
.has-error .rtp__calendar .rtp__multi-recurrencer-count__radio,
.rtp__calendar .has-error .rtp__multi-recurrencer-count__radio,
.has-error .checkbox,
.has-error .radio-inline,
.has-error .checkbox-inline,
.has-error.radio label,
.rtp__calendar .has-error.rtp__recurrencer-until__radio label,
.rtp__calendar .has-error.rtp__recurrencer-count__radio label,
.rtp__calendar .has-error.rtp__multi-recurrencer-until__radio label,
.rtp__calendar .has-error.rtp__multi-recurrencer-count__radio label,
.has-error.checkbox label,
.has-error.radio-inline label,
.has-error.checkbox-inline label {
  color: #da4453; }

.has-error .form-control {
  border-color: #da4453;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075); }
  .has-error .form-control:focus {
    border-color: #c42737;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #eb99a1;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #eb99a1; }

.has-error .input-group-addon {
  color: #da4453;
  border-color: #da4453;
  background-color: #f2dede; }

.has-error .form-control-feedback {
  color: #da4453; }

.has-feedback label ~ .form-control-feedback {
  top: 25px; }

.has-feedback label.sr-only ~ .form-control-feedback {
  top: 0; }

.help-block {
  display: block;
  margin-top: 5px;
  margin-bottom: 10px;
  color: #847686; }

@media (min-width: 768px) {
  .form-inline .form-group {
    display: inline-block;
    margin-bottom: 0;
    vertical-align: middle; }
  .form-inline .form-control {
    display: inline-block;
    width: auto;
    vertical-align: middle; }
  .form-inline .form-control-static {
    display: inline-block; }
  .form-inline .input-group {
    display: inline-table;
    vertical-align: middle; }
    .form-inline .input-group .input-group-addon,
    .form-inline .input-group .input-group-btn,
    .form-inline .input-group .form-control {
      width: auto; }
  .form-inline .input-group > .form-control {
    width: 100%; }
  .form-inline .control-label {
    margin-bottom: 0;
    vertical-align: middle; }
  .form-inline .radio, .form-inline .rtp__calendar .rtp__recurrencer-until__radio, .rtp__calendar .form-inline .rtp__recurrencer-until__radio,
  .form-inline .rtp__calendar .rtp__recurrencer-count__radio, .rtp__calendar .form-inline .rtp__recurrencer-count__radio,
  .form-inline .rtp__calendar .rtp__multi-recurrencer-until__radio, .rtp__calendar .form-inline .rtp__multi-recurrencer-until__radio,
  .form-inline .rtp__calendar .rtp__multi-recurrencer-count__radio, .rtp__calendar .form-inline .rtp__multi-recurrencer-count__radio,
  .form-inline .checkbox {
    display: inline-block;
    margin-top: 0;
    margin-bottom: 0;
    vertical-align: middle; }
    .form-inline .radio label, .form-inline .rtp__calendar .rtp__recurrencer-until__radio label, .rtp__calendar .form-inline .rtp__recurrencer-until__radio label, .form-inline .rtp__calendar .rtp__recurrencer-count__radio label, .rtp__calendar .form-inline .rtp__recurrencer-count__radio label, .form-inline .rtp__calendar .rtp__multi-recurrencer-until__radio label, .rtp__calendar .form-inline .rtp__multi-recurrencer-until__radio label, .form-inline .rtp__calendar .rtp__multi-recurrencer-count__radio label, .rtp__calendar .form-inline .rtp__multi-recurrencer-count__radio label,
    .form-inline .checkbox label {
      padding-left: 0; }
  .form-inline .radio input[type="radio"], .form-inline .rtp__calendar .rtp__recurrencer-until__radio input[type="radio"], .rtp__calendar .form-inline .rtp__recurrencer-until__radio input[type="radio"], .form-inline .rtp__calendar .rtp__recurrencer-count__radio input[type="radio"], .rtp__calendar .form-inline .rtp__recurrencer-count__radio input[type="radio"], .form-inline .rtp__calendar .rtp__multi-recurrencer-until__radio input[type="radio"], .rtp__calendar .form-inline .rtp__multi-recurrencer-until__radio input[type="radio"], .form-inline .rtp__calendar .rtp__multi-recurrencer-count__radio input[type="radio"], .rtp__calendar .form-inline .rtp__multi-recurrencer-count__radio input[type="radio"],
  .form-inline .checkbox input[type="checkbox"] {
    position: relative;
    margin-left: 0; }
  .form-inline .has-feedback .form-control-feedback {
    top: 0; } }

.form-horizontal .radio, .form-horizontal .rtp__calendar .rtp__recurrencer-until__radio, .rtp__calendar .form-horizontal .rtp__recurrencer-until__radio,
.form-horizontal .rtp__calendar .rtp__recurrencer-count__radio, .rtp__calendar .form-horizontal .rtp__recurrencer-count__radio,
.form-horizontal .rtp__calendar .rtp__multi-recurrencer-until__radio, .rtp__calendar .form-horizontal .rtp__multi-recurrencer-until__radio,
.form-horizontal .rtp__calendar .rtp__multi-recurrencer-count__radio, .rtp__calendar .form-horizontal .rtp__multi-recurrencer-count__radio,
.form-horizontal .checkbox,
.form-horizontal .radio-inline,
.form-horizontal .checkbox-inline {
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 7px; }

.form-horizontal .radio, .form-horizontal .rtp__calendar .rtp__recurrencer-until__radio, .rtp__calendar .form-horizontal .rtp__recurrencer-until__radio,
.form-horizontal .rtp__calendar .rtp__recurrencer-count__radio, .rtp__calendar .form-horizontal .rtp__recurrencer-count__radio,
.form-horizontal .rtp__calendar .rtp__multi-recurrencer-until__radio, .rtp__calendar .form-horizontal .rtp__multi-recurrencer-until__radio,
.form-horizontal .rtp__calendar .rtp__multi-recurrencer-count__radio, .rtp__calendar .form-horizontal .rtp__multi-recurrencer-count__radio,
.form-horizontal .checkbox {
  min-height: 27px; }

.form-horizontal .form-group {
  margin-left: -15px;
  margin-right: -15px; }
  .form-horizontal .form-group:before, .form-horizontal .form-group:after {
    content: " ";
    display: table; }
  .form-horizontal .form-group:after {
    clear: both; }

@media (min-width: 768px) {
  .form-horizontal .control-label {
    text-align: right;
    margin-bottom: 0;
    padding-top: 7px; } }

.form-horizontal .has-feedback .form-control-feedback {
  right: 15px; }

@media (min-width: 768px) {
  .form-horizontal .form-group-lg .control-label {
    padding-top: 14.33333px;
    font-size: 18px; } }

@media (min-width: 768px) {
  .form-horizontal .form-group-sm .control-label {
    padding-top: 6px;
    font-size: 12px; } }

.btn, .rtp__calendar .rtp__modal .rtp__error .rtp__recurrencer-error__disabledTimings button, .rtp__calendar .rtp__edit-modal button[type="submit"], .rtp__calendar .rtp__recurrencer-button, .rtp__calendar .rtp__multi-recurrencer-button, .rtp__calendar .rtp__recurrencer-modal button[type="submit"],
.rtp__calendar .rtp__multi-recurrencer-modal button[type="submit"] {
  display: inline-block;
  margin-bottom: 0;
  font-weight: normal;
  text-align: center;
  vertical-align: middle;
  touch-action: manipulation;
  cursor: pointer;
  background-image: none;
  border: 1px solid transparent;
  white-space: nowrap;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.42857;
  border-radius: 4px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none; }
  .btn:focus, .rtp__calendar .rtp__modal .rtp__error .rtp__recurrencer-error__disabledTimings button:focus, .rtp__calendar .rtp__edit-modal button:focus[type="submit"], .rtp__calendar .rtp__recurrencer-button:focus, .rtp__calendar .rtp__multi-recurrencer-button:focus, .rtp__calendar .rtp__recurrencer-modal button:focus[type="submit"],
  .rtp__calendar .rtp__multi-recurrencer-modal button:focus[type="submit"], .btn.focus, .rtp__calendar .rtp__modal .rtp__error .rtp__recurrencer-error__disabledTimings button.focus, .rtp__calendar .rtp__edit-modal button.focus[type="submit"], .rtp__calendar .focus.rtp__recurrencer-button, .rtp__calendar .focus.rtp__multi-recurrencer-button, .rtp__calendar .rtp__recurrencer-modal button.focus[type="submit"],
  .rtp__calendar .rtp__multi-recurrencer-modal button.focus[type="submit"], .btn:active:focus, .rtp__calendar .rtp__modal .rtp__error .rtp__recurrencer-error__disabledTimings button:active:focus, .rtp__calendar .rtp__edit-modal button:active:focus[type="submit"], .rtp__calendar .rtp__recurrencer-button:active:focus, .rtp__calendar .rtp__multi-recurrencer-button:active:focus, .rtp__calendar .rtp__recurrencer-modal button:active:focus[type="submit"],
  .rtp__calendar .rtp__multi-recurrencer-modal button:active:focus[type="submit"], .btn:active.focus, .rtp__calendar .rtp__modal .rtp__error .rtp__recurrencer-error__disabledTimings button:active.focus, .rtp__calendar .rtp__edit-modal button:active.focus[type="submit"], .rtp__calendar .rtp__recurrencer-button:active.focus, .rtp__calendar .rtp__multi-recurrencer-button:active.focus, .rtp__calendar .rtp__recurrencer-modal button:active.focus[type="submit"],
  .rtp__calendar .rtp__multi-recurrencer-modal button:active.focus[type="submit"], .btn.active:focus, .rtp__calendar .rtp__modal .rtp__error .rtp__recurrencer-error__disabledTimings button.active:focus, .rtp__calendar .rtp__edit-modal button.active:focus[type="submit"], .rtp__calendar .active.rtp__recurrencer-button:focus, .rtp__calendar .active.rtp__multi-recurrencer-button:focus, .rtp__calendar .rtp__recurrencer-modal button.active:focus[type="submit"],
  .rtp__calendar .rtp__multi-recurrencer-modal button.active:focus[type="submit"], .btn.active.focus, .rtp__calendar .rtp__modal .rtp__error .rtp__recurrencer-error__disabledTimings button.active.focus, .rtp__calendar .rtp__edit-modal button.active.focus[type="submit"], .rtp__calendar .active.focus.rtp__recurrencer-button, .rtp__calendar .active.focus.rtp__multi-recurrencer-button, .rtp__calendar .rtp__recurrencer-modal button.active.focus[type="submit"],
  .rtp__calendar .rtp__multi-recurrencer-modal button.active.focus[type="submit"] {
    outline: thin dotted;
    outline: 5px auto -webkit-focus-ring-color;
    outline-offset: -2px; }
  .btn:hover, .rtp__calendar .rtp__modal .rtp__error .rtp__recurrencer-error__disabledTimings button:hover, .rtp__calendar .rtp__edit-modal button:hover[type="submit"], .rtp__calendar .rtp__recurrencer-button:hover, .rtp__calendar .rtp__multi-recurrencer-button:hover, .rtp__calendar .rtp__recurrencer-modal button:hover[type="submit"],
  .rtp__calendar .rtp__multi-recurrencer-modal button:hover[type="submit"], .btn:focus, .rtp__calendar .rtp__modal .rtp__error .rtp__recurrencer-error__disabledTimings button:focus, .rtp__calendar .rtp__edit-modal button:focus[type="submit"], .rtp__calendar .rtp__recurrencer-button:focus, .rtp__calendar .rtp__multi-recurrencer-button:focus, .rtp__calendar .rtp__recurrencer-modal button:focus[type="submit"],
  .rtp__calendar .rtp__multi-recurrencer-modal button:focus[type="submit"], .btn.focus, .rtp__calendar .rtp__modal .rtp__error .rtp__recurrencer-error__disabledTimings button.focus, .rtp__calendar .rtp__edit-modal button.focus[type="submit"], .rtp__calendar .focus.rtp__recurrencer-button, .rtp__calendar .focus.rtp__multi-recurrencer-button, .rtp__calendar .rtp__recurrencer-modal button.focus[type="submit"],
  .rtp__calendar .rtp__multi-recurrencer-modal button.focus[type="submit"] {
    color: #333;
    text-decoration: none; }
  .btn:active, .rtp__calendar .rtp__modal .rtp__error .rtp__recurrencer-error__disabledTimings button:active, .rtp__calendar .rtp__edit-modal button:active[type="submit"], .rtp__calendar .rtp__recurrencer-button:active, .rtp__calendar .rtp__multi-recurrencer-button:active, .rtp__calendar .rtp__recurrencer-modal button:active[type="submit"],
  .rtp__calendar .rtp__multi-recurrencer-modal button:active[type="submit"], .btn.active, .rtp__calendar .rtp__modal .rtp__error .rtp__recurrencer-error__disabledTimings button.active, .rtp__calendar .rtp__edit-modal button.active[type="submit"], .rtp__calendar .active.rtp__recurrencer-button, .rtp__calendar .active.rtp__multi-recurrencer-button, .rtp__calendar .rtp__recurrencer-modal button.active[type="submit"],
  .rtp__calendar .rtp__multi-recurrencer-modal button.active[type="submit"] {
    outline: 0;
    background-image: none;
    -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
    box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125); }
  .btn.disabled, .rtp__calendar .rtp__modal .rtp__error .rtp__recurrencer-error__disabledTimings button.disabled, .rtp__calendar .rtp__edit-modal button.disabled[type="submit"], .rtp__calendar .disabled.rtp__recurrencer-button, .rtp__calendar .disabled.rtp__multi-recurrencer-button, .rtp__calendar .rtp__recurrencer-modal button.disabled[type="submit"],
  .rtp__calendar .rtp__multi-recurrencer-modal button.disabled[type="submit"], .btn[disabled], .rtp__calendar .rtp__modal .rtp__error .rtp__recurrencer-error__disabledTimings button[disabled], .rtp__calendar .rtp__edit-modal button[disabled][type="submit"], .rtp__calendar .rtp__recurrencer-button[disabled], .rtp__calendar .rtp__multi-recurrencer-button[disabled], .rtp__calendar .rtp__recurrencer-modal button[disabled][type="submit"],
  .rtp__calendar .rtp__multi-recurrencer-modal button[disabled][type="submit"],
  fieldset[disabled] .btn,
  fieldset[disabled] .rtp__calendar .rtp__modal .rtp__error .rtp__recurrencer-error__disabledTimings button,
  .rtp__calendar .rtp__modal .rtp__error .rtp__recurrencer-error__disabledTimings fieldset[disabled] button,
  fieldset[disabled] .rtp__calendar .rtp__edit-modal button[type="submit"],
  .rtp__calendar .rtp__edit-modal fieldset[disabled] button[type="submit"],
  fieldset[disabled] .rtp__calendar .rtp__recurrencer-button,
  .rtp__calendar fieldset[disabled] .rtp__recurrencer-button,
  fieldset[disabled] .rtp__calendar .rtp__multi-recurrencer-button,
  .rtp__calendar fieldset[disabled] .rtp__multi-recurrencer-button,
  fieldset[disabled] .rtp__calendar .rtp__recurrencer-modal button[type="submit"],
  .rtp__calendar .rtp__recurrencer-modal fieldset[disabled] button[type="submit"],
  fieldset[disabled] .rtp__calendar .rtp__multi-recurrencer-modal button[type="submit"],
  .rtp__calendar .rtp__multi-recurrencer-modal fieldset[disabled] button[type="submit"] {
    cursor: not-allowed;
    opacity: 0.65;
    filter: alpha(opacity=65);
    -webkit-box-shadow: none;
    box-shadow: none; }

a.btn.disabled, .rtp__calendar a.disabled.rtp__recurrencer-button, .rtp__calendar a.disabled.rtp__multi-recurrencer-button,
fieldset[disabled] a.btn,
fieldset[disabled] .rtp__calendar a.rtp__recurrencer-button,
.rtp__calendar fieldset[disabled] a.rtp__recurrencer-button,
fieldset[disabled] .rtp__calendar a.rtp__multi-recurrencer-button,
.rtp__calendar fieldset[disabled] a.rtp__multi-recurrencer-button {
  pointer-events: none; }

.btn-default {
  color: #333;
  background-color: #fff;
  border-color: #ccc; }
  .btn-default:focus, .btn-default.focus {
    color: #333;
    background-color: #e6e6e6;
    border-color: #8c8c8c; }
  .btn-default:hover {
    color: #333;
    background-color: #e6e6e6;
    border-color: #adadad; }
  .btn-default:active, .btn-default.active,
  .open > .btn-default.dropdown-toggle {
    color: #333;
    background-color: #e6e6e6;
    border-color: #adadad; }
    .btn-default:active:hover, .btn-default:active:focus, .btn-default:active.focus, .btn-default.active:hover, .btn-default.active:focus, .btn-default.active.focus,
    .open > .btn-default.dropdown-toggle:hover,
    .open > .btn-default.dropdown-toggle:focus,
    .open > .btn-default.dropdown-toggle.focus {
      color: #333;
      background-color: #d4d4d4;
      border-color: #8c8c8c; }
  .btn-default:active, .btn-default.active,
  .open > .btn-default.dropdown-toggle {
    background-image: none; }
  .btn-default.disabled, .btn-default.disabled:hover, .btn-default.disabled:focus, .btn-default.disabled.focus, .btn-default.disabled:active, .btn-default.disabled.active, .btn-default[disabled], .btn-default[disabled]:hover, .btn-default[disabled]:focus, .btn-default[disabled].focus, .btn-default[disabled]:active, .btn-default[disabled].active,
  fieldset[disabled] .btn-default,
  fieldset[disabled] .btn-default:hover,
  fieldset[disabled] .btn-default:focus,
  fieldset[disabled] .btn-default.focus,
  fieldset[disabled] .btn-default:active,
  fieldset[disabled] .btn-default.active {
    background-color: #fff;
    border-color: #ccc; }
  .btn-default .badge {
    color: #fff;
    background-color: #333; }

.btn-primary, .rtp__calendar .rtp__modal .rtp__error .rtp__recurrencer-error__disabledTimings button, .rtp__calendar .rtp__edit-modal button[type="submit"], .rtp__calendar .rtp__recurrencer-modal button[type="submit"],
.rtp__calendar .rtp__multi-recurrencer-modal button[type="submit"] {
  color: #fff;
  background-color: #41acdd;
  border-color: #2ba3d9; }
  .btn-primary:focus, .rtp__calendar .rtp__modal .rtp__error .rtp__recurrencer-error__disabledTimings button:focus, .rtp__calendar .rtp__edit-modal button:focus[type="submit"], .rtp__calendar .rtp__recurrencer-modal button:focus[type="submit"],
  .rtp__calendar .rtp__multi-recurrencer-modal button:focus[type="submit"], .btn-primary.focus, .rtp__calendar .rtp__modal .rtp__error .rtp__recurrencer-error__disabledTimings button.focus, .rtp__calendar .rtp__edit-modal button.focus[type="submit"], .rtp__calendar .rtp__recurrencer-modal button.focus[type="submit"],
  .rtp__calendar .rtp__multi-recurrencer-modal button.focus[type="submit"] {
    color: #fff;
    background-color: #2494c7;
    border-color: #145471; }
  .btn-primary:hover, .rtp__calendar .rtp__modal .rtp__error .rtp__recurrencer-error__disabledTimings button:hover, .rtp__calendar .rtp__edit-modal button:hover[type="submit"], .rtp__calendar .rtp__recurrencer-modal button:hover[type="submit"],
  .rtp__calendar .rtp__multi-recurrencer-modal button:hover[type="submit"] {
    color: #fff;
    background-color: #2494c7;
    border-color: #1e7da9; }
  .btn-primary:active, .rtp__calendar .rtp__modal .rtp__error .rtp__recurrencer-error__disabledTimings button:active, .rtp__calendar .rtp__edit-modal button:active[type="submit"], .rtp__calendar .rtp__recurrencer-modal button:active[type="submit"],
  .rtp__calendar .rtp__multi-recurrencer-modal button:active[type="submit"], .btn-primary.active, .rtp__calendar .rtp__modal .rtp__error .rtp__recurrencer-error__disabledTimings button.active, .rtp__calendar .rtp__edit-modal button.active[type="submit"], .rtp__calendar .rtp__recurrencer-modal button.active[type="submit"],
  .rtp__calendar .rtp__multi-recurrencer-modal button.active[type="submit"],
  .open > .btn-primary.dropdown-toggle,
  .rtp__calendar .rtp__modal .rtp__error .rtp__recurrencer-error__disabledTimings .open > button.dropdown-toggle,
  .rtp__calendar .rtp__edit-modal .open > button.dropdown-toggle[type="submit"],
  .rtp__calendar .rtp__recurrencer-modal .open > button.dropdown-toggle[type="submit"],
  .rtp__calendar .rtp__multi-recurrencer-modal .open > button.dropdown-toggle[type="submit"] {
    color: #fff;
    background-color: #2494c7;
    border-color: #1e7da9; }
    .btn-primary:active:hover, .rtp__calendar .rtp__modal .rtp__error .rtp__recurrencer-error__disabledTimings button:active:hover, .rtp__calendar .rtp__edit-modal button:active:hover[type="submit"], .rtp__calendar .rtp__recurrencer-modal button:active:hover[type="submit"],
    .rtp__calendar .rtp__multi-recurrencer-modal button:active:hover[type="submit"], .btn-primary:active:focus, .rtp__calendar .rtp__modal .rtp__error .rtp__recurrencer-error__disabledTimings button:active:focus, .rtp__calendar .rtp__edit-modal button:active:focus[type="submit"], .rtp__calendar .rtp__recurrencer-modal button:active:focus[type="submit"],
    .rtp__calendar .rtp__multi-recurrencer-modal button:active:focus[type="submit"], .btn-primary:active.focus, .rtp__calendar .rtp__modal .rtp__error .rtp__recurrencer-error__disabledTimings button:active.focus, .rtp__calendar .rtp__edit-modal button:active.focus[type="submit"], .rtp__calendar .rtp__recurrencer-modal button:active.focus[type="submit"],
    .rtp__calendar .rtp__multi-recurrencer-modal button:active.focus[type="submit"], .btn-primary.active:hover, .rtp__calendar .rtp__modal .rtp__error .rtp__recurrencer-error__disabledTimings button.active:hover, .rtp__calendar .rtp__edit-modal button.active:hover[type="submit"], .rtp__calendar .rtp__recurrencer-modal button.active:hover[type="submit"],
    .rtp__calendar .rtp__multi-recurrencer-modal button.active:hover[type="submit"], .btn-primary.active:focus, .rtp__calendar .rtp__modal .rtp__error .rtp__recurrencer-error__disabledTimings button.active:focus, .rtp__calendar .rtp__edit-modal button.active:focus[type="submit"], .rtp__calendar .rtp__recurrencer-modal button.active:focus[type="submit"],
    .rtp__calendar .rtp__multi-recurrencer-modal button.active:focus[type="submit"], .btn-primary.active.focus, .rtp__calendar .rtp__modal .rtp__error .rtp__recurrencer-error__disabledTimings button.active.focus, .rtp__calendar .rtp__edit-modal button.active.focus[type="submit"], .rtp__calendar .rtp__recurrencer-modal button.active.focus[type="submit"],
    .rtp__calendar .rtp__multi-recurrencer-modal button.active.focus[type="submit"],
    .open > .btn-primary.dropdown-toggle:hover,
    .rtp__calendar .rtp__modal .rtp__error .rtp__recurrencer-error__disabledTimings .open > button.dropdown-toggle:hover,
    .rtp__calendar .rtp__edit-modal .open > button.dropdown-toggle:hover[type="submit"],
    .rtp__calendar .rtp__recurrencer-modal .open > button.dropdown-toggle:hover[type="submit"],
    .rtp__calendar .rtp__multi-recurrencer-modal .open > button.dropdown-toggle:hover[type="submit"],
    .open > .btn-primary.dropdown-toggle:focus,
    .rtp__calendar .rtp__modal .rtp__error .rtp__recurrencer-error__disabledTimings .open > button.dropdown-toggle:focus,
    .rtp__calendar .rtp__edit-modal .open > button.dropdown-toggle:focus[type="submit"],
    .rtp__calendar .rtp__recurrencer-modal .open > button.dropdown-toggle:focus[type="submit"],
    .rtp__calendar .rtp__multi-recurrencer-modal .open > button.dropdown-toggle:focus[type="submit"],
    .open > .btn-primary.dropdown-toggle.focus,
    .rtp__calendar .rtp__modal .rtp__error .rtp__recurrencer-error__disabledTimings .open > button.dropdown-toggle.focus,
    .rtp__calendar .rtp__edit-modal .open > button.dropdown-toggle.focus[type="submit"],
    .rtp__calendar .rtp__recurrencer-modal .open > button.dropdown-toggle.focus[type="submit"],
    .rtp__calendar .rtp__multi-recurrencer-modal .open > button.dropdown-toggle.focus[type="submit"] {
      color: #fff;
      background-color: #1e7da9;
      border-color: #145471; }
  .btn-primary:active, .rtp__calendar .rtp__modal .rtp__error .rtp__recurrencer-error__disabledTimings button:active, .rtp__calendar .rtp__edit-modal button:active[type="submit"], .rtp__calendar .rtp__recurrencer-modal button:active[type="submit"],
  .rtp__calendar .rtp__multi-recurrencer-modal button:active[type="submit"], .btn-primary.active, .rtp__calendar .rtp__modal .rtp__error .rtp__recurrencer-error__disabledTimings button.active, .rtp__calendar .rtp__edit-modal button.active[type="submit"], .rtp__calendar .rtp__recurrencer-modal button.active[type="submit"],
  .rtp__calendar .rtp__multi-recurrencer-modal button.active[type="submit"],
  .open > .btn-primary.dropdown-toggle,
  .rtp__calendar .rtp__modal .rtp__error .rtp__recurrencer-error__disabledTimings .open > button.dropdown-toggle,
  .rtp__calendar .rtp__edit-modal .open > button.dropdown-toggle[type="submit"],
  .rtp__calendar .rtp__recurrencer-modal .open > button.dropdown-toggle[type="submit"],
  .rtp__calendar .rtp__multi-recurrencer-modal .open > button.dropdown-toggle[type="submit"] {
    background-image: none; }
  .btn-primary.disabled, .rtp__calendar .rtp__modal .rtp__error .rtp__recurrencer-error__disabledTimings button.disabled, .rtp__calendar .rtp__edit-modal button.disabled[type="submit"], .rtp__calendar .rtp__recurrencer-modal button.disabled[type="submit"],
  .rtp__calendar .rtp__multi-recurrencer-modal button.disabled[type="submit"], .btn-primary.disabled:hover, .rtp__calendar .rtp__modal .rtp__error .rtp__recurrencer-error__disabledTimings button.disabled:hover, .rtp__calendar .rtp__edit-modal button.disabled:hover[type="submit"], .rtp__calendar .rtp__recurrencer-modal button.disabled:hover[type="submit"],
  .rtp__calendar .rtp__multi-recurrencer-modal button.disabled:hover[type="submit"], .btn-primary.disabled:focus, .rtp__calendar .rtp__modal .rtp__error .rtp__recurrencer-error__disabledTimings button.disabled:focus, .rtp__calendar .rtp__edit-modal button.disabled:focus[type="submit"], .rtp__calendar .rtp__recurrencer-modal button.disabled:focus[type="submit"],
  .rtp__calendar .rtp__multi-recurrencer-modal button.disabled:focus[type="submit"], .btn-primary.disabled.focus, .rtp__calendar .rtp__modal .rtp__error .rtp__recurrencer-error__disabledTimings button.disabled.focus, .rtp__calendar .rtp__edit-modal button.disabled.focus[type="submit"], .rtp__calendar .rtp__recurrencer-modal button.disabled.focus[type="submit"],
  .rtp__calendar .rtp__multi-recurrencer-modal button.disabled.focus[type="submit"], .btn-primary.disabled:active, .rtp__calendar .rtp__modal .rtp__error .rtp__recurrencer-error__disabledTimings button.disabled:active, .rtp__calendar .rtp__edit-modal button.disabled:active[type="submit"], .rtp__calendar .rtp__recurrencer-modal button.disabled:active[type="submit"],
  .rtp__calendar .rtp__multi-recurrencer-modal button.disabled:active[type="submit"], .btn-primary.disabled.active, .rtp__calendar .rtp__modal .rtp__error .rtp__recurrencer-error__disabledTimings button.disabled.active, .rtp__calendar .rtp__edit-modal button.disabled.active[type="submit"], .rtp__calendar .rtp__recurrencer-modal button.disabled.active[type="submit"],
  .rtp__calendar .rtp__multi-recurrencer-modal button.disabled.active[type="submit"], .btn-primary[disabled], .rtp__calendar .rtp__modal .rtp__error .rtp__recurrencer-error__disabledTimings button[disabled], .rtp__calendar .rtp__edit-modal button[disabled][type="submit"], .rtp__calendar .rtp__recurrencer-modal button[disabled][type="submit"],
  .rtp__calendar .rtp__multi-recurrencer-modal button[disabled][type="submit"], .btn-primary[disabled]:hover, .rtp__calendar .rtp__modal .rtp__error .rtp__recurrencer-error__disabledTimings button[disabled]:hover, .rtp__calendar .rtp__edit-modal button[disabled]:hover[type="submit"], .rtp__calendar .rtp__recurrencer-modal button[disabled]:hover[type="submit"],
  .rtp__calendar .rtp__multi-recurrencer-modal button[disabled]:hover[type="submit"], .btn-primary[disabled]:focus, .rtp__calendar .rtp__modal .rtp__error .rtp__recurrencer-error__disabledTimings button[disabled]:focus, .rtp__calendar .rtp__edit-modal button[disabled]:focus[type="submit"], .rtp__calendar .rtp__recurrencer-modal button[disabled]:focus[type="submit"],
  .rtp__calendar .rtp__multi-recurrencer-modal button[disabled]:focus[type="submit"], .btn-primary[disabled].focus, .rtp__calendar .rtp__modal .rtp__error .rtp__recurrencer-error__disabledTimings button[disabled].focus, .rtp__calendar .rtp__edit-modal button[disabled].focus[type="submit"], .rtp__calendar .rtp__recurrencer-modal button[disabled].focus[type="submit"],
  .rtp__calendar .rtp__multi-recurrencer-modal button[disabled].focus[type="submit"], .btn-primary[disabled]:active, .rtp__calendar .rtp__modal .rtp__error .rtp__recurrencer-error__disabledTimings button[disabled]:active, .rtp__calendar .rtp__edit-modal button[disabled]:active[type="submit"], .rtp__calendar .rtp__recurrencer-modal button[disabled]:active[type="submit"],
  .rtp__calendar .rtp__multi-recurrencer-modal button[disabled]:active[type="submit"], .btn-primary[disabled].active, .rtp__calendar .rtp__modal .rtp__error .rtp__recurrencer-error__disabledTimings button[disabled].active, .rtp__calendar .rtp__edit-modal button[disabled].active[type="submit"], .rtp__calendar .rtp__recurrencer-modal button[disabled].active[type="submit"],
  .rtp__calendar .rtp__multi-recurrencer-modal button[disabled].active[type="submit"],
  fieldset[disabled] .btn-primary,
  fieldset[disabled] .rtp__calendar .rtp__modal .rtp__error .rtp__recurrencer-error__disabledTimings button,
  .rtp__calendar .rtp__modal .rtp__error .rtp__recurrencer-error__disabledTimings fieldset[disabled] button,
  fieldset[disabled] .rtp__calendar .rtp__edit-modal button[type="submit"],
  .rtp__calendar .rtp__edit-modal fieldset[disabled] button[type="submit"],
  fieldset[disabled] .rtp__calendar .rtp__recurrencer-modal button[type="submit"],
  .rtp__calendar .rtp__recurrencer-modal fieldset[disabled] button[type="submit"],
  fieldset[disabled] .rtp__calendar .rtp__multi-recurrencer-modal button[type="submit"],
  .rtp__calendar .rtp__multi-recurrencer-modal fieldset[disabled] button[type="submit"],
  fieldset[disabled] .btn-primary:hover,
  fieldset[disabled] .rtp__calendar .rtp__modal .rtp__error .rtp__recurrencer-error__disabledTimings button:hover,
  .rtp__calendar .rtp__modal .rtp__error .rtp__recurrencer-error__disabledTimings fieldset[disabled] button:hover,
  fieldset[disabled] .rtp__calendar .rtp__edit-modal button:hover[type="submit"],
  .rtp__calendar .rtp__edit-modal fieldset[disabled] button:hover[type="submit"],
  fieldset[disabled] .rtp__calendar .rtp__recurrencer-modal button:hover[type="submit"],
  .rtp__calendar .rtp__recurrencer-modal fieldset[disabled] button:hover[type="submit"],
  fieldset[disabled] .rtp__calendar .rtp__multi-recurrencer-modal button:hover[type="submit"],
  .rtp__calendar .rtp__multi-recurrencer-modal fieldset[disabled] button:hover[type="submit"],
  fieldset[disabled] .btn-primary:focus,
  fieldset[disabled] .rtp__calendar .rtp__modal .rtp__error .rtp__recurrencer-error__disabledTimings button:focus,
  .rtp__calendar .rtp__modal .rtp__error .rtp__recurrencer-error__disabledTimings fieldset[disabled] button:focus,
  fieldset[disabled] .rtp__calendar .rtp__edit-modal button:focus[type="submit"],
  .rtp__calendar .rtp__edit-modal fieldset[disabled] button:focus[type="submit"],
  fieldset[disabled] .rtp__calendar .rtp__recurrencer-modal button:focus[type="submit"],
  .rtp__calendar .rtp__recurrencer-modal fieldset[disabled] button:focus[type="submit"],
  fieldset[disabled] .rtp__calendar .rtp__multi-recurrencer-modal button:focus[type="submit"],
  .rtp__calendar .rtp__multi-recurrencer-modal fieldset[disabled] button:focus[type="submit"],
  fieldset[disabled] .btn-primary.focus,
  fieldset[disabled] .rtp__calendar .rtp__modal .rtp__error .rtp__recurrencer-error__disabledTimings button.focus,
  .rtp__calendar .rtp__modal .rtp__error .rtp__recurrencer-error__disabledTimings fieldset[disabled] button.focus,
  fieldset[disabled] .rtp__calendar .rtp__edit-modal button.focus[type="submit"],
  .rtp__calendar .rtp__edit-modal fieldset[disabled] button.focus[type="submit"],
  fieldset[disabled] .rtp__calendar .rtp__recurrencer-modal button.focus[type="submit"],
  .rtp__calendar .rtp__recurrencer-modal fieldset[disabled] button.focus[type="submit"],
  fieldset[disabled] .rtp__calendar .rtp__multi-recurrencer-modal button.focus[type="submit"],
  .rtp__calendar .rtp__multi-recurrencer-modal fieldset[disabled] button.focus[type="submit"],
  fieldset[disabled] .btn-primary:active,
  fieldset[disabled] .rtp__calendar .rtp__modal .rtp__error .rtp__recurrencer-error__disabledTimings button:active,
  .rtp__calendar .rtp__modal .rtp__error .rtp__recurrencer-error__disabledTimings fieldset[disabled] button:active,
  fieldset[disabled] .rtp__calendar .rtp__edit-modal button:active[type="submit"],
  .rtp__calendar .rtp__edit-modal fieldset[disabled] button:active[type="submit"],
  fieldset[disabled] .rtp__calendar .rtp__recurrencer-modal button:active[type="submit"],
  .rtp__calendar .rtp__recurrencer-modal fieldset[disabled] button:active[type="submit"],
  fieldset[disabled] .rtp__calendar .rtp__multi-recurrencer-modal button:active[type="submit"],
  .rtp__calendar .rtp__multi-recurrencer-modal fieldset[disabled] button:active[type="submit"],
  fieldset[disabled] .btn-primary.active,
  fieldset[disabled] .rtp__calendar .rtp__modal .rtp__error .rtp__recurrencer-error__disabledTimings button.active,
  .rtp__calendar .rtp__modal .rtp__error .rtp__recurrencer-error__disabledTimings fieldset[disabled] button.active,
  fieldset[disabled] .rtp__calendar .rtp__edit-modal button.active[type="submit"],
  .rtp__calendar .rtp__edit-modal fieldset[disabled] button.active[type="submit"],
  fieldset[disabled] .rtp__calendar .rtp__recurrencer-modal button.active[type="submit"],
  .rtp__calendar .rtp__recurrencer-modal fieldset[disabled] button.active[type="submit"],
  fieldset[disabled] .rtp__calendar .rtp__multi-recurrencer-modal button.active[type="submit"],
  .rtp__calendar .rtp__multi-recurrencer-modal fieldset[disabled] button.active[type="submit"] {
    background-color: #41acdd;
    border-color: #2ba3d9; }
  .btn-primary .badge, .rtp__calendar .rtp__modal .rtp__error .rtp__recurrencer-error__disabledTimings button .badge, .rtp__calendar .rtp__edit-modal button[type="submit"] .badge, .rtp__calendar .rtp__recurrencer-modal button[type="submit"] .badge, .rtp__calendar .rtp__multi-recurrencer-modal button[type="submit"] .badge {
    color: #41acdd;
    background-color: #fff; }

.btn-success {
  color: #fff;
  background-color: #5cb85c;
  border-color: #4cae4c; }
  .btn-success:focus, .btn-success.focus {
    color: #fff;
    background-color: #449d44;
    border-color: #255625; }
  .btn-success:hover {
    color: #fff;
    background-color: #449d44;
    border-color: #398439; }
  .btn-success:active, .btn-success.active,
  .open > .btn-success.dropdown-toggle {
    color: #fff;
    background-color: #449d44;
    border-color: #398439; }
    .btn-success:active:hover, .btn-success:active:focus, .btn-success:active.focus, .btn-success.active:hover, .btn-success.active:focus, .btn-success.active.focus,
    .open > .btn-success.dropdown-toggle:hover,
    .open > .btn-success.dropdown-toggle:focus,
    .open > .btn-success.dropdown-toggle.focus {
      color: #fff;
      background-color: #398439;
      border-color: #255625; }
  .btn-success:active, .btn-success.active,
  .open > .btn-success.dropdown-toggle {
    background-image: none; }
  .btn-success.disabled, .btn-success.disabled:hover, .btn-success.disabled:focus, .btn-success.disabled.focus, .btn-success.disabled:active, .btn-success.disabled.active, .btn-success[disabled], .btn-success[disabled]:hover, .btn-success[disabled]:focus, .btn-success[disabled].focus, .btn-success[disabled]:active, .btn-success[disabled].active,
  fieldset[disabled] .btn-success,
  fieldset[disabled] .btn-success:hover,
  fieldset[disabled] .btn-success:focus,
  fieldset[disabled] .btn-success.focus,
  fieldset[disabled] .btn-success:active,
  fieldset[disabled] .btn-success.active {
    background-color: #5cb85c;
    border-color: #4cae4c; }
  .btn-success .badge {
    color: #5cb85c;
    background-color: #fff; }

.btn-info {
  color: #fff;
  background-color: #5bc0de;
  border-color: #46b8da; }
  .btn-info:focus, .btn-info.focus {
    color: #fff;
    background-color: #31b0d5;
    border-color: #1b6d85; }
  .btn-info:hover {
    color: #fff;
    background-color: #31b0d5;
    border-color: #269abc; }
  .btn-info:active, .btn-info.active,
  .open > .btn-info.dropdown-toggle {
    color: #fff;
    background-color: #31b0d5;
    border-color: #269abc; }
    .btn-info:active:hover, .btn-info:active:focus, .btn-info:active.focus, .btn-info.active:hover, .btn-info.active:focus, .btn-info.active.focus,
    .open > .btn-info.dropdown-toggle:hover,
    .open > .btn-info.dropdown-toggle:focus,
    .open > .btn-info.dropdown-toggle.focus {
      color: #fff;
      background-color: #269abc;
      border-color: #1b6d85; }
  .btn-info:active, .btn-info.active,
  .open > .btn-info.dropdown-toggle {
    background-image: none; }
  .btn-info.disabled, .btn-info.disabled:hover, .btn-info.disabled:focus, .btn-info.disabled.focus, .btn-info.disabled:active, .btn-info.disabled.active, .btn-info[disabled], .btn-info[disabled]:hover, .btn-info[disabled]:focus, .btn-info[disabled].focus, .btn-info[disabled]:active, .btn-info[disabled].active,
  fieldset[disabled] .btn-info,
  fieldset[disabled] .btn-info:hover,
  fieldset[disabled] .btn-info:focus,
  fieldset[disabled] .btn-info.focus,
  fieldset[disabled] .btn-info:active,
  fieldset[disabled] .btn-info.active {
    background-color: #5bc0de;
    border-color: #46b8da; }
  .btn-info .badge {
    color: #5bc0de;
    background-color: #fff; }

.btn-warning {
  color: #fff;
  background-color: #f0ad4e;
  border-color: #eea236; }
  .btn-warning:focus, .btn-warning.focus {
    color: #fff;
    background-color: #ec971f;
    border-color: #985f0d; }
  .btn-warning:hover {
    color: #fff;
    background-color: #ec971f;
    border-color: #d58512; }
  .btn-warning:active, .btn-warning.active,
  .open > .btn-warning.dropdown-toggle {
    color: #fff;
    background-color: #ec971f;
    border-color: #d58512; }
    .btn-warning:active:hover, .btn-warning:active:focus, .btn-warning:active.focus, .btn-warning.active:hover, .btn-warning.active:focus, .btn-warning.active.focus,
    .open > .btn-warning.dropdown-toggle:hover,
    .open > .btn-warning.dropdown-toggle:focus,
    .open > .btn-warning.dropdown-toggle.focus {
      color: #fff;
      background-color: #d58512;
      border-color: #985f0d; }
  .btn-warning:active, .btn-warning.active,
  .open > .btn-warning.dropdown-toggle {
    background-image: none; }
  .btn-warning.disabled, .btn-warning.disabled:hover, .btn-warning.disabled:focus, .btn-warning.disabled.focus, .btn-warning.disabled:active, .btn-warning.disabled.active, .btn-warning[disabled], .btn-warning[disabled]:hover, .btn-warning[disabled]:focus, .btn-warning[disabled].focus, .btn-warning[disabled]:active, .btn-warning[disabled].active,
  fieldset[disabled] .btn-warning,
  fieldset[disabled] .btn-warning:hover,
  fieldset[disabled] .btn-warning:focus,
  fieldset[disabled] .btn-warning.focus,
  fieldset[disabled] .btn-warning:active,
  fieldset[disabled] .btn-warning.active {
    background-color: #f0ad4e;
    border-color: #eea236; }
  .btn-warning .badge {
    color: #f0ad4e;
    background-color: #fff; }

.btn-danger {
  color: #fff;
  background-color: #d9534f;
  border-color: #d43f3a; }
  .btn-danger:focus, .btn-danger.focus {
    color: #fff;
    background-color: #c9302c;
    border-color: #761c19; }
  .btn-danger:hover {
    color: #fff;
    background-color: #c9302c;
    border-color: #ac2925; }
  .btn-danger:active, .btn-danger.active,
  .open > .btn-danger.dropdown-toggle {
    color: #fff;
    background-color: #c9302c;
    border-color: #ac2925; }
    .btn-danger:active:hover, .btn-danger:active:focus, .btn-danger:active.focus, .btn-danger.active:hover, .btn-danger.active:focus, .btn-danger.active.focus,
    .open > .btn-danger.dropdown-toggle:hover,
    .open > .btn-danger.dropdown-toggle:focus,
    .open > .btn-danger.dropdown-toggle.focus {
      color: #fff;
      background-color: #ac2925;
      border-color: #761c19; }
  .btn-danger:active, .btn-danger.active,
  .open > .btn-danger.dropdown-toggle {
    background-image: none; }
  .btn-danger.disabled, .btn-danger.disabled:hover, .btn-danger.disabled:focus, .btn-danger.disabled.focus, .btn-danger.disabled:active, .btn-danger.disabled.active, .btn-danger[disabled], .btn-danger[disabled]:hover, .btn-danger[disabled]:focus, .btn-danger[disabled].focus, .btn-danger[disabled]:active, .btn-danger[disabled].active,
  fieldset[disabled] .btn-danger,
  fieldset[disabled] .btn-danger:hover,
  fieldset[disabled] .btn-danger:focus,
  fieldset[disabled] .btn-danger.focus,
  fieldset[disabled] .btn-danger:active,
  fieldset[disabled] .btn-danger.active {
    background-color: #d9534f;
    border-color: #d43f3a; }
  .btn-danger .badge {
    color: #d9534f;
    background-color: #fff; }

.btn-link, .btn.btn-link-inline, .rtp__calendar .rtp__modal .rtp__error .rtp__recurrencer-error__disabledTimings button.btn-link-inline, .rtp__calendar .rtp__edit-modal button.btn-link-inline[type="submit"], .rtp__calendar .rtp__recurrencer-modal button.btn-link-inline[type="submit"],
.rtp__calendar .rtp__multi-recurrencer-modal button.btn-link-inline[type="submit"], .rtp__calendar .rtp__recurrencer-button, .rtp__calendar .rtp__multi-recurrencer-button {
  color: #41acdd;
  font-weight: normal;
  border-radius: 0; }
  .btn-link, .btn.btn-link-inline, .rtp__calendar .rtp__modal .rtp__error .rtp__recurrencer-error__disabledTimings button.btn-link-inline, .rtp__calendar .rtp__edit-modal button.btn-link-inline[type="submit"], .rtp__calendar .rtp__recurrencer-modal button.btn-link-inline[type="submit"],
  .rtp__calendar .rtp__multi-recurrencer-modal button.btn-link-inline[type="submit"], .rtp__calendar .rtp__recurrencer-button, .rtp__calendar .rtp__multi-recurrencer-button, .btn-link:active, .btn.btn-link-inline:active, .rtp__calendar .rtp__modal .rtp__error .rtp__recurrencer-error__disabledTimings button.btn-link-inline:active, .rtp__calendar .rtp__edit-modal button.btn-link-inline:active[type="submit"], .rtp__calendar .rtp__recurrencer-modal button.btn-link-inline:active[type="submit"],
  .rtp__calendar .rtp__multi-recurrencer-modal button.btn-link-inline:active[type="submit"], .rtp__calendar .rtp__recurrencer-button:active, .rtp__calendar .rtp__multi-recurrencer-button:active, .btn-link.active, .active.btn.btn-link-inline, .rtp__calendar .rtp__modal .rtp__error .rtp__recurrencer-error__disabledTimings button.active.btn-link-inline, .rtp__calendar .rtp__edit-modal button.active.btn-link-inline[type="submit"], .rtp__calendar .rtp__recurrencer-modal button.active.btn-link-inline[type="submit"],
  .rtp__calendar .rtp__multi-recurrencer-modal button.active.btn-link-inline[type="submit"], .rtp__calendar .active.rtp__recurrencer-button, .rtp__calendar .active.rtp__multi-recurrencer-button, .btn-link[disabled], .btn.btn-link-inline[disabled], .rtp__calendar .rtp__modal .rtp__error .rtp__recurrencer-error__disabledTimings button.btn-link-inline[disabled], .rtp__calendar .rtp__edit-modal button.btn-link-inline[disabled][type="submit"], .rtp__calendar .rtp__recurrencer-modal button.btn-link-inline[disabled][type="submit"],
  .rtp__calendar .rtp__multi-recurrencer-modal button.btn-link-inline[disabled][type="submit"], .rtp__calendar .rtp__recurrencer-button[disabled], .rtp__calendar .rtp__multi-recurrencer-button[disabled],
  fieldset[disabled] .btn-link,
  fieldset[disabled] .btn.btn-link-inline,
  fieldset[disabled] .rtp__calendar .rtp__modal .rtp__error .rtp__recurrencer-error__disabledTimings button.btn-link-inline,
  .rtp__calendar .rtp__modal .rtp__error .rtp__recurrencer-error__disabledTimings fieldset[disabled] button.btn-link-inline,
  fieldset[disabled] .rtp__calendar .rtp__edit-modal button.btn-link-inline[type="submit"],
  .rtp__calendar .rtp__edit-modal fieldset[disabled] button.btn-link-inline[type="submit"],
  fieldset[disabled] .rtp__calendar .rtp__recurrencer-modal button.btn-link-inline[type="submit"],
  .rtp__calendar .rtp__recurrencer-modal fieldset[disabled] button.btn-link-inline[type="submit"],
  fieldset[disabled] .rtp__calendar .rtp__multi-recurrencer-modal button.btn-link-inline[type="submit"],
  .rtp__calendar .rtp__multi-recurrencer-modal fieldset[disabled] button.btn-link-inline[type="submit"],
  fieldset[disabled] .rtp__calendar .rtp__recurrencer-button,
  .rtp__calendar fieldset[disabled] .rtp__recurrencer-button,
  fieldset[disabled] .rtp__calendar .rtp__multi-recurrencer-button,
  .rtp__calendar fieldset[disabled] .rtp__multi-recurrencer-button {
    background-color: transparent;
    -webkit-box-shadow: none;
    box-shadow: none; }
  .btn-link, .btn.btn-link-inline, .rtp__calendar .rtp__modal .rtp__error .rtp__recurrencer-error__disabledTimings button.btn-link-inline, .rtp__calendar .rtp__edit-modal button.btn-link-inline[type="submit"], .rtp__calendar .rtp__recurrencer-modal button.btn-link-inline[type="submit"],
  .rtp__calendar .rtp__multi-recurrencer-modal button.btn-link-inline[type="submit"], .rtp__calendar .rtp__recurrencer-button, .rtp__calendar .rtp__multi-recurrencer-button, .btn-link:hover, .btn.btn-link-inline:hover, .rtp__calendar .rtp__modal .rtp__error .rtp__recurrencer-error__disabledTimings button.btn-link-inline:hover, .rtp__calendar .rtp__edit-modal button.btn-link-inline:hover[type="submit"], .rtp__calendar .rtp__recurrencer-modal button.btn-link-inline:hover[type="submit"],
  .rtp__calendar .rtp__multi-recurrencer-modal button.btn-link-inline:hover[type="submit"], .rtp__calendar .rtp__recurrencer-button:hover, .rtp__calendar .rtp__multi-recurrencer-button:hover, .btn-link:focus, .btn.btn-link-inline:focus, .rtp__calendar .rtp__modal .rtp__error .rtp__recurrencer-error__disabledTimings button.btn-link-inline:focus, .rtp__calendar .rtp__edit-modal button.btn-link-inline:focus[type="submit"], .rtp__calendar .rtp__recurrencer-modal button.btn-link-inline:focus[type="submit"],
  .rtp__calendar .rtp__multi-recurrencer-modal button.btn-link-inline:focus[type="submit"], .rtp__calendar .rtp__recurrencer-button:focus, .rtp__calendar .rtp__multi-recurrencer-button:focus, .btn-link:active, .btn.btn-link-inline:active, .rtp__calendar .rtp__modal .rtp__error .rtp__recurrencer-error__disabledTimings button.btn-link-inline:active, .rtp__calendar .rtp__edit-modal button.btn-link-inline:active[type="submit"], .rtp__calendar .rtp__recurrencer-modal button.btn-link-inline:active[type="submit"],
  .rtp__calendar .rtp__multi-recurrencer-modal button.btn-link-inline:active[type="submit"], .rtp__calendar .rtp__recurrencer-button:active, .rtp__calendar .rtp__multi-recurrencer-button:active {
    border-color: transparent; }
  .btn-link:hover, .btn.btn-link-inline:hover, .rtp__calendar .rtp__modal .rtp__error .rtp__recurrencer-error__disabledTimings button.btn-link-inline:hover, .rtp__calendar .rtp__edit-modal button.btn-link-inline:hover[type="submit"], .rtp__calendar .rtp__recurrencer-modal button.btn-link-inline:hover[type="submit"],
  .rtp__calendar .rtp__multi-recurrencer-modal button.btn-link-inline:hover[type="submit"], .rtp__calendar .rtp__recurrencer-button:hover, .rtp__calendar .rtp__multi-recurrencer-button:hover, .btn-link:focus, .btn.btn-link-inline:focus, .rtp__calendar .rtp__modal .rtp__error .rtp__recurrencer-error__disabledTimings button.btn-link-inline:focus, .rtp__calendar .rtp__edit-modal button.btn-link-inline:focus[type="submit"], .rtp__calendar .rtp__recurrencer-modal button.btn-link-inline:focus[type="submit"],
  .rtp__calendar .rtp__multi-recurrencer-modal button.btn-link-inline:focus[type="submit"], .rtp__calendar .rtp__recurrencer-button:focus, .rtp__calendar .rtp__multi-recurrencer-button:focus {
    color: #2084b2;
    text-decoration: underline;
    background-color: transparent; }
  .btn-link[disabled]:hover, .btn.btn-link-inline[disabled]:hover, .rtp__calendar .rtp__modal .rtp__error .rtp__recurrencer-error__disabledTimings button.btn-link-inline[disabled]:hover, .rtp__calendar .rtp__edit-modal button.btn-link-inline[disabled]:hover[type="submit"], .rtp__calendar .rtp__recurrencer-modal button.btn-link-inline[disabled]:hover[type="submit"],
  .rtp__calendar .rtp__multi-recurrencer-modal button.btn-link-inline[disabled]:hover[type="submit"], .rtp__calendar .rtp__recurrencer-button[disabled]:hover, .rtp__calendar .rtp__multi-recurrencer-button[disabled]:hover, .btn-link[disabled]:focus, .btn.btn-link-inline[disabled]:focus, .rtp__calendar .rtp__modal .rtp__error .rtp__recurrencer-error__disabledTimings button.btn-link-inline[disabled]:focus, .rtp__calendar .rtp__edit-modal button.btn-link-inline[disabled]:focus[type="submit"], .rtp__calendar .rtp__recurrencer-modal button.btn-link-inline[disabled]:focus[type="submit"],
  .rtp__calendar .rtp__multi-recurrencer-modal button.btn-link-inline[disabled]:focus[type="submit"], .rtp__calendar .rtp__recurrencer-button[disabled]:focus, .rtp__calendar .rtp__multi-recurrencer-button[disabled]:focus,
  fieldset[disabled] .btn-link:hover,
  fieldset[disabled] .btn.btn-link-inline:hover,
  fieldset[disabled] .rtp__calendar .rtp__modal .rtp__error .rtp__recurrencer-error__disabledTimings button.btn-link-inline:hover,
  .rtp__calendar .rtp__modal .rtp__error .rtp__recurrencer-error__disabledTimings fieldset[disabled] button.btn-link-inline:hover,
  fieldset[disabled] .rtp__calendar .rtp__edit-modal button.btn-link-inline:hover[type="submit"],
  .rtp__calendar .rtp__edit-modal fieldset[disabled] button.btn-link-inline:hover[type="submit"],
  fieldset[disabled] .rtp__calendar .rtp__recurrencer-modal button.btn-link-inline:hover[type="submit"],
  .rtp__calendar .rtp__recurrencer-modal fieldset[disabled] button.btn-link-inline:hover[type="submit"],
  fieldset[disabled] .rtp__calendar .rtp__multi-recurrencer-modal button.btn-link-inline:hover[type="submit"],
  .rtp__calendar .rtp__multi-recurrencer-modal fieldset[disabled] button.btn-link-inline:hover[type="submit"],
  fieldset[disabled] .rtp__calendar .rtp__recurrencer-button:hover,
  .rtp__calendar fieldset[disabled] .rtp__recurrencer-button:hover,
  fieldset[disabled] .rtp__calendar .rtp__multi-recurrencer-button:hover,
  .rtp__calendar fieldset[disabled] .rtp__multi-recurrencer-button:hover,
  fieldset[disabled] .btn-link:focus,
  fieldset[disabled] .btn.btn-link-inline:focus,
  fieldset[disabled] .rtp__calendar .rtp__modal .rtp__error .rtp__recurrencer-error__disabledTimings button.btn-link-inline:focus,
  .rtp__calendar .rtp__modal .rtp__error .rtp__recurrencer-error__disabledTimings fieldset[disabled] button.btn-link-inline:focus,
  fieldset[disabled] .rtp__calendar .rtp__edit-modal button.btn-link-inline:focus[type="submit"],
  .rtp__calendar .rtp__edit-modal fieldset[disabled] button.btn-link-inline:focus[type="submit"],
  fieldset[disabled] .rtp__calendar .rtp__recurrencer-modal button.btn-link-inline:focus[type="submit"],
  .rtp__calendar .rtp__recurrencer-modal fieldset[disabled] button.btn-link-inline:focus[type="submit"],
  fieldset[disabled] .rtp__calendar .rtp__multi-recurrencer-modal button.btn-link-inline:focus[type="submit"],
  .rtp__calendar .rtp__multi-recurrencer-modal fieldset[disabled] button.btn-link-inline:focus[type="submit"],
  fieldset[disabled] .rtp__calendar .rtp__recurrencer-button:focus,
  .rtp__calendar fieldset[disabled] .rtp__recurrencer-button:focus,
  fieldset[disabled] .rtp__calendar .rtp__multi-recurrencer-button:focus,
  .rtp__calendar fieldset[disabled] .rtp__multi-recurrencer-button:focus {
    color: #777777;
    text-decoration: none; }

.btn-lg, .btn-group-lg > .btn, .rtp__calendar .rtp__modal .rtp__error .rtp__recurrencer-error__disabledTimings .btn-group-lg > button, .rtp__calendar .rtp__edit-modal .btn-group-lg > button[type="submit"], .rtp__calendar .btn-group-lg > .rtp__recurrencer-button, .rtp__calendar .btn-group-lg > .rtp__multi-recurrencer-button, .rtp__calendar .rtp__recurrencer-modal .btn-group-lg > button[type="submit"],
.rtp__calendar .rtp__multi-recurrencer-modal .btn-group-lg > button[type="submit"] {
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.33333;
  border-radius: 6px; }

.btn-sm, .btn-group-sm > .btn, .rtp__calendar .rtp__modal .rtp__error .rtp__recurrencer-error__disabledTimings .btn-group-sm > button, .rtp__calendar .rtp__edit-modal .btn-group-sm > button[type="submit"], .rtp__calendar .btn-group-sm > .rtp__recurrencer-button, .rtp__calendar .btn-group-sm > .rtp__multi-recurrencer-button, .rtp__calendar .rtp__recurrencer-modal .btn-group-sm > button[type="submit"],
.rtp__calendar .rtp__multi-recurrencer-modal .btn-group-sm > button[type="submit"] {
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px; }

.btn-xs, .btn-group-xs > .btn, .rtp__calendar .rtp__edit-modal .btn-group-xs > button[type="submit"], .rtp__calendar .btn-group-xs > .rtp__recurrencer-button, .rtp__calendar .btn-group-xs > .rtp__multi-recurrencer-button, .rtp__calendar .rtp__recurrencer-modal .btn-group-xs > button[type="submit"],
.rtp__calendar .rtp__multi-recurrencer-modal .btn-group-xs > button[type="submit"], .rtp__calendar .rtp__modal .rtp__error .rtp__recurrencer-error__disabledTimings button {
  padding: 1px 5px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px; }

.btn-block {
  display: block;
  width: 100%; }

.btn-block + .btn-block {
  margin-top: 5px; }

input[type="submit"].btn-block,
input[type="reset"].btn-block,
input[type="button"].btn-block {
  width: 100%; }

.fade {
  opacity: 0;
  -webkit-transition: opacity 0.15s linear;
  -o-transition: opacity 0.15s linear;
  transition: opacity 0.15s linear; }
  .fade.in {
    opacity: 1; }

.collapse {
  display: none; }
  .collapse.in {
    display: block; }

tr.collapse.in {
  display: table-row; }

tbody.collapse.in {
  display: table-row-group; }

.collapsing {
  position: relative;
  height: 0;
  overflow: hidden;
  -webkit-transition-property: height, visibility;
  transition-property: height, visibility;
  -webkit-transition-duration: 0.35s;
  transition-duration: 0.35s;
  -webkit-transition-timing-function: ease;
  transition-timing-function: ease; }

.caret {
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 2px;
  vertical-align: middle;
  border-top: 4px dashed;
  border-top: 4px solid \9;
  border-right: 4px solid transparent;
  border-left: 4px solid transparent; }

.dropup,
.dropdown {
  position: relative; }

.dropdown-toggle:focus {
  outline: 0; }

.dropdown-menu {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 1000;
  display: none;
  float: left;
  min-width: 160px;
  padding: 5px 0;
  margin: 2px 0 0;
  list-style: none;
  font-size: 14px;
  text-align: left;
  background-color: #fff;
  border: 1px solid #ccc;
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-radius: 4px;
  -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
  background-clip: padding-box; }
  .dropdown-menu.pull-right {
    right: 0;
    left: auto; }
  .dropdown-menu .divider {
    height: 1px;
    margin: 9px 0;
    overflow: hidden;
    background-color: #e5e5e5; }
  .dropdown-menu > li > a {
    display: block;
    padding: 3px 20px;
    clear: both;
    font-weight: normal;
    line-height: 1.42857;
    color: #333333;
    white-space: nowrap; }

.dropdown-menu > li > a:hover, .dropdown-menu > li > a:focus {
  text-decoration: none;
  color: #262626;
  background-color: #f5f5f5; }

.dropdown-menu > .active > a, .dropdown-menu > .active > a:hover, .dropdown-menu > .active > a:focus {
  color: #fff;
  text-decoration: none;
  outline: 0;
  background-color: #41acdd; }

.dropdown-menu > .disabled > a, .dropdown-menu > .disabled > a:hover, .dropdown-menu > .disabled > a:focus {
  color: #777777; }

.dropdown-menu > .disabled > a:hover, .dropdown-menu > .disabled > a:focus {
  text-decoration: none;
  background-color: transparent;
  background-image: none;
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
  cursor: not-allowed; }

.open > .dropdown-menu {
  display: block; }

.open > a {
  outline: 0; }

.dropdown-menu-right {
  left: auto;
  right: 0; }

.dropdown-menu-left {
  left: 0;
  right: auto; }

.dropdown-header {
  display: block;
  padding: 3px 20px;
  font-size: 12px;
  line-height: 1.42857;
  color: #777777;
  white-space: nowrap; }

.dropdown-backdrop {
  position: fixed;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  z-index: 990; }

.pull-right > .dropdown-menu {
  right: 0;
  left: auto; }

.dropup .caret,
.navbar-fixed-bottom .dropdown .caret {
  border-top: 0;
  border-bottom: 4px dashed;
  border-bottom: 4px solid \9;
  content: ""; }

.dropup .dropdown-menu,
.navbar-fixed-bottom .dropdown .dropdown-menu {
  top: auto;
  bottom: 100%;
  margin-bottom: 2px; }

@media (min-width: 768px) {
  .navbar-right .dropdown-menu {
    right: 0;
    left: auto; }
  .navbar-right .dropdown-menu-left {
    left: 0;
    right: auto; } }

.btn-group,
.btn-group-vertical {
  position: relative;
  display: inline-block;
  vertical-align: middle; }
  .btn-group > .btn, .rtp__calendar .rtp__modal .rtp__error .rtp__recurrencer-error__disabledTimings .btn-group > button, .rtp__calendar .rtp__edit-modal .btn-group > button[type="submit"], .rtp__calendar .btn-group > .rtp__recurrencer-button, .rtp__calendar .btn-group > .rtp__multi-recurrencer-button, .rtp__calendar .rtp__recurrencer-modal .btn-group > button[type="submit"],
  .rtp__calendar .rtp__multi-recurrencer-modal .btn-group > button[type="submit"],
  .btn-group-vertical > .btn,
  .rtp__calendar .rtp__modal .rtp__error .rtp__recurrencer-error__disabledTimings .btn-group-vertical > button,
  .rtp__calendar .rtp__edit-modal .btn-group-vertical > button[type="submit"],
  .rtp__calendar .btn-group-vertical > .rtp__recurrencer-button,
  .rtp__calendar .btn-group-vertical > .rtp__multi-recurrencer-button,
  .rtp__calendar .rtp__recurrencer-modal .btn-group-vertical > button[type="submit"],
  .rtp__calendar .rtp__multi-recurrencer-modal .btn-group-vertical > button[type="submit"] {
    position: relative;
    float: left; }
    .btn-group > .btn:hover, .rtp__calendar .rtp__modal .rtp__error .rtp__recurrencer-error__disabledTimings .btn-group > button:hover, .rtp__calendar .rtp__edit-modal .btn-group > button:hover[type="submit"], .rtp__calendar .btn-group > .rtp__recurrencer-button:hover, .rtp__calendar .btn-group > .rtp__multi-recurrencer-button:hover, .rtp__calendar .rtp__recurrencer-modal .btn-group > button:hover[type="submit"],
    .rtp__calendar .rtp__multi-recurrencer-modal .btn-group > button:hover[type="submit"], .btn-group > .btn:focus, .rtp__calendar .rtp__modal .rtp__error .rtp__recurrencer-error__disabledTimings .btn-group > button:focus, .rtp__calendar .rtp__edit-modal .btn-group > button:focus[type="submit"], .rtp__calendar .btn-group > .rtp__recurrencer-button:focus, .rtp__calendar .btn-group > .rtp__multi-recurrencer-button:focus, .rtp__calendar .rtp__recurrencer-modal .btn-group > button:focus[type="submit"],
    .rtp__calendar .rtp__multi-recurrencer-modal .btn-group > button:focus[type="submit"], .btn-group > .btn:active, .rtp__calendar .rtp__modal .rtp__error .rtp__recurrencer-error__disabledTimings .btn-group > button:active, .rtp__calendar .rtp__edit-modal .btn-group > button:active[type="submit"], .rtp__calendar .btn-group > .rtp__recurrencer-button:active, .rtp__calendar .btn-group > .rtp__multi-recurrencer-button:active, .rtp__calendar .rtp__recurrencer-modal .btn-group > button:active[type="submit"],
    .rtp__calendar .rtp__multi-recurrencer-modal .btn-group > button:active[type="submit"], .btn-group > .btn.active, .rtp__calendar .rtp__modal .rtp__error .rtp__recurrencer-error__disabledTimings .btn-group > button.active, .rtp__calendar .rtp__edit-modal .btn-group > button.active[type="submit"], .rtp__calendar .btn-group > .active.rtp__recurrencer-button, .rtp__calendar .btn-group > .active.rtp__multi-recurrencer-button, .rtp__calendar .rtp__recurrencer-modal .btn-group > button.active[type="submit"],
    .rtp__calendar .rtp__multi-recurrencer-modal .btn-group > button.active[type="submit"],
    .btn-group-vertical > .btn:hover,
    .rtp__calendar .rtp__modal .rtp__error .rtp__recurrencer-error__disabledTimings .btn-group-vertical > button:hover,
    .rtp__calendar .rtp__edit-modal .btn-group-vertical > button:hover[type="submit"],
    .rtp__calendar .btn-group-vertical > .rtp__recurrencer-button:hover,
    .rtp__calendar .btn-group-vertical > .rtp__multi-recurrencer-button:hover,
    .rtp__calendar .rtp__recurrencer-modal .btn-group-vertical > button:hover[type="submit"],
    .rtp__calendar .rtp__multi-recurrencer-modal .btn-group-vertical > button:hover[type="submit"],
    .btn-group-vertical > .btn:focus,
    .rtp__calendar .rtp__modal .rtp__error .rtp__recurrencer-error__disabledTimings .btn-group-vertical > button:focus,
    .rtp__calendar .rtp__edit-modal .btn-group-vertical > button:focus[type="submit"],
    .rtp__calendar .btn-group-vertical > .rtp__recurrencer-button:focus,
    .rtp__calendar .btn-group-vertical > .rtp__multi-recurrencer-button:focus,
    .rtp__calendar .rtp__recurrencer-modal .btn-group-vertical > button:focus[type="submit"],
    .rtp__calendar .rtp__multi-recurrencer-modal .btn-group-vertical > button:focus[type="submit"],
    .btn-group-vertical > .btn:active,
    .rtp__calendar .rtp__modal .rtp__error .rtp__recurrencer-error__disabledTimings .btn-group-vertical > button:active,
    .rtp__calendar .rtp__edit-modal .btn-group-vertical > button:active[type="submit"],
    .rtp__calendar .btn-group-vertical > .rtp__recurrencer-button:active,
    .rtp__calendar .btn-group-vertical > .rtp__multi-recurrencer-button:active,
    .rtp__calendar .rtp__recurrencer-modal .btn-group-vertical > button:active[type="submit"],
    .rtp__calendar .rtp__multi-recurrencer-modal .btn-group-vertical > button:active[type="submit"],
    .btn-group-vertical > .btn.active,
    .rtp__calendar .rtp__modal .rtp__error .rtp__recurrencer-error__disabledTimings .btn-group-vertical > button.active,
    .rtp__calendar .rtp__edit-modal .btn-group-vertical > button.active[type="submit"],
    .rtp__calendar .btn-group-vertical > .active.rtp__recurrencer-button,
    .rtp__calendar .btn-group-vertical > .active.rtp__multi-recurrencer-button,
    .rtp__calendar .rtp__recurrencer-modal .btn-group-vertical > button.active[type="submit"],
    .rtp__calendar .rtp__multi-recurrencer-modal .btn-group-vertical > button.active[type="submit"] {
      z-index: 2; }

.btn-group .btn + .btn, .btn-group .rtp__calendar .rtp__modal .rtp__error .rtp__recurrencer-error__disabledTimings button + .btn, .rtp__calendar .rtp__modal .rtp__error .rtp__recurrencer-error__disabledTimings .btn-group button + .btn, .btn-group .rtp__calendar .rtp__edit-modal button[type="submit"] + .btn, .rtp__calendar .rtp__edit-modal .btn-group button[type="submit"] + .btn, .btn-group .rtp__calendar .rtp__recurrencer-button + .btn, .rtp__calendar .btn-group .rtp__recurrencer-button + .btn, .btn-group .rtp__calendar .rtp__multi-recurrencer-button + .btn, .rtp__calendar .btn-group .rtp__multi-recurrencer-button + .btn, .btn-group .rtp__calendar .rtp__recurrencer-modal button[type="submit"] + .btn, .rtp__calendar .rtp__recurrencer-modal .btn-group button[type="submit"] + .btn, .btn-group .rtp__calendar .rtp__multi-recurrencer-modal button[type="submit"] + .btn, .rtp__calendar .rtp__multi-recurrencer-modal .btn-group button[type="submit"] + .btn, .btn-group .rtp__calendar .rtp__modal .rtp__error .rtp__recurrencer-error__disabledTimings .btn + button, .rtp__calendar .rtp__modal .rtp__error .rtp__recurrencer-error__disabledTimings .btn-group .btn + button, .btn-group .rtp__calendar .rtp__modal .rtp__error .rtp__recurrencer-error__disabledTimings button + button, .rtp__calendar .rtp__modal .rtp__error .rtp__recurrencer-error__disabledTimings .btn-group button + button, .btn-group .rtp__calendar .rtp__modal .rtp__error .rtp__recurrencer-error__disabledTimings .rtp__edit-modal button[type="submit"] + button, .rtp__calendar .rtp__edit-modal .btn-group .rtp__modal .rtp__error .rtp__recurrencer-error__disabledTimings button[type="submit"] + button, .btn-group .rtp__calendar .rtp__modal .rtp__error .rtp__recurrencer-error__disabledTimings .rtp__recurrencer-button + button, .rtp__calendar .btn-group .rtp__modal .rtp__error .rtp__recurrencer-error__disabledTimings .rtp__recurrencer-button + button, .rtp__calendar .rtp__modal .rtp__error .rtp__recurrencer-error__disabledTimings .btn-group .rtp__recurrencer-button + button, .btn-group .rtp__calendar .rtp__modal .rtp__error .rtp__recurrencer-error__disabledTimings .rtp__multi-recurrencer-button + button, .rtp__calendar .btn-group .rtp__modal .rtp__error .rtp__recurrencer-error__disabledTimings .rtp__multi-recurrencer-button + button, .rtp__calendar .rtp__modal .rtp__error .rtp__recurrencer-error__disabledTimings .btn-group .rtp__multi-recurrencer-button + button, .btn-group .rtp__calendar .rtp__modal .rtp__error .rtp__recurrencer-error__disabledTimings .rtp__recurrencer-modal button[type="submit"] + button, .rtp__calendar .rtp__recurrencer-modal .btn-group .rtp__modal .rtp__error .rtp__recurrencer-error__disabledTimings button[type="submit"] + button, .btn-group .rtp__calendar .rtp__modal .rtp__error .rtp__recurrencer-error__disabledTimings .rtp__multi-recurrencer-modal button[type="submit"] + button, .rtp__calendar .rtp__multi-recurrencer-modal .btn-group .rtp__modal .rtp__error .rtp__recurrencer-error__disabledTimings button[type="submit"] + button, .btn-group .rtp__calendar .rtp__edit-modal .btn + button[type="submit"], .rtp__calendar .rtp__edit-modal .btn-group .btn + button[type="submit"], .btn-group .rtp__calendar .rtp__modal .rtp__error .rtp__recurrencer-error__disabledTimings .rtp__edit-modal button + button[type="submit"], .rtp__calendar .rtp__modal .rtp__error .rtp__recurrencer-error__disabledTimings .btn-group .rtp__edit-modal button + button[type="submit"], .btn-group .rtp__calendar .rtp__edit-modal button[type="submit"] + button[type="submit"], .rtp__calendar .rtp__edit-modal .btn-group button[type="submit"] + button[type="submit"], .btn-group .rtp__calendar .rtp__edit-modal .rtp__recurrencer-button + button[type="submit"], .rtp__calendar .btn-group .rtp__edit-modal .rtp__recurrencer-button + button[type="submit"], .rtp__calendar .rtp__edit-modal .btn-group .rtp__recurrencer-button + button[type="submit"], .btn-group .rtp__calendar .rtp__edit-modal .rtp__multi-recurrencer-button + button[type="submit"], .rtp__calendar .btn-group .rtp__edit-modal .rtp__multi-recurrencer-button + button[type="submit"], .rtp__calendar .rtp__edit-modal .btn-group .rtp__multi-recurrencer-button + button[type="submit"], .rtp__calendar .rtp__recurrencer-modal .btn-group .rtp__edit-modal button[type="submit"] + button[type="submit"], .rtp__calendar .rtp__multi-recurrencer-modal .btn-group .rtp__edit-modal button[type="submit"] + button[type="submit"], .btn-group .rtp__calendar .btn + .rtp__recurrencer-button, .rtp__calendar .btn-group .btn + .rtp__recurrencer-button, .btn-group .rtp__calendar .rtp__modal .rtp__error .rtp__recurrencer-error__disabledTimings button + .rtp__recurrencer-button, .rtp__calendar .rtp__modal .rtp__error .rtp__recurrencer-error__disabledTimings .btn-group button + .rtp__recurrencer-button, .btn-group .rtp__calendar .rtp__edit-modal button[type="submit"] + .rtp__recurrencer-button, .rtp__calendar .rtp__edit-modal .btn-group button[type="submit"] + .rtp__recurrencer-button, .btn-group .rtp__calendar .rtp__recurrencer-button + .rtp__recurrencer-button, .rtp__calendar .btn-group .rtp__recurrencer-button + .rtp__recurrencer-button, .btn-group .rtp__calendar .rtp__multi-recurrencer-button + .rtp__recurrencer-button, .rtp__calendar .btn-group .rtp__multi-recurrencer-button + .rtp__recurrencer-button, .btn-group .rtp__calendar .rtp__recurrencer-modal button[type="submit"] + .rtp__recurrencer-button, .rtp__calendar .rtp__recurrencer-modal .btn-group button[type="submit"] + .rtp__recurrencer-button, .btn-group .rtp__calendar .rtp__multi-recurrencer-modal button[type="submit"] + .rtp__recurrencer-button, .rtp__calendar .rtp__multi-recurrencer-modal .btn-group button[type="submit"] + .rtp__recurrencer-button, .btn-group .rtp__calendar .btn + .rtp__multi-recurrencer-button, .rtp__calendar .btn-group .btn + .rtp__multi-recurrencer-button, .btn-group .rtp__calendar .rtp__modal .rtp__error .rtp__recurrencer-error__disabledTimings button + .rtp__multi-recurrencer-button, .rtp__calendar .rtp__modal .rtp__error .rtp__recurrencer-error__disabledTimings .btn-group button + .rtp__multi-recurrencer-button, .btn-group .rtp__calendar .rtp__edit-modal button[type="submit"] + .rtp__multi-recurrencer-button, .rtp__calendar .rtp__edit-modal .btn-group button[type="submit"] + .rtp__multi-recurrencer-button, .btn-group .rtp__calendar .rtp__recurrencer-button + .rtp__multi-recurrencer-button, .rtp__calendar .btn-group .rtp__recurrencer-button + .rtp__multi-recurrencer-button, .btn-group .rtp__calendar .rtp__multi-recurrencer-button + .rtp__multi-recurrencer-button, .rtp__calendar .btn-group .rtp__multi-recurrencer-button + .rtp__multi-recurrencer-button, .btn-group .rtp__calendar .rtp__recurrencer-modal button[type="submit"] + .rtp__multi-recurrencer-button, .rtp__calendar .rtp__recurrencer-modal .btn-group button[type="submit"] + .rtp__multi-recurrencer-button, .btn-group .rtp__calendar .rtp__multi-recurrencer-modal button[type="submit"] + .rtp__multi-recurrencer-button, .rtp__calendar .rtp__multi-recurrencer-modal .btn-group button[type="submit"] + .rtp__multi-recurrencer-button, .btn-group .rtp__calendar .rtp__recurrencer-modal .btn + button[type="submit"], .rtp__calendar .rtp__recurrencer-modal .btn-group .btn + button[type="submit"], .btn-group .rtp__calendar .rtp__modal .rtp__error .rtp__recurrencer-error__disabledTimings .rtp__recurrencer-modal button + button[type="submit"], .rtp__calendar .rtp__modal .rtp__error .rtp__recurrencer-error__disabledTimings .btn-group .rtp__recurrencer-modal button + button[type="submit"], .rtp__calendar .rtp__edit-modal .btn-group .rtp__recurrencer-modal button[type="submit"] + button[type="submit"], .btn-group .rtp__calendar .rtp__recurrencer-modal .rtp__recurrencer-button + button[type="submit"], .rtp__calendar .btn-group .rtp__recurrencer-modal .rtp__recurrencer-button + button[type="submit"], .rtp__calendar .rtp__recurrencer-modal .btn-group .rtp__recurrencer-button + button[type="submit"], .btn-group .rtp__calendar .rtp__recurrencer-modal .rtp__multi-recurrencer-button + button[type="submit"], .rtp__calendar .btn-group .rtp__recurrencer-modal .rtp__multi-recurrencer-button + button[type="submit"], .rtp__calendar .rtp__recurrencer-modal .btn-group .rtp__multi-recurrencer-button + button[type="submit"], .btn-group .rtp__calendar .rtp__recurrencer-modal button[type="submit"] + button[type="submit"], .rtp__calendar .rtp__recurrencer-modal .btn-group button[type="submit"] + button[type="submit"], .rtp__calendar .rtp__multi-recurrencer-modal .btn-group .rtp__recurrencer-modal button[type="submit"] + button[type="submit"],
.btn-group .rtp__calendar .rtp__multi-recurrencer-modal .btn + button[type="submit"], .rtp__calendar .rtp__multi-recurrencer-modal .btn-group .btn + button[type="submit"],
.btn-group .rtp__calendar .rtp__modal .rtp__error .rtp__recurrencer-error__disabledTimings .rtp__multi-recurrencer-modal button + button[type="submit"], .rtp__calendar .rtp__modal .rtp__error .rtp__recurrencer-error__disabledTimings .btn-group .rtp__multi-recurrencer-modal button + button[type="submit"], .rtp__calendar .rtp__edit-modal .btn-group .rtp__multi-recurrencer-modal button[type="submit"] + button[type="submit"],
.btn-group .rtp__calendar .rtp__multi-recurrencer-modal .rtp__recurrencer-button + button[type="submit"], .rtp__calendar .btn-group .rtp__multi-recurrencer-modal .rtp__recurrencer-button + button[type="submit"], .rtp__calendar .rtp__multi-recurrencer-modal .btn-group .rtp__recurrencer-button + button[type="submit"],
.btn-group .rtp__calendar .rtp__multi-recurrencer-modal .rtp__multi-recurrencer-button + button[type="submit"], .rtp__calendar .btn-group .rtp__multi-recurrencer-modal .rtp__multi-recurrencer-button + button[type="submit"], .rtp__calendar .rtp__multi-recurrencer-modal .btn-group .rtp__multi-recurrencer-button + button[type="submit"], .rtp__calendar .rtp__recurrencer-modal .btn-group .rtp__multi-recurrencer-modal button[type="submit"] + button[type="submit"],
.btn-group .rtp__calendar .rtp__multi-recurrencer-modal button[type="submit"] + button[type="submit"], .rtp__calendar .rtp__multi-recurrencer-modal .btn-group button[type="submit"] + button[type="submit"],
.btn-group .btn + .btn-group,
.btn-group .rtp__calendar .rtp__modal .rtp__error .rtp__recurrencer-error__disabledTimings button + .btn-group,
.rtp__calendar .rtp__modal .rtp__error .rtp__recurrencer-error__disabledTimings .btn-group button + .btn-group,
.btn-group .rtp__calendar .rtp__edit-modal button[type="submit"] + .btn-group,
.rtp__calendar .rtp__edit-modal .btn-group button[type="submit"] + .btn-group,
.btn-group .rtp__calendar .rtp__recurrencer-button + .btn-group,
.rtp__calendar .btn-group .rtp__recurrencer-button + .btn-group,
.btn-group .rtp__calendar .rtp__multi-recurrencer-button + .btn-group,
.rtp__calendar .btn-group .rtp__multi-recurrencer-button + .btn-group,
.btn-group .rtp__calendar .rtp__recurrencer-modal button[type="submit"] + .btn-group,
.rtp__calendar .rtp__recurrencer-modal .btn-group button[type="submit"] + .btn-group,
.btn-group .rtp__calendar .rtp__multi-recurrencer-modal button[type="submit"] + .btn-group,
.rtp__calendar .rtp__multi-recurrencer-modal .btn-group button[type="submit"] + .btn-group,
.btn-group .btn-group + .btn,
.btn-group .rtp__calendar .rtp__modal .rtp__error .rtp__recurrencer-error__disabledTimings .btn-group + button,
.rtp__calendar .rtp__modal .rtp__error .rtp__recurrencer-error__disabledTimings .btn-group .btn-group + button,
.btn-group .rtp__calendar .rtp__edit-modal .btn-group + button[type="submit"],
.rtp__calendar .rtp__edit-modal .btn-group .btn-group + button[type="submit"],
.btn-group .rtp__calendar .btn-group + .rtp__recurrencer-button,
.rtp__calendar .btn-group .btn-group + .rtp__recurrencer-button,
.btn-group .rtp__calendar .btn-group + .rtp__multi-recurrencer-button,
.rtp__calendar .btn-group .btn-group + .rtp__multi-recurrencer-button,
.btn-group .rtp__calendar .rtp__recurrencer-modal .btn-group + button[type="submit"],
.rtp__calendar .rtp__recurrencer-modal .btn-group .btn-group + button[type="submit"],
.btn-group .rtp__calendar .rtp__multi-recurrencer-modal .btn-group + button[type="submit"],
.rtp__calendar .rtp__multi-recurrencer-modal .btn-group .btn-group + button[type="submit"],
.btn-group .btn-group + .btn-group {
  margin-left: -1px; }

.btn-toolbar {
  margin-left: -5px; }
  .btn-toolbar:before, .btn-toolbar:after {
    content: " ";
    display: table; }
  .btn-toolbar:after {
    clear: both; }
  .btn-toolbar .btn, .btn-toolbar .rtp__calendar .rtp__modal .rtp__error .rtp__recurrencer-error__disabledTimings button, .rtp__calendar .rtp__modal .rtp__error .rtp__recurrencer-error__disabledTimings .btn-toolbar button, .btn-toolbar .rtp__calendar .rtp__edit-modal button[type="submit"], .rtp__calendar .rtp__edit-modal .btn-toolbar button[type="submit"], .btn-toolbar .rtp__calendar .rtp__recurrencer-button, .rtp__calendar .btn-toolbar .rtp__recurrencer-button, .btn-toolbar .rtp__calendar .rtp__multi-recurrencer-button, .rtp__calendar .btn-toolbar .rtp__multi-recurrencer-button, .btn-toolbar .rtp__calendar .rtp__recurrencer-modal button[type="submit"], .rtp__calendar .rtp__recurrencer-modal .btn-toolbar button[type="submit"],
  .btn-toolbar .rtp__calendar .rtp__multi-recurrencer-modal button[type="submit"], .rtp__calendar .rtp__multi-recurrencer-modal .btn-toolbar button[type="submit"],
  .btn-toolbar .btn-group,
  .btn-toolbar .input-group {
    float: left; }
  .btn-toolbar > .btn, .rtp__calendar .rtp__modal .rtp__error .rtp__recurrencer-error__disabledTimings .btn-toolbar > button, .rtp__calendar .rtp__edit-modal .btn-toolbar > button[type="submit"], .rtp__calendar .btn-toolbar > .rtp__recurrencer-button, .rtp__calendar .btn-toolbar > .rtp__multi-recurrencer-button, .rtp__calendar .rtp__recurrencer-modal .btn-toolbar > button[type="submit"],
  .rtp__calendar .rtp__multi-recurrencer-modal .btn-toolbar > button[type="submit"],
  .btn-toolbar > .btn-group,
  .btn-toolbar > .input-group {
    margin-left: 5px; }

.btn-group > .btn:not(:first-child):not(:last-child):not(.dropdown-toggle), .rtp__calendar .rtp__modal .rtp__error .rtp__recurrencer-error__disabledTimings .btn-group > button:not(:first-child):not(:last-child):not(.dropdown-toggle), .rtp__calendar .rtp__edit-modal .btn-group > button:not(:first-child):not(:last-child):not(.dropdown-toggle)[type="submit"], .rtp__calendar .btn-group > .rtp__recurrencer-button:not(:first-child):not(:last-child):not(.dropdown-toggle), .rtp__calendar .btn-group > .rtp__multi-recurrencer-button:not(:first-child):not(:last-child):not(.dropdown-toggle), .rtp__calendar .rtp__recurrencer-modal .btn-group > button:not(:first-child):not(:last-child):not(.dropdown-toggle)[type="submit"],
.rtp__calendar .rtp__multi-recurrencer-modal .btn-group > button:not(:first-child):not(:last-child):not(.dropdown-toggle)[type="submit"] {
  border-radius: 0; }

.btn-group > .btn:first-child, .rtp__calendar .rtp__modal .rtp__error .rtp__recurrencer-error__disabledTimings .btn-group > button:first-child, .rtp__calendar .rtp__edit-modal .btn-group > button:first-child[type="submit"], .rtp__calendar .btn-group > .rtp__recurrencer-button:first-child, .rtp__calendar .btn-group > .rtp__multi-recurrencer-button:first-child, .rtp__calendar .rtp__recurrencer-modal .btn-group > button:first-child[type="submit"],
.rtp__calendar .rtp__multi-recurrencer-modal .btn-group > button:first-child[type="submit"] {
  margin-left: 0; }
  .btn-group > .btn:first-child:not(:last-child):not(.dropdown-toggle), .rtp__calendar .rtp__modal .rtp__error .rtp__recurrencer-error__disabledTimings .btn-group > button:first-child:not(:last-child):not(.dropdown-toggle), .rtp__calendar .rtp__edit-modal .btn-group > button:first-child:not(:last-child):not(.dropdown-toggle)[type="submit"], .rtp__calendar .btn-group > .rtp__recurrencer-button:first-child:not(:last-child):not(.dropdown-toggle), .rtp__calendar .btn-group > .rtp__multi-recurrencer-button:first-child:not(:last-child):not(.dropdown-toggle), .rtp__calendar .rtp__recurrencer-modal .btn-group > button:first-child:not(:last-child):not(.dropdown-toggle)[type="submit"],
  .rtp__calendar .rtp__multi-recurrencer-modal .btn-group > button:first-child:not(:last-child):not(.dropdown-toggle)[type="submit"] {
    border-bottom-right-radius: 0;
    border-top-right-radius: 0; }

.btn-group > .btn:last-child:not(:first-child), .rtp__calendar .rtp__modal .rtp__error .rtp__recurrencer-error__disabledTimings .btn-group > button:last-child:not(:first-child), .rtp__calendar .rtp__edit-modal .btn-group > button:last-child:not(:first-child)[type="submit"], .rtp__calendar .btn-group > .rtp__recurrencer-button:last-child:not(:first-child), .rtp__calendar .btn-group > .rtp__multi-recurrencer-button:last-child:not(:first-child), .rtp__calendar .rtp__recurrencer-modal .btn-group > button:last-child:not(:first-child)[type="submit"],
.rtp__calendar .rtp__multi-recurrencer-modal .btn-group > button:last-child:not(:first-child)[type="submit"],
.btn-group > .dropdown-toggle:not(:first-child) {
  border-bottom-left-radius: 0;
  border-top-left-radius: 0; }

.btn-group > .btn-group {
  float: left; }

.btn-group > .btn-group:not(:first-child):not(:last-child) > .btn, .rtp__calendar .rtp__modal .rtp__error .rtp__recurrencer-error__disabledTimings .btn-group > .btn-group:not(:first-child):not(:last-child) > button, .rtp__calendar .rtp__edit-modal .btn-group > .btn-group:not(:first-child):not(:last-child) > button[type="submit"], .rtp__calendar .btn-group > .btn-group:not(:first-child):not(:last-child) > .rtp__recurrencer-button, .rtp__calendar .btn-group > .btn-group:not(:first-child):not(:last-child) > .rtp__multi-recurrencer-button, .rtp__calendar .rtp__recurrencer-modal .btn-group > .btn-group:not(:first-child):not(:last-child) > button[type="submit"],
.rtp__calendar .rtp__multi-recurrencer-modal .btn-group > .btn-group:not(:first-child):not(:last-child) > button[type="submit"] {
  border-radius: 0; }

.btn-group > .btn-group:first-child:not(:last-child) > .btn:last-child, .rtp__calendar .rtp__modal .rtp__error .rtp__recurrencer-error__disabledTimings .btn-group > .btn-group:first-child:not(:last-child) > button:last-child, .rtp__calendar .rtp__edit-modal .btn-group > .btn-group:first-child:not(:last-child) > button:last-child[type="submit"], .rtp__calendar .btn-group > .btn-group:first-child:not(:last-child) > .rtp__recurrencer-button:last-child, .rtp__calendar .btn-group > .btn-group:first-child:not(:last-child) > .rtp__multi-recurrencer-button:last-child, .rtp__calendar .rtp__recurrencer-modal .btn-group > .btn-group:first-child:not(:last-child) > button:last-child[type="submit"],
.rtp__calendar .rtp__multi-recurrencer-modal .btn-group > .btn-group:first-child:not(:last-child) > button:last-child[type="submit"],
.btn-group > .btn-group:first-child:not(:last-child) > .dropdown-toggle {
  border-bottom-right-radius: 0;
  border-top-right-radius: 0; }

.btn-group > .btn-group:last-child:not(:first-child) > .btn:first-child, .rtp__calendar .rtp__modal .rtp__error .rtp__recurrencer-error__disabledTimings .btn-group > .btn-group:last-child:not(:first-child) > button:first-child, .rtp__calendar .rtp__edit-modal .btn-group > .btn-group:last-child:not(:first-child) > button:first-child[type="submit"], .rtp__calendar .btn-group > .btn-group:last-child:not(:first-child) > .rtp__recurrencer-button:first-child, .rtp__calendar .btn-group > .btn-group:last-child:not(:first-child) > .rtp__multi-recurrencer-button:first-child, .rtp__calendar .rtp__recurrencer-modal .btn-group > .btn-group:last-child:not(:first-child) > button:first-child[type="submit"],
.rtp__calendar .rtp__multi-recurrencer-modal .btn-group > .btn-group:last-child:not(:first-child) > button:first-child[type="submit"] {
  border-bottom-left-radius: 0;
  border-top-left-radius: 0; }

.btn-group .dropdown-toggle:active,
.btn-group.open .dropdown-toggle {
  outline: 0; }

.btn-group > .btn + .dropdown-toggle, .rtp__calendar .rtp__modal .rtp__error .rtp__recurrencer-error__disabledTimings .btn-group > button + .dropdown-toggle, .rtp__calendar .rtp__edit-modal .btn-group > button[type="submit"] + .dropdown-toggle, .rtp__calendar .btn-group > .rtp__recurrencer-button + .dropdown-toggle, .rtp__calendar .btn-group > .rtp__multi-recurrencer-button + .dropdown-toggle, .rtp__calendar .rtp__recurrencer-modal .btn-group > button[type="submit"] + .dropdown-toggle, .rtp__calendar .rtp__multi-recurrencer-modal .btn-group > button[type="submit"] + .dropdown-toggle {
  padding-left: 8px;
  padding-right: 8px; }

.btn-group > .btn-lg + .dropdown-toggle, .btn-group-lg.btn-group > .btn + .dropdown-toggle, .rtp__calendar .rtp__modal .rtp__error .rtp__recurrencer-error__disabledTimings .btn-group-lg.btn-group > button + .dropdown-toggle, .rtp__calendar .rtp__edit-modal .btn-group-lg.btn-group > button[type="submit"] + .dropdown-toggle, .rtp__calendar .btn-group-lg.btn-group > .rtp__recurrencer-button + .dropdown-toggle, .rtp__calendar .btn-group-lg.btn-group > .rtp__multi-recurrencer-button + .dropdown-toggle, .rtp__calendar .rtp__recurrencer-modal .btn-group-lg.btn-group > button[type="submit"] + .dropdown-toggle, .rtp__calendar .rtp__multi-recurrencer-modal .btn-group-lg.btn-group > button[type="submit"] + .dropdown-toggle {
  padding-left: 12px;
  padding-right: 12px; }

.btn-group.open .dropdown-toggle {
  -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125); }
  .btn-group.open .dropdown-toggle.btn-link, .btn-group.open .dropdown-toggle.btn.btn-link-inline, .btn-group.open .rtp__calendar .rtp__modal .rtp__error .rtp__recurrencer-error__disabledTimings button.dropdown-toggle.btn-link-inline, .rtp__calendar .rtp__modal .rtp__error .rtp__recurrencer-error__disabledTimings .btn-group.open button.dropdown-toggle.btn-link-inline, .btn-group.open .rtp__calendar .rtp__edit-modal button.dropdown-toggle.btn-link-inline[type="submit"], .rtp__calendar .rtp__edit-modal .btn-group.open button.dropdown-toggle.btn-link-inline[type="submit"], .btn-group.open .rtp__calendar .rtp__recurrencer-modal button.dropdown-toggle.btn-link-inline[type="submit"], .rtp__calendar .rtp__recurrencer-modal .btn-group.open button.dropdown-toggle.btn-link-inline[type="submit"],
  .btn-group.open .rtp__calendar .rtp__multi-recurrencer-modal button.dropdown-toggle.btn-link-inline[type="submit"], .rtp__calendar .rtp__multi-recurrencer-modal .btn-group.open button.dropdown-toggle.btn-link-inline[type="submit"], .btn-group.open .rtp__calendar .dropdown-toggle.rtp__recurrencer-button, .rtp__calendar .btn-group.open .dropdown-toggle.rtp__recurrencer-button, .btn-group.open .rtp__calendar .dropdown-toggle.rtp__multi-recurrencer-button, .rtp__calendar .btn-group.open .dropdown-toggle.rtp__multi-recurrencer-button {
    -webkit-box-shadow: none;
    box-shadow: none; }

.btn .caret, .rtp__calendar .rtp__modal .rtp__error .rtp__recurrencer-error__disabledTimings button .caret, .rtp__calendar .rtp__edit-modal button[type="submit"] .caret, .rtp__calendar .rtp__recurrencer-button .caret, .rtp__calendar .rtp__multi-recurrencer-button .caret, .rtp__calendar .rtp__recurrencer-modal button[type="submit"] .caret, .rtp__calendar .rtp__multi-recurrencer-modal button[type="submit"] .caret {
  margin-left: 0; }

.btn-lg .caret, .btn-group-lg > .btn .caret, .rtp__calendar .rtp__modal .rtp__error .rtp__recurrencer-error__disabledTimings .btn-group-lg > button .caret, .rtp__calendar .rtp__edit-modal .btn-group-lg > button[type="submit"] .caret, .rtp__calendar .btn-group-lg > .rtp__recurrencer-button .caret, .rtp__calendar .btn-group-lg > .rtp__multi-recurrencer-button .caret, .rtp__calendar .rtp__recurrencer-modal .btn-group-lg > button[type="submit"] .caret, .rtp__calendar .rtp__multi-recurrencer-modal .btn-group-lg > button[type="submit"] .caret {
  border-width: 5px 5px 0;
  border-bottom-width: 0; }

.dropup .btn-lg .caret, .dropup .btn-group-lg > .btn .caret, .dropup .rtp__calendar .rtp__modal .rtp__error .rtp__recurrencer-error__disabledTimings .btn-group-lg > button .caret, .rtp__calendar .rtp__modal .rtp__error .rtp__recurrencer-error__disabledTimings .dropup .btn-group-lg > button .caret, .dropup .rtp__calendar .rtp__edit-modal .btn-group-lg > button[type="submit"] .caret, .rtp__calendar .rtp__edit-modal .dropup .btn-group-lg > button[type="submit"] .caret, .dropup .rtp__calendar .btn-group-lg > .rtp__recurrencer-button .caret, .rtp__calendar .dropup .btn-group-lg > .rtp__recurrencer-button .caret, .dropup .rtp__calendar .btn-group-lg > .rtp__multi-recurrencer-button .caret, .rtp__calendar .dropup .btn-group-lg > .rtp__multi-recurrencer-button .caret, .dropup .rtp__calendar .rtp__recurrencer-modal .btn-group-lg > button[type="submit"] .caret, .rtp__calendar .rtp__recurrencer-modal .dropup .btn-group-lg > button[type="submit"] .caret, .dropup .rtp__calendar .rtp__multi-recurrencer-modal .btn-group-lg > button[type="submit"] .caret, .rtp__calendar .rtp__multi-recurrencer-modal .dropup .btn-group-lg > button[type="submit"] .caret {
  border-width: 0 5px 5px; }


.btn-group-vertical > .btn,
.rtp__calendar .rtp__modal .rtp__error .rtp__recurrencer-error__disabledTimings .btn-group-vertical > button,
.rtp__calendar .rtp__edit-modal .btn-group-vertical > button[type="submit"],
.rtp__calendar .btn-group-vertical > .rtp__recurrencer-button,
.rtp__calendar .btn-group-vertical > .rtp__multi-recurrencer-button,
.rtp__calendar .rtp__recurrencer-modal .btn-group-vertical > button[type="submit"],
.rtp__calendar .rtp__multi-recurrencer-modal .btn-group-vertical > button[type="submit"],
.btn-group-vertical > .btn-group,
.btn-group-vertical > .btn-group > .btn,
.rtp__calendar .rtp__modal .rtp__error .rtp__recurrencer-error__disabledTimings .btn-group-vertical > .btn-group > button,
.rtp__calendar .rtp__edit-modal .btn-group-vertical > .btn-group > button[type="submit"],
.rtp__calendar .btn-group-vertical > .btn-group > .rtp__recurrencer-button,
.rtp__calendar .btn-group-vertical > .btn-group > .rtp__multi-recurrencer-button,
.rtp__calendar .rtp__recurrencer-modal .btn-group-vertical > .btn-group > button[type="submit"],
.rtp__calendar .rtp__multi-recurrencer-modal .btn-group-vertical > .btn-group > button[type="submit"] {
  display: block;
  float: none;
  width: 100%;
  max-width: 100%; }

.btn-group-vertical > .btn-group:before, .btn-group-vertical > .btn-group:after {
  content: " ";
  display: table; }

.btn-group-vertical > .btn-group:after {
  clear: both; }


.btn-group-vertical > .btn-group > .btn,
.rtp__calendar .rtp__modal .rtp__error .rtp__recurrencer-error__disabledTimings .btn-group-vertical > .btn-group > button,
.rtp__calendar .rtp__edit-modal .btn-group-vertical > .btn-group > button[type="submit"],
.rtp__calendar .btn-group-vertical > .btn-group > .rtp__recurrencer-button,
.rtp__calendar .btn-group-vertical > .btn-group > .rtp__multi-recurrencer-button,
.rtp__calendar .rtp__recurrencer-modal .btn-group-vertical > .btn-group > button[type="submit"],
.rtp__calendar .rtp__multi-recurrencer-modal .btn-group-vertical > .btn-group > button[type="submit"] {
  float: none; }

.btn-group-vertical > .btn + .btn, .rtp__calendar .rtp__modal .rtp__error .rtp__recurrencer-error__disabledTimings .btn-group-vertical > button + .btn, .rtp__calendar .rtp__edit-modal .btn-group-vertical > button[type="submit"] + .btn, .rtp__calendar .btn-group-vertical > .rtp__recurrencer-button + .btn, .rtp__calendar .btn-group-vertical > .rtp__multi-recurrencer-button + .btn, .rtp__calendar .rtp__recurrencer-modal .btn-group-vertical > button[type="submit"] + .btn, .rtp__calendar .rtp__multi-recurrencer-modal .btn-group-vertical > button[type="submit"] + .btn, .rtp__calendar .rtp__modal .rtp__error .rtp__recurrencer-error__disabledTimings .btn-group-vertical > .btn + button, .rtp__calendar .rtp__modal .rtp__error .rtp__recurrencer-error__disabledTimings .btn-group-vertical > button + button, .rtp__calendar .rtp__modal .rtp__error .rtp__recurrencer-error__disabledTimings .rtp__edit-modal .btn-group-vertical > button[type="submit"] + button, .rtp__calendar .rtp__modal .rtp__error .rtp__recurrencer-error__disabledTimings .btn-group-vertical > .rtp__recurrencer-button + button, .rtp__calendar .rtp__modal .rtp__error .rtp__recurrencer-error__disabledTimings .btn-group-vertical > .rtp__multi-recurrencer-button + button, .rtp__calendar .rtp__modal .rtp__error .rtp__recurrencer-error__disabledTimings .rtp__recurrencer-modal .btn-group-vertical > button[type="submit"] + button, .rtp__calendar .rtp__modal .rtp__error .rtp__recurrencer-error__disabledTimings .rtp__multi-recurrencer-modal .btn-group-vertical > button[type="submit"] + button, .rtp__calendar .rtp__edit-modal .btn-group-vertical > .btn + button[type="submit"], .rtp__calendar .rtp__modal .rtp__error .rtp__recurrencer-error__disabledTimings .rtp__edit-modal .btn-group-vertical > button + button[type="submit"], .rtp__calendar .rtp__edit-modal .btn-group-vertical > button[type="submit"] + button[type="submit"], .rtp__calendar .rtp__edit-modal .btn-group-vertical > .rtp__recurrencer-button + button[type="submit"], .rtp__calendar .rtp__edit-modal .btn-group-vertical > .rtp__multi-recurrencer-button + button[type="submit"], .rtp__calendar .btn-group-vertical > .btn + .rtp__recurrencer-button, .rtp__calendar .rtp__modal .rtp__error .rtp__recurrencer-error__disabledTimings .btn-group-vertical > button + .rtp__recurrencer-button, .rtp__calendar .rtp__edit-modal .btn-group-vertical > button[type="submit"] + .rtp__recurrencer-button, .rtp__calendar .btn-group-vertical > .rtp__recurrencer-button + .rtp__recurrencer-button, .rtp__calendar .btn-group-vertical > .rtp__multi-recurrencer-button + .rtp__recurrencer-button, .rtp__calendar .rtp__recurrencer-modal .btn-group-vertical > button[type="submit"] + .rtp__recurrencer-button, .rtp__calendar .rtp__multi-recurrencer-modal .btn-group-vertical > button[type="submit"] + .rtp__recurrencer-button, .rtp__calendar .btn-group-vertical > .btn + .rtp__multi-recurrencer-button, .rtp__calendar .rtp__modal .rtp__error .rtp__recurrencer-error__disabledTimings .btn-group-vertical > button + .rtp__multi-recurrencer-button, .rtp__calendar .rtp__edit-modal .btn-group-vertical > button[type="submit"] + .rtp__multi-recurrencer-button, .rtp__calendar .btn-group-vertical > .rtp__recurrencer-button + .rtp__multi-recurrencer-button, .rtp__calendar .btn-group-vertical > .rtp__multi-recurrencer-button + .rtp__multi-recurrencer-button, .rtp__calendar .rtp__recurrencer-modal .btn-group-vertical > button[type="submit"] + .rtp__multi-recurrencer-button, .rtp__calendar .rtp__multi-recurrencer-modal .btn-group-vertical > button[type="submit"] + .rtp__multi-recurrencer-button, .rtp__calendar .rtp__recurrencer-modal .btn-group-vertical > .btn + button[type="submit"], .rtp__calendar .rtp__modal .rtp__error .rtp__recurrencer-error__disabledTimings .rtp__recurrencer-modal .btn-group-vertical > button + button[type="submit"], .rtp__calendar .rtp__recurrencer-modal .btn-group-vertical > .rtp__recurrencer-button + button[type="submit"], .rtp__calendar .rtp__recurrencer-modal .btn-group-vertical > .rtp__multi-recurrencer-button + button[type="submit"], .rtp__calendar .rtp__recurrencer-modal .btn-group-vertical > button[type="submit"] + button[type="submit"],
.rtp__calendar .rtp__multi-recurrencer-modal .btn-group-vertical > .btn + button[type="submit"],
.rtp__calendar .rtp__modal .rtp__error .rtp__recurrencer-error__disabledTimings .rtp__multi-recurrencer-modal .btn-group-vertical > button + button[type="submit"],
.rtp__calendar .rtp__multi-recurrencer-modal .btn-group-vertical > .rtp__recurrencer-button + button[type="submit"],
.rtp__calendar .rtp__multi-recurrencer-modal .btn-group-vertical > .rtp__multi-recurrencer-button + button[type="submit"],
.rtp__calendar .rtp__multi-recurrencer-modal .btn-group-vertical > button[type="submit"] + button[type="submit"],
.btn-group-vertical > .btn + .btn-group,
.rtp__calendar .rtp__modal .rtp__error .rtp__recurrencer-error__disabledTimings .btn-group-vertical > button + .btn-group,
.rtp__calendar .rtp__edit-modal .btn-group-vertical > button[type="submit"] + .btn-group,
.rtp__calendar .btn-group-vertical > .rtp__recurrencer-button + .btn-group,
.rtp__calendar .btn-group-vertical > .rtp__multi-recurrencer-button + .btn-group,
.rtp__calendar .rtp__recurrencer-modal .btn-group-vertical > button[type="submit"] + .btn-group,
.rtp__calendar .rtp__multi-recurrencer-modal .btn-group-vertical > button[type="submit"] + .btn-group,
.btn-group-vertical > .btn-group + .btn,
.rtp__calendar .rtp__modal .rtp__error .rtp__recurrencer-error__disabledTimings .btn-group-vertical > .btn-group + button,
.rtp__calendar .rtp__edit-modal .btn-group-vertical > .btn-group + button[type="submit"],
.rtp__calendar .btn-group-vertical > .btn-group + .rtp__recurrencer-button,
.rtp__calendar .btn-group-vertical > .btn-group + .rtp__multi-recurrencer-button,
.rtp__calendar .rtp__recurrencer-modal .btn-group-vertical > .btn-group + button[type="submit"],
.rtp__calendar .rtp__multi-recurrencer-modal .btn-group-vertical > .btn-group + button[type="submit"],
.btn-group-vertical > .btn-group + .btn-group {
  margin-top: -1px;
  margin-left: 0; }

.btn-group-vertical > .btn:not(:first-child):not(:last-child), .rtp__calendar .rtp__modal .rtp__error .rtp__recurrencer-error__disabledTimings .btn-group-vertical > button:not(:first-child):not(:last-child), .rtp__calendar .rtp__edit-modal .btn-group-vertical > button:not(:first-child):not(:last-child)[type="submit"], .rtp__calendar .btn-group-vertical > .rtp__recurrencer-button:not(:first-child):not(:last-child), .rtp__calendar .btn-group-vertical > .rtp__multi-recurrencer-button:not(:first-child):not(:last-child), .rtp__calendar .rtp__recurrencer-modal .btn-group-vertical > button:not(:first-child):not(:last-child)[type="submit"],
.rtp__calendar .rtp__multi-recurrencer-modal .btn-group-vertical > button:not(:first-child):not(:last-child)[type="submit"] {
  border-radius: 0; }

.btn-group-vertical > .btn:first-child:not(:last-child), .rtp__calendar .rtp__modal .rtp__error .rtp__recurrencer-error__disabledTimings .btn-group-vertical > button:first-child:not(:last-child), .rtp__calendar .rtp__edit-modal .btn-group-vertical > button:first-child:not(:last-child)[type="submit"], .rtp__calendar .btn-group-vertical > .rtp__recurrencer-button:first-child:not(:last-child), .rtp__calendar .btn-group-vertical > .rtp__multi-recurrencer-button:first-child:not(:last-child), .rtp__calendar .rtp__recurrencer-modal .btn-group-vertical > button:first-child:not(:last-child)[type="submit"],
.rtp__calendar .rtp__multi-recurrencer-modal .btn-group-vertical > button:first-child:not(:last-child)[type="submit"] {
  border-top-right-radius: 4px;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0; }

.btn-group-vertical > .btn:last-child:not(:first-child), .rtp__calendar .rtp__modal .rtp__error .rtp__recurrencer-error__disabledTimings .btn-group-vertical > button:last-child:not(:first-child), .rtp__calendar .rtp__edit-modal .btn-group-vertical > button:last-child:not(:first-child)[type="submit"], .rtp__calendar .btn-group-vertical > .rtp__recurrencer-button:last-child:not(:first-child), .rtp__calendar .btn-group-vertical > .rtp__multi-recurrencer-button:last-child:not(:first-child), .rtp__calendar .rtp__recurrencer-modal .btn-group-vertical > button:last-child:not(:first-child)[type="submit"],
.rtp__calendar .rtp__multi-recurrencer-modal .btn-group-vertical > button:last-child:not(:first-child)[type="submit"] {
  border-bottom-left-radius: 4px;
  border-top-right-radius: 0;
  border-top-left-radius: 0; }

.btn-group-vertical > .btn-group:not(:first-child):not(:last-child) > .btn, .rtp__calendar .rtp__modal .rtp__error .rtp__recurrencer-error__disabledTimings .btn-group-vertical > .btn-group:not(:first-child):not(:last-child) > button, .rtp__calendar .rtp__edit-modal .btn-group-vertical > .btn-group:not(:first-child):not(:last-child) > button[type="submit"], .rtp__calendar .btn-group-vertical > .btn-group:not(:first-child):not(:last-child) > .rtp__recurrencer-button, .rtp__calendar .btn-group-vertical > .btn-group:not(:first-child):not(:last-child) > .rtp__multi-recurrencer-button, .rtp__calendar .rtp__recurrencer-modal .btn-group-vertical > .btn-group:not(:first-child):not(:last-child) > button[type="submit"],
.rtp__calendar .rtp__multi-recurrencer-modal .btn-group-vertical > .btn-group:not(:first-child):not(:last-child) > button[type="submit"] {
  border-radius: 0; }

.btn-group-vertical > .btn-group:first-child:not(:last-child) > .btn:last-child, .rtp__calendar .rtp__modal .rtp__error .rtp__recurrencer-error__disabledTimings .btn-group-vertical > .btn-group:first-child:not(:last-child) > button:last-child, .rtp__calendar .rtp__edit-modal .btn-group-vertical > .btn-group:first-child:not(:last-child) > button:last-child[type="submit"], .rtp__calendar .btn-group-vertical > .btn-group:first-child:not(:last-child) > .rtp__recurrencer-button:last-child, .rtp__calendar .btn-group-vertical > .btn-group:first-child:not(:last-child) > .rtp__multi-recurrencer-button:last-child, .rtp__calendar .rtp__recurrencer-modal .btn-group-vertical > .btn-group:first-child:not(:last-child) > button:last-child[type="submit"],
.rtp__calendar .rtp__multi-recurrencer-modal .btn-group-vertical > .btn-group:first-child:not(:last-child) > button:last-child[type="submit"],
.btn-group-vertical > .btn-group:first-child:not(:last-child) > .dropdown-toggle {
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0; }

.btn-group-vertical > .btn-group:last-child:not(:first-child) > .btn:first-child, .rtp__calendar .rtp__modal .rtp__error .rtp__recurrencer-error__disabledTimings .btn-group-vertical > .btn-group:last-child:not(:first-child) > button:first-child, .rtp__calendar .rtp__edit-modal .btn-group-vertical > .btn-group:last-child:not(:first-child) > button:first-child[type="submit"], .rtp__calendar .btn-group-vertical > .btn-group:last-child:not(:first-child) > .rtp__recurrencer-button:first-child, .rtp__calendar .btn-group-vertical > .btn-group:last-child:not(:first-child) > .rtp__multi-recurrencer-button:first-child, .rtp__calendar .rtp__recurrencer-modal .btn-group-vertical > .btn-group:last-child:not(:first-child) > button:first-child[type="submit"],
.rtp__calendar .rtp__multi-recurrencer-modal .btn-group-vertical > .btn-group:last-child:not(:first-child) > button:first-child[type="submit"] {
  border-top-right-radius: 0;
  border-top-left-radius: 0; }

.btn-group-justified {
  display: table;
  width: 100%;
  table-layout: fixed;
  border-collapse: separate; }
  .btn-group-justified > .btn, .rtp__calendar .rtp__modal .rtp__error .rtp__recurrencer-error__disabledTimings .btn-group-justified > button, .rtp__calendar .rtp__edit-modal .btn-group-justified > button[type="submit"], .rtp__calendar .btn-group-justified > .rtp__recurrencer-button, .rtp__calendar .btn-group-justified > .rtp__multi-recurrencer-button, .rtp__calendar .rtp__recurrencer-modal .btn-group-justified > button[type="submit"],
  .rtp__calendar .rtp__multi-recurrencer-modal .btn-group-justified > button[type="submit"],
  .btn-group-justified > .btn-group {
    float: none;
    display: table-cell;
    width: 1%; }
  .btn-group-justified > .btn-group .btn, .btn-group-justified > .btn-group .rtp__calendar .rtp__modal .rtp__error .rtp__recurrencer-error__disabledTimings button, .rtp__calendar .rtp__modal .rtp__error .rtp__recurrencer-error__disabledTimings .btn-group-justified > .btn-group button, .btn-group-justified > .btn-group .rtp__calendar .rtp__edit-modal button[type="submit"], .rtp__calendar .rtp__edit-modal .btn-group-justified > .btn-group button[type="submit"], .btn-group-justified > .btn-group .rtp__calendar .rtp__recurrencer-button, .rtp__calendar .btn-group-justified > .btn-group .rtp__recurrencer-button, .btn-group-justified > .btn-group .rtp__calendar .rtp__multi-recurrencer-button, .rtp__calendar .btn-group-justified > .btn-group .rtp__multi-recurrencer-button, .btn-group-justified > .btn-group .rtp__calendar .rtp__recurrencer-modal button[type="submit"], .rtp__calendar .rtp__recurrencer-modal .btn-group-justified > .btn-group button[type="submit"],
  .btn-group-justified > .btn-group .rtp__calendar .rtp__multi-recurrencer-modal button[type="submit"], .rtp__calendar .rtp__multi-recurrencer-modal .btn-group-justified > .btn-group button[type="submit"] {
    width: 100%; }
  .btn-group-justified > .btn-group .dropdown-menu {
    left: auto; }

[data-toggle="buttons"] > .btn input[type="radio"], .rtp__calendar .rtp__modal .rtp__error .rtp__recurrencer-error__disabledTimings [data-toggle="buttons"] > button input[type="radio"], .rtp__calendar .rtp__edit-modal [data-toggle="buttons"] > button[type="submit"] input[type="radio"], .rtp__calendar [data-toggle="buttons"] > .rtp__recurrencer-button input[type="radio"], .rtp__calendar [data-toggle="buttons"] > .rtp__multi-recurrencer-button input[type="radio"], .rtp__calendar .rtp__recurrencer-modal [data-toggle="buttons"] > button[type="submit"] input[type="radio"], .rtp__calendar .rtp__multi-recurrencer-modal [data-toggle="buttons"] > button[type="submit"] input[type="radio"],
[data-toggle="buttons"] > .btn input[type="checkbox"],
.rtp__calendar .rtp__modal .rtp__error .rtp__recurrencer-error__disabledTimings [data-toggle="buttons"] > button input[type="checkbox"],
.rtp__calendar .rtp__edit-modal [data-toggle="buttons"] > button[type="submit"] input[type="checkbox"],
.rtp__calendar [data-toggle="buttons"] > .rtp__recurrencer-button input[type="checkbox"],
.rtp__calendar [data-toggle="buttons"] > .rtp__multi-recurrencer-button input[type="checkbox"],
.rtp__calendar .rtp__recurrencer-modal [data-toggle="buttons"] > button[type="submit"] input[type="checkbox"],
.rtp__calendar .rtp__multi-recurrencer-modal [data-toggle="buttons"] > button[type="submit"] input[type="checkbox"],
[data-toggle="buttons"] > .btn-group > .btn input[type="radio"],
.rtp__calendar .rtp__modal .rtp__error .rtp__recurrencer-error__disabledTimings [data-toggle="buttons"] > .btn-group > button input[type="radio"],
.rtp__calendar .rtp__edit-modal [data-toggle="buttons"] > .btn-group > button[type="submit"] input[type="radio"],
.rtp__calendar [data-toggle="buttons"] > .btn-group > .rtp__recurrencer-button input[type="radio"],
.rtp__calendar [data-toggle="buttons"] > .btn-group > .rtp__multi-recurrencer-button input[type="radio"],
.rtp__calendar .rtp__recurrencer-modal [data-toggle="buttons"] > .btn-group > button[type="submit"] input[type="radio"],
.rtp__calendar .rtp__multi-recurrencer-modal [data-toggle="buttons"] > .btn-group > button[type="submit"] input[type="radio"],
[data-toggle="buttons"] > .btn-group > .btn input[type="checkbox"],
.rtp__calendar .rtp__modal .rtp__error .rtp__recurrencer-error__disabledTimings [data-toggle="buttons"] > .btn-group > button input[type="checkbox"],
.rtp__calendar .rtp__edit-modal [data-toggle="buttons"] > .btn-group > button[type="submit"] input[type="checkbox"],
.rtp__calendar [data-toggle="buttons"] > .btn-group > .rtp__recurrencer-button input[type="checkbox"],
.rtp__calendar [data-toggle="buttons"] > .btn-group > .rtp__multi-recurrencer-button input[type="checkbox"],
.rtp__calendar .rtp__recurrencer-modal [data-toggle="buttons"] > .btn-group > button[type="submit"] input[type="checkbox"],
.rtp__calendar .rtp__multi-recurrencer-modal [data-toggle="buttons"] > .btn-group > button[type="submit"] input[type="checkbox"] {
  position: absolute;
  clip: rect(0, 0, 0, 0);
  pointer-events: none; }

.input-group {
  position: relative;
  display: table;
  border-collapse: separate; }
  .input-group[class*="col-"] {
    float: none;
    padding-left: 0;
    padding-right: 0; }
  .input-group .form-control {
    position: relative;
    z-index: 2;
    float: left;
    width: 100%;
    margin-bottom: 0; }

.input-group-addon,
.input-group-btn,
.input-group .form-control {
  display: table-cell; }
  .input-group-addon:not(:first-child):not(:last-child),
  .input-group-btn:not(:first-child):not(:last-child),
  .input-group .form-control:not(:first-child):not(:last-child) {
    border-radius: 0; }

.input-group-addon,
.input-group-btn {
  width: 1%;
  white-space: nowrap;
  vertical-align: middle; }

.input-group-addon {
  padding: 6px 12px;
  font-size: 14px;
  font-weight: normal;
  line-height: 1;
  color: #555555;
  text-align: center;
  background-color: #eeeeee;
  border: 1px solid #ccc;
  border-radius: 4px; }
  .input-group-addon.input-sm,
  .input-group-sm > .input-group-addon,
  .input-group-sm > .input-group-btn > .input-group-addon.btn, .rtp__calendar .rtp__modal .rtp__error .rtp__recurrencer-error__disabledTimings .input-group-sm > .input-group-btn > button.input-group-addon, .rtp__calendar .rtp__edit-modal .input-group-sm > .input-group-btn > button.input-group-addon[type="submit"], .rtp__calendar .input-group-sm > .input-group-btn > .input-group-addon.rtp__recurrencer-button, .rtp__calendar .input-group-sm > .input-group-btn > .input-group-addon.rtp__multi-recurrencer-button, .rtp__calendar .rtp__recurrencer-modal .input-group-sm > .input-group-btn > button.input-group-addon[type="submit"],
  .rtp__calendar .rtp__multi-recurrencer-modal .input-group-sm > .input-group-btn > button.input-group-addon[type="submit"] {
    padding: 5px 10px;
    font-size: 12px;
    border-radius: 3px; }
  .input-group-addon.input-lg,
  .input-group-lg > .input-group-addon,
  .input-group-lg > .input-group-btn > .input-group-addon.btn, .rtp__calendar .rtp__modal .rtp__error .rtp__recurrencer-error__disabledTimings .input-group-lg > .input-group-btn > button.input-group-addon, .rtp__calendar .rtp__edit-modal .input-group-lg > .input-group-btn > button.input-group-addon[type="submit"], .rtp__calendar .input-group-lg > .input-group-btn > .input-group-addon.rtp__recurrencer-button, .rtp__calendar .input-group-lg > .input-group-btn > .input-group-addon.rtp__multi-recurrencer-button, .rtp__calendar .rtp__recurrencer-modal .input-group-lg > .input-group-btn > button.input-group-addon[type="submit"],
  .rtp__calendar .rtp__multi-recurrencer-modal .input-group-lg > .input-group-btn > button.input-group-addon[type="submit"] {
    padding: 10px 16px;
    font-size: 18px;
    border-radius: 6px; }
  .input-group-addon input[type="radio"],
  .input-group-addon input[type="checkbox"] {
    margin-top: 0; }

.input-group .form-control:first-child,
.input-group-addon:first-child,
.input-group-btn:first-child > .btn,
.rtp__calendar .rtp__modal .rtp__error .rtp__recurrencer-error__disabledTimings .input-group-btn:first-child > button,
.rtp__calendar .rtp__edit-modal .input-group-btn:first-child > button[type="submit"],
.rtp__calendar .input-group-btn:first-child > .rtp__recurrencer-button,
.rtp__calendar .input-group-btn:first-child > .rtp__multi-recurrencer-button,
.rtp__calendar .rtp__recurrencer-modal .input-group-btn:first-child > button[type="submit"],
.rtp__calendar .rtp__multi-recurrencer-modal .input-group-btn:first-child > button[type="submit"],
.input-group-btn:first-child > .btn-group > .btn,
.rtp__calendar .rtp__modal .rtp__error .rtp__recurrencer-error__disabledTimings .input-group-btn:first-child > .btn-group > button,
.rtp__calendar .rtp__edit-modal .input-group-btn:first-child > .btn-group > button[type="submit"],
.rtp__calendar .input-group-btn:first-child > .btn-group > .rtp__recurrencer-button,
.rtp__calendar .input-group-btn:first-child > .btn-group > .rtp__multi-recurrencer-button,
.rtp__calendar .rtp__recurrencer-modal .input-group-btn:first-child > .btn-group > button[type="submit"],
.rtp__calendar .rtp__multi-recurrencer-modal .input-group-btn:first-child > .btn-group > button[type="submit"],
.input-group-btn:first-child > .dropdown-toggle,
.input-group-btn:last-child > .btn:not(:last-child):not(.dropdown-toggle),
.rtp__calendar .rtp__modal .rtp__error .rtp__recurrencer-error__disabledTimings .input-group-btn:last-child > button:not(:last-child):not(.dropdown-toggle),
.rtp__calendar .rtp__edit-modal .input-group-btn:last-child > button:not(:last-child):not(.dropdown-toggle)[type="submit"],
.rtp__calendar .input-group-btn:last-child > .rtp__recurrencer-button:not(:last-child):not(.dropdown-toggle),
.rtp__calendar .input-group-btn:last-child > .rtp__multi-recurrencer-button:not(:last-child):not(.dropdown-toggle),
.rtp__calendar .rtp__recurrencer-modal .input-group-btn:last-child > button:not(:last-child):not(.dropdown-toggle)[type="submit"],
.rtp__calendar .rtp__multi-recurrencer-modal .input-group-btn:last-child > button:not(:last-child):not(.dropdown-toggle)[type="submit"],
.input-group-btn:last-child > .btn-group:not(:last-child) > .btn,
.rtp__calendar .rtp__modal .rtp__error .rtp__recurrencer-error__disabledTimings .input-group-btn:last-child > .btn-group:not(:last-child) > button,
.rtp__calendar .rtp__edit-modal .input-group-btn:last-child > .btn-group:not(:last-child) > button[type="submit"],
.rtp__calendar .input-group-btn:last-child > .btn-group:not(:last-child) > .rtp__recurrencer-button,
.rtp__calendar .input-group-btn:last-child > .btn-group:not(:last-child) > .rtp__multi-recurrencer-button,
.rtp__calendar .rtp__recurrencer-modal .input-group-btn:last-child > .btn-group:not(:last-child) > button[type="submit"],
.rtp__calendar .rtp__multi-recurrencer-modal .input-group-btn:last-child > .btn-group:not(:last-child) > button[type="submit"] {
  border-bottom-right-radius: 0;
  border-top-right-radius: 0; }

.input-group-addon:first-child {
  border-right: 0; }

.input-group .form-control:last-child,
.input-group-addon:last-child,
.input-group-btn:last-child > .btn,
.rtp__calendar .rtp__modal .rtp__error .rtp__recurrencer-error__disabledTimings .input-group-btn:last-child > button,
.rtp__calendar .rtp__edit-modal .input-group-btn:last-child > button[type="submit"],
.rtp__calendar .input-group-btn:last-child > .rtp__recurrencer-button,
.rtp__calendar .input-group-btn:last-child > .rtp__multi-recurrencer-button,
.rtp__calendar .rtp__recurrencer-modal .input-group-btn:last-child > button[type="submit"],
.rtp__calendar .rtp__multi-recurrencer-modal .input-group-btn:last-child > button[type="submit"],
.input-group-btn:last-child > .btn-group > .btn,
.rtp__calendar .rtp__modal .rtp__error .rtp__recurrencer-error__disabledTimings .input-group-btn:last-child > .btn-group > button,
.rtp__calendar .rtp__edit-modal .input-group-btn:last-child > .btn-group > button[type="submit"],
.rtp__calendar .input-group-btn:last-child > .btn-group > .rtp__recurrencer-button,
.rtp__calendar .input-group-btn:last-child > .btn-group > .rtp__multi-recurrencer-button,
.rtp__calendar .rtp__recurrencer-modal .input-group-btn:last-child > .btn-group > button[type="submit"],
.rtp__calendar .rtp__multi-recurrencer-modal .input-group-btn:last-child > .btn-group > button[type="submit"],
.input-group-btn:last-child > .dropdown-toggle,
.input-group-btn:first-child > .btn:not(:first-child),
.rtp__calendar .rtp__modal .rtp__error .rtp__recurrencer-error__disabledTimings .input-group-btn:first-child > button:not(:first-child),
.rtp__calendar .rtp__edit-modal .input-group-btn:first-child > button:not(:first-child)[type="submit"],
.rtp__calendar .input-group-btn:first-child > .rtp__recurrencer-button:not(:first-child),
.rtp__calendar .input-group-btn:first-child > .rtp__multi-recurrencer-button:not(:first-child),
.rtp__calendar .rtp__recurrencer-modal .input-group-btn:first-child > button:not(:first-child)[type="submit"],
.rtp__calendar .rtp__multi-recurrencer-modal .input-group-btn:first-child > button:not(:first-child)[type="submit"],
.input-group-btn:first-child > .btn-group:not(:first-child) > .btn,
.rtp__calendar .rtp__modal .rtp__error .rtp__recurrencer-error__disabledTimings .input-group-btn:first-child > .btn-group:not(:first-child) > button,
.rtp__calendar .rtp__edit-modal .input-group-btn:first-child > .btn-group:not(:first-child) > button[type="submit"],
.rtp__calendar .input-group-btn:first-child > .btn-group:not(:first-child) > .rtp__recurrencer-button,
.rtp__calendar .input-group-btn:first-child > .btn-group:not(:first-child) > .rtp__multi-recurrencer-button,
.rtp__calendar .rtp__recurrencer-modal .input-group-btn:first-child > .btn-group:not(:first-child) > button[type="submit"],
.rtp__calendar .rtp__multi-recurrencer-modal .input-group-btn:first-child > .btn-group:not(:first-child) > button[type="submit"] {
  border-bottom-left-radius: 0;
  border-top-left-radius: 0; }

.input-group-addon:last-child {
  border-left: 0; }

.input-group-btn {
  position: relative;
  font-size: 0;
  white-space: nowrap; }
  .input-group-btn > .btn, .rtp__calendar .rtp__modal .rtp__error .rtp__recurrencer-error__disabledTimings .input-group-btn > button, .rtp__calendar .rtp__edit-modal .input-group-btn > button[type="submit"], .rtp__calendar .input-group-btn > .rtp__recurrencer-button, .rtp__calendar .input-group-btn > .rtp__multi-recurrencer-button, .rtp__calendar .rtp__recurrencer-modal .input-group-btn > button[type="submit"],
  .rtp__calendar .rtp__multi-recurrencer-modal .input-group-btn > button[type="submit"] {
    position: relative; }
    .input-group-btn > .btn + .btn, .rtp__calendar .rtp__modal .rtp__error .rtp__recurrencer-error__disabledTimings .input-group-btn > button + .btn, .rtp__calendar .rtp__edit-modal .input-group-btn > button[type="submit"] + .btn, .rtp__calendar .input-group-btn > .rtp__recurrencer-button + .btn, .rtp__calendar .input-group-btn > .rtp__multi-recurrencer-button + .btn, .rtp__calendar .rtp__recurrencer-modal .input-group-btn > button[type="submit"] + .btn, .rtp__calendar .rtp__multi-recurrencer-modal .input-group-btn > button[type="submit"] + .btn, .rtp__calendar .rtp__modal .rtp__error .rtp__recurrencer-error__disabledTimings .input-group-btn > .btn + button, .rtp__calendar .rtp__modal .rtp__error .rtp__recurrencer-error__disabledTimings .input-group-btn > button + button, .rtp__calendar .rtp__modal .rtp__error .rtp__recurrencer-error__disabledTimings .rtp__edit-modal .input-group-btn > button[type="submit"] + button, .rtp__calendar .rtp__modal .rtp__error .rtp__recurrencer-error__disabledTimings .input-group-btn > .rtp__recurrencer-button + button, .rtp__calendar .rtp__modal .rtp__error .rtp__recurrencer-error__disabledTimings .input-group-btn > .rtp__multi-recurrencer-button + button, .rtp__calendar .rtp__modal .rtp__error .rtp__recurrencer-error__disabledTimings .rtp__recurrencer-modal .input-group-btn > button[type="submit"] + button, .rtp__calendar .rtp__modal .rtp__error .rtp__recurrencer-error__disabledTimings .rtp__multi-recurrencer-modal .input-group-btn > button[type="submit"] + button, .rtp__calendar .rtp__edit-modal .input-group-btn > .btn + button[type="submit"], .rtp__calendar .rtp__modal .rtp__error .rtp__recurrencer-error__disabledTimings .rtp__edit-modal .input-group-btn > button + button[type="submit"], .rtp__calendar .rtp__edit-modal .input-group-btn > button[type="submit"] + button[type="submit"], .rtp__calendar .rtp__edit-modal .input-group-btn > .rtp__recurrencer-button + button[type="submit"], .rtp__calendar .rtp__edit-modal .input-group-btn > .rtp__multi-recurrencer-button + button[type="submit"], .rtp__calendar .input-group-btn > .btn + .rtp__recurrencer-button, .rtp__calendar .rtp__modal .rtp__error .rtp__recurrencer-error__disabledTimings .input-group-btn > button + .rtp__recurrencer-button, .rtp__calendar .rtp__edit-modal .input-group-btn > button[type="submit"] + .rtp__recurrencer-button, .rtp__calendar .input-group-btn > .rtp__recurrencer-button + .rtp__recurrencer-button, .rtp__calendar .input-group-btn > .rtp__multi-recurrencer-button + .rtp__recurrencer-button, .rtp__calendar .rtp__recurrencer-modal .input-group-btn > button[type="submit"] + .rtp__recurrencer-button, .rtp__calendar .rtp__multi-recurrencer-modal .input-group-btn > button[type="submit"] + .rtp__recurrencer-button, .rtp__calendar .input-group-btn > .btn + .rtp__multi-recurrencer-button, .rtp__calendar .rtp__modal .rtp__error .rtp__recurrencer-error__disabledTimings .input-group-btn > button + .rtp__multi-recurrencer-button, .rtp__calendar .rtp__edit-modal .input-group-btn > button[type="submit"] + .rtp__multi-recurrencer-button, .rtp__calendar .input-group-btn > .rtp__recurrencer-button + .rtp__multi-recurrencer-button, .rtp__calendar .input-group-btn > .rtp__multi-recurrencer-button + .rtp__multi-recurrencer-button, .rtp__calendar .rtp__recurrencer-modal .input-group-btn > button[type="submit"] + .rtp__multi-recurrencer-button, .rtp__calendar .rtp__multi-recurrencer-modal .input-group-btn > button[type="submit"] + .rtp__multi-recurrencer-button, .rtp__calendar .rtp__recurrencer-modal .input-group-btn > .btn + button[type="submit"], .rtp__calendar .rtp__modal .rtp__error .rtp__recurrencer-error__disabledTimings .rtp__recurrencer-modal .input-group-btn > button + button[type="submit"], .rtp__calendar .rtp__recurrencer-modal .input-group-btn > .rtp__recurrencer-button + button[type="submit"], .rtp__calendar .rtp__recurrencer-modal .input-group-btn > .rtp__multi-recurrencer-button + button[type="submit"], .rtp__calendar .rtp__recurrencer-modal .input-group-btn > button[type="submit"] + button[type="submit"],
    .rtp__calendar .rtp__multi-recurrencer-modal .input-group-btn > .btn + button[type="submit"],
    .rtp__calendar .rtp__modal .rtp__error .rtp__recurrencer-error__disabledTimings .rtp__multi-recurrencer-modal .input-group-btn > button + button[type="submit"],
    .rtp__calendar .rtp__multi-recurrencer-modal .input-group-btn > .rtp__recurrencer-button + button[type="submit"],
    .rtp__calendar .rtp__multi-recurrencer-modal .input-group-btn > .rtp__multi-recurrencer-button + button[type="submit"],
    .rtp__calendar .rtp__multi-recurrencer-modal .input-group-btn > button[type="submit"] + button[type="submit"] {
      margin-left: -1px; }
    .input-group-btn > .btn:hover, .rtp__calendar .rtp__modal .rtp__error .rtp__recurrencer-error__disabledTimings .input-group-btn > button:hover, .rtp__calendar .rtp__edit-modal .input-group-btn > button:hover[type="submit"], .rtp__calendar .input-group-btn > .rtp__recurrencer-button:hover, .rtp__calendar .input-group-btn > .rtp__multi-recurrencer-button:hover, .rtp__calendar .rtp__recurrencer-modal .input-group-btn > button:hover[type="submit"],
    .rtp__calendar .rtp__multi-recurrencer-modal .input-group-btn > button:hover[type="submit"], .input-group-btn > .btn:focus, .rtp__calendar .rtp__modal .rtp__error .rtp__recurrencer-error__disabledTimings .input-group-btn > button:focus, .rtp__calendar .rtp__edit-modal .input-group-btn > button:focus[type="submit"], .rtp__calendar .input-group-btn > .rtp__recurrencer-button:focus, .rtp__calendar .input-group-btn > .rtp__multi-recurrencer-button:focus, .rtp__calendar .rtp__recurrencer-modal .input-group-btn > button:focus[type="submit"],
    .rtp__calendar .rtp__multi-recurrencer-modal .input-group-btn > button:focus[type="submit"], .input-group-btn > .btn:active, .rtp__calendar .rtp__modal .rtp__error .rtp__recurrencer-error__disabledTimings .input-group-btn > button:active, .rtp__calendar .rtp__edit-modal .input-group-btn > button:active[type="submit"], .rtp__calendar .input-group-btn > .rtp__recurrencer-button:active, .rtp__calendar .input-group-btn > .rtp__multi-recurrencer-button:active, .rtp__calendar .rtp__recurrencer-modal .input-group-btn > button:active[type="submit"],
    .rtp__calendar .rtp__multi-recurrencer-modal .input-group-btn > button:active[type="submit"] {
      z-index: 2; }
  
  .input-group-btn:first-child > .btn,
  .rtp__calendar .rtp__modal .rtp__error .rtp__recurrencer-error__disabledTimings .input-group-btn:first-child > button,
  .rtp__calendar .rtp__edit-modal .input-group-btn:first-child > button[type="submit"],
  .rtp__calendar .input-group-btn:first-child > .rtp__recurrencer-button,
  .rtp__calendar .input-group-btn:first-child > .rtp__multi-recurrencer-button,
  .rtp__calendar .rtp__recurrencer-modal .input-group-btn:first-child > button[type="submit"],
  .rtp__calendar .rtp__multi-recurrencer-modal .input-group-btn:first-child > button[type="submit"],
  .input-group-btn:first-child > .btn-group {
    margin-right: -1px; }
  
  .input-group-btn:last-child > .btn,
  .rtp__calendar .rtp__modal .rtp__error .rtp__recurrencer-error__disabledTimings .input-group-btn:last-child > button,
  .rtp__calendar .rtp__edit-modal .input-group-btn:last-child > button[type="submit"],
  .rtp__calendar .input-group-btn:last-child > .rtp__recurrencer-button,
  .rtp__calendar .input-group-btn:last-child > .rtp__multi-recurrencer-button,
  .rtp__calendar .rtp__recurrencer-modal .input-group-btn:last-child > button[type="submit"],
  .rtp__calendar .rtp__multi-recurrencer-modal .input-group-btn:last-child > button[type="submit"],
  .input-group-btn:last-child > .btn-group {
    z-index: 2;
    margin-left: -1px; }

.nav {
  margin-bottom: 0;
  padding-left: 0;
  list-style: none; }
  .nav:before, .nav:after {
    content: " ";
    display: table; }
  .nav:after {
    clear: both; }
  .nav > li {
    position: relative;
    display: block; }
    .nav > li > a {
      position: relative;
      display: block;
      padding: 10px 15px; }
      .nav > li > a:hover, .nav > li > a:focus {
        text-decoration: none;
        background-color: #eeeeee; }
    .nav > li.disabled > a {
      color: #777777; }
      .nav > li.disabled > a:hover, .nav > li.disabled > a:focus {
        color: #777777;
        text-decoration: none;
        background-color: transparent;
        cursor: not-allowed; }
  .nav .open > a, .nav .open > a:hover, .nav .open > a:focus {
    background-color: #eeeeee;
    border-color: #41acdd; }
  .nav .nav-divider {
    height: 1px;
    margin: 9px 0;
    overflow: hidden;
    background-color: #e5e5e5; }
  .nav > li > a > img {
    max-width: none; }

.nav-tabs {
  border-bottom: 1px solid #ddd; }
  .nav-tabs > li {
    float: left;
    margin-bottom: -1px; }
    .nav-tabs > li > a {
      margin-right: 2px;
      line-height: 1.42857;
      border: 1px solid transparent;
      border-radius: 4px 4px 0 0; }
      .nav-tabs > li > a:hover {
        border-color: #eeeeee #eeeeee #ddd; }
    .nav-tabs > li.active > a, .nav-tabs > li.active > a:hover, .nav-tabs > li.active > a:focus {
      color: #555555;
      background-color: #fff;
      border: 1px solid #ddd;
      border-bottom-color: transparent;
      cursor: default; }

.nav-pills > li {
  float: left; }
  .nav-pills > li > a {
    border-radius: 4px; }
  .nav-pills > li + li {
    margin-left: 2px; }
  .nav-pills > li.active > a, .nav-pills > li.active > a:hover, .nav-pills > li.active > a:focus {
    color: #fff;
    background-color: #41acdd; }

.nav-stacked > li {
  float: none; }
  .nav-stacked > li + li {
    margin-top: 2px;
    margin-left: 0; }

.nav-justified, .nav-tabs.nav-justified {
  width: 100%; }
  .nav-justified > li, .nav-tabs.nav-justified > li {
    float: none; }
    .nav-justified > li > a, .nav-tabs.nav-justified > li > a {
      text-align: center;
      margin-bottom: 5px; }
  .nav-justified > .dropdown .dropdown-menu {
    top: auto;
    left: auto; }
  @media (min-width: 768px) {
    .nav-justified > li, .nav-tabs.nav-justified > li {
      display: table-cell;
      width: 1%; }
      .nav-justified > li > a, .nav-tabs.nav-justified > li > a {
        margin-bottom: 0; } }

.nav-tabs-justified, .nav-tabs.nav-justified {
  border-bottom: 0; }
  .nav-tabs-justified > li > a, .nav-tabs.nav-justified > li > a {
    margin-right: 0;
    border-radius: 4px; }
  .nav-tabs-justified > .active > a, .nav-tabs.nav-justified > .active > a,
  .nav-tabs-justified > .active > a:hover,
  .nav-tabs.nav-justified > .active > a:hover,
  .nav-tabs-justified > .active > a:focus,
  .nav-tabs.nav-justified > .active > a:focus {
    border: 1px solid #ddd; }
  @media (min-width: 768px) {
    .nav-tabs-justified > li > a, .nav-tabs.nav-justified > li > a {
      border-bottom: 1px solid #ddd;
      border-radius: 4px 4px 0 0; }
    .nav-tabs-justified > .active > a, .nav-tabs.nav-justified > .active > a,
    .nav-tabs-justified > .active > a:hover,
    .nav-tabs.nav-justified > .active > a:hover,
    .nav-tabs-justified > .active > a:focus,
    .nav-tabs.nav-justified > .active > a:focus {
      border-bottom-color: #fff; } }

.tab-content > .tab-pane {
  display: none; }

.tab-content > .active {
  display: block; }

.nav-tabs .dropdown-menu {
  margin-top: -1px;
  border-top-right-radius: 0;
  border-top-left-radius: 0; }

.navbar {
  position: relative;
  min-height: 50px;
  margin-bottom: 20px;
  border: 1px solid transparent; }
  .navbar:before, .navbar:after {
    content: " ";
    display: table; }
  .navbar:after {
    clear: both; }
  @media (min-width: 768px) {
    .navbar {
      border-radius: 4px; } }

.navbar-header:before, .navbar-header:after {
  content: " ";
  display: table; }

.navbar-header:after {
  clear: both; }

@media (min-width: 768px) {
  .navbar-header {
    float: left; } }

.navbar-collapse {
  overflow-x: visible;
  padding-right: 15px;
  padding-left: 15px;
  border-top: 1px solid transparent;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1);
  -webkit-overflow-scrolling: touch; }
  .navbar-collapse:before, .navbar-collapse:after {
    content: " ";
    display: table; }
  .navbar-collapse:after {
    clear: both; }
  .navbar-collapse.in {
    overflow-y: auto; }
  @media (min-width: 768px) {
    .navbar-collapse {
      width: auto;
      border-top: 0;
      box-shadow: none; }
      .navbar-collapse.collapse {
        display: block !important;
        height: auto !important;
        padding-bottom: 0;
        overflow: visible !important; }
      .navbar-collapse.in {
        overflow-y: visible; }
      .navbar-fixed-top .navbar-collapse,
      .navbar-static-top .navbar-collapse,
      .navbar-fixed-bottom .navbar-collapse {
        padding-left: 0;
        padding-right: 0; } }

.navbar-fixed-top .navbar-collapse,
.navbar-fixed-bottom .navbar-collapse {
  max-height: 340px; }
  @media (max-device-width: 480px) and (orientation: landscape) {
    .navbar-fixed-top .navbar-collapse,
    .navbar-fixed-bottom .navbar-collapse {
      max-height: 200px; } }

.container > .navbar-header,
.container > .navbar-collapse,
.container-fluid > .navbar-header,
.container-fluid > .navbar-collapse {
  margin-right: -15px;
  margin-left: -15px; }
  @media (min-width: 768px) {
    .container > .navbar-header,
    .container > .navbar-collapse,
    .container-fluid > .navbar-header,
    .container-fluid > .navbar-collapse {
      margin-right: 0;
      margin-left: 0; } }

.navbar-static-top {
  z-index: 1000;
  border-width: 0 0 1px; }
  @media (min-width: 768px) {
    .navbar-static-top {
      border-radius: 0; } }

.navbar-fixed-top,
.navbar-fixed-bottom {
  position: fixed;
  right: 0;
  left: 0;
  z-index: 1030; }
  @media (min-width: 768px) {
    .navbar-fixed-top,
    .navbar-fixed-bottom {
      border-radius: 0; } }

.navbar-fixed-top {
  top: 0;
  border-width: 0 0 1px; }

.navbar-fixed-bottom {
  bottom: 0;
  margin-bottom: 0;
  border-width: 1px 0 0; }

.navbar-brand {
  float: left;
  padding: 15px 15px;
  font-size: 18px;
  line-height: 20px;
  height: 50px; }
  .navbar-brand:hover, .navbar-brand:focus {
    text-decoration: none; }
  .navbar-brand > img {
    display: block; }
  @media (min-width: 768px) {
    .navbar > .container .navbar-brand,
    .navbar > .container-fluid .navbar-brand {
      margin-left: -15px; } }

.navbar-toggle {
  position: relative;
  float: right;
  margin-right: 15px;
  padding: 9px 10px;
  margin-top: 8px;
  margin-bottom: 8px;
  background-color: transparent;
  background-image: none;
  border: 1px solid transparent;
  border-radius: 4px; }
  .navbar-toggle:focus {
    outline: 0; }
  .navbar-toggle .icon-bar {
    display: block;
    width: 22px;
    height: 2px;
    border-radius: 1px; }
  .navbar-toggle .icon-bar + .icon-bar {
    margin-top: 4px; }
  @media (min-width: 768px) {
    .navbar-toggle {
      display: none; } }

.navbar-nav {
  margin: 7.5px -15px; }
  .navbar-nav > li > a {
    padding-top: 10px;
    padding-bottom: 10px;
    line-height: 20px; }
  @media (max-width: 767px) {
    .navbar-nav .open .dropdown-menu {
      position: static;
      float: none;
      width: auto;
      margin-top: 0;
      background-color: transparent;
      border: 0;
      box-shadow: none; }
      .navbar-nav .open .dropdown-menu > li > a,
      .navbar-nav .open .dropdown-menu .dropdown-header {
        padding: 5px 15px 5px 25px; }
      .navbar-nav .open .dropdown-menu > li > a {
        line-height: 20px; }
        .navbar-nav .open .dropdown-menu > li > a:hover, .navbar-nav .open .dropdown-menu > li > a:focus {
          background-image: none; } }
  @media (min-width: 768px) {
    .navbar-nav {
      float: left;
      margin: 0; }
      .navbar-nav > li {
        float: left; }
        .navbar-nav > li > a {
          padding-top: 15px;
          padding-bottom: 15px; } }

.navbar-form {
  margin-left: -15px;
  margin-right: -15px;
  padding: 10px 15px;
  border-top: 1px solid transparent;
  border-bottom: 1px solid transparent;
  -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1), 0 1px 0 rgba(255, 255, 255, 0.1);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1), 0 1px 0 rgba(255, 255, 255, 0.1);
  margin-top: 8px;
  margin-bottom: 8px; }
  @media (min-width: 768px) {
    .navbar-form .form-group {
      display: inline-block;
      margin-bottom: 0;
      vertical-align: middle; }
    .navbar-form .form-control {
      display: inline-block;
      width: auto;
      vertical-align: middle; }
    .navbar-form .form-control-static {
      display: inline-block; }
    .navbar-form .input-group {
      display: inline-table;
      vertical-align: middle; }
      .navbar-form .input-group .input-group-addon,
      .navbar-form .input-group .input-group-btn,
      .navbar-form .input-group .form-control {
        width: auto; }
    .navbar-form .input-group > .form-control {
      width: 100%; }
    .navbar-form .control-label {
      margin-bottom: 0;
      vertical-align: middle; }
    .navbar-form .radio, .navbar-form .rtp__calendar .rtp__recurrencer-until__radio, .rtp__calendar .navbar-form .rtp__recurrencer-until__radio,
    .navbar-form .rtp__calendar .rtp__recurrencer-count__radio, .rtp__calendar .navbar-form .rtp__recurrencer-count__radio,
    .navbar-form .rtp__calendar .rtp__multi-recurrencer-until__radio, .rtp__calendar .navbar-form .rtp__multi-recurrencer-until__radio,
    .navbar-form .rtp__calendar .rtp__multi-recurrencer-count__radio, .rtp__calendar .navbar-form .rtp__multi-recurrencer-count__radio,
    .navbar-form .checkbox {
      display: inline-block;
      margin-top: 0;
      margin-bottom: 0;
      vertical-align: middle; }
      .navbar-form .radio label, .navbar-form .rtp__calendar .rtp__recurrencer-until__radio label, .rtp__calendar .navbar-form .rtp__recurrencer-until__radio label, .navbar-form .rtp__calendar .rtp__recurrencer-count__radio label, .rtp__calendar .navbar-form .rtp__recurrencer-count__radio label, .navbar-form .rtp__calendar .rtp__multi-recurrencer-until__radio label, .rtp__calendar .navbar-form .rtp__multi-recurrencer-until__radio label, .navbar-form .rtp__calendar .rtp__multi-recurrencer-count__radio label, .rtp__calendar .navbar-form .rtp__multi-recurrencer-count__radio label,
      .navbar-form .checkbox label {
        padding-left: 0; }
    .navbar-form .radio input[type="radio"], .navbar-form .rtp__calendar .rtp__recurrencer-until__radio input[type="radio"], .rtp__calendar .navbar-form .rtp__recurrencer-until__radio input[type="radio"], .navbar-form .rtp__calendar .rtp__recurrencer-count__radio input[type="radio"], .rtp__calendar .navbar-form .rtp__recurrencer-count__radio input[type="radio"], .navbar-form .rtp__calendar .rtp__multi-recurrencer-until__radio input[type="radio"], .rtp__calendar .navbar-form .rtp__multi-recurrencer-until__radio input[type="radio"], .navbar-form .rtp__calendar .rtp__multi-recurrencer-count__radio input[type="radio"], .rtp__calendar .navbar-form .rtp__multi-recurrencer-count__radio input[type="radio"],
    .navbar-form .checkbox input[type="checkbox"] {
      position: relative;
      margin-left: 0; }
    .navbar-form .has-feedback .form-control-feedback {
      top: 0; } }
  @media (max-width: 767px) {
    .navbar-form .form-group {
      margin-bottom: 5px; }
      .navbar-form .form-group:last-child {
        margin-bottom: 0; } }
  @media (min-width: 768px) {
    .navbar-form {
      width: auto;
      border: 0;
      margin-left: 0;
      margin-right: 0;
      padding-top: 0;
      padding-bottom: 0;
      -webkit-box-shadow: none;
      box-shadow: none; } }

.navbar-nav > li > .dropdown-menu {
  margin-top: 0;
  border-top-right-radius: 0;
  border-top-left-radius: 0; }

.navbar-fixed-bottom .navbar-nav > li > .dropdown-menu {
  margin-bottom: 0;
  border-top-right-radius: 4px;
  border-top-left-radius: 4px;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0; }

.navbar-btn {
  margin-top: 8px;
  margin-bottom: 8px; }
  .navbar-btn.btn-sm, .btn-group-sm > .navbar-btn.btn, .rtp__calendar .rtp__modal .rtp__error .rtp__recurrencer-error__disabledTimings .btn-group-sm > button.navbar-btn, .rtp__calendar .rtp__edit-modal .btn-group-sm > button.navbar-btn[type="submit"], .rtp__calendar .btn-group-sm > .navbar-btn.rtp__recurrencer-button, .rtp__calendar .btn-group-sm > .navbar-btn.rtp__multi-recurrencer-button, .rtp__calendar .rtp__recurrencer-modal .btn-group-sm > button.navbar-btn[type="submit"],
  .rtp__calendar .rtp__multi-recurrencer-modal .btn-group-sm > button.navbar-btn[type="submit"] {
    margin-top: 10px;
    margin-bottom: 10px; }
  .navbar-btn.btn-xs, .btn-group-xs > .navbar-btn.btn, .rtp__calendar .rtp__edit-modal .btn-group-xs > button.navbar-btn[type="submit"], .rtp__calendar .btn-group-xs > .navbar-btn.rtp__recurrencer-button, .rtp__calendar .btn-group-xs > .navbar-btn.rtp__multi-recurrencer-button, .rtp__calendar .rtp__recurrencer-modal .btn-group-xs > button.navbar-btn[type="submit"],
  .rtp__calendar .rtp__multi-recurrencer-modal .btn-group-xs > button.navbar-btn[type="submit"], .rtp__calendar .rtp__modal .rtp__error .rtp__recurrencer-error__disabledTimings button.navbar-btn {
    margin-top: 14px;
    margin-bottom: 14px; }

.navbar-text {
  margin-top: 15px;
  margin-bottom: 15px; }
  @media (min-width: 768px) {
    .navbar-text {
      float: left;
      margin-left: 15px;
      margin-right: 15px; } }

@media (min-width: 768px) {
  .navbar-left {
    float: left !important; }
  .navbar-right {
    float: right !important;
    margin-right: -15px; }
    .navbar-right ~ .navbar-right {
      margin-right: 0; } }

.navbar-default {
  background-color: #fff;
  border-color: #eeeeee; }
  .navbar-default .navbar-brand {
    color: #777; }
    .navbar-default .navbar-brand:hover, .navbar-default .navbar-brand:focus {
      color: #5e5e5e;
      background-color: transparent; }
  .navbar-default .navbar-text {
    color: #777; }
  .navbar-default .navbar-nav > li > a {
    color: #777; }
    .navbar-default .navbar-nav > li > a:hover, .navbar-default .navbar-nav > li > a:focus {
      color: #333;
      background-color: transparent; }
  .navbar-default .navbar-nav > .active > a, .navbar-default .navbar-nav > .active > a:hover, .navbar-default .navbar-nav > .active > a:focus {
    color: #555;
    background-color: #eeeeee; }
  .navbar-default .navbar-nav > .disabled > a, .navbar-default .navbar-nav > .disabled > a:hover, .navbar-default .navbar-nav > .disabled > a:focus {
    color: #ccc;
    background-color: transparent; }
  .navbar-default .navbar-toggle {
    border-color: #ddd; }
    .navbar-default .navbar-toggle:hover, .navbar-default .navbar-toggle:focus {
      background-color: #ddd; }
    .navbar-default .navbar-toggle .icon-bar {
      background-color: #888; }
  .navbar-default .navbar-collapse,
  .navbar-default .navbar-form {
    border-color: #eeeeee; }
  .navbar-default .navbar-nav > .open > a, .navbar-default .navbar-nav > .open > a:hover, .navbar-default .navbar-nav > .open > a:focus {
    background-color: #eeeeee;
    color: #555; }
  @media (max-width: 767px) {
    .navbar-default .navbar-nav .open .dropdown-menu > li > a {
      color: #777; }
      .navbar-default .navbar-nav .open .dropdown-menu > li > a:hover, .navbar-default .navbar-nav .open .dropdown-menu > li > a:focus {
        color: #333;
        background-color: transparent; }
    .navbar-default .navbar-nav .open .dropdown-menu > .active > a, .navbar-default .navbar-nav .open .dropdown-menu > .active > a:hover, .navbar-default .navbar-nav .open .dropdown-menu > .active > a:focus {
      color: #555;
      background-color: #eeeeee; }
    .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a, .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a:hover, .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a:focus {
      color: #ccc;
      background-color: transparent; } }
  .navbar-default .navbar-link {
    color: #777; }
    .navbar-default .navbar-link:hover {
      color: #333; }
  .navbar-default .btn-link, .navbar-default .btn.btn-link-inline, .navbar-default .rtp__calendar .rtp__modal .rtp__error .rtp__recurrencer-error__disabledTimings button.btn-link-inline, .rtp__calendar .rtp__modal .rtp__error .rtp__recurrencer-error__disabledTimings .navbar-default button.btn-link-inline, .navbar-default .rtp__calendar .rtp__edit-modal button.btn-link-inline[type="submit"], .rtp__calendar .rtp__edit-modal .navbar-default button.btn-link-inline[type="submit"], .navbar-default .rtp__calendar .rtp__recurrencer-modal button.btn-link-inline[type="submit"], .rtp__calendar .rtp__recurrencer-modal .navbar-default button.btn-link-inline[type="submit"],
  .navbar-default .rtp__calendar .rtp__multi-recurrencer-modal button.btn-link-inline[type="submit"], .rtp__calendar .rtp__multi-recurrencer-modal .navbar-default button.btn-link-inline[type="submit"], .navbar-default .rtp__calendar .rtp__recurrencer-button, .rtp__calendar .navbar-default .rtp__recurrencer-button, .navbar-default .rtp__calendar .rtp__multi-recurrencer-button, .rtp__calendar .navbar-default .rtp__multi-recurrencer-button {
    color: #777; }
    .navbar-default .btn-link:hover, .navbar-default .btn.btn-link-inline:hover, .navbar-default .rtp__calendar .rtp__modal .rtp__error .rtp__recurrencer-error__disabledTimings button.btn-link-inline:hover, .rtp__calendar .rtp__modal .rtp__error .rtp__recurrencer-error__disabledTimings .navbar-default button.btn-link-inline:hover, .navbar-default .rtp__calendar .rtp__edit-modal button.btn-link-inline:hover[type="submit"], .rtp__calendar .rtp__edit-modal .navbar-default button.btn-link-inline:hover[type="submit"], .navbar-default .rtp__calendar .rtp__recurrencer-modal button.btn-link-inline:hover[type="submit"], .rtp__calendar .rtp__recurrencer-modal .navbar-default button.btn-link-inline:hover[type="submit"],
    .navbar-default .rtp__calendar .rtp__multi-recurrencer-modal button.btn-link-inline:hover[type="submit"], .rtp__calendar .rtp__multi-recurrencer-modal .navbar-default button.btn-link-inline:hover[type="submit"], .navbar-default .rtp__calendar .rtp__recurrencer-button:hover, .rtp__calendar .navbar-default .rtp__recurrencer-button:hover, .navbar-default .rtp__calendar .rtp__multi-recurrencer-button:hover, .rtp__calendar .navbar-default .rtp__multi-recurrencer-button:hover, .navbar-default .btn-link:focus, .navbar-default .btn.btn-link-inline:focus, .navbar-default .rtp__calendar .rtp__modal .rtp__error .rtp__recurrencer-error__disabledTimings button.btn-link-inline:focus, .rtp__calendar .rtp__modal .rtp__error .rtp__recurrencer-error__disabledTimings .navbar-default button.btn-link-inline:focus, .navbar-default .rtp__calendar .rtp__edit-modal button.btn-link-inline:focus[type="submit"], .rtp__calendar .rtp__edit-modal .navbar-default button.btn-link-inline:focus[type="submit"], .navbar-default .rtp__calendar .rtp__recurrencer-modal button.btn-link-inline:focus[type="submit"], .rtp__calendar .rtp__recurrencer-modal .navbar-default button.btn-link-inline:focus[type="submit"],
    .navbar-default .rtp__calendar .rtp__multi-recurrencer-modal button.btn-link-inline:focus[type="submit"], .rtp__calendar .rtp__multi-recurrencer-modal .navbar-default button.btn-link-inline:focus[type="submit"], .navbar-default .rtp__calendar .rtp__recurrencer-button:focus, .rtp__calendar .navbar-default .rtp__recurrencer-button:focus, .navbar-default .rtp__calendar .rtp__multi-recurrencer-button:focus, .rtp__calendar .navbar-default .rtp__multi-recurrencer-button:focus {
      color: #333; }
    .navbar-default .btn-link[disabled]:hover, .navbar-default .btn.btn-link-inline[disabled]:hover, .navbar-default .rtp__calendar .rtp__modal .rtp__error .rtp__recurrencer-error__disabledTimings button.btn-link-inline[disabled]:hover, .rtp__calendar .rtp__modal .rtp__error .rtp__recurrencer-error__disabledTimings .navbar-default button.btn-link-inline[disabled]:hover, .navbar-default .rtp__calendar .rtp__edit-modal button.btn-link-inline[disabled]:hover[type="submit"], .rtp__calendar .rtp__edit-modal .navbar-default button.btn-link-inline[disabled]:hover[type="submit"], .navbar-default .rtp__calendar .rtp__recurrencer-modal button.btn-link-inline[disabled]:hover[type="submit"], .rtp__calendar .rtp__recurrencer-modal .navbar-default button.btn-link-inline[disabled]:hover[type="submit"],
    .navbar-default .rtp__calendar .rtp__multi-recurrencer-modal button.btn-link-inline[disabled]:hover[type="submit"], .rtp__calendar .rtp__multi-recurrencer-modal .navbar-default button.btn-link-inline[disabled]:hover[type="submit"], .navbar-default .rtp__calendar .rtp__recurrencer-button[disabled]:hover, .rtp__calendar .navbar-default .rtp__recurrencer-button[disabled]:hover, .navbar-default .rtp__calendar .rtp__multi-recurrencer-button[disabled]:hover, .rtp__calendar .navbar-default .rtp__multi-recurrencer-button[disabled]:hover, .navbar-default .btn-link[disabled]:focus, .navbar-default .btn.btn-link-inline[disabled]:focus, .navbar-default .rtp__calendar .rtp__modal .rtp__error .rtp__recurrencer-error__disabledTimings button.btn-link-inline[disabled]:focus, .rtp__calendar .rtp__modal .rtp__error .rtp__recurrencer-error__disabledTimings .navbar-default button.btn-link-inline[disabled]:focus, .navbar-default .rtp__calendar .rtp__edit-modal button.btn-link-inline[disabled]:focus[type="submit"], .rtp__calendar .rtp__edit-modal .navbar-default button.btn-link-inline[disabled]:focus[type="submit"], .navbar-default .rtp__calendar .rtp__recurrencer-modal button.btn-link-inline[disabled]:focus[type="submit"], .rtp__calendar .rtp__recurrencer-modal .navbar-default button.btn-link-inline[disabled]:focus[type="submit"],
    .navbar-default .rtp__calendar .rtp__multi-recurrencer-modal button.btn-link-inline[disabled]:focus[type="submit"], .rtp__calendar .rtp__multi-recurrencer-modal .navbar-default button.btn-link-inline[disabled]:focus[type="submit"], .navbar-default .rtp__calendar .rtp__recurrencer-button[disabled]:focus, .rtp__calendar .navbar-default .rtp__recurrencer-button[disabled]:focus, .navbar-default .rtp__calendar .rtp__multi-recurrencer-button[disabled]:focus, .rtp__calendar .navbar-default .rtp__multi-recurrencer-button[disabled]:focus,
    fieldset[disabled] .navbar-default .btn-link:hover,
    fieldset[disabled] .navbar-default .btn.btn-link-inline:hover,
    fieldset[disabled] .navbar-default .rtp__calendar .rtp__modal .rtp__error .rtp__recurrencer-error__disabledTimings button.btn-link-inline:hover,
    .rtp__calendar .rtp__modal .rtp__error .rtp__recurrencer-error__disabledTimings fieldset[disabled] .navbar-default button.btn-link-inline:hover,
    fieldset[disabled] .navbar-default .rtp__calendar .rtp__edit-modal button.btn-link-inline:hover[type="submit"],
    .rtp__calendar .rtp__edit-modal fieldset[disabled] .navbar-default button.btn-link-inline:hover[type="submit"],
    fieldset[disabled] .navbar-default .rtp__calendar .rtp__recurrencer-modal button.btn-link-inline:hover[type="submit"],
    .rtp__calendar .rtp__recurrencer-modal fieldset[disabled] .navbar-default button.btn-link-inline:hover[type="submit"],
    fieldset[disabled] .navbar-default .rtp__calendar .rtp__multi-recurrencer-modal button.btn-link-inline:hover[type="submit"],
    .rtp__calendar .rtp__multi-recurrencer-modal fieldset[disabled] .navbar-default button.btn-link-inline:hover[type="submit"],
    fieldset[disabled] .navbar-default .rtp__calendar .rtp__recurrencer-button:hover,
    .rtp__calendar fieldset[disabled] .navbar-default .rtp__recurrencer-button:hover,
    fieldset[disabled] .navbar-default .rtp__calendar .rtp__multi-recurrencer-button:hover,
    .rtp__calendar fieldset[disabled] .navbar-default .rtp__multi-recurrencer-button:hover,
    fieldset[disabled] .navbar-default .btn-link:focus,
    fieldset[disabled] .navbar-default .btn.btn-link-inline:focus,
    fieldset[disabled] .navbar-default .rtp__calendar .rtp__modal .rtp__error .rtp__recurrencer-error__disabledTimings button.btn-link-inline:focus,
    .rtp__calendar .rtp__modal .rtp__error .rtp__recurrencer-error__disabledTimings fieldset[disabled] .navbar-default button.btn-link-inline:focus,
    fieldset[disabled] .navbar-default .rtp__calendar .rtp__edit-modal button.btn-link-inline:focus[type="submit"],
    .rtp__calendar .rtp__edit-modal fieldset[disabled] .navbar-default button.btn-link-inline:focus[type="submit"],
    fieldset[disabled] .navbar-default .rtp__calendar .rtp__recurrencer-modal button.btn-link-inline:focus[type="submit"],
    .rtp__calendar .rtp__recurrencer-modal fieldset[disabled] .navbar-default button.btn-link-inline:focus[type="submit"],
    fieldset[disabled] .navbar-default .rtp__calendar .rtp__multi-recurrencer-modal button.btn-link-inline:focus[type="submit"],
    .rtp__calendar .rtp__multi-recurrencer-modal fieldset[disabled] .navbar-default button.btn-link-inline:focus[type="submit"],
    fieldset[disabled] .navbar-default .rtp__calendar .rtp__recurrencer-button:focus,
    .rtp__calendar fieldset[disabled] .navbar-default .rtp__recurrencer-button:focus,
    fieldset[disabled] .navbar-default .rtp__calendar .rtp__multi-recurrencer-button:focus,
    .rtp__calendar fieldset[disabled] .navbar-default .rtp__multi-recurrencer-button:focus {
      color: #ccc; }

.navbar-inverse {
  background-color: #222;
  border-color: #090909; }
  .navbar-inverse .navbar-brand {
    color: #9d9d9d; }
    .navbar-inverse .navbar-brand:hover, .navbar-inverse .navbar-brand:focus {
      color: #fff;
      background-color: transparent; }
  .navbar-inverse .navbar-text {
    color: #9d9d9d; }
  .navbar-inverse .navbar-nav > li > a {
    color: #9d9d9d; }
    .navbar-inverse .navbar-nav > li > a:hover, .navbar-inverse .navbar-nav > li > a:focus {
      color: #fff;
      background-color: transparent; }
  .navbar-inverse .navbar-nav > .active > a, .navbar-inverse .navbar-nav > .active > a:hover, .navbar-inverse .navbar-nav > .active > a:focus {
    color: #fff;
    background-color: #090909; }
  .navbar-inverse .navbar-nav > .disabled > a, .navbar-inverse .navbar-nav > .disabled > a:hover, .navbar-inverse .navbar-nav > .disabled > a:focus {
    color: #444;
    background-color: transparent; }
  .navbar-inverse .navbar-toggle {
    border-color: #333; }
    .navbar-inverse .navbar-toggle:hover, .navbar-inverse .navbar-toggle:focus {
      background-color: #333; }
    .navbar-inverse .navbar-toggle .icon-bar {
      background-color: #fff; }
  .navbar-inverse .navbar-collapse,
  .navbar-inverse .navbar-form {
    border-color: #101010; }
  .navbar-inverse .navbar-nav > .open > a, .navbar-inverse .navbar-nav > .open > a:hover, .navbar-inverse .navbar-nav > .open > a:focus {
    background-color: #090909;
    color: #fff; }
  @media (max-width: 767px) {
    .navbar-inverse .navbar-nav .open .dropdown-menu > .dropdown-header {
      border-color: #090909; }
    .navbar-inverse .navbar-nav .open .dropdown-menu .divider {
      background-color: #090909; }
    .navbar-inverse .navbar-nav .open .dropdown-menu > li > a {
      color: #9d9d9d; }
      .navbar-inverse .navbar-nav .open .dropdown-menu > li > a:hover, .navbar-inverse .navbar-nav .open .dropdown-menu > li > a:focus {
        color: #fff;
        background-color: transparent; }
    .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a, .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a:hover, .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a:focus {
      color: #fff;
      background-color: #090909; }
    .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a, .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a:hover, .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a:focus {
      color: #444;
      background-color: transparent; } }
  .navbar-inverse .navbar-link {
    color: #9d9d9d; }
    .navbar-inverse .navbar-link:hover {
      color: #fff; }
  .navbar-inverse .btn-link, .navbar-inverse .btn.btn-link-inline, .navbar-inverse .rtp__calendar .rtp__modal .rtp__error .rtp__recurrencer-error__disabledTimings button.btn-link-inline, .rtp__calendar .rtp__modal .rtp__error .rtp__recurrencer-error__disabledTimings .navbar-inverse button.btn-link-inline, .navbar-inverse .rtp__calendar .rtp__edit-modal button.btn-link-inline[type="submit"], .rtp__calendar .rtp__edit-modal .navbar-inverse button.btn-link-inline[type="submit"], .navbar-inverse .rtp__calendar .rtp__recurrencer-modal button.btn-link-inline[type="submit"], .rtp__calendar .rtp__recurrencer-modal .navbar-inverse button.btn-link-inline[type="submit"],
  .navbar-inverse .rtp__calendar .rtp__multi-recurrencer-modal button.btn-link-inline[type="submit"], .rtp__calendar .rtp__multi-recurrencer-modal .navbar-inverse button.btn-link-inline[type="submit"], .navbar-inverse .rtp__calendar .rtp__recurrencer-button, .rtp__calendar .navbar-inverse .rtp__recurrencer-button, .navbar-inverse .rtp__calendar .rtp__multi-recurrencer-button, .rtp__calendar .navbar-inverse .rtp__multi-recurrencer-button {
    color: #9d9d9d; }
    .navbar-inverse .btn-link:hover, .navbar-inverse .btn.btn-link-inline:hover, .navbar-inverse .rtp__calendar .rtp__modal .rtp__error .rtp__recurrencer-error__disabledTimings button.btn-link-inline:hover, .rtp__calendar .rtp__modal .rtp__error .rtp__recurrencer-error__disabledTimings .navbar-inverse button.btn-link-inline:hover, .navbar-inverse .rtp__calendar .rtp__edit-modal button.btn-link-inline:hover[type="submit"], .rtp__calendar .rtp__edit-modal .navbar-inverse button.btn-link-inline:hover[type="submit"], .navbar-inverse .rtp__calendar .rtp__recurrencer-modal button.btn-link-inline:hover[type="submit"], .rtp__calendar .rtp__recurrencer-modal .navbar-inverse button.btn-link-inline:hover[type="submit"],
    .navbar-inverse .rtp__calendar .rtp__multi-recurrencer-modal button.btn-link-inline:hover[type="submit"], .rtp__calendar .rtp__multi-recurrencer-modal .navbar-inverse button.btn-link-inline:hover[type="submit"], .navbar-inverse .rtp__calendar .rtp__recurrencer-button:hover, .rtp__calendar .navbar-inverse .rtp__recurrencer-button:hover, .navbar-inverse .rtp__calendar .rtp__multi-recurrencer-button:hover, .rtp__calendar .navbar-inverse .rtp__multi-recurrencer-button:hover, .navbar-inverse .btn-link:focus, .navbar-inverse .btn.btn-link-inline:focus, .navbar-inverse .rtp__calendar .rtp__modal .rtp__error .rtp__recurrencer-error__disabledTimings button.btn-link-inline:focus, .rtp__calendar .rtp__modal .rtp__error .rtp__recurrencer-error__disabledTimings .navbar-inverse button.btn-link-inline:focus, .navbar-inverse .rtp__calendar .rtp__edit-modal button.btn-link-inline:focus[type="submit"], .rtp__calendar .rtp__edit-modal .navbar-inverse button.btn-link-inline:focus[type="submit"], .navbar-inverse .rtp__calendar .rtp__recurrencer-modal button.btn-link-inline:focus[type="submit"], .rtp__calendar .rtp__recurrencer-modal .navbar-inverse button.btn-link-inline:focus[type="submit"],
    .navbar-inverse .rtp__calendar .rtp__multi-recurrencer-modal button.btn-link-inline:focus[type="submit"], .rtp__calendar .rtp__multi-recurrencer-modal .navbar-inverse button.btn-link-inline:focus[type="submit"], .navbar-inverse .rtp__calendar .rtp__recurrencer-button:focus, .rtp__calendar .navbar-inverse .rtp__recurrencer-button:focus, .navbar-inverse .rtp__calendar .rtp__multi-recurrencer-button:focus, .rtp__calendar .navbar-inverse .rtp__multi-recurrencer-button:focus {
      color: #fff; }
    .navbar-inverse .btn-link[disabled]:hover, .navbar-inverse .btn.btn-link-inline[disabled]:hover, .navbar-inverse .rtp__calendar .rtp__modal .rtp__error .rtp__recurrencer-error__disabledTimings button.btn-link-inline[disabled]:hover, .rtp__calendar .rtp__modal .rtp__error .rtp__recurrencer-error__disabledTimings .navbar-inverse button.btn-link-inline[disabled]:hover, .navbar-inverse .rtp__calendar .rtp__edit-modal button.btn-link-inline[disabled]:hover[type="submit"], .rtp__calendar .rtp__edit-modal .navbar-inverse button.btn-link-inline[disabled]:hover[type="submit"], .navbar-inverse .rtp__calendar .rtp__recurrencer-modal button.btn-link-inline[disabled]:hover[type="submit"], .rtp__calendar .rtp__recurrencer-modal .navbar-inverse button.btn-link-inline[disabled]:hover[type="submit"],
    .navbar-inverse .rtp__calendar .rtp__multi-recurrencer-modal button.btn-link-inline[disabled]:hover[type="submit"], .rtp__calendar .rtp__multi-recurrencer-modal .navbar-inverse button.btn-link-inline[disabled]:hover[type="submit"], .navbar-inverse .rtp__calendar .rtp__recurrencer-button[disabled]:hover, .rtp__calendar .navbar-inverse .rtp__recurrencer-button[disabled]:hover, .navbar-inverse .rtp__calendar .rtp__multi-recurrencer-button[disabled]:hover, .rtp__calendar .navbar-inverse .rtp__multi-recurrencer-button[disabled]:hover, .navbar-inverse .btn-link[disabled]:focus, .navbar-inverse .btn.btn-link-inline[disabled]:focus, .navbar-inverse .rtp__calendar .rtp__modal .rtp__error .rtp__recurrencer-error__disabledTimings button.btn-link-inline[disabled]:focus, .rtp__calendar .rtp__modal .rtp__error .rtp__recurrencer-error__disabledTimings .navbar-inverse button.btn-link-inline[disabled]:focus, .navbar-inverse .rtp__calendar .rtp__edit-modal button.btn-link-inline[disabled]:focus[type="submit"], .rtp__calendar .rtp__edit-modal .navbar-inverse button.btn-link-inline[disabled]:focus[type="submit"], .navbar-inverse .rtp__calendar .rtp__recurrencer-modal button.btn-link-inline[disabled]:focus[type="submit"], .rtp__calendar .rtp__recurrencer-modal .navbar-inverse button.btn-link-inline[disabled]:focus[type="submit"],
    .navbar-inverse .rtp__calendar .rtp__multi-recurrencer-modal button.btn-link-inline[disabled]:focus[type="submit"], .rtp__calendar .rtp__multi-recurrencer-modal .navbar-inverse button.btn-link-inline[disabled]:focus[type="submit"], .navbar-inverse .rtp__calendar .rtp__recurrencer-button[disabled]:focus, .rtp__calendar .navbar-inverse .rtp__recurrencer-button[disabled]:focus, .navbar-inverse .rtp__calendar .rtp__multi-recurrencer-button[disabled]:focus, .rtp__calendar .navbar-inverse .rtp__multi-recurrencer-button[disabled]:focus,
    fieldset[disabled] .navbar-inverse .btn-link:hover,
    fieldset[disabled] .navbar-inverse .btn.btn-link-inline:hover,
    fieldset[disabled] .navbar-inverse .rtp__calendar .rtp__modal .rtp__error .rtp__recurrencer-error__disabledTimings button.btn-link-inline:hover,
    .rtp__calendar .rtp__modal .rtp__error .rtp__recurrencer-error__disabledTimings fieldset[disabled] .navbar-inverse button.btn-link-inline:hover,
    fieldset[disabled] .navbar-inverse .rtp__calendar .rtp__edit-modal button.btn-link-inline:hover[type="submit"],
    .rtp__calendar .rtp__edit-modal fieldset[disabled] .navbar-inverse button.btn-link-inline:hover[type="submit"],
    fieldset[disabled] .navbar-inverse .rtp__calendar .rtp__recurrencer-modal button.btn-link-inline:hover[type="submit"],
    .rtp__calendar .rtp__recurrencer-modal fieldset[disabled] .navbar-inverse button.btn-link-inline:hover[type="submit"],
    fieldset[disabled] .navbar-inverse .rtp__calendar .rtp__multi-recurrencer-modal button.btn-link-inline:hover[type="submit"],
    .rtp__calendar .rtp__multi-recurrencer-modal fieldset[disabled] .navbar-inverse button.btn-link-inline:hover[type="submit"],
    fieldset[disabled] .navbar-inverse .rtp__calendar .rtp__recurrencer-button:hover,
    .rtp__calendar fieldset[disabled] .navbar-inverse .rtp__recurrencer-button:hover,
    fieldset[disabled] .navbar-inverse .rtp__calendar .rtp__multi-recurrencer-button:hover,
    .rtp__calendar fieldset[disabled] .navbar-inverse .rtp__multi-recurrencer-button:hover,
    fieldset[disabled] .navbar-inverse .btn-link:focus,
    fieldset[disabled] .navbar-inverse .btn.btn-link-inline:focus,
    fieldset[disabled] .navbar-inverse .rtp__calendar .rtp__modal .rtp__error .rtp__recurrencer-error__disabledTimings button.btn-link-inline:focus,
    .rtp__calendar .rtp__modal .rtp__error .rtp__recurrencer-error__disabledTimings fieldset[disabled] .navbar-inverse button.btn-link-inline:focus,
    fieldset[disabled] .navbar-inverse .rtp__calendar .rtp__edit-modal button.btn-link-inline:focus[type="submit"],
    .rtp__calendar .rtp__edit-modal fieldset[disabled] .navbar-inverse button.btn-link-inline:focus[type="submit"],
    fieldset[disabled] .navbar-inverse .rtp__calendar .rtp__recurrencer-modal button.btn-link-inline:focus[type="submit"],
    .rtp__calendar .rtp__recurrencer-modal fieldset[disabled] .navbar-inverse button.btn-link-inline:focus[type="submit"],
    fieldset[disabled] .navbar-inverse .rtp__calendar .rtp__multi-recurrencer-modal button.btn-link-inline:focus[type="submit"],
    .rtp__calendar .rtp__multi-recurrencer-modal fieldset[disabled] .navbar-inverse button.btn-link-inline:focus[type="submit"],
    fieldset[disabled] .navbar-inverse .rtp__calendar .rtp__recurrencer-button:focus,
    .rtp__calendar fieldset[disabled] .navbar-inverse .rtp__recurrencer-button:focus,
    fieldset[disabled] .navbar-inverse .rtp__calendar .rtp__multi-recurrencer-button:focus,
    .rtp__calendar fieldset[disabled] .navbar-inverse .rtp__multi-recurrencer-button:focus {
      color: #444; }

.breadcrumb {
  padding: 8px 15px;
  margin-bottom: 20px;
  list-style: none;
  background-color: #f5f5f5;
  border-radius: 4px; }
  .breadcrumb > li {
    display: inline-block; }
    .breadcrumb > li + li:before {
      content: "/ ";
      padding: 0 5px;
      color: #ccc; }
  .breadcrumb > .active {
    color: #777777; }

.pagination {
  display: inline-block;
  padding-left: 0;
  margin: 20px 0;
  border-radius: 4px; }
  .pagination > li {
    display: inline; }
    .pagination > li > a,
    .pagination > li > span {
      position: relative;
      float: left;
      padding: 6px 12px;
      line-height: 1.42857;
      text-decoration: none;
      color: #41acdd;
      background-color: #fff;
      border: 1px solid #ddd;
      margin-left: -1px; }
    .pagination > li:first-child > a,
    .pagination > li:first-child > span {
      margin-left: 0;
      border-bottom-left-radius: 4px;
      border-top-left-radius: 4px; }
    .pagination > li:last-child > a,
    .pagination > li:last-child > span {
      border-bottom-right-radius: 4px;
      border-top-right-radius: 4px; }
  .pagination > li > a:hover, .pagination > li > a:focus,
  .pagination > li > span:hover,
  .pagination > li > span:focus {
    z-index: 3;
    color: #2084b2;
    background-color: #eeeeee;
    border-color: #ddd; }
  .pagination > .active > a, .pagination > .active > a:hover, .pagination > .active > a:focus,
  .pagination > .active > span,
  .pagination > .active > span:hover,
  .pagination > .active > span:focus {
    z-index: 2;
    color: #fff;
    background-color: #41acdd;
    border-color: #41acdd;
    cursor: default; }
  .pagination > .disabled > span,
  .pagination > .disabled > span:hover,
  .pagination > .disabled > span:focus,
  .pagination > .disabled > a,
  .pagination > .disabled > a:hover,
  .pagination > .disabled > a:focus {
    color: #777777;
    background-color: #fff;
    border-color: #ddd;
    cursor: not-allowed; }

.pagination-lg > li > a,
.pagination-lg > li > span {
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.33333; }

.pagination-lg > li:first-child > a,
.pagination-lg > li:first-child > span {
  border-bottom-left-radius: 6px;
  border-top-left-radius: 6px; }

.pagination-lg > li:last-child > a,
.pagination-lg > li:last-child > span {
  border-bottom-right-radius: 6px;
  border-top-right-radius: 6px; }

.pagination-sm > li > a,
.pagination-sm > li > span {
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5; }

.pagination-sm > li:first-child > a,
.pagination-sm > li:first-child > span {
  border-bottom-left-radius: 3px;
  border-top-left-radius: 3px; }

.pagination-sm > li:last-child > a,
.pagination-sm > li:last-child > span {
  border-bottom-right-radius: 3px;
  border-top-right-radius: 3px; }

.pager {
  padding-left: 0;
  margin: 20px 0;
  list-style: none;
  text-align: center; }
  .pager:before, .pager:after {
    content: " ";
    display: table; }
  .pager:after {
    clear: both; }
  .pager li {
    display: inline; }
    .pager li > a,
    .pager li > span {
      display: inline-block;
      padding: 5px 14px;
      background-color: #fff;
      border: 1px solid #ddd;
      border-radius: 15px; }
    .pager li > a:hover,
    .pager li > a:focus {
      text-decoration: none;
      background-color: #eeeeee; }
  .pager .next > a,
  .pager .next > span {
    float: right; }
  .pager .previous > a,
  .pager .previous > span {
    float: left; }
  .pager .disabled > a,
  .pager .disabled > a:hover,
  .pager .disabled > a:focus,
  .pager .disabled > span {
    color: #777777;
    background-color: #fff;
    cursor: not-allowed; }

.label {
  display: inline;
  padding: .2em .6em .3em;
  font-size: 75%;
  font-weight: bold;
  line-height: 1;
  color: #fff;
  text-align: center;
  white-space: nowrap;
  vertical-align: baseline;
  border-radius: .25em; }
  .label:empty {
    display: none; }
  .btn .label, .rtp__calendar .rtp__modal .rtp__error .rtp__recurrencer-error__disabledTimings button .label, .rtp__calendar .rtp__edit-modal button[type="submit"] .label, .rtp__calendar .rtp__recurrencer-button .label, .rtp__calendar .rtp__multi-recurrencer-button .label, .rtp__calendar .rtp__recurrencer-modal button[type="submit"] .label, .rtp__calendar .rtp__multi-recurrencer-modal button[type="submit"] .label {
    position: relative;
    top: -1px; }

a.label:hover, a.label:focus {
  color: #fff;
  text-decoration: none;
  cursor: pointer; }

.label-default {
  background-color: #777777; }
  .label-default[href]:hover, .label-default[href]:focus {
    background-color: #5e5e5e; }

.label-primary {
  background-color: #41acdd; }
  .label-primary[href]:hover, .label-primary[href]:focus {
    background-color: #2494c7; }

.label-success {
  background-color: #5cb85c; }
  .label-success[href]:hover, .label-success[href]:focus {
    background-color: #449d44; }

.label-info {
  background-color: #5bc0de; }
  .label-info[href]:hover, .label-info[href]:focus {
    background-color: #31b0d5; }

.label-warning {
  background-color: #f0ad4e; }
  .label-warning[href]:hover, .label-warning[href]:focus {
    background-color: #ec971f; }

.label-danger {
  background-color: #d9534f; }
  .label-danger[href]:hover, .label-danger[href]:focus {
    background-color: #c9302c; }

.jumbotron {
  padding-top: 15px;
  padding-bottom: 15px;
  margin-bottom: 15px;
  color: inherit;
  background-color: transparent; }
  .jumbotron h1,
  .jumbotron .h1 {
    color: inherit; }
  .jumbotron p {
    margin-bottom: 7.5px;
    font-size: 21px;
    font-weight: 200; }
  .jumbotron > hr {
    border-top-color: rgba(0, 0, 0, 0); }
  .container .jumbotron,
  .container-fluid .jumbotron {
    border-radius: 6px; }
  .jumbotron .container {
    max-width: 100%; }
  @media screen and (min-width: 768px) {
    .jumbotron {
      padding-top: 24px;
      padding-bottom: 24px; }
      .container .jumbotron,
      .container-fluid .jumbotron {
        padding-left: 30px;
        padding-right: 30px; }
      .jumbotron h1,
      .jumbotron .h1 {
        font-size: 63px; } }

.alert {
  padding: 15px;
  margin-bottom: 20px;
  border: 1px solid transparent;
  border-radius: 4px; }
  .alert h4 {
    margin-top: 0;
    color: inherit; }
  .alert .alert-link {
    font-weight: bold; }
  .alert > p,
  .alert > ul {
    margin-bottom: 0; }
  .alert > p + p {
    margin-top: 5px; }

.alert-dismissable,
.alert-dismissible {
  padding-right: 35px; }
  .alert-dismissable .close,
  .alert-dismissible .close {
    position: relative;
    top: -2px;
    right: -21px;
    color: inherit; }

.alert-success {
  background-color: #dff0d8;
  border-color: #d6e9c6;
  color: #3c763d; }
  .alert-success hr {
    border-top-color: #c9e2b3; }
  .alert-success .alert-link {
    color: #2b542c; }

.alert-info {
  background-color: #d9edf7;
  border-color: #bce8f1;
  color: #31708f; }
  .alert-info hr {
    border-top-color: #a6e1ec; }
  .alert-info .alert-link {
    color: #245269; }

.alert-warning {
  background-color: #fcf8e3;
  border-color: #faebcc;
  color: #8a6d3b; }
  .alert-warning hr {
    border-top-color: #f7e1b5; }
  .alert-warning .alert-link {
    color: #66512c; }

.alert-danger {
  background-color: #f2dede;
  border-color: #ebccd1;
  color: #da4453; }
  .alert-danger hr {
    border-top-color: #e4b9c0; }
  .alert-danger .alert-link {
    color: #c42737; }

.media {
  margin-top: 15px; }
  .media:first-child {
    margin-top: 0; }

.media,
.media-body {
  zoom: 1;
  overflow: hidden; }

.media-body {
  width: 10000px; }

.media-object {
  display: block; }
  .media-object.img-thumbnail {
    max-width: none; }

.media-right,
.media > .pull-right {
  padding-left: 10px; }

.media-left,
.media > .pull-left {
  padding-right: 10px; }

.media-left,
.media-right,
.media-body {
  display: table-cell;
  vertical-align: top; }

.media-middle {
  vertical-align: middle; }

.media-bottom {
  vertical-align: bottom; }

.media-heading {
  margin-top: 0;
  margin-bottom: 5px; }

.media-list {
  padding-left: 0;
  list-style: none; }

.list-group {
  margin-bottom: 20px;
  padding-left: 0; }

.list-group-item {
  position: relative;
  display: block;
  padding: 10px 15px;
  margin-bottom: -1px;
  background-color: #fff;
  border: 1px solid #ddd; }
  .list-group-item:first-child {
    border-top-right-radius: 4px;
    border-top-left-radius: 4px; }
  .list-group-item:last-child {
    margin-bottom: 0;
    border-bottom-right-radius: 4px;
    border-bottom-left-radius: 4px; }

a.list-group-item,
button.list-group-item {
  color: #555; }
  a.list-group-item .list-group-item-heading,
  button.list-group-item .list-group-item-heading {
    color: #333; }
  a.list-group-item:hover, a.list-group-item:focus,
  button.list-group-item:hover,
  button.list-group-item:focus {
    text-decoration: none;
    color: #555;
    background-color: #f5f5f5; }

button.list-group-item {
  width: 100%;
  text-align: left; }

.list-group-item.disabled, .list-group-item.disabled:hover, .list-group-item.disabled:focus {
  background-color: #eeeeee;
  color: #777777;
  cursor: not-allowed; }
  .list-group-item.disabled .list-group-item-heading, .list-group-item.disabled:hover .list-group-item-heading, .list-group-item.disabled:focus .list-group-item-heading {
    color: inherit; }
  .list-group-item.disabled .list-group-item-text, .list-group-item.disabled:hover .list-group-item-text, .list-group-item.disabled:focus .list-group-item-text {
    color: #777777; }

.list-group-item.active, .list-group-item.active:hover, .list-group-item.active:focus {
  z-index: 2;
  color: #fff;
  background-color: #41acdd;
  border-color: #41acdd; }
  .list-group-item.active .list-group-item-heading,
  .list-group-item.active .list-group-item-heading > small,
  .list-group-item.active .list-group-item-heading > .small, .list-group-item.active:hover .list-group-item-heading,
  .list-group-item.active:hover .list-group-item-heading > small,
  .list-group-item.active:hover .list-group-item-heading > .small, .list-group-item.active:focus .list-group-item-heading,
  .list-group-item.active:focus .list-group-item-heading > small,
  .list-group-item.active:focus .list-group-item-heading > .small {
    color: inherit; }
  .list-group-item.active .list-group-item-text, .list-group-item.active:hover .list-group-item-text, .list-group-item.active:focus .list-group-item-text {
    color: #eef8fc; }

.list-group-item-success {
  color: #3c763d;
  background-color: #dff0d8; }

a.list-group-item-success,
button.list-group-item-success {
  color: #3c763d; }
  a.list-group-item-success .list-group-item-heading,
  button.list-group-item-success .list-group-item-heading {
    color: inherit; }
  a.list-group-item-success:hover, a.list-group-item-success:focus,
  button.list-group-item-success:hover,
  button.list-group-item-success:focus {
    color: #3c763d;
    background-color: #d0e9c6; }
  a.list-group-item-success.active, a.list-group-item-success.active:hover, a.list-group-item-success.active:focus,
  button.list-group-item-success.active,
  button.list-group-item-success.active:hover,
  button.list-group-item-success.active:focus {
    color: #fff;
    background-color: #3c763d;
    border-color: #3c763d; }

.list-group-item-info {
  color: #31708f;
  background-color: #d9edf7; }

a.list-group-item-info,
button.list-group-item-info {
  color: #31708f; }
  a.list-group-item-info .list-group-item-heading,
  button.list-group-item-info .list-group-item-heading {
    color: inherit; }
  a.list-group-item-info:hover, a.list-group-item-info:focus,
  button.list-group-item-info:hover,
  button.list-group-item-info:focus {
    color: #31708f;
    background-color: #c4e3f3; }
  a.list-group-item-info.active, a.list-group-item-info.active:hover, a.list-group-item-info.active:focus,
  button.list-group-item-info.active,
  button.list-group-item-info.active:hover,
  button.list-group-item-info.active:focus {
    color: #fff;
    background-color: #31708f;
    border-color: #31708f; }

.list-group-item-warning {
  color: #8a6d3b;
  background-color: #fcf8e3; }

a.list-group-item-warning,
button.list-group-item-warning {
  color: #8a6d3b; }
  a.list-group-item-warning .list-group-item-heading,
  button.list-group-item-warning .list-group-item-heading {
    color: inherit; }
  a.list-group-item-warning:hover, a.list-group-item-warning:focus,
  button.list-group-item-warning:hover,
  button.list-group-item-warning:focus {
    color: #8a6d3b;
    background-color: #faf2cc; }
  a.list-group-item-warning.active, a.list-group-item-warning.active:hover, a.list-group-item-warning.active:focus,
  button.list-group-item-warning.active,
  button.list-group-item-warning.active:hover,
  button.list-group-item-warning.active:focus {
    color: #fff;
    background-color: #8a6d3b;
    border-color: #8a6d3b; }

.list-group-item-danger {
  color: #da4453;
  background-color: #f2dede; }

a.list-group-item-danger,
button.list-group-item-danger {
  color: #da4453; }
  a.list-group-item-danger .list-group-item-heading,
  button.list-group-item-danger .list-group-item-heading {
    color: inherit; }
  a.list-group-item-danger:hover, a.list-group-item-danger:focus,
  button.list-group-item-danger:hover,
  button.list-group-item-danger:focus {
    color: #da4453;
    background-color: #ebcccc; }
  a.list-group-item-danger.active, a.list-group-item-danger.active:hover, a.list-group-item-danger.active:focus,
  button.list-group-item-danger.active,
  button.list-group-item-danger.active:hover,
  button.list-group-item-danger.active:focus {
    color: #fff;
    background-color: #da4453;
    border-color: #da4453; }

.list-group-item-heading {
  margin-top: 0;
  margin-bottom: 5px; }

.list-group-item-text {
  margin-bottom: 0;
  line-height: 1.3; }

.panel {
  margin-bottom: 20px;
  background-color: #fff;
  border: 1px solid transparent;
  border-radius: 4px;
  -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05); }

.panel-body {
  padding: 15px; }
  .panel-body:before, .panel-body:after {
    content: " ";
    display: table; }
  .panel-body:after {
    clear: both; }

.panel-heading {
  padding: 10px 15px;
  border-bottom: 1px solid transparent;
  border-top-right-radius: 3px;
  border-top-left-radius: 3px; }
  .panel-heading > .dropdown .dropdown-toggle {
    color: inherit; }

.panel-title {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 16px;
  color: inherit; }
  .panel-title > a,
  .panel-title > small,
  .panel-title > .small,
  .panel-title > small > a,
  .panel-title > .small > a {
    color: inherit; }

.panel-footer {
  padding: 10px 15px;
  background-color: #f5f5f5;
  border-top: 1px solid #ddd;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px; }

.panel > .list-group,
.panel > .panel-collapse > .list-group {
  margin-bottom: 0; }
  .panel > .list-group .list-group-item,
  .panel > .panel-collapse > .list-group .list-group-item {
    border-width: 1px 0;
    border-radius: 0; }
  .panel > .list-group:first-child .list-group-item:first-child,
  .panel > .panel-collapse > .list-group:first-child .list-group-item:first-child {
    border-top: 0;
    border-top-right-radius: 3px;
    border-top-left-radius: 3px; }
  .panel > .list-group:last-child .list-group-item:last-child,
  .panel > .panel-collapse > .list-group:last-child .list-group-item:last-child {
    border-bottom: 0;
    border-bottom-right-radius: 3px;
    border-bottom-left-radius: 3px; }

.panel > .panel-heading + .panel-collapse > .list-group .list-group-item:first-child {
  border-top-right-radius: 0;
  border-top-left-radius: 0; }

.panel-heading + .list-group .list-group-item:first-child {
  border-top-width: 0; }

.list-group + .panel-footer {
  border-top-width: 0; }

.panel > .table,
.panel > .table-responsive > .table,
.panel > .panel-collapse > .table {
  margin-bottom: 0; }
  .panel > .table caption,
  .panel > .table-responsive > .table caption,
  .panel > .panel-collapse > .table caption {
    padding-left: 15px;
    padding-right: 15px; }

.panel > .table:first-child,
.panel > .table-responsive:first-child > .table:first-child {
  border-top-right-radius: 3px;
  border-top-left-radius: 3px; }
  .panel > .table:first-child > thead:first-child > tr:first-child,
  .panel > .table:first-child > tbody:first-child > tr:first-child,
  .panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child,
  .panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child {
    border-top-left-radius: 3px;
    border-top-right-radius: 3px; }
    .panel > .table:first-child > thead:first-child > tr:first-child td:first-child,
    .panel > .table:first-child > thead:first-child > tr:first-child th:first-child,
    .panel > .table:first-child > tbody:first-child > tr:first-child td:first-child,
    .panel > .table:first-child > tbody:first-child > tr:first-child th:first-child,
    .panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child td:first-child,
    .panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child th:first-child,
    .panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child td:first-child,
    .panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child th:first-child {
      border-top-left-radius: 3px; }
    .panel > .table:first-child > thead:first-child > tr:first-child td:last-child,
    .panel > .table:first-child > thead:first-child > tr:first-child th:last-child,
    .panel > .table:first-child > tbody:first-child > tr:first-child td:last-child,
    .panel > .table:first-child > tbody:first-child > tr:first-child th:last-child,
    .panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child td:last-child,
    .panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child th:last-child,
    .panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child td:last-child,
    .panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child th:last-child {
      border-top-right-radius: 3px; }

.panel > .table:last-child,
.panel > .table-responsive:last-child > .table:last-child {
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px; }
  .panel > .table:last-child > tbody:last-child > tr:last-child,
  .panel > .table:last-child > tfoot:last-child > tr:last-child,
  .panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child,
  .panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child {
    border-bottom-left-radius: 3px;
    border-bottom-right-radius: 3px; }
    .panel > .table:last-child > tbody:last-child > tr:last-child td:first-child,
    .panel > .table:last-child > tbody:last-child > tr:last-child th:first-child,
    .panel > .table:last-child > tfoot:last-child > tr:last-child td:first-child,
    .panel > .table:last-child > tfoot:last-child > tr:last-child th:first-child,
    .panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child td:first-child,
    .panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child th:first-child,
    .panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child td:first-child,
    .panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child th:first-child {
      border-bottom-left-radius: 3px; }
    .panel > .table:last-child > tbody:last-child > tr:last-child td:last-child,
    .panel > .table:last-child > tbody:last-child > tr:last-child th:last-child,
    .panel > .table:last-child > tfoot:last-child > tr:last-child td:last-child,
    .panel > .table:last-child > tfoot:last-child > tr:last-child th:last-child,
    .panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child td:last-child,
    .panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child th:last-child,
    .panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child td:last-child,
    .panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child th:last-child {
      border-bottom-right-radius: 3px; }

.panel > .panel-body + .table,
.panel > .panel-body + .table-responsive,
.panel > .table + .panel-body,
.panel > .table-responsive + .panel-body {
  border-top: 1px solid #ddd; }

.panel > .table > tbody:first-child > tr:first-child th,
.panel > .table > tbody:first-child > tr:first-child td {
  border-top: 0; }

.panel > .table-bordered,
.panel > .table-responsive > .table-bordered {
  border: 0; }
  .panel > .table-bordered > thead > tr > th:first-child,
  .panel > .table-bordered > thead > tr > td:first-child,
  .panel > .table-bordered > tbody > tr > th:first-child,
  .panel > .table-bordered > tbody > tr > td:first-child,
  .panel > .table-bordered > tfoot > tr > th:first-child,
  .panel > .table-bordered > tfoot > tr > td:first-child,
  .panel > .table-responsive > .table-bordered > thead > tr > th:first-child,
  .panel > .table-responsive > .table-bordered > thead > tr > td:first-child,
  .panel > .table-responsive > .table-bordered > tbody > tr > th:first-child,
  .panel > .table-responsive > .table-bordered > tbody > tr > td:first-child,
  .panel > .table-responsive > .table-bordered > tfoot > tr > th:first-child,
  .panel > .table-responsive > .table-bordered > tfoot > tr > td:first-child {
    border-left: 0; }
  .panel > .table-bordered > thead > tr > th:last-child,
  .panel > .table-bordered > thead > tr > td:last-child,
  .panel > .table-bordered > tbody > tr > th:last-child,
  .panel > .table-bordered > tbody > tr > td:last-child,
  .panel > .table-bordered > tfoot > tr > th:last-child,
  .panel > .table-bordered > tfoot > tr > td:last-child,
  .panel > .table-responsive > .table-bordered > thead > tr > th:last-child,
  .panel > .table-responsive > .table-bordered > thead > tr > td:last-child,
  .panel > .table-responsive > .table-bordered > tbody > tr > th:last-child,
  .panel > .table-responsive > .table-bordered > tbody > tr > td:last-child,
  .panel > .table-responsive > .table-bordered > tfoot > tr > th:last-child,
  .panel > .table-responsive > .table-bordered > tfoot > tr > td:last-child {
    border-right: 0; }
  .panel > .table-bordered > thead > tr:first-child > td,
  .panel > .table-bordered > thead > tr:first-child > th,
  .panel > .table-bordered > tbody > tr:first-child > td,
  .panel > .table-bordered > tbody > tr:first-child > th,
  .panel > .table-responsive > .table-bordered > thead > tr:first-child > td,
  .panel > .table-responsive > .table-bordered > thead > tr:first-child > th,
  .panel > .table-responsive > .table-bordered > tbody > tr:first-child > td,
  .panel > .table-responsive > .table-bordered > tbody > tr:first-child > th {
    border-bottom: 0; }
  .panel > .table-bordered > tbody > tr:last-child > td,
  .panel > .table-bordered > tbody > tr:last-child > th,
  .panel > .table-bordered > tfoot > tr:last-child > td,
  .panel > .table-bordered > tfoot > tr:last-child > th,
  .panel > .table-responsive > .table-bordered > tbody > tr:last-child > td,
  .panel > .table-responsive > .table-bordered > tbody > tr:last-child > th,
  .panel > .table-responsive > .table-bordered > tfoot > tr:last-child > td,
  .panel > .table-responsive > .table-bordered > tfoot > tr:last-child > th {
    border-bottom: 0; }

.panel > .table-responsive {
  border: 0;
  margin-bottom: 0; }

.panel-group {
  margin-bottom: 20px; }
  .panel-group .panel {
    margin-bottom: 0;
    border-radius: 4px; }
    .panel-group .panel + .panel {
      margin-top: 5px; }
  .panel-group .panel-heading {
    border-bottom: 0; }
    .panel-group .panel-heading + .panel-collapse > .panel-body,
    .panel-group .panel-heading + .panel-collapse > .list-group {
      border-top: 1px solid #ddd; }
  .panel-group .panel-footer {
    border-top: 0; }
    .panel-group .panel-footer + .panel-collapse .panel-body {
      border-bottom: 1px solid #ddd; }

.panel-default {
  border-color: #ddd; }
  .panel-default > .panel-heading {
    color: #333333;
    background-color: #f5f5f5;
    border-color: #ddd; }
    .panel-default > .panel-heading + .panel-collapse > .panel-body {
      border-top-color: #ddd; }
    .panel-default > .panel-heading .badge {
      color: #f5f5f5;
      background-color: #333333; }
  .panel-default > .panel-footer + .panel-collapse > .panel-body {
    border-bottom-color: #ddd; }

.panel-primary {
  border-color: #41acdd; }
  .panel-primary > .panel-heading {
    color: #fff;
    background-color: #41acdd;
    border-color: #41acdd; }
    .panel-primary > .panel-heading + .panel-collapse > .panel-body {
      border-top-color: #41acdd; }
    .panel-primary > .panel-heading .badge {
      color: #41acdd;
      background-color: #fff; }
  .panel-primary > .panel-footer + .panel-collapse > .panel-body {
    border-bottom-color: #41acdd; }

.panel-success {
  border-color: #d6e9c6; }
  .panel-success > .panel-heading {
    color: #3c763d;
    background-color: #dff0d8;
    border-color: #d6e9c6; }
    .panel-success > .panel-heading + .panel-collapse > .panel-body {
      border-top-color: #d6e9c6; }
    .panel-success > .panel-heading .badge {
      color: #dff0d8;
      background-color: #3c763d; }
  .panel-success > .panel-footer + .panel-collapse > .panel-body {
    border-bottom-color: #d6e9c6; }

.panel-info {
  border-color: #bce8f1; }
  .panel-info > .panel-heading {
    color: #31708f;
    background-color: #d9edf7;
    border-color: #bce8f1; }
    .panel-info > .panel-heading + .panel-collapse > .panel-body {
      border-top-color: #bce8f1; }
    .panel-info > .panel-heading .badge {
      color: #d9edf7;
      background-color: #31708f; }
  .panel-info > .panel-footer + .panel-collapse > .panel-body {
    border-bottom-color: #bce8f1; }

.panel-warning {
  border-color: #faebcc; }
  .panel-warning > .panel-heading {
    color: #8a6d3b;
    background-color: #fcf8e3;
    border-color: #faebcc; }
    .panel-warning > .panel-heading + .panel-collapse > .panel-body {
      border-top-color: #faebcc; }
    .panel-warning > .panel-heading .badge {
      color: #fcf8e3;
      background-color: #8a6d3b; }
  .panel-warning > .panel-footer + .panel-collapse > .panel-body {
    border-bottom-color: #faebcc; }

.panel-danger {
  border-color: #ebccd1; }
  .panel-danger > .panel-heading {
    color: #da4453;
    background-color: #f2dede;
    border-color: #ebccd1; }
    .panel-danger > .panel-heading + .panel-collapse > .panel-body {
      border-top-color: #ebccd1; }
    .panel-danger > .panel-heading .badge {
      color: #f2dede;
      background-color: #da4453; }
  .panel-danger > .panel-footer + .panel-collapse > .panel-body {
    border-bottom-color: #ebccd1; }

.well {
  min-height: 20px;
  padding: 19px;
  margin-bottom: 20px;
  background-color: #f5f5f5;
  border: 1px solid #e3e3e3;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05); }
  .well blockquote {
    border-color: #ddd;
    border-color: rgba(0, 0, 0, 0.15); }

.well-lg {
  padding: 24px;
  border-radius: 6px; }

.well-sm {
  padding: 9px;
  border-radius: 3px; }

.tooltip {
  position: absolute;
  z-index: 1070;
  display: block;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: normal;
  letter-spacing: normal;
  line-break: auto;
  line-height: 1.42857;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  white-space: normal;
  word-break: normal;
  word-spacing: normal;
  word-wrap: normal;
  font-size: 12px;
  opacity: 0;
  filter: alpha(opacity=0); }
  .tooltip.in {
    opacity: 0.9;
    filter: alpha(opacity=90); }
  .tooltip.top {
    margin-top: -3px;
    padding: 5px 0; }
  .tooltip.right {
    margin-left: 3px;
    padding: 0 5px; }
  .tooltip.bottom {
    margin-top: 3px;
    padding: 5px 0; }
  .tooltip.left {
    margin-left: -3px;
    padding: 0 5px; }

.tooltip-inner {
  max-width: 200px;
  padding: 3px 8px;
  color: #fff;
  text-align: center;
  background-color: #000;
  border-radius: 4px; }

.tooltip-arrow {
  position: absolute;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid; }

.tooltip.top .tooltip-arrow {
  bottom: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000; }

.tooltip.top-left .tooltip-arrow {
  bottom: 0;
  right: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000; }

.tooltip.top-right .tooltip-arrow {
  bottom: 0;
  left: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000; }

.tooltip.right .tooltip-arrow {
  top: 50%;
  left: 0;
  margin-top: -5px;
  border-width: 5px 5px 5px 0;
  border-right-color: #000; }

.tooltip.left .tooltip-arrow {
  top: 50%;
  right: 0;
  margin-top: -5px;
  border-width: 5px 0 5px 5px;
  border-left-color: #000; }

.tooltip.bottom .tooltip-arrow {
  top: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000; }

.tooltip.bottom-left .tooltip-arrow {
  top: 0;
  right: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000; }

.tooltip.bottom-right .tooltip-arrow {
  top: 0;
  left: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000; }

.popover {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1060;
  display: none;
  max-width: 276px;
  padding: 1px;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: normal;
  letter-spacing: normal;
  line-break: auto;
  line-height: 1.42857;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  white-space: normal;
  word-break: normal;
  word-spacing: normal;
  word-wrap: normal;
  font-size: 14px;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #ccc;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 6px;
  -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2); }
  .popover.top {
    margin-top: -10px; }
  .popover.right {
    margin-left: 10px; }
  .popover.bottom {
    margin-top: 10px; }
  .popover.left {
    margin-left: -10px; }

.popover-title {
  margin: 0;
  padding: 8px 14px;
  font-size: 14px;
  background-color: #f7f7f7;
  border-bottom: 1px solid #ebebeb;
  border-radius: 5px 5px 0 0; }

.popover-content {
  padding: 9px 14px; }

.popover > .arrow, .popover > .arrow:after {
  position: absolute;
  display: block;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid; }

.popover > .arrow {
  border-width: 11px; }

.popover > .arrow:after {
  border-width: 10px;
  content: ""; }

.popover.top > .arrow {
  left: 50%;
  margin-left: -11px;
  border-bottom-width: 0;
  border-top-color: #999999;
  border-top-color: rgba(0, 0, 0, 0.25);
  bottom: -11px; }
  .popover.top > .arrow:after {
    content: " ";
    bottom: 1px;
    margin-left: -10px;
    border-bottom-width: 0;
    border-top-color: #fff; }

.popover.right > .arrow {
  top: 50%;
  left: -11px;
  margin-top: -11px;
  border-left-width: 0;
  border-right-color: #999999;
  border-right-color: rgba(0, 0, 0, 0.25); }
  .popover.right > .arrow:after {
    content: " ";
    left: 1px;
    bottom: -10px;
    border-left-width: 0;
    border-right-color: #fff; }

.popover.bottom > .arrow {
  left: 50%;
  margin-left: -11px;
  border-top-width: 0;
  border-bottom-color: #999999;
  border-bottom-color: rgba(0, 0, 0, 0.25);
  top: -11px; }
  .popover.bottom > .arrow:after {
    content: " ";
    top: 1px;
    margin-left: -10px;
    border-top-width: 0;
    border-bottom-color: #fff; }

.popover.left > .arrow {
  top: 50%;
  right: -11px;
  margin-top: -11px;
  border-right-width: 0;
  border-left-color: #999999;
  border-left-color: rgba(0, 0, 0, 0.25); }
  .popover.left > .arrow:after {
    content: " ";
    right: 1px;
    border-right-width: 0;
    border-left-color: #fff;
    bottom: -10px; }

.carousel {
  position: relative; }

.carousel-inner {
  position: relative;
  overflow: hidden;
  width: 100%; }
  .carousel-inner > .item {
    display: none;
    position: relative;
    -webkit-transition: 0.6s ease-in-out left;
    -o-transition: 0.6s ease-in-out left;
    transition: 0.6s ease-in-out left; }
    .carousel-inner > .item > img,
    .carousel-inner > .item > a > img {
      display: block;
      max-width: 100%;
      height: auto;
      line-height: 1; }
    @media all and (transform-3d), (-webkit-transform-3d) {
      .carousel-inner > .item {
        -webkit-transition: -webkit-transform 0.6s ease-in-out;
        -moz-transition: -moz-transform 0.6s ease-in-out;
        -o-transition: -o-transform 0.6s ease-in-out;
        transition: transform 0.6s ease-in-out;
        -webkit-backface-visibility: hidden;
        -moz-backface-visibility: hidden;
        backface-visibility: hidden;
        -webkit-perspective: 1000px;
        -moz-perspective: 1000px;
        perspective: 1000px; }
        .carousel-inner > .item.next, .carousel-inner > .item.active.right {
          -webkit-transform: translate3d(100%, 0, 0);
          transform: translate3d(100%, 0, 0);
          left: 0; }
        .carousel-inner > .item.prev, .carousel-inner > .item.active.left {
          -webkit-transform: translate3d(-100%, 0, 0);
          transform: translate3d(-100%, 0, 0);
          left: 0; }
        .carousel-inner > .item.next.left, .carousel-inner > .item.prev.right, .carousel-inner > .item.active {
          -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
          left: 0; } }
  .carousel-inner > .active,
  .carousel-inner > .next,
  .carousel-inner > .prev {
    display: block; }
  .carousel-inner > .active {
    left: 0; }
  .carousel-inner > .next,
  .carousel-inner > .prev {
    position: absolute;
    top: 0;
    width: 100%; }
  .carousel-inner > .next {
    left: 100%; }
  .carousel-inner > .prev {
    left: -100%; }
  .carousel-inner > .next.left,
  .carousel-inner > .prev.right {
    left: 0; }
  .carousel-inner > .active.left {
    left: -100%; }
  .carousel-inner > .active.right {
    left: 100%; }

.carousel-control {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  width: 15%;
  opacity: 0.5;
  filter: alpha(opacity=50);
  font-size: 20px;
  color: #fff;
  text-align: center;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6); }
  .carousel-control.left {
    background-image: -webkit-linear-gradient(left, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0.0001) 100%);
    background-image: -o-linear-gradient(left, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0.0001) 100%);
    background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0.0001) 100%);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#80000000', endColorstr='#00000000', GradientType=1); }
  .carousel-control.right {
    left: auto;
    right: 0;
    background-image: -webkit-linear-gradient(left, rgba(0, 0, 0, 0.0001) 0%, rgba(0, 0, 0, 0.5) 100%);
    background-image: -o-linear-gradient(left, rgba(0, 0, 0, 0.0001) 0%, rgba(0, 0, 0, 0.5) 100%);
    background-image: linear-gradient(to right, rgba(0, 0, 0, 0.0001) 0%, rgba(0, 0, 0, 0.5) 100%);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#80000000', GradientType=1); }
  .carousel-control:hover, .carousel-control:focus {
    outline: 0;
    color: #fff;
    text-decoration: none;
    opacity: 0.9;
    filter: alpha(opacity=90); }
  .carousel-control .icon-prev,
  .carousel-control .icon-next,
  .carousel-control .glyphicon-chevron-left,
  .carousel-control .glyphicon-chevron-right {
    position: absolute;
    top: 50%;
    margin-top: -10px;
    z-index: 5;
    display: inline-block; }
  .carousel-control .icon-prev,
  .carousel-control .glyphicon-chevron-left {
    left: 50%;
    margin-left: -10px; }
  .carousel-control .icon-next,
  .carousel-control .glyphicon-chevron-right {
    right: 50%;
    margin-right: -10px; }
  .carousel-control .icon-prev,
  .carousel-control .icon-next {
    width: 20px;
    height: 20px;
    line-height: 1;
    font-family: serif; }
  .carousel-control .icon-prev:before {
    content: '\2039'; }
  .carousel-control .icon-next:before {
    content: '\203a'; }

.carousel-indicators {
  position: absolute;
  bottom: 10px;
  left: 50%;
  z-index: 15;
  width: 60%;
  margin-left: -30%;
  padding-left: 0;
  list-style: none;
  text-align: center; }
  .carousel-indicators li {
    display: inline-block;
    width: 10px;
    height: 10px;
    margin: 1px;
    text-indent: -999px;
    border: 1px solid #fff;
    border-radius: 10px;
    cursor: pointer;
    background-color: #000 \9;
    background-color: rgba(0, 0, 0, 0); }
  .carousel-indicators .active {
    margin: 0;
    width: 12px;
    height: 12px;
    background-color: #fff; }

.carousel-caption {
  position: absolute;
  left: 15%;
  right: 15%;
  bottom: 20px;
  z-index: 10;
  padding-top: 20px;
  padding-bottom: 20px;
  color: #fff;
  text-align: center;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6); }
  .carousel-caption .btn, .carousel-caption .rtp__calendar .rtp__modal .rtp__error .rtp__recurrencer-error__disabledTimings button, .rtp__calendar .rtp__modal .rtp__error .rtp__recurrencer-error__disabledTimings .carousel-caption button, .carousel-caption .rtp__calendar .rtp__edit-modal button[type="submit"], .rtp__calendar .rtp__edit-modal .carousel-caption button[type="submit"], .carousel-caption .rtp__calendar .rtp__recurrencer-button, .rtp__calendar .carousel-caption .rtp__recurrencer-button, .carousel-caption .rtp__calendar .rtp__multi-recurrencer-button, .rtp__calendar .carousel-caption .rtp__multi-recurrencer-button, .carousel-caption .rtp__calendar .rtp__recurrencer-modal button[type="submit"], .rtp__calendar .rtp__recurrencer-modal .carousel-caption button[type="submit"],
  .carousel-caption .rtp__calendar .rtp__multi-recurrencer-modal button[type="submit"], .rtp__calendar .rtp__multi-recurrencer-modal .carousel-caption button[type="submit"] {
    text-shadow: none; }

@media screen and (min-width: 768px) {
  .carousel-control .glyphicon-chevron-left,
  .carousel-control .glyphicon-chevron-right,
  .carousel-control .icon-prev,
  .carousel-control .icon-next {
    width: 30px;
    height: 30px;
    margin-top: -15px;
    font-size: 30px; }
  .carousel-control .glyphicon-chevron-left,
  .carousel-control .icon-prev {
    margin-left: -15px; }
  .carousel-control .glyphicon-chevron-right,
  .carousel-control .icon-next {
    margin-right: -15px; }
  .carousel-caption {
    left: 20%;
    right: 20%;
    padding-bottom: 30px; }
  .carousel-indicators {
    bottom: 20px; } }

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

.clearfix:after {
  clear: both; }

.center-block {
  display: block;
  margin-left: auto;
  margin-right: auto; }

.pull-right {
  float: right !important; }

.pull-left {
  float: left !important; }

.hide {
  display: none !important; }

.show {
  display: block !important; }

.invisible {
  visibility: hidden; }

.text-hide {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0; }

.hidden {
  display: none !important; }

.affix {
  position: fixed; }

@-ms-viewport {
  width: device-width; }

.visible-xs {
  display: none !important; }

.visible-sm {
  display: none !important; }

.visible-md {
  display: none !important; }

.visible-lg {
  display: none !important; }

.visible-xs-block,
.visible-xs-inline,
.visible-xs-inline-block,
.visible-sm-block,
.visible-sm-inline,
.visible-sm-inline-block,
.visible-md-block,
.visible-md-inline,
.visible-md-inline-block,
.visible-lg-block,
.visible-lg-inline,
.visible-lg-inline-block {
  display: none !important; }

@media (max-width: 767px) {
  .visible-xs {
    display: block !important; }
  table.visible-xs {
    display: table !important; }
  tr.visible-xs {
    display: table-row !important; }
  th.visible-xs,
  td.visible-xs {
    display: table-cell !important; } }

@media (max-width: 767px) {
  .visible-xs-block {
    display: block !important; } }

@media (max-width: 767px) {
  .visible-xs-inline {
    display: inline !important; } }

@media (max-width: 767px) {
  .visible-xs-inline-block {
    display: inline-block !important; } }

@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm {
    display: block !important; }
  table.visible-sm {
    display: table !important; }
  tr.visible-sm {
    display: table-row !important; }
  th.visible-sm,
  td.visible-sm {
    display: table-cell !important; } }

@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm-block {
    display: block !important; } }

@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm-inline {
    display: inline !important; } }

@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm-inline-block {
    display: inline-block !important; } }

@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md {
    display: block !important; }
  table.visible-md {
    display: table !important; }
  tr.visible-md {
    display: table-row !important; }
  th.visible-md,
  td.visible-md {
    display: table-cell !important; } }

@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md-block {
    display: block !important; } }

@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md-inline {
    display: inline !important; } }

@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md-inline-block {
    display: inline-block !important; } }

@media (min-width: 1200px) {
  .visible-lg {
    display: block !important; }
  table.visible-lg {
    display: table !important; }
  tr.visible-lg {
    display: table-row !important; }
  th.visible-lg,
  td.visible-lg {
    display: table-cell !important; } }

@media (min-width: 1200px) {
  .visible-lg-block {
    display: block !important; } }

@media (min-width: 1200px) {
  .visible-lg-inline {
    display: inline !important; } }

@media (min-width: 1200px) {
  .visible-lg-inline-block {
    display: inline-block !important; } }

@media (max-width: 767px) {
  .hidden-xs {
    display: none !important; } }

@media (min-width: 768px) and (max-width: 991px) {
  .hidden-sm {
    display: none !important; } }

@media (min-width: 992px) and (max-width: 1199px) {
  .hidden-md {
    display: none !important; } }

@media (min-width: 1200px) {
  .hidden-lg {
    display: none !important; } }

.visible-print {
  display: none !important; }

@media print {
  .visible-print {
    display: block !important; }
  table.visible-print {
    display: table !important; }
  tr.visible-print {
    display: table-row !important; }
  th.visible-print,
  td.visible-print {
    display: table-cell !important; } }

.visible-print-block {
  display: none !important; }
  @media print {
    .visible-print-block {
      display: block !important; } }

.visible-print-inline {
  display: none !important; }
  @media print {
    .visible-print-inline {
      display: inline !important; } }

.visible-print-inline-block {
  display: none !important; }
  @media print {
    .visible-print-inline-block {
      display: inline-block !important; } }

@media print {
  .hidden-print {
    display: none !important; } }

/*!
 *  Font Awesome 4.7.0 by @davegandy - http://fontawesome.io - @fontawesome
 *  License - http://fontawesome.io/license (Font: SIL OFL 1.1, CSS: MIT License)
 */
/* FONT PATH
 * -------------------------- */
@font-face {
  font-family: 'FontAwesome';
  src: url("//s3.eu-central-1.amazonaws.com/oastatic/font-awesome-4.3.0/fonts/fontawesome-webfont.eot?v=4.7.0");
  src: url("//s3.eu-central-1.amazonaws.com/oastatic/font-awesome-4.3.0/fonts/fontawesome-webfont.eot?#iefix&v=4.7.0") format("embedded-opentype"), url("//s3.eu-central-1.amazonaws.com/oastatic/font-awesome-4.3.0/fonts/fontawesome-webfont.woff2?v=4.7.0") format("woff2"), url("//s3.eu-central-1.amazonaws.com/oastatic/font-awesome-4.3.0/fonts/fontawesome-webfont.woff?v=4.7.0") format("woff"), url("//s3.eu-central-1.amazonaws.com/oastatic/font-awesome-4.3.0/fonts/fontawesome-webfont.ttf?v=4.7.0") format("truetype"), url("//s3.eu-central-1.amazonaws.com/oastatic/font-awesome-4.3.0/fonts/fontawesome-webfont.svg?v=4.7.0#fontawesomeregular") format("svg");
  font-weight: normal;
  font-style: normal; }

.fa {
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

/* makes the font 33% larger relative to the icon container */
.fa-lg {
  font-size: 1.33333em;
  line-height: 0.75em;
  vertical-align: -15%; }

.fa-2x {
  font-size: 2em; }

.fa-3x {
  font-size: 3em; }

.fa-4x {
  font-size: 4em; }

.fa-5x {
  font-size: 5em; }

.fa-fw {
  width: 1.28571em;
  text-align: center; }

.fa-ul {
  padding-left: 0;
  margin-left: 2.14286em;
  list-style-type: none; }
  .fa-ul > li {
    position: relative; }

.fa-li {
  position: absolute;
  left: -2.14286em;
  width: 2.14286em;
  top: 0.14286em;
  text-align: center; }
  .fa-li.fa-lg {
    left: -1.85714em; }

.fa-border {
  padding: .2em .25em .15em;
  border: solid 0.08em #eee;
  border-radius: .1em; }

.fa-pull-left {
  float: left; }

.fa-pull-right {
  float: right; }

.fa.fa-pull-left {
  margin-right: .3em; }

.fa.fa-pull-right {
  margin-left: .3em; }

/* Deprecated as of 4.4.0 */
.pull-right {
  float: right; }

.pull-left {
  float: left; }

.fa.pull-left {
  margin-right: .3em; }

.fa.pull-right {
  margin-left: .3em; }

.fa-spin {
  -webkit-animation: fa-spin 2s infinite linear;
  animation: fa-spin 2s infinite linear; }

.fa-pulse {
  -webkit-animation: fa-spin 1s infinite steps(8);
  animation: fa-spin 1s infinite steps(8); }

@-webkit-keyframes fa-spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg); }
  100% {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg); } }

@keyframes fa-spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg); }
  100% {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg); } }

.fa-rotate-90 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=1)";
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg); }

.fa-rotate-180 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2)";
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg); }

.fa-rotate-270 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=3)";
  -webkit-transform: rotate(270deg);
  -ms-transform: rotate(270deg);
  transform: rotate(270deg); }

.fa-flip-horizontal {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1)";
  -webkit-transform: scale(-1, 1);
  -ms-transform: scale(-1, 1);
  transform: scale(-1, 1); }

.fa-flip-vertical {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1)";
  -webkit-transform: scale(1, -1);
  -ms-transform: scale(1, -1);
  transform: scale(1, -1); }

:root .fa-rotate-90,
:root .fa-rotate-180,
:root .fa-rotate-270,
:root .fa-flip-horizontal,
:root .fa-flip-vertical {
  filter: none; }

.fa-stack {
  position: relative;
  display: inline-block;
  width: 2em;
  height: 2em;
  line-height: 2em;
  vertical-align: middle; }

.fa-stack-1x, .fa-stack-2x {
  position: absolute;
  left: 0;
  width: 100%;
  text-align: center; }

.fa-stack-1x {
  line-height: inherit; }

.fa-stack-2x {
  font-size: 2em; }

.fa-inverse {
  color: #fff; }

/* Font Awesome uses the Unicode Private Use Area (PUA) to ensure screen
   readers do not read off random characters that represent icons */
.fa-glass:before {
  content: ""; }

.fa-music:before {
  content: ""; }

.fa-search:before {
  content: ""; }

.fa-envelope-o:before {
  content: ""; }

.fa-heart:before {
  content: ""; }

.fa-star:before {
  content: ""; }

.fa-star-o:before {
  content: ""; }

.fa-user:before {
  content: ""; }

.fa-film:before {
  content: ""; }

.fa-th-large:before {
  content: ""; }

.fa-th:before {
  content: ""; }

.fa-th-list:before {
  content: ""; }

.fa-check:before {
  content: ""; }

.fa-remove:before,
.fa-close:before,
.fa-times:before {
  content: ""; }

.fa-search-plus:before {
  content: ""; }

.fa-search-minus:before {
  content: ""; }

.fa-power-off:before {
  content: ""; }

.fa-signal:before {
  content: ""; }

.fa-gear:before,
.fa-cog:before {
  content: ""; }

.fa-trash-o:before {
  content: ""; }

.fa-home:before {
  content: ""; }

.fa-file-o:before {
  content: ""; }

.fa-clock-o:before {
  content: ""; }

.fa-road:before {
  content: ""; }

.fa-download:before {
  content: ""; }

.fa-arrow-circle-o-down:before {
  content: ""; }

.fa-arrow-circle-o-up:before {
  content: ""; }

.fa-inbox:before {
  content: ""; }

.fa-play-circle-o:before {
  content: ""; }

.fa-rotate-right:before,
.fa-repeat:before {
  content: ""; }

.fa-refresh:before {
  content: ""; }

.fa-list-alt:before {
  content: ""; }

.fa-lock:before {
  content: ""; }

.fa-flag:before {
  content: ""; }

.fa-headphones:before {
  content: ""; }

.fa-volume-off:before {
  content: ""; }

.fa-volume-down:before {
  content: ""; }

.fa-volume-up:before {
  content: ""; }

.fa-qrcode:before {
  content: ""; }

.fa-barcode:before {
  content: ""; }

.fa-tag:before {
  content: ""; }

.fa-tags:before {
  content: ""; }

.fa-book:before {
  content: ""; }

.fa-bookmark:before {
  content: ""; }

.fa-print:before {
  content: ""; }

.fa-camera:before {
  content: ""; }

.fa-font:before {
  content: ""; }

.fa-bold:before {
  content: ""; }

.fa-italic:before {
  content: ""; }

.fa-text-height:before {
  content: ""; }

.fa-text-width:before {
  content: ""; }

.fa-align-left:before {
  content: ""; }

.fa-align-center:before {
  content: ""; }

.fa-align-right:before {
  content: ""; }

.fa-align-justify:before {
  content: ""; }

.fa-list:before {
  content: ""; }

.fa-dedent:before,
.fa-outdent:before {
  content: ""; }

.fa-indent:before {
  content: ""; }

.fa-video-camera:before {
  content: ""; }

.fa-photo:before,
.fa-image:before,
.fa-picture-o:before {
  content: ""; }

.fa-pencil:before {
  content: ""; }

.fa-map-marker:before {
  content: ""; }

.fa-adjust:before {
  content: ""; }

.fa-tint:before {
  content: ""; }

.fa-edit:before,
.fa-pencil-square-o:before {
  content: ""; }

.fa-share-square-o:before {
  content: ""; }

.fa-check-square-o:before {
  content: ""; }

.fa-arrows:before {
  content: ""; }

.fa-step-backward:before {
  content: ""; }

.fa-fast-backward:before {
  content: ""; }

.fa-backward:before {
  content: ""; }

.fa-play:before {
  content: ""; }

.fa-pause:before {
  content: ""; }

.fa-stop:before {
  content: ""; }

.fa-forward:before {
  content: ""; }

.fa-fast-forward:before {
  content: ""; }

.fa-step-forward:before {
  content: ""; }

.fa-eject:before {
  content: ""; }

.fa-chevron-left:before {
  content: ""; }

.fa-chevron-right:before {
  content: ""; }

.fa-plus-circle:before {
  content: ""; }

.fa-minus-circle:before {
  content: ""; }

.fa-times-circle:before {
  content: ""; }

.fa-check-circle:before {
  content: ""; }

.fa-question-circle:before {
  content: ""; }

.fa-info-circle:before {
  content: ""; }

.fa-crosshairs:before {
  content: ""; }

.fa-times-circle-o:before {
  content: ""; }

.fa-check-circle-o:before {
  content: ""; }

.fa-ban:before {
  content: ""; }

.fa-arrow-left:before {
  content: ""; }

.fa-arrow-right:before {
  content: ""; }

.fa-arrow-up:before {
  content: ""; }

.fa-arrow-down:before {
  content: ""; }

.fa-mail-forward:before,
.fa-share:before {
  content: ""; }

.fa-expand:before {
  content: ""; }

.fa-compress:before {
  content: ""; }

.fa-plus:before {
  content: ""; }

.fa-minus:before {
  content: ""; }

.fa-asterisk:before {
  content: ""; }

.fa-exclamation-circle:before {
  content: ""; }

.fa-gift:before {
  content: ""; }

.fa-leaf:before {
  content: ""; }

.fa-fire:before {
  content: ""; }

.fa-eye:before {
  content: ""; }

.fa-eye-slash:before {
  content: ""; }

.fa-warning:before,
.fa-exclamation-triangle:before {
  content: ""; }

.fa-plane:before {
  content: ""; }

.fa-calendar:before {
  content: ""; }

.fa-random:before {
  content: ""; }

.fa-comment:before {
  content: ""; }

.fa-magnet:before {
  content: ""; }

.fa-chevron-up:before {
  content: ""; }

.fa-chevron-down:before {
  content: ""; }

.fa-retweet:before {
  content: ""; }

.fa-shopping-cart:before {
  content: ""; }

.fa-folder:before {
  content: ""; }

.fa-folder-open:before {
  content: ""; }

.fa-arrows-v:before {
  content: ""; }

.fa-arrows-h:before {
  content: ""; }

.fa-bar-chart-o:before,
.fa-bar-chart:before {
  content: ""; }

.fa-twitter-square:before {
  content: ""; }

.fa-facebook-square:before {
  content: ""; }

.fa-camera-retro:before {
  content: ""; }

.fa-key:before {
  content: ""; }

.fa-gears:before,
.fa-cogs:before {
  content: ""; }

.fa-comments:before {
  content: ""; }

.fa-thumbs-o-up:before {
  content: ""; }

.fa-thumbs-o-down:before {
  content: ""; }

.fa-star-half:before {
  content: ""; }

.fa-heart-o:before {
  content: ""; }

.fa-sign-out:before {
  content: ""; }

.fa-linkedin-square:before {
  content: ""; }

.fa-thumb-tack:before {
  content: ""; }

.fa-external-link:before {
  content: ""; }

.fa-sign-in:before {
  content: ""; }

.fa-trophy:before {
  content: ""; }

.fa-github-square:before {
  content: ""; }

.fa-upload:before {
  content: ""; }

.fa-lemon-o:before {
  content: ""; }

.fa-phone:before {
  content: ""; }

.fa-square-o:before {
  content: ""; }

.fa-bookmark-o:before {
  content: ""; }

.fa-phone-square:before {
  content: ""; }

.fa-twitter:before {
  content: ""; }

.fa-facebook-f:before,
.fa-facebook:before {
  content: ""; }

.fa-github:before {
  content: ""; }

.fa-unlock:before {
  content: ""; }

.fa-credit-card:before {
  content: ""; }

.fa-feed:before,
.fa-rss:before {
  content: ""; }

.fa-hdd-o:before {
  content: ""; }

.fa-bullhorn:before {
  content: ""; }

.fa-bell:before {
  content: ""; }

.fa-certificate:before {
  content: ""; }

.fa-hand-o-right:before {
  content: ""; }

.fa-hand-o-left:before {
  content: ""; }

.fa-hand-o-up:before {
  content: ""; }

.fa-hand-o-down:before {
  content: ""; }

.fa-arrow-circle-left:before {
  content: ""; }

.fa-arrow-circle-right:before {
  content: ""; }

.fa-arrow-circle-up:before {
  content: ""; }

.fa-arrow-circle-down:before {
  content: ""; }

.fa-globe:before {
  content: ""; }

.fa-wrench:before {
  content: ""; }

.fa-tasks:before {
  content: ""; }

.fa-filter:before {
  content: ""; }

.fa-briefcase:before {
  content: ""; }

.fa-arrows-alt:before {
  content: ""; }

.fa-group:before,
.fa-users:before {
  content: ""; }

.fa-chain:before,
.fa-link:before {
  content: ""; }

.fa-cloud:before {
  content: ""; }

.fa-flask:before {
  content: ""; }

.fa-cut:before,
.fa-scissors:before {
  content: ""; }

.fa-copy:before,
.fa-files-o:before {
  content: ""; }

.fa-paperclip:before {
  content: ""; }

.fa-save:before,
.fa-floppy-o:before {
  content: ""; }

.fa-square:before {
  content: ""; }

.fa-navicon:before,
.fa-reorder:before,
.fa-bars:before {
  content: ""; }

.fa-list-ul:before {
  content: ""; }

.fa-list-ol:before {
  content: ""; }

.fa-strikethrough:before {
  content: ""; }

.fa-underline:before {
  content: ""; }

.fa-table:before {
  content: ""; }

.fa-magic:before {
  content: ""; }

.fa-truck:before {
  content: ""; }

.fa-pinterest:before {
  content: ""; }

.fa-pinterest-square:before {
  content: ""; }

.fa-google-plus-square:before {
  content: ""; }

.fa-google-plus:before {
  content: ""; }

.fa-money:before {
  content: ""; }

.fa-caret-down:before {
  content: ""; }

.fa-caret-up:before {
  content: ""; }

.fa-caret-left:before {
  content: ""; }

.fa-caret-right:before {
  content: ""; }

.fa-columns:before {
  content: ""; }

.fa-unsorted:before,
.fa-sort:before {
  content: ""; }

.fa-sort-down:before,
.fa-sort-desc:before {
  content: ""; }

.fa-sort-up:before,
.fa-sort-asc:before {
  content: ""; }

.fa-envelope:before {
  content: ""; }

.fa-linkedin:before {
  content: ""; }

.fa-rotate-left:before,
.fa-undo:before {
  content: ""; }

.fa-legal:before,
.fa-gavel:before {
  content: ""; }

.fa-dashboard:before,
.fa-tachometer:before {
  content: ""; }

.fa-comment-o:before {
  content: ""; }

.fa-comments-o:before {
  content: ""; }

.fa-flash:before,
.fa-bolt:before {
  content: ""; }

.fa-sitemap:before {
  content: ""; }

.fa-umbrella:before {
  content: ""; }

.fa-paste:before,
.fa-clipboard:before {
  content: ""; }

.fa-lightbulb-o:before {
  content: ""; }

.fa-exchange:before {
  content: ""; }

.fa-cloud-download:before {
  content: ""; }

.fa-cloud-upload:before {
  content: ""; }

.fa-user-md:before {
  content: ""; }

.fa-stethoscope:before {
  content: ""; }

.fa-suitcase:before {
  content: ""; }

.fa-bell-o:before {
  content: ""; }

.fa-coffee:before {
  content: ""; }

.fa-cutlery:before {
  content: ""; }

.fa-file-text-o:before {
  content: ""; }

.fa-building-o:before {
  content: ""; }

.fa-hospital-o:before {
  content: ""; }

.fa-ambulance:before {
  content: ""; }

.fa-medkit:before {
  content: ""; }

.fa-fighter-jet:before {
  content: ""; }

.fa-beer:before {
  content: ""; }

.fa-h-square:before {
  content: ""; }

.fa-plus-square:before {
  content: ""; }

.fa-angle-double-left:before {
  content: ""; }

.fa-angle-double-right:before {
  content: ""; }

.fa-angle-double-up:before {
  content: ""; }

.fa-angle-double-down:before {
  content: ""; }

.fa-angle-left:before {
  content: ""; }

.fa-angle-right:before {
  content: ""; }

.fa-angle-up:before {
  content: ""; }

.fa-angle-down:before {
  content: ""; }

.fa-desktop:before {
  content: ""; }

.fa-laptop:before {
  content: ""; }

.fa-tablet:before {
  content: ""; }

.fa-mobile-phone:before,
.fa-mobile:before {
  content: ""; }

.fa-circle-o:before {
  content: ""; }

.fa-quote-left:before {
  content: ""; }

.fa-quote-right:before {
  content: ""; }

.fa-spinner:before {
  content: ""; }

.fa-circle:before {
  content: ""; }

.fa-mail-reply:before,
.fa-reply:before {
  content: ""; }

.fa-github-alt:before {
  content: ""; }

.fa-folder-o:before {
  content: ""; }

.fa-folder-open-o:before {
  content: ""; }

.fa-smile-o:before {
  content: ""; }

.fa-frown-o:before {
  content: ""; }

.fa-meh-o:before {
  content: ""; }

.fa-gamepad:before {
  content: ""; }

.fa-keyboard-o:before {
  content: ""; }

.fa-flag-o:before {
  content: ""; }

.fa-flag-checkered:before {
  content: ""; }

.fa-terminal:before {
  content: ""; }

.fa-code:before {
  content: ""; }

.fa-mail-reply-all:before,
.fa-reply-all:before {
  content: ""; }

.fa-star-half-empty:before,
.fa-star-half-full:before,
.fa-star-half-o:before {
  content: ""; }

.fa-location-arrow:before {
  content: ""; }

.fa-crop:before {
  content: ""; }

.fa-code-fork:before {
  content: ""; }

.fa-unlink:before,
.fa-chain-broken:before {
  content: ""; }

.fa-question:before {
  content: ""; }

.fa-info:before {
  content: ""; }

.fa-exclamation:before {
  content: ""; }

.fa-superscript:before {
  content: ""; }

.fa-subscript:before {
  content: ""; }

.fa-eraser:before {
  content: ""; }

.fa-puzzle-piece:before {
  content: ""; }

.fa-microphone:before {
  content: ""; }

.fa-microphone-slash:before {
  content: ""; }

.fa-shield:before {
  content: ""; }

.fa-calendar-o:before {
  content: ""; }

.fa-fire-extinguisher:before {
  content: ""; }

.fa-rocket:before {
  content: ""; }

.fa-maxcdn:before {
  content: ""; }

.fa-chevron-circle-left:before {
  content: ""; }

.fa-chevron-circle-right:before {
  content: ""; }

.fa-chevron-circle-up:before {
  content: ""; }

.fa-chevron-circle-down:before {
  content: ""; }

.fa-html5:before {
  content: ""; }

.fa-css3:before {
  content: ""; }

.fa-anchor:before {
  content: ""; }

.fa-unlock-alt:before {
  content: ""; }

.fa-bullseye:before {
  content: ""; }

.fa-ellipsis-h:before {
  content: ""; }

.fa-ellipsis-v:before {
  content: ""; }

.fa-rss-square:before {
  content: ""; }

.fa-play-circle:before {
  content: ""; }

.fa-ticket:before {
  content: ""; }

.fa-minus-square:before {
  content: ""; }

.fa-minus-square-o:before {
  content: ""; }

.fa-level-up:before {
  content: ""; }

.fa-level-down:before {
  content: ""; }

.fa-check-square:before {
  content: ""; }

.fa-pencil-square:before {
  content: ""; }

.fa-external-link-square:before {
  content: ""; }

.fa-share-square:before {
  content: ""; }

.fa-compass:before {
  content: ""; }

.fa-toggle-down:before,
.fa-caret-square-o-down:before {
  content: ""; }

.fa-toggle-up:before,
.fa-caret-square-o-up:before {
  content: ""; }

.fa-toggle-right:before,
.fa-caret-square-o-right:before {
  content: ""; }

.fa-euro:before,
.fa-eur:before {
  content: ""; }

.fa-gbp:before {
  content: ""; }

.fa-dollar:before,
.fa-usd:before {
  content: ""; }

.fa-rupee:before,
.fa-inr:before {
  content: ""; }

.fa-cny:before,
.fa-rmb:before,
.fa-yen:before,
.fa-jpy:before {
  content: ""; }

.fa-ruble:before,
.fa-rouble:before,
.fa-rub:before {
  content: ""; }

.fa-won:before,
.fa-krw:before {
  content: ""; }

.fa-bitcoin:before,
.fa-btc:before {
  content: ""; }

.fa-file:before {
  content: ""; }

.fa-file-text:before {
  content: ""; }

.fa-sort-alpha-asc:before {
  content: ""; }

.fa-sort-alpha-desc:before {
  content: ""; }

.fa-sort-amount-asc:before {
  content: ""; }

.fa-sort-amount-desc:before {
  content: ""; }

.fa-sort-numeric-asc:before {
  content: ""; }

.fa-sort-numeric-desc:before {
  content: ""; }

.fa-thumbs-up:before {
  content: ""; }

.fa-thumbs-down:before {
  content: ""; }

.fa-youtube-square:before {
  content: ""; }

.fa-youtube:before {
  content: ""; }

.fa-xing:before {
  content: ""; }

.fa-xing-square:before {
  content: ""; }

.fa-youtube-play:before {
  content: ""; }

.fa-dropbox:before {
  content: ""; }

.fa-stack-overflow:before {
  content: ""; }

.fa-instagram:before {
  content: ""; }

.fa-flickr:before {
  content: ""; }

.fa-adn:before {
  content: ""; }

.fa-bitbucket:before {
  content: ""; }

.fa-bitbucket-square:before {
  content: ""; }

.fa-tumblr:before {
  content: ""; }

.fa-tumblr-square:before {
  content: ""; }

.fa-long-arrow-down:before {
  content: ""; }

.fa-long-arrow-up:before {
  content: ""; }

.fa-long-arrow-left:before {
  content: ""; }

.fa-long-arrow-right:before {
  content: ""; }

.fa-apple:before {
  content: ""; }

.fa-windows:before {
  content: ""; }

.fa-android:before {
  content: ""; }

.fa-linux:before {
  content: ""; }

.fa-dribbble:before {
  content: ""; }

.fa-skype:before {
  content: ""; }

.fa-foursquare:before {
  content: ""; }

.fa-trello:before {
  content: ""; }

.fa-female:before {
  content: ""; }

.fa-male:before {
  content: ""; }

.fa-gittip:before,
.fa-gratipay:before {
  content: ""; }

.fa-sun-o:before {
  content: ""; }

.fa-moon-o:before {
  content: ""; }

.fa-archive:before {
  content: ""; }

.fa-bug:before {
  content: ""; }

.fa-vk:before {
  content: ""; }

.fa-weibo:before {
  content: ""; }

.fa-renren:before {
  content: ""; }

.fa-pagelines:before {
  content: ""; }

.fa-stack-exchange:before {
  content: ""; }

.fa-arrow-circle-o-right:before {
  content: ""; }

.fa-arrow-circle-o-left:before {
  content: ""; }

.fa-toggle-left:before,
.fa-caret-square-o-left:before {
  content: ""; }

.fa-dot-circle-o:before {
  content: ""; }

.fa-wheelchair:before {
  content: ""; }

.fa-vimeo-square:before {
  content: ""; }

.fa-turkish-lira:before,
.fa-try:before {
  content: ""; }

.fa-plus-square-o:before {
  content: ""; }

.fa-space-shuttle:before {
  content: ""; }

.fa-slack:before {
  content: ""; }

.fa-envelope-square:before {
  content: ""; }

.fa-wordpress:before {
  content: ""; }

.fa-openid:before {
  content: ""; }

.fa-institution:before,
.fa-bank:before,
.fa-university:before {
  content: ""; }

.fa-mortar-board:before,
.fa-graduation-cap:before {
  content: ""; }

.fa-yahoo:before {
  content: ""; }

.fa-google:before {
  content: ""; }

.fa-reddit:before {
  content: ""; }

.fa-reddit-square:before {
  content: ""; }

.fa-stumbleupon-circle:before {
  content: ""; }

.fa-stumbleupon:before {
  content: ""; }

.fa-delicious:before {
  content: ""; }

.fa-digg:before {
  content: ""; }

.fa-pied-piper-pp:before {
  content: ""; }

.fa-pied-piper-alt:before {
  content: ""; }

.fa-drupal:before {
  content: ""; }

.fa-joomla:before {
  content: ""; }

.fa-language:before {
  content: ""; }

.fa-fax:before {
  content: ""; }

.fa-building:before {
  content: ""; }

.fa-child:before {
  content: ""; }

.fa-paw:before {
  content: ""; }

.fa-spoon:before {
  content: ""; }

.fa-cube:before {
  content: ""; }

.fa-cubes:before {
  content: ""; }

.fa-behance:before {
  content: ""; }

.fa-behance-square:before {
  content: ""; }

.fa-steam:before {
  content: ""; }

.fa-steam-square:before {
  content: ""; }

.fa-recycle:before {
  content: ""; }

.fa-automobile:before,
.fa-car:before {
  content: ""; }

.fa-cab:before,
.fa-taxi:before {
  content: ""; }

.fa-tree:before {
  content: ""; }

.fa-spotify:before {
  content: ""; }

.fa-deviantart:before {
  content: ""; }

.fa-soundcloud:before {
  content: ""; }

.fa-database:before {
  content: ""; }

.fa-file-pdf-o:before {
  content: ""; }

.fa-file-word-o:before {
  content: ""; }

.fa-file-excel-o:before {
  content: ""; }

.fa-file-powerpoint-o:before {
  content: ""; }

.fa-file-photo-o:before,
.fa-file-picture-o:before,
.fa-file-image-o:before {
  content: ""; }

.fa-file-zip-o:before,
.fa-file-archive-o:before {
  content: ""; }

.fa-file-sound-o:before,
.fa-file-audio-o:before {
  content: ""; }

.fa-file-movie-o:before,
.fa-file-video-o:before {
  content: ""; }

.fa-file-code-o:before {
  content: ""; }

.fa-vine:before {
  content: ""; }

.fa-codepen:before {
  content: ""; }

.fa-jsfiddle:before {
  content: ""; }

.fa-life-bouy:before,
.fa-life-buoy:before,
.fa-life-saver:before,
.fa-support:before,
.fa-life-ring:before {
  content: ""; }

.fa-circle-o-notch:before {
  content: ""; }

.fa-ra:before,
.fa-resistance:before,
.fa-rebel:before {
  content: ""; }

.fa-ge:before,
.fa-empire:before {
  content: ""; }

.fa-git-square:before {
  content: ""; }

.fa-git:before {
  content: ""; }

.fa-y-combinator-square:before,
.fa-yc-square:before,
.fa-hacker-news:before {
  content: ""; }

.fa-tencent-weibo:before {
  content: ""; }

.fa-qq:before {
  content: ""; }

.fa-wechat:before,
.fa-weixin:before {
  content: ""; }

.fa-send:before,
.fa-paper-plane:before {
  content: ""; }

.fa-send-o:before,
.fa-paper-plane-o:before {
  content: ""; }

.fa-history:before {
  content: ""; }

.fa-circle-thin:before {
  content: ""; }

.fa-header:before {
  content: ""; }

.fa-paragraph:before {
  content: ""; }

.fa-sliders:before {
  content: ""; }

.fa-share-alt:before {
  content: ""; }

.fa-share-alt-square:before {
  content: ""; }

.fa-bomb:before {
  content: ""; }

.fa-soccer-ball-o:before,
.fa-futbol-o:before {
  content: ""; }

.fa-tty:before {
  content: ""; }

.fa-binoculars:before {
  content: ""; }

.fa-plug:before {
  content: ""; }

.fa-slideshare:before {
  content: ""; }

.fa-twitch:before {
  content: ""; }

.fa-yelp:before {
  content: ""; }

.fa-newspaper-o:before {
  content: ""; }

.fa-wifi:before {
  content: ""; }

.fa-calculator:before {
  content: ""; }

.fa-paypal:before {
  content: ""; }

.fa-google-wallet:before {
  content: ""; }

.fa-cc-visa:before {
  content: ""; }

.fa-cc-mastercard:before {
  content: ""; }

.fa-cc-discover:before {
  content: ""; }

.fa-cc-amex:before {
  content: ""; }

.fa-cc-paypal:before {
  content: ""; }

.fa-cc-stripe:before {
  content: ""; }

.fa-bell-slash:before {
  content: ""; }

.fa-bell-slash-o:before {
  content: ""; }

.fa-trash:before {
  content: ""; }

.fa-copyright:before {
  content: ""; }

.fa-at:before {
  content: ""; }

.fa-eyedropper:before {
  content: ""; }

.fa-paint-brush:before {
  content: ""; }

.fa-birthday-cake:before {
  content: ""; }

.fa-area-chart:before {
  content: ""; }

.fa-pie-chart:before {
  content: ""; }

.fa-line-chart:before {
  content: ""; }

.fa-lastfm:before {
  content: ""; }

.fa-lastfm-square:before {
  content: ""; }

.fa-toggle-off:before {
  content: ""; }

.fa-toggle-on:before {
  content: ""; }

.fa-bicycle:before {
  content: ""; }

.fa-bus:before {
  content: ""; }

.fa-ioxhost:before {
  content: ""; }

.fa-angellist:before {
  content: ""; }

.fa-cc:before {
  content: ""; }

.fa-shekel:before,
.fa-sheqel:before,
.fa-ils:before {
  content: ""; }

.fa-meanpath:before {
  content: ""; }

.fa-buysellads:before {
  content: ""; }

.fa-connectdevelop:before {
  content: ""; }

.fa-dashcube:before {
  content: ""; }

.fa-forumbee:before {
  content: ""; }

.fa-leanpub:before {
  content: ""; }

.fa-sellsy:before {
  content: ""; }

.fa-shirtsinbulk:before {
  content: ""; }

.fa-simplybuilt:before {
  content: ""; }

.fa-skyatlas:before {
  content: ""; }

.fa-cart-plus:before {
  content: ""; }

.fa-cart-arrow-down:before {
  content: ""; }

.fa-diamond:before {
  content: ""; }

.fa-ship:before {
  content: ""; }

.fa-user-secret:before {
  content: ""; }

.fa-motorcycle:before {
  content: ""; }

.fa-street-view:before {
  content: ""; }

.fa-heartbeat:before {
  content: ""; }

.fa-venus:before {
  content: ""; }

.fa-mars:before {
  content: ""; }

.fa-mercury:before {
  content: ""; }

.fa-intersex:before,
.fa-transgender:before {
  content: ""; }

.fa-transgender-alt:before {
  content: ""; }

.fa-venus-double:before {
  content: ""; }

.fa-mars-double:before {
  content: ""; }

.fa-venus-mars:before {
  content: ""; }

.fa-mars-stroke:before {
  content: ""; }

.fa-mars-stroke-v:before {
  content: ""; }

.fa-mars-stroke-h:before {
  content: ""; }

.fa-neuter:before {
  content: ""; }

.fa-genderless:before {
  content: ""; }

.fa-facebook-official:before {
  content: ""; }

.fa-pinterest-p:before {
  content: ""; }

.fa-whatsapp:before {
  content: ""; }

.fa-server:before {
  content: ""; }

.fa-user-plus:before {
  content: ""; }

.fa-user-times:before {
  content: ""; }

.fa-hotel:before,
.fa-bed:before {
  content: ""; }

.fa-viacoin:before {
  content: ""; }

.fa-train:before {
  content: ""; }

.fa-subway:before {
  content: ""; }

.fa-medium:before {
  content: ""; }

.fa-yc:before,
.fa-y-combinator:before {
  content: ""; }

.fa-optin-monster:before {
  content: ""; }

.fa-opencart:before {
  content: ""; }

.fa-expeditedssl:before {
  content: ""; }

.fa-battery-4:before,
.fa-battery:before,
.fa-battery-full:before {
  content: ""; }

.fa-battery-3:before,
.fa-battery-three-quarters:before {
  content: ""; }

.fa-battery-2:before,
.fa-battery-half:before {
  content: ""; }

.fa-battery-1:before,
.fa-battery-quarter:before {
  content: ""; }

.fa-battery-0:before,
.fa-battery-empty:before {
  content: ""; }

.fa-mouse-pointer:before {
  content: ""; }

.fa-i-cursor:before {
  content: ""; }

.fa-object-group:before {
  content: ""; }

.fa-object-ungroup:before {
  content: ""; }

.fa-sticky-note:before {
  content: ""; }

.fa-sticky-note-o:before {
  content: ""; }

.fa-cc-jcb:before {
  content: ""; }

.fa-cc-diners-club:before {
  content: ""; }

.fa-clone:before {
  content: ""; }

.fa-balance-scale:before {
  content: ""; }

.fa-hourglass-o:before {
  content: ""; }

.fa-hourglass-1:before,
.fa-hourglass-start:before {
  content: ""; }

.fa-hourglass-2:before,
.fa-hourglass-half:before {
  content: ""; }

.fa-hourglass-3:before,
.fa-hourglass-end:before {
  content: ""; }

.fa-hourglass:before {
  content: ""; }

.fa-hand-grab-o:before,
.fa-hand-rock-o:before {
  content: ""; }

.fa-hand-stop-o:before,
.fa-hand-paper-o:before {
  content: ""; }

.fa-hand-scissors-o:before {
  content: ""; }

.fa-hand-lizard-o:before {
  content: ""; }

.fa-hand-spock-o:before {
  content: ""; }

.fa-hand-pointer-o:before {
  content: ""; }

.fa-hand-peace-o:before {
  content: ""; }

.fa-trademark:before {
  content: ""; }

.fa-registered:before {
  content: ""; }

.fa-creative-commons:before {
  content: ""; }

.fa-gg:before {
  content: ""; }

.fa-gg-circle:before {
  content: ""; }

.fa-tripadvisor:before {
  content: ""; }

.fa-odnoklassniki:before {
  content: ""; }

.fa-odnoklassniki-square:before {
  content: ""; }

.fa-get-pocket:before {
  content: ""; }

.fa-wikipedia-w:before {
  content: ""; }

.fa-safari:before {
  content: ""; }

.fa-chrome:before {
  content: ""; }

.fa-firefox:before {
  content: ""; }

.fa-opera:before {
  content: ""; }

.fa-internet-explorer:before {
  content: ""; }

.fa-tv:before,
.fa-television:before {
  content: ""; }

.fa-contao:before {
  content: ""; }

.fa-500px:before {
  content: ""; }

.fa-amazon:before {
  content: ""; }

.fa-calendar-plus-o:before {
  content: ""; }

.fa-calendar-minus-o:before {
  content: ""; }

.fa-calendar-times-o:before {
  content: ""; }

.fa-calendar-check-o:before {
  content: ""; }

.fa-industry:before {
  content: ""; }

.fa-map-pin:before {
  content: ""; }

.fa-map-signs:before {
  content: ""; }

.fa-map-o:before {
  content: ""; }

.fa-map:before {
  content: ""; }

.fa-commenting:before {
  content: ""; }

.fa-commenting-o:before {
  content: ""; }

.fa-houzz:before {
  content: ""; }

.fa-vimeo:before {
  content: ""; }

.fa-black-tie:before {
  content: ""; }

.fa-fonticons:before {
  content: ""; }

.fa-reddit-alien:before {
  content: ""; }

.fa-edge:before {
  content: ""; }

.fa-credit-card-alt:before {
  content: ""; }

.fa-codiepie:before {
  content: ""; }

.fa-modx:before {
  content: ""; }

.fa-fort-awesome:before {
  content: ""; }

.fa-usb:before {
  content: ""; }

.fa-product-hunt:before {
  content: ""; }

.fa-mixcloud:before {
  content: ""; }

.fa-scribd:before {
  content: ""; }

.fa-pause-circle:before {
  content: ""; }

.fa-pause-circle-o:before {
  content: ""; }

.fa-stop-circle:before {
  content: ""; }

.fa-stop-circle-o:before {
  content: ""; }

.fa-shopping-bag:before {
  content: ""; }

.fa-shopping-basket:before {
  content: ""; }

.fa-hashtag:before {
  content: ""; }

.fa-bluetooth:before {
  content: ""; }

.fa-bluetooth-b:before {
  content: ""; }

.fa-percent:before {
  content: ""; }

.fa-gitlab:before {
  content: ""; }

.fa-wpbeginner:before {
  content: ""; }

.fa-wpforms:before {
  content: ""; }

.fa-envira:before {
  content: ""; }

.fa-universal-access:before {
  content: ""; }

.fa-wheelchair-alt:before {
  content: ""; }

.fa-question-circle-o:before {
  content: ""; }

.fa-blind:before {
  content: ""; }

.fa-audio-description:before {
  content: ""; }

.fa-volume-control-phone:before {
  content: ""; }

.fa-braille:before {
  content: ""; }

.fa-assistive-listening-systems:before {
  content: ""; }

.fa-asl-interpreting:before,
.fa-american-sign-language-interpreting:before {
  content: ""; }

.fa-deafness:before,
.fa-hard-of-hearing:before,
.fa-deaf:before {
  content: ""; }

.fa-glide:before {
  content: ""; }

.fa-glide-g:before {
  content: ""; }

.fa-signing:before,
.fa-sign-language:before {
  content: ""; }

.fa-low-vision:before {
  content: ""; }

.fa-viadeo:before {
  content: ""; }

.fa-viadeo-square:before {
  content: ""; }

.fa-snapchat:before {
  content: ""; }

.fa-snapchat-ghost:before {
  content: ""; }

.fa-snapchat-square:before {
  content: ""; }

.fa-pied-piper:before {
  content: ""; }

.fa-first-order:before {
  content: ""; }

.fa-yoast:before {
  content: ""; }

.fa-themeisle:before {
  content: ""; }

.fa-google-plus-circle:before,
.fa-google-plus-official:before {
  content: ""; }

.fa-fa:before,
.fa-font-awesome:before {
  content: ""; }

.fa-handshake-o:before {
  content: ""; }

.fa-envelope-open:before {
  content: ""; }

.fa-envelope-open-o:before {
  content: ""; }

.fa-linode:before {
  content: ""; }

.fa-address-book:before {
  content: ""; }

.fa-address-book-o:before {
  content: ""; }

.fa-vcard:before,
.fa-address-card:before {
  content: ""; }

.fa-vcard-o:before,
.fa-address-card-o:before {
  content: ""; }

.fa-user-circle:before {
  content: ""; }

.fa-user-circle-o:before {
  content: ""; }

.fa-user-o:before {
  content: ""; }

.fa-id-badge:before {
  content: ""; }

.fa-drivers-license:before,
.fa-id-card:before {
  content: ""; }

.fa-drivers-license-o:before,
.fa-id-card-o:before {
  content: ""; }

.fa-quora:before {
  content: ""; }

.fa-free-code-camp:before {
  content: ""; }

.fa-telegram:before {
  content: ""; }

.fa-thermometer-4:before,
.fa-thermometer:before,
.fa-thermometer-full:before {
  content: ""; }

.fa-thermometer-3:before,
.fa-thermometer-three-quarters:before {
  content: ""; }

.fa-thermometer-2:before,
.fa-thermometer-half:before {
  content: ""; }

.fa-thermometer-1:before,
.fa-thermometer-quarter:before {
  content: ""; }

.fa-thermometer-0:before,
.fa-thermometer-empty:before {
  content: ""; }

.fa-shower:before {
  content: ""; }

.fa-bathtub:before,
.fa-s15:before,
.fa-bath:before {
  content: ""; }

.fa-podcast:before {
  content: ""; }

.fa-window-maximize:before {
  content: ""; }

.fa-window-minimize:before {
  content: ""; }

.fa-window-restore:before {
  content: ""; }

.fa-times-rectangle:before,
.fa-window-close:before {
  content: ""; }

.fa-times-rectangle-o:before,
.fa-window-close-o:before {
  content: ""; }

.fa-bandcamp:before {
  content: ""; }

.fa-grav:before {
  content: ""; }

.fa-etsy:before {
  content: ""; }

.fa-imdb:before {
  content: ""; }

.fa-ravelry:before {
  content: ""; }

.fa-eercast:before {
  content: ""; }

.fa-microchip:before {
  content: ""; }

.fa-snowflake-o:before {
  content: ""; }

.fa-superpowers:before {
  content: ""; }

.fa-wpexplorer:before {
  content: ""; }

.fa-meetup:before {
  content: ""; }

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

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

.margin-all-z {
  margin: 0px; }

.margin-all-xs {
  margin: 6px; }

.margin-all-sm {
  margin: 12px; }

.margin-all-md {
  margin: 24px; }

.margin-all-lg {
  margin: 36px; }

.margin-all-xl {
  margin: 50px; }

.margin-v-z {
  margin-top: 0px;
  margin-bottom: 0px; }

.margin-v-xs {
  margin-top: 6px;
  margin-bottom: 6px; }

.margin-v-sm {
  margin-top: 12px;
  margin-bottom: 12px; }

.margin-v-md {
  margin-top: 24px;
  margin-bottom: 24px; }

.margin-v-lg {
  margin-top: 36px;
  margin-bottom: 36px; }

.margin-v-xl {
  margin-top: 50px;
  margin-bottom: 50px; }

.margin-h-z {
  margin-right: 0px;
  margin-left: 0px; }

.margin-h-xs {
  margin-right: 6px;
  margin-left: 6px; }

.margin-h-sm {
  margin-right: 12px;
  margin-left: 12px; }

.margin-h-md {
  margin-right: 24px;
  margin-left: 24px; }

.margin-h-lg {
  margin-right: 36px;
  margin-left: 36px; }

.margin-h-xl {
  margin-right: 50px;
  margin-left: 50px; }

.margin-top-z {
  margin-top: 0px; }

.margin-top-xs {
  margin-top: 6px; }

.margin-top-sm {
  margin-top: 12px; }

.margin-top-md {
  margin-top: 24px; }

.margin-top-lg {
  margin-top: 36px; }

.margin-top-xl {
  margin-top: 50px; }

.margin-right-z {
  margin-right: 0px; }

.margin-right-xs {
  margin-right: 6px; }

.margin-right-sm {
  margin-right: 12px; }

.margin-right-md {
  margin-right: 24px; }

.margin-right-lg {
  margin-right: 36px; }

.margin-right-xl {
  margin-right: 50px; }

.margin-bottom-z {
  margin-bottom: 0px; }

.margin-bottom-xs {
  margin-bottom: 6px; }

.margin-bottom-sm {
  margin-bottom: 12px; }

.margin-bottom-md {
  margin-bottom: 24px; }

.margin-bottom-lg {
  margin-bottom: 36px; }

.margin-bottom-xl {
  margin-bottom: 50px; }

.margin-left-z {
  margin-left: 0px; }

.margin-left-xs {
  margin-left: 6px; }

.margin-left-sm {
  margin-left: 12px; }

.margin-left-md {
  margin-left: 24px; }

.margin-left-lg {
  margin-left: 36px; }

.margin-left-xl {
  margin-left: 50px; }

.padding-all-z {
  padding: 0px; }

.padding-all-xs {
  padding: 6px; }

.padding-all-sm {
  padding: 12px; }

.padding-all-md {
  padding: 24px; }

.padding-all-lg {
  padding: 36px; }

.padding-all-xl {
  padding: 50px; }

.padding-v-z {
  padding-top: 0px;
  padding-bottom: 0px; }

.padding-v-xs {
  padding-top: 6px;
  padding-bottom: 6px; }

.padding-v-sm {
  padding-top: 12px;
  padding-bottom: 12px; }

.padding-v-md {
  padding-top: 24px;
  padding-bottom: 24px; }

.padding-v-lg {
  padding-top: 36px;
  padding-bottom: 36px; }

.padding-v-xl {
  padding-top: 50px;
  padding-bottom: 50px; }

.padding-h-z {
  padding-right: 0px;
  padding-left: 0px; }

.padding-h-xs {
  padding-right: 6px;
  padding-left: 6px; }

.padding-h-sm {
  padding-right: 12px;
  padding-left: 12px; }

.padding-h-md {
  padding-right: 24px;
  padding-left: 24px; }

.padding-h-lg {
  padding-right: 36px;
  padding-left: 36px; }

.padding-h-xl {
  padding-right: 50px;
  padding-left: 50px; }

.padding-top-z {
  padding-top: 0px; }

.padding-top-xs {
  padding-top: 6px; }

.padding-top-sm {
  padding-top: 12px; }

.padding-top-md {
  padding-top: 24px; }

.padding-top-lg {
  padding-top: 36px; }

.padding-top-xl {
  padding-top: 50px; }

.padding-right-z {
  padding-right: 0px; }

.padding-right-xs {
  padding-right: 6px; }

.padding-right-sm {
  padding-right: 12px; }

.padding-right-md {
  padding-right: 24px; }

.padding-right-lg {
  padding-right: 36px; }

.padding-right-xl {
  padding-right: 50px; }

.padding-bottom-z {
  padding-bottom: 0px; }

.padding-bottom-xs {
  padding-bottom: 6px; }

.padding-bottom-sm {
  padding-bottom: 12px; }

.padding-bottom-md {
  padding-bottom: 24px; }

.padding-bottom-lg {
  padding-bottom: 36px; }

.padding-bottom-xl {
  padding-bottom: 50px; }

.padding-left-z {
  padding-left: 0px; }

.padding-left-xs {
  padding-left: 6px; }

.padding-left-sm {
  padding-left: 12px; }

.padding-left-md {
  padding-left: 24px; }

.padding-left-lg {
  padding-left: 36px; }

.padding-left-xl {
  padding-left: 50px; }

.text-line-bg {
  line-height: 2em; }

/**
 * phase out lightbox - remove with deprecation of flash message script in cibul-templates
 */
.lightbox-canvas {
  background: rgba(0, 0, 0, 0.62);
  z-index: 999998; }
  .lightbox-canvas .lightbox-frame {
    padding: 10px 20px;
    z-index: 999999; }
    .lightbox-canvas .lightbox-frame.w500 {
      width: 500px; }
    .lightbox-canvas .lightbox-frame .lightbox-buttons {
      text-align: center;
      padding-top: 10px; }
      .lightbox-canvas .lightbox-frame .lightbox-buttons button {
        margin: 0 5px; }

.badge {
  display: inline-block;
  min-width: 10px;
  padding: 3px 7px;
  font-size: 12px;
  font-weight: bold;
  color: #fff;
  line-height: 1;
  vertical-align: middle;
  white-space: nowrap;
  text-align: center;
  background-color: #777777;
  border-radius: 10px; }
  .badge:empty {
    display: none; }
  .btn .badge, .rtp__calendar .rtp__modal .rtp__error .rtp__recurrencer-error__disabledTimings button .badge, .rtp__calendar .rtp__edit-modal button[type="submit"] .badge, .rtp__calendar .rtp__recurrencer-button .badge, .rtp__calendar .rtp__multi-recurrencer-button .badge, .rtp__calendar .rtp__recurrencer-modal button[type="submit"] .badge, .rtp__calendar .rtp__multi-recurrencer-modal button[type="submit"] .badge {
    position: relative;
    top: -1px; }
  .btn-xs .badge, .btn-group-xs > .btn .badge, .rtp__calendar .rtp__edit-modal .btn-group-xs > button[type="submit"] .badge, .rtp__calendar .btn-group-xs > .rtp__recurrencer-button .badge, .rtp__calendar .btn-group-xs > .rtp__multi-recurrencer-button .badge, .rtp__calendar .rtp__recurrencer-modal .btn-group-xs > button[type="submit"] .badge, .rtp__calendar .rtp__multi-recurrencer-modal .btn-group-xs > button[type="submit"] .badge, .rtp__calendar .rtp__modal .rtp__error .rtp__recurrencer-error__disabledTimings button .badge,
  .btn-group-xs > .btn .badge,
  .rtp__calendar .rtp__modal .rtp__error .rtp__recurrencer-error__disabledTimings .btn-group-xs > button .badge,
  .rtp__calendar .rtp__edit-modal .btn-group-xs > button[type="submit"] .badge,
  .rtp__calendar .btn-group-xs > .rtp__recurrencer-button .badge,
  .rtp__calendar .btn-group-xs > .rtp__multi-recurrencer-button .badge,
  .rtp__calendar .rtp__recurrencer-modal .btn-group-xs > button[type="submit"] .badge,
  .rtp__calendar .rtp__multi-recurrencer-modal .btn-group-xs > button[type="submit"] .badge {
    top: 0;
    padding: 1px 5px; }
  .list-group-item.active > .badge,
  .nav-pills > .active > a > .badge {
    color: #41acdd;
    background-color: #fff; }
  .list-group-item > .badge {
    float: right; }
  .list-group-item > .badge + .badge {
    margin-right: 5px; }
  .nav-pills > li > a > .badge {
    margin-left: 3px; }

a.badge:hover, a.badge:focus {
  color: #fff;
  text-decoration: none;
  cursor: pointer; }

.badge.badge-sm {
  padding: 2px 5px; }

.badge-warning, .label-warning {
  background-color: #f6bb42;
  border-color: #f6bb42; }

.badge-outline-warning {
  color: #f6bb42;
  border: 1px solid #f6bb42;
  background-color: transparent; }

.badge-default, .label-default {
  color: gray;
  background-color: #fff;
  border: 1px solid #ccc; }

.badge-outline-default {
  color: gray;
  border: 1px solid #ccc;
  background-color: transparent; }

.badge-muted {
  color: #ccc;
  background-color: #fff;
  border: 1px solid #ccc; }

a.badge:hover {
  color: #41acdd;
  border: 1px solid #41acdd; }

.badge-primary {
  color: #fff;
  background-color: #41acdd;
  border: 1px solid #41acdd; }

.badge-outline-primary {
  border: 1px solid #41acdd;
  color: #41acdd; }

.badge-outline-warn {
  border: 1px solid #f6bb42;
  color: #f6bb42; }

.badge-outline-danger {
  border: 1px solid #da4453;
  color: #da4453; }

.badge-info {
  color: #41acdd;
  background-color: transparent;
  border: 1px solid #41acdd; }

.badge-success {
  color: #fff;
  background-color: #5cb85c;
  border: 1px solid #5cb85c; }

.badge-danger {
  color: #fff;
  background-color: #da4453;
  border: 1px solid #da4453; }

.badge-baseline {
  vertical-align: baseline; }

#outdated {
  background-color: #f25648;
  color: white;
  display: none;
  overflow: hidden;
  text-transform: uppercase;
  width: 100%;
  z-index: 1500;
  padding: 14px 24px; }
  #outdated h6 {
    font-size: 20px;
    display: inline-block;
    margin-right: 2em; }
  #outdated p {
    font-size: 12px;
    display: inline-block;
    margin: 0; }
  #outdated #buttonUpdateBrowser {
    border: 2px solid white;
    color: white;
    cursor: pointer;
    margin: 0 40px;
    padding: 10px 20px;
    position: relative;
    text-decoration: none;
    display: inline-block;
    min-width: 230px;
    white-space: nowrap; }
    #outdated #buttonUpdateBrowser:hover {
      background-color: white;
      color: #f25648; }
  #outdated .last {
    float: right; }
  #outdated #buttonCloseUpdateBrowser {
    color: white;
    display: block;
    font-size: 36px;
    height: 100%;
    line-height: 40px;
    position: relative;
    text-decoration: none;
    width: 100%; }

/* Make clicks pass-through */
#nprogress {
  pointer-events: none; }
  #nprogress .bar {
    background: #29d;
    position: fixed;
    z-index: 2031;
    top: 0;
    left: 0;
    width: 100%;
    height: 2px; }
  #nprogress .peg {
    display: block;
    position: absolute;
    right: 0px;
    width: 100px;
    height: 100%;
    box-shadow: 0 0 10px #29d, 0 0 5px #29d;
    opacity: 1.0;
    -webkit-transform: rotate(3deg) translate(0px, -4px);
    -ms-transform: rotate(3deg) translate(0px, -4px);
    transform: rotate(3deg) translate(0px, -4px); }
  #nprogress .spinner {
    display: block;
    position: fixed;
    z-index: 2031;
    top: 15px;
    right: 15px; }
  #nprogress .spinner-icon {
    width: 18px;
    height: 18px;
    box-sizing: border-box;
    border: solid 2px transparent;
    border-top-color: #29d;
    border-left-color: #29d;
    border-radius: 50%;
    -webkit-animation: nprogress-spinner 400ms linear infinite;
    animation: nprogress-spinner 400ms linear infinite; }

/* Fancy blur effect */
/* Remove these to get rid of the spinner */
.nprogress-custom-parent {
  overflow: hidden;
  position: relative; }
  .nprogress-custom-parent #nprogress .spinner, .nprogress-custom-parent #nprogress .bar {
    position: absolute; }

@-webkit-keyframes nprogress-spinner {
  0% {
    -webkit-transform: rotate(0deg); }
  100% {
    -webkit-transform: rotate(360deg); } }

@keyframes nprogress-spinner {
  0% {
    transform: rotate(0deg); }
  100% {
    transform: rotate(360deg); } }

.btn.btn-link-inline, .rtp__calendar .rtp__modal .rtp__error .rtp__recurrencer-error__disabledTimings button.btn-link-inline, .rtp__calendar .rtp__edit-modal button.btn-link-inline[type="submit"], .rtp__calendar .btn-link-inline.rtp__recurrencer-button, .rtp__calendar .btn-link-inline.rtp__multi-recurrencer-button, .rtp__calendar .rtp__recurrencer-modal button.btn-link-inline[type="submit"],
.rtp__calendar .rtp__multi-recurrencer-modal button.btn-link-inline[type="submit"] {
  display: inline;
  padding: 0;
  border: none;
  vertical-align: baseline;
  text-align: inherit;
  white-space: normal;
  line-height: inherit;
  font-size: inherit; }

.btn.btn-link.text-primary, .btn.text-primary.btn-link-inline, .rtp__calendar .rtp__modal .rtp__error .rtp__recurrencer-error__disabledTimings button.text-primary.btn-link-inline, .rtp__calendar .rtp__edit-modal button.text-primary.btn-link-inline[type="submit"], .rtp__calendar .rtp__recurrencer-modal button.text-primary.btn-link-inline[type="submit"],
.rtp__calendar .rtp__multi-recurrencer-modal button.text-primary.btn-link-inline[type="submit"], .rtp__calendar .rtp__modal .rtp__error .rtp__recurrencer-error__disabledTimings button.btn-link.text-primary, .rtp__calendar .rtp__modal .rtp__error .rtp__recurrencer-error__disabledTimings button.text-primary.rtp__recurrencer-button, .rtp__calendar .rtp__modal .rtp__error .rtp__recurrencer-error__disabledTimings button.text-primary.rtp__multi-recurrencer-button, .rtp__calendar .rtp__edit-modal button.btn-link.text-primary[type="submit"], .rtp__calendar .rtp__edit-modal button.text-primary.rtp__recurrencer-button[type="submit"], .rtp__calendar .rtp__edit-modal button.text-primary.rtp__multi-recurrencer-button[type="submit"], .rtp__calendar .text-primary.rtp__recurrencer-button, .rtp__calendar .text-primary.rtp__multi-recurrencer-button, .rtp__calendar .rtp__recurrencer-modal button.btn-link.text-primary[type="submit"], .rtp__calendar .rtp__recurrencer-modal button.text-primary.rtp__recurrencer-button[type="submit"], .rtp__calendar .rtp__recurrencer-modal button.text-primary.rtp__multi-recurrencer-button[type="submit"],
.rtp__calendar .rtp__multi-recurrencer-modal button.btn-link.text-primary[type="submit"], .rtp__calendar .rtp__multi-recurrencer-modal button.text-primary.rtp__recurrencer-button[type="submit"], .rtp__calendar .rtp__multi-recurrencer-modal button.text-primary.rtp__multi-recurrencer-button[type="submit"] {
  color: #2494c7 !important; }
  .btn.btn-link.text-primary:hover, .btn.text-primary.btn-link-inline:hover, .rtp__calendar .rtp__modal .rtp__error .rtp__recurrencer-error__disabledTimings button.text-primary.btn-link-inline:hover, .rtp__calendar .rtp__edit-modal button.text-primary.btn-link-inline:hover[type="submit"], .rtp__calendar .rtp__recurrencer-modal button.text-primary.btn-link-inline:hover[type="submit"],
  .rtp__calendar .rtp__multi-recurrencer-modal button.text-primary.btn-link-inline:hover[type="submit"], .rtp__calendar .rtp__modal .rtp__error .rtp__recurrencer-error__disabledTimings button.btn-link.text-primary:hover, .rtp__calendar .rtp__modal .rtp__error .rtp__recurrencer-error__disabledTimings button.text-primary.rtp__recurrencer-button:hover, .rtp__calendar .rtp__modal .rtp__error .rtp__recurrencer-error__disabledTimings button.text-primary.rtp__multi-recurrencer-button:hover, .rtp__calendar .rtp__edit-modal button.btn-link.text-primary:hover[type="submit"], .rtp__calendar .text-primary.rtp__recurrencer-button:hover, .rtp__calendar .text-primary.rtp__multi-recurrencer-button:hover, .rtp__calendar .rtp__recurrencer-modal button.btn-link.text-primary:hover[type="submit"],
  .rtp__calendar .rtp__multi-recurrencer-modal button.btn-link.text-primary:hover[type="submit"], .btn.btn-link.text-primary:focus, .btn.text-primary.btn-link-inline:focus, .rtp__calendar .rtp__modal .rtp__error .rtp__recurrencer-error__disabledTimings button.text-primary.btn-link-inline:focus, .rtp__calendar .rtp__edit-modal button.text-primary.btn-link-inline:focus[type="submit"], .rtp__calendar .rtp__recurrencer-modal button.text-primary.btn-link-inline:focus[type="submit"],
  .rtp__calendar .rtp__multi-recurrencer-modal button.text-primary.btn-link-inline:focus[type="submit"], .rtp__calendar .rtp__modal .rtp__error .rtp__recurrencer-error__disabledTimings button.btn-link.text-primary:focus, .rtp__calendar .rtp__modal .rtp__error .rtp__recurrencer-error__disabledTimings button.text-primary.rtp__recurrencer-button:focus, .rtp__calendar .rtp__modal .rtp__error .rtp__recurrencer-error__disabledTimings button.text-primary.rtp__multi-recurrencer-button:focus, .rtp__calendar .rtp__edit-modal button.btn-link.text-primary:focus[type="submit"], .rtp__calendar .text-primary.rtp__recurrencer-button:focus, .rtp__calendar .text-primary.rtp__multi-recurrencer-button:focus, .rtp__calendar .rtp__recurrencer-modal button.btn-link.text-primary:focus[type="submit"],
  .rtp__calendar .rtp__multi-recurrencer-modal button.btn-link.text-primary:focus[type="submit"] {
    text-decoration: underline #2494c7 !important; }

.btn.btn-link.text-success, .btn.text-success.btn-link-inline, .rtp__calendar .rtp__modal .rtp__error .rtp__recurrencer-error__disabledTimings button.text-success.btn-link-inline, .rtp__calendar .rtp__edit-modal button.text-success.btn-link-inline[type="submit"], .rtp__calendar .rtp__recurrencer-modal button.text-success.btn-link-inline[type="submit"],
.rtp__calendar .rtp__multi-recurrencer-modal button.text-success.btn-link-inline[type="submit"], .rtp__calendar .rtp__modal .rtp__error .rtp__recurrencer-error__disabledTimings button.btn-link.text-success, .rtp__calendar .rtp__modal .rtp__error .rtp__recurrencer-error__disabledTimings button.text-success.rtp__recurrencer-button, .rtp__calendar .rtp__modal .rtp__error .rtp__recurrencer-error__disabledTimings button.text-success.rtp__multi-recurrencer-button, .rtp__calendar .rtp__edit-modal button.btn-link.text-success[type="submit"], .rtp__calendar .rtp__edit-modal button.text-success.rtp__recurrencer-button[type="submit"], .rtp__calendar .rtp__edit-modal button.text-success.rtp__multi-recurrencer-button[type="submit"], .rtp__calendar .text-success.rtp__recurrencer-button, .rtp__calendar .text-success.rtp__multi-recurrencer-button, .rtp__calendar .rtp__recurrencer-modal button.btn-link.text-success[type="submit"], .rtp__calendar .rtp__recurrencer-modal button.text-success.rtp__recurrencer-button[type="submit"], .rtp__calendar .rtp__recurrencer-modal button.text-success.rtp__multi-recurrencer-button[type="submit"],
.rtp__calendar .rtp__multi-recurrencer-modal button.btn-link.text-success[type="submit"], .rtp__calendar .rtp__multi-recurrencer-modal button.text-success.rtp__recurrencer-button[type="submit"], .rtp__calendar .rtp__multi-recurrencer-modal button.text-success.rtp__multi-recurrencer-button[type="submit"] {
  color: #449d44 !important; }
  .btn.btn-link.text-success:hover, .btn.text-success.btn-link-inline:hover, .rtp__calendar .rtp__modal .rtp__error .rtp__recurrencer-error__disabledTimings button.text-success.btn-link-inline:hover, .rtp__calendar .rtp__edit-modal button.text-success.btn-link-inline:hover[type="submit"], .rtp__calendar .rtp__recurrencer-modal button.text-success.btn-link-inline:hover[type="submit"],
  .rtp__calendar .rtp__multi-recurrencer-modal button.text-success.btn-link-inline:hover[type="submit"], .rtp__calendar .rtp__modal .rtp__error .rtp__recurrencer-error__disabledTimings button.btn-link.text-success:hover, .rtp__calendar .rtp__modal .rtp__error .rtp__recurrencer-error__disabledTimings button.text-success.rtp__recurrencer-button:hover, .rtp__calendar .rtp__modal .rtp__error .rtp__recurrencer-error__disabledTimings button.text-success.rtp__multi-recurrencer-button:hover, .rtp__calendar .rtp__edit-modal button.btn-link.text-success:hover[type="submit"], .rtp__calendar .text-success.rtp__recurrencer-button:hover, .rtp__calendar .text-success.rtp__multi-recurrencer-button:hover, .rtp__calendar .rtp__recurrencer-modal button.btn-link.text-success:hover[type="submit"],
  .rtp__calendar .rtp__multi-recurrencer-modal button.btn-link.text-success:hover[type="submit"], .btn.btn-link.text-success:focus, .btn.text-success.btn-link-inline:focus, .rtp__calendar .rtp__modal .rtp__error .rtp__recurrencer-error__disabledTimings button.text-success.btn-link-inline:focus, .rtp__calendar .rtp__edit-modal button.text-success.btn-link-inline:focus[type="submit"], .rtp__calendar .rtp__recurrencer-modal button.text-success.btn-link-inline:focus[type="submit"],
  .rtp__calendar .rtp__multi-recurrencer-modal button.text-success.btn-link-inline:focus[type="submit"], .rtp__calendar .rtp__modal .rtp__error .rtp__recurrencer-error__disabledTimings button.btn-link.text-success:focus, .rtp__calendar .rtp__modal .rtp__error .rtp__recurrencer-error__disabledTimings button.text-success.rtp__recurrencer-button:focus, .rtp__calendar .rtp__modal .rtp__error .rtp__recurrencer-error__disabledTimings button.text-success.rtp__multi-recurrencer-button:focus, .rtp__calendar .rtp__edit-modal button.btn-link.text-success:focus[type="submit"], .rtp__calendar .text-success.rtp__recurrencer-button:focus, .rtp__calendar .text-success.rtp__multi-recurrencer-button:focus, .rtp__calendar .rtp__recurrencer-modal button.btn-link.text-success:focus[type="submit"],
  .rtp__calendar .rtp__multi-recurrencer-modal button.btn-link.text-success:focus[type="submit"] {
    text-decoration: underline #449d44 !important; }

.btn.btn-link.text-info, .btn.text-info.btn-link-inline, .rtp__calendar .rtp__modal .rtp__error .rtp__recurrencer-error__disabledTimings button.text-info.btn-link-inline, .rtp__calendar .rtp__edit-modal button.text-info.btn-link-inline[type="submit"], .rtp__calendar .rtp__recurrencer-modal button.text-info.btn-link-inline[type="submit"],
.rtp__calendar .rtp__multi-recurrencer-modal button.text-info.btn-link-inline[type="submit"], .rtp__calendar .rtp__modal .rtp__error .rtp__recurrencer-error__disabledTimings button.btn-link.text-info, .rtp__calendar .rtp__modal .rtp__error .rtp__recurrencer-error__disabledTimings button.text-info.rtp__recurrencer-button, .rtp__calendar .rtp__modal .rtp__error .rtp__recurrencer-error__disabledTimings button.text-info.rtp__multi-recurrencer-button, .rtp__calendar .rtp__edit-modal button.btn-link.text-info[type="submit"], .rtp__calendar .rtp__edit-modal button.text-info.rtp__recurrencer-button[type="submit"], .rtp__calendar .rtp__edit-modal button.text-info.rtp__multi-recurrencer-button[type="submit"], .rtp__calendar .text-info.rtp__recurrencer-button, .rtp__calendar .text-info.rtp__multi-recurrencer-button, .rtp__calendar .rtp__recurrencer-modal button.btn-link.text-info[type="submit"], .rtp__calendar .rtp__recurrencer-modal button.text-info.rtp__recurrencer-button[type="submit"], .rtp__calendar .rtp__recurrencer-modal button.text-info.rtp__multi-recurrencer-button[type="submit"],
.rtp__calendar .rtp__multi-recurrencer-modal button.btn-link.text-info[type="submit"], .rtp__calendar .rtp__multi-recurrencer-modal button.text-info.rtp__recurrencer-button[type="submit"], .rtp__calendar .rtp__multi-recurrencer-modal button.text-info.rtp__multi-recurrencer-button[type="submit"] {
  color: #31b0d5 !important; }
  .btn.btn-link.text-info:hover, .btn.text-info.btn-link-inline:hover, .rtp__calendar .rtp__modal .rtp__error .rtp__recurrencer-error__disabledTimings button.text-info.btn-link-inline:hover, .rtp__calendar .rtp__edit-modal button.text-info.btn-link-inline:hover[type="submit"], .rtp__calendar .rtp__recurrencer-modal button.text-info.btn-link-inline:hover[type="submit"],
  .rtp__calendar .rtp__multi-recurrencer-modal button.text-info.btn-link-inline:hover[type="submit"], .rtp__calendar .rtp__modal .rtp__error .rtp__recurrencer-error__disabledTimings button.btn-link.text-info:hover, .rtp__calendar .rtp__modal .rtp__error .rtp__recurrencer-error__disabledTimings button.text-info.rtp__recurrencer-button:hover, .rtp__calendar .rtp__modal .rtp__error .rtp__recurrencer-error__disabledTimings button.text-info.rtp__multi-recurrencer-button:hover, .rtp__calendar .rtp__edit-modal button.btn-link.text-info:hover[type="submit"], .rtp__calendar .text-info.rtp__recurrencer-button:hover, .rtp__calendar .text-info.rtp__multi-recurrencer-button:hover, .rtp__calendar .rtp__recurrencer-modal button.btn-link.text-info:hover[type="submit"],
  .rtp__calendar .rtp__multi-recurrencer-modal button.btn-link.text-info:hover[type="submit"], .btn.btn-link.text-info:focus, .btn.text-info.btn-link-inline:focus, .rtp__calendar .rtp__modal .rtp__error .rtp__recurrencer-error__disabledTimings button.text-info.btn-link-inline:focus, .rtp__calendar .rtp__edit-modal button.text-info.btn-link-inline:focus[type="submit"], .rtp__calendar .rtp__recurrencer-modal button.text-info.btn-link-inline:focus[type="submit"],
  .rtp__calendar .rtp__multi-recurrencer-modal button.text-info.btn-link-inline:focus[type="submit"], .rtp__calendar .rtp__modal .rtp__error .rtp__recurrencer-error__disabledTimings button.btn-link.text-info:focus, .rtp__calendar .rtp__modal .rtp__error .rtp__recurrencer-error__disabledTimings button.text-info.rtp__recurrencer-button:focus, .rtp__calendar .rtp__modal .rtp__error .rtp__recurrencer-error__disabledTimings button.text-info.rtp__multi-recurrencer-button:focus, .rtp__calendar .rtp__edit-modal button.btn-link.text-info:focus[type="submit"], .rtp__calendar .text-info.rtp__recurrencer-button:focus, .rtp__calendar .text-info.rtp__multi-recurrencer-button:focus, .rtp__calendar .rtp__recurrencer-modal button.btn-link.text-info:focus[type="submit"],
  .rtp__calendar .rtp__multi-recurrencer-modal button.btn-link.text-info:focus[type="submit"] {
    text-decoration: underline #31b0d5 !important; }

.btn.btn-link.text-warning, .btn.text-warning.btn-link-inline, .rtp__calendar .rtp__modal .rtp__error .rtp__recurrencer-error__disabledTimings button.text-warning.btn-link-inline, .rtp__calendar .rtp__edit-modal button.text-warning.btn-link-inline[type="submit"], .rtp__calendar .rtp__recurrencer-modal button.text-warning.btn-link-inline[type="submit"],
.rtp__calendar .rtp__multi-recurrencer-modal button.text-warning.btn-link-inline[type="submit"], .rtp__calendar .rtp__modal .rtp__error .rtp__recurrencer-error__disabledTimings button.btn-link.text-warning, .rtp__calendar .rtp__modal .rtp__error .rtp__recurrencer-error__disabledTimings button.text-warning.rtp__recurrencer-button, .rtp__calendar .rtp__modal .rtp__error .rtp__recurrencer-error__disabledTimings button.text-warning.rtp__multi-recurrencer-button, .rtp__calendar .rtp__edit-modal button.btn-link.text-warning[type="submit"], .rtp__calendar .rtp__edit-modal button.text-warning.rtp__recurrencer-button[type="submit"], .rtp__calendar .rtp__edit-modal button.text-warning.rtp__multi-recurrencer-button[type="submit"], .rtp__calendar .text-warning.rtp__recurrencer-button, .rtp__calendar .text-warning.rtp__multi-recurrencer-button, .rtp__calendar .rtp__recurrencer-modal button.btn-link.text-warning[type="submit"], .rtp__calendar .rtp__recurrencer-modal button.text-warning.rtp__recurrencer-button[type="submit"], .rtp__calendar .rtp__recurrencer-modal button.text-warning.rtp__multi-recurrencer-button[type="submit"],
.rtp__calendar .rtp__multi-recurrencer-modal button.btn-link.text-warning[type="submit"], .rtp__calendar .rtp__multi-recurrencer-modal button.text-warning.rtp__recurrencer-button[type="submit"], .rtp__calendar .rtp__multi-recurrencer-modal button.text-warning.rtp__multi-recurrencer-button[type="submit"] {
  color: #ec971f !important; }
  .btn.btn-link.text-warning:hover, .btn.text-warning.btn-link-inline:hover, .rtp__calendar .rtp__modal .rtp__error .rtp__recurrencer-error__disabledTimings button.text-warning.btn-link-inline:hover, .rtp__calendar .rtp__edit-modal button.text-warning.btn-link-inline:hover[type="submit"], .rtp__calendar .rtp__recurrencer-modal button.text-warning.btn-link-inline:hover[type="submit"],
  .rtp__calendar .rtp__multi-recurrencer-modal button.text-warning.btn-link-inline:hover[type="submit"], .rtp__calendar .rtp__modal .rtp__error .rtp__recurrencer-error__disabledTimings button.btn-link.text-warning:hover, .rtp__calendar .rtp__modal .rtp__error .rtp__recurrencer-error__disabledTimings button.text-warning.rtp__recurrencer-button:hover, .rtp__calendar .rtp__modal .rtp__error .rtp__recurrencer-error__disabledTimings button.text-warning.rtp__multi-recurrencer-button:hover, .rtp__calendar .rtp__edit-modal button.btn-link.text-warning:hover[type="submit"], .rtp__calendar .text-warning.rtp__recurrencer-button:hover, .rtp__calendar .text-warning.rtp__multi-recurrencer-button:hover, .rtp__calendar .rtp__recurrencer-modal button.btn-link.text-warning:hover[type="submit"],
  .rtp__calendar .rtp__multi-recurrencer-modal button.btn-link.text-warning:hover[type="submit"], .btn.btn-link.text-warning:focus, .btn.text-warning.btn-link-inline:focus, .rtp__calendar .rtp__modal .rtp__error .rtp__recurrencer-error__disabledTimings button.text-warning.btn-link-inline:focus, .rtp__calendar .rtp__edit-modal button.text-warning.btn-link-inline:focus[type="submit"], .rtp__calendar .rtp__recurrencer-modal button.text-warning.btn-link-inline:focus[type="submit"],
  .rtp__calendar .rtp__multi-recurrencer-modal button.text-warning.btn-link-inline:focus[type="submit"], .rtp__calendar .rtp__modal .rtp__error .rtp__recurrencer-error__disabledTimings button.btn-link.text-warning:focus, .rtp__calendar .rtp__modal .rtp__error .rtp__recurrencer-error__disabledTimings button.text-warning.rtp__recurrencer-button:focus, .rtp__calendar .rtp__modal .rtp__error .rtp__recurrencer-error__disabledTimings button.text-warning.rtp__multi-recurrencer-button:focus, .rtp__calendar .rtp__edit-modal button.btn-link.text-warning:focus[type="submit"], .rtp__calendar .text-warning.rtp__recurrencer-button:focus, .rtp__calendar .text-warning.rtp__multi-recurrencer-button:focus, .rtp__calendar .rtp__recurrencer-modal button.btn-link.text-warning:focus[type="submit"],
  .rtp__calendar .rtp__multi-recurrencer-modal button.btn-link.text-warning:focus[type="submit"] {
    text-decoration: underline #ec971f !important; }

.btn.btn-link.text-danger, .btn.text-danger.btn-link-inline, .rtp__calendar .rtp__modal .rtp__error .rtp__recurrencer-error__disabledTimings button.text-danger.btn-link-inline, .rtp__calendar .rtp__edit-modal button.text-danger.btn-link-inline[type="submit"], .rtp__calendar .rtp__recurrencer-modal button.text-danger.btn-link-inline[type="submit"],
.rtp__calendar .rtp__multi-recurrencer-modal button.text-danger.btn-link-inline[type="submit"], .rtp__calendar .rtp__modal .rtp__error .rtp__recurrencer-error__disabledTimings button.btn-link.text-danger, .rtp__calendar .rtp__modal .rtp__error .rtp__recurrencer-error__disabledTimings button.text-danger.rtp__recurrencer-button, .rtp__calendar .rtp__modal .rtp__error .rtp__recurrencer-error__disabledTimings button.text-danger.rtp__multi-recurrencer-button, .rtp__calendar .rtp__edit-modal button.btn-link.text-danger[type="submit"], .rtp__calendar .rtp__edit-modal button.text-danger.rtp__recurrencer-button[type="submit"], .rtp__calendar .rtp__edit-modal button.text-danger.rtp__multi-recurrencer-button[type="submit"], .rtp__calendar .text-danger.rtp__recurrencer-button, .rtp__calendar .text-danger.rtp__multi-recurrencer-button, .rtp__calendar .rtp__recurrencer-modal button.btn-link.text-danger[type="submit"], .rtp__calendar .rtp__recurrencer-modal button.text-danger.rtp__recurrencer-button[type="submit"], .rtp__calendar .rtp__recurrencer-modal button.text-danger.rtp__multi-recurrencer-button[type="submit"],
.rtp__calendar .rtp__multi-recurrencer-modal button.btn-link.text-danger[type="submit"], .rtp__calendar .rtp__multi-recurrencer-modal button.text-danger.rtp__recurrencer-button[type="submit"], .rtp__calendar .rtp__multi-recurrencer-modal button.text-danger.rtp__multi-recurrencer-button[type="submit"] {
  color: #c9302c !important; }
  .btn.btn-link.text-danger:hover, .btn.text-danger.btn-link-inline:hover, .rtp__calendar .rtp__modal .rtp__error .rtp__recurrencer-error__disabledTimings button.text-danger.btn-link-inline:hover, .rtp__calendar .rtp__edit-modal button.text-danger.btn-link-inline:hover[type="submit"], .rtp__calendar .rtp__recurrencer-modal button.text-danger.btn-link-inline:hover[type="submit"],
  .rtp__calendar .rtp__multi-recurrencer-modal button.text-danger.btn-link-inline:hover[type="submit"], .rtp__calendar .rtp__modal .rtp__error .rtp__recurrencer-error__disabledTimings button.btn-link.text-danger:hover, .rtp__calendar .rtp__modal .rtp__error .rtp__recurrencer-error__disabledTimings button.text-danger.rtp__recurrencer-button:hover, .rtp__calendar .rtp__modal .rtp__error .rtp__recurrencer-error__disabledTimings button.text-danger.rtp__multi-recurrencer-button:hover, .rtp__calendar .rtp__edit-modal button.btn-link.text-danger:hover[type="submit"], .rtp__calendar .text-danger.rtp__recurrencer-button:hover, .rtp__calendar .text-danger.rtp__multi-recurrencer-button:hover, .rtp__calendar .rtp__recurrencer-modal button.btn-link.text-danger:hover[type="submit"],
  .rtp__calendar .rtp__multi-recurrencer-modal button.btn-link.text-danger:hover[type="submit"], .btn.btn-link.text-danger:focus, .btn.text-danger.btn-link-inline:focus, .rtp__calendar .rtp__modal .rtp__error .rtp__recurrencer-error__disabledTimings button.text-danger.btn-link-inline:focus, .rtp__calendar .rtp__edit-modal button.text-danger.btn-link-inline:focus[type="submit"], .rtp__calendar .rtp__recurrencer-modal button.text-danger.btn-link-inline:focus[type="submit"],
  .rtp__calendar .rtp__multi-recurrencer-modal button.text-danger.btn-link-inline:focus[type="submit"], .rtp__calendar .rtp__modal .rtp__error .rtp__recurrencer-error__disabledTimings button.btn-link.text-danger:focus, .rtp__calendar .rtp__modal .rtp__error .rtp__recurrencer-error__disabledTimings button.text-danger.rtp__recurrencer-button:focus, .rtp__calendar .rtp__modal .rtp__error .rtp__recurrencer-error__disabledTimings button.text-danger.rtp__multi-recurrencer-button:focus, .rtp__calendar .rtp__edit-modal button.btn-link.text-danger:focus[type="submit"], .rtp__calendar .text-danger.rtp__recurrencer-button:focus, .rtp__calendar .text-danger.rtp__multi-recurrencer-button:focus, .rtp__calendar .rtp__recurrencer-modal button.btn-link.text-danger:focus[type="submit"],
  .rtp__calendar .rtp__multi-recurrencer-modal button.btn-link.text-danger:focus[type="submit"] {
    text-decoration: underline #c9302c !important; }

.btn.btn-bordered, .rtp__calendar .rtp__modal .rtp__error .rtp__recurrencer-error__disabledTimings button.btn-bordered, .rtp__calendar .rtp__edit-modal button.btn-bordered[type="submit"], .rtp__calendar .btn-bordered.rtp__recurrencer-button, .rtp__calendar .btn-bordered.rtp__multi-recurrencer-button, .rtp__calendar .rtp__recurrencer-modal button.btn-bordered[type="submit"],
.rtp__calendar .rtp__multi-recurrencer-modal button.btn-bordered[type="submit"] {
  background: transparent;
  border-width: 1px;
  color: inherit; }
  .btn.btn-bordered i, .rtp__calendar .rtp__modal .rtp__error .rtp__recurrencer-error__disabledTimings button.btn-bordered i, .rtp__calendar .rtp__edit-modal button.btn-bordered[type="submit"] i, .rtp__calendar .btn-bordered.rtp__recurrencer-button i, .rtp__calendar .btn-bordered.rtp__multi-recurrencer-button i, .rtp__calendar .rtp__recurrencer-modal button.btn-bordered[type="submit"] i, .rtp__calendar .rtp__multi-recurrencer-modal button.btn-bordered[type="submit"] i {
    font-size: 1.2em;
    vertical-align: text-bottom; }
  .btn.btn-bordered.btn-primary, .rtp__calendar .rtp__modal .rtp__error .rtp__recurrencer-error__disabledTimings button.btn-bordered, .rtp__calendar .rtp__edit-modal button.btn-bordered[type="submit"], .rtp__calendar .btn-bordered.btn-primary.rtp__recurrencer-button, .rtp__calendar .btn-bordered.btn-primary.rtp__multi-recurrencer-button, .rtp__calendar .rtp__recurrencer-modal button.btn-bordered[type="submit"],
  .rtp__calendar .rtp__multi-recurrencer-modal button.btn-bordered[type="submit"] {
    border-color: #41acdd;
    color: #41acdd; }
    .btn.btn-bordered.btn-primary:hover, .rtp__calendar .rtp__modal .rtp__error .rtp__recurrencer-error__disabledTimings button.btn-bordered:hover, .rtp__calendar .rtp__edit-modal button.btn-bordered:hover[type="submit"], .rtp__calendar .btn-bordered.btn-primary.rtp__recurrencer-button:hover, .rtp__calendar .btn-bordered.btn-primary.rtp__multi-recurrencer-button:hover, .rtp__calendar .rtp__recurrencer-modal button.btn-bordered:hover[type="submit"],
    .rtp__calendar .rtp__multi-recurrencer-modal button.btn-bordered:hover[type="submit"] {
      color: #fff;
      border-color: #6cbfe5;
      background-color: #41acdd; }
  .btn.btn-bordered.btn-success, .rtp__calendar .rtp__modal .rtp__error .rtp__recurrencer-error__disabledTimings button.btn-bordered.btn-success, .rtp__calendar .rtp__edit-modal button.btn-bordered.btn-success[type="submit"], .rtp__calendar .btn-bordered.btn-success.rtp__recurrencer-button, .rtp__calendar .btn-bordered.btn-success.rtp__multi-recurrencer-button, .rtp__calendar .rtp__recurrencer-modal button.btn-bordered.btn-success[type="submit"],
  .rtp__calendar .rtp__multi-recurrencer-modal button.btn-bordered.btn-success[type="submit"] {
    border-color: #5cb85c;
    color: #5cb85c; }
    .btn.btn-bordered.btn-success:hover, .rtp__calendar .rtp__modal .rtp__error .rtp__recurrencer-error__disabledTimings button.btn-bordered.btn-success:hover, .rtp__calendar .rtp__edit-modal button.btn-bordered.btn-success:hover[type="submit"], .rtp__calendar .btn-bordered.btn-success.rtp__recurrencer-button:hover, .rtp__calendar .btn-bordered.btn-success.rtp__multi-recurrencer-button:hover, .rtp__calendar .rtp__recurrencer-modal button.btn-bordered.btn-success:hover[type="submit"],
    .rtp__calendar .rtp__multi-recurrencer-modal button.btn-bordered.btn-success:hover[type="submit"] {
      color: #fff;
      border-color: #80c780;
      background-color: #5cb85c; }
  .btn.btn-bordered.btn-info, .rtp__calendar .rtp__modal .rtp__error .rtp__recurrencer-error__disabledTimings button.btn-bordered.btn-info, .rtp__calendar .rtp__edit-modal button.btn-bordered.btn-info[type="submit"], .rtp__calendar .btn-bordered.btn-info.rtp__recurrencer-button, .rtp__calendar .btn-bordered.btn-info.rtp__multi-recurrencer-button, .rtp__calendar .rtp__recurrencer-modal button.btn-bordered.btn-info[type="submit"],
  .rtp__calendar .rtp__multi-recurrencer-modal button.btn-bordered.btn-info[type="submit"] {
    border-color: #5bc0de;
    color: #5bc0de; }
    .btn.btn-bordered.btn-info:hover, .rtp__calendar .rtp__modal .rtp__error .rtp__recurrencer-error__disabledTimings button.btn-bordered.btn-info:hover, .rtp__calendar .rtp__edit-modal button.btn-bordered.btn-info:hover[type="submit"], .rtp__calendar .btn-bordered.btn-info.rtp__recurrencer-button:hover, .rtp__calendar .btn-bordered.btn-info.rtp__multi-recurrencer-button:hover, .rtp__calendar .rtp__recurrencer-modal button.btn-bordered.btn-info:hover[type="submit"],
    .rtp__calendar .rtp__multi-recurrencer-modal button.btn-bordered.btn-info:hover[type="submit"] {
      color: #fff;
      border-color: #85d0e7;
      background-color: #5bc0de; }
  .btn.btn-bordered.btn-warning, .rtp__calendar .rtp__modal .rtp__error .rtp__recurrencer-error__disabledTimings button.btn-bordered.btn-warning, .rtp__calendar .rtp__edit-modal button.btn-bordered.btn-warning[type="submit"], .rtp__calendar .btn-bordered.btn-warning.rtp__recurrencer-button, .rtp__calendar .btn-bordered.btn-warning.rtp__multi-recurrencer-button, .rtp__calendar .rtp__recurrencer-modal button.btn-bordered.btn-warning[type="submit"],
  .rtp__calendar .rtp__multi-recurrencer-modal button.btn-bordered.btn-warning[type="submit"] {
    border-color: #f0ad4e;
    color: #f0ad4e; }
    .btn.btn-bordered.btn-warning:hover, .rtp__calendar .rtp__modal .rtp__error .rtp__recurrencer-error__disabledTimings button.btn-bordered.btn-warning:hover, .rtp__calendar .rtp__edit-modal button.btn-bordered.btn-warning:hover[type="submit"], .rtp__calendar .btn-bordered.btn-warning.rtp__recurrencer-button:hover, .rtp__calendar .btn-bordered.btn-warning.rtp__multi-recurrencer-button:hover, .rtp__calendar .rtp__recurrencer-modal button.btn-bordered.btn-warning:hover[type="submit"],
    .rtp__calendar .rtp__multi-recurrencer-modal button.btn-bordered.btn-warning:hover[type="submit"] {
      color: #fff;
      border-color: #f4c37d;
      background-color: #f0ad4e; }
  .btn.btn-bordered.btn-danger, .rtp__calendar .rtp__modal .rtp__error .rtp__recurrencer-error__disabledTimings button.btn-bordered.btn-danger, .rtp__calendar .rtp__edit-modal button.btn-bordered.btn-danger[type="submit"], .rtp__calendar .btn-bordered.btn-danger.rtp__recurrencer-button, .rtp__calendar .btn-bordered.btn-danger.rtp__multi-recurrencer-button, .rtp__calendar .rtp__recurrencer-modal button.btn-bordered.btn-danger[type="submit"],
  .rtp__calendar .rtp__multi-recurrencer-modal button.btn-bordered.btn-danger[type="submit"] {
    border-color: #d9534f;
    color: #d9534f; }
    .btn.btn-bordered.btn-danger:hover, .rtp__calendar .rtp__modal .rtp__error .rtp__recurrencer-error__disabledTimings button.btn-bordered.btn-danger:hover, .rtp__calendar .rtp__edit-modal button.btn-bordered.btn-danger:hover[type="submit"], .rtp__calendar .btn-bordered.btn-danger.rtp__recurrencer-button:hover, .rtp__calendar .btn-bordered.btn-danger.rtp__multi-recurrencer-button:hover, .rtp__calendar .rtp__recurrencer-modal button.btn-bordered.btn-danger:hover[type="submit"],
    .rtp__calendar .rtp__multi-recurrencer-modal button.btn-bordered.btn-danger:hover[type="submit"] {
      color: #fff;
      border-color: #e27c79;
      background-color: #d9534f; }

.btn.btn-rounded, .rtp__calendar .rtp__modal .rtp__error .rtp__recurrencer-error__disabledTimings button.btn-rounded, .rtp__calendar .rtp__edit-modal button.btn-rounded[type="submit"], .rtp__calendar .btn-rounded.rtp__recurrencer-button, .rtp__calendar .btn-rounded.rtp__multi-recurrencer-button, .rtp__calendar .rtp__recurrencer-modal button.btn-rounded[type="submit"],
.rtp__calendar .rtp__multi-recurrencer-modal button.btn-rounded[type="submit"] {
  border-radius: 100px; }

.oa-page-header {
  margin: 0;
  z-index: 2002;
  padding-bottom: 0;
  /**
   * mobile menu adjustments - hack over bootstrap, isolated from the rest.
   */ }
  .oa-page-header .help-button-canvas {
    display: block;
    padding: 7px 7px 0; }
  .oa-page-header .collapse {
    display: none;
    visibility: hidden; }
    .oa-page-header .collapse.in {
      display: block;
      visibility: visible; }
    .oa-page-header .collapse.navbar-collapse {
      visibility: visible; }
  .oa-page-header .navbar-header {
    padding-left: 10px; }
  .oa-page-header .navbar-nav .inbox a, .oa-page-header .navbar-nav .inbox button.btn.btn-link-inline, .oa-page-header .navbar-nav .inbox .rtp__calendar .rtp__modal .rtp__error .rtp__recurrencer-error__disabledTimings button.btn-link-inline, .rtp__calendar .rtp__modal .rtp__error .rtp__recurrencer-error__disabledTimings .oa-page-header .navbar-nav .inbox button.btn-link-inline, .oa-page-header .navbar-nav .inbox .rtp__calendar .rtp__edit-modal button.btn-link-inline[type="submit"], .rtp__calendar .rtp__edit-modal .oa-page-header .navbar-nav .inbox button.btn-link-inline[type="submit"], .oa-page-header .navbar-nav .inbox .rtp__calendar button.btn-link-inline.rtp__recurrencer-button, .rtp__calendar .oa-page-header .navbar-nav .inbox button.btn-link-inline.rtp__recurrencer-button, .oa-page-header .navbar-nav .inbox .rtp__calendar button.btn-link-inline.rtp__multi-recurrencer-button, .rtp__calendar .oa-page-header .navbar-nav .inbox button.btn-link-inline.rtp__multi-recurrencer-button, .oa-page-header .navbar-nav .inbox .rtp__calendar .rtp__recurrencer-modal button.btn-link-inline[type="submit"], .rtp__calendar .rtp__recurrencer-modal .oa-page-header .navbar-nav .inbox button.btn-link-inline[type="submit"],
  .oa-page-header .navbar-nav .inbox .rtp__calendar .rtp__multi-recurrencer-modal button.btn-link-inline[type="submit"], .rtp__calendar .rtp__multi-recurrencer-modal .oa-page-header .navbar-nav .inbox button.btn-link-inline[type="submit"], .oa-page-header .navbar-nav .profile a, .oa-page-header .navbar-nav .profile button.btn.btn-link-inline, .oa-page-header .navbar-nav .profile .rtp__calendar .rtp__modal .rtp__error .rtp__recurrencer-error__disabledTimings button.btn-link-inline, .rtp__calendar .rtp__modal .rtp__error .rtp__recurrencer-error__disabledTimings .oa-page-header .navbar-nav .profile button.btn-link-inline, .oa-page-header .navbar-nav .profile .rtp__calendar .rtp__edit-modal button.btn-link-inline[type="submit"], .rtp__calendar .rtp__edit-modal .oa-page-header .navbar-nav .profile button.btn-link-inline[type="submit"], .oa-page-header .navbar-nav .profile .rtp__calendar button.btn-link-inline.rtp__recurrencer-button, .rtp__calendar .oa-page-header .navbar-nav .profile button.btn-link-inline.rtp__recurrencer-button, .oa-page-header .navbar-nav .profile .rtp__calendar button.btn-link-inline.rtp__multi-recurrencer-button, .rtp__calendar .oa-page-header .navbar-nav .profile button.btn-link-inline.rtp__multi-recurrencer-button, .oa-page-header .navbar-nav .profile .rtp__calendar .rtp__recurrencer-modal button.btn-link-inline[type="submit"], .rtp__calendar .rtp__recurrencer-modal .oa-page-header .navbar-nav .profile button.btn-link-inline[type="submit"],
  .oa-page-header .navbar-nav .profile .rtp__calendar .rtp__multi-recurrencer-modal button.btn-link-inline[type="submit"], .rtp__calendar .rtp__multi-recurrencer-modal .oa-page-header .navbar-nav .profile button.btn-link-inline[type="submit"], .oa-page-header .navbar-nav .notifications a, .oa-page-header .navbar-nav .notifications button.btn.btn-link-inline, .oa-page-header .navbar-nav .notifications .rtp__calendar .rtp__modal .rtp__error .rtp__recurrencer-error__disabledTimings button.btn-link-inline, .rtp__calendar .rtp__modal .rtp__error .rtp__recurrencer-error__disabledTimings .oa-page-header .navbar-nav .notifications button.btn-link-inline, .oa-page-header .navbar-nav .notifications .rtp__calendar .rtp__edit-modal button.btn-link-inline[type="submit"], .rtp__calendar .rtp__edit-modal .oa-page-header .navbar-nav .notifications button.btn-link-inline[type="submit"], .oa-page-header .navbar-nav .notifications .rtp__calendar button.btn-link-inline.rtp__recurrencer-button, .rtp__calendar .oa-page-header .navbar-nav .notifications button.btn-link-inline.rtp__recurrencer-button, .oa-page-header .navbar-nav .notifications .rtp__calendar button.btn-link-inline.rtp__multi-recurrencer-button, .rtp__calendar .oa-page-header .navbar-nav .notifications button.btn-link-inline.rtp__multi-recurrencer-button, .oa-page-header .navbar-nav .notifications .rtp__calendar .rtp__recurrencer-modal button.btn-link-inline[type="submit"], .rtp__calendar .rtp__recurrencer-modal .oa-page-header .navbar-nav .notifications button.btn-link-inline[type="submit"],
  .oa-page-header .navbar-nav .notifications .rtp__calendar .rtp__multi-recurrencer-modal button.btn-link-inline[type="submit"], .rtp__calendar .rtp__multi-recurrencer-modal .oa-page-header .navbar-nav .notifications button.btn-link-inline[type="submit"] {
    position: relative;
    padding: 18px;
    font-size: 14px;
    line-height: 14px;
    display: inline-block;
    color: #777; }
    .oa-page-header .navbar-nav .inbox a:hover, .oa-page-header .navbar-nav .inbox a:focus, .oa-page-header .navbar-nav .inbox button.btn.btn-link-inline:hover, .oa-page-header .navbar-nav .inbox .rtp__calendar .rtp__modal .rtp__error .rtp__recurrencer-error__disabledTimings button.btn-link-inline:hover, .rtp__calendar .rtp__modal .rtp__error .rtp__recurrencer-error__disabledTimings .oa-page-header .navbar-nav .inbox button.btn-link-inline:hover, .oa-page-header .navbar-nav .inbox .rtp__calendar .rtp__edit-modal button.btn-link-inline:hover[type="submit"], .rtp__calendar .rtp__edit-modal .oa-page-header .navbar-nav .inbox button.btn-link-inline:hover[type="submit"], .oa-page-header .navbar-nav .inbox .rtp__calendar button.btn-link-inline.rtp__recurrencer-button:hover, .rtp__calendar .oa-page-header .navbar-nav .inbox button.btn-link-inline.rtp__recurrencer-button:hover, .oa-page-header .navbar-nav .inbox .rtp__calendar button.btn-link-inline.rtp__multi-recurrencer-button:hover, .rtp__calendar .oa-page-header .navbar-nav .inbox button.btn-link-inline.rtp__multi-recurrencer-button:hover, .oa-page-header .navbar-nav .inbox .rtp__calendar .rtp__recurrencer-modal button.btn-link-inline:hover[type="submit"], .rtp__calendar .rtp__recurrencer-modal .oa-page-header .navbar-nav .inbox button.btn-link-inline:hover[type="submit"],
    .oa-page-header .navbar-nav .inbox .rtp__calendar .rtp__multi-recurrencer-modal button.btn-link-inline:hover[type="submit"], .rtp__calendar .rtp__multi-recurrencer-modal .oa-page-header .navbar-nav .inbox button.btn-link-inline:hover[type="submit"], .oa-page-header .navbar-nav .inbox button.btn.btn-link-inline:focus, .oa-page-header .navbar-nav .inbox .rtp__calendar .rtp__modal .rtp__error .rtp__recurrencer-error__disabledTimings button.btn-link-inline:focus, .rtp__calendar .rtp__modal .rtp__error .rtp__recurrencer-error__disabledTimings .oa-page-header .navbar-nav .inbox button.btn-link-inline:focus, .oa-page-header .navbar-nav .inbox .rtp__calendar .rtp__edit-modal button.btn-link-inline:focus[type="submit"], .rtp__calendar .rtp__edit-modal .oa-page-header .navbar-nav .inbox button.btn-link-inline:focus[type="submit"], .oa-page-header .navbar-nav .inbox .rtp__calendar button.btn-link-inline.rtp__recurrencer-button:focus, .rtp__calendar .oa-page-header .navbar-nav .inbox button.btn-link-inline.rtp__recurrencer-button:focus, .oa-page-header .navbar-nav .inbox .rtp__calendar button.btn-link-inline.rtp__multi-recurrencer-button:focus, .rtp__calendar .oa-page-header .navbar-nav .inbox button.btn-link-inline.rtp__multi-recurrencer-button:focus, .oa-page-header .navbar-nav .inbox .rtp__calendar .rtp__recurrencer-modal button.btn-link-inline:focus[type="submit"], .rtp__calendar .rtp__recurrencer-modal .oa-page-header .navbar-nav .inbox button.btn-link-inline:focus[type="submit"],
    .oa-page-header .navbar-nav .inbox .rtp__calendar .rtp__multi-recurrencer-modal button.btn-link-inline:focus[type="submit"], .rtp__calendar .rtp__multi-recurrencer-modal .oa-page-header .navbar-nav .inbox button.btn-link-inline:focus[type="submit"], .oa-page-header .navbar-nav .profile a:hover, .oa-page-header .navbar-nav .profile a:focus, .oa-page-header .navbar-nav .profile button.btn.btn-link-inline:hover, .oa-page-header .navbar-nav .profile .rtp__calendar .rtp__modal .rtp__error .rtp__recurrencer-error__disabledTimings button.btn-link-inline:hover, .rtp__calendar .rtp__modal .rtp__error .rtp__recurrencer-error__disabledTimings .oa-page-header .navbar-nav .profile button.btn-link-inline:hover, .oa-page-header .navbar-nav .profile .rtp__calendar .rtp__edit-modal button.btn-link-inline:hover[type="submit"], .rtp__calendar .rtp__edit-modal .oa-page-header .navbar-nav .profile button.btn-link-inline:hover[type="submit"], .oa-page-header .navbar-nav .profile .rtp__calendar button.btn-link-inline.rtp__recurrencer-button:hover, .rtp__calendar .oa-page-header .navbar-nav .profile button.btn-link-inline.rtp__recurrencer-button:hover, .oa-page-header .navbar-nav .profile .rtp__calendar button.btn-link-inline.rtp__multi-recurrencer-button:hover, .rtp__calendar .oa-page-header .navbar-nav .profile button.btn-link-inline.rtp__multi-recurrencer-button:hover, .oa-page-header .navbar-nav .profile .rtp__calendar .rtp__recurrencer-modal button.btn-link-inline:hover[type="submit"], .rtp__calendar .rtp__recurrencer-modal .oa-page-header .navbar-nav .profile button.btn-link-inline:hover[type="submit"],
    .oa-page-header .navbar-nav .profile .rtp__calendar .rtp__multi-recurrencer-modal button.btn-link-inline:hover[type="submit"], .rtp__calendar .rtp__multi-recurrencer-modal .oa-page-header .navbar-nav .profile button.btn-link-inline:hover[type="submit"], .oa-page-header .navbar-nav .profile button.btn.btn-link-inline:focus, .oa-page-header .navbar-nav .profile .rtp__calendar .rtp__modal .rtp__error .rtp__recurrencer-error__disabledTimings button.btn-link-inline:focus, .rtp__calendar .rtp__modal .rtp__error .rtp__recurrencer-error__disabledTimings .oa-page-header .navbar-nav .profile button.btn-link-inline:focus, .oa-page-header .navbar-nav .profile .rtp__calendar .rtp__edit-modal button.btn-link-inline:focus[type="submit"], .rtp__calendar .rtp__edit-modal .oa-page-header .navbar-nav .profile button.btn-link-inline:focus[type="submit"], .oa-page-header .navbar-nav .profile .rtp__calendar button.btn-link-inline.rtp__recurrencer-button:focus, .rtp__calendar .oa-page-header .navbar-nav .profile button.btn-link-inline.rtp__recurrencer-button:focus, .oa-page-header .navbar-nav .profile .rtp__calendar button.btn-link-inline.rtp__multi-recurrencer-button:focus, .rtp__calendar .oa-page-header .navbar-nav .profile button.btn-link-inline.rtp__multi-recurrencer-button:focus, .oa-page-header .navbar-nav .profile .rtp__calendar .rtp__recurrencer-modal button.btn-link-inline:focus[type="submit"], .rtp__calendar .rtp__recurrencer-modal .oa-page-header .navbar-nav .profile button.btn-link-inline:focus[type="submit"],
    .oa-page-header .navbar-nav .profile .rtp__calendar .rtp__multi-recurrencer-modal button.btn-link-inline:focus[type="submit"], .rtp__calendar .rtp__multi-recurrencer-modal .oa-page-header .navbar-nav .profile button.btn-link-inline:focus[type="submit"], .oa-page-header .navbar-nav .notifications a:hover, .oa-page-header .navbar-nav .notifications a:focus, .oa-page-header .navbar-nav .notifications button.btn.btn-link-inline:hover, .oa-page-header .navbar-nav .notifications .rtp__calendar .rtp__modal .rtp__error .rtp__recurrencer-error__disabledTimings button.btn-link-inline:hover, .rtp__calendar .rtp__modal .rtp__error .rtp__recurrencer-error__disabledTimings .oa-page-header .navbar-nav .notifications button.btn-link-inline:hover, .oa-page-header .navbar-nav .notifications .rtp__calendar .rtp__edit-modal button.btn-link-inline:hover[type="submit"], .rtp__calendar .rtp__edit-modal .oa-page-header .navbar-nav .notifications button.btn-link-inline:hover[type="submit"], .oa-page-header .navbar-nav .notifications .rtp__calendar button.btn-link-inline.rtp__recurrencer-button:hover, .rtp__calendar .oa-page-header .navbar-nav .notifications button.btn-link-inline.rtp__recurrencer-button:hover, .oa-page-header .navbar-nav .notifications .rtp__calendar button.btn-link-inline.rtp__multi-recurrencer-button:hover, .rtp__calendar .oa-page-header .navbar-nav .notifications button.btn-link-inline.rtp__multi-recurrencer-button:hover, .oa-page-header .navbar-nav .notifications .rtp__calendar .rtp__recurrencer-modal button.btn-link-inline:hover[type="submit"], .rtp__calendar .rtp__recurrencer-modal .oa-page-header .navbar-nav .notifications button.btn-link-inline:hover[type="submit"],
    .oa-page-header .navbar-nav .notifications .rtp__calendar .rtp__multi-recurrencer-modal button.btn-link-inline:hover[type="submit"], .rtp__calendar .rtp__multi-recurrencer-modal .oa-page-header .navbar-nav .notifications button.btn-link-inline:hover[type="submit"], .oa-page-header .navbar-nav .notifications button.btn.btn-link-inline:focus, .oa-page-header .navbar-nav .notifications .rtp__calendar .rtp__modal .rtp__error .rtp__recurrencer-error__disabledTimings button.btn-link-inline:focus, .rtp__calendar .rtp__modal .rtp__error .rtp__recurrencer-error__disabledTimings .oa-page-header .navbar-nav .notifications button.btn-link-inline:focus, .oa-page-header .navbar-nav .notifications .rtp__calendar .rtp__edit-modal button.btn-link-inline:focus[type="submit"], .rtp__calendar .rtp__edit-modal .oa-page-header .navbar-nav .notifications button.btn-link-inline:focus[type="submit"], .oa-page-header .navbar-nav .notifications .rtp__calendar button.btn-link-inline.rtp__recurrencer-button:focus, .rtp__calendar .oa-page-header .navbar-nav .notifications button.btn-link-inline.rtp__recurrencer-button:focus, .oa-page-header .navbar-nav .notifications .rtp__calendar button.btn-link-inline.rtp__multi-recurrencer-button:focus, .rtp__calendar .oa-page-header .navbar-nav .notifications button.btn-link-inline.rtp__multi-recurrencer-button:focus, .oa-page-header .navbar-nav .notifications .rtp__calendar .rtp__recurrencer-modal button.btn-link-inline:focus[type="submit"], .rtp__calendar .rtp__recurrencer-modal .oa-page-header .navbar-nav .notifications button.btn-link-inline:focus[type="submit"],
    .oa-page-header .navbar-nav .notifications .rtp__calendar .rtp__multi-recurrencer-modal button.btn-link-inline:focus[type="submit"], .rtp__calendar .rtp__multi-recurrencer-modal .oa-page-header .navbar-nav .notifications button.btn-link-inline:focus[type="submit"] {
      color: #333;
      text-decoration: none; }
  .oa-page-header .language-menu > a {
    text-transform: uppercase; }
  .oa-page-header .language-menu .selected {
    color: #41acdd; }
  .oa-page-header .search-form {
    float: left;
    margin: 0 0 0 1em; }
    .oa-page-header .search-form .search-input {
      width: 210px; }
  .oa-page-header .js_header_links {
    position: relative; }
  .oa-page-header .profile {
    position: static; }
    .oa-page-header .profile > a img, .oa-page-header .profile > button img {
      margin-top: -10px;
      margin-bottom: -10px;
      width: 30px;
      max-height: 30px; }
    .oa-page-header .profile .dropdown-menu {
      min-width: 400px;
      margin: 0;
      padding: 0; }
      .oa-page-header .profile .dropdown-menu .row li {
        padding: 0 10px; }
        .oa-page-header .profile .dropdown-menu .row li img {
          width: 24px; }
        .oa-page-header .profile .dropdown-menu .row li a {
          color: #333;
          padding: 10px 0;
          display: block; }
          .oa-page-header .profile .dropdown-menu .row li a:hover {
            text-decoration: none; }
  @media (max-width: 768px) {
    .oa-page-header .navbar-nav {
      width: 100%;
      margin: 7.5px 0; }
    .oa-page-header .navbar-collapse {
      padding: 0; }
    .oa-page-header .profile > a {
      display: none; }
    .oa-page-header .profile .dropdown-menu {
      display: block;
      position: relative;
      visibility: visible;
      width: 100%;
      border: none;
      box-shadow: none; }
      .oa-page-header .profile .dropdown-menu .row {
        margin-right: 0; }
    .oa-page-header .language-menu {
      display: block;
      float: none !important; }
      .oa-page-header .language-menu > a {
        display: none; }
      .oa-page-header .language-menu .dropdown-menu li {
        display: inline-block; }
    .oa-page-header .search-form {
      float: none;
      margin: 0; }
      .oa-page-header .search-form .search-input {
        width: 100%;
        border: 0;
        padding-left: 15px; }
      .oa-page-header .search-form .search-button {
        border: 0; }
    .oa-page-header .signin {
      position: absolute;
      right: 0;
      padding-left: 5px; } }

.oa-page-header .profile h3 {
  padding-left: 10px; }

.oa-page-header .profile .dropdown-menu .row li {
  margin: 0;
  padding: 0; }
  .oa-page-header .profile .dropdown-menu .row li a {
    padding-left: 10px; }
    .oa-page-header .profile .dropdown-menu .row li a:hover {
      color: #fff; }

.oa-page-header .profile .dropdown-menu .row li {
  margin: 0;
  padding: 0; }

.oa-page-header .profile .dropdown-menu .row li a:hover {
  color: white; }

@media (max-width: 991px) {
  .oa-page-header .profile > a {
    cursor: initial;
    text-decoration: none; }
    .oa-page-header .profile > a:hover {
      color: initial; }
  .oa-page-header .profile h3 {
    margin-top: 12px;
    padding-left: 15px; }
  .oa-page-header .profile .dropdown-menu .row li a {
    padding-left: 15px; } }

.search-form {
  height: 50px;
  position: relative; }
  .search-form div {
    display: inline-block;
    height: 100%;
    vertical-align: top; }
  .search-form .search-button {
    border-right: 1px solid #ccc;
    color: gray;
    position: absolute;
    right: 0;
    top: 0; }
    .search-form .search-button:hover {
      color: #41acdd; }
  .search-form .search-input {
    width: 100%;
    height: 100%;
    padding-left: 20px;
    background: #fafafa;
    border: 0;
    border-left: 1px solid #ccc; }
    .search-form .search-input:focus {
      background: rgba(65, 172, 221, 0.025);
      outline: 0; }
    .search-form .search-input:focus {
      border: 1px solid #41acdd; }
      .search-form .search-input:focus + .search-button {
        border-right: 1px solid #41acdd; }
  .search-form .search-submit {
    background: transparent;
    border: 0;
    height: 100%;
    padding: 0;
    text-align: center;
    width: 50px; }

/* required styles */
.leaflet-map-pane,
.leaflet-tile,
.leaflet-marker-icon,
.leaflet-marker-shadow,
.leaflet-tile-pane,
.leaflet-tile-container,
.leaflet-overlay-pane,
.leaflet-shadow-pane,
.leaflet-marker-pane,
.leaflet-popup-pane,
.leaflet-overlay-pane svg,
.leaflet-zoom-box,
.leaflet-image-layer,
.leaflet-layer {
  position: absolute;
  left: 0;
  top: 0; }

.leaflet-container {
  overflow: hidden;
  -ms-touch-action: none; }

.leaflet-tile,
.leaflet-marker-icon,
.leaflet-marker-shadow {
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  -webkit-user-drag: none; }

.leaflet-marker-icon,
.leaflet-marker-shadow {
  display: block; }

/* map is broken in FF if you have max-width: 100% on tiles */
.leaflet-container img {
  max-width: none !important; }

/* stupid Android 2 doesn't understand "max-width: none" properly */
.leaflet-container img.leaflet-image-layer {
  max-width: 15000px !important; }

.leaflet-tile {
  filter: inherit;
  visibility: hidden; }

.leaflet-tile-loaded {
  visibility: inherit; }

.leaflet-zoom-box {
  width: 0;
  height: 0; }

/* workaround for https://bugzilla.mozilla.org/show_bug.cgi?id=888319 */
.leaflet-overlay-pane svg {
  -moz-user-select: none; }

.leaflet-tile-pane {
  z-index: 2; }

.leaflet-objects-pane {
  z-index: 3; }

.leaflet-overlay-pane {
  z-index: 4; }

.leaflet-shadow-pane {
  z-index: 5; }

.leaflet-marker-pane {
  z-index: 6; }

.leaflet-popup-pane {
  z-index: 7; }

.leaflet-vml-shape {
  width: 1px;
  height: 1px; }

.lvml {
  behavior: url(#default#VML);
  display: inline-block;
  position: absolute; }

/* control positioning */
.leaflet-control {
  position: relative;
  z-index: 7;
  pointer-events: auto; }

.leaflet-top,
.leaflet-bottom {
  position: absolute;
  z-index: 1000;
  pointer-events: none; }

.leaflet-top {
  top: 0; }

.leaflet-right {
  right: 0; }

.leaflet-bottom {
  bottom: 0; }

.leaflet-left {
  left: 0; }

.leaflet-control {
  float: left;
  clear: both; }

.leaflet-right .leaflet-control {
  float: right; }

.leaflet-top .leaflet-control {
  margin-top: 10px; }

.leaflet-bottom .leaflet-control {
  margin-bottom: 10px; }

.leaflet-left .leaflet-control {
  margin-left: 10px; }

.leaflet-right .leaflet-control {
  margin-right: 10px; }

/* zoom and fade animations */
.leaflet-fade-anim .leaflet-tile,
.leaflet-fade-anim .leaflet-popup {
  opacity: 0;
  -webkit-transition: opacity 0.2s linear;
  -moz-transition: opacity 0.2s linear;
  -o-transition: opacity 0.2s linear;
  transition: opacity 0.2s linear; }

.leaflet-fade-anim .leaflet-tile-loaded,
.leaflet-fade-anim .leaflet-map-pane .leaflet-popup {
  opacity: 1; }

.leaflet-zoom-anim .leaflet-zoom-animated {
  -webkit-transition: -webkit-transform 0.25s cubic-bezier(0, 0, 0.25, 1);
  -moz-transition: -moz-transform 0.25s cubic-bezier(0, 0, 0.25, 1);
  -o-transition: -o-transform 0.25s cubic-bezier(0, 0, 0.25, 1);
  transition: transform 0.25s cubic-bezier(0, 0, 0.25, 1); }

.leaflet-zoom-anim .leaflet-tile,
.leaflet-pan-anim .leaflet-tile,
.leaflet-touching .leaflet-zoom-animated {
  -webkit-transition: none;
  -moz-transition: none;
  -o-transition: none;
  transition: none; }

.leaflet-zoom-anim .leaflet-zoom-hide {
  visibility: hidden; }

/* cursors */
.leaflet-clickable {
  cursor: pointer; }

.leaflet-container {
  cursor: -webkit-grab;
  cursor: -moz-grab; }

.leaflet-popup-pane,
.leaflet-control {
  cursor: auto; }

.leaflet-dragging .leaflet-container,
.leaflet-dragging .leaflet-clickable {
  cursor: move;
  cursor: -webkit-grabbing;
  cursor: -moz-grabbing; }

/* visual tweaks */
.leaflet-container {
  background: #ddd;
  outline: 0; }

.leaflet-container a {
  color: #0078A8; }

.leaflet-container a.leaflet-active {
  outline: 2px solid orange; }

.leaflet-zoom-box {
  border: 2px dotted #38f;
  background: rgba(255, 255, 255, 0.5); }

/* general typography */
.leaflet-container {
  font: 12px/1.5 "Helvetica Neue", Arial, Helvetica, sans-serif; }

/* general toolbar styles */
.leaflet-bar {
  box-shadow: 0 1px 5px rgba(0, 0, 0, 0.65);
  border-radius: 4px; }

.leaflet-bar a,
.leaflet-bar a:hover {
  background-color: #fff;
  border-bottom: 1px solid #ccc;
  width: 26px;
  height: 26px;
  line-height: 26px;
  display: block;
  text-align: center;
  text-decoration: none;
  color: black; }

.leaflet-bar a,
.leaflet-control-layers-toggle {
  background-position: 50% 50%;
  background-repeat: no-repeat;
  display: block; }

.leaflet-bar a:hover {
  background-color: #f4f4f4; }

.leaflet-bar a:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px; }

.leaflet-bar a:last-child {
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
  border-bottom: none; }

.leaflet-bar a.leaflet-disabled {
  cursor: default;
  background-color: #f4f4f4;
  color: #bbb; }

.leaflet-touch .leaflet-bar a {
  width: 30px;
  height: 30px;
  line-height: 30px; }

/* zoom control */
.leaflet-control-zoom-in,
.leaflet-control-zoom-out {
  font: bold 18px 'Lucida Console', Monaco, monospace;
  text-indent: 1px; }

.leaflet-control-zoom-out {
  font-size: 20px; }

.leaflet-touch .leaflet-control-zoom-in {
  font-size: 22px; }

.leaflet-touch .leaflet-control-zoom-out {
  font-size: 24px; }

/* layers control */
.leaflet-control-layers {
  box-shadow: 0 1px 5px rgba(0, 0, 0, 0.4);
  background: #fff;
  border-radius: 5px; }

.leaflet-control-layers-toggle {
  background-image: url(//s3.eu-central-1.amazonaws.com/oastatic/leaflet-0.7.3/images/layers.png);
  width: 36px;
  height: 36px; }

.leaflet-retina .leaflet-control-layers-toggle {
  background-image: url(//s3.eu-central-1.amazonaws.com/oastatic/leaflet-0.7.3/images/layers-2x.png);
  background-size: 26px 26px; }

.leaflet-touch .leaflet-control-layers-toggle {
  width: 44px;
  height: 44px; }

.leaflet-control-layers .leaflet-control-layers-list,
.leaflet-control-layers-expanded .leaflet-control-layers-toggle {
  display: none; }

.leaflet-control-layers-expanded .leaflet-control-layers-list {
  display: block;
  position: relative; }

.leaflet-control-layers-expanded {
  padding: 6px 10px 6px 6px;
  color: #333;
  background: #fff; }

.leaflet-control-layers-selector {
  margin-top: 2px;
  position: relative;
  top: 1px; }

.leaflet-control-layers label {
  display: block; }

.leaflet-control-layers-separator {
  height: 0;
  border-top: 1px solid #ddd;
  margin: 5px -10px 5px -6px; }

/* attribution and scale controls */
.leaflet-container .leaflet-control-attribution {
  background: #fff;
  background: rgba(255, 255, 255, 0.7);
  margin: 0; }

.leaflet-control-attribution,
.leaflet-control-scale-line {
  padding: 0 5px;
  color: #333; }

.leaflet-control-attribution a {
  text-decoration: none; }

.leaflet-control-attribution a:hover {
  text-decoration: underline; }

.leaflet-container .leaflet-control-attribution,
.leaflet-container .leaflet-control-scale {
  font-size: 11px; }

.leaflet-left .leaflet-control-scale {
  margin-left: 5px; }

.leaflet-bottom .leaflet-control-scale {
  margin-bottom: 5px; }

.leaflet-control-scale-line {
  border: 2px solid #777;
  border-top: none;
  line-height: 1.1;
  padding: 2px 5px 1px;
  font-size: 11px;
  white-space: nowrap;
  overflow: hidden;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  background: #fff;
  background: rgba(255, 255, 255, 0.5); }

.leaflet-control-scale-line:not(:first-child) {
  border-top: 2px solid #777;
  border-bottom: none;
  margin-top: -2px; }

.leaflet-control-scale-line:not(:first-child):not(:last-child) {
  border-bottom: 2px solid #777; }

.leaflet-touch .leaflet-control-attribution,
.leaflet-touch .leaflet-control-layers,
.leaflet-touch .leaflet-bar {
  box-shadow: none; }

.leaflet-touch .leaflet-control-layers,
.leaflet-touch .leaflet-bar {
  border: 2px solid rgba(0, 0, 0, 0.2);
  background-clip: padding-box; }

/* popup */
.leaflet-popup {
  position: absolute;
  text-align: center; }

.leaflet-popup-content-wrapper {
  padding: 1px;
  text-align: left;
  border-radius: 12px; }

.leaflet-popup-content {
  margin: 13px 19px;
  line-height: 1.4; }

.leaflet-popup-content p {
  margin: 18px 0; }

.leaflet-popup-tip-container {
  margin: 0 auto;
  width: 40px;
  height: 20px;
  position: relative;
  overflow: hidden; }

.leaflet-popup-tip {
  width: 17px;
  height: 17px;
  padding: 1px;
  margin: -10px auto 0;
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg); }

.leaflet-popup-content-wrapper,
.leaflet-popup-tip {
  background: white;
  box-shadow: 0 3px 14px rgba(0, 0, 0, 0.4); }

.leaflet-container a.leaflet-popup-close-button {
  position: absolute;
  top: 0;
  right: 0;
  padding: 4px 4px 0 0;
  text-align: center;
  width: 18px;
  height: 14px;
  font: 16px/14px Tahoma, Verdana, sans-serif;
  color: #c3c3c3;
  text-decoration: none;
  font-weight: bold;
  background: transparent; }

.leaflet-container a.leaflet-popup-close-button:hover {
  color: #999; }

.leaflet-popup-scrolled {
  overflow: auto;
  border-bottom: 1px solid #ddd;
  border-top: 1px solid #ddd; }

.leaflet-oldie .leaflet-popup-content-wrapper {
  zoom: 1; }

.leaflet-oldie .leaflet-popup-tip {
  width: 24px;
  margin: 0 auto;
  -ms-filter: "progid:DXImageTransform.Microsoft.Matrix(M11=0.70710678, M12=0.70710678, M21=-0.70710678, M22=0.70710678)";
  filter: progid:DXImageTransform.Microsoft.Matrix(M11=0.70710678, M12=0.70710678, M21=-0.70710678, M22=0.70710678); }

.leaflet-oldie .leaflet-popup-tip-container {
  margin-top: -1px; }

.leaflet-oldie .leaflet-control-zoom,
.leaflet-oldie .leaflet-control-layers,
.leaflet-oldie .leaflet-popup-content-wrapper,
.leaflet-oldie .leaflet-popup-tip {
  border: 1px solid #999; }

/* div icon */
.leaflet-div-icon {
  background: #fff;
  border: 1px solid #666; }

.dropdown-menu ul, .dropdown-menu li, .dropdown-menu span, .dropdown-menu h4, .dropdown-menu .media-body {
  color: inherit;
  background-color: transparent; }

.dropdown-menu li {
  padding: 0;
  margin: 0; }
  .dropdown-menu li:hover {
    background-color: transparent; }
  .dropdown-menu li a:hover,
  .dropdown-menu li .media:hover {
    color: #fff;
    background-color: #41acdd; }
  .dropdown-menu li .media {
    padding: 0.4em 0.8em;
    cursor: pointer;
    margin: 0;
    width: 10000px;
    display: table-cell; }
    .dropdown-menu li .media h4 {
      font-size: 1em;
      font-weight: bold; }
  .dropdown-menu li.empty {
    padding: 1em 0;
    text-align: center;
    display: table-cell;
    vertical-align: top;
    width: 10000px; }
    .dropdown-menu li.empty p {
      margin: 0; }

.ccal * {
  -moz-user-select: -moz-none;
  -khtml-user-select: none;
  -webkit-user-select: none;
  -o-user-select: none;
  user-select: none; }

.ccal ul {
  display: flex;
  flex-flow: row wrap;
  justify-content: space-around;
  list-style: none;
  margin: 0;
  padding: 0; }

.ccal ul.calweekdays li, .ccal .calbody ul li {
  border: 2px solid #eee;
  cursor: pointer;
  color: gray;
  display: inline-block;
  line-height: 25px;
  text-align: center;
  transition: color 0.1s;
  width: 14.28571%; }
  .ccal ul.calweekdays li:hover, .ccal .calbody ul li:hover {
    color: #41acdd; }
  .ccal ul.calweekdays li.today, .ccal .calbody ul li.today {
    font-weight: bold;
    color: #41acdd; }

.ccal .calbody, .ccal .calhead {
  box-sizing: border-box; }

.ccal .calbody li:hover {
  box-shadow: 0 0 0 1px #41acdd inset; }

.ccal .calprev, .ccal .calnext {
  opacity: 0.2; }

.ccal .calweekdays li {
  cursor: auto; }
  .ccal .calweekdays li:hover {
    color: gray; }

.ccal .calmonthnav {
  background: #eee;
  border-bottom: 1px solid silver;
  line-height: 46px; }

.ccal .hasdates {
  background: #fff; }

.ccal .selected {
  background: #41acdd;
  border-radius: 0; }
  .ccal .selected span {
    color: #fff; }
  .ccal .selected:hover {
    color: #fff;
    opacity: 0.9; }

.ccal .preselected {
  background: #41acdd;
  opacity: 0.8; }
  .ccal .preselected span {
    color: #fff; }

.spin-canvas {
  left: 0;
  top: 0;
  z-index: 10;
  margin: 0;
  height: 100%;
  width: 100%;
  position: absolute;
  background: rgba(0, 0, 0, 0.03); }
  .spin-canvas.spin-center .spin-message {
    color: gray;
    text-align: center;
    position: absolute;
    width: 220px;
    margin-left: -110px;
    top: -50px;
    padding: 90px 20px 30px;
    background: #fff;
    border-radius: 5px; }
  .spin-canvas.spin-page {
    position: fixed; }
  .spin-canvas.spin-inline {
    position: relative;
    line-height: 1em;
    width: 1em;
    display: inline-block;
    background: transparent; }
    .spin-canvas.spin-inline > span {
      display: inline-block; }

@keyframes spinner-line-fade-more {
  0%, 100% {
    opacity: 0;
    /* minimum opacity */ }
  1% {
    opacity: 1; } }

@keyframes spinner-line-fade-quick {
  0%, 39%, 100% {
    opacity: 0.25;
    /* minimum opacity */ }
  40% {
    opacity: 1; } }

@keyframes spinner-line-fade-default {
  0%, 100% {
    opacity: 0.22;
    /* minimum opacity */ }
  1% {
    opacity: 1; } }
    .spin-canvas.spin-inline + .spin-message {
      margin-left: .3em;
      color: #ccc; }

a.text-danger {
  color: #da4453; }
  a.text-danger:hover {
    color: #c42737; }

a.text-success {
  color: #5cb85c; }
  a.text-success:hover {
    color: #449d44; }

.text-padded {
  padding: 0 0.5em; }

/**
 * used in agenda search page and agenda page
 */
.official {
  display: inline;
  position: relative;
  margin-left: 5px;
  vertical-align: middle;
  line-height: 1em;
  white-space: nowrap; }
  .official:before {
    content: "\feff"; }
  .official .tooltip {
    display: none; }
  .official i {
    width: 14px;
    height: 14px;
    background: url("//s3.eu-central-1.amazonaws.com/oastatic/official.png") no-repeat scroll 0 0 transparent;
    display: inline-block; }
    .official i:hover {
      background-position: 0 -28px; }
  .official.big i {
    width: 28px;
    height: 28px;
    background-position: -14px 0; }
    .official.big i:hover {
      background-position: -14px -28px; }
  .official:hover .tooltip {
    display: block;
    opacity: 1;
    right: -122px;
    min-width: 120px; }
    .official:hover .tooltip.right {
      top: 50%;
      transform: translateY(-50%);
      margin-left: 15px; }
    .official:hover .tooltip .tooltip-inner {
      background-color: #413a42; }
    .official:hover .tooltip.right .tooltip-arrow {
      border-right-color: #413a42; }
  .official.big .tooltip {
    top: 3px; }
    .official.big .tooltip .tooltip-inner {
      background-color: #fff;
      color: #413a42; }
    .official.big .tooltip.right .tooltip-arrow {
      border-right-color: #fff; }

i.golden-icon {
  background: url("https://s3.eu-central-1.amazonaws.com/oastatic/oa-white.svg") no-repeat scroll 0 0.05em #FFC235;
  background-size: cover;
  width: 16px;
  height: 16px;
  border-radius: 2px;
  display: inline-block;
  vertical-align: text-bottom; }
  i.golden-icon.gi-20 {
    width: 20px;
    height: 20px; }
  i.golden-icon.gi-40 {
    width: 40px;
    height: 40px; }
  i.golden-icon:not(.no-hover):hover {
    opacity: 0.6; }

.icon-hoverable:hover .golden-icon {
  opacity: 0.6; }

.form-page .form-head {
  padding: 0 0 2em; }

.form-page .error {
  color: #da4453; }

/* 'bo' such as back-office */
.bo-list-item {
  padding: 1em;
  overflow: visible; }
  .bo-list-item .media-left, .bo-list-item .media-right {
    vertical-align: middle; }
    .bo-list-item .media-left img, .bo-list-item .media-right img {
      width: auto;
      max-width: 96px; }
  .bo-list-item .media-body {
    vertical-align: middle;
    overflow: visible; }
    .bo-list-item .media-body .actions {
      font-size: 13px; }
      .bo-list-item .media-body .actions p {
        margin-bottom: 4px; }
      .bo-list-item .media-body .actions a, .bo-list-item .media-body .actions button.btn.btn-link, .bo-list-item .media-body .actions button.btn.btn-link-inline, .bo-list-item .media-body .actions .rtp__calendar .rtp__modal .rtp__error .rtp__recurrencer-error__disabledTimings button.btn-link-inline, .rtp__calendar .rtp__modal .rtp__error .rtp__recurrencer-error__disabledTimings .bo-list-item .media-body .actions button.btn-link-inline, .bo-list-item .media-body .actions .rtp__calendar .rtp__edit-modal button.btn-link-inline[type="submit"], .rtp__calendar .rtp__edit-modal .bo-list-item .media-body .actions button.btn-link-inline[type="submit"], .bo-list-item .media-body .actions .rtp__calendar .rtp__recurrencer-modal button.btn-link-inline[type="submit"], .rtp__calendar .rtp__recurrencer-modal .bo-list-item .media-body .actions button.btn-link-inline[type="submit"],
      .bo-list-item .media-body .actions .rtp__calendar .rtp__multi-recurrencer-modal button.btn-link-inline[type="submit"], .rtp__calendar .rtp__multi-recurrencer-modal .bo-list-item .media-body .actions button.btn-link-inline[type="submit"], .bo-list-item .media-body .actions .rtp__calendar .rtp__modal .rtp__error .rtp__recurrencer-error__disabledTimings button.btn-link, .rtp__calendar .rtp__modal .rtp__error .rtp__recurrencer-error__disabledTimings .bo-list-item .media-body .actions button.btn-link, .bo-list-item .media-body .actions .rtp__calendar .rtp__edit-modal button.btn-link[type="submit"], .rtp__calendar .rtp__edit-modal .bo-list-item .media-body .actions button.btn-link[type="submit"], .bo-list-item .media-body .actions .rtp__calendar button.rtp__recurrencer-button, .rtp__calendar .bo-list-item .media-body .actions button.rtp__recurrencer-button, .bo-list-item .media-body .actions .rtp__calendar button.rtp__multi-recurrencer-button, .rtp__calendar .bo-list-item .media-body .actions button.rtp__multi-recurrencer-button, .bo-list-item .media-body .actions .rtp__calendar .rtp__recurrencer-modal button.btn-link[type="submit"], .rtp__calendar .rtp__recurrencer-modal .bo-list-item .media-body .actions button.btn-link[type="submit"],
      .bo-list-item .media-body .actions .rtp__calendar .rtp__multi-recurrencer-modal button.btn-link[type="submit"], .rtp__calendar .rtp__multi-recurrencer-modal .bo-list-item .media-body .actions button.btn-link[type="submit"] {
        font-size: 13px;
        text-decoration: none;
        color: #777777;
        padding: 0; }
        .bo-list-item .media-body .actions a:hover, .bo-list-item .media-body .actions button.btn.btn-link:hover, .bo-list-item .media-body .actions button.btn.btn-link-inline:hover, .bo-list-item .media-body .actions .rtp__calendar .rtp__modal .rtp__error .rtp__recurrencer-error__disabledTimings button.btn-link-inline:hover, .rtp__calendar .rtp__modal .rtp__error .rtp__recurrencer-error__disabledTimings .bo-list-item .media-body .actions button.btn-link-inline:hover, .bo-list-item .media-body .actions .rtp__calendar .rtp__edit-modal button.btn-link-inline:hover[type="submit"], .rtp__calendar .rtp__edit-modal .bo-list-item .media-body .actions button.btn-link-inline:hover[type="submit"], .bo-list-item .media-body .actions .rtp__calendar .rtp__recurrencer-modal button.btn-link-inline:hover[type="submit"], .rtp__calendar .rtp__recurrencer-modal .bo-list-item .media-body .actions button.btn-link-inline:hover[type="submit"],
        .bo-list-item .media-body .actions .rtp__calendar .rtp__multi-recurrencer-modal button.btn-link-inline:hover[type="submit"], .rtp__calendar .rtp__multi-recurrencer-modal .bo-list-item .media-body .actions button.btn-link-inline:hover[type="submit"], .bo-list-item .media-body .actions .rtp__calendar .rtp__modal .rtp__error .rtp__recurrencer-error__disabledTimings button.btn-link:hover, .rtp__calendar .rtp__modal .rtp__error .rtp__recurrencer-error__disabledTimings .bo-list-item .media-body .actions button.btn-link:hover, .bo-list-item .media-body .actions .rtp__calendar .rtp__edit-modal button.btn-link:hover[type="submit"], .rtp__calendar .rtp__edit-modal .bo-list-item .media-body .actions button.btn-link:hover[type="submit"], .bo-list-item .media-body .actions .rtp__calendar button.rtp__recurrencer-button:hover, .rtp__calendar .bo-list-item .media-body .actions button.rtp__recurrencer-button:hover, .bo-list-item .media-body .actions .rtp__calendar button.rtp__multi-recurrencer-button:hover, .rtp__calendar .bo-list-item .media-body .actions button.rtp__multi-recurrencer-button:hover, .bo-list-item .media-body .actions .rtp__calendar .rtp__recurrencer-modal button.btn-link:hover[type="submit"], .rtp__calendar .rtp__recurrencer-modal .bo-list-item .media-body .actions button.btn-link:hover[type="submit"],
        .bo-list-item .media-body .actions .rtp__calendar .rtp__multi-recurrencer-modal button.btn-link:hover[type="submit"], .rtp__calendar .rtp__multi-recurrencer-modal .bo-list-item .media-body .actions button.btn-link:hover[type="submit"] {
          color: #41acdd; }
      .bo-list-item .media-body .actions button.btn.btn-link, .bo-list-item .media-body .actions button.btn.btn-link-inline, .bo-list-item .media-body .actions .rtp__calendar .rtp__modal .rtp__error .rtp__recurrencer-error__disabledTimings button.btn-link-inline, .rtp__calendar .rtp__modal .rtp__error .rtp__recurrencer-error__disabledTimings .bo-list-item .media-body .actions button.btn-link-inline, .bo-list-item .media-body .actions .rtp__calendar .rtp__edit-modal button.btn-link-inline[type="submit"], .rtp__calendar .rtp__edit-modal .bo-list-item .media-body .actions button.btn-link-inline[type="submit"], .bo-list-item .media-body .actions .rtp__calendar .rtp__recurrencer-modal button.btn-link-inline[type="submit"], .rtp__calendar .rtp__recurrencer-modal .bo-list-item .media-body .actions button.btn-link-inline[type="submit"],
      .bo-list-item .media-body .actions .rtp__calendar .rtp__multi-recurrencer-modal button.btn-link-inline[type="submit"], .rtp__calendar .rtp__multi-recurrencer-modal .bo-list-item .media-body .actions button.btn-link-inline[type="submit"], .bo-list-item .media-body .actions .rtp__calendar .rtp__modal .rtp__error .rtp__recurrencer-error__disabledTimings button.btn-link, .rtp__calendar .rtp__modal .rtp__error .rtp__recurrencer-error__disabledTimings .bo-list-item .media-body .actions button.btn-link, .bo-list-item .media-body .actions .rtp__calendar .rtp__edit-modal button.btn-link[type="submit"], .rtp__calendar .rtp__edit-modal .bo-list-item .media-body .actions button.btn-link[type="submit"], .bo-list-item .media-body .actions .rtp__calendar button.rtp__recurrencer-button, .rtp__calendar .bo-list-item .media-body .actions button.rtp__recurrencer-button, .bo-list-item .media-body .actions .rtp__calendar button.rtp__multi-recurrencer-button, .rtp__calendar .bo-list-item .media-body .actions button.rtp__multi-recurrencer-button, .bo-list-item .media-body .actions .rtp__calendar .rtp__recurrencer-modal button.btn-link[type="submit"], .rtp__calendar .rtp__recurrencer-modal .bo-list-item .media-body .actions button.btn-link[type="submit"],
      .bo-list-item .media-body .actions .rtp__calendar .rtp__multi-recurrencer-modal button.btn-link[type="submit"], .rtp__calendar .rtp__multi-recurrencer-modal .bo-list-item .media-body .actions button.btn-link[type="submit"] {
        padding-bottom: 1px; }
  .bo-list-item a, .bo-list-item button.btn.btn-link, .bo-list-item button.btn.btn-link-inline, .bo-list-item .rtp__calendar .rtp__modal .rtp__error .rtp__recurrencer-error__disabledTimings button.btn-link-inline, .rtp__calendar .rtp__modal .rtp__error .rtp__recurrencer-error__disabledTimings .bo-list-item button.btn-link-inline, .bo-list-item .rtp__calendar .rtp__edit-modal button.btn-link-inline[type="submit"], .rtp__calendar .rtp__edit-modal .bo-list-item button.btn-link-inline[type="submit"], .bo-list-item .rtp__calendar .rtp__recurrencer-modal button.btn-link-inline[type="submit"], .rtp__calendar .rtp__recurrencer-modal .bo-list-item button.btn-link-inline[type="submit"],
  .bo-list-item .rtp__calendar .rtp__multi-recurrencer-modal button.btn-link-inline[type="submit"], .rtp__calendar .rtp__multi-recurrencer-modal .bo-list-item button.btn-link-inline[type="submit"], .bo-list-item .rtp__calendar .rtp__modal .rtp__error .rtp__recurrencer-error__disabledTimings button.btn-link, .rtp__calendar .rtp__modal .rtp__error .rtp__recurrencer-error__disabledTimings .bo-list-item button.btn-link, .bo-list-item .rtp__calendar .rtp__modal .rtp__error .rtp__recurrencer-error__disabledTimings button.rtp__recurrencer-button, .rtp__calendar .rtp__modal .rtp__error .rtp__recurrencer-error__disabledTimings .bo-list-item button.rtp__recurrencer-button, .bo-list-item .rtp__calendar .rtp__modal .rtp__error .rtp__recurrencer-error__disabledTimings button.rtp__multi-recurrencer-button, .rtp__calendar .rtp__modal .rtp__error .rtp__recurrencer-error__disabledTimings .bo-list-item button.rtp__multi-recurrencer-button, .bo-list-item .rtp__calendar .rtp__edit-modal button.btn-link[type="submit"], .rtp__calendar .rtp__edit-modal .bo-list-item button.btn-link[type="submit"], .bo-list-item .rtp__calendar button.rtp__recurrencer-button, .rtp__calendar .bo-list-item button.rtp__recurrencer-button, .bo-list-item .rtp__calendar button.rtp__multi-recurrencer-button, .rtp__calendar .bo-list-item button.rtp__multi-recurrencer-button, .bo-list-item .rtp__calendar .rtp__recurrencer-modal button.btn-link[type="submit"], .rtp__calendar .rtp__recurrencer-modal .bo-list-item button.btn-link[type="submit"],
  .bo-list-item .rtp__calendar .rtp__multi-recurrencer-modal button.btn-link[type="submit"], .rtp__calendar .rtp__multi-recurrencer-modal .bo-list-item button.btn-link[type="submit"] {
    color: inherit;
    text-decoration: none;
    display: inline-block; }

.rc-switch {
  position: relative;
  display: inline-block;
  box-sizing: border-box;
  width: 44px;
  height: 22px;
  line-height: 20px;
  vertical-align: middle;
  border-radius: 20px 20px;
  border: 1px solid #ccc;
  background-color: #ccc;
  cursor: pointer;
  transition: all 0.3s cubic-bezier(0.35, 0, 0.25, 1); }
  .rc-switch:after {
    position: absolute;
    width: 18px;
    height: 18px;
    left: 2px;
    top: 1px;
    border-radius: 50% 50%;
    background-color: #fff;
    content: " ";
    cursor: pointer;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.26);
    transform: scale(1);
    transition: left 0.3s cubic-bezier(0.35, 0, 0.25, 1);
    animation-timing-function: cubic-bezier(0.35, 0, 0.25, 1);
    animation-duration: 0.3s;
    animation-name: rcSwitchOff; }
  .rc-switch:focus {
    box-shadow: 0 0 0 2px #d5f1fd;
    outline: none; }
  .rc-switch:hover:after {
    transform: scale(1.1);
    animation-name: rcSwitchOn; }

.rc-switch-inner {
  color: #fff;
  font-size: 12px;
  position: absolute;
  left: 24px;
  top: 0; }

.rc-switch-checked {
  border: 1px solid #87d068;
  background-color: #87d068; }
  .rc-switch-checked .rc-switch-inner {
    left: 6px; }
  .rc-switch-checked:after {
    left: 22px; }

.rc-switch-disabled {
  cursor: no-drop;
  background: #ccc;
  border-color: #ccc; }
  .rc-switch-disabled:after {
    background: #9e9e9e;
    animation-name: none;
    cursor: no-drop; }
  .rc-switch-disabled:hover:after {
    transform: scale(1);
    animation-name: none; }

.rc-switch-label {
  display: inline-block;
  line-height: 20px;
  font-size: 14px;
  padding-left: 10px;
  vertical-align: middle;
  white-space: normal;
  pointer-events: none;
  user-select: text; }

@keyframes rcSwitchOn {
  0% {
    transform: scale(1); }
  50% {
    transform: scale(1.25); }
  100% {
    transform: scale(1.1); } }

@keyframes rcSwitchOff {
  0% {
    transform: scale(1.1); }
  100% {
    transform: scale(1); } }

.has-feedback .form-control {
  padding-right: 34px; }

.has-feedback .form-control.input-sm, .has-feedback .input-group-sm > .form-control,
.has-feedback .input-group-sm > .input-group-btn > .form-control.btn, .has-feedback .rtp__calendar .rtp__modal .rtp__error .rtp__recurrencer-error__disabledTimings .input-group-sm > .input-group-btn > button.form-control, .rtp__calendar .rtp__modal .rtp__error .rtp__recurrencer-error__disabledTimings .has-feedback .input-group-sm > .input-group-btn > button.form-control, .has-feedback .rtp__calendar .rtp__edit-modal .input-group-sm > .input-group-btn > button.form-control[type="submit"], .rtp__calendar .rtp__edit-modal .has-feedback .input-group-sm > .input-group-btn > button.form-control[type="submit"], .has-feedback .rtp__calendar .input-group-sm > .input-group-btn > .form-control.rtp__recurrencer-button, .rtp__calendar .has-feedback .input-group-sm > .input-group-btn > .form-control.rtp__recurrencer-button, .has-feedback .rtp__calendar .input-group-sm > .input-group-btn > .form-control.rtp__multi-recurrencer-button, .rtp__calendar .has-feedback .input-group-sm > .input-group-btn > .form-control.rtp__multi-recurrencer-button, .has-feedback .rtp__calendar .rtp__recurrencer-modal .input-group-sm > .input-group-btn > button.form-control[type="submit"], .rtp__calendar .rtp__recurrencer-modal .has-feedback .input-group-sm > .input-group-btn > button.form-control[type="submit"],
.has-feedback .rtp__calendar .rtp__multi-recurrencer-modal .input-group-sm > .input-group-btn > button.form-control[type="submit"], .rtp__calendar .rtp__multi-recurrencer-modal .has-feedback .input-group-sm > .input-group-btn > button.form-control[type="submit"],
.has-feedback.form-group-sm .form-control {
  padding-right: 30px; }

.has-feedback .form-control.input-lg, .has-feedback .input-group-lg > .form-control,
.has-feedback .input-group-lg > .input-group-btn > .form-control.btn, .has-feedback .rtp__calendar .rtp__modal .rtp__error .rtp__recurrencer-error__disabledTimings .input-group-lg > .input-group-btn > button.form-control, .rtp__calendar .rtp__modal .rtp__error .rtp__recurrencer-error__disabledTimings .has-feedback .input-group-lg > .input-group-btn > button.form-control, .has-feedback .rtp__calendar .rtp__edit-modal .input-group-lg > .input-group-btn > button.form-control[type="submit"], .rtp__calendar .rtp__edit-modal .has-feedback .input-group-lg > .input-group-btn > button.form-control[type="submit"], .has-feedback .rtp__calendar .input-group-lg > .input-group-btn > .form-control.rtp__recurrencer-button, .rtp__calendar .has-feedback .input-group-lg > .input-group-btn > .form-control.rtp__recurrencer-button, .has-feedback .rtp__calendar .input-group-lg > .input-group-btn > .form-control.rtp__multi-recurrencer-button, .rtp__calendar .has-feedback .input-group-lg > .input-group-btn > .form-control.rtp__multi-recurrencer-button, .has-feedback .rtp__calendar .rtp__recurrencer-modal .input-group-lg > .input-group-btn > button.form-control[type="submit"], .rtp__calendar .rtp__recurrencer-modal .has-feedback .input-group-lg > .input-group-btn > button.form-control[type="submit"],
.has-feedback .rtp__calendar .rtp__multi-recurrencer-modal .input-group-lg > .input-group-btn > button.form-control[type="submit"], .rtp__calendar .rtp__multi-recurrencer-modal .has-feedback .input-group-lg > .input-group-btn > button.form-control[type="submit"],
.has-feedback.form-group-lg .form-control {
  padding-right: 46px; }

.has-feedback-left .form-control {
  padding-right: 12px;
  padding-left: 34px; }

.has-feedback-left .form-control.input-sm, .has-feedback-left .input-group-sm > .form-control,
.has-feedback-left .input-group-sm > .input-group-btn > .form-control.btn, .has-feedback-left .rtp__calendar .rtp__modal .rtp__error .rtp__recurrencer-error__disabledTimings .input-group-sm > .input-group-btn > button.form-control, .rtp__calendar .rtp__modal .rtp__error .rtp__recurrencer-error__disabledTimings .has-feedback-left .input-group-sm > .input-group-btn > button.form-control, .has-feedback-left .rtp__calendar .rtp__edit-modal .input-group-sm > .input-group-btn > button.form-control[type="submit"], .rtp__calendar .rtp__edit-modal .has-feedback-left .input-group-sm > .input-group-btn > button.form-control[type="submit"], .has-feedback-left .rtp__calendar .input-group-sm > .input-group-btn > .form-control.rtp__recurrencer-button, .rtp__calendar .has-feedback-left .input-group-sm > .input-group-btn > .form-control.rtp__recurrencer-button, .has-feedback-left .rtp__calendar .input-group-sm > .input-group-btn > .form-control.rtp__multi-recurrencer-button, .rtp__calendar .has-feedback-left .input-group-sm > .input-group-btn > .form-control.rtp__multi-recurrencer-button, .has-feedback-left .rtp__calendar .rtp__recurrencer-modal .input-group-sm > .input-group-btn > button.form-control[type="submit"], .rtp__calendar .rtp__recurrencer-modal .has-feedback-left .input-group-sm > .input-group-btn > button.form-control[type="submit"],
.has-feedback-left .rtp__calendar .rtp__multi-recurrencer-modal .input-group-sm > .input-group-btn > button.form-control[type="submit"], .rtp__calendar .rtp__multi-recurrencer-modal .has-feedback-left .input-group-sm > .input-group-btn > button.form-control[type="submit"],
.has-feedback-left.form-group-sm .form-control {
  padding-left: 30px; }

.has-feedback-left .form-control.input-lg, .has-feedback-left .input-group-lg > .form-control,
.has-feedback-left .input-group-lg > .input-group-btn > .form-control.btn, .has-feedback-left .rtp__calendar .rtp__modal .rtp__error .rtp__recurrencer-error__disabledTimings .input-group-lg > .input-group-btn > button.form-control, .rtp__calendar .rtp__modal .rtp__error .rtp__recurrencer-error__disabledTimings .has-feedback-left .input-group-lg > .input-group-btn > button.form-control, .has-feedback-left .rtp__calendar .rtp__edit-modal .input-group-lg > .input-group-btn > button.form-control[type="submit"], .rtp__calendar .rtp__edit-modal .has-feedback-left .input-group-lg > .input-group-btn > button.form-control[type="submit"], .has-feedback-left .rtp__calendar .input-group-lg > .input-group-btn > .form-control.rtp__recurrencer-button, .rtp__calendar .has-feedback-left .input-group-lg > .input-group-btn > .form-control.rtp__recurrencer-button, .has-feedback-left .rtp__calendar .input-group-lg > .input-group-btn > .form-control.rtp__multi-recurrencer-button, .rtp__calendar .has-feedback-left .input-group-lg > .input-group-btn > .form-control.rtp__multi-recurrencer-button, .has-feedback-left .rtp__calendar .rtp__recurrencer-modal .input-group-lg > .input-group-btn > button.form-control[type="submit"], .rtp__calendar .rtp__recurrencer-modal .has-feedback-left .input-group-lg > .input-group-btn > button.form-control[type="submit"],
.has-feedback-left .rtp__calendar .rtp__multi-recurrencer-modal .input-group-lg > .input-group-btn > button.form-control[type="submit"], .rtp__calendar .rtp__multi-recurrencer-modal .has-feedback-left .input-group-lg > .input-group-btn > button.form-control[type="submit"],
.has-feedback-left.form-group-lg .form-control {
  padding-left: 46px; }

.has-feedback-left .form-control-feedback {
  left: 0; }

.form-control-feedback {
  line-height: 34px !important; }

.input-sm + .form-control-feedback, .input-group-sm > .form-control + .form-control-feedback, .input-group-sm > .input-group-addon + .form-control-feedback, .input-group-sm > .input-group-btn > .btn + .form-control-feedback, .rtp__calendar .rtp__modal .rtp__error .rtp__recurrencer-error__disabledTimings .input-group-sm > .input-group-btn > button + .form-control-feedback, .rtp__calendar .rtp__edit-modal .input-group-sm > .input-group-btn > button[type="submit"] + .form-control-feedback, .rtp__calendar .input-group-sm > .input-group-btn > .rtp__recurrencer-button + .form-control-feedback, .rtp__calendar .input-group-sm > .input-group-btn > .rtp__multi-recurrencer-button + .form-control-feedback, .rtp__calendar .rtp__recurrencer-modal .input-group-sm > .input-group-btn > button[type="submit"] + .form-control-feedback, .rtp__calendar .rtp__multi-recurrencer-modal .input-group-sm > .input-group-btn > button[type="submit"] + .form-control-feedback,
.form-horizontal .form-group-sm .form-control-feedback {
  width: 30px;
  height: 30px;
  line-height: 30px !important; }

.input-lg + .form-control-feedback, .input-group-lg > .form-control + .form-control-feedback, .input-group-lg > .input-group-addon + .form-control-feedback, .input-group-lg > .input-group-btn > .btn + .form-control-feedback, .rtp__calendar .rtp__modal .rtp__error .rtp__recurrencer-error__disabledTimings .input-group-lg > .input-group-btn > button + .form-control-feedback, .rtp__calendar .rtp__edit-modal .input-group-lg > .input-group-btn > button[type="submit"] + .form-control-feedback, .rtp__calendar .input-group-lg > .input-group-btn > .rtp__recurrencer-button + .form-control-feedback, .rtp__calendar .input-group-lg > .input-group-btn > .rtp__multi-recurrencer-button + .form-control-feedback, .rtp__calendar .rtp__recurrencer-modal .input-group-lg > .input-group-btn > button[type="submit"] + .form-control-feedback, .rtp__calendar .rtp__multi-recurrencer-modal .input-group-lg > .input-group-btn > button[type="submit"] + .form-control-feedback,
.form-horizontal .form-group-lg .form-control-feedback {
  width: 46px;
  height: 46px;
  line-height: 46px !important; }

.has-feedback label.sr-only ~ .form-control-feedback,
.has-feedback label.sr-only ~ div .form-control-feedback {
  top: 0; }

@media (min-width: 768px) {
  .form-inline .inline-feedback {
    position: relative;
    display: inline-block; }
  .form-inline .has-feedback .form-control-feedback {
    top: 0; } }

.form-horizontal .has-feedback-left .form-control-feedback {
  left: 15px; }

body {
  background-color: #eee; }

.mobile-only {
  display: block; }
  @media (min-width: 768px) {
    .mobile-only {
      display: none; } }

/**
 * set display-none through class
 */
.display-none {
  display: none !important; }

/**
 * white page
 */
.wsq {
  background: #fff;
  vertical-align: top;
  text-align: left;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px; }

.info-block {
  background-color: #fafafa;
  padding: 1em;
  border: 1px solid #eee; }
  .info-block label {
    margin-right: 1em; }

/**
 * content block of a white page
 */
.content {
  padding: 20px 30px; }

/**
 * use for simple full page dialogs,
 * to give them some margin from the
 * top of the page
 */
.top-margined {
  margin-top: 60px; }

.bottom-margined {
  margin-bottom: 60px; }

/**
 * make whole alert box clickable
 */
.alert-clickable {
  cursor: pointer; }

/**
 * avatars are round in shape
 */
.avatar-container {
  margin: 30px; }

.avatar {
  border: 3px solid #fff;
  border-radius: 100px;
  display: inline-block;
  margin: auto;
  max-width: 140px;
  width: 100%; }

/* hack to put crisp on the left */
.crisp-client-container .crisp-client-excerpt .crisp-client-excerpt-chat,
body .crisp-client-container .crisp-client-excerpt .crisp-client-excerpt-minimized {
  right: inherit !important;
  left: 80px !important; }

/*
 * One pixel overflow input/button field
 */

.input-group-btn:last-child > .btn,
.rtp__calendar .rtp__modal .rtp__error .rtp__recurrencer-error__disabledTimings .input-group-btn:last-child > button,
.rtp__calendar .rtp__edit-modal .input-group-btn:last-child > button[type="submit"],
.rtp__calendar .input-group-btn:last-child > .rtp__recurrencer-button,
.rtp__calendar .input-group-btn:last-child > .rtp__multi-recurrencer-button,
.rtp__calendar .rtp__recurrencer-modal .input-group-btn:last-child > button[type="submit"],
.rtp__calendar .rtp__multi-recurrencer-modal .input-group-btn:last-child > button[type="submit"],
.input-group-btn:last-child > .btn-group {
  line-height: 1.45; }

.list-item-actions {
  margin-left: -12px; }

ul.nav.navbar-nav.navbar-right > li.notifications,
ul.nav.navbar-nav.navbar-right > li.inbox {
  position: relative; }
  ul.nav.navbar-nav.navbar-right > li.notifications a,
  ul.nav.navbar-nav.navbar-right > li.inbox a {
    cursor: pointer; }
  ul.nav.navbar-nav.navbar-right > li.notifications .label,
  ul.nav.navbar-nav.navbar-right > li.inbox .label {
    position: absolute;
    bottom: 10px;
    top: 50%;
    left: 24px;
    padding: 2px; }

/*
  little help <i> element to encase in a <a> with the class .help
 */
.help i {
  color: #41acdd;
  font-size: 1.3em; }
  .help i:hover {
    color: #2ba3d9; }

.js_call_to_action_canvas .popup-overlay .popup-title {
  position: relative;
  padding-left: 50px; }
  .js_call_to_action_canvas .popup-overlay .popup-title i.golden-icon {
    position: absolute;
    top: 0;
    left: 0;
    height: 40px;
    width: 40px;
    border-radius: 0; }

.text-muted {
  color: gray; }

.oa-col-canvas {
  max-width: 680px; }

.breadcrumb > .active a {
  color: #413a42; }

a.discreet {
  color: inherit;
  cursor: pointer; }
  a.discreet label {
    cursor: pointer; }
  a.discreet:hover {
    color: #41acdd; }

.text-primary a {
  color: #41acdd;
  text-decoration: underline; }
  .text-primary a:hover, .text-primary a:focus {
    color: #2084b2; }

.text-success a {
  color: #5cb85c;
  text-decoration: underline; }
  .text-success a:hover, .text-success a:focus {
    color: #3d8b3d; }

.text-info a {
  color: #5bc0de;
  text-decoration: underline; }
  .text-info a:hover, .text-info a:focus {
    color: #28a1c5; }

.text-warning a {
  color: #f0ad4e;
  text-decoration: underline; }
  .text-warning a:hover, .text-warning a:focus {
    color: #df8a13; }

.text-danger a {
  color: #d9534f;
  text-decoration: underline; }
  .text-danger a:hover, .text-danger a:focus {
    color: #b52b27; }

.announcement .pull-right + h1:first-of-type, .announcement .pull-right + h2:first-of-type, .announcement .pull-right + h3:first-of-type, .announcement .pull-right + h4:first-of-type, .announcement .pull-right + h5:first-of-type, .announcement .pull-right + h6:first-of-type {
  margin-top: 0; }

.announcement.bg-primary {
  border-top: 1px solid #41acdd;
  border-bottom: 1px solid #41acdd;
  background-color: #eef8fc; }

.announcement.bg-success {
  border-top: 1px solid #5cb85c;
  border-bottom: 1px solid #5cb85c;
  background-color: #eaf6ea; }

.announcement.bg-info {
  border-top: 1px solid #5bc0de;
  border-bottom: 1px solid #5bc0de;
  background-color: white; }

.announcement.bg-warning {
  border-top: 1px solid #f0ad4e;
  border-bottom: 1px solid #f0ad4e;
  background-color: white; }

.announcement.bg-danger {
  border-top: 1px solid #d9534f;
  border-bottom: 1px solid #d9534f;
  background-color: #fdf7f7; }

.fa-xs {
  font-size: .75em; }

.fa-sm {
  font-size: .875em; }

.flex-auto {
  flex: auto; }

.translate-button {
  padding: 13px;
  font-size: 22px;
  line-height: 14px; }

.maintenance {
  text-align: center;
  padding: 6em 0; }
  .maintenance .logo {
    padding: 2em; }

/**
 * specific event page style is excluded from current as styling
 * needs to be used by legacy templating project which
 * does not support imports, and avoids style duplication by using
 * a named index.
 */
.edge-bar {
  background: #41acdd; }
  .edge-bar.fixed-bottom {
    position: fixed;
    bottom: 0;
    width: 100%;
    z-index: 3000; }
  .edge-bar .edge-list {
    margin: 0;
    padding: 0; }
  .edge-bar .edge-item {
    display: inline-block;
    position: relative;
    vertical-align: top;
    width: 100%;
    border-bottom: 1px solid rgba(255, 255, 255, 0.38); }
    .edge-bar .edge-item .list-group.in {
      display: block; }
    .edge-bar .edge-item .state .sticker {
      border-radius: 100px;
      width: 1.2em;
      height: 1.2em;
      display: inline-block;
      vertical-align: middle;
      margin-right: 1em;
      border: 2px solid #fff; }
    .edge-bar .edge-item .state span {
      display: inline-block;
      vertical-align: middle; }
    .edge-bar .edge-item .state.published .sticker {
      background: #5bb75b; }
    .edge-bar .edge-item .state.tocontrol .sticker {
      background: #fff; }
    .edge-bar .edge-item .state.controlled .sticker {
      background: #F7CA18; }
    .edge-bar .edge-item .state.refused .sticker {
      background: #da4453; }
    .edge-bar .edge-item .edge-info, .edge-bar .edge-item .edge-link, .edge-bar .edge-item .edge-selected {
      color: #fff;
      display: block;
      line-height: 50px;
      padding: 0 20px;
      width: 100%;
      overflow: hidden;
      word-wrap: break-word;
      text-overflow: ellipsis; }
    .edge-bar .edge-item .edge-info a {
      color: #fff; }
    .edge-bar .edge-item a {
      cursor: pointer; }
    .edge-bar .edge-item .admin-nav .edge-link.center {
      padding: 0 80px; }
      .edge-bar .edge-item .admin-nav .edge-link.center i {
        right: 80px; }
    .edge-bar .edge-item .admin-nav .edge-link.nav-link {
      position: absolute;
      top: 0;
      width: auto;
      padding: 0 20px;
      border-left: 1px solid transparent;
      border-right: 1px solid transparent; }
      .edge-bar .edge-item .admin-nav .edge-link.nav-link i {
        position: relative;
        right: auto;
        top: auto;
        left: auto; }
      .edge-bar .edge-item .admin-nav .edge-link.nav-link.next {
        right: 0;
        border-left: 1px solid rgba(255, 255, 255, 0.2); }
      .edge-bar .edge-item .admin-nav .edge-link.nav-link.prev {
        left: 0;
        border-right: 1px solid rgba(255, 255, 255, 0.2); }
      .edge-bar .edge-item .admin-nav .edge-link.nav-link.inactive, .edge-bar .edge-item .admin-nav .edge-link.nav-link.inactive:hover {
        color: rgba(255, 255, 255, 0.4); }
  .edge-bar .list-group {
    background: #fff;
    display: none;
    position: absolute;
    width: 100%;
    z-index: 2001;
    padding: 0; }
    .edge-bar .list-group.w380 {
      min-width: 380px;
      width: 100%;
      margin-top: -2px;
      padding-bottom: 10px; }
  .edge-bar .list-group-info-item {
    padding: 24px 24px 12px; }
  .edge-bar .list-group-item {
    list-style-type: none;
    background: transparent;
    border: none;
    padding: 0; }
    .edge-bar .list-group-item .item {
      color: gray;
      background: transparent;
      border: none;
      cursor: pointer;
      display: block;
      padding: 10px 45px 10px 24px;
      text-align: left;
      text-decoration: none;
      text-overflow: ellipsis;
      overflow: hidden;
      white-space: nowrap;
      width: 100%; }
      .edge-bar .list-group-item .item label {
        display: block;
        cursor: pointer; }
      .edge-bar .list-group-item .item span {
        display: block;
        white-space: initial;
        cursor: pointer; }
      .edge-bar .list-group-item .item.bullet:after {
        box-shadow: 0 0 0 1px silver;
        background: white;
        border-radius: 30px;
        color: #eee;
        content: "";
        font-family: FontAwesome;
        height: 20px;
        position: absolute;
        right: 15px;
        text-align: center;
        width: 20px;
        margin: -10px 0;
        top: 50%; }
      .edge-bar .list-group-item .item.active:hover {
        color: #41acdd; }
        .edge-bar .list-group-item .item.active:hover.bullet:after {
          background: silver;
          border: 5px solid #fff; }
      .edge-bar .list-group-item .item.selected {
        color: #41acdd; }
        .edge-bar .list-group-item .item.selected:after {
          background: #41acdd;
          border: 5px solid #fff; }
        .edge-bar .list-group-item .item.selected:hover:after {
          color: #41acdd; }
      .edge-bar .list-group-item .item.active {
        color: #413a42; }
      .edge-bar .list-group-item .item.starify i {
        font-size: 20px;
        line-height: 40px;
        opacity: 0.62;
        position: absolute;
        right: 20px;
        top: 0; }
      .edge-bar .list-group-item .item.starify:hover i {
        opacity: 1; }
      .edge-bar .list-group-item .item.starify .fa-star {
        display: none; }
      .edge-bar .list-group-item .item.starify:hover .fa-star-o {
        display: none; }
      .edge-bar .list-group-item .item.starify:hover .fa-star {
        display: block; }
      .edge-bar .list-group-item .item.starify.active .fa-star {
        display: block; }
      .edge-bar .list-group-item .item.starify.active .fa-star-o {
        display: none; }
      .edge-bar .list-group-item .item.starify.active span {
        display: inline; }
      .edge-bar .list-group-item .item.starify.active span.hovered {
        display: none; }
      .edge-bar .list-group-item .item.starify.active:hover .fa-star-o {
        display: block; }
      .edge-bar .list-group-item .item.starify.active:hover .fa-star {
        display: none; }
      .edge-bar .list-group-item .item.starify.active:hover span.hovered {
        display: inline; }
  .edge-bar .edge-link {
    text-align: left;
    text-decoration: none; }
    .edge-bar .edge-link i {
      font-size: 20px;
      line-height: 50px;
      opacity: 0.62;
      position: absolute;
      right: 20px;
      top: 0; }
    .edge-bar .edge-link:hover i {
      opacity: 1; }
  .edge-bar .edge-selected:after {
    content: "\f0d7";
    font-family: "FontAwesome";
    opacity: 0.62;
    position: absolute;
    right: 20px;
    top: 0; }
  .edge-bar .edge-selected:hover {
    cursor: pointer; }
    .edge-bar .edge-selected:hover:after {
      opacity: 1; }
  .edge-bar .score b {
    font-size: 18px;
    font-weight: 100;
    height: 20px;
    line-height: 20px;
    position: absolute;
    right: 20px;
    top: 20px; }
  .edge-bar .score small {
    display: block;
    line-height: 15px;
    height: 15px;
    position: absolute;
    right: 20px;
    top: 5px; }
  @media (min-width: 768px) {
    .edge-bar {
      height: 50px; }
      .edge-bar .edge-item {
        border-bottom: none;
        border-right: 1px solid rgba(255, 255, 255, 0.38);
        width: 50%; }
      .edge-bar .edge-item.w33 {
        width: 33%; }
      .edge-bar .edge-item.w25 {
        width: 25%; }
      .edge-bar .edge-item.w20 {
        width: 20%; }
      .edge-bar .list-group {
        position: relative; } }

.agenda-header {
  background-color: #413a42;
  background-size: cover;
  color: #fff;
  margin-top: -1px;
  position: relative;
  z-index: 1001;
  /******************* >= 768PX ***********************/
  /******************* >= 1200px ***********************/ }
  .agenda-header a {
    color: #fff;
    text-decoration: none; }
    .agenda-header a h1:hover, .agenda-header a p:hover {
      color: #41acdd; }
  .agenda-header h1 {
    margin-top: 0; }
  .agenda-header .agenda-title {
    display: inline-block;
    position: relative; }
    .agenda-header .agenda-title h1 {
      margin-right: 1em; }
  .agenda-header .layer {
    background: rgba(0, 0, 0, 0.4);
    display: block;
    height: 100%;
    position: absolute;
    width: 100%; }
  .agenda-header .agenda-container {
    text-align: center;
    margin-top: 20px;
    margin-bottom: 20px; }
    .agenda-header .agenda-container strong {
      display: block; }
    .agenda-header .agenda-container a {
      font-weight: 300; }
      .agenda-header .agenda-container a:hover .avatar {
        border-color: #41acdd; }
    .agenda-header .agenda-container strong {
      margin-right: 1em; }
    .agenda-header .agenda-container .avatar {
      border-width: 2px;
      margin-right: 10px;
      max-width: 56px; }
  .agenda-header .event-container {
    margin-bottom: 20px; }
  .agenda-header .action-container {
    padding-top: 15px; }
    .agenda-header .action-container p {
      margin: 10px 0;
      white-space: nowrap; }
    .agenda-header .action-container .btn, .agenda-header .action-container .rtp__calendar .rtp__modal .rtp__error .rtp__recurrencer-error__disabledTimings button, .rtp__calendar .rtp__modal .rtp__error .rtp__recurrencer-error__disabledTimings .agenda-header .action-container button, .agenda-header .action-container .rtp__calendar .rtp__edit-modal button[type="submit"], .rtp__calendar .rtp__edit-modal .agenda-header .action-container button[type="submit"], .agenda-header .action-container .rtp__calendar .rtp__recurrencer-button, .rtp__calendar .agenda-header .action-container .rtp__recurrencer-button, .agenda-header .action-container .rtp__calendar .rtp__multi-recurrencer-button, .rtp__calendar .agenda-header .action-container .rtp__multi-recurrencer-button, .agenda-header .action-container .rtp__calendar .rtp__recurrencer-modal button[type="submit"], .rtp__calendar .rtp__recurrencer-modal .agenda-header .action-container button[type="submit"],
    .agenda-header .action-container .rtp__calendar .rtp__multi-recurrencer-modal button[type="submit"], .rtp__calendar .rtp__multi-recurrencer-modal .agenda-header .action-container button[type="submit"] {
      margin-top: 5px; }
      .agenda-header .action-container .btn i, .agenda-header .action-container .rtp__calendar .rtp__modal .rtp__error .rtp__recurrencer-error__disabledTimings button i, .rtp__calendar .rtp__modal .rtp__error .rtp__recurrencer-error__disabledTimings .agenda-header .action-container button i, .agenda-header .action-container .rtp__calendar .rtp__edit-modal button[type="submit"] i, .rtp__calendar .rtp__edit-modal .agenda-header .action-container button[type="submit"] i, .agenda-header .action-container .rtp__calendar .rtp__recurrencer-button i, .rtp__calendar .agenda-header .action-container .rtp__recurrencer-button i, .agenda-header .action-container .rtp__calendar .rtp__multi-recurrencer-button i, .rtp__calendar .agenda-header .action-container .rtp__multi-recurrencer-button i, .agenda-header .action-container .rtp__calendar .rtp__recurrencer-modal button[type="submit"] i, .rtp__calendar .rtp__recurrencer-modal .agenda-header .action-container button[type="submit"] i, .agenda-header .action-container .rtp__calendar .rtp__multi-recurrencer-modal button[type="submit"] i, .rtp__calendar .rtp__multi-recurrencer-modal .agenda-header .action-container button[type="submit"] i {
        font-size: 22px;
        margin-right: 5px;
        vertical-align: middle; }
      .agenda-header .action-container .btn:hover, .agenda-header .action-container .rtp__calendar .rtp__modal .rtp__error .rtp__recurrencer-error__disabledTimings button:hover, .rtp__calendar .rtp__modal .rtp__error .rtp__recurrencer-error__disabledTimings .agenda-header .action-container button:hover, .agenda-header .action-container .rtp__calendar .rtp__edit-modal button:hover[type="submit"], .rtp__calendar .rtp__edit-modal .agenda-header .action-container button:hover[type="submit"], .agenda-header .action-container .rtp__calendar .rtp__recurrencer-button:hover, .rtp__calendar .agenda-header .action-container .rtp__recurrencer-button:hover, .agenda-header .action-container .rtp__calendar .rtp__multi-recurrencer-button:hover, .rtp__calendar .agenda-header .action-container .rtp__multi-recurrencer-button:hover, .agenda-header .action-container .rtp__calendar .rtp__recurrencer-modal button:hover[type="submit"], .rtp__calendar .rtp__recurrencer-modal .agenda-header .action-container button:hover[type="submit"],
      .agenda-header .action-container .rtp__calendar .rtp__multi-recurrencer-modal button:hover[type="submit"], .rtp__calendar .rtp__multi-recurrencer-modal .agenda-header .action-container button:hover[type="submit"] {
        color: white; }
    .agenda-header .action-container .share a {
      color: #fff;
      margin: 5px; }
      .agenda-header .action-container .share a:hover {
        color: #41acdd; }
      .agenda-header .action-container .share a span {
        display: none; }
    .agenda-header .action-container ul {
      list-style: none;
      margin: 0;
      padding: 0; }
      .agenda-header .action-container ul li {
        margin-bottom: 10px; }
      .agenda-header .action-container ul a {
        margin: 0 !important;
        text-align: left;
        white-space: normal; }
      .agenda-header .action-container ul i {
        min-width: 24px;
        text-align: center; }
  .agenda-header .profile.container, .agenda-header .profile.container-fluid {
    min-height: 315px;
    position: relative;
    text-align: center; }
    .agenda-header .profile.container.notheme, .agenda-header .profile.container-fluid.notheme {
      min-height: 180px; }
    .agenda-header .profile.container.notheme .row, .agenda-header .profile.container-fluid.notheme .row {
      position: relative; }
    .agenda-header .profile.container.notheme .title-container, .agenda-header .profile.container-fluid.notheme .title-container {
      padding: 30px 0 5px; }
  .agenda-header .ctas {
    margin-top: 15px; }
    .agenda-header .ctas .btn, .agenda-header .ctas .rtp__calendar .rtp__modal .rtp__error .rtp__recurrencer-error__disabledTimings button, .rtp__calendar .rtp__modal .rtp__error .rtp__recurrencer-error__disabledTimings .agenda-header .ctas button, .agenda-header .ctas .rtp__calendar .rtp__edit-modal button[type="submit"], .rtp__calendar .rtp__edit-modal .agenda-header .ctas button[type="submit"], .agenda-header .ctas .rtp__calendar .rtp__recurrencer-button, .rtp__calendar .agenda-header .ctas .rtp__recurrencer-button, .agenda-header .ctas .rtp__calendar .rtp__multi-recurrencer-button, .rtp__calendar .agenda-header .ctas .rtp__multi-recurrencer-button, .agenda-header .ctas .rtp__calendar .rtp__recurrencer-modal button[type="submit"], .rtp__calendar .rtp__recurrencer-modal .agenda-header .ctas button[type="submit"],
    .agenda-header .ctas .rtp__calendar .rtp__multi-recurrencer-modal button[type="submit"], .rtp__calendar .rtp__multi-recurrencer-modal .agenda-header .ctas button[type="submit"] {
      margin: 0 5px 7px 0; }
      .agenda-header .ctas .btn:hover, .agenda-header .ctas .rtp__calendar .rtp__modal .rtp__error .rtp__recurrencer-error__disabledTimings button:hover, .rtp__calendar .rtp__modal .rtp__error .rtp__recurrencer-error__disabledTimings .agenda-header .ctas button:hover, .agenda-header .ctas .rtp__calendar .rtp__edit-modal button:hover[type="submit"], .rtp__calendar .rtp__edit-modal .agenda-header .ctas button:hover[type="submit"], .agenda-header .ctas .rtp__calendar .rtp__recurrencer-button:hover, .rtp__calendar .agenda-header .ctas .rtp__recurrencer-button:hover, .agenda-header .ctas .rtp__calendar .rtp__multi-recurrencer-button:hover, .rtp__calendar .agenda-header .ctas .rtp__multi-recurrencer-button:hover, .agenda-header .ctas .rtp__calendar .rtp__recurrencer-modal button:hover[type="submit"], .rtp__calendar .rtp__recurrencer-modal .agenda-header .ctas button:hover[type="submit"],
      .agenda-header .ctas .rtp__calendar .rtp__multi-recurrencer-modal button:hover[type="submit"], .rtp__calendar .rtp__multi-recurrencer-modal .agenda-header .ctas button:hover[type="submit"] {
        color: #fff; }
    .agenda-header .ctas .btn-default {
      background: none; }
      .agenda-header .ctas .btn-default:hover {
        background: #fafafa;
        color: #41acdd;
        border-color: #fafafa; }
      .agenda-header .ctas .btn-default:focus {
        color: #41acdd; }
    .agenda-header .ctas .fa {
      margin-right: 5px; }
  @media (min-width: 768px) {
    .agenda-header .agenda-title .agenda-badges {
      position: absolute;
      right: -30px;
      width: 60px;
      top: 7px; }
      .agenda-header .agenda-title .agenda-badges > div {
        vertical-align: middle; }
    .agenda-header .avatar-container, .agenda-header .action-container, .agenda-header .title-container {
      display: inline-block;
      float: none; }
    .agenda-header .title-container p {
      max-width: 500px; }
    .agenda-header .agenda-container {
      text-align: left; }
      .agenda-header .agenda-container strong {
        display: inline; }
    .agenda-header .title-container {
      vertical-align: top; }
    .agenda-header .action-container {
      vertical-align: bottom; }
    .agenda-header .avatar-container {
      margin: 0;
      padding: 15px;
      vertical-align: top; }
      .agenda-header .avatar-container img {
        background: #fff;
        margin: 0; }
    .agenda-header .profile.container, .agenda-header .profile.container-fluid {
      text-align: left; }
      .agenda-header .profile.container .row, .agenda-header .profile.container-fluid .row {
        position: absolute;
        bottom: 0;
        width: 100%; } }
  @media (min-width: 1200px) {
    .agenda-header .profile.container, .agenda-header .profile.container-fluid {
      padding: 20px 40px; } }

/**
* Uppy CSS and all of its out-of-the-box plugins
*/
@-webkit-keyframes fadeIn {
  0% {
    opacity: 0; }
  25% {
    opacity: 1; }
  100% {
    opacity: 0; } }

@keyframes fadeIn {
  0% {
    opacity: 0; }
  25% {
    opacity: 1; }
  100% {
    opacity: 0; } }

@-webkit-keyframes zoomOutLeft {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(42px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(42px, 0, 0); }
  to {
    opacity: 0;
    -webkit-transform: scale(0.1) translate3d(-2000px, 0, 0);
    transform: scale(0.1) translate3d(-2000px, 0, 0);
    -webkit-transform-origin: left center;
    transform-origin: left center; } }

@keyframes zoomOutLeft {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(42px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(42px, 0, 0); }
  to {
    opacity: 0;
    -webkit-transform: scale(0.1) translate3d(-2000px, 0, 0);
    transform: scale(0.1) translate3d(-2000px, 0, 0);
    -webkit-transform-origin: left center;
    transform-origin: left center; } }

.UppyAnimation-zoomOutLeft {
  -webkit-animation-name: zoomOutLeft;
  animation-name: zoomOutLeft;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both; }

/* -------------------------------------------------------------------
  Microtip

  Modern, lightweight css-only tooltips
  Just 1kb minified and gzipped

  @author Ghosh
  @package Microtip

----------------------------------------------------------------------
  1. Base Styles
  2. Direction Modifiers
  3. Position Modifiers
--------------------------------------------------------------------*/
/* ------------------------------------------------
  [1] Base Styles
-------------------------------------------------*/
[aria-label][role~="tooltip"] {
  position: relative; }

[aria-label][role~="tooltip"]::before,
[aria-label][role~="tooltip"]::after {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  will-change: transform;
  opacity: 0;
  pointer-events: none;
  -webkit-transition: all var(--microtip-transition-duration, 0.18s) var(--microtip-transition-easing, ease-in-out) var(--microtip-transition-delay, 0s);
  transition: all var(--microtip-transition-duration, 0.18s) var(--microtip-transition-easing, ease-in-out) var(--microtip-transition-delay, 0s);
  position: absolute;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  z-index: 10;
  -webkit-transform-origin: top;
  transform-origin: top; }

[aria-label][role~="tooltip"]::before {
  background-size: 100% auto !important;
  content: ""; }

[aria-label][role~="tooltip"]::after {
  background: rgba(17, 17, 17, 0.9);
  border-radius: 4px;
  color: #ffffff;
  content: attr(aria-label);
  font-size: var(--microtip-font-size, 13px);
  font-weight: var(--microtip-font-weight, normal);
  text-transform: var(--microtip-text-transform, none);
  padding: .5em 1em;
  white-space: nowrap;
  -webkit-box-sizing: content-box;
  box-sizing: content-box; }

[aria-label][role~="tooltip"]:hover::before,
[aria-label][role~="tooltip"]:hover::after,
[aria-label][role~="tooltip"]:focus::before,
[aria-label][role~="tooltip"]:focus::after {
  opacity: 1;
  pointer-events: auto; }

/* ------------------------------------------------
  [2] Position Modifiers
-------------------------------------------------*/
[role~="tooltip"][data-microtip-position|="top"]::before {
  background: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D%22http%3A//www.w3.org/2000/svg%22%20width%3D%2236px%22%20height%3D%2212px%22%3E%3Cpath%20fill%3D%22rgba%2817,%2017,%2017,%200.9%29%22%20transform%3D%22rotate%280%29%22%20d%3D%22M2.658,0.000%20C-13.615,0.000%2050.938,0.000%2034.662,0.000%20C28.662,0.000%2023.035,12.002%2018.660,12.002%20C14.285,12.002%208.594,0.000%202.658,0.000%20Z%22/%3E%3C/svg%3E") no-repeat;
  height: 6px;
  width: 18px;
  margin-bottom: 5px; }

[role~="tooltip"][data-microtip-position|="top"]::after {
  margin-bottom: 11px; }

[role~="tooltip"][data-microtip-position|="top"]::before {
  -webkit-transform: translate3d(-50%, 0, 0);
  transform: translate3d(-50%, 0, 0);
  bottom: 100%;
  left: 50%; }

[role~="tooltip"][data-microtip-position|="top"]:hover::before {
  -webkit-transform: translate3d(-50%, -5px, 0);
  transform: translate3d(-50%, -5px, 0); }

[role~="tooltip"][data-microtip-position|="top"]::after {
  -webkit-transform: translate3d(-50%, 0, 0);
  transform: translate3d(-50%, 0, 0);
  bottom: 100%;
  left: 50%; }

[role~="tooltip"][data-microtip-position="top"]:hover::after {
  -webkit-transform: translate3d(-50%, -5px, 0);
  transform: translate3d(-50%, -5px, 0); }

/* ------------------------------------------------
  [2.1] Top Left
-------------------------------------------------*/
[role~="tooltip"][data-microtip-position="top-left"]::after {
  -webkit-transform: translate3d(calc(-100% + 16px), 0, 0);
  transform: translate3d(calc(-100% + 16px), 0, 0);
  bottom: 100%; }

[role~="tooltip"][data-microtip-position="top-left"]:hover::after {
  -webkit-transform: translate3d(calc(-100% + 16px), -5px, 0);
  transform: translate3d(calc(-100% + 16px), -5px, 0); }

/* ------------------------------------------------
  [2.2] Top Right
-------------------------------------------------*/
[role~="tooltip"][data-microtip-position="top-right"]::after {
  -webkit-transform: translate3d(calc(0% + -16px), 0, 0);
  transform: translate3d(calc(0% + -16px), 0, 0);
  bottom: 100%; }

[role~="tooltip"][data-microtip-position="top-right"]:hover::after {
  -webkit-transform: translate3d(calc(0% + -16px), -5px, 0);
  transform: translate3d(calc(0% + -16px), -5px, 0); }

/* ------------------------------------------------
  [2.3] Bottom
-------------------------------------------------*/
[role~="tooltip"][data-microtip-position|="bottom"]::before {
  background: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D%22http%3A//www.w3.org/2000/svg%22%20width%3D%2236px%22%20height%3D%2212px%22%3E%3Cpath%20fill%3D%22rgba%2817,%2017,%2017,%200.9%29%22%20transform%3D%22rotate%28180%2018%206%29%22%20d%3D%22M2.658,0.000%20C-13.615,0.000%2050.938,0.000%2034.662,0.000%20C28.662,0.000%2023.035,12.002%2018.660,12.002%20C14.285,12.002%208.594,0.000%202.658,0.000%20Z%22/%3E%3C/svg%3E") no-repeat;
  height: 6px;
  width: 18px;
  margin-top: 5px;
  margin-bottom: 0; }

[role~="tooltip"][data-microtip-position|="bottom"]::after {
  margin-top: 11px; }

[role~="tooltip"][data-microtip-position|="bottom"]::before {
  -webkit-transform: translate3d(-50%, -10px, 0);
  transform: translate3d(-50%, -10px, 0);
  bottom: auto;
  left: 50%;
  top: 100%; }

[role~="tooltip"][data-microtip-position|="bottom"]:hover::before {
  -webkit-transform: translate3d(-50%, 0, 0);
  transform: translate3d(-50%, 0, 0); }

[role~="tooltip"][data-microtip-position|="bottom"]::after {
  -webkit-transform: translate3d(-50%, -10px, 0);
  transform: translate3d(-50%, -10px, 0);
  top: 100%;
  left: 50%; }

[role~="tooltip"][data-microtip-position="bottom"]:hover::after {
  -webkit-transform: translate3d(-50%, 0, 0);
  transform: translate3d(-50%, 0, 0); }

/* ------------------------------------------------
  [2.4] Bottom Left
-------------------------------------------------*/
[role~="tooltip"][data-microtip-position="bottom-left"]::after {
  -webkit-transform: translate3d(calc(-100% + 16px), -10px, 0);
  transform: translate3d(calc(-100% + 16px), -10px, 0);
  top: 100%; }

[role~="tooltip"][data-microtip-position="bottom-left"]:hover::after {
  -webkit-transform: translate3d(calc(-100% + 16px), 0, 0);
  transform: translate3d(calc(-100% + 16px), 0, 0); }

/* ------------------------------------------------
  [2.5] Bottom Right
-------------------------------------------------*/
[role~="tooltip"][data-microtip-position="bottom-right"]::after {
  -webkit-transform: translate3d(calc(0% + -16px), -10px, 0);
  transform: translate3d(calc(0% + -16px), -10px, 0);
  top: 100%; }

[role~="tooltip"][data-microtip-position="bottom-right"]:hover::after {
  -webkit-transform: translate3d(calc(0% + -16px), 0, 0);
  transform: translate3d(calc(0% + -16px), 0, 0); }

/* ------------------------------------------------
  [2.6] Left
-------------------------------------------------*/
[role~="tooltip"][data-microtip-position="left"]::before,
[role~="tooltip"][data-microtip-position="left"]::after {
  bottom: auto;
  left: auto;
  right: 100%;
  top: 50%;
  -webkit-transform: translate3d(10px, -50%, 0);
  transform: translate3d(10px, -50%, 0); }

[role~="tooltip"][data-microtip-position="left"]::before {
  background: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D%22http%3A//www.w3.org/2000/svg%22%20width%3D%2212px%22%20height%3D%2236px%22%3E%3Cpath%20fill%3D%22rgba%2817,%2017,%2017,%200.9%29%22%20transform%3D%22rotate%28-90%2018%2018%29%22%20d%3D%22M2.658,0.000%20C-13.615,0.000%2050.938,0.000%2034.662,0.000%20C28.662,0.000%2023.035,12.002%2018.660,12.002%20C14.285,12.002%208.594,0.000%202.658,0.000%20Z%22/%3E%3C/svg%3E") no-repeat;
  height: 18px;
  width: 6px;
  margin-right: 5px;
  margin-bottom: 0; }

[role~="tooltip"][data-microtip-position="left"]::after {
  margin-right: 11px; }

[role~="tooltip"][data-microtip-position="left"]:hover::before,
[role~="tooltip"][data-microtip-position="left"]:hover::after {
  -webkit-transform: translate3d(0, -50%, 0);
  transform: translate3d(0, -50%, 0); }

/* ------------------------------------------------
  [2.7] Right
-------------------------------------------------*/
[role~="tooltip"][data-microtip-position="right"]::before,
[role~="tooltip"][data-microtip-position="right"]::after {
  bottom: auto;
  left: 100%;
  top: 50%;
  -webkit-transform: translate3d(-10px, -50%, 0);
  transform: translate3d(-10px, -50%, 0); }

[role~="tooltip"][data-microtip-position="right"]::before {
  background: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D%22http%3A//www.w3.org/2000/svg%22%20width%3D%2212px%22%20height%3D%2236px%22%3E%3Cpath%20fill%3D%22rgba%2817,%2017,%2017,%200.9%29%22%20transform%3D%22rotate%2890%206%206%29%22%20d%3D%22M2.658,0.000%20C-13.615,0.000%2050.938,0.000%2034.662,0.000%20C28.662,0.000%2023.035,12.002%2018.660,12.002%20C14.285,12.002%208.594,0.000%202.658,0.000%20Z%22/%3E%3C/svg%3E") no-repeat;
  height: 18px;
  width: 6px;
  margin-bottom: 0;
  margin-left: 5px; }

[role~="tooltip"][data-microtip-position="right"]::after {
  margin-left: 11px; }

[role~="tooltip"][data-microtip-position="right"]:hover::before,
[role~="tooltip"][data-microtip-position="right"]:hover::after {
  -webkit-transform: translate3d(0, -50%, 0);
  transform: translate3d(0, -50%, 0); }

/* ------------------------------------------------
  [3] Size
-------------------------------------------------*/
[role~="tooltip"][data-microtip-size="small"]::after {
  white-space: initial;
  width: 80px; }

[role~="tooltip"][data-microtip-size="medium"]::after {
  white-space: initial;
  width: 150px; }

[role~="tooltip"][data-microtip-size="large"]::after {
  white-space: initial;
  width: 260px; }

/**
* General Uppy styles that apply to everything inside the .Uppy container
*/
.uppy {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  font-family: -apple-system, BlinkMacSystemFont, 'avenir next', avenir, helvetica, 'helvetica neue', ubuntu, roboto, noto, 'segoe ui', arial, sans-serif;
  line-height: 1; }

.uppy *, .uppy *:before, .uppy *:after {
  -webkit-box-sizing: inherit;
  box-sizing: inherit; }

.UppyIcon {
  max-width: 100%;
  max-height: 100%;
  fill: currentColor;
  display: inline-block;
  vertical-align: text-top;
  overflow: hidden; }

.UppyIcon--svg-baseline {
  bottom: -0.125em;
  position: relative; }

.UppyButton--circular {
  background: none;
  -webkit-appearance: none;
  font-family: inherit;
  font-size: inherit;
  line-height: 1;
  padding: 0;
  margin: 0;
  border: 0;
  color: inherit;
  -webkit-box-shadow: 1px 2px 4px 0px rgba(0, 0, 0, 0.2);
  box-shadow: 1px 2px 4px 0px rgba(0, 0, 0, 0.2);
  border-radius: 50%;
  cursor: pointer;
  -webkit-transition: all 0.3s;
  transition: all 0.3s; }

.UppyButton--blue {
  color: #fff;
  background-color: #4A90E2; }

.UppyButton--blue:hover, .UppyButton--blue:focus {
  background-color: #2275d7; }

.UppyButton--white {
  color: #525252;
  background-color: #fff; }

.UppyButton--white:hover, .UppyButton--white:focus {
  color: #fff;
  background-color: #2275d7; }

.UppyButton--yellow {
  color: #fff;
  background-color: #FFD600; }

.UppyButton--yellow:hover, .UppyButton--yellow:focus {
  background-color: #e6c100; }

.UppyButton--green {
  color: #fff;
  background-color: #7AC824; }

.UppyButton--green:hover, .UppyButton--green:focus {
  background-color: #609d1c; }

.UppyButton--red {
  color: #fff;
  background-color: #D32F2F; }

.UppyButton--red:hover, .UppyButton--red:focus {
  background-color: #ab2424; }

.UppyButton--sizeM {
  width: 60px;
  height: 60px; }

.UppyButton--sizeS {
  width: 45px;
  height: 45px; }

.uppy-FileInput-container {
  margin-bottom: 15px; }

.uppy-FileInput-btn {
  background: none;
  -webkit-appearance: none;
  font-family: inherit;
  font-size: inherit;
  line-height: 1;
  padding: 0;
  margin: 0;
  border: 0;
  color: inherit;
  font-family: sans-serif;
  font-size: 0.85em;
  padding: 10px 15px;
  color: #1b5dab;
  border: 1px solid #1b5dab;
  border-radius: 8px;
  cursor: pointer; }

.uppy-FileInput-btn:hover {
  background-color: #1b5dab;
  color: #fff; }

.uppy-Informer {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  text-align: center;
  font-size: 12px;
  font-weight: 500;
  padding: 0 15px;
  height: 30px;
  line-height: 30px;
  background-color: #000;
  color: #fff;
  opacity: 1;
  -webkit-transform: none;
  transform: none;
  -webkit-transition: all 300ms ease-in;
  transition: all 300ms ease-in;
  z-index: 1004; }

.uppy-Dashboard--wide .uppy-Informer {
  height: 40px;
  line-height: 40px;
  font-size: 13px; }

.uppy-Informer[aria-hidden=true] {
  opacity: 0;
  -webkit-transform: translateY(200%);
  transform: translateY(200%);
  -webkit-transition: all 300ms ease-in;
  transition: all 300ms ease-in; }

.uppy-Informer p {
  margin: 0;
  padding: 0;
  height: 30px;
  line-height: 30px; }

.uppy-Dashboard--wide .uppy-Informer p {
  height: 40px;
  line-height: 40px; }

.uppy-Informer span {
  line-height: 12px;
  width: 13px;
  height: 13px;
  display: inline-block;
  vertical-align: middle;
  background-color: #fff;
  border-radius: 50%;
  position: relative;
  top: -1px;
  left: 3px;
  font-size: 10px;
  margin-left: -1px; }

.uppy-Informer span:after {
  line-height: 1.3;
  word-wrap: break-word; }

.uppy-Dashboard--modal {
  z-index: 1001; }

.uppy-Dashboard--modal[aria-hidden=true] {
  display: none; }

.uppy-Dashboard-isOpen {
  overflow: hidden;
  height: 100vh; }

.uppy-Dashboard--modal .uppy-Dashboard-overlay {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(255, 255, 255, 0.8);
  z-index: 1001; }

.uppy-Dashboard-inner {
  position: relative;
  background-color: #fafafa;
  max-width: 100%;
  max-height: 100%;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: none;
  border: 1px solid rgba(147, 147, 147, 0.2); }

.uppy-Dashboard--modal .uppy-Dashboard-inner {
  z-index: 1002; }

@media only screen and (min-width: 768px) {
  .uppy-Dashboard-inner {
    width: 750px;
    height: 550px;
    border-radius: 5px; } }

.uppy-Dashboard-innerWrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  height: 100%;
  overflow: hidden;
  min-height: 300px; }

.uppy-Dashboard--modal .uppy-Dashboard-inner {
  position: fixed;
  top: 0;
  left: 0;
  border: none; }

@media only screen and (min-width: 768px) {
  .uppy-Dashboard--modal .uppy-Dashboard-inner {
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    -webkit-box-shadow: 0px 0px 20px 7px rgba(147, 147, 147, 0.15);
    box-shadow: 0px 0px 20px 7px rgba(147, 147, 147, 0.15); } }

.uppy-Dashboard-close {
  background: none;
  -webkit-appearance: none;
  font-family: inherit;
  font-size: inherit;
  line-height: 1;
  padding: 0;
  margin: 0;
  border: 0;
  color: inherit;
  display: none;
  position: absolute;
  top: 7px;
  right: 7px;
  cursor: pointer;
  color: #858585;
  -webkit-transition: all 0.2s;
  transition: all 0.2s; }

.uppy-Dashboard-close:hover {
  color: #4A90E2; }

.uppy-Dashboard-close .UppyIcon {
  width: 12px;
  height: 12px; }

.uppy-Dashboard--wide .uppy-Dashboard-close {
  top: 10px;
  right: 8px; }

.uppy-Dashboard--wide .uppy-Dashboard-close .UppyIcon {
  width: 14px;
  height: 14px; }

.uppy-Dashboard--modal .uppy-Dashboard-close {
  z-index: 1005;
  display: block; }

.uppy-DashboardTabs {
  padding-top: 7px;
  padding-bottom: 7px;
  border-bottom: 1px dashed #b9b9b9; }

.uppy-DashboardTabs[aria-hidden=true] {
  display: none; }

.uppy-DashboardTabs-title {
  font-size: 15px;
  line-height: 30px;
  font-weight: 400;
  margin: 0;
  padding: 0;
  text-align: center;
  color: #525252; }

.uppy-Dashboard--wide .uppy-DashboardTabs-title {
  font-size: 17px;
  line-height: 40px; }

.uppy-Dashboard-browse {
  background: none;
  -webkit-appearance: none;
  font-family: inherit;
  font-size: inherit;
  line-height: 1;
  padding: 0;
  margin: 0;
  border: 0;
  color: inherit;
  cursor: pointer;
  color: #2275d7; }

.uppy-DashboardTabs-list {
  list-style-type: none;
  margin: 0;
  padding: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center; }

.uppy-DashboardTab {
  width: 70px;
  margin: 0;
  display: inline-block;
  text-align: center; }

.uppy-Dashboard--wide .uppy-DashboardTab {
  width: 75px;
  margin: 0 5px; }

.uppy-DashboardTab-btn {
  width: 100%;
  cursor: pointer;
  border: 0;
  background-color: transparent;
  -webkit-appearance: none;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  color: #535353; }

.uppy-DashboardTab-btn:focus, .uppy-DashboardTab-btn:active, .uppy-DashboardTab-btn:hover {
  color: #4A90E2; }

.uppy-DashboardTab-name {
  font-size: 8px;
  margin-top: 5px;
  margin-bottom: 0;
  font-weight: normal;
  overflow-x: hidden;
  text-overflow: ellipsis;
  white-space: nowrap; }

.uppy-Dashboard--wide .uppy-DashboardTab-name {
  font-size: 9px; }

.uppy-DashboardTab .UppyIcon {
  width: 18px;
  height: 18px;
  vertical-align: middle; }

.uppy-Dashboard--wide .uppy-DashboardTab .UppyIcon {
  width: 23px;
  height: 23px; }

.uppy-Dashboard-input {
  width: 0.1px;
  height: 0.1px;
  opacity: 0;
  overflow: hidden;
  position: absolute;
  z-index: -1; }

.uppy-DashboardContent-bar {
  position: absolute;
  top: 0;
  left: 0;
  height: 40px;
  width: 100%;
  border-bottom: 1px solid rgba(147, 147, 147, 0.3);
  z-index: 1004;
  background-color: whitesmoke; }

.uppy-Dashboard--wide .uppy-DashboardContent-bar {
  height: 50px; }

.uppy-DashboardContent-title {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  text-align: center;
  font-size: 14px;
  line-height: 40px;
  font-weight: normal;
  max-width: 170px;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow-x: hidden;
  margin: auto; }

.uppy-Dashboard--wide .uppy-DashboardContent-title {
  font-size: 16px;
  line-height: 50px;
  max-width: 300px; }

.uppy-DashboardContent-titleFile {
  text-decoration: underline; }

.uppy-DashboardContent-back {
  background: none;
  -webkit-appearance: none;
  font-family: inherit;
  font-size: inherit;
  line-height: 1;
  padding: 0;
  margin: 0;
  border: 0;
  color: inherit;
  position: absolute;
  top: 0;
  left: 15px;
  font-size: 14px;
  line-height: 40px;
  font-weight: 500;
  cursor: pointer;
  color: #4A90E2; }

.uppy-Dashboard--wide .uppy-DashboardContent-back {
  font-size: 15px;
  line-height: 50px; }

.uppy-DashboardContent-back .UppyIcon {
  position: relative;
  margin-right: 3px; }

.uppy-DashboardContent-panel {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  -webkit-transform: translateY(-105%);
  transform: translateY(-105%);
  -webkit-transition: -webkit-transform 0.2s ease-in-out;
  transition: -webkit-transform 0.2s ease-in-out;
  transition: transform 0.2s ease-in-out;
  transition: transform 0.2s ease-in-out, -webkit-transform 0.2s ease-in-out;
  will-change: transform;
  background-color: whitesmoke;
  -webkit-box-shadow: 0 0 10px 5px rgba(0, 0, 0, 0.15);
  box-shadow: 0 0 10px 5px rgba(0, 0, 0, 0.15);
  padding-top: 40px;
  overflow: hidden;
  z-index: 1004; }

.uppy-Dashboard--wide .uppy-DashboardContent-panel {
  padding-top: 50px; }

.uppy-DashboardContent-panel[aria-hidden=false] {
  -webkit-transform: none;
  transform: none; }

.uppy-Dashboard-progress {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 12%; }

.uppy-Dashboard-progressBarContainer.is-active {
  z-index: 1004;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%; }

.uppy-Dashboard-next {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: none;
  background-color: rgba(147, 147, 147, 0.7);
  -webkit-appearance: none;
  border: 0;
  z-index: 1002;
  -webkit-transition: background-color 0.5s;
  transition: background-color 0.5s;
  color: #fff;
  font-family: inherit;
  font-size: 14px;
  line-height: 1;
  padding: 0;
  margin: 0;
  outline: none;
  cursor: not-allowed; }

.uppy-Dashboard-next.is-active {
  cursor: pointer;
  background-color: #4A90E2; }

.uppy-Dashboard-next.is-active:hover {
  background-color: #1b5dab; }

.uppy-Dashboard-filesContainer {
  position: relative;
  overflow-y: hidden;
  margin: 0;
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1; }

.uppy-Dashboard-filesContainer:after {
  content: '';
  display: table;
  clear: both; }

.uppy-Dashboard-files {
  margin: 0;
  padding: 10px;
  padding-top: 15px;
  overflow-y: auto;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0; }

.uppy-Dashboard.drag .uppy-Dashboard-innerWrap {
  background-color: #e6e6e6; }

.uppy-Dashboard.drag .uppy-Dashboard-files--noFiles {
  border-color: #b1b1b1; }

.uppy-Dashboard-bgIcon {
  width: 100%;
  max-width: 360px;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  opacity: 0.7;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  padding: 0 20px; }

.uppy-Dashboard-bgIcon .UppyIcon {
  width: 100%;
  height: 80px;
  fill: none;
  stroke: #525252; }

.uppy-Dashboard--wide .uppy-Dashboard-bgIcon .UppyIcon {
  height: 110px; }

.uppy-Dashboard.drag .uppy-Dashboard-bgIcon {
  opacity: 1; }

.uppy-Dashboard-dropFilesTitle {
  text-align: center;
  font-size: 15px;
  line-height: 1.45;
  font-weight: normal;
  color: #525252;
  margin: 0;
  margin-top: 25px; }

.uppy-Dashboard--wide .uppy-Dashboard-dropFilesTitle {
  font-size: 18px; }

.uppy-Dashboard-note {
  font-size: 12px;
  line-height: 1.2;
  text-align: center;
  margin-top: 20px;
  color: #525252; }

.uppy-Dashboard--wide .uppy-Dashboard-note {
  font-size: 13px; }

.uppy-DashboardItem {
  list-style: none;
  margin: 10px 0;
  position: relative;
  background-color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center; }

.uppy-Dashboard--wide .uppy-DashboardItem {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  float: left;
  width: 140px;
  height: 170px;
  margin: 5px 15px;
  border: 0;
  background-color: initial; }

.uppy-DashboardItem-preview {
  width: 60px;
  height: 60px;
  border-bottom: 0;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center; }

.uppy-Dashboard--wide .uppy-DashboardItem-preview {
  width: 100%;
  height: 100px;
  border: 0; }

.uppy-DashboardItem-sourceIcon {
  display: inline-block;
  vertical-align: middle;
  width: 7px;
  height: 7px;
  color: rgba(147, 147, 147, 0.6); }

.uppy-Dashboard--wide .uppy-DashboardItem-sourceIcon {
  width: 10px;
  height: 10px; }

.uppy-DashboardItem-previewInnerWrap {
  width: 100%;
  height: 100%;
  overflow: hidden;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column; }

.uppy-Dashboard--wide .uppy-DashboardItem-previewInnerWrap {
  -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.2);
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.2);
  border-radius: 3px; }

.uppy-DashboardItem-previewInnerWrap:after {
  content: '';
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background-color: rgba(0, 0, 0, 0.65);
  display: none;
  z-index: 1001; }

.uppy-DashboardItem-preview img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover; }

.uppy-DashboardItem-previewIconWrap {
  height: 85%;
  position: relative; }

.uppy-DashboardItem-previewIconBg {
  height: 100%;
  -webkit-filter: drop-shadow(rgba(0, 0, 0, 0.1) 0px 0px 1px);
  filter: drop-shadow(rgba(0, 0, 0, 0.1) 0px 0px 1px); }

.uppy-DashboardItem-previewIcon {
  width: 25%;
  max-height: 55%;
  z-index: 100;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%); }

.uppy-Dashboard--wide .uppy-DashboardItem-previewIcon {
  width: 40%;
  max-height: 80%; }

.uppy-DashboardItem-info {
  padding: 10px 19px 0 25px;
  position: relative;
  max-width: 70%; }

.uppy-Dashboard--wide .uppy-DashboardItem-info {
  width: 100%;
  max-width: 100%;
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  padding-left: 3px;
  border-top: 0; }

.uppy-DashboardItem-name {
  font-size: 11px;
  line-height: 1.35;
  font-weight: 500;
  margin: 0;
  padding: 0;
  max-height: 28px;
  margin-bottom: 3px;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden; }

.uppy-Dashboard--wide .uppy-DashboardItem-name {
  word-break: break-all;
  white-space: normal; }

.uppy-DashboardItem-name a {
  text-decoration: underline;
  color: #000; }

.uppy-DashboardItem-status {
  font-size: 11px;
  font-weight: normal;
  color: #939393;
  margin-bottom: 4px; }

.uppy-DashboardItem-statusSize {
  display: inline-block;
  vertical-align: bottom;
  text-transform: uppercase;
  margin-right: 3px; }

.uppy-DashboardItem-edit,
.uppy-DashboardItem-copyLink {
  background: none;
  -webkit-appearance: none;
  font-family: inherit;
  font-size: inherit;
  line-height: 1;
  padding: 0;
  margin: 0;
  border: 0;
  color: inherit;
  font-size: 12px;
  text-align: left;
  cursor: pointer;
  position: absolute;
  top: 12px;
  right: 4px; }

.uppy-Dashboard--wide .uppy-DashboardItem-edit, .uppy-Dashboard--wide .uppy-DashboardItem-copyLink {
  top: 9px;
  right: 3px; }

.uppy-DashboardItem-edit .UppyIcon {
  width: 11px;
  height: 11px;
  color: #525252; }

.uppy-Dashboard--wide .uppy-DashboardItem-edit .UppyIcon {
  width: 12px;
  height: 12px; }

.uppy-DashboardItem-copyLink .UppyIcon {
  width: 11px;
  height: 11px;
  color: #525252; }

.uppy-Dashboard--wide .uppy-DashboardItem-copyLink .UppyIcon {
  width: 13px;
  height: 13px; }

.uppy-DashboardItem-action {
  position: absolute;
  top: 8px;
  right: 5px;
  z-index: 1002; }

.uppy-Dashboard--wide .uppy-DashboardItem-action {
  top: -8px;
  right: -8px; }

.uppy-DashboardItem-remove {
  background: none;
  -webkit-appearance: none;
  font-family: inherit;
  font-size: inherit;
  line-height: 1;
  padding: 0;
  margin: 0;
  border: 0;
  color: inherit;
  cursor: pointer;
  color: #858585;
  width: 16px;
  height: 16px; }

.uppy-Dashboard--wide .uppy-DashboardItem-remove {
  width: 20px;
  height: 20px;
  color: #666666; }

.uppy-DashboardItem.is-inprogress:not(.is-resumable) .uppy-DashboardItem-remove {
  display: none; }

.uppy-DashboardItem-progress {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  z-index: 1002;
  color: #fff;
  text-align: center;
  width: 120px;
  display: none;
  -webkit-transition: all .35 ease;
  transition: all .35 ease; }

.uppy-DashboardItem.is-complete .uppy-DashboardItem-progress {
  -webkit-transform: initial;
  transform: initial;
  top: -9px;
  right: -8px;
  left: initial;
  width: auto; }

.uppy-DashboardItem.is-inprogress .uppy-DashboardItem-progress,
.uppy-DashboardItem.is-complete .uppy-DashboardItem-progress,
.uppy-DashboardItem.is-error .uppy-DashboardItem-progress {
  display: block; }

.uppy-DashboardItem-progressIndicator {
  background: none;
  -webkit-appearance: none;
  font-family: inherit;
  font-size: inherit;
  line-height: 1;
  padding: 0;
  margin: 0;
  border: 0;
  color: inherit;
  width: 38px;
  height: 38px;
  opacity: 0.9;
  cursor: pointer;
  -webkit-transition: all .35s ease;
  transition: all .35s ease; }

.uppy-Dashboard--wide .uppy-DashboardItem-progressIndicator {
  width: 55px;
  height: 55px; }

.uppy-DashboardItem.is-error .uppy-DashboardItem-progressIndicator {
  width: 18px;
  height: 18px; }

.uppy-Dashboard--wide .uppy-DashboardItem.is-error .uppy-DashboardItem-progressIndicator {
  width: 28px;
  height: 28px; }

.uppy-DashboardItem.is-complete .uppy-DashboardItem-progressIndicator {
  width: 18px;
  height: 18px;
  opacity: 1; }

.uppy-Dashboard--wide .uppy-DashboardItem.is-complete .uppy-DashboardItem-progressIndicator {
  width: 25px;
  height: 25px; }

.uppy-DashboardItem-progressInfo {
  font-size: 9px;
  line-height: 1;
  font-weight: 500;
  height: 10px;
  display: none;
  position: absolute;
  bottom: -10px;
  left: 0;
  width: 100%;
  text-shadow: 0 1px 0 rgba(0, 0, 0, 0.3); }

.uppy-Dashboard--wide .uppy-DashboardItem-progressInfo {
  display: block; }

.UppyIcon-progressCircle {
  width: 100%;
  height: 100%; }

.uppy-DashboardItem .bg {
  stroke: rgba(255, 255, 255, 0.4);
  opacity: 0; }

.uppy-DashboardItem .progress {
  stroke: #fff;
  -webkit-transition: stroke-dashoffset .5s ease-out;
  transition: stroke-dashoffset .5s ease-out;
  opacity: 0; }

.uppy-DashboardItem .play {
  stroke: #fff;
  fill: #fff;
  opacity: 0;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
  display: none; }

.uppy-DashboardItem .cancel {
  fill: #fff;
  opacity: 0;
  -webkit-transition: all 0.2s;
  transition: all 0.2s; }

.uppy-DashboardItem .pause {
  stroke: #fff;
  fill: #fff;
  opacity: 0;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
  display: none; }

.uppy-DashboardItem.is-error .retry {
  fill: #fff; }

.uppy-DashboardItem.is-resumable .pause, .uppy-DashboardItem.is-resumable .play {
  display: block; }

.uppy-DashboardItem.is-resumable .cancel {
  display: none; }

.UppyIcon-progressCircle .check {
  opacity: 0;
  fill: #fff;
  -webkit-transition: all 0.2s;
  transition: all 0.2s; }

.uppy-DashboardItem.is-inprogress .bg, .uppy-DashboardItem.is-inprogress .progress, .uppy-DashboardItem.is-inprogress .pause, .uppy-DashboardItem.is-inprogress .cancel {
  opacity: 1; }

.uppy-DashboardItem.is-inprogress .uppy-DashboardItem-previewInnerWrap:after {
  display: block; }

.uppy-DashboardItem.is-error .uppy-DashboardItem-previewInnerWrap:after {
  display: block; }

.uppy-DashboardItem.is-paused .pause {
  opacity: 0; }

.uppy-DashboardItem.is-paused .play {
  opacity: 1; }

.uppy-DashboardItem.is-complete .uppy-DashboardItem-progressIndicator {
  cursor: default; }

.uppy-DashboardItem.is-complete .progress {
  stroke: #7AC824;
  fill: #7AC824;
  opacity: 1; }

.uppy-DashboardItem.is-complete .check {
  opacity: 1; }

.uppy-DashboardItem-progressNum {
  position: relative;
  z-index: 1001; }

.uppy-DashboardItem-progressInner {
  height: 15px;
  background-color: #4A90E2;
  position: absolute;
  top: 0;
  left: 0; }

.uppy-Dashboard-actions {
  text-align: center;
  position: absolute;
  bottom: 16px;
  right: 16px;
  z-index: 1002; }

.uppy-Dashboard--wide .uppy-Dashboard-actions {
  bottom: 20px;
  right: 20px; }

.uppy-Dashboard-pauseResume .UppyIcon {
  width: 100%;
  height: 100%; }

.uppy-Dashboard-upload {
  position: relative;
  width: 50px;
  height: 50px; }

.uppy-Dashboard--wide .uppy-Dashboard-upload {
  width: 60px;
  height: 60px; }

.uppy-Dashboard-upload .UppyIcon {
  position: relative;
  top: 1px;
  width: 50%; }

.uppy-Dashboard-uploadCount {
  position: absolute;
  top: -12px;
  right: -12px;
  background-color: #7AC824;
  color: #fff;
  border-radius: 50%;
  width: 16px;
  height: 16px;
  line-height: 16px;
  font-size: 8px; }

.uppy-Dashboard--wide .uppy-Dashboard-uploadCount {
  width: 18px;
  height: 18px;
  line-height: 18px;
  font-size: 9px; }

.uppy-DashboardFileCard {
  -webkit-transform: translateY(0);
  transform: translateY(0);
  -webkit-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 1004;
  -webkit-box-shadow: 0px 0px 10px 4px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 0px 10px 4px rgba(0, 0, 0, 0.1);
  background-color: #fff; }

.uppy-DashboardFileCard[aria-hidden=true] {
  -webkit-transform: translateY(-105%);
  transform: translateY(-105%); }

.uppy-DashboardFileCard-inner {
  height: 100%;
  padding-top: 40px; }

.uppy-Dashboard--wide .uppy-DashboardFileCard-inner {
  padding-top: 50px; }

.uppy-DashboardFileCard-preview {
  height: 45%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  border-bottom: 1px solid rgba(147, 147, 147, 0.3);
  background-color: #f9f9f9;
  position: relative; }

.uppy-DashboardFileCard-preview img {
  -webkit-box-shadow: 0px 3px 20px rgba(0, 0, 0, 0.15);
  box-shadow: 0px 3px 20px rgba(0, 0, 0, 0.15);
  max-width: 90%;
  max-height: 90%;
  -o-object-fit: cover;
  object-fit: cover; }

.uppy-DashboardFileCard-info {
  padding: 30px 20px 20px 20px;
  height: 55%;
  overflow-y: auto; }

.uppy-DashboardFileCard-fieldset {
  font-size: 0;
  border: 0;
  padding: 0;
  max-width: 450px;
  margin: auto;
  margin-bottom: 15px; }

.uppy-DashboardFileCard-label {
  display: inline-block;
  vertical-align: middle;
  width: 25%;
  font-size: 11px;
  color: #525252; }

.uppy-Dashboard--wide .uppy-DashboardFileCard-label {
  font-size: 13px; }

.uppy-DashboardFileCard-input {
  display: inline-block;
  vertical-align: middle;
  width: 75%;
  border: 0;
  border-bottom: 1px solid rgba(82, 82, 82, 0.3);
  outline: none;
  font-size: 16px;
  line-height: 1.8;
  padding-left: 5px;
  margin: auto; }

.uppy-DashboardFileCard-input:focus {
  border-color: #525252; }

.uppy-DashboardFileCard-done {
  width: 50px;
  height: 50px; }

.uppy-Dashboard--wide .uppy-DashboardFileCard-done {
  width: 60px;
  height: 60px; }

.uppy-DashboardFileCard-done .UppyIcon {
  width: 25px;
  height: 25px; }

.uppy-Dashboard--wide .uppy-DashboardFileCard-done .UppyIcon {
  width: 30px;
  height: 30px; }

.uppy-Dashboard--wide .uppy-StatusBar {
  height: 40px;
  line-height: 40px;
  font-size: 14px; }

.uppy-DragDrop-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  border-radius: 7px;
  background-color: #fff; }

.uppy-DragDrop-inner {
  margin: 0;
  text-align: center;
  padding: 80px 20px;
  line-height: 1.4; }

.uppy-DragDrop-arrow {
  width: 60px;
  height: 60px;
  fill: #e0e0e0;
  margin-bottom: 17px; }

.uppy-DragDrop-container.is-dragdrop-supported {
  border: 2px dashed;
  border-color: #adadad; }

.uppy-DragDrop-container.drag {
  border-color: #939393;
  background-color: #e6e6e6; }

.uppy-DragDrop-container.drag .uppy-DragDrop-arrow {
  fill: #939393; }

/* http://tympanus.net/codrops/2015/09/15/styling-customizing-file-inputs-smart-way/ */
.uppy-DragDrop-input {
  width: 0.1px;
  height: 0.1px;
  opacity: 0;
  overflow: hidden;
  position: absolute;
  z-index: -1; }

.uppy-DragDrop-label {
  display: block;
  cursor: pointer;
  font-size: 1.15em;
  margin-bottom: 5px; }

.uppy-DragDrop-note {
  font-size: 1em;
  color: #adadad; }

.uppy-DragDrop-dragText {
  color: #4A90E2; }

.uppy-Provider-auth, .uppy-Provider-error, .uppy-Provider-loading {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-flow: column wrap;
  flex-flow: column wrap;
  height: 100%; }

.uppy-Provider-authTitle {
  font-size: 22px;
  line-height: 1.35;
  font-weight: 300;
  margin-bottom: 30px;
  padding: 0 15px;
  max-width: 500px;
  text-align: center; }

.uppy-Provider-authBtn {
  background: none;
  -webkit-appearance: none;
  font-family: inherit;
  font-size: inherit;
  line-height: 1;
  padding: 0;
  margin: 0;
  border: 0;
  color: inherit;
  border-radius: 6px;
  background-color: #4A90E2;
  color: #fff;
  font-size: 20px;
  font-weight: 400;
  padding: 12px 46px;
  -webkit-transition: background-color 0.3s;
  transition: background-color 0.3s;
  text-decoration: none;
  margin-bottom: 20px;
  cursor: pointer; }

.uppy-Provider-authBtn:hover {
  background-color: #2275d7;
  color: #fff; }

.uppy-Provider-breadcrumbs button {
  background: none;
  -webkit-appearance: none;
  font-family: inherit;
  font-size: inherit;
  line-height: 1;
  padding: 0;
  margin: 0;
  border: 0;
  color: inherit;
  cursor: pointer;
  font-size: 14px; }

.uppy-Provider-breadcrumbs button:hover {
  text-decoration: underline; }

.uppy-Provider-breadcrumbs button:focus {
  outline: 1px dotted #aaa; }

.uppy-Provider-breadcrumbs li {
  display: inline-block;
  margin: 0; }

.uppy-Provider-breadcrumbs li ~ li:before {
  content: '/';
  padding: 0 10px; }

.uppy-ProviderBrowser {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  font-size: 13px;
  font-weight: 400;
  height: 100%; }

.uppy-ProviderBrowser-user {
  margin: 16px 0; }

.uppy-ProviderBrowser-header {
  z-index: 1001;
  border-bottom: 1px solid #ebebeb;
  position: relative; }

::-webkit-input-placeholder {
  color: rgba(119, 119, 119, 0.75); }

::-moz-placeholder {
  color: rgba(119, 119, 119, 0.75); }

:-ms-input-placeholder {
  color: rgba(119, 119, 119, 0.75); }

.uppy-ProviderBrowser-headerBar {
  height: 50px;
  line-height: 50px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding-left: 16px;
  background-color: #f9f9f9;
  z-index: 1001; }

.uppy-ProviderBrowser-search {
  height: 50px;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 1002;
  background-color: #f9f9f9;
  -webkit-transform: translate(0, -50px);
  transform: translate(0, -50px);
  -webkit-transition: all .2s;
  transition: all .2s;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center; }

.uppy-ProviderBrowser-search:not([aria-hidden=true]) {
  -webkit-transform: translate(0, 0);
  transform: translate(0, 0); }

.uppy-ProviderBrowser-search input {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  background-color: transparent;
  outline: 0;
  font-size: 15px;
  font-weight: 400;
  line-height: 50px;
  border: 0;
  padding: 0 16px; }

.uppy-ProviderBrowser-searchToggle {
  background: none;
  -webkit-appearance: none;
  font-family: inherit;
  font-size: inherit;
  line-height: 1;
  padding: 0;
  margin: 0;
  border: 0;
  color: inherit;
  width: 15px;
  cursor: pointer;
  color: #939393;
  -webkit-transition: all .2s;
  transition: all .2s; }

.uppy-ProviderBrowser-searchToggle:hover {
  color: #000; }

.uppy-ProviderBrowser-searchClose {
  background: none;
  -webkit-appearance: none;
  font-family: inherit;
  font-size: inherit;
  line-height: 1;
  padding: 0;
  margin: 0;
  border: 0;
  color: inherit;
  cursor: pointer;
  width: 12px;
  color: #939393;
  -webkit-transition: all .2s;
  transition: all .2s;
  position: relative;
  right: 16px; }

.uppy-ProviderBrowser-searchClose:hover {
  color: #000; }

.uppy-ProviderBrowser-userLogout {
  background: none;
  -webkit-appearance: none;
  font-family: inherit;
  font-size: inherit;
  line-height: 1;
  padding: 0;
  margin: 0;
  border: 0;
  color: inherit;
  margin-right: 16px;
  cursor: pointer; }

.uppy-ProviderBrowser-userLogout:hover {
  text-decoration: underline; }

.uppy-Provider-breadcrumbs {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  color: #000;
  font-size: 12px;
  list-style-type: none;
  padding: 0;
  margin: 0;
  margin-left: 16px; }

.uppy-ProviderBrowser-breadcrumbs span {
  font-size: 16px;
  margin-left: 32px; }

.uppy-ProviderBrowser-breadcrumbs span.active {
  color: #525252;
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  font-weight: 500; }

.uppy-ProviderBrowser-body {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  position: relative; }

.uppy-ProviderBrowser-list {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  position: relative;
  display: block;
  width: 100%;
  height: 100%;
  background-color: #fff;
  border-spacing: 0;
  overflow-x: hidden;
  overflow-y: auto;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  list-style: none;
  margin: 0;
  padding: 0; }

.uppy-ProviderBrowserItem-inner {
  background: none;
  -webkit-appearance: none;
  font-family: inherit;
  font-size: inherit;
  line-height: 1;
  padding: 0;
  margin: 0;
  border: 0;
  color: inherit;
  cursor: pointer;
  font-weight: 600; }

.uppy-ProviderBrowser-viewType--list .uppy-ProviderBrowser-list {
  padding-top: 6px; }

.uppy-ProviderBrowser-viewType--list .uppy-ProviderBrowserItem {
  padding: 10px 14px; }

.uppy-ProviderBrowser-viewType--list .uppy-ProviderBrowserItem-inner img {
  vertical-align: text-top;
  margin-right: 3px; }

.uppy-ProviderBrowser-viewType--list .uppy-ProviderBrowserItem-checkbox label:before {
  border-color: rgba(82, 82, 82, 0.3); }

.uppy-ProviderBrowser-viewType--list .uppy-ProviderBrowserItem-checkbox input:checked + label:before {
  border-color: #4A90E2; }

.uppy-ProviderBrowser-viewType--grid .uppy-ProviderBrowser-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 3px; }

.uppy-ProviderBrowser-viewType--grid .uppy-ProviderBrowser-list:after {
  content: '';
  -webkit-box-flex: 1;
  -ms-flex: auto;
  flex: auto; }

.uppy-ProviderBrowser-viewType--grid .uppy-ProviderBrowserItem {
  display: inline-block;
  width: 33.3333%;
  position: relative;
  padding: 3px;
  opacity: 0.9; }

.uppy-ProviderBrowser-viewType--grid .uppy-ProviderBrowserItem--selected {
  opacity: 1; }

.uppy-ProviderBrowser-viewType--grid .uppy-ProviderBrowserItem-inner {
  width: 100%;
  height: 100%; }

.uppy-ProviderBrowser-viewType--grid .uppy-ProviderBrowserItem img {
  width: 100%;
  height: 100%;
  vertical-align: middle; }

.uppy-ProviderBrowser-viewType--grid .uppy-ProviderBrowserItem-checkbox {
  position: absolute;
  top: 8px;
  right: 10px;
  margin-right: 0; }

.uppy-ProviderBrowser-viewType--grid .uppy-ProviderBrowserItem-checkbox label:before {
  background-color: #4A90E2; }

.uppy-ProviderBrowser-viewType--grid .uppy-ProviderBrowserItem-checkbox input + label {
  opacity: 0; }

.uppy-ProviderBrowser-viewType--grid .uppy-ProviderBrowserItem-checkbox input:checked + label {
  opacity: 1; }

.uppy-Dashboard--wide .uppy-ProviderBrowser-viewType--grid .uppy-ProviderBrowserItem {
  width: 20%; }

.uppy-ProviderBrowserItem-checkbox input {
  opacity: 0; }

.uppy-ProviderBrowserItem-checkbox {
  position: relative;
  display: inline-block;
  top: -3px;
  margin-right: 25px; }

.uppy-ProviderBrowserItem-checkbox label {
  display: block; }

.uppy-ProviderBrowserItem-checkbox label::before,
.uppy-ProviderBrowserItem-checkbox label::after {
  position: absolute;
  cursor: pointer; }

.uppy-ProviderBrowserItem-checkbox label:before {
  content: "";
  display: inline-block;
  height: 20px;
  width: 20px;
  top: 0;
  border: 1px solid #4A90E2;
  background-color: #fff;
  border-radius: 50%; }

.uppy-ProviderBrowserItem-checkbox label:after {
  content: '';
  display: inline-block;
  height: 5px;
  width: 8px;
  left: 6px;
  top: 7px;
  border-left: 2px solid #fff;
  border-bottom: 2px solid #fff;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg); }

.uppy-ProviderBrowserItem-checkbox input + label::after {
  content: none; }

.uppy-ProviderBrowserItem-checkbox input:checked + label::after {
  content: ''; }

.uppy-ProviderBrowserItem-checkbox input:checked + label::before {
  background-color: #4A90E2; }

.uppy-ProviderBrowserItem-checkbox input:focus + label::before {
  outline: #3b99fc auto 5px; }

.uppy-ProviderBrowser-doneBtn {
  position: absolute;
  bottom: 16px;
  right: 16px;
  z-index: 1002;
  width: 50px;
  height: 50px; }

.uppy-Dashboard--wide .uppy-ProviderBrowser-doneBtn {
  width: 60px;
  height: 60px; }

.uppy-ProviderBrowser-doneBtn .UppyIcon {
  width: 30px;
  height: 30px; }

.uppy-Url {
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center; }

.uppy-Url-input {
  width: 80%;
  height: 50px;
  padding-left: 10px;
  font-size: 15px;
  border: 1px solid rgba(147, 147, 147, 0.5);
  border-right: 0; }

.uppy-Url-importButton {
  background: none;
  -webkit-appearance: none;
  font-family: inherit;
  font-size: inherit;
  line-height: 1;
  padding: 0;
  margin: 0;
  border: 0;
  color: inherit;
  width: 100px;
  height: 50px;
  color: #fff;
  background-color: #4A90E2;
  cursor: pointer;
  font-size: 16px;
  padding: 12px; }

.uppy-ProgressBar {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 3px;
  z-index: 10000;
  -webkit-transition: height .2s;
  transition: height .2s; }

.uppy-ProgressBar[aria-hidden=true] {
  height: 0; }

.uppy-ProgressBar-inner {
  background-color: #4A90E2;
  -webkit-box-shadow: 0 0 10px rgba(74, 144, 226, 0.7);
  box-shadow: 0 0 10px rgba(74, 144, 226, 0.7);
  height: 100%;
  width: 0;
  -webkit-transition: width 0.4s ease;
  transition: width 0.4s ease; }

.uppy-ProgressBar-percentage {
  display: none;
  text-align: center;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  color: #fff; }

.uppy-StatusBar {
  position: relative;
  height: 30px;
  line-height: 30px;
  font-size: 12px;
  font-weight: 500;
  color: #fff;
  background-color: rgba(82, 82, 82, 0.7);
  -webkit-box-shadow: 1px 1px 4px 0 rgba(82, 82, 82, 0.3);
  box-shadow: 1px 1px 4px 0 rgba(82, 82, 82, 0.3);
  z-index: 1001;
  -webkit-transition: height .2s;
  transition: height .2s; }

.uppy-StatusBar[aria-hidden=true] {
  overflow-y: hidden;
  height: 0; }

.uppy-StatusBar.is-complete .uppy-StatusBar-progress {
  background-color: #7AC824; }

.uppy-StatusBar.is-error .uppy-StatusBar-progress {
  background-color: #D32F2F; }

.uppy-StatusBar.is-complete .uppy-StatusBar-content {
  text-align: center;
  padding-left: 0; }

.uppy-StatusBar:not([aria-hidden=true]).is-waiting {
  background-color: #fff;
  height: 65px;
  line-height: 65px; }

.uppy-StatusBar-progress {
  background-color: #4A90E2;
  height: 100%;
  position: absolute;
  z-index: 1001;
  -webkit-transition: background-color, width .3s ease-out;
  transition: background-color, width .3s ease-out; }

.uppy-StatusBar-progress.is-indeterminate {
  background-size: 64px 64px;
  background-image: linear-gradient(45deg, #2275d7 25%, transparent 25%, transparent 50%, #2275d7 50%, #2275d7 75%, transparent 75%, transparent);
  -webkit-animation: statusBarProgressStripes 1s linear infinite;
  animation: statusBarProgressStripes 1s linear infinite; }

.uppy-StatusBar.is-waiting .uppy-StatusBar-progress {
  display: none; }

@-webkit-keyframes statusBarProgressStripes {
  from {
    background-position: 64px 0; }
  to {
    background-position: 0 0; } }

@keyframes statusBarProgressStripes {
  from {
    background-position: 64px 0; }
  to {
    background-position: 0 0; } }

.uppy-StatusBar-content {
  position: relative;
  z-index: 1002;
  padding-left: 15px;
  white-space: nowrap;
  text-overflow: ellipsis;
  color: #fff; }

.uppy-StatusBar-statusIndicator {
  color: #fff;
  margin-right: 8px; }

button.uppy-StatusBar-statusIndicator {
  background: none;
  -webkit-appearance: none;
  font-family: inherit;
  font-size: inherit;
  line-height: 1;
  padding: 0;
  margin: 0;
  border: 0;
  color: inherit;
  margin-right: 8px;
  cursor: pointer; }

.uppy-StatusBar-actions {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 15px;
  z-index: 1004; }

.uppy-StatusBar.is-waiting .uppy-StatusBar-actions {
  left: 20px;
  right: initial; }

.uppy-StatusBar-actionBtn {
  background: none;
  -webkit-appearance: none;
  font-family: inherit;
  font-size: inherit;
  line-height: 1;
  padding: 0;
  margin: 0;
  border: 0;
  color: inherit;
  font-size: 13px;
  line-height: 1em;
  font-weight: 400;
  padding: 7px 10px;
  border-radius: 4px;
  cursor: pointer;
  -webkit-transition: all 0.2s;
  transition: all 0.2s; }

.uppy-StatusBar-actionBtn:not(:last-child) {
  margin-right: 5px; }

.uppy-StatusBar.is-waiting .uppy-StatusBar-actionBtn {
  padding: 13px 30px;
  font-size: 15px; }

.uppy-StatusBar-actionBtn--upload {
  background-color: #fff;
  color: #4A90E2; }

.uppy-StatusBar.is-waiting .uppy-StatusBar-actionBtn--upload {
  background-color: #4A90E2;
  color: #fff; }

.uppy-StatusBar.is-waiting .uppy-StatusBar-actionBtn--upload:hover {
  background-color: #1b5dab; }

.uppy-StatusBar-actionBtn--retry {
  background-color: #fff;
  color: #D32F2F; }

.uppy-StatusBar-details {
  line-height: 12px;
  width: 13px;
  height: 13px;
  display: inline-block;
  vertical-align: middle;
  color: #D32F2F;
  background-color: #fff;
  border-radius: 50%;
  position: relative;
  top: -1px;
  left: 6px;
  font-size: 10px;
  text-align: center; }

.uppy-StatusBar-details:after {
  line-height: 1.3;
  word-wrap: break-word; }

.uppy-Webcam-container {
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center; }

.uppy-Webcam-videoContainer {
  width: 100%;
  height: 100%; }

.uppy-Dashboard--wide .uppy-Webcam-videoContainer {
  height: initial; }

.uppy-Webcam-video {
  width: 100%;
  height: 100%;
  max-width: 100%;
  max-height: 100%; }

.uppy-Webcam-video--mirrored {
  -webkit-transform: scaleX(-1);
  transform: scaleX(-1); }

.uppy-Webcam-buttonContainer {
  position: absolute;
  bottom: 30px;
  right: 30px; }

.uppy-Webcam-recordButton .UppyIcon {
  width: 50%;
  height: 50%;
  position: relative;
  top: -1px; }

.uppy-Webcam-permissons {
  padding: 15px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-flow: column wrap;
  flex-flow: column wrap;
  height: 100%; }

.uppy-Webcam-permissons p {
  line-height: 1.4; }

.uppy-Webcam-Title {
  font-size: 22px;
  line-height: 1.35;
  font-weight: 300;
  margin-bottom: 30px;
  padding: 0 15px;
  max-width: 500px;
  text-align: center; }

.nav h2 {
  padding: 10px 30px; }

.nav .menu-item {
  margin: 6px 0;
  line-height: 40px;
  padding: 0 30px; }
  .nav .menu-item a {
    color: inherit; }
    .nav .menu-item a:hover {
      color: #41acdd;
      text-decoration: none; }
    .nav .menu-item a.badge {
      color: #fff;
      margin-left: 0.5em; }
  .nav .menu-item.disabled,
  .nav .menu-item .disabled,
  .nav .menu-item .disabled a {
    color: #ccc; }
  .nav .menu-item.selected a {
    font-weight: bold;
    color: #41acdd; }
  .nav .menu-item.selected a.badge {
    color: #fff; }

.nav:not(.nav-right) .menu-item {
  border-left: 4px solid transparent; }
  .nav:not(.nav-right) .menu-item.selected {
    border-left: 4px solid #41acdd; }
  .nav:not(.nav-right) .menu-item:not(.selected):hover {
    border-left: 1px solid #41acdd;
    padding-left: 33px; }

.nav.nav-right .menu-item {
  border-right: 4px solid transparent; }
  .nav.nav-right .menu-item.selected {
    border-right: 4px solid #41acdd; }
  .nav.nav-right .menu-item:not(.selected):hover {
    border-right: 1px solid #41acdd;
    padding-right: 33px; }

.rdrCalendarWrapper {
  box-sizing: border-box;
  background: #ffffff;
  display: -webkit-inline-box;
  display: inline-flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  flex-direction: column;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none; }

.rdrDateDisplay {
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: justify;
  justify-content: space-between; }

.rdrDateDisplayItem {
  -webkit-box-flex: 1;
  flex: 1 1;
  width: 0;
  text-align: center;
  color: inherit; }

.rdrDateDisplayItem + .rdrDateDisplayItem {
  margin-left: 0.833em; }

.rdrDateDisplayItem input {
  text-align: inherit; }

.rdrDateDisplayItem input:disabled {
  cursor: default; }

.rdrMonthAndYearWrapper {
  box-sizing: inherit;
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: justify;
  justify-content: space-between; }

.rdrMonthAndYearPickers {
  -webkit-box-flex: 1;
  flex: 1 1 auto;
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  align-items: center; }

.rdrNextPrevButton {
  box-sizing: inherit;
  cursor: pointer;
  outline: none; }

.rdrMonths {
  display: -webkit-box;
  display: flex; }

.rdrMonthsVertical {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  flex-direction: column; }

.rdrMonthsHorizontal > div > div > div {
  display: -webkit-box;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  flex-direction: row; }

.rdrMonth {
  width: 27.667em; }

.rdrWeekDays {
  display: -webkit-box;
  display: flex; }

.rdrWeekDay {
  flex-basis: calc(100% / 7);
  box-sizing: inherit;
  text-align: center; }

.rdrDays {
  display: -webkit-box;
  display: flex;
  flex-wrap: wrap; }

.rdrInfiniteMonths {
  overflow: auto; }

.rdrDateRangeWrapper {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none; }

.rdrDateInput {
  position: relative; }

.rdrDateInput input {
  outline: none; }

.rdrDateInput .rdrWarning {
  position: absolute;
  font-size: 1.6em;
  line-height: 1.6em;
  top: 0;
  right: 0.25em;
  color: #ff0000; }

.rdrDay {
  box-sizing: inherit;
  width: calc(100% / 7);
  position: relative;
  font: inherit;
  cursor: pointer; }

.rdrDayNumber {
  display: block;
  position: relative; }

.rdrDayNumber span {
  color: #413a42; }

.rdrDayDisabled {
  cursor: not-allowed; }

@supports (-ms-ime-align: auto) {
  .rdrDay {
    flex-basis: 14.285% !important; } }

.rdrSelected,
.rdrInRange,
.rdrStartEdge,
.rdrEndEdge {
  pointer-events: none; }

.rdrDayStartPreview,
.rdrDayInPreview,
.rdrDayEndPreview {
  pointer-events: none; }

.rdrDateRangePickerWrapper {
  display: -webkit-inline-box;
  display: inline-flex;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none; }

.rdrStaticRanges {
  display: -webkit-box;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  flex-direction: column; }

.rdrStaticRange {
  font-size: inherit; }

.rdrInputRange {
  display: -webkit-box;
  display: flex; }

.rdrCalendarWrapper {
  color: #000000;
  font-size: 12px; }

.rdrDateDisplayWrapper {
  background-color: #eff2f7; }

.rdrDateDisplay {
  margin: 0.833em; }

.rdrDateDisplayItem {
  border-radius: 4px;
  background-color: white;
  box-shadow: 0 1px 2px 0 rgba(35, 57, 66, 0.21);
  border: 1px solid transparent; }

.rdrDateDisplayItem input {
  cursor: pointer;
  height: 2.5em;
  line-height: 2.5em;
  border: 0px;
  background: transparent;
  width: 100%;
  color: #849095; }

.rdrDateDisplayItemActive {
  border-color: currentColor; }

.rdrDateDisplayItemActive input {
  color: #7d888d; }

.rdrMonthAndYearWrapper {
  -webkit-box-align: center;
  align-items: center;
  height: 60px;
  padding-top: 10px; }

.rdrMonthAndYearPickers {
  font-weight: 600; }

.rdrMonthAndYearPickers select {
  -moz-appearance: none;
  appearance: none;
  -webkit-appearance: none;
  border: 0;
  background: transparent;
  padding: 10px 30px 10px 10px;
  border-radius: 4px;
  outline: 0;
  color: #3e484f;
  background: url("data:image/svg+xml;utf8,<svg width='9px' height='6px' viewBox='0 0 9 6' version='1.1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink'><g id='Artboard' stroke='none' stroke-width='1' fill='none' fill-rule='evenodd' transform='translate(-636.000000, -171.000000)' fill-opacity='0.368716033'><g id='input' transform='translate(172.000000, 37.000000)' fill='%230E242F' fill-rule='nonzero'><g id='Group-9' transform='translate(323.000000, 127.000000)'><path d='M142.280245,7.23952813 C141.987305,6.92353472 141.512432,6.92361662 141.219585,7.23971106 C140.926739,7.5558055 140.926815,8.06821394 141.219755,8.38420735 L145.498801,13 L149.780245,8.38162071 C150.073185,8.0656273 150.073261,7.55321886 149.780415,7.23712442 C149.487568,6.92102998 149.012695,6.92094808 148.719755,7.23694149 L145.498801,10.7113732 L142.280245,7.23952813 Z' id='arrow'></path></g></g></g></svg>") no-repeat;
  background-position: right 8px center;
  cursor: pointer;
  text-align: center; }

.rdrMonthAndYearPickers select:hover {
  background-color: rgba(0, 0, 0, 0.07); }

.rdrMonthPicker,
.rdrYearPicker {
  margin: 0 5px; }

.rdrNextPrevButton {
  display: block;
  width: 24px;
  height: 24px;
  margin: 0 0.833em;
  padding: 0;
  border: 0;
  border-radius: 5px;
  background: #eff2f7; }

.rdrNextPrevButton:hover {
  background: #e1e7f0; }

.rdrNextPrevButton i {
  display: block;
  width: 0;
  height: 0;
  padding: 0;
  text-align: center;
  border-style: solid;
  margin: auto;
  -webkit-transform: translate(-3px, 0px);
  transform: translate(-3px, 0px); }

.rdrPprevButton i {
  border-width: 4px 6px 4px 4px;
  border-color: transparent #34495e transparent transparent;
  -webkit-transform: translate(-3px, 0px);
  transform: translate(-3px, 0px); }

.rdrNextButton i {
  margin: 0 0 0 7px;
  border-width: 4px 4px 4px 6px;
  border-color: transparent transparent transparent #34495e;
  -webkit-transform: translate(3px, 0px);
  transform: translate(3px, 0px); }

.rdrWeekDays {
  padding: 0 0.833em; }

.rdrMonth {
  padding: 0 0.833em 1.666em 0.833em; }

.rdrMonth .rdrWeekDays {
  padding: 0; }

.rdrMonths.rdrMonthsVertical .rdrMonth:first-child .rdrMonthName {
  display: none; }

.rdrWeekDay {
  font-weight: 400;
  line-height: 2.667em;
  color: #849095; }

.rdrDay {
  background: transparent;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  border: 0;
  padding: 0;
  line-height: 3em;
  height: 3em;
  text-align: center;
  color: #413a42; }

.rdrDay:focus {
  outline: 0; }

.rdrDayNumber {
  outline: 0;
  font-weight: 300;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  top: 5px;
  bottom: 5px;
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
  align-items: center;
  -webkit-box-pack: center;
  justify-content: center; }

.rdrDayToday .rdrDayNumber span {
  font-weight: 500; }

.rdrDayToday .rdrDayNumber span:after {
  content: "";
  position: absolute;
  bottom: 4px;
  left: 50%;
  -webkit-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
  width: 18px;
  height: 2px;
  border-radius: 2px;
  background: #3d91ff; }

.rdrDayToday:not(.rdrDayPassive) .rdrInRange ~ .rdrDayNumber span:after,
.rdrDayToday:not(.rdrDayPassive) .rdrStartEdge ~ .rdrDayNumber span:after,
.rdrDayToday:not(.rdrDayPassive) .rdrEndEdge ~ .rdrDayNumber span:after,
.rdrDayToday:not(.rdrDayPassive) .rdrSelected ~ .rdrDayNumber span:after {
  background: #fff; }

.rdrDay:not(.rdrDayPassive) .rdrInRange ~ .rdrDayNumber span,
.rdrDay:not(.rdrDayPassive) .rdrStartEdge ~ .rdrDayNumber span,
.rdrDay:not(.rdrDayPassive) .rdrEndEdge ~ .rdrDayNumber span,
.rdrDay:not(.rdrDayPassive) .rdrSelected ~ .rdrDayNumber span {
  color: rgba(255, 255, 255, 0.85); }

.rdrSelected,
.rdrInRange,
.rdrStartEdge,
.rdrEndEdge {
  background: currentColor;
  position: absolute;
  top: 5px;
  left: 0;
  right: 0;
  bottom: 5px; }

.rdrSelected {
  left: 2px;
  right: 2px; }

.rdrStartEdge {
  border-top-left-radius: 1.042em;
  border-bottom-left-radius: 1.042em;
  left: 2px; }

.rdrEndEdge {
  border-top-right-radius: 1.042em;
  border-bottom-right-radius: 1.042em;
  right: 2px; }

.rdrSelected {
  border-radius: 1.042em; }

.rdrDayStartOfMonth .rdrInRange,
.rdrDayStartOfMonth .rdrEndEdge,
.rdrDayStartOfWeek .rdrInRange,
.rdrDayStartOfWeek .rdrEndEdge {
  border-top-left-radius: 1.042em;
  border-bottom-left-radius: 1.042em;
  left: 2px; }

.rdrDayEndOfMonth .rdrInRange,
.rdrDayEndOfMonth .rdrStartEdge,
.rdrDayEndOfWeek .rdrInRange,
.rdrDayEndOfWeek .rdrStartEdge {
  border-top-right-radius: 1.042em;
  border-bottom-right-radius: 1.042em;
  right: 2px; }

.rdrDayStartOfMonth .rdrDayInPreview,
.rdrDayStartOfMonth .rdrDayEndPreview,
.rdrDayStartOfWeek .rdrDayInPreview,
.rdrDayStartOfWeek .rdrDayEndPreview {
  border-top-left-radius: 1.333em;
  border-bottom-left-radius: 1.333em;
  border-left-width: 1px;
  left: 0px; }

.rdrDayEndOfMonth .rdrDayInPreview,
.rdrDayEndOfMonth .rdrDayStartPreview,
.rdrDayEndOfWeek .rdrDayInPreview,
.rdrDayEndOfWeek .rdrDayStartPreview {
  border-top-right-radius: 1.333em;
  border-bottom-right-radius: 1.333em;
  border-right-width: 1px;
  right: 0px; }

.rdrDayStartPreview,
.rdrDayInPreview,
.rdrDayEndPreview {
  background: rgba(255, 255, 255, 0.09);
  position: absolute;
  top: 3px;
  left: 0px;
  right: 0px;
  bottom: 3px;
  pointer-events: none;
  border: 0px solid currentColor;
  z-index: 1; }

.rdrDayStartPreview {
  border-top-width: 1px;
  border-left-width: 1px;
  border-bottom-width: 1px;
  border-top-left-radius: 1.333em;
  border-bottom-left-radius: 1.333em;
  left: 0px; }

.rdrDayInPreview {
  border-top-width: 1px;
  border-bottom-width: 1px; }

.rdrDayEndPreview {
  border-top-width: 1px;
  border-right-width: 1px;
  border-bottom-width: 1px;
  border-top-right-radius: 1.333em;
  border-bottom-right-radius: 1.333em;
  right: 2px;
  right: 0px; }

.rdrDefinedRangesWrapper {
  font-size: 12px;
  width: 226px;
  border-right: solid 1px #eff2f7;
  background: #fff; }

.rdrDefinedRangesWrapper .rdrStaticRangeSelected {
  color: currentColor;
  font-weight: 600; }

.rdrStaticRange {
  border: 0;
  cursor: pointer;
  display: block;
  outline: 0;
  border-bottom: 1px solid #eff2f7;
  padding: 0;
  background: #fff; }

.rdrStaticRange:hover .rdrStaticRangeLabel,
.rdrStaticRange:focus .rdrStaticRangeLabel {
  background: #eff2f7; }

.rdrStaticRangeLabel {
  display: block;
  outline: 0;
  line-height: 18px;
  padding: 10px 20px;
  text-align: left; }

.rdrInputRanges {
  padding: 10px 0; }

.rdrInputRange {
  -webkit-box-align: center;
  align-items: center;
  padding: 5px 20px; }

.rdrInputRangeInput {
  width: 30px;
  height: 30px;
  line-height: 30px;
  border-radius: 4px;
  text-align: center;
  border: solid 1px #dee7eb;
  margin-right: 10px;
  color: #6c767a; }

.rdrInputRangeInput:focus,
.rdrInputRangeInput:hover {
  border-color: #b4bfc4;
  outline: 0;
  color: #333; }

.rdrCalendarWrapper:not(.rdrDateRangeWrapper) .rdrDayHovered .rdrDayNumber:after {
  content: "";
  border: 1px solid currentColor;
  border-radius: 1.333em;
  position: absolute;
  top: -2px;
  bottom: -2px;
  left: 0px;
  right: 0px;
  background: transparent; }

.rdrDayPassive {
  pointer-events: none; }

.rdrDayPassive .rdrDayNumber span {
  color: #d5dce0; }

.rdrDayPassive .rdrInRange,
.rdrDayPassive .rdrStartEdge,
.rdrDayPassive .rdrEndEdge,
.rdrDayPassive .rdrSelected,
.rdrDayPassive .rdrDayStartPreview,
.rdrDayPassive .rdrDayInPreview,
.rdrDayPassive .rdrDayEndPreview {
  display: none; }

.rdrDayDisabled {
  background-color: #f8f8f8; }

.rdrDayDisabled .rdrDayNumber span {
  color: #aeb9bf; }

.rdrDayDisabled .rdrInRange,
.rdrDayDisabled .rdrStartEdge,
.rdrDayDisabled .rdrEndEdge,
.rdrDayDisabled .rdrSelected,
.rdrDayDisabled .rdrDayStartPreview,
.rdrDayDisabled .rdrDayInPreview,
.rdrDayDisabled .rdrDayEndPreview {
  -webkit-filter: grayscale(100%) opacity(60%);
  filter: grayscale(100%) opacity(60%); }

.rdrMonthName {
  text-align: left;
  font-weight: 600;
  color: #849095;
  padding: 0.833em; }

.rdrMonthName {
  display: none; }

.rdrNoSelection .rdrSelected, .rdrNoSelection .rdrInRange, .rdrNoSelection .rdrStartEdge, .rdrNoSelection .rdrEndEdge {
  background: #fff; }

.rdrNoSelection .rdrDay:not(.rdrDayPassive) .rdrInRange ~ .rdrDayNumber span,
.rdrNoSelection .rdrDay:not(.rdrDayPassive) .rdrStartEdge ~ .rdrDayNumber span,
.rdrNoSelection .rdrDay:not(.rdrDayPassive) .rdrEndEdge ~ .rdrDayNumber span,
.rdrNoSelection .rdrDay:not(.rdrDayPassive) .rdrSelected ~ .rdrDayNumber span {
  color: #413a42; }
  .rdrNoSelection .rdrDay:not(.rdrDayPassive) .rdrInRange ~ .rdrDayNumber span:after,
  .rdrNoSelection .rdrDay:not(.rdrDayPassive) .rdrStartEdge ~ .rdrDayNumber span:after,
  .rdrNoSelection .rdrDay:not(.rdrDayPassive) .rdrEndEdge ~ .rdrDayNumber span:after,
  .rdrNoSelection .rdrDay:not(.rdrDayPassive) .rdrSelected ~ .rdrDayNumber span:after {
    background: #41acdd; }

.image-upload img {
  max-width: 100%; }

.image-upload .info {
  display: block; }

.image-upload .upload-group {
  position: relative;
  overflow: hidden;
  display: inline-block;
  cursor: pointer; }
  .image-upload .upload-group input[type="file"] {
    position: absolute;
    z-index: 1;
    top: 0;
    left: 0;
    width: 100%;
    opacity: 0;
    padding: 0.5em; }
    .image-upload .upload-group input[type="file"]::-webkit-file-upload-button {
      cursor: pointer; }
  .image-upload .upload-group button  {
    z-index: -1;
    margin-left: 0.5em;
    cursor: pointer; }

.image-upload form {
  background: #f2f2f2;
  position: relative;
  text-align: center; }
  .image-upload form.empty {
    min-height: 300px; }
  .image-upload form .actions {
    position: absolute;
    top: 0;
    right: 0;
    padding: 0.4em; }
  .image-upload form .error {
    position: absolute;
    text-align: center;
    width: 80%;
    font-weight: bold;
    top: 45%;
    left: 0;
    background: white;
    margin: 0 10%;
    padding: 0.4em;
    border: 1px solid #ccc; }

.image-upload .spin-wrapper {
  display: inline-block;
  vertical-align: middle;
  width: 20px;
  position: relative; }

/* Icon in input + spin */
.input-icon-right, .input-icon-left {
  position: relative; }
  .input-icon-right button, .input-icon-left button {
    position: absolute;
    top: 0;
    height: 100%;
    background-color: transparent; }
    .input-icon-right button:focus, .input-icon-right button:active, .input-icon-right button:focus:active, .input-icon-left button:focus, .input-icon-left button:active, .input-icon-left button:focus:active {
      outline: none; }
    .input-icon-right button:active, .input-icon-left button:active {
      box-shadow: inset 0 0px 5px rgba(0, 0, 0, 0.125); }

.input-icon-right input {
  padding-right: 34px; }

.input-icon-right button {
  right: 0; }
  .input-icon-right button .spin-canvas {
    left: initial;
    right: 8px;
    background-color: transparent; }

.input-icon-left input {
  padding-left: 34px; }

.input-icon-left button {
  left: 0; }
  .input-icon-left button .spin-canvas {
    left: 8px;
    right: initial;
    background-color: transparent; }

.agenda-admin {
  margin: 60px auto; }
  .agenda-admin .header {
    padding: 20px; }
    .agenda-admin .header .agenda-logo {
      display: block;
      border-radius: 50%;
      overflow: hidden; }
      .agenda-admin .header .agenda-logo img {
        max-width: 100%; }
  .agenda-admin .body {
    padding: 0 30px 2em; }
  .agenda-admin .nav {
    padding-bottom: 20px; }
    .agenda-admin .nav ul {
      display: inline-block;
      padding: 0 6px;
      margin-bottom: 0; }
    .agenda-admin .nav li {
      display: none; }
      .agenda-admin .nav li.menu-item {
        display: inline-block;
        padding: 0 10px;
        margin: 0; }
        .agenda-admin .nav li.menu-item.selected {
          border-left: none;
          color: #41acdd; }
    @media (min-width: 992px) {
      .agenda-admin .nav ul {
        display: block;
        padding: 0; }
      .agenda-admin .nav li {
        display: block; }
        .agenda-admin .nav li.menu-item {
          display: block;
          padding: 0 0 0 20px; }
          .agenda-admin .nav li.menu-item.selected {
            border-left: 4px solid #41acdd;
            color: inherit; } }
  @media (min-width: 992px) {
    .agenda-admin .filters {
      background: transparent; }
      .agenda-admin .filters > div {
        background: #fff;
        margin: 10px;
        padding: 10px 20px; } }
  .agenda-admin.redirect .body {
    text-align: center;
    padding: 16em 0; }

@media (min-width: 992px) {
  .agenda-admin-filters-layout .body {
    padding: 0;
    display: flex; } }

.agenda-admin-filters-layout .oa-filter-total {
  font-weight: bold;
  margin-left: 5px; }

.agenda-admin-filters-layout .oa-filter-value-preview {
  margin-left: 6px; }
  .agenda-admin-filters-layout .oa-filter-value-preview .badge {
    margin-right: 4px; }

.agenda-admin-filters-layout .rdrDateRangePickerWrapper {
  flex-direction: column; }
  .agenda-admin-filters-layout .rdrDateRangePickerWrapper .rdrDefinedRangesWrapper {
    border: none; }
    .agenda-admin-filters-layout .rdrDateRangePickerWrapper .rdrDefinedRangesWrapper .rdrStaticRanges {
      flex-direction: row;
      flex-wrap: wrap; }
      .agenda-admin-filters-layout .rdrDateRangePickerWrapper .rdrDefinedRangesWrapper .rdrStaticRanges .rdrStaticRange {
        border: none; }
        .agenda-admin-filters-layout .rdrDateRangePickerWrapper .rdrDefinedRangesWrapper .rdrStaticRanges .rdrStaticRange .rdrStaticRangeLabel {
          padding: 5px; }

.agenda-admin-filters-layout .oa-collapse-item {
  border-bottom: 1px solid #bbb; }

.inbox {
  /**
   * alternative to title
   */ }
  .inbox.inbox-user {
    padding: 20px 30px; }
  .inbox h4 {
    padding: 30px 0 0; }
    .inbox h4:first-of-type {
      padding-top: 10px; }
  .inbox .main-avatar .primary {
    width: 60px;
    vertical-align: bottom; }
  .inbox .main-avatar .belongs {
    width: 25px; }
  .inbox .well {
    box-shadow: none; }
  .inbox .inbox-title {
    padding-right: 228px; }
  .inbox .inbox-breadcrumbs {
    font-size: 20px;
    padding-bottom: 20px;
    line-height: 1.4em; }
    .inbox .inbox-breadcrumbs i {
      font-weight: bold;
      padding: 0 10px; }
  .inbox .inbox-head {
    padding-bottom: 20px;
    word-break: break-word; }
    .inbox .inbox-head .inbox-breadcrumbs {
      padding-bottom: 0; }
    .inbox .inbox-head .inbox-actions {
      background: #fafafa;
      border-radius: 3px;
      text-align: center;
      padding: 20px; }
      .inbox .inbox-head .inbox-actions button:not(:last-child):not(.btn-link):not(.btn.btn-link-inline) {
        margin-right: 10px; }
  .inbox .btn-creation {
    margin-top: 16px; }
  .inbox .btn-resume {
    padding-bottom: 0; }
  .inbox img.author-avatar {
    width: 60px; }
    .inbox img.author-avatar:not(.belongs) {
      vertical-align: bottom; }
    .inbox img.author-avatar.belongs {
      width: 25px; }
    .inbox img.author-avatar-inline {
      width: 24px; }
      .inbox img.author-avatar-inline.belongs {
        width: 10px; }
  .inbox .conversation-item {
    margin: 30px 0;
    overflow: visible; }
    .inbox .conversation-item .conversation-item-message img {
      width: 24px;
      vertical-align: bottom; }
    .inbox .conversation-item .conversation-item-message .message br {
      content: "";
      margin-bottom: 0.5em;
      display: block; }
    .inbox .conversation-item .conversation-item-message .message-info {
      color: gray; }
  .inbox .media {
    table-layout: fixed;
    width: 100%;
    display: table; }
    .inbox .media .media-left, .inbox .media .media-right {
      position: relative; }
      .inbox .media .media-left img.belongs, .inbox .media .media-right img.belongs {
        border: 3px solid #fff;
        background: #fff;
        box-sizing: content-box;
        position: absolute;
        right: 10px;
        top: 40px; }
    .inbox .media .media-body {
      width: 90%;
      word-break: break-word;
      overflow: visible; }
      .inbox .media .media-body .conversation-item-message {
        border-left: 3px solid #41acdd;
        padding-left: 8px; }
        .inbox .media .media-body .conversation-item-message .message {
          line-height: 16px; }
    .inbox .media .message-form textarea, .inbox .media .conversation-form textarea {
      resize: vertical;
      min-height: 71px; }
  .inbox.inbox-agenda-admin .btn-creation, .inbox.inbox-agenda-admin .btn-back {
    top: 0;
    right: 0; }
  .inbox .conversation-title-entity:not(a:hover) {
    color: #413a42; }
  .inbox .attachments-upload .popup-content {
    padding: 2em; }
  .inbox .attachments-upload .uppy-Dashboard .UppyIcon {
    height: 60px; }
  .inbox .attachments-upload .uppy-Dashboard .uppy-Dashboard-inner {
    border: 2px dashed gray; }
  .inbox .attachments-upload .uppy-Dashboard .uppy-DashboardItem-edit {
    display: none; }
  .inbox .attachment-image {
    max-width: 75px; }

#event .inbox button.btn-creation {
  margin-top: 0; }

#event #header .row {
  position: relative; }

#event #content {
  padding: 25px 0; }
  #event #content > .container {
    position: relative; }

#event .status {
  font-size: 18px; }

#event .event-content {
  background: transparent;
  border-radius: 3px; }

#event .event-content-section {
  padding: 20px; }
  #event .event-content-section strong {
    font-weight: 600; }

#event .sidebar-content {
  background-color: #fff;
  margin-top: -15px;
  padding: 15px; }

#event .event-content {
  background-color: #fff; }

#event .event-item-info br {
  display: block;
  content: " ";
  height: 0.3em; }

#event .event-item-info dt {
  padding: 0 0 5px; }

#event .event-item-info dd {
  padding: 0 0 20px; }
  #event .event-item-info dd img {
    max-width: 100%; }
  #event .event-item-info dd:last-child {
    padding-bottom: 0; }

#event strong {
  font-weight: 400; }

#event h1 {
  margin: 0;
  padding: 10px 20px;
  word-wrap: break-word; }

#event .description {
  font-size: 15px;
  font-weight: 300;
  word-wrap: break-word; }
  #event .description div {
    /* this applies to embedded content */
    margin: 20px 0; }

#event .short-description {
  padding: 10px 20px;
  word-wrap: break-word; }

#event .title {
  font-size: 24px;
  font-weight: 300;
  margin: 30px 0 15px; }

#event .img-responsive {
  width: 100%; }

@media (min-width: 768px) {
  #event h1 {
    padding: 20px 40px 0; }
  #event .short-description {
    font-size: 20px;
    font-weight: 200;
    padding: 20px 40px 0; } }

#event .signature {
  float: right;
  margin: 20px 0 40px 0; }
  #event .signature p {
    display: inline-block;
    padding-right: 0.4em; }

#event .meta-container {
  text-align: center; }
  #event .meta-container .event-action {
    line-height: 30px;
    padding: 15px 0; }
    #event .meta-container .event-action img {
      margin: 0 4px 2px -2px; }
    #event .meta-container .event-action i {
      font-size: 26px;
      margin-right: 8px;
      margin-top: -1px;
      vertical-align: middle; }
    #event .meta-container .event-action.btn, #event .meta-container .rtp__calendar .rtp__modal .rtp__error .rtp__recurrencer-error__disabledTimings button.event-action, .rtp__calendar .rtp__modal .rtp__error .rtp__recurrencer-error__disabledTimings #event .meta-container button.event-action, #event .meta-container .rtp__calendar .rtp__edit-modal button.event-action[type="submit"], .rtp__calendar .rtp__edit-modal #event .meta-container button.event-action[type="submit"], #event .meta-container .rtp__calendar .event-action.rtp__recurrencer-button, .rtp__calendar #event .meta-container .event-action.rtp__recurrencer-button, #event .meta-container .rtp__calendar .event-action.rtp__multi-recurrencer-button, .rtp__calendar #event .meta-container .event-action.rtp__multi-recurrencer-button, #event .meta-container .rtp__calendar .rtp__recurrencer-modal button.event-action[type="submit"], .rtp__calendar .rtp__recurrencer-modal #event .meta-container button.event-action[type="submit"],
    #event .meta-container .rtp__calendar .rtp__multi-recurrencer-modal button.event-action[type="submit"], .rtp__calendar .rtp__multi-recurrencer-modal #event .meta-container button.event-action[type="submit"] {
      padding: 4px 12px; }
    #event .meta-container .event-action.disabled {
      color: gray; }

#event .keywords {
  color: gray;
  font-size: 0.9em;
  padding: 0 20px 10px; }

#event .share.detail-item {
  width: 80%;
  margin-left: 40px;
  padding: 0 4px; }

#event .share a {
  color: gray; }
  #event .share a.disabled {
    opacity: 0.4; }
  #event .share a:hover {
    color: #41acdd; }
    #event .share a:hover.facebook {
      color: #3B5A9B; }
    #event .share a:hover.google {
      color: #D44032; }
    #event .share a:hover.linkedin {
      color: #4875B4; }
    #event .share a:hover.twitter {
      color: #009DEC; }

#event .share i {
  text-align: center;
  width: 20px; }

#event .share span {
  display: none; }

#event .organizer {
  padding: 0 15px 15px; }
  #event .organizer a i {
    display: none;
    position: absolute;
    line-height: 1.5;
    margin-left: 5px; }
  #event .organizer a:hover i {
    display: inline-block; }

#event #event-nav {
  background: #fff;
  border-top: 1px solid #eee;
  bottom: 0;
  height: 50px;
  position: fixed;
  width: 100%;
  z-index: 1000; }
  #event #event-nav a {
    display: block;
    color: gray;
    line-height: 50px;
    text-decoration: none; }
    #event #event-nav a:hover {
      color: #41acdd; }
  #event #event-nav i {
    width: 20px; }
  #event #event-nav li {
    display: block;
    position: absolute;
    top: 0; }
  #event #event-nav span {
    display: none; }
  #event #event-nav ul {
    list-style: none;
    margin: 0;
    padding: 0;
    position: relative; }
  #event #event-nav .next {
    right: 15px;
    text-align: right; }
    #event #event-nav .next i {
      text-align: right; }
  #event #event-nav .prev {
    left: 15px; }

#event .popup-overlay section .popup-content .agenda-item, #event .popup-overlay section .popup-content .event-item {
  padding: 0; }
  #event .popup-overlay section .popup-content .agenda-item .media-left img, #event .popup-overlay section .popup-content .event-item .media-left img {
    width: 40px;
    height: 40px; }
  #event .popup-overlay section .popup-content .agenda-item .media-body .title.media-heading, #event .popup-overlay section .popup-content .event-item .media-body .title.media-heading {
    margin: 0;
    font-size: 18px; }
    #event .popup-overlay section .popup-content .agenda-item .media-body .title.media-heading a, #event .popup-overlay section .popup-content .event-item .media-body .title.media-heading a {
      display: inline-block; }

#event .popup-overlay section .popup-content .hr {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -moz-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: center; }
  #event .popup-overlay section .popup-content .hr::before, #event .popup-overlay section .popup-content .hr::after {
    content: '';
    -webkit-box-flex: 1;
    -moz-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
    margin: 0 .25em;
    border-bottom: 1px solid gray; }

@media (min-width: 768px) {
  #event #content {
    padding: 50px 0; }
  #event .sidebar-content {
    background-color: transparent;
    margin-top: 0;
    padding: 0; }
  #event .event-content {
    background: #fff; }
  #event .meta-container {
    text-align: left; }
  #event .sidebar {
    float: right;
    margin-top: 0; }
  #event #event-nav span {
    display: inline; }
  #event .langs {
    text-align: left; } }

#event .detail-item {
  position: relative; }
  #event .detail-item h3 {
    margin: 0 10px 0 0;
    vertical-align: middle;
    text-align: center;
    width: 30px;
    display: inline-block; }
    #event .detail-item h3 i {
      color: silver;
      font-size: 28px; }
  #event .detail-item .detail-item-content {
    display: inline-block;
    width: 80%;
    vertical-align: middle;
    margin: 0; }
  #event .detail-item .info {
    color: silver; }
  #event .detail-item p {
    margin: 5px 0; }
  #event .detail-item.conditions {
    padding: 10px 0 0; }
    #event .detail-item.conditions h3 {
      display: initial;
      color: gray;
      font-size: 16px; }
      #event .detail-item.conditions h3 i {
        width: auto;
        vertical-align: middle; }
      #event .detail-item.conditions h3 span {
        vertical-align: middle;
        padding-left: 0.5em; }
    #event .detail-item.conditions .detail-item-content {
      padding: 0 1em 0 3em; }

#event .credits {
  color: gray;
  font-size: 0.9em;
  text-align: right;
  display: block; }

#event .registration {
  list-style-type: none;
  padding-left: 1em;
  margin: 10px 0; }
  #event .registration a {
    color: #413a42; }
    #event .registration a:hover {
      color: #41acdd; }
  #event .registration span {
    padding-left: 0.7em; }
  #event .registration li {
    padding-bottom: 0.8em;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap; }
    #event .registration li:last-child {
      padding-bottom: 0; }
  #event .registration i {
    width: 1.5em;
    color: silver; }

#event .acc {
  display: inline-block;
  width: 30px !important;
  height: 30px !important;
  vertical-align: middle;
  background-image: url("//s3.eu-central-1.amazonaws.com/oastatic/accessibility-30-2.png"); }
  #event .acc.hi {
    background-position: 120px 60px; }
  #event .acc.pi {
    background-position: 120px 120px; }
  #event .acc.mi {
    background-position: 120px 90px; }
  #event .acc.vi {
    background-position: 120px 180px; }
  #event .acc.ii {
    background-position: 120px 0px; }

#event .location-side .map {
  margin: 10px 0 20px 40px;
  height: 200px;
  max-width: 80%; }

#event .location-side .location-info-parts {
  display: inline;
  margin-left: 0; }
  #event .location-side .location-info-parts li {
    padding-right: 10px;
    padding-left: 0; }

#event .sharers {
  display: none;
  margin: 0 0 40px 30px; }
  @media (min-width: 768px) {
    #event .sharers {
      display: block; } }
  #event .sharers a {
    color: gray;
    display: block;
    text-align: center;
    text-decoration: none;
    width: 100px;
    max-height: 100px; }
    #event .sharers a:hover {
      color: #41acdd; }
      #event .sharers a:hover .avatar {
        border-color: #41acdd; }
  #event .sharers ul {
    list-style: none;
    padding: 0; }
  #event .sharers li {
    display: inline-block;
    margin: 10px 3px;
    vertical-align: middle; }
  #event .sharers span {
    display: block;
    margin: 5px 0;
    height: 40px; }
  #event .sharers .avatar {
    display: block;
    width: 70px;
    height: 70px;
    background: #fff; }
  #event .sharers .empty .avatar {
    background-image: url("//s3.eu-central-1.amazonaws.com/oastatic/graylogo70.png");
    background-position: center; }

#event .langs {
  list-style: none; }
  #event .langs ul {
    padding: 0;
    margin: 0; }
  #event .langs li {
    display: inline-block;
    padding: 0.5em;
    margin-right: 0.5em;
    text-align: center;
    text-transform: uppercase; }
    #event .langs li a {
      color: gray; }
    #event .langs li.current, #event .langs li:hover {
      border-bottom: 1px solid #413a42; }
      #event .langs li.current a, #event .langs li:hover a {
        text-decoration: none; }

#event h1 {
  padding: 20px 20px 0;
  margin-bottom: 20px; }

@media (min-width: 768px) {
  #event .short-description {
    margin: 20px 0 0;
    padding: 0 20px 20px; } }

#event .share {
  padding-bottom: 10px; }
  #event .share i {
    font-size: 16px;
    line-height: 20px; }

#event .privateable > span {
  padding-right: 0.5em; }

#event .privateable .private-label {
  display: inline-block;
  color: #bbb;
  font-size: 0.9em; }

@media (min-width: 996px) {
  #event h3.privateable .private-label {
    float: right; } }

#event .category {
  color: gray;
  padding: 0 0 0 20px; }
  #event .category label {
    font-weight: normal; }

#event .tags {
  color: gray;
  padding: 0 20px 10px 20px; }
  #event .tags label {
    font-weight: normal; }
  #event .tags ul, #event .tags li {
    display: inline;
    margin: 0;
    padding: 0; }

#event .tag-groups {
  padding: 0 0 10px 20px; }
  #event .tag-groups .tags {
    padding: 0; }

#event .description h1 {
  font-size: 30px;
  padding: 20px 0; }

#event .description h2 {
  font-size: 24px; }

#event .description h3 {
  font-size: 20px; }

#event .description strong {
  font-weight: bold; }

#event .description img {
  max-width: 100%; }

#event .event-secondary {
  padding-top: 4em; }

#event .location-details strong {
  font-weight: bold; }

#event .location-details p {
  padding: 20px 20px 0;
  margin: 0;
  word-wrap: break-word; }

#event .location-details .location-head {
  padding: 20px 20px 0; }
  #event .location-details .location-head label {
    display: block; }
    #event .location-details .location-head label a {
      color: inherit;
      word-wrap: break-word; }
  #event .location-details .location-head .tags {
    padding: 5px 0 0; }
    #event .location-details .location-head .tags label, #event .location-details .location-head .tags li {
      display: inline-block; }

#event .location-details .location-image {
  padding: 20px 20px 0; }
  #event .location-details .location-image img {
    max-width: 100%; }

#event .location-details .location-tags {
  width: 80%;
  display: inline-block;
  padding: 0;
  vertical-align: middle; }
  #event .location-details .location-tags li {
    display: inline; }

#event .location-details .location-links label {
  font-weight: normal; }

#event .location-details .location-links a {
  margin: 0 0.2em; }

#event .location-details ul {
  padding: 20px; }
  #event .location-details ul li {
    padding: 0.5em 0; }
  #event .location-details ul i {
    padding-right: 0.8em;
    display: inline-block;
    vertical-align: middle; }

#event .timings.detail-item {
  width: 80%;
  margin-left: 40px; }

#event .timings ul {
  list-style: none;
  margin: 0;
  padding: 0; }

#event .timings .month {
  width: 100%;
  display: inline-block; }
  #event .timings .month-title {
    border-bottom: 1px solid silver;
    border-top: 1px solid silver;
    margin-bottom: 10px;
    padding-bottom: 10px;
    padding-top: 10px;
    position: relative;
    text-align: center; }
    #event .timings .month-title h4 {
      font-size: 1em;
      font-weight: bold;
      margin: 0; }
    #event .timings .month-title h4, #event .timings .month-title i {
      display: inline-block; }
    #event .timings .month-title i {
      color: #413a42;
      cursor: pointer;
      padding: 13px 5px;
      position: absolute;
      top: 0; }
      #event .timings .month-title i:hover {
        color: #41acdd; }
    #event .timings .month-title .prev {
      left: 0; }
    #event .timings .month-title .next {
      right: 0; }
  #event .timings .month-list {
    margin-bottom: 10px; }
  #event .timings .month-item {
    padding: 5px;
    position: relative; }
    #event .timings .month-item span {
      display: inline-block;
      width: 50%; }
    #event .timings .month-item:hover {
      background: #fafafa; }
  #event .timings .month .week-separator {
    margin: 10px 0;
    border-bottom: 1px solid #ccc; }
  #event .timings .month-current {
    display: block; }

#event .timings .day {
  font-weight: 500;
  position: absolute;
  top: 5px;
  left: 5px; }

#event .timings .hour {
  color: gray;
  font-weight: 300;
  margin-left: 50%;
  white-space: nowrap;
  text-align: right; }

#event .timings.detail-item {
  padding: 0; }
  #event .timings.detail-item h3 {
    margin-top: 5px;
    vertical-align: top; }

#event .timings.no-js {
  width: 100%;
  margin-left: 0; }
  #event .timings.no-js .prev, #event .timings.no-js .next {
    display: none; }

@media print {
  .col-print-1 {
    width: 8%;
    float: left; }
  .col-print-2 {
    width: 16%;
    float: left; }
  .col-print-3 {
    width: 25%;
    float: left; }
  .col-print-4 {
    width: 33%;
    float: left; }
  .col-print-5 {
    width: 42%;
    float: left; }
  .col-print-6 {
    width: 50%;
    float: left; }
  .col-print-7 {
    width: 58%;
    float: left; }
  .col-print-8 {
    width: 66%;
    float: left; }
  .col-print-9 {
    width: 75%;
    float: left; }
  .col-print-10 {
    width: 83%;
    float: left; }
  .col-print-11 {
    width: 92%;
    float: left; }
  .col-print-12 {
    width: 100%;
    float: left; }
  .padding-print-h-z {
    padding-left: 0;
    padding-right: 0; }
  .margin-print-v-lg {
    margin-top: 36px;
    margin-bottom: 36px; }
  .margin-print-bottom-lg {
    margin-bottom: 36px; }
  body {
    background: transparent; }
  #event .print-permalink {
    display: block !important; }
  #event h1 {
    font-size: 24px;
    padding: 0;
    margin: 0; }
  #event .short-description {
    padding: 10px 0; }
  #event .sidebar {
    display: block; }
  #event .edge-bar {
    display: none; }
  #event #content {
    padding: 0;
    clear: both; }
  #event .navbar {
    float: left;
    border-color: transparent; }
  #event .navbar-header {
    background: transparent; }
    #event .navbar-header button {
      display: none; }
  #event .agenda-header {
    float: right;
    background: transparent; }
    #event .agenda-header .agenda-container {
      text-align: left;
      margin: 0; }
      #event .agenda-header .agenda-container a {
        color: #413a42; }
      #event .agenda-header .agenda-container span {
        display: none; }
      #event .agenda-header .agenda-container strong {
        display: inline-block; }
  #event .status {
    padding: 15px 0;
    font-size: 20px;
    text-transform: uppercase; }
    #event .status span {
      background: transparent;
      color: #413a42; }
    #event .status .label {
      padding-left: 0; }
  #event .online-access-link .btn, #event .online-access-link .rtp__calendar .rtp__modal .rtp__error .rtp__recurrencer-error__disabledTimings button, .rtp__calendar .rtp__modal .rtp__error .rtp__recurrencer-error__disabledTimings #event .online-access-link button, #event .online-access-link .rtp__calendar .rtp__edit-modal button[type="submit"], .rtp__calendar .rtp__edit-modal #event .online-access-link button[type="submit"], #event .online-access-link .rtp__calendar .rtp__recurrencer-button, .rtp__calendar #event .online-access-link .rtp__recurrencer-button, #event .online-access-link .rtp__calendar .rtp__multi-recurrencer-button, .rtp__calendar #event .online-access-link .rtp__multi-recurrencer-button, #event .online-access-link .rtp__calendar .rtp__recurrencer-modal button[type="submit"], .rtp__calendar .rtp__recurrencer-modal #event .online-access-link button[type="submit"],
  #event .online-access-link .rtp__calendar .rtp__multi-recurrencer-modal button[type="submit"], .rtp__calendar .rtp__multi-recurrencer-modal #event .online-access-link button[type="submit"] {
    display: none; }
  #event .online-access-link .display-none {
    display: inline !important; }
  #event .langs,
  #event .shares,
  #event .map,
  #event iframe,
  #event footer {
    display: none; }
  #event .timings.no-js .month {
    padding: 15px;
    width: 49%;
    display: inline-block;
    padding: 1em;
    vertical-align: top; }
    #event .timings.no-js .month:first-child {
      display: none; }
  #event .timings .month .prev, #event .timings .month .next {
    display: none; }
  #event .event-content-section {
    padding: 0; }
  #event .category, #event .tags {
    padding-left: 0; }
  #event .location-details .location-head {
    padding: 0; }
    #event .location-details .location-head .btn, #event .location-details .location-head .rtp__calendar .rtp__modal .rtp__error .rtp__recurrencer-error__disabledTimings button, .rtp__calendar .rtp__modal .rtp__error .rtp__recurrencer-error__disabledTimings #event .location-details .location-head button, #event .location-details .location-head .rtp__calendar .rtp__edit-modal button[type="submit"], .rtp__calendar .rtp__edit-modal #event .location-details .location-head button[type="submit"], #event .location-details .location-head .rtp__calendar .rtp__recurrencer-button, .rtp__calendar #event .location-details .location-head .rtp__recurrencer-button, #event .location-details .location-head .rtp__calendar .rtp__multi-recurrencer-button, .rtp__calendar #event .location-details .location-head .rtp__multi-recurrencer-button, #event .location-details .location-head .rtp__calendar .rtp__recurrencer-modal button[type="submit"], .rtp__calendar .rtp__recurrencer-modal #event .location-details .location-head button[type="submit"],
    #event .location-details .location-head .rtp__calendar .rtp__multi-recurrencer-modal button[type="submit"], .rtp__calendar .rtp__multi-recurrencer-modal #event .location-details .location-head button[type="submit"] {
      display: none; }
  #event .location-details .location-image {
    padding: 0; }
  #event .location-details p {
    padding: 10px 0; }
  #event .location-details .list-unstyled {
    padding: 0; }
  #event .event-secondary {
    padding-top: 1em; }
  #event .inbox-section {
    display: none; }
  #event .activity-section {
    display: none; } }

@page {
  margin: 1cm;
  margin-top: 0.5cm; }

.agenda-item, .event-item {
  overflow: visible;
  padding: 1em 2em; }
  .agenda-item > a, .event-item > a,
  .agenda-item > button.btn.btn-link-inline,
  .event-item > button.btn.btn-link-inline,
  .rtp__calendar .rtp__modal .rtp__error .rtp__recurrencer-error__disabledTimings .agenda-item > button.btn-link-inline,
  .rtp__calendar .rtp__modal .rtp__error .rtp__recurrencer-error__disabledTimings .event-item > button.btn-link-inline,
  .rtp__calendar .rtp__edit-modal .agenda-item > button.btn-link-inline[type="submit"],
  .rtp__calendar .rtp__edit-modal .event-item > button.btn-link-inline[type="submit"],
  .rtp__calendar .agenda-item > button.btn-link-inline.rtp__recurrencer-button,
  .rtp__calendar .event-item > button.btn-link-inline.rtp__recurrencer-button,
  .rtp__calendar .agenda-item > button.btn-link-inline.rtp__multi-recurrencer-button,
  .rtp__calendar .event-item > button.btn-link-inline.rtp__multi-recurrencer-button,
  .rtp__calendar .rtp__recurrencer-modal .agenda-item > button.btn-link-inline[type="submit"],
  .rtp__calendar .rtp__recurrencer-modal .event-item > button.btn-link-inline[type="submit"],
  .rtp__calendar .rtp__multi-recurrencer-modal .agenda-item > button.btn-link-inline[type="submit"],
  .rtp__calendar .rtp__multi-recurrencer-modal .event-item > button.btn-link-inline[type="submit"] {
    color: inherit; }
  .agenda-item .media-left, .event-item .media-left, .agenda-item .media-body, .event-item .media-body {
    vertical-align: middle; }
  .agenda-item .title a, .event-item .title a,
  .agenda-item .title button.btn.btn-link-inline,
  .event-item .title button.btn.btn-link-inline,
  .agenda-item .title .rtp__calendar .rtp__modal .rtp__error .rtp__recurrencer-error__disabledTimings button.btn-link-inline,
  .rtp__calendar .rtp__modal .rtp__error .rtp__recurrencer-error__disabledTimings .agenda-item .title button.btn-link-inline,
  .event-item .title .rtp__calendar .rtp__modal .rtp__error .rtp__recurrencer-error__disabledTimings button.btn-link-inline,
  .rtp__calendar .rtp__modal .rtp__error .rtp__recurrencer-error__disabledTimings .event-item .title button.btn-link-inline,
  .agenda-item .title .rtp__calendar .rtp__edit-modal button.btn-link-inline[type="submit"],
  .rtp__calendar .rtp__edit-modal .agenda-item .title button.btn-link-inline[type="submit"],
  .event-item .title .rtp__calendar .rtp__edit-modal button.btn-link-inline[type="submit"],
  .rtp__calendar .rtp__edit-modal .event-item .title button.btn-link-inline[type="submit"],
  .agenda-item .title .rtp__calendar button.btn-link-inline.rtp__recurrencer-button,
  .rtp__calendar .agenda-item .title button.btn-link-inline.rtp__recurrencer-button,
  .event-item .title .rtp__calendar button.btn-link-inline.rtp__recurrencer-button,
  .rtp__calendar .event-item .title button.btn-link-inline.rtp__recurrencer-button,
  .agenda-item .title .rtp__calendar button.btn-link-inline.rtp__multi-recurrencer-button,
  .rtp__calendar .agenda-item .title button.btn-link-inline.rtp__multi-recurrencer-button,
  .event-item .title .rtp__calendar button.btn-link-inline.rtp__multi-recurrencer-button,
  .rtp__calendar .event-item .title button.btn-link-inline.rtp__multi-recurrencer-button,
  .agenda-item .title .rtp__calendar .rtp__recurrencer-modal button.btn-link-inline[type="submit"],
  .rtp__calendar .rtp__recurrencer-modal .agenda-item .title button.btn-link-inline[type="submit"],
  .event-item .title .rtp__calendar .rtp__recurrencer-modal button.btn-link-inline[type="submit"],
  .rtp__calendar .rtp__recurrencer-modal .event-item .title button.btn-link-inline[type="submit"],
  .agenda-item .title .rtp__calendar .rtp__multi-recurrencer-modal button.btn-link-inline[type="submit"],
  .rtp__calendar .rtp__multi-recurrencer-modal .agenda-item .title button.btn-link-inline[type="submit"],
  .event-item .title .rtp__calendar .rtp__multi-recurrencer-modal button.btn-link-inline[type="submit"],
  .rtp__calendar .rtp__multi-recurrencer-modal .event-item .title button.btn-link-inline[type="submit"] {
    color: inherit; }
  .agenda-item .network a:hover, .event-item .network a:hover {
    color: #41acdd; }
  .agenda-item .media-body, .event-item .media-body {
    overflow: visible; }
  .agenda-item a, .event-item a {
    text-decoration: none; }
  .agenda-item .description, .event-item .description {
    color: #413a42;
    margin-bottom: 0.4em; }
  .agenda-item .badge, .event-item .badge {
    margin-right: 0.4em; }
  .agenda-item .ill, .event-item .ill {
    max-width: 96px; }
    .agenda-item .ill.avatar, .event-item .ill.avatar {
      width: auto; }
  .agenda-item.minimize .avatar, .minimize.event-item .avatar {
    width: 60px; }
  .agenda-item.minimize .media-heading, .minimize.event-item .media-heading {
    margin-bottom: 0; }

.agenda-search a {
  cursor: pointer; }

.agenda-search .header {
  padding: 1em 2em; }

.agenda-search .empty {
  padding: 3em 2em;
  text-align: center; }

.agenda-search .page-nav {
  text-align: center;
  padding: 1em; }

.tc-selector {
  margin-bottom: 2em; }
  .tc-selector .tc-head label {
    font-weight: bold; }
  .tc-selector .tc-info, .tc-selector .tc-group {
    margin-bottom: 2em; }
  .tc-selector .error {
    font-weight: bold;
    color: #da4453; }
    .tc-selector .error input[type="text"] {
      color: #da4453; }
  .tc-selector li {
    display: inline-block;
    margin: 0 1em 1em 0;
    padding: 0.2em 0.4em;
    border-radius: 4px;
    cursor: pointer; }
    .tc-selector li.active {
      color: #fff;
      background-color: #41acdd; }
      .tc-selector li.active span {
        color: #fff; }

.tc-edge {
  padding: 2em 0; }

.spin-canvas {
  position: absolute;
  top: 0;
  z-index: 10;
  margin: 0;
  height: 100%;
  width: 100%;
  background: rgba(255, 255, 255, 0.5); }

.tc-editor {
  padding: 2em 0; }
  .tc-editor .tc-group {
    padding: 0 0 2em; }
  .tc-editor h2 {
    margin: 0; }
  .tc-editor .tc-group {
    padding: 2em 0 3em;
    border-bottom: 1px solid #ccc; }
    .tc-editor .tc-group .checkbox span {
      margin-right: 5px;
      vertical-align: middle; }
      .tc-editor .tc-group .checkbox span.info {
        color: #ccc; }
    .tc-editor .tc-group .checkbox:hover span.info {
      color: #bfbfbf; }
    .tc-editor .tc-group .tc-remove .tc-remove-link {
      float: right;
      cursor: pointer; }
    .tc-editor .tc-group .tc-remove .tc-remove-confirm {
      padding: 1em 0; }
      .tc-editor .tc-group .tc-remove .tc-remove-confirm span {
        display: block;
        padding-bottom: 1em; }
      .tc-editor .tc-group .tc-remove .tc-remove-confirm a {
        margin-right: 1em; }
  .tc-editor .error {
    color: #da4453; }
    .tc-editor .error input[type="text"] {
      color: #da4453; }
  .tc-editor .menu-bottom {
    padding: 2em 0; }
  .tc-editor .add .form-group {
    padding-right: 1em; }
  .tc-editor .tc-list .tc-item {
    padding: 1em 0.5em; }
    .tc-editor .tc-list .tc-item:hover {
      background: #f7f7f7; }
    .tc-editor .tc-list .tc-item .tc-actions {
      float: right;
      font-size: 1.2em; }
      .tc-editor .tc-list .tc-item .tc-actions i {
        padding: 0 0.3em;
        cursor: pointer; }
      .tc-editor .tc-list .tc-item .tc-actions .disabled {
        opacity: 0.5; }

.stepper-container {
  position: relative; }
  .stepper-container:after {
    width: 100%;
    height: 2px;
    content: '';
    position: absolute;
    background-color: #7d7d7d;
    top: 15px;
    left: 0;
    z-index: 1; }
  .stepper-container .stepper {
    counter-reset: step;
    display: flex;
    flex-wrap: nowrap;
    justify-content: space-between;
    padding-left: 0; }
    .stepper-container .stepper .step {
      font-size: 14px;
      color: #7d7d7d;
      z-index: 2;
      background-color: white; }
      .stepper-container .stepper .step:before {
        width: 30px;
        height: 30px;
        content: counter(step);
        counter-increment: step;
        line-height: 28px;
        border: 2px solid #7d7d7d;
        display: inline-block;
        text-align: center;
        border-radius: 50%;
        background-color: white;
        margin-right: 8px; }
      .stepper-container .stepper .step:not(:first-child):before {
        margin-left: 8px; }
      .stepper-container .stepper .step:not(:last-child) {
        padding-right: 8px; }
      .stepper-container .stepper .step.activable {
        cursor: pointer; }
        .stepper-container .stepper .step.activable:hover {
          color: #41acdd;
          text-decoration: none; }
          .stepper-container .stepper .step.activable:hover:before {
            border-color: #41acdd; }
      .stepper-container .stepper .step.passed:before, .stepper-container .stepper .step.validated:before {
        font-weight: normal;
        border-color: #41acdd;
        color: #41acdd;
        content: '\f00c';
        font-family: FontAwesome; }
      .stepper-container .stepper .step.active {
        font-weight: bold; }
        .stepper-container .stepper .step.active:before {
          font-weight: normal;
          color: white;
          border-color: #41acdd;
          background-color: #41acdd;
          font-family: FontAwesome;
          content: '\f040'; }

.stepper-gray-background .stepper-container .stepper .step {
  background-color: #eee; }

.event-instruction, .error-summary {
  background-color: #fafafa;
  border-radius: 0; }

.event-instruction {
  text-align: left;
  border-top: #41acdd 1px solid;
  border-bottom: #41acdd 1px solid; }
  .event-instruction.boxed {
    border-left: #41acdd 1px solid;
    border-right: #41acdd 1px solid; }

.error-summary {
  border-top: #da4453 1px solid;
  border-bottom: #da4453 1px solid; }
  .error-summary.boxed {
    border-left: #da4453 1px solid;
    border-right: #da4453 1px solid; }

.agenda-settings-creation .table-responsive {
  overflow: visible; }

.agenda-settings-creation table td:first-of-type {
  cursor: pointer; }

.agenda-settings-creation form {
  margin-top: 30px; }
  .agenda-settings-creation form textarea {
    width: 100%;
    resize: vertical; }
  .agenda-settings-creation form .form-group + .form-group {
    margin: 28px 0; }

.agenda-settings-creation .dropdown .dropdown-menu {
  padding: 0; }

.agenda-settings-creation .dropdown label {
  font-weight: normal; }

.agenda-settings-creation .dropdown .container-fluid {
  margin: 10px 0; }

.agenda-settings-edit form textarea {
  resize: vertical; }

.agenda-settings-edit form p.label {
  margin-bottom: 5px; }

.agenda-settings-edit > .profile .image-upload form {
  border-radius: 50%;
  margin-left: auto;
  margin-right: auto;
  min-height: 250px;
  height: 250px;
  max-width: 250px;
  /*.actions {
      padding: 0;
      top: 50%;
      left: 50%;
      transform: translate(-50%, -50%);
    }*/ }
  .agenda-settings-edit > .profile .image-upload form img {
    border-radius: 50%; }

.agenda-settings-edit .advanced table.table > tbody > tr.inactive:hover {
  background-color: #f5f5f5; }

.agenda-settings-edit .advanced table.table > tbody > tr > td:nth-of-type(2n) {
  padding: 8px 15px; }

.agenda-settings-edit .advanced input[readonly] {
  background-color: #fff; }

.social-shares {
  margin: 0;
  padding: 0; }
  .social-shares li {
    display: inline-block;
    margin: 0.3em;
    border-radius: 3px; }
    .social-shares li a {
      padding: 0.5em 0.7em;
      border: 1px solid transparent;
      display: block; }
      .social-shares li a i {
        color: white;
        font-size: 1.2em;
        width: 1em;
        display: inline-block;
        text-align: center; }
  .social-shares .share-mail a {
    border: 1px solid #ccc; }
  .social-shares .share-mail i {
    font-size: 1.2em;
    width: 0.95em;
    display: inline-block;
    text-align: center;
    padding: 0;
    margin: 0;
    color: gray; }
  .social-shares .fb {
    background-color: #3B5A9B;
    border-color: #3B5A9B; }
  .social-shares .gp {
    background-color: #D44032;
    border-color: #D44032; }
  .social-shares .li {
    background-color: #4875B4;
    border-color: #4875B4; }
  .social-shares .tw {
    background-color: #009DEC;
    border-color: #009DEC; }
  .social-shares .tb {
    background-color: #32506d;
    border-color: #32506d; }
  .social-shares .pt {
    background-color: #CA2128;
    border-color: #CA2128; }

.event-references {
  margin-bottom: 60px; }
  .event-references.show {
    padding-top: 60px;
    margin-bottom: 0; }
    .event-references.show .media {
      margin: 0;
      padding: 20px 20px 0px; }
      .event-references.show .media:last-child {
        padding-bottom: 20px; }
      .event-references.show .media:first-child {
        padding-top: 20px; }
  .event-references .media a {
    color: inherit; }
    .event-references .media a:hover {
      text-decoration: none; }
  .event-references h4 {
    font-size: 1em;
    font-weight: bold; }
  .event-references li {
    margin-bottom: 0.2em; }
  .event-references .configure {
    position: relative; }
    .event-references .configure a {
      cursor: pointer; }
    .event-references .configure .references {
      position: relative;
      min-height: 70px; }
      .event-references .configure .references .media {
        padding: 1em 0; }
        .event-references .configure .references .media .remove {
          margin: 20px 10px 0 0;
          font-size: 1.1em; }
          .event-references .configure .references .media .remove:hover {
            color: #da4453; }
      .event-references .configure .references .empty {
        padding: 2em 0;
        text-align: center;
        display: block; }
    .event-references .configure .search {
      z-index: 3;
      /* just for templating */ }
      .event-references .configure .search .remove {
        display: none; }
      .event-references .configure .search .section-item {
        cursor: default; }
        .event-references .configure .search .section-item:hover {
          background: inherit; }
      .event-references .configure .search .dropdown-menu {
        width: 100%; }
        .event-references .configure .search .dropdown-menu li {
          margin: 0; }
  .event-references .event-pic {
    height: 64px;
    width: 64px;
    overflow: hidden;
    display: inline-block; }

.registration-input label {
  display: block;
  padding-bottom: 0.2em; }

.registration-input.error label {
  color: #da4453; }

.registration-input .react-tagsinput {
  background-color: #fff;
  border: 1px solid #ccc;
  border-radius: 4px;
  overflow: hidden;
  padding-left: 5px;
  padding-top: 3px; }
  .registration-input .react-tagsinput input {
    border: none;
    outline: none;
    padding: 0.4em; }
  .registration-input .react-tagsinput .react-tagsinput-tag {
    background-color: #41acdd;
    border-radius: 2px;
    border: 1px solid #41acdd;
    color: #fff;
    display: inline-block;
    margin-bottom: 3px;
    margin-right: 5px;
    padding: 4px; }
    .registration-input .react-tagsinput .react-tagsinput-tag span, .registration-input .react-tagsinput .react-tagsinput-tag i {
      color: #fff;
      /* required for legacy event form */ }
    .registration-input .react-tagsinput .react-tagsinput-tag a:hover {
      text-decoration: none; }
    .registration-input .react-tagsinput .react-tagsinput-tag a::before {
      color: #fff;
      content: " x";
      cursor: pointer; }
    .registration-input .react-tagsinput .react-tagsinput-tag i {
      padding: 0 0.4em 0 0.2em; }
    .registration-input .react-tagsinput .react-tagsinput-tag.error {
      background-color: transparent;
      border: 1px solid #da4453;
      color: #da4453; }
      .registration-input .react-tagsinput .react-tagsinput-tag.error span, .registration-input .react-tagsinput .react-tagsinput-tag.error i {
        color: #da4453;
        /* required for legacy event form */ }
      .registration-input .react-tagsinput .react-tagsinput-tag.error a::before {
        color: #da4453; }
  .registration-input .react-tagsinput .react-tagsinput-remove {
    cursor: pointer;
    font-weight: bold; }
  .registration-input .react-tagsinput .react-tagsinput-input {
    background: transparent;
    border: 0;
    margin-bottom: 4px;
    outline: none;
    padding: 5px 4px 4px;
    width: 80px; }
    .registration-input .react-tagsinput .react-tagsinput-input::-webkit-input-placeholder {
      color: rgba(128, 128, 128, 0.8); }
    .registration-input .react-tagsinput .react-tagsinput-input::-moz-placeholder {
      color: rgba(128, 128, 128, 0.8);
      opacity: 1; }
    .registration-input .react-tagsinput .react-tagsinput-input:-ms-input-placeholder {
      color: rgba(128, 128, 128, 0.8); }

/**
 * React Select
 * ============
 * Created by Jed Watson and Joss Mackison for KeystoneJS, http://www.keystonejs.com/
 * https://twitter.com/jedwatson https://twitter.com/jossmackison https://twitter.com/keystonejs
 * MIT License: https://github.com/JedWatson/react-select
*/
.Select {
  position: relative; }

.Select,
.Select div,
.Select input,
.Select span {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }

.Select.is-disabled > .Select-control {
  background-color: #f9f9f9; }

.Select.is-disabled > .Select-control:hover {
  box-shadow: none; }

.Select.is-disabled .Select-arrow-zone {
  cursor: default;
  pointer-events: none;
  opacity: 0.35; }

.Select-control {
  background-color: #fff;
  border-color: #d9d9d9 #ccc #b3b3b3;
  border-radius: 4px;
  border: 1px solid #ccc;
  color: #333;
  cursor: default;
  display: table;
  border-spacing: 0;
  border-collapse: separate;
  height: 36px;
  outline: none;
  overflow: hidden;
  position: relative;
  width: 100%; }

.Select-control:hover {
  box-shadow: 0 1px 0 rgba(0, 0, 0, 0.06); }

.Select-control .Select-input:focus {
  outline: none; }

.is-searchable.is-open > .Select-control {
  cursor: text; }

.is-open > .Select-control {
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
  background: #fff;
  border-color: #b3b3b3 #ccc #d9d9d9; }

.is-open > .Select-control .Select-arrow {
  top: -2px;
  border-color: transparent transparent #999;
  border-width: 0 5px 5px; }

.is-searchable.is-focused:not(.is-open) > .Select-control {
  cursor: text; }

.is-focused:not(.is-open) > .Select-control {
  border-color: #007eff;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 0 3px rgba(0, 126, 255, 0.1); }

.Select-placeholder,
.Select--single > .Select-control .Select-value {
  bottom: 0;
  color: #aaa;
  left: 0;
  line-height: 34px;
  padding-left: 10px;
  padding-right: 10px;
  position: absolute;
  right: 0;
  top: 0;
  max-width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap; }

.has-value.Select--single > .Select-control .Select-value .Select-value-label,
.has-value.is-pseudo-focused.Select--single > .Select-control .Select-value .Select-value-label {
  color: #333; }

.has-value.Select--single > .Select-control .Select-value a.Select-value-label,
.has-value.is-pseudo-focused.Select--single > .Select-control .Select-value a.Select-value-label {
  cursor: pointer;
  text-decoration: none; }

.has-value.Select--single > .Select-control .Select-value a.Select-value-label:hover,
.has-value.is-pseudo-focused.Select--single > .Select-control .Select-value a.Select-value-label:hover,
.has-value.Select--single > .Select-control .Select-value a.Select-value-label:focus,
.has-value.is-pseudo-focused.Select--single > .Select-control .Select-value a.Select-value-label:focus {
  color: #007eff;
  outline: none;
  text-decoration: underline; }

.Select-input {
  height: 34px;
  padding-left: 10px;
  padding-right: 10px;
  vertical-align: middle; }

.Select-input > input {
  width: 100%;
  background: none transparent;
  border: 0 none;
  box-shadow: none;
  cursor: default;
  display: inline-block;
  font-family: inherit;
  font-size: inherit;
  margin: 0;
  outline: none;
  line-height: 14px;
  /* For IE 8 compatibility */
  padding: 8px 0 12px;
  /* For IE 8 compatibility */
  -webkit-appearance: none; }

.is-focused .Select-input > input {
  cursor: text; }

.has-value.is-pseudo-focused .Select-input {
  opacity: 0; }

.Select-control:not(.is-searchable) > .Select-input {
  outline: none; }

.Select-loading-zone {
  cursor: pointer;
  display: table-cell;
  position: relative;
  text-align: center;
  vertical-align: middle;
  width: 16px; }

.Select-loading {
  -webkit-animation: Select-animation-spin 400ms infinite linear;
  -o-animation: Select-animation-spin 400ms infinite linear;
  animation: Select-animation-spin 400ms infinite linear;
  width: 16px;
  height: 16px;
  box-sizing: border-box;
  border-radius: 50%;
  border: 2px solid #ccc;
  border-right-color: #333;
  display: inline-block;
  position: relative;
  vertical-align: middle; }

.Select-clear-zone {
  -webkit-animation: Select-animation-fadeIn 200ms;
  -o-animation: Select-animation-fadeIn 200ms;
  animation: Select-animation-fadeIn 200ms;
  color: #999;
  cursor: pointer;
  display: table-cell;
  position: relative;
  text-align: center;
  vertical-align: middle;
  width: 17px; }

.Select-clear-zone:hover {
  color: #D0021B; }

.Select-clear {
  display: inline-block;
  font-size: 18px;
  line-height: 1; }

.Select--multi .Select-clear-zone {
  width: 17px; }

.Select-arrow-zone {
  cursor: pointer;
  display: table-cell;
  position: relative;
  text-align: center;
  vertical-align: middle;
  width: 25px;
  padding-right: 5px; }

.Select-arrow {
  border-color: #999 transparent transparent;
  border-style: solid;
  border-width: 5px 5px 2.5px;
  display: inline-block;
  height: 0;
  width: 0;
  position: relative; }

.is-open .Select-arrow,
.Select-arrow-zone:hover > .Select-arrow {
  border-top-color: #666; }

.Select--multi .Select-multi-value-wrapper {
  display: inline-block; }

.Select .Select-aria-only {
  display: inline-block;
  height: 1px;
  width: 1px;
  margin: -1px;
  clip: rect(0, 0, 0, 0);
  overflow: hidden;
  float: left; }

@-webkit-keyframes Select-animation-fadeIn {
  from {
    opacity: 0; }
  to {
    opacity: 1; } }

@keyframes Select-animation-fadeIn {
  from {
    opacity: 0; }
  to {
    opacity: 1; } }

.Select-menu-outer {
  border-bottom-right-radius: 4px;
  border-bottom-left-radius: 4px;
  background-color: #fff;
  border: 1px solid #ccc;
  border-top-color: #e6e6e6;
  box-shadow: 0 1px 0 rgba(0, 0, 0, 0.06);
  box-sizing: border-box;
  margin-top: -1px;
  max-height: 200px;
  position: absolute;
  top: 100%;
  width: 100%;
  z-index: 1;
  -webkit-overflow-scrolling: touch; }

.Select-menu {
  max-height: 198px;
  overflow-y: auto; }

.Select-option {
  box-sizing: border-box;
  background-color: #fff;
  color: #666666;
  cursor: pointer;
  display: block;
  padding: 8px 10px; }

.Select-option:last-child {
  border-bottom-right-radius: 4px;
  border-bottom-left-radius: 4px; }

.Select-option.is-selected {
  background-color: #f5faff;
  /* Fallback color for IE 8 */
  background-color: rgba(0, 126, 255, 0.04);
  color: #333; }

.Select-option.is-focused {
  background-color: #ebf5ff;
  /* Fallback color for IE 8 */
  background-color: rgba(0, 126, 255, 0.08);
  color: #333; }

.Select-option.is-disabled {
  color: #cccccc;
  cursor: default; }

.Select-noresults {
  box-sizing: border-box;
  color: #999999;
  cursor: default;
  display: block;
  padding: 8px 10px; }

.Select--multi .Select-input {
  vertical-align: middle;
  margin-left: 10px;
  padding: 0; }

.Select--multi.has-value .Select-input {
  margin-left: 5px; }

.Select--multi .Select-value {
  background-color: #ebf5ff;
  /* Fallback color for IE 8 */
  background-color: rgba(0, 126, 255, 0.08);
  border-radius: 2px;
  border: 1px solid #c2e0ff;
  /* Fallback color for IE 8 */
  border: 1px solid rgba(0, 126, 255, 0.24);
  color: #007eff;
  display: inline-block;
  font-size: 0.9em;
  line-height: 1.4;
  margin-left: 5px;
  margin-top: 5px;
  vertical-align: top; }

.Select--multi .Select-value-icon,
.Select--multi .Select-value-label {
  display: inline-block;
  vertical-align: middle; }

.Select--multi .Select-value-label {
  border-bottom-right-radius: 2px;
  border-top-right-radius: 2px;
  cursor: default;
  padding: 2px 5px; }

.Select--multi a.Select-value-label {
  color: #007eff;
  cursor: pointer;
  text-decoration: none; }

.Select--multi a.Select-value-label:hover {
  text-decoration: underline; }

.Select--multi .Select-value-icon {
  cursor: pointer;
  border-bottom-left-radius: 2px;
  border-top-left-radius: 2px;
  border-right: 1px solid #c2e0ff;
  /* Fallback color for IE 8 */
  border-right: 1px solid rgba(0, 126, 255, 0.24);
  padding: 1px 5px 3px; }

.Select--multi .Select-value-icon:hover,
.Select--multi .Select-value-icon:focus {
  background-color: #d8eafd;
  /* Fallback color for IE 8 */
  background-color: rgba(0, 113, 230, 0.08);
  color: #0071e6; }

.Select--multi .Select-value-icon:active {
  background-color: #c2e0ff;
  /* Fallback color for IE 8 */
  background-color: rgba(0, 126, 255, 0.24); }

.Select--multi.is-disabled .Select-value {
  background-color: #fcfcfc;
  border: 1px solid #e3e3e3;
  color: #333; }

.Select--multi.is-disabled .Select-value-icon {
  cursor: not-allowed;
  border-right: 1px solid #e3e3e3; }

.Select--multi.is-disabled .Select-value-icon:hover,
.Select--multi.is-disabled .Select-value-icon:focus,
.Select--multi.is-disabled .Select-value-icon:active {
  background-color: #fcfcfc; }

@keyframes Select-animation-spin {
  to {
    transform: rotate(1turn); } }

@-webkit-keyframes Select-animation-spin {
  to {
    -webkit-transform: rotate(1turn); } }

.translation-form .line {
  margin-top: 0.5em; }

.translation-form .form-inline {
  padding: 1em 0.5em 0.5em;
  background: #fafafa; }

.popup-overlay {
  background: rgba(0, 0, 0, 0.62);
  z-index: 3000;
  display: flex;
  justify-content: center;
  align-items: center;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  height: 100%;
  width: 100%; }
  .popup-overlay > section {
    display: flex;
    flex-direction: column;
    max-width: 500px;
    max-height: 92%;
    background: #eee;
    border-radius: 3px; }
    .popup-overlay > section .popup-title {
      background-color: #41acdd;
      border-radius: 3px 3px 0 0;
      color: #fff;
      display: block;
      padding: 10px 2em;
      text-align: left;
      width: 100%;
      position: relative; }
      .popup-overlay > section .popup-title > h2 {
        font-size: 16px;
        line-height: 20px;
        margin: 0; }
      .popup-overlay > section .popup-title > .close-link {
        color: #fff;
        line-height: 40px;
        padding: 0 10px;
        position: absolute;
        right: 0;
        top: 0;
        vertical-align: middle;
        cursor: pointer; }
    .popup-overlay > section .popup-content {
      padding: 1em 2em 0;
      overflow: auto; }
      .popup-overlay > section .popup-content > *:last-child {
        margin-bottom: 2em; }
  .popup-overlay.big > section {
    overflow-y: auto;
    max-height: 90%;
    background: #fff; }
  @media (min-width: 768px) {
    .popup-overlay > section {
      width: 38.2%; } }

.popup-content .warning-block {
  padding: 1em 2em;
  border-bottom: 1px solid #faebcc;
  border-top: 1px solid #faebcc;
  margin: 1em -2em;
  background-color: #fafafa; }
  .popup-content .warning-block.top {
    border-top: 0;
    margin: -1em -2em 2em -2em; }

/*
 if modal appears in erroring form, error should not propagate inside modal
*/
/* .has-error .popup-content {
  .form-control {
    border-color: $oa-gray-light;
    -webkit-box-shadow: inherit;
    box-shadow: inherit;

    &:focus {
      border-color: inherit;
      -webkit-box-shadow: inherit;
      box-shadow: inherit;
    }
  }

  .input-group-addon {
    color: inherit;
    border-color: inherit;
    background-color: inherit;
  }

  .form-control-feedback {
    color: inherit;
  }
} */
/* DayPicker styles */
.DayPicker {
  display: inline-block;
  font-size: 1rem; }

.DayPicker-wrapper {
  position: relative;
  flex-direction: row;
  padding-bottom: 1em;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none; }

.DayPicker-Months {
  display: flex;
  flex-wrap: wrap;
  justify-content: center; }

.DayPicker-Month {
  display: table;
  margin: 0 1em;
  margin-top: 1em;
  border-spacing: 0;
  border-collapse: collapse;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none; }

.DayPicker-NavButton {
  position: absolute;
  top: 1em;
  right: 1.5em;
  left: auto;
  display: inline-block;
  margin-top: 2px;
  width: 1.25em;
  height: 1.25em;
  background-position: center;
  background-size: 50%;
  background-repeat: no-repeat;
  color: #8B9898;
  cursor: pointer; }

.DayPicker-NavButton:hover {
  opacity: 0.8; }

.DayPicker-NavButton--prev {
  margin-right: 1.5em;
  background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACQAAAAwCAYAAAB5R9gVAAAABGdBTUEAALGPC/xhBQAAAVVJREFUWAnN2G0KgjAYwPHpGfRkaZeqvgQaK+hY3SUHrk1YzNLay/OiEFp92I+/Mp2F2Mh2lLISWnflFjzH263RQjzMZ19wgs73ez0o1WmtW+dgA01VxrE3p6l2GLsnBy1VYQOtVSEH/atCCgqpQgKKqYIOiq2CBkqtggLKqQIKgqgCBjpJ2Y5CdJ+zrT9A7HHSTA1dxUdHgzCqJIEwq0SDsKsEg6iqBIEoq/wEcVRZBXFV+QJxV5mBtlDFB5VjYTaGZ2sf4R9PM7U9ZU+lLuaetPP/5Die3ToO1+u+MKtHs06qODB2zBnI/jBd4MPQm1VkY79Tb18gB+C62FdBFsZR6yeIo1YQiLJWMIiqVjQIu1YSCLNWFgijVjYIuhYYCKoWKAiiFgoopxYaKLUWOii2FgkophYp6F3r42W5A9s9OcgNvva8xQaysKXlFytoqdYmQH6tF3toSUo0INq9AAAAAElFTkSuQmCC"); }

.DayPicker-NavButton--next {
  background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACQAAAAwCAYAAAB5R9gVAAAABGdBTUEAALGPC/xhBQAAAXRJREFUWAnN119ugjAcwPHWzJ1gnmxzB/BBE0n24m4xfNkTaOL7wOtsl3AXMMb+Vjaa1BG00N8fSEibPpAP3xAKKs2yjzTPH9RAjhEo9WzPr/Vm8zgE0+gXATAxxuxtqeJ9t5tIwv5AtQAApsfT6TPdbp+kUBcgVwvO51KqVhMkXKsVJFXrOkigVhCIs1Y4iKlWZxB1rX4gwlpRIIpa8SDkWmggrFq4IIRaJKCYWnSgnrXIQV1r8YD+1Vrn+bReagysIFfLABRt31v8oBu1xEBttfRbltmfjgEcWh9snUS2kNdBK6WN1vrOWxObWsz+fjxevsxmB1GQDfINWiev83nhaoiB/CoOU438oPrhXS0WpQ9xc1ZQWxWHqUYe0I0qrKCQKjygDlXIQV2r0IF6ViEBxVTBBSFUQQNhVYkHIVeJAtkNsbQ7c1LtzP6FsObhb2rCKv7NBIGoq4SDmKoEgTirXAcJVGkFSVVpgoSrXICGUMUH/QBZNSUy5XWUhwAAAABJRU5ErkJggg=="); }

.DayPicker-NavButton--interactionDisabled {
  display: none; }

.DayPicker-Caption {
  display: table-caption;
  margin-bottom: 0.5em;
  padding: 0 0.5em;
  text-align: left; }

.DayPicker-Caption > div {
  font-weight: 500;
  font-size: 1.15em; }

.DayPicker-Weekdays {
  display: table-header-group;
  margin-top: 1em; }

.DayPicker-WeekdaysRow {
  display: table-row; }

.DayPicker-Weekday {
  display: table-cell;
  padding: 0.5em;
  color: #8B9898;
  text-align: center;
  font-size: 0.875em; }

.DayPicker-Weekday abbr[title] {
  border-bottom: none;
  text-decoration: none; }

.DayPicker-Body {
  display: table-row-group; }

.DayPicker-Week {
  display: table-row; }

.DayPicker-Day {
  display: table-cell;
  padding: 0.5em;
  border-radius: 50%;
  vertical-align: middle;
  text-align: center;
  cursor: pointer; }

.DayPicker-WeekNumber {
  display: table-cell;
  padding: 0.5em;
  min-width: 1em;
  border-right: 1px solid #EAECEC;
  color: #8B9898;
  vertical-align: middle;
  text-align: right;
  font-size: 0.75em;
  cursor: pointer; }

.DayPicker--interactionDisabled .DayPicker-Day {
  cursor: default; }

.DayPicker-Footer {
  padding-top: 0.5em; }

.DayPicker-TodayButton {
  border: none;
  background-color: transparent;
  background-image: none;
  box-shadow: none;
  color: #4A90E2;
  font-size: 0.875em;
  cursor: pointer; }

/* Default modifiers */
.DayPicker-Day--today {
  color: #D0021B;
  font-weight: 700; }

.DayPicker-Day--outside {
  color: #8B9898;
  cursor: default; }

.DayPicker-Day--disabled {
  color: #DCE0E0;
  cursor: default;
  /* background-color: #eff1f1; */ }

/* Example modifiers */
.DayPicker-Day--sunday {
  background-color: #F7F8F8; }

.DayPicker-Day--sunday:not(.DayPicker-Day--today) {
  color: #DCE0E0; }

.DayPicker-Day--selected:not(.DayPicker-Day--disabled):not(.DayPicker-Day--outside) {
  position: relative;
  background-color: #4A90E2;
  color: #F0F8FF; }

.DayPicker-Day--selected:not(.DayPicker-Day--disabled):not(.DayPicker-Day--outside):hover {
  background-color: #51A0FA; }

.DayPicker:not(.DayPicker--interactionDisabled) .DayPicker-Day:not(.DayPicker-Day--disabled):not(.DayPicker-Day--selected):not(.DayPicker-Day--outside):hover {
  background-color: #F0F8FF; }

/* DayPickerInput */
.DayPickerInput {
  display: inline-block; }

.DayPickerInput-OverlayWrapper {
  position: relative; }

.DayPickerInput-Overlay {
  position: absolute;
  left: 0;
  z-index: 1;
  background: white;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.15); }

/* #region absolute colors */
/* #endregion absolute colors*/
/* #region screen widths*/
/* #endregion screen widths*/
/* #region font sizes*/
/* #endregion font sizes*/
/* #region timetable widths*/
/* #endregion timetable widths*/
/* #region cells heights*/
/* #endregion cells heights */
/* #region colors */
/* #endregion colors*/
/* #region scheduler */
/* #endregion scheduler */
/* #region styles */
/* #endregion styles*/
/* #region media queries*/
/* #endregion media queries*/
/* #region utils */
/* #endregion utils */
/* #region font face */
/* #endregion font face*/
/* #region select */
/* #endregion select*/
/* #region positioning */
/* #endregion positioning*/
/* #region figures*/
/* #endregion figures*/
.primary-button, .rc-time-adjustment .rc-adjust-button {
  padding: 7px 12px;
  background-color: #42B0E1;
  color: #fff; }

.border-box, .rc-calendar .rc-scheduler .rc-days .rc-day, .rc-dp-calendar, .rc-dp-calendar > div.rc-dp-header > .rc-icon-wrapper, .rc-dp-calendar > div.rc-dp-header > span, .rc-dp-calendar > div.rc-dp-week > span.rc-dp-day {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box; }

.rc-noselect {
  -webkit-touch-callout: none;
  -moz-user-select: none;
  -ms-user-select: none;
  -webkit-user-select: none;
  user-select: none; }

.rc-error {
  color: #E23737; }

.rc-success {
  color: #1A9E1F; }

.rc-icon.rc-icon-close:after {
  content: "\2716"; }

.rc-icon.rc-icon-left-arrow:before {
  content: "";
  display: inline-block;
  /* By using an em scale, the arrows will size with the font */
  width: 0.7em;
  height: 0.7em;
  border-right: 2px solid gray;
  border-top: 2px solid gray;
  -moz-transform: rotate(-135deg);
  -ms-transform: rotate(-135deg);
  -o-transform: rotate(-135deg);
  -webkit-transform: rotate(-135deg);
  transform: rotate(-135deg); }

.rc-icon.rc-icon-right-arrow:before {
  content: "";
  display: inline-block;
  /* By using an em scale, the arrows will size with the font */
  width: 0.7em;
  height: 0.7em;
  border-right: 2px solid gray;
  border-top: 2px solid gray;
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg); }

.rc-icon-wrapper {
  position: relative;
  height: 0.5em;
  width: 1.5em;
  text-align: center; }

.rc-calendar {
  display: block;
  width: 100%;
  height: 100%;
  font-size: 14px;
  color: #6c6c6c;
  background-color: #fff; }
  .rc-calendar .rc-calendar-body {
    border-bottom: none; }
  .rc-calendar a {
    cursor: pointer;
    color: #165979; }
  .rc-calendar .rc-stats {
    padding: 0.5em 0; }
  .rc-calendar .rc-header {
    display: block;
    border: 1px solid #aab2bd;
    border-bottom: 0;
    border-radius: 4px 4px 0 0; }
    .rc-calendar .rc-header .rc-toolbar {
      display: block;
      text-align: right; }
    .rc-calendar .rc-header div {
      display: inline-block; }
    .rc-calendar .rc-header .rc-week {
      padding: 8px 10px 0;
      float: left;
      vertical-align: middle; }
      .rc-calendar .rc-header .rc-week .rc-date {
        display: inline-block;
        text-align: center;
        margin: 0 8px; }
      .rc-calendar .rc-header .rc-week .rc-icon-wrapper {
        cursor: pointer; }
      .rc-calendar .rc-header .rc-week .rc-icon {
        color: gray; }
    .rc-calendar .rc-header .rc-options {
      text-align: left; }
      .rc-calendar .rc-header .rc-options .is-focused:not(.is-open) > .Select-control {
        box-shadow: none; }
      .rc-calendar .rc-header .rc-options .Select-control {
        min-width: 3em;
        border: none;
        padding-right: 20px;
        color: #6c6c6c; }
        .rc-calendar .rc-header .rc-options .Select-control:hover {
          box-shadow: none; }
        .rc-calendar .rc-header .rc-options .Select-control .Select-placeholder {
          padding-right: 20px; }
      .rc-calendar .rc-header .rc-options .Select-placeholder, .rc-calendar .rc-header .rc-options .Select-input {
        color: #6c6c6c; }
      .rc-calendar .rc-header .rc-options .Select-option.is-focused {
        background-color: #eee;
        color: 14px; }
      .rc-calendar .rc-header .rc-options .Select-arrow {
        color: gray;
        border-color: gray transparent transparent;
        top: 13px; }
      .rc-calendar .rc-header .rc-options .Select-arrow {
        content: " ";
        display: block;
        height: 0;
        margin-top: 3px;
        position: absolute;
        right: 10px;
        top: 15px;
        width: 0;
        cursor: pointer; }
      .rc-calendar .rc-header .rc-options .Select-arrow-zone {
        content: " ";
        display: block;
        position: absolute;
        right: 0;
        top: 0;
        bottom: 0;
        width: 30px;
        cursor: pointer; }
    .rc-calendar .rc-header .rc-month {
      width: 110px;
      margin-right: 15px;
      margin-top: 2px; }
      .rc-calendar .rc-header .rc-month div {
        display: block; }
    .rc-calendar .rc-header .rc-years {
      width: 75px; }
      .rc-calendar .rc-header .rc-years div {
        display: block; }
    .rc-calendar .rc-header .rc-weekdays {
      text-align: right;
      display: block;
      padding: 0px 15px 2px 50px; }
      .rc-calendar .rc-header .rc-weekdays .rc-day-name {
        width: 14.28571%; }
        .rc-calendar .rc-header .rc-weekdays .rc-day-name div {
          padding: 0px 0px 4px 0;
          display: block;
          -ms-text-overflow: ellipsis;
          -o-text-overflow: ellipsis;
          text-overflow: ellipsis;
          text-align: center;
          white-space: nowrap;
          line-height: 16px;
          border-left: 1px solid white; }
        .rc-calendar .rc-header .rc-weekdays .rc-day-name .rc-day-short {
          display: none; }
        @media only screen and (max-width: 480px) {
          .rc-calendar .rc-header .rc-weekdays .rc-day-name .rc-day-long {
            display: none; }
          .rc-calendar .rc-header .rc-weekdays .rc-day-name .rc-day-short {
            display: block; } }
  .rc-calendar .rc-scheduler {
    display: block;
    height: 360px;
    overflow-y: scroll;
    position: relative;
    border: 1px solid #aab2bd;
    border-radius: 0 0 4px 4px; }
    .rc-calendar .rc-scheduler.noscroll {
      overflow: hidden;
      padding-right: 10px; }
    .rc-calendar .rc-scheduler .rc-day-cell {
      height: 40px; }
      .rc-calendar .rc-scheduler .rc-day-cell:nth-child(2n-1) {
        background-color: #eee; }
      .rc-calendar .rc-scheduler .rc-day-cell:nth-child(2n) {
        background-color: #fff; }
    .rc-calendar .rc-scheduler .rc-inactive-day {
      cursor: not-allowed;
      color: white;
      background: repeating-linear-gradient(135deg, #ccc, #ccc 10px, #fff 10px, #fff 20px); }
      .rc-calendar .rc-scheduler .rc-inactive-day .rc-day-cell {
        background-color: transparent; }
      .rc-calendar .rc-scheduler .rc-inactive-day.rc-day-time {
        left: 0px;
        padding-left: 1px; }
    .rc-calendar .rc-scheduler .rc-day-time {
      position: relative; }
      .rc-calendar .rc-scheduler .rc-day-time .rc-event {
        background-color: #41acdd;
        padding: 0;
        position: absolute;
        right: 0;
        left: 1px; }
        .rc-calendar .rc-scheduler .rc-day-time .rc-event:hover {
          cursor: pointer;
          background-color: #4eb2df; }
        .rc-calendar .rc-scheduler .rc-day-time .rc-event .rc-time {
          margin-right: 16px;
          margin-top: 4px;
          height: 1.1em;
          white-space: nowrap;
          font-size: 12px;
          color: #fff;
          text-align: center;
          overflow: hidden;
          max-width: 100%; }
          .rc-calendar .rc-scheduler .rc-day-time .rc-event .rc-time span {
            color: #fff;
            font-weight: bold; }
          .rc-calendar .rc-scheduler .rc-day-time .rc-event .rc-time.rc-above {
            position: absolute;
            top: -20px; }
            .rc-calendar .rc-scheduler .rc-day-time .rc-event .rc-time.rc-above span {
              color: #6c6c6c; }
          .rc-calendar .rc-scheduler .rc-day-time .rc-event .rc-time.rc-below {
            position: absolute;
            width: 100%;
            bottom: -30px; }
            .rc-calendar .rc-scheduler .rc-day-time .rc-event .rc-time.rc-below span {
              color: #6c6c6c; }
        .rc-calendar .rc-scheduler .rc-day-time .rc-event .rc-icon-close {
          margin-top: 2px;
          color: gray; }
          .rc-calendar .rc-scheduler .rc-day-time .rc-event .rc-icon-close:hover {
            color: #6c6c6c; }
          .rc-calendar .rc-scheduler .rc-day-time .rc-event .rc-icon-close.rc-above {
            position: absolute;
            top: -18px;
            color: #6c6c6c; }
        .rc-calendar .rc-scheduler .rc-day-time .rc-event .rc-event-resizer {
          position: absolute;
          right: 0;
          left: 0;
          bottom: 0;
          height: 11px;
          line-height: 11px;
          text-align: center;
          cursor: s-resize;
          background-color: #41acdd;
          color: #fff;
          font-size: 14px; }
          .rc-calendar .rc-scheduler .rc-day-time .rc-event .rc-event-resizer:before {
            content: "\3d"; }
          .rc-calendar .rc-scheduler .rc-day-time .rc-event .rc-event-resizer:hover {
            color: #6c6c6c; }
          .rc-calendar .rc-scheduler .rc-day-time .rc-event .rc-event-resizer.rc-below {
            bottom: -15px;
            color: #6c6c6c;
            background-color: transparent; }
        .rc-calendar .rc-scheduler .rc-day-time .rc-event .rc-event-icon {
          width: auto;
          height: auto;
          position: absolute;
          right: 2px;
          top: 2px;
          font-size: 11px;
          cursor: pointer;
          color: #fff; }
    .rc-calendar .rc-scheduler .rc-timetable {
      float: left;
      font-size: 12px;
      border-bottom: 1px solid #dcdcdc;
      width: 50px;
      min-width: 35px; }
      .rc-calendar .rc-scheduler .rc-timetable > div {
        text-align: center;
        line-height: 40px; }
    .rc-calendar .rc-scheduler .rc-days {
      margin-left: 50px;
      position: relative;
      font-size: 0; }
      .rc-calendar .rc-scheduler .rc-days .rc-day {
        border-left: 1px solid #fff;
        border-bottom: 1px solid #dcdcdc;
        width: 14.28571%;
        display: inline-block;
        -ms-word-break: break-word;
        word-break: break-word;
        font-size: 14px; }
  .rc-calendar .rc-reccurencer {
    margin-top: 10px;
    position: relative; }
    .rc-calendar .rc-reccurencer div {
      display: inline-block; }
    .rc-calendar .rc-reccurencer .rc-ok-button {
      padding: 7px 12px;
      background-color: #42B0E1;
      color: #fff;
      border-radius: 3px; }
    .rc-calendar .rc-reccurencer .rc-message-close {
      width: auto;
      height: auto;
      position: absolute;
      right: 2px;
      top: 0;
      cursor: pointer; }

.rc-datepicker-wrapper {
  position: absolute;
  display: inline-block;
  z-index: 2147483647; }

.rc-dp-calendar {
  font-size: 12px;
  float: left;
  display: block;
  background: #fff;
  width: 250px;
  border: solid 1px #dcdcdc;
  margin-bottom: 10px; }
  .rc-dp-calendar > div.rc-dp-header {
    float: left;
    width: 100%;
    height: 40px; }
    .rc-dp-calendar > div.rc-dp-header > * {
      height: 40px;
      line-height: 40px !important;
      display: inline-block;
      vertical-align: middle; }
    .rc-dp-calendar > div.rc-dp-header > .rc-icon-wrapper {
      float: left;
      width: 40px;
      font-weight: bold;
      position: relative;
      padding: 0 10px;
      cursor: pointer; }
    .rc-dp-calendar > div.rc-dp-header > .left {
      text-align: left; }
    .rc-dp-calendar > div.rc-dp-header > .right {
      text-align: right;
      margin-left: -40px; }
    .rc-dp-calendar > div.rc-dp-header > span {
      float: left;
      width: 100%;
      font-weight: bold;
      text-transform: uppercase;
      padding-left: 50px;
      margin-left: -40px;
      text-align: center;
      padding-right: 40px;
      color: inherit; }
  .rc-dp-calendar > div.rc-dp-week {
    float: left;
    width: 100%;
    border-top: solid 1px #dcdcdc; }
    .rc-dp-calendar > div.rc-dp-week:first-child {
      border-top: none; }
    .rc-dp-calendar > div.rc-dp-week > span.rc-dp-day {
      float: left;
      width: 14.28571%;
      border-left: solid 1px #dcdcdc;
      font-size: 0.9em;
      text-align: center;
      height: 26px;
      line-height: 26px !important;
      display: inline-block;
      vertical-align: middle;
      background: #fff;
      cursor: pointer;
      color: #000; }
      .rc-dp-calendar > div.rc-dp-week > span.rc-dp-day.rc-dp-inactive-day {
        color: #ccc; }
      .rc-dp-calendar > div.rc-dp-week > span.rc-dp-day:first-child {
        border-left: none; }
      .rc-dp-calendar > div.rc-dp-week > span.rc-dp-day.today {
        background: #E3F2FF; }
      .rc-dp-calendar > div.rc-dp-week > span.rc-dp-day.different-month {
        color: gray; }
      .rc-dp-calendar > div.rc-dp-week > span.rc-dp-day.selected {
        background: #42B0E1;
        color: #fff; }
      .rc-dp-calendar > div.rc-dp-week > span.rc-dp-day:hover {
        background-color: #eee; }
    .rc-dp-calendar > div.rc-dp-week.rc-dp-names > span {
      color: #6c6c6c;
      font-weight: bold; }

.rc-datepicker.rc-dp-container {
  position: relative; }

.rc-dp-input {
  position: relative;
  font-size: 12px;
  border-radius: 0;
  box-shadow: none;
  border: 1px solid #ccc;
  border-radius: 3px;
  line-height: 16px;
  padding: 6px 10px 5px;
  margin: 0 5px; }
  .rc-dp-input:focus {
    outline: none;
    border-color: #aaa;
    box-shadow: inset 0 2px 2px #eee, 0 0 10px 0 #ccc; }
  .rc-dp-input:not(:valid) ~ .close-icon {
    display: none; }

.rc-time-adjustment {
  text-align: left;
  display: inline-block; }
  .rc-time-adjustment input {
    margin: 2px 0 0 0; }
  .rc-time-adjustment section {
    margin: 0 0 12px 0; }
  .rc-time-adjustment .rc-adjust-button {
    display: inline-block;
    background-color: #41acdd;
    border-radius: 4px;
    color: #fff;
    padding: 0.5em;
    margin-top: 5px; }

.rc-modal-overlay {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(220, 220, 220, 0.75); }
  .rc-modal-overlay .rc-modal-content {
    position: absolute;
    top: 60px;
    bottom: 92px;
    left: 40px;
    right: 40px;
    width: 230px;
    margin: 0 auto;
    border: 1px solid #ccc;
    background: #fff;
    overflow: auto;
    -webkit-overflow-scrolling: touch;
    border-radius: 4px;
    outline: none;
    padding: 20px;
    text-align: center; }

/********/
/********/
/********/
/* Global */
.rtp__calendar * {
  -webkit-box-sizing: border-box;
  box-sizing: border-box; }

.rtp__calendar {
  display: block;
  position: relative;
  width: 100%;
  background: #fff;
  font-size: 13px;
  line-height: 1.5;
  color: #413a42; }

/* Utils */
.rtp__calendar .rtp__clearfix {
  clear: both; }

/* Stats, header */
.rtp__calendar .rtp__stats {
  font-size: 14px;
  background: #fafafa;
  padding: 5px;
  text-align: center; }

.rtp__calendar .rtp__reset {
  position: absolute;
  top: -50px;
  right: 0;
  color: #da4453;
  cursor: pointer;
  font-size: 14px; }

.rtp__calendar .rtp__reset:hover {
  text-decoration: underline; }

.rtp__calendar .rtp__header {
  margin: 1em 0; }

.rtp__calendar .rtp__header .rtp__prev-week,
.rtp__calendar .rtp__header .rtp__next-week {
  display: inline-block;
  cursor: pointer;
  font-weight: 700;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  display: inline-block;
  border: 1px solid #ccc; }

.rtp__calendar .rtp__header .rtp__prev-week {
  border-radius: 4px 0 0 4px; }

.rtp__calendar .rtp__header .rtp__next-week {
  border-radius: 0 4px 4px 0;
  border-left: 0; }

.rtp__calendar .rtp__header .rtp__prev-week .rtp__icon,
.rtp__calendar .rtp__header .rtp__next-week .rtp__icon {
  margin: 11px 10px 7px;
  -webkit-transition: .12s ease-out;
  -o-transition: .12s ease-out;
  transition: .12s ease-out;
  -webkit-transition-property: color, margin, -webkit-transform;
  transition-property: color, margin, -webkit-transform;
  -o-transition-property: transform, color, margin;
  transition-property: transform, color, margin;
  transition-property: transform, color, margin, -webkit-transform; }

.rtp__calendar .rtp__header .rtp__prev-week:hover .rtp__icon,
.rtp__calendar .rtp__header .rtp__next-week:hover .rtp__icon {
  -webkit-transform: scale(1.3);
  -ms-transform: scale(1.3);
  transform: scale(1.3);
  color: #1a8fff;
  -webkit-transition: .12s ease-out;
  -o-transition: .12s ease-out;
  transition: .12s ease-out;
  -webkit-transition-property: color, -webkit-transform;
  transition-property: color, -webkit-transform;
  -o-transition-property: transform, color;
  transition-property: transform, color;
  transition-property: transform, color, -webkit-transform; }

.rtp__calendar .rtp__header .rtp__selectors {
  float: right;
  text-align: right;
  font-weight: 700;
  text-transform: uppercase; }

.rtp__calendar .rtp__header .rtp__selectors .rtp__month-selector {
  display: inline-block;
  width: 180px;
  margin-right: 15px; }

.rtp__calendar .rtp__header .rtp__selectors .rtp__year-selector {
  display: inline-block;
  width: 100px;
  margin-right: 0; }

.rtp__calendar .rtp__header .rtp__selectors .rtp__month-selector__Select__option,
.rtp__calendar .rtp__header .rtp__selectors .rtp__year-selector__Select__option {
  color: #413a42;
  text-transform: capitalize; }

.rtp__calendar .rtp__header .rtp__selectors .rtp__month-selector__Select__single-value,
.rtp__calendar .rtp__header .rtp__selectors .rtp__year-selector__Select__single-value {
  text-align: left;
  color: #413a42;
  text-transform: capitalize; }

/**
 * a class to target input canvases would be practical
 */
.rtp__selectors > span > div > div {
  border-color: #ccc;
  cursor: pointer; }

/* Calendar */
.rtp__calendar .rtp__index-column {
  -webkit-box-flex: .1;
  -ms-flex: .1;
  flex: .1; }

.rtp__calendar .rtp__content-column {
  -webkit-box-flex: .9;
  -ms-flex: .9;
  flex: .9; }

.rtp__calendar .rtp__days {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  text-transform: uppercase;
  font-weight: 400;
  padding: 0 16px 4px 0; }

.rtp__calendar .rtp__days .rtp__row {
  margin: 0;
  padding: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 0;
  -ms-flex: 0 1 auto;
  flex: 0 1 auto;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
  width: 100%; }

.rtp__calendar .rtp__days .rtp__row .rtp__col {
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  max-width: 100%;
  white-space: nowrap;
  overflow: hidden;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
  text-transform: capitalize; }

.rtp__calendar .rtp__scheduler {
  border: 1px solid #ccc;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  height: 360px;
  overflow-y: scroll; }

.rtp__calendar .rtp__body {
  position: relative;
  -ms-touch-action: none;
  touch-action: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 0;
  -ms-flex: 0 1 auto;
  flex: 0 1 auto;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap; }

.rtp__calendar .rtp__body .rtp__cell,
.rtp__calendar .rtp__cell.rtp__timing {
  position: relative;
  border-right: 1px solid #ffffff;
  overflow: hidden;
  background: #fff;
  -webkit-transition: background-color .12s ease-out;
  -o-transition: background-color .12s ease-out;
  transition: background-color .12s ease-out; }

.rtp__calendar .rtp__body .rtp__cell {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  cursor: pointer; }

.rtp__calendar .rtp__body.rtp__timing-moving .rtp__cell {
  cursor: move; }

.rtp__calendar .rtp__body.rtp__timing-resizing .rtp__cell {
  cursor: s-resize; }

.rtp__calendar .rtp__body .rtp__row {
  border-bottom: 1px solid #eee; }

.rtp__calendar .rtp__body .rtp__row:last-child {
  border-bottom: none; }

.rtp__calendar .rtp__body .rtp__column {
  -webkit-box-flex: 1;
  -ms-flex: 1 1 0px;
  flex: 1 1 0px; }

.rtp__calendar .rtp__body .rtp__column:last-child .rtp__cell {
  border-right: none; }

.rtp__calendar .rtp__column-timing .rtp__cell:not(:last-child),
.rtp__calendar .rtp__column .rtp__cell:not(:last-child) {
  border-bottom: 1px solid #eee; }

.rtp__calendar .rtp__column .rtp__cell:nth-child(2n-1) {
  background: #eee; }

.rtp__calendar .rtp__column-timing .rtp__cell:nth-child(2n-1) {
  background: #fbfbfb; }

.rtp__calendar .rtp__column .rtp__cell:hover {
  background: #f9f9f9;
  -webkit-transition: background-color .12s ease-out;
  -o-transition: background-color .12s ease-out;
  transition: background-color .12s ease-out; }

.rtp__calendar .rtp__column .rtp__cell:nth-child(2n-1):hover {
  background: #f0f0f0;
  -webkit-transition: background-color .12s ease-out;
  -o-transition: background-color .12s ease-out;
  transition: background-color .12s ease-out; }

.rtp__calendar .rtp__column-timing .rtp__cell.rtp__timing {
  border-top: 1px solid transparent;
  border-bottom: 1px solid transparent; }

.rtp__calendar .rtp__column-timing .rtp__cell.rtp__timing .rtp__number {
  position: absolute;
  line-height: 1;
  top: 50%;
  right: 50%;
  -webkit-transform: translate(50%, -50%);
  -ms-transform: translate(50%, -50%);
  transform: translate(50%, -50%); }

.rtp__calendar .rtp__body .rtp__column-timing {
  -webkit-box-flex: 0.6;
  -ms-flex-positive: 0.6;
  flex-grow: 0.6; }

.rtp__calendar .rtp__body .rtp__disabled {
  color: #999;
  pointer-events: none; }

.rtp__calendar .rtp__body .rtp__col {
  -webkit-box-flex: 0;
  -ms-flex-positive: 0;
  flex-grow: 0;
  -ms-flex-preferred-size: calc(100% / 7);
  flex-basis: calc(100% / 7);
  width: calc(100% / 7); }

.rtp__calendar .rtp__body .rtp__disallowed-timing,
.rtp__calendar .rtp__body .rtp__value-timing,
.rtp__calendar .rtp__body .rtp__selection-timing,
.rtp__calendar .rtp__body .rtp__selection-moving-timing,
.rtp__calendar .rtp__body .rtp__selection-resizing-timing {
  -webkit-box-shadow: lightslategrey 1px 1px 0px 0px inset, lightslategrey 1px 1px 0px 0px;
  box-shadow: lightslategrey 1px 1px 0px 0px inset, lightslategrey 1px 1px 0px 0px; }

.rtp__calendar .rtp__body .rtp__value-timing,
.rtp__calendar .rtp__body .rtp__selection-timing,
.rtp__calendar .rtp__body .rtp__selection-moving-timing,
.rtp__calendar .rtp__body .rtp__selection-resizing-timing {
  background: #41acdd; }

.rtp__calendar .rtp__body .rtp__disallowed-timing,
.rtp__calendar .rtp__body .rtp__selection-timing.rtp__disabled,
.rtp__calendar .rtp__body .rtp__selection-timing.rtp__disabled,
.rtp__calendar .rtp__body .rtp__selection-moving-timing.rtp__disabled,
.rtp__calendar .rtp__body .rtp__selection-resizing-timing.rtp__disabled {
  background: -webkit-repeating-linear-gradient(315deg, #ccc, #ccc 10px, #fff 10px, #fff 20px);
  background: -o-repeating-linear-gradient(315deg, #ccc, #ccc 10px, #fff 10px, #fff 20px);
  background: repeating-linear-gradient(135deg, #ccc, #ccc 10px, #fff 10px, #fff 20px);
  /* https://stackoverflow.com/questions/47382245/unwanted-whitespace-in-webkit-linear-gradient-in-chrome */
  background-size: 101% 101%; }

.rtp__calendar .rtp__body .rtp__timing-resizer {
  position: absolute;
  bottom: 0;
  height: 10px;
  line-height: 10px;
  width: 100%;
  text-align: center;
  cursor: s-resize;
  color: #fff;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 14px; }

.rtp__calendar .rtp__body .rtp__timing-resizer:before {
  content: '=';
  display: block;
  height: 8px;
  line-height: 8px;
  padding-top: 2px;
  overflow: hidden; }

.rtp__calendar .rtp__body .rtp__timing-value {
  position: -webkit-sticky;
  position: sticky;
  top: 3px;
  color: #fff;
  line-height: 13px;
  font-weight: bold;
  font-size: 13px;
  text-align: center;
  margin-right: 12px;
  margin-top: 1px;
  margin-bottom: 6px; }

.rtp__calendar .rtp__body .rtp__timing-remove {
  position: -webkit-sticky;
  position: sticky;
  top: 0;
  float: right;
  color: #fff;
  height: 14px;
  line-height: 14px;
  font-weight: bold;
  font-size: 16px;
  padding-right: 2px;
  cursor: pointer;
  margin-bottom: 6px; }

.rtp__calendar .rtp__body .rtp__selection-timing {
  cursor: pointer; }

.rtp__calendar .rtp__body .rtp__value-timing,
.rtp__calendar .rtp__body .rtp__selection-moving-timing,
.rtp__calendar .rtp__body .rtp__selection-moving-timing .timing-resizer,
.rtp__calendar .rtp__body.rtp__timing-moving .rtp__value-timing .rtp__timing-resizer {
  cursor: move; }

.rtp__calendar .rtp__body .rtp__selection-resizing-timing,
.rtp__calendar .rtp__body.rtp__timing-resizing .rtp__value-timing,
.rtp__calendar .rtp__body.rtp__timing-resizing .rtp__value-timing .rtp__timing-resizer {
  cursor: s-resize; }

/********************/
/* Size adjustments */
/********************/
.rtp__calendar.rtp__md .rtp__body .rtp__timing-value {
  line-height: 11px;
  font-size: 11px; }

.rtp__calendar.rtp__sm .rtp__body .rtp__timing-value {
  line-height: 10px;
  font-size: 11px; }

.rtp__calendar.rtp__xs .rtp__body .rtp__timing-value {
  line-height: 11px;
  font-size: 12px; }

.rtp__calendar.rtp__sm .rtp__body .rtp__timing-value,
.rtp__calendar.rtp__xs .rtp__body .rtp__timing-value {
  text-align: left;
  padding-left: 3px; }

/*!*.rtp__calendar.rtp__sm .rtp__body .rtp__timing-resizer,*!*/
/*.rtp__calendar.rtp__xs .rtp__body .rtp__timing-resizer {*/
/*    text-align: right;*/
/*    padding-right: 3px;*/
/*}*/
/* thin timings */
/*.rtp__calendar.rtp__xs .rtp__body .rtp__value-timing-thin .rtp__timing-value,*/
/*.rtp__calendar.rtp__xs .rtp__body .rtp__selection-timing-thin .rtp__timing-value,*/
/*.rtp__calendar.rtp__xs .rtp__body .rtp__selection-moving-timing-thin .rtp__timing-value,*/
/*.rtp__calendar.rtp__xs .rtp__body .rtp__selection-resizing-timing-thin .rtp__timing-value {*/
/*    text-align: left;*/
/*    padding-left: 3px;*/
/*}*/
.rtp__calendar.rtp__xs .rtp__body .rtp__value-timing-thin .rtp__timing-resizer,
.rtp__calendar.rtp__xs .rtp__body .rtp__selection-timing-thin .rtp__timing-resizer,
.rtp__calendar.rtp__xs .rtp__body .rtp__selection-moving-timing-thin .rtp__timing-resizer,
.rtp__calendar.rtp__xs .rtp__body .rtp__selection-resizing-timing-thin .rtp__timing-resizer {
  text-align: right;
  padding-right: 3px; }

/* Modals */
.rtp__calendar .rtp__overlay {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(255, 255, 255, 0.75); }

.rtp__calendar .rtp__modal {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 75%;
  max-height: calc(100% - 20px);
  /* height: 65%; */
  min-width: 190px;
  transform: translate(-50%, -50%);
  border: 1px solid #cccccc;
  background: white;
  overflow: auto;
  border-radius: 4px;
  outline: none;
  padding: 12px; }

.rtp__calendar .rtp__modal h3 {
  margin: 0 0 5px 0; }

.rtp__calendar .rtp__modal .rtp__close-modal {
  position: absolute;
  top: 10px;
  right: 10px;
  cursor: pointer; }

.rtp__calendar .rtp__modal input {
  position: relative;
  font-size: 12px;
  border-radius: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
  border: 1px solid #ccc;
  border-radius: 3px;
  line-height: 16px;
  padding: 6px 10px 5px;
  width: 100%; }

.rtp__calendar .rtp__modal input:focus {
  outline: none;
  border-color: #aaa;
  -webkit-box-shadow: 0 0 2px 0px #41acdd;
  box-shadow: 0 0 2px 0px #41acdd; }

.rtp__calendar .rtp__modal .rtp__error {
  color: #da4453;
  margin-top: 8px; }

.rtp__calendar .rtp__edit-modal section ~ section {
  margin-top: 5px; }

.rtp__calendar .rtp__edit-modal button[type="submit"] {
  margin-top: 12px; }

.rtp__calendar .rtp__recurrencer-button {
  display: inline-block;
  margin-top: 12px;
  float: right;
  cursor: pointer; }

.rtp__calendar .rtp__multi-recurrencer-button {
  display: inline-block;
  margin: 0;
  padding-left: 0;
  cursor: pointer; }

/* Recurrencer */
/*.rtp__calendar .rtp__recurrencer-modal {*/
/*    width: 50%;*/
/*}*/
.rtp__calendar .rtp__recurrencer-modal h3,
.rtp__calendar .rtp__multi-recurrencer-modal h3 {
  font-size: 18px;
  margin-bottom: 12px; }

.rtp__calendar .rtp__recurrencer-modal button[type="submit"],
.rtp__calendar .rtp__multi-recurrencer-modal button[type="submit"] {
  margin-top: 12px; }

.rtp__calendar .rtp__recurrencer-modal input[type="radio"],
.rtp__calendar .rtp__multi-recurrencer-modal input[type="radio"] {
  width: auto;
  padding: 4px 8px; }

.rtp__calendar .rtp__recurrencer-modal input.rtp__recurrencer-interval__input,
.rtp__calendar .rtp__multi-recurrencer-modal input.rtp__recurrencer-interval__input {
  display: inline-block;
  width: 65px; }

.rtp__calendar .rtp__recurrencer-modal input.rtp__recurrencer-count__input,
.rtp__calendar .rtp__multi-recurrencer-modal input.rtp__recurrencer-count__input {
  display: inline-block;
  width: 65px; }

.rtp__calendar .rtp__recurrencer-modal .rtp__recurrencer-frequence,
.rtp__calendar .rtp__multi-recurrencer-modal .rtp__recurrencer-frequence {
  display: inline-block;
  width: 140px; }

.rtp__calendar .rtp__recurrencer-modal .rtp__recurrencer-frequence__Select__control,
.rtp__calendar .rtp__multi-recurrencer-modal .rtp__recurrencer-frequence__Select__control {
  height: 30px;
  min-height: 30px;
  line-height: 1; }

.rtp__calendar .rtp__recurrencer-modal .rtp__recurrencer-frequence__Select__control--is-focused,
.rtp__calendar .rtp__multi-recurrencer-modal .rtp__recurrencer-frequence__Select__control--is-focused {
  border-color: #ccc;
  box-shadow: 0 0 2px 0px #41acdd; }

.rtp__calendar .rtp__recurrencer-modal .rtp__recurrencer-frequence__Select__value-container,
.rtp__calendar .rtp__multi-recurrencer-modal .rtp__recurrencer-frequence__Select__value-container {
  min-width: 65px;
  padding: 0 8px; }

.rtp__calendar .rtp__recurrencer-modal .rtp__recurrencer-frequence__Select__indicator,
.rtp__calendar .rtp__multi-recurrencer-modal .rtp__recurrencer-frequence__Select__indicator {
  padding: 0 8px; }

.rtp__calendar .rtp__recurrencer-monthlyIntervalType,
.rtp__calendar .rtp__multi-recurrencer-monthlyIntervalType {
  margin-top: 12px; }

.rtp__calendar .rtp__recurrencer-until__radio,
.rtp__calendar .rtp__recurrencer-count__radio,
.rtp__calendar .rtp__multi-recurrencer-until__radio,
.rtp__calendar .rtp__multi-recurrencer-count__radio {
  color: #413a42;
  margin-top: 4px;
  margin-bottom: 4px; }

.rtp__calendar .rtp__recurrencer-until__radio input[type="radio"],
.rtp__calendar .rtp__recurrencer-count__radio input[type="radio"],
.rtp__calendar .rtp__multi-recurrencer-until__radio input[type="radio"],
.rtp__calendar .rtp__multi-recurrencer-count__radio input[type="radio"] {
  margin-top: 8px; }

.rtp__calendar .rtp__recurrencer-modal .rtp__recurrencer-until__section,
.rtp__calendar .rtp__multi-recurrencer-modal .rtp__recurrencer-until__section {
  display: inline-block;
  vertical-align: middle; }

.rtp__calendar .rtp__recurrencer-modal .rtp__recurrencer-until__input-error,
.rtp__calendar .rtp__multi-recurrencer-modal .rtp__recurrencer-until__input-error {
  color: #da4453; }

.rtp__calendar .rtp__recurrencer-modal .rtp__recurrencer-weekday,
.rtp__calendar .rtp__multi-recurrencer-modal .rtp__recurrencer-weekday {
  margin-top: 12px; }

.rtp__calendar .rtp__recurrencer-modal .rtp__recurrencer-ending,
.rtp__calendar .rtp__multi-recurrencer-modal .rtp__recurrencer-ending {
  margin-top: 12px; }

.rtp__calendar .rtp__recurrencer-modal .rtp__recurrencer-ending label,
.rtp__calendar .rtp__multi-recurrencer-modal .rtp__recurrencer-ending label {
  display: inline-block; }

.rtp__calendar .rtp__recurrencer-modal .rtp__recurrencer-ending label[for="endType-until"],
.rtp__calendar .rtp__recurrencer-modal .rtp__recurrencer-ending label[for="endType-count"],
.rtp__calendar .rtp__multi-recurrencer-modal .rtp__recurrencer-ending label[for="endType-until"],
.rtp__calendar .rtp__multi-recurrencer-modal .rtp__recurrencer-ending label[for="endType-count"] {
  margin-top: 4px; }

.rtp__calendar .rtp__recurrencer-modal .rtp__recurrencer-error__disabledTimings ul,
.rtp__calendar .rtp__multi-recurrencer-modal .rtp__recurrencer-error__disabledTimings ul {
  margin: 4px 0;
  padding-left: 30px; }

.rtp__calendar .rtp__recurrencer-modal .rtp__recurrencer-confirmation-icon,
.rtp__calendar .rtp__multi-recurrencer-modal .rtp__recurrencer-confirmation-icon {
  text-align: center;
  margin-top: 12px;
  font-size: 24px;
  color: #5cb85c; }

/* Weekday picker */
.rtp__calendar .rtp__WeekdayPicker {
  margin-top: 4px;
  display: inline-block; }

.rtp__calendar .rtp__WeekdayPicker .rtp__WeekdayPicker-Weekday {
  display: inline-block;
  padding: 4px 8px;
  background-color: #fff;
  border: 1px solid #ccc;
  border-radius: 15px;
  cursor: pointer; }

.rtp__calendar .rtp__WeekdayPicker .rtp__WeekdayPicker-Weekday--selected {
  color: #fff;
  background-color: #41acdd; }

.rtp__calendar .rtp__WeekdayPicker .rtp__WeekdayPicker-Weekday ~ .rtp__WeekdayPicker-Weekday {
  margin-left: 4px; }

.contribution-info {
  border: 3px solid #41acdd;
  padding: 1em 1.5em;
  background: rgba(0, 0, 0, 0.03);
  line-height: 1.6em;
  margin: 1em 0 2em; }
  .contribution-info h2 {
    margin: 10px 0; }
  .contribution-info ul {
    padding: 0 0 0 1em; }
  .contribution-info li {
    list-style-type: initial;
    margin: 1em 0 0 1.4em; }

.target-age > * {
  margin-right: 5px; }

.target-age .age-inputs {
  display: inline-block; }
  .target-age .age-inputs label {
    font-weight: normal; }
  .target-age .age-inputs .Select-control {
    width: 150px; }
  .target-age .age-inputs .Select-placeholder {
    padding: 0px 52px 8px 10px; }
  .target-age .age-inputs .Select {
    display: inline-block;
    vertical-align: middle;
    z-index: 3; }

.language-bar {
  padding-top: 1em; }
  .language-bar ul {
    display: inline-block;
    padding: 0 1em 0 0;
    vertical-align: top; }
  .language-bar li {
    display: inline-block;
    vertical-align: top;
    padding: 0 10px 10px 0; }
    .language-bar li .language-item {
      background: #41acdd;
      border: 0;
      border-radius: 3px; }
      .language-bar li .language-item span {
        padding: 8px;
        display: inline-block;
        cursor: pointer;
        color: #fff; }
    .language-bar li.disabled .language-item {
      background: #ccc; }
  .language-bar .language-add {
    display: inline-block;
    cursor: pointer;
    min-width: 150px; }
    .language-bar .language-add a {
      padding-top: 7px;
      display: inline-block; }
  .language-bar .language-select__control {
    width: 10em;
    min-height: 35px; }
  .language-bar .language-select__control--is-focused {
    border-color: #6cbfe5 !important;
    box-shadow: rgba(0, 0, 0, 0.075) 0px 1px 1px inset, rgba(65, 172, 221, 0.6) 0px 0px 8px; }
  .language-bar .language-select__option--is-focused {
    background: #41acdd;
    color: #fff;
    cursor: pointer; }
  .language-bar .language-select__indicator {
    padding: 6px 8px 6px; }
  .language-bar .change-select {
    display: inline-block;
    vertical-align: middle;
    min-width: 150px; }
  .language-bar .change-cancel {
    display: inline-block;
    cursor: pointer;
    margin-bottom: 9px; }
  .language-bar.thin {
    padding-top: 0; }
    .language-bar.thin ul {
      margin-bottom: 0; }
    .language-bar.thin li {
      padding-bottom: 0; }

.multilingual-input-field {
  position: relative;
  /* counter goes to the right if not relative */
  padding: 1em 0 0;
  /* 2em is too much for event form */ }
  .multilingual-input-field .info {
    display: block; }
  .multilingual-input-field .lang-unit, .multilingual-input-field .lang-input {
    padding: 1em 0 0.5em;
    position: relative; }
    .multilingual-input-field .lang-unit > label, .multilingual-input-field .lang-input > label {
      display: inline-block;
      width: 1.5em;
      text-transform: uppercase;
      position: absolute;
      padding: 9px 0; }
    .multilingual-input-field .lang-unit > div, .multilingual-input-field .lang-input > div {
      margin-left: 2em; }
  .multilingual-input-field .lang-input {
    padding: 0.5em 0 0.2em; }
  .multilingual-input-field .disabled {
    opacity: 0.5; }
    .multilingual-input-field .disabled label, .multilingual-input-field .disabled .info {
      color: #ccc; }
    .multilingual-input-field .disabled input[type="text"],
    .multilingual-input-field .disabled textarea {
      color: #ccc;
      background-color: #eee; }

.multi-input label {
  display: block;
  padding-bottom: 0.2em; }

.multi-input .error {
  color: #da4453; }

.multi-input input {
  background: transparent; }

.multi-input .react-tagsinput {
  background-color: #fff;
  border: 1px solid #ccc;
  border-radius: 4px;
  overflow: hidden;
  padding-left: 5px;
  padding-top: 5px; }
  .multi-input .react-tagsinput input {
    border: none;
    outline: none;
    padding: 0.4em; }
  .multi-input .react-tagsinput .react-tagsinput-tag {
    background-color: #41acdd;
    border-radius: 2px;
    border: 1px solid #41acdd;
    color: #fff;
    display: inline-block;
    font-family: sans-serif;
    font-size: 13px;
    font-weight: 400;
    margin-bottom: 5px;
    margin-right: 5px;
    padding: 5px; }
    .multi-input .react-tagsinput .react-tagsinput-tag span, .multi-input .react-tagsinput .react-tagsinput-tag i {
      color: #fff;
      /* required for legacy event form */ }
    .multi-input .react-tagsinput .react-tagsinput-tag a:hover {
      text-decoration: none; }
    .multi-input .react-tagsinput .react-tagsinput-tag a::before {
      color: #fff;
      content: " x";
      cursor: pointer; }
    .multi-input .react-tagsinput .react-tagsinput-tag i {
      padding: 0 0.4em 0 0.2em; }
    .multi-input .react-tagsinput .react-tagsinput-tag.error {
      background-color: transparent;
      border: 1px solid #da4453;
      color: #da4453; }
      .multi-input .react-tagsinput .react-tagsinput-tag.error span, .multi-input .react-tagsinput .react-tagsinput-tag.error i {
        color: #da4453;
        /* required for legacy event form */ }
      .multi-input .react-tagsinput .react-tagsinput-tag.error a::before {
        color: #da4453; }
  .multi-input .react-tagsinput .react-tagsinput-remove {
    cursor: pointer;
    font-weight: bold; }
  .multi-input .react-tagsinput .react-tagsinput-input {
    background: transparent;
    border: 0;
    color: #777;
    font-family: sans-serif;
    font-size: 13px;
    font-weight: 400;
    margin-bottom: 6px;
    margin-top: 1px;
    outline: none;
    padding: 5px;
    width: 80px; }
    .multi-input .react-tagsinput .react-tagsinput-input::-webkit-input-placeholder {
      color: rgba(128, 128, 128, 0.8); }
    .multi-input .react-tagsinput .react-tagsinput-input::-moz-placeholder {
      color: rgba(128, 128, 128, 0.8);
      opacity: 1; }
    .multi-input .react-tagsinput .react-tagsinput-input:-ms-input-placeholder {
      color: rgba(128, 128, 128, 0.8); }

.disabled .multi-input label, .disabled .multi-input .info,
.disabled.multi-input label,
.disabled.multi-input .info {
  color: #ccc; }

.disabled .multi-input .react-tagsinput,
.disabled.multi-input .react-tagsinput {
  cursor: not-allowed;
  background-color: #eee; }

.disabled .multi-input .react-tagsinput-tag,
.disabled.multi-input .react-tagsinput-tag {
  border: 1px solid #ccc;
  background-color: transparent; }
  .disabled .multi-input .react-tagsinput-tag span, .disabled .multi-input .react-tagsinput-tag i, .disabled .multi-input .react-tagsinput-tag a:before,
  .disabled.multi-input .react-tagsinput-tag span,
  .disabled.multi-input .react-tagsinput-tag i,
  .disabled.multi-input .react-tagsinput-tag a:before {
    color: #ccc; }
  .disabled .multi-input .react-tagsinput-tag.error,
  .disabled.multi-input .react-tagsinput-tag.error {
    border: 1px solid #ccc; }
    .disabled .multi-input .react-tagsinput-tag.error i, .disabled .multi-input .react-tagsinput-tag.error span, .disabled .multi-input .react-tagsinput-tag.error a, .disabled .multi-input .react-tagsinput-tag.error a:before,
    .disabled.multi-input .react-tagsinput-tag.error i,
    .disabled.multi-input .react-tagsinput-tag.error span,
    .disabled.multi-input .react-tagsinput-tag.error a,
    .disabled.multi-input .react-tagsinput-tag.error a:before {
      color: #ccc; }

.location-selector .head {
  padding: 2em 0; }

.location-selector a {
  cursor: pointer; }

.location-selector .nav-item {
  text-align: center;
  cursor: pointer;
  border-top: 1px solid #ebebeb;
  border-bottom: 1px solid #ebebeb; }
  .location-selector .nav-item:hover {
    background: #f7f7f7; }
  .location-selector .nav-item i {
    color: gray; }

.location-selector .no-search-result {
  text-align: center;
  padding: 1em; }

.location-selector .no-search-button {
  text-align: center;
  padding-bottom: 1em; }

.location-selector .cancel {
  float: right; }

.location-selector .search-item {
  cursor: pointer; }
  .location-selector .search-item:hover {
    background: #41acdd; }
    .location-selector .search-item:hover a, .location-selector .search-item:hover span, .location-selector .search-item:hover div {
      color: #fff; }
  .location-selector .search-item a {
    padding: 0; }

.location-selector .dropdown-menu {
  width: 100%;
  padding: 0; }
  .location-selector .dropdown-menu .search-item {
    padding: 0.5em 1em; }

.location-selector .address {
  color: gray;
  font-size: 0.95em; }

.location-selector .spinner-container {
  position: relative; }

.location-selector .search-field .input-spinner {
  position: absolute;
  top: 0;
  right: 0;
  padding: 1.2em; }

.location-selector .nolocation {
  padding: 0.5em; }

.location-selector .actions {
  float: right; }

.location-selector .input-group .error {
  border: 1px solid red; }

.legacy-event-form .event-image {
  position: relative; }
  .legacy-event-form .event-image .form-section > div {
    padding: 1em 0 0; }
  .legacy-event-form .event-image .form-section .canvas {
    text-align: center; }
    .legacy-event-form .event-image .form-section .canvas div {
      padding: 20px;
      color: gray;
      background-color: rgba(0, 0, 0, 0.03); }
    .legacy-event-form .event-image .form-section .canvas img {
      max-width: 100%; }
  .legacy-event-form .event-image .form-section form input {
    padding: 5px; }
  .legacy-event-form .event-image .loader {
    position: absolute;
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    background: rgba(255, 255, 255, 0.5); }

.legacy-event-form .counter {
  position: absolute;
  right: 0;
  font-size: 0.9em;
  color: gray; }
  .legacy-event-form .counter.error {
    color: #da4453; }

.field-counter {
  float: right;
  font-size: 0.9em;
  color: gray; }
  .field-counter.error {
    color: #da4453; }

.accessibility ul {
  margin-top: 1em; }

.accessibility li {
  width: 96px;
  display: inline-block;
  cursor: pointer;
  text-align: center; }
  .accessibility li > * {
    cursor: pointer; }
  .accessibility li .box {
    border-radius: 4px;
    padding: 1em 0; }
  .accessibility li .checked {
    background: #41acdd; }
  .accessibility li label {
    display: block; }

.accessibility .ill {
  display: inline-block;
  width: 60px !important;
  height: 60px !important;
  vertical-align: middle;
  background-image: url("//s3.eu-central-1.amazonaws.com/oastatic/accessibility-60.png"); }

.accessibility .checked .vi {
  background-position: 120px 0; }

.accessibility .hi {
  background-position: 0 60px; }

.accessibility .checked .hi {
  background-position: 120px 60px; }

.accessibility .mi {
  background-position: 0 120px; }

.accessibility .checked .mi {
  background-position: 120px 120px; }

.accessibility .pi {
  background-position: 0 180px; }

.accessibility .checked .pi {
  background-position: 120px 180px; }

.accessibility .sl {
  background-position: 0 240px; }

.accessibility .checked .sl {
  background-position: 120px 240px; }

.mce-content-body .mce-reset {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  vertical-align: top;
  background: 0 0;
  text-decoration: none;
  color: #000;
  font-family: Arial;
  font-size: 14px;
  text-shadow: none;
  float: none;
  position: static;
  width: auto;
  height: auto;
  white-space: nowrap;
  cursor: inherit;
  line-height: normal;
  font-weight: 400;
  text-align: left;
  -webkit-tap-highlight-color: transparent;
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
  direction: ltr;
  max-width: none; }

.mce-object {
  border: 1px dotted #3A3A3A;
  background: #d5d5d5 url(//s3.eu-central-1.amazonaws.com/oastatic/tinymce/skins/lightgray/img/object.gif) no-repeat center; }

.mce-pagebreak {
  cursor: default;
  display: block;
  border: 0;
  width: 100%;
  height: 5px;
  border: 1px dashed #666;
  margin-top: 15px;
  page-break-before: always; }

@media print {
  .mce-pagebreak {
    border: 0; } }

.mce-item-anchor {
  cursor: default;
  display: inline-block;
  -webkit-user-select: all;
  -webkit-user-modify: read-only;
  -moz-user-select: all;
  -moz-user-modify: read-only;
  user-select: all;
  user-modify: read-only;
  width: 9px !important;
  height: 9px !important;
  border: 1px dotted #3A3A3A;
  background: #d5d5d5 url(//s3.eu-central-1.amazonaws.com/oastatic/tinymce/skins/lightgray/img/anchor.gif) no-repeat center; }

.mce-nbsp, .mce-shy {
  background: #AAA; }

.mce-shy::after {
  content: '-'; }

hr {
  cursor: default; }

.mce-match-marker {
  background: #AAA;
  color: #fff; }

.mce-match-marker-selected {
  background: #39f;
  color: #fff; }

.mce-spellchecker-word {
  border-bottom: 2px solid red;
  cursor: default; }

.mce-spellchecker-grammar {
  border-bottom: 2px solid green;
  cursor: default; }

.mce-item-table, .mce-item-table td, .mce-item-table th, .mce-item-table caption {
  border: 1px dashed #BBB; }

td.mce-item-selected, th.mce-item-selected {
  background-color: #39f !important; }

.mce-edit-focus {
  outline: 1px dotted #333; }

.mce-container, .mce-container *, .mce-widget, .mce-widget *, .mce-reset {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  vertical-align: top;
  background: 0 0;
  text-decoration: none;
  color: #333;
  font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
  font-size: 14px;
  text-shadow: none;
  float: none;
  position: static;
  width: auto;
  height: auto;
  white-space: nowrap;
  cursor: inherit;
  -webkit-tap-highlight-color: transparent;
  line-height: normal;
  font-weight: 400;
  text-align: left;
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
  direction: ltr;
  max-width: none; }

.mce-widget button {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box; }

.mce-container [unselectable] {
  -moz-user-select: none;
  -webkit-user-select: none;
  -o-user-select: none;
  user-select: none; }

.mce-fade {
  opacity: 0;
  -webkit-transition: opacity .15s linear;
  transition: opacity .15s linear; }

.mce-fade.mce-in {
  opacity: 1; }

.mce-tinymce {
  visibility: inherit !important;
  position: relative; }

.mce-fullscreen {
  border: 0;
  padding: 0;
  margin: 0;
  overflow: hidden;
  height: 100%;
  z-index: 100; }

div.mce-fullscreen {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: auto; }

.mce-tinymce {
  display: block; }

.mce-wordcount {
  position: absolute;
  top: 0;
  right: 0;
  padding: 8px; }

div.mce-edit-area {
  background: #FFF;
  filter: none;
  padding-right: 1px; }

.mce-statusbar {
  position: relative; }

.mce-statusbar .mce-container-body {
  position: relative; }

.mce-fullscreen .mce-resizehandle {
  display: none; }

.mce-charmap {
  border-collapse: collapse; }

.mce-charmap td {
  cursor: default;
  border: 1px solid rgba(0, 0, 0, 0.2);
  width: 20px;
  height: 20px;
  line-height: 20px;
  text-align: center;
  vertical-align: middle;
  padding: 2px; }

.mce-charmap td div {
  text-align: center; }

.mce-charmap td:hover {
  background: #d9d9d9; }

.mce-grid td.mce-grid-cell div {
  border: 1px solid #d6d6d6;
  width: 15px;
  height: 15px;
  margin: 0;
  cursor: pointer; }

.mce-grid td.mce-grid-cell div:focus {
  border-color: #3498db; }

.mce-grid td.mce-grid-cell div[disabled] {
  cursor: not-allowed; }

.mce-grid {
  border-spacing: 2px;
  border-collapse: separate; }

.mce-grid a {
  display: block;
  border: 1px solid transparent; }

.mce-grid a:hover, .mce-grid a:focus {
  border-color: #3498db; }

.mce-grid-border {
  margin: 0 4px 0 4px; }

.mce-grid-border a {
  border-color: #d6d6d6;
  width: 13px;
  height: 13px; }

.mce-grid-border a:hover, .mce-grid-border a.mce-active {
  border-color: #3498db;
  background: #3498db; }

.mce-text-center {
  text-align: center; }

div.mce-tinymce-inline {
  width: 100%; }

.mce-colorbtn-trans div {
  text-align: center;
  vertical-align: middle;
  font-weight: 700;
  font-size: 20px;
  line-height: 16px;
  color: #707070; }

.mce-toolbar-grp {
  padding: 2px 0; }

.mce-toolbar-grp .mce-flow-layout-item {
  margin-bottom: 0; }

.mce-rtl .mce-wordcount {
  left: 0;
  right: auto; }

.mce-croprect-container {
  position: absolute;
  top: 0;
  left: 0; }

.mce-croprect-handle {
  position: absolute;
  top: 0;
  left: 0;
  width: 20px;
  height: 20px;
  border: 2px solid #fff; }

.mce-croprect-handle-nw {
  border-width: 2px 0 0 2px;
  margin: -2px 0 0 -2px;
  cursor: nw-resize;
  top: 100px;
  left: 100px; }

.mce-croprect-handle-ne {
  border-width: 2px 2px 0 0;
  margin: -2px 0 0 -20px;
  cursor: ne-resize;
  top: 100px;
  left: 200px; }

.mce-croprect-handle-sw {
  border-width: 0 0 2px 2px;
  margin: -20px 2px 0 -2px;
  cursor: sw-resize;
  top: 200px;
  left: 100px; }

.mce-croprect-handle-se {
  border-width: 0 2px 2px 0;
  margin: -20px 0 0 -20px;
  cursor: se-resize;
  top: 200px;
  left: 200px; }

.mce-croprect-handle-move {
  position: absolute;
  cursor: move;
  border: 0; }

.mce-croprect-block {
  opacity: .3;
  filter: alpha(opacity=30);
  zoom: 1;
  position: absolute;
  background: #000; }

.mce-imagepanel {
  overflow: auto;
  background: #000; }

.mce-imagepanel img {
  position: absolute; }

.mce-imagetool.mce-btn .mce-ico {
  display: block;
  width: 20px;
  height: 20px;
  text-align: center;
  line-height: 20px;
  font-size: 20px;
  padding: 5px; }

.mce-container, .mce-container-body {
  display: block; }

.mce-autoscroll {
  overflow: hidden; }

.mce-scrollbar {
  position: absolute;
  width: 7px;
  height: 100%;
  top: 2px;
  right: 2px;
  opacity: .4;
  filter: alpha(opacity=40);
  zoom: 1; }

.mce-scrollbar-h {
  top: auto;
  right: auto;
  left: 2px;
  bottom: 2px;
  width: 100%;
  height: 7px; }

.mce-scrollbar-thumb {
  position: absolute;
  background-color: #000;
  border: 1px solid #888;
  border-color: rgba(85, 85, 85, 0.6);
  width: 5px;
  height: 100%; }

.mce-scrollbar-h .mce-scrollbar-thumb {
  width: 100%;
  height: 5px; }

.mce-scrollbar:hover, .mce-scrollbar.mce-active {
  background-color: #AAA;
  opacity: .6;
  filter: alpha(opacity=60);
  zoom: 1; }

.mce-scroll {
  position: relative; }

.mce-panel {
  border: 0 solid #cacaca;
  border: 0 solid rgba(0, 0, 0, 0.2);
  background-color: #f0f0f0; }

.mce-floatpanel {
  position: absolute; }

.mce-floatpanel.mce-fixed {
  position: fixed; }

.mce-floatpanel .mce-arrow, .mce-floatpanel .mce-arrow:after {
  position: absolute;
  display: block;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid; }

.mce-floatpanel .mce-arrow {
  border-width: 11px; }

.mce-floatpanel .mce-arrow:after {
  border-width: 10px;
  content: ""; }

.mce-floatpanel.mce-popover {
  filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
  background: 0 0;
  top: 0;
  left: 0;
  background: #fff;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border: 1px solid rgba(0, 0, 0, 0.25); }

.mce-floatpanel.mce-popover.mce-bottom {
  margin-top: 10px; }

.mce-floatpanel.mce-popover.mce-bottom > .mce-arrow {
  left: 50%;
  margin-left: -11px;
  border-top-width: 0;
  border-bottom-color: rgba(0, 0, 0, 0.2);
  border-bottom-color: rgba(0, 0, 0, 0.25);
  top: -11px; }

.mce-floatpanel.mce-popover.mce-bottom > .mce-arrow:after {
  top: 1px;
  margin-left: -10px;
  border-top-width: 0;
  border-bottom-color: #fff; }

.mce-floatpanel.mce-popover.mce-bottom.mce-start {
  margin-left: -22px; }

.mce-floatpanel.mce-popover.mce-bottom.mce-start > .mce-arrow {
  left: 20px; }

.mce-floatpanel.mce-popover.mce-bottom.mce-end {
  margin-left: 22px; }

.mce-floatpanel.mce-popover.mce-bottom.mce-end > .mce-arrow {
  right: 10px;
  left: auto; }

.mce-fullscreen {
  border: 0;
  padding: 0;
  margin: 0;
  overflow: hidden;
  height: 100%; }

div.mce-fullscreen {
  position: fixed;
  top: 0;
  left: 0; }

#mce-modal-block {
  opacity: 0;
  filter: alpha(opacity=0);
  zoom: 1;
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #000; }

#mce-modal-block.mce-in {
  opacity: .3;
  filter: alpha(opacity=30);
  zoom: 1; }

.mce-window-move {
  cursor: move; }

.mce-window {
  filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
  background: 0 0;
  background: #fff;
  position: fixed;
  top: 0;
  left: 0;
  opacity: 0;
  -webkit-transition: opacity 150ms ease-in;
  transition: opacity 150ms ease-in; }

.mce-window.mce-in {
  opacity: 1; }

.mce-window-head {
  padding: 9px 15px;
  border-bottom: 1px solid #c5c5c5;
  position: relative; }

.mce-window-head .mce-close {
  position: absolute;
  right: 15px;
  top: 9px;
  font-size: 20px;
  font-weight: 700;
  line-height: 20px;
  color: #858585;
  cursor: pointer;
  height: 20px;
  overflow: hidden; }

.mce-close:hover {
  color: #adadad; }

.mce-window-head .mce-title {
  line-height: 20px;
  font-size: 20px;
  font-weight: 700;
  text-rendering: optimizelegibility;
  padding-right: 10px; }

.mce-window .mce-container-body {
  display: block; }

.mce-foot {
  display: block;
  background-color: #fff;
  border-top: 1px solid #c5c5c5; }

.mce-window-head .mce-dragh {
  position: absolute;
  top: 0;
  left: 0;
  cursor: move;
  width: 90%;
  height: 100%; }

.mce-window iframe {
  width: 100%;
  height: 100%; }

.mce-window-body .mce-listbox {
  border-color: #ccc; }

.mce-rtl .mce-window-head .mce-close {
  position: absolute;
  right: auto;
  left: 15px; }

.mce-rtl .mce-window-head .mce-dragh {
  left: auto;
  right: 0; }

.mce-rtl .mce-window-head .mce-title {
  direction: rtl;
  text-align: right; }

.mce-abs-layout {
  position: relative; }

body .mce-abs-layout-item, .mce-abs-end {
  position: absolute; }

.mce-abs-end {
  width: 1px;
  height: 1px; }

.mce-container-body.mce-abs-layout {
  overflow: hidden; }

.mce-tooltip {
  position: absolute;
  padding: 5px;
  opacity: .8;
  filter: alpha(opacity=80);
  zoom: 1; }

.mce-tooltip-inner {
  font-size: 11px;
  background-color: #000;
  color: #fff;
  max-width: 200px;
  padding: 5px 8px 4px 8px;
  text-align: center;
  white-space: normal; }

.mce-tooltip-arrow {
  position: absolute;
  width: 0;
  height: 0;
  line-height: 0;
  border: 5px dashed #000; }

.mce-tooltip-arrow-n {
  border-bottom-color: #000; }

.mce-tooltip-arrow-s {
  border-top-color: #000; }

.mce-tooltip-arrow-e {
  border-left-color: #000; }

.mce-tooltip-arrow-w {
  border-right-color: #000; }

.mce-tooltip-nw, .mce-tooltip-sw {
  margin-left: -14px; }

.mce-tooltip-n .mce-tooltip-arrow {
  top: 0;
  left: 50%;
  margin-left: -5px;
  border-bottom-style: solid;
  border-top: none;
  border-left-color: transparent;
  border-right-color: transparent; }

.mce-tooltip-nw .mce-tooltip-arrow {
  top: 0;
  left: 10px;
  border-bottom-style: solid;
  border-top: none;
  border-left-color: transparent;
  border-right-color: transparent; }

.mce-tooltip-ne .mce-tooltip-arrow {
  top: 0;
  right: 10px;
  border-bottom-style: solid;
  border-top: none;
  border-left-color: transparent;
  border-right-color: transparent; }

.mce-tooltip-s .mce-tooltip-arrow {
  bottom: 0;
  left: 50%;
  margin-left: -5px;
  border-top-style: solid;
  border-bottom: none;
  border-left-color: transparent;
  border-right-color: transparent; }

.mce-tooltip-sw .mce-tooltip-arrow {
  bottom: 0;
  left: 10px;
  border-top-style: solid;
  border-bottom: none;
  border-left-color: transparent;
  border-right-color: transparent; }

.mce-tooltip-se .mce-tooltip-arrow {
  bottom: 0;
  right: 10px;
  border-top-style: solid;
  border-bottom: none;
  border-left-color: transparent;
  border-right-color: transparent; }

.mce-tooltip-e .mce-tooltip-arrow {
  right: 0;
  top: 50%;
  margin-top: -5px;
  border-left-style: solid;
  border-right: none;
  border-top-color: transparent;
  border-bottom-color: transparent; }

.mce-tooltip-w .mce-tooltip-arrow {
  left: 0;
  top: 50%;
  margin-top: -5px;
  border-right-style: solid;
  border-left: none;
  border-top-color: transparent;
  border-bottom-color: transparent; }

.mce-btn {
  border: 1px solid #b1b1b1;
  border-color: transparent transparent transparent transparent;
  position: relative;
  text-shadow: 0 1px 1px rgba(255, 255, 255, 0.75);
  display: inline-block;
  background-color: #f0f0f0; }

.mce-btn:hover, .mce-btn:focus {
  color: #333;
  background-color: #e3e3e3;
  border-color: #ccc; }

.mce-btn.mce-disabled button, .mce-btn.mce-disabled:hover button {
  cursor: default;
  opacity: .4;
  filter: alpha(opacity=40);
  zoom: 1; }

.mce-btn.mce-active, .mce-btn.mce-active:hover {
  background-color: #dbdbdb;
  border-color: #ccc; }

.mce-btn:active {
  background-color: #e0e0e0;
  border-color: #ccc; }

.mce-btn button {
  padding: 4px 8px;
  font-size: 14px;
  line-height: 20px;
  cursor: pointer;
  color: #333;
  text-align: center;
  overflow: visible;
  -webkit-appearance: none; }

.mce-btn button::-moz-focus-inner {
  border: 0;
  padding: 0; }

.mce-btn i {
  text-shadow: 1px 1px none; }

.mce-primary {
  min-width: 50px;
  color: #fff;
  border: 1px solid transparent;
  border-color: transparent;
  background-color: #2d8ac7; }

.mce-primary:hover, .mce-primary:focus {
  background-color: #257cb6;
  border-color: transparent; }

.mce-primary.mce-disabled button, .mce-primary.mce-disabled:hover button {
  cursor: default;
  opacity: .4;
  filter: alpha(opacity=40);
  zoom: 1; }

.mce-primary.mce-active, .mce-primary.mce-active:hover, .mce-primary:not(.mce-disabled):active {
  background-color: #206ea1; }

.mce-primary button, .mce-primary button i {
  color: #fff;
  text-shadow: 1px 1px none; }

.mce-btn-large button {
  padding: 9px 14px;
  font-size: 16px;
  line-height: normal; }

.mce-btn-large i {
  margin-top: 2px; }

.mce-btn-small button {
  padding: 1px 5px;
  font-size: 12px; }

.mce-btn-small i {
  line-height: 20px;
  vertical-align: top; }

.mce-btn .mce-caret {
  margin-top: 8px;
  margin-left: 0; }

.mce-btn-small .mce-caret {
  margin-top: 8px;
  margin-left: 0; }

.mce-caret {
  display: inline-block;
  width: 0;
  height: 0;
  vertical-align: top;
  border-top: 4px solid #333;
  border-right: 4px solid transparent;
  border-left: 4px solid transparent;
  content: ""; }

.mce-disabled .mce-caret {
  border-top-color: #aaa; }

.mce-caret.mce-up {
  border-bottom: 4px solid #333;
  border-top: 0; }

.mce-btn-flat {
  border: 0;
  background: 0 0;
  filter: none; }

.mce-btn-flat:hover, .mce-btn-flat.mce-active, .mce-btn-flat:focus, .mce-btn-flat:active {
  border: 0;
  background: #e6e6e6;
  filter: none; }

.mce-btn-has-text .mce-ico {
  padding-right: 5px; }

.mce-rtl .mce-btn button {
  direction: rtl; }

.mce-btn-group .mce-btn {
  border-width: 1px;
  margin: 0;
  margin-left: 2px; }

.mce-btn-group:not(:first-child) {
  border-left: 1px solid #d9d9d9;
  padding-left: 3px;
  margin-left: 3px; }

.mce-btn-group .mce-first {
  margin-left: 0; }

.mce-btn-group .mce-btn.mce-flow-layout-item {
  margin: 0; }

.mce-rtl .mce-btn-group .mce-btn {
  margin-left: 0;
  margin-right: 2px; }

.mce-rtl .mce-btn-group .mce-first {
  margin-right: 0; }

.mce-rtl .mce-btn-group:not(:first-child) {
  border-left: none;
  border-right: 1px solid #d9d9d9;
  padding-right: 4px;
  margin-right: 4px; }

.mce-checkbox {
  cursor: pointer; }

i.mce-i-checkbox {
  margin: 0 3px 0 0;
  border: 1px solid #c5c5c5;
  background-color: #f0f0f0;
  text-indent: -10em;
  overflow: hidden; }

.mce-checked i.mce-i-checkbox {
  color: #333;
  font-size: 16px;
  line-height: 16px;
  text-indent: 0; }

.mce-checkbox:focus i.mce-i-checkbox, .mce-checkbox.mce-focus i.mce-i-checkbox {
  border: 1px solid rgba(82, 168, 236, 0.8); }

.mce-checkbox.mce-disabled .mce-label, .mce-checkbox.mce-disabled i.mce-i-checkbox {
  color: #acacac; }

.mce-checkbox .mce-label {
  vertical-align: middle; }

.mce-rtl .mce-checkbox {
  direction: rtl;
  text-align: right; }

.mce-rtl i.mce-i-checkbox {
  margin: 0 0 0 3px; }

.mce-combobox {
  display: inline-block; }

.mce-combobox input {
  border: 1px solid #c5c5c5;
  border-right-color: #c5c5c5;
  height: 28px; }

.mce-combobox.mce-disabled input {
  color: #adadad; }

.mce-combobox .mce-btn {
  border: 1px solid #c5c5c5;
  border-left: 0; }

.mce-combobox button {
  padding-right: 8px;
  padding-left: 8px; }

.mce-combobox.mce-disabled .mce-btn button {
  cursor: default;
  opacity: .4;
  filter: alpha(opacity=40);
  zoom: 1; }

.mce-colorbox i {
  border: 1px solid #c5c5c5;
  width: 14px;
  height: 14px; }

.mce-colorbutton .mce-ico {
  position: relative; }

.mce-colorbutton-grid {
  margin: 4px; }

.mce-colorbutton button {
  padding-right: 6px;
  padding-left: 6px; }

.mce-colorbutton .mce-preview {
  padding-right: 3px;
  display: block;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -17px;
  margin-top: 7px;
  background: gray;
  width: 13px;
  height: 2px;
  overflow: hidden; }

.mce-colorbutton.mce-btn-small .mce-preview {
  margin-left: -16px;
  padding-right: 0;
  width: 16px; }

.mce-colorbutton .mce-open {
  padding-left: 4px;
  padding-right: 4px;
  border-left: 1px solid transparent; }

.mce-colorbutton:hover .mce-open {
  border-color: #ccc; }

.mce-colorbutton.mce-btn-small .mce-open {
  padding: 0 3px 0 3px; }

.mce-rtl .mce-colorbutton {
  direction: rtl; }

.mce-rtl .mce-colorbutton .mce-preview {
  margin-left: 0;
  padding-right: 0;
  padding-left: 3px; }

.mce-rtl .mce-colorbutton.mce-btn-small .mce-preview {
  margin-left: 0;
  padding-right: 0;
  padding-left: 2px; }

.mce-rtl .mce-colorbutton .mce-open {
  padding-left: 4px;
  padding-right: 4px;
  border-left: 0; }

.mce-colorpicker {
  position: relative;
  width: 250px;
  height: 220px; }

.mce-colorpicker-sv {
  position: absolute;
  top: 0;
  left: 0;
  width: 90%;
  height: 100%;
  border: 1px solid #c5c5c5;
  cursor: crosshair;
  overflow: hidden; }

.mce-colorpicker-h-chunk {
  width: 100%; }

.mce-colorpicker-overlay1, .mce-colorpicker-overlay2 {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0; }

.mce-colorpicker-overlay1 {
  filter: progid:DXImageTransform.Microsoft.gradient(GradientType=1, startColorstr='#ffffff', endColorstr='#00ffffff');
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(GradientType=1,startColorstr='#ffffff', endColorstr='#00ffffff')";
  background: linear-gradient(to right, #fff, rgba(255, 255, 255, 0)); }

.mce-colorpicker-overlay2 {
  filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0, startColorstr='#00000000', endColorstr='#000000');
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr='#00000000', endColorstr='#000000')";
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0), #000); }

.mce-colorpicker-selector1 {
  background: 0 0;
  position: absolute;
  width: 12px;
  height: 12px;
  margin: -8px 0 0 -8px;
  border: 1px solid #000;
  border-radius: 50%; }

.mce-colorpicker-selector2 {
  position: absolute;
  width: 10px;
  height: 10px;
  border: 1px solid #fff;
  border-radius: 50%; }

.mce-colorpicker-h {
  position: absolute;
  top: 0;
  right: 0;
  width: 6.5%;
  height: 100%;
  border: 1px solid #c5c5c5;
  cursor: crosshair; }

.mce-colorpicker-h-marker {
  margin-top: -4px;
  position: absolute;
  top: 0;
  left: -1px;
  width: 100%;
  border: 1px solid #333;
  background: #fff;
  height: 4px;
  z-index: 100; }

.mce-path {
  display: inline-block;
  padding: 8px;
  white-space: normal; }

.mce-path .mce-txt {
  display: inline-block;
  padding-right: 3px; }

.mce-path .mce-path-body {
  display: inline-block; }

.mce-path-item {
  display: inline-block;
  cursor: pointer;
  color: #333; }

.mce-path-item:hover {
  text-decoration: underline; }

.mce-path-item:focus {
  background: #666;
  color: #fff; }

.mce-path .mce-divider {
  display: inline; }

.mce-disabled .mce-path-item {
  color: #aaa; }

.mce-rtl .mce-path {
  direction: rtl; }

.mce-fieldset {
  border: 0 solid #9E9E9E; }

.mce-fieldset > .mce-container-body {
  margin-top: -15px; }

.mce-fieldset-title {
  margin-left: 5px;
  padding: 0 5px 0 5px; }

.mce-fit-layout {
  display: inline-block; }

.mce-fit-layout-item {
  position: absolute; }

.mce-flow-layout-item {
  display: inline-block; }

.mce-flow-layout-item {
  margin: 2px 0 2px 2px; }

.mce-flow-layout-item.mce-last {
  margin-right: 2px; }

.mce-flow-layout {
  white-space: normal; }

.mce-tinymce-inline .mce-flow-layout {
  white-space: nowrap; }

.mce-rtl .mce-flow-layout {
  text-align: right;
  direction: rtl; }

.mce-rtl .mce-flow-layout-item {
  margin: 2px 2px 2px 0; }

.mce-rtl .mce-flow-layout-item.mce-last {
  margin-left: 2px; }

.mce-iframe {
  border: 0 solid rgba(0, 0, 0, 0.2);
  width: 100%;
  height: 100%; }

.mce-label {
  display: inline-block;
  text-shadow: 0 1px 1px rgba(255, 255, 255, 0.75);
  overflow: hidden; }

.mce-label.mce-autoscroll {
  overflow: auto; }

.mce-label.mce-disabled {
  color: #aaa; }

.mce-label.mce-multiline {
  white-space: pre-wrap; }

.mce-label.mce-error {
  color: #a00; }

.mce-rtl .mce-label {
  text-align: right;
  direction: rtl; }

.mce-menubar .mce-menubtn {
  border-color: transparent;
  background: 0 0;
  filter: none; }

.mce-menubar .mce-menubtn button {
  color: #333; }

.mce-menubar {
  border: 1px solid rgba(217, 217, 217, 0.52); }

.mce-menubar .mce-menubtn button span {
  color: #333; }

.mce-menubar .mce-caret {
  border-top-color: #333; }

.mce-menubar .mce-menubtn:hover, .mce-menubar .mce-menubtn.mce-active, .mce-menubar .mce-menubtn:focus {
  border-color: #ccc;
  background: #fff;
  filter: none; }

.mce-menubtn button {
  color: #333; }

.mce-menubtn.mce-btn-small span {
  font-size: 12px; }

.mce-menubtn.mce-fixed-width span {
  display: inline-block;
  overflow-x: hidden;
  text-overflow: ellipsis;
  width: 90px; }

.mce-menubtn.mce-fixed-width.mce-btn-small span {
  width: 70px; }

.mce-rtl .mce-menubtn button {
  direction: rtl;
  text-align: right; }

.mce-menu-item {
  display: block;
  padding: 6px 15px 6px 12px;
  clear: both;
  font-weight: 400;
  line-height: 20px;
  color: #333;
  white-space: nowrap;
  cursor: pointer;
  line-height: normal;
  border-left: 4px solid transparent;
  margin-bottom: 1px; }

.mce-menu-item .mce-ico, .mce-menu-item .mce-text {
  color: #333; }

.mce-menu-item.mce-disabled .mce-text, .mce-menu-item.mce-disabled .mce-ico {
  color: #adadad; }

.mce-menu-item:hover .mce-text, .mce-menu-item.mce-selected .mce-text, .mce-menu-item:focus .mce-text {
  color: #fff; }

.mce-menu-item:hover .mce-ico, .mce-menu-item.mce-selected .mce-ico, .mce-menu-item:focus .mce-ico {
  color: #fff; }

.mce-menu-item.mce-disabled:hover {
  background: #ccc; }

.mce-menu-shortcut {
  display: inline-block;
  color: #adadad; }

.mce-menu-shortcut {
  display: inline-block;
  padding: 0 15px 0 20px; }

.mce-menu-item:hover .mce-menu-shortcut, .mce-menu-item.mce-selected .mce-menu-shortcut, .mce-menu-item:focus .mce-menu-shortcut {
  color: #fff; }

.mce-menu-item .mce-caret {
  margin-top: 4px;
  margin-right: 6px;
  border-top: 4px solid transparent;
  border-bottom: 4px solid transparent;
  border-left: 4px solid #333; }

.mce-menu-item.mce-selected .mce-caret, .mce-menu-item:focus .mce-caret, .mce-menu-item:hover .mce-caret {
  border-left-color: #fff; }

.mce-menu-align .mce-menu-shortcut, .mce-menu-align .mce-caret {
  position: absolute;
  right: 0; }

.mce-menu-item.mce-active i {
  visibility: visible; }

.mce-menu-item-normal.mce-active {
  background-color: #3498db; }

.mce-menu-item-preview.mce-active {
  border-left: 5px solid #aaa; }

.mce-menu-item-normal.mce-active .mce-text {
  color: #fff; }

.mce-menu-item-normal.mce-active:hover .mce-text, .mce-menu-item-normal.mce-active:hover .mce-ico {
  color: #fff; }

.mce-menu-item-normal.mce-active:focus .mce-text, .mce-menu-item-normal.mce-active:focus .mce-ico {
  color: #fff; }

.mce-menu-item:hover, .mce-menu-item.mce-selected, .mce-menu-item:focus {
  text-decoration: none;
  color: #fff;
  background-color: #2d8ac7; }

div.mce-menu .mce-menu-item-sep, .mce-menu-item-sep:hover {
  border: 0;
  padding: 0;
  height: 1px;
  margin: 9px 1px;
  overflow: hidden;
  background: 0 0;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  cursor: default;
  filter: none; }

.mce-menu.mce-rtl {
  direction: rtl; }

.mce-rtl .mce-menu-item {
  text-align: right;
  direction: rtl;
  padding: 6px 12px 6px 15px; }

.mce-menu-align.mce-rtl .mce-menu-shortcut, .mce-menu-align.mce-rtl .mce-caret {
  right: auto;
  left: 0; }

.mce-rtl .mce-menu-item .mce-caret {
  margin-left: 6px;
  margin-right: 0;
  border-right: 4px solid #333;
  border-left: 0; }

.mce-rtl .mce-menu-item.mce-selected .mce-caret, .mce-rtl .mce-menu-item:focus .mce-caret, .mce-rtl .mce-menu-item:hover .mce-caret {
  border-left-color: transparent;
  border-right-color: #fff; }

.mce-menu {
  position: absolute;
  left: 0;
  top: 0;
  filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
  background: 0 0;
  z-index: 1000;
  padding: 5px 0 5px 0;
  margin: -1px 0 0;
  min-width: 160px;
  background: #fff;
  border: 1px solid #989898;
  border: 1px solid rgba(0, 0, 0, 0.2);
  z-index: 1002;
  max-height: 400px;
  overflow: auto;
  overflow-x: hidden; }

.mce-menu i {
  display: none; }

.mce-menu-has-icons i {
  display: inline-block; }

.mce-menu-sub-tr-tl {
  margin: -6px 0 0 -1px; }

.mce-menu-sub-br-bl {
  margin: 6px 0 0 -1px; }

.mce-menu-sub-tl-tr {
  margin: -6px 0 0 1px; }

.mce-menu-sub-bl-br {
  margin: 6px 0 0 1px; }

.mce-listbox button {
  text-align: left;
  padding-right: 20px;
  position: relative; }

.mce-listbox .mce-caret {
  position: absolute;
  margin-top: -2px;
  right: 8px;
  top: 50%; }

.mce-rtl .mce-listbox .mce-caret {
  right: auto;
  left: 8px; }

.mce-rtl .mce-listbox button {
  padding-right: 10px;
  padding-left: 20px; }

.mce-container-body .mce-resizehandle {
  position: absolute;
  right: 0;
  bottom: 0;
  width: 16px;
  height: 16px;
  visibility: visible;
  cursor: s-resize;
  margin: 0; }

.mce-container-body .mce-resizehandle-both {
  cursor: se-resize; }

i.mce-i-resize {
  color: #333; }

.mce-slider {
  border: 1px solid #aaa;
  background: #eee;
  width: 100px;
  height: 10px;
  position: relative;
  display: block; }

.mce-slider.mce-vertical {
  width: 10px;
  height: 100px; }

.mce-slider-handle {
  border: 1px solid #bbb;
  background: #ddd;
  display: block;
  width: 13px;
  height: 13px;
  position: absolute;
  top: 0;
  left: 0;
  margin-left: -1px;
  margin-top: -2px; }

.mce-spacer {
  visibility: hidden; }

.mce-splitbtn .mce-open {
  border-left: 1px solid transparent; }

.mce-splitbtn:hover .mce-open {
  border-left-color: #ccc; }

.mce-splitbtn button {
  padding-right: 6px;
  padding-left: 6px; }

.mce-splitbtn .mce-open {
  padding-right: 4px;
  padding-left: 4px; }

.mce-splitbtn .mce-open.mce-active {
  background-color: #dbdbdb;
  outline: 1px solid #ccc; }

.mce-splitbtn.mce-btn-small .mce-open {
  padding: 0 3px 0 3px; }

.mce-rtl .mce-splitbtn {
  direction: rtl;
  text-align: right; }

.mce-rtl .mce-splitbtn button {
  padding-right: 4px;
  padding-left: 4px; }

.mce-rtl .mce-splitbtn .mce-open {
  border-left: 0; }

.mce-stack-layout-item {
  display: block; }

.mce-tabs {
  display: block;
  border-bottom: 1px solid #c5c5c5; }

.mce-tabs, .mce-tabs + .mce-container-body {
  background: #fff; }

.mce-tab {
  display: inline-block;
  border: 1px solid #c5c5c5;
  border-width: 0 1px 0 0;
  background: #fff;
  padding: 8px;
  text-shadow: 0 1px 1px rgba(255, 255, 255, 0.75);
  height: 13px;
  cursor: pointer; }

.mce-tab:hover {
  background: #fdfdfd; }

.mce-tab.mce-active {
  background: #fdfdfd;
  border-bottom-color: transparent;
  margin-bottom: -1px;
  height: 14px; }

.mce-rtl .mce-tabs {
  text-align: right;
  direction: rtl; }

.mce-rtl .mce-tab {
  border-width: 0 0 0 1px; }

.mce-textbox {
  background: #fff;
  border: 1px solid #c5c5c5;
  display: inline-block;
  -webkit-transition: border linear .2s,box-shadow linear .2s;
  transition: border linear .2s,box-shadow linear .2s;
  height: 28px;
  resize: none;
  padding: 0 4px 0 4px;
  white-space: pre-wrap;
  color: #333; }

.mce-textbox:focus, .mce-textbox.mce-focus {
  border-color: #3498db; }

.mce-placeholder .mce-textbox {
  color: #aaa; }

.mce-textbox.mce-multiline {
  padding: 4px; }

.mce-textbox.mce-disabled {
  color: #adadad; }

.mce-rtl .mce-textbox {
  text-align: right;
  direction: rtl; }

.mce-throbber {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: .6;
  filter: alpha(opacity=60);
  zoom: 1;
  background: #fff url(//s3.eu-central-1.amazonaws.com/oastatic/tinymce/skins/lightgray/loader.gif) no-repeat center center; }

.mce-throbber-inline {
  position: static;
  height: 50px; }

@font-face {
  font-family: tinymce;
  src: url(//s3.eu-central-1.amazonaws.com/oastatic/tinymce/skins/lightgray/fonts/tinymce.eot);
  src: url(//s3.eu-central-1.amazonaws.com/oastatic/tinymce/skins/lightgray/fonts/tinymce.eot?#iefix) format("embedded-opentype"), url(//s3.eu-central-1.amazonaws.com/oastatic/tinymce/skins/lightgray/fonts/tinymce.woff) format("woff"), url(//s3.eu-central-1.amazonaws.com/oastatic/tinymce/skins/lightgray/fonts/tinymce.ttf) format("truetype"), url(//s3.eu-central-1.amazonaws.com/oastatic/tinymce/skins/lightgray/fonts/tinymce.svg#tinymce) format("svg");
  font-weight: 400;
  font-style: normal; }

@font-face {
  font-family: tinymce-small;
  src: url(//s3.eu-central-1.amazonaws.com/oastatic/tinymce/skins/lightgray/fonts/tinymce-small.eot);
  src: url(//s3.eu-central-1.amazonaws.com/oastatic/tinymce/skins/lightgray/fonts/tinymce-small.eot?#iefix) format("embedded-opentype"), url(//s3.eu-central-1.amazonaws.com/oastatic/tinymce/skins/lightgray/fonts/tinymce-small.woff) format("woff"), url(//s3.eu-central-1.amazonaws.com/oastatic/tinymce/skins/lightgray/fonts/tinymce-small.ttf) format("truetype"), url(//s3.eu-central-1.amazonaws.com/oastatic/tinymce/skins/lightgray/fonts/tinymce-small.svg#tinymce) format("svg");
  font-weight: 400;
  font-style: normal; }

.mce-ico {
  font-family: tinymce,Arial;
  font-style: normal;
  font-weight: 400;
  font-variant: normal;
  font-size: 16px;
  line-height: 16px;
  speak: none;
  vertical-align: text-top;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  display: inline-block;
  background: transparent center center;
  background-size: cover;
  width: 16px;
  height: 16px;
  color: #333; }

.mce-btn-small .mce-ico {
  font-family: tinymce-small,Arial; }

.mce-i-save:before {
  content: "\e000"; }

.mce-i-newdocument:before {
  content: "\e001"; }

.mce-i-fullpage:before {
  content: "\e002"; }

.mce-i-alignleft:before {
  content: "\e003"; }

.mce-i-aligncenter:before {
  content: "\e004"; }

.mce-i-alignright:before {
  content: "\e005"; }

.mce-i-alignjustify:before {
  content: "\e006"; }

.mce-i-alignnone:before {
  content: "\e003"; }

.mce-i-cut:before {
  content: "\e007"; }

.mce-i-paste:before {
  content: "\e008"; }

.mce-i-searchreplace:before {
  content: "\e009"; }

.mce-i-bullist:before {
  content: "\e00a"; }

.mce-i-numlist:before {
  content: "\e00b"; }

.mce-i-indent:before {
  content: "\e00c"; }

.mce-i-outdent:before {
  content: "\e00d"; }

.mce-i-blockquote:before {
  content: "\e00e"; }

.mce-i-undo:before {
  content: "\e00f"; }

.mce-i-redo:before {
  content: "\e010"; }

.mce-i-link:before {
  content: "\e011"; }

.mce-i-unlink:before {
  content: "\e012"; }

.mce-i-anchor:before {
  content: "\e013"; }

.mce-i-image:before {
  content: "\e014"; }

.mce-i-media:before {
  content: "\e015"; }

.mce-i-help:before {
  content: "\e016"; }

.mce-i-code:before {
  content: "\e017"; }

.mce-i-insertdatetime:before {
  content: "\e018"; }

.mce-i-preview:before {
  content: "\e019"; }

.mce-i-forecolor:before {
  content: "\e01a"; }

.mce-i-backcolor:before {
  content: "\e01a"; }

.mce-i-table:before {
  content: "\e01b"; }

.mce-i-hr:before {
  content: "\e01c"; }

.mce-i-removeformat:before {
  content: "\e01d"; }

.mce-i-subscript:before {
  content: "\e01e"; }

.mce-i-superscript:before {
  content: "\e01f"; }

.mce-i-charmap:before {
  content: "\e020"; }

.mce-i-emoticons:before {
  content: "\e021"; }

.mce-i-print:before {
  content: "\e022"; }

.mce-i-fullscreen:before {
  content: "\e023"; }

.mce-i-spellchecker:before {
  content: "\e024"; }

.mce-i-nonbreaking:before {
  content: "\e025"; }

.mce-i-template:before {
  content: "\e026"; }

.mce-i-pagebreak:before {
  content: "\e027"; }

.mce-i-restoredraft:before {
  content: "\e028"; }

.mce-i-untitled:before {
  content: "\e029"; }

.mce-i-bold:before {
  content: "\e02a"; }

.mce-i-italic:before {
  content: "\e02b"; }

.mce-i-underline:before {
  content: "\e02c"; }

.mce-i-strikethrough:before {
  content: "\e02d"; }

.mce-i-visualchars:before {
  content: "\e02e"; }

.mce-i-visualblocks:before {
  content: "\e02e"; }

.mce-i-ltr:before {
  content: "\e02f"; }

.mce-i-rtl:before {
  content: "\e030"; }

.mce-i-copy:before {
  content: "\e031"; }

.mce-i-resize:before {
  content: "\e032"; }

.mce-i-browse:before {
  content: "\e034"; }

.mce-i-pastetext:before {
  content: "\e035"; }

.mce-i-rotateleft:before {
  content: "\eaa8"; }

.mce-i-rotateright:before {
  content: "\eaa9"; }

.mce-i-crop:before {
  content: "\ee78"; }

.mce-i-editimage:before {
  content: "\e914"; }

.mce-i-options:before {
  content: "\ec6a"; }

.mce-i-flipv:before {
  content: "\eaaa"; }

.mce-i-fliph:before {
  content: "\eaac"; }

.mce-i-zoomin:before {
  content: "\eb35"; }

.mce-i-zoomout:before {
  content: "\eb36"; }

.mce-i-sun:before {
  content: "\eccc"; }

.mce-i-moon:before {
  content: "\eccd"; }

.mce-i-arrowleft:before {
  content: "\edc0"; }

.mce-i-arrowright:before {
  content: "\edb8"; }

.mce-i-drop:before {
  content: "\e934"; }

.mce-i-contrast:before {
  content: "\ecd4"; }

.mce-i-sharpen:before {
  content: "\eba7"; }

.mce-i-palette:before {
  content: "\e92a"; }

.mce-i-resize2:before {
  content: "\edf9"; }

.mce-i-orientation:before {
  content: "\e601"; }

.mce-i-invert:before {
  content: "\e602"; }

.mce-i-gamma:before {
  content: "\e600"; }

.mce-i-remove:before {
  content: "\ed6a"; }

.mce-i-checkbox:before, .mce-i-selected:before {
  content: "\e033"; }

.mce-i-selected {
  visibility: hidden; }

i.mce-i-backcolor {
  text-shadow: none;
  background: #bbb; }

.mce-panel {
  padding-right: 1px; }

.mce-tinymce .mce-edit-area label {
  color: rgba(128, 128, 128, 0.8) !important;
  pointer-events: none; }

.legacy-event-form .info {
  display: block;
  padding-bottom: 0.5em; }

.legacy-event-form .checkbox label span, .legacy-event-form .checkbox label input {
  vertical-align: middle; }

.info-note {
  padding: 8px;
  border-left: 3px solid #41acdd;
  background: #fafafa; }
  .info-note p {
    margin: 0; }

.legacy-event-form .error {
  color: #da4453; }

/* event-dialog is to be deprecated */
.event-dialog .header {
  margin-bottom: 30px; }

.event-dialog .content.jumbotron {
  margin-top: 30px;
  margin-bottom: 0; }

.event-dialog .actions {
  text-align: center;
  max-width: 360px;
  margin: auto; }
  .event-dialog .actions a {
    display: block;
    margin-bottom: 1.6em; }

.agenda-admin-locations .head {
  padding: 1em 0; }
  .agenda-admin-locations .head li {
    margin-right: 1em; }
  .agenda-admin-locations .head .filter-item {
    cursor: pointer; }
    .agenda-admin-locations .head .filter-item a {
      color: inherit;
      padding-left: 0.3em;
      text-decoration: none; }

.agenda-admin-locations .list-actions, .agenda-admin-locations .list-filters {
  padding: 0 0 1em; }
  .agenda-admin-locations .list-actions .form-group, .agenda-admin-locations .list-filters .form-group {
    margin-right: 1em; }

.agenda-admin-locations .list-actions {
  text-align: right; }

.agenda-admin-locations .btn-link-group strong, .agenda-admin-locations .btn-link-group span {
  vertical-align: middle;
  border: 1px transparent; }

.agenda-admin-locations .merge-menu {
  border-left: 2px solid #41acdd; }
  .agenda-admin-locations .merge-menu .info {
    display: block;
    height: 2em; }

.agenda-admin-locations .item {
  position: relative; }
  .agenda-admin-locations .item:hover {
    background: #f7f7f7;
    cursor: pointer; }
  .agenda-admin-locations .item .title {
    font-weight: bold; }
  .agenda-admin-locations .item .action {
    padding: 0px 5px; }
  .agenda-admin-locations .item i.indicator {
    color: gray; }
    .agenda-admin-locations .item i.indicator.disabled {
      color: #e3e3e3; }
    .agenda-admin-locations .item i.indicator.red {
      color: #da4453; }
  .agenda-admin-locations .item .indicators {
    padding: 0.2em 0; }
    .agenda-admin-locations .item .indicators > a, .agenda-admin-locations .item .indicators > span, .agenda-admin-locations .item .indicators > i {
      margin-right: 0.4em; }
  .agenda-admin-locations .item .detailed {
    padding: 0.4em; }
    .agenda-admin-locations .item .detailed .map {
      height: 200px;
      margin: 0.5em 0; }

.gt-selector {
  margin-bottom: 2em; }
  .gt-selector .gt-info {
    margin-bottom: 1em; }
  .gt-selector .gt-group {
    padding-bottom: 1em; }
  .gt-selector .error {
    font-weight: bold;
    color: #da4453; }
    .gt-selector .error input[type="text"] {
      color: #da4453; }
  .gt-selector li {
    display: inline-block;
    margin: 0 1em 1em 0;
    padding: 0.2em 0.4em;
    border-radius: 4px;
    cursor: pointer; }
    .gt-selector li.active {
      color: #fff;
      background-color: #41acdd; }
      .gt-selector li.active span {
        color: #fff; }

.disabled.form-group,
.disabled .form-group,
.disabled .multi-input, .disabled.multi-input,
.disabled .multilingual-group .form-group {
  opacity: 0.5; }
  .disabled.form-group label, .disabled.form-group .info,
  .disabled .form-group label,
  .disabled .form-group .info,
  .disabled .multi-input label,
  .disabled .multi-input .info, .disabled.multi-input label, .disabled.multi-input .info,
  .disabled .multilingual-group .form-group label,
  .disabled .multilingual-group .form-group .info {
    color: #ccc; }
  .disabled.form-group input[type="text"], .disabled.form-group textarea,
  .disabled .form-group input[type="text"],
  .disabled .form-group textarea,
  .disabled .multi-input input[type="text"],
  .disabled .multi-input textarea, .disabled.multi-input input[type="text"], .disabled.multi-input textarea,
  .disabled .multilingual-group .form-group input[type="text"],
  .disabled .multilingual-group .form-group textarea {
    color: #ccc;
    background-color: #eee; }
  .disabled.form-group .Select-control,
  .disabled .form-group .Select-control,
  .disabled .multi-input .Select-control, .disabled.multi-input .Select-control,
  .disabled .multilingual-group .form-group .Select-control {
    background-color: #eee; }
    .disabled.form-group .Select-control .Select-placeholder,
    .disabled .form-group .Select-control .Select-placeholder,
    .disabled .multi-input .Select-control .Select-placeholder, .disabled.multi-input .Select-control .Select-placeholder,
    .disabled .multilingual-group .form-group .Select-control .Select-placeholder {
      color: gray; }
  .disabled.form-group .btn-default,
  .disabled .form-group .btn-default,
  .disabled .multi-input .btn-default, .disabled.multi-input .btn-default,
  .disabled .multilingual-group .form-group .btn-default {
    background-color: #eee; }
    .disabled.form-group .btn-default i,
    .disabled .form-group .btn-default i,
    .disabled .multi-input .btn-default i, .disabled.multi-input .btn-default i,
    .disabled .multilingual-group .form-group .btn-default i {
      color: gray; }
  .disabled.form-group .map,
  .disabled .form-group .map,
  .disabled .multi-input .map, .disabled.multi-input .map,
  .disabled .multilingual-group .form-group .map {
    opacity: 0.5; }

.disabled.multilingual-group .language-bar .language-item {
  background-color: #eee; }

.disabled.multilingual-group .language-bar .url {
  color: #ccc; }

.gt-selector.disabled label,
.gt-selector .gt-group.disabled label,
.gt-selector .checkbox.disabled label {
  color: #ccc; }

.gt-selector.disabled input[type="checkbox"],
.gt-selector .gt-group.disabled input[type="checkbox"],
.gt-selector .checkbox.disabled input[type="checkbox"] {
  opacity: 0.5; }

.location-form {
  /**
   * prevent narrow menu in mobile mode
   */
  min-width: 340px; }
  .location-form .form-head {
    display: block;
    padding: 0 0 2em; }
    .location-form .form-head h2 {
      margin-top: 10px;
      margin-left: 0; }
  .location-form input[placeholder] {
    text-overflow: ellipsis; }
  .location-form .suggestion-nav {
    position: absolute;
    right: 0;
    top: 1.8em; }
    .location-form .suggestion-nav a {
      padding: 0 0.2em; }
      .location-form .suggestion-nav a.disabled {
        color: #eee; }
  .location-form .stakeholder {
    padding: 1em 0;
    position: relative; }
    .location-form .stakeholder ul {
      padding: 0; }
      .location-form .stakeholder ul li {
        display: inline-block;
        color: gray;
        margin-right: 0.5em; }
  .location-form .map {
    min-height: 300px; }
  .location-form .error {
    color: #da4453; }
  .location-form .geocode i {
    min-height: 1.4em;
    display: block;
    min-width: 0.9em;
    padding: 0.2em; }
  .location-form .country .Select-control {
    max-width: 13em; }
  .location-form .country .Select {
    z-index: 10000; }
  .location-form .bottom {
    padding-top: 1em; }
    .location-form .bottom .btn-primary, .location-form .bottom .rtp__calendar .rtp__modal .rtp__error .rtp__recurrencer-error__disabledTimings button, .rtp__calendar .rtp__modal .rtp__error .rtp__recurrencer-error__disabledTimings .location-form .bottom button, .location-form .bottom .rtp__calendar .rtp__edit-modal button[type="submit"], .rtp__calendar .rtp__edit-modal .location-form .bottom button[type="submit"], .location-form .bottom .rtp__calendar .rtp__recurrencer-modal button[type="submit"], .rtp__calendar .rtp__recurrencer-modal .location-form .bottom button[type="submit"],
    .location-form .bottom .rtp__calendar .rtp__multi-recurrencer-modal button[type="submit"], .rtp__calendar .rtp__multi-recurrencer-modal .location-form .bottom button[type="submit"] {
      float: right; }
  .location-form .alternatives {
    padding: 0.5em 0 1em; }
    .location-form .alternatives ul {
      list-style-type: none;
      padding: 0; }
    .location-form .alternatives li {
      padding-bottom: 0.2em;
      cursor: pointer; }
      .location-form .alternatives li label {
        margin-right: 0.5em; }
    .location-form .alternatives.checkbox-alternatives {
      padding: 0; }
      .location-form .alternatives.checkbox-alternatives ul, .location-form .alternatives.checkbox-alternatives li {
        margin: 0;
        padding: 0; }
    .location-form .alternatives.image-alternatives li {
      display: inline-block;
      overflow: hidden;
      opacity: 0.8;
      width: 120px;
      height: 75px;
      position: relative;
      margin-right: 1em; }
      .location-form .alternatives.image-alternatives li:hover {
        opacity: 1; }
    .location-form .alternatives.image-alternatives img {
      position: absolute;
      left: 50%;
      top: 50%;
      width: 100%;
      height: auto;
      -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
      transform: translate(-50%, -50%); }
  .location-form .multilingual-group {
    padding: 2em 0; }
    .location-form .multilingual-group .language-bar ul {
      margin-bottom: 0; }
    .location-form .multilingual-group .multilingual-input-field {
      padding: 0; }
  .location-form .gt-selector {
    margin-top: 2em; }
    .location-form .gt-selector h2 {
      font-size: 1em;
      font-weight: bold; }
    .location-form .gt-selector .gt-head {
      padding: 0; }
  .location-form .state {
    padding: 1em 0; }
    .location-form .state .rc-switch {
      margin-right: 1em;
      position: relative;
      display: inline-block;
      box-sizing: border-box;
      width: 44px;
      height: 22px;
      line-height: 20px;
      vertical-align: middle;
      border-radius: 20px 20px;
      border: 1px solid #ccc;
      background-color: #f6bb42;
      cursor: pointer;
      transition: all 0.3s cubic-bezier(0.35, 0, 0.25, 1); }
      .location-form .state .rc-switch:after {
        position: absolute;
        width: 18px;
        height: 18px;
        left: 2px;
        top: 1px;
        border-radius: 50% 50%;
        background-color: #ffffff;
        content: " ";
        cursor: pointer;
        box-shadow: 0 2px 5px rgba(0, 0, 0, 0.26);
        -webkit-transform: scale(1);
        transform: scale(1);
        transition: left 0.3s cubic-bezier(0.35, 0, 0.25, 1);
        -webkit-animation-timing-function: cubic-bezier(0.35, 0, 0.25, 1);
        animation-timing-function: cubic-bezier(0.35, 0, 0.25, 1);
        -webkit-animation-duration: 0.3s;
        animation-duration: 0.3s;
        -webkit-animation-name: rcSwitchOff;
        animation-name: rcSwitchOff; }
        .location-form .state .rc-switch:after:hover {
          -webkit-transform: scale(1.1);
          transform: scale(1.1);
          -webkit-animation-name: rcSwitchOn;
          animation-name: rcSwitchOn; }
      .location-form .state .rc-switch .rc-switch-inner {
        color: #fff;
        font-size: 12px;
        position: absolute;
        left: 24px; }
      .location-form .state .rc-switch.rc-switch-checked {
        border: 1px solid #87d068;
        background-color: #87d068; }
        .location-form .state .rc-switch.rc-switch-checked .rc-switch-inner {
          color: #fff;
          left: 6px; }
        .location-form .state .rc-switch.rc-switch-checked:after {
          left: 22px; }
      .location-form .state .rc-switch.rc-switch-disabled {
        cursor: no-drop;
        background: #ccc;
        border-color: #ccc; }
        .location-form .state .rc-switch.rc-switch-disabled:after {
          background: #9e9e9e;
          -webkit-animation-name: none;
          animation-name: none;
          cursor: no-drop; }
        .location-form .state .rc-switch.rc-switch-disabled:hover:after {
          -webkit-transform: scale(1);
          transform: scale(1);
          -webkit-animation-name: none;
          animation-name: none; }
    .location-form .state .rc-switch-label {
      display: inline-block;
      line-height: 20px;
      font-size: 14px;
      padding-left: 10px;
      vertical-align: middle;
      white-space: normal;
      pointer-events: none;
      -webkit-user-select: text;
      -moz-user-select: text;
      -ms-user-select: text;
      user-select: text; }

@-webkit-keyframes rcSwitchOn {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1); }
  50% {
    -webkit-transform: scale(1.25);
    transform: scale(1.25); }
  100% {
    -webkit-transform: scale(1.1);
    transform: scale(1.1); } }

@keyframes rcSwitchOn {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1); }
  50% {
    -webkit-transform: scale(1.25);
    transform: scale(1.25); }
  100% {
    -webkit-transform: scale(1.1);
    transform: scale(1.1); } }

@-webkit-keyframes rcSwitchOff {
  0% {
    -webkit-transform: scale(1.1);
    transform: scale(1.1); }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1); } }

@keyframes rcSwitchOff {
  0% {
    -webkit-transform: scale(1.1);
    transform: scale(1.1); }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1); } }

.picked-terms-selector .terms-selector {
  display: inline-block; }

/**
 * if its in the corpo folder, then it is a corpo style.
 */
.landing {
  font-family: Roboto, "Helvetica Neue", Helvetica, Arial, sans-serif;
  /**
 * used in corpo id only
 */
  /**
 * deprecating style by id
 */ }
  .landing .landing-header {
    margin-bottom: 0;
    /**
   * mobile menu adjustments - hack over bootstrap, isolated from the rest.
   */ }
    .landing .landing-header .navbar-header .logo {
      width: 185px;
      height: 32px;
      background-image: url("//s3.eu-central-1.amazonaws.com/oastatic/openagenda-white-185.png");
      background-size: cover; }
    .landing .landing-header .collapsing, .landing .landing-header .collapse {
      transition: height 0.2s; }
    .landing .landing-header .language-menu > a {
      text-transform: uppercase; }
    .landing .landing-header .navbar-nav .tel a {
      border-radius: 16px;
      background-color: transparent; }
    @media (min-width: 768px) {
      .landing .landing-header {
        background-color: transparent;
        position: absolute;
        width: 100%;
        margin: 0;
        z-index: 2002;
        padding-bottom: 0;
        min-height: 75px;
        border: none; }
        .landing .landing-header .navbar-nav .navbar-btn {
          margin: 23px 15px 24px; }
        .landing .landing-header .navbar-nav .tel div {
          padding-top: 24px; }
        .landing .landing-header .navbar-nav .tel a {
          color: #fff;
          border-color: #f2f2f2; }
          .landing .landing-header .navbar-nav .tel a:hover, .landing .landing-header .navbar-nav .tel a:focus {
            color: #e6e6e6;
            border-color: #d9d9d9; }
        .landing .landing-header .navbar-nav > li a, .landing .landing-header .navbar-nav > li div {
          color: #fff; }
        .landing .landing-header .navbar-nav > li > * {
          padding: 30px 15px; }
          .landing .landing-header .navbar-nav > li > *:hover, .landing .landing-header .navbar-nav > li > *:focus {
            color: #d9d9d9; }
        .landing .landing-header .navbar-nav > li.signup > a {
          color: #41acdd;
          font-weight: bold;
          -webkit-transition: color 200ms ease;
          -moz-transition: color 200ms ease;
          -ms-transition: color 200ms ease;
          -o-transition: color 200ms ease;
          transition: color 200ms ease; }
          .landing .landing-header .navbar-nav > li.signup > a:hover {
            color: #6cbfe5; }
        .landing .landing-header .navbar-brand {
          padding: 22px 15px;
          height: 80px; }
        .landing .landing-header .navbar-header {
          padding-left: 10px; }
        .landing .landing-header .language-menu.open > a, .landing .landing-header .language-menu.open > a:hover, .landing .landing-header .language-menu.open > a:focus {
          background-color: transparent;
          color: #d9d9d9; }
        .landing .landing-header .language-menu > ul.dropdown-menu {
          top: 21px;
          right: 0;
          text-align: right;
          min-width: 0; }
        .landing .landing-header .language-menu .selected {
          background-color: #eee;
          color: #413a42; }
          .landing .landing-header .language-menu .selected:hover {
            background-color: #d5d5d5; }
        .landing .landing-header .search-form {
          float: left;
          margin: 0 0 0 1em; }
          .landing .landing-header .search-form .search-input {
            width: 210px; }
        .landing .landing-header .profile > a {
          padding-top: 15px;
          padding-bottom: 15px;
          display: inline-block;
          cursor: pointer; }
          .landing .landing-header .profile > a img {
            width: 30px;
            max-height: 30px; }
        .landing .landing-header .profile .dropdown-menu {
          min-width: 400px;
          margin: 0;
          padding: 0; }
          .landing .landing-header .profile .dropdown-menu .row li {
            padding: 0 10px; }
            .landing .landing-header .profile .dropdown-menu .row li img {
              width: 24px; }
            .landing .landing-header .profile .dropdown-menu .row li a {
              color: #333;
              padding: 10px 0;
              display: block; }
            .landing .landing-header .profile .dropdown-menu .row li:hover {
              background: #f5f5f5; }
              .landing .landing-header .profile .dropdown-menu .row li:hover a {
                text-decoration: none; } }
    @media (max-width: 768px) {
      .landing .landing-header {
        padding: 0 15px; }
        .landing .landing-header .navbar-header .logo {
          background-image: url("//s3.eu-central-1.amazonaws.com/oastatic/openagenda-185.png"); }
        .landing .landing-header .navbar-nav .navbar-btn {
          margin-left: 15px; } }
    @media (min-width: 768px) and (max-width: 992px) {
      .landing .landing-header {
        padding: 0; }
        .landing .landing-header .container {
          width: 100%; } }
  .landing .carousel-inner > .item img {
    margin: 0; }
  .landing .carousel-control {
    background-image: none;
    opacity: 1;
    text-shadow: none; }
    .landing .carousel-control .fa {
      transform: translateY(-50%);
      position: absolute;
      top: 50%;
      color: #41acdd;
      opacity: 1;
      font-size: 7em; }
      .landing .carousel-control .fa:active {
        opacity: .85; }
      .landing .carousel-control .fa:hover {
        opacity: .6; }
      .landing .carousel-control .fa:focus {
        opacity: .6; }
    .landing .carousel-control.left i {
      left: -50%; }
    .landing .carousel-control.right i {
      right: -50%; }
  .landing .carousel-indicators {
    bottom: 0; }
  .landing .carousel-caption {
    width: 100%;
    left: 0;
    right: 0;
    bottom: 0;
    text-shadow: none; }
    .landing .carousel-caption:before {
      content: "";
      background-color: #413a42;
      opacity: 0.6;
      z-index: -1;
      -webkit-filter: brightness(60%);
      -moz-filter: brightness(60%);
      -o-filter: brightness(60%);
      filter: brightness(60%);
      position: absolute;
      left: 0;
      height: 100%;
      width: 100%; }
  @media (max-width: 768px) {
    .landing .carousel-control .fa {
      font-size: 3em; }
    .landing .carousel-control.right i {
      right: -25%; }
    .landing .carousel-control.left i {
      left: -25%; } }
  .landing .media {
    padding: 3em 0;
    line-height: 1.5; }
    .landing .media-right img {
      margin-left: 20em;
      margin-right: 1em; }
      .landing .media-right img.big {
        margin-left: 10em; }
    .landing .media-left img {
      margin-right: 20em;
      margin-left: 1em; }
      .landing .media-left img.big {
        margin-right: 10em; }
    .landing .media-heading {
      font-size: 2.5em;
      margin-bottom: 0.8em; }
      .landing .media-heading em {
        color: #41acdd;
        font-style: normal; }
    .landing .media p {
      margin: 1em 0;
      font-size: 18px;
      font-weight: 200;
      line-height: 1.6; }
    @media (max-width: 992px) {
      .landing .media {
        padding: 4em 2em; }
        .landing .media img {
          max-width: 256px; }
        .landing .media-right img, .landing .media-right img.big {
          margin-left: 2em; }
        .landing .media-left img, .landing .media-left img.big {
          margin-right: 2em; } }
    @media (max-width: 768px) {
      .landing .media-middle {
        display: block;
        padding: 0;
        width: auto; }
      .landing .media-right img {
        margin-left: 0;
        margin-top: 1em; }
      .landing .media-left img {
        margin-right: 0;
        margin-bottom: 1em; }
      .landing .media .col-xs-4 {
        padding: 0; }
        .landing .media .col-xs-4 img {
          max-width: 128px; }
        .landing .media .col-xs-4 p {
          font-size: 1em; } }
  .landing .price-summary h2, .landing .price-summary h3 {
    font-weight: bold; }
  .landing .price-summary h3 {
    padding-top: 40px;
    font-size: 2em; }
  .landing .price-summary figure {
    height: 320px; }
  .landing .price-summary ul {
    padding-left: 20px; }
    .landing .price-summary ul li {
      padding: 0 0 1em 0; }
  .landing .price-summary .separator {
    border-top: 1px solid #fff;
    margin: 20px 0 40px;
    width: 100px; }
  .landing .price-summary .sub {
    padding: 0 0 20px 0;
    font-size: 1.4em; }
  .landing .pricing ul, .landing .pricing ul:hover {
    list-style: none;
    padding: 0; }
    .landing .pricing ul li, .landing .pricing ul:hover li {
      color: #413a42; }
  .landing .pricing .price-canvas {
    display: inline-block;
    vertical-align: top; }
  .landing .pricing small {
    font-size: 0.95em; }
  .landing .pricing > ul {
    display: table;
    margin: 4em auto 0;
    text-align: center; }
  .landing .pricing .without-border {
    border: none !important; }
  .landing .pricing .unit {
    position: relative;
    display: inline-block;
    vertical-align: top;
    min-width: 360px;
    text-align: center;
    border-radius: 4px;
    -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px; }
    .landing .pricing .unit.thin {
      min-width: 260px; }
    .landing .pricing .unit.active {
      top: 5px;
      z-index: 1;
      margin-right: -36px;
      margin-left: -36px;
      -webkit-box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
      -moz-box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
      box-shadow: 0 0 8px rgba(0, 0, 0, 0.6); }
      .landing .pricing .unit.active .price-title h3 {
        font-size: 40px; }
  @media screen and (max-width: 768px) {
    .landing .pricing .unit {
      margin-bottom: 20px;
      width: 250px;
      margin-left: auto;
      margin-right: auto;
      display: block; }
      .landing .pricing .unit.active {
        top: 0;
        margin-right: 0;
        margin-left: 0; }
      .landing .pricing .unit.active .price-title h3 {
        font-size: 30px; }
      .landing .pricing .unit .price-body {
        min-height: 0; } }
  .landing .pricing .price-title {
    display: flex;
    flex-direction: column;
    min-height: 145px;
    padding: 20px 20px 15px;
    color: #fff;
    border-top-left-radius: 4px;
    border-top-right-radius: 4px;
    -webkit-border-top-left-radius: 4px;
    -moz-border-radius-topleft: 4px;
    -webkit-border-top-right-radius: 4px;
    -moz-border-radius-topright: 4px; }
    .landing .pricing .price-title h3 {
      font-size: 2em; }
    .landing .pricing .price-title small {
      color: #fff; }
    .landing .pricing .price-title.title-only {
      padding-bottom: 82px; }
  .landing .pricing .price-title h3, .landing .pricing .pricing .price-title h3 > p {
    margin: auto; }
  .landing .pricing .price-body {
    min-height: 340px; }
    .landing .pricing .price-body h4 {
      margin: 0; }
    .landing .pricing .price-body ul {
      min-height: 0; }
      .landing .pricing .price-body ul li {
        padding: 15px 20px; }
    .landing .pricing .price-body .price-body-head {
      min-height: 100px;
      display: flex;
      flex-direction: column;
      justify-content: center; }
  .landing .pricing .price-foot {
    padding: 20px;
    border-bottom-right-radius: 4px;
    border-bottom-left-radius: 4px;
    -webkit-border-bottom-left-radius: 4px;
    -moz-border-radius-bottomleft: 4px;
    -webkit-border-bottom-right-radius: 4px;
    -moz-border-radius-bottomright: 4px;
    margin: 0 20px; }
  .landing .pricing .price-underfoot {
    padding: 2em 0; }
  .landing .pricing .price-primary a, .landing .pricing .price-success a {
    text-decoration: none; }
  .landing .pricing .price-primary .price-body, .landing .pricing .price-success .price-body {
    color: #413a42; }
  .landing .pricing .price-primary {
    background-color: #fff; }
    .landing .pricing .price-primary:hover {
      background-color: #ceeef9; }
    .landing .pricing .price-primary .price-title {
      background-color: #4fc1e9; }
      .landing .pricing .price-primary .price-title h2, .landing .pricing .price-primary .price-title h3 {
        display: block;
        font-weight: 500; }
      .landing .pricing .price-primary .price-title .price-subtitle {
        display: block; }
  .landing .pricing .price-primary .price-body li,
  .landing .pricing .pricing .price-primary .price-foot {
    border-top: 1px solid #aae1f4; }
  .landing .pricing .price-success {
    background-color: #ebf6df; }
    .landing .pricing .price-success:hover {
      background-color: #e6f4d7; }
    .landing .pricing .price-success .price-title {
      background-color: #a0d468; }
    .landing .pricing .price-success .price-body ul,
    .landing .pricing .price-success .price-foot {
      border-top: 1px solid #d2ebb7; }
  .landing .pricing .price-warning .price-title {
    background-color: #ff8b4c; }
  .landing .pricing .price-warning {
    background-color: #ffeee5; }
  .landing .pricing .price-warning .price-body ul, .landing .pricing .pricing .price-warning .price-foot {
    border-top: 1px solid #ffdecc; }
  .landing .pricing .price-danger .price-title {
    background-color: #f03d31; }
  .landing .pricing .price-danger {
    background-color: #fac3c0; }
  .landing .pricing .price-danger .price-body ul, .landing .pricing .pricing .price-danger .price-foot {
    border-top: 1px solid #f9ada8; }
  .landing .typed {
    display: inline-block; }
  .landing .typed-cursor {
    opacity: 1;
    -webkit-animation: blink 0.7s infinite;
    -moz-animation: blink 0.7s infinite;
    animation: blink 0.7s infinite; }

@keyframes blink {
  0% {
    opacity: 1; }
  50% {
    opacity: 0; }
  100% {
    opacity: 1; } }

@-webkit-keyframes blink {
  0% {
    opacity: 1; }
  50% {
    opacity: 0; }
  100% {
    opacity: 1; } }

@-moz-keyframes blink {
  0% {
    opacity: 1; }
  50% {
    opacity: 0; }
  100% {
    opacity: 1; } }
  .landing .big-events {
    width: 600px;
    height: 400px;
    list-style-type: none;
    position: relative;
    padding: 20px;
    margin-right: 40px; }
    .landing .big-events li {
      position: absolute; }
      .landing .big-events li a {
        background: url("//s3.eu-central-1.amazonaws.com/oastatic/landing/bigevents.png");
        background-position-y: 0;
        background-position-x: 0;
        height: 180px;
        width: 180px;
        display: block; }
      .landing .big-events li.be-chv {
        top: 230px; }
        .landing .big-events li.be-chv a {
          background-position-x: -180px;
          height: 176px; }
      .landing .big-events li.be-sdi {
        left: 225px; }
        .landing .big-events li.be-sdi a {
          background-position-x: -367px; }
      .landing .big-events li.be-cpd {
        left: 225px;
        top: 230px; }
        .landing .big-events li.be-cpd a {
          background-position-x: -735px; }
      .landing .big-events li.be-slt {
        left: 430px; }
        .landing .big-events li.be-slt a {
          background-position-x: -930px; }
      .landing .big-events li.be-fen {
        left: 430px;
        top: 220px; }
        .landing .big-events li.be-fen a {
          background-position-x: -1110px;
          width: 172px; }
  .landing .odometer.odometer-auto-theme, .landing .odometer.odometer-theme-default {
    display: inline-block;
    vertical-align: middle;
    *vertical-align: auto;
    *zoom: 1;
    *display: inline;
    position: relative; }
  .landing .odometer.odometer-auto-theme .odometer-digit, .landing .odometer.odometer-theme-default .odometer-digit {
    display: inline-block;
    vertical-align: middle;
    *vertical-align: auto;
    *zoom: 1;
    *display: inline;
    position: relative; }
  .landing .odometer.odometer-auto-theme .odometer-digit .odometer-digit-spacer, .landing .odometer.odometer-theme-default .odometer-digit .odometer-digit-spacer {
    display: inline-block;
    vertical-align: middle;
    *vertical-align: auto;
    *zoom: 1;
    *display: inline;
    visibility: hidden; }
  .landing .odometer.odometer-auto-theme .odometer-digit .odometer-digit-inner, .landing .odometer.odometer-theme-default .odometer-digit .odometer-digit-inner {
    text-align: left;
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    overflow: hidden; }
  .landing .odometer.odometer-auto-theme .odometer-digit .odometer-ribbon, .landing .odometer.odometer-theme-default .odometer-digit .odometer-ribbon {
    display: block; }
  .landing .odometer.odometer-auto-theme .odometer-digit .odometer-ribbon-inner, .landing .odometer.odometer-theme-default .odometer-digit .odometer-ribbon-inner {
    display: block;
    -webkit-backface-visibility: hidden; }
  .landing .odometer.odometer-auto-theme .odometer-digit .odometer-value, .landing .odometer.odometer-theme-default .odometer-digit .odometer-value {
    display: block;
    -webkit-transform: translateZ(0); }
  .landing .odometer.odometer-auto-theme .odometer-digit .odometer-value.odometer-last-value, .landing .odometer.odometer-theme-default .odometer-digit .odometer-value.odometer-last-value {
    position: absolute; }
  .landing .odometer.odometer-auto-theme.odometer-animating-up .odometer-ribbon-inner, .landing .odometer.odometer-theme-default.odometer-animating-up .odometer-ribbon-inner {
    -webkit-transition: -webkit-transform 2s;
    -moz-transition: -moz-transform 2s;
    -ms-transition: -ms-transform 2s;
    -o-transition: -o-transform 2s;
    transition: transform 2s; }
  .landing .odometer.odometer-auto-theme.odometer-animating-up.odometer-animating .odometer-ribbon-inner, .landing .odometer.odometer-theme-default.odometer-animating-up.odometer-animating .odometer-ribbon-inner {
    -webkit-transform: translateY(-100%);
    -moz-transform: translateY(-100%);
    -ms-transform: translateY(-100%);
    -o-transform: translateY(-100%);
    transform: translateY(-100%); }
  .landing .odometer.odometer-auto-theme.odometer-animating-down .odometer-ribbon-inner, .landing .odometer.odometer-theme-default.odometer-animating-down .odometer-ribbon-inner {
    -webkit-transform: translateY(-100%);
    -moz-transform: translateY(-100%);
    -ms-transform: translateY(-100%);
    -o-transform: translateY(-100%);
    transform: translateY(-100%); }
  .landing .odometer.odometer-auto-theme.odometer-animating-down.odometer-animating .odometer-ribbon-inner, .landing .odometer.odometer-theme-default.odometer-animating-down.odometer-animating .odometer-ribbon-inner {
    -webkit-transition: -webkit-transform 2s;
    -moz-transition: -moz-transform 2s;
    -ms-transition: -ms-transform 2s;
    -o-transition: -o-transform 2s;
    transition: transform 2s;
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0); }
  .landing .odometer.odometer-auto-theme, .landing .odometer.odometer-theme-default {
    font-family: "Helvetica Neue", sans-serif;
    line-height: 1.1em; }
  .landing .odometer.odometer-auto-theme .odometer-value, .landing .odometer.odometer-theme-default .odometer-value {
    text-align: center; }
  .landing .embed-previews {
    text-align: center; }
    .landing .embed-previews > ul {
      max-width: 1800px;
      display: inline-block; }
    .landing .embed-previews .embed-item {
      position: relative;
      display: block;
      width: 300px;
      height: 300px; }
      .landing .embed-previews .embed-item .details {
        position: absolute;
        bottom: 0;
        width: 100%;
        background: rgba(65, 58, 66, 0.9);
        color: #fff;
        padding: 1em;
        cursor: pointer; }
        .landing .embed-previews .embed-item .details label {
          text-transform: uppercase;
          font-size: 1.1em; }
        .landing .embed-previews .embed-item .details span {
          white-space: nowrap;
          text-overflow: ellipsis;
          width: 100%;
          display: block;
          overflow: hidden; }
      .landing .embed-previews .embed-item:hover .details {
        background: rgba(65, 58, 66, 0.95); }
  .landing .footer {
    background: #413a42; }
    .landing .footer .row {
      border: 0; }
    .landing .footer h2 {
      color: gray;
      margin: 0 0 1em; }
    .landing .footer li {
      margin: 1em 0; }
      .landing .footer li li {
        margin: 0 0 1em; }
      .landing .footer li form {
        margin: auto;
        max-width: 400px; }
    .landing .footer a {
      color: #ccc; }
      .landing .footer a:hover {
        color: #fff;
        text-decoration: underline; }
    .landing .footer .text-left {
      text-align: center; }
    @media (max-width: 480px) {
      .landing .footer {
        text-align: center; }
        .landing .footer h2 {
          margin: 2em 0 1em; } }
    .landing .footer .bottom {
      color: #ccc; }
      .landing .footer .bottom p {
        font-size: 1em; }
  .landing .hook {
    font-weight: 400; }
  .landing .spaced {
    padding-bottom: 4em;
    padding-top: 4em; }
  .landing .font-size-11 {
    font-size: 1.1em; }
  .landing .font-size-15 {
    font-size: 1.5em; }
  .landing .counters span {
    display: inline-block;
    padding: 0 1em;
    font-size: 1.2em; }
    .landing .counters span:last-child {
      padding-right: 0; }
    .landing .counters span:first-child {
      padding-left: 0; }
  .landing .row > h2 {
    margin-bottom: 1em; }
  .landing p {
    font-size: 18px;
    font-weight: 200; }
  .landing strong.h1 {
    color: #41acdd;
    display: block; }
  .landing blockquote footer:before {
    content: none; }
  .landing blockquote img {
    float: left;
    margin-right: 10px; }
  .landing blockquote strong {
    color: #413a42; }
  .landing hr {
    margin-top: 0;
    margin-bottom: 0;
    border: 0;
    border-top: 2px solid #eeeeee; }
  .landing small {
    font-weight: 400;
    line-height: 1;
    color: #777; }
  .landing .background-white {
    background: #fff; }
    .landing .background-white .shadow {
      -webkit-box-shadow: 0px 3px 15px rgba(0, 0, 0, 0.4);
      -moz-box-shadow: 0px 3px 15px rgba(0, 0, 0, 0.4);
      box-shadow: 0px 3px 15px rgba(0, 0, 0, 0.4); }
  .landing .background-gray {
    background: #eee; }
    .landing .background-gray .shadow {
      -webkit-box-shadow: 0px 3px 15px rgba(0, 0, 0, 0.3);
      -moz-box-shadow: 0px 3px 15px rgba(0, 0, 0, 0.3);
      box-shadow: 0px 3px 15px rgba(0, 0, 0, 0.3); }
  .landing .background-blue {
    background: #41acdd; }
    .landing .background-blue h1, .landing .background-blue h2, .landing .background-blue h3, .landing .background-blue p, .landing .background-blue ul {
      color: #fff; }
    .landing .background-blue .btn, .landing .background-blue .rtp__calendar .rtp__modal .rtp__error .rtp__recurrencer-error__disabledTimings button, .rtp__calendar .rtp__modal .rtp__error .rtp__recurrencer-error__disabledTimings .landing .background-blue button, .landing .background-blue .rtp__calendar .rtp__edit-modal button[type="submit"], .rtp__calendar .rtp__edit-modal .landing .background-blue button[type="submit"], .landing .background-blue .rtp__calendar .rtp__recurrencer-button, .rtp__calendar .landing .background-blue .rtp__recurrencer-button, .landing .background-blue .rtp__calendar .rtp__multi-recurrencer-button, .rtp__calendar .landing .background-blue .rtp__multi-recurrencer-button, .landing .background-blue .rtp__calendar .rtp__recurrencer-modal button[type="submit"], .rtp__calendar .rtp__recurrencer-modal .landing .background-blue button[type="submit"],
    .landing .background-blue .rtp__calendar .rtp__multi-recurrencer-modal button[type="submit"], .rtp__calendar .rtp__multi-recurrencer-modal .landing .background-blue button[type="submit"] {
      border-color: #fff; }
  .landing .background-dark-purple {
    background: #413a42; }
    .landing .background-dark-purple h1, .landing .background-dark-purple h2, .landing .background-dark-purple p, .landing .background-dark-purple li {
      color: #fff; }
  .landing .background-orange {
    background: #FF813D; }
    .landing .background-orange h1, .landing .background-orange h2, .landing .background-orange p, .landing .background-orange li {
      color: #fff; }
  .landing #presentation {
    position: relative;
    color: antiquewhite; }
    .landing #presentation:before {
      content: "";
      position: absolute;
      top: 0;
      background-image: url("//s3.eu-central-1.amazonaws.com/oastatic/placeit.jpg");
      background-size: cover;
      height: 100%;
      width: 100%; }
    .landing #presentation:after {
      content: "";
      position: absolute;
      top: 0;
      opacity: 0.5;
      background: black;
      background-size: cover;
      height: 100%;
      width: 100%; }
    .landing #presentation .container {
      position: relative;
      z-index: 1; }
    .landing #presentation .hook {
      font-size: 65px; }
    .landing #presentation .under-hook {
      margin-top: 75px;
      font-size: 35px; }
    .landing #presentation .hook-action {
      margin-top: 100px; }
      .landing #presentation .hook-action .search input {
        outline: none;
        box-shadow: none;
        border-color: initial;
        font-size: 17px; }
      .landing #presentation .hook-action .search button {
        right: 4px; }
        .landing #presentation .hook-action .search button i {
          color: #413a42;
          font-size: 20px; }
    .landing #presentation .hook-secondary-action {
      padding-top: 0.5em; }
      .landing #presentation .hook-secondary-action a {
        color: #fff;
        font-size: 0.9em;
        font-weight: 500; }
      .landing #presentation .hook-secondary-action .btn, .landing #presentation .hook-secondary-action .rtp__calendar .rtp__modal .rtp__error .rtp__recurrencer-error__disabledTimings button, .rtp__calendar .rtp__modal .rtp__error .rtp__recurrencer-error__disabledTimings .landing #presentation .hook-secondary-action button, .landing #presentation .hook-secondary-action .rtp__calendar .rtp__edit-modal button[type="submit"], .rtp__calendar .rtp__edit-modal .landing #presentation .hook-secondary-action button[type="submit"], .landing #presentation .hook-secondary-action .rtp__calendar .rtp__recurrencer-button, .rtp__calendar .landing #presentation .hook-secondary-action .rtp__recurrencer-button, .landing #presentation .hook-secondary-action .rtp__calendar .rtp__multi-recurrencer-button, .rtp__calendar .landing #presentation .hook-secondary-action .rtp__multi-recurrencer-button, .landing #presentation .hook-secondary-action .rtp__calendar .rtp__recurrencer-modal button[type="submit"], .rtp__calendar .rtp__recurrencer-modal .landing #presentation .hook-secondary-action button[type="submit"],
      .landing #presentation .hook-secondary-action .rtp__calendar .rtp__multi-recurrencer-modal button[type="submit"], .rtp__calendar .rtp__multi-recurrencer-modal .landing #presentation .hook-secondary-action button[type="submit"] {
        padding: 10px 35px; }
    .landing #presentation.secondary .hook {
      margin-top: 50px; }
    .landing #presentation.secondary:after {
      opacity: 0.7; }
    .landing #presentation.primary {
      height: 750px; }
      .landing #presentation.primary .hook {
        margin-top: 110px; }
      .landing #presentation.primary:after {
        opacity: 0.5; }
    @media (max-width: 768px) {
      .landing #presentation .hook {
        margin-top: 20px;
        font-size: 55px; } }
  .landing #functions figure .rounded {
    width: 256px;
    line-height: 256px;
    border-radius: 128px;
    background: #41acdd;
    margin-left: 20em;
    margin-right: 1em; }
    .landing #functions figure .rounded img {
      margin: 0;
      transform: scale(0.7); }
  .landing #functions .media-heading a {
    color: inherit; }
    .landing #functions .media-heading a:hover, .landing #functions .media-heading a:hover em {
      text-decoration: none;
      color: #6cbfe5; }
  .landing #functions .media ul {
    padding-left: 25px;
    margin: 1em 0; }
    .landing #functions .media ul li {
      margin-bottom: 1em; }
    .landing #functions .media ul strong {
      font-weight: 400; }
  @media (max-width: 768px) {
    .landing #functions .media {
      text-align: center; }
      .landing #functions .media .media-right img {
        margin-left: 0;
        margin-right: 0;
        margin-top: 2.5em; }
      .landing #functions .media .media-left img {
        margin-left: 0;
        margin-right: 0;
        margin-bottom: 2.5em; } }
  .landing .testimonials h2 {
    margin-bottom: 40px; }
  .landing .testimonials blockquote {
    border-left: none;
    padding: 0;
    quotes: "\201C" "\201D" "\2018" "\2019"; }
    .landing .testimonials blockquote .quote {
      position: relative;
      padding: 15px;
      margin-bottom: 25px;
      background: #e6e6e6;
      border-radius: 8px; }
      .landing .testimonials blockquote .quote:after {
        content: '';
        position: absolute;
        border-style: solid;
        border-width: 16px 8px 0;
        border-color: #e6e6e6 transparent;
        display: block;
        width: 0;
        z-index: 1;
        bottom: -16px;
        left: 10px; }
      .landing .testimonials blockquote .quote p:before {
        font-family: Georgia, "Times New Roman", Times, serif;
        content: open-quote;
        font-weight: bold;
        font-size: 35px;
        line-height: 0;
        color: #41acdd;
        vertical-align: -0.1em;
        padding-right: 8px; }
      .landing .testimonials blockquote .quote p:after {
        content: close-quote;
        visibility: hidden;
        line-height: 0; }
    .landing .testimonials blockquote footer {
      padding: 0; }
  .landing .background-gray.testimonials .quote {
    background: #fff; }
    .landing .background-gray.testimonials .quote:after {
      border-color: #fff transparent; }
  .landing .contact {
    display: inline-block;
    text-align: left; }
    .landing .contact ul {
      padding-left: 0;
      margin: 2em 0; }
    .landing .contact li {
      padding: 0.5em 0; }
    .landing .contact i {
      padding-right: 0.5em; }
    .landing .contact a {
      font-size: 18px;
      color: gray;
      font-weight: 200;
      text-decoration: none; }
    .landing .contact a:hover {
      color: #41acdd; }
  .landing #trio-actions .summary-head i, .landing .summary .summary-head i {
    color: #41acdd;
    width: 140px;
    line-height: 140px;
    border-radius: 70px;
    background: #e6e6e6;
    margin: auto auto 12px; }
  .landing #trio-actions p, .landing .summary p {
    margin: 0; }
  .landing #trio-actions .features, .landing .summary .features {
    margin: 0 auto;
    display: inline-block; }
    .landing #trio-actions .features li, .landing .summary .features li {
      margin-bottom: 10px; }
      .landing #trio-actions .features li.already-included, .landing .summary .features li.already-included {
        color: #ccc; }
        .landing #trio-actions .features li.already-included i, .landing .summary .features li.already-included i {
          padding-right: 0.4em; }
  .landing #references {
    background-color: #413a42; }
    .landing #references h2 {
      color: #fff;
      margin: 0 0 40px; }
    .landing #references #carousel-screens {
      width: 80%;
      margin: auto; }
  .landing #ready h2 {
    margin: 0 0 30px; }
  .landing #ready a.btn, .landing #ready .rtp__calendar a.rtp__recurrencer-button, .rtp__calendar .landing #ready a.rtp__recurrencer-button, .landing #ready .rtp__calendar a.rtp__multi-recurrencer-button, .rtp__calendar .landing #ready a.rtp__multi-recurrencer-button {
    padding: 10px 35px; }
  @media (max-width: 768px) {
    .landing #presentation .hook {
      margin-top: 20px;
      font-size: 55px; }
    .landing #trio-actions:nth-child(n+2) ul li {
      margin-bottom: 20px; }
    .landing #references #carousel-screens {
      width: 100%; }
    .landing .pricing > ul {
      display: block; } }

.oa-form .accessibility .accessibility-detail .checkbox label {
  padding-left: 50px; }

.oa-form .accessibility .accessibility-detail .checkbox input[type="checkbox"] {
  margin: 3px 0 3px -50px; }

.oa-form .accessibility .accessibility-detail .checkbox i {
  height: 30px;
  width: 30px;
  background-image: url(//s3.eu-central-1.amazonaws.com/oastatic/accessibility-30-2.png);
  position: absolute;
  top: -5px;
  left: 17px; }

.oa-form .accessibility .accessibility-detail .hi i {
  background-position: 0px 60px; }

.oa-form .accessibility .accessibility-detail .pi i {
  background-position: 0px 120px; }

.oa-form .accessibility .accessibility-detail .mi i {
  background-position: 0px 90px; }

.oa-form .accessibility .accessibility-detail .vi i {
  background-position: 0px 180px; }

.oa-form .accessibility .accessibility-detail .ii i {
  background-position: 0px 0; }

.oa-form .accessibility .accessibility-detail .sl i {
  background-position: 0px 150px; }

.oa-form .age input[type="checkbox"] {
  margin: 0 10px 2px 0;
  padding: 0;
  vertical-align: middle; }

.oa-form .age .age-inputs {
  display: inline-block; }
  .oa-form .age .age-inputs label {
    font-weight: normal; }
  .oa-form .age .age-inputs .Select-control {
    width: 150px; }
  .oa-form .age .age-inputs .Select-placeholder {
    padding: 0px 52px 8px 10px; }
  .oa-form .age .age-inputs .Select {
    display: inline-block;
    vertical-align: middle;
    z-index: 3; }

.oa-form .form-group {
  margin: 0;
  padding: 0 0 15px; }

.oa-form .sub {
  min-height: 1em;
  font-size: 0.95em;
  display: block; }

.oa-form .error {
  color: #da4453; }

.oa-form ul {
  margin-bottom: 0;
  padding-bottom: 0; }

.search-field .input-spinner {
  position: relative;
  height: 20px;
  width: 1em; }

.oa-form .registration label,
.oa-form .keywords label {
  display: block;
  padding-bottom: 0.2em; }

.oa-form .registration.error label,
.oa-form .keywords.error label {
  color: #da4453; }

.oa-form .registration .react-tagsinput,
.oa-form .keywords .react-tagsinput {
  background-color: #fff;
  border: 1px solid #ccc;
  border-radius: 4px;
  overflow: hidden;
  padding-left: 5px;
  padding-top: 3px; }
  .oa-form .registration .react-tagsinput input,
  .oa-form .keywords .react-tagsinput input {
    border: none;
    outline: none;
    padding: 0.4em; }
  .oa-form .registration .react-tagsinput .react-tagsinput-tag,
  .oa-form .keywords .react-tagsinput .react-tagsinput-tag {
    background-color: #41acdd;
    border-radius: 2px;
    border: 1px solid #41acdd;
    color: #fff;
    display: inline-block;
    margin-bottom: 3px;
    margin-right: 5px;
    padding: 4px; }
    .oa-form .registration .react-tagsinput .react-tagsinput-tag span, .oa-form .registration .react-tagsinput .react-tagsinput-tag i,
    .oa-form .keywords .react-tagsinput .react-tagsinput-tag span,
    .oa-form .keywords .react-tagsinput .react-tagsinput-tag i {
      color: #fff;
      /* required for legacy event form */ }
    .oa-form .registration .react-tagsinput .react-tagsinput-tag a:hover,
    .oa-form .keywords .react-tagsinput .react-tagsinput-tag a:hover {
      text-decoration: none; }
    .oa-form .registration .react-tagsinput .react-tagsinput-tag a::before,
    .oa-form .keywords .react-tagsinput .react-tagsinput-tag a::before {
      color: #fff;
      content: " ✕";
      cursor: pointer; }
    .oa-form .registration .react-tagsinput .react-tagsinput-tag i,
    .oa-form .keywords .react-tagsinput .react-tagsinput-tag i {
      padding: 0 0.4em 0 0.2em; }
    .oa-form .registration .react-tagsinput .react-tagsinput-tag.error,
    .oa-form .keywords .react-tagsinput .react-tagsinput-tag.error {
      background-color: transparent;
      border: 1px solid #ebccd1;
      color: #da4453; }
      .oa-form .registration .react-tagsinput .react-tagsinput-tag.error span, .oa-form .registration .react-tagsinput .react-tagsinput-tag.error i,
      .oa-form .keywords .react-tagsinput .react-tagsinput-tag.error span,
      .oa-form .keywords .react-tagsinput .react-tagsinput-tag.error i {
        color: #da4453;
        /* required for legacy event form */ }
      .oa-form .registration .react-tagsinput .react-tagsinput-tag.error a::before,
      .oa-form .keywords .react-tagsinput .react-tagsinput-tag.error a::before {
        color: #da4453; }
  .oa-form .registration .react-tagsinput .react-tagsinput-remove,
  .oa-form .keywords .react-tagsinput .react-tagsinput-remove {
    cursor: pointer;
    font-weight: bold; }
  .oa-form .registration .react-tagsinput .react-tagsinput-input,
  .oa-form .keywords .react-tagsinput .react-tagsinput-input {
    background: transparent;
    border: 0;
    margin-bottom: 4px;
    outline: none;
    padding: 5px 4px 4px;
    width: 80px; }
    .oa-form .registration .react-tagsinput .react-tagsinput-input::-webkit-input-placeholder,
    .oa-form .keywords .react-tagsinput .react-tagsinput-input::-webkit-input-placeholder {
      color: rgba(128, 128, 128, 0.8); }
    .oa-form .registration .react-tagsinput .react-tagsinput-input::-moz-placeholder,
    .oa-form .keywords .react-tagsinput .react-tagsinput-input::-moz-placeholder {
      color: rgba(128, 128, 128, 0.8);
      opacity: 1; }
    .oa-form .registration .react-tagsinput .react-tagsinput-input:-ms-input-placeholder,
    .oa-form .keywords .react-tagsinput .react-tagsinput-input:-ms-input-placeholder {
      color: rgba(128, 128, 128, 0.8); }

/**
 * some components styles are defined in base
 */
/**
 * ones less widespread are not.
 */
.small-map {
  border-radius: 3px;
  height: 320px; }
  .small-map .map-canvas {
    min-height: 300px; }
  .small-map .map-sync {
    text-align: right; }
    .small-map .map-sync input, .small-map .map-sync label {
      display: inline-block;
      margin-bottom: 0;
      margin-top: 0;
      vertical-align: middle; }
  .small-map .leaflet-popup-content-wrapper {
    -webkit-border-radius: 0;
    border-radius: 3px;
    padding: 0;
    overflow: hidden; }
  .small-map .leaflet-popup-content p,
  .small-map .leaflet-popup-content {
    margin: 0; }
  .small-map .map-location .count {
    display: none; }
  .small-map .map-location .oa-location-image {
    max-height: 90px;
    overflow: hidden;
    position: relative; }
    .small-map .map-location .oa-location-image img {
      display: block;
      width: 100%; }
  .small-map .map-location .oa-location-details {
    padding: 5px;
    display: block; }
    .small-map .map-location .oa-location-details p {
      font-weight: bold;
      display: block; }
    .small-map .map-location .oa-location-details span {
      max-width: 160px;
      display: inline-block; }
    .small-map .map-location .oa-location-details .map-postalcode,
    .small-map .map-location .oa-location-details .map-city,
    .small-map .map-location .oa-location-details .map-department,
    .small-map .map-location .oa-location-details .map-region {
      display: none; }
  .small-map .map-location .leaflet-popup-tip-container {
    visibility: hidden; }

.list-group-item.draggable {
  position: relative;
  cursor: grab;
  padding-left: 1.4em; }
  .list-group-item.draggable:before {
    visibility: hidden;
    width: 1em;
    position: absolute;
    left: 0;
    top: 0;
    display: flex;
    flex-direction: column;
    justify-content: center;
    height: 100%;
    content: "⋮";
    font-size: 1.2em;
    font-weight: bold;
    color: gray; }
  .list-group-item.draggable:hover {
    background-color: #fafafa; }
  .list-group-item.draggable:hover:before, .list-group-item.draggable.dragged:before {
    visibility: visible; }

.file-upload {
  position: relative;
  cursor: pointer; }
  .file-upload .file-dropzone {
    background: #eee;
    height: 160px;
    border-color: #ccc;
    border-width: 1px;
    border-style: dashed;
    text-align: center; }
  .file-upload .image-preview {
    height: auto;
    position: relative;
    min-height: 140px; }
    .file-upload .image-preview img {
      max-width: 100%;
      padding-bottom: 20px; }
    .file-upload .image-preview:hover {
      background: rgba(255, 255, 255, 0.1); }
  .file-upload .center-button {
    position: absolute;
    text-align: center;
    top: 50%;
    left: 50%;
    height: 33px;
    margin: 0; }
    .file-upload .center-button button {
      margin: -20% 0 0 -100%; }
      .file-upload .center-button button label {
        cursor: pointer; }
  .file-upload label {
    margin-bottom: 0;
    text-align: center;
    display: block; }
  .file-upload .fa-check {
    color: #41acdd; }
  .file-upload .remove-file {
    position: absolute;
    top: 5px;
    right: 5px; }
    .file-upload .remove-file i {
      color: #fff; }
  .file-upload .loading-file {
    position: relative; }
    .file-upload .loading-file label {
      visibility: hidden; }
    .file-upload .loading-file .spin-inline {
      position: absolute;
      top: 50%;
      left: 50%;
      height: 0; }
      .file-upload .loading-file .spin-inline.spin-inline .spinner {
        left: 0 !important; }
  .file-upload .accepted-info {
    position: absolute;
    bottom: 3px;
    right: 6px; }
  .file-upload .accepted-image-info {
    position: absolute;
    bottom: 0;
    right: 12px; }

.react-datepicker-popper[data-placement^="bottom"] .react-datepicker__triangle, .react-datepicker-popper[data-placement^="top"] .react-datepicker__triangle, .react-datepicker__year-read-view--down-arrow,
.react-datepicker__month-read-view--down-arrow,
.react-datepicker__month-year-read-view--down-arrow {
  margin-left: -8px;
  position: absolute; }

.react-datepicker-popper[data-placement^="bottom"] .react-datepicker__triangle, .react-datepicker-popper[data-placement^="top"] .react-datepicker__triangle, .react-datepicker__year-read-view--down-arrow,
.react-datepicker__month-read-view--down-arrow,
.react-datepicker__month-year-read-view--down-arrow, .react-datepicker-popper[data-placement^="bottom"] .react-datepicker__triangle::before, .react-datepicker-popper[data-placement^="top"] .react-datepicker__triangle::before, .react-datepicker__year-read-view--down-arrow::before,
.react-datepicker__month-read-view--down-arrow::before,
.react-datepicker__month-year-read-view--down-arrow::before {
  box-sizing: content-box;
  position: absolute;
  border: 8px solid transparent;
  height: 0;
  width: 1px; }

.react-datepicker-popper[data-placement^="bottom"] .react-datepicker__triangle::before, .react-datepicker-popper[data-placement^="top"] .react-datepicker__triangle::before, .react-datepicker__year-read-view--down-arrow::before,
.react-datepicker__month-read-view--down-arrow::before,
.react-datepicker__month-year-read-view--down-arrow::before {
  content: "";
  z-index: -1;
  border-width: 8px;
  left: -8px;
  border-bottom-color: #aeaeae; }

.react-datepicker-popper[data-placement^="bottom"] .react-datepicker__triangle {
  top: 0;
  margin-top: -8px; }

.react-datepicker-popper[data-placement^="bottom"] .react-datepicker__triangle, .react-datepicker-popper[data-placement^="bottom"] .react-datepicker__triangle::before {
  border-top: none;
  border-bottom-color: #f0f0f0; }

.react-datepicker-popper[data-placement^="bottom"] .react-datepicker__triangle::before {
  top: -1px;
  border-bottom-color: #aeaeae; }

.react-datepicker-popper[data-placement^="top"] .react-datepicker__triangle, .react-datepicker__year-read-view--down-arrow,
.react-datepicker__month-read-view--down-arrow,
.react-datepicker__month-year-read-view--down-arrow {
  bottom: 0;
  margin-bottom: -8px; }

.react-datepicker-popper[data-placement^="top"] .react-datepicker__triangle, .react-datepicker__year-read-view--down-arrow,
.react-datepicker__month-read-view--down-arrow,
.react-datepicker__month-year-read-view--down-arrow, .react-datepicker-popper[data-placement^="top"] .react-datepicker__triangle::before, .react-datepicker__year-read-view--down-arrow::before,
.react-datepicker__month-read-view--down-arrow::before,
.react-datepicker__month-year-read-view--down-arrow::before {
  border-bottom: none;
  border-top-color: #fff; }

.react-datepicker-popper[data-placement^="top"] .react-datepicker__triangle::before, .react-datepicker__year-read-view--down-arrow::before,
.react-datepicker__month-read-view--down-arrow::before,
.react-datepicker__month-year-read-view--down-arrow::before {
  bottom: -1px;
  border-top-color: #aeaeae; }

.react-datepicker-wrapper {
  display: inline-block; }

.react-datepicker {
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 0.8rem;
  background-color: #fff;
  color: #000;
  border: 1px solid #aeaeae;
  border-radius: 0.3rem;
  display: inline-block;
  position: relative; }

.react-datepicker--time-only .react-datepicker__triangle {
  left: 35px; }

.react-datepicker--time-only .react-datepicker__time-container {
  border-left: 0; }

.react-datepicker--time-only .react-datepicker__time {
  border-radius: 0.3rem; }

.react-datepicker--time-only .react-datepicker__time-box {
  border-radius: 0.3rem; }

.react-datepicker__triangle {
  position: absolute;
  left: 50px; }

.react-datepicker-popper {
  z-index: 1; }

.react-datepicker-popper[data-placement^="bottom"] {
  margin-top: 10px; }

.react-datepicker-popper[data-placement^="top"] {
  margin-bottom: 10px; }

.react-datepicker-popper[data-placement^="right"] {
  margin-left: 8px; }

.react-datepicker-popper[data-placement^="right"] .react-datepicker__triangle {
  left: auto;
  right: 42px; }

.react-datepicker-popper[data-placement^="left"] {
  margin-right: 8px; }

.react-datepicker-popper[data-placement^="left"] .react-datepicker__triangle {
  left: 42px;
  right: auto; }

.react-datepicker__header {
  text-align: center;
  background-color: #f0f0f0;
  border-bottom: 1px solid #aeaeae;
  border-top-left-radius: 0.3rem;
  border-top-right-radius: 0.3rem;
  padding-top: 8px;
  position: relative; }

.react-datepicker__header--time {
  padding-bottom: 8px;
  padding-left: 5px;
  padding-right: 5px; }

.react-datepicker__year-dropdown-container--select,
.react-datepicker__month-dropdown-container--select,
.react-datepicker__month-year-dropdown-container--select,
.react-datepicker__year-dropdown-container--scroll,
.react-datepicker__month-dropdown-container--scroll,
.react-datepicker__month-year-dropdown-container--scroll {
  display: inline-block;
  margin: 0 2px; }

.react-datepicker__current-month,
.react-datepicker-time__header {
  margin-top: 0;
  color: #000;
  font-weight: bold;
  font-size: 0.944rem; }

.react-datepicker-time__header {
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden; }

.react-datepicker__navigation {
  background: none;
  line-height: 1.7rem;
  text-align: center;
  cursor: pointer;
  position: absolute;
  top: 10px;
  width: 0;
  padding: 0;
  border: 0.45rem solid transparent;
  z-index: 1;
  height: 10px;
  width: 10px;
  text-indent: -999em;
  overflow: hidden; }

.react-datepicker__navigation--previous {
  left: 10px;
  border-right-color: #ccc; }

.react-datepicker__navigation--previous:hover {
  border-right-color: #b3b3b3; }

.react-datepicker__navigation--previous--disabled, .react-datepicker__navigation--previous--disabled:hover {
  border-right-color: #e6e6e6;
  cursor: default; }

.react-datepicker__navigation--next {
  right: 10px;
  border-left-color: #ccc; }

.react-datepicker__navigation--next--with-time:not(.react-datepicker__navigation--next--with-today-button) {
  right: 80px; }

.react-datepicker__navigation--next:hover {
  border-left-color: #b3b3b3; }

.react-datepicker__navigation--next--disabled, .react-datepicker__navigation--next--disabled:hover {
  border-left-color: #e6e6e6;
  cursor: default; }

.react-datepicker__navigation--years {
  position: relative;
  top: 0;
  display: block;
  margin-left: auto;
  margin-right: auto; }

.react-datepicker__navigation--years-previous {
  top: 4px;
  border-top-color: #ccc; }

.react-datepicker__navigation--years-previous:hover {
  border-top-color: #b3b3b3; }

.react-datepicker__navigation--years-upcoming {
  top: -4px;
  border-bottom-color: #ccc; }

.react-datepicker__navigation--years-upcoming:hover {
  border-bottom-color: #b3b3b3; }

.react-datepicker__month-container {
  float: left; }

.react-datepicker__month {
  margin: 0.4rem;
  text-align: center; }

.react-datepicker__time-container {
  float: right;
  border-left: 1px solid #aeaeae;
  width: 70px; }

.react-datepicker__time-container--with-today-button {
  display: inline;
  border: 1px solid #aeaeae;
  border-radius: 0.3rem;
  position: absolute;
  right: -72px;
  top: 0; }

.react-datepicker__time-container .react-datepicker__time {
  position: relative;
  background: white; }

.react-datepicker__time-container .react-datepicker__time .react-datepicker__time-box {
  width: 70px;
  overflow-x: hidden;
  margin: 0 auto;
  text-align: center; }

.react-datepicker__time-container .react-datepicker__time .react-datepicker__time-box ul.react-datepicker__time-list {
  list-style: none;
  margin: 0;
  height: calc(195px + (1.7rem / 2));
  overflow-y: scroll;
  padding-right: 0px;
  padding-left: 0px;
  width: 100%;
  box-sizing: content-box; }

.react-datepicker__time-container .react-datepicker__time .react-datepicker__time-box ul.react-datepicker__time-list li.react-datepicker__time-list-item {
  height: 30px;
  padding: 5px 10px; }

.react-datepicker__time-container .react-datepicker__time .react-datepicker__time-box ul.react-datepicker__time-list li.react-datepicker__time-list-item:hover {
  cursor: pointer;
  background-color: #f0f0f0; }

.react-datepicker__time-container .react-datepicker__time .react-datepicker__time-box ul.react-datepicker__time-list li.react-datepicker__time-list-item--selected {
  background-color: #216ba5;
  color: white;
  font-weight: bold; }

.react-datepicker__time-container .react-datepicker__time .react-datepicker__time-box ul.react-datepicker__time-list li.react-datepicker__time-list-item--selected:hover {
  background-color: #216ba5; }

.react-datepicker__time-container .react-datepicker__time .react-datepicker__time-box ul.react-datepicker__time-list li.react-datepicker__time-list-item--disabled {
  color: #ccc; }

.react-datepicker__time-container .react-datepicker__time .react-datepicker__time-box ul.react-datepicker__time-list li.react-datepicker__time-list-item--disabled:hover {
  cursor: default;
  background-color: transparent; }

.react-datepicker__week-number {
  color: #ccc;
  display: inline-block;
  width: 1.7rem;
  line-height: 1.7rem;
  text-align: center;
  margin: 0.166rem; }

.react-datepicker__week-number.react-datepicker__week-number--clickable {
  cursor: pointer; }

.react-datepicker__week-number.react-datepicker__week-number--clickable:hover {
  border-radius: 0.3rem;
  background-color: #f0f0f0; }

.react-datepicker__day-names,
.react-datepicker__week {
  white-space: nowrap; }

.react-datepicker__day-name,
.react-datepicker__day,
.react-datepicker__time-name {
  color: #000;
  display: inline-block;
  width: 1.7rem;
  line-height: 1.7rem;
  text-align: center;
  margin: 0.166rem; }

.react-datepicker__day {
  cursor: pointer; }

.react-datepicker__day:hover {
  border-radius: 0.3rem;
  background-color: #f0f0f0; }

.react-datepicker__day--today {
  font-weight: bold; }

.react-datepicker__day--highlighted {
  border-radius: 0.3rem;
  background-color: #3dcc4a;
  color: #fff; }

.react-datepicker__day--highlighted:hover {
  background-color: #32be3f; }

.react-datepicker__day--highlighted-custom-1 {
  color: magenta; }

.react-datepicker__day--highlighted-custom-2 {
  color: green; }

.react-datepicker__day--selected, .react-datepicker__day--in-selecting-range, .react-datepicker__day--in-range {
  border-radius: 0.3rem;
  background-color: #216ba5;
  color: #fff; }

.react-datepicker__day--selected:hover, .react-datepicker__day--in-selecting-range:hover, .react-datepicker__day--in-range:hover {
  background-color: #1d5d90; }

.react-datepicker__day--keyboard-selected {
  border-radius: 0.3rem;
  background-color: #2a87d0;
  color: #fff; }

.react-datepicker__day--keyboard-selected:hover {
  background-color: #1d5d90; }

.react-datepicker__day--in-selecting-range:not(.react-datepicker__day--in-range) {
  background-color: rgba(33, 107, 165, 0.5); }

.react-datepicker__month--selecting-range .react-datepicker__day--in-range:not(.react-datepicker__day--in-selecting-range) {
  background-color: #f0f0f0;
  color: #000; }

.react-datepicker__day--disabled {
  cursor: default;
  color: #ccc; }

.react-datepicker__day--disabled:hover {
  background-color: transparent; }

.react-datepicker__input-container {
  position: relative;
  display: inline-block; }

.react-datepicker__year-read-view,
.react-datepicker__month-read-view,
.react-datepicker__month-year-read-view {
  border: 1px solid transparent;
  border-radius: 0.3rem; }

.react-datepicker__year-read-view:hover,
.react-datepicker__month-read-view:hover,
.react-datepicker__month-year-read-view:hover {
  cursor: pointer; }

.react-datepicker__year-read-view:hover .react-datepicker__year-read-view--down-arrow,
.react-datepicker__year-read-view:hover .react-datepicker__month-read-view--down-arrow,
.react-datepicker__month-read-view:hover .react-datepicker__year-read-view--down-arrow,
.react-datepicker__month-read-view:hover .react-datepicker__month-read-view--down-arrow,
.react-datepicker__month-year-read-view:hover .react-datepicker__year-read-view--down-arrow,
.react-datepicker__month-year-read-view:hover .react-datepicker__month-read-view--down-arrow {
  border-top-color: #b3b3b3; }

.react-datepicker__year-read-view--down-arrow,
.react-datepicker__month-read-view--down-arrow,
.react-datepicker__month-year-read-view--down-arrow {
  border-top-color: #ccc;
  float: right;
  margin-left: 20px;
  top: 8px;
  position: relative;
  border-width: 0.45rem; }

.react-datepicker__year-dropdown,
.react-datepicker__month-dropdown,
.react-datepicker__month-year-dropdown {
  background-color: #f0f0f0;
  position: absolute;
  width: 50%;
  left: 25%;
  top: 30px;
  z-index: 1;
  text-align: center;
  border-radius: 0.3rem;
  border: 1px solid #aeaeae; }

.react-datepicker__year-dropdown:hover,
.react-datepicker__month-dropdown:hover,
.react-datepicker__month-year-dropdown:hover {
  cursor: pointer; }

.react-datepicker__year-dropdown--scrollable,
.react-datepicker__month-dropdown--scrollable,
.react-datepicker__month-year-dropdown--scrollable {
  height: 150px;
  overflow-y: scroll; }

.react-datepicker__year-option,
.react-datepicker__month-option,
.react-datepicker__month-year-option {
  line-height: 20px;
  width: 100%;
  display: block;
  margin-left: auto;
  margin-right: auto; }

.react-datepicker__year-option:first-of-type,
.react-datepicker__month-option:first-of-type,
.react-datepicker__month-year-option:first-of-type {
  border-top-left-radius: 0.3rem;
  border-top-right-radius: 0.3rem; }

.react-datepicker__year-option:last-of-type,
.react-datepicker__month-option:last-of-type,
.react-datepicker__month-year-option:last-of-type {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  border-bottom-left-radius: 0.3rem;
  border-bottom-right-radius: 0.3rem; }

.react-datepicker__year-option:hover,
.react-datepicker__month-option:hover,
.react-datepicker__month-year-option:hover {
  background-color: #ccc; }

.react-datepicker__year-option:hover .react-datepicker__navigation--years-upcoming,
.react-datepicker__month-option:hover .react-datepicker__navigation--years-upcoming,
.react-datepicker__month-year-option:hover .react-datepicker__navigation--years-upcoming {
  border-bottom-color: #b3b3b3; }

.react-datepicker__year-option:hover .react-datepicker__navigation--years-previous,
.react-datepicker__month-option:hover .react-datepicker__navigation--years-previous,
.react-datepicker__month-year-option:hover .react-datepicker__navigation--years-previous {
  border-top-color: #b3b3b3; }

.react-datepicker__year-option--selected,
.react-datepicker__month-option--selected,
.react-datepicker__month-year-option--selected {
  position: absolute;
  left: 15px; }

.react-datepicker__close-icon {
  background-color: transparent;
  border: 0;
  cursor: pointer;
  outline: 0;
  padding: 0;
  vertical-align: middle;
  position: absolute;
  height: 16px;
  width: 16px;
  top: 25%;
  right: 7px; }

.react-datepicker__close-icon::after {
  background-color: #216ba5;
  border-radius: 50%;
  bottom: 0;
  box-sizing: border-box;
  color: #fff;
  content: "\00d7";
  cursor: pointer;
  font-size: 12px;
  height: 16px;
  width: 16px;
  line-height: 1;
  margin: -8px auto 0;
  padding: 2px;
  position: absolute;
  right: 0px;
  text-align: center; }

.react-datepicker__today-button {
  background: #f0f0f0;
  border-top: 1px solid #aeaeae;
  cursor: pointer;
  text-align: center;
  font-weight: bold;
  padding: 5px 0;
  clear: left; }

.react-datepicker__portal {
  position: fixed;
  width: 100vw;
  height: 100vh;
  background-color: rgba(0, 0, 0, 0.8);
  left: 0;
  top: 0;
  justify-content: center;
  align-items: center;
  display: flex;
  z-index: 2147483647; }

.react-datepicker__portal .react-datepicker__day-name,
.react-datepicker__portal .react-datepicker__day,
.react-datepicker__portal .react-datepicker__time-name {
  width: 3rem;
  line-height: 3rem; }

@media (max-width: 400px), (max-height: 550px) {
  .react-datepicker__portal .react-datepicker__day-name,
  .react-datepicker__portal .react-datepicker__day,
  .react-datepicker__portal .react-datepicker__time-name {
    width: 2rem;
    line-height: 2rem; } }

.react-datepicker__portal .react-datepicker__current-month,
.react-datepicker__portal .react-datepicker-time__header {
  font-size: 1.44rem; }

.react-datepicker__portal .react-datepicker__navigation {
  border: 0.81rem solid transparent; }

.react-datepicker__portal .react-datepicker__navigation--previous {
  border-right-color: #ccc; }

.react-datepicker__portal .react-datepicker__navigation--previous:hover {
  border-right-color: #b3b3b3; }

.react-datepicker__portal .react-datepicker__navigation--previous--disabled, .react-datepicker__portal .react-datepicker__navigation--previous--disabled:hover {
  border-right-color: #e6e6e6;
  cursor: default; }

.react-datepicker__portal .react-datepicker__navigation--next {
  border-left-color: #ccc; }

.react-datepicker__portal .react-datepicker__navigation--next:hover {
  border-left-color: #b3b3b3; }

.react-datepicker__portal .react-datepicker__navigation--next--disabled, .react-datepicker__portal .react-datepicker__navigation--next--disabled:hover {
  border-left-color: #e6e6e6;
  cursor: default; }

.react-datepicker {
  font-size: 1em; }

.react-datepicker__header {
  padding-top: 0.8em; }

.react-datepicker__month {
  margin: 0.4em 1em; }

.react-datepicker__day-name, .react-datepicker__day {
  width: 1.9em;
  line-height: 1.9em;
  margin: 0.166em; }

.react-datepicker__current-month {
  font-size: 1em; }

.react-datepicker__navigation {
  top: 1em;
  line-height: 1.7em;
  border: 0.45em solid transparent; }

.react-datepicker__navigation--previous {
  border-right-color: #ccc;
  left: 1em; }

.react-datepicker__navigation--next {
  border-left-color: #ccc;
  right: 1em; }

.options-field-form {
  position: relative; }
  .options-field-form .order-action {
    position: absolute;
    bottom: 0;
    right: 0; }

.form-item-actions {
  margin-left: -18px; }

.form-schema-builder .border-v-blue {
  border-top: 2px solid #41acdd;
  border-bottom: 2px solid #41acdd; }

.form-schema-builder .border-h-blue {
  border-left: 2px solid #41acdd;
  border-right: 2px solid #41acdd; }

.form-schema-builder .field-preview-canvas.editing {
  background: #f9f9f9; }

.form-schema-builder .field-preview-canvas .field-preview.editing {
  background: #fff; }
  .form-schema-builder .field-preview-canvas .field-preview.editing .field-edit .form-group {
    padding: 0 12px;
    border-left: 3px solid #41acdd; }

.form-schema-builder .field-preview-canvas .field-preview.disabled {
  background: #fafafa; }
  .form-schema-builder .field-preview-canvas .field-preview.disabled label, .form-schema-builder .field-preview-canvas .field-preview.disabled span {
    color: gray; }

.form-schema-builder .field-preview-canvas .field-preview .list-inline {
  margin-bottom: 0; }

.oa-bottom-navbar {
  background: #41acdd;
  color: #fff;
  position: fixed;
  bottom: 0;
  width: 100%;
  z-index: 10000; }
  .oa-bottom-navbar label {
    padding-top: 15px;
    padding-bottom: 15px;
    margin-bottom: 0; }
  .oa-bottom-navbar ul {
    padding: 0; }
  .oa-bottom-navbar .btn-default {
    margin-top: 8px;
    border: 2px solid #fff;
    background: transparent;
    color: #fff; }
    .oa-bottom-navbar .btn-default:hover {
      background: #fff;
      color: #41acdd; }
  .oa-bottom-navbar .left {
    position: absolute;
    left: 8px; }
  .oa-bottom-navbar .right {
    position: absolute;
    right: 4px; }

.rc-collapse {
  background-color: #f7f7f7;
  border-radius: 3px;
  border: 1px solid #d9d9d9; }
  .rc-collapse > .rc-collapse-item {
    border-top: 1px solid #d9d9d9; }
    .rc-collapse > .rc-collapse-item:first-child {
      border-top: none; }
    .rc-collapse > .rc-collapse-item > .rc-collapse-header {
      display: flex;
      align-items: center;
      line-height: 22px;
      padding: 10px 16px;
      color: #666;
      cursor: pointer; }
      .rc-collapse > .rc-collapse-item > .rc-collapse-header .arrow {
        display: inline-block;
        content: '\20';
        width: 0;
        height: 0;
        font-size: 0;
        line-height: 0;
        border-top: 3px solid transparent;
        border-bottom: 3px solid transparent;
        border-left: 4px solid #666;
        vertical-align: middle;
        margin-right: 8px; }
      .rc-collapse > .rc-collapse-item > .rc-collapse-header .rc-collapse-extra {
        margin: 0 16px 0 auto; }
    .rc-collapse > .rc-collapse-item .rc-collapse-header-collapsable-only {
      cursor: default; }
      .rc-collapse > .rc-collapse-item .rc-collapse-header-collapsable-only .rc-collapse-header-text {
        cursor: pointer; }
  .rc-collapse > .rc-collapse-item-disabled > .rc-collapse-header {
    cursor: not-allowed;
    color: #999;
    background-color: #f3f3f3; }
  .rc-collapse > .rc-collapse-item-active > .rc-collapse-header .arrow {
    position: relative;
    top: 2px;
    border-left: 3px solid transparent;
    border-right: 3px solid transparent;
    border-top: 4px solid #666;
    margin-right: 6px; }

.rc-collapse-anim-active {
  transition: height 0.2s ease-out; }

.rc-collapse-content {
  overflow: hidden;
  color: #666;
  padding: 0 16px;
  background-color: #fff; }
  .rc-collapse-content > .rc-collapse-content-box {
    margin-top: 16px;
    margin-bottom: 16px; }

.rc-collapse-content-inactive {
  display: none; }

.rc-collapse-item:last-child > .rc-collapse-content {
  border-radius: 0 0 3px 3px; }

.oa-collapse > .oa-collapse-item > .oa-collapse-header {
  display: flex;
  align-items: center;
  line-height: 22px;
  padding: 4px 0;
  cursor: pointer; }
  .oa-collapse > .oa-collapse-item > .oa-collapse-header .oa-collapse-extra {
    margin: 0 16px 0 auto; }
  .oa-collapse > .oa-collapse-item > .oa-collapse-header .oa-collapse-arrow {
    margin-left: auto; }

.oa-collapse > .oa-collapse-item .oa-collapse-header-collapsable-only {
  cursor: default; }
  .oa-collapse > .oa-collapse-item .oa-collapse-header-collapsable-only .oa-collapse-header-text {
    cursor: pointer; }

.oa-collapse > .oa-collapse-item-disabled > .oa-collapse-header {
  cursor: not-allowed;
  color: #999;
  background-color: #f3f3f3; }

.oa-collapse-anim-active {
  transition: height 0.2s ease-out; }

.oa-collapse-content {
  overflow: hidden;
  color: #666;
  padding: 0 4px;
  background-color: #fff; }

.oa-collapse-content-inactive {
  display: none; }

#agenda #content {
  padding: 15px 0; }

#agenda #content.no-event {
  padding: 175px 15px;
  text-align: center; }

#agenda .filters {
  margin: 0 0 15px; }
  #agenda .filters a {
    font-size: 12px;
    line-height: 1.5; }
  #agenda .filters .active {
    margin-bottom: 10px;
    margin-right: 10px; }
    #agenda .filters .active a {
      background: #fafafa;
      color: #413a42;
      padding-right: 30px; }
      #agenda .filters .active a:after {
        content: "\f00c";
        font-family: FontAwesome;
        height: 20px;
        line-height: 40px;
        position: absolute;
        right: 2px;
        top: -1px;
        width: 20px; }
      #agenda .filters .active a:hover {
        background: #da4453;
        color: #fff; }
        #agenda .filters .active a:hover:after {
          content: "\f00d"; }

#agenda .main-content article {
  position: relative;
  margin-bottom: 30px; }

@media (min-width: 768px) {
  #agenda .main-content {
    padding-right: 15px; } }

#agenda .event-card {
  color: #413a42;
  display: block;
  overflow: hidden;
  text-decoration: none;
  transition: all 0.1s; }
  #agenda .event-card:hover {
    border-color: #41acdd;
    border-radius: 3px; }
    #agenda .event-card:hover .metas li {
      color: gray; }

#agenda .event-action {
  vertical-align: middle;
  background: #41acdd;
  border: none;
  color: #fff;
  display: inline-block;
  padding: 8px 18px 8px 14px;
  width: 100%; }
  #agenda .event-action img {
    margin: -1px 2px 0 0; }
  #agenda .event-action:hover {
    opacity: 0.9; }
  #agenda .event-action.disabled {
    background: transparent;
    color: gray; }
    #agenda .event-action.disabled:hover {
      color: gray; }
  @media (min-width: 1200px) {
    #agenda .event-action {
      border-radius: 2px 0 0 0;
      bottom: 0;
      position: absolute;
      right: 15px;
      width: auto; } }

#agenda .event-aside {
  text-align: right;
  position: relative;
  bottom: 8px; }
  #agenda .event-aside > div {
    text-align: left;
    margin-top: 17px;
    position: relative; }
  #agenda .event-aside > div > span {
    display: inline-block; }
  #agenda .event-aside .time-count {
    color: gray;
    clear: right;
    padding-left: 3px; }
  #agenda .event-aside .featured {
    position: absolute;
    right: 0; }
  @media (min-width: 768px) {
    #agenda .event-aside .event-aside {
      left: 20px; }
    #agenda .event-aside > div {
      display: inline-block; }
    #agenda .event-aside > div > span {
      display: block; }
    #agenda .event-aside .featured {
      position: relative; }
    #agenda .event-aside .time-count {
      margin-top: 10px; } }

#agenda .event-header {
  background: #fafafa;
  border: 1px solid #eee;
  border-radius: 3px 3px 0 0;
  font-size: 14px;
  margin: 0 0 -3px;
  padding: 10px 20px;
  position: absolute;
  top: 12px;
  right: 15px; }
  #agenda .event-header i {
    color: gray;
    margin-right: 10px; }
  @media (min-width: 768px) {
    #agenda .event-header {
      position: relative;
      top: 0;
      right: 0; } }

#agenda .event-text {
  position: relative;
  transition: all 0.1s; }

#agenda .event-title {
  margin: 0;
  transition: all 0.1s; }

#agenda .metas {
  list-style: none; }
  #agenda .metas li {
    margin: 0 0 5px 0; }
    #agenda .metas li i {
      width: 1em;
      text-align: center; }
  #agenda .metas li.org {
    padding-top: 5px; }

@media (max-width: 768px) {
  #agenda .mobile-content-canvas {
    position: relative;
    padding-top: 50px; } }

#agenda .sidebar {
  padding: 0;
  position: absolute;
  left: 0;
  top: -15px;
  right: 0;
  z-index: 2000; }
  #agenda .sidebar footer {
    display: none; }
  #agenda .sidebar.fixed {
    padding-top: 50px;
    position: fixed;
    z-index: 99; }
  @media (min-width: 768px) {
    #agenda .sidebar {
      display: block;
      padding-left: 15px;
      padding-right: 15px;
      padding-top: 0 !important;
      position: relative !important;
      width: 33.3333%; }
      #agenda .sidebar footer {
        display: block; } }
  @media (min-width: 1200px) {
    #agenda .sidebar {
      padding-left: 70px;
      padding-right: 0; } }

#agenda .side-content {
  display: none; }
  #agenda .side-content .list-group {
    padding-left: 10px; }
    #agenda .side-content .list-group .oa-group-first-tag {
      padding-top: 3em; }
  @media (min-width: 768px) {
    #agenda .side-content {
      display: block; } }

#agenda .side-icon {
  color: silver;
  cursor: pointer;
  display: block;
  font-size: 23px;
  line-height: 50px;
  text-align: center;
  text-decoration: none;
  width: 100%; }
  #agenda .side-icon:hover {
    color: #41acdd; }
  @media (min-width: 768px) {
    #agenda .side-icon {
      display: inline-block;
      font-size: 18px;
      text-align: left;
      width: 30px; } }

#agenda .side-item {
  display: none; }
  #agenda .side-item.side-search {
    display: block;
    width: 100; }
    #agenda .side-item.side-search .side-content {
      display: block; }
  #agenda .side-item a {
    color: gray;
    text-decoration: none; }
    #agenda .side-item a:hover {
      color: #41acdd; }
  #agenda .side-item h3 {
    color: gray;
    font-size: 18px;
    margin: 0; }
  @media (min-width: 768px) {
    #agenda .side-item {
      display: block;
      margin-bottom: 40px; }
      #agenda .side-item h3 {
        margin-bottom: 10px;
        margin-top: 20px; } }
  @media (max-width: 767px) {
    #agenda .side-item.open {
      background: #eee;
      bottom: 0;
      left: 0;
      position: fixed;
      right: 0;
      top: 0;
      text-align: center;
      z-index: 1; }
      #agenda .side-item.open h3 {
        background: #fff;
        text-align: center; }
      #agenda .side-item.open .side-content {
        display: block; }
      #agenda .side-item.open .side-icon {
        display: inline-block;
        width: auto;
        margin-right: 10px; }
      #agenda .side-item.open .side-title {
        display: inline-block; }
      #agenda .side-item.open:after {
        content: "\f05c";
        color: #da4453;
        font-family: FontAwesome;
        font-size: 23px;
        line-height: 50px;
        position: absolute;
        top: 0;
        right: 15px; } }

#agenda .side-title {
  display: none; }
  @media (min-width: 768px) {
    #agenda .side-title {
      display: inline; } }

#sub-nav {
  background: #fafafa;
  font-weight: 300;
  position: relative;
  z-index: 100; }
  #sub-nav .cta a {
    border: 1px solid transparent;
    border-width: 3px 0;
    color: #41acdd;
    display: inline-block;
    font-weight: bold;
    line-height: 44px;
    text-align: center;
    transition: all 0.2s;
    white-space: nowrap; }
    #sub-nav .cta a:hover {
      border-bottom-color: #41acdd;
      text-decoration: none; }
  #sub-nav .cta-add a {
    color: #5cb85c; }
    #sub-nav .cta-add a:hover {
      border-bottom-color: #5cb85c; }
  #sub-nav .cta .btn, #sub-nav .cta .rtp__calendar .rtp__modal .rtp__error .rtp__recurrencer-error__disabledTimings button, .rtp__calendar .rtp__modal .rtp__error .rtp__recurrencer-error__disabledTimings #sub-nav .cta button, #sub-nav .cta .rtp__calendar .rtp__edit-modal button[type="submit"], .rtp__calendar .rtp__edit-modal #sub-nav .cta button[type="submit"], #sub-nav .cta .rtp__calendar .rtp__recurrencer-button, .rtp__calendar #sub-nav .cta .rtp__recurrencer-button, #sub-nav .cta .rtp__calendar .rtp__multi-recurrencer-button, .rtp__calendar #sub-nav .cta .rtp__multi-recurrencer-button, #sub-nav .cta .rtp__calendar .rtp__recurrencer-modal button[type="submit"], .rtp__calendar .rtp__recurrencer-modal #sub-nav .cta button[type="submit"],
  #sub-nav .cta .rtp__calendar .rtp__multi-recurrencer-modal button[type="submit"], .rtp__calendar .rtp__multi-recurrencer-modal #sub-nav .cta button[type="submit"] {
    color: #fff;
    line-height: inherit;
    font-weight: normal;
    margin: 8px 0; }
  #sub-nav .active a {
    background: #eee;
    border-color: #eee;
    border-radius: 0;
    color: #413a42; }
  #sub-nav .share {
    line-height: 50px;
    margin: 0;
    text-align: right;
    white-space: nowrap; }
    #sub-nav .share a {
      color: gray;
      margin: 5px;
      text-decoration: none; }
      #sub-nav .share a:hover {
        color: #41acdd; }
      #sub-nav .share a span {
        display: none; }
      #sub-nav .share a.tw:hover {
        color: #009DEC; }
      #sub-nav .share a.fb:hover {
        color: #3B5A9B; }
      #sub-nav .share a.gp:hover {
        color: #D44032; }

#event .fav {
  float: right;
  padding: 20px;
  font-size: 1.4em; }
  #event .fav i {
    color: gray; }
  #event .fav i.active {
    color: #41acdd; }

.agenda-body {
  position: relative;
  min-height: 400px; }

#agenda {
  background-color: #eee; }
  #agenda .map-canvas {
    min-height: 300px; }
  #agenda .total {
    text-align: center;
    padding-bottom: 1em; }
  #agenda .filters {
    margin: 0; }
  #agenda .event-card {
    background: white;
    border: 1px solid #eee; }
  #agenda .fav {
    font-size: 1.4em; }
    #agenda .fav i {
      color: gray; }
    #agenda .fav i.active {
      color: #41acdd; }
  #agenda .event-title .status {
    vertical-align: middle; }
  #agenda .event-title h3 {
    vertical-align: middle;
    display: inline-block;
    padding: 0;
    font-size: 22px; }
  #agenda .metas li {
    color: silver; }
  #agenda .col-aside {
    font-weight: 300; }
    @media (min-width: 1200px) {
      #agenda .col-aside {
        padding-left: 70px;
        padding-right: 0; } }
  #agenda .list-group-item {
    list-style-type: none;
    background: transparent;
    border: none;
    padding: 0; }
    #agenda .list-group-item .item {
      color: gray;
      background: transparent;
      border: none;
      cursor: pointer;
      display: block;
      padding: 10px 45px 10px 30px;
      text-align: left;
      text-decoration: none;
      text-overflow: ellipsis;
      overflow: hidden;
      white-space: nowrap;
      width: 100%; }
      #agenda .list-group-item .item.bullet:after {
        background: white;
        border-radius: 30px;
        color: #eee;
        content: "";
        font-family: FontAwesome;
        height: 20px;
        position: absolute;
        right: 15px;
        text-align: center;
        width: 20px; }
      #agenda .list-group-item .item.active:hover {
        color: #41acdd; }
        #agenda .list-group-item .item.active:hover.bullet:after {
          background: silver;
          border: 5px solid #fff; }
      #agenda .list-group-item .item.selected {
        color: #41acdd; }
        #agenda .list-group-item .item.selected:after {
          background: #41acdd;
          border: 5px solid #fff; }
        #agenda .list-group-item .item.selected:hover:after {
          color: #41acdd; }
      #agenda .list-group-item .item.active {
        color: #413a42; }
  #agenda footer span {
    color: #ccc; }

/**
 * used in agenda search page and agenda page
 */
.tooltip-icon {
  display: inline-block;
  position: relative;
  margin-left: 5px; }
  .tooltip-icon .tooltip {
    display: none; }
  .tooltip-icon i {
    display: inline-block;
    font-size: 1.1em;
    vertical-align: middle; }
  .tooltip-icon.big i {
    font-size: 2em;
    background-position: -14px 0; }
  .tooltip-icon:hover .tooltip {
    display: block;
    opacity: 1;
    right: -122px;
    min-width: 120px; }
    .tooltip-icon:hover .tooltip.right {
      top: 50%;
      transform: translateY(-50%);
      margin-left: 15px; }
    .tooltip-icon:hover .tooltip .tooltip-inner {
      background-color: #413a42; }
    .tooltip-icon:hover .tooltip.right .tooltip-arrow {
      border-right-color: #413a42; }
  .tooltip-icon.big .tooltip {
    top: 3px; }
    .tooltip-icon.big .tooltip .tooltip-inner {
      background-color: #fff;
      color: #413a42; }
    .tooltip-icon.big .tooltip.right .tooltip-arrow {
      border-right-color: #fff; }

.event-item {
  padding: 0 !important; }
  .event-item .media-body > a {
    color: inherit;
    display: block !important; }
  .event-item .avatar {
    border: none; }
  .event-item.media {
    margin-top: 0; }
  .event-item:hover {
    background: #fafafa; }
  .event-item .actions {
    padding-top: 0.5em; }
  .event-item.draft {
    border-left: 4px solid #bbb;
    background: #f8f8f8; }
    .event-item.draft:hover {
      background: #f6f6f6; }

.home .wsq {
  min-height: 200px;
  position: relative; }

.home .home-nav {
  margin: 0 0 0 16px; }
  .home .home-nav li h2,
  .home .home-nav li a {
    font-weight: normal;
    font-size: 18px;
    padding: 10px;
    margin: 0;
    color: gray; }
  .home .home-nav li.active h2 {
    color: #413a42;
    border-bottom: 3px solid #41acdd; }
  .home .home-nav li a:hover {
    text-decoration: none;
    color: #41acdd; }
  @media (min-width: 480px) {
    .home .home-nav li {
      margin: 0 10px; }
      .home .home-nav li h2,
      .home .home-nav li a {
        font-size: 20px; } }

.home > .row.wsq {
  display: flex;
  flex-direction: row; }

.home .btn-collapse-nav i {
  color: #7b8b8c; }

.home h2 {
  margin: 0 0 32px; }

.home .search {
  width: 50%; }

.home .agenda-item, .home .event-item {
  padding: 1em 0; }
  .home .agenda-item .media-left img, .home .event-item .media-left img {
    width: 90px;
    height: 90px; }
  .home .agenda-item .media-body .event-detail-part, .home .event-item .media-body .event-detail-part {
    font-size: 13px; }
  .home .agenda-item .media-body .actions, .home .event-item .media-body .actions {
    font-size: 14px; }
    .home .agenda-item .media-body .actions a:hover, .home .event-item .media-body .actions a:hover,
    .home .agenda-item .media-body .actions a:focus,
    .home .event-item .media-body .actions a:focus {
      text-decoration: underline; }
    .home .agenda-item .media-body .actions a + a, .home .event-item .media-body .actions a + a {
      margin-left: 12px; }

.home .header {
  padding-top: 20px; }

.home .new-user h2 {
  display: block; }

@media (max-width: 768px) {
  .home > .row.wsq {
    flex-direction: column; }
  .home h2 {
    margin: 0; }
  .home .search {
    width: 100%; }
  .home .header {
    padding: 20px 30px; } }

@media (min-width: 768px) {
  .home .nav {
    padding: 20px 0; } }

.home.home-events .event-item .media-left img {
  border-radius: 0; }

.home.home-events .event-item .media-body {
  vertical-align: baseline; }
  .home.home-events .event-item .media-body .media-heading .agenda {
    font-size: 13px;
    font-style: italic;
    margin-bottom: 4px; }
  .home.home-events .event-item .media-body .media-heading .badge {
    vertical-align: baseline; }

.home.home-events .popup-overlay section {
  height: 90%; }
  .home.home-events .popup-overlay section .popup-content form .form-group.search {
    width: 100%; }
  .home.home-events .popup-overlay section .popup-content .agenda-item, .home.home-events .popup-overlay section .popup-content .event-item {
    padding: 0; }
    .home.home-events .popup-overlay section .popup-content .agenda-item .media-left img, .home.home-events .popup-overlay section .popup-content .event-item .media-left img {
      width: 40px;
      height: 40px; }

@media (max-width: 768px) {
  .home.home-events > .row.wsq {
    flex-direction: column; } }

@media (min-width: 768px) {
  .home.home-events .event-item .media-body {
    padding-right: 40px; } }

.aggregator-sources .search {
  width: 50%; }

.aggregator-sources .form-group-v-aligned {
  display: flex; }
  .aggregator-sources .form-group-v-aligned label.control-label {
    align-items: center;
    display: flex;
    margin-bottom: 2px; }

.aggregator-sources .react-tagsinput {
  display: inline-table;
  background-color: #fff;
  border: 1px solid #ccc;
  overflow: hidden;
  padding: 2px 5px;
  cursor: text; }
  .aggregator-sources .react-tagsinput--focused {
    border-color: #41acdd; }
  .aggregator-sources .react-tagsinput-tag {
    background-color: #41acdd;
    border-radius: 2px;
    border: 1px solid #41acdd;
    color: #fff;
    display: inline-block;
    font-family: sans-serif;
    font-size: 14px;
    line-height: 14px;
    font-weight: 400;
    margin-right: 5px;
    margin-bottom: 2px;
    padding: 5px; }
  .aggregator-sources .react-tagsinput-remove {
    color: #fff;
    cursor: pointer;
    font-weight: bold;
    text-decoration: none; }
  .aggregator-sources .react-tagsinput-tag a::before {
    content: " ×"; }
  .aggregator-sources .react-tagsinput-input {
    background: transparent;
    border: 0;
    color: #413a42;
    font-family: sans-serif;
    font-weight: 400;
    outline: none;
    padding: 5px;
    width: 80px; }

.aggregator-sources .radio-sub-block {
  margin-left: 20px; }

.aggregator-sources .filter-choice {
  margin: 0; }
  .aggregator-sources .filter-choice label {
    padding: 0; }

.aggregator-sources .cancel-button-left {
  padding-left: 0; }

.aggregator-sources .agenda-item, .aggregator-sources .event-item {
  margin: 0;
  padding: 0; }
  .aggregator-sources .agenda-item .actions a + a, .aggregator-sources .event-item .actions a + a {
    margin-left: 12px; }
  .aggregator-sources .agenda-item .media-left img, .aggregator-sources .event-item .media-left img {
    width: 90px;
    height: 90px; }
  .aggregator-sources .agenda-item .media-body p, .aggregator-sources .event-item .media-body p {
    margin-top: .5em;
    margin-bottom: .5em; }
  .aggregator-sources .agenda-item .media-body .rules-copy, .aggregator-sources .event-item .media-body .rules-copy {
    display: none;
    margin-left: 5px; }
  .aggregator-sources .agenda-item .media-body:hover .rules-copy, .aggregator-sources .event-item .media-body:hover .rules-copy {
    display: inline-block; }
  .aggregator-sources .agenda-item .media-body .actions > *:not(:last-child), .aggregator-sources .event-item .media-body .actions > *:not(:last-child) {
    margin-right: 5px; }
  .aggregator-sources .agenda-item .media-body .actions a:hover, .aggregator-sources .event-item .media-body .actions a:hover, .aggregator-sources .agenda-item .media-body .actions a:focus, .aggregator-sources .event-item .media-body .actions a:focus {
    text-decoration: underline; }

.aggregator-sources .actions-container {
  position: relative;
  margin-right: 28px; }
  .aggregator-sources .actions-container .remove-action {
    position: absolute;
    top: 8px;
    right: -20px; }

.aggregator-sources .popup-content .search {
  width: 100%; }

.aggregator-sources .popup-content .rule-value {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis; }

.aggregator-sources .actions-icon {
  font-size: 1.3em;
  line-height: 0.8em;
  padding: 0 0 0 0.4em; }

@media (max-width: 768px) {
  .aggregator-sources h2 {
    margin: 0; }
  .aggregator-sources .search {
    width: 100%; }
  .aggregator-sources .header {
    padding: 20px 30px; } }

.members-admin .nav-pills {
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
  position: relative; }
  .members-admin .nav-pills > li {
    margin-top: 12px; }
    .members-admin .nav-pills > li > a, .members-admin .nav-pills > li > a:focus {
      color: #413a42;
      background-color: initial; }
    .members-admin .nav-pills > li > a:hover {
      color: #41acdd;
      background-color: transparent; }
  .members-admin .nav-pills > li.active > a, .members-admin .nav-pills > li.active > a:focus {
    color: #fff;
    background-color: #41acdd; }
  .members-admin .nav-pills > li.active > a:hover {
    background-color: #64bbe3; }
  .members-admin .nav-pills > li.locked {
    position: absolute;
    right: 0; }
    .members-admin .nav-pills > li.locked > a {
      border: #eee 1px solid; }

.members-admin ul.dropdown-menu[aria-labelledby="dropdown-actions"] li[role=presentation] {
  position: relative; }
  .members-admin ul.dropdown-menu[aria-labelledby="dropdown-actions"] li[role=presentation] .fa.fa-unlock-alt {
    position: absolute;
    right: 6px;
    top: 50%;
    transform: translateY(-50%); }

.members-admin .bo-list-item {
  padding: 1em 0; }
  .members-admin .bo-list-item .actions a, .members-admin .bo-list-item .actions button.btn.btn-link, .members-admin .bo-list-item .actions button.btn.btn-link-inline, .members-admin .bo-list-item .actions .rtp__calendar .rtp__modal .rtp__error .rtp__recurrencer-error__disabledTimings button.btn-link-inline, .rtp__calendar .rtp__modal .rtp__error .rtp__recurrencer-error__disabledTimings .members-admin .bo-list-item .actions button.btn-link-inline, .members-admin .bo-list-item .actions .rtp__calendar .rtp__edit-modal button.btn-link-inline[type="submit"], .rtp__calendar .rtp__edit-modal .members-admin .bo-list-item .actions button.btn-link-inline[type="submit"], .members-admin .bo-list-item .actions .rtp__calendar .rtp__recurrencer-modal button.btn-link-inline[type="submit"], .rtp__calendar .rtp__recurrencer-modal .members-admin .bo-list-item .actions button.btn-link-inline[type="submit"],
  .members-admin .bo-list-item .actions .rtp__calendar .rtp__multi-recurrencer-modal button.btn-link-inline[type="submit"], .rtp__calendar .rtp__multi-recurrencer-modal .members-admin .bo-list-item .actions button.btn-link-inline[type="submit"], .members-admin .bo-list-item .actions .rtp__calendar .rtp__modal .rtp__error .rtp__recurrencer-error__disabledTimings button.btn-link, .rtp__calendar .rtp__modal .rtp__error .rtp__recurrencer-error__disabledTimings .members-admin .bo-list-item .actions button.btn-link, .members-admin .bo-list-item .actions .rtp__calendar .rtp__edit-modal button.btn-link[type="submit"], .rtp__calendar .rtp__edit-modal .members-admin .bo-list-item .actions button.btn-link[type="submit"], .members-admin .bo-list-item .actions .rtp__calendar button.rtp__recurrencer-button, .rtp__calendar .members-admin .bo-list-item .actions button.rtp__recurrencer-button, .members-admin .bo-list-item .actions .rtp__calendar button.rtp__multi-recurrencer-button, .rtp__calendar .members-admin .bo-list-item .actions button.rtp__multi-recurrencer-button, .members-admin .bo-list-item .actions .rtp__calendar .rtp__recurrencer-modal button.btn-link[type="submit"], .rtp__calendar .rtp__recurrencer-modal .members-admin .bo-list-item .actions button.btn-link[type="submit"],
  .members-admin .bo-list-item .actions .rtp__calendar .rtp__multi-recurrencer-modal button.btn-link[type="submit"], .rtp__calendar .rtp__multi-recurrencer-modal .members-admin .bo-list-item .actions button.btn-link[type="submit"] {
    color: #41acdd; }
    .members-admin .bo-list-item .actions a:hover, .members-admin .bo-list-item .actions button.btn.btn-link:hover, .members-admin .bo-list-item .actions button.btn.btn-link-inline:hover, .members-admin .bo-list-item .actions .rtp__calendar .rtp__modal .rtp__error .rtp__recurrencer-error__disabledTimings button.btn-link-inline:hover, .rtp__calendar .rtp__modal .rtp__error .rtp__recurrencer-error__disabledTimings .members-admin .bo-list-item .actions button.btn-link-inline:hover, .members-admin .bo-list-item .actions .rtp__calendar .rtp__edit-modal button.btn-link-inline:hover[type="submit"], .rtp__calendar .rtp__edit-modal .members-admin .bo-list-item .actions button.btn-link-inline:hover[type="submit"], .members-admin .bo-list-item .actions .rtp__calendar .rtp__recurrencer-modal button.btn-link-inline:hover[type="submit"], .rtp__calendar .rtp__recurrencer-modal .members-admin .bo-list-item .actions button.btn-link-inline:hover[type="submit"],
    .members-admin .bo-list-item .actions .rtp__calendar .rtp__multi-recurrencer-modal button.btn-link-inline:hover[type="submit"], .rtp__calendar .rtp__multi-recurrencer-modal .members-admin .bo-list-item .actions button.btn-link-inline:hover[type="submit"], .members-admin .bo-list-item .actions .rtp__calendar .rtp__modal .rtp__error .rtp__recurrencer-error__disabledTimings button.btn-link:hover, .rtp__calendar .rtp__modal .rtp__error .rtp__recurrencer-error__disabledTimings .members-admin .bo-list-item .actions button.btn-link:hover, .members-admin .bo-list-item .actions .rtp__calendar .rtp__edit-modal button.btn-link:hover[type="submit"], .rtp__calendar .rtp__edit-modal .members-admin .bo-list-item .actions button.btn-link:hover[type="submit"], .members-admin .bo-list-item .actions .rtp__calendar button.rtp__recurrencer-button:hover, .rtp__calendar .members-admin .bo-list-item .actions button.rtp__recurrencer-button:hover, .members-admin .bo-list-item .actions .rtp__calendar button.rtp__multi-recurrencer-button:hover, .rtp__calendar .members-admin .bo-list-item .actions button.rtp__multi-recurrencer-button:hover, .members-admin .bo-list-item .actions .rtp__calendar .rtp__recurrencer-modal button.btn-link:hover[type="submit"], .rtp__calendar .rtp__recurrencer-modal .members-admin .bo-list-item .actions button.btn-link:hover[type="submit"],
    .members-admin .bo-list-item .actions .rtp__calendar .rtp__multi-recurrencer-modal button.btn-link:hover[type="submit"], .rtp__calendar .rtp__multi-recurrencer-modal .members-admin .bo-list-item .actions button.btn-link:hover[type="submit"] {
      text-decoration: underline; }
  .members-admin .bo-list-item .media-body .media-heading .badge {
    vertical-align: baseline; }

.members-admin .invite-members-form .emails-input textarea {
  max-height: 250px; }

.page-dialog .actions {
  text-align: center;
  max-width: 360px;
  margin: auto; }
  .page-dialog .actions a {
    display: block;
    margin-bottom: 1.6em; }

.rich-textarea .toolbar {
  padding-bottom: 0.5em; }
  .rich-textarea .toolbar .btn, .rich-textarea .toolbar .rtp__calendar .rtp__modal .rtp__error .rtp__recurrencer-error__disabledTimings button, .rtp__calendar .rtp__modal .rtp__error .rtp__recurrencer-error__disabledTimings .rich-textarea .toolbar button, .rich-textarea .toolbar .rtp__calendar .rtp__edit-modal button[type="submit"], .rtp__calendar .rtp__edit-modal .rich-textarea .toolbar button[type="submit"], .rich-textarea .toolbar .rtp__calendar .rtp__recurrencer-button, .rtp__calendar .rich-textarea .toolbar .rtp__recurrencer-button, .rich-textarea .toolbar .rtp__calendar .rtp__multi-recurrencer-button, .rtp__calendar .rich-textarea .toolbar .rtp__multi-recurrencer-button, .rich-textarea .toolbar .rtp__calendar .rtp__recurrencer-modal button[type="submit"], .rtp__calendar .rtp__recurrencer-modal .rich-textarea .toolbar button[type="submit"],
  .rich-textarea .toolbar .rtp__calendar .rtp__multi-recurrencer-modal button[type="submit"], .rtp__calendar .rtp__multi-recurrencer-modal .rich-textarea .toolbar button[type="submit"] {
    margin-right: 0.4em; }

.rich-textarea .textarea-canvas {
  border: 1px solid #ccc;
  padding: 1em;
  overflow: hidden; }
  .rich-textarea .textarea-canvas > div {
    min-height: 120px; }
  .rich-textarea .textarea-canvas .textarea-placeholder {
    color: #ccc;
    display: block;
    min-height: 0;
    height: 0; }
  .rich-textarea .textarea-canvas h2, .rich-textarea .textarea-canvas h3 {
    margin: 0 0 10px; }

.user-settings .header {
  margin-bottom: 30px; }

.user-settings table.table > tbody > tr.inactive:hover {
  background-color: #f5f5f5; }

.user-settings table.table > tbody > tr > td:first-of-type {
  font-weight: bold; }

.daterangepicker {
  position: absolute;
  color: inherit;
  background: #fff;
  border-radius: 4px;
  width: 278px;
  padding: 4px;
  margin-top: 1px;
  top: 100px;
  left: 20px;
  /* Calendars */ }

.daterangepicker:before, .daterangepicker:after {
  position: absolute;
  display: inline-block;
  border-bottom-color: rgba(0, 0, 0, 0.2);
  content: ''; }

.daterangepicker:before {
  top: -7px;
  border-right: 7px solid transparent;
  border-left: 7px solid transparent;
  border-bottom: 7px solid #ccc; }

.daterangepicker:after {
  top: -6px;
  border-right: 6px solid transparent;
  border-bottom: 6px solid #fff;
  border-left: 6px solid transparent; }

.daterangepicker.opensleft:before {
  right: 9px; }

.daterangepicker.opensleft:after {
  right: 10px; }

.daterangepicker.openscenter:before {
  left: 0;
  right: 0;
  width: 0;
  margin-left: auto;
  margin-right: auto; }

.daterangepicker.openscenter:after {
  left: 0;
  right: 0;
  width: 0;
  margin-left: auto;
  margin-right: auto; }

.daterangepicker.opensright:before {
  left: 9px; }

.daterangepicker.opensright:after {
  left: 10px; }

.daterangepicker.dropup {
  margin-top: -5px; }

.daterangepicker.dropup:before {
  top: initial;
  bottom: -7px;
  border-bottom: initial;
  border-top: 7px solid #ccc; }

.daterangepicker.dropup:after {
  top: initial;
  bottom: -6px;
  border-bottom: initial;
  border-top: 6px solid #fff; }

.daterangepicker.dropdown-menu {
  max-width: none;
  z-index: 3001; }

.daterangepicker.single .ranges, .daterangepicker.single .calendar {
  float: none; }

.daterangepicker.show-calendar .calendar {
  display: block; }

.daterangepicker .calendar {
  display: none;
  max-width: 270px;
  margin: 4px; }

.daterangepicker .calendar.single .calendar-table {
  border: none; }

.daterangepicker .calendar th, .daterangepicker .calendar td {
  white-space: nowrap;
  text-align: center;
  min-width: 32px; }

.daterangepicker .calendar-table {
  border: 1px solid #fff;
  padding: 4px;
  border-radius: 4px;
  background: #fff; }

.daterangepicker table {
  width: 100%;
  margin: 0; }

.daterangepicker td, .daterangepicker th {
  text-align: center;
  width: 20px;
  height: 20px;
  border-radius: 4px;
  border: 1px solid transparent;
  white-space: nowrap;
  cursor: pointer; }

.daterangepicker td.available:hover, .daterangepicker th.available:hover {
  background-color: #eee;
  border-color: transparent;
  color: inherit; }

.daterangepicker td.week, .daterangepicker th.week {
  font-size: 80%;
  color: #ccc; }

.daterangepicker td.off, .daterangepicker td.off.in-range, .daterangepicker td.off.start-date, .daterangepicker td.off.end-date {
  background-color: #fff;
  border-color: transparent;
  color: #999; }

.daterangepicker td.in-range {
  background-color: #ebf4f8;
  border-color: transparent;
  color: #000;
  border-radius: 0; }

.daterangepicker td.start-date {
  border-radius: 4px 0 0 4px; }

.daterangepicker td.end-date {
  border-radius: 0 4px 4px 0; }

.daterangepicker td.start-date.end-date {
  border-radius: 4px; }

.daterangepicker td.active, .daterangepicker td.active:hover {
  background-color: #357ebd;
  border-color: transparent;
  color: #fff; }

.daterangepicker th.month {
  width: auto; }

.daterangepicker td.disabled, .daterangepicker option.disabled {
  color: #999;
  cursor: not-allowed;
  text-decoration: line-through; }

.daterangepicker select.monthselect, .daterangepicker select.yearselect {
  font-size: 12px;
  padding: 1px;
  height: auto;
  margin: 0;
  cursor: default; }

.daterangepicker select.monthselect {
  margin-right: 2%;
  width: 56%; }

.daterangepicker select.yearselect {
  width: 40%; }

.daterangepicker select.hourselect, .daterangepicker select.minuteselect, .daterangepicker select.secondselect, .daterangepicker select.ampmselect {
  width: 50px;
  margin-bottom: 0;
  border: 1px solid #08c;
  border-radius: 4px;
  background-color: #fff; }

.daterangepicker .input-mini {
  border: 1px solid #ccc;
  border-radius: 4px;
  color: #555;
  height: 30px;
  line-height: 30px;
  display: block;
  vertical-align: middle;
  margin: 0 0 5px 0;
  padding: 0 6px 0 28px;
  width: 100%; }

.daterangepicker .input-mini.active {
  border: 1px solid #08c;
  border-radius: 4px; }

.daterangepicker .daterangepicker_input {
  position: relative; }

.daterangepicker .daterangepicker_input i {
  position: absolute;
  left: 8px;
  top: 8px; }

.daterangepicker.rtl .input-mini {
  padding-right: 28px;
  padding-left: 6px; }

.daterangepicker.rtl .daterangepicker_input i {
  left: auto;
  right: 8px; }

.daterangepicker .calendar-time {
  text-align: center;
  margin: 5px auto;
  line-height: 30px;
  position: relative;
  padding-left: 28px; }

.daterangepicker .calendar-time select.disabled {
  color: #ccc;
  cursor: not-allowed; }

.ranges {
  font-size: 11px;
  float: none;
  margin: 4px;
  text-align: left; }

.ranges ul {
  list-style: none;
  margin: 0 auto;
  padding: 0;
  width: 100%; }

.ranges li {
  font-size: 13px;
  background: #f5f5f5;
  border: 1px solid #f5f5f5;
  border-radius: 4px;
  color: #08c;
  padding: 3px 12px;
  margin-bottom: 8px;
  cursor: pointer; }

.ranges li:hover {
  background: #08c;
  border: 1px solid #08c;
  color: #fff; }

.ranges li.active {
  background: #08c;
  border: 1px solid #08c;
  color: #fff; }

/*  Larger Screen Styling */
@media (min-width: 564px) {
  .daterangepicker {
    width: auto; }
  .daterangepicker .ranges ul {
    width: 160px; }
  .daterangepicker.single .ranges ul {
    width: 100%; }
  .daterangepicker.single .calendar.left {
    clear: none; }
  .daterangepicker.single.ltr .ranges, .daterangepicker.single.ltr .calendar {
    float: left; }
  .daterangepicker.single.rtl .ranges, .daterangepicker.single.rtl .calendar {
    float: right; }
  .daterangepicker.ltr {
    direction: ltr;
    text-align: left; }
  .daterangepicker.ltr .calendar.left {
    clear: left;
    margin-right: 0; }
  .daterangepicker.ltr .calendar.left .calendar-table {
    border-right: none;
    border-top-right-radius: 0;
    border-bottom-right-radius: 0; }
  .daterangepicker.ltr .calendar.right {
    margin-left: 0; }
  .daterangepicker.ltr .calendar.right .calendar-table {
    border-left: none;
    border-top-left-radius: 0;
    border-bottom-left-radius: 0; }
  .daterangepicker.ltr .left .daterangepicker_input {
    padding-right: 12px; }
  .daterangepicker.ltr .calendar.left .calendar-table {
    padding-right: 12px; }
  .daterangepicker.ltr .ranges, .daterangepicker.ltr .calendar {
    float: left; }
  .daterangepicker.rtl {
    direction: rtl;
    text-align: right; }
  .daterangepicker.rtl .calendar.left {
    clear: right;
    margin-left: 0; }
  .daterangepicker.rtl .calendar.left .calendar-table {
    border-left: none;
    border-top-left-radius: 0;
    border-bottom-left-radius: 0; }
  .daterangepicker.rtl .calendar.right {
    margin-right: 0; }
  .daterangepicker.rtl .calendar.right .calendar-table {
    border-right: none;
    border-top-right-radius: 0;
    border-bottom-right-radius: 0; }
  .daterangepicker.rtl .left .daterangepicker_input {
    padding-left: 12px; }
  .daterangepicker.rtl .calendar.left .calendar-table {
    padding-left: 12px; }
  .daterangepicker.rtl .ranges, .daterangepicker.rtl .calendar {
    text-align: right;
    float: right; } }

@media (min-width: 730px) {
  .daterangepicker .ranges {
    width: auto; }
  .daterangepicker.ltr .ranges {
    float: left; }
  .daterangepicker.rtl .ranges {
    float: right; }
  .daterangepicker .calendar.left {
    clear: none !important; } }

.activity-admin .spin-canvas {
  background-color: transparent; }

.activity-user ul label.small, .activity-admin ul label.small, .activity-agenda-admin ul label.small, .js_activities .event-content ul label.small {
  line-height: 20px; }

.activity-user ul .activity-item, .activity-admin ul .activity-item, .activity-agenda-admin ul .activity-item, .js_activities .event-content ul .activity-item {
  color: gray; }
  .activity-user ul .activity-item .activity-highlight, .activity-admin ul .activity-item .activity-highlight, .activity-agenda-admin ul .activity-item .activity-highlight, .js_activities .event-content ul .activity-item .activity-highlight {
    color: #413a42; }

.activity-admin ul.filters li.active {
  border: 1px solid #ccc;
  border-radius: 4px; }
  .activity-admin ul.filters li.active a {
    background: #fff;
    color: #413a42;
    padding-right: 30px; }
    .activity-admin ul.filters li.active a:after {
      content: "\f00c";
      font-family: FontAwesome;
      height: 20px;
      line-height: 40px;
      position: absolute;
      right: 2px;
      top: -1px;
      width: 20px; }
    .activity-admin ul.filters li.active a:hover {
      background: #da4453;
      color: #fff; }
      .activity-admin ul.filters li.active a:hover:after {
        content: "\f00d"; }

.activity-admin .activity-item .activity-highlight {
  position: relative; }
  .activity-admin .activity-item .activity-highlight:hover .fa.fa-filter {
    display: inline-block; }
  .activity-admin .activity-item .activity-highlight .fa.fa-filter {
    display: none;
    position: absolute;
    right: -6px;
    top: -4px;
    vertical-align: super;
    font-size: smaller;
    color: #41acdd;
    cursor: pointer;
    padding: 0 0 6px 6px; }

.notifications-body {
  width: 470px;
  position: absolute;
  right: -15px;
  max-height: 350px;
  overflow: hidden;
  margin: 0 15px 15px;
  -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
  border-bottom-right-radius: 4px;
  border-bottom-left-radius: 4px;
  background-color: white; }
  .notifications-body.loading {
    height: 100px; }
  .notifications-body .list-group {
    margin-bottom: 0; }
    .notifications-body .list-group > .next-item, .notifications-body .list-group > .read-all-item {
      padding: 6px 12px !important; }
      .notifications-body .list-group > .next-item:first-child, .notifications-body .list-group > .read-all-item:first-child {
        border-top-right-radius: 0 !important;
        border-top-left-radius: 0 !important; }
      .notifications-body .list-group > .next-item button.btn.btn-link, .notifications-body .list-group > .next-item button.btn.btn-link-inline, .notifications-body .list-group > .next-item .rtp__calendar .rtp__modal .rtp__error .rtp__recurrencer-error__disabledTimings button.btn-link-inline, .rtp__calendar .rtp__modal .rtp__error .rtp__recurrencer-error__disabledTimings .notifications-body .list-group > .next-item button.btn-link-inline, .notifications-body .list-group > .next-item .rtp__calendar .rtp__edit-modal button.btn-link-inline[type="submit"], .rtp__calendar .rtp__edit-modal .notifications-body .list-group > .next-item button.btn-link-inline[type="submit"], .notifications-body .list-group > .next-item .rtp__calendar .rtp__recurrencer-modal button.btn-link-inline[type="submit"], .rtp__calendar .rtp__recurrencer-modal .notifications-body .list-group > .next-item button.btn-link-inline[type="submit"],
      .notifications-body .list-group > .next-item .rtp__calendar .rtp__multi-recurrencer-modal button.btn-link-inline[type="submit"], .rtp__calendar .rtp__multi-recurrencer-modal .notifications-body .list-group > .next-item button.btn-link-inline[type="submit"], .notifications-body .list-group > .next-item .rtp__calendar .rtp__modal .rtp__error .rtp__recurrencer-error__disabledTimings button.btn-link, .rtp__calendar .rtp__modal .rtp__error .rtp__recurrencer-error__disabledTimings .notifications-body .list-group > .next-item button.btn-link, .notifications-body .list-group > .next-item .rtp__calendar .rtp__edit-modal button.btn-link[type="submit"], .rtp__calendar .rtp__edit-modal .notifications-body .list-group > .next-item button.btn-link[type="submit"], .notifications-body .list-group > .next-item .rtp__calendar button.rtp__recurrencer-button, .rtp__calendar .notifications-body .list-group > .next-item button.rtp__recurrencer-button, .notifications-body .list-group > .next-item .rtp__calendar button.rtp__multi-recurrencer-button, .rtp__calendar .notifications-body .list-group > .next-item button.rtp__multi-recurrencer-button, .notifications-body .list-group > .next-item .rtp__calendar .rtp__recurrencer-modal button.btn-link[type="submit"], .rtp__calendar .rtp__recurrencer-modal .notifications-body .list-group > .next-item button.btn-link[type="submit"],
      .notifications-body .list-group > .next-item .rtp__calendar .rtp__multi-recurrencer-modal button.btn-link[type="submit"], .rtp__calendar .rtp__multi-recurrencer-modal .notifications-body .list-group > .next-item button.btn-link[type="submit"], .notifications-body .list-group > .read-all-item button.btn.btn-link, .notifications-body .list-group > .read-all-item button.btn.btn-link-inline, .notifications-body .list-group > .read-all-item .rtp__calendar .rtp__modal .rtp__error .rtp__recurrencer-error__disabledTimings button.btn-link-inline, .rtp__calendar .rtp__modal .rtp__error .rtp__recurrencer-error__disabledTimings .notifications-body .list-group > .read-all-item button.btn-link-inline, .notifications-body .list-group > .read-all-item .rtp__calendar .rtp__edit-modal button.btn-link-inline[type="submit"], .rtp__calendar .rtp__edit-modal .notifications-body .list-group > .read-all-item button.btn-link-inline[type="submit"], .notifications-body .list-group > .read-all-item .rtp__calendar .rtp__recurrencer-modal button.btn-link-inline[type="submit"], .rtp__calendar .rtp__recurrencer-modal .notifications-body .list-group > .read-all-item button.btn-link-inline[type="submit"],
      .notifications-body .list-group > .read-all-item .rtp__calendar .rtp__multi-recurrencer-modal button.btn-link-inline[type="submit"], .rtp__calendar .rtp__multi-recurrencer-modal .notifications-body .list-group > .read-all-item button.btn-link-inline[type="submit"], .notifications-body .list-group > .read-all-item .rtp__calendar .rtp__modal .rtp__error .rtp__recurrencer-error__disabledTimings button.btn-link, .rtp__calendar .rtp__modal .rtp__error .rtp__recurrencer-error__disabledTimings .notifications-body .list-group > .read-all-item button.btn-link, .notifications-body .list-group > .read-all-item .rtp__calendar .rtp__edit-modal button.btn-link[type="submit"], .rtp__calendar .rtp__edit-modal .notifications-body .list-group > .read-all-item button.btn-link[type="submit"], .notifications-body .list-group > .read-all-item .rtp__calendar button.rtp__recurrencer-button, .rtp__calendar .notifications-body .list-group > .read-all-item button.rtp__recurrencer-button, .notifications-body .list-group > .read-all-item .rtp__calendar button.rtp__multi-recurrencer-button, .rtp__calendar .notifications-body .list-group > .read-all-item button.rtp__multi-recurrencer-button, .notifications-body .list-group > .read-all-item .rtp__calendar .rtp__recurrencer-modal button.btn-link[type="submit"], .rtp__calendar .rtp__recurrencer-modal .notifications-body .list-group > .read-all-item button.btn-link[type="submit"],
      .notifications-body .list-group > .read-all-item .rtp__calendar .rtp__multi-recurrencer-modal button.btn-link[type="submit"], .rtp__calendar .rtp__multi-recurrencer-modal .notifications-body .list-group > .read-all-item button.btn-link[type="submit"] {
        padding: 0 !important;
        color: #41acdd; }
    .notifications-body .list-group .datetime {
      padding-top: 4px !important;
      font-size: 12px; }
    .notifications-body .list-group .notif-item {
      color: gray; }
      .notifications-body .list-group .notif-item .notif-highlight {
        color: #413a42; }
    .notifications-body .list-group a.list-group-item {
      position: relative;
      /* see #note1 */
      display: block;
      padding: 10px 15px;
      text-decoration: none;
      /* see #note1 */ }
      .notifications-body .list-group a.list-group-item:not(.read) {
        background-color: #f2f9fd !important; }
      .notifications-body .list-group a.list-group-item:hover {
        background-color: #f6f6f6 !important; }
        .notifications-body .list-group a.list-group-item:hover.read button.btn.btn-link.mark-read, .notifications-body .list-group a.list-group-item:hover.read button.btn.mark-read.btn-link-inline, .notifications-body .list-group a.list-group-item:hover.read .rtp__calendar .rtp__modal .rtp__error .rtp__recurrencer-error__disabledTimings button.mark-read.btn-link-inline, .rtp__calendar .rtp__modal .rtp__error .rtp__recurrencer-error__disabledTimings .notifications-body .list-group a.list-group-item:hover.read button.mark-read.btn-link-inline, .notifications-body .list-group a.list-group-item:hover.read .rtp__calendar .rtp__edit-modal button.mark-read.btn-link-inline[type="submit"], .rtp__calendar .rtp__edit-modal .notifications-body .list-group a.list-group-item:hover.read button.mark-read.btn-link-inline[type="submit"], .notifications-body .list-group a.list-group-item:hover.read .rtp__calendar .rtp__recurrencer-modal button.mark-read.btn-link-inline[type="submit"], .rtp__calendar .rtp__recurrencer-modal .notifications-body .list-group a.list-group-item:hover.read button.mark-read.btn-link-inline[type="submit"],
        .notifications-body .list-group a.list-group-item:hover.read .rtp__calendar .rtp__multi-recurrencer-modal button.mark-read.btn-link-inline[type="submit"], .rtp__calendar .rtp__multi-recurrencer-modal .notifications-body .list-group a.list-group-item:hover.read button.mark-read.btn-link-inline[type="submit"], .notifications-body .list-group a.list-group-item:hover.read .rtp__calendar .rtp__modal .rtp__error .rtp__recurrencer-error__disabledTimings button.btn-link.mark-read, .rtp__calendar .rtp__modal .rtp__error .rtp__recurrencer-error__disabledTimings .notifications-body .list-group a.list-group-item:hover.read button.btn-link.mark-read, .notifications-body .list-group a.list-group-item:hover.read .rtp__calendar .rtp__edit-modal button.btn-link.mark-read[type="submit"], .rtp__calendar .rtp__edit-modal .notifications-body .list-group a.list-group-item:hover.read button.btn-link.mark-read[type="submit"], .notifications-body .list-group a.list-group-item:hover.read .rtp__calendar button.mark-read.rtp__recurrencer-button, .rtp__calendar .notifications-body .list-group a.list-group-item:hover.read button.mark-read.rtp__recurrencer-button, .notifications-body .list-group a.list-group-item:hover.read .rtp__calendar button.mark-read.rtp__multi-recurrencer-button, .rtp__calendar .notifications-body .list-group a.list-group-item:hover.read button.mark-read.rtp__multi-recurrencer-button, .notifications-body .list-group a.list-group-item:hover.read .rtp__calendar .rtp__recurrencer-modal button.btn-link.mark-read[type="submit"], .rtp__calendar .rtp__recurrencer-modal .notifications-body .list-group a.list-group-item:hover.read button.btn-link.mark-read[type="submit"],
        .notifications-body .list-group a.list-group-item:hover.read .rtp__calendar .rtp__multi-recurrencer-modal button.btn-link.mark-read[type="submit"], .rtp__calendar .rtp__multi-recurrencer-modal .notifications-body .list-group a.list-group-item:hover.read button.btn-link.mark-read[type="submit"] {
          visibility: hidden; }
        .notifications-body .list-group a.list-group-item:hover button.btn.btn-link, .notifications-body .list-group a.list-group-item:hover button.btn.btn-link-inline, .notifications-body .list-group a.list-group-item:hover .rtp__calendar .rtp__modal .rtp__error .rtp__recurrencer-error__disabledTimings button.btn-link-inline, .rtp__calendar .rtp__modal .rtp__error .rtp__recurrencer-error__disabledTimings .notifications-body .list-group a.list-group-item:hover button.btn-link-inline, .notifications-body .list-group a.list-group-item:hover .rtp__calendar .rtp__edit-modal button.btn-link-inline[type="submit"], .rtp__calendar .rtp__edit-modal .notifications-body .list-group a.list-group-item:hover button.btn-link-inline[type="submit"], .notifications-body .list-group a.list-group-item:hover .rtp__calendar .rtp__recurrencer-modal button.btn-link-inline[type="submit"], .rtp__calendar .rtp__recurrencer-modal .notifications-body .list-group a.list-group-item:hover button.btn-link-inline[type="submit"],
        .notifications-body .list-group a.list-group-item:hover .rtp__calendar .rtp__multi-recurrencer-modal button.btn-link-inline[type="submit"], .rtp__calendar .rtp__multi-recurrencer-modal .notifications-body .list-group a.list-group-item:hover button.btn-link-inline[type="submit"], .notifications-body .list-group a.list-group-item:hover .rtp__calendar .rtp__modal .rtp__error .rtp__recurrencer-error__disabledTimings button.btn-link, .rtp__calendar .rtp__modal .rtp__error .rtp__recurrencer-error__disabledTimings .notifications-body .list-group a.list-group-item:hover button.btn-link, .notifications-body .list-group a.list-group-item:hover .rtp__calendar .rtp__edit-modal button.btn-link[type="submit"], .rtp__calendar .rtp__edit-modal .notifications-body .list-group a.list-group-item:hover button.btn-link[type="submit"], .notifications-body .list-group a.list-group-item:hover .rtp__calendar button.rtp__recurrencer-button, .rtp__calendar .notifications-body .list-group a.list-group-item:hover button.rtp__recurrencer-button, .notifications-body .list-group a.list-group-item:hover .rtp__calendar button.rtp__multi-recurrencer-button, .rtp__calendar .notifications-body .list-group a.list-group-item:hover button.rtp__multi-recurrencer-button, .notifications-body .list-group a.list-group-item:hover .rtp__calendar .rtp__recurrencer-modal button.btn-link[type="submit"], .rtp__calendar .rtp__recurrencer-modal .notifications-body .list-group a.list-group-item:hover button.btn-link[type="submit"],
        .notifications-body .list-group a.list-group-item:hover .rtp__calendar .rtp__multi-recurrencer-modal button.btn-link[type="submit"], .rtp__calendar .rtp__multi-recurrencer-modal .notifications-body .list-group a.list-group-item:hover button.btn-link[type="submit"] {
          visibility: visible; }
      .notifications-body .list-group a.list-group-item button.btn.btn-link, .notifications-body .list-group a.list-group-item button.btn.btn-link-inline, .notifications-body .list-group a.list-group-item .rtp__calendar .rtp__modal .rtp__error .rtp__recurrencer-error__disabledTimings button.btn-link-inline, .rtp__calendar .rtp__modal .rtp__error .rtp__recurrencer-error__disabledTimings .notifications-body .list-group a.list-group-item button.btn-link-inline, .notifications-body .list-group a.list-group-item .rtp__calendar .rtp__edit-modal button.btn-link-inline[type="submit"], .rtp__calendar .rtp__edit-modal .notifications-body .list-group a.list-group-item button.btn-link-inline[type="submit"], .notifications-body .list-group a.list-group-item .rtp__calendar .rtp__recurrencer-modal button.btn-link-inline[type="submit"], .rtp__calendar .rtp__recurrencer-modal .notifications-body .list-group a.list-group-item button.btn-link-inline[type="submit"],
      .notifications-body .list-group a.list-group-item .rtp__calendar .rtp__multi-recurrencer-modal button.btn-link-inline[type="submit"], .rtp__calendar .rtp__multi-recurrencer-modal .notifications-body .list-group a.list-group-item button.btn-link-inline[type="submit"], .notifications-body .list-group a.list-group-item .rtp__calendar .rtp__modal .rtp__error .rtp__recurrencer-error__disabledTimings button.btn-link, .rtp__calendar .rtp__modal .rtp__error .rtp__recurrencer-error__disabledTimings .notifications-body .list-group a.list-group-item button.btn-link, .notifications-body .list-group a.list-group-item .rtp__calendar .rtp__edit-modal button.btn-link[type="submit"], .rtp__calendar .rtp__edit-modal .notifications-body .list-group a.list-group-item button.btn-link[type="submit"], .notifications-body .list-group a.list-group-item .rtp__calendar button.rtp__recurrencer-button, .rtp__calendar .notifications-body .list-group a.list-group-item button.rtp__recurrencer-button, .notifications-body .list-group a.list-group-item .rtp__calendar button.rtp__multi-recurrencer-button, .rtp__calendar .notifications-body .list-group a.list-group-item button.rtp__multi-recurrencer-button, .notifications-body .list-group a.list-group-item .rtp__calendar .rtp__recurrencer-modal button.btn-link[type="submit"], .rtp__calendar .rtp__recurrencer-modal .notifications-body .list-group a.list-group-item button.btn-link[type="submit"],
      .notifications-body .list-group a.list-group-item .rtp__calendar .rtp__multi-recurrencer-modal button.btn-link[type="submit"], .rtp__calendar .rtp__multi-recurrencer-modal .notifications-body .list-group a.list-group-item button.btn-link[type="submit"] {
        visibility: hidden;
        padding: 0 !important;
        margin: 8px 0 8px 14px !important;
        color: #41acdd; }
        .notifications-body .list-group a.list-group-item button.btn.btn-link:first-child, .notifications-body .list-group a.list-group-item button.btn.btn-link-inline:first-child, .notifications-body .list-group a.list-group-item .rtp__calendar .rtp__modal .rtp__error .rtp__recurrencer-error__disabledTimings button.btn-link-inline:first-child, .rtp__calendar .rtp__modal .rtp__error .rtp__recurrencer-error__disabledTimings .notifications-body .list-group a.list-group-item button.btn-link-inline:first-child, .notifications-body .list-group a.list-group-item .rtp__calendar .rtp__edit-modal button.btn-link-inline:first-child[type="submit"], .rtp__calendar .rtp__edit-modal .notifications-body .list-group a.list-group-item button.btn-link-inline:first-child[type="submit"], .notifications-body .list-group a.list-group-item .rtp__calendar .rtp__recurrencer-modal button.btn-link-inline:first-child[type="submit"], .rtp__calendar .rtp__recurrencer-modal .notifications-body .list-group a.list-group-item button.btn-link-inline:first-child[type="submit"],
        .notifications-body .list-group a.list-group-item .rtp__calendar .rtp__multi-recurrencer-modal button.btn-link-inline:first-child[type="submit"], .rtp__calendar .rtp__multi-recurrencer-modal .notifications-body .list-group a.list-group-item button.btn-link-inline:first-child[type="submit"], .notifications-body .list-group a.list-group-item .rtp__calendar .rtp__modal .rtp__error .rtp__recurrencer-error__disabledTimings button.btn-link:first-child, .rtp__calendar .rtp__modal .rtp__error .rtp__recurrencer-error__disabledTimings .notifications-body .list-group a.list-group-item button.btn-link:first-child, .notifications-body .list-group a.list-group-item .rtp__calendar .rtp__edit-modal button.btn-link:first-child[type="submit"], .rtp__calendar .rtp__edit-modal .notifications-body .list-group a.list-group-item button.btn-link:first-child[type="submit"], .notifications-body .list-group a.list-group-item .rtp__calendar button.rtp__recurrencer-button:first-child, .rtp__calendar .notifications-body .list-group a.list-group-item button.rtp__recurrencer-button:first-child, .notifications-body .list-group a.list-group-item .rtp__calendar button.rtp__multi-recurrencer-button:first-child, .rtp__calendar .notifications-body .list-group a.list-group-item button.rtp__multi-recurrencer-button:first-child, .notifications-body .list-group a.list-group-item .rtp__calendar .rtp__recurrencer-modal button.btn-link:first-child[type="submit"], .rtp__calendar .rtp__recurrencer-modal .notifications-body .list-group a.list-group-item button.btn-link:first-child[type="submit"],
        .notifications-body .list-group a.list-group-item .rtp__calendar .rtp__multi-recurrencer-modal button.btn-link:first-child[type="submit"], .rtp__calendar .rtp__multi-recurrencer-modal .notifications-body .list-group a.list-group-item button.btn-link:first-child[type="submit"] {
          margin-top: 0 !important; }
        .notifications-body .list-group a.list-group-item button.btn.btn-link:last-child, .notifications-body .list-group a.list-group-item button.btn.btn-link-inline:last-child, .notifications-body .list-group a.list-group-item .rtp__calendar .rtp__modal .rtp__error .rtp__recurrencer-error__disabledTimings button.btn-link-inline:last-child, .rtp__calendar .rtp__modal .rtp__error .rtp__recurrencer-error__disabledTimings .notifications-body .list-group a.list-group-item button.btn-link-inline:last-child, .notifications-body .list-group a.list-group-item .rtp__calendar .rtp__edit-modal button.btn-link-inline:last-child[type="submit"], .rtp__calendar .rtp__edit-modal .notifications-body .list-group a.list-group-item button.btn-link-inline:last-child[type="submit"], .notifications-body .list-group a.list-group-item .rtp__calendar .rtp__recurrencer-modal button.btn-link-inline:last-child[type="submit"], .rtp__calendar .rtp__recurrencer-modal .notifications-body .list-group a.list-group-item button.btn-link-inline:last-child[type="submit"],
        .notifications-body .list-group a.list-group-item .rtp__calendar .rtp__multi-recurrencer-modal button.btn-link-inline:last-child[type="submit"], .rtp__calendar .rtp__multi-recurrencer-modal .notifications-body .list-group a.list-group-item button.btn-link-inline:last-child[type="submit"], .notifications-body .list-group a.list-group-item .rtp__calendar .rtp__modal .rtp__error .rtp__recurrencer-error__disabledTimings button.btn-link:last-child, .rtp__calendar .rtp__modal .rtp__error .rtp__recurrencer-error__disabledTimings .notifications-body .list-group a.list-group-item button.btn-link:last-child, .notifications-body .list-group a.list-group-item .rtp__calendar .rtp__edit-modal button.btn-link:last-child[type="submit"], .rtp__calendar .rtp__edit-modal .notifications-body .list-group a.list-group-item button.btn-link:last-child[type="submit"], .notifications-body .list-group a.list-group-item .rtp__calendar button.rtp__recurrencer-button:last-child, .rtp__calendar .notifications-body .list-group a.list-group-item button.rtp__recurrencer-button:last-child, .notifications-body .list-group a.list-group-item .rtp__calendar button.rtp__multi-recurrencer-button:last-child, .rtp__calendar .notifications-body .list-group a.list-group-item button.rtp__multi-recurrencer-button:last-child, .notifications-body .list-group a.list-group-item .rtp__calendar .rtp__recurrencer-modal button.btn-link:last-child[type="submit"], .rtp__calendar .rtp__recurrencer-modal .notifications-body .list-group a.list-group-item button.btn-link:last-child[type="submit"],
        .notifications-body .list-group a.list-group-item .rtp__calendar .rtp__multi-recurrencer-modal button.btn-link:last-child[type="submit"], .rtp__calendar .rtp__multi-recurrencer-modal .notifications-body .list-group a.list-group-item button.btn-link:last-child[type="submit"] {
          position: absolute;
          bottom: 0;
          right: 14px; }

.activity-list li {
  padding-bottom: 1em; }
  .activity-list li .activity-time {
    display: block;
    color: gray; }
  .activity-list li .activity-info {
    display: block;
    padding-bottom: 0.3em; }

/* #note1 */
@media screen and (max-width: 768px) {
  .notifications-body {
    margin-left: auto;
    margin-right: auto; } }

/* #note1 force style and variable values for compatibility with oaCss styles of cibul-template projects ( see .config files with oaCss keys ) */
.rbc-btn {
  color: inherit;
  font: inherit;
  margin: 0; }

button.rbc-btn {
  overflow: visible;
  text-transform: none;
  -webkit-appearance: button;
  cursor: pointer; }

button[disabled].rbc-btn {
  cursor: not-allowed; }

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

.rbc-calendar {
  box-sizing: border-box;
  height: 100%;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch; }

.rbc-calendar *,
.rbc-calendar *:before,
.rbc-calendar *:after {
  box-sizing: inherit; }

.rbc-abs-full,
.rbc-row-bg {
  overflow: hidden;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0; }

.rbc-ellipsis,
.rbc-event-label,
.rbc-row-segment .rbc-event-content,
.rbc-show-more {
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap; }

.rbc-rtl {
  direction: rtl; }

.rbc-off-range {
  color: #999999; }

.rbc-off-range-bg {
  background: #e5e5e5; }

.rbc-header {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  padding: 0 3px;
  text-align: center;
  vertical-align: middle;
  font-weight: bold;
  font-size: 90%;
  min-height: 0; }

.rbc-header > a,
.rbc-header > a:active,
.rbc-header > a:visited {
  color: inherit;
  text-decoration: none; }

.rbc-row-content {
  position: relative;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-user-select: none;
  z-index: 4; }

.rbc-today {
  background-color: #eaf6ff; }

.rbc-toolbar {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 10px;
  font-size: 16px; }

.rbc-toolbar .rbc-toolbar-label {
  -webkit-flex-grow: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  padding: 0 10px;
  text-align: center; }

.rbc-toolbar button {
  color: #373a3c;
  display: inline-block;
  margin: 0;
  text-align: center;
  vertical-align: middle;
  background: none;
  background-image: none;
  border: 1px solid #ccc;
  padding: .375rem 1rem;
  border-radius: 4px;
  line-height: normal;
  white-space: nowrap; }

.rbc-toolbar button:active,
.rbc-toolbar button.rbc-active {
  background-image: none;
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  background-color: #e6e6e6;
  border-color: #adadad; }

.rbc-toolbar button:active:hover,
.rbc-toolbar button.rbc-active:hover,
.rbc-toolbar button:active:focus,
.rbc-toolbar button.rbc-active:focus {
  color: #373a3c;
  background-color: #d4d4d4;
  border-color: #8c8c8c; }

.rbc-toolbar button:focus {
  color: #373a3c;
  background-color: #e6e6e6;
  border-color: #adadad; }

.rbc-toolbar button:hover {
  color: #373a3c;
  background-color: #e6e6e6;
  border-color: #adadad; }

.rbc-btn-group {
  display: inline-block;
  white-space: nowrap; }

.rbc-btn-group > button:first-child:not(:last-child) {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0; }

.rbc-btn-group > button:last-child:not(:first-child) {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0; }

.rbc-rtl .rbc-btn-group > button:first-child:not(:last-child) {
  border-radius: 4px;
  border-top-left-radius: 0;
  border-bottom-left-radius: 0; }

.rbc-rtl .rbc-btn-group > button:last-child:not(:first-child) {
  border-radius: 4px;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0; }

.rbc-btn-group > button:not(:first-child):not(:last-child) {
  border-radius: 0; }

.rbc-btn-group button + button {
  margin-left: -1px; }

.rbc-rtl .rbc-btn-group button + button {
  margin-left: 0;
  margin-right: -1px; }

.rbc-btn-group + .rbc-btn-group,
.rbc-btn-group + button {
  margin-left: 10px; }

.rbc-event {
  cursor: pointer;
  padding: 2px 5px;
  background-color: #3174ad;
  border-radius: 5px;
  color: #fff; }

.rbc-event.rbc-selected {
  background-color: #265985; }

.rbc-event-label {
  font-size: 80%; }

.rbc-event-overlaps {
  box-shadow: -1px 1px 5px 0px rgba(51, 51, 51, 0.5); }

.rbc-event-continues-prior {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0; }

.rbc-event-continues-after {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0; }

.rbc-event-continues-earlier {
  border-top-left-radius: 0;
  border-top-right-radius: 0; }

.rbc-event-continues-later {
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0; }

.rbc-event-continues-day-after {
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0; }

.rbc-event-continues-day-prior {
  border-top-left-radius: 0;
  border-top-right-radius: 0; }

.rbc-row {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row; }

.rbc-row-segment {
  padding: 0 1px 1px 1px; }

.rbc-selected-cell {
  background-color: rgba(0, 0, 0, 0.1); }

.rbc-show-more {
  background-color: rgba(255, 255, 255, 0.3);
  z-index: 4;
  font-weight: bold;
  font-size: 85%;
  height: auto;
  line-height: normal;
  white-space: nowrap; }

.rbc-month-view {
  position: relative;
  border: 1px solid #DDD;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-flex: 1 0 0;
  -ms-flex: 1 0 0px;
  flex: 1 0 0;
  width: 100%;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-user-select: none;
  height: 100%; }

.rbc-month-view .rbc-header {
  border-bottom: 1px solid #DDD; }

.rbc-month-view .rbc-header + .rbc-header {
  border-left: 1px solid #DDD; }

.rbc-rtl .rbc-month-view .rbc-header + .rbc-header {
  border-left-width: 0;
  border-right: 1px solid #DDD; }

.rbc-month-header {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row; }

.rbc-month-row {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-flex: 1 0 0;
  -ms-flex: 1 0 0px;
  flex: 1 0 0;
  overflow: hidden;
  height: 100%; }

.rbc-month-row + .rbc-month-row {
  border-top: 1px solid #DDD; }

.rbc-date-cell {
  padding-right: 5px;
  text-align: right; }

.rbc-date-cell.rbc-now {
  font-weight: bold; }

.rbc-date-cell > a,
.rbc-date-cell > a:active,
.rbc-date-cell > a:visited {
  color: inherit;
  text-decoration: none; }

.rbc-row-bg {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-flex: 1 0 0;
  -ms-flex: 1 0 0px;
  flex: 1 0 0;
  overflow: hidden; }

.rbc-day-bg + .rbc-day-bg {
  border-left: 1px solid #DDD; }

.rbc-rtl .rbc-day-bg + .rbc-day-bg {
  border-left-width: 0;
  border-right: 1px solid #DDD; }

.rbc-overlay {
  position: absolute;
  z-index: 5;
  border: 1px solid #e5e5e5;
  background-color: #fff;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.25);
  padding: 10px; }

.rbc-overlay > * + * {
  margin-top: 1px; }

.rbc-overlay-header {
  border-bottom: 1px solid #e5e5e5;
  margin: -10px -10px 5px -10px;
  padding: 2px 10px; }

.rbc-agenda-view {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-flex: 1 0 0;
  -ms-flex: 1 0 0px;
  flex: 1 0 0;
  overflow: auto; }

.rbc-agenda-view table {
  width: 100%;
  border: 1px solid #DDD; }

.rbc-agenda-view table tbody > tr > td {
  padding: 5px 10px;
  vertical-align: top; }

.rbc-agenda-view table .rbc-agenda-time-cell {
  padding-left: 15px;
  padding-right: 15px;
  text-transform: lowercase; }

.rbc-agenda-view table tbody > tr > td + td {
  border-left: 1px solid #DDD; }

.rbc-rtl .rbc-agenda-view table tbody > tr > td + td {
  border-left-width: 0;
  border-right: 1px solid #DDD; }

.rbc-agenda-view table tbody > tr + tr {
  border-top: 1px solid #DDD; }

.rbc-agenda-view table thead > tr > th {
  padding: 3px 5px;
  text-align: left;
  border-bottom: 1px solid #DDD; }

.rbc-rtl .rbc-agenda-view table thead > tr > th {
  text-align: right; }

.rbc-agenda-time-cell {
  text-transform: lowercase; }

.rbc-agenda-time-cell .rbc-continues-after:after {
  content: ' »'; }

.rbc-agenda-time-cell .rbc-continues-prior:before {
  content: '« '; }

.rbc-agenda-date-cell,
.rbc-agenda-time-cell {
  white-space: nowrap; }

.rbc-agenda-event-cell {
  width: 100%; }

.rbc-time-column {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  min-height: 100%; }

.rbc-time-column .rbc-timeslot-group {
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1; }

.rbc-timeslot-group {
  border-bottom: 1px solid #DDD;
  min-height: 40px;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-flow: column nowrap;
  -ms-flex-flow: column nowrap;
  flex-flow: column nowrap; }

.rbc-time-gutter,
.rbc-header-gutter {
  -webkit-flex: none;
  -ms-flex: none;
  flex: none; }

.rbc-label {
  padding: 0 5px; }

.rbc-day-slot {
  position: relative; }

.rbc-day-slot .rbc-event {
  border: 1px solid #265985;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-height: 100%;
  -webkit-flex-flow: column wrap;
  -ms-flex-flow: column wrap;
  flex-flow: column wrap;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  overflow: hidden; }

.rbc-day-slot .rbc-event-label {
  -webkit-flex: none;
  -ms-flex: none;
  flex: none;
  padding-right: 5px;
  width: auto; }

.rbc-day-slot .rbc-event-content {
  width: 100%;
  -webkit-flex: 1 1 0;
  -ms-flex: 1 1 0px;
  flex: 1 1 0;
  word-wrap: break-word;
  line-height: 1;
  height: 100%;
  min-height: 1em; }

.rbc-day-slot .rbc-time-slot {
  border-top: 1px solid #f7f7f7; }

.rbc-time-slot {
  -webkit-flex: 1 0 0;
  -ms-flex: 1 0 0px;
  flex: 1 0 0; }

.rbc-time-slot.rbc-now {
  font-weight: bold; }

.rbc-day-header {
  text-align: center; }

.rbc-day-slot .rbc-event {
  position: absolute;
  z-index: 2; }

.rbc-slot-selection {
  z-index: 10;
  position: absolute;
  cursor: default;
  background-color: rgba(0, 0, 0, 0.5);
  color: white;
  font-size: 75%;
  padding: 3px; }

.rbc-time-view {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  width: 100%;
  border: 1px solid #DDD;
  min-height: 0; }

.rbc-time-view .rbc-time-gutter {
  white-space: nowrap; }

.rbc-time-view .rbc-allday-cell {
  width: 100%;
  position: relative; }

.rbc-time-view .rbc-allday-events {
  position: relative;
  z-index: 4; }

.rbc-time-view .rbc-row {
  min-height: 20px; }

.rbc-time-header {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column; }

.rbc-time-header.rbc-overflowing {
  border-right: 1px solid #DDD; }

.rbc-rtl .rbc-time-header.rbc-overflowing {
  border-right-width: 0;
  border-left: 1px solid #DDD; }

.rbc-time-header > .rbc-row > * + * {
  border-left: 1px solid #DDD; }

.rbc-rtl .rbc-time-header > .rbc-row > * + * {
  border-left-width: 0;
  border-right: 1px solid #DDD; }

.rbc-time-header > .rbc-row:first-child {
  border-bottom: 1px solid #DDD; }

.rbc-time-header .rbc-gutter-cell {
  -webkit-flex: none;
  -ms-flex: none;
  flex: none; }

.rbc-time-header > .rbc-gutter-cell + * {
  width: 100%; }

.rbc-time-content {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex: 1 0 0%;
  -ms-flex: 1 0 0%;
  flex: 1 0 0%;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  width: 100%;
  border-top: 2px solid #DDD;
  overflow-y: auto;
  position: relative; }

.rbc-time-content > .rbc-time-gutter {
  -webkit-flex: none;
  -ms-flex: none;
  flex: none; }

.rbc-time-content > * + * > * {
  border-left: 1px solid #DDD; }

.rbc-rtl .rbc-time-content > * + * > * {
  border-left-width: 0;
  border-right: 1px solid #DDD; }

.rbc-time-content > .rbc-day-slot {
  width: 100%;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-user-select: none; }

.rbc-current-time-indicator {
  position: absolute;
  z-index: 1;
  left: 0;
  height: 1px;
  background-color: #74ad31;
  pointer-events: none; }

.rbc-current-time-indicator::before {
  display: block;
  position: absolute;
  left: -3px;
  top: -3px;
  content: ' ';
  background-color: #74ad31;
  border-radius: 50%;
  width: 8px;
  height: 8px; }

.rbc-rtl .rbc-current-time-indicator::before {
  left: 0;
  right: -3px; }

.agenda-calendar .spin-canvas {
  position: absolute;
  top: 0;
  left: 0;
  background: rgba(255, 255, 255, 0.5);
  width: 100%;
  height: 100%;
  display: flex;
  z-index: 4;
  justify-content: center;
  align-items: center; }

.agenda-calendar .rbc-calendar {
  min-height: 800px;
  width: 100%; }
  .agenda-calendar .rbc-calendar .rbc-event {
    padding: 0;
    background: #41acdd;
    color: #fff; }
    .agenda-calendar .rbc-calendar .rbc-event .rbc-event-content label {
      margin-bottom: 0; }

.agenda-calendar .calendar-event-item {
  background-color: #41acdd;
  color: #fff;
  padding: 2px 4px;
  cursor: pointer; }
  .agenda-calendar .calendar-event-item label {
    cursor: pointer; }

.agenda-calendar .calendar-more-item {
  background: #fff;
  color: #413a42; }
  .agenda-calendar .calendar-more-item label {
    cursor: pointer; }

.signup .jumbotron p:last-child, .signin .jumbotron p:last-child {
  margin: 0; }

.signup .btn-facebook, .signin .btn-facebook {
  color: #fff;
  background-color: #3B5A9B; }
  .signup .btn-facebook:hover, .signin .btn-facebook:hover {
    background-color: #4e71bb; }

.signup .btn-twitter, .signin .btn-twitter {
  color: #fff;
  background-color: #009DEC; }
  .signup .btn-twitter:hover, .signin .btn-twitter:hover {
    background-color: #20b4ff; }

.signup .btn-google, .signin .btn-google {
  color: #fff;
  background-color: #D44032; }
  .signup .btn-google:hover, .signin .btn-google:hover {
    background-color: #dd675c; }

.agenda-stats .popup-overlay section {
  max-width: 614px;
  width: 614px; }

.agenda-stats .oa-filter-total {
  font-weight: bold;
  margin-left: 5px; }

.agenda-stats .oa-filter-value-preview {
  margin-left: 6px;
  line-height: 24px; }
  .agenda-stats .oa-filter-value-preview .badge {
    margin-right: 4px; }

.agenda-stats .rdrDefinedRangesWrapper {
  border-left: solid 1px #eff2f7;
  border-right: none; }

.agenda-stats .oa-collapse-item {
  border-bottom: 1px solid #bbb; }
