/* Error de minimización. Devolviendo el contenido no minimizado.
(18050,114): run-time error CSS1062: Expected semicolon or closing curly-brace, found ')'
(18051,111): run-time error CSS1062: Expected semicolon or closing curly-brace, found ')'
(18052,109): run-time error CSS1062: Expected semicolon or closing curly-brace, found ')'
(18053,106): run-time error CSS1062: Expected semicolon or closing curly-brace, found ')'
(20684,22): run-time error CSS1031: Expected selector, found '2form'
(20887,62): run-time error CSS1038: Expected hex color, found '#5c45454'
(21341,1): run-time error CSS1019: Unexpected token, found '}'
(26351,1): run-time error CSS1019: Unexpected token, found '@-moz-keyframes'
(26353,5): run-time error CSS1062: Expected semicolon or closing curly-brace, found '0%'
(26366,1): run-time error CSS1019: Unexpected token, found '@-moz-keyframes'
(26368,5): run-time error CSS1062: Expected semicolon or closing curly-brace, found '0%'
(26382,1): run-time error CSS1019: Unexpected token, found '@-webkit-keyframes'
(26384,5): run-time error CSS1062: Expected semicolon or closing curly-brace, found '0%'
(26397,1): run-time error CSS1019: Unexpected token, found '@-webkit-keyframes'
(26399,5): run-time error CSS1062: Expected semicolon or closing curly-brace, found '0%'
(29042,11): run-time error CSS1036: Expected expression, found ';'
(29681,1): run-time error CSS1019: Unexpected token, found '}'
(30122,9): run-time error CSS1062: Expected semicolon or closing curly-brace, found '!important'
 */
/*! Angular Moment Picker - v0.10.1 - http://indrimuska.github.io/angular-moment-picker - (c) 2015 Indri Muska - MIT */
.moment-picker-input {
  cursor: pointer;
}
.moment-picker {
  position: absolute;
  z-index: 1100 !important;
}
.moment-picker .moment-picker-container {
  color: #404040;
  min-width: 15em;
  background: #fff;
  padding: 4px;
  border: 1px solid #f0f3f4;
  -webkit-border-radius: 4px;
     -moz-border-radius: 4px;
          border-radius: 4px;
  position: absolute;
  margin-top: 4px;
  margin-left: -0.5em;
  -webkit-box-shadow: 0 2px 4px rgba(0, 0, 0, 0.075);
     -moz-box-shadow: 0 2px 4px rgba(0, 0, 0, 0.075);
          box-shadow: 0 2px 4px rgba(0, 0, 0, 0.075);
}
.moment-picker .moment-picker-container:before,
.moment-picker .moment-picker-container:after {
  content: '';
  display: block;
  width: 0;
  height: 0;
  border: 8px solid transparent;
  border-top: none;
  position: absolute;
  top: -9px;
  left: 15px;
}
.moment-picker .moment-picker-container:before {
  border-bottom-color: #f0f3f4;
  border-width: 9px;
}
.moment-picker .moment-picker-container:after {
  border-bottom-color: #fff;
  margin-top: 1px;
  margin-left: 1px;
}
.moment-picker.inline {
  display: block;
  position: relative;
}
.moment-picker.inline .moment-picker-container {
  position: relative;
  margin: 0;
}
.moment-picker.inline .moment-picker-container:before,
.moment-picker.inline .moment-picker-container:after {
  content: none;
}
.moment-picker.top .moment-picker-container {
  bottom: 100%;
  margin-top: auto;
  margin-bottom: 4px;
}
.moment-picker.top .moment-picker-container:before,
.moment-picker.top .moment-picker-container:after {
  border: 8px solid transparent;
  border-bottom: none;
  top: auto;
  bottom: -9px;
}
.moment-picker.top .moment-picker-container:before {
  border-top-color: #f0f3f4;
  border-width: 9px;
}
.moment-picker.top .moment-picker-container:after {
  border-top-color: #fff;
  margin-top: auto;
  margin-bottom: 1px;
}
.moment-picker.right .moment-picker-container {
  right: 0;
  margin-left: auto;
  margin-right: -0.5em;
}
.moment-picker.right .moment-picker-container:before,
.moment-picker.right .moment-picker-container:after {
  left: auto;
  right: 15px;
}
.moment-picker.right .moment-picker-container:after {
  margin-left: auto;
  margin-right: 1px;
}
.moment-picker table {
  border-collapse: collapse;
  border-spacing: 0;
  min-width: 100%;
  table-layout: fixed;
}
.moment-picker th {
  font-weight: bold;
}
.moment-picker th:first-child,
.moment-picker th:last-child {
  width: 2em;
}
.moment-picker th,
.moment-picker td {
  padding: 0;
  text-align: center;
  min-width: 2em;
  height: 2em;
  text-shadow: 0 1px 0 rgba(255, 255, 255, 0.9);
  cursor: pointer;
  -webkit-border-radius: 4px;
     -moz-border-radius: 4px;
          border-radius: 4px;
}
.moment-picker th:hover,
.moment-picker td:hover {
  background-color: #fafbfb;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#f0f3f4), to(#fafbfb));
  background-image: -webkit-linear-gradient(#f0f3f4, #fafbfb);
  background-image: -moz-linear-gradient(#f0f3f4, #fafbfb);
  background-image: -o-linear-gradient(#f0f3f4, #fafbfb);
  background-image: linear-gradient(#f0f3f4, #fafbfb);
}
.moment-picker th.disabled,
.moment-picker td.disabled,
.moment-picker th.disabled:hover,
.moment-picker td.disabled:hover {
  color: #abbbc7;
  background: none;
  cursor: default;
}
.moment-picker td.today {
  background: #e4eef5;
  color: #404040;
  text-shadow: 0 1px 0 rgba(255, 255, 255, 0.9);
}
.moment-picker td.selected {
  color: #fff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.3);
  border-color: #3ca0dd;
  background-color: #45b1e8;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#45b1e8), to(#3097de));
  background-image: -webkit-linear-gradient(#45b1e8, #3097de);
  background-image: -moz-linear-gradient(#45b1e8, #3097de);
  background-image: -o-linear-gradient(#45b1e8, #3097de);
  background-image: linear-gradient(#45b1e8, #3097de);
}
.moment-picker td.highlighted {
  background-image: -webkit-radial-gradient(transparent, rgba(0, 0, 0, 0.15));
  background-image: -moz-radial-gradient(transparent, rgba(0, 0, 0, 0.15));
  background-image: -o-radial-gradient(transparent, rgba(0, 0, 0, 0.15));
  background-image: radial-gradient(transparent, rgba(0, 0, 0, 0.15));
}
.moment-picker .decade-view td,
.moment-picker .year-view td {
  height: 3.4em;
}
.moment-picker .month-view .moment-picker-specific-views th {
  background: none;
  cursor: default;
}
.moment-picker .month-view td {
  width: 1.4285714286em;
}
.moment-picker .day-view td,
.moment-picker .hour-view td {
  height: 2.3333333333em;
}
.moment-picker .minute-view td {
  height: 1.8em;
}
/* iCheck plugin Flat skin, red
----------------------------------- */
.icheckbox_flat-red,
.iradio_flat-red {
    display: inline-block;
    *display: inline;
    vertical-align: middle;
    margin: 0;
    padding: 0;
    width: 20px;
    height: 20px;
    background: url("../images/blue.png") no-repeat;
    border: none;
    cursor: pointer;
}

.icheckbox_flat-red {
    background-position: 0 0;
}
    .icheckbox_flat-red.checked {
        background-position: -22px 0;
    }
    .icheckbox_flat-red.disabled {
        background-position: -44px 0;
        cursor: default;
    }
    .icheckbox_flat-red.checked.disabled {
        background-position: -66px 0;
    }

.iradio_flat-red {
    background-position: -88px 0;
}
    .iradio_flat-red.checked {
        background-position: -110px 0;
    }
    .iradio_flat-red.disabled {
        background-position: -132px 0;
        cursor: default;
    }
    .iradio_flat-red.checked.disabled {
        background-position: -154px 0;
    }

/* HiDPI support */
@media (-o-min-device-pixel-ratio: 5/4), (-webkit-min-device-pixel-ratio: 1.25), (min-resolution: 120dpi), (min-resolution: 1.25dppx) {
    /*Se comenta por desaparicion de check en pantallas pequeñas adg*/
    /*.icheckbox_flat-red,
    .iradio_flat-red {
        background-image: url(red@2x.png);
        -webkit-background-size: 176px 22px;
        background-size: 176px 22px;
    }*/
}
/*!
 * ui-select
 * http://github.com/angular-ui/ui-select
 * Version: 0.11.2 - 2015-03-17T04:08:46.478Z
 * License: MIT
 */


/* Style when highlighting a search. */
.ui-select-highlight {
  font-weight: bold;
}

.ui-select-offscreen {
  clip: rect(0 0 0 0) !important;
  width: 1px !important;
  height: 1px !important;
  border: 0 !important;
  margin: 0 !important;
  padding: 0 !important;
  overflow: hidden !important;
  position: absolute !important;
  outline: 0 !important;
  left: 0px !important;
  top: 0px !important;
}

/* Select2 theme */

/* Mark invalid Select2 */
.ng-dirty.ng-invalid > a.select2-choice {
    border-color: #D44950;
}

.select2-result-single {
  padding-left: 0;
}

.select2-locked > .select2-search-choice-close{
  display:none;
}

.select-locked > .ui-select-match-close{
    display:none;
}

body > .select2-container.open {
  z-index: 9999; /* The z-index Select2 applies to the select2-drop */
}

/* Selectize theme */

/* Helper class to show styles when focus */
.selectize-input.selectize-focus{
  border-color: #007FBB !important;
}

/* Fix input width for Selectize theme */
.selectize-control > .selectize-input > input {
  width: 100%;
}

/* Fix dropdown width for Selectize theme */
.selectize-control > .selectize-dropdown {
  width: 100%;
}

/* Mark invalid Selectize */
.ng-dirty.ng-invalid > div.selectize-input {
    border-color: #D44950;
}


/* Bootstrap theme */

/* Helper class to show styles when focus */
.btn-default-focus {
  color: #333;
  background-color: #EBEBEB;
  border-color: #ADADAD;
  text-decoration: none;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 0.6);
}

.ui-select-bootstrap .ui-select-toggle {
  position: relative;
}

.ui-select-bootstrap .ui-select-toggle > .caret {
  position: absolute;
  height: 10px;
  top: 50%;
  right: 10px;
  margin-top: -2px;
}

/* Fix Bootstrap dropdown position when inside a input-group */
.input-group > .ui-select-bootstrap.dropdown {
  /* Instead of relative */
  position: static;
}

.input-group > .ui-select-bootstrap > input.ui-select-search.form-control {
  border-radius: 4px; /* FIXME hardcoded value :-/ */
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}

.ui-select-bootstrap > .ui-select-match > .btn{
  /* Instead of center because of .btn */
  text-align: left !important;
}

.ui-select-bootstrap > .ui-select-match > .caret {
  position: absolute;
  top: 45%;
  right: 15px;
}

/* See Scrollable Menu with Bootstrap 3 http://stackoverflow.com/questions/19227496 */
.ui-select-bootstrap > .ui-select-choices {
  width: 100%;
  height: auto;
  max-height: 200px;
  overflow-x: hidden;
  overflow-y: scroll !important;
  margin-top: -1px;
  /*tamaño fuente inacap*/
  font-size: 11px !important;
}

body > .ui-select-bootstrap.open {
  z-index: 1000; /* Standard Bootstrap dropdown z-index */
}

.ui-select-multiple.ui-select-bootstrap {
  height: auto;
  padding: 3px 3px 0 3px;
}

.ui-select-multiple.ui-select-bootstrap input.ui-select-search {
  background-color: transparent !important; /* To prevent double background when disabled */
  border: none;
  outline: none;
  height: 1.666666em;
  margin-bottom: 3px;
}

.ui-select-multiple.ui-select-bootstrap .ui-select-match .close {
  font-size: 1.6em;
  line-height: 0.75;
}

.ui-select-multiple.ui-select-bootstrap .ui-select-match-item {
  outline: 0;
  margin: 0 3px 3px 0;
}

.ui-select-multiple .ui-select-match-item {
  position: relative;
}

.ui-select-multiple .ui-select-match-item.dropping-before:before {
  content: "";
  position: absolute;
  top: 0;
  right: 100%;
  height: 100%;
  margin-right: 2px;
  border-left: 1px solid #428bca;
}

.ui-select-multiple .ui-select-match-item.dropping-after:after {
  content: "";
  position: absolute;
  top: 0;
  left: 100%;
  height: 100%;
  margin-left: 2px;
  border-right: 1px solid #428bca;
}

.ui-select-bootstrap .ui-select-choices-row>a {
    display: block;
    padding: 3px 20px;
    clear: both;
    font-weight: 400;
    line-height: 1.42857143;
    color: #333;
    white-space: nowrap;
}

.ui-select-bootstrap .ui-select-choices-row>a:hover, .ui-select-bootstrap .ui-select-choices-row>a:focus {
    text-decoration: none;
    color: #262626;
    background-color: #f5f5f5;
}

.ui-select-bootstrap .ui-select-choices-row.active>a {
    /*color opciones inacap*/
    color: #fff;
    text-decoration: none;
    outline: 0;
    background-color: #428bca;
}

.ui-select-bootstrap .ui-select-choices-row.disabled>a,
.ui-select-bootstrap .ui-select-choices-row.active.disabled>a {
    color: #777;
    cursor: not-allowed;
    background-color: #fff;
}

/* fix hide/show angular animation */
.ui-select-match.ng-hide-add,
.ui-select-search.ng-hide-add {
    display: none !important;
}

/* Mark invalid Bootstrap */
.ui-select-bootstrap.ng-dirty.ng-invalid > button.btn.ui-select-match {
    border-color: #D44950;
}

/*!
 * Bootstrap v3.3.1 (http://getbootstrap.com)
 * Copyright 2011-2014 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 */

/*! normalize.css v3.0.2 | MIT License | git.io/normalize */
html {
    font-family: sans-serif;
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
}

body {
    margin: 0;
}

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

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

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

[hidden],
template {
    display: none;
}

a {
    background-color: transparent;
}

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

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

b,
strong {
    font-weight: bold;
}

dfn {
    font-style: italic;
}

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

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

small {
    font-size: 80%;
}

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

sup {
    top: -.5em;
}

sub {
    bottom: -.25em;
}

img {
    border: 0;
}

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

figure {
    margin: 1em 40px;
}

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

pre {
    overflow: auto;
}

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

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

button {
    overflow: visible;
}

button,
select {
    text-transform: none;
}

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

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

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

input {
    line-height: normal;
}

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

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

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

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

fieldset {
    padding: .35em .625em .75em;
    margin: 0 2px;
    border: 1px solid #c0c0c0;
}

legend {
    padding: 0;
    border: 0;
}

textarea {
    overflow: auto;
}

optgroup {
    font-weight: bold;
}

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

td,
th {
    padding: 0;
}
/*! Source: https://github.com/h5bp/html5-boilerplate/blob/master/src/css/main.css */
@media print {
    *,
    *:before,
    *:after {
        color: #000 !important;
        text-shadow: none !important;
        background: transparent !important;
        -webkit-box-shadow: none !important;
        box-shadow: none !important;
    }

    a,
    a:visited {
        text-decoration: underline;
    }

        a[href]:after {
            content: " (" attr(href) ")";
        }

    abbr[title]:after {
        content: " (" attr(title) ")";
    }

    a[href^="#"]:after,
    a[href^="javascript:"]:after {
        content: "";
    }

    pre,
    blockquote {
        border: 1px solid #999;
        page-break-inside: avoid;
    }

    thead {
        display: table-header-group;
    }

    tr,
    img {
        page-break-inside: avoid;
    }

    img {
        max-width: 100% !important;
    }

    p,
    h2,
    h3 {
        orphans: 3;
        widows: 3;
    }

    h2,
    h3 {
        page-break-after: avoid;
    }

    select {
        background: #fff !important;
    }

    .navbar {
        display: none;
    }

    .btn > .caret,
    .dropup > .btn > .caret {
        border-top-color: #000 !important;
    }

    .label {
        border: 1px solid #000;
    }

    .table {
        border-collapse: collapse !important;
    }

        .table td,
        .table th {
            background-color: #fff !important;
        }

    .table-bordered th,
    .table-bordered td {
        border: 1px solid #ddd !important;
    }
}

@font-face {
    font-family: 'Glyphicons Halflings';
    src: url('../Fonts/glyphicons-halflings-regular.eot');
    src: url('../Fonts/glyphicons-halflings-regular.eot?#iefix') format('embedded-opentype'), url('../Fonts/glyphicons-halflings-regular.woff2') format('woff2'), url('../Fonts/glyphicons-halflings-regular.woff') format('woff'), url('../Fonts/glyphicons-halflings-regular.ttf') format('truetype'), url('../Fonts/glyphicons-halflings-regular.svg#glyphicons_halflingsregular') format('svg');
}

.glyphicon {
    position: relative;
    top: 1px;
    display: inline-block;
    font-family: 'Glyphicons Halflings';
    font-style: normal;
    font-weight: normal;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.glyphicon-asterisk:before {
    content: "\2a";
}

.glyphicon-plus:before {
    content: "\2b";
}

.glyphicon-euro:before,
.glyphicon-eur:before {
    content: "\20ac";
}

.glyphicon-minus:before {
    content: "\2212";
}

.glyphicon-cloud:before {
    content: "\2601";
}

.glyphicon-envelope:before {
    content: "\2709";
}

.glyphicon-pencil:before {
    content: "\270f";
}

.glyphicon-glass:before {
    content: "\e001";
}

.glyphicon-music:before {
    content: "\e002";
}

.glyphicon-search:before {
    content: "\e003";
}

.glyphicon-heart:before {
    content: "\e005";
}

.glyphicon-star:before {
    content: "\e006";
}

.glyphicon-star-empty:before {
    content: "\e007";
}

.glyphicon-user:before {
    content: "\e008";
}

.glyphicon-film:before {
    content: "\e009";
}

.glyphicon-th-large:before {
    content: "\e010";
}

.glyphicon-th:before {
    content: "\e011";
}

.glyphicon-th-list:before {
    content: "\e012";
}

.glyphicon-ok:before {
    content: "\e013";
}

.glyphicon-remove:before {
    content: "\e014";
}

.glyphicon-zoom-in:before {
    content: "\e015";
}

.glyphicon-zoom-out:before {
    content: "\e016";
}

.glyphicon-off:before {
    content: "\e017";
}

.glyphicon-signal:before {
    content: "\e018";
}

.glyphicon-cog:before {
    content: "\e019";
}

.glyphicon-trash:before {
    content: "\e020";
}

.glyphicon-home:before {
    content: "\e021";
}

.glyphicon-file:before {
    content: "\e022";
}

.glyphicon-time:before {
    content: "\e023";
}

.glyphicon-road:before {
    content: "\e024";
}

.glyphicon-download-alt:before {
    content: "\e025";
}

.glyphicon-download:before {
    content: "\e026";
}

.glyphicon-upload:before {
    content: "\e027";
}

.glyphicon-inbox:before {
    content: "\e028";
}

.glyphicon-play-circle:before {
    content: "\e029";
}

.glyphicon-repeat:before {
    content: "\e030";
}

.glyphicon-refresh:before {
    content: "\e031";
}

.glyphicon-list-alt:before {
    content: "\e032";
}

.glyphicon-lock:before {
    content: "\e033";
}

.glyphicon-flag:before {
    content: "\e034";
}

.glyphicon-headphones:before {
    content: "\e035";
}

.glyphicon-volume-off:before {
    content: "\e036";
}

.glyphicon-volume-down:before {
    content: "\e037";
}

.glyphicon-volume-up:before {
    content: "\e038";
}

.glyphicon-qrcode:before {
    content: "\e039";
}

.glyphicon-barcode:before {
    content: "\e040";
}

.glyphicon-tag:before {
    content: "\e041";
}

.glyphicon-tags:before {
    content: "\e042";
}

.glyphicon-book:before {
    content: "\e043";
}

.glyphicon-bookmark:before {
    content: "\e044";
}

.glyphicon-print:before {
    content: "\e045";
}

.glyphicon-camera:before {
    content: "\e046";
}

.glyphicon-font:before {
    content: "\e047";
}

.glyphicon-bold:before {
    content: "\e048";
}

.glyphicon-italic:before {
    content: "\e049";
}

.glyphicon-text-height:before {
    content: "\e050";
}

.glyphicon-text-width:before {
    content: "\e051";
}

.glyphicon-align-left:before {
    content: "\e052";
}

.glyphicon-align-center:before {
    content: "\e053";
}

.glyphicon-align-right:before {
    content: "\e054";
}

.glyphicon-align-justify:before {
    content: "\e055";
}

.glyphicon-list:before {
    content: "\e056";
}

.glyphicon-indent-left:before {
    content: "\e057";
}

.glyphicon-indent-right:before {
    content: "\e058";
}

.glyphicon-facetime-video:before {
    content: "\e059";
}

.glyphicon-picture:before {
    content: "\e060";
}

.glyphicon-map-marker:before {
    content: "\e062";
}

.glyphicon-adjust:before {
    content: "\e063";
}

.glyphicon-tint:before {
    content: "\e064";
}

.glyphicon-edit:before {
    content: "\e065";
}

.glyphicon-share:before {
    content: "\e066";
}

.glyphicon-check:before {
    content: "\e067";
}

.glyphicon-move:before {
    content: "\e068";
}

.glyphicon-step-backward:before {
    content: "\e069";
}

.glyphicon-fast-backward:before {
    content: "\e070";
}

.glyphicon-backward:before {
    content: "\e071";
}

.glyphicon-play:before {
    content: "\e072";
}

.glyphicon-pause:before {
    content: "\e073";
}

.glyphicon-stop:before {
    content: "\e074";
}

.glyphicon-forward:before {
    content: "\e075";
}

.glyphicon-fast-forward:before {
    content: "\e076";
}

.glyphicon-step-forward:before {
    content: "\e077";
}

.glyphicon-eject:before {
    content: "\e078";
}

.glyphicon-chevron-left:before {
    content: "\e079";
}

.glyphicon-chevron-right:before {
    content: "\e080";
}

.glyphicon-plus-sign:before {
    content: "\e081";
}

.glyphicon-minus-sign:before {
    content: "\e082";
}

.glyphicon-remove-sign:before {
    content: "\e083";
}

.glyphicon-ok-sign:before {
    content: "\e084";
}

.glyphicon-question-sign:before {
    content: "\e085";
}

.glyphicon-info-sign:before {
    content: "\e086";
}

.glyphicon-screenshot:before {
    content: "\e087";
}

.glyphicon-remove-circle:before {
    content: "\e088";
}

.glyphicon-ok-circle:before {
    content: "\e089";
}

.glyphicon-ban-circle:before {
    content: "\e090";
}

.glyphicon-arrow-left:before {
    content: "\e091";
}

.glyphicon-arrow-right:before {
    content: "\e092";
}

.glyphicon-arrow-up:before {
    content: "\e093";
}

.glyphicon-arrow-down:before {
    content: "\e094";
}

.glyphicon-share-alt:before {
    content: "\e095";
}

.glyphicon-resize-full:before {
    content: "\e096";
}

.glyphicon-resize-small:before {
    content: "\e097";
}

.glyphicon-exclamation-sign:before {
    content: "\e101";
}

.glyphicon-gift:before {
    content: "\e102";
}

.glyphicon-leaf:before {
    content: "\e103";
}

.glyphicon-fire:before {
    content: "\e104";
}

.glyphicon-eye-open:before {
    content: "\e105";
}

.glyphicon-eye-close:before {
    content: "\e106";
}

.glyphicon-warning-sign:before {
    content: "\e107";
}

.glyphicon-plane:before {
    content: "\e108";
}

.glyphicon-calendar:before {
    content: "\e109";
}

.glyphicon-random:before {
    content: "\e110";
}

.glyphicon-comment:before {
    content: "\e111";
}

.glyphicon-magnet:before {
    content: "\e112";
}

.glyphicon-chevron-up:before {
    content: "\e113";
}

.glyphicon-chevron-down:before {
    content: "\e114";
}

.glyphicon-retweet:before {
    content: "\e115";
}

.glyphicon-shopping-cart:before {
    content: "\e116";
}

.glyphicon-folder-close:before {
    content: "\e117";
}

.glyphicon-folder-open:before {
    content: "\e118";
}

.glyphicon-resize-vertical:before {
    content: "\e119";
}

.glyphicon-resize-horizontal:before {
    content: "\e120";
}

.glyphicon-hdd:before {
    content: "\e121";
}

.glyphicon-bullhorn:before {
    content: "\e122";
}

.glyphicon-bell:before {
    content: "\e123";
}

.glyphicon-certificate:before {
    content: "\e124";
}

.glyphicon-thumbs-up:before {
    content: "\e125";
}

.glyphicon-thumbs-down:before {
    content: "\e126";
}

.glyphicon-hand-right:before {
    content: "\e127";
}

.glyphicon-hand-left:before {
    content: "\e128";
}

.glyphicon-hand-up:before {
    content: "\e129";
}

.glyphicon-hand-down:before {
    content: "\e130";
}

.glyphicon-circle-arrow-right:before {
    content: "\e131";
}

.glyphicon-circle-arrow-left:before {
    content: "\e132";
}

.glyphicon-circle-arrow-up:before {
    content: "\e133";
}

.glyphicon-circle-arrow-down:before {
    content: "\e134";
}

.glyphicon-globe:before {
    content: "\e135";
}

.glyphicon-wrench:before {
    content: "\e136";
}

.glyphicon-tasks:before {
    content: "\e137";
}

.glyphicon-filter:before {
    content: "\e138";
}

.glyphicon-briefcase:before {
    content: "\e139";
}

.glyphicon-fullscreen:before {
    content: "\e140";
}

.glyphicon-dashboard:before {
    content: "\e141";
}

.glyphicon-paperclip:before {
    content: "\e142";
}

.glyphicon-heart-empty:before {
    content: "\e143";
}

.glyphicon-link:before {
    content: "\e144";
}

.glyphicon-phone:before {
    content: "\e145";
}

.glyphicon-pushpin:before {
    content: "\e146";
}

.glyphicon-usd:before {
    content: "\e148";
}

.glyphicon-gbp:before {
    content: "\e149";
}

.glyphicon-sort:before {
    content: "\e150";
}

.glyphicon-sort-by-alphabet:before {
    content: "\e151";
}

.glyphicon-sort-by-alphabet-alt:before {
    content: "\e152";
}

.glyphicon-sort-by-order:before {
    content: "\e153";
}

.glyphicon-sort-by-order-alt:before {
    content: "\e154";
}

.glyphicon-sort-by-attributes:before {
    content: "\e155";
}

.glyphicon-sort-by-attributes-alt:before {
    content: "\e156";
}

.glyphicon-unchecked:before {
    content: "\e157";
}

.glyphicon-expand:before {
    content: "\e158";
}

.glyphicon-collapse-down:before {
    content: "\e159";
}

.glyphicon-collapse-up:before {
    content: "\e160";
}

.glyphicon-log-in:before {
    content: "\e161";
}

.glyphicon-flash:before {
    content: "\e162";
}

.glyphicon-log-out:before {
    content: "\e163";
}

.glyphicon-new-window:before {
    content: "\e164";
}

.glyphicon-record:before {
    content: "\e165";
}

.glyphicon-save:before {
    content: "\e166";
}

.glyphicon-open:before {
    content: "\e167";
}

.glyphicon-saved:before {
    content: "\e168";
}

.glyphicon-import:before {
    content: "\e169";
}

.glyphicon-export:before {
    content: "\e170";
}

.glyphicon-send:before {
    content: "\e171";
}

.glyphicon-floppy-disk:before {
    content: "\e172";
}

.glyphicon-floppy-saved:before {
    content: "\e173";
}

.glyphicon-floppy-remove:before {
    content: "\e174";
}

.glyphicon-floppy-save:before {
    content: "\e175";
}

.glyphicon-floppy-open:before {
    content: "\e176";
}

.glyphicon-credit-card:before {
    content: "\e177";
}

.glyphicon-transfer:before {
    content: "\e178";
}

.glyphicon-cutlery:before {
    content: "\e179";
}

.glyphicon-header:before {
    content: "\e180";
}

.glyphicon-compressed:before {
    content: "\e181";
}

.glyphicon-earphone:before {
    content: "\e182";
}

.glyphicon-phone-alt:before {
    content: "\e183";
}

.glyphicon-tower:before {
    content: "\e184";
}

.glyphicon-stats:before {
    content: "\e185";
}

.glyphicon-sd-video:before {
    content: "\e186";
}

.glyphicon-hd-video:before {
    content: "\e187";
}

.glyphicon-subtitles:before {
    content: "\e188";
}

.glyphicon-sound-stereo:before {
    content: "\e189";
}

.glyphicon-sound-dolby:before {
    content: "\e190";
}

.glyphicon-sound-5-1:before {
    content: "\e191";
}

.glyphicon-sound-6-1:before {
    content: "\e192";
}

.glyphicon-sound-7-1:before {
    content: "\e193";
}

.glyphicon-copyright-mark:before {
    content: "\e194";
}

.glyphicon-registration-mark:before {
    content: "\e195";
}

.glyphicon-cloud-download:before {
    content: "\e197";
}

.glyphicon-cloud-upload:before {
    content: "\e198";
}

.glyphicon-tree-conifer:before {
    content: "\e199";
}

.glyphicon-tree-deciduous:before {
    content: "\e200";
}

.glyphicon-cd:before {
    content: "\e201";
}

.glyphicon-save-file:before {
    content: "\e202";
}

.glyphicon-open-file:before {
    content: "\e203";
}

.glyphicon-level-up:before {
    content: "\e204";
}

.glyphicon-copy:before {
    content: "\e205";
}

.glyphicon-paste:before {
    content: "\e206";
}

.glyphicon-door:before {
    content: "\1f6aa";
}

.glyphicon-key:before {
    content: "\1f511";
}

.glyphicon-alert:before {
    content: "\e209";
}

.glyphicon-equalizer:before {
    content: "\e210";
}

.glyphicon-king:before {
    content: "\e211";
}

.glyphicon-queen:before {
    content: "\e212";
}

.glyphicon-pawn:before {
    content: "\e213";
}

.glyphicon-bishop:before {
    content: "\e214";
}

.glyphicon-knight:before {
    content: "\e215";
}

.glyphicon-baby-formula:before {
    content: "\e216";
}

.glyphicon-tent:before {
    content: "\26fa";
}

.glyphicon-blackboard:before {
    content: "\e218";
}

.glyphicon-bed:before {
    content: "\e219";
}

.glyphicon-apple:before {
    content: "\f8ff";
}

.glyphicon-erase:before {
    content: "\e221";
}

.glyphicon-hourglass:before {
    content: "\231b";
}

.glyphicon-lamp:before {
    content: "\e223";
}

.glyphicon-duplicate:before {
    content: "\e224";
}

.glyphicon-piggy-bank:before {
    content: "\e225";
}

.glyphicon-scissors:before {
    content: "\e226";
}

.glyphicon-bitcoin:before {
    content: "\e227";
}

.glyphicon-yen:before {
    content: "\00a5";
}

.glyphicon-ruble:before {
    content: "\20bd";
}

.glyphicon-scale:before {
    content: "\e230";
}

.glyphicon-ice-lolly:before {
    content: "\e231";
}

.glyphicon-ice-lolly-tasted:before {
    content: "\e232";
}

.glyphicon-education:before {
    content: "\e233";
}

.glyphicon-option-horizontal:before {
    content: "\e234";
}

.glyphicon-option-vertical:before {
    content: "\e235";
}

.glyphicon-menu-hamburger:before {
    content: "\e236";
}

.glyphicon-modal-window:before {
    content: "\e237";
}

.glyphicon-oil:before {
    content: "\e238";
}

.glyphicon-grain:before {
    content: "\e239";
}

.glyphicon-sunglasses:before {
    content: "\e240";
}

.glyphicon-text-size:before {
    content: "\e241";
}

.glyphicon-text-color:before {
    content: "\e242";
}

.glyphicon-text-background:before {
    content: "\e243";
}

.glyphicon-object-align-top:before {
    content: "\e244";
}

.glyphicon-object-align-bottom:before {
    content: "\e245";
}

.glyphicon-object-align-horizontal:before {
    content: "\e246";
}

.glyphicon-object-align-left:before {
    content: "\e247";
}

.glyphicon-object-align-vertical:before {
    content: "\e248";
}

.glyphicon-object-align-right:before {
    content: "\e249";
}

.glyphicon-triangle-right:before {
    content: "\e250";
}

.glyphicon-triangle-left:before {
    content: "\e251";
}

.glyphicon-triangle-bottom:before {
    content: "\e252";
}

.glyphicon-triangle-top:before {
    content: "\e253";
}

.glyphicon-console:before {
    content: "\e254";
}

.glyphicon-superscript:before {
    content: "\e255";
}

.glyphicon-subscript:before {
    content: "\e256";
}

.glyphicon-menu-left:before {
    content: "\e257";
}

.glyphicon-menu-right:before {
    content: "\e258";
}

.glyphicon-menu-down:before {
    content: "\e259";
}

.glyphicon-menu-up:before {
    content: "\e260";
}

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

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

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

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

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

a {
    color: #337ab7;
    text-decoration: none;
}

    a:hover,
    a:focus {
        color: #23527c;
        text-decoration: underline;
    }

    a:focus {
        outline: thin dotted;
        outline: 5px auto -webkit-focus-ring-color;
        outline-offset: -2px;
    }

figure {
    margin: 0;
}

img {
    vertical-align: middle;
}

.img-responsive,
.thumbnail > img,
.thumbnail a > img,
.carousel-inner > .item > img,
.carousel-inner > .item > a > img {
    display: block;
    max-width: 100%;
    height: auto;
}

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

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

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

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

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

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

h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
    font-family: inherit;
    font-weight: 500;
    line-height: 1.1;
    color: inherit;
}

    h1 small,
    h2 small,
    h3 small,
    h4 small,
    h5 small,
    h6 small,
    .h1 small,
    .h2 small,
    .h3 small,
    .h4 small,
    .h5 small,
    .h6 small,
    h1 .small,
    h2 .small,
    h3 .small,
    h4 .small,
    h5 .small,
    h6 .small,
    .h1 .small,
    .h2 .small,
    .h3 .small,
    .h4 .small,
    .h5 .small,
    .h6 .small {
        font-weight: normal;
        line-height: 1;
        color: #777;
    }

h1,
.h1,
h2,
.h2,
h3,
.h3 {
    margin-top: 20px;
    margin-bottom: 10px;
}

    h1 small,
    .h1 small,
    h2 small,
    .h2 small,
    h3 small,
    .h3 small,
    h1 .small,
    .h1 .small,
    h2 .small,
    .h2 .small,
    h3 .small,
    .h3 .small {
        font-size: 65%;
    }

h4,
.h4,
h5,
.h5,
h6,
.h6 {
    margin-top: 10px;
    margin-bottom: 10px;
}

    h4 small,
    .h4 small,
    h5 small,
    .h5 small,
    h6 small,
    .h6 small,
    h4 .small,
    .h4 .small,
    h5 .small,
    .h5 .small,
    h6 .small,
    .h6 .small {
        font-size: 75%;
    }

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

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

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

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

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

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

p {
    margin: 0 0 10px;
}

.lead {
    margin-bottom: 20px;
    font-size: 16px;
    font-weight: 300;
    line-height: 1.4;
}

@media (min-width: 768px) {
    .lead {
        font-size: 21px;
    }
}

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

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

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

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

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

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

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

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

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

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

.text-muted {
    color: #777;
}

.text-primary {
    color: #337ab7;
}

a.text-primary:hover {
    color: #286090;
}

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

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

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

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

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

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

.text-danger {
    color: #a94442;
}

a.text-danger:hover {
    color: #843534;
}

.bg-primary {
    color: #fff;
    background-color: #337ab7;
}

a.bg-primary:hover {
    background-color: #286090;
}

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

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

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

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

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

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

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

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

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

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

    ul ul,
    ol ul,
    ul ol,
    ol ol {
        margin-bottom: 0;
    }

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

.list-inline {
    padding-left: 0;
    margin-left: -5px;
    list-style: none;
}

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

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

dt,
dd {
    line-height: 1.42857143;
}

dt {
    font-weight: bold;
}

dd {
    margin-left: 0;
}

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

    .dl-horizontal dd {
        margin-left: 180px;
    }
}

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

.initialism {
    font-size: 90%;
    text-transform: uppercase;
}

blockquote {
    padding: 10px 20px;
    margin: 0 0 20px;
    font-size: 17.5px;
    border-left: 5px solid #eee;
}

    blockquote p:last-child,
    blockquote ul:last-child,
    blockquote ol:last-child {
        margin-bottom: 0;
    }

    blockquote footer,
    blockquote small,
    blockquote .small {
        display: block;
        font-size: 80%;
        line-height: 1.42857143;
        color: #777;
    }

        blockquote footer:before,
        blockquote small:before,
        blockquote .small:before {
            content: '\2014 \00A0';
        }

    .blockquote-reverse,
    blockquote.pull-right {
        padding-right: 15px;
        padding-left: 0;
        text-align: right;
        border-right: 5px solid #eee;
        border-left: 0;
    }

        .blockquote-reverse footer:before,
        blockquote.pull-right footer:before,
        .blockquote-reverse small:before,
        blockquote.pull-right small:before,
        .blockquote-reverse .small:before,
        blockquote.pull-right .small:before {
            content: '';
        }

        .blockquote-reverse footer:after,
        blockquote.pull-right footer:after,
        .blockquote-reverse small:after,
        blockquote.pull-right small:after,
        .blockquote-reverse .small:after,
        blockquote.pull-right .small:after {
            content: '\00A0 \2014';
        }

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

code,
kbd,
pre,
samp {
    font-family: Menlo, Monaco, Consolas, "Courier New", monospace;
}

code {
    padding: 2px 4px;
    font-size: 90%;
    color: #c7254e;
    background-color: #f9f2f4;
    border-radius: 4px;
}

kbd {
    padding: 2px 4px;
    font-size: 90%;
    color: #fff;
    background-color: #333;
    border-radius: 3px;
    -webkit-box-shadow: inset 0 -1px 0 rgba(0, 0, 0, .25);
    box-shadow: inset 0 -1px 0 rgba(0, 0, 0, .25);
}

    kbd kbd {
        padding: 0;
        font-size: 100%;
        font-weight: bold;
        -webkit-box-shadow: none;
        box-shadow: none;
    }

pre {
    display: block;
    padding: 9.5px;
    margin: 0 0 10px;
    font-size: 13px;
    line-height: 1.42857143;
    color: #333;
    word-break: break-all;
    word-wrap: break-word;
    background-color: #f5f5f5;
    border: 1px solid #ccc;
    border-radius: 4px;
}

    pre code {
        padding: 0;
        font-size: inherit;
        color: inherit;
        white-space: pre-wrap;
        background-color: transparent;
        border-radius: 0;
    }

.pre-scrollable {
    max-height: 340px;
    overflow-y: scroll;
}

.container {
    /*padding-right: 15px;
  padding-left: 15px;*/
    margin-right: auto;
    margin-left: auto;
}

@media (min-width: 768px) {
    .container {
        width: 750px;
    }
}

@media (min-width: 992px) {
    .container {
        width: 970px;
    }
}

@media (min-width: 1200px) {
    .container {
        width: 1170px;
    }
}

.container-fluid {
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
}

.row {
    margin-right: -15px;
    margin-left: -15px;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

@media (min-width: 768px) {
    .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12 {
        float: left;
    }

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

    .col-sm-11 {
        width: 91.66666667%;
    }

    .col-sm-10 {
        width: 83.33333333%;
    }

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

    .col-sm-8 {
        width: 66.66666667%;
    }

    .col-sm-7 {
        width: 58.33333333%;
    }

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

    .col-sm-5 {
        width: 41.66666667%;
    }

    .col-sm-4 {
        width: 33.33333333%;
    }

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

    .col-sm-2 {
        width: 16.66666667%;
    }

    .col-sm-1 {
        width: 8.33333333%;
    }

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

    .col-sm-pull-11 {
        right: 91.66666667%;
    }

    .col-sm-pull-10 {
        right: 83.33333333%;
    }

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

    .col-sm-pull-8 {
        right: 66.66666667%;
    }

    .col-sm-pull-7 {
        right: 58.33333333%;
    }

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

    .col-sm-pull-5 {
        right: 41.66666667%;
    }

    .col-sm-pull-4 {
        right: 33.33333333%;
    }

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

    .col-sm-pull-2 {
        right: 16.66666667%;
    }

    .col-sm-pull-1 {
        right: 8.33333333%;
    }

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

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

    .col-sm-push-11 {
        left: 91.66666667%;
    }

    .col-sm-push-10 {
        left: 83.33333333%;
    }

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

    .col-sm-push-8 {
        left: 66.66666667%;
    }

    .col-sm-push-7 {
        left: 58.33333333%;
    }

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

    .col-sm-push-5 {
        left: 41.66666667%;
    }

    .col-sm-push-4 {
        left: 33.33333333%;
    }

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

    .col-sm-push-2 {
        left: 16.66666667%;
    }

    .col-sm-push-1 {
        left: 8.33333333%;
    }

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

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

    .col-sm-offset-11 {
        margin-left: 91.66666667%;
    }

    .col-sm-offset-10 {
        margin-left: 83.33333333%;
    }

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

    .col-sm-offset-8 {
        margin-left: 66.66666667%;
    }

    .col-sm-offset-7 {
        margin-left: 58.33333333%;
    }

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

    .col-sm-offset-5 {
        margin-left: 41.66666667%;
    }

    .col-sm-offset-4 {
        margin-left: 33.33333333%;
    }

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

    .col-sm-offset-2 {
        margin-left: 16.66666667%;
    }

    .col-sm-offset-1 {
        margin-left: 8.33333333%;
    }

    .col-sm-offset-0 {
        margin-left: 0;
    }
}

@media (min-width: 992px) {
    .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12 {
        float: left;
    }

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

    .col-md-11 {
        width: 91.66666667%;
    }

    .col-md-10 {
        width: 83.33333333%;
    }

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

    .col-md-8 {
        width: 66.66666667%;
    }

    .col-md-7 {
        width: 58.33333333%;
    }

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

    .col-md-5 {
        width: 41.66666667%;
    }

    .col-md-4 {
        width: 33.33333333%;
    }

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

    .col-md-2 {
        width: 16.66666667%;
    }

    .col-md-1 {
        width: 8.33333333%;
    }

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

    .col-md-pull-11 {
        right: 91.66666667%;
    }

    .col-md-pull-10 {
        right: 83.33333333%;
    }

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

    .col-md-pull-8 {
        right: 66.66666667%;
    }

    .col-md-pull-7 {
        right: 58.33333333%;
    }

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

    .col-md-pull-5 {
        right: 41.66666667%;
    }

    .col-md-pull-4 {
        right: 33.33333333%;
    }

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

    .col-md-pull-2 {
        right: 16.66666667%;
    }

    .col-md-pull-1 {
        right: 8.33333333%;
    }

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

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

    .col-md-push-11 {
        left: 91.66666667%;
    }

    .col-md-push-10 {
        left: 83.33333333%;
    }

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

    .col-md-push-8 {
        left: 66.66666667%;
    }

    .col-md-push-7 {
        left: 58.33333333%;
    }

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

    .col-md-push-5 {
        left: 41.66666667%;
    }

    .col-md-push-4 {
        left: 33.33333333%;
    }

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

    .col-md-push-2 {
        left: 16.66666667%;
    }

    .col-md-push-1 {
        left: 8.33333333%;
    }

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

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

    .col-md-offset-11 {
        margin-left: 91.66666667%;
    }

    .col-md-offset-10 {
        margin-left: 83.33333333%;
    }

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

    .col-md-offset-8 {
        margin-left: 66.66666667%;
    }

    .col-md-offset-7 {
        margin-left: 58.33333333%;
    }

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

    .col-md-offset-5 {
        margin-left: 41.66666667%;
    }

    .col-md-offset-4 {
        margin-left: 33.33333333%;
    }

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

    .col-md-offset-2 {
        margin-left: 16.66666667%;
    }

    .col-md-offset-1 {
        margin-left: 8.33333333%;
    }

    .col-md-offset-0 {
        margin-left: 0;
    }
}

@media (min-width: 1200px) {
    .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12 {
        float: left;
    }

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

    .col-lg-11 {
        width: 91.66666667%;
    }

    .col-lg-10 {
        width: 83.33333333%;
    }

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

    .col-lg-8 {
        width: 66.66666667%;
    }

    .col-lg-7 {
        width: 58.33333333%;
    }

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

    .col-lg-5 {
        width: 41.66666667%;
    }

    .col-lg-4 {
        width: 33.33333333%;
    }

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

    .col-lg-2 {
        width: 16.66666667%;
    }

    .col-lg-1 {
        width: 8.33333333%;
    }

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

    .col-lg-pull-11 {
        right: 91.66666667%;
    }

    .col-lg-pull-10 {
        right: 83.33333333%;
    }

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

    .col-lg-pull-8 {
        right: 66.66666667%;
    }

    .col-lg-pull-7 {
        right: 58.33333333%;
    }

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

    .col-lg-pull-5 {
        right: 41.66666667%;
    }

    .col-lg-pull-4 {
        right: 33.33333333%;
    }

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

    .col-lg-pull-2 {
        right: 16.66666667%;
    }

    .col-lg-pull-1 {
        right: 8.33333333%;
    }

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

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

    .col-lg-push-11 {
        left: 91.66666667%;
    }

    .col-lg-push-10 {
        left: 83.33333333%;
    }

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

    .col-lg-push-8 {
        left: 66.66666667%;
    }

    .col-lg-push-7 {
        left: 58.33333333%;
    }

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

    .col-lg-push-5 {
        left: 41.66666667%;
    }

    .col-lg-push-4 {
        left: 33.33333333%;
    }

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

    .col-lg-push-2 {
        left: 16.66666667%;
    }

    .col-lg-push-1 {
        left: 8.33333333%;
    }

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

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

    .col-lg-offset-11 {
        margin-left: 91.66666667%;
    }

    .col-lg-offset-10 {
        margin-left: 83.33333333%;
    }

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

    .col-lg-offset-8 {
        margin-left: 66.66666667%;
    }

    .col-lg-offset-7 {
        margin-left: 58.33333333%;
    }

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

    .col-lg-offset-5 {
        margin-left: 41.66666667%;
    }

    .col-lg-offset-4 {
        margin-left: 33.33333333%;
    }

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

    .col-lg-offset-2 {
        margin-left: 16.66666667%;
    }

    .col-lg-offset-1 {
        margin-left: 8.33333333%;
    }

    .col-lg-offset-0 {
        margin-left: 0;
    }
}

table {
    background-color: transparent;
}

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

th {
    text-align: left;
}

.table {
    width: 100%;
    max-width: 100%;
    /*margin-bottom: 20px;*/
}

    .table > thead > tr > th,
    .table > tbody > tr > th,
    .table > tfoot > tr > th,
    .table > thead > tr > td,
    .table > tbody > tr > td,
    .table > tfoot > tr > td {
        padding: 8px;
        line-height: 1.42857143;
        vertical-align: top;
        border-top: 1px solid #ddd;
    }

    .table > thead > tr > th {
        vertical-align: bottom;
        border-bottom: 2px solid #ddd;
    }

    .table > caption + thead > tr:first-child > th,
    .table > colgroup + thead > tr:first-child > th,
    .table > thead:first-child > tr:first-child > th,
    .table > caption + thead > tr:first-child > td,
    .table > colgroup + thead > tr:first-child > td,
    .table > thead:first-child > tr:first-child > td {
        border-top: 0;
    }

    .table > tbody + tbody {
        border-top: 2px solid #ddd;
    }

    .table .table {
        background-color: #fff;
    }

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

.table-bordered {
    border: 1px solid #ddd;
}

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

    .table-bordered > thead > tr > th,
    .table-bordered > thead > tr > td {
        border-bottom-width: 2px;
    }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.table-responsive {
    min-height: .01%;
    overflow-x: auto;
}

@media screen and (max-width: 767px) {
    .table-responsive {
        width: 100%;
        /*margin-bottom: 15px;*/
        overflow-y: hidden;
        -ms-overflow-style: -ms-autohiding-scrollbar;
        border: 1px solid #ddd;
    }

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

            .table-responsive > .table > thead > tr > th,
            .table-responsive > .table > tbody > tr > th,
            .table-responsive > .table > tfoot > tr > th,
            .table-responsive > .table > thead > tr > td,
            .table-responsive > .table > tbody > tr > td,
            .table-responsive > .table > tfoot > tr > td {
                white-space: nowrap;
            }

        .table-responsive > .table-bordered {
            border: 0;
        }

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

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

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

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

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

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

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

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

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

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

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

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

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

.form-control {
    display: block;
    width: 100%;
    height: 34px;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #555;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    -webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
}

    .form-control:focus {
        border-color: #66afe9;
        outline: 0;
        -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102, 175, 233, .6);
        box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102, 175, 233, .6);
    }

    .form-control::-moz-placeholder {
        color: #999;
        opacity: 1;
    }

    .form-control:-ms-input-placeholder {
        color: #999;
    }

    .form-control::-webkit-input-placeholder {
        color: #999;
    }

    .form-control[disabled],
    .form-control[readonly],
    fieldset[disabled] .form-control {
        cursor: not-allowed;
        background-color: #eee;
        opacity: 1;
    }

textarea.form-control {
    height: auto;
}

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

@media screen and (-webkit-min-device-pixel-ratio: 0) {
    input[type="date"],
    input[type="time"],
    input[type="datetime-local"],
    input[type="month"] {
        line-height: 34px;
    }

        input[type="date"].input-sm,
        input[type="time"].input-sm,
        input[type="datetime-local"].input-sm,
        input[type="month"].input-sm,
        .input-group-sm input[type="date"],
        .input-group-sm input[type="time"],
        .input-group-sm input[type="datetime-local"],
        .input-group-sm input[type="month"] {
            line-height: 30px;
        }

        input[type="date"].input-lg,
        input[type="time"].input-lg,
        input[type="datetime-local"].input-lg,
        input[type="month"].input-lg,
        .input-group-lg input[type="date"],
        .input-group-lg input[type="time"],
        .input-group-lg input[type="datetime-local"],
        .input-group-lg input[type="month"] {
            line-height: 46px;
        }
}

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

.radio,
.checkbox {
    position: relative;
    display: block;
    margin-top: 10px;
    margin-bottom: 10px;
}

    .radio label,
    .checkbox label {
        min-height: 20px;
        padding-left: 20px;
        margin-bottom: 0;
        font-weight: normal;
        cursor: pointer;
    }

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

    .radio + .radio,
    .checkbox + .checkbox {
        margin-top: -5px;
    }

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

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

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

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

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

.form-control-static {
    padding-top: 7px;
    padding-bottom: 7px;
    margin-bottom: 0;
}

    .form-control-static.input-lg,
    .form-control-static.input-sm {
        padding-right: 0;
        padding-left: 0;
    }

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

select.input-sm {
    height: 30px;
    line-height: 30px;
}

textarea.input-sm,
select[multiple].input-sm {
    height: auto;
}

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

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

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

.input-lg {
    height: 46px;
    padding: 10px 16px;
    font-size: 18px;
    line-height: 1.33;
    border-radius: 6px;
}

select.input-lg {
    height: 46px;
    line-height: 46px;
}

textarea.input-lg,
select[multiple].input-lg {
    height: auto;
}

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

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

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

.has-feedback {
    position: relative;
}

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

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

.input-lg + .form-control-feedback {
    width: 46px;
    height: 46px;
    line-height: 46px;
}

.input-sm + .form-control-feedback {
    width: 30px;
    height: 30px;
    line-height: 30px;
}

.has-success .help-block,
.has-success .control-label,
.has-success .radio,
.has-success .checkbox,
.has-success .radio-inline,
.has-success .checkbox-inline,
.has-success.radio label,
.has-success.checkbox label,
.has-success.radio-inline label,
.has-success.checkbox-inline label {
    color: #3c763d;
}

.has-success .form-control {
    border-color: #3c763d;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
}

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

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

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

.has-warning .help-block,
.has-warning .control-label,
.has-warning .radio,
.has-warning .checkbox,
.has-warning .radio-inline,
.has-warning .checkbox-inline,
.has-warning.radio label,
.has-warning.checkbox label,
.has-warning.radio-inline label,
.has-warning.checkbox-inline label {
    color: #8a6d3b;
}

.has-warning .form-control {
    border-color: #8a6d3b;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
}

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

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

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

.has-error .help-block,
.has-error .control-label,
.has-error .radio,
.has-error .checkbox,
.has-error .radio-inline,
.has-error .checkbox-inline,
.has-error.radio label,
.has-error.checkbox label,
.has-error.radio-inline label,
.has-error.checkbox-inline label {
    color: #a94442;
}

.has-error .form-control {
    border-color: #a94442;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
}

    .has-error .form-control:focus {
        border-color: #843534;
        -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 6px #ce8483;
        box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 6px #ce8483;
    }

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

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

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

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

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

@media (min-width: 768px) {
    .form-inline .form-group {
        display: inline-block;
        margin-bottom: 0;
        vertical-align: middle;
    }

    .form-inline .form-control {
        display: inline-block;
        width: auto;
        vertical-align: middle;
    }

    .form-inline .form-control-static {
        display: inline-block;
    }

    .form-inline .input-group {
        display: inline-table;
        vertical-align: middle;
    }

        .form-inline .input-group .input-group-addon,
        .form-inline .input-group .input-group-btn,
        .form-inline .input-group .form-control {
            width: auto;
        }

        .form-inline .input-group > .form-control {
            width: 100%;
        }

    .form-inline .control-label {
        margin-bottom: 0;
        vertical-align: middle;
    }

    .form-inline .radio,
    .form-inline .checkbox {
        display: inline-block;
        margin-top: 0;
        margin-bottom: 0;
        vertical-align: middle;
    }

        .form-inline .radio label,
        .form-inline .checkbox label {
            padding-left: 0;
        }

        .form-inline .radio input[type="radio"],
        .form-inline .checkbox input[type="checkbox"] {
            position: relative;
            margin-left: 0;
        }

    .form-inline .has-feedback .form-control-feedback {
        top: 0;
    }
}

.form-horizontal .radio,
.form-horizontal .checkbox,
.form-horizontal .radio-inline,
.form-horizontal .checkbox-inline {
    padding-top: 7px;
    margin-top: 0;
    margin-bottom: 0;
}

.form-horizontal .radio,
.form-horizontal .checkbox {
    min-height: 27px;
}

.form-horizontal .form-group {
    margin-right: -15px;
    margin-left: -15px;
}

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

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

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

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

.btn {
    display: inline-block;
    padding: 6px 12px;
    margin-bottom: 0;
    font-size: 14px;
    font-weight: normal;
    line-height: 1.42857143;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-image: none;
    border: 1px solid transparent;
    border-radius: 4px;
}

    .btn:focus,
    .btn:active:focus,
    .btn.active:focus,
    .btn.focus,
    .btn:active.focus,
    .btn.active.focus {
        outline: thin dotted;
        outline: 5px auto -webkit-focus-ring-color;
        outline-offset: -2px;
    }

    .btn:hover,
    .btn:focus,
    .btn.focus {
        color: #333;
        text-decoration: none;
    }

    .btn:active,
    .btn.active {
        background-image: none;
        outline: 0;
        -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, .125);
        box-shadow: inset 0 3px 5px rgba(0, 0, 0, .125);
    }

    .btn.disabled,
    .btn[disabled],
    fieldset[disabled] .btn {
        pointer-events: none;
        cursor: not-allowed;
        filter: alpha(opacity=65);
        -webkit-box-shadow: none;
        box-shadow: none;
        opacity: .65;
    }

.btn-default {
    color: #333;
    background-color: #fff;
    border-color: #ccc;
}

    .btn-default:hover,
    .btn-default:focus,
    .btn-default.focus,
    .btn-default:active,
    .btn-default.active,
    .open > .dropdown-toggle.btn-default {
        color: #333;
        background-color: #e6e6e6;
        border-color: #adadad;
    }

    .btn-default:active,
    .btn-default.active,
    .open > .dropdown-toggle.btn-default {
        background-image: none;
    }

    .btn-default.disabled,
    .btn-default[disabled],
    fieldset[disabled] .btn-default,
    .btn-default.disabled:hover,
    .btn-default[disabled]:hover,
    fieldset[disabled] .btn-default:hover,
    .btn-default.disabled:focus,
    .btn-default[disabled]:focus,
    fieldset[disabled] .btn-default:focus,
    .btn-default.disabled.focus,
    .btn-default[disabled].focus,
    fieldset[disabled] .btn-default.focus,
    .btn-default.disabled:active,
    .btn-default[disabled]:active,
    fieldset[disabled] .btn-default:active,
    .btn-default.disabled.active,
    .btn-default[disabled].active,
    fieldset[disabled] .btn-default.active {
        background-color: #fff;
        border-color: #ccc;
    }

    .btn-default .badge {
        color: #fff;
        background-color: #333;
    }

.btn-primary {
    color: #fff;
    background-color: #337ab7;
    border-color: #2e6da4;
}

    .btn-primary:hover,
    .btn-primary:focus,
    .btn-primary.focus,
    .btn-primary:active,
    .btn-primary.active,
    .open > .dropdown-toggle.btn-primary {
        color: #fff;
        background-color: #286090;
        border-color: #204d74;
    }

    .btn-primary:active,
    .btn-primary.active,
    .open > .dropdown-toggle.btn-primary {
        background-image: none;
    }

    .btn-primary.disabled,
    .btn-primary[disabled],
    fieldset[disabled] .btn-primary,
    .btn-primary.disabled:hover,
    .btn-primary[disabled]:hover,
    fieldset[disabled] .btn-primary:hover,
    .btn-primary.disabled:focus,
    .btn-primary[disabled]:focus,
    fieldset[disabled] .btn-primary:focus,
    .btn-primary.disabled.focus,
    .btn-primary[disabled].focus,
    fieldset[disabled] .btn-primary.focus,
    .btn-primary.disabled:active,
    .btn-primary[disabled]:active,
    fieldset[disabled] .btn-primary:active,
    .btn-primary.disabled.active,
    .btn-primary[disabled].active,
    fieldset[disabled] .btn-primary.active {
        background-color: #337ab7;
        border-color: #2e6da4;
    }

    .btn-primary .badge {
        color: #337ab7;
        background-color: #fff;
    }

.btn-success {
    color: #fff;
    background-color: #5cb85c;
    border-color: #4cae4c;
}

    .btn-success:hover,
    .btn-success:focus,
    .btn-success.focus,
    .btn-success:active,
    .btn-success.active,
    .open > .dropdown-toggle.btn-success {
        color: #fff;
        background-color: #449d44;
        border-color: #398439;
    }

    .btn-success:active,
    .btn-success.active,
    .open > .dropdown-toggle.btn-success {
        background-image: none;
    }

    .btn-success.disabled,
    .btn-success[disabled],
    fieldset[disabled] .btn-success,
    .btn-success.disabled:hover,
    .btn-success[disabled]:hover,
    fieldset[disabled] .btn-success:hover,
    .btn-success.disabled:focus,
    .btn-success[disabled]:focus,
    fieldset[disabled] .btn-success:focus,
    .btn-success.disabled.focus,
    .btn-success[disabled].focus,
    fieldset[disabled] .btn-success.focus,
    .btn-success.disabled:active,
    .btn-success[disabled]:active,
    fieldset[disabled] .btn-success:active,
    .btn-success.disabled.active,
    .btn-success[disabled].active,
    fieldset[disabled] .btn-success.active {
        background-color: #5cb85c;
        border-color: #4cae4c;
    }

    .btn-success .badge {
        color: #5cb85c;
        background-color: #fff;
    }

.btn-info {
    color: #fff;
    background-color: #5bc0de;
    border-color: #46b8da;
}

    .btn-info:hover,
    .btn-info:focus,
    .btn-info.focus,
    .btn-info:active,
    .btn-info.active,
    .open > .dropdown-toggle.btn-info {
        color: #fff;
        background-color: #31b0d5;
        border-color: #269abc;
    }

    .btn-info:active,
    .btn-info.active,
    .open > .dropdown-toggle.btn-info {
        background-image: none;
    }

    .btn-info.disabled,
    .btn-info[disabled],
    fieldset[disabled] .btn-info,
    .btn-info.disabled:hover,
    .btn-info[disabled]:hover,
    fieldset[disabled] .btn-info:hover,
    .btn-info.disabled:focus,
    .btn-info[disabled]:focus,
    fieldset[disabled] .btn-info:focus,
    .btn-info.disabled.focus,
    .btn-info[disabled].focus,
    fieldset[disabled] .btn-info.focus,
    .btn-info.disabled:active,
    .btn-info[disabled]:active,
    fieldset[disabled] .btn-info:active,
    .btn-info.disabled.active,
    .btn-info[disabled].active,
    fieldset[disabled] .btn-info.active {
        background-color: #5bc0de;
        border-color: #46b8da;
    }

    .btn-info .badge {
        color: #5bc0de;
        background-color: #fff;
    }

.btn-warning {
    color: #fff;
    background-color: #f0ad4e;
    border-color: #eea236;
}

    .btn-warning:hover,
    .btn-warning:focus,
    .btn-warning.focus,
    .btn-warning:active,
    .btn-warning.active,
    .open > .dropdown-toggle.btn-warning {
        color: #fff;
        background-color: #ec971f;
        border-color: #d58512;
    }

    .btn-warning:active,
    .btn-warning.active,
    .open > .dropdown-toggle.btn-warning {
        background-image: none;
    }

    .btn-warning.disabled,
    .btn-warning[disabled],
    fieldset[disabled] .btn-warning,
    .btn-warning.disabled:hover,
    .btn-warning[disabled]:hover,
    fieldset[disabled] .btn-warning:hover,
    .btn-warning.disabled:focus,
    .btn-warning[disabled]:focus,
    fieldset[disabled] .btn-warning:focus,
    .btn-warning.disabled.focus,
    .btn-warning[disabled].focus,
    fieldset[disabled] .btn-warning.focus,
    .btn-warning.disabled:active,
    .btn-warning[disabled]:active,
    fieldset[disabled] .btn-warning:active,
    .btn-warning.disabled.active,
    .btn-warning[disabled].active,
    fieldset[disabled] .btn-warning.active {
        background-color: #f0ad4e;
        border-color: #eea236;
    }

    .btn-warning .badge {
        color: #f0ad4e;
        background-color: #fff;
    }

.btn-danger {
    color: #fff;
    background-color: #d9534f;
    border-color: #d43f3a;
}

    .btn-danger:hover,
    .btn-danger:focus,
    .btn-danger.focus,
    .btn-danger:active,
    .btn-danger.active,
    .open > .dropdown-toggle.btn-danger {
        color: #fff;
        background-color: #c9302c;
        border-color: #ac2925;
    }

    .btn-danger:active,
    .btn-danger.active,
    .open > .dropdown-toggle.btn-danger {
        background-image: none;
    }

    .btn-danger.disabled,
    .btn-danger[disabled],
    fieldset[disabled] .btn-danger,
    .btn-danger.disabled:hover,
    .btn-danger[disabled]:hover,
    fieldset[disabled] .btn-danger:hover,
    .btn-danger.disabled:focus,
    .btn-danger[disabled]:focus,
    fieldset[disabled] .btn-danger:focus,
    .btn-danger.disabled.focus,
    .btn-danger[disabled].focus,
    fieldset[disabled] .btn-danger.focus,
    .btn-danger.disabled:active,
    .btn-danger[disabled]:active,
    fieldset[disabled] .btn-danger:active,
    .btn-danger.disabled.active,
    .btn-danger[disabled].active,
    fieldset[disabled] .btn-danger.active {
        background-color: #d9534f;
        border-color: #d43f3a;
    }

    .btn-danger .badge {
        color: #d9534f;
        background-color: #fff;
    }

.btn-link {
    font-weight: normal;
    color: #337ab7;
    border-radius: 0;
}

    .btn-link,
    .btn-link:active,
    .btn-link.active,
    .btn-link[disabled],
    fieldset[disabled] .btn-link {
        background-color: transparent;
        -webkit-box-shadow: none;
        box-shadow: none;
    }

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

            .btn-link:hover,
            .btn-link:focus {
                color: #23527c;
                text-decoration: underline;
                background-color: transparent;
            }

            .btn-link[disabled]:hover,
            fieldset[disabled] .btn-link:hover,
            .btn-link[disabled]:focus,
            fieldset[disabled] .btn-link:focus {
                color: #777;
                text-decoration: none;
            }

.btn-lg,
.btn-group-lg > .btn {
    padding: 10px 16px;
    font-size: 18px;
    line-height: 1.33;
    border-radius: 6px;
}

.btn-sm,
.btn-group-sm > .btn {
    padding: 5px 10px;
    font-size: 12px;
    line-height: 1.5;
    border-radius: 3px;
}

.btn-xs,
.btn-group-xs > .btn {
    padding: 1px 5px;
    font-size: 12px;
    line-height: 1.5;
    border-radius: 3px;
}

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

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

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

.fade {
    opacity: 0;
    -webkit-transition: opacity .15s linear;
    -o-transition: opacity .15s linear;
    transition: opacity .15s linear;
}

    .fade.in {
        opacity: 1;
    }

.collapse {
    display: none;
    visibility: hidden;
}

    .collapse.in {
        display: block;
        visibility: visible;
    }

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

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

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

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

.dropdown {
    position: relative;
}

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

.dropdown-menu {
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 1000;
    display: none;
    float: left;
    min-width: 160px;
    padding: 5px 0;
    margin: 2px 0 0;
    font-size: 14px;
    text-align: left;
    list-style: none;
    background-color: #fff;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    border: 1px solid #ccc;
    border: 1px solid rgba(0, 0, 0, .15);
    border-radius: 4px;
    -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, .175);
    box-shadow: 0 6px 12px rgba(0, 0, 0, .175);
}

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

    .dropdown-menu .divider {
        height: 1px;
        margin: 9px 0;
        overflow: hidden;
        background-color: #e5e5e5;
    }

    .dropdown-menu > li > a {
        display: block;
        padding: 3px 20px;
        clear: both;
        font-weight: normal;
        line-height: 1.42857143;
        color: #333;
        white-space: nowrap;
    }

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

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

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

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

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

.open > a {
    outline: 0;
}

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

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

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

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

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

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

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

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

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

.btn-group,
.btn-group-vertical {
    position: relative;
    display: inline-block;
    vertical-align: middle;
}

    .btn-group > .btn,
    .btn-group-vertical > .btn {
        position: relative;
        float: left;
    }

        .btn-group > .btn:hover,
        .btn-group-vertical > .btn:hover,
        .btn-group > .btn:focus,
        .btn-group-vertical > .btn:focus,
        .btn-group > .btn:active,
        .btn-group-vertical > .btn:active,
        .btn-group > .btn.active,
        .btn-group-vertical > .btn.active {
            z-index: 2;
        }

    .btn-group .btn + .btn,
    .btn-group .btn + .btn-group,
    .btn-group .btn-group + .btn,
    .btn-group .btn-group + .btn-group {
        margin-left: -1px;
    }

.btn-toolbar {
    margin-left: -5px;
}

    .btn-toolbar .btn-group,
    .btn-toolbar .input-group {
        float: left;
    }

    .btn-toolbar > .btn,
    .btn-toolbar > .btn-group,
    .btn-toolbar > .input-group {
        margin-left: 5px;
    }

.btn-group > .btn:not(:first-child):not(:last-child):not(.dropdown-toggle) {
    border-radius: 0;
}

.btn-group > .btn:first-child {
    margin-left: 0;
}

    .btn-group > .btn:first-child:not(:last-child):not(.dropdown-toggle) {
        border-top-right-radius: 0;
        border-bottom-right-radius: 0;
    }

.btn-group > .btn:last-child:not(:first-child),
.btn-group > .dropdown-toggle:not(:first-child) {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
}

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

    .btn-group > .btn-group:not(:first-child):not(:last-child) > .btn {
        border-radius: 0;
    }

    .btn-group > .btn-group:first-child > .btn:last-child,
    .btn-group > .btn-group:first-child > .dropdown-toggle {
        border-top-right-radius: 0;
        border-bottom-right-radius: 0;
    }

    .btn-group > .btn-group:last-child > .btn:first-child {
        border-top-left-radius: 0;
        border-bottom-left-radius: 0;
    }

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

.btn-group > .btn + .dropdown-toggle {
    padding-right: 8px;
    padding-left: 8px;
}

.btn-group > .btn-lg + .dropdown-toggle {
    padding-right: 12px;
    padding-left: 12px;
}

.btn-group.open .dropdown-toggle {
    -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, .125);
    box-shadow: inset 0 3px 5px rgba(0, 0, 0, .125);
}

    .btn-group.open .dropdown-toggle.btn-link {
        -webkit-box-shadow: none;
        box-shadow: none;
    }

.btn .caret {
    margin-left: 0;
}

.btn-lg .caret {
    border-width: 5px 5px 0;
    border-bottom-width: 0;
}

.dropup .btn-lg .caret {
    border-width: 0 5px 5px;
}

.btn-group-vertical > .btn,
.btn-group-vertical > .btn-group,
.btn-group-vertical > .btn-group > .btn {
    display: block;
    float: none;
    width: 100%;
    max-width: 100%;
}

    .btn-group-vertical > .btn-group > .btn {
        float: none;
    }

    .btn-group-vertical > .btn + .btn,
    .btn-group-vertical > .btn + .btn-group,
    .btn-group-vertical > .btn-group + .btn,
    .btn-group-vertical > .btn-group + .btn-group {
        margin-top: -1px;
        margin-left: 0;
    }

    .btn-group-vertical > .btn:not(:first-child):not(:last-child) {
        border-radius: 0;
    }

    .btn-group-vertical > .btn:first-child:not(:last-child) {
        border-top-right-radius: 4px;
        border-bottom-right-radius: 0;
        border-bottom-left-radius: 0;
    }

    .btn-group-vertical > .btn:last-child:not(:first-child) {
        border-top-left-radius: 0;
        border-top-right-radius: 0;
        border-bottom-left-radius: 4px;
    }

    .btn-group-vertical > .btn-group:not(:first-child):not(:last-child) > .btn {
        border-radius: 0;
    }

    .btn-group-vertical > .btn-group:first-child:not(:last-child) > .btn:last-child,
    .btn-group-vertical > .btn-group:first-child:not(:last-child) > .dropdown-toggle {
        border-bottom-right-radius: 0;
        border-bottom-left-radius: 0;
    }

    .btn-group-vertical > .btn-group:last-child:not(:first-child) > .btn:first-child {
        border-top-left-radius: 0;
        border-top-right-radius: 0;
    }

.btn-group-justified {
    display: table;
    width: 100%;
    table-layout: fixed;
    border-collapse: separate;
}

    .btn-group-justified > .btn,
    .btn-group-justified > .btn-group {
        display: table-cell;
        float: none;
        width: 1%;
    }

        .btn-group-justified > .btn-group .btn {
            width: 100%;
        }

        .btn-group-justified > .btn-group .dropdown-menu {
            left: auto;
        }

[data-toggle="buttons"] > .btn input[type="radio"],
[data-toggle="buttons"] > .btn-group > .btn input[type="radio"],
[data-toggle="buttons"] > .btn input[type="checkbox"],
[data-toggle="buttons"] > .btn-group > .btn input[type="checkbox"] {
    position: absolute;
    clip: rect(0, 0, 0, 0);
    pointer-events: none;
}

.input-group {
    position: relative;
    display: table;
    border-collapse: separate;
}

    .input-group[class*="col-"] {
        float: none;
        padding-right: 0;
        padding-left: 0;
    }

    .input-group .form-control {
        position: relative;
        z-index: 2;
        float: left;
        width: 100%;
        margin-bottom: 0;
    }

.input-group-lg > .form-control,
.input-group-lg > .input-group-addon,
.input-group-lg > .input-group-btn > .btn {
    height: 46px;
    padding: 10px 16px;
    font-size: 18px;
    line-height: 1.33;
    border-radius: 6px;
}

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

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

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

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

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

.input-group-addon,
.input-group-btn,
.input-group .form-control {
    display: table-cell;
}

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

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

.input-group-addon {
    padding: 6px 12px;
    font-size: 14px;
    font-weight: normal;
    line-height: 1;
    color: #555;
    text-align: center;
    background-color: #eee;
    border: 1px solid #ccc;
    border-radius: 4px;
}

    .input-group-addon.input-sm {
        padding: 5px 10px;
        font-size: 12px;
        border-radius: 3px;
    }

    .input-group-addon.input-lg {
        padding: 10px 16px;
        font-size: 18px;
        border-radius: 6px;
    }

    .input-group-addon input[type="radio"],
    .input-group-addon input[type="checkbox"] {
        margin-top: 0;
    }

    .input-group .form-control:first-child,
    .input-group-addon:first-child,
    .input-group-btn:first-child > .btn,
    .input-group-btn:first-child > .btn-group > .btn,
    .input-group-btn:first-child > .dropdown-toggle,
    .input-group-btn:last-child > .btn:not(:last-child):not(.dropdown-toggle),
    .input-group-btn:last-child > .btn-group:not(:last-child) > .btn {
        border-top-right-radius: 0;
        border-bottom-right-radius: 0;
    }

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

    .input-group .form-control:last-child,
    .input-group-addon:last-child,
    .input-group-btn:last-child > .btn,
    .input-group-btn:last-child > .btn-group > .btn,
    .input-group-btn:last-child > .dropdown-toggle,
    .input-group-btn:first-child > .btn:not(:first-child),
    .input-group-btn:first-child > .btn-group:not(:first-child) > .btn {
        border-top-left-radius: 0;
        border-bottom-left-radius: 0;
    }

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

.input-group-btn {
    position: relative;
    font-size: 0;
    white-space: nowrap;
}

    .input-group-btn > .btn {
        position: relative;
    }

        .input-group-btn > .btn + .btn {
            margin-left: -1px;
        }

        .input-group-btn > .btn:hover,
        .input-group-btn > .btn:focus,
        .input-group-btn > .btn:active {
            z-index: 2;
        }

    .input-group-btn:first-child > .btn,
    .input-group-btn:first-child > .btn-group {
        margin-right: -1px;
    }

    .input-group-btn:last-child > .btn,
    .input-group-btn:last-child > .btn-group {
        margin-left: -1px;
    }

.nav {
    padding-left: 0;
    margin-bottom: 0;
    list-style: none;
}

    .nav > li {
        position: relative;
        display: block;
    }

        .nav > li > a {
            position: relative;
            display: block;
            padding: 10px 15px;
        }

            .nav > li > a:hover,
            .nav > li > a:focus {
                text-decoration: none;
                background-color: #eee;
            }

        .nav > li.disabled > a {
            color: #777;
        }

            .nav > li.disabled > a:hover,
            .nav > li.disabled > a:focus {
                color: #777;
                text-decoration: none;
                cursor: not-allowed;
                background-color: transparent;
            }

    .nav .open > a,
    .nav .open > a:hover,
    .nav .open > a:focus {
        background-color: #eee;
        border-color: #337ab7;
    }

    .nav .nav-divider {
        height: 1px;
        margin: 9px 0;
        overflow: hidden;
        background-color: #e5e5e5;
    }

    .nav > li > a > img {
        max-width: none;
    }

.nav-tabs {
    border-bottom: 1px solid #ddd;
}

    .nav-tabs > li {
        float: left;
        margin-bottom: -1px;
    }

        .nav-tabs > li > a {
            margin-right: 2px;
            line-height: 1.42857143;
            border: 1px solid transparent;
            border-radius: 4px 4px 0 0;
        }

            .nav-tabs > li > a:hover {
                border-color: #eee #eee #ddd;
            }

        .nav-tabs > li.active > a,
        .nav-tabs > li.active > a:hover,
        .nav-tabs > li.active > a:focus {
            color: #555;
            cursor: default;
            background-color: #fff;
            border: 1px solid #ddd;
            border-bottom-color: transparent;
        }

    .nav-tabs.nav-justified {
        width: 100%;
        border-bottom: 0;
    }

        .nav-tabs.nav-justified > li {
            float: none;
        }

            .nav-tabs.nav-justified > li > a {
                margin-bottom: 5px;
                text-align: center;
            }

        .nav-tabs.nav-justified > .dropdown .dropdown-menu {
            top: auto;
            left: auto;
        }

@media (min-width: 768px) {
    .nav-tabs.nav-justified > li {
        display: table-cell;
        width: 1%;
    }

        .nav-tabs.nav-justified > li > a {
            margin-bottom: 0;
        }
}

.nav-tabs.nav-justified > li > a {
    margin-right: 0;
    border-radius: 4px;
}

.nav-tabs.nav-justified > .active > a,
.nav-tabs.nav-justified > .active > a:hover,
.nav-tabs.nav-justified > .active > a:focus {
    border: 1px solid #ddd;
}

@media (min-width: 768px) {
    .nav-tabs.nav-justified > li > a {
        border-bottom: 1px solid #ddd;
        border-radius: 4px 4px 0 0;
    }

    .nav-tabs.nav-justified > .active > a,
    .nav-tabs.nav-justified > .active > a:hover,
    .nav-tabs.nav-justified > .active > a:focus {
        border-bottom-color: #fff;
    }
}

.nav-pills > li {
    float: left;
}

    .nav-pills > li > a {
        border-radius: 4px;
    }

    .nav-pills > li + li {
        margin-left: 2px;
    }

    .nav-pills > li.active > a,
    .nav-pills > li.active > a:hover,
    .nav-pills > li.active > a:focus {
        color: #fff;
        background-color: #337ab7;
    }

.nav-stacked > li {
    float: none;
}

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

.nav-justified {
    width: 100%;
}

    .nav-justified > li {
        float: none;
    }

        .nav-justified > li > a {
            margin-bottom: 5px;
            text-align: center;
        }

    .nav-justified > .dropdown .dropdown-menu {
        top: auto;
        left: auto;
    }

@media (min-width: 768px) {
    .nav-justified > li {
        display: table-cell;
        width: 1%;
    }

        .nav-justified > li > a {
            margin-bottom: 0;
        }
}

.nav-tabs-justified {
    border-bottom: 0;
}

    .nav-tabs-justified > li > a {
        margin-right: 0;
        border-radius: 4px;
    }

    .nav-tabs-justified > .active > a,
    .nav-tabs-justified > .active > a:hover,
    .nav-tabs-justified > .active > a:focus {
        border: 1px solid #ddd;
    }

@media (min-width: 768px) {
    .nav-tabs-justified > li > a {
        border-bottom: 1px solid #ddd;
        border-radius: 4px 4px 0 0;
    }

    .nav-tabs-justified > .active > a,
    .nav-tabs-justified > .active > a:hover,
    .nav-tabs-justified > .active > a:focus {
        border-bottom-color: #fff;
    }
}

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

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

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

.navbar {
    position: relative;
    /*min-height: 50px;*/
    margin-bottom: 20px;
    /*border: 1px solid transparent*/;
}

@media (min-width: 768px) {
    .navbar {
        border-radius: 4px;
    }
}

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

.navbar-collapse {
    padding-right: 15px;
    padding-left: 15px;
    overflow-x: visible;
    -webkit-overflow-scrolling: touch;
    border-top: 1px solid transparent;
    -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, .1);
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, .1);
}

    .navbar-collapse.in {
        overflow-y: auto;
    }

@media (min-width: 768px) {
    .navbar-collapse {
        width: auto;
        border-top: 0;
        -webkit-box-shadow: none;
        box-shadow: none;
    }

        .navbar-collapse.collapse {
            display: block !important;
            height: auto !important;
            padding-bottom: 0;
            overflow: visible !important;
            visibility: visible !important;
        }

        .navbar-collapse.in {
            overflow-y: visible;
        }

    .navbar-fixed-top .navbar-collapse,
    .navbar-static-top .navbar-collapse,
    .navbar-fixed-bottom .navbar-collapse {
        padding-right: 0;
        padding-left: 0;
    }
}

.navbar-fixed-top .navbar-collapse,
.navbar-fixed-bottom .navbar-collapse {
    max-height: 340px;
}

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

.container > .navbar-header,
.container-fluid > .navbar-header,
.container > .navbar-collapse,
.container-fluid > .navbar-collapse {
    margin-right: -15px;
    margin-left: -15px;
}

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

.navbar-static-top {
    z-index: 1000;
    border-width: 0 0 1px;
}

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

.navbar-fixed-top,
.navbar-fixed-bottom {
    position: fixed;
    right: 0;
    left: 0;
    z-index: 1030;
}

@media (min-width: 768px) {
    .navbar-fixed-top,
    .navbar-fixed-bottom {
        border-radius: 0;
    }
}

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

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

.navbar-brand {
    float: left;
    height: 50px;
    padding: 15px 15px;
    font-size: 18px;
    line-height: 20px;
}

    .navbar-brand:hover,
    .navbar-brand:focus {
        text-decoration: none;
    }

    .navbar-brand > img {
        display: block;
    }

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

.navbar-toggle {
    position: relative;
    float: right;
    padding: 9px 10px;
    margin-top: 8px;
    margin-right: 15px;
    margin-bottom: 8px;
    background-color: transparent;
    background-image: none;
    border: 1px solid transparent;
    border-radius: 4px;
}

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

    .navbar-toggle .icon-bar {
        display: block;
        width: 22px;
        height: 2px;
        border-radius: 1px;
    }

        .navbar-toggle .icon-bar + .icon-bar {
            margin-top: 4px;
        }

@media (min-width: 768px) {
    .navbar-toggle {
        display: none;
    }
}

.navbar-nav {
    margin: 7.5px -15px;
}

    .navbar-nav > li > a {
        padding-top: 10px;
        padding-bottom: 10px;
        line-height: 20px;
    }

@media (max-width: 767px) {
    .navbar-nav .open .dropdown-menu {
        position: static;
        float: none;
        width: auto;
        margin-top: 0;
        background-color: transparent;
        border: 0;
        -webkit-box-shadow: none;
        box-shadow: none;
    }

        .navbar-nav .open .dropdown-menu > li > a,
        .navbar-nav .open .dropdown-menu .dropdown-header {
            padding: 5px 15px 5px 25px;
        }

        .navbar-nav .open .dropdown-menu > li > a {
            line-height: 20px;
        }

            .navbar-nav .open .dropdown-menu > li > a:hover,
            .navbar-nav .open .dropdown-menu > li > a:focus {
                background-image: none;
            }
}

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

        .navbar-nav > li {
            float: left;
        }

            .navbar-nav > li > a {
                padding-top: 15px;
                padding-bottom: 15px;
            }
}

.navbar-form {
    padding: 10px 15px;
    margin-top: 8px;
    margin-right: -15px;
    margin-bottom: 8px;
    margin-left: -15px;
    border-top: 1px solid transparent;
    border-bottom: 1px solid transparent;
    -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, .1), 0 1px 0 rgba(255, 255, 255, .1);
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, .1), 0 1px 0 rgba(255, 255, 255, .1);
}

@media (min-width: 768px) {
    .navbar-form .form-group {
        display: inline-block;
        margin-bottom: 0;
        vertical-align: middle;
    }

    .navbar-form .form-control {
        display: inline-block;
        width: auto;
        vertical-align: middle;
    }

    .navbar-form .form-control-static {
        display: inline-block;
    }

    .navbar-form .input-group {
        display: inline-table;
        vertical-align: middle;
    }

        .navbar-form .input-group .input-group-addon,
        .navbar-form .input-group .input-group-btn,
        .navbar-form .input-group .form-control {
            width: auto;
        }

        .navbar-form .input-group > .form-control {
            width: 100%;
        }

    .navbar-form .control-label {
        margin-bottom: 0;
        vertical-align: middle;
    }

    .navbar-form .radio,
    .navbar-form .checkbox {
        display: inline-block;
        margin-top: 0;
        margin-bottom: 0;
        vertical-align: middle;
    }

        .navbar-form .radio label,
        .navbar-form .checkbox label {
            padding-left: 0;
        }

        .navbar-form .radio input[type="radio"],
        .navbar-form .checkbox input[type="checkbox"] {
            position: relative;
            margin-left: 0;
        }

    .navbar-form .has-feedback .form-control-feedback {
        top: 0;
    }
}

@media (max-width: 767px) {
    .navbar-form .form-group {
        margin-bottom: 5px;
    }

        .navbar-form .form-group:last-child {
            margin-bottom: 0;
        }
}

@media (min-width: 768px) {
    .navbar-form {
        width: auto;
        padding-top: 0;
        padding-bottom: 0;
        margin-right: 0;
        margin-left: 0;
        border: 0;
        -webkit-box-shadow: none;
        box-shadow: none;
    }
}

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

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

.navbar-btn {
    margin-top: 8px;
    margin-bottom: 8px;
}

    .navbar-btn.btn-sm {
        margin-top: 10px;
        margin-bottom: 10px;
    }

    .navbar-btn.btn-xs {
        margin-top: 14px;
        margin-bottom: 14px;
    }

.navbar-text {
    margin-top: 15px;
    margin-bottom: 15px;
}

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

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

    .navbar-right {
        float: right !important;
        margin-right: -15px;
    }

        .navbar-right ~ .navbar-right {
            margin-right: 0;
        }
}

.navbar-default {
    background-color: #f8f8f8;
    border-color: #e7e7e7;
}

    .navbar-default .navbar-brand {
        color: #777;
    }

        .navbar-default .navbar-brand:hover,
        .navbar-default .navbar-brand:focus {
            color: #5e5e5e;
            background-color: transparent;
        }

    .navbar-default .navbar-text {
        color: #777;
    }

    .navbar-default .navbar-nav > li > a {
        color: #777;
    }

        .navbar-default .navbar-nav > li > a:hover,
        .navbar-default .navbar-nav > li > a:focus {
            color: #333;
            background-color: transparent;
        }

    .navbar-default .navbar-nav > .active > a,
    .navbar-default .navbar-nav > .active > a:hover,
    .navbar-default .navbar-nav > .active > a:focus {
        color: #555;
        background-color: #e7e7e7;
    }

    .navbar-default .navbar-nav > .disabled > a,
    .navbar-default .navbar-nav > .disabled > a:hover,
    .navbar-default .navbar-nav > .disabled > a:focus {
        color: #ccc;
        background-color: transparent;
    }

    .navbar-default .navbar-toggle {
        border-color: #ddd;
    }

        .navbar-default .navbar-toggle:hover,
        .navbar-default .navbar-toggle:focus {
            background-color: #ddd;
        }

        .navbar-default .navbar-toggle .icon-bar {
            background-color: #888;
        }

    .navbar-default .navbar-collapse,
    .navbar-default .navbar-form {
        border-color: #e7e7e7;
    }

    .navbar-default .navbar-nav > .open > a,
    .navbar-default .navbar-nav > .open > a:hover,
    .navbar-default .navbar-nav > .open > a:focus {
        color: #555;
        background-color: #e7e7e7;
    }

@media (max-width: 767px) {
    .navbar-default .navbar-nav .open .dropdown-menu > li > a {
        color: #777;
    }

        .navbar-default .navbar-nav .open .dropdown-menu > li > a:hover,
        .navbar-default .navbar-nav .open .dropdown-menu > li > a:focus {
            color: #333;
            background-color: transparent;
        }

    .navbar-default .navbar-nav .open .dropdown-menu > .active > a,
    .navbar-default .navbar-nav .open .dropdown-menu > .active > a:hover,
    .navbar-default .navbar-nav .open .dropdown-menu > .active > a:focus {
        color: #555;
        background-color: #e7e7e7;
    }

    .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a,
    .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a:hover,
    .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a:focus {
        color: #ccc;
        background-color: transparent;
    }
}

.navbar-default .navbar-link {
    color: #777;
}

    .navbar-default .navbar-link:hover {
        color: #333;
    }

.navbar-default .btn-link {
    color: #777;
}

    .navbar-default .btn-link:hover,
    .navbar-default .btn-link:focus {
        color: #333;
    }

    .navbar-default .btn-link[disabled]:hover,
    fieldset[disabled] .navbar-default .btn-link:hover,
    .navbar-default .btn-link[disabled]:focus,
    fieldset[disabled] .navbar-default .btn-link:focus {
        color: #ccc;
    }

.navbar-inverse {
    /*background-color: #222;
  border-color: #080808;*/
}

    .navbar-inverse .navbar-brand {
        color: #9d9d9d;
    }

        .navbar-inverse .navbar-brand:hover,
        .navbar-inverse .navbar-brand:focus {
            color: #fff;
            background-color: transparent;
        }

    .navbar-inverse .navbar-text {
        color: #9d9d9d;
    }

    .navbar-inverse .navbar-nav > li > a {
        color: #9d9d9d;
    }

        .navbar-inverse .navbar-nav > li > a:hover,
        .navbar-inverse .navbar-nav > li > a:focus {
            color: #fff;
            background-color: transparent;
        }

    .navbar-inverse .navbar-nav > .active > a,
    .navbar-inverse .navbar-nav > .active > a:hover,
    .navbar-inverse .navbar-nav > .active > a:focus {
        color: #fff;
        background-color: #080808;
    }

    .navbar-inverse .navbar-nav > .disabled > a,
    .navbar-inverse .navbar-nav > .disabled > a:hover,
    .navbar-inverse .navbar-nav > .disabled > a:focus {
        color: #444;
        background-color: transparent;
    }

    .navbar-inverse .navbar-toggle {
        border-color: #333;
    }

        .navbar-inverse .navbar-toggle:hover,
        .navbar-inverse .navbar-toggle:focus {
            background-color: #333;
        }

        .navbar-inverse .navbar-toggle .icon-bar {
            background-color: #fff;
        }

    .navbar-inverse .navbar-collapse,
    .navbar-inverse .navbar-form {
        border-color: #101010;
    }

    .navbar-inverse .navbar-nav > .open > a,
    .navbar-inverse .navbar-nav > .open > a:hover,
    .navbar-inverse .navbar-nav > .open > a:focus {
        color: #fff;
        background-color: #080808;
    }

@media (max-width: 767px) {
    .navbar-inverse .navbar-nav .open .dropdown-menu > .dropdown-header {
        border-color: #080808;
    }

    .navbar-inverse .navbar-nav .open .dropdown-menu .divider {
        background-color: #080808;
    }

    .navbar-inverse .navbar-nav .open .dropdown-menu > li > a {
        color: #9d9d9d;
    }

        .navbar-inverse .navbar-nav .open .dropdown-menu > li > a:hover,
        .navbar-inverse .navbar-nav .open .dropdown-menu > li > a:focus {
            color: #fff;
            background-color: transparent;
        }

    .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a,
    .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a:hover,
    .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a:focus {
        color: #fff;
        background-color: #080808;
    }

    .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a,
    .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a:hover,
    .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a:focus {
        color: #444;
        background-color: transparent;
    }
}

.navbar-inverse .navbar-link {
    color: #9d9d9d;
}

    .navbar-inverse .navbar-link:hover {
        color: #fff;
    }

.navbar-inverse .btn-link {
    color: #9d9d9d;
}

    .navbar-inverse .btn-link:hover,
    .navbar-inverse .btn-link:focus {
        color: #fff;
    }

    .navbar-inverse .btn-link[disabled]:hover,
    fieldset[disabled] .navbar-inverse .btn-link:hover,
    .navbar-inverse .btn-link[disabled]:focus,
    fieldset[disabled] .navbar-inverse .btn-link:focus {
        color: #444;
    }

.breadcrumb {
    padding: 8px 15px;
    margin-bottom: 20px;
    list-style: none;
    background-color: #f5f5f5;
    border-radius: 4px;
}

    .breadcrumb > li {
        display: inline-block;
    }

        .breadcrumb > li + li:before {
            padding: 0 5px;
            color: #ccc;
            content: "/\00a0";
        }

    .breadcrumb > .active {
        color: #777;
    }

.pagination {
    display: inline-block;
    padding-left: 0;
    /*margin: 20px 0;*/
    border-radius: 4px;
}

    .pagination > li {
        display: inline;
    }

        .pagination > li > a,
        .pagination > li > span {
            position: relative;
            float: left;
            padding: 6px 12px;
            margin-left: -1px;
            line-height: 1.42857143;
            color: #337ab7;
            text-decoration: none;
            background-color: #fff;
            border: 1px solid #ddd;
        }

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

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

        .pagination > li > a:hover,
        .pagination > li > span:hover,
        .pagination > li > a:focus,
        .pagination > li > span:focus {
            color: #23527c;
            background-color: #eee;
            border-color: #ddd;
        }

    .pagination > .active > a,
    .pagination > .active > span,
    .pagination > .active > a:hover,
    .pagination > .active > span:hover,
    .pagination > .active > a:focus,
    .pagination > .active > span:focus {
        z-index: 2;
        color: #fff;
        cursor: default;
        background-color: #337ab7;
        border-color: #337ab7;
    }

    .pagination > .disabled > span,
    .pagination > .disabled > span:hover,
    .pagination > .disabled > span:focus,
    .pagination > .disabled > a,
    .pagination > .disabled > a:hover,
    .pagination > .disabled > a:focus {
        color: #777;
        cursor: not-allowed;
        background-color: #fff;
        border-color: #ddd;
    }

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

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

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

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

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

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

.pager {
    padding-left: 0;
    margin: 20px 0;
    text-align: center;
    list-style: none;
}

    .pager li {
        display: inline;
    }

        .pager li > a,
        .pager li > span {
            display: inline-block;
            padding: 5px 14px;
            background-color: #fff;
            border: 1px solid #ddd;
            border-radius: 15px;
        }

            .pager li > a:hover,
            .pager li > a:focus {
                text-decoration: none;
                background-color: #eee;
            }

    .pager .next > a,
    .pager .next > span {
        float: right;
    }

    .pager .previous > a,
    .pager .previous > span {
        float: left;
    }

    .pager .disabled > a,
    .pager .disabled > a:hover,
    .pager .disabled > a:focus,
    .pager .disabled > span {
        color: #777;
        cursor: not-allowed;
        background-color: #fff;
    }

.label {
    display: inline;
    padding: .2em .6em .3em;
    font-size: 75%;
    font-weight: bold;
    line-height: 1;
    color: #fff;
    text-align: center;
    white-space: nowrap;
    vertical-align: baseline;
    border-radius: .25em;
}

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

.label:empty {
    display: none;
}

.btn .label {
    position: relative;
    top: -1px;
}

.label-default {
    background-color: #777;
}

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

.label-primary {
    background-color: #337ab7;
}

    .label-primary[href]:hover,
    .label-primary[href]:focus {
        background-color: #286090;
    }

.label-success {
    background-color: #5cb85c;
}

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

.label-info {
    background-color: #5bc0de;
}

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

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

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

.label-danger {
    background-color: #d9534f;
}

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

.badge {
    display: inline-block;
    min-width: 10px;
    padding: 3px 7px;
    font-size: 12px;
    font-weight: bold;
    line-height: 1;
    color: #fff;
    text-align: center;
    white-space: nowrap;
    vertical-align: baseline;
    background-color: #777;
    border-radius: 10px;
}

    .badge:empty {
        display: none;
    }

.btn .badge {
    position: relative;
    top: -1px;
}

.btn-xs .badge {
    top: 0;
    padding: 1px 5px;
}

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

.list-group-item.active > .badge,
.nav-pills > .active > a > .badge {
    color: #337ab7;
    background-color: #fff;
}

.list-group-item > .badge {
    float: right;
}

    .list-group-item > .badge + .badge {
        margin-right: 5px;
    }

.nav-pills > li > a > .badge {
    margin-left: 3px;
}

.jumbotron {
    padding: 30px 15px;
    margin-bottom: 30px;
    color: inherit;
    background-color: #eee;
}

    .jumbotron h1,
    .jumbotron .h1 {
        color: inherit;
    }

    .jumbotron p {
        margin-bottom: 15px;
        font-size: 21px;
        font-weight: 200;
    }

    .jumbotron > hr {
        border-top-color: #d5d5d5;
    }

.container .jumbotron,
.container-fluid .jumbotron {
    border-radius: 6px;
}

.jumbotron .container {
    max-width: 100%;
}

@media screen and (min-width: 768px) {
    .jumbotron {
        padding: 48px 0;
    }

    .container .jumbotron,
    .container-fluid .jumbotron {
        padding-right: 60px;
        padding-left: 60px;
    }

    .jumbotron h1,
    .jumbotron .h1 {
        font-size: 63px;
    }
}

.thumbnail {
    display: block;
    padding: 4px;
    margin-bottom: 20px;
    line-height: 1.42857143;
    background-color: #fff;
    border: 1px solid #ddd;
    border-radius: 4px;
    -webkit-transition: border .2s ease-in-out;
    -o-transition: border .2s ease-in-out;
    transition: border .2s ease-in-out;
}

    .thumbnail > img,
    .thumbnail a > img {
        margin-right: auto;
        margin-left: auto;
    }

a.thumbnail:hover,
a.thumbnail:focus,
a.thumbnail.active {
    border-color: #337ab7;
}

.thumbnail .caption {
    padding: 9px;
    color: #333;
}

.alert {
    padding: 15px;
    margin-bottom: 20px;
    border: 1px solid transparent;
    border-radius: 4px;
}

    .alert h4 {
        margin-top: 0;
        color: inherit;
    }

    .alert .alert-link {
        font-weight: bold;
    }

    .alert > p,
    .alert > ul {
        margin-bottom: 0;
    }

        .alert > p + p {
            margin-top: 5px;
        }

.alert-dismissable,
.alert-dismissible {
    padding-right: 35px;
}

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

.alert-success {
    color: #3c763d;
    background-color: #dff0d8;
    border-color: #d6e9c6;
}

    .alert-success hr {
        border-top-color: #c9e2b3;
    }

    .alert-success .alert-link {
        color: #2b542c;
    }

.alert-info {
    color: #31708f;
    background-color: #d9edf7;
    border-color: #bce8f1;
}

    .alert-info hr {
        border-top-color: #a6e1ec;
    }

    .alert-info .alert-link {
        color: #245269;
    }

.alert-warning {
    color: #8a6d3b;
    background-color: #fcf8e3;
    border-color: #faebcc;
}

    .alert-warning hr {
        border-top-color: #f7e1b5;
    }

    .alert-warning .alert-link {
        color: #66512c;
    }

.alert-danger {
    color: #a94442;
    background-color: #f2dede;
    border-color: #ebccd1;
}

    .alert-danger hr {
        border-top-color: #e4b9c0;
    }

    .alert-danger .alert-link {
        color: #843534;
    }

@-webkit-keyframes progress-bar-stripes {
    from {
        background-position: 40px 0;
    }

    to {
        background-position: 0 0;
    }
}

@-o-keyframes progress-bar-stripes {
    from {
        background-position: 40px 0;
    }

    to {
        background-position: 0 0;
    }
}

@keyframes progress-bar-stripes {
    from {
        background-position: 40px 0;
    }

    to {
        background-position: 0 0;
    }
}

.progress {
    height: 20px;
    margin-bottom: 20px;
    overflow: hidden;
    background-color: #f5f5f5;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, .1);
    box-shadow: inset 0 1px 2px rgba(0, 0, 0, .1);
}

.progress-bar {
    float: left;
    width: 0;
    height: 100%;
    font-size: 12px;
    line-height: 20px;
    color: #fff;
    text-align: center;
    background-color: #337ab7;
    -webkit-box-shadow: inset 0 -1px 0 rgba(0, 0, 0, .15);
    box-shadow: inset 0 -1px 0 rgba(0, 0, 0, .15);
    -webkit-transition: width .6s ease;
    -o-transition: width .6s ease;
    transition: width .6s ease;
}

.progress-striped .progress-bar,
.progress-bar-striped {
    background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);
    background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);
    background-image: linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);
    -webkit-background-size: 40px 40px;
    background-size: 40px 40px;
}

.progress.active .progress-bar,
.progress-bar.active {
    -webkit-animation: progress-bar-stripes 2s linear infinite;
    -o-animation: progress-bar-stripes 2s linear infinite;
    animation: progress-bar-stripes 2s linear infinite;
}

.progress-bar-success {
    background-color: #5cb85c;
}

.progress-striped .progress-bar-success {
    background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);
    background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);
    background-image: linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);
}

.progress-bar-info {
    background-color: #5bc0de;
}

.progress-striped .progress-bar-info {
    background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);
    background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);
    background-image: linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);
}

.progress-bar-warning {
    background-color: #f0ad4e;
}

.progress-striped .progress-bar-warning {
    background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);
    background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);
    background-image: linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);
}

.progress-bar-danger {
    background-color: #d9534f;
}

.progress-striped .progress-bar-danger {
    background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);
    background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);
    background-image: linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);
}

.media {
    margin-top: 15px;
}

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

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

.media-body {
    width: 10000px;
}

.media-object {
    display: block;
}

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

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

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

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

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

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

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

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

.list-group-item {
    position: relative;
    display: block;
    padding: 10px 15px;
    margin-bottom: -1px;
    background-color: #fff;
    border: 1px solid #ddd;
}

    .list-group-item:first-child {
        border-top-left-radius: 4px;
        border-top-right-radius: 4px;
    }

    .list-group-item:last-child {
        margin-bottom: 0;
        border-bottom-right-radius: 4px;
        border-bottom-left-radius: 4px;
    }

a.list-group-item {
    color: #555;
}

    a.list-group-item .list-group-item-heading {
        color: #333;
    }

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

.list-group-item.disabled,
.list-group-item.disabled:hover,
.list-group-item.disabled:focus {
    color: #777;
    cursor: not-allowed;
    background-color: #eee;
}

    .list-group-item.disabled .list-group-item-heading,
    .list-group-item.disabled:hover .list-group-item-heading,
    .list-group-item.disabled:focus .list-group-item-heading {
        color: inherit;
    }

    .list-group-item.disabled .list-group-item-text,
    .list-group-item.disabled:hover .list-group-item-text,
    .list-group-item.disabled:focus .list-group-item-text {
        color: #777;
    }

.list-group-item.active,
.list-group-item.active:hover,
.list-group-item.active:focus {
    z-index: 2;
    color: #fff;
    background-color: #337ab7;
    border-color: #337ab7;
}

    .list-group-item.active .list-group-item-heading,
    .list-group-item.active:hover .list-group-item-heading,
    .list-group-item.active:focus .list-group-item-heading,
    .list-group-item.active .list-group-item-heading > small,
    .list-group-item.active:hover .list-group-item-heading > small,
    .list-group-item.active:focus .list-group-item-heading > small,
    .list-group-item.active .list-group-item-heading > .small,
    .list-group-item.active:hover .list-group-item-heading > .small,
    .list-group-item.active:focus .list-group-item-heading > .small {
        color: inherit;
    }

    .list-group-item.active .list-group-item-text,
    .list-group-item.active:hover .list-group-item-text,
    .list-group-item.active:focus .list-group-item-text {
        color: #c7ddef;
    }

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

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

    a.list-group-item-success .list-group-item-heading {
        color: inherit;
    }

    a.list-group-item-success:hover,
    a.list-group-item-success:focus {
        color: #3c763d;
        background-color: #d0e9c6;
    }

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

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

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

    a.list-group-item-info .list-group-item-heading {
        color: inherit;
    }

    a.list-group-item-info:hover,
    a.list-group-item-info:focus {
        color: #31708f;
        background-color: #c4e3f3;
    }

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

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

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

    a.list-group-item-warning .list-group-item-heading {
        color: inherit;
    }

    a.list-group-item-warning:hover,
    a.list-group-item-warning:focus {
        color: #8a6d3b;
        background-color: #faf2cc;
    }

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

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

a.list-group-item-danger {
    color: #a94442;
}

    a.list-group-item-danger .list-group-item-heading {
        color: inherit;
    }

    a.list-group-item-danger:hover,
    a.list-group-item-danger:focus {
        color: #a94442;
        background-color: #ebcccc;
    }

    a.list-group-item-danger.active,
    a.list-group-item-danger.active:hover,
    a.list-group-item-danger.active:focus {
        color: #fff;
        background-color: #a94442;
        border-color: #a94442;
    }

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

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

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

.panel-body {
    /*padding: 15px;*/
}

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

    .panel-heading > .dropdown .dropdown-toggle {
        color: inherit;
    }

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

    .panel-title > a {
        color: inherit;
    }

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

.panel > .list-group,
.panel > .panel-collapse > .list-group {
    margin-bottom: 0;
}

    .panel > .list-group .list-group-item,
    .panel > .panel-collapse > .list-group .list-group-item {
        border-width: 1px 0;
        border-radius: 0;
    }

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

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

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

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

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

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

    .panel > .table:first-child,
    .panel > .table-responsive:first-child > .table:first-child {
        border-top-left-radius: 3px;
        border-top-right-radius: 3px;
    }

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

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

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

    .panel > .table:last-child,
    .panel > .table-responsive:last-child > .table:last-child {
        border-bottom-right-radius: 3px;
        border-bottom-left-radius: 3px;
    }

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

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

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

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

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

.panel > .table-bordered,
.panel > .table-responsive > .table-bordered {
    border: 0;
}

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

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

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

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

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

.panel-group {
    margin-bottom: 20px;
}

    .panel-group .panel {
        margin-bottom: 0;
        border-radius: 4px;
    }

        .panel-group .panel + .panel {
            margin-top: 5px;
        }

    .panel-group .panel-heading {
        border-bottom: 0;
    }

        .panel-group .panel-heading + .panel-collapse > .panel-body,
        .panel-group .panel-heading + .panel-collapse > .list-group {
            border-top: 1px solid #ddd;
        }

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

        .panel-group .panel-footer + .panel-collapse .panel-body {
            border-bottom: 1px solid #ddd;
        }

.panel-default {
    border-color: #ddd;
}

    .panel-default > .panel-heading {
        color: #333;
        background-color: #f5f5f5;
        border-color: #ddd;
    }

        .panel-default > .panel-heading + .panel-collapse > .panel-body {
            border-top-color: #ddd;
        }

        .panel-default > .panel-heading .badge {
            color: #f5f5f5;
            background-color: #333;
        }

    .panel-default > .panel-footer + .panel-collapse > .panel-body {
        border-bottom-color: #ddd;
    }

.panel-primary {
    border: 1px solid #cdcdcd;
}

    .panel-primary > .panel-heading {
        color: #636363;
        font-weight: 600;
        background: #eaeaea;
        background-image: -webkit-linear-gradient(top, #fdfdfd, #eaeaea);
        border-bottom: 1px solid #CDCDCD;
    }

        .panel-primary > .panel-heading + .panel-collapse > .panel-body {
            border-top-color: #337ab7;
        }

        .panel-primary > .panel-heading .badge {
            color: #337ab7;
            background-color: #fff;
        }

    .panel-primary > .panel-footer + .panel-collapse > .panel-body {
        border-bottom-color: #337ab7;
    }

.panel-success {
    border-color: #d6e9c6;
}

    .panel-success > .panel-heading {
        color: #3c763d;
        background-color: #dff0d8;
        border-color: #d6e9c6;
    }

        .panel-success > .panel-heading + .panel-collapse > .panel-body {
            border-top-color: #d6e9c6;
        }

        .panel-success > .panel-heading .badge {
            color: #dff0d8;
            background-color: #3c763d;
        }

    .panel-success > .panel-footer + .panel-collapse > .panel-body {
        border-bottom-color: #d6e9c6;
    }

.panel-info {
    border-color: #bce8f1;
}

    .panel-info > .panel-heading {
        color: #31708f;
        background-color: #d9edf7;
        border-color: #bce8f1;
    }

        .panel-info > .panel-heading + .panel-collapse > .panel-body {
            border-top-color: #bce8f1;
        }

        .panel-info > .panel-heading .badge {
            color: #d9edf7;
            background-color: #31708f;
        }

    .panel-info > .panel-footer + .panel-collapse > .panel-body {
        border-bottom-color: #bce8f1;
    }

.panel-warning {
    border-color: #faebcc;
}

    .panel-warning > .panel-heading {
        color: #8a6d3b;
        background-color: #fcf8e3;
        border-color: #faebcc;
    }

        .panel-warning > .panel-heading + .panel-collapse > .panel-body {
            border-top-color: #faebcc;
        }

        .panel-warning > .panel-heading .badge {
            color: #fcf8e3;
            background-color: #8a6d3b;
        }

    .panel-warning > .panel-footer + .panel-collapse > .panel-body {
        border-bottom-color: #faebcc;
    }

.panel-danger {
    border-color: #ebccd1;
}

    .panel-danger > .panel-heading {
        color: #a94442;
        background-color: #f2dede;
        border-color: #ebccd1;
    }

        .panel-danger > .panel-heading + .panel-collapse > .panel-body {
            border-top-color: #ebccd1;
        }

        .panel-danger > .panel-heading .badge {
            color: #f2dede;
            background-color: #a94442;
        }

    .panel-danger > .panel-footer + .panel-collapse > .panel-body {
        border-bottom-color: #ebccd1;
    }

.embed-responsive {
    position: relative;
    display: block;
    height: 0;
    padding: 0;
    overflow: hidden;
}

    .embed-responsive .embed-responsive-item,
    .embed-responsive iframe,
    .embed-responsive embed,
    .embed-responsive object,
    .embed-responsive video {
        position: absolute;
        top: 0;
        bottom: 0;
        left: 0;
        width: 100%;
        height: 100%;
        border: 0;
    }

    .embed-responsive.embed-responsive-16by9 {
        padding-bottom: 56.25%;
    }

    .embed-responsive.embed-responsive-4by3 {
        padding-bottom: 75%;
    }

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

    .well blockquote {
        border-color: #ddd;
        border-color: rgba(0, 0, 0, .15);
    }

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

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

.close {
    float: right;
    font-size: 21px;
    font-weight: bold;
    line-height: 1;
    color: #000;
    text-shadow: 0 1px 0 #fff;
    filter: alpha(opacity=20);
    opacity: .2;
}

    .close:hover,
    .close:focus {
        color: #000;
        text-decoration: none;
        cursor: pointer;
        filter: alpha(opacity=50);
        opacity: .5;
    }

button.close {
    -webkit-appearance: none;
    padding: 0;
    cursor: pointer;
    background: transparent;
    border: 0;
}

.modal-open {
    overflow: hidden;
}

.modal {
    position: fixed;
    top: 0;
    right: 0;
    /*bottom: 0;*/
    left: 0;
    z-index: 1040;
    display: none;
    overflow: hidden;
    -webkit-overflow-scrolling: touch;
    outline: 0;
}

    .modal.fade .modal-dialog {
        -webkit-transition: -webkit-transform .3s ease-out;
        -o-transition: -o-transform .3s ease-out;
        transition: transform .3s ease-out;
        -webkit-transform: translate(0, -25%);
        -ms-transform: translate(0, -25%);
        -o-transform: translate(0, -25%);
        transform: translate(0, -25%);
    }

    .modal.in .modal-dialog {
        -webkit-transform: translate(0, 0);
        -ms-transform: translate(0, 0);
        -o-transform: translate(0, 0);
        transform: translate(0, 0);
    }

.modal-open .modal {
    overflow-x: hidden;
    overflow-y: auto;
}

.modal-dialog {
    position: relative;
    width: auto;
    margin: 10px;
}

.modal-content {
    position: relative;
    background-color: #fff;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    border: 1px solid #999;
    border: 1px solid rgba(0, 0, 0, .2);
    border-radius: 6px;
    outline: 0;
    -webkit-box-shadow: 0 3px 9px rgba(0, 0, 0, .5);
    box-shadow: 0 3px 9px rgba(0, 0, 0, .5);
}

.modal-backdrop {
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    background-color: #000;
}

    .modal-backdrop.fade {
        filter: alpha(opacity=0);
        opacity: 0;
    }

    .modal-backdrop.in {
        filter: alpha(opacity=50);
        opacity: .5;
    }

.modal-header {
    min-height: 16.42857143px;
    padding: 15px;
    border-bottom: 1px solid #e5e5e5;
}

    .modal-header .close {
        margin-top: -2px;
    }

.modal-title {
    margin: 0;
    line-height: 1.42857143;
}

.modal-body {
    position: relative;
    padding: 15px;
}

.modal-footer {
    padding: 15px;
    text-align: right;
    border-top: 1px solid #e5e5e5;
}

    .modal-footer .btn + .btn {
        margin-bottom: 0;
        margin-left: 5px;
    }

    .modal-footer .btn-group .btn + .btn {
        margin-left: -1px;
    }

    .modal-footer .btn-block + .btn-block {
        margin-left: 0;
    }

.modal-scrollbar-measure {
    position: absolute;
    top: -9999px;
    width: 50px;
    height: 50px;
    overflow: scroll;
}

@media (min-width: 768px) {
    .modal-dialog {
        width: 600px;
        margin: 30px auto;
    }

    .modal-content {
        -webkit-box-shadow: 0 5px 15px rgba(0, 0, 0, .5);
        box-shadow: 0 5px 15px rgba(0, 0, 0, .5);
    }

    .modal-sm {
        width: 300px;
    }
}

@media (min-width: 992px) {
    .modal-lg {
        width: 900px;
    }
}

.tooltip {
    position: absolute;
    z-index: 1070;
    display: block;
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 12px;
    font-weight: normal;
    line-height: 1.4;
    visibility: visible;
    filter: alpha(opacity=0);
    opacity: 0;
}

    .tooltip.in {
        filter: alpha(opacity=90);
        opacity: .9;
    }

    .tooltip.top {
        padding: 5px 0;
        margin-top: -3px;
    }

    .tooltip.right {
        padding: 0 5px;
        margin-left: 3px;
    }

    .tooltip.bottom {
        padding: 5px 0;
        margin-top: 3px;
    }

    .tooltip.left {
        padding: 0 5px;
        margin-left: -3px;
    }

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

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

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

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

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

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

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

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

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

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

.popover {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1060;
    display: none;
    max-width: 276px;
    padding: 1px;
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 14px;
    font-weight: normal;
    line-height: 1.42857143;
    text-align: left;
    white-space: normal;
    background-color: #fff;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    border: 1px solid #ccc;
    border: 1px solid rgba(0, 0, 0, .2);
    border-radius: 6px;
    -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, .2);
    box-shadow: 0 5px 10px rgba(0, 0, 0, .2);
}

    .popover.top {
        margin-top: -10px;
    }

    .popover.right {
        margin-left: 10px;
    }

    .popover.bottom {
        margin-top: 10px;
    }

    .popover.left {
        margin-left: -10px;
    }

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

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

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

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

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

.popover.top > .arrow {
    bottom: -11px;
    left: 50%;
    margin-left: -11px;
    border-top-color: #999;
    border-top-color: rgba(0, 0, 0, .25);
    border-bottom-width: 0;
}

    .popover.top > .arrow:after {
        bottom: 1px;
        margin-left: -10px;
        content: " ";
        border-top-color: #fff;
        border-bottom-width: 0;
    }

.popover.right > .arrow {
    top: 50%;
    left: -11px;
    margin-top: -11px;
    border-right-color: #999;
    border-right-color: rgba(0, 0, 0, .25);
    border-left-width: 0;
}

    .popover.right > .arrow:after {
        bottom: -10px;
        left: 1px;
        content: " ";
        border-right-color: #fff;
        border-left-width: 0;
    }

.popover.bottom > .arrow {
    top: -11px;
    left: 50%;
    margin-left: -11px;
    border-top-width: 0;
    border-bottom-color: #999;
    border-bottom-color: rgba(0, 0, 0, .25);
}

    .popover.bottom > .arrow:after {
        top: 1px;
        margin-left: -10px;
        content: " ";
        border-top-width: 0;
        border-bottom-color: #fff;
    }

.popover.left > .arrow {
    top: 50%;
    right: -11px;
    margin-top: -11px;
    border-right-width: 0;
    border-left-color: #999;
    border-left-color: rgba(0, 0, 0, .25);
}

    .popover.left > .arrow:after {
        right: 1px;
        bottom: -10px;
        content: " ";
        border-right-width: 0;
        border-left-color: #fff;
    }

.carousel {
    position: relative;
}

.carousel-inner {
    position: relative;
    width: 100%;
    overflow: hidden;
}

    .carousel-inner > .item {
        position: relative;
        display: none;
        -webkit-transition: .6s ease-in-out left;
        -o-transition: .6s ease-in-out left;
        transition: .6s ease-in-out left;
    }

        .carousel-inner > .item > img,
        .carousel-inner > .item > a > img {
            line-height: 1;
        }

@media all and (transform-3d), (-webkit-transform-3d) {
    .carousel-inner > .item {
        -webkit-transition: -webkit-transform .6s ease-in-out;
        -o-transition: -o-transform .6s ease-in-out;
        transition: transform .6s ease-in-out;
        -webkit-backface-visibility: hidden;
        backface-visibility: hidden;
        -webkit-perspective: 1000;
        perspective: 1000;
    }

        .carousel-inner > .item.next,
        .carousel-inner > .item.active.right {
            left: 0;
            -webkit-transform: translate3d(100%, 0, 0);
            transform: translate3d(100%, 0, 0);
        }

        .carousel-inner > .item.prev,
        .carousel-inner > .item.active.left {
            left: 0;
            -webkit-transform: translate3d(-100%, 0, 0);
            transform: translate3d(-100%, 0, 0);
        }

            .carousel-inner > .item.next.left,
            .carousel-inner > .item.prev.right,
            .carousel-inner > .item.active {
                left: 0;
                -webkit-transform: translate3d(0, 0, 0);
                transform: translate3d(0, 0, 0);
            }
}

.carousel-inner > .active,
.carousel-inner > .next,
.carousel-inner > .prev {
    display: block;
}

.carousel-inner > .active {
    left: 0;
}

.carousel-inner > .next,
.carousel-inner > .prev {
    position: absolute;
    top: 0;
    width: 100%;
}

.carousel-inner > .next {
    left: 100%;
}

.carousel-inner > .prev {
    left: -100%;
}

    .carousel-inner > .next.left,
    .carousel-inner > .prev.right {
        left: 0;
    }

.carousel-inner > .active.left {
    left: -100%;
}

.carousel-inner > .active.right {
    left: 100%;
}

.carousel-control {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    width: 15%;
    font-size: 20px;
    color: #fff;
    text-align: center;
    text-shadow: 0 1px 2px rgba(0, 0, 0, .6);
    filter: alpha(opacity=50);
    opacity: .5;
}

    .carousel-control.left {
        background-image: -webkit-linear-gradient(left, rgba(0, 0, 0, .5) 0%, rgba(0, 0, 0, .0001) 100%);
        background-image: -o-linear-gradient(left, rgba(0, 0, 0, .5) 0%, rgba(0, 0, 0, .0001) 100%);
        background-image: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, .5)), to(rgba(0, 0, 0, .0001)));
        background-image: linear-gradient(to right, rgba(0, 0, 0, .5) 0%, rgba(0, 0, 0, .0001) 100%);
        filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#80000000', endColorstr='#00000000', GradientType=1);
        background-repeat: repeat-x;
    }

    .carousel-control.right {
        right: 0;
        left: auto;
        background-image: -webkit-linear-gradient(left, rgba(0, 0, 0, .0001) 0%, rgba(0, 0, 0, .5) 100%);
        background-image: -o-linear-gradient(left, rgba(0, 0, 0, .0001) 0%, rgba(0, 0, 0, .5) 100%);
        background-image: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, .0001)), to(rgba(0, 0, 0, .5)));
        background-image: linear-gradient(to right, rgba(0, 0, 0, .0001) 0%, rgba(0, 0, 0, .5) 100%);
        filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#80000000', GradientType=1);
        background-repeat: repeat-x;
    }

    .carousel-control:hover,
    .carousel-control:focus {
        color: #fff;
        text-decoration: none;
        filter: alpha(opacity=90);
        outline: 0;
        opacity: .9;
    }

    .carousel-control .icon-prev,
    .carousel-control .icon-next,
    .carousel-control .glyphicon-chevron-left,
    .carousel-control .glyphicon-chevron-right {
        position: absolute;
        top: 50%;
        z-index: 5;
        display: inline-block;
    }

    .carousel-control .icon-prev,
    .carousel-control .glyphicon-chevron-left {
        left: 50%;
        margin-left: -10px;
    }

    .carousel-control .icon-next,
    .carousel-control .glyphicon-chevron-right {
        right: 50%;
        margin-right: -10px;
    }

    .carousel-control .icon-prev,
    .carousel-control .icon-next {
        width: 20px;
        height: 20px;
        margin-top: -10px;
        font-family: serif;
        line-height: 1;
    }

        .carousel-control .icon-prev:before {
            content: '\2039';
        }

        .carousel-control .icon-next:before {
            content: '\203a';
        }

.carousel-indicators {
    position: absolute;
    bottom: 10px;
    left: 50%;
    z-index: 15;
    width: 60%;
    padding-left: 0;
    margin-left: -30%;
    text-align: center;
    list-style: none;
}

    .carousel-indicators li {
        display: inline-block;
        width: 10px;
        height: 10px;
        margin: 1px;
        text-indent: -999px;
        cursor: pointer;
        background-color: #000 \9;
        background-color: rgba(0, 0, 0, 0);
        border: 1px solid #fff;
        border-radius: 10px;
    }

    .carousel-indicators .active {
        width: 12px;
        height: 12px;
        margin: 0;
        background-color: #fff;
    }

.carousel-caption {
    position: absolute;
    right: 15%;
    bottom: 20px;
    left: 15%;
    z-index: 10;
    padding-top: 20px;
    padding-bottom: 20px;
    color: #fff;
    text-align: center;
    text-shadow: 0 1px 2px rgba(0, 0, 0, .6);
}

    .carousel-caption .btn {
        text-shadow: none;
    }

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

    .carousel-control .glyphicon-chevron-left,
    .carousel-control .icon-prev {
        margin-left: -15px;
    }

    .carousel-control .glyphicon-chevron-right,
    .carousel-control .icon-next {
        margin-right: -15px;
    }

    .carousel-caption {
        right: 20%;
        left: 20%;
        padding-bottom: 30px;
    }

    .carousel-indicators {
        bottom: 20px;
    }
}

.clearfix:before,
.clearfix:after,
.dl-horizontal dd:before,
.dl-horizontal dd:after,
.container:before,
.container:after,
.container-fluid:before,
.container-fluid:after,
.row:before,
.row:after,
.form-horizontal .form-group:before,
.form-horizontal .form-group:after,
.btn-toolbar:before,
.btn-toolbar:after,
.btn-group-vertical > .btn-group:before,
.btn-group-vertical > .btn-group:after,
.nav:before,
.nav:after,
.navbar:before,
.navbar:after,
.navbar-header:before,
.navbar-header:after,
.navbar-collapse:before,
.navbar-collapse:after,
.pager:before,
.pager:after,
.panel-body:before,
.panel-body:after,
.modal-footer:before,
.modal-footer:after {
    display: table;
    content: " ";
}

.clearfix:after,
.dl-horizontal dd:after,
.container:after,
.container-fluid:after,
.row:after,
.form-horizontal .form-group:after,
.btn-toolbar:after,
.btn-group-vertical > .btn-group:after,
.nav:after,
.navbar:after,
.navbar-header:after,
.navbar-collapse:after,
.pager:after,
.panel-body:after,
.modal-footer:after {
    clear: both;
}

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

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

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

.hide {
    display: none !important;
}

.show {
    display: block !important;
}

.invisible {
    visibility: hidden;
}

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

.hidden {
    display: none !important;
    visibility: hidden !important;
}

.affix {
    position: fixed;
}

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

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

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

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

    table.visible-xs {
        display: table;
    }

    tr.visible-xs {
        display: table-row !important;
    }

    th.visible-xs,
    td.visible-xs {
        display: table-cell !important;
    }
}

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

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

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

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

    table.visible-sm {
        display: table;
    }

    tr.visible-sm {
        display: table-row !important;
    }

    th.visible-sm,
    td.visible-sm {
        display: table-cell !important;
    }
}

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

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

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

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

    table.visible-md {
        display: table;
    }

    tr.visible-md {
        display: table-row !important;
    }

    th.visible-md,
    td.visible-md {
        display: table-cell !important;
    }
}

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

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

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

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

    table.visible-lg {
        display: table;
    }

    tr.visible-lg {
        display: table-row !important;
    }

    th.visible-lg,
    td.visible-lg {
        display: table-cell !important;
    }
}

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

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

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

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

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

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

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

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

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

    table.visible-print {
        display: table;
    }

    tr.visible-print {
        display: table-row !important;
    }

    th.visible-print,
    td.visible-print {
        display: table-cell !important;
    }
}

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

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

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

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

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

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

@media print {
    .hidden-print {
        display: none !important;
    }
}
/*# sourceMappingURL=bootstrap.css.map */
/*Status API Training Shop Blog About
© 2014 GitHub, Inc. Terms Privacy Security Contact*/

body {
    padding-bottom: 20px;
}

/* Set padding to keep content from hitting the edges */
.body-content {
    /*padding-left: 15px;
    padding-right: 15px;*/
}

/* Set width on the form input elements since they're 100% wide by default */
input,
select,
textarea {
    /*max-width: 280px;*/
}

/* styles for validation helpers */
.field-validation-error {
    color: #b94a48;
}

.field-validation-valid {
    display: none;
}

input.input-validation-error {
    border: 1px solid #b94a48;
}

input[type="checkbox"].input-validation-error {
    border: 0 none;
}

.validation-summary-errors {
    color: #b94a48;
}

.validation-summary-valid {
    display: none;
}

.body-content {
    /*margin-top:15px;*/
    min-height: 450px;
}

.select-page {
    height: 20px !important;
    width: 35px !important;
    text-align: center;
}

.pagination li a input {
    padding: 0;
    margin: -5px 0;
    color: #707070 !important;
}

.paginador {
    color: #707070 !important;
    border: 1px solid #E2E2E2 !important;
}

.paginate_button {
    border-top: 1px solid #E2E2E2 !important;
    border-left: 1px solid #C9C9C9 !important;
    border-right: 1px solid #C9C9C9 !important;
    border-bottom: 1px solid #AEAEAE !important;
    -webkit-border-radius: 3px !important;
    -moz-border-radius: 3px !important;
    -ms-border-radius: 3px !important;
    -o-border-radius: 3px !important;
    border-radius: 3px !important;
    border-radius: 3px !important;
    cursor: pointer !important;
    color: #666 !important;
    font-weight: 600 !important;
    text-shadow: 0 1px rgba(255, 255, 255, 0.5) !important;
    font-size: 11px !important;
    -webkit-box-shadow: 0 1px 0 white inset !important;
    -moz-box-shadow: 0 1px 0 white inset !important;
    box-shadow: 0 1px 0 white inset !important;
}

.input {
    margin: 0 53px;
}

.st-selected td {
    background-color: #9A0000 !important;
    color: #FFFFFF !important;
}

.border-right {
    border-right: 1px solid #DDDDDD !important;
}

.cell-style {
    vertical-align: middle !important;
    border-right: 1px solid #DDDDDD !important;
}

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

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

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

.loading_modal {
    display: none;
    position: fixed;
    z-index: 2000;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, .6);
}

    .loading_modal .loading_message {
        width: 240px;
        padding: 20px 0px 20px 0px;
        background-color: rgba(96, 0, 0, .8);
        border-radius: 5px;
        color: white;
        font-size: 1.2em;
        text-align: center;
    }

body.loading .loading_modal {
    display: flex;
    justify-content: center;
    align-items: center;
}

.glyphicon-remove {
    color: #0088cc !important;
    top: -3px !important;
}

.font-label {
    font-weight: 900 !important;
}

.forms-results-table {
    max-width: 70% !important;
    overflow: scroll !important;
    white-space: nowrap;
}


.pad-top-10 {
    padding-top: 10px;
}

table.dataTable thead th {
    padding: 0;
    height: 30px;
    line-height: 30px;
    font-weight: normal;
    color: #666666 !important;
    cursor: pointer;
    font-size: 12px;
    font-weight: 600;
    text-shadow: 0 1px rgba(255, 255, 255, 0.5);
}

.sin-resultados {
    text-align: center !important;
    color: #b94a48 !important;
    font-size: 15px !important;
    font-weight: 900 !important;
}

.st-sort:after {
    content: "\f0dc";
    font-family: FontAwesome;
    font-size: 12px !important;
    margin-left: 10px;
}

.st-sort-descent:after {
    content: "\f0dd";
    font-family: FontAwesome;
    font-size: 12px !important;
    margin-left: 10px;
}

.st-sort-ascent:after {
    content: "\f0de";
    font-family: FontAwesome;
    font-size: 12px !important;
    margin-left: 10px;
}

.titulo-mantenedor {
    color: #666666;
    font-size: 20px;
    text-align: left;
    padding-bottom: 10px;
}

.disabled-tab {
    pointer-events: none !important;
}

.disabled-cbk {
    pointer-events: none !important;
    background-color: #CCD1D1;
}

.disabled-btn {
    cursor: default !important;
    opacity: 0.4 !important;
    pointer-events: none !important;
    color: #fff !important;
}

.width-mant {
    width: 25px !important;
}

.container {
    min-height: 750px !important;
}

#unlicensed {
    display: none !important;
    visibility: hidden !important;
}

/*!
 * Bootstrap v2.3.1
 *
 * Copyright 2012 Twitter, Inc
 * Licensed under the Apache License v2.0
 * http://www.apache.org/licenses/LICENSE-2.0
 *
 * Designed and built with all the love in the world @twitter by @mdo and @fat.
 */
/* line 19, /home/andrei/core-admin-release/core-admin/source/stylesheets/bootstrap/_reset.scss */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
nav,
section {
    display: block;
}

/* line 28, /home/andrei/core-admin-release/core-admin/source/stylesheets/bootstrap/_reset.scss */
audio, media canvas,
video {
    display: inline-block;
    *display: inline;
    *zoom: 1;
}

    /* line 37, /home/andrei/core-admin-release/core-admin/source/stylesheets/bootstrap/_reset.scss */
    audio:not([controls]) {
        display: none;
    }

/* line 44, /home/andrei/core-admin-release/core-admin/source/stylesheets/bootstrap/_reset.scss */
html {
    font-size: 100%;
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
}

/* line 50, /home/andrei/core-admin-release/core-admin/source/stylesheets/bootstrap/_reset.scss */
a:focus {
    outline: thin dotted #333;
    outline: 5px auto -webkit-focus-ring-color;
    outline-offset: -2px;
}

/* line 55, /home/andrei/core-admin-release/core-admin/source/stylesheets/bootstrap/_reset.scss */
a:hover,
a:active {
    outline: 0;
}

.aviso .alert.alert-block {
    padding: 8px 35px 8px 14px;
    margin: 0;
}

.periodo label {
    width: auto;
    padding-right: 10px;
    float: left;
    line-height: 30px;
    font-weight: bold;
}

.pull-right.accesoDate {
    text-align: right;
}

    .pull-right.accesoDate button.btn {
        margin-left: 20px;
    }

.fc-feriado {
    background-color: #fef3c7;
    border: 1px solid #c7b260;
}

.fc-programado {
    background-color: #cad9ee;
    border: 1px solid #205387;
}

.fc-entrevista {
    background-color: #ebccec;
    border: 1px solid #8d0292;
}

.fc-terreno {
    background-color: #a1d2ae;
    border: 1px solid #1f893b;
}

.fc-recuperativa {
    background-color: #f3a65b;
    border: 1px solid #ce7617;
}

.fc-evaluacion {
    background-image: url('../images/evaluacion.png');
    background-repeat: no-repeat;
    background-position: right top;
    background-color: #cad9ee;
    border: 1px solid #205387;
}

.fc-suspendida {
    background-color: #eb9c98;
    border: 1px solid #970902;
}

.leyenda {
    color: #333;
    width: 100%;
    height: auto;
    overflow: hidden;
    position: relative;
}

ul.leyenda-list {
    padding: 0;
    margin: 0;
    list-style-type: none;
}

    ul.leyenda-list li {
        display: block;
        float: left;
        padding-right: 17px;
        border-right: 1px solid #ccc;
        margin-left: 17px;
    }

        ul.leyenda-list li:first-child {
            margin-left: 0;
        }

        ul.leyenda-list li:last-child {
            border-right: 0;
            float: right;
            padding-right: 0;
            width: 80px;
        }


.leyenda span {
    width: 20px;
    height: 20px;
    display: block;
    border-radius: 3px;
    float: right;
    margin-left: 5px;
}

.horario span {
    width: 100px;
    display: block;
    text-align: left;
    float: left;
}

    .horario span.recuperativa {
        width: auto;
        display: inline;
        text-align: none;
        float: none;
        color: #ce7617;
    }

    .horario span.suspendida {
        width: auto;
        display: inline;
        text-align: none;
        float: none;
        color: #970902;
    }

    .horario span.evaluacion {
        width: auto;
        display: inline;
        text-align: none;
        float: none;
        color: #205387;
    }

    .horario span.terreno {
        width: auto;
        display: inline;
        text-align: none;
        float: none;
        color: #187629;
    }

.horario p {
    padding: 5px;
    border-radius: 3px;
}

h3.wizard-title {
    font-weight: bold;
    font-size: 18px;
    color: #3C6A95;
}

.table.tab-evaluaciones {
    margin-bottom: 0;
}

    .table.tab-evaluaciones th, .table.tab-evaluaciones td {
        border-top: 1px solid #3C6A95;
    }


/* line 63, /home/andrei/core-admin-release/core-admin/source/stylesheets/bootstrap/_reset.scss */
sub,
sup {
    position: relative;
    font-size: 75%;
    line-height: 0;
    vertical-align: baseline;
}

/* line 69, /home/andrei/core-admin-release/core-admin/source/stylesheets/bootstrap/_reset.scss */
sup {
    top: -0.5em;
}

/* line 72, /home/andrei/core-admin-release/core-admin/source/stylesheets/bootstrap/_reset.scss */
sub {
    bottom: -0.25em;
}

/* line 79, /home/andrei/core-admin-release/core-admin/source/stylesheets/bootstrap/_reset.scss */
img {
    /* Responsive images (ensure images don't scale beyond their parents) */
    max-width: 100%;
    /* Part 1: Set a maxium relative to the parent */
    width: auto\9;
    /* IE7-8 need help adjusting responsive images */
    height: auto;
    /* Part 2: Scale the height according to the width, otherwise you get stretching */
    vertical-align: middle;
    border: 0;
    -ms-interpolation-mode: bicubic;
}

/* line 92, /home/andrei/core-admin-release/core-admin/source/stylesheets/bootstrap/_reset.scss */
#map_canvas img,
.google-maps img {
    max-width: none;
}

/* line 103, /home/andrei/core-admin-release/core-admin/source/stylesheets/bootstrap/_reset.scss */
button,
input,
select,
textarea {
    margin: 0;
    font-size: 100%;
    vertical-align: middle;
}

/* line 109, /home/andrei/core-admin-release/core-admin/source/stylesheets/bootstrap/_reset.scss */
button,
input {
    *overflow: visible;
    line-height: normal;
}

    /* line 114, /home/andrei/core-admin-release/core-admin/source/stylesheets/bootstrap/_reset.scss */
    button::-moz-focus-inner,
    input::-moz-focus-inner {
        padding: 0;
        border: 0;
    }

    /* line 121, /home/andrei/core-admin-release/core-admin/source/stylesheets/bootstrap/_reset.scss */
    button,
    html input[type="button"],
    input[type="reset"],
    input[type="submit"] {
        -webkit-appearance: button;
        cursor: pointer;
    }

    /* line 132, /home/andrei/core-admin-release/core-admin/source/stylesheets/bootstrap/_reset.scss */
    label,
    select,
    button,
    input[type="button"],
    input[type="reset"],
    input[type="submit"],
    input[type="radio"],
    input[type="checkbox"] {
        cursor: pointer;
    }

    /* line 135, /home/andrei/core-admin-release/core-admin/source/stylesheets/bootstrap/_reset.scss */
    input[type="search"] {
        -webkit-box-sizing: content-box;
        -moz-box-sizing: content-box;
        box-sizing: content-box;
        -webkit-appearance: textfield;
    }

        /* line 140, /home/andrei/core-admin-release/core-admin/source/stylesheets/bootstrap/_reset.scss */
        input[type="search"]::-webkit-search-decoration,
        input[type="search"]::-webkit-search-cancel-button {
            -webkit-appearance: none;
        }

/* line 143, /home/andrei/core-admin-release/core-admin/source/stylesheets/bootstrap/_reset.scss */
textarea {
    overflow: auto;
    vertical-align: top;
}

@media print {
    /* line 155, /home/andrei/core-admin-release/core-admin/source/stylesheets/bootstrap/_reset.scss */
    * {
        text-shadow: none !important;
        color: #000 !important;
        background: transparent !important;
        box-shadow: none !important;
    }

    /* line 163, /home/andrei/core-admin-release/core-admin/source/stylesheets/bootstrap/_reset.scss */
    a,
    a:visited {
        text-decoration: underline;
    }

        /* line 167, /home/andrei/core-admin-release/core-admin/source/stylesheets/bootstrap/_reset.scss */
        a[href]:after {
            content: " (" attr(href) ")";
        }

    /* line 171, /home/andrei/core-admin-release/core-admin/source/stylesheets/bootstrap/_reset.scss */
    abbr[title]:after {
        content: " (" attr(title) ")";
    }

    /* line 178, /home/andrei/core-admin-release/core-admin/source/stylesheets/bootstrap/_reset.scss */
    .ir a:after,
    a[href^="javascript:"]:after,
    a[href^="#"]:after {
        content: "";
    }

    /* line 183, /home/andrei/core-admin-release/core-admin/source/stylesheets/bootstrap/_reset.scss */
    pre,
    blockquote {
        border: 1px solid #999;
        page-break-inside: avoid;
    }

    /* line 188, /home/andrei/core-admin-release/core-admin/source/stylesheets/bootstrap/_reset.scss */
    thead {
        display: table-header-group;
    }

    /* line 193, /home/andrei/core-admin-release/core-admin/source/stylesheets/bootstrap/_reset.scss */
    tr,
    img {
        page-break-inside: avoid;
    }

    /* line 197, /home/andrei/core-admin-release/core-admin/source/stylesheets/bootstrap/_reset.scss */
    img {
        max-width: 100% !important;
    }

    @page {
        margin: 0.5cm;
    }

    /* line 207, /home/andrei/core-admin-release/core-admin/source/stylesheets/bootstrap/_reset.scss */
    p,
    h2,
    h3 {
        orphans: 3;
        widows: 3;
    }

    /* line 213, /home/andrei/core-admin-release/core-admin/source/stylesheets/bootstrap/_reset.scss */
    h2,
    h3 {
        page-break-after: avoid;
    }
}
/* line 9, /home/andrei/core-admin-release/core-admin/source/stylesheets/bootstrap/_scaffolding.scss */
body {
    font: normal 12px 'Open Sans', HelveticaNeue, Helvetica, Arial;
    /* background: url(../images/bg.png); */
    min-height: 100%;
    color: #707070;
    overflow-x: hidden;
}

/* line 22, /home/andrei/core-admin-release/core-admin/source/stylesheets/bootstrap/_scaffolding.scss */
a {
    color: #0088cc;
    text-decoration: none;
}

    /* line 27, /home/andrei/core-admin-release/core-admin/source/stylesheets/bootstrap/_scaffolding.scss */
    a:hover,
    a:focus {
        color: #005580;
        text-decoration: underline;
    }

/* line 37, /home/andrei/core-admin-release/core-admin/source/stylesheets/bootstrap/_scaffolding.scss */
.img-rounded {
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px;
}

/* line 42, /home/andrei/core-admin-release/core-admin/source/stylesheets/bootstrap/_scaffolding.scss */
.img-polaroid {
    padding: 4px;
    background-color: #fff;
    border: 1px solid #ccc;
    border: 1px solid rgba(0, 0, 0, 0.2);
    -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
}

/* line 51, /home/andrei/core-admin-release/core-admin/source/stylesheets/bootstrap/_scaffolding.scss */
.img-circle {
    -webkit-border-radius: 500px;
    -moz-border-radius: 500px;
    border-radius: 500px;
}

/* line 556, /home/andrei/core-admin-release/core-admin/source/stylesheets/bootstrap/_mixins.scss */
.row {
    margin-left: -20px;
    *zoom: 1;
}
    /* line 15, /home/andrei/core-admin-release/core-admin/source/stylesheets/bootstrap/_mixins.scss */
    .row:before, .row:after {
        display: table;
        content: "";
        line-height: 0;
    }
    /* line 22, /home/andrei/core-admin-release/core-admin/source/stylesheets/bootstrap/_mixins.scss */
    .row:after {
        clear: both;
    }

/* line 561, /home/andrei/core-admin-release/core-admin/source/stylesheets/bootstrap/_mixins.scss */
[class*="span"] {
    float: left;
    min-height: 1px;
    margin-left: 20px;
}

/* line 571, /home/andrei/core-admin-release/core-admin/source/stylesheets/bootstrap/_mixins.scss */
.container,
.navbar-static-top .container,
.navbar-fixed-top .container,
.navbar-fixed-bottom .container {
    width: 940px;
}

/* line 582, /home/andrei/core-admin-release/core-admin/source/stylesheets/bootstrap/_mixins.scss */
.span12 {
    width: 940px;
}

/* line 582, /home/andrei/core-admin-release/core-admin/source/stylesheets/bootstrap/_mixins.scss */
.span11 {
    width: 860px;
}

/* line 582, /home/andrei/core-admin-release/core-admin/source/stylesheets/bootstrap/_mixins.scss */
.span10 {
    width: 780px;
}

/* line 582, /home/andrei/core-admin-release/core-admin/source/stylesheets/bootstrap/_mixins.scss */
.span9 {
    width: 700px;
}

/* line 582, /home/andrei/core-admin-release/core-admin/source/stylesheets/bootstrap/_mixins.scss */
.span8 {
    width: 620px;
}

/* line 582, /home/andrei/core-admin-release/core-admin/source/stylesheets/bootstrap/_mixins.scss */
.span7 {
    width: 540px;
}

/* line 582, /home/andrei/core-admin-release/core-admin/source/stylesheets/bootstrap/_mixins.scss */
.span6 {
    width: 460px;
}

/* line 582, /home/andrei/core-admin-release/core-admin/source/stylesheets/bootstrap/_mixins.scss */
.span5 {
    width: 380px;
}

/* line 582, /home/andrei/core-admin-release/core-admin/source/stylesheets/bootstrap/_mixins.scss */
.span4 {
    width: 300px;
}

/* line 582, /home/andrei/core-admin-release/core-admin/source/stylesheets/bootstrap/_mixins.scss */
.span3 {
    width: 220px;
}

/* line 582, /home/andrei/core-admin-release/core-admin/source/stylesheets/bootstrap/_mixins.scss */
.span2 {
    width: 140px;
}

/* line 582, /home/andrei/core-admin-release/core-admin/source/stylesheets/bootstrap/_mixins.scss */
.span1 {
    width: 60px;
}

/* line 589, /home/andrei/core-admin-release/core-admin/source/stylesheets/bootstrap/_mixins.scss */
.offset12 {
    margin-left: 980px;
}

/* line 589, /home/andrei/core-admin-release/core-admin/source/stylesheets/bootstrap/_mixins.scss */
.offset11 {
    margin-left: 900px;
}

/* line 589, /home/andrei/core-admin-release/core-admin/source/stylesheets/bootstrap/_mixins.scss */
.offset10 {
    margin-left: 820px;
}

/* line 589, /home/andrei/core-admin-release/core-admin/source/stylesheets/bootstrap/_mixins.scss */
.offset9 {
    margin-left: 740px;
}

/* line 589, /home/andrei/core-admin-release/core-admin/source/stylesheets/bootstrap/_mixins.scss */
.offset8 {
    margin-left: 660px;
}

/* line 589, /home/andrei/core-admin-release/core-admin/source/stylesheets/bootstrap/_mixins.scss */
.offset7 {
    margin-left: 580px;
}

/* line 589, /home/andrei/core-admin-release/core-admin/source/stylesheets/bootstrap/_mixins.scss */
.offset6 {
    margin-left: 500px;
}

/* line 589, /home/andrei/core-admin-release/core-admin/source/stylesheets/bootstrap/_mixins.scss */
.offset5 {
    margin-left: 420px;
}

/* line 589, /home/andrei/core-admin-release/core-admin/source/stylesheets/bootstrap/_mixins.scss */
.offset4 {
    margin-left: 340px;
}

/* line 589, /home/andrei/core-admin-release/core-admin/source/stylesheets/bootstrap/_mixins.scss */
.offset3 {
    margin-left: 260px;
}

/* line 589, /home/andrei/core-admin-release/core-admin/source/stylesheets/bootstrap/_mixins.scss */
.offset2 {
    margin-left: 180px;
}

/* line 589, /home/andrei/core-admin-release/core-admin/source/stylesheets/bootstrap/_mixins.scss */
.offset1 {
    margin-left: 100px;
}

/* line 605, /home/andrei/core-admin-release/core-admin/source/stylesheets/bootstrap/_mixins.scss */
.row-fluid {
    width: 100%;
    *zoom: 1;
}
    /* line 15, /home/andrei/core-admin-release/core-admin/source/stylesheets/bootstrap/_mixins.scss */
    .row-fluid:before, .row-fluid:after {
        display: table;
        content: "";
        line-height: 0;
    }
    /* line 22, /home/andrei/core-admin-release/core-admin/source/stylesheets/bootstrap/_mixins.scss */
    .row-fluid:after {
        clear: both;
    }
    /* line 608, /home/andrei/core-admin-release/core-admin/source/stylesheets/bootstrap/_mixins.scss */
    .row-fluid [class*="span"] {
        display: block;
        width: 100%;
        min-height: 30px;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
        float: left;
        margin-left: 2.12766%;
        *margin-left: 2.07447%;
    }
        /* line 614, /home/andrei/core-admin-release/core-admin/source/stylesheets/bootstrap/_mixins.scss */
        .row-fluid [class*="span"]:first-child {
            margin-left: 0;
        }
    /* line 619, /home/andrei/core-admin-release/core-admin/source/stylesheets/bootstrap/_mixins.scss */
    .row-fluid .controls-row [class*="span"] + [class*="span"] {
        margin-left: 2.12766%;
    }
    /* line 631, /home/andrei/core-admin-release/core-admin/source/stylesheets/bootstrap/_mixins.scss */
    .row-fluid .span12 {
        width: 100%;
        *width: 99.94681%;
    }
    /* line 631, /home/andrei/core-admin-release/core-admin/source/stylesheets/bootstrap/_mixins.scss */
    .row-fluid .span11 {
        width: 91.48936%;
        *width: 91.43617%;
    }
    /* line 631, /home/andrei/core-admin-release/core-admin/source/stylesheets/bootstrap/_mixins.scss */
    .row-fluid .span10 {
        width: 82.97872%;
        *width: 82.92553%;
    }
    /* line 631, /home/andrei/core-admin-release/core-admin/source/stylesheets/bootstrap/_mixins.scss */
    .row-fluid .span9 {
        width: 74.46809%;
        *width: 74.41489%;
    }
    /* line 631, /home/andrei/core-admin-release/core-admin/source/stylesheets/bootstrap/_mixins.scss */
    .row-fluid .span8 {
        width: 65.95745%;
        *width: 65.90426%;
    }
    /* line 631, /home/andrei/core-admin-release/core-admin/source/stylesheets/bootstrap/_mixins.scss */
    .row-fluid .span7 {
        width: 57.44681%;
        *width: 57.39362%;
    }
    /* line 631, /home/andrei/core-admin-release/core-admin/source/stylesheets/bootstrap/_mixins.scss */
    .row-fluid .span6 {
        width: 48.93617%;
        *width: 48.88298%;
    }
    /* line 631, /home/andrei/core-admin-release/core-admin/source/stylesheets/bootstrap/_mixins.scss */
    .row-fluid .span5 {
        width: 40.42553%;
        *width: 40.37234%;
    }
    /* line 631, /home/andrei/core-admin-release/core-admin/source/stylesheets/bootstrap/_mixins.scss */
    .row-fluid .span4 {
        width: 31.91489%;
        *width: 31.8617%;
    }
    /* line 631, /home/andrei/core-admin-release/core-admin/source/stylesheets/bootstrap/_mixins.scss */
    .row-fluid .span3 {
        width: 23.40426%;
        *width: 23.35106%;
    }
    /* line 631, /home/andrei/core-admin-release/core-admin/source/stylesheets/bootstrap/_mixins.scss */
    .row-fluid .span2 {
        width: 14.89362%;
        *width: 14.84043%;
    }
    /* line 631, /home/andrei/core-admin-release/core-admin/source/stylesheets/bootstrap/_mixins.scss */
    .row-fluid .span1 {
        width: 6.38298%;
        *width: 6.32979%;
    }
    /* line 638, /home/andrei/core-admin-release/core-admin/source/stylesheets/bootstrap/_mixins.scss */
    .row-fluid .offset12 {
        margin-left: 104.25532%;
        *margin-left: 104.14894%;
    }
        /* line 639, /home/andrei/core-admin-release/core-admin/source/stylesheets/bootstrap/_mixins.scss */
        .row-fluid .offset12:first-child {
            margin-left: 102.12766%;
            *margin-left: 102.02128%;
        }
    /* line 638, /home/andrei/core-admin-release/core-admin/source/stylesheets/bootstrap/_mixins.scss */
    .row-fluid .offset11 {
        margin-left: 95.74468%;
        *margin-left: 95.6383%;
    }
        /* line 639, /home/andrei/core-admin-release/core-admin/source/stylesheets/bootstrap/_mixins.scss */
        .row-fluid .offset11:first-child {
            margin-left: 93.61702%;
            *margin-left: 93.51064%;
        }
    /* line 638, /home/andrei/core-admin-release/core-admin/source/stylesheets/bootstrap/_mixins.scss */
    .row-fluid .offset10 {
        margin-left: 87.23404%;
        *margin-left: 87.12766%;
    }
        /* line 639, /home/andrei/core-admin-release/core-admin/source/stylesheets/bootstrap/_mixins.scss */
        .row-fluid .offset10:first-child {
            margin-left: 85.10638%;
            *margin-left: 85.0%;
        }
    /* line 638, /home/andrei/core-admin-release/core-admin/source/stylesheets/bootstrap/_mixins.scss */
    .row-fluid .offset9 {
        margin-left: 78.7234%;
        *margin-left: 78.61702%;
    }
        /* line 639, /home/andrei/core-admin-release/core-admin/source/stylesheets/bootstrap/_mixins.scss */
        .row-fluid .offset9:first-child {
            margin-left: 76.59574%;
            *margin-left: 76.48936%;
        }
    /* line 638, /home/andrei/core-admin-release/core-admin/source/stylesheets/bootstrap/_mixins.scss */
    .row-fluid .offset8 {
        margin-left: 70.21277%;
        *margin-left: 70.10638%;
    }
        /* line 639, /home/andrei/core-admin-release/core-admin/source/stylesheets/bootstrap/_mixins.scss */
        .row-fluid .offset8:first-child {
            margin-left: 68.08511%;
            *margin-left: 67.97872%;
        }
    /* line 638, /home/andrei/core-admin-release/core-admin/source/stylesheets/bootstrap/_mixins.scss */
    .row-fluid .offset7 {
        margin-left: 61.70213%;
        *margin-left: 61.59574%;
    }
        /* line 639, /home/andrei/core-admin-release/core-admin/source/stylesheets/bootstrap/_mixins.scss */
        .row-fluid .offset7:first-child {
            margin-left: 59.57447%;
            *margin-left: 59.46809%;
        }
    /* line 638, /home/andrei/core-admin-release/core-admin/source/stylesheets/bootstrap/_mixins.scss */
    .row-fluid .offset6 {
        margin-left: 53.19149%;
        *margin-left: 53.08511%;
    }
        /* line 639, /home/andrei/core-admin-release/core-admin/source/stylesheets/bootstrap/_mixins.scss */
        .row-fluid .offset6:first-child {
            margin-left: 51.06383%;
            *margin-left: 50.95745%;
        }
    /* line 638, /home/andrei/core-admin-release/core-admin/source/stylesheets/bootstrap/_mixins.scss */
    .row-fluid .offset5 {
        margin-left: 44.68085%;
        *margin-left: 44.57447%;
    }
        /* line 639, /home/andrei/core-admin-release/core-admin/source/stylesheets/bootstrap/_mixins.scss */
        .row-fluid .offset5:first-child {
            margin-left: 42.55319%;
            *margin-left: 42.44681%;
        }
    /* line 638, /home/andrei/core-admin-release/core-admin/source/stylesheets/bootstrap/_mixins.scss */
    .row-fluid .offset4 {
        margin-left: 36.17021%;
        *margin-left: 36.06383%;
    }
        /* line 639, /home/andrei/core-admin-release/core-admin/source/stylesheets/bootstrap/_mixins.scss */
        .row-fluid .offset4:first-child {
            margin-left: 34.04255%;
            *margin-left: 33.93617%;
        }
    /* line 638, /home/andrei/core-admin-release/core-admin/source/stylesheets/bootstrap/_mixins.scss */
    .row-fluid .offset3 {
        margin-left: 27.65957%;
        *margin-left: 27.55319%;
    }
        /* line 639, /home/andrei/core-admin-release/core-admin/source/stylesheets/bootstrap/_mixins.scss */
        .row-fluid .offset3:first-child {
            margin-left: 25.53191%;
            *margin-left: 25.42553%;
        }
    /* line 638, /home/andrei/core-admin-release/core-admin/source/stylesheets/bootstrap/_mixins.scss */
    .row-fluid .offset2 {
        margin-left: 19.14894%;
        *margin-left: 19.04255%;
    }
        /* line 639, /home/andrei/core-admin-release/core-admin/source/stylesheets/bootstrap/_mixins.scss */
        .row-fluid .offset2:first-child {
            margin-left: 17.02128%;
            *margin-left: 16.91489%;
        }
    /* line 638, /home/andrei/core-admin-release/core-admin/source/stylesheets/bootstrap/_mixins.scss */
    .row-fluid .offset1 {
        margin-left: 10.6383%;
        *margin-left: 10.53191%;
    }
        /* line 639, /home/andrei/core-admin-release/core-admin/source/stylesheets/bootstrap/_mixins.scss */
        .row-fluid .offset1:first-child {
            margin-left: 8.51064%;
            *margin-left: 8.40426%;
        }

    /* line 14, /home/andrei/core-admin-release/core-admin/source/stylesheets/bootstrap/_grid.scss */
    [class*="span"].hide,
    .row-fluid [class*="span"].hide {
        display: none;
    }

    /* line 19, /home/andrei/core-admin-release/core-admin/source/stylesheets/bootstrap/_grid.scss */
    [class*="span"].pull-right,
    .row-fluid [class*="span"].pull-right {
        float: right;
    }

/* line 7, /home/andrei/core-admin-release/core-admin/source/stylesheets/bootstrap/_layouts.scss */
.container {
    margin-right: auto;
    margin-left: auto;
    *zoom: 1;
}
    /* line 15, /home/andrei/core-admin-release/core-admin/source/stylesheets/bootstrap/_mixins.scss */
    .container:before, .container:after {
        display: table;
        content: "";
        line-height: 0;
    }
    /* line 22, /home/andrei/core-admin-release/core-admin/source/stylesheets/bootstrap/_mixins.scss */
    .container:after {
        clear: both;
    }

/* line 12, /home/andrei/core-admin-release/core-admin/source/stylesheets/bootstrap/_layouts.scss */
.container-fluid {
    padding-right: 20px;
    padding-left: 20px;
    *zoom: 1;
    max-width: 1200px;
    margin: 0 auto;
}
    /* line 15, /home/andrei/core-admin-release/core-admin/source/stylesheets/bootstrap/_mixins.scss */
    .container-fluid:before, .container-fluid:after {
        display: table;
        content: "";
        line-height: 0;
    }
    /* line 22, /home/andrei/core-admin-release/core-admin/source/stylesheets/bootstrap/_mixins.scss */
    .container-fluid:after {
        clear: both;
    }

/* line 9, /home/andrei/core-admin-release/core-admin/source/stylesheets/bootstrap/_type.scss */
p {
    margin: 0 0 10px;
}

/* line 12, /home/andrei/core-admin-release/core-admin/source/stylesheets/bootstrap/_type.scss */
.lead {
    margin-bottom: 20px;
    font-size: 21px;
    font-weight: 200;
    line-height: 30px;
}

/* line 24, /home/andrei/core-admin-release/core-admin/source/stylesheets/bootstrap/_type.scss */
small {
    font-size: 85%;
}

/* line 26, /home/andrei/core-admin-release/core-admin/source/stylesheets/bootstrap/_type.scss */
strong {
    font-weight: bold;
}

/* line 27, /home/andrei/core-admin-release/core-admin/source/stylesheets/bootstrap/_type.scss */
em {
    font-style: italic;
}

/* line 28, /home/andrei/core-admin-release/core-admin/source/stylesheets/bootstrap/_type.scss */
cite {
    font-style: normal;
}

/* line 31, /home/andrei/core-admin-release/core-admin/source/stylesheets/bootstrap/_type.scss */
.muted {
    color: #999999;
}

/* line 33, /home/andrei/core-admin-release/core-admin/source/stylesheets/bootstrap/_type.scss */
a.muted:hover,
a.muted:focus {
    color: gray;
}

/* line 35, /home/andrei/core-admin-release/core-admin/source/stylesheets/bootstrap/_type.scss */
.text-warning {
    color: #c09853;
}

/* line 37, /home/andrei/core-admin-release/core-admin/source/stylesheets/bootstrap/_type.scss */
a.text-warning:hover,
a.text-warning:focus {
    color: #a47e3c;
}

/* line 39, /home/andrei/core-admin-release/core-admin/source/stylesheets/bootstrap/_type.scss */
.text-error {
    color: #b94a48;
}

/* line 41, /home/andrei/core-admin-release/core-admin/source/stylesheets/bootstrap/_type.scss */
a.text-error:hover,
a.text-error:focus {
    color: #953b39;
}

/* line 43, /home/andrei/core-admin-release/core-admin/source/stylesheets/bootstrap/_type.scss */
.text-info {
    color: #3a87ad;
}

/* line 45, /home/andrei/core-admin-release/core-admin/source/stylesheets/bootstrap/_type.scss */
a.text-info:hover,
a.text-info:focus {
    color: #2d6987;
}

/* line 47, /home/andrei/core-admin-release/core-admin/source/stylesheets/bootstrap/_type.scss */
.text-success {
    color: #468847;
}

/* line 49, /home/andrei/core-admin-release/core-admin/source/stylesheets/bootstrap/_type.scss */
a.text-success:hover,
a.text-success:focus {
    color: #356635;
}

/* line 51, /home/andrei/core-admin-release/core-admin/source/stylesheets/bootstrap/_type.scss */
.text-left {
    text-align: left;
}

/* line 52, /home/andrei/core-admin-release/core-admin/source/stylesheets/bootstrap/_type.scss */
.text-right {
    text-align: right;
}

/* line 53, /home/andrei/core-admin-release/core-admin/source/stylesheets/bootstrap/_type.scss */
.text-center {
    text-align: center;
}

/* line 59, /home/andrei/core-admin-release/core-admin/source/stylesheets/bootstrap/_type.scss */
h1, h2, h3, h4, h5, h6 {
    /* margin: 10px 0;*/
    margin: 0;
    font-family: inherit;
    font-weight: bold;
    line-height: 20px;
    color: inherit;
    text-rendering: optimizelegibility;
}
    /* line 66, /home/andrei/core-admin-release/core-admin/source/stylesheets/bootstrap/_type.scss */
    h1 small, h2 small, h3 small, h4 small, h5 small, h6 small {
        font-weight: normal;
        line-height: 1;
        color: #999999;
    }

/* line 75, /home/andrei/core-admin-release/core-admin/source/stylesheets/bootstrap/_type.scss */
h1,
h2,
h3 {
    line-height: 40px;
}

/* line 77, /home/andrei/core-admin-release/core-admin/source/stylesheets/bootstrap/_type.scss */
h1 {
    font-size: 31px;
}

/* line 78, /home/andrei/core-admin-release/core-admin/source/stylesheets/bootstrap/_type.scss */
h2 {
    font-size: 31.5px;
}

/* line 79, /home/andrei/core-admin-release/core-admin/source/stylesheets/bootstrap/_type.scss */
h3 {
    font-size: 24.5px;
}

/* line 80, /home/andrei/core-admin-release/core-admin/source/stylesheets/bootstrap/_type.scss */
h4 {
    font-size: 17.5px;
}

/* line 81, /home/andrei/core-admin-release/core-admin/source/stylesheets/bootstrap/_type.scss */
h5 {
    font-size: 14px;
}

/* line 82, /home/andrei/core-admin-release/core-admin/source/stylesheets/bootstrap/_type.scss */
h6 {
    font-size: 11.9px;
}

/* line 84, /home/andrei/core-admin-release/core-admin/source/stylesheets/bootstrap/_type.scss */
h1 small {
    font-size: 24.5px;
}

/* line 85, /home/andrei/core-admin-release/core-admin/source/stylesheets/bootstrap/_type.scss */
h2 small {
    font-size: 17.5px;
}

/* line 86, /home/andrei/core-admin-release/core-admin/source/stylesheets/bootstrap/_type.scss */
h3 small {
    font-size: 14px;
}

/* line 87, /home/andrei/core-admin-release/core-admin/source/stylesheets/bootstrap/_type.scss */
h4 small {
    font-size: 14px;
}

/* line 93, /home/andrei/core-admin-release/core-admin/source/stylesheets/bootstrap/_type.scss */
.page-header {
    padding-bottom: 9px;
    margin: 20px 0 30px;
    border-bottom: 1px solid #eeeeee;
}

/* line 105, /home/andrei/core-admin-release/core-admin/source/stylesheets/bootstrap/_type.scss */
ul, ol {
    padding: 0;
    margin: 0 0 10px 25px;
}

    /* line 112, /home/andrei/core-admin-release/core-admin/source/stylesheets/bootstrap/_type.scss */
    ul ul,
    ul ol,
    ol ol,
    ol ul {
        margin-bottom: 0;
    }

/* line 115, /home/andrei/core-admin-release/core-admin/source/stylesheets/bootstrap/_type.scss */
li {
    line-height: 20px;
}

/* line 121, /home/andrei/core-admin-release/core-admin/source/stylesheets/bootstrap/_type.scss */
ul.unstyled,
ol.unstyled {
    margin-left: 0;
    list-style: none;
}

/* line 128, /home/andrei/core-admin-release/core-admin/source/stylesheets/bootstrap/_type.scss */
ul.inline,
ol.inline {
    margin-left: 0;
    list-style: none;
}
    /* line 131, /home/andrei/core-admin-release/core-admin/source/stylesheets/bootstrap/_type.scss */
    ul.inline > li,
    ol.inline > li {
        display: inline-block;
        *display: inline;
        /* IE7 inline-block hack */
        *zoom: 1;
        padding-left: 5px;
        padding-right: 5px;
    }

/* line 140, /home/andrei/core-admin-release/core-admin/source/stylesheets/bootstrap/_type.scss */
dl {
    margin-bottom: 20px;
}

/* line 144, /home/andrei/core-admin-release/core-admin/source/stylesheets/bootstrap/_type.scss */
dt,
dd {
    line-height: 20px;
}

/* line 147, /home/andrei/core-admin-release/core-admin/source/stylesheets/bootstrap/_type.scss */
dt {
    font-weight: bold;
}

/* line 150, /home/andrei/core-admin-release/core-admin/source/stylesheets/bootstrap/_type.scss */
dd {
    margin-left: 10px;
}

/* line 154, /home/andrei/core-admin-release/core-admin/source/stylesheets/bootstrap/_type.scss */
.dl-horizontal {
    *zoom: 1;
}
    /* line 15, /home/andrei/core-admin-release/core-admin/source/stylesheets/bootstrap/_mixins.scss */
    .dl-horizontal:before, .dl-horizontal:after {
        display: table;
        content: "";
        line-height: 0;
    }
    /* line 22, /home/andrei/core-admin-release/core-admin/source/stylesheets/bootstrap/_mixins.scss */
    .dl-horizontal:after {
        clear: both;
    }
    /* line 156, /home/andrei/core-admin-release/core-admin/source/stylesheets/bootstrap/_type.scss */
    .dl-horizontal dt {
        float: left;
        width: 160px;
        clear: left;
        text-align: right;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
    }
    /* line 163, /home/andrei/core-admin-release/core-admin/source/stylesheets/bootstrap/_type.scss */
    .dl-horizontal dd {
        margin-left: 180px;
    }

/* line 172, /home/andrei/core-admin-release/core-admin/source/stylesheets/bootstrap/_type.scss */
hr {
    margin: 20px 0;
    border: 0;
    border-top: 1px solid #eeeeee;
    border-bottom: 1px solid white;
}

/* line 182, /home/andrei/core-admin-release/core-admin/source/stylesheets/bootstrap/_type.scss */
abbr[title],
abbr[data-original-title] {
    cursor: help;
    border-bottom: 1px dotted #999999;
}

/* line 186, /home/andrei/core-admin-release/core-admin/source/stylesheets/bootstrap/_type.scss */
abbr.initialism {
    font-size: 90%;
    text-transform: uppercase;
}

/* line 192, /home/andrei/core-admin-release/core-admin/source/stylesheets/bootstrap/_type.scss */
blockquote {
    padding: 0 0 0 15px;
    margin: 0 0 20px;
    border-left: 5px solid #eeeeee;
}
    /* line 196, /home/andrei/core-admin-release/core-admin/source/stylesheets/bootstrap/_type.scss */
    blockquote p {
        margin-bottom: 0;
        font-size: 17.5px;
        font-weight: 300;
        line-height: 1.25;
    }
    /* line 202, /home/andrei/core-admin-release/core-admin/source/stylesheets/bootstrap/_type.scss */
    blockquote small {
        display: block;
        line-height: 20px;
        color: #999999;
    }
        /* line 206, /home/andrei/core-admin-release/core-admin/source/stylesheets/bootstrap/_type.scss */
        blockquote small:before {
            content: '\2014 \00A0';
        }
    /* line 212, /home/andrei/core-admin-release/core-admin/source/stylesheets/bootstrap/_type.scss */
    blockquote.pull-right {
        float: right;
        padding-right: 15px;
        padding-left: 0;
        border-right: 5px solid #eeeeee;
        border-left: 0;
    }
        /* line 219, /home/andrei/core-admin-release/core-admin/source/stylesheets/bootstrap/_type.scss */
        blockquote.pull-right p,
        blockquote.pull-right small {
            text-align: right;
        }
            /* line 223, /home/andrei/core-admin-release/core-admin/source/stylesheets/bootstrap/_type.scss */
            blockquote.pull-right small:before {
                content: '';
            }
            /* line 226, /home/andrei/core-admin-release/core-admin/source/stylesheets/bootstrap/_type.scss */
            blockquote.pull-right small:after {
                content: '\00A0 \2014';
            }

    /* line 237, /home/andrei/core-admin-release/core-admin/source/stylesheets/bootstrap/_type.scss */
    q:before,
    q:after,
    blockquote:before,
    blockquote:after {
        content: "";
    }

/* line 242, /home/andrei/core-admin-release/core-admin/source/stylesheets/bootstrap/_type.scss */
address {
    display: block;
    margin-bottom: 20px;
    font-style: normal;
    line-height: 20px;
}

/* line 8, /home/andrei/core-admin-release/core-admin/source/stylesheets/bootstrap/_code.scss */
code,
pre {
    padding: 0 3px 2px;
    font-family: Monaco, Menlo, Consolas, "Courier New", monospace;
    font-size: 12px;
    color: #333333;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
}

/* line 17, /home/andrei/core-admin-release/core-admin/source/stylesheets/bootstrap/_code.scss */
code {
    padding: 2px 4px;
    color: #d14;
    background-color: #f7f7f9;
    border: 1px solid #e1e1e8;
    white-space: nowrap;
}

/* line 26, /home/andrei/core-admin-release/core-admin/source/stylesheets/bootstrap/_code.scss */
pre {
    display: block;
    padding: 9.5px;
    margin: 0 0 10px;
    font-size: 13px;
    line-height: 20px;
    word-break: break-all;
    word-wrap: break-word;
    white-space: pre;
    white-space: pre-wrap;
    background-color: #f5f5f5;
    border: 1px solid #ccc;
    border: 1px solid rgba(0, 0, 0, 0.15);
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
}
    /* line 42, /home/andrei/core-admin-release/core-admin/source/stylesheets/bootstrap/_code.scss */
    pre.prettyprint {
        margin-bottom: 20px;
    }
    /* line 47, /home/andrei/core-admin-release/core-admin/source/stylesheets/bootstrap/_code.scss */
    pre code {
        padding: 0;
        color: inherit;
        white-space: pre;
        white-space: pre-wrap;
        background-color: transparent;
        border: 0;
    }

/* line 58, /home/andrei/core-admin-release/core-admin/source/stylesheets/bootstrap/_code.scss */
.pre-scrollable {
    max-height: 340px;
    overflow-y: scroll;
}

/* line 10, /home/andrei/core-admin-release/core-admin/source/stylesheets/bootstrap/_forms.scss */
form {
    margin: 0 0 20px;
}

/* line 14, /home/andrei/core-admin-release/core-admin/source/stylesheets/bootstrap/_forms.scss */
fieldset {
    padding: 0;
    margin: 0;
    border: 0;
}

/* line 21, /home/andrei/core-admin-release/core-admin/source/stylesheets/bootstrap/_forms.scss */
legend {
    display: block;
    width: 100%;
    padding: 0;
    margin-bottom: 20px;
    font-size: 21px;
    line-height: 40px;
    color: #333333;
    border: 0;
    border-bottom: 1px solid #e5e5e5;
}
    /* line 33, /home/andrei/core-admin-release/core-admin/source/stylesheets/bootstrap/_forms.scss */
    legend small {
        font-size: 15px;
        color: #999999;
    }

/* line 44, /home/andrei/core-admin-release/core-admin/source/stylesheets/bootstrap/_forms.scss */
label,
input,
button,
select,
textarea {
    font-size: 14px;
    font-weight: normal;
    line-height: 20px;
}

/* line 50, /home/andrei/core-admin-release/core-admin/source/stylesheets/bootstrap/_forms.scss */
input,
button,
select,
textarea {
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
}

/* line 55, /home/andrei/core-admin-release/core-admin/source/stylesheets/bootstrap/_forms.scss */

/*nico stilos */
label {
    /*display: block;*/
    margin-bottom: 5px;
}

    label.horizontal {
        display: inline;
        margin-bottom: 5px;
    }

    label.horizontal1 {
        /*display: block !important;*/
        margin-bottom: 5px;
        float: left;
        margin-right: 10px;
    }

span.texto {
    color: #5f5f5f;
    padding: 0 0 0 5px;
    margin: 0px;
    font-weight: normal;
}

input.hola {
    margin-left: 10px;
    margin-right: 5px;
}

p.nico {
    color: #5f5f5f;
}

span.nico {
    font-weight: normal;
    color: #5f5f5f;
    font-size: 12px;
    padding: 0 0 0 10px;
    margin: 0;
    padding: 0;
    text-height: auto;
}
/*fin estilos nico*/

/* line 80, /home/andrei/core-admin-release/core-admin/source/stylesheets/bootstrap/_forms.scss */

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"],
.uneditable-input {
    display: inline-block;
    height: 20px;
    padding: 4px 6px;
    /*margin-bottom: 10px;*/
    font-size: 14px;
    line-height: 20px;
    color: #555555;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    vertical-align: middle;
}

/* line 96, /home/andrei/core-admin-release/core-admin/source/stylesheets/bootstrap/_forms.scss */
input,
textarea,
.uneditable-input {
    width: 206px;
}

/* line 100, /home/andrei/core-admin-release/core-admin/source/stylesheets/bootstrap/_forms.scss */
textarea {
    height: auto;
}

/* line 119, /home/andrei/core-admin-release/core-admin/source/stylesheets/bootstrap/_forms.scss */
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"],
.uneditable-input {
    background-color: white;
    border: 1px solid #cccccc;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    -webkit-transition: border linear 0.2s, box-shadow linear 0.2s;
    -moz-transition: border linear 0.2s, box-shadow linear 0.2s;
    -o-transition: border linear 0.2s, box-shadow linear 0.2s;
    transition: border linear 0.2s, box-shadow linear 0.2s;
}
    /* line 126, /home/andrei/core-admin-release/core-admin/source/stylesheets/bootstrap/_forms.scss */
    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,
    .uneditable-input:focus {
        border-color: rgba(82, 168, 236, 0.8);
        outline: 0;
        outline: thin dotted \9;
        /* IE6-9 */
        -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(82, 168, 236, 0.6);
        -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(82, 168, 236, 0.6);
        box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(82, 168, 236, 0.6);
    }

/* line 136, /home/andrei/core-admin-release/core-admin/source/stylesheets/bootstrap/_forms.scss */
input[type="radio"],
input[type="checkbox"] {
    margin: 4px 0 0;
    *margin-top: 0;
    /* IE7 */
    margin-top: 1px \9;
    /* IE8-9 */
    line-height: normal;
}

/* line 150, /home/andrei/core-admin-release/core-admin/source/stylesheets/bootstrap/_forms.scss */
input[type="file"],
input[type="image"],
input[type="submit"],
input[type="reset"],
/*input[type="button"], 8=========D*/
input[type="radio"] {
    width: auto;
}

/* line 156, /home/andrei/core-admin-release/core-admin/source/stylesheets/bootstrap/_forms.scss */
select,
input[type="file"] {
    /*height: 30px;*/
    /* In IE7, the height of the select element cannot be changed by height, only font-size */
    *margin-top: 4px;
    /* For IE7, add top margin to align select with labels */
    /*line-height: 30px; */
}

/* line 163, /home/andrei/core-admin-release/core-admin/source/stylesheets/bootstrap/_forms.scss */
select {
    width: 220px;
    border: 1px solid #cccccc;
    background-color: white;
}

    /* line 171, /home/andrei/core-admin-release/core-admin/source/stylesheets/bootstrap/_forms.scss */
    select[multiple],
    select[size] {
        height: auto;
    }

    /* line 179, /home/andrei/core-admin-release/core-admin/source/stylesheets/bootstrap/_forms.scss */
    select:focus,
    input[type="file"]:focus,
    input[type="radio"]:focus,
    input[type="checkbox"]:focus {
        outline: thin dotted #333;
        outline: 5px auto -webkit-focus-ring-color;
        outline-offset: -2px;
    }

/* line 189, /home/andrei/core-admin-release/core-admin/source/stylesheets/bootstrap/_forms.scss */
.uneditable-input,
.uneditable-textarea {
    color: #999999;
    background-color: #fcfcfc;
    border-color: #cccccc;
    -webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.025);
    -moz-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.025);
    box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.025);
    cursor: not-allowed;
}

/* line 198, /home/andrei/core-admin-release/core-admin/source/stylesheets/bootstrap/_forms.scss */
.uneditable-input {
    overflow: hidden;
    white-space: nowrap;
}

/* line 204, /home/andrei/core-admin-release/core-admin/source/stylesheets/bootstrap/_forms.scss */
.uneditable-textarea {
    width: auto;
    height: auto;
}

/* line 83, /home/andrei/core-admin-release/core-admin/source/stylesheets/bootstrap/_mixins.scss */
input:-moz-placeholder,
textarea:-moz-placeholder {
    color: #999999;
}
/* line 86, /home/andrei/core-admin-release/core-admin/source/stylesheets/bootstrap/_mixins.scss */
input:-ms-input-placeholder,
textarea:-ms-input-placeholder {
    color: #999999;
}
/* line 89, /home/andrei/core-admin-release/core-admin/source/stylesheets/bootstrap/_mixins.scss */
input::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
    color: #999999;
}

/* line 225, /home/andrei/core-admin-release/core-admin/source/stylesheets/bootstrap/_forms.scss */
.radio,
.checkbox {
    min-height: 20px;
    padding-left: 20px;
}

    /* line 230, /home/andrei/core-admin-release/core-admin/source/stylesheets/bootstrap/_forms.scss */
    .radio input[type="radio"],
    .checkbox input[type="checkbox"] {
        float: left;
        margin-left: -20px;
    }

/* line 237, /home/andrei/core-admin-release/core-admin/source/stylesheets/bootstrap/_forms.scss */
.controls > .radio:first-child,
.controls > .checkbox:first-child {
    padding-top: 5px;
}

/* line 244, /home/andrei/core-admin-release/core-admin/source/stylesheets/bootstrap/_forms.scss */
.radio.inline,
.checkbox.inline {
    display: inline-block;
    padding-top: 5px;
    margin-bottom: 0;
    vertical-align: middle;
}

    /* line 251, /home/andrei/core-admin-release/core-admin/source/stylesheets/bootstrap/_forms.scss */
    .radio.inline + .radio.inline,
    .checkbox.inline + .checkbox.inline {
        margin-left: 10px;
    }

/* line 261, /home/andrei/core-admin-release/core-admin/source/stylesheets/bootstrap/_forms.scss */
.input-mini {
    width: 60px;
}

/* line 262, /home/andrei/core-admin-release/core-admin/source/stylesheets/bootstrap/_forms.scss */
.input-small {
    width: 90px;
}

/* line 263, /home/andrei/core-admin-release/core-admin/source/stylesheets/bootstrap/_forms.scss */
.input-medium {
    width: 150px;
}

/* line 264, /home/andrei/core-admin-release/core-admin/source/stylesheets/bootstrap/_forms.scss */
.input-large {
    width: 210px;
}

/* line 265, /home/andrei/core-admin-release/core-admin/source/stylesheets/bootstrap/_forms.scss */
.input-xlarge {
    width: 270px;
}

/* line 266, /home/andrei/core-admin-release/core-admin/source/stylesheets/bootstrap/_forms.scss */
.input-xxlarge {
    width: 530px;
}

/* line 277, /home/andrei/core-admin-release/core-admin/source/stylesheets/bootstrap/_forms.scss */
input[class*="span"],
select[class*="span"],
textarea[class*="span"],
.uneditable-input[class*="span"],
.row-fluid input[class*="span"],
.row-fluid select[class*="span"],
.row-fluid textarea[class*="span"],
.row-fluid .uneditable-input[class*="span"] {
    float: none;
    margin-left: 0;
}

/* line 291, /home/andrei/core-admin-release/core-admin/source/stylesheets/bootstrap/_forms.scss */
.input-append input[class*="span"],
.input-append .uneditable-input[class*="span"],
.input-prepend input[class*="span"],
.input-prepend .uneditable-input[class*="span"],
.row-fluid input[class*="span"],
.row-fluid select[class*="span"],
.row-fluid textarea[class*="span"],
.row-fluid .uneditable-input[class*="span"],
.row-fluid .input-prepend [class*="span"],
.row-fluid .input-append [class*="span"] {
    display: inline-block;
}

/* line 664, /home/andrei/core-admin-release/core-admin/source/stylesheets/bootstrap/_mixins.scss */
input,
textarea,
.uneditable-input {
    margin-left: 0;
}

/* line 669, /home/andrei/core-admin-release/core-admin/source/stylesheets/bootstrap/_mixins.scss */
.controls-row [class*="span"] + [class*="span"] {
    margin-left: 20px;
}

/* line 681, /home/andrei/core-admin-release/core-admin/source/stylesheets/bootstrap/_mixins.scss */
input.span12,
textarea.span12,
.uneditable-input.span12 {
    width: 926px;
}

/* line 681, /home/andrei/core-admin-release/core-admin/source/stylesheets/bootstrap/_mixins.scss */
input.span11,
textarea.span11,
.uneditable-input.span11 {
    width: 846px;
}

/* line 681, /home/andrei/core-admin-release/core-admin/source/stylesheets/bootstrap/_mixins.scss */
input.span10,
textarea.span10,
.uneditable-input.span10 {
    width: 766px;
}

/* line 681, /home/andrei/core-admin-release/core-admin/source/stylesheets/bootstrap/_mixins.scss */
input.span9,
textarea.span9,
.uneditable-input.span9 {
    width: 686px;
}

/* line 681, /home/andrei/core-admin-release/core-admin/source/stylesheets/bootstrap/_mixins.scss */
input.span8,
textarea.span8,
.uneditable-input.span8 {
    width: 606px;
}

/* line 681, /home/andrei/core-admin-release/core-admin/source/stylesheets/bootstrap/_mixins.scss */
input.span7,
textarea.span7,
.uneditable-input.span7 {
    width: 526px;
}

/* line 681, /home/andrei/core-admin-release/core-admin/source/stylesheets/bootstrap/_mixins.scss */
input.span6,
textarea.span6,
.uneditable-input.span6 {
    width: 446px;
}

/* line 681, /home/andrei/core-admin-release/core-admin/source/stylesheets/bootstrap/_mixins.scss */
input.span5,
textarea.span5,
.uneditable-input.span5 {
    width: 366px;
}

/* line 681, /home/andrei/core-admin-release/core-admin/source/stylesheets/bootstrap/_mixins.scss */
input.span4,
textarea.span4,
.uneditable-input.span4 {
    width: 286px;
}

/* line 681, /home/andrei/core-admin-release/core-admin/source/stylesheets/bootstrap/_mixins.scss */
input.span3,
textarea.span3,
.uneditable-input.span3 {
    width: 206px;
}

/* line 681, /home/andrei/core-admin-release/core-admin/source/stylesheets/bootstrap/_mixins.scss */
input.span2,
textarea.span2,
.uneditable-input.span2 {
    width: 126px;
}

/* line 681, /home/andrei/core-admin-release/core-admin/source/stylesheets/bootstrap/_mixins.scss */
input.span1,
textarea.span1,
.uneditable-input.span1 {
    width: 46px;
}

/* line 304, /home/andrei/core-admin-release/core-admin/source/stylesheets/bootstrap/_forms.scss */
.controls-row {
    *zoom: 1;
}
    /* line 15, /home/andrei/core-admin-release/core-admin/source/stylesheets/bootstrap/_mixins.scss */
    .controls-row:before, .controls-row:after {
        display: table;
        content: "";
        line-height: 0;
    }
    /* line 22, /home/andrei/core-admin-release/core-admin/source/stylesheets/bootstrap/_mixins.scss */
    .controls-row:after {
        clear: both;
    }

    /* line 311, /home/andrei/core-admin-release/core-admin/source/stylesheets/bootstrap/_forms.scss */
    .controls-row [class*="span"],
    .row-fluid .controls-row [class*="span"] {
        float: left;
    }

    /* line 316, /home/andrei/core-admin-release/core-admin/source/stylesheets/bootstrap/_forms.scss */
    .controls-row .checkbox[class*="span"],
    .controls-row .radio[class*="span"] {
        padding-top: 5px;
    }

/* line 332, /home/andrei/core-admin-release/core-admin/source/stylesheets/bootstrap/_forms.scss */
input[disabled],
select[disabled],
textarea[disabled],
input[readonly],
select[readonly],
textarea[readonly] {
    cursor: not-allowed;
    background-color: #eeeeee;
}

/* line 340, /home/andrei/core-admin-release/core-admin/source/stylesheets/bootstrap/_forms.scss */
input[type="radio"][disabled],
input[type="checkbox"][disabled],
input[type="radio"][readonly],
input[type="checkbox"][readonly] {
    background-color: transparent;
}

/* line 164, /home/andrei/core-admin-release/core-admin/source/stylesheets/bootstrap/_mixins.scss */
.control-group.warning .control-label,
.control-group.warning .help-block,
.control-group.warning .help-inline {
    color: #c09853;
}
/* line 172, /home/andrei/core-admin-release/core-admin/source/stylesheets/bootstrap/_mixins.scss */
.control-group.warning .checkbox,
.control-group.warning .radio,
.control-group.warning input,
.control-group.warning select,
.control-group.warning textarea {
    color: #c09853;
}
/* line 177, /home/andrei/core-admin-release/core-admin/source/stylesheets/bootstrap/_mixins.scss */
.control-group.warning input,
.control-group.warning select,
.control-group.warning textarea {
    border-color: #c09853;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}
    /* line 180, /home/andrei/core-admin-release/core-admin/source/stylesheets/bootstrap/_mixins.scss */
    .control-group.warning input:focus,
    .control-group.warning select:focus,
    .control-group.warning textarea:focus {
        border-color: #a47e3c;
        -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #dbc59e;
        -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #dbc59e;
        box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #dbc59e;
    }
/* line 187, /home/andrei/core-admin-release/core-admin/source/stylesheets/bootstrap/_mixins.scss */
.control-group.warning .input-prepend .add-on,
.control-group.warning .input-append .add-on {
    color: #c09853;
    background-color: #fcf8e3;
    border-color: #c09853;
}

/* line 164, /home/andrei/core-admin-release/core-admin/source/stylesheets/bootstrap/_mixins.scss */
.control-group.error .control-label,
.control-group.error .help-block,
.control-group.error .help-inline {
    color: #b94a48;
}
/* line 172, /home/andrei/core-admin-release/core-admin/source/stylesheets/bootstrap/_mixins.scss */
.control-group.error .checkbox,
.control-group.error .radio,
.control-group.error input,
.control-group.error select,
.control-group.error textarea {
    color: #b94a48;
}
/* line 177, /home/andrei/core-admin-release/core-admin/source/stylesheets/bootstrap/_mixins.scss */
.control-group.error input,
.control-group.error select,
.control-group.error textarea {
    border-color: #b94a48;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}
    /* line 180, /home/andrei/core-admin-release/core-admin/source/stylesheets/bootstrap/_mixins.scss */
    .control-group.error input:focus,
    .control-group.error select:focus,
    .control-group.error textarea:focus {
        border-color: #953b39;
        -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #d59392;
        -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #d59392;
        box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #d59392;
    }
/* line 187, /home/andrei/core-admin-release/core-admin/source/stylesheets/bootstrap/_mixins.scss */
.control-group.error .input-prepend .add-on,
.control-group.error .input-append .add-on {
    color: #b94a48;
    background-color: #f2dede;
    border-color: #b94a48;
}

/* line 164, /home/andrei/core-admin-release/core-admin/source/stylesheets/bootstrap/_mixins.scss */
.control-group.success .control-label,
.control-group.success .help-block,
.control-group.success .help-inline {
    color: #468847;
}
/* line 172, /home/andrei/core-admin-release/core-admin/source/stylesheets/bootstrap/_mixins.scss */
.control-group.success .checkbox,
.control-group.success .radio,
.control-group.success input,
.control-group.success select,
.control-group.success textarea {
    color: #468847;
}
/* line 177, /home/andrei/core-admin-release/core-admin/source/stylesheets/bootstrap/_mixins.scss */
.control-group.success input,
.control-group.success select,
.control-group.success textarea {
    border-color: #468847;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}
    /* line 180, /home/andrei/core-admin-release/core-admin/source/stylesheets/bootstrap/_mixins.scss */
    .control-group.success input:focus,
    .control-group.success select:focus,
    .control-group.success textarea:focus {
        border-color: #356635;
        -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #7aba7b;
        -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #7aba7b;
        box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #7aba7b;
    }
/* line 187, /home/andrei/core-admin-release/core-admin/source/stylesheets/bootstrap/_mixins.scss */
.control-group.success .input-prepend .add-on,
.control-group.success .input-append .add-on {
    color: #468847;
    background-color: #dff0d8;
    border-color: #468847;
}

/* line 164, /home/andrei/core-admin-release/core-admin/source/stylesheets/bootstrap/_mixins.scss */
.control-group.info .control-label,
.control-group.info .help-block,
.control-group.info .help-inline {
    color: #3a87ad;
}
/* line 172, /home/andrei/core-admin-release/core-admin/source/stylesheets/bootstrap/_mixins.scss */
.control-group.info .checkbox,
.control-group.info .radio,
.control-group.info input,
.control-group.info select,
.control-group.info textarea {
    color: #3a87ad;
}
/* line 177, /home/andrei/core-admin-release/core-admin/source/stylesheets/bootstrap/_mixins.scss */
.control-group.info input,
.control-group.info select,
.control-group.info textarea {
    border-color: #3a87ad;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}
    /* line 180, /home/andrei/core-admin-release/core-admin/source/stylesheets/bootstrap/_mixins.scss */
    .control-group.info input:focus,
    .control-group.info select:focus,
    .control-group.info textarea:focus {
        border-color: #2d6987;
        -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #7ab5d3;
        -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #7ab5d3;
        box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #7ab5d3;
    }
/* line 187, /home/andrei/core-admin-release/core-admin/source/stylesheets/bootstrap/_mixins.scss */
.control-group.info .input-prepend .add-on,
.control-group.info .input-append .add-on {
    color: #3a87ad;
    background-color: #d9edf7;
    border-color: #3a87ad;
}

/* line 371, /home/andrei/core-admin-release/core-admin/source/stylesheets/bootstrap/_forms.scss */
input:focus:invalid,
textarea:focus:invalid,
select:focus:invalid {
    color: #b94a48;
    border-color: #ee5f5b;
}
    /* line 374, /home/andrei/core-admin-release/core-admin/source/stylesheets/bootstrap/_forms.scss */
    input:focus:invalid:focus,
    textarea:focus:invalid:focus,
    select:focus:invalid:focus {
        border-color: #e9322d;
        -webkit-box-shadow: 0 0 6px #f8b9b7;
        -moz-box-shadow: 0 0 6px #f8b9b7;
        box-shadow: 0 0 6px #f8b9b7;
    }

/* line 385, /home/andrei/core-admin-release/core-admin/source/stylesheets/bootstrap/_forms.scss */
.form-actions {
    padding: 19px 20px 20px;
    margin-top: 20px;
    margin-bottom: 20px;
    background-color: whitesmoke;
    border-top: 1px solid #e5e5e5;
    *zoom: 1;
}
    /* line 15, /home/andrei/core-admin-release/core-admin/source/stylesheets/bootstrap/_mixins.scss */
    .form-actions:before, .form-actions:after {
        display: table;
        content: "";
        line-height: 0;
    }
    /* line 22, /home/andrei/core-admin-release/core-admin/source/stylesheets/bootstrap/_mixins.scss */
    .form-actions:after {
        clear: both;
    }

/* line 400, /home/andrei/core-admin-release/core-admin/source/stylesheets/bootstrap/_forms.scss */
.help-block,
.help-inline {
    color: #595959;
}

/* line 404, /home/andrei/core-admin-release/core-admin/source/stylesheets/bootstrap/_forms.scss */
.help-block {
    display: block;
    margin-bottom: 10px;
}

/* line 409, /home/andrei/core-admin-release/core-admin/source/stylesheets/bootstrap/_forms.scss */
.help-inline {
    display: inline-block;
    *display: inline;
    /* IE7 inline-block hack */
    *zoom: 1;
    vertical-align: middle;
    padding-left: 5px;
}

/* line 423, /home/andrei/core-admin-release/core-admin/source/stylesheets/bootstrap/_forms.scss */
.input-append,
.input-prepend {
    display: inline-block;
    margin-bottom: 10px;
    vertical-align: middle;
    font-size: 0;
    white-space: nowrap;
}
    /* line 435, /home/andrei/core-admin-release/core-admin/source/stylesheets/bootstrap/_forms.scss */
    .input-append input,
    .input-append select,
    .input-append .uneditable-input,
    .input-append .dropdown-menu,
    .input-append .popover,
    .input-prepend input,
    .input-prepend select,
    .input-prepend .uneditable-input,
    .input-prepend .dropdown-menu,
    .input-prepend .popover {
        font-size: 14px;
    }
    /* line 441, /home/andrei/core-admin-release/core-admin/source/stylesheets/bootstrap/_forms.scss */
    .input-append input,
    .input-append select,
    .input-append .uneditable-input,
    .input-prepend input,
    .input-prepend select,
    .input-prepend .uneditable-input {
        position: relative;
        margin-bottom: 0;
        *margin-left: 0;
        vertical-align: top;
        -webkit-border-radius: 0 4px 4px 0;
        -moz-border-radius: 0 4px 4px 0;
        border-radius: 0 4px 4px 0;
    }
        /* line 448, /home/andrei/core-admin-release/core-admin/source/stylesheets/bootstrap/_forms.scss */
        .input-append input:focus,
        .input-append select:focus,
        .input-append .uneditable-input:focus,
        .input-prepend input:focus,
        .input-prepend select:focus,
        .input-prepend .uneditable-input:focus {
            z-index: 2;
        }
    /* line 452, /home/andrei/core-admin-release/core-admin/source/stylesheets/bootstrap/_forms.scss */
    .input-append .add-on,
    .input-prepend .add-on {
        display: inline-block;
        width: auto;
        height: 20px;
        min-width: 16px;
        padding: 4px 5px;
        font-size: 14px;
        font-weight: normal;
        line-height: 20px;
        text-align: center;
        text-shadow: 0 1px 0 white;
        background-color: #eeeeee;
        border: 1px solid #ccc;
    }
    /* line 468, /home/andrei/core-admin-release/core-admin/source/stylesheets/bootstrap/_forms.scss */
    .input-append .add-on,
    .input-append .btn,
    .input-append .btn-group > .dropdown-toggle,
    .input-prepend .add-on,
    .input-prepend .btn,
    .input-prepend .btn-group > .dropdown-toggle {
        vertical-align: top;
        -webkit-border-radius: 0;
        -moz-border-radius: 0;
        border-radius: 0;
    }
    /* line 472, /home/andrei/core-admin-release/core-admin/source/stylesheets/bootstrap/_forms.scss */
    .input-append .active,
    .input-prepend .active {
        background-color: #a9dba9;
        border-color: #46a546;
    }

    /* line 480, /home/andrei/core-admin-release/core-admin/source/stylesheets/bootstrap/_forms.scss */
    .input-prepend .add-on,
    .input-prepend .btn {
        margin-right: -1px;
    }
        /* line 484, /home/andrei/core-admin-release/core-admin/source/stylesheets/bootstrap/_forms.scss */
        .input-prepend .add-on:first-child,
        .input-prepend .btn:first-child {
            -webkit-border-radius: 4px 0 0 4px;
            -moz-border-radius: 4px 0 0 4px;
            border-radius: 4px 0 0 4px;
        }

    /* line 493, /home/andrei/core-admin-release/core-admin/source/stylesheets/bootstrap/_forms.scss */
    .input-append input,
    .input-append select,
    .input-append .uneditable-input {
        -webkit-border-radius: 4px 0 0 4px;
        -moz-border-radius: 4px 0 0 4px;
        border-radius: 4px 0 0 4px;
    }
        /* line 495, /home/andrei/core-admin-release/core-admin/source/stylesheets/bootstrap/_forms.scss */
        .input-append input + .btn-group .btn:last-child,
        .input-append select + .btn-group .btn:last-child,
        .input-append .uneditable-input + .btn-group .btn:last-child {
            -webkit-border-radius: 0 4px 4px 0;
            -moz-border-radius: 0 4px 4px 0;
            border-radius: 0 4px 4px 0;
        }
    /* line 501, /home/andrei/core-admin-release/core-admin/source/stylesheets/bootstrap/_forms.scss */
    .input-append .add-on,
    .input-append .btn,
    .input-append .btn-group {
        margin-left: -1px;
    }
        /* line 506, /home/andrei/core-admin-release/core-admin/source/stylesheets/bootstrap/_forms.scss */
        .input-append .add-on:last-child,
        .input-append .btn:last-child,
        .input-append .btn-group:last-child > .dropdown-toggle {
            -webkit-border-radius: 0 4px 4px 0;
            -moz-border-radius: 0 4px 4px 0;
            border-radius: 0 4px 4px 0;
        }

    /* line 515, /home/andrei/core-admin-release/core-admin/source/stylesheets/bootstrap/_forms.scss */
    .input-prepend.input-append input,
    .input-prepend.input-append select,
    .input-prepend.input-append .uneditable-input {
        -webkit-border-radius: 0;
        -moz-border-radius: 0;
        border-radius: 0;
    }
        /* line 517, /home/andrei/core-admin-release/core-admin/source/stylesheets/bootstrap/_forms.scss */
        .input-prepend.input-append input + .btn-group .btn,
        .input-prepend.input-append select + .btn-group .btn,
        .input-prepend.input-append .uneditable-input + .btn-group .btn {
            -webkit-border-radius: 0 4px 4px 0;
            -moz-border-radius: 0 4px 4px 0;
            border-radius: 0 4px 4px 0;
        }
    /* line 522, /home/andrei/core-admin-release/core-admin/source/stylesheets/bootstrap/_forms.scss */
    .input-prepend.input-append .add-on:first-child,
    .input-prepend.input-append .btn:first-child {
        margin-right: -1px;
        -webkit-border-radius: 4px 0 0 4px;
        -moz-border-radius: 4px 0 0 4px;
        border-radius: 4px 0 0 4px;
    }
    /* line 527, /home/andrei/core-admin-release/core-admin/source/stylesheets/bootstrap/_forms.scss */
    .input-prepend.input-append .add-on:last-child,
    .input-prepend.input-append .btn:last-child {
        margin-left: -1px;
        -webkit-border-radius: 0 4px 4px 0;
        -moz-border-radius: 0 4px 4px 0;
        border-radius: 0 4px 4px 0;
    }
    /* line 531, /home/andrei/core-admin-release/core-admin/source/stylesheets/bootstrap/_forms.scss */
    .input-prepend.input-append .btn-group:first-child {
        margin-left: 0;
    }

/* line 542, /home/andrei/core-admin-release/core-admin/source/stylesheets/bootstrap/_forms.scss */
input.search-query {
    padding-right: 14px;
    padding-right: 4px \9;
    padding-left: 14px;
    padding-left: 4px \9;
    /* IE7-8 doesn't have border-radius, so don't indent the padding */
    margin-bottom: 0;
    -webkit-border-radius: 15px;
    -moz-border-radius: 15px;
    border-radius: 15px;
}

/* Allow for input prepend/append in search forms */
/* line 553, /home/andrei/core-admin-release/core-admin/source/stylesheets/bootstrap/_forms.scss */
.form-search .input-append .search-query,
.form-search .input-prepend .search-query {
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
}

/* line 556, /home/andrei/core-admin-release/core-admin/source/stylesheets/bootstrap/_forms.scss */
.form-search .input-append .search-query {
    -webkit-border-radius: 14px 0 0 14px;
    -moz-border-radius: 14px 0 0 14px;
    border-radius: 14px 0 0 14px;
}

/* line 559, /home/andrei/core-admin-release/core-admin/source/stylesheets/bootstrap/_forms.scss */
.form-search .input-append .btn {
    -webkit-border-radius: 0 14px 14px 0;
    -moz-border-radius: 0 14px 14px 0;
    border-radius: 0 14px 14px 0;
}

/* line 562, /home/andrei/core-admin-release/core-admin/source/stylesheets/bootstrap/_forms.scss */
.form-search .input-prepend .search-query {
    -webkit-border-radius: 0 14px 14px 0;
    -moz-border-radius: 0 14px 14px 0;
    border-radius: 0 14px 14px 0;
}

/* line 565, /home/andrei/core-admin-release/core-admin/source/stylesheets/bootstrap/_forms.scss */
.form-search .input-prepend .btn {
    -webkit-border-radius: 14px 0 0 14px;
    -moz-border-radius: 14px 0 0 14px;
    border-radius: 14px 0 0 14px;
}

/* line 587, /home/andrei/core-admin-release/core-admin/source/stylesheets/bootstrap/_forms.scss */
.form-search input,
.form-search textarea,
.form-search select,
.form-search .help-inline,
.form-search .uneditable-input,
.form-search .input-prepend,
.form-search .input-append,
.form-inline input,
.form-inline textarea,
.form-inline select,
.form-inline .help-inline,
.form-inline .uneditable-input,
.form-inline .input-prepend,
.form-inline .input-append,
.form-horizontal input,
.form-horizontal textarea,
.form-horizontal select,
.form-horizontal .help-inline,
.form-horizontal .uneditable-input,
.form-horizontal .input-prepend,
.form-horizontal .input-append {
    display: inline-block;
    *display: inline;
    /* IE7 inline-block hack */
    *zoom: 1;
    margin-bottom: 0;
    vertical-align: middle;
}
/* line 594, /home/andrei/core-admin-release/core-admin/source/stylesheets/bootstrap/_forms.scss */
.form-search .hide,
.form-inline .hide,
.form-horizontal .hide {
    display: none;
}

/* line 601, /home/andrei/core-admin-release/core-admin/source/stylesheets/bootstrap/_forms.scss */
.form-search label,
.form-inline label,
.form-search .btn-group,
.form-inline .btn-group {
    display: inline-block;
}

/* line 608, /home/andrei/core-admin-release/core-admin/source/stylesheets/bootstrap/_forms.scss */
.form-search .input-append,
.form-inline .input-append,
.form-search .input-prepend,
.form-inline .input-prepend {
    margin-bottom: 0;
}

/* line 615, /home/andrei/core-admin-release/core-admin/source/stylesheets/bootstrap/_forms.scss */
.form-search .radio,
.form-search .checkbox,
.form-inline .radio,
.form-inline .checkbox {
    padding-left: 0;
    margin-bottom: 0;
    vertical-align: middle;
}

    /* line 624, /home/andrei/core-admin-release/core-admin/source/stylesheets/bootstrap/_forms.scss */
    .form-search .radio input[type="radio"],
    .form-search .checkbox input[type="checkbox"],
    .form-inline .radio input[type="radio"],
    .form-inline .checkbox input[type="checkbox"] {
        float: left;
        margin-right: 3px;
        margin-left: 0;
    }

/* line 632, /home/andrei/core-admin-release/core-admin/source/stylesheets/bootstrap/_forms.scss */
.control-group {
    /*margin-bottom: 10px;*/
}

/* line 637, /home/andrei/core-admin-release/core-admin/source/stylesheets/bootstrap/_forms.scss */
legend + .control-group {
    margin-top: 20px;
    -webkit-margin-top-collapse: separate;
}

/* line 647, /home/andrei/core-admin-release/core-admin/source/stylesheets/bootstrap/_forms.scss */
.form-horizontal .control-group {
    /*margin-bottom: 20px;*/
    *zoom: 1;
}
    /* line 15, /home/andrei/core-admin-release/core-admin/source/stylesheets/bootstrap/_mixins.scss */
    .form-horizontal .control-group:before, .form-horizontal .control-group:after {
        display: table;
        content: "";
        line-height: 0;
    }
    /* line 22, /home/andrei/core-admin-release/core-admin/source/stylesheets/bootstrap/_mixins.scss */
    .form-horizontal .control-group:after {
        clear: both;
    }
/* line 652, /home/andrei/core-admin-release/core-admin/source/stylesheets/bootstrap/_forms.scss */
.form-horizontal .control-label {
    float: left;
    width: 160px;
    padding-top: 5px;
    text-align: left;
}
/* line 659, /home/andrei/core-admin-release/core-admin/source/stylesheets/bootstrap/_forms.scss */
.form-horizontal .controls {
    *display: inline-block;
    *padding-left: 20px;
    margin-left: 180px;
    *margin-left: 0;
}
    /* line 666, /home/andrei/core-admin-release/core-admin/source/stylesheets/bootstrap/_forms.scss */
    .form-horizontal .controls:first-child {
        *padding-left: 180px;
    }
/* line 671, /home/andrei/core-admin-release/core-admin/source/stylesheets/bootstrap/_forms.scss */
.form-horizontal .help-block {
    margin-bottom: 0;
}
/* line 681, /home/andrei/core-admin-release/core-admin/source/stylesheets/bootstrap/_forms.scss */
.form-horizontal input + .help-block,
.form-horizontal select + .help-block,
.form-horizontal textarea + .help-block,
.form-horizontal .uneditable-input + .help-block,
.form-horizontal .input-prepend + .help-block,
.form-horizontal .input-append + .help-block {
    margin-top: 10px;
}
/* line 686, /home/andrei/core-admin-release/core-admin/source/stylesheets/bootstrap/_forms.scss */
.form-horizontal .form-actions {
    padding-left: 180px;
}

/* line 9, /home/andrei/core-admin-release/core-admin/source/stylesheets/bootstrap/_tables.scss */
table {
    max-width: 100%;
    background-color: transparent;
    border-collapse: collapse;
    border-spacing: 0;
}

/* line 19, /home/andrei/core-admin-release/core-admin/source/stylesheets/bootstrap/_tables.scss */
.table {
    width: 100%;
    /* margin-bottom: 20px;  */
}
    /* line 24, /home/andrei/core-admin-release/core-admin/source/stylesheets/bootstrap/_tables.scss */
    .table th,
    .table td {
        padding: 8px;
        line-height: 20px;
        text-align: left;
        vertical-align: top;
        border-top: 1px solid #dddddd;
    }
    /* line 31, /home/andrei/core-admin-release/core-admin/source/stylesheets/bootstrap/_tables.scss */
    .table th {
        font-weight: bold;
    }
    /* line 35, /home/andrei/core-admin-release/core-admin/source/stylesheets/bootstrap/_tables.scss */
    .table thead th {
        vertical-align: bottom;
    }
    /* line 44, /home/andrei/core-admin-release/core-admin/source/stylesheets/bootstrap/_tables.scss */
    .table caption + thead tr:first-child th,
    .table caption + thead tr:first-child td,
    .table colgroup + thead tr:first-child th,
    .table colgroup + thead tr:first-child td,
    .table thead:first-child tr:first-child th,
    .table thead:first-child tr:first-child td {
        border-top: 0;
    }
    /* line 48, /home/andrei/core-admin-release/core-admin/source/stylesheets/bootstrap/_tables.scss */
    .table tbody + tbody {
        border-top: 2px solid #dddddd;
    }
    /* line 53, /home/andrei/core-admin-release/core-admin/source/stylesheets/bootstrap/_tables.scss */
    .table .table {
        background-color: white;
    }

/* line 65, /home/andrei/core-admin-release/core-admin/source/stylesheets/bootstrap/_tables.scss */
.table-condensed th,
.table-condensed td {
    padding: 4px 5px;
}

/* line 74, /home/andrei/core-admin-release/core-admin/source/stylesheets/bootstrap/_tables.scss */
.table-bordered {
    border: 1px solid #dddddd;
    border-collapse: separate;
    *border-collapse: collapse;
    border-left: 0;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
}
    /* line 81, /home/andrei/core-admin-release/core-admin/source/stylesheets/bootstrap/_tables.scss */
    .table-bordered th,
    .table-bordered td {
        border-left: 1px solid #dddddd;
    }
    /* line 93, /home/andrei/core-admin-release/core-admin/source/stylesheets/bootstrap/_tables.scss */
    .table-bordered caption + thead tr:first-child th,
    .table-bordered caption + tbody tr:first-child th,
    .table-bordered caption + tbody tr:first-child td,
    .table-bordered colgroup + thead tr:first-child th,
    .table-bordered colgroup + tbody tr:first-child th,
    .table-bordered colgroup + tbody tr:first-child td,
    .table-bordered thead:first-child tr:first-child th,
    .table-bordered tbody:first-child tr:first-child th,
    .table-bordered tbody:first-child tr:first-child td {
        border-top: 0;
    }
    /* line 99, /home/andrei/core-admin-release/core-admin/source/stylesheets/bootstrap/_tables.scss */
    .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 {
        -webkit-border-top-left-radius: 4px;
        -moz-border-radius-topleft: 4px;
        border-top-left-radius: 4px;
    }
    /* line 105, /home/andrei/core-admin-release/core-admin/source/stylesheets/bootstrap/_tables.scss */
    .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 {
        -webkit-border-top-right-radius: 4px;
        -moz-border-radius-topright: 4px;
        border-top-right-radius: 4px;
    }
    /* line 113, /home/andrei/core-admin-release/core-admin/source/stylesheets/bootstrap/_tables.scss */
    .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 {
        -webkit-border-bottom-left-radius: 4px;
        -moz-border-radius-bottomleft: 4px;
        border-bottom-left-radius: 4px;
    }
    /* line 121, /home/andrei/core-admin-release/core-admin/source/stylesheets/bootstrap/_tables.scss */
    .table-bordered thead:last-child tr:last-child > th:last-child,
    .table-bordered tbody:last-child tr:last-child > td:last-child,
    .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 {
        -webkit-border-bottom-right-radius: 4px;
        -moz-border-radius-bottomright: 4px;
        border-bottom-right-radius: 4px;
    }
    /* line 126, /home/andrei/core-admin-release/core-admin/source/stylesheets/bootstrap/_tables.scss */
    .table-bordered tfoot + tbody:last-child tr:last-child td:first-child {
        -webkit-border-bottom-left-radius: 0;
        -moz-border-radius-bottomleft: 0;
        border-bottom-left-radius: 0;
    }
    /* line 129, /home/andrei/core-admin-release/core-admin/source/stylesheets/bootstrap/_tables.scss */
    .table-bordered tfoot + tbody:last-child tr:last-child td:last-child {
        -webkit-border-bottom-right-radius: 0;
        -moz-border-radius-bottomright: 0;
        border-bottom-right-radius: 0;
    }
    /* line 137, /home/andrei/core-admin-release/core-admin/source/stylesheets/bootstrap/_tables.scss */
    .table-bordered caption + thead tr:first-child th:first-child,
    .table-bordered caption + tbody tr:first-child td:first-child,
    .table-bordered colgroup + thead tr:first-child th:first-child,
    .table-bordered colgroup + tbody tr:first-child td:first-child {
        -webkit-border-top-left-radius: 4px;
        -moz-border-radius-topleft: 4px;
        border-top-left-radius: 4px;
    }
    /* line 143, /home/andrei/core-admin-release/core-admin/source/stylesheets/bootstrap/_tables.scss */
    .table-bordered caption + thead tr:first-child th:last-child,
    .table-bordered caption + tbody tr:first-child td:last-child,
    .table-bordered colgroup + thead tr:first-child th:last-child,
    .table-bordered colgroup + tbody tr:first-child td:last-child {
        -webkit-border-top-right-radius: 4px;
        -moz-border-radius-topright: 4px;
        border-top-right-radius: 4px;
    }

/* line 159, /home/andrei/core-admin-release/core-admin/source/stylesheets/bootstrap/_tables.scss */
.table-striped tbody > tr:nth-child(odd) > td,
.table-striped tbody > tr:nth-child(odd) > th {
    background-color: #f9f9f9;
}

/* line 172, /home/andrei/core-admin-release/core-admin/source/stylesheets/bootstrap/_tables.scss */
.table-hover tbody tr:hover > td,
.table-hover tbody tr:hover > th {
    background-color: whitesmoke;
}

/* line 186, /home/andrei/core-admin-release/core-admin/source/stylesheets/bootstrap/_tables.scss */
table td[class*="span"],
table th[class*="span"],
.row-fluid table td[class*="span"],
.row-fluid table th[class*="span"] {
    display: table-cell;
    float: none;
    margin-left: 0;
}

/* line 196, /home/andrei/core-admin-release/core-admin/source/stylesheets/bootstrap/_tables.scss */
.table td.span1,
.table th.span1 {
    float: none;
    width: 44px;
    margin-left: 0;
}
/* line 196, /home/andrei/core-admin-release/core-admin/source/stylesheets/bootstrap/_tables.scss */
.table td.span2,
.table th.span2 {
    float: none;
    width: 124px;
    margin-left: 0;
}
/* line 196, /home/andrei/core-admin-release/core-admin/source/stylesheets/bootstrap/_tables.scss */
.table td.span3,
.table th.span3 {
    float: none;
    width: 204px;
    margin-left: 0;
}
/* line 196, /home/andrei/core-admin-release/core-admin/source/stylesheets/bootstrap/_tables.scss */
.table td.span4,
.table th.span4 {
    float: none;
    width: 284px;
    margin-left: 0;
}
/* line 196, /home/andrei/core-admin-release/core-admin/source/stylesheets/bootstrap/_tables.scss */
.table td.span5,
.table th.span5 {
    float: none;
    width: 364px;
    margin-left: 0;
}
/* line 196, /home/andrei/core-admin-release/core-admin/source/stylesheets/bootstrap/_tables.scss */
.table td.span6,
.table th.span6 {
    float: none;
    width: 444px;
    margin-left: 0;
}
/* line 196, /home/andrei/core-admin-release/core-admin/source/stylesheets/bootstrap/_tables.scss */
.table td.span7,
.table th.span7 {
    float: none;
    width: 524px;
    margin-left: 0;
}
/* line 196, /home/andrei/core-admin-release/core-admin/source/stylesheets/bootstrap/_tables.scss */
.table td.span8,
.table th.span8 {
    float: none;
    width: 604px;
    margin-left: 0;
}
/* line 196, /home/andrei/core-admin-release/core-admin/source/stylesheets/bootstrap/_tables.scss */
.table td.span9,
.table th.span9 {
    float: none;
    width: 684px;
    margin-left: 0;
}
/* line 196, /home/andrei/core-admin-release/core-admin/source/stylesheets/bootstrap/_tables.scss */
.table td.span10,
.table th.span10 {
    float: none;
    width: 764px;
    margin-left: 0;
}
/* line 196, /home/andrei/core-admin-release/core-admin/source/stylesheets/bootstrap/_tables.scss */
.table td.span11,
.table th.span11 {
    float: none;
    width: 844px;
    margin-left: 0;
}
/* line 196, /home/andrei/core-admin-release/core-admin/source/stylesheets/bootstrap/_tables.scss */
.table td.span12,
.table th.span12 {
    float: none;
    width: 924px;
    margin-left: 0;
}

/* line 207, /home/andrei/core-admin-release/core-admin/source/stylesheets/bootstrap/_tables.scss */
.table tbody tr.success > td {
    background-color: #dff0d8;
}
/* line 210, /home/andrei/core-admin-release/core-admin/source/stylesheets/bootstrap/_tables.scss */
.table tbody tr.error > td {
    background-color: #f2dede;
}
/* line 213, /home/andrei/core-admin-release/core-admin/source/stylesheets/bootstrap/_tables.scss */
.table tbody tr.warning > td {
    background-color: #fcf8e3;
}
/* line 216, /home/andrei/core-admin-release/core-admin/source/stylesheets/bootstrap/_tables.scss */
.table tbody tr.info > td {
    background-color: #d9edf7;
}

/* line 223, /home/andrei/core-admin-release/core-admin/source/stylesheets/bootstrap/_tables.scss */
.table-hover tbody tr.success:hover > td {
    background-color: #d0e9c6;
}
/* line 226, /home/andrei/core-admin-release/core-admin/source/stylesheets/bootstrap/_tables.scss */
.table-hover tbody tr.error:hover > td {
    background-color: #ebcccc;
}
/* line 229, /home/andrei/core-admin-release/core-admin/source/stylesheets/bootstrap/_tables.scss */
.table-hover tbody tr.warning:hover > td {
    background-color: #faf2cc;
}
/* line 232, /home/andrei/core-admin-release/core-admin/source/stylesheets/bootstrap/_tables.scss */
.table-hover tbody tr.info:hover > td {
    background-color: #c4e3f3;
}

/* line 18, /home/andrei/core-admin-release/core-admin/source/stylesheets/bootstrap/_sprites.scss */
[class^="icon-"],
[class*=" icon-"] {
    display: inline-block;
    width: 14px;
    height: 14px;
    *margin-right: .3em;
    line-height: 14px;
    vertical-align: text-top;
    background-image: url("../images/glyphicons-halflings.png");
    background-position: 14px 14px;
    background-repeat: no-repeat;
    margin-top: 1px;
}

/* White icons with optional class, or on hover/focus/active states of certain elements */
/* line 48, /home/andrei/core-admin-release/core-admin/source/stylesheets/bootstrap/_sprites.scss */
.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:focus > [class^="icon-"],
.dropdown-menu > li > a:hover > [class*=" icon-"],
.dropdown-menu > li > a:focus > [class*=" icon-"],
.dropdown-menu > .active > a > [class^="icon-"],
.dropdown-menu > .active > a > [class*=" icon-"],
.dropdown-submenu:hover > a > [class^="icon-"],
.dropdown-submenu:focus > a > [class^="icon-"],
.dropdown-submenu:hover > a > [class*=" icon-"],
.dropdown-submenu:focus > a > [class*=" icon-"] {
    background-image: url("../images/glyphicons-halflings-white.png");
}

/* line 52, /home/andrei/core-admin-release/core-admin/source/stylesheets/bootstrap/_sprites.scss */
.icon-glass {
    background-position: 0 0;
}

/* line 53, /home/andrei/core-admin-release/core-admin/source/stylesheets/bootstrap/_sprites.scss */
.icon-music {
    background-position: -24px 0;
}

/* line 54, /home/andrei/core-admin-release/core-admin/source/stylesheets/bootstrap/_sprites.scss */
.icon-search {
    background-position: -48px 0;
}

/* line 55, /home/andrei/core-admin-release/core-admin/source/stylesheets/bootstrap/_sprites.scss */
.icon-envelope {
    background-position: -72px 0;
}

/* line 56, /home/andrei/core-admin-release/core-admin/source/stylesheets/bootstrap/_sprites.scss */
.icon-heart {
    background-position: -96px 0;
}

/* line 57, /home/andrei/core-admin-release/core-admin/source/stylesheets/bootstrap/_sprites.scss */
.icon-star {
    background-position: -120px 0;
}

/* line 58, /home/andrei/core-admin-release/core-admin/source/stylesheets/bootstrap/_sprites.scss */
.icon-star-empty {
    background-position: -144px 0;
}

/* line 59, /home/andrei/core-admin-release/core-admin/source/stylesheets/bootstrap/_sprites.scss */
.icon-user {
    background-position: -168px 0;
}

/* line 60, /home/andrei/core-admin-release/core-admin/source/stylesheets/bootstrap/_sprites.scss */
.icon-film {
    background-position: -192px 0;
}

/* line 61, /home/andrei/core-admin-release/core-admin/source/stylesheets/bootstrap/_sprites.scss */
.icon-th-large {
    background-position: -216px 0;
}

/* line 62, /home/andrei/core-admin-release/core-admin/source/stylesheets/bootstrap/_sprites.scss */
.icon-th {
    background-position: -240px 0;
}

/* line 63, /home/andrei/core-admin-release/core-admin/source/stylesheets/bootstrap/_sprites.scss */
.icon-th-list {
    background-position: -264px 0;
}

/* line 64, /home/andrei/core-admin-release/core-admin/source/stylesheets/bootstrap/_sprites.scss */
.icon-ok {
    background-position: -288px 0;
}

/* line 65, /home/andrei/core-admin-release/core-admin/source/stylesheets/bootstrap/_sprites.scss */
.icon-remove {
    background-position: -312px 0;
}

/* line 66, /home/andrei/core-admin-release/core-admin/source/stylesheets/bootstrap/_sprites.scss */
.icon-zoom-in {
    background-position: -336px 0;
}

/* line 67, /home/andrei/core-admin-release/core-admin/source/stylesheets/bootstrap/_sprites.scss */
.icon-zoom-out {
    background-position: -360px 0;
}

/* line 68, /home/andrei/core-admin-release/core-admin/source/stylesheets/bootstrap/_sprites.scss */
.icon-off {
    background-position: -384px 0;
}

/* line 69, /home/andrei/core-admin-release/core-admin/source/stylesheets/bootstrap/_sprites.scss */
.icon-signal {
    background-position: -408px 0;
}

/* line 70, /home/andrei/core-admin-release/core-admin/source/stylesheets/bootstrap/_sprites.scss */
.icon-cog {
    background-position: -432px 0;
}

/* line 71, /home/andrei/core-admin-release/core-admin/source/stylesheets/bootstrap/_sprites.scss */
.icon-trash {
    background-position: -456px 0;
}

/* line 73, /home/andrei/core-admin-release/core-admin/source/stylesheets/bootstrap/_sprites.scss */
.icon-home {
    background-position: 0 -24px;
}

/* line 74, /home/andrei/core-admin-release/core-admin/source/stylesheets/bootstrap/_sprites.scss */
.icon-file {
    background-position: -24px -24px;
}

/* line 75, /home/andrei/core-admin-release/core-admin/source/stylesheets/bootstrap/_sprites.scss */
.icon-time {
    background-position: -48px -24px;
}

/* line 76, /home/andrei/core-admin-release/core-admin/source/stylesheets/bootstrap/_sprites.scss */
.icon-road {
    background-position: -72px -24px;
}

/* line 77, /home/andrei/core-admin-release/core-admin/source/stylesheets/bootstrap/_sprites.scss */
.icon-download-alt {
    background-position: -96px -24px;
}

/* line 78, /home/andrei/core-admin-release/core-admin/source/stylesheets/bootstrap/_sprites.scss */
.icon-download {
    background-position: -120px -24px;
}

/* line 79, /home/andrei/core-admin-release/core-admin/source/stylesheets/bootstrap/_sprites.scss */
.icon-upload {
    background-position: -144px -24px;
}

/* line 80, /home/andrei/core-admin-release/core-admin/source/stylesheets/bootstrap/_sprites.scss */
.icon-inbox {
    background-position: -168px -24px;
}

/* line 81, /home/andrei/core-admin-release/core-admin/source/stylesheets/bootstrap/_sprites.scss */
.icon-play-circle {
    background-position: -192px -24px;
}

/* line 82, /home/andrei/core-admin-release/core-admin/source/stylesheets/bootstrap/_sprites.scss */
.icon-repeat {
    background-position: -216px -24px;
}

/* line 83, /home/andrei/core-admin-release/core-admin/source/stylesheets/bootstrap/_sprites.scss */
.icon-refresh {
    background-position: -240px -24px;
}

/* line 84, /home/andrei/core-admin-release/core-admin/source/stylesheets/bootstrap/_sprites.scss */
.icon-list-alt {
    background-position: -264px -24px;
}

/* line 85, /home/andrei/core-admin-release/core-admin/source/stylesheets/bootstrap/_sprites.scss */
.icon-lock {
    background-position: -287px -24px;
}

/* line 86, /home/andrei/core-admin-release/core-admin/source/stylesheets/bootstrap/_sprites.scss */
.icon-flag {
    background-position: -312px -24px;
}

/* line 87, /home/andrei/core-admin-release/core-admin/source/stylesheets/bootstrap/_sprites.scss */
.icon-headphones {
    background-position: -336px -24px;
}

/* line 88, /home/andrei/core-admin-release/core-admin/source/stylesheets/bootstrap/_sprites.scss */
.icon-volume-off {
    background-position: -360px -24px;
}

/* line 89, /home/andrei/core-admin-release/core-admin/source/stylesheets/bootstrap/_sprites.scss */
.icon-volume-down {
    background-position: -384px -24px;
}

/* line 90, /home/andrei/core-admin-release/core-admin/source/stylesheets/bootstrap/_sprites.scss */
.icon-volume-up {
    background-position: -408px -24px;
}

/* line 91, /home/andrei/core-admin-release/core-admin/source/stylesheets/bootstrap/_sprites.scss */
.icon-qrcode {
    background-position: -432px -24px;
}

/* line 92, /home/andrei/core-admin-release/core-admin/source/stylesheets/bootstrap/_sprites.scss */
.icon-barcode {
    background-position: -456px -24px;
}

/* line 94, /home/andrei/core-admin-release/core-admin/source/stylesheets/bootstrap/_sprites.scss */
.icon-tag {
    background-position: 0 -48px;
}

/* line 95, /home/andrei/core-admin-release/core-admin/source/stylesheets/bootstrap/_sprites.scss */
.icon-tags {
    background-position: -25px -48px;
}

/* line 96, /home/andrei/core-admin-release/core-admin/source/stylesheets/bootstrap/_sprites.scss */
.icon-book {
    background-position: -48px -48px;
}

/* line 97, /home/andrei/core-admin-release/core-admin/source/stylesheets/bootstrap/_sprites.scss */
.icon-bookmark {
    background-position: -72px -48px;
}

/* line 98, /home/andrei/core-admin-release/core-admin/source/stylesheets/bootstrap/_sprites.scss */
.icon-print {
    background-position: -96px -48px;
}

/* line 99, /home/andrei/core-admin-release/core-admin/source/stylesheets/bootstrap/_sprites.scss */
.icon-camera {
    background-position: -120px -48px;
}

/* line 100, /home/andrei/core-admin-release/core-admin/source/stylesheets/bootstrap/_sprites.scss */
.icon-font {
    background-position: -144px -48px;
}

/* line 101, /home/andrei/core-admin-release/core-admin/source/stylesheets/bootstrap/_sprites.scss */
.icon-bold {
    background-position: -167px -48px;
}

/* line 102, /home/andrei/core-admin-release/core-admin/source/stylesheets/bootstrap/_sprites.scss */
.icon-italic {
    background-position: -192px -48px;
}

/* line 103, /home/andrei/core-admin-release/core-admin/source/stylesheets/bootstrap/_sprites.scss */
.icon-text-height {
    background-position: -216px -48px;
}

/* line 104, /home/andrei/core-admin-release/core-admin/source/stylesheets/bootstrap/_sprites.scss */
.icon-text-width {
    background-position: -240px -48px;
}

/* line 105, /home/andrei/core-admin-release/core-admin/source/stylesheets/bootstrap/_sprites.scss */
.icon-align-left {
    background-position: -264px -48px;
}

/* line 106, /home/andrei/core-admin-release/core-admin/source/stylesheets/bootstrap/_sprites.scss */
.icon-align-center {
    background-position: -288px -48px;
}

/* line 107, /home/andrei/core-admin-release/core-admin/source/stylesheets/bootstrap/_sprites.scss */
.icon-align-right {
    background-position: -312px -48px;
}

/* line 108, /home/andrei/core-admin-release/core-admin/source/stylesheets/bootstrap/_sprites.scss */
.icon-align-justify {
    background-position: -336px -48px;
}

/* line 109, /home/andrei/core-admin-release/core-admin/source/stylesheets/bootstrap/_sprites.scss */
.icon-list {
    background-position: -360px -48px;
}

/* line 110, /home/andrei/core-admin-release/core-admin/source/stylesheets/bootstrap/_sprites.scss */
.icon-indent-left {
    background-position: -384px -48px;
}

/* line 111, /home/andrei/core-admin-release/core-admin/source/stylesheets/bootstrap/_sprites.scss */
.icon-indent-right {
    background-position: -408px -48px;
}

/* line 112, /home/andrei/core-admin-release/core-admin/source/stylesheets/bootstrap/_sprites.scss */
.icon-facetime-video {
    background-position: -432px -48px;
}

/* line 113, /home/andrei/core-admin-release/core-admin/source/stylesheets/bootstrap/_sprites.scss */
.icon-picture {
    background-position: -456px -48px;
}

/* line 115, /home/andrei/core-admin-release/core-admin/source/stylesheets/bootstrap/_sprites.scss */
.icon-pencil {
    background-position: 0 -72px;
}

/* line 116, /home/andrei/core-admin-release/core-admin/source/stylesheets/bootstrap/_sprites.scss */
.icon-map-marker {
    background-position: -24px -72px;
}

/* line 117, /home/andrei/core-admin-release/core-admin/source/stylesheets/bootstrap/_sprites.scss */
.icon-adjust {
    background-position: -48px -72px;
}

/* line 118, /home/andrei/core-admin-release/core-admin/source/stylesheets/bootstrap/_sprites.scss */
.icon-tint {
    background-position: -72px -72px;
}

/* line 119, /home/andrei/core-admin-release/core-admin/source/stylesheets/bootstrap/_sprites.scss */
.icon-edit {
    background-position: -96px -72px;
    color: #707070;
}

/* line 120, /home/andrei/core-admin-release/core-admin/source/stylesheets/bootstrap/_sprites.scss */
.icon-share {
    background-position: -120px -72px;
}

/* line 121, /home/andrei/core-admin-release/core-admin/source/stylesheets/bootstrap/_sprites.scss */
.icon-check {
    background-position: -144px -72px;
}

/* line 122, /home/andrei/core-admin-release/core-admin/source/stylesheets/bootstrap/_sprites.scss */
.icon-move {
    background-position: -168px -72px;
}

/* line 123, /home/andrei/core-admin-release/core-admin/source/stylesheets/bootstrap/_sprites.scss */
.icon-step-backward {
    background-position: -192px -72px;
}

/* line 124, /home/andrei/core-admin-release/core-admin/source/stylesheets/bootstrap/_sprites.scss */
.icon-fast-backward {
    background-position: -216px -72px;
}

/* line 125, /home/andrei/core-admin-release/core-admin/source/stylesheets/bootstrap/_sprites.scss */
.icon-backward {
    background-position: -240px -72px;
}

/* line 126, /home/andrei/core-admin-release/core-admin/source/stylesheets/bootstrap/_sprites.scss */
.icon-play {
    background-position: -264px -72px;
}

/* line 127, /home/andrei/core-admin-release/core-admin/source/stylesheets/bootstrap/_sprites.scss */
.icon-pause {
    background-position: -288px -72px;
}

/* line 128, /home/andrei/core-admin-release/core-admin/source/stylesheets/bootstrap/_sprites.scss */
.icon-stop {
    background-position: -312px -72px;
}

/* line 129, /home/andrei/core-admin-release/core-admin/source/stylesheets/bootstrap/_sprites.scss */
.icon-forward {
    background-position: -336px -72px;
}

/* line 130, /home/andrei/core-admin-release/core-admin/source/stylesheets/bootstrap/_sprites.scss */
.icon-fast-forward {
    background-position: -360px -72px;
}

/* line 131, /home/andrei/core-admin-release/core-admin/source/stylesheets/bootstrap/_sprites.scss */
.icon-step-forward {
    background-position: -384px -72px;
}

/* line 132, /home/andrei/core-admin-release/core-admin/source/stylesheets/bootstrap/_sprites.scss */
.icon-eject {
    background-position: -408px -72px;
}

/* line 133, /home/andrei/core-admin-release/core-admin/source/stylesheets/bootstrap/_sprites.scss */
.icon-chevron-left {
    background-position: -432px -72px;
}

/* line 134, /home/andrei/core-admin-release/core-admin/source/stylesheets/bootstrap/_sprites.scss */
.icon-chevron-right {
    background-position: -456px -72px;
}

/* line 136, /home/andrei/core-admin-release/core-admin/source/stylesheets/bootstrap/_sprites.scss */
.icon-plus-sign {
    background-position: 0 -96px;
}

/* line 137, /home/andrei/core-admin-release/core-admin/source/stylesheets/bootstrap/_sprites.scss */
.icon-minus-sign {
    background-position: -24px -96px;
}

/* line 138, /home/andrei/core-admin-release/core-admin/source/stylesheets/bootstrap/_sprites.scss */
.icon-remove-sign {
    background-position: -48px -96px;
}

/* line 139, /home/andrei/core-admin-release/core-admin/source/stylesheets/bootstrap/_sprites.scss */
.icon-ok-sign {
    background-position: -72px -96px;
}

/* line 140, /home/andrei/core-admin-release/core-admin/source/stylesheets/bootstrap/_sprites.scss */
.icon-question-sign {
    background-position: -96px -96px;
}

/* line 141, /home/andrei/core-admin-release/core-admin/source/stylesheets/bootstrap/_sprites.scss */
.icon-info-sign {
    background-position: -120px -96px;
}

/* line 142, /home/andrei/core-admin-release/core-admin/source/stylesheets/bootstrap/_sprites.scss */
.icon-screenshot {
    background-position: -144px -96px;
}

/* line 143, /home/andrei/core-admin-release/core-admin/source/stylesheets/bootstrap/_sprites.scss */
.icon-remove-circle {
    background-position: -168px -96px;
}

/* line 144, /home/andrei/core-admin-release/core-admin/source/stylesheets/bootstrap/_sprites.scss */
.icon-ok-circle {
    background-position: -192px -96px;
}

/* line 145, /home/andrei/core-admin-release/core-admin/source/stylesheets/bootstrap/_sprites.scss */
.icon-ban-circle {
    background-position: -216px -96px;
}

/* line 146, /home/andrei/core-admin-release/core-admin/source/stylesheets/bootstrap/_sprites.scss */
.icon-arrow-left {
    background-position: -240px -96px;
}

/* line 147, /home/andrei/core-admin-release/core-admin/source/stylesheets/bootstrap/_sprites.scss */
.icon-arrow-right {
    background-position: -264px -96px;
}

/* line 148, /home/andrei/core-admin-release/core-admin/source/stylesheets/bootstrap/_sprites.scss */
.icon-arrow-up {
    background-position: -289px -96px;
}

/* line 149, /home/andrei/core-admin-release/core-admin/source/stylesheets/bootstrap/_sprites.scss */
.icon-arrow-down {
    background-position: -312px -96px;
}

/* line 150, /home/andrei/core-admin-release/core-admin/source/stylesheets/bootstrap/_sprites.scss */
.icon-share-alt {
    background-position: -336px -96px;
}

/* line 151, /home/andrei/core-admin-release/core-admin/source/stylesheets/bootstrap/_sprites.scss */
.icon-resize-full {
    background-position: -360px -96px;
}

/* line 152, /home/andrei/core-admin-release/core-admin/source/stylesheets/bootstrap/_sprites.scss */
.icon-resize-small {
    background-position: -384px -96px;
}

/* line 153, /home/andrei/core-admin-release/core-admin/source/stylesheets/bootstrap/_sprites.scss */
.icon-plus {
    background-position: -408px -96px;
}

/* line 154, /home/andrei/core-admin-release/core-admin/source/stylesheets/bootstrap/_sprites.scss */
.icon-minus {
    background-position: -433px -96px;
}

/* line 155, /home/andrei/core-admin-release/core-admin/source/stylesheets/bootstrap/_sprites.scss */
.icon-asterisk {
    background-position: -456px -96px;
}

/* line 157, /home/andrei/core-admin-release/core-admin/source/stylesheets/bootstrap/_sprites.scss */
.icon-exclamation-sign {
    background-position: 0 -120px;
}

/* line 158, /home/andrei/core-admin-release/core-admin/source/stylesheets/bootstrap/_sprites.scss */
.icon-gift {
    background-position: -24px -120px;
}

/* line 159, /home/andrei/core-admin-release/core-admin/source/stylesheets/bootstrap/_sprites.scss */
.icon-leaf {
    background-position: -48px -120px;
}

/* line 160, /home/andrei/core-admin-release/core-admin/source/stylesheets/bootstrap/_sprites.scss */
.icon-fire {
    background-position: -72px -120px;
}

/* line 161, /home/andrei/core-admin-release/core-admin/source/stylesheets/bootstrap/_sprites.scss */
.icon-eye-open {
    background-position: -96px -120px;
}

/* line 162, /home/andrei/core-admin-release/core-admin/source/stylesheets/bootstrap/_sprites.scss */
.icon-eye-close {
    background-position: -120px -120px;
}

/* line 163, /home/andrei/core-admin-release/core-admin/source/stylesheets/bootstrap/_sprites.scss */
.icon-warning-sign {
    background-position: -144px -120px;
}

/* line 164, /home/andrei/core-admin-release/core-admin/source/stylesheets/bootstrap/_sprites.scss */
.icon-plane {
    background-position: -168px -120px;
}

/* line 165, /home/andrei/core-admin-release/core-admin/source/stylesheets/bootstrap/_sprites.scss */
.icon-calendar {
    background-position: -192px -120px;
}

/* line 166, /home/andrei/core-admin-release/core-admin/source/stylesheets/bootstrap/_sprites.scss */
.icon-random {
    background-position: -216px -120px;
    width: 16px;
}

/* line 167, /home/andrei/core-admin-release/core-admin/source/stylesheets/bootstrap/_sprites.scss */
.icon-comment {
    background-position: -240px -120px;
}

/* line 168, /home/andrei/core-admin-release/core-admin/source/stylesheets/bootstrap/_sprites.scss */
.icon-magnet {
    background-position: -264px -120px;
}

/* line 169, /home/andrei/core-admin-release/core-admin/source/stylesheets/bootstrap/_sprites.scss */
.icon-chevron-up {
    background-position: -288px -120px;
}

/* line 170, /home/andrei/core-admin-release/core-admin/source/stylesheets/bootstrap/_sprites.scss */
.icon-chevron-down {
    background-position: -313px -119px;
}

/* line 171, /home/andrei/core-admin-release/core-admin/source/stylesheets/bootstrap/_sprites.scss */
.icon-retweet {
    background-position: -336px -120px;
}

/* line 172, /home/andrei/core-admin-release/core-admin/source/stylesheets/bootstrap/_sprites.scss */
.icon-shopping-cart {
    background-position: -360px -120px;
}

/* line 173, /home/andrei/core-admin-release/core-admin/source/stylesheets/bootstrap/_sprites.scss */
.icon-folder-close {
    background-position: -384px -120px;
    width: 16px;
}

/* line 174, /home/andrei/core-admin-release/core-admin/source/stylesheets/bootstrap/_sprites.scss */
.icon-folder-open {
    background-position: -408px -120px;
    width: 16px;
}

/* line 175, /home/andrei/core-admin-release/core-admin/source/stylesheets/bootstrap/_sprites.scss */
.icon-resize-vertical {
    background-position: -432px -119px;
}

/* line 176, /home/andrei/core-admin-release/core-admin/source/stylesheets/bootstrap/_sprites.scss */
.icon-resize-horizontal {
    background-position: -456px -118px;
}

/* line 178, /home/andrei/core-admin-release/core-admin/source/stylesheets/bootstrap/_sprites.scss */
.icon-hdd {
    background-position: 0 -144px;
}

/* line 179, /home/andrei/core-admin-release/core-admin/source/stylesheets/bootstrap/_sprites.scss */
.icon-bullhorn {
    background-position: -24px -144px;
}

/* line 180, /home/andrei/core-admin-release/core-admin/source/stylesheets/bootstrap/_sprites.scss */
.icon-bell {
    background-position: -48px -144px;
}

/* line 181, /home/andrei/core-admin-release/core-admin/source/stylesheets/bootstrap/_sprites.scss */
.icon-certificate {
    background-position: -72px -144px;
}

/* line 182, /home/andrei/core-admin-release/core-admin/source/stylesheets/bootstrap/_sprites.scss */
.icon-thumbs-up {
    background-position: -96px -144px;
}

/* line 183, /home/andrei/core-admin-release/core-admin/source/stylesheets/bootstrap/_sprites.scss */
.icon-thumbs-down {
    background-position: -120px -144px;
}

/* line 184, /home/andrei/core-admin-release/core-admin/source/stylesheets/bootstrap/_sprites.scss */
.icon-hand-right {
    background-position: -144px -144px;
}

/* line 185, /home/andrei/core-admin-release/core-admin/source/stylesheets/bootstrap/_sprites.scss */
.icon-hand-left {
    background-position: -168px -144px;
}

/* line 186, /home/andrei/core-admin-release/core-admin/source/stylesheets/bootstrap/_sprites.scss */
.icon-hand-up {
    background-position: -192px -144px;
}

/* line 187, /home/andrei/core-admin-release/core-admin/source/stylesheets/bootstrap/_sprites.scss */
.icon-hand-down {
    background-position: -216px -144px;
}

/* line 188, /home/andrei/core-admin-release/core-admin/source/stylesheets/bootstrap/_sprites.scss */
.icon-circle-arrow-right {
    background-position: -240px -144px;
}

/* line 189, /home/andrei/core-admin-release/core-admin/source/stylesheets/bootstrap/_sprites.scss */
.icon-circle-arrow-left {
    background-position: -264px -144px;
}

/* line 190, /home/andrei/core-admin-release/core-admin/source/stylesheets/bootstrap/_sprites.scss */
.icon-circle-arrow-up {
    background-position: -288px -144px;
}

/* line 191, /home/andrei/core-admin-release/core-admin/source/stylesheets/bootstrap/_sprites.scss */
.icon-circle-arrow-down {
    background-position: -312px -144px;
}

/* line 192, /home/andrei/core-admin-release/core-admin/source/stylesheets/bootstrap/_sprites.scss */
.icon-globe {
    background-position: -336px -144px;
}

/* line 193, /home/andrei/core-admin-release/core-admin/source/stylesheets/bootstrap/_sprites.scss */
.icon-wrench {
    background-position: -360px -144px;
}

/* line 194, /home/andrei/core-admin-release/core-admin/source/stylesheets/bootstrap/_sprites.scss */
.icon-tasks {
    background-position: -384px -144px;
}

/* line 195, /home/andrei/core-admin-release/core-admin/source/stylesheets/bootstrap/_sprites.scss */
.icon-filter {
    background-position: -408px -144px;
}

/* line 196, /home/andrei/core-admin-release/core-admin/source/stylesheets/bootstrap/_sprites.scss */
.icon-briefcase {
    background-position: -432px -144px;
}

/* line 197, /home/andrei/core-admin-release/core-admin/source/stylesheets/bootstrap/_sprites.scss */
.icon-fullscreen {
    background-position: -456px -144px;
}

/* line 8, /home/andrei/core-admin-release/core-admin/source/stylesheets/bootstrap/_dropdowns.scss */
.dropup,
.dropdown {
    position: relative;
}

/* line 11, /home/andrei/core-admin-release/core-admin/source/stylesheets/bootstrap/_dropdowns.scss */
.dropdown-toggle {
    *margin-bottom: -3px;
}

    /* line 16, /home/andrei/core-admin-release/core-admin/source/stylesheets/bootstrap/_dropdowns.scss */
    .dropdown-toggle:active,
    .open .dropdown-toggle {
        outline: 0;
    }

/* line 22, /home/andrei/core-admin-release/core-admin/source/stylesheets/bootstrap/_dropdowns.scss */
.caret {
    display: inline-block;
    width: 0;
    height: 0;
    vertical-align: top;
    border-top: 4px solid black;
    border-right: 4px solid transparent;
    border-left: 4px solid transparent;
    content: "";
}

/* line 34, /home/andrei/core-admin-release/core-admin/source/stylesheets/bootstrap/_dropdowns.scss */
.dropdown .caret {
    margin-top: 8px;
    margin-left: 2px;
}

/* line 41, /home/andrei/core-admin-release/core-admin/source/stylesheets/bootstrap/_dropdowns.scss */
.dropdown-menu {
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 1000;
    display: none;
    float: left;
    min-width: 160px;
    padding: 5px 0;
    margin: 2px 0 0;
    list-style: none;
    background-color: white;
    border: 1px solid #ccc;
    border: 1px solid rgba(0, 0, 0, 0.2);
    *border-right-width: 2px;
    *border-bottom-width: 2px;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px;
    -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
    box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
    -webkit-background-clip: padding-box;
    -moz-background-clip: padding;
    background-clip: padding-box;
}
    /* line 64, /home/andrei/core-admin-release/core-admin/source/stylesheets/bootstrap/_dropdowns.scss */
    .dropdown-menu.pull-right {
        right: 0;
        left: auto;
    }
    /* line 70, /home/andrei/core-admin-release/core-admin/source/stylesheets/bootstrap/_dropdowns.scss */
    .dropdown-menu .divider {
        *width: 100%;
        height: 1px;
        margin: 9px 1px;
        *margin: -5px 0 5px;
        overflow: hidden;
        background-color: #e5e5e5;
        border-bottom: 1px solid white;
    }
    /* line 75, /home/andrei/core-admin-release/core-admin/source/stylesheets/bootstrap/_dropdowns.scss */
    .dropdown-menu > li > a {
        display: block;
        padding: 3px 20px;
        clear: both;
        font-weight: normal;
        line-height: 20px;
        color: #333333;
        white-space: nowrap;
    }

        /* line 91, /home/andrei/core-admin-release/core-admin/source/stylesheets/bootstrap/_dropdowns.scss */
        .dropdown-menu > li > a:hover,
        .dropdown-menu > li > a:focus,
        .dropdown-submenu:hover > a,
        .dropdown-submenu:focus > a {
            text-decoration: none;
            color: white;
            background-color: #0081c2;
            background-image: -moz-linear-gradient(top, #0088cc, #0077b3);
            background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#0088cc), to(#0077b3));
            background-image: -webkit-linear-gradient(top, #0088cc, #0077b3);
            background-image: -o-linear-gradient(top, #0088cc, #0077b3);
            background-image: linear-gradient(to bottom, #0088cc, #0077b3);
            background-repeat: repeat-x;
            filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FF0088CC', endColorstr='#FF0077B3', GradientType=0);
        }

    /* line 101, /home/andrei/core-admin-release/core-admin/source/stylesheets/bootstrap/_dropdowns.scss */
    .dropdown-menu > .active > a,
    .dropdown-menu > .active > a:hover,
    .dropdown-menu > .active > a:focus {
        color: white;
        text-decoration: none;
        outline: 0;
        background-color: #0081c2;
        background-image: -moz-linear-gradient(top, #0088cc, #0077b3);
        background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#0088cc), to(#0077b3));
        background-image: -webkit-linear-gradient(top, #0088cc, #0077b3);
        background-image: -o-linear-gradient(top, #0088cc, #0077b3);
        background-image: linear-gradient(to bottom, #0088cc, #0077b3);
        background-repeat: repeat-x;
        filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FF0088CC', endColorstr='#FF0077B3', GradientType=0);
    }

    /* line 113, /home/andrei/core-admin-release/core-admin/source/stylesheets/bootstrap/_dropdowns.scss */
    .dropdown-menu > .disabled > a,
    .dropdown-menu > .disabled > a:hover,
    .dropdown-menu > .disabled > a:focus {
        color: #999999;
    }

        /* line 118, /home/andrei/core-admin-release/core-admin/source/stylesheets/bootstrap/_dropdowns.scss */
        .dropdown-menu > .disabled > a:hover,
        .dropdown-menu > .disabled > a:focus {
            text-decoration: none;
            background-color: transparent;
            background-image: none;
            filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
            cursor: default;
        }

/* line 128, /home/andrei/core-admin-release/core-admin/source/stylesheets/bootstrap/_dropdowns.scss */
.open {
    *z-index: 1000;
}
    /* line 133, /home/andrei/core-admin-release/core-admin/source/stylesheets/bootstrap/_dropdowns.scss */
    .open > .dropdown-menu {
        display: block;
    }

/* line 140, /home/andrei/core-admin-release/core-admin/source/stylesheets/bootstrap/_dropdowns.scss */
.pull-right > .dropdown-menu {
    right: 0;
    left: auto;
}

/* line 152, /home/andrei/core-admin-release/core-admin/source/stylesheets/bootstrap/_dropdowns.scss */
.dropup .caret,
.navbar-fixed-bottom .dropdown .caret {
    border-top: 0;
    border-bottom: 4px solid black;
    content: "";
}
/* line 158, /home/andrei/core-admin-release/core-admin/source/stylesheets/bootstrap/_dropdowns.scss */
.dropup .dropdown-menu,
.navbar-fixed-bottom .dropdown .dropdown-menu {
    top: auto;
    bottom: 100%;
    margin-bottom: 1px;
}

/* line 167, /home/andrei/core-admin-release/core-admin/source/stylesheets/bootstrap/_dropdowns.scss */
.dropdown-submenu {
    position: relative;
}

    /* line 171, /home/andrei/core-admin-release/core-admin/source/stylesheets/bootstrap/_dropdowns.scss */
    .dropdown-submenu > .dropdown-menu {
        top: 0;
        left: 100%;
        margin-top: -6px;
        margin-left: -1px;
        -webkit-border-radius: 0 6px 6px 6px;
        -moz-border-radius: 0 6px 6px 6px;
        border-radius: 0 6px 6px 6px;
    }

    /* line 178, /home/andrei/core-admin-release/core-admin/source/stylesheets/bootstrap/_dropdowns.scss */
    .dropdown-submenu:hover > .dropdown-menu {
        display: block;
    }

/* line 183, /home/andrei/core-admin-release/core-admin/source/stylesheets/bootstrap/_dropdowns.scss */
.dropup .dropdown-submenu > .dropdown-menu {
    top: auto;
    bottom: 0;
    margin-top: 0;
    margin-bottom: -2px;
    -webkit-border-radius: 5px 5px 5px 0;
    -moz-border-radius: 5px 5px 5px 0;
    border-radius: 5px 5px 5px 0;
}

/* line 192, /home/andrei/core-admin-release/core-admin/source/stylesheets/bootstrap/_dropdowns.scss */
.dropdown-submenu > a:after {
    display: block;
    content: " ";
    float: right;
    width: 0;
    height: 0;
    border-color: transparent;
    border-style: solid;
    border-width: 5px 0 5px 5px;
    border-left-color: #cccccc;
    margin-top: 5px;
    margin-right: -10px;
}

/* line 205, /home/andrei/core-admin-release/core-admin/source/stylesheets/bootstrap/_dropdowns.scss */
.dropdown-submenu:hover > a:after {
    border-left-color: white;
}

/* line 210, /home/andrei/core-admin-release/core-admin/source/stylesheets/bootstrap/_dropdowns.scss */
.dropdown-submenu.pull-left {
    float: none;
}
    /* line 216, /home/andrei/core-admin-release/core-admin/source/stylesheets/bootstrap/_dropdowns.scss */
    .dropdown-submenu.pull-left > .dropdown-menu {
        left: -100%;
        margin-left: 10px;
        -webkit-border-radius: 6px 0 6px 6px;
        -moz-border-radius: 6px 0 6px 6px;
        border-radius: 6px 0 6px 6px;
    }

/* line 226, /home/andrei/core-admin-release/core-admin/source/stylesheets/bootstrap/_dropdowns.scss */
.dropdown .dropdown-menu .nav-header {
    padding-left: 20px;
    padding-right: 20px;
}

/* line 233, /home/andrei/core-admin-release/core-admin/source/stylesheets/bootstrap/_dropdowns.scss */
.typeahead {
    z-index: 1051;
    margin-top: 2px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
}

/* line 7, /home/andrei/core-admin-release/core-admin/source/stylesheets/bootstrap/_wells.scss */
.well {
    min-height: 20px;
    padding: 19px;
    margin-bottom: 20px;
    background-color: whitesmoke;
    border: 1px solid #e3e3e3;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
    -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
}
    /* line 15, /home/andrei/core-admin-release/core-admin/source/stylesheets/bootstrap/_wells.scss */
    .well blockquote {
        border-color: #ddd;
        border-color: rgba(0, 0, 0, 0.15);
    }

/* line 22, /home/andrei/core-admin-release/core-admin/source/stylesheets/bootstrap/_wells.scss */
.well-large {
    padding: 24px;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px;
}

/* line 26, /home/andrei/core-admin-release/core-admin/source/stylesheets/bootstrap/_wells.scss */
.well-small {
    padding: 9px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
}

/* line 6, /home/andrei/core-admin-release/core-admin/source/stylesheets/bootstrap/_component-animations.scss */
.fade {
    opacity: 0;
    -webkit-transition: opacity 0.15s linear;
    -moz-transition: opacity 0.15s linear;
    -o-transition: opacity 0.15s linear;
    transition: opacity 0.15s linear;
}
    /* line 9, /home/andrei/core-admin-release/core-admin/source/stylesheets/bootstrap/_component-animations.scss */
    .fade.in {
        opacity: 1;
    }

/* line 14, /home/andrei/core-admin-release/core-admin/source/stylesheets/bootstrap/_component-animations.scss */
.collapse {
    position: relative;
    height: 0;
    overflow: hidden;
    -webkit-transition: height 0.35s ease;
    -moz-transition: height 0.35s ease;
    -o-transition: height 0.35s ease;
    transition: height 0.35s ease;
}
    /* line 19, /home/andrei/core-admin-release/core-admin/source/stylesheets/bootstrap/_component-animations.scss */
    .collapse.in {
        height: auto;
    }

/* line 6, /home/andrei/core-admin-release/core-admin/source/stylesheets/bootstrap/_close.scss */
.close {
    float: right;
    font-size: 20px;
    font-weight: bold;
    line-height: 20px;
    color: black;
    text-shadow: 0 1px 0 white;
    opacity: 0.2;
    filter: alpha(opacity=20);
}
    /* line 15, /home/andrei/core-admin-release/core-admin/source/stylesheets/bootstrap/_close.scss */
    .close:hover, .close:focus {
        color: black;
        text-decoration: none;
        cursor: pointer;
        opacity: 0.4;
        filter: alpha(opacity=40);
    }

/* line 26, /home/andrei/core-admin-release/core-admin/source/stylesheets/bootstrap/_close.scss */
button.close {
    padding: 0;
    cursor: pointer;
    background: transparent;
    border: 0;
    -webkit-appearance: none;
}

/* line 10, /home/andrei/core-admin-release/core-admin/source/stylesheets/bootstrap/_buttons.scss */
.btn {
    display: inline-block;
    *display: inline;
    /* IE7 inline-block hack */
    *zoom: 1;
    padding: 4px 12px;
    margin-bottom: 0;
    font-size: 14px;
    line-height: 20px;
    text-align: center;
    vertical-align: middle;
    cursor: pointer;
    color: #333333;
    text-shadow: 0 1px 1px rgba(255, 255, 255, 0.75);
    background-color: whitesmoke;
    background-image: -moz-linear-gradient(top, white, #e6e6e6);
    background-image: -webkit-gradient(linear, 0 0, 0 100%, from(white), to(#e6e6e6));
    background-image: -webkit-linear-gradient(top, white, #e6e6e6);
    background-image: -o-linear-gradient(top, white, #e6e6e6);
    background-image: linear-gradient(to bottom, #ffffff, #e6e6e6);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFFFFFFF', endColorstr='#FFE6E6E6', GradientType=0);
    border-color: #e6e6e6 #e6e6e6 #bfbfbf;
    border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
    *background-color: #e6e6e6;
    /* Darken IE7 buttons by default so they stand out more given they won't have borders */
    filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
    border: 1px solid #cccccc;
    *border: 0;
    border-bottom-color: #b3b3b3;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    *margin-left: .3em;
    -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);
}
    /* line 502, /home/andrei/core-admin-release/core-admin/source/stylesheets/bootstrap/_mixins.scss */
    .btn:hover, .btn:focus, .btn:active, .btn.active, .btn.disabled, .btn[disabled] {
        color: #333333;
        background-color: #e6e6e6;
        *background-color: #d9d9d9;
    }
    /* line 510, /home/andrei/core-admin-release/core-admin/source/stylesheets/bootstrap/_mixins.scss */
    .btn:active, .btn.active {
        background-color: #cccccc \9;
    }
    /* line 61, /home/andrei/core-admin-release/core-admin/source/stylesheets/bootstrap/_mixins.scss */
    .btn:first-child {
        *margin-left: 0;
    }
    /* line 30, /home/andrei/core-admin-release/core-admin/source/stylesheets/bootstrap/_buttons.scss */
    .btn:hover, .btn:focus {
        color: #333333;
        text-decoration: none;
        background-position: 0 -15px;
        -webkit-transition: background-position 0.1s linear;
        -moz-transition: background-position 0.1s linear;
        -o-transition: background-position 0.1s linear;
        transition: background-position 0.1s linear;
    }
    /* line 41, /home/andrei/core-admin-release/core-admin/source/stylesheets/bootstrap/_buttons.scss */
    .btn:focus {
        outline: thin dotted #333;
        outline: 5px auto -webkit-focus-ring-color;
        outline-offset: -2px;
    }
    /* line 47, /home/andrei/core-admin-release/core-admin/source/stylesheets/bootstrap/_buttons.scss */
    .btn.active, .btn:active {
        background-image: none;
        outline: 0;
        -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);
    }
    /* line 55, /home/andrei/core-admin-release/core-admin/source/stylesheets/bootstrap/_buttons.scss */
    .btn.disabled, .btn[disabled] {
        cursor: default;
        background-image: none;
        opacity: 0.65;
        filter: alpha(opacity=65);
        -webkit-box-shadow: none;
        -moz-box-shadow: none;
        box-shadow: none;
    }

/* line 70, /home/andrei/core-admin-release/core-admin/source/stylesheets/bootstrap/_buttons.scss */
.btn-large {
    padding: 11px 19px;
    font-size: 17.5px;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px;
}

    /* line 76, /home/andrei/core-admin-release/core-admin/source/stylesheets/bootstrap/_buttons.scss */
    .btn-large [class^="icon-"],
    .btn-large [class*=" icon-"] {
        margin-top: 4px;
    }

/* line 81, /home/andrei/core-admin-release/core-admin/source/stylesheets/bootstrap/_buttons.scss */
.btn-small {
    padding: 2px 10px;
    font-size: 11.9px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
}

    /* line 87, /home/andrei/core-admin-release/core-admin/source/stylesheets/bootstrap/_buttons.scss */
    .btn-small [class^="icon-"],
    .btn-small [class*=" icon-"] {
        margin-top: 0;
    }

/* line 91, /home/andrei/core-admin-release/core-admin/source/stylesheets/bootstrap/_buttons.scss */
.btn-mini [class^="icon-"],
.btn-mini [class*=" icon-"] {
    margin-top: -1px;
}

/* line 96, /home/andrei/core-admin-release/core-admin/source/stylesheets/bootstrap/_buttons.scss */
.btn-mini {
    padding: 0px 6px;
    font-size: 10.5px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
}

/* line 106, /home/andrei/core-admin-release/core-admin/source/stylesheets/bootstrap/_buttons.scss */
.btn-block {
    display: block;
    width: 100%;
    padding-left: 0;
    padding-right: 0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

    /* line 115, /home/andrei/core-admin-release/core-admin/source/stylesheets/bootstrap/_buttons.scss */
    .btn-block + .btn-block {
        margin-top: 5px;
    }

/* line 123, /home/andrei/core-admin-release/core-admin/source/stylesheets/bootstrap/_buttons.scss */
input[type="submit"].btn-block,
input[type="reset"].btn-block,
input[type="button"].btn-block {
    width: 100%;
}

/* line 139, /home/andrei/core-admin-release/core-admin/source/stylesheets/bootstrap/_buttons.scss */
.btn-primary.active,
.btn-warning.active,
.btn-danger.active,
.btn-success.active,
.btn-info.active,
.btn-inverse.active {
    color: rgba(255, 255, 255, 0.75);
}

/* line 145, /home/andrei/core-admin-release/core-admin/source/stylesheets/bootstrap/_buttons.scss */
.btn-primary {
    color: white;
    text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
    background-color: #006ccc;
    background-image: -moz-linear-gradient(top, #0088cc, #0044cc);
    background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#0088cc), to(#0044cc));
    background-image: -webkit-linear-gradient(top, #0088cc, #0044cc);
    background-image: -o-linear-gradient(top, #0088cc, #0044cc);
    background-image: linear-gradient(to bottom, #0088cc, #0044cc);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FF0088CC', endColorstr='#FF0044CC', GradientType=0);
    border-color: #0044cc #0044cc #002a80;
    border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
    *background-color: #0044cc;
    /* Darken IE7 buttons by default so they stand out more given they won't have borders */
    filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
}
    /* line 502, /home/andrei/core-admin-release/core-admin/source/stylesheets/bootstrap/_mixins.scss */
    .btn-primary:hover, .btn-primary:focus, .btn-primary:active, .btn-primary.active, .btn-primary.disabled, .btn-primary[disabled] {
        color: white;
        background-color: #0044cc;
        *background-color: #003bb3;
    }
    /* line 510, /home/andrei/core-admin-release/core-admin/source/stylesheets/bootstrap/_mixins.scss */
    .btn-primary:active, .btn-primary.active {
        background-color: #003399 \9;
    }

/* line 149, /home/andrei/core-admin-release/core-admin/source/stylesheets/bootstrap/_buttons.scss */
.btn-warning {
    color: white;
    text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
    background-color: #f9a732;
    background-image: -moz-linear-gradient(top, #fbb450, #f89406);
    background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#fbb450), to(#f89406));
    background-image: -webkit-linear-gradient(top, #fbb450, #f89406);
    background-image: -o-linear-gradient(top, #fbb450, #f89406);
    background-image: linear-gradient(to bottom, #fbb450, #f89406);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFFBB450', endColorstr='#FFF89406', GradientType=0);
    border-color: #f89406 #f89406 #ad6704;
    border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
    *background-color: #f89406;
    /* Darken IE7 buttons by default so they stand out more given they won't have borders */
    filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
}
    /* line 502, /home/andrei/core-admin-release/core-admin/source/stylesheets/bootstrap/_mixins.scss */
    .btn-warning:hover, .btn-warning:focus, .btn-warning:active, .btn-warning.active, .btn-warning.disabled, .btn-warning[disabled] {
        color: white;
        background-color: #f89406;
        *background-color: #df8505;
    }
    /* line 510, /home/andrei/core-admin-release/core-admin/source/stylesheets/bootstrap/_mixins.scss */
    .btn-warning:active, .btn-warning.active {
        background-color: #c67605 \9;
    }

/* line 153, /home/andrei/core-admin-release/core-admin/source/stylesheets/bootstrap/_buttons.scss */
.btn-danger {
    color: white;
    text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
    background-color: #da4e49;
    background-image: -moz-linear-gradient(top, #ee5f5b, #bd362f);
    background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#ee5f5b), to(#bd362f));
    background-image: -webkit-linear-gradient(top, #ee5f5b, #bd362f);
    background-image: -o-linear-gradient(top, #ee5f5b, #bd362f);
    background-image: linear-gradient(to bottom, #ee5f5b, #bd362f);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFEE5F5B', endColorstr='#FFBD362F', GradientType=0);
    border-color: #bd362f #bd362f #802420;
    border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
    *background-color: #bd362f;
    /* Darken IE7 buttons by default so they stand out more given they won't have borders */
    filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
}
    /* line 502, /home/andrei/core-admin-release/core-admin/source/stylesheets/bootstrap/_mixins.scss */
    .btn-danger:hover, .btn-danger:focus, .btn-danger:active, .btn-danger.active, .btn-danger.disabled, .btn-danger[disabled] {
        color: white;
        background-color: #bd362f;
        *background-color: #a9302a;
    }
    /* line 510, /home/andrei/core-admin-release/core-admin/source/stylesheets/bootstrap/_mixins.scss */
    .btn-danger:active, .btn-danger.active {
        background-color: #942a25 \9;
    }

/* line 157, /home/andrei/core-admin-release/core-admin/source/stylesheets/bootstrap/_buttons.scss */
.btn-success {
    color: white;
    text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
    background-color: #5bb65b;
    background-image: -moz-linear-gradient(top, #62c462, #51a351);
    background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#62c462), to(#51a351));
    background-image: -webkit-linear-gradient(top, #62c462, #51a351);
    background-image: -o-linear-gradient(top, #62c462, #51a351);
    background-image: linear-gradient(to bottom, #62c462, #51a351);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FF62C462', endColorstr='#FF51A351', GradientType=0);
    border-color: #51a351 #51a351 #387038;
    border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
    *background-color: #51a351;
    /* Darken IE7 buttons by default so they stand out more given they won't have borders */
    filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
}
    /* line 502, /home/andrei/core-admin-release/core-admin/source/stylesheets/bootstrap/_mixins.scss */
    .btn-success:hover, .btn-success:focus, .btn-success:active, .btn-success.active, .btn-success.disabled, .btn-success[disabled] {
        color: white;
        background-color: #51a351;
        *background-color: #499249;
    }
    /* line 510, /home/andrei/core-admin-release/core-admin/source/stylesheets/bootstrap/_mixins.scss */
    .btn-success:active, .btn-success.active {
        background-color: #408140 \9;
    }

/* line 161, /home/andrei/core-admin-release/core-admin/source/stylesheets/bootstrap/_buttons.scss */
.btn-info {
    color: white;
    text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
    background-color: #49afcd;
    background-image: -moz-linear-gradient(top, #5bc0de, #2f96b4);
    background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#5bc0de), to(#2f96b4));
    background-image: -webkit-linear-gradient(top, #5bc0de, #2f96b4);
    background-image: -o-linear-gradient(top, #5bc0de, #2f96b4);
    background-image: linear-gradient(to bottom, #5bc0de, #2f96b4);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FF5BC0DE', endColorstr='#FF2F96B4', GradientType=0);
    border-color: #2f96b4 #2f96b4 #1f6377;
    border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
    *background-color: #2f96b4;
    /* Darken IE7 buttons by default so they stand out more given they won't have borders */
    filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
}
    /* line 502, /home/andrei/core-admin-release/core-admin/source/stylesheets/bootstrap/_mixins.scss */
    .btn-info:hover, .btn-info:focus, .btn-info:active, .btn-info.active, .btn-info.disabled, .btn-info[disabled] {
        color: white;
        background-color: #2f96b4;
        *background-color: #2a85a0;
    }
    /* line 510, /home/andrei/core-admin-release/core-admin/source/stylesheets/bootstrap/_mixins.scss */
    .btn-info:active, .btn-info.active {
        background-color: #24748c \9;
    }

/* line 165, /home/andrei/core-admin-release/core-admin/source/stylesheets/bootstrap/_buttons.scss */
.btn-inverse {
    color: white;
    text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
    background-color: #363636;
    background-image: -moz-linear-gradient(top, #444444, #222222);
    background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#444444), to(#222222));
    background-image: -webkit-linear-gradient(top, #444444, #222222);
    background-image: -o-linear-gradient(top, #444444, #222222);
    background-image: linear-gradient(to bottom, #444444, #222222);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FF444444', endColorstr='#FF222222', GradientType=0);
    border-color: #222222 #222222 black;
    border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
    *background-color: #222222;
    /* Darken IE7 buttons by default so they stand out more given they won't have borders */
    filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
}
    /* line 502, /home/andrei/core-admin-release/core-admin/source/stylesheets/bootstrap/_mixins.scss */
    .btn-inverse:hover, .btn-inverse:focus, .btn-inverse:active, .btn-inverse.active, .btn-inverse.disabled, .btn-inverse[disabled] {
        color: white;
        background-color: #222222;
        *background-color: #151515;
    }
    /* line 510, /home/andrei/core-admin-release/core-admin/source/stylesheets/bootstrap/_mixins.scss */
    .btn-inverse:active, .btn-inverse.active {
        background-color: #090909 \9;
    }

/* line 174, /home/andrei/core-admin-release/core-admin/source/stylesheets/bootstrap/_buttons.scss */
button.btn,
input[type="submit"].btn {
    *padding-top: 3px;
    *padding-bottom: 3px;
}
    /* line 177, /home/andrei/core-admin-release/core-admin/source/stylesheets/bootstrap/_buttons.scss */
    button.btn::-moz-focus-inner,
    input[type="submit"].btn::-moz-focus-inner {
        padding: 0;
        border: 0;
    }
    /* line 186, /home/andrei/core-admin-release/core-admin/source/stylesheets/bootstrap/_buttons.scss */
    button.btn.btn-large,
    input[type="submit"].btn.btn-large {
        *padding-top: 7px;
        *padding-bottom: 7px;
    }
    /* line 190, /home/andrei/core-admin-release/core-admin/source/stylesheets/bootstrap/_buttons.scss */
    button.btn.btn-small,
    input[type="submit"].btn.btn-small {
        *padding-top: 3px;
        *padding-bottom: 3px;
    }
    /* line 194, /home/andrei/core-admin-release/core-admin/source/stylesheets/bootstrap/_buttons.scss */
    button.btn.btn-mini,
    input[type="submit"].btn.btn-mini {
        *padding-top: 1px;
        *padding-bottom: 1px;
    }

/* line 207, /home/andrei/core-admin-release/core-admin/source/stylesheets/bootstrap/_buttons.scss */
.btn-link,
.btn-link:active,
.btn-link[disabled] {
    background-color: transparent;
    background-image: none;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
}

/* line 212, /home/andrei/core-admin-release/core-admin/source/stylesheets/bootstrap/_buttons.scss */
.btn-link {
    border-color: transparent;
    cursor: pointer;
    color: #0088cc;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
}

    /* line 219, /home/andrei/core-admin-release/core-admin/source/stylesheets/bootstrap/_buttons.scss */
    .btn-link:hover,
    .btn-link:focus {
        color: #005580;
        text-decoration: underline;
        background-color: transparent;
    }

    /* line 225, /home/andrei/core-admin-release/core-admin/source/stylesheets/bootstrap/_buttons.scss */
    .btn-link[disabled]:hover,
    .btn-link[disabled]:focus {
        color: #333333;
        text-decoration: none;
    }

/* line 7, /home/andrei/core-admin-release/core-admin/source/stylesheets/bootstrap/_button-groups.scss */
.btn-group {
    position: relative;
    display: inline-block;
    *display: inline;
    /* IE7 inline-block hack */
    *zoom: 1;
    font-size: 0;
    vertical-align: middle;
    white-space: nowrap;
    *margin-left: .3em;
}
    /* line 61, /home/andrei/core-admin-release/core-admin/source/stylesheets/bootstrap/_mixins.scss */
    .btn-group:first-child {
        *margin-left: 0;
    }

    /* line 18, /home/andrei/core-admin-release/core-admin/source/stylesheets/bootstrap/_button-groups.scss */
    .btn-group + .btn-group {
        margin-left: 5px;
    }

/* line 23, /home/andrei/core-admin-release/core-admin/source/stylesheets/bootstrap/_button-groups.scss */
.btn-toolbar {
    font-size: 0;
    margin-top: 10px;
    margin-bottom: 10px;
}
    /* line 29, /home/andrei/core-admin-release/core-admin/source/stylesheets/bootstrap/_button-groups.scss */
    .btn-toolbar > .btn + .btn,
    .btn-toolbar > .btn-group + .btn,
    .btn-toolbar > .btn + .btn-group {
        margin-left: 5px;
    }

/* line 35, /home/andrei/core-admin-release/core-admin/source/stylesheets/bootstrap/_button-groups.scss */
.btn-group > .btn {
    position: relative;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
}

    /* line 39, /home/andrei/core-admin-release/core-admin/source/stylesheets/bootstrap/_button-groups.scss */
    .btn-group > .btn + .btn {
        margin-left: -1px;
    }

/* line 44, /home/andrei/core-admin-release/core-admin/source/stylesheets/bootstrap/_button-groups.scss */
.btn-group > .btn,
.btn-group > .dropdown-menu,
.btn-group > .popover {
    font-size: 14px;
}

/* line 49, /home/andrei/core-admin-release/core-admin/source/stylesheets/bootstrap/_button-groups.scss */
.btn-group > .btn-mini {
    font-size: 10.5px;
}

/* line 52, /home/andrei/core-admin-release/core-admin/source/stylesheets/bootstrap/_button-groups.scss */
.btn-group > .btn-small {
    font-size: 11.9px;
}

/* line 55, /home/andrei/core-admin-release/core-admin/source/stylesheets/bootstrap/_button-groups.scss */
.btn-group > .btn-large {
    font-size: 17.5px;
}

/* line 60, /home/andrei/core-admin-release/core-admin/source/stylesheets/bootstrap/_button-groups.scss */
.btn-group > .btn:first-child {
    margin-left: 0;
    -webkit-border-top-left-radius: 4px;
    -moz-border-radius-topleft: 4px;
    border-top-left-radius: 4px;
    -webkit-border-bottom-left-radius: 4px;
    -moz-border-radius-bottomleft: 4px;
    border-bottom-left-radius: 4px;
}

/* line 67, /home/andrei/core-admin-release/core-admin/source/stylesheets/bootstrap/_button-groups.scss */
.btn-group > .btn:last-child,
.btn-group > .dropdown-toggle {
    -webkit-border-top-right-radius: 4px;
    -moz-border-radius-topright: 4px;
    border-top-right-radius: 4px;
    -webkit-border-bottom-right-radius: 4px;
    -moz-border-radius-bottomright: 4px;
    border-bottom-right-radius: 4px;
}

/* line 72, /home/andrei/core-admin-release/core-admin/source/stylesheets/bootstrap/_button-groups.scss */
.btn-group > .btn.large:first-child {
    margin-left: 0;
    -webkit-border-top-left-radius: 6px;
    -moz-border-radius-topleft: 6px;
    border-top-left-radius: 6px;
    -webkit-border-bottom-left-radius: 6px;
    -moz-border-radius-bottomleft: 6px;
    border-bottom-left-radius: 6px;
}

/* line 78, /home/andrei/core-admin-release/core-admin/source/stylesheets/bootstrap/_button-groups.scss */
.btn-group > .btn.large:last-child,
.btn-group > .large.dropdown-toggle {
    -webkit-border-top-right-radius: 6px;
    -moz-border-radius-topright: 6px;
    border-top-right-radius: 6px;
    -webkit-border-bottom-right-radius: 6px;
    -moz-border-radius-bottomright: 6px;
    border-bottom-right-radius: 6px;
}

/* line 87, /home/andrei/core-admin-release/core-admin/source/stylesheets/bootstrap/_button-groups.scss */
.btn-group > .btn:hover,
.btn-group > .btn:focus,
.btn-group > .btn:active,
.btn-group > .btn.active {
    z-index: 2;
}

/* line 93, /home/andrei/core-admin-release/core-admin/source/stylesheets/bootstrap/_button-groups.scss */
.btn-group .dropdown-toggle:active,
.btn-group.open .dropdown-toggle {
    outline: 0;
}

/* line 103, /home/andrei/core-admin-release/core-admin/source/stylesheets/bootstrap/_button-groups.scss */
.btn-group > .btn + .dropdown-toggle {
    padding-left: 8px;
    padding-right: 8px;
    -webkit-box-shadow: inset 1px 0 0 rgba(255, 255, 255, 0.125), inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
    -moz-box-shadow: inset 1px 0 0 rgba(255, 255, 255, 0.125), inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
    box-shadow: inset 1px 0 0 rgba(255, 255, 255, 0.125), inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
    *padding-top: 5px;
    *padding-bottom: 5px;
}

/* line 110, /home/andrei/core-admin-release/core-admin/source/stylesheets/bootstrap/_button-groups.scss */
.btn-group > .btn-mini + .dropdown-toggle {
    padding-left: 5px;
    padding-right: 5px;
    *padding-top: 2px;
    *padding-bottom: 2px;
}

/* line 116, /home/andrei/core-admin-release/core-admin/source/stylesheets/bootstrap/_button-groups.scss */
.btn-group > .btn-small + .dropdown-toggle {
    *padding-top: 5px;
    *padding-bottom: 4px;
}

/* line 120, /home/andrei/core-admin-release/core-admin/source/stylesheets/bootstrap/_button-groups.scss */
.btn-group > .btn-large + .dropdown-toggle {
    padding-left: 12px;
    padding-right: 12px;
    *padding-top: 7px;
    *padding-bottom: 7px;
}

/* line 131, /home/andrei/core-admin-release/core-admin/source/stylesheets/bootstrap/_button-groups.scss */
.btn-group.open .dropdown-toggle {
    background-image: none;
    -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);
}
/* line 137, /home/andrei/core-admin-release/core-admin/source/stylesheets/bootstrap/_button-groups.scss */
.btn-group.open .btn.dropdown-toggle {
    background-color: #e6e6e6;
}
/* line 140, /home/andrei/core-admin-release/core-admin/source/stylesheets/bootstrap/_button-groups.scss */
.btn-group.open .btn-primary.dropdown-toggle {
    background-color: #0044cc;
}
/* line 143, /home/andrei/core-admin-release/core-admin/source/stylesheets/bootstrap/_button-groups.scss */
.btn-group.open .btn-warning.dropdown-toggle {
    background-color: #f89406;
}
/* line 146, /home/andrei/core-admin-release/core-admin/source/stylesheets/bootstrap/_button-groups.scss */
.btn-group.open .btn-danger.dropdown-toggle {
    background-color: #bd362f;
}
/* line 149, /home/andrei/core-admin-release/core-admin/source/stylesheets/bootstrap/_button-groups.scss */
.btn-group.open .btn-success.dropdown-toggle {
    background-color: #51a351;
}
/* line 152, /home/andrei/core-admin-release/core-admin/source/stylesheets/bootstrap/_button-groups.scss */
.btn-group.open .btn-info.dropdown-toggle {
    background-color: #2f96b4;
}
/* line 155, /home/andrei/core-admin-release/core-admin/source/stylesheets/bootstrap/_button-groups.scss */
.btn-group.open .btn-inverse.dropdown-toggle {
    background-color: #222222;
}

/* line 162, /home/andrei/core-admin-release/core-admin/source/stylesheets/bootstrap/_button-groups.scss */
.btn .caret {
    margin-top: 8px;
    margin-left: 0;
}

/* line 167, /home/andrei/core-admin-release/core-admin/source/stylesheets/bootstrap/_button-groups.scss */
.btn-large .caret {
    margin-top: 6px;
}

/* line 170, /home/andrei/core-admin-release/core-admin/source/stylesheets/bootstrap/_button-groups.scss */
.btn-large .caret {
    border-left-width: 5px;
    border-right-width: 5px;
    border-top-width: 5px;
}

/* line 176, /home/andrei/core-admin-release/core-admin/source/stylesheets/bootstrap/_button-groups.scss */
.btn-mini .caret,
.btn-small .caret {
    margin-top: 8px;
}

/* line 180, /home/andrei/core-admin-release/core-admin/source/stylesheets/bootstrap/_button-groups.scss */
.dropup .btn-large .caret {
    border-bottom-width: 5px;
}

/* line 193, /home/andrei/core-admin-release/core-admin/source/stylesheets/bootstrap/_button-groups.scss */
.btn-primary .caret,
.btn-warning .caret,
.btn-danger .caret,
.btn-info .caret,
.btn-success .caret,
.btn-inverse .caret {
    border-top-color: white;
    border-bottom-color: white;
}

/* line 204, /home/andrei/core-admin-release/core-admin/source/stylesheets/bootstrap/_button-groups.scss */
.btn-group-vertical {
    display: inline-block;
    *display: inline;
    /* IE7 inline-block hack */
    *zoom: 1;
}

    /* line 208, /home/andrei/core-admin-release/core-admin/source/stylesheets/bootstrap/_button-groups.scss */
    .btn-group-vertical > .btn {
        display: block;
        float: none;
        max-width: 100%;
        -webkit-border-radius: 0;
        -moz-border-radius: 0;
        border-radius: 0;
    }

        /* line 214, /home/andrei/core-admin-release/core-admin/source/stylesheets/bootstrap/_button-groups.scss */
        .btn-group-vertical > .btn + .btn {
            margin-left: 0;
            margin-top: -1px;
        }

        /* line 218, /home/andrei/core-admin-release/core-admin/source/stylesheets/bootstrap/_button-groups.scss */
        .btn-group-vertical > .btn:first-child {
            -webkit-border-radius: 4px 4px 0 0;
            -moz-border-radius: 4px 4px 0 0;
            border-radius: 4px 4px 0 0;
        }

        /* line 221, /home/andrei/core-admin-release/core-admin/source/stylesheets/bootstrap/_button-groups.scss */
        .btn-group-vertical > .btn:last-child {
            -webkit-border-radius: 0 0 4px 4px;
            -moz-border-radius: 0 0 4px 4px;
            border-radius: 0 0 4px 4px;
        }

    /* line 224, /home/andrei/core-admin-release/core-admin/source/stylesheets/bootstrap/_button-groups.scss */
    .btn-group-vertical > .btn-large:first-child {
        -webkit-border-radius: 6px 6px 0 0;
        -moz-border-radius: 6px 6px 0 0;
        border-radius: 6px 6px 0 0;
    }

    /* line 227, /home/andrei/core-admin-release/core-admin/source/stylesheets/bootstrap/_button-groups.scss */
    .btn-group-vertical > .btn-large:last-child {
        -webkit-border-radius: 0 0 6px 6px;
        -moz-border-radius: 0 0 6px 6px;
        border-radius: 0 0 6px 6px;
    }

/* line 9, /home/andrei/core-admin-release/core-admin/source/stylesheets/bootstrap/_alerts.scss */
.alert {
    padding: 8px 35px 8px 14px;
    margin-bottom: 20px;
    text-shadow: 0 1px 0 rgba(255, 255, 255, 0.5);
    background-color: #fcf8e3;
    border: 1px solid #fbeed5;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
}

    /* line 18, /home/andrei/core-admin-release/core-admin/source/stylesheets/bootstrap/_alerts.scss */
    .alert,
    .alert h4 {
        color: #c09853;
    }

        /* line 22, /home/andrei/core-admin-release/core-admin/source/stylesheets/bootstrap/_alerts.scss */
        .alert h4 {
            margin: 0;
        }

        /* line 27, /home/andrei/core-admin-release/core-admin/source/stylesheets/bootstrap/_alerts.scss */
        .alert .close {
            position: relative;
            top: -2px;
            right: -21px;
            line-height: 20px;
        }

/* line 38, /home/andrei/core-admin-release/core-admin/source/stylesheets/bootstrap/_alerts.scss */
.alert-success {
    background-color: #dff0d8;
    border-color: #d6e9c6;
    color: #468847;
}

    /* line 43, /home/andrei/core-admin-release/core-admin/source/stylesheets/bootstrap/_alerts.scss */
    .alert-success h4 {
        color: #468847;
    }

/* line 47, /home/andrei/core-admin-release/core-admin/source/stylesheets/bootstrap/_alerts.scss */
.alert-danger,
.alert-error {
    background-color: #f2dede;
    border-color: #eed3d7;
    color: #b94a48;
}

    /* line 53, /home/andrei/core-admin-release/core-admin/source/stylesheets/bootstrap/_alerts.scss */
    .alert-danger h4,
    .alert-error h4 {
        color: #b94a48;
    }

/* line 56, /home/andrei/core-admin-release/core-admin/source/stylesheets/bootstrap/_alerts.scss */
.alert-info {
    background-color: #d9edf7;
    border-color: #bce8f1;
    color: #3a87ad;
}

    /* line 61, /home/andrei/core-admin-release/core-admin/source/stylesheets/bootstrap/_alerts.scss */
    .alert-info h4 {
        color: #3a87ad;
    }

/* line 69, /home/andrei/core-admin-release/core-admin/source/stylesheets/bootstrap/_alerts.scss */
.alert-block {
    padding-top: 14px;
    padding-bottom: 14px;
}

    /* line 74, /home/andrei/core-admin-release/core-admin/source/stylesheets/bootstrap/_alerts.scss */
    .alert-block > p,
    .alert-block > ul {
        margin-bottom: 0;
    }

    /* line 77, /home/andrei/core-admin-release/core-admin/source/stylesheets/bootstrap/_alerts.scss */
    .alert-block p + p {
        margin-top: 5px;
    }

/* line 9, /home/andrei/core-admin-release/core-admin/source/stylesheets/bootstrap/_navs.scss */
.nav {
    margin-left: 0;
    margin-bottom: 20px;
    list-style: none;
}

    /* line 16, /home/andrei/core-admin-release/core-admin/source/stylesheets/bootstrap/_navs.scss */
    .nav > li > a {
        display: block;
    }

        /* line 20, /home/andrei/core-admin-release/core-admin/source/stylesheets/bootstrap/_navs.scss */
        .nav > li > a:hover,
        .nav > li > a:focus {
            text-decoration: none;
            background-color: #eeeeee;
        }

        /* line 27, /home/andrei/core-admin-release/core-admin/source/stylesheets/bootstrap/_navs.scss */
        .nav > li > a > img {
            max-width: none;
        }

    /* line 32, /home/andrei/core-admin-release/core-admin/source/stylesheets/bootstrap/_navs.scss */
    .nav > .pull-right {
        float: right;
    }

/* line 37, /home/andrei/core-admin-release/core-admin/source/stylesheets/bootstrap/_navs.scss */
.nav-header {
    display: block;
    padding: 3px 15px;
    font-size: 11px;
    font-weight: bold;
    line-height: 20px;
    color: #999999;
    text-shadow: 0 1px 0 rgba(255, 255, 255, 0.5);
    text-transform: uppercase;
}

/* line 48, /home/andrei/core-admin-release/core-admin/source/stylesheets/bootstrap/_navs.scss */
.nav li + .nav-header {
    margin-top: 9px;
}

/* line 57, /home/andrei/core-admin-release/core-admin/source/stylesheets/bootstrap/_navs.scss */
.nav-list {
    padding-left: 15px;
    padding-right: 15px;
    margin-bottom: 0;
}

    /* line 63, /home/andrei/core-admin-release/core-admin/source/stylesheets/bootstrap/_navs.scss */
    .nav-list > li > a,
    .nav-list .nav-header {
        margin-left: -15px;
        margin-right: -15px;
        text-shadow: 0 1px 0 rgba(255, 255, 255, 0.5);
    }

    /* line 68, /home/andrei/core-admin-release/core-admin/source/stylesheets/bootstrap/_navs.scss */
    .nav-list > li > a {
        padding: 3px 15px;
    }

    /* line 73, /home/andrei/core-admin-release/core-admin/source/stylesheets/bootstrap/_navs.scss */
    .nav-list > .active > a,
    .nav-list > .active > a:hover,
    .nav-list > .active > a:focus {
        color: white;
        text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.2);
        background-color: #0088cc;
    }

    /* line 79, /home/andrei/core-admin-release/core-admin/source/stylesheets/bootstrap/_navs.scss */
    .nav-list [class^="icon-"],
    .nav-list [class*=" icon-"] {
        margin-right: 2px;
    }

    /* line 83, /home/andrei/core-admin-release/core-admin/source/stylesheets/bootstrap/_navs.scss */
    .nav-list .divider {
        *width: 100%;
        height: 1px;
        margin: 9px 1px;
        *margin: -5px 0 5px;
        overflow: hidden;
        background-color: #e5e5e5;
        border-bottom: 1px solid white;
    }

/* line 94, /home/andrei/core-admin-release/core-admin/source/stylesheets/bootstrap/_navs.scss */
.nav-tabs,
.nav-pills {
    *zoom: 1;
}
    /* line 15, /home/andrei/core-admin-release/core-admin/source/stylesheets/bootstrap/_mixins.scss */
    .nav-tabs:before, .nav-tabs:after,
    .nav-pills:before,
    .nav-pills:after {
        display: table;
        content: "";
        line-height: 0;
    }
    /* line 22, /home/andrei/core-admin-release/core-admin/source/stylesheets/bootstrap/_mixins.scss */
    .nav-tabs:after,
    .nav-pills:after {
        clear: both;
    }

    /* line 98, /home/andrei/core-admin-release/core-admin/source/stylesheets/bootstrap/_navs.scss */
    .nav-tabs > li,
    .nav-pills > li {
        float: left;
    }

        /* line 102, /home/andrei/core-admin-release/core-admin/source/stylesheets/bootstrap/_navs.scss */
        .nav-tabs > li > a,
        .nav-pills > li > a {
            padding-right: 12px;
            padding-left: 12px;
            margin-right: 2px;
            line-height: 14px;
        }

/* line 113, /home/andrei/core-admin-release/core-admin/source/stylesheets/bootstrap/_navs.scss */
.nav-tabs {
    border-bottom: 1px solid #ddd;
}

    /* line 117, /home/andrei/core-admin-release/core-admin/source/stylesheets/bootstrap/_navs.scss */
    .nav-tabs > li {
        margin-bottom: -1px;
    }

        /* line 121, /home/andrei/core-admin-release/core-admin/source/stylesheets/bootstrap/_navs.scss */
        .nav-tabs > li > a {
            padding-top: 8px;
            padding-bottom: 8px;
            line-height: 20px;
            border: 1px solid transparent;
            -webkit-border-radius: 4px 4px 0 0;
            -moz-border-radius: 4px 4px 0 0;
            border-radius: 4px 4px 0 0;
        }
            /* line 128, /home/andrei/core-admin-release/core-admin/source/stylesheets/bootstrap/_navs.scss */
            .nav-tabs > li > a:hover, .nav-tabs > li > a:focus {
                border-color: #eeeeee #eeeeee #dddddd;
            }

    /* line 135, /home/andrei/core-admin-release/core-admin/source/stylesheets/bootstrap/_navs.scss */
    .nav-tabs > .active > a,
    .nav-tabs > .active > a:hover,
    .nav-tabs > .active > a:focus {
        color: #555555;
        background-color: white;
        border: 1px solid #ddd;
        border-bottom-color: transparent;
        cursor: default;
    }

/* line 148, /home/andrei/core-admin-release/core-admin/source/stylesheets/bootstrap/_navs.scss */
.nav-pills > li > a {
    padding-top: 8px;
    padding-bottom: 8px;
    margin-top: 2px;
    margin-bottom: 2px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
}

/* line 159, /home/andrei/core-admin-release/core-admin/source/stylesheets/bootstrap/_navs.scss */
.nav-pills > .active > a,
.nav-pills > .active > a:hover,
.nav-pills > .active > a:focus {
    color: white;
    background-color: #0088cc;
}

/* line 170, /home/andrei/core-admin-release/core-admin/source/stylesheets/bootstrap/_navs.scss */
.nav-stacked > li {
    float: none;
}

    /* line 173, /home/andrei/core-admin-release/core-admin/source/stylesheets/bootstrap/_navs.scss */
    .nav-stacked > li > a {
        margin-right: 0;
    }

/* line 178, /home/andrei/core-admin-release/core-admin/source/stylesheets/bootstrap/_navs.scss */
.nav-tabs.nav-stacked {
    border-bottom: 0;
}

    /* line 181, /home/andrei/core-admin-release/core-admin/source/stylesheets/bootstrap/_navs.scss */
    .nav-tabs.nav-stacked > li > a {
        border: 1px solid #ddd;
        -webkit-border-radius: 0;
        -moz-border-radius: 0;
        border-radius: 0;
    }

    /* line 185, /home/andrei/core-admin-release/core-admin/source/stylesheets/bootstrap/_navs.scss */
    .nav-tabs.nav-stacked > li:first-child > a {
        -webkit-border-top-right-radius: 4px;
        -moz-border-radius-topright: 4px;
        border-top-right-radius: 4px;
        -webkit-border-top-left-radius: 4px;
        -moz-border-radius-topleft: 4px;
        border-top-left-radius: 4px;
    }

    /* line 188, /home/andrei/core-admin-release/core-admin/source/stylesheets/bootstrap/_navs.scss */
    .nav-tabs.nav-stacked > li:last-child > a {
        -webkit-border-bottom-right-radius: 4px;
        -moz-border-radius-bottomright: 4px;
        border-bottom-right-radius: 4px;
        -webkit-border-bottom-left-radius: 4px;
        -moz-border-radius-bottomleft: 4px;
        border-bottom-left-radius: 4px;
    }

    /* line 192, /home/andrei/core-admin-release/core-admin/source/stylesheets/bootstrap/_navs.scss */
    .nav-tabs.nav-stacked > li > a:hover,
    .nav-tabs.nav-stacked > li > a:focus {
        border-color: #ddd;
        z-index: 2;
    }

/* line 198, /home/andrei/core-admin-release/core-admin/source/stylesheets/bootstrap/_navs.scss */
.nav-pills.nav-stacked > li > a {
    margin-bottom: 3px;
}

/* line 201, /home/andrei/core-admin-release/core-admin/source/stylesheets/bootstrap/_navs.scss */
.nav-pills.nav-stacked > li:last-child > a {
    margin-bottom: 1px;
}

/* line 210, /home/andrei/core-admin-release/core-admin/source/stylesheets/bootstrap/_navs.scss */
.nav-tabs .dropdown-menu {
    -webkit-border-radius: 0 0 6px 6px;
    -moz-border-radius: 0 0 6px 6px;
    border-radius: 0 0 6px 6px;
}

/* line 213, /home/andrei/core-admin-release/core-admin/source/stylesheets/bootstrap/_navs.scss */
.nav-pills .dropdown-menu {
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px;
}

/* line 220, /home/andrei/core-admin-release/core-admin/source/stylesheets/bootstrap/_navs.scss */
.nav .dropdown-toggle .caret {
    border-top-color: #0088cc;
    border-bottom-color: #0088cc;
    margin-top: 6px;
}

/* line 226, /home/andrei/core-admin-release/core-admin/source/stylesheets/bootstrap/_navs.scss */
.nav .dropdown-toggle:hover .caret,
.nav .dropdown-toggle:focus .caret {
    border-top-color: #005580;
    border-bottom-color: #005580;
}

/* move down carets for tabs */
/* line 231, /home/andrei/core-admin-release/core-admin/source/stylesheets/bootstrap/_navs.scss */
.nav-tabs .dropdown-toggle .caret {
    margin-top: 8px;
}

/* line 237, /home/andrei/core-admin-release/core-admin/source/stylesheets/bootstrap/_navs.scss */
.nav .active .dropdown-toggle .caret {
    border-top-color: #fff;
    border-bottom-color: #fff;
}

/* line 241, /home/andrei/core-admin-release/core-admin/source/stylesheets/bootstrap/_navs.scss */
.nav-tabs .active .dropdown-toggle .caret {
    border-top-color: #555555;
    border-bottom-color: #555555;
}

/* line 249, /home/andrei/core-admin-release/core-admin/source/stylesheets/bootstrap/_navs.scss */
.nav > .dropdown.active > a:hover,
.nav > .dropdown.active > a:focus {
    cursor: pointer;
}

/* line 258, /home/andrei/core-admin-release/core-admin/source/stylesheets/bootstrap/_navs.scss */
.nav-tabs .open .dropdown-toggle,
.nav-pills .open .dropdown-toggle,
.nav > li.dropdown.open.active > a:hover,
.nav > li.dropdown.open.active > a:focus {
    color: white;
    background-color: #999999;
    border-color: #999999;
}

/* line 266, /home/andrei/core-admin-release/core-admin/source/stylesheets/bootstrap/_navs.scss */
.nav li.dropdown.open .caret,
.nav li.dropdown.open.active .caret,
.nav li.dropdown.open a:hover .caret,
.nav li.dropdown.open a:focus .caret {
    border-top-color: white;
    border-bottom-color: white;
    opacity: 1;
    filter: alpha(opacity=100);
}

/* line 274, /home/andrei/core-admin-release/core-admin/source/stylesheets/bootstrap/_navs.scss */
.tabs-stacked .open > a:hover,
.tabs-stacked .open > a:focus {
    border-color: #999999;
}

/* line 288, /home/andrei/core-admin-release/core-admin/source/stylesheets/bootstrap/_navs.scss */
.tabbable {
    *zoom: 1;
}
    /* line 15, /home/andrei/core-admin-release/core-admin/source/stylesheets/bootstrap/_mixins.scss */
    .tabbable:before, .tabbable:after {
        display: table;
        content: "";
        line-height: 0;
    }
    /* line 22, /home/andrei/core-admin-release/core-admin/source/stylesheets/bootstrap/_mixins.scss */
    .tabbable:after {
        clear: both;
    }

/* line 291, /home/andrei/core-admin-release/core-admin/source/stylesheets/bootstrap/_navs.scss */
.tab-content {
    overflow: auto;
}

/* line 298, /home/andrei/core-admin-release/core-admin/source/stylesheets/bootstrap/_navs.scss */
.tabs-below > .nav-tabs,
.tabs-right > .nav-tabs,
.tabs-left > .nav-tabs {
    border-bottom: 0;
}

/* line 304, /home/andrei/core-admin-release/core-admin/source/stylesheets/bootstrap/_navs.scss */
.tab-content > .tab-pane,
.pill-content > .pill-pane {
    display: none;
}

/* line 308, /home/andrei/core-admin-release/core-admin/source/stylesheets/bootstrap/_navs.scss */
.tab-content > .active,
.pill-content > .active {
    display: block;
}

/* line 316, /home/andrei/core-admin-release/core-admin/source/stylesheets/bootstrap/_navs.scss */
.tabs-below > .nav-tabs {
    border-top: 1px solid #ddd;
}

    /* line 319, /home/andrei/core-admin-release/core-admin/source/stylesheets/bootstrap/_navs.scss */
    .tabs-below > .nav-tabs > li {
        margin-top: -1px;
        margin-bottom: 0;
    }

        /* line 323, /home/andrei/core-admin-release/core-admin/source/stylesheets/bootstrap/_navs.scss */
        .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;
        }
            /* line 326, /home/andrei/core-admin-release/core-admin/source/stylesheets/bootstrap/_navs.scss */
            .tabs-below > .nav-tabs > li > a:hover, .tabs-below > .nav-tabs > li > a:focus {
                border-bottom-color: transparent;
                border-top-color: #ddd;
            }

    /* line 333, /home/andrei/core-admin-release/core-admin/source/stylesheets/bootstrap/_navs.scss */
    .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;
    }

/* line 342, /home/andrei/core-admin-release/core-admin/source/stylesheets/bootstrap/_navs.scss */
.tabs-left > .nav-tabs > li,
.tabs-right > .nav-tabs > li {
    float: none;
}

    /* line 346, /home/andrei/core-admin-release/core-admin/source/stylesheets/bootstrap/_navs.scss */
    .tabs-left > .nav-tabs > li > a,
    .tabs-right > .nav-tabs > li > a {
        min-width: 74px;
        margin-right: 0;
        margin-bottom: 3px;
    }

/* line 353, /home/andrei/core-admin-release/core-admin/source/stylesheets/bootstrap/_navs.scss */
.tabs-left > .nav-tabs {
    float: left;
    margin-right: 19px;
    border-right: 1px solid #ddd;
}

    /* line 358, /home/andrei/core-admin-release/core-admin/source/stylesheets/bootstrap/_navs.scss */
    .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;
    }

        /* line 363, /home/andrei/core-admin-release/core-admin/source/stylesheets/bootstrap/_navs.scss */
        .tabs-left > .nav-tabs > li > a:hover,
        .tabs-left > .nav-tabs > li > a:focus {
            border-color: #eeeeee #dddddd #eeeeee #eeeeee;
        }

    /* line 368, /home/andrei/core-admin-release/core-admin/source/stylesheets/bootstrap/_navs.scss */
    .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: white;
    }

/* line 374, /home/andrei/core-admin-release/core-admin/source/stylesheets/bootstrap/_navs.scss */
.tabs-right > .nav-tabs {
    float: right;
    margin-left: 19px;
    border-left: 1px solid #ddd;
}

    /* line 379, /home/andrei/core-admin-release/core-admin/source/stylesheets/bootstrap/_navs.scss */
    .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;
    }

        /* line 384, /home/andrei/core-admin-release/core-admin/source/stylesheets/bootstrap/_navs.scss */
        .tabs-right > .nav-tabs > li > a:hover,
        .tabs-right > .nav-tabs > li > a:focus {
            border-color: #eeeeee #eeeeee #eeeeee #dddddd;
        }

    /* line 389, /home/andrei/core-admin-release/core-admin/source/stylesheets/bootstrap/_navs.scss */
    .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: white;
    }

/* line 400, /home/andrei/core-admin-release/core-admin/source/stylesheets/bootstrap/_navs.scss */
.nav > .disabled > a {
    color: #999999;
}

    /* line 405, /home/andrei/core-admin-release/core-admin/source/stylesheets/bootstrap/_navs.scss */
    .nav > .disabled > a:hover,
    .nav > .disabled > a:focus {
        text-decoration: none;
        background-color: transparent;
        cursor: default;
    }

/* line 10, /home/andrei/core-admin-release/core-admin/source/stylesheets/bootstrap/_navbar.scss */
.navbar {
    overflow: visible;
    margin-bottom: 20px;
    *position: relative;
    *z-index: 2;
}

/* line 21, /home/andrei/core-admin-release/core-admin/source/stylesheets/bootstrap/_navbar.scss */
.navbar-inner {
    min-height: 40px;
    padding-left: 20px;
    padding-right: 20px;
    background-color: #f9f9f9;
    background-image: -moz-linear-gradient(top, #cc0000, #990000);
    background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#cc0000), to(#990000));
    background-image: -webkit-linear-gradient(top, #cc0000, #990000);
    background-image: -o-linear-gradient(top, #cc0000, #990000);
    background-image: linear-gradient(to bottom, #cc0000, #990000);
    background-repeat: repeat-x;
    /*filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFFFFFFF', endColorstr='#FFF2F2F2', GradientType=0);*/
    border: 1px solid #d4d4d4;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    -webkit-box-shadow: 0 1px 4px rgba(153, 0, 0, 0.065);
    -moz-box-shadow: 0 1px 4px rgba(153, 0, 0, 0.065);
    box-shadow: 0 1px 4px rgba(153, 0, 0, 0.065);
    *zoom: 1;
}
    /* line 15, /home/andrei/core-admin-release/core-admin/source/stylesheets/bootstrap/_mixins.scss */
    .navbar-inner:before, .navbar-inner:after {
        display: table;
        content: "";
        line-height: 0;
    }
    /* line 22, /home/andrei/core-admin-release/core-admin/source/stylesheets/bootstrap/_mixins.scss */
    .navbar-inner:after {
        clear: both;
    }

/* line 36, /home/andrei/core-admin-release/core-admin/source/stylesheets/bootstrap/_navbar.scss */
.navbar .container {
    width: auto;
}

/* line 41, /home/andrei/core-admin-release/core-admin/source/stylesheets/bootstrap/_navbar.scss */
.nav-collapse.collapse {
    height: auto;
    overflow: visible;
}

/* line 49, /home/andrei/core-admin-release/core-admin/source/stylesheets/bootstrap/_navbar.scss */
.navbar .brand {
    float: left;
    display: block;
    padding: 10px 20px 10px 130px;
    /*  margin-left: -20px;*/
    font-size: 16px;
    font-weight: 200;
    color: #777777;
    text-shadow: 0 1px 0 white;
}
    /* line 60, /home/andrei/core-admin-release/core-admin/source/stylesheets/bootstrap/_navbar.scss */
    .navbar .brand:hover, .navbar .brand:focus {
        text-decoration: none;
    }

/* line 67, /home/andrei/core-admin-release/core-admin/source/stylesheets/bootstrap/_navbar.scss */
.navbar-text {
    margin-bottom: 0;
    line-height: 40px;
    color: #777777;
}

/* line 75, /home/andrei/core-admin-release/core-admin/source/stylesheets/bootstrap/_navbar.scss */
.navbar-link {
    color: #777777;
}
    /* line 78, /home/andrei/core-admin-release/core-admin/source/stylesheets/bootstrap/_navbar.scss */
    .navbar-link:hover, .navbar-link:focus {
        color: #333333;
    }

/* line 85, /home/andrei/core-admin-release/core-admin/source/stylesheets/bootstrap/_navbar.scss */
.navbar .divider-vertical {
    height: 40px;
    margin: 0 9px;
    border-left: 1px solid #f2f2f2;
    border-right: 1px solid white;
}

/* line 95, /home/andrei/core-admin-release/core-admin/source/stylesheets/bootstrap/_navbar.scss */
.navbar .btn,
.navbar .btn-group {
    margin-top: 5px;
}

    /* line 102, /home/andrei/core-admin-release/core-admin/source/stylesheets/bootstrap/_navbar.scss */
    .navbar .btn-group .btn,
    .navbar .input-prepend .btn,
    .navbar .input-append .btn,
    .navbar .input-prepend .btn-group,
    .navbar .input-append .btn-group {
        margin-top: 0;
    }

/* line 108, /home/andrei/core-admin-release/core-admin/source/stylesheets/bootstrap/_navbar.scss */
.navbar-form {
    margin-bottom: 0;
    *zoom: 1;
}
    /* line 15, /home/andrei/core-admin-release/core-admin/source/stylesheets/bootstrap/_mixins.scss */
    .navbar-form:before, .navbar-form:after {
        display: table;
        content: "";
        line-height: 0;
    }
    /* line 22, /home/andrei/core-admin-release/core-admin/source/stylesheets/bootstrap/_mixins.scss */
    .navbar-form:after {
        clear: both;
    }
    /* line 114, /home/andrei/core-admin-release/core-admin/source/stylesheets/bootstrap/_navbar.scss */
    .navbar-form input,
    .navbar-form select,
    .navbar-form .radio,
    .navbar-form .checkbox {
        margin-top: 5px;
    }
    /* line 119, /home/andrei/core-admin-release/core-admin/source/stylesheets/bootstrap/_navbar.scss */
    .navbar-form input,
    .navbar-form select,
    .navbar-form .btn {
        display: inline-block;
        margin-bottom: 0;
    }
        /* line 125, /home/andrei/core-admin-release/core-admin/source/stylesheets/bootstrap/_navbar.scss */
        .navbar-form input[type="image"],
        .navbar-form input[type="checkbox"],
        .navbar-form input[type="radio"] {
            margin-top: 3px;
        }
    /* line 129, /home/andrei/core-admin-release/core-admin/source/stylesheets/bootstrap/_navbar.scss */
    .navbar-form .input-append,
    .navbar-form .input-prepend {
        margin-top: 5px;
        white-space: nowrap;
    }
        /* line 132, /home/andrei/core-admin-release/core-admin/source/stylesheets/bootstrap/_navbar.scss */
        .navbar-form .input-append input,
        .navbar-form .input-prepend input {
            margin-top: 0;
        }

/* line 140, /home/andrei/core-admin-release/core-admin/source/stylesheets/bootstrap/_navbar.scss */
.navbar-search {
    position: relative;
    float: left;
    margin-top: 5px;
    margin-bottom: 0;
}
    /* line 145, /home/andrei/core-admin-release/core-admin/source/stylesheets/bootstrap/_navbar.scss */
    .navbar-search .search-query {
        margin-bottom: 0;
        padding: 4px 14px;
        font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
        font-size: 13px;
        font-weight: normal;
        line-height: 1;
        -webkit-border-radius: 15px;
        -moz-border-radius: 15px;
        border-radius: 15px;
    }

/* line 158, /home/andrei/core-admin-release/core-admin/source/stylesheets/bootstrap/_navbar.scss */
.navbar-static-top {
    position: static;
    margin-bottom: 0;
}
    /* line 161, /home/andrei/core-admin-release/core-admin/source/stylesheets/bootstrap/_navbar.scss */
    .navbar-static-top .navbar-inner {
        -webkit-border-radius: 0;
        -moz-border-radius: 0;
        border-radius: 0;
    }

/* line 173, /home/andrei/core-admin-release/core-admin/source/stylesheets/bootstrap/_navbar.scss */
.navbar-fixed-top,
.navbar-fixed-bottom {
    position: fixed;
    right: 0;
    left: 0;
    z-index: 1030;
    margin-bottom: 0;
}

    /* line 181, /home/andrei/core-admin-release/core-admin/source/stylesheets/bootstrap/_navbar.scss */
    .navbar-fixed-top .navbar-inner,
    .navbar-static-top .navbar-inner {
        border-width: 0 0 1px;
    }

    /* line 184, /home/andrei/core-admin-release/core-admin/source/stylesheets/bootstrap/_navbar.scss */
    .navbar-fixed-bottom .navbar-inner {
        border-width: 1px 0 0;
    }

    /* line 188, /home/andrei/core-admin-release/core-admin/source/stylesheets/bootstrap/_navbar.scss */
    .navbar-fixed-top .navbar-inner,
    .navbar-fixed-bottom .navbar-inner {
        padding-left: 0;
        padding-right: 0;
        -webkit-border-radius: 0;
        -moz-border-radius: 0;
        border-radius: 0;
    }

    /* line 198, /home/andrei/core-admin-release/core-admin/source/stylesheets/bootstrap/_navbar.scss */
    .navbar-static-top .container,
    .navbar-fixed-top .container,
    .navbar-fixed-bottom .container {
        width: 940px;
    }

/* line 203, /home/andrei/core-admin-release/core-admin/source/stylesheets/bootstrap/_navbar.scss */
.navbar-fixed-top {
    top: 0;
}

    /* line 208, /home/andrei/core-admin-release/core-admin/source/stylesheets/bootstrap/_navbar.scss */
    .navbar-fixed-top .navbar-inner,
    .navbar-static-top .navbar-inner {
        -webkit-box-shadow: 0 1px 10px rgba(0, 0, 0, 0.1);
        -moz-box-shadow: 0 1px 10px rgba(0, 0, 0, 0.1);
        box-shadow: 0 1px 10px rgba(0, 0, 0, 0.1);
    }

/* line 214, /home/andrei/core-admin-release/core-admin/source/stylesheets/bootstrap/_navbar.scss */
.navbar-fixed-bottom {
    bottom: 0;
}
    /* line 216, /home/andrei/core-admin-release/core-admin/source/stylesheets/bootstrap/_navbar.scss */
    .navbar-fixed-bottom .navbar-inner {
        -webkit-box-shadow: 0 -1px 10px rgba(0, 0, 0, 0.1);
        -moz-box-shadow: 0 -1px 10px rgba(0, 0, 0, 0.1);
        box-shadow: 0 -1px 10px rgba(0, 0, 0, 0.1);
    }

/* line 226, /home/andrei/core-admin-release/core-admin/source/stylesheets/bootstrap/_navbar.scss */
.navbar .nav {
    position: relative;
    left: 0;
    display: block;
    float: left;
    margin: 0 10px 0 0;
}

    /* line 233, /home/andrei/core-admin-release/core-admin/source/stylesheets/bootstrap/_navbar.scss */
    .navbar .nav.pull-right {
        float: right;
        margin-right: 0;
    }

    /* line 237, /home/andrei/core-admin-release/core-admin/source/stylesheets/bootstrap/_navbar.scss */
    .navbar .nav > li {
        float: left;
    }

        /* line 242, /home/andrei/core-admin-release/core-admin/source/stylesheets/bootstrap/_navbar.scss */
        .navbar .nav > li > a {
            float: none;
            padding: 10px 15px 10px;
            color: #777777;
            text-decoration: none;
            text-shadow: 0 1px 0 white;
        }

    /* line 250, /home/andrei/core-admin-release/core-admin/source/stylesheets/bootstrap/_navbar.scss */
    .navbar .nav .dropdown-toggle .caret {
        margin-top: 8px;
    }

    /* line 256, /home/andrei/core-admin-release/core-admin/source/stylesheets/bootstrap/_navbar.scss */
    .navbar .nav > li > a:focus,
    .navbar .nav > li > a:hover {
        background-color: transparent;
        color: #333333;
        text-decoration: none;
    }

    /* line 265, /home/andrei/core-admin-release/core-admin/source/stylesheets/bootstrap/_navbar.scss */
    .navbar .nav > .active > a,
    .navbar .nav > .active > a:hover,
    .navbar .nav > .active > a:focus {
        color: #555555;
        text-decoration: none;
        background-color: #e6e6e6;
        -webkit-box-shadow: inset 0 3px 8px rgba(0, 0, 0, 0.125);
        -moz-box-shadow: inset 0 3px 8px rgba(0, 0, 0, 0.125);
        box-shadow: inset 0 3px 8px rgba(0, 0, 0, 0.125);
    }

/* line 274, /home/andrei/core-admin-release/core-admin/source/stylesheets/bootstrap/_navbar.scss */
.navbar .btn-navbar {
    display: none;
    float: right;
    padding: 7px 10px;
    margin-left: 5px;
    margin-right: 5px;
    color: white;
    text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
    background-color: #ededed;
    background-image: -moz-linear-gradient(top, #f2f2f2, #e6e6e6);
    background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#f2f2f2), to(#e6e6e6));
    background-image: -webkit-linear-gradient(top, #f2f2f2, #e6e6e6);
    background-image: -o-linear-gradient(top, #f2f2f2, #e6e6e6);
    background-image: linear-gradient(to bottom, #f2f2f2, #e6e6e6);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFF2F2F2', endColorstr='#FFE6E6E6', GradientType=0);
    border-color: #e6e6e6 #e6e6e6 #bfbfbf;
    border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
    *background-color: #e6e6e6;
    /* Darken IE7 buttons by default so they stand out more given they won't have borders */
    filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
    -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1), 0 1px 0 rgba(255, 255, 255, 0.075);
    -moz-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1), 0 1px 0 rgba(255, 255, 255, 0.075);
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1), 0 1px 0 rgba(255, 255, 255, 0.075);
}
    /* line 502, /home/andrei/core-admin-release/core-admin/source/stylesheets/bootstrap/_mixins.scss */
    .navbar .btn-navbar:hover, .navbar .btn-navbar:focus, .navbar .btn-navbar:active, .navbar .btn-navbar.active, .navbar .btn-navbar.disabled, .navbar .btn-navbar[disabled] {
        color: white;
        background-color: #e6e6e6;
        *background-color: #d9d9d9;
    }
    /* line 510, /home/andrei/core-admin-release/core-admin/source/stylesheets/bootstrap/_mixins.scss */
    .navbar .btn-navbar:active, .navbar .btn-navbar.active {
        background-color: #cccccc \9;
    }

    /* line 283, /home/andrei/core-admin-release/core-admin/source/stylesheets/bootstrap/_navbar.scss */
    .navbar .btn-navbar .icon-bar {
        display: block;
        width: 18px;
        height: 2px;
        background-color: #f5f5f5;
        -webkit-border-radius: 1px;
        -moz-border-radius: 1px;
        border-radius: 1px;
        -webkit-box-shadow: 0 1px 0 rgba(0, 0, 0, 0.25);
        -moz-box-shadow: 0 1px 0 rgba(0, 0, 0, 0.25);
        box-shadow: 0 1px 0 rgba(0, 0, 0, 0.25);
    }

/* line 291, /home/andrei/core-admin-release/core-admin/source/stylesheets/bootstrap/_navbar.scss */
.btn-navbar .icon-bar + .icon-bar {
    margin-top: 3px;
}

/* line 302, /home/andrei/core-admin-release/core-admin/source/stylesheets/bootstrap/_navbar.scss */
.navbar .nav > li > .dropdown-menu:before {
    content: '';
    display: inline-block;
    border-left: 7px solid transparent;
    border-right: 7px solid transparent;
    border-bottom: 7px solid #ccc;
    border-bottom-color: rgba(0, 0, 0, 0.2);
    position: absolute;
    top: -7px;
    left: 9px;
}
/* line 313, /home/andrei/core-admin-release/core-admin/source/stylesheets/bootstrap/_navbar.scss */
.navbar .nav > li > .dropdown-menu:after {
    content: '';
    display: inline-block;
    border-left: 6px solid transparent;
    border-right: 6px solid transparent;
    border-bottom: 6px solid white;
    position: absolute;
    top: -6px;
    left: 10px;
}

/* line 326, /home/andrei/core-admin-release/core-admin/source/stylesheets/bootstrap/_navbar.scss */
.navbar-fixed-bottom .nav > li > .dropdown-menu:before {
    border-top: 7px solid #ccc;
    border-top-color: rgba(0, 0, 0, 0.2);
    border-bottom: 0;
    bottom: -7px;
    top: auto;
}
/* line 333, /home/andrei/core-admin-release/core-admin/source/stylesheets/bootstrap/_navbar.scss */
.navbar-fixed-bottom .nav > li > .dropdown-menu:after {
    border-top: 6px solid white;
    border-bottom: 0;
    bottom: -6px;
    top: auto;
}

/* line 343, /home/andrei/core-admin-release/core-admin/source/stylesheets/bootstrap/_navbar.scss */
.navbar .nav li.dropdown > a:hover .caret,
.navbar .nav li.dropdown > a:focus .caret {
    border-top-color: #555555;
    border-bottom-color: #555555;
}

/* line 351, /home/andrei/core-admin-release/core-admin/source/stylesheets/bootstrap/_navbar.scss */
.navbar .nav li.dropdown.open > .dropdown-toggle,
.navbar .nav li.dropdown.active > .dropdown-toggle,
.navbar .nav li.dropdown.open.active > .dropdown-toggle {
    background-color: #e6e6e6;
    color: #555555;
}

/* line 355, /home/andrei/core-admin-release/core-admin/source/stylesheets/bootstrap/_navbar.scss */
.navbar .nav li.dropdown > .dropdown-toggle .caret {
    border-top-color: #777777;
    border-bottom-color: #777777;
}

/* line 361, /home/andrei/core-admin-release/core-admin/source/stylesheets/bootstrap/_navbar.scss */
.navbar .nav li.dropdown.open > .dropdown-toggle .caret,
.navbar .nav li.dropdown.active > .dropdown-toggle .caret,
.navbar .nav li.dropdown.open.active > .dropdown-toggle .caret {
    border-top-color: #555555;
    border-bottom-color: #555555;
}

/* line 368, /home/andrei/core-admin-release/core-admin/source/stylesheets/bootstrap/_navbar.scss */
.navbar .pull-right > li > .dropdown-menu,
.navbar .nav > li > .dropdown-menu.pull-right {
    left: auto;
    right: 0;
}
    /* line 371, /home/andrei/core-admin-release/core-admin/source/stylesheets/bootstrap/_navbar.scss */
    .navbar .pull-right > li > .dropdown-menu:before,
    .navbar .nav > li > .dropdown-menu.pull-right:before {
        left: auto;
        right: 12px;
    }
    /* line 375, /home/andrei/core-admin-release/core-admin/source/stylesheets/bootstrap/_navbar.scss */
    .navbar .pull-right > li > .dropdown-menu:after,
    .navbar .nav > li > .dropdown-menu.pull-right:after {
        left: auto;
        right: 13px;
    }
    /* line 379, /home/andrei/core-admin-release/core-admin/source/stylesheets/bootstrap/_navbar.scss */
    .navbar .pull-right > li > .dropdown-menu .dropdown-menu,
    .navbar .nav > li > .dropdown-menu.pull-right .dropdown-menu {
        left: auto;
        right: 100%;
        margin-left: 0;
        margin-right: -1px;
        -webkit-border-radius: 6px 0 6px 6px;
        -moz-border-radius: 6px 0 6px 6px;
        border-radius: 6px 0 6px 6px;
    }

/* line 394, /home/andrei/core-admin-release/core-admin/source/stylesheets/bootstrap/_navbar.scss */
.navbar-inverse .navbar-inner {
    background-color: #cc0000;
    background-image: -moz-linear-gradient(top, #990000, #cc0000);
    background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#990000), to(#cc0000));
    background-image: -webkit-linear-gradient(top, #990000, #cc0000);
    background-image: -o-linear-gradient(top, #990000, #cc0000);
    background-image: linear-gradient(to bottom, #990000, #cc0000);
    background-repeat: repeat-x;
    /*filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FF222222', endColorstr='#FF111111', GradientType=0);*/
    border-color: #990000;
}
/* line 400, /home/andrei/core-admin-release/core-admin/source/stylesheets/bootstrap/_navbar.scss */
.navbar-inverse .brand,
.navbar-inverse .nav > li > a {
    color: #fff;
    text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
}
    /* line 404, /home/andrei/core-admin-release/core-admin/source/stylesheets/bootstrap/_navbar.scss */
    .navbar-inverse .brand:hover, .navbar-inverse .brand:focus,
    .navbar-inverse .nav > li > a:hover,
    .navbar-inverse .nav > li > a:focus {
        /*color: #fde802; */
    }
/* line 409, /home/andrei/core-admin-release/core-admin/source/stylesheets/bootstrap/_navbar.scss */
.navbar-inverse .brand {
    color: #999999;
}
/* line 413, /home/andrei/core-admin-release/core-admin/source/stylesheets/bootstrap/_navbar.scss */
.navbar-inverse .navbar-text {
    color: #999999;
}
/* line 418, /home/andrei/core-admin-release/core-admin/source/stylesheets/bootstrap/_navbar.scss */
.navbar-inverse .nav > li > a:focus,
.navbar-inverse .nav > li > a:hover {
    background-color: #870000;
    /* background-color: transparent;*/
    color: white;
}
/* line 425, /home/andrei/core-admin-release/core-admin/source/stylesheets/bootstrap/_navbar.scss */
.navbar-inverse .nav .active > a,
.navbar-inverse .nav .active > a:hover,
.navbar-inverse .nav .active > a:focus {
    color: white;
    background-color: #870000;
}
/* line 431, /home/andrei/core-admin-release/core-admin/source/stylesheets/bootstrap/_navbar.scss */
.navbar-inverse .navbar-link {
    color: #999999;
}
    /* line 434, /home/andrei/core-admin-release/core-admin/source/stylesheets/bootstrap/_navbar.scss */
    .navbar-inverse .navbar-link:hover, .navbar-inverse .navbar-link:focus {
        color: white;
    }
/* line 440, /home/andrei/core-admin-release/core-admin/source/stylesheets/bootstrap/_navbar.scss */
.navbar-inverse .divider-vertical {
    border-left-color: #111111;
    border-right-color: #222222;
}
/* line 448, /home/andrei/core-admin-release/core-admin/source/stylesheets/bootstrap/_navbar.scss */
.navbar-inverse .nav li.dropdown.open > .dropdown-toggle,
.navbar-inverse .nav li.dropdown.active > .dropdown-toggle,
.navbar-inverse .nav li.dropdown.open.active > .dropdown-toggle {
    background-color: #870000;
    color: white;
}
/* line 453, /home/andrei/core-admin-release/core-admin/source/stylesheets/bootstrap/_navbar.scss */
.navbar-inverse .nav li.dropdown > a:hover .caret,
.navbar-inverse .nav li.dropdown > a:focus .caret {
    border-top-color: white;
    color: white;
}
/* line 457, /home/andrei/core-admin-release/core-admin/source/stylesheets/bootstrap/_navbar.scss */
.navbar-inverse .nav li.dropdown > .dropdown-toggle .caret {
    border-top-color: #999999;
    border-bottom-color: #999999;
}
/* line 463, /home/andrei/core-admin-release/core-admin/source/stylesheets/bootstrap/_navbar.scss */
.navbar-inverse .nav li.dropdown.open > .dropdown-toggle .caret,
.navbar-inverse .nav li.dropdown.active > .dropdown-toggle .caret,
.navbar-inverse .nav li.dropdown.open.active > .dropdown-toggle .caret {
    border-top-color: white;
    border-bottom-color: white;
}
/* line 470, /home/andrei/core-admin-release/core-admin/source/stylesheets/bootstrap/_navbar.scss */
.navbar-inverse .navbar-search .search-query {
    color: #555;
    background-color: #fff;
    border-color: #ccc;
    /*  -webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1), 0 1px 0 rgba(255, 255, 255, 0.15);
  -moz-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1), 0 1px 0 rgba(255, 255, 255, 0.15);
  box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1), 0 1px 0 rgba(255, 255, 255, 0.15);*/
    -webkit-transition: none;
    -moz-transition: none;
    -o-transition: none;
    transition: none;
}
    /* line 83, /home/andrei/core-admin-release/core-admin/source/stylesheets/bootstrap/_mixins.scss */
    .navbar-inverse .navbar-search .search-query:-moz-placeholder {
        color: #cccccc;
    }
    /* line 86, /home/andrei/core-admin-release/core-admin/source/stylesheets/bootstrap/_mixins.scss */
    .navbar-inverse .navbar-search .search-query:-ms-input-placeholder {
        color: #cccccc;
    }
    /* line 89, /home/andrei/core-admin-release/core-admin/source/stylesheets/bootstrap/_mixins.scss */
    .navbar-inverse .navbar-search .search-query::-webkit-input-placeholder {
        color: #cccccc;
    }
    /* line 480, /home/andrei/core-admin-release/core-admin/source/stylesheets/bootstrap/_navbar.scss */
    .navbar-inverse .navbar-search .search-query:focus, .navbar-inverse .navbar-search .search-query.focused {
        padding: 5px 15px;
        color: #333333;
        text-shadow: 0 1px 0 white;
        background-color: white;
        border: 0;
        -webkit-box-shadow: 0 0 3px rgba(0, 0, 0, 0.15);
        -moz-box-shadow: 0 0 3px rgba(0, 0, 0, 0.15);
        box-shadow: 0 0 3px rgba(0, 0, 0, 0.15);
        outline: 0;
    }
/* line 493, /home/andrei/core-admin-release/core-admin/source/stylesheets/bootstrap/_navbar.scss */
.navbar-inverse .btn-navbar {
    color: white;
    text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
    background-color: #780000;
    background-image: -moz-linear-gradient(top, #990000, #780000);
    background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#990000), to(#780000));
    background-image: -webkit-linear-gradient(top, #990000, #780000);
    background-image: -o-linear-gradient(top, #990000, #780000);
    background-image: linear-gradient(to bottom, #990000, #780000);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FF151515', endColorstr='#FF040404', GradientType=0);
    border-color: #040404 #040404 black;
    border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
    *background-color: #990000;
    /* Darken IE7 buttons by default so they stand out more given they won't have borders */
    filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
}
    /* line 502, /home/andrei/core-admin-release/core-admin/source/stylesheets/bootstrap/_mixins.scss */
    .navbar-inverse .btn-navbar:hover, .navbar-inverse .btn-navbar:focus, .navbar-inverse .btn-navbar:active, .navbar-inverse .btn-navbar.active, .navbar-inverse .btn-navbar.disabled, .navbar-inverse .btn-navbar[disabled] {
        color: white;
        background-color: #780000;
        *background-color: #780000;
    }
    /* line 510, /home/andrei/core-admin-release/core-admin/source/stylesheets/bootstrap/_mixins.scss */
    .navbar-inverse .btn-navbar:active, .navbar-inverse .btn-navbar.active {
        background-color: black \9;
    }

/* line 6, /home/andrei/core-admin-release/core-admin/source/stylesheets/bootstrap/_breadcrumbs.scss */
.breadcrumb {
    padding: 8px 15px;
    margin: 0 0 20px;
    list-style: none;
    background-color: #f5f5f5;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
}
    /* line 12, /home/andrei/core-admin-release/core-admin/source/stylesheets/bootstrap/_breadcrumbs.scss */
    .breadcrumb > li {
        display: inline-block;
        *display: inline;
        /* IE7 inline-block hack */
        *zoom: 1;
        text-shadow: 0 1px 0 white;
    }
        /* line 16, /home/andrei/core-admin-release/core-admin/source/stylesheets/bootstrap/_breadcrumbs.scss */
        .breadcrumb > li > .divider {
            padding: 0 5px;
            color: #ccc;
        }
    /* line 21, /home/andrei/core-admin-release/core-admin/source/stylesheets/bootstrap/_breadcrumbs.scss */
    .breadcrumb .active {
        color: #999999;
    }

/* line 6, /home/andrei/core-admin-release/core-admin/source/stylesheets/bootstrap/_pagination.scss */
.pagination {
    /*  margin: 20px 0;  */
}

    /* line 10, /home/andrei/core-admin-release/core-admin/source/stylesheets/bootstrap/_pagination.scss */
    .pagination ul {
        display: inline-block;
        *display: inline;
        /* IE7 inline-block hack */
        *zoom: 1;
        margin-left: 0;
        margin-bottom: 0;
        -webkit-border-radius: 4px;
        -moz-border-radius: 4px;
        border-radius: 4px;
        -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05);
        -moz-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05);
        box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05);
    }

        /* line 21, /home/andrei/core-admin-release/core-admin/source/stylesheets/bootstrap/_pagination.scss */
        .pagination ul > li {
            display: inline;
        }

            /* line 25, /home/andrei/core-admin-release/core-admin/source/stylesheets/bootstrap/_pagination.scss */
            .pagination ul > li > a,
            .pagination ul > li > span {
                float: left;
                padding: 4px 12px;
                line-height: 20px;
                text-decoration: none;
                background-color: white;
                border: 1px solid #dddddd;
                border-left-width: 0;
            }

                /* line 37, /home/andrei/core-admin-release/core-admin/source/stylesheets/bootstrap/_pagination.scss */
                .pagination ul > li > a:hover,
                .pagination ul > li > a:focus,
                .pagination ul > .active > a,
                .pagination ul > .active > span {
                    background-color: whitesmoke;
                }

        /* line 41, /home/andrei/core-admin-release/core-admin/source/stylesheets/bootstrap/_pagination.scss */
        .pagination ul > .active > a,
        .pagination ul > .active > span {
            color: #999999;
            cursor: default;
        }

        /* line 48, /home/andrei/core-admin-release/core-admin/source/stylesheets/bootstrap/_pagination.scss */
        .pagination ul > .disabled > span,
        .pagination ul > .disabled > a,
        .pagination ul > .disabled > a:hover,
        .pagination ul > .disabled > a:focus {
            color: #999999;
            background-color: transparent;
            cursor: default;
        }

        /* line 54, /home/andrei/core-admin-release/core-admin/source/stylesheets/bootstrap/_pagination.scss */
        .pagination ul > li:first-child > a,
        .pagination ul > li:first-child > span {
            border-left-width: 1px;
            -webkit-border-top-left-radius: 4px;
            -moz-border-radius-topleft: 4px;
            border-top-left-radius: 4px;
            -webkit-border-bottom-left-radius: 4px;
            -moz-border-radius-bottomleft: 4px;
            border-bottom-left-radius: 4px;
        }

        /* line 59, /home/andrei/core-admin-release/core-admin/source/stylesheets/bootstrap/_pagination.scss */
        .pagination ul > li:last-child > a,
        .pagination ul > li:last-child > span {
            -webkit-border-top-right-radius: 4px;
            -moz-border-radius-topright: 4px;
            border-top-right-radius: 4px;
            -webkit-border-bottom-right-radius: 4px;
            -moz-border-radius-bottomright: 4px;
            border-bottom-right-radius: 4px;
        }

/* line 67, /home/andrei/core-admin-release/core-admin/source/stylesheets/bootstrap/_pagination.scss */
.pagination-centered {
    text-align: center;
}

/* line 70, /home/andrei/core-admin-release/core-admin/source/stylesheets/bootstrap/_pagination.scss */
.pagination-right {
    text-align: right;
}

/* line 81, /home/andrei/core-admin-release/core-admin/source/stylesheets/bootstrap/_pagination.scss */
.pagination-large ul > li > a,
.pagination-large ul > li > span {
    padding: 11px 19px;
    font-size: 17.5px;
}
/* line 86, /home/andrei/core-admin-release/core-admin/source/stylesheets/bootstrap/_pagination.scss */
.pagination-large ul > li:first-child > a,
.pagination-large ul > li:first-child > span {
    -webkit-border-top-left-radius: 6px;
    -moz-border-radius-topleft: 6px;
    border-top-left-radius: 6px;
    -webkit-border-bottom-left-radius: 6px;
    -moz-border-radius-bottomleft: 6px;
    border-bottom-left-radius: 6px;
}
/* line 90, /home/andrei/core-admin-release/core-admin/source/stylesheets/bootstrap/_pagination.scss */
.pagination-large ul > li:last-child > a,
.pagination-large ul > li:last-child > span {
    -webkit-border-top-right-radius: 6px;
    -moz-border-radius-topright: 6px;
    border-top-right-radius: 6px;
    -webkit-border-bottom-right-radius: 6px;
    -moz-border-radius-bottomright: 6px;
    border-bottom-right-radius: 6px;
}

/* line 99, /home/andrei/core-admin-release/core-admin/source/stylesheets/bootstrap/_pagination.scss */
.pagination-mini ul > li:first-child > a,
.pagination-mini ul > li:first-child > span,
.pagination-small ul > li:first-child > a,
.pagination-small ul > li:first-child > span {
    -webkit-border-top-left-radius: 3px;
    -moz-border-radius-topleft: 3px;
    border-top-left-radius: 3px;
    -webkit-border-bottom-left-radius: 3px;
    -moz-border-radius-bottomleft: 3px;
    border-bottom-left-radius: 3px;
}
/* line 103, /home/andrei/core-admin-release/core-admin/source/stylesheets/bootstrap/_pagination.scss */
.pagination-mini ul > li:last-child > a,
.pagination-mini ul > li:last-child > span,
.pagination-small ul > li:last-child > a,
.pagination-small ul > li:last-child > span {
    -webkit-border-top-right-radius: 3px;
    -moz-border-radius-topright: 3px;
    border-top-right-radius: 3px;
    -webkit-border-bottom-right-radius: 3px;
    -moz-border-radius-bottomright: 3px;
    border-bottom-right-radius: 3px;
}

/* line 111, /home/andrei/core-admin-release/core-admin/source/stylesheets/bootstrap/_pagination.scss */
.pagination-small ul > li > a,
.pagination-small ul > li > span {
    padding: 2px 10px;
    font-size: 11.9px;
}

/* line 119, /home/andrei/core-admin-release/core-admin/source/stylesheets/bootstrap/_pagination.scss */
.pagination-mini ul > li > a,
.pagination-mini ul > li > span {
    padding: 0px 6px;
    font-size: 10.5px;
}

/* line 6, /home/andrei/core-admin-release/core-admin/source/stylesheets/bootstrap/_pager.scss */
.pager {
    margin: 20px 0;
    list-style: none;
    text-align: center;
    *zoom: 1;
}
    /* line 15, /home/andrei/core-admin-release/core-admin/source/stylesheets/bootstrap/_mixins.scss */
    .pager:before, .pager:after {
        display: table;
        content: "";
        line-height: 0;
    }
    /* line 22, /home/andrei/core-admin-release/core-admin/source/stylesheets/bootstrap/_mixins.scss */
    .pager:after {
        clear: both;
    }

    /* line 12, /home/andrei/core-admin-release/core-admin/source/stylesheets/bootstrap/_pager.scss */
    .pager li {
        display: inline;
    }

        /* line 16, /home/andrei/core-admin-release/core-admin/source/stylesheets/bootstrap/_pager.scss */
        .pager li > a,
        .pager li > span {
            display: inline-block;
            padding: 5px 14px;
            background-color: #fff;
            border: 1px solid #ddd;
            -webkit-border-radius: 15px;
            -moz-border-radius: 15px;
            border-radius: 15px;
        }

            /* line 24, /home/andrei/core-admin-release/core-admin/source/stylesheets/bootstrap/_pager.scss */
            .pager li > a:hover,
            .pager li > a:focus {
                text-decoration: none;
                background-color: #f5f5f5;
            }

    /* line 29, /home/andrei/core-admin-release/core-admin/source/stylesheets/bootstrap/_pager.scss */
    .pager .next > a,
    .pager .next > span {
        float: right;
    }

    /* line 33, /home/andrei/core-admin-release/core-admin/source/stylesheets/bootstrap/_pager.scss */
    .pager .previous > a,
    .pager .previous > span {
        float: left;
    }

    /* line 39, /home/andrei/core-admin-release/core-admin/source/stylesheets/bootstrap/_pager.scss */
    .pager .disabled > a,
    .pager .disabled > a:hover,
    .pager .disabled > a:focus,
    .pager .disabled > span {
        color: #999999;
        background-color: #fff;
        cursor: default;
    }

/* line 6, /home/andrei/core-admin-release/core-admin/source/stylesheets/bootstrap/_modals.scss */
.modal-backdrop {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1040;
    background-color: black;
}
    /* line 15, /home/andrei/core-admin-release/core-admin/source/stylesheets/bootstrap/_modals.scss */
    .modal-backdrop.fade {
        opacity: 0;
    }

        /* line 19, /home/andrei/core-admin-release/core-admin/source/stylesheets/bootstrap/_modals.scss */
        .modal-backdrop,
        .modal-backdrop.fade.in {
            opacity: 0.8;
            filter: alpha(opacity=80);
        }

/* line 24, /home/andrei/core-admin-release/core-admin/source/stylesheets/bootstrap/_modals.scss */
.modal {
    position: fixed;
    top: 10%;
    left: 50%;
    z-index: 1050;
    width: 560px;
    margin-left: -280px;
    background-color: white;
    border: 1px solid #999;
    border: 1px solid rgba(0, 0, 0, 0.3);
    *border: 1px solid #999;
    /* IE6-7 */
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px;
    -webkit-box-shadow: 0 3px 7px rgba(0, 0, 0, 0.3);
    -moz-box-shadow: 0 3px 7px rgba(0, 0, 0, 0.3);
    box-shadow: 0 3px 7px rgba(0, 0, 0, 0.3);
    -webkit-background-clip: padding-box;
    -moz-background-clip: padding-box;
    background-clip: padding-box;
    outline: none;
}
    /* line 41, /home/andrei/core-admin-release/core-admin/source/stylesheets/bootstrap/_modals.scss */
    .modal.fade {
        -webkit-transition: opacity 0.3s linear, top 0.3s ease-out;
        -moz-transition: opacity 0.3s linear, top 0.3s ease-out;
        -o-transition: opacity 0.3s linear, top 0.3s ease-out;
        transition: opacity 0.3s linear, top 0.3s ease-out;
        top: -25%;
    }
        /* line 45, /home/andrei/core-admin-release/core-admin/source/stylesheets/bootstrap/_modals.scss */
        .modal.fade.in {
            top: 10%;
        }

/* line 47, /home/andrei/core-admin-release/core-admin/source/stylesheets/bootstrap/_modals.scss */
.modal-header {
    padding: 9px 15px;
    border-bottom: 1px solid #eee;
}
    /* line 51, /home/andrei/core-admin-release/core-admin/source/stylesheets/bootstrap/_modals.scss */
    .modal-header .close {
        margin-top: 2px;
    }
    /* line 53, /home/andrei/core-admin-release/core-admin/source/stylesheets/bootstrap/_modals.scss */
    .modal-header h3 {
        margin: 0;
        line-height: 30px;
    }

/* line 60, /home/andrei/core-admin-release/core-admin/source/stylesheets/bootstrap/_modals.scss */
.modal-body {
    position: relative;
    overflow-y: auto;
    max-height: 400px;
    padding: 15px;
}

/* line 67, /home/andrei/core-admin-release/core-admin/source/stylesheets/bootstrap/_modals.scss */
.modal-form {
    margin-bottom: 0;
}

/* line 72, /home/andrei/core-admin-release/core-admin/source/stylesheets/bootstrap/_modals.scss */
.modal-footer {
    padding: 14px 15px 15px;
    margin-bottom: 0;
    text-align: right;
    background-color: #f5f5f5;
    border-top: 1px solid #ddd;
    -webkit-border-radius: 0 0 6px 6px;
    -moz-border-radius: 0 0 6px 6px;
    border-radius: 0 0 6px 6px;
    -webkit-box-shadow: inset 0 1px 0 white;
    -moz-box-shadow: inset 0 1px 0 white;
    box-shadow: inset 0 1px 0 white;
    *zoom: 1;
}
    /* line 15, /home/andrei/core-admin-release/core-admin/source/stylesheets/bootstrap/_mixins.scss */
    .modal-footer:before, .modal-footer:after {
        display: table;
        content: "";
        line-height: 0;
    }
    /* line 22, /home/andrei/core-admin-release/core-admin/source/stylesheets/bootstrap/_mixins.scss */
    .modal-footer:after {
        clear: both;
    }
    /* line 83, /home/andrei/core-admin-release/core-admin/source/stylesheets/bootstrap/_modals.scss */
    .modal-footer .btn + .btn {
        margin-left: 5px;
        margin-bottom: 0;
    }
    /* line 88, /home/andrei/core-admin-release/core-admin/source/stylesheets/bootstrap/_modals.scss */
    .modal-footer .btn-group .btn + .btn {
        margin-left: -1px;
    }
    /* line 92, /home/andrei/core-admin-release/core-admin/source/stylesheets/bootstrap/_modals.scss */
    .modal-footer .btn-block + .btn-block {
        margin-left: 0;
    }

/* line 7, /home/andrei/core-admin-release/core-admin/source/stylesheets/bootstrap/_tooltip.scss */
.tooltip {
    position: absolute;
    z-index: 1030;
    display: block;
    visibility: visible;
    font-size: 12px;
    line-height: 1.4;
    opacity: 0;
    filter: alpha(opacity=0);
}
    /* line 15, /home/andrei/core-admin-release/core-admin/source/stylesheets/bootstrap/_tooltip.scss */
    .tooltip.in {
        opacity: 0.9;
        filter: alpha(opacity=90);
    }
    /* line 16, /home/andrei/core-admin-release/core-admin/source/stylesheets/bootstrap/_tooltip.scss */
    .tooltip.top {
        margin-top: -3px;
        padding: 5px 0;
    }
    /* line 17, /home/andrei/core-admin-release/core-admin/source/stylesheets/bootstrap/_tooltip.scss */
    .tooltip.right {
        margin-left: 3px;
        padding: 0 5px;
    }
    /* line 18, /home/andrei/core-admin-release/core-admin/source/stylesheets/bootstrap/_tooltip.scss */
    .tooltip.bottom {
        margin-top: 3px;
        padding: 5px 0;
    }
    /* line 19, /home/andrei/core-admin-release/core-admin/source/stylesheets/bootstrap/_tooltip.scss */
    .tooltip.left {
        margin-left: -3px;
        padding: 0 5px;
    }

/* line 23, /home/andrei/core-admin-release/core-admin/source/stylesheets/bootstrap/_tooltip.scss */
.tooltip-inner {
    max-width: 200px;
    padding: 8px;
    color: white;
    text-align: center;
    text-decoration: none;
    background-color: #555;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
}

/* line 34, /home/andrei/core-admin-release/core-admin/source/stylesheets/bootstrap/_tooltip.scss */
.tooltip-arrow {
    position: absolute;
    width: 0;
    height: 0;
    border-color: transparent;
    border-style: solid;
}

/* line 42, /home/andrei/core-admin-release/core-admin/source/stylesheets/bootstrap/_tooltip.scss */
.tooltip.top .tooltip-arrow {
    bottom: 0;
    left: 50%;
    margin-left: -5px;
    border-width: 5px 5px 0;
    border-top-color: #555;
}
/* line 49, /home/andrei/core-admin-release/core-admin/source/stylesheets/bootstrap/_tooltip.scss */
.tooltip.right .tooltip-arrow {
    top: 50%;
    left: 0;
    margin-top: -5px;
    border-width: 5px 5px 5px 0;
    border-right-color: black;
}
/* line 56, /home/andrei/core-admin-release/core-admin/source/stylesheets/bootstrap/_tooltip.scss */
.tooltip.left .tooltip-arrow {
    top: 50%;
    right: 0;
    margin-top: -5px;
    border-width: 5px 0 5px 5px;
    border-left-color: black;
}
/* line 63, /home/andrei/core-admin-release/core-admin/source/stylesheets/bootstrap/_tooltip.scss */
.tooltip.bottom .tooltip-arrow {
    top: 0;
    left: 50%;
    margin-left: -5px;
    border-width: 0 5px 5px;
    border-bottom-color: black;
}

/* line 6, /home/andrei/core-admin-release/core-admin/source/stylesheets/bootstrap/_popovers.scss */
.popover {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1010;
    display: none;
    max-width: 276px;
    padding: 1px;
    text-align: left;
    background-color: white;
    -webkit-background-clip: padding-box;
    -moz-background-clip: padding;
    background-clip: padding-box;
    border: 1px solid #ccc;
    border: 1px solid rgba(0, 0, 0, 0.2);
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px;
    -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
    box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
    white-space: normal;
}
    /* line 28, /home/andrei/core-admin-release/core-admin/source/stylesheets/bootstrap/_popovers.scss */
    .popover.top {
        margin-top: -10px;
    }
    /* line 29, /home/andrei/core-admin-release/core-admin/source/stylesheets/bootstrap/_popovers.scss */
    .popover.right {
        margin-left: 10px;
    }
    /* line 30, /home/andrei/core-admin-release/core-admin/source/stylesheets/bootstrap/_popovers.scss */
    .popover.bottom {
        margin-top: 10px;
    }
    /* line 31, /home/andrei/core-admin-release/core-admin/source/stylesheets/bootstrap/_popovers.scss */
    .popover.left {
        margin-left: -10px;
    }

/* line 34, /home/andrei/core-admin-release/core-admin/source/stylesheets/bootstrap/_popovers.scss */
.popover-title {
    margin: 0;
    padding: 8px 14px;
    font-size: 14px;
    font-weight: normal;
    line-height: 18px;
    background-color: #f7f7f7;
    border-bottom: 1px solid #ebebeb;
    -webkit-border-radius: 5px 5px 0 0;
    -moz-border-radius: 5px 5px 0 0;
    border-radius: 5px 5px 0 0;
}
    /* line 44, /home/andrei/core-admin-release/core-admin/source/stylesheets/bootstrap/_popovers.scss */
    .popover-title:empty {
        display: none;
    }

/* line 49, /home/andrei/core-admin-release/core-admin/source/stylesheets/bootstrap/_popovers.scss */
.popover-content {
    padding: 9px 14px;
}

/* line 58, /home/andrei/core-admin-release/core-admin/source/stylesheets/bootstrap/_popovers.scss */
.popover .arrow,
.popover .arrow:after {
    position: absolute;
    display: block;
    width: 0;
    height: 0;
    border-color: transparent;
    border-style: solid;
}

/* line 66, /home/andrei/core-admin-release/core-admin/source/stylesheets/bootstrap/_popovers.scss */
.popover .arrow {
    border-width: 11px;
}

    /* line 69, /home/andrei/core-admin-release/core-admin/source/stylesheets/bootstrap/_popovers.scss */
    .popover .arrow:after {
        border-width: 10px;
        content: "";
    }

/* line 75, /home/andrei/core-admin-release/core-admin/source/stylesheets/bootstrap/_popovers.scss */
.popover.top .arrow {
    left: 50%;
    margin-left: -11px;
    border-bottom-width: 0;
    border-top-color: #999;
    border-top-color: rgba(0, 0, 0, 0.25);
    bottom: -11px;
}
    /* line 82, /home/andrei/core-admin-release/core-admin/source/stylesheets/bootstrap/_popovers.scss */
    .popover.top .arrow:after {
        bottom: 1px;
        margin-left: -10px;
        border-bottom-width: 0;
        border-top-color: white;
    }
/* line 89, /home/andrei/core-admin-release/core-admin/source/stylesheets/bootstrap/_popovers.scss */
.popover.right .arrow {
    top: 50%;
    left: -11px;
    margin-top: -11px;
    border-left-width: 0;
    border-right-color: #999;
    border-right-color: rgba(0, 0, 0, 0.25);
}
    /* line 96, /home/andrei/core-admin-release/core-admin/source/stylesheets/bootstrap/_popovers.scss */
    .popover.right .arrow:after {
        left: 1px;
        bottom: -10px;
        border-left-width: 0;
        border-right-color: white;
    }
/* line 103, /home/andrei/core-admin-release/core-admin/source/stylesheets/bootstrap/_popovers.scss */
.popover.bottom .arrow {
    left: 50%;
    margin-left: -11px;
    border-top-width: 0;
    border-bottom-color: #999;
    border-bottom-color: rgba(0, 0, 0, 0.25);
    top: -11px;
}
    /* line 110, /home/andrei/core-admin-release/core-admin/source/stylesheets/bootstrap/_popovers.scss */
    .popover.bottom .arrow:after {
        top: 1px;
        margin-left: -10px;
        border-top-width: 0;
        border-bottom-color: white;
    }
/* line 118, /home/andrei/core-admin-release/core-admin/source/stylesheets/bootstrap/_popovers.scss */
.popover.left .arrow {
    top: 50%;
    right: -11px;
    margin-top: -11px;
    border-right-width: 0;
    border-left-color: #999;
    border-left-color: rgba(0, 0, 0, 0.25);
}
    /* line 125, /home/andrei/core-admin-release/core-admin/source/stylesheets/bootstrap/_popovers.scss */
    .popover.left .arrow:after {
        right: 1px;
        border-right-width: 0;
        border-left-color: white;
        bottom: -10px;
    }

/* line 9, /home/andrei/core-admin-release/core-admin/source/stylesheets/bootstrap/_thumbnails.scss */
.thumbnails {
    margin-left: -20px;
    list-style: none;
    *zoom: 1;
}
    /* line 15, /home/andrei/core-admin-release/core-admin/source/stylesheets/bootstrap/_mixins.scss */
    .thumbnails:before, .thumbnails:after {
        display: table;
        content: "";
        line-height: 0;
    }
    /* line 22, /home/andrei/core-admin-release/core-admin/source/stylesheets/bootstrap/_mixins.scss */
    .thumbnails:after {
        clear: both;
    }

/* line 15, /home/andrei/core-admin-release/core-admin/source/stylesheets/bootstrap/_thumbnails.scss */
.row-fluid .thumbnails {
    margin-left: 0;
}

/* line 20, /home/andrei/core-admin-release/core-admin/source/stylesheets/bootstrap/_thumbnails.scss */
.thumbnails > li {
    float: left;
    margin-bottom: 20px;
    margin-left: 20px;
}

/* line 27, /home/andrei/core-admin-release/core-admin/source/stylesheets/bootstrap/_thumbnails.scss */
.thumbnail {
    display: block;
    padding: 4px;
    line-height: 20px;
    border: 1px solid #ddd;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    -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);
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}

/* line 38, /home/andrei/core-admin-release/core-admin/source/stylesheets/bootstrap/_thumbnails.scss */
a.thumbnail:hover,
a.thumbnail:focus {
    border-color: #0088cc;
    -webkit-box-shadow: 0 1px 4px rgba(0, 105, 214, 0.25);
    -moz-box-shadow: 0 1px 4px rgba(0, 105, 214, 0.25);
    box-shadow: 0 1px 4px rgba(0, 105, 214, 0.25);
}

/* line 44, /home/andrei/core-admin-release/core-admin/source/stylesheets/bootstrap/_thumbnails.scss */
.thumbnail > img {
    display: block;
    max-width: 100%;
    margin-left: auto;
    margin-right: auto;
}

/* line 50, /home/andrei/core-admin-release/core-admin/source/stylesheets/bootstrap/_thumbnails.scss */
.thumbnail .caption {
    padding: 9px;
    color: #555555;
}

/* line 11, /home/andrei/core-admin-release/core-admin/source/stylesheets/bootstrap/_media.scss */
.media,
.media-body {
    overflow: hidden;
    *overflow: visible;
    zoom: 1;
}

    /* line 19, /home/andrei/core-admin-release/core-admin/source/stylesheets/bootstrap/_media.scss */
    .media,
    .media .media {
        margin-top: 15px;
    }

        /* line 22, /home/andrei/core-admin-release/core-admin/source/stylesheets/bootstrap/_media.scss */
        .media:first-child {
            margin-top: 0;
        }

/* line 27, /home/andrei/core-admin-release/core-admin/source/stylesheets/bootstrap/_media.scss */
.media-object {
    display: block;
}

/* line 32, /home/andrei/core-admin-release/core-admin/source/stylesheets/bootstrap/_media.scss */
.media-heading {
    margin: 0 0 5px;
}

/* line 40, /home/andrei/core-admin-release/core-admin/source/stylesheets/bootstrap/_media.scss */
.media > .pull-left {
    margin-right: 10px;
}

/* line 43, /home/andrei/core-admin-release/core-admin/source/stylesheets/bootstrap/_media.scss */
.media > .pull-right {
    margin-left: 10px;
}

/* line 52, /home/andrei/core-admin-release/core-admin/source/stylesheets/bootstrap/_media.scss */
.media-list {
    margin-left: 0;
    list-style: none;
}

/* line 8, /home/andrei/core-admin-release/core-admin/source/stylesheets/bootstrap/_labels-badges.scss */
.label,
.badge {
    display: inline-block;
    padding: 2px 4px;
    font-size: 11.844px;
    font-weight: bold;
    line-height: 14px;
    color: white;
    vertical-align: baseline;
    white-space: nowrap;
    text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
    background-color: #999999;
}

/* line 21, /home/andrei/core-admin-release/core-admin/source/stylesheets/bootstrap/_labels-badges.scss */
.label {
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
}

/* line 24, /home/andrei/core-admin-release/core-admin/source/stylesheets/bootstrap/_labels-badges.scss */
.badge {
    padding-left: 9px;
    padding-right: 9px;
    -webkit-border-radius: 9px;
    -moz-border-radius: 9px;
    border-radius: 9px;
}

    /* line 33, /home/andrei/core-admin-release/core-admin/source/stylesheets/bootstrap/_labels-badges.scss */
    .label:empty,
    .badge:empty {
        display: none;
    }

/* line 43, /home/andrei/core-admin-release/core-admin/source/stylesheets/bootstrap/_labels-badges.scss */
a.label:hover, a.label:focus, a.badge:hover, a.badge:focus {
    color: white;
    text-decoration: none;
    cursor: pointer;
}

/* line 54, /home/andrei/core-admin-release/core-admin/source/stylesheets/bootstrap/_labels-badges.scss */
.label-important {
    background-color: #b94a48;
}

    /* line 55, /home/andrei/core-admin-release/core-admin/source/stylesheets/bootstrap/_labels-badges.scss */
    .label-important[href] {
        background-color: #953b39;
    }

/* line 57, /home/andrei/core-admin-release/core-admin/source/stylesheets/bootstrap/_labels-badges.scss */
.label-warning {
    background-color: #f89406;
}

    /* line 58, /home/andrei/core-admin-release/core-admin/source/stylesheets/bootstrap/_labels-badges.scss */
    .label-warning[href] {
        background-color: #c67605;
    }

/* line 60, /home/andrei/core-admin-release/core-admin/source/stylesheets/bootstrap/_labels-badges.scss */
.label-success {
    background-color: #468847;
}

    /* line 61, /home/andrei/core-admin-release/core-admin/source/stylesheets/bootstrap/_labels-badges.scss */
    .label-success[href] {
        background-color: #356635;
    }

/* line 63, /home/andrei/core-admin-release/core-admin/source/stylesheets/bootstrap/_labels-badges.scss */
.label-info {
    background-color: #3a87ad;
}

    /* line 64, /home/andrei/core-admin-release/core-admin/source/stylesheets/bootstrap/_labels-badges.scss */
    .label-info[href] {
        background-color: #2d6987;
    }

/* line 66, /home/andrei/core-admin-release/core-admin/source/stylesheets/bootstrap/_labels-badges.scss */
.label-inverse {
    background-color: #333333;
}

    /* line 67, /home/andrei/core-admin-release/core-admin/source/stylesheets/bootstrap/_labels-badges.scss */
    .label-inverse[href] {
        background-color: #1a1a1a;
    }

/* line 54, /home/andrei/core-admin-release/core-admin/source/stylesheets/bootstrap/_labels-badges.scss */
.badge-important {
    background-color: #b94a48;
}

    /* line 55, /home/andrei/core-admin-release/core-admin/source/stylesheets/bootstrap/_labels-badges.scss */
    .badge-important[href] {
        background-color: #953b39;
    }

/* line 57, /home/andrei/core-admin-release/core-admin/source/stylesheets/bootstrap/_labels-badges.scss */
.badge-warning {
    background-color: #f89406;
}

    /* line 58, /home/andrei/core-admin-release/core-admin/source/stylesheets/bootstrap/_labels-badges.scss */
    .badge-warning[href] {
        background-color: #c67605;
    }

/* line 60, /home/andrei/core-admin-release/core-admin/source/stylesheets/bootstrap/_labels-badges.scss */
.badge-success {
    background-color: #468847;
}

    /* line 61, /home/andrei/core-admin-release/core-admin/source/stylesheets/bootstrap/_labels-badges.scss */
    .badge-success[href] {
        background-color: #356635;
    }

/* line 63, /home/andrei/core-admin-release/core-admin/source/stylesheets/bootstrap/_labels-badges.scss */
.badge-info {
    background-color: #3a87ad;
}

    /* line 64, /home/andrei/core-admin-release/core-admin/source/stylesheets/bootstrap/_labels-badges.scss */
    .badge-info[href] {
        background-color: #2d6987;
    }

/* line 66, /home/andrei/core-admin-release/core-admin/source/stylesheets/bootstrap/_labels-badges.scss */
.badge-inverse {
    background-color: #333333;
}

    /* line 67, /home/andrei/core-admin-release/core-admin/source/stylesheets/bootstrap/_labels-badges.scss */
    .badge-inverse[href] {
        background-color: #1a1a1a;
    }

/* line 73, /home/andrei/core-admin-release/core-admin/source/stylesheets/bootstrap/_labels-badges.scss */
.btn .label,
.btn .badge {
    position: relative;
    top: -1px;
}

/* line 80, /home/andrei/core-admin-release/core-admin/source/stylesheets/bootstrap/_labels-badges.scss */
.btn-mini .label,
.btn-mini .badge {
    top: 0;
}



#footer {
    /*background: url("../images/bg-footer.jpg") repeat-x scroll 0 0 rgba(0, 0, 0, 0);*/
    background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIHZpZXdCb3g9IjAgMCAxIDEiIHByZXNlcnZlQXNwZWN0UmF0aW89Im5vbmUiPgo8bGluZWFyR3JhZGllbnQgaWQ9Imc0MjIiIGdyYWRpZW50VW5pdHM9InVzZXJTcGFjZU9uVXNlIiB4MT0iMCUiIHkxPSIwJSIgeDI9IjAlIiB5Mj0iMTAwJSI+CjxzdG9wIHN0b3AtY29sb3I9IiNENkQ2RDYiIG9mZnNldD0iMCIvPjxzdG9wIHN0b3AtY29sb3I9IiNGNUY0RjUiIG9mZnNldD0iMSIvPgo8L2xpbmVhckdyYWRpZW50Pgo8cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMSIgaGVpZ2h0PSIxIiBmaWxsPSJ1cmwoI2c0MjIpIiAvPgo8L3N2Zz4=);
    float: left;
    height: 96px;
    width: 100%;
    /*margin-top: 30px;*/
    background-image: -o-linear-gradient(bottom, #D6D6D6 0%, #F5F4F5 100%);
    background-image: -moz-linear-gradient(bottom, #D6D6D6 0%, #F5F4F5 100%);
    background-image: -webkit-linear-gradient(bottom, #D6D6D6 0%, #F5F4F5 100%);
    background-image: -ms-linear-gradient(bottom, #D6D6D6 0%, #F5F4F5 100%);
    background-image: linear-gradient(to bottom, #D6D6D6 0%, #F5F4F5 100%);
    height: auto;
    overflow: hidden;
}



.footer-content {
    width: 100%;
    max-width: 1200px;
    height: auto;
    overflow: hidden;
    margin: 0 auto;
    padding-bottom: 20px;
}

    .footer-content div:first-child {
        margin-left: 15px;
    }

.footer-datos {
    color: #444444;
    float: left;
    font-size: 12px;
    line-height: 16px;
    margin: 29px 0 0 20px;
    text-align: left;
    width: auto;
}

    .footer-datos a {
        color: #444444;
        text-decoration: none;
    }

.cmmi {
    background: url("../images/logoGstColor.png") no-repeat scroll 0 0 rgba(0, 0, 0, 0);
    float: right;
    height: 63px;
    margin: 16px 15px 0 0;
    width: 100px;
}

@-webkit-keyframes progress-bar-stripes {
    /* line 11, /home/andrei/core-admin-release/core-admin/source/stylesheets/bootstrap/_progress-bars.scss */
    from {
        background-position: 40px 0;
    }
    /* line 12, /home/andrei/core-admin-release/core-admin/source/stylesheets/bootstrap/_progress-bars.scss */
    to {
        background-position: 0 0;
    }
}

@-moz-keyframes progress-bar-stripes {
    /* line 17, /home/andrei/core-admin-release/core-admin/source/stylesheets/bootstrap/_progress-bars.scss */
    from {
        background-position: 40px 0;
    }
    /* line 18, /home/andrei/core-admin-release/core-admin/source/stylesheets/bootstrap/_progress-bars.scss */
    to {
        background-position: 0 0;
    }
}

@-ms-keyframes progress-bar-stripes {
    /* line 23, /home/andrei/core-admin-release/core-admin/source/stylesheets/bootstrap/_progress-bars.scss */
    from {
        background-position: 40px 0;
    }
    /* line 24, /home/andrei/core-admin-release/core-admin/source/stylesheets/bootstrap/_progress-bars.scss */
    to {
        background-position: 0 0;
    }
}

@-o-keyframes progress-bar-stripes {
    /* line 29, /home/andrei/core-admin-release/core-admin/source/stylesheets/bootstrap/_progress-bars.scss */
    from {
        background-position: 0 0;
    }
    /* line 30, /home/andrei/core-admin-release/core-admin/source/stylesheets/bootstrap/_progress-bars.scss */
    to {
        background-position: 40px 0;
    }
}

@keyframes progress-bar-stripes {
    /* line 35, /home/andrei/core-admin-release/core-admin/source/stylesheets/bootstrap/_progress-bars.scss */
    from {
        background-position: 40px 0;
    }
    /* line 36, /home/andrei/core-admin-release/core-admin/source/stylesheets/bootstrap/_progress-bars.scss */
    to {
        background-position: 0 0;
    }
}

/* line 45, /home/andrei/core-admin-release/core-admin/source/stylesheets/bootstrap/_progress-bars.scss */
.progress {
    overflow: hidden;
    height: 20px;
    margin-bottom: 20px;
    background-color: #f6f6f6;
    background-image: -moz-linear-gradient(top, whitesmoke, #f9f9f9);
    background-image: -webkit-gradient(linear, 0 0, 0 100%, from(whitesmoke), to(#f9f9f9));
    background-image: -webkit-linear-gradient(top, whitesmoke, #f9f9f9);
    background-image: -o-linear-gradient(top, whitesmoke, #f9f9f9);
    background-image: linear-gradient(to bottom, #f5f5f5, #f9f9f9);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFF5F5F5', endColorstr='#FFF9F9F9', GradientType=0);
    -webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
    box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
}

    /* line 55, /home/andrei/core-admin-release/core-admin/source/stylesheets/bootstrap/_progress-bars.scss */
    .progress .bar {
        width: 0%;
        height: 100%;
        color: white;
        float: left;
        font-size: 12px;
        text-align: center;
        text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
        background-color: #0d90d1;
        background-image: -moz-linear-gradient(top, #149bdf, #0480be);
        background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#149bdf), to(#0480be));
        background-image: -webkit-linear-gradient(top, #149bdf, #0480be);
        background-image: -o-linear-gradient(top, #149bdf, #0480be);
        background-image: linear-gradient(to bottom, #149bdf, #0480be);
        background-repeat: repeat-x;
        filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FF149BDF', endColorstr='#FF0480BE', GradientType=0);
        -webkit-box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15);
        -moz-box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15);
        box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15);
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
        -webkit-transition: width 0.6s ease;
        -moz-transition: width 0.6s ease;
        -o-transition: width 0.6s ease;
        transition: width 0.6s ease;
    }

        /* line 68, /home/andrei/core-admin-release/core-admin/source/stylesheets/bootstrap/_progress-bars.scss */
        .progress .bar + .bar {
            -webkit-box-shadow: inset 1px 0 0 rgba(0, 0, 0, 0.15), inset 0 -1px 0 rgba(0, 0, 0, 0.15);
            -moz-box-shadow: inset 1px 0 0 rgba(0, 0, 0, 0.15), inset 0 -1px 0 rgba(0, 0, 0, 0.15);
            box-shadow: inset 1px 0 0 rgba(0, 0, 0, 0.15), inset 0 -1px 0 rgba(0, 0, 0, 0.15);
        }

/* line 73, /home/andrei/core-admin-release/core-admin/source/stylesheets/bootstrap/_progress-bars.scss */
.progress-striped .bar {
    background-color: #149bdf;
    background-image: -webkit-gradient(linear, 0 100%, 100% 0, color-stop(0.25, rgba(255, 255, 255, 0.15)), color-stop(0.25, transparent), color-stop(0.5, transparent), color-stop(0.5, rgba(255, 255, 255, 0.15)), color-stop(0.75, rgba(255, 255, 255, 0.15)), color-stop(0.75, transparent), to(transparent));
    background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
    background-image: -moz-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
    background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
    background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
    -webkit-background-size: 40px 40px;
    -moz-background-size: 40px 40px;
    -o-background-size: 40px 40px;
    background-size: 40px 40px;
}

/* line 79, /home/andrei/core-admin-release/core-admin/source/stylesheets/bootstrap/_progress-bars.scss */
.progress.active .bar {
    -webkit-animation: progress-bar-stripes 2s linear infinite;
    -moz-animation: progress-bar-stripes 2s linear infinite;
    -ms-animation: progress-bar-stripes 2s linear infinite;
    -o-animation: progress-bar-stripes 2s linear infinite;
    animation: progress-bar-stripes 2s linear infinite;
}

/* line 93, /home/andrei/core-admin-release/core-admin/source/stylesheets/bootstrap/_progress-bars.scss */
.progress-danger .bar, .progress .bar-danger {
    background-color: #dd514b;
    background-image: -moz-linear-gradient(top, #ee5f5b, #c43c35);
    background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#ee5f5b), to(#c43c35));
    background-image: -webkit-linear-gradient(top, #ee5f5b, #c43c35);
    background-image: -o-linear-gradient(top, #ee5f5b, #c43c35);
    background-image: linear-gradient(to bottom, #ee5f5b, #c43c35);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFEE5F5B', endColorstr='#FFC43C35', GradientType=0);
}

/* line 96, /home/andrei/core-admin-release/core-admin/source/stylesheets/bootstrap/_progress-bars.scss */
.progress-danger.progress-striped .bar, .progress-striped .bar-danger {
    background-color: #ee5f5b;
    background-image: -webkit-gradient(linear, 0 100%, 100% 0, color-stop(0.25, rgba(255, 255, 255, 0.15)), color-stop(0.25, transparent), color-stop(0.5, transparent), color-stop(0.5, rgba(255, 255, 255, 0.15)), color-stop(0.75, rgba(255, 255, 255, 0.15)), color-stop(0.75, transparent), to(transparent));
    background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
    background-image: -moz-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
    background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
    background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
}

/* line 101, /home/andrei/core-admin-release/core-admin/source/stylesheets/bootstrap/_progress-bars.scss */
.progress-success .bar, .progress .bar-success {
    background-color: #5db95d;
    background-image: -moz-linear-gradient(top, #62c462, #57a957);
    background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#62c462), to(#57a957));
    background-image: -webkit-linear-gradient(top, #62c462, #57a957);
    background-image: -o-linear-gradient(top, #62c462, #57a957);
    background-image: linear-gradient(to bottom, #62c462, #57a957);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FF62C462', endColorstr='#FF57A957', GradientType=0);
}

/* line 104, /home/andrei/core-admin-release/core-admin/source/stylesheets/bootstrap/_progress-bars.scss */
.progress-success.progress-striped .bar, .progress-striped .bar-success {
    background-color: #62c462;
    background-image: -webkit-gradient(linear, 0 100%, 100% 0, color-stop(0.25, rgba(255, 255, 255, 0.15)), color-stop(0.25, transparent), color-stop(0.5, transparent), color-stop(0.5, rgba(255, 255, 255, 0.15)), color-stop(0.75, rgba(255, 255, 255, 0.15)), color-stop(0.75, transparent), to(transparent));
    background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
    background-image: -moz-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
    background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
    background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
}

/* line 109, /home/andrei/core-admin-release/core-admin/source/stylesheets/bootstrap/_progress-bars.scss */
.progress-info .bar, .progress .bar-info {
    background-color: #4bb1cf;
    background-image: -moz-linear-gradient(top, #5bc0de, #339bb9);
    background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#5bc0de), to(#339bb9));
    background-image: -webkit-linear-gradient(top, #5bc0de, #339bb9);
    background-image: -o-linear-gradient(top, #5bc0de, #339bb9);
    background-image: linear-gradient(to bottom, #5bc0de, #339bb9);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FF5BC0DE', endColorstr='#FF339BB9', GradientType=0);
}

/* line 112, /home/andrei/core-admin-release/core-admin/source/stylesheets/bootstrap/_progress-bars.scss */
.progress-info.progress-striped .bar, .progress-striped .bar-info {
    background-color: #5bc0de;
    background-image: -webkit-gradient(linear, 0 100%, 100% 0, color-stop(0.25, rgba(255, 255, 255, 0.15)), color-stop(0.25, transparent), color-stop(0.5, transparent), color-stop(0.5, rgba(255, 255, 255, 0.15)), color-stop(0.75, rgba(255, 255, 255, 0.15)), color-stop(0.75, transparent), to(transparent));
    background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
    background-image: -moz-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
    background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
    background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
}

/* line 117, /home/andrei/core-admin-release/core-admin/source/stylesheets/bootstrap/_progress-bars.scss */
.progress-warning .bar, .progress .bar-warning {
    background-color: #f9a732;
    background-image: -moz-linear-gradient(top, #fbb450, #f89406);
    background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#fbb450), to(#f89406));
    background-image: -webkit-linear-gradient(top, #fbb450, #f89406);
    background-image: -o-linear-gradient(top, #fbb450, #f89406);
    background-image: linear-gradient(to bottom, #fbb450, #f89406);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFFBB450', endColorstr='#FFF89406', GradientType=0);
}

/* line 120, /home/andrei/core-admin-release/core-admin/source/stylesheets/bootstrap/_progress-bars.scss */
.progress-warning.progress-striped .bar, .progress-striped .bar-warning {
    background-color: #fbb450;
    background-image: -webkit-gradient(linear, 0 100%, 100% 0, color-stop(0.25, rgba(255, 255, 255, 0.15)), color-stop(0.25, transparent), color-stop(0.5, transparent), color-stop(0.5, rgba(255, 255, 255, 0.15)), color-stop(0.75, rgba(255, 255, 255, 0.15)), color-stop(0.75, transparent), to(transparent));
    background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
    background-image: -moz-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
    background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
    background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
}

/* line 7, /home/andrei/core-admin-release/core-admin/source/stylesheets/bootstrap/_accordion.scss */
.accordion {
    margin-bottom: 20px;
}

/* line 12, /home/andrei/core-admin-release/core-admin/source/stylesheets/bootstrap/_accordion.scss */
.accordion-group {
    margin-bottom: 2px;
    border: 1px solid #e5e5e5;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
}

/* line 17, /home/andrei/core-admin-release/core-admin/source/stylesheets/bootstrap/_accordion.scss */
.accordion-heading {
    border-bottom: 0;
}

    /* line 20, /home/andrei/core-admin-release/core-admin/source/stylesheets/bootstrap/_accordion.scss */
    .accordion-heading .accordion-toggle {
        display: block;
        padding: 8px 15px;
    }

/* line 26, /home/andrei/core-admin-release/core-admin/source/stylesheets/bootstrap/_accordion.scss */
.accordion-toggle {
    cursor: pointer;
}

/* line 31, /home/andrei/core-admin-release/core-admin/source/stylesheets/bootstrap/_accordion.scss */
.accordion-inner {
    padding: 9px 15px;
    border-top: 1px solid #e5e5e5;
}

/* line 6, /home/andrei/core-admin-release/core-admin/source/stylesheets/bootstrap/_carousel.scss */
.carousel {
    position: relative;
    margin-bottom: 20px;
    line-height: 1;
}

/* line 12, /home/andrei/core-admin-release/core-admin/source/stylesheets/bootstrap/_carousel.scss */
.carousel-inner {
    overflow: hidden;
    width: 100%;
    position: relative;
}

    /* line 20, /home/andrei/core-admin-release/core-admin/source/stylesheets/bootstrap/_carousel.scss */
    .carousel-inner > .item {
        display: none;
        position: relative;
        -webkit-transition: 0.6s ease-in-out left;
        -moz-transition: 0.6s ease-in-out left;
        -o-transition: 0.6s ease-in-out left;
        transition: 0.6s ease-in-out left;
    }
        /* line 27, /home/andrei/core-admin-release/core-admin/source/stylesheets/bootstrap/_carousel.scss */
        .carousel-inner > .item > img,
        .carousel-inner > .item > a > img {
            display: block;
            line-height: 1;
        }
    /* line 35, /home/andrei/core-admin-release/core-admin/source/stylesheets/bootstrap/_carousel.scss */
    .carousel-inner > .active,
    .carousel-inner > .next,
    .carousel-inner > .prev {
        display: block;
    }
    /* line 37, /home/andrei/core-admin-release/core-admin/source/stylesheets/bootstrap/_carousel.scss */
    .carousel-inner > .active {
        left: 0;
    }
    /* line 42, /home/andrei/core-admin-release/core-admin/source/stylesheets/bootstrap/_carousel.scss */
    .carousel-inner > .next,
    .carousel-inner > .prev {
        position: absolute;
        top: 0;
        width: 100%;
    }
    /* line 48, /home/andrei/core-admin-release/core-admin/source/stylesheets/bootstrap/_carousel.scss */
    .carousel-inner > .next {
        left: 100%;
    }
    /* line 51, /home/andrei/core-admin-release/core-admin/source/stylesheets/bootstrap/_carousel.scss */
    .carousel-inner > .prev {
        left: -100%;
    }
        /* line 55, /home/andrei/core-admin-release/core-admin/source/stylesheets/bootstrap/_carousel.scss */
        .carousel-inner > .next.left,
        .carousel-inner > .prev.right {
            left: 0;
        }
    /* line 59, /home/andrei/core-admin-release/core-admin/source/stylesheets/bootstrap/_carousel.scss */
    .carousel-inner > .active.left {
        left: -100%;
    }
    /* line 62, /home/andrei/core-admin-release/core-admin/source/stylesheets/bootstrap/_carousel.scss */
    .carousel-inner > .active.right {
        left: 100%;
    }

/* line 71, /home/andrei/core-admin-release/core-admin/source/stylesheets/bootstrap/_carousel.scss */
.carousel-control {
    position: absolute;
    top: 40%;
    left: 15px;
    width: 40px;
    height: 40px;
    margin-top: -20px;
    font-size: 60px;
    font-weight: 100;
    line-height: 30px;
    color: white;
    text-align: center;
    background: #222222;
    border: 3px solid white;
    -webkit-border-radius: 23px;
    -moz-border-radius: 23px;
    border-radius: 23px;
    opacity: 0.5;
    filter: alpha(opacity=50);
}
    /* line 96, /home/andrei/core-admin-release/core-admin/source/stylesheets/bootstrap/_carousel.scss */
    .carousel-control.right {
        left: auto;
        right: 15px;
    }
    /* line 103, /home/andrei/core-admin-release/core-admin/source/stylesheets/bootstrap/_carousel.scss */
    .carousel-control:hover, .carousel-control:focus {
        color: white;
        text-decoration: none;
        opacity: 0.9;
        filter: alpha(opacity=90);
    }

/* line 112, /home/andrei/core-admin-release/core-admin/source/stylesheets/bootstrap/_carousel.scss */
.carousel-indicators {
    position: absolute;
    top: 15px;
    right: 15px;
    z-index: 5;
    margin: 0;
    list-style: none;
}
    /* line 120, /home/andrei/core-admin-release/core-admin/source/stylesheets/bootstrap/_carousel.scss */
    .carousel-indicators li {
        display: block;
        float: left;
        width: 10px;
        height: 10px;
        margin-left: 5px;
        text-indent: -999px;
        background-color: #ccc;
        background-color: rgba(255, 255, 255, 0.25);
        border-radius: 5px;
    }
    /* line 131, /home/andrei/core-admin-release/core-admin/source/stylesheets/bootstrap/_carousel.scss */
    .carousel-indicators .active {
        background-color: #fff;
    }

/* line 139, /home/andrei/core-admin-release/core-admin/source/stylesheets/bootstrap/_carousel.scss */
.carousel-caption {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    padding: 15px;
    background: #333333;
    background: rgba(0, 0, 0, 0.75);
}

    /* line 149, /home/andrei/core-admin-release/core-admin/source/stylesheets/bootstrap/_carousel.scss */
    .carousel-caption h4,
    .carousel-caption p {
        color: white;
        line-height: 20px;
    }

    /* line 153, /home/andrei/core-admin-release/core-admin/source/stylesheets/bootstrap/_carousel.scss */
    .carousel-caption h4 {
        margin: 0 0 5px;
    }

    /* line 156, /home/andrei/core-admin-release/core-admin/source/stylesheets/bootstrap/_carousel.scss */
    .carousel-caption p {
        margin-bottom: 0;
    }

/* line 6, /home/andrei/core-admin-release/core-admin/source/stylesheets/bootstrap/_hero-unit.scss */
.hero-unit {
    padding: 60px;
    margin-bottom: 30px;
    font-size: 18px;
    font-weight: 200;
    line-height: 30px;
    color: inherit;
    background-color: #eeeeee;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px;
}
    /* line 15, /home/andrei/core-admin-release/core-admin/source/stylesheets/bootstrap/_hero-unit.scss */
    .hero-unit h1 {
        margin-bottom: 0;
        font-size: 60px;
        line-height: 1;
        color: inherit;
        letter-spacing: -1px;
    }
    /* line 22, /home/andrei/core-admin-release/core-admin/source/stylesheets/bootstrap/_hero-unit.scss */
    .hero-unit li {
        line-height: 30px;
    }

/* line 7, /home/andrei/core-admin-release/core-admin/source/stylesheets/bootstrap/_utilities.scss */
.pull-right {
    float: right;
}

/* line 10, /home/andrei/core-admin-release/core-admin/source/stylesheets/bootstrap/_utilities.scss */
.pull-left {
    float: left;
}

/* line 15, /home/andrei/core-admin-release/core-admin/source/stylesheets/bootstrap/_utilities.scss */
.hide {
    display: none;
}

/* line 18, /home/andrei/core-admin-release/core-admin/source/stylesheets/bootstrap/_utilities.scss */
.show {
    display: block;
}

/* line 23, /home/andrei/core-admin-release/core-admin/source/stylesheets/bootstrap/_utilities.scss */
.invisible {
    visibility: hidden;
}

/* line 28, /home/andrei/core-admin-release/core-admin/source/stylesheets/bootstrap/_utilities.scss */
.affix {
    position: fixed;
}

/* line 33, /home/andrei/core-admin-release/core-admin/source/stylesheets/bootstrap/_utilities.scss */
.clearfix {
    *zoom: 1;
}
    /* line 15, /home/andrei/core-admin-release/core-admin/source/stylesheets/bootstrap/_mixins.scss */
    .clearfix:before, .clearfix:after {
        display: table;
        content: "";
        line-height: 0;
    }
    /* line 22, /home/andrei/core-admin-release/core-admin/source/stylesheets/bootstrap/_mixins.scss */
    .clearfix:after {
        clear: both;
    }

/* line 38, /home/andrei/core-admin-release/core-admin/source/stylesheets/bootstrap/_utilities.scss */
.hide-text {
    font: 0/0 a;
    color: transparent;
    text-shadow: none;
    background-color: transparent;
    border: 0;
}

/* line 43, /home/andrei/core-admin-release/core-admin/source/stylesheets/bootstrap/_utilities.scss */
.input-block-level {
    display: block;
    width: 100%;
    min-height: 30px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

/*!
 * Bootstrap Responsive v2.3.1
 *
 * Copyright 2012 Twitter, Inc
 * Licensed under the Apache License v2.0
 * http://www.apache.org/licenses/LICENSE-2.0
 *
 * Designed and built with all the love in the world @twitter by @mdo and @fat.
 */
@-ms-viewport {
    width: device-width;
}

/* line 15, /home/andrei/core-admin-release/core-admin/source/stylesheets/bootstrap/_responsive-utilities.scss */
.hidden {
    display: none;
    visibility: hidden;
}

/* line 23, /home/andrei/core-admin-release/core-admin/source/stylesheets/bootstrap/_responsive-utilities.scss */
.visible-phone {
    display: none !important;
}

/* line 24, /home/andrei/core-admin-release/core-admin/source/stylesheets/bootstrap/_responsive-utilities.scss */
.visible-tablet {
    display: none !important;
}

/* line 27, /home/andrei/core-admin-release/core-admin/source/stylesheets/bootstrap/_responsive-utilities.scss */
.hidden-desktop {
    display: none !important;
}

/* line 28, /home/andrei/core-admin-release/core-admin/source/stylesheets/bootstrap/_responsive-utilities.scss */
.visible-desktop {
    display: inherit !important;
}

@media (min-width: 768px) and (max-width: 979px) {
    /* line 33, /home/andrei/core-admin-release/core-admin/source/stylesheets/bootstrap/_responsive-utilities.scss */
    .hidden-desktop {
        display: inherit !important;
    }

    /* line 34, /home/andrei/core-admin-release/core-admin/source/stylesheets/bootstrap/_responsive-utilities.scss */
    .visible-desktop {
        display: none !important;
    }

    /* line 36, /home/andrei/core-admin-release/core-admin/source/stylesheets/bootstrap/_responsive-utilities.scss */
    .visible-tablet {
        display: inherit !important;
    }

    /* line 38, /home/andrei/core-admin-release/core-admin/source/stylesheets/bootstrap/_responsive-utilities.scss */
    .hidden-tablet {
        display: none !important;
    }
}

@media (max-width: 767px) {
    /* line 44, /home/andrei/core-admin-release/core-admin/source/stylesheets/bootstrap/_responsive-utilities.scss */
    .hidden-desktop {
        display: inherit !important;
    }

    .leyenda p {
        width: 46%;
    }

    /* line 45, /home/andrei/core-admin-release/core-admin/source/stylesheets/bootstrap/_responsive-utilities.scss */
    .visible-desktop {
        display: none !important;
    }

    /* line 47, /home/andrei/core-admin-release/core-admin/source/stylesheets/bootstrap/_responsive-utilities.scss */
    .visible-phone {
        display: inherit !important;
    }

    /* line 49, /home/andrei/core-admin-release/core-admin/source/stylesheets/bootstrap/_responsive-utilities.scss */
    .hidden-phone {
        display: none !important;
    }
}
/* line 53, /home/andrei/core-admin-release/core-admin/source/stylesheets/bootstrap/_responsive-utilities.scss */
.visible-print {
    display: none !important;
}

@media print {
    /* line 57, /home/andrei/core-admin-release/core-admin/source/stylesheets/bootstrap/_responsive-utilities.scss */
    .visible-print {
        display: inherit !important;
    }

    /* line 58, /home/andrei/core-admin-release/core-admin/source/stylesheets/bootstrap/_responsive-utilities.scss */
    .hidden-print {
        display: none !important;
    }
}
/* line 62, /home/andrei/core-admin-release/core-admin/source/stylesheets/bootstrap/_responsive-utilities.scss */
.clearfix {
    *zoom: 1;
}
    /* line 15, /home/andrei/core-admin-release/core-admin/source/stylesheets/bootstrap/_mixins.scss */
    .clearfix:before, .clearfix:after {
        display: table;
        content: "";
        line-height: 0;
    }
    /* line 22, /home/andrei/core-admin-release/core-admin/source/stylesheets/bootstrap/_mixins.scss */
    .clearfix:after {
        clear: both;
    }

/* line 67, /home/andrei/core-admin-release/core-admin/source/stylesheets/bootstrap/_responsive-utilities.scss */
.hide-text {
    font: 0/0 a;
    color: transparent;
    text-shadow: none;
    background-color: transparent;
    border: 0;
}

/* line 72, /home/andrei/core-admin-release/core-admin/source/stylesheets/bootstrap/_responsive-utilities.scss */
.input-block-level {
    display: block;
    width: 100%;
    min-height: 30px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

@media (min-width: 1200px) {
    /* line 556, /home/andrei/core-admin-release/core-admin/source/stylesheets/bootstrap/_mixins.scss */
    .row {
        margin-left: -30px;
        *zoom: 1;
    }
        /* line 15, /home/andrei/core-admin-release/core-admin/source/stylesheets/bootstrap/_mixins.scss */
        .row:before, .row:after {
            display: table;
            content: "";
            line-height: 0;
        }
        /* line 22, /home/andrei/core-admin-release/core-admin/source/stylesheets/bootstrap/_mixins.scss */
        .row:after {
            clear: both;
        }

    /* line 561, /home/andrei/core-admin-release/core-admin/source/stylesheets/bootstrap/_mixins.scss */
    [class*="span"] {
        float: left;
        min-height: 1px;
        margin-left: 30px;
    }

    /* line 571, /home/andrei/core-admin-release/core-admin/source/stylesheets/bootstrap/_mixins.scss */
    .container,
    .navbar-static-top .container,
    .navbar-fixed-top .container,
    .navbar-fixed-bottom .container {
        width: 98%;
    }

    /* line 582, /home/andrei/core-admin-release/core-admin/source/stylesheets/bootstrap/_mixins.scss */
    .span12 {
        width: 1300px;
    }

    /* line 582, /home/andrei/core-admin-release/core-admin/source/stylesheets/bootstrap/_mixins.scss */
    .span11 {
        width: 1070px;
    }

    /* line 582, /home/andrei/core-admin-release/core-admin/source/stylesheets/bootstrap/_mixins.scss */
    .span10 {
        width: 970px;
    }

    /* line 582, /home/andrei/core-admin-release/core-admin/source/stylesheets/bootstrap/_mixins.scss */
    .span9 {
        width: 870px;
    }

    /* line 582, /home/andrei/core-admin-release/core-admin/source/stylesheets/bootstrap/_mixins.scss */
    .span8 {
        width: 770px;
    }

    /* line 582, /home/andrei/core-admin-release/core-admin/source/stylesheets/bootstrap/_mixins.scss */
    .span7 {
        width: 670px;
    }

    /* line 582, /home/andrei/core-admin-release/core-admin/source/stylesheets/bootstrap/_mixins.scss */
    .span6 {
        width: 570px;
    }

    /* line 582, /home/andrei/core-admin-release/core-admin/source/stylesheets/bootstrap/_mixins.scss */
    .span5 {
        width: 470px;
    }

    /* line 582, /home/andrei/core-admin-release/core-admin/source/stylesheets/bootstrap/_mixins.scss */
    .span4 {
        width: 400px;
    }

    /* line 582, /home/andrei/core-admin-release/core-admin/source/stylesheets/bootstrap/_mixins.scss */
    .span3 {
        width: 270px;
    }

    /* line 582, /home/andrei/core-admin-release/core-admin/source/stylesheets/bootstrap/_mixins.scss */
    .span2 {
        width: 170px;
    }

    /* line 582, /home/andrei/core-admin-release/core-admin/source/stylesheets/bootstrap/_mixins.scss */
    .span1 {
        width: 70px;
    }

    /* line 589, /home/andrei/core-admin-release/core-admin/source/stylesheets/bootstrap/_mixins.scss */
    .offset12 {
        margin-left: 1230px;
    }

    /* line 589, /home/andrei/core-admin-release/core-admin/source/stylesheets/bootstrap/_mixins.scss */
    .offset11 {
        margin-left: 1130px;
    }

    /* line 589, /home/andrei/core-admin-release/core-admin/source/stylesheets/bootstrap/_mixins.scss */
    .offset10 {
        margin-left: 1030px;
    }

    /* line 589, /home/andrei/core-admin-release/core-admin/source/stylesheets/bootstrap/_mixins.scss */
    .offset9 {
        margin-left: 930px;
    }

    /* line 589, /home/andrei/core-admin-release/core-admin/source/stylesheets/bootstrap/_mixins.scss */
    .offset8 {
        margin-left: 830px;
    }

    /* line 589, /home/andrei/core-admin-release/core-admin/source/stylesheets/bootstrap/_mixins.scss */
    .offset7 {
        margin-left: 730px;
    }

    /* line 589, /home/andrei/core-admin-release/core-admin/source/stylesheets/bootstrap/_mixins.scss */
    .offset6 {
        margin-left: 630px;
    }

    /* line 589, /home/andrei/core-admin-release/core-admin/source/stylesheets/bootstrap/_mixins.scss */
    .offset5 {
        margin-left: 530px;
    }

    /* line 589, /home/andrei/core-admin-release/core-admin/source/stylesheets/bootstrap/_mixins.scss */
    .offset4 {
        margin-left: 430px;
    }

    /* line 589, /home/andrei/core-admin-release/core-admin/source/stylesheets/bootstrap/_mixins.scss */
    .offset3 {
        margin-left: 330px;
    }

    /* line 589, /home/andrei/core-admin-release/core-admin/source/stylesheets/bootstrap/_mixins.scss */
    .offset2 {
        margin-left: 230px;
    }

    /* line 589, /home/andrei/core-admin-release/core-admin/source/stylesheets/bootstrap/_mixins.scss */
    .offset1 {
        margin-left: 130px;
    }

    /* line 605, /home/andrei/core-admin-release/core-admin/source/stylesheets/bootstrap/_mixins.scss */
    .row-fluid {
        width: 100%;
        *zoom: 1;
    }
        /* line 15, /home/andrei/core-admin-release/core-admin/source/stylesheets/bootstrap/_mixins.scss */
        .row-fluid:before, .row-fluid:after {
            display: table;
            content: "";
            line-height: 0;
        }
        /* line 22, /home/andrei/core-admin-release/core-admin/source/stylesheets/bootstrap/_mixins.scss */
        .row-fluid:after {
            clear: both;
        }
        /* line 608, /home/andrei/core-admin-release/core-admin/source/stylesheets/bootstrap/_mixins.scss */
        .row-fluid [class*="span"] {
            display: block;
            width: 100%;
            min-height: 30px;
            -webkit-box-sizing: border-box;
            -moz-box-sizing: border-box;
            box-sizing: border-box;
            float: left;
            margin-left: 2.5641%;
            *margin-left: 2.51091%;
        }
            /* line 614, /home/andrei/core-admin-release/core-admin/source/stylesheets/bootstrap/_mixins.scss */
            .row-fluid [class*="span"]:first-child {
                margin-left: 0;
            }
        /* line 619, /home/andrei/core-admin-release/core-admin/source/stylesheets/bootstrap/_mixins.scss */
        .row-fluid .controls-row [class*="span"] + [class*="span"] {
            margin-left: 2.5641%;
        }
        /* line 631, /home/andrei/core-admin-release/core-admin/source/stylesheets/bootstrap/_mixins.scss */
        .row-fluid .span12 {
            width: 100%;
            margin-top: 1%;
            *width: 99.94681%;
        }
        /* line 631, /home/andrei/core-admin-release/core-admin/source/stylesheets/bootstrap/_mixins.scss */
        .row-fluid .span11 {
            width: 91.45299%;
            *width: 91.3998%;
        }
        /* line 631, /home/andrei/core-admin-release/core-admin/source/stylesheets/bootstrap/_mixins.scss */
        .row-fluid .span10 {
            width: 82.90598%;
            *width: 82.85279%;
        }
        /* line 631, /home/andrei/core-admin-release/core-admin/source/stylesheets/bootstrap/_mixins.scss */
        .row-fluid .span9 {
            width: 74.35897%;
            *width: 74.30578%;
        }
        /* line 631, /home/andrei/core-admin-release/core-admin/source/stylesheets/bootstrap/_mixins.scss */
        .row-fluid .span8 {
            width: 65.81197%;
            *width: 65.75877%;
        }
        /* line 631, /home/andrei/core-admin-release/core-admin/source/stylesheets/bootstrap/_mixins.scss */
        .row-fluid .span7 {
            width: 57.26496%;
            *width: 57.21177%;
        }
        /* line 631, /home/andrei/core-admin-release/core-admin/source/stylesheets/bootstrap/_mixins.scss */
        .row-fluid .span6 {
            width: 48.71795%;
            *width: 48.66476%;
        }

        .row-fluid .span612 {
            width: 48.71795%;
            margin-top: 20px;
            *width: 48.66476%;
        }

        /* line 631, /home/andrei/core-admin-release/core-admin/source/stylesheets/bootstrap/_mixins.scss */
        .row-fluid .span5 {
            width: 40.17094%;
            *width: 40.11775%;
        }
        /* line 631, /home/andrei/core-admin-release/core-admin/source/stylesheets/bootstrap/_mixins.scss */
        .row-fluid .span4 {
            width: 31.62393%;
            *width: 31.57074%;
        }
        /* line 631, /home/andrei/core-admin-release/core-admin/source/stylesheets/bootstrap/_mixins.scss */
        .row-fluid .span3 {
            width: 23.07692%;
            *width: 23.02373%;
        }
        /* line 631, /home/andrei/core-admin-release/core-admin/source/stylesheets/bootstrap/_mixins.scss */
        .row-fluid .span2 {
            width: 14.52991%;
            *width: 14.47672%;
        }
        /* line 631, /home/andrei/core-admin-release/core-admin/source/stylesheets/bootstrap/_mixins.scss */
        .row-fluid .span1 {
            width: 5.98291%;
            *width: 5.92971%;
        }
        /* line 638, /home/andrei/core-admin-release/core-admin/source/stylesheets/bootstrap/_mixins.scss */
        .row-fluid .offset12 {
            margin-left: 105.12821%;
            *margin-left: 105.02182%;
        }
            /* line 639, /home/andrei/core-admin-release/core-admin/source/stylesheets/bootstrap/_mixins.scss */
            .row-fluid .offset12:first-child {
                margin-left: 102.5641%;
                *margin-left: 102.45772%;
            }
        /* line 638, /home/andrei/core-admin-release/core-admin/source/stylesheets/bootstrap/_mixins.scss */
        .row-fluid .offset11 {
            margin-left: 96.5812%;
            *margin-left: 96.47481%;
        }
            /* line 639, /home/andrei/core-admin-release/core-admin/source/stylesheets/bootstrap/_mixins.scss */
            .row-fluid .offset11:first-child {
                margin-left: 94.01709%;
                *margin-left: 93.91071%;
            }
        /* line 638, /home/andrei/core-admin-release/core-admin/source/stylesheets/bootstrap/_mixins.scss */
        .row-fluid .offset10 {
            margin-left: 88.03419%;
            *margin-left: 87.92781%;
        }
            /* line 639, /home/andrei/core-admin-release/core-admin/source/stylesheets/bootstrap/_mixins.scss */
            .row-fluid .offset10:first-child {
                margin-left: 85.47009%;
                *margin-left: 85.3637%;
            }
        /* line 638, /home/andrei/core-admin-release/core-admin/source/stylesheets/bootstrap/_mixins.scss */
        .row-fluid .offset9 {
            margin-left: 79.48718%;
            *margin-left: 79.3808%;
        }
            /* line 639, /home/andrei/core-admin-release/core-admin/source/stylesheets/bootstrap/_mixins.scss */
            .row-fluid .offset9:first-child {
                margin-left: 76.92308%;
                *margin-left: 76.81669%;
            }
        /* line 638, /home/andrei/core-admin-release/core-admin/source/stylesheets/bootstrap/_mixins.scss */
        .row-fluid .offset8 {
            margin-left: 70.94017%;
            *margin-left: 70.83379%;
        }
            /* line 639, /home/andrei/core-admin-release/core-admin/source/stylesheets/bootstrap/_mixins.scss */
            .row-fluid .offset8:first-child {
                margin-left: 68.37607%;
                *margin-left: 68.26969%;
            }
        /* line 638, /home/andrei/core-admin-release/core-admin/source/stylesheets/bootstrap/_mixins.scss */
        .row-fluid .offset7 {
            margin-left: 62.39316%;
            *margin-left: 62.28678%;
        }
            /* line 639, /home/andrei/core-admin-release/core-admin/source/stylesheets/bootstrap/_mixins.scss */
            .row-fluid .offset7:first-child {
                margin-left: 59.82906%;
                *margin-left: 59.72268%;
            }
        /* line 638, /home/andrei/core-admin-release/core-admin/source/stylesheets/bootstrap/_mixins.scss */
        .row-fluid .offset6 {
            margin-left: 53.84615%;
            *margin-left: 53.73977%;
        }
            /* line 639, /home/andrei/core-admin-release/core-admin/source/stylesheets/bootstrap/_mixins.scss */
            .row-fluid .offset6:first-child {
                margin-left: 51.28205%;
                *margin-left: 51.17567%;
            }
        /* line 638, /home/andrei/core-admin-release/core-admin/source/stylesheets/bootstrap/_mixins.scss */
        .row-fluid .offset5 {
            margin-left: 45.29915%;
            *margin-left: 45.19276%;
        }
            /* line 639, /home/andrei/core-admin-release/core-admin/source/stylesheets/bootstrap/_mixins.scss */
            .row-fluid .offset5:first-child {
                margin-left: 42.73504%;
                *margin-left: 42.62866%;
            }
        /* line 638, /home/andrei/core-admin-release/core-admin/source/stylesheets/bootstrap/_mixins.scss */
        .row-fluid .offset4 {
            margin-left: 36.75214%;
            *margin-left: 36.64575%;
        }
            /* line 639, /home/andrei/core-admin-release/core-admin/source/stylesheets/bootstrap/_mixins.scss */
            .row-fluid .offset4:first-child {
                margin-left: 34.18803%;
                *margin-left: 34.08165%;
            }
        /* line 638, /home/andrei/core-admin-release/core-admin/source/stylesheets/bootstrap/_mixins.scss */
        .row-fluid .offset3 {
            margin-left: 28.20513%;
            *margin-left: 28.09875%;
        }
            /* line 639, /home/andrei/core-admin-release/core-admin/source/stylesheets/bootstrap/_mixins.scss */
            .row-fluid .offset3:first-child {
                margin-left: 25.64103%;
                *margin-left: 25.53464%;
            }
        /* line 638, /home/andrei/core-admin-release/core-admin/source/stylesheets/bootstrap/_mixins.scss */
        .row-fluid .offset2 {
            margin-left: 19.65812%;
            *margin-left: 19.55174%;
        }
            /* line 639, /home/andrei/core-admin-release/core-admin/source/stylesheets/bootstrap/_mixins.scss */
            .row-fluid .offset2:first-child {
                margin-left: 17.09402%;
                *margin-left: 16.98763%;
            }
        /* line 638, /home/andrei/core-admin-release/core-admin/source/stylesheets/bootstrap/_mixins.scss */
        .row-fluid .offset1 {
            margin-left: 11.11111%;
            *margin-left: 11.00473%;
        }
            /* line 639, /home/andrei/core-admin-release/core-admin/source/stylesheets/bootstrap/_mixins.scss */
            .row-fluid .offset1:first-child {
                margin-left: 8.54701%;
                *margin-left: 8.44063%;
            }

    /* line 664, /home/andrei/core-admin-release/core-admin/source/stylesheets/bootstrap/_mixins.scss */
    input,
    textarea,
    .uneditable-input {
        margin-left: 0;
    }

    /* line 669, /home/andrei/core-admin-release/core-admin/source/stylesheets/bootstrap/_mixins.scss */
    .controls-row [class*="span"] + [class*="span"] {
        margin-left: 30px;
    }

    /* line 681, /home/andrei/core-admin-release/core-admin/source/stylesheets/bootstrap/_mixins.scss */
    input.span12,
    textarea.span12,
    .uneditable-input.span12 {
        width: 1156px;
    }

    /* line 681, /home/andrei/core-admin-release/core-admin/source/stylesheets/bootstrap/_mixins.scss */
    input.span11,
    textarea.span11,
    .uneditable-input.span11 {
        width: 1056px;
    }

    /* line 681, /home/andrei/core-admin-release/core-admin/source/stylesheets/bootstrap/_mixins.scss */
    input.span10,
    textarea.span10,
    .uneditable-input.span10 {
        width: 956px;
    }

    /* line 681, /home/andrei/core-admin-release/core-admin/source/stylesheets/bootstrap/_mixins.scss */
    input.span9,
    textarea.span9,
    .uneditable-input.span9 {
        width: 856px;
    }

    /* line 681, /home/andrei/core-admin-release/core-admin/source/stylesheets/bootstrap/_mixins.scss */
    input.span8,
    textarea.span8,
    .uneditable-input.span8 {
        width: 756px;
    }

    /* line 681, /home/andrei/core-admin-release/core-admin/source/stylesheets/bootstrap/_mixins.scss */
    input.span7,
    textarea.span7,
    .uneditable-input.span7 {
        width: 656px;
    }

    /* line 681, /home/andrei/core-admin-release/core-admin/source/stylesheets/bootstrap/_mixins.scss */
    input.span6,
    textarea.span6,
    .uneditable-input.span6 {
        width: 556px;
    }

    /* line 681, /home/andrei/core-admin-release/core-admin/source/stylesheets/bootstrap/_mixins.scss */
    input.span5,
    textarea.span5,
    .uneditable-input.span5 {
        width: 456px;
    }

    /* line 681, /home/andrei/core-admin-release/core-admin/source/stylesheets/bootstrap/_mixins.scss */
    input.span4,
    textarea.span4,
    .uneditable-input.span4 {
        width: 356px;
    }

    /* line 681, /home/andrei/core-admin-release/core-admin/source/stylesheets/bootstrap/_mixins.scss */
    input.span3,
    textarea.span3,
    .uneditable-input.span3 {
        width: 256px;
    }

    /* line 681, /home/andrei/core-admin-release/core-admin/source/stylesheets/bootstrap/_mixins.scss */
    input.span2,
    textarea.span2,
    .uneditable-input.span2 {
        width: 156px;
    }

    /* line 681, /home/andrei/core-admin-release/core-admin/source/stylesheets/bootstrap/_mixins.scss */
    input.span1,
    textarea.span1,
    .uneditable-input.span1 {
        width: 56px;
    }

    /* line 18, /home/andrei/core-admin-release/core-admin/source/stylesheets/bootstrap/_responsive-1200px-min.scss */
    .thumbnails {
        margin-left: -30px;
    }

        /* line 21, /home/andrei/core-admin-release/core-admin/source/stylesheets/bootstrap/_responsive-1200px-min.scss */
        .thumbnails > li {
            margin-left: 30px;
        }

    /* line 24, /home/andrei/core-admin-release/core-admin/source/stylesheets/bootstrap/_responsive-1200px-min.scss */
    .row-fluid .thumbnails {
        margin-left: 0;
    }
}

@media (min-width: 768px) and (max-width: 979px) {
    /* line 556, /home/andrei/core-admin-release/core-admin/source/stylesheets/bootstrap/_mixins.scss */
    .row {
        margin-left: -20px;
        *zoom: 1;
    }
        /* line 15, /home/andrei/core-admin-release/core-admin/source/stylesheets/bootstrap/_mixins.scss */
        .row:before, .row:after {
            display: table;
            content: "";
            line-height: 0;
        }
        /* line 22, /home/andrei/core-admin-release/core-admin/source/stylesheets/bootstrap/_mixins.scss */
        .row:after {
            clear: both;
        }

    /* line 561, /home/andrei/core-admin-release/core-admin/source/stylesheets/bootstrap/_mixins.scss */
    [class*="span"] {
        float: left;
        min-height: 1px;
        margin-left: 20px;
    }

    /* line 571, /home/andrei/core-admin-release/core-admin/source/stylesheets/bootstrap/_mixins.scss */
    .container,
    .navbar-static-top .container,
    .navbar-fixed-top .container,
    .navbar-fixed-bottom .container {
        width: 724px;
    }

    /* line 582, /home/andrei/core-admin-release/core-admin/source/stylesheets/bootstrap/_mixins.scss */
    .span12 {
        width: 724px;
    }

    /* line 582, /home/andrei/core-admin-release/core-admin/source/stylesheets/bootstrap/_mixins.scss */
    .span11 {
        width: 662px;
    }

    /* line 582, /home/andrei/core-admin-release/core-admin/source/stylesheets/bootstrap/_mixins.scss */
    .span10 {
        width: 600px;
    }

    /* line 582, /home/andrei/core-admin-release/core-admin/source/stylesheets/bootstrap/_mixins.scss */
    .span9 {
        width: 538px;
    }

    /* line 582, /home/andrei/core-admin-release/core-admin/source/stylesheets/bootstrap/_mixins.scss */
    .span8 {
        width: 476px;
    }

    /* line 582, /home/andrei/core-admin-release/core-admin/source/stylesheets/bootstrap/_mixins.scss */
    .span7 {
        width: 414px;
    }

    /* line 582, /home/andrei/core-admin-release/core-admin/source/stylesheets/bootstrap/_mixins.scss */
    .span6 {
        width: 352px;
    }

    /* line 582, /home/andrei/core-admin-release/core-admin/source/stylesheets/bootstrap/_mixins.scss */
    .span5 {
        width: 290px;
    }

    /* line 582, /home/andrei/core-admin-release/core-admin/source/stylesheets/bootstrap/_mixins.scss */
    .span4 {
        width: 228px;
    }

    /* line 582, /home/andrei/core-admin-release/core-admin/source/stylesheets/bootstrap/_mixins.scss */
    .span3 {
        width: 166px;
    }

    /* line 582, /home/andrei/core-admin-release/core-admin/source/stylesheets/bootstrap/_mixins.scss */
    .span2 {
        width: 104px;
    }

    /* line 582, /home/andrei/core-admin-release/core-admin/source/stylesheets/bootstrap/_mixins.scss */
    .span1 {
        width: 42px;
    }

    /* line 589, /home/andrei/core-admin-release/core-admin/source/stylesheets/bootstrap/_mixins.scss */
    .offset12 {
        margin-left: 764px;
    }

    /* line 589, /home/andrei/core-admin-release/core-admin/source/stylesheets/bootstrap/_mixins.scss */
    .offset11 {
        margin-left: 702px;
    }

    /* line 589, /home/andrei/core-admin-release/core-admin/source/stylesheets/bootstrap/_mixins.scss */
    .offset10 {
        margin-left: 640px;
    }

    /* line 589, /home/andrei/core-admin-release/core-admin/source/stylesheets/bootstrap/_mixins.scss */
    .offset9 {
        margin-left: 578px;
    }

    /* line 589, /home/andrei/core-admin-release/core-admin/source/stylesheets/bootstrap/_mixins.scss */
    .offset8 {
        margin-left: 516px;
    }

    /* line 589, /home/andrei/core-admin-release/core-admin/source/stylesheets/bootstrap/_mixins.scss */
    .offset7 {
        margin-left: 454px;
    }

    /* line 589, /home/andrei/core-admin-release/core-admin/source/stylesheets/bootstrap/_mixins.scss */
    .offset6 {
        margin-left: 392px;
    }

    /* line 589, /home/andrei/core-admin-release/core-admin/source/stylesheets/bootstrap/_mixins.scss */
    .offset5 {
        margin-left: 330px;
    }

    /* line 589, /home/andrei/core-admin-release/core-admin/source/stylesheets/bootstrap/_mixins.scss */
    .offset4 {
        margin-left: 268px;
    }

    /* line 589, /home/andrei/core-admin-release/core-admin/source/stylesheets/bootstrap/_mixins.scss */
    .offset3 {
        margin-left: 206px;
    }

    /* line 589, /home/andrei/core-admin-release/core-admin/source/stylesheets/bootstrap/_mixins.scss */
    .offset2 {
        margin-left: 144px;
    }

    /* line 589, /home/andrei/core-admin-release/core-admin/source/stylesheets/bootstrap/_mixins.scss */
    .offset1 {
        margin-left: 82px;
    }

    /* line 605, /home/andrei/core-admin-release/core-admin/source/stylesheets/bootstrap/_mixins.scss */
    .row-fluid {
        width: 100%;
        *zoom: 1;
    }
        /* line 15, /home/andrei/core-admin-release/core-admin/source/stylesheets/bootstrap/_mixins.scss */
        .row-fluid:before, .row-fluid:after {
            display: table;
            content: "";
            line-height: 0;
        }
        /* line 22, /home/andrei/core-admin-release/core-admin/source/stylesheets/bootstrap/_mixins.scss */
        .row-fluid:after {
            clear: both;
        }
        /* line 608, /home/andrei/core-admin-release/core-admin/source/stylesheets/bootstrap/_mixins.scss */
        .row-fluid [class*="span"] {
            display: block;
            width: 100%;
            min-height: 30px;
            -webkit-box-sizing: border-box;
            -moz-box-sizing: border-box;
            box-sizing: border-box;
            float: left;
            margin-left: 2.76243%;
            *margin-left: 2.70924%;
        }
            /* line 614, /home/andrei/core-admin-release/core-admin/source/stylesheets/bootstrap/_mixins.scss */
            .row-fluid [class*="span"]:first-child {
                margin-left: 0;
            }
        /* line 619, /home/andrei/core-admin-release/core-admin/source/stylesheets/bootstrap/_mixins.scss */
        .row-fluid .controls-row [class*="span"] + [class*="span"] {
            margin-left: 2.76243%;
        }
        /* line 631, /home/andrei/core-admin-release/core-admin/source/stylesheets/bootstrap/_mixins.scss */
        .row-fluid .span12 {
            width: 100%;
            *width: 99.94681%;
        }
        /* line 631, /home/andrei/core-admin-release/core-admin/source/stylesheets/bootstrap/_mixins.scss */
        .row-fluid .span11 {
            width: 91.43646%;
            *width: 91.38327%;
        }
        /* line 631, /home/andrei/core-admin-release/core-admin/source/stylesheets/bootstrap/_mixins.scss */
        .row-fluid .span10 {
            width: 82.87293%;
            *width: 82.81974%;
        }
        /* line 631, /home/andrei/core-admin-release/core-admin/source/stylesheets/bootstrap/_mixins.scss */
        .row-fluid .span9 {
            width: 74.30939%;
            *width: 74.2562%;
        }
        /* line 631, /home/andrei/core-admin-release/core-admin/source/stylesheets/bootstrap/_mixins.scss */
        .row-fluid .span8 {
            width: 65.74586%;
            *width: 65.69266%;
        }
        /* line 631, /home/andrei/core-admin-release/core-admin/source/stylesheets/bootstrap/_mixins.scss */
        .row-fluid .span7 {
            width: 57.18232%;
            *width: 57.12913%;
        }
        /* line 631, /home/andrei/core-admin-release/core-admin/source/stylesheets/bootstrap/_mixins.scss */
        .row-fluid .span6 {
            width: 48.61878%;
            *width: 48.56559%;
        }
        /* line 631, /home/andrei/core-admin-release/core-admin/source/stylesheets/bootstrap/_mixins.scss */
        .row-fluid .span5 {
            width: 40.05525%;
            *width: 40.00206%;
        }
        /* line 631, /home/andrei/core-admin-release/core-admin/source/stylesheets/bootstrap/_mixins.scss */
        .row-fluid .span4 {
            width: 31.49171%;
            *width: 31.43852%;
        }
        /* line 631, /home/andrei/core-admin-release/core-admin/source/stylesheets/bootstrap/_mixins.scss */
        .row-fluid .span3 {
            width: 22.92818%;
            *width: 22.87499%;
        }
        /* line 631, /home/andrei/core-admin-release/core-admin/source/stylesheets/bootstrap/_mixins.scss */
        .row-fluid .span2 {
            width: 14.36464%;
            *width: 14.31145%;
        }
        /* line 631, /home/andrei/core-admin-release/core-admin/source/stylesheets/bootstrap/_mixins.scss */
        .row-fluid .span1 {
            width: 5.8011%;
            *width: 5.74791%;
        }
        /* line 638, /home/andrei/core-admin-release/core-admin/source/stylesheets/bootstrap/_mixins.scss */
        .row-fluid .offset12 {
            margin-left: 105.52486%;
            *margin-left: 105.41848%;
        }
            /* line 639, /home/andrei/core-admin-release/core-admin/source/stylesheets/bootstrap/_mixins.scss */
            .row-fluid .offset12:first-child {
                margin-left: 102.76243%;
                *margin-left: 102.65605%;
            }
        /* line 638, /home/andrei/core-admin-release/core-admin/source/stylesheets/bootstrap/_mixins.scss */
        .row-fluid .offset11 {
            margin-left: 96.96133%;
            *margin-left: 96.85494%;
        }
            /* line 639, /home/andrei/core-admin-release/core-admin/source/stylesheets/bootstrap/_mixins.scss */
            .row-fluid .offset11:first-child {
                margin-left: 94.1989%;
                *margin-left: 94.09251%;
            }
        /* line 638, /home/andrei/core-admin-release/core-admin/source/stylesheets/bootstrap/_mixins.scss */
        .row-fluid .offset10 {
            margin-left: 88.39779%;
            *margin-left: 88.29141%;
        }
            /* line 639, /home/andrei/core-admin-release/core-admin/source/stylesheets/bootstrap/_mixins.scss */
            .row-fluid .offset10:first-child {
                margin-left: 85.63536%;
                *margin-left: 85.52898%;
            }
        /* line 638, /home/andrei/core-admin-release/core-admin/source/stylesheets/bootstrap/_mixins.scss */
        .row-fluid .offset9 {
            margin-left: 79.83425%;
            *margin-left: 79.72787%;
        }
            /* line 639, /home/andrei/core-admin-release/core-admin/source/stylesheets/bootstrap/_mixins.scss */
            .row-fluid .offset9:first-child {
                margin-left: 77.07182%;
                *margin-left: 76.96544%;
            }
        /* line 638, /home/andrei/core-admin-release/core-admin/source/stylesheets/bootstrap/_mixins.scss */
        .row-fluid .offset8 {
            margin-left: 71.27072%;
            *margin-left: 71.16434%;
        }
            /* line 639, /home/andrei/core-admin-release/core-admin/source/stylesheets/bootstrap/_mixins.scss */
            .row-fluid .offset8:first-child {
                margin-left: 68.50829%;
                *margin-left: 68.4019%;
            }
        /* line 638, /home/andrei/core-admin-release/core-admin/source/stylesheets/bootstrap/_mixins.scss */
        .row-fluid .offset7 {
            margin-left: 62.70718%;
            *margin-left: 62.6008%;
        }
            /* line 639, /home/andrei/core-admin-release/core-admin/source/stylesheets/bootstrap/_mixins.scss */
            .row-fluid .offset7:first-child {
                margin-left: 59.94475%;
                *margin-left: 59.83837%;
            }
        /* line 638, /home/andrei/core-admin-release/core-admin/source/stylesheets/bootstrap/_mixins.scss */
        .row-fluid .offset6 {
            margin-left: 54.14365%;
            *margin-left: 54.03726%;
        }
            /* line 639, /home/andrei/core-admin-release/core-admin/source/stylesheets/bootstrap/_mixins.scss */
            .row-fluid .offset6:first-child {
                margin-left: 51.38122%;
                *margin-left: 51.27483%;
            }
        /* line 638, /home/andrei/core-admin-release/core-admin/source/stylesheets/bootstrap/_mixins.scss */
        .row-fluid .offset5 {
            margin-left: 45.58011%;
            *margin-left: 45.47373%;
        }
            /* line 639, /home/andrei/core-admin-release/core-admin/source/stylesheets/bootstrap/_mixins.scss */
            .row-fluid .offset5:first-child {
                margin-left: 42.81768%;
                *margin-left: 42.7113%;
            }
        /* line 638, /home/andrei/core-admin-release/core-admin/source/stylesheets/bootstrap/_mixins.scss */
        .row-fluid .offset4 {
            margin-left: 37.01657%;
            *margin-left: 36.91019%;
        }
            /* line 639, /home/andrei/core-admin-release/core-admin/source/stylesheets/bootstrap/_mixins.scss */
            .row-fluid .offset4:first-child {
                margin-left: 34.25414%;
                *margin-left: 34.14776%;
            }
        /* line 638, /home/andrei/core-admin-release/core-admin/source/stylesheets/bootstrap/_mixins.scss */
        .row-fluid .offset3 {
            margin-left: 28.45304%;
            *margin-left: 28.34666%;
        }
            /* line 639, /home/andrei/core-admin-release/core-admin/source/stylesheets/bootstrap/_mixins.scss */
            .row-fluid .offset3:first-child {
                margin-left: 25.69061%;
                *margin-left: 25.58422%;
            }
        /* line 638, /home/andrei/core-admin-release/core-admin/source/stylesheets/bootstrap/_mixins.scss */
        .row-fluid .offset2 {
            margin-left: 19.8895%;
            *margin-left: 19.78312%;
        }
            /* line 639, /home/andrei/core-admin-release/core-admin/source/stylesheets/bootstrap/_mixins.scss */
            .row-fluid .offset2:first-child {
                margin-left: 17.12707%;
                *margin-left: 17.02069%;
            }
        /* line 638, /home/andrei/core-admin-release/core-admin/source/stylesheets/bootstrap/_mixins.scss */
        .row-fluid .offset1 {
            margin-left: 11.32597%;
            *margin-left: 11.21958%;
        }
            /* line 639, /home/andrei/core-admin-release/core-admin/source/stylesheets/bootstrap/_mixins.scss */
            .row-fluid .offset1:first-child {
                margin-left: 8.56354%;
                *margin-left: 8.45715%;
            }

    /* line 664, /home/andrei/core-admin-release/core-admin/source/stylesheets/bootstrap/_mixins.scss */
    input,
    textarea,
    .uneditable-input {
        margin-left: 0;
    }

    /* line 669, /home/andrei/core-admin-release/core-admin/source/stylesheets/bootstrap/_mixins.scss */
    .controls-row [class*="span"] + [class*="span"] {
        margin-left: 20px;
    }

    /* line 681, /home/andrei/core-admin-release/core-admin/source/stylesheets/bootstrap/_mixins.scss */
    input.span12,
    textarea.span12,
    .uneditable-input.span12 {
        width: 710px;
    }

    /* line 681, /home/andrei/core-admin-release/core-admin/source/stylesheets/bootstrap/_mixins.scss */
    input.span11,
    textarea.span11,
    .uneditable-input.span11 {
        width: 648px;
    }

    /* line 681, /home/andrei/core-admin-release/core-admin/source/stylesheets/bootstrap/_mixins.scss */
    input.span10,
    textarea.span10,
    .uneditable-input.span10 {
        width: 586px;
    }

    /* line 681, /home/andrei/core-admin-release/core-admin/source/stylesheets/bootstrap/_mixins.scss */
    input.span9,
    textarea.span9,
    .uneditable-input.span9 {
        width: 524px;
    }

    /* line 681, /home/andrei/core-admin-release/core-admin/source/stylesheets/bootstrap/_mixins.scss */
    input.span8,
    textarea.span8,
    .uneditable-input.span8 {
        width: 462px;
    }

    /* line 681, /home/andrei/core-admin-release/core-admin/source/stylesheets/bootstrap/_mixins.scss */
    input.span7,
    textarea.span7,
    .uneditable-input.span7 {
        width: 400px;
    }

    /* line 681, /home/andrei/core-admin-release/core-admin/source/stylesheets/bootstrap/_mixins.scss */
    input.span6,
    textarea.span6,
    .uneditable-input.span6 {
        width: 338px;
    }

    /* line 681, /home/andrei/core-admin-release/core-admin/source/stylesheets/bootstrap/_mixins.scss */
    input.span5,
    textarea.span5,
    .uneditable-input.span5 {
        width: 276px;
    }

    /* line 681, /home/andrei/core-admin-release/core-admin/source/stylesheets/bootstrap/_mixins.scss */
    input.span4,
    textarea.span4,
    .uneditable-input.span4 {
        width: 214px;
    }

    /* line 681, /home/andrei/core-admin-release/core-admin/source/stylesheets/bootstrap/_mixins.scss */
    input.span3,
    textarea.span3,
    .uneditable-input.span3 {
        width: 152px;
    }

    /* line 681, /home/andrei/core-admin-release/core-admin/source/stylesheets/bootstrap/_mixins.scss */
    input.span2,
    textarea.span2,
    .uneditable-input.span2 {
        width: 90px;
    }

    /* line 681, /home/andrei/core-admin-release/core-admin/source/stylesheets/bootstrap/_mixins.scss */
    input.span1,
    textarea.span1,
    .uneditable-input.span1 {
        width: 28px;
    }
}

@media (max-width: 1200px) {
    ul.leyenda-list li {
        width: 25%;
        margin-bottom: 20px;
    }

        ul.leyenda-list li:first-child {
            margin-left: 20px;
        }

        ul.leyenda-list li:last-child {
            /*border-right:1px solid #ccc;*/
        }
}

@media (max-width: 850px) {
    ul.leyenda-list li {
        width: 40%;
        margin-bottom: 20px;
    }

        ul.leyenda-list li:first-child {
            margin-left: 20px;
        }
}

@media (max-width: 610px) {
    ul.leyenda-list li {
        width: 90%;
        margin-bottom: 0px;
        border-right: 0;
        border-bottom: 1px solid #ccc;
        padding: 10px 0;
        margin-left: 0;
        width: 100%;
    }

        ul.leyenda-list li:first-child {
            margin-left: 0px;
        }

        ul.leyenda-list li:last-child {
            border-right: 0;
            width: 100%;
        }
}

@media (max-width: 767px) {
    .periodo label {
        /*float:none;*/
    }

    .aviso .alert.alert-block {
        margin-bottom: 20px;
    }

    form.fill-up.periodo {
        margin-bottom: 15px;
    }

    .pull-right.accesoDate {
        float: none;
        text-align: left;
        border-top: 1px solid #ccc;
    }

        .pull-right.accesoDate span {
            /*display:block;*/
            margin-bottom: 20px;
        }

        .pull-right.accesoDate button.btn {
            margin-left: 0;
        }
    /* line 9, /home/andrei/core-admin-release/core-admin/source/stylesheets/bootstrap/_responsive-767px-max.scss */
    body {
        padding-left: 20px;
        padding-right: 20px;
    }

    /* line 16, /home/andrei/core-admin-release/core-admin/source/stylesheets/bootstrap/_responsive-767px-max.scss */
    .navbar-fixed-top,
    .navbar-fixed-bottom,
    .navbar-static-top {
        margin-left: -20px;
        margin-right: -20px;
    }

    /* line 21, /home/andrei/core-admin-release/core-admin/source/stylesheets/bootstrap/_responsive-767px-max.scss */
    .container-fluid {
        padding: 0;
    }

    /* line 29, /home/andrei/core-admin-release/core-admin/source/stylesheets/bootstrap/_responsive-767px-max.scss */
    .dl-horizontal dt {
        float: none;
        clear: none;
        width: auto;
        text-align: left;
    }
    /* line 35, /home/andrei/core-admin-release/core-admin/source/stylesheets/bootstrap/_responsive-767px-max.scss */
    .dl-horizontal dd {
        margin-left: 0;
    }

    /* line 43, /home/andrei/core-admin-release/core-admin/source/stylesheets/bootstrap/_responsive-767px-max.scss */
    .container {
        width: auto;
    }

    /* line 47, /home/andrei/core-admin-release/core-admin/source/stylesheets/bootstrap/_responsive-767px-max.scss */
    .row-fluid {
        width: 100%;
    }

    /* line 52, /home/andrei/core-admin-release/core-admin/source/stylesheets/bootstrap/_responsive-767px-max.scss */
    .row,
    .thumbnails {
        margin-left: 0;
    }

        /* line 55, /home/andrei/core-admin-release/core-admin/source/stylesheets/bootstrap/_responsive-767px-max.scss */
        .thumbnails > li {
            float: none;
            margin-left: 0;
        }

    /* line 62, /home/andrei/core-admin-release/core-admin/source/stylesheets/bootstrap/_responsive-767px-max.scss */
    [class*="span"],
    .uneditable-input[class*="span"],
    .row-fluid [class*="span"] {
        float: none;
        display: block;
        width: 100%;
        margin-left: 0;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
    }

    /* line 70, /home/andrei/core-admin-release/core-admin/source/stylesheets/bootstrap/_responsive-767px-max.scss */
    .span12,
    .row-fluid .span12 {
        width: 100%;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
    }

    /* line 74, /home/andrei/core-admin-release/core-admin/source/stylesheets/bootstrap/_responsive-767px-max.scss */
    .row-fluid [class*="offset"]:first-child {
        margin-left: 0;
    }

    /* line 87, /home/andrei/core-admin-release/core-admin/source/stylesheets/bootstrap/_responsive-767px-max.scss */
    .input-large,
    .input-xlarge,
    .input-xxlarge,
    input[class*="span"],
    select[class*="span"],
    textarea[class*="span"],
    .uneditable-input {
        display: block;
        width: 100%;
        min-height: 30px;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
    }

    /* line 94, /home/andrei/core-admin-release/core-admin/source/stylesheets/bootstrap/_responsive-767px-max.scss */
    .input-prepend input,
    .input-append input,
    .input-prepend input[class*="span"],
    .input-append input[class*="span"] {
        display: inline-block;
        width: auto;
    }

    /* line 98, /home/andrei/core-admin-release/core-admin/source/stylesheets/bootstrap/_responsive-767px-max.scss */
    .controls-row [class*="span"] + [class*="span"] {
        margin-left: 0;
    }

    /* line 103, /home/andrei/core-admin-release/core-admin/source/stylesheets/bootstrap/_responsive-767px-max.scss */
    .modal {
        position: fixed;
        top: 20px;
        left: 20px;
        right: 20px;
        width: auto;
        margin: 0;
    }
        /* line 110, /home/andrei/core-admin-release/core-admin/source/stylesheets/bootstrap/_responsive-767px-max.scss */
        .modal.fade {
            top: -100px;
        }
            /* line 111, /home/andrei/core-admin-release/core-admin/source/stylesheets/bootstrap/_responsive-767px-max.scss */
            .modal.fade.in {
                top: 20px;
            }
}

@media (max-width: 480px) {
    /* line 124, /home/andrei/core-admin-release/core-admin/source/stylesheets/bootstrap/_responsive-767px-max.scss */
    .nav-collapse {
        -webkit-transform: translate3d(0, 0, 0);
    }

    .leyenda p {
        width: 90%;
    }

    /* line 129, /home/andrei/core-admin-release/core-admin/source/stylesheets/bootstrap/_responsive-767px-max.scss */
    .page-header h1 small {
        display: block;
        line-height: 20px;
    }

    /* line 136, /home/andrei/core-admin-release/core-admin/source/stylesheets/bootstrap/_responsive-767px-max.scss */
    input[type="checkbox"],
    input[type="radio"] {
        border: 1px solid #ccc;
    }

    /* line 142, /home/andrei/core-admin-release/core-admin/source/stylesheets/bootstrap/_responsive-767px-max.scss */
    .form-horizontal .control-label {
        float: none;
        width: auto;
        padding-top: 0;
        text-align: left;
    }
    /* line 149, /home/andrei/core-admin-release/core-admin/source/stylesheets/bootstrap/_responsive-767px-max.scss */
    .form-horizontal .controls {
        margin-left: 0;
    }
    /* line 153, /home/andrei/core-admin-release/core-admin/source/stylesheets/bootstrap/_responsive-767px-max.scss */
    .form-horizontal .control-list {
        padding-top: 0;
    }
    /* line 157, /home/andrei/core-admin-release/core-admin/source/stylesheets/bootstrap/_responsive-767px-max.scss */
    .form-horizontal .form-actions {
        padding-left: 10px;
        padding-right: 10px;
    }

    /* line 166, /home/andrei/core-admin-release/core-admin/source/stylesheets/bootstrap/_responsive-767px-max.scss */
    .media .pull-left,
    .media .pull-right {
        float: none;
        display: block;
        margin-bottom: 10px;
    }

    /* line 172, /home/andrei/core-admin-release/core-admin/source/stylesheets/bootstrap/_responsive-767px-max.scss */
    .media-object {
        margin-right: 0;
        margin-left: 0;
    }

    /* line 178, /home/andrei/core-admin-release/core-admin/source/stylesheets/bootstrap/_responsive-767px-max.scss */
    .modal {
        top: 10px;
        left: 10px;
        right: 10px;
    }

    /* line 183, /home/andrei/core-admin-release/core-admin/source/stylesheets/bootstrap/_responsive-767px-max.scss */
    .modal-header .close {
        padding: 10px;
        margin: -10px;
    }

    /* line 189, /home/andrei/core-admin-release/core-admin/source/stylesheets/bootstrap/_responsive-767px-max.scss */
    .carousel-caption {
        position: static;
    }
}

@media (max-width: 979px) {
    /* line 13, /home/andrei/core-admin-release/core-admin/source/stylesheets/bootstrap/_responsive-navbar.scss */
    body {
        padding-top: 0;
    }

    /* line 18, /home/andrei/core-admin-release/core-admin/source/stylesheets/bootstrap/_responsive-navbar.scss */
    .navbar-fixed-top,
    .navbar-fixed-bottom {
        position: static;
    }

    /* line 21, /home/andrei/core-admin-release/core-admin/source/stylesheets/bootstrap/_responsive-navbar.scss */
    .navbar-fixed-top {
        margin-bottom: 20px;
    }

    /* line 24, /home/andrei/core-admin-release/core-admin/source/stylesheets/bootstrap/_responsive-navbar.scss */
    .navbar-fixed-bottom {
        margin-top: 20px;
    }

        /* line 28, /home/andrei/core-admin-release/core-admin/source/stylesheets/bootstrap/_responsive-navbar.scss */
        .navbar-fixed-top .navbar-inner,
        .navbar-fixed-bottom .navbar-inner {
            padding: 5px;
        }

    /* line 31, /home/andrei/core-admin-release/core-admin/source/stylesheets/bootstrap/_responsive-navbar.scss */
    .navbar .container {
        width: auto;
        padding: 0;
    }

    /* line 36, /home/andrei/core-admin-release/core-admin/source/stylesheets/bootstrap/_responsive-navbar.scss */
    .navbar .brand {
        padding-left: 130px;
        padding-right: 10px;
        margin: 0 0 0 -5px;
    }

    /* line 45, /home/andrei/core-admin-release/core-admin/source/stylesheets/bootstrap/_responsive-navbar.scss */
    .nav-collapse {
        clear: both;
    }

        /* line 49, /home/andrei/core-admin-release/core-admin/source/stylesheets/bootstrap/_responsive-navbar.scss */
        .nav-collapse .nav {
            float: none;
            margin: 0 0 10px;
        }

            /* line 53, /home/andrei/core-admin-release/core-admin/source/stylesheets/bootstrap/_responsive-navbar.scss */
            .nav-collapse .nav > li {
                float: none;
            }

                /* line 56, /home/andrei/core-admin-release/core-admin/source/stylesheets/bootstrap/_responsive-navbar.scss */
                .nav-collapse .nav > li > a {
                    margin-bottom: 2px;
                }

            /* line 59, /home/andrei/core-admin-release/core-admin/source/stylesheets/bootstrap/_responsive-navbar.scss */
            .nav-collapse .nav > .divider-vertical {
                display: none;
            }

            /* line 62, /home/andrei/core-admin-release/core-admin/source/stylesheets/bootstrap/_responsive-navbar.scss */
            .nav-collapse .nav .nav-header {
                color: #777777;
                text-shadow: none;
            }

            /* line 68, /home/andrei/core-admin-release/core-admin/source/stylesheets/bootstrap/_responsive-navbar.scss */
            .nav-collapse .nav > li > a,
            .nav-collapse .dropdown-menu a {
                padding: 9px 15px;
                font-weight: bold;
                color: #777777;
                -webkit-border-radius: 3px;
                -moz-border-radius: 3px;
                border-radius: 3px;
            }

        /* line 75, /home/andrei/core-admin-release/core-admin/source/stylesheets/bootstrap/_responsive-navbar.scss */
        .nav-collapse .btn {
            padding: 4px 10px 4px;
            font-weight: normal;
            -webkit-border-radius: 4px;
            -moz-border-radius: 4px;
            border-radius: 4px;
        }

        /* line 80, /home/andrei/core-admin-release/core-admin/source/stylesheets/bootstrap/_responsive-navbar.scss */
        .nav-collapse .dropdown-menu li + li a {
            margin-bottom: 2px;
        }

        /* line 86, /home/andrei/core-admin-release/core-admin/source/stylesheets/bootstrap/_responsive-navbar.scss */
        .nav-collapse .nav > li > a:hover,
        .nav-collapse .nav > li > a:focus,
        .nav-collapse .dropdown-menu a:hover,
        .nav-collapse .dropdown-menu a:focus {
            background-color: #f2f2f2;
        }

    /* line 90, /home/andrei/core-admin-release/core-admin/source/stylesheets/bootstrap/_responsive-navbar.scss */
    .navbar-inverse .nav-collapse .nav > li > a,
    .navbar-inverse .nav-collapse .dropdown-menu a {
        color: #fff;
    }

        /* line 96, /home/andrei/core-admin-release/core-admin/source/stylesheets/bootstrap/_responsive-navbar.scss */
        .navbar-inverse .nav-collapse .nav > li > a:hover,
        .navbar-inverse .nav-collapse .nav > li > a:focus,
        .navbar-inverse .nav-collapse .dropdown-menu a:hover,
        .navbar-inverse .nav-collapse .dropdown-menu a:focus {
            background-color: #780000;
        }

    /* line 100, /home/andrei/core-admin-release/core-admin/source/stylesheets/bootstrap/_responsive-navbar.scss */
    .nav-collapse.in .btn-group {
        margin-top: 5px;
        padding: 0;
    }

    /* line 105, /home/andrei/core-admin-release/core-admin/source/stylesheets/bootstrap/_responsive-navbar.scss */
    .nav-collapse .dropdown-menu {
        position: static;
        top: auto;
        left: auto;
        float: none;
        display: none;
        max-width: none;
        margin: 0 15px;
        padding: 0;
        background-color: transparent;
        border: none;
        -webkit-border-radius: 0;
        -moz-border-radius: 0;
        border-radius: 0;
        -webkit-box-shadow: none;
        -moz-box-shadow: none;
        box-shadow: none;
    }

    /* line 119, /home/andrei/core-admin-release/core-admin/source/stylesheets/bootstrap/_responsive-navbar.scss */
    .nav-collapse .open > .dropdown-menu {
        display: block;
    }

    /* line 124, /home/andrei/core-admin-release/core-admin/source/stylesheets/bootstrap/_responsive-navbar.scss */
    .nav-collapse .dropdown-menu:before,
    .nav-collapse .dropdown-menu:after {
        display: none;
    }

    /* line 127, /home/andrei/core-admin-release/core-admin/source/stylesheets/bootstrap/_responsive-navbar.scss */
    .nav-collapse .dropdown-menu .divider {
        display: none;
    }

    /* line 132, /home/andrei/core-admin-release/core-admin/source/stylesheets/bootstrap/_responsive-navbar.scss */
    .nav-collapse .nav > li > .dropdown-menu:before, .nav-collapse .nav > li > .dropdown-menu:after {
        display: none;
    }

    /* line 138, /home/andrei/core-admin-release/core-admin/source/stylesheets/bootstrap/_responsive-navbar.scss */
    .nav-collapse .navbar-form,
    .nav-collapse .navbar-search {
        float: none;
        padding: 10px 15px;
        margin: 10px 0;
        border-top: 1px solid #f2f2f2;
        border-bottom: 1px solid #f2f2f2;
        -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1), 0 1px 0 rgba(255, 255, 255, 0.1);
        -moz-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1), 0 1px 0 rgba(255, 255, 255, 0.1);
        box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1), 0 1px 0 rgba(255, 255, 255, 0.1);
    }

    /* line 147, /home/andrei/core-admin-release/core-admin/source/stylesheets/bootstrap/_responsive-navbar.scss */
    .navbar-inverse .nav-collapse .navbar-form,
    .navbar-inverse .nav-collapse .navbar-search {
        border-top-color: #990000;
        border-bottom-color: #990000;
    }

    /* line 152, /home/andrei/core-admin-release/core-admin/source/stylesheets/bootstrap/_responsive-navbar.scss */
    .navbar .nav-collapse .nav.pull-right {
        float: none;
        margin-left: 0;
    }

    /* line 158, /home/andrei/core-admin-release/core-admin/source/stylesheets/bootstrap/_responsive-navbar.scss */
    .nav-collapse,
    .nav-collapse.collapse {
        overflow: hidden;
        height: 0;
    }

    /* line 163, /home/andrei/core-admin-release/core-admin/source/stylesheets/bootstrap/_responsive-navbar.scss */
    .navbar .btn-navbar {
        display: block;
    }

    /* line 169, /home/andrei/core-admin-release/core-admin/source/stylesheets/bootstrap/_responsive-navbar.scss */
    .navbar-static .navbar-inner {
        padding-left: 10px;
        padding-right: 10px;
    }
}

@media (min-width: 980px) {
    /* line 184, /home/andrei/core-admin-release/core-admin/source/stylesheets/bootstrap/_responsive-navbar.scss */
    .nav-collapse.collapse {
        height: auto !important;
        overflow: visible !important;
    }
}
/* line 1, /home/andrei/core-admin-release/core-admin/source/stylesheets/uniform_default.scss */
.uploader, .selector {
    display: -moz-inline-box;
    display: inline-block;
    vertical-align: middle;
    zoom: 1;
    *display: inline;
}
    /* line 2, /home/andrei/core-admin-release/core-admin/source/stylesheets/uniform_default.scss */
    .uploader *, .selector * {
        margin: 0;
        padding: 0;
    }

    /* line 14, /home/andrei/core-admin-release/core-admin/source/stylesheets/uniform_default.scss */
    .selector select:focus {
        outline: 0;
    }

/* line 18, /home/andrei/core-admin-release/core-admin/source/stylesheets/uniform_default.scss */
.uploader {
    width: 190px;
    cursor: pointer;
    position: relative;
    overflow: hidden;
    cursor: default;
}
    /* line 30, /home/andrei/core-admin-release/core-admin/source/stylesheets/uniform_default.scss */
    .uploader span.action {
        width: 85px;
        text-align: center;
        text-shadow: #fff 0px 1px 0px;
        background-color: #fff;
        font-size: 11px;
        font-weight: bold;
        float: left;
        display: inline;
        padding: 2px 0px;
        overflow: hidden;
        cursor: pointer;
    }
    /* line 43, /home/andrei/core-admin-release/core-admin/source/stylesheets/uniform_default.scss */
    .uploader span.filename {
        color: #777;
        width: 82px;
        border-right: solid 1px #bbb;
        font-size: 11px;
        padding: 0px 10px;
        float: left;
        display: block;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
        cursor: default;
    }
    /* line 58, /home/andrei/core-admin-release/core-admin/source/stylesheets/uniform_default.scss */
    .uploader input {
        width: 190px;
        opacity: 0;
        position: absolute;
        top: 0;
        right: 0;
        bottom: 0;
        float: right;
        height: 25px;
        border: none;
        cursor: default;
    }
        /* line 70, /home/andrei/core-admin-release/core-admin/source/stylesheets/uniform_default.scss */
        .uploader input:focus {
            outline: 0;
        }
    /* line 76, /home/andrei/core-admin-release/core-admin/source/stylesheets/uniform_default.scss */
    .uploader.disabled span.action {
        color: #aaa;
    }
    /* line 79, /home/andrei/core-admin-release/core-admin/source/stylesheets/uniform_default.scss */
    .uploader.disabled span.filename {
        border-color: #ddd;
        color: #aaa;
    }
/* line 4, /home/andrei/core-admin-release/core-admin/source/stylesheets/base.scss */
* {
    margin: 0px;
    padding: 0px;
    text-decoration: none;
    outline: none;
}

/* line 11, /home/andrei/core-admin-release/core-admin/source/stylesheets/base.scss */
html {
    min-height: 100%;
}

/* line 15, /home/andrei/core-admin-release/core-admin/source/stylesheets/base.scss */
body {
    /*  font: normal 12px 'Open Sans', HelveticaNeue, Helvetica, Arial;*/
    /*background: url("../images/bg.png");*/
    min-height: 100%;
    /*  color: #707070;*/
    overflow-x: hidden;
    text-align: left;
}

/* line 26, /home/andrei/core-admin-release/core-admin/source/stylesheets/base.scss */
strong, b {
    font-weight: 600;
}

/* line 30, /home/andrei/core-admin-release/core-admin/source/stylesheets/base.scss */
a {
    color: #78808a;
}
    /* line 34, /home/andrei/core-admin-release/core-admin/source/stylesheets/base.scss */
    a:hover, a:active, a:focus {
        cursor: pointer;
        outline: 0px none;
        text-decoration: none;
        color: #5a6573;
    }

/* line 43, /home/andrei/core-admin-release/core-admin/source/stylesheets/base.scss */
i {
    font-size: 14px;
}

/* line 47, /home/andrei/core-admin-release/core-admin/source/stylesheets/base.scss */
.container-fluid {
    padding: 0;
}

/* line 51, /home/andrei/core-admin-release/core-admin/source/stylesheets/base.scss */
.main-content {
    position: relative;
    /*max-width: 1200px;*/
    margin: 0 auto;
    width: 100%;
    border-radius: 10px;
    margin-top: 30px;
    /* margin-left: 201px;*/
}

/* line 56, /home/andrei/core-admin-release/core-admin/source/stylesheets/base.scss */
.padded {
    padding: 15px;
}

/* line 60, /home/andrei/core-admin-release/core-admin/source/stylesheets/base.scss */
.nopadding {
    padding: 0;
}

/* line 64, /home/andrei/core-admin-release/core-admin/source/stylesheets/base.scss */
.hpadded {
    padding-left: 15px;
    padding-right: 15px;
}

/* line 69, /home/andrei/core-admin-release/core-admin/source/stylesheets/base.scss */
.vpadded {
    padding-top: 15px;
    padding-bottom: 15px;
}

/* line 74, /home/andrei/core-admin-release/core-admin/source/stylesheets/base.scss */
.separate-sections {
    margin: 0;
    list-style: none;
    padding-bottom: 5px;
}
    /* line 79, /home/andrei/core-admin-release/core-admin/source/stylesheets/base.scss */
    .separate-sections > li, .separate-sections > div {
        margin-bottom: 15px !important;
    }
        /* line 82, /home/andrei/core-admin-release/core-admin/source/stylesheets/base.scss */
        .separate-sections > li:last-child, .separate-sections > div:last-child {
            margin-bottom: 0px;
        }

/* line 88, /home/andrei/core-admin-release/core-admin/source/stylesheets/base.scss */
h1, h2, h3, h4, h5, h6 {
    color: #990000;
    font-weight: 600;
}

th {
    font-weight: 600;
    color: #666666 !important;
}

/* line 94, /home/andrei/core-admin-release/core-admin/source/stylesheets/base.scss */
.the-icons {
    list-style: none;
}

/* line 98, /home/andrei/core-admin-release/core-admin/source/stylesheets/base.scss */
.avatar {
    display: inline-block;
}
    /* line 100, /home/andrei/core-admin-release/core-admin/source/stylesheets/base.scss */
    .avatar img {
        -webkit-border-radius: 50%;
        -moz-border-radius: 50%;
        -ms-border-radius: 50%;
        -o-border-radius: 50%;
        border-radius: 50%;
        -webkit-box-shadow: 0 1px 3px 0px rgba(0, 0, 0, 0.3);
        -moz-box-shadow: 0 1px 3px 0px rgba(0, 0, 0, 0.3);
        box-shadow: 0 1px 3px 0px rgba(0, 0, 0, 0.3);
    }

/* line 106, /home/andrei/core-admin-release/core-admin/source/stylesheets/base.scss */
.avatar-small {
    max-width: 32px;
    max-height: 32px;
}

/* line 111, /home/andrei/core-admin-release/core-admin/source/stylesheets/base.scss */
.twitter-color {
    color: #4099ff;
}

/* line 115, /home/andrei/core-admin-release/core-admin/source/stylesheets/base.scss */
.facebook-color {
    color: #35508F;
}

/* line 119, /home/andrei/core-admin-release/core-admin/source/stylesheets/base.scss */
.note {
    color: #909090;
    font-style: italic;
    font-size: 11px;
    margin-bottom: 10px;
}

.accesoDate {
    color: #777;
    font-style: italic;
    font-size: 12px;
    margin-bottom: 10px;
}

/* line 125, /home/andrei/core-admin-release/core-admin/source/stylesheets/base.scss */
.close {
    line-height: 14px;
}

/* line 129, /home/andrei/core-admin-release/core-admin/source/stylesheets/base.scss */
.relative {
    position: relative;
}

/* line 133, /home/andrei/core-admin-release/core-admin/source/stylesheets/base.scss */
.indent {
    margin-left: 10px;
}

/* line 137, /home/andrei/core-admin-release/core-admin/source/stylesheets/base.scss */
.strikethrough {
    text-decoration: line-through;
}
/* line 4, /home/andrei/core-admin-release/core-admin/source/stylesheets/box.scss */
.box {
    -webkit-box-shadow: 0 2px 2px -2px #cccccc;
    -moz-box-shadow: 0 2px 2px -2px #cccccc;
    box-shadow: 0 2px 2px -2px #cccccc;
    background: #fbfbfb;
    border: 1px solid #cdcdcd;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    -o-border-radius: 3px;
    border-radius: 3px;
    margin-bottom: 20px;
}
    /* line 12, /home/andrei/core-admin-release/core-admin/source/stylesheets/box.scss */
    .box .box-header, .box .box-footer {
        *zoom: 1;
        background: #eaeaea;
        background-image: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjUwJSIgeTE9IjAlIiB4Mj0iNTAlIiB5Mj0iMTAwJSI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ZkZmRmZCIvPjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iI2VhZWFlYSIvPjwvbGluZWFyR3JhZGllbnQ+PC9kZWZzPjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIGZpbGw9InVybCgjZ3JhZCkiIC8+PC9zdmc+IA==');
        background-size: 100%;
        background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #fdfdfd), color-stop(100%, #eaeaea));
        background-image: -webkit-linear-gradient(top, #fdfdfd, #eaeaea);
        background-image: -moz-linear-gradient(top, #fdfdfd, #eaeaea);
        background-image: -o-linear-gradient(top, #fdfdfd, #eaeaea);
        background-image: linear-gradient(top, #fdfdfd, #eaeaea);
        text-shadow: 0 1px white;
        border-bottom: 1px solid #CDCDCD;
        color: #636363;
        font-weight: 600;
    }
        /* line 24, /home/andrei/core-admin-release/core-admin/source/stylesheets/mixin_helpers.scss */
        .box .box-header:before, .box .box-header:after, .box .box-footer:before, .box .box-footer:after {
            display: table;
            content: "";
            line-height: 0;
        }
        /* line 30, /home/andrei/core-admin-release/core-admin/source/stylesheets/mixin_helpers.scss */
        .box .box-header:after, .box .box-footer:after {
            clear: both;
        }
        /* line 17, /home/andrei/core-admin-release/core-admin/source/stylesheets/box.scss */
        .box .box-header .title, .box .box-footer .title {
            float: left;
            display: block;
            padding: 10px;
            font-size: 12px;
            font-weight: 600;
        }
        /* line 25, /home/andrei/core-admin-release/core-admin/source/stylesheets/box.scss */
        .box .box-header .box-toolbar, .box .box-footer .box-toolbar {
            margin: 0;
            padding: 0;
            float: right;
            list-style: none;
        }
            /* line 31, /home/andrei/core-admin-release/core-admin/source/stylesheets/box.scss */
            .box .box-header .box-toolbar .ibutton-container, .box .box-footer .box-toolbar .ibutton-container {
                margin-top: 6px;
            }
            /* line 35, /home/andrei/core-admin-release/core-admin/source/stylesheets/box.scss */
            .box .box-header .box-toolbar > li, .box .box-footer .box-toolbar > li {
                position: relative;
                float: left;
                margin-left: 15px;
                line-height: 37px;
                padding-right: 10px;
                color: #636363;
                font-size: 12px;
            }
                /* line 42, /home/andrei/core-admin-release/core-admin/source/stylesheets/box.scss */
                .box .box-header .box-toolbar > li ul, .box .box-footer .box-toolbar > li ul {
                    left: auto;
                    right: 0;
                }
                /* line 49, /home/andrei/core-admin-release/core-admin/source/stylesheets/box.scss */
                .box .box-header .box-toolbar > li.toolbar-link, .box .box-footer .box-toolbar > li.toolbar-link {
                    padding-right: 0;
                }
                    /* line 53, /home/andrei/core-admin-release/core-admin/source/stylesheets/box.scss */
                    .box .box-header .box-toolbar > li.toolbar-link > a, .box .box-footer .box-toolbar > li.toolbar-link > a {
                        border-left: 1px solid #cecece;
                        height: 37px;
                        line-height: 37px;
                        display: block;
                        padding: 0 10px;
                    }
                        /* line 60, /home/andrei/core-admin-release/core-admin/source/stylesheets/box.scss */
                        .box .box-header .box-toolbar > li.toolbar-link > a i, .box .box-footer .box-toolbar > li.toolbar-link > a i {
                            font-size: 16px;
                        }
                        /* line 64, /home/andrei/core-admin-release/core-admin/source/stylesheets/box.scss */
                        .box .box-header .box-toolbar > li.toolbar-link > a:hover, .box .box-footer .box-toolbar > li.toolbar-link > a:hover {
                            background: #efefef;
                            background-image: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjUwJSIgeTE9IjAlIiB4Mj0iNTAlIiB5Mj0iMTAwJSI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ZmZmZmZiIvPjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iI2VmZWZlZiIvPjwvbGluZWFyR3JhZGllbnQ+PC9kZWZzPjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIGZpbGw9InVybCgjZ3JhZCkiIC8+PC9zdmc+IA==');
                            background-size: 100%;
                            background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #ffffff), color-stop(100%, #efefef));
                            background-image: -webkit-linear-gradient(top, #ffffff, #efefef);
                            background-image: -moz-linear-gradient(top, #ffffff, #efefef);
                            background-image: -o-linear-gradient(top, #ffffff, #efefef);
                            background-image: linear-gradient(top, #ffffff, #efefef);
                        }
                        /* line 68, /home/andrei/core-admin-release/core-admin/source/stylesheets/box.scss */
                        .box .box-header .box-toolbar > li.toolbar-link > a:active, .box .box-footer .box-toolbar > li.toolbar-link > a:active {
                            background: #e5e5e5;
                        }
                /* line 73, /home/andrei/core-admin-release/core-admin/source/stylesheets/box.scss */
                .box .box-header .box-toolbar > li > i, .box .box-footer .box-toolbar > li > i {
                    font-size: 14px;
                    height: 37px;
                    line-height: 37px;
                }
                /* line 79, /home/andrei/core-admin-release/core-admin/source/stylesheets/box.scss */
                .box .box-header .box-toolbar > li.open > a, .box .box-footer .box-toolbar > li.open > a {
                    background: #eee;
                }
    /* line 89, /home/andrei/core-admin-release/core-admin/source/stylesheets/box.scss */
    .box .box-header {
        -moz-border-radius-topright: 3px;
        -webkit-border-top-right-radius: 3px;
        border-top-right-radius: 3px;
        -moz-border-radius-topleft: 3px;
        -webkit-border-top-left-radius: 3px;
        border-top-left-radius: 3px;
    }
    /* line 94, /home/andrei/core-admin-release/core-admin/source/stylesheets/box.scss */
    .box .box-footer {
        -moz-border-radius-bottomright: 3px;
        -webkit-border-bottom-right-radius: 3px;
        border-bottom-right-radius: 3px;
        -moz-border-radius-bottomleft: 3px;
        -webkit-border-bottom-left-radius: 3px;
        border-bottom-left-radius: 3px;
        border-bottom: none;
        border-top: 1px solid #dddddd;
    }
        /* line 101, /home/andrei/core-admin-release/core-admin/source/stylesheets/box.scss */
        .box .box-footer .pagination {
            margin: 10px 0;
        }
        /* line 105, /home/andrei/core-admin-release/core-admin/source/stylesheets/box.scss */
        .box .box-footer.flat {
            border-top: none;
            background: #f1f1f1;
            background-image: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjUwJSIgeTE9IjAlIiB4Mj0iNTAlIiB5Mj0iMTAwJSI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ZiZmJmYiIvPjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iI2YxZjFmMSIvPjwvbGluZWFyR3JhZGllbnQ+PC9kZWZzPjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIGZpbGw9InVybCgjZ3JhZCkiIC8+PC9zdmc+IA==');
            background-size: 100%;
            background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #fbfbfb), color-stop(100%, #f1f1f1));
            background-image: -webkit-linear-gradient(top, #fbfbfb, #f1f1f1);
            background-image: -moz-linear-gradient(top, #fbfbfb, #f1f1f1);
            background-image: -o-linear-gradient(top, #fbfbfb, #f1f1f1);
            background-image: linear-gradient(top, #fbfbfb, #f1f1f1);
        }

/* line 117, /home/andrei/core-admin-release/core-admin/source/stylesheets/box.scss */
.box-list {
    list-style: none;
    margin: 0;
}
    /* line 121, /home/andrei/core-admin-release/core-admin/source/stylesheets/box.scss */
    .box-list > li {
        *zoom: 1;
        background: #f1f1f1;
        background-image: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjUwJSIgeTE9IjAlIiB4Mj0iNTAlIiB5Mj0iMTAwJSI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ZiZmJmYiIvPjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iI2YxZjFmMSIvPjwvbGluZWFyR3JhZGllbnQ+PC9kZWZzPjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIGZpbGw9InVybCgjZ3JhZCkiIC8+PC9zdmc+IA==');
        background-size: 100%;
        background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #fbfbfb), color-stop(100%, #f1f1f1));
        background-image: -webkit-linear-gradient(top, #fbfbfb, #f1f1f1);
        background-image: -moz-linear-gradient(top, #fbfbfb, #f1f1f1);
        background-image: -o-linear-gradient(top, #fbfbfb, #f1f1f1);
        background-image: linear-gradient(top, #fbfbfb, #f1f1f1);
        text-shadow: 0 1px white;
        padding: 10px;
        border-bottom: 1px solid #ddd;
    }
        /* line 24, /home/andrei/core-admin-release/core-admin/source/stylesheets/mixin_helpers.scss */
        .box-list > li:before, .box-list > li:after {
            display: table;
            content: "";
            line-height: 0;
        }
        /* line 30, /home/andrei/core-admin-release/core-admin/source/stylesheets/mixin_helpers.scss */
        .box-list > li:after {
            clear: both;
        }
        /* line 128, /home/andrei/core-admin-release/core-admin/source/stylesheets/box.scss */
        .box-list > li:last-child {
            border-bottom: none;
        }
    /* line 133, /home/andrei/core-admin-release/core-admin/source/stylesheets/box.scss */
    .box-list .fields li {
        line-height: 23px;
    }

/* line 140, /home/andrei/core-admin-release/core-admin/source/stylesheets/box.scss */
.box-section {
    border-bottom: 1px solid #ddd;
    border-top: 1px solid #fff;
    padding: 15px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
    /* line 146, /home/andrei/core-admin-release/core-admin/source/stylesheets/box.scss */
    .box-section:last-child {
        border-bottom: none;
    }

/* line 154, /home/andrei/core-admin-release/core-admin/source/stylesheets/box.scss */
.faded-toolbar a {
    margin-right: 10px;
}
/* line 159, /home/andrei/core-admin-release/core-admin/source/stylesheets/box.scss */
.faded-toolbar.pull-right a {
    margin-left: 10px;
    margin-right: 0;
}
/* line 165, /home/andrei/core-admin-release/core-admin/source/stylesheets/box.scss */
.faded-toolbar i {
    -webkit-transition: opacity 0.3s;
    -moz-transition: opacity 0.3s;
    -o-transition: opacity 0.3s;
    transition: opacity 0.3s;
    vertical-align: middle;
    color: #989898;
    opacity: .6;
}
    /* line 170, /home/andrei/core-admin-release/core-admin/source/stylesheets/box.scss */
    .faded-toolbar i:hover {
        opacity: 1;
    }

/* line 179, /home/andrei/core-admin-release/core-admin/source/stylesheets/box.scss */
.box .box-header .nav {
    margin-bottom: 0;
}
/* line 183, /home/andrei/core-admin-release/core-admin/source/stylesheets/box.scss */
.box .box-header .nav-tabs + .title {
    float: right;
}
/* line 187, /home/andrei/core-admin-release/core-admin/source/stylesheets/box.scss */
.box .box-header .nav-tabs {
    border-bottom: none;
}
    /* line 191, /home/andrei/core-admin-release/core-admin/source/stylesheets/box.scss */
    .box .box-header .nav-tabs > .active > a, .box .box-header .nav-tabs > .active > a:hover {
        background: #fbfbfb;
        border-left-color: #dddddd;
        border-right-color: #dddddd;
        border-top-color: transparent;
        -webkit-border-radius: 0;
        -moz-border-radius: 0;
        -ms-border-radius: 0;
        -o-border-radius: 0;
        border-radius: 0;
    }
    /* line 200, /home/andrei/core-admin-release/core-admin/source/stylesheets/box.scss */
    .box .box-header .nav-tabs.nav-tabs-left {
        float: left;
    }
        /* line 203, /home/andrei/core-admin-release/core-admin/source/stylesheets/box.scss */
        .box .box-header .nav-tabs.nav-tabs-left li:first-child a {
            border-left: 0;
            -moz-border-radius-topleft: 3px;
            -webkit-border-top-left-radius: 3px;
            border-top-left-radius: 3px;
        }
    /* line 209, /home/andrei/core-admin-release/core-admin/source/stylesheets/box.scss */
    .box .box-header .nav-tabs.nav-tabs-right {
        float: right;
    }
        /* line 212, /home/andrei/core-admin-release/core-admin/source/stylesheets/box.scss */
        .box .box-header .nav-tabs.nav-tabs-right li:last-child a {
            border-right: 0;
            -moz-border-radius-topright: 3px;
            -webkit-border-top-right-radius: 3px;
            border-top-right-radius: 3px;
            margin-right: 0;
        }
/* line 220, /home/andrei/core-admin-release/core-admin/source/stylesheets/box.scss */
.box .box-header .nav > li > a:hover {
    border-color: transparent;
    background: none;
}

/* line 231, /home/andrei/core-admin-release/core-admin/source/stylesheets/box.scss */
.box-header .tooltip {
    line-height: 20px !important;
    text-shadow: none;
}
/* line 236, /home/andrei/core-admin-release/core-admin/source/stylesheets/box.scss */
.box-header .progress {
    margin-top: 15px;
}
/* line 240, /home/andrei/core-admin-release/core-admin/source/stylesheets/box.scss */
.box-header .input-with-submit input {
    margin-bottom: 0;
    margin-top: 5px;
}
/* line 56, /home/andrei/core-admin-release/core-admin/source/stylesheets/_arrow.scss */
.chat-message-box {
    position: relative;
    background: white;
    border: 1px solid #d8d8d8;
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box;
}

    /* line 72, /home/andrei/core-admin-release/core-admin/source/stylesheets/_arrow.scss */
    .chat-message-box:after, .chat-message-box:before {
        bottom: 100%;
        border: solid transparent;
        content: " ";
        height: 0;
        width: 0;
        position: absolute;
        pointer-events: none;
    }

    /* line 82, /home/andrei/core-admin-release/core-admin/source/stylesheets/_arrow.scss */
    .chat-message-box:after {
        border-bottom-color: white;
        border-width: 7px;
        left: 10px;
    }

    /* line 94, /home/andrei/core-admin-release/core-admin/source/stylesheets/_arrow.scss */
    .chat-message-box:before {
        border-bottom-color: #d8d8d8;
        border-width: 8px;
        left: 9px;
    }

/* line 9, /home/andrei/core-admin-release/core-admin/source/stylesheets/message_box.scss */
.chat-message-box {
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -ms-border-radius: 4px;
    -o-border-radius: 4px;
    border-radius: 4px;
    margin-bottom: 15px;
}
    /* line 12, /home/andrei/core-admin-release/core-admin/source/stylesheets/message_box.scss */
    .chat-message-box textarea {
        border: none;
        -webkit-box-shadow: none;
        -moz-box-shadow: none;
        box-shadow: none;
        margin: 5px;
        width: 97% !important;
        background: #fff;
    }
        /* line 19, /home/andrei/core-admin-release/core-admin/source/stylesheets/message_box.scss */
        .chat-message-box textarea:focus {
            border: none;
        }

/* line 26, /home/andrei/core-admin-release/core-admin/source/stylesheets/message_box.scss */
.closable-chat-box .chat-message-box {
    margin-bottom: 0;
}
    /* line 29, /home/andrei/core-admin-release/core-admin/source/stylesheets/message_box.scss */
    .closable-chat-box .chat-message-box textarea {
        height: 20px;
    }
/* line 34, /home/andrei/core-admin-release/core-admin/source/stylesheets/message_box.scss */
.closable-chat-box .actions {
    display: none;
}
/* line 39, /home/andrei/core-admin-release/core-admin/source/stylesheets/message_box.scss */
.closable-chat-box.open .chat-message-box {
    margin-bottom: 15px;
}
    /* line 42, /home/andrei/core-admin-release/core-admin/source/stylesheets/message_box.scss */
    .closable-chat-box.open .chat-message-box textarea {
        height: auto;
    }
/* line 47, /home/andrei/core-admin-release/core-admin/source/stylesheets/message_box.scss */
.closable-chat-box.open .actions {
    display: block;
}
/* line 52, /home/andrei/core-admin-release/core-admin/source/stylesheets/message_box.scss */
.closable-chat-box .fields {
    *zoom: 1;
    position: relative;
}
    /* line 24, /home/andrei/core-admin-release/core-admin/source/stylesheets/mixin_helpers.scss */
    .closable-chat-box .fields:before, .closable-chat-box .fields:after {
        display: table;
        content: "";
        line-height: 0;
    }
    /* line 30, /home/andrei/core-admin-release/core-admin/source/stylesheets/mixin_helpers.scss */
    .closable-chat-box .fields:after {
        clear: both;
    }
    /* line 57, /home/andrei/core-admin-release/core-admin/source/stylesheets/message_box.scss */
    .closable-chat-box .fields ul {
        float: left;
        margin-left: 50px;
        margin-bottom: 2px;
        list-style: none;
        padding: 0;
    }
        /* line 64, /home/andrei/core-admin-release/core-admin/source/stylesheets/message_box.scss */
        .closable-chat-box .fields ul li {
            line-height: 18px;
            color: #949494;
        }
    /* line 70, /home/andrei/core-admin-release/core-admin/source/stylesheets/message_box.scss */
    .closable-chat-box .fields a {
        color: #393939;
    }
    /* line 74, /home/andrei/core-admin-release/core-admin/source/stylesheets/message_box.scss */
    .closable-chat-box .fields .avatar {
        position: absolute;
        left: 0;
    }
        /* line 77, /home/andrei/core-admin-release/core-admin/source/stylesheets/message_box.scss */
        .closable-chat-box .fields .avatar img {
            max-width: 36px;
            max-height: 36px;
        }
/* line 4, /home/andrei/core-admin-release/core-admin/source/stylesheets/dropdowns.scss */
.to-right .dropdown-menu {
    top: 0px;
    left: 100%;
    /*margin-left: 10px;*/
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -ms-border-radius: 4px;
    -o-border-radius: 4px;
    border-radius: 4px;
    float: none;
    width: 100%;
    -webkit-box-shadow: 0 0 2px 2px rgba(246, 246, 246, 0.1) inset;
    -moz-box-shadow: 0 0 2px 2px rgba(246, 246, 246, 0.1) inset;
    box-shadow: 0 0 2px 2px rgba(246, 246, 246, 0.1) inset;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
    /* line 14, /home/andrei/core-admin-release/core-admin/source/stylesheets/dropdowns.scss */
    .to-right .dropdown-menu:before {
        content: '';
        display: inline-block;
        border-top: 7px solid transparent !important;
        border-left: 7px solid transparent !important;
        /* border-right: 8px solid #d9d9d9;*/
        border-right: 8px solid transparent !important;
        border-bottom: 7px solid transparent !important;
        position: absolute;
        top: 12px;
        left: -15px;
    }

/* line 28, /home/andrei/core-admin-release/core-admin/source/stylesheets/dropdowns.scss */
.dark-nav {
    position: relative;
}
    /* line 31, /home/andrei/core-admin-release/core-admin/source/stylesheets/dropdowns.scss */
    .dark-nav.to-right .dropdown-menu {
        -webkit-border-radius: 4px;
        -moz-border-radius: 4px;
        -ms-border-radius: 4px;
        -o-border-radius: 4px;
        border-radius: 4px;
    }
    /* line 38, /home/andrei/core-admin-release/core-admin/source/stylesheets/dropdowns.scss */
    .dark-nav > ul {
        margin: 0;
        padding: 0;
        background: #eee;
        /* -webkit-box-shadow: rgba(0, 0, 0, 0.3) 0px 0px 4px 2px inset;
    -moz-box-shadow: rgba(0, 0, 0, 0.3) 0px 0px 4px 2px inset;
    box-shadow: rgba(0, 0, 0, 0.3) 0px 0px 4px 2px inset; */
    }
        /* line 44, /home/andrei/core-admin-release/core-admin/source/stylesheets/dropdowns.scss */
        .dark-nav > ul:before {
            border-bottom: 7px solid #0a0d0e !important;
        }
        /* line 48, /home/andrei/core-admin-release/core-admin/source/stylesheets/dropdowns.scss */
        .dark-nav > ul:after {
            border-bottom: 6px solid #0a0d0e !important;
        }
        /* line 52, /home/andrei/core-admin-release/core-admin/source/stylesheets/dropdowns.scss */
        .dark-nav > ul li.active a {
            color: #c82f2f;
            text-shadow: 0 1px 0 rgba(255, 255, 255, 0.5);
            background: rgba(246, 246, 246, 0.1);
            background-image: url('data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIHZpZXdCb3g9IjAgMCAxIDEiIHByZXNlcnZlQXNwZWN0UmF0aW89Im5vbmUiPgo8bGluZWFyR3JhZGllbnQgaWQ9Imc1NSIgZ3JhZGllbnRVbml0cz0idXNlclNwYWNlT25Vc2UiIHgxPSIwJSIgeTE9IjAlIiB4Mj0iMTAwJSIgeTI9IjEwMCUiPgo8c3RvcCBzdG9wLWNvbG9yPSIjRkZGRkZGIiBvZmZzZXQ9IjAiLz48c3RvcCBzdG9wLWNvbG9yPSIjRjZGNkY2IiBvZmZzZXQ9IjEiLz4KPC9saW5lYXJHcmFkaWVudD4KPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNnNTUpIiAvPgo8L3N2Zz4=');
            background-size: 100%;
            background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, rgba(246, 246, 246, 0.2)), color-stop(100%, rgba(255, 255, 255, 0.1)));
            background-image: -webkit-linear-gradient(top, rgba(246, 246, 246, 0.2)) 0%, rgba(255, 255, 255, 0.1));
            background-image: -moz-linear-gradient(top, rgba(246, 246, 246, 0.2)) 0%, rgba(255, 255, 255, 0.1));
            background-image: -o-linear-gradient(top, rgba(246, 246, 246, 0.2)) 0%, rgba(255, 255, 255, 0.1));
            background-image: linear-gradient(top, rgba(246, 246, 246, 0.2)) 0%, rgba(255, 255, 255, 0.1));
        }
            /* line 57, /home/andrei/core-admin-release/core-admin/source/stylesheets/dropdowns.scss */
            .dark-nav > ul li.active a:hover {
                background: rgba(50, 50, 50, 0.1);
                background-image: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjUwJSIgeTE9IjAlIiB4Mj0iNTAlIiB5Mj0iMTAwJSI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0icmdiYSg5MCwgOTAsIDkwLCAwLjIpIi8+PHN0b3Agb2Zmc2V0PSIxMDAlIiBzdG9wLWNvbG9yPSJyZ2JhKDUwLCA1MCwgNTAsIDAuMSkiLz48L2xpbmVhckdyYWRpZW50PjwvZGVmcz48cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMTAwJSIgaGVpZ2h0PSIxMDAlIiBmaWxsPSJ1cmwoI2dyYWQpIiAvPjwvc3ZnPiA=');
                background-size: 100%;
                background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, rgba(90, 90, 90, 0.2)), color-stop(100%, rgba(50, 50, 50, 0.1)));
                background-image: -webkit-linear-gradient(top, rgba(90, 90, 90, 0.2) 0%, rgba(50, 50, 50, 0.1));
                background-image: -moz-linear-gradient(top, rgba(90, 90, 90, 0.2) 0%, rgba(50, 50, 50, 0.1));
                background-image: -o-linear-gradient(top, rgba(90, 90, 90, 0.2) 0%, rgba(50, 50, 50, 0.1));
                background-image: linear-gradient(top, rgba(90, 90, 90, 0.2) 0%, rgba(50, 50, 50, 0.1));
            }
        /* line 63, /home/andrei/core-admin-release/core-admin/source/stylesheets/dropdowns.scss */
        .dark-nav > ul li a {
            text-shadow: none;
            text-align: left;
            font-size: 11px;
            padding: 6px 5px 6px 20px;
            border-top: 1px solid #555;
            /* border-bottom: 1px solid #555;*/
            color: #555;
            display: block;
        }
            /* line 73, /home/andrei/core-admin-release/core-admin/source/stylesheets/dropdowns.scss */
            .dark-nav > ul li a:hover {
                /* background: rgba(50, 50, 50, 0.1);
        background-image: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjUwJSIgeTE9IjAlIiB4Mj0iNTAlIiB5Mj0iMTAwJSI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0icmdiYSg5MCwgOTAsIDkwLCAwLjIpIi8+PHN0b3Agb2Zmc2V0PSIxMDAlIiBzdG9wLWNvbG9yPSJyZ2JhKDUwLCA1MCwgNTAsIDAuMSkiLz48L2xpbmVhckdyYWRpZW50PjwvZGVmcz48cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMTAwJSIgaGVpZ2h0PSIxMDAlIiBmaWxsPSJ1cmwoI2dyYWQpIiAvPjwvc3ZnPiA=');
        background-size: 100%;
        background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, rgba(90, 90, 90, 0.2)), color-stop(100%, rgba(50, 50, 50, 0.1)));
        background-image: -webkit-linear-gradient(top, rgba(90, 90, 90, 0.2) 0%, rgba(50, 50, 50, 0.1));
        background-image: -moz-linear-gradient(top, rgba(90, 90, 90, 0.2) 0%, rgba(50, 50, 50, 0.1));
        background-image: -o-linear-gradient(top, rgba(90, 90, 90, 0.2) 0%, rgba(50, 50, 50, 0.1));
        background-image: linear-gradient(top, rgba(90, 90, 90, 0.2) 0%, rgba(50, 50, 50, 0.1));*/
                color: #990000;
            }
        /* line 80, /home/andrei/core-admin-release/core-admin/source/stylesheets/dropdowns.scss */
        .dark-nav > ul li:last-child a {
            border-bottom: none;
        }
        /* line 86, /home/andrei/core-admin-release/core-admin/source/stylesheets/dropdowns.scss */
        .dark-nav > ul li:first-child a {
            /*border-top: none; */
        }

/* line 95, /home/andrei/core-admin-release/core-admin/source/stylesheets/dropdowns.scss */
.navbar-inverse .nav.full {
    margin: 0;
    margin-left: 10px;
}
    /* line 99, /home/andrei/core-admin-release/core-admin/source/stylesheets/dropdowns.scss */
    .navbar-inverse .nav.full > li > a {
        height: 40px;
        line-height: 40px;
        padding: 3px 10px;
        margin-right: 10px;
        background: transparent;
        -webkit-box-shadow: none;
        -moz-box-shadow: none;
        box-shadow: none;
        -webkit-border-radius: 0;
        -moz-border-radius: 0;
        -ms-border-radius: 0;
        -o-border-radius: 0;
        border-radius: 0;
    }
        /* line 108, /home/andrei/core-admin-release/core-admin/source/stylesheets/dropdowns.scss */
        .navbar-inverse .nav.full > li > a:hover {
            background: transparent;
        }
        /* line 112, /home/andrei/core-admin-release/core-admin/source/stylesheets/dropdowns.scss */
        .navbar-inverse .nav.full > li > a img {
            width: 32px;
            height: 32px;
        }

/* line 119, /home/andrei/core-admin-release/core-admin/source/stylesheets/dropdowns.scss */
.dropdown-menu {
    background: whitesmoke;
    background-image: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjUwJSIgeTE9IjAlIiB4Mj0iNTAlIiB5Mj0iMTAwJSI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ZkZmRmZCIvPjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iI2Y1ZjVmNSIvPjwvbGluZWFyR3JhZGllbnQ+PC9kZWZzPjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIGZpbGw9InVybCgjZ3JhZCkiIC8+PC9zdmc+IA==');
    background-size: 100%;
    background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #fdfdfd), color-stop(100%, #f5f5f5));
    background-image: -webkit-linear-gradient(top, #fdfdfd, #f5f5f5);
    background-image: -moz-linear-gradient(top, #fdfdfd, #f5f5f5);
    background-image: -o-linear-gradient(top, #fdfdfd, #f5f5f5);
    background-image: linear-gradient(top, #fdfdfd, #f5f5f5);
    -webkit-box-shadow: 0 1px 2px #dadada;
    -moz-box-shadow: 0 1px 2px #dadada;
    box-shadow: 0 1px 2px #dadada;
}
    /* line 123, /home/andrei/core-admin-release/core-admin/source/stylesheets/dropdowns.scss */
    .dropdown-menu li > a:hover, .dropdown-menu .dropdown-menu li > a:focus, .dropdown-menu .dropdown-submenu:hover > a {
        background: #f2f2f2;
        color: #404040;
    }
    /* line 128, /home/andrei/core-admin-release/core-admin/source/stylesheets/dropdowns.scss */
    .dropdown-menu li a {
        text-shadow: 0 1px white;
        color: #475967;
        font-weight: 600;
    }
        /* line 133, /home/andrei/core-admin-release/core-admin/source/stylesheets/dropdowns.scss */
        .dropdown-menu li a i {
            color: #555;
        }
    /* line 138, /home/andrei/core-admin-release/core-admin/source/stylesheets/dropdowns.scss */
    .dropdown-menu li.with-image {
        text-align: center;
        margin-top: 15px;
        margin-bottom: 15px;
    }
        /* line 144, /home/andrei/core-admin-release/core-admin/source/stylesheets/dropdowns.scss */
        .dropdown-menu li.with-image .avatar img {
            max-width: 100px;
            max-height: 100px;
            border: 4px solid #fff;
        }
        /* line 151, /home/andrei/core-admin-release/core-admin/source/stylesheets/dropdowns.scss */
        .dropdown-menu li.with-image span {
            text-shadow: 0 1px white;
            display: block;
            margin-top: 15px;
            color: #9EA1AA;
            font-size: 16px;
            font-weight: 600;
        }
/*!
 *  Font Awesome 3.0.2
 *  the iconic font designed for use with Twitter Bootstrap
 *  -------------------------------------------------------
 *  The full suite of pictographic icons, examples, and documentation
 *  can be found at: http://fortawesome.github.com/Font-Awesome/
 *
 *  License
 *  -------------------------------------------------------
 *  - The Font Awesome font is licensed under the SIL Open Font License - 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
 *  - The Font Awesome pictograms are licensed under the 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://fortawesome.github.com/Font-Awesome"
 *
 *  Contact
 *  -------------------------------------------------------
 *  Email: dave@davegandy.com
 *  Twitter: http://twitter.com/fortaweso_me
 *  Work: Lead Product Designer @ http://kyruus.com
 */
@font-face {
    font-family: 'FontAwesome';
    src: url("../fonts/fontawesome-webfont.eot?v=3.0.1");
    src: url("../fonts/fontawesome-webfont.eot?#iefix&v=3.0.1") format("embedded-opentype"), url("../fonts/fontawesome-webfont.woff?v=3.0.1") format("woff"), url("../fonts/fontawesome-webfont.ttf?v=3.0.1") format("truetype");
    font-weight: normal;
    font-style: normal;
}

/*  Font Awesome styles
    ------------------------------------------------------- */
/* line 44, /home/andrei/core-admin-release/core-admin/source/stylesheets/font-awesome.scss */
[class^="icon-"],
[class*=" icon-"] {
    font-family: FontAwesome;
    font-weight: normal;
    font-style: normal;
    text-decoration: inherit;
    -webkit-font-smoothing: antialiased;
    /* sprites.less reset */
    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 */
/* line 76, /home/andrei/core-admin-release/core-admin/source/stylesheets/font-awesome.scss */
.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;
}

/* line 81, /home/andrei/core-admin-release/core-admin/source/stylesheets/font-awesome.scss */
[class^="icon-"]:before,
[class*=" icon-"]:before {
    text-decoration: inherit;
    display: inline-block;
    speak: none;
}

/* makes sure icons active on rollover in links */
/* line 90, /home/andrei/core-admin-release/core-admin/source/stylesheets/font-awesome.scss */
a [class^="icon-"],
a [class*=" icon-"] {
    display: inline-block;
}

/* makes the font 33% larger relative to the icon container */
/* line 96, /home/andrei/core-admin-release/core-admin/source/stylesheets/font-awesome.scss */
.icon-large:before {
    vertical-align: -10%;
    font-size: 1.3333333333333333em;
}

/* line 103, /home/andrei/core-admin-release/core-admin/source/stylesheets/font-awesome.scss */
.btn [class^="icon-"],
.btn [class*=" icon-"], .nav [class^="icon-"],
.nav [class*=" icon-"] {
    display: inline;
    /* keeps button heights with and without icons the same */
}
    /* line 106, /home/andrei/core-admin-release/core-admin/source/stylesheets/font-awesome.scss */
    .btn [class^="icon-"].icon-large,
    .btn [class*=" icon-"].icon-large, .nav [class^="icon-"].icon-large,
    .nav [class*=" icon-"].icon-large {
        line-height: .9em;
    }
    /* line 107, /home/andrei/core-admin-release/core-admin/source/stylesheets/font-awesome.scss */
    .btn [class^="icon-"].icon-spin,
    .btn [class*=" icon-"].icon-spin, .nav [class^="icon-"].icon-spin,
    .nav [class*=" icon-"].icon-spin {
        display: inline-block;
    }

/* line 113, /home/andrei/core-admin-release/core-admin/source/stylesheets/font-awesome.scss */
.nav-tabs [class^="icon-"],
.nav-tabs [class*=" icon-"], .nav-pills [class^="icon-"],
.nav-pills [class*=" icon-"] {
    /* keeps button heights with and without icons the same */
}
    /* line 115, /home/andrei/core-admin-release/core-admin/source/stylesheets/font-awesome.scss */
    .nav-tabs [class^="icon-"], .nav-tabs [class^="icon-"].icon-large,
    .nav-tabs [class*=" icon-"],
    .nav-tabs [class*=" icon-"].icon-large, .nav-pills [class^="icon-"], .nav-pills [class^="icon-"].icon-large,
    .nav-pills [class*=" icon-"],
    .nav-pills [class*=" icon-"].icon-large {
        line-height: .9em;
    }

/* line 121, /home/andrei/core-admin-release/core-admin/source/stylesheets/font-awesome.scss */
li [class^="icon-"],
li [class*=" icon-"], .nav li [class^="icon-"],
.nav li [class*=" icon-"] {
    display: inline-block;
    width: 1.25em;
    text-align: center;
}
    /* line 125, /home/andrei/core-admin-release/core-admin/source/stylesheets/font-awesome.scss */
    li [class^="icon-"].icon-large,
    li [class*=" icon-"].icon-large, .nav li [class^="icon-"].icon-large,
    .nav li [class*=" icon-"].icon-large {
        /* increased font size for icon-large */
        width: 1.5625em;
    }

/* line 132, /home/andrei/core-admin-release/core-admin/source/stylesheets/font-awesome.scss */
ul.icons {
    list-style-type: none;
    text-indent: -.75em;
}
    /* line 138, /home/andrei/core-admin-release/core-admin/source/stylesheets/font-awesome.scss */
    ul.icons li [class^="icon-"],
    ul.icons li [class*=" icon-"] {
        width: .75em;
    }

/* line 144, /home/andrei/core-admin-release/core-admin/source/stylesheets/font-awesome.scss */
.icon-muted {
    color: #eeeeee;
}

/* line 151, /home/andrei/core-admin-release/core-admin/source/stylesheets/font-awesome.scss */
.icon-border {
    border: solid 1px #eeeeee;
    padding: .2em .25em .15em;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
}

/* line 160, /home/andrei/core-admin-release/core-admin/source/stylesheets/font-awesome.scss */
.icon-2x {
    font-size: 2em;
}
    /* line 162, /home/andrei/core-admin-release/core-admin/source/stylesheets/font-awesome.scss */
    .icon-2x.icon-border {
        border-width: 2px;
        -webkit-border-radius: 4px;
        -moz-border-radius: 4px;
        border-radius: 4px;
    }

/* line 167, /home/andrei/core-admin-release/core-admin/source/stylesheets/font-awesome.scss */
.icon-3x {
    font-size: 3em;
}
    /* line 169, /home/andrei/core-admin-release/core-admin/source/stylesheets/font-awesome.scss */
    .icon-3x.icon-border {
        border-width: 3px;
        -webkit-border-radius: 5px;
        -moz-border-radius: 5px;
        border-radius: 5px;
    }

/* line 174, /home/andrei/core-admin-release/core-admin/source/stylesheets/font-awesome.scss */
.icon-4x {
    font-size: 4em;
}
    /* line 176, /home/andrei/core-admin-release/core-admin/source/stylesheets/font-awesome.scss */
    .icon-4x.icon-border {
        border-width: 4px;
        -webkit-border-radius: 6px;
        -moz-border-radius: 6px;
        border-radius: 6px;
    }

/* line 186, /home/andrei/core-admin-release/core-admin/source/stylesheets/font-awesome.scss */
.pull-right {
    float: right;
}

/* line 187, /home/andrei/core-admin-release/core-admin/source/stylesheets/font-awesome.scss */
.pull-left {
    float: left;
}

/* line 191, /home/andrei/core-admin-release/core-admin/source/stylesheets/font-awesome.scss */
[class^="icon-"].pull-left,
[class*=" icon-"].pull-left {
    margin-right: .3em;
}
/* line 194, /home/andrei/core-admin-release/core-admin/source/stylesheets/font-awesome.scss */
[class^="icon-"].pull-right,
[class*=" icon-"].pull-right {
    margin-left: .3em;
}

/* line 203, /home/andrei/core-admin-release/core-admin/source/stylesheets/font-awesome.scss */
.btn [class^="icon-"].pull-left.icon-2x, .btn [class^="icon-"].pull-right.icon-2x,
.btn [class*=" icon-"].pull-left.icon-2x,
.btn [class*=" icon-"].pull-right.icon-2x {
    margin-top: .18em;
}
/* line 205, /home/andrei/core-admin-release/core-admin/source/stylesheets/font-awesome.scss */
.btn [class^="icon-"].icon-spin.icon-large,
.btn [class*=" icon-"].icon-spin.icon-large {
    line-height: .8em;
}

/* line 213, /home/andrei/core-admin-release/core-admin/source/stylesheets/font-awesome.scss */
.btn.btn-small [class^="icon-"].pull-left.icon-2x, .btn.btn-small [class^="icon-"].pull-right.icon-2x,
.btn.btn-small [class*=" icon-"].pull-left.icon-2x,
.btn.btn-small [class*=" icon-"].pull-right.icon-2x {
    margin-top: .25em;
}

/* line 220, /home/andrei/core-admin-release/core-admin/source/stylesheets/font-awesome.scss */
.btn.btn-large [class^="icon-"],
.btn.btn-large [class*=" icon-"] {
    margin-top: 0;
}
    /* line 223, /home/andrei/core-admin-release/core-admin/source/stylesheets/font-awesome.scss */
    .btn.btn-large [class^="icon-"].pull-left.icon-2x, .btn.btn-large [class^="icon-"].pull-right.icon-2x,
    .btn.btn-large [class*=" icon-"].pull-left.icon-2x,
    .btn.btn-large [class*=" icon-"].pull-right.icon-2x {
        margin-top: .05em;
    }
    /* line 225, /home/andrei/core-admin-release/core-admin/source/stylesheets/font-awesome.scss */
    .btn.btn-large [class^="icon-"].pull-left.icon-2x,
    .btn.btn-large [class*=" icon-"].pull-left.icon-2x {
        margin-right: .2em;
    }
    /* line 226, /home/andrei/core-admin-release/core-admin/source/stylesheets/font-awesome.scss */
    .btn.btn-large [class^="icon-"].pull-right.icon-2x,
    .btn.btn-large [class*=" icon-"].pull-right.icon-2x {
        margin-left: .2em;
    }

/* line 231, /home/andrei/core-admin-release/core-admin/source/stylesheets/font-awesome.scss */
.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 {
    /* line 240, /home/andrei/core-admin-release/core-admin/source/stylesheets/font-awesome.scss */
    0% {
        -moz-transform: rotate(0deg);
    }
    /* line 241, /home/andrei/core-admin-release/core-admin/source/stylesheets/font-awesome.scss */
    100% {
        -moz-transform: rotate(359deg);
    }
}

@-webkit-keyframes spin {
    /* line 244, /home/andrei/core-admin-release/core-admin/source/stylesheets/font-awesome.scss */
    0% {
        -webkit-transform: rotate(0deg);
    }
    /* line 245, /home/andrei/core-admin-release/core-admin/source/stylesheets/font-awesome.scss */
    100% {
        -webkit-transform: rotate(359deg);
    }
}

@-o-keyframes spin {
    /* line 248, /home/andrei/core-admin-release/core-admin/source/stylesheets/font-awesome.scss */
    0% {
        -o-transform: rotate(0deg);
    }
    /* line 249, /home/andrei/core-admin-release/core-admin/source/stylesheets/font-awesome.scss */
    100% {
        -o-transform: rotate(359deg);
    }
}

@-ms-keyframes spin {
    /* line 252, /home/andrei/core-admin-release/core-admin/source/stylesheets/font-awesome.scss */
    0% {
        -ms-transform: rotate(0deg);
    }
    /* line 253, /home/andrei/core-admin-release/core-admin/source/stylesheets/font-awesome.scss */
    100% {
        -ms-transform: rotate(359deg);
    }
}

@keyframes spin {
    /* line 256, /home/andrei/core-admin-release/core-admin/source/stylesheets/font-awesome.scss */
    0% {
        transform: rotate(0deg);
    }
    /* line 257, /home/andrei/core-admin-release/core-admin/source/stylesheets/font-awesome.scss */
    100% {
        transform: rotate(359deg);
    }
}

@-moz-document url-prefix() {
    /* line 261, /home/andrei/core-admin-release/core-admin/source/stylesheets/font-awesome.scss */
    .icon-spin {
        height: .9em;
    }
    /* line 262, /home/andrei/core-admin-release/core-admin/source/stylesheets/font-awesome.scss */
    .btn .icon-spin {
        height: auto;
    }
    /* line 263, /home/andrei/core-admin-release/core-admin/source/stylesheets/font-awesome.scss */
    .icon-spin.icon-large {
        height: 1.25em;
    }
    /* line 264, /home/andrei/core-admin-release/core-admin/source/stylesheets/font-awesome.scss */
    .btn .icon-spin.icon-large {
        height: .75em;
    }
}

/*  Font Awesome uses the Unicode Private Use Area (PUA) to ensure screen
    readers do not read off random characters that represent icons */
/* line 269, /home/andrei/core-admin-release/core-admin/source/stylesheets/font-awesome.scss */
.icon-glass:before {
    content: "\f000";
}

/* line 270, /home/andrei/core-admin-release/core-admin/source/stylesheets/font-awesome.scss */
.icon-music:before {
    content: "\f001";
}

/* line 271, /home/andrei/core-admin-release/core-admin/source/stylesheets/font-awesome.scss */
.icon-search:before {
    content: "\f002";
}

/* line 272, /home/andrei/core-admin-release/core-admin/source/stylesheets/font-awesome.scss */
.icon-envelope:before {
    content: "\f003";
}

/* line 273, /home/andrei/core-admin-release/core-admin/source/stylesheets/font-awesome.scss */
.icon-heart:before {
    content: "\f004";
}

/* line 274, /home/andrei/core-admin-release/core-admin/source/stylesheets/font-awesome.scss */
.icon-star:before {
    content: "\f005";
}

/* line 275, /home/andrei/core-admin-release/core-admin/source/stylesheets/font-awesome.scss */
.icon-star-empty:before {
    content: "\f006";
}

/* line 276, /home/andrei/core-admin-release/core-admin/source/stylesheets/font-awesome.scss */
.icon-user:before {
    content: "\f007";
}

/* line 277, /home/andrei/core-admin-release/core-admin/source/stylesheets/font-awesome.scss */
.icon-film:before {
    content: "\f008";
}

/* line 278, /home/andrei/core-admin-release/core-admin/source/stylesheets/font-awesome.scss */
.icon-th-large:before {
    content: "\f009";
}

/* line 279, /home/andrei/core-admin-release/core-admin/source/stylesheets/font-awesome.scss */
.icon-th:before {
    content: "\f00a";
}

/* line 280, /home/andrei/core-admin-release/core-admin/source/stylesheets/font-awesome.scss */
.icon-th-list:before {
    content: "\f00b";
}

/* line 281, /home/andrei/core-admin-release/core-admin/source/stylesheets/font-awesome.scss */
.icon-ok:before {
    content: "\f00c";
}

/* line 282, /home/andrei/core-admin-release/core-admin/source/stylesheets/font-awesome.scss */
.icon-remove:before {
    content: "\f00d";
}

/* line 283, /home/andrei/core-admin-release/core-admin/source/stylesheets/font-awesome.scss */
.icon-zoom-in:before {
    content: "\f00e";
}

/* line 285, /home/andrei/core-admin-release/core-admin/source/stylesheets/font-awesome.scss */
.icon-zoom-out:before {
    content: "\f010";
}

/* line 286, /home/andrei/core-admin-release/core-admin/source/stylesheets/font-awesome.scss */
.icon-off:before {
    content: "\f011";
}

/* line 287, /home/andrei/core-admin-release/core-admin/source/stylesheets/font-awesome.scss */
.icon-signal:before {
    content: "\f012";
}

/* line 288, /home/andrei/core-admin-release/core-admin/source/stylesheets/font-awesome.scss */
.icon-cog:before {
    content: "\f013";
}

/* line 289, /home/andrei/core-admin-release/core-admin/source/stylesheets/font-awesome.scss */
.icon-trash:before {
    content: "\f014";
}

/* line 290, /home/andrei/core-admin-release/core-admin/source/stylesheets/font-awesome.scss */
.icon-home:before {
    content: "\f015";
}

/* line 291, /home/andrei/core-admin-release/core-admin/source/stylesheets/font-awesome.scss */
.icon-file:before {
    content: "\f016";
}

/* line 292, /home/andrei/core-admin-release/core-admin/source/stylesheets/font-awesome.scss */
.icon-time:before {
    content: "\f017";
}

/* line 293, /home/andrei/core-admin-release/core-admin/source/stylesheets/font-awesome.scss */
.icon-road:before {
    content: "\f018";
}

/* line 294, /home/andrei/core-admin-release/core-admin/source/stylesheets/font-awesome.scss */
.icon-download-alt:before {
    content: "\f019";
}

/* line 295, /home/andrei/core-admin-release/core-admin/source/stylesheets/font-awesome.scss */
.icon-download:before {
    content: "\f01a";
}

/* line 296, /home/andrei/core-admin-release/core-admin/source/stylesheets/font-awesome.scss */
.icon-upload:before {
    content: "\f01b";
}

/* line 297, /home/andrei/core-admin-release/core-admin/source/stylesheets/font-awesome.scss */
.icon-inbox:before {
    content: "\f01c";
}

/* line 298, /home/andrei/core-admin-release/core-admin/source/stylesheets/font-awesome.scss */
.icon-play-circle:before {
    content: "\f01d";
}

/* line 299, /home/andrei/core-admin-release/core-admin/source/stylesheets/font-awesome.scss */
.icon-repeat:before {
    content: "\f01e";
}

/* \f020 doesn't work in Safari. all shifted one down */
/* line 302, /home/andrei/core-admin-release/core-admin/source/stylesheets/font-awesome.scss */
.icon-refresh:before {
    content: "\f021";
}

/* line 303, /home/andrei/core-admin-release/core-admin/source/stylesheets/font-awesome.scss */
.icon-list-alt:before {
    content: "\f022";
}

/* line 304, /home/andrei/core-admin-release/core-admin/source/stylesheets/font-awesome.scss */
.icon-lock:before {
    content: "\f023";
}

/* line 305, /home/andrei/core-admin-release/core-admin/source/stylesheets/font-awesome.scss */
.icon-flag:before {
    content: "\f024";
}

/* line 306, /home/andrei/core-admin-release/core-admin/source/stylesheets/font-awesome.scss */
.icon-headphones:before {
    content: "\f025";
}

/* line 307, /home/andrei/core-admin-release/core-admin/source/stylesheets/font-awesome.scss */
.icon-volume-off:before {
    content: "\f026";
}

/* line 308, /home/andrei/core-admin-release/core-admin/source/stylesheets/font-awesome.scss */
.icon-volume-down:before {
    content: "\f027";
}

/* line 309, /home/andrei/core-admin-release/core-admin/source/stylesheets/font-awesome.scss */
.icon-volume-up:before {
    content: "\f028";
}

/* line 310, /home/andrei/core-admin-release/core-admin/source/stylesheets/font-awesome.scss */
.icon-qrcode:before {
    content: "\f029";
}

/* line 311, /home/andrei/core-admin-release/core-admin/source/stylesheets/font-awesome.scss */
.icon-barcode:before {
    content: "\f02a";
}

/* line 312, /home/andrei/core-admin-release/core-admin/source/stylesheets/font-awesome.scss */
.icon-tag:before {
    content: "\f02b";
}

/* line 313, /home/andrei/core-admin-release/core-admin/source/stylesheets/font-awesome.scss */
.icon-tags:before {
    content: "\f02c";
}

/* line 314, /home/andrei/core-admin-release/core-admin/source/stylesheets/font-awesome.scss */
.icon-book:before {
    content: "\f02d";
}

/* line 315, /home/andrei/core-admin-release/core-admin/source/stylesheets/font-awesome.scss */
.icon-bookmark:before {
    content: "\f02e";
}

/* line 316, /home/andrei/core-admin-release/core-admin/source/stylesheets/font-awesome.scss */
.icon-print:before {
    content: "\f02f";
}

/* line 318, /home/andrei/core-admin-release/core-admin/source/stylesheets/font-awesome.scss */
.icon-camera:before {
    content: "\f030";
}

/* line 319, /home/andrei/core-admin-release/core-admin/source/stylesheets/font-awesome.scss */
.icon-font:before {
    content: "\f031";
}

/* line 320, /home/andrei/core-admin-release/core-admin/source/stylesheets/font-awesome.scss */
.icon-bold:before {
    content: "\f032";
}

/* line 321, /home/andrei/core-admin-release/core-admin/source/stylesheets/font-awesome.scss */
.icon-italic:before {
    content: "\f033";
}

/* line 322, /home/andrei/core-admin-release/core-admin/source/stylesheets/font-awesome.scss */
.icon-text-height:before {
    content: "\f034";
}

/* line 323, /home/andrei/core-admin-release/core-admin/source/stylesheets/font-awesome.scss */
.icon-text-width:before {
    content: "\f035";
}

/* line 324, /home/andrei/core-admin-release/core-admin/source/stylesheets/font-awesome.scss */
.icon-align-left:before {
    content: "\f036";
}

/* line 325, /home/andrei/core-admin-release/core-admin/source/stylesheets/font-awesome.scss */
.icon-align-center:before {
    content: "\f037";
}

/* line 326, /home/andrei/core-admin-release/core-admin/source/stylesheets/font-awesome.scss */
.icon-align-right:before {
    content: "\f038";
}

/* line 327, /home/andrei/core-admin-release/core-admin/source/stylesheets/font-awesome.scss */
.icon-align-justify:before {
    content: "\f039";
}

/* line 328, /home/andrei/core-admin-release/core-admin/source/stylesheets/font-awesome.scss */
.icon-list:before {
    content: "\f03a";
}

/* line 329, /home/andrei/core-admin-release/core-admin/source/stylesheets/font-awesome.scss */
.icon-indent-left:before {
    content: "\f03b";
}

/* line 330, /home/andrei/core-admin-release/core-admin/source/stylesheets/font-awesome.scss */
.icon-indent-right:before {
    content: "\f03c";
}

/* line 331, /home/andrei/core-admin-release/core-admin/source/stylesheets/font-awesome.scss */
.icon-facetime-video:before {
    content: "\f03d";
}

/* line 332, /home/andrei/core-admin-release/core-admin/source/stylesheets/font-awesome.scss */
.icon-picture:before {
    content: "\f03e";
}

/* line 334, /home/andrei/core-admin-release/core-admin/source/stylesheets/font-awesome.scss */
.icon-pencil:before {
    content: "\f040";
    color: #666;
}

/* line 335, /home/andrei/core-admin-release/core-admin/source/stylesheets/font-awesome.scss */
.icon-map-marker:before {
    content: "\f041";
}

/* line 336, /home/andrei/core-admin-release/core-admin/source/stylesheets/font-awesome.scss */
.icon-adjust:before {
    content: "\f042";
}

/* line 337, /home/andrei/core-admin-release/core-admin/source/stylesheets/font-awesome.scss */
.icon-tint:before {
    content: "\f043";
}

/* line 338, /home/andrei/core-admin-release/core-admin/source/stylesheets/font-awesome.scss */
.icon-edit:before {
    content: "\f044";
}

/* line 339, /home/andrei/core-admin-release/core-admin/source/stylesheets/font-awesome.scss */
.icon-share:before {
    content: "\f045";
}

/* line 340, /home/andrei/core-admin-release/core-admin/source/stylesheets/font-awesome.scss */
.icon-check:before {
    content: "\f046";
}

/* line 341, /home/andrei/core-admin-release/core-admin/source/stylesheets/font-awesome.scss */
.icon-move:before {
    content: "\f047";
}

/* line 342, /home/andrei/core-admin-release/core-admin/source/stylesheets/font-awesome.scss */
.icon-step-backward:before {
    content: "\f048";
}

/* line 343, /home/andrei/core-admin-release/core-admin/source/stylesheets/font-awesome.scss */
.icon-fast-backward:before {
    content: "\f049";
}

/* line 344, /home/andrei/core-admin-release/core-admin/source/stylesheets/font-awesome.scss */
.icon-backward:before {
    content: "\f04a";
}

/* line 345, /home/andrei/core-admin-release/core-admin/source/stylesheets/font-awesome.scss */
.icon-play:before {
    content: "\f04b";
}

/* line 346, /home/andrei/core-admin-release/core-admin/source/stylesheets/font-awesome.scss */
.icon-pause:before {
    content: "\f04c";
}

/* line 347, /home/andrei/core-admin-release/core-admin/source/stylesheets/font-awesome.scss */
.icon-stop:before {
    content: "\f04d";
}

/* line 348, /home/andrei/core-admin-release/core-admin/source/stylesheets/font-awesome.scss */
.icon-forward:before {
    content: "\f04e";
}

/* line 350, /home/andrei/core-admin-release/core-admin/source/stylesheets/font-awesome.scss */
.icon-fast-forward:before {
    content: "\f050";
}

/* line 351, /home/andrei/core-admin-release/core-admin/source/stylesheets/font-awesome.scss */
.icon-step-forward:before {
    content: "\f051";
}

/* line 352, /home/andrei/core-admin-release/core-admin/source/stylesheets/font-awesome.scss */
.icon-eject:before {
    content: "\f052";
}

/* line 353, /home/andrei/core-admin-release/core-admin/source/stylesheets/font-awesome.scss */
.icon-chevron-left:before {
    content: "\f053";
}

/* line 354, /home/andrei/core-admin-release/core-admin/source/stylesheets/font-awesome.scss */
.icon-chevron-right:before {
    content: "\f054";
}

/* line 355, /home/andrei/core-admin-release/core-admin/source/stylesheets/font-awesome.scss */
.icon-plus-sign:before {
    content: "\f055";
}

/* line 356, /home/andrei/core-admin-release/core-admin/source/stylesheets/font-awesome.scss */
.icon-minus-sign:before {
    content: "\f056";
}

/* line 357, /home/andrei/core-admin-release/core-admin/source/stylesheets/font-awesome.scss */
.icon-remove-sign:before {
    content: "\f057";
}

/* line 358, /home/andrei/core-admin-release/core-admin/source/stylesheets/font-awesome.scss */
.icon-ok-sign:before {
    content: "\f058";
}

/* line 359, /home/andrei/core-admin-release/core-admin/source/stylesheets/font-awesome.scss */
.icon-question-sign:before {
    content: "\f059";
}

/* line 360, /home/andrei/core-admin-release/core-admin/source/stylesheets/font-awesome.scss */
.icon-info-sign:before {
    content: "\f05a";
}

/* line 361, /home/andrei/core-admin-release/core-admin/source/stylesheets/font-awesome.scss */
.icon-screenshot:before {
    content: "\f05b";
}

/* line 362, /home/andrei/core-admin-release/core-admin/source/stylesheets/font-awesome.scss */
.icon-remove-circle:before {
    content: "\f05c";
}

/* line 363, /home/andrei/core-admin-release/core-admin/source/stylesheets/font-awesome.scss */
.icon-ok-circle:before {
    content: "\f05d";
}

/* line 364, /home/andrei/core-admin-release/core-admin/source/stylesheets/font-awesome.scss */
.icon-ban-circle:before {
    content: "\f05e";
}

/* line 366, /home/andrei/core-admin-release/core-admin/source/stylesheets/font-awesome.scss */
.icon-arrow-left:before {
    content: "\f060";
}

/* line 367, /home/andrei/core-admin-release/core-admin/source/stylesheets/font-awesome.scss */
.icon-arrow-right:before {
    content: "\f061";
}

/* line 368, /home/andrei/core-admin-release/core-admin/source/stylesheets/font-awesome.scss */
.icon-arrow-up:before {
    content: "\f062";
}

/* line 369, /home/andrei/core-admin-release/core-admin/source/stylesheets/font-awesome.scss */
.icon-arrow-down:before {
    content: "\f063";
}

/* line 370, /home/andrei/core-admin-release/core-admin/source/stylesheets/font-awesome.scss */
.icon-share-alt:before {
    content: "\f064";
}

/* line 371, /home/andrei/core-admin-release/core-admin/source/stylesheets/font-awesome.scss */
.icon-resize-full:before {
    content: "\f065";
}

/* line 372, /home/andrei/core-admin-release/core-admin/source/stylesheets/font-awesome.scss */
.icon-resize-small:before {
    content: "\f066";
}

/* line 373, /home/andrei/core-admin-release/core-admin/source/stylesheets/font-awesome.scss */
.icon-plus:before {
    content: "\f067";
}

/* line 374, /home/andrei/core-admin-release/core-admin/source/stylesheets/font-awesome.scss */
.icon-minus:before {
    content: "\f068";
}

/* line 375, /home/andrei/core-admin-release/core-admin/source/stylesheets/font-awesome.scss */
.icon-asterisk:before {
    content: "\f069";
}

/* line 376, /home/andrei/core-admin-release/core-admin/source/stylesheets/font-awesome.scss */
.icon-exclamation-sign:before {
    content: "\f06a";
}

/* line 377, /home/andrei/core-admin-release/core-admin/source/stylesheets/font-awesome.scss */
.icon-gift:before {
    content: "\f06b";
}

/* line 378, /home/andrei/core-admin-release/core-admin/source/stylesheets/font-awesome.scss */
.icon-leaf:before {
    content: "\f06c";
}

/* line 379, /home/andrei/core-admin-release/core-admin/source/stylesheets/font-awesome.scss */
.icon-fire:before {
    content: "\f06d";
}

/* line 380, /home/andrei/core-admin-release/core-admin/source/stylesheets/font-awesome.scss */
.icon-eye-open:before {
    content: "\f06e";
}

/* line 382, /home/andrei/core-admin-release/core-admin/source/stylesheets/font-awesome.scss */
.icon-eye-close:before {
    content: "\f070";
}

/* line 383, /home/andrei/core-admin-release/core-admin/source/stylesheets/font-awesome.scss */
.icon-warning-sign:before {
    content: "\f071";
}

/* line 384, /home/andrei/core-admin-release/core-admin/source/stylesheets/font-awesome.scss */
.icon-plane:before {
    content: "\f072";
}

/* line 385, /home/andrei/core-admin-release/core-admin/source/stylesheets/font-awesome.scss */
.icon-calendar:before {
    content: "\f073";
}

/* line 386, /home/andrei/core-admin-release/core-admin/source/stylesheets/font-awesome.scss */
.icon-random:before {
    content: "\f074";
}

/* line 387, /home/andrei/core-admin-release/core-admin/source/stylesheets/font-awesome.scss */
.icon-comment:before {
    content: "\f075";
}

/* line 388, /home/andrei/core-admin-release/core-admin/source/stylesheets/font-awesome.scss */
.icon-magnet:before {
    content: "\f076";
}

/* line 389, /home/andrei/core-admin-release/core-admin/source/stylesheets/font-awesome.scss */
.icon-chevron-up:before {
    content: "\f077";
}

/* line 390, /home/andrei/core-admin-release/core-admin/source/stylesheets/font-awesome.scss */
.icon-chevron-down:before {
    content: "\f078";
}

/* line 391, /home/andrei/core-admin-release/core-admin/source/stylesheets/font-awesome.scss */
.icon-retweet:before {
    content: "\f079";
}

/* line 392, /home/andrei/core-admin-release/core-admin/source/stylesheets/font-awesome.scss */
.icon-shopping-cart:before {
    content: "\f07a";
}

/* line 393, /home/andrei/core-admin-release/core-admin/source/stylesheets/font-awesome.scss */
.icon-folder-close:before {
    content: "\f07b";
}

/* line 394, /home/andrei/core-admin-release/core-admin/source/stylesheets/font-awesome.scss */
.icon-folder-open:before {
    content: "\f07c";
}

/* line 395, /home/andrei/core-admin-release/core-admin/source/stylesheets/font-awesome.scss */
.icon-resize-vertical:before {
    content: "\f07d";
}

/* line 396, /home/andrei/core-admin-release/core-admin/source/stylesheets/font-awesome.scss */
.icon-resize-horizontal:before {
    content: "\f07e";
}

/* line 398, /home/andrei/core-admin-release/core-admin/source/stylesheets/font-awesome.scss */
.icon-bar-chart:before {
    content: "\f080";
}

/* line 399, /home/andrei/core-admin-release/core-admin/source/stylesheets/font-awesome.scss */
.icon-twitter-sign:before {
    content: "\f081";
}

/* line 400, /home/andrei/core-admin-release/core-admin/source/stylesheets/font-awesome.scss */
.icon-facebook-sign:before {
    content: "\f082";
}

/* line 401, /home/andrei/core-admin-release/core-admin/source/stylesheets/font-awesome.scss */
.icon-camera-retro:before {
    content: "\f083";
}

/* line 402, /home/andrei/core-admin-release/core-admin/source/stylesheets/font-awesome.scss */
.icon-key:before {
    content: "\f084";
}

/* line 403, /home/andrei/core-admin-release/core-admin/source/stylesheets/font-awesome.scss */
.icon-cogs:before {
    content: "\f085";
}

/* line 404, /home/andrei/core-admin-release/core-admin/source/stylesheets/font-awesome.scss */
.icon-comments:before {
    content: "\f086";
}

/* line 405, /home/andrei/core-admin-release/core-admin/source/stylesheets/font-awesome.scss */
.icon-thumbs-up:before {
    content: "\f087";
}

/* line 406, /home/andrei/core-admin-release/core-admin/source/stylesheets/font-awesome.scss */
.icon-thumbs-down:before {
    content: "\f088";
}

/* line 407, /home/andrei/core-admin-release/core-admin/source/stylesheets/font-awesome.scss */
.icon-star-half:before {
    content: "\f089";
}

/* line 408, /home/andrei/core-admin-release/core-admin/source/stylesheets/font-awesome.scss */
.icon-heart-empty:before {
    content: "\f08a";
}

/* line 409, /home/andrei/core-admin-release/core-admin/source/stylesheets/font-awesome.scss */
.icon-signout:before {
    content: "\f08b";
}

/* line 410, /home/andrei/core-admin-release/core-admin/source/stylesheets/font-awesome.scss */
.icon-linkedin-sign:before {
    content: "\f08c";
}

/* line 411, /home/andrei/core-admin-release/core-admin/source/stylesheets/font-awesome.scss */
.icon-pushpin:before {
    content: "\f08d";
}

/* line 412, /home/andrei/core-admin-release/core-admin/source/stylesheets/font-awesome.scss */
.icon-external-link:before {
    content: "\f08e";
}

/* line 414, /home/andrei/core-admin-release/core-admin/source/stylesheets/font-awesome.scss */
.icon-signin:before {
    content: "\f090";
}

/* line 415, /home/andrei/core-admin-release/core-admin/source/stylesheets/font-awesome.scss */
.icon-trophy:before {
    content: "\f091";
}

/* line 416, /home/andrei/core-admin-release/core-admin/source/stylesheets/font-awesome.scss */
.icon-github-sign:before {
    content: "\f092";
}

/* line 417, /home/andrei/core-admin-release/core-admin/source/stylesheets/font-awesome.scss */
.icon-upload-alt:before {
    content: "\f093";
}

/* line 418, /home/andrei/core-admin-release/core-admin/source/stylesheets/font-awesome.scss */
.icon-lemon:before {
    content: "\f094";
}

/* line 419, /home/andrei/core-admin-release/core-admin/source/stylesheets/font-awesome.scss */
.icon-phone:before {
    content: "\f095";
}

/* line 420, /home/andrei/core-admin-release/core-admin/source/stylesheets/font-awesome.scss */
.icon-check-empty:before {
    content: "\f096";
}

/* line 421, /home/andrei/core-admin-release/core-admin/source/stylesheets/font-awesome.scss */
.icon-bookmark-empty:before {
    content: "\f097";
}

/* line 422, /home/andrei/core-admin-release/core-admin/source/stylesheets/font-awesome.scss */
.icon-phone-sign:before {
    content: "\f098";
}

/* line 423, /home/andrei/core-admin-release/core-admin/source/stylesheets/font-awesome.scss */
.icon-twitter:before {
    content: "\f099";
}

/* line 424, /home/andrei/core-admin-release/core-admin/source/stylesheets/font-awesome.scss */
.icon-facebook:before {
    content: "\f09a";
}

/* line 425, /home/andrei/core-admin-release/core-admin/source/stylesheets/font-awesome.scss */
.icon-github:before {
    content: "\f09b";
}

/* line 426, /home/andrei/core-admin-release/core-admin/source/stylesheets/font-awesome.scss */
.icon-unlock:before {
    content: "\f09c";
}

/* line 427, /home/andrei/core-admin-release/core-admin/source/stylesheets/font-awesome.scss */
.icon-credit-card:before {
    content: "\f09d";
}

/* line 428, /home/andrei/core-admin-release/core-admin/source/stylesheets/font-awesome.scss */
.icon-rss:before {
    content: "\f09e";
}

/* line 430, /home/andrei/core-admin-release/core-admin/source/stylesheets/font-awesome.scss */
.icon-hdd:before {
    content: "\f0a0";
}

/* line 431, /home/andrei/core-admin-release/core-admin/source/stylesheets/font-awesome.scss */
.icon-bullhorn:before {
    content: "\f0a1";
}

/* line 432, /home/andrei/core-admin-release/core-admin/source/stylesheets/font-awesome.scss */
.icon-bell:before {
    content: "\f0a2";
}

/* line 433, /home/andrei/core-admin-release/core-admin/source/stylesheets/font-awesome.scss */
.icon-certificate:before {
    content: "\f0a3";
}

/* line 434, /home/andrei/core-admin-release/core-admin/source/stylesheets/font-awesome.scss */
.icon-hand-right:before {
    content: "\f0a4";
}

/* line 435, /home/andrei/core-admin-release/core-admin/source/stylesheets/font-awesome.scss */
.icon-hand-left:before {
    content: "\f0a5";
}

/* line 436, /home/andrei/core-admin-release/core-admin/source/stylesheets/font-awesome.scss */
.icon-hand-up:before {
    content: "\f0a6";
}

/* line 437, /home/andrei/core-admin-release/core-admin/source/stylesheets/font-awesome.scss */
.icon-hand-down:before {
    content: "\f0a7";
}

/* line 438, /home/andrei/core-admin-release/core-admin/source/stylesheets/font-awesome.scss */
.icon-circle-arrow-left:before {
    content: "\f0a8";
}

/* line 439, /home/andrei/core-admin-release/core-admin/source/stylesheets/font-awesome.scss */
.icon-circle-arrow-right:before {
    content: "\f0a9";
}

/* line 440, /home/andrei/core-admin-release/core-admin/source/stylesheets/font-awesome.scss */
.icon-circle-arrow-up:before {
    content: "\f0aa";
}

/* line 441, /home/andrei/core-admin-release/core-admin/source/stylesheets/font-awesome.scss */
.icon-circle-arrow-down:before {
    content: "\f0ab";
}

/* line 442, /home/andrei/core-admin-release/core-admin/source/stylesheets/font-awesome.scss */
.icon-globe:before {
    content: "\f0ac";
}

/* line 443, /home/andrei/core-admin-release/core-admin/source/stylesheets/font-awesome.scss */
.icon-wrench:before {
    content: "\f0ad";
}

/* line 444, /home/andrei/core-admin-release/core-admin/source/stylesheets/font-awesome.scss */
.icon-tasks:before {
    content: "\f0ae";
}

/* line 446, /home/andrei/core-admin-release/core-admin/source/stylesheets/font-awesome.scss */
.icon-filter:before {
    content: "\f0b0";
}

/* line 447, /home/andrei/core-admin-release/core-admin/source/stylesheets/font-awesome.scss */
.icon-briefcase:before {
    content: "\f0b1";
}

/* line 448, /home/andrei/core-admin-release/core-admin/source/stylesheets/font-awesome.scss */
.icon-fullscreen:before {
    content: "\f0b2";
}

/* line 450, /home/andrei/core-admin-release/core-admin/source/stylesheets/font-awesome.scss */
.icon-group:before {
    content: "\f0c0";
}

/* line 451, /home/andrei/core-admin-release/core-admin/source/stylesheets/font-awesome.scss */
.icon-link:before {
    content: "\f0c1";
}

/* line 452, /home/andrei/core-admin-release/core-admin/source/stylesheets/font-awesome.scss */
.icon-cloud:before {
    content: "\f0c2";
}

/* line 453, /home/andrei/core-admin-release/core-admin/source/stylesheets/font-awesome.scss */
.icon-beaker:before {
    content: "\f0c3";
}

/* line 454, /home/andrei/core-admin-release/core-admin/source/stylesheets/font-awesome.scss */
.icon-cut:before {
    content: "\f0c4";
}

/* line 455, /home/andrei/core-admin-release/core-admin/source/stylesheets/font-awesome.scss */
.icon-copy:before {
    content: "\f0c5";
}

/* line 456, /home/andrei/core-admin-release/core-admin/source/stylesheets/font-awesome.scss */
.icon-paper-clip:before {
    content: "\f0c6";
}

/* line 457, /home/andrei/core-admin-release/core-admin/source/stylesheets/font-awesome.scss */
.icon-save:before {
    content: "\f0c7";
}

/* line 458, /home/andrei/core-admin-release/core-admin/source/stylesheets/font-awesome.scss */
.icon-sign-blank:before {
    content: "\f0c8";
}

/* line 459, /home/andrei/core-admin-release/core-admin/source/stylesheets/font-awesome.scss */
.icon-reorder:before {
    content: "\f0c9";
}

/* line 460, /home/andrei/core-admin-release/core-admin/source/stylesheets/font-awesome.scss */
.icon-list-ul:before {
    content: "\f0ca";
}

/* line 461, /home/andrei/core-admin-release/core-admin/source/stylesheets/font-awesome.scss */
.icon-list-ol:before {
    content: "\f0cb";
}

/* line 462, /home/andrei/core-admin-release/core-admin/source/stylesheets/font-awesome.scss */
.icon-strikethrough:before {
    content: "\f0cc";
}

/* line 463, /home/andrei/core-admin-release/core-admin/source/stylesheets/font-awesome.scss */
.icon-underline:before {
    content: "\f0cd";
}

/* line 464, /home/andrei/core-admin-release/core-admin/source/stylesheets/font-awesome.scss */
.icon-table:before {
    content: "\f0ce";
}

/* line 466, /home/andrei/core-admin-release/core-admin/source/stylesheets/font-awesome.scss */
.icon-magic:before {
    content: "\f0d0";
}

/* line 467, /home/andrei/core-admin-release/core-admin/source/stylesheets/font-awesome.scss */
.icon-truck:before {
    content: "\f0d1";
}

/* line 468, /home/andrei/core-admin-release/core-admin/source/stylesheets/font-awesome.scss */
.icon-pinterest:before {
    content: "\f0d2";
}

/* line 469, /home/andrei/core-admin-release/core-admin/source/stylesheets/font-awesome.scss */
.icon-pinterest-sign:before {
    content: "\f0d3";
}

/* line 470, /home/andrei/core-admin-release/core-admin/source/stylesheets/font-awesome.scss */
.icon-google-plus-sign:before {
    content: "\f0d4";
}

/* line 471, /home/andrei/core-admin-release/core-admin/source/stylesheets/font-awesome.scss */
.icon-google-plus:before {
    content: "\f0d5";
}

/* line 472, /home/andrei/core-admin-release/core-admin/source/stylesheets/font-awesome.scss */
.icon-money:before {
    content: "\f0d6";
}

/* line 473, /home/andrei/core-admin-release/core-admin/source/stylesheets/font-awesome.scss */
.icon-caret-down:before {
    content: "\f0d7";
}

/* line 474, /home/andrei/core-admin-release/core-admin/source/stylesheets/font-awesome.scss */
.icon-caret-up:before {
    content: "\f0d8";
}

/* line 475, /home/andrei/core-admin-release/core-admin/source/stylesheets/font-awesome.scss */
.icon-caret-left:before {
    content: "\f0d9";
}

/* line 476, /home/andrei/core-admin-release/core-admin/source/stylesheets/font-awesome.scss */
.icon-caret-right:before {
    content: "\f0da";
}

/* line 477, /home/andrei/core-admin-release/core-admin/source/stylesheets/font-awesome.scss */
.icon-columns:before {
    content: "\f0db";
}

/* line 478, /home/andrei/core-admin-release/core-admin/source/stylesheets/font-awesome.scss */
.icon-sort:before {
    content: "\f0dc";
}

/* line 479, /home/andrei/core-admin-release/core-admin/source/stylesheets/font-awesome.scss */
.icon-sort-down:before {
    content: "\f0dd";
}

/* line 480, /home/andrei/core-admin-release/core-admin/source/stylesheets/font-awesome.scss */
.icon-sort-up:before {
    content: "\f0de";
}

/* line 482, /home/andrei/core-admin-release/core-admin/source/stylesheets/font-awesome.scss */
.icon-envelope-alt:before {
    content: "\f0e0";
}

/* line 483, /home/andrei/core-admin-release/core-admin/source/stylesheets/font-awesome.scss */
.icon-linkedin:before {
    content: "\f0e1";
}

/* line 484, /home/andrei/core-admin-release/core-admin/source/stylesheets/font-awesome.scss */
.icon-undo:before {
    content: "\f0e2";
}

/* line 485, /home/andrei/core-admin-release/core-admin/source/stylesheets/font-awesome.scss */
.icon-legal:before {
    content: "\f0e3";
}

/* line 486, /home/andrei/core-admin-release/core-admin/source/stylesheets/font-awesome.scss */
.icon-dashboard:before {
    content: "\f0e4";
}

/* line 487, /home/andrei/core-admin-release/core-admin/source/stylesheets/font-awesome.scss */
.icon-comment-alt:before {
    content: "\f0e5";
}

/* line 488, /home/andrei/core-admin-release/core-admin/source/stylesheets/font-awesome.scss */
.icon-comments-alt:before {
    content: "\f0e6";
}

/* line 489, /home/andrei/core-admin-release/core-admin/source/stylesheets/font-awesome.scss */
.icon-bolt:before {
    content: "\f0e7";
}

/* line 490, /home/andrei/core-admin-release/core-admin/source/stylesheets/font-awesome.scss */
.icon-sitemap:before {
    content: "\f0e8";
}

/* line 491, /home/andrei/core-admin-release/core-admin/source/stylesheets/font-awesome.scss */
.icon-umbrella:before {
    content: "\f0e9";
}

/* line 492, /home/andrei/core-admin-release/core-admin/source/stylesheets/font-awesome.scss */
.icon-paste:before {
    content: "\f0ea";
}

/* line 493, /home/andrei/core-admin-release/core-admin/source/stylesheets/font-awesome.scss */
.icon-lightbulb:before {
    content: "\f0eb";
}

/* line 494, /home/andrei/core-admin-release/core-admin/source/stylesheets/font-awesome.scss */
.icon-exchange:before {
    content: "\f0ec";
}

/* line 495, /home/andrei/core-admin-release/core-admin/source/stylesheets/font-awesome.scss */
.icon-cloud-download:before {
    content: "\f0ed";
}

/* line 496, /home/andrei/core-admin-release/core-admin/source/stylesheets/font-awesome.scss */
.icon-cloud-upload:before {
    content: "\f0ee";
}

/* line 498, /home/andrei/core-admin-release/core-admin/source/stylesheets/font-awesome.scss */
.icon-user-md:before {
    content: "\f0f0";
}

/* line 499, /home/andrei/core-admin-release/core-admin/source/stylesheets/font-awesome.scss */
.icon-stethoscope:before {
    content: "\f0f1";
}

/* line 500, /home/andrei/core-admin-release/core-admin/source/stylesheets/font-awesome.scss */
.icon-suitcase:before {
    content: "\f0f2";
}

/* line 501, /home/andrei/core-admin-release/core-admin/source/stylesheets/font-awesome.scss */
.icon-bell-alt:before {
    content: "\f0f3";
}

/* line 502, /home/andrei/core-admin-release/core-admin/source/stylesheets/font-awesome.scss */
.icon-coffee:before {
    content: "\f0f4";
}

/* line 503, /home/andrei/core-admin-release/core-admin/source/stylesheets/font-awesome.scss */
.icon-food:before {
    content: "\f0f5";
}

/* line 504, /home/andrei/core-admin-release/core-admin/source/stylesheets/font-awesome.scss */
.icon-file-alt:before {
    content: "\f0f6";
}

/* line 505, /home/andrei/core-admin-release/core-admin/source/stylesheets/font-awesome.scss */
.icon-building:before {
    content: "\f0f7";
}

/* line 506, /home/andrei/core-admin-release/core-admin/source/stylesheets/font-awesome.scss */
.icon-hospital:before {
    content: "\f0f8";
}

/* line 507, /home/andrei/core-admin-release/core-admin/source/stylesheets/font-awesome.scss */
.icon-ambulance:before {
    content: "\f0f9";
}

/* line 508, /home/andrei/core-admin-release/core-admin/source/stylesheets/font-awesome.scss */
.icon-medkit:before {
    content: "\f0fa";
}

/* line 509, /home/andrei/core-admin-release/core-admin/source/stylesheets/font-awesome.scss */
.icon-fighter-jet:before {
    content: "\f0fb";
}

/* line 510, /home/andrei/core-admin-release/core-admin/source/stylesheets/font-awesome.scss */
.icon-beer:before {
    content: "\f0fc";
}

/* line 511, /home/andrei/core-admin-release/core-admin/source/stylesheets/font-awesome.scss */
.icon-h-sign:before {
    content: "\f0fd";
}

/* line 512, /home/andrei/core-admin-release/core-admin/source/stylesheets/font-awesome.scss */
.icon-plus-sign-alt:before {
    content: "\f0fe";
}

/* line 514, /home/andrei/core-admin-release/core-admin/source/stylesheets/font-awesome.scss */
.icon-double-angle-left:before {
    content: "\f100";
}

/* line 515, /home/andrei/core-admin-release/core-admin/source/stylesheets/font-awesome.scss */
.icon-double-angle-right:before {
    content: "\f101";
}

/* line 516, /home/andrei/core-admin-release/core-admin/source/stylesheets/font-awesome.scss */
.icon-double-angle-up:before {
    content: "\f102";
}

/* line 517, /home/andrei/core-admin-release/core-admin/source/stylesheets/font-awesome.scss */
.icon-double-angle-down:before {
    content: "\f103";
}

/* line 518, /home/andrei/core-admin-release/core-admin/source/stylesheets/font-awesome.scss */
.icon-angle-left:before {
    content: "\f104";
}

/* line 519, /home/andrei/core-admin-release/core-admin/source/stylesheets/font-awesome.scss */
.icon-angle-right:before {
    content: "\f105";
}

/* line 520, /home/andrei/core-admin-release/core-admin/source/stylesheets/font-awesome.scss */
.icon-angle-up:before {
    content: "\f106";
}

/* line 521, /home/andrei/core-admin-release/core-admin/source/stylesheets/font-awesome.scss */
.icon-angle-down:before {
    content: "\f107";
}

/* line 522, /home/andrei/core-admin-release/core-admin/source/stylesheets/font-awesome.scss */
.icon-desktop:before {
    content: "\f108";
}

/* line 523, /home/andrei/core-admin-release/core-admin/source/stylesheets/font-awesome.scss */
.icon-laptop:before {
    content: "\f109";
}

/* line 524, /home/andrei/core-admin-release/core-admin/source/stylesheets/font-awesome.scss */
.icon-tablet:before {
    content: "\f10a";
}

/* line 525, /home/andrei/core-admin-release/core-admin/source/stylesheets/font-awesome.scss */
.icon-mobile-phone:before {
    content: "\f10b";
}

/* line 526, /home/andrei/core-admin-release/core-admin/source/stylesheets/font-awesome.scss */
.icon-circle-blank:before {
    content: "\f10c";
}

/* line 527, /home/andrei/core-admin-release/core-admin/source/stylesheets/font-awesome.scss */
.icon-quote-left:before {
    content: "\f10d";
}

/* line 528, /home/andrei/core-admin-release/core-admin/source/stylesheets/font-awesome.scss */
.icon-quote-right:before {
    content: "\f10e";
}

/* line 530, /home/andrei/core-admin-release/core-admin/source/stylesheets/font-awesome.scss */
.icon-spinner:before {
    content: "\f110";
}

/* line 531, /home/andrei/core-admin-release/core-admin/source/stylesheets/font-awesome.scss */
.icon-circle:before {
    content: "\f111";
}

/* line 532, /home/andrei/core-admin-release/core-admin/source/stylesheets/font-awesome.scss */
.icon-reply:before {
    content: "\f112";
}

/* line 533, /home/andrei/core-admin-release/core-admin/source/stylesheets/font-awesome.scss */
.icon-github-alt:before {
    content: "\f113";
}

/* line 534, /home/andrei/core-admin-release/core-admin/source/stylesheets/font-awesome.scss */
.icon-folder-close-alt:before {
    content: "\f114";
}

/* line 535, /home/andrei/core-admin-release/core-admin/source/stylesheets/font-awesome.scss */
.icon-folder-open-alt:before {
    content: "\f115";
}
/* Foundation v2.1.4 http://foundation.zurb.com */
/* Artfully masterminded by ZURB  */
/* -------------------------------------------------- 
   Table of Contents
-----------------------------------------------------
:: Shared Styles
:: Page Name 1
:: Page Name 2
*/
/* Mobile */
@media only screen and (max-width: 767px) {
    /* line 17, /home/andrei/core-admin-release/core-admin/source/stylesheets/responsive-tables.scss */
    table.responsive {
        margin-bottom: 0;
    }

    /* line 19, /home/andrei/core-admin-release/core-admin/source/stylesheets/responsive-tables.scss */
    .pinned {
        position: absolute;
        left: 0;
        top: 0;
        background: #fff;
        width: 35%;
        overflow: hidden;
        overflow-x: scroll;
        border-right: 1px solid #ccc;
        border-left: 1px solid #ccc;
    }

        /* line 20, /home/andrei/core-admin-release/core-admin/source/stylesheets/responsive-tables.scss */
        .pinned table {
            border-right: none;
            border-left: none;
            width: 100%;
        }

            /* line 21, /home/andrei/core-admin-release/core-admin/source/stylesheets/responsive-tables.scss */
            .pinned table th, .pinned table td {
                white-space: nowrap;
            }

        /* line 22, /home/andrei/core-admin-release/core-admin/source/stylesheets/responsive-tables.scss */
        .pinned td:last-child {
            border-bottom: 0;
        }

    /* line 24, /home/andrei/core-admin-release/core-admin/source/stylesheets/responsive-tables.scss */
    div.table-wrapper {
        position: relative;
        margin-bottom: 20px;
        overflow: hidden;
        border-right: 1px solid #ccc;
    }

        /* line 25, /home/andrei/core-admin-release/core-admin/source/stylesheets/responsive-tables.scss */
        div.table-wrapper div.scrollable table {
            margin-left: 35%;
        }

        /* line 26, /home/andrei/core-admin-release/core-admin/source/stylesheets/responsive-tables.scss */
        div.table-wrapper div.scrollable {
            overflow: scroll;
            overflow-y: hidden;
        }

    /* line 28, /home/andrei/core-admin-release/core-admin/source/stylesheets/responsive-tables.scss */
    table.responsive td, table.responsive th {
        position: relative;
        white-space: nowrap;
        overflow: hidden;
    }

        /* line 29, /home/andrei/core-admin-release/core-admin/source/stylesheets/responsive-tables.scss */
        table.responsive th:first-child, table.responsive td:first-child, table.responsive td:first-child, table.responsive.pinned td {
            display: none;
        }
}
/* -----------------------------------------
   Page Name 1
----------------------------------------- */
/* -----------------------------------------
   Page Name 2
----------------------------------------- */
/* line 3, /home/andrei/core-admin-release/core-admin/source/stylesheets/fullcalendar.scss */
.fc {
    direction: ltr;
    text-align: left;
}
    /* line 6, /home/andrei/core-admin-release/core-admin/source/stylesheets/fullcalendar.scss */
    .fc table {
        border-collapse: collapse;
        border-spacing: 0;
    }

/* line 12, /home/andrei/core-admin-release/core-admin/source/stylesheets/fullcalendar.scss */
html .fc {
    font-size: 1em;
}

/* line 17, /home/andrei/core-admin-release/core-admin/source/stylesheets/fullcalendar.scss */
.fc table {
    font-size: 1em;
}
/* line 20, /home/andrei/core-admin-release/core-admin/source/stylesheets/fullcalendar.scss */
.fc td, .fc th {
    padding: 0;
    vertical-align: top;
}

/* line 26, /home/andrei/core-admin-release/core-admin/source/stylesheets/fullcalendar.scss */
.fc-header {
    position: relative;
}
    /* line 28, /home/andrei/core-admin-release/core-admin/source/stylesheets/fullcalendar.scss */
    .fc-header td {
        white-space: nowrap;
    }

/* line 33, /home/andrei/core-admin-release/core-admin/source/stylesheets/fullcalendar.scss */
.fc-header-left {
    text-align: left;
    width: 100%;
}

/* line 38, /home/andrei/core-admin-release/core-admin/source/stylesheets/fullcalendar.scss */
.fc-header-center {
    text-align: center;
    position: absolute;
    top: 0;
    width: 80%;
    left: 10%;
    line-height: 37px;
}

/* line 47, /home/andrei/core-admin-release/core-admin/source/stylesheets/fullcalendar.scss */
.fc-button-inner {
    border-left: 1px solid #d5d5d5;
}

/* line 51, /home/andrei/core-admin-release/core-admin/source/stylesheets/fullcalendar.scss */
.fc-header-left .fc-button-inner {
    border: none;
}

/* line 55, /home/andrei/core-admin-release/core-admin/source/stylesheets/fullcalendar.scss */
.fc-header-right {
    text-align: right;
    position: absolute;
    top: -37px;
    right: 0;
}
    /* line 60, /home/andrei/core-admin-release/core-admin/source/stylesheets/fullcalendar.scss */
    .fc-header-right .fc-button-agendaDay .fc-button-inner {
        -moz-border-radius-topright: 3px;
        -webkit-border-top-right-radius: 3px;
        border-top-right-radius: 3px;
    }

/* line 65, /home/andrei/core-admin-release/core-admin/source/stylesheets/fullcalendar.scss */
.fc-header-title {
    display: inline-block;
    vertical-align: top;
}
    /* line 68, /home/andrei/core-admin-release/core-admin/source/stylesheets/fullcalendar.scss */
    .fc-header-title h2 {
        font-size: 12px;
        margin: 0;
    }
    /* line 72, /home/andrei/core-admin-release/core-admin/source/stylesheets/fullcalendar.scss */
    .fc-header-title strong {
        margin-top: 0;
        white-space: nowrap;
        padding: 8px 12px !important;
        display: block;
    }

/* line 80, /home/andrei/core-admin-release/core-admin/source/stylesheets/fullcalendar.scss */
.fc .fc-header-space {
    padding-left: 10px;
}

/* line 85, /home/andrei/core-admin-release/core-admin/source/stylesheets/fullcalendar.scss */
.fc-header .fc-corner-right {
    margin-right: 0;
    float: right;
}
/* line 89, /home/andrei/core-admin-release/core-admin/source/stylesheets/fullcalendar.scss */
.fc-header .ui-corner-right {
    margin-right: 0;
}
/* line 92, /home/andrei/core-admin-release/core-admin/source/stylesheets/fullcalendar.scss */
.fc-header .fc-state-hover, .fc-header .ui-state-hover {
    z-index: 2;
}
/* line 95, /home/andrei/core-admin-release/core-admin/source/stylesheets/fullcalendar.scss */
.fc-header .fc-state-down {
    z-index: 3;
}
/* line 98, /home/andrei/core-admin-release/core-admin/source/stylesheets/fullcalendar.scss */
.fc-header .fc-state-active, .fc-header .ui-state-active {
    z-index: 4;
}

/* line 103, /home/andrei/core-admin-release/core-admin/source/stylesheets/fullcalendar.scss */
.fc-button-next {
    float: right;
    margin-right: -2px;
}

/* line 108, /home/andrei/core-admin-release/core-admin/source/stylesheets/fullcalendar.scss */
.fc-view {
    width: 100%;
    overflow: hidden;
}

/* line 113, /home/andrei/core-admin-release/core-admin/source/stylesheets/fullcalendar.scss */
.fc-border-separate thead {
    background: #eaeaea;
    background-image: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjUwJSIgeTE9IjAlIiB4Mj0iNTAlIiB5Mj0iMTAwJSI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ZkZmRmZCIvPjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iI2VhZWFlYSIvPjwvbGluZWFyR3JhZGllbnQ+PC9kZWZzPjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIGZpbGw9InVybCgjZ3JhZCkiIC8+PC9zdmc+IA==');
    background-size: 100%;
    background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #fdfdfd), color-stop(100%, #eaeaea));
    background-image: -webkit-linear-gradient(top, #fdfdfd, #eaeaea);
    background-image: -moz-linear-gradient(top, #fdfdfd, #eaeaea);
    background-image: -o-linear-gradient(top, #fdfdfd, #eaeaea);
    background-image: linear-gradient(top, #fdfdfd, #eaeaea);
    height: 25px;
    line-height: 25px;
}

/* line 119, /home/andrei/core-admin-release/core-admin/source/stylesheets/fullcalendar.scss */
.fc-widget-header, .fc-widget-content {
    border: 1px solid #ccc;
}

/* line 123, /home/andrei/core-admin-release/core-admin/source/stylesheets/fullcalendar.scss */
.fc-state-highlight {
    background: #f4f3e6;
}

.fc-state-feriado {
    background: #f4f3e6;
}

/* line 127, /home/andrei/core-admin-release/core-admin/source/stylesheets/fullcalendar.scss */
.fc-cell-overlay {
    background: #99CCFF;
    opacity: .2;
}

/* line 132, /home/andrei/core-admin-release/core-admin/source/stylesheets/fullcalendar.scss */
.fc-button {
    position: relative;
    cursor: pointer;
}

/* line 137, /home/andrei/core-admin-release/core-admin/source/stylesheets/fullcalendar.scss */
.fc-button-inner {
    position: relative;
    float: left;
    overflow: hidden;
}

/* line 143, /home/andrei/core-admin-release/core-admin/source/stylesheets/fullcalendar.scss */
.fc-button-content {
    position: relative;
    float: left;
    height: 37px;
    line-height: 37px;
    padding: 0 14px;
    white-space: nowrap;
}

/* line 152, /home/andrei/core-admin-release/core-admin/source/stylesheets/fullcalendar.scss */
.fc-header-left .fc-button-content {
    padding: 0 8px;
}

/* line 156, /home/andrei/core-admin-release/core-admin/source/stylesheets/fullcalendar.scss */
.fc-header-right .fc-button-content {
    height: 37px;
}

/* gloss effect */
/* line 162, /home/andrei/core-admin-release/core-admin/source/stylesheets/fullcalendar.scss */
.fc-state-default .fc-button-effect {
    position: absolute;
    top: 50%;
    left: 0;
}

/* line 168, /home/andrei/core-admin-release/core-admin/source/stylesheets/fullcalendar.scss */
.fc-state-active {
    color: #797979;
    background: #f9f9f9;
    box-shadow: 0 -1px 0 #eaeaea inset;
}
    /* line 172, /home/andrei/core-admin-release/core-admin/source/stylesheets/fullcalendar.scss */
    .fc-state-active .fc-button-inner {
        color: #797979;
        background: #f9f9f9;
        box-shadow: 0 -1px 0 #eaeaea inset;
    }

/* line 179, /home/andrei/core-admin-release/core-admin/source/stylesheets/fullcalendar.scss */
.fc-first th {
    padding-top: 1px;
}

/* line 183, /home/andrei/core-admin-release/core-admin/source/stylesheets/fullcalendar.scss */
.fc-state-disabled {
    color: #999;
    border-color: #ddd;
    cursor: default;
}
    /* line 186, /home/andrei/core-admin-release/core-admin/source/stylesheets/fullcalendar.scss */
    .fc-state-disabled .fc-button-inner {
        color: #999;
        border-color: #ddd;
    }
    /* line 191, /home/andrei/core-admin-release/core-admin/source/stylesheets/fullcalendar.scss */
    .fc-state-disabled .fc-button-effect {
        display: none;
    }

/* Global Event Styles */
/* line 198, /home/andrei/core-admin-release/core-admin/source/stylesheets/fullcalendar.scss */
.fc-event {
    border-style: solid;
    /*border-width: 0;*/
    font-size: .85em;
    cursor: default;
}

/* line 205, /home/andrei/core-admin-release/core-admin/source/stylesheets/fullcalendar.scss */
a.fc-event, .fc-event-draggable {
    cursor: pointer;
}

/* line 209, /home/andrei/core-admin-release/core-admin/source/stylesheets/fullcalendar.scss */
a.fc-event {
    text-decoration: none;
}

/* line 213, /home/andrei/core-admin-release/core-admin/source/stylesheets/fullcalendar.scss */
.fc-rtl .fc-event {
    text-align: right;
}

/* line 217, /home/andrei/core-admin-release/core-admin/source/stylesheets/fullcalendar.scss */
.fc-event-skin {
    /*border-color: #32779A;
  background-color: #729BB9;*/
    color: #333;
    display: block;
    padding: 1px 0px;
    font-size: 12px;
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
    -khtml-border-radius: 2px;
    border-radius: 2px;
    margin-top: 1px;
}

/* line 231, /home/andrei/core-admin-release/core-admin/source/stylesheets/fullcalendar.scss */
.fc-event-inner {
    position: relative;
    width: 100%;
    height: 100%;
    border-style: solid;
    border-width: 0;
    overflow: hidden;
}

/* line 240, /home/andrei/core-admin-release/core-admin/source/stylesheets/fullcalendar.scss */
.fc-event-time, .fc-event-title {
    padding: 0 2px 1px 5px;
    display: block;
    float: left;
    line-height: 16px;
}

/* line 247, /home/andrei/core-admin-release/core-admin/source/stylesheets/fullcalendar.scss */
.fc .ui-resizable-handle {
    display: block;
    position: absolute;
    z-index: 99999;
    overflow: hidden;
    font-size: 300%;
    line-height: 50%;
}

/* Horizontal Events */
/* line 258, /home/andrei/core-admin-release/core-admin/source/stylesheets/fullcalendar.scss */
.fc-event-hori {
    margin-bottom: 1px;
}
    /* line 260, /home/andrei/core-admin-release/core-admin/source/stylesheets/fullcalendar.scss */
    .fc-event-hori .ui-resizable-e {
        top: 0 !important;
        right: -3px !important;
        width: 7px !important;
        height: 100% !important;
        cursor: e-resize;
    }
    /* line 267, /home/andrei/core-admin-release/core-admin/source/stylesheets/fullcalendar.scss */
    .fc-event-hori .ui-resizable-w {
        top: 0 !important;
        left: -3px !important;
        width: 7px !important;
        height: 100% !important;
        cursor: w-resize;
    }

/* line 276, /home/andrei/core-admin-release/core-admin/source/stylesheets/fullcalendar.scss */
.fc-corner-right {
    margin-right: 1px;
}
    /* line 278, /home/andrei/core-admin-release/core-admin/source/stylesheets/fullcalendar.scss */
    .fc-corner-right .fc-button-inner, .fc-corner-right .fc-event-inner {
        margin-right: 0;
    }

/* line 283, /home/andrei/core-admin-release/core-admin/source/stylesheets/fullcalendar.scss */
.fc-corner-top {
    margin-top: 1px;
}
    /* line 285, /home/andrei/core-admin-release/core-admin/source/stylesheets/fullcalendar.scss */
    .fc-corner-top .fc-event-inner {
        margin-top: -1px;
    }

/* line 290, /home/andrei/core-admin-release/core-admin/source/stylesheets/fullcalendar.scss */
.fc-corner-bottom {
    margin-bottom: 1px;
}
    /* line 292, /home/andrei/core-admin-release/core-admin/source/stylesheets/fullcalendar.scss */
    .fc-corner-bottom .fc-event-inner {
        margin-bottom: -1px;
    }

/* line 297, /home/andrei/core-admin-release/core-admin/source/stylesheets/fullcalendar.scss */
.fc-corner-top .fc-event-inner {
    border-top-width: 1px;
}

/* line 301, /home/andrei/core-admin-release/core-admin/source/stylesheets/fullcalendar.scss */
.fc-corner-bottom .fc-event-inner {
    border-bottom-width: 1px;
}

/* line 305, /home/andrei/core-admin-release/core-admin/source/stylesheets/fullcalendar.scss */
table.fc-border-separate {
    border-collapse: separate;
}

/* line 310, /home/andrei/core-admin-release/core-admin/source/stylesheets/fullcalendar.scss */
.fc-border-separate th {
    border-width: 1px 0 0 1px;
}
/* line 313, /home/andrei/core-admin-release/core-admin/source/stylesheets/fullcalendar.scss */
.fc-border-separate td {
    border-width: 1px 0 0 1px;
}
    /* line 315, /home/andrei/core-admin-release/core-admin/source/stylesheets/fullcalendar.scss */
    .fc-border-separate td:first-child {
        border-left: none;
    }
/* line 319, /home/andrei/core-admin-release/core-admin/source/stylesheets/fullcalendar.scss */
.fc-border-separate th:first-child {
    border-left: none;
}
/* line 323, /home/andrei/core-admin-release/core-admin/source/stylesheets/fullcalendar.scss */
.fc-border-separate tr.fc-last th, .fc-border-separate tr.fc-last td {
    border-top-width: 1px;
}
/* line 328, /home/andrei/core-admin-release/core-admin/source/stylesheets/fullcalendar.scss */
.fc-border-separate tbody tr.fc-first td, .fc-border-separate tbody tr.fc-first th {
    border-top-width: 1px;
}

/* Month View, Basic Week View, Basic Day View */
/* line 336, /home/andrei/core-admin-release/core-admin/source/stylesheets/fullcalendar.scss */
.fc-widget-header {
    text-align: center;
}

/* line 340, /home/andrei/core-admin-release/core-admin/source/stylesheets/fullcalendar.scss */
.fc-day-number {
    float: right;
    padding: 6px 5px 2px 5px;
}

/* line 345, /home/andrei/core-admin-release/core-admin/source/stylesheets/fullcalendar.scss */
.fc-cols .fc-other-month .fc-day-number {
    opacity: 0.3;
    filter: alpha(opacity=30);
}

/* line 350, /home/andrei/core-admin-release/core-admin/source/stylesheets/fullcalendar.scss */
.fc-day-content {
    clear: both;
    padding: 5px 2px 3px;
}

/* event styles */
/* line 357, /home/andrei/core-admin-release/core-admin/source/stylesheets/fullcalendar.scss */
.fc-cols .fc-event-time {
    font-weight: bold;
}

/* right-to-left */
/* line 364, /home/andrei/core-admin-release/core-admin/source/stylesheets/fullcalendar.scss */
.fc-rtl .fc-cols .fc-day-number {
    float: left;
}
/* line 367, /home/andrei/core-admin-release/core-admin/source/stylesheets/fullcalendar.scss */
.fc-rtl .fc-cols .fc-event-time {
    float: right;
}

/* Agenda Week View, Agenda Day View */
/* line 374, /home/andrei/core-admin-release/core-admin/source/stylesheets/fullcalendar.scss */
.fc-agenda table {
    border-collapse: separate;
}

/* line 378, /home/andrei/core-admin-release/core-admin/source/stylesheets/fullcalendar.scss */
.fc-agenda-days th {
    text-align: center;
}

/* line 383, /home/andrei/core-admin-release/core-admin/source/stylesheets/fullcalendar.scss */
.fc-agenda .fc-agenda-axis {
    width: 50px;
    padding: 0 4px;
    vertical-align: middle;
    text-align: right;
    white-space: nowrap;
    font-weight: normal;
}
/* line 391, /home/andrei/core-admin-release/core-admin/source/stylesheets/fullcalendar.scss */
.fc-agenda .fc-day-content {
    padding: 2px 2px 1px;
}

/* line 397, /home/andrei/core-admin-release/core-admin/source/stylesheets/fullcalendar.scss */
.fc-agenda-days .fc-agenda-axis {
    border-right-width: 1px;
}
/* line 400, /home/andrei/core-admin-release/core-admin/source/stylesheets/fullcalendar.scss */
.fc-agenda-days .fc-col0 {
    border-left-width: 0;
}

/* line 406, /home/andrei/core-admin-release/core-admin/source/stylesheets/fullcalendar.scss */
.fc-agenda-allday th {
    border-width: 0 1px;
}
/* line 409, /home/andrei/core-admin-release/core-admin/source/stylesheets/fullcalendar.scss */
.fc-agenda-allday .fc-day-content {
    min-height: 34px;
    _height: 34px;
}

/* line 415, /home/andrei/core-admin-release/core-admin/source/stylesheets/fullcalendar.scss */
.fc-agenda-divider-inner {
    height: 2px;
    overflow: hidden;
}

/* line 420, /home/andrei/core-admin-release/core-admin/source/stylesheets/fullcalendar.scss */
.fc-widget-header .fc-agenda-divider-inner {
    background: #eee;
}

/* slot rows */
/* line 427, /home/andrei/core-admin-release/core-admin/source/stylesheets/fullcalendar.scss */
.fc-agenda-slots th {
    border-width: 1px 1px 0;
}
/* line 430, /home/andrei/core-admin-release/core-admin/source/stylesheets/fullcalendar.scss */
.fc-agenda-slots td {
    border-width: 1px 0 0;
    background: none;
}
    /* line 433, /home/andrei/core-admin-release/core-admin/source/stylesheets/fullcalendar.scss */
    .fc-agenda-slots td div {
        height: 20px;
    }
/* line 439, /home/andrei/core-admin-release/core-admin/source/stylesheets/fullcalendar.scss */
.fc-agenda-slots tr.fc-slot0 th, .fc-agenda-slots tr.fc-slot0 td {
    border-top-width: 0;
}
/* line 444, /home/andrei/core-admin-release/core-admin/source/stylesheets/fullcalendar.scss */
.fc-agenda-slots tr.fc-minor th, .fc-agenda-slots tr.fc-minor td {
    border-top-style: dotted;
}
    /* line 447, /home/andrei/core-admin-release/core-admin/source/stylesheets/fullcalendar.scss */
    .fc-agenda-slots tr.fc-minor th.ui-widget-header {
        *border-top-style: solid;
    }

/* Vertical Events */
/* line 456, /home/andrei/core-admin-release/core-admin/source/stylesheets/fullcalendar.scss */
.fc-event-vert {
    border-width: 0 1px;
}
    /* line 458, /home/andrei/core-admin-release/core-admin/source/stylesheets/fullcalendar.scss */
    .fc-event-vert .fc-event-head, .fc-event-vert .fc-event-content {
        position: relative;
        z-index: 2;
        width: 100%;
        overflow: hidden;
    }
    /* line 464, /home/andrei/core-admin-release/core-admin/source/stylesheets/fullcalendar.scss */
    .fc-event-vert .fc-event-time {
        white-space: nowrap;
        font-size: 10px;
    }
    /* line 468, /home/andrei/core-admin-release/core-admin/source/stylesheets/fullcalendar.scss */
    .fc-event-vert .fc-event-bg {
        position: absolute;
        z-index: 1;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background: #fff;
        opacity: .3;
        filter: alpha(opacity=30);
    }

/* line 481, /home/andrei/core-admin-release/core-admin/source/stylesheets/fullcalendar.scss */
.fc .ui-draggable-dragging .fc-event-bg, .fc-select-helper .fc-event-bg {
    display: none;
}

/* line 485, /home/andrei/core-admin-release/core-admin/source/stylesheets/fullcalendar.scss */
.fc-event-vert .ui-resizable-s {
    bottom: 0 !important;
    width: 100% !important;
    height: 8px !important;
    overflow: hidden !important;
    line-height: 8px !important;
    font-size: 11px !important;
    font-family: monospace;
    text-align: center;
    cursor: s-resize;
}

/* line 497, /home/andrei/core-admin-release/core-admin/source/stylesheets/fullcalendar.scss */
.fc-agenda .ui-resizable-resizing {
    overflow: hidden;
}
/* line 3, /home/andrei/core-admin-release/core-admin/source/stylesheets/gritter.scss */
#gritter-notice-wrapper {
    position: fixed;
    top: 20px;
    right: 20px;
    width: 301px;
    z-index: 9999;
}
    /* line 10, /home/andrei/core-admin-release/core-admin/source/stylesheets/gritter.scss */
    #gritter-notice-wrapper.top-left {
        left: 20px;
        right: auto;
    }
    /* line 15, /home/andrei/core-admin-release/core-admin/source/stylesheets/gritter.scss */
    #gritter-notice-wrapper.bottom-right {
        top: auto;
        left: auto;
        bottom: 20px;
        right: 20px;
    }
    /* line 22, /home/andrei/core-admin-release/core-admin/source/stylesheets/gritter.scss */
    #gritter-notice-wrapper.bottom-left {
        top: auto;
        right: auto;
        bottom: 20px;
        left: 20px;
    }

/* line 30, /home/andrei/core-admin-release/core-admin/source/stylesheets/gritter.scss */
.gritter-item-wrapper {
    position: relative;
    margin: 0 0 10px 0;
    background: url("../images/ie-spacer.gif");
    /* ie7/8 fix */
}
    /* line 36, /home/andrei/core-admin-release/core-admin/source/stylesheets/gritter.scss */
    .gritter-item-wrapper.warn .gritter-title {
        color: orange;
    }
    /* line 42, /home/andrei/core-admin-release/core-admin/source/stylesheets/gritter.scss */
    .gritter-item-wrapper.error .gritter-title {
        color: #ff4d4d;
    }
    /* line 49, /home/andrei/core-admin-release/core-admin/source/stylesheets/gritter.scss */
    .gritter-item-wrapper.success .gritter-title {
        color: #00cc00;
    }

/* line 55, /home/andrei/core-admin-release/core-admin/source/stylesheets/gritter.scss */
.gritter-item {
    display: block;
    background: rgba(1, 56, 81, 0.8);
    color: #eee;
    padding: 10px;
    font-size: 11px;
    font-family: 'Open Sans';
    -webkit-box-shadow: 0 2px 2px rgba(0, 0, 0, 0.4);
    -moz-box-shadow: 0 2px 2px rgba(0, 0, 0, 0.4);
    box-shadow: 0 2px 2px rgba(0, 0, 0, 0.4);
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    -ms-border-radius: 6px;
    -o-border-radius: 6px;
    border-radius: 6px;
}

/* line 66, /home/andrei/core-admin-release/core-admin/source/stylesheets/gritter.scss */
.hover .gritter-item {
    background-position: right -40px;
}

/* line 69, /home/andrei/core-admin-release/core-admin/source/stylesheets/gritter.scss */
.gritter-item p {
    padding: 0;
    margin: 0;
    word-wrap: break-word;
}

/* line 74, /home/andrei/core-admin-release/core-admin/source/stylesheets/gritter.scss */
.gritter-close {
    display: none;
    position: absolute;
    top: 0px;
    right: 0px;
    cursor: pointer;
    width: 100%;
    height: 100%;
}

/* line 83, /home/andrei/core-admin-release/core-admin/source/stylesheets/gritter.scss */
.gritter-title {
    font-size: 14px;
    font-weight: 600;
    padding: 0 0 7px 0;
    display: block;
    text-shadow: 1px 1px 0 #000;
    /* Not supported by IE :( */
}

/* line 90, /home/andrei/core-admin-release/core-admin/source/stylesheets/gritter.scss */
.gritter-image {
    width: 48px;
    height: 48px;
    float: left;
}

/* line 96, /home/andrei/core-admin-release/core-admin/source/stylesheets/gritter.scss */
.gritter-with-image,
.gritter-without-image {
    padding: 0;
}

/* line 99, /home/andrei/core-admin-release/core-admin/source/stylesheets/gritter.scss */
.gritter-with-image {
    width: 220px;
    float: right;
}
/* line 19, /home/andrei/core-admin-release/core-admin/source/stylesheets/numeric_stats.scss */
.num-stats {
    list-style: none;
    margin: 0;
    padding: 0;
    color: #717e88;
    *zoom: 1;
}
    /* line 24, /home/andrei/core-admin-release/core-admin/source/stylesheets/mixin_helpers.scss */
    .num-stats:before, .num-stats:after {
        display: table;
        content: "";
        line-height: 0;
    }
    /* line 30, /home/andrei/core-admin-release/core-admin/source/stylesheets/mixin_helpers.scss */
    .num-stats:after {
        clear: both;
    }
    /* line 27, /home/andrei/core-admin-release/core-admin/source/stylesheets/numeric_stats.scss */
    .num-stats li {
        text-align: center;
        float: left;
        padding-left: 15px;
        padding-right: 15px;
        border-right: 1px dotted #bbbbbb;
        border-left: 1px dotted whitesmoke;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
    }
        /* line 36, /home/andrei/core-admin-release/core-admin/source/stylesheets/numeric_stats.scss */
        .num-stats li:first-child {
            border-left: none;
        }
        /* line 40, /home/andrei/core-admin-release/core-admin/source/stylesheets/numeric_stats.scss */
        .num-stats li:last-child {
            border-right: none;
        }
        /* line 44, /home/andrei/core-admin-release/core-admin/source/stylesheets/numeric_stats.scss */
        .num-stats li .number {
            text-shadow: 0 1px #fff;
            font-size: 18px;
            font-weight: 600;
            display: block;
            line-height: 18px;
        }
        /* line 52, /home/andrei/core-admin-release/core-admin/source/stylesheets/numeric_stats.scss */
        .num-stats li i {
            color: #fff;
            -webkit-border-radius: 4px;
            -moz-border-radius: 4px;
            -ms-border-radius: 4px;
            -o-border-radius: 4px;
            border-radius: 4px;
            height: 36px;
            width: 36px;
            line-height: 36px;
            font-size: 14px;
            float: left;
            -webkit-box-shadow: 0 1px 0 rgba(255, 255, 255, 0.6);
            -moz-box-shadow: 0 1px 0 rgba(255, 255, 255, 0.6);
            box-shadow: 0 1px 0 rgba(255, 255, 255, 0.6);
        }
        /* line 5, /home/andrei/core-admin-release/core-admin/source/stylesheets/numeric_stats.scss */
        .num-stats li.stat-blue .number {
            color: #6e97aa;
        }
        /* line 9, /home/andrei/core-admin-release/core-admin/source/stylesheets/numeric_stats.scss */
        .num-stats li.stat-blue i {
            background: #6e97aa;
            text-shadow: 0 1px rgba(66, 98, 112, 0.5);
        }
        /* line 14, /home/andrei/core-admin-release/core-admin/source/stylesheets/numeric_stats.scss */
        .num-stats li.stat-blue strong {
            color: #6e97aa;
        }
        /* line 5, /home/andrei/core-admin-release/core-admin/source/stylesheets/numeric_stats.scss */
        .num-stats li.stat-red .number {
            color: #ba6d6d;
        }
        /* line 9, /home/andrei/core-admin-release/core-admin/source/stylesheets/numeric_stats.scss */
        .num-stats li.stat-red i {
            background: #ba6d6d;
            text-shadow: 0 1px rgba(131, 62, 62, 0.5);
        }
        /* line 14, /home/andrei/core-admin-release/core-admin/source/stylesheets/numeric_stats.scss */
        .num-stats li.stat-red strong {
            color: #ba6d6d;
        }
        /* line 5, /home/andrei/core-admin-release/core-admin/source/stylesheets/numeric_stats.scss */
        .num-stats li.stat-green .number {
            color: #8fae53;
        }
        /* line 9, /home/andrei/core-admin-release/core-admin/source/stylesheets/numeric_stats.scss */
        .num-stats li.stat-green i {
            background: #8fae53;
            text-shadow: 0 1px rgba(86, 105, 50, 0.5);
        }
        /* line 14, /home/andrei/core-admin-release/core-admin/source/stylesheets/numeric_stats.scss */
        .num-stats li.stat-green strong {
            color: #8fae53;
        }

/* line 72, /home/andrei/core-admin-release/core-admin/source/stylesheets/numeric_stats.scss */
.well .num-stats li {
    border-right-color: #bbb;
    border-left-color: transparent;
}

/* line 78, /home/andrei/core-admin-release/core-admin/source/stylesheets/numeric_stats.scss */
.area-top .num-stats {
    margin-top: 5px;
}
    /* line 81, /home/andrei/core-admin-release/core-admin/source/stylesheets/numeric_stats.scss */
    .area-top .num-stats li {
        border: none;
    }
/* \f020 doesn't work in Safari. all shifted one down */
/* line 8, /home/andrei/core-admin-release/core-admin/source/stylesheets/form_elements.scss */
form.fill-up {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    width: 100%;
    margin-bottom: 0;
}
    /* line 10, /home/andrei/core-admin-release/core-admin/source/stylesheets/form_elements.scss */
    form.fill-up * {
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
    }
    /* line 16, /home/andrei/core-admin-release/core-admin/source/stylesheets/form_elements.scss */
    form.fill-up input, form.fill-up textarea, form.fill-up select {
        width: 100%;
    }

form.2fill-up input, 2form.2fill-up textarea, form.2fill-up select {
    /*width: 100%;*/
}

/* line 20, /home/andrei/core-admin-release/core-admin/source/stylesheets/form_elements.scss */
form.fill-up .padded .control-group:last-child {
    margin-bottom: 0;
}
/* line 24, /home/andrei/core-admin-release/core-admin/source/stylesheets/form_elements.scss */
form.fill-up.form-horizontal .form-actions {
    padding-left: 20px;
}

/* line 32, /home/andrei/core-admin-release/core-admin/source/stylesheets/form_elements.scss */
form.fill-up .radio, form.fill-up .checkbox {
    padding-left: 0;
}

/* line 38, /home/andrei/core-admin-release/core-admin/source/stylesheets/form_elements.scss */
.form-actions {
    margin-bottom: 0;
}

/* line 42, /home/andrei/core-admin-release/core-admin/source/stylesheets/form_elements.scss */
.box form {
    padding: 0;
}

/* line 46, /home/andrei/core-admin-release/core-admin/source/stylesheets/form_elements.scss */
form {
    margin-bottom: 0;
}

/* line 64, /home/andrei/core-admin-release/core-admin/source/stylesheets/form_elements.scss */
.input-append, .input-prepend {
    height: 36px;
    line-height: 36px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    width: 100%;
    position: relative;
    z-index: 1;
}
    /* line 59, /home/andrei/core-admin-release/core-admin/source/stylesheets/form_elements.scss */
    .input-append .add-on i, .input-prepend .add-on i {
        line-height: 26px;
    }
    /* line 68, /home/andrei/core-admin-release/core-admin/source/stylesheets/form_elements.scss */
    .input-append *, .input-prepend * {
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
    }
    /* line 75, /home/andrei/core-admin-release/core-admin/source/stylesheets/form_elements.scss */
    .input-append a.add-on, .input-append span.add-on, .input-prepend a.add-on, .input-prepend span.add-on {
        min-width: 36px;
        color: #5a6573;
        position: absolute;
        height: 100%;
        z-index: 2;
        -webkit-box-shadow: inset 0 1px 2px white;
        -moz-box-shadow: inset 0 1px 2px white;
        box-shadow: inset 0 1px 2px white;
        border: 1px solid #ccc;
        background: #eaeaea;
        background-image: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjUwJSIgeTE9IjAlIiB4Mj0iNTAlIiB5Mj0iMTAwJSI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ZkZmRmZCIvPjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iI2VhZWFlYSIvPjwvbGluZWFyR3JhZGllbnQ+PC9kZWZzPjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIGZpbGw9InVybCgjZ3JhZCkiIC8+PC9zdmc+IA==');
        background-size: 100%;
        background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #fdfdfd), color-stop(100%, #eaeaea));
        background-image: -webkit-linear-gradient(top, #fdfdfd, #eaeaea);
        background-image: -moz-linear-gradient(top, #fdfdfd, #eaeaea);
        background-image: -o-linear-gradient(top, #fdfdfd, #eaeaea);
        background-image: linear-gradient(top, #fdfdfd, #eaeaea);
        padding-left: 10px;
        padding-right: 10px;
    }
        /* line 87, /home/andrei/core-admin-release/core-admin/source/stylesheets/form_elements.scss */
        .input-append a.add-on:active, .input-append span.add-on:active, .input-prepend a.add-on:active, .input-prepend span.add-on:active {
            background: #eee;
        }
    /* line 92, /home/andrei/core-admin-release/core-admin/source/stylesheets/form_elements.scss */
    .input-append ul.add-on, .input-prepend ul.add-on {
        list-style: none;
        position: absolute;
        z-index: 2;
        background: none;
        border: none;
        padding: 0;
        margin: 0;
        height: 100%;
        top: 1px;
        right: 2px;
    }
        /* line 105, /home/andrei/core-admin-release/core-admin/source/stylesheets/form_elements.scss */
        .input-append ul.add-on li, .input-prepend ul.add-on li {
            float: left;
            margin-left: 10px;
            line-height: 32px;
            height: 32px;
        }
            /* line 111, /home/andrei/core-admin-release/core-admin/source/stylesheets/form_elements.scss */
            .input-append ul.add-on li a, .input-append ul.add-on li button, .input-prepend ul.add-on li a, .input-prepend ul.add-on li button {
                vertical-align: middle;
            }
                /* line 114, /home/andrei/core-admin-release/core-admin/source/stylesheets/form_elements.scss */
                .input-append ul.add-on li a.btn, .input-append ul.add-on li button.btn, .input-prepend ul.add-on li a.btn, .input-prepend ul.add-on li button.btn {
                    -webkit-border-radius: 3px;
                    -moz-border-radius: 3px;
                    -ms-border-radius: 3px;
                    -o-border-radius: 3px;
                    border-radius: 3px;
                }
            /* line 119, /home/andrei/core-admin-release/core-admin/source/stylesheets/form_elements.scss */
            .input-append ul.add-on li .btn, .input-prepend ul.add-on li .btn {
                padding: 0;
                line-height: 25px;
                height: 25px;
                padding-left: 10px;
                padding-right: 10px;
                margin-right: 5px;
            }
    /* line 130, /home/andrei/core-admin-release/core-admin/source/stylesheets/form_elements.scss */
    .input-append input[type="text"], .input-append input[type="password"], .input-append input[type="email"], .input-append input[type="number"], .input-prepend input[type="text"], .input-prepend input[type="password"], .input-prepend input[type="email"], .input-prepend input[type="number"] {
        height: 100%;
        width: 100%;
        z-index: 1;
        -webkit-border-radius: 4px;
        -moz-border-radius: 4px;
        -ms-border-radius: 4px;
        -o-border-radius: 4px;
        border-radius: 4px;
    }

/* line 139, /home/andrei/core-admin-release/core-admin/source/stylesheets/form_elements.scss */
.box .input-append, .box .input-prepend {
    margin-bottom: 0;
}

/* line 145, /home/andrei/core-admin-release/core-admin/source/stylesheets/form_elements.scss */
.input-append .add-on {
    right: 0;
}
/* line 147, /home/andrei/core-admin-release/core-admin/source/stylesheets/form_elements.scss */
.input-append input[type="text"], .input-append input[type="password"], .input-append input[type="email"], .input-append input[type="number"] {
    padding-right: 35px;
}

/* line 153, /home/andrei/core-admin-release/core-admin/source/stylesheets/form_elements.scss */
.input-prepend .add-on {
    left: 0;
}
/* line 155, /home/andrei/core-admin-release/core-admin/source/stylesheets/form_elements.scss */
.input-prepend input[type="text"], .input-prepend input[type="password"], .input-prepend input[type="email"], .input-prepend input[type="number"] {
    padding-left: 45px;
}

/* line 164, /home/andrei/core-admin-release/core-admin/source/stylesheets/form_elements.scss */
div.uploader {
    /*width: 50%;*/
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    border: 1px solid #ccc;
    height: 28px;
    background: #fff;
}
    /* line 172, /home/andrei/core-admin-release/core-admin/source/stylesheets/form_elements.scss */
    div.uploader span.filename {
        border-right: none;
        width: 120px;
        height: 24px;
        margin: 2px 0px 2px 2px;
        line-height: 24px;
    }
    /* line 181, /home/andrei/core-admin-release/core-admin/source/stylesheets/form_elements.scss */
    div.uploader.hover span.action {
        background: #8dbfd8;
    }
    /* line 187, /home/andrei/core-admin-release/core-admin/source/stylesheets/form_elements.scss */
    div.uploader.active span.action {
        background: #4194bd;
    }
    /* line 192, /home/andrei/core-admin-release/core-admin/source/stylesheets/form_elements.scss */
    div.uploader span.action {
        height: 24px;
        line-height: 24px;
        float: right;
        width: 22px;
        text-align: center;
        height: 22px;
        margin-top: 2px;
        margin-right: 2px;
        margin-bottom: 2px;
        -webkit-border-radius: 2px;
        -moz-border-radius: 2px;
        -ms-border-radius: 2px;
        -o-border-radius: 2px;
        border-radius: 2px;
        background: #549fc4;
        background-image: url('data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIHZpZXdCb3g9IjAgMCAxIDEiIHByZXNlcnZlQXNwZWN0UmF0aW89Im5vbmUiPgo8bGluZWFyR3JhZGllbnQgaWQ9ImczNjMiIGdyYWRpZW50VW5pdHM9InVzZXJTcGFjZU9uVXNlIiB4MT0iMCUiIHkxPSIwJSIgeDI9IjEwMCUiIHkyPSIxMDAlIj4KPHN0b3Agc3RvcC1jb2xvcj0iI0NDMDAwMCIgb2Zmc2V0PSIwIi8+PHN0b3Agc3RvcC1jb2xvcj0iIzk5MDAwMCIgb2Zmc2V0PSIxIi8+CjwvbGluZWFyR3JhZGllbnQ+CjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxIiBoZWlnaHQ9IjEiIGZpbGw9InVybCgjZzM2MykiIC8+Cjwvc3ZnPg==');
        background-size: 100%;
        background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #d17a7a), color-stop(100%, #c45454));
        background-image: -webkit-linear-gradient(top, #d17a7a, #c45454);
        background-image: -moz-linear-gradient(top, #d17a7a, #5c45454);
        background-image: -o-linear-gradient(top, #d17a7a, #c45454);
        background-image: linear-gradient(top, #d17a7a, #c45454);
        color: white;
        text-shadow: none;
        font-size: 16px;
        line-height: 20px;
    }

/* line 213, /home/andrei/core-admin-release/core-admin/source/stylesheets/form_elements.scss */
div.selector {
    position: relative;
    padding-left: 5px;
    overflow: hidden;
    width: 100%;
    font-size: 12px;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -ms-border-radius: 0;
    -o-border-radius: 0;
    border-radius: 0;
    background: whitesmoke;
    background-image: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjUwJSIgeTE9IjAlIiB4Mj0iNTAlIiB5Mj0iMTAwJSI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ZmZmZmZiIvPjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iI2Y1ZjVmNSIvPjwvbGluZWFyR3JhZGllbnQ+PC9kZWZzPjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIGZpbGw9InVybCgjZ3JhZCkiIC8+PC9zdmc+IA==');
    background-size: 100%;
    background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #ffffff), color-stop(100%, #f5f5f5));
    background-image: -webkit-linear-gradient(top, #ffffff, #f5f5f5);
    background-image: -moz-linear-gradient(top, #ffffff, #f5f5f5);
    background-image: -o-linear-gradient(top, #ffffff, #f5f5f5);
    background-image: linear-gradient(top, #ffffff, #f5f5f5);
    -webkit-box-shadow: 0 1px 0 rgba(255, 255, 255, 0.5);
    -moz-box-shadow: 0 1px 0 rgba(255, 255, 255, 0.5);
    box-shadow: 0 1px 0 rgba(255, 255, 255, 0.5);
    border: 1px solid #ccc;
    font-size: 12px;
    height: 28px;
    line-height: 28px;
    color: #666;
}
    /* line 221, /home/andrei/core-admin-release/core-admin/source/stylesheets/form_elements.scss */
    div.selector:after {
        content: "\f0dd";
        top: 2px;
        right: 2px;
        font-family: FontAwesome;
        font-weight: normal;
        font-style: normal;
        display: inline-block;
        text-decoration: inherit;
        position: absolute;
        width: 18px;
        height: 18px;
        pointer-events: none;
        text-align: center;
        line-height: 18px;
        font-size: 14px;
        color: #888;
    }
    /* line 228, /home/andrei/core-admin-release/core-admin/source/stylesheets/form_elements.scss */
    div.selector span {
        display: block;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
        padding: 0px 25px 0px 2px;
        cursor: pointer;
        color: #666;
        text-shadow: 0 1px 0 #fff;
        height: 26px;
        line-height: 26px;
        background: transparent;
    }
    /* line 245, /home/andrei/core-admin-release/core-admin/source/stylesheets/form_elements.scss */
    div.selector.disabled span {
        color: #bbb;
    }
    /* line 250, /home/andrei/core-admin-release/core-admin/source/stylesheets/form_elements.scss */
    div.selector select {
        position: absolute;
        opacity: 0;
        height: 25px;
        border: none;
        background: none;
        top: 0;
        left: 0;
        font-size: 12px;
        border: solid 1px #fff;
    }

/* line 266, /home/andrei/core-admin-release/core-admin/source/stylesheets/form_elements.scss */
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"], .uneditable-input {
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -ms-border-radius: 0;
    -o-border-radius: 0;
    border-radius: 0;
    font-size: 12px;
    color: #858585;
    padding: 0 0 0 5px;
    border: 1px solid #d7d7d7;
    display: inline-block;
    background: #fdfdfd;
    height: 30px;
    width: 75%;
}
    /* line 277, /home/andrei/core-admin-release/core-admin/source/stylesheets/form_elements.scss */
    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, .uneditable-input:focus {
        -webkit-box-shadow: none;
        -moz-box-shadow: none;
        box-shadow: none;
        border: 1px solid #ce6868;
    }

/* line 283, /home/andrei/core-admin-release/core-admin/source/stylesheets/form_elements.scss */
textarea {
    height: auto;
}

/* line 287, /home/andrei/core-admin-release/core-admin/source/stylesheets/form_elements.scss */
label {
    font-size: 12px;
    color: #5F5F5F;
}

/* line 56, /home/andrei/core-admin-release/core-admin/source/stylesheets/_arrow.scss */
.search-dropdown {
    position: relative;
    background: #fbfbfb;
    border: 1px solid #cccccc;
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box;
}

    /* line 72, /home/andrei/core-admin-release/core-admin/source/stylesheets/_arrow.scss */
    .search-dropdown:after, .search-dropdown:before {
        bottom: 100%;
        border: solid transparent;
        content: " ";
        height: 0;
        width: 0;
        position: absolute;
        pointer-events: none;
    }

    /* line 82, /home/andrei/core-admin-release/core-admin/source/stylesheets/_arrow.scss */
    .search-dropdown:after {
        border-bottom-color: #fbfbfb;
        border-width: 7px;
        left: 50%;
        margin-left: -7px;
    }

    /* line 94, /home/andrei/core-admin-release/core-admin/source/stylesheets/_arrow.scss */
    .search-dropdown:before {
        border-bottom-color: #cccccc;
        border-width: 8px;
        left: 50%;
        margin-left: -8px;
    }

/* line 297, /home/andrei/core-admin-release/core-admin/source/stylesheets/form_elements.scss */
.search-dropdown {
    margin-top: 15px;
}
    /* line 300, /home/andrei/core-admin-release/core-admin/source/stylesheets/form_elements.scss */
    .search-dropdown .box-section:first-child {
        border-top: none;
        -moz-border-radius-topleft: 3px;
        -webkit-border-top-left-radius: 3px;
        border-top-left-radius: 3px;
        -moz-border-radius-topright: 3px;
        -webkit-border-top-right-radius: 3px;
        border-top-right-radius: 3px;
    }

/* line 309, /home/andrei/core-admin-release/core-admin/source/stylesheets/form_elements.scss */
.input-with-submit {
    position: relative;
}
    /* line 312, /home/andrei/core-admin-release/core-admin/source/stylesheets/form_elements.scss */
    .input-with-submit button {
        background: transparent;
        border: none;
        position: absolute;
        right: 2px;
        top: 7px;
    }
    /* line 320, /home/andrei/core-admin-release/core-admin/source/stylesheets/form_elements.scss */
    .input-with-submit i {
        color: #909090;
    }
/* line 3, /home/andrei/core-admin-release/core-admin/source/stylesheets/tags.scss */
.tagsinput {
    border: 1px solid #ddd;
    background: #fdfdfd;
    padding: 5px;
    width: 100%;
    overflow-y: auto;
}
    /* line 5, /home/andrei/core-admin-release/core-admin/source/stylesheets/tags.scss */
    .tagsinput input {
        font-size: 11px;
        line-height: normal;
        width: auto !important;
    }
    /* line 17, /home/andrei/core-admin-release/core-admin/source/stylesheets/tags.scss */
    .tagsinput span.tag {
        display: block;
        float: left;
        padding: 0 8px;
        margin: 5px 5px 5px 5px;
        line-height: 23px;
        font-size: 11px;
        border: 1px solid #d2d2d2;
        background: #f2f2f2;
        background-image: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjUwJSIgeTE9IjAlIiB4Mj0iNTAlIiB5Mj0iMTAwJSI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ZjZmNmYyIvPjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iI2YyZjJmMiIvPjwvbGluZWFyR3JhZGllbnQ+PC9kZWZzPjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIGZpbGw9InVybCgjZ3JhZCkiIC8+PC9zdmc+IA==');
        background-size: 100%;
        background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #fcfcfc), color-stop(100%, #f2f2f2));
        background-image: -webkit-linear-gradient(top, #fcfcfc, #f2f2f2);
        background-image: -moz-linear-gradient(top, #fcfcfc, #f2f2f2);
        background-image: -o-linear-gradient(top, #fcfcfc, #f2f2f2);
        background-image: linear-gradient(top, #fcfcfc, #f2f2f2);
        -webkit-border-radius: 3px;
        -moz-border-radius: 3px;
        -ms-border-radius: 3px;
        -o-border-radius: 3px;
        border-radius: 3px;
    }
        /* line 27, /home/andrei/core-admin-release/core-admin/source/stylesheets/tags.scss */
        .tagsinput span.tag a {
            font-weight: 600;
            font-size: 11px;
            float: right;
        }
    /* line 37, /home/andrei/core-admin-release/core-admin/source/stylesheets/tags.scss */
    .tagsinput input {
        width: 60px;
        border: none;
        padding: 5px 8px 6px 8px;
        background: transparent;
        margin: 5px 5px 0 4px;
    }
    /* line 44, /home/andrei/core-admin-release/core-admin/source/stylesheets/tags.scss */
    .tagsinput div {
        display: block;
        float: left;
    }

/* line 50, /home/andrei/core-admin-release/core-admin/source/stylesheets/tags.scss */
.tags_clear {
    clear: both;
    width: 100%;
    height: 0px;
}

/* line 56, /home/andrei/core-admin-release/core-admin/source/stylesheets/tags.scss */
.not_valid {
    background: #FBD8DB !important;
    color: #90111A !important;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    -o-border-radius: 3px;
    border-radius: 3px;
}

/* line 62, /home/andrei/core-admin-release/core-admin/source/stylesheets/tags.scss */
.secondary-sidebar .tagsinput {
    background: none;
    border: none;
    padding: 0 8px;
    margin: -3px 0;
}
    /* line 67, /home/andrei/core-admin-release/core-admin/source/stylesheets/tags.scss */
    .secondary-sidebar .tagsinput span.tag {
        margin: 3px;
        color: #5f5f5f;
        background: #f2f2f2;
        background-image: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjUwJSIgeTE9IjAlIiB4Mj0iNTAlIiB5Mj0iMTAwJSI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ZjZmNmYyIvPjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iI2YyZjJmMiIvPjwvbGluZWFyR3JhZGllbnQ+PC9kZWZzPjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIGZpbGw9InVybCgjZ3JhZCkiIC8+PC9zdmc+IA==');
        background-size: 100%;
        background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #fcfcfc), color-stop(100%, #f2f2f2));
        background-image: -webkit-linear-gradient(top, #fcfcfc, #f2f2f2);
        background-image: -moz-linear-gradient(top, #fcfcfc, #f2f2f2);
        background-image: -o-linear-gradient(top, #fcfcfc, #f2f2f2);
        background-image: linear-gradient(top, #fcfcfc, #f2f2f2);
        border: 1px solid #D2D2D2;
        -webkit-border-radius: 3px;
        -moz-border-radius: 3px;
        -ms-border-radius: 3px;
        -o-border-radius: 3px;
        border-radius: 3px;
    }
        /* line 74, /home/andrei/core-admin-release/core-admin/source/stylesheets/tags.scss */
        .secondary-sidebar .tagsinput span.tag a {
            color: #aaa;
        }
/* line 3, /home/andrei/core-admin-release/core-admin/source/stylesheets/navigation.scss */
.navbar .brand {
    line-height: 27px;
    color: #fff;
    /*text-shadow: 0 1px 0 black;*/
    background-image: url('../images/lg-inacap.png');
    background-repeat: no-repeat;
    background-position: 10px 10px;
}

/* line 9, /home/andrei/core-admin-release/core-admin/source/stylesheets/navigation.scss */
.navbar-inverse .navbar-inner {
    border-bottom: 1px solid rgba(153, 0, 0, 0.8);
    background: #cc0000;
    /*background-image: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjUwJSIgeTE9IjAlIiB4Mj0iNTAlIiB5Mj0iMTAwJSI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzFiMjMyOSIvPjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iIzExMTYxYSIvPjwvbGluZWFyR3JhZGllbnQ+PC9kZWZzPjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIGZpbGw9InVybCgjZ3JhZCkiIC8+PC9zdmc+IA==');*/
    background-size: 100%;
    background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #990000), color-stop(100%, #cc0000));
    background-image: -webkit-linear-gradient(top, #990000, #cc0000);
    background-image: -moz-linear-gradient(top, #990000, #cc0000);
    background-image: -o-linear-gradient(top, #990000, #cc0000);
    background-image: linear-gradient(top, #990000, #cc0000);
    border-left: 0;
    border-right: 0;
}

/* line 16, /home/andrei/core-admin-release/core-admin/source/stylesheets/navigation.scss */
.navbar.navbar-top {
    margin-bottom: 0px;
}
    /* line 19, /home/andrei/core-admin-release/core-admin/source/stylesheets/navigation.scss */
    .navbar.navbar-top .navbar-inner {
        -webkit-border-radius: 0;
        -moz-border-radius: 0;
        -ms-border-radius: 0;
        -o-border-radius: 0;
        border-radius: 0;
    }

/* line 24, /home/andrei/core-admin-release/core-admin/source/stylesheets/navigation.scss */
.navbar-search {
    margin-top: 10px;
}
    /* line 26, /home/andrei/core-admin-release/core-admin/source/stylesheets/navigation.scss */
    .navbar-search .search-query {
        height: 20px;
        padding: 2px 10px;
    }
        /* line 30, /home/andrei/core-admin-release/core-admin/source/stylesheets/navigation.scss */
        .navbar-search .search-query.animated {
            width: 100px;
            -webkit-transition: width 0.3s;
            -moz-transition: width 0.3s;
            -o-transition: width 0.3s;
            transition: width 0.3s;
        }
            /* line 34, /home/andrei/core-admin-release/core-admin/source/stylesheets/navigation.scss */
            .navbar-search .search-query.animated:focus, .navbar-search .search-query.animated .focused {
                width: 200px;
            }
    /* line 40, /home/andrei/core-admin-release/core-admin/source/stylesheets/navigation.scss */
    .navbar-search i {
        position: absolute;
        right: 10px;
        top: 5px;
    }

/* line 47, /home/andrei/core-admin-release/core-admin/source/stylesheets/navigation.scss */
.navbar-inverse .navbar-search .search-query, .navbar-inverse .navbar-search .search-query {
    background: rgba(255, 255, 255, 1);
}
    /* line 51, /home/andrei/core-admin-release/core-admin/source/stylesheets/navigation.scss */
    .navbar-inverse .navbar-search .search-query:focus, .navbar-inverse .navbar-search .search-query.focused, .navbar-inverse .navbar-search .search-query:focus, .navbar-inverse .navbar-search .search-query.focused {
        padding: 2px 10px;
        border: 1px solid transparent;
    }

/* line 57, /home/andrei/core-admin-release/core-admin/source/stylesheets/navigation.scss */
.navbar-inverse .nav {
    margin-top: 10px;
}

    /* line 62, /home/andrei/core-admin-release/core-admin/source/stylesheets/navigation.scss */
    .navbar-inverse .nav > li > a {
        background: #870000;
        /*background: rgba(135, 0, 0, 0.5);*/
        -webkit-border-radius: 4px;
        -moz-border-radius: 4px;
        -ms-border-radius: 4px;
        -o-border-radius: 4px;
        border-radius: 4px;
        -webkit-box-shadow: inset 0 1px 2px rgba(135, 0, 0, 0.1), 0 1px 0 rgba(255, 255, 255, 0.15);
        -moz-box-shadow: inset 0 1px 2px rgba(135, 0, 0, 0.1), 0 1px 0 rgba(255, 255, 255, 0.15);
        box-shadow: inset 0 1px 2px rgba(135, 0, 0, 0.1), 0 1px 0 rgba(255, 255, 255, 0.15);
        height: 20px;
        line-height: 20px;
        padding: 3px 10px;
        margin-right: 10px;
    }
        /* line 71, /home/andrei/core-admin-release/core-admin/source/stylesheets/navigation.scss */
        .navbar-inverse .nav > li > a:hover {
            background: #870000;
            /*background: rgba(107, 0, 0, 0.8);*/
        }
    /* line 76, /home/andrei/core-admin-release/core-admin/source/stylesheets/navigation.scss */
    .navbar-inverse .nav > li.active > a {
        -webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1), 0 1px 0 rgba(255, 255, 255, 0.15);
        -moz-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1), 0 1px 0 rgba(255, 255, 255, 0.15);
        box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1), 0 1px 0 rgba(255, 255, 255, 0.15);
    }

/* line 82, /home/andrei/core-admin-release/core-admin/source/stylesheets/navigation.scss */
.navbar .btn, .navbar .btn-group {
    margin-top: -4px;
}

/* line 86, /home/andrei/core-admin-release/core-admin/source/stylesheets/navigation.scss */
.menu-avatar {
    width: 32px;
    height: 32px;
    margin-right: 10px;
}

/* line 93, /home/andrei/core-admin-release/core-admin/source/stylesheets/navigation.scss */
body .hide-collapse-sidebar {
    display: none;
}

/* line 81, /home/andrei/core-admin-release/core-admin/source/stylesheets/mixin_helpers.scss */
body.dropdown-sidebar .main-content {
    margin-left: 91px;
}
/* line 85, /home/andrei/core-admin-release/core-admin/source/stylesheets/mixin_helpers.scss */
body.dropdown-sidebar .sidebar-background {
    width: 90px;
}
    /* line 88, /home/andrei/core-admin-release/core-admin/source/stylesheets/mixin_helpers.scss */
    body.dropdown-sidebar .sidebar-background .primary-sidebar-background {
        width: 90px;
    }
/* line 93, /home/andrei/core-admin-release/core-admin/source/stylesheets/mixin_helpers.scss */
body.dropdown-sidebar .primary-sidebar {
    width: 90px;
}

.padded {
    padding-top: 15px;
    padding-left: 15px;
    padding-right: 15px;
    padding-bottom: 10px;
}

input.hola, textarea, .uneditable-input {
    width: 240px;
}

}

@media (max-width: 979px) {
    /* line 98, /home/andrei/core-admin-release/core-admin/source/stylesheets/mixin_helpers.scss */
    body.dropdown-sidebar .main-content {
        margin: 0;
    }
    /* line 102, /home/andrei/core-admin-release/core-admin/source/stylesheets/mixin_helpers.scss */
    body.dropdown-sidebar .primary-sidebar {
        width: auto;
    }
}
/* line 101, /home/andrei/core-admin-release/core-admin/source/stylesheets/navigation.scss */
body.dropdown-sidebar .hide-dropdown-sidebar {
    display: none;
}
/* line 105, /home/andrei/core-admin-release/core-admin/source/stylesheets/navigation.scss */
body.dropdown-sidebar .hide-collapse-sidebar {
    display: block;
}
/* line 109, /home/andrei/core-admin-release/core-admin/source/stylesheets/navigation.scss */
body.dropdown-sidebar .primary-sidebar .nav {
    margin-bottom: 0;
}
    /* line 112, /home/andrei/core-admin-release/core-admin/source/stylesheets/navigation.scss */
    body.dropdown-sidebar .primary-sidebar .nav > li > a {
        padding-left: 0;
        text-align: center;
    }
        /* line 116, /home/andrei/core-admin-release/core-admin/source/stylesheets/navigation.scss */
        body.dropdown-sidebar .primary-sidebar .nav > li > a span {
            display: block;
        }
/* line 125, /home/andrei/core-admin-release/core-admin/source/stylesheets/navigation.scss */
body.dropdown-sidebar .active .glow:after {
    content: "";
    border-radius: 50%;
    position: absolute;
    top: 30px;
    width: 0;
    height: 5px;
    left: 8px;
    -webkit-box-shadow: -10px 0 15px 27px rgba(122, 171, 216, 0.15);
    -moz-box-shadow: -10px 0 15px 27px rgba(122, 171, 216, 0.15);
    box-shadow: -10px 0 15px 27px rgba(122, 171, 216, 0.15);
    background: rgba(124, 190, 215, 0.2);
}
/* line 4, /home/andrei/core-admin-release/core-admin/source/stylesheets/sidebar.scss */
.sidebar-background {
    position: fixed;
    z-index: -1;
    width: 200px;
    background: #eaeaea;
    top: 0;
    left: 0;
    height: 100%;
    border-right: 1px solid #ccc;
}
    /* line 14, /home/andrei/core-admin-release/core-admin/source/stylesheets/sidebar.scss */
    .sidebar-background .primary-sidebar-background {
        width: 200px;
        background: #fff;
        height: 100%;
        top: 0;
        left: 0;
        position: absolute;
    }

/* line 25, /home/andrei/core-admin-release/core-admin/source/stylesheets/sidebar.scss */
.primary-sidebar {
    width: 200px;
    float: left;
    position: absolute;
}
    /* line 30, /home/andrei/core-admin-release/core-admin/source/stylesheets/sidebar.scss */
    .primary-sidebar .nav {
        margin-bottom: 20px;
    }
        /* line 34, /home/andrei/core-admin-release/core-admin/source/stylesheets/sidebar.scss */
        .primary-sidebar .nav:after {
            content: "";
            position: absolute;
            bottom: -1px;
            height: 1px;
            width: 100%;
            left: 0;
            /* background: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iNTAlIiB4Mj0iMTAwJSIgeTI9IjUwJSI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iInRyYW5zcGFyZW50IiIvPjxzdG9wIG9mZnNldD0iMzUlIiBzdG9wLWNvbG9yPSJyZ2JhKDMyLCA0MSwgNDcsIDAuOCkiLz48c3RvcCBvZmZzZXQ9IjUwJSIgc3RvcC1jb2xvcj0iIzIwMjkyZiIvPjxzdG9wIG9mZnNldD0iNjUlIiBzdG9wLWNvbG9yPSJyZ2JhKDMyLCA0MSwgNDcsIDAuOCkiLz48c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiJ0cmFuc3BhcmVudCIiLz48L2xpbmVhckdyYWRpZW50PjwvZGVmcz48cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMTAwJSIgaGVpZ2h0PSIxMDAlIiBmaWxsPSJ1cmwoI2dyYWQpIiAvPjwvc3ZnPiA=');
      background: -webkit-gradient(linear, 0% 50%, 100% 50%, color-stop(0%, transparent), color-stop(35%, rgba(32, 41, 47, 0.8)), color-stop(50%, #20292f), color-stop(65%, rgba(32, 41, 47, 0.8)), color-stop(100%, transparent));
      background: -webkit-linear-gradient(left, transparent 0%, rgba(32, 41, 47, 0.8) 35%, #20292f 50%, rgba(32, 41, 47, 0.8) 65%, transparent 100%);
      background: -moz-linear-gradient(left, transparent 0%, rgba(32, 41, 47, 0.8) 35%, #20292f 50%, rgba(32, 41, 47, 0.8) 65%, transparent 100%);
      background: -o-linear-gradient(left, transparent 0%, rgba(32, 41, 47, 0.8) 35%, #20292f 50%, rgba(32, 41, 47, 0.8) 65%, transparent 100%);
      background: linear-gradient(left, transparent 0%, rgba(32, 41, 47, 0.8) 35%, #20292f 50%, rgba(32, 41, 47, 0.8) 65%, transparent 100%);*/
        }
        /* line 44, /home/andrei/core-admin-release/core-admin/source/stylesheets/sidebar.scss */
        .primary-sidebar .nav > li {
            position: relative;
            background: #fff;
            border-bottom: 1px solid #555;
            /* border-bottom: 1px solid transparent;*/
        }
            /* line 49, /home/andrei/core-admin-release/core-admin/source/stylesheets/sidebar.scss */
            .primary-sidebar .nav > li a:after {
                content: "";
                position: absolute;
                bottom: -1px;
                height: 1px;
                width: 100%;
                left: 0;
                /*border-bottom:1px solid #ccc;*/
                /* background: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iNTAlIiB4Mj0iMTAwJSIgeTI9IjUwJSI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iInRyYW5zcGFyZW50IiIvPjxzdG9wIG9mZnNldD0iMzAlIiBzdG9wLWNvbG9yPSJyZ2JhKDEwLCAxMywgMTQsIDAuOCkiLz48c3RvcCBvZmZzZXQ9IjUwJSIgc3RvcC1jb2xvcj0iIzBhMGQwZSIvPjxzdG9wIG9mZnNldD0iNzAlIiBzdG9wLWNvbG9yPSJyZ2JhKDEwLCAxMywgMTQsIDAuOCkiLz48c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiJ0cmFuc3BhcmVudCIiLz48L2xpbmVhckdyYWRpZW50PjwvZGVmcz48cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMTAwJSIgaGVpZ2h0PSIxMDAlIiBmaWxsPSJ1cmwoI2dyYWQpIiAvPjwvc3ZnPiA=');
        background: -webkit-gradient(linear, 0% 50%, 100% 50%, color-stop(0%, transparent), color-stop(30%, rgba(10, 13, 14, 0.8)), color-stop(50%, #0a0d0e), color-stop(70%, rgba(10, 13, 14, 0.8)), color-stop(100%, transparent));
        background: -webkit-linear-gradient(left, transparent 0%, rgba(10, 13, 14, 0.8) 30%, #0a0d0e 50%, rgba(10, 13, 14, 0.8) 70%, transparent 100%);
        background: -moz-linear-gradient(left, transparent 0%, rgba(10, 13, 14, 0.8) 30%, #0a0d0e 50%, rgba(10, 13, 14, 0.8) 70%, transparent 100%);
        background: -o-linear-gradient(left, transparent 0%, rgba(10, 13, 14, 0.8) 30%, #0a0d0e 50%, rgba(10, 13, 14, 0.8) 70%, transparent 100%);
        background: linear-gradient(left, transparent 0%, rgba(10, 13, 14, 0.8) 30%, #0a0d0e 50%, rgba(10, 13, 14, 0.8) 70%, transparent 100%);*/
            }
            /* line 59, /home/andrei/core-admin-release/core-admin/source/stylesheets/sidebar.scss */
            .primary-sidebar .nav > li a:before {
                content: "";
                position: absolute;
                top: 0px;
                height: 1px;
                width: 100%;
                left: 0;
                /* background: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iNTAlIiB4Mj0iMTAwJSIgeTI9IjUwJSI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iInRyYW5zcGFyZW50IiIvPjxzdG9wIG9mZnNldD0iMzUlIiBzdG9wLWNvbG9yPSJyZ2JhKDMyLCA0MSwgNDcsIDAuOCkiLz48c3RvcCBvZmZzZXQ9IjUwJSIgc3RvcC1jb2xvcj0iIzIwMjkyZiIvPjxzdG9wIG9mZnNldD0iNjUlIiBzdG9wLWNvbG9yPSJyZ2JhKDMyLCA0MSwgNDcsIDAuOCkiLz48c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiJ0cmFuc3BhcmVudCIiLz48L2xpbmVhckdyYWRpZW50PjwvZGVmcz48cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMTAwJSIgaGVpZ2h0PSIxMDAlIiBmaWxsPSJ1cmwoI2dyYWQpIiAvPjwvc3ZnPiA=');
        background: -webkit-gradient(linear, 0% 50%, 100% 50%, color-stop(0%, transparent), color-stop(35%, rgba(32, 41, 47, 0.8)), color-stop(50%, #20292f), color-stop(65%, rgba(32, 41, 47, 0.8)), color-stop(100%, transparent));
        background: -webkit-linear-gradient(left, transparent 0%, rgba(32, 41, 47, 0.8) 35%, #20292f 50%, rgba(32, 41, 47, 0.8) 65%, transparent 100%);
        background: -moz-linear-gradient(left, transparent 0%, rgba(32, 41, 47, 0.8) 35%, #20292f 50%, rgba(32, 41, 47, 0.8) 65%, transparent 100%);
        background: -o-linear-gradient(left, transparent 0%, rgba(32, 41, 47, 0.8) 35%, #20292f 50%, rgba(32, 41, 47, 0.8) 65%, transparent 100%);
        background: linear-gradient(left, transparent 0%, rgba(32, 41, 47, 0.8) 35%, #20292f 50%, rgba(32, 41, 47, 0.8) 65%, transparent 100%);*/
            }
            /* line 69, /home/andrei/core-admin-release/core-admin/source/stylesheets/sidebar.scss */
            .primary-sidebar .nav > li .glow {
                position: absolute;
                height: 100%;
                width: 5px;
                -webkit-transition: box-shadow 0.3s;
                -moz-transition: box-shadow 0.3s;
                -o-transition: box-shadow 0.3s;
                transition: box-shadow 0.3s;
                background: #555;
                -webkit-box-shadow: 0 0 2px 1px #434d59 inset;
                -moz-box-shadow: 0 0 2px 1px #434d59 inset;
                box-shadow: 0 0 2px 1px #434d59 inset;
            }
            /* line 80, /home/andrei/core-admin-release/core-admin/source/stylesheets/sidebar.scss */
            .primary-sidebar .nav > li:hover .glow {
                background: #990000;
                -webkit-box-shadow: 0 0 2px 1px #cc0000 inset;
                -moz-box-shadow: 0 0 2px 1px #cc0000 inset;
                box-shadow: 0 0 2px 1px #cc0000 inset;
            }
            /* line 85, /home/andrei/core-admin-release/core-admin/source/stylesheets/sidebar.scss */
            .primary-sidebar .nav > li:hover > a {
                color: #939ea4;
            }
            /* line 91, /home/andrei/core-admin-release/core-admin/source/stylesheets/sidebar.scss */
            .primary-sidebar .nav > li.active .glow {
                background: #990000;
                -webkit-box-shadow: 0 0 2px 1px #cc0000 inset;
                -moz-box-shadow: 0 0 2px 1px #cc0000 inset;
                box-shadow: 0 0 2px 1px #cc0000 inset;
            }
            /* line 96, /home/andrei/core-admin-release/core-admin/source/stylesheets/sidebar.scss */
            .primary-sidebar .nav > li.active > a {
                /* text-shadow: 0 1px 0 rgba(0, 0, 0, 0.5);*/
                color: #000;
            }
            /* line 102, /home/andrei/core-admin-release/core-admin/source/stylesheets/sidebar.scss */
            .primary-sidebar .nav > li > a {
                padding-top: 8px;
                padding-bottom: 8px;
                padding-left: 25px;
                -webkit-transition: color 0.3s;
                -moz-transition: color 0.3s;
                -o-transition: color 0.3s;
                transition: color 0.3s;
                /* text-shadow: 0 1px 0 rgba(0, 0, 0, 0.5);*/
                color: #555;
            }
                /* line 110, /home/andrei/core-admin-release/core-admin/source/stylesheets/sidebar.scss */
                .primary-sidebar .nav > li > a:hover, .primary-sidebar .nav > li > a:focus {
                    background: #eee;
                    color: #000;
                }
                /* line 114, /home/andrei/core-admin-release/core-admin/source/stylesheets/sidebar.scss */
                .primary-sidebar .nav > li > a span {
                    font-size: 12px;
                    vertical-align: middle;
                }
                /* line 119, /home/andrei/core-admin-release/core-admin/source/stylesheets/sidebar.scss */
                .primary-sidebar .nav > li > a i {
                    vertical-align: middle;
                }
                    /* line 123, /home/andrei/core-admin-release/core-admin/source/stylesheets/sidebar.scss */
                    .primary-sidebar .nav > li > a i + span {
                        padding-left: 10px;
                    }

/* line 136, /home/andrei/core-admin-release/core-admin/source/stylesheets/sidebar.scss */
.active .glow:after {
    content: "";
    border-radius: 50%;
    position: absolute;
    top: 20px;
    width: 0;
    height: 0;
    left: 8px;
    -webkit-box-shadow: -10px 0 15px 23px rgba(122, 171, 216, 0.15);
    -moz-box-shadow: -10px 0 15px 23px rgba(122, 171, 216, 0.15);
    box-shadow: -10px 0 15px 23px rgba(122, 171, 216, 0.15);
    background: rgba(124, 190, 215, 0.2);
}

/* line 149, /home/andrei/core-admin-release/core-admin/source/stylesheets/sidebar.scss */
.user-avatar {
    width: 100%;
    position: relative;
}
    /* line 152, /home/andrei/core-admin-release/core-admin/source/stylesheets/sidebar.scss */
    .user-avatar .dropdown-toggle span {
        font-weight: 600;
    }
    /* line 160, /home/andrei/core-admin-release/core-admin/source/stylesheets/sidebar.scss */
    .user-avatar a {
        display: inline-block;
    }
        /* line 163, /home/andrei/core-admin-release/core-admin/source/stylesheets/sidebar.scss */
        .user-avatar a > span {
            position: relative;
        }
        /* line 167, /home/andrei/core-admin-release/core-admin/source/stylesheets/sidebar.scss */
        .user-avatar a img {
            -webkit-box-shadow: 0 1px 3px #1e1e1e;
            -moz-box-shadow: 0 1px 3px #1e1e1e;
            box-shadow: 0 1px 3px #1e1e1e;
            -webkit-border-radius: 2px;
            -moz-border-radius: 2px;
            -ms-border-radius: 2px;
            -o-border-radius: 2px;
            border-radius: 2px;
        }
        /* line 172, /home/andrei/core-admin-release/core-admin/source/stylesheets/sidebar.scss */
        .user-avatar a .badge {
            z-index: 2;
            position: absolute;
            left: -6px;
            top: -10px;
        }
    /* line 180, /home/andrei/core-admin-release/core-admin/source/stylesheets/sidebar.scss */
    .user-avatar .dropdown-menu {
        margin-top: 4px;
    }

/* line 185, /home/andrei/core-admin-release/core-admin/source/stylesheets/sidebar.scss */
.status-error {
    color: #d13b3b;
}

/* line 189, /home/andrei/core-admin-release/core-admin/source/stylesheets/sidebar.scss */
.status-success {
    color: #629b3e;
}

/* line 193, /home/andrei/core-admin-release/core-admin/source/stylesheets/sidebar.scss */
.status-pending {
    color: #888;
}

/* line 197, /home/andrei/core-admin-release/core-admin/source/stylesheets/sidebar.scss */
.status-warning {
    color: #E36D2D;
}

/* line 201, /home/andrei/core-admin-release/core-admin/source/stylesheets/sidebar.scss */
.status-info {
    color: #c82f2f;
}

/* line 206, /home/andrei/core-admin-release/core-admin/source/stylesheets/sidebar.scss */
hr.divider, li.divider {
    border: 0;
    height: 1px;
    background: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iNTAlIiB4Mj0iMTAwJSIgeTI9IjUwJSI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0icmdiYSgyMDUsIDIwNSwgMjA1LCAwKSIvPjxzdG9wIG9mZnNldD0iNTAlIiBzdG9wLWNvbG9yPSIjY2RjZGNkIi8+PHN0b3Agb2Zmc2V0PSIxMDAlIiBzdG9wLWNvbG9yPSJyZ2JhKDIwNSwgMjA1LCAyMDUsIDApIi8+PC9saW5lYXJHcmFkaWVudD48L2RlZnM+PHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgZmlsbD0idXJsKCNncmFkKSIgLz48L3N2Zz4g');
    background: -webkit-gradient(linear, 0% 50%, 100% 50%, color-stop(0%, rgba(205, 205, 205, 0)), color-stop(50%, #cdcdcd), color-stop(100%, rgba(205, 205, 205, 0)));
    background: -webkit-linear-gradient(left, rgba(205, 205, 205, 0), #cdcdcd, rgba(205, 205, 205, 0));
    background: -moz-linear-gradient(left, rgba(205, 205, 205, 0), #cdcdcd, rgba(205, 205, 205, 0));
    background: -o-linear-gradient(left, rgba(205, 205, 205, 0), #cdcdcd, rgba(205, 205, 205, 0));
    background: linear-gradient(left, rgba(205, 205, 205, 0), #cdcdcd, rgba(205, 205, 205, 0));
    position: relative;
}
    /* line 212, /home/andrei/core-admin-release/core-admin/source/stylesheets/sidebar.scss */
    hr.divider:after, li.divider:after {
        content: '';
        height: 1px;
        top: 1px;
        left: 0;
        width: 100%;
        position: absolute;
        background: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iNTAlIiB4Mj0iMTAwJSIgeTI9IjUwJSI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0icmdiYSgyNTAsIDI1MCwgMjUwLCAwKSIvPjxzdG9wIG9mZnNldD0iNTAlIiBzdG9wLWNvbG9yPSIjZmFmYWZhIi8+PHN0b3Agb2Zmc2V0PSIxMDAlIiBzdG9wLWNvbG9yPSJyZ2JhKDI1MCwgMjUwLCAyNTAsIDApIi8+PC9saW5lYXJHcmFkaWVudD48L2RlZnM+PHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgZmlsbD0idXJsKCNncmFkKSIgLz48L3N2Zz4g');
        background: -webkit-gradient(linear, 0% 50%, 100% 50%, color-stop(0%, rgba(250, 250, 250, 0)), color-stop(50%, #fafafa), color-stop(100%, rgba(250, 250, 250, 0)));
        background: -webkit-linear-gradient(left, rgba(250, 250, 250, 0), #fafafa, rgba(250, 250, 250, 0));
        background: -moz-linear-gradient(left, rgba(250, 250, 250, 0), #fafafa, rgba(250, 250, 250, 0));
        background: -o-linear-gradient(left, rgba(250, 250, 250, 0), #fafafa, rgba(250, 250, 250, 0));
        background: linear-gradient(left, rgba(250, 250, 250, 0), #fafafa, rgba(250, 250, 250, 0));
    }
    /* line 222, /home/andrei/core-admin-release/core-admin/source/stylesheets/sidebar.scss */
    hr.divider + .padded, hr.divider + .vpadded, li.divider + .padded, li.divider + .vpadded {
        padding-top: 0;
    }

/* line 228, /home/andrei/core-admin-release/core-admin/source/stylesheets/sidebar.scss */
.primary-sidebar .divider {
    margin-top: 10px;
    margin-bottom: 10px;
    border-top: 1px solid #0a0d0e;
    background: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iNTAlIiB4Mj0iMTAwJSIgeTI9IjUwJSI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iInRyYW5zcGFyZW50IiIvPjxzdG9wIG9mZnNldD0iMjUlIiBzdG9wLWNvbG9yPSJyZ2JhKDMyLCA0MSwgNDcsIDAuOCkiLz48c3RvcCBvZmZzZXQ9IjUwJSIgc3RvcC1jb2xvcj0iIzIwMjkyZiIvPjxzdG9wIG9mZnNldD0iNzUlIiBzdG9wLWNvbG9yPSJyZ2JhKDMyLCA0MSwgNDcsIDAuOCkiLz48c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiJ0cmFuc3BhcmVudCIiLz48L2xpbmVhckdyYWRpZW50PjwvZGVmcz48cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMTAwJSIgaGVpZ2h0PSIxMDAlIiBmaWxsPSJ1cmwoI2dyYWQpIiAvPjwvc3ZnPiA=');
    background: -webkit-gradient(linear, 0% 50%, 100% 50%, color-stop(0%, transparent), color-stop(25%, rgba(32, 41, 47, 0.8)), color-stop(50%, #20292f), color-stop(75%, rgba(32, 41, 47, 0.8)), color-stop(100%, transparent));
    background: -webkit-linear-gradient(left, transparent 0%, rgba(32, 41, 47, 0.8) 25%, #20292f 50%, rgba(32, 41, 47, 0.8) 75%, transparent 100%);
    background: -moz-linear-gradient(left, transparent 0%, rgba(32, 41, 47, 0.8) 25%, #20292f 50%, rgba(32, 41, 47, 0.8) 75%, transparent 100%);
    background: -o-linear-gradient(left, transparent 0%, rgba(32, 41, 47, 0.8) 25%, #20292f 50%, rgba(32, 41, 47, 0.8) 75%, transparent 100%);
    background: linear-gradient(left, transparent 0%, rgba(32, 41, 47, 0.8) 25%, #20292f 50%, rgba(32, 41, 47, 0.8) 75%, transparent 100%);
}
    /* line 229, /home/andrei/core-admin-release/core-admin/source/stylesheets/sidebar.scss */
    .primary-sidebar .divider:after {
        content: none;
    }

/* line 236, /home/andrei/core-admin-release/core-admin/source/stylesheets/sidebar.scss */
.area-top {
    /* background: #ececec;
  background-image: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjUwJSIgeTE9IjAlIiB4Mj0iNTAlIiB5Mj0iMTAwJSI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ZhZmFmYSIvPjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iI2VjZWNlYyIvPjwvbGluZWFyR3JhZGllbnQ+PC9kZWZzPjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIGZpbGw9InVybCgjZ3JhZCkiIC8+PC9zdmc+IA==');*/
    background-size: 100%;
    /*background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #fafafa), color-stop(100%, #ececec));
  background-image: -webkit-linear-gradient(top, #fafafa, #ececec);
  background-image: -moz-linear-gradient(top, #fafafa, #ececec);
  background-image: -o-linear-gradient(top, #fafafa, #ececec);
  background-image: linear-gradient(top, #fafafa, #ececec);
  -webkit-box-shadow: 0 2px 1px -1px rgba(0, 0, 0, 0.07);
  -moz-box-shadow: 0 2px 1px -1px rgba(0, 0, 0, 0.07);
  box-shadow: 0 2px 1px -1px rgba(0, 0, 0, 0.07);
  border-bottom: 1px solid #ccc;*/
    position: relative;
    /*width: 100%;*/
    padding: 10px 15px 0;
    /*-webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;*/
    /*margin-bottom: 15px; */
}
    /* line 246, /home/andrei/core-admin-release/core-admin/source/stylesheets/sidebar.scss */
    .area-top .header {
        font-size: 14px;
    }
        /* line 250, /home/andrei/core-admin-release/core-admin/source/stylesheets/sidebar.scss */
        .area-top .header i {
            float: left;
            font-size: 24px;
            margin-top: 4px;
            margin-right: 10px;
        }
        /* line 257, /home/andrei/core-admin-release/core-admin/source/stylesheets/sidebar.scss */
        .area-top .header h3, .area-top .header h5 {
            margin: 0;
            font-weight: 300;
        }
        /* line 262, /home/andrei/core-admin-release/core-admin/source/stylesheets/sidebar.scss */
        .area-top .header h3, .area-top .header i {
            color: #888;
        }
        /* line 266, /home/andrei/core-admin-release/core-admin/source/stylesheets/sidebar.scss */
        .area-top .header h3 {
            line-height: 35px;
        }
        /* line 270, /home/andrei/core-admin-release/core-admin/source/stylesheets/sidebar.scss */
        .area-top .header h5 {
            color: #aaa;
        }
        /* line 274, /home/andrei/core-admin-release/core-admin/source/stylesheets/sidebar.scss */
        .area-top .header > * {
            vertical-align: middle;
            text-shadow: 0 1px #fff;
        }
/* line 41, /home/andrei/core-admin-release/core-admin/source/stylesheets/breadcrumbs.scss */
#breadcrumbs {
    display: inline-block;
    padding-right: 20px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    -o-border-radius: 3px;
    border-radius: 3px;
    -webkit-box-shadow: 0 0 0 1px #cccccc inset, 0 1px 0px rgba(255, 255, 255, 0.6), 0 1px 0 1px rgba(255, 255, 255, 0.6) inset;
    -moz-box-shadow: 0 0 0 1px #cccccc inset, 0 1px 0px rgba(255, 255, 255, 0.6), 0 1px 0 1px rgba(255, 255, 255, 0.6) inset;
    box-shadow: 0 0 0 1px #cccccc inset, 0 1px 0px rgba(255, 255, 255, 0.6), 0 1px 0 1px rgba(255, 255, 255, 0.6) inset;
    background: #ececec;
    background-image: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjUwJSIgeTE9IjAlIiB4Mj0iNTAlIiB5Mj0iMTAwJSI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ZhZmFmYSIvPjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iI2VjZWNlYyIvPjwvbGluZWFyR3JhZGllbnQ+PC9kZWZzPjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIGZpbGw9InVybCgjZ3JhZCkiIC8+PC9zdmc+IA==');
    background-size: 100%;
    background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #fafafa), color-stop(100%, #ececec));
    background-image: -webkit-linear-gradient(top, #fafafa, #ececec);
    background-image: -moz-linear-gradient(top, #fafafa, #ececec);
    background-image: -o-linear-gradient(top, #fafafa, #ececec);
    background-image: linear-gradient(top, #fafafa, #ececec);
    width: 100%;
}
    /* line 54, /home/andrei/core-admin-release/core-admin/source/stylesheets/breadcrumbs.scss */
    #breadcrumbs .breadcrumb-button .breadcrumb-label {
        -webkit-box-shadow: 0px 1px 0px rgba(255, 255, 255, 0.5) inset;
        -moz-box-shadow: 0px 1px 0px rgba(255, 255, 255, 0.5) inset;
        box-shadow: 0px 1px 0px rgba(255, 255, 255, 0.5) inset;
        -moz-border-radius-topleft: 3px;
        -webkit-border-top-left-radius: 3px;
        border-top-left-radius: 3px;
        -moz-border-radius-bottomleft: 3px;
        -webkit-border-bottom-left-radius: 3px;
        border-bottom-left-radius: 3px;
    }
    /* line 65, /home/andrei/core-admin-release/core-admin/source/stylesheets/breadcrumbs.scss */
    #breadcrumbs .breadcrumb-button {
        text-shadow: 0 1px 1px #fafafa, 0 -1px 1px #ececec;
        background: #ececec;
        background-image: url('data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIHZpZXdCb3g9IjAgMCAxIDEiIHByZXNlcnZlQXNwZWN0UmF0aW89Im5vbmUiPgo8bGluZWFyR3JhZGllbnQgaWQ9ImczNjMiIGdyYWRpZW50VW5pdHM9InVzZXJTcGFjZU9uVXNlIiB4MT0iMCUiIHkxPSIwJSIgeDI9IjEwMCUiIHkyPSIxMDAlIj4KPHN0b3Agc3RvcC1jb2xvcj0iI0NDMDAwMCIgb2Zmc2V0PSIwIi8+PHN0b3Agc3RvcC1jb2xvcj0iIzk5MDAwMCIgb2Zmc2V0PSIxIi8+CjwvbGluZWFyR3JhZGllbnQ+CjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxIiBoZWlnaHQ9IjEiIGZpbGw9InVybCgjZzM2MykiIC8+Cjwvc3ZnPg==');
        background-size: 100%;
        background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #fafafa), color-stop(100%, #ececec));
        background-image: -webkit-linear-gradient(top, #fafafa, #ececec);
        background-image: -moz-linear-gradient(top, #fafafa, #ececec);
        background-image: -o-linear-gradient(top, #fafafa, #ececec);
        background-image: linear-gradient(top, #fafafa, #ececec);
        display: inline-block;
        cursor: pointer;
        margin-right: -20px;
    }
        /* line 67, /home/andrei/core-admin-release/core-admin/source/stylesheets/breadcrumbs.scss */
        #breadcrumbs .breadcrumb-button.yellow {
            text-shadow: 0 1px 1px #ffd972, 0 -1px 1px #ffba49;
            background: #ffba49;
            background-image: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjUwJSIgeTE9IjAlIiB4Mj0iNTAlIiB5Mj0iMTAwJSI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ZmZDk3MiIvPjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iI2ZmYmE0OSIvPjwvbGluZWFyR3JhZGllbnQ+PC9kZWZzPjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIGZpbGw9InVybCgjZ3JhZCkiIC8+PC9zdmc+IA==');
            background-size: 100%;
            background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #ffd972), color-stop(100%, #ffba49));
            background-image: -webkit-linear-gradient(top, #ffd972, #ffba49);
            background-image: -moz-linear-gradient(top, #ffd972, #ffba49);
            background-image: -o-linear-gradient(top, #ffd972, #ffba49);
            background-image: linear-gradient(top, #ffd972, #ffba49);
        }
            /* line 10, /home/andrei/core-admin-release/core-admin/source/stylesheets/breadcrumbs.scss */
            #breadcrumbs .breadcrumb-button.yellow .breadcrumb-label {
                color: #5c481d;
            }
            /* line 15, /home/andrei/core-admin-release/core-admin/source/stylesheets/breadcrumbs.scss */
            #breadcrumbs .breadcrumb-button.yellow:hover {
                background: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjUwJSIgeTE9IjEwMCUiIHgyPSI1MCUiIHkyPSIwJSI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ZmYmE0OSIvPjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iI2ZmZDk3MiIvPjwvbGluZWFyR3JhZGllbnQ+PC9kZWZzPjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIGZpbGw9InVybCgjZ3JhZCkiIC8+PC9zdmc+IA==');
                background: -webkit-gradient(linear, 50% 100%, 50% 0%, color-stop(0%, #ffba49), color-stop(100%, #ffd972));
                background: -webkit-linear-gradient(bottom, #ffba49, #ffd972);
                background: -moz-linear-gradient(bottom, #ffba49, #ffd972);
                background: -o-linear-gradient(bottom, #ffba49, #ffd972);
                background: linear-gradient(bottom, #ffba49, #ffd972);
            }
                /* line 18, /home/andrei/core-admin-release/core-admin/source/stylesheets/breadcrumbs.scss */
                #breadcrumbs .breadcrumb-button.yellow:hover .breadcrumb-arrow span {
                    background-color: #ffba49;
                    background: -moz-linear-gradient(135deg, #ffba49, #ffd972);
                    background: -ms-linear-gradient(135deg, #ffd972, #ffba49);
                    background: -o-linear-gradient(135deg, #ffd972, #ffba49);
                    background: -webkit-gradient(linear, left top, right bottom, from(#ffd972), to(#ffba49));
                }
            /* line 28, /home/andrei/core-admin-release/core-admin/source/stylesheets/breadcrumbs.scss */
            #breadcrumbs .breadcrumb-button.yellow .breadcrumb-arrow span {
                background-color: #ffd972;
                background: -moz-linear-gradient(135deg, #ffba49, #ffd972);
                background: -ms-linear-gradient(135deg, #ffba49, #ffd972);
                background: -o-linear-gradient(135deg, #ffba49, #ffd972);
                background: -webkit-gradient(linear, right bottom, left top, from(#ffba49), to(#ffd972));
            }
            /* line 70, /home/andrei/core-admin-release/core-admin/source/stylesheets/breadcrumbs.scss */
            #breadcrumbs .breadcrumb-button.yellow .breadcrumb-label {
                box-shadow: 0px 1px 0px rgba(255, 255, 255, 0.5) inset;
                border-top-left-radius: 3px;
                border-bottom-left-radius: 3px;
                border-bottom: 1px solid #C99337;
                border-left: 1px solid #D79D3B;
                border-top: 1px solid #F5B244;
            }
            /* line 79, /home/andrei/core-admin-release/core-admin/source/stylesheets/breadcrumbs.scss */
            #breadcrumbs .breadcrumb-button.yellow .breadcrumb-arrow span {
                box-shadow: 1px -1px 0px #E29B1E, 1px -1px 1px #F09900;
            }
        /* line 84, /home/andrei/core-admin-release/core-admin/source/stylesheets/breadcrumbs.scss */
        #breadcrumbs .breadcrumb-button.blue {
            text-shadow: 0 1px 1px #f59292, 0 -1px 1px #ce6868;
            background: #ce6868;
            background-image: url('data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIHZpZXdCb3g9IjAgMCAxIDEiIHByZXNlcnZlQXNwZWN0UmF0aW89Im5vbmUiPgo8bGluZWFyR3JhZGllbnQgaWQ9ImczNjMiIGdyYWRpZW50VW5pdHM9InVzZXJTcGFjZU9uVXNlIiB4MT0iMCUiIHkxPSIwJSIgeDI9IjEwMCUiIHkyPSIxMDAlIj4KPHN0b3Agc3RvcC1jb2xvcj0iI0NDMDAwMCIgb2Zmc2V0PSIwIi8+PHN0b3Agc3RvcC1jb2xvcj0iIzk5MDAwMCIgb2Zmc2V0PSIxIi8+CjwvbGluZWFyR3JhZGllbnQ+CjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxIiBoZWlnaHQ9IjEiIGZpbGw9InVybCgjZzM2MykiIC8+Cjwvc3ZnPg==');
            background-size: 100%;
            background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #f59292), color-stop(100%, #ce6868));
            background-image: -webkit-linear-gradient(top, #f59292, #ce6868);
            background-image: -moz-linear-gradient(top, #f59292, #ce6868);
            background-image: -o-linear-gradient(top, #f59292, #ce6868);
            background-image: linear-gradient(top, #f59292, #ce6868);
        }
            /* line 10, /home/andrei/core-admin-release/core-admin/source/stylesheets/breadcrumbs.scss */
            #breadcrumbs .breadcrumb-button.blue .breadcrumb-label {
                color: white;
            }
            /* line 15, /home/andrei/core-admin-release/core-admin/source/stylesheets/breadcrumbs.scss */
            #breadcrumbs .breadcrumb-button.blue:hover {
                background: url('data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIHZpZXdCb3g9IjAgMCAxIDEiIHByZXNlcnZlQXNwZWN0UmF0aW89Im5vbmUiPgo8bGluZWFyR3JhZGllbnQgaWQ9ImczNjMiIGdyYWRpZW50VW5pdHM9InVzZXJTcGFjZU9uVXNlIiB4MT0iMCUiIHkxPSIwJSIgeDI9IjEwMCUiIHkyPSIxMDAlIj4KPHN0b3Agc3RvcC1jb2xvcj0iI0NDMDAwMCIgb2Zmc2V0PSIwIi8+PHN0b3Agc3RvcC1jb2xvcj0iIzk5MDAwMCIgb2Zmc2V0PSIxIi8+CjwvbGluZWFyR3JhZGllbnQ+CjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxIiBoZWlnaHQ9IjEiIGZpbGw9InVybCgjZzM2MykiIC8+Cjwvc3ZnPg==');
                background: -webkit-gradient(linear, 50% 100%, 50% 0%, color-stop(0%, #ce6868), color-stop(100%, #f59292));
                background: -webkit-linear-gradient(bottom, #ce6868, #f59292);
                background: -moz-linear-gradient(bottom, #ce6868, #f59292);
                background: -o-linear-gradient(bottom, #ce6868, #f59292);
                background: linear-gradient(bottom, #ce6868, #f59292);
            }
                /* line 18, /home/andrei/core-admin-release/core-admin/source/stylesheets/breadcrumbs.scss */
                #breadcrumbs .breadcrumb-button.blue:hover .breadcrumb-arrow span {
                    background-color: #ce6868;
                    background: -moz-linear-gradient(135deg, #ce6868, #f59292);
                    background: -ms-linear-gradient(135deg, #f59292, #ce6868);
                    background: -o-linear-gradient(135deg, #f59292, #ce6868);
                    background: -webkit-gradient(linear, left top, right bottom, from(#f59292), to(#ce6868));
                }
            /* line 28, /home/andrei/core-admin-release/core-admin/source/stylesheets/breadcrumbs.scss */
            #breadcrumbs .breadcrumb-button.blue .breadcrumb-arrow span {
                background-color: #f59292;
                background: -moz-linear-gradient(135deg, #ce6868, #f59292);
                background: -ms-linear-gradient(135deg, #ce6868, #f59292);
                background: -o-linear-gradient(135deg, #ce6868, #f59292);
                background: -webkit-gradient(linear, right bottom, left top, from(#ce6868), to(#f59292));
            }
            /* line 88, /home/andrei/core-admin-release/core-admin/source/stylesheets/breadcrumbs.scss */
            #breadcrumbs .breadcrumb-button.blue .breadcrumb-label {
                font-weight: 600;
                box-shadow: 0px 1px 0px rgba(255, 255, 255, 0.5) inset;
                border-top-left-radius: 3px;
                border-bottom-left-radius: 3px;
                border-bottom: 1px solid #b93e3e;
                border-left: 1px solid #ca6060;
                border-top: 1px solid #d07373;
            }
                /* line 97, /home/andrei/core-admin-release/core-admin/source/stylesheets/breadcrumbs.scss */
                #breadcrumbs .breadcrumb-button.blue .breadcrumb-label:hover {
                    color: white;
                }
                    /* line 100, /home/andrei/core-admin-release/core-admin/source/stylesheets/breadcrumbs.scss */
                    #breadcrumbs .breadcrumb-button.blue .breadcrumb-label:hover .breadcrumb-label {
                        color: white;
                    }
            /* line 106, /home/andrei/core-admin-release/core-admin/source/stylesheets/breadcrumbs.scss */
            #breadcrumbs .breadcrumb-button.blue .breadcrumb-arrow span {
                box-shadow: 1px -1px 0px #af7575, 1px -1px 1px #e74545;
            }
        /* line 111, /home/andrei/core-admin-release/core-admin/source/stylesheets/breadcrumbs.scss */
        #breadcrumbs .breadcrumb-button .breadcrumb-label {
            box-shadow: 0px 1px 0px rgba(255, 255, 255, 0.5) inset;
            border-bottom: 1px solid #ccc;
            border-top: 1px solid #ccc;
        }
        /* line 119, /home/andrei/core-admin-release/core-admin/source/stylesheets/breadcrumbs.scss */
        #breadcrumbs .breadcrumb-button .breadcrumb-arrow span {
            box-shadow: 1px -1px 0px #ccc, 1px -1px 1px #ccc;
        }
        /* line 10, /home/andrei/core-admin-release/core-admin/source/stylesheets/breadcrumbs.scss */
        #breadcrumbs .breadcrumb-button .breadcrumb-label {
            color: #888888;
        }
        /* line 15, /home/andrei/core-admin-release/core-admin/source/stylesheets/breadcrumbs.scss */
        #breadcrumbs .breadcrumb-button:hover {
            background: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjUwJSIgeTE9IjEwMCUiIHgyPSI1MCUiIHkyPSIwJSI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2VjZWNlYyIvPjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iI2ZhZmFmYSIvPjwvbGluZWFyR3JhZGllbnQ+PC9kZWZzPjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIGZpbGw9InVybCgjZ3JhZCkiIC8+PC9zdmc+IA==');
            background: -webkit-gradient(linear, 50% 100%, 50% 0%, color-stop(0%, #ececec), color-stop(100%, #fafafa));
            background: -webkit-linear-gradient(bottom, #ececec, #fafafa);
            background: -moz-linear-gradient(bottom, #ececec, #fafafa);
            background: -o-linear-gradient(bottom, #ececec, #fafafa);
            background: linear-gradient(bottom, #ececec, #fafafa);
        }
            /* line 18, /home/andrei/core-admin-release/core-admin/source/stylesheets/breadcrumbs.scss */
            #breadcrumbs .breadcrumb-button:hover .breadcrumb-arrow span {
                background-color: #ececec;
                background: -moz-linear-gradient(135deg, #ececec, #fafafa);
                background: -ms-linear-gradient(135deg, #fafafa, #ececec);
                background: -o-linear-gradient(135deg, #fafafa, #ececec);
                background: -webkit-gradient(linear, left top, right bottom, from(#fafafa), to(#ececec));
            }
        /* line 28, /home/andrei/core-admin-release/core-admin/source/stylesheets/breadcrumbs.scss */
        #breadcrumbs .breadcrumb-button .breadcrumb-arrow span {
            background-color: #fafafa;
            background: -moz-linear-gradient(135deg, #ececec, #fafafa);
            background: -ms-linear-gradient(135deg, #ececec, #fafafa);
            background: -o-linear-gradient(135deg, #ececec, #fafafa);
            background: -webkit-gradient(linear, right bottom, left top, from(#ececec), to(#fafafa));
        }
        /* line 129, /home/andrei/core-admin-release/core-admin/source/stylesheets/breadcrumbs.scss */
        #breadcrumbs .breadcrumb-button:first-child {
            -webkit-border-radius: 3px 0 0 3px;
            -moz-border-radius: 3px 0 0 3px;
            -ms-border-radius: 3px 0 0 3px;
            -o-border-radius: 3px 0 0 3px;
            border-radius: 3px 0 0 3px;
        }
            /* line 132, /home/andrei/core-admin-release/core-admin/source/stylesheets/breadcrumbs.scss */
            #breadcrumbs .breadcrumb-button:first-child .breadcrumb-label {
                border-top-left-radius: 3px;
                border-bottom-left-radius: 3px;
            }
        /* line 138, /home/andrei/core-admin-release/core-admin/source/stylesheets/breadcrumbs.scss */
        #breadcrumbs .breadcrumb-button:last-child {
            -webkit-border-radius: 0 3px 3px 0;
            -moz-border-radius: 0 3px 3px 0;
            -ms-border-radius: 0 3px 3px 0;
            -o-border-radius: 0 3px 3px 0;
            border-radius: 0 3px 3px 0;
        }
        /* line 142, /home/andrei/core-admin-release/core-admin/source/stylesheets/breadcrumbs.scss */
        #breadcrumbs .breadcrumb-button:first-child .breadcrumb-label {
            padding-left: 15px;
        }
        /* line 147, /home/andrei/core-admin-release/core-admin/source/stylesheets/breadcrumbs.scss */
        #breadcrumbs .breadcrumb-button:last-child .breadcrumb-label {
            padding-right: 15px;
        }
        /* line 150, /home/andrei/core-admin-release/core-admin/source/stylesheets/breadcrumbs.scss */
        #breadcrumbs .breadcrumb-button:last-child .breadcrumb-arrow {
            display: none;
        }
        /* line 155, /home/andrei/core-admin-release/core-admin/source/stylesheets/breadcrumbs.scss */
        #breadcrumbs .breadcrumb-button .breadcrumb-label {
            padding: 8px;
            -moz-user-select: none;
            -webkit-user-select: none;
            display: inline-block;
            padding-left: 25px;
        }
        /* line 163, /home/andrei/core-admin-release/core-admin/source/stylesheets/breadcrumbs.scss */
        #breadcrumbs .breadcrumb-button .breadcrumb-arrow {
            width: 17px;
            height: 34px;
            display: inline-block;
            vertical-align: top;
            overflow: hidden;
            margin-left: -5px;
        }
            /* line 171, /home/andrei/core-admin-release/core-admin/source/stylesheets/breadcrumbs.scss */
            #breadcrumbs .breadcrumb-button .breadcrumb-arrow span {
                border-radius: 4px;
                width: 26px;
                height: 30px;
                display: inline-block;
                -webkit-transform: rotate(45deg);
                -moz-transform: rotate(45deg);
                -ms-transform: rotate(45deg);
                -o-transform: rotate(45deg);
                transform: rotate(45deg);
                margin-left: -16px;
                margin-top: 3px;
            }

/* line 191, /home/andrei/core-admin-release/core-admin/source/stylesheets/breadcrumbs.scss */
.breadcrumb-line {
    color: #666;
    height: 28px;
    -webkit-box-shadow: 0 1px 0 white, 0 1px 0 white inset;
    -moz-box-shadow: 0 1px 0 white, 0 1px 0 white inset;
    box-shadow: 0 1px 0 white, 0 1px 0 white inset;
    background: #e3e3e3;
    background-image: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjUwJSIgeTE9IjAlIiB4Mj0iNTAlIiB5Mj0iMTAwJSI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2Y0ZjRmNCIvPjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iI2UzZTNlMyIvPjwvbGluZWFyR3JhZGllbnQ+PC9kZWZzPjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIGZpbGw9InVybCgjZ3JhZCkiIC8+PC9zdmc+IA==');
    background-size: 100%;
    background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #f4f4f4), color-stop(100%, #e3e3e3));
    background-image: -webkit-linear-gradient(top, #f4f4f4, #e3e3e3);
    background-image: -moz-linear-gradient(top, #f4f4f4, #e3e3e3);
    background-image: -o-linear-gradient(top, #f4f4f4, #e3e3e3);
    background-image: linear-gradient(top, #f4f4f4, #e3e3e3);
    border-top: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
    font-size: 11px;
}
    /* line 200, /home/andrei/core-admin-release/core-admin/source/stylesheets/breadcrumbs.scss */
    .breadcrumb-line .breadcrumbs {
        margin: 0;
        padding: 0;
        list-style: none;
    }
        /* line 205, /home/andrei/core-admin-release/core-admin/source/stylesheets/breadcrumbs.scss */
        .breadcrumb-line .breadcrumbs li {
            float: left;
            line-height: 28px;
            margin-left: 10px;
        }
            /* line 210, /home/andrei/core-admin-release/core-admin/source/stylesheets/breadcrumbs.scss */
            .breadcrumb-line .breadcrumbs li:after {
                content: ">";
                margin-left: 10px;
            }
            /* line 215, /home/andrei/core-admin-release/core-admin/source/stylesheets/breadcrumbs.scss */
            .breadcrumb-line .breadcrumbs li:last-child:after {
                content: "";
            }
            /* line 217, /home/andrei/core-admin-release/core-admin/source/stylesheets/breadcrumbs.scss */
            .breadcrumb-line .breadcrumbs li:first-child {
                margin-left: 20px;
            }
            /* line 219, /home/andrei/core-admin-release/core-admin/source/stylesheets/breadcrumbs.scss */
            .breadcrumb-line .breadcrumbs li.current {
                color: #888;
            }
    /* line 223, /home/andrei/core-admin-release/core-admin/source/stylesheets/breadcrumbs.scss */
    .breadcrumb-line .nav.pull-right {
        margin-right: 20px;
        border-right: 1px solid #ccc;
    }
        /* line 227, /home/andrei/core-admin-release/core-admin/source/stylesheets/breadcrumbs.scss */
        .breadcrumb-line .nav.pull-right .badge {
            margin-left: 4px;
        }
    /* line 232, /home/andrei/core-admin-release/core-admin/source/stylesheets/breadcrumbs.scss */
    .breadcrumb-line .nav .dropdown-toggle .caret {
        margin-top: 12px;
    }
    /* line 236, /home/andrei/core-admin-release/core-admin/source/stylesheets/breadcrumbs.scss */
    .breadcrumb-line .nav > li > a {
        text-shadow: none;
        line-height: 28px;
        height: 28px;
        margin: 0;
        padding: 0 15px;
        border-left: 1px solid #ccc;
        -webkit-border-radius: 0;
        -moz-border-radius: 0;
        -ms-border-radius: 0;
        -o-border-radius: 0;
        border-radius: 0;
        color: #666;
    }
        /* line 246, /home/andrei/core-admin-release/core-admin/source/stylesheets/breadcrumbs.scss */
        .breadcrumb-line .nav > li > a strong {
            color: #B35D5D;
            margin-left: 4px;
        }
/* line 19, /home/andrei/core-admin-release/core-admin/source/stylesheets/triangle_button.scss */
.triangle-button {
    position: absolute;
    text-align: center;
    font-size: 14px;
    font-weight: 600;
    line-height: 16px;
    top: 0;
    right: 0;
    color: #fff;
    overflow: hidden;
    height: 32px;
    width: 32px;
    text-shadow: none;
}
    /* line 33, /home/andrei/core-admin-release/core-admin/source/stylesheets/triangle_button.scss */
    .triangle-button i, .triangle-button .inner {
        z-index: 1;
        position: absolute;
        right: 3px;
        top: 2px;
    }
    /* line 40, /home/andrei/core-admin-release/core-admin/source/stylesheets/triangle_button.scss */
    .triangle-button:before {
        content: '';
        display: inline-block;
        border-right: 32px solid;
        border-bottom: 32px solid transparent;
        position: absolute;
        top: 0;
        right: 0;
    }
    /* line 50, /home/andrei/core-admin-release/core-admin/source/stylesheets/triangle_button.scss */
    .triangle-button:hover, .triangle-button:active {
        color: #fff;
    }
    /* line 6, /home/andrei/core-admin-release/core-admin/source/stylesheets/triangle_button.scss */
    .triangle-button.red:before {
        border-right-color: #aa433a;
    }
    /* line 10, /home/andrei/core-admin-release/core-admin/source/stylesheets/triangle_button.scss */
    .triangle-button.red:hover:before {
        border-right-color: #b5473e;
    }
    /* line 14, /home/andrei/core-admin-release/core-admin/source/stylesheets/triangle_button.scss */
    .triangle-button.red:active:before {
        border-right-color: #9f3f36;
    }
    /* line 6, /home/andrei/core-admin-release/core-admin/source/stylesheets/triangle_button.scss */
    .triangle-button.green:before {
        border-right-color: #8fae53;
    }
    /* line 10, /home/andrei/core-admin-release/core-admin/source/stylesheets/triangle_button.scss */
    .triangle-button.green:hover:before {
        border-right-color: #96b35d;
    }
    /* line 14, /home/andrei/core-admin-release/core-admin/source/stylesheets/triangle_button.scss */
    .triangle-button.green:active:before {
        border-right-color: #87a44d;
    }
    /* line 6, /home/andrei/core-admin-release/core-admin/source/stylesheets/triangle_button.scss */
    .triangle-button.blue:before {
        border-right-color: #7fb3d4;
    }
    /* line 10, /home/andrei/core-admin-release/core-admin/source/stylesheets/triangle_button.scss */
    .triangle-button.blue:hover:before {
        border-right-color: #8abad8;
    }
    /* line 14, /home/andrei/core-admin-release/core-admin/source/stylesheets/triangle_button.scss */
    .triangle-button.blue:active:before {
        border-right-color: #74acd0;
    }
    /* line 6, /home/andrei/core-admin-release/core-admin/source/stylesheets/triangle_button.scss */
    .triangle-button.orange:before {
        border-right-color: #cf6e20;
    }
    /* line 10, /home/andrei/core-admin-release/core-admin/source/stylesheets/triangle_button.scss */
    .triangle-button.orange:hover:before {
        border-right-color: #dc7522;
    }
    /* line 14, /home/andrei/core-admin-release/core-admin/source/stylesheets/triangle_button.scss */
    .triangle-button.orange:active:before {
        border-right-color: #c2671e;
    }
/* line 4, /home/andrei/core-admin-release/core-admin/source/stylesheets/tooltips.scss */
.jqstooltip {
    z-index: 10001;
    border: 1px solid #333333 !important;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    background: rgba(0, 0, 0, 0.7);
    background-image: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjUwJSIgeTE9IjAlIiB4Mj0iNTAlIiB5Mj0iMTAwJSI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0icmdiYSgwLCAwLCAwLCAwLjUpIi8+PHN0b3Agb2Zmc2V0PSIxMDAlIiBzdG9wLWNvbG9yPSJyZ2JhKDAsIDAsIDAsIDAuNykiLz48L2xpbmVhckdyYWRpZW50PjwvZGVmcz48cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMTAwJSIgaGVpZ2h0PSIxMDAlIiBmaWxsPSJ1cmwoI2dyYWQpIiAvPjwvc3ZnPiA=');
    background-size: 100%;
    background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, rgba(0, 0, 0, 0.5)), color-stop(100%, rgba(0, 0, 0, 0.7)));
    background-image: -webkit-linear-gradient(top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.7));
    background-image: -moz-linear-gradient(top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.7));
    background-image: -o-linear-gradient(top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.7));
    background-image: linear-gradient(top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.7));
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    -ms-border-radius: 2px;
    -o-border-radius: 2px;
    border-radius: 2px;
    display: inline-block;
}
/* line 39, /home/andrei/core-admin-release/core-admin/source/stylesheets/buttons.scss */
.btn {
    color: #fff;
    -webkit-border-radius: 1px; /*2px*/
    -moz-border-radius: 1px; /*2px*/
    -ms-border-radius: 1px; /*2px*/
    -o-border-radius: 1px; /*2px*/
    border-radius: 1px; /*2px*/
    font-size: 11px;
    font-weight: 600;
    text-shadow: 0 -1px #6f6f6f;
}
    /* line 48, /home/andrei/core-admin-release/core-admin/source/stylesheets/buttons.scss */
    .btn:hover, .btn:active, .btn:focus {
        color: #fff;
    }
    /* line 52, /home/andrei/core-admin-release/core-admin/source/stylesheets/buttons.scss */
    .btn.btn-full {
        display: block;
    }
    /* line 56, /home/andrei/core-admin-release/core-admin/source/stylesheets/buttons.scss */
    .btn.btn-default {
        color: #686868;
        text-shadow: none;
    }
        /* line 60, /home/andrei/core-admin-release/core-admin/source/stylesheets/buttons.scss */
        .btn.btn-default:hover, .btn.btn-default:active {
            color: #505050;
        }
        /* line 64, /home/andrei/core-admin-release/core-admin/source/stylesheets/buttons.scss */
        .btn.btn-default .caret {
            border-top: 4px solid black;
        }
    /* line 69, /home/andrei/core-admin-release/core-admin/source/stylesheets/buttons.scss */
    .btn .caret {
        border-top: 4px solid white;
    }
    /* line 73, /home/andrei/core-admin-release/core-admin/source/stylesheets/buttons.scss */
    .btn.btn-large {
        font-size: 12px;
    }
    /* line 78, /home/andrei/core-admin-release/core-admin/source/stylesheets/buttons.scss */
    .btn.btn-default {
        border: 1px solid #d4d4d4;
        -webkit-box-shadow: inset 0 1px 2px white;
        -moz-box-shadow: inset 0 1px 2px white;
        box-shadow: inset 0 1px 2px white;
        background: #e9e9e9;
        background-image: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjUwJSIgeTE9IjAlIiB4Mj0iNTAlIiB5Mj0iMTAwJSI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ZkZmRmZCIvPjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iI2U5ZTllOSIvPjwvbGluZWFyR3JhZGllbnQ+PC9kZWZzPjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIGZpbGw9InVybCgjZ3JhZCkiIC8+PC9zdmc+IA==');
        background-size: 100%;
        background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #fdfdfd), color-stop(100%, #e9e9e9));
        background-image: -webkit-linear-gradient(top, #fdfdfd, #e9e9e9);
        background-image: -moz-linear-gradient(top, #fdfdfd, #e9e9e9);
        background-image: -o-linear-gradient(top, #fdfdfd, #e9e9e9);
        background-image: linear-gradient(top, #fdfdfd, #e9e9e9);
    }
        /* line 9, /home/andrei/core-admin-release/core-admin/source/stylesheets/buttons.scss */
        .btn.btn-default:hover {
            background: #e6e6e6;
            background-image: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjUwJSIgeTE9IjAlIiB4Mj0iNTAlIiB5Mj0iMTAwJSI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ZkZmRmZCIvPjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iI2U2ZTZlNiIvPjwvbGluZWFyR3JhZGllbnQ+PC9kZWZzPjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIGZpbGw9InVybCgjZ3JhZCkiIC8+PC9zdmc+IA==');
            background-size: 100%;
            background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #fdfdfd), color-stop(100%, #e6e6e6));
            background-image: -webkit-linear-gradient(top, #fdfdfd, #e6e6e6);
            background-image: -moz-linear-gradient(top, #fdfdfd, #e6e6e6);
            background-image: -o-linear-gradient(top, #fdfdfd, #e6e6e6);
            background-image: linear-gradient(top, #fdfdfd, #e6e6e6);
            -webkit-transition: box-shadow 0.05s ease-in-out;
            -moz-transition: box-shadow 0.05s ease-in-out;
            -o-transition: box-shadow 0.05s ease-in-out;
            transition: box-shadow 0.05s ease-in-out;
        }
        /* line 14, /home/andrei/core-admin-release/core-admin/source/stylesheets/buttons.scss */
        .btn.btn-default:active {
            background: #f3f3f3;
            border-color: #cfcfcf;
            -webkit-box-shadow: 0 0 5px #f3f3f3 inset;
            -moz-box-shadow: 0 0 5px #f3f3f3 inset;
            box-shadow: 0 0 5px #f3f3f3 inset;
        }
    /* line 78, /home/andrei/core-admin-release/core-admin/source/stylesheets/buttons.scss */
    .btn.btn-red {
        border: 1px solid #a54747;
        -webkit-box-shadow: inset 0 1px 2px #cd8b8b;
        -moz-box-shadow: inset 0 1px 2px #cd8b8b;
        box-shadow: inset 0 1px 2px #cd8b8b;
        background: #b95d5d;
        background-image: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjUwJSIgeTE9IjAlIiB4Mj0iNTAlIiB5Mj0iMTAwJSI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2M1Nzk3OSIvPjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iI2I5NWQ1ZCIvPjwvbGluZWFyR3JhZGllbnQ+PC9kZWZzPjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIGZpbGw9InVybCgjZ3JhZCkiIC8+PC9zdmc+IA==');
        background-size: 100%;
        background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #c57979), color-stop(100%, #b95d5d));
        background-image: -webkit-linear-gradient(top, #c57979, #b95d5d);
        background-image: -moz-linear-gradient(top, #c57979, #b95d5d);
        background-image: -o-linear-gradient(top, #c57979, #b95d5d);
        background-image: linear-gradient(top, #c57979, #b95d5d);
    }
        /* line 9, /home/andrei/core-admin-release/core-admin/source/stylesheets/buttons.scss */
        .btn.btn-red:hover {
            background: #b75959;
            background-image: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjUwJSIgeTE9IjAlIiB4Mj0iNTAlIiB5Mj0iMTAwJSI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2M1Nzk3OSIvPjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iI2I3NTk1OSIvPjwvbGluZWFyR3JhZGllbnQ+PC9kZWZzPjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIGZpbGw9InVybCgjZ3JhZCkiIC8+PC9zdmc+IA==');
            background-size: 100%;
            background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #c57979), color-stop(100%, #b75959));
            background-image: -webkit-linear-gradient(top, #c57979, #b75959);
            background-image: -moz-linear-gradient(top, #c57979, #b75959);
            background-image: -o-linear-gradient(top, #c57979, #b75959);
            background-image: linear-gradient(top, #c57979, #b75959);
            -webkit-transition: box-shadow 0.05s ease-in-out;
            -moz-transition: box-shadow 0.05s ease-in-out;
            -o-transition: box-shadow 0.05s ease-in-out;
            transition: box-shadow 0.05s ease-in-out;
        }
        /* line 14, /home/andrei/core-admin-release/core-admin/source/stylesheets/buttons.scss */
        .btn.btn-red:active {
            background: #bf6b6b;
            border-color: #9e4444;
            -webkit-box-shadow: 0 0 5px #bf6b6b inset;
            -moz-box-shadow: 0 0 5px #bf6b6b inset;
            box-shadow: 0 0 5px #bf6b6b inset;
        }
    /* line 78, /home/andrei/core-admin-release/core-admin/source/stylesheets/buttons.scss */
    .btn.btn-green {
        border: 1px solid #6d963b;
        -webkit-box-shadow: inset 0 1px 2px #a2c873;
        -moz-box-shadow: inset 0 1px 2px #a2c873;
        box-shadow: inset 0 1px 2px #a2c873;
        background: #82b346;
        background-image: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjUwJSIgeTE9IjAlIiB4Mj0iNTAlIiB5Mj0iMTAwJSI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzk2YzE2MSIvPjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iIzgyYjM0NiIvPjwvbGluZWFyR3JhZGllbnQ+PC9kZWZzPjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIGZpbGw9InVybCgjZ3JhZCkiIC8+PC9zdmc+IA==');
        background-size: 100%;
        background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #96c161), color-stop(100%, #82b346));
        background-image: -webkit-linear-gradient(top, #96c161, #82b346);
        background-image: -moz-linear-gradient(top, #96c161, #82b346);
        background-image: -o-linear-gradient(top, #96c161, #82b346);
        background-image: linear-gradient(top, #96c161, #82b346);
    }
        /* line 9, /home/andrei/core-admin-release/core-admin/source/stylesheets/buttons.scss */
        .btn.btn-green:hover {
            background: #80af45;
            background-image: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjUwJSIgeTE9IjAlIiB4Mj0iNTAlIiB5Mj0iMTAwJSI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzk2YzE2MSIvPjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iIzgwYWY0NSIvPjwvbGluZWFyR3JhZGllbnQ+PC9kZWZzPjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIGZpbGw9InVybCgjZ3JhZCkiIC8+PC9zdmc+IA==');
            background-size: 100%;
            background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #96c161), color-stop(100%, #80af45));
            background-image: -webkit-linear-gradient(top, #96c161, #80af45);
            background-image: -moz-linear-gradient(top, #96c161, #80af45);
            background-image: -o-linear-gradient(top, #96c161, #80af45);
            background-image: linear-gradient(top, #96c161, #80af45);
            -webkit-transition: box-shadow 0.05s ease-in-out;
            -moz-transition: box-shadow 0.05s ease-in-out;
            -o-transition: box-shadow 0.05s ease-in-out;
            transition: box-shadow 0.05s ease-in-out;
        }
        /* line 14, /home/andrei/core-admin-release/core-admin/source/stylesheets/buttons.scss */
        .btn.btn-green:active {
            background: #8cbb52;
            border-color: #688e38;
            -webkit-box-shadow: 0 0 5px #8cbb52 inset;
            -moz-box-shadow: 0 0 5px #8cbb52 inset;
            box-shadow: 0 0 5px #8cbb52 inset;
        }
    /* line 78, /home/andrei/core-admin-release/core-admin/source/stylesheets/buttons.scss */
    .btn.btn-blue {
        border: 1px solid #337ca1;
        -webkit-box-shadow: inset 0 1px 2px #6eb0d1;
        -moz-box-shadow: inset 0 1px 2px #6eb0d1;
        box-shadow: inset 0 1px 2px #6eb0d1;
        background: #3d94c0;
        background-image: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjUwJSIgeTE9IjAlIiB4Mj0iNTAlIiB5Mj0iMTAwJSI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzViYTVjYiIvPjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iIzNkOTRjMCIvPjwvbGluZWFyR3JhZGllbnQ+PC9kZWZzPjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIGZpbGw9InVybCgjZ3JhZCkiIC8+PC9zdmc+IA==');
        background-size: 100%;
        background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #5ba5cb), color-stop(100%, #3d94c0));
        background-image: -webkit-linear-gradient(top, #5ba5cb, #3d94c0);
        background-image: -moz-linear-gradient(top, #5ba5cb, #3d94c0);
        background-image: -o-linear-gradient(top, #5ba5cb, #3d94c0);
        background-image: linear-gradient(top, #5ba5cb, #3d94c0);
    }
        /* line 9, /home/andrei/core-admin-release/core-admin/source/stylesheets/buttons.scss */
        .btn.btn-blue:hover {
            background: #3c91bc;
            background-image: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjUwJSIgeTE9IjAlIiB4Mj0iNTAlIiB5Mj0iMTAwJSI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzViYTVjYiIvPjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iIzNjOTFiYyIvPjwvbGluZWFyR3JhZGllbnQ+PC9kZWZzPjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIGZpbGw9InVybCgjZ3JhZCkiIC8+PC9zdmc+IA==');
            background-size: 100%;
            background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #5ba5cb), color-stop(100%, #3c91bc));
            background-image: -webkit-linear-gradient(top, #5ba5cb, #3c91bc);
            background-image: -moz-linear-gradient(top, #5ba5cb, #3c91bc);
            background-image: -o-linear-gradient(top, #5ba5cb, #3c91bc);
            background-image: linear-gradient(top, #5ba5cb, #3c91bc);
            -webkit-transition: box-shadow 0.05s ease-in-out;
            -moz-transition: box-shadow 0.05s ease-in-out;
            -o-transition: box-shadow 0.05s ease-in-out;
            transition: box-shadow 0.05s ease-in-out;
        }
        /* line 14, /home/andrei/core-admin-release/core-admin/source/stylesheets/buttons.scss */
        .btn.btn-blue:active {
            background: #4c9dc6;
            border-color: #31769a;
            -webkit-box-shadow: 0 0 5px #4c9dc6 inset;
            -moz-box-shadow: 0 0 5px #4c9dc6 inset;
            box-shadow: 0 0 5px #4c9dc6 inset;
        }
    /* line 78, /home/andrei/core-admin-release/core-admin/source/stylesheets/buttons.scss */
    .btn.btn-gray {
        border: 1px solid #626e7f;
        -webkit-box-shadow: inset 0 1px 2px #9aa4b1;
        -moz-box-shadow: inset 0 1px 2px #9aa4b1;
        box-shadow: inset 0 1px 2px #9aa4b1;
        background: #758294;
        background-image: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjUwJSIgeTE9IjAlIiB4Mj0iNTAlIiB5Mj0iMTAwJSI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzhjOTdhNiIvPjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iIzc1ODI5NCIvPjwvbGluZWFyR3JhZGllbnQ+PC9kZWZzPjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIGZpbGw9InVybCgjZ3JhZCkiIC8+PC9zdmc+IA==');
        background-size: 100%;
        background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #8c97a6), color-stop(100%, #758294));
        background-image: -webkit-linear-gradient(top, #8c97a6, #758294);
        background-image: -moz-linear-gradient(top, #8c97a6, #758294);
        background-image: -o-linear-gradient(top, #8c97a6, #758294);
        background-image: linear-gradient(top, #8c97a6, #758294);
    }
        /* line 9, /home/andrei/core-admin-release/core-admin/source/stylesheets/buttons.scss */
        .btn.btn-gray:hover {
            background: #728092;
            background-image: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjUwJSIgeTE9IjAlIiB4Mj0iNTAlIiB5Mj0iMTAwJSI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzhjOTdhNiIvPjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iIzcyODA5MiIvPjwvbGluZWFyR3JhZGllbnQ+PC9kZWZzPjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIGZpbGw9InVybCgjZ3JhZCkiIC8+PC9zdmc+IA==');
            background-size: 100%;
            background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #8c97a6), color-stop(100%, #728092));
            background-image: -webkit-linear-gradient(top, #8c97a6, #728092);
            background-image: -moz-linear-gradient(top, #8c97a6, #728092);
            background-image: -o-linear-gradient(top, #8c97a6, #728092);
            background-image: linear-gradient(top, #8c97a6, #728092);
            -webkit-transition: box-shadow 0.05s ease-in-out;
            -moz-transition: box-shadow 0.05s ease-in-out;
            -o-transition: box-shadow 0.05s ease-in-out;
            transition: box-shadow 0.05s ease-in-out;
        }
        /* line 14, /home/andrei/core-admin-release/core-admin/source/stylesheets/buttons.scss */
        .btn.btn-gray:active {
            background: #818d9d;
            border-color: #5d6979;
            -webkit-box-shadow: 0 0 5px #818d9d inset;
            -moz-box-shadow: 0 0 5px #818d9d inset;
            box-shadow: 0 0 5px #818d9d inset;
        }
    /* line 78, /home/andrei/core-admin-release/core-admin/source/stylesheets/buttons.scss */
    .btn.btn-black {
        border: 1px solid #5a5a5a;
        -webkit-box-shadow: inset 0 1px 2px #909090;
        -moz-box-shadow: inset 0 1px 2px #909090;
        box-shadow: inset 0 1px 2px #909090;
        background: #6f6f6f;
        background-image: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjUwJSIgeTE9IjAlIiB4Mj0iNTAlIiB5Mj0iMTAwJSI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzgzODM4MyIvPjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iIzZmNmY2ZiIvPjwvbGluZWFyR3JhZGllbnQ+PC9kZWZzPjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIGZpbGw9InVybCgjZ3JhZCkiIC8+PC9zdmc+IA==');
        background-size: 100%;
        background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #838383), color-stop(100%, #6f6f6f));
        background-image: -webkit-linear-gradient(top, #838383, #6f6f6f);
        background-image: -moz-linear-gradient(top, #838383, #6f6f6f);
        background-image: -o-linear-gradient(top, #838383, #6f6f6f);
        background-image: linear-gradient(top, #838383, #6f6f6f);
    }
        /* line 9, /home/andrei/core-admin-release/core-admin/source/stylesheets/buttons.scss */
        .btn.btn-black:hover {
            background: #6c6c6c;
            background-image: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjUwJSIgeTE9IjAlIiB4Mj0iNTAlIiB5Mj0iMTAwJSI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzgzODM4MyIvPjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iIzZjNmM2YyIvPjwvbGluZWFyR3JhZGllbnQ+PC9kZWZzPjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIGZpbGw9InVybCgjZ3JhZCkiIC8+PC9zdmc+IA==');
            background-size: 100%;
            background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #838383), color-stop(100%, #6c6c6c));
            background-image: -webkit-linear-gradient(top, #838383, #6c6c6c);
            background-image: -moz-linear-gradient(top, #838383, #6c6c6c);
            background-image: -o-linear-gradient(top, #838383, #6c6c6c);
            background-image: linear-gradient(top, #838383, #6c6c6c);
            -webkit-transition: box-shadow 0.05s ease-in-out;
            -moz-transition: box-shadow 0.05s ease-in-out;
            -o-transition: box-shadow 0.05s ease-in-out;
            transition: box-shadow 0.05s ease-in-out;
        }
        /* line 14, /home/andrei/core-admin-release/core-admin/source/stylesheets/buttons.scss */
        .btn.btn-black:active {
            background: #797979;
            border-color: #555555;
            -webkit-box-shadow: 0 0 5px #797979 inset;
            -moz-box-shadow: 0 0 5px #797979 inset;
            box-shadow: 0 0 5px #797979 inset;
        }
    /* line 78, /home/andrei/core-admin-release/core-admin/source/stylesheets/buttons.scss */
    .btn.btn-lightblue {
        border: 1px solid #3692bb;
        -webkit-box-shadow: inset 0 1px 2px #81bfdb;
        -moz-box-shadow: inset 0 1px 2px #81bfdb;
        box-shadow: inset 0 1px 2px #81bfdb;
        background: #4da5cc;
        background-image: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjUwJSIgeTE9IjAlIiB4Mj0iNTAlIiB5Mj0iMTAwJSI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzZkYjVkNSIvPjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iIzRkYTVjYyIvPjwvbGluZWFyR3JhZGllbnQ+PC9kZWZzPjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIGZpbGw9InVybCgjZ3JhZCkiIC8+PC9zdmc+IA==');
        background-size: 100%;
        background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #6db5d5), color-stop(100%, #4da5cc));
        background-image: -webkit-linear-gradient(top, #6db5d5, #4da5cc);
        background-image: -moz-linear-gradient(top, #6db5d5, #4da5cc);
        background-image: -o-linear-gradient(top, #6db5d5, #4da5cc);
        background-image: linear-gradient(top, #6db5d5, #4da5cc);
    }
        /* line 9, /home/andrei/core-admin-release/core-admin/source/stylesheets/buttons.scss */
        .btn.btn-lightblue:hover {
            background: #49a3cb;
            background-image: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjUwJSIgeTE9IjAlIiB4Mj0iNTAlIiB5Mj0iMTAwJSI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzZkYjVkNSIvPjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iIzQ5YTNjYiIvPjwvbGluZWFyR3JhZGllbnQ+PC9kZWZzPjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIGZpbGw9InVybCgjZ3JhZCkiIC8+PC9zdmc+IA==');
            background-size: 100%;
            background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #6db5d5), color-stop(100%, #49a3cb));
            background-image: -webkit-linear-gradient(top, #6db5d5, #49a3cb);
            background-image: -moz-linear-gradient(top, #6db5d5, #49a3cb);
            background-image: -o-linear-gradient(top, #6db5d5, #49a3cb);
            background-image: linear-gradient(top, #6db5d5, #49a3cb);
            -webkit-transition: box-shadow 0.05s ease-in-out;
            -moz-transition: box-shadow 0.05s ease-in-out;
            -o-transition: box-shadow 0.05s ease-in-out;
            transition: box-shadow 0.05s ease-in-out;
        }
        /* line 14, /home/andrei/core-admin-release/core-admin/source/stylesheets/buttons.scss */
        .btn.btn-lightblue:active {
            background: #5dadd0;
            border-color: #338cb3;
            -webkit-box-shadow: 0 0 5px #5dadd0 inset;
            -moz-box-shadow: 0 0 5px #5dadd0 inset;
            box-shadow: 0 0 5px #5dadd0 inset;
        }
    /* line 78, /home/andrei/core-admin-release/core-admin/source/stylesheets/buttons.scss */
    .btn.btn-gold {
        border: 1px solid #a87a27;
        -webkit-box-shadow: inset 0 1px 2px #daaf61;
        -moz-box-shadow: inset 0 1px 2px #daaf61;
        box-shadow: inset 0 1px 2px #daaf61;
        background: #c9922f;
        background-image: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjUwJSIgeTE9IjAlIiB4Mj0iNTAlIiB5Mj0iMTAwJSI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2Q1YTQ0YyIvPjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iI2M5OTIyZiIvPjwvbGluZWFyR3JhZGllbnQ+PC9kZWZzPjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIGZpbGw9InVybCgjZ3JhZCkiIC8+PC9zdmc+IA==');
        background-size: 100%;
        background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #d5a44c), color-stop(100%, #c9922f));
        background-image: -webkit-linear-gradient(top, #d5a44c, #c9922f);
        background-image: -moz-linear-gradient(top, #d5a44c, #c9922f);
        background-image: -o-linear-gradient(top, #d5a44c, #c9922f);
        background-image: linear-gradient(top, #d5a44c, #c9922f);
    }
        /* line 9, /home/andrei/core-admin-release/core-admin/source/stylesheets/buttons.scss */
        .btn.btn-gold:hover {
            background: #c58f2e;
            background-image: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjUwJSIgeTE9IjAlIiB4Mj0iNTAlIiB5Mj0iMTAwJSI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2Q1YTQ0YyIvPjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iI2M1OGYyZSIvPjwvbGluZWFyR3JhZGllbnQ+PC9kZWZzPjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIGZpbGw9InVybCgjZ3JhZCkiIC8+PC9zdmc+IA==');
            background-size: 100%;
            background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #d5a44c), color-stop(100%, #c58f2e));
            background-image: -webkit-linear-gradient(top, #d5a44c, #c58f2e);
            background-image: -moz-linear-gradient(top, #d5a44c, #c58f2e);
            background-image: -o-linear-gradient(top, #d5a44c, #c58f2e);
            background-image: linear-gradient(top, #d5a44c, #c58f2e);
            -webkit-transition: box-shadow 0.05s ease-in-out;
            -moz-transition: box-shadow 0.05s ease-in-out;
            -o-transition: box-shadow 0.05s ease-in-out;
            transition: box-shadow 0.05s ease-in-out;
        }
        /* line 14, /home/andrei/core-admin-release/core-admin/source/stylesheets/buttons.scss */
        .btn.btn-gold:active {
            background: #d19c3b;
            border-color: #a07425;
            -webkit-box-shadow: 0 0 5px #d19c3b inset;
            -moz-box-shadow: 0 0 5px #d19c3b inset;
            box-shadow: 0 0 5px #d19c3b inset;
        }
    /* line 78, /home/andrei/core-admin-release/core-admin/source/stylesheets/buttons.scss */
    .btn.btn-sea {
        border: 1px solid #39534f;
        -webkit-box-shadow: inset 0 1px 2px #64928d;
        -moz-box-shadow: inset 0 1px 2px #64928d;
        box-shadow: inset 0 1px 2px #64928d;
        background: #496b67;
        background-image: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjUwJSIgeTE9IjAlIiB4Mj0iNTAlIiB5Mj0iMTAwJSI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzVhODM3ZSIvPjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iIzQ5NmI2NyIvPjwvbGluZWFyR3JhZGllbnQ+PC9kZWZzPjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIGZpbGw9InVybCgjZ3JhZCkiIC8+PC9zdmc+IA==');
        background-size: 100%;
        background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #5a837e), color-stop(100%, #496b67));
        background-image: -webkit-linear-gradient(top, #5a837e, #496b67);
        background-image: -moz-linear-gradient(top, #5a837e, #496b67);
        background-image: -o-linear-gradient(top, #5a837e, #496b67);
        background-image: linear-gradient(top, #5a837e, #496b67);
    }
        /* line 9, /home/andrei/core-admin-release/core-admin/source/stylesheets/buttons.scss */
        .btn.btn-sea:hover {
            background: #476864;
            background-image: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjUwJSIgeTE9IjAlIiB4Mj0iNTAlIiB5Mj0iMTAwJSI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzVhODM3ZSIvPjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iIzQ3Njg2NCIvPjwvbGluZWFyR3JhZGllbnQ+PC9kZWZzPjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIGZpbGw9InVybCgjZ3JhZCkiIC8+PC9zdmc+IA==');
            background-size: 100%;
            background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #5a837e), color-stop(100%, #476864));
            background-image: -webkit-linear-gradient(top, #5a837e, #476864);
            background-image: -moz-linear-gradient(top, #5a837e, #476864);
            background-image: -o-linear-gradient(top, #5a837e, #476864);
            background-image: linear-gradient(top, #5a837e, #476864);
            -webkit-transition: box-shadow 0.05s ease-in-out;
            -moz-transition: box-shadow 0.05s ease-in-out;
            -o-transition: box-shadow 0.05s ease-in-out;
            transition: box-shadow 0.05s ease-in-out;
        }
        /* line 14, /home/andrei/core-admin-release/core-admin/source/stylesheets/buttons.scss */
        .btn.btn-sea:active {
            background: #527772;
            border-color: #354d4a;
            -webkit-box-shadow: 0 0 5px #527772 inset;
            -moz-box-shadow: 0 0 5px #527772 inset;
            box-shadow: 0 0 5px #527772 inset;
        }
    /* line 78, /home/andrei/core-admin-release/core-admin/source/stylesheets/buttons.scss */
    .btn.btn-brown {
        border: 1px solid #856733;
        -webkit-box-shadow: inset 0 1px 2px #c29e61;
        -moz-box-shadow: inset 0 1px 2px #c29e61;
        box-shadow: inset 0 1px 2px #c29e61;
        background: #a27e3f;
        background-image: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjUwJSIgeTE9IjAlIiB4Mj0iNTAlIiB5Mj0iMTAwJSI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2JiOTM0ZiIvPjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iI2EyN2UzZiIvPjwvbGluZWFyR3JhZGllbnQ+PC9kZWZzPjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIGZpbGw9InVybCgjZ3JhZCkiIC8+PC9zdmc+IA==');
        background-size: 100%;
        background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #bb934f), color-stop(100%, #a27e3f));
        background-image: -webkit-linear-gradient(top, #bb934f, #a27e3f);
        background-image: -moz-linear-gradient(top, #bb934f, #a27e3f);
        background-image: -o-linear-gradient(top, #bb934f, #a27e3f);
        background-image: linear-gradient(top, #bb934f, #a27e3f);
    }
        /* line 9, /home/andrei/core-admin-release/core-admin/source/stylesheets/buttons.scss */
        .btn.btn-brown:hover {
            background: #9f7b3d;
            background-image: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjUwJSIgeTE9IjAlIiB4Mj0iNTAlIiB5Mj0iMTAwJSI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2JiOTM0ZiIvPjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iIzlmN2IzZCIvPjwvbGluZWFyR3JhZGllbnQ+PC9kZWZzPjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIGZpbGw9InVybCgjZ3JhZCkiIC8+PC9zdmc+IA==');
            background-size: 100%;
            background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #bb934f), color-stop(100%, #9f7b3d));
            background-image: -webkit-linear-gradient(top, #bb934f, #9f7b3d);
            background-image: -moz-linear-gradient(top, #bb934f, #9f7b3d);
            background-image: -o-linear-gradient(top, #bb934f, #9f7b3d);
            background-image: linear-gradient(top, #bb934f, #9f7b3d);
            -webkit-transition: box-shadow 0.05s ease-in-out;
            -moz-transition: box-shadow 0.05s ease-in-out;
            -o-transition: box-shadow 0.05s ease-in-out;
            transition: box-shadow 0.05s ease-in-out;
        }
        /* line 14, /home/andrei/core-admin-release/core-admin/source/stylesheets/buttons.scss */
        .btn.btn-brown:active {
            background: #b18944;
            border-color: #7e6131;
            -webkit-box-shadow: 0 0 5px #b18944 inset;
            -moz-box-shadow: 0 0 5px #b18944 inset;
            box-shadow: 0 0 5px #b18944 inset;
        }
    /* line 78, /home/andrei/core-admin-release/core-admin/source/stylesheets/buttons.scss */
    .btn.btn-twitter {
        border: 1px solid #2189ff;
        -webkit-box-shadow: inset 0 1px 2px #8dc2ff;
        -moz-box-shadow: inset 0 1px 2px #8dc2ff;
        box-shadow: inset 0 1px 2px #8dc2ff;
        background: #4a9eff;
        background-image: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjUwJSIgeTE9IjAlIiB4Mj0iNTAlIiB5Mj0iMTAwJSI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzczYjRmZiIvPjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iIzRhOWVmZiIvPjwvbGluZWFyR3JhZGllbnQ+PC9kZWZzPjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIGZpbGw9InVybCgjZ3JhZCkiIC8+PC9zdmc+IA==');
        background-size: 100%;
        background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #73b4ff), color-stop(100%, #4a9eff));
        background-image: -webkit-linear-gradient(top, #73b4ff, #4a9eff);
        background-image: -moz-linear-gradient(top, #73b4ff, #4a9eff);
        background-image: -o-linear-gradient(top, #73b4ff, #4a9eff);
        background-image: linear-gradient(top, #73b4ff, #4a9eff);
    }
        /* line 9, /home/andrei/core-admin-release/core-admin/source/stylesheets/buttons.scss */
        .btn.btn-twitter:hover {
            background: #459cff;
            background-image: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjUwJSIgeTE9IjAlIiB4Mj0iNTAlIiB5Mj0iMTAwJSI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzczYjRmZiIvPjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iIzQ1OWNmZiIvPjwvbGluZWFyR3JhZGllbnQ+PC9kZWZzPjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIGZpbGw9InVybCgjZ3JhZCkiIC8+PC9zdmc+IA==');
            background-size: 100%;
            background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #73b4ff), color-stop(100%, #459cff));
            background-image: -webkit-linear-gradient(top, #73b4ff, #459cff);
            background-image: -moz-linear-gradient(top, #73b4ff, #459cff);
            background-image: -o-linear-gradient(top, #73b4ff, #459cff);
            background-image: linear-gradient(top, #73b4ff, #459cff);
            -webkit-transition: box-shadow 0.05s ease-in-out;
            -moz-transition: box-shadow 0.05s ease-in-out;
            -o-transition: box-shadow 0.05s ease-in-out;
            transition: box-shadow 0.05s ease-in-out;
        }
        /* line 14, /home/andrei/core-admin-release/core-admin/source/stylesheets/buttons.scss */
        .btn.btn-twitter:active {
            background: #5fa9ff;
            border-color: #1783ff;
            -webkit-box-shadow: 0 0 5px #5fa9ff inset;
            -moz-box-shadow: 0 0 5px #5fa9ff inset;
            box-shadow: 0 0 5px #5fa9ff inset;
        }
    /* line 78, /home/andrei/core-admin-release/core-admin/source/stylesheets/buttons.scss */
    .btn.btn-facebook {
        border: 1px solid #2d4479;
        -webkit-box-shadow: inset 0 1px 2px #5272bf;
        -moz-box-shadow: inset 0 1px 2px #5272bf;
        box-shadow: inset 0 1px 2px #5272bf;
        background: #385496;
        background-image: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjUwJSIgeTE9IjAlIiB4Mj0iNTAlIiB5Mj0iMTAwJSI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzQzNjViNCIvPjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iIzM4NTQ5NiIvPjwvbGluZWFyR3JhZGllbnQ+PC9kZWZzPjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIGZpbGw9InVybCgjZ3JhZCkiIC8+PC9zdmc+IA==');
        background-size: 100%;
        background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #4365b4), color-stop(100%, #385496));
        background-image: -webkit-linear-gradient(top, #4365b4, #385496);
        background-image: -moz-linear-gradient(top, #4365b4, #385496);
        background-image: -o-linear-gradient(top, #4365b4, #385496);
        background-image: linear-gradient(top, #4365b4, #385496);
    }
        /* line 9, /home/andrei/core-admin-release/core-admin/source/stylesheets/buttons.scss */
        .btn.btn-facebook:hover {
            background: #365293;
            background-image: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjUwJSIgeTE9IjAlIiB4Mj0iNTAlIiB5Mj0iMTAwJSI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzQzNjViNCIvPjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iIzM2NTI5MyIvPjwvbGluZWFyR3JhZGllbnQ+PC9kZWZzPjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIGZpbGw9InVybCgjZ3JhZCkiIC8+PC9zdmc+IA==');
            background-size: 100%;
            background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #4365b4), color-stop(100%, #365293));
            background-image: -webkit-linear-gradient(top, #4365b4, #365293);
            background-image: -moz-linear-gradient(top, #4365b4, #365293);
            background-image: -o-linear-gradient(top, #4365b4, #365293);
            background-image: linear-gradient(top, #4365b4, #365293);
            -webkit-transition: box-shadow 0.05s ease-in-out;
            -moz-transition: box-shadow 0.05s ease-in-out;
            -o-transition: box-shadow 0.05s ease-in-out;
            transition: box-shadow 0.05s ease-in-out;
        }
        /* line 14, /home/andrei/core-admin-release/core-admin/source/stylesheets/buttons.scss */
        .btn.btn-facebook:active {
            background: #3d5ca5;
            border-color: #2a3f71;
            -webkit-box-shadow: 0 0 5px #3d5ca5 inset;
            -moz-box-shadow: 0 0 5px #3d5ca5 inset;
            box-shadow: 0 0 5px #3d5ca5 inset;
        }

/* line 85, /home/andrei/core-admin-release/core-admin/source/stylesheets/buttons.scss */
.btn-group.open .btn.btn-default.dropdown-toggle {
    background-color: #fdfdfd;
}

/* line 85, /home/andrei/core-admin-release/core-admin/source/stylesheets/buttons.scss */
.btn-group.open .btn.btn-red.dropdown-toggle {
    background-color: #c57979;
}

/* line 85, /home/andrei/core-admin-release/core-admin/source/stylesheets/buttons.scss */
.btn-group.open .btn.btn-green.dropdown-toggle {
    background-color: #96c161;
}

/* line 85, /home/andrei/core-admin-release/core-admin/source/stylesheets/buttons.scss */
.btn-group.open .btn.btn-blue.dropdown-toggle {
    background-color: #5ba5cb;
}

/* line 85, /home/andrei/core-admin-release/core-admin/source/stylesheets/buttons.scss */
.btn-group.open .btn.btn-gray.dropdown-toggle {
    background-color: #8c97a6;
}

/* line 85, /home/andrei/core-admin-release/core-admin/source/stylesheets/buttons.scss */
.btn-group.open .btn.btn-black.dropdown-toggle {
    background-color: #838383;
}

/* line 85, /home/andrei/core-admin-release/core-admin/source/stylesheets/buttons.scss */
.btn-group.open .btn.btn-lightblue.dropdown-toggle {
    background-color: #6db5d5;
}

/* line 85, /home/andrei/core-admin-release/core-admin/source/stylesheets/buttons.scss */
.btn-group.open .btn.btn-gold.dropdown-toggle {
    background-color: #d5a44c;
}

/* line 85, /home/andrei/core-admin-release/core-admin/source/stylesheets/buttons.scss */
.btn-group.open .btn.btn-sea.dropdown-toggle {
    background-color: #5a837e;
}

/* line 85, /home/andrei/core-admin-release/core-admin/source/stylesheets/buttons.scss */
.btn-group.open .btn.btn-brown.dropdown-toggle {
    background-color: #bb934f;
}

/* line 85, /home/andrei/core-admin-release/core-admin/source/stylesheets/buttons.scss */
.btn-group.open .btn.btn-twitter.dropdown-toggle {
    background-color: #73b4ff;
}

/* line 85, /home/andrei/core-admin-release/core-admin/source/stylesheets/buttons.scss */
.btn-group.open .btn.btn-facebook.dropdown-toggle {
    background-color: #4365b4;
}

/* line 90, /home/andrei/core-admin-release/core-admin/source/stylesheets/buttons.scss */
.btn-group.btn.btn-large {
    padding: 8px 10px;
}

/* line 94, /home/andrei/core-admin-release/core-admin/source/stylesheets/buttons.scss */
button.btn {
    font-weight: bold;
}

/* line 98, /home/andrei/core-admin-release/core-admin/source/stylesheets/buttons.scss */
.btn-group > .btn, .btn-group > .dropdown-menu {
    font-size: 12px;
}

/* line 102, /home/andrei/core-admin-release/core-admin/source/stylesheets/buttons.scss */
.caret {
    opacity: 0.6;
}

/* line 107, /home/andrei/core-admin-release/core-admin/source/stylesheets/buttons.scss */
.btn-mini .caret, .btn-small .caret, .btn-large .caret {
    margin-top: 8px;
    margin-left: 4px;
}

/* line 112, /home/andrei/core-admin-release/core-admin/source/stylesheets/buttons.scss */
.dropdown-menu .divider {
    border-top: none !important;
}

/* line 117, /home/andrei/core-admin-release/core-admin/source/stylesheets/buttons.scss */
.btn i {
    vertical-align: middle;
}

/* line 126, /home/andrei/core-admin-release/core-admin/source/stylesheets/buttons.scss */
.btn-group > .btn:first-child {
    margin-left: 0;
    -moz-border-radius-topleft: 2px;
    -webkit-border-top-left-radius: 2px;
    border-top-left-radius: 2px;
    -moz-border-radius-bottomleft: 2px;
    -webkit-border-bottom-left-radius: 2px;
    border-bottom-left-radius: 2px;
}

/* line 133, /home/andrei/core-admin-release/core-admin/source/stylesheets/buttons.scss */
.btn-group > .btn:last-child,
.btn-group > .dropdown-toggle {
    -moz-border-radius-topright: 2px;
    -webkit-border-top-right-radius: 2px;
    border-top-right-radius: 2px;
    -moz-border-radius-bottomright: 2px;
    -webkit-border-bottom-right-radius: 2px;
    border-bottom-right-radius: 2px;
}

/* line 138, /home/andrei/core-admin-release/core-admin/source/stylesheets/buttons.scss */
.btn-group > .btn.large:first-child {
    -moz-border-radius-topleft: 2px;
    -webkit-border-top-left-radius: 2px;
    border-top-left-radius: 2px;
    -moz-border-radius-bottomleft: 2px;
    -webkit-border-bottom-left-radius: 2px;
    border-bottom-left-radius: 2px;
}

/* line 143, /home/andrei/core-admin-release/core-admin/source/stylesheets/buttons.scss */
.btn-group > .btn.large:last-child,
.btn-group > .large.dropdown-toggle {
    -moz-border-radius-topright: 2px;
    -webkit-border-top-right-radius: 2px;
    border-top-right-radius: 2px;
    -moz-border-radius-bottomright: 2px;
    -webkit-border-bottom-right-radius: 2px;
    border-bottom-right-radius: 2px;
}
/* line 21, /home/andrei/core-admin-release/core-admin/source/stylesheets/action_nav.scss */
.action-nav-normal .action-nav-button.btn-default a, .action-nav-normal .action-nav-button.btn-red a, .action-nav-normal .action-nav-button.btn-green a, .action-nav-normal .action-nav-button.btn-blue a, .action-nav-normal .action-nav-button.btn-gray a, .action-nav-normal .action-nav-button.btn-black a, .action-nav-normal .action-nav-button.btn-lightblue a, .action-nav-normal .action-nav-button.btn-gold a, .action-nav-normal .action-nav-button.btn-sea a, .action-nav-normal .action-nav-button.btn-brown a, .action-nav-normal .action-nav-button.btn-twitter a, .action-nav-normal .action-nav-button.btn-facebook a {
    color: #fff;
    text-shadow: 0 1px rgba(51, 51, 51, 0.5);
}
    /* line 25, /home/andrei/core-admin-release/core-admin/source/stylesheets/action_nav.scss */
    .action-nav-normal .action-nav-button.btn-default a i, .action-nav-normal .action-nav-button.btn-red a i, .action-nav-normal .action-nav-button.btn-green a i, .action-nav-normal .action-nav-button.btn-blue a i, .action-nav-normal .action-nav-button.btn-gray a i, .action-nav-normal .action-nav-button.btn-black a i, .action-nav-normal .action-nav-button.btn-lightblue a i, .action-nav-normal .action-nav-button.btn-gold a i, .action-nav-normal .action-nav-button.btn-sea a i, .action-nav-normal .action-nav-button.btn-brown a i, .action-nav-normal .action-nav-button.btn-twitter a i, .action-nav-normal .action-nav-button.btn-facebook a i {
        color: #fff;
        text-shadow: 0 1px rgba(51, 51, 51, 0.5);
    }
    /* line 30, /home/andrei/core-admin-release/core-admin/source/stylesheets/action_nav.scss */
    .action-nav-normal .action-nav-button.btn-default a:active, .action-nav-normal .action-nav-button.btn-red a:active, .action-nav-normal .action-nav-button.btn-green a:active, .action-nav-normal .action-nav-button.btn-blue a:active, .action-nav-normal .action-nav-button.btn-gray a:active, .action-nav-normal .action-nav-button.btn-black a:active, .action-nav-normal .action-nav-button.btn-lightblue a:active, .action-nav-normal .action-nav-button.btn-gold a:active, .action-nav-normal .action-nav-button.btn-sea a:active, .action-nav-normal .action-nav-button.btn-brown a:active, .action-nav-normal .action-nav-button.btn-twitter a:active, .action-nav-normal .action-nav-button.btn-facebook a:active {
        -webkit-box-shadow: 0 0 2px #707070 inset, 0 1px 0 white;
        -moz-box-shadow: 0 0 2px #707070 inset, 0 1px 0 white;
        box-shadow: 0 0 2px #707070 inset, 0 1px 0 white;
    }

/* line 36, /home/andrei/core-admin-release/core-admin/source/stylesheets/action_nav.scss */
.action-nav-normal {
    text-align: center;
}
    /* line 39, /home/andrei/core-admin-release/core-admin/source/stylesheets/action_nav.scss */
    .action-nav-normal.rounded .action-nav-button {
        margin-left: 10px;
        margin-right: 10px;
    }
        /* line 44, /home/andrei/core-admin-release/core-admin/source/stylesheets/action_nav.scss */
        .action-nav-normal.rounded .action-nav-button a {
            -webkit-border-radius: 50%;
            -moz-border-radius: 50%;
            -ms-border-radius: 50%;
            -o-border-radius: 50%;
            border-radius: 50%;
            padding: 16px;
            min-width: auto;
        }
            /* line 49, /home/andrei/core-admin-release/core-admin/source/stylesheets/action_nav.scss */
            .action-nav-normal.rounded .action-nav-button a i {
                height: 40px;
                line-height: 40px;
            }
    /* line 60, /home/andrei/core-admin-release/core-admin/source/stylesheets/action_nav.scss */
    .action-nav-normal .action-nav-button {
        margin-bottom: 15px;
        position: relative;
        display: inline-block;
        text-align: center;
    }
        /* line 67, /home/andrei/core-admin-release/core-admin/source/stylesheets/action_nav.scss */
        .action-nav-normal .action-nav-button a {
            -webkit-border-radius: 4px;
            -moz-border-radius: 4px;
            -ms-border-radius: 4px;
            -o-border-radius: 4px;
            border-radius: 4px;
            background: #ececec;
            background-image: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjUwJSIgeTE9IjAlIiB4Mj0iNTAlIiB5Mj0iMTAwJSI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ZhZmFmYSIvPjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iI2VjZWNlYyIvPjwvbGluZWFyR3JhZGllbnQ+PC9kZWZzPjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIGZpbGw9InVybCgjZ3JhZCkiIC8+PC9zdmc+IA==');
            background-size: 100%;
            background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #fafafa), color-stop(100%, #ececec));
            background-image: -webkit-linear-gradient(top, #fafafa, #ececec);
            background-image: -moz-linear-gradient(top, #fafafa, #ececec);
            background-image: -o-linear-gradient(top, #fafafa, #ececec);
            background-image: linear-gradient(top, #fafafa, #ececec);
            border: 1px solid #d5d5d5;
            -webkit-box-shadow: 0 0 0 1px #fafafa inset, 0 1px 1px 0px #dddddd;
            -moz-box-shadow: 0 0 0 1px #fafafa inset, 0 1px 1px 0px #dddddd;
            box-shadow: 0 0 0 1px #fafafa inset, 0 1px 1px 0px #dddddd;
            padding: 10px 0;
            display: block;
            font-weight: bold;
            white-space: nowrap;
            color: #626262;
            -webkit-box-sizing: border-box;
            -moz-box-sizing: border-box;
            box-sizing: border-box;
        }
            /* line 80, /home/andrei/core-admin-release/core-admin/source/stylesheets/action_nav.scss */
            .action-nav-normal .action-nav-button a:hover {
                background: #f2f2f2;
                background-image: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjUwJSIgeTE9IjAlIiB4Mj0iNTAlIiB5Mj0iMTAwJSI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2Y3ZjdmNyIvPjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iI2YyZjJmMiIvPjwvbGluZWFyR3JhZGllbnQ+PC9kZWZzPjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIGZpbGw9InVybCgjZ3JhZCkiIC8+PC9zdmc+IA==');
                background-size: 100%;
                background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #f7f7f7), color-stop(100%, #f2f2f2));
                background-image: -webkit-linear-gradient(top, #f7f7f7, #f2f2f2);
                background-image: -moz-linear-gradient(top, #f7f7f7, #f2f2f2);
                background-image: -o-linear-gradient(top, #f7f7f7, #f2f2f2);
                background-image: linear-gradient(top, #f7f7f7, #f2f2f2);
            }
            /* line 84, /home/andrei/core-admin-release/core-admin/source/stylesheets/action_nav.scss */
            .action-nav-normal .action-nav-button a:active {
                -webkit-box-shadow: none;
                -moz-box-shadow: none;
                box-shadow: none;
                background: #f7f7f7;
                background-image: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjUwJSIgeTE9IjAlIiB4Mj0iNTAlIiB5Mj0iMTAwJSI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2Y0ZjRmNCIvPjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iI2Y3ZjdmNyIvPjwvbGluZWFyR3JhZGllbnQ+PC9kZWZzPjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIGZpbGw9InVybCgjZ3JhZCkiIC8+PC9zdmc+IA==');
                background-size: 100%;
                background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #f4f4f4), color-stop(100%, #f7f7f7));
                background-image: -webkit-linear-gradient(top, #f4f4f4, #f7f7f7);
                background-image: -moz-linear-gradient(top, #f4f4f4, #f7f7f7);
                background-image: -o-linear-gradient(top, #f4f4f4, #f7f7f7);
                background-image: linear-gradient(top, #f4f4f4, #f7f7f7);
            }
            /* line 90, /home/andrei/core-admin-release/core-admin/source/stylesheets/action_nav.scss */
            .action-nav-normal .action-nav-button a > span {
                display: block;
                padding-top: 4px;
                font-weight: 600;
            }
            /* line 95, /home/andrei/core-admin-release/core-admin/source/stylesheets/action_nav.scss */
            .action-nav-normal .action-nav-button a > i {
                font-size: 32px;
                color: #808080;
            }
        /* line 105, /home/andrei/core-admin-release/core-admin/source/stylesheets/action_nav.scss */
        .action-nav-normal .action-nav-button.btn-default a {
            border: 1px solid #d9d9d9;
            -webkit-box-shadow: 0 1px 2px 0 #f8f8f8 inset;
            -moz-box-shadow: 0 1px 2px 0 #f8f8f8 inset;
            box-shadow: 0 1px 2px 0 #f8f8f8 inset;
            background: #d4d4d4;
            background-image: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjUwJSIgeTE9IjAlIiB4Mj0iNTAlIiB5Mj0iMTAwJSI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2Y4ZjhmOCIvPjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iI2Q0ZDRkNCIvPjwvbGluZWFyR3JhZGllbnQ+PC9kZWZzPjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIGZpbGw9InVybCgjZ3JhZCkiIC8+PC9zdmc+IA==');
            background-size: 100%;
            background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #f8f8f8), color-stop(100%, #d4d4d4));
            background-image: -webkit-linear-gradient(top, #f8f8f8, #d4d4d4);
            background-image: -moz-linear-gradient(top, #f8f8f8, #d4d4d4);
            background-image: -o-linear-gradient(top, #f8f8f8, #d4d4d4);
            background-image: linear-gradient(top, #f8f8f8, #d4d4d4);
        }
            /* line 9, /home/andrei/core-admin-release/core-admin/source/stylesheets/action_nav.scss */
            .action-nav-normal .action-nav-button.btn-default a:hover {
                opacity: 0.95;
                -webkit-transition: opacity 0.2s ease-in-out;
                -moz-transition: opacity 0.2s ease-in-out;
                -o-transition: opacity 0.2s ease-in-out;
                transition: opacity 0.2s ease-in-out;
            }
            /* line 14, /home/andrei/core-admin-release/core-admin/source/stylesheets/action_nav.scss */
            .action-nav-normal .action-nav-button.btn-default a:active {
                background: #e4e4e4;
            }
        /* line 105, /home/andrei/core-admin-release/core-admin/source/stylesheets/action_nav.scss */
        .action-nav-normal .action-nav-button.btn-red a {
            border: 1px solid #ac4a4a;
            -webkit-box-shadow: 0 1px 2px 0 #c27272 inset;
            -moz-box-shadow: 0 1px 2px 0 #c27272 inset;
            box-shadow: 0 1px 2px 0 #c27272 inset;
            background: #a54747;
            background-image: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjUwJSIgeTE9IjAlIiB4Mj0iNTAlIiB5Mj0iMTAwJSI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2MyNzI3MiIvPjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iI2E1NDc0NyIvPjwvbGluZWFyR3JhZGllbnQ+PC9kZWZzPjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIGZpbGw9InVybCgjZ3JhZCkiIC8+PC9zdmc+IA==');
            background-size: 100%;
            background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #c27272), color-stop(100%, #a54747));
            background-image: -webkit-linear-gradient(top, #c27272, #a54747);
            background-image: -moz-linear-gradient(top, #c27272, #a54747);
            background-image: -o-linear-gradient(top, #c27272, #a54747);
            background-image: linear-gradient(top, #c27272, #a54747);
        }
            /* line 9, /home/andrei/core-admin-release/core-admin/source/stylesheets/action_nav.scss */
            .action-nav-normal .action-nav-button.btn-red a:hover {
                opacity: 0.95;
                -webkit-transition: opacity 0.2s ease-in-out;
                -moz-transition: opacity 0.2s ease-in-out;
                -o-transition: opacity 0.2s ease-in-out;
                transition: opacity 0.2s ease-in-out;
            }
            /* line 14, /home/andrei/core-admin-release/core-admin/source/stylesheets/action_nav.scss */
            .action-nav-normal .action-nav-button.btn-red a:active {
                background: #b65555;
            }
        /* line 105, /home/andrei/core-admin-release/core-admin/source/stylesheets/action_nav.scss */
        .action-nav-normal .action-nav-button.btn-green a {
            border: 1px solid #729d3e;
            -webkit-box-shadow: 0 1px 2px 0 #91be5a inset;
            -moz-box-shadow: 0 1px 2px 0 #91be5a inset;
            box-shadow: 0 1px 2px 0 #91be5a inset;
            background: #6d963b;
            background-image: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjUwJSIgeTE9IjAlIiB4Mj0iNTAlIiB5Mj0iMTAwJSI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzkxYmU1YSIvPjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iIzZkOTYzYiIvPjwvbGluZWFyR3JhZGllbnQ+PC9kZWZzPjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIGZpbGw9InVybCgjZ3JhZCkiIC8+PC9zdmc+IA==');
            background-size: 100%;
            background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #91be5a), color-stop(100%, #6d963b));
            background-image: -webkit-linear-gradient(top, #91be5a, #6d963b);
            background-image: -moz-linear-gradient(top, #91be5a, #6d963b);
            background-image: -o-linear-gradient(top, #91be5a, #6d963b);
            background-image: linear-gradient(top, #91be5a, #6d963b);
        }
            /* line 9, /home/andrei/core-admin-release/core-admin/source/stylesheets/action_nav.scss */
            .action-nav-normal .action-nav-button.btn-green a:hover {
                opacity: 0.95;
                -webkit-transition: opacity 0.2s ease-in-out;
                -moz-transition: opacity 0.2s ease-in-out;
                -o-transition: opacity 0.2s ease-in-out;
                transition: opacity 0.2s ease-in-out;
            }
            /* line 14, /home/andrei/core-admin-release/core-admin/source/stylesheets/action_nav.scss */
            .action-nav-normal .action-nav-button.btn-green a:active {
                background: #7dac43;
            }
        /* line 105, /home/andrei/core-admin-release/core-admin/source/stylesheets/action_nav.scss */
        .action-nav-normal .action-nav-button.btn-blue a {
            border: 1px solid #3682a9;
            -webkit-box-shadow: 0 1px 2px 0 #53a1c9 inset;
            -moz-box-shadow: 0 1px 2px 0 #53a1c9 inset;
            box-shadow: 0 1px 2px 0 #53a1c9 inset;
            background: #337ca1;
            background-image: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjUwJSIgeTE9IjAlIiB4Mj0iNTAlIiB5Mj0iMTAwJSI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzUzYTFjOSIvPjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iIzMzN2NhMSIvPjwvbGluZWFyR3JhZGllbnQ+PC9kZWZzPjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIGZpbGw9InVybCgjZ3JhZCkiIC8+PC9zdmc+IA==');
            background-size: 100%;
            background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #53a1c9), color-stop(100%, #337ca1));
            background-image: -webkit-linear-gradient(top, #53a1c9, #337ca1);
            background-image: -moz-linear-gradient(top, #53a1c9, #337ca1);
            background-image: -o-linear-gradient(top, #53a1c9, #337ca1);
            background-image: linear-gradient(top, #53a1c9, #337ca1);
        }
            /* line 9, /home/andrei/core-admin-release/core-admin/source/stylesheets/action_nav.scss */
            .action-nav-normal .action-nav-button.btn-blue a:hover {
                opacity: 0.95;
                -webkit-transition: opacity 0.2s ease-in-out;
                -moz-transition: opacity 0.2s ease-in-out;
                -o-transition: opacity 0.2s ease-in-out;
                transition: opacity 0.2s ease-in-out;
            }
            /* line 14, /home/andrei/core-admin-release/core-admin/source/stylesheets/action_nav.scss */
            .action-nav-normal .action-nav-button.btn-blue a:active {
                background: #3b8eb8;
            }
        /* line 105, /home/andrei/core-admin-release/core-admin/source/stylesheets/action_nav.scss */
        .action-nav-normal .action-nav-button.btn-gray a {
            border: 1px solid #667384;
            -webkit-box-shadow: 0 1px 2px 0 #8692a2 inset;
            -moz-box-shadow: 0 1px 2px 0 #8692a2 inset;
            box-shadow: 0 1px 2px 0 #8692a2 inset;
            background: #626e7f;
            background-image: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjUwJSIgeTE9IjAlIiB4Mj0iNTAlIiB5Mj0iMTAwJSI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzg2OTJhMiIvPjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iIzYyNmU3ZiIvPjwvbGluZWFyR3JhZGllbnQ+PC9kZWZzPjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIGZpbGw9InVybCgjZ3JhZCkiIC8+PC9zdmc+IA==');
            background-size: 100%;
            background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #8692a2), color-stop(100%, #626e7f));
            background-image: -webkit-linear-gradient(top, #8692a2, #626e7f);
            background-image: -moz-linear-gradient(top, #8692a2, #626e7f);
            background-image: -o-linear-gradient(top, #8692a2, #626e7f);
            background-image: linear-gradient(top, #8692a2, #626e7f);
        }
            /* line 9, /home/andrei/core-admin-release/core-admin/source/stylesheets/action_nav.scss */
            .action-nav-normal .action-nav-button.btn-gray a:hover {
                opacity: 0.95;
                -webkit-transition: opacity 0.2s ease-in-out;
                -moz-transition: opacity 0.2s ease-in-out;
                -o-transition: opacity 0.2s ease-in-out;
                transition: opacity 0.2s ease-in-out;
            }
            /* line 14, /home/andrei/core-admin-release/core-admin/source/stylesheets/action_nav.scss */
            .action-nav-normal .action-nav-button.btn-gray a:active {
                background: #6f7d90;
            }
        /* line 105, /home/andrei/core-admin-release/core-admin/source/stylesheets/action_nav.scss */
        .action-nav-normal .action-nav-button.btn-black a {
            border: 1px solid #5f5f5f;
            -webkit-box-shadow: 0 1px 2px 0 #7e7e7e inset;
            -moz-box-shadow: 0 1px 2px 0 #7e7e7e inset;
            box-shadow: 0 1px 2px 0 #7e7e7e inset;
            background: #5a5a5a;
            background-image: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjUwJSIgeTE9IjAlIiB4Mj0iNTAlIiB5Mj0iMTAwJSI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzdlN2U3ZSIvPjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iIzVhNWE1YSIvPjwvbGluZWFyR3JhZGllbnQ+PC9kZWZzPjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIGZpbGw9InVybCgjZ3JhZCkiIC8+PC9zdmc+IA==');
            background-size: 100%;
            background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #7e7e7e), color-stop(100%, #5a5a5a));
            background-image: -webkit-linear-gradient(top, #7e7e7e, #5a5a5a);
            background-image: -moz-linear-gradient(top, #7e7e7e, #5a5a5a);
            background-image: -o-linear-gradient(top, #7e7e7e, #5a5a5a);
            background-image: linear-gradient(top, #7e7e7e, #5a5a5a);
        }
            /* line 9, /home/andrei/core-admin-release/core-admin/source/stylesheets/action_nav.scss */
            .action-nav-normal .action-nav-button.btn-black a:hover {
                opacity: 0.95;
                -webkit-transition: opacity 0.2s ease-in-out;
                -moz-transition: opacity 0.2s ease-in-out;
                -o-transition: opacity 0.2s ease-in-out;
                transition: opacity 0.2s ease-in-out;
            }
            /* line 14, /home/andrei/core-admin-release/core-admin/source/stylesheets/action_nav.scss */
            .action-nav-normal .action-nav-button.btn-black a:active {
                background: #6a6a6a;
            }
        /* line 105, /home/andrei/core-admin-release/core-admin/source/stylesheets/action_nav.scss */
        .action-nav-normal .action-nav-button.btn-lightblue a {
            border: 1px solid #3898c3;
            -webkit-box-shadow: 0 1px 2px 0 #65b1d3 inset;
            -moz-box-shadow: 0 1px 2px 0 #65b1d3 inset;
            box-shadow: 0 1px 2px 0 #65b1d3 inset;
            background: #3692bb;
            background-image: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjUwJSIgeTE9IjAlIiB4Mj0iNTAlIiB5Mj0iMTAwJSI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzY1YjFkMyIvPjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iIzM2OTJiYiIvPjwvbGluZWFyR3JhZGllbnQ+PC9kZWZzPjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIGZpbGw9InVybCgjZ3JhZCkiIC8+PC9zdmc+IA==');
            background-size: 100%;
            background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #65b1d3), color-stop(100%, #3692bb));
            background-image: -webkit-linear-gradient(top, #65b1d3, #3692bb);
            background-image: -moz-linear-gradient(top, #65b1d3, #3692bb);
            background-image: -o-linear-gradient(top, #65b1d3, #3692bb);
            background-image: linear-gradient(top, #65b1d3, #3692bb);
        }
            /* line 9, /home/andrei/core-admin-release/core-admin/source/stylesheets/action_nav.scss */
            .action-nav-normal .action-nav-button.btn-lightblue a:hover {
                opacity: 0.95;
                -webkit-transition: opacity 0.2s ease-in-out;
                -moz-transition: opacity 0.2s ease-in-out;
                -o-transition: opacity 0.2s ease-in-out;
                transition: opacity 0.2s ease-in-out;
            }
            /* line 14, /home/andrei/core-admin-release/core-admin/source/stylesheets/action_nav.scss */
            .action-nav-normal .action-nav-button.btn-lightblue a:active {
                background: #45a1ca;
            }
        /* line 105, /home/andrei/core-admin-release/core-admin/source/stylesheets/action_nav.scss */
        .action-nav-normal .action-nav-button.btn-gold a {
            border: 1px solid #b08029;
            -webkit-box-shadow: 0 1px 2px 0 #d3a044 inset;
            -moz-box-shadow: 0 1px 2px 0 #d3a044 inset;
            box-shadow: 0 1px 2px 0 #d3a044 inset;
            background: #a87a27;
            background-image: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjUwJSIgeTE9IjAlIiB4Mj0iNTAlIiB5Mj0iMTAwJSI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2QzYTA0NCIvPjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iI2E4N2EyNyIvPjwvbGluZWFyR3JhZGllbnQ+PC9kZWZzPjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIGZpbGw9InVybCgjZ3JhZCkiIC8+PC9zdmc+IA==');
            background-size: 100%;
            background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #d3a044), color-stop(100%, #a87a27));
            background-image: -webkit-linear-gradient(top, #d3a044, #a87a27);
            background-image: -moz-linear-gradient(top, #d3a044, #a87a27);
            background-image: -o-linear-gradient(top, #d3a044, #a87a27);
            background-image: linear-gradient(top, #d3a044, #a87a27);
        }
            /* line 9, /home/andrei/core-admin-release/core-admin/source/stylesheets/action_nav.scss */
            .action-nav-normal .action-nav-button.btn-gold a:hover {
                opacity: 0.95;
                -webkit-transition: opacity 0.2s ease-in-out;
                -moz-transition: opacity 0.2s ease-in-out;
                -o-transition: opacity 0.2s ease-in-out;
                transition: opacity 0.2s ease-in-out;
            }
            /* line 14, /home/andrei/core-admin-release/core-admin/source/stylesheets/action_nav.scss */
            .action-nav-normal .action-nav-button.btn-gold a:active {
                background: #c18c2d;
            }
        /* line 105, /home/andrei/core-admin-release/core-admin/source/stylesheets/action_nav.scss */
        .action-nav-normal .action-nav-button.btn-sea a {
            border: 1px solid #3d5955;
            -webkit-box-shadow: 0 1px 2px 0 #567d78 inset;
            -moz-box-shadow: 0 1px 2px 0 #567d78 inset;
            box-shadow: 0 1px 2px 0 #567d78 inset;
            background: #39534f;
            background-image: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjUwJSIgeTE9IjAlIiB4Mj0iNTAlIiB5Mj0iMTAwJSI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzU2N2Q3OCIvPjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iIzM5NTM0ZiIvPjwvbGluZWFyR3JhZGllbnQ+PC9kZWZzPjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIGZpbGw9InVybCgjZ3JhZCkiIC8+PC9zdmc+IA==');
            background-size: 100%;
            background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #567d78), color-stop(100%, #39534f));
            background-image: -webkit-linear-gradient(top, #567d78, #39534f);
            background-image: -moz-linear-gradient(top, #567d78, #39534f);
            background-image: -o-linear-gradient(top, #567d78, #39534f);
            background-image: linear-gradient(top, #567d78, #39534f);
        }
            /* line 9, /home/andrei/core-admin-release/core-admin/source/stylesheets/action_nav.scss */
            .action-nav-normal .action-nav-button.btn-sea a:hover {
                opacity: 0.95;
                -webkit-transition: opacity 0.2s ease-in-out;
                -moz-transition: opacity 0.2s ease-in-out;
                -o-transition: opacity 0.2s ease-in-out;
                transition: opacity 0.2s ease-in-out;
            }
            /* line 14, /home/andrei/core-admin-release/core-admin/source/stylesheets/action_nav.scss */
            .action-nav-normal .action-nav-button.btn-sea a:active {
                background: #456561;
            }
        /* line 105, /home/andrei/core-admin-release/core-admin/source/stylesheets/action_nav.scss */
        .action-nav-normal .action-nav-button.btn-brown a {
            border: 1px solid #8c6c36;
            -webkit-box-shadow: 0 1px 2px 0 #b88e48 inset;
            -moz-box-shadow: 0 1px 2px 0 #b88e48 inset;
            box-shadow: 0 1px 2px 0 #b88e48 inset;
            background: #856733;
            background-image: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjUwJSIgeTE9IjAlIiB4Mj0iNTAlIiB5Mj0iMTAwJSI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2I4OGU0OCIvPjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iIzg1NjczMyIvPjwvbGluZWFyR3JhZGllbnQ+PC9kZWZzPjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIGZpbGw9InVybCgjZ3JhZCkiIC8+PC9zdmc+IA==');
            background-size: 100%;
            background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #b88e48), color-stop(100%, #856733));
            background-image: -webkit-linear-gradient(top, #b88e48, #856733);
            background-image: -moz-linear-gradient(top, #b88e48, #856733);
            background-image: -o-linear-gradient(top, #b88e48, #856733);
            background-image: linear-gradient(top, #b88e48, #856733);
        }
            /* line 9, /home/andrei/core-admin-release/core-admin/source/stylesheets/action_nav.scss */
            .action-nav-normal .action-nav-button.btn-brown a:hover {
                opacity: 0.95;
                -webkit-transition: opacity 0.2s ease-in-out;
                -moz-transition: opacity 0.2s ease-in-out;
                -o-transition: opacity 0.2s ease-in-out;
                transition: opacity 0.2s ease-in-out;
            }
            /* line 14, /home/andrei/core-admin-release/core-admin/source/stylesheets/action_nav.scss */
            .action-nav-normal .action-nav-button.btn-brown a:active {
                background: #9b783c;
            }
        /* line 105, /home/andrei/core-admin-release/core-admin/source/stylesheets/action_nav.scss */
        .action-nav-normal .action-nav-button.btn-twitter a {
            border: 1px solid #2c8eff;
            -webkit-box-shadow: 0 1px 2px 0 #69afff inset;
            -moz-box-shadow: 0 1px 2px 0 #69afff inset;
            box-shadow: 0 1px 2px 0 #69afff inset;
            background: #2189ff;
            background-image: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjUwJSIgeTE9IjAlIiB4Mj0iNTAlIiB5Mj0iMTAwJSI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzY5YWZmZiIvPjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iIzIxODlmZiIvPjwvbGluZWFyR3JhZGllbnQ+PC9kZWZzPjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIGZpbGw9InVybCgjZ3JhZCkiIC8+PC9zdmc+IA==');
            background-size: 100%;
            background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #69afff), color-stop(100%, #2189ff));
            background-image: -webkit-linear-gradient(top, #69afff, #2189ff);
            background-image: -moz-linear-gradient(top, #69afff, #2189ff);
            background-image: -o-linear-gradient(top, #69afff, #2189ff);
            background-image: linear-gradient(top, #69afff, #2189ff);
        }
            /* line 9, /home/andrei/core-admin-release/core-admin/source/stylesheets/action_nav.scss */
            .action-nav-normal .action-nav-button.btn-twitter a:hover {
                opacity: 0.95;
                -webkit-transition: opacity 0.2s ease-in-out;
                -moz-transition: opacity 0.2s ease-in-out;
                -o-transition: opacity 0.2s ease-in-out;
                transition: opacity 0.2s ease-in-out;
            }
            /* line 14, /home/andrei/core-admin-release/core-admin/source/stylesheets/action_nav.scss */
            .action-nav-normal .action-nav-button.btn-twitter a:active {
                background: #4099ff;
            }
        /* line 105, /home/andrei/core-admin-release/core-admin/source/stylesheets/action_nav.scss */
        .action-nav-normal .action-nav-button.btn-facebook a {
            border: 1px solid #2f4880;
            -webkit-box-shadow: 0 1px 2px 0 #4061ad inset;
            -moz-box-shadow: 0 1px 2px 0 #4061ad inset;
            box-shadow: 0 1px 2px 0 #4061ad inset;
            background: #2d4479;
            background-image: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjUwJSIgeTE9IjAlIiB4Mj0iNTAlIiB5Mj0iMTAwJSI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzQwNjFhZCIvPjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iIzJkNDQ3OSIvPjwvbGluZWFyR3JhZGllbnQ+PC9kZWZzPjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIGZpbGw9InVybCgjZ3JhZCkiIC8+PC9zdmc+IA==');
            background-size: 100%;
            background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #4061ad), color-stop(100%, #2d4479));
            background-image: -webkit-linear-gradient(top, #4061ad, #2d4479);
            background-image: -moz-linear-gradient(top, #4061ad, #2d4479);
            background-image: -o-linear-gradient(top, #4061ad, #2d4479);
            background-image: linear-gradient(top, #4061ad, #2d4479);
        }
            /* line 9, /home/andrei/core-admin-release/core-admin/source/stylesheets/action_nav.scss */
            .action-nav-normal .action-nav-button.btn-facebook a:hover {
                opacity: 0.95;
                -webkit-transition: opacity 0.2s ease-in-out;
                -moz-transition: opacity 0.2s ease-in-out;
                -o-transition: opacity 0.2s ease-in-out;
                transition: opacity 0.2s ease-in-out;
            }
            /* line 14, /home/andrei/core-admin-release/core-admin/source/stylesheets/action_nav.scss */
            .action-nav-normal .action-nav-button.btn-facebook a:active {
                background: #35508f;
            }

    /* line 114, /home/andrei/core-admin-release/core-admin/source/stylesheets/action_nav.scss */
    .action-nav-normal .badge, .action-nav-normal .label {
        position: absolute;
        top: 3px;
        right: 3px;
        padding: 3px 5px;
        display: block;
        -webkit-box-shadow: none;
        -moz-box-shadow: none;
        box-shadow: none;
    }
    /* line 123, /home/andrei/core-admin-release/core-admin/source/stylesheets/action_nav.scss */
    .action-nav-normal .triangle-button {
        border-top-right-radius: 3px;
        pointer-events: none;
    }
        /* line 127, /home/andrei/core-admin-release/core-admin/source/stylesheets/action_nav.scss */
        .action-nav-normal .triangle-button i {
            right: 4px;
            top: 3px;
        }
/* line 4, /home/andrei/core-admin-release/core-admin/source/stylesheets/stats.scss */
.dashboard-stats .glyph {
    padding: 0;
    background: #86B6DA;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -ms-border-radius: 4px;
    -o-border-radius: 4px;
    border-radius: 4px;
    border: 1px solid #5F9FCE;
    height: 32px;
    width: 32px;
    text-align: center;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
    /* line 14, /home/andrei/core-admin-release/core-admin/source/stylesheets/stats.scss */
    .dashboard-stats .glyph i {
        color: white;
        line-height: 29px;
    }
/* line 20, /home/andrei/core-admin-release/core-admin/source/stylesheets/stats.scss */
.dashboard-stats .count {
    font-size: 32px;
    line-height: 32px;
    height: 32px;
}
/* line 26, /home/andrei/core-admin-release/core-admin/source/stylesheets/stats.scss */
.dashboard-stats ul.inline li {
    vertical-align: middle;
}
/* line 30, /home/andrei/core-admin-release/core-admin/source/stylesheets/stats.scss */
.dashboard-stats .stats-label {
    color: #999999;
    font-weight: 600;
    text-transform: uppercase;
    margin-top: 5px;
}
/* line 39, /home/andrei/core-admin-release/core-admin/source/stylesheets/stats.scss */
.dashboard-stats.small .glyph {
    height: 24px;
    width: 24px;
}
    /* line 43, /home/andrei/core-admin-release/core-admin/source/stylesheets/stats.scss */
    .dashboard-stats.small .glyph i {
        line-height: 23px;
    }
/* line 48, /home/andrei/core-admin-release/core-admin/source/stylesheets/stats.scss */
.dashboard-stats.small .count {
    font-size: 16px;
    line-height: 16px;
    height: 16px;
}
/* line 55, /home/andrei/core-admin-release/core-admin/source/stylesheets/stats.scss */
.dashboard-stats .progress {
    margin-bottom: 0;
    height: 5px;
}
/* line 6, /home/andrei/core-admin-release/core-admin/source/stylesheets/ibutton.scss */
.ibutton-container {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    position: relative;
    height: 24px;
    cursor: pointer;
    overflow: hidden;
    /* set max width to that of sprite */
    max-width: 400px;
    /* prevent text selection */
    -khtml-user-select: none;
    -o-user-select: none;
    -moz-user-select: none;
    -moz-user-focus: ignore;
    -moz-user-input: disabled;
    /* set default width based on ON/OFF labels */
    width: 80px;
}
    /* line 8, /home/andrei/core-admin-release/core-admin/source/stylesheets/ibutton.scss */
    .ibutton-container * {
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
    }
    /* line 23, /home/andrei/core-admin-release/core-admin/source/stylesheets/ibutton.scss */
    .ibutton-container input {
        position: absolute;
        top: 0;
        left: 0;
        /* hide the element */
        filter: alpha(opacity=0);
        -moz-opacity: 0.0;
        opacity: 0.0;
        /* allow checking of input if visible */
        -moz-user-input: enabled !important;
    }
    /* line 35, /home/andrei/core-admin-release/core-admin/source/stylesheets/ibutton.scss */
    .ibutton-container i {
        position: relative;
        top: -2px;
    }

/* line 41, /home/andrei/core-admin-release/core-admin/source/stylesheets/ibutton.scss */
.ibutton-handle {
    display: block;
    height: 24px;
    cursor: inherit;
    position: absolute;
    top: 0;
    left: 0;
    width: 0;
    background: red;
    z-index: 3;
    /* set default width based on ON/OFF labels */
    width: 30px;
}

/* line 55, /home/andrei/core-admin-release/core-admin/source/stylesheets/ibutton.scss */
.ibutton-handle-right {
    display: none;
    height: 100%;
    width: 100%;
    padding-right: 3px;
    background: blue;
    z-index: 3;
}

/* line 64, /home/andrei/core-admin-release/core-admin/source/stylesheets/ibutton.scss */
.ibutton-handle-middle {
    height: 100%;
    width: 100%;
    background: green;
    z-index: 3;
}

/* line 71, /home/andrei/core-admin-release/core-admin/source/stylesheets/ibutton.scss */
.ibutton-label-on, .ibutton-label-off {
    white-space: nowrap;
    font-size: 17px;
    line-height: 17px;
    font-weight: bold;
    font-family: Helvetica Neue, Arial, Helvetica, sans-serif;
    text-transform: uppercase;
    cursor: inherit;
    display: block;
    height: 22px;
    position: absolute;
    width: auto;
    top: 0;
    overflow: hidden;
    height: 24px;
}
    /* line 87, /home/andrei/core-admin-release/core-admin/source/stylesheets/ibutton.scss */
    .ibutton-label-on span, .ibutton-label-off span {
        display: inline-block;
        text-align: center;
        position: absolute;
    }
    /* line 93, /home/andrei/core-admin-release/core-admin/source/stylesheets/ibutton.scss */
    .ibutton-label-on label, .ibutton-label-off label {
        padding: 0;
        margin: 0;
        height: 24px;
        line-height: 26px;
    }

/* line 101, /home/andrei/core-admin-release/core-admin/source/stylesheets/ibutton.scss */
.ibutton-label-on {
    background: blue;
    color: #fff;
    text-shadow: 0 -1px 2px rgba(0, 0, 0, 0.4);
    left: 0;
    z-index: 1;
}
    /* line 108, /home/andrei/core-admin-release/core-admin/source/stylesheets/ibutton.scss */
    .ibutton-label-on span {
        left: 0px;
        right: 4px;
    }

/* line 114, /home/andrei/core-admin-release/core-admin/source/stylesheets/ibutton.scss */
.ibutton-label-off {
    background: yellow;
    color: #7c7c7c;
    background-position: 100% 0;
    text-shadow: 0 -1px 2px rgba(153, 153, 153, 0.4);
    text-align: right;
    width: 100%;
}
    /* line 121, /home/andrei/core-admin-release/core-admin/source/stylesheets/ibutton.scss */
    .ibutton-label-off span {
        right: 0;
        padding-right: 6px;
    }

/* create an outline when button gets focus via keyboard */
/* line 129, /home/andrei/core-admin-release/core-admin/source/stylesheets/ibutton.scss */
.ibutton-container label {
    cursor: inherit;
    padding: 0px 3px;
    font-size: 1em !important;
}

/* line 136, /home/andrei/core-admin-release/core-admin/source/stylesheets/ibutton.scss */
.ibutton-focus label {
    /* we must use border, since outline doesn't work in IE */
    border: 1px dotted #666 !important;
    padding: 0 2px;
}
/* line 141, /home/andrei/core-admin-release/core-admin/source/stylesheets/ibutton.scss */
.ibutton-focus div.ibutton-label-on span label {
    /* use white for more contrast */
    border-color: #fff !important;
}

/* add padding to right/left so that text gets clipped before absolute edge */
/* line 149, /home/andrei/core-admin-release/core-admin/source/stylesheets/ibutton.scss */
.ibutton-padding-left, .ibutton-padding-right {
    display: none;
    position: absolute;
    top: 4px;
    z-index: 2;
    width: 3px;
    height: 20px;
}

/* line 158, /home/andrei/core-admin-release/core-admin/source/stylesheets/ibutton.scss */
.ibutton-padding-left {
    left: 0;
}

/* line 162, /home/andrei/core-admin-release/core-admin/source/stylesheets/ibutton.scss */
.ibutton-padding-right {
    right: 0;
    background-position: 100% -4px;
}

/* change the styles of the handle when being dragged */
/* styles to use when the button is disabled */
/* line 171, /home/andrei/core-admin-release/core-admin/source/stylesheets/ibutton.scss */
.ibutton-disabled {
    cursor: not-allowed !important;
    /* cursor options: default or not-allowed */
}
    /* line 174, /home/andrei/core-admin-release/core-admin/source/stylesheets/ibutton.scss */
    .ibutton-disabled .ibutton-handle {
        background-position: 0 -81px;
    }
    /* line 177, /home/andrei/core-admin-release/core-admin/source/stylesheets/ibutton.scss */
    .ibutton-disabled .ibutton-handle-right {
        background-position: 100% -81px;
    }
    /* line 180, /home/andrei/core-admin-release/core-admin/source/stylesheets/ibutton.scss */
    .ibutton-disabled .ibutton-handle-middle {
        background-position: 50% -81px;
    }
    /* line 184, /home/andrei/core-admin-release/core-admin/source/stylesheets/ibutton.scss */
    .ibutton-disabled div.ibutton-label-on {
        background-position: 0 -27px;
    }
    /* line 187, /home/andrei/core-admin-release/core-admin/source/stylesheets/ibutton.scss */
    .ibutton-disabled div.ibutton-label-off {
        background-position: 100% -27px;
    }
    /* line 191, /home/andrei/core-admin-release/core-admin/source/stylesheets/ibutton.scss */
    .ibutton-disabled .ibutton-padding-left {
        background-position: 0 -27px;
    }
    /* line 194, /home/andrei/core-admin-release/core-admin/source/stylesheets/ibutton.scss */
    .ibutton-disabled .ibutton-padding-right {
        background-position: 100% -27px;
    }
    /* line 198, /home/andrei/core-admin-release/core-admin/source/stylesheets/ibutton.scss */
    .ibutton-disabled div.ibutton-label-on {
        color: #fff;
    }
    /* line 201, /home/andrei/core-admin-release/core-admin/source/stylesheets/ibutton.scss */
    .ibutton-disabled div.ibutton-label-off {
        color: #cbcbcb;
    }

/* line 209, /home/andrei/core-admin-release/core-admin/source/stylesheets/ibutton.scss */
.ibutton-label-off, .ibutton-label-on {
    -webkit-box-shadow: 0px 0px 8px 0px rgba(0, 0, 0, 0.3) inset;
    -moz-box-shadow: 0px 0px 8px 0px rgba(0, 0, 0, 0.3) inset;
    box-shadow: 0px 0px 8px 0px rgba(0, 0, 0, 0.3) inset;
}
    /* line 211, /home/andrei/core-admin-release/core-admin/source/stylesheets/ibutton.scss */
    .ibutton-label-off label, .ibutton-label-on label {
        color: white;
        text-shadow: 0 1px rgba(0, 0, 0, 0.5);
    }

/* line 217, /home/andrei/core-admin-release/core-admin/source/stylesheets/ibutton.scss */
.ibutton-label-on {
    background: #7fb3d4;
    background-image: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjUwJSIgeTE9IjAlIiB4Mj0iNTAlIiB5Mj0iMTAwJSI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2E1Y2FlMSIvPjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iIzdmYjNkNCIvPjwvbGluZWFyR3JhZGllbnQ+PC9kZWZzPjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIGZpbGw9InVybCgjZ3JhZCkiIC8+PC9zdmc+IA==');
    background-size: 100%;
    background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #a5cae1), color-stop(100%, #7fb3d4));
    background-image: -webkit-linear-gradient(top, #a5cae1, #7fb3d4);
    background-image: -moz-linear-gradient(top, #a5cae1, #7fb3d4);
    background-image: -o-linear-gradient(top, #a5cae1, #7fb3d4);
    background-image: linear-gradient(top, #a5cae1, #7fb3d4);
    -moz-border-radius-topleft: 3px;
    -webkit-border-top-left-radius: 3px;
    border-top-left-radius: 3px;
    -moz-border-radius-bottomleft: 3px;
    -webkit-border-bottom-left-radius: 3px;
    border-bottom-left-radius: 3px;
}

/* line 223, /home/andrei/core-admin-release/core-admin/source/stylesheets/ibutton.scss */
.ibutton-label-off {
    -moz-border-radius-topright: 3px;
    -webkit-border-top-right-radius: 3px;
    border-top-right-radius: 3px;
    -moz-border-radius-bottomright: 3px;
    -webkit-border-bottom-right-radius: 3px;
    border-bottom-right-radius: 3px;
    background: #e49181;
    background-image: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjUwJSIgeTE9IjAlIiB4Mj0iNTAlIiB5Mj0iMTAwJSI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2RjN2U2ZiIvPjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iI2U0OTE4MSIvPjwvbGluZWFyR3JhZGllbnQ+PC9kZWZzPjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIGZpbGw9InVybCgjZ3JhZCkiIC8+PC9zdmc+IA==');
    background-size: 100%;
    background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #dc7e6f), color-stop(100%, #e49181));
    background-image: -webkit-linear-gradient(top, #dc7e6f, #e49181);
    background-image: -moz-linear-gradient(top, #dc7e6f, #e49181);
    background-image: -o-linear-gradient(top, #dc7e6f, #e49181);
    background-image: linear-gradient(top, #dc7e6f, #e49181);
}

/* line 229, /home/andrei/core-admin-release/core-admin/source/stylesheets/ibutton.scss */
.ibutton-handle {
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    -o-border-radius: 3px;
    border-radius: 3px;
    border: 1px solid #8F8F8F;
    background: #ebebeb;
    background-image: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjUwJSIgeTE9IjAlIiB4Mj0iNTAlIiB5Mj0iMTAwJSI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ZkZmRmZCIvPjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iI2ViZWJlYiIvPjwvbGluZWFyR3JhZGllbnQ+PC9kZWZzPjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIGZpbGw9InVybCgjZ3JhZCkiIC8+PC9zdmc+IA==');
    background-size: 100%;
    background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #fdfdfd), color-stop(100%, #ebebeb));
    background-image: -webkit-linear-gradient(top, #fdfdfd, #ebebeb);
    background-image: -moz-linear-gradient(top, #fdfdfd, #ebebeb);
    background-image: -o-linear-gradient(top, #fdfdfd, #ebebeb);
    background-image: linear-gradient(top, #fdfdfd, #ebebeb);
}

/* line 235, /home/andrei/core-admin-release/core-admin/source/stylesheets/ibutton.scss */
.ibutton-container {
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    -o-border-radius: 3px;
    border-radius: 3px;
    -webkit-box-shadow: 0 1px 0 rgba(255, 255, 255, 0.5);
    -moz-box-shadow: 0 1px 0 rgba(255, 255, 255, 0.5);
    box-shadow: 0 1px 0 rgba(255, 255, 255, 0.5);
}
/* line 25, /home/andrei/core-admin-release/core-admin/source/stylesheets/content_progress.scss */
.progress {
    height: 8px;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    border-radius: 8px;
    background: #eee;
    -webkit-box-shadow: 0 1px 0 white, 0 0px 0 1px rgba(0, 0, 0, 0.1) inset, 0 1px 4px rgba(0, 0, 0, 0.2) inset;
    -moz-box-shadow: 0 1px 0 white, 0 0px 0 1px rgba(0, 0, 0, 0.1) inset, 0 1px 4px rgba(0, 0, 0, 0.2) inset;
    box-shadow: 0 1px 0 white, 0 0px 0 1px rgba(0, 0, 0, 0.1) inset, 0 1px 4px rgba(0, 0, 0, 0.2) inset;
}
    /* line 31, /home/andrei/core-admin-release/core-admin/source/stylesheets/content_progress.scss */
    .progress .bar {
        -webkit-border-radius: 8px;
        -moz-border-radius: 8px;
        border-radius: 8px;
        -webkit-box-shadow: none;
        -moz-box-shadow: none;
        box-shadow: none;
    }
    /* line 11, /home/andrei/core-admin-release/core-admin/source/stylesheets/content_progress.scss */
    .progress.progress-green .bar {
        background-color: #a7bf3f;
        background-image: -moz-linear-gradient(top, #b2cb49, #97af32);
        background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#b2cb49), to(#97af32));
        background-image: -webkit-linear-gradient(top, #b2cb49, #97af32);
        background-image: -o-linear-gradient(top, #b2cb49, #97af32);
        background-image: linear-gradient(to bottom, #b2cb49, #97af32);
        background-repeat: repeat-x;
        filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFB2CB49', endColorstr='#FF97AF32', GradientType=0);
        border: 1px solid #869b2c;
    }
    /* line 17, /home/andrei/core-admin-release/core-admin/source/stylesheets/content_progress.scss */
    .progress.progress-green.progress-striped .bar {
        background-color: #b2cb49;
        background-image: -webkit-gradient(linear, 0 100%, 100% 0, color-stop(0.25, rgba(255, 255, 255, 0.15)), color-stop(0.25, transparent), color-stop(0.5, transparent), color-stop(0.5, rgba(255, 255, 255, 0.15)), color-stop(0.75, rgba(255, 255, 255, 0.15)), color-stop(0.75, transparent), to(transparent));
        background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
        background-image: -moz-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
        background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
        background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
    }
    /* line 11, /home/andrei/core-admin-release/core-admin/source/stylesheets/content_progress.scss */
    .progress.progress-blue .bar {
        background-color: #88c6f3;
        background-image: -moz-linear-gradient(top, #9bcff5, #6db9f0);
        background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#9bcff5), to(#6db9f0));
        background-image: -webkit-linear-gradient(top, #9bcff5, #6db9f0);
        background-image: -o-linear-gradient(top, #9bcff5, #6db9f0);
        background-image: linear-gradient(to bottom, #9bcff5, #6db9f0);
        background-repeat: repeat-x;
        filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FF9BCFF5', endColorstr='#FF6DB9F0', GradientType=0);
        border: 1px solid #55aeee;
    }
    /* line 17, /home/andrei/core-admin-release/core-admin/source/stylesheets/content_progress.scss */
    .progress.progress-blue.progress-striped .bar {
        background-color: #9bcff5;
        background-image: -webkit-gradient(linear, 0 100%, 100% 0, color-stop(0.25, rgba(255, 255, 255, 0.15)), color-stop(0.25, transparent), color-stop(0.5, transparent), color-stop(0.5, rgba(255, 255, 255, 0.15)), color-stop(0.75, rgba(255, 255, 255, 0.15)), color-stop(0.75, transparent), to(transparent));
        background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
        background-image: -moz-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
        background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
        background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
    }
    /* line 11, /home/andrei/core-admin-release/core-admin/source/stylesheets/content_progress.scss */
    .progress.progress-orange .bar {
        background-color: #d8935e;
        background-image: -moz-linear-gradient(top, #dc9e6f, #d28346);
        background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#dc9e6f), to(#d28346));
        background-image: -webkit-linear-gradient(top, #dc9e6f, #d28346);
        background-image: -o-linear-gradient(top, #dc9e6f, #d28346);
        background-image: linear-gradient(to bottom, #dc9e6f, #d28346);
        background-repeat: repeat-x;
        filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFDC9E6F', endColorstr='#FFD28346', GradientType=0);
        border: 1px solid #cd7532;
    }
    /* line 17, /home/andrei/core-admin-release/core-admin/source/stylesheets/content_progress.scss */
    .progress.progress-orange.progress-striped .bar {
        background-color: #dc9e6f;
        background-image: -webkit-gradient(linear, 0 100%, 100% 0, color-stop(0.25, rgba(255, 255, 255, 0.15)), color-stop(0.25, transparent), color-stop(0.5, transparent), color-stop(0.5, rgba(255, 255, 255, 0.15)), color-stop(0.75, rgba(255, 255, 255, 0.15)), color-stop(0.75, transparent), to(transparent));
        background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
        background-image: -moz-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
        background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
        background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
    }
    /* line 11, /home/andrei/core-admin-release/core-admin/source/stylesheets/content_progress.scss */
    .progress.progress-black .bar {
        background-color: #5b5b5b;
        background-image: -moz-linear-gradient(top, #666666, #4c4c4c);
        background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#666666), to(#4c4c4c));
        background-image: -webkit-linear-gradient(top, #666666, #4c4c4c);
        background-image: -o-linear-gradient(top, #666666, #4c4c4c);
        background-image: linear-gradient(to bottom, #666666, #4c4c4c);
        background-repeat: repeat-x;
        filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FF666666', endColorstr='#FF4C4C4C', GradientType=0);
        border: 1px solid #3f3f3f;
    }
    /* line 17, /home/andrei/core-admin-release/core-admin/source/stylesheets/content_progress.scss */
    .progress.progress-black.progress-striped .bar {
        background-color: #666666;
        background-image: -webkit-gradient(linear, 0 100%, 100% 0, color-stop(0.25, rgba(255, 255, 255, 0.15)), color-stop(0.25, transparent), color-stop(0.5, transparent), color-stop(0.5, rgba(255, 255, 255, 0.15)), color-stop(0.75, rgba(255, 255, 255, 0.15)), color-stop(0.75, transparent), to(transparent));
        background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
        background-image: -moz-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
        background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
        background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
    }
    /* line 11, /home/andrei/core-admin-release/core-admin/source/stylesheets/content_progress.scss */
    .progress.progress-red .bar {
        background-color: #cf6765;
        background-image: -moz-linear-gradient(top, #d47775, #c8514e);
        background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#d47775), to(#c8514e));
        background-image: -webkit-linear-gradient(top, #d47775, #c8514e);
        background-image: -o-linear-gradient(top, #d47775, #c8514e);
        background-image: linear-gradient(to bottom, #d47775, #c8514e);
        background-repeat: repeat-x;
        filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFD47775', endColorstr='#FFC8514E', GradientType=0);
        border: 1px solid #c13f3c;
    }
    /* line 17, /home/andrei/core-admin-release/core-admin/source/stylesheets/content_progress.scss */
    .progress.progress-red.progress-striped .bar {
        background-color: #d47775;
        background-image: -webkit-gradient(linear, 0 100%, 100% 0, color-stop(0.25, rgba(255, 255, 255, 0.15)), color-stop(0.25, transparent), color-stop(0.5, transparent), color-stop(0.5, rgba(255, 255, 255, 0.15)), color-stop(0.75, rgba(255, 255, 255, 0.15)), color-stop(0.75, transparent), to(transparent));
        background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
        background-image: -moz-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
        background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
        background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
    }
/* line 2, /home/andrei/core-admin-release/core-admin/source/stylesheets/charts.scss */
.sine-chart {
    height: 186px;
}
/*
Version: @@ver@@ Timestamp: @@timestamp@@
*/
/* line 7, /home/andrei/core-admin-release/core-admin/source/stylesheets/select2.scss */
.select2-container {
    position: relative;
    display: inline-block;
    /* inline-block for ie7 */
    zoom: 1;
    *display: inline;
    vertical-align: top;
    /*
    Force border-box so that % widths fit the parent
    container without overlap because of margin/padding.

    More Info : http://www.quirksmode.org/css/box.html
  */
    -webkit-box-sizing: border-box;
    /* webkit */
    -khtml-box-sizing: border-box;
    /* konqueror */
    -moz-box-sizing: border-box;
    /* firefox */
    -ms-box-sizing: border-box;
    /* ie */
    box-sizing: border-box;
    /* css3 */
}

/* line 32, /home/andrei/core-admin-release/core-admin/source/stylesheets/select2.scss */
.select2-drop {
    /*
    Force border-box so that % widths fit the parent
    container without overlap because of margin/padding.

    More Info : http://www.quirksmode.org/css/box.html
  */
    -webkit-box-sizing: border-box;
    /* webkit */
    -khtml-box-sizing: border-box;
    /* konqueror */
    -moz-box-sizing: border-box;
    /* firefox */
    -ms-box-sizing: border-box;
    /* ie */
    box-sizing: border-box;
    /* css3 */
}

/* line 51, /home/andrei/core-admin-release/core-admin/source/stylesheets/select2.scss */
.select2-search {
    /*
    Force border-box so that % widths fit the parent
    container without overlap because of margin/padding.

    More Info : http://www.quirksmode.org/css/box.html
  */
    -webkit-box-sizing: border-box;
    /* webkit */
    -khtml-box-sizing: border-box;
    /* konqueror */
    -moz-box-sizing: border-box;
    /* firefox */
    -ms-box-sizing: border-box;
    /* ie */
    box-sizing: border-box;
    /* css3 */
}
    /* line 68, /home/andrei/core-admin-release/core-admin/source/stylesheets/select2.scss */
    .select2-search input {
        /*
      Force border-box so that % widths fit the parent
      container without overlap because of margin/padding.

      More Info : http://www.quirksmode.org/css/box.html
    */
        -webkit-box-sizing: border-box;
        /* webkit */
        -khtml-box-sizing: border-box;
        /* konqueror */
        -moz-box-sizing: border-box;
        /* firefox */
        -ms-box-sizing: border-box;
        /* ie */
        box-sizing: border-box;
        /* css3 */
    }

/* line 89, /home/andrei/core-admin-release/core-admin/source/stylesheets/select2.scss */
.select2-container .select2-choice {
    display: block;
    height: 26px;
    padding: 0 0 0 8px;
    overflow: hidden;
    position: relative;
    border: 1px solid #aaa;
    white-space: nowrap;
    line-height: 26px;
    color: #444;
    text-decoration: none;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    -webkit-background-clip: padding-box;
    -moz-background-clip: padding;
    background-clip: padding-box;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-color: #fff;
    background-image: -webkit-gradient(linear, left bottom, left top, color-stop(0, #eeeeee), color-stop(0.5, white));
    background-image: -webkit-linear-gradient(center bottom, #eeeeee 0%, white 50%);
    background-image: -moz-linear-gradient(center bottom, #eeeeee 0%, white 50%);
    background-image: -o-linear-gradient(bottom, #eeeeee 0%, white 50%);
    background-image: -ms-linear-gradient(top, white 0%, #eeeeee 50%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr = '#ffffff', endColorstr = '#eeeeee', GradientType = 0);
    background-image: linear-gradient(top, #ffffff 0%, #eeeeee 50%);
}
/* line 121, /home/andrei/core-admin-release/core-admin/source/stylesheets/select2.scss */
.select2-container.select2-drop-above .select2-choice {
    border-bottom-color: #aaa;
    -webkit-border-radius: 0 0 4px 4px;
    -moz-border-radius: 0 0 4px 4px;
    border-radius: 0 0 4px 4px;
    background-image: -webkit-gradient(linear, left bottom, left top, color-stop(0, #eeeeee), color-stop(0.9, white));
    background-image: -webkit-linear-gradient(center bottom, #eeeeee 0%, white 90%);
    background-image: -moz-linear-gradient(center bottom, #eeeeee 0%, white 90%);
    background-image: -o-linear-gradient(bottom, #eeeeee 0%, white 90%);
    background-image: -ms-linear-gradient(top, #eeeeee 0%, white 90%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#eeeeee',GradientType=0 );
    background-image: linear-gradient(top, #eeeeee 0%, #ffffff 90%);
}
/* line 135, /home/andrei/core-admin-release/core-admin/source/stylesheets/select2.scss */
.select2-container .select2-choice span {
    margin-right: 26px;
    display: block;
    overflow: hidden;
    white-space: nowrap;
    -ms-text-overflow: ellipsis;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
}
/* line 144, /home/andrei/core-admin-release/core-admin/source/stylesheets/select2.scss */
.select2-container .select2-choice abbr {
    display: block;
    width: 12px;
    height: 12px;
    position: absolute;
    right: 26px;
    top: 8px;
    font-size: 1px;
    text-decoration: none;
    border: 0;
    cursor: pointer;
    outline: 0;
}
    /* line 157, /home/andrei/core-admin-release/core-admin/source/stylesheets/select2.scss */
    .select2-container .select2-choice abbr:hover {
        background-position: right -11px;
        cursor: pointer;
    }

/* line 165, /home/andrei/core-admin-release/core-admin/source/stylesheets/select2.scss */
.select2-drop-mask {
    position: absolute;
    left: 0;
    top: 0;
    z-index: 9998;
    opacity: 0;
}

/* line 173, /home/andrei/core-admin-release/core-admin/source/stylesheets/select2.scss */
.select2-drop {
    width: 100%;
    margin-top: -1px;
    position: absolute;
    z-index: 9999;
    top: 100%;
    background: #fff;
    color: #000;
    border: 1px solid #aaa;
    border-top: 0;
    -webkit-border-radius: 0 0 4px 4px;
    -moz-border-radius: 0 0 4px 4px;
    border-radius: 0 0 4px 4px;
    -webkit-box-shadow: 0 4px 5px rgba(0, 0, 0, 0.15);
    -moz-box-shadow: 0 4px 5px rgba(0, 0, 0, 0.15);
    -o-box-shadow: 0 4px 5px rgba(0, 0, 0, 0.15);
    box-shadow: 0 4px 5px rgba(0, 0, 0, 0.15);
}
    /* line 190, /home/andrei/core-admin-release/core-admin/source/stylesheets/select2.scss */
    .select2-drop.select2-drop-above {
        margin-top: 1px;
        border-top: 1px solid #aaa;
        border-bottom: 0;
        -webkit-border-radius: 4px 4px 0 0;
        -moz-border-radius: 4px 4px 0 0;
        border-radius: 4px 4px 0 0;
        -webkit-box-shadow: 0 -4px 5px rgba(0, 0, 0, 0.15);
        -moz-box-shadow: 0 -4px 5px rgba(0, 0, 0, 0.15);
        -o-box-shadow: 0 -4px 5px rgba(0, 0, 0, 0.15);
        box-shadow: 0 -4px 5px rgba(0, 0, 0, 0.15);
    }

/* line 204, /home/andrei/core-admin-release/core-admin/source/stylesheets/select2.scss */
.select2-container .select2-choice div {
    display: block;
    width: 18px;
    height: 100%;
    position: absolute;
    right: 0;
    top: 0;
    border-left: 1px solid #aaa;
    -webkit-border-radius: 0 4px 4px 0;
    -moz-border-radius: 0 4px 4px 0;
    border-radius: 0 4px 4px 0;
    -webkit-background-clip: padding-box;
    -moz-background-clip: padding;
    background-clip: padding-box;
    background: #ccc;
    background-image: -webkit-gradient(linear, left bottom, left top, color-stop(0, #cccccc), color-stop(0.6, #eeeeee));
    background-image: -webkit-linear-gradient(center bottom, #cccccc 0%, #eeeeee 60%);
    background-image: -moz-linear-gradient(center bottom, #cccccc 0%, #eeeeee 60%);
    background-image: -o-linear-gradient(bottom, #cccccc 0%, #eeeeee 60%);
    background-image: -ms-linear-gradient(top, #cccccc 0%, #eeeeee 60%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr = '#eeeeee', endColorstr = '#cccccc', GradientType = 0);
    background-image: linear-gradient(top, #cccccc 0%, #eeeeee 60%);
}
    /* line 226, /home/andrei/core-admin-release/core-admin/source/stylesheets/select2.scss */
    .select2-container .select2-choice div b {
        display: block;
        width: 100%;
        height: 100%;
    }

/* line 234, /home/andrei/core-admin-release/core-admin/source/stylesheets/select2.scss */
.select2-search {
    display: inline-block;
    width: 100%;
    min-height: 26px;
    margin: 0;
    padding-left: 4px;
    padding-right: 4px;
    position: relative;
    z-index: 10000;
    white-space: nowrap;
}

/* line 246, /home/andrei/core-admin-release/core-admin/source/stylesheets/select2.scss */
.select2-search-hidden {
    display: block;
    position: absolute;
    left: -10000px;
}

/* line 252, /home/andrei/core-admin-release/core-admin/source/stylesheets/select2.scss */
.select2-search input {
    width: 100%;
    height: auto !important;
    min-height: 26px;
    padding: 4px 20px 4px 5px;
    margin: 0;
    outline: 0;
    font-family: sans-serif;
    font-size: 1em;
    border: 1px solid #aaa;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    background: white;
    background: -webkit-gradient(linear, left bottom, left top, color-stop(0.85, white), color-stop(0.99, #eeeeee));
    background: -webkit-linear-gradient(center bottom, white 85%, #eeeeee 99%);
    background: -moz-linear-gradient(center bottom, white 85%, #eeeeee 99%);
    background: -o-linear-gradient(bottom, white 85%, #eeeeee 99%);
    background: -ms-linear-gradient(top, white 85%, #eeeeee 99%);
    background: linear-gradient(top, #ffffff 85%, #eeeeee 99%);
}

/* line 277, /home/andrei/core-admin-release/core-admin/source/stylesheets/select2.scss */
.select2-drop.select2-drop-above .select2-search input {
    margin-top: 4px;
}

/* line 281, /home/andrei/core-admin-release/core-admin/source/stylesheets/select2.scss */
.select2-search input.select2-active {
    background: white url("../images/loading.gif") no-repeat 100%;
    background: url("../images/loading.gif") no-repeat 100%, -webkit-gradient(linear, left bottom, left top, color-stop(0.85, white), color-stop(0.99, #eeeeee));
    background: url("../images/loading.gif") no-repeat 100%, -webkit-linear-gradient(center bottom, white 85%, #eeeeee 99%);
    background: url("../images/loading.gif") no-repeat 100%, -moz-linear-gradient(center bottom, white 85%, #eeeeee 99%);
    background: url("../images/loading.gif") no-repeat 100%, -o-linear-gradient(bottom, white 85%, #eeeeee 99%);
    background: url("../images/loading.gif") no-repeat 100%, -ms-linear-gradient(top, white 85%, #eeeeee 99%);
    background: url("../images/loading.gif") no-repeat 100%, linear-gradient(top, #ffffff 85%, #eeeeee 99%);
}

/* line 292, /home/andrei/core-admin-release/core-admin/source/stylesheets/select2.scss */
.select2-container-active .select2-choice, .select2-container-active .select2-choices {
    border: 1px solid #5897fb;
    outline: none;
    -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
    -moz-box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
    -o-box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
}

/* line 302, /home/andrei/core-admin-release/core-admin/source/stylesheets/select2.scss */
.select2-dropdown-open .select2-choice {
    border-bottom-color: transparent;
    -webkit-box-shadow: 0 1px 0 #fff inset;
    -moz-box-shadow: 0 1px 0 #fff inset;
    -o-box-shadow: 0 1px 0 #fff inset;
    box-shadow: 0 1px 0 #fff inset;
    -webkit-border-bottom-left-radius: 0;
    -moz-border-radius-bottomleft: 0;
    border-bottom-left-radius: 0;
    -webkit-border-bottom-right-radius: 0;
    -moz-border-radius-bottomright: 0;
    border-bottom-right-radius: 0;
    background-color: #eee;
    background-image: -webkit-gradient(linear, left bottom, left top, color-stop(0, white), color-stop(0.5, #eeeeee));
    background-image: -webkit-linear-gradient(center bottom, white 0%, #eeeeee 50%);
    background-image: -moz-linear-gradient(center bottom, white 0%, #eeeeee 50%);
    background-image: -o-linear-gradient(bottom, white 0%, #eeeeee 50%);
    background-image: -ms-linear-gradient(top, white 0%, #eeeeee 50%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#eeeeee', endColorstr='#ffffff',GradientType=0 );
    background-image: linear-gradient(top, #ffffff 0%, #eeeeee 50%);
}
    /* line 322, /home/andrei/core-admin-release/core-admin/source/stylesheets/select2.scss */
    .select2-dropdown-open .select2-choice div {
        background: transparent;
        border-left: none;
        filter: none;
    }
        /* line 326, /home/andrei/core-admin-release/core-admin/source/stylesheets/select2.scss */
        .select2-dropdown-open .select2-choice div b {
            background-position: -18px 1px;
        }

/* results */
/* line 334, /home/andrei/core-admin-release/core-admin/source/stylesheets/select2.scss */
.select2-results {
    max-height: 200px;
    padding: 0 0 0 4px;
    margin: 4px 4px 4px 0;
    position: relative;
    overflow-x: hidden;
    overflow-y: auto;
}
    /* line 341, /home/andrei/core-admin-release/core-admin/source/stylesheets/select2.scss */
    .select2-results ul.select2-result-sub {
        margin: 0;
    }
        /* line 343, /home/andrei/core-admin-release/core-admin/source/stylesheets/select2.scss */
        .select2-results ul.select2-result-sub > li .select2-result-label {
            padding-left: 20px;
        }
        /* line 347, /home/andrei/core-admin-release/core-admin/source/stylesheets/select2.scss */
        .select2-results ul.select2-result-sub ul.select2-result-sub > li .select2-result-label {
            padding-left: 40px;
        }
        /* line 351, /home/andrei/core-admin-release/core-admin/source/stylesheets/select2.scss */
        .select2-results ul.select2-result-sub ul.select2-result-sub ul.select2-result-sub > li .select2-result-label {
            padding-left: 60px;
        }
        /* line 355, /home/andrei/core-admin-release/core-admin/source/stylesheets/select2.scss */
        .select2-results ul.select2-result-sub ul.select2-result-sub ul.select2-result-sub ul.select2-result-sub > li .select2-result-label {
            padding-left: 80px;
        }
        /* line 359, /home/andrei/core-admin-release/core-admin/source/stylesheets/select2.scss */
        .select2-results ul.select2-result-sub ul.select2-result-sub ul.select2-result-sub ul.select2-result-sub ul.select2-result-sub > li .select2-result-label {
            padding-left: 100px;
        }
        /* line 363, /home/andrei/core-admin-release/core-admin/source/stylesheets/select2.scss */
        .select2-results ul.select2-result-sub ul.select2-result-sub ul.select2-result-sub ul.select2-result-sub ul.select2-result-sub ul.select2-result-sub > li .select2-result-label {
            padding-left: 110px;
        }
        /* line 366, /home/andrei/core-admin-release/core-admin/source/stylesheets/select2.scss */
        .select2-results ul.select2-result-sub ul.select2-result-sub ul.select2-result-sub ul.select2-result-sub ul.select2-result-sub ul.select2-result-sub ul.select2-result-sub > li .select2-result-label {
            padding-left: 120px;
        }
    /* line 375, /home/andrei/core-admin-release/core-admin/source/stylesheets/select2.scss */
    .select2-results li {
        list-style: none;
        display: list-item;
        background-image: none;
    }
        /* line 379, /home/andrei/core-admin-release/core-admin/source/stylesheets/select2.scss */
        .select2-results li.select2-result-with-children > .select2-result-label {
            font-weight: bold;
        }
    /* line 383, /home/andrei/core-admin-release/core-admin/source/stylesheets/select2.scss */
    .select2-results .select2-result-label {
        padding: 3px 7px 4px;
        margin: 0;
        cursor: pointer;
        -webkit-touch-callout: none;
        -webkit-user-select: none;
        -khtml-user-select: none;
        -moz-user-select: none;
        -ms-user-select: none;
        user-select: none;
    }
    /* line 394, /home/andrei/core-admin-release/core-admin/source/stylesheets/select2.scss */
    .select2-results .select2-highlighted {
        background: #3875d7;
        color: #fff;
    }
    /* line 398, /home/andrei/core-admin-release/core-admin/source/stylesheets/select2.scss */
    .select2-results li em {
        background: #feffde;
        font-style: normal;
    }
    /* line 403, /home/andrei/core-admin-release/core-admin/source/stylesheets/select2.scss */
    .select2-results .select2-highlighted em {
        background: transparent;
    }
    /* line 406, /home/andrei/core-admin-release/core-admin/source/stylesheets/select2.scss */
    .select2-results .select2-highlighted ul {
        background: white;
        color: #000;
    }
    /* line 411, /home/andrei/core-admin-release/core-admin/source/stylesheets/select2.scss */
    .select2-results .select2-no-results, .select2-results .select2-searching, .select2-results .select2-selection-limit {
        background: #f4f4f4;
        display: list-item;
    }
    /* line 415, /home/andrei/core-admin-release/core-admin/source/stylesheets/select2.scss */
    .select2-results .select2-disabled {
        background: #f4f4f4;
        display: list-item;
        cursor: default;
    }
        /* line 416, /home/andrei/core-admin-release/core-admin/source/stylesheets/select2.scss */
        .select2-results .select2-disabled.select2-highlighted {
            color: #666;
            background: #f4f4f4;
            display: list-item;
            cursor: default;
        }
    /* line 426, /home/andrei/core-admin-release/core-admin/source/stylesheets/select2.scss */
    .select2-results .select2-selected {
        display: none;
    }

/*
disabled look for disabled choices in the results dropdown
*/
/* line 435, /home/andrei/core-admin-release/core-admin/source/stylesheets/select2.scss */
.select2-more-results {
    background: #f4f4f4;
    display: list-item;
}
    /* line 436, /home/andrei/core-admin-release/core-admin/source/stylesheets/select2.scss */
    .select2-more-results.select2-active {
        background: #f4f4f4 url("../images/loading.gif") no-repeat 100%;
    }

/* disabled styles */
/* line 445, /home/andrei/core-admin-release/core-admin/source/stylesheets/select2.scss */
.select2-container.select2-container-disabled .select2-choice {
    background-color: #f4f4f4;
    background-image: none;
    border: 1px solid #ddd;
    cursor: default;
}
    /* line 450, /home/andrei/core-admin-release/core-admin/source/stylesheets/select2.scss */
    .select2-container.select2-container-disabled .select2-choice div {
        background-color: #f4f4f4;
        background-image: none;
        border-left: 0;
    }
    /* line 455, /home/andrei/core-admin-release/core-admin/source/stylesheets/select2.scss */
    .select2-container.select2-container-disabled .select2-choice abbr {
        display: none;
    }

/* multiselect */
/* line 462, /home/andrei/core-admin-release/core-admin/source/stylesheets/select2.scss */
.select2-container-multi .select2-choices {
    height: auto !important;
    height: 1%;
    margin: 0;
    padding: 0;
    position: relative;
    border: 1px solid #aaa;
    cursor: text;
    overflow: hidden;
    background-color: #fff;
    background-image: -webkit-gradient(linear, 0% 0%, 0% 100%, color-stop(1%, #eeeeee), color-stop(15%, white));
    background-image: -webkit-linear-gradient(top, #eeeeee 1%, white 15%);
    background-image: -moz-linear-gradient(top, #eeeeee 1%, white 15%);
    background-image: -o-linear-gradient(top, #eeeeee 1%, white 15%);
    background-image: -ms-linear-gradient(top, #eeeeee 1%, white 15%);
    background-image: linear-gradient(top, #eeeeee 1%, #ffffff 15%);
}

/* line 480, /home/andrei/core-admin-release/core-admin/source/stylesheets/select2.scss */
.select2-locked {
    padding: 3px 5px 3px 5px !important;
}

/* line 485, /home/andrei/core-admin-release/core-admin/source/stylesheets/select2.scss */
.select2-container-multi .select2-choices {
    min-height: 26px;
}
/* line 488, /home/andrei/core-admin-release/core-admin/source/stylesheets/select2.scss */
.select2-container-multi.select2-container-active .select2-choices {
    border: 1px solid #5897fb;
    outline: none;
    -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
    -moz-box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
    -o-box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
}
/* line 497, /home/andrei/core-admin-release/core-admin/source/stylesheets/select2.scss */
.select2-container-multi .select2-choices li {
    float: left;
    list-style: none;
}
/* line 501, /home/andrei/core-admin-release/core-admin/source/stylesheets/select2.scss */
.select2-container-multi .select2-choices .select2-search-field {
    margin: 0;
    padding: 0;
    white-space: nowrap;
}
    /* line 505, /home/andrei/core-admin-release/core-admin/source/stylesheets/select2.scss */
    .select2-container-multi .select2-choices .select2-search-field input {
        padding: 5px;
        margin: 1px 0;
        font-family: sans-serif;
        font-size: 100%;
        color: #666;
        outline: 0;
        border: 0;
        -webkit-box-shadow: none;
        -moz-box-shadow: none;
        -o-box-shadow: none;
        box-shadow: none;
        background: transparent !important;
    }
        /* line 518, /home/andrei/core-admin-release/core-admin/source/stylesheets/select2.scss */
        .select2-container-multi .select2-choices .select2-search-field input.select2-active {
            background: white url("../images/loading.gif") no-repeat 100% !important;
        }

/* line 526, /home/andrei/core-admin-release/core-admin/source/stylesheets/select2.scss */
.select2-default {
    color: #999 !important;
}

/* line 531, /home/andrei/core-admin-release/core-admin/source/stylesheets/select2.scss */
.select2-container-multi .select2-choices .select2-search-choice {
    padding: 3px 5px 3px 18px;
    margin: 3px 0 3px 5px;
    position: relative;
    line-height: 13px;
    color: #333;
    cursor: default;
    border: 1px solid #aaaaaa;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    -webkit-box-shadow: 0 0 2px white inset, 0 1px 0 rgba(0, 0, 0, 0.05);
    -moz-box-shadow: 0 0 2px white inset, 0 1px 0 rgba(0, 0, 0, 0.05);
    box-shadow: 0 0 2px white inset, 0 1px 0 rgba(0, 0, 0, 0.05);
    -webkit-background-clip: padding-box;
    -moz-background-clip: padding;
    background-clip: padding-box;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-color: #e4e4e4;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#eeeeee', endColorstr='#f4f4f4', GradientType=0 );
    background-image: -webkit-gradient(linear, 0% 0%, 0% 100%, color-stop(20%, #f4f4f4), color-stop(50%, #f0f0f0), color-stop(52%, #eaeaea), color-stop(100%, #eeeeee));
    background-image: -webkit-linear-gradient(top, #f4f4f4 20%, #f0f0f0 50%, #eaeaea 52%, #eeeeee 100%);
    background-image: -moz-linear-gradient(top, #f4f4f4 20%, #f0f0f0 50%, #eaeaea 52%, #eeeeee 100%);
    background-image: -o-linear-gradient(top, #f4f4f4 20%, #f0f0f0 50%, #eaeaea 52%, #eeeeee 100%);
    background-image: -ms-linear-gradient(top, #f4f4f4 20%, #f0f0f0 50%, #eaeaea 52%, #eeeeee 100%);
    background-image: linear-gradient(top, #f4f4f4 20%, #f0f0f0 50%, #eaeaea 52%, #eeeeee 100%);
}
    /* line 562, /home/andrei/core-admin-release/core-admin/source/stylesheets/select2.scss */
    .select2-container-multi .select2-choices .select2-search-choice span {
        cursor: default;
    }
/* line 566, /home/andrei/core-admin-release/core-admin/source/stylesheets/select2.scss */
.select2-container-multi .select2-choices .select2-search-choice-focus {
    background: #d4d4d4;
}

/* line 571, /home/andrei/core-admin-release/core-admin/source/stylesheets/select2.scss */
.select2-search-choice-close {
    display: block;
    width: 12px;
    height: 13px;
    position: absolute;
    right: 3px;
    top: 4px;
    font-size: 1px;
    outline: none;
}

/* line 584, /home/andrei/core-admin-release/core-admin/source/stylesheets/select2.scss */
.select2-container-multi .select2-search-choice-close {
    left: 3px;
}
/* line 588, /home/andrei/core-admin-release/core-admin/source/stylesheets/select2.scss */
.select2-container-multi .select2-choices .select2-search-choice .select2-search-choice-close:hover, .select2-container-multi .select2-choices .select2-search-choice-focus .select2-search-choice-close {
    background-position: right -11px;
}
/* line 592, /home/andrei/core-admin-release/core-admin/source/stylesheets/select2.scss */
.select2-container-multi.select2-container-disabled .select2-choices {
    background-color: #f4f4f4;
    background-image: none;
    border: 1px solid #ddd;
    cursor: default;
}
    /* line 597, /home/andrei/core-admin-release/core-admin/source/stylesheets/select2.scss */
    .select2-container-multi.select2-container-disabled .select2-choices .select2-search-choice {
        padding: 3px 5px 3px 5px;
        border: 1px solid #ddd;
        background-image: none;
        background-color: #f4f4f4;
    }
        /* line 602, /home/andrei/core-admin-release/core-admin/source/stylesheets/select2.scss */
        .select2-container-multi.select2-container-disabled .select2-choices .select2-search-choice .select2-search-choice-close {
            display: none;
        }

/* line 609, /home/andrei/core-admin-release/core-admin/source/stylesheets/select2.scss */
.select2-result-selectable .select2-match, .select2-result-unselectable .select2-match {
    text-decoration: underline;
}

/* line 613, /home/andrei/core-admin-release/core-admin/source/stylesheets/select2.scss */
.select2-offscreen {
    position: absolute;
    left: -10000px;
}

/* line 618, /home/andrei/core-admin-release/core-admin/source/stylesheets/select2.scss */
.select2-display-none {
    display: none;
}
/* \f020 doesn't work in Safari. all shifted one down */
/* line 9, /home/andrei/core-admin-release/core-admin/source/stylesheets/select2_overrides.scss */
.select2-container {
    width: 100%;
}
    /* line 12, /home/andrei/core-admin-release/core-admin/source/stylesheets/select2_overrides.scss */
    .select2-container .select2-choice {
        border: 1px solid #ccc;
        -webkit-border-radius: 0px;
        -moz-border-radius: 0px;
        -ms-border-radius: 0px;
        -o-border-radius: 0px;
        border-radius: 0px;
        background: whitesmoke;
        background-image: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjUwJSIgeTE9IjAlIiB4Mj0iNTAlIiB5Mj0iMTAwJSI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ZmZmZmZiIvPjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iI2Y1ZjVmNSIvPjwvbGluZWFyR3JhZGllbnQ+PC9kZWZzPjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIGZpbGw9InVybCgjZ3JhZCkiIC8+PC9zdmc+IA==');
        background-size: 100%;
        background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #ffffff), color-stop(100%, #f5f5f5));
        background-image: -webkit-linear-gradient(top, #ffffff, #f5f5f5);
        background-image: -moz-linear-gradient(top, #ffffff, #f5f5f5);
        background-image: -o-linear-gradient(top, #ffffff, #f5f5f5);
        background-image: linear-gradient(top, #ffffff, #f5f5f5);
    }
    /* line 18, /home/andrei/core-admin-release/core-admin/source/stylesheets/select2_overrides.scss */
    .select2-container.select2-drop-above .select2-choice {
        border-bottom-color: #d2d2d2;
        -webkit-border-radius: 0 0 0px 0px;
        -moz-border-radius: 0 0 0px 0px;
        -ms-border-radius: 0 0 0px 0px;
        -o-border-radius: 0 0 0px 0px;
        border-radius: 0 0 0px 0px;
        background: whitesmoke;
        background-image: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjUwJSIgeTE9IjAlIiB4Mj0iNTAlIiB5Mj0iMTAwJSI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ZmZmZmZiIvPjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iI2Y1ZjVmNSIvPjwvbGluZWFyR3JhZGllbnQ+PC9kZWZzPjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIGZpbGw9InVybCgjZ3JhZCkiIC8+PC9zdmc+IA==');
        background-size: 100%;
        background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #ffffff), color-stop(100%, #f5f5f5));
        background-image: -webkit-linear-gradient(top, #ffffff, #f5f5f5);
        background-image: -moz-linear-gradient(top, #ffffff, #f5f5f5);
        background-image: -o-linear-gradient(top, #ffffff, #f5f5f5);
        background-image: linear-gradient(top, #ffffff, #f5f5f5);
    }

/* line 25, /home/andrei/core-admin-release/core-admin/source/stylesheets/select2_overrides.scss */
.select2-default {
    color: #666 !important;
}

/* line 30, /home/andrei/core-admin-release/core-admin/source/stylesheets/select2_overrides.scss */
.select2-results .select2-highlighted {
    background: #519FC7;
}

/* line 35, /home/andrei/core-admin-release/core-admin/source/stylesheets/select2_overrides.scss */
.select2-drop {
    border: 1px solid #d2d2d2;
    border-top: 0;
    -webkit-border-radius: 0 0 0px 0px;
    -moz-border-radius: 0 0 0px 0px;
    -ms-border-radius: 0 0 0px 0px;
    -o-border-radius: 0 0 0px 0px;
    border-radius: 0 0 0px 0px;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
}
    /* line 40, /home/andrei/core-admin-release/core-admin/source/stylesheets/select2_overrides.scss */
    .select2-drop.select2-drop-above {
        border-top: 1px solid #d2d2d2;
        -webkit-box-shadow: none;
        -moz-box-shadow: none;
        box-shadow: none;
        -webkit-border-radius: 0px 0px 0 0;
        -moz-border-radius: 0px 0px 0 0;
        -ms-border-radius: 0px 0px 0 0;
        -o-border-radius: 0px 0px 0 0;
        border-radius: 0px 0px 0 0;
    }

/* line 47, /home/andrei/core-admin-release/core-admin/source/stylesheets/select2_overrides.scss */
.select2-container .select2-choice {
    color: #666666;
    height: 28px;
}

    /* line 52, /home/andrei/core-admin-release/core-admin/source/stylesheets/select2_overrides.scss */
    .select2-container .select2-choice div {
        border-left: 1px solid transparent;
        -webkit-border-radius: 0 0px 0px 0;
        -moz-border-radius: 0 0px 0px 0;
        -ms-border-radius: 0 0px 0px 0;
        -o-border-radius: 0 0px 0px 0;
        border-radius: 0 0px 0px 0;
        background: transparent;
        width: 20px;
    }
        /* line 59, /home/andrei/core-admin-release/core-admin/source/stylesheets/select2_overrides.scss */
        .select2-container .select2-choice div b {
            background: none;
        }
            /* line 61, /home/andrei/core-admin-release/core-admin/source/stylesheets/select2_overrides.scss */
            .select2-container .select2-choice div b:after {
                content: "\f0dd";
                top: 2px;
                right: 2px;
                font-family: FontAwesome;
                font-weight: normal;
                font-style: normal;
                display: inline-block;
                text-decoration: inherit;
                position: absolute;
                width: 18px;
                height: 18px;
                pointer-events: none;
                text-align: center;
                line-height: 18px;
                font-size: 14px;
                color: #888;
            }

/* line 71, /home/andrei/core-admin-release/core-admin/source/stylesheets/select2_overrides.scss */
.select2-search:after {
    content: "\f002";
    font-family: FontAwesome;
    font-weight: normal;
    font-style: normal;
    display: inline-block;
    text-decoration: inherit;
    position: absolute;
    width: 18px;
    height: 18px;
    pointer-events: none;
    text-align: center;
    line-height: 18px;
    font-size: 14px;
    color: #888;
    top: 5px;
    right: 10px;
}

/* line 79, /home/andrei/core-admin-release/core-admin/source/stylesheets/select2_overrides.scss */
.select2-search input {
    border: 1px solid #ccc;
    background: #fff;
}

    /* line 85, /home/andrei/core-admin-release/core-admin/source/stylesheets/select2_overrides.scss */
    .select2-search input.select2-active {
        background: white url("../images/loading.gif") no-repeat 100%;
    }

/* line 90, /home/andrei/core-admin-release/core-admin/source/stylesheets/select2_overrides.scss */
.select2-container-active .select2-choice, .select2-container-active .select2-choices {
    border: 1px solid #bbb;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
}

/* line 96, /home/andrei/core-admin-release/core-admin/source/stylesheets/select2_overrides.scss */
.select2-dropdown-open .select2-choice {
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    background: #fff;
}

/* line 103, /home/andrei/core-admin-release/core-admin/source/stylesheets/select2_overrides.scss */
.select2-container-multi .select2-choices {
    background: #fff;
    border: 1px solid #d2d2d2;
}

/* line 109, /home/andrei/core-admin-release/core-admin/source/stylesheets/select2_overrides.scss */
.select2-container-multi.select2-container-active .select2-choices {
    border: 1px solid #d2d2d2;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
}

/* line 116, /home/andrei/core-admin-release/core-admin/source/stylesheets/select2_overrides.scss */
.select2-container-multi .select2-choices .select2-search-choice {
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    -ms-border-radius: 2px;
    -o-border-radius: 2px;
    border-radius: 2px;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    background: #f2f2f2;
    background-image: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjUwJSIgeTE9IjAlIiB4Mj0iNTAlIiB5Mj0iMTAwJSI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ZjZmNmYyIvPjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iI2YyZjJmMiIvPjwvbGluZWFyR3JhZGllbnQ+PC9kZWZzPjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIGZpbGw9InVybCgjZ3JhZCkiIC8+PC9zdmc+IA==');
    background-size: 100%;
    background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #fcfcfc), color-stop(100%, #f2f2f2));
    background-image: -webkit-linear-gradient(top, #fcfcfc, #f2f2f2);
    background-image: -moz-linear-gradient(top, #fcfcfc, #f2f2f2);
    background-image: -o-linear-gradient(top, #fcfcfc, #f2f2f2);
    background-image: linear-gradient(top, #fcfcfc, #f2f2f2);
    border: 1px solid #d2d2d2;
}

/* line 124, /home/andrei/core-admin-release/core-admin/source/stylesheets/select2_overrides.scss */
.select2-container-multi .select2-search-choice-close {
    background: none;
}
    /* line 126, /home/andrei/core-admin-release/core-admin/source/stylesheets/select2_overrides.scss */
    .select2-container-multi .select2-search-choice-close:after {
        content: "\f00d";
        top: -4px;
        right: -2px;
        font-family: FontAwesome;
        font-weight: normal;
        font-style: normal;
        display: inline-block;
        text-decoration: inherit;
        position: absolute;
        width: 18px;
        height: 18px;
        pointer-events: none;
        text-align: center;
        line-height: 18px;
        font-size: 14px;
        color: #888;
    }
/* line 3, /home/andrei/core-admin-release/core-admin/source/stylesheets/ui_custom.scss */
.ui-slider {
    position: relative;
    text-align: left;
}
    /* line 6, /home/andrei/core-admin-release/core-admin/source/stylesheets/ui_custom.scss */
    .ui-slider .ui-slider-handle {
        position: absolute;
        z-index: 2;
        width: 16px;
        height: 16px;
        cursor: default;
        border: none;
        cursor: pointer;
    }
    /* line 15, /home/andrei/core-admin-release/core-admin/source/stylesheets/ui_custom.scss */
    .ui-slider .ui-slider-range {
        position: absolute;
        z-index: 1;
        height: 6px;
        font-size: .7em;
        display: block;
        border: 1px solid #e15b5b;
        box-shadow: 0 1px 0 #f6aaaa inset;
        -moz-border-radius: 6px;
        -webkit-border-radius: 6px;
        -khtml-border-radius: 6px;
        border-radius: 6px;
        background: #f38181;
        background-image: url('data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIHZpZXdCb3g9IjAgMCAxIDEiIHByZXNlcnZlQXNwZWN0UmF0aW89Im5vbmUiPgo8bGluZWFyR3JhZGllbnQgaWQ9ImczNjMiIGdyYWRpZW50VW5pdHM9InVzZXJTcGFjZU9uVXNlIiB4MT0iMCUiIHkxPSIwJSIgeDI9IjEwMCUiIHkyPSIxMDAlIj4KPHN0b3Agc3RvcC1jb2xvcj0iI0NDMDAwMCIgb2Zmc2V0PSIwIi8+PHN0b3Agc3RvcC1jb2xvcj0iIzk5MDAwMCIgb2Zmc2V0PSIxIi8+CjwvbGluZWFyR3JhZGllbnQ+CjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxIiBoZWlnaHQ9IjEiIGZpbGw9InVybCgjZzM2MykiIC8+Cjwvc3ZnPg==');
        background-size: 100%;
        background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #f5a0a0), color-stop(100%, #f38181));
        background-image: -webkit-linear-gradient(top, #f5a0a0, #f38181);
        background-image: -moz-linear-gradient(top, #f5a0a0, #f38181);
        background-image: -o-linear-gradient(top, #f5a0a0, #f38181);
        background-image: linear-gradient(top, #f5a0a0, #f38181);
    }

/* line 31, /home/andrei/core-admin-release/core-admin/source/stylesheets/ui_custom.scss */
.ui-slider-horizontal {
    height: 4px;
    background: #d7d7d7;
    border: 1px solid #bababa;
    box-shadow: 0 1px 0 #fff, 0 1px 0 #cfcfcf inset;
    clear: both;
    margin: 8px 0;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    -ms-border-radius: 6px;
    -o-border-radius: 6px;
    border-radius: 6px;
}
    /* line 40, /home/andrei/core-admin-release/core-admin/source/stylesheets/ui_custom.scss */
    .ui-slider-horizontal .ui-slider-handle {
        top: -6px;
        margin-left: -0.6em;
    }
    /* line 44, /home/andrei/core-admin-release/core-admin/source/stylesheets/ui_custom.scss */
    .ui-slider-horizontal .ui-slider-range {
        top: -1px;
        height: 100%;
    }
    /* line 48, /home/andrei/core-admin-release/core-admin/source/stylesheets/ui_custom.scss */
    .ui-slider-horizontal .ui-slider-range-min {
        left: 0;
    }
    /* line 51, /home/andrei/core-admin-release/core-admin/source/stylesheets/ui_custom.scss */
    .ui-slider-horizontal .ui-slider-range-max {
        right: 0;
    }

/* line 57, /home/andrei/core-admin-release/core-admin/source/stylesheets/ui_custom.scss */
.ui-slider-vertical .ui-slider-handle {
    left: -6px;
    margin-left: 0;
    margin-bottom: -0.6em;
}
/* line 62, /home/andrei/core-admin-release/core-admin/source/stylesheets/ui_custom.scss */
.ui-slider-vertical .ui-slider-range {
    left: 0;
    width: 4px;
    background: #f38181;
    background-image: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjUwJSIgeTE9IjAlIiB4Mj0iNTAlIiB5Mj0iMTAwJSI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2EwZDRmNSIvPjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iIzgxYjhmMyIvPjwvbGluZWFyR3JhZGllbnQ+PC9kZWZzPjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIGZpbGw9InVybCgjZ3JhZCkiIC8+PC9zdmc+IA==');
    background-size: 100%;
    background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #f5a0a0), color-stop(100%, #f38181));
    background-image: -webkit-linear-gradient(top, #f5a0a0, #f38181);
    background-image: -moz-linear-gradient(top, #f5a0a0, #f38181);
    background-image: -o-linear-gradient(top, #f5a0a0, #f38181);
    background-image: linear-gradient(top, #f5a0a0, #f38181);
}
/* line 68, /home/andrei/core-admin-release/core-admin/source/stylesheets/ui_custom.scss */
.ui-slider-vertical .ui-slider-range-min {
    bottom: 0;
}
/* line 72, /home/andrei/core-admin-release/core-admin/source/stylesheets/ui_custom.scss */
.ui-slider-vertical .ui-slider-range-max {
    top: 0;
}

/* line 78, /home/andrei/core-admin-release/core-admin/source/stylesheets/ui_custom.scss */
.ui-slider-vertical {
    height: 100px;
    width: 6px;
    background: #d7d7d7;
    box-shadow: 0 1px 0 white, 0 1px 0 #cfcfcf inset;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    -ms-border-radius: 6px;
    -o-border-radius: 6px;
    border-radius: 6px;
}

/* line 85, /home/andrei/core-admin-release/core-admin/source/stylesheets/ui_custom.scss */
.ui-slider .ui-slider-handle {
    border-radius: 50%;
    background: #f9fbfa;
    background-image: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjUwJSIgeTE9IjAlIiB4Mj0iNTAlIiB5Mj0iMTAwJSI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2M3Y2VkNiIvPjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iI2Y5ZmJmYSIvPjwvbGluZWFyR3JhZGllbnQ+PC9kZWZzPjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIGZpbGw9InVybCgjZ3JhZCkiIC8+PC9zdmc+IA==');
    background-size: 100%;
    background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #c7ced6), color-stop(100%, #f9fbfa));
    background-image: -webkit-linear-gradient(top, #c7ced6, #f9fbfa);
    background-image: -moz-linear-gradient(top, #c7ced6, #f9fbfa);
    background-image: -o-linear-gradient(top, #c7ced6, #f9fbfa);
    background-image: linear-gradient(top, #c7ced6, #f9fbfa);
    width: 22px;
    height: 22px;
    -webkit-box-shadow: 0 2px 3px -1px rgba(0, 0, 0, 0.6), 0 -1px 0px 1px rgba(0, 0, 0, 0.15) inset, 0 1px 0px 1px rgba(255, 255, 255, 0.9) inset;
    -moz-box-shadow: 0 2px 3px -1px rgba(0, 0, 0, 0.6), 0 -1px 0px 1px rgba(0, 0, 0, 0.15) inset, 0 1px 0px 1px rgba(255, 255, 255, 0.9) inset;
    box-shadow: 0 2px 3px -1px rgba(0, 0, 0, 0.6), 0 -1px 0px 1px rgba(0, 0, 0, 0.15) inset, 0 1px 0px 1px rgba(255, 255, 255, 0.9) inset;
    -webkit-transition: box-shadow 0.3s;
    -moz-transition: box-shadow 0.3s;
    -o-transition: box-shadow 0.3s;
    transition: box-shadow 0.3s;
}
    /* line 94, /home/andrei/core-admin-release/core-admin/source/stylesheets/ui_custom.scss */
    .ui-slider .ui-slider-handle:active {
        -webkit-box-shadow: 0 1px 2px -1px rgba(0, 0, 0, 0.6), 0 -1px 0px 1px rgba(0, 0, 0, 0.15) inset, 0 1px 0px 1px rgba(255, 255, 255, 0.9) inset;
        -moz-box-shadow: 0 1px 2px -1px rgba(0, 0, 0, 0.6), 0 -1px 0px 1px rgba(0, 0, 0, 0.15) inset, 0 1px 0px 1px rgba(255, 255, 255, 0.9) inset;
        box-shadow: 0 1px 2px -1px rgba(0, 0, 0, 0.6), 0 -1px 0px 1px rgba(0, 0, 0, 0.15) inset, 0 1px 0px 1px rgba(255, 255, 255, 0.9) inset;
    }
    /* line 98, /home/andrei/core-admin-release/core-admin/source/stylesheets/ui_custom.scss */
    .ui-slider .ui-slider-handle:after {
        content: "";
        position: absolute;
        width: 8px;
        height: 8px;
        border-radius: 50%;
        top: 50%;
        margin-top: -4px;
        left: 50%;
        margin-left: -4px;
        background: #cc0000;
        -webkit-box-shadow: 0 1px 1px 1px rgba(153, 0, 0, 0.7) inset, 0 1px 0px 0px white;
        -moz-box-shadow: 0 1px 1px 1px rgba(153, 0, 0, 0.7) inset, 0 1px 0px 0px white;
        box-shadow: 0 1px 1px 1px rgba(153, 0, 0, 0.7) inset, 0 1px 0px 0px white;
    }

/* line 113, /home/andrei/core-admin-release/core-admin/source/stylesheets/ui_custom.scss */
.ui-slider-horizontal .ui-slider-handle {
    top: -10px;
}

/* line 117, /home/andrei/core-admin-release/core-admin/source/stylesheets/ui_custom.scss */
.ui-slider-vertical .ui-slider-handle {
    left: -8px;
}

/* line 122, /home/andrei/core-admin-release/core-admin/source/stylesheets/ui_custom.scss */
.ranged-slider-ui label {
    color: #858585;
}
/* line 126, /home/andrei/core-admin-release/core-admin/source/stylesheets/ui_custom.scss */
.ranged-slider-ui input {
    background: none;
    border: none;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    margin: 0;
}
    /* line 132, /home/andrei/core-admin-release/core-admin/source/stylesheets/ui_custom.scss */
    .ranged-slider-ui input:focus {
        background: none;
        border: none;
        -webkit-box-shadow: none;
        -moz-box-shadow: none;
        box-shadow: none;
    }
/* line 140, /home/andrei/core-admin-release/core-admin/source/stylesheets/ui_custom.scss */
.ranged-slider-ui.vertical-bars span {
    height: 120px;
    float: left;
    margin-right: 30px;
    display: block;
}
/* iCheck.js Flat skin, aero
----------------------------------- */
/* line 5, /home/andrei/core-admin-release/core-admin/source/stylesheets/icheck_blue.scss */
.icheckbox_flat-aero,
.iradio_flat-aero {
    display: inline-block;
    margin: 0;
    padding: 0;
    width: 20px;
    height: 20px;
    background: url("../images/blue.png") no-repeat;
    border: none;
    cursor: pointer;
}
    /* line 15, /home/andrei/core-admin-release/core-admin/source/stylesheets/icheck_blue.scss */
    .icheckbox_flat-aero + label,
    .iradio_flat-aero + label {
        display: inline-block;
        position: relative;
        top: -5px;
        left: 5px;
    }

/* line 23, /home/andrei/core-admin-release/core-admin/source/stylesheets/icheck_blue.scss */
.icheckbox_flat-aero {
    background-position: 0 0;
}

    /* line 26, /home/andrei/core-admin-release/core-admin/source/stylesheets/icheck_blue.scss */
    .icheckbox_flat-aero.checked {
        background-position: -22px 0;
    }

    /* line 29, /home/andrei/core-admin-release/core-admin/source/stylesheets/icheck_blue.scss */
    .icheckbox_flat-aero.disabled {
        background-position: -44px 0;
        cursor: default;
    }

    /* line 33, /home/andrei/core-admin-release/core-admin/source/stylesheets/icheck_blue.scss */
    .icheckbox_flat-aero.checked.disabled {
        background-position: -66px 0;
    }

/* line 37, /home/andrei/core-admin-release/core-admin/source/stylesheets/icheck_blue.scss */
.iradio_flat-aero {
    background-position: -88px 0;
}

    /* line 40, /home/andrei/core-admin-release/core-admin/source/stylesheets/icheck_blue.scss */
    .iradio_flat-aero.checked {
        background-position: -110px 0;
    }

    /* line 43, /home/andrei/core-admin-release/core-admin/source/stylesheets/icheck_blue.scss */
    .iradio_flat-aero.disabled {
        background-position: -132px 0;
        cursor: default;
    }

    /* line 47, /home/andrei/core-admin-release/core-admin/source/stylesheets/icheck_blue.scss */
    .iradio_flat-aero.checked.disabled {
        background-position: -154px 0;
    }

/* Retina support */
@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (-moz-min-device-pixel-ratio: 1.5), only screen and (-o-min-device-pixel-ratio: 3 / 2), only screen and (min-device-pixel-ratio: 1.5) {
    /* line 57, /home/andrei/core-admin-release/core-admin/source/stylesheets/icheck_blue.scss */
    .icheckbox_flat-aero,
    .iradio_flat-aero {
        background-image: url("../images/blue@2x.png");
        -webkit-background-size: 176px 22px;
        background-size: 176px 22px;
    }
}
/* line 41, /home/andrei/core-admin-release/core-admin/source/stylesheets/xcharts.scss */
.xchart .line {
    stroke-width: 3px;
    fill: none;
}
/* line 45, /home/andrei/core-admin-release/core-admin/source/stylesheets/xcharts.scss */
.xchart .fill {
    stroke-width: 0;
}
/* line 48, /home/andrei/core-admin-release/core-admin/source/stylesheets/xcharts.scss */
.xchart circle {
    stroke: #FFF;
    stroke-width: 3px;
}
/* line 53, /home/andrei/core-admin-release/core-admin/source/stylesheets/xcharts.scss */
.xchart .axis .domain {
    fill: none;
}
/* line 56, /home/andrei/core-admin-release/core-admin/source/stylesheets/xcharts.scss */
.xchart .axis .tick {
    stroke: #EEE;
    stroke-width: 1px;
}
/* line 60, /home/andrei/core-admin-release/core-admin/source/stylesheets/xcharts.scss */
.xchart .axis text {
    font-family: Helvetica, Arial, Verdana, sans-serif;
    fill: #666;
    font-size: 12px;
}
/* line 15, /home/andrei/core-admin-release/core-admin/source/stylesheets/xcharts.scss */
.xchart .color0 .line {
    stroke: #3880aa;
}
/* line 18, /home/andrei/core-admin-release/core-admin/source/stylesheets/xcharts.scss */
.xchart .color0 rect, .xchart .color0 circle {
    fill: #3880aa;
}
/* line 21, /home/andrei/core-admin-release/core-admin/source/stylesheets/xcharts.scss */
.xchart .color0 .fill {
    fill: rgba(56, 128, 170, 0.1);
}
/* line 25, /home/andrei/core-admin-release/core-admin/source/stylesheets/xcharts.scss */
.xchart .color0.comp .line {
    stroke: #89bbd8;
}
/* line 28, /home/andrei/core-admin-release/core-admin/source/stylesheets/xcharts.scss */
.xchart .color0.comp rect {
    fill: #89bbd8;
}
/* line 31, /home/andrei/core-admin-release/core-admin/source/stylesheets/xcharts.scss */
.xchart .color0.comp .fill {
    display: none;
}
/* line 34, /home/andrei/core-admin-release/core-admin/source/stylesheets/xcharts.scss */
.xchart .color0.comp circle, .xchart .color0.comp .pointer {
    fill: #89bbd8;
}
/* line 15, /home/andrei/core-admin-release/core-admin/source/stylesheets/xcharts.scss */
.xchart .color1 .line {
    stroke: #4da944;
}
/* line 18, /home/andrei/core-admin-release/core-admin/source/stylesheets/xcharts.scss */
.xchart .color1 rect, .xchart .color1 circle {
    fill: #4da944;
}
/* line 21, /home/andrei/core-admin-release/core-admin/source/stylesheets/xcharts.scss */
.xchart .color1 .fill {
    fill: rgba(77, 169, 68, 0.1);
}
/* line 25, /home/andrei/core-admin-release/core-admin/source/stylesheets/xcharts.scss */
.xchart .color1.comp .line {
    stroke: #9dd597;
}
/* line 28, /home/andrei/core-admin-release/core-admin/source/stylesheets/xcharts.scss */
.xchart .color1.comp rect {
    fill: #9dd597;
}
/* line 31, /home/andrei/core-admin-release/core-admin/source/stylesheets/xcharts.scss */
.xchart .color1.comp .fill {
    display: none;
}
/* line 34, /home/andrei/core-admin-release/core-admin/source/stylesheets/xcharts.scss */
.xchart .color1.comp circle, .xchart .color1.comp .pointer {
    fill: #9dd597;
}
/* line 15, /home/andrei/core-admin-release/core-admin/source/stylesheets/xcharts.scss */
.xchart .color2 .line {
    stroke: #f26522;
}
/* line 18, /home/andrei/core-admin-release/core-admin/source/stylesheets/xcharts.scss */
.xchart .color2 rect, .xchart .color2 circle {
    fill: #f26522;
}
/* line 21, /home/andrei/core-admin-release/core-admin/source/stylesheets/xcharts.scss */
.xchart .color2 .fill {
    fill: rgba(242, 101, 34, 0.1);
}
/* line 25, /home/andrei/core-admin-release/core-admin/source/stylesheets/xcharts.scss */
.xchart .color2.comp .line {
    stroke: #f9b99a;
}
/* line 28, /home/andrei/core-admin-release/core-admin/source/stylesheets/xcharts.scss */
.xchart .color2.comp rect {
    fill: #f9b99a;
}
/* line 31, /home/andrei/core-admin-release/core-admin/source/stylesheets/xcharts.scss */
.xchart .color2.comp .fill {
    display: none;
}
/* line 34, /home/andrei/core-admin-release/core-admin/source/stylesheets/xcharts.scss */
.xchart .color2.comp circle, .xchart .color2.comp .pointer {
    fill: #f9b99a;
}
/* line 15, /home/andrei/core-admin-release/core-admin/source/stylesheets/xcharts.scss */
.xchart .color3 .line {
    stroke: #c6080d;
}
/* line 18, /home/andrei/core-admin-release/core-admin/source/stylesheets/xcharts.scss */
.xchart .color3 rect, .xchart .color3 circle {
    fill: #c6080d;
}
/* line 21, /home/andrei/core-admin-release/core-admin/source/stylesheets/xcharts.scss */
.xchart .color3 .fill {
    fill: rgba(198, 8, 13, 0.1);
}
/* line 25, /home/andrei/core-admin-release/core-admin/source/stylesheets/xcharts.scss */
.xchart .color3.comp .line {
    stroke: #f8555a;
}
/* line 28, /home/andrei/core-admin-release/core-admin/source/stylesheets/xcharts.scss */
.xchart .color3.comp rect {
    fill: #f8555a;
}
/* line 31, /home/andrei/core-admin-release/core-admin/source/stylesheets/xcharts.scss */
.xchart .color3.comp .fill {
    display: none;
}
/* line 34, /home/andrei/core-admin-release/core-admin/source/stylesheets/xcharts.scss */
.xchart .color3.comp circle, .xchart .color3.comp .pointer {
    fill: #f8555a;
}
/* line 15, /home/andrei/core-admin-release/core-admin/source/stylesheets/xcharts.scss */
.xchart .color4 .line {
    stroke: #672d8b;
}
/* line 18, /home/andrei/core-admin-release/core-admin/source/stylesheets/xcharts.scss */
.xchart .color4 rect, .xchart .color4 circle {
    fill: #672d8b;
}
/* line 21, /home/andrei/core-admin-release/core-admin/source/stylesheets/xcharts.scss */
.xchart .color4 .fill {
    fill: rgba(103, 45, 139, 0.1);
}
/* line 25, /home/andrei/core-admin-release/core-admin/source/stylesheets/xcharts.scss */
.xchart .color4.comp .line {
    stroke: #a869ce;
}
/* line 28, /home/andrei/core-admin-release/core-admin/source/stylesheets/xcharts.scss */
.xchart .color4.comp rect {
    fill: #a869ce;
}
/* line 31, /home/andrei/core-admin-release/core-admin/source/stylesheets/xcharts.scss */
.xchart .color4.comp .fill {
    display: none;
}
/* line 34, /home/andrei/core-admin-release/core-admin/source/stylesheets/xcharts.scss */
.xchart .color4.comp circle, .xchart .color4.comp .pointer {
    fill: #a869ce;
}
/* line 15, /home/andrei/core-admin-release/core-admin/source/stylesheets/xcharts.scss */
.xchart .color5 .line {
    stroke: #ce1797;
}
/* line 18, /home/andrei/core-admin-release/core-admin/source/stylesheets/xcharts.scss */
.xchart .color5 rect, .xchart .color5 circle {
    fill: #ce1797;
}
/* line 21, /home/andrei/core-admin-release/core-admin/source/stylesheets/xcharts.scss */
.xchart .color5 .fill {
    fill: rgba(206, 23, 151, 0.1);
}
/* line 25, /home/andrei/core-admin-release/core-admin/source/stylesheets/xcharts.scss */
.xchart .color5.comp .line {
    stroke: #f075cb;
}
/* line 28, /home/andrei/core-admin-release/core-admin/source/stylesheets/xcharts.scss */
.xchart .color5.comp rect {
    fill: #f075cb;
}
/* line 31, /home/andrei/core-admin-release/core-admin/source/stylesheets/xcharts.scss */
.xchart .color5.comp .fill {
    display: none;
}
/* line 34, /home/andrei/core-admin-release/core-admin/source/stylesheets/xcharts.scss */
.xchart .color5.comp circle, .xchart .color5.comp .pointer {
    fill: #f075cb;
}
/* line 15, /home/andrei/core-admin-release/core-admin/source/stylesheets/xcharts.scss */
.xchart .color6 .line {
    stroke: #d9ce00;
}
/* line 18, /home/andrei/core-admin-release/core-admin/source/stylesheets/xcharts.scss */
.xchart .color6 rect, .xchart .color6 circle {
    fill: #d9ce00;
}
/* line 21, /home/andrei/core-admin-release/core-admin/source/stylesheets/xcharts.scss */
.xchart .color6 .fill {
    fill: rgba(217, 206, 0, 0.1);
}
/* line 25, /home/andrei/core-admin-release/core-admin/source/stylesheets/xcharts.scss */
.xchart .color6.comp .line {
    stroke: #fff75a;
}
/* line 28, /home/andrei/core-admin-release/core-admin/source/stylesheets/xcharts.scss */
.xchart .color6.comp rect {
    fill: #fff75a;
}
/* line 31, /home/andrei/core-admin-release/core-admin/source/stylesheets/xcharts.scss */
.xchart .color6.comp .fill {
    display: none;
}
/* line 34, /home/andrei/core-admin-release/core-admin/source/stylesheets/xcharts.scss */
.xchart .color6.comp circle, .xchart .color6.comp .pointer {
    fill: #fff75a;
}
/* line 15, /home/andrei/core-admin-release/core-admin/source/stylesheets/xcharts.scss */
.xchart .color7 .line {
    stroke: #754c24;
}
/* line 18, /home/andrei/core-admin-release/core-admin/source/stylesheets/xcharts.scss */
.xchart .color7 rect, .xchart .color7 circle {
    fill: #754c24;
}
/* line 21, /home/andrei/core-admin-release/core-admin/source/stylesheets/xcharts.scss */
.xchart .color7 .fill {
    fill: rgba(117, 76, 36, 0.1);
}
/* line 25, /home/andrei/core-admin-release/core-admin/source/stylesheets/xcharts.scss */
.xchart .color7.comp .line {
    stroke: #c98c50;
}
/* line 28, /home/andrei/core-admin-release/core-admin/source/stylesheets/xcharts.scss */
.xchart .color7.comp rect {
    fill: #c98c50;
}
/* line 31, /home/andrei/core-admin-release/core-admin/source/stylesheets/xcharts.scss */
.xchart .color7.comp .fill {
    display: none;
}
/* line 34, /home/andrei/core-admin-release/core-admin/source/stylesheets/xcharts.scss */
.xchart .color7.comp circle, .xchart .color7.comp .pointer {
    fill: #c98c50;
}
/* line 15, /home/andrei/core-admin-release/core-admin/source/stylesheets/xcharts.scss */
.xchart .color8 .line {
    stroke: #2eb9b4;
}
/* line 18, /home/andrei/core-admin-release/core-admin/source/stylesheets/xcharts.scss */
.xchart .color8 rect, .xchart .color8 circle {
    fill: #2eb9b4;
}
/* line 21, /home/andrei/core-admin-release/core-admin/source/stylesheets/xcharts.scss */
.xchart .color8 .fill {
    fill: rgba(46, 185, 180, 0.1);
}
/* line 25, /home/andrei/core-admin-release/core-admin/source/stylesheets/xcharts.scss */
.xchart .color8.comp .line {
    stroke: #86e1de;
}
/* line 28, /home/andrei/core-admin-release/core-admin/source/stylesheets/xcharts.scss */
.xchart .color8.comp rect {
    fill: #86e1de;
}
/* line 31, /home/andrei/core-admin-release/core-admin/source/stylesheets/xcharts.scss */
.xchart .color8.comp .fill {
    display: none;
}
/* line 34, /home/andrei/core-admin-release/core-admin/source/stylesheets/xcharts.scss */
.xchart .color8.comp circle, .xchart .color8.comp .pointer {
    fill: #86e1de;
}
/* line 15, /home/andrei/core-admin-release/core-admin/source/stylesheets/xcharts.scss */
.xchart .color9 .line {
    stroke: #0e2e42;
}
/* line 18, /home/andrei/core-admin-release/core-admin/source/stylesheets/xcharts.scss */
.xchart .color9 rect, .xchart .color9 circle {
    fill: #0e2e42;
}
/* line 21, /home/andrei/core-admin-release/core-admin/source/stylesheets/xcharts.scss */
.xchart .color9 .fill {
    fill: rgba(14, 46, 66, 0.1);
}
/* line 25, /home/andrei/core-admin-release/core-admin/source/stylesheets/xcharts.scss */
.xchart .color9.comp .line {
    stroke: #2477ab;
}
/* line 28, /home/andrei/core-admin-release/core-admin/source/stylesheets/xcharts.scss */
.xchart .color9.comp rect {
    fill: #2477ab;
}
/* line 31, /home/andrei/core-admin-release/core-admin/source/stylesheets/xcharts.scss */
.xchart .color9.comp .fill {
    display: none;
}
/* line 34, /home/andrei/core-admin-release/core-admin/source/stylesheets/xcharts.scss */
.xchart .color9.comp circle, .xchart .color9.comp .pointer {
    fill: #2477ab;
}

/* line 76, /home/andrei/core-admin-release/core-admin/source/stylesheets/xcharts.scss */
.ex-tooltip {
    position: absolute;
    background: #EEE;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    -o-border-radius: 3px;
    border-radius: 3px;
    padding: 5px;
    -webkit-box-shadow: 0 1px 3px #000;
    -moz-box-shadow: 0 1px 3px #000;
    -ms-box-shadow: 0 1px 3px #000;
    -o-box-shadow: 0 1px 3px #000;
    box-shadow: 0 1px 3px #000;
    border-collapse: separate;
    display: none;
}
/* line 1, /home/andrei/core-admin-release/core-admin/source/stylesheets/justgage.scss */
.justgage {
    width: 200px;
    height: 160px;
    display: inline-block;
}
    /* line 6, /home/andrei/core-admin-release/core-admin/source/stylesheets/justgage.scss */
    .justgage.small {
        width: 90px;
        height: 70px;
    }
/* line 1, /home/andrei/core-admin-release/core-admin/source/stylesheets/easy_pie_chart.scss */
.easyPieChart {
    position: relative;
    text-align: center;
    font-size: 16px;
    font-weight: 600;
}
    /* line 7, /home/andrei/core-admin-release/core-admin/source/stylesheets/easy_pie_chart.scss */
    .easyPieChart.easy-pie-chart-small {
        font-size: 10px;
    }

    /* line 12, /home/andrei/core-admin-release/core-admin/source/stylesheets/easy_pie_chart.scss */
    .easyPieChart canvas {
        position: absolute;
        top: 0;
        left: 0;
    }
/* line 3, /home/andrei/core-admin-release/core-admin/source/stylesheets/sparkline_box.scss */
.sparkline-box {
    margin: 0;
    padding: 0;
    margin-top: 10px;
}
    /* line 6, /home/andrei/core-admin-release/core-admin/source/stylesheets/sparkline_box.scss */
    .sparkline-box.side .sparkline {
        margin-top: 5px;
    }
    /* line 10, /home/andrei/core-admin-release/core-admin/source/stylesheets/sparkline_box.scss */
    .sparkline-box.side .sparkline-row {
        padding: 0;
        float: none;
        border: none;
    }
    /* line 16, /home/andrei/core-admin-release/core-admin/source/stylesheets/sparkline_box.scss */
    .sparkline-box.side h4 {
        margin-right: 20px;
        min-width: 70px;
        text-shadow: none;
    }
        /* line 21, /home/andrei/core-admin-release/core-admin/source/stylesheets/sparkline_box.scss */
        .sparkline-box.side h4 span {
            color: inherit;
        }
    /* line 31, /home/andrei/core-admin-release/core-admin/source/stylesheets/sparkline_box.scss */
    .sparkline-box .sparkline {
        margin-top: 8px;
        display: inline-block;
        vertical-align: top;
        height: 30px;
    }
    /* line 38, /home/andrei/core-admin-release/core-admin/source/stylesheets/sparkline_box.scss */
    .sparkline-box .big {
        width: 83px;
        height: 30px;
    }
    /* line 43, /home/andrei/core-admin-release/core-admin/source/stylesheets/sparkline_box.scss */
    .sparkline-box .sparkline-row {
        *zoom: 1;
        text-align: center;
        padding: 0;
        padding-right: 15px;
        float: left;
        border-right: 1px dotted #aaa;
        border-left: 1px dotted #fff;
    }
        /* line 24, /home/andrei/core-admin-release/core-admin/source/stylesheets/mixin_helpers.scss */
        .sparkline-box .sparkline-row:before, .sparkline-box .sparkline-row:after {
            display: table;
            content: "";
            line-height: 0;
        }
        /* line 30, /home/andrei/core-admin-release/core-admin/source/stylesheets/mixin_helpers.scss */
        .sparkline-box .sparkline-row:after {
            clear: both;
        }
        /* line 53, /home/andrei/core-admin-release/core-admin/source/stylesheets/sparkline_box.scss */
        .sparkline-box .sparkline-row:last-child {
            border-right: none;
        }
        /* line 57, /home/andrei/core-admin-release/core-admin/source/stylesheets/sparkline_box.scss */
        .sparkline-box .sparkline-row:first-child {
            border-left: none;
        }
    /* line 62, /home/andrei/core-admin-release/core-admin/source/stylesheets/sparkline_box.scss */
    .sparkline-box h4 {
        display: inline-block;
        text-align: center;
        margin: 0;
        text-shadow: 0 1px rgba(255, 255, 255, 0.5);
        min-width: 70px;
    }
        /* line 69, /home/andrei/core-admin-release/core-admin/source/stylesheets/sparkline_box.scss */
        .sparkline-box h4.red {
            color: #c75d5d;
        }
        /* line 73, /home/andrei/core-admin-release/core-admin/source/stylesheets/sparkline_box.scss */
        .sparkline-box h4.orange {
            color: #ff9f01;
        }
        /* line 77, /home/andrei/core-admin-release/core-admin/source/stylesheets/sparkline_box.scss */
        .sparkline-box h4.blue {
            color: #6e97aa;
        }
        /* line 81, /home/andrei/core-admin-release/core-admin/source/stylesheets/sparkline_box.scss */
        .sparkline-box h4.gray {
            color: #6b787f;
        }
        /* line 85, /home/andrei/core-admin-release/core-admin/source/stylesheets/sparkline_box.scss */
        .sparkline-box h4.green {
            color: #8fae53;
        }
        /* line 89, /home/andrei/core-admin-release/core-admin/source/stylesheets/sparkline_box.scss */
        .sparkline-box h4.dark-green {
            color: #779148;
        }
        /* line 93, /home/andrei/core-admin-release/core-admin/source/stylesheets/sparkline_box.scss */
        .sparkline-box h4 span {
            color: #717e88;
            font-size: 12px;
            display: block;
            text-align: center;
            font-weight: normal;
        }
/* line 56, /home/andrei/core-admin-release/core-admin/source/stylesheets/_arrow.scss */
.arrow-box-left {
    position: relative;
    background: #fafeff;
    border: 1px solid #b5cdd7;
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box;
}

    /* line 72, /home/andrei/core-admin-release/core-admin/source/stylesheets/_arrow.scss */
    .arrow-box-left:after, .arrow-box-left:before {
        right: 100%;
        border: solid transparent;
        content: " ";
        height: 0;
        width: 0;
        position: absolute;
        pointer-events: none;
    }

    /* line 82, /home/andrei/core-admin-release/core-admin/source/stylesheets/_arrow.scss */
    .arrow-box-left:after {
        border-right-color: #fafeff;
        border-width: 6px;
        top: 7px;
    }

    /* line 94, /home/andrei/core-admin-release/core-admin/source/stylesheets/_arrow.scss */
    .arrow-box-left:before {
        border-right-color: #b5cdd7;
        border-width: 7px;
        top: 6px;
    }

    /* line 19, /home/andrei/core-admin-release/core-admin/source/stylesheets/chat-box.scss */
    .arrow-box-left.gray {
        background: nil;
        border-color: #d8d8d8;
    }
        /* line 26, /home/andrei/core-admin-release/core-admin/source/stylesheets/_arrow.scss */
        .arrow-box-left.gray:before {
            border-right-color: #d8d8d8;
        }

/* line 24, /home/andrei/core-admin-release/core-admin/source/stylesheets/chat-box.scss */
.arrow-box-left {
    -webkit-box-shadow: 0px 1px 3px -1px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 0px 1px 3px -1px rgba(0, 0, 0, 0.1);
    box-shadow: 0px 1px 3px -1px rgba(0, 0, 0, 0.1);
}

/* line 56, /home/andrei/core-admin-release/core-admin/source/stylesheets/_arrow.scss */
.arrow-box-right {
    position: relative;
    background: #fafeff;
    border: 1px solid #b5cdd7;
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box;
}

    /* line 72, /home/andrei/core-admin-release/core-admin/source/stylesheets/_arrow.scss */
    .arrow-box-right:after, .arrow-box-right:before {
        left: 100%;
        border: solid transparent;
        content: " ";
        height: 0;
        width: 0;
        position: absolute;
        pointer-events: none;
    }

    /* line 82, /home/andrei/core-admin-release/core-admin/source/stylesheets/_arrow.scss */
    .arrow-box-right:after {
        border-left-color: #fafeff;
        border-width: 6px;
        top: 7px;
    }

    /* line 94, /home/andrei/core-admin-release/core-admin/source/stylesheets/_arrow.scss */
    .arrow-box-right:before {
        border-left-color: #b5cdd7;
        border-width: 7px;
        top: 6px;
    }

    /* line 19, /home/andrei/core-admin-release/core-admin/source/stylesheets/chat-box.scss */
    .arrow-box-right.gray {
        background: nil;
        border-color: #d8d8d8;
    }
        /* line 26, /home/andrei/core-admin-release/core-admin/source/stylesheets/_arrow.scss */
        .arrow-box-right.gray:before {
            border-left-color: #d8d8d8;
        }

/* line 24, /home/andrei/core-admin-release/core-admin/source/stylesheets/chat-box.scss */
.arrow-box-right {
    -webkit-box-shadow: 0px 1px 3px -1px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 0px 1px 3px -1px rgba(0, 0, 0, 0.1);
    box-shadow: 0px 1px 3px -1px rgba(0, 0, 0, 0.1);
}

/* line 31, /home/andrei/core-admin-release/core-admin/source/stylesheets/chat-box.scss */
.chat-box.timeline .arrow-box-left {
    padding: 0;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    -ms-border-radius: 2px;
    -o-border-radius: 2px;
    border-radius: 2px;
    min-height: auto;
    margin-right: 0;
}
/* line 38, /home/andrei/core-admin-release/core-admin/source/stylesheets/chat-box.scss */
.chat-box.timeline .info, .chat-box.timeline .content {
    background: #fafafa;
    padding: 5px 10px;
}
/* line 43, /home/andrei/core-admin-release/core-admin/source/stylesheets/chat-box.scss */
.chat-box.timeline .content {
    *zoom: 1;
    border-top: 1px solid #ccc;
    background: #f8f8f8;
    -moz-border-radius-bottomleft: 2px;
    -webkit-border-bottom-left-radius: 2px;
    border-bottom-left-radius: 2px;
    -moz-border-radius-bottomright: 2px;
    -webkit-border-bottom-right-radius: 2px;
    border-bottom-right-radius: 2px;
}
    /* line 24, /home/andrei/core-admin-release/core-admin/source/stylesheets/mixin_helpers.scss */
    .chat-box.timeline .content:before, .chat-box.timeline .content:after {
        display: table;
        content: "";
        line-height: 0;
    }
    /* line 30, /home/andrei/core-admin-release/core-admin/source/stylesheets/mixin_helpers.scss */
    .chat-box.timeline .content:after {
        clear: both;
    }
/* line 51, /home/andrei/core-admin-release/core-admin/source/stylesheets/chat-box.scss */
.chat-box.timeline blockquote {
    margin: 10px 0px;
}
/* line 55, /home/andrei/core-admin-release/core-admin/source/stylesheets/chat-box.scss */
.chat-box.timeline .chat-message-box {
    display: inline-block;
    min-width: 100px;
    margin-left: 64px;
    padding: 3px 10px;
    border-radius: 10px;
}

/* line 64, /home/andrei/core-admin-release/core-admin/source/stylesheets/chat-box.scss */
.chat-box.timeline + .closable-chat-box {
    margin-left: 65px;
}

/* line 69, /home/andrei/core-admin-release/core-admin/source/stylesheets/chat-box.scss */
.chat-box {
    list-style: none;
    margin: 0;
    font-size: 11px;
    line-height: 20px;
    color: #5f5f5f;
}
    /* line 76, /home/andrei/core-admin-release/core-admin/source/stylesheets/chat-box.scss */
    .chat-box .avatar {
        position: absolute;
        top: 0;
    }
    /* line 82, /home/andrei/core-admin-release/core-admin/source/stylesheets/chat-box.scss */
    .chat-box .arrow-box-left, .chat-box .arrow-box-right {
        min-height: 40px;
        -webkit-border-radius: 3px;
        -moz-border-radius: 3px;
        -ms-border-radius: 3px;
        -o-border-radius: 3px;
        border-radius: 3px;
        margin-top: 15px;
        margin-bottom: 15px;
        padding: 5px 10px;
    }
    /* line 101, /home/andrei/core-admin-release/core-admin/source/stylesheets/chat-box.scss */
    .chat-box .arrow-box-left {
        margin-left: 65px;
        margin-right: 15px;
    }
        /* line 105, /home/andrei/core-admin-release/core-admin/source/stylesheets/chat-box.scss */
        .chat-box .arrow-box-left .avatar {
            left: -50px;
        }
        /* line 109, /home/andrei/core-admin-release/core-admin/source/stylesheets/chat-box.scss */
        .chat-box .arrow-box-left.gray .info .name strong {
            color: #393939;
        }
    /* line 101, /home/andrei/core-admin-release/core-admin/source/stylesheets/chat-box.scss */
    .chat-box .arrow-box-right {
        margin-right: 65px;
        margin-left: 15px;
    }
        /* line 105, /home/andrei/core-admin-release/core-admin/source/stylesheets/chat-box.scss */
        .chat-box .arrow-box-right .avatar {
            right: -50px;
        }
        /* line 109, /home/andrei/core-admin-release/core-admin/source/stylesheets/chat-box.scss */
        .chat-box .arrow-box-right.gray .info .name strong {
            color: #393939;
        }
    /* line 114, /home/andrei/core-admin-release/core-admin/source/stylesheets/chat-box.scss */
    .chat-box .info {
        *zoom: 1;
        color: #949494;
        -webkit-border-radius: 2px;
        -moz-border-radius: 2px;
        -ms-border-radius: 2px;
        -o-border-radius: 2px;
        border-radius: 2px;
    }
        /* line 24, /home/andrei/core-admin-release/core-admin/source/stylesheets/mixin_helpers.scss */
        .chat-box .info:before, .chat-box .info:after {
            display: table;
            content: "";
            line-height: 0;
        }
        /* line 30, /home/andrei/core-admin-release/core-admin/source/stylesheets/mixin_helpers.scss */
        .chat-box .info:after {
            clear: both;
        }
        /* line 120, /home/andrei/core-admin-release/core-admin/source/stylesheets/chat-box.scss */
        .chat-box .info .name {
            float: left;
        }
            /* line 122, /home/andrei/core-admin-release/core-admin/source/stylesheets/chat-box.scss */
            .chat-box .info .name strong {
                color: #2c596d;
                margin-right: 10px;
            }
        /* line 132, /home/andrei/core-admin-release/core-admin/source/stylesheets/chat-box.scss */
        .chat-box .info .time {
            float: right;
        }
/* \f020 doesn't work in Safari. all shifted one down */
/* line 8, /home/andrei/core-admin-release/core-admin/source/stylesheets/dataTables.scss */
table.dataTable {
    margin: 0 auto;
    clear: both;
    width: 100%;
}
    /* line 13, /home/andrei/core-admin-release/core-admin/source/stylesheets/dataTables.scss */
    table.dataTable thead th {
        padding: 0;
        height: 30px;
        line-height: 30px;
        font-weight: normal;
        color: #666666;
        cursor: pointer;
        *cursor: hand;
        font-size: 12px;
        font-weight: 600;
        text-shadow: 0 1px rgba(255, 255, 255, 0.5);
        -webkit-box-shadow: 0 1px 0px white inset;
        -moz-box-shadow: 0 1px 0px white inset;
        box-shadow: 0 1px 0px white inset;
    }
    /* line 27, /home/andrei/core-admin-release/core-admin/source/stylesheets/dataTables.scss */
    table.dataTable tfoot th {
        padding: 3px 18px 3px 10px;
        font-weight: 600;
    }
    /* line 32, /home/andrei/core-admin-release/core-admin/source/stylesheets/dataTables.scss */
    table.dataTable td {
        padding: 7px 11px;
    }
        /* line 34, /home/andrei/core-admin-release/core-admin/source/stylesheets/dataTables.scss */
        table.dataTable td.center, table.dataTable td.dataTables_empty {
            text-align: center;
        }
    /* line 39, /home/andrei/core-admin-release/core-admin/source/stylesheets/dataTables.scss */
    table.dataTable tbody tr td {
        border-left: 1px solid #eaebef;
    }
    /* line 43, /home/andrei/core-admin-release/core-admin/source/stylesheets/dataTables.scss */
    table.dataTable thead tr th {
        border-left: 1px solid #b5b7c3;
        border-bottom: 1px solid #b5b7c3;
        border-top: 1px solid #c3c5ce;
    }
    /* line 49, /home/andrei/core-admin-release/core-admin/source/stylesheets/dataTables.scss */
    table.dataTable tbody tr td:first-child {
        border-left: none;
    }
    /* line 53, /home/andrei/core-admin-release/core-admin/source/stylesheets/dataTables.scss */
    table.dataTable thead tr {
        background: #eaeaea;
        background-image: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjUwJSIgeTE9IjAlIiB4Mj0iNTAlIiB5Mj0iMTAwJSI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ZkZmRmZCIvPjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iI2VhZWFlYSIvPjwvbGluZWFyR3JhZGllbnQ+PC9kZWZzPjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIGZpbGw9InVybCgjZ3JhZCkiIC8+PC9zdmc+IA==');
        background-size: 100%;
        background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #fdfdfd), color-stop(100%, #eaeaea));
        background-image: -webkit-linear-gradient(top, #fdfdfd, #eaeaea);
        background-image: -moz-linear-gradient(top, #fdfdfd, #eaeaea);
        background-image: -o-linear-gradient(top, #fdfdfd, #eaeaea);
        background-image: linear-gradient(top, #fdfdfd, #eaeaea);
    }
        /* line 56, /home/andrei/core-admin-release/core-admin/source/stylesheets/dataTables.scss */
        table.dataTable thead tr th:first-child {
            border-left: none;
        }
        /* line 59, /home/andrei/core-admin-release/core-admin/source/stylesheets/dataTables.scss */
        table.dataTable thead tr:first-child {
            margin: 0;
            padding: 0;
            border-top: none;
        }
    /* line 65, /home/andrei/core-admin-release/core-admin/source/stylesheets/dataTables.scss */
    table.dataTable tr {
        border-top: 1px solid #eaebef;
    }
        /* line 67, /home/andrei/core-admin-release/core-admin/source/stylesheets/dataTables.scss */
        table.dataTable tr.even {
            background-color: #F3F4F8;
        }

/* line 73, /home/andrei/core-admin-release/core-admin/source/stylesheets/dataTables.scss */
.dataTables_wrapper {
    position: relative;
    clear: both;
    *zoom: 1;
}

/* line 79, /home/andrei/core-admin-release/core-admin/source/stylesheets/dataTables.scss */
.dataTables_length {
    float: right;
    margin: 0;
}
    /* line 83, /home/andrei/core-admin-release/core-admin/source/stylesheets/dataTables.scss */
    .dataTables_length label {
        line-height: 61px;
        height: 61px;
        margin: 0;
    }
    /* line 89, /home/andrei/core-admin-release/core-admin/source/stylesheets/dataTables.scss */
    .dataTables_length select {
        width: auto;
    }
    /* line 93, /home/andrei/core-admin-release/core-admin/source/stylesheets/dataTables.scss */
    .dataTables_length div.selector {
        width: auto;
    }

/* line 98, /home/andrei/core-admin-release/core-admin/source/stylesheets/dataTables.scss */
.entries-per-page {
    float: left;
    margin: 0px 15px 0 0;
}

/* line 103, /home/andrei/core-admin-release/core-admin/source/stylesheets/dataTables.scss */
.dataTables_filter {
    float: left;
    font-size: 11px;
    text-align: left;
    margin: 0;
    position: relative;
}
    /* line 111, /home/andrei/core-admin-release/core-admin/source/stylesheets/dataTables.scss */
    .dataTables_filter label {
        line-height: 61px;
        height: 61px;
        margin-bottom: 0;
    }
        /* line 117, /home/andrei/core-admin-release/core-admin/source/stylesheets/dataTables.scss */
        .dataTables_filter label > span {
            display: block;
            float: left;
            padding-top: 1px;
        }
    /* line 122, /home/andrei/core-admin-release/core-admin/source/stylesheets/dataTables.scss */
    .dataTables_filter input[type=text] {
        height: auto;
        padding: 2px 20px 2px 7px;
        margin-left: 15px;
        margin-bottom: 0;
        width: 180px;
        background: #f9f9f9;
        border: 1px solid #d7d7d7;
    }

/* line 133, /home/andrei/core-admin-release/core-admin/source/stylesheets/dataTables.scss */
.dataTables_info {
    clear: both;
    float: left;
    padding: 10px 0;
}

/* line 139, /home/andrei/core-admin-release/core-admin/source/stylesheets/dataTables.scss */
.table-footer {
    clear: both;
    padding: 8px 12px;
    height: 36px;
    font-size: 11px;
    color: #666;
    border-top: 1px solid #cdcdcd;
    -moz-border-radius-bottomright: 3px;
    -webkit-border-bottom-right-radius: 3px;
    border-bottom-right-radius: 3px;
    -moz-border-radius-bottomleft: 3px;
    -webkit-border-bottom-left-radius: 3px;
    border-bottom-left-radius: 3px;
    background: #fdfdfd;
    background: #eaeaea;
    background-image: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjUwJSIgeTE9IjAlIiB4Mj0iNTAlIiB5Mj0iMTAwJSI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ZkZmRmZCIvPjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iI2VhZWFlYSIvPjwvbGluZWFyR3JhZGllbnQ+PC9kZWZzPjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIGZpbGw9InVybCgjZ3JhZCkiIC8+PC9zdmc+IA==');
    background-size: 100%;
    background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #fdfdfd), color-stop(100%, #eaeaea));
    background-image: -webkit-linear-gradient(top, #fdfdfd, #eaeaea);
    background-image: -moz-linear-gradient(top, #fdfdfd, #eaeaea);
    background-image: -o-linear-gradient(top, #fdfdfd, #eaeaea);
    background-image: linear-gradient(top, #fdfdfd, #eaeaea);
}

/* line 153, /home/andrei/core-admin-release/core-admin/source/stylesheets/dataTables.scss */
.table-header {
    border-bottom: 1px solid #eaebef;
    height: 61px;
    -webkit-box-shadow: 0 1px 0 white inset;
    -moz-box-shadow: 0 1px 0 white inset;
    box-shadow: 0 1px 0 white inset;
    clear: both;
    padding: 0 16px;
    font-size: 11px;
    color: #666;
    background: #eaeaea;
    background-image: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjUwJSIgeTE9IjAlIiB4Mj0iNTAlIiB5Mj0iMTAwJSI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ZkZmRmZCIvPjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iI2VhZWFlYSIvPjwvbGluZWFyR3JhZGllbnQ+PC9kZWZzPjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIGZpbGw9InVybCgjZ3JhZCkiIC8+PC9zdmc+IA==');
    background-size: 100%;
    background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #fdfdfd), color-stop(100%, #eaeaea));
    background-image: -webkit-linear-gradient(top, #fdfdfd, #eaeaea);
    background-image: -moz-linear-gradient(top, #fdfdfd, #eaeaea);
    background-image: -o-linear-gradient(top, #fdfdfd, #eaeaea);
    background-image: linear-gradient(top, #fdfdfd, #eaeaea);
}

/* line 164, /home/andrei/core-admin-release/core-admin/source/stylesheets/dataTables.scss */
.dataTables_paginate {
    float: right;
    margin-top: 7px;
}

/* line 169, /home/andrei/core-admin-release/core-admin/source/stylesheets/dataTables.scss */
.paging_full_numbers {
    height: 22px;
    line-height: 22px;
}
    /* line 174, /home/andrei/core-admin-release/core-admin/source/stylesheets/dataTables.scss */
    .paging_full_numbers a.paginate_button, .paging_full_numbers a.paginate_active {
        border-top: 1px solid #E2E2E2;
        border-left: 1px solid #C9C9C9;
        border-right: 1px solid #C9C9C9;
        border-bottom: 1px solid #AEAEAE;
        -webkit-border-radius: 3px;
        -moz-border-radius: 3px;
        -ms-border-radius: 3px;
        -o-border-radius: 3px;
        border-radius: 3px;
        border-radius: 3px;
        padding: 4px 7px;
        margin: 0 3px;
        cursor: pointer;
        color: #666;
        font-weight: 600;
        text-shadow: 0 1px rgba(255, 255, 255, 0.5);
        font-size: 11px;
        -webkit-box-shadow: 0 1px 0 white inset;
        -moz-box-shadow: 0 1px 0 white inset;
        box-shadow: 0 1px 0 white inset;
    }
    /* line 193, /home/andrei/core-admin-release/core-admin/source/stylesheets/dataTables.scss */
    .paging_full_numbers a.paginate_button {
        background: #eaeaea;
        background-image: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjUwJSIgeTE9IjAlIiB4Mj0iNTAlIiB5Mj0iMTAwJSI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ZkZmRmZCIvPjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iI2VhZWFlYSIvPjwvbGluZWFyR3JhZGllbnQ+PC9kZWZzPjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIGZpbGw9InVybCgjZ3JhZCkiIC8+PC9zdmc+IA==');
        background-size: 100%;
        background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #fdfdfd), color-stop(100%, #eaeaea));
        background-image: -webkit-linear-gradient(top, #fdfdfd, #eaeaea);
        background-image: -moz-linear-gradient(top, #fdfdfd, #eaeaea);
        background-image: -o-linear-gradient(top, #fdfdfd, #eaeaea);
        background-image: linear-gradient(top, #fdfdfd, #eaeaea);
    }
        /* line 196, /home/andrei/core-admin-release/core-admin/source/stylesheets/dataTables.scss */
        .paging_full_numbers a.paginate_button:hover {
            background: #eaeaea;
            background-image: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjUwJSIgeTE9IjAlIiB4Mj0iNTAlIiB5Mj0iMTAwJSI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2YxZjFmMSIvPjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iI2VhZWFlYSIvPjwvbGluZWFyR3JhZGllbnQ+PC9kZWZzPjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIGZpbGw9InVybCgjZ3JhZCkiIC8+PC9zdmc+IA==');
            background-size: 100%;
            background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #f1f1f1), color-stop(100%, #eaeaea));
            background-image: -webkit-linear-gradient(top, #f1f1f1, #eaeaea);
            background-image: -moz-linear-gradient(top, #f1f1f1, #eaeaea);
            background-image: -o-linear-gradient(top, #f1f1f1, #eaeaea);
            background-image: linear-gradient(top, #f1f1f1, #eaeaea);
        }
        /* line 200, /home/andrei/core-admin-release/core-admin/source/stylesheets/dataTables.scss */
        .paging_full_numbers a.paginate_active, .paging_full_numbers a.paginate_button:active {
            border: 1px solid #AEAEAE;
            -webkit-box-shadow: 0 0 6px -1px rgba(0, 0, 0, 0.2) inset, 0 1px 0 white;
            -moz-box-shadow: 0 0 6px -1px rgba(0, 0, 0, 0.2) inset, 0 1px 0 white;
            box-shadow: 0 0 6px -1px rgba(0, 0, 0, 0.2) inset, 0 1px 0 white;
        }
    /* line 205, /home/andrei/core-admin-release/core-admin/source/stylesheets/dataTables.scss */
    .paging_full_numbers a.paginate_button_disabled {
        background: #eee;
        color: #c5c5c5;
        box-shadow: none;
        border: 1px solid #E2E2E2;
    }
        /* line 211, /home/andrei/core-admin-release/core-admin/source/stylesheets/dataTables.scss */
        .paging_full_numbers a.paginate_button_disabled:active, .paging_full_numbers a.paginate_button_disabled:hover {
            background: #eee;
            border: 1px solid #E2E2E2;
            box-shadow: none;
        }

/* line 223, /home/andrei/core-admin-release/core-admin/source/stylesheets/dataTables.scss */
.sorting, .sorting_asc, .sorting_desc {
    position: relative;
}
    /* line 226, /home/andrei/core-admin-release/core-admin/source/stylesheets/dataTables.scss */
    .sorting > div, .sorting_asc > div, .sorting_desc > div {
        position: relative;
        height: 20px;
        line-height: 20px;
    }
        /* line 230, /home/andrei/core-admin-release/core-admin/source/stylesheets/dataTables.scss */
        .sorting > div:after, .sorting_asc > div:after, .sorting_desc > div:after {
            font-family: FontAwesome;
            font-weight: normal;
            font-style: normal;
            display: inline-block;
            text-decoration: inherit;
            position: absolute;
            width: 18px;
            height: 18px;
            pointer-events: none;
            text-align: center;
            line-height: 18px;
            font-size: 14px;
            color: #888;
            color: #666666;
            line-height: 14px;
            width: 16px;
            height: 16px;
            position: absolute;
            right: 3px;
            top: 3px;
        }

/* line 245, /home/andrei/core-admin-release/core-admin/source/stylesheets/dataTables.scss */
.sorting_asc, .sorting_desc {
    background: #f2f3f7;
    background-image: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjUwJSIgeTE9IjAlIiB4Mj0iNTAlIiB5Mj0iMTAwJSI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2Y3ZjhmYyIvPjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iI2YyZjNmNyIvPjwvbGluZWFyR3JhZGllbnQ+PC9kZWZzPjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIGZpbGw9InVybCgjZ3JhZCkiIC8+PC9zdmc+IA==');
    background-size: 100%;
    background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #f7f8fc), color-stop(100%, #f2f3f7));
    background-image: -webkit-linear-gradient(top, #f7f8fc, #f2f3f7);
    background-image: -moz-linear-gradient(top, #f7f8fc, #f2f3f7);
    background-image: -o-linear-gradient(top, #f7f8fc, #f2f3f7);
    background-image: linear-gradient(top, #f7f8fc, #f2f3f7);
}

/* line 249, /home/andrei/core-admin-release/core-admin/source/stylesheets/dataTables.scss */
.sorting > div:after {
    content: "\f0dc";
}

/* line 253, /home/andrei/core-admin-release/core-admin/source/stylesheets/dataTables.scss */
.sorting_asc > div:after {
    content: "\f0de";
    top: 7px;
}

/* line 258, /home/andrei/core-admin-release/core-admin/source/stylesheets/dataTables.scss */
.sorting_desc > div:after {
    content: "\f0dd";
    top: 1px;
}

/* line 263, /home/andrei/core-admin-release/core-admin/source/stylesheets/dataTables.scss */
table.dataTable th:active {
    outline: none;
}

/* line 267, /home/andrei/core-admin-release/core-admin/source/stylesheets/dataTables.scss */
.dataTables_scroll {
    clear: both;
}

/* line 271, /home/andrei/core-admin-release/core-admin/source/stylesheets/dataTables.scss */
.dataTables_scrollBody {
    *margin-top: -1px;
    -webkit-overflow-scrolling: touch;
}
/* line 4, /home/andrei/core-admin-release/core-admin/source/stylesheets/accordion.scss */
.accordion {
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -ms-border-radius: 4px;
    -o-border-radius: 4px;
    border-radius: 4px;
}

/* line 8, /home/andrei/core-admin-release/core-admin/source/stylesheets/accordion.scss */
.accordion-group {
    margin-bottom: 0;
    border: 1px solid #cdcdcd;
    border-bottom: none;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -ms-border-radius: 0;
    -o-border-radius: 0;
    border-radius: 0;
    margin-top: -1px;
    border-top: none;
}
    /* line 16, /home/andrei/core-admin-release/core-admin/source/stylesheets/accordion.scss */
    .accordion-group .accordion-heading {
        background: #eaeaea;
        background-image: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjUwJSIgeTE9IjAlIiB4Mj0iNTAlIiB5Mj0iMTAwJSI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ZkZmRmZCIvPjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iI2VhZWFlYSIvPjwvbGluZWFyR3JhZGllbnQ+PC9kZWZzPjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIGZpbGw9InVybCgjZ3JhZCkiIC8+PC9zdmc+IA==');
        background-size: 100%;
        background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #fdfdfd), color-stop(100%, #eaeaea));
        background-image: -webkit-linear-gradient(top, #fdfdfd, #eaeaea);
        background-image: -moz-linear-gradient(top, #fdfdfd, #eaeaea);
        background-image: -o-linear-gradient(top, #fdfdfd, #eaeaea);
        background-image: linear-gradient(top, #fdfdfd, #eaeaea);
        text-shadow: 0 1px white;
        border-bottom: 1px solid #CDCDCD;
        color: #636363;
        font-weight: 600;
        border-top: 1px solid #cdcdcd;
    }
    /* line 21, /home/andrei/core-admin-release/core-admin/source/stylesheets/accordion.scss */
    .accordion-group:first-child {
        -moz-border-radius-topleft: 4px;
        -webkit-border-top-left-radius: 4px;
        border-top-left-radius: 4px;
        -moz-border-radius-topright: 4px;
        -webkit-border-top-right-radius: 4px;
        border-top-right-radius: 4px;
        margin-top: 0px;
        border-top: none;
    }
        /* line 27, /home/andrei/core-admin-release/core-admin/source/stylesheets/accordion.scss */
        .accordion-group:first-child .accordion-heading {
            -moz-border-radius-topleft: 4px;
            -webkit-border-top-left-radius: 4px;
            border-top-left-radius: 4px;
            -moz-border-radius-topright: 4px;
            -webkit-border-top-right-radius: 4px;
            border-top-right-radius: 4px;
        }
    /* line 33, /home/andrei/core-admin-release/core-admin/source/stylesheets/accordion.scss */
    .accordion-group:last-child {
        -moz-border-radius-bottomleft: 4px;
        -webkit-border-bottom-left-radius: 4px;
        border-bottom-left-radius: 4px;
        -moz-border-radius-bottomright: 4px;
        -webkit-border-bottom-right-radius: 4px;
        border-bottom-right-radius: 4px;
        border-bottom: 1px solid #cdcdcd;
    }
    /* line 39, /home/andrei/core-admin-release/core-admin/source/stylesheets/accordion.scss */
    .accordion-group .accordion-inner {
        background: #fbfbfb;
        margin-bottom: 1px;
    }

/* line 45, /home/andrei/core-admin-release/core-admin/source/stylesheets/accordion.scss */
.accordion-heading .accordion-toggle {
    padding: 10px;
    color: #636363;
}

/* line 51, /home/andrei/core-admin-release/core-admin/source/stylesheets/accordion.scss */
.accordion-inner .nav {
    margin-bottom: 0;
}
    /* line 55, /home/andrei/core-admin-release/core-admin/source/stylesheets/accordion.scss */
    .accordion-inner .nav li {
        line-height: 40px;
        height: 40px;
        border-bottom: 1px solid #ddd;
    }
        /* line 60, /home/andrei/core-admin-release/core-admin/source/stylesheets/accordion.scss */
        .accordion-inner .nav li a {
            padding-left: 10px;
        }
        /* line 64, /home/andrei/core-admin-release/core-admin/source/stylesheets/accordion.scss */
        .accordion-inner .nav li:last-child {
            border-bottom: none;
        }

/* line 71, /home/andrei/core-admin-release/core-admin/source/stylesheets/accordion.scss */
.sidebar-tabs .accordion {
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -ms-border-radius: 0;
    -o-border-radius: 0;
    border-radius: 0;
}
    /* line 74, /home/andrei/core-admin-release/core-admin/source/stylesheets/accordion.scss */
    .sidebar-tabs .accordion .active {
        border-left: 6px solid #505050;
        margin-left: -3px;
    }
        /* line 78, /home/andrei/core-admin-release/core-admin/source/stylesheets/accordion.scss */
        .sidebar-tabs .accordion .active a {
            padding-left: 7px;
            color: #505050;
        }
/* line 85, /home/andrei/core-admin-release/core-admin/source/stylesheets/accordion.scss */
.sidebar-tabs .accordion-group {
    border-left: none;
    border-right: none;
}
    /* line 89, /home/andrei/core-admin-release/core-admin/source/stylesheets/accordion.scss */
    .sidebar-tabs .accordion-group:first-child, .sidebar-tabs .accordion-group:first-child .accordion-heading, .sidebar-tabs .accordion-group:last-child {
        -webkit-border-radius: 0;
        -moz-border-radius: 0;
        -ms-border-radius: 0;
        -o-border-radius: 0;
        border-radius: 0;
    }
    /* line 93, /home/andrei/core-admin-release/core-admin/source/stylesheets/accordion.scss */
    .sidebar-tabs .accordion-group:last-child {
        border-bottom: none;
    }
/* line 98, /home/andrei/core-admin-release/core-admin/source/stylesheets/accordion.scss */
.sidebar-tabs .accordion-heading .accordion-toggle {
    padding: 15px;
}
/* line 11, /home/andrei/core-admin-release/core-admin/source/stylesheets/bootstrap_alerts.scss */
.alert {
    border: 1px solid #f1d276;
    color: #a37f11;
    background: #f6e1a4;
    background-image: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjUwJSIgeTE9IjAlIiB4Mj0iNTAlIiB5Mj0iMTAwJSI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2Y4ZTliYiIvPjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iI2Y2ZTFhNCIvPjwvbGluZWFyR3JhZGllbnQ+PC9kZWZzPjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIGZpbGw9InVybCgjZ3JhZCkiIC8+PC9zdmc+IA==');
    background-size: 100%;
    background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #f8e9bb), color-stop(100%, #f6e1a4));
    background-image: -webkit-linear-gradient(top, #f8e9bb, #f6e1a4);
    background-image: -moz-linear-gradient(top, #f8e9bb, #f6e1a4);
    background-image: -o-linear-gradient(top, #f8e9bb, #f6e1a4);
    background-image: linear-gradient(top, #f8e9bb, #f6e1a4);
    -webkit-box-shadow: 0 1px 2px #f9edc9 inset, 0 1px 1px #dfdfdf;
    -moz-box-shadow: 0 1px 2px #f9edc9 inset, 0 1px 1px #dfdfdf;
    box-shadow: 0 1px 2px #f9edc9 inset, 0 1px 1px #dfdfdf;
}

/* line 15, /home/andrei/core-admin-release/core-admin/source/stylesheets/bootstrap_alerts.scss */
.alert-info {
    border: 1px solid #a8c3dc;
    color: #3c6a95;
    background: #ccdcea;
    background-image: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjUwJSIgeTE9IjAlIiB4Mj0iNTAlIiB5Mj0iMTAwJSI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2RlZThmMiIvPjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iI2NjZGNlYSIvPjwvbGluZWFyR3JhZGllbnQ+PC9kZWZzPjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIGZpbGw9InVybCgjZ3JhZCkiIC8+PC9zdmc+IA==');
    background-size: 100%;
    background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #dee8f2), color-stop(100%, #ccdcea));
    background-image: -webkit-linear-gradient(top, #dee8f2, #ccdcea);
    background-image: -moz-linear-gradient(top, #dee8f2, #ccdcea);
    background-image: -o-linear-gradient(top, #dee8f2, #ccdcea);
    background-image: linear-gradient(top, #dee8f2, #ccdcea);
    -webkit-box-shadow: 0 1px 2px #e9f0f6 inset, 0 1px 1px #dfdfdf;
    -moz-box-shadow: 0 1px 2px #e9f0f6 inset, 0 1px 1px #dfdfdf;
    box-shadow: 0 1px 2px #e9f0f6 inset, 0 1px 1px #dfdfdf;
}

/* line 19, /home/andrei/core-admin-release/core-admin/source/stylesheets/bootstrap_alerts.scss */
.alert-danger, .alert-error {
    border: 1px solid #de7e6d;
    color: #7d2a1c;
    background: #e8a397;
    background-image: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjUwJSIgeTE9IjAlIiB4Mj0iNTAlIiB5Mj0iMTAwJSI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2VjYjVhYyIvPjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iI2U4YTM5NyIvPjwvbGluZWFyR3JhZGllbnQ+PC9kZWZzPjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIGZpbGw9InVybCgjZ3JhZCkiIC8+PC9zdmc+IA==');
    background-size: 100%;
    background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #ecb5ac), color-stop(100%, #e8a397));
    background-image: -webkit-linear-gradient(top, #ecb5ac, #e8a397);
    background-image: -moz-linear-gradient(top, #ecb5ac, #e8a397);
    background-image: -o-linear-gradient(top, #ecb5ac, #e8a397);
    background-image: linear-gradient(top, #ecb5ac, #e8a397);
    -webkit-box-shadow: 0 1px 2px #efc0b8 inset, 0 1px 1px #dfdfdf;
    -moz-box-shadow: 0 1px 2px #efc0b8 inset, 0 1px 1px #dfdfdf;
    box-shadow: 0 1px 2px #efc0b8 inset, 0 1px 1px #dfdfdf;
}

/* line 23, /home/andrei/core-admin-release/core-admin/source/stylesheets/bootstrap_alerts.scss */
.alert-success {
    border: 1px solid #97cc2e;
    color: #2b3a0d;
    background: #acd954;
    background-image: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjUwJSIgeTE9IjAlIiB4Mj0iNTAlIiB5Mj0iMTAwJSI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2I2ZGQ2OSIvPjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iI2FjZDk1NCIvPjwvbGluZWFyR3JhZGllbnQ+PC9kZWZzPjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIGZpbGw9InVybCgjZ3JhZCkiIC8+PC9zdmc+IA==');
    background-size: 100%;
    background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #b6dd69), color-stop(100%, #acd954));
    background-image: -webkit-linear-gradient(top, #b6dd69, #acd954);
    background-image: -moz-linear-gradient(top, #b6dd69, #acd954);
    background-image: -o-linear-gradient(top, #b6dd69, #acd954);
    background-image: linear-gradient(top, #b6dd69, #acd954);
    -webkit-box-shadow: 0 1px 2px #bce075 inset, 0 1px 1px #dfdfdf;
    -moz-box-shadow: 0 1px 2px #bce075 inset, 0 1px 1px #dfdfdf;
    box-shadow: 0 1px 2px #bce075 inset, 0 1px 1px #dfdfdf;
}
/* line 3, /home/andrei/core-admin-release/core-admin/source/stylesheets/pagination.scss */
.pagination > ul {
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
}

/* line 7, /home/andrei/core-admin-release/core-admin/source/stylesheets/pagination.scss */
.pagination-large ul > li > a, .pagination-large ul > li > span {
    padding: 9px 16px;
}

/* line 12, /home/andrei/core-admin-release/core-admin/source/stylesheets/pagination.scss */
.pagination > ul > li > a {
    background: #eaeaea;
    background-image: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjUwJSIgeTE9IjAlIiB4Mj0iNTAlIiB5Mj0iMTAwJSI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ZkZmRmZCIvPjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iI2VhZWFlYSIvPjwvbGluZWFyR3JhZGllbnQ+PC9kZWZzPjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIGZpbGw9InVybCgjZ3JhZCkiIC8+PC9zdmc+IA==');
    background-size: 100%;
    background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #fdfdfd), color-stop(100%, #eaeaea));
    background-image: -webkit-linear-gradient(top, #fdfdfd, #eaeaea);
    background-image: -moz-linear-gradient(top, #fdfdfd, #eaeaea);
    background-image: -o-linear-gradient(top, #fdfdfd, #eaeaea);
    background-image: linear-gradient(top, #fdfdfd, #eaeaea);
    border-top: 1px solid #E2E2E2;
    border-left: 1px solid #C9C9C9;
    border-right: 1px solid #C9C9C9;
    border-bottom: 1px solid #AEAEAE;
    font-weight: 600;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    -o-border-radius: 3px;
    border-radius: 3px;
    margin: 0 1px;
    cursor: pointer;
    color: #666;
    -webkit-box-shadow: 0 1px 0 white inset;
    -moz-box-shadow: 0 1px 0 white inset;
    box-shadow: 0 1px 0 white inset;
}
    /* line 28, /home/andrei/core-admin-release/core-admin/source/stylesheets/pagination.scss */
    .pagination > ul > li > a:hover {
        background: #eaeaea;
        background-image: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjUwJSIgeTE9IjAlIiB4Mj0iNTAlIiB5Mj0iMTAwJSI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2YxZjFmMSIvPjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iI2VhZWFlYSIvPjwvbGluZWFyR3JhZGllbnQ+PC9kZWZzPjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIGZpbGw9InVybCgjZ3JhZCkiIC8+PC9zdmc+IA==');
        background-size: 100%;
        background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #f1f1f1), color-stop(100%, #eaeaea));
        background-image: -webkit-linear-gradient(top, #f1f1f1, #eaeaea);
        background-image: -moz-linear-gradient(top, #f1f1f1, #eaeaea);
        background-image: -o-linear-gradient(top, #f1f1f1, #eaeaea);
        background-image: linear-gradient(top, #f1f1f1, #eaeaea);
    }
    /* line 33, /home/andrei/core-admin-release/core-admin/source/stylesheets/pagination.scss */
    .pagination > ul > li.active a, .pagination > ul > li > a:active, .pagination > ul > li.active:hover a {
        color: #666;
        border: 1px solid #AEAEAE;
        -webkit-box-shadow: 0 0 6px -1px rgba(0, 0, 0, 0.2) inset, 0 1px 0 white;
        -moz-box-shadow: 0 0 6px -1px rgba(0, 0, 0, 0.2) inset, 0 1px 0 white;
        box-shadow: 0 0 6px -1px rgba(0, 0, 0, 0.2) inset, 0 1px 0 white;
        text-shadow: none;
    }
/* line 3, /home/andrei/core-admin-release/core-admin/source/stylesheets/modal.scss */
.modal-body {
    background: #f5f5f5;
}

/* line 7, /home/andrei/core-admin-release/core-admin/source/stylesheets/modal.scss */
.modal {
    border: 3px solid #808080;
}

/* line 11, /home/andrei/core-admin-release/core-admin/source/stylesheets/modal.scss */
.modal-header, .modal-footer {
    background: #eaeaea;
    background-image: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjUwJSIgeTE9IjAlIiB4Mj0iNTAlIiB5Mj0iMTAwJSI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ZkZmRmZCIvPjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iI2VhZWFlYSIvPjwvbGluZWFyR3JhZGllbnQ+PC9kZWZzPjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIGZpbGw9InVybCgjZ3JhZCkiIC8+PC9zdmc+IA==');
    background-size: 100%;
    background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #fdfdfd), color-stop(100%, #eaeaea));
    background-image: -webkit-linear-gradient(top, #fdfdfd, #eaeaea);
    background-image: -moz-linear-gradient(top, #fdfdfd, #eaeaea);
    background-image: -o-linear-gradient(top, #fdfdfd, #eaeaea);
    background-image: linear-gradient(top, #fdfdfd, #eaeaea);
}
    /* line 14, /home/andrei/core-admin-release/core-admin/source/stylesheets/modal.scss */
    .modal-header h1, .modal-header h2, .modal-header h3, .modal-header h4, .modal-header h5, .modal-header h6, .modal-footer h1, .modal-footer h2, .modal-footer h3, .modal-footer h4, .modal-footer h5, .modal-footer h6 {
        margin: 0;
    }

/* line 19, /home/andrei/core-admin-release/core-admin/source/stylesheets/modal.scss */
.modal-header {
    -moz-border-radius-topleft: 4px;
    -webkit-border-top-left-radius: 4px;
    border-top-left-radius: 4px;
    -moz-border-radius-topright: 4px;
    -webkit-border-top-right-radius: 4px;
    border-top-right-radius: 4px;
}

/* line 24, /home/andrei/core-admin-release/core-admin/source/stylesheets/modal.scss */
.modal-header {
    border-bottom: 1px solid #CDCDCD;
}
/* The gallery overlay */
/* line 6, /home/andrei/core-admin-release/core-admin/source/stylesheets/touchTouch.scss */
#galleryOverlay {
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    opacity: 0;
    z-index: 100000;
    background-color: #222;
    background-color: rgba(0, 0, 0, 0.8);
    overflow: hidden;
    display: none;
    -moz-transition: opacity 1s ease;
    -webkit-transition: opacity 1s ease;
    transition: opacity 1s ease;
}

    /* This class will trigger the animation */
    /* line 26, /home/andrei/core-admin-release/core-admin/source/stylesheets/touchTouch.scss */
    #galleryOverlay.visible {
        opacity: 1;
    }

/* line 30, /home/andrei/core-admin-release/core-admin/source/stylesheets/touchTouch.scss */
#gallerySlider {
    height: 100%;
    left: 0;
    top: 0;
    width: 100%;
    white-space: nowrap;
    position: absolute;
    -moz-transition: left 0.4s ease;
    -webkit-transition: left 0.4s ease;
    transition: left 0.4s ease;
}

    /* line 45, /home/andrei/core-admin-release/core-admin/source/stylesheets/touchTouch.scss */
    #gallerySlider .placeholder {
        background: url("../images/loading.gif") no-repeat center center;
        height: 100%;
        line-height: 1px;
        text-align: center;
        width: 100%;
        display: inline-block;
    }

        /* The before element moves the
 * image halfway from the top */
        /* line 57, /home/andrei/core-admin-release/core-admin/source/stylesheets/touchTouch.scss */
        #gallerySlider .placeholder:before {
            content: "";
            display: inline-block;
            height: 50%;
            width: 1px;
            margin-right: -1px;
        }

        /* line 65, /home/andrei/core-admin-release/core-admin/source/stylesheets/touchTouch.scss */
        #gallerySlider .placeholder img {
            display: inline-block;
            max-height: 100%;
            max-width: 100%;
            vertical-align: middle;
        }

    /* line 72, /home/andrei/core-admin-release/core-admin/source/stylesheets/touchTouch.scss */
    #gallerySlider.rightSpring {
        -moz-animation: rightSpring 0.3s;
        -webkit-animation: rightSpring 0.3s;
    }

    /* line 77, /home/andrei/core-admin-release/core-admin/source/stylesheets/touchTouch.scss */
    #gallerySlider.leftSpring {
        -moz-animation: leftSpring 0.3s;
        -webkit-animation: leftSpring 0.3s;
    }

/* Firefox Keyframe Animations */
@-moz-keyframes rightSpring {
    /* line 85, /home/andrei/core-admin-release/core-admin/source/stylesheets/touchTouch.scss */
    0% {
        margin-left: 0px;
    }
    /* line 86, /home/andrei/core-admin-release/core-admin/source/stylesheets/touchTouch.scss */
    50% {
        margin-left: -30px;
    }
    /* line 87, /home/andrei/core-admin-release/core-admin/source/stylesheets/touchTouch.scss */
    100% {
        margin-left: 0px;
    }
}

@-moz-keyframes leftSpring {
    /* line 91, /home/andrei/core-admin-release/core-admin/source/stylesheets/touchTouch.scss */
    0% {
        margin-left: 0px;
    }
    /* line 92, /home/andrei/core-admin-release/core-admin/source/stylesheets/touchTouch.scss */
    50% {
        margin-left: 30px;
    }
    /* line 93, /home/andrei/core-admin-release/core-admin/source/stylesheets/touchTouch.scss */
    100% {
        margin-left: 0px;
    }
}

/* Safari and Chrome Keyframe Animations */
@-webkit-keyframes rightSpring {
    /* line 99, /home/andrei/core-admin-release/core-admin/source/stylesheets/touchTouch.scss */
    0% {
        margin-left: 0px;
    }
    /* line 100, /home/andrei/core-admin-release/core-admin/source/stylesheets/touchTouch.scss */
    50% {
        margin-left: -30px;
    }
    /* line 101, /home/andrei/core-admin-release/core-admin/source/stylesheets/touchTouch.scss */
    100% {
        margin-left: 0px;
    }
}

@-webkit-keyframes leftSpring {
    /* line 105, /home/andrei/core-admin-release/core-admin/source/stylesheets/touchTouch.scss */
    0% {
        margin-left: 0px;
    }
    /* line 106, /home/andrei/core-admin-release/core-admin/source/stylesheets/touchTouch.scss */
    50% {
        margin-left: 30px;
    }
    /* line 107, /home/andrei/core-admin-release/core-admin/source/stylesheets/touchTouch.scss */
    100% {
        margin-left: 0px;
    }
}

/* Arrows */
/* line 112, /home/andrei/core-admin-release/core-admin/source/stylesheets/touchTouch.scss */
#prevArrow, #nextArrow {
    border: none;
    text-decoration: none;
    background: rgba(0, 0, 0, 0.7);
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -ms-border-radius: 4px;
    -o-border-radius: 4px;
    border-radius: 4px;
    opacity: 0.5;
    cursor: pointer;
    position: absolute;
    width: 43px;
    height: 58px;
    top: 50%;
    margin-top: -29px;
    -moz-transition: opacity 0.2s ease;
    -webkit-transition: opacity 0.2s ease;
    transition: opacity 0.2s ease;
}
    /* line 130, /home/andrei/core-admin-release/core-admin/source/stylesheets/touchTouch.scss */
    #prevArrow i, #nextArrow i {
        height: 55px;
        line-height: 55px;
        width: 100%;
        text-align: center;
    }

    /* line 138, /home/andrei/core-admin-release/core-admin/source/stylesheets/touchTouch.scss */
    #prevArrow:hover, #nextArrow:hover {
        opacity: 1;
    }

/* line 142, /home/andrei/core-admin-release/core-admin/source/stylesheets/touchTouch.scss */
#prevArrow {
    left: 40px;
}

/* line 146, /home/andrei/core-admin-release/core-admin/source/stylesheets/touchTouch.scss */
#nextArrow {
    right: 40px;
}

/*----------------------------
	Thumbnails
-----------------------------*/
/* line 154, /home/andrei/core-admin-release/core-admin/source/stylesheets/touchTouch.scss */
#thumbs {
    margin: 60px auto 35px;
    text-align: center;
}

    /* line 159, /home/andrei/core-admin-release/core-admin/source/stylesheets/touchTouch.scss */
    #thumbs a {
        width: 120px;
        height: 120px;
        display: inline-block;
        border: 7px solid #303030;
        box-shadow: 0 1px 3px rgba(0, 0, 0, 0.5);
        border-radius: 4px;
        margin: 6px 6px 40px;
        position: relative;
        text-decoration: none;
        background-position: center center;
        background-repeat: no-repeat;
        background-size: cover;
        -moz-background-size: cover;
        -webkit-background-size: cover;
    }

        /* line 178, /home/andrei/core-admin-release/core-admin/source/stylesheets/touchTouch.scss */
        #thumbs a:after {
            background-color: #303030;
            border-radius: 7px;
            bottom: -136px;
            box-shadow: 0 1px 2px rgba(0, 0, 0, 0.3);
            color: #FFFFFF;
            content: attr(title);
            display: inline-block;
            font-size: 10px;
            max-width: 90px;
            overflow: hidden;
            padding: 2px 10px;
            position: relative;
            text-align: center;
            white-space: nowrap;
        }

/* line 195, /home/andrei/core-admin-release/core-admin/source/stylesheets/touchTouch.scss */
#credit {
    background-color: rgba(255, 255, 255, 0.2);
    border-radius: 8px;
    font-size: 11px;
    margin: 0 auto 70px;
    opacity: 0.5;
    padding: 12px 16px;
    text-align: center;
    width: 400px;
}
/* line 5, /home/andrei/core-admin-release/core-admin/source/stylesheets/tables.scss */
.table-normal {
    margin-bottom: 0;
    color: #5a6573;
}
    /* line 10, /home/andrei/core-admin-release/core-admin/source/stylesheets/tables.scss */
    .table-normal tbody td, .table-normal thead td {
        border-left: 1px solid #eaebef;
    }
        /* line 14, /home/andrei/core-admin-release/core-admin/source/stylesheets/tables.scss */
        .table-normal tbody td:first-child, .table-normal thead td:first-child {
            border-left: none;
        }
    /* line 18, /home/andrei/core-admin-release/core-admin/source/stylesheets/tables.scss */
    .table-normal tbody td {
        border-top: 1px solid #eaebef;
    }
    /* line 22, /home/andrei/core-admin-release/core-admin/source/stylesheets/tables.scss */
    .table-normal thead td {
        text-align: center;
        font-size: 11px;
        padding: 3px 5px 2px 5px;
        color: #666;
        height: 25px;
        line-height: 25px;
        font-weight: 600;
        font-size: 12px;
        text-shadow: 0 1px rgba(255, 255, 255, 0.5);
        background: #eaeaea;
        background-image: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjUwJSIgeTE9IjAlIiB4Mj0iNTAlIiB5Mj0iMTAwJSI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ZkZmRmZCIvPjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iI2VhZWFlYSIvPjwvbGluZWFyR3JhZGllbnQ+PC9kZWZzPjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIGZpbGw9InVybCgjZ3JhZCkiIC8+PC9zdmc+IA==');
        background-size: 100%;
        background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #fdfdfd), color-stop(100%, #eaeaea));
        background-image: -webkit-linear-gradient(top, #fdfdfd, #eaeaea);
        background-image: -moz-linear-gradient(top, #fdfdfd, #eaeaea);
        background-image: -o-linear-gradient(top, #fdfdfd, #eaeaea);
        background-image: linear-gradient(top, #fdfdfd, #eaeaea);
        border-left: 1px solid #d1d2da;
        border-right: 1px solid #d1d2da;
        border-bottom: 1px solid #d1d2da;
    }
        /* line 39, /home/andrei/core-admin-release/core-admin/source/stylesheets/tables.scss */
        .table-normal thead td:first-child {
            border-left: none;
        }
        /* line 43, /home/andrei/core-admin-release/core-admin/source/stylesheets/tables.scss */
        .table-normal thead td:last-child {
            border-right: none;
        }
    /* line 49, /home/andrei/core-admin-release/core-admin/source/stylesheets/tables.scss */
    .table-normal tbody td {
        padding: 7px 11px;
        vertical-align: middle;
    }
    /* line 53, /home/andrei/core-admin-release/core-admin/source/stylesheets/tables.scss */
    .table-normal tbody tr {
        border-top: 1px solid #eaebef;
    }
        /* line 56, /home/andrei/core-admin-release/core-admin/source/stylesheets/tables.scss */
        .table-normal tbody tr:nth-child(even) {
            background: #F3F4F8;
        }
    /* line 62, /home/andrei/core-admin-release/core-admin/source/stylesheets/tables.scss */
    .table-normal .icon {
        width: 30px;
        text-align: center;
    }
/* line 4, /home/andrei/core-admin-release/core-admin/source/stylesheets/scrollable.scss */
.scrollable::-webkit-scrollbar {
    height: 16px;
    width: 10px;
}
/* line 9, /home/andrei/core-admin-release/core-admin/source/stylesheets/scrollable.scss */
.scrollable::-webkit-scrollbar-button:start:decrement, .scrollable::-webkit-scrollbar-button:end:increment {
    background-color: transparent;
    display: block;
    height: 0;
}
/* line 15, /home/andrei/core-admin-release/core-admin/source/stylesheets/scrollable.scss */
.scrollable::-webkit-scrollbar-track {
    background-clip: padding-box;
    border: solid transparent;
    border-width: 0 0 0 4px;
}
/* line 20, /home/andrei/core-admin-release/core-admin/source/stylesheets/scrollable.scss */
.scrollable::-webkit-scrollbar-track-piece {
    background-color: transparent;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -ms-border-radius: 0;
    -o-border-radius: 0;
    border-radius: 0;
}
/* line 24, /home/andrei/core-admin-release/core-admin/source/stylesheets/scrollable.scss */
.scrollable::-webkit-scrollbar:hover {
    background-color: #f3f3f3;
    border: 1px solid #dbdbdb;
}
/* line 28, /home/andrei/core-admin-release/core-admin/source/stylesheets/scrollable.scss */
.scrollable::-webkit-scrollbar-thumb {
    background-color: rgba(0, 0, 0, 0.2);
    border: solid transparent;
    border-width: 0;
    -webkit-box-shadow: inset 1px 1px 0 rgba(0, 0, 0, 0.1), inset 0 -1px 0 rgba(0, 0, 0, 0.07);
    -moz-box-shadow: inset 1px 1px 0 rgba(0, 0, 0, 0.1), inset 0 -1px 0 rgba(0, 0, 0, 0.07);
    box-shadow: inset 1px 1px 0 rgba(0, 0, 0, 0.1), inset 0 -1px 0 rgba(0, 0, 0, 0.07);
    background-clip: padding-box;
}
    /* line 29, /home/andrei/core-admin-release/core-admin/source/stylesheets/scrollable.scss */
    .scrollable::-webkit-scrollbar-thumb:vertical, .scrollable::-webkit-scrollbar-thumb:horizontal {
        background-color: #c6c6c6;
        -webkit-border-radius: 0;
        -moz-border-radius: 0;
        -ms-border-radius: 0;
        -o-border-radius: 0;
        border-radius: 0;
    }
    /* line 38, /home/andrei/core-admin-release/core-admin/source/stylesheets/scrollable.scss */
    .scrollable::-webkit-scrollbar-thumb:hover {
        background-color: #949494;
    }
    /* line 41, /home/andrei/core-admin-release/core-admin/source/stylesheets/scrollable.scss */
    .scrollable::-webkit-scrollbar-thumb:active {
        background-color: rgba(0, 0, 0, 0.5);
        -webkit-box-shadow: inset 1px 1px 3px rgba(0, 0, 0, 0.35);
        -moz-box-shadow: inset 1px 1px 3px rgba(0, 0, 0, 0.35);
        box-shadow: inset 1px 1px 3px rgba(0, 0, 0, 0.35);
    }
/* line 10, /home/andrei/core-admin-release/core-admin/source/stylesheets/news.scss */
.news {
    min-height: 85px;
}
    /* line 12, /home/andrei/core-admin-release/core-admin/source/stylesheets/news.scss */
    .news .avatar {
        float: left;
        height: 36px;
        width: 36px;
        line-height: 36px;
        text-align: center;
        box-shadow: 0 1px 0 rgba(255, 255, 255, 0.4) inset;
        -webkit-border-radius: 50%;
        -moz-border-radius: 50%;
        -ms-border-radius: 50%;
        -o-border-radius: 50%;
        border-radius: 50%;
    }
        /* line 22, /home/andrei/core-admin-release/core-admin/source/stylesheets/news.scss */
        .news .avatar.blue {
            background: #7fb3d4;
            background-image: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjUwJSIgeTE9IjAlIiB4Mj0iNTAlIiB5Mj0iMTAwJSI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2E1Y2FlMSIvPjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iIzdmYjNkNCIvPjwvbGluZWFyR3JhZGllbnQ+PC9kZWZzPjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIGZpbGw9InVybCgjZ3JhZCkiIC8+PC9zdmc+IA==');
            background-size: 100%;
            background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #a5cae1), color-stop(100%, #7fb3d4));
            background-image: -webkit-linear-gradient(top, #a5cae1, #7fb3d4);
            background-image: -moz-linear-gradient(top, #a5cae1, #7fb3d4);
            background-image: -o-linear-gradient(top, #a5cae1, #7fb3d4);
            background-image: linear-gradient(top, #a5cae1, #7fb3d4);
            border: 1px solid #589ac4;
        }
        /* line 22, /home/andrei/core-admin-release/core-admin/source/stylesheets/news.scss */
        .news .avatar.green {
            background: #8cc079;
            background-image: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjUwJSIgeTE9IjAlIiB4Mj0iNTAlIiB5Mj0iMTAwJSI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2FhZDA5YyIvPjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iIzhjYzA3OSIvPjwvbGluZWFyR3JhZGllbnQ+PC9kZWZzPjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIGZpbGw9InVybCgjZ3JhZCkiIC8+PC9zdmc+IA==');
            background-size: 100%;
            background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #aad09c), color-stop(100%, #8cc079));
            background-image: -webkit-linear-gradient(top, #aad09c, #8cc079);
            background-image: -moz-linear-gradient(top, #aad09c, #8cc079);
            background-image: -o-linear-gradient(top, #aad09c, #8cc079);
            background-image: linear-gradient(top, #aad09c, #8cc079);
            border: 1px solid #74b35d;
        }
        /* line 22, /home/andrei/core-admin-release/core-admin/source/stylesheets/news.scss */
        .news .avatar.cyan {
            background: #81babd;
            background-image: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjUwJSIgeTE9IjAlIiB4Mj0iNTAlIiB5Mj0iMTAwJSI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2EyY2NjZiIvPjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iIzgxYmFiZCIvPjwvbGluZWFyR3JhZGllbnQ+PC9kZWZzPjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIGZpbGw9InVybCgjZ3JhZCkiIC8+PC9zdmc+IA==');
            background-size: 100%;
            background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #a2cccf), color-stop(100%, #81babd));
            background-image: -webkit-linear-gradient(top, #a2cccf, #81babd);
            background-image: -moz-linear-gradient(top, #a2cccf, #81babd);
            background-image: -o-linear-gradient(top, #a2cccf, #81babd);
            background-image: linear-gradient(top, #a2cccf, #81babd);
            border: 1px solid #66abaf;
        }
        /* line 22, /home/andrei/core-admin-release/core-admin/source/stylesheets/news.scss */
        .news .avatar.purple {
            background: #aea7cf;
            background-image: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjUwJSIgeTE9IjAlIiB4Mj0iNTAlIiB5Mj0iMTAwJSI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2NjYzhlMSIvPjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iI2FlYTdjZiIvPjwvbGluZWFyR3JhZGllbnQ+PC9kZWZzPjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIGZpbGw9InVybCgjZ3JhZCkiIC8+PC9zdmc+IA==');
            background-size: 100%;
            background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #ccc8e1), color-stop(100%, #aea7cf));
            background-image: -webkit-linear-gradient(top, #ccc8e1, #aea7cf);
            background-image: -moz-linear-gradient(top, #ccc8e1, #aea7cf);
            background-image: -o-linear-gradient(top, #ccc8e1, #aea7cf);
            background-image: linear-gradient(top, #ccc8e1, #aea7cf);
            border: 1px solid #968dc1;
        }
        /* line 29, /home/andrei/core-admin-release/core-admin/source/stylesheets/news.scss */
        .news .avatar i {
            color: white;
            line-height: 36px;
        }
    /* line 37, /home/andrei/core-admin-release/core-admin/source/stylesheets/news.scss */
    .news.with-icons .news-content {
        margin-left: 55px;
    }

/* line 42, /home/andrei/core-admin-release/core-admin/source/stylesheets/news.scss */
.news-content {
    margin-left: 50px;
    margin-right: 50px;
}

/* line 47, /home/andrei/core-admin-release/core-admin/source/stylesheets/news.scss */
.news-title {
    color: #636364;
    font-weight: 600;
    text-shadow: 0 1px rgba(255, 255, 255, 0.5);
    font-size: 16px;
}

/* line 54, /home/andrei/core-admin-release/core-admin/source/stylesheets/news.scss */
.news-time {
    float: right;
    color: #bbb;
    text-shadow: 0 1px rgba(255, 255, 255, 0.5);
    font-size: 14px;
    text-align: center;
}
    /* line 61, /home/andrei/core-admin-release/core-admin/source/stylesheets/news.scss */
    .news-time span {
        display: block;
        font-size: 24px;
        font-weight: 600;
    }
/* line 14, /home/andrei/core-admin-release/core-admin/source/stylesheets/badges.scss */
.badge-blue, .badge-gray, .badge-green, .badge-red, .badge-dark-red, .badge-black, .badge-cyan, .badge-purple {
    display: inline-block;
    padding: 0 4px;
    border-radius: 10px;
    height: 14px;
    min-width: 14px;
    line-height: 14px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    text-align: center;
    font-weight: 600;
    font-size: 10px;
    -webkit-box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.6);
    -moz-box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.6);
    box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.6);
    text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.3);
    color: #fff;
}

/* line 30, /home/andrei/core-admin-release/core-admin/source/stylesheets/badges.scss */
.label, .badge {
    font-weight: 600;
}

/* line 35, /home/andrei/core-admin-release/core-admin/source/stylesheets/badges.scss */
.label-blue {
    background: #599cc7;
    background-image: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjUwJSIgeTE9IjAlIiB4Mj0iNTAlIiB5Mj0iMTAwJSI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzdmYjNkNCIvPjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iIzU5OWNjNyIvPjwvbGluZWFyR3JhZGllbnQ+PC9kZWZzPjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIGZpbGw9InVybCgjZ3JhZCkiIC8+PC9zdmc+IA==');
    background-size: 100%;
    background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #7fb3d4), color-stop(100%, #599cc7));
    background-image: -webkit-linear-gradient(top, #7fb3d4, #599cc7);
    background-image: -moz-linear-gradient(top, #7fb3d4, #599cc7);
    background-image: -o-linear-gradient(top, #7fb3d4, #599cc7);
    background-image: linear-gradient(top, #7fb3d4, #599cc7);
    -webkit-box-shadow: 0 1px 0 #f7f7f7, inset 0 1px 1px #70aacf;
    -moz-box-shadow: 0 1px 0 #f7f7f7, inset 0 1px 1px #70aacf;
    box-shadow: 0 1px 0 #f7f7f7, inset 0 1px 1px #70aacf;
}

/* line 35, /home/andrei/core-admin-release/core-admin/source/stylesheets/badges.scss */
.label-gray {
    background: #5d5d5d;
    background-image: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjUwJSIgeTE9IjAlIiB4Mj0iNTAlIiB5Mj0iMTAwJSI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzc2NzY3NiIvPjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iIzVkNWQ1ZCIvPjwvbGluZWFyR3JhZGllbnQ+PC9kZWZzPjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIGZpbGw9InVybCgjZ3JhZCkiIC8+PC9zdmc+IA==');
    background-size: 100%;
    background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #767676), color-stop(100%, #5d5d5d));
    background-image: -webkit-linear-gradient(top, #767676, #5d5d5d);
    background-image: -moz-linear-gradient(top, #767676, #5d5d5d);
    background-image: -o-linear-gradient(top, #767676, #5d5d5d);
    background-image: linear-gradient(top, #767676, #5d5d5d);
    -webkit-box-shadow: 0 1px 0 #f7f7f7, inset 0 1px 1px #6c6c6c;
    -moz-box-shadow: 0 1px 0 #f7f7f7, inset 0 1px 1px #6c6c6c;
    box-shadow: 0 1px 0 #f7f7f7, inset 0 1px 1px #6c6c6c;
}

/* line 35, /home/andrei/core-admin-release/core-admin/source/stylesheets/badges.scss */
.label-green {
    background: #6eb056;
    background-image: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjUwJSIgeTE9IjAlIiB4Mj0iNTAlIiB5Mj0iMTAwJSI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzhjYzA3OSIvPjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iIzZlYjA1NiIvPjwvbGluZWFyR3JhZGllbnQ+PC9kZWZzPjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIGZpbGw9InVybCgjZ3JhZCkiIC8+PC9zdmc+IA==');
    background-size: 100%;
    background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #8cc079), color-stop(100%, #6eb056));
    background-image: -webkit-linear-gradient(top, #8cc079, #6eb056);
    background-image: -moz-linear-gradient(top, #8cc079, #6eb056);
    background-image: -o-linear-gradient(top, #8cc079, #6eb056);
    background-image: linear-gradient(top, #8cc079, #6eb056);
    -webkit-box-shadow: 0 1px 0 #f7f7f7, inset 0 1px 1px #80b96b;
    -moz-box-shadow: 0 1px 0 #f7f7f7, inset 0 1px 1px #80b96b;
    box-shadow: 0 1px 0 #f7f7f7, inset 0 1px 1px #80b96b;
}

/* line 35, /home/andrei/core-admin-release/core-admin/source/stylesheets/badges.scss */
.label-red {
    background: #964747;
    background-image: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjUwJSIgeTE9IjAlIiB4Mj0iNTAlIiB5Mj0iMTAwJSI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2IzNWQ1ZCIvPjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iIzk2NDc0NyIvPjwvbGluZWFyR3JhZGllbnQ+PC9kZWZzPjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIGZpbGw9InVybCgjZ3JhZCkiIC8+PC9zdmc+IA==');
    background-size: 100%;
    background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #b35d5d), color-stop(100%, #964747));
    background-image: -webkit-linear-gradient(top, #b35d5d, #964747);
    background-image: -moz-linear-gradient(top, #b35d5d, #964747);
    background-image: -o-linear-gradient(top, #b35d5d, #964747);
    background-image: linear-gradient(top, #b35d5d, #964747);
    -webkit-box-shadow: 0 1px 0 #f7f7f7, inset 0 1px 1px #ab5050;
    -moz-box-shadow: 0 1px 0 #f7f7f7, inset 0 1px 1px #ab5050;
    box-shadow: 0 1px 0 #f7f7f7, inset 0 1px 1px #ab5050;
}

/* line 35, /home/andrei/core-admin-release/core-admin/source/stylesheets/badges.scss */
.label-dark-red {
    background: #8f3831;
    background-image: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjUwJSIgeTE9IjAlIiB4Mj0iNTAlIiB5Mj0iMTAwJSI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2I1NDczZSIvPjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iIzhmMzgzMSIvPjwvbGluZWFyR3JhZGllbnQ+PC9kZWZzPjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIGZpbGw9InVybCgjZ3JhZCkiIC8+PC9zdmc+IA==');
    background-size: 100%;
    background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #b5473e), color-stop(100%, #8f3831));
    background-image: -webkit-linear-gradient(top, #b5473e, #8f3831);
    background-image: -moz-linear-gradient(top, #b5473e, #8f3831);
    background-image: -o-linear-gradient(top, #b5473e, #8f3831);
    background-image: linear-gradient(top, #b5473e, #8f3831);
    -webkit-box-shadow: 0 1px 0 #f7f7f7, inset 0 1px 1px #a64139;
    -moz-box-shadow: 0 1px 0 #f7f7f7, inset 0 1px 1px #a64139;
    box-shadow: 0 1px 0 #f7f7f7, inset 0 1px 1px #a64139;
}

/* line 35, /home/andrei/core-admin-release/core-admin/source/stylesheets/badges.scss */
.label-black {
    background: #4d4d4d;
    background-image: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjUwJSIgeTE9IjAlIiB4Mj0iNTAlIiB5Mj0iMTAwJSI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzY2NjY2NiIvPjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iIzRkNGQ0ZCIvPjwvbGluZWFyR3JhZGllbnQ+PC9kZWZzPjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIGZpbGw9InVybCgjZ3JhZCkiIC8+PC9zdmc+IA==');
    background-size: 100%;
    background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #666666), color-stop(100%, #4d4d4d));
    background-image: -webkit-linear-gradient(top, #666666, #4d4d4d);
    background-image: -moz-linear-gradient(top, #666666, #4d4d4d);
    background-image: -o-linear-gradient(top, #666666, #4d4d4d);
    background-image: linear-gradient(top, #666666, #4d4d4d);
    -webkit-box-shadow: 0 1px 0 #f7f7f7, inset 0 1px 1px #5c5c5c;
    -moz-box-shadow: 0 1px 0 #f7f7f7, inset 0 1px 1px #5c5c5c;
    box-shadow: 0 1px 0 #f7f7f7, inset 0 1px 1px #5c5c5c;
}

/* line 35, /home/andrei/core-admin-release/core-admin/source/stylesheets/badges.scss */
.label-cyan {
    background: #60a8ab;
    background-image: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjUwJSIgeTE9IjAlIiB4Mj0iNTAlIiB5Mj0iMTAwJSI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzgxYmFiZCIvPjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iIzYwYThhYiIvPjwvbGluZWFyR3JhZGllbnQ+PC9kZWZzPjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIGZpbGw9InVybCgjZ3JhZCkiIC8+PC9zdmc+IA==');
    background-size: 100%;
    background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #81babd), color-stop(100%, #60a8ab));
    background-image: -webkit-linear-gradient(top, #81babd, #60a8ab);
    background-image: -moz-linear-gradient(top, #81babd, #60a8ab);
    background-image: -o-linear-gradient(top, #81babd, #60a8ab);
    background-image: linear-gradient(top, #81babd, #60a8ab);
    -webkit-box-shadow: 0 1px 0 #f7f7f7, inset 0 1px 1px #74b3b6;
    -moz-box-shadow: 0 1px 0 #f7f7f7, inset 0 1px 1px #74b3b6;
    box-shadow: 0 1px 0 #f7f7f7, inset 0 1px 1px #74b3b6;
}

/* line 35, /home/andrei/core-admin-release/core-admin/source/stylesheets/badges.scss */
.label-purple {
    background: #9086bd;
    background-image: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjUwJSIgeTE9IjAlIiB4Mj0iNTAlIiB5Mj0iMTAwJSI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2FlYTdjZiIvPjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iIzkwODZiZCIvPjwvbGluZWFyR3JhZGllbnQ+PC9kZWZzPjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIGZpbGw9InVybCgjZ3JhZCkiIC8+PC9zdmc+IA==');
    background-size: 100%;
    background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #aea7cf), color-stop(100%, #9086bd));
    background-image: -webkit-linear-gradient(top, #aea7cf, #9086bd);
    background-image: -moz-linear-gradient(top, #aea7cf, #9086bd);
    background-image: -o-linear-gradient(top, #aea7cf, #9086bd);
    background-image: linear-gradient(top, #aea7cf, #9086bd);
    -webkit-box-shadow: 0 1px 0 #f7f7f7, inset 0 1px 1px #a29ac8;
    -moz-box-shadow: 0 1px 0 #f7f7f7, inset 0 1px 1px #a29ac8;
    box-shadow: 0 1px 0 #f7f7f7, inset 0 1px 1px #a29ac8;
}

/* line 41, /home/andrei/core-admin-release/core-admin/source/stylesheets/badges.scss */
.badge-blue {
    background: #6ca8ce;
    background-image: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjUwJSIgeTE9IjAlIiB4Mj0iNTAlIiB5Mj0iMTAwJSI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzdmYjNkNCIvPjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iIzZjYThjZSIvPjwvbGluZWFyR3JhZGllbnQ+PC9kZWZzPjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIGZpbGw9InVybCgjZ3JhZCkiIC8+PC9zdmc+IA==');
    background-size: 100%;
    background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #7fb3d4), color-stop(100%, #6ca8ce));
    background-image: -webkit-linear-gradient(top, #7fb3d4, #6ca8ce);
    background-image: -moz-linear-gradient(top, #7fb3d4, #6ca8ce);
    background-image: -o-linear-gradient(top, #7fb3d4, #6ca8ce);
    background-image: linear-gradient(top, #7fb3d4, #6ca8ce);
    -webkit-box-shadow: 0 0 0 1px #3c84b1;
    -moz-box-shadow: 0 0 0 1px #3c84b1;
    box-shadow: 0 0 0 1px #3c84b1;
}

/* line 41, /home/andrei/core-admin-release/core-admin/source/stylesheets/badges.scss */
.badge-gray {
    background: dimgrey;
    background-image: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjUwJSIgeTE9IjAlIiB4Mj0iNTAlIiB5Mj0iMTAwJSI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzc2NzY3NiIvPjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iIzY5Njk2OSIvPjwvbGluZWFyR3JhZGllbnQ+PC9kZWZzPjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIGZpbGw9InVybCgjZ3JhZCkiIC8+PC9zdmc+IA==');
    background-size: 100%;
    background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #767676), color-stop(100%, #696969));
    background-image: -webkit-linear-gradient(top, #767676, #696969);
    background-image: -moz-linear-gradient(top, #767676, #696969);
    background-image: -o-linear-gradient(top, #767676, #696969);
    background-image: linear-gradient(top, #767676, #696969);
    -webkit-box-shadow: 0 0 0 1px #434343;
    -moz-box-shadow: 0 0 0 1px #434343;
    box-shadow: 0 0 0 1px #434343;
}

/* line 41, /home/andrei/core-admin-release/core-admin/source/stylesheets/badges.scss */
.badge-green {
    background: #7db868;
    background-image: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjUwJSIgeTE9IjAlIiB4Mj0iNTAlIiB5Mj0iMTAwJSI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzhjYzA3OSIvPjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iIzdkYjg2OCIvPjwvbGluZWFyR3JhZGllbnQ+PC9kZWZzPjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIGZpbGw9InVybCgjZ3JhZCkiIC8+PC9zdmc+IA==');
    background-size: 100%;
    background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #8cc079), color-stop(100%, #7db868));
    background-image: -webkit-linear-gradient(top, #8cc079, #7db868);
    background-image: -moz-linear-gradient(top, #8cc079, #7db868);
    background-image: -o-linear-gradient(top, #8cc079, #7db868);
    background-image: linear-gradient(top, #8cc079, #7db868);
    -webkit-box-shadow: 0 0 0 1px #589043;
    -moz-box-shadow: 0 0 0 1px #589043;
    box-shadow: 0 0 0 1px #589043;
}

/* line 41, /home/andrei/core-admin-release/core-admin/source/stylesheets/badges.scss */
.badge-red {
    background: #a84f4f;
    background-image: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjUwJSIgeTE9IjAlIiB4Mj0iNTAlIiB5Mj0iMTAwJSI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2IzNWQ1ZCIvPjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iI2E4NGY0ZiIvPjwvbGluZWFyR3JhZGllbnQ+PC9kZWZzPjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIGZpbGw9InVybCgjZ3JhZCkiIC8+PC9zdmc+IA==');
    background-size: 100%;
    background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #b35d5d), color-stop(100%, #a84f4f));
    background-image: -webkit-linear-gradient(top, #b35d5d, #a84f4f);
    background-image: -moz-linear-gradient(top, #b35d5d, #a84f4f);
    background-image: -o-linear-gradient(top, #b35d5d, #a84f4f);
    background-image: linear-gradient(top, #b35d5d, #a84f4f);
    -webkit-box-shadow: 0 0 0 1px #743636;
    -moz-box-shadow: 0 0 0 1px #743636;
    box-shadow: 0 0 0 1px #743636;
}

/* line 41, /home/andrei/core-admin-release/core-admin/source/stylesheets/badges.scss */
.badge-dark-red {
    background: #a24037;
    background-image: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjUwJSIgeTE9IjAlIiB4Mj0iNTAlIiB5Mj0iMTAwJSI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2I1NDczZSIvPjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iI2EyNDAzNyIvPjwvbGluZWFyR3JhZGllbnQ+PC9kZWZzPjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIGZpbGw9InVybCgjZ3JhZCkiIC8+PC9zdmc+IA==');
    background-size: 100%;
    background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #b5473e), color-stop(100%, #a24037));
    background-image: -webkit-linear-gradient(top, #b5473e, #a24037);
    background-image: -moz-linear-gradient(top, #b5473e, #a24037);
    background-image: -o-linear-gradient(top, #b5473e, #a24037);
    background-image: linear-gradient(top, #b5473e, #a24037);
    -webkit-box-shadow: 0 0 0 1px #692924;
    -moz-box-shadow: 0 0 0 1px #692924;
    box-shadow: 0 0 0 1px #692924;
}

/* line 41, /home/andrei/core-admin-release/core-admin/source/stylesheets/badges.scss */
.badge-black {
    background: #595959;
    background-image: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjUwJSIgeTE9IjAlIiB4Mj0iNTAlIiB5Mj0iMTAwJSI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzY2NjY2NiIvPjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iIzU5NTk1OSIvPjwvbGluZWFyR3JhZGllbnQ+PC9kZWZzPjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIGZpbGw9InVybCgjZ3JhZCkiIC8+PC9zdmc+IA==');
    background-size: 100%;
    background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #666666), color-stop(100%, #595959));
    background-image: -webkit-linear-gradient(top, #666666, #595959);
    background-image: -moz-linear-gradient(top, #666666, #595959);
    background-image: -o-linear-gradient(top, #666666, #595959);
    background-image: linear-gradient(top, #666666, #595959);
    -webkit-box-shadow: 0 0 0 1px #333333;
    -moz-box-shadow: 0 0 0 1px #333333;
    box-shadow: 0 0 0 1px #333333;
}

/* line 41, /home/andrei/core-admin-release/core-admin/source/stylesheets/badges.scss */
.badge-cyan {
    background: #70b1b4;
    background-image: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjUwJSIgeTE9IjAlIiB4Mj0iNTAlIiB5Mj0iMTAwJSI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzgxYmFiZCIvPjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iIzcwYjFiNCIvPjwvbGluZWFyR3JhZGllbnQ+PC9kZWZzPjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIGZpbGw9InVybCgjZ3JhZCkiIC8+PC9zdmc+IA==');
    background-size: 100%;
    background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #81babd), color-stop(100%, #70b1b4));
    background-image: -webkit-linear-gradient(top, #81babd, #70b1b4);
    background-image: -moz-linear-gradient(top, #81babd, #70b1b4);
    background-image: -o-linear-gradient(top, #81babd, #70b1b4);
    background-image: linear-gradient(top, #81babd, #70b1b4);
    -webkit-box-shadow: 0 0 0 1px #4a8a8e;
    -moz-box-shadow: 0 0 0 1px #4a8a8e;
    box-shadow: 0 0 0 1px #4a8a8e;
}

/* line 41, /home/andrei/core-admin-release/core-admin/source/stylesheets/badges.scss */
.badge-purple {
    background: #9f97c6;
    background-image: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjUwJSIgeTE9IjAlIiB4Mj0iNTAlIiB5Mj0iMTAwJSI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2FlYTdjZiIvPjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iIzlmOTdjNiIvPjwvbGluZWFyR3JhZGllbnQ+PC9kZWZzPjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIGZpbGw9InVybCgjZ3JhZCkiIC8+PC9zdmc+IA==');
    background-size: 100%;
    background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #aea7cf), color-stop(100%, #9f97c6));
    background-image: -webkit-linear-gradient(top, #aea7cf, #9f97c6);
    background-image: -moz-linear-gradient(top, #aea7cf, #9f97c6);
    background-image: -o-linear-gradient(top, #aea7cf, #9f97c6);
    background-image: linear-gradient(top, #aea7cf, #9f97c6);
    -webkit-box-shadow: 0 0 0 1px #7165ab;
    -moz-box-shadow: 0 0 0 1px #7165ab;
    box-shadow: 0 0 0 1px #7165ab;
}

/* line 47, /home/andrei/core-admin-release/core-admin/source/stylesheets/badges.scss */
.badge-flat {
    text-shadow: none;
}
/* line 1, /home/andrei/core-admin-release/core-admin/source/stylesheets/bootstrap-wizard.scss */
.wizard {
    display: none;
}

/* line 4, /home/andrei/core-admin-release/core-admin/source/stylesheets/bootstrap-wizard.scss */
.wizard-modal form {
    margin: 0;
    padding: 0;
}

/* line 8, /home/andrei/core-admin-release/core-admin/source/stylesheets/bootstrap-wizard.scss */
.wizard-modal.modal {
    width: 750px;
    margin-left: -375px;
    top: 35%;
}

/* line 13, /home/andrei/core-admin-release/core-admin/source/stylesheets/bootstrap-wizard.scss */
.wizard-modal-footer {
    padding: 0px;
    text-align: right;
}

/* line 17, /home/andrei/core-admin-release/core-admin/source/stylesheets/bootstrap-wizard.scss */
.wizard-modal-header.modal-header h3 {
    line-height: 35px;
    display: inline;
}

/* line 21, /home/andrei/core-admin-release/core-admin/source/stylesheets/bootstrap-wizard.scss */
.wizard-modal-header.modal-header {
    border-bottom: 0;
}

/* line 25, /home/andrei/core-admin-release/core-admin/source/stylesheets/bootstrap-wizard.scss */
.wizard-subtitle {
    font-weight: bold;
    color: #AFAFAF;
    padding-left: 20px;
}

/* line 35, /home/andrei/core-admin-release/core-admin/source/stylesheets/bootstrap-wizard.scss */
.wizard-error,
.wizard-failure,
.wizard-success,
.wizard-loading,
.wizard-card {
    position: relative;
    padding: 15px;
    padding-top: 20px;
    overflow-y: auto;
    height: 300px;
    display: none;
    border-top: 1px solid #EEE;
    margin-right: 5px;
}

/* line 46, /home/andrei/core-admin-release/core-admin/source/stylesheets/bootstrap-wizard.scss */
.wizard-nav-link .icon-chevron-right {
    float: right;
    margin-top: 12px;
    margin-right: -6px;
    opacity: .25;
}

/* line 53, /home/andrei/core-admin-release/core-admin/source/stylesheets/bootstrap-wizard.scss */
li.wizard-nav-item.active .icon-chevron-right {
    opacity: 1;
}

/* line 57, /home/andrei/core-admin-release/core-admin/source/stylesheets/bootstrap-wizard.scss */
li.wizard-nav-item {
    line-height: 40px;
}

/* line 61, /home/andrei/core-admin-release/core-admin/source/stylesheets/bootstrap-wizard.scss */
.wizard-modal.modal .nav-list > li > a {
    background-color: #f5f5f5;
    padding: 3px 15px 3px 20px;
    cursor: default;
    color: #B4B4B4;
}

/* line 68, /home/andrei/core-admin-release/core-admin/source/stylesheets/bootstrap-wizard.scss */
.wizard-modal.modal .nav-list li.active > a {
    background-color: #c82f2f;
}

/* line 72, /home/andrei/core-admin-release/core-admin/source/stylesheets/bootstrap-wizard.scss */
.wizard-modal.modal .nav-list > li.already-visited > a.wizard-nav-link {
    color: #08C;
    cursor: pointer;
}

/* line 77, /home/andrei/core-admin-release/core-admin/source/stylesheets/bootstrap-wizard.scss */
.wizard-modal.modal .nav-list > li.active > a.wizard-nav-link {
    color: white;
}

/* line 81, /home/andrei/core-admin-release/core-admin/source/stylesheets/bootstrap-wizard.scss */
.already-visited > a.wizard-nav-link:hover {
    background-color: #E4E4E4;
}

/* line 85, /home/andrei/core-admin-release/core-admin/source/stylesheets/bootstrap-wizard.scss */
.wizard-card > h3 {
    margin-top: 0;
    margin-bottom: 20px;
    font-size: 21px;
    line-height: 40px;
    font-weight: normal;
}

/* line 93, /home/andrei/core-admin-release/core-admin/source/stylesheets/bootstrap-wizard.scss */
.wizard-progress {
    padding: 15px;
    bottom: 0;
}

/* line 97, /home/andrei/core-admin-release/core-admin/source/stylesheets/bootstrap-wizard.scss */
.wizard-progress-container {
    padding: 20px;
}

/* line 101, /home/andrei/core-admin-release/core-admin/source/stylesheets/bootstrap-wizard.scss */
.wizard-steps {
    width: 28%;
    height: 425px;
    background-color: #f5f5f5;
}

/* line 107, /home/andrei/core-admin-release/core-admin/source/stylesheets/bootstrap-wizard.scss */
.wizard-nav-container {
    height: 360px;
}

/* line 111, /home/andrei/core-admin-release/core-admin/source/stylesheets/bootstrap-wizard.scss */
.nav > li > a.wizard-step-error {
    background-color: #F2DEDE;
    color: #B94A48;
    font-weight: bold;
}

/* line 117, /home/andrei/core-admin-release/core-admin/source/stylesheets/bootstrap-wizard.scss */
.wizard-step-error .icon-chevron-right {
    opacity: 0;
}

/* line 121, /home/andrei/core-admin-release/core-admin/source/stylesheets/bootstrap-wizard.scss */
.wizard-input-section {
    margin-bottom: 20px;
}

/* line 125, /home/andrei/core-admin-release/core-admin/source/stylesheets/bootstrap-wizard.scss */
.wizard-buttons-container {
    padding: 20px;
}

/* line 129, /home/andrei/core-admin-release/core-admin/source/stylesheets/bootstrap-wizard.scss */
.wizard-modal .popover.error-popover {
    background-color: #F2DEDE;
    color: #B94A48;
    border-color: #953B39;
}

    /* line 135, /home/andrei/core-admin-release/core-admin/source/stylesheets/bootstrap-wizard.scss */
    .wizard-modal .popover.error-popover .arrow::after {
        border-right-color: #F2DEDE;
    }

    /* line 139, /home/andrei/core-admin-release/core-admin/source/stylesheets/bootstrap-wizard.scss */
    .wizard-modal .popover.error-popover .popover-title {
        display: none;
    }

    /* line 143, /home/andrei/core-admin-release/core-admin/source/stylesheets/bootstrap-wizard.scss */
    .wizard-modal .popover.error-popover .arrow {
        border-right-color: #953B39;
    }
/* line 3, /home/andrei/core-admin-release/core-admin/source/stylesheets/error_pages.scss */
.error-box {
    margin-top: 100px;
    color: rgba(0, 0, 0, 0.5);
    text-shadow: 1px 1px 1px rgba(255, 255, 255, 0.6), 0 0 1px rgba(0, 0, 0, 0.9);
    text-align: center;
    font-weight: 600;
}
    /* line 10, /home/andrei/core-admin-release/core-admin/source/stylesheets/error_pages.scss */
    .error-box .message-small {
        font-size: 25px;
    }
    /* line 14, /home/andrei/core-admin-release/core-admin/source/stylesheets/error_pages.scss */
    .error-box .message-big {
        font-size: 160px;
    }
/* line 3, /home/andrei/core-admin-release/core-admin/source/stylesheets/bootstrap-wysihtml5.scss */
.textarea-html5 {
    margin: 0;
    padding: 10px;
    padding-top: 0;
    width: 100%;
    height: 190px;
    border-radius: 4px;
}

/* line 12, /home/andrei/core-admin-release/core-admin/source/stylesheets/bootstrap-wysihtml5.scss */
.wysihtml5-sandbox {
    width: 100% !important;
    -webkit-box-sizing: border-box !important;
    -moz-box-sizing: border-box !important;
    box-sizing: border-box !important;
    border: none !important;
    box-shadow: none !important;
    border-bottom-left-radius: 3px !important;
    border-bottom-right-radius: 3px !important;
    background: #f7f7f7;
}

/* line 22, /home/andrei/core-admin-release/core-admin/source/stylesheets/bootstrap-wysihtml5.scss */
.closable-chat-box .wysihtml5-sandbox {
    width: 97% !important;
}

/* line 27, /home/andrei/core-admin-release/core-admin/source/stylesheets/bootstrap-wysihtml5.scss */
ul.wysihtml5-toolbar {
    margin: 0;
    padding: 10px;
    display: block;
}
    /* line 31, /home/andrei/core-admin-release/core-admin/source/stylesheets/bootstrap-wysihtml5.scss */
    ul.wysihtml5-toolbar::after {
        clear: both;
        display: table;
        content: "";
    }
    /* line 36, /home/andrei/core-admin-release/core-admin/source/stylesheets/bootstrap-wysihtml5.scss */
    ul.wysihtml5-toolbar > li {
        float: left;
        display: list-item;
        list-style: none;
        margin: 0 5px 10px 0;
    }
    /* line 43, /home/andrei/core-admin-release/core-admin/source/stylesheets/bootstrap-wysihtml5.scss */
    ul.wysihtml5-toolbar a[data-wysihtml5-command=bold] {
        font-weight: 600;
    }
    /* line 46, /home/andrei/core-admin-release/core-admin/source/stylesheets/bootstrap-wysihtml5.scss */
    ul.wysihtml5-toolbar a[data-wysihtml5-command=italic] {
        font-style: italic;
    }
    /* line 49, /home/andrei/core-admin-release/core-admin/source/stylesheets/bootstrap-wysihtml5.scss */
    ul.wysihtml5-toolbar a[data-wysihtml5-command=underline] {
        text-decoration: underline;
    }
    /* line 52, /home/andrei/core-admin-release/core-admin/source/stylesheets/bootstrap-wysihtml5.scss */
    ul.wysihtml5-toolbar a.btn.wysihtml5-command-active {
        background-image: none;
        -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: #eaeaea;
        background-color: #D9D9D9;
        outline: 0;
    }
/* line 63, /home/andrei/core-admin-release/core-admin/source/stylesheets/bootstrap-wysihtml5.scss */
ul.wysihtml5-commands-disabled .dropdown-menu {
    display: none !important;
}
/* line 67, /home/andrei/core-admin-release/core-admin/source/stylesheets/bootstrap-wysihtml5.scss */
ul.wysihtml5-toolbar div.wysihtml5-colors {
    display: block;
    width: 50px;
    height: 20px;
    margin-top: 2px;
    margin-left: 5px;
    position: absolute;
    pointer-events: none;
}
/* line 76, /home/andrei/core-admin-release/core-admin/source/stylesheets/bootstrap-wysihtml5.scss */
ul.wysihtml5-toolbar a.wysihtml5-colors-title {
    padding-left: 70px;
}
/* line 80, /home/andrei/core-admin-release/core-admin/source/stylesheets/bootstrap-wysihtml5.scss */
ul.wysihtml5-toolbar div[data-wysihtml5-command-value="black"] {
    background: black !important;
}
/* line 83, /home/andrei/core-admin-release/core-admin/source/stylesheets/bootstrap-wysihtml5.scss */
ul.wysihtml5-toolbar div[data-wysihtml5-command-value="silver"] {
    background: silver !important;
}
/* line 86, /home/andrei/core-admin-release/core-admin/source/stylesheets/bootstrap-wysihtml5.scss */
ul.wysihtml5-toolbar div[data-wysihtml5-command-value="gray"] {
    background: gray !important;
}
/* line 89, /home/andrei/core-admin-release/core-admin/source/stylesheets/bootstrap-wysihtml5.scss */
ul.wysihtml5-toolbar div[data-wysihtml5-command-value="maroon"] {
    background: maroon !important;
}
/* line 92, /home/andrei/core-admin-release/core-admin/source/stylesheets/bootstrap-wysihtml5.scss */
ul.wysihtml5-toolbar div[data-wysihtml5-command-value="red"] {
    background: red !important;
}
/* line 95, /home/andrei/core-admin-release/core-admin/source/stylesheets/bootstrap-wysihtml5.scss */
ul.wysihtml5-toolbar div[data-wysihtml5-command-value="purple"] {
    background: purple !important;
}
/* line 98, /home/andrei/core-admin-release/core-admin/source/stylesheets/bootstrap-wysihtml5.scss */
ul.wysihtml5-toolbar div[data-wysihtml5-command-value="green"] {
    background: green !important;
}
/* line 101, /home/andrei/core-admin-release/core-admin/source/stylesheets/bootstrap-wysihtml5.scss */
ul.wysihtml5-toolbar div[data-wysihtml5-command-value="olive"] {
    background: olive !important;
}
/* line 104, /home/andrei/core-admin-release/core-admin/source/stylesheets/bootstrap-wysihtml5.scss */
ul.wysihtml5-toolbar div[data-wysihtml5-command-value="navy"] {
    background: navy !important;
}
/* line 107, /home/andrei/core-admin-release/core-admin/source/stylesheets/bootstrap-wysihtml5.scss */
ul.wysihtml5-toolbar div[data-wysihtml5-command-value="blue"] {
    background: blue !important;
}
/* line 110, /home/andrei/core-admin-release/core-admin/source/stylesheets/bootstrap-wysihtml5.scss */
ul.wysihtml5-toolbar div[data-wysihtml5-command-value="orange"] {
    background: orange !important;
}

/* line 117, /home/andrei/core-admin-release/core-admin/source/stylesheets/bootstrap-wysihtml5.scss */
.wysiwyg-color-black {
    color: black;
}

/* line 121, /home/andrei/core-admin-release/core-admin/source/stylesheets/bootstrap-wysihtml5.scss */
.wysiwyg-color-silver {
    color: silver;
}

/* line 125, /home/andrei/core-admin-release/core-admin/source/stylesheets/bootstrap-wysihtml5.scss */
.wysiwyg-color-gray {
    color: gray;
}

/* line 129, /home/andrei/core-admin-release/core-admin/source/stylesheets/bootstrap-wysihtml5.scss */
.wysiwyg-color-white {
    color: white;
}

/* line 133, /home/andrei/core-admin-release/core-admin/source/stylesheets/bootstrap-wysihtml5.scss */
.wysiwyg-color-maroon {
    color: maroon;
}

/* line 137, /home/andrei/core-admin-release/core-admin/source/stylesheets/bootstrap-wysihtml5.scss */
.wysiwyg-color-red {
    color: red;
}

/* line 141, /home/andrei/core-admin-release/core-admin/source/stylesheets/bootstrap-wysihtml5.scss */
.wysiwyg-color-purple {
    color: purple;
}

/* line 145, /home/andrei/core-admin-release/core-admin/source/stylesheets/bootstrap-wysihtml5.scss */
.wysiwyg-color-fuchsia {
    color: fuchsia;
}

/* line 149, /home/andrei/core-admin-release/core-admin/source/stylesheets/bootstrap-wysihtml5.scss */
.wysiwyg-color-green {
    color: green;
}

/* line 153, /home/andrei/core-admin-release/core-admin/source/stylesheets/bootstrap-wysihtml5.scss */
.wysiwyg-color-lime {
    color: lime;
}

/* line 157, /home/andrei/core-admin-release/core-admin/source/stylesheets/bootstrap-wysihtml5.scss */
.wysiwyg-color-olive {
    color: olive;
}

/* line 161, /home/andrei/core-admin-release/core-admin/source/stylesheets/bootstrap-wysihtml5.scss */
.wysiwyg-color-yellow {
    color: yellow;
}

/* line 165, /home/andrei/core-admin-release/core-admin/source/stylesheets/bootstrap-wysihtml5.scss */
.wysiwyg-color-navy {
    color: navy;
}

/* line 169, /home/andrei/core-admin-release/core-admin/source/stylesheets/bootstrap-wysihtml5.scss */
.wysiwyg-color-blue {
    color: blue;
}

/* line 173, /home/andrei/core-admin-release/core-admin/source/stylesheets/bootstrap-wysihtml5.scss */
.wysiwyg-color-teal {
    color: teal;
}

/* line 177, /home/andrei/core-admin-release/core-admin/source/stylesheets/bootstrap-wysihtml5.scss */
.wysiwyg-color-aqua {
    color: aqua;
}

/* line 181, /home/andrei/core-admin-release/core-admin/source/stylesheets/bootstrap-wysihtml5.scss */
.wysiwyg-color-orange {
    color: orange;
}
/* line 56, /home/andrei/core-admin-release/core-admin/source/stylesheets/_arrow.scss */
.formError {
    position: relative;
    background: #202020;
    border: 1px solid #cccccc;
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box;
}

    /* line 72, /home/andrei/core-admin-release/core-admin/source/stylesheets/_arrow.scss */
    .formError:after, .formError:before {
        top: 100%;
        border: solid transparent;
        content: " ";
        height: 0;
        width: 0;
        position: absolute;
        pointer-events: none;
    }

    /* line 82, /home/andrei/core-admin-release/core-admin/source/stylesheets/_arrow.scss */
    .formError:after {
        border-top-color: #202020;
        border-width: 7px;
        left: 7px;
    }

    /* line 94, /home/andrei/core-admin-release/core-admin/source/stylesheets/_arrow.scss */
    .formError:before {
        border-top-color: #cccccc;
        border-width: 8px;
        left: 6px;
    }

/* line 6, /home/andrei/core-admin-release/core-admin/source/stylesheets/validation_engine.scss */
.formError {
    z-index: 990;
    background: transparent;
    border: none;
}
    /* line 10, /home/andrei/core-admin-release/core-admin/source/stylesheets/validation_engine.scss */
    .formError .formErrorContent {
        z-index: 991;
    }
    /* line 13, /home/andrei/core-admin-release/core-admin/source/stylesheets/validation_engine.scss */
    .formError .formErrorArrow {
        z-index: 996;
        display: none;
    }

/* line 19, /home/andrei/core-admin-release/core-admin/source/stylesheets/validation_engine.scss */
.ui-dialog .formError {
    z-index: 5000;
}
    /* line 21, /home/andrei/core-admin-release/core-admin/source/stylesheets/validation_engine.scss */
    .ui-dialog .formError .formErrorContent {
        z-index: 5001;
    }
    /* line 24, /home/andrei/core-admin-release/core-admin/source/stylesheets/validation_engine.scss */
    .ui-dialog .formError .formErrorArrow {
        z-index: 5006;
    }

/* line 29, /home/andrei/core-admin-release/core-admin/source/stylesheets/validation_engine.scss */
.inputContainer {
    position: relative;
    float: left;
}

/* line 34, /home/andrei/core-admin-release/core-admin/source/stylesheets/validation_engine.scss */
.formError {
    position: absolute;
    top: 300px;
    left: 300px;
    display: block;
    cursor: pointer;
    text-align: left;
}
    /* line 41, /home/andrei/core-admin-release/core-admin/source/stylesheets/validation_engine.scss */
    .formError.inline {
        position: relative;
        top: 0;
        left: 0;
        display: inline-block;
    }

/* line 49, /home/andrei/core-admin-release/core-admin/source/stylesheets/validation_engine.scss */
.ajaxSubmit {
    padding: 20px;
    background: #55ea55;
    border: 1px solid #999;
    display: none;
}

/* line 57, /home/andrei/core-admin-release/core-admin/source/stylesheets/validation_engine.scss */
.formError .formErrorContent {
    width: 100%;
    background: #202020;
    position: relative;
    color: #fff;
    min-width: 120px;
    font-size: 11px;
    padding: 4px 10px 4px 10px;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    -ms-border-radius: 6px;
    -o-border-radius: 6px;
    border-radius: 6px;
}
/* line 67, /home/andrei/core-admin-release/core-admin/source/stylesheets/validation_engine.scss */
.formError.inline .formErrorContent {
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    border: none;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -ms-border-radius: 0;
    -o-border-radius: 0;
    border-radius: 0;
}

/* line 74, /home/andrei/core-admin-release/core-admin/source/stylesheets/validation_engine.scss */
.greenPopup .formErrorContent {
    background: #33be40;
}

/* line 78, /home/andrei/core-admin-release/core-admin/source/stylesheets/validation_engine.scss */
.blackPopup .formErrorContent {
    background: #393939;
    color: #FFF;
}

/* line 83, /home/andrei/core-admin-release/core-admin/source/stylesheets/validation_engine.scss */
.formError .formErrorArrow {
    width: 15px;
    margin: -2px 0 0 13px;
    position: relative;
}

/* line 90, /home/andrei/core-admin-release/core-admin/source/stylesheets/validation_engine.scss */
body[dir='rtl'] .formError .formErrorArrow, body.rtl .formError .formErrorArrow {
    margin: -2px 13px 0 0;
}

/* line 96, /home/andrei/core-admin-release/core-admin/source/stylesheets/validation_engine.scss */
.formError .formErrorArrowBottom {
    box-shadow: none;
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    -o-box-shadow: none;
    margin: 0px 0 0 12px;
    top: 2px;
}
/* line 104, /home/andrei/core-admin-release/core-admin/source/stylesheets/validation_engine.scss */
.formError .formErrorArrow div {
    border-left: 2px solid #ddd;
    border-right: 2px solid #ddd;
    box-shadow: 0 2px 3px #444;
    -moz-box-shadow: 0 2px 3px #444;
    -webkit-box-shadow: 0 2px 3px #444;
    -o-box-shadow: 0 2px 3px #444;
    font-size: 0px;
    height: 1px;
    background: #ee0101;
    margin: 0 auto;
    line-height: 0;
    font-size: 0;
    display: block;
}
/* line 119, /home/andrei/core-admin-release/core-admin/source/stylesheets/validation_engine.scss */
.formError .formErrorArrowBottom div {
    box-shadow: none;
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    -o-box-shadow: none;
}

/* line 127, /home/andrei/core-admin-release/core-admin/source/stylesheets/validation_engine.scss */
.greenPopup .formErrorArrow div {
    background: #33be40;
}

/* line 131, /home/andrei/core-admin-release/core-admin/source/stylesheets/validation_engine.scss */
.blackPopup .formErrorArrow div {
    background: #393939;
    color: #FFF;
}

/* line 137, /home/andrei/core-admin-release/core-admin/source/stylesheets/validation_engine.scss */
.formError .formErrorArrow .line10 {
    width: 15px;
    border: none;
}
/* line 141, /home/andrei/core-admin-release/core-admin/source/stylesheets/validation_engine.scss */
.formError .formErrorArrow .line9 {
    width: 13px;
    border: none;
}
/* line 145, /home/andrei/core-admin-release/core-admin/source/stylesheets/validation_engine.scss */
.formError .formErrorArrow .line8 {
    width: 11px;
}
/* line 148, /home/andrei/core-admin-release/core-admin/source/stylesheets/validation_engine.scss */
.formError .formErrorArrow .line7 {
    width: 9px;
}
/* line 151, /home/andrei/core-admin-release/core-admin/source/stylesheets/validation_engine.scss */
.formError .formErrorArrow .line6 {
    width: 7px;
}
/* line 154, /home/andrei/core-admin-release/core-admin/source/stylesheets/validation_engine.scss */
.formError .formErrorArrow .line5 {
    width: 5px;
}
/* line 157, /home/andrei/core-admin-release/core-admin/source/stylesheets/validation_engine.scss */
.formError .formErrorArrow .line4 {
    width: 3px;
}
/* line 160, /home/andrei/core-admin-release/core-admin/source/stylesheets/validation_engine.scss */
.formError .formErrorArrow .line3 {
    width: 1px;
    border-left: 2px solid #ddd;
    border-right: 2px solid #ddd;
    border-bottom: 0 solid #ddd;
}
/* line 166, /home/andrei/core-admin-release/core-admin/source/stylesheets/validation_engine.scss */
.formError .formErrorArrow .line2 {
    width: 3px;
    border: none;
    background: #ddd;
}
/* line 171, /home/andrei/core-admin-release/core-admin/source/stylesheets/validation_engine.scss */
.formError .formErrorArrow .line1 {
    width: 1px;
    border: none;
    background: #ddd;
}
/* \f020 doesn't work in Safari. all shifted one down */
/*! X-editable - v1.4.1
* In-place editing with Twitter Bootstrap, jQuery UI or pure jQuery
* http://github.com/vitalets/x-editable
* Copyright (c) 2013 Vitaliy Potapov; Licensed MIT */
/* line 9, /home/andrei/core-admin-release/core-admin/source/stylesheets/bootstrap-editable.scss */
.editableform {
    margin-bottom: 0;
    /* overwrites bootstrap margin */
}
    /* line 12, /home/andrei/core-admin-release/core-admin/source/stylesheets/bootstrap-editable.scss */
    .editableform .control-group {
        margin-bottom: 0;
        /* overwrites bootstrap margin */
        white-space: nowrap;
        /* prevent wrapping buttons on new line */
    }

/* line 20, /home/andrei/core-admin-release/core-admin/source/stylesheets/bootstrap-editable.scss */
.editable-buttons {
    display: inline-block;
    /* should be inline to take effect of parent's white-space: nowrap */
    vertical-align: top;
    margin-left: 7px;
    /* inline-block emulation for IE7*/
    zoom: 1;
    *display: inline;
}

/* line 30, /home/andrei/core-admin-release/core-admin/source/stylesheets/bootstrap-editable.scss */
.editable-input {
    vertical-align: top;
    display: inline-block;
    /* should be inline to take effect of parent's white-space: nowrap */
    width: auto;
    /* bootstrap-responsive has width: 100% that breakes layout */
    white-space: normal;
    /* reset white-space decalred in parent*/
    /* display-inline emulation for IE7*/
    zoom: 1;
    *display: inline;
}

/* line 44, /home/andrei/core-admin-release/core-admin/source/stylesheets/bootstrap-editable.scss */
.editable-buttons .editable-cancel {
    margin-left: 7px;
}
/* line 47, /home/andrei/core-admin-release/core-admin/source/stylesheets/bootstrap-editable.scss */
.editable-buttons button.ui-button-icon-only {
    height: 24px;
    width: 30px;
}

/*for jquery-ui buttons need set height to look more pretty*/
/* line 55, /home/andrei/core-admin-release/core-admin/source/stylesheets/bootstrap-editable.scss */
.editableform-loading {
    background: url("../images/loading.gif") center center no-repeat;
    height: 25px;
    width: auto;
    min-width: 25px;
}

/* line 62, /home/andrei/core-admin-release/core-admin/source/stylesheets/bootstrap-editable.scss */
.editable-inline .editableform-loading {
    background-position: left 5px;
}

/* line 66, /home/andrei/core-admin-release/core-admin/source/stylesheets/bootstrap-editable.scss */
.editable-error-block {
    max-width: 300px;
    margin: 5px 0 0 0;
    width: auto;
    white-space: normal;
}
    /* line 71, /home/andrei/core-admin-release/core-admin/source/stylesheets/bootstrap-editable.scss */
    .editable-error-block.ui-state-error {
        padding: 3px;
    }

/*add padding for jquery ui*/
/* line 78, /home/andrei/core-admin-release/core-admin/source/stylesheets/bootstrap-editable.scss */
.editable-error {
    color: red;
}

/* line 82, /home/andrei/core-admin-release/core-admin/source/stylesheets/bootstrap-editable.scss */
.editableform .editable-date {
    padding: 0;
    margin: 0;
    float: left;
}

/* checklist vertical alignment */
/* line 90, /home/andrei/core-admin-release/core-admin/source/stylesheets/bootstrap-editable.scss */
.editable-checklist label {
    white-space: nowrap;
}
    /* line 91, /home/andrei/core-admin-release/core-admin/source/stylesheets/bootstrap-editable.scss */
    .editable-checklist label input[type="checkbox"], .editable-checklist label span {
        vertical-align: middle;
        margin: 0;
    }

/* set exact width of textarea to fit buttons toolbar */
/* line 100, /home/andrei/core-admin-release/core-admin/source/stylesheets/bootstrap-editable.scss */
.editable-wysihtml5 {
    width: 566px;
    height: 250px;
}

/* clear button shown as link in date inputs */
/* line 107, /home/andrei/core-admin-release/core-admin/source/stylesheets/bootstrap-editable.scss */
.editable-clear {
    clear: both;
    font-size: 0.9em;
    text-decoration: none;
    text-align: right;
}

/* IOS-style clear button for text inputs */
/* line 116, /home/andrei/core-admin-release/core-admin/source/stylesheets/bootstrap-editable.scss */
.editable-clear-x {
    display: block;
    width: 13px;
    height: 13px;
    position: absolute;
    opacity: 0.6;
    z-index: 100;
}
    /* line 125, /home/andrei/core-admin-release/core-admin/source/stylesheets/bootstrap-editable.scss */
    .editable-clear-x:hover {
        opacity: 1;
    }

/* line 130, /home/andrei/core-admin-release/core-admin/source/stylesheets/bootstrap-editable.scss */
.editable-container {
    max-width: none !important;
    /* without this rule poshytip/tooltip does not stretch */
}
    /* line 133, /home/andrei/core-admin-release/core-admin/source/stylesheets/bootstrap-editable.scss */
    .editable-container.popover {
        /*   width: 300px;*/
        /* debug */
        width: auto;
        /* without this rule popover does not stretch */
    }
    /* line 139, /home/andrei/core-admin-release/core-admin/source/stylesheets/bootstrap-editable.scss */
    .editable-container.editable-inline {
        display: inline-block;
        vertical-align: middle;
        width: auto;
        /* inline-block emulation for IE7*/
        zoom: 1;
        *display: inline;
    }
    /* line 147, /home/andrei/core-admin-release/core-admin/source/stylesheets/bootstrap-editable.scss */
    .editable-container.ui-widget {
        font-size: inherit;
        /* jqueryui widget font 1.1em too big, overwrite it */
    }

/* line 153, /home/andrei/core-admin-release/core-admin/source/stylesheets/bootstrap-editable.scss */
.editable-click {
    text-decoration: none;
    border-bottom: dashed 1px #0088cc;
}

/* line 158, /home/andrei/core-admin-release/core-admin/source/stylesheets/bootstrap-editable.scss */
a.editable-click {
    text-decoration: none;
    border-bottom: dashed 1px #c82f2f;
}
    /* line 161, /home/andrei/core-admin-release/core-admin/source/stylesheets/bootstrap-editable.scss */
    a.editable-click:hover {
        text-decoration: none;
        border-bottom: dashed 1px #0088cc;
    }

/* line 167, /home/andrei/core-admin-release/core-admin/source/stylesheets/bootstrap-editable.scss */
.editable-click.editable-disabled {
    color: #585858;
    cursor: default;
    border-bottom: none;
}

/* line 173, /home/andrei/core-admin-release/core-admin/source/stylesheets/bootstrap-editable.scss */
a.editable-click.editable-disabled {
    color: #585858;
    cursor: default;
    border-bottom: none;
}
    /* line 177, /home/andrei/core-admin-release/core-admin/source/stylesheets/bootstrap-editable.scss */
    a.editable-click.editable-disabled:hover {
        color: #585858;
        cursor: default;
        border-bottom: none;
    }

/* line 184, /home/andrei/core-admin-release/core-admin/source/stylesheets/bootstrap-editable.scss */
.editable-empty {
    font-style: italic;
    color: #DD1144;
    border-bottom: none;
    text-decoration: none;
}
    /* line 189, /home/andrei/core-admin-release/core-admin/source/stylesheets/bootstrap-editable.scss */
    .editable-empty:hover {
        font-style: italic;
        color: #DD1144;
        border-bottom: none;
        text-decoration: none;
    }

/* line 197, /home/andrei/core-admin-release/core-admin/source/stylesheets/bootstrap-editable.scss */
.editable-unsaved {
    font-weight: bold;
}
    /* line 199, /home/andrei/core-admin-release/core-admin/source/stylesheets/bootstrap-editable.scss */
    .editable-unsaved:after {
        /*    content: '*'*/
    }

/*!
 * Datepicker for Bootstrap
 *
 * Copyright 2012 Stefan Petre
 * Improvements by Andrew Rowls
 * Licensed under the Apache License v2.0
 * http://www.apache.org/licenses/LICENSE-2.0
 *
 */
/* line 214, /home/andrei/core-admin-release/core-admin/source/stylesheets/bootstrap-editable.scss */
.datepicker {
    padding: 4px;
    margin-top: 1px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    direction: ltr;
    /*.dow {
		border-top: 1px solid #ddd !important;
	}*/
}

/* line 226, /home/andrei/core-admin-release/core-admin/source/stylesheets/bootstrap-editable.scss */
.datepicker-inline {
    width: 220px;
}

/* line 230, /home/andrei/core-admin-release/core-admin/source/stylesheets/bootstrap-editable.scss */
.datepicker.datepicker-rtl {
    direction: rtl;
}
    /* line 232, /home/andrei/core-admin-release/core-admin/source/stylesheets/bootstrap-editable.scss */
    .datepicker.datepicker-rtl table tr td span {
        float: right;
    }

/* line 237, /home/andrei/core-admin-release/core-admin/source/stylesheets/bootstrap-editable.scss */
.datepicker-dropdown {
    top: 0;
    left: 0;
}
    /* line 240, /home/andrei/core-admin-release/core-admin/source/stylesheets/bootstrap-editable.scss */
    .datepicker-dropdown:before {
        content: '';
        display: inline-block;
        border-left: 7px solid transparent;
        border-right: 7px solid transparent;
        border-bottom: 7px solid #ccc;
        border-bottom-color: rgba(0, 0, 0, 0.2);
        position: absolute;
        top: -7px;
        left: 6px;
    }
    /* line 251, /home/andrei/core-admin-release/core-admin/source/stylesheets/bootstrap-editable.scss */
    .datepicker-dropdown:after {
        content: '';
        display: inline-block;
        border-left: 6px solid transparent;
        border-right: 6px solid transparent;
        border-bottom: 6px solid #ffffff;
        position: absolute;
        top: -6px;
        left: 7px;
    }

/* line 264, /home/andrei/core-admin-release/core-admin/source/stylesheets/bootstrap-editable.scss */
.datepicker > div {
    display: none;
}
/* line 267, /home/andrei/core-admin-release/core-admin/source/stylesheets/bootstrap-editable.scss */
.datepicker.days div.datepicker-days, .datepicker.months div.datepicker-months, .datepicker.years div.datepicker-years {
    display: block;
}
/* line 270, /home/andrei/core-admin-release/core-admin/source/stylesheets/bootstrap-editable.scss */
.datepicker table {
    margin: 0;
}
/* line 273, /home/andrei/core-admin-release/core-admin/source/stylesheets/bootstrap-editable.scss */
.datepicker td, .datepicker th {
    text-align: center;
    width: 20px;
    height: 20px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    border: none;
}

/* line 285, /home/andrei/core-admin-release/core-admin/source/stylesheets/bootstrap-editable.scss */
.table-striped .datepicker table tr td, .table-striped .datepicker table tr th {
    background-color: transparent;
}

/* line 292, /home/andrei/core-admin-release/core-admin/source/stylesheets/bootstrap-editable.scss */
.datepicker table tr td.day:hover {
    background: #eeeeee;
    cursor: pointer;
}
/* line 296, /home/andrei/core-admin-release/core-admin/source/stylesheets/bootstrap-editable.scss */
.datepicker table tr td.old, .datepicker table tr td.new {
    color: #999999;
}
/* line 299, /home/andrei/core-admin-release/core-admin/source/stylesheets/bootstrap-editable.scss */
.datepicker table tr td.disabled {
    background: none;
    color: #999999;
    cursor: default;
}
    /* line 303, /home/andrei/core-admin-release/core-admin/source/stylesheets/bootstrap-editable.scss */
    .datepicker table tr td.disabled:hover {
        background: none;
        color: #999999;
        cursor: default;
    }
/* line 309, /home/andrei/core-admin-release/core-admin/source/stylesheets/bootstrap-editable.scss */
.datepicker table tr td.today {
    background-color: #fde19a;
    background-image: -moz-linear-gradient(top, #fdd49a, #fdf59a);
    background-image: -ms-linear-gradient(top, #fdd49a, #fdf59a);
    background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#fdd49a), to(#fdf59a));
    background-image: -webkit-linear-gradient(top, #fdd49a, #fdf59a);
    background-image: -o-linear-gradient(top, #fdd49a, #fdf59a);
    background-image: linear-gradient(top, #fdd49a, #fdf59a);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fdd49a', endColorstr='#fdf59a', GradientType=0);
    border-color: #fdf59a #fdf59a #fbed50;
    border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
    filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
}
    /* line 322, /home/andrei/core-admin-release/core-admin/source/stylesheets/bootstrap-editable.scss */
    .datepicker table tr td.today:hover {
        background-color: #fde19a;
        background-image: -moz-linear-gradient(top, #fdd49a, #fdf59a);
        background-image: -ms-linear-gradient(top, #fdd49a, #fdf59a);
        background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#fdd49a), to(#fdf59a));
        background-image: -webkit-linear-gradient(top, #fdd49a, #fdf59a);
        background-image: -o-linear-gradient(top, #fdd49a, #fdf59a);
        background-image: linear-gradient(top, #fdd49a, #fdf59a);
        background-repeat: repeat-x;
        filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fdd49a', endColorstr='#fdf59a', GradientType=0);
        border-color: #fdf59a #fdf59a #fbed50;
        border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
        filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
    }
    /* line 336, /home/andrei/core-admin-release/core-admin/source/stylesheets/bootstrap-editable.scss */
    .datepicker table tr td.today.disabled {
        background-color: #fde19a;
        background-image: -moz-linear-gradient(top, #fdd49a, #fdf59a);
        background-image: -ms-linear-gradient(top, #fdd49a, #fdf59a);
        background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#fdd49a), to(#fdf59a));
        background-image: -webkit-linear-gradient(top, #fdd49a, #fdf59a);
        background-image: -o-linear-gradient(top, #fdd49a, #fdf59a);
        background-image: linear-gradient(top, #fdd49a, #fdf59a);
        background-repeat: repeat-x;
        filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fdd49a', endColorstr='#fdf59a', GradientType=0);
        border-color: #fdf59a #fdf59a #fbed50;
        border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
        filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
    }
        /* line 349, /home/andrei/core-admin-release/core-admin/source/stylesheets/bootstrap-editable.scss */
        .datepicker table tr td.today.disabled:hover {
            background-color: #fde19a;
            background-image: -moz-linear-gradient(top, #fdd49a, #fdf59a);
            background-image: -ms-linear-gradient(top, #fdd49a, #fdf59a);
            background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#fdd49a), to(#fdf59a));
            background-image: -webkit-linear-gradient(top, #fdd49a, #fdf59a);
            background-image: -o-linear-gradient(top, #fdd49a, #fdf59a);
            background-image: linear-gradient(top, #fdd49a, #fdf59a);
            background-repeat: repeat-x;
            filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fdd49a', endColorstr='#fdf59a', GradientType=0);
            border-color: #fdf59a #fdf59a #fbed50;
            border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
            filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
        }
        /* line 364, /home/andrei/core-admin-release/core-admin/source/stylesheets/bootstrap-editable.scss */
        .datepicker table tr td.today:hover, .datepicker table tr td.today.disabled:hover, .datepicker table tr td.today:active, .datepicker table tr td.today:hover:active {
            background-color: #fdf59a;
        }
            /* line 368, /home/andrei/core-admin-release/core-admin/source/stylesheets/bootstrap-editable.scss */
            .datepicker table tr td.today.disabled:active, .datepicker table tr td.today.disabled:hover:active {
                background-color: #fdf59a;
            }
            /* line 372, /home/andrei/core-admin-release/core-admin/source/stylesheets/bootstrap-editable.scss */
            .datepicker table tr td.today.active, .datepicker table tr td.today:hover.active {
                background-color: #fdf59a;
            }
    /* line 375, /home/andrei/core-admin-release/core-admin/source/stylesheets/bootstrap-editable.scss */
    .datepicker table tr td.today.disabled {
        background-color: #fdf59a;
    }
        /* line 376, /home/andrei/core-admin-release/core-admin/source/stylesheets/bootstrap-editable.scss */
        .datepicker table tr td.today.disabled.active, .datepicker table tr td.today.disabled:hover.active {
            background-color: #fdf59a;
        }
    /* line 381, /home/andrei/core-admin-release/core-admin/source/stylesheets/bootstrap-editable.scss */
    .datepicker table tr td.today:hover.disabled {
        background-color: #fdf59a;
    }
    /* line 385, /home/andrei/core-admin-release/core-admin/source/stylesheets/bootstrap-editable.scss */
    .datepicker table tr td.today.disabled.disabled, .datepicker table tr td.today.disabled:hover.disabled {
        background-color: #fdf59a;
    }
    /* line 389, /home/andrei/core-admin-release/core-admin/source/stylesheets/bootstrap-editable.scss */
    .datepicker table tr td.today[disabled], .datepicker table tr td.today:hover[disabled] {
        background-color: #fdf59a;
    }
    /* line 393, /home/andrei/core-admin-release/core-admin/source/stylesheets/bootstrap-editable.scss */
    .datepicker table tr td.today.disabled[disabled], .datepicker table tr td.today.disabled:hover[disabled] {
        background-color: #fdf59a;
    }
    /* line 397, /home/andrei/core-admin-release/core-admin/source/stylesheets/bootstrap-editable.scss */
    .datepicker table tr td.today:active, .datepicker table tr td.today:hover:active {
        background-color: #fbf069 \9;
    }
    /* line 401, /home/andrei/core-admin-release/core-admin/source/stylesheets/bootstrap-editable.scss */
    .datepicker table tr td.today.disabled:active, .datepicker table tr td.today.disabled:hover:active {
        background-color: #fbf069 \9;
    }
    /* line 405, /home/andrei/core-admin-release/core-admin/source/stylesheets/bootstrap-editable.scss */
    .datepicker table tr td.today.active, .datepicker table tr td.today:hover.active {
        background-color: #fbf069 \9;
    }
    /* line 409, /home/andrei/core-admin-release/core-admin/source/stylesheets/bootstrap-editable.scss */
    .datepicker table tr td.today.disabled.active, .datepicker table tr td.today.disabled:hover.active {
        background-color: #fbf069 \9;
    }
/* line 414, /home/andrei/core-admin-release/core-admin/source/stylesheets/bootstrap-editable.scss */
.datepicker table tr td.active {
    background-color: #006dcc;
    background-image: -moz-linear-gradient(top, #0088cc, #0044cc);
    background-image: -ms-linear-gradient(top, #0088cc, #0044cc);
    background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#0088cc), to(#0044cc));
    background-image: -webkit-linear-gradient(top, #0088cc, #0044cc);
    background-image: -o-linear-gradient(top, #0088cc, #0044cc);
    background-image: linear-gradient(top, #0088cc, #0044cc);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#0088cc', endColorstr='#0044cc', GradientType=0);
    border-color: #0044cc #0044cc #002a80;
    border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
    filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
    color: #fff;
    text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
}
    /* line 429, /home/andrei/core-admin-release/core-admin/source/stylesheets/bootstrap-editable.scss */
    .datepicker table tr td.active:hover {
        background-color: #006dcc;
        background-image: -moz-linear-gradient(top, #0088cc, #0044cc);
        background-image: -ms-linear-gradient(top, #0088cc, #0044cc);
        background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#0088cc), to(#0044cc));
        background-image: -webkit-linear-gradient(top, #0088cc, #0044cc);
        background-image: -o-linear-gradient(top, #0088cc, #0044cc);
        background-image: linear-gradient(top, #0088cc, #0044cc);
        background-repeat: repeat-x;
        filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#0088cc', endColorstr='#0044cc', GradientType=0);
        border-color: #0044cc #0044cc #002a80;
        border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
        filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
        color: #fff;
        text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
    }
    /* line 445, /home/andrei/core-admin-release/core-admin/source/stylesheets/bootstrap-editable.scss */
    .datepicker table tr td.active.disabled {
        background-color: #006dcc;
        background-image: -moz-linear-gradient(top, #0088cc, #0044cc);
        background-image: -ms-linear-gradient(top, #0088cc, #0044cc);
        background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#0088cc), to(#0044cc));
        background-image: -webkit-linear-gradient(top, #0088cc, #0044cc);
        background-image: -o-linear-gradient(top, #0088cc, #0044cc);
        background-image: linear-gradient(top, #0088cc, #0044cc);
        background-repeat: repeat-x;
        filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#0088cc', endColorstr='#0044cc', GradientType=0);
        border-color: #0044cc #0044cc #002a80;
        border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
        filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
        color: #fff;
        text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
    }
        /* line 460, /home/andrei/core-admin-release/core-admin/source/stylesheets/bootstrap-editable.scss */
        .datepicker table tr td.active.disabled:hover {
            background-color: #006dcc;
            background-image: -moz-linear-gradient(top, #0088cc, #0044cc);
            background-image: -ms-linear-gradient(top, #0088cc, #0044cc);
            background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#0088cc), to(#0044cc));
            background-image: -webkit-linear-gradient(top, #0088cc, #0044cc);
            background-image: -o-linear-gradient(top, #0088cc, #0044cc);
            background-image: linear-gradient(top, #0088cc, #0044cc);
            background-repeat: repeat-x;
            filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#0088cc', endColorstr='#0044cc', GradientType=0);
            border-color: #0044cc #0044cc #002a80;
            border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
            filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
            color: #fff;
            text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
        }
        /* line 477, /home/andrei/core-admin-release/core-admin/source/stylesheets/bootstrap-editable.scss */
        .datepicker table tr td.active:hover, .datepicker table tr td.active.disabled:hover, .datepicker table tr td.active:active, .datepicker table tr td.active:hover:active {
            background-color: #0044cc;
        }
            /* line 481, /home/andrei/core-admin-release/core-admin/source/stylesheets/bootstrap-editable.scss */
            .datepicker table tr td.active.disabled:active, .datepicker table tr td.active.disabled:hover:active {
                background-color: #0044cc;
            }
            /* line 485, /home/andrei/core-admin-release/core-admin/source/stylesheets/bootstrap-editable.scss */
            .datepicker table tr td.active.active, .datepicker table tr td.active:hover.active {
                background-color: #0044cc;
            }
    /* line 488, /home/andrei/core-admin-release/core-admin/source/stylesheets/bootstrap-editable.scss */
    .datepicker table tr td.active.disabled {
        background-color: #0044cc;
    }
        /* line 489, /home/andrei/core-admin-release/core-admin/source/stylesheets/bootstrap-editable.scss */
        .datepicker table tr td.active.disabled.active, .datepicker table tr td.active.disabled:hover.active {
            background-color: #0044cc;
        }
    /* line 494, /home/andrei/core-admin-release/core-admin/source/stylesheets/bootstrap-editable.scss */
    .datepicker table tr td.active:hover.disabled {
        background-color: #0044cc;
    }
    /* line 498, /home/andrei/core-admin-release/core-admin/source/stylesheets/bootstrap-editable.scss */
    .datepicker table tr td.active.disabled.disabled, .datepicker table tr td.active.disabled:hover.disabled {
        background-color: #0044cc;
    }
    /* line 502, /home/andrei/core-admin-release/core-admin/source/stylesheets/bootstrap-editable.scss */
    .datepicker table tr td.active[disabled], .datepicker table tr td.active:hover[disabled] {
        background-color: #0044cc;
    }
    /* line 506, /home/andrei/core-admin-release/core-admin/source/stylesheets/bootstrap-editable.scss */
    .datepicker table tr td.active.disabled[disabled], .datepicker table tr td.active.disabled:hover[disabled] {
        background-color: #0044cc;
    }
    /* line 510, /home/andrei/core-admin-release/core-admin/source/stylesheets/bootstrap-editable.scss */
    .datepicker table tr td.active:active, .datepicker table tr td.active:hover:active {
        background-color: #003399 \9;
    }
    /* line 514, /home/andrei/core-admin-release/core-admin/source/stylesheets/bootstrap-editable.scss */
    .datepicker table tr td.active.disabled:active, .datepicker table tr td.active.disabled:hover:active {
        background-color: #003399 \9;
    }
    /* line 518, /home/andrei/core-admin-release/core-admin/source/stylesheets/bootstrap-editable.scss */
    .datepicker table tr td.active.active, .datepicker table tr td.active:hover.active {
        background-color: #003399 \9;
    }
    /* line 522, /home/andrei/core-admin-release/core-admin/source/stylesheets/bootstrap-editable.scss */
    .datepicker table tr td.active.disabled.active, .datepicker table tr td.active.disabled:hover.active {
        background-color: #003399 \9;
    }
/* line 527, /home/andrei/core-admin-release/core-admin/source/stylesheets/bootstrap-editable.scss */
.datepicker table tr td span {
    display: block;
    width: 23%;
    height: 54px;
    line-height: 54px;
    float: left;
    margin: 1%;
    cursor: pointer;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
}
    /* line 538, /home/andrei/core-admin-release/core-admin/source/stylesheets/bootstrap-editable.scss */
    .datepicker table tr td span:hover {
        background: #eeeeee;
    }
    /* line 541, /home/andrei/core-admin-release/core-admin/source/stylesheets/bootstrap-editable.scss */
    .datepicker table tr td span.disabled {
        background: none;
        color: #999999;
        cursor: default;
    }
        /* line 545, /home/andrei/core-admin-release/core-admin/source/stylesheets/bootstrap-editable.scss */
        .datepicker table tr td span.disabled:hover {
            background: none;
            color: #999999;
            cursor: default;
        }
    /* line 551, /home/andrei/core-admin-release/core-admin/source/stylesheets/bootstrap-editable.scss */
    .datepicker table tr td span.active {
        background-color: #006dcc;
        background-image: -moz-linear-gradient(top, #0088cc, #0044cc);
        background-image: -ms-linear-gradient(top, #0088cc, #0044cc);
        background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#0088cc), to(#0044cc));
        background-image: -webkit-linear-gradient(top, #0088cc, #0044cc);
        background-image: -o-linear-gradient(top, #0088cc, #0044cc);
        background-image: linear-gradient(top, #0088cc, #0044cc);
        background-repeat: repeat-x;
        filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#0088cc', endColorstr='#0044cc', GradientType=0);
        border-color: #0044cc #0044cc #002a80;
        border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
        filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
        color: #fff;
        text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
    }
        /* line 566, /home/andrei/core-admin-release/core-admin/source/stylesheets/bootstrap-editable.scss */
        .datepicker table tr td span.active:hover {
            background-color: #006dcc;
            background-image: -moz-linear-gradient(top, #0088cc, #0044cc);
            background-image: -ms-linear-gradient(top, #0088cc, #0044cc);
            background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#0088cc), to(#0044cc));
            background-image: -webkit-linear-gradient(top, #0088cc, #0044cc);
            background-image: -o-linear-gradient(top, #0088cc, #0044cc);
            background-image: linear-gradient(top, #0088cc, #0044cc);
            background-repeat: repeat-x;
            filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#0088cc', endColorstr='#0044cc', GradientType=0);
            border-color: #0044cc #0044cc #002a80;
            border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
            filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
            color: #fff;
            text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
        }
        /* line 582, /home/andrei/core-admin-release/core-admin/source/stylesheets/bootstrap-editable.scss */
        .datepicker table tr td span.active.disabled {
            background-color: #006dcc;
            background-image: -moz-linear-gradient(top, #0088cc, #0044cc);
            background-image: -ms-linear-gradient(top, #0088cc, #0044cc);
            background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#0088cc), to(#0044cc));
            background-image: -webkit-linear-gradient(top, #0088cc, #0044cc);
            background-image: -o-linear-gradient(top, #0088cc, #0044cc);
            background-image: linear-gradient(top, #0088cc, #0044cc);
            background-repeat: repeat-x;
            filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#0088cc', endColorstr='#0044cc', GradientType=0);
            border-color: #0044cc #0044cc #002a80;
            border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
            filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
            color: #fff;
            text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
        }
            /* line 597, /home/andrei/core-admin-release/core-admin/source/stylesheets/bootstrap-editable.scss */
            .datepicker table tr td span.active.disabled:hover {
                background-color: #006dcc;
                background-image: -moz-linear-gradient(top, #0088cc, #0044cc);
                background-image: -ms-linear-gradient(top, #0088cc, #0044cc);
                background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#0088cc), to(#0044cc));
                background-image: -webkit-linear-gradient(top, #0088cc, #0044cc);
                background-image: -o-linear-gradient(top, #0088cc, #0044cc);
                background-image: linear-gradient(top, #0088cc, #0044cc);
                background-repeat: repeat-x;
                filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#0088cc', endColorstr='#0044cc', GradientType=0);
                border-color: #0044cc #0044cc #002a80;
                border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
                filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
                color: #fff;
                text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
            }
            /* line 614, /home/andrei/core-admin-release/core-admin/source/stylesheets/bootstrap-editable.scss */
            .datepicker table tr td span.active:hover, .datepicker table tr td span.active.disabled:hover, .datepicker table tr td span.active:active, .datepicker table tr td span.active:hover:active {
                background-color: #0044cc;
            }
                /* line 618, /home/andrei/core-admin-release/core-admin/source/stylesheets/bootstrap-editable.scss */
                .datepicker table tr td span.active.disabled:active, .datepicker table tr td span.active.disabled:hover:active {
                    background-color: #0044cc;
                }
                /* line 622, /home/andrei/core-admin-release/core-admin/source/stylesheets/bootstrap-editable.scss */
                .datepicker table tr td span.active.active, .datepicker table tr td span.active:hover.active {
                    background-color: #0044cc;
                }
        /* line 625, /home/andrei/core-admin-release/core-admin/source/stylesheets/bootstrap-editable.scss */
        .datepicker table tr td span.active.disabled {
            background-color: #0044cc;
        }
            /* line 626, /home/andrei/core-admin-release/core-admin/source/stylesheets/bootstrap-editable.scss */
            .datepicker table tr td span.active.disabled.active, .datepicker table tr td span.active.disabled:hover.active {
                background-color: #0044cc;
            }
        /* line 631, /home/andrei/core-admin-release/core-admin/source/stylesheets/bootstrap-editable.scss */
        .datepicker table tr td span.active:hover.disabled {
            background-color: #0044cc;
        }
        /* line 635, /home/andrei/core-admin-release/core-admin/source/stylesheets/bootstrap-editable.scss */
        .datepicker table tr td span.active.disabled.disabled, .datepicker table tr td span.active.disabled:hover.disabled {
            background-color: #0044cc;
        }
        /* line 639, /home/andrei/core-admin-release/core-admin/source/stylesheets/bootstrap-editable.scss */
        .datepicker table tr td span.active[disabled], .datepicker table tr td span.active:hover[disabled] {
            background-color: #0044cc;
        }
        /* line 643, /home/andrei/core-admin-release/core-admin/source/stylesheets/bootstrap-editable.scss */
        .datepicker table tr td span.active.disabled[disabled], .datepicker table tr td span.active.disabled:hover[disabled] {
            background-color: #0044cc;
        }
        /* line 647, /home/andrei/core-admin-release/core-admin/source/stylesheets/bootstrap-editable.scss */
        .datepicker table tr td span.active:active, .datepicker table tr td span.active:hover:active {
            background-color: #003399 \9;
        }
        /* line 651, /home/andrei/core-admin-release/core-admin/source/stylesheets/bootstrap-editable.scss */
        .datepicker table tr td span.active.disabled:active, .datepicker table tr td span.active.disabled:hover:active {
            background-color: #003399 \9;
        }
        /* line 655, /home/andrei/core-admin-release/core-admin/source/stylesheets/bootstrap-editable.scss */
        .datepicker table tr td span.active.active, .datepicker table tr td span.active:hover.active {
            background-color: #003399 \9;
        }
        /* line 659, /home/andrei/core-admin-release/core-admin/source/stylesheets/bootstrap-editable.scss */
        .datepicker table tr td span.active.disabled.active, .datepicker table tr td span.active.disabled:hover.active {
            background-color: #003399 \9;
        }
    /* line 664, /home/andrei/core-admin-release/core-admin/source/stylesheets/bootstrap-editable.scss */
    .datepicker table tr td span.old {
        color: #999999;
    }
/* line 669, /home/andrei/core-admin-release/core-admin/source/stylesheets/bootstrap-editable.scss */
.datepicker th.switch {
    width: 145px;
}
/* line 672, /home/andrei/core-admin-release/core-admin/source/stylesheets/bootstrap-editable.scss */
.datepicker thead tr:first-child th, .datepicker tfoot tr:first-child th {
    cursor: pointer;
}
    /* line 675, /home/andrei/core-admin-release/core-admin/source/stylesheets/bootstrap-editable.scss */
    .datepicker thead tr:first-child th:hover, .datepicker tfoot tr:first-child th:hover {
        background: #eeeeee;
    }

/* line 680, /home/andrei/core-admin-release/core-admin/source/stylesheets/bootstrap-editable.scss */
.input-append.date .add-on i, .input-prepend.date .add-on i {
    display: block;
    cursor: pointer;
    width: 16px;
    height: 16px;
}
/* line 5, /home/andrei/core-admin-release/core-admin/source/stylesheets/bootstrap-editable-fix.scss */
.datepicker table {
    width: 100%;
    border: 1px solid #CDCDCD;
    background: #fafafa;
    -webkit-box-shadow: 0 2px 2px -2px #cccccc;
    -moz-box-shadow: 0 2px 2px -2px #cccccc;
    box-shadow: 0 2px 2px -2px #cccccc;
}
    /* line 13, /home/andrei/core-admin-release/core-admin/source/stylesheets/bootstrap-editable-fix.scss */
    .datepicker table thead tr:first-child {
        background: #ececec;
        background-image: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjUwJSIgeTE9IjAlIiB4Mj0iNTAlIiB5Mj0iMTAwJSI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ZkZmRmZCIvPjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iI2VjZWNlYyIvPjwvbGluZWFyR3JhZGllbnQ+PC9kZWZzPjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIGZpbGw9InVybCgjZ3JhZCkiIC8+PC9zdmc+IA==');
        background-size: 100%;
        background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #fdfdfd), color-stop(100%, #ececec));
        background-image: -webkit-linear-gradient(top, #fdfdfd, #ececec);
        background-image: -moz-linear-gradient(top, #fdfdfd, #ececec);
        background-image: -o-linear-gradient(top, #fdfdfd, #ececec);
        background-image: linear-gradient(top, #fdfdfd, #ececec);
        border-bottom: 1px solid #CDCDCD;
    }
        /* line 18, /home/andrei/core-admin-release/core-admin/source/stylesheets/bootstrap-editable-fix.scss */
        .datepicker table thead tr:first-child th {
            -webkit-border-radius: 0;
            -moz-border-radius: 0;
            -ms-border-radius: 0;
            -o-border-radius: 0;
            border-radius: 0;
        }
            /* line 21, /home/andrei/core-admin-release/core-admin/source/stylesheets/bootstrap-editable-fix.scss */
            .datepicker table thead tr:first-child th:hover {
                background: #ececec;
                background-image: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjUwJSIgeTE9IjAlIiB4Mj0iNTAlIiB5Mj0iMTAwJSI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ZkZmRmZCIvPjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iI2VjZWNlYyIvPjwvbGluZWFyR3JhZGllbnQ+PC9kZWZzPjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIGZpbGw9InVybCgjZ3JhZCkiIC8+PC9zdmc+IA==');
                background-size: 100%;
                background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #fdfdfd), color-stop(100%, #ececec));
                background-image: -webkit-linear-gradient(top, #fdfdfd, #ececec);
                background-image: -moz-linear-gradient(top, #fdfdfd, #ececec);
                background-image: -o-linear-gradient(top, #fdfdfd, #ececec);
                background-image: linear-gradient(top, #fdfdfd, #ececec);
                color: #404040;
            }
    /* line 31, /home/andrei/core-admin-release/core-admin/source/stylesheets/bootstrap-editable-fix.scss */
    .datepicker table tr td.day:hover, .datepicker table tr td span:hover {
        background: #32779a;
        color: #fff;
    }
    /* line 36, /home/andrei/core-admin-release/core-admin/source/stylesheets/bootstrap-editable-fix.scss */
    .datepicker table tr td.active.active, .datepicker table tr td.active:hover.active, .datepicker table tr td span.active:hover.active, .datepicker table tr td span.active.active {
        background: #519FC7;
        color: #fff;
    }

/* line 44, /home/andrei/core-admin-release/core-admin/source/stylesheets/bootstrap-editable-fix.scss */
.datepicker-inline {
    width: auto;
}

@media (max-width: 979px) {
    /* line 5, /home/andrei/core-admin-release/core-admin/source/stylesheets/responsive979.scss */
    .sidebar-background {
        display: none;
    }

    /* line 9, /home/andrei/core-admin-release/core-admin/source/stylesheets/responsive979.scss */
    .primary-sidebar {
        *zoom: 1;
        position: static;
        width: auto;
        float: none;
        background: #11161A;
    }
        /* line 24, /home/andrei/core-admin-release/core-admin/source/stylesheets/mixin_helpers.scss */
        .primary-sidebar:before, .primary-sidebar:after {
            display: table;
            content: "";
            line-height: 0;
        }
        /* line 30, /home/andrei/core-admin-release/core-admin/source/stylesheets/mixin_helpers.scss */
        .primary-sidebar:after {
            clear: both;
        }

    /* line 17, /home/andrei/core-admin-release/core-admin/source/stylesheets/responsive979.scss */
    .main-content {
        margin: 0;
    }

    /* line 22, /home/andrei/core-admin-release/core-admin/source/stylesheets/responsive979.scss */
    .user-avatar > .dropdown-toggle {
        display: none;
    }

    /* line 27, /home/andrei/core-admin-release/core-admin/source/stylesheets/responsive979.scss */
    .dropdown-menu li.with-image span, .dropdown-menu li a {
        text-shadow: none;
    }

    /* line 31, /home/andrei/core-admin-release/core-admin/source/stylesheets/responsive979.scss */
    .label, .badge, .navbar-inverse .nav > li > a, .navbar-inverse .nav > li.active > a {
        -webkit-box-shadow: none;
        -moz-box-shadow: none;
        box-shadow: none;
    }

    /* line 35, /home/andrei/core-admin-release/core-admin/source/stylesheets/responsive979.scss */
    .nav-collapse .nav > li > a, .nav-collapse .dropdown-menu a {
        font-weight: 600;
    }

    /* line 39, /home/andrei/core-admin-release/core-admin/source/stylesheets/responsive979.scss */
    .primary-sidebar .nav {
        margin: 0;
    }

    /* line 43, /home/andrei/core-admin-release/core-admin/source/stylesheets/responsive979.scss */
    .breadcrumb-line {
        height: auto;
    }
        /* line 46, /home/andrei/core-admin-release/core-admin/source/stylesheets/responsive979.scss */
        .breadcrumb-line .breadcrumbs {
            *zoom: 1;
            float: none;
        }
            /* line 24, /home/andrei/core-admin-release/core-admin/source/stylesheets/mixin_helpers.scss */
            .breadcrumb-line .breadcrumbs:before, .breadcrumb-line .breadcrumbs:after {
                display: table;
                content: "";
                line-height: 0;
            }
            /* line 30, /home/andrei/core-admin-release/core-admin/source/stylesheets/mixin_helpers.scss */
            .breadcrumb-line .breadcrumbs:after {
                clear: both;
            }
        /* line 51, /home/andrei/core-admin-release/core-admin/source/stylesheets/responsive979.scss */
        .breadcrumb-line .nav.pull-right {
            float: none;
            margin-right: 0px;
            border-right: none;
            border-top: 1px solid #ccc;
        }
            /* line 56, /home/andrei/core-admin-release/core-admin/source/stylesheets/responsive979.scss */
            .breadcrumb-line .nav.pull-right > li:first-child > a {
                border-left: none;
            }

    /* line 64, /home/andrei/core-admin-release/core-admin/source/stylesheets/responsive979.scss */
    .user-avatar .dropdown-menu {
        display: block;
    }

    /* line 68, /home/andrei/core-admin-release/core-admin/source/stylesheets/responsive979.scss */
    .nav-collapse .dropdown-menu {
        background: transparent;
    }
        /* line 71, /home/andrei/core-admin-release/core-admin/source/stylesheets/responsive979.scss */
        .nav-collapse .dropdown-menu li a {
            background: rgba(0, 0, 0, 0.2);
            margin-bottom: 3px;
        }
        /* line 76, /home/andrei/core-admin-release/core-admin/source/stylesheets/responsive979.scss */
        .nav-collapse .dropdown-menu li + li a {
            margin-bottom: 3px;
        }

    /* line 82, /home/andrei/core-admin-release/core-admin/source/stylesheets/responsive979.scss */
    .navbar-search .search-query.animated, .navbar-search .search-query.animated {
        width: 100%;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
        padding: 12px;
    }
        /* line 86, /home/andrei/core-admin-release/core-admin/source/stylesheets/responsive979.scss */
        .navbar-search .search-query.animated:focus, .navbar-search .search-query.animated .focused, .navbar-search .search-query.animated:focus, .navbar-search .search-query.animated .focused {
            width: 100%;
            padding: 12px;
        }
    /* line 92, /home/andrei/core-admin-release/core-admin/source/stylesheets/responsive979.scss */
    .navbar-search i {
        right: 25px;
        top: 15px;
    }

    /* line 99, /home/andrei/core-admin-release/core-admin/source/stylesheets/responsive979.scss */
    .nav-tabs-right li > a > span, .nav-tabs-right .title, .nav-tabs-left li > a > span, .nav-tabs-left .title {
        display: none;
    }

    /* line 105, /home/andrei/core-admin-release/core-admin/source/stylesheets/responsive979.scss */
    .dark-nav.to-right .dropdown-menu {
        margin: 0;
        position: relative;
        left: 0;
        background: #11161A;
        -webkit-border-radius: 0;
        -moz-border-radius: 0;
        -ms-border-radius: 0;
        -o-border-radius: 0;
        border-radius: 0;
        height: 100%;
    }
        /* line 113, /home/andrei/core-admin-release/core-admin/source/stylesheets/responsive979.scss */
        .dark-nav.to-right .dropdown-menu:before {
            content: none;
        }
        /* line 118, /home/andrei/core-admin-release/core-admin/source/stylesheets/responsive979.scss */
        .dark-nav.to-right .dropdown-menu li a {
            margin-bottom: 0;
            -webkit-border-radius: 0;
            -moz-border-radius: 0;
            -ms-border-radius: 0;
            -o-border-radius: 0;
            border-radius: 0;
        }
        /* line 123, /home/andrei/core-admin-release/core-admin/source/stylesheets/responsive979.scss */
        .dark-nav.to-right .dropdown-menu li + li a {
            margin-bottom: 0;
        }
        /* line 127, /home/andrei/core-admin-release/core-admin/source/stylesheets/responsive979.scss */
        .dark-nav.to-right .dropdown-menu a:hover {
            background: rgba(50, 50, 50, 0.1);
            background-image: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjUwJSIgeTE9IjAlIiB4Mj0iNTAlIiB5Mj0iMTAwJSI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0icmdiYSg5MCwgOTAsIDkwLCAwLjIpIi8+PHN0b3Agb2Zmc2V0PSIxMDAlIiBzdG9wLWNvbG9yPSJyZ2JhKDUwLCA1MCwgNTAsIDAuMSkiLz48L2xpbmVhckdyYWRpZW50PjwvZGVmcz48cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMTAwJSIgaGVpZ2h0PSIxMDAlIiBmaWxsPSJ1cmwoI2dyYWQpIiAvPjwvc3ZnPiA=');
            background-size: 100%;
            background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, rgba(90, 90, 90, 0.2)), color-stop(100%, rgba(50, 50, 50, 0.1)));
            background-image: -webkit-linear-gradient(top, rgba(90, 90, 90, 0.2), rgba(50, 50, 50, 0.1));
            background-image: -moz-linear-gradient(top, rgba(90, 90, 90, 0.2), rgba(50, 50, 50, 0.1));
            background-image: -o-linear-gradient(top, rgba(90, 90, 90, 0.2), rgba(50, 50, 50, 0.1));
            background-image: linear-gradient(top, rgba(90, 90, 90, 0.2), rgba(50, 50, 50, 0.1));
            color: white;
        }
}

@media (max-width: 767px) {
    /* line 5, /home/andrei/core-admin-release/core-admin/source/stylesheets/responsive768.scss */
    body {
        padding: 0;
    }

    /* line 9, /home/andrei/core-admin-release/core-admin/source/stylesheets/responsive768.scss */
    .btn-block {
        margin-bottom: 10px;
    }

    /* line 13, /home/andrei/core-admin-release/core-admin/source/stylesheets/responsive768.scss */
    .user-avatar {
        padding-bottom: 0;
    }

    /* line 18, /home/andrei/core-admin-release/core-admin/source/stylesheets/responsive768.scss */
    .dataTables_info {
        display: none;
    }

    /* line 22, /home/andrei/core-admin-release/core-admin/source/stylesheets/responsive768.scss */
    .dataTables_filter input[type="text"] {
        width: 130px;
    }

    /* line 26, /home/andrei/core-admin-release/core-admin/source/stylesheets/responsive768.scss */
    .dataTables_length {
        display: none;
    }

    /* line 30, /home/andrei/core-admin-release/core-admin/source/stylesheets/responsive768.scss */
    .next.paginate_button, .previous.paginate_button {
        display: none;
    }

    /* line 34, /home/andrei/core-admin-release/core-admin/source/stylesheets/responsive768.scss */
    .area-top {
        text-align: center;
    }
        /* line 38, /home/andrei/core-admin-release/core-admin/source/stylesheets/responsive768.scss */
        .area-top .header {
            display: block;
            float: none;
        }
            /* line 41, /home/andrei/core-admin-release/core-admin/source/stylesheets/responsive768.scss */
            .area-top .header i {
                float: none;
            }
        /* line 46, /home/andrei/core-admin-release/core-admin/source/stylesheets/responsive768.scss */
        .area-top .sparkline-box {
            float: none;
            display: inline-block;
        }
}

@media (max-width: 550px) {
    /* line 56, /home/andrei/core-admin-release/core-admin/source/stylesheets/responsive768.scss */
    .area-top .sparkline-box .sparkline {
        display: none;
    }
}

@media (max-width: 500px) {
    /* line 4, /home/andrei/core-admin-release/core-admin/source/stylesheets/responsive480.scss */
    .area-top .num-stats li {
        width: auto;
    }

    /* line 8, /home/andrei/core-admin-release/core-admin/source/stylesheets/responsive480.scss */
    .navbar .brand {
        text-align: center;
        width: 100%;
        float: none;
        padding-left: 0;
        padding-top: 60px;
        background-image: url('../images/lg-inacap2.png');
        background-repeat: no-repeat;
        background-position: center 10px;
    }

    /* line 14, /home/andrei/core-admin-release/core-admin/source/stylesheets/responsive480.scss */
    .navbar .nav.pull-right {
        float: none;
        *zoom: 1;
    }
        /* line 24, /home/andrei/core-admin-release/core-admin/source/stylesheets/mixin_helpers.scss */
        .navbar .nav.pull-right:before, .navbar .nav.pull-right:after {
            display: table;
            content: "";
            line-height: 0;
        }
        /* line 30, /home/andrei/core-admin-release/core-admin/source/stylesheets/mixin_helpers.scss */
        .navbar .nav.pull-right:after {
            clear: both;
        }

    /* line 19, /home/andrei/core-admin-release/core-admin/source/stylesheets/responsive480.scss */
    .navbar-inner {
        text-align: center;
    }
        /* line 22, /home/andrei/core-admin-release/core-admin/source/stylesheets/responsive480.scss */
        .navbar-inner a {
            margin-right: 0;
        }

    /* line 27, /home/andrei/core-admin-release/core-admin/source/stylesheets/responsive480.scss */
    .brand + .nav {
        display: inline-block;
        margin-bottom: 10px;
    }

    /* line 33, /home/andrei/core-admin-release/core-admin/source/stylesheets/responsive480.scss */
    .navbar-inverse .nav > li > a {
        margin-right: 0;
    }
    /* line 38, /home/andrei/core-admin-release/core-admin/source/stylesheets/responsive480.scss */
    .navbar-inverse .brand + .nav > li > a {
        margin-right: 10px;
    }
    /* line 42, /home/andrei/core-admin-release/core-admin/source/stylesheets/responsive480.scss */
    .navbar-inverse .brand + .nav > li:last-child a {
        margin-right: 0;
    }

    /* line 48, /home/andrei/core-admin-release/core-admin/source/stylesheets/responsive480.scss */
    .area-top {
        height: auto;
        text-align: center;
    }
        /* line 52, /home/andrei/core-admin-release/core-admin/source/stylesheets/responsive480.scss */
        .area-top .header {
            margin-top: 0;
            /* margin-bottom: 7px;*/
            text-align: center;
            float: none;
        }
        /* line 59, /home/andrei/core-admin-release/core-admin/source/stylesheets/responsive480.scss */
        .area-top .num-stats {
            float: none;
            display: inline-block;
        }
            /* line 63, /home/andrei/core-admin-release/core-admin/source/stylesheets/responsive480.scss */
            .area-top .num-stats li {
                padding: 5px;
            }

    /* line 70, /home/andrei/core-admin-release/core-admin/source/stylesheets/responsive480.scss */
    .chat-box.timeline .arrow-box-left {
        margin-left: 0;
    }
        /* line 73, /home/andrei/core-admin-release/core-admin/source/stylesheets/responsive480.scss */
        .chat-box.timeline .arrow-box-left:after, .chat-box.timeline .arrow-box-left:before {
            content: none;
        }
        /* line 77, /home/andrei/core-admin-release/core-admin/source/stylesheets/responsive480.scss */
        .chat-box.timeline .arrow-box-left .avatar {
            left: 10px;
            top: 5px;
        }
        /* line 82, /home/andrei/core-admin-release/core-admin/source/stylesheets/responsive480.scss */
        .chat-box.timeline .arrow-box-left .name {
            float: left;
            margin-left: 45px;
        }

    /* line 89, /home/andrei/core-admin-release/core-admin/source/stylesheets/responsive480.scss */
    .chat-box.timeline + .closable-chat-box {
        margin-left: 0;
    }
}


/*



















































*/


html {
    width: 100%;
}

.container.login {
    min-height: 700px;
}

.primary-sidebar .nav > li > a span {
    display: block;
}

    .primary-sidebar .nav > li > a span .icon-caret-down {
        float: right;
        margin-right: 8px;
    }

.primary-sidebar .nav > li .glow {
    background: none repeat scroll 0 0 #ccc;
    box-shadow: 0 0 2px 1px #bbb inset;
    /*box-shadow:none;
	background:none;*/
}

.area-top {
    background: none;
}

    .area-top .header h3, .area-top .header i {
        color: #990000;
    }

.primary-sidebar .nav > li ul {
    background-color: #fff;
}

.area-top .header h5 {
    color: #777;
}

.primary-sidebar .nav > li > a {
    padding-left: 15px;
}

.dark-nav > ul li a {
    padding: 6px 5px 6px 24px;
}

.footer-docente {
    /*padding-right: 250px;*/
    position: absolute;
    border-bottom: 0;
    width: 100%;
    height: auto;
    overflow: hidden;
    min-height: 100px;
    border-top: 2px solid #c5c5c5;
    /*background:#ccc;
	background:url("img/bg2.jpg") repeat-x scroll 0 0 transparent;*/
    background: #ffffff; /* Old browsers */
    background: -moz-linear-gradient(top, #ffffff 0%, #c5c5c5 2%, #dad8d9 56%, #edebec 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffffff), color-stop(2%,#c5c5c5), color-stop(56%,#dad8d9), color-stop(100%,#edebec)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, #ffffff 0%,#c5c5c5 2%,#dad8d9 56%,#edebec 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, #ffffff 0%,#c5c5c5 2%,#dad8d9 56%,#edebec 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top, #ffffff 0%,#c5c5c5 2%,#dad8d9 56%,#edebec 100%); /* IE10+ */
    background: linear-gradient(to bottom, #ffffff 0%,#c5c5c5 2%,#dad8d9 56%,#edebec 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#edebec',GradientType=0 ); /* IE6-9 */
}

.footer-datos {
    color: #444;
    float: left;
    font-size: 12px;
    line-height: 14px;
    margin: 29px 0 0 20px;
    text-align: left;
    width: auto;
}

    .footer-datos a {
        color: #444;
        text-decoration: none;
    }

        .footer-datos a:hover {
            text-decoration: underline;
        }

.cmmi {
    /*background: url("http://www.inacap.cl/web/GST/template/html5/css/img/logoGstColor.png") no-repeat scroll 0 0 transparent;*/
    background: url("../images/logoGstColor.png") no-repeat scroll 0 0 rgba(0, 0, 0, 0);
    float: right;
    height: 63px;
    margin: 16px 20px 20px 0;
    width: 100px;
}

.medio {
    width: 50%;
    float: left;
}

    .medio:first-child {
        width: 46%;
        margin-right: 4%;
    }


.menu-filto {
    height: auto;
    overflow: hidden;
    /*min-height:36px;*/
    background: #fff;
    /*padding:10px;*/
    /*border-bottom: 1px solid #ccc;
    box-shadow: 0 2px 1px -1px rgba(0, 0, 0, 0.07);
    box-sizing: border-box;*/
    color: #990000;
}

.main-content {
    /*min-height:730px;*/
    /*max-width: 1200px;*/
    margin: 0 auto;
}

.sidebar-background {
    display: none;
}

.primary-sidebar {
    display: none;
}

.datepicker table tr td.active.active, .datepicker table tr td.active.active:hover, .datepicker table tr td span.active.active:hover, .datepicker table tr td span.active.active {
    background: #cc0000;
}

.btn.btn-mini.btn-default.dropdown-toggle.menu-prin {
    background: none;
    border: none;
    color: #cc0000;
    font-weight: normal;
    box-shadow: none;
    padding: 10px;
}

.btn-group > .btn, .btn-group > .dropdown-menu.depliegue-menu {
    background: #fff;
    border-radius: 0;
    margin-top: 0;
    padding: 5px;
}

    .btn-group > .btn, .btn-group > .dropdown-menu.depliegue-menu li strong {
        color: #5f5f5f;
        font-weight: bold;
    }

    .btn-group > .btn, .btn-group > .dropdown-menu.depliegue-menu li a {
        color: #5f5f5f;
        font-weight: normal;
    }

.accesoDate {
    color: #777;
    font-size: 12px;
    font-style: italic;
    padding: 10px 0px 0px 0px;
}

    .accesoDate span {
    }

/*TABLA BUZON*/
.td-select {
    float:;
}

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

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

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

table.dataTable thead tr th > div {
    padding-right: 20px;
}

.selectBuzon {
    width: 350px;
    height: auto;
    overflow: hidden;
    float: right;
    margin-right: 10px;
}
    /*.selectBuzon label{
		float:left;}
	.selectBuzon div.selector{
		float:left;}*/
    .selectBuzon .padded {
        padding-top: 10px;
    }

.frmOpinion div.selector {
    max-width: 205px;
}

.chart {
    padding: 15px;
    width: 100%;
    height: auto;
    overflow: hidden;
}

#chart {
    display: none;
}

#chartcircular {
    display: none;
}
/*.modal-body{
		max-height:450px;}*/
.subDos {
    padding: 3px 20px;
    color: #333;
    text-decoration: underline;
}

li.divider.dividierDos {
    margin: 5px 0 5px 20px;
}
/*form.fill-up input, 
	form.fill-up select, 
	form.fill-up .selector,
	form.fill-up textarea{
		max-width:200px;}*/

/*form.fill-up input.contacto, 
	form.fill-up select.contacto, 
	form.fill-up .selector.contacto,*/
form.fill-up textarea.contacto {
    max-width: 95%;
}

/*form.fill-up textarea { max-width:100%;}*/

.form-horizontal textarea {
    vertical-align: top;
}

.rojo {
    color: #cc0000;
}

.verde {
    color: #82b346;
}

.celeste {
    color: #3d94c0;
}

.azul {
    color: #21559c;
}

.table-normal thead td.rojo {
    color: #cc0000;
}

.table-normal thead td.verde {
    color: #82b346;
}

.table-normal thead td.celeste {
    color: #3d94c0;
}

.table-normal thead td.azul {
    color: #21559c;
}

.table-normal tbody td.text-center {
    text-align: center;
}

.datoNombre {
    width: 145px;
    float: left;
    font-weight: bold;
}

.dato {
    margin-left: 145px;
}

.negrita {
    font-weight: bold;
}

form.fill-up textarea.txtDetalle {
    max-width: 100%;
    min-height: 200px;
}

.division {
    border-top: 1px solid #ccc;
}

.centrado, .table-normal tbody td.centrado {
    text-align: center;
}

.row-fluid [class*="span"]:first-child.logBuzon {
    margin: 0 auto;
    float: none;
    margin-top: 75px;
}

.logBuzon i {
    font-size: 35px;
}

.logBuzon .btn.btn-default {
    padding: 20px;
}


ul.inline.pull-right.sparkline-box li.sparkline-row button.btn.btn-default {
    display: none;
}

ul.inline.pull-left.sparkline-box li.sparkline-row button.btn.btn-default {
    display: none;
    margin-left: 20px;
}

button.btn.btn-default.cancelar {
}

.btnSalir {
    margin-bottom: 10px;
    margin-top: 19px;
}

.table-footer {
    height: auto;
    overflow: hidden;
}
/*.dataTables_info{
	height:auto;
	overflow:hidden;
	max-width:250px;}
		*/

.datosBusqueda {
    padding-top: 30px;
}


.verHorario {
}

#Hrio {
}

.sacarHorario {
    display: none;
}

#sinHrio {
}

.tbHorario {
    display: none;
    min-width: 300px;
}

#dataTables {
    width: 100%;
    height: auto;
    overflow: scroll;
}

.form-horizontal .control-group {
    margin-bottom: 10px;
}




.negrita {
    font-weight: bold;
}

.tbNotas {
    margin: 0px 10px 10px;
    border: 1px solid #cdcdcd;
}

.numero {
    max-width: 20px;
}

.pull-right.accesoDate .nomAlumno {
    color: #5f5f5f;
    font-size: 12px;
    line-height: 30px;
    font-style: normal;
    margin-bottom: 0;
}

.pull-right.accesoDate span {
    margin-bottom: 0;
}

.accesoDate {
    color: #5f5f5f;
}

.periodo {
    height: auto;
    overflow: hidden;
}

    .periodo .selector {
        float: left;
    }

    .periodo .btn {
        float: left;
        margin-left: 10px;
        padding: 3px;
        width: 147px;
    }

p.dato {
    text-align: right;
    color: #5F5F5F;
    font-size: 12px;
    line-height: 18px;
    display: inline-block;
    margin: 7px 10px 0px;
    font-style: italic;
}


.btn-inactivo {
    background: #dfdfdf !important;
    color: #777 !important;
    cursor: default !important;
}

.modal h2 {
    font-size: 16px;
}


div.uploader span.action {
    margin-top: 1px !important;
    margin-right: 0 !important;
    margin-bottom: 1px !important;
}

.subir {
    width: 10%;
}

.archivos-subidos {
    background: none repeat scroll 0 0 #f9f9f9;
    border: 1px solid #dddddd;
    margin-bottom: 10px;
    max-width: 99%;
    overflow: hidden;
    padding: 1% 1% 1% 2%;
    width: 98%;
}

    .archivos-subidos p {
        color: #666;
        font-style: italic;
        margin-bottom: 0;
        padding-bottom: 0;
        width: 60%;
        float: left;
        overflow: hidden;
        padding-top: 1%;
    }

        .archivos-subidos p i {
            margin-right: 2%;
        }

.subir-archivos {
    width: 100%;
}

.max-archivo {
    font-size: 12px;
    font-style: italic;
    color: #767676;
    margin-top: 5px;
}


button.eliminar-archivo {
    float: right;
}

/*APROBACION*/
.info-add {
    margin-bottom: 10px;
    margin-top: 15px;
    height: auto;
    overflow: hidden;
    background: #ebebeb;
    border: 1px solid #bcbcbc;
    padding: 10px;
}

.titInfoAdd {
    float: left;
    padding-right: 20px;
    padding-top: 8px;
    color: #666;
}

.botonInfoAdd {
}

.infoAdd {
    margin-right: 10px;
}

.titInfo {
    float: left;
    font-weight: bold;
    width: 200px;
}

.datoInfo {
    margin-bottom: 15px;
    margin-left: 200px;
}

    .datoInfo.ult {
        margin-bottom: 5px;
    }

.enviarInfo {
    width: 100%;
}

.modal-body textarea {
    width: 98% !important;
}

.log-dir {
    background: #e9e9e9;
    border: 1px solid #cacaca;
    margin-bottom: 10px;
    padding: 10px;
}

.log-resp {
    background: none repeat scroll 0 0 #f0f0f0;
    border: 1px solid #cacaca;
    margin-bottom: 15px;
    margin-left: 20px;
    padding: 10px;
}

.solicitud-info {
    border-bottom: 1px solid #ccc;
}

li.solicitud {
    margin-left: 10px !important;
    margin-right: 0 !important;
}

li.respuesta {
    margin-left: 40px !important;
    margin-right: 0 !important;
}

.separacion {
    border-top: 1px solid #ccc;
    margin-top: 20px;
    padding: 0;
}

.respuesta-info {
    border: 1px solid #ccc;
    margin-left: 11px;
    margin-top: 60px;
    overflow: hidden;
    padding: 10px;
}

#ResponderSolicitud {
    float: right;
}

.mostrar-ocultar {
    float: right;
    margin-bottom: 10px;
}

li.formulario label {
    display: inline-block;
    width: 160px;
    text-align: right;
    cursor: default;
}

li.formulario input, li.formulario .selector, li.formulario textarea {
    margin-left: 20px;
}

.separate-sections > li.formulario {
    margin-bottom: 10px;
}


.icheckbox_flat-aero, .iradio_flat-aero {
    width: 21px;
}

span.bold {
    font-weight: 600;
}

#resultado-busqueda {
    display: none;
}

.navbar-inverse span.brand:hover {
    color: #FFF;
    cursor: default;
}

label {
    cursor: default !important;
}

.form-actions {
    margin-top: 0;
}

h4 {
    font-size: 16px;
}

.row-fluid.padded.titulo {
    padding-bottom: 0;
}
/* tablas */
.tbFactura {
}

    .tbFactura tbody td {
    }

        .tbFactura tbody td:first-child, .tbFactura tbody td:nth-child(4), .tbFactura tbody td:nth-child(5) {
            text-align: center;
        }

        .tbFactura tbody td:last-child {
            text-align: right;
        }


.tdInscripciones {
}

    .tdInscripciones tbody td {
    }

        .tdInscripciones tbody td:nth-child(5), .tdInscripciones tbody td:nth-child(6) {
            text-align: right;
        }

.InscripcionesCurso {
}

    .InscripcionesCurso tbody td {
    }

        .InscripcionesCurso tbody td:nth-child(4) {
            text-align: center;
        }

.tdListadoParticipantes {
}

    .tdListadoParticipantes tbody td {
    }

        .tdListadoParticipantes tbody td:last-child {
            text-align: center;
        }

.tdFacturainscripcion {
}

    .tdFacturainscripcion tbody td {
    }

        .tdFacturainscripcion tbody td:nth-child(8) {
            text-align: right;
        }

.tdCreditoFactura {
}

tdCreditoFactura tbody td {
}

.tdCreditoFactura tbody td:nth-child(8) {
    text-align: right;
}

.tdParticipantesfactura {
}

    .tdParticipantesfactura tbody td {
    }

        .tdParticipantesfactura tbody td:nth-child(2), .tdParticipantesfactura tbody td:nth-child(5) {
            text-align: center;
        }

.tdFacturasAsociadas {
}

    .tdFacturasAsociadas tbody td {
    }

        .tdFacturasAsociadas tbody td:nth-child(6), .tdFacturasAsociadas tbody td:nth-child(9), .tdFacturasAsociadas tbody td:nth-child(10) {
            text-align: right;
        }

.tdPagoCiente {
}

    .tdPagoCiente tbody td {
    }

        .tdPagoCiente tbody td:nth-child(9) {
            text-align: right;
        }

.tdPreinscripciones {
}

    .tdPreinscripciones tbody td {
    }

        .tdPreinscripciones tbody td:nth-child(5), .tdPreinscripciones tbody td:nth-child(6) {
            text-align: right;
        }


@media only screen and (max-width: 1160px) {
    .row-fluid .span4.chbx {
        width: auto;
        clear: both;
        margin-left: 180px;
    }

    .datosBusqueda {
        padding-right: 10px;
    }
}

@media only screen and (max-width: 1200px) {
    .logBuzon .btn.btn-default {
        height: 120px;
    }
}

@media only screen and (max-width: 767px) {
    .row-fluid [class*="span"]:first-child.logBuzon {
        margin-top: 0;
    }

    .logBuzon .btn.btn-default {
        height: auto;
    }

    .accesoDate span {
        width: 100%;
        display: block;
        text-align: right;
        /*float:right;*/
    }

    .span6.datos-asignatura {
        padding-bottom: 0;
    }

    #accordion div.contenido .span6.datos-asignatura p {
        margin: 0 0 10px;
    }
}

}

@media only screen and (max-width: 480px) {
    .datosBusqueda {
        padding-left: 10px;
    }

    .row-fluid .span4.chbx {
        margin-left: 0;
    }
}


@media (max-width: 451px) {
    .periodo .btn {
        margin: 10px 0 0;
        /*float:none;
		display:block;
		margin:10px auto;*/
    }

    #accordion h3 {
        font-size: 12px;
    }
}



/*SOLICITUDES ACADEMICAS*/
form.fill-up .control-label.programa {
    width: 120px;
    float: left;
    padding-top: 5px;
}

form.fill-up .controlsprograma {
    margin-left: 140px;
}

form.fill-up .control-label.trabajador {
    width: 165px;
    float: left;
    padding-top: 5px;
}

form.fill-up .controlstrabajador {
    margin-left: 185px;
    max-width: 345px;
}

@media (max-width: 882px) {
    li.formulario input, li.formulario .selector {
        margin-left: 0px;
    }

    li.formulario label {
        width: 100%;
        text-align: left;
    }

    form.fill-up input, form.fill-up textarea, form.fill-up select {
        max-width: 100% !important;
    }
}

@media (max-width: 800px) {
    form.fill-up .control-label.programa {
        width: 100%;
        text-align: left;
    }

    form.fill-up .controlsprograma {
        margin-left: 0;
        width: 100%;
    }
}

@media (max-width: 625px) {
    div.selector select {
        max-width: 200px;
    }

    table.adapta thead {
        display: none;
    }

        table.adapta thead tr th, table.adapta tbody tr td {
            padding: 12px 2.5%;
            display: block;
            width: 95%;
            float: none;
            clear: both;
        }

    table.adapta td.fecha-inicio,
    table.adapta td.fecha-termino,
    table.adapta td.fecha-inicio-termino,
    table.adapta td.ot,
    table.adapta td.rut,
    table.adapta td.precio,
    table.adapta td.horario,
    table.adapta td.duracion,
    table.adapta td.contacto,
    table.adapta td.folio-factura,
    table.adapta td.monto-factura,
    table.adapta td.folio-nota-credito,
    table.adapta td.monto-nota-credito,
    table.adapta td.numero-pago,
    table.adapta td.monto-pago,
    table.adapta td.saldo {
        text-align: left;
    }



    table.adapta td.curso:before {
        content: "Nombre del Curso: ";
        display: inline;
        color: #444;
        font-weight: 600;
    }

    table.adapta td.fecha-inicio:before {
        content: "Fecha Inicio: ";
        display: inline;
        color: #444;
        font-weight: 600;
    }

    table.adapta td.fecha-termino:before {
        content: "Fecha Termino: ";
        display: inline;
        color: #444;
        font-weight: 600;
    }

    table.adapta td.codigo-sence:before {
        content: "Codigo Sence: ";
        display: inline;
        color: #444;
        font-weight: 600;
    }

    table.adapta td.sede:before {
        content: "Sede: ";
        display: inline;
        color: #444;
        font-weight: 600;
    }

    table.adapta td.asistencia:before {
        content: "Asistencia: ";
        display: inline;
        color: #444;
        font-weight: 600;
    }

    table.adapta td.nota:before {
        content: "Nota: ";
        display: inline;
        color: #444;
        font-weight: 600;
    }

    table.adapta td.estado:before {
        content: "Estado: ";
        display: inline;
        color: #444;
        font-weight: 600;
    }

    table.adapta td.ot:before {
        content: "OT: ";
        display: inline;
        color: #444;
        font-weight: 600;
    }

    table.adapta td.rut:before {
        content: "RUT: ";
        display: inline;
        color: #444;
        font-weight: 600;
    }

    table.adapta td.diplo:before {
        content: "Nombre del Diplomado: ";
        display: inline;
        color: #444;
        font-weight: 600;
    }

    table.adapta td.duracion:before {
        content: "Duracion: ";
        display: inline;
        color: #444;
        font-weight: 600;
    }

    table.adapta td.fecha-inicio-termino:before {
        content: "Fecha Inicio y Termino: ";
        display: inline;
        color: #444;
        font-weight: 600;
    }

    table.adapta td.precio:before {
        content: "Precio: ";
        display: inline;
        color: #444;
        font-weight: 600;
    }

    table.adapta td.horario:before {
        content: "Horario: ";
        display: inline;
        color: #444;
        font-weight: 600;
    }

    table.adapta td.sede-direccion:before {
        content: "Sede Dir. Ejecucion: ";
        display: inline;
        color: #444;
        font-weight: 600;
    }

    table.adapta td.contacto:before {
        content: "Contacto: ";
        display: inline;
        color: #444;
        font-weight: 600;
    }

    table.adapta td.folio-factura:before {
        content: "Folio Factura: ";
        display: inline;
        color: #444;
        font-weight: 600;
    }

    table.adapta td.monto-factura:before {
        content: "Monto Factura: ";
        display: inline;
        color: #444;
        font-weight: 600;
    }

    table.adapta td.folio-nota-credito:before {
        content: "Folio Nota de Credito: ";
        display: inline;
        color: #444;
        font-weight: 600;
    }

    table.adapta td.monto-nota-credito:before {
        content: "Monto Nota de Credito: ";
        display: inline;
        color: #444;
        font-weight: 600;
    }

    table.adapta td.numero-pago:before {
        content: "Numero Pago: ";
        display: inline;
        color: #444;
        font-weight: 600;
    }

    table.adapta td.monto-pago:before {
        content: "Monto Pago: ";
        display: inline;
        color: #444;
        font-weight: 600;
    }

    table.adapta td.saldo:before {
        content: "Saldo: ";
        display: inline;
        color: #444;
        font-weight: 600;
    }
    /*tabla OT
*/ .tabla-OT {
        overflow: auto;
    }

    .popover.fade.in.editable-container.right {
        left: 0px !important;
    }

    .popover.right .arrow {
        display: none;
    }

    ul.listaSolicitudes {
        list-style-type: none;
        padding: 0;
        margin: 0;
        width: 100%;
        height: auto;
        overflow: hidden;
    }

        ul.listaSolicitudes li {
            margin: 10px 0;
            width: 100%;
            height: auto;
            overflow: hidden;
        }

            ul.listaSolicitudes li a.btn.btn-default {
                text-transform: uppercase;
            }
    /*.modal{
	width:730px;
	margin-left:-365px;}*/
    .controlsprograma.selModal div.selector {
    }

    .cHorario {
        border: 1px solid #ccc;
    }

    .listSelect {
    }

    .modal-body {
        color: #5f5f5f;
        font-size: 12px;
    }

    h6#modal-tablesLabel {
        font-size: 14px;
        text-align: left;
    }

    div.selector span {
        background: none;
    }

    .modal-body textarea {
        width: 100%;
    }

    .chk {
        border-top: 1px solid #ccc;
        padding-bottom: 30px;
        padding-top: 20px;
        position: relative;
        width: 100%;
        height: auto;
    }

        .chk label {
            width: 100%;
            display: inline;
            position: relative;
            padding-bottom: 20px;
            text-align: left;
        }

        .chk span.note {
            display: block;
            float: right;
            position: absolute;
            right: 10px;
            bottom: 10px;
            margin-bottom: 0;
        }

    .rojo {
        color: #cc0000;
    }

    .azul {
        color: #3d94c0;
    }

    .modal .row-fluid {
        border-bottom: 1px solid #ccc;
        margin-bottom: 15px;
    }

    .tbSolicitudHistorica {
        border: 1px solid #ccc;
        margin-bottom: 20px;
    }

    .datosSolicitud {
        height: auto;
        overflow: hidden;
        margin-bottom: 10px;
        padding: 10px 0;
        border-top: 1px solid #ccc;
        border-bottom: 1px solid #ccc;
    }

    .titDato {
        width: 200px;
        float: left;
        font-weight: bold;
    }

    .dosPuntos {
        float: right;
        padding: 0 10px;
    }

    .dato {
    }

    .clear {
        width: 100%;
        clear: both;
        height: 10px;
        display: block;
    }

    .tituloDetalle {
        font-weight: bold;
        font-size: 14px;
        margin: 20px 0 0;
        line-height: 18px;
    }

    .historico h2 {
        font-size: 16px;
    }

    #solicitudes-historicas .table-normal tbody td {
        line-height: 33px;
    }

    .footer-historico {
        background: none;
    }

    /*Clase Rut*/
    .rut {
        width: 80%;
        !important;
    }


    .verificador {
        width: 20% !important;
    }

    .tabla-OT {
        overflow: auto;
    }

