/*
 *  Font Awesome 3.1.0
 *  the iconic font designed for Bootstrap
 *  -------------------------------------------------------
 *  The full suite of pictographic icons, examples, and documentation
 *  can be found at: http://fontawesome.io
 *
 *  License
 *  -------------------------------------------------------
 *  - The Font Awesome font is licensed under the SIL Open Font License v1.1 -
 *    http://scripts.sil.org/OFL
 *  - Font Awesome CSS, LESS, and SASS files are licensed under the MIT License -
 *    http://opensource.org/licenses/mit-license.html
 *  - Font Awesome documentation licensed under CC BY 3.0 License -
 *    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"

 *  Contact
 *  -------------------------------------------------------
 *  Email: dave@fontawesome.io
 *  Twitter: http://twitter.com/fortaweso_me
 *  Work: Lead Product Designer @ http://kyruus.com
 */
/* FONT PATH
 * -------------------------- */
@font-face {
    font-family: 'FontAwesome';
    src: url("../../assets/fonts/fontawesome-webfont.eot");
    src: url("../../assets/fonts/fontawesome-webfont.eot?#iefix") format("embedded-opentype"), url("../../assets/fonts/fontawesome-webfont.woff") format("woff"), url("../../assets/fonts/fontawesome-webfont.ttf") format("truetype");
    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: .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-"],
a [class^="icon-"]:before,
a [class*=" icon-"]:before {
    display: inline;
}

/* increased font size for icon-large */
[class^="icon-"].icon-fixed-width,
[class*=" icon-"].icon-fixed-width {
    display: inline-block;
    width: 1.2857142857142858em;
    text-align: center;
}

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

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

ul.icons-ul > li .icon-li {
    width: 0.7142857142857143em;
    display: inline-block;
    text-align: center;
}

[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: .2em .25em .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: .3em;
}

[class^="icon-"].pull-right,
[class*=" icon-"].pull-right {
    margin-left: .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: .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: .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: .18em;
}

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

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

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

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

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

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

/* 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;
}

@-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);
}

/* 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: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-off:before {
    content: "\f011";
}

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

.icon-cog:before {
    content: "\f013";
}

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

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

.icon-file: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-repeat:before,
.icon-rotate-right:before {
    content: "\f01e";
}

/* F020 doesn't work in Safari. all shifted one down */
.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-share-alt:before,
.icon-mail-forward: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-cogs:before {
    content: "\f085";
}

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

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

.icon-thumbs-down: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-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-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-alt:before {
    content: "\f0e0";
}

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

.icon-undo:before,
.icon-rotate-left: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-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-reply:before,
.icon-mail-reply:before {
    content: "\f112";
}

.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";
}

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

@font-face {
    font-family: 'Montserrat';
    src: url("../../assets/fonts/montserrat-regular-webfont.eot");
    src: url("../../assets/fonts/montserrat-regular-webfont.eot?#iefix") format("embedded-opentype"), url("../../assets/fonts/montserrat-regular-webfont.woff") format("woff"), url("../../assets/fonts/montserrat-regular-webfont.ttf") format("truetype"), url("../../assets/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: -20px;
    margin-right: -20px;
    margin-top: 0;
    color: #222222;
    background: white;
    padding: 5px 20px;
    *zoom: 1;
}

.page-header:before, .page-header:after {
    display: table;
    content: "";
    line-height: 0;
}

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

@media (max-width: 768px) {
    .page-header {
        margin-left: -10px;
        margin-right: -10px;
    }

    .page-header:after {
        clear: none;
    }
}

.page-header.normal {
    margin-left: 0;
    margin-right: 0;
    padding: 20px 0;
    background: transparent;
}

.page-header h1, .page-header h2, .page-header h3, .page-header h4, .page-header h5, .page-header h6 {
    margin: 0;
    color: #222222;
}
header .navbar {
    margin: 0;
}

header .navbar .navbar-inner {
    padding: 0 10px;
    background-color: #f34541;
    background-image: none;
    border-bottom: none;
    border: none;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
}

header .navbar .navbar-inner .brand {
    color: white;
    padding-bottom: 0;
    text-shadow: 5px 5px 5px #333333;
}

header .navbar .navbar-inner .toggle-nav {
    color: white;
    text-shadow: none;
    background-color: #f34541;
    border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
}

header .navbar .navbar-inner .toggle-nav:hover {
    background-color: #f01611;
}

header .navbar .navbar-inner .container-fluid {
    padding-left: 10px;
    padding-right: 10px;
}

@media (max-width: 768px) {
    header .navbar .navbar-inner .container-fluid {
        padding-left: 0px;
        padding-right: 0;
    }
}

header .navbar .nav > li > a {
    color: white;
    text-shadow: none;
}

header .navbar .nav > li > a:focus, header .navbar .nav > li > a:hover {
    color: white;
}

#main-nav-bg {
    width: 250px;
    position: absolute;
    float: left;
    border-right: 1px solid #dddddd;
    background: #f4f4f4;
    display: block;
    height: 100%;
    z-index: -1;
}

@media (max-width: 768px) {
    #main-nav-bg {
        width: 45px;
    }
}

#main-nav {
    width: 250px;
    float: left;
}

#main-nav.main-nav-fixed {
    top: 0;
    left: 0;
}

@media (max-width: 768px) {
    #main-nav {
        width: 45px;
    }
}

.main-nav-opened #main-nav-bg {
    width: 250px;
}

.main-nav-opened #main-nav {
    width: 250px;
}

@media (max-width: 768px) {
    .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 screen and (max-width: 768px) {
    .main-nav-opened #main-nav .navigation > .nav > li ul.in {
        display: block !important;
    }
}

.main-nav-closed #main-nav-bg, .main-nav-closed #main-nav {
    width: 45px;
}

.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 screen and (max-width: 768px) {
    #main-nav .navigation > .nav > li span, #main-nav .navigation > .nav > li i.angle-down {
        display: none !important;
    }
}

@media screen and (max-width: 768px) {
    #main-nav .navigation > .nav > li .nav.in {
        display: none !important;
    }
}

@media screen and (max-width: 768px) {
    .main-nav-closed #main-nav .navigation > .nav > li:hover > a > span {
        position: absolute;
        top: 0;
        left: 45px;
        width: 250px;
        height: 41px;
        line-height: 40px;
        background-color: #fefefe;
        display: block !important;
        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: 277px;
        top: 0;
        display: block !important;
        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: 45px;
        width: 250px;
        background-color: #e5e5e5;
        border-bottom: 1px solid white;
    }

    .main-nav-closed #main-nav .navigation > .nav > li:hover > ul.in {
        border-bottom: 1px solid white;
        display: block !important;
    }

    .main-nav-closed #main-nav .navigation > .nav > li:hover > ul li a span {
        display: inline !important;
    }
}

@media screen and (min-width: 768px) {
    .main-nav-closed #main-nav .navigation > .nav > li:hover > a > span {
        position: absolute;
        top: 0;
        left: 45px;
        width: 250px;
        height: 41px;
        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: 277px;
        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: 45px;
        width: 250px;
        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;
}

#main-nav .navigation > .nav > li > a {
    background-color: #f4f4f4;
    height: 30px;
    display: block;
    line-height: 35px;
    padding: 0 10px;
    border-bottom: 1px solid white;
    border-top: 1px solid #e7e7e7;
    *zoom: 1;
}

#main-nav .navigation > .nav > li > a:before, #main-nav .navigation > .nav > li > a:after {
    display: table;
    content: "";
    line-height: 0;
}

#main-nav .navigation > .nav > li > a:after {
    clear: both;
}

#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: 30px;
    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 screen and (min-width: 768px) {
    #main-nav .navigation > .nav > li .nav.in {
        display: block;
    }
}

#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 > a {
    padding-left: 10px;
}
/* second level sub-menu*/
#main-nav .navigation > .nav > li > .nav > li > .nav > li > a {
    padding-left: 20px;
}
/* third level sub-menu*/
#main-nav .navigation > .nav > li > .nav > li > .nav > li > .nav > li > a {
    padding-left: 30px;
}
/* control the position of the content when toggle nav's opening and closing*/
.main-nav-opened #content {
    margin-left: 251px;
}

.main-nav-closed #content {
    margin-left: 46px;
}

@media (max-width: 768px) {
    .main-nav-closed #content .container-fluid {
        padding-left: 0px;
        padding-right: 0px;
    }
}

html, body {
    height: 100%;
    min-height: 100%;
}

body {
    background: #fbfbfb;
}

@media (max-width: 768px) {
    body {
        padding-left: 0;
        padding-right: 0;
    }
}

#wrapper {
    position: relative;
    min-height: 90%;
    overflow: hidden;
}

#content {
    margin-left: 251px;
    background: #fbfbfb;
    min-width: 276px;
    background: #fbfbfb;
    padding-bottom: 0px;
}

#content #content-wrapper .box-header .title>span{
    float: left;
    margin-right: 10px;
}
/*@media (max-height: 800px) {
    #content #content-wrapper .box-content{
        max-height: 450px;
        overflow-y: scroll !important;
    }
}*/
@media (max-width: 400px) {
    .form-actions .btn{
        float: left;
        clear: both;
        margin-bottom: 5px;
    }
    .form-actions{
        float: left;
    }
    .form-actions #or_text{
        display: none;
    }
}
@media (max-width: 768px) {
    #content {
        margin-left: 46px;
    }

    #content .container-fluid {
        padding-left: 0px;
        padding-right:0px;
    }

    #content #content-wrapper {
        float: left;
        width: 100%;
    }

    #content .container-fluid #content-wrapper #content-in{
        padding-left: 0px;
        padding-right:0px;
    }

    #content #content-wrapper .box-content{
        overflow-x: scroll !important;
    }
    #content #content-wrapper .page-header,#content #content-wrapper .box-header .title>span{
        display: none;
    }
    /*    #content #content-wrapper .box-header .title{
            font-size: 12px;
            font-weight: bold;
        }*/
    #content #content-wrapper .box-header .btn{
        font-size: 12px;
    }
    .box-content>form{
        width: 97%;
    }
    .dataTables_wrapper{
        min-width:1024px;
    }
    .dataTables_wrapper .dataTables_length {
        float: left !important;
    }
    .dataTables_wrapper .dataTables_info{
        float: left !important;
    }
    .dataTables_wrapper .dataTables_paginate{
        float: right !important;
    }
    textarea:focus,textarea:active,
    input:focus,input:active{
        font-size: 18px !important;
    }
    select:focus,select:active{
        font-size: 18px !important;
        color: blue;
    }
}

.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;
    *zoom: 1;
}

.box .box-header:before, .box .box-header:after {
    display: table;
    content: "";
    line-height: 0;
}

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

.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.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 .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.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-no-padding {
    padding: 0;
}

.box .box-content.box-no-padding form {
    margin-bottom: 0;
}

.dataTables_wrapper {
    *zoom: 1;
}

.dataTables_wrapper:before, .dataTables_wrapper:after {
    display: table;
    content: "";
    line-height: 0;
}

.dataTables_wrapper:after {
    clear: both;
}

.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 .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;
}

body.sign-in, body.sign-up, body.forgot-password {
    padding-top: 100px;
    height: auto;
    position: relative;
}

@media screen and (max-width: 979px) {
    body.sign-in, body.sign-up, body.forgot-password {
        padding-top: 30px;
    }
}

body.sign-in #wrapper, body.sign-up #wrapper, body.forgot-password #wrapper {
    width: 100%;
    display: block;
    margin-left: auto;
    margin-right: auto;
}

body.sign-in #wrapper .application, body.sign-up #wrapper .application, body.forgot-password #wrapper .application {
    color: white;
    width: 100%;
    font-size: 25px;
    text-align: center;
    text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.3);
    margin-bottom: 30px;
    display: block;
    margin-left: auto;
    margin-right: auto;
}

body.sign-in #wrapper .application .application-content a, body.sign-up #wrapper .application .application-content a, body.forgot-password #wrapper .application .application-content a {
    color: white;
    text-decoration: none;
}

body.sign-in #wrapper .application .application-content a span, body.sign-up #wrapper .application .application-content a span, body.forgot-password #wrapper .application .application-content a span {
    display: block;
    margin-top: 10px;
    font-family: Montserrat;
}

body.sign-in #wrapper .controls, body.sign-up #wrapper .controls, body.forgot-password #wrapper .controls {
    width: 100%;
    position: relative;
    background-color: white;
    -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.sign-in #wrapper .controls .caret, body.sign-up #wrapper .controls .caret, body.forgot-password #wrapper .controls .caret {
    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.sign-in #wrapper .controls .form-wrapper, body.sign-up #wrapper .controls .form-wrapper, body.forgot-password #wrapper .controls .form-wrapper {
    width: 280px;
    padding: 20px;
    display: block;
    margin-left: auto;
    margin-right: auto;
}

@media screen and (min-width: 768px) {
    body.sign-in #wrapper .controls .form-wrapper, body.sign-up #wrapper .controls .form-wrapper, body.forgot-password #wrapper .controls .form-wrapper {
        width: 380px;
    }
}

body.sign-in #wrapper .controls .form-wrapper h1, body.sign-up #wrapper .controls .form-wrapper h1, body.forgot-password #wrapper .controls .form-wrapper h1 {
    margin: 0;
    margin-bottom: 20px;
}

body.sign-in #wrapper .controls .form-wrapper .icon-over-input, body.sign-up #wrapper .controls .form-wrapper .icon-over-input, body.forgot-password #wrapper .controls .form-wrapper .icon-over-input {
    position: relative;
}

body.sign-in #wrapper .controls .form-wrapper .icon-over-input [class^="icon-"], body.sign-up #wrapper .controls .form-wrapper .icon-over-input [class^="icon-"], body.forgot-password #wrapper .controls .form-wrapper .icon-over-input [class^="icon-"] {
    position: absolute;
    right: 10px;
    top: 8px;
}

body.sign-in #wrapper .controls .form-wrapper .icon-over-input input[type="text"], body.sign-up #wrapper .controls .form-wrapper .icon-over-input input[type="text"], body.forgot-password #wrapper .controls .form-wrapper .icon-over-input input[type="text"] {
    padding-right: 28px;
}

body.sign-in #wrapper .controls .form-wrapper button, body.sign-up #wrapper .controls .form-wrapper button, body.forgot-password #wrapper .controls .form-wrapper button {
    margin-top: 20px;
}

body.sign-in .login-action, body.sign-up .login-action, body.forgot-password .login-action {
    padding: 20px 0;
}

body.sign-in .login-action a, body.sign-up .login-action a, body.forgot-password .login-action a {
    padding: 10px 0;
    color: white;
    text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.3);
}

body.forgot-password #wrapper .controls .form-wrapper button {
    margin-top: 14px;
}

a, a:hover {
    color: #222222;
    text-shadow: none;
}

a.disabled:hover, a[disabled]:hover, a:hover.disabled:hover, a:hover[disabled]:hover {
    background-color: #e6e6e6;
}

.btn-group.open .btn-primary.dropdown-toggle, .btn.btn-primary {
    background-color: #00acec;
}

.btn-group.open .btn-primary.dropdown-toggle:focus, .btn-group.open .btn-primary.dropdown-toggle:active, .btn-group.open .btn-primary.dropdown-toggle.active, .btn-group.open .btn-primary.dropdown-toggle.disabled, .btn-group.open .btn-primary.dropdown-toggle[disabled], .btn.btn-primary:focus, .btn.btn-primary:active, .btn.btn-primary.active, .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;
}

.btn-group.open .btn-warning.dropdown-toggle:focus, .btn-group.open .btn-warning.dropdown-toggle:active, .btn-group.open .btn-warning.dropdown-toggle.active, .btn-group.open .btn-warning.dropdown-toggle.disabled, .btn-group.open .btn-warning.dropdown-toggle[disabled], .btn.btn-warning:focus, .btn.btn-warning:active, .btn.btn-warning.active, .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;
}

.btn-group.open .btn-danger.dropdown-toggle:focus, .btn-group.open .btn-danger.dropdown-toggle:active, .btn-group.open .btn-danger.dropdown-toggle.active, .btn-group.open .btn-danger.dropdown-toggle.disabled, .btn-group.open .btn-danger.dropdown-toggle[disabled], .btn.btn-danger:focus, .btn.btn-danger:active, .btn.btn-danger.active, .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;
}

.btn-group.open .btn-success.dropdown-toggle:focus, .btn-group.open .btn-success.dropdown-toggle:active, .btn-group.open .btn-success.dropdown-toggle.active, .btn-group.open .btn-success.dropdown-toggle.disabled, .btn-group.open .btn-success.dropdown-toggle[disabled], .btn.btn-success:focus, .btn.btn-success:active, .btn.btn-success.active, .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;
}

.btn-group.open .btn-info.dropdown-toggle:focus, .btn-group.open .btn-info.dropdown-toggle:active, .btn-group.open .btn-info.dropdown-toggle.active, .btn-group.open .btn-info.dropdown-toggle.disabled, .btn-group.open .btn-info.dropdown-toggle[disabled], .btn.btn-info:focus, .btn.btn-info:active, .btn.btn-info.active, .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;
}

.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;
    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-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, .pagination ul > li:first-child > a, .pagination ul > li:first-child > span,
.pagination-large ul > li:last-child > a, .pagination-large ul > li:last-child > span,
.pagination-large ul > li:first-child > a, .pagination-large ul > li:first-child > span, .pagination ul > li:last-child > a, .pagination ul > 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, .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;
}


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

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

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

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

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

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

.green-border {
    border-color: #49bf67 !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;
}

.btn-white {
    background-color: white;
}

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

.carousel-without-caption .carousel-control {
    top: 50%;
}

.contrast-green header .navbar .navbar-inner {
    background-color: #49bf67;
}

.contrast-green header .navbar .navbar-inner .toggle-nav {
    background-color: #49bf67;
}

.contrast-green header .navbar .navbar-inner .toggle-nav:hover {
    background-color: #379e51;
}

.contrast-green header .navbar .navbar-inner .navbar-search button {
    color: #49bf67;
}

.contrast-green header .navbar .navbar-inner .navbar-search button:hover {
    color: #246534;
}

.contrast-green header .navbar .navbar-inner .navbar-search input {
    border-color: #379e51;
    color: #246534;
}

.contrast-green header .navbar .navbar-inner .navbar-search input:-moz-placeholder {
    color: #6fcc87;
}

.contrast-green header .navbar .navbar-inner .navbar-search input:-ms-input-placeholder {
    color: #6fcc87;
}

.contrast-green header .navbar .navbar-inner .navbar-search input::-webkit-input-placeholder {
    color: #6fcc87;
}

.contrast-green header .navbar .navbar-inner .navbar-search input:hover:-moz-placeholder {
    color: #94daa6;
}

.contrast-green header .navbar .navbar-inner .navbar-search input:hover:-ms-input-placeholder {
    color: #94daa6;
}

.contrast-green header .navbar .navbar-inner .navbar-search input:hover::-webkit-input-placeholder {
    color: #94daa6;
}

.contrast-green header .navbar .navbar-inner .navbar-search input:focus {
    border-color: #2a783e;
}

.contrast-green header .navbar .navbar-inner .navbar-search input:focus:-moz-placeholder {
    color: #82d396;
}

.contrast-green header .navbar .navbar-inner .navbar-search input:focus:-ms-input-placeholder {
    color: #82d396;
}

.contrast-green header .navbar .navbar-inner .navbar-search input:focus::-webkit-input-placeholder {
    color: #82d396;
}

.contrast-green header .navbar .navbar-inner .light {
    background: #379e51;
}

.contrast-green header .navbar .navbar-inner .light .label {
    color: #379e51;
}

.contrast-green header .navbar .navbar-inner .light:hover > a, .contrast-green header .navbar .navbar-inner .light:active > a, .contrast-green header .navbar .navbar-inner .light:focus > a {
    background-color: #2e8344;
}

.contrast-green header .navbar .navbar-inner .medium {
    background: #2e8344;
}

.contrast-green header .navbar .navbar-inner .medium .label {
    color: #2e8344;
}

.contrast-green header .navbar .navbar-inner .medium:hover > a, .contrast-green header .navbar .navbar-inner .medium:active > a, .contrast-green header .navbar .navbar-inner .medium:focus > a {
    background-color: #2a783e;
}

.contrast-green header .navbar .navbar-inner .dark {
    background: #27703a;
}

.contrast-green header .navbar .navbar-inner .dark .label {
    color: #27703a;
}

.contrast-green header .navbar .navbar-inner .dark:hover > a, .contrast-green header .navbar .navbar-inner .dark:active > a, .contrast-green header .navbar .navbar-inner .dark:focus > a {
    background-color: #246534;
}

.contrast-green header .navbar .navbar-inner .widget .dropdown-menu > li.widget-footer a:hover {
    background-color: #49bf67;
}

.contrast-green header .navbar .nav li .label {
    color: #49bf67;
}

.contrast-green #main-nav .navigation > .nav > li > a.in [class^="icon-"], .contrast-green #main-nav .navigation > .nav > li > a.in [class*=" icon-"] {
    color: #49bf67;
}

.contrast-green #main-nav .navigation > .nav > li:hover > a [class^="icon-"], .contrast-green #main-nav .navigation > .nav > li:hover > a [class*=" icon-"], .contrast-green #main-nav .navigation > .nav > li:focus > a [class^="icon-"], .contrast-green #main-nav .navigation > .nav > li:focus > a [class*=" icon-"], .contrast-green #main-nav .navigation > .nav > li.active > a [class^="icon-"], .contrast-green #main-nav .navigation > .nav > li.active > a [class*=" icon-"] {
    color: #49bf67 !important;
}

.contrast-green #main-nav .navigation > .nav > li .nav > li.active > a [class^="icon-"], .contrast-green #main-nav .navigation > .nav > li .nav > li.active > a [class*=" icon-"] {
    color: #49bf67;
}

.contrast-green #main-nav .navigation > .nav > li .nav > li > a:hover [class^="icon-"], .contrast-green #main-nav .navigation > .nav > li .nav > li > a:hover [class*=" icon-"], .contrast-green #main-nav .navigation > .nav > li .nav > li > a:focus [class^="icon-"], .contrast-green #main-nav .navigation > .nav > li .nav > li > a:focus [class*=" icon-"] {
    color: #49bf67;
}

.contrast-green .box .box-header.contrast-background .actions .btn-link:hover {
    color: #49bf67 !important;
}

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

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

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

.contrast-green .accordion.accordion-contrast .accordion-group {
    border-color: #49bf67;
    border-bottom-color: #94daa6;
}

.contrast-green .accordion.accordion-contrast .accordion-heading .accordion-toggle {
    color: white;
    background-color: #49bf67;
}

.contrast-green .box-quick-link.contrast-background a:active .header {
    background: #379e51;
}

.contrast-green .box-quick-link.contrast-background:hover .header {
    background: #3eb05b;
}

.contrast-green .box-statistic.contrast-background .title, .contrast-green .box-statistic.contrast-background small, .contrast-green .box-statistic.contrast-background [class*="icon-"] {
    color: #49bf67 !important;
}

.contrast-green .breadcrumb li:first-child > a:hover {
    color: #49bf67 !important;
}

.contrast-green h1 [class^="icon-"] {
    color: #49bf67;
}

.contrast-green .dropdown-menu > .active > a, .contrast-green .dropdown-menu > .active > a:hover, .contrast-green .dropdown-menu > .active > a:focus, .contrast-green .dropdown-menu > li > a:hover, .contrast-green .dropdown-menu > li > a:focus, .contrast-green .dropdown-submenu:hover > a, .contrast-green .dropdown-submenu:focus > a {
    background-color: #49bf67 !important;
}

.contrast-green .box .box-header .actions .btn-link:hover {
    color: #49bf67;
}

.contrast-green .fuelux .wizard ul li.active {
    background-color: #49bf67;
}

.contrast-green .fc-event .fc-event-inner {
    background-color: #49bf67;
}

.contrast-green .contrast-caret {
    border-top-color: #49bf67 !important;
    border-bottom-color: #49bf67 !important;
}

.contrast-green .select2-results .select2-highlighted {
    background: #49bf67;
}

.contrast-green .daterangepicker .ranges li.active, .contrast-green .daterangepicker .ranges li:hover {
    background: #49bf67;
}

.contrast-green .daterangepicker td.active, .contrast-green .daterangepicker td.active:hover {
    background: #49bf67;
}

.contrast-green .datepicker td span.active:hover, .contrast-green .datepicker td span.active:hover:hover, .contrast-green .datepicker td span.active.disabled:hover, .contrast-green .datepicker td span.active.disabled:hover:hover, .contrast-green .datepicker td span.active:active, .contrast-green .datepicker td span.active:hover:active, .contrast-green .datepicker td span.active.disabled:active, .contrast-green .datepicker td span.active.disabled:hover:active, .contrast-green .datepicker td span.active.active, .contrast-green .datepicker td span.active:hover.active, .contrast-green .datepicker td span.active.disabled.active, .contrast-green .datepicker td span.active.disabled:hover.active, .contrast-green .datepicker td span.active.disabled, .contrast-green .datepicker td span.active:hover.disabled, .contrast-green .datepicker td span.active.disabled.disabled, .contrast-green .datepicker td span.active.disabled:hover.disabled, .contrast-green .datepicker td span.active[disabled], .contrast-green .datepicker td span.active:hover[disabled], .contrast-green .datepicker td span.active.disabled[disabled], .contrast-green .datepicker td span.active.disabled:hover[disabled], .contrast-green .datepicker td.active:hover, .contrast-green .datepicker td.active:hover:hover, .contrast-green .datepicker td.active.disabled:hover, .contrast-green .datepicker td.active.disabled:hover:hover, .contrast-green .datepicker td.active:active, .contrast-green .datepicker td.active:hover:active, .contrast-green .datepicker td.active.disabled:active, .contrast-green .datepicker td.active.disabled:hover:active, .contrast-green .datepicker td.active.active, .contrast-green .datepicker td.active:hover.active, .contrast-green .datepicker td.active.disabled.active, .contrast-green .datepicker td.active.disabled:hover.active, .contrast-green .datepicker td.active.disabled, .contrast-green .datepicker td.active:hover.disabled, .contrast-green .datepicker td.active.disabled.disabled, .contrast-green .datepicker td.active.disabled:hover.disabled, .contrast-green .datepicker td.active[disabled], .contrast-green .datepicker td.active:hover[disabled], .contrast-green .datepicker td.active.disabled[disabled], .contrast-green .datepicker td.active.disabled:hover[disabled] {
    background: #49bf67;
}

.contrast-green .dropdown-menu > .active > a, .contrast-green .dropdown-menu > .active > a:hover, .contrast-green .dropdown-menu > .active > a:focus {
    background: #49bf67;
}

.contrast-green .dd-handle:hover {
    color: #49bf67;
}

.contrast-green .dd-placeholder {
    border-color: #49bf67;
}