/* line 4, ../../src/sass/messenger.sass */
ul.messenger {
    margin: 0;
    padding: 0;
}
/* line 8, ../../src/sass/messenger.sass */
ul.messenger li {
    list-style: none;
    margin: 0;
    padding: 0;
}
/* line 14, ../../src/sass/messenger.sass */
ul.messenger.messenger-empty {
    display: none;
}
/* line 17, ../../src/sass/messenger.sass */
ul.messenger .messenger-message {
    overflow: hidden;
    *zoom: 1;
}
/* line 20, ../../src/sass/messenger.sass */
ul.messenger .messenger-message.messenger-hidden {
    display: none;
}
/* line 23, ../../src/sass/messenger.sass */
ul.messenger .messenger-message .messenger-phrase, ul.messenger .messenger-message .messenger-actions a {
    padding-right: 5px;
}
/* line 26, ../../src/sass/messenger.sass */
ul.messenger .messenger-message .messenger-actions {
    float: right;
}
/* line 29, ../../src/sass/messenger.sass */
ul.messenger .messenger-message .messenger-actions a {
    cursor: pointer;
    text-decoration: underline;
}
/* line 33, ../../src/sass/messenger.sass */
ul.messenger.messenger-fixed {
    position: fixed;
    z-index: 10000;
}
/* line 37, ../../src/sass/messenger.sass */
ul.messenger.messenger-fixed .messenger-message {
    min-width: 0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
/* line 42, ../../src/sass/messenger.sass */
ul.messenger.messenger-fixed .message .messenger-actions {
    float: left;
}
/* line 45, ../../src/sass/messenger.sass */
ul.messenger.messenger-fixed.messenger-on-top {
    top: 20px;
}
/* line 48, ../../src/sass/messenger.sass */
ul.messenger.messenger-fixed.messenger-on-bottom {
    bottom: 20px;
}
/* line 51, ../../src/sass/messenger.sass */
ul.messenger.messenger-fixed.messenger-on-top, ul.messenger.messenger-fixed.messenger-on-bottom {
    left: 50%;
    width: 800px;
    margin-left: -400px;
}

@media (max-width: 960px) {
  /* line 51, ../../src/sass/messenger.sass */
    ul.messenger.messenger-fixed.messenger-on-top, ul.messenger.messenger-fixed.messenger-on-bottom {
        left: 10%;
        width: 80%;
        margin-left: 0px;
    }
}
/* line 61, ../../src/sass/messenger.sass */
ul.messenger.messenger-fixed.messenger-on-top.messenger-on-right, ul.messenger.messenger-fixed.messenger-on-bottom.messenger-on-right {
    right: 40px;
    left: auto;
}
/* line 65, ../../src/sass/messenger.sass */
ul.messenger.messenger-fixed.messenger-on-top.messenger-on-left, ul.messenger.messenger-fixed.messenger-on-bottom.messenger-on-left {
    left: 20px;
    margin-left: 0px;
}
/* line 69, ../../src/sass/messenger.sass */
ul.messenger.messenger-fixed.messenger-on-right, ul.messenger.messenger-fixed.messenger-on-left {
    width: 350px;
}
/* line 72, ../../src/sass/messenger.sass */
ul.messenger.messenger-fixed.messenger-on-right .messenger-actions, ul.messenger.messenger-fixed.messenger-on-left .messenger-actions {
    float: left;
}
/* line 75, ../../src/sass/messenger.sass */
ul.messenger .messenger-spinner {
    display: none;
}@import url("http://fonts.googleapis.com/css?family=Raleway:400");
/* line 12, ../../src/sass/messenger-theme-ice.sass */
ul.messenger-theme-ice {
    -moz-user-select: none;
    -webkit-user-select: none;
    -o-user-select: none;
    user-select: none;
    font-family: "Raleway", sans-serif;
}
/* line 16, ../../src/sass/messenger-theme-ice.sass */
ul.messenger-theme-ice .messenger-message {
  /*-webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
  border-radius: 5px;*/
/*  -webkit-box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.14), 0 4px #aaaaaa, 0 5px rgba(0, 0, 0, 0.05);
  -moz-box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.14), 0 4px #aaaaaa, 0 5px rgba(0, 0, 0, 0.05);
  box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.14), 0 4px #aaaaaa, 0 5px rgba(0, 0, 0, 0.05);*/
    box-shadow: 0 5px 15px -5px rgba(0,0,0,.5);
    border-left: 5px solid silver;
    background-color: #f6f6f6;
    position: relative;
    margin-bottom: 1.5em;
    font-size: 13px;
    color: #666666;
    font-weight: 500;
    padding: 12px 22px;
}
/* line 28, ../../src/sass/messenger-theme-ice.sass */
ul.messenger-theme-ice .messenger-message .messenger-close {
    position: absolute;
    top: 0px;
    right: 0px;
    color: #888888;
    opacity: 1;
    font-weight: bold;
    display: block;
    font-size: 20px;
    line-height: 20px;
    padding: 8px 10px 7px 7px;
    cursor: pointer;
    background: transparent;
    border: 0;
    -webkit-appearance: none;
}
/* line 44, ../../src/sass/messenger-theme-ice.sass */
ul.messenger-theme-ice .messenger-message .messenger-close:hover {
    color: #444444;
}
/* line 47, ../../src/sass/messenger-theme-ice.sass */
ul.messenger-theme-ice .messenger-message .messenger-close:active {
    color: #222222;
}
/* line 50, ../../src/sass/messenger-theme-ice.sass */
ul.messenger-theme-ice .messenger-message .messenger-actions {
    float: none;
    margin-top: 10px;
}
/* line 54, ../../src/sass/messenger-theme-ice.sass */
ul.messenger-theme-ice .messenger-message .messenger-actions a {
    -webkit-box-shadow: 0px 0px 0px 1px rgba(0, 0, 0, 0.1), inset 0px 1px rgba(255, 255, 255, 0.05);
    -moz-box-shadow: 0px 0px 0px 1px rgba(0, 0, 0, 0.1), inset 0px 1px rgba(255, 255, 255, 0.05);
    box-shadow: 0px 0px 0px 1px rgba(0, 0, 0, 0.1), inset 0px 1px rgba(255, 255, 255, 0.05);
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -ms-border-radius: 4px;
    -o-border-radius: 4px;
    border-radius: 4px;
    position: relative;
    text-decoration: none;
    display: inline-block;
    padding: 10px;
    color: #888888;
    margin-right: 10px;
    padding: 3px 10px 5px;
    text-transform: capitalize;
}
/* line 66, ../../src/sass/messenger-theme-ice.sass */
ul.messenger-theme-ice .messenger-message .messenger-actions a:hover, ul.messenger-theme-ice .messenger-message .messenger-actions a:active {
    -webkit-box-shadow: 0px 0px 0px 1px rgba(0, 0, 0, 0.1), inset 0px 1px rgba(255, 255, 255, 0.15), 0 2px #aaaaaa;
    -moz-box-shadow: 0px 0px 0px 1px rgba(0, 0, 0, 0.1), inset 0px 1px rgba(255, 255, 255, 0.15), 0 2px #aaaaaa;
    box-shadow: 0px 0px 0px 1px rgba(0, 0, 0, 0.1), inset 0px 1px rgba(255, 255, 255, 0.15), 0 2px #aaaaaa;
    color: #444444;
}
/* line 70, ../../src/sass/messenger-theme-ice.sass */
ul.messenger-theme-ice .messenger-message .messenger-actions a:active {
    -webkit-box-shadow: 0px 0px 0px 1px rgba(0, 0, 0, 0.1), inset 0px 1px rgba(255, 255, 255, 0.15), 0 1px #aaaaaa;
    -moz-box-shadow: 0px 0px 0px 1px rgba(0, 0, 0, 0.1), inset 0px 1px rgba(255, 255, 255, 0.15), 0 1px #aaaaaa;
    box-shadow: 0px 0px 0px 1px rgba(0, 0, 0, 0.1), inset 0px 1px rgba(255, 255, 255, 0.15), 0 1px #aaaaaa;
    top: 1px;
}
/* line 74, ../../src/sass/messenger-theme-ice.sass */
ul.messenger-theme-ice .messenger-message .messenger-actions .messenger-phrase {
    display: none;
}
/* line 77, ../../src/sass/messenger-theme-ice.sass */
ul.messenger-theme-ice .messenger-message .messenger-message-inner:before {
    display: block;
    z-index: 20;
    font-weight: bold;
    margin-bottom: 2px;
}
/* line 84, ../../src/sass/messenger-theme-ice.sass */
ul.messenger-theme-ice .messenger-message.alert-success .messenger-message-inner:before {
    content: "Success";
}

ul.messenger-theme-ice .message-success {
    border-left-color: green;
}

/* line 88, ../../src/sass/messenger-theme-ice.sass */
ul.messenger-theme-ice .messenger-message.alert-error .messenger-message-inner:before {
    content: "Error";
    color: red;
}

ul.messenger-theme-ice .message-error {
    border-left-color: red;
}

/* line 92, ../../src/sass/messenger-theme-ice.sass */
ul.messenger-theme-ice .messenger-message.alert-info .messenger-message-inner:before {
    content: "Information";
}/* line 11, ../sass/vex-theme-plain.sass */
.vex.vex-theme-plain {
    padding-top: 160px;
    padding-bottom: 160px;
}
/* line 15, ../sass/vex-theme-plain.sass */
.vex.vex-theme-plain .vex-content {
    font-family: "Helvetica Neue", sans-serif;
    background: white;
    color: #444444;
    padding: 1em;
    position: relative;
    margin: 0 auto;
    max-width: 100%;
    width: 450px;
    font-size: 1.1em;
    line-height: 1.5em;
}

/* line 27, ../sass/vex-theme-plain.sass */
/*.vex.vex-theme-plain .vex-content h1, .vex.vex-theme-plain .vex-content h2, .vex.vex-theme-plain .vex-content h3, .vex.vex-theme-plain .vex-content h4, .vex.vex-theme-plain .vex-content h5, .vex.vex-theme-plain .vex-content h6, .vex.vex-theme-plain .vex-content p, .vex.vex-theme-plain .vex-content ul, .vex.vex-theme-plain .vex-content li {
  color: inherit;
}*/
/* line 30, ../sass/vex-theme-plain.sass */
.vex.vex-theme-plain .vex-close {
    position: absolute;
    top: 0;
    right: 0;
    cursor: pointer;
}
/* line 36, ../sass/vex-theme-plain.sass */
.vex.vex-theme-plain .vex-close:before {
    position: absolute;
    content: "\00D7";
    font-size: 26px;
    font-weight: normal;
    line-height: 31px;
    height: 30px;
    width: 30px;
    text-align: center;
    top: 3px;
    right: 3px;
    color: #bbbbbb;
    background: transparent;
}
/* line 50, ../sass/vex-theme-plain.sass */
.vex.vex-theme-plain .vex-close:hover:before, .vex.vex-theme-plain .vex-close:active:before {
    color: #777777;
    background: #e0e0e0;
}
/* line 56, ../sass/vex-theme-plain.sass */
.vex.vex-theme-plain .vex-dialog-form .vex-dialog-message {
    margin-bottom: 0.5em;
}
/* line 59, ../sass/vex-theme-plain.sass */
.vex.vex-theme-plain .vex-dialog-form .vex-dialog-input {
    margin-bottom: 1em;
}
/* line 62, ../sass/vex-theme-plain.sass */
.vex.vex-theme-plain .vex-dialog-form .vex-dialog-input textarea, .vex.vex-theme-plain .vex-dialog-form .vex-dialog-input input[type="text"], .vex.vex-theme-plain .vex-dialog-form .vex-dialog-input input[type="password"], .vex.vex-theme-plain .vex-dialog-form .vex-dialog-input input[type="email"], .vex.vex-theme-plain .vex-dialog-form .vex-dialog-input input[type="url"] {
    background: #f0f0f0;
    width: 100%;
    padding: 0.55em 0.67em;
    border: 0;
    font-family: inherit;
    font-weight: inherit;
    font-size: inherit;
    min-height: 2.5em;
    margin: 0 0 0.25em;
}
/* line 73, ../sass/vex-theme-plain.sass */
.vex.vex-theme-plain .vex-dialog-form .vex-dialog-input textarea:focus, .vex.vex-theme-plain .vex-dialog-form .vex-dialog-input input[type="text"]:focus, .vex.vex-theme-plain .vex-dialog-form .vex-dialog-input input[type="password"]:focus, .vex.vex-theme-plain .vex-dialog-form .vex-dialog-input input[type="email"]:focus, .vex.vex-theme-plain .vex-dialog-form .vex-dialog-input input[type="url"]:focus {
    -webkit-box-shadow: inset 0 0 0 2px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: inset 0 0 0 2px rgba(0, 0, 0, 0.2);
    box-shadow: inset 0 0 0 2px rgba(0, 0, 0, 0.2);
    outline: none;
}
/* line 77, ../sass/vex-theme-plain.sass */
.vex.vex-theme-plain .vex-dialog-form .vex-dialog-buttons {
    *zoom: 1;
}
/* line 38, ../../../../../.rvm/gems/ruby-1.9.3-p194/gems/compass-0.12.2/frameworks/compass/stylesheets/compass/utilities/general/_clearfix.scss */
.vex.vex-theme-plain .vex-dialog-form .vex-dialog-buttons:after {
    content: "";
    display: table;
    clear: both;
}
/* line 80, ../sass/vex-theme-plain.sass */
.vex.vex-theme-plain .vex-dialog-button {
    border: 0;
    float: left;
    margin: 0 0.5em 0 0;
    font-family: inherit;
    text-transform: uppercase;
    letter-spacing: 0.1em;
    font-size: 0.8em;
    line-height: 1em;
    padding: 0.75em 2em;
}
/* line 91, ../sass/vex-theme-plain.sass */
.vex.vex-theme-plain .vex-dialog-button.vex-last {
    margin-left: 0;
}
/* line 94, ../sass/vex-theme-plain.sass */
.vex.vex-theme-plain .vex-dialog-button:focus {
  /*-webkit-backface-visibility: hidden;*/
    outline: none;
}

/* line 103, ../sass/vex-theme-plain.sass */
.button-primary,
.vex.vex-theme-plain .vex-dialog-button.vex-dialog-button-primary {
    background: #3288e6;
    color: white;
}

.button-primary:hover,
.vex.vex-theme-plain .vex-dialog-button.vex-dialog-button-primary:hover {
    background: #276DB9;
}

/* line 107, ../sass/vex-theme-plain.sass */
.vex.vex-theme-plain .vex-dialog-button.vex-dialog-button-secondary {
    background: #e0e0e0;
    color: #777777;
}

/* line 111, ../sass/vex-theme-plain.sass */
.vex-loading-spinner.vex-theme-plain {
    height: 2.5em;
    width: 2.5em;
}
@keyframes vex-dropin {
    0% {
        transform: translateX(0);
        opacity: 0;
    }

    1% {
        transform: translateX(-800px);
        opacity: 0;
    }

    2% {
        transform: translateX(-800px);
        opacity: 1;
    }

    100% {
        transform: translateX(0);
        opacity: 1;
    }
}

@keyframes vex-dropout {
    0% {
        transform: translateX(0);
    }

    100% {
        transform: translateX(-800px);
    }
}

@keyframes vex-pulse {
    0% {
        box-shadow: inset 0 0 0 300px transparent;
    }

    70% {
        box-shadow: inset 0 0 0 300px rgba(255, 255, 255, 0.25);
    }

    100% {
        box-shadow: inset 0 0 0 300px transparent;
    }
}

.vex.vex-theme-selector.vex-closing .vex-content {
    animation: vex-dropout 0.5s;
    backface-visibility: hidden;
}

.vex.vex-theme-selector .vex-content {
    animation: vex-dropin 0.5s;
    backface-visibility: hidden;
}

.vex.vex-theme-selector .vex-content {
/*  -moz-border-radius: 0 0 5px 5px;
  -webkit-border-radius: 0 0 5px 5px;
  border-radius: 0 0 5px 5px;*/
    font-family: "Helvetica Neue", sans-serif;
    background: #f0f0f0;
    color: #444;
    padding: 1em;
    position: relative;
  /*margin: 0 auto;*/
    max-width: 100%;
    width: 450px;
    /*font-size: 1.1em;*/
    line-height: 1.5em;
    top: 129px;
}

.vex.vex-theme-selector .vex-content h1, .vex.vex-theme-selector .vex-content h2, .vex.vex-theme-selector .vex-content h3, .vex.vex-theme-selector .vex-content h4, .vex.vex-theme-selector .vex-content h5, .vex.vex-theme-selector .vex-content h6, .vex.vex-theme-selector .vex-content p, .vex.vex-theme-selector .vex-content ul, .vex.vex-theme-selector .vex-content li {
    color: inherit;
}

.vex.vex-theme-selector .vex-close {
/*  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;*/
    position: absolute;
    top: 0;
    left: 0;
    cursor: pointer;
}

.vex.vex-theme-selector .vex-close:before {
/*    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;*/
    position: absolute;
    content: "\00D7";
    font-size: 26px;
    font-weight: normal;
    line-height: 31px;
    height: 30px;
    width: 30px;
    text-align: center;
    top: 3px;
    right: 3px;
    color: #bbb;
    background: transparent;
}

.vex.vex-theme-selector .vex-close:hover:before, .vex.vex-theme-selector .vex-close:active:before {
    color: #777;
    background: #e0e0e0;
}

.vex.vex-theme-selector .vex-dialog-form .vex-dialog-message {
    margin-bottom: 0.5em;
}

.vex.vex-theme-selector .vex-dialog-form .vex-dialog-input {
    margin-bottom: 1em;
}

.vex.vex-theme-selector .vex-dialog-form .vex-dialog-input textarea, .vex.vex-theme-selector .vex-dialog-form .vex-dialog-input input[type="date"], .vex.vex-theme-selector .vex-dialog-form .vex-dialog-input input[type="datetime"], .vex.vex-theme-selector .vex-dialog-form .vex-dialog-input input[type="datetime-local"], .vex.vex-theme-selector .vex-dialog-form .vex-dialog-input input[type="email"], .vex.vex-theme-selector .vex-dialog-form .vex-dialog-input input[type="month"], .vex.vex-theme-selector .vex-dialog-form .vex-dialog-input input[type="number"], .vex.vex-theme-selector .vex-dialog-form .vex-dialog-input input[type="password"], .vex.vex-theme-selector .vex-dialog-form .vex-dialog-input input[type="search"], .vex.vex-theme-selector .vex-dialog-form .vex-dialog-input input[type="tel"], .vex.vex-theme-selector .vex-dialog-form .vex-dialog-input input[type="text"], .vex.vex-theme-selector .vex-dialog-form .vex-dialog-input input[type="time"], .vex.vex-theme-selector .vex-dialog-form .vex-dialog-input input[type="url"], .vex.vex-theme-selector .vex-dialog-form .vex-dialog-input input[type="week"] {
/*    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;*/
    background: #fff;
    width: 100%;
    padding: 0.25em 0.67em;
    border: 0;
    font-family: inherit;
    font-weight: inherit;
    font-size: inherit;
    min-height: 2.5em;
    margin: 0 0 0.25em;
}

.vex.vex-theme-selector .vex-dialog-form .vex-dialog-input textarea:focus, .vex.vex-theme-selector .vex-dialog-form .vex-dialog-input input[type="date"]:focus, .vex.vex-theme-selector .vex-dialog-form .vex-dialog-input input[type="datetime"]:focus, .vex.vex-theme-selector .vex-dialog-form .vex-dialog-input input[type="datetime-local"]:focus, .vex.vex-theme-selector .vex-dialog-form .vex-dialog-input input[type="email"]:focus, .vex.vex-theme-selector .vex-dialog-form .vex-dialog-input input[type="month"]:focus, .vex.vex-theme-selector .vex-dialog-form .vex-dialog-input input[type="number"]:focus, .vex.vex-theme-selector .vex-dialog-form .vex-dialog-input input[type="password"]:focus, .vex.vex-theme-selector .vex-dialog-form .vex-dialog-input input[type="search"]:focus, .vex.vex-theme-selector .vex-dialog-form .vex-dialog-input input[type="tel"]:focus, .vex.vex-theme-selector .vex-dialog-form .vex-dialog-input input[type="text"]:focus, .vex.vex-theme-selector .vex-dialog-form .vex-dialog-input input[type="time"]:focus, .vex.vex-theme-selector .vex-dialog-form .vex-dialog-input input[type="url"]:focus, .vex.vex-theme-selector .vex-dialog-form .vex-dialog-input input[type="week"]:focus {
    box-shadow: inset 0 0 0 2px #8dbdf1;
    outline: none;
}

.vex.vex-theme-selector .vex-dialog-form .vex-dialog-buttons {
    *zoom: 1;
}

.vex.vex-theme-selector .vex-dialog-form .vex-dialog-buttons:after {
    content: "";
    display: table;
    clear: both;
}

.vex.vex-theme-selector .vex-dialog-button {
/*  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px;*/
    border: 0;
    float: right;
    margin: 0 0 0 0.5em;
    font-family: inherit;
    text-transform: uppercase;
    letter-spacing: 0.1em;
    font-size: 0.8em;
    line-height: 1em;
    padding: 0.75em 2em;
}

.vex.vex-theme-selector .vex-dialog-button.vex-last {
    margin-left: 0;
}

.vex.vex-theme-selector .vex-dialog-button:focus {
    animation: vex-pulse 1.1s infinite;
    -webkit-animation: vex-pulse 1.1s infinite;
    -moz-animation: vex-pulse 1.1s infinite;
    -ms-animation: vex-pulse 1.1s infinite;
    -o-animation: vex-pulse 1.1s infinite;
    -webkit-backface-visibility: hidden;
    outline: none;
}

@media (max-width: 568px) {
    .vex.vex-theme-selector .vex-dialog-button:focus {
        animation: none;
        -webkit-animation: none;
        -moz-animation: none;
        -ms-animation: none;
        -o-animation: none;
        -webkit-backface-visibility: hidden;
    }
}

.vex.vex-theme-selector .vex-dialog-button.vex-dialog-button-primary {
    background: #3288e6;
    color: #fff;
}

.vex.vex-theme-selector .vex-dialog-button.vex-dialog-button-secondary {
    background: #e0e0e0;
    color: #777;
}

.vex-loading-spinner.vex-theme-selector {
    box-shadow: 0 0 0 0.5em #f0f0f0, 0 0 1px 0.5em rgba(0, 0, 0, 0.3);
    border-radius: 100%;
    background: #f0f0f0;
    border: 0.2em solid transparent;
    border-top-color: #bbb;
    top: -1.1em;
    bottom: auto;
}@keyframes vex-fadein {
  /* line 9, ../sass/_keyframes.sass */
    0% {
        opacity: 0;
    }

  /* line 11, ../sass/_keyframes.sass */
    100% {
        opacity: 1;
    }
}

@keyframes vex-fadeout {
  /* line 16, ../sass/_keyframes.sass */
    0% {
        opacity: 1;
    }

  /* line 18, ../sass/_keyframes.sass */
    100% {
        opacity: 0;
    }
}

@keyframes vex-rotation {
  /* line 95, ../sass/_keyframes.sass */
    0% {
        transform: rotate(0deg);
    }

  /* line 97, ../sass/_keyframes.sass */
    100% {
        transform: rotate(359deg);
    }
}

/* line 14, ../sass/vex.sass */
.vex {
    position: fixed;
    overflow: auto;
    -webkit-overflow-scrolling: touch;
    z-index: 1111;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
}

/* line 25, ../sass/vex.sass */
.vex-overlay {
    background: black;
    filter: alpha(opacity=40);
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=40)";
}

/* line 30, ../sass/vex.sass */
.vex-overlay {
    animation: vex-fadein 0.5s;
    backface-visibility: hidden;
    position: fixed;
    background: rgba(0, 0, 0, 0.4);
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
}
/* line 39, ../sass/vex.sass */
.vex.vex-closing .vex-overlay {
    animation: vex-fadeout 0.5s;
    backface-visibility: hidden;
}

/* line 42, ../sass/vex.sass */
.vex-content {
    animation: vex-fadein 0.5s;
    backface-visibility: hidden;
    background: white;
}
/* line 46, ../sass/vex.sass */
.vex.vex-closing .vex-content {
    animation: vex-fadeout 0.5s;
    backface-visibility: hidden;
}

/* line 49, ../sass/vex.sass */
.vex-close:before {
    font-family: Arial, sans-serif;
    content: "\00D7";
}

/* line 53, ../sass/vex.sass */
.vex-dialog-form {
    margin: 0;
}

/* line 56, ../sass/vex.sass */
.vex-dialog-button {
    -webkit-appearance: none;
    cursor: pointer;
}

/* line 60, ../sass/vex.sass */
.vex-loading-spinner {
    animation: vex-rotation 0.7s linear infinite;
    backface-visibility: hidden;
    box-shadow: 0 0 1em rgba(0, 0, 0, 0.1);
    position: fixed;
    z-index: 1112;
    margin: auto;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    height: 2em;
    width: 2em;
    background: white;
}

/* line 76, ../sass/vex.sass */
body.vex-open {
    overflow: hidden;
}
#wait {
    position: absolute;
    left: 50%;
    top: -9px;
    width: 60px;
    height: 7px;
    margin-left: -30px;
    margin-top: -4px;
}

.wait {
    position: absolute;
    top: 0;
    background-color: #fff;
    width: 8px;
    height: 8px;
    -moz-animation-name: bounce_wait;
    -moz-animation-duration: 1.3s;
    -moz-animation-iteration-count: infinite;
    -moz-animation-direction: linear;
    -moz-transform: scale(.3);
    -moz-border-radius: 5px;
    -webkit-animation-name: bounce_wait;
    -webkit-animation-duration: 1.3s;
    -webkit-animation-iteration-count: infinite;
    -webkit-animation-direction: linear;
    -webkit-transform: scale(.3);
    -webkit-border-radius: 5px;
    -ms-animation-name: bounce_wait;
    -ms-animation-duration: 1.3s;
    -ms-animation-iteration-count: infinite;
    -ms-animation-direction: linear;
    -ms-transform: scale(.3);
    -ms-border-radius: 5px;
    -o-animation-name: bounce_wait;
    -o-animation-duration: 1.3s;
    -o-animation-iteration-count: infinite;
    -o-animation-direction: linear;
    -o-transform: scale(.3);
    -o-border-radius: 5px;
    animation-name: bounce_wait;
    animation-duration: 1.3s;
    animation-iteration-count: infinite;
    animation-direction: linear;
    transform: scale(.3);
    border-radius: 5px;
}

#wait_1 {
    left: 0;
    -moz-animation-delay: 0.52s;
    -webkit-animation-delay: 0.52s;
    -ms-animation-delay: 0.52s;
    -o-animation-delay: 0.52s;
    animation-delay: 0.52s;
}

#wait_2 {
    left: 8px;
    -moz-animation-delay: 0.65s;
    -webkit-animation-delay: 0.65s;
    -ms-animation-delay: 0.65s;
    -o-animation-delay: 0.65s;
    animation-delay: 0.65s;
}

#wait_3 {
    left: 15px;
    -moz-animation-delay: 0.78s;
    -webkit-animation-delay: 0.78s;
    -ms-animation-delay: 0.78s;
    -o-animation-delay: 0.78s;
    animation-delay: 0.78s;
}

#wait_4 {
    left: 23px;
    -moz-animation-delay: 0.91s;
    -webkit-animation-delay: 0.91s;
    -ms-animation-delay: 0.91s;
    -o-animation-delay: 0.91s;
    animation-delay: 0.91s;
}

#wait_5 {
    left: 30px;
    -moz-animation-delay: 1.04s;
    -webkit-animation-delay: 1.04s;
    -ms-animation-delay: 1.04s;
    -o-animation-delay: 1.04s;
    animation-delay: 1.04s;
}

#wait_6 {
    left: 38px;
    -moz-animation-delay: 1.17s;
    -webkit-animation-delay: 1.17s;
    -ms-animation-delay: 1.17s;
    -o-animation-delay: 1.17s;
    animation-delay: 1.17s;
}

#wait_7 {
    left: 45px;
    -moz-animation-delay: 1.3s;
    -webkit-animation-delay: 1.3s;
    -ms-animation-delay: 1.3s;
    -o-animation-delay: 1.3s;
    animation-delay: 1.3s;
}

#wait_8 {
    left: 53px;
    -moz-animation-delay: 1.43s;
    -webkit-animation-delay: 1.43s;
    -ms-animation-delay: 1.43s;
    -o-animation-delay: 1.43s;
    animation-delay: 1.43s;
}

@-moz-keyframes bounce_wait {
    0% {
        -moz-transform: scale(1);
        background-color: #fff;
    }

    100% {
        -moz-transform: scale(.3);
        background-color: #fff;
    }
}

@-webkit-keyframes bounce_wait {
    0% {
        -webkit-transform: scale(1);
        background-color: #fff;
    }

    100% {
        -webkit-transform: scale(.3);
        background-color: #fff;
    }
}

@-ms-keyframes bounce_wait {
    0% {
        -ms-transform: scale(1);
        background-color: #fff;
    }

    100% {
        -ms-transform: scale(.3);
        background-color: #fff;
    }
}

@-o-keyframes bounce_wait {
    0% {
        -o-transform: scale(1);
        background-color: #fff;
    }

    100% {
        -o-transform: scale(.3);
        background-color: #fff;
    }
}

@keyframes bounce_wait {
    0% {
        transform: scale(1);
        background-color: #fff;
    }

    100% {
        transform: scale(.3);
        background-color: #fff;
    }
}/* app */

html {
    box-sizing: border-box;
}

*, *:before, *:after {
    box-sizing: inherit;
}

.ug-content {
    -ms-word-break: break-all;
    word-break: break-all;
    word-break: break-word;
    -webkit-hyphens: auto;
    -moz-hyphens: auto;
    hyphens: auto;
}

.righty {
    float: right;
}

html, body {
    height: 100%;
}

body {
    background: #665;
    margin: 0;
    padding: 15px;
}

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

.board th, 
.board td, 
.head {
    font-size: 13px;
    font-family: 'Open Sans',Helvetica,Arial,sans-serif;
    line-height: 125%;
    color: #332;
    background-color: #fff;
    vertical-align: top;
    border: 1px solid #665;
}

.head {
    color: #665;
    background-color: #ddc;
    padding: 10px;
    text-align: left;
    position: relative;
    border-bottom: 0;
    line-height: normal;
}

.head .h-row {
    display: table;
    width: 100%;
}

.head .h-row .h-cell:first-child {
    width: 60px;
}

.head .h-cell {
    display: table-cell;
    vertical-align: middle;
}

.board tbody td {
    padding: 10px;
}

.droppable > ul {
    border: 1px solid transparent;
    height: 100%;
}

a, a:visited {
    color: #369;
    font-weight: bold;
    text-decoration: none;
}

a:hover {
    text-decoration: underline;
}

.board {
    width: 100%;
    height: 100%;
    margin: 0 auto;
}

.statuses {
    background: #ccc;
}

.statuses th {
    padding: 5px 0;
    height: 30px;
}

/*#static-header th,
#static-header td {
    border: 3px solid #fff;
}*/

#view-filter {
    display: inline-block;
    line-height: 26px;
    margin-right: 10px;
}

.board ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

.board li {
    /*background: #eeb; */
    margin-bottom: 10px;
    /*padding: 7px 10px 7px 5px;*/
}


.path {
    font-size: 11px;
}

.path b {
    color: gray;
}

div.title {
    margin: 5px 0;
    font-weight: bold;
}

div.time {
    font-size: .8em;
    color: #665;
}

.board ul.assignees li {
    border-top-width: 0px;
    padding: 0;
    margin: 0;
    font-size: .8em;
    color: #665;
}

.handle {
    cursor: move;
    border-top-width: 9px;
    border-top-style: solid;
    border-top-color: #998;
}

.view {
    cursor: pointer;
    background: #eeb;
    padding: 7px 10px 7px 5px;
}

.draggable.ui-draggable-dragging {
    background: green;
}

.active {
    background: #ffd;
}

.task-content {
    border-top: 10px solid #000;
}

.task-chunk {
    margin: 0 0 1em 0;
    padding: 1em 0 0 0;
    border-top: 1px solid silver;
    font-size: 0.6em;
    line-height: 1.6em;
}

.task-attributes {
    list-style: none;
}

.task-attributes label {
    display: inline-block;
    width: 24%;
    font-weight: bold;
}

.task-summary .task-summary-value {
    max-width: 100%;
    max-height: 100px;
    margin-top: 0.5em;
    overflow: auto;
}

.task-summary-value p {
    margin: 0 0 1em 0;
}

.task-summary img {
    max-width: 100% !important;
    height: auto !important;
}

.task-expand-summary .task-attributes,
.task-expand-summary .task-participants {
    display: none;
}

.task-expand-summary .task-summary {
    max-height: 380px;
}

.task-participants > div {
    display: inline-block;
    width: 32%;
    margin-bottom: 0.7em;
    vertical-align: top;
}

/*.task-summary-toggle {
    position: absolute;
    right: 0;
    cursor: pointer;
}

.task-summary-toggle:before {
    position: absolute;
    content: "\00D7";
    font-size: 26px;
    font-weight: normal;
    line-height: 31px;
    height: 30px;
    width: 30px;
    text-align: center;
    top: -10px;
    right: 11px;
    color: #bbbbbb;
    background: transparent;
    display:block;
}*/

.spam {
    color: #C0C0C0;
}

@media print {
    -webkit-print-color-adjust: exact;
}

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

.token-help a {
    color: #A6A6A7;
    font-size: 12px
}

.fixed {
    top: 0;
    position: fixed;
    width: auto;
    display: none;
    border: none;
}

.vex-head {
    margin: .4em 0;
}

.vex-drop {
    width: 100%;
    padding: 5px 3px;
}

.vex-message-nostones {
    display: none;
    margin-top: .5em;
    font-size: 17px;
}

.vex.vex-theme-plain .vex-selector {
    top: 63px;
    left: 16px;
    position: absolute;
}

.hidden {
    display: none;
}

.noselect {
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.hand {
    cursor: pointer;
}

.ug-content {
    -ms-word-break: break-all;
    word-break: break-all;
    word-break: break-word;
    -webkit-hyphens: auto;
    -moz-hyphens: auto;
    hyphens: auto;
}

/* hidden elements when anonymous */

.head.anon {
    display: none;
}

/* visible elements when anonymous */
.head.anon .signin {
    display: inline-block;
}

/* visible elements when signed in*/
.head.authenticated {
    display: block;
}

.head.authenticated .feedback,
.head.authenticated .chooser,
.head.authenticated .signout {
    display: inline-block;
}

/* hidden elements when signed in*/
.head.authenticated .signin {
    display: none;
}

/*
.dropt-header { display: inline-block; border: 1px solid #ccc; border-radius: 3px; padding: 4px 1.5em 4px 6px;
    cursor: default; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; position: relative;
    background-color: #fff;
}
.dropt-header:before {
    content: '';
    display: block;
    right: 6px;
    top: 6px;
    background: url('/img/sprite_09.gif') no-repeat -25px -175px;
    width: 9px;
    height: 8px;
    position: absolute;
    z-index: 1;
}

.dropt-header.dropt-thinking:before {
    background: url('/img/progress.gif');
    height: 10px;
    width: 10px;
    right: 5px;
}

.dropt-header-open { }
.dropt-body { position: absolute; background: #fff; padding: 4px 6px; border: 1px solid #ccc; border-top: 0; border-radius: 0 0 3px 3px; margin-top: -2px; z-index: 10; }
.dropt-query { width: 100%; position: relative; }

.dropt-search { position: relative; }
.dropt-search-icon {
    display: block;
    right: 7px;
    top: 2px;
    background: url('/img/sprite_09.gif') no-repeat 0px -169px;
    width: 18px;
    height: 18px;
    position: absolute;
    z-index: 1;
}
.dropt-options { margin: 0 -6px; border-top: 1px solid #fff;
    background: #fff; border: 1px solid #ccc; border-width: 1px 1px 1px 0; border-radius: 0 3px 3px 3px; padding-bottom: 0; margin-bottom: -5px;
}
.dropt-options ul { margin: 0 !important; padding: 0; }
.dropt-options li { line-height: 22px; white-space: nowrap; padding: 0 6px; overflow: hidden; text-overflow: ellipsis; }
.dropt-options li[data-search]:hover, .dropt-options li.selected, .dropt-options li.current { background: #1e90ff; color: #fff; cursor: default; }
.dropt-options .dropt-grp { font-weight: bold; color: #666; }
.dropt-options .dropt-child { padding-left: 15px; }

li.nr-message, li.nr-message:hover { background: #C9C7C5; color: #2C2C2C; }

.dropt-me {  background: url('/img/sprite_09.gif') no-repeat; background-position: -54px -137px; width: 22px; height: 17px; position: absolute; z-index: 1; top: 3px; right: 23px; cursor: pointer; }
.dropt-me-on { background-position: -77px -137px; }
.dropt-me:hover { background-position: -77px -137px; }*/

/* multiple selects */
.filter-options select {
    margin-bottom: 0.5em;
}

.multi-select {
    width: 140px !important;
}

.multi-container {
    position: absolute;
    background: #fff;
    border-radius: 3px;
    border: 1px solid #bbb;
    z-index: 1001;
    box-shadow: 0 5px 15px -5px rgba(0,0,0,.5);
}

.multi-container div {
    overflow: auto;
}

.multi-container .multi-foot {
    padding: 9px 5px;
    border-top: 1px solid silver;
    font-size: 13.333px;
}

.multi-container .multi-foot .vex-dialog-button-primary {
    float: right;
    margin-right: 9px;
}

.multi-container table {
    width: 100%;
}

.multi-container td {
    border-bottom: 1px solid #ddd;
    vertical-align: middle;
    color: #333;
    font-size: 13.333px;
    font-style: normal;
    padding: 1px 0;
    background-color: inherit;
}

.multi-container label {
    display: block;
    padding: 0 0 0 7px;
    cursor: pointer;
}

.multi-container tr.even {
    background-color: #FCFCFC;
}

.multi-container tr.odd {
    background-color: #F7F7F7;
}

.multi-container tr.selected {
    background-color: #D9E9FE;
}

.multi-container tr:hover {
    background-color: #FFD;
}

.multi-trigger {
    margin-left: 5px;
    vertical-align: middle;
    cursor: pointer;
}

.multi-scroll {
    max-height: 349px;
    overflow: auto;
}

.burger {
    display: inline-block;
    width: 34px;
    /*height: 45px;*/
    cursor: pointer;
}

.burger span {
  display: block;
  height: 6px;
  width: 100%;
  background: #000;
  margin-bottom: 5px;
}

.burger span:last-child {
    margin-bottom: 0;
}

.burger:hover span {
    background: #484848;
}

.messageInfo {
    font-family: -apple-system, "system-ui", "Segoe UI", "Liberation Sans", "sans-serif";
    font-size: 14px;
    border-radius: 5px;
    background: #FFDD57;
    line-height: 1.3em;
    padding: 1em 1em 1em 1.5em;
    margin-bottom: 1em;
    position: fixed;
    z-index: 1113;
    left: 1em;
    right: 1em;
}