@charset "UTF-8";/*!
 * Bootstrap v3.0.0
 *
 * Copyright 2013 Twitter, Inc
 * Licensed under the Apache License v2.0
 * http://www.apache.org/licenses/LICENSE-2.0
 *
 * Designed and built with all the love in the world by @mdo and @fat.
 */
/*! normalize.css v2.1.0 | MIT License | git.io/normalize */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section,
summary {
    display: block;
}
audio,
canvas,
video {
    display: inline-block;
}
audio:not([controls]) {
    display: none;
    height: 0;
}
[hidden] {
    display: none;
}
html {
    font-family: sans-serif;
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
}
body {
    margin: 0;
}
a:focus {
    outline: thin dotted;
}
a:active,
a:hover {
    outline: 0;
}
h1 {
    font-size: 2em;
    margin: 0.67em 0;
}
abbr[title] {
    border-bottom: 1px dotted;
}
b,
strong {
    font-weight: bold;
}
dfn {
    font-style: italic;
}
hr {
    -moz-box-sizing: content-box;
    box-sizing: content-box;
    height: 0;
}
mark {
    background: #ff0;
    color: #000;
}
code,
kbd,
pre,
samp {
    font-family: monospace, serif;
    font-size: 1em;
}
pre {
    white-space: pre-wrap;
}
q {
    quotes: "\201C" "\201D" "\2018" "\2019";
}
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: 0;
}
fieldset {
    border: 1px solid #c0c0c0;
    margin: 0 2px;
    padding: 0.35em 0.625em 0.75em;
}
legend {
    border: 0;
    padding: 0;
}
button,
input,
select,
textarea {
    font-family: inherit;
    font-size: 100%;
    margin: 0;
}
button,
input {
    line-height: normal;
}
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;
}
input[type="checkbox"],
input[type="radio"] {
    box-sizing: border-box;
    padding: 0;
}
input[type="search"] {
    -webkit-appearance: textfield;
    -moz-box-sizing: content-box;
    -webkit-box-sizing: content-box;
    box-sizing: content-box;
}
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
    -webkit-appearance: none;
}
button::-moz-focus-inner,
input::-moz-focus-inner {
    border: 0;
    padding: 0;
}
textarea {
    overflow: auto;
    vertical-align: top;
}
table {
    border-collapse: collapse;
    border-spacing: 0;
}
@media print {
    * {
        text-shadow: none !important;
        color: #000 !important;
        background: transparent !important;
        box-shadow: none !important;
    }
    a,
    a:visited {
        text-decoration: underline;
    }
    a[href]:after {
        content: " (" attr(href) ")";
    }
    abbr[title]:after {
        content: " (" attr(title) ")";
    }
    .ir a:after,
    a[href^="javascript:"]:after,
    a[href^="#"]:after {
        content: "";
    }
    pre,
    blockquote {
        border: 1px solid #999;
        page-break-inside: avoid;
    }
    thead {
        display: table-header-group;
    }
    tr,
    img {
        page-break-inside: avoid;
    }
    img {
        max-width: 100% !important;
    }
    @page  {
        margin: 2cm .5cm;
    }
    p,
    h2,
    h3 {
        orphans: 3;
        widows: 3;
    }
    h2,
    h3 {
        page-break-after: avoid;
    }
    .navbar {
        display: none;
    }
    .table td,
    .table th {
        background-color: #fff !important;
    }
    .btn > .caret,
    .dropup > .btn > .caret {
        border-top-color: #000 !important;
    }
    .label {
        border: 1px solid #000;
    }
    .table {
        border-collapse: collapse !important;
    }
    .table-bordered th,
    .table-bordered td {
        border: 1px solid #ddd !important;
    }
}
*,
*:before,
*:after {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
html {
    font-size: 62.5%;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
body {
    font-family: Lato, Helvetica, Arial, sans-serif;
    font-size: 14px;
    line-height: 1.428571429;
    color: #555555;
    background-color: #ecf0f1;
}
input,
button,
select,
textarea {
    font-family: inherit;
    font-size: inherit;
    line-height: inherit;
}
button,
input,
select[multiple],
textarea {
    background-image: none;
}
a {
    color: #3498db;
    text-decoration: none;
}
a:hover,
a:focus {
    color: #1d6fa5;
    text-decoration: underline;
}
a:focus {
    outline: thin dotted #333;
    outline: 5px auto -webkit-focus-ring-color;
    outline-offset: -2px;
}
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.428571429;
    background-color: #ecf0f1;
    border: 1px solid #dddddd;
    border-radius: 4px;
    -webkit-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 #e6e6e6;
}
.sr-only {
    position: absolute;
    width: 1px;
    height: 1px;
    margin: -1px;
    padding: 0;
    overflow: hidden;
    clip: rect(0 0 0 0);
    border: 0;
}
p {
    margin: 0 0 10px;
}
.lead {
    margin-bottom: 20px;
    font-size: 16.099999999999998px;
    font-weight: 200;
    line-height: 1.4;
}
@media (min-width: 768px) {
    .lead {
        font-size: 21px;
    }
}
small {
    font-size: 85%;
}
cite {
    font-style: normal;
}
.text-muted {
    color: #808080;
}
.text-primary {
    color: #3498db;
}
.text-warning {
    color: #c09853;
}
.text-danger {
    color: #ea6449;
}
.text-success {
    color: #468847;
}
.text-info {
    color: #3a87ad;
}
.text-left {
    text-align: left;
}
.text-right {
    text-align: right;
}
.text-center {
    text-align: center;
}
h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
    font-family: Lato, Helvetica, Arial, sans-serif;
    font-weight: 700;
    line-height: 1.1;
}
h1 small,
h2 small,
h3 small,
h4 small,
h5 small,
h6 small,
.h1 small,
.h2 small,
.h3 small,
.h4 small,
.h5 small,
.h6 small {
    font-weight: normal;
    line-height: 1;
    color: #808080;
}
h1,
h2,
h3 {
    margin-top: 20px;
    margin-bottom: 10px;
}
h4,
h5,
h6 {
    margin-top: 10px;
    margin-bottom: 10px;
}
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;
}
h1 small,
.h1 small {
    font-size: 24px;
}
h2 small,
.h2 small {
    font-size: 18px;
}
h3 small,
.h3 small,
h4 small,
.h4 small {
    font-size: 14px;
}
.page-header {
    padding-bottom: 9px;
    margin: 40px 0 20px;
    border-bottom: 1px solid #e6e6e6;
}
ul,
ol {
    margin-top: 0;
    margin-bottom: 10px;
}
ul ul,
ol ul,
ul ol,
ol ol {
    margin-bottom: 0;
}
.list-unstyled {
    padding-left: 0;
    list-style: none;
}
.list-inline {
    padding-left: 0;
    list-style: none;
}
.list-inline > li {
    display: inline-block;
    padding-left: 5px;
    padding-right: 5px;
}
dl {
    margin-bottom: 20px;
}
dt,
dd {
    line-height: 1.428571429;
}
dt {
    font-weight: bold;
}
dd {
    margin-left: 0;
}
@media (min-width: 48em) {
    .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;
    }
    .dl-horizontal dd:before,
    .dl-horizontal dd:after {
        content: " ";
        /* 1 */

        display: table;
        /* 2 */

    }
    .dl-horizontal dd:after {
        clear: both;
    }
    .dl-horizontal dd:before,
    .dl-horizontal dd:after {
        content: " ";
        /* 1 */

        display: table;
        /* 2 */

    }
    .dl-horizontal dd:after {
        clear: both;
    }
}
abbr[title],
abbr[data-original-title] {
    cursor: help;
    border-bottom: 1px dotted #808080;
}
abbr.initialism {
    font-size: 90%;
    text-transform: uppercase;
}
blockquote {
    padding: 10px 20px;
    margin: 0 0 20px;
    border-left: 5px solid #e6e6e6;
}
blockquote p {
    font-size: 17.5px;
    font-weight: 300;
    line-height: 1.25;
}
blockquote p:last-child {
    margin-bottom: 0;
}
blockquote small {
    display: block;
    line-height: 1.428571429;
    color: #808080;
}
blockquote small:before {
    content: '\2014 \00A0';
}
blockquote.pull-right {
    padding-right: 15px;
    padding-left: 0;
    border-right: 5px solid #e6e6e6;
    border-left: 0;
}
blockquote.pull-right p,
blockquote.pull-right small {
    text-align: right;
}
blockquote.pull-right small:before {
    content: '';
}
blockquote.pull-right small:after {
    content: '\00A0 \2014';
}
q:before,
q:after,
blockquote:before,
blockquote:after {
    content: "";
}
address {
    display: block;
    margin-bottom: 20px;
    font-style: normal;
    line-height: 1.428571429;
}
code,
pre {
    font-family: Monaco, Menlo, Consolas, "Courier New", monospace;
}
code {
    padding: 2px 4px;
    font-size: 90%;
    color: #c7254e;
    background-color: #f9f2f4;
    white-space: nowrap;
    border-radius: 4px;
}
pre {
    display: block;
    padding: 9.5px;
    margin: 0 0 10px;
    font-size: 13px;
    line-height: 1.428571429;
    word-break: break-all;
    word-wrap: break-word;
    color: #333333;
    background-color: #f5f5f5;
    border: 1px solid #cccccc;
    border-radius: 4px;
}
pre.prettyprint {
    margin-bottom: 20px;
}
pre code {
    padding: 0;
    font-size: inherit;
    color: inherit;
    white-space: pre-wrap;
    background-color: transparent;
    border: 0;
}
.pre-scrollable {
    max-height: 340px;
    overflow-y: scroll;
}
.container {
    margin-right: auto;
    margin-left: auto;
    padding-left: 15px;
    padding-right: 15px;
}
.container:before,
.container:after {
    content: " ";
    /* 1 */

    display: table;
    /* 2 */

}
.container:after {
    clear: both;
}
.container:before,
.container:after {
    content: " ";
    /* 1 */

    display: table;
    /* 2 */

}
.container:after {
    clear: both;
}
.row {
    margin-left: -15px;
    margin-right: -15px;
}
.row:before,
.row:after {
    content: " ";
    /* 1 */

    display: table;
    /* 2 */

}
.row:after {
    clear: both;
}
.row:before,
.row:after {
    content: " ";
    /* 1 */

    display: table;
    /* 2 */

}
.row:after {
    clear: both;
}
.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,
.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,
.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,
.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 {
    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 {
    float: left;
}
.col-xs-1 {
    width: 8.333333333333332%;
}
.col-xs-2 {
    width: 16.666666666666664%;
}
.col-xs-3 {
    width: 25%;
}
.col-xs-4 {
    width: 33.33333333333333%;
}
.col-xs-5 {
    width: 41.66666666666667%;
}
.col-xs-6 {
    width: 50%;
}
.col-xs-7 {
    width: 58.333333333333336%;
}
.col-xs-8 {
    width: 66.66666666666666%;
}
.col-xs-9 {
    width: 75%;
}
.col-xs-10 {
    width: 83.33333333333334%;
}
.col-xs-11 {
    width: 91.66666666666666%;
}
.col-xs-12 {
    width: 100%;
}
@media (min-width: 48em) {
    .container {
        max-width: 750px;
    }
    .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 {
        float: left;
    }
    .col-sm-1 {
        width: 8.333333333333332%;
    }
    .col-sm-2 {
        width: 16.666666666666664%;
    }
    .col-sm-3 {
        width: 25%;
    }
    .col-sm-4 {
        width: 33.33333333333333%;
    }
    .col-sm-5 {
        width: 41.66666666666667%;
    }
    .col-sm-6 {
        width: 50%;
    }
    .col-sm-7 {
        width: 58.333333333333336%;
    }
    .col-sm-8 {
        width: 66.66666666666666%;
    }
    .col-sm-9 {
        width: 75%;
    }
    .col-sm-10 {
        width: 83.33333333333334%;
    }
    .col-sm-11 {
        width: 91.66666666666666%;
    }
    .col-sm-12 {
        width: 100%;
    }
    .col-sm-push-1 {
        left: 8.333333333333332%;
    }
    .col-sm-push-2 {
        left: 16.666666666666664%;
    }
    .col-sm-push-3 {
        left: 25%;
    }
    .col-sm-push-4 {
        left: 33.33333333333333%;
    }
    .col-sm-push-5 {
        left: 41.66666666666667%;
    }
    .col-sm-push-6 {
        left: 50%;
    }
    .col-sm-push-7 {
        left: 58.333333333333336%;
    }
    .col-sm-push-8 {
        left: 66.66666666666666%;
    }
    .col-sm-push-9 {
        left: 75%;
    }
    .col-sm-push-10 {
        left: 83.33333333333334%;
    }
    .col-sm-push-11 {
        left: 91.66666666666666%;
    }
    .col-sm-pull-1 {
        right: 8.333333333333332%;
    }
    .col-sm-pull-2 {
        right: 16.666666666666664%;
    }
    .col-sm-pull-3 {
        right: 25%;
    }
    .col-sm-pull-4 {
        right: 33.33333333333333%;
    }
    .col-sm-pull-5 {
        right: 41.66666666666667%;
    }
    .col-sm-pull-6 {
        right: 50%;
    }
    .col-sm-pull-7 {
        right: 58.333333333333336%;
    }
    .col-sm-pull-8 {
        right: 66.66666666666666%;
    }
    .col-sm-pull-9 {
        right: 75%;
    }
    .col-sm-pull-10 {
        right: 83.33333333333334%;
    }
    .col-sm-pull-11 {
        right: 91.66666666666666%;
    }
    .col-sm-offset-1 {
        margin-left: 8.333333333333332%;
    }
    .col-sm-offset-2 {
        margin-left: 16.666666666666664%;
    }
    .col-sm-offset-3 {
        margin-left: 25%;
    }
    .col-sm-offset-4 {
        margin-left: 33.33333333333333%;
    }
    .col-sm-offset-5 {
        margin-left: 41.66666666666667%;
    }
    .col-sm-offset-6 {
        margin-left: 50%;
    }
    .col-sm-offset-7 {
        margin-left: 58.333333333333336%;
    }
    .col-sm-offset-8 {
        margin-left: 66.66666666666666%;
    }
    .col-sm-offset-9 {
        margin-left: 75%;
    }
    .col-sm-offset-10 {
        margin-left: 83.33333333333334%;
    }
    .col-sm-offset-11 {
        margin-left: 91.66666666666666%;
    }
}
@media (min-width: 64em) {
    .container {
        max-width: 970px;
    }
    .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 {
        float: left;
    }
    .col-md-1 {
        width: 8.333333333333332%;
    }
    .col-md-2 {
        width: 16.666666666666664%;
    }
    .col-md-3 {
        width: 25%;
    }
    .col-md-4 {
        width: 33.33333333333333%;
    }
    .col-md-5 {
        width: 41.66666666666667%;
    }
    .col-md-6 {
        width: 50%;
    }
    .col-md-7 {
        width: 58.333333333333336%;
    }
    .col-md-8 {
        width: 66.66666666666666%;
    }
    .col-md-9 {
        width: 75%;
    }
    .col-md-10 {
        width: 83.33333333333334%;
    }
    .col-md-11 {
        width: 91.66666666666666%;
    }
    .col-md-12 {
        width: 100%;
    }
    .col-md-push-0 {
        left: auto;
    }
    .col-md-push-1 {
        left: 8.333333333333332%;
    }
    .col-md-push-2 {
        left: 16.666666666666664%;
    }
    .col-md-push-3 {
        left: 25%;
    }
    .col-md-push-4 {
        left: 33.33333333333333%;
    }
    .col-md-push-5 {
        left: 41.66666666666667%;
    }
    .col-md-push-6 {
        left: 50%;
    }
    .col-md-push-7 {
        left: 58.333333333333336%;
    }
    .col-md-push-8 {
        left: 66.66666666666666%;
    }
    .col-md-push-9 {
        left: 75%;
    }
    .col-md-push-10 {
        left: 83.33333333333334%;
    }
    .col-md-push-11 {
        left: 91.66666666666666%;
    }
    .col-md-pull-0 {
        right: auto;
    }
    .col-md-pull-1 {
        right: 8.333333333333332%;
    }
    .col-md-pull-2 {
        right: 16.666666666666664%;
    }
    .col-md-pull-3 {
        right: 25%;
    }
    .col-md-pull-4 {
        right: 33.33333333333333%;
    }
    .col-md-pull-5 {
        right: 41.66666666666667%;
    }
    .col-md-pull-6 {
        right: 50%;
    }
    .col-md-pull-7 {
        right: 58.333333333333336%;
    }
    .col-md-pull-8 {
        right: 66.66666666666666%;
    }
    .col-md-pull-9 {
        right: 75%;
    }
    .col-md-pull-10 {
        right: 83.33333333333334%;
    }
    .col-md-pull-11 {
        right: 91.66666666666666%;
    }
    .col-md-offset-0 {
        margin-left: 0;
    }
    .col-md-offset-1 {
        margin-left: 8.333333333333332%;
    }
    .col-md-offset-2 {
        margin-left: 16.666666666666664%;
    }
    .col-md-offset-3 {
        margin-left: 25%;
    }
    .col-md-offset-4 {
        margin-left: 33.33333333333333%;
    }
    .col-md-offset-5 {
        margin-left: 41.66666666666667%;
    }
    .col-md-offset-6 {
        margin-left: 50%;
    }
    .col-md-offset-7 {
        margin-left: 58.333333333333336%;
    }
    .col-md-offset-8 {
        margin-left: 66.66666666666666%;
    }
    .col-md-offset-9 {
        margin-left: 75%;
    }
    .col-md-offset-10 {
        margin-left: 83.33333333333334%;
    }
    .col-md-offset-11 {
        margin-left: 91.66666666666666%;
    }
}
@media (min-width: 80em) {
    .container {
        max-width: 1170px;
    }
    .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 {
        float: left;
    }
    .col-lg-1 {
        width: 8.333333333333332%;
    }
    .col-lg-2 {
        width: 16.666666666666664%;
    }
    .col-lg-3 {
        width: 25%;
    }
    .col-lg-4 {
        width: 33.33333333333333%;
    }
    .col-lg-5 {
        width: 41.66666666666667%;
    }
    .col-lg-6 {
        width: 50%;
    }
    .col-lg-7 {
        width: 58.333333333333336%;
    }
    .col-lg-8 {
        width: 66.66666666666666%;
    }
    .col-lg-9 {
        width: 75%;
    }
    .col-lg-10 {
        width: 83.33333333333334%;
    }
    .col-lg-11 {
        width: 91.66666666666666%;
    }
    .col-lg-12 {
        width: 100%;
    }
    .col-lg-push-0 {
        left: auto;
    }
    .col-lg-push-1 {
        left: 8.333333333333332%;
    }
    .col-lg-push-2 {
        left: 16.666666666666664%;
    }
    .col-lg-push-3 {
        left: 25%;
    }
    .col-lg-push-4 {
        left: 33.33333333333333%;
    }
    .col-lg-push-5 {
        left: 41.66666666666667%;
    }
    .col-lg-push-6 {
        left: 50%;
    }
    .col-lg-push-7 {
        left: 58.333333333333336%;
    }
    .col-lg-push-8 {
        left: 66.66666666666666%;
    }
    .col-lg-push-9 {
        left: 75%;
    }
    .col-lg-push-10 {
        left: 83.33333333333334%;
    }
    .col-lg-push-11 {
        left: 91.66666666666666%;
    }
    .col-lg-pull-0 {
        right: auto;
    }
    .col-lg-pull-1 {
        right: 8.333333333333332%;
    }
    .col-lg-pull-2 {
        right: 16.666666666666664%;
    }
    .col-lg-pull-3 {
        right: 25%;
    }
    .col-lg-pull-4 {
        right: 33.33333333333333%;
    }
    .col-lg-pull-5 {
        right: 41.66666666666667%;
    }
    .col-lg-pull-6 {
        right: 50%;
    }
    .col-lg-pull-7 {
        right: 58.333333333333336%;
    }
    .col-lg-pull-8 {
        right: 66.66666666666666%;
    }
    .col-lg-pull-9 {
        right: 75%;
    }
    .col-lg-pull-10 {
        right: 83.33333333333334%;
    }
    .col-lg-pull-11 {
        right: 91.66666666666666%;
    }
    .col-lg-offset-0 {
        margin-left: 0;
    }
    .col-lg-offset-1 {
        margin-left: 8.333333333333332%;
    }
    .col-lg-offset-2 {
        margin-left: 16.666666666666664%;
    }
    .col-lg-offset-3 {
        margin-left: 25%;
    }
    .col-lg-offset-4 {
        margin-left: 33.33333333333333%;
    }
    .col-lg-offset-5 {
        margin-left: 41.66666666666667%;
    }
    .col-lg-offset-6 {
        margin-left: 50%;
    }
    .col-lg-offset-7 {
        margin-left: 58.333333333333336%;
    }
    .col-lg-offset-8 {
        margin-left: 66.66666666666666%;
    }
    .col-lg-offset-9 {
        margin-left: 75%;
    }
    .col-lg-offset-10 {
        margin-left: 83.33333333333334%;
    }
    .col-lg-offset-11 {
        margin-left: 91.66666666666666%;
    }
}
table {
    max-width: 100%;
    background-color: transparent;
}
th {
    text-align: left;
}
.table {
    width: 100%;
    margin-bottom: 20px;
}
.table thead > tr > th,
.table tbody > tr > th,
.table tfoot > tr > th,
.table thead > tr > td,
.table tbody > tr > td,
.table tfoot > tr > td {
    padding: 8px;
    line-height: 1.428571429;
    vertical-align: top;
    border-top: 1px solid #dddddd;
}
.table thead > tr > th {
    vertical-align: bottom;
    border-bottom: 2px solid #dddddd;
}
.table caption + thead tr:first-child th,
.table colgroup + thead tr:first-child th,
.table thead:first-child tr:first-child th,
.table caption + thead tr:first-child td,
.table colgroup + thead tr:first-child td,
.table thead:first-child tr:first-child td {
    border-top: 0;
}
.table tbody + tbody {
    border-top: 2px solid #dddddd;
}
.table .table {
    background-color: #ecf0f1;
}
.table-condensed thead > tr > th,
.table-condensed tbody > tr > th,
.table-condensed tfoot > tr > th,
.table-condensed thead > tr > td,
.table-condensed tbody > tr > td,
.table-condensed tfoot > tr > td {
    padding: 5px;
}
.table-bordered {
    border: 1px solid #dddddd;
}
.table-bordered > thead > tr > th,
.table-bordered > tbody > tr > th,
.table-bordered > tfoot > tr > th,
.table-bordered > thead > tr > td,
.table-bordered > tbody > tr > td,
.table-bordered > tfoot > tr > td {
    border: 1px solid #dddddd;
}
.table-bordered > thead > tr > th,
.table-bordered > thead > tr > td {
    border-bottom-width: 2px;
}
.table-striped > tbody > tr:nth-child(odd) > td,
.table-striped > tbody > tr:nth-child(odd) > th {
    background-color: #f9f9f9;
}
.table-hover > tbody > tr:hover > td,
.table-hover > tbody > tr:hover > th {
    background-color: #f5f5f5;
}
table col[class*="col-"] {
    float: none;
    display: table-column;
}
table td[class*="col-"],
table th[class*="col-"] {
    float: none;
    display: table-cell;
}
.table > thead > tr > td.active,
.table > tbody > tr > td.active,
.table > tfoot > tr > td.active,
.table > thead > tr > th.active,
.table > tbody > tr > th.active,
.table > tfoot > tr > th.active,
.table > thead > tr.active > td,
.table > tbody > tr.active > td,
.table > tfoot > tr.active > td,
.table > thead > tr.active > th,
.table > tbody > tr.active > th,
.table > tfoot > tr.active > th {
    background-color: #f5f5f5;
}
.table > thead > tr > td.success,
.table > tbody > tr > td.success,
.table > tfoot > tr > td.success,
.table > thead > tr > th.success,
.table > tbody > tr > th.success,
.table > tfoot > tr > th.success,
.table > thead > tr.success > td,
.table > tbody > tr.success > td,
.table > tfoot > tr.success > td,
.table > thead > tr.success > th,
.table > tbody > tr.success > th,
.table > tfoot > tr.success > th {
    background-color: #dff0d8;
    border-color: #d6e9c6;
}
.table-hover > tbody > tr > td.success:hover,
.table-hover > tbody > tr > th.success:hover,
.table-hover > tbody > tr.success:hover > td {
    background-color: #d0e9c6;
    border-color: #c9e2b3;
}
.table > thead > tr > td.danger,
.table > tbody > tr > td.danger,
.table > tfoot > tr > td.danger,
.table > thead > tr > th.danger,
.table > tbody > tr > th.danger,
.table > tfoot > tr > th.danger,
.table > thead > tr.danger > td,
.table > tbody > tr.danger > td,
.table > tfoot > tr.danger > td,
.table > thead > tr.danger > th,
.table > tbody > tr.danger > th,
.table > tfoot > tr.danger > th {
    background-color: #f2dede;
    border-color: #eed3d7;
}
.table-hover > tbody > tr > td.danger:hover,
.table-hover > tbody > tr > th.danger:hover,
.table-hover > tbody > tr.danger:hover > td {
    background-color: #ebcccc;
    border-color: #e6c1c7;
}
.table > thead > tr > td.warning,
.table > tbody > tr > td.warning,
.table > tfoot > tr > td.warning,
.table > thead > tr > th.warning,
.table > tbody > tr > th.warning,
.table > tfoot > tr > th.warning,
.table > thead > tr.warning > td,
.table > tbody > tr.warning > td,
.table > tfoot > tr.warning > td,
.table > thead > tr.warning > th,
.table > tbody > tr.warning > th,
.table > tfoot > tr.warning > th {
    background-color: #fcf8e3;
    border-color: #fbeed5;
}
.table-hover > tbody > tr > td.warning:hover,
.table-hover > tbody > tr > th.warning:hover,
.table-hover > tbody > tr.warning:hover > td {
    background-color: #faf2cc;
    border-color: #f8e5be;
}
@media (max-width: 48em) {
    .table-responsive {
        width: 100%;
        margin-bottom: 15px;
        overflow-y: hidden;
        overflow-x: scroll;
        border: 1px solid #dddddd;
    }
    .table-responsive > .table {
        margin-bottom: 0;
        background-color: #fff;
    }
    .table-responsive > .table > thead > tr > th,
    .table-responsive > .table > tbody > tr > th,
    .table-responsive > .table > tfoot > tr > th,
    .table-responsive > .table > thead > tr > td,
    .table-responsive > .table > tbody > tr > td,
    .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 > tbody > tr > th:first-child,
    .table-responsive > .table-bordered > tfoot > tr > th:first-child,
    .table-responsive > .table-bordered > thead > tr > td:first-child,
    .table-responsive > .table-bordered > tbody > tr > td: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 > tbody > tr > th:last-child,
    .table-responsive > .table-bordered > tfoot > tr > th:last-child,
    .table-responsive > .table-bordered > thead > tr > td:last-child,
    .table-responsive > .table-bordered > tbody > tr > td:last-child,
    .table-responsive > .table-bordered > tfoot > tr > td:last-child {
        border-right: 0;
    }
    .table-responsive > .table-bordered > thead > tr:last-child > th,
    .table-responsive > .table-bordered > tbody > tr:last-child > th,
    .table-responsive > .table-bordered > tfoot > tr:last-child > th,
    .table-responsive > .table-bordered > thead > tr:last-child > td,
    .table-responsive > .table-bordered > tbody > tr:last-child > td,
    .table-responsive > .table-bordered > tfoot > tr:last-child > td {
        border-bottom: 0;
    }
}
fieldset {
    padding: 0;
    margin: 0;
    border: 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;
    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;
    /* IE8-9 */

    line-height: normal;
}
input[type="file"] {
    display: block;
}
select[multiple],
select[size] {
    height: auto;
}
select optgroup {
    font-size: inherit;
    font-style: inherit;
    font-family: inherit;
}
input[type="file"]:focus,
input[type="radio"]:focus,
input[type="checkbox"]:focus {
    outline: thin dotted #333;
    outline: 5px auto -webkit-focus-ring-color;
    outline-offset: -2px;
}
input[type="number"]::-webkit-outer-spin-button,
input[type="number"]::-webkit-inner-spin-button {
    height: auto;
}
.form-control:-moz-placeholder {
    color: #808080;
}
.form-control::-moz-placeholder {
    color: #808080;
}
.form-control:-ms-input-placeholder {
    color: #808080;
}
.form-control::-webkit-input-placeholder {
    color: #808080;
}
.form-control {
    display: block;
    width: 100%;
    height: 34px;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.428571429;
    color: #555555;
    vertical-align: middle;
    background-color: #ffffff;
    border: 1px solid #cccccc;
    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 .15s, box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
}
.form-control:focus {
    border-color: #f39c12;
    outline: 0;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(243, 156, 18, 0.6);
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(243, 156, 18, 0.6);
}
.form-control[disabled],
.form-control[readonly],
fieldset[disabled] .form-control {
    cursor: not-allowed;
    background-color: #e6e6e6;
}
textarea.form-control {
    height: auto;
}
.form-group {
    margin-bottom: 15px;
}
.radio,
.checkbox {
    display: block;
    min-height: 20px;
    margin-top: 10px;
    margin-bottom: 10px;
    padding-left: 20px;
    vertical-align: middle;
}
.radio label,
.checkbox label {
    display: inline;
    margin-bottom: 0;
    font-weight: normal;
    cursor: pointer;
}
.radio input[type="radio"],
.radio-inline input[type="radio"],
.checkbox input[type="checkbox"],
.checkbox-inline input[type="checkbox"] {
    float: left;
    margin-left: -20px;
}
.radio + .radio,
.checkbox + .checkbox {
    margin-top: -5px;
}
.radio-inline,
.checkbox-inline {
    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="checkbox"][disabled],
.radio[disabled],
.radio-inline[disabled],
.checkbox[disabled],
.checkbox-inline[disabled],
fieldset[disabled] input[type="radio"],
fieldset[disabled] input[type="checkbox"],
fieldset[disabled] .radio,
fieldset[disabled] .radio-inline,
fieldset[disabled] .checkbox,
fieldset[disabled] .checkbox-inline {
    cursor: not-allowed;
}
.input-sm {
    height: 30px;
    padding: 5px 10px;
    font-size: 12px;
    line-height: 1.5;
    border-radius: 3px;
}
select.input-sm {
    height: 30px;
    line-height: 30px;
}
textarea.input-sm {
    height: auto;
}
.input-lg {
    height: 45px;
    padding: 10px 16px;
    font-size: 18px;
    line-height: 1.33;
    border-radius: 6px;
}
select.input-lg {
    height: 45px;
    line-height: 45px;
}
textarea.input-lg {
    height: auto;
}
.has-warning .help-block,
.has-warning .control-label {
    color: #c09853;
}
.has-warning .form-control {
    border-color: #c09853;
    -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: #a47e3c;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #dbc59e;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #dbc59e;
}
.has-warning .input-group-addon {
    color: #c09853;
    border-color: #c09853;
    background-color: #fcf8e3;
}
.has-error .help-block,
.has-error .control-label {
    color: #ea6449;
}
.has-error .form-control {
    border-color: #ea6449;
    -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: #e53d1b;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #f5b2a4;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #f5b2a4;
}
.has-error .input-group-addon {
    color: #ea6449;
    border-color: #ea6449;
    background-color: #f2dede;
}
.has-success .help-block,
.has-success .control-label {
    color: #468847;
}
.has-success .form-control {
    border-color: #468847;
    -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: #356635;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #7aba7b;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #7aba7b;
}
.has-success .input-group-addon {
    color: #468847;
    border-color: #468847;
    background-color: #dff0d8;
}
.form-control-static {
    margin-bottom: 0;
    padding-top: 7px;
}
.help-block {
    display: block;
    margin-top: 5px;
    margin-bottom: 10px;
    color: #959595;
}
@media (min-width: 48em) {
    .form-inline .form-group {
        display: inline-block;
        margin-bottom: 0;
        vertical-align: middle;
    }
    .form-inline .form-control {
        display: inline-block;
    }
    .form-inline .radio,
    .form-inline .checkbox {
        display: inline-block;
        margin-top: 0;
        margin-bottom: 0;
        padding-left: 0;
    }
    .form-inline .radio input[type="radio"],
    .form-inline .checkbox input[type="checkbox"] {
        float: none;
        margin-left: 0;
    }
}
.form-horizontal .control-label,
.form-horizontal .radio,
.form-horizontal .checkbox,
.form-horizontal .radio-inline,
.form-horizontal .checkbox-inline {
    margin-top: 0;
    margin-bottom: 0;
    padding-top: 7px;
}
.form-horizontal .form-group {
    margin-left: -15px;
    margin-right: -15px;
}
.form-horizontal .form-group:before,
.form-horizontal .form-group:after {
    content: " ";
    /* 1 */

    display: table;
    /* 2 */

}
.form-horizontal .form-group:after {
    clear: both;
}
.form-horizontal .form-group:before,
.form-horizontal .form-group:after {
    content: " ";
    /* 1 */

    display: table;
    /* 2 */

}
.form-horizontal .form-group:after {
    clear: both;
}
@media (min-width: 48em) {
    .form-horizontal .control-label {
        text-align: right;
    }
}
.btn {
    display: inline-block;
    padding: 6px 12px;
    margin-bottom: 0;
    font-size: 14px;
    font-weight: normal;
    line-height: 1.428571429;
    text-align: center;
    vertical-align: middle;
    cursor: pointer;
    border: 1px solid transparent;
    border-radius: 4px;
    white-space: nowrap;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    -o-user-select: none;
    user-select: none;
}
.btn:focus {
    outline: thin dotted #333;
    outline: 5px auto -webkit-focus-ring-color;
    outline-offset: -2px;
}
.btn:hover,
.btn:focus {
    color: #ffffff;
    text-decoration: none;
}
.btn:active,
.btn.active {
    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,
.btn[disabled],
fieldset[disabled] .btn {
    cursor: not-allowed;
    pointer-events: none;
    opacity: 0.65;
    filter: alpha(opacity=65);
    -webkit-box-shadow: none;
    box-shadow: none;
}
.btn-default {
    color: #ffffff;
    background-color: #aaaaaa;
    border-color: #aaaaaa;
}
.btn-default:hover,
.btn-default:focus,
.btn-default:active,
.btn-default.active,
.open .dropdown-toggle.btn-default {
    color: #ffffff;
    background-color: #969696;
    border-color: #8b8b8b;
}
.btn-default:active,
.btn-default.active,
.open .dropdown-toggle.btn-default {
    background-image: none;
}
.btn-default.disabled,
.btn-default[disabled],
fieldset[disabled] .btn-default,
.btn-default.disabled:hover,
.btn-default[disabled]:hover,
fieldset[disabled] .btn-default:hover,
.btn-default.disabled:focus,
.btn-default[disabled]:focus,
fieldset[disabled] .btn-default:focus,
.btn-default.disabled:active,
.btn-default[disabled]:active,
fieldset[disabled] .btn-default:active,
.btn-default.disabled.active,
.btn-default[disabled].active,
fieldset[disabled] .btn-default.active {
    background-color: #aaaaaa;
    border-color: #aaaaaa;
}
.btn-primary {
    color: #ffffff;
    background-color: #3498db;
    border-color: #3498db;
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary:active,
.btn-primary.active,
.open .dropdown-toggle.btn-primary {
    color: #ffffff;
    background-color: #2383c4;
    border-color: #2077b2;
}
.btn-primary:active,
.btn-primary.active,
.open .dropdown-toggle.btn-primary {
    background-image: none;
}
.btn-primary.disabled,
.btn-primary[disabled],
fieldset[disabled] .btn-primary,
.btn-primary.disabled:hover,
.btn-primary[disabled]:hover,
fieldset[disabled] .btn-primary:hover,
.btn-primary.disabled:focus,
.btn-primary[disabled]:focus,
fieldset[disabled] .btn-primary:focus,
.btn-primary.disabled:active,
.btn-primary[disabled]:active,
fieldset[disabled] .btn-primary:active,
.btn-primary.disabled.active,
.btn-primary[disabled].active,
fieldset[disabled] .btn-primary.active {
    background-color: #3498db;
    border-color: #3498db;
}
.btn-warning {
    color: #ffffff;
    background-color: #df604e;
    border-color: #db4d38;
}
.btn-warning:hover,
.btn-warning:focus,
.btn-warning:active,
.btn-warning.active,
.open .dropdown-toggle.btn-warning {
    color: #ffffff;
    background-color: #d9412b;
    border-color: #b53321;
}
.btn-warning:active,
.btn-warning.active,
.open .dropdown-toggle.btn-warning {
    background-image: none;
}
.btn-warning.disabled,
.btn-warning[disabled],
fieldset[disabled] .btn-warning,
.btn-warning.disabled:hover,
.btn-warning[disabled]:hover,
fieldset[disabled] .btn-warning:hover,
.btn-warning.disabled:focus,
.btn-warning[disabled]:focus,
fieldset[disabled] .btn-warning:focus,
.btn-warning.disabled:active,
.btn-warning[disabled]:active,
fieldset[disabled] .btn-warning:active,
.btn-warning.disabled.active,
.btn-warning[disabled].active,
fieldset[disabled] .btn-warning.active {
    background-color: #df604e;
    border-color: #db4d38;
}
.btn-danger {
    color: #ffffff;
    background-color: #e74c3c;
    border-color: #e43725;
}
.btn-danger:hover,
.btn-danger:focus,
.btn-danger:active,
.btn-danger.active,
.open .dropdown-toggle.btn-danger {
    color: #ffffff;
    background-color: #df2e1b;
    border-color: #b62516;
}
.btn-danger:active,
.btn-danger.active,
.open .dropdown-toggle.btn-danger {
    background-image: none;
}
.btn-danger.disabled,
.btn-danger[disabled],
fieldset[disabled] .btn-danger,
.btn-danger.disabled:hover,
.btn-danger[disabled]:hover,
fieldset[disabled] .btn-danger:hover,
.btn-danger.disabled:focus,
.btn-danger[disabled]:focus,
fieldset[disabled] .btn-danger:focus,
.btn-danger.disabled:active,
.btn-danger[disabled]:active,
fieldset[disabled] .btn-danger:active,
.btn-danger.disabled.active,
.btn-danger[disabled].active,
fieldset[disabled] .btn-danger.active {
    background-color: #e74c3c;
    border-color: #e43725;
}
.btn-success {
    color: #ffffff;
    background-color: #87c854;
    border-color: #87c854;
}
.btn-success:hover,
.btn-success:focus,
.btn-success:active,
.btn-success.active,
.open .dropdown-toggle.btn-success {
    color: #ffffff;
    background-color: #72b83b;
    border-color: #68a936;
}
.btn-success:active,
.btn-success.active,
.open .dropdown-toggle.btn-success {
    background-image: none;
}
.btn-success.disabled,
.btn-success[disabled],
fieldset[disabled] .btn-success,
.btn-success.disabled:hover,
.btn-success[disabled]:hover,
fieldset[disabled] .btn-success:hover,
.btn-success.disabled:focus,
.btn-success[disabled]:focus,
fieldset[disabled] .btn-success:focus,
.btn-success.disabled:active,
.btn-success[disabled]:active,
fieldset[disabled] .btn-success:active,
.btn-success.disabled.active,
.btn-success[disabled].active,
fieldset[disabled] .btn-success.active {
    background-color: #87c854;
    border-color: #87c854;
}
.btn-info {
    color: #ffffff;
    background-color: #f39c12;
    border-color: #e08e0b;
}
.btn-info:hover,
.btn-info:focus,
.btn-info:active,
.btn-info.active,
.open .dropdown-toggle.btn-info {
    color: #ffffff;
    background-color: #d2850b;
    border-color: #a66908;
}
.btn-info:active,
.btn-info.active,
.open .dropdown-toggle.btn-info {
    background-image: none;
}
.btn-info.disabled,
.btn-info[disabled],
fieldset[disabled] .btn-info,
.btn-info.disabled:hover,
.btn-info[disabled]:hover,
fieldset[disabled] .btn-info:hover,
.btn-info.disabled:focus,
.btn-info[disabled]:focus,
fieldset[disabled] .btn-info:focus,
.btn-info.disabled:active,
.btn-info[disabled]:active,
fieldset[disabled] .btn-info:active,
.btn-info.disabled.active,
.btn-info[disabled].active,
fieldset[disabled] .btn-info.active {
    background-color: #f39c12;
    border-color: #e08e0b;
}
.btn-link {
    color: #3498db;
    font-weight: normal;
    cursor: pointer;
    border-radius: 0;
}
.btn-link,
.btn-link:active,
.btn-link[disabled],
fieldset[disabled] .btn-link {
    background-color: transparent;
    -webkit-box-shadow: none;
    box-shadow: none;
}
.btn-link,
.btn-link:hover,
.btn-link:focus,
.btn-link:active {
    border-color: transparent;
}
.btn-link:hover,
.btn-link:focus {
    color: #1d6fa5;
    text-decoration: underline;
    background-color: transparent;
}
.btn-link[disabled]:hover,
fieldset[disabled] .btn-link:hover,
.btn-link[disabled]:focus,
fieldset[disabled] .btn-link:focus {
    color: #808080;
    text-decoration: none;
}
.btn-lg {
    padding: 10px 16px;
    font-size: 18px;
    line-height: 1.33;
    border-radius: 6px;
}
.btn-sm,
.btn-xs {
    padding: 5px 10px;
    font-size: 12px;
    line-height: 1.5;
    border-radius: 3px;
}
.btn-xs {
    padding: 1px 5px;
}
.btn-block {
    display: block;
    width: 100%;
    padding-left: 0;
    padding-right: 0;
}
.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;
    transition: opacity 0.15s linear;
}
.fade.in {
    opacity: 1;
}
.collapse {
    display: none;
}
.collapse.in {
    display: block;
}
.collapsing {
    position: relative;
    height: 0;
    overflow: hidden;
    -webkit-transition: height 0.35s ease;
    transition: height 0.35s ease;
}
@font-face {
    font-family: 'Glyphicons Halflings';
    src: url('bootstrap/../fonts/glyphicons-halflings-regular.eot');
    src: url('bootstrap/../fonts/glyphicons-halflings-regular.eot?#iefix') format('embedded-opentype'), url('bootstrap/../fonts/glyphicons-halflings-regular.woff') format('woff'), url('bootstrap/../fonts/glyphicons-halflings-regular.ttf') format('truetype'), url('bootstrap/../fonts/glyphicons-halflings-regular.svg#glyphicons-halflingsregular') format('svg');
}
.glyphicon {
    position: relative;
    top: 1px;
    display: inline-block;
    font-family: 'Glyphicons Halflings';
    font-style: normal;
    font-weight: normal;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
}
.glyphicon-asterisk:before {
    content: "\2a";
}
.glyphicon-plus:before {
    content: "\2b";
}
.glyphicon-euro:before {
    content: "\20ac";
}
.glyphicon-minus:before {
    content: "\2212";
}
.glyphicon-cloud:before {
    content: "\2601";
}
.glyphicon-envelope:before {
    content: "\2709";
}
.glyphicon-pencil:before {
    content: "\270f";
}
.glyphicon-glass:before {
    content: "\e001";
}
.glyphicon-music:before {
    content: "\e002";
}
.glyphicon-search:before {
    content: "\e003";
}
.glyphicon-heart:before {
    content: "\e005";
}
.glyphicon-star:before {
    content: "\e006";
}
.glyphicon-star-empty:before {
    content: "\e007";
}
.glyphicon-user:before {
    content: "\e008";
}
.glyphicon-film:before {
    content: "\e009";
}
.glyphicon-th-large:before {
    content: "\e010";
}
.glyphicon-th:before {
    content: "\e011";
}
.glyphicon-th-list:before {
    content: "\e012";
}
.glyphicon-ok:before {
    content: "\e013";
}
.glyphicon-remove:before {
    content: "\e014";
}
.glyphicon-zoom-in:before {
    content: "\e015";
}
.glyphicon-zoom-out:before {
    content: "\e016";
}
.glyphicon-off:before {
    content: "\e017";
}
.glyphicon-signal:before {
    content: "\e018";
}
.glyphicon-cog:before {
    content: "\e019";
}
.glyphicon-trash:before {
    content: "\e020";
}
.glyphicon-home:before {
    content: "\e021";
}
.glyphicon-file:before {
    content: "\e022";
}
.glyphicon-time:before {
    content: "\e023";
}
.glyphicon-road:before {
    content: "\e024";
}
.glyphicon-download-alt:before {
    content: "\e025";
}
.glyphicon-download:before {
    content: "\e026";
}
.glyphicon-upload:before {
    content: "\e027";
}
.glyphicon-inbox:before {
    content: "\e028";
}
.glyphicon-play-circle:before {
    content: "\e029";
}
.glyphicon-repeat:before {
    content: "\e030";
}
.glyphicon-refresh:before {
    content: "\e031";
}
.glyphicon-list-alt:before {
    content: "\e032";
}
.glyphicon-flag:before {
    content: "\e034";
}
.glyphicon-headphones:before {
    content: "\e035";
}
.glyphicon-volume-off:before {
    content: "\e036";
}
.glyphicon-volume-down:before {
    content: "\e037";
}
.glyphicon-volume-up:before {
    content: "\e038";
}
.glyphicon-qrcode:before {
    content: "\e039";
}
.glyphicon-barcode:before {
    content: "\e040";
}
.glyphicon-tag:before {
    content: "\e041";
}
.glyphicon-tags:before {
    content: "\e042";
}
.glyphicon-book:before {
    content: "\e043";
}
.glyphicon-print:before {
    content: "\e045";
}
.glyphicon-font:before {
    content: "\e047";
}
.glyphicon-bold:before {
    content: "\e048";
}
.glyphicon-italic:before {
    content: "\e049";
}
.glyphicon-text-height:before {
    content: "\e050";
}
.glyphicon-text-width:before {
    content: "\e051";
}
.glyphicon-align-left:before {
    content: "\e052";
}
.glyphicon-align-center:before {
    content: "\e053";
}
.glyphicon-align-right:before {
    content: "\e054";
}
.glyphicon-align-justify:before {
    content: "\e055";
}
.glyphicon-list:before {
    content: "\e056";
}
.glyphicon-indent-left:before {
    content: "\e057";
}
.glyphicon-indent-right:before {
    content: "\e058";
}
.glyphicon-facetime-video:before {
    content: "\e059";
}
.glyphicon-picture:before {
    content: "\e060";
}
.glyphicon-map-marker:before {
    content: "\e062";
}
.glyphicon-adjust:before {
    content: "\e063";
}
.glyphicon-tint:before {
    content: "\e064";
}
.glyphicon-edit:before {
    content: "\e065";
}
.glyphicon-share:before {
    content: "\e066";
}
.glyphicon-check:before {
    content: "\e067";
}
.glyphicon-move:before {
    content: "\e068";
}
.glyphicon-step-backward:before {
    content: "\e069";
}
.glyphicon-fast-backward:before {
    content: "\e070";
}
.glyphicon-backward:before {
    content: "\e071";
}
.glyphicon-play:before {
    content: "\e072";
}
.glyphicon-pause:before {
    content: "\e073";
}
.glyphicon-stop:before {
    content: "\e074";
}
.glyphicon-forward:before {
    content: "\e075";
}
.glyphicon-fast-forward:before {
    content: "\e076";
}
.glyphicon-step-forward:before {
    content: "\e077";
}
.glyphicon-eject:before {
    content: "\e078";
}
.glyphicon-chevron-left:before {
    content: "\e079";
}
.glyphicon-chevron-right:before {
    content: "\e080";
}
.glyphicon-plus-sign:before {
    content: "\e081";
}
.glyphicon-minus-sign:before {
    content: "\e082";
}
.glyphicon-remove-sign:before {
    content: "\e083";
}
.glyphicon-ok-sign:before {
    content: "\e084";
}
.glyphicon-question-sign:before {
    content: "\e085";
}
.glyphicon-info-sign:before {
    content: "\e086";
}
.glyphicon-screenshot:before {
    content: "\e087";
}
.glyphicon-remove-circle:before {
    content: "\e088";
}
.glyphicon-ok-circle:before {
    content: "\e089";
}
.glyphicon-ban-circle:before {
    content: "\e090";
}
.glyphicon-arrow-left:before {
    content: "\e091";
}
.glyphicon-arrow-right:before {
    content: "\e092";
}
.glyphicon-arrow-up:before {
    content: "\e093";
}
.glyphicon-arrow-down:before {
    content: "\e094";
}
.glyphicon-share-alt:before {
    content: "\e095";
}
.glyphicon-resize-full:before {
    content: "\e096";
}
.glyphicon-resize-small:before {
    content: "\e097";
}
.glyphicon-exclamation-sign:before {
    content: "\e101";
}
.glyphicon-gift:before {
    content: "\e102";
}
.glyphicon-leaf:before {
    content: "\e103";
}
.glyphicon-eye-open:before {
    content: "\e105";
}
.glyphicon-eye-close:before {
    content: "\e106";
}
.glyphicon-warning-sign:before {
    content: "\e107";
}
.glyphicon-plane:before {
    content: "\e108";
}
.glyphicon-random:before {
    content: "\e110";
}
.glyphicon-comment:before {
    content: "\e111";
}
.glyphicon-magnet:before {
    content: "\e112";
}
.glyphicon-chevron-up:before {
    content: "\e113";
}
.glyphicon-chevron-down:before {
    content: "\e114";
}
.glyphicon-retweet:before {
    content: "\e115";
}
.glyphicon-shopping-cart:before {
    content: "\e116";
}
.glyphicon-folder-close:before {
    content: "\e117";
}
.glyphicon-folder-open:before {
    content: "\e118";
}
.glyphicon-resize-vertical:before {
    content: "\e119";
}
.glyphicon-resize-horizontal:before {
    content: "\e120";
}
.glyphicon-hdd:before {
    content: "\e121";
}
.glyphicon-bullhorn:before {
    content: "\e122";
}
.glyphicon-certificate:before {
    content: "\e124";
}
.glyphicon-thumbs-up:before {
    content: "\e125";
}
.glyphicon-thumbs-down:before {
    content: "\e126";
}
.glyphicon-hand-right:before {
    content: "\e127";
}
.glyphicon-hand-left:before {
    content: "\e128";
}
.glyphicon-hand-up:before {
    content: "\e129";
}
.glyphicon-hand-down:before {
    content: "\e130";
}
.glyphicon-circle-arrow-right:before {
    content: "\e131";
}
.glyphicon-circle-arrow-left:before {
    content: "\e132";
}
.glyphicon-circle-arrow-up:before {
    content: "\e133";
}
.glyphicon-circle-arrow-down:before {
    content: "\e134";
}
.glyphicon-globe:before {
    content: "\e135";
}
.glyphicon-tasks:before {
    content: "\e137";
}
.glyphicon-filter:before {
    content: "\e138";
}
.glyphicon-fullscreen:before {
    content: "\e140";
}
.glyphicon-dashboard:before {
    content: "\e141";
}
.glyphicon-heart-empty:before {
    content: "\e143";
}
.glyphicon-link:before {
    content: "\e144";
}
.glyphicon-phone:before {
    content: "\e145";
}
.glyphicon-usd:before {
    content: "\e148";
}
.glyphicon-gbp:before {
    content: "\e149";
}
.glyphicon-sort:before {
    content: "\e150";
}
.glyphicon-sort-by-alphabet:before {
    content: "\e151";
}
.glyphicon-sort-by-alphabet-alt:before {
    content: "\e152";
}
.glyphicon-sort-by-order:before {
    content: "\e153";
}
.glyphicon-sort-by-order-alt:before {
    content: "\e154";
}
.glyphicon-sort-by-attributes:before {
    content: "\e155";
}
.glyphicon-sort-by-attributes-alt:before {
    content: "\e156";
}
.glyphicon-unchecked:before {
    content: "\e157";
}
.glyphicon-expand:before {
    content: "\e158";
}
.glyphicon-collapse-down:before {
    content: "\e159";
}
.glyphicon-collapse-up:before {
    content: "\e160";
}
.glyphicon-log-in:before {
    content: "\e161";
}
.glyphicon-flash:before {
    content: "\e162";
}
.glyphicon-log-out:before {
    content: "\e163";
}
.glyphicon-new-window:before {
    content: "\e164";
}
.glyphicon-record:before {
    content: "\e165";
}
.glyphicon-save:before {
    content: "\e166";
}
.glyphicon-open:before {
    content: "\e167";
}
.glyphicon-saved:before {
    content: "\e168";
}
.glyphicon-import:before {
    content: "\e169";
}
.glyphicon-export:before {
    content: "\e170";
}
.glyphicon-send:before {
    content: "\e171";
}
.glyphicon-floppy-disk:before {
    content: "\e172";
}
.glyphicon-floppy-saved:before {
    content: "\e173";
}
.glyphicon-floppy-remove:before {
    content: "\e174";
}
.glyphicon-floppy-save:before {
    content: "\e175";
}
.glyphicon-floppy-open:before {
    content: "\e176";
}
.glyphicon-credit-card:before {
    content: "\e177";
}
.glyphicon-transfer:before {
    content: "\e178";
}
.glyphicon-cutlery:before {
    content: "\e179";
}
.glyphicon-header:before {
    content: "\e180";
}
.glyphicon-compressed:before {
    content: "\e181";
}
.glyphicon-earphone:before {
    content: "\e182";
}
.glyphicon-phone-alt:before {
    content: "\e183";
}
.glyphicon-tower:before {
    content: "\e184";
}
.glyphicon-stats:before {
    content: "\e185";
}
.glyphicon-sd-video:before {
    content: "\e186";
}
.glyphicon-hd-video:before {
    content: "\e187";
}
.glyphicon-subtitles:before {
    content: "\e188";
}
.glyphicon-sound-stereo:before {
    content: "\e189";
}
.glyphicon-sound-dolby:before {
    content: "\e190";
}
.glyphicon-sound-5-1:before {
    content: "\e191";
}
.glyphicon-sound-6-1:before {
    content: "\e192";
}
.glyphicon-sound-7-1:before {
    content: "\e193";
}
.glyphicon-copyright-mark:before {
    content: "\e194";
}
.glyphicon-registration-mark:before {
    content: "\e195";
}
.glyphicon-cloud-download:before {
    content: "\e197";
}
.glyphicon-cloud-upload:before {
    content: "\e198";
}
.glyphicon-tree-conifer:before {
    content: "\e199";
}
.glyphicon-tree-deciduous:before {
    content: "\e200";
}
.glyphicon-briefcase:before {
    content: "\1f4bc";
}
.glyphicon-calendar:before {
    content: "\1f4c5";
}
.glyphicon-pushpin:before {
    content: "\1f4cc";
}
.glyphicon-paperclip:before {
    content: "\1f4ce";
}
.glyphicon-camera:before {
    content: "\1f4f7";
}
.glyphicon-lock:before {
    content: "\1f512";
}
.glyphicon-bell:before {
    content: "\1f514";
}
.glyphicon-bookmark:before {
    content: "\1f516";
}
.glyphicon-fire:before {
    content: "\1f525";
}
.glyphicon-wrench:before {
    content: "\1f527";
}
.caret {
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: 2px;
    vertical-align: middle;
    border-top: 4px solid #000000;
    border-right: 4px solid transparent;
    border-left: 4px solid transparent;
    border-bottom: 0 dotted;
    content: "";
}
.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;
    background-color: #ffffff;
    border: 1px solid #cccccc;
    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.428571429;
    color: #333333;
    white-space: nowrap;
}
.dropdown-menu > li > a:hover,
.dropdown-menu > li > a:focus {
    text-decoration: none;
    color: #ffffff;
    background-color: #3498db;
}
.dropdown-menu > .active > a,
.dropdown-menu > .active > a:hover,
.dropdown-menu > .active > a:focus {
    color: #ffffff;
    text-decoration: none;
    outline: 0;
    background-color: #3498db;
}
.dropdown-menu > .disabled > a,
.dropdown-menu > .disabled > a:hover,
.dropdown-menu > .disabled > a:focus {
    color: #808080;
}
.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-header {
    display: block;
    padding: 3px 20px;
    font-size: 12px;
    line-height: 1.428571429;
    color: #808080;
}
.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 dotted;
    border-bottom: 4px solid #000000;
    content: "";
}
.dropup .dropdown-menu,
.navbar-fixed-bottom .dropdown .dropdown-menu {
    top: auto;
    bottom: 100%;
    margin-bottom: 1px;
}
@media (min-width: 48em) {
    .navbar-right .dropdown-menu {
        right: 0;
        left: auto;
    }
}
.btn-default .caret {
    border-top-color: #ffffff;
}
.btn-primary .caret,
.btn-success .caret,
.btn-warning .caret,
.btn-danger .caret,
.btn-info .caret {
    border-top-color: #fff;
}
.dropup .btn-default .caret {
    border-bottom-color: #ffffff;
}
.dropup .btn-primary .caret,
.dropup .btn-success .caret,
.dropup .btn-warning .caret,
.dropup .btn-danger .caret,
.dropup .btn-info .caret {
    border-bottom-color: #fff;
}
.btn-group,
.btn-group-vertical {
    position: relative;
    display: inline-block;
    vertical-align: middle;
}
.btn-group > .btn,
.btn-group-vertical > .btn {
    position: relative;
    float: left;
}
.btn-group > .btn:hover,
.btn-group-vertical > .btn:hover,
.btn-group > .btn:focus,
.btn-group-vertical > .btn:focus,
.btn-group > .btn:active,
.btn-group-vertical > .btn:active,
.btn-group > .btn.active,
.btn-group-vertical > .btn.active {
    z-index: 2;
}
.btn-group > .btn:focus,
.btn-group-vertical > .btn:focus {
    outline: none;
}
.btn-group .btn + .btn,
.btn-group .btn + .btn-group,
.btn-group .btn-group + .btn,
.btn-group .btn-group + .btn-group {
    margin-left: -1px;
}
.btn-toolbar:before,
.btn-toolbar:after {
    content: " ";
    /* 1 */

    display: table;
    /* 2 */

}
.btn-toolbar:after {
    clear: both;
}
.btn-toolbar:before,
.btn-toolbar:after {
    content: " ";
    /* 1 */

    display: table;
    /* 2 */

}
.btn-toolbar:after {
    clear: both;
}
.btn-toolbar .btn-group {
    float: left;
}
.btn-toolbar > .btn + .btn,
.btn-toolbar > .btn-group + .btn,
.btn-toolbar > .btn + .btn-group,
.btn-toolbar > .btn-group + .btn-group {
    margin-left: 5px;
}
.btn-group > .btn:not(:first-child):not(:last-child):not(.dropdown-toggle) {
    border-radius: 0;
}
.btn-group > .btn:first-child {
    margin-left: 0;
}
.btn-group > .btn:first-child:not(:last-child):not(.dropdown-toggle) {
    border-bottom-right-radius: 0;
    border-top-right-radius: 0;
}
.btn-group > .btn:last-child:not(:first-child),
.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 {
    border-radius: 0;
}
.btn-group > .btn-group:first-child > .btn:last-child,
.btn-group > .btn-group:first-child > .dropdown-toggle {
    border-bottom-right-radius: 0;
    border-top-right-radius: 0;
}
.btn-group > .btn-group:last-child > .btn:first-child {
    border-bottom-left-radius: 0;
    border-top-left-radius: 0;
}
.btn-group .dropdown-toggle:active,
.btn-group.open .dropdown-toggle {
    outline: 0;
}
.btn-group-xs > .btn {
    padding: 5px 10px;
    font-size: 12px;
    line-height: 1.5;
    border-radius: 3px;
    padding: 1px 5px;
}
.btn-group-sm > .btn {
    padding: 5px 10px;
    font-size: 12px;
    line-height: 1.5;
    border-radius: 3px;
}
.btn-group-lg > .btn {
    padding: 10px 16px;
    font-size: 18px;
    line-height: 1.33;
    border-radius: 6px;
}
.btn-group > .btn + .dropdown-toggle {
    padding-left: 8px;
    padding-right: 8px;
}
.btn-group > .btn-lg + .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 .caret {
    margin-left: 0;
}
.btn-lg .caret {
    border-width: 5px 5px 0;
    border-bottom-width: 0;
}
.dropup .btn-lg .caret {
    border-width: 0 5px 5px;
}
.btn-group-vertical > .btn,
.btn-group-vertical > .btn-group {
    display: block;
    float: none;
    width: 100%;
    max-width: 100%;
}
.btn-group-vertical > .btn-group:before,
.btn-group-vertical > .btn-group:after {
    content: " ";
    /* 1 */

    display: table;
    /* 2 */

}
.btn-group-vertical > .btn-group:after {
    clear: both;
}
.btn-group-vertical > .btn-group:before,
.btn-group-vertical > .btn-group:after {
    content: " ";
    /* 1 */

    display: table;
    /* 2 */

}
.btn-group-vertical > .btn-group:after {
    clear: both;
}
.btn-group-vertical > .btn-group > .btn {
    float: none;
}
.btn-group-vertical > .btn + .btn,
.btn-group-vertical > .btn + .btn-group,
.btn-group-vertical > .btn-group + .btn,
.btn-group-vertical > .btn-group + .btn-group {
    margin-top: -1px;
    margin-left: 0;
}
.btn-group-vertical > .btn:not(:first-child):not(:last-child) {
    border-radius: 0;
}
.btn-group-vertical > .btn:first-child:not(:last-child) {
    border-top-right-radius: 4px;
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
}
.btn-group-vertical > .btn:last-child:not(:first-child) {
    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 {
    border-radius: 0;
}
.btn-group-vertical > .btn-group:first-child > .btn:last-child,
.btn-group-vertical > .btn-group:first-child > .dropdown-toggle {
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
}
.btn-group-vertical > .btn-group:last-child > .btn:first-child {
    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 {
    float: none;
    display: table-cell;
    width: 1%;
}
[data-toggle="buttons"] > .btn > input[type="radio"],
[data-toggle="buttons"] > .btn > input[type="checkbox"] {
    display: none;
}
.input-group {
    position: relative;
    display: table;
    border-collapse: separate;
}
.input-group.col {
    float: none;
    padding-left: 0;
    padding-right: 0;
}
.input-group .form-control {
    width: 100%;
    margin-bottom: 0;
}
.input-group-lg > .form-control,
.input-group-lg > .input-group-addon,
.input-group-lg > .input-group-btn > .btn {
    height: 45px;
    padding: 10px 16px;
    font-size: 18px;
    line-height: 1.33;
    border-radius: 6px;
}
select.input-group-lg > .form-control,
select.input-group-lg > .input-group-addon,
select.input-group-lg > .input-group-btn > .btn {
    height: 45px;
    line-height: 45px;
}
textarea.input-group-lg > .form-control,
textarea.input-group-lg > .input-group-addon,
textarea.input-group-lg > .input-group-btn > .btn {
    height: auto;
}
.input-group-sm > .form-control,
.input-group-sm > .input-group-addon,
.input-group-sm > .input-group-btn > .btn {
    height: 30px;
    padding: 5px 10px;
    font-size: 12px;
    line-height: 1.5;
    border-radius: 3px;
}
select.input-group-sm > .form-control,
select.input-group-sm > .input-group-addon,
select.input-group-sm > .input-group-btn > .btn {
    height: 30px;
    line-height: 30px;
}
textarea.input-group-sm > .form-control,
textarea.input-group-sm > .input-group-addon,
textarea.input-group-sm > .input-group-btn > .btn {
    height: auto;
}
.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;
    text-align: center;
    background-color: #e6e6e6;
    border: 1px solid #cccccc;
    border-radius: 4px;
}
.input-group-addon.input-sm {
    padding: 5px 10px;
    font-size: 12px;
    border-radius: 3px;
}
.input-group-addon.input-lg {
    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,
.input-group-btn:first-child > .dropdown-toggle,
.input-group-btn:last-child > .btn:not(:last-child):not(.dropdown-toggle) {
    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,
.input-group-btn:last-child > .dropdown-toggle,
.input-group-btn:first-child > .btn:not(:first-child) {
    border-bottom-left-radius: 0;
    border-top-left-radius: 0;
}
.input-group-addon:last-child {
    border-left: 0;
}
.input-group-btn {
    position: relative;
    white-space: nowrap;
}
.input-group-btn > .btn {
    position: relative;
}
.input-group-btn > .btn + .btn {
    margin-left: -4px;
}
.input-group-btn > .btn:hover,
.input-group-btn > .btn:active {
    z-index: 2;
}
.nav {
    margin-bottom: 0;
    padding-left: 0;
    list-style: none;
}
.nav:before,
.nav:after {
    content: " ";
    /* 1 */

    display: table;
    /* 2 */

}
.nav:after {
    clear: both;
}
.nav:before,
.nav:after {
    content: " ";
    /* 1 */

    display: table;
    /* 2 */

}
.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: #e6e6e6;
}
.nav > li.disabled > a {
    color: #808080;
}
.nav > li.disabled > a:hover,
.nav > li.disabled > a:focus {
    color: #808080;
    text-decoration: none;
    background-color: transparent;
    cursor: not-allowed;
}
.nav .open > a,
.nav .open > a:hover,
.nav .open > a:focus {
    background-color: #e6e6e6;
    border-color: #3498db;
}
.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 #dddddd;
}
.nav-tabs > li {
    float: left;
    margin-bottom: -1px;
}
.nav-tabs > li > a {
    margin-right: 2px;
    line-height: 1.428571429;
    border: 1px solid transparent;
    border-radius: 4px 4px 0 0;
}
.nav-tabs > li > a:hover {
    border-color: #e6e6e6 #e6e6e6 #dddddd;
}
.nav-tabs > li.active > a,
.nav-tabs > li.active > a:hover,
.nav-tabs > li.active > a:focus {
    color: #555555;
    background-color: #ecf0f1;
    border: 1px solid #dddddd;
    border-bottom-color: transparent;
    cursor: default;
}
.nav-tabs.nav-justified {
    width: 100%;
    border-bottom: 0;
}
.nav-tabs.nav-justified > li {
    float: none;
}
.nav-tabs.nav-justified > li > a {
    text-align: center;
}
@media (min-width: 48em) {
    .nav-tabs.nav-justified > li {
        display: table-cell;
        width: 1%;
    }
}
.nav-tabs.nav-justified > li > a {
    border-bottom: 1px solid #dddddd;
    margin-right: 0;
}
.nav-tabs.nav-justified > .active > a {
    border-bottom-color: #ecf0f1;
}
.nav-pills > li {
    float: left;
}
.nav-pills > li > a {
    border-radius: 5px;
}
.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: #ffffff;
    background-color: #3498db;
}
.nav-stacked > li {
    float: none;
}
.nav-stacked > li + li {
    margin-top: 2px;
    margin-left: 0;
}
.nav-justified {
    width: 100%;
}
.nav-justified > li {
    float: none;
}
.nav-justified > li > a {
    text-align: center;
}
@media (min-width: 48em) {
    .nav-justified > li {
        display: table-cell;
        width: 1%;
    }
}
.nav-tabs-justified {
    border-bottom: 0;
}
.nav-tabs-justified > li > a {
    border-bottom: 1px solid #dddddd;
    margin-right: 0;
}
.nav-tabs-justified > .active > a {
    border-bottom-color: #ecf0f1;
}
.tabbable:before,
.tabbable:after {
    content: " ";
    /* 1 */

    display: table;
    /* 2 */

}
.tabbable:after {
    clear: both;
}
.tabbable:before,
.tabbable:after {
    content: " ";
    /* 1 */

    display: table;
    /* 2 */

}
.tabbable:after {
    clear: both;
}
.tab-content > .tab-pane,
.pill-content > .pill-pane {
    display: none;
}
.tab-content > .active,
.pill-content > .active {
    display: block;
}
.nav .caret {
    border-top-color: #3498db;
    border-bottom-color: #3498db;
}
.nav a:hover .caret {
    border-top-color: #1d6fa5;
    border-bottom-color: #1d6fa5;
}
.nav-tabs .dropdown-menu {
    margin-top: -1px;
    border-top-right-radius: 0;
    border-top-left-radius: 0;
}
.navbar {
    position: relative;
    z-index: 1000;
    min-height: 50px;
    margin-bottom: 20px;
    border: 1px solid transparent;
}
.navbar:before,
.navbar:after {
    content: " ";
    /* 1 */

    display: table;
    /* 2 */

}
.navbar:after {
    clear: both;
}
.navbar:before,
.navbar:after {
    content: " ";
    /* 1 */

    display: table;
    /* 2 */

}
.navbar:after {
    clear: both;
}
@media (min-width: 48em) {
    .navbar {
        border-radius: 4px;
    }
}
.navbar-header:before,
.navbar-header:after {
    content: " ";
    /* 1 */

    display: table;
    /* 2 */

}
.navbar-header:after {
    clear: both;
}
.navbar-header:before,
.navbar-header:after {
    content: " ";
    /* 1 */

    display: table;
    /* 2 */

}
.navbar-header:after {
    clear: both;
}
@media (min-width: 48em) {
    .navbar-header {
        float: left;
    }
}
.navbar-collapse {
    max-height: 340px;
    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: " ";
    /* 1 */

    display: table;
    /* 2 */

}
.navbar-collapse:after {
    clear: both;
}
.navbar-collapse:before,
.navbar-collapse:after {
    content: " ";
    /* 1 */

    display: table;
    /* 2 */

}
.navbar-collapse:after {
    clear: both;
}
.navbar-collapse.in {
    overflow-y: auto;
}
@media (min-width: 48em) {
    .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-collapse .navbar-nav.navbar-left:first-child {
        margin-left: -15px;
    }
    .navbar-collapse .navbar-nav.navbar-right:last-child {
        margin-right: -15px;
    }
    .navbar-collapse .navbar-text:last-child {
        margin-right: 0;
    }
}
.container > .navbar-header,
.container > .navbar-collapse {
    margin-right: -15px;
    margin-left: -15px;
}
@media (min-width: 48em) {
    .container > .navbar-header,
    .container > .navbar-collapse {
        margin-right: 0;
        margin-left: 0;
    }
}
.navbar-static-top {
    border-width: 0 0 1px;
}
@media (min-width: 48em) {
    .navbar-static-top {
        border-radius: 0;
    }
}
.navbar-fixed-top,
.navbar-fixed-bottom {
    position: fixed;
    right: 0;
    left: 0;
    border-width: 0 0 1px;
}
@media (min-width: 48em) {
    .navbar-fixed-top,
    .navbar-fixed-bottom {
        border-radius: 0;
    }
}
.navbar-fixed-top {
    z-index: 1030;
    top: 0;
}
.navbar-fixed-bottom {
    bottom: 0;
    margin-bottom: 0;
}
.navbar-brand {
    float: left;
    padding: 15px 15px;
    font-size: 18px;
    line-height: 20px;
}
.navbar-brand:hover,
.navbar-brand:focus {
    text-decoration: none;
}
@media (min-width: 48em) {
    .navbar > .container .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;
    border: 1px solid transparent;
    border-radius: 4px;
}
.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: 48em) {
    .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: 47em) {
    .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: 48em) {
    .navbar-nav {
        float: left;
        margin: 0;
    }
    .navbar-nav > li {
        float: left;
    }
    .navbar-nav > li > a {
        padding-top: 15px;
        padding-bottom: 15px;
    }
}
@media (min-width: 48em) {
    .navbar-left {
        float: left !important;
    }
    .navbar-right {
        float: right !important;
    }
}
.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: 48em) {
    .navbar-form .form-group {
        display: inline-block;
        margin-bottom: 0;
        vertical-align: middle;
    }
    .navbar-form .form-control {
        display: inline-block;
    }
    .navbar-form .radio,
    .navbar-form .checkbox {
        display: inline-block;
        margin-top: 0;
        margin-bottom: 0;
        padding-left: 0;
    }
    .navbar-form .radio input[type="radio"],
    .navbar-form .checkbox input[type="checkbox"] {
        float: none;
        margin-left: 0;
    }
}
@media (max-width: 47em) {
    .navbar-form .form-group {
        margin-bottom: 5px;
    }
}
@media (min-width: 48em) {
    .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 {
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
}
.navbar-nav.pull-right > li > .dropdown-menu,
.navbar-nav > li > .dropdown-menu.pull-right {
    left: auto;
    right: 0;
}
.navbar-btn {
    margin-top: 8px;
    margin-bottom: 8px;
}
.navbar-text {
    float: left;
    margin-top: 15px;
    margin-bottom: 15px;
}
@media (min-width: 48em) {
    .navbar-text {
        margin-left: 15px;
        margin-right: 15px;
    }
}
.navbar-default {
    background-color: #ffffff;
}
.navbar-default .navbar-brand {
    color: #808080;
}
.navbar-default .navbar-brand:hover,
.navbar-default .navbar-brand:focus {
    color: #666666;
    background-color: transparent;
}
.navbar-default .navbar-text {
    color: #777777;
}
.navbar-default .navbar-nav > li > a {
    color: #808080;
}
.navbar-default .navbar-nav > li > a:hover,
.navbar-default .navbar-nav > li > a:focus {
    color: #f39c12;
    background-color: transparent;
}
.navbar-default .navbar-nav > .active > a,
.navbar-default .navbar-nav > .active > a:hover,
.navbar-default .navbar-nav > .active > a:focus {
    color: #3498db;
    background-color: transparent;
}
.navbar-default .navbar-nav > .disabled > a,
.navbar-default .navbar-nav > .disabled > a:hover,
.navbar-default .navbar-nav > .disabled > a:focus {
    color: #cccccc;
    background-color: transparent;
}
.navbar-default .navbar-toggle {
    border-color: #dddddd;
}
.navbar-default .navbar-toggle:hover,
.navbar-default .navbar-toggle:focus {
    background-color: #dddddd;
}
.navbar-default .navbar-toggle .icon-bar {
    background-color: #cccccc;
}
.navbar-default .navbar-collapse,
.navbar-default .navbar-form {
    border-color: #ededed;
}
.navbar-default .navbar-nav > .dropdown > a:hover .caret,
.navbar-default .navbar-nav > .dropdown > a:focus .caret {
    border-top-color: #f39c12;
    border-bottom-color: #f39c12;
}
.navbar-default .navbar-nav > .open > a,
.navbar-default .navbar-nav > .open > a:hover,
.navbar-default .navbar-nav > .open > a:focus {
    background-color: transparent;
    color: #3498db;
}
.navbar-default .navbar-nav > .open > a .caret,
.navbar-default .navbar-nav > .open > a:hover .caret,
.navbar-default .navbar-nav > .open > a:focus .caret {
    border-top-color: #3498db;
    border-bottom-color: #3498db;
}
.navbar-default .navbar-nav > .dropdown > a .caret {
    border-top-color: #808080;
    border-bottom-color: #808080;
}
@media (max-width: 47em) {
    .navbar-default .navbar-nav .open .dropdown-menu > li > a {
        color: #808080;
    }
    .navbar-default .navbar-nav .open .dropdown-menu > li > a:hover,
    .navbar-default .navbar-nav .open .dropdown-menu > li > a:focus {
        color: #f39c12;
        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: #3498db;
        background-color: transparent;
    }
    .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: #cccccc;
        background-color: transparent;
    }
}
.navbar-default .navbar-link {
    color: #808080;
}
.navbar-default .navbar-link:hover {
    color: #f39c12;
}
.navbar-inverse {
    background-color: #3498db;
    border-color: #e6e6e6;
}
.navbar-inverse .navbar-brand {
    color: rgba(0, 0, 0, 0.4);
}
.navbar-inverse .navbar-brand:hover,
.navbar-inverse .navbar-brand:focus {
    color: #ffffff;
    background-color: transparent;
}
.navbar-inverse .navbar-text {
    color: #ecf0f1;
}
.navbar-inverse .navbar-nav > li > a {
    color: rgba(0, 0, 0, 0.4);
}
.navbar-inverse .navbar-nav > li > a:hover,
.navbar-inverse .navbar-nav > li > a:focus {
    color: #f39c12;
    background-color: transparent;
}
.navbar-inverse .navbar-nav > .active > a,
.navbar-inverse .navbar-nav > .active > a:hover,
.navbar-inverse .navbar-nav > .active > a:focus {
    color: #ffffff;
    background-color: transparent;
}
.navbar-inverse .navbar-nav > .disabled > a,
.navbar-inverse .navbar-nav > .disabled > a:hover,
.navbar-inverse .navbar-nav > .disabled > a:focus {
    color: #444444;
    background-color: transparent;
}
.navbar-inverse .navbar-toggle {
    border-color: #ffffff;
}
.navbar-inverse .navbar-toggle:hover,
.navbar-inverse .navbar-toggle:focus {
    background-color: #5faee3;
}
.navbar-inverse .navbar-toggle .icon-bar {
    background-color: #ffffff;
}
.navbar-inverse .navbar-collapse,
.navbar-inverse .navbar-form {
    border-color: #2386c8;
}
.navbar-inverse .navbar-nav > .open > a,
.navbar-inverse .navbar-nav > .open > a:hover,
.navbar-inverse .navbar-nav > .open > a:focus {
    background-color: transparent;
    color: #ffffff;
}
.navbar-inverse .navbar-nav > .dropdown > a:hover .caret {
    border-top-color: #f39c12;
    border-bottom-color: #f39c12;
}
.navbar-inverse .navbar-nav > .dropdown > a .caret {
    border-top-color: rgba(0, 0, 0, 0.4);
    border-bottom-color: rgba(0, 0, 0, 0.4);
}
.navbar-inverse .navbar-nav > .open > a .caret,
.navbar-inverse .navbar-nav > .open > a:hover .caret,
.navbar-inverse .navbar-nav > .open > a:focus .caret {
    border-top-color: #ffffff;
    border-bottom-color: #ffffff;
}
@media (max-width: 47em) {
    .navbar-inverse .navbar-nav .open .dropdown-menu > .dropdown-header {
        border-color: #e6e6e6;
    }
    .navbar-inverse .navbar-nav .open .dropdown-menu > li > a {
        color: rgba(0, 0, 0, 0.4);
    }
    .navbar-inverse .navbar-nav .open .dropdown-menu > li > a:hover,
    .navbar-inverse .navbar-nav .open .dropdown-menu > li > a:focus {
        color: #f39c12;
        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: #ffffff;
        background-color: transparent;
    }
    .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: #444444;
        background-color: transparent;
    }
}
.navbar-inverse .navbar-link {
    color: rgba(0, 0, 0, 0.4);
}
.navbar-inverse .navbar-link:hover {
    color: #f39c12;
}
.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: "/\00a0";
    padding: 0 5px;
    color: #cccccc;
}
.breadcrumb > .active {
    color: #808080;
}
.pager {
    padding-left: 0;
    margin: 20px 0;
    list-style: none;
    text-align: center;
}
.pager:before,
.pager:after {
    content: " ";
    /* 1 */

    display: table;
    /* 2 */

}
.pager:after {
    clear: both;
}
.pager:before,
.pager:after {
    content: " ";
    /* 1 */

    display: table;
    /* 2 */

}
.pager:after {
    clear: both;
}
.pager li {
    display: inline;
}
.pager li > a,
.pager li > span {
    display: inline-block;
    padding: 5px 14px;
    background-color: #ffffff;
    border: 1px solid #dddddd;
    border-radius: 15px;
}
.pager li > a:hover,
.pager li > a:focus {
    text-decoration: none;
    background-color: #e6e6e6;
}
.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: #808080;
    background-color: #ffffff;
    cursor: not-allowed;
}
.label {
    display: inline;
    padding: .2em .6em .3em;
    font-size: 75%;
    font-weight: bold;
    line-height: 1;
    color: #ffffff;
    text-align: center;
    white-space: nowrap;
    vertical-align: baseline;
    border-radius: .25em;
}
.label[href]:hover,
.label[href]:focus {
    color: #ffffff;
    text-decoration: none;
    cursor: pointer;
}
.label:empty {
    display: none;
}
.label-default {
    background-color: #808080;
}
.label-default[href]:hover,
.label-default[href]:focus {
    background-color: #666666;
}
.label-primary {
    background-color: #3498db;
}
.label-primary[href]:hover,
.label-primary[href]:focus {
    background-color: #217dbb;
}
.label-success {
    background-color: #87c854;
}
.label-success[href]:hover,
.label-success[href]:focus {
    background-color: #6db039;
}
.label-info {
    background-color: #f39c12;
}
.label-info[href]:hover,
.label-info[href]:focus {
    background-color: #c87f0a;
}
.label-warning {
    background-color: #df604e;
}
.label-warning[href]:hover,
.label-warning[href]:focus {
    background-color: #d43c26;
}
.label-danger {
    background-color: #e74c3c;
}
.label-danger[href]:hover,
.label-danger[href]:focus {
    background-color: #d62c1a;
}
.badge {
    display: inline-block;
    min-width: 10px;
    padding: 3px 7px;
    font-size: 12px;
    font-weight: bold;
    color: #ffffff;
    line-height: 1;
    vertical-align: baseline;
    white-space: nowrap;
    text-align: center;
    background-color: #808080;
    border-radius: 10px;
}
.badge:empty {
    display: none;
}
a.badge:hover,
a.badge:focus {
    color: #ffffff;
    text-decoration: none;
    cursor: pointer;
}
.btn .badge {
    position: relative;
    top: -1px;
}
a.list-group-item.active > .badge,
.nav-pills > .active > a > .badge {
    color: #3498db;
    background-color: #ffffff;
}
.nav-pills > li > a > .badge {
    margin-left: 3px;
}
.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 {
    padding-right: 35px;
}
.alert-dismissable .close {
    position: relative;
    top: -2px;
    right: -21px;
    color: inherit;
}
.alert-success {
    background-color: #dff0d8;
    border-color: #d6e9c6;
    color: #468847;
}
.alert-success hr {
    border-top-color: #c9e2b3;
}
.alert-success .alert-link {
    color: #356635;
}
.alert-info {
    background-color: #d9edf7;
    border-color: #bce8f1;
    color: #3a87ad;
}
.alert-info hr {
    border-top-color: #a6e1ec;
}
.alert-info .alert-link {
    color: #2d6987;
}
.alert-warning {
    background-color: #fcf8e3;
    border-color: #fbeed5;
    color: #c09853;
}
.alert-warning hr {
    border-top-color: #f8e5be;
}
.alert-warning .alert-link {
    color: #a47e3c;
}
.alert-danger {
    background-color: #f2dede;
    border-color: #eed3d7;
    color: #ea6449;
}
.alert-danger hr {
    border-top-color: #e6c1c7;
}
.alert-danger .alert-link {
    color: #e53d1b;
}
.list-group {
    margin-bottom: 20px;
    padding-left: 0;
}
.list-group-item {
    position: relative;
    display: block;
    padding: 10px 15px;
    margin-bottom: -1px;
    background-color: #ffffff;
    border: 1px solid #dddddd;
}
.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;
}
.list-group-item > .badge {
    float: right;
}
.list-group-item > .badge + .badge {
    margin-right: 5px;
}
a.list-group-item {
    color: #555555;
}
a.list-group-item .list-group-item-heading {
    color: #333333;
}
a.list-group-item:hover,
a.list-group-item:focus {
    text-decoration: none;
    background-color: #f5f5f5;
}
.list-group-item.active,
.list-group-item.active:hover,
.list-group-item.active:focus {
    z-index: 2;
    color: #ffffff;
    background-color: #3498db;
    border-color: #3498db;
}
.list-group-item.active .list-group-item-heading,
.list-group-item.active:hover .list-group-item-heading,
.list-group-item.active:focus .list-group-item-heading {
    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: #e1f0fa;
}
.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: #ffffff;
    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: " ";
    /* 1 */

    display: table;
    /* 2 */

}
.panel-body:after {
    clear: both;
}
.panel-body:before,
.panel-body:after {
    content: " ";
    /* 1 */

    display: table;
    /* 2 */

}
.panel-body:after {
    clear: both;
}
.panel > .list-group {
    margin-bottom: 0;
}
.panel > .list-group .list-group-item {
    border-width: 1px 0;
}
.panel > .list-group .list-group-item:first-child {
    border-top-right-radius: 0;
    border-top-left-radius: 0;
}
.panel > .list-group .list-group-item:last-child {
    border-bottom: 0;
}
.panel-heading + .list-group .list-group-item:first-child {
    border-top-width: 0;
}
.panel > .table {
    margin-bottom: 0;
}
.panel > .panel-body + .table {
    border-top: 1px solid #dddddd;
}
.panel-heading {
    padding: 10px 15px;
    border-bottom: 1px solid transparent;
    border-top-right-radius: 3px;
    border-top-left-radius: 3px;
}
.panel-title {
    margin-top: 0;
    margin-bottom: 0;
    font-size: 16px;
}
.panel-title > a {
    color: inherit;
}
.panel-footer {
    padding: 10px 15px;
    background-color: #f5f5f5;
    border-top: 1px solid #dddddd;
    border-bottom-right-radius: 3px;
    border-bottom-left-radius: 3px;
}
.panel-group .panel {
    margin-bottom: 0;
    border-radius: 4px;
    overflow: hidden;
}
.panel-group .panel + .panel {
    margin-top: 5px;
}
.panel-group .panel-heading {
    border-bottom: 0;
}
.panel-group .panel-heading + .panel-collapse .panel-body {
    border-top: 1px solid #dddddd;
}
.panel-group .panel-footer {
    border-top: 0;
}
.panel-group .panel-footer + .panel-collapse .panel-body {
    border-bottom: 1px solid #dddddd;
}
.panel-default {
    border-color: #dddddd;
}
.panel-default > .panel-heading {
    color: #333333;
    background-color: #f5f5f5;
    border-color: #dddddd;
}
.panel-default > .panel-heading + .panel-collapse .panel-body {
    border-top-color: #dddddd;
}
.panel-default > .panel-footer + .panel-collapse .panel-body {
    border-bottom-color: #dddddd;
}
.panel-primary {
    border-color: #3498db;
}
.panel-primary > .panel-heading {
    color: #ffffff;
    background-color: #3498db;
    border-color: #3498db;
}
.panel-primary > .panel-heading + .panel-collapse .panel-body {
    border-top-color: #3498db;
}
.panel-primary > .panel-footer + .panel-collapse .panel-body {
    border-bottom-color: #3498db;
}
.panel-success {
    border-color: #d6e9c6;
}
.panel-success > .panel-heading {
    color: #468847;
    background-color: #dff0d8;
    border-color: #d6e9c6;
}
.panel-success > .panel-heading + .panel-collapse .panel-body {
    border-top-color: #d6e9c6;
}
.panel-success > .panel-footer + .panel-collapse .panel-body {
    border-bottom-color: #d6e9c6;
}
.panel-warning {
    border-color: #fbeed5;
}
.panel-warning > .panel-heading {
    color: #c09853;
    background-color: #fcf8e3;
    border-color: #fbeed5;
}
.panel-warning > .panel-heading + .panel-collapse .panel-body {
    border-top-color: #fbeed5;
}
.panel-warning > .panel-footer + .panel-collapse .panel-body {
    border-bottom-color: #fbeed5;
}
.panel-danger {
    border-color: #eed3d7;
}
.panel-danger > .panel-heading {
    color: #ea6449;
    background-color: #f2dede;
    border-color: #eed3d7;
}
.panel-danger > .panel-heading + .panel-collapse .panel-body {
    border-top-color: #eed3d7;
}
.panel-danger > .panel-footer + .panel-collapse .panel-body {
    border-bottom-color: #eed3d7;
}
.panel-info {
    border-color: #bce8f1;
}
.panel-info > .panel-heading {
    color: #3a87ad;
    background-color: #d9edf7;
    border-color: #bce8f1;
}
.panel-info > .panel-heading + .panel-collapse .panel-body {
    border-top-color: #bce8f1;
}
.panel-info > .panel-footer + .panel-collapse .panel-body {
    border-bottom-color: #bce8f1;
}
.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;
}
.close {
    float: right;
    font-size: 21px;
    font-weight: bold;
    line-height: 1;
    color: #000000;
    text-shadow: 0 1px 0 #ffffff;
    opacity: 0.2;
    filter: alpha(opacity=20);
}
.close:hover,
.close:focus {
    color: #000000;
    text-decoration: none;
    cursor: pointer;
    opacity: 0.5;
    filter: alpha(opacity=50);
}
button.close {
    padding: 0;
    cursor: pointer;
    background: transparent;
    border: 0;
    -webkit-appearance: none;
}
.modal-open {
    overflow: hidden;
}
body.modal-open,
.modal-open .navbar-fixed-top,
.modal-open .navbar-fixed-bottom {
    margin-right: 15px;
}
.modal {
    display: none;
    overflow: auto;
    overflow-y: scroll;
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1040;
}
.modal.fade .modal-dialog {
    -webkit-transform: translate(0, -25%);
    -ms-transform: translate(0, -25%);
    transform: translate(0, -25%);
    -webkit-transition: -webkit-transform 0.3s ease-out;
    -moz-transition: -moz-transform 0.3s ease-out;
    -o-transition: -o-transform 0.3s ease-out;
    transition: transform 0.3s ease-out;
}
.modal.in .modal-dialog {
    -webkit-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    transform: translate(0, 0);
}
.modal-dialog {
    margin-left: auto;
    margin-right: auto;
    width: auto;
    padding: 10px;
    z-index: 1050;
}
.modal-content {
    position: relative;
    background-color: #ffffff;
    border: 1px solid #999999;
    border: 1px solid rgba(0, 0, 0, 0.2);
    border-radius: 6px;
    -webkit-box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
    box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
    background-clip: padding-box;
    outline: none;
}
.modal-backdrop {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1030;
    background-color: #000000;
}
.modal-backdrop.fade {
    opacity: 0;
    filter: alpha(opacity=0);
}
.modal-backdrop.in {
    opacity: 0.5;
    filter: alpha(opacity=50);
}
.modal-header {
    padding: 15px;
    border-bottom: 1px solid #e5e5e5;
    min-height: 16.428571429px;
}
.modal-header .close {
    margin-top: -2px;
}
.modal-title {
    margin: 0;
    line-height: 1.428571429;
}
.modal-body {
    position: relative;
    padding: 20px;
}
.modal-footer {
    margin-top: 15px;
    padding: 19px 20px 20px;
    text-align: right;
    border-top: 1px solid #e5e5e5;
}
.modal-footer:before,
.modal-footer:after {
    content: " ";
    /* 1 */

    display: table;
    /* 2 */

}
.modal-footer:after {
    clear: both;
}
.modal-footer:before,
.modal-footer:after {
    content: " ";
    /* 1 */

    display: table;
    /* 2 */

}
.modal-footer:after {
    clear: both;
}
.modal-footer .btn + .btn {
    margin-left: 5px;
    margin-bottom: 0;
}
.modal-footer .btn-group .btn + .btn {
    margin-left: -1px;
}
.modal-footer .btn-block + .btn-block {
    margin-left: 0;
}
@media screen and (min-width: 48em) {
    .modal-dialog {
        left: 50%;
        right: auto;
        width: 600px;
        padding-top: 30px;
        padding-bottom: 30px;
    }
    .modal-content {
        -webkit-box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
        box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
    }
}
.tooltip {
    position: absolute;
    z-index: 1030;
    display: block;
    visibility: visible;
    font-size: 12px;
    line-height: 1.4;
    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;
    word-wrap: break-word;
    padding: 3px 8px;
    color: #ffffff;
    text-align: center;
    text-decoration: none;
    background-color: #000000;
    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: #000000;
}
.tooltip.top-left .tooltip-arrow {
    bottom: 0;
    left: 5px;
    border-width: 5px 5px 0;
    border-top-color: #000000;
}
.tooltip.top-right .tooltip-arrow {
    bottom: 0;
    right: 5px;
    border-width: 5px 5px 0;
    border-top-color: #000000;
}
.tooltip.right .tooltip-arrow {
    top: 50%;
    left: 0;
    margin-top: -5px;
    border-width: 5px 5px 5px 0;
    border-right-color: #000000;
}
.tooltip.left .tooltip-arrow {
    top: 50%;
    right: 0;
    margin-top: -5px;
    border-width: 5px 0 5px 5px;
    border-left-color: #000000;
}
.tooltip.bottom .tooltip-arrow {
    top: 0;
    left: 50%;
    margin-left: -5px;
    border-width: 0 5px 5px;
    border-bottom-color: #000000;
}
.tooltip.bottom-left .tooltip-arrow {
    top: 0;
    left: 5px;
    border-width: 0 5px 5px;
    border-bottom-color: #000000;
}
.tooltip.bottom-right .tooltip-arrow {
    top: 0;
    right: 5px;
    border-width: 0 5px 5px;
    border-bottom-color: #000000;
}
.popover {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1010;
    display: none;
    max-width: 276px;
    padding: 1px;
    text-align: left;
    background-color: #ffffff;
    background-clip: padding-box;
    border: 1px solid #cccccc;
    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);
    white-space: normal;
}
.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;
    font-weight: normal;
    line-height: 18px;
    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: #ffffff;
}
.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: #ffffff;
}
.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: #ffffff;
}
.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: #ffffff;
    bottom: -10px;
}
.clearfix:before,
.clearfix:after {
    content: " ";
    /* 1 */

    display: table;
    /* 2 */

}
.clearfix:after {
    clear: both;
}
.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;
}
.affix {
    position: fixed;
}
@-ms-viewport {
    width: device-width;
}
@media screen and (max-width: 400px) {
    @-ms-viewport {
        width: 320px;
    }
}
.hidden {
    display: none !important;
    visibility: hidden !important;
}
.visible-xs {
    display: none !important;
}
tr.visible-xs {
    display: none !important;
}
th.visible-xs,
td.visible-xs {
    display: none !important;
}
@media (max-width: 47em) {
    .visible-xs {
        display: block !important;
    }
    tr.visible-xs {
        display: table-row !important;
    }
    th.visible-xs,
    td.visible-xs {
        display: table-cell !important;
    }
}
@media (min-width: 48em) and (max-width: 63em) {
    .visible-xs.visible-sm {
        display: block !important;
    }
    tr.visible-xs.visible-sm {
        display: table-row !important;
    }
    th.visible-xs.visible-sm,
    td.visible-xs.visible-sm {
        display: table-cell !important;
    }
}
@media (min-width: 64em) and (max-width: 79em) {
    .visible-xs.visible-md {
        display: block !important;
    }
    tr.visible-xs.visible-md {
        display: table-row !important;
    }
    th.visible-xs.visible-md,
    td.visible-xs.visible-md {
        display: table-cell !important;
    }
}
@media (min-width: 80em) {
    .visible-xs.visible-lg {
        display: block !important;
    }
    tr.visible-xs.visible-lg {
        display: table-row !important;
    }
    th.visible-xs.visible-lg,
    td.visible-xs.visible-lg {
        display: table-cell !important;
    }
}
.visible-sm {
    display: none !important;
}
tr.visible-sm {
    display: none !important;
}
th.visible-sm,
td.visible-sm {
    display: none !important;
}
@media (max-width: 47em) {
    .visible-sm.visible-xs {
        display: block !important;
    }
    tr.visible-sm.visible-xs {
        display: table-row !important;
    }
    th.visible-sm.visible-xs,
    td.visible-sm.visible-xs {
        display: table-cell !important;
    }
}
@media (min-width: 48em) and (max-width: 63em) {
    .visible-sm {
        display: block !important;
    }
    tr.visible-sm {
        display: table-row !important;
    }
    th.visible-sm,
    td.visible-sm {
        display: table-cell !important;
    }
}
@media (min-width: 64em) and (max-width: 79em) {
    .visible-sm.visible-md {
        display: block !important;
    }
    tr.visible-sm.visible-md {
        display: table-row !important;
    }
    th.visible-sm.visible-md,
    td.visible-sm.visible-md {
        display: table-cell !important;
    }
}
@media (min-width: 80em) {
    .visible-sm.visible-lg {
        display: block !important;
    }
    tr.visible-sm.visible-lg {
        display: table-row !important;
    }
    th.visible-sm.visible-lg,
    td.visible-sm.visible-lg {
        display: table-cell !important;
    }
}
.visible-md {
    display: none !important;
}
tr.visible-md {
    display: none !important;
}
th.visible-md,
td.visible-md {
    display: none !important;
}
@media (max-width: 47em) {
    .visible-md.visible-xs {
        display: block !important;
    }
    tr.visible-md.visible-xs {
        display: table-row !important;
    }
    th.visible-md.visible-xs,
    td.visible-md.visible-xs {
        display: table-cell !important;
    }
}
@media (min-width: 48em) and (max-width: 63em) {
    .visible-md.visible-sm {
        display: block !important;
    }
    tr.visible-md.visible-sm {
        display: table-row !important;
    }
    th.visible-md.visible-sm,
    td.visible-md.visible-sm {
        display: table-cell !important;
    }
}
@media (min-width: 64em) and (max-width: 79em) {
    .visible-md {
        display: block !important;
    }
    tr.visible-md {
        display: table-row !important;
    }
    th.visible-md,
    td.visible-md {
        display: table-cell !important;
    }
}
@media (min-width: 80em) {
    .visible-md.visible-lg {
        display: block !important;
    }
    tr.visible-md.visible-lg {
        display: table-row !important;
    }
    th.visible-md.visible-lg,
    td.visible-md.visible-lg {
        display: table-cell !important;
    }
}
.visible-lg {
    display: none !important;
}
tr.visible-lg {
    display: none !important;
}
th.visible-lg,
td.visible-lg {
    display: none !important;
}
@media (max-width: 47em) {
    .visible-lg.visible-xs {
        display: block !important;
    }
    tr.visible-lg.visible-xs {
        display: table-row !important;
    }
    th.visible-lg.visible-xs,
    td.visible-lg.visible-xs {
        display: table-cell !important;
    }
}
@media (min-width: 48em) and (max-width: 63em) {
    .visible-lg.visible-sm {
        display: block !important;
    }
    tr.visible-lg.visible-sm {
        display: table-row !important;
    }
    th.visible-lg.visible-sm,
    td.visible-lg.visible-sm {
        display: table-cell !important;
    }
}
@media (min-width: 64em) and (max-width: 79em) {
    .visible-lg.visible-md {
        display: block !important;
    }
    tr.visible-lg.visible-md {
        display: table-row !important;
    }
    th.visible-lg.visible-md,
    td.visible-lg.visible-md {
        display: table-cell !important;
    }
}
@media (min-width: 80em) {
    .visible-lg {
        display: block !important;
    }
    tr.visible-lg {
        display: table-row !important;
    }
    th.visible-lg,
    td.visible-lg {
        display: table-cell !important;
    }
}
.hidden-xs {
    display: block !important;
}
tr.hidden-xs {
    display: table-row !important;
}
th.hidden-xs,
td.hidden-xs {
    display: table-cell !important;
}
@media (max-width: 47em) {
    .hidden-xs {
        display: none !important;
    }
    tr.hidden-xs {
        display: none !important;
    }
    th.hidden-xs,
    td.hidden-xs {
        display: none !important;
    }
}
@media (min-width: 48em) and (max-width: 63em) {
    .hidden-xs.hidden-sm {
        display: none !important;
    }
    tr.hidden-xs.hidden-sm {
        display: none !important;
    }
    th.hidden-xs.hidden-sm,
    td.hidden-xs.hidden-sm {
        display: none !important;
    }
}
@media (min-width: 64em) and (max-width: 79em) {
    .hidden-xs.hidden-md {
        display: none !important;
    }
    tr.hidden-xs.hidden-md {
        display: none !important;
    }
    th.hidden-xs.hidden-md,
    td.hidden-xs.hidden-md {
        display: none !important;
    }
}
@media (min-width: 80em) {
    .hidden-xs.hidden-lg {
        display: none !important;
    }
    tr.hidden-xs.hidden-lg {
        display: none !important;
    }
    th.hidden-xs.hidden-lg,
    td.hidden-xs.hidden-lg {
        display: none !important;
    }
}
.hidden-sm {
    display: block !important;
}
tr.hidden-sm {
    display: table-row !important;
}
th.hidden-sm,
td.hidden-sm {
    display: table-cell !important;
}
@media (max-width: 47em) {
    .hidden-sm.hidden-xs {
        display: none !important;
    }
    tr.hidden-sm.hidden-xs {
        display: none !important;
    }
    th.hidden-sm.hidden-xs,
    td.hidden-sm.hidden-xs {
        display: none !important;
    }
}
@media (min-width: 48em) and (max-width: 63em) {
    .hidden-sm {
        display: none !important;
    }
    tr.hidden-sm {
        display: none !important;
    }
    th.hidden-sm,
    td.hidden-sm {
        display: none !important;
    }
}
@media (min-width: 64em) and (max-width: 79em) {
    .hidden-sm.hidden-md {
        display: none !important;
    }
    tr.hidden-sm.hidden-md {
        display: none !important;
    }
    th.hidden-sm.hidden-md,
    td.hidden-sm.hidden-md {
        display: none !important;
    }
}
@media (min-width: 80em) {
    .hidden-sm.hidden-lg {
        display: none !important;
    }
    tr.hidden-sm.hidden-lg {
        display: none !important;
    }
    th.hidden-sm.hidden-lg,
    td.hidden-sm.hidden-lg {
        display: none !important;
    }
}
.hidden-md {
    display: block !important;
}
tr.hidden-md {
    display: table-row !important;
}
th.hidden-md,
td.hidden-md {
    display: table-cell !important;
}
@media (max-width: 47em) {
    .hidden-md.hidden-xs {
        display: none !important;
    }
    tr.hidden-md.hidden-xs {
        display: none !important;
    }
    th.hidden-md.hidden-xs,
    td.hidden-md.hidden-xs {
        display: none !important;
    }
}
@media (min-width: 48em) and (max-width: 63em) {
    .hidden-md.hidden-sm {
        display: none !important;
    }
    tr.hidden-md.hidden-sm {
        display: none !important;
    }
    th.hidden-md.hidden-sm,
    td.hidden-md.hidden-sm {
        display: none !important;
    }
}
@media (min-width: 64em) and (max-width: 79em) {
    .hidden-md {
        display: none !important;
    }
    tr.hidden-md {
        display: none !important;
    }
    th.hidden-md,
    td.hidden-md {
        display: none !important;
    }
}
@media (min-width: 80em) {
    .hidden-md.hidden-lg {
        display: none !important;
    }
    tr.hidden-md.hidden-lg {
        display: none !important;
    }
    th.hidden-md.hidden-lg,
    td.hidden-md.hidden-lg {
        display: none !important;
    }
}
.hidden-lg {
    display: block !important;
}
tr.hidden-lg {
    display: table-row !important;
}
th.hidden-lg,
td.hidden-lg {
    display: table-cell !important;
}
@media (max-width: 47em) {
    .hidden-lg.hidden-xs {
        display: none !important;
    }
    tr.hidden-lg.hidden-xs {
        display: none !important;
    }
    th.hidden-lg.hidden-xs,
    td.hidden-lg.hidden-xs {
        display: none !important;
    }
}
@media (min-width: 48em) and (max-width: 63em) {
    .hidden-lg.hidden-sm {
        display: none !important;
    }
    tr.hidden-lg.hidden-sm {
        display: none !important;
    }
    th.hidden-lg.hidden-sm,
    td.hidden-lg.hidden-sm {
        display: none !important;
    }
}
@media (min-width: 64em) and (max-width: 79em) {
    .hidden-lg.hidden-md {
        display: none !important;
    }
    tr.hidden-lg.hidden-md {
        display: none !important;
    }
    th.hidden-lg.hidden-md,
    td.hidden-lg.hidden-md {
        display: none !important;
    }
}
@media (min-width: 80em) {
    .hidden-lg {
        display: none !important;
    }
    tr.hidden-lg {
        display: none !important;
    }
    th.hidden-lg,
    td.hidden-lg {
        display: none !important;
    }
}
.visible-print {
    display: none !important;
}
tr.visible-print {
    display: none !important;
}
th.visible-print,
td.visible-print {
    display: none !important;
}
@media print {
    .visible-print {
        display: block !important;
    }
    tr.visible-print {
        display: table-row !important;
    }
    th.visible-print,
    td.visible-print {
        display: table-cell !important;
    }
    .hidden-print {
        display: none !important;
    }
    tr.hidden-print {
        display: none !important;
    }
    th.hidden-print,
    td.hidden-print {
        display: none !important;
    }
}
/* SCROLL BAR */
::-webkit-scrollbar {
    width: 6px;
    height: 8px;
    background: #f2f2f2;
}
::-webkit-scrollbar-track {
    border-radius: 5px;
}
::-webkit-scrollbar-thumb {
    border-radius: 5px;
    background: #808080;
}
::-webkit-scrollbar-thumb:window-inactive {
    background: #f2f2f2;
}
/* SCROLL BAR END */
h1,
h2,
h3,
h4,
h5,
h6 {
    font-weight: normal;
    margin: 0;
}
a {
    outline: none;
    cursor: pointer;
}
a:hover,
a:active,
a:focus {
    text-decoration: none;
    outline: none;
}
ul,
ol,
li {
    margin: 0;
    padding: 0;
    list-style: none;
}
.btn:active {
    box-shadow: none;
}
.btn:focus,
.btn:active,
.btn:hover {
    outline: none;
}
input[type=radio],
input[type=checkbox] {
    position: absolute;
    left: -10000px;
}
input[type=radio] + label,
input[type=checkbox] + label {
    position: relative;
    padding-left: 30px;
    font-size: 12px;
    font-weight: normal;
    cursor: pointer;
}
input[type=radio] + label:before,
input[type=checkbox] + label:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 18px;
    height: 18px;
    background: #FFF;
    border: 1px solid rgba(0, 0, 0, 0.15);
    border-radius: 18px;
    transition: 0.25s;
}
input[type=radio]:checked + label,
input[type=checkbox]:checked + label {
    font-weight: bold;
}
input[type=radio]:checked + label:before,
input[type=checkbox]:checked + label:before {
    border-color: #3b94c7;
    background: #3b94c7;
}
input[type=radio]:checked + label:after,
input[type=checkbox]:checked + label:after {
    content: "";
    position: absolute;
    top: 5px;
    left: 5px;
    width: 8px;
    height: 8px;
    background: #fff;
    border-radius: 9px;
    line-height: 14px;
}
input[type=radio]:disabled + label,
input[type=checkbox]:disabled + label {
    cursor: default;
    color: rgba(0, 0, 0, 0.25);
}
input[type=radio]:disabled + label:before,
input[type=checkbox]:disabled + label:before {
    background: #555555;
    border-color: rgba(0, 0, 0, 0.15);
}
input[type=checkbox]:checked + label:before {
    content: none;
}
input[type=checkbox]:checked + label:after {
    top: 2px;
    left: 1px;
    background: transparent;
    border: 1px solid transparent;
    font-family: fontello;
    text-align: center;
    color: #428bca;
    content: "\e91e";
    font-size: 18px;
    margin-top: 2px;
}
input[type=checkbox]:checked + label + .all {
    color: #383838;
}
input[type=checkbox] + label {
    margin-right: -4px;
    height: 20px;
}
input[type=checkbox] + label:before {
    border-top-left-radius: 4px;
    border-top-right-radius: 4px;
    border-bottom-left-radius: 4px;
    border-bottom-right-radius: 4px;
    border-color: #999999;
    left: 2px;
    top: 6px;
    width: 15px;
    height: 15px;
    top: 3px;
    transition: 0.25s;
}
input[type=text],
input[type=password],
input[type=number] {
    padding-left: 5px;
    padding-right: 5px;
}
input[type=number] {
    width: 5em;
}
input.form-control[class] {
    max-width: 480px;
}
textarea.form-control[class] {
    max-width: 480px;
    min-height: 100px;
    padding: 5px 5px;
}
textarea {
    resize: none;
}
html,
body {
    min-width: 300px;
    height: 100%;
    background: #e9ecf1;
}
body {
    position: relative;
    font: 14px 'Source Sans Pro';
    min-height: 100%;
    width: 100%;
    height: auto;
}
body.modal-open {
    margin: 0px;
}
body.modal-open .navbar-fixed-top {
    margin: 0px;
}
body .tooltip {
    z-index: 20000000;
}
body .tooltip .tooltip-inner {
    max-width: 300px;
}
footer {
    position: absolute;
    width: 100%;
    height: 40px;
    background: #555555;
    text-align: center;
    color: #999999;
    z-index: 100000;
    bottom: 0;
    font: 12px/40px 'Source Sans Pro';
}
footer a {
    color: #3b94c7;
}
.default-showcase-img {
    background: url(/assets/default-showcase-img-198x112-6eb46c5a8ec43fcbf699628815c938d2.png) no-repeat top center;
    background-size: 100%, 100%;
}
div#wrap {
    width: 100%;
    min-height: 100%;
    padding: 60px 0 40px 0;
    overflow: hidden;
    box-sizing: border-box;
}
div#wrap article {
    overflow: hidden;
    width: 90%;
    margin: 0 auto;
}
div#wrap article .delete-template-column-btn {
    float: right;
    padding: 4px;
    opacity: 0;
    transition: opacity 0.5s ease;
    -webkit-backface-visibility: hidden;
    z-index: 100;
}
div#wrap article a.pop-config i.icon:after {
    content: " Config";
    font-style: normal;
}
div#wrap article span.title {
    display: inline-block;
}
div#wrap article span.title:before {
    content: attr(data-title);
}
div#wrap article .column {
    display: table;
    width: 100%;
    height: 100%;
    table-layout: fixed;
}
div#wrap article .column .section-block {
    width: 100%;
    height: 100%;
    display: table-row;
}
div#wrap article .column .section-block .section-column {
    display: table-cell;
    padding: 10px 15px;
    height: 100%;
    min-height: 350px;
    border-radius: 4px;
    transition: all 0.3s ease;
    border: 2px dashed rgba(0, 0, 0, 0.15);
    background: #ffffff;
}
div#wrap article .column .section-block .section-column .components {
    height: 100%;
    min-height: 350px;
}
div#wrap article .column .section-block .section-column.active {
    border-color: #3b94c7;
}
div#wrap article .column .section-block .section-column .attach-link {
    display: inline-block;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
div#wrap article .column.single .section-block .section-column {
    width: 100%;
}
div#wrap article .column.single .section-block .section-column .component.resource-gallery .reference-container {
    width: 280px;
    height: 215px;
}
div#wrap article .column.single .section-block .section-column .component.resource-gallery .reference-container .image img.default-showcase-img {
    background-size: 307px 171px;
    height: 171px;
}
div#wrap article .column.single .section-block .section-column .attach-link {
    max-width: 645px;
}
div#wrap article .column.two-equals .section-block .section-column {
    width: 50%;
}
div#wrap article .column.two-equals .section-block .section-column .component.resource-gallery .reference-container {
    width: 200px;
    height: 153px;
}
div#wrap article .column.two-equals .section-block .section-column .attach-link {
    max-width: 230px;
}
div#wrap article .column.one-with-right-sidebar .section-block .section-column {
    width: 33.3%;
}
div#wrap article .column.one-with-right-sidebar .section-block .section-column .component.resource-gallery .reference-container {
    width: 280px;
    height: 215px;
}
div#wrap article .column.one-with-right-sidebar .section-block .section-column .component.resource-gallery .reference-container .image img.default-showcase-img {
    background-size: 307px 171px;
    height: 171px;
}
div#wrap article .column.one-with-right-sidebar .section-block .section-column .attach-link {
    max-width: 85px;
}
div#wrap article .column.one-with-right-sidebar .section-block .section-column:first-child {
    width: 66.6%;
}
div#wrap article .column.one-with-right-sidebar .section-block .section-column:first-child .attach-link {
    max-width: 375px;
}
div#wrap article .column.one-with-left-sidebar .section-block .section-column {
    width: 66.6%;
}
div#wrap article .column.one-with-left-sidebar .section-block .section-column .component.resource-gallery .reference-container {
    width: 280px;
    height: 215px;
}
div#wrap article .column.one-with-left-sidebar .section-block .section-column .component.resource-gallery .reference-container .image img.default-showcase-img {
    background-size: 307px 171px;
    height: 171px;
}
div#wrap article .column.one-with-left-sidebar .section-block .section-column .attach-link {
    max-width: 370px;
}
div#wrap article .column.one-with-left-sidebar .section-block .section-column:first-child {
    width: 33.3%;
}
div#wrap article .column.one-with-left-sidebar .section-block .section-column:first-child .attach-link {
    max-width: 85px;
}
div#wrap article .column.one-with-two-sidebars .section-block .section-column {
    width: 50%;
}
div#wrap article .column.one-with-two-sidebars .section-block .section-column .component.resource-gallery .reference-container {
    width: 200px;
    height: 153px;
}
div#wrap article .column.one-with-two-sidebars .section-block .section-column .attach-link {
    max-width: 230px;
}
div#wrap article .column.one-with-two-sidebars .section-block .section-column:first-child,
div#wrap article .column.one-with-two-sidebars .section-block .section-column:last-child {
    width: 25%;
}
div#wrap article .column.one-with-two-sidebars .section-block .section-column:first-child .attach-link,
div#wrap article .column.one-with-two-sidebars .section-block .section-column:last-child .attach-link {
    max-width: 20px;
}
div#wrap article .column.three-equals .section-block .section-column {
    width: 33.3%;
}
div#wrap article .column.three-equals .section-block .section-column .component.resource-gallery .reference-container {
    width: 280px;
    height: 215px;
}
div#wrap article .column.three-equals .section-block .section-column .component.resource-gallery .reference-container .image img.default-showcase-img {
    background-size: 307px 171px;
    height: 171px;
}
div#wrap article .column.three-equals .section-block .section-column .attach-link {
    max-width: 85px;
}
div#wrap article .column .column-select-panel {
    display: none;
    position: absolute;
    z-index: 99990;
    width: 100%;
    height: 85px;
    background: #555;
    border-radius: 4px;
}
div#wrap article .column .column-select-panel p {
    font-size: 12px;
    font-style: italic;
    color: #ffffff;
    padding-top: 10px;
    padding-left: 3%;
}
div#wrap article .column .column-select-panel ul {
    overflow: hidden;
    padding-left: 3%;
}
div#wrap article .column .column-select-panel ul li {
    width: 16.66%;
    height: 34px;
    float: left;
}
div#wrap article .column .column-select-panel ul li div.option-block {
    display: table;
    table-layout: fixed;
    width: 92.5%;
    border-spacing: 1px 2px;
    padding-right: 11.5%;
}
div#wrap article .column .column-select-panel ul li div.option-block .option-column {
    display: table-cell;
    min-height: 30px;
    background: transparent;
    border: 1px dashed white;
    height: 30px;
    border-radius: 0px;
}
div#wrap article .column .column-select-panel ul li div.option-block .option-column + .option-column {
    border-left: none;
}
div#wrap article .column .column-select-panel ul li div.option-block .section-sidebar {
    width: 29.9%;
}
div#wrap article .column .column-select-panel ul li div.option-block:hover .option-column {
    border: 2px dashed #82C1D3;
}
div.container-fluid {
    max-width: 1190px;
    min-width: 960px;
    margin: 0 auto;
}
div.container-fluid .row {
    position: relative;
    margin: 0px;
    width: 100%;
}
header.navbar {
    box-sizing: border-box;
    z-index: 100060;
    min-width: 300px;
    height: 60px;
    color: #cccccc;
    background: #383838;
    border: none;
}
header.navbar .navbar-layout {
    max-width: 1190px;
    min-width: 960px;
    margin: 0 auto;
    padding: 0 15px 0 20px;
}
header.navbar .navbar-layout:before,
header.navbar .navbar-layout:after {
    content: " ";
    /* 1 */

    display: table;
    /* 2 */

}
header.navbar .navbar-layout:after {
    clear: both;
}
header.navbar .navbar-layout:before,
header.navbar .navbar-layout:after {
    content: " ";
    /* 1 */

    display: table;
    /* 2 */

}
header.navbar .navbar-layout:after {
    clear: both;
}
header.navbar .navbar-layout .navbar-items {
    color: #ccc;
}
header.navbar div.navbar-header {
    margin-right: 35px;
    position: relative;
}
header.navbar div.navbar-header div.heading:before,
header.navbar div.navbar-header div.heading:after {
    content: " ";
    /* 1 */

    display: table;
    /* 2 */

}
header.navbar div.navbar-header div.heading:after {
    clear: both;
}
header.navbar div.navbar-header div.heading:before,
header.navbar div.navbar-header div.heading:after {
    content: " ";
    /* 1 */

    display: table;
    /* 2 */

}
header.navbar div.navbar-header div.heading:after {
    clear: both;
}
header.navbar div.navbar-header div.heading a.navbar-brand {
    background: url(/assets/logo-529cd30221ec7c455ab8c3ba27e05943.png) no-repeat right 24px;
    background-size: 100%;
    color: transparent;
    padding: 0px;
    line-height: 60px;
}
header.navbar div.navbar-items:before,
header.navbar div.navbar-items:after {
    content: " ";
    /* 1 */

    display: table;
    /* 2 */

}
header.navbar div.navbar-items:after {
    clear: both;
}
header.navbar div.navbar-items:before,
header.navbar div.navbar-items:after {
    content: " ";
    /* 1 */

    display: table;
    /* 2 */

}
header.navbar div.navbar-items:after {
    clear: both;
}
header.navbar div.navbar-items ul.pages > li > a,
header.navbar div.navbar-items ul.personal > li > a {
    color: #cccccc;
    padding: 0 16px;
    line-height: 60px;
}
header.navbar div.navbar-items ul.pages > li > a i.icon,
header.navbar div.navbar-items ul.personal > li > a i.icon {
    display: inline-block;
    line-height: 30px;
    vertical-align: middle;
    margin-right: 0;
    width: 30px;
    height: 30px;
    border: 1px solid #383838;
    border-radius: 50%;
}
header.navbar div.navbar-items ul.pages > li > a i.icon:before,
header.navbar div.navbar-items ul.personal > li > a i.icon:before {
    display: inline-block;
    line-height: 30px;
    font-size: 15px;
    position: relative;
    left: 4px;
}
header.navbar div.navbar-items ul.pages > li > a span,
header.navbar div.navbar-items ul.personal > li > a span {
    display: inline-block;
    position: relative;
    padding-left: 5px;
    top: 2px;
}
header.navbar div.navbar-items ul.pages > li > a:hover,
header.navbar div.navbar-items ul.personal > li > a:hover,
header.navbar div.navbar-items ul.pages > li > a:focus,
header.navbar div.navbar-items ul.personal > li > a:focus,
header.navbar div.navbar-items ul.pages > li > a:active,
header.navbar div.navbar-items ul.personal > li > a:active {
    background-color: transparent;
}
header.navbar div.navbar-items ul.pages li:first-child a {
    padding-left: 0px;
}
header.navbar div.navbar-items ul.pages li a:hover .icon {
    border: 1px solid #cccccc;
    border-radius: 50%;
}
header.navbar div.navbar-items ul.pages li.active a {
    color: #ffffff;
    font-family: 'Source Sans Pro Semibold';
}
header.navbar div.navbar-items ul.pages li.active i.icon {
    border: 1px solid inherit;
    border-radius: 50%;
}
header.navbar div.navbar-items ul.pages li.timeline.active i.icon {
    border: 1px solid #82c1d3;
    background: #82c1d3;
}
header.navbar div.navbar-items ul.pages li.showcase.active i.icon {
    border: 1px solid #87c854;
    background: #87c854;
}
header.navbar div.navbar-items ul.pages li.groups.active i.icon {
    border: 1px solid #3a94c8;
    background: #3a94c8;
}
header.navbar div.navbar-items ul.pages li.templates.active i.icon {
    border: 1px solid #eea04b;
    background: #eea04b;
}
header.navbar div.navbar-items ul.pages li.import.active i.icon {
    border: 1px solid #82c1d3;
    background: #82c1d3;
}
header.navbar div.navbar-items ul.pages li.rubric.active i.icon {
    border: 1px solid #87c854;
    background: #87c854;
}
header.navbar div.navbar-items ul.pages li.group-template.active i.icon {
    border: 1px solid #3a94c8;
    background: #3a94c8;
}
header.navbar div.navbar-items ul.personal li.user a {
    padding-right: 0px;
    color: #ffffff;
}
header.navbar div.navbar-items ul.personal li.user a .name-container {
    display: inline-block;
    height: 30px;
    line-height: 26px;
}
header.navbar div.navbar-items ul.personal li.user a .name-container i.icon {
    position: relative;
    border: none;
    background: #eea04b;
    overflow: hidden;
}
header.navbar div.navbar-items ul.personal li.user a .name-container i.icon:before {
    color: #fdf4e9;
    left: -4px;
    top: 3px;
    font-size: 26px;
}
header.navbar div.navbar-items ul.personal li.user a .name-container .display-name {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    max-width: 92px;
    top: 1px;
    vertical-align: middle;
}
header.navbar div.navbar-items ul.personal li.user a .name-container .down-arrow {
    margin-right: 10px;
    position: relative;
    top: 3px;
}
header.navbar div.navbar-items ul.personal li.user.open #user-panel-toggle {
    background: #383838;
}
header.navbar div.navbar-items ul.personal li.user.open #user-panel-toggle .name-container {
    background: #000;
    border-radius: 15px;
}
header.navbar div.navbar-items ul.personal li.user.open ul.dropdown-menu {
    display: block;
    position: relative;
    left: 46px;
    top: -13px;
    width: 73%;
    min-width: 0px;
    box-shadow: 0 4px 5px rgba(0, 0, 0, 0.15);
    overflow: hidden;
    padding-top: 0px;
    padding-bottom: 0px;
    background: #555;
    font-size: 12px;
    border: 1px solid none;
    border: none;
    border-radius: 0 0 14px 14px;
}
header.navbar div.navbar-items ul.personal li.user.open ul.dropdown-menu li {
    padding: 0;
}
header.navbar div.navbar-items ul.personal li.user.open ul.dropdown-menu li > a {
    height: 25px;
    padding-left: 10px;
    color: #ffffff;
}
header.navbar div.navbar-items ul.personal li.user.open ul.dropdown-menu li > a:hover {
    background: #84c1d2;
}
header.navbar div.navbar-items ul.personal li.notifications > a i.icon {
    border: 1px solid #666666;
    background: #666666;
}
header.navbar div.navbar-items ul.personal li.notifications > a i.icon:before {
    left: 1px;
}
header.navbar div.navbar-items ul.personal li.notifications > a span {
    width: 95px;
    text-align: left;
}
header.navbar div.navbar-items ul.personal li.notifications.new-arrive > a {
    color: #ffffff;
    font-family: 'Source Sans Pro Semibold';
}
header.navbar div.navbar-items ul.personal li.notifications.new-arrive > a i.icon {
    border: 1px solid #ea6449;
    background: #ea6449;
}
header.navbar div.navbar-items ul.personal li.notifications.new-arrive > a i.icon:before {
    left: 1px;
}
header.navbar div.navbar-items ul.personal li.notifications .popover {
    position: absolute;
    margin-top: 0px;
    width: 250px;
    max-height: 575px;
    background: #555;
    left: 3px !important;
    top: 60px !important;
}
header.navbar div.navbar-items ul.personal li.notifications .popover div.arrow {
    border: 0;
    left: 16%;
}
header.navbar div.navbar-items ul.personal li.notifications .popover div.arrow:after {
    border-bottom-color: #555;
}
header.navbar div.navbar-items ul.personal li.notifications .popover div.popover-content {
    padding: 0;
}
header.navbar div.navbar-items ul.personal li.notifications .popover .notification-popover-content div.header {
    padding: 8px 0 0 8px;
    height: 35px;
}
header.navbar div.navbar-items ul.personal li.notifications .popover .notification-popover-content div.clear-all {
    display: inline-block;
    line-height: 20px;
    text-align: center;
    padding: 0 15px;
    font: 12px 'Source Sans Pro Semibold';
    background: #cccccc;
    border-radius: 10px;
}
header.navbar div.navbar-items ul.personal li.notifications .popover .notification-popover-content div.clear-all a {
    color: #333;
}
header.navbar div.navbar-items ul.personal li.notifications .popover .notification-popover-content ul.notification {
    padding-left: 0px;
    max-height: 500px;
    overflow-y: auto;
    transition: all 0.35s ease;
}
header.navbar div.navbar-items ul.personal li.notifications .popover .notification-popover-content ul.notification::-webkit-scrollbar-track-piece {
    background: #555;
}
header.navbar div.navbar-items ul.personal li.notifications .popover .notification-popover-content ul.notification.animation {
    max-height: 0;
    opacity: 0;
}
header.navbar div.navbar-items ul.personal li.notifications .popover .notification-popover-content ul.notification li {
    padding: 6px;
    border-top: 1px solid #6c6c6c;
    height: 50px;
    transition: all 0.25s ease;
}
header.navbar div.navbar-items ul.personal li.notifications .popover .notification-popover-content ul.notification li.animation {
    height: 0;
    opacity: 0;
    padding-top: 0;
    padding-bottom: 0;
    overflow: hidden;
}
header.navbar div.navbar-items ul.personal li.notifications .popover .notification-popover-content ul.notification li a.icon:before {
    font-size: 16px;
}
header.navbar div.navbar-items ul.personal li.notifications .popover .notification-popover-content ul.notification li a.icon-cancel-1 {
    color: #888;
}
header.navbar div.navbar-items ul.personal li.notifications .popover .notification-popover-content ul.notification li a.icon-cancel-circled2 {
    color: #e8654e;
}
header.navbar div.navbar-items ul.personal li.notifications .popover .notification-popover-content ul.notification li a.remove {
    width: 20px;
    display: inline-block;
    vertical-align: top;
}
header.navbar div.navbar-items ul.personal li.notifications .popover .notification-popover-content ul.notification li div.content {
    display: inline-block;
    width: 205px;
    padding-left: 7px;
}
header.navbar div.navbar-items ul.personal li.notifications .popover .notification-popover-content ul.notification li div.content span.time {
    font: 12px 'Source Sans Pro Semibold Italic';
    color: #cccccc;
    float: right;
}
header.navbar div.navbar-items ul.personal li.notifications .popover .notification-popover-content ul.notification li div.content span.title {
    display: inline-block;
    width: 150px;
    color: #ffffff;
    font-size: 12px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
header.navbar div.navbar-items ul.personal li.notifications .popover .notification-popover-content ul.notification li div.content a.text {
    display: inline-block;
    width: 80%;
    color: #6cbae5;
    font: 10px 'Bree Serif';
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
header.navbar div.navbar-items ul.personal li.notifications .popover .notification-popover-content ul.notification li div.content a.text span.icon:before {
    margin-left: 0;
    margin-right: 5px;
    font-size: 13px;
}
.primary-button {
    height: 30px;
    background: #87c854;
    color: white;
    font-family: 'Source Sans Pro Semibold';
    border-radius: 30px;
    line-height: 28px;
    padding: 0 19px 0 15px;
}
.primary-button [class^="icon-"],
.primary-button [class*=" icon-"] {
    font-size: 15px;
}
.primary-button [class^="icon-"]:before,
.primary-button [class*=" icon-"]:before {
    margin: -2px 0;
}
.primary-button .text {
    font-size: 14px;
}
.save-and-cancel-buttons a.btn {
    padding: 0 15px;
    border: none;
    color: #ffffff;
    font: 14px/28px 'Source Sans Pro Semibold';
    text-align: center;
    min-width: 80px;
}
.save-and-cancel-buttons a.btn.save,
.save-and-cancel-buttons a.btn.submit {
    margin-right: -5px;
    border-radius: 30px 0 0 30px;
    background: #87c854;
}
.save-and-cancel-buttons a.btn.cancel {
    border-radius: 0 30px 30px 0;
    background: #a3a3a3;
    margin-left: 5px;
}
div.modal {
    overflow-y: hidden;
    z-index: 1000000;
}
div.modal .modal-dialog {
    box-sizing: border-box;
    width: 100%;
    height: 100%;
    min-width: 960px;
    padding-top: 0;
    padding-bottom: 0;
}
div.modal .modal-dialog .modal-content {
    height: 100%;
    border: 0;
}
div.modal .modal-dialog .modal-content .portfolio-frame,
div.modal .modal-dialog .modal-content .composer-frame,
div.modal .modal-dialog .modal-content .freestyle-editor-frame {
    width: 100%;
    height: 100%;
    min-width: 960px;
    border: none;
}
div.modal .modal-dialog .modal-content .modal-header {
    padding: 10px 16px;
    border-bottom: 0;
}
div.modal .modal-dialog .modal-content .modal-header h4 {
    font-size: 12px;
    color: #cccccc;
}
div.modal .modal-dialog .modal-content .modal-body {
    padding: 10px 16px;
}
div.modal .modal-dialog .modal-content .modal-footer {
    border-bottom-left-radius: 4px;
    border-bottom-right-radius: 4px;
    padding: 10px 16px;
    background: #DEE5EA;
}
div.modal.confirm .modal-dialog {
    padding: 0;
}
div.modal.confirm .modal-dialog .modal-content {
    float: left;
    margin: 13% 0 0 38%;
    border-radius: 0;
    background: transparent;
    width: 440px;
    height: auto;
}
div.modal.confirm .modal-dialog .modal-content .modal-header {
    border-radius: 6px 6px 0 0;
    background: #f4f8fb;
    padding: 0 10px;
    border-bottom: 1px solid #ddd;
}
div.modal.confirm .modal-dialog .modal-content .modal-header h4 {
    height: 40px;
    color: #383838;
    font: 14px/40px 'Source Sans Pro Semibold';
}
div.modal.confirm .modal-dialog .modal-content .modal-header .close {
    margin-top: 8px;
}
div.modal.confirm .modal-dialog .modal-content .modal-header a.close {
    margin-top: 10px;
    font-size: 20px;
    opacity: 0.2;
}
div.modal.confirm .modal-dialog .modal-content .modal-header a.close:hover {
    margin-top: 8px;
    color: #ea6449;
    font-size: 22px;
    opacity: 1;
}
div.modal.confirm .modal-dialog .modal-content .modal-body {
    border-radius: 0;
    background: #ffffff;
    padding: 40px 40px 0;
}
div.modal.confirm .modal-dialog .modal-content .modal-body p {
    margin: 0;
}
div.modal.confirm .modal-dialog .modal-content .modal-body > div {
    position: relative;
}
div.modal.confirm .modal-dialog .modal-content .modal-body .modal-data {
    display: inline-block;
}
div.modal.confirm .modal-dialog .modal-content .modal-footer {
    border-radius: 0 0 6px 6px;
    border: none;
    margin-top: 0;
    text-align: center;
    background: #ffffff;
    padding: 40px 15px 35px;
}
div.modal.preview .modal-dialog {
    padding: 0;
}
div.modal.preview .modal-dialog .modal-content {
    min-width: 450px;
    width: 100%;
    height: 100%;
}
div.modal.preview .modal-dialog .modal-content .modal-header {
    height: 30px;
}
div.modal.preview .modal-dialog .modal-content .modal-header .insert {
    margin-right: 10px;
    float: right;
}
div.modal.preview .modal-dialog .modal-content .modal-body {
    overflow: auto;
    padding: 10px, 16px;
    width: 100%;
    height: 500px;
}
div.modal.preview .modal-dialog .modal-content .modal-body article div.section-block {
    display: table;
    table-layout: fixed;
    width: 100%;
    border-spacing: 4px 2px;
}
div.modal.preview .modal-dialog .modal-content .modal-body article div.section-block div.section-column {
    display: table-cell;
    padding: 10px;
    background: #ffffff;
    overflow: auto;
    position: relative;
    vertical-align: top;
}
div.modal.preview .modal-dialog .modal-content .modal-body article div.section-block div.section-column table.file-link {
    position: relative;
    height: 35px;
    margin: 8px 0px 5px 0px;
    padding: 5px 8px 5px 0px;
    background: #ddd;
    width: 210px;
    overflow: hidden;
    line-height: 23px;
    border: 1px solid #cccccc;
    border-radius: 5px;
}
div.modal.preview .modal-dialog .modal-content .modal-body article div.section-block div.section-column table.file-link .icon-attach {
    margin-right: 5px;
    position: relative;
}
div.modal.preview .modal-dialog .modal-content .modal-body article div.section-block div.section-column table.file-link a.attach-link {
    display: inline-block;
    width: 120px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
div.modal.preview .modal-dialog .modal-content .modal-body article div.section-block div.section-column table.file-link a.attach-link:before {
    content: attr(data-content);
}
div.modal.preview .modal-dialog .modal-content .modal-body article div.section-block div.section-column table.file-link .remove {
    position: absolute;
    top: 1px;
    right: 0px;
    color: #555;
}
div.modal.preview .modal-dialog .modal-content .modal-body article div.section-block div.section-column table.file-link a.attach-link {
    padding-top: 0px;
    margin-top: -5px;
    font-weight: normal;
    font-size: 14px;
    vertical-align: middle;
}
div.modal.preview .modal-dialog .modal-content .modal-body article div.section-block div.section-column table.file-link a.download {
    color: #3498db;
}
div.modal.preview .modal-dialog .modal-content .modal-body article div.section-block div.section-column table.file-link a.delete {
    color: #808080;
    padding-left: 5px;
}
div.modal.preview .modal-dialog .modal-content .modal-body .reference-info {
    width: 200px;
    border: 1px solid #dddddd;
    padding: 10px;
    margin-bottom: 10px;
}
div.modal.preview .modal-dialog .modal-content .modal-body .reference-info span.title {
    display: block;
    font-weight: bold;
}
div.modal.preview .modal-dialog .modal-content .modal-body .reference-info span.content {
    display: block;
    margin-top: 10px;
}
div.modal.preview .modal-dialog .modal-content .modal-footer {
    border: none;
    margin: 0;
    height: 50px;
    background: #FFF;
}
div.modal.preview .modal-dialog .modal-content .modal-footer .confirm-message {
    color: #e08e0b;
}
div.modal.preview .modal-dialog .modal-content .component.selectable {
    position: relative;
    border: 2px dashed #DDD;
    border-radius: 4px;
    margin: 8px 0;
    padding: 5px;
}
div.modal.preview .modal-dialog .modal-content .component.selectable:hover {
    border-color: #f39c12;
}
div.modal.preview .modal-dialog .modal-content .component.selectable:hover .select-label {
    display: block;
}
div.modal.preview .modal-dialog .modal-content .component.selectable input[type=checkbox] + label:before {
    border: 1px solid #555555;
}
div.modal.preview .modal-dialog .modal-content .component.selectable .select-label {
    display: none;
    position: absolute;
    top: 12px;
    right: 0px;
}
div.modal.preview .modal-dialog .modal-content .component.selected-component {
    border: 2px dashed #f39c12 !important;
}
div.modal.preview .modal-dialog .modal-content .component.selected-component .select-label {
    display: block;
}
div.modal.preview .modal-dialog .modal-content img {
    max-width: 100%;
    cursor: pointer;
    display: inline-block;
}
div.modal.preview .modal-dialog .modal-content img.small {
    max-width: 320px;
    width: 20%;
}
div.modal.preview .modal-dialog .modal-content img.medium {
    max-width: 640px;
    width: 60%;
}
div.modal.preview .modal-dialog .modal-content img.large {
    max-width: 1024px;
    width: 90%;
}
div.modal.document-preview div.modal-dialog {
    padding: 0;
    min-width: 960px;
    width: 100%;
    height: 100%;
}
div.modal.document-preview div.modal-dialog div.modal-content {
    height: 100%;
}
div.modal.document-preview div.modal-dialog div.modal-content .modal-header {
    padding: 7px 16px;
    height: 60px;
    background: #383838;
}
div.modal.document-preview div.modal-dialog div.modal-content .modal-header .modal-title {
    margin-top: 7px;
    font-size: 20px;
}
div.modal.document-preview div.modal-dialog div.modal-content .modal-header .close {
    margin-top: -6px;
    opacity: 1;
    font-size: 55px;
    text-shadow: none;
    font-weight: normal;
    color: #999999;
}
div.modal.document-preview div.modal-dialog div.modal-content .modal-header .close:hover {
    color: #ea6449;
    background: transparent;
    border: none;
}
div.modal.document-preview div.modal-dialog div.modal-content .modal-body {
    height: 100%;
    padding: 0;
}
div.modal.document-preview div.modal-dialog div.modal-content .modal-body .full {
    height: 100%;
}
div.modal.document-preview div.modal-dialog div.modal-content .modal-body .full .document-data {
    padding-bottom: 60px;
}
div.modal.choose {
    z-index: 1000001;
}
div.modal.choose .modal-dialog {
    padding: 0;
}
div.modal.choose .modal-dialog .modal-content {
    float: none;
    height: auto;
    margin: 8% auto 0;
    background: #f2f2f2;
}
div.modal.choose .modal-dialog .modal-content .modal-body .navigation {
    padding: 30px 0;
    background: #ffffff;
    border-top-left-radius: 4px;
    border-top-right-radius: 4px;
    border-bottom-left-radius: 4px;
    border-bottom-right-radius: 4px;
}
div.modal.choose .modal-dialog .modal-content .modal-body .navigation a {
    display: inline-block;
    width: 100%;
    height: 40px;
    padding-top: 8px;
    text-align: right;
    cursor: pointer;
    border: none;
}
div.modal.choose .modal-dialog .modal-content .modal-body .choose-content {
    height: 400px;
    padding-top: 16px;
    background: #ffffff;
    overflow: auto;
    border-top-left-radius: 4px;
    border-top-right-radius: 4px;
    border-bottom-left-radius: 4px;
    border-bottom-right-radius: 4px;
}
div.modal.choose .modal-dialog .modal-content .modal-body .choose-content .no-attachment-placeholder {
    margin-top: 8px;
}
div.modal.choose .modal-dialog .modal-content .modal-body .choose-content .upload-container .insert-attachment-dropbox {
    position: absolute;
    top: -10000px;
    left: -10000px;
    opacity: 0;
    width: 1px;
    height: 1px;
}
div.modal.choose .modal-dialog .modal-content .modal-body .choose-content .upload-container .help-block {
    color: red;
}
@-moz-document url-prefix() {
    div.attachment-list table tbody label.label-placeholder {
        margin-top: 10px;
    }
}
div.modal.choose .modal-dialog .modal-content .modal-body .choose-content div.error-message {
    width: 66%;
    margin: 0;
    padding-top: 10px;
    color: red;
}
div.modal.choose .modal-dialog .modal-content .modal-body .choose-content div.attachment-config-tip {
    margin: 10px 0px;
}
div.modal.choose .modal-dialog .modal-content .modal-body .choose-content div.insert-image div.choose-field {
    width: 100%;
    padding: 15px 0;
}
div.modal.choose .modal-dialog .modal-content .modal-body .choose-content div.insert-image div.choose-field div.choose-item {
    display: inline-block;
    width: 30%;
}
div.modal.choose .modal-dialog .modal-content .modal-body .choose-content div.insert-image div.upload-field {
    display: inline-block;
    width: 100%;
}
div.modal.choose .modal-dialog .modal-content .modal-body .choose-content div.insert-image div.upload-field input[type=file] {
    display: inline-block;
    width: 40%;
}
div.modal.choose .modal-dialog .modal-content .modal-body .choose-content div.insert-image div.upload-field label {
    float: left;
    margin-right: 5px;
    line-height: 30px;
    font-weight: normal;
}
div.modal.choose .modal-dialog .modal-content .modal-body .choose-content div.insert-image div.upload-field label[for=resource-file] {
    line-height: inherit;
}
div.modal.choose .modal-dialog .modal-content .modal-body .choose-content div.insert-image div.upload-field input.form-control {
    width: 340px;
    float: left;
}
div.modal.choose .modal-dialog .modal-content .modal-body .choose-content div.insert-image div.upload-field button.preview {
    margin-top: 2px;
    margin-left: 5px;
}
div.modal.choose .modal-dialog .modal-content .modal-body .choose-content div.insert-image div.image-content div.error-message {
    width: 66%;
    margin: 0 auto;
    padding-top: 60px;
    color: red;
}
div.modal.choose .modal-dialog .modal-content .modal-body .choose-content div.insert-image div.image-content div.local-preview div.tips {
    width: 60%;
    margin: 60px auto;
}
div.modal.choose .modal-dialog .modal-content .modal-body .choose-content div.insert-image div.image-content div.local-preview div.preview-container {
    padding-top: 20px;
}
div.modal.choose .modal-dialog .modal-content .modal-body .choose-content div.insert-image div.image-content div.local-preview div.preview-container div.image-title {
    width: 100%;
}
div.modal.choose .modal-dialog .modal-content .modal-body .choose-content div.insert-image div.image-content div.local-preview div.preview-container div.image-title div.title {
    text-align: center;
}
div.modal.choose .modal-dialog .modal-content .modal-body .choose-content div.insert-image div.image-content div.local-preview div.preview-container img {
    display: block;
    max-width: 350px;
    max-height: 240px;
    margin: 5px auto;
}
div.modal.choose .modal-dialog .modal-content .modal-body .choose-content div.insert-image div.image-content div.web-preview {
    padding-top: 25px;
}
div.modal.choose .modal-dialog .modal-content .modal-body .choose-content div.insert-image div.image-content div.web-preview img {
    display: block;
    max-width: 390px;
    max-height: 260px;
    margin: auto;
}
div.modal.choose .modal-dialog .modal-content .modal-body .choose-content div.insert-youtube label {
    font-weight: normal;
}
div.modal.choose .modal-dialog .modal-content .modal-body .choose-content div.insert-youtube div.youtube-label {
    padding-top: 10px;
}
div.modal.choose .modal-dialog .modal-content .modal-body .choose-content div.insert-youtube div.youtube-label b.logo {
    padding-left: 50px;
    background: url(/assets/youtube-logo-e3798a5c106048de45a45e8aa0314993.png) no-repeat;
    background-size: 44px;
    margin-left: 36px;
}
div.modal.choose .modal-dialog .modal-content .modal-body .choose-content div.insert-youtube div.link {
    position: relative;
    margin-top: 0;
    margin-left: 33px;
}
div.modal.choose .modal-dialog .modal-content .modal-body .choose-content div.insert-youtube div.link input {
    display: inline-block;
    max-width: 351px;
}
div.modal.choose .modal-dialog .modal-content .modal-body .choose-content div.insert-youtube div.link button.preview {
    display: inline-block;
    position: relative;
    width: 40px;
    margin: 0 0 0 5px;
}
div.modal.choose .modal-dialog .modal-content .modal-body .choose-content div.insert-youtube div.player {
    position: relative;
    overflow: hidden;
    margin-left: 33px;
    margin-top: 10px;
    padding-top: 10px;
    width: 400px;
    height: 300px;
}
div.modal.choose .modal-dialog .modal-content .modal-body .choose-content div.insert-youtube div.player .cover {
    position: absolute;
    box-model: border-box;
    top: 10px;
    left: 0;
    padding-top: 30%;
    background: rgba(0, 0, 0, 0.9);
    color: #ffffff;
    text-align: center;
    width: 100%;
    height: 100%;
}
div.modal.choose .modal-dialog .modal-content .modal-body .choose-content div.insert-youtube div.player .player-frame {
    background: #000;
    border: none;
    width: 100%;
    height: 100%;
}
div.modal.choose .modal-dialog .modal-content .modal-body .choose-content div.insert-youtube div.player .error-message {
    position: absolute;
    box-model: border-box;
    top: 10px;
    left: 0;
    padding-top: 30%;
    background: rgba(0, 0, 0, 0.9);
    color: #ffffff;
    text-align: center;
    width: 100%;
    height: 100%;
}
div.modal.choose .modal-dialog .modal-content .modal-body .choose-content div.progress-bar {
    display: none;
    margin-top: 10px;
    width: 45%;
}
div.modal.choose .modal-dialog .modal-content .modal-body .choose-content div.progress-bar .percent {
    display: inline-block;
}
div.modal.choose .modal-dialog .modal-content .modal-body .choose-content div.progress-bar .bar_mortice {
    display: inline-block;
    width: 100%;
    height: 21px;
    background: #777;
    box-shadow: inset 0px 1px 2px 0px #333333, inset 0px -1px 1px 0px #d0d0d0, 0px 1px 0px 0px #f0f0f0;
    border: 1px solid #a0a0a0;
}
div.modal.choose .modal-dialog .modal-content .modal-body .choose-content div.progress-bar .bar_mortice .progress {
    float: left;
    width: 40%;
    height: 19px;
    background: #ffffff;
    background: -moz-linear-gradient(top, #ffffff 0%, #e5e5e5 100%);
    background: -webkit-linear-gradient(top, #ffffff 0%, #e5e5e5 100%);
    background: -o-linear-gradient(top, #ffffff 0%, #e5e5e5 100%);
    background: -ms-linear-gradient(top, #ffffff 0%, #e5e5e5 100%);
    background: linear-gradient(top, #ffffff 0%, #e5e5e5 100%);
    border-top: 1px solid #fff;
    border-bottom: 1px solid #999;
}
div.modal.choose .modal-dialog .modal-content .modal-body .choose-content div.progress-bar .rounded {
    border-radius: 8px;
}
div.modal.choose .modal-dialog .modal-content .modal-body .choose-content div.progress-bar .rounded .rounded {
    border-radius: 6px;
}
div.modal.choose .modal-dialog .modal-content .modal-body .choose-content div.progress-bar .blue_mortice {
    background: #046;
    border-color: #069;
    box-shadow: inset 0px 1px 2px 0px #333333, inset 0px -1px 1px 0px #0088cc, 0px 1px 0px 0px #f0f0f0;
}
div.modal.choose .modal-dialog .modal-content .modal-body .choose-content div.progress-bar .blue_mortice .blue {
    background: #0af;
    background: -moz-linear-gradient(top, #00aaff 0%, #0093dd 100%);
    background: -webkit-linear-gradient(top, #00aaff 0%, #0093dd 100%);
    background: -o-linear-gradient(top, #00aaff 0%, #0093dd 100%);
    background: -ms-linear-gradient(top, #00aaff 0%, #0093dd 100%);
    background: linear-gradient(top, #00aaff 0%, #0093dd 100%);
    border-top-color: #88d7ff;
    border-bottom-color: #069;
}
div.modal.choose .modal-dialog .modal-content .modal-body span.filename {
    display: inline-block;
    max-width: 315px;
    word-break: break-all;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    vertical-align: middle;
}
div.composer div.modal-dialog {
    min-width: 960px;
    padding: 0;
    width: 100%;
    height: 100%;
}
div.composer div.modal-dialog div.modal-content {
    height: 100%;
}
div.composer div.modal-dialog div.modal-content .portfolio-frame,
div.composer div.modal-dialog div.modal-content .composer-frame {
    min-width: 960px;
    border: none;
    width: 100%;
    height: 100%;
}
div.composer div.modal-dialog.median-width {
    width: 80%;
}
div.composer div.section-column {
    padding-right: 30px;
}
div.composer div.section-column table.file-link {
    position: relative;
    height: 35px;
    margin: 8px 0px 5px 0px;
    padding: 5px 8px 5px 0px;
    background: #ddd;
    width: 210px;
    overflow: hidden;
    line-height: 23px;
    border: 1px solid #cccccc;
    border-radius: 5px;
}
div.composer div.section-column table.file-link .icon-attach {
    margin-right: 5px;
    position: relative;
}
div.composer div.section-column table.file-link a.attach-link {
    display: inline-block;
    width: 120px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
div.composer div.section-column table.file-link a.attach-link:before {
    content: attr(data-content);
}
div.composer div.section-column table.file-link .remove {
    position: absolute;
    top: 1px;
    right: 0px;
    color: #555;
}
div.composer div.section-column table.file-link a.attach-link {
    padding-top: 0px;
    margin-top: -5px;
    font-weight: normal;
    font-size: 14px;
    vertical-align: middle;
}
div.composer div.section-column table.file-link a.download {
    color: #3498db;
}
div.composer div.section-column table.file-link a.delete {
    color: #808080;
    padding-left: 5px;
}
div.composer div.section-column .disable {
    pointer-events: none;
    cursor: default;
}
iframe.youtube-player-frame {
    width: 400px;
    height: 325px;
}
.form-control:focus {
    border-color: #3b94c7;
    box-shadow: none;
}
.dropdown-list {
    display: inline-block;
    position: relative;
    height: 23px;
    margin-left: 5px;
    text-align: center;
    font-family: 'Source Sans Pro Semibold';
    line-height: 22px;
}
.dropdown-list span {
    display: block;
    padding: 0 5px 0 12px;
    color: #333;
    cursor: pointer;
    position: relative;
    border-radius: 23px;
}
.dropdown-list span:hover {
    background: #555;
    color: #ffffff;
}
.dropdown-list span .icon-down-open-mini {
    position: relative;
    font-size: 15px;
    margin-left: 0px;
    vertical-align: middle;
    height: 0px;
}
.dropdown-list ul {
    padding: 0px;
    z-index: 1010;
    border-radius: 11px;
    color: #ffffff;
    background: #555;
    display: inline-block;
}
.dropdown-list ul li {
    display: block;
    height: 24px;
    line-height: 22px;
    text-align: left;
}
.dropdown-list ul li input {
    display: none;
}
.dropdown-list ul li label {
    width: 100%;
    font-weight: normal;
    cursor: pointer;
    padding: 0 20px 0 14px;
    height: 20px;
    line-height: 24px;
}
.dropdown-list ul li label:before,
.dropdown-list ul li label:after {
    display: none;
}
.dropdown-list ul li .icon-down-open-mini {
    font-size: 15px;
    margin-left: 0px;
    vertical-align: middle;
    float: right;
    height: 0px;
    top: -23px;
    position: relative;
}
.dropdown-list ul li:first-child {
    border-radius: 11px 11px 0 0;
}
.dropdown-list ul li:last-child {
    border-radius: 0 0 11px 11px;
}
.dropdown-list ul li:hover {
    background: #82c1d3;
}
.dropdown-list ul li:only-child {
    border-radius: 11px;
    padding: 0 5px 0 12px;
}
.dropdown-list ul li:only-child:before {
    content: ' ';
}
.dropdown-list ul li:only-child label {
    width: auto;
    font-weight: normal;
    cursor: pointer;
    padding: 0;
}
.dropdown-list ul li:only-child i {
    position: relative;
    margin-left: 2px;
}
.dropdown:not(.user) a[data-toggle=dropdown],
.dropdown:not(.user) button[data-toggle=down] {
    outline: none;
}
.dropdown:not(.user) a[data-toggle=dropdown] .caret,
.dropdown:not(.user) button[data-toggle=down] .caret {
    transition: 0.5s;
    -webkit-transition: 0.5s;
}
.dropdown:not(.user).open a[data-toggle=dropdown] .caret,
.dropdown:not(.user).open button[data-toggle=down] .caret {
    display: inline-block;
    transform: rotate(180deg);
    -webkit-transform: rotate(180deg);
}
.dropdown:not(.user).open > .dropdown-menu {
    max-height: 1000px;
    opacity: 1;
}
.dropdown:not(.user) .dropdown-menu {
    overflow: hidden;
    display: block !important;
    padding: 0;
    max-height: 0;
    opacity: 0;
    border: 0;
    -webkit-transition: 0.5s;
    transition: 0.5s;
}
.dropdown:not(.user) .dropdown-menu > li {
    float: left;
    clear: both;
    width: 100%;
    padding-bottom: 0;
}
.dropdown:not(.user) .dropdown-menu > li > a {
    padding: 10px 16px;
    cursor: pointer;
}
.dropdown:not(.user) .dropdown-menu > li:first-child > a {
    border-top-left-radius: 4px;
    border-top-right-radius: 4px;
}
.dropdown:not(.user) .dropdown-menu > li:last-child > a {
    border-bottom-left-radius: 4px;
    border-bottom-right-radius: 4px;
}
div.insert-link a {
    text-decoration: underline;
}
div.insert-link div {
    margin-bottom: 10px;
}
div.insert-link div input {
    margin-top: 5px;
}
.loading-backdrop {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 100030;
    text-align: center;
    background: rgba(233, 236, 241, 0.4);
}
.loading-backdrop .img-loading {
    margin: 300px auto;
    width: 60px;
    z-index: 100060;
}
.modal div.loading {
    padding: 200px 0;
    font-size: 12px;
    color: #999;
    text-align: center;
    margin: 0 auto;
    width: 95px;
    line-height: 16px;
}
.modal div.loading .icon-spin-loading {
    float: left;
    background: url(/assets/loading-icon-a4c6e7657d283ceaa0150f9faef8930b.gif);
    width: 16px;
    height: 16px;
}
.modal div.loading .img-loading {
    width: 60px;
}
div.image-panel {
    position: absolute;
    top: 0px;
    left: 0px;
    background: #555555;
    padding: 3px 3px 3px 8px;
    border-radius: 5px;
    box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.5);
}
div.image-panel span {
    position: relative;
    top: 0px;
    right: 0px;
    cursor: pointer;
    opacity: 0.8;
}
div.image-panel .unlink {
    text-decoration: underline;
}
div.image-panel a {
    cursor: pointer;
}
div.image-panel a.highlight {
    color: #4193c9;
}
div.link-panel {
    position: absolute;
    top: 0px;
    left: 0px;
    background: #555555;
    padding: 3px 3px 3px 8px;
    border-radius: 5px;
    box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.5);
}
div.link-panel span {
    position: relative;
    top: 0px;
    right: 0px;
    cursor: pointer;
    opacity: 0.8;
}
div.link-panel .unlink {
    text-decoration: underline;
}
div.link-panel a {
    cursor: pointer;
}
div.link-panel a.highlight {
    color: #5E5C5C;
}
#portfolio-preview-modal {
    background: rgba(0, 0, 0, 0.4);
}
.section-block blockquote {
    margin: 0 0 0 40px;
    border: none;
    padding: 0px;
}
div.insert-link a {
    text-decoration: underline;
}
div.insert-link div {
    margin-bottom: 10px;
}
div.insert-link div input {
    margin-top: 5px;
}
a.web-address {
    text-decoration: underline;
}
.has-error input {
    border-color: #ea6449;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}
.has-error .help-block,
.has-error .error-message {
    color: #ea6449;
    display: block;
    margin: 5px;
    text-align: left;
    font-family: 'Source Sans Pro Italic';
}
.has-error .errors {
    display: inline-block;
    position: relative;
    left: -100px;
}
.pagination-container {
    display: none;
}
.add-column-panel {
    border-radius: 0 0 29px 29px;
    background: #3b94c7;
    line-height: 30px;
    width: 29px;
    height: 29px;
    cursor: pointer;
    position: absolute;
    bottom: -28px;
    left: 0px;
    z-index: 1000;
    opacity: 0;
    transition: opacity 0.3s;
    overflow: hidden;
}
.add-column-panel .add-column-button i {
    color: #ffffff;
    position: relative;
    display: block;
    width: 100%;
    height: 100%;
}
.add-column-panel .add-column-button i:before {
    left: 4px;
    top: 0px;
    position: relative;
}
.layout-container {
    position: relative;
    margin: 0;
}
.layout-container .sections {
    position: relative;
}
.layout-container .sections > div {
    position: relative;
}
.layout-container .sections .column-container.active .add-column-panel {
    display: block;
    opacity: 1;
}
.page-content {
    display: none;
    margin-bottom: 100px;
}
.page-content.active-page {
    display: block;
}
.text-editor-toolbar {
    background: #e6e6e6;
    border-bottom-width: 1px;
    background: transparent;
    position: absolute;
    top: 0px;
    left: 0px;
    z-index: 1;
    opacity: 0;
    display: none;
    transition: opacity 0.2s;
}
.text-editor-toolbar h4 {
    line-height: 25px;
}
.text-editor-toolbar div.action {
    margin-left: 5px;
}
.text-editor-toolbar button.btn-primary {
    color: #3494c7;
}
.text-editor-toolbar div.mode button {
    font-size: 12px;
    padding: 6px 10px;
}
.text-editor-toolbar div.mode button.btn-primary {
    font-size: 12px;
    padding: 6px 10px;
    color: #ffffff;
    background-color: #3498db;
    border-color: #3498db;
    -webkit-box-shadow: inset 0 0px 5px rgba(0, 0, 0, 0.375);
    box-shadow: inset 0 0px 5px rgba(0, 0, 0, 0.375);
    background: transparent;
}
.text-editor-toolbar div.mode button.btn-primary:hover,
.text-editor-toolbar div.mode button.btn-primary:focus,
.text-editor-toolbar div.mode button.btn-primary:active,
.text-editor-toolbar div.mode button.btn-primary.active,
.open .dropdown-toggle.text-editor-toolbar div.mode button.btn-primary {
    color: #ffffff;
    background-color: #2383c4;
    border-color: #2077b2;
}
.text-editor-toolbar div.mode button.btn-primary:active,
.text-editor-toolbar div.mode button.btn-primary.active,
.open .dropdown-toggle.text-editor-toolbar div.mode button.btn-primary {
    background-image: none;
}
.text-editor-toolbar div.mode button.btn-primary.disabled,
.text-editor-toolbar div.mode button.btn-primary[disabled],
fieldset[disabled] .text-editor-toolbar div.mode button.btn-primary,
.text-editor-toolbar div.mode button.btn-primary.disabled:hover,
.text-editor-toolbar div.mode button.btn-primary[disabled]:hover,
fieldset[disabled] .text-editor-toolbar div.mode button.btn-primary:hover,
.text-editor-toolbar div.mode button.btn-primary.disabled:focus,
.text-editor-toolbar div.mode button.btn-primary[disabled]:focus,
fieldset[disabled] .text-editor-toolbar div.mode button.btn-primary:focus,
.text-editor-toolbar div.mode button.btn-primary.disabled:active,
.text-editor-toolbar div.mode button.btn-primary[disabled]:active,
fieldset[disabled] .text-editor-toolbar div.mode button.btn-primary:active,
.text-editor-toolbar div.mode button.btn-primary.disabled.active,
.text-editor-toolbar div.mode button.btn-primary[disabled].active,
fieldset[disabled] .text-editor-toolbar div.mode button.btn-primary.active {
    background-color: #3498db;
    border-color: #3498db;
}
.text-editor-toolbar .dropdown-menu {
    background: #555;
    top: 90%;
}
.text-editor-toolbar .dropdown-menu > li > a {
    color: #ffffff;
}
.text-editor-toolbar .dropdown-menu > li > a:hover,
.text-editor-toolbar .dropdown-menu > li > a:focus {
    background: #84c1d2;
    color: #383838;
}
.text-editor-toolbar .dropdown-menu.color-picker {
    padding: 4px;
}
.text-editor-toolbar .dropdown-menu.color-picker li {
    width: auto;
    clear: none;
}
.text-editor-toolbar .dropdown-menu.color-picker li a {
    display: block;
    width: 15px;
    height: 15px;
    padding: 0;
    margin: 2px;
}
.text-editor-toolbar .dropdown-menu.color-picker li:first-child > a {
    border-top-left-radius: 0;
    border-top-right-radius: 0;
}
.text-editor-toolbar .dropdown-menu.color-picker li:last-child > a {
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
}
.text-editor-toolbar .btn {
    font-size: 12px;
    padding: 6px 10px;
}
.text-editor-toolbar .btn-default {
    border: none;
    background: #d1d1d1;
    color: #383838;
}
.text-editor-toolbar .btn-default .caret {
    border-top-color: #383838;
}
.text-editor-toolbar .btn-group .btn + .btn,
.text-editor-toolbar .btn-group .btn + .btn-group,
.text-editor-toolbar .btn-group .btn-group + .btn,
.text-editor-toolbar .btn-group .btn-group + .btn-group {
    margin-left: 0;
}
.text-editor-toolbar .icon-link.icon-link-customize {
    position: relative;
    top: -2px;
    left: 3px;
    font-style: normal;
}
.text-editor-toolbar .icon-link.icon-link-customize:before {
    display: none;
}
.text-editor-toolbar .icon-link.icon-link-customize:after {
    content: '____';
    text-decoration: underline;
    position: absolute;
    left: 2px;
    top: 1px;
}
.text-editor-toolbar .icon-font-family:before {
    content: attr(data-setting);
    width: 100px;
}
.text-editor-toolbar .icon-font-size:before {
    content: attr(data-setting);
    width: 45px;
}
.text-editor-toolbar .icon-plus-squared-1:before {
    font-size: 15px;
    top: 1px;
    position: relative;
}
.text-editor-toolbar .btn-default {
    background: #555;
    color: #ffffff;
}
.text-editor-toolbar .btn-default .caret {
    color: #ffffff;
    border-top-color: #ffffff;
}
.text-editor-toolbar .btn-default .icon-font-backcolor {
    color: #000;
    background: #ffffff;
}
.text-editor-toolbar i:before {
    font-size: 12px;
}
.components-container,
.components-container-non-fixed {
    position: fixed;
    top: 60px;
    left: 7.5%;
    padding: 0 20px 0 0;
    width: 100px;
    height: 100%;
}
.components-container .components-list,
.components-container-non-fixed .components-list {
    margin-bottom: 10px;
}
.components-container .components-list h5,
.components-container-non-fixed .components-list h5 {
    color: #383838;
    font-size: 16px;
    padding: 9px 3px;
}
.components-container .components-list li,
.components-container-non-fixed .components-list li {
    width: 65px;
    height: 50px;
    margin: 0 0 8px 0;
    background: #82c1d3;
    border-radius: 5px;
    position: relative;
    cursor: pointer;
    text-align: center;
}
.components-container .components-list li .add-component,
.components-container-non-fixed .components-list li .add-component {
    width: 100%;
    height: 100%;
    color: #ffffff;
    display: block;
    text-align: center;
}
.components-container .components-list li .add-component .component-type-icon,
.components-container-non-fixed .components-list li .add-component .component-type-icon {
    margin: 0;
    position: relative;
    top: 14px;
    font-size: 18px;
}
.components-container .components-list li .add-component .component-type,
.components-container-non-fixed .components-list li .add-component .component-type {
    width: 100%;
    height: 100%;
    display: none;
    padding-top: 16px;
    text-align: center;
    -webkit-user-select: none;
}
.components-container .components-list li:hover,
.components-container-non-fixed .components-list li:hover {
    background: #3b94c7;
}
.components-container .components-list li:hover .component-type-icon,
.components-container-non-fixed .components-list li:hover .component-type-icon {
    display: none;
}
.components-container .components-list li:hover .component-type,
.components-container-non-fixed .components-list li:hover .component-type {
    display: block;
}
.components-container .advance-components-list .component-type-icon,
.components-container-non-fixed .advance-components-list .component-type-icon {
    display: inline-block;
    width: 26px;
    height: 26px;
    background: url(/assets/components-icon-e7e9aca0877873a15746337a94f7118d.png) 0 0 no-repeat transparent;
    background-size: 26px auto;
}
.components-container .advance-components-list .component-textarea-icon,
.components-container-non-fixed .advance-components-list .component-textarea-icon {
    background-position: 0 0;
}
.components-container .advance-components-list .component-attachment-icon,
.components-container-non-fixed .advance-components-list .component-attachment-icon {
    background-position: 0 -26px;
}
.components-container .advance-components-list .component-scroing-icon,
.components-container-non-fixed .advance-components-list .component-scroing-icon {
    background-position: 0 -52px;
}
.components-container .advance-components-list .component-reference-icon,
.components-container-non-fixed .advance-components-list .component-reference-icon {
    background-position: 0 -78px;
}
.components-container .advance-components-list .component-rubric-icon,
.components-container-non-fixed .advance-components-list .component-rubric-icon {
    background-position: 0 -104px;
}
.components-container .advance-components-list .component-youtube-icon,
.components-container-non-fixed .advance-components-list .component-youtube-icon {
    background-position: 0 -130px;
}
.components-container-non-fixed {
    position: absolute;
    top: 0;
    left: 0;
    text-align: left;
}
.component .popover {
    background: #555;
    z-index: -1;
}
.component .popover.fade.in {
    z-index: 1010;
}
.component .popover.left .arrow:after {
    border-left-color: #555;
}
.component .popover .popover-content {
    font-size: 14px;
    color: #ffffff;
}
.component .popover .popover-content .content {
    vertical-align: middle;
}
.component .popover .popover-content .button {
    color: #ffffff;
    border-radius: 30px;
    background: #ea6449;
    padding: 0px 15px;
    line-height: 28px;
    margin-left: 9px;
}
div.modal.add-portfolio-reference-modal {
    overflow-y: scroll;
}
div.modal.add-portfolio-reference-modal .modal-dialog .modal-content {
    float: none;
    margin: 8% auto 0;
    width: 935px;
}
div.modal.add-portfolio-reference-modal .modal-dialog .modal-content .modal-body {
    height: 432px;
    overflow: hidden;
    padding: 20px 30px 0 30px;
    overflow-y: auto;
}
div.modal.add-portfolio-reference-modal .modal-dialog .modal-content .modal-body .operation-bar {
    width: 438px;
}
div.modal.add-portfolio-reference-modal .modal-dialog .modal-content .modal-body a:hover {
    color: #428bca;
}
div.modal.add-portfolio-reference-modal .modal-dialog .modal-content .modal-body .search-form {
    position: relative;
    margin-right: 10px;
    float: right;
}
div.modal.add-portfolio-reference-modal .modal-dialog .modal-content .modal-body .search-form .search-submit {
    position: absolute;
    top: 5px;
    right: 4px;
    color: #999999;
    font-size: 16px;
}
div.modal.add-portfolio-reference-modal .modal-dialog .modal-content .modal-body .search-form .search-submit .icon-search:before {
    line-height: inherit;
}
div.modal.add-portfolio-reference-modal .modal-dialog .modal-content .modal-body .search-form .input-search {
    padding-left: 13px;
    font-family: 'Source Sans Pro';
    border: 1px solid #999999;
    border-radius: 30px;
    width: 30px;
    height: 30px;
}
div.modal.add-portfolio-reference-modal .modal-dialog .modal-content .modal-body .search-form .input-search.default-open-search {
    width: 150px;
}
div.modal.add-portfolio-reference-modal .modal-dialog .modal-content .modal-body .search-form .input-search:focus {
    outline: 0;
}
div.modal.add-portfolio-reference-modal .modal-dialog .modal-content .modal-body .search-form .input-search::-webkit-input-placeholder {
    padding-left: 5px;
    color: #999999;
    font: 12px 'Source Sans Pro Italic';
}
div.modal.add-portfolio-reference-modal .modal-dialog .modal-content .modal-body div.choose-portfolio {
    margin-top: 10px;
    padding: 10px 0 10px 10px;
    border: 1px #ddd solid;
    border-radius: 5px;
    width: 428px;
    height: 363px;
    display: inline-block;
    font: 14px #383838 'Source Sans Pro';
}
div.modal.add-portfolio-reference-modal .modal-dialog .modal-content .modal-body div.choose-portfolio ul {
    height: 340px;
    overflow-y: auto;
}
div.modal.add-portfolio-reference-modal .modal-dialog .modal-content .modal-body div.choose-portfolio ul li {
    margin-bottom: 10px;
}
div.modal.add-portfolio-reference-modal .modal-dialog .modal-content .modal-body div.choose-portfolio ul li .portfolio {
    color: #383838;
}
div.modal.add-portfolio-reference-modal .modal-dialog .modal-content .modal-body div.choose-portfolio ul li .portfolio .portfolio-title {
    font-size: 14px;
    max-width: 320px;
    display: inline-block;
    vertical-align: middle;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}
div.modal.add-portfolio-reference-modal .modal-dialog .modal-content .modal-body div.choose-portfolio ul li .portfolio .all {
    display: inline-block;
    vertical-align: middle;
}
div.modal.add-portfolio-reference-modal .modal-dialog .modal-content .modal-body div.choose-portfolio ul li .portfolio .all .view-portfolio {
    opacity: 0;
    margin-left: 10px;
    vertical-align: middle;
}
div.modal.add-portfolio-reference-modal .modal-dialog .modal-content .modal-body div.choose-portfolio ul li .portfolio .all:hover .view-portfolio {
    opacity: 1;
}
div.modal.add-portfolio-reference-modal .modal-dialog .modal-content .modal-body div.choose-portfolio ul li .portfolio input[type=checkbox] + label {
    margin-right: -4px;
    height: 11px;
}
div.modal.add-portfolio-reference-modal .modal-dialog .modal-content .modal-body div.choose-portfolio ul li .portfolio input[type=checkbox] + label:before {
    border-color: #999999;
    left: 2px;
    top: 6px;
    width: 15px;
    height: 15px;
}
div.modal.add-portfolio-reference-modal .modal-dialog .modal-content .modal-body div.choose-portfolio ul li .portfolio input[type=checkbox]:checked + label:before {
    content: none;
}
div.modal.add-portfolio-reference-modal .modal-dialog .modal-content .modal-body div.choose-portfolio ul li .portfolio input[type=checkbox]:checked + label:after {
    color: #428bca;
    content: "\e91e";
    font-size: 18px;
    margin-top: 2px;
}
div.modal.add-portfolio-reference-modal .modal-dialog .modal-content .modal-body div.choose-portfolio ul li .portfolio input[type=checkbox]:checked + label + .all {
    color: #383838;
}
div.modal.add-portfolio-reference-modal .modal-dialog .modal-content .modal-body div.select-portfolio {
    width: 440px;
    display: inline-block;
    padding: 0 0 20px 40px;
    height: 363px;
    position: absolute;
    top: 65px;
}
div.modal.add-portfolio-reference-modal .modal-dialog .modal-content .modal-body div.select-portfolio .select-item {
    display: inline-block;
    font: 14px #383838 'Source Sans Pro';
}
div.modal.add-portfolio-reference-modal .modal-dialog .modal-content .modal-body div.select-portfolio .select-item .select-title {
    max-width: 261px;
    display: inline-block;
    vertical-align: middle;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}
div.modal.add-portfolio-reference-modal .modal-dialog .modal-content .modal-body div.select-portfolio .select-item .delete-portfolio {
    opacity: 0;
    margin-left: 5px;
    vertical-align: middle;
    color: #428bca;
}
div.modal.add-portfolio-reference-modal .modal-dialog .modal-content .modal-body div.select-portfolio .select-item:hover .delete-portfolio {
    opacity: 1;
}
div.modal.add-portfolio-reference-modal .modal-dialog .modal-content .modal-body div.select-portfolio ul li {
    line-height: 28px;
}
div.modal.add-portfolio-reference-modal .modal-dialog .modal-content .modal-body div.select-portfolio ul li:before {
    content: '.';
    color: #383838;
    font-size: 18px;
    margin-right: 10px;
    position: relative;
    top: -3px;
}
div.modal.add-portfolio-reference-modal .modal-dialog .modal-content .modal-footer .error-message {
    display: none;
    color: red;
}
#assignment-editor-modal {
    z-index: 1000010;
}
div.modal.insert-reference-modal {
    z-index: 1000001;
}
div.modal.insert-reference-modal .modal-dialog .modal-content {
    float: none;
    margin: 4% auto 0;
    width: 960px;
}
div.modal.insert-reference-modal .modal-dialog .modal-content .modal-header {
    padding-left: 20px;
}
div.modal.insert-reference-modal .modal-dialog .modal-content .modal-body {
    padding: 0;
    height: 600px;
    overflow: hidden;
}
div.modal.insert-reference-modal .modal-dialog .modal-content .modal-body .left-container {
    position: relative;
    margin: 0;
    display: inline-block;
    border-right: 1px #ddd solid;
    width: 260px;
    height: 600px;
}
div.modal.insert-reference-modal .modal-dialog .modal-content .modal-body .left-container div.choose-portfolio {
    font: 14px #383838 'Source Sans Pro';
}
div.modal.insert-reference-modal .modal-dialog .modal-content .modal-body .left-container div.choose-portfolio ul {
    padding: 5px 15px;
    height: 552px;
    overflow-y: auto;
}
div.modal.insert-reference-modal .modal-dialog .modal-content .modal-body .left-container div.choose-portfolio ul li {
    margin-bottom: 10px;
}
div.modal.insert-reference-modal .modal-dialog .modal-content .modal-body .left-container div.choose-portfolio ul li .portfolio .portfolio-title {
    width: 240px;
    font-size: 14px;
    display: inline-block;
    vertical-align: middle;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    cursor: pointer;
}
div.modal.insert-reference-modal .modal-dialog .modal-content .modal-body .left-container div.choose-portfolio ul li .portfolio .portfolio-title:hover {
    color: #3b94c7;
}
div.modal.insert-reference-modal .modal-dialog .modal-content .modal-body .left-container div.choose-portfolio ul li .portfolio .all {
    display: inline-block;
    vertical-align: middle;
}
div.modal.insert-reference-modal .modal-dialog .modal-content .modal-body .left-container div.choose-portfolio ul li .portfolio .all .view-portfolio {
    opacity: 0;
    margin-left: 10px;
    vertical-align: middle;
}
div.modal.insert-reference-modal .modal-dialog .modal-content .modal-body .left-container div.choose-portfolio ul li .portfolio .all:hover .view-portfolio {
    opacity: 1;
}
div.modal.insert-reference-modal .modal-dialog .modal-content .modal-body .left-container div.choose-portfolio ul li .portfolio input[type=checkbox] + label {
    margin-right: -4px;
    height: 11px;
}
div.modal.insert-reference-modal .modal-dialog .modal-content .modal-body .left-container div.choose-portfolio ul li .portfolio input[type=checkbox] + label:before {
    border-color: #999999;
    left: 2px;
    top: 6px;
    width: 15px;
    height: 15px;
}
div.modal.insert-reference-modal .modal-dialog .modal-content .modal-body .left-container div.choose-portfolio ul li .portfolio input[type=checkbox]:checked + label:before {
    content: none;
}
div.modal.insert-reference-modal .modal-dialog .modal-content .modal-body .left-container div.choose-portfolio ul li .portfolio input[type=checkbox]:checked + label:after {
    color: #428bca;
    content: "\e91e";
    font-size: 18px;
    margin-top: 2px;
}
div.modal.insert-reference-modal .modal-dialog .modal-content .modal-body .left-container div.choose-portfolio ul li .portfolio input[type=checkbox]:checked + label + .all {
    color: #383838;
}
div.modal.insert-reference-modal .modal-dialog .modal-content .modal-body .left-container div.choose-portfolio ul li.active {
    color: #3b94c7;
    font-weight: bold;
}
div.modal.insert-reference-modal .modal-dialog .modal-content .modal-body .left-container .operation-bar {
    margin: 6px 0;
    height: 32px;
}
div.modal.insert-reference-modal .modal-dialog .modal-content .modal-body .left-container .operation-bar .filters {
    display: block;
    width: 165px;
    margin: 0 auto;
    color: #333;
    font: 12px 'Source Sans Pro';
    line-height: 30px;
    text-transform: capitalize;
}
div.modal.insert-reference-modal .modal-dialog .modal-content .modal-body .left-container .operation-bar .filters .all-filter-container {
    display: inline-block;
    position: relative;
    height: 23px;
    margin-left: 5px;
    border-radius: 23px;
    text-align: center;
    font-family: 'Source Sans Pro Semibold';
    line-height: 22px;
}
div.modal.insert-reference-modal .modal-dialog .modal-content .modal-body .left-container .operation-bar .filters .all-filter-container:hover {
    background: #555;
}
div.modal.insert-reference-modal .modal-dialog .modal-content .modal-body .left-container .operation-bar .filters .all-filter-container:hover span {
    color: #ffffff;
}
div.modal.insert-reference-modal .modal-dialog .modal-content .modal-body .left-container .operation-bar .filters .all-filter-container span {
    display: inline-block;
    padding: 0 5px 0 12px;
    color: #333;
    cursor: pointer;
}
div.modal.insert-reference-modal .modal-dialog .modal-content .modal-body .left-container .operation-bar .filters .all-filter-container span .icon-down-open-mini {
    font-size: 15px;
    margin-left: 2px;
    vertical-align: middle;
}
div.modal.insert-reference-modal .modal-dialog .modal-content .modal-body .left-container .operation-bar .filters .all-filter-container .filter-panel {
    width: 113px;
    position: absolute;
    top: 0;
    left: 0;
    padding: 0px;
    z-index: 1010;
    border-radius: 11px;
    color: #ffffff;
    background: #555;
}
div.modal.insert-reference-modal .modal-dialog .modal-content .modal-body .left-container .operation-bar .filters .all-filter-container .filter-panel li {
    display: block;
    height: 25px;
    line-height: 22px;
    text-align: left;
}
div.modal.insert-reference-modal .modal-dialog .modal-content .modal-body .left-container .operation-bar .filters .all-filter-container .filter-panel li input {
    display: none;
}
div.modal.insert-reference-modal .modal-dialog .modal-content .modal-body .left-container .operation-bar .filters .all-filter-container .filter-panel li label {
    font-weight: normal;
    cursor: pointer;
    width: 100%;
    padding-left: 12px;
}
div.modal.insert-reference-modal .modal-dialog .modal-content .modal-body .left-container .operation-bar .filters .all-filter-container .filter-panel li label:before,
div.modal.insert-reference-modal .modal-dialog .modal-content .modal-body .left-container .operation-bar .filters .all-filter-container .filter-panel li label:after {
    display: none;
}
div.modal.insert-reference-modal .modal-dialog .modal-content .modal-body .left-container .operation-bar .filters .all-filter-container .filter-panel li .icon-down-open-mini {
    font-size: 15px;
    margin-left: 2px;
    vertical-align: middle;
}
div.modal.insert-reference-modal .modal-dialog .modal-content .modal-body .left-container .operation-bar .filters .all-filter-container .filter-panel li:first-child {
    border-radius: 11px 11px 0 0;
}
div.modal.insert-reference-modal .modal-dialog .modal-content .modal-body .left-container .operation-bar .filters .all-filter-container .filter-panel li:last-child {
    border-radius: 0 0 11px 11px;
}
div.modal.insert-reference-modal .modal-dialog .modal-content .modal-body .left-container .operation-bar .filters .all-filter-container .filter-panel li:hover {
    background: #82c1d3;
}
div.modal.insert-reference-modal .modal-dialog .modal-content .modal-body .left-container .operation-bar .filters {
    margin-left: 0;
    margin-top: 10px;
}
div.modal.insert-reference-modal .modal-dialog .modal-content .modal-body .left-container .search-form {
    position: absolute;
    margin-right: 10px;
    right: 5px;
    top: 10px;
}
div.modal.insert-reference-modal .modal-dialog .modal-content .modal-body .left-container .search-form .search-submit {
    position: absolute;
    top: 5px;
    right: 4px;
    color: #999999;
    font-size: 16px;
}
div.modal.insert-reference-modal .modal-dialog .modal-content .modal-body .left-container .search-form .search-submit .icon-search:before {
    line-height: inherit;
}
div.modal.insert-reference-modal .modal-dialog .modal-content .modal-body .left-container .search-form .input-search {
    padding-left: 13px;
    font-family: 'Source Sans Pro';
    border: 1px solid #999999;
    border-radius: 30px;
    width: 30px;
    height: 30px;
}
div.modal.insert-reference-modal .modal-dialog .modal-content .modal-body .left-container .search-form .input-search.default-open-search {
    width: 200px;
}
div.modal.insert-reference-modal .modal-dialog .modal-content .modal-body .left-container .search-form .input-search:focus {
    outline: 0;
}
div.modal.insert-reference-modal .modal-dialog .modal-content .modal-body .left-container .search-form .input-search::-webkit-input-placeholder {
    padding-left: 5px;
    color: #999999;
    font: 12px 'Source Sans Pro Italic';
}
div.modal.insert-reference-modal .modal-dialog .modal-content .modal-body .right-container {
    float: right;
    width: 697px;
}
div.modal.insert-reference-modal .modal-dialog .modal-content .modal-body .right-container div.select-portfolio {
    padding: 10px;
    height: 532px;
    overflow-y: auto;
}
div.modal.insert-reference-modal .modal-dialog .modal-content .modal-body .right-container div.select-portfolio div.component {
    padding: 8px 30px;
}
div.modal.insert-reference-modal .modal-dialog .modal-content .modal-body .right-container div.select-portfolio div.component .view.shown {
    padding-top: 20px;
}
div.modal.insert-reference-modal .modal-dialog .modal-content .modal-body .right-container div.select-portfolio div.component .select-label {
    display: none;
}
div.modal.insert-reference-modal .modal-dialog .modal-content .modal-body .right-container div.select-portfolio div.component:hover.stay {
    padding: 8 30px;
}
div.modal.insert-reference-modal .modal-dialog .modal-content .modal-body .right-container div.select-portfolio div.component.selected-component {
    border: 1px solid #3b94c7;
}
div.modal.insert-reference-modal .modal-dialog .modal-content .modal-body .right-container div.select-portfolio div.component.selected-component .select-label {
    display: inline;
    color: #3b94c7;
    position: absolute;
    bottom: 5px;
    right: 5px;
}
div.modal.insert-reference-modal .modal-dialog .modal-content .modal-body .right-container div.select-portfolio div.component.resource-reference .view {
    float: none;
}
div.modal.insert-reference-modal .modal-dialog .modal-content .modal-body .right-container div.select-portfolio div.component.resource-reference .view div.component:hover {
    border-color: transparent;
}
div.modal.insert-reference-modal .modal-dialog .modal-content .modal-body .right-container .modal-footer {
    padding: 20px;
}
/* AKLSNXDSFHJXADKNSMHADJKLXH F-K */
.ROUND-BORDER-TOP-LEFT {
    border-top-left-radius: 4px;
}
.ROUND-BORDER-TOP-RIGHT {
    border-top-right-radius: 4px;
}
.ROUND-BORDER-TOP {
    border-top-left-radius: 4px;
    border-top-right-radius: 4px;
}
.ROUND-BORDER-BOTTOM-LEFT {
    border-bottom-left-radius: 4px;
}
.ROUND-BORDER-BOTTOM-RIGHT {
    border-bottom-right-radius: 4px;
}
.ROUND-BORDER-BOTTOM {
    border-bottom-left-radius: 4px;
    border-bottom-right-radius: 4px;
}
.ROUND-BORDER {
    border-top-left-radius: 4px;
    border-top-right-radius: 4px;
    border-bottom-left-radius: 4px;
    border-bottom-right-radius: 4px;
}
.PLACEHOLDER {
    display: none;
}
.PLACEHOLDER:only-child {
    display: block;
}
.TIMELINE-CONTAINER.hide-sidebar {
    width: 0;
}
.TIMELINE-CONTAINER a.sidebar-toggle-button {
    position: absolute;
    left: -15px;
    bottom: 0;
    width: 15px;
    z-index: 10;
    cursor: pointer;
    opacity: 0.65;
}
.TIMELINE-CONTAINER a.sidebar-toggle-button span.icon {
    position: fixed;
    top: 50%;
}
.TIMELINE-CONTAINER a.sidebar-toggle-button:hover {
    opacity: 1;
}
.TIMELINE-CONTAINER div.timeline-with-pagination {
    position: relative;
    width: 100%;
    height: 100%;
    overflow: hidden;
    padding-bottom: 170px;
}
.TIMELINE-CONTAINER div.timeline-with-pagination div.timeline {
    overflow-x: hidden;
    overflow-y: scroll;
    box-sizing: border-box;
    height: 100%;
    width: 100%;
}
.TIMELINE-CONTAINER div.timeline-with-pagination div.timeline ol.timeline {
    list-style: none;
    padding: 10px 0;
    margin: 0;
}
.TIMELINE-CONTAINER div.timeline-with-pagination div.timeline ol.timeline li.placeholder {
    display: none;
    background: transparent;
    box-shadow: none;
}
.TIMELINE-CONTAINER div.timeline-with-pagination div.timeline ol.timeline li.placeholder:only-child {
    display: block;
}
.TIMELINE-CONTAINER div.timeline-with-pagination div.timeline ol.timeline li.panel {
    border: 0;
}
.TIMELINE-CONTAINER div.timeline-with-pagination div.timeline ol.timeline li.panel div.panel-heading {
    position: relative;
    padding: 0;
}
.TIMELINE-CONTAINER div.timeline-with-pagination div.timeline ol.timeline li.panel div.panel-heading button {
    opacity: 0;
    transition: opacity 0.3s ease-in-out;
    position: absolute;
    top: 5px;
    right: 10px;
}
.TIMELINE-CONTAINER div.timeline-with-pagination div.timeline ol.timeline li.panel div.panel-heading:hover button {
    opacity: 1;
}
.TIMELINE-CONTAINER div.timeline-with-pagination div.timeline ol.timeline li.panel div.panel-heading a {
    display: block;
    width: 100%;
    height: 100%;
    box-sizing: border-box;
    padding: 10px 10px;
    background: #e6e6e6;
    border-top-left-radius: 4px;
    border-top-right-radius: 4px;
    font-weight: bold;
    transition: 0.5s background;
}
.TIMELINE-CONTAINER div.timeline-with-pagination div.timeline ol.timeline li.panel div.panel-heading a.title-ellipsis {
    padding-right: 60px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.TIMELINE-CONTAINER div.timeline-with-pagination div.timeline ol.timeline li.panel div.panel-heading a.collapsed {
    font-weight: normal;
    background: #ffffff;
    border-bottom-left-radius: 4px;
    border-bottom-right-radius: 4px;
}
.TIMELINE-CONTAINER div.timeline-with-pagination div.timeline-pagination {
    position: absolute;
    min-width: 160px;
    bottom: 90px;
    right: 30px;
}
.TIMELINE-CONTAINER div.timeline-with-pagination div.timeline-pagination select {
    margin: 0 10px;
}
.MINI-TIMELINE {
    overflow-x: hidden;
    overflow-y: scroll;
    box-sizing: border-box;
    height: 100%;
    width: 100%;
}
.MINI-TIMELINE ol.timeline {
    list-style: none;
    padding: 10px 0;
    margin: 0;
}
.MINI-TIMELINE ol.timeline li.placeholder {
    display: none;
    background: transparent;
    box-shadow: none;
}
.MINI-TIMELINE ol.timeline li.placeholder:only-child {
    display: block;
}
.MINI-TIMELINE ol.timeline li.panel {
    border: 0;
}
.MINI-TIMELINE ol.timeline li.panel div.panel-heading {
    position: relative;
    padding: 0;
}
.MINI-TIMELINE ol.timeline li.panel div.panel-heading button {
    opacity: 0;
    transition: opacity 0.3s ease-in-out;
    position: absolute;
    top: 5px;
    right: 10px;
}
.MINI-TIMELINE ol.timeline li.panel div.panel-heading:hover button {
    opacity: 1;
}
.MINI-TIMELINE ol.timeline li.panel div.panel-heading a {
    display: block;
    width: 100%;
    height: 100%;
    box-sizing: border-box;
    padding: 10px 10px;
    background: #e6e6e6;
    border-top-left-radius: 4px;
    border-top-right-radius: 4px;
    font-weight: bold;
    transition: 0.5s background;
}
.MINI-TIMELINE ol.timeline li.panel div.panel-heading a.title-ellipsis {
    padding-right: 60px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.MINI-TIMELINE ol.timeline li.panel div.panel-heading a.collapsed {
    font-weight: normal;
    background: #ffffff;
    border-bottom-left-radius: 4px;
    border-bottom-right-radius: 4px;
}
.MINI-TIMELINE-PAGINATION {
    position: absolute;
    min-width: 160px;
    bottom: 90px;
    right: 30px;
}
.MINI-TIMELINE-PAGINATION select {
    margin: 0 10px;
}
.TIMELINE-WITH-PAGINATION {
    position: relative;
    width: 100%;
    height: 100%;
    overflow: hidden;
    padding-bottom: 170px;
}
.TIMELINE-WITH-PAGINATION div.timeline {
    overflow-x: hidden;
    overflow-y: scroll;
    box-sizing: border-box;
    height: 100%;
    width: 100%;
}
.TIMELINE-WITH-PAGINATION div.timeline ol.timeline {
    list-style: none;
    padding: 10px 0;
    margin: 0;
}
.TIMELINE-WITH-PAGINATION div.timeline ol.timeline li.placeholder {
    display: none;
    background: transparent;
    box-shadow: none;
}
.TIMELINE-WITH-PAGINATION div.timeline ol.timeline li.placeholder:only-child {
    display: block;
}
.TIMELINE-WITH-PAGINATION div.timeline ol.timeline li.panel {
    border: 0;
}
.TIMELINE-WITH-PAGINATION div.timeline ol.timeline li.panel div.panel-heading {
    position: relative;
    padding: 0;
}
.TIMELINE-WITH-PAGINATION div.timeline ol.timeline li.panel div.panel-heading button {
    opacity: 0;
    transition: opacity 0.3s ease-in-out;
    position: absolute;
    top: 5px;
    right: 10px;
}
.TIMELINE-WITH-PAGINATION div.timeline ol.timeline li.panel div.panel-heading:hover button {
    opacity: 1;
}
.TIMELINE-WITH-PAGINATION div.timeline ol.timeline li.panel div.panel-heading a {
    display: block;
    width: 100%;
    height: 100%;
    box-sizing: border-box;
    padding: 10px 10px;
    background: #e6e6e6;
    border-top-left-radius: 4px;
    border-top-right-radius: 4px;
    font-weight: bold;
    transition: 0.5s background;
}
.TIMELINE-WITH-PAGINATION div.timeline ol.timeline li.panel div.panel-heading a.title-ellipsis {
    padding-right: 60px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.TIMELINE-WITH-PAGINATION div.timeline ol.timeline li.panel div.panel-heading a.collapsed {
    font-weight: normal;
    background: #ffffff;
    border-bottom-left-radius: 4px;
    border-bottom-right-radius: 4px;
}
.TIMELINE-WITH-PAGINATION div.timeline-pagination {
    position: absolute;
    min-width: 160px;
    bottom: 90px;
    right: 30px;
}
.TIMELINE-WITH-PAGINATION div.timeline-pagination select {
    margin: 0 10px;
}
.SIDEBAR-TOGGLE-BUTTON {
    position: absolute;
    left: -15px;
    bottom: 0;
    width: 15px;
    z-index: 10;
    cursor: pointer;
    opacity: 0.65;
}
.SIDEBAR-TOGGLE-BUTTON span.icon {
    position: fixed;
    top: 50%;
}
.SIDEBAR-TOGGLE-BUTTON:hover {
    opacity: 1;
}
.DEFAULT-FONT-STYLE {
    font-size: 14px;
    font-family: Lato, Helvetica, Arial, sans-serif;
    font-weight: normal;
    color: #555555;
    font-style: normal;
    text-decoration: none;
    line-height: normal;
}
.SECTION-COMPOSER-TOOLBAR {
    background: #e6e6e6;
    border-bottom-width: 1px;
}
.SECTION-COMPOSER-TOOLBAR h4 {
    line-height: 25px;
}
.SECTION-COMPOSER-TOOLBAR div.action {
    margin-left: 5px;
}
.SECTION-COMPOSER-TOOLBAR button.btn-primary {
    color: #3494c7;
}
.SECTION-COMPOSER-TOOLBAR div.mode button {
    font-size: 12px;
    padding: 6px 10px;
}
.SECTION-COMPOSER-TOOLBAR div.mode button.btn-primary {
    font-size: 12px;
    padding: 6px 10px;
    color: #ffffff;
    background-color: #3498db;
    border-color: #3498db;
    -webkit-box-shadow: inset 0 0px 5px rgba(0, 0, 0, 0.375);
    box-shadow: inset 0 0px 5px rgba(0, 0, 0, 0.375);
    background: transparent;
}
.SECTION-COMPOSER-TOOLBAR div.mode button.btn-primary:hover,
.SECTION-COMPOSER-TOOLBAR div.mode button.btn-primary:focus,
.SECTION-COMPOSER-TOOLBAR div.mode button.btn-primary:active,
.SECTION-COMPOSER-TOOLBAR div.mode button.btn-primary.active,
.open .dropdown-toggle.SECTION-COMPOSER-TOOLBAR div.mode button.btn-primary {
    color: #ffffff;
    background-color: #2383c4;
    border-color: #2077b2;
}
.SECTION-COMPOSER-TOOLBAR div.mode button.btn-primary:active,
.SECTION-COMPOSER-TOOLBAR div.mode button.btn-primary.active,
.open .dropdown-toggle.SECTION-COMPOSER-TOOLBAR div.mode button.btn-primary {
    background-image: none;
}
.SECTION-COMPOSER-TOOLBAR div.mode button.btn-primary.disabled,
.SECTION-COMPOSER-TOOLBAR div.mode button.btn-primary[disabled],
fieldset[disabled] .SECTION-COMPOSER-TOOLBAR div.mode button.btn-primary,
.SECTION-COMPOSER-TOOLBAR div.mode button.btn-primary.disabled:hover,
.SECTION-COMPOSER-TOOLBAR div.mode button.btn-primary[disabled]:hover,
fieldset[disabled] .SECTION-COMPOSER-TOOLBAR div.mode button.btn-primary:hover,
.SECTION-COMPOSER-TOOLBAR div.mode button.btn-primary.disabled:focus,
.SECTION-COMPOSER-TOOLBAR div.mode button.btn-primary[disabled]:focus,
fieldset[disabled] .SECTION-COMPOSER-TOOLBAR div.mode button.btn-primary:focus,
.SECTION-COMPOSER-TOOLBAR div.mode button.btn-primary.disabled:active,
.SECTION-COMPOSER-TOOLBAR div.mode button.btn-primary[disabled]:active,
fieldset[disabled] .SECTION-COMPOSER-TOOLBAR div.mode button.btn-primary:active,
.SECTION-COMPOSER-TOOLBAR div.mode button.btn-primary.disabled.active,
.SECTION-COMPOSER-TOOLBAR div.mode button.btn-primary[disabled].active,
fieldset[disabled] .SECTION-COMPOSER-TOOLBAR div.mode button.btn-primary.active {
    background-color: #3498db;
    border-color: #3498db;
}
.SECTION-COMPOSER-TOOLBAR .dropdown-menu {
    background: #555;
    top: 90%;
}
.SECTION-COMPOSER-TOOLBAR .dropdown-menu > li > a {
    color: #ffffff;
}
.SECTION-COMPOSER-TOOLBAR .dropdown-menu > li > a:hover,
.SECTION-COMPOSER-TOOLBAR .dropdown-menu > li > a:focus {
    background: #84c1d2;
    color: #383838;
}
.SECTION-COMPOSER-TOOLBAR .dropdown-menu.color-picker {
    padding: 4px;
}
.SECTION-COMPOSER-TOOLBAR .dropdown-menu.color-picker li {
    width: auto;
    clear: none;
}
.SECTION-COMPOSER-TOOLBAR .dropdown-menu.color-picker li a {
    display: block;
    width: 15px;
    height: 15px;
    padding: 0;
    margin: 2px;
}
.SECTION-COMPOSER-TOOLBAR .dropdown-menu.color-picker li:first-child > a {
    border-top-left-radius: 0;
    border-top-right-radius: 0;
}
.SECTION-COMPOSER-TOOLBAR .dropdown-menu.color-picker li:last-child > a {
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
}
.SECTION-COMPOSER-TOOLBAR .btn {
    font-size: 12px;
    padding: 6px 10px;
}
.SECTION-COMPOSER-TOOLBAR .btn-default {
    border: none;
    background: #d1d1d1;
    color: #383838;
}
.SECTION-COMPOSER-TOOLBAR .btn-default .caret {
    border-top-color: #383838;
}
.SECTION-COMPOSER-TOOLBAR .btn-group .btn + .btn,
.SECTION-COMPOSER-TOOLBAR .btn-group .btn + .btn-group,
.SECTION-COMPOSER-TOOLBAR .btn-group .btn-group + .btn,
.SECTION-COMPOSER-TOOLBAR .btn-group .btn-group + .btn-group {
    margin-left: 0;
}
.SECTION-COMPOSER-TOOLBAR .icon-link.icon-link-customize {
    position: relative;
    top: -2px;
    left: 3px;
    font-style: normal;
}
.SECTION-COMPOSER-TOOLBAR .icon-link.icon-link-customize:before {
    display: none;
}
.SECTION-COMPOSER-TOOLBAR .icon-link.icon-link-customize:after {
    content: '____';
    text-decoration: underline;
    position: absolute;
    left: 2px;
    top: 1px;
}
.SECTION-COMPOSER-TOOLBAR .icon-font-family:before {
    content: attr(data-setting);
    width: 100px;
}
.SECTION-COMPOSER-TOOLBAR .icon-font-size:before {
    content: attr(data-setting);
    width: 45px;
}
.SECTION-COMPOSER-TOOLBAR .icon-plus-squared-1:before {
    font-size: 15px;
    top: 1px;
    position: relative;
}
.COMPONENT-CONTAINER {
    text-align: left;
    box-sizing: border-box;
    max-height: 125px;
    max-width: 480px;
    padding: 10px 15px 15px 15px;
    border: 1px solid transparent;
    border-radius: 4px;
    border-spacing: 0;
    border-collapse: separate;
    table-layout: fixed;
    background: #ffffff;
    font-size: 14px;
    font-family: Lato, Helvetica, Arial, sans-serif;
    font-weight: normal;
    color: #555555;
    font-style: normal;
    text-decoration: none;
    line-height: normal;
    -webkit-user-select: none;
}
.COMPONENT-CONTAINER thead {
    position: relative;
    color: #444;
    font-weight: bold;
    background: transparent;
}
.COMPONENT-CONTAINER thead td {
    padding-bottom: 5px;
    border-radius: 5px;
}
.COMPONENT-CONTAINER thead td .title {
    color: #3b94c7;
    line-height: 20px;
}
.COMPONENT-CONTAINER thead td a.config,
.COMPONENT-CONTAINER thead td a.delete {
    visibility: hidden;
    float: right;
    padding: 0px 10px;
    color: #3b94c7;
    border-radius: 4px;
    font-size: 14px;
}
.COMPONENT-CONTAINER thead td a.config .icon:before,
.COMPONENT-CONTAINER thead td a.delete .icon:before {
    vertical-align: middle;
}
.COMPONENT-CONTAINER tbody .component-img img {
    cursor: auto;
}
.COMPONENT-CONTAINER tbody div.config-container table {
    width: 100%;
}
.COMPONENT-CONTAINER tbody div.config-container table tr:last-child {
    text-align: center;
}
.COMPONENT-CONTAINER tbody div.config-container table td {
    padding: 0;
}
.COMPONENT-CONTAINER tbody .hidden-config {
    display: none;
}
.COMPONENT-CONTAINER tbody .hidden-permission {
    display: none;
}
.COMPONENT-CONTAINER tbody div.form-group {
    width: 100%;
}
@-moz-document url-prefix() {
    label {
        vertical-align: top;
    }
    label.optional-label {
        margin-top: 8px;
    }
}
.COMPONENT-CONTAINER tbody div.form-group label {
    width: 138px;
}
.COMPONENT-CONTAINER tbody div.form-group div {
    width: 45%;
    display: inline-block;
    margin-left: 10px;
}
.COMPONENT-CONTAINER tbody div.form-group div input.form-control {
    width: 100%;
    max-width: 220px;
}
.COMPONENT-CONTAINER tbody div.form-group div input.form-control:focus {
    border-color: #3b94c7;
    box-shadow: none;
}
.COMPONENT-CONTAINER tbody div.form-group div select.form-control {
    width: 100%;
    max-width: 220px;
    word-wrap: normal;
    padding-left: 3px;
}
.COMPONENT-CONTAINER tbody div.form-group div select.form-control:focus {
    border-color: #3b94c7;
    box-shadow: none;
}
.PORTFOLIOS-SIDEBAR {
    position: fixed;
    top: 0px;
    right: 0px;
    width: 25%;
    height: 100%;
    padding-top: 10px;
    box-sizing: border-box;
    transition: width 0.5s;
    background: #ecf0f1;
}
.PORTFOLIOS-SIDEBAR a.toggle {
    position: absolute;
    left: -15px;
    bottom: 0;
    z-index: 10;
    width: 15px;
    cursor: pointer;
    opacity: 0.65;
}
.PORTFOLIOS-SIDEBAR a.toggle span.icon {
    position: fixed;
    top: 50%;
}
.PORTFOLIOS-SIDEBAR a.toggle:hover {
    opacity: 1;
}
.PORTFOLIOS-SIDEBAR div.portfolios-container {
    overflow-y: auto;
    height: 100%;
}
.PORTFOLIOS-SIDEBAR div.portfolios-container div.search {
    height: 40px;
    width: 100%;
    overflow: hidden;
}
.PORTFOLIOS-SIDEBAR div.portfolios-container div.search .input-search-adding {
    animation: empty-alert 0.25s;
    -webkit-animation: empty-alert 0.25s;
}
@keyframes empty-alert {
    from {
        background: #df604e;
    }
    to {
        background: #FFF;
    }
}
@-webkit-keyframes empty-alert {
    from {
        background: #df604e;
    }
    to {
        background: #FFF;
    }
}
.PORTFOLIOS-SIDEBAR div.portfolios-container div.icon-wrap {
    position: relative;
    top: -26px;
    left: 90%;
}
.PORTFOLIOS-SIDEBAR div.portfolios-container div.icon-wrap a {
    color: #aaaaaa;
}
.PORTFOLIOS-SIDEBAR div.portfolios-container div.search-result-count {
    padding: 0 16px;
}
.PORTFOLIOS-SIDEBAR div.portfolios-container ol {
    box-sizing: border-box;
    list-style: none;
    height: 820px;
    padding: 10px 16px;
    margin: 0;
}
.PORTFOLIOS-SIDEBAR div.portfolios-container ol li.placeholder {
    display: none;
    background: transparent;
    box-shadow: none;
}
.PORTFOLIOS-SIDEBAR div.portfolios-container ol li.placeholder:only-child {
    display: block;
}
.PORTFOLIOS-SIDEBAR div.portfolios-container ol div.panel-heading span {
    color: #808080;
}
.PORTFOLIOS-SIDEBAR div.portfolios-container ol li.panel {
    border: 0;
}
.PORTFOLIOS-SIDEBAR div.portfolios-container ol li.panel div.panel-heading {
    position: relative;
    padding: 0;
}
.PORTFOLIOS-SIDEBAR div.portfolios-container ol li.panel div.panel-heading button {
    position: absolute;
    top: 5px;
    right: 10px;
    opacity: 0;
    transition: opacity 0.3s ease-in-out;
}
.PORTFOLIOS-SIDEBAR div.portfolios-container ol li.panel div.panel-heading button.view {
    position: absolute;
    right: 60px;
}
.PORTFOLIOS-SIDEBAR div.portfolios-container ol li.panel div.panel-heading button.select {
    position: absolute;
    right: 10px;
}
.PORTFOLIOS-SIDEBAR div.portfolios-container ol li.panel div.panel-heading:hover button {
    opacity: 1;
}
.PORTFOLIOS-SIDEBAR div.portfolios-container ol li.panel div.panel-heading a {
    display: block;
    box-sizing: border-box;
    width: 100%;
    height: 100%;
    padding: 10px 10px;
    background: #e6e6e6;
    font-weight: bold;
    transition: 0.5s background;
    border-top-left-radius: 4px;
    border-top-right-radius: 4px;
}
.PORTFOLIOS-SIDEBAR div.portfolios-container ol li.panel div.panel-heading a.title-ellipsis {
    overflow: hidden;
    padding-right: 60px;
    white-space: nowrap;
    text-overflow: ellipsis;
}
.PORTFOLIOS-SIDEBAR div.portfolios-container ol li.panel div.panel-heading a.collapsed {
    background: #ffffff;
    font-weight: normal;
    border-bottom-left-radius: 4px;
    border-bottom-right-radius: 4px;
}
.PORTFOLIOS-SIDEBAR div.portfolios-container div.pages {
    overflow-x: hidden;
    margin-bottom: 20px;
    text-align: right;
    padding-right: 17px;
    width: 200px;
}
.PORTFOLIOS-SIDEBAR .btn {
    border: 0;
    font-size: 12px;
}
.PORTFOLIOS-SIDEBAR-HIDDEN {
    width: 0;
}
.IMAGE-PANEL {
    position: absolute;
    top: 0px;
    left: 0px;
    background: #555555;
    padding: 3px 3px 3px 8px;
    border-radius: 5px;
    box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.5);
}
.IMAGE-PANEL span {
    position: relative;
    top: 0px;
    right: 0px;
    cursor: pointer;
    opacity: 0.8;
}
.IMAGE-PANEL .unlink {
    text-decoration: underline;
}
.IMAGE-SIZE img {
    max-width: 100%;
    cursor: pointer;
    display: inline-block;
}
.IMAGE-SIZE img.small {
    max-width: 320px;
    width: 20%;
}
.IMAGE-SIZE img.medium {
    max-width: 640px;
    width: 60%;
}
.IMAGE-SIZE img.large {
    max-width: 1024px;
    width: 90%;
}
.UPLOAD-COMPONENT {
    margin: 10px 0;
}
.UPLOAD-COMPONENT .submit-container {
    display: none;
    position: relative;
    height: 35px;
    margin: 8px 0px 5px 0px;
    padding: 5px 8px 5px 0px;
    background: #ddd;
    width: 210px;
    overflow: hidden;
    line-height: 23px;
    border: 1px solid #cccccc;
    border-radius: 5px;
}
.UPLOAD-COMPONENT .submit-container .icon-attach {
    margin-right: 5px;
    position: relative;
}
.UPLOAD-COMPONENT .submit-container a.attach-link {
    display: inline-block;
    width: 120px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.UPLOAD-COMPONENT .submit-container a.attach-link:before {
    content: attr(data-content);
}
.UPLOAD-COMPONENT .submit-container .remove {
    position: absolute;
    top: 1px;
    right: 0px;
    color: #555;
}
.UPLOAD-COMPONENT .upload-container input[type="file"] {
    display: inline-block;
}
.UPLOAD-COMPONENT .upload-container .error-indicator {
    color: #B94A48;
}
.UPLOAD-COMPONENT .upload-container .progress-bar {
    display: none;
    margin-top: 10px;
    width: 45%;
}
.UPLOAD-COMPONENT .upload-container .progress-bar .percent {
    display: inline-block;
}
.UPLOAD-COMPONENT .upload-container .progress-bar .bar_mortice {
    display: inline-block;
    width: 100%;
    height: 21px;
    background: #777;
    box-shadow: inset 0px 1px 2px 0px #333333, inset 0px -1px 1px 0px #d0d0d0, 0px 1px 0px 0px #f0f0f0;
    border: 1px solid #a0a0a0;
}
.UPLOAD-COMPONENT .upload-container .progress-bar .bar_mortice .progress {
    float: left;
    width: 40%;
    height: 19px;
    background: #ffffff;
    background: -moz-linear-gradient(top, #ffffff 0%, #e5e5e5 100%);
    background: -webkit-linear-gradient(top, #ffffff 0%, #e5e5e5 100%);
    background: -o-linear-gradient(top, #ffffff 0%, #e5e5e5 100%);
    background: -ms-linear-gradient(top, #ffffff 0%, #e5e5e5 100%);
    background: linear-gradient(top, #ffffff 0%, #e5e5e5 100%);
    border-top: 1px solid #fff;
    border-bottom: 1px solid #999;
}
.UPLOAD-COMPONENT .upload-container .progress-bar .rounded {
    border-radius: 8px;
}
.UPLOAD-COMPONENT .upload-container .progress-bar .rounded .rounded {
    border-radius: 6px;
}
.UPLOAD-COMPONENT .upload-container .progress-bar .blue_mortice {
    background: #046;
    border-color: #069;
    box-shadow: inset 0px 1px 2px 0px #333333, inset 0px -1px 1px 0px #0088cc, 0px 1px 0px 0px #f0f0f0;
}
.UPLOAD-COMPONENT .upload-container .progress-bar .blue_mortice .blue {
    background: #0af;
    background: -moz-linear-gradient(top, #00aaff 0%, #0093dd 100%);
    background: -webkit-linear-gradient(top, #00aaff 0%, #0093dd 100%);
    background: -o-linear-gradient(top, #00aaff 0%, #0093dd 100%);
    background: -ms-linear-gradient(top, #00aaff 0%, #0093dd 100%);
    background: linear-gradient(top, #00aaff 0%, #0093dd 100%);
    border-top-color: #88d7ff;
    border-bottom-color: #069;
}
.ATTACHMENT-COMPONENT {
    position: relative;
    height: 35px;
    margin: 8px 0px 5px 0px;
    padding: 5px 8px 5px 0px;
    background: #ddd;
    width: 210px;
    overflow: hidden;
    line-height: 23px;
    border: 1px solid #cccccc;
    border-radius: 5px;
}
.ATTACHMENT-COMPONENT .icon-attach {
    margin-right: 5px;
    position: relative;
}
.ATTACHMENT-COMPONENT a.attach-link {
    display: inline-block;
    width: 120px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.ATTACHMENT-COMPONENT a.attach-link:before {
    content: attr(data-content);
}
.ATTACHMENT-COMPONENT .remove {
    position: absolute;
    top: 1px;
    right: 0px;
    color: #555;
}
.FILE-LINK table.file-link {
    position: relative;
    height: 35px;
    margin: 8px 0px 5px 0px;
    padding: 5px 8px 5px 0px;
    background: #ddd;
    width: 210px;
    overflow: hidden;
    line-height: 23px;
    border: 1px solid #cccccc;
    border-radius: 5px;
}
.FILE-LINK table.file-link .icon-attach {
    margin-right: 5px;
    position: relative;
}
.FILE-LINK table.file-link a.attach-link {
    display: inline-block;
    width: 120px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.FILE-LINK table.file-link a.attach-link:before {
    content: attr(data-content);
}
.FILE-LINK table.file-link .remove {
    position: absolute;
    top: 1px;
    right: 0px;
    color: #555;
}
.FILE-LINK table.file-link a.attach-link {
    padding-top: 0px;
    margin-top: -5px;
    font-weight: normal;
    font-size: 14px;
    vertical-align: middle;
}
.FILE-LINK table.file-link a.download {
    color: #3498db;
}
.FILE-LINK table.file-link a.delete {
    color: #808080;
    padding-left: 5px;
}
.LOADING-BACKDROP .loading-backdrop {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 100030;
    text-align: center;
    background: rgba(233, 236, 241, 0.4);
}
.LOADING-BACKDROP .loading-backdrop .img-loading {
    margin: 300px auto;
    width: 60px;
    z-index: 100060;
}
.PROGRESS-BAR {
    display: none;
    margin-top: 10px;
    width: 45%;
}
.PROGRESS-BAR .percent {
    display: inline-block;
}
.PROGRESS-BAR .bar_mortice {
    display: inline-block;
    width: 100%;
    height: 21px;
    background: #777;
    box-shadow: inset 0px 1px 2px 0px #333333, inset 0px -1px 1px 0px #d0d0d0, 0px 1px 0px 0px #f0f0f0;
    border: 1px solid #a0a0a0;
}
.PROGRESS-BAR .bar_mortice .progress {
    float: left;
    width: 40%;
    height: 19px;
    background: #ffffff;
    background: -moz-linear-gradient(top, #ffffff 0%, #e5e5e5 100%);
    background: -webkit-linear-gradient(top, #ffffff 0%, #e5e5e5 100%);
    background: -o-linear-gradient(top, #ffffff 0%, #e5e5e5 100%);
    background: -ms-linear-gradient(top, #ffffff 0%, #e5e5e5 100%);
    background: linear-gradient(top, #ffffff 0%, #e5e5e5 100%);
    border-top: 1px solid #fff;
    border-bottom: 1px solid #999;
}
.PROGRESS-BAR .rounded {
    border-radius: 8px;
}
.PROGRESS-BAR .rounded .rounded {
    border-radius: 6px;
}
.PROGRESS-BAR .blue_mortice {
    background: #046;
    border-color: #069;
    box-shadow: inset 0px 1px 2px 0px #333333, inset 0px -1px 1px 0px #0088cc, 0px 1px 0px 0px #f0f0f0;
}
.PROGRESS-BAR .blue_mortice .blue {
    background: #0af;
    background: -moz-linear-gradient(top, #00aaff 0%, #0093dd 100%);
    background: -webkit-linear-gradient(top, #00aaff 0%, #0093dd 100%);
    background: -o-linear-gradient(top, #00aaff 0%, #0093dd 100%);
    background: -ms-linear-gradient(top, #00aaff 0%, #0093dd 100%);
    background: linear-gradient(top, #00aaff 0%, #0093dd 100%);
    border-top-color: #88d7ff;
    border-bottom-color: #069;
}
.ANGLE-TOGGLE span:before,
.ANGLE-TOGGLE i:before {
    margin: 0;
    position: relative;
}
.ANGLE-TOGGLE .icon-angle:before {
    content: '\e8c1';
}
.ANGLE-TOGGLE.collapsed .icon-angle:before {
    content: '\e8c2';
}
.ACTION_RECORD div.action-records {
    background: #555;
    position: absolute;
    top: 40px;
    z-index: 10;
    border-radius: 5px;
    min-width: 210px;
    display: none;
    line-height: 0;
}
.ACTION_RECORD div.action-records ul {
    list-style: none;
    padding: 8px 0 8px 8px;
}
.ACTION_RECORD div.action-records ul li {
    line-height: 16px;
    height: 16px;
}
.ACTION_RECORD div.action-records ul li span {
    font-family: "Source Sans Pro";
    display: inline-block;
    font-size: 12px;
    color: #fff;
}
.ACTION_RECORD div.action-records ul li span.action_type {
    width: 90px;
}
.ACTION_RECORD div.action-records ul li span.action_time {
    width: 110px;
}
.ACTION_RECORD div.action-records i.icon-up-dir {
    position: absolute;
    top: -18px;
    left: 9px;
    font-size: 30px;
}
.ACTION_RECORD div.action-records i.icon-up-dir:before {
    color: #555;
}
.EDIT-BUTTON {
    display: inline;
    position: absolute;
    right: 0px;
    bottom: 0px;
    padding: 2px 0 0 2px;
    background: #3b94c7;
    color: #ffffff;
    border-radius: 25px 0 5px 0;
    opacity: 0;
    transition: all 0.2s ease;
    width: 25px;
    height: 25px;
}
.FILTERS .filters {
    display: block;
    width: 165px;
    margin: 0 auto;
    color: #333;
    font: 12px 'Source Sans Pro';
    line-height: 30px;
    text-transform: capitalize;
}
.FILTERS .filters .all-filter-container {
    display: inline-block;
    position: relative;
    height: 23px;
    margin-left: 5px;
    border-radius: 23px;
    text-align: center;
    font-family: 'Source Sans Pro Semibold';
    line-height: 22px;
}
.FILTERS .filters .all-filter-container:hover {
    background: #555;
}
.FILTERS .filters .all-filter-container:hover span {
    color: #ffffff;
}
.FILTERS .filters .all-filter-container span {
    display: inline-block;
    padding: 0 5px 0 12px;
    color: #333;
    cursor: pointer;
}
.FILTERS .filters .all-filter-container span .icon-down-open-mini {
    font-size: 15px;
    margin-left: 2px;
    vertical-align: middle;
}
.FILTERS .filters .all-filter-container .filter-panel {
    width: 113px;
    position: absolute;
    top: 0;
    left: 0;
    padding: 0px;
    z-index: 1010;
    border-radius: 11px;
    color: #ffffff;
    background: #555;
}
.FILTERS .filters .all-filter-container .filter-panel li {
    display: block;
    height: 25px;
    line-height: 22px;
    text-align: left;
}
.FILTERS .filters .all-filter-container .filter-panel li input {
    display: none;
}
.FILTERS .filters .all-filter-container .filter-panel li label {
    font-weight: normal;
    cursor: pointer;
    width: 100%;
    padding-left: 12px;
}
.FILTERS .filters .all-filter-container .filter-panel li label:before,
.FILTERS .filters .all-filter-container .filter-panel li label:after {
    display: none;
}
.FILTERS .filters .all-filter-container .filter-panel li .icon-down-open-mini {
    font-size: 15px;
    margin-left: 2px;
    vertical-align: middle;
}
.FILTERS .filters .all-filter-container .filter-panel li:first-child {
    border-radius: 11px 11px 0 0;
}
.FILTERS .filters .all-filter-container .filter-panel li:last-child {
    border-radius: 0 0 11px 11px;
}
.FILTERS .filters .all-filter-container .filter-panel li:hover {
    background: #82c1d3;
}
.FILTER-SEARCH-OPERATION-BAR div.operation-bar {
    padding: 10px;
    height: 50px;
}
.FILTER-SEARCH-OPERATION-BAR div.operation-bar .filters {
    display: block;
    width: 165px;
    margin: 0 auto;
    color: #333;
    font: 12px 'Source Sans Pro';
    line-height: 30px;
    text-transform: capitalize;
}
.FILTER-SEARCH-OPERATION-BAR div.operation-bar .filters .all-filter-container {
    display: inline-block;
    position: relative;
    height: 23px;
    margin-left: 5px;
    border-radius: 23px;
    text-align: center;
    font-family: 'Source Sans Pro Semibold';
    line-height: 22px;
}
.FILTER-SEARCH-OPERATION-BAR div.operation-bar .filters .all-filter-container:hover {
    background: #555;
}
.FILTER-SEARCH-OPERATION-BAR div.operation-bar .filters .all-filter-container:hover span {
    color: #ffffff;
}
.FILTER-SEARCH-OPERATION-BAR div.operation-bar .filters .all-filter-container span {
    display: inline-block;
    padding: 0 5px 0 12px;
    color: #333;
    cursor: pointer;
}
.FILTER-SEARCH-OPERATION-BAR div.operation-bar .filters .all-filter-container span .icon-down-open-mini {
    font-size: 15px;
    margin-left: 2px;
    vertical-align: middle;
}
.FILTER-SEARCH-OPERATION-BAR div.operation-bar .filters .all-filter-container .filter-panel {
    width: 113px;
    position: absolute;
    top: 0;
    left: 0;
    padding: 0px;
    z-index: 1010;
    border-radius: 11px;
    color: #ffffff;
    background: #555;
}
.FILTER-SEARCH-OPERATION-BAR div.operation-bar .filters .all-filter-container .filter-panel li {
    display: block;
    height: 25px;
    line-height: 22px;
    text-align: left;
}
.FILTER-SEARCH-OPERATION-BAR div.operation-bar .filters .all-filter-container .filter-panel li input {
    display: none;
}
.FILTER-SEARCH-OPERATION-BAR div.operation-bar .filters .all-filter-container .filter-panel li label {
    font-weight: normal;
    cursor: pointer;
    width: 100%;
    padding-left: 12px;
}
.FILTER-SEARCH-OPERATION-BAR div.operation-bar .filters .all-filter-container .filter-panel li label:before,
.FILTER-SEARCH-OPERATION-BAR div.operation-bar .filters .all-filter-container .filter-panel li label:after {
    display: none;
}
.FILTER-SEARCH-OPERATION-BAR div.operation-bar .filters .all-filter-container .filter-panel li .icon-down-open-mini {
    font-size: 15px;
    margin-left: 2px;
    vertical-align: middle;
}
.FILTER-SEARCH-OPERATION-BAR div.operation-bar .filters .all-filter-container .filter-panel li:first-child {
    border-radius: 11px 11px 0 0;
}
.FILTER-SEARCH-OPERATION-BAR div.operation-bar .filters .all-filter-container .filter-panel li:last-child {
    border-radius: 0 0 11px 11px;
}
.FILTER-SEARCH-OPERATION-BAR div.operation-bar .filters .all-filter-container .filter-panel li:hover {
    background: #82c1d3;
}
.FILTER-SEARCH-OPERATION-BAR div.operation-bar .search {
    display: block;
    margin-top: -30px;
    margin-right: -18px;
}
.FILTER-SEARCH-OPERATION-BAR div.operation-bar .search .search-form {
    position: relative;
    margin-right: 10px;
}
.FILTER-SEARCH-OPERATION-BAR div.operation-bar .search .search-form .search-submit {
    position: absolute;
    top: 5px;
    right: 5px;
    color: #999999;
}
.FILTER-SEARCH-OPERATION-BAR div.operation-bar .search .search-form .search-submit .icon-search:before {
    line-height: inherit;
}
.FILTER-SEARCH-OPERATION-BAR div.operation-bar .search .search-form .input-search {
    padding-left: 15px;
    font-family: 'Source Sans Pro';
    border: 1px solid none;
    border: none;
    border-radius: 30px;
    width: 30px;
    height: 30px;
}
.FILTER-SEARCH-OPERATION-BAR div.operation-bar .search .search-form .input-search.default-open-search {
    width: 150px;
}
.FILTER-SEARCH-OPERATION-BAR div.operation-bar .search .search-form .input-search:focus {
    outline: 0;
}
.FILTER-SEARCH-OPERATION-BAR div.operation-bar .search .search-form .input-search::-webkit-input-placeholder {
    padding-left: 5px;
    color: #999999;
    font: 12px 'Source Sans Pro Italic';
}
.NEW .new {
    background: #ea6449;
    font: 10px 'Source Sans Pro';
    color: #ffffff;
    border-radius: 0 5px 0 30px;
    position: absolute;
    right: 0px;
    top: 0px;
    padding: 5px 0 0 8px;
    width: 30px;
    height: 30px;
}
.big-gallery .component.resource-gallery .reference-container {
    width: 280px;
    height: 215px;
}
.big-gallery .component.resource-gallery .reference-container .image img.default-showcase-img {
    background-size: 307px 171px;
    height: 171px;
}
.small-gallery .component.resource-gallery .reference-container {
    width: 200px;
    height: 153px;
}
.COLUMN .column {
    display: table;
    width: 100%;
    height: 100%;
    table-layout: fixed;
}
.COLUMN .column .section-block {
    width: 100%;
    height: 100%;
    display: table-row;
}
.COLUMN .column .section-block .section-column {
    display: table-cell;
    padding: 10px 15px;
    height: 100%;
    min-height: 350px;
    border-radius: 4px;
    transition: all 0.3s ease;
    border: 2px dashed rgba(0, 0, 0, 0.15);
    background: #ffffff;
}
.COLUMN .column .section-block .section-column .components {
    height: 100%;
    min-height: 350px;
}
.COLUMN .column .section-block .section-column.active {
    border-color: #3b94c7;
}
.COLUMN .column .section-block .section-column .attach-link {
    display: inline-block;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.COLUMN .column.single .section-block .section-column {
    width: 100%;
}
.COLUMN .column.single .section-block .section-column .component.resource-gallery .reference-container {
    width: 280px;
    height: 215px;
}
.COLUMN .column.single .section-block .section-column .component.resource-gallery .reference-container .image img.default-showcase-img {
    background-size: 307px 171px;
    height: 171px;
}
.COLUMN .column.single .section-block .section-column .attach-link {
    max-width: 645px;
}
.COLUMN .column.two-equals .section-block .section-column {
    width: 50%;
}
.COLUMN .column.two-equals .section-block .section-column .component.resource-gallery .reference-container {
    width: 200px;
    height: 153px;
}
.COLUMN .column.two-equals .section-block .section-column .attach-link {
    max-width: 230px;
}
.COLUMN .column.one-with-right-sidebar .section-block .section-column {
    width: 33.3%;
}
.COLUMN .column.one-with-right-sidebar .section-block .section-column .component.resource-gallery .reference-container {
    width: 280px;
    height: 215px;
}
.COLUMN .column.one-with-right-sidebar .section-block .section-column .component.resource-gallery .reference-container .image img.default-showcase-img {
    background-size: 307px 171px;
    height: 171px;
}
.COLUMN .column.one-with-right-sidebar .section-block .section-column .attach-link {
    max-width: 85px;
}
.COLUMN .column.one-with-right-sidebar .section-block .section-column:first-child {
    width: 66.6%;
}
.COLUMN .column.one-with-right-sidebar .section-block .section-column:first-child .attach-link {
    max-width: 375px;
}
.COLUMN .column.one-with-left-sidebar .section-block .section-column {
    width: 66.6%;
}
.COLUMN .column.one-with-left-sidebar .section-block .section-column .component.resource-gallery .reference-container {
    width: 280px;
    height: 215px;
}
.COLUMN .column.one-with-left-sidebar .section-block .section-column .component.resource-gallery .reference-container .image img.default-showcase-img {
    background-size: 307px 171px;
    height: 171px;
}
.COLUMN .column.one-with-left-sidebar .section-block .section-column .attach-link {
    max-width: 370px;
}
.COLUMN .column.one-with-left-sidebar .section-block .section-column:first-child {
    width: 33.3%;
}
.COLUMN .column.one-with-left-sidebar .section-block .section-column:first-child .attach-link {
    max-width: 85px;
}
.COLUMN .column.one-with-two-sidebars .section-block .section-column {
    width: 50%;
}
.COLUMN .column.one-with-two-sidebars .section-block .section-column .component.resource-gallery .reference-container {
    width: 200px;
    height: 153px;
}
.COLUMN .column.one-with-two-sidebars .section-block .section-column .attach-link {
    max-width: 230px;
}
.COLUMN .column.one-with-two-sidebars .section-block .section-column:first-child,
.COLUMN .column.one-with-two-sidebars .section-block .section-column:last-child {
    width: 25%;
}
.COLUMN .column.one-with-two-sidebars .section-block .section-column:first-child .attach-link,
.COLUMN .column.one-with-two-sidebars .section-block .section-column:last-child .attach-link {
    max-width: 20px;
}
.COLUMN .column.three-equals .section-block .section-column {
    width: 33.3%;
}
.COLUMN .column.three-equals .section-block .section-column .component.resource-gallery .reference-container {
    width: 280px;
    height: 215px;
}
.COLUMN .column.three-equals .section-block .section-column .component.resource-gallery .reference-container .image img.default-showcase-img {
    background-size: 307px 171px;
    height: 171px;
}
.COLUMN .column.three-equals .section-block .section-column .attach-link {
    max-width: 85px;
}
.COLUMN .column .column-select-panel {
    display: none;
    position: absolute;
    z-index: 99990;
    width: 100%;
    height: 85px;
    background: #555;
    border-radius: 4px;
}
.COLUMN .column .column-select-panel p {
    font-size: 12px;
    font-style: italic;
    color: #ffffff;
    padding-top: 10px;
    padding-left: 3%;
}
.COLUMN .column .column-select-panel ul {
    overflow: hidden;
    padding-left: 3%;
}
.COLUMN .column .column-select-panel ul li {
    width: 16.66%;
    height: 34px;
    float: left;
}
.COLUMN .column .column-select-panel ul li div.option-block {
    display: table;
    table-layout: fixed;
    width: 92.5%;
    border-spacing: 1px 2px;
    padding-right: 11.5%;
}
.COLUMN .column .column-select-panel ul li div.option-block .option-column {
    display: table-cell;
    min-height: 30px;
    background: transparent;
    border: 1px dashed white;
    height: 30px;
    border-radius: 0px;
}
.COLUMN .column .column-select-panel ul li div.option-block .option-column + .option-column {
    border-left: none;
}
.COLUMN .column .column-select-panel ul li div.option-block .section-sidebar {
    width: 29.9%;
}
.COLUMN .column .column-select-panel ul li div.option-block:hover .option-column {
    border: 2px dashed #82C1D3;
}
.common-modal-windows .modal-dialog .modal-content {
    width: 66%;
    margin-left: 27%;
    border-radius: 6px;
}
.common-modal-windows .modal-dialog .modal-content .modal-body {
    padding: 0;
}
.common-modal-windows .modal-dialog .modal-content .modal-body .choose-list {
    float: left;
    width: 27%;
    height: 400px;
    border-right: 1px solid #ddd;
    border-bottom: 1px solid #dddddd;
}
.common-modal-windows .modal-dialog .modal-content .modal-body .choose-list .list-group {
    padding: 0;
}
.common-modal-windows .modal-dialog .modal-content .modal-body .choose-list .list-group .list-group-item {
    border: none;
    border-radius: 0;
    text-align: right;
}
.common-modal-windows .modal-dialog .modal-content .modal-body .choose-list .list-group .list-group-item.active {
    background-color: #82c1d3;
    border-color: #82c1d3;
}
.common-modal-windows .modal-dialog .modal-content .modal-body .choose-content {
    float: right;
    width: 73%;
    padding-left: 15px;
    padding-top: 0;
    height: 400px;
    border-bottom: 1px solid #dddddd;
    overflow: hidden;
}
.common-modal-windows .modal-dialog .modal-content .modal-body .choose-content div.insert-youtube div.link input {
    max-width: 400px;
}
.common-modal-windows .modal-dialog .modal-content .modal-body .choose-content div.insert-youtube .player .cover {
    z-index: 1;
}
.common-modal-windows .modal-dialog .modal-content .modal-body .choose-content .insert-image .choose-field .choose-item input[type=radio]:checked + label:before {
    background: #3b94c3;
}
.common-modal-windows .modal-dialog .modal-content .modal-body .choose-content .insert-image .upload-field label {
    padding: 5px 15px;
    margin: 0;
}
.common-modal-windows .modal-dialog .modal-content .modal-body .choose-content .insert-image .upload-field .btn-success {
    background-color: #3b94c7;
    border-color: #3b94c7;
    border-radius: 30px;
}
.common-modal-windows .modal-dialog .modal-content .modal-body .choose-content .attachment-list table td {
    padding: 13px 0 13px 8px;
    vertical-align: middle;
}
.common-modal-windows .modal-dialog .modal-content .modal-body .choose-content .attachment-list table td .label-placeholder {
    margin-top: 0px;
    margin-bottom: 0px;
    vertical-align: middle;
}
.common-modal-windows .modal-dialog .modal-content .modal-footer {
    padding-top: 15px;
    padding-bottom: 15px;
}
.common-attachment-modal-windows .modal-dialog .modal-content .modal-body .choose-content .dropbox.upload-container label {
    display: none;
}
.common-attachment-modal-windows .modal-dialog .modal-content .modal-body .choose-content .dropbox.upload-container .submit-container input {
    display: none;
}
.common-attachment-modal-windows .modal-dialog .modal-content .modal-body .choose-content .dropbox.upload-container .submit-container a {
    margin-top: 15px;
    background: #3b94c7;
    border-color: #3b94c7;
    color: #ffffff;
    border-radius: 30px;
    font-family: 'Source Sans Pro';
    height: 28px;
    line-height: 28px !important;
    padding: 0 19px 0 15px;
    font-size: 14px;
    font-weight: normal;
}
.common-attachment-modal-windows .modal-dialog .modal-content .modal-body .choose-content .dropbox.upload-container .submit-container a span.dropin-btn-status {
    display: none;
}
.common-attachment-modal-windows .modal-dialog .modal-content .modal-body .choose-content .primary-button {
    background-color: #3b94c7;
    border-color: #3b94c7;
    border-radius: 30px;
    font-family: 'Source Sans Pro';
}
.common-attachment-modal-windows .modal-dialog .modal-content .modal-body .choose-content .upload-field {
    margin-top: 15px;
    display: inline-block;
}
.common-attachment-modal-windows .modal-dialog .modal-content .modal-body .choose-content .tips {
    display: inline-block;
    margin-left: 10px;
    font-size: 12px;
}
.iframe-doc-viewer {
    width: 100%;
    height: 800px;
    max-width: 1000px;
}
.authorization-hint {
    margin: auto;
    padding-top: 280px;
    width: 600px;
    text-align: center;
    font-size: larger;
}
.validation_message {
    color: black;
}
.section-column .upload-file-container .icon-attach,
.section-column .upload-file-container .attach-link,
.section-column .upload-file-container .download,
.section-column .upload-file-container .delete-button {
    font: normal 14px/23px 'fontello';
    font-style: normal;
    color: #555;
    vertical-align: middle;
    margin-top: 0;
}
.section-column .upload-file-container .attach-link,
.section-column .upload-file-container .download {
    color: #3498db;
}
.section-column .upload-file-container .delete-button {
    color: #808080;
}
div.component {
    border: 1px solid #ffffff;
    border-radius: 6px;
    padding: 0px 20px;
    color: #383838;
    font-size: 16px;
    margin-bottom: 9px;
    position: relative;
}
div.component .operation-bar {
    display: none;
    opacity: 0;
    position: absolute;
    right: 0px;
    top: 0px;
    border: none;
    border-right: 0;
    border-top: 0;
    padding: 10px 10px 10px  0;
    border-radius: 0 5px 5px 5px;
    background: #ffffff;
}
div.component .operation-bar > a {
    display: inline-block;
    margin-left: 10px;
    color: #3b94c7;
}
div.component .hidden-permission {
    display: none;
}
div.component:hover.component,
div.component.edit-mode.component,
div.component.stay.component {
    border-color: #3b94c7;
    padding: 0 20px;
    transition: border-color 0.3s;
}
div.component:hover .operation-bar,
div.component.edit-mode .operation-bar,
div.component.stay .operation-bar {
    display: inline;
    opacity: 1;
    transition: opacity 0.3s;
}
div.component.edit-mode.title,
div.component.edit-mode.text,
div.component.edit-mode.resource {
    border-color: #ffffff;
}
div.component.edit-mode .operation-bar {
    display: none;
    opacity: 0;
}
div.component.edit-mode.component {
    border: none;
}
div.component .placeholder {
    color: #9d9d9d;
}
div.component .component-config {
    font-weight: bold;
}
div.component .component-config div.form-group {
    position: relative;
    margin-left: 0;
    width: 100%;
}
div.component .component-config div.form-group label {
    margin-top: 0;
    margin-bottom: 0;
    width: 90px;
    vertical-align: top;
    color: #444;
}
div.component .component-config div.form-group label.optional-label {
    margin-top: 5px;
}
div.component .component-config div.form-group div {
    width: 45%;
    display: inline-block;
    margin-left: 10px;
    vertical-align: bottom;
}
div.component .component-config div.form-group div input.form-control {
    width: 100%;
    max-width: 220px;
    float: left;
}
div.component .component-config div.form-group div input.form-control:focus {
    border-color: #3b94c7;
    box-shadow: none;
}
div.component .component-config div.form-group div select.form-control {
    width: 100%;
    max-width: 220px;
    word-wrap: normal;
    float: left;
}
div.component .component-config div.form-group div select.form-control:focus {
    border-color: #3b94c7;
    box-shadow: none;
}
div.component .component-config div.form-group div select.form-control.component-owner-select {
    margin-left: 3px;
}
div.component .component-config div.form-group a.detail {
    position: absolute;
    margin-left: 5px;
    top: 9px;
    font-size: 12px;
    text-decoration: underline;
}
div.component .component-config div.form-group div.component-permissions-table-container {
    display: none;
}
div.component .component-config div.component-config-buttons {
    padding-left: 10%;
}
div.component .component-config div.component-config-buttons a.cancel {
    margin-left: 8px;
}
div.component.resource-title.edit_mode {
    padding: 0 20px;
}
div.component.resource-title .view,
div.component.resource-title .edit {
    display: none;
    width: 100%;
    font-size: 20px;
    padding: 0;
}
div.component.resource-title .view.shown,
div.component.resource-title .edit.shown {
    display: inline-block;
    padding: 15px 0;
    word-wrap: break-word;
    word-break: break-all;
}
div.component.resource-title .edit {
    display: none;
}
div.component.resource-title .edit input {
    width: 100%;
    height: 25px;
    border: none;
    outline: none;
    padding: 0;
    font-size: 20px;
    line-height: 25px;
    font-weight: normal;
    color: #383838;
}
div.component.resource-text ul,
div.component.resource-text ol,
div.component.resource-text li {
    list-style: inherit;
    list-style-position: inside;
}
div.component.resource-text ol {
    list-style: decimal;
}
div.component.resource-text .view,
div.component.resource-text .edit {
    display: none;
    width: 100%;
    font-family: 'Source Sans Pro';
    padding: 15px 0;
}
div.component.resource-text .view.shown,
div.component.resource-text .edit.shown {
    display: inline-block;
    word-break: break-all;
    min-height: 46px;
}
div.component.resource-text .edit {
    display: none;
    width: 100%;
    height: 100%;
    outline: none;
}
div.component.resource-multimedia .view,
div.component.resource-multimedia .edit {
    display: none;
    width: 100%;
    font-size: 16px;
    padding: 0;
}
div.component.resource-multimedia .view.shown,
div.component.resource-multimedia .edit.shown {
    display: inline-block;
    padding: 40px 0 15px 0;
    overflow: hidden;
}
div.component.resource-multimedia .view.shown .placeholder,
div.component.resource-multimedia .edit.shown .placeholder {
    display: block;
    text-align: center;
    background: #e9ebf0;
    padding: 10px 0;
    cursor: pointer;
}
div.component.resource-multimedia .view.shown .placeholder i,
div.component.resource-multimedia .edit.shown .placeholder i {
    font-size: 50px;
}
div.component.resource-multimedia .view.shown .placeholder span,
div.component.resource-multimedia .edit.shown .placeholder span {
    margin-left: 20px;
    vertical-align: top;
    line-height: 60px;
}
div.component.resource-multimedia .view.shown img,
div.component.resource-multimedia .edit.shown img,
div.component.resource-multimedia .view.shown iframe,
div.component.resource-multimedia .edit.shown iframe {
    cursor: pointer;
    display: inline-block;
    max-width: 100%;
}
div.component.resource-multimedia .view.icon,
div.component.resource-multimedia .edit.icon {
    font-size: 30px;
}
div.component.resource-multimedia.resource-youtube .view.shown {
    position: relative;
    padding-bottom: 56.25%;
    height: 0;
    max-width: 854px;
    max-height: 480px;
}
div.component.resource-multimedia.resource-youtube .view.shown iframe.youtube-player-frame {
    position: absolute;
    left: 0px;
    top: 40px;
    width: 90%;
    height: 90%;
}
div.component.resource-timeline .view,
div.component.resource-timeline .edit {
    display: none;
    width: 100%;
    font-size: 16px;
    padding: 0;
}
div.component.resource-timeline .view.shown,
div.component.resource-timeline .edit.shown {
    display: inline-block;
    padding: 10px 0 5px 0;
    overflow: hidden;
}
div.component.resource-timeline .view.shown .placeholder,
div.component.resource-timeline .edit.shown .placeholder {
    display: none;
    width: 50%;
    background: #e9ebf0;
    cursor: pointer;
    border-radius: 5px;
    padding: 12px 10px;
    font-size: 14px;
}
div.component.resource-timeline .view.shown .placeholder i,
div.component.resource-timeline .edit.shown .placeholder i {
    font-size: 16px;
    padding-right: 5px;
}
div.component.resource-timeline .view.shown .placeholder span,
div.component.resource-timeline .edit.shown .placeholder span {
    font-size: 14px;
}
div.component.resource-timeline .view.shown .placeholder:only-child,
div.component.resource-timeline .edit.shown .placeholder:only-child {
    display: block;
}
div.component.resource-timeline .view.shown .timeline-container,
div.component.resource-timeline .edit.shown .timeline-container {
    padding-top: 30px;
}
div.component.resource-timeline .view.shown .timeline-container .timeline-box .year,
div.component.resource-timeline .edit.shown .timeline-container .timeline-box .year {
    float: left;
    position: relative;
    top: 12px;
}
div.component.resource-timeline .view.shown .timeline-container .timeline-box ol.activity-content,
div.component.resource-timeline .edit.shown .timeline-container .timeline-box ol.activity-content {
    list-style: none;
    position: relative;
    word-wrap: break-word;
    padding: 0 30px 10px 30px;
    margin-left: 30px;
    margin-bottom: 0;
    border-left: 5px solid #ddd;
    left: 35px;
}
div.component.resource-timeline .view.shown .timeline-container .timeline-box ol.activity-content > li,
div.component.resource-timeline .edit.shown .timeline-container .timeline-box ol.activity-content > li {
    position: relative;
    width: 100%;
}
div.component.resource-timeline .view.shown .timeline-container .timeline-box ol.activity-content > li > span.icon,
div.component.resource-timeline .edit.shown .timeline-container .timeline-box ol.activity-content > li > span.icon {
    position: absolute;
    top: 0;
    left: -58px;
    margin-left: 4px;
    background: #eea04b;
    border-radius: 35px;
    color: #ffffff;
    line-height: 35px;
    text-align: center;
    width: 44px;
    height: 44px;
}
div.component.resource-timeline .view.shown .timeline-container .timeline-box ol.activity-content > li > span.timeline-activity-flag i,
div.component.resource-timeline .edit.shown .timeline-container .timeline-box ol.activity-content > li > span.timeline-activity-flag i {
    display: block;
    position: relative;
    height: 20px;
    letter-spacing: 1px;
    font: 20px 'Source Sans Pro Semibold';
    line-height: 20px;
}
div.component.resource-timeline .view.shown .timeline-container .timeline-box ol.activity-content > li > span.timeline-activity-flag i:first-child,
div.component.resource-timeline .edit.shown .timeline-container .timeline-box ol.activity-content > li > span.timeline-activity-flag i:first-child {
    font-size: 12px;
    letter-spacing: 0px;
    font-weight: normal;
    line-height: 26px;
}
div.component.resource-timeline .view.shown .timeline-container .timeline-box ol.activity-content > li div.panel,
div.component.resource-timeline .edit.shown .timeline-container .timeline-box ol.activity-content > li div.panel {
    width: 99%;
    overflow: hidden;
    margin-bottom: 15px;
    border: none;
    box-shadow: none;
    border-radius: 5px;
    background-color: transparent;
}
div.component.resource-timeline .view.shown .timeline-container .timeline-box ol.activity-content > li div.panel .icon-trash,
div.component.resource-timeline .edit.shown .timeline-container .timeline-box ol.activity-content > li div.panel .icon-trash {
    display: none;
    color: #ea6449;
    position: absolute;
    right: 15px;
    top: 5px;
}
div.component.resource-timeline .view.shown .timeline-container .timeline-box ol.activity-content > li div.panel:hover,
div.component.resource-timeline .edit.shown .timeline-container .timeline-box ol.activity-content > li div.panel:hover {
    background-color: #e9ecf0;
}
div.component.resource-timeline .view.shown .timeline-container .timeline-box ol.activity-content > li div.panel:hover .icon-trash,
div.component.resource-timeline .edit.shown .timeline-container .timeline-box ol.activity-content > li div.panel:hover .icon-trash {
    display: inline-block;
}
div.component.resource-timeline .view.shown .timeline-container .timeline-box ol.activity-content > li div.panel .panel-body,
div.component.resource-timeline .edit.shown .timeline-container .timeline-box ol.activity-content > li div.panel .panel-body {
    max-height: 175px;
    min-height: 68px;
    padding-top: 0px;
    overflow: hidden;
}
div.component.resource-timeline .view.shown .timeline-container .timeline-box ol.activity-content > li div.panel .panel-body .title,
div.component.resource-timeline .edit.shown .timeline-container .timeline-box ol.activity-content > li div.panel .panel-body .title {
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
    font-family: 'Bree Serif';
    font-size: 20px;
}
div.component.resource-timeline .view.shown .timeline-container .timeline-box ol.activity-content > li div.panel .panel-body .abstract-content,
div.component.resource-timeline .edit.shown .timeline-container .timeline-box ol.activity-content > li div.panel .panel-body .abstract-content {
    position: relative;
    overflow: hidden;
}
div.component.resource-timeline .view.shown .timeline-container .timeline-box ol.activity-content > li div.panel .panel-body .abstract-content *,
div.component.resource-timeline .edit.shown .timeline-container .timeline-box ol.activity-content > li div.panel .panel-body .abstract-content * {
    margin: 0;
    padding: 0;
    color: #777;
    font: normal 13px 'Bree Serif';
    border: none;
    background: transparent;
}
div.component.resource-timeline .view.shown .timeline-container .timeline-box ol.activity-content > li div.panel .panel-body .abstract-content *::selection,
div.component.resource-timeline .edit.shown .timeline-container .timeline-box ol.activity-content > li div.panel .panel-body .abstract-content *::selection {
    background: #a8d1ff;
}
div.component.resource-timeline .view.shown .timeline-container .timeline-box ol.activity-content > li div.panel .panel-body .abstract-content .media-only,
div.component.resource-timeline .edit.shown .timeline-container .timeline-box ol.activity-content > li div.panel .panel-body .abstract-content .media-only {
    height: 117px;
}
div.component.resource-timeline .view.shown .timeline-container .timeline-box ol.activity-content > li div.panel .panel-body .abstract-content .media,
div.component.resource-timeline .edit.shown .timeline-container .timeline-box ol.activity-content > li div.panel .panel-body .abstract-content .media {
    position: relative;
    overflow: hidden;
    text-align: center;
    float: left;
    width: 206px;
    height: 115px;
    border: 1px solid #dddddd;
    border-radius: 2px;
}
div.component.resource-timeline .view.shown .timeline-container .timeline-box ol.activity-content > li div.panel .panel-body .abstract-content .media .video-duration,
div.component.resource-timeline .edit.shown .timeline-container .timeline-box ol.activity-content > li div.panel .panel-body .abstract-content .media .video-duration {
    position: absolute;
    bottom: 0px;
    right: 0px;
    background: #444;
    color: #ffffff;
    font: 12px 'Source Sans Pro Semibold';
    padding: 2px 5px;
    line-height: 14px;
    text-align: right;
    padding-right: 6px;
    width: 54px;
    height: 20px;
    border: 1px solid #444444;
    border-radius: 4px;
}
div.component.resource-timeline .view.shown .timeline-container .timeline-box ol.activity-content > li div.panel .panel-body .abstract-content .media .video-duration .icon,
div.component.resource-timeline .edit.shown .timeline-container .timeline-box ol.activity-content > li div.panel .panel-body .abstract-content .media .video-duration .icon {
    font-size: 9px;
    position: absolute;
    left: 5px;
}
div.component.resource-timeline .view.shown .timeline-container .timeline-box ol.activity-content > li div.panel .panel-body .abstract-content .text,
div.component.resource-timeline .edit.shown .timeline-container .timeline-box ol.activity-content > li div.panel .panel-body .abstract-content .text {
    margin-left: 220px;
    color: #777;
    font: 13px 'Bree Serif';
    overflow: hidden;
    max-height: 112px;
}
div.component.resource-timeline .view.shown .timeline-container .timeline-box ol.activity-content > li div.panel .panel-body .abstract-content .full,
div.component.resource-timeline .edit.shown .timeline-container .timeline-box ol.activity-content > li div.panel .panel-body .abstract-content .full {
    margin-left: 0px;
}
div.component.resource-timeline .view.shown .timeline-container .timeline-box ol.activity-content > li div.panel .panel-body h1,
div.component.resource-timeline .edit.shown .timeline-container .timeline-box ol.activity-content > li div.panel .panel-body h1 {
    height: 45px;
    margin: 0px;
    color: #333;
    font: normal 20px 'Bree Serif';
    line-height: 45px;
}
div.component.resource-timeline .view.shown .timeline-container .timeline-box ol.activity-content > li div.panel .panel-body h1 a,
div.component.resource-timeline .edit.shown .timeline-container .timeline-box ol.activity-content > li div.panel .panel-body h1 a {
    color: #555555;
}
div.component.resource-timeline .view.shown .timeline-container .timeline-box ol.activity-content > li div.panel .panel-footer,
div.component.resource-timeline .edit.shown .timeline-container .timeline-box ol.activity-content > li div.panel .panel-footer {
    text-align: right;
    padding: 10px;
}
div.component.resource-timeline .view.shown .timeline-container .timeline-box ol.activity-content > li:last-child div.panel,
div.component.resource-timeline .edit.shown .timeline-container .timeline-box ol.activity-content > li:last-child div.panel {
    margin-bottom: 0;
}
div.component.resource-timeline .view.shown .timeline-container .timeline-box ol.activity-content div.timeline-marker,
div.component.resource-timeline .edit.shown .timeline-container .timeline-box ol.activity-content div.timeline-marker {
    overflow: hidden;
    visibility: hidden;
    height: 1px;
}
div.component.resource-timeline .view.icon,
div.component.resource-timeline .edit.icon {
    font-size: 30px;
}
div.component.resource-attachment,
div.component.interactive-attachment {
    border: 1px solid transparent;
}
div.component.resource-attachment:hover,
div.component.interactive-attachment:hover {
    border-color: #3b94c7;
}
div.component.resource-attachment.visible .attachment-list .icon-attach-7,
div.component.interactive-attachment.visible .attachment-list .icon-attach-7 {
    font-size: 14px;
    padding-right: 6px;
}
div.component.resource-attachment.visible .attachment-list .attachments-container ul li:hover .icon-trash,
div.component.interactive-attachment.visible .attachment-list .attachments-container ul li:hover .icon-trash {
    display: none;
}
div.component.resource-attachment .edit-panel,
div.component.interactive-attachment .edit-panel {
    padding: 14px 12px;
    float: left;
    background: #e9ebf0;
    border-radius: 5px;
    margin: 3px 0;
    font-size: 14px;
    cursor: pointer;
}
div.component.resource-attachment .edit-panel .icon-attach-7,
div.component.interactive-attachment .edit-panel .icon-attach-7 {
    font-size: 14px;
    padding-right: 6px;
}
div.component.resource-attachment .attachment-list,
div.component.interactive-attachment .attachment-list {
    width: 100%;
    background: transparent;
    padding: 0px;
}
div.component.resource-attachment .attachment-list .attachments-container,
div.component.interactive-attachment .attachment-list .attachments-container {
    margin-top: 8px;
    font-size: 14px;
}
div.component.resource-attachment .attachment-list .attachments-container .header,
div.component.interactive-attachment .attachment-list .attachments-container .header {
    font-family: 'Source Sans Pro Semibold';
}
div.component.resource-attachment .attachment-list .attachments-container ul,
div.component.interactive-attachment .attachment-list .attachments-container ul {
    margin-left: 25px;
    padding-top: 8px;
}
div.component.resource-attachment .attachment-list .attachments-container ul li,
div.component.interactive-attachment .attachment-list .attachments-container ul li {
    height: 17px;
    margin-bottom: 12px;
    font-size: 12px;
}
div.component.resource-attachment .attachment-list .attachments-container ul li a,
div.component.interactive-attachment .attachment-list .attachments-container ul li a {
    vertical-align: top;
    color: #3b94c7;
}
div.component.resource-attachment .attachment-list .attachments-container ul li a.attach-link,
div.component.interactive-attachment .attachment-list .attachments-container ul li a.attach-link {
    border-bottom: 1px solid #3b94c7;
}
div.component.resource-attachment .attachment-list .attachments-container ul li span,
div.component.interactive-attachment .attachment-list .attachments-container ul li span {
    margin-left: 5px;
    vertical-align: top;
    color: #9d9d9d;
}
div.component.resource-attachment .attachment-list .attachments-container ul li .download,
div.component.interactive-attachment .attachment-list .attachments-container ul li .download,
div.component.resource-attachment .attachment-list .attachments-container ul li .icon-trash,
div.component.interactive-attachment .attachment-list .attachments-container ul li .icon-trash {
    font-size: 14px;
    position: relative;
    top: -1px;
    display: none;
}
div.component.resource-attachment .attachment-list .attachments-container ul li .download,
div.component.interactive-attachment .attachment-list .attachments-container ul li .download {
    margin-left: 8px;
}
div.component.resource-attachment .attachment-list .attachments-container ul li .icon-trash,
div.component.interactive-attachment .attachment-list .attachments-container ul li .icon-trash {
    margin-left: 5px;
    color: #ea6449;
}
div.component.resource-attachment .attachment-list .attachments-container ul li:hover .download,
div.component.interactive-attachment .attachment-list .attachments-container ul li:hover .download,
div.component.resource-attachment .attachment-list .attachments-container ul li:hover .icon-trash,
div.component.interactive-attachment .attachment-list .attachments-container ul li:hover .icon-trash {
    display: inline-block;
}
div.component.resource-reference:before,
div.component.resource-reference:after {
    content: " ";
    /* 1 */

    display: table;
    /* 2 */

}
div.component.resource-reference:after {
    clear: both;
}
div.component.resource-reference:before,
div.component.resource-reference:after {
    content: " ";
    /* 1 */

    display: table;
    /* 2 */

}
div.component.resource-reference:after {
    clear: both;
}
div.component.resource-reference > .edit {
    padding: 14px 12px;
    cursor: pointer;
    background: #e9ebf0;
}
div.component.resource-reference > .view {
    width: 100%;
    padding: 15px 0;
}
div.component.resource-reference > .edit,
div.component.resource-reference > .view {
    display: none;
    float: left;
    border-radius: 5px;
    margin: 3px 0;
    font-size: 12px;
}
div.component.resource-reference > .edit .icon-folder-open-empty,
div.component.resource-reference > .view .icon-folder-open-empty {
    font-size: 14px;
    padding-right: 6px;
}
div.component.resource-reference > .edit.shown,
div.component.resource-reference > .view.shown {
    display: inline-block;
}
div.component.resource-reference > .edit.shown .placeholder,
div.component.resource-reference > .view.shown .placeholder {
    font-size: 14px;
}
div.component.resource-reference > .edit + .view div.component:hover {
    border-color: transparent;
    background: #f6f8fa;
}
div.component.resource-reference > .edit + .view div.component:hover .remove-referenced-component {
    display: block;
}
div.component.resource-reference > .edit + .view div.component .remove-referenced-component {
    width: 20px;
    height: 20px;
    display: none;
    font-size: 14px;
    position: absolute;
    right: 3px;
    top: 3px;
    color: #ea6449;
    cursor: pointer;
}
div.component.resource-user-info .view.shown {
    padding: 20px 0;
    font-size: 14px;
}
div.component.resource-user-info .view.shown img {
    width: 120px;
    height: 120px;
    display: inline-block;
    vertical-align: top;
    background: url(/assets/default-avatar-cb200d12356015f95f55225d7e07322a.png) center center no-repeat transparent;
    background-size: 120px, 120px;
}
div.component.resource-user-info .view.shown .content-container {
    display: inline-block;
    margin-left: 15px;
}
div.component.resource-user-info .view.shown .content-container > div {
    margin-bottom: 5px;
    width: 100%;
}
div.component.resource-user-info .view.shown .content-container > div label {
    display: inline-block;
    width: 135px;
    text-align: right;
    margin-right: 30px;
    word-break: break-all;
}
div.component.resource-user-info .view.shown .content-container > div span {
    vertical-align: top;
    word-break: break-all;
}
div.component.resource-gallery .view,
div.component.resource-gallery .edit {
    margin: 25px 0;
}
div.component.resource-gallery .view.shown .placeholder,
div.component.resource-gallery .edit.shown .placeholder {
    display: none;
    width: 100%;
    background: #e9ebf0;
    cursor: pointer;
    border-radius: 5px;
    height: 200px;
    max-width: 260px;
    min-width: 150px;
    font-size: 14px;
}
div.component.resource-gallery .view.shown .placeholder i,
div.component.resource-gallery .edit.shown .placeholder i {
    font-size: 14px;
    font-style: normal;
    margin: 0 5px 0 10px;
    display: block;
    padding-top: 10px;
}
div.component.resource-gallery .view.shown .placeholder span,
div.component.resource-gallery .edit.shown .placeholder span {
    vertical-align: middle;
    margin: 45px 35px;
    display: block;
}
div.component.resource-gallery .view.shown .placeholder:only-child,
div.component.resource-gallery .edit.shown .placeholder:only-child {
    display: block;
    margin-top: 40px;
}
div.component.resource-gallery .view.shown .gallery-container .activity-content .reference-container,
div.component.resource-gallery .edit.shown .gallery-container .activity-content .reference-container {
    display: inline-block;
    margin: 15px;
    position: relative;
    overflow: hidden;
    width: 200px;
    height: 155px;
    border-radius: 5px;
    border: 1px solid #ddd;
}
div.component.resource-gallery .view.shown .gallery-container .activity-content .reference-container a,
div.component.resource-gallery .edit.shown .gallery-container .activity-content .reference-container a {
    font-size: 14px;
    color: #383838;
}
div.component.resource-gallery .view.shown .gallery-container .activity-content .reference-container .title,
div.component.resource-gallery .edit.shown .gallery-container .activity-content .reference-container .title {
    height: 43px;
    padding: 4px 17px 0 6px;
    white-space: normal;
    text-align: left;
    font-family: 'Bree Serif';
    line-height: 18px;
    word-break: break-word;
    overflow: hidden;
    font-size: 14px;
    background: #ffffff;
}
div.component.resource-gallery .view.shown .gallery-container .activity-content .reference-container .image img,
div.component.resource-gallery .edit.shown .gallery-container .activity-content .reference-container .image img {
    display: block;
    width: 100%;
    height: 112px;
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
}
div.component.resource-gallery .view.shown .gallery-container .activity-content a.remove,
div.component.resource-gallery .edit.shown .gallery-container .activity-content a.remove {
    display: none;
    position: absolute;
    top: 5px;
    right: 5px;
    color: #ea6449;
}
div.component.resource-gallery .view.shown .gallery-container .activity-content .reference-container:hover .remove,
div.component.resource-gallery .edit.shown .gallery-container .activity-content .reference-container:hover .remove {
    display: block;
}
div.component.interactive-attachment,
div.component.interactive-portfolio-reference {
    position: relative;
    border-radius: 6px;
    padding: 0 20px;
    font-size: 16px;
    margin-bottom: 10px;
    border: solid 1px transparent;
}
div.component.interactive-attachment:hover,
div.component.interactive-portfolio-reference:hover {
    border: solid 1px #3b94c7;
}
div.component.interactive-attachment .control-label,
div.component.interactive-portfolio-reference .control-label {
    margin-top: 10px;
    margin-bottom: 15px;
    color: #3b94c7;
    font-size: 14px;
    font-family: 'Source Sans Pro Semibold';
    font-weight: normal;
}
div.component.interactive-attachment .view,
div.component.interactive-portfolio-reference .view,
div.component.interactive-attachment .edit,
div.component.interactive-portfolio-reference .edit {
    display: none;
    width: 100%;
    font-size: 16px;
    padding: 0;
}
div.component.interactive-attachment .view.shown,
div.component.interactive-portfolio-reference .view.shown,
div.component.interactive-attachment .edit.shown,
div.component.interactive-portfolio-reference .edit.shown {
    display: inline-block;
    padding: 0 0 15px 0;
}
div.component.interactive-attachment a.black-button,
div.component.interactive-portfolio-reference a.black-button {
    background: #000;
    border-color: #000;
    border-radius: 30px;
    padding: 7px 20px 7px 12px;
}
div.component.interactive-attachment .tips,
div.component.interactive-portfolio-reference .tips {
    width: 350px;
    display: inline-block;
    margin-left: 15px;
}
div.component.interactive-attachment .hidden-config,
div.component.interactive-portfolio-reference .hidden-config {
    display: none;
}
div.component.interactive-attachment input[type="file"],
div.component.interactive-portfolio-reference input[type="file"] {
    display: inline-block;
    margin-left: 10px;
}
div.component.interactive-attachment img,
div.component.interactive-portfolio-reference img {
    max-width: 100%;
    cursor: pointer;
    display: inline-block;
}
div.component.interactive-attachment img.small,
div.component.interactive-portfolio-reference img.small {
    max-width: 320px;
    width: 20%;
}
div.component.interactive-attachment img.medium,
div.component.interactive-portfolio-reference img.medium {
    max-width: 640px;
    width: 60%;
}
div.component.interactive-attachment img.large,
div.component.interactive-portfolio-reference img.large {
    max-width: 1024px;
    width: 90%;
}
div.component.interactive-attachment .file-link,
div.component.interactive-portfolio-reference .file-link {
    position: relative;
    height: 35px;
    margin: 8px 0px 5px 0px;
    padding: 5px 8px 5px 0px;
    background: #ddd;
    width: 210px;
    overflow: hidden;
    line-height: 23px;
    border: 1px solid #cccccc;
    border-radius: 5px;
}
div.component.interactive-attachment .file-link .icon-attach,
div.component.interactive-portfolio-reference .file-link .icon-attach {
    margin-right: 5px;
    position: relative;
}
div.component.interactive-attachment .file-link a.attach-link,
div.component.interactive-portfolio-reference .file-link a.attach-link {
    display: inline-block;
    width: 120px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
div.component.interactive-attachment .file-link a.attach-link:before,
div.component.interactive-portfolio-reference .file-link a.attach-link:before {
    content: attr(data-content);
}
div.component.interactive-attachment .file-link .remove,
div.component.interactive-portfolio-reference .file-link .remove {
    position: absolute;
    top: 1px;
    right: 0px;
    color: #555;
}
div.component.interactive-attachment .label-placeholder,
div.component.interactive-portfolio-reference .label-placeholder {
    height: 1px;
    width: 1px;
}
div.component.interactive-attachment .submit-container,
div.component.interactive-portfolio-reference .submit-container {
    display: none;
    margin-top: 0px;
}
div.component.interactive-attachment .submit-container .uploaded-image,
div.component.interactive-portfolio-reference .submit-container .uploaded-image {
    margin-top: 10px;
}
div.component.interactive-attachment .upload-container .upload-file,
div.component.interactive-portfolio-reference .upload-container .upload-file {
    font-size: 14px;
    border: none;
}
div.component.interactive-attachment .error-indicator,
div.component.interactive-portfolio-reference .error-indicator {
    color: #B94A48;
}
div.component.interactive-attachment .progress-bar,
div.component.interactive-portfolio-reference .progress-bar {
    display: none;
    margin-top: 10px;
    width: 35%;
}
div.component.interactive-attachment .progress-bar .percent,
div.component.interactive-portfolio-reference .progress-bar .percent {
    display: inline-block;
}
div.component.interactive-attachment .progress-bar .bar_mortice,
div.component.interactive-portfolio-reference .progress-bar .bar_mortice {
    display: inline-block;
    width: 100%;
    height: 21px;
    background: #777;
    -moz-box-shadow: inset 0px 1px 2px 0px #333333, inset 0px -1px 1px 0px #d0d0d0, 0px 1px 1px 0px #f0f0f0;
    box-shadow: inset 0px 1px 2px 0px #333333, inset 0px -1px 1px 0px #d0d0d0, 0px 1px 0px 0px #f0f0f0;
    border: 1px solid #a0a0a0;
}
div.component.interactive-attachment .progress-bar .bar_mortice .bar,
div.component.interactive-portfolio-reference .progress-bar .bar_mortice .bar {
    height: 19px;
    width: 40%;
    background: #FFF;
    float: left;
    background: -moz-linear-gradient(top, #ffffff 0%, #e5e5e5 100%);
    background: -webkit-linear-gradient(top, #ffffff 0%, #e5e5e5 100%);
    background: -o-linear-gradient(top, #ffffff 0%, #e5e5e5 100%);
    background: -ms-linear-gradient(top, #ffffff 0%, #e5e5e5 100%);
    background: linear-gradient(top, #ffffff 0%, #e5e5e5 100%);
    border-top: 1px solid #ffffff;
    border-bottom: 1px solid #999999;
}
div.component.interactive-attachment .progress-bar .rounded,
div.component.interactive-portfolio-reference .progress-bar .rounded {
    -moz-border-radius: 8px;
    border-radius: 8px;
}
div.component.interactive-attachment .progress-bar .rounded .rounded,
div.component.interactive-portfolio-reference .progress-bar .rounded .rounded {
    -moz-border-radius: 6px;
    border-radius: 6px;
}
div.component.interactive-attachment .progress-bar .blue_mortice,
div.component.interactive-portfolio-reference .progress-bar .blue_mortice {
    background: #046;
    border-color: #069;
    -moz-box-shadow: inset 0px 1px 2px 0px #333333, inset 0px -1px 1px 0px #0088cc, 0px 1px 1px 0px #f0f0f0;
    box-shadow: inset 0px 1px 2px 0px #333333, inset 0px -1px 1px 0px #0088cc, 0px 1px 0px 0px #f0f0f0;
}
div.component.interactive-attachment .progress-bar .blue_mortice .blue,
div.component.interactive-portfolio-reference .progress-bar .blue_mortice .blue {
    background: #0af;
    background: -moz-linear-gradient(top, #00aaff 0%, #0093dd 100%);
    background: -webkit-linear-gradient(top, #00aaff 0%, #0093dd 100%);
    background: -o-linear-gradient(top, #00aaff 0%, #0093dd 100%);
    background: -ms-linear-gradient(top, #00aaff 0%, #0093dd 100%);
    background: linear-gradient(top, #00aaff 0%, #0093dd 100%);
    border-top-color: #88d7ff;
    border-bottom-color: #069;
}
div.component.interactive-attachment td.filename,
div.component.interactive-portfolio-reference td.filename {
    width: 210px;
    word-break: break-all;
}
div.component.interactive-attachment {
    font-size: 14px;
}
div.component.interactive-attachment .label-placeholder {
    width: 15px;
    height: 15px;
}
div.component.interactive-attachment .tips {
    width: auto;
}
div.component.interactive-attachment .submit-container {
    display: block;
}
div.component.interactive-attachment .attachment-list .attachments-container ul {
    margin-left: 0;
    padding-top: 0;
}
div.component.interactive-attachment .attachment-list .attachments-container ul li:last-child {
    margin-bottom: 0;
}
div.component.interactive-attachment .modal.insert-interactive-attachment-modal .modal-dialog .modal-content {
    width: 66%;
    margin-left: 27%;
    border-radius: 6px;
}
div.component.interactive-attachment .modal.insert-interactive-attachment-modal .modal-dialog .modal-content .modal-body {
    padding: 0;
}
div.component.interactive-attachment .modal.insert-interactive-attachment-modal .modal-dialog .modal-content .modal-body .choose-list {
    float: left;
    width: 27%;
    height: 400px;
    border-right: 1px solid #ddd;
    border-bottom: 1px solid #dddddd;
}
div.component.interactive-attachment .modal.insert-interactive-attachment-modal .modal-dialog .modal-content .modal-body .choose-list .list-group {
    padding: 0;
}
div.component.interactive-attachment .modal.insert-interactive-attachment-modal .modal-dialog .modal-content .modal-body .choose-list .list-group .list-group-item {
    border: none;
    border-radius: 0;
    text-align: right;
}
div.component.interactive-attachment .modal.insert-interactive-attachment-modal .modal-dialog .modal-content .modal-body .choose-list .list-group .list-group-item.active {
    background-color: #82c1d3;
    border-color: #82c1d3;
}
div.component.interactive-attachment .modal.insert-interactive-attachment-modal .modal-dialog .modal-content .modal-body .choose-content {
    float: right;
    width: 73%;
    padding-left: 15px;
    padding-top: 0;
    height: 400px;
    border-bottom: 1px solid #dddddd;
    overflow: hidden;
}
div.component.interactive-attachment .modal.insert-interactive-attachment-modal .modal-dialog .modal-content .modal-body .choose-content div.insert-youtube div.link input {
    max-width: 400px;
}
div.component.interactive-attachment .modal.insert-interactive-attachment-modal .modal-dialog .modal-content .modal-body .choose-content div.insert-youtube .player .cover {
    z-index: 1;
}
div.component.interactive-attachment .modal.insert-interactive-attachment-modal .modal-dialog .modal-content .modal-body .choose-content .insert-image .choose-field .choose-item input[type=radio]:checked + label:before {
    background: #3b94c3;
}
div.component.interactive-attachment .modal.insert-interactive-attachment-modal .modal-dialog .modal-content .modal-body .choose-content .insert-image .upload-field label {
    padding: 5px 15px;
    margin: 0;
}
div.component.interactive-attachment .modal.insert-interactive-attachment-modal .modal-dialog .modal-content .modal-body .choose-content .insert-image .upload-field .btn-success {
    background-color: #3b94c7;
    border-color: #3b94c7;
    border-radius: 30px;
}
div.component.interactive-attachment .modal.insert-interactive-attachment-modal .modal-dialog .modal-content .modal-body .choose-content .attachment-list table td {
    padding: 13px 0 13px 8px;
    vertical-align: middle;
}
div.component.interactive-attachment .modal.insert-interactive-attachment-modal .modal-dialog .modal-content .modal-body .choose-content .attachment-list table td .label-placeholder {
    margin-top: 0px;
    margin-bottom: 0px;
    vertical-align: middle;
}
div.component.interactive-attachment .modal.insert-interactive-attachment-modal .modal-dialog .modal-content .modal-footer {
    padding-top: 15px;
    padding-bottom: 15px;
}
div.component.interactive-attachment .modal.insert-interactive-attachment-modal .modal-dialog .modal-content .modal-body .choose-content .dropbox.upload-container label {
    display: none;
}
div.component.interactive-attachment .modal.insert-interactive-attachment-modal .modal-dialog .modal-content .modal-body .choose-content .dropbox.upload-container .submit-container input {
    display: none;
}
div.component.interactive-attachment .modal.insert-interactive-attachment-modal .modal-dialog .modal-content .modal-body .choose-content .dropbox.upload-container .submit-container a {
    margin-top: 15px;
    background: #3b94c7;
    border-color: #3b94c7;
    color: #ffffff;
    border-radius: 30px;
    font-family: 'Source Sans Pro';
    height: 28px;
    line-height: 28px !important;
    padding: 0 19px 0 15px;
    font-size: 14px;
    font-weight: normal;
}
div.component.interactive-attachment .modal.insert-interactive-attachment-modal .modal-dialog .modal-content .modal-body .choose-content .dropbox.upload-container .submit-container a span.dropin-btn-status {
    display: none;
}
div.component.interactive-attachment .modal.insert-interactive-attachment-modal .modal-dialog .modal-content .modal-body .choose-content .primary-button {
    background-color: #3b94c7;
    border-color: #3b94c7;
    border-radius: 30px;
    font-family: 'Source Sans Pro';
}
div.component.interactive-attachment .modal.insert-interactive-attachment-modal .modal-dialog .modal-content .modal-body .choose-content .upload-field {
    margin-top: 15px;
    display: inline-block;
}
div.component.interactive-attachment .modal.insert-interactive-attachment-modal .modal-dialog .modal-content .modal-body .choose-content .tips {
    display: inline-block;
    margin-left: 10px;
    font-size: 12px;
}
div.component.interactive-attachment .modal.insert-interactive-attachment-modal .google-drive {
    margin-top: 0;
}
div.component.interactive-attachment .modal.insert-interactive-attachment-modal .modal-dialog .modal-content {
    width: 77%;
    margin-left: 12%;
}
div.component.interactive-attachment .modal.insert-interactive-attachment-modal .modal-dialog .modal-content .modal-body .choose-content .attachment-list table td .label-placeholder {
    margin-top: -8px;
}
div.component.interactive-attachment .modal.insert-interactive-attachment-modal .modal-dialog .modal-content .modal-body .choose-content .dropbox.upload-container .submit-container a {
    margin-top: 5px;
}
div.component.interactive-attachment .modal.insert-interactive-attachment-modal .google-drive.upload-container .google-drive-component {
    margin-top: -10px;
}
div.component.interactive-portfolio-reference .reference-bucket {
    position: relative;
    background: #000;
    border: none;
    border-radius: 30px;
    padding: 7px 20px 7px 12px;
    color: #ffffff;
    font-size: 14px;
}
div.component.interactive-portfolio-reference .reference-bucket.add-portfolio {
    background: transparent;
    color: #555;
}
div.component.interactive-portfolio-reference .reference-bucket.add-portfolio.black-button {
    padding: 0px;
}
div.component.interactive-portfolio-reference .reference-bucket.add-portfolio .reference-container {
    display: inline-block;
    margin: 15px;
    position: relative;
    overflow: hidden;
    width: 200px;
    height: 155px;
    border-radius: 5px;
    border: 1px solid #ddd;
}
div.component.interactive-portfolio-reference .reference-bucket.add-portfolio .reference-container a {
    font-size: 14px;
    color: #383838;
}
div.component.interactive-portfolio-reference .reference-bucket.add-portfolio .reference-container .title {
    height: 43px;
    padding: 4px 17px 0 6px;
    white-space: normal;
    text-align: left;
    font-family: 'Bree Serif';
    line-height: 18px;
    word-break: break-word;
    overflow: hidden;
    font-size: 14px;
    background: #ffffff;
}
div.component.interactive-portfolio-reference .reference-bucket.add-portfolio .reference-container .image img {
    display: block;
    width: 100%;
    height: 112px;
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
}
div.component.interactive-portfolio-reference .reference-bucket.add-portfolio .remove {
    display: none;
    position: absolute;
    top: 17px;
    right: 17px;
    color: #ea6449;
}
div.component.interactive-portfolio-reference .reference-bucket.add-portfolio:hover .remove {
    display: inline-block;
}
div.component.interactive-textarea {
    position: relative;
    border-radius: 5px;
    padding: 0 20px;
    font-size: 14px;
    margin-bottom: 10px;
    border: solid 1px transparent;
}
div.component.interactive-textarea .control-label {
    margin-top: 10px;
    margin-bottom: 15px;
    color: #3b94c7;
}
div.component.interactive-textarea .view,
div.component.interactive-textarea .edit {
    display: none;
    width: 100%;
    padding: 0;
}
div.component.interactive-textarea .view.shown,
div.component.interactive-textarea .edit.shown {
    display: inline-block;
    padding: 0 0 15px 0;
}
div.component.interactive-textarea .view.shown .textarea-content {
    max-width: 100%;
    width: 100%;
    border-radius: 5px;
    border: 1px solid #ddd;
    background-color: transparent;
    min-height: 180px;
}
div.component.interactive-textarea div textarea.form-control {
    max-width: 100%;
    min-height: 180px;
}
div.component.interactive-rubric {
    position: relative;
    border-radius: 5px;
    padding: 0 20px;
    font-size: 16px;
    margin-bottom: 10px;
    overflow: auto;
    border: solid 1px transparent;
}
div.component.interactive-rubric table.rubric-table {
    table-layout: fixed;
    font-size: 14px;
    font-weight: bold;
    border-collapse: separate;
    border: none;
}
div.component.interactive-rubric table.rubric-table thead tr,
div.component.interactive-rubric table.rubric-table tbody tr {
    height: 30px;
}
div.component.interactive-rubric table.rubric-table thead tr td:first-child,
div.component.interactive-rubric table.rubric-table tbody tr td:first-child {
    text-align: left;
    padding-left: 10px;
}
div.component.interactive-rubric table.rubric-table thead tr td + td,
div.component.interactive-rubric table.rubric-table tbody tr td + td {
    text-align: center;
}
div.component.interactive-rubric table.rubric-table thead tr td,
div.component.interactive-rubric table.rubric-table tbody tr td {
    font-size: bold;
    border: 1px solid #ddd;
    width: 110px;
}
div.component.interactive-rubric table.rubric-table thead tr td label,
div.component.interactive-rubric table.rubric-table tbody tr td label {
    padding-left: 0;
}
div.component.interactive-rubric table.rubric-table thead tr td label:before,
div.component.interactive-rubric table.rubric-table tbody tr td label:before,
div.component.interactive-rubric table.rubric-table thead tr td label:after,
div.component.interactive-rubric table.rubric-table tbody tr td label:after {
    display: none;
}
div.component.interactive-rubric table.rubric-table thead tr td:first-child {
    border-top-left-radius: 5px;
}
div.component.interactive-rubric table.rubric-table thead tr td:last-child {
    border-top-right-radius: 5px;
}
div.component.interactive-rubric table.rubric-table tbody tr:last-child td:first-child {
    border-bottom-left-radius: 5px;
}
div.component.interactive-rubric table.rubric-table tbody tr:last-child td:last-child {
    border-bottom-right-radius: 5px;
}
div.component.interactive-rubric:hover {
    border: solid 1px #3b94c7;
}
div.component.interactive-rubric .control-label {
    margin-top: 10px;
    margin-bottom: 15px;
    color: #3b94c7;
    font-size: 14px;
}
div.component.interactive-rubric .view,
div.component.interactive-rubric .edit {
    display: none;
    width: 100%;
    font-size: 16px;
    padding: 0;
}
div.component.interactive-rubric .view.shown,
div.component.interactive-rubric .edit.shown {
    max-width: 100%;
    display: inline-block;
    padding: 0 0 15px 0;
}
div.component.interactive-rubric .view.shown {
    overflow: auto;
}
div.component.interactive-rubric .edit.shown {
    overflow-x: auto;
    overflow: visible;
}
div.component.interactive-rubric-editable,
div.component.interactive-rubric-visible {
    position: relative;
    overflow: auto;
    z-index: 2;
}
div.component.interactive-rubric-editable label.control-label,
div.component.interactive-rubric-visible label.control-label {
    color: #3b94c7;
}
div.component.interactive-rubric-editable table.rubric-table.table,
div.component.interactive-rubric-visible table.rubric-table.table {
    width: auto;
    height: 100px;
    margin-bottom: 20px;
    position: relative;
    min-width: 1050px;
    background: #ffffff;
    z-index: 1;
}
div.component.interactive-rubric-editable table.rubric-table.table .total-score,
div.component.interactive-rubric-visible table.rubric-table.table .total-score {
    position: absolute;
    top: -20px;
    right: 5px;
    font-weight: bold;
    border: none;
}
div.component.interactive-rubric-editable table.rubric-table.table thead,
div.component.interactive-rubric-visible table.rubric-table.table thead {
    color: #555555 !important;
    background: white !important;
}
div.component.interactive-rubric-editable table.rubric-table.table thead tr th.level,
div.component.interactive-rubric-visible table.rubric-table.table thead tr th.level {
    padding-left: 40px;
}
div.component.interactive-rubric-editable table.rubric-table.table tbody,
div.component.interactive-rubric-visible table.rubric-table.table tbody {
    height: 100%;
}
div.component.interactive-rubric-editable table.rubric-table.table tbody tr,
div.component.interactive-rubric-visible table.rubric-table.table tbody tr {
    height: 100%;
}
div.component.interactive-rubric-editable table.rubric-table.table tbody tr:hover,
div.component.interactive-rubric-visible table.rubric-table.table tbody tr:hover {
    background: inherit;
}
div.component.interactive-rubric-editable table.rubric-table.table tbody tr td,
div.component.interactive-rubric-visible table.rubric-table.table tbody tr td {
    height: 100%;
    padding: 0;
}
div.component.interactive-rubric-editable table.rubric-table.table tbody tr td label.cell-cover,
div.component.interactive-rubric-visible table.rubric-table.table tbody tr td label.cell-cover {
    margin: 0;
    padding: 0;
    display: block;
    font-weight: normal;
    position: relative;
    width: 100%;
    height: 100%;
}
div.component.interactive-rubric-editable table.rubric-table.table tbody tr td label.cell-cover:hover,
div.component.interactive-rubric-visible table.rubric-table.table tbody tr td label.cell-cover:hover {
    background: #e1f0fa;
}
div.component.interactive-rubric-editable table.rubric-table.table tbody tr td label.cell-cover:hover i.icon-ok,
div.component.interactive-rubric-visible table.rubric-table.table tbody tr td label.cell-cover:hover i.icon-ok {
    color: #fad9a4;
}
div.component.interactive-rubric-editable table.rubric-table.table tbody tr td label.cell-cover i.icon-ok,
div.component.interactive-rubric-visible table.rubric-table.table tbody tr td label.cell-cover i.icon-ok {
    position: absolute;
    top: 15px;
    left: 10px;
    color: #f2f2f2;
}
div.component.interactive-rubric-editable table.rubric-table.table tbody tr td label.cell-cover:before,
div.component.interactive-rubric-visible table.rubric-table.table tbody tr td label.cell-cover:before,
div.component.interactive-rubric-editable table.rubric-table.table tbody tr td label.cell-cover:after,
div.component.interactive-rubric-visible table.rubric-table.table tbody tr td label.cell-cover:after {
    display: none;
}
div.component.interactive-rubric-editable table.rubric-table.table tbody tr td label.cell-cover span,
div.component.interactive-rubric-visible table.rubric-table.table tbody tr td label.cell-cover span {
    padding: 10px 40px 10px;
    display: block;
    font-size: 14px;
}
div.component.interactive-rubric-editable table.rubric-table.table tbody tr td input[type=radio],
div.component.interactive-rubric-visible table.rubric-table.table tbody tr td input[type=radio] {
    position: absolute;
    z-index: -100;
    width: 0;
    height: 0;
    left: -20000px;
}
div.component.interactive-rubric-editable table.rubric-table.table tbody tr td input[type=radio]:checked + label,
div.component.interactive-rubric-visible table.rubric-table.table tbody tr td input[type=radio]:checked + label {
    background-color: #3498db;
    border-color: #3498db;
    color: white;
}
div.component.interactive-rubric-editable table.rubric-table.table tbody tr td input[type=radio]:checked + label i.icon-ok,
div.component.interactive-rubric-visible table.rubric-table.table tbody tr td input[type=radio]:checked + label i.icon-ok {
    color: #fad9a4;
}
div.component.interactive-rubric-editable table.rubric-table.table tbody tr td textarea.edit-rubric-comment,
div.component.interactive-rubric-visible table.rubric-table.table tbody tr td textarea.edit-rubric-comment {
    min-height: 70px;
    height: 90%;
    padding: 1px 5px;
    width: 220px;
    margin: 8px 10px;
    color: #0093FF;
}
div.component.interactive-rubric-editable table.rubric-table.table tbody tr td textarea.visible-rubric-comment,
div.component.interactive-rubric-visible table.rubric-table.table tbody tr td textarea.visible-rubric-comment {
    min-height: 70px;
    height: 90%;
    padding: 1px 5px 1px 30px;
    width: 220px;
    margin: 8px 10px;
    border: none;
    outline: none;
    color: #0093FF;
}
div.component.interactive-rubric-editable table.rubric-table.table tbody tr td.cell.marked i.icon-ok,
div.component.interactive-rubric-visible table.rubric-table.table tbody tr td.cell.marked i.icon-ok {
    color: #fad9a4;
}
div.component.interactive-rubric-editable table.rubric-table.table tbody tr td.cell.marked label,
div.component.interactive-rubric-visible table.rubric-table.table tbody tr td.cell.marked label {
    color: white;
    background-color: #3498db;
    border-color: #3498db;
}
div.component.interactive-rubric-editable table.rubric-table.table tbody tr td.criteria,
div.component.interactive-rubric-visible table.rubric-table.table tbody tr td.criteria {
    padding: 10px 10px;
}
div.component.interactive-rubric-editable table.rubric-table.table tbody tr td.criteria span,
div.component.interactive-rubric-visible table.rubric-table.table tbody tr td.criteria span {
    text-align: right;
    display: block;
}
div.component.interactive-scoring {
    position: relative;
    border-radius: 5px;
    padding: 0 20px;
    font-size: 16px;
    margin-bottom: 10px;
    border: solid 1px transparent;
}
div.component.interactive-scoring input.form-control {
    width: 60px;
    height: 30px;
    display: inline-block;
    margin-right: 6px;
}
div.component.interactive-scoring input.form-control + span {
    font-size: 14px;
}
div.component.interactive-scoring div {
    margin-top: 0;
}
div.component.interactive-scoring .control-label {
    margin-top: 10px;
    margin-bottom: 15px;
    color: #3b94c7;
    font-size: 14px;
}
div.component.interactive-scoring .view,
div.component.interactive-scoring .edit {
    display: none;
    width: 100%;
    font-size: 16px;
    padding: 0;
}
div.component.interactive-scoring .view.shown,
div.component.interactive-scoring .edit.shown {
    display: inline-block;
    padding: 0 0 15px 0;
}
div.component.interactive-scoring .view.shown .scoring-content {
    width: 60px;
    height: 30px;
    border-radius: 5px;
    margin-right: 8px;
    border: 1px solid #ddd;
    background-color: transparent;
}
div.component.interactive-scoring .view.shown span {
    font-size: 14px;
}
div.component.interactive-youtube {
    position: relative;
    border-radius: 5px;
    padding: 0 20px;
    font-size: 16px;
    margin-bottom: 10px;
    border: solid 1px transparent;
}
div.component.interactive-youtube .control-label {
    margin-top: 10px;
    margin-bottom: 15px;
    color: #3b94c7;
    font-size: 14px;
}
div.component.interactive-youtube .view,
div.component.interactive-youtube .edit {
    display: none;
    width: 100%;
    font-size: 16px;
    padding: 0;
}
div.component.interactive-youtube .view.shown,
div.component.interactive-youtube .edit.shown {
    display: block;
    padding: 0 0 15px 0;
}
div.component.interactive-youtube .view.shown {
    position: relative;
    padding-bottom: 56.25%;
    max-width: 854px;
    max-height: 480px;
    overflow: hidden;
    margin-bottom: 8px;
}
div.component.interactive-youtube .view.shown .youtube-link input {
    height: 30px;
    width: 100%;
    margin-bottom: 10px;
    border-radius: 5px;
    border: 1px solid #ddd;
    background-color: transparent;
}
div.component.interactive-youtube .view.shown .youtube-panel {
    position: absolute;
    left: 0px;
    width: 100%;
    height: 100%;
    min-height: 141px;
    background: #030303;
}
div.component.interactive-youtube .view.shown .youtube-panel b.logo {
    background: url(/assets/youtube-logo-white-a7775a2bee15a62c9a33d07f972e1970.png) no-repeat;
    background-size: 100%;
    position: relative;
    max-width: 120px;
    max-height: 120px;
    width: 16%;
    height: 16%;
    display: block;
    top: 40%;
    left: 40%;
}
div.component.interactive-youtube .directive-placeholder {
    position: relative;
    max-height: 480px;
    max-width: 854px;
    overflow: visible;
    padding-bottom: 56.25%;
    margin-bottom: 75px;
}
div.component.interactive-youtube .directive-placeholder .link div input.form-control[class] {
    max-width: 854px;
    height: 30px;
    width: 100%;
    margin-bottom: 10px;
    border-radius: 5px;
    border: 1px solid #ddd;
    background-color: transparent;
}
div.component.interactive-youtube .directive-placeholder .player {
    position: absolute;
    left: 0;
    width: 100%;
    height: 87%;
    min-height: 141px;
    background: #030303;
}
div.component.interactive-youtube .directive-placeholder .player b.logo {
    background: url(/assets/youtube-logo-white-a7775a2bee15a62c9a33d07f972e1970.png) no-repeat;
    background-size: 100%;
    position: absolute;
    max-width: 120px;
    max-height: 120px;
    width: 16%;
    height: 16%;
    display: block;
    top: 42%;
    left: 42%;
}
div.component.interactive-youtube .directive-placeholder .player .player-frame {
    border: none;
    width: 100%;
    height: 100%;
}
div.component.interactive-youtube .directive-placeholder span.optional {
    display: inline-block;
    margin-top: 10px;
    font-size: 14px;
    font-weight: normal;
}
div.component.interactive-youtube .directive-placeholder.visible {
    margin-bottom: 20px;
}
div.component.ui-draggable-dragging {
    opacity: 0.6;
}
div.component.ui-draggable-dragging.resource-title,
div.component.ui-draggable-dragging.resource-text {
    border-color: #3b94c7;
    padding: 0 20px;
    transition: border-color 0.3s;
}
div.component.ui-draggable-dragging .operation-bar {
    display: inline;
    opacity: 1;
    transition: opacity 0.3s;
}
.three-equals .section-column .component.resource-user-info .view.shown img,
.section-column.section-sidebar .component.resource-user-info .view.shown img {
    display: block;
    margin: 0 0 15px 15px;
}
.three-equals .section-column .component.resource-user-info .view.shown .content-container > div,
.section-column.section-sidebar .component.resource-user-info .view.shown .content-container > div {
    margin-bottom: 15px;
}
.three-equals .section-column .component.resource-user-info .view.shown .content-container > div label,
.section-column.section-sidebar .component.resource-user-info .view.shown .content-container > div label {
    display: block;
    text-align: left;
}
@-moz-document url-prefix() {
    div.component.resource-multimedia .view.shown {
        display: table;
        table-layout: fixed;
    }
    div.component.resource-multimedia .view.shown img {
        display: table-cell;
    }
    div.component.interactive-rubric-editable table.rubric-table.table tbody tr td,
    div.component.interactive-rubric-visible table.rubric-table.table tbody tr td {
        height: auto;
    }
}
.insert-placeholder {
    width: 100%;
    border-top: 3px dotted #f39c12;
    border-radius: 0;
}
div.component-move-replacement {
    overflow: hidden;
    width: 350px;
    max-height: 300px;
    min-width: 200px;
}
div.picker {
    z-index: 1000060;
}
div.picker.picker-dialog-bg {
    position: fixed;
}

@font-face {
    font-family: 'fontello';
    src: url(/assets/fontello-c8b65b9b235ea010139fbc3317099abe.eot);
    src: url(/assets/fontello-c8b65b9b235ea010139fbc3317099abe.eot#iefix) format('embedded-opentype'), url(../fonts/fontello.woff) format('woff'), url(/assets/fontello-3934785b363c7121bf12fd6d605d45f3.ttf) format('truetype'), url(/assets/fontello-f123673ec9ec5ccc945ffc19aa420ce2.svg#fontello) format('svg');
    font-weight: normal;
    font-style: normal;
}
/* Chrome hack: SVG is rendered more smooth in Windozze. 100% magic, uncomment if you need it. */
/* Note, that will break hinting! In other OS-es font will be not as sharp as it could be */
/*
@media screen and (-webkit-min-device-pixel-ratio:0) {
  @font-face {
    font-family: 'fontello';
    src: url('../font/fontello.svg?13441709#fontello') format('svg');
  }
}
*/
[class^="icon-"]:before,
[class*=" icon-"]:before {
    font-family: "fontello";
    font-style: normal;
    font-weight: normal;
    speak: none;
    display: inline-block;
    text-decoration: inherit;
    width: 1em;
    margin-right: .2em;
    text-align: center;
    /* opacity: .8; */

    /* For safety - reset parent styles, that can break glyph codes*/

    font-variant: normal;
    text-transform: none;
    /* fix buttons height, for twitter bootstrap */

    line-height: 1em;
    /* Animation center compensation - margins should be symmetric */

    /* remove if not needed */

    margin-left: .2em;
    /* you can be more comfortable with increased icons size */

    /* font-size: 120%; */

    /* Uncomment for 3D effect */

    /* text-shadow: 1px 1px 1px rgba(127, 127, 127, 0.3); */

}
.icon-emo-happy:before {
    content: '\e800';
}
/* '' */
.icon-odnoklassniki-rect-1:before {
    content: '\f002';
}
/* '' */
.icon-emo-wink2:before {
    content: '\e802';
}
/* '' */
.icon-emo-unhappy:before {
    content: '\e803';
}
/* '' */
.icon-emo-sleep:before {
    content: '\e804';
}
/* '' */
.icon-emo-thumbsup:before {
    content: '\e805';
}
/* '' */
.icon-emo-devil:before {
    content: '\e806';
}
/* '' */
.icon-emo-surprised:before {
    content: '\e807';
}
/* '' */
.icon-emo-tongue:before {
    content: '\e808';
}
/* '' */
.icon-emo-coffee:before {
    content: '\e809';
}
/* '' */
.icon-emo-sunglasses:before {
    content: '\e80a';
}
/* '' */
.icon-emo-displeased:before {
    content: '\e80b';
}
/* '' */
.icon-emo-beer:before {
    content: '\e80c';
}
/* '' */
.icon-emo-grin:before {
    content: '\e80d';
}
/* '' */
.icon-emo-angry:before {
    content: '\e80e';
}
/* '' */
.icon-emo-saint:before {
    content: '\e80f';
}
/* '' */
.icon-emo-cry:before {
    content: '\e810';
}
/* '' */
.icon-emo-shoot:before {
    content: '\e811';
}
/* '' */
.icon-emo-squint:before {
    content: '\e812';
}
/* '' */
.icon-emo-laugh:before {
    content: '\e813';
}
/* '' */
.icon-spin1:before {
    content: '\e814';
}
/* '' */
.icon-spin2:before {
    content: '\e815';
}
/* '' */
.icon-spin3:before {
    content: '\e816';
}
/* '' */
.icon-spin4:before {
    content: '\e817';
}
/* '' */
.icon-spin5:before {
    content: '\e818';
}
/* '' */
.icon-spin6:before {
    content: '\e819';
}
/* '' */
.icon-firefox:before {
    content: '\e81a';
}
/* '' */
.icon-chrome:before {
    content: '\e81b';
}
/* '' */
.icon-opera:before {
    content: '\e81c';
}
/* '' */
.icon-ie:before {
    content: '\e81d';
}
/* '' */
.icon-crown:before {
    content: '\e81e';
}
/* '' */
.icon-crown-plus:before {
    content: '\e81f';
}
/* '' */
.icon-crown-minus:before {
    content: '\e820';
}
/* '' */
.icon-marquee:before {
    content: '\e821';
}
/* '' */
.icon-glass:before {
    content: '\e822';
}
/* '' */
.icon-music:before {
    content: '\e823';
}
/* '' */
.icon-search:before {
    content: '\e824';
}
/* '' */
.icon-mail:before {
    content: '\e825';
}
/* '' */
.icon-mail-alt:before {
    content: '\e826';
}
/* '' */
.icon-heart:before {
    content: '\e827';
}
/* '' */
.icon-heart-empty:before {
    content: '\e828';
}
/* '' */
.icon-star:before {
    content: '\e829';
}
/* '' */
.icon-star-empty:before {
    content: '\e82a';
}
/* '' */
.icon-star-half:before {
    content: '\e82b';
}
/* '' */
.icon-star-half-alt:before {
    content: '\e82c';
}
/* '' */
.icon-user:before {
    content: '\e82d';
}
/* '' */
.icon-users:before {
    content: '\e82e';
}
/* '' */
.icon-male:before {
    content: '\e82f';
}
/* '' */
.icon-female:before {
    content: '\e830';
}
/* '' */
.icon-video:before {
    content: '\e831';
}
/* '' */
.icon-videocam:before {
    content: '\e832';
}
/* '' */
.icon-picture:before {
    content: '\e833';
}
/* '' */
.icon-camera:before {
    content: '\e834';
}
/* '' */
.icon-camera-alt:before {
    content: '\e835';
}
/* '' */
.icon-th-large:before {
    content: '\e836';
}
/* '' */
.icon-th:before {
    content: '\e837';
}
/* '' */
.icon-th-list:before {
    content: '\e838';
}
/* '' */
.icon-ok:before {
    content: '\e839';
}
/* '' */
.icon-ok-circled:before {
    content: '\e83a';
}
/* '' */
.icon-ok-circled2:before {
    content: '\e83b';
}
/* '' */
.icon-ok-squared:before {
    content: '\e83c';
}
/* '' */
.icon-cancel:before {
    content: '\e83d';
}
/* '' */
.icon-cancel-circled:before {
    content: '\e83e';
}
/* '' */
.icon-cancel-circled2:before {
    content: '\e83f';
}
/* '' */
.icon-plus:before {
    content: '\e840';
}
/* '' */
.icon-plus-circled:before {
    content: '\e841';
}
/* '' */
.icon-plus-squared:before {
    content: '\e842';
}
/* '' */
.icon-plus-squared-alt:before {
    content: '\e843';
}
/* '' */
.icon-minus:before {
    content: '\e844';
}
/* '' */
.icon-minus-circled:before {
    content: '\e845';
}
/* '' */
.icon-minus-squared:before {
    content: '\e846';
}
/* '' */
.icon-minus-squared-alt:before {
    content: '\e847';
}
/* '' */
.icon-help:before {
    content: '\e848';
}
/* '' */
.icon-help-circled:before {
    content: '\e849';
}
/* '' */
.icon-info-circled:before {
    content: '\e84a';
}
/* '' */
.icon-info:before {
    content: '\e84b';
}
/* '' */
.icon-home:before {
    content: '\e84c';
}
/* '' */
.icon-link:before {
    content: '\e84d';
}
/* '' */
.icon-unlink:before {
    content: '\e84e';
}
/* '' */
.icon-link-ext:before {
    content: '\e84f';
}
/* '' */
.icon-link-ext-alt:before {
    content: '\e850';
}
/* '' */
.icon-attach:before {
    content: '\e851';
}
/* '' */
.icon-lock:before {
    content: '\e852';
}
/* '' */
.icon-lock-open:before {
    content: '\e853';
}
/* '' */
.icon-lock-open-alt:before {
    content: '\e854';
}
/* '' */
.icon-pin:before {
    content: '\e855';
}
/* '' */
.icon-eye:before {
    content: '\e856';
}
/* '' */
.icon-eye-off:before {
    content: '\e857';
}
/* '' */
.icon-tag:before {
    content: '\e858';
}
/* '' */
.icon-tags:before {
    content: '\e859';
}
/* '' */
.icon-bookmark:before {
    content: '\e85a';
}
/* '' */
.icon-bookmark-empty:before {
    content: '\e85b';
}
/* '' */
.icon-flag:before {
    content: '\e85c';
}
/* '' */
.icon-flag-empty:before {
    content: '\e85d';
}
/* '' */
.icon-flag-checkered:before {
    content: '\e85e';
}
/* '' */
.icon-thumbs-up:before {
    content: '\e85f';
}
/* '' */
.icon-thumbs-down:before {
    content: '\e860';
}
/* '' */
.icon-thumbs-up-alt:before {
    content: '\e861';
}
/* '' */
.icon-thumbs-down-alt:before {
    content: '\e862';
}
/* '' */
.icon-download:before {
    content: '\e863';
}
/* '' */
.icon-upload:before {
    content: '\e864';
}
/* '' */
.icon-download-cloud:before {
    content: '\e865';
}
/* '' */
.icon-upload-cloud:before {
    content: '\e866';
}
/* '' */
.icon-reply:before {
    content: '\e867';
}
/* '' */
.icon-reply-all:before {
    content: '\e868';
}
/* '' */
.icon-forward:before {
    content: '\e869';
}
/* '' */
.icon-quote-left:before {
    content: '\e86a';
}
/* '' */
.icon-quote-right:before {
    content: '\e86b';
}
/* '' */
.icon-code:before {
    content: '\e86c';
}
/* '' */
.icon-export:before {
    content: '\e86d';
}
/* '' */
.icon-export-alt:before {
    content: '\e86e';
}
/* '' */
.icon-pencil:before {
    content: '\e86f';
}
/* '' */
.icon-pencil-squared:before {
    content: '\e870';
}
/* '' */
.icon-edit:before {
    content: '\e871';
}
/* '' */
.icon-print:before {
    content: '\e872';
}
/* '' */
.icon-retweet:before {
    content: '\e873';
}
/* '' */
.icon-keyboard:before {
    content: '\e874';
}
/* '' */
.icon-gamepad:before {
    content: '\e875';
}
/* '' */
.icon-comment:before {
    content: '\e876';
}
/* '' */
.icon-chat:before {
    content: '\e877';
}
/* '' */
.icon-comment-empty:before {
    content: '\e878';
}
/* '' */
.icon-chat-empty:before {
    content: '\e879';
}
/* '' */
.icon-bell:before {
    content: '\e87a';
}
/* '' */
.icon-bell-alt:before {
    content: '\e87b';
}
/* '' */
.icon-attention-alt:before {
    content: '\e87c';
}
/* '' */
.icon-attention:before {
    content: '\e87d';
}
/* '' */
.icon-attention-circled:before {
    content: '\e87e';
}
/* '' */
.icon-location:before {
    content: '\e87f';
}
/* '' */
.icon-direction:before {
    content: '\e880';
}
/* '' */
.icon-compass:before {
    content: '\e881';
}
/* '' */
.icon-trash:before {
    content: '\e882';
}
/* '' */
.icon-doc:before {
    content: '\e883';
}
/* '' */
.icon-docs:before {
    content: '\e884';
}
/* '' */
.icon-doc-text:before {
    content: '\e885';
}
/* '' */
.icon-doc-inv:before {
    content: '\e886';
}
/* '' */
.icon-doc-text-inv:before {
    content: '\e887';
}
/* '' */
.icon-folder:before {
    content: '\e888';
}
/* '' */
.icon-folder-open:before {
    content: '\e889';
}
/* '' */
.icon-folder-empty:before {
    content: '\e88a';
}
/* '' */
.icon-folder-open-empty:before {
    content: '\e88b';
}
/* '' */
.icon-box:before {
    content: '\e88c';
}
/* '' */
.icon-rss:before {
    content: '\e88d';
}
/* '' */
.icon-rss-squared:before {
    content: '\e88e';
}
/* '' */
.icon-phone:before {
    content: '\e88f';
}
/* '' */
.icon-phone-squared:before {
    content: '\e890';
}
/* '' */
.icon-menu:before {
    content: '\e891';
}
/* '' */
.icon-cog:before {
    content: '\e892';
}
/* '' */
.icon-cog-alt:before {
    content: '\e893';
}
/* '' */
.icon-wrench:before {
    content: '\e894';
}
/* '' */
.icon-basket:before {
    content: '\e895';
}
/* '' */
.icon-calendar:before {
    content: '\e896';
}
/* '' */
.icon-calendar-empty:before {
    content: '\e897';
}
/* '' */
.icon-login:before {
    content: '\e898';
}
/* '' */
.icon-logout:before {
    content: '\e899';
}
/* '' */
.icon-mic:before {
    content: '\e89a';
}
/* '' */
.icon-mute:before {
    content: '\e89b';
}
/* '' */
.icon-volume-off:before {
    content: '\e89c';
}
/* '' */
.icon-volume-down:before {
    content: '\e89d';
}
/* '' */
.icon-volume-up:before {
    content: '\e89e';
}
/* '' */
.icon-headphones:before {
    content: '\e89f';
}
/* '' */
.icon-clock:before {
    content: '\e8a0';
}
/* '' */
.icon-lightbulb:before {
    content: '\e8a1';
}
/* '' */
.icon-block:before {
    content: '\e8a2';
}
/* '' */
.icon-resize-full:before {
    content: '\e8a3';
}
/* '' */
.icon-resize-full-alt:before {
    content: '\e8a4';
}
/* '' */
.icon-resize-small:before {
    content: '\e8a5';
}
/* '' */
.icon-resize-vertical:before {
    content: '\e8a6';
}
/* '' */
.icon-resize-horizontal:before {
    content: '\e8a7';
}
/* '' */
.icon-move:before {
    content: '\e8a8';
}
/* '' */
.icon-zoom-in:before {
    content: '\e8a9';
}
/* '' */
.icon-zoom-out:before {
    content: '\e8aa';
}
/* '' */
.icon-down-circled2:before {
    content: '\e8ab';
}
/* '' */
.icon-up-circled2:before {
    content: '\e8ac';
}
/* '' */
.icon-left-circled2:before {
    content: '\e8ad';
}
/* '' */
.icon-right-circled2:before {
    content: '\e8ae';
}
/* '' */
.icon-down-dir:before {
    content: '\e8af';
}
/* '' */
.icon-up-dir:before {
    content: '\e8b0';
}
/* '' */
.icon-left-dir:before {
    content: '\e8b1';
}
/* '' */
.icon-right-dir:before {
    content: '\e8b2';
}
/* '' */
.icon-down-open:before {
    content: '\e8b3';
}
/* '' */
.icon-left-open:before {
    content: '\e8b4';
}
/* '' */
.icon-right-open:before {
    content: '\e8b5';
}
/* '' */
.icon-up-open:before {
    content: '\e8b6';
}
/* '' */
.icon-angle-left:before {
    content: '\e8b7';
}
/* '' */
.icon-angle-right:before {
    content: '\e8b8';
}
/* '' */
.icon-angle-up:before {
    content: '\e8b9';
}
/* '' */
.icon-angle-down:before {
    content: '\e8ba';
}
/* '' */
.icon-angle-circled-left:before {
    content: '\e8bb';
}
/* '' */
.icon-angle-circled-right:before {
    content: '\e8bc';
}
/* '' */
.icon-angle-circled-up:before {
    content: '\e8bd';
}
/* '' */
.icon-angle-circled-down:before {
    content: '\e8be';
}
/* '' */
.icon-angle-double-left:before {
    content: '\e8bf';
}
/* '' */
.icon-angle-double-right:before {
    content: '\e8c0';
}
/* '' */
.icon-angle-double-up:before {
    content: '\e8c1';
}
/* '' */
.icon-angle-double-down:before {
    content: '\e8c2';
}
/* '' */
.icon-down:before {
    content: '\e8c3';
}
/* '' */
.icon-left:before {
    content: '\e8c4';
}
/* '' */
.icon-right:before {
    content: '\e8c5';
}
/* '' */
.icon-up:before {
    content: '\e8c6';
}
/* '' */
.icon-down-big:before {
    content: '\e8c7';
}
/* '' */
.icon-left-big:before {
    content: '\e8c8';
}
/* '' */
.icon-right-big:before {
    content: '\e8c9';
}
/* '' */
.icon-up-big:before {
    content: '\e8ca';
}
/* '' */
.icon-right-hand:before {
    content: '\e8cb';
}
/* '' */
.icon-emo-wink:before {
    content: '\e801';
}
/* '' */
.icon-up-hand:before {
    content: '\e8cd';
}
/* '' */
.icon-down-hand:before {
    content: '\e8ce';
}
/* '' */
.icon-left-circled:before {
    content: '\e8cf';
}
/* '' */
.icon-right-circled:before {
    content: '\e8d0';
}
/* '' */
.icon-up-circled:before {
    content: '\e8d1';
}
/* '' */
.icon-down-circled:before {
    content: '\e8d2';
}
/* '' */
.icon-cw:before {
    content: '\e8d3';
}
/* '' */
.icon-ccw:before {
    content: '\e8d4';
}
/* '' */
.icon-arrows-cw:before {
    content: '\e8d5';
}
/* '' */
.icon-level-up:before {
    content: '\e8d6';
}
/* '' */
.icon-level-down:before {
    content: '\e8d7';
}
/* '' */
.icon-shuffle:before {
    content: '\e8d8';
}
/* '' */
.icon-exchange:before {
    content: '\e8d9';
}
/* '' */
.icon-expand:before {
    content: '\e8da';
}
/* '' */
.icon-collapse:before {
    content: '\e8db';
}
/* '' */
.icon-expand-right:before {
    content: '\e8dc';
}
/* '' */
.icon-collapse-left:before {
    content: '\e8dd';
}
/* '' */
.icon-play:before {
    content: '\e8de';
}
/* '' */
.icon-play-circled:before {
    content: '\e8df';
}
/* '' */
.icon-play-circled2:before {
    content: '\e8e0';
}
/* '' */
.icon-stop:before {
    content: '\e8e1';
}
/* '' */
.icon-pause:before {
    content: '\e8e2';
}
/* '' */
.icon-to-end:before {
    content: '\e8e3';
}
/* '' */
.icon-to-end-alt:before {
    content: '\e8e4';
}
/* '' */
.icon-to-start:before {
    content: '\e8e5';
}
/* '' */
.icon-to-start-alt:before {
    content: '\e8e6';
}
/* '' */
.icon-fast-fw:before {
    content: '\e8e7';
}
/* '' */
.icon-fast-bw:before {
    content: '\e8e8';
}
/* '' */
.icon-eject:before {
    content: '\e8e9';
}
/* '' */
.icon-target:before {
    content: '\e8ea';
}
/* '' */
.icon-signal:before {
    content: '\e8eb';
}
/* '' */
.icon-award:before {
    content: '\e8ec';
}
/* '' */
.icon-desktop:before {
    content: '\e8ed';
}
/* '' */
.icon-laptop:before {
    content: '\e8ee';
}
/* '' */
.icon-tablet:before {
    content: '\e8ef';
}
/* '' */
.icon-mobile:before {
    content: '\e8f0';
}
/* '' */
.icon-inbox:before {
    content: '\e8f1';
}
/* '' */
.icon-globe:before {
    content: '\e8f2';
}
/* '' */
.icon-sun:before {
    content: '\e8f3';
}
/* '' */
.icon-cloud:before {
    content: '\e8f4';
}
/* '' */
.icon-flash:before {
    content: '\e8f5';
}
/* '' */
.icon-moon:before {
    content: '\e8f6';
}
/* '' */
.icon-umbrella:before {
    content: '\e8f7';
}
/* '' */
.icon-flight:before {
    content: '\e8f8';
}
/* '' */
.icon-fighter-jet:before {
    content: '\e8f9';
}
/* '' */
.icon-leaf:before {
    content: '\e8fa';
}
/* '' */
.icon-font:before {
    content: '\e8fb';
}
/* '' */
.icon-bold:before {
    content: '\e8fc';
}
/* '' */
.icon-italic:before {
    content: '\e8fd';
}
/* '' */
.icon-text-height:before {
    content: '\e8fe';
}
/* '' */
.icon-text-width:before {
    content: '\e8ff';
}
/* '' */
.icon-align-left:before {
    content: '\e900';
}
/* '' */
.icon-align-center:before {
    content: '\e901';
}
/* '' */
.icon-align-right:before {
    content: '\e902';
}
/* '' */
.icon-align-justify:before {
    content: '\e903';
}
/* '' */
.icon-list:before {
    content: '\e904';
}
/* '' */
.icon-indent-left:before {
    content: '\e905';
}
/* '' */
.icon-indent-right:before {
    content: '\e906';
}
/* '' */
.icon-list-bullet:before {
    content: '\e907';
}
/* '' */
.icon-list-numbered:before {
    content: '\e908';
}
/* '' */
.icon-strike:before {
    content: '\e909';
}
/* '' */
.icon-underline:before {
    content: '\e90a';
}
/* '' */
.icon-superscript:before {
    content: '\e90b';
}
/* '' */
.icon-subscript:before {
    content: '\e90c';
}
/* '' */
.icon-table:before {
    content: '\e90d';
}
/* '' */
.icon-columns:before {
    content: '\e90e';
}
/* '' */
.icon-crop:before {
    content: '\e90f';
}
/* '' */
.icon-scissors:before {
    content: '\e910';
}
/* '' */
.icon-paste:before {
    content: '\e911';
}
/* '' */
.icon-briefcase:before {
    content: '\e912';
}
/* '' */
.icon-suitcase:before {
    content: '\e913';
}
/* '' */
.icon-ellipsis:before {
    content: '\e914';
}
/* '' */
.icon-ellipsis-vert:before {
    content: '\e915';
}
/* '' */
.icon-off:before {
    content: '\e916';
}
/* '' */
.icon-road:before {
    content: '\e917';
}
/* '' */
.icon-list-alt:before {
    content: '\e918';
}
/* '' */
.icon-qrcode:before {
    content: '\e919';
}
/* '' */
.icon-barcode:before {
    content: '\e91a';
}
/* '' */
.icon-book:before {
    content: '\e91b';
}
/* '' */
.icon-ajust:before {
    content: '\e91c';
}
/* '' */
.icon-tint:before {
    content: '\e91d';
}
/* '' */
.icon-check:before {
    content: '\e91e';
}
/* '' */
.icon-check-empty:before {
    content: '\e91f';
}
/* '' */
.icon-circle:before {
    content: '\e920';
}
/* '' */
.icon-circle-empty:before {
    content: '\e921';
}
/* '' */
.icon-dot-circled:before {
    content: '\e922';
}
/* '' */
.icon-asterisk:before {
    content: '\e923';
}
/* '' */
.icon-gift:before {
    content: '\e924';
}
/* '' */
.icon-fire:before {
    content: '\e925';
}
/* '' */
.icon-magnet:before {
    content: '\e926';
}
/* '' */
.icon-chart-bar:before {
    content: '\e927';
}
/* '' */
.icon-ticket:before {
    content: '\e928';
}
/* '' */
.icon-credit-card:before {
    content: '\e929';
}
/* '' */
.icon-floppy:before {
    content: '\e92a';
}
/* '' */
.icon-megaphone:before {
    content: '\e92b';
}
/* '' */
.icon-hdd:before {
    content: '\e92c';
}
/* '' */
.icon-key:before {
    content: '\e92d';
}
/* '' */
.icon-fork:before {
    content: '\e92e';
}
/* '' */
.icon-rocket:before {
    content: '\e92f';
}
/* '' */
.icon-bug:before {
    content: '\e930';
}
/* '' */
.icon-certificate:before {
    content: '\e931';
}
/* '' */
.icon-tasks:before {
    content: '\e932';
}
/* '' */
.icon-filter:before {
    content: '\e933';
}
/* '' */
.icon-beaker:before {
    content: '\e934';
}
/* '' */
.icon-magic:before {
    content: '\e935';
}
/* '' */
.icon-truck:before {
    content: '\e936';
}
/* '' */
.icon-money:before {
    content: '\e937';
}
/* '' */
.icon-euro:before {
    content: '\e938';
}
/* '' */
.icon-pound:before {
    content: '\e939';
}
/* '' */
.icon-dollar:before {
    content: '\e93a';
}
/* '' */
.icon-rupee:before {
    content: '\e93b';
}
/* '' */
.icon-yen:before {
    content: '\e93c';
}
/* '' */
.icon-rouble:before {
    content: '\e93d';
}
/* '' */
.icon-try:before {
    content: '\e93e';
}
/* '' */
.icon-won:before {
    content: '\e93f';
}
/* '' */
.icon-bitcoin:before {
    content: '\e940';
}
/* '' */
.icon-sort:before {
    content: '\e941';
}
/* '' */
.icon-sort-down:before {
    content: '\e942';
}
/* '' */
.icon-sort-up:before {
    content: '\e943';
}
/* '' */
.icon-sort-alt-up:before {
    content: '\e944';
}
/* '' */
.icon-sort-alt-down:before {
    content: '\e945';
}
/* '' */
.icon-sort-name-up:before {
    content: '\e946';
}
/* '' */
.icon-sort-name-down:before {
    content: '\e947';
}
/* '' */
.icon-sort-number-up:before {
    content: '\e948';
}
/* '' */
.icon-sort-number-down:before {
    content: '\e949';
}
/* '' */
.icon-hammer:before {
    content: '\e94a';
}
/* '' */
.icon-gauge:before {
    content: '\e94b';
}
/* '' */
.icon-sitemap:before {
    content: '\e94c';
}
/* '' */
.icon-spinner:before {
    content: '\e94d';
}
/* '' */
.icon-coffee:before {
    content: '\e94e';
}
/* '' */
.icon-food:before {
    content: '\e94f';
}
/* '' */
.icon-beer:before {
    content: '\e950';
}
/* '' */
.icon-user-md:before {
    content: '\e951';
}
/* '' */
.icon-stethoscope:before {
    content: '\e952';
}
/* '' */
.icon-ambulance:before {
    content: '\e953';
}
/* '' */
.icon-medkit:before {
    content: '\e954';
}
/* '' */
.icon-h-sigh:before {
    content: '\e955';
}
/* '' */
.icon-hospital:before {
    content: '\e956';
}
/* '' */
.icon-building:before {
    content: '\e957';
}
/* '' */
.icon-smile:before {
    content: '\e958';
}
/* '' */
.icon-frown:before {
    content: '\e959';
}
/* '' */
.icon-meh:before {
    content: '\e95a';
}
/* '' */
.icon-anchor:before {
    content: '\e95b';
}
/* '' */
.icon-terminal:before {
    content: '\e95c';
}
/* '' */
.icon-eraser:before {
    content: '\e95d';
}
/* '' */
.icon-puzzle:before {
    content: '\e95e';
}
/* '' */
.icon-shield:before {
    content: '\e95f';
}
/* '' */
.icon-extinguisher:before {
    content: '\e960';
}
/* '' */
.icon-bullseye:before {
    content: '\e961';
}
/* '' */
.icon-wheelchair:before {
    content: '\e962';
}
/* '' */
.icon-adn:before {
    content: '\e963';
}
/* '' */
.icon-android:before {
    content: '\e964';
}
/* '' */
.icon-apple:before {
    content: '\e965';
}
/* '' */
.icon-bitbucket:before {
    content: '\e966';
}
/* '' */
.icon-bitbucket-squared:before {
    content: '\e967';
}
/* '' */
.icon-css3:before {
    content: '\e968';
}
/* '' */
.icon-dribbble:before {
    content: '\e969';
}
/* '' */
.icon-dropbox:before {
    content: '\e96a';
}
/* '' */
.icon-facebook:before {
    content: '\e96b';
}
/* '' */
.icon-facebook-squared:before {
    content: '\e96c';
}
/* '' */
.icon-flickr:before {
    content: '\e96d';
}
/* '' */
.icon-foursquare:before {
    content: '\e96e';
}
/* '' */
.icon-github:before {
    content: '\e96f';
}
/* '' */
.icon-github-squared:before {
    content: '\e970';
}
/* '' */
.icon-github-circled:before {
    content: '\e971';
}
/* '' */
.icon-gittip:before {
    content: '\e972';
}
/* '' */
.icon-gplus-squared:before {
    content: '\e973';
}
/* '' */
.icon-gplus:before {
    content: '\e974';
}
/* '' */
.icon-html5:before {
    content: '\e975';
}
/* '' */
.icon-instagramm:before {
    content: '\e976';
}
/* '' */
.icon-linkedin-squared:before {
    content: '\e977';
}
/* '' */
.icon-linux:before {
    content: '\e978';
}
/* '' */
.icon-linkedin:before {
    content: '\e979';
}
/* '' */
.icon-maxcdn:before {
    content: '\e97a';
}
/* '' */
.icon-pagelines:before {
    content: '\e97b';
}
/* '' */
.icon-pinterest-circled:before {
    content: '\e97c';
}
/* '' */
.icon-pinterest-squared:before {
    content: '\e97d';
}
/* '' */
.icon-renren:before {
    content: '\e97e';
}
/* '' */
.icon-skype:before {
    content: '\e97f';
}
/* '' */
.icon-stackexchange:before {
    content: '\e980';
}
/* '' */
.icon-stackoverflow:before {
    content: '\e981';
}
/* '' */
.icon-trello:before {
    content: '\e982';
}
/* '' */
.icon-tumblr:before {
    content: '\e983';
}
/* '' */
.icon-tumblr-squared:before {
    content: '\e984';
}
/* '' */
.icon-twitter-squared:before {
    content: '\e985';
}
/* '' */
.icon-twitter:before {
    content: '\e986';
}
/* '' */
.icon-vimeo-squared:before {
    content: '\e987';
}
/* '' */
.icon-vkontakte:before {
    content: '\e988';
}
/* '' */
.icon-weibo:before {
    content: '\e989';
}
/* '' */
.icon-windows:before {
    content: '\e98a';
}
/* '' */
.icon-xing:before {
    content: '\e98b';
}
/* '' */
.icon-xing-squared:before {
    content: '\e98c';
}
/* '' */
.icon-youtube:before {
    content: '\e98d';
}
/* '' */
.icon-youtube-squared:before {
    content: '\e98e';
}
/* '' */
.icon-youtube-play:before {
    content: '\e98f';
}
/* '' */
.icon-blank:before {
    content: '\e990';
}
/* '' */
.icon-lemon:before {
    content: '\e991';
}
/* '' */
.icon-note:before {
    content: '\e992';
}
/* '' */
.icon-note-beamed:before {
    content: '\e993';
}
/* '' */
.icon-music-1:before {
    content: '\e994';
}
/* '' */
.icon-search-1:before {
    content: '\e995';
}
/* '' */
.icon-flashlight:before {
    content: '\e996';
}
/* '' */
.icon-mail-1:before {
    content: '\e997';
}
/* '' */
.icon-heart-1:before {
    content: '\e998';
}
/* '' */
.icon-heart-empty-1:before {
    content: '\e999';
}
/* '' */
.icon-star-1:before {
    content: '\e99a';
}
/* '' */
.icon-star-empty-1:before {
    content: '\e99b';
}
/* '' */
.icon-user-1:before {
    content: '\e99c';
}
/* '' */
.icon-users-1:before {
    content: '\e99d';
}
/* '' */
.icon-user-add:before {
    content: '\e99e';
}
/* '' */
.icon-video-1:before {
    content: '\e99f';
}
/* '' */
.icon-picture-1:before {
    content: '\e9a0';
}
/* '' */
.icon-camera-1:before {
    content: '\e9a1';
}
/* '' */
.icon-layout:before {
    content: '\e9a2';
}
/* '' */
.icon-menu-1:before {
    content: '\e9a3';
}
/* '' */
.icon-check-1:before {
    content: '\e9a4';
}
/* '' */
.icon-cancel-1:before {
    content: '\e9a5';
}
/* '' */
.icon-cancel-circled-1:before {
    content: '\e9a6';
}
/* '' */
.icon-cancel-squared:before {
    content: '\e9a7';
}
/* '' */
.icon-plus-1:before {
    content: '\e9a8';
}
/* '' */
.icon-plus-circled-1:before {
    content: '\e9a9';
}
/* '' */
.icon-plus-squared-1:before {
    content: '\e9aa';
}
/* '' */
.icon-minus-1:before {
    content: '\e9ab';
}
/* '' */
.icon-minus-circled-1:before {
    content: '\e9ac';
}
/* '' */
.icon-minus-squared-1:before {
    content: '\e9ad';
}
/* '' */
.icon-help-1:before {
    content: '\e9ae';
}
/* '' */
.icon-help-circled-1:before {
    content: '\e9af';
}
/* '' */
.icon-info-1:before {
    content: '\e9b0';
}
/* '' */
.icon-info-circled-1:before {
    content: '\e9b1';
}
/* '' */
.icon-back:before {
    content: '\e9b2';
}
/* '' */
.icon-home-1:before {
    content: '\e9b3';
}
/* '' */
.icon-link-1:before {
    content: '\e9b4';
}
/* '' */
.icon-attach-1:before {
    content: '\e9b5';
}
/* '' */
.icon-lock-1:before {
    content: '\e9b6';
}
/* '' */
.icon-lock-open-1:before {
    content: '\e9b7';
}
/* '' */
.icon-eye-1:before {
    content: '\e9b8';
}
/* '' */
.icon-tag-1:before {
    content: '\e9b9';
}
/* '' */
.icon-bookmark-1:before {
    content: '\e9ba';
}
/* '' */
.icon-bookmarks:before {
    content: '\e9bb';
}
/* '' */
.icon-flag-1:before {
    content: '\e9bc';
}
/* '' */
.icon-thumbs-up-1:before {
    content: '\e9bd';
}
/* '' */
.icon-thumbs-down-1:before {
    content: '\e9be';
}
/* '' */
.icon-download-1:before {
    content: '\e9bf';
}
/* '' */
.icon-upload-1:before {
    content: '\e9c0';
}
/* '' */
.icon-upload-cloud-1:before {
    content: '\e9c1';
}
/* '' */
.icon-reply-1:before {
    content: '\e9c2';
}
/* '' */
.icon-reply-all-1:before {
    content: '\e9c3';
}
/* '' */
.icon-forward-1:before {
    content: '\e9c4';
}
/* '' */
.icon-quote:before {
    content: '\e9c5';
}
/* '' */
.icon-code-1:before {
    content: '\e9c6';
}
/* '' */
.icon-export-1:before {
    content: '\e9c7';
}
/* '' */
.icon-pencil-1:before {
    content: '\e9c8';
}
/* '' */
.icon-feather:before {
    content: '\e9c9';
}
/* '' */
.icon-print-1:before {
    content: '\e9ca';
}
/* '' */
.icon-retweet-1:before {
    content: '\e9cb';
}
/* '' */
.icon-keyboard-1:before {
    content: '\e9cc';
}
/* '' */
.icon-comment-1:before {
    content: '\e9cd';
}
/* '' */
.icon-chat-1:before {
    content: '\e9ce';
}
/* '' */
.icon-bell-1:before {
    content: '\e9cf';
}
/* '' */
.icon-attention-1:before {
    content: '\e9d0';
}
/* '' */
.icon-alert:before {
    content: '\e9d1';
}
/* '' */
.icon-vcard:before {
    content: '\e9d2';
}
/* '' */
.icon-address:before {
    content: '\e9d3';
}
/* '' */
.icon-location-1:before {
    content: '\e9d4';
}
/* '' */
.icon-map:before {
    content: '\e9d5';
}
/* '' */
.icon-direction-1:before {
    content: '\e9d6';
}
/* '' */
.icon-compass-1:before {
    content: '\e9d7';
}
/* '' */
.icon-cup:before {
    content: '\e9d8';
}
/* '' */
.icon-trash-1:before {
    content: '\e9d9';
}
/* '' */
.icon-doc-1:before {
    content: '\e9da';
}
/* '' */
.icon-docs-1:before {
    content: '\e9db';
}
/* '' */
.icon-doc-landscape:before {
    content: '\e9dc';
}
/* '' */
.icon-doc-text-1:before {
    content: '\e9dd';
}
/* '' */
.icon-doc-text-inv-1:before {
    content: '\e9de';
}
/* '' */
.icon-newspaper:before {
    content: '\e9df';
}
/* '' */
.icon-book-open:before {
    content: '\e9e0';
}
/* '' */
.icon-book-1:before {
    content: '\e9e1';
}
/* '' */
.icon-folder-1:before {
    content: '\e9e2';
}
/* '' */
.icon-archive:before {
    content: '\e9e3';
}
/* '' */
.icon-box-1:before {
    content: '\e9e4';
}
/* '' */
.icon-rss-1:before {
    content: '\e9e5';
}
/* '' */
.icon-phone-1:before {
    content: '\e9e6';
}
/* '' */
.icon-cog-1:before {
    content: '\e9e7';
}
/* '' */
.icon-tools:before {
    content: '\e9e8';
}
/* '' */
.icon-share:before {
    content: '\e9e9';
}
/* '' */
.icon-shareable:before {
    content: '\e9ea';
}
/* '' */
.icon-basket-1:before {
    content: '\e9eb';
}
/* '' */
.icon-bag:before {
    content: '\e9ec';
}
/* '' */
.icon-calendar-1:before {
    content: '\e9ed';
}
/* '' */
.icon-login-1:before {
    content: '\e9ee';
}
/* '' */
.icon-logout-1:before {
    content: '\e9ef';
}
/* '' */
.icon-mic-1:before {
    content: '\e9f0';
}
/* '' */
.icon-mute-1:before {
    content: '\e9f1';
}
/* '' */
.icon-sound:before {
    content: '\e9f2';
}
/* '' */
.icon-volume:before {
    content: '\e9f3';
}
/* '' */
.icon-clock-1:before {
    content: '\e9f4';
}
/* '' */
.icon-hourglass:before {
    content: '\e9f5';
}
/* '' */
.icon-lamp:before {
    content: '\e9f6';
}
/* '' */
.icon-light-down:before {
    content: '\e9f7';
}
/* '' */
.icon-light-up:before {
    content: '\e9f8';
}
/* '' */
.icon-adjust:before {
    content: '\e9f9';
}
/* '' */
.icon-block-1:before {
    content: '\e9fa';
}
/* '' */
.icon-resize-full-1:before {
    content: '\e9fb';
}
/* '' */
.icon-resize-small-1:before {
    content: '\e9fc';
}
/* '' */
.icon-popup:before {
    content: '\e9fd';
}
/* '' */
.icon-publish:before {
    content: '\e9fe';
}
/* '' */
.icon-window:before {
    content: '\e9ff';
}
/* '' */
.icon-arrow-combo:before {
    content: '\ea00';
}
/* '' */
.icon-down-circled-1:before {
    content: '\ea01';
}
/* '' */
.icon-left-circled-1:before {
    content: '\ea02';
}
/* '' */
.icon-right-circled-1:before {
    content: '\ea03';
}
/* '' */
.icon-up-circled-1:before {
    content: '\ea04';
}
/* '' */
.icon-down-open-1:before {
    content: '\ea05';
}
/* '' */
.icon-left-open-1:before {
    content: '\ea06';
}
/* '' */
.icon-right-open-1:before {
    content: '\ea07';
}
/* '' */
.icon-up-open-1:before {
    content: '\ea08';
}
/* '' */
.icon-down-open-mini:before {
    content: '\ea09';
}
/* '' */
.icon-left-open-mini:before {
    content: '\ea0a';
}
/* '' */
.icon-right-open-mini:before {
    content: '\ea0b';
}
/* '' */
.icon-up-open-mini:before {
    content: '\ea0c';
}
/* '' */
.icon-down-open-big:before {
    content: '\ea0d';
}
/* '' */
.icon-left-open-big:before {
    content: '\ea0e';
}
/* '' */
.icon-right-open-big:before {
    content: '\ea0f';
}
/* '' */
.icon-up-open-big:before {
    content: '\ea10';
}
/* '' */
.icon-down-1:before {
    content: '\ea11';
}
/* '' */
.icon-left-1:before {
    content: '\ea12';
}
/* '' */
.icon-right-1:before {
    content: '\ea13';
}
/* '' */
.icon-up-1:before {
    content: '\ea14';
}
/* '' */
.icon-down-dir-1:before {
    content: '\ea15';
}
/* '' */
.icon-left-dir-1:before {
    content: '\ea16';
}
/* '' */
.icon-right-dir-1:before {
    content: '\ea17';
}
/* '' */
.icon-up-dir-1:before {
    content: '\ea18';
}
/* '' */
.icon-down-bold:before {
    content: '\ea19';
}
/* '' */
.icon-left-bold:before {
    content: '\ea1a';
}
/* '' */
.icon-right-bold:before {
    content: '\ea1b';
}
/* '' */
.icon-up-bold:before {
    content: '\ea1c';
}
/* '' */
.icon-down-thin:before {
    content: '\ea1d';
}
/* '' */
.icon-left-thin:before {
    content: '\ea1e';
}
/* '' */
.icon-right-thin:before {
    content: '\ea1f';
}
/* '' */
.icon-up-thin:before {
    content: '\ea20';
}
/* '' */
.icon-ccw-1:before {
    content: '\ea21';
}
/* '' */
.icon-cw-1:before {
    content: '\ea22';
}
/* '' */
.icon-arrows-ccw:before {
    content: '\ea23';
}
/* '' */
.icon-level-down-1:before {
    content: '\ea24';
}
/* '' */
.icon-level-up-1:before {
    content: '\ea25';
}
/* '' */
.icon-shuffle-1:before {
    content: '\ea26';
}
/* '' */
.icon-loop:before {
    content: '\ea27';
}
/* '' */
.icon-switch:before {
    content: '\ea28';
}
/* '' */
.icon-play-1:before {
    content: '\ea29';
}
/* '' */
.icon-stop-1:before {
    content: '\ea2a';
}
/* '' */
.icon-pause-1:before {
    content: '\ea2b';
}
/* '' */
.icon-record:before {
    content: '\ea2c';
}
/* '' */
.icon-to-end-1:before {
    content: '\ea2d';
}
/* '' */
.icon-to-start-1:before {
    content: '\ea2e';
}
/* '' */
.icon-fast-forward:before {
    content: '\ea2f';
}
/* '' */
.icon-fast-backward:before {
    content: '\ea30';
}
/* '' */
.icon-progress-0:before {
    content: '\ea31';
}
/* '' */
.icon-progress-1:before {
    content: '\ea32';
}
/* '' */
.icon-progress-2:before {
    content: '\ea33';
}
/* '' */
.icon-progress-3:before {
    content: '\ea34';
}
/* '' */
.icon-target-1:before {
    content: '\ea35';
}
/* '' */
.icon-palette:before {
    content: '\ea36';
}
/* '' */
.icon-list-1:before {
    content: '\ea37';
}
/* '' */
.icon-list-add:before {
    content: '\ea38';
}
/* '' */
.icon-signal-1:before {
    content: '\ea39';
}
/* '' */
.icon-trophy:before {
    content: '\ea3a';
}
/* '' */
.icon-battery:before {
    content: '\ea3b';
}
/* '' */
.icon-back-in-time:before {
    content: '\ea3c';
}
/* '' */
.icon-monitor:before {
    content: '\ea3d';
}
/* '' */
.icon-mobile-1:before {
    content: '\ea3e';
}
/* '' */
.icon-network:before {
    content: '\ea3f';
}
/* '' */
.icon-cd:before {
    content: '\ea40';
}
/* '' */
.icon-inbox-1:before {
    content: '\ea41';
}
/* '' */
.icon-install:before {
    content: '\ea42';
}
/* '' */
.icon-globe-1:before {
    content: '\ea43';
}
/* '' */
.icon-cloud-1:before {
    content: '\ea44';
}
/* '' */
.icon-cloud-thunder:before {
    content: '\ea45';
}
/* '' */
.icon-flash-1:before {
    content: '\ea46';
}
/* '' */
.icon-moon-1:before {
    content: '\ea47';
}
/* '' */
.icon-flight-1:before {
    content: '\ea48';
}
/* '' */
.icon-paper-plane:before {
    content: '\ea49';
}
/* '' */
.icon-leaf-1:before {
    content: '\ea4a';
}
/* '' */
.icon-lifebuoy:before {
    content: '\ea4b';
}
/* '' */
.icon-mouse:before {
    content: '\ea4c';
}
/* '' */
.icon-briefcase-1:before {
    content: '\ea4d';
}
/* '' */
.icon-suitcase-1:before {
    content: '\ea4e';
}
/* '' */
.icon-dot:before {
    content: '\ea4f';
}
/* '' */
.icon-dot-2:before {
    content: '\ea50';
}
/* '' */
.icon-dot-3:before {
    content: '\ea51';
}
/* '' */
.icon-brush:before {
    content: '\ea52';
}
/* '' */
.icon-magnet-1:before {
    content: '\ea53';
}
/* '' */
.icon-infinity:before {
    content: '\ea54';
}
/* '' */
.icon-erase:before {
    content: '\ea55';
}
/* '' */
.icon-chart-pie:before {
    content: '\ea56';
}
/* '' */
.icon-chart-line:before {
    content: '\ea57';
}
/* '' */
.icon-chart-bar-1:before {
    content: '\ea58';
}
/* '' */
.icon-chart-area:before {
    content: '\ea59';
}
/* '' */
.icon-tape:before {
    content: '\ea5a';
}
/* '' */
.icon-graduation-cap:before {
    content: '\ea5b';
}
/* '' */
.icon-language:before {
    content: '\ea5c';
}
/* '' */
.icon-ticket-1:before {
    content: '\ea5d';
}
/* '' */
.icon-water:before {
    content: '\ea5e';
}
/* '' */
.icon-droplet:before {
    content: '\ea5f';
}
/* '' */
.icon-air:before {
    content: '\ea60';
}
/* '' */
.icon-credit-card-1:before {
    content: '\ea61';
}
/* '' */
.icon-floppy-1:before {
    content: '\ea62';
}
/* '' */
.icon-clipboard:before {
    content: '\ea63';
}
/* '' */
.icon-megaphone-1:before {
    content: '\ea64';
}
/* '' */
.icon-database:before {
    content: '\ea65';
}
/* '' */
.icon-drive:before {
    content: '\ea66';
}
/* '' */
.icon-bucket:before {
    content: '\ea67';
}
/* '' */
.icon-thermometer:before {
    content: '\ea68';
}
/* '' */
.icon-key-1:before {
    content: '\ea69';
}
/* '' */
.icon-flow-cascade:before {
    content: '\ea6a';
}
/* '' */
.icon-flow-branch:before {
    content: '\ea6b';
}
/* '' */
.icon-flow-tree:before {
    content: '\ea6c';
}
/* '' */
.icon-flow-line:before {
    content: '\ea6d';
}
/* '' */
.icon-flow-parallel:before {
    content: '\ea6e';
}
/* '' */
.icon-rocket-1:before {
    content: '\ea6f';
}
/* '' */
.icon-gauge-1:before {
    content: '\ea70';
}
/* '' */
.icon-traffic-cone:before {
    content: '\ea71';
}
/* '' */
.icon-cc:before {
    content: '\ea72';
}
/* '' */
.icon-cc-by:before {
    content: '\ea73';
}
/* '' */
.icon-cc-nc:before {
    content: '\ea74';
}
/* '' */
.icon-cc-nc-eu:before {
    content: '\ea75';
}
/* '' */
.icon-cc-nc-jp:before {
    content: '\ea76';
}
/* '' */
.icon-cc-sa:before {
    content: '\ea77';
}
/* '' */
.icon-cc-nd:before {
    content: '\ea78';
}
/* '' */
.icon-cc-pd:before {
    content: '\ea79';
}
/* '' */
.icon-cc-zero:before {
    content: '\ea7a';
}
/* '' */
.icon-cc-share:before {
    content: '\ea7b';
}
/* '' */
.icon-cc-remix:before {
    content: '\ea7c';
}
/* '' */
.icon-github-1:before {
    content: '\ea7d';
}
/* '' */
.icon-github-circled-1:before {
    content: '\ea7e';
}
/* '' */
.icon-flickr-1:before {
    content: '\ea7f';
}
/* '' */
.icon-flickr-circled:before {
    content: '\ea80';
}
/* '' */
.icon-vimeo:before {
    content: '\ea81';
}
/* '' */
.icon-vimeo-circled:before {
    content: '\ea82';
}
/* '' */
.icon-twitter-1:before {
    content: '\ea83';
}
/* '' */
.icon-twitter-circled:before {
    content: '\ea84';
}
/* '' */
.icon-facebook-1:before {
    content: '\ea85';
}
/* '' */
.icon-facebook-circled:before {
    content: '\ea86';
}
/* '' */
.icon-facebook-squared-1:before {
    content: '\ea87';
}
/* '' */
.icon-gplus-1:before {
    content: '\ea88';
}
/* '' */
.icon-gplus-circled:before {
    content: '\ea89';
}
/* '' */
.icon-pinterest:before {
    content: '\ea8a';
}
/* '' */
.icon-pinterest-circled-1:before {
    content: '\ea8b';
}
/* '' */
.icon-tumblr-1:before {
    content: '\ea8c';
}
/* '' */
.icon-tumblr-circled:before {
    content: '\ea8d';
}
/* '' */
.icon-linkedin-1:before {
    content: '\ea8e';
}
/* '' */
.icon-linkedin-circled:before {
    content: '\ea8f';
}
/* '' */
.icon-dribbble-1:before {
    content: '\ea90';
}
/* '' */
.icon-dribbble-circled:before {
    content: '\ea91';
}
/* '' */
.icon-stumbleupon:before {
    content: '\ea92';
}
/* '' */
.icon-stumbleupon-circled:before {
    content: '\ea93';
}
/* '' */
.icon-lastfm:before {
    content: '\ea94';
}
/* '' */
.icon-lastfm-circled:before {
    content: '\ea95';
}
/* '' */
.icon-rdio:before {
    content: '\ea96';
}
/* '' */
.icon-rdio-circled:before {
    content: '\ea97';
}
/* '' */
.icon-spotify:before {
    content: '\ea98';
}
/* '' */
.icon-spotify-circled:before {
    content: '\ea99';
}
/* '' */
.icon-qq:before {
    content: '\ea9a';
}
/* '' */
.icon-instagram:before {
    content: '\ea9b';
}
/* '' */
.icon-dropbox-1:before {
    content: '\ea9c';
}
/* '' */
.icon-evernote:before {
    content: '\ea9d';
}
/* '' */
.icon-flattr:before {
    content: '\ea9e';
}
/* '' */
.icon-skype-1:before {
    content: '\ea9f';
}
/* '' */
.icon-skype-circled:before {
    content: '\eaa0';
}
/* '' */
.icon-renren-1:before {
    content: '\eaa1';
}
/* '' */
.icon-sina-weibo:before {
    content: '\eaa2';
}
/* '' */
.icon-paypal:before {
    content: '\eaa3';
}
/* '' */
.icon-picasa:before {
    content: '\eaa4';
}
/* '' */
.icon-soundcloud:before {
    content: '\eaa5';
}
/* '' */
.icon-mixi:before {
    content: '\eaa6';
}
/* '' */
.icon-behance:before {
    content: '\eaa7';
}
/* '' */
.icon-google-circles:before {
    content: '\eaa8';
}
/* '' */
.icon-vkontakte-1:before {
    content: '\eaa9';
}
/* '' */
.icon-smashing:before {
    content: '\eaaa';
}
/* '' */
.icon-sweden:before {
    content: '\eaab';
}
/* '' */
.icon-db-shape:before {
    content: '\eaac';
}
/* '' */
.icon-logo-db:before {
    content: '\eaad';
}
/* '' */
.icon-music-outline:before {
    content: '\eaae';
}
/* '' */
.icon-music-2:before {
    content: '\eaaf';
}
/* '' */
.icon-search-outline:before {
    content: '\eab0';
}
/* '' */
.icon-search-2:before {
    content: '\eab1';
}
/* '' */
.icon-mail-2:before {
    content: '\eab2';
}
/* '' */
.icon-heart-2:before {
    content: '\eab3';
}
/* '' */
.icon-heart-filled:before {
    content: '\eab4';
}
/* '' */
.icon-star-2:before {
    content: '\eab5';
}
/* '' */
.icon-star-filled:before {
    content: '\eab6';
}
/* '' */
.icon-user-outline:before {
    content: '\eab7';
}
/* '' */
.icon-user-2:before {
    content: '\eab8';
}
/* '' */
.icon-users-outline:before {
    content: '\eab9';
}
/* '' */
.icon-users-2:before {
    content: '\eaba';
}
/* '' */
.icon-user-add-outline:before {
    content: '\eabb';
}
/* '' */
.icon-user-add-1:before {
    content: '\eabc';
}
/* '' */
.icon-user-delete-outline:before {
    content: '\eabd';
}
/* '' */
.icon-user-delete:before {
    content: '\eabe';
}
/* '' */
.icon-video-2:before {
    content: '\eabf';
}
/* '' */
.icon-videocam-outline:before {
    content: '\eac0';
}
/* '' */
.icon-videocam-1:before {
    content: '\eac1';
}
/* '' */
.icon-picture-outline:before {
    content: '\eac2';
}
/* '' */
.icon-picture-2:before {
    content: '\eac3';
}
/* '' */
.icon-camera-outline:before {
    content: '\eac4';
}
/* '' */
.icon-camera-2:before {
    content: '\eac5';
}
/* '' */
.icon-th-outline:before {
    content: '\eac6';
}
/* '' */
.icon-th-1:before {
    content: '\eac7';
}
/* '' */
.icon-th-large-outline:before {
    content: '\eac8';
}
/* '' */
.icon-th-large-1:before {
    content: '\eac9';
}
/* '' */
.icon-th-list-outline:before {
    content: '\eaca';
}
/* '' */
.icon-th-list-1:before {
    content: '\eacb';
}
/* '' */
.icon-ok-outline:before {
    content: '\eacc';
}
/* '' */
.icon-ok-1:before {
    content: '\eacd';
}
/* '' */
.icon-cancel-outline:before {
    content: '\eace';
}
/* '' */
.icon-cancel-2:before {
    content: '\eacf';
}
/* '' */
.icon-cancel-alt:before {
    content: '\ead0';
}
/* '' */
.icon-cancel-alt-filled:before {
    content: '\ead1';
}
/* '' */
.icon-cancel-circled-outline:before {
    content: '\ead2';
}
/* '' */
.icon-cancel-circled-2:before {
    content: '\ead3';
}
/* '' */
.icon-plus-outline:before {
    content: '\ead4';
}
/* '' */
.icon-plus-2:before {
    content: '\ead5';
}
/* '' */
.icon-minus-outline:before {
    content: '\ead6';
}
/* '' */
.icon-minus-2:before {
    content: '\ead7';
}
/* '' */
.icon-divide-outline:before {
    content: '\ead8';
}
/* '' */
.icon-divide:before {
    content: '\ead9';
}
/* '' */
.icon-eq-outline:before {
    content: '\eada';
}
/* '' */
.icon-eq:before {
    content: '\eadb';
}
/* '' */
.icon-info-outline:before {
    content: '\eadc';
}
/* '' */
.icon-info-2:before {
    content: '\eadd';
}
/* '' */
.icon-home-outline:before {
    content: '\eade';
}
/* '' */
.icon-home-2:before {
    content: '\eadf';
}
/* '' */
.icon-link-outline:before {
    content: '\eae0';
}
/* '' */
.icon-link-2:before {
    content: '\eae1';
}
/* '' */
.icon-attach-outline:before {
    content: '\eae2';
}
/* '' */
.icon-attach-2:before {
    content: '\eae3';
}
/* '' */
.icon-lock-2:before {
    content: '\eae4';
}
/* '' */
.icon-lock-filled:before {
    content: '\eae5';
}
/* '' */
.icon-lock-open-2:before {
    content: '\eae6';
}
/* '' */
.icon-lock-open-filled:before {
    content: '\eae7';
}
/* '' */
.icon-pin-outline:before {
    content: '\eae8';
}
/* '' */
.icon-pin-1:before {
    content: '\eae9';
}
/* '' */
.icon-eye-outline:before {
    content: '\eaea';
}
/* '' */
.icon-eye-2:before {
    content: '\eaeb';
}
/* '' */
.icon-tag-2:before {
    content: '\eaec';
}
/* '' */
.icon-tags-1:before {
    content: '\eaed';
}
/* '' */
.icon-bookmark-2:before {
    content: '\eaee';
}
/* '' */
.icon-flag-2:before {
    content: '\eaef';
}
/* '' */
.icon-flag-filled:before {
    content: '\eaf0';
}
/* '' */
.icon-thumbs-up-2:before {
    content: '\eaf1';
}
/* '' */
.icon-thumbs-down-2:before {
    content: '\eaf2';
}
/* '' */
.icon-download-outline:before {
    content: '\eaf3';
}
/* '' */
.icon-download-2:before {
    content: '\eaf4';
}
/* '' */
.icon-upload-outline:before {
    content: '\eaf5';
}
/* '' */
.icon-upload-2:before {
    content: '\eaf6';
}
/* '' */
.icon-upload-cloud-outline:before {
    content: '\eaf7';
}
/* '' */
.icon-upload-cloud-2:before {
    content: '\eaf8';
}
/* '' */
.icon-reply-outline:before {
    content: '\eaf9';
}
/* '' */
.icon-reply-2:before {
    content: '\eafa';
}
/* '' */
.icon-forward-outline:before {
    content: '\eafb';
}
/* '' */
.icon-forward-2:before {
    content: '\eafc';
}
/* '' */
.icon-code-outline:before {
    content: '\eafd';
}
/* '' */
.icon-code-2:before {
    content: '\eafe';
}
/* '' */
.icon-export-outline:before {
    content: '\eaff';
}
/* '' */
.icon-export-2:before {
    content: '\eb00';
}
/* '' */
.icon-pencil-2:before {
    content: '\eb01';
}
/* '' */
.icon-pen:before {
    content: '\eb02';
}
/* '' */
.icon-feather-1:before {
    content: '\eb03';
}
/* '' */
.icon-edit-1:before {
    content: '\eb04';
}
/* '' */
.icon-print-2:before {
    content: '\eb05';
}
/* '' */
.icon-comment-2:before {
    content: '\eb06';
}
/* '' */
.icon-chat-2:before {
    content: '\eb07';
}
/* '' */
.icon-chat-alt:before {
    content: '\eb08';
}
/* '' */
.icon-bell-2:before {
    content: '\eb09';
}
/* '' */
.icon-attention-2:before {
    content: '\eb0a';
}
/* '' */
.icon-attention-filled:before {
    content: '\eb0b';
}
/* '' */
.icon-warning-empty:before {
    content: '\eb0c';
}
/* '' */
.icon-warning:before {
    content: '\eb0d';
}
/* '' */
.icon-contacts:before {
    content: '\eb0e';
}
/* '' */
.icon-vcard-1:before {
    content: '\eb0f';
}
/* '' */
.icon-address-1:before {
    content: '\eb10';
}
/* '' */
.icon-location-outline:before {
    content: '\eb11';
}
/* '' */
.icon-location-2:before {
    content: '\eb12';
}
/* '' */
.icon-map-1:before {
    content: '\eb13';
}
/* '' */
.icon-direction-outline:before {
    content: '\eb14';
}
/* '' */
.icon-direction-2:before {
    content: '\eb15';
}
/* '' */
.icon-compass-2:before {
    content: '\eb16';
}
/* '' */
.icon-trash-2:before {
    content: '\eb17';
}
/* '' */
.icon-doc-2:before {
    content: '\eb18';
}
/* '' */
.icon-doc-text-2:before {
    content: '\eb19';
}
/* '' */
.icon-doc-add:before {
    content: '\eb1a';
}
/* '' */
.icon-doc-remove:before {
    content: '\eb1b';
}
/* '' */
.icon-news:before {
    content: '\eb1c';
}
/* '' */
.icon-folder-2:before {
    content: '\eb1d';
}
/* '' */
.icon-folder-add:before {
    content: '\eb1e';
}
/* '' */
.icon-folder-delete:before {
    content: '\eb1f';
}
/* '' */
.icon-archive-1:before {
    content: '\eb20';
}
/* '' */
.icon-box-2:before {
    content: '\eb21';
}
/* '' */
.icon-rss-outline:before {
    content: '\eb22';
}
/* '' */
.icon-rss-2:before {
    content: '\eb23';
}
/* '' */
.icon-phone-outline:before {
    content: '\eb24';
}
/* '' */
.icon-phone-2:before {
    content: '\eb25';
}
/* '' */
.icon-menu-outline:before {
    content: '\eb26';
}
/* '' */
.icon-menu-2:before {
    content: '\eb27';
}
/* '' */
.icon-cog-outline:before {
    content: '\eb28';
}
/* '' */
.icon-cog-2:before {
    content: '\eb29';
}
/* '' */
.icon-wrench-outline:before {
    content: '\eb2a';
}
/* '' */
.icon-wrench-1:before {
    content: '\eb2b';
}
/* '' */
.icon-basket-2:before {
    content: '\eb2c';
}
/* '' */
.icon-calendar-outlilne:before {
    content: '\eb2d';
}
/* '' */
.icon-calendar-2:before {
    content: '\eb2e';
}
/* '' */
.icon-mic-outline:before {
    content: '\eb2f';
}
/* '' */
.icon-mic-2:before {
    content: '\eb30';
}
/* '' */
.icon-volume-off-1:before {
    content: '\eb31';
}
/* '' */
.icon-volume-low:before {
    content: '\eb32';
}
/* '' */
.icon-volume-middle:before {
    content: '\eb33';
}
/* '' */
.icon-volume-high:before {
    content: '\eb34';
}
/* '' */
.icon-headphones-1:before {
    content: '\eb35';
}
/* '' */
.icon-clock-2:before {
    content: '\eb36';
}
/* '' */
.icon-wristwatch:before {
    content: '\eb37';
}
/* '' */
.icon-stopwatch:before {
    content: '\eb38';
}
/* '' */
.icon-lightbulb-1:before {
    content: '\eb39';
}
/* '' */
.icon-block-outline:before {
    content: '\eb3a';
}
/* '' */
.icon-block-2:before {
    content: '\eb3b';
}
/* '' */
.icon-resize-full-outline:before {
    content: '\eb3c';
}
/* '' */
.icon-resize-full-2:before {
    content: '\eb3d';
}
/* '' */
.icon-resize-normal-outline:before {
    content: '\eb3e';
}
/* '' */
.icon-resize-normal:before {
    content: '\eb3f';
}
/* '' */
.icon-move-outline:before {
    content: '\eb40';
}
/* '' */
.icon-move-1:before {
    content: '\eb41';
}
/* '' */
.icon-popup-1:before {
    content: '\eb42';
}
/* '' */
.icon-zoom-in-outline:before {
    content: '\eb43';
}
/* '' */
.icon-zoom-in-1:before {
    content: '\eb44';
}
/* '' */
.icon-zoom-out-outline:before {
    content: '\eb45';
}
/* '' */
.icon-zoom-out-1:before {
    content: '\eb46';
}
/* '' */
.icon-popup-2:before {
    content: '\eb47';
}
/* '' */
.icon-left-open-outline:before {
    content: '\eb48';
}
/* '' */
.icon-left-open-2:before {
    content: '\eb49';
}
/* '' */
.icon-right-open-outline:before {
    content: '\eb4a';
}
/* '' */
.icon-right-open-2:before {
    content: '\eb4b';
}
/* '' */
.icon-down-2:before {
    content: '\eb4c';
}
/* '' */
.icon-left-2:before {
    content: '\eb4d';
}
/* '' */
.icon-right-2:before {
    content: '\eb4e';
}
/* '' */
.icon-up-2:before {
    content: '\eb4f';
}
/* '' */
.icon-down-outline:before {
    content: '\eb50';
}
/* '' */
.icon-left-outline:before {
    content: '\eb51';
}
/* '' */
.icon-right-outline:before {
    content: '\eb52';
}
/* '' */
.icon-up-outline:before {
    content: '\eb53';
}
/* '' */
.icon-down-small:before {
    content: '\eb54';
}
/* '' */
.icon-left-small:before {
    content: '\eb55';
}
/* '' */
.icon-right-small:before {
    content: '\eb56';
}
/* '' */
.icon-up-small:before {
    content: '\eb57';
}
/* '' */
.icon-cw-outline:before {
    content: '\eb58';
}
/* '' */
.icon-cw-2:before {
    content: '\eb59';
}
/* '' */
.icon-arrows-cw-outline:before {
    content: '\eb5a';
}
/* '' */
.icon-arrows-cw-1:before {
    content: '\eb5b';
}
/* '' */
.icon-loop-outline:before {
    content: '\eb5c';
}
/* '' */
.icon-loop-1:before {
    content: '\eb5d';
}
/* '' */
.icon-loop-alt-outline:before {
    content: '\eb5e';
}
/* '' */
.icon-loop-alt:before {
    content: '\eb5f';
}
/* '' */
.icon-shuffle-2:before {
    content: '\eb60';
}
/* '' */
.icon-play-outline:before {
    content: '\eb61';
}
/* '' */
.icon-play-2:before {
    content: '\eb62';
}
/* '' */
.icon-stop-outline:before {
    content: '\eb63';
}
/* '' */
.icon-stop-2:before {
    content: '\eb64';
}
/* '' */
.icon-pause-outline:before {
    content: '\eb65';
}
/* '' */
.icon-pause-2:before {
    content: '\eb66';
}
/* '' */
.icon-fast-fw-outline:before {
    content: '\eb67';
}
/* '' */
.icon-fast-fw-1:before {
    content: '\eb68';
}
/* '' */
.icon-rewind-outline:before {
    content: '\eb69';
}
/* '' */
.icon-rewind:before {
    content: '\eb6a';
}
/* '' */
.icon-record-outline:before {
    content: '\eb6b';
}
/* '' */
.icon-record-1:before {
    content: '\eb6c';
}
/* '' */
.icon-eject-outline:before {
    content: '\eb6d';
}
/* '' */
.icon-eject-1:before {
    content: '\eb6e';
}
/* '' */
.icon-eject-alt-outline:before {
    content: '\eb6f';
}
/* '' */
.icon-eject-alt:before {
    content: '\eb70';
}
/* '' */
.icon-bat1:before {
    content: '\eb71';
}
/* '' */
.icon-bat2:before {
    content: '\eb72';
}
/* '' */
.icon-bat3:before {
    content: '\eb73';
}
/* '' */
.icon-bat4:before {
    content: '\eb74';
}
/* '' */
.icon-bat-charge:before {
    content: '\eb75';
}
/* '' */
.icon-plug:before {
    content: '\eb76';
}
/* '' */
.icon-target-outline:before {
    content: '\eb77';
}
/* '' */
.icon-target-2:before {
    content: '\eb78';
}
/* '' */
.icon-wifi-outline:before {
    content: '\eb79';
}
/* '' */
.icon-wifi:before {
    content: '\eb7a';
}
/* '' */
.icon-desktop-1:before {
    content: '\eb7b';
}
/* '' */
.icon-laptop-1:before {
    content: '\eb7c';
}
/* '' */
.icon-tablet-1:before {
    content: '\eb7d';
}
/* '' */
.icon-mobile-2:before {
    content: '\eb7e';
}
/* '' */
.icon-contrast:before {
    content: '\eb7f';
}
/* '' */
.icon-globe-outline:before {
    content: '\eb80';
}
/* '' */
.icon-globe-2:before {
    content: '\eb81';
}
/* '' */
.icon-globe-alt-outline:before {
    content: '\eb82';
}
/* '' */
.icon-globe-alt:before {
    content: '\eb83';
}
/* '' */
.icon-sun-1:before {
    content: '\eb84';
}
/* '' */
.icon-sun-filled:before {
    content: '\eb85';
}
/* '' */
.icon-cloud-2:before {
    content: '\eb86';
}
/* '' */
.icon-flash-outline:before {
    content: '\eb87';
}
/* '' */
.icon-flash-2:before {
    content: '\eb88';
}
/* '' */
.icon-moon-2:before {
    content: '\eb89';
}
/* '' */
.icon-waves-outline:before {
    content: '\eb8a';
}
/* '' */
.icon-waves:before {
    content: '\eb8b';
}
/* '' */
.icon-rain:before {
    content: '\eb8c';
}
/* '' */
.icon-cloud-sun:before {
    content: '\eb8d';
}
/* '' */
.icon-drizzle:before {
    content: '\eb8e';
}
/* '' */
.icon-snow:before {
    content: '\eb8f';
}
/* '' */
.icon-cloud-flash:before {
    content: '\eb90';
}
/* '' */
.icon-cloud-wind:before {
    content: '\eb91';
}
/* '' */
.icon-wind:before {
    content: '\eb92';
}
/* '' */
.icon-plane-outline:before {
    content: '\eb93';
}
/* '' */
.icon-plane:before {
    content: '\eb94';
}
/* '' */
.icon-leaf-2:before {
    content: '\eb95';
}
/* '' */
.icon-lifebuoy-1:before {
    content: '\eb96';
}
/* '' */
.icon-briefcase-2:before {
    content: '\eb97';
}
/* '' */
.icon-brush-1:before {
    content: '\eb98';
}
/* '' */
.icon-pipette:before {
    content: '\eb99';
}
/* '' */
.icon-power-outline:before {
    content: '\eb9a';
}
/* '' */
.icon-power:before {
    content: '\eb9b';
}
/* '' */
.icon-check-outline:before {
    content: '\eb9c';
}
/* '' */
.icon-check-2:before {
    content: '\eb9d';
}
/* '' */
.icon-gift-1:before {
    content: '\eb9e';
}
/* '' */
.icon-temperatire:before {
    content: '\eb9f';
}
/* '' */
.icon-chart-outline:before {
    content: '\eba0';
}
/* '' */
.icon-chart:before {
    content: '\eba1';
}
/* '' */
.icon-chart-alt-outline:before {
    content: '\eba2';
}
/* '' */
.icon-chart-alt:before {
    content: '\eba3';
}
/* '' */
.icon-chart-bar-outline:before {
    content: '\eba4';
}
/* '' */
.icon-chart-bar-2:before {
    content: '\eba5';
}
/* '' */
.icon-chart-pie-outline:before {
    content: '\eba6';
}
/* '' */
.icon-chart-pie-1:before {
    content: '\eba7';
}
/* '' */
.icon-ticket-2:before {
    content: '\eba8';
}
/* '' */
.icon-credit-card-2:before {
    content: '\eba9';
}
/* '' */
.icon-clipboard-1:before {
    content: '\ebaa';
}
/* '' */
.icon-database-1:before {
    content: '\ebab';
}
/* '' */
.icon-key-outline:before {
    content: '\ebac';
}
/* '' */
.icon-key-2:before {
    content: '\ebad';
}
/* '' */
.icon-flow-split:before {
    content: '\ebae';
}
/* '' */
.icon-flow-merge:before {
    content: '\ebaf';
}
/* '' */
.icon-flow-parallel-1:before {
    content: '\ebb0';
}
/* '' */
.icon-flow-cross:before {
    content: '\ebb1';
}
/* '' */
.icon-certificate-outline:before {
    content: '\ebb2';
}
/* '' */
.icon-certificate-1:before {
    content: '\ebb3';
}
/* '' */
.icon-scissors-outline:before {
    content: '\ebb4';
}
/* '' */
.icon-scissors-1:before {
    content: '\ebb5';
}
/* '' */
.icon-flask:before {
    content: '\ebb6';
}
/* '' */
.icon-wine:before {
    content: '\ebb7';
}
/* '' */
.icon-coffee-1:before {
    content: '\ebb8';
}
/* '' */
.icon-beer-1:before {
    content: '\ebb9';
}
/* '' */
.icon-anchor-outline:before {
    content: '\ebba';
}
/* '' */
.icon-anchor-1:before {
    content: '\ebbb';
}
/* '' */
.icon-puzzle-outline:before {
    content: '\ebbc';
}
/* '' */
.icon-puzzle-1:before {
    content: '\ebbd';
}
/* '' */
.icon-tree:before {
    content: '\ebbe';
}
/* '' */
.icon-calculator:before {
    content: '\ebbf';
}
/* '' */
.icon-infinity-outline:before {
    content: '\ebc0';
}
/* '' */
.icon-infinity-1:before {
    content: '\ebc1';
}
/* '' */
.icon-pi-outline:before {
    content: '\ebc2';
}
/* '' */
.icon-pi:before {
    content: '\ebc3';
}
/* '' */
.icon-at:before {
    content: '\ebc4';
}
/* '' */
.icon-at-circled:before {
    content: '\ebc5';
}
/* '' */
.icon-looped-square-outline:before {
    content: '\ebc6';
}
/* '' */
.icon-looped-square-interest:before {
    content: '\ebc7';
}
/* '' */
.icon-sort-alphabet-outline:before {
    content: '\ebc8';
}
/* '' */
.icon-sort-alphabet:before {
    content: '\ebc9';
}
/* '' */
.icon-sort-numeric-outline:before {
    content: '\ebca';
}
/* '' */
.icon-sort-numeric:before {
    content: '\ebcb';
}
/* '' */
.icon-dribbble-circled-1:before {
    content: '\ebcc';
}
/* '' */
.icon-dribbble-2:before {
    content: '\ebcd';
}
/* '' */
.icon-facebook-circled-1:before {
    content: '\ebce';
}
/* '' */
.icon-facebook-2:before {
    content: '\ebcf';
}
/* '' */
.icon-flickr-circled-1:before {
    content: '\ebd0';
}
/* '' */
.icon-flickr-2:before {
    content: '\ebd1';
}
/* '' */
.icon-github-circled-2:before {
    content: '\ebd2';
}
/* '' */
.icon-github-2:before {
    content: '\ebd3';
}
/* '' */
.icon-lastfm-circled-1:before {
    content: '\ebd4';
}
/* '' */
.icon-lastfm-1:before {
    content: '\ebd5';
}
/* '' */
.icon-linkedin-circled-1:before {
    content: '\ebd6';
}
/* '' */
.icon-linkedin-2:before {
    content: '\ebd7';
}
/* '' */
.icon-pinterest-circled-2:before {
    content: '\ebd8';
}
/* '' */
.icon-pinterest-1:before {
    content: '\ebd9';
}
/* '' */
.icon-skype-outline:before {
    content: '\ebda';
}
/* '' */
.icon-skype-2:before {
    content: '\ebdb';
}
/* '' */
.icon-tumbler-circled:before {
    content: '\ebdc';
}
/* '' */
.icon-tumbler:before {
    content: '\ebdd';
}
/* '' */
.icon-twitter-circled-1:before {
    content: '\ebde';
}
/* '' */
.icon-twitter-2:before {
    content: '\ebdf';
}
/* '' */
.icon-vimeo-circled-1:before {
    content: '\ebe0';
}
/* '' */
.icon-vimeo-1:before {
    content: '\ebe1';
}
/* '' */
.icon-search-3:before {
    content: '\ebe2';
}
/* '' */
.icon-mail-3:before {
    content: '\ebe3';
}
/* '' */
.icon-heart-3:before {
    content: '\ebe4';
}
/* '' */
.icon-heart-empty-2:before {
    content: '\ebe5';
}
/* '' */
.icon-star-3:before {
    content: '\ebe6';
}
/* '' */
.icon-user-3:before {
    content: '\ebe7';
}
/* '' */
.icon-video-3:before {
    content: '\ebe8';
}
/* '' */
.icon-picture-3:before {
    content: '\ebe9';
}
/* '' */
.icon-camera-3:before {
    content: '\ebea';
}
/* '' */
.icon-ok-2:before {
    content: '\ebeb';
}
/* '' */
.icon-ok-circle:before {
    content: '\ebec';
}
/* '' */
.icon-cancel-3:before {
    content: '\ebed';
}
/* '' */
.icon-cancel-circle:before {
    content: '\ebee';
}
/* '' */
.icon-plus-3:before {
    content: '\ebef';
}
/* '' */
.icon-plus-circle:before {
    content: '\ebf0';
}
/* '' */
.icon-minus-3:before {
    content: '\ebf1';
}
/* '' */
.icon-minus-circle:before {
    content: '\ebf2';
}
/* '' */
.icon-help-2:before {
    content: '\ebf3';
}
/* '' */
.icon-info-3:before {
    content: '\ebf4';
}
/* '' */
.icon-home-3:before {
    content: '\ebf5';
}
/* '' */
.icon-link-3:before {
    content: '\ebf6';
}
/* '' */
.icon-attach-3:before {
    content: '\ebf7';
}
/* '' */
.icon-lock-3:before {
    content: '\ebf8';
}
/* '' */
.icon-lock-empty:before {
    content: '\ebf9';
}
/* '' */
.icon-lock-open-3:before {
    content: '\ebfa';
}
/* '' */
.icon-lock-open-empty:before {
    content: '\ebfb';
}
/* '' */
.icon-pin-2:before {
    content: '\ebfc';
}
/* '' */
.icon-eye-3:before {
    content: '\ebfd';
}
/* '' */
.icon-tag-3:before {
    content: '\ebfe';
}
/* '' */
.icon-tag-empty:before {
    content: '\ebff';
}
/* '' */
.icon-download-3:before {
    content: '\ec00';
}
/* '' */
.icon-upload-3:before {
    content: '\ec01';
}
/* '' */
.icon-download-cloud-1:before {
    content: '\ec02';
}
/* '' */
.icon-upload-cloud-3:before {
    content: '\ec03';
}
/* '' */
.icon-quote-left-1:before {
    content: '\ec04';
}
/* '' */
.icon-quote-right-1:before {
    content: '\ec05';
}
/* '' */
.icon-quote-left-alt:before {
    content: '\ec06';
}
/* '' */
.icon-quote-right-alt:before {
    content: '\ec07';
}
/* '' */
.icon-pencil-3:before {
    content: '\ec08';
}
/* '' */
.icon-pencil-neg:before {
    content: '\ec09';
}
/* '' */
.icon-pencil-alt:before {
    content: '\ec0a';
}
/* '' */
.icon-undo:before {
    content: '\ec0b';
}
/* '' */
.icon-comment-3:before {
    content: '\ec0c';
}
/* '' */
.icon-comment-inv:before {
    content: '\ec0d';
}
/* '' */
.icon-comment-alt:before {
    content: '\ec0e';
}
/* '' */
.icon-comment-inv-alt:before {
    content: '\ec0f';
}
/* '' */
.icon-comment-alt2:before {
    content: '\ec10';
}
/* '' */
.icon-comment-inv-alt2:before {
    content: '\ec11';
}
/* '' */
.icon-chat-3:before {
    content: '\ec12';
}
/* '' */
.icon-chat-inv:before {
    content: '\ec13';
}
/* '' */
.icon-location-3:before {
    content: '\ec14';
}
/* '' */
.icon-location-inv:before {
    content: '\ec15';
}
/* '' */
.icon-location-alt:before {
    content: '\ec16';
}
/* '' */
.icon-compass-3:before {
    content: '\ec17';
}
/* '' */
.icon-trash-3:before {
    content: '\ec18';
}
/* '' */
.icon-trash-empty:before {
    content: '\ec19';
}
/* '' */
.icon-doc-3:before {
    content: '\ec1a';
}
/* '' */
.icon-doc-inv-1:before {
    content: '\ec1b';
}
/* '' */
.icon-doc-alt:before {
    content: '\ec1c';
}
/* '' */
.icon-doc-inv-alt:before {
    content: '\ec1d';
}
/* '' */
.icon-article:before {
    content: '\ec1e';
}
/* '' */
.icon-article-alt:before {
    content: '\ec1f';
}
/* '' */
.icon-book-open-1:before {
    content: '\ec20';
}
/* '' */
.icon-folder-3:before {
    content: '\ec21';
}
/* '' */
.icon-folder-empty-1:before {
    content: '\ec22';
}
/* '' */
.icon-box-3:before {
    content: '\ec23';
}
/* '' */
.icon-rss-3:before {
    content: '\ec24';
}
/* '' */
.icon-rss-alt:before {
    content: '\ec25';
}
/* '' */
.icon-cog-3:before {
    content: '\ec26';
}
/* '' */
.icon-wrench-2:before {
    content: '\ec27';
}
/* '' */
.icon-share-1:before {
    content: '\ec28';
}
/* '' */
.icon-calendar-3:before {
    content: '\ec29';
}
/* '' */
.icon-calendar-inv:before {
    content: '\ec2a';
}
/* '' */
.icon-calendar-alt:before {
    content: '\ec2b';
}
/* '' */
.icon-mic-3:before {
    content: '\ec2c';
}
/* '' */
.icon-volume-off-2:before {
    content: '\ec2d';
}
/* '' */
.icon-volume-up-1:before {
    content: '\ec2e';
}
/* '' */
.icon-headphones-2:before {
    content: '\ec2f';
}
/* '' */
.icon-clock-3:before {
    content: '\ec30';
}
/* '' */
.icon-lamp-1:before {
    content: '\ec31';
}
/* '' */
.icon-block-3:before {
    content: '\ec32';
}
/* '' */
.icon-resize-full-3:before {
    content: '\ec33';
}
/* '' */
.icon-resize-full-alt-1:before {
    content: '\ec34';
}
/* '' */
.icon-resize-small-2:before {
    content: '\ec35';
}
/* '' */
.icon-resize-small-alt:before {
    content: '\ec36';
}
/* '' */
.icon-resize-vertical-1:before {
    content: '\ec37';
}
/* '' */
.icon-resize-horizontal-1:before {
    content: '\ec38';
}
/* '' */
.icon-move-2:before {
    content: '\ec39';
}
/* '' */
.icon-popup-3:before {
    content: '\ec3a';
}
/* '' */
.icon-down-3:before {
    content: '\ec3b';
}
/* '' */
.icon-left-3:before {
    content: '\ec3c';
}
/* '' */
.icon-right-3:before {
    content: '\ec3d';
}
/* '' */
.icon-up-3:before {
    content: '\ec3e';
}
/* '' */
.icon-down-circle:before {
    content: '\ec3f';
}
/* '' */
.icon-left-circle:before {
    content: '\ec40';
}
/* '' */
.icon-right-circle:before {
    content: '\ec41';
}
/* '' */
.icon-up-circle:before {
    content: '\ec42';
}
/* '' */
.icon-cw-3:before {
    content: '\ec43';
}
/* '' */
.icon-loop-2:before {
    content: '\ec44';
}
/* '' */
.icon-loop-alt-1:before {
    content: '\ec45';
}
/* '' */
.icon-exchange-1:before {
    content: '\ec46';
}
/* '' */
.icon-split:before {
    content: '\ec47';
}
/* '' */
.icon-arrow-curved:before {
    content: '\ec48';
}
/* '' */
.icon-play-3:before {
    content: '\ec49';
}
/* '' */
.icon-play-circle2:before {
    content: '\ec4a';
}
/* '' */
.icon-stop-3:before {
    content: '\ec4b';
}
/* '' */
.icon-pause-3:before {
    content: '\ec4c';
}
/* '' */
.icon-to-start-2:before {
    content: '\ec4d';
}
/* '' */
.icon-to-end-2:before {
    content: '\ec4e';
}
/* '' */
.icon-eject-2:before {
    content: '\ec4f';
}
/* '' */
.icon-target-3:before {
    content: '\ec50';
}
/* '' */
.icon-signal-2:before {
    content: '\ec51';
}
/* '' */
.icon-award-1:before {
    content: '\ec52';
}
/* '' */
.icon-award-empty:before {
    content: '\ec53';
}
/* '' */
.icon-list-2:before {
    content: '\ec54';
}
/* '' */
.icon-list-nested:before {
    content: '\ec55';
}
/* '' */
.icon-bat-empty:before {
    content: '\ec56';
}
/* '' */
.icon-bat-half:before {
    content: '\ec57';
}
/* '' */
.icon-bat-full:before {
    content: '\ec58';
}
/* '' */
.icon-bat-charge-1:before {
    content: '\ec59';
}
/* '' */
.icon-mobile-3:before {
    content: '\ec5a';
}
/* '' */
.icon-cd-1:before {
    content: '\ec5b';
}
/* '' */
.icon-equalizer:before {
    content: '\ec5c';
}
/* '' */
.icon-cursor:before {
    content: '\ec5d';
}
/* '' */
.icon-aperture:before {
    content: '\ec5e';
}
/* '' */
.icon-aperture-alt:before {
    content: '\ec5f';
}
/* '' */
.icon-steering-wheel:before {
    content: '\ec60';
}
/* '' */
.icon-book-2:before {
    content: '\ec61';
}
/* '' */
.icon-book-alt:before {
    content: '\ec62';
}
/* '' */
.icon-brush-2:before {
    content: '\ec63';
}
/* '' */
.icon-brush-alt:before {
    content: '\ec64';
}
/* '' */
.icon-eyedropper:before {
    content: '\ec65';
}
/* '' */
.icon-layers:before {
    content: '\ec66';
}
/* '' */
.icon-layers-alt:before {
    content: '\ec67';
}
/* '' */
.icon-sun-2:before {
    content: '\ec68';
}
/* '' */
.icon-sun-inv:before {
    content: '\ec69';
}
/* '' */
.icon-cloud-3:before {
    content: '\ec6a';
}
/* '' */
.icon-rain-1:before {
    content: '\ec6b';
}
/* '' */
.icon-flash-3:before {
    content: '\ec6c';
}
/* '' */
.icon-moon-3:before {
    content: '\ec6d';
}
/* '' */
.icon-moon-inv:before {
    content: '\ec6e';
}
/* '' */
.icon-umbrella-1:before {
    content: '\ec6f';
}
/* '' */
.icon-chart-bar-3:before {
    content: '\ec70';
}
/* '' */
.icon-chart-pie-2:before {
    content: '\ec71';
}
/* '' */
.icon-chart-pie-alt:before {
    content: '\ec72';
}
/* '' */
.icon-key-3:before {
    content: '\ec73';
}
/* '' */
.icon-key-inv:before {
    content: '\ec74';
}
/* '' */
.icon-hash:before {
    content: '\ec75';
}
/* '' */
.icon-at-1:before {
    content: '\ec76';
}
/* '' */
.icon-pilcrow:before {
    content: '\ec77';
}
/* '' */
.icon-dial:before {
    content: '\ec78';
}
/* '' */
.icon-search-4:before {
    content: '\ec79';
}
/* '' */
.icon-mail-4:before {
    content: '\ec7a';
}
/* '' */
.icon-heart-4:before {
    content: '\ec7b';
}
/* '' */
.icon-star-4:before {
    content: '\ec7c';
}
/* '' */
.icon-user-4:before {
    content: '\ec7d';
}
/* '' */
.icon-user-woman:before {
    content: '\ec7e';
}
/* '' */
.icon-user-pair:before {
    content: '\ec7f';
}
/* '' */
.icon-video-alt:before {
    content: '\ec80';
}
/* '' */
.icon-videocam-2:before {
    content: '\ec81';
}
/* '' */
.icon-videocam-alt:before {
    content: '\ec82';
}
/* '' */
.icon-camera-4:before {
    content: '\ec83';
}
/* '' */
.icon-th-2:before {
    content: '\ec84';
}
/* '' */
.icon-th-list-2:before {
    content: '\ec85';
}
/* '' */
.icon-ok-3:before {
    content: '\ec86';
}
/* '' */
.icon-cancel-4:before {
    content: '\ec87';
}
/* '' */
.icon-cancel-circle-1:before {
    content: '\ec88';
}
/* '' */
.icon-plus-4:before {
    content: '\ec89';
}
/* '' */
.icon-home-4:before {
    content: '\ec8a';
}
/* '' */
.icon-lock-4:before {
    content: '\ec8b';
}
/* '' */
.icon-lock-open-4:before {
    content: '\ec8c';
}
/* '' */
.icon-eye-4:before {
    content: '\ec8d';
}
/* '' */
.icon-tag-4:before {
    content: '\ec8e';
}
/* '' */
.icon-thumbs-up-3:before {
    content: '\ec8f';
}
/* '' */
.icon-thumbs-down-3:before {
    content: '\ec90';
}
/* '' */
.icon-download-4:before {
    content: '\ec91';
}
/* '' */
.icon-export-3:before {
    content: '\ec92';
}
/* '' */
.icon-pencil-4:before {
    content: '\ec93';
}
/* '' */
.icon-pencil-alt-1:before {
    content: '\ec94';
}
/* '' */
.icon-edit-2:before {
    content: '\ec95';
}
/* '' */
.icon-chat-4:before {
    content: '\ec96';
}
/* '' */
.icon-print-3:before {
    content: '\ec97';
}
/* '' */
.icon-bell-3:before {
    content: '\ec98';
}
/* '' */
.icon-attention-3:before {
    content: '\ec99';
}
/* '' */
.icon-info-4:before {
    content: '\ec9a';
}
/* '' */
.icon-question:before {
    content: '\ec9b';
}
/* '' */
.icon-location-4:before {
    content: '\ec9c';
}
/* '' */
.icon-trash-4:before {
    content: '\ec9d';
}
/* '' */
.icon-doc-4:before {
    content: '\ec9e';
}
/* '' */
.icon-article-1:before {
    content: '\ec9f';
}
/* '' */
.icon-article-alt-1:before {
    content: '\eca0';
}
/* '' */
.icon-rss-4:before {
    content: '\eca1';
}
/* '' */
.icon-wrench-3:before {
    content: '\eca2';
}
/* '' */
.icon-basket-3:before {
    content: '\eca3';
}
/* '' */
.icon-basket-alt:before {
    content: '\eca4';
}
/* '' */
.icon-calendar-4:before {
    content: '\eca5';
}
/* '' */
.icon-calendar-alt-1:before {
    content: '\eca6';
}
/* '' */
.icon-volume-off-3:before {
    content: '\eca7';
}
/* '' */
.icon-volume-down-1:before {
    content: '\eca8';
}
/* '' */
.icon-volume-up-2:before {
    content: '\eca9';
}
/* '' */
.icon-bullhorn:before {
    content: '\ecaa';
}
/* '' */
.icon-clock-4:before {
    content: '\ecab';
}
/* '' */
.icon-clock-alt:before {
    content: '\ecac';
}
/* '' */
.icon-stop-4:before {
    content: '\ecad';
}
/* '' */
.icon-resize-full-4:before {
    content: '\ecae';
}
/* '' */
.icon-resize-small-3:before {
    content: '\ecaf';
}
/* '' */
.icon-zoom-in-2:before {
    content: '\ecb0';
}
/* '' */
.icon-zoom-out-2:before {
    content: '\ecb1';
}
/* '' */
.icon-popup-4:before {
    content: '\ecb2';
}
/* '' */
.icon-down-dir-2:before {
    content: '\ecb3';
}
/* '' */
.icon-left-dir-2:before {
    content: '\ecb4';
}
/* '' */
.icon-right-dir-2:before {
    content: '\ecb5';
}
/* '' */
.icon-up-dir-2:before {
    content: '\ecb6';
}
/* '' */
.icon-down-4:before {
    content: '\ecb7';
}
/* '' */
.icon-up-4:before {
    content: '\ecb8';
}
/* '' */
.icon-cw-4:before {
    content: '\ecb9';
}
/* '' */
.icon-signal-3:before {
    content: '\ecba';
}
/* '' */
.icon-award-2:before {
    content: '\ecbb';
}
/* '' */
.icon-mobile-4:before {
    content: '\ecbc';
}
/* '' */
.icon-mobile-alt:before {
    content: '\ecbd';
}
/* '' */
.icon-tablet-2:before {
    content: '\ecbe';
}
/* '' */
.icon-ipod:before {
    content: '\ecbf';
}
/* '' */
.icon-cd-2:before {
    content: '\ecc0';
}
/* '' */
.icon-grid:before {
    content: '\ecc1';
}
/* '' */
.icon-book-3:before {
    content: '\ecc2';
}
/* '' */
.icon-easel:before {
    content: '\ecc3';
}
/* '' */
.icon-globe-3:before {
    content: '\ecc4';
}
/* '' */
.icon-chart-1:before {
    content: '\ecc5';
}
/* '' */
.icon-chart-bar-4:before {
    content: '\ecc6';
}
/* '' */
.icon-chart-pie-3:before {
    content: '\ecc7';
}
/* '' */
.icon-dollar-1:before {
    content: '\ecc8';
}
/* '' */
.icon-at-2:before {
    content: '\ecc9';
}
/* '' */
.icon-colon:before {
    content: '\ecca';
}
/* '' */
.icon-semicolon:before {
    content: '\eccb';
}
/* '' */
.icon-squares:before {
    content: '\eccc';
}
/* '' */
.icon-money-1:before {
    content: '\eccd';
}
/* '' */
.icon-facebook-3:before {
    content: '\ecce';
}
/* '' */
.icon-facebook-rect:before {
    content: '\eccf';
}
/* '' */
.icon-twitter-3:before {
    content: '\ecd0';
}
/* '' */
.icon-twitter-bird:before {
    content: '\ecd1';
}
/* '' */
.icon-twitter-rect:before {
    content: '\ecd2';
}
/* '' */
.icon-youtube-1:before {
    content: '\ecd3';
}
/* '' */
.icon-windy-rain-inv:before {
    content: '\ecd4';
}
/* '' */
.icon-snow-inv:before {
    content: '\ecd5';
}
/* '' */
.icon-snow-heavy-inv:before {
    content: '\ecd6';
}
/* '' */
.icon-hail-inv:before {
    content: '\ecd7';
}
/* '' */
.icon-clouds-inv:before {
    content: '\ecd8';
}
/* '' */
.icon-clouds-flash-inv:before {
    content: '\ecd9';
}
/* '' */
.icon-temperature:before {
    content: '\ecda';
}
/* '' */
.icon-compass-4:before {
    content: '\ecdb';
}
/* '' */
.icon-na:before {
    content: '\ecdc';
}
/* '' */
.icon-celcius:before {
    content: '\ecdd';
}
/* '' */
.icon-fahrenheit:before {
    content: '\ecde';
}
/* '' */
.icon-clouds-flash-alt:before {
    content: '\ecdf';
}
/* '' */
.icon-sun-inv-1:before {
    content: '\ece0';
}
/* '' */
.icon-moon-inv-1:before {
    content: '\ece1';
}
/* '' */
.icon-cloud-sun-inv:before {
    content: '\ece2';
}
/* '' */
.icon-cloud-moon-inv:before {
    content: '\ece3';
}
/* '' */
.icon-cloud-inv:before {
    content: '\ece4';
}
/* '' */
.icon-cloud-flash-inv:before {
    content: '\ece5';
}
/* '' */
.icon-drizzle-inv:before {
    content: '\ece6';
}
/* '' */
.icon-rain-inv:before {
    content: '\ece7';
}
/* '' */
.icon-windy-inv:before {
    content: '\ece8';
}
/* '' */
.icon-sunrise:before {
    content: '\ece9';
}
/* '' */
.icon-sun-3:before {
    content: '\ecea';
}
/* '' */
.icon-moon-4:before {
    content: '\eceb';
}
/* '' */
.icon-eclipse:before {
    content: '\ecec';
}
/* '' */
.icon-mist:before {
    content: '\eced';
}
/* '' */
.icon-wind-1:before {
    content: '\ecee';
}
/* '' */
.icon-snowflake:before {
    content: '\ecef';
}
/* '' */
.icon-cloud-sun-1:before {
    content: '\ecf0';
}
/* '' */
.icon-cloud-moon:before {
    content: '\ecf1';
}
/* '' */
.icon-fog-sun:before {
    content: '\ecf2';
}
/* '' */
.icon-fog-moon:before {
    content: '\ecf3';
}
/* '' */
.icon-fog-cloud:before {
    content: '\ecf4';
}
/* '' */
.icon-fog:before {
    content: '\ecf5';
}
/* '' */
.icon-cloud-4:before {
    content: '\ecf6';
}
/* '' */
.icon-cloud-flash-1:before {
    content: '\ecf7';
}
/* '' */
.icon-cloud-flash-alt:before {
    content: '\ecf8';
}
/* '' */
.icon-drizzle-1:before {
    content: '\ecf9';
}
/* '' */
.icon-rain-2:before {
    content: '\ecfa';
}
/* '' */
.icon-windy:before {
    content: '\ecfb';
}
/* '' */
.icon-windy-rain:before {
    content: '\ecfc';
}
/* '' */
.icon-snow-1:before {
    content: '\ecfd';
}
/* '' */
.icon-snow-alt:before {
    content: '\ecfe';
}
/* '' */
.icon-snow-heavy:before {
    content: '\ecff';
}
/* '' */
.icon-hail:before {
    content: '\ed00';
}
/* '' */
.icon-clouds:before {
    content: '\ed01';
}
/* '' */
.icon-clouds-flash:before {
    content: '\ed02';
}
/* '' */
.icon-search-5:before {
    content: '\ed03';
}
/* '' */
.icon-mail-5:before {
    content: '\ed04';
}
/* '' */
.icon-heart-5:before {
    content: '\ed05';
}
/* '' */
.icon-heart-broken:before {
    content: '\ed06';
}
/* '' */
.icon-star-5:before {
    content: '\ed07';
}
/* '' */
.icon-star-empty-2:before {
    content: '\ed08';
}
/* '' */
.icon-star-half-1:before {
    content: '\ed09';
}
/* '' */
.icon-star-half_empty:before {
    content: '\ed0a';
}
/* '' */
.icon-user-5:before {
    content: '\ed0b';
}
/* '' */
.icon-user-male:before {
    content: '\ed0c';
}
/* '' */
.icon-user-female:before {
    content: '\ed0d';
}
/* '' */
.icon-users-3:before {
    content: '\ed0e';
}
/* '' */
.icon-movie:before {
    content: '\ed0f';
}
/* '' */
.icon-videocam-3:before {
    content: '\ed10';
}
/* '' */
.icon-isight:before {
    content: '\ed11';
}
/* '' */
.icon-camera-5:before {
    content: '\ed12';
}
/* '' */
.icon-menu-3:before {
    content: '\ed13';
}
/* '' */
.icon-th-thumb:before {
    content: '\ed14';
}
/* '' */
.icon-th-thumb-empty:before {
    content: '\ed15';
}
/* '' */
.icon-th-list-3:before {
    content: '\ed16';
}
/* '' */
.icon-ok-4:before {
    content: '\ed17';
}
/* '' */
.icon-ok-circled-1:before {
    content: '\ed18';
}
/* '' */
.icon-cancel-5:before {
    content: '\ed19';
}
/* '' */
.icon-cancel-circled-3:before {
    content: '\ed1a';
}
/* '' */
.icon-plus-5:before {
    content: '\ed1b';
}
/* '' */
.icon-help-circled-2:before {
    content: '\ed1c';
}
/* '' */
.icon-help-circled-alt:before {
    content: '\ed1d';
}
/* '' */
.icon-info-circled-2:before {
    content: '\ed1e';
}
/* '' */
.icon-info-circled-alt:before {
    content: '\ed1f';
}
/* '' */
.icon-home-5:before {
    content: '\ed20';
}
/* '' */
.icon-link-4:before {
    content: '\ed21';
}
/* '' */
.icon-attach-4:before {
    content: '\ed22';
}
/* '' */
.icon-lock-5:before {
    content: '\ed23';
}
/* '' */
.icon-lock-alt:before {
    content: '\ed24';
}
/* '' */
.icon-lock-open-5:before {
    content: '\ed25';
}
/* '' */
.icon-lock-open-alt-1:before {
    content: '\ed26';
}
/* '' */
.icon-eye-5:before {
    content: '\ed27';
}
/* '' */
.icon-download-5:before {
    content: '\ed28';
}
/* '' */
.icon-upload-4:before {
    content: '\ed29';
}
/* '' */
.icon-download-cloud-2:before {
    content: '\ed2a';
}
/* '' */
.icon-upload-cloud-4:before {
    content: '\ed2b';
}
/* '' */
.icon-reply-3:before {
    content: '\ed2c';
}
/* '' */
.icon-pencil-5:before {
    content: '\ed2d';
}
/* '' */
.icon-export-4:before {
    content: '\ed2e';
}
/* '' */
.icon-print-4:before {
    content: '\ed2f';
}
/* '' */
.icon-retweet-2:before {
    content: '\ed30';
}
/* '' */
.icon-comment-4:before {
    content: '\ed31';
}
/* '' */
.icon-chat-5:before {
    content: '\ed32';
}
/* '' */
.icon-bell-4:before {
    content: '\ed33';
}
/* '' */
.icon-attention-4:before {
    content: '\ed34';
}
/* '' */
.icon-attention-alt-1:before {
    content: '\ed35';
}
/* '' */
.icon-location-5:before {
    content: '\ed36';
}
/* '' */
.icon-trash-5:before {
    content: '\ed37';
}
/* '' */
.icon-doc-5:before {
    content: '\ed38';
}
/* '' */
.icon-newspaper-1:before {
    content: '\ed39';
}
/* '' */
.icon-folder-4:before {
    content: '\ed3a';
}
/* '' */
.icon-folder-open-1:before {
    content: '\ed3b';
}
/* '' */
.icon-folder-empty-2:before {
    content: '\ed3c';
}
/* '' */
.icon-folder-open-empty-1:before {
    content: '\ed3d';
}
/* '' */
.icon-cog-4:before {
    content: '\ed3e';
}
/* '' */
.icon-calendar-5:before {
    content: '\ed3f';
}
/* '' */
.icon-login-2:before {
    content: '\ed40';
}
/* '' */
.icon-logout-2:before {
    content: '\ed41';
}
/* '' */
.icon-mic-4:before {
    content: '\ed42';
}
/* '' */
.icon-mic-off:before {
    content: '\ed43';
}
/* '' */
.icon-clock-5:before {
    content: '\ed44';
}
/* '' */
.icon-stopwatch-1:before {
    content: '\ed45';
}
/* '' */
.icon-hourglass-1:before {
    content: '\ed46';
}
/* '' */
.icon-zoom-in-3:before {
    content: '\ed47';
}
/* '' */
.icon-zoom-out-3:before {
    content: '\ed48';
}
/* '' */
.icon-down-open-2:before {
    content: '\ed49';
}
/* '' */
.icon-left-open-3:before {
    content: '\ed4a';
}
/* '' */
.icon-right-open-3:before {
    content: '\ed4b';
}
/* '' */
.icon-up-open-2:before {
    content: '\ed4c';
}
/* '' */
.icon-down-5:before {
    content: '\ed4d';
}
/* '' */
.icon-left-4:before {
    content: '\ed4e';
}
/* '' */
.icon-right-4:before {
    content: '\ed4f';
}
/* '' */
.icon-up-5:before {
    content: '\ed50';
}
/* '' */
.icon-down-bold-1:before {
    content: '\ed51';
}
/* '' */
.icon-left-bold-1:before {
    content: '\ed52';
}
/* '' */
.icon-right-bold-1:before {
    content: '\ed53';
}
/* '' */
.icon-up-bold-1:before {
    content: '\ed54';
}
/* '' */
.icon-down-fat:before {
    content: '\ed55';
}
/* '' */
.icon-left-fat:before {
    content: '\ed56';
}
/* '' */
.icon-right-fat:before {
    content: '\ed57';
}
/* '' */
.icon-up-fat:before {
    content: '\ed58';
}
/* '' */
.icon-ccw-2:before {
    content: '\ed59';
}
/* '' */
.icon-shuffle-3:before {
    content: '\ed5a';
}
/* '' */
.icon-play-4:before {
    content: '\ed5b';
}
/* '' */
.icon-pause-4:before {
    content: '\ed5c';
}
/* '' */
.icon-stop-5:before {
    content: '\ed5d';
}
/* '' */
.icon-to-end-3:before {
    content: '\ed5e';
}
/* '' */
.icon-to-start-3:before {
    content: '\ed5f';
}
/* '' */
.icon-fast-forward-1:before {
    content: '\ed60';
}
/* '' */
.icon-fast-backward-1:before {
    content: '\ed61';
}
/* '' */
.icon-trophy-1:before {
    content: '\ed62';
}
/* '' */
.icon-monitor-1:before {
    content: '\ed63';
}
/* '' */
.icon-tablet-3:before {
    content: '\ed64';
}
/* '' */
.icon-mobile-5:before {
    content: '\ed65';
}
/* '' */
.icon-data-science:before {
    content: '\ed66';
}
/* '' */
.icon-data-science-inv:before {
    content: '\ed67';
}
/* '' */
.icon-inbox-2:before {
    content: '\ed68';
}
/* '' */
.icon-globe-4:before {
    content: '\ed69';
}
/* '' */
.icon-globe-inv:before {
    content: '\ed6a';
}
/* '' */
.icon-flash-4:before {
    content: '\ed6b';
}
/* '' */
.icon-cloud-5:before {
    content: '\ed6c';
}
/* '' */
.icon-coverflow:before {
    content: '\ed6d';
}
/* '' */
.icon-coverflow-empty:before {
    content: '\ed6e';
}
/* '' */
.icon-math:before {
    content: '\ed6f';
}
/* '' */
.icon-math-circled:before {
    content: '\ed70';
}
/* '' */
.icon-math-circled-empty:before {
    content: '\ed71';
}
/* '' */
.icon-paper-plane-1:before {
    content: '\ed72';
}
/* '' */
.icon-paper-plane-alt:before {
    content: '\ed73';
}
/* '' */
.icon-paper-plane-alt2:before {
    content: '\ed74';
}
/* '' */
.icon-fontsize:before {
    content: '\ed75';
}
/* '' */
.icon-color-adjust:before {
    content: '\ed76';
}
/* '' */
.icon-fire-1:before {
    content: '\ed77';
}
/* '' */
.icon-chart-bar-5:before {
    content: '\ed78';
}
/* '' */
.icon-hdd-1:before {
    content: '\ed79';
}
/* '' */
.icon-connected-object:before {
    content: '\ed7a';
}
/* '' */
.icon-ruler:before {
    content: '\ed7b';
}
/* '' */
.icon-vector:before {
    content: '\ed7c';
}
/* '' */
.icon-vector-pencil:before {
    content: '\ed7d';
}
/* '' */
.icon-at-3:before {
    content: '\ed7e';
}
/* '' */
.icon-hash-1:before {
    content: '\ed7f';
}
/* '' */
.icon-female-1:before {
    content: '\ed80';
}
/* '' */
.icon-male-1:before {
    content: '\ed81';
}
/* '' */
.icon-spread:before {
    content: '\ed82';
}
/* '' */
.icon-king:before {
    content: '\ed83';
}
/* '' */
.icon-anchor-2:before {
    content: '\ed84';
}
/* '' */
.icon-joystick:before {
    content: '\ed85';
}
/* '' */
.icon-spinner1:before {
    content: '\ed86';
}
/* '' */
.icon-spinner2:before {
    content: '\ed87';
}
/* '' */
.icon-github-3:before {
    content: '\ed88';
}
/* '' */
.icon-github-circled-3:before {
    content: '\ed89';
}
/* '' */
.icon-github-circled-alt:before {
    content: '\ed8a';
}
/* '' */
.icon-github-circled-alt2:before {
    content: '\ed8b';
}
/* '' */
.icon-twitter-4:before {
    content: '\ed8c';
}
/* '' */
.icon-twitter-circled-2:before {
    content: '\ed8d';
}
/* '' */
.icon-facebook-4:before {
    content: '\ed8e';
}
/* '' */
.icon-facebook-circled-2:before {
    content: '\ed8f';
}
/* '' */
.icon-gplus-2:before {
    content: '\ed90';
}
/* '' */
.icon-gplus-circled-1:before {
    content: '\ed91';
}
/* '' */
.icon-linkedin-3:before {
    content: '\ed92';
}
/* '' */
.icon-linkedin-circled-2:before {
    content: '\ed93';
}
/* '' */
.icon-dribbble-3:before {
    content: '\ed94';
}
/* '' */
.icon-dribbble-circled-2:before {
    content: '\ed95';
}
/* '' */
.icon-instagram-1:before {
    content: '\ed96';
}
/* '' */
.icon-instagram-circled:before {
    content: '\ed97';
}
/* '' */
.icon-soundcloud-1:before {
    content: '\ed98';
}
/* '' */
.icon-soundcloud-circled:before {
    content: '\ed99';
}
/* '' */
.icon-mfg-logo:before {
    content: '\ed9a';
}
/* '' */
.icon-mfg-logo-circled:before {
    content: '\ed9b';
}
/* '' */
.icon-aboveground-rail:before {
    content: '\ed9c';
}
/* '' */
.icon-airfield:before {
    content: '\ed9d';
}
/* '' */
.icon-airport:before {
    content: '\ed9e';
}
/* '' */
.icon-art-gallery:before {
    content: '\ed9f';
}
/* '' */
.icon-bar:before {
    content: '\eda0';
}
/* '' */
.icon-baseball:before {
    content: '\eda1';
}
/* '' */
.icon-basketball:before {
    content: '\eda2';
}
/* '' */
.icon-beer-2:before {
    content: '\eda3';
}
/* '' */
.icon-belowground-rail:before {
    content: '\eda4';
}
/* '' */
.icon-bicycle:before {
    content: '\eda5';
}
/* '' */
.icon-bus:before {
    content: '\eda6';
}
/* '' */
.icon-cafe:before {
    content: '\eda7';
}
/* '' */
.icon-campsite:before {
    content: '\eda8';
}
/* '' */
.icon-cemetery:before {
    content: '\eda9';
}
/* '' */
.icon-cinema:before {
    content: '\edaa';
}
/* '' */
.icon-college:before {
    content: '\edab';
}
/* '' */
.icon-commerical-building:before {
    content: '\edac';
}
/* '' */
.icon-credit-card-3:before {
    content: '\edad';
}
/* '' */
.icon-cricket:before {
    content: '\edae';
}
/* '' */
.icon-embassy:before {
    content: '\edaf';
}
/* '' */
.icon-fast-food:before {
    content: '\edb0';
}
/* '' */
.icon-ferry:before {
    content: '\edb1';
}
/* '' */
.icon-fire-station:before {
    content: '\edb2';
}
/* '' */
.icon-football:before {
    content: '\edb3';
}
/* '' */
.icon-fuel:before {
    content: '\edb4';
}
/* '' */
.icon-garden:before {
    content: '\edb5';
}
/* '' */
.icon-giraffe:before {
    content: '\edb6';
}
/* '' */
.icon-golf:before {
    content: '\edb7';
}
/* '' */
.icon-grocery-store:before {
    content: '\edb8';
}
/* '' */
.icon-harbor:before {
    content: '\edb9';
}
/* '' */
.icon-heliport:before {
    content: '\edba';
}
/* '' */
.icon-hospital-1:before {
    content: '\edbb';
}
/* '' */
.icon-industrial-building:before {
    content: '\edbc';
}
/* '' */
.icon-library:before {
    content: '\edbd';
}
/* '' */
.icon-lodging:before {
    content: '\edbe';
}
/* '' */
.icon-london-underground:before {
    content: '\edbf';
}
/* '' */
.icon-minefield:before {
    content: '\edc0';
}
/* '' */
.icon-monument:before {
    content: '\edc1';
}
/* '' */
.icon-museum:before {
    content: '\edc2';
}
/* '' */
.icon-pharmacy:before {
    content: '\edc3';
}
/* '' */
.icon-pitch:before {
    content: '\edc4';
}
/* '' */
.icon-police:before {
    content: '\edc5';
}
/* '' */
.icon-post:before {
    content: '\edc6';
}
/* '' */
.icon-prison:before {
    content: '\edc7';
}
/* '' */
.icon-rail:before {
    content: '\edc8';
}
/* '' */
.icon-religious-christian:before {
    content: '\edc9';
}
/* '' */
.icon-religious-islam:before {
    content: '\edca';
}
/* '' */
.icon-religious-jewish:before {
    content: '\edcb';
}
/* '' */
.icon-restaurant:before {
    content: '\edcc';
}
/* '' */
.icon-roadblock:before {
    content: '\edcd';
}
/* '' */
.icon-school:before {
    content: '\edce';
}
/* '' */
.icon-shop:before {
    content: '\edcf';
}
/* '' */
.icon-skiing:before {
    content: '\edd0';
}
/* '' */
.icon-soccer:before {
    content: '\edd1';
}
/* '' */
.icon-swimming:before {
    content: '\edd2';
}
/* '' */
.icon-tennis:before {
    content: '\edd3';
}
/* '' */
.icon-theatre:before {
    content: '\edd4';
}
/* '' */
.icon-toilet:before {
    content: '\edd5';
}
/* '' */
.icon-town-hall:before {
    content: '\edd6';
}
/* '' */
.icon-trash-6:before {
    content: '\edd7';
}
/* '' */
.icon-tree-1:before {
    content: '\edd8';
}
/* '' */
.icon-tree-2:before {
    content: '\edd9';
}
/* '' */
.icon-warehouse:before {
    content: '\edda';
}
/* '' */
.icon-duckduckgo:before {
    content: '\eddb';
}
/* '' */
.icon-aim:before {
    content: '\eddc';
}
/* '' */
.icon-delicious:before {
    content: '\eddd';
}
/* '' */
.icon-paypal-1:before {
    content: '\edde';
}
/* '' */
.icon-flattr-1:before {
    content: '\eddf';
}
/* '' */
.icon-android-1:before {
    content: '\ede0';
}
/* '' */
.icon-eventful:before {
    content: '\ede1';
}
/* '' */
.icon-smashmag:before {
    content: '\ede2';
}
/* '' */
.icon-gplus-3:before {
    content: '\ede3';
}
/* '' */
.icon-wikipedia:before {
    content: '\ede4';
}
/* '' */
.icon-lanyrd:before {
    content: '\ede5';
}
/* '' */
.icon-calendar-6:before {
    content: '\ede6';
}
/* '' */
.icon-stumbleupon-1:before {
    content: '\ede7';
}
/* '' */
.icon-fivehundredpx:before {
    content: '\ede8';
}
/* '' */
.icon-pinterest-2:before {
    content: '\ede9';
}
/* '' */
.icon-bitcoin-1:before {
    content: '\edea';
}
/* '' */
.icon-w3c:before {
    content: '\edeb';
}
/* '' */
.icon-foursquare-1:before {
    content: '\edec';
}
/* '' */
.icon-html5-1:before {
    content: '\eded';
}
/* '' */
.icon-ie-1:before {
    content: '\edee';
}
/* '' */
.icon-call:before {
    content: '\edef';
}
/* '' */
.icon-grooveshark:before {
    content: '\edf0';
}
/* '' */
.icon-ninetyninedesigns:before {
    content: '\edf1';
}
/* '' */
.icon-forrst:before {
    content: '\edf2';
}
/* '' */
.icon-digg:before {
    content: '\edf3';
}
/* '' */
.icon-spotify-1:before {
    content: '\edf4';
}
/* '' */
.icon-reddit:before {
    content: '\edf5';
}
/* '' */
.icon-guest:before {
    content: '\edf6';
}
/* '' */
.icon-gowalla:before {
    content: '\edf7';
}
/* '' */
.icon-appstore:before {
    content: '\edf8';
}
/* '' */
.icon-blogger:before {
    content: '\edf9';
}
/* '' */
.icon-cc-1:before {
    content: '\edfa';
}
/* '' */
.icon-dribbble-4:before {
    content: '\edfb';
}
/* '' */
.icon-evernote-1:before {
    content: '\edfc';
}
/* '' */
.icon-flickr-3:before {
    content: '\edfd';
}
/* '' */
.icon-google:before {
    content: '\edfe';
}
/* '' */
.icon-viadeo:before {
    content: '\edff';
}
/* '' */
.icon-instapaper:before {
    content: '\ee00';
}
/* '' */
.icon-weibo-1:before {
    content: '\ee01';
}
/* '' */
.icon-klout:before {
    content: '\ee02';
}
/* '' */
.icon-linkedin-4:before {
    content: '\ee03';
}
/* '' */
.icon-meetup:before {
    content: '\ee04';
}
/* '' */
.icon-vk:before {
    content: '\ee05';
}
/* '' */
.icon-plancast:before {
    content: '\ee06';
}
/* '' */
.icon-disqus:before {
    content: '\ee07';
}
/* '' */
.icon-rss-5:before {
    content: '\ee08';
}
/* '' */
.icon-skype-3:before {
    content: '\ee09';
}
/* '' */
.icon-twitter-5:before {
    content: '\ee0a';
}
/* '' */
.icon-youtube-2:before {
    content: '\ee0b';
}
/* '' */
.icon-vimeo-2:before {
    content: '\ee0c';
}
/* '' */
.icon-windows-1:before {
    content: '\ee0d';
}
/* '' */
.icon-xing-1:before {
    content: '\ee0e';
}
/* '' */
.icon-yahoo:before {
    content: '\ee0f';
}
/* '' */
.icon-chrome-1:before {
    content: '\ee10';
}
/* '' */
.icon-email:before {
    content: '\ee11';
}
/* '' */
.icon-macstore:before {
    content: '\ee12';
}
/* '' */
.icon-myspace:before {
    content: '\ee13';
}
/* '' */
.icon-podcast:before {
    content: '\ee14';
}
/* '' */
.icon-amazon:before {
    content: '\ee15';
}
/* '' */
.icon-steam:before {
    content: '\ee16';
}
/* '' */
.icon-cloudapp:before {
    content: '\ee17';
}
/* '' */
.icon-dropbox-2:before {
    content: '\ee18';
}
/* '' */
.icon-ebay:before {
    content: '\ee19';
}
/* '' */
.icon-facebook-5:before {
    content: '\ee1a';
}
/* '' */
.icon-github-4:before {
    content: '\ee1b';
}
/* '' */
.icon-github-circled-4:before {
    content: '\ee1c';
}
/* '' */
.icon-googleplay:before {
    content: '\ee1d';
}
/* '' */
.icon-itunes:before {
    content: '\ee1e';
}
/* '' */
.icon-plurk:before {
    content: '\ee1f';
}
/* '' */
.icon-songkick:before {
    content: '\ee20';
}
/* '' */
.icon-lastfm-2:before {
    content: '\ee21';
}
/* '' */
.icon-gmail:before {
    content: '\ee22';
}
/* '' */
.icon-pinboard:before {
    content: '\ee23';
}
/* '' */
.icon-openid:before {
    content: '\ee24';
}
/* '' */
.icon-quora:before {
    content: '\ee25';
}
/* '' */
.icon-soundcloud-2:before {
    content: '\ee26';
}
/* '' */
.icon-tumblr-2:before {
    content: '\ee27';
}
/* '' */
.icon-eventasaurus:before {
    content: '\ee28';
}
/* '' */
.icon-wordpress:before {
    content: '\ee29';
}
/* '' */
.icon-yelp:before {
    content: '\ee2a';
}
/* '' */
.icon-intensedebate:before {
    content: '\ee2b';
}
/* '' */
.icon-eventbrite:before {
    content: '\ee2c';
}
/* '' */
.icon-scribd:before {
    content: '\ee2d';
}
/* '' */
.icon-posterous:before {
    content: '\ee2e';
}
/* '' */
.icon-stripe:before {
    content: '\ee2f';
}
/* '' */
.icon-opentable:before {
    content: '\ee30';
}
/* '' */
.icon-cart:before {
    content: '\ee31';
}
/* '' */
.icon-print-5:before {
    content: '\ee32';
}
/* '' */
.icon-angellist:before {
    content: '\ee33';
}
/* '' */
.icon-instagram-2:before {
    content: '\ee34';
}
/* '' */
.icon-dwolla:before {
    content: '\ee35';
}
/* '' */
.icon-appnet:before {
    content: '\ee36';
}
/* '' */
.icon-statusnet:before {
    content: '\ee37';
}
/* '' */
.icon-acrobat:before {
    content: '\ee38';
}
/* '' */
.icon-drupal:before {
    content: '\ee39';
}
/* '' */
.icon-buffer:before {
    content: '\ee3a';
}
/* '' */
.icon-pocket:before {
    content: '\ee3b';
}
/* '' */
.icon-bitbucket-1:before {
    content: '\ee3c';
}
/* '' */
.icon-lego:before {
    content: '\ee3d';
}
/* '' */
.icon-login-3:before {
    content: '\ee3e';
}
/* '' */
.icon-stackoverflow-1:before {
    content: '\ee3f';
}
/* '' */
.icon-hackernews:before {
    content: '\ee40';
}
/* '' */
.icon-lkdto:before {
    content: '\ee41';
}
/* '' */
.icon-facebook-6:before {
    content: '\ee42';
}
/* '' */
.icon-facebook-rect-1:before {
    content: '\ee43';
}
/* '' */
.icon-twitter-6:before {
    content: '\ee44';
}
/* '' */
.icon-twitter-bird-1:before {
    content: '\ee45';
}
/* '' */
.icon-vimeo-3:before {
    content: '\ee46';
}
/* '' */
.icon-vimeo-rect:before {
    content: '\ee47';
}
/* '' */
.icon-tumblr-3:before {
    content: '\ee48';
}
/* '' */
.icon-tumblr-rect:before {
    content: '\ee49';
}
/* '' */
.icon-googleplus-rect:before {
    content: '\ee4a';
}
/* '' */
.icon-github-text:before {
    content: '\ee4b';
}
/* '' */
.icon-github-5:before {
    content: '\ee4c';
}
/* '' */
.icon-skype-4:before {
    content: '\ee4d';
}
/* '' */
.icon-icq:before {
    content: '\ee4e';
}
/* '' */
.icon-yandex:before {
    content: '\ee4f';
}
/* '' */
.icon-yandex-rect:before {
    content: '\ee50';
}
/* '' */
.icon-vkontakte-rect:before {
    content: '\ee51';
}
/* '' */
.icon-odnoklassniki:before {
    content: '\ee52';
}
/* '' */
.icon-odnoklassniki-rect:before {
    content: '\ee53';
}
/* '' */
.icon-friendfeed:before {
    content: '\ee54';
}
/* '' */
.icon-friendfeed-rect:before {
    content: '\ee55';
}
/* '' */
.icon-blogger-1:before {
    content: '\ee56';
}
/* '' */
.icon-blogger-rect:before {
    content: '\ee57';
}
/* '' */
.icon-deviantart:before {
    content: '\ee58';
}
/* '' */
.icon-jabber:before {
    content: '\ee59';
}
/* '' */
.icon-lastfm-3:before {
    content: '\ee5a';
}
/* '' */
.icon-lastfm-rect:before {
    content: '\ee5b';
}
/* '' */
.icon-linkedin-5:before {
    content: '\ee5c';
}
/* '' */
.icon-linkedin-rect:before {
    content: '\ee5d';
}
/* '' */
.icon-picasa-1:before {
    content: '\ee5e';
}
/* '' */
.icon-wordpress-1:before {
    content: '\ee5f';
}
/* '' */
.icon-instagram-3:before {
    content: '\ee60';
}
/* '' */
.icon-instagram-filled:before {
    content: '\ee61';
}
/* '' */
.icon-diigo:before {
    content: '\ee62';
}
/* '' */
.icon-box-4:before {
    content: '\ee63';
}
/* '' */
.icon-box-rect:before {
    content: '\ee64';
}
/* '' */
.icon-tudou:before {
    content: '\ee65';
}
/* '' */
.icon-youku:before {
    content: '\ee66';
}
/* '' */
.icon-win8:before {
    content: '\ee67';
}
/* '' */
.icon-amex:before {
    content: '\ee68';
}
/* '' */
.icon-discover:before {
    content: '\ee69';
}
/* '' */
.icon-visa:before {
    content: '\ee6a';
}
/* '' */
.icon-mastercard:before {
    content: '\ee6b';
}
/* '' */
.icon-houzz:before {
    content: '\ee6c';
}
/* '' */
.icon-bandcamp:before {
    content: '\ee6d';
}
/* '' */
.icon-codepen:before {
    content: '\ee6e';
}
/* '' */
.icon-glass-1:before {
    content: '\ee6f';
}
/* '' */
.icon-music-3:before {
    content: '\ee70';
}
/* '' */
.icon-search-6:before {
    content: '\ee71';
}
/* '' */
.icon-search-circled:before {
    content: '\ee72';
}
/* '' */
.icon-mail-6:before {
    content: '\ee73';
}
/* '' */
.icon-mail-circled:before {
    content: '\ee74';
}
/* '' */
.icon-heart-6:before {
    content: '\ee75';
}
/* '' */
.icon-heart-circled:before {
    content: '\ee76';
}
/* '' */
.icon-heart-empty-3:before {
    content: '\ee77';
}
/* '' */
.icon-star-6:before {
    content: '\ee78';
}
/* '' */
.icon-star-circled:before {
    content: '\ee79';
}
/* '' */
.icon-star-empty-3:before {
    content: '\ee7a';
}
/* '' */
.icon-user-6:before {
    content: '\ee7b';
}
/* '' */
.icon-group:before {
    content: '\ee7c';
}
/* '' */
.icon-group-circled:before {
    content: '\ee7d';
}
/* '' */
.icon-torso:before {
    content: '\ee7e';
}
/* '' */
.icon-video-4:before {
    content: '\ee7f';
}
/* '' */
.icon-video-circled:before {
    content: '\ee80';
}
/* '' */
.icon-video-alt-1:before {
    content: '\ee81';
}
/* '' */
.icon-videocam-4:before {
    content: '\ee82';
}
/* '' */
.icon-video-chat:before {
    content: '\ee83';
}
/* '' */
.icon-picture-4:before {
    content: '\ee84';
}
/* '' */
.icon-camera-6:before {
    content: '\ee85';
}
/* '' */
.icon-photo:before {
    content: '\ee86';
}
/* '' */
.icon-photo-circled:before {
    content: '\ee87';
}
/* '' */
.icon-th-large-2:before {
    content: '\ee88';
}
/* '' */
.icon-th-3:before {
    content: '\ee89';
}
/* '' */
.icon-th-list-4:before {
    content: '\ee8a';
}
/* '' */
.icon-view-mode:before {
    content: '\ee8b';
}
/* '' */
.icon-ok-5:before {
    content: '\ee8c';
}
/* '' */
.icon-ok-circled-2:before {
    content: '\ee8d';
}
/* '' */
.icon-ok-circled2-1:before {
    content: '\ee8e';
}
/* '' */
.icon-cancel-6:before {
    content: '\ee8f';
}
/* '' */
.icon-cancel-circled-4:before {
    content: '\ee90';
}
/* '' */
.icon-cancel-circled2-1:before {
    content: '\ee91';
}
/* '' */
.icon-plus-6:before {
    content: '\ee92';
}
/* '' */
.icon-plus-circled-2:before {
    content: '\ee93';
}
/* '' */
.icon-minus-4:before {
    content: '\ee94';
}
/* '' */
.icon-minus-circled-2:before {
    content: '\ee95';
}
/* '' */
.icon-help-3:before {
    content: '\ee96';
}
/* '' */
.icon-help-circled-3:before {
    content: '\ee97';
}
/* '' */
.icon-info-circled-3:before {
    content: '\ee98';
}
/* '' */
.icon-home-6:before {
    content: '\ee99';
}
/* '' */
.icon-home-circled:before {
    content: '\ee9a';
}
/* '' */
.icon-website:before {
    content: '\ee9b';
}
/* '' */
.icon-website-circled:before {
    content: '\ee9c';
}
/* '' */
.icon-attach-5:before {
    content: '\ee9d';
}
/* '' */
.icon-attach-circled:before {
    content: '\ee9e';
}
/* '' */
.icon-lock-6:before {
    content: '\ee9f';
}
/* '' */
.icon-lock-circled:before {
    content: '\eea0';
}
/* '' */
.icon-lock-open-6:before {
    content: '\eea1';
}
/* '' */
.icon-lock-open-alt-2:before {
    content: '\eea2';
}
/* '' */
.icon-eye-6:before {
    content: '\eea3';
}
/* '' */
.icon-eye-off-1:before {
    content: '\eea4';
}
/* '' */
.icon-tag-5:before {
    content: '\eea5';
}
/* '' */
.icon-tags-2:before {
    content: '\eea6';
}
/* '' */
.icon-bookmark-3:before {
    content: '\eea7';
}
/* '' */
.icon-bookmark-empty-1:before {
    content: '\eea8';
}
/* '' */
.icon-flag-3:before {
    content: '\eea9';
}
/* '' */
.icon-flag-circled:before {
    content: '\eeaa';
}
/* '' */
.icon-thumbs-up-4:before {
    content: '\eeab';
}
/* '' */
.icon-thumbs-down-4:before {
    content: '\eeac';
}
/* '' */
.icon-download-6:before {
    content: '\eead';
}
/* '' */
.icon-download-alt:before {
    content: '\eeae';
}
/* '' */
.icon-upload-5:before {
    content: '\eeaf';
}
/* '' */
.icon-share-2:before {
    content: '\eeb0';
}
/* '' */
.icon-quote-1:before {
    content: '\eeb1';
}
/* '' */
.icon-quote-circled:before {
    content: '\eeb2';
}
/* '' */
.icon-export-5:before {
    content: '\eeb3';
}
/* '' */
.icon-pencil-6:before {
    content: '\eeb4';
}
/* '' */
.icon-pencil-circled:before {
    content: '\eeb5';
}
/* '' */
.icon-edit-3:before {
    content: '\eeb6';
}
/* '' */
.icon-edit-circled:before {
    content: '\eeb7';
}
/* '' */
.icon-edit-alt:before {
    content: '\eeb8';
}
/* '' */
.icon-print-6:before {
    content: '\eeb9';
}
/* '' */
.icon-retweet-3:before {
    content: '\eeba';
}
/* '' */
.icon-comment-5:before {
    content: '\eebb';
}
/* '' */
.icon-comment-alt-1:before {
    content: '\eebc';
}
/* '' */
.icon-bell-5:before {
    content: '\eebd';
}
/* '' */
.icon-warning-1:before {
    content: '\eebe';
}
/* '' */
.icon-exclamation:before {
    content: '\eebf';
}
/* '' */
.icon-error:before {
    content: '\eec0';
}
/* '' */
.icon-error-alt:before {
    content: '\eec1';
}
/* '' */
.icon-location-6:before {
    content: '\eec2';
}
/* '' */
.icon-location-circled:before {
    content: '\eec3';
}
/* '' */
.icon-compass-5:before {
    content: '\eec4';
}
/* '' */
.icon-compass-circled:before {
    content: '\eec5';
}
/* '' */
.icon-trash-7:before {
    content: '\eec6';
}
/* '' */
.icon-trash-circled:before {
    content: '\eec7';
}
/* '' */
.icon-doc-6:before {
    content: '\eec8';
}
/* '' */
.icon-doc-circled:before {
    content: '\eec9';
}
/* '' */
.icon-doc-new:before {
    content: '\eeca';
}
/* '' */
.icon-doc-new-circled:before {
    content: '\eecb';
}
/* '' */
.icon-folder-5:before {
    content: '\eecc';
}
/* '' */
.icon-folder-circled:before {
    content: '\eecd';
}
/* '' */
.icon-folder-close:before {
    content: '\eece';
}
/* '' */
.icon-folder-open-2:before {
    content: '\eecf';
}
/* '' */
.icon-rss-6:before {
    content: '\eed0';
}
/* '' */
.icon-phone-3:before {
    content: '\eed1';
}
/* '' */
.icon-phone-circled:before {
    content: '\eed2';
}
/* '' */
.icon-cog-5:before {
    content: '\eed3';
}
/* '' */
.icon-cog-circled:before {
    content: '\eed4';
}
/* '' */
.icon-cogs:before {
    content: '\eed5';
}
/* '' */
.icon-wrench-4:before {
    content: '\eed6';
}
/* '' */
.icon-wrench-circled:before {
    content: '\eed7';
}
/* '' */
.icon-basket-4:before {
    content: '\eed8';
}
/* '' */
.icon-basket-circled:before {
    content: '\eed9';
}
/* '' */
.icon-calendar-7:before {
    content: '\eeda';
}
/* '' */
.icon-calendar-circled:before {
    content: '\eedb';
}
/* '' */
.icon-mic-5:before {
    content: '\eedc';
}
/* '' */
.icon-mic-circled:before {
    content: '\eedd';
}
/* '' */
.icon-volume-off-4:before {
    content: '\eede';
}
/* '' */
.icon-volume-down-2:before {
    content: '\eedf';
}
/* '' */
.icon-volume-1:before {
    content: '\eee0';
}
/* '' */
.icon-volume-up-3:before {
    content: '\eee1';
}
/* '' */
.icon-headphones-3:before {
    content: '\eee2';
}
/* '' */
.icon-clock-6:before {
    content: '\eee3';
}
/* '' */
.icon-clock-circled:before {
    content: '\eee4';
}
/* '' */
.icon-lightbulb-2:before {
    content: '\eee5';
}
/* '' */
.icon-lightbulb-alt:before {
    content: '\eee6';
}
/* '' */
.icon-block-4:before {
    content: '\eee7';
}
/* '' */
.icon-resize-full-5:before {
    content: '\eee8';
}
/* '' */
.icon-resize-full-alt-2:before {
    content: '\eee9';
}
/* '' */
.icon-resize-small-4:before {
    content: '\eeea';
}
/* '' */
.icon-resize-vertical-2:before {
    content: '\eeeb';
}
/* '' */
.icon-resize-horizontal-2:before {
    content: '\eeec';
}
/* '' */
.icon-move-3:before {
    content: '\eeed';
}
/* '' */
.icon-zoom-in-4:before {
    content: '\eeee';
}
/* '' */
.icon-zoom-out-4:before {
    content: '\eeef';
}
/* '' */
.icon-down-open-3:before {
    content: '\eef0';
}
/* '' */
.icon-left-open-4:before {
    content: '\eef1';
}
/* '' */
.icon-right-open-4:before {
    content: '\eef2';
}
/* '' */
.icon-up-open-3:before {
    content: '\eef3';
}
/* '' */
.icon-down-6:before {
    content: '\eef4';
}
/* '' */
.icon-left-5:before {
    content: '\eef5';
}
/* '' */
.icon-right-5:before {
    content: '\eef6';
}
/* '' */
.icon-up-6:before {
    content: '\eef7';
}
/* '' */
.icon-down-circled-2:before {
    content: '\eef8';
}
/* '' */
.icon-left-circled-2:before {
    content: '\eef9';
}
/* '' */
.icon-right-circled-2:before {
    content: '\eefa';
}
/* '' */
.icon-up-circled-2:before {
    content: '\eefb';
}
/* '' */
.icon-down-hand-1:before {
    content: '\eefc';
}
/* '' */
.icon-left-hand-1:before {
    content: '\eefd';
}
/* '' */
.icon-right-hand-1:before {
    content: '\eefe';
}
/* '' */
.icon-up-hand-1:before {
    content: '\eeff';
}
/* '' */
.icon-cw-5:before {
    content: '\ef00';
}
/* '' */
.icon-cw-circled:before {
    content: '\ef01';
}
/* '' */
.icon-arrows-cw-2:before {
    content: '\ef02';
}
/* '' */
.icon-shuffle-4:before {
    content: '\ef03';
}
/* '' */
.icon-play-5:before {
    content: '\ef04';
}
/* '' */
.icon-play-circled-1:before {
    content: '\ef05';
}
/* '' */
.icon-play-circled2-1:before {
    content: '\ef06';
}
/* '' */
.icon-stop-6:before {
    content: '\ef07';
}
/* '' */
.icon-stop-circled:before {
    content: '\ef08';
}
/* '' */
.icon-pause-5:before {
    content: '\ef09';
}
/* '' */
.icon-pause-circled:before {
    content: '\ef0a';
}
/* '' */
.icon-record-2:before {
    content: '\ef0b';
}
/* '' */
.icon-eject-3:before {
    content: '\ef0c';
}
/* '' */
.icon-backward:before {
    content: '\ef0d';
}
/* '' */
.icon-backward-circled:before {
    content: '\ef0e';
}
/* '' */
.icon-fast-backward-2:before {
    content: '\ef0f';
}
/* '' */
.icon-fast-forward-2:before {
    content: '\ef10';
}
/* '' */
.icon-forward-3:before {
    content: '\ef11';
}
/* '' */
.icon-forward-circled:before {
    content: '\ef12';
}
/* '' */
.icon-step-backward:before {
    content: '\ef13';
}
/* '' */
.icon-step-forward:before {
    content: '\ef14';
}
/* '' */
.icon-target-4:before {
    content: '\ef15';
}
/* '' */
.icon-signal-4:before {
    content: '\ef16';
}
/* '' */
.icon-desktop-2:before {
    content: '\ef17';
}
/* '' */
.icon-desktop-circled:before {
    content: '\ef18';
}
/* '' */
.icon-laptop-2:before {
    content: '\ef19';
}
/* '' */
.icon-laptop-circled:before {
    content: '\ef1a';
}
/* '' */
.icon-network-1:before {
    content: '\ef1b';
}
/* '' */
.icon-inbox-3:before {
    content: '\ef1c';
}
/* '' */
.icon-inbox-circled:before {
    content: '\ef1d';
}
/* '' */
.icon-inbox-alt:before {
    content: '\ef1e';
}
/* '' */
.icon-globe-5:before {
    content: '\ef1f';
}
/* '' */
.icon-globe-alt-1:before {
    content: '\ef20';
}
/* '' */
.icon-cloud-6:before {
    content: '\ef21';
}
/* '' */
.icon-cloud-circled:before {
    content: '\ef22';
}
/* '' */
.icon-flight-2:before {
    content: '\ef23';
}
/* '' */
.icon-leaf-3:before {
    content: '\ef24';
}
/* '' */
.icon-font-1:before {
    content: '\ef25';
}
/* '' */
.icon-fontsize-1:before {
    content: '\ef26';
}
/* '' */
.icon-bold-1:before {
    content: '\ef27';
}
/* '' */
.icon-italic-1:before {
    content: '\ef28';
}
/* '' */
.icon-text-height-1:before {
    content: '\ef29';
}
/* '' */
.icon-text-width-1:before {
    content: '\ef2a';
}
/* '' */
.icon-align-left-1:before {
    content: '\ef2b';
}
/* '' */
.icon-align-center-1:before {
    content: '\ef2c';
}
/* '' */
.icon-align-right-1:before {
    content: '\ef2d';
}
/* '' */
.icon-align-justify-1:before {
    content: '\ef2e';
}
/* '' */
.icon-list-3:before {
    content: '\ef2f';
}
/* '' */
.icon-indent-left-1:before {
    content: '\ef30';
}
/* '' */
.icon-indent-right-1:before {
    content: '\ef31';
}
/* '' */
.icon-briefcase-3:before {
    content: '\ef32';
}
/* '' */
.icon-off-1:before {
    content: '\ef33';
}
/* '' */
.icon-road-1:before {
    content: '\ef34';
}
/* '' */
.icon-qrcode-1:before {
    content: '\ef35';
}
/* '' */
.icon-barcode-1:before {
    content: '\ef36';
}
/* '' */
.icon-braille:before {
    content: '\ef37';
}
/* '' */
.icon-book-4:before {
    content: '\ef38';
}
/* '' */
.icon-adjust-1:before {
    content: '\ef39';
}
/* '' */
.icon-tint-1:before {
    content: '\ef3a';
}
/* '' */
.icon-check-3:before {
    content: '\ef3b';
}
/* '' */
.icon-check-empty-1:before {
    content: '\ef3c';
}
/* '' */
.icon-asterisk-1:before {
    content: '\ef3d';
}
/* '' */
.icon-gift-2:before {
    content: '\ef3e';
}
/* '' */
.icon-fire-2:before {
    content: '\ef3f';
}
/* '' */
.icon-magnet-2:before {
    content: '\ef40';
}
/* '' */
.icon-chart-2:before {
    content: '\ef41';
}
/* '' */
.icon-chart-circled:before {
    content: '\ef42';
}
/* '' */
.icon-credit-card-4:before {
    content: '\ef43';
}
/* '' */
.icon-megaphone-2:before {
    content: '\ef44';
}
/* '' */
.icon-clipboard-2:before {
    content: '\ef45';
}
/* '' */
.icon-hdd-2:before {
    content: '\ef46';
}
/* '' */
.icon-key-4:before {
    content: '\ef47';
}
/* '' */
.icon-certificate-2:before {
    content: '\ef48';
}
/* '' */
.icon-tasks-1:before {
    content: '\ef49';
}
/* '' */
.icon-filter-1:before {
    content: '\ef4a';
}
/* '' */
.icon-gauge-2:before {
    content: '\ef4b';
}
/* '' */
.icon-smiley:before {
    content: '\ef4c';
}
/* '' */
.icon-smiley-circled:before {
    content: '\ef4d';
}
/* '' */
.icon-address-book:before {
    content: '\ef4e';
}
/* '' */
.icon-address-book-alt:before {
    content: '\ef4f';
}
/* '' */
.icon-asl:before {
    content: '\ef50';
}
/* '' */
.icon-glasses:before {
    content: '\ef51';
}
/* '' */
.icon-hearing-impaired:before {
    content: '\ef52';
}
/* '' */
.icon-iphone-home:before {
    content: '\ef53';
}
/* '' */
.icon-person:before {
    content: '\ef54';
}
/* '' */
.icon-adult:before {
    content: '\ef55';
}
/* '' */
.icon-child:before {
    content: '\ef56';
}
/* '' */
.icon-blind:before {
    content: '\ef57';
}
/* '' */
.icon-guidedog:before {
    content: '\ef58';
}
/* '' */
.icon-accessibility:before {
    content: '\ef59';
}
/* '' */
.icon-universal-access:before {
    content: '\ef5a';
}
/* '' */
.icon-male-2:before {
    content: '\ef5b';
}
/* '' */
.icon-female-2:before {
    content: '\ef5c';
}
/* '' */
.icon-behance-1:before {
    content: '\ef5d';
}
/* '' */
.icon-blogger-2:before {
    content: '\ef5e';
}
/* '' */
.icon-cc-2:before {
    content: '\ef5f';
}
/* '' */
.icon-css:before {
    content: '\ef60';
}
/* '' */
.icon-delicious-1:before {
    content: '\ef61';
}
/* '' */
.icon-deviantart-1:before {
    content: '\ef62';
}
/* '' */
.icon-digg-1:before {
    content: '\ef63';
}
/* '' */
.icon-dribbble-5:before {
    content: '\ef64';
}
/* '' */
.icon-facebook-7:before {
    content: '\ef65';
}
/* '' */
.icon-flickr-4:before {
    content: '\ef66';
}
/* '' */
.icon-foursquare-2:before {
    content: '\ef67';
}
/* '' */
.icon-friendfeed-1:before {
    content: '\ef68';
}
/* '' */
.icon-friendfeed-rect-1:before {
    content: '\ef69';
}
/* '' */
.icon-github-6:before {
    content: '\ef6a';
}
/* '' */
.icon-github-text-1:before {
    content: '\ef6b';
}
/* '' */
.icon-googleplus:before {
    content: '\ef6c';
}
/* '' */
.icon-instagram-4:before {
    content: '\ef6d';
}
/* '' */
.icon-linkedin-6:before {
    content: '\ef6e';
}
/* '' */
.icon-path:before {
    content: '\ef6f';
}
/* '' */
.icon-picasa-2:before {
    content: '\ef70';
}
/* '' */
.icon-pinterest-3:before {
    content: '\ef71';
}
/* '' */
.icon-reddit-1:before {
    content: '\ef72';
}
/* '' */
.icon-skype-5:before {
    content: '\ef73';
}
/* '' */
.icon-slideshare:before {
    content: '\ef74';
}
/* '' */
.icon-stackoverflow-2:before {
    content: '\ef75';
}
/* '' */
.icon-stumbleupon-2:before {
    content: '\ef76';
}
/* '' */
.icon-twitter-7:before {
    content: '\ef77';
}
/* '' */
.icon-tumblr-4:before {
    content: '\ef78';
}
/* '' */
.icon-vimeo-4:before {
    content: '\ef79';
}
/* '' */
.icon-vkontakte-2:before {
    content: '\ef7a';
}
/* '' */
.icon-w3c-1:before {
    content: '\ef7b';
}
/* '' */
.icon-wordpress-2:before {
    content: '\ef7c';
}
/* '' */
.icon-youtube-3:before {
    content: '\ef7d';
}
/* '' */
.icon-music-4:before {
    content: '\ef7e';
}
/* '' */
.icon-search-7:before {
    content: '\ef7f';
}
/* '' */
.icon-mail-7:before {
    content: '\ef80';
}
/* '' */
.icon-heart-7:before {
    content: '\ef81';
}
/* '' */
.icon-star-7:before {
    content: '\ef82';
}
/* '' */
.icon-user-7:before {
    content: '\ef83';
}
/* '' */
.icon-videocam-5:before {
    content: '\ef84';
}
/* '' */
.icon-camera-7:before {
    content: '\ef85';
}
/* '' */
.icon-photo-1:before {
    content: '\ef86';
}
/* '' */
.icon-attach-6:before {
    content: '\ef87';
}
/* '' */
.icon-lock-7:before {
    content: '\ef88';
}
/* '' */
.icon-eye-7:before {
    content: '\ef89';
}
/* '' */
.icon-tag-6:before {
    content: '\ef8a';
}
/* '' */
.icon-thumbs-up-5:before {
    content: '\ef8b';
}
/* '' */
.icon-pencil-7:before {
    content: '\ef8c';
}
/* '' */
.icon-comment-6:before {
    content: '\ef8d';
}
/* '' */
.icon-location-7:before {
    content: '\ef8e';
}
/* '' */
.icon-cup-1:before {
    content: '\ef8f';
}
/* '' */
.icon-trash-8:before {
    content: '\ef90';
}
/* '' */
.icon-doc-7:before {
    content: '\ef91';
}
/* '' */
.icon-note-1:before {
    content: '\ef92';
}
/* '' */
.icon-cog-6:before {
    content: '\ef93';
}
/* '' */
.icon-params:before {
    content: '\ef94';
}
/* '' */
.icon-calendar-8:before {
    content: '\ef95';
}
/* '' */
.icon-sound-1:before {
    content: '\ef96';
}
/* '' */
.icon-clock-7:before {
    content: '\ef97';
}
/* '' */
.icon-lightbulb-3:before {
    content: '\ef98';
}
/* '' */
.icon-tv:before {
    content: '\ef99';
}
/* '' */
.icon-desktop-3:before {
    content: '\ef9a';
}
/* '' */
.icon-mobile-6:before {
    content: '\ef9b';
}
/* '' */
.icon-cd-3:before {
    content: '\ef9c';
}
/* '' */
.icon-inbox-4:before {
    content: '\ef9d';
}
/* '' */
.icon-globe-6:before {
    content: '\ef9e';
}
/* '' */
.icon-cloud-7:before {
    content: '\ef9f';
}
/* '' */
.icon-paper-plane-2:before {
    content: '\efa0';
}
/* '' */
.icon-fire-3:before {
    content: '\efa1';
}
/* '' */
.icon-graduation-cap-1:before {
    content: '\efa2';
}
/* '' */
.icon-megaphone-3:before {
    content: '\efa3';
}
/* '' */
.icon-database-2:before {
    content: '\efa4';
}
/* '' */
.icon-key-5:before {
    content: '\efa5';
}
/* '' */
.icon-beaker-1:before {
    content: '\efa6';
}
/* '' */
.icon-truck-1:before {
    content: '\efa7';
}
/* '' */
.icon-money-2:before {
    content: '\efa8';
}
/* '' */
.icon-food-1:before {
    content: '\efa9';
}
/* '' */
.icon-shop-1:before {
    content: '\efaa';
}
/* '' */
.icon-diamond:before {
    content: '\efab';
}
/* '' */
.icon-t-shirt:before {
    content: '\efac';
}
/* '' */
.icon-wallet:before {
    content: '\efad';
}
/* '' */
.icon-search-8:before {
    content: '\efae';
}
/* '' */
.icon-mail-8:before {
    content: '\efaf';
}
/* '' */
.icon-heart-8:before {
    content: '\efb0';
}
/* '' */
.icon-heart-empty-4:before {
    content: '\efb1';
}
/* '' */
.icon-star-8:before {
    content: '\efb2';
}
/* '' */
.icon-user-8:before {
    content: '\efb3';
}
/* '' */
.icon-video-5:before {
    content: '\efb4';
}
/* '' */
.icon-picture-5:before {
    content: '\efb5';
}
/* '' */
.icon-th-large-3:before {
    content: '\efb6';
}
/* '' */
.icon-th-4:before {
    content: '\efb7';
}
/* '' */
.icon-th-list-5:before {
    content: '\efb8';
}
/* '' */
.icon-ok-6:before {
    content: '\efb9';
}
/* '' */
.icon-ok-circle-1:before {
    content: '\efba';
}
/* '' */
.icon-cancel-7:before {
    content: '\efbb';
}
/* '' */
.icon-cancel-circle-2:before {
    content: '\efbc';
}
/* '' */
.icon-plus-circle-1:before {
    content: '\efbd';
}
/* '' */
.icon-minus-circle-1:before {
    content: '\efbe';
}
/* '' */
.icon-link-5:before {
    content: '\efbf';
}
/* '' */
.icon-attach-7:before {
    content: '\efc0';
}
/* '' */
.icon-lock-8:before {
    content: '\efc1';
}
/* '' */
.icon-lock-open-7:before {
    content: '\efc2';
}
/* '' */
.icon-tag-7:before {
    content: '\efc3';
}
/* '' */
.icon-reply-4:before {
    content: '\efc4';
}
/* '' */
.icon-reply-all-2:before {
    content: '\efc5';
}
/* '' */
.icon-forward-4:before {
    content: '\efc6';
}
/* '' */
.icon-code-3:before {
    content: '\efc7';
}
/* '' */
.icon-retweet-4:before {
    content: '\efc8';
}
/* '' */
.icon-comment-7:before {
    content: '\efc9';
}
/* '' */
.icon-comment-alt-2:before {
    content: '\efca';
}
/* '' */
.icon-chat-6:before {
    content: '\efcb';
}
/* '' */
.icon-attention-5:before {
    content: '\efcc';
}
/* '' */
.icon-location-8:before {
    content: '\efcd';
}
/* '' */
.icon-doc-8:before {
    content: '\efce';
}
/* '' */
.icon-docs-landscape:before {
    content: '\efcf';
}
/* '' */
.icon-folder-6:before {
    content: '\efd0';
}
/* '' */
.icon-archive-2:before {
    content: '\efd1';
}
/* '' */
.icon-rss-7:before {
    content: '\efd2';
}
/* '' */
.icon-rss-alt-1:before {
    content: '\efd3';
}
/* '' */
.icon-cog-7:before {
    content: '\efd4';
}
/* '' */
.icon-logout-3:before {
    content: '\efd5';
}
/* '' */
.icon-clock-8:before {
    content: '\efd6';
}
/* '' */
.icon-block-5:before {
    content: '\efd7';
}
/* '' */
.icon-resize-full-6:before {
    content: '\efd8';
}
/* '' */
.icon-resize-full-circle:before {
    content: '\efd9';
}
/* '' */
.icon-popup-5:before {
    content: '\efda';
}
/* '' */
.icon-left-open-5:before {
    content: '\efdb';
}
/* '' */
.icon-right-open-5:before {
    content: '\efdc';
}
/* '' */
.icon-down-circle-1:before {
    content: '\efdd';
}
/* '' */
.icon-left-circle-1:before {
    content: '\efde';
}
/* '' */
.icon-right-circle-1:before {
    content: '\efdf';
}
/* '' */
.icon-up-circle-1:before {
    content: '\efe0';
}
/* '' */
.icon-down-dir-3:before {
    content: '\efe1';
}
/* '' */
.icon-right-dir-3:before {
    content: '\efe2';
}
/* '' */
.icon-down-micro:before {
    content: '\efe3';
}
/* '' */
.icon-up-micro:before {
    content: '\efe4';
}
/* '' */
.icon-cw-circle:before {
    content: '\efe5';
}
/* '' */
.icon-arrows-cw-3:before {
    content: '\efe6';
}
/* '' */
.icon-updown-circle:before {
    content: '\efe7';
}
/* '' */
.icon-target-5:before {
    content: '\efe8';
}
/* '' */
.icon-signal-5:before {
    content: '\efe9';
}
/* '' */
.icon-progress-4:before {
    content: '\efea';
}
/* '' */
.icon-progress-5:before {
    content: '\efeb';
}
/* '' */
.icon-progress-6:before {
    content: '\efec';
}
/* '' */
.icon-progress-7:before {
    content: '\efed';
}
/* '' */
.icon-progress-8:before {
    content: '\efee';
}
/* '' */
.icon-progress-9:before {
    content: '\efef';
}
/* '' */
.icon-progress-10:before {
    content: '\eff0';
}
/* '' */
.icon-progress-11:before {
    content: '\eff1';
}
/* '' */
.icon-font-2:before {
    content: '\eff2';
}
/* '' */
.icon-list-4:before {
    content: '\eff3';
}
/* '' */
.icon-list-numbered-1:before {
    content: '\eff4';
}
/* '' */
.icon-indent-left-2:before {
    content: '\eff5';
}
/* '' */
.icon-indent-right-2:before {
    content: '\eff6';
}
/* '' */
.icon-cloud-8:before {
    content: '\eff7';
}
/* '' */
.icon-terminal-1:before {
    content: '\eff8';
}
/* '' */
.icon-facebook-rect-2:before {
    content: '\eff9';
}
/* '' */
.icon-twitter-bird-2:before {
    content: '\effa';
}
/* '' */
.icon-vimeo-rect-1:before {
    content: '\effb';
}
/* '' */
.icon-tumblr-rect-1:before {
    content: '\effc';
}
/* '' */
.icon-googleplus-rect-1:before {
    content: '\effd';
}
/* '' */
.icon-linkedin-rect-1:before {
    content: '\effe';
}
/* '' */
.icon-skype-6:before {
    content: '\efff';
}
/* '' */
.icon-vkontakte-rect-1:before {
    content: '\f000';
}
/* '' */
.icon-youtube-4:before {
    content: '\f001';
}
/* '' */
.icon-left-hand:before {
    content: '\e8cc';
}
/* '' */@font-face {
    font-family: 'Lato';
    font-style: normal;
    font-weight: 400;
    src: local('Lato Regular'), local('Lato-Regular'), url(../fonts/qIIYRU-oROkIk8vfvxw6QvesZW2xOQ-xsNqO47m55DA.woff) format('woff');
}
@font-face {
    font-family: 'Lato';
    font-style: normal;
    font-weight: 700;
    src: local('Lato Bold'), local('Lato-Bold'), url(/assets/qdgUG4U09HnJwhYI-uK18wLUuEpTyoUstqEm5AMlJo4-625911dcad08f7c4965f7276bf5e7f6d.woff) format('woff');
}
@font-face {
    font-family: 'Merriweather';
    font-style: normal;
    font-weight: 400;
    src: local('Merriweather'), url(/assets/RFda8w1V0eDZheqfcyQ4EKRDOzjiPcYnFooOUGCOsRk-baf6e5ab15128cc20553935205c4c261.woff) format('woff');
}
@font-face {
    font-family: 'Merriweather';
    font-style: normal;
    font-weight: 700;
    src: local('Merriweather Bold'), local('Merriweather-Bold'), url(/assets/ZvcMqxEwPfh2qDWBPxn6nhAPw1J91axKNXP_-QX9CC8-d41d0a7745ab9c1c881bf38b6803a1f0.woff) format('woff');
}
@font-face {
    font-family: "Source Sans Pro";
    src: local('Source Sans Pro'), local('Source-Sans-Pro'), url(../fonts/SourceSansPro-Regular.ttf) format('truetype');
}
@font-face {
    font-family: "Source Sans Pro Italic";
    src: local('Source Sans Pro Italic'), local('Source-Sans-Pro-Italic'), url(/assets/SourceSansPro-Italic-a6917e3fffdebd38079be56c44e2f264.ttf) format('truetype');
}
@font-face {
    font-family: "Source Sans Pro Semibold";
    src: local('Source Sans Pro Semibold'), local('Source-Sans-Pro-Semibold'), url(../fonts/SourceSansPro-Semibold.ttf) format('truetype');
}
@font-face {
    font-family: "Source Sans Pro Semibold Italic";
    src: local('Source Sans Pro Semibold Italic'), local('Source-Sans-Pro-Semibold-Italic'), url(/assets/SourceSansPro-SemiboldItalic-856696b2a2835e8f0115f98a7bf3b00a.ttf) format('truetype');
}
@font-face {
    font-family: "Bree Serif";
    src: local('Bree Serif'), local('Bree-Serif'), url(/assets/BreeSerif-Regular-0f20cc91466216bc2d6f8d5f459601df.ttf) format('truetype');
}
@font-face {
    font-family: "Source Sans Pro Light";
    src: local('Source Sans Pro Light'), local('Source-Sans-Pro-Light'), url(/assets/SourceSansPro-Light-b2eb729efd7ef66b7fc025bef4aee341.ttf) format('truetype');
}
@font-face {
    font-family: "Source Sans Pro Light Italic";
    src: local('Source Sans Pro Light Italic'), local('Source-Sans-Pro-Light-Italic'), url(/assets/SourceSansPro-LightItalic-80e7f533e4c24aad1eebd2190b7f42b8.ttf) format('truetype');
}
/* COLOURS */
/* LAYOUT */
/* FONT */
.bootstrap-switch {
    display: inline-block;
    cursor: pointer;
    border-radius: 4px;
    border: 1px solid;
    border-color: #aaaaaa;
    position: relative;
    text-align: left;
    overflow: hidden;
    line-height: 8px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    -o-user-select: none;
    user-select: none;
    vertical-align: middle;
    min-width: 100px;
    -webkit-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
}
.bootstrap-switch.bootstrap-switch-mini {
    min-width: 72px;
}
.bootstrap-switch.bootstrap-switch-mini > div > span,
.bootstrap-switch.bootstrap-switch-mini > div > label {
    padding-bottom: 4px;
    padding-top: 4px;
    font-size: 10px;
    line-height: 9px;
}
.bootstrap-switch.bootstrap-switch-mini .bootstrap-switch-mini-icons {
    height: 1.20em;
    line-height: 9px;
    vertical-align: text-top;
    text-align: center;
    transform: scale(0.6);
    margin-top: -1px;
    margin-bottom: -1px;
}
.bootstrap-switch.bootstrap-switch-small {
    min-width: 80px;
}
.bootstrap-switch.bootstrap-switch-small > div > span,
.bootstrap-switch.bootstrap-switch-small > div > label {
    padding-bottom: 3px;
    padding-top: 3px;
    font-size: 12px;
    line-height: 18px;
}
.bootstrap-switch.bootstrap-switch-large {
    min-width: 120px;
}
.bootstrap-switch.bootstrap-switch-large > div > span,
.bootstrap-switch.bootstrap-switch-large > div > label {
    padding-bottom: 9px;
    padding-top: 9px;
    font-size: 16px;
    line-height: normal;
}
.bootstrap-switch.bootstrap-switch-animate > div {
    -webkit-transition: margin-left 0.5s;
    transition: margin-left 0.5s;
}
.bootstrap-switch.bootstrap-switch-on > div {
    margin-left: 0%;
}
.bootstrap-switch.bootstrap-switch-on > div > label {
    border-bottom-right-radius: 3px;
    border-top-right-radius: 3px;
}
.bootstrap-switch.bootstrap-switch-off > div {
    margin-left: -50%;
}
.bootstrap-switch.bootstrap-switch-off > div > label {
    border-bottom-left-radius: 3px;
    border-top-left-radius: 3px;
}
.bootstrap-switch.bootstrap-switch-disabled,
.bootstrap-switch.bootstrap-switch-readonly {
    opacity: 0.5;
    filter: alpha(opacity=50);
    cursor: default !important;
}
.bootstrap-switch.bootstrap-switch-disabled > div > span,
.bootstrap-switch.bootstrap-switch-readonly > div > span,
.bootstrap-switch.bootstrap-switch-disabled > div > label,
.bootstrap-switch.bootstrap-switch-readonly > div > label {
    cursor: default !important;
}
.bootstrap-switch.bootstrap-switch-focused {
    border-color: #f39c12;
    outline: 0;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(243, 156, 18, 0.6);
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(243, 156, 18, 0.6);
}
.bootstrap-switch > div {
    display: inline-block;
    width: 150%;
    top: 0;
    border-radius: 4px;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}
.bootstrap-switch > div > span,
.bootstrap-switch > div > label {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    cursor: pointer;
    display: inline-block !important;
    height: 100%;
    padding-bottom: 4px;
    padding-top: 4px;
    font-size: 12px;
    line-height: 20px;
}
.bootstrap-switch > div > span {
    text-align: center;
    z-index: 1;
    width: 33.333333333%;
}
.bootstrap-switch > div > span.bootstrap-switch-handle-on {
    color: #f00;
    border-bottom-left-radius: 3px;
    border-top-left-radius: 3px;
}
.bootstrap-switch > div > span.bootstrap-switch-handle-off {
    color: #000;
    background: #e6e6e6;
    border-bottom-right-radius: 3px;
    border-top-right-radius: 3px;
}
.bootstrap-switch > div > span.bootstrap-switch-primary {
    color: #fff;
    background: #3498db;
}
.bootstrap-switch > div > span.bootstrap-switch-info {
    color: #fff;
    background: #f39c12;
}
.bootstrap-switch > div > span.bootstrap-switch-success {
    color: #fff;
    background: #87c854;
}
.bootstrap-switch > div > span.bootstrap-switch-warning {
    background: #df604e;
    color: #fff;
}
.bootstrap-switch > div > span.bootstrap-switch-danger {
    color: #fff;
    background: #e74c3c;
}
.bootstrap-switch > div > span.bootstrap-switch-default {
    color: #000;
    background: #e6e6e6;
}
.bootstrap-switch > div > label {
    text-align: center;
    margin-top: -1px;
    margin-bottom: -1px;
    z-index: 100;
    width: 33.333333333%;
    color: #ffffff;
    background: #aaaaaa;
}
.bootstrap-switch input[type='radio'],
.bootstrap-switch input[type='checkbox'] {
    position: absolute !important;
    top: 0;
    left: 0;
    opacity: 0;
    filter: alpha(opacity=0);
    z-index: -1;
}
/* Slider */
.slick-slider {
    position: relative;
    display: block;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -ms-touch-action: pan-y;
    touch-action: pan-y;
    -webkit-tap-highlight-color: transparent;
}
.slick-list {
    position: relative;
    overflow: hidden;
    display: block;
    margin: 0;
    padding: 0;
}
.slick-list:focus {
    outline: none;
}
.slick-list.dragging {
    cursor: pointer;
    cursor: hand;
}
.slick-slider .slick-list,
.slick-track,
.slick-slide,
.slick-slide img {
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    -o-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}
.slick-track {
    position: relative;
    left: 0;
    top: 0;
    display: block;
    zoom: 1;
}
.slick-track:before,
.slick-track:after {
    content: "";
    display: table;
}
.slick-track:after {
    clear: both;
}
.slick-loading .slick-track {
    visibility: hidden;
}
.slick-slide {
    float: left;
    height: 100%;
    min-height: 1px;
    display: none;
}
.slick-slide img {
    display: block;
}
.slick-slide.slick-loading img {
    display: none;
}
.slick-slide.dragging img {
    pointer-events: none;
}
.slick-initialized .slick-slide {
    display: block;
}
.slick-loading .slick-slide {
    visibility: hidden;
}
.slick-vertical .slick-slide {
    display: block;
    height: auto;
    border: 1px solid transparent;
}
/* Icons */
/* Arrows */
.slick-prev,
.slick-next {
    position: absolute;
    display: block;
    height: 20px;
    width: 20px;
    line-height: 0;
    font-size: 0;
    cursor: pointer;
    background: transparent;
    color: transparent;
    top: 50%;
    margin-top: -10px;
    padding: 0;
    border: none;
    outline: none;
}
.slick-prev:hover,
.slick-prev:focus,
.slick-next:hover,
.slick-next:focus {
    outline: none;
    background: transparent;
    color: transparent;
}
.slick-prev:hover:before,
.slick-prev:focus:before,
.slick-next:hover:before,
.slick-next:focus:before {
    opacity: 1;
}
.slick-prev.slick-disabled:before,
.slick-next.slick-disabled:before {
    opacity: 0.25;
}
.slick-prev:before,
.slick-next:before {
    font-family: "slick";
    font-size: 20px;
    line-height: 1;
    color: white;
    opacity: 0.75;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.slick-prev {
    left: -25px;
}
.slick-prev:before {
    content: "\2190";
}
.slick-next {
    right: -25px;
}
.slick-next:before {
    content: "\2192";
}
/* Dots */
.slick-slider {
    margin-bottom: 30px;
}
.slick-dots {
    position: absolute;
    bottom: -45px;
    list-style: none;
    display: block;
    text-align: center;
    padding: 0;
    width: 100%;
}
.slick-dots li {
    position: relative;
    display: inline-block;
    height: 20px;
    width: 20px;
    margin: 0 5px;
    padding: 0;
    cursor: pointer;
}
.slick-dots li button {
    border: 0;
    background: transparent;
    display: block;
    height: 20px;
    width: 20px;
    outline: none;
    line-height: 0;
    font-size: 0;
    color: transparent;
    padding: 5px;
    cursor: pointer;
}
.slick-dots li button:hover,
.slick-dots li button:focus {
    outline: none;
}
.slick-dots li button:hover:before,
.slick-dots li button:focus:before {
    opacity: 1;
}
.slick-dots li button:before {
    position: absolute;
    top: 0;
    left: 0;
    content: "\2022";
    width: 20px;
    height: 20px;
    font-family: "slick";
    font-size: 6px;
    line-height: 20px;
    text-align: center;
    color: black;
    opacity: 0.25;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.slick-dots li.slick-active button:before {
    color: black;
    opacity: 0.75;
}
[dir="rtl"] .slick-next {
    right: auto;
    left: -25px;
}
[dir="rtl"] .slick-next:before {
    content: "\2190";
}
[dir="rtl"] .slick-prev {
    right: -25px;
    left: auto;
}
[dir="rtl"] .slick-prev:before {
    content: "\2192";
}
[dir="rtl"] .slick-slide {
    float: right;
}
body {
    overflow: hidden;
    height: 100%;
}
.showcase-wrapper {
    overflow-y: auto;
    height: 100%;
}
div#wrap {
    overflow: hidden;
    padding-top: 60px;
    min-height: 100%;
    width: 100%;
    box-sizing: border-box;
    background: transparent;
}
div#wrap header.navbar {
    z-index: 10;
    margin-bottom: 0;
}
div#wrap article.showcase {
    overflow-x: hidden;
    overflow-y: auto;
    margin-bottom: 40px;
    padding: 20px;
}
div#wrap article.showcase a.create {
    margin-bottom: 10px;
}
div#wrap article.showcase table tbody tr.placeholder {
    display: none;
}
div#wrap article.showcase table tbody tr.placeholder:only-child {
    display: table-row;
    color: #808080;
}
div#wrap article.showcase table tbody tr.placeholder:only-child:hover {
    background: transparent;
}
div#wrap article.showcase table tbody .bootstrap-switch.bootstrap-switch-focused {
    border: 1px solid #bce8f1;
    box-shadow: inset 0 1px 1px #bce8f1, 0 0 8px #bce8f1;
}
div#wrap article.showcase table tfoot .number span {
    float: left;
}
div#wrap.composer {
    height: 100%;
    padding: 0;
}
div#wrap.composer div.search {
    margin-top: 125px;
}
div#wrap.presenter {
    width: 100%;
    height: 100%;
    padding: 0;
    margin: 0;
    overflow: hidden;
}
div#wrap.presenter article.showcase-show {
    width: 100%;
    height: 100%;
    overflow: hidden;
    padding: 0;
    background: transparent;
    border-radius: 0;
    margin-bottom: 0;
}
div#wrap.presenter article.showcase-show.error {
    color: #dee5ea;
}
div#wrap.presenter article.showcase-show iframe {
    width: 100%;
    height: 100%;
    border: none;
}
div#wrap.presenter article.showcase-show .error-message-container {
    display: block;
    margin: 0 auto;
    width: 100%;
    height: 100%;
    text-align: center;
    top: 30%;
    position: relative;
    font-family: 'Source Sans Pro';
    font-size: 30pt;
    text-shadow: 2px 2px 2px #ffffff;
}
div#wrap.presenter article.showcase-show .error-message-container .icon {
    color: #F38C16;
    text-shadow: none;
    margin-right: 15px;
}
.modal.composer {
    padding-top: 0;
}
div.container-fluid {
    width: 100%;
    min-height: 100%;
    padding: 60px 0 40px 0;
    overflow: hidden;
    box-sizing: border-box;
}
div.container-fluid div.operation-bar {
    padding: 10px;
    height: 50px;
}
div.container-fluid div.operation-bar .filters {
    display: block;
    width: 165px;
    margin: 0 auto;
    color: #333;
    font: 12px 'Source Sans Pro';
    line-height: 30px;
    text-transform: capitalize;
}
div.container-fluid div.operation-bar .filters .all-filter-container {
    display: inline-block;
    position: relative;
    height: 23px;
    margin-left: 5px;
    border-radius: 23px;
    text-align: center;
    font-family: 'Source Sans Pro Semibold';
    line-height: 22px;
}
div.container-fluid div.operation-bar .filters .all-filter-container:hover {
    background: #555;
}
div.container-fluid div.operation-bar .filters .all-filter-container:hover span {
    color: #ffffff;
}
div.container-fluid div.operation-bar .filters .all-filter-container span {
    display: inline-block;
    padding: 0 5px 0 12px;
    color: #333;
    cursor: pointer;
}
div.container-fluid div.operation-bar .filters .all-filter-container span .icon-down-open-mini {
    font-size: 15px;
    margin-left: 2px;
    vertical-align: middle;
}
div.container-fluid div.operation-bar .filters .all-filter-container .filter-panel {
    width: 113px;
    position: absolute;
    top: 0;
    left: 0;
    padding: 0px;
    z-index: 1010;
    border-radius: 11px;
    color: #ffffff;
    background: #555;
}
div.container-fluid div.operation-bar .filters .all-filter-container .filter-panel li {
    display: block;
    height: 25px;
    line-height: 22px;
    text-align: left;
}
div.container-fluid div.operation-bar .filters .all-filter-container .filter-panel li input {
    display: none;
}
div.container-fluid div.operation-bar .filters .all-filter-container .filter-panel li label {
    font-weight: normal;
    cursor: pointer;
    width: 100%;
    padding-left: 12px;
}
div.container-fluid div.operation-bar .filters .all-filter-container .filter-panel li label:before,
div.container-fluid div.operation-bar .filters .all-filter-container .filter-panel li label:after {
    display: none;
}
div.container-fluid div.operation-bar .filters .all-filter-container .filter-panel li .icon-down-open-mini {
    font-size: 15px;
    margin-left: 2px;
    vertical-align: middle;
}
div.container-fluid div.operation-bar .filters .all-filter-container .filter-panel li:first-child {
    border-radius: 11px 11px 0 0;
}
div.container-fluid div.operation-bar .filters .all-filter-container .filter-panel li:last-child {
    border-radius: 0 0 11px 11px;
}
div.container-fluid div.operation-bar .filters .all-filter-container .filter-panel li:hover {
    background: #82c1d3;
}
div.container-fluid div.operation-bar .search {
    display: block;
    margin-top: -30px;
    margin-right: -18px;
}
div.container-fluid div.operation-bar .search .search-form {
    position: relative;
    margin-right: 10px;
}
div.container-fluid div.operation-bar .search .search-form .search-submit {
    position: absolute;
    top: 5px;
    right: 5px;
    color: #999999;
}
div.container-fluid div.operation-bar .search .search-form .search-submit .icon-search:before {
    line-height: inherit;
}
div.container-fluid div.operation-bar .search .search-form .input-search {
    padding-left: 15px;
    font-family: 'Source Sans Pro';
    border: 1px solid none;
    border: none;
    border-radius: 30px;
    width: 30px;
    height: 30px;
}
div.container-fluid div.operation-bar .search .search-form .input-search.default-open-search {
    width: 150px;
}
div.container-fluid div.operation-bar .search .search-form .input-search:focus {
    outline: 0;
}
div.container-fluid div.operation-bar .search .search-form .input-search::-webkit-input-placeholder {
    padding-left: 5px;
    color: #999999;
    font: 12px 'Source Sans Pro Italic';
}
div.container-fluid #showcase-search {
    margin: 0px;
}
div.container-fluid div.showcase-list div.create-showcase {
    height: 50px;
    padding-left: 18px;
}
div.container-fluid div.showcase-list div.create-showcase a {
    height: 30px;
    border-radius: 30px;
    background: #87c854;
    margin-top: 10px;
    font-family: 'Source Sans Pro Semibold';
    line-height: 28px;
    padding: 0 15px;
}
div.container-fluid div.showcase-list ul.showcase-items {
    list-style: none;
    padding: 0 18px;
}
div.container-fluid div.showcase-list ul.showcase-items li.placeholder {
    display: none;
    background: #ffffff;
    padding-left: 15px;
    font-family: 'Source Sans Pro';
    line-height: 38px;
    border: 1px solid #ddd;
}
div.container-fluid div.showcase-list ul.showcase-items li.placeholder:only-child {
    display: block;
}
div.container-fluid div.showcase-list ul.showcase-items li.showcase-item {
    display: inline-block;
    width: 265px;
    height: 235px;
    margin: 0 23px 30px 0;
    background: #fff;
    border-radius: 5px;
    border: 1px #ddd solid;
}
div.container-fluid div.showcase-list ul.showcase-items li.showcase-item .showcase-title {
    height: 54px;
    padding: 7px 10px;
    overflow: hidden;
    word-wrap: break-word;
}
div.container-fluid div.showcase-list ul.showcase-items li.showcase-item .showcase-title .title-container {
    height: 40px;
    display: table;
}
div.container-fluid div.showcase-list ul.showcase-items li.showcase-item .showcase-title .title-container .title {
    display: table-cell;
    vertical-align: middle;
}
div.container-fluid div.showcase-list ul.showcase-items li.showcase-item .showcase-title .title-container .title span.highlight {
    display: inline-block;
    color: #e8654e;
}
div.container-fluid div.showcase-list ul.showcase-items li.showcase-item .showcase-title a {
    font: 15px 'Bree Serif';
    color: #383838;
}
div.container-fluid div.showcase-list ul.showcase-items li.showcase-item .content-container {
    position: relative;
    display: block;
    overflow: hidden;
    width: 263px;
    height: 143px;
}
div.container-fluid div.showcase-list ul.showcase-items li.showcase-item .content-container .content-card {
    display: block;
}
div.container-fluid div.showcase-list ul.showcase-items li.showcase-item .content-container .content-card:hover {
    cursor: pointer;
}
div.container-fluid div.showcase-list ul.showcase-items li.showcase-item .content-container .content-card:hover .showcase-content-media {
    opacity: 0.10;
    -webkit-transition: opacity 0.2s;
    -moz-transition: opacity 0.2s;
}
div.container-fluid div.showcase-list ul.showcase-items li.showcase-item .content-container .content-card:hover .showcase-content {
    opacity: 1;
    top: 0px;
    position: absolute;
}
div.container-fluid div.showcase-list ul.showcase-items li.showcase-item .content-container .content-card .showcase-content-media {
    position: relative;
    width: 263px;
    height: 143px;
    overflow: hidden;
}
div.container-fluid div.showcase-list ul.showcase-items li.showcase-item .content-container .content-card .showcase-content-media .default-showcase-img {
    width: 263px;
}
div.container-fluid div.showcase-list ul.showcase-items li.showcase-item .content-container .content-card .showcase-content-media .video-duration {
    position: absolute;
    bottom: 0px;
    right: 0px;
    background: #444;
    color: #ffffff;
    font: 12px/14px 'Source Sans Pro Semibold';
    padding: 2px 6px 2px 5px;
    text-align: right;
    width: 54px;
    height: 20px;
    border: 1px solid #444444;
    border-radius: 4px;
}
div.container-fluid div.showcase-list ul.showcase-items li.showcase-item .content-container .content-card .showcase-content-media .video-duration .icon {
    position: absolute;
    font-size: 9px;
    left: 5px;
}
div.container-fluid div.showcase-list ul.showcase-items li.showcase-item .content-container .content-card .showcase-content {
    width: 263px;
    height: 143px;
    overflow: hidden;
    padding: 12px 10px;
    border-top: 1px #ddd solid;
    border-bottom: 1px #ddd solid;
}
div.container-fluid div.showcase-list ul.showcase-items li.showcase-item .content-container .content-card .showcase-content * {
    font: 12px/17px 'Bree Serif';
    color: #666;
}
div.container-fluid div.showcase-list ul.showcase-items li.showcase-item .content-container .content-card .showcase-content .create-time {
    font: 12px 'Source Sans Pro Italic';
    color: #777;
}
div.container-fluid div.showcase-list ul.showcase-items li.showcase-item .content-container .content-card .showcase-content .text {
    margin: 6px 0 0 0;
}
div.container-fluid div.showcase-list ul.showcase-items li.showcase-item .content-container .content-card .showcase-content span.highlight {
    display: inline-block;
    color: #e8654e;
}
div.container-fluid div.showcase-list ul.showcase-items li.showcase-item .showcase-info {
    width: 263px;
    height: 35px;
    padding: 0 10px;
    background: #f4f8fb;
    border-radius: 0 0 4px 4px;
}
div.container-fluid div.showcase-list ul.showcase-items li.showcase-item .showcase-info span {
    font: 12px 'Source Sans Pro';
    color: #777;
}
div.container-fluid div.showcase-list ul.showcase-items li.showcase-item .showcase-info .icon {
    display: inline-block;
    margin: 10px 0 0 0;
}
div.container-fluid div.showcase-list ul.showcase-items li.showcase-item .showcase-info .showcase-state {
    width: 100px;
    display: inline-block;
}
div.container-fluid div.showcase-list ul.showcase-items li.showcase-item .showcase-info .showcase-state .icon-eye-3 {
    color: #87c754;
}
div.container-fluid div.showcase-list ul.showcase-items li.showcase-item .showcase-info .showcase-state .icon-lock {
    color: #eea14b;
}
div.container-fluid div.showcase-list ul.showcase-items li.showcase-item .showcase-info .action {
    color: #3b94c7;
    float: right;
    font: 12px 'Source Sans Pro';
    margin-left: 10px;
    display: none;
}
div.container-fluid div.showcase-list ul.showcase-items li.showcase-item:hover .showcase-info .action {
    display: block;
}
div.container-fluid div.showcase-list ul.showcase-items .switch-content .showcase-content-media {
    display: none;
}
div.container-fluid div.showcase-list ul.showcase-items .switch-content .showcase-content {
    display: block !important;
}
.modal.delete-showcase .modal-header {
    background: #f2f2f2;
    border-radius: 4px 4px 0 0;
}
.modal.delete-showcase .modal-dialog .modal-content {
    left: 50%;
    margin: 13% 0 0 -225px;
    width: 450px;
    height: 200px;
}
.modal.delete-showcase .modal-dialog .modal-content .modal-footer {
    background: white;
    border: none;
    margin-top: 55px;
}
.modal.delete-showcase .modal-dialog .modal-content .modal-title {
    color: #000;
    font: 15px 'Source Sans Pro Semibold';
}
.modal.delete-showcase .modal-dialog .modal-content .modal-body {
    padding: 0;
    margin: 40px 0;
    text-align: center;
}
.modal.delete-showcase .modal-dialog .modal-content .modal-body span {
    color: #000;
    font: 14px 'Source Sans Pro';
}
.modal.delete-showcase .modal-dialog .modal-content .modal-body .error {
    height: 30px;
    width: 100%;
    display: block;
    color: #ea6449;
    line-height: 30px;
}
.modal.delete-showcase .modal-dialog .modal-content .modal-body .form-group {
    margin-top: 10px;
}
.menu-container {
    display: -webkit-box;
    display: -moz-box;
    width: 100%;
}
.menu-container .left-menu-container {
    -webkit-box-flex: 8.0;
    -moz-box-flex: 8.0;
}
.menu-container .right-menu-container {
    -webkit-box-flex: 1;
    -moz-box-flex: 1;
    display: inline-block;
}
.modal-backdrop {
    z-index: 999999;
}
div#wrap div.row {
    padding: 60px 0 0 0;
    margin: 0;
    position: relative;
    overflow: hidden;
    width: 100%;
    height: 100%;
}
div#wrap div.row #showcase-editor {
    width: 100%;
    height: 100%;
    padding: 0;
    overflow-y: auto;
}
div#wrap div.row #showcase-editor .structure-container {
    max-width: 1190px;
    min-width: 960px;
    margin: 0 auto;
    position: relative;
    padding: 0;
}
div#wrap div.row #showcase-editor .structure-container:before,
div#wrap div.row #showcase-editor .structure-container:after {
    content: " ";
    /* 1 */

    display: table;
    /* 2 */

}
div#wrap div.row #showcase-editor .structure-container:after {
    clear: both;
}
div#wrap div.row #showcase-editor .structure-container:before,
div#wrap div.row #showcase-editor .structure-container:after {
    content: " ";
    /* 1 */

    display: table;
    /* 2 */

}
div#wrap div.row #showcase-editor .structure-container:after {
    clear: both;
}
div#wrap div.row #showcase-editor .structure-container > .content {
    padding: 35px 0 0 100px;
}
@media all and (max-width: 1280px) {
    div#wrap div.row #showcase-editor .structure-container {
        margin-left: 50px;
    }
}
.create-page-container {
    display: block !important;
    position: relative;
}
.create-page-container .page-list-indicator {
    position: fixed;
    top: 60px;
    bottom: 0;
    left: 0;
    width: 40px;
    background: #555;
    font-size: 18px;
}
.create-page-container .page-list-indicator .page-order-list li {
    font-size: 12px;
    text-align: center;
    padding-top: 8px;
    padding-bottom: 7px;
    width: 40px;
    height: 30px;
}
.create-page-container .page-list-indicator .page-order-list li i {
    display: inline-block;
    width: 10px;
    height: 10px;
    border-radius: 10px;
    background: #383838;
}
.create-page-container .page-list-indicator .page-order-list li:hover {
    cursor: pointer;
}
.create-page-container .page-list-indicator .page-order-list li.active-page-tab i {
    background: #82c1d3;
    color: #ffffff;
}
.create-page-container .page-list-indicator .open-create-bar {
    display: block;
    width: 40px;
    height: 40px;
    border-bottom: solid 1px #383838;
    padding-top: 8px;
    text-align: center;
    font-size: 18px;
}
.create-page-container .page-list-indicator .open-create-bar a {
    color: #ddd;
}
.create-page-container .page-list-indicator .add-page {
    display: block;
    font-size: 18px;
    height: 35px;
    width: 40px;
    text-align: center;
    padding-top: 10px;
    margin-bottom: 7px;
}
.create-page-container .page-list-indicator .add-page a {
    color: white;
}
.create-page-container .page-list {
    position: fixed;
    top: 60px;
    bottom: 0;
    left: 0;
    width: 220px;
    background: #555;
    margin-left: -220px;
    box-shadow: 0 0 2px 2px rgba(56, 56, 56, 0.5);
    transition: margin ease 0.5s;
    z-index: 100020;
}
.create-page-container .page-list.page-list-container {
    transition: margin ease 0.5s;
}
.create-page-container .page-list:hover {
    margin-left: 0;
}
.create-page-container .page-list .page-order-list li {
    border-bottom: solid 1px #aad5e1;
    min-height: 55px;
    font-family: 'Source Sans Pro Semibold';
    color: #aad5e1;
    padding-left: 10px;
    background: #555;
}
.create-page-container .page-list .page-order-list li:first-child {
    border-top: solid 1px #aad5e1;
}
.create-page-container .page-list .page-order-list li:only-child .page-tab .default-mode .remove-page {
    color: #999;
}
.create-page-container .page-list .page-order-list li.active-page-tab {
    background: #82c1d3;
    color: #ffffff;
}
.create-page-container .page-list .page-order-list li:hover {
    cursor: pointer;
}
.create-page-container .page-list .page-order-list li:hover .page-tab .default-mode {
    display: block;
}
.create-page-container .page-list .page-order-list li .page-tab span.title {
    line-height: 53px;
    float: left;
}
.create-page-container .page-list .page-order-list li .page-tab input.edit-title {
    margin-top: 7px;
    width: 140px;
    height: 35px;
    float: left;
}
.create-page-container .page-list .page-order-list li .page-tab > div {
    font-size: 18px;
    line-height: 50px;
    margin-left: 150px;
}
.create-page-container .page-list .page-order-list li .page-tab div.default-mode {
    display: none;
}
.create-page-container .page-list .page-order-list li .popover {
    width: 200px;
    background: #555;
    z-index: -1;
}
.create-page-container .page-list .page-order-list li .popover.fade.in {
    z-index: 1010;
}
.create-page-container .page-list .page-order-list li .popover.right .arrow {
    top: 50%;
}
.create-page-container .page-list .page-order-list li .popover.right .arrow:after {
    border-right-color: #555;
}
.create-page-container .page-list .page-order-list li .popover .popover-content {
    font-size: 14px;
    color: #ffffff;
}
.create-page-container .page-list .page-order-list li .popover .popover-content .content {
    vertical-align: middle;
}
.create-page-container .page-list .page-order-list li .popover .popover-content .button {
    color: #ffffff;
    border-radius: 30px;
    background: #ea6449;
    padding: 0px 15px;
    line-height: 28px;
    margin-left: 9px;
}
.create-page-container .page-list .add-page {
    display: inline-block;
    text-align: center;
    font-family: 'Source Sans Pro Semibold';
    height: 50px;
    padding-top: 11px;
    padding-left: 5px;
}
.create-page-container .page-list .add-page a {
    font-size: 14px;
    color: white;
}
.create-page-container .page-list .add-page a i.icon {
    font-size: 18px;
}
div#wrap header.section-composer-toolbar {
    padding: 13px 6px;
    height: auto;
    background: #383838;
}
div#wrap header.section-composer-toolbar > form {
    max-width: 1190px;
    min-width: 960px;
    margin: 0 auto;
}
div#wrap header.section-composer-toolbar .title {
    width: 470px;
    float: left;
    margin: 0;
}
div#wrap header.section-composer-toolbar .title > input.form-control {
    margin: 0;
}
div#wrap header.section-composer-toolbar .help-block {
    float: left;
    position: relative;
    height: 20px;
    line-height: 20px;
    margin: 0;
    display: none;
    top: 8px;
}
div#wrap header.section-composer-toolbar .has-error .help-block {
    display: block;
}
div#wrap header.section-composer-toolbar .preview-button {
    width: 34px;
    height: 34px;
    border-radius: 0;
    border-top-right-radius: 4px;
    border-bottom-right-radius: 4px;
    float: left;
    margin: 0 0 0 -3px;
    padding: 5px 12px;
    color: #383838;
}
div#wrap header.section-composer-toolbar .preview-button i {
    position: relative;
    left: -5px;
    vertical-align: middle;
}
div#wrap header.section-composer-toolbar .preview-button span {
    vertical-align: middle;
    font-size: 14px;
}
div#wrap header.section-composer-toolbar .theme-button {
    position: absolute;
    top: -4px;
    cursor: pointer;
    z-index: 1000020;
    display: inline-block;
    margin-left: 20px;
}
div#wrap header.section-composer-toolbar .theme-button .sidelines > div {
    border-left: 1px solid #ffffff;
    height: 20px;
    width: 1px;
    transform: rotate(30deg);
    -webkit-transform: rotate(30deg);
    top: -2px;
    left: 12px;
    position: relative;
    float: left;
}
div#wrap header.section-composer-toolbar .theme-button .sidelines > div:last-child {
    transform: rotate(-30deg);
    -webkit-transform: rotate(-30deg);
    left: 26px;
}
div#wrap header.section-composer-toolbar .theme-button > div:last-child {
    width: 40px;
    height: 40px;
    text-align: center;
    top: -9px;
    position: relative;
    border-radius: 50%;
    border: 3px solid #3b94c7;
    font-size: 11px;
    line-height: 35px;
    color: #383838;
    background: #ffffff;
}
div#wrap header.section-composer-toolbar .save-and-cancel-buttons {
    float: right;
}
div#wrap header.section-composer-toolbar .save-and-cancel-buttons > a {
    padding: 0px 15px;
    font-size: 14px;
}
.showcase-themes-wrapper {
    position: fixed;
    top: 0;
    left: 0;
    background: #383838;
    padding: 15px 250px 10px 50px;
    overflow: hidden;
    z-index: 1000070;
    display: none;
    color: #ffffff;
    min-width: 960px;
    width: 100%;
    height: 110px;
}
.showcase-themes-wrapper .slider .theme {
    width: 120px;
    height: 80px;
    margin: 0 10px;
    border-radius: 5px;
    cursor: pointer;
}
.showcase-themes-wrapper .slider .theme.active {
    border: 2px solid #3b94c7;
}
.showcase-themes-wrapper .slider .theme .theme-title {
    position: absolute;
    bottom: -22px;
    height: 20px;
    background: rgba(56, 56, 56, 0.6);
    width: 100%;
    display: block;
    padding-left: 20px;
}
.showcase-themes-wrapper .slider .theme:hover .theme-title {
    bottom: 0;
    transition: all 0.5s;
}
.showcase-themes-wrapper .slider .theme.th1 {
    background: url(../image/theme-rainbow.jpg) no-repeat;
}
.showcase-themes-wrapper .slider .theme.th2 {
    background: #87c854;
}
.showcase-themes-wrapper .slider .theme.th3 {
    background: #a3a3a3;
}
.showcase-themes-wrapper .slider .theme.th4 {
    background: #ea6449;
}
.showcase-themes-wrapper .slider .theme.th5 {
    background: #eea04b;
}
.showcase-themes-wrapper .slider .slick-prev:before {
    content: '\e8b7';
    font-family: fontello;
}
.showcase-themes-wrapper .slider .slick-next:before {
    content: '\e8b8';
    font-family: fontello;
}
.showcase-themes-wrapper .save-and-cancel-buttons {
    margin-top: 15px;
    position: absolute;
    right: 30px;
    top: 28px;
}
.showcase-themes-wrapper .save-and-cancel-buttons > a {
    padding: 0px 15px;
}
#showcase-theme-modal {
    z-index: 1000060;
}
#showcase-theme-modal.theme-preview {
    margin-top: 110px;
}
#showcase-theme-modal.showcase-preview .close-button {
    position: absolute;
    top: 10px;
    right: 7px;
    width: 42px;
    height: 38px;
    cursor: pointer;
}
#showcase-theme-modal.showcase-preview .close-button:before {
    content: '';
    width: 2px;
    background: rgba(0, 0, 0, 0.2);
    display: block;
    height: 100%;
    transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    float: left;
    position: relative;
    left: 18px;
}
#showcase-theme-modal.showcase-preview .close-button:after {
    content: '';
    width: 2px;
    background: rgba(0, 0, 0, 0.2);
    display: block;
    height: 100%;
    transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
    position: relative;
    left: 18px;
}
#showcase-theme-modal.showcase-preview .close-button:hover:before,
#showcase-theme-modal.showcase-preview .close-button:hover:after {
    background: rgba(0, 0, 0, 0.5);
}
#showcase-theme-modal .modal-content {
    box-shadow: none;
    transition: none;
    transform: initial;
}
#showcase-theme-modal iframe {
    width: 100%;
    height: 100%;
    border: none;
}
div#wrap .section-block .section-column {
    display: table-cell;
    border-radius: 4px;
    min-height: 350px;
    transition: all 0.3s ease;
    height: 350px;
    vertical-align: top;
}
div.modal.insert-multimedia-modal .modal-dialog .modal-content,
div.modal.insert-resource-attachment-modal .modal-dialog .modal-content {
    width: 66%;
    margin-left: 27%;
    border-radius: 6px;
}
div.modal.insert-multimedia-modal .modal-dialog .modal-content .modal-body,
div.modal.insert-resource-attachment-modal .modal-dialog .modal-content .modal-body {
    padding: 0;
}
div.modal.insert-multimedia-modal .modal-dialog .modal-content .modal-body .choose-list,
div.modal.insert-resource-attachment-modal .modal-dialog .modal-content .modal-body .choose-list {
    float: left;
    width: 27%;
    height: 400px;
    border-right: 1px solid #ddd;
    border-bottom: 1px solid #dddddd;
}
div.modal.insert-multimedia-modal .modal-dialog .modal-content .modal-body .choose-list .list-group,
div.modal.insert-resource-attachment-modal .modal-dialog .modal-content .modal-body .choose-list .list-group {
    padding: 0;
}
div.modal.insert-multimedia-modal .modal-dialog .modal-content .modal-body .choose-list .list-group .list-group-item,
div.modal.insert-resource-attachment-modal .modal-dialog .modal-content .modal-body .choose-list .list-group .list-group-item {
    border: none;
    border-radius: 0;
    text-align: right;
}
div.modal.insert-multimedia-modal .modal-dialog .modal-content .modal-body .choose-list .list-group .list-group-item.active,
div.modal.insert-resource-attachment-modal .modal-dialog .modal-content .modal-body .choose-list .list-group .list-group-item.active {
    background-color: #82c1d3;
    border-color: #82c1d3;
}
div.modal.insert-multimedia-modal .modal-dialog .modal-content .modal-body .choose-content,
div.modal.insert-resource-attachment-modal .modal-dialog .modal-content .modal-body .choose-content {
    float: right;
    width: 73%;
    padding-left: 15px;
    padding-top: 0;
    height: 400px;
    border-bottom: 1px solid #dddddd;
    overflow: hidden;
}
div.modal.insert-multimedia-modal .modal-dialog .modal-content .modal-body .choose-content div.insert-youtube div.link input,
div.modal.insert-resource-attachment-modal .modal-dialog .modal-content .modal-body .choose-content div.insert-youtube div.link input {
    max-width: 400px;
}
div.modal.insert-multimedia-modal .modal-dialog .modal-content .modal-body .choose-content div.insert-youtube .player .cover,
div.modal.insert-resource-attachment-modal .modal-dialog .modal-content .modal-body .choose-content div.insert-youtube .player .cover {
    z-index: 1;
}
div.modal.insert-multimedia-modal .modal-dialog .modal-content .modal-body .choose-content .insert-image .choose-field .choose-item input[type=radio]:checked + label:before,
div.modal.insert-resource-attachment-modal .modal-dialog .modal-content .modal-body .choose-content .insert-image .choose-field .choose-item input[type=radio]:checked + label:before {
    background: #3b94c3;
}
div.modal.insert-multimedia-modal .modal-dialog .modal-content .modal-body .choose-content .insert-image .upload-field label,
div.modal.insert-resource-attachment-modal .modal-dialog .modal-content .modal-body .choose-content .insert-image .upload-field label {
    padding: 5px 15px;
    margin: 0;
}
div.modal.insert-multimedia-modal .modal-dialog .modal-content .modal-body .choose-content .insert-image .upload-field .btn-success,
div.modal.insert-resource-attachment-modal .modal-dialog .modal-content .modal-body .choose-content .insert-image .upload-field .btn-success {
    background-color: #3b94c7;
    border-color: #3b94c7;
    border-radius: 30px;
}
div.modal.insert-multimedia-modal .modal-dialog .modal-content .modal-body .choose-content .attachment-list table td,
div.modal.insert-resource-attachment-modal .modal-dialog .modal-content .modal-body .choose-content .attachment-list table td {
    padding: 13px 0 13px 8px;
    vertical-align: middle;
}
div.modal.insert-multimedia-modal .modal-dialog .modal-content .modal-body .choose-content .attachment-list table td .label-placeholder,
div.modal.insert-resource-attachment-modal .modal-dialog .modal-content .modal-body .choose-content .attachment-list table td .label-placeholder {
    margin-top: 0px;
    margin-bottom: 0px;
    vertical-align: middle;
}
div.modal.insert-multimedia-modal .modal-dialog .modal-content .modal-footer,
div.modal.insert-resource-attachment-modal .modal-dialog .modal-content .modal-footer {
    padding-top: 15px;
    padding-bottom: 15px;
}
div.modal.insert-resource-attachment-modal .modal-dialog .modal-content .modal-body .choose-content .dropbox.upload-container label {
    display: none;
}
div.modal.insert-resource-attachment-modal .modal-dialog .modal-content .modal-body .choose-content .dropbox.upload-container .submit-container input {
    display: none;
}
div.modal.insert-resource-attachment-modal .modal-dialog .modal-content .modal-body .choose-content .dropbox.upload-container .submit-container a {
    margin-top: 15px;
    background: #3b94c7;
    border-color: #3b94c7;
    color: #ffffff;
    border-radius: 30px;
    font-family: 'Source Sans Pro';
    height: 28px;
    line-height: 28px !important;
    padding: 0 19px 0 15px;
    font-size: 14px;
    font-weight: normal;
}
div.modal.insert-resource-attachment-modal .modal-dialog .modal-content .modal-body .choose-content .dropbox.upload-container .submit-container a span.dropin-btn-status {
    display: none;
}
div.modal.insert-resource-attachment-modal .modal-dialog .modal-content .modal-body .choose-content .primary-button {
    background-color: #3b94c7;
    border-color: #3b94c7;
    border-radius: 30px;
    font-family: 'Source Sans Pro';
}
div.modal.insert-resource-attachment-modal .modal-dialog .modal-content .modal-body .choose-content .upload-field {
    margin-top: 15px;
    display: inline-block;
}
div.modal.insert-resource-attachment-modal .modal-dialog .modal-content .modal-body .choose-content .tips {
    display: inline-block;
    margin-left: 10px;
    font-size: 12px;
}
#insert-user-info-modal .modal-body {
    padding: 25px 40px;
}
#insert-user-info-modal .modal-content {
    width: 600px;
    border-radius: 6px;
}
#insert-user-info-modal .modal-footer {
    padding: 10px 15px 35px;
}
#insert-user-info-modal .content-container {
    border: 1px solid #ddd;
    border-radius: 4px;
    padding: 25px 65px;
    position: relative;
    background: #fafafa;
}
#insert-user-info-modal .content-container h4 {
    position: absolute;
    top: -8px;
    left: 15px;
    background: #ffffff;
    font-size: 14px;
    padding: 0 3px;
    border-radius: 80px;
}
#insert-user-info-modal .content-container > div {
    margin-bottom: 15px;
}
#insert-user-info-modal .content-container > div label.user-name:after {
    color: #dbdbdb;
}
#insert-user-info-modal .content-container > div label.field-label {
    display: inline-block;
    width: 135px;
    text-align: left;
    margin-right: 30px;
}
#insert-user-info-modal .content-container > div:last-child {
    margin-bottom: 0px;
}
#insert-user-info-modal .content-container input[type=checkbox] + label {
    vertical-align: middle;
}
#insert-user-info-modal .sync-option {
    margin: 15px 0 0 20px;
}
#insert-user-info-modal .sync-option label {
    vertical-align: middle;
}
div.modal.insert-timeline-gallery-modal .modal-dialog .modal-content {
    margin: 9% 0 0 25%;
    width: 935px;
}
div.modal.insert-timeline-gallery-modal .modal-dialog .modal-content .modal-body {
    height: 432px;
    overflow: hidden;
    padding: 20px 30px 0 30px;
    font-size: 14px;
    color: #383838;
    font-family: 'Source Sans Pro';
}
div.modal.insert-timeline-gallery-modal .modal-dialog .modal-content .modal-body .operation-bar {
    opacity: 1;
    width: 438px;
    padding: 0px;
}
div.modal.insert-timeline-gallery-modal .modal-dialog .modal-content .modal-body .operation-bar .filters {
    position: relative;
    float: left;
    bottom: 10px;
    width: 165px;
    color: #333;
    font: 12px 'Source Sans Pro';
    line-height: 30px;
}
div.modal.insert-timeline-gallery-modal .modal-dialog .modal-content .modal-body .operation-bar .filters .all-filter-container {
    display: inline-block;
    position: relative;
    height: 23px;
    margin-left: 5px;
    font-family: 'Source Sans Pro Semibold';
    border-radius: 23px;
    text-align: center;
    line-height: 22px;
}
div.modal.insert-timeline-gallery-modal .modal-dialog .modal-content .modal-body .operation-bar .filters .all-filter-container:hover {
    background: #555;
}
div.modal.insert-timeline-gallery-modal .modal-dialog .modal-content .modal-body .operation-bar .filters .all-filter-container:hover span {
    color: #ffffff;
}
div.modal.insert-timeline-gallery-modal .modal-dialog .modal-content .modal-body .operation-bar .filters .all-filter-container span {
    display: inline-block;
    padding: 0 5px 0 12px;
    color: #333;
    cursor: pointer;
}
div.modal.insert-timeline-gallery-modal .modal-dialog .modal-content .modal-body .operation-bar .filters .all-filter-container span .icon-down-open-mini {
    font-size: 15px;
    margin-left: 2px;
    vertical-align: middle;
}
div.modal.insert-timeline-gallery-modal .modal-dialog .modal-content .modal-body .operation-bar .filters .all-filter-container ul {
    position: absolute;
    width: 113px;
    top: 0;
    left: 0;
    list-style: none;
    padding: 0px;
    z-index: 1010;
    border-radius: 11px;
    color: #ffffff;
    background: #555;
}
div.modal.insert-timeline-gallery-modal .modal-dialog .modal-content .modal-body .operation-bar .filters .all-filter-container ul li {
    display: block;
    text-align: left;
    height: 25px;
    line-height: 22px;
}
div.modal.insert-timeline-gallery-modal .modal-dialog .modal-content .modal-body .operation-bar .filters .all-filter-container ul li input {
    display: none;
}
div.modal.insert-timeline-gallery-modal .modal-dialog .modal-content .modal-body .operation-bar .filters .all-filter-container ul li label {
    font-weight: normal;
    cursor: pointer;
    width: 100%;
    padding-left: 12px;
}
div.modal.insert-timeline-gallery-modal .modal-dialog .modal-content .modal-body .operation-bar .filters .all-filter-container ul li label:before,
div.modal.insert-timeline-gallery-modal .modal-dialog .modal-content .modal-body .operation-bar .filters .all-filter-container ul li label:after {
    display: none;
}
div.modal.insert-timeline-gallery-modal .modal-dialog .modal-content .modal-body .operation-bar .filters .all-filter-container ul li .icon-down-open-mini {
    font-size: 15px;
    margin-left: 0px;
    vertical-align: middle;
}
div.modal.insert-timeline-gallery-modal .modal-dialog .modal-content .modal-body .operation-bar .filters .all-filter-container ul li:first-child {
    border-radius: 11px 11px 0 0;
}
div.modal.insert-timeline-gallery-modal .modal-dialog .modal-content .modal-body .operation-bar .filters .all-filter-container ul li:last-child {
    border-radius: 0 0 11px 11px;
}
div.modal.insert-timeline-gallery-modal .modal-dialog .modal-content .modal-body .operation-bar .filters .all-filter-container ul li:hover {
    background: #82c1d3;
}
div.modal.insert-timeline-gallery-modal .modal-dialog .modal-content .modal-body .operation-bar .search-form {
    position: relative;
    margin-right: 10px;
    float: right;
    bottom: 10px;
}
div.modal.insert-timeline-gallery-modal .modal-dialog .modal-content .modal-body .operation-bar .search-form .search-submit {
    position: absolute;
    top: 5px;
    right: 4px;
    color: #999999;
    font-size: 16px;
}
div.modal.insert-timeline-gallery-modal .modal-dialog .modal-content .modal-body .operation-bar .search-form .search-submit .icon-search:before {
    line-height: inherit;
}
div.modal.insert-timeline-gallery-modal .modal-dialog .modal-content .modal-body .operation-bar .search-form .input-search {
    padding-left: 13px;
    font-family: 'Source Sans Pro';
    border: 1px solid #999999;
    border-radius: 30px;
    width: 30px;
    height: 30px;
}
div.modal.insert-timeline-gallery-modal .modal-dialog .modal-content .modal-body .operation-bar .search-form .input-search.default-open-search {
    width: 150px;
}
div.modal.insert-timeline-gallery-modal .modal-dialog .modal-content .modal-body .operation-bar .search-form .input-search:focus {
    outline: 0;
}
div.modal.insert-timeline-gallery-modal .modal-dialog .modal-content .modal-body .operation-bar .search-form .input-search::-webkit-input-placeholder {
    padding-left: 5px;
    color: #999999;
    font: 12px 'Source Sans Pro Italic';
}
div.modal.insert-timeline-gallery-modal .modal-dialog .modal-content .modal-body div.choose-template {
    border: 1px #ddd solid;
    border-radius: 5px;
    padding: 10px 0 10px 10px;
    width: 428px;
    height: 363px;
    display: inline-block;
}
div.modal.insert-timeline-gallery-modal .modal-dialog .modal-content .modal-body div.choose-template ul {
    height: 340px;
    overflow-y: auto;
}
div.modal.insert-timeline-gallery-modal .modal-dialog .modal-content .modal-body div.choose-template ul .template {
    color: #383838;
    line-height: 28px;
}
div.modal.insert-timeline-gallery-modal .modal-dialog .modal-content .modal-body div.choose-template ul .template .all {
    display: inline-block;
    vertical-align: middle;
}
div.modal.insert-timeline-gallery-modal .modal-dialog .modal-content .modal-body div.choose-template ul .template .all .view-template {
    opacity: 0;
    margin-left: 10px;
    vertical-align: middle;
}
div.modal.insert-timeline-gallery-modal .modal-dialog .modal-content .modal-body div.choose-template ul .template .all .template-title {
    max-width: 320px;
    display: inline-block;
    vertical-align: middle;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}
div.modal.insert-timeline-gallery-modal .modal-dialog .modal-content .modal-body div.choose-template ul .template .all .template-title span.highlight {
    display: inline-block;
    color: #e8654e;
}
div.modal.insert-timeline-gallery-modal .modal-dialog .modal-content .modal-body div.choose-template ul .template .all:hover .view-template {
    opacity: 1;
}
@-moz-document url-prefix() {
    input[type=checkbox] + label {
        margin-top: 3px;
    }
}
div.modal.insert-timeline-gallery-modal .modal-dialog .modal-content .modal-body div.choose-template ul .template input[type=checkbox] + label {
    margin-right: -4px;
    height: 11px;
}
div.modal.insert-timeline-gallery-modal .modal-dialog .modal-content .modal-body div.choose-template ul .template input[type=checkbox] + label:before {
    border-color: #999999;
    left: 2px;
    top: 6px;
    width: 15px;
    height: 15px;
}
div.modal.insert-timeline-gallery-modal .modal-dialog .modal-content .modal-body div.choose-template ul .template input[type=checkbox]:checked + label:before {
    content: none;
}
div.modal.insert-timeline-gallery-modal .modal-dialog .modal-content .modal-body div.choose-template ul .template input[type=checkbox]:checked + label:after {
    color: #428bca;
    content: "\e91e";
    font-size: 18px;
    margin-top: 2px;
}
div.modal.insert-timeline-gallery-modal .modal-dialog .modal-content .modal-body div.choose-template ul .template input[type=checkbox]:checked + label + .all {
    color: #383838;
}
div.modal.insert-timeline-gallery-modal .modal-dialog .modal-content .modal-body div.select-template {
    width: 440px;
    display: inline-block;
    padding: 0 0 20px 40px;
    height: 363px;
    position: absolute;
    top: 55px;
}
div.modal.insert-timeline-gallery-modal .modal-dialog .modal-content .modal-body div.select-template .select-item {
    display: inline-block;
    font: 14px #383838 'Source Sans Pro';
}
div.modal.insert-timeline-gallery-modal .modal-dialog .modal-content .modal-body div.select-template .select-item .select-title {
    max-width: 261px;
    display: inline-block;
    vertical-align: middle;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}
div.modal.insert-timeline-gallery-modal .modal-dialog .modal-content .modal-body div.select-template .select-item .view-template,
div.modal.insert-timeline-gallery-modal .modal-dialog .modal-content .modal-body div.select-template .select-item .delete-template {
    opacity: 0;
    margin-left: 5px;
    vertical-align: middle;
    color: #428bca;
}
div.modal.insert-timeline-gallery-modal .modal-dialog .modal-content .modal-body div.select-template .select-item:hover .delete-template,
div.modal.insert-timeline-gallery-modal .modal-dialog .modal-content .modal-body div.select-template .select-item:hover .view-template {
    opacity: 1;
}
div.modal.insert-timeline-gallery-modal .modal-dialog .modal-content .modal-body div.select-template ul li {
    line-height: 28px;
}
div.modal.insert-timeline-gallery-modal .modal-dialog .modal-content .modal-body div.select-template ul li:before {
    content: '.';
    color: #383838;
    font-size: 18px;
    margin-right: 10px;
    position: relative;
    top: -3px;
}
div.modal.insert-timeline-gallery-modal .modal-dialog .modal-content .modal-footer .error-message {
    display: none;
    color: red;
}