@media (max-width: 767px) {
    .text-center-xs {
        text-align: center;
    }
}

@media (min-width: 768px) {
    .img-responsive-sm {
        display: block;
        height: auto;
        max-width: 100%;
    }
}

@media (max-width: 767px) {
    .no-mg-t-xs {
        margin-top: 0 !important;
    }
}

.no-mg-t {
    margin-top: 0 !important;
}

.no-mg-b {
    margin-bottom: 0 !important;
}

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

/*!
 *  Font Awesome 3.2.1
 *  the iconic font designed for Bootstrap
 *  ------------------------------------------------------------------------------
 *  The full suite of pictographic icons, examples, and documentation can be
 *  found at http://fontawesome.io.  Stay up to date on Twitter at
 *  http://twitter.com/fontawesome.
 *
 *  License
 *  ------------------------------------------------------------------------------
 *  - The Font Awesome font is licensed under SIL OFL 1.1 -
 *    http://scripts.sil.org/OFL
 *  - Font Awesome CSS, LESS, and SASS files are licensed under MIT License -
 *    http://opensource.org/licenses/mit-license.html
 *  - Font Awesome documentation licensed under CC BY 3.0 -
 *    http://creativecommons.org/licenses/by/3.0/
 *  - Attribution is no longer required in Font Awesome 3.0, but much appreciated:
 *    "Font Awesome by Dave Gandy - http://fontawesome.io"
 *
 *  Author - Dave Gandy
 *  ------------------------------------------------------------------------------
 *  Email: dave@fontawesome.io
 *  Twitter: http://twitter.com/davegandy
 *  Work: Lead Product Designer @ Kyruus - http://kyruus.com
 */
/* FONT PATH
 * -------------------------- */
@font-face {
    font-family: 'FontAwesome';
    src: url('../fonts/fontawesome-webfont.eot?v=3.2.1');
    src:
        url('../fonts/fontawesome-webfont.eot?#iefix&v=3.2.1')
            format('embedded-opentype'),
        url('../fonts/fontawesome-webfont.woff?v=3.2.1') format('woff'),
        url('../fonts/fontawesome-webfont.ttf?v=3.2.1') format('truetype'),
        url('../fonts/fontawesome-webfont.svg#fontawesomeregular?v=3.2.1')
            format('svg');
    font-weight: normal;
    font-style: normal;
}

/* FONT AWESOME CORE
 * -------------------------- */
[class^='icon-'],
[class*=' icon-'] {
    font-family: FontAwesome;
    font-weight: normal;
    font-style: normal;
    text-decoration: inherit;
    -webkit-font-smoothing: antialiased;
    *margin-right: 0.3em;
}

[class^='icon-']:before,
[class*=' icon-']:before {
    text-decoration: inherit;
    display: inline-block;
    speak: none;
}

/* makes the font 33% larger relative to the icon container */
.icon-large:before {
    vertical-align: -10%;
    font-size: 1.3333333333333333em;
}

/* makes sure icons active on rollover in links */
a [class^='icon-'],
a [class*=' icon-'] {
    display: inline;
}

/* increased font size for icon-large */
[class^='icon-'].icon-fixed-width,
[class*=' icon-'].icon-fixed-width {
    display: inline-block;
    width: 1.1428571428571428em;
    text-align: right;
    padding-right: 0.2857142857142857em;
}

[class^='icon-'].icon-fixed-width.icon-large,
[class*=' icon-'].icon-fixed-width.icon-large {
    width: 1.4285714285714286em;
}

.icons-ul {
    margin-left: 2.142857142857143em;
    list-style-type: none;
}

.icons-ul > li {
    position: relative;
}

.icons-ul .icon-li {
    position: absolute;
    left: -2.142857142857143em;
    width: 2.142857142857143em;
    text-align: center;
    line-height: inherit;
}

[class^='icon-'].hide,
[class*=' icon-'].hide {
    display: none;
}

.icon-muted {
    color: #eeeeee;
}

.icon-light {
    color: #ffffff;
}

.icon-dark {
    color: #333333;
}

.icon-border {
    border: solid 1px #eeeeee;
    padding: 0.2em 0.25em 0.15em;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
}

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

.icon-2x.icon-border {
    border-width: 2px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
}

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

.icon-3x.icon-border {
    border-width: 3px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
}

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

.icon-4x.icon-border {
    border-width: 4px;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px;
}

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

.icon-5x.icon-border {
    border-width: 5px;
    -webkit-border-radius: 7px;
    -moz-border-radius: 7px;
    border-radius: 7px;
}

.pull-right {
    float: right;
}

.pull-left {
    float: left;
}

[class^='icon-'].pull-left,
[class*=' icon-'].pull-left {
    margin-right: 0.3em;
}

[class^='icon-'].pull-right,
[class*=' icon-'].pull-right {
    margin-left: 0.3em;
}

/* BOOTSTRAP SPECIFIC CLASSES
 * -------------------------- */
/* Bootstrap 2.0 sprites.less reset */
[class^='icon-'],
[class*=' icon-'] {
    display: inline;
    width: auto;
    height: auto;
    line-height: normal;
    vertical-align: baseline;
    background-image: none;
    background-position: 0% 0%;
    background-repeat: repeat;
    margin-top: 0;
}

/* more sprites.less reset */
.icon-white,
.nav-pills > .active > a > [class^='icon-'],
.nav-pills > .active > a > [class*=' icon-'],
.nav-list > .active > a > [class^='icon-'],
.nav-list > .active > a > [class*=' icon-'],
.navbar-inverse .nav > .active > a > [class^='icon-'],
.navbar-inverse .nav > .active > a > [class*=' icon-'],
.dropdown-menu > li > a:hover > [class^='icon-'],
.dropdown-menu > li > a:hover > [class*=' icon-'],
.dropdown-menu > .active > a > [class^='icon-'],
.dropdown-menu > .active > a > [class*=' icon-'],
.dropdown-submenu:hover > a > [class^='icon-'],
.dropdown-submenu:hover > a > [class*=' icon-'] {
    background-image: none;
}

/* keeps Bootstrap styles with and without icons the same */
.btn [class^='icon-'].icon-large,
.nav [class^='icon-'].icon-large,
.btn [class*=' icon-'].icon-large,
.nav [class*=' icon-'].icon-large {
    line-height: 0.9em;
}

.btn [class^='icon-'].icon-spin,
.nav [class^='icon-'].icon-spin,
.btn [class*=' icon-'].icon-spin,
.nav [class*=' icon-'].icon-spin {
    display: inline-block;
}

.nav-tabs [class^='icon-'],
.nav-pills [class^='icon-'],
.nav-tabs [class*=' icon-'],
.nav-pills [class*=' icon-'],
.nav-tabs [class^='icon-'].icon-large,
.nav-pills [class^='icon-'].icon-large,
.nav-tabs [class*=' icon-'].icon-large,
.nav-pills [class*=' icon-'].icon-large {
    line-height: 0.9em;
}

.btn [class^='icon-'].pull-left.icon-2x,
.btn [class*=' icon-'].pull-left.icon-2x,
.btn [class^='icon-'].pull-right.icon-2x,
.btn [class*=' icon-'].pull-right.icon-2x {
    margin-top: 0.18em;
}

.btn [class^='icon-'].icon-spin.icon-large,
.btn [class*=' icon-'].icon-spin.icon-large {
    line-height: 0.8em;
}

.btn.btn-sm [class^='icon-'].pull-left.icon-2x,
.btn.btn-sm [class*=' icon-'].pull-left.icon-2x,
.btn.btn-sm [class^='icon-'].pull-right.icon-2x,
.btn.btn-sm [class*=' icon-'].pull-right.icon-2x {
    margin-top: 0.25em;
}

.btn.btn-lg [class^='icon-'],
.btn.btn-lg [class*=' icon-'] {
    margin-top: 0;
}

.btn.btn-lg [class^='icon-'].pull-left.icon-2x,
.btn.btn-lg [class*=' icon-'].pull-left.icon-2x,
.btn.btn-lg [class^='icon-'].pull-right.icon-2x,
.btn.btn-lg [class*=' icon-'].pull-right.icon-2x {
    margin-top: 0.05em;
}

.btn.btn-lg [class^='icon-'].pull-left.icon-2x,
.btn.btn-lg [class*=' icon-'].pull-left.icon-2x {
    margin-right: 0.2em;
}

.btn.btn-lg [class^='icon-'].pull-right.icon-2x,
.btn.btn-lg [class*=' icon-'].pull-right.icon-2x {
    margin-left: 0.2em;
}

/* Fixes alignment in nav lists */
.nav-list [class^='icon-'],
.nav-list [class*=' icon-'] {
    line-height: inherit;
}

/* EXTRAS
 * -------------------------- */
/* Stacked and layered icon */
.icon-stack {
    position: relative;
    display: inline-block;
    width: 2em;
    height: 2em;
    line-height: 2em;
    vertical-align: -35%;
}

.icon-stack [class^='icon-'],
.icon-stack [class*=' icon-'] {
    display: block;
    text-align: center;
    position: absolute;
    width: 100%;
    height: 100%;
    font-size: 1em;
    line-height: inherit;
    *line-height: 2em;
}

.icon-stack .icon-stack-base {
    font-size: 2em;
    *line-height: 1em;
}

/* Animated rotating icon */
.icon-spin {
    display: inline-block;
    -moz-animation: spin 2s infinite linear;
    -o-animation: spin 2s infinite linear;
    -webkit-animation: spin 2s infinite linear;
    animation: spin 2s infinite linear;
}

/* Prevent stack and spinners from being taken inline when inside a link */
a .icon-stack,
a .icon-spin {
    display: inline-block;
    text-decoration: none;
}

@-moz-keyframes spin {
    0% {
        -moz-transform: rotate(0deg);
    }

    100% {
        -moz-transform: rotate(359deg);
    }
}

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

    100% {
        -webkit-transform: rotate(359deg);
    }
}

@-o-keyframes spin {
    0% {
        -o-transform: rotate(0deg);
    }

    100% {
        -o-transform: rotate(359deg);
    }
}

@-ms-keyframes spin {
    0% {
        -ms-transform: rotate(0deg);
    }

    100% {
        -ms-transform: rotate(359deg);
    }
}

@keyframes spin {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(359deg);
    }
}

/* Icon rotations and mirroring */
.icon-rotate-90:before {
    -webkit-transform: rotate(90deg);
    -moz-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    -o-transform: rotate(90deg);
    transform: rotate(90deg);
    filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=1);
}

.icon-rotate-180:before {
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    transform: rotate(180deg);
    filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=2);
}

.icon-rotate-270:before {
    -webkit-transform: rotate(270deg);
    -moz-transform: rotate(270deg);
    -ms-transform: rotate(270deg);
    -o-transform: rotate(270deg);
    transform: rotate(270deg);
    filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=3);
}

.icon-flip-horizontal:before {
    -webkit-transform: scale(-1, 1);
    -moz-transform: scale(-1, 1);
    -ms-transform: scale(-1, 1);
    -o-transform: scale(-1, 1);
    transform: scale(-1, 1);
}

.icon-flip-vertical:before {
    -webkit-transform: scale(1, -1);
    -moz-transform: scale(1, -1);
    -ms-transform: scale(1, -1);
    -o-transform: scale(1, -1);
    transform: scale(1, -1);
}

/* ensure rotation occurs inside anchor tags */
a .icon-rotate-90:before,
a .icon-rotate-180:before,
a .icon-rotate-270:before,
a .icon-flip-horizontal:before,
a .icon-flip-vertical:before {
    display: inline-block;
}

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

.icon-music:before {
    content: '\f001';
}

.icon-search:before {
    content: '\f002';
}

.icon-envelope-alt:before {
    content: '\f003';
}

.icon-heart:before {
    content: '\f004';
}

.icon-star:before {
    content: '\f005';
}

.icon-star-empty:before {
    content: '\f006';
}

.icon-user:before {
    content: '\f007';
}

.icon-film:before {
    content: '\f008';
}

.icon-th-large:before {
    content: '\f009';
}

.icon-th:before {
    content: '\f00a';
}

.icon-th-list:before {
    content: '\f00b';
}

.icon-ok:before {
    content: '\f00c';
}

.icon-remove:before {
    content: '\f00d';
}

.icon-zoom-in:before {
    content: '\f00e';
}

.icon-zoom-out:before {
    content: '\f010';
}

.icon-power-off:before,
.icon-off:before {
    content: '\f011';
}

.icon-signal:before {
    content: '\f012';
}

.icon-gear:before,
.icon-cog:before {
    content: '\f013';
}

.icon-trash:before {
    content: '\f014';
}

.icon-home:before {
    content: '\f015';
}

.icon-file-alt:before {
    content: '\f016';
}

.icon-time:before {
    content: '\f017';
}

.icon-road:before {
    content: '\f018';
}

.icon-download-alt:before {
    content: '\f019';
}

.icon-download:before {
    content: '\f01a';
}

.icon-upload:before {
    content: '\f01b';
}

.icon-inbox:before {
    content: '\f01c';
}

.icon-play-circle:before {
    content: '\f01d';
}

.icon-rotate-right:before,
.icon-repeat:before {
    content: '\f01e';
}

.icon-refresh:before {
    content: '\f021';
}

.icon-list-alt:before {
    content: '\f022';
}

.icon-lock:before {
    content: '\f023';
}

.icon-flag:before {
    content: '\f024';
}

.icon-headphones:before {
    content: '\f025';
}

.icon-volume-off:before {
    content: '\f026';
}

.icon-volume-down:before {
    content: '\f027';
}

.icon-volume-up:before {
    content: '\f028';
}

.icon-qrcode:before {
    content: '\f029';
}

.icon-barcode:before {
    content: '\f02a';
}

.icon-tag:before {
    content: '\f02b';
}

.icon-tags:before {
    content: '\f02c';
}

.icon-book:before {
    content: '\f02d';
}

.icon-bookmark:before {
    content: '\f02e';
}

.icon-print:before {
    content: '\f02f';
}

.icon-camera:before {
    content: '\f030';
}

.icon-font:before {
    content: '\f031';
}

.icon-bold:before {
    content: '\f032';
}

.icon-italic:before {
    content: '\f033';
}

.icon-text-height:before {
    content: '\f034';
}

.icon-text-width:before {
    content: '\f035';
}

.icon-align-left:before {
    content: '\f036';
}

.icon-align-center:before {
    content: '\f037';
}

.icon-align-right:before {
    content: '\f038';
}

.icon-align-justify:before {
    content: '\f039';
}

.icon-list:before {
    content: '\f03a';
}

.icon-indent-left:before {
    content: '\f03b';
}

.icon-indent-right:before {
    content: '\f03c';
}

.icon-facetime-video:before {
    content: '\f03d';
}

.icon-picture:before {
    content: '\f03e';
}

.icon-pencil:before {
    content: '\f040';
}

.icon-map-marker:before {
    content: '\f041';
}

.icon-adjust:before {
    content: '\f042';
}

.icon-tint:before {
    content: '\f043';
}

.icon-edit:before {
    content: '\f044';
}

.icon-share:before {
    content: '\f045';
}

.icon-check:before {
    content: '\f046';
}

.icon-move:before {
    content: '\f047';
}

.icon-step-backward:before {
    content: '\f048';
}

.icon-fast-backward:before {
    content: '\f049';
}

.icon-backward:before {
    content: '\f04a';
}

.icon-play:before {
    content: '\f04b';
}

.icon-pause:before {
    content: '\f04c';
}

.icon-stop:before {
    content: '\f04d';
}

.icon-forward:before {
    content: '\f04e';
}

.icon-fast-forward:before {
    content: '\f050';
}

.icon-step-forward:before {
    content: '\f051';
}

.icon-eject:before {
    content: '\f052';
}

.icon-chevron-left:before {
    content: '\f053';
}

.icon-chevron-right:before {
    content: '\f054';
}

.icon-plus-sign:before {
    content: '\f055';
}

.icon-minus-sign:before {
    content: '\f056';
}

.icon-remove-sign:before {
    content: '\f057';
}

.icon-ok-sign:before {
    content: '\f058';
}

.icon-question-sign:before {
    content: '\f059';
}

.icon-info-sign:before {
    content: '\f05a';
}

.icon-screenshot:before {
    content: '\f05b';
}

.icon-remove-circle:before {
    content: '\f05c';
}

.icon-ok-circle:before {
    content: '\f05d';
}

.icon-ban-circle:before {
    content: '\f05e';
}

.icon-arrow-left:before {
    content: '\f060';
}

.icon-arrow-right:before {
    content: '\f061';
}

.icon-arrow-up:before {
    content: '\f062';
}

.icon-arrow-down:before {
    content: '\f063';
}

.icon-mail-forward:before,
.icon-share-alt:before {
    content: '\f064';
}

.icon-resize-full:before {
    content: '\f065';
}

.icon-resize-small:before {
    content: '\f066';
}

.icon-plus:before {
    content: '\f067';
}

.icon-minus:before {
    content: '\f068';
}

.icon-asterisk:before {
    content: '\f069';
}

.icon-exclamation-sign:before {
    content: '\f06a';
}

.icon-gift:before {
    content: '\f06b';
}

.icon-leaf:before {
    content: '\f06c';
}

.icon-fire:before {
    content: '\f06d';
}

.icon-eye-open:before {
    content: '\f06e';
}

.icon-eye-close:before {
    content: '\f070';
}

.icon-warning-sign:before {
    content: '\f071';
}

.icon-plane:before {
    content: '\f072';
}

.icon-calendar:before {
    content: '\f073';
}

.icon-random:before {
    content: '\f074';
}

.icon-comment:before {
    content: '\f075';
}

.icon-magnet:before {
    content: '\f076';
}

.icon-chevron-up:before {
    content: '\f077';
}

.icon-chevron-down:before {
    content: '\f078';
}

.icon-retweet:before {
    content: '\f079';
}

.icon-shopping-cart:before {
    content: '\f07a';
}

.icon-folder-close:before {
    content: '\f07b';
}

.icon-folder-open:before {
    content: '\f07c';
}

.icon-resize-vertical:before {
    content: '\f07d';
}

.icon-resize-horizontal:before {
    content: '\f07e';
}

.icon-bar-chart:before {
    content: '\f080';
}

.icon-twitter-sign:before {
    content: '\f081';
}

.icon-facebook-sign:before {
    content: '\f082';
}

.icon-camera-retro:before {
    content: '\f083';
}

.icon-key:before {
    content: '\f084';
}

.icon-gears:before,
.icon-cogs:before {
    content: '\f085';
}

.icon-comments:before {
    content: '\f086';
}

.icon-thumbs-up-alt:before {
    content: '\f087';
}

.icon-thumbs-down-alt:before {
    content: '\f088';
}

.icon-star-half:before {
    content: '\f089';
}

.icon-heart-empty:before {
    content: '\f08a';
}

.icon-signout:before {
    content: '\f08b';
}

.icon-linkedin-sign:before {
    content: '\f08c';
}

.icon-pushpin:before {
    content: '\f08d';
}

.icon-external-link:before {
    content: '\f08e';
}

.icon-signin:before {
    content: '\f090';
}

.icon-trophy:before {
    content: '\f091';
}

.icon-github-sign:before {
    content: '\f092';
}

.icon-upload-alt:before {
    content: '\f093';
}

.icon-lemon:before {
    content: '\f094';
}

.icon-phone:before {
    content: '\f095';
}

.icon-unchecked:before,
.icon-check-empty:before {
    content: '\f096';
}

.icon-bookmark-empty:before {
    content: '\f097';
}

.icon-phone-sign:before {
    content: '\f098';
}

.icon-twitter:before {
    content: '\f099';
}

.icon-facebook:before {
    content: '\f09a';
}

.icon-github:before {
    content: '\f09b';
}

.icon-unlock:before {
    content: '\f09c';
}

.icon-credit-card:before {
    content: '\f09d';
}

.icon-rss:before {
    content: '\f09e';
}

.icon-hdd:before {
    content: '\f0a0';
}

.icon-bullhorn:before {
    content: '\f0a1';
}

.icon-bell:before {
    content: '\f0a2';
}

.icon-certificate:before {
    content: '\f0a3';
}

.icon-hand-right:before {
    content: '\f0a4';
}

.icon-hand-left:before {
    content: '\f0a5';
}

.icon-hand-up:before {
    content: '\f0a6';
}

.icon-hand-down:before {
    content: '\f0a7';
}

.icon-circle-arrow-left:before {
    content: '\f0a8';
}

.icon-circle-arrow-right:before {
    content: '\f0a9';
}

.icon-circle-arrow-up:before {
    content: '\f0aa';
}

.icon-circle-arrow-down:before {
    content: '\f0ab';
}

.icon-globe:before {
    content: '\f0ac';
}

.icon-wrench:before {
    content: '\f0ad';
}

.icon-tasks:before {
    content: '\f0ae';
}

.icon-filter:before {
    content: '\f0b0';
}

.icon-briefcase:before {
    content: '\f0b1';
}

.icon-fullscreen:before {
    content: '\f0b2';
}

.icon-group:before {
    content: '\f0c0';
}

.icon-link:before {
    content: '\f0c1';
}

.icon-cloud:before {
    content: '\f0c2';
}

.icon-beaker:before {
    content: '\f0c3';
}

.icon-cut:before {
    content: '\f0c4';
}

.icon-copy:before {
    content: '\f0c5';
}

.icon-paperclip:before,
.icon-paper-clip:before {
    content: '\f0c6';
}

.icon-save:before {
    content: '\f0c7';
}

.icon-sign-blank:before {
    content: '\f0c8';
}

.icon-reorder:before {
    content: '\f0c9';
}

.icon-list-ul:before {
    content: '\f0ca';
}

.icon-list-ol:before {
    content: '\f0cb';
}

.icon-strikethrough:before {
    content: '\f0cc';
}

.icon-underline:before {
    content: '\f0cd';
}

.icon-table:before {
    content: '\f0ce';
}

.icon-magic:before {
    content: '\f0d0';
}

.icon-truck:before {
    content: '\f0d1';
}

.icon-pinterest:before {
    content: '\f0d2';
}

.icon-pinterest-sign:before {
    content: '\f0d3';
}

.icon-google-plus-sign:before {
    content: '\f0d4';
}

.icon-google-plus:before {
    content: '\f0d5';
}

.icon-money:before {
    content: '\f0d6';
}

.icon-caret-down:before {
    content: '\f0d7';
}

.icon-caret-up:before {
    content: '\f0d8';
}

.icon-caret-left:before {
    content: '\f0d9';
}

.icon-caret-right:before {
    content: '\f0da';
}

.icon-columns:before {
    content: '\f0db';
}

.icon-sort:before {
    content: '\f0dc';
}

.icon-sort-down:before {
    content: '\f0dd';
}

.icon-sort-up:before {
    content: '\f0de';
}

.icon-envelope:before {
    content: '\f0e0';
}

.icon-linkedin:before {
    content: '\f0e1';
}

.icon-rotate-left:before,
.icon-undo:before {
    content: '\f0e2';
}

.icon-legal:before {
    content: '\f0e3';
}

.icon-dashboard:before {
    content: '\f0e4';
}

.icon-comment-alt:before {
    content: '\f0e5';
}

.icon-comments-alt:before {
    content: '\f0e6';
}

.icon-bolt:before {
    content: '\f0e7';
}

.icon-sitemap:before {
    content: '\f0e8';
}

.icon-umbrella:before {
    content: '\f0e9';
}

.icon-paste:before {
    content: '\f0ea';
}

.icon-lightbulb:before {
    content: '\f0eb';
}

.icon-exchange:before {
    content: '\f0ec';
}

.icon-cloud-download:before {
    content: '\f0ed';
}

.icon-cloud-upload:before {
    content: '\f0ee';
}

.icon-user-md:before {
    content: '\f0f0';
}

.icon-stethoscope:before {
    content: '\f0f1';
}

.icon-suitcase:before {
    content: '\f0f2';
}

.icon-bell-alt:before {
    content: '\f0f3';
}

.icon-coffee:before {
    content: '\f0f4';
}

.icon-food:before {
    content: '\f0f5';
}

.icon-file-text-alt:before {
    content: '\f0f6';
}

.icon-building:before {
    content: '\f0f7';
}

.icon-hospital:before {
    content: '\f0f8';
}

.icon-ambulance:before {
    content: '\f0f9';
}

.icon-medkit:before {
    content: '\f0fa';
}

.icon-fighter-jet:before {
    content: '\f0fb';
}

.icon-beer:before {
    content: '\f0fc';
}

.icon-h-sign:before {
    content: '\f0fd';
}

.icon-plus-sign-alt:before {
    content: '\f0fe';
}

.icon-double-angle-left:before {
    content: '\f100';
}

.icon-double-angle-right:before {
    content: '\f101';
}

.icon-double-angle-up:before {
    content: '\f102';
}

.icon-double-angle-down:before {
    content: '\f103';
}

.icon-angle-left:before {
    content: '\f104';
}

.icon-angle-right:before {
    content: '\f105';
}

.icon-angle-up:before {
    content: '\f106';
}

.icon-angle-down:before {
    content: '\f107';
}

.icon-desktop:before {
    content: '\f108';
}

.icon-laptop:before {
    content: '\f109';
}

.icon-tablet:before {
    content: '\f10a';
}

.icon-mobile-phone:before {
    content: '\f10b';
}

.icon-circle-blank:before {
    content: '\f10c';
}

.icon-quote-left:before {
    content: '\f10d';
}

.icon-quote-right:before {
    content: '\f10e';
}

.icon-spinner:before {
    content: '\f110';
}

.icon-circle:before {
    content: '\f111';
}

.icon-mail-reply:before,
.icon-reply:before {
    content: '\f112';
}

.icon-github-alt:before {
    content: '\f113';
}

.icon-folder-close-alt:before {
    content: '\f114';
}

.icon-folder-open-alt:before {
    content: '\f115';
}

.icon-expand-alt:before {
    content: '\f116';
}

.icon-collapse-alt:before {
    content: '\f117';
}

.icon-smile:before {
    content: '\f118';
}

.icon-frown:before {
    content: '\f119';
}

.icon-meh:before {
    content: '\f11a';
}

.icon-gamepad:before {
    content: '\f11b';
}

.icon-keyboard:before {
    content: '\f11c';
}

.icon-flag-alt:before {
    content: '\f11d';
}

.icon-flag-checkered:before {
    content: '\f11e';
}

.icon-terminal:before {
    content: '\f120';
}

.icon-code:before {
    content: '\f121';
}

.icon-reply-all:before {
    content: '\f122';
}

.icon-mail-reply-all:before {
    content: '\f122';
}

.icon-star-half-full:before,
.icon-star-half-empty:before {
    content: '\f123';
}

.icon-location-arrow:before {
    content: '\f124';
}

.icon-crop:before {
    content: '\f125';
}

.icon-code-fork:before {
    content: '\f126';
}

.icon-unlink:before {
    content: '\f127';
}

.icon-question:before {
    content: '\f128';
}

.icon-info:before {
    content: '\f129';
}

.icon-exclamation:before {
    content: '\f12a';
}

.icon-superscript:before {
    content: '\f12b';
}

.icon-subscript:before {
    content: '\f12c';
}

.icon-eraser:before {
    content: '\f12d';
}

.icon-puzzle-piece:before {
    content: '\f12e';
}

.icon-microphone:before {
    content: '\f130';
}

.icon-microphone-off:before {
    content: '\f131';
}

.icon-shield:before {
    content: '\f132';
}

.icon-calendar-empty:before {
    content: '\f133';
}

.icon-fire-extinguisher:before {
    content: '\f134';
}

.icon-rocket:before {
    content: '\f135';
}

.icon-maxcdn:before {
    content: '\f136';
}

.icon-chevron-sign-left:before {
    content: '\f137';
}

.icon-chevron-sign-right:before {
    content: '\f138';
}

.icon-chevron-sign-up:before {
    content: '\f139';
}

.icon-chevron-sign-down:before {
    content: '\f13a';
}

.icon-html5:before {
    content: '\f13b';
}

.icon-css3:before {
    content: '\f13c';
}

.icon-anchor:before {
    content: '\f13d';
}

.icon-unlock-alt:before {
    content: '\f13e';
}

.icon-bullseye:before {
    content: '\f140';
}

.icon-ellipsis-horizontal:before {
    content: '\f141';
}

.icon-ellipsis-vertical:before {
    content: '\f142';
}

.icon-rss-sign:before {
    content: '\f143';
}

.icon-play-sign:before {
    content: '\f144';
}

.icon-ticket:before {
    content: '\f145';
}

.icon-minus-sign-alt:before {
    content: '\f146';
}

.icon-check-minus:before {
    content: '\f147';
}

.icon-level-up:before {
    content: '\f148';
}

.icon-level-down:before {
    content: '\f149';
}

.icon-check-sign:before {
    content: '\f14a';
}

.icon-edit-sign:before {
    content: '\f14b';
}

.icon-external-link-sign:before {
    content: '\f14c';
}

.icon-share-sign:before {
    content: '\f14d';
}

.icon-compass:before {
    content: '\f14e';
}

.icon-collapse:before {
    content: '\f150';
}

.icon-collapse-top:before {
    content: '\f151';
}

.icon-expand:before {
    content: '\f152';
}

.icon-euro:before,
.icon-eur:before {
    content: '\f153';
}

.icon-gbp:before {
    content: '\f154';
}

.icon-dollar:before,
.icon-usd:before {
    content: '\f155';
}

.icon-rupee:before,
.icon-inr:before {
    content: '\f156';
}

.icon-yen:before,
.icon-jpy:before {
    content: '\f157';
}

.icon-renminbi:before,
.icon-cny:before {
    content: '\f158';
}

.icon-won:before,
.icon-krw:before {
    content: '\f159';
}

.icon-bitcoin:before,
.icon-btc:before {
    content: '\f15a';
}

.icon-file:before {
    content: '\f15b';
}

.icon-file-text:before {
    content: '\f15c';
}

.icon-sort-by-alphabet:before {
    content: '\f15d';
}

.icon-sort-by-alphabet-alt:before {
    content: '\f15e';
}

.icon-sort-by-attributes:before {
    content: '\f160';
}

.icon-sort-by-attributes-alt:before {
    content: '\f161';
}

.icon-sort-by-order:before {
    content: '\f162';
}

.icon-sort-by-order-alt:before {
    content: '\f163';
}

.icon-thumbs-up:before {
    content: '\f164';
}

.icon-thumbs-down:before {
    content: '\f165';
}

.icon-youtube-sign:before {
    content: '\f166';
}

.icon-youtube:before {
    content: '\f167';
}

.icon-xing:before {
    content: '\f168';
}

.icon-xing-sign:before {
    content: '\f169';
}

.icon-youtube-play:before {
    content: '\f16a';
}

.icon-dropbox:before {
    content: '\f16b';
}

.icon-stackexchange:before {
    content: '\f16c';
}

.icon-instagram:before {
    content: '\f16d';
}

.icon-flickr:before {
    content: '\f16e';
}

.icon-adn:before {
    content: '\f170';
}

.icon-bitbucket:before {
    content: '\f171';
}

.icon-bitbucket-sign:before {
    content: '\f172';
}

.icon-tumblr:before {
    content: '\f173';
}

.icon-tumblr-sign:before {
    content: '\f174';
}

.icon-long-arrow-down:before {
    content: '\f175';
}

.icon-long-arrow-up:before {
    content: '\f176';
}

.icon-long-arrow-left:before {
    content: '\f177';
}

.icon-long-arrow-right:before {
    content: '\f178';
}

.icon-apple:before {
    content: '\f179';
}

.icon-windows:before {
    content: '\f17a';
}

.icon-android:before {
    content: '\f17b';
}

.icon-linux:before {
    content: '\f17c';
}

.icon-dribbble:before {
    content: '\f17d';
}

.icon-skype:before {
    content: '\f17e';
}

.icon-foursquare:before {
    content: '\f180';
}

.icon-trello:before {
    content: '\f181';
}

.icon-female:before {
    content: '\f182';
}

.icon-male:before {
    content: '\f183';
}

.icon-gittip:before {
    content: '\f184';
}

.icon-sun:before {
    content: '\f185';
}

.icon-moon:before {
    content: '\f186';
}

.icon-archive:before {
    content: '\f187';
}

.icon-bug:before {
    content: '\f188';
}

.icon-vk:before {
    content: '\f189';
}

.icon-weibo:before {
    content: '\f18a';
}

.icon-renren:before {
    content: '\f18b';
}

@font-face {
    font-family: 'Montserrat';
    src: url('../fonts/montserrat-bold-webfont.eot');
    src:
        url('../fonts/montserrat-bold-webfont.eot?#iefix')
            format('embedded-opentype'),
        url('../fonts/montserrat-bold-webfont.woff') format('woff'),
        url('../fonts/montserrat-bold-webfont.ttf') format('truetype'),
        url('../fonts/montserrat-bold-webfont.svg#montserratbold') format('svg');
    font-weight: bold;
    font-style: normal;
}

@font-face {
    font-family: 'Montserrat';
    src: url('../fonts/montserrat-regular-webfont.eot');
    src:
        url('../fonts/montserrat-regular-webfont.eot?#iefix')
            format('embedded-opentype'),
        url('../fonts/montserrat-regular-webfont.woff') format('woff'),
        url('../fonts/montserrat-regular-webfont.ttf') format('truetype'),
        url('../fonts/montserrat-regular-webfont.svg#montserratregular')
            format('svg');
    font-weight: normal;
    font-style: normal;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: Montserrat;
    font-weight: 400;
    color: #222222;
}

h1 {
    font-size: 28px;
}

h2 {
    font-size: 24.5px;
}

h3 {
    font-size: 21px;
}

h4 {
    font-size: 17.5px;
}

h5 {
    font-size: 14px;
}

h6 {
    font-size: 10.5px;
}

@media (max-width: 768px) {
    h1 {
        font-size: 24.5px;
    }

    h2 {
        font-size: 21px;
    }

    h3 {
        font-size: 17.5px;
    }

    h4 {
        font-size: 14px;
    }

    h5 {
        font-size: 14px;
    }

    h6 {
        font-size: 7px;
    }
}
h1 [class^='icon-'] {
    color: #f34541;
}

.page-header {
    border-bottom-color: #dddddd;
    margin-left: -15px;
    margin-right: -15px;
    position: relative;
    margin-top: 0;
    margin-bottom: 30px;
    color: #222222;
    background: white;
    min-height: 85px;
    padding: 20px;
    overflow: hidden;
    *zoom: 1;
}
@media (min-width: 768px) {
    .page-header {
        padding: 0 15px;
    }
}
.page-header h1,
.page-header h2,
.page-header h3,
.page-header h4,
.page-header h5,
.page-header h6 {
    margin: 0;
    color: #222222;
    vertical-align: middle;
}
.page-header .breadcrumb {
    margin-bottom: 0;
    line-height: 10px;
}
@media (min-width: 768px) {
    .page-header .breadcrumb {
        padding: 10px 0;
    }
}
.page-header .breadcrumb li:first-child > a {
    text-decoration: none;
    -webkit-transition: color 100ms ease;
    -moz-transition: color 100ms ease;
    -o-transition: color 100ms ease;
    transition: color 100ms ease;
}
.page-header .breadcrumb li:first-child > a:hover {
    color: #f34541;
}
@media (min-width: 768px) {
    .page-header h1.pull-left {
        margin-top: 27px;
    }
}
.page-header .pull-right {
    margin-top: 15px;
}
@media (min-width: 768px) {
    .page-header .pull-right {
        margin-top: 25px;
    }
}
@media (max-width: 767px) {
    .page-header {
        text-align: center;
    }
    .page-header > .pull-right,
    .page-header > .pull-left {
        float: none !important;
    }
}

.group-header {
    border-top: 1px solid #eeeeee;
    position: relative;
    margin-left: -15px;
    margin-right: -15px;
    margin-bottom: 40px;
    margin-top: 20px;
}
.group-header .row {
    margin-left: 0;
    margin-right: 0;
}
.group-header > .row:first-child {
    padding-top: 20px;
    border-top: 1px solid white;
}
.group-header.group-header-first {
    margin-top: 0;
    border-top: none;
}
.group-header.group-header-first > .row:first-child {
    padding-top: 0;
    border-top: none;
}

hr {
    position: relative;
    margin-left: -15px;
    margin-right: -15px;
    border-top: 1px solid #eeeeee;
    border-bottom: 1px solid white;
}
hr.hr-normal {
    margin-left: 0;
    margin-right: 0;
}
hr.hr-top {
    margin-top: 0;
}
hr.hr-bottom {
    margin-bottom: 0;
}
hr.hr-double {
    margin-top: 40px;
    margin-bottom: 40px;
}

header .navbar {
    margin: 0;
    padding: 0 15px;
    background-color: #f34541;
    border: none;
    min-height: 40px;
    height: 40px;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -ms-border-radius: 0;
    -o-border-radius: 0;
    border-radius: 0;
}
header .navbar .navbar-brand {
    color: white;
    font-size: 20px;
    text-shadow: none;
    font-weight: 200;
    padding: 0;
    height: 40px;
    vertical-align: middle;
    line-height: 40px;
}
header .navbar .navbar-brand:hover,
header .navbar .navbar-brand:focus {
    color: white;
}
header .navbar .navbar-brand .logo {
    display: none;
}
@media (min-width: 768px) {
    header .navbar .navbar-brand .logo {
        display: inline-block;
    }
}
header .navbar .navbar-brand .logo-xs {
    display: inline-block;
}
@media (min-width: 768px) {
    header .navbar .navbar-brand .logo-xs {
        display: none;
    }
}
header .navbar .navbar-brand img {
    margin-top: -2px;
}
header .navbar .toggle-nav {
    color: white;
    text-shadow: none;
    vertical-align: middle;
    padding: 4px 12px;
    margin-top: 5px;
    margin-left: 15px;
    background-color: #f34541;
    border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
    -webkit-box-shadow:
        inset 0 1px 0 rgba(255, 255, 255, 0.2),
        0 1px 2px rgba(0, 0, 0, 0.05);
    -moz-box-shadow:
        inset 0 1px 0 rgba(255, 255, 255, 0.2),
        0 1px 2px rgba(0, 0, 0, 0.05);
    box-shadow:
        inset 0 1px 0 rgba(255, 255, 255, 0.2),
        0 1px 2px rgba(0, 0, 0, 0.05);
}
@media (min-width: 768px) {
    header .navbar .toggle-nav {
        margin-left: 15px;
    }
}
header .navbar .toggle-nav:active,
header .navbar .toggle-nav.active {
    -webkit-box-shadow:
        inset 0 2px 4px rgba(0, 0, 0, 0.15),
        0 1px 2px rgba(0, 0, 0, 0.05);
    -moz-box-shadow:
        inset 0 2px 4px rgba(0, 0, 0, 0.15),
        0 1px 2px rgba(0, 0, 0, 0.05);
    box-shadow:
        inset 0 2px 4px rgba(0, 0, 0, 0.15),
        0 1px 2px rgba(0, 0, 0, 0.05);
    background-color: #f01611;
}
header .navbar .toggle-nav:hover {
    background-color: #f01611;
}
header .navbar .navbar-form {
    margin: 5px 10px 0 0;
    padding: 0;
    position: relative;
    border: none;
}
header .navbar .navbar-form button {
    position: absolute;
    color: #f34541;
    right: 10px;
    top: 6px;
    text-decoration: none;
    padding: 0;
    margin: 0;
    z-index: 1031;
    text-shadow: none;
    -webkit-transition: color 200ms ease;
    -moz-transition: color 200ms ease;
    -o-transition: color 200ms ease;
    transition: color 200ms ease;
}
header .navbar .navbar-form button:hover {
    color: #aa0e0b;
}
header .navbar .navbar-form input {
    border-color: #f01611;
    padding-left: 7px;
    padding-right: 25px;
    color: #aa0e0b;
    height: 30px;
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=40);
    opacity: 0.4;
    -webkit-transition: all 200ms ease;
    -moz-transition: all 200ms ease;
    -o-transition: all 200ms ease;
    transition: all 200ms ease;
}
header .navbar .navbar-form input:-moz-placeholder {
    color: #f67471;
}
header .navbar .navbar-form input:-ms-input-placeholder {
    color: #f67471;
}
header .navbar .navbar-form input::-webkit-input-placeholder {
    color: #f67471;
}
header .navbar .navbar-form input:hover,
header .navbar .navbar-form input:focus {
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
    opacity: 1;
}
header .navbar .navbar-form input:hover:-moz-placeholder {
    color: #f9a3a1;
}
header .navbar .navbar-form input:hover:-ms-input-placeholder {
    color: #f9a3a1;
}
header .navbar .navbar-form input:hover::-webkit-input-placeholder {
    color: #f9a3a1;
}
header .navbar .navbar-form input:focus {
    border-color: #c2100c;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
}
header .navbar .navbar-form input:focus:-moz-placeholder {
    color: #f88b89;
}
header .navbar .navbar-form input:focus:-ms-input-placeholder {
    color: #f88b89;
}
header .navbar .navbar-form input:focus::-webkit-input-placeholder {
    color: #f88b89;
}
header .navbar .navbar-form:hover input {
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
    opacity: 1;
}
header .navbar .user-menu > a {
    height: 40px;
    line-height: 38px;
}
header .navbar .user-menu .dropdown-toggle {
    padding: 0 15px;
}
header .navbar .user-menu .dropdown-toggle img {
    border: 2px solid white;
    margin-right: 5px;
    vertical-align: top;
    position: relative;
    top: 8px;
    width: 23px;
    height: 23px;
}
header .navbar .user-menu .dropdown-toggle .user-name {
    display: none;
}
@media (min-width: 768px) {
    header .navbar .user-menu .dropdown-toggle .user-name {
        display: inline;
    }
}
@media screen and (-webkit-min-device-pixel-ratio: 0) {
    header .navbar .user-menu .dropdown-toggle span {
        position: relative;
        top: 1px;
    }
}
header .navbar .widget .dropdown-menu {
    padding: 0;
}
header .navbar .widget .dropdown-menu > li {
    width: 270px;
}
header .navbar .widget .dropdown-menu > li > a {
    padding: 0;
    white-space: normal;
}
header .navbar .widget .dropdown-menu > li > a:hover [class*='icon'] {
    color: white !important;
}
header .navbar .widget .dropdown-menu > li > a:hover small {
    color: white !important;
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=50);
    opacity: 0.5;
}
header .navbar .widget .dropdown-menu > li .widget-body {
    padding: 5px;
    overflow: hidden;
    *zoom: 1;
}
header .navbar .widget .dropdown-menu > li .widget-body .icon {
    width: 25px;
}
header .navbar .widget .dropdown-menu > li .widget-body .text {
    width: 230px;
}
header .navbar .widget .dropdown-menu > li .widget-body .text small {
    white-space: nowrap;
}
header .navbar .widget .dropdown-menu > li.widget-footer a {
    padding: 10px 0;
    background: #f4f4f4;
    text-align: center;
}
header .navbar .widget .dropdown-menu > li.widget-footer a:hover {
    background: #f34541;
}
header .navbar .widget .dropdown-menu p {
    margin: 0;
}
header .navbar .widget .dropdown-menu .divider {
    margin: 0;
}
header .navbar > .nav {
    float: right;
    margin: 0;
}
header .navbar > .nav > li {
    float: left;
}
header .navbar > .nav > li .label {
    background: white;
    color: #f34541;
}
header .navbar > .nav > li.dropdown > .dropdown-toggle .caret {
    border-top-color: white;
    border-bottom-color: white;
}
header .navbar > .nav > li.dropdown > a:hover .caret,
header .navbar > .nav > li.dropdown > a:focus .caret {
    border-top-color: white;
    border-bottom-color: white;
}
header .navbar > .nav > li.dropdown.open > .dropdown-toggle {
    color: white;
}
header .navbar > .nav > li.dropdown.open > .dropdown-toggle .caret {
    border-top-color: white;
    border-bottom-color: white;
}
header .navbar > .nav > li.light > a {
    background: #f01611;
}
header .navbar > .nav > li.light > a .label {
    color: #da120e;
}
header .navbar > .nav > li.light > a:hover,
header .navbar > .nav > li.light > a:active,
header .navbar > .nav > li.light > a:focus {
    background-color: #da120e;
}
header .navbar > .nav > li.medium > a {
    background: #da120e;
}
header .navbar > .nav > li.medium > a .label {
    color: #c2100c;
}
header .navbar > .nav > li.medium > a:hover,
header .navbar > .nav > li.medium > a:active,
header .navbar > .nav > li.medium > a:focus {
    background-color: #c2100c;
}
header .navbar > .nav > li.dark > a {
    background: #c2100c;
}
header .navbar > .nav > li.dark > a .label {
    color: #aa0e0b;
}
header .navbar > .nav > li.dark > a:hover,
header .navbar > .nav > li.dark > a:active,
header .navbar > .nav > li.dark > a:focus {
    background-color: #aa0e0b;
}
header .navbar > .nav > li > a {
    color: white;
    text-shadow: none;
    padding-top: 10px;
    padding-bottom: 10px;
}
header .navbar > .nav > li > a:focus,
header .navbar > .nav > li > a:hover {
    color: white;
}
header .navbar.navbar-fixed-top {
    position: fixed;
}
header .navbar .dropdown-menu {
    right: 0;
    left: auto;
}
@media print {
    header {
        display: none;
    }
}

#main-nav-bg {
    width: 251px;
    position: absolute;
    float: left;
    border-right: 1px solid #dddddd;
    background: #f4f4f4;
    display: block;
    z-index: -1;
    top: 0;
    bottom: 0;
}
@media (max-width: 1149px) {
    #main-nav-bg {
        width: 46px;
    }
}
@media (max-width: 767px) {
    #main-nav-bg {
        width: 0;
    }
}
@media print {
    #main-nav-bg {
        display: none;
    }
}

#main-nav {
    width: 250px;
    position: absolute;
    left: 0;
    top: 40px;
}
#main-nav.main-nav-fixed {
    top: 40px;
    left: 0;
    z-index: 900;
}
#main-nav.main-nav-fixed.affix {
    position: fixed;
    top: 0;
}
#main-nav.main-nav-fixed.affix-top {
    top: 40px !important;
}
#main-nav.main-nav-fixed.affix-bottom {
    position: fixed;
}
@media (max-width: 1149px) {
    #main-nav {
        width: 45px;
    }
}
@media (max-width: 767px) {
    #main-nav {
        width: 0;
        overflow: hidden;
    }
}
@media print {
    #main-nav {
        display: none;
    }
}

.main-nav-opened #main-nav-bg {
    width: 251px;
}
.main-nav-opened #main-nav {
    width: 250px;
    overflow: visible;
}
@media (max-width: 767px) {
    .main-nav-opened #main-nav .navigation .search {
        display: block;
    }
}
.main-nav-opened #main-nav .navigation > .nav > li i.angle-down,
.main-nav-opened #main-nav .navigation > .nav > li span {
    display: inline !important;
}
@media (max-width: 1149px) {
    .main-nav-opened #main-nav .navigation > .nav > li ul.in {
        display: block !important;
    }
}

.main-nav-closed #main-nav-bg {
    width: 46px;
}
@media (max-width: 767px) {
    .main-nav-closed #main-nav-bg {
        width: 0;
    }
}
@media (min-width: 1150px) {
    .main-nav-closed #main-nav {
        width: 45px;
    }
}
@media (max-width: 767px) {
    .main-nav-closed #main-nav {
        width: 0;
        overflow: hidden;
    }
}
.main-nav-closed #main-nav .navigation > .nav > li > .nav {
    display: none !important;
}
.main-nav-closed #main-nav .navigation > .nav > li > .nav.in {
    display: none;
}
@media (min-width: 1150px) {
    .main-nav-closed #main-nav .navigation > .nav > li:hover > a > span {
        position: absolute;
        top: -1px;
        left: 45px;
        width: 250px;
        height: 43px;
        line-height: 40px;
        background-color: #fefefe;
        display: block;
        z-index: 1000;
        border: 1px solid #dddddd;
        border-left: none;
    }
    .main-nav-closed #main-nav .navigation > .nav > li:hover > a > .angle-down {
        position: absolute;
        left: 270px;
        top: 0;
        display: block;
        z-index: 1100;
    }
    .main-nav-closed #main-nav .navigation > .nav > li:hover > ul {
        display: block !important;
        position: absolute;
        z-index: 1000;
        height: auto;
        overflow: visible;
        top: 42px;
        left: 47px;
        width: 248px;
        background-color: #e5e5e5;
        border-bottom: 1px solid white;
    }
    .main-nav-closed #main-nav .navigation > .nav > li:hover > ul.in {
        border-bottom: 1px solid white;
    }
    .main-nav-closed #main-nav .navigation > .nav > li:hover > ul li a span {
        display: inline;
    }
}
.main-nav-closed #main-nav .navigation > .nav > li i.angle-down,
.main-nav-closed #main-nav .navigation > .nav > li span {
    display: none;
}

#main-nav .navigation {
    width: 100%;
}
#main-nav .navigation .nav {
    margin-bottom: 0;
}
#main-nav .navigation > .nav {
    border-bottom: 1px solid #e7e7e7;
    background: #f4f4f4;
}
#main-nav .navigation > .nav > li {
    position: relative;
    display: block;
    margin: 0;
}
@media (max-width: 1149px) {
    #main-nav .navigation > .nav > li span,
    #main-nav .navigation > .nav > li i.angle-down {
        display: none !important;
    }
}
#main-nav .navigation > .nav > li > a {
    background-color: #f4f4f4;
    height: 42px;
    display: block;
    line-height: 45px;
    padding: 0 10px;
    border-bottom: 1px solid white;
    border-top: 1px solid #e7e7e7;
    overflow: hidden;
    *zoom: 1;
    overflow: visible !important;
}
#main-nav .navigation > .nav > li > a.in [class^='icon-'],
#main-nav .navigation > .nav > li > a.in [class*=' icon-'] {
    color: #f34541;
}
#main-nav .navigation > .nav > li > a.in span {
    color: #222222;
}
#main-nav .navigation > .nav > li > a.in.collapsed [class^='icon-'],
#main-nav .navigation > .nav > li > a.in.collapsed [class*=' icon-'] {
    color: #6e6e6e;
}
#main-nav .navigation > .nav > li > a.in.collapsed span {
    color: #3c3c3c;
}
#main-nav .navigation > .nav > li > a [class^='icon-'],
#main-nav .navigation > .nav > li > a [class*=' icon-'] {
    color: #6e6e6e;
    font-size: 20px;
    margin-right: 10px;
    display: inline-block;
    text-align: center;
    width: 25px;
    -webkit-transition: all 100ms ease;
    -moz-transition: all 100ms ease;
    -o-transition: all 100ms ease;
    transition: all 100ms ease;
}
#main-nav .navigation > .nav > li > a [class^='icon-'].angle-down,
#main-nav .navigation > .nav > li > a [class*=' icon-'].angle-down {
    width: auto !important;
}
#main-nav .navigation > .nav > li > a .icon-angle-down {
    float: right;
    line-height: 40px;
    margin-right: 0;
    -webkit-transition: all 100ms ease;
    -moz-transition: all 100ms ease;
    -o-transition: all 100ms ease;
    transition: all 100ms ease;
}
#main-nav .navigation > .nav > li > a span {
    color: #3c3c3c;
    text-shadow: 1px 1px 1px #ececec;
    position: relative;
    top: -2px;
    -webkit-transition: all 100ms ease;
    -moz-transition: all 100ms ease;
    -o-transition: all 100ms ease;
    transition: all 100ms ease;
}
#main-nav .navigation > .nav > li:hover > a,
#main-nav .navigation > .nav > li:focus > a,
#main-nav .navigation > .nav > li.active > a {
    background-color: #fefefe;
}
#main-nav .navigation > .nav > li:hover > a [class^='icon-'],
#main-nav .navigation > .nav > li:hover > a [class*=' icon-'],
#main-nav .navigation > .nav > li:focus > a [class^='icon-'],
#main-nav .navigation > .nav > li:focus > a [class*=' icon-'],
#main-nav .navigation > .nav > li.active > a [class^='icon-'],
#main-nav .navigation > .nav > li.active > a [class*=' icon-'] {
    color: #f34541 !important;
}
#main-nav .navigation > .nav > li:hover > a span,
#main-nav .navigation > .nav > li:focus > a span,
#main-nav .navigation > .nav > li.active > a span {
    color: #222222 !important;
    padding-left: 2px !important;
}
#main-nav .navigation > .nav > li .nav {
    background: #e5e5e5;
    border-bottom: 1px solid white;
    display: none;
}
@media (min-width: 1150px) {
    #main-nav .navigation > .nav > li .nav.in {
        display: block;
    }
}
@media (max-width: 1149px) {
    #main-nav .navigation > .nav > li .nav.in {
        display: none !important;
    }
}
#main-nav .navigation > .nav > li .nav > li > a {
    padding: 5px;
    border-top: 1px solid #cbcbcb;
}
#main-nav .navigation > .nav > li .nav > li > a .icon-angle-down {
    float: right;
    margin-top: 1px;
    margin-right: 7px;
}
#main-nav .navigation > .nav > li .nav > li > a [class^='icon-'],
#main-nav .navigation > .nav > li .nav > li > a [class*=' icon-'] {
    display: inline-block;
    text-align: center;
    width: 25px;
}
#main-nav .navigation > .nav > li .nav > li > a [class^='icon-'].angle-down,
#main-nav .navigation > .nav > li .nav > li > a [class*=' icon-'].angle-down {
    width: auto !important;
}
#main-nav .navigation > .nav > li .nav > li > a:hover,
#main-nav .navigation > .nav > li .nav > li > a:focus {
    background-color: #ececec;
}
#main-nav .navigation > .nav > li .nav > li > a:hover [class^='icon-'],
#main-nav .navigation > .nav > li .nav > li > a:hover [class*=' icon-'],
#main-nav .navigation > .nav > li .nav > li > a:focus [class^='icon-'],
#main-nav .navigation > .nav > li .nav > li > a:focus [class*=' icon-'] {
    color: #f34541;
}
#main-nav .navigation > .nav > li .nav > li.active > a {
    background-color: #ececec;
}
#main-nav .navigation > .nav > li .nav > li.active > a [class^='icon-'],
#main-nav .navigation > .nav > li .nav > li.active > a [class*=' icon-'] {
    color: #f34541;
}
#main-nav .navigation > .nav > li > .nav {
    border-right: 1px solid transparent;
}
#main-nav .navigation > .nav > li > .nav > li {
    margin: 0;
}
#main-nav .navigation > .nav > li > .nav > li > a {
    padding-left: 10px;
}
#main-nav .navigation > .nav > li > .nav > li > .nav {
    border-top: 1px solid white;
    border-bottom: none;
}
#main-nav .navigation > .nav > li > .nav > li > .nav > li > a {
    padding-left: 20px;
}
#main-nav .navigation > .nav > li > .nav > li > .nav > li > .nav {
    border-top: 1px solid white;
    border-bottom: none;
}
#main-nav .navigation > .nav > li > .nav > li > .nav > li > .nav > li > a {
    padding-left: 30px;
}
#main-nav .navigation .search {
    border-bottom: 1px solid white;
    display: none;
}
#main-nav .navigation .search form {
    margin: 10px 0;
}
#main-nav .navigation .search form .search-wrapper {
    border: 1px solid #e7e7e7;
    width: 210px;
    position: relative;
    margin-left: auto;
    margin-right: auto;
}
#main-nav .navigation .search form .search-wrapper button {
    position: absolute;
    right: 7px;
    top: 7px;
    padding: 0;
    color: #3c3c3c;
    text-shadow: none;
    text-decoration: none;
    -webkit-transition: color 100ms ease;
    -moz-transition: color 100ms ease;
    -o-transition: color 100ms ease;
    transition: color 100ms ease;
}
#main-nav .navigation .search form .search-wrapper button:hover {
    color: #2f2f2f;
}
#main-nav .navigation .search form .search-wrapper input {
    padding: 4px 7px;
    padding-right: 25px;
    color: #222222;
    background: #f9f9f9;
    border: 1px solid white;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    -webkit-transition: border 100ms ease;
    -moz-transition: border 100ms ease;
    -o-transition: border 100ms ease;
    transition: border 100ms ease;
}
#main-nav .navigation .search form .search-wrapper input:-moz-placeholder {
    color: #2f2f2f;
}
#main-nav .navigation .search form .search-wrapper input:-ms-input-placeholder {
    color: #2f2f2f;
}
#main-nav
    .navigation
    .search
    form
    .search-wrapper
    input::-webkit-input-placeholder {
    color: #2f2f2f;
}
#main-nav .navigation .search form .search-wrapper input:focus {
    border: 1px solid white;
}
#main-nav
    .navigation
    .search
    form
    .search-wrapper
    input:focus:-moz-placeholder {
    color: #3c3c3c;
}
#main-nav
    .navigation
    .search
    form
    .search-wrapper
    input:focus:-ms-input-placeholder {
    color: #3c3c3c;
}
#main-nav
    .navigation
    .search
    form
    .search-wrapper
    input:focus::-webkit-input-placeholder {
    color: #3c3c3c;
}
#main-nav .navigation .search form .search-wrapper:hover input {
    background: #fcfcfc;
}

.main-nav-opened #content {
    margin-left: 251px;
}

.main-nav-closed #content {
    margin-left: 46px;
}
@media (max-width: 767px) {
    .main-nav-closed #content {
        margin-left: 0;
    }
}

html {
    height: 100%;
}

body {
    min-height: 100%;
    position: relative;
}

body {
    background: #fbfbfb;
}
body.fixed-header #wrapper {
    padding-top: 40px;
}
body.fixed-header #main-nav.main-nav-fixed {
    position: absolute;
    top: 40px;
    left: 0;
}
body.without-footer #footer {
    display: none;
}

#wrapper {
    min-height: 100%;
}
@media (max-width: 1149px) {
    #wrapper {
        overflow: hidden;
    }
}

#content-wrapper {
    padding-bottom: 20px;
}

#content {
    margin-left: 251px;
    background: #fbfbfb;
    min-width: 276px;
    background: #fbfbfb;
}
@media (max-width: 1149px) {
    #content {
        margin-left: 46px;
    }
}
@media (max-width: 767px) {
    #content {
        margin-left: 0;
    }
}
@media print {
    #content {
        margin-left: 0 !important;
    }
}

.container {
    max-width: 100% !important;
}

#footer {
    color: #aaaaaa;
    text-shadow: 1px 1px 1px white;
    text-align: center;
    border-top: 1px solid #eeeeee;
}
#footer .footer-wrapper {
    border-top: 1px solid white;
    padding: 10px 0;
}
#footer a {
    color: #3c3c3c;
}
#footer .text {
    margin-bottom: 7px;
}
@media (min-width: 768px) {
    #footer .text {
        text-align: left;
        padding-top: 7px;
        margin-bottom: 0;
    }
}
@media (min-width: 768px) {
    #footer .buttons {
        text-align: right;
    }
}
#footer .buttons .btn:last-child {
    padding-right: 0;
}

.box {
    margin-bottom: 20px;
    position: relative;
}
.box.box-collapsed .box-header .actions .box-collapse i:before {
    content: '\f078';
}
.box.box-collapsed .box-content {
    display: none;
}
.box .box-header {
    font-size: 21px;
    font-weight: 200;
    line-height: 30px;
    padding: 10px 15px;
    overflow: hidden;
    *zoom: 1;
}
.box .box-header.contrast-background {
    color: white;
}
.box .box-header.contrast-background .title {
    color: white;
}
.box .box-header.contrast-background .actions .btn-link {
    color: white;
}
.box .box-header.contrast-background .actions .btn-link:hover {
    color: #f34541 !important;
    background-color: white;
}
.box .box-header.orange-background {
    color: white;
}
.box .box-header.orange-background .title {
    color: white;
}
.box .box-header.orange-background .actions .btn-link {
    color: white;
}
.box .box-header.orange-background .actions .btn-link:hover {
    color: #f8a326 !important;
    background-color: white;
}
.box .box-header.blue-background {
    color: white;
}
.box .box-header.blue-background .title {
    color: white;
}
.box .box-header.blue-background .actions .btn-link {
    color: white;
}
.box .box-header.blue-background .actions .btn-link:hover {
    color: #00acec !important;
    background-color: white;
}
.box .box-header.purple-background {
    color: white;
}
.box .box-header.purple-background .title {
    color: white;
}
.box .box-header.purple-background .actions .btn-link {
    color: white;
}
.box .box-header.purple-background .actions .btn-link:hover {
    color: #9564e2 !important;
    background-color: white;
}
.box .box-header.green-background {
    color: white;
}
.box .box-header.green-background .title {
    color: white;
}
.box .box-header.green-background .actions .btn-link {
    color: white;
}
.box .box-header.green-background .actions .btn-link:hover {
    color: #49bf67 !important;
    background-color: white;
}
.box .box-header.red-background {
    color: white;
}
.box .box-header.red-background .title {
    color: white;
}
.box .box-header.red-background .actions .btn-link {
    color: white;
}
.box .box-header.red-background .actions .btn-link:hover {
    color: #f34541 !important;
    background-color: white;
}
.box .box-header.muted-background {
    color: white;
}
.box .box-header.muted-background .title {
    color: white;
}
.box .box-header.muted-background .actions .btn-link {
    color: white;
}
.box .box-header.muted-background .actions .btn-link:hover {
    color: #999999 !important;
    background-color: white;
}
.box .box-header.fb-background {
    color: white;
}
.box .box-header.fb-background .title {
    color: white;
}
.box .box-header.fb-background .actions .btn-link {
    color: white;
}
.box .box-header.fb-background .actions .btn-link:hover {
    color: #3d579d !important;
    background-color: white;
}
.box .box-header.dark-background {
    color: white;
}
.box .box-header.dark-background .title {
    color: white;
}
.box .box-header.dark-background .actions .btn-link {
    color: white;
}
.box .box-header.dark-background .actions .btn-link:hover {
    color: #2b2d30 !important;
    background-color: white;
}
.box .box-header.pink-background {
    color: white;
}
.box .box-header.pink-background .title {
    color: white;
}
.box .box-header.pink-background .actions .btn-link {
    color: white;
}
.box .box-header.pink-background .actions .btn-link:hover {
    color: #c44a83 !important;
    background-color: white;
}
.box .box-header.grass-green-background {
    color: white;
}
.box .box-header.grass-green-background .title {
    color: white;
}
.box .box-header.grass-green-background .actions .btn-link {
    color: white;
}
.box .box-header.grass-green-background .actions .btn-link:hover {
    color: #5daf2b !important;
    background-color: white;
}
.box .box-header.sea-blue-background {
    color: white;
}
.box .box-header.sea-blue-background .title {
    color: white;
}
.box .box-header.sea-blue-background .actions .btn-link {
    color: white;
}
.box .box-header.sea-blue-background .actions .btn-link:hover {
    color: #0163ac !important;
    background-color: white;
}
.box .box-header.banana-background {
    color: white;
}
.box .box-header.banana-background .title {
    color: white;
}
.box .box-header.banana-background .actions .btn-link {
    color: white;
}
.box .box-header.banana-background .actions .btn-link:hover {
    color: #fcd052 !important;
    background-color: white;
}
.box .box-header.dark-orange-background {
    color: white;
}
.box .box-header.dark-orange-background .title {
    color: white;
}
.box .box-header.dark-orange-background .actions .btn-link {
    color: white;
}
.box .box-header.dark-orange-background .actions .btn-link:hover {
    color: #f56e00 !important;
    background-color: white;
}
.box .box-header.brown-background {
    color: white;
}
.box .box-header.brown-background .title {
    color: white;
}
.box .box-header.brown-background .actions .btn-link {
    color: white;
}
.box .box-header.brown-background .actions .btn-link:hover {
    color: #924e31 !important;
    background-color: white;
}
.box .box-header .title {
    float: left;
    color: #3c3c3c;
}
.box .box-header .actions {
    margin-top: -3px;
    float: right;
}
.box .box-header .actions .dropdown-toggle {
    position: relative;
    top: 5px;
}
.box .box-header .actions .btn-link {
    color: #c4c4c4;
    text-decoration: none;
    text-shadow: none;
}
.box .box-header .actions .btn-link:hover {
    color: #f34541;
}
.box .box-header .actions .box-collapse i {
    font-family: FontAwesome;
    font-weight: normal;
    font-style: normal;
    text-decoration: inherit;
    -webkit-font-smoothing: antialiased;
    display: inline;
    width: auto;
    height: auto;
    line-height: normal;
    vertical-align: baseline;
    background-image: none;
    background-position: 0% 0%;
    background-repeat: repeat;
    margin-top: 0;
}
.box .box-header .actions .box-collapse i:before {
    content: '\f077';
}
.box .box-header.box-header-small {
    font-size: 14px;
    font-weight: 200;
    line-height: 19px;
    padding: 10px 10px;
}
.box .box-header.box-header-small .actions {
    margin-top: -1px;
}
.box .box-content {
    padding: 10px;
    border: 1px solid #dddddd;
    background: white;
    display: block;
    -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.055);
    -moz-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.055);
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.055);
}
.box .box-content .box-toolbox {
    overflow: hidden;
    *zoom: 1;
    background-color: #f4f4f4;
    padding: 5px;
}
.box .box-content .box-toolbox.box-toolbox-top {
    margin: -10px -10px 10px -10px;
    border-bottom: 1px solid #dddddd;
}
.box .box-content .box-toolbox.box-toolbox-bottom {
    margin: 10px -10px -10px -10px;
    border-top: 1px solid #dddddd;
}
.box .box-content.box-no-padding {
    padding: 0;
}
.box .box-content.box-no-padding form {
    margin-bottom: 0;
}
.box .box-content.box-padding {
    padding: 20px;
}
.box .box-content.box-padding .box-toolbox {
    padding: 10px;
    position: relative;
}
.box .box-content.box-padding .box-toolbox.box-toolbox-top {
    margin: -20px -20px 20px -20px;
}
.box .box-content.box-padding .box-toolbox.box-toolbox-bottom {
    margin: 20px -20px -20px -20px;
}
.box .box-content.box-double-padding {
    padding: 40px;
}
.box .box-content.box-double-padding .box-toolbox {
    padding: 20px;
}
.box .box-content.box-double-padding .box-toolbox.box-toolbox-top {
    margin: -40px -40px 40px -40px;
}
.box .box-content.box-double-padding .box-toolbox.box-toolbox-bottom {
    margin: 40px -40px -40px -40px;
}
.box.box-transparent {
    background: none;
    padding: 0;
    border: none;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
}
.box.box-transparent .box-content {
    background: transparent;
    border: none;
    border-top: 1px solid #dddddd;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
}
.box.box-bordered {
    border-style: solid;
    border-width: 2px;
    border-color: #dddddd;
}
.box.box-bordered .box-content {
    border-left: none;
    border-right: none;
    border-bottom: none;
}

.box-quick-link {
    text-align: center;
    margin-bottom: 10px;
}
.box-quick-link a {
    text-decoration: none;
}
.box-quick-link a .header {
    height: 60px;
    line-height: 60px;
    padding-bottom: 2px;
}
.box-quick-link a .header [class^='icon-'],
.box-quick-link a .header [class*=' icon-'] {
    color: white;
    font-size: 30px;
    vertical-align: middle;
}
.box-quick-link a .content {
    text-transform: uppercase;
    font-size: 85%;
    white-space: nowrap;
    overflow: hidden;
    -ms-text-overflow: ellipsis;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    color: #5b5b5b;
    background-color: #dbdbdb;
    border-bottom: 1px solid #cecece;
    padding: 5px;
}
.box-quick-link a:hover .header [class^='icon-'],
.box-quick-link a:hover .header [class*=' icon-'] {
    font-size: 40px;
}
.box-quick-link a:hover .content {
    text-decoration: underline;
    border-bottom-color: #c1c1c1;
    background-color: #cecece;
}
.box-quick-link.contrast-background a:active .header {
    background: #f01611;
}
.box-quick-link.contrast-background:hover .header {
    background: #f12e29;
}
.box-quick-link.orange-background a:active .header {
    background: #e48a07;
}
.box-quick-link.orange-background:hover .header {
    background: #f7990d;
}
.box-quick-link.blue-background a:active .header {
    background: #0087b9;
}
.box-quick-link.blue-background:hover .header {
    background: #0099d3;
}
.box-quick-link.purple-background a:active .header {
    background: #7839da;
}
.box-quick-link.purple-background:hover .header {
    background: #864fde;
}
.box-quick-link.green-background a:active .header {
    background: #379e51;
}
.box-quick-link.green-background:hover .header {
    background: #3eb05b;
}
.box-quick-link.red-background a:active .header {
    background: #f01611;
}
.box-quick-link.red-background:hover .header {
    background: #f12e29;
}
.box-quick-link.muted-background a:active .header {
    background: gray;
}
.box-quick-link.muted-background:hover .header {
    background: #8c8c8c;
}
.box-quick-link.fb-background a:active .header {
    background: #2f4378;
}
.box-quick-link.fb-background:hover .header {
    background: #364d8b;
}
.box-quick-link.dark-background a:active .header {
    background: #131415;
}
.box-quick-link.dark-background:hover .header {
    background: #1f2023;
}
.box-quick-link.pink-background a:active .header {
    background: #a5366a;
}
.box-quick-link.pink-background:hover .header {
    background: #b83c76;
}
.box-quick-link.grass-green-background a:active .header {
    background: #478621;
}
.box-quick-link.grass-green-background:hover .header {
    background: #529b26;
}
.box-quick-link.sea-blue-background a:active .header {
    background: #014679;
}
.box-quick-link.sea-blue-background:hover .header {
    background: #015493;
}
.box-quick-link.banana-background a:active .header {
    background: #fbc220;
}
.box-quick-link.banana-background:hover .header {
    background: #fcc939;
}
.box-quick-link.dark-orange-background a:active .header {
    background: #c25700;
}
.box-quick-link.dark-orange-background:hover .header {
    background: #dc6300;
}
.box-quick-link.brown-background a:active .header {
    background: #6c3a24;
}
.box-quick-link.brown-background:hover .header {
    background: #7f442b;
}

.box-statistic {
    background-color: white;
    margin-bottom: 5px;
    padding: 5px 10px;
    position: relative;
}
.box-statistic .title {
    margin: 0;
    line-height: 28px;
}
.box-statistic small {
    text-transform: uppercase;
}
.box-statistic [class*='icon-'] {
    font-size: 30px;
    top: 13px;
}
.box-statistic [class*='icon-'].align-left {
    position: absolute;
    left: 10px;
}
.box-statistic [class*='icon-'].align-right {
    position: absolute;
    right: 10px;
}
.box-statistic.contrast-background .title,
.box-statistic.contrast-background small,
.box-statistic.contrast-background [class*='icon-'] {
    color: white !important;
}
.box-statistic.contrast-background small {
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=70);
    opacity: 0.7;
}
.box-statistic.orange-background .title,
.box-statistic.orange-background small,
.box-statistic.orange-background [class*='icon-'] {
    color: white !important;
}
.box-statistic.orange-background small {
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=70);
    opacity: 0.7;
}
.box-statistic.blue-background .title,
.box-statistic.blue-background small,
.box-statistic.blue-background [class*='icon-'] {
    color: white !important;
}
.box-statistic.blue-background small {
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=70);
    opacity: 0.7;
}
.box-statistic.purple-background .title,
.box-statistic.purple-background small,
.box-statistic.purple-background [class*='icon-'] {
    color: white !important;
}
.box-statistic.purple-background small {
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=70);
    opacity: 0.7;
}
.box-statistic.green-background .title,
.box-statistic.green-background small,
.box-statistic.green-background [class*='icon-'] {
    color: white !important;
}
.box-statistic.green-background small {
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=70);
    opacity: 0.7;
}
.box-statistic.red-background .title,
.box-statistic.red-background small,
.box-statistic.red-background [class*='icon-'] {
    color: white !important;
}
.box-statistic.red-background small {
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=70);
    opacity: 0.7;
}
.box-statistic.muted-background .title,
.box-statistic.muted-background small,
.box-statistic.muted-background [class*='icon-'] {
    color: white !important;
}
.box-statistic.muted-background small {
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=70);
    opacity: 0.7;
}
.box-statistic.fb-background .title,
.box-statistic.fb-background small,
.box-statistic.fb-background [class*='icon-'] {
    color: white !important;
}
.box-statistic.fb-background small {
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=70);
    opacity: 0.7;
}
.box-statistic.dark-background .title,
.box-statistic.dark-background small,
.box-statistic.dark-background [class*='icon-'] {
    color: white !important;
}
.box-statistic.dark-background small {
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=70);
    opacity: 0.7;
}
.box-statistic.pink-background .title,
.box-statistic.pink-background small,
.box-statistic.pink-background [class*='icon-'] {
    color: white !important;
}
.box-statistic.pink-background small {
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=70);
    opacity: 0.7;
}
.box-statistic.grass-green-background .title,
.box-statistic.grass-green-background small,
.box-statistic.grass-green-background [class*='icon-'] {
    color: white !important;
}
.box-statistic.grass-green-background small {
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=70);
    opacity: 0.7;
}
.box-statistic.sea-blue-background .title,
.box-statistic.sea-blue-background small,
.box-statistic.sea-blue-background [class*='icon-'] {
    color: white !important;
}
.box-statistic.sea-blue-background small {
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=70);
    opacity: 0.7;
}
.box-statistic.banana-background .title,
.box-statistic.banana-background small,
.box-statistic.banana-background [class*='icon-'] {
    color: white !important;
}
.box-statistic.banana-background small {
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=70);
    opacity: 0.7;
}
.box-statistic.dark-orange-background .title,
.box-statistic.dark-orange-background small,
.box-statistic.dark-orange-background [class*='icon-'] {
    color: white !important;
}
.box-statistic.dark-orange-background small {
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=70);
    opacity: 0.7;
}
.box-statistic.brown-background .title,
.box-statistic.brown-background small,
.box-statistic.brown-background [class*='icon-'] {
    color: white !important;
}
.box-statistic.brown-background small {
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=70);
    opacity: 0.7;
}
.box-statistic:hover [class*='icon-'].align-right {
    right: 15px;
    -webkit-transition: right 0.1s linear;
    -moz-transition: right 0.1s linear;
    -o-transition: right 0.1s linear;
    transition: right 0.1s linear;
}
.box-statistic:hover [class*='icon-'].align-left {
    left: 15px;
    -webkit-transition: left 0.1s linear;
    -moz-transition: left 0.1s linear;
    -o-transition: left 0.1s linear;
    transition: left 0.1s linear;
}

.responsive-table {
    position: relative;
    overflow: hidden;
}
.responsive-table .scrollable-area {
    width: 100%;
    overflow: scroll;
    overflow-y: hidden;
}
.responsive-table table td {
    position: relative;
    white-space: nowrap;
    overflow: hidden;
}

.box-content.box-no-padding .table-striped th:first-child,
.box-content.box-no-padding .table-striped td:first-child {
    border-left: none;
}
.box-content.box-no-padding .table-striped th:last-child,
.box-content.box-no-padding .table-striped td:last-child {
    border-right: none;
}

.dataTables_wrapper {
    overflow: hidden;
    *zoom: 1;
}
.dataTables_wrapper .datatables-top,
.dataTables_wrapper .datatables-bottom {
    padding: 5px;
}
@media (max-width: 767px) {
    .dataTables_wrapper .datatables-top,
    .dataTables_wrapper .datatables-bottom {
        text-align: center;
    }
    .dataTables_wrapper .datatables-top .dataTables_filter,
    .dataTables_wrapper .datatables-bottom .dataTables_filter {
        float: none;
        text-align: center;
    }
    .dataTables_wrapper .datatables-top .dataTables_filter label,
    .dataTables_wrapper .datatables-bottom .dataTables_filter label {
        float: none;
    }
    .dataTables_wrapper .datatables-top .dataTables_paginate,
    .dataTables_wrapper .datatables-bottom .dataTables_paginate {
        text-align: center;
        float: none;
        margin-left: 0;
        margin-right: 0;
    }
    .dataTables_wrapper .datatables-top .dataTables_length,
    .dataTables_wrapper .datatables-bottom .dataTables_length {
        text-align: center;
        display: inline-block;
        float: none;
    }
}
.dataTables_wrapper .dataTables_length {
    margin: 13px 10px 5px 10px;
    float: left;
}
.dataTables_wrapper .dataTables_filter {
    margin: 10px 10px 5px 10px;
    float: right;
}
.dataTables_wrapper .dataTables_info {
    padding: 0;
    margin: 4px 10px 10px 10px;
}
.dataTables_wrapper .dataTables_paginate {
    margin-right: 10px;
}
.dataTables_wrapper .dataTables_paginate .pagination {
    margin: 0;
}
.dataTables_wrapper .filter_column input[type='text'] {
    display: block;
    width: 100%;
    min-height: 30px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.dataTables_wrapper .sorting:after {
    font-family: FontAwesome;
    font-weight: normal;
    font-style: normal;
    text-decoration: inherit;
    -webkit-font-smoothing: antialiased;
    *margin-right: 0.3em;
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=30);
    opacity: 0.3;
    content: '\f0dc';
    float: right;
}
.dataTables_wrapper .sorting_asc:after {
    font-family: FontAwesome;
    font-weight: normal;
    font-style: normal;
    text-decoration: inherit;
    -webkit-font-smoothing: antialiased;
    *margin-right: 0.3em;
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=30);
    opacity: 0.3;
    content: '\f0de';
    float: right;
}
.dataTables_wrapper .sorting_desc:after {
    font-family: FontAwesome;
    font-weight: normal;
    font-style: normal;
    text-decoration: inherit;
    -webkit-font-smoothing: antialiased;
    *margin-right: 0.3em;
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=30);
    opacity: 0.3;
    content: '\f0dd';
    float: right;
}

.todo-list .new-todo {
    margin-bottom: 0;
    width: 100%;
    position: relative;
    overflow: hidden;
    *zoom: 1;
}
.todo-list .new-todo input[type='text'] {
    border-left: 0;
    border-top: 0;
    padding-left: 12px;
    padding-top: 12px;
    padding-bottom: 12px;
    height: 45px;
    line-height: 45px;
}
.todo-list .new-todo input {
    margin-bottom: 0;
    padding-right: 40px;
}
.todo-list .new-todo button {
    position: absolute;
    top: 0;
    right: 0;
    height: 45px;
}
.todo-list .date {
    text-transform: uppercase;
    color: #f34541;
    font-size: 11px;
    margin-top: 10px;
    margin-left: 10px;
}
.todo-list ul {
    margin-bottom: 20px;
}
.todo-list ul > li {
    line-height: 35px;
    padding: 0 7px 0 10px;
    border-bottom: 1px solid #dddddd;
    position: relative;
    overflow: hidden;
    *zoom: 1;
}
.todo-list ul > li label {
    padding: 5px 0;
    font-weight: normal;
    margin: 0;
}
.todo-list ul > li label .todo {
    padding-left: 5px;
    display: inline;
    position: relative;
    top: 3px;
}
.todo-list ul > li label input[type='checkbox'] {
    margin-top: 0;
}
.todo-list ul > li .actions {
    margin-top: 2px;
}
.todo-list ul > li .actions .remove,
.todo-list ul > li .actions .edit {
    display: none;
}
.todo-list ul > li .actions .btn-link {
    padding: 10px 5px;
}
.todo-list ul > li .actions .btn-link:hover {
    text-decoration: none;
}
.todo-list ul > li .actions .important {
    color: #00acec;
}
.todo-list ul > li .actions .important i:before {
    content: '\f097';
}
.todo-list ul > li .actions .important:hover {
    color: #0087b9;
}
.todo-list ul > li .actions .edit {
    color: #f8a326;
}
.todo-list ul > li .actions .edit:hover {
    color: #e48a07;
}
.todo-list ul > li .actions .remove {
    color: #f34541;
}
.todo-list ul > li .actions .remove:hover {
    color: #f01611;
}
.todo-list ul > li.important {
    border-left: 2px solid #00acec;
    padding-left: 15px;
    background: #f7f7f7;
}
.todo-list ul > li.important .important i:before {
    content: '\f02e';
}
.todo-list ul > li.done {
    opacity: 0.5;
}
.todo-list ul > li.done .todo {
    text-decoration: line-through;
}
.todo-list ul > li:hover {
    cursor: move;
}
.todo-list ul > li:hover .remove,
.todo-list ul > li:hover .edit {
    display: inline;
}
.todo-list ul:last-child {
    margin-bottom: 0;
}
.todo-list ul:last-child li:last-child {
    border-bottom: none;
}

.touch .todo-list ul > li .actions .remove,
.touch .todo-list ul > li .actions .edit {
    display: inline;
}

.recent-activity .load-more > a {
    border-left: none;
    border-right: none;
    border-bottom: none;
}
.recent-activity ul {
    margin-bottom: 0;
}
.recent-activity .users > li {
    border-bottom: 1px solid #dddddd;
    padding: 10px;
    overflow: hidden;
    *zoom: 1;
}
.recent-activity .users > li .avatar {
    margin-right: 10px;
    width: 23px;
    height: 23px;
}
.recent-activity .users > li .avatar .icon-user {
    font-size: 20px;
    position: relative;
    top: 2px;
    color: #d0d0d0;
    width: 23px;
    height: 23px;
}
.recent-activity .users > li .date,
.recent-activity .users > li .action {
    padding-top: 2px;
}
.recent-activity .users > li:last-child {
    border-bottom: none;
}
.recent-activity .comments > li {
    border-bottom: 1px solid #dddddd;
    padding: 10px;
    position: relative;
    overflow: hidden;
    *zoom: 1;
}
.recent-activity .comments > li .avatar {
    position: absolute;
    left: 10px;
    top: 10px;
    margin-right: 10px;
    width: 23px;
    height: 23px;
}
.recent-activity .comments > li .avatar .icon-user {
    font-size: 20px;
    position: relative;
    top: 2px;
    color: #d0d0d0;
    width: 23px;
    height: 23px;
}
.recent-activity .comments > li .body {
    margin-left: 33px;
}
.recent-activity .comments > li .body .actions {
    position: absolute;
    right: 10px;
    top: 2px;
    display: none;
}
.recent-activity .comments > li .body .actions .btn-link {
    padding-left: 2px;
    padding-right: 2px;
}
.recent-activity .comments > li .body .actions .btn-link:hover {
    text-decoration: none;
}
.recent-activity .comments > li .body .actions .ok {
    color: #49bf67;
    margin-right: 10px;
}
.recent-activity .comments > li .body .actions .ok:hover {
    color: #379e51;
}
.recent-activity .comments > li .body .actions .remove {
    color: #f34541;
}
.recent-activity .comments > li .body .actions .remove:hover {
    color: #f01611;
}
.recent-activity .comments > li:hover .actions {
    display: block;
}
.recent-activity .comments > li:last-child {
    border-bottom: none;
}

.touch .recent-activity .comments > li .actions {
    display: block;
}

.event-contrast .fc-event-inner,
.label-contrast .fc-event-inner {
    background-color: #f34541 !important;
}

.event-orange .fc-event-inner,
.label-orange .fc-event-inner {
    background-color: #f8a326 !important;
}

.event-blue .fc-event-inner,
.label-blue .fc-event-inner {
    background-color: #00acec !important;
}

.event-purple .fc-event-inner,
.label-purple .fc-event-inner {
    background-color: #9564e2 !important;
}

.event-green .fc-event-inner,
.label-green .fc-event-inner {
    background-color: #49bf67 !important;
}

.event-red .fc-event-inner,
.label-red .fc-event-inner {
    background-color: #f34541 !important;
}

.event-muted .fc-event-inner,
.label-muted .fc-event-inner {
    background-color: #999999 !important;
}

.event-fb .fc-event-inner,
.label-fb .fc-event-inner {
    background-color: #3d579d !important;
}

.event-dark .fc-event-inner,
.label-dark .fc-event-inner {
    background-color: #2b2d30 !important;
}

.event-pink .fc-event-inner,
.label-pink .fc-event-inner {
    background-color: #c44a83 !important;
}

.event-grass-green .fc-event-inner,
.label-grass-green .fc-event-inner {
    background-color: #5daf2b !important;
}

.event-sea-blue .fc-event-inner,
.label-sea-blue .fc-event-inner {
    background-color: #0163ac !important;
}

.event-banana .fc-event-inner,
.label-banana .fc-event-inner {
    background-color: #fcd052 !important;
}

.event-dark-orange .fc-event-inner,
.label-dark-orange .fc-event-inner {
    background-color: #f56e00 !important;
}

.event-brown .fc-event-inner,
.label-brown .fc-event-inner {
    background-color: #924e31 !important;
}

.fc-header .fc-header-left {
    position: absolute;
    width: 100%;
    text-align: right;
    right: 10px;
    top: 10px;
}
.fc-header .fc-header-left .fc-button {
    padding: 0px 12px;
    background-color: white;
}
.fc-header .fc-header-left .fc-button.fc-state-active,
.fc-header .fc-header-left .fc-button:hover {
    background-color: #dddddd;
}
.fc-header .fc-header-right {
    padding-top: 5px;
}
.fc-header .fc-header-center {
    text-align: left;
}

.fc-content .fc-event .fc-event-inner {
    border-color: #f34541;
    background-color: #f34541;
}
.fc-content .fc-event .ui-resizable-handle.ui-resizable-e {
    background: white;
    cursor: col-resize;
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=30);
    opacity: 0.3;
}
.fc-content .fc-event.label-important .fc-event-inner {
    background-color: #f34541;
}
.fc-content .fc-event.label-important[href].fc-event-inner {
    background-color: #f01611;
}
.fc-content .fc-event.label-warning .fc-event-inner {
    background-color: #f8a326;
}
.fc-content .fc-event.label-warning[href] .fc-event-inner {
    background-color: #e48a07;
}
.fc-content .fc-event.label-success .fc-event-inner {
    background-color: #49bf67;
}
.fc-content .fc-event.label-success[href] .fc-event-inner {
    background-color: #379e51;
}
.fc-content .fc-event.label-info .fc-event-inner {
    background-color: #9564e2;
}
.fc-content .fc-event.label-info[href] .fc-event-inner {
    background-color: #7839da;
}
.fc-content .fc-event.label-inverse .fc-event-inner {
    background-color: #3c3c3c;
}
.fc-content .fc-event.label-inverse[href] .fc-event-inner {
    background-color: #232323;
}

.chat .box-collapsed .box-header .actions .box-collapse i:before {
    content: '\f077' !important;
}
.chat.chat-fixed {
    width: 300px;
    position: fixed;
    z-index: 999;
    bottom: 0;
    right: 20px;
}
.chat.chat-fixed .box {
    margin-bottom: 0;
}
.chat.chat-fixed .box-header .actions .box-collapse i:before {
    content: '\f078';
}
.chat.chat-fixed form input[type='text'] {
    padding: 4px 6px;
    height: 33px;
    line-height: 33px;
}
.chat.chat-fixed form button {
    height: 33px;
    height: 33px;
}
.chat ul {
    margin-bottom: 0;
}
.chat ul > li {
    border-bottom: 1px solid #dddddd;
    padding: 10px;
    position: relative;
    overflow: hidden;
    *zoom: 1;
}
.chat ul > li .avatar {
    position: absolute;
    margin-right: 10px;
    top: 10px;
    left: 10px;
    width: 23px;
    height: 23px;
}
.chat ul > li .name-and-time {
    margin-left: 33px;
    overflow: hidden;
    *zoom: 1;
}
.chat ul > li .body {
    margin-left: 33px;
}
.chat ul > li .time {
    font-size: 12px;
}
.chat ul > li:last-child {
    border-bottom: none;
}
.chat form {
    margin-bottom: 0;
    width: 100%;
    position: relative;
    overflow: hidden;
    *zoom: 1;
}
.chat form input[type='text'] {
    border-left: 0;
    border-bottom: 0;
    padding-left: 12px;
    padding-top: 12px;
    padding-bottom: 12px;
    height: 45px;
    line-height: 45px;
}
.chat form input {
    margin-bottom: 0;
    padding-right: 40px;
}
.chat form button {
    position: absolute;
    top: 0;
    right: 0;
    height: 45px;
}

.tasks .task {
    overflow: hidden;
    *zoom: 1;
}
.tasks > li:last-child .progress {
    margin-bottom: 0;
}

.dd {
    position: relative;
    display: block;
    margin: 0;
    padding: 0;
    list-style: none;
}

.dd-list {
    display: block;
    position: relative;
    margin: 0;
    padding: 0;
    list-style: none;
}
.dd-list .dd-list {
    padding-left: 30px;
}

.dd-collapsed .dd-list {
    display: none;
}

.dd-item,
.dd-empty,
.dd-placeholder {
    display: block;
    position: relative;
    margin: 0;
    padding: 0;
}

.dd-handle {
    display: block;
    margin: 5px 0;
    padding: 10px 10px;
    color: #3c3c3c;
    text-decoration: none;
    font-weight: bold;
    border: 1px solid #dddddd;
    background: white;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
}
.dd-handle:hover {
    color: #f34541;
    cursor: move;
}

.dd-item > button {
    display: block;
    position: relative;
    cursor: pointer;
    float: left;
    width: 25px;
    margin: 5px 0;
    padding: 0;
    text-indent: 100%;
    white-space: nowrap;
    overflow: hidden;
    border: 0;
    background: transparent;
    line-height: 1;
    padding-top: 7px;
    text-align: center;
    font-weight: bold;
}
.dd-item > button:before {
    content: '+';
    display: block;
    position: absolute;
    width: 100%;
    text-align: center;
    text-indent: 0;
}
.dd-item > button[data-action='collapse']:before {
    content: '-';
}

.dd-placeholder {
    margin: 5px 0;
    padding: 0;
    min-height: 30px;
    background: #f7f7f7;
    border: 1px dashed #f34541;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
}

.dd-dragel {
    position: absolute;
    pointer-events: none;
    z-index: 9999;
}
.dd-dragel > .dd-item .dd-handle {
    margin-top: 0;
}

.accordion .panel {
    margin-bottom: 0;
    border-width: 2px;
}
@media print {
    .accordion .collapse,
    .accordion .panel-collapse .collapse,
    .accordion panel-collapse.collapse,
    .accordion .accordion-group .accordion-body.collapse {
        display: block !important;
        height: auto !important;
    }
}
.accordion.accordion-contrast .panel {
    border-color: #f34541;
}
.accordion.accordion-contrast
    .panel
    > .panel-heading
    + .panel-collapse
    .panel-body {
    border-top: 2px solid #f34541;
}
.accordion.accordion-contrast .panel-heading {
    background-color: #f34541;
    padding: 0;
}
.accordion.accordion-contrast .panel-heading .accordion-toggle {
    color: white;
    padding: 10px 15px;
    display: block;
}
.accordion.accordion-orange .panel {
    border-color: #f8a326;
}
.accordion.accordion-orange
    .panel
    > .panel-heading
    + .panel-collapse
    .panel-body {
    border-top: 2px solid #f8a326;
}
.accordion.accordion-orange .panel-heading {
    background-color: #f8a326;
    padding: 0;
}
.accordion.accordion-orange .panel-heading .accordion-toggle {
    color: white;
    padding: 10px 15px;
    display: block;
}
.accordion.accordion-blue .panel {
    border-color: #00acec;
}
.accordion.accordion-blue
    .panel
    > .panel-heading
    + .panel-collapse
    .panel-body {
    border-top: 2px solid #00acec;
}
.accordion.accordion-blue .panel-heading {
    background-color: #00acec;
    padding: 0;
}
.accordion.accordion-blue .panel-heading .accordion-toggle {
    color: white;
    padding: 10px 15px;
    display: block;
}
.accordion.accordion-purple .panel {
    border-color: #9564e2;
}
.accordion.accordion-purple
    .panel
    > .panel-heading
    + .panel-collapse
    .panel-body {
    border-top: 2px solid #9564e2;
}
.accordion.accordion-purple .panel-heading {
    background-color: #9564e2;
    padding: 0;
}
.accordion.accordion-purple .panel-heading .accordion-toggle {
    color: white;
    padding: 10px 15px;
    display: block;
}
.accordion.accordion-green .panel {
    border-color: #49bf67;
}
.accordion.accordion-green
    .panel
    > .panel-heading
    + .panel-collapse
    .panel-body {
    border-top: 2px solid #49bf67;
}
.accordion.accordion-green .panel-heading {
    background-color: #49bf67;
    padding: 0;
}
.accordion.accordion-green .panel-heading .accordion-toggle {
    color: white;
    padding: 10px 15px;
    display: block;
}
.accordion.accordion-red .panel {
    border-color: #f34541;
}
.accordion.accordion-red .panel > .panel-heading + .panel-collapse .panel-body {
    border-top: 2px solid #f34541;
}
.accordion.accordion-red .panel-heading {
    background-color: #f34541;
    padding: 0;
}
.accordion.accordion-red .panel-heading .accordion-toggle {
    color: white;
    padding: 10px 15px;
    display: block;
}
.accordion.accordion-muted .panel {
    border-color: #999999;
}
.accordion.accordion-muted
    .panel
    > .panel-heading
    + .panel-collapse
    .panel-body {
    border-top: 2px solid #999999;
}
.accordion.accordion-muted .panel-heading {
    background-color: #999999;
    padding: 0;
}
.accordion.accordion-muted .panel-heading .accordion-toggle {
    color: white;
    padding: 10px 15px;
    display: block;
}
.accordion.accordion-fb .panel {
    border-color: #3d579d;
}
.accordion.accordion-fb .panel > .panel-heading + .panel-collapse .panel-body {
    border-top: 2px solid #3d579d;
}
.accordion.accordion-fb .panel-heading {
    background-color: #3d579d;
    padding: 0;
}
.accordion.accordion-fb .panel-heading .accordion-toggle {
    color: white;
    padding: 10px 15px;
    display: block;
}
.accordion.accordion-dark .panel {
    border-color: #2b2d30;
}
.accordion.accordion-dark
    .panel
    > .panel-heading
    + .panel-collapse
    .panel-body {
    border-top: 2px solid #2b2d30;
}
.accordion.accordion-dark .panel-heading {
    background-color: #2b2d30;
    padding: 0;
}
.accordion.accordion-dark .panel-heading .accordion-toggle {
    color: white;
    padding: 10px 15px;
    display: block;
}
.accordion.accordion-pink .panel {
    border-color: #c44a83;
}
.accordion.accordion-pink
    .panel
    > .panel-heading
    + .panel-collapse
    .panel-body {
    border-top: 2px solid #c44a83;
}
.accordion.accordion-pink .panel-heading {
    background-color: #c44a83;
    padding: 0;
}
.accordion.accordion-pink .panel-heading .accordion-toggle {
    color: white;
    padding: 10px 15px;
    display: block;
}
.accordion.accordion-grass-green .panel {
    border-color: #5daf2b;
}
.accordion.accordion-grass-green
    .panel
    > .panel-heading
    + .panel-collapse
    .panel-body {
    border-top: 2px solid #5daf2b;
}
.accordion.accordion-grass-green .panel-heading {
    background-color: #5daf2b;
    padding: 0;
}
.accordion.accordion-grass-green .panel-heading .accordion-toggle {
    color: white;
    padding: 10px 15px;
    display: block;
}
.accordion.accordion-sea-blue .panel {
    border-color: #0163ac;
}
.accordion.accordion-sea-blue
    .panel
    > .panel-heading
    + .panel-collapse
    .panel-body {
    border-top: 2px solid #0163ac;
}
.accordion.accordion-sea-blue .panel-heading {
    background-color: #0163ac;
    padding: 0;
}
.accordion.accordion-sea-blue .panel-heading .accordion-toggle {
    color: white;
    padding: 10px 15px;
    display: block;
}
.accordion.accordion-banana .panel {
    border-color: #fcd052;
}
.accordion.accordion-banana
    .panel
    > .panel-heading
    + .panel-collapse
    .panel-body {
    border-top: 2px solid #fcd052;
}
.accordion.accordion-banana .panel-heading {
    background-color: #fcd052;
    padding: 0;
}
.accordion.accordion-banana .panel-heading .accordion-toggle {
    color: white;
    padding: 10px 15px;
    display: block;
}
.accordion.accordion-dark-orange .panel {
    border-color: #f56e00;
}
.accordion.accordion-dark-orange
    .panel
    > .panel-heading
    + .panel-collapse
    .panel-body {
    border-top: 2px solid #f56e00;
}
.accordion.accordion-dark-orange .panel-heading {
    background-color: #f56e00;
    padding: 0;
}
.accordion.accordion-dark-orange .panel-heading .accordion-toggle {
    color: white;
    padding: 10px 15px;
    display: block;
}
.accordion.accordion-brown .panel {
    border-color: #924e31;
}
.accordion.accordion-brown
    .panel
    > .panel-heading
    + .panel-collapse
    .panel-body {
    border-top: 2px solid #924e31;
}
.accordion.accordion-brown .panel-heading {
    background-color: #924e31;
    padding: 0;
}
.accordion.accordion-brown .panel-heading .accordion-toggle {
    color: white;
    padding: 10px 15px;
    display: block;
}

.nav-tabs-centered {
    text-align: center;
}
.nav-tabs-centered > li {
    float: none;
    display: inline-block;
}

.tabs-right .nav-tabs-simple > li > a {
    border-color: transparent !important;
}
.tabs-right .nav-tabs-simple > .active > a,
.tabs-right .nav-tabs-simple > .active > a:hover,
.tabs-right .nav-tabs-simple > .active > a:focus {
    border-color: transparent !important;
    border-left-color: #f34541 !important;
}
.tabs-right .nav-tabs-simple > .active > a.contrast-border,
.tabs-right .nav-tabs-simple > .active > a:hover.contrast-border,
.tabs-right .nav-tabs-simple > .active > a:focus.contrast-border {
    border-left-color: #f34541 !important;
}
.tabs-right .nav-tabs-simple > .active > a.contrast-border,
.tabs-right .nav-tabs-simple > .active > a:hover.contrast-border,
.tabs-right .nav-tabs-simple > .active > a:focus.contrast-border {
    border-left-color: #f34541 !important;
}
.tabs-right .nav-tabs-simple > .active > a.orange-border,
.tabs-right .nav-tabs-simple > .active > a:hover.orange-border,
.tabs-right .nav-tabs-simple > .active > a:focus.orange-border {
    border-left-color: #f8a326 !important;
}
.tabs-right .nav-tabs-simple > .active > a.blue-border,
.tabs-right .nav-tabs-simple > .active > a:hover.blue-border,
.tabs-right .nav-tabs-simple > .active > a:focus.blue-border {
    border-left-color: #00acec !important;
}
.tabs-right .nav-tabs-simple > .active > a.purple-border,
.tabs-right .nav-tabs-simple > .active > a:hover.purple-border,
.tabs-right .nav-tabs-simple > .active > a:focus.purple-border {
    border-left-color: #9564e2 !important;
}
.tabs-right .nav-tabs-simple > .active > a.green-border,
.tabs-right .nav-tabs-simple > .active > a:hover.green-border,
.tabs-right .nav-tabs-simple > .active > a:focus.green-border {
    border-left-color: #49bf67 !important;
}
.tabs-right .nav-tabs-simple > .active > a.red-border,
.tabs-right .nav-tabs-simple > .active > a:hover.red-border,
.tabs-right .nav-tabs-simple > .active > a:focus.red-border {
    border-left-color: #f34541 !important;
}
.tabs-right .nav-tabs-simple > .active > a.muted-border,
.tabs-right .nav-tabs-simple > .active > a:hover.muted-border,
.tabs-right .nav-tabs-simple > .active > a:focus.muted-border {
    border-left-color: #999999 !important;
}
.tabs-right .nav-tabs-simple > .active > a.fb-border,
.tabs-right .nav-tabs-simple > .active > a:hover.fb-border,
.tabs-right .nav-tabs-simple > .active > a:focus.fb-border {
    border-left-color: #3d579d !important;
}
.tabs-right .nav-tabs-simple > .active > a.dark-border,
.tabs-right .nav-tabs-simple > .active > a:hover.dark-border,
.tabs-right .nav-tabs-simple > .active > a:focus.dark-border {
    border-left-color: #2b2d30 !important;
}
.tabs-right .nav-tabs-simple > .active > a.pink-border,
.tabs-right .nav-tabs-simple > .active > a:hover.pink-border,
.tabs-right .nav-tabs-simple > .active > a:focus.pink-border {
    border-left-color: #c44a83 !important;
}
.tabs-right .nav-tabs-simple > .active > a.grass-green-border,
.tabs-right .nav-tabs-simple > .active > a:hover.grass-green-border,
.tabs-right .nav-tabs-simple > .active > a:focus.grass-green-border {
    border-left-color: #5daf2b !important;
}
.tabs-right .nav-tabs-simple > .active > a.sea-blue-border,
.tabs-right .nav-tabs-simple > .active > a:hover.sea-blue-border,
.tabs-right .nav-tabs-simple > .active > a:focus.sea-blue-border {
    border-left-color: #0163ac !important;
}
.tabs-right .nav-tabs-simple > .active > a.banana-border,
.tabs-right .nav-tabs-simple > .active > a:hover.banana-border,
.tabs-right .nav-tabs-simple > .active > a:focus.banana-border {
    border-left-color: #fcd052 !important;
}
.tabs-right .nav-tabs-simple > .active > a.dark-orange-border,
.tabs-right .nav-tabs-simple > .active > a:hover.dark-orange-border,
.tabs-right .nav-tabs-simple > .active > a:focus.dark-orange-border {
    border-left-color: #f56e00 !important;
}
.tabs-right .nav-tabs-simple > .active > a.brown-border,
.tabs-right .nav-tabs-simple > .active > a:hover.brown-border,
.tabs-right .nav-tabs-simple > .active > a:focus.brown-border {
    border-left-color: #924e31 !important;
}

.tabs-left .nav-tabs-simple > li > a {
    border-color: transparent !important;
}
.tabs-left .nav-tabs-simple > .active > a,
.tabs-left .nav-tabs-simple > .active > a:hover,
.tabs-left .nav-tabs-simple > .active > a:focus {
    border-color: transparent !important;
    border-right-color: #f34541 !important;
}
.tabs-left .nav-tabs-simple > .active > a.contrast-border,
.tabs-left .nav-tabs-simple > .active > a:hover.contrast-border,
.tabs-left .nav-tabs-simple > .active > a:focus.contrast-border {
    border-right-color: #f34541 !important;
}
.tabs-left .nav-tabs-simple > .active > a.contrast-border,
.tabs-left .nav-tabs-simple > .active > a:hover.contrast-border,
.tabs-left .nav-tabs-simple > .active > a:focus.contrast-border {
    border-right-color: #f34541 !important;
}
.tabs-left .nav-tabs-simple > .active > a.orange-border,
.tabs-left .nav-tabs-simple > .active > a:hover.orange-border,
.tabs-left .nav-tabs-simple > .active > a:focus.orange-border {
    border-right-color: #f8a326 !important;
}
.tabs-left .nav-tabs-simple > .active > a.blue-border,
.tabs-left .nav-tabs-simple > .active > a:hover.blue-border,
.tabs-left .nav-tabs-simple > .active > a:focus.blue-border {
    border-right-color: #00acec !important;
}
.tabs-left .nav-tabs-simple > .active > a.purple-border,
.tabs-left .nav-tabs-simple > .active > a:hover.purple-border,
.tabs-left .nav-tabs-simple > .active > a:focus.purple-border {
    border-right-color: #9564e2 !important;
}
.tabs-left .nav-tabs-simple > .active > a.green-border,
.tabs-left .nav-tabs-simple > .active > a:hover.green-border,
.tabs-left .nav-tabs-simple > .active > a:focus.green-border {
    border-right-color: #49bf67 !important;
}
.tabs-left .nav-tabs-simple > .active > a.red-border,
.tabs-left .nav-tabs-simple > .active > a:hover.red-border,
.tabs-left .nav-tabs-simple > .active > a:focus.red-border {
    border-right-color: #f34541 !important;
}
.tabs-left .nav-tabs-simple > .active > a.muted-border,
.tabs-left .nav-tabs-simple > .active > a:hover.muted-border,
.tabs-left .nav-tabs-simple > .active > a:focus.muted-border {
    border-right-color: #999999 !important;
}
.tabs-left .nav-tabs-simple > .active > a.fb-border,
.tabs-left .nav-tabs-simple > .active > a:hover.fb-border,
.tabs-left .nav-tabs-simple > .active > a:focus.fb-border {
    border-right-color: #3d579d !important;
}
.tabs-left .nav-tabs-simple > .active > a.dark-border,
.tabs-left .nav-tabs-simple > .active > a:hover.dark-border,
.tabs-left .nav-tabs-simple > .active > a:focus.dark-border {
    border-right-color: #2b2d30 !important;
}
.tabs-left .nav-tabs-simple > .active > a.pink-border,
.tabs-left .nav-tabs-simple > .active > a:hover.pink-border,
.tabs-left .nav-tabs-simple > .active > a:focus.pink-border {
    border-right-color: #c44a83 !important;
}
.tabs-left .nav-tabs-simple > .active > a.grass-green-border,
.tabs-left .nav-tabs-simple > .active > a:hover.grass-green-border,
.tabs-left .nav-tabs-simple > .active > a:focus.grass-green-border {
    border-right-color: #5daf2b !important;
}
.tabs-left .nav-tabs-simple > .active > a.sea-blue-border,
.tabs-left .nav-tabs-simple > .active > a:hover.sea-blue-border,
.tabs-left .nav-tabs-simple > .active > a:focus.sea-blue-border {
    border-right-color: #0163ac !important;
}
.tabs-left .nav-tabs-simple > .active > a.banana-border,
.tabs-left .nav-tabs-simple > .active > a:hover.banana-border,
.tabs-left .nav-tabs-simple > .active > a:focus.banana-border {
    border-right-color: #fcd052 !important;
}
.tabs-left .nav-tabs-simple > .active > a.dark-orange-border,
.tabs-left .nav-tabs-simple > .active > a:hover.dark-orange-border,
.tabs-left .nav-tabs-simple > .active > a:focus.dark-orange-border {
    border-right-color: #f56e00 !important;
}
.tabs-left .nav-tabs-simple > .active > a.brown-border,
.tabs-left .nav-tabs-simple > .active > a:hover.brown-border,
.tabs-left .nav-tabs-simple > .active > a:focus.brown-border {
    border-right-color: #924e31 !important;
}

.tabs-below .nav-tabs-simple > li > a {
    border-color: transparent !important;
}
.tabs-below .nav-tabs-simple > .active > a,
.tabs-below .nav-tabs-simple > .active > a:hover,
.tabs-below .nav-tabs-simple > .active > a:focus {
    border-color: transparent !important;
    border-top-color: #f34541 !important;
}
.tabs-below .nav-tabs-simple > .active > a.contrast-border,
.tabs-below .nav-tabs-simple > .active > a:hover.contrast-border,
.tabs-below .nav-tabs-simple > .active > a:focus.contrast-border {
    border-top-color: #f34541 !important;
}
.tabs-below .nav-tabs-simple > .active > a.contrast-border,
.tabs-below .nav-tabs-simple > .active > a:hover.contrast-border,
.tabs-below .nav-tabs-simple > .active > a:focus.contrast-border {
    border-top-color: #f34541 !important;
}
.tabs-below .nav-tabs-simple > .active > a.orange-border,
.tabs-below .nav-tabs-simple > .active > a:hover.orange-border,
.tabs-below .nav-tabs-simple > .active > a:focus.orange-border {
    border-top-color: #f8a326 !important;
}
.tabs-below .nav-tabs-simple > .active > a.blue-border,
.tabs-below .nav-tabs-simple > .active > a:hover.blue-border,
.tabs-below .nav-tabs-simple > .active > a:focus.blue-border {
    border-top-color: #00acec !important;
}
.tabs-below .nav-tabs-simple > .active > a.purple-border,
.tabs-below .nav-tabs-simple > .active > a:hover.purple-border,
.tabs-below .nav-tabs-simple > .active > a:focus.purple-border {
    border-top-color: #9564e2 !important;
}
.tabs-below .nav-tabs-simple > .active > a.green-border,
.tabs-below .nav-tabs-simple > .active > a:hover.green-border,
.tabs-below .nav-tabs-simple > .active > a:focus.green-border {
    border-top-color: #49bf67 !important;
}
.tabs-below .nav-tabs-simple > .active > a.red-border,
.tabs-below .nav-tabs-simple > .active > a:hover.red-border,
.tabs-below .nav-tabs-simple > .active > a:focus.red-border {
    border-top-color: #f34541 !important;
}
.tabs-below .nav-tabs-simple > .active > a.muted-border,
.tabs-below .nav-tabs-simple > .active > a:hover.muted-border,
.tabs-below .nav-tabs-simple > .active > a:focus.muted-border {
    border-top-color: #999999 !important;
}
.tabs-below .nav-tabs-simple > .active > a.fb-border,
.tabs-below .nav-tabs-simple > .active > a:hover.fb-border,
.tabs-below .nav-tabs-simple > .active > a:focus.fb-border {
    border-top-color: #3d579d !important;
}
.tabs-below .nav-tabs-simple > .active > a.dark-border,
.tabs-below .nav-tabs-simple > .active > a:hover.dark-border,
.tabs-below .nav-tabs-simple > .active > a:focus.dark-border {
    border-top-color: #2b2d30 !important;
}
.tabs-below .nav-tabs-simple > .active > a.pink-border,
.tabs-below .nav-tabs-simple > .active > a:hover.pink-border,
.tabs-below .nav-tabs-simple > .active > a:focus.pink-border {
    border-top-color: #c44a83 !important;
}
.tabs-below .nav-tabs-simple > .active > a.grass-green-border,
.tabs-below .nav-tabs-simple > .active > a:hover.grass-green-border,
.tabs-below .nav-tabs-simple > .active > a:focus.grass-green-border {
    border-top-color: #5daf2b !important;
}
.tabs-below .nav-tabs-simple > .active > a.sea-blue-border,
.tabs-below .nav-tabs-simple > .active > a:hover.sea-blue-border,
.tabs-below .nav-tabs-simple > .active > a:focus.sea-blue-border {
    border-top-color: #0163ac !important;
}
.tabs-below .nav-tabs-simple > .active > a.banana-border,
.tabs-below .nav-tabs-simple > .active > a:hover.banana-border,
.tabs-below .nav-tabs-simple > .active > a:focus.banana-border {
    border-top-color: #fcd052 !important;
}
.tabs-below .nav-tabs-simple > .active > a.dark-orange-border,
.tabs-below .nav-tabs-simple > .active > a:hover.dark-orange-border,
.tabs-below .nav-tabs-simple > .active > a:focus.dark-orange-border {
    border-top-color: #f56e00 !important;
}
.tabs-below .nav-tabs-simple > .active > a.brown-border,
.tabs-below .nav-tabs-simple > .active > a:hover.brown-border,
.tabs-below .nav-tabs-simple > .active > a:focus.brown-border {
    border-top-color: #924e31 !important;
}

.nav-tabs-simple > li > a {
    border-color: transparent !important;
}
.nav-tabs-simple > .active > a,
.nav-tabs-simple > .active > a:hover,
.nav-tabs-simple > .active > a:focus {
    border-color: transparent !important;
    border-bottom-color: #f34541 !important;
}
.nav-tabs-simple > .active > a.contrast-border,
.nav-tabs-simple > .active > a:hover.contrast-border,
.nav-tabs-simple > .active > a:focus.contrast-border {
    border-bottom-color: #f34541 !important;
}
.nav-tabs-simple > .active > a.contrast-border,
.nav-tabs-simple > .active > a:hover.contrast-border,
.nav-tabs-simple > .active > a:focus.contrast-border {
    border-bottom-color: #f34541 !important;
}
.nav-tabs-simple > .active > a.orange-border,
.nav-tabs-simple > .active > a:hover.orange-border,
.nav-tabs-simple > .active > a:focus.orange-border {
    border-bottom-color: #f8a326 !important;
}
.nav-tabs-simple > .active > a.blue-border,
.nav-tabs-simple > .active > a:hover.blue-border,
.nav-tabs-simple > .active > a:focus.blue-border {
    border-bottom-color: #00acec !important;
}
.nav-tabs-simple > .active > a.purple-border,
.nav-tabs-simple > .active > a:hover.purple-border,
.nav-tabs-simple > .active > a:focus.purple-border {
    border-bottom-color: #9564e2 !important;
}
.nav-tabs-simple > .active > a.green-border,
.nav-tabs-simple > .active > a:hover.green-border,
.nav-tabs-simple > .active > a:focus.green-border {
    border-bottom-color: #49bf67 !important;
}
.nav-tabs-simple > .active > a.red-border,
.nav-tabs-simple > .active > a:hover.red-border,
.nav-tabs-simple > .active > a:focus.red-border {
    border-bottom-color: #f34541 !important;
}
.nav-tabs-simple > .active > a.muted-border,
.nav-tabs-simple > .active > a:hover.muted-border,
.nav-tabs-simple > .active > a:focus.muted-border {
    border-bottom-color: #999999 !important;
}
.nav-tabs-simple > .active > a.fb-border,
.nav-tabs-simple > .active > a:hover.fb-border,
.nav-tabs-simple > .active > a:focus.fb-border {
    border-bottom-color: #3d579d !important;
}
.nav-tabs-simple > .active > a.dark-border,
.nav-tabs-simple > .active > a:hover.dark-border,
.nav-tabs-simple > .active > a:focus.dark-border {
    border-bottom-color: #2b2d30 !important;
}
.nav-tabs-simple > .active > a.pink-border,
.nav-tabs-simple > .active > a:hover.pink-border,
.nav-tabs-simple > .active > a:focus.pink-border {
    border-bottom-color: #c44a83 !important;
}
.nav-tabs-simple > .active > a.grass-green-border,
.nav-tabs-simple > .active > a:hover.grass-green-border,
.nav-tabs-simple > .active > a:focus.grass-green-border {
    border-bottom-color: #5daf2b !important;
}
.nav-tabs-simple > .active > a.sea-blue-border,
.nav-tabs-simple > .active > a:hover.sea-blue-border,
.nav-tabs-simple > .active > a:focus.sea-blue-border {
    border-bottom-color: #0163ac !important;
}
.nav-tabs-simple > .active > a.banana-border,
.nav-tabs-simple > .active > a:hover.banana-border,
.nav-tabs-simple > .active > a:focus.banana-border {
    border-bottom-color: #fcd052 !important;
}
.nav-tabs-simple > .active > a.dark-orange-border,
.nav-tabs-simple > .active > a:hover.dark-orange-border,
.nav-tabs-simple > .active > a:focus.dark-orange-border {
    border-bottom-color: #f56e00 !important;
}
.nav-tabs-simple > .active > a.brown-border,
.nav-tabs-simple > .active > a:hover.brown-border,
.nav-tabs-simple > .active > a:focus.brown-border {
    border-bottom-color: #924e31 !important;
}

@media print {
    .tab-content > .tab-pane {
        display: block !important;
        opacity: 1 !important;
    }
}
.nav-tabs,
.nav-pills {
    margin-bottom: 19px;
}

.tabs-below > .nav-tabs,
.tabs-right > .nav-tabs,
.tabs-left > .nav-tabs {
    border-bottom: 0;
}

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

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

.tabs-below > .nav-tabs {
    border-top: 1px solid #ddd;
}

.tabs-below > .nav-tabs > li {
    margin-top: -1px;
    margin-bottom: 0;
}

.tabs-below > .nav-tabs > li > a {
    -webkit-border-radius: 0 0 4px 4px;
    -moz-border-radius: 0 0 4px 4px;
    border-radius: 0 0 4px 4px;
}

.tabs-below > .nav-tabs > li > a:hover,
.tabs-below > .nav-tabs > li > a:focus {
    border-top-color: #ddd;
    border-bottom-color: transparent;
}

.tabs-below > .nav-tabs > .active > a,
.tabs-below > .nav-tabs > .active > a:hover,
.tabs-below > .nav-tabs > .active > a:focus {
    border-color: transparent #ddd #ddd #ddd;
}

.tabs-left > .nav-tabs > li,
.tabs-right > .nav-tabs > li {
    float: none;
}

.tabs-left > .nav-tabs > li > a,
.tabs-right > .nav-tabs > li > a {
    min-width: 74px;
    margin-right: 0;
    margin-bottom: 3px;
}

.tabs-left > .nav-tabs {
    float: left;
    margin-right: 19px;
    border-right: 1px solid #ddd;
}

.tabs-left > .nav-tabs > li > a {
    margin-right: -1px;
    -webkit-border-radius: 4px 0 0 4px;
    -moz-border-radius: 4px 0 0 4px;
    border-radius: 4px 0 0 4px;
}

.tabs-left > .nav-tabs > li > a:hover,
.tabs-left > .nav-tabs > li > a:focus {
    border-color: #eeeeee #dddddd #eeeeee #eeeeee;
}

.tabs-left > .nav-tabs .active > a,
.tabs-left > .nav-tabs .active > a:hover,
.tabs-left > .nav-tabs .active > a:focus {
    border-color: #ddd transparent #ddd #ddd;
    *border-right-color: #ffffff;
}

.tabs-right > .nav-tabs {
    float: right;
    margin-left: 19px;
    border-left: 1px solid #ddd;
}

.tabs-right > .nav-tabs > li > a {
    margin-left: -1px;
    -webkit-border-radius: 0 4px 4px 0;
    -moz-border-radius: 0 4px 4px 0;
    border-radius: 0 4px 4px 0;
}

.tabs-right > .nav-tabs > li > a:hover,
.tabs-right > .nav-tabs > li > a:focus {
    border-color: #eeeeee #eeeeee #eeeeee #dddddd;
}

.tabs-right > .nav-tabs .active > a,
.tabs-right > .nav-tabs .active > a:hover,
.tabs-right > .nav-tabs .active > a:focus {
    border-color: #ddd #ddd #ddd transparent;
    *border-left-color: #ffffff;
}

.fuelux .wizard {
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -ms-border-radius: 0;
    -o-border-radius: 0;
    border-radius: 0;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    background-color: transparent;
    border: none;
}
.fuelux .wizard .actions {
    padding: 0;
}
.fuelux .wizard ul li {
    background-color: #dddddd;
    margin-right: 30px;
    padding: 0 20px;
    color: #424242;
    font-family: Montserrat;
    font-size: 20px;
    position: relative;
    -webkit-border-radius: 0 !important;
    -moz-border-radius: 0 !important;
    -ms-border-radius: 0 !important;
    -o-border-radius: 0 !important;
    border-radius: 0 !important;
}
.fuelux .wizard ul li.active {
    background-color: #f34541;
    color: white;
}
.fuelux .wizard ul li.complete {
    background-color: #49bf67;
    color: white;
}
.fuelux .wizard ul li.complete:hover {
    background-color: #3eb05b;
}
.fuelux .wizard ul li.complete:before {
    background-color: #49bf67;
}
.fuelux .wizard ul li:before {
    content: '';
    width: 30px;
    height: 4px;
    background-color: #dddddd;
    display: block;
    position: absolute;
    top: 50%;
    margin-top: -2px;
    left: -30px;
}
.fuelux .wizard ul li:first-child:before {
    display: none;
}

@media print {
    .fuelux .step-content .step-pane {
        display: block !important;
        opacity: 1 !important;
    }
}
.form-striped .form-group {
    margin-left: 0;
    margin-right: 0;
    padding: 15px 0;
    border-bottom: 1px solid #dddddd;
    margin-bottom: 0;
}
.form-striped .form-group:nth-child(even) {
    background-color: #f4f4f4;
}
.form-striped .form-group:last-child {
    border-bottom-color: transparent;
}
.form-striped .form-actions {
    margin-top: 0;
    padding: 20px 15px;
}

.form-actions {
    background-color: #f4f4f4;
    padding: 20px;
    border-top: 1px solid #e5e5e5;
    margin-top: 20px;
}
@media (min-width: 768px) {
    .form-actions {
        padding: 20px 0;
    }
}
.form-actions.form-actions-padding {
    padding: 20px;
}
@media (max-width: 767px) {
    .form-actions.form-actions-padding-xs {
        padding: 20px;
    }
}
@media (min-width: 768px) and (max-width: 1149px) {
    .form-actions.form-actions-padding-sm {
        padding: 20px;
    }
}
@media (min-width: 1150px) and (max-width: 1199px) {
    .form-actions.form-actions-padding-md {
        padding: 20px;
    }
}
@media (min-width: 1200px) {
    .form-actions.form-actions-padding-lg {
        padding: 20px;
    }
}

.select2-container.form-control .select2-choice {
    line-height: 32px;
    height: auto;
}
.select2-container.form-control .select2-choice .select2-arrow b {
    margin-top: 2px;
}
.select2-container.form-control.input-lg .select2-choice {
    line-height: 43px;
}
.select2-container.form-control.input-lg .select2-choice .select2-arrow b {
    margin-top: 7px;
}
.select2-container.form-control.input-sm .select2-choice {
    line-height: 28px;
}
.select2-container.form-control.input-sm .select2-choice .select2-arrow b {
    margin-top: 0;
}

.select2-container.select2-container-active.form-control,
.select2-container-active .select2-choice,
.select2-container-active .select2-choices,
.select2-dropdown-open.select2-drop-above .select2-choice,
.select2-dropdown-open.select2-drop-above .select2-choices,
.select2-container-multi.select2-container-active .select2-choices,
.form-control.select2-container.select2-dropdown-open,
.select2-container .select2-choice,
.select2-drop-active,
.select2-drop.select2-drop-above.select2-drop-active {
    border-color: #aaaaaa !important;
}
.select2-container.select2-container-active.form-control:focus,
.select2-container-active .select2-choice:focus,
.select2-container-active .select2-choices:focus,
.select2-dropdown-open.select2-drop-above .select2-choice:focus,
.select2-dropdown-open.select2-drop-above .select2-choices:focus,
.select2-container-multi.select2-container-active .select2-choices:focus,
.form-control.select2-container.select2-dropdown-open:focus,
.select2-container .select2-choice:focus,
.select2-drop-active:focus,
.select2-drop.select2-drop-above.select2-drop-active:focus {
    border-color: #aaaaaa !important;
    -webkit-box-shadow: 0 0 8px #dce1e5 !important;
    -moz-box-shadow: 0 0 8px #dce1e5 !important;
    box-shadow: 0 0 8px #dce1e5 !important;
}

.select2-container a:focus {
    outline: none;
}

.select2-container-active .select2-choice,
.select2-container-active .select2-choices {
    border-color: #aaaaaa !important;
    -webkit-box-shadow: 0 0 8px #dce1e5 !important;
    -moz-box-shadow: 0 0 8px #dce1e5 !important;
    box-shadow: 0 0 8px #dce1e5 !important;
}

select2-container.form-control,
.select2-container-multi .select2-choices,
select,
textarea,
input[type='text'],
input[type='password'],
input[type='datetime'],
input[type='datetime-local'],
input[type='date'],
input[type='month'],
input[type='time'],
input[type='week'],
input[type='number'],
input[type='email'],
input[type='url'],
input[type='search'],
input[type='tel'],
input[type='color'],
.form-control,
.uneditable-input {
    color: #3c3c3c;
    border-color: #d0d0d0;
    background-color: white;
}
select2-container.form-control:focus,
.select2-container-multi .select2-choices:focus,
select:focus,
textarea:focus,
input[type='text']:focus,
input[type='password']:focus,
input[type='datetime']:focus,
input[type='datetime-local']:focus,
input[type='date']:focus,
input[type='month']:focus,
input[type='time']:focus,
input[type='week']:focus,
input[type='number']:focus,
input[type='email']:focus,
input[type='url']:focus,
input[type='search']:focus,
input[type='tel']:focus,
input[type='color']:focus,
.form-control:focus,
.uneditable-input:focus {
    border-color: #aaaaaa;
    -webkit-box-shadow: 0 0 8px #dce1e5;
    -moz-box-shadow: 0 0 8px #dce1e5;
    box-shadow: 0 0 8px #dce1e5;
}

.gallery {
    margin-left: -5px;
}
.gallery > ul {
    margin-bottom: 0;
}
.gallery li {
    margin-bottom: 10px !important;
}
.gallery .picture {
    position: relative;
    overflow: hidden;
    cursor: pointer;
}
.gallery .picture .tags {
    position: absolute;
    right: 2px;
    top: 2px;
    direction: rtl;
}
.gallery .picture .tags .label {
    display: table;
    margin-bottom: 2px;
    text-align: left;
    direction: ltr;
}
.gallery .picture:hover .actions {
    bottom: 0;
}
.gallery .picture .actions {
    width: 100%;
    position: absolute;
    background-color: rgba(0, 0, 0, 0.3);
    height: 35px;
    left: 0;
    bottom: -35px;
    overflow: hidden;
    *zoom: 1;
    -webkit-transition: bottom 100ms ease;
    -moz-transition: bottom 100ms ease;
    -o-transition: bottom 100ms ease;
    transition: bottom 100ms ease;
}
.gallery .picture .actions.show-actions {
    bottom: 0;
}
.gallery .picture .actions .btn-link {
    color: white;
    text-shadow: none;
}
.gallery .picture .actions .pull-right .btn-link {
    position: relative;
    top: 1px;
}

.timeline li {
    position: relative;
    border-left: 4px solid #dddddd;
    padding-bottom: 20px;
}
.timeline li .date {
    width: 40px;
    height: 40px;
    background-color: red;
    text-align: center;
    color: white;
    position: absolute;
    top: 0;
    left: 0;
    font-family: Montserrat;
}
.timeline li:first-child:before,
.timeline li:last-child:before {
    content: '';
    width: 10px;
    height: 10px;
    display: block;
    position: absolute;
    top: 0;
    left: -7px;
    background-color: #dddddd;
}
.timeline li:last-child:before {
    top: auto;
    bottom: 0;
}
.timeline li:last-child {
    padding-bottom: 0;
}
.timeline li .content {
    padding: 10px;
    background-color: white;
    border: 1px solid #dddddd;
    position: relative;
    margin-top: 10px;
    margin-left: 20px;
    position: relative;
}
.timeline li .icon {
    width: 40px;
    height: 40px;
    text-align: center;
    color: white;
    vertical-align: middle;
    line-height: 40px;
    font-size: 25px;
    position: absolute;
    top: 0;
    left: 20px;
}
.timeline li .icon:before {
    content: '';
    width: 20px;
    height: 4px;
    background-color: #dddddd;
    position: absolute;
    vertical-align: middle;
    top: 50%;
    margin-top: -2px;
    left: -20px;
}
.timeline li .title {
    font-family: Montserrat;
    margin-left: 70px;
    padding: 2px 0;
    font-size: 16px;
}
.timeline li .title small {
    font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
    display: block;
    font-size: 10px;
}

.invoice .invoice-header {
    border-bottom: 1px solid #dddddd;
    padding-bottom: 20px;
    margin-bottom: 40px;
    overflow: hidden;
    *zoom: 1;
}
.invoice .invoice-header .invoice-title {
    float: left;
}
.invoice .invoice-header .invoice-title {
    font-size: 30px;
    font-family: Montserrat;
}
@media screen and (max-width: 768px) {
    .invoice .invoice-header .invoice-title {
        float: none;
        text-align: center;
        margin-bottom: 20px;
    }
}
.invoice .invoice-header .invoice-number {
    float: right;
    font-size: 30px;
    font-family: Montserrat;
}
@media screen and (max-width: 768px) {
    .invoice .invoice-header .invoice-number {
        float: none;
        text-align: center;
    }
}
.invoice .invoice-header .invoice-number .invoice-name {
    color: #999999;
}
.invoice .info .lead {
    font-family: Montserrat;
}
.invoice .seller,
.invoice .buyer {
    overflow: hidden;
    *zoom: 1;
}
.invoice .seller .icon-globe,
.invoice .buyer .icon-globe {
    float: left;
    font-size: 20px;
    color: #999999;
}
.invoice .seller .lead,
.invoice .buyer .lead {
    font-family: Montserrat;
}
.invoice .seller address,
.invoice .buyer address {
    float: left;
    margin-left: 20px;
    font-size: 16px;
}
.invoice table {
    margin-top: 20px;
}
.invoice .subtotal {
    font-family: Montserrat;
    font-size: 30px;
}
.invoice .comment {
    margin-top: 40px;
}

.pricing-tables .pricing-table {
    border: 1px solid white;
    margin-bottom: 20px;
    position: relative;
    -webkit-transition: opacity 100ms ease;
    -moz-transition: opacity 100ms ease;
    -o-transition: opacity 100ms ease;
    transition: opacity 100ms ease;
}
.pricing-tables .pricing-table.not-important {
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=50);
    opacity: 0.5;
}
.pricing-tables .pricing-table.not-important:hover {
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
    opacity: 1;
}
@media print {
    .pricing-tables .pricing-table.not-important {
        filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
        opacity: 1;
    }
}
.pricing-tables .pricing-table .header {
    text-align: center;
    padding: 20px 0 50px 0;
    font-size: 20px;
    font-family: Montserrat;
    background-color: #dddddd;
}
.pricing-tables .pricing-table .price {
    width: 30%;
    height: 60px;
    line-height: 60px;
    position: absolute;
    top: 60px;
    z-index: 900;
    left: 50%;
    display: block;
    font-size: 25px;
    text-align: center;
    color: white;
    margin-left: -15%;
    font-family: Montserrat;
}
.pricing-tables .pricing-table .price span {
    vertical-align: middle;
}
.pricing-tables .pricing-table .features {
    padding-top: 50px;
    text-align: center;
    margin-bottom: 0;
    background-color: white;
}
.pricing-tables .pricing-table .features > li {
    padding: 5px 0;
    border-bottom: 1px solid #eaeaea;
}
.pricing-tables .pricing-table .footer {
    text-align: center;
    background-color: #dddddd;
    padding: 20px 0;
}

#orders #list {
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=50);
    opacity: 0.5;
    -webkit-transition: opacity 0.2s linear;
    -moz-transition: opacity 0.2s linear;
    -o-transition: opacity 0.2s linear;
    transition: opacity 0.2s linear;
}
@media print {
    #orders #list {
        filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
        opacity: 1;
    }
}
#orders #list hr {
    margin: 10px 0;
}
#orders #list hr:last-child {
    display: none;
}
#orders #list .price {
    margin: 0;
    margin-bottom: 10px;
}
#orders #list:hover {
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
    opacity: 1;
}
#orders #detail .pager {
    margin: 0;
}
#orders #detail .form-actions {
    margin-bottom: 0;
}
#orders #detail .only-checkbox {
    width: 10px;
}
#orders #detail .only-checkbox input[type='checkbox'] {
    margin: 0;
}

.faq .nav-tabs,
.faq .nav-pills {
    margin-bottom: -1px;
}
.faq .tabdrop a {
    margin-right: 0;
}
.faq .panel-default > .panel-heading {
    background: white;
}
.faq .panel-group {
    background: white;
}
.faq .tab-content {
    background: white;
    padding: 19px;
    border: 1px solid #ddd;
}

html {
    width: 100%;
    height: 100%;
}

body.error {
    width: 100%;
    height: 100%;
    position: relative;
}
body.error .middle-container {
    overflow: visible;
    display: table;
    position: static;
    width: 100%;
    height: 100%;
}
body.error .middle-container .middle-row {
    display: table-cell;
    vertical-align: middle;
    width: 100%;
    position: static;
}
body.error .middle-container .middle-row .middle-wrapper {
    position: static;
}
body.error .error-container-header {
    font-size: 100px;
    color: white;
    padding: 30px 0 40px 0;
    font-family: Montserrat;
}
@media (min-width: 768px) {
    body.error .error-container-header {
        padding: 10px 0 40px 0;
    }
}
body.error .error-container {
    background-color: white;
    position: relative;
    padding: 40px 0;
    -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.3);
    -moz-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.3);
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.3);
}
body.error .error-container:before {
    content: '';
    position: absolute;
    margin-left: -10px;
    left: 50%;
    top: -10px;
    border-bottom: 10px solid white;
    border-top: 0;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
}
body.error .error-container .title {
    margin: 0;
    margin-bottom: 20px;
}
body.error .error-container .with-icon-over-input {
    position: relative;
}
body.error .error-container .with-icon-over-input [class^='icon-'] {
    position: absolute;
    right: 10px;
    top: 9px;
}
body.error .error-container .with-icon-over-input input[type='text'] {
    padding-right: 28px;
}
body.error .error-container-footer {
    padding: 40px 0;
}
body.error .error-container-footer a {
    color: white;
    text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.3);
}

html {
    width: 100%;
    height: 100%;
}

body.login {
    width: 100%;
    height: 100%;
    position: relative;
}
body.login .middle-container {
    overflow: visible;
    display: table;
    position: static;
    width: 100%;
    height: 100%;
}
body.login .middle-container .middle-row {
    display: table-cell;
    vertical-align: middle;
    width: 100%;
    position: static;
}
body.login .middle-container .middle-row .middle-wrapper {
    position: static;
}
body.login .login-container-header {
    padding: 30px 0 40px 0;
}
@media (min-width: 768px) {
    body.login .login-container-header {
        padding: 10px 0 40px 0;
    }
}
body.login .login-container {
    background-color: white;
    position: relative;
    padding: 40px 0;
    -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.3);
    -moz-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.3);
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.3);
}
body.login .login-container:before {
    content: '';
    position: absolute;
    margin-left: -10px;
    left: 50%;
    top: -10px;
    border-bottom: 10px solid white;
    border-top: 0;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
}
body.login .login-container .title {
    margin: 0;
    margin-bottom: 20px;
}
body.login .login-container .with-icon-over-input {
    position: relative;
}
body.login .login-container .with-icon-over-input [class^='icon-'] {
    position: absolute;
    right: 10px;
    top: 9px;
}
body.login .login-container .with-icon-over-input input[type='text'] {
    padding-right: 28px;
}
body.login .login-container-footer {
    padding: 20px 0;
}
body.login .login-container-footer a {
    color: white;
    text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.3);
}

.dropdown-menu > .active > a,
.dropdown-menu > .active > a:hover,
.dropdown-menu > .active > a:focus {
    background-image: none;
    filter: none;
}

.breadcrumb {
    background: transparent;
}

.breadcrumb > li + li:before {
    display: none;
}

.label-important {
    background-color: #f34541;
}

.label-important[href] {
    background-color: #f01611;
}

.label-warning {
    background-color: #f8a326;
}

.label-warning[href] {
    background-color: #e48a07;
}

.label-success {
    background-color: #49bf67;
}

.label-success[href] {
    background-color: #379e51;
}

.label-info {
    background-color: #9564e2;
}

.label-info[href] {
    background-color: #7839da;
}

.label-inverse {
    background-color: #3c3c3c;
}

.label-inverse[href] {
    background-color: #232323;
}

.badge-important {
    background-color: #f34541;
}

.badge-important[href] {
    background-color: #f01611;
}

.badge-warning {
    background-color: #f8a326;
}

.badge-warning[href] {
    background-color: #e48a07;
}

.badge-success {
    background-color: #49bf67;
}

.badge-success[href] {
    background-color: #379e51;
}

.badge-info {
    background-color: #9564e2;
}

.badge-info[href] {
    background-color: #7839da;
}

.badge-inverse {
    background-color: #3c3c3c;
}

.badge-inverse[href] {
    background-color: #232323;
}

.navbar .nav > .active > a,
.navbar .nav > .active > a:hover,
.navbar .nav > .active > a:focus,
.navbar-inner,
.dropdown-menu > li > a:hover,
.dropdown-menu > li > a:focus,
.dropdown-submenu:hover > a,
.dropdown-submenu:focus > a,
.btn {
    background-image: none !important;
    filter: none !important;
}

.btn {
    -webkit-border-radius: 0 !important;
    -moz-border-radius: 0 !important;
    -ms-border-radius: 0 !important;
    -o-border-radius: 0 !important;
    border-radius: 0 !important;
}

.table-bordered tbody:last-child tr:last-child > th:last-child,
.table-bordered tfoot:last-child tr:last-child > td:last-child,
.table-bordered tfoot:last-child tr:last-child > th:last-child,
.table-bordered thead:first-child tr:first-child > th:last-child,
.table-bordered tbody:first-child tr:first-child > td:last-child,
.table-bordered tbody:first-child tr:first-child > th:last-child,
.table-bordered thead:first-child tr:first-child > th:last-child,
.table-bordered tbody:first-child tr:first-child > td:last-child,
.table-bordered
    tbody:first-child
    tr:first-child
    > th:last-child.table-bordered
    thead:last-child
    tr:last-child
    > th:first-child,
.table-bordered tbody:last-child tr:last-child > td:first-child,
.table-bordered tbody:last-child tr:last-child > th:first-child,
.table-bordered tfoot:last-child tr:last-child > td:first-child,
.table-bordered tfoot:last-child tr:last-child > th:first-child,
.table-bordered thead:first-child tr:first-child > th:first-child,
.table-bordered tbody:first-child tr:first-child > td:first-child,
.table-bordered tbody:first-child tr:first-child > th:first-child,
.table,
.table-bordered thead:last-child tr:last-child > th:last-child,
.table-bordered tbody:last-child tr:last-child > td:last-child {
    -webkit-border-radius: 0 !important;
    -moz-border-radius: 0 !important;
    border-radius: 0 !important;
}

.input-group-addon,
.form-control,
.input-append .add-on:last-child,
.input-append .btn:last-child,
.input-append .btn-group:last-child > .dropdown-toggle,
.input-prepend.input-append .add-on:last-child,
.input-prepend.input-append .btn:last-child,
.input-prepend.input-append .add-on:first-child,
.input-prepend.input-append .btn:first-child,
.input-prepend .add-on:first-child,
.input-prepend .btn:first-child {
    -webkit-border-radius: 0 !important;
    -moz-border-radius: 0 !important;
    border-radius: 0 !important;
}

.pager li > a,
.pager li > span,
ul.pagination > li:first-child > a,
ul.pagination > li:first-child > span,
ul.pagination-large > li:last-child > a,
ul.pagination-large > li:last-child > span,
ul.pagination-large > li:first-child > a,
ul.pagination-large > li:first-child > span,
ul.pagination > li:last-child > a,
ul.pagination > li:last-child > span {
    -webkit-border-radius: 0 !important;
    -moz-border-radius: 0 !important;
    border-radius: 0 !important;
}

.btn,
.btn-group > .btn:first-child,
.btn-group > .btn:last-child,
.btn-group > .dropdown-toggle {
    -webkit-border-radius: 0 !important;
    -moz-border-radius: 0 !important;
    border-radius: 0 !important;
}

.well,
.nav-pills > li > a,
.navbar-inner,
.breadcrumb,
.nav-tabs > li > a,
.tabs-left > .nav-tabs > li > a,
.tabs-right > .nav-tabs > li > a,
.tabs-left > .nav-tabs > li > a,
.accordion-group,
input[type='text'],
input[type='password'],
.ui-autocomplete-input,
textarea,
.uneditable-input,
.modal-content,
.tooltip .tooltip-inner,
.popover,
.popover-title,
.progress,
.alert,
.label,
.thumbnail,
.dropdown-menu {
    -webkit-border-radius: 0 !important;
    -moz-border-radius: 0 !important;
    border-radius: 0 !important;
}

.panel-group .panel,
.panel,
.panel-heading,
.panel-body {
    -webkit-border-radius: 0 !important;
    -moz-border-radius: 0 !important;
    border-radius: 0 !important;
}

ul.dynatree-container {
    border: none;
}

.ui-state-default,
.ui-widget-content .ui-state-default,
.ui-widget-header .ui-state-default {
    background-image: none !important;
    background-color: #dddddd;
}

.ui-slider {
    background-color: transparent;
    border: 1px solid #dddddd;
}

.ui-state-default,
.ui-widget-content .ui-state-default,
.ui-widget-header .ui-state-default {
    background-color: #dddddd;
}

.ui-slider .ui-slider-range {
    background-color: #3c3c3c;
}

div.jGrowl div.jGrowl-notification,
div.jGrowl div.jGrowl-closer {
    background: #222222;
    text-shadow: none;
    color: white;
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
    opacity: 1;
    -webkit-border-radius: 0 !important;
    -moz-border-radius: 0 !important;
    -ms-border-radius: 0 !important;
    -o-border-radius: 0 !important;
    border-radius: 0 !important;
}

.jGrowl-notification.ui-state-highlight {
    background: #222222;
    text-shadow: none;
    color: white;
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
    opacity: 1;
    -webkit-border-radius: 0 !important;
    -moz-border-radius: 0 !important;
    -ms-border-radius: 0 !important;
    -o-border-radius: 0 !important;
    border-radius: 0 !important;
}

.daterangepicker .ranges li.active,
.daterangepicker .ranges li:hover {
    color: white;
    background: #f34541;
    border-color: transparent;
}
.daterangepicker .ranges li {
    color: #222222;
}
.daterangepicker td.active,
.daterangepicker td.active:hover {
    background: #f34541;
}

.datepicker td span.active:hover,
.datepicker td span.active:hover:hover,
.datepicker td span.active.disabled:hover,
.datepicker td span.active.disabled:hover:hover,
.datepicker td span.active:active,
.datepicker td span.active:hover:active,
.datepicker td span.active.disabled:active,
.datepicker td span.active.disabled:hover:active,
.datepicker td span.active.active,
.datepicker td span.active:hover.active,
.datepicker td span.active.disabled.active,
.datepicker td span.active.disabled:hover.active,
.datepicker td span.active.disabled,
.datepicker td span.active:hover.disabled,
.datepicker td span.active.disabled.disabled,
.datepicker td span.active.disabled:hover.disabled,
.datepicker td span.active[disabled],
.datepicker td span.active:hover[disabled],
.datepicker td span.active.disabled[disabled],
.datepicker td span.active.disabled:hover[disabled],
.datepicker td.active:hover,
.datepicker td.active:hover:hover,
.datepicker td.active.disabled:hover,
.datepicker td.active.disabled:hover:hover,
.datepicker td.active:active,
.datepicker td.active:hover:active,
.datepicker td.active.disabled:active,
.datepicker td.active.disabled:hover:active,
.datepicker td.active.active,
.datepicker td.active:hover.active,
.datepicker td.active.disabled.active,
.datepicker td.active.disabled:hover.active,
.datepicker td.active.disabled,
.datepicker td.active:hover.disabled,
.datepicker td.active.disabled.disabled,
.datepicker td.active.disabled:hover.disabled,
.datepicker td.active[disabled],
.datepicker td.active:hover[disabled],
.datepicker td.active.disabled[disabled],
.datepicker td.active.disabled:hover[disabled] {
    background: #f34541;
}

.daterangepicker .calendar-date,
.daterangepicker .ranges li,
.daterangepicker td,
.daterangepicker th,
.datepicker td span,
.datepicker td,
.datepicker th {
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -ms-border-radius: 0;
    -o-border-radius: 0;
    border-radius: 0;
}

.has-switch span.switch-primary,
.has-switch span.switch-left,
.has-switch span.switch-primary:hover,
.has-switch span.switch-left:hover,
.has-switch span.switch-primary:focus,
.has-switch span.switch-left:focus,
.has-switch span.switch-primary:active,
.has-switch span.switch-left:active,
.has-switch span.switch-primary.active,
.has-switch span.switch-left.active,
.has-switch span.switch-primary.disabled,
.has-switch span.switch-left.disabled,
.has-switch span.switch-primary[disabled],
.has-switch span.switch-left[disabled],
.has-switch span.switch-primary:active,
.has-switch span.switch-left:active,
.has-switch span.switch-primary.active,
.has-switch span.switch-left.active {
    background-color: #00acec;
}
.has-switch span.switch-primary:hover,
.has-switch span.switch-left:hover,
.has-switch span.switch-primary:hover:hover,
.has-switch span.switch-left:hover:hover,
.has-switch span.switch-primary:focus:hover,
.has-switch span.switch-left:focus:hover,
.has-switch span.switch-primary:active:hover,
.has-switch span.switch-left:active:hover,
.has-switch span.switch-primary.active:hover,
.has-switch span.switch-left.active:hover,
.has-switch span.switch-primary.disabled:hover,
.has-switch span.switch-left.disabled:hover,
.has-switch span.switch-primary[disabled]:hover,
.has-switch span.switch-left[disabled]:hover,
.has-switch span.switch-primary:active:hover,
.has-switch span.switch-left:active:hover,
.has-switch span.switch-primary.active:hover,
.has-switch span.switch-left.active:hover {
    background-color: #0087b9;
}

.has-switch span.switch-danger,
.has-switch span.switch-danger:hover,
.has-switch span.switch-danger:focus,
.has-switch span.switch-danger:active,
.has-switch span.switch-danger.active,
.has-switch span.switch-danger.disabled,
.has-switch span.switch-danger[disabled],
.has-switch span.switch-danger:active,
.has-switch span.switch-danger.active {
    background-color: #f34541;
}
.has-switch span.switch-danger:hover,
.has-switch span.switch-danger:hover:hover,
.has-switch span.switch-danger:focus:hover,
.has-switch span.switch-danger:active:hover,
.has-switch span.switch-danger.active:hover,
.has-switch span.switch-danger.disabled:hover,
.has-switch span.switch-danger[disabled]:hover,
.has-switch span.switch-danger:active:hover,
.has-switch span.switch-danger.active:hover {
    background-color: #f01611;
}

.has-switch span.switch-warning,
.has-switch span.switch-warning:hover,
.has-switch span.switch-warning:focus,
.has-switch span.switch-warning:active,
.has-switch span.switch-warning.active,
.has-switch span.switch-warning.disabled,
.has-switch span.switch-warning[disabled],
.has-switch span.switch-warning:active,
.has-switch span.switch-warning.active {
    background-color: #f8a326;
}
.has-switch span.switch-warning:hover,
.has-switch span.switch-warning:hover:hover,
.has-switch span.switch-warning:focus:hover,
.has-switch span.switch-warning:active:hover,
.has-switch span.switch-warning.active:hover,
.has-switch span.switch-warning.disabled:hover,
.has-switch span.switch-warning[disabled]:hover,
.has-switch span.switch-warning:active:hover,
.has-switch span.switch-warning.active:hover {
    background-color: #e48a07;
}

.has-switch span.switch-info,
.has-switch span.switch-info:hover,
.has-switch span.switch-info:focus,
.has-switch span.switch-info:active,
.has-switch span.switch-info.active,
.has-switch span.switch-info.disabled,
.has-switch span.switch-info[disabled],
.has-switch span.switch-info:active,
.has-switch span.switch-info.active {
    background-color: #9564e2;
}
.has-switch span.switch-info:hover,
.has-switch span.switch-info:hover:hover,
.has-switch span.switch-info:focus:hover,
.has-switch span.switch-info:active:hover,
.has-switch span.switch-info.active:hover,
.has-switch span.switch-info.disabled:hover,
.has-switch span.switch-info[disabled]:hover,
.has-switch span.switch-info:active:hover,
.has-switch span.switch-info.active:hover {
    background-color: #7839da;
}

.has-switch span.switch-success,
.has-switch span.switch-success:hover,
.has-switch span.switch-success:focus,
.has-switch span.switch-success:active,
.has-switch span.switch-success.active,
.has-switch span.switch-success.disabled,
.has-switch span.switch-success[disabled],
.has-switch span.switch-success:active,
.has-switch span.switch-success.active {
    background-color: #49bf67;
}
.has-switch span.switch-success:hover,
.has-switch span.switch-success:hover:hover,
.has-switch span.switch-success:focus:hover,
.has-switch span.switch-success:active:hover,
.has-switch span.switch-success.active:hover,
.has-switch span.switch-success.disabled:hover,
.has-switch span.switch-success[disabled]:hover,
.has-switch span.switch-success:active:hover,
.has-switch span.switch-success.active:hover {
    background-color: #379e51;
}

.fc-header-right .icon-chevron-right,
.fc-header-right .icon-chevron-left {
    position: relative;
    top: 1px;
}

.fc-header-center .fc-button {
    padding-top: 5px !important;
}
.fc-header-center .fc-state-default,
.fc-header-center .fc-button {
    background: none;
    border: none;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
}

.fc-event {
    border: none;
}
.fc-event .fc-event-inner {
    padding: 2px -2px 2px 2px;
    color: #fff;
}

.slimScrollBar {
    -webkit-border-radius: 0 !important;
    -moz-border-radius: 0 !important;
    border-radius: 0 !important;
}

.slider-content ul ul li a:hover {
    background: #f4f4f4;
}

.slider-content .title {
    background: #dddddd;
    color: #3c3c3c;
}

.slider .slider-nav {
    background: #dddddd;
}

.slider .slider-nav li a {
    color: #3c3c3c;
}

.slider .slide-up,
.slider .slide-down {
    background: #dddddd;
}

.form-control.select2-container {
    margin: 0;
    padding: 0;
}

.form-control .select2-choice {
    border: 0;
    -webkit-border-radius: 0 !important;
    -moz-border-radius: 0 !important;
    border-radius: 0 !important;
}

.form-control.select2-container.select2-dropdown-open {
    -webkit-border-radius: 0 !important;
    -moz-border-radius: 0 !important;
    border-radius: 0 !important;
}

.form-control.select2-container .select2-choices {
    border: 0 !important;
    -webkit-border-radius: 0 !important;
    -moz-border-radius: 0 !important;
    border-radius: 0 !important;
}

.background-contrast {
    background: #f34541 !important;
}

.text-contrast,
.contrast {
    color: #f34541 !important;
}

.text-error {
    color: #f34541 !important;
}

.text-success {
    color: #49bf67 !important;
}

.text-primary {
    color: #00acec !important;
}

.text-warning {
    color: #f8a326 !important;
}

.text-info {
    color: #9564e2 !important;
}

.text-muted {
    color: #999999 !important;
}

.text-contrast {
    color: #f34541 !important;
}

.contrast-background {
    background-color: #f34541 !important;
}

.contrast-border {
    border-color: #f34541 !important;
}

.text-orange {
    color: #f8a326 !important;
}

.orange-background {
    background-color: #f8a326 !important;
}

.orange-border {
    border-color: #f8a326 !important;
}

.text-blue {
    color: #00acec !important;
}

.blue-background {
    background-color: #00acec !important;
}

.blue-border {
    border-color: #00acec !important;
}

.text-purple {
    color: #9564e2 !important;
}

.purple-background {
    background-color: #9564e2 !important;
}

.purple-border {
    border-color: #9564e2 !important;
}

.text-green {
    color: #49bf67 !important;
}

.green-background {
    background-color: #49bf67 !important;
}

.green-border {
    border-color: #49bf67 !important;
}

.text-red {
    color: #f34541 !important;
}

.red-background {
    background-color: #f34541 !important;
}

.red-border {
    border-color: #f34541 !important;
}

.text-muted {
    color: #999999 !important;
}

.muted-background {
    background-color: #999999 !important;
}

.muted-border {
    border-color: #999999 !important;
}

.text-fb {
    color: #3d579d !important;
}

.fb-background {
    background-color: #3d579d !important;
}

.fb-border {
    border-color: #3d579d !important;
}

.text-dark {
    color: #2b2d30 !important;
}

.dark-background {
    background-color: #2b2d30 !important;
}

.dark-border {
    border-color: #2b2d30 !important;
}

.text-pink {
    color: #c44a83 !important;
}

.pink-background {
    background-color: #c44a83 !important;
}

.pink-border {
    border-color: #c44a83 !important;
}

.text-grass-green {
    color: #5daf2b !important;
}

.grass-green-background {
    background-color: #5daf2b !important;
}

.grass-green-border {
    border-color: #5daf2b !important;
}

.text-sea-blue {
    color: #0163ac !important;
}

.sea-blue-background {
    background-color: #0163ac !important;
}

.sea-blue-border {
    border-color: #0163ac !important;
}

.text-banana {
    color: #fcd052 !important;
}

.banana-background {
    background-color: #fcd052 !important;
}

.banana-border {
    border-color: #fcd052 !important;
}

.text-dark-orange {
    color: #f56e00 !important;
}

.dark-orange-background {
    background-color: #f56e00 !important;
}

.dark-orange-border {
    border-color: #f56e00 !important;
}

.text-brown {
    color: #924e31 !important;
}

.brown-background {
    background-color: #924e31 !important;
}

.brown-border {
    border-color: #924e31 !important;
}

.list-hover li:hover {
    background-color: #f9f9f9;
}

.list-striped li:nth-child(odd) {
    background-color: #f9f9f9;
}
.list-striped.list-hover li:hover {
    background-color: #f9f9f9;
}

.pager li > a,
.pager li > span {
    border-width: 2px;
}

a.dropdown-toggle {
    outline: none;
}

.nav .open > a,
.nav .open > a:hover,
.nav .open > a:focus {
    border-color: transparent;
}

.btn:focus {
    outline: thin dotted #333;
    outline: 5px auto -webkit-focus-ring-color;
    outline-offset: -2px;
    border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
}

.btn-group.open .btn.dropdown-toggle,
.btn {
    background-color: whitesmoke;
    border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
    -webkit-box-shadow:
        inset 0 1px 0 rgba(255, 255, 255, 0.2),
        0 1px 2px rgba(0, 0, 0, 0.05);
    -moz-box-shadow:
        inset 0 1px 0 rgba(255, 255, 255, 0.2),
        0 1px 2px rgba(0, 0, 0, 0.05);
    box-shadow:
        inset 0 1px 0 rgba(255, 255, 255, 0.2),
        0 1px 2px rgba(0, 0, 0, 0.05);
}
.btn-group.open .btn.dropdown-toggle:active,
.btn-group.open .btn.dropdown-toggle.active,
.btn:active,
.btn.active {
    -webkit-box-shadow:
        inset 0 2px 4px rgba(0, 0, 0, 0.15),
        0 1px 2px rgba(0, 0, 0, 0.05);
    -moz-box-shadow:
        inset 0 2px 4px rgba(0, 0, 0, 0.15),
        0 1px 2px rgba(0, 0, 0, 0.05);
    box-shadow:
        inset 0 2px 4px rgba(0, 0, 0, 0.15),
        0 1px 2px rgba(0, 0, 0, 0.05);
    background-color: gainsboro;
}
.btn-group.open .btn.dropdown-toggle:focus,
.btn-group.open .btn.dropdown-toggle.disabled,
.btn-group.open .btn.dropdown-toggle[disabled],
.btn:focus,
.btn.disabled,
.btn[disabled] {
    background-color: whitesmoke;
}
.btn-group.open .btn.dropdown-toggle.disabled:hover,
.btn-group.open .btn.dropdown-toggle[disabled]:hover,
.btn.disabled:hover,
.btn[disabled]:hover {
    background-color: whitesmoke;
}
.btn-group.open .btn.dropdown-toggle:hover,
.btn:hover {
    background-color: gainsboro;
}
.btn-group.open .btn.dropdown-toggle.btn-white,
.btn.btn-white {
    background-color: white;
    border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25) !important;
    -webkit-box-shadow:
        inset 0 1px 0 rgba(255, 255, 255, 0.2),
        0 1px 2px rgba(0, 0, 0, 0.05);
    -moz-box-shadow:
        inset 0 1px 0 rgba(255, 255, 255, 0.2),
        0 1px 2px rgba(0, 0, 0, 0.05);
    box-shadow:
        inset 0 1px 0 rgba(255, 255, 255, 0.2),
        0 1px 2px rgba(0, 0, 0, 0.05);
}
.btn-group.open .btn.dropdown-toggle.btn-white:active,
.btn-group.open .btn.dropdown-toggle.btn-white.active,
.btn.btn-white:active,
.btn.btn-white.active {
    -webkit-box-shadow:
        inset 0 2px 4px rgba(0, 0, 0, 0.15),
        0 1px 2px rgba(0, 0, 0, 0.05);
    -moz-box-shadow:
        inset 0 2px 4px rgba(0, 0, 0, 0.15),
        0 1px 2px rgba(0, 0, 0, 0.05);
    box-shadow:
        inset 0 2px 4px rgba(0, 0, 0, 0.15),
        0 1px 2px rgba(0, 0, 0, 0.05);
    background-color: white;
}
.btn-group.open .btn.dropdown-toggle.btn-white:focus,
.btn-group.open .btn.dropdown-toggle.btn-white.disabled,
.btn-group.open .btn.dropdown-toggle.btn-white[disabled],
.btn.btn-white:focus,
.btn.btn-white.disabled,
.btn.btn-white[disabled] {
    background-color: white;
}
.btn-group.open .btn.dropdown-toggle.btn-white.disabled:hover,
.btn-group.open .btn.dropdown-toggle.btn-white[disabled]:hover,
.btn.btn-white.disabled:hover,
.btn.btn-white[disabled]:hover {
    background-color: white;
}
.btn-group.open .btn.dropdown-toggle.btn-white:hover,
.btn.btn-white:hover {
    background-color: #e6e6e6;
}

a,
a:hover,
.btn-link,
.btn-link:hover,
.btn-link:focus {
    color: #222222;
    text-shadow: none;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
}
a:active,
a:hover,
a:hover:active,
a:hover:hover,
.btn-link:active,
.btn-link:hover,
.btn-link:hover:active,
.btn-link:hover:hover,
.btn-link:focus:active,
.btn-link:focus:hover {
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
}
a.disabled:hover,
a[disabled]:hover,
a:hover.disabled:hover,
a:hover[disabled]:hover,
.btn-link.disabled:hover,
.btn-link[disabled]:hover,
.btn-link:hover.disabled:hover,
.btn-link:hover[disabled]:hover,
.btn-link:focus.disabled:hover,
.btn-link:focus[disabled]:hover {
    background-color: #e6e6e6;
}

.btn-link:focus,
.btn-link,
.btn-link:hover,
.btn-link:active {
    background-color: transparent;
    border-color: transparent;
}

.btn-group.open .btn-primary.dropdown-toggle,
.btn.btn-primary {
    background-color: #00acec;
    border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
    text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
    -webkit-box-shadow:
        inset 0 1px 0 rgba(255, 255, 255, 0.2),
        0 1px 2px rgba(0, 0, 0, 0.05);
    -moz-box-shadow:
        inset 0 1px 0 rgba(255, 255, 255, 0.2),
        0 1px 2px rgba(0, 0, 0, 0.05);
    box-shadow:
        inset 0 1px 0 rgba(255, 255, 255, 0.2),
        0 1px 2px rgba(0, 0, 0, 0.05);
}
.btn-group.open .btn-primary.dropdown-toggle:active,
.btn-group.open .btn-primary.dropdown-toggle.active,
.btn.btn-primary:active,
.btn.btn-primary.active {
    -webkit-box-shadow:
        inset 0 2px 4px rgba(0, 0, 0, 0.15),
        0 1px 2px rgba(0, 0, 0, 0.05);
    -moz-box-shadow:
        inset 0 2px 4px rgba(0, 0, 0, 0.15),
        0 1px 2px rgba(0, 0, 0, 0.05);
    box-shadow:
        inset 0 2px 4px rgba(0, 0, 0, 0.15),
        0 1px 2px rgba(0, 0, 0, 0.05);
    background-color: #0087b9;
}
.btn-group.open .btn-primary.dropdown-toggle:focus,
.btn-group.open .btn-primary.dropdown-toggle.disabled,
.btn-group.open .btn-primary.dropdown-toggle[disabled],
.btn.btn-primary:focus,
.btn.btn-primary.disabled,
.btn.btn-primary[disabled] {
    background-color: #00acec;
}
.btn-group.open .btn-primary.dropdown-toggle.disabled:hover,
.btn-group.open .btn-primary.dropdown-toggle[disabled]:hover,
.btn.btn-primary.disabled:hover,
.btn.btn-primary[disabled]:hover {
    background-color: #00acec;
}
.btn-group.open .btn-primary.dropdown-toggle:hover,
.btn.btn-primary:hover {
    background-color: #0087b9;
}

.btn-group.open .btn-warning.dropdown-toggle,
.btn.btn-warning {
    background-color: #f8a326;
    border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
    text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
    -webkit-box-shadow:
        inset 0 1px 0 rgba(255, 255, 255, 0.2),
        0 1px 2px rgba(0, 0, 0, 0.05);
    -moz-box-shadow:
        inset 0 1px 0 rgba(255, 255, 255, 0.2),
        0 1px 2px rgba(0, 0, 0, 0.05);
    box-shadow:
        inset 0 1px 0 rgba(255, 255, 255, 0.2),
        0 1px 2px rgba(0, 0, 0, 0.05);
}
.btn-group.open .btn-warning.dropdown-toggle:active,
.btn-group.open .btn-warning.dropdown-toggle.active,
.btn.btn-warning:active,
.btn.btn-warning.active {
    -webkit-box-shadow:
        inset 0 2px 4px rgba(0, 0, 0, 0.15),
        0 1px 2px rgba(0, 0, 0, 0.05);
    -moz-box-shadow:
        inset 0 2px 4px rgba(0, 0, 0, 0.15),
        0 1px 2px rgba(0, 0, 0, 0.05);
    box-shadow:
        inset 0 2px 4px rgba(0, 0, 0, 0.15),
        0 1px 2px rgba(0, 0, 0, 0.05);
    background-color: #e48a07;
}
.btn-group.open .btn-warning.dropdown-toggle:focus,
.btn-group.open .btn-warning.dropdown-toggle.disabled,
.btn-group.open .btn-warning.dropdown-toggle[disabled],
.btn.btn-warning:focus,
.btn.btn-warning.disabled,
.btn.btn-warning[disabled] {
    background-color: #f8a326;
}
.btn-group.open .btn-warning.dropdown-toggle.disabled:hover,
.btn-group.open .btn-warning.dropdown-toggle[disabled]:hover,
.btn.btn-warning.disabled:hover,
.btn.btn-warning[disabled]:hover {
    background-color: #f8a326;
}
.btn-group.open .btn-warning.dropdown-toggle:hover,
.btn.btn-warning:hover {
    background-color: #e48a07;
}

.btn-group.open .btn-danger.dropdown-toggle,
.btn.btn-danger {
    background-color: #f34541;
    border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
    text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
    -webkit-box-shadow:
        inset 0 1px 0 rgba(255, 255, 255, 0.2),
        0 1px 2px rgba(0, 0, 0, 0.05);
    -moz-box-shadow:
        inset 0 1px 0 rgba(255, 255, 255, 0.2),
        0 1px 2px rgba(0, 0, 0, 0.05);
    box-shadow:
        inset 0 1px 0 rgba(255, 255, 255, 0.2),
        0 1px 2px rgba(0, 0, 0, 0.05);
}
.btn-group.open .btn-danger.dropdown-toggle:active,
.btn-group.open .btn-danger.dropdown-toggle.active,
.btn.btn-danger:active,
.btn.btn-danger.active {
    -webkit-box-shadow:
        inset 0 2px 4px rgba(0, 0, 0, 0.15),
        0 1px 2px rgba(0, 0, 0, 0.05);
    -moz-box-shadow:
        inset 0 2px 4px rgba(0, 0, 0, 0.15),
        0 1px 2px rgba(0, 0, 0, 0.05);
    box-shadow:
        inset 0 2px 4px rgba(0, 0, 0, 0.15),
        0 1px 2px rgba(0, 0, 0, 0.05);
    background-color: #f01611;
}
.btn-group.open .btn-danger.dropdown-toggle:focus,
.btn-group.open .btn-danger.dropdown-toggle.disabled,
.btn-group.open .btn-danger.dropdown-toggle[disabled],
.btn.btn-danger:focus,
.btn.btn-danger.disabled,
.btn.btn-danger[disabled] {
    background-color: #f34541;
}
.btn-group.open .btn-danger.dropdown-toggle.disabled:hover,
.btn-group.open .btn-danger.dropdown-toggle[disabled]:hover,
.btn.btn-danger.disabled:hover,
.btn.btn-danger[disabled]:hover {
    background-color: #f34541;
}
.btn-group.open .btn-danger.dropdown-toggle:hover,
.btn.btn-danger:hover {
    background-color: #f01611;
}

.btn-group.open .btn-success.dropdown-toggle,
.btn.btn-success {
    background-color: #49bf67;
    border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
    text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
    -webkit-box-shadow:
        inset 0 1px 0 rgba(255, 255, 255, 0.2),
        0 1px 2px rgba(0, 0, 0, 0.05);
    -moz-box-shadow:
        inset 0 1px 0 rgba(255, 255, 255, 0.2),
        0 1px 2px rgba(0, 0, 0, 0.05);
    box-shadow:
        inset 0 1px 0 rgba(255, 255, 255, 0.2),
        0 1px 2px rgba(0, 0, 0, 0.05);
}
.btn-group.open .btn-success.dropdown-toggle:active,
.btn-group.open .btn-success.dropdown-toggle.active,
.btn.btn-success:active,
.btn.btn-success.active {
    -webkit-box-shadow:
        inset 0 2px 4px rgba(0, 0, 0, 0.15),
        0 1px 2px rgba(0, 0, 0, 0.05);
    -moz-box-shadow:
        inset 0 2px 4px rgba(0, 0, 0, 0.15),
        0 1px 2px rgba(0, 0, 0, 0.05);
    box-shadow:
        inset 0 2px 4px rgba(0, 0, 0, 0.15),
        0 1px 2px rgba(0, 0, 0, 0.05);
    background-color: #379e51;
}
.btn-group.open .btn-success.dropdown-toggle:focus,
.btn-group.open .btn-success.dropdown-toggle.disabled,
.btn-group.open .btn-success.dropdown-toggle[disabled],
.btn.btn-success:focus,
.btn.btn-success.disabled,
.btn.btn-success[disabled] {
    background-color: #49bf67;
}
.btn-group.open .btn-success.dropdown-toggle.disabled:hover,
.btn-group.open .btn-success.dropdown-toggle[disabled]:hover,
.btn.btn-success.disabled:hover,
.btn.btn-success[disabled]:hover {
    background-color: #49bf67;
}
.btn-group.open .btn-success.dropdown-toggle:hover,
.btn.btn-success:hover {
    background-color: #379e51;
}

.btn-group.open .btn-info.dropdown-toggle,
.btn.btn-info {
    background-color: #9564e2;
    border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
    text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
    -webkit-box-shadow:
        inset 0 1px 0 rgba(255, 255, 255, 0.2),
        0 1px 2px rgba(0, 0, 0, 0.05);
    -moz-box-shadow:
        inset 0 1px 0 rgba(255, 255, 255, 0.2),
        0 1px 2px rgba(0, 0, 0, 0.05);
    box-shadow:
        inset 0 1px 0 rgba(255, 255, 255, 0.2),
        0 1px 2px rgba(0, 0, 0, 0.05);
}
.btn-group.open .btn-info.dropdown-toggle:active,
.btn-group.open .btn-info.dropdown-toggle.active,
.btn.btn-info:active,
.btn.btn-info.active {
    -webkit-box-shadow:
        inset 0 2px 4px rgba(0, 0, 0, 0.15),
        0 1px 2px rgba(0, 0, 0, 0.05);
    -moz-box-shadow:
        inset 0 2px 4px rgba(0, 0, 0, 0.15),
        0 1px 2px rgba(0, 0, 0, 0.05);
    box-shadow:
        inset 0 2px 4px rgba(0, 0, 0, 0.15),
        0 1px 2px rgba(0, 0, 0, 0.05);
    background-color: #7839da;
}
.btn-group.open .btn-info.dropdown-toggle:focus,
.btn-group.open .btn-info.dropdown-toggle.disabled,
.btn-group.open .btn-info.dropdown-toggle[disabled],
.btn.btn-info:focus,
.btn.btn-info.disabled,
.btn.btn-info[disabled] {
    background-color: #9564e2;
}
.btn-group.open .btn-info.dropdown-toggle.disabled:hover,
.btn-group.open .btn-info.dropdown-toggle[disabled]:hover,
.btn.btn-info.disabled:hover,
.btn.btn-info[disabled]:hover {
    background-color: #9564e2;
}
.btn-group.open .btn-info.dropdown-toggle:hover,
.btn.btn-info:hover {
    background-color: #7839da;
}

.btn-group.open .btn-inverse.dropdown-toggle,
.btn.btn-inverse {
    background-color: #363636;
    border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
    text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
    color: white;
    -webkit-box-shadow:
        inset 0 1px 0 rgba(255, 255, 255, 0.2),
        0 1px 2px rgba(0, 0, 0, 0.05);
    -moz-box-shadow:
        inset 0 1px 0 rgba(255, 255, 255, 0.2),
        0 1px 2px rgba(0, 0, 0, 0.05);
    box-shadow:
        inset 0 1px 0 rgba(255, 255, 255, 0.2),
        0 1px 2px rgba(0, 0, 0, 0.05);
}
.btn-group.open .btn-inverse.dropdown-toggle:active,
.btn-group.open .btn-inverse.dropdown-toggle.active,
.btn.btn-inverse:active,
.btn.btn-inverse.active {
    -webkit-box-shadow:
        inset 0 2px 4px rgba(0, 0, 0, 0.15),
        0 1px 2px rgba(0, 0, 0, 0.05);
    -moz-box-shadow:
        inset 0 2px 4px rgba(0, 0, 0, 0.15),
        0 1px 2px rgba(0, 0, 0, 0.05);
    box-shadow:
        inset 0 2px 4px rgba(0, 0, 0, 0.15),
        0 1px 2px rgba(0, 0, 0, 0.05);
    background-color: #1c1c1c;
}
.btn-group.open .btn-inverse.dropdown-toggle:focus,
.btn-group.open .btn-inverse.dropdown-toggle.disabled,
.btn-group.open .btn-inverse.dropdown-toggle[disabled],
.btn.btn-inverse:focus,
.btn.btn-inverse.disabled,
.btn.btn-inverse[disabled] {
    background-color: #363636;
}
.btn-group.open .btn-inverse.dropdown-toggle.disabled:hover,
.btn-group.open .btn-inverse.dropdown-toggle[disabled]:hover,
.btn.btn-inverse.disabled:hover,
.btn.btn-inverse[disabled]:hover {
    background-color: #363636;
}
.btn-group.open .btn-inverse.dropdown-toggle:hover,
.btn.btn-inverse:hover {
    background-color: #1c1c1c;
}
.btn-group.open .btn-inverse.dropdown-toggle .caret,
.btn.btn-inverse .caret {
    border-top-color: white;
}

.dropup .btn-inverse .caret {
    border-bottom-color: white;
}

.btn-group.open .btn.dropdown-toggle {
    -webkit-box-shadow:
        inset 0 2px 4px rgba(0, 0, 0, 0.15),
        0 1px 2px rgba(0, 0, 0, 0.05);
    -moz-box-shadow:
        inset 0 2px 4px rgba(0, 0, 0, 0.15),
        0 1px 2px rgba(0, 0, 0, 0.05);
    box-shadow:
        inset 0 2px 4px rgba(0, 0, 0, 0.15),
        0 1px 2px rgba(0, 0, 0, 0.05);
}

.nav .caret,
.nav a:hover .caret {
    border-top-color: #f34541;
    border-bottom-color: #f34541;
}

.progress {
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    background-image: none;
    filter: none;
}
.progress.progress-small {
    height: 10px;
    line-height: 10px;
}
.progress.progress-small .progress-bar {
    font-size: 10px;
    padding-top: 0;
}
.progress.progress-mini {
    height: 5px;
    line-height: 5px;
}
.progress.progress-mini .progress-bar {
    font-size: 5px;
    padding-top: 0;
}
.progress .progress-bar {
    background-image: none;
    background-color: #00acec;
    padding-top: 2px;
}
.progress.progress-danger .progress-bar,
.progress.progress .progress-bar-danger {
    background-image: none;
    background-color: #f34541;
}
.progress.progress-success .progress-bar,
.progress.progress .progress-bar-success {
    background-image: none;
    background-color: #49bf67;
}
.progress.progress-warning .progress-bar,
.progress.progress .progress-bar-warning {
    background-image: none;
    background-color: #f8a326;
}
.progress.progress-info .progress-bar,
.progress.progress .progress-bar-info {
    background-image: none;
    background-color: #9564e2;
}

.progress-pwstrength {
    margin-bottom: 0;
}

.well {
    border: 1px solid #dddddd;
    background: white;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
}

code {
    background-color: #fae8e8;
    color: #f35551;
}

pre {
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -ms-border-radius: 0;
    -o-border-radius: 0;
    border-radius: 0;
    border-color: #dddddd;
    background-color: #fbfbfb;
}

.pagination > .active > a,
.pagination > .active > span,
.pagination > .active > a:hover,
.pagination > .active > span:hover,
.pagination > .active > a:focus,
.pagination > .active > span:focus {
    background-color: whitesmoke;
    border: 1px solid #dddddd;
    color: #222222;
}

.modal-backdrop.in {
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=80);
    opacity: 0.8;
}

.dropdown-menu > li > a:hover,
.dropdown-menu > li > a:focus {
    background-color: #f34541;
}

.select2-results .select2-highlighted {
    background-color: #f34541;
}
