/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/


/* 
    Created on : 6/11/2014, 09:07:37 AM
    Author     : macbookair13
*/


/* --- LOADING [css.bootstrap.min] from assets/components/library/bootstrap/css/bootstrap.min.css */

@import '../../../assets/components/library/bootstrap/css/bootstrap.min.css';

/* --- LOADING [css.font-awesome.min] from assets/components/library/icons/fontawesome/assets/css/font-awesome.min.css */

@import '../../../assets/components/library/icons/fontawesome/assets/css/font-awesome.min.css';

/* --- LOADING [css.glyphicons_regular] from assets/components/library/icons/glyphicons/assets/css/glyphicons_regular.css */

@import '../../../assets/components/library/icons/glyphicons/assets/css/glyphicons_regular.css';

/* --- LOADING [css.glyphicons_social] from assets/components/library/icons/glyphicons/assets/css/glyphicons_social.css */

@import '../../../assets/components/library/icons/glyphicons/assets/css/glyphicons_social.css';

/* --- LOADING [css.glyphicons_filetypes] from assets/components/library/icons/glyphicons/assets/css/glyphicons_filetypes.css */

@import '../../../assets/components/library/icons/glyphicons/assets/css/glyphicons_filetypes.css';

/* --- LOADING [less.variables] from assets/components/core/less/variables.less */


/* --- LOADING [less.mixins] from assets/components/core/less/mixins.less */


/* --- LOADING [less.scaffolding] from assets/components/core/less/scaffolding.less */

@import '../../../assets/components/modules/admin/notifications/notyfy/assets/lib/css/jquery.notyfy.css';
@import '../../../assets/components/modules/admin/notifications/notyfy/assets/lib/css/notyfy.theme.default.css';
@import '../../../assets/components/modules/admin/notifications/gritter/assets/lib/css/jquery.gritter.css';
@import '../../../assets/components/modules/admin/tables/responsive/assets/lib/css/footable.core.min.css';
@import '../../../assets/components/modules/admin/tables/datatables/assets/custom/css/datatables.responsive.css';
@import '../../../assets/components/modules/admin/tables/datatables/assets/lib/extras/ColVis/media/css/ColVis.css';
@import '../../../assets/components/modules/admin/tables/datatables/assets/custom/css/DT_bootstrap.css';
@import '../../../assets/components/modules/admin/tables/datatables/assets/responsive/2.0.2/css/responsive.dataTables.min.css';
@import '../../../assets/components/modules/admin/forms/elements/bootstrap-switch/assets/lib/css/bootstrap-switch.css';
@import '../../../assets/components/modules/admin/tables/datatables/assets/lib/css/jquery.dataTables.css';
@import '../../../assets/components/modules/admin/forms/elements/jasny-fileupload/assets/css/fileupload.css';
@import '../../../assets/components/modules/admin/forms/editors/wysihtml5/assets/lib/css/bootstrap-wysihtml5-0.0.2.css';
@import '../../../assets/components/modules/admin/forms/elements/bootstrap-select/assets/lib/css/bootstrap-select.css';
@import '../../../assets/components/modules/admin/forms/elements/select2/assets/lib/css/select2.css';
@import '../../../assets/components/modules/admin/forms/elements/multiselect/assets/lib/css/multi-select.css';
@import '../../../assets/components/modules/admin/forms/elements/bootstrap-datepicker/assets/lib/css/bootstrap-datepicker.css';
@import '../../../assets/components/modules/admin/forms/elements/bootstrap-timepicker/assets/lib/css/bootstrap-timepicker.css';
@import '../../../assets/components/modules/admin/forms/elements/colorpicker-farbtastic/assets/css/farbtastic.css';
@import '../../../assets/js/modules/plugins/components/modules/admin/gallery/blueimp-gallery/assets/lib/css/blueimp-gallery.min.css';
@font-face {
    font-family: 'Open Sans';
    font-style: normal;
    font-weight: 400;
    src: url(https://fonts.gstatic.com/s/opensans/v23/mem8YaGs126MiZpBA-UFW50e.ttf) format('truetype');
}

@font-face {
    font-family: 'Open Sans';
    font-style: normal;
    font-weight: 600;
    src: url(https://fonts.gstatic.com/s/opensans/v23/mem5YaGs126MiZpBA-UNirkOXOhs.ttf) format('truetype');
}

@font-face {
    font-family: 'Open Sans';
    font-style: normal;
    font-weight: 700;
    src: url(https://fonts.gstatic.com/s/opensans/v23/mem5YaGs126MiZpBA-UN7rgOXOhs.ttf) format('truetype');
}

@font-face {
    font-family: 'Open Sans';
    font-style: normal;
    font-weight: 800;
    src: url(https://fonts.gstatic.com/s/opensans/v23/mem5YaGs126MiZpBA-UN8rsOXOhs.ttf) format('truetype');
}

html {
    -webkit-font-smoothing: antialiased !important;
}

body {
    font-family: 'Open Sans', sans-serif;
    background: #f0f0f0;
    font-size: 13px;
    color: #7c7c7c;
    position: relative;
}

*,
a:focus {
    outline: none !important;
}

button:focus {
    outline: none !important;
}

button::-moz-focus-inner {
    border: 0;
}

a:hover {
    color: #333333;
}

a {
    color: #74272f;
    outline: 0 !important;
}

.text-decoration-none {
    text-decoration: none;
}

.text-decoration-none:hover {
    text-decoration: none;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: 'Open Sans', sans-serif;
    margin: 0 0 5px;
    font-weight: 400;
    text-shadow: 0 1px 0 #fff;
    color: #4d4d4d;
}

h1.glyphicons,
h2.glyphicons,
h3.glyphicons,
h4.glyphicons,
h5.glyphicons,
h6.glyphicons {
    color: #7c7c7c;
}

h1 span,
h2 span,
h3 span,
h4 span,
h5 span,
h6 span {
    color: #afafaf;
    font-weight: 400;
    padding: 0 5px;
    font-style: italic;
}

h1 span,
h2 span,
h3 span {
    font-size: 50%;
    text-transform: none;
    padding: 0;
    position: relative;
    top: -3px;
    font-weight: 400;
}

h1 {
    line-height: 40px;
}

h2,
h3 {
    line-height: 30px;
}

h2 {
    font-size: 26px;
}

h4.glyphicons {
    padding: 0 0 0 35px;
    display: block;
}

h4.glyphicons i:before {
    font-size: 22px;
    font-weight: normal;
    color: #575655;
}

h3.glyphicons,
h2.glyphicons {
    padding: 0 0 0 45px;
    display: block;
}

h3.glyphicons i:before,
h2.glyphicons i:before {
    font-size: 27px;
    font-weight: normal;
    left: 2px;
    top: 3px;
    color: #575655;
}

h3.glyphicons.cogwheels i:before,
h2.glyphicons.cogwheels i:before {
    left: 5px;
}

.heading-buttons h1,
.heading-buttons h2,
.heading-buttons h3,
.heading-buttons h4,
.heading-buttons h5,
.heading-buttons h6 {
    display: inline-block;
    margin: 0 15px;
}

.heading-buttons h1.glyphicons,
.heading-buttons h2.glyphicons,
.heading-buttons h3.glyphicons,
.heading-buttons h4.glyphicons,
.heading-buttons h5.glyphicons,
.heading-buttons h6.glyphicons {
    display: inline-block;
}

.heading-buttons .buttons {
    margin-top: 3px;
    margin-right: 15px;
    text-align: right;
}

.heading-buttons .btn {
    margin-right: 15px;
}

.heading-buttons .btn:last-child {
    margin-right: 0;
}

p {
    margin: 0 0 10px;
    line-height: normal;
}

.lead {
    margin: 0 0 10px;
}

.glyphicons {
    color: #7c7c7c;
}

.hide2 {
    display: none;
}

.strong {
    font-weight: bold;
}

.text-inverse {
    color: #45484d;
}

.text-white {
    color: #fff;
}

ul.icons {
    text-align: left;
    padding: 0;
}

ul.icons li {
    display: block;
    padding: 0 0 0 25px;
    line-height: 22px;
    color: #7c7c7c;
}

ul.icons li i:before {
    color: #7c7c7c;
    font-size: 17px;
    left: 0;
    top: 4px;
}

.icons-ul {
    padding: 0;
}

ul.unstyled,
ul.list-unstyled {
    padding: 0;
    margin-bottom: 0;
    list-style: none;
}

ul.friends-list {
    border: 1px solid #ccc;
    border-top: none;
}

ul.friends-list li a {
    display: block;
    font-weight: 300;
    color: #45484d;
    padding: 15px;
    background: #fff;
    border-bottom: 1px solid #efefef;
}

ul.friends-list li a.glyphicons {
    padding-left: 40px;
}

ul.friends-list li a.glyphicons i:before {
    top: 12px;
    left: 10px;
    color: #ccc;
    border: 1px solid #ccc;
    -webkit-border-radius: 20px 20px 20px 20px;
    -moz-border-radius: 20px 20px 20px 20px;
    border-radius: 20px 20px 20px 20px;
    font-size: 16px;
    padding: 2px;
}

ul.friends-list li a:hover {
    background-color: #efefef;
    text-decoration: none;
}

ul.friends-list li a img {
    width: 35px;
}

ul.friends-list li:data-content {
    width: 100px;
}

ul.friends-list li.active {
    background-color: #efefef;
}

ul.friends-list li.active a.glyphicons i:before {
    color: #74272f;
    border: 1px solid #74272f;
}

ul.nav-pills li a {
    color: #74272f;
    background: none;
}

.email-item-list .list-group-item {
    border: none;
    border-bottom: 1px solid #efefef;
    margin: 0;
    -webkit-border-radius: 0 0 0 0;
    -moz-border-radius: 0 0 0 0;
    border-radius: 0 0 0 0;
}

.email-item-list .list-group-item,
.email-item-list .list-group-item.active,
.email-item-list .list-group-item.active:hover,
.email-item-list .list-group-item.active:focus {
    border-bottom: 1px solid #efefef;
}

.email-item-list .list-group-item.active {
    background: #f5f5f5;
}

.email-item-list .list-group-item:hover {
    color: #797979;
}

.email-item-list .list-group-item:hover p {
    color: #797979;
}

.email-item-list .list-group-item p {
    font-size: 12px;
    color: #abaeb3;
}

input,
button,
select,
textarea {
    font-family: 'Open Sans', sans-serif;
}

pre.prettyprint {
    word-break: normal;
    word-wrap: normal;
    white-space: pre;
    background-color: #f8f8f8;
    background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(50%, #f8f8f8), color-stop(50%, #eeeeee));
    background-image: -webkit-linear-gradient(#f8f8f8 50%, #eeeeee 50%);
    background-image: -moz-linear-gradient(#f8f8f8 50%, #eeeeee 50%);
    background-image: -o-linear-gradient(#f8f8f8 50%, #eeeeee 50%);
    background-image: linear-gradient(#f8f8f8 50%, #eeeeee 50%);
    -moz-background-size: 38px 38px;
    background-size: 38px 38px;
    border: 1px solid #ebebeb;
    display: block;
    line-height: 19px;
    margin-bottom: 15px;
    overflow: visible;
    overflow-y: hidden;
    padding: 0 0 0 4px;
}

pre.prettyprint .glyphicons {
    padding: 0 0 0 20px;
}

pre.prettyprint .glyphicons i:before {
    font-size: 17px;
    top: 1px;
}

blockquote {
    margin: 0;
    padding: 0 0 0 5px;
}

blockquote,
blockquote.pull-right {
    border: none;
}

blockquote p {
    font-weight: 400;
    font-size: 13px;
    margin: 0 0 10px;
}

blockquote small {
    color: #74272f;
}

.separator {
    padding: 15px 0;
    display: block;
}

.separator.bottom {
    padding: 0 0 15px;
}

.separator.top {
    padding: 15px 0 0;
}

hr {
    border-top-color: #dbdbdb;
    border-bottom: none;
    margin: 15px 0;
}

hr.separator {
    padding: 0;
}

hr.separator.top {
    margin: 15px 0 0;
}

hr.separator.bottom {
    margin: 0 0 15px;
}

@media print {
    html,
    body {
        height: auto !important;
        min-height: none !important;
    }
    @page {
        size: auto;
        margin: 10mm 10mm 10mm 10mm;
    }
    #content {
        margin: 0 !important;
        padding: 0 !important;
    }
    .breadcrumb,
    #tlyPageGuideWrapper,
    .filter-bar {
        display: none !important;
    }
    .table td,
    .table th {
        vertical-align: middle;
    }
    .table th {
        padding: 3px;
        text-align: center;
    }
    .table img {
        float: left;
    }
}

.map_canvas img {
    max-width: none !important;
}

.streetview {
    width: 100%;
    height: 300px;
}

.ui-dialog-vevent .dtstart {
    display: none;
}

.ui-dialog-vevent .website {
    margin: 0 0 1em;
}

.ajaxify-loader {
    position: fixed;
    left: 50%;
    top: 50%;
    margin-left: -40px;
    margin-top: -40px;
    z-index: 999999;
    color: #74272f;
    text-shadow: 0 2px 0 #fff;
}

body.loading {
    background: #fff;
}

.half.innerAll {
    padding: 10px !important;
}

.half.innerLR {
    padding-left: 10px !important;
    padding-right: 10px !important;
}

.half.innerTB {
    padding-top: 10px !important;
    padding-bottom: 10px !important;
}

.half.innerT {
    padding-top: 10px !important;
}

.half.innerB {
    padding-bottom: 10px !important;
}

.border-bottom {
    border-bottom: 1px solid #efefef;
}

.border-top {
    border-top: 1px solid #efefef;
}

.border-left {
    border-left: 1px solid #efefef;
}

.border-right {
    border-right: 1px solid #efefef;
}

.bordered {
    border: 1px solid #efefef;
}

.border-primary {
    border-color: #74272f;
}


/* --- LOADING [less.helpers] from assets/components/core/less/helpers.less */

.innerLR {
    padding-left: 15px;
    padding-right: 15px;
    position: relative;
}

.innerTB {
    padding-top: 15px;
    padding-bottom: 15px;
    position: relative;
}

.innerAll {
    padding: 15px;
    position: relative;
}

.innerL {
    padding-left: 15px;
    position: relative;
}

.innerR {
    padding-right: 15px;
    position: relative;
}

.innerT {
    padding-top: 15px;
    position: relative;
}

.innerB {
    padding-bottom: 15px;
    position: relative;
}

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

.margin-none {
    margin: 0 !important;
}

.margin-top-none {
    margin-top: 0 !important;
}

.margin-bottom-none {
    margin-bottom: 0 !important;
}

.margin-left-none {
    margin-left: 0 !important;
}

.margin-right-none {
    margin-right: 0 !important;
}

.padding-none {
    padding: 0 !important;
}

.padding-top-none {
    padding-top: 0 !important;
}

.padding-bottom-none {
    padding-bottom: 0 !important;
}

.padding-left-none {
    padding-left: 0 !important;
}

.padding-right-none {
    padding-right: 0 !important;
}

.padding-none-TB {
    padding-bottom: 0 !important;
    padding-top: 0 !important;
}

.padding-none-LR {
    padding-left: 0 !important;
    padding-right: 0 !important;
}

.border-none {
    border: none !important;
}

.border-top-none {
    border-top: none !important;
}

.border-bottom-none {
    border-bottom: none !important;
}

.border-left-none {
    border-left: none !important;
}

.border-right-none {
    border-right: none !important;
}

.box-shadow-none {
    box-shadow: none !important;
    -moz-box-shadow: none !important;
    -webkit-box-shadow: none !important;
}

.bg-container {
    background: #eaeaea !important;
}

.bg-gray {
    background: #f9f9f9 !important;
}

.bg-gray-dark {
    background: #f2f2f2 !important;
}

.bg-none {
    background: none !important;
}

.bg-white {
    background: #fff !important;
}

.bg-success {
    background: #609450 !important;
    color: #fff;
}

.bg-info {
    background: #74a6d0 !important;
    color: #fff;
}

.bg-info-dark {
    background: #4e8ec3 !important;
}

.bg-inverse {
    background: #45484d !important;
    color: #fff;
}

.bg-inverse-faded {
    background: rgba(69, 72, 77, 0.5) !important;
}

.bg-primary {
    background: #74272f !important;
    color: #fff;
}

.bg-primary-light {
    background: #d0737d !important;
}

.bg-primary-light *:not(.btn) {
    border-color: #b53d49 !important;
}

.bg-primary-light[class*="border-"],
.bg-primary-light.box-generic {
    border-color: #ca606b !important;
}

.bg-primary-light .caret {
    border-left-color: transparent !important;
    border-bottom-color: transparent !important;
    border-top-color: transparent !important;
    border-right-color: #b53d49 !important;
}

.relativeWrap {
    position: relative;
}

.display-block {
    display: block;
}

.display-block-inline {
    display: inline-block;
}

.text-white {
    color: #fff;
}

.text-info {
    color: #74a6d0;
}

.text-primary {
    color: #74272f !important;
}

.text-success {
    color: #609450;
}

.text-regular {
    color: #444 !important;
}

.text-faded {
    color: #d7d7d7 !important;
}

.text-muted-dark {
    color: #a2a2a2;
}

.text-muted-darker {
    color: #898989;
}

.text-weight-regular {
    font-weight: normal !important;
}

.text-weight-normal {
    font-weight: 400;
}

.text-condensed {
    letter-spacing: -2px;
}

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

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

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

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

.text-small {
    font-size: 12px;
}

.text-larger {
    font-size: 14px;
}

.text-medium {
    font-size: 30px;
    line-height: 30px;
}

.text-large {
    font-size: 35px !important;
    line-height: 40px !important;
}

.text-xlarge {
    font-size: 50px;
    line-height: 50px;
}

.text-xxlarge {
    font-size: 70px;
    line-height: 70px;
}

.text-underline {
    text-decoration: underline;
}

.inline-block {
    display: inline-block !important;
}

.overflow-y-auto {
    position: relative;
    overflow: hidden;
    overflow-y: auto;
}

.overflow-hidden {
    position: relative;
    overflow: hidden;
}

.containerBg {
    background: #f0f0f0;
}

.whiteBg {
    background: #fff;
}

.hide2 {
    display: none;
}

.border-top {
    border-top: 1px solid #efefef;
}

.border-right {
    border-right: 1px solid #efefef;
}

.border-bottom {
    border-bottom: 1px solid #efefef !important;
}

.border-left {
    border-left: 1px solid #efefef;
}

.half.innerAll {
    padding: 7.5px !important;
}

.half.innerLR {
    padding-left: 7.5px !important;
    padding-right: 7.5px !important;
}

.half.innerTB {
    padding-top: 7.5px !important;
    padding-bottom: 7.5px !important;
}

.half.innerT {
    padding-top: 7.5px !important;
}

.half.innerB {
    padding-bottom: 7.5px !important;
}

.half.innerL {
    padding-left: 7.5px !important;
}

.half.innerR {
    padding-right: 7.5px !important;
}

.inner-2x.innerAll {
    padding: 30px !important;
}

.inner-2x.innerTB {
    padding-top: 30px !important;
    padding-bottom: 30px !important;
}

.inner-2x.innerLR {
    padding-left: 30px !important;
    padding-right: 30px !important;
}

.inner-2x.padding-bottom-none {
    padding-bottom: 0 !important;
}

.inner-2x.padding-right-none {
    padding-right: 0 !important;
}

.overflow-hidden {
    overflow: hidden !important;
}

.overflow-x {
    overflow-x: auto;
}

.unscrollable {
    overflow: hidden !important;
}

.fixed-bottom {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
}

.widget .row-merge {
    margin: 0;
}

.row-merge {
    position: relative;
}

.row-merge>[class*="col-"] {
    padding: 0;
}

.row-merge>[class*="col-"]~[class*="col-"] {
    position: static;
}

.row-merge>[class*="col-"]~[class*="col-"]:after {
    position: absolute;
    top: 0;
    bottom: 0;
    width: 1px;
    background: #dbdbdb;
    content: "";
}

.row-merge.border-top,
.row-merge~.row-merge {
    border-top: 1px solid #dbdbdb;
}

.row-merge.border-bottom {
    border-bottom: 1px solid #dbdbdb;
}

.row-merge .fill-column:before {
    position: absolute;
    top: 0;
    bottom: 0;
    width: inherit;
    background: #e5e5e5;
    content: "";
}

@media (min-width: 768px) and (max-width: 991px) {
    .row-merge>[class*="col-sm-12"]~[class*="col-sm-12"] {
        position: relative;
    }
    .row-merge>[class*="col-sm-12"]~[class*="col-sm-12"]:after {
        position: absolute;
        top: 0;
        bottom: auto;
        left: 0;
        right: 0;
        width: auto;
        height: 1px;
        background: #dbdbdb;
        content: "";
    }
}

.row-icons {
    padding: 10px 0;
    margin: 0;
}

.row-icons [class*="col"] {
    margin-bottom: 15px;
    padding: 0;
}

.row-icons [class*="col"] a {
    line-height: 24px;
    display: inline-block;
    color: #1d1d1b;
}

.row-icons [class*="col"][class*="glyphicons"] {
    padding-left: 50px;
}

.row-icons [class*="col"][class*="glyphicons"] i:before {
    left: 10px;
    top: 10px;
}

.row-icons [class*="col"] i.fa {
    vertical-align: middle;
    margin: 0 10px;
}

.row-icons [class*="col"] i,
.row-icons [class*="col"] i:before {
    color: #74272f;
    font-size: 24px;
}

.row-icons [class*="col"] span {
    padding-left: 5px;
}


/* --- LOADING [less.layout] from assets/components/core/less/layout.less */

div.row,
ul.row {
    margin: 0 -7.5px;
}

.row-merge {
    margin: 0;
}

div[class*="col-xs-"],
div[class*="col-sm-"],
div[class*="col-md-"],
div[class*="col-lg-"],
li[class*="col-xs-"],
li[class*="col-sm-"],
li[class*="col-md-"],
li[class*="col-lg-"] {
    padding: 0 7.5px;
}

.row-icons {
    padding: 10px 0;
    margin: 0;
}

.row-icons [class*="col"] {
    margin-bottom: 15px;
    padding-left: 48px;
}

.row-icons [class*="col"] i:before {
    color: #74272f;
}

.row-icons [class*="col"] span {
    padding-left: 5px;
}

#fontawesome [class^="icon-"],
#fontawesome [class*=" icon-"] {
    font-size: 24px;
    line-height: 24px;
    vertical-align: middle;
    margin: 0 5px 0 0;
}

#wrapper {
    overflow: hidden;
    float: left;
    width: 100%;
    overflow-y: scroll;
    -webkit-overflow-scrolling: touch;
}

body>.container-fluid {
    padding: 0;
    background: #f0f0f0;
}

body>.container-fluid.fixed {
    margin: 30px auto 30px;
    border-left: 1px solid #d8d8d8;
    border-right: 1px solid #d8d8d8;
    width: 94%;
    -webkit-border-radius: 5px 5px 5px 5px;
    -moz-border-radius: 5px 5px 5px 5px;
    border-radius: 5px 5px 5px 5px;
}

body>.container-fluid.fixed #wrapper {
    -webkit-border-radius: 5px 5px 0 0;
    -moz-border-radius: 5px 5px 0 0;
    border-radius: 5px 5px 0 0;
}

body>.container-fluid.fixed #content {
    -webkit-border-radius: 0 5px 0 0;
    -moz-border-radius: 0 5px 0 0;
    border-radius: 0 5px 0 0;
}

body>.container-fluid.fixed #footer {
    -webkit-border-radius: 0 0 5px 5px;
    -moz-border-radius: 0 0 5px 5px;
    border-radius: 0 0 5px 5px;
}

body>.container-fluid.fixed .navbar.main .wrapper {
    -webkit-border-radius: 5px 5px 0 0;
    -moz-border-radius: 5px 5px 0 0;
    border-radius: 5px 5px 0 0;
}

body>.container-fluid.documentation {
    background: #fff;
}

#content {
    position: relative;
    overflow: hidden;
    margin: 0 auto;
    min-width: 320px;
    min-height: 500px;
    background: #f0f0f0;
}

#content>.menubar {
    border-left: none;
    border-right: none;
}

#content>p {
    padding: 0 15px 5px;
}

#content>h1,
#content>h2,
#content>h3,
#content>h4,
#content>h5,
#content>h6 {
    margin: 0 15px 15px;
}

#content.container {
    overflow: visible;
}

#content.container>.innerL {
    padding-left: 0 !important;
}

#content.container>.innerR {
    padding-right: 0 !important;
}

#content.container>.innerLR {
    padding-left: 0 !important;
    padding-right: 0 !important;
}

#content.container>h1,
#content.container>[data-component]>h1,
#content.container>h2,
#content.container>[data-component]>h2,
#content.container>h3,
#content.container>[data-component]>h3,
#content.container>h4,
#content.container>[data-component]>h4,
#content.container>h5,
#content.container>[data-component]>h5,
#content.container>h6,
#content.container>[data-component]>h6 {
    margin: 0 0 15px;
}

#content>.filter-bar {
    border-right: none;
    border-left: none;
}

#content .heading-buttons {
    margin-top: 15px;
}

#content .heading-arrow {
    text-transform: uppercase;
    border-bottom: 1px solid #dbdbdb;
    margin: 0 0 15px;
    padding: 0 15px;
    font-size: 11pt;
    height: 35px;
    line-height: 30px;
    position: relative;
}

#content .heading-arrow:after {
    content: "";
    display: inline-block;
    width: 0;
    height: 0;
    border-bottom: 8px solid #dbdbdb;
    border-right: 8px solid transparent;
    border-left: 8px solid transparent;
    position: absolute;
    bottom: 0;
    left: 15px;
}

#content .heading-arrow.glyphicons {
    padding: 0 10px 0 40px;
}

#content .heading-arrow.glyphicons i:before {
    font-size: 17px;
    left: 15px;
}

#content .heading-arrow.margin-bottom-none {
    margin-bottom: 0;
}

#content>.widget {
    border-left: 0;
    border-right: 0;
}

#content>.widget .widget-head,
#content>.widget .widget-body {
    border-left: 0;
    border-right: 0;
}

#content>.widget:last-child {
    margin: 0;
}

#content>.table {
    border-left: none;
    border-right: none;
}

#content>.table tr td:first-child {
    border-left: none;
}

html.sidebar.sidebar-quick #content {
    margin: 0 0 0 65px;
}

html.sidebar.sidebar-quick .menu-right #content {
    margin: 0 65px 0 0;
}

html.sidebar.sidebar-full #content {
    margin: 0 0 0 170px;
}

html.sidebar.sidebar-full .menu-right #content {
    margin: 0 170px 0 0;
}

@media (min-width: 768px) {
    html.no-touch.sticky-sidebar.sidebar body {
        overflow: hidden;
    }
    html.no-touch.sticky-sidebar.sidebar,
    html.no-touch.sticky-sidebar.sidebar body,
    html.no-touch.sticky-sidebar.sidebar body>.container-fluid,
    html.no-touch.sticky-sidebar.sidebar #wrapper {
        min-height: 100%;
        height: 100%;
    }
    html.no-touch.sticky-sidebar.sidebar #wrapper {
        margin-bottom: -40px;
    }
    html.no-touch.sticky-sidebar.sidebar #menu {
        position: fixed;
        bottom: 0;
        z-index: 1000;
    }
    html.no-touch.sticky-sidebar.sidebar #content {
        padding-bottom: 40px;
    }
}

@media (min-width: 768px) {
    html.no-touch.sticky-top #content {
        padding-top: 50px;
    }
    html.no-touch.sticky-top .navbar.main {
        position: fixed;
        top: 0;
        left: 0;
        right: 0;
        z-index: 10000;
    }
    html.no-touch.sticky-top.sidebar.sidebar-quick .navbar.main {
        left: 65px;
    }
    html.no-touch.sticky-top.sidebar.sidebar-quick .menu-right .navbar.main {
        left: 0;
        right: 65px;
    }
    html.no-touch.sticky-top.sidebar.sidebar-full .navbar.main {
        left: 170px;
    }
    html.no-touch.sticky-top.sidebar.sidebar-full .menu-right .navbar.main {
        left: 0;
        right: 170px;
    }
    html.no-touch.sticky-top .menu-hidden .navbar.main {
        left: 0 !important;
        right: 0 !important;
    }
    html.no-touch.sticky-top.front #content {
        padding-top: 100px;
        margin: 0 !important;
    }
}

html.fixed,
html.fixed body {
    min-height: auto;
    height: auto;
    overflow: visible;
}

body>.container-fluid.fixed {
    min-height: auto;
    height: auto;
}

body>.container-fluid.fixed #wrapper {
    position: relative;
    overflow: hidden;
    min-height: auto;
    height: auto;
    margin: 0;
}

body>.container-fluid.fixed #menu {
    position: absolute;
    height: 100%;
    min-height: 100%;
    bottom: auto;
}

img.center {
    display: block;
    margin: 0 auto;
}

.display-block {
    display: block;
}

.fixed-bottom {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
}

@media (min-width: 768px) {
    #content {
        overflow: visible;
    }
}

.bg-gray {
    background: #efefef;
}

.bg-white {
    background: #fff;
}

.bg-inverse {
    background: #45484d;
}

.bg-success {
    background: #609450;
}

.bg-primary {
    background: #74272f;
}

.bg-info {
    background: #74a6d0;
}

.bg-danger {
    background: #bd362f;
}

.bg-warning {
    background: #ab7a4b;
}

.bg-lightred {
    background: #E15258;
}

.bg-mustard {
    background: #D4D172;
}

.bg-purple {
    background: #9D8AC7;
}

.bg-gray-dark {
    background: #f2f2f2 !important;
}

.bg-info-dark {
    background: #4e8ec3 !important;
}

.bg-inverse {
    background: #45484d !important;
    color: #fff;
}

.bg-inverse-faded {
    background: rgba(69, 72, 77, 0.5) !important;
}

.bg-transparent {
    background: none;
    background-color: transparent;
}


/* --- LOADING [less.menus] from assets/components/core/less/menus.less */

.dropdown-menu {
    z-index: 100000;
}

#menu {
    float: left;
    position: absolute;
    left: 0;
    top: 0;
    overflow: hidden;
    height: 100%;
    min-height: 100%;
    background: #1f2123;
}

#menu .appbrand {
    font-weight: 700;
    display: block;
    text-decoration: none;
    line-height: 10px;
    padding: 10px;
    text-align: center;
    color: #ffffff;
}

#menu .profile {
    display: block;
    padding: 10px 0;
}

#menu .profile a {
    display: inline-block;
    width: 38px;
    height: 38px;
    -webkit-border-radius: 5px 5px 5px 5px;
    -moz-border-radius: 5px 5px 5px 5px;
    border-radius: 5px 5px 5px 5px;
}

#menu .profile a img {
    -webkit-border-radius: 5px 5px 5px 5px;
    -moz-border-radius: 5px 5px 5px 5px;
    border-radius: 5px 5px 5px 5px;
}

#menu.ui-state-disabled {
    opacity: 1;
    filter: alpha(opacity=100);
}

body .menu-right #menu {
    left: auto;
    right: 0;
    z-index: 1000;
}

body .menu-right.fixed #content {
    -webkit-border-radius: 5px 0 0 0;
    -moz-border-radius: 5px 0 0 0;
    border-radius: 5px 0 0 0;
}

body .menu-right.fixed .navbar.main,
body .menu-right.fixed .navbar.main .wrapper {
    -webkit-border-radius: 5px 0 0 0;
    -moz-border-radius: 5px 0 0 0;
    border-radius: 5px 0 0 0;
}

.menu-hidden #menu {
    display: none !important;
}

.menu-hidden #content {
    margin: 0 !important;
}

.menu-hidden .navbar.main .btn-navbar {
    left: 0;
    border-left: none;
}

.menu-hidden .navbar.main .topnav.tn1 {
    left: 37px;
}

.menu-hidden.login .navbar.main .appbrand,
.menu-hidden.documentation .navbar.main .appbrand {
    display: inline-block;
    border: none;
}

.menu-hidden.login .navbar.main .appbrand span,
.menu-hidden.documentation .navbar.main .appbrand span {
    border: none;
}

.menubar {
    background: none;
    padding: 0;
    margin: 0;
    list-style: none;
}

.menubar>li {
    display: inline-block;
}

.menubar>li>a {
    text-decoration: none;
    color: #878787;
    height: 30px;
    line-height: 30px;
    padding: 0 10px;
    display: block;
}

.menubar>li>a .badge {
    margin-top: 6px;
    margin-left: 7px;
}

.menubar>li.active>a,
.menubar>li.open>a {
    background: #ededed;
    color: #3b3b3b;
    font-weight: 600;
}


/* --- LOADING [less.widgets] from assets/components/core/less/widgets.less */

.menubar {
    height: 30px;
    position: relative;
    overflow: hidden;
    border: 1px solid #dbdbdb;
    background: #fafafa;
    margin: 0;
    font-size: 9pt;
}

.menubar ul {
    margin: 0;
    padding: 0 5px;
    list-style: none;
    height: 30px;
}

.menubar ul li {
    float: left;
    display: block;
    height: 30px;
    line-height: 30px;
    padding: 0 5px;
}

.menubar ul li.divider {
    border-left: 1px solid #ebebeb;
    width: 0px;
    padding: 0;
    margin: 0 8px;
}

.menubar ul li a {
    color: #7c7c7c;
    font-weight: 700;
    font-size: 9pt;
}

.menubar.links {
    border: none;
    background: none;
    height: 25px;
    padding: 0 0 5px;
}

.menubar.links ul {
    padding: 0;
    height: 25px;
}

.menubar.links ul li {
    height: 25px;
    line-height: 25px;
}

.menubar.links ul li:first-child {
    padding-left: 0;
}

.menubar.links.primary ul li a {
    color: #74272f;
}

.widget {
    background: #ffffff;
    margin: 0 auto 15px;
    position: relative;
    border: 1px solid #dbdbdb;
    box-shadow: 0 3px 0 0 #dbdbdb;
    -moz-box-shadow: 0 3px 0 0 #dbdbdb;
    -webkit-box-shadow: 0 3px 0 0 #dbdbdb;
    -webkit-border-radius: 5px 5px 5px 5px;
    -moz-border-radius: 5px 5px 5px 5px;
    border-radius: 5px 5px 5px 5px;
}

.widget .tab-content {
    padding: 0;
}

.widget .widget-head {
    background-color: #f9f9f9;
    background-image: -moz-linear-gradient(top, #fdfdfd, #f4f4f4);
    background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#fdfdfd), to(#f4f4f4));
    background-image: -webkit-linear-gradient(top, #fdfdfd, #f4f4f4);
    background-image: -o-linear-gradient(top, #fdfdfd, #f4f4f4);
    background-image: linear-gradient(to bottom, #fdfdfd, #f4f4f4);
    background-repeat: repeat-x;
    filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#fffdfdfd', endColorstr='#fff4f4f4', GradientType=0);
    border-bottom: 1px solid #dbdbdb;
    -webkit-border-radius: 5px 5px 0 0;
    -moz-border-radius: 5px 5px 0 0;
    border-radius: 5px 5px 0 0;
    text-shadow: 0 1px 0 0 1px 0 #fff;
    height: 35px;
    line-height: 35px;
    position: relative;
    padding: 0 15px 0 0;
    overflow: hidden;
}

.widget .widget-head.height-auto {
    height: auto;
}

.widget .widget-head.progress {
    -webkit-border-radius: 0 0 0 0;
    -moz-border-radius: 0 0 0 0;
    border-radius: 0 0 0 0;
    margin: 0;
    padding: 0;
    height: 25px;
    line-height: 25px;
}

.widget .widget-head.progress .progress-bar {
    height: 25px;
    line-height: 25px;
    background: #74272f;
}

.widget .widget-head>.glyphicons,
.widget .widget-head ul .glyphicons {
    height: 30px;
    width: 30px;
    padding: 0;
}

.widget .widget-head>.glyphicons i:before,
.widget .widget-head ul .glyphicons i:before {
    width: 30px;
    height: 30px;
    line-height: 23px;
    text-align: center;
    font-size: 16px;
    color: rgba(255, 255, 255, 0.5);
}

.widget .widget-head .heading {
    margin: 0;
    color: #7c7c7c;
    font-size: 14px;
    height: 35px;
    line-height: 35px;
    padding: 0 15px;
    float: left;
}

.widget .widget-head .heading.glyphicons {
    width: auto;
    display: block;
    padding: 0 0 0 35px;
}

.widget .widget-head .heading.glyphicons i:before {
    padding: 0;
    margin: 0;
    left: 0;
    top: 0;
    height: 35px;
    line-height: 35px;
    text-align: center;
    width: 35px;
    color: #7c7c7c;
    font-size: 16px;
    font-weight: normal;
    text-shadow: none;
}

.widget .widget-head a {
    text-shadow: none;
}

.widget .widget-head .dropdown-menu li>a:hover,
.widget .widget-head .dropdown-menu li>a:focus,
.widget .widget-head .dropdown-submenu:hover>a {
    background-color: #74272f;
    background-image: -moz-linear-gradient(top, #74272f, #d24343);
    background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#74272f), to(#d24343));
    background-image: -webkit-linear-gradient(top, #74272f, #d24343);
    background-image: -o-linear-gradient(top, #74272f, #d24343);
    background-image: linear-gradient(to bottom, #74272f, #d24343);
    background-repeat: repeat-x;
    filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#ffda4c4c', endColorstr='#ffd24343', GradientType=0);
}

.widget .details {
    font-size: 8pt;
    color: #7c7c7c;
}

.widget .widget-body {
    position: relative;
    padding: 15px;
}

.widget .widget-body form {
    margin: 0;
}

.widget .widget-body a:hover {
    text-decoration: none;
}

.widget .widget-body>pre:last-child,
.widget .widget-body>p:last-child {
    margin: 0;
}

.widget .widget-body.list {
    color: #7c7c7c;
    padding: 0;
}

.widget .widget-body.list .count {
    font-size: 15pt;
    font-weight: 400;
}

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

.widget .widget-body.list ul li {
    padding: 0 10px;
    height: 39px;
    border-bottom: 1px solid #dbdbdb;
    position: relative;
    line-height: 39px;
    text-align: left;
    text-shadow: 0 1px 0 #fff;
    clear: both;
}

.widget .widget-body.list ul li .badge {
    position: absolute;
    right: 8px;
    top: 10px;
}

.widget .widget-body.list ul li:first-child {
    border-top: none;
}

.widget .widget-body.list ul li:last-child {
    border-bottom: none;
}

.widget .widget-body.list ul li .count {
    float: right;
    color: #000;
}

.widget .widget-body.list ul li .sparkline {
    position: relative;
    top: 5px;
    margin-left: 5px;
}

.widget .widget-body.list ul li a {
    color: #000;
    font-weight: bold;
}

.widget .widget-body.list.products li {
    height: 60px;
    line-height: 60px;
}

.widget .widget-body.list.products .img {
    float: left;
    display: inline-block;
    width: 48px;
    height: 44px;
    line-height: 44px;
    color: #fff;
    text-align: center;
    background: #272729;
    margin: 8px 8px 0 0;
    -webkit-border-radius: 3px 3px 3px 3px;
    -moz-border-radius: 3px 3px 3px 3px;
    border-radius: 3px 3px 3px 3px;
    text-shadow: none;
    cursor: pointer;
    font-size: 10pt;
    font-weight: 600;
}

.widget .widget-body.list.products .title {
    line-height: normal;
    display: inline-block;
    padding: 13px 0 0;
    text-transform: uppercase;
}

.widget .widget-body.list.products .title strong {
    font-family: "Open Sans", sans-serif;
    text-transform: none;
}

.widget .widget-body.list.fluid ul li {
    height: auto;
    line-height: normal;
    padding: 10px;
}

.widget .widget-body.list.list-2 ul li {
    border-bottom: 1px solid #d8d9da;
    border-top: none;
    background: #f8f8f8;
}

.widget .widget-body.list.list-2 ul li.active {
    border-color: #dddddd;
    background: #fff;
}

.widget .widget-body.list.list-2 ul li.active i:before {
    font-weight: normal;
    background: #74272f;
    color: #fff;
    text-shadow: none;
}

.widget .widget-body.list.list-2 ul li.active a {
    color: #74272f;
}

.widget .widget-body.list.list-2 ul li:last-child {
    border-bottom: none;
}

.widget .widget-body.list.list-2 ul li a {
    display: block;
    color: #222;
    padding: 0 0 0 30px;
}

.widget .widget-body.list.list-2 ul li a i:before {
    color: #555;
    width: 20px;
    height: 17px;
    font-size: 14px;
    border: 1px solid #ccc;
    background: #dddddd;
    top: 9px;
    left: 0;
    text-align: center;
    vertical-align: middle;
    padding-top: 3px;
    text-shadow: 0 1px 0 #fff;
}

.widget .widget-body.list.list-2 ul li.hasSubmenu {
    height: auto;
}

.widget .widget-body.list.list-2 ul li.hasSubmenu ul {
    padding: 0 0 10px;
}

.widget .widget-body.list.list-2 ul li.hasSubmenu ul li {
    height: auto;
    line-height: normal;
    background: none;
    border: none;
    line-height: 20px;
}

.widget .widget-body.list.list-2 ul li.hasSubmenu ul li a {
    color: #333;
    padding: 0 0 0 20px;
}

.widget .widget-body.list.list-2 ul li.hasSubmenu ul li.active a {
    font-weight: bold;
}

.widget .widget-footer {
    background: #fafafa;
    height: 25px;
    line-height: 25px;
    border-top: 1px solid #ebebeb;
}

.widget .widget-footer .glyphicons {
    width: 25px;
    height: 25px;
    line-height: 25px;
    padding: 0;
    float: right;
}

.widget .widget-footer .glyphicons i:before {
    font-size: 16px;
    color: #c3c3c3;
    text-align: center;
    width: 20px;
    height: 25px;
    line-height: 25px;
    text-shadow: 0 1px 0 #fff;
}

.widget .widget-footer .glyphicons:hover i:before {
    color: rgba(0, 0, 0, 0.5);
}

.widget.margin-bottom-none {
    margin-bottom: 0;
}

.widget.widget-gray {
    background: #f5f5f5;
}

.widget.widget-gray .widget-head {
    background: #e9e9e9;
    border-color: #d1d2d3;
    box-shadow: inset 1px 1px 1px rgba(255, 255, 255, 0.6), inset -1px -1px 1px rgba(0, 0, 0, 0);
    -moz-box-shadow: inset 1px 1px 1px rgba(255, 255, 255, 0.6), inset -1px -1px 1px rgba(0, 0, 0, 0);
    -webkit-box-shadow: inset 1px 1px 1px rgba(255, 255, 255, 0.6), inset -1px -1px 1px rgba(0, 0, 0, 0);
}

.widget.widget-gray .widget-head .heading {
    color: #555555;
    text-shadow: 0 1px 0 #fff;
}

.widget.widget-gray .widget-head .heading.glyphicons i:before {
    background: none;
    color: #555;
    border-color: rgba(0, 0, 0, 0.1);
}

.widget.widget-2:before,
.widget.widget-2:after {
    display: none;
}

.widget.widget-2 .widget-head {
    background: #e2e2e4;
    box-shadow: inset 1px 1px 1px rgba(255, 255, 255, 0.6), inset -1px -1px 1px rgba(0, 0, 0, 0);
    -moz-box-shadow: inset 1px 1px 1px rgba(255, 255, 255, 0.6), inset -1px -1px 1px rgba(0, 0, 0, 0);
    -webkit-box-shadow: inset 1px 1px 1px rgba(255, 255, 255, 0.6), inset -1px -1px 1px rgba(0, 0, 0, 0);
    height: 36px;
    line-height: 36px;
    border-color: #d1d2d3;
}

.widget.widget-2 .widget-head.height-auto {
    height: auto;
}

.widget.widget-2 .widget-head .heading {
    line-height: 36px;
    color: #555555;
    text-shadow: 0 1px 0 #fff;
    font-size: 12pt;
}

.widget.widget-2 .widget-head .heading i:before {
    color: #555555;
    background: none;
    border: none;
    left: 3px;
    top: 2px;
}

.widget.widget-2 .widget-body {
    border: 1px solid #d1d2d3;
    border-top: 0;
    background: #f5f5f5;
}

.widget.widget-2.primary .widget-head {
    background: #74272f;
    border-color: #74272f;
    box-shadow: inset 1px 1px 1px rgba(255, 255, 255, 0.6), inset -1px -1px 1px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: inset 1px 1px 1px rgba(255, 255, 255, 0.6), inset -1px -1px 1px rgba(0, 0, 0, 0.1);
    -webkit-box-shadow: inset 1px 1px 1px rgba(255, 255, 255, 0.6), inset -1px -1px 1px rgba(0, 0, 0, 0.1);
}

.widget.widget-2.primary .widget-head .heading {
    color: #fff;
    text-shadow: 0 1px 0 rgba(0, 0, 0, 0.5);
}

.widget.widget-2.primary .widget-head .heading i:before {
    color: #fff;
    text-shadow: 0 1px 0 rgba(0, 0, 0, 0.5);
}

.widget.widget-3:before,
.widget.widget-3:after {
    display: none;
}

.widget.widget-3 .widget-head {
    height: 36px;
    line-height: 36px;
}

.widget.widget-3 .widget-head.height-auto {
    height: auto;
}

.widget.widget-3 .widget-head .heading {
    display: block;
    text-align: center;
    float: none;
    line-height: 36px;
    height: 36px;
    text-transform: uppercase;
    font-size: 12pt;
}

.widget.widget-3 .widget-head .heading i:before {
    background: none;
    border: none;
    left: 3px;
    top: 5px;
    font-size: 20px;
    color: #45484d;
}

.widget.widget-3 .widget-head .heading .glyphicons {
    vertical-align: middle;
    width: 35px;
    height: 36px;
    padding: 0;
}

.widget.widget-3 .widget-body {
    border-bottom: 1px solid #dbdbdb;
}

.widget.widget-3 .widget-body.large {
    font-size: 26pt;
    font-weight: bold;
    text-align: center;
    padding: 25px 0;
    vertical-align: middle;
    line-height: normal;
}

.widget.widget-3 .widget-body.large.cancellations span {
    line-height: 20px;
    text-align: left;
    font-size: 17pt;
    display: inline-block;
    text-shadow: none;
}

.widget.widget-3 .widget-body.large.cancellations span span {
    display: block;
}

.widget.widget-3 .widget-body.large.cancellations span span:first-child {
    color: #74272f;
    text-transform: uppercase;
    font-size: 13pt;
}

.widget.widget-3 .widget-body.large.dashboard {
    padding: 15px 0;
}

.widget.widget-3 .widget-footer {
    background: #fafafa;
    border-top: none;
}

.widget.widget-3 .widget-footer a {
    float: none;
    color: #dddddd;
    width: auto;
    padding: 0 10px 0 30px;
    border-right: 1px solid #dbdbdb;
    text-decoration: none;
}

.widget.widget-3 .widget-footer a i:before {
    color: #dddddd;
    left: 5px;
}

.widget.widget-3 .widget-footer a:hover {
    color: #74272f;
}

.widget.widget-3 .widget-footer a:hover i:before {
    color: #74272f;
}

.widget.widget-3 .widget-footer.align-center {
    text-align: center;
}

.widget.widget-3 .widget-footer.align-center a:first-child {
    border-left: 1px solid #dbdbdb;
}

.widget.widget-3 .widget-footer.align-right {
    text-align: right;
}

.widget.widget-3 .widget-footer.align-right a:first-child {
    border-left: 1px solid #dbdbdb;
}

.widget.widget-3 .widget-footer.align-right a:last-child {
    border-right: none;
}

.widget.widget-4 {
    border: none;
    background: none;
}

.widget.widget-4 .widget-head {
    background: none;
    padding: 10px;
    border: none;
}

.widget.widget-4 .widget-head .heading {
    color: #544f49;
    text-shadow: none;
    padding: 0;
    margin: 0;
}

.widget.widget-4 .widget-body {
    padding: 0 10px 10px;
    border: none;
}

.widget.widget-4 .widget-body.list ul li {
    padding: 0;
}

.widget.widget-icon {
    display: block;
    padding: 10px;
    margin-bottom: 0;
}

.widget.widget-icon i,
.widget.widget-icon span {
    color: #fff;
}

.widget.widget-icon .heading {
    color: #fff;
}

.widget.widget-icon.inverse {
    background: #45484d;
}

.widget.widget-icon.inverse:hover {
    background: #5d6168;
}

.widget.widget-icon.primary {
    background: #74272f;
}

.widget.widget-icon.primary:hover {
    background: #9a343e;
}

.widget.widget-icon.success {
    background: #609450;
}

.widget.widget-icon.success:hover {
    background: #79ae69;
}

.widget.widget-icon.danger {
    background: #bd362f;
}

.widget.widget-icon.danger:hover {
    background: #d3534c;
}

.widget.widget-icon:hover {
    text-decoration: none;
}

.widget.widget-survey .widget-head {
    height: auto;
    line-height: 1;
}

.widget.widget-tickets .widget-head {
    height: auto;
    line-height: 1;
}

.widget.widget-tickets .list-group .list-group-item {
    border-radius: 0;
}

.widget.widget-tickets .list-group .list-group-item a {
    font-weight: bold;
    color: #74272f;
    font-size: 15px;
}

.widget.widget-tickets .list-group .list-group-item a:hover {
    text-decoration: none;
}

.widget.widget-tickets .list-group .list-group-item i {
    color: #ccc;
    padding-right: 10px;
}

.widget.widget-tickets .list-group .list-group-item.active {
    background-color: #74272f;
}

.widget.widget-tickets .list-group .list-group-item.active a {
    color: #fff;
}

.widget.widget-tickets .list-group .list-group-item.active i {
    color: #fff;
}

.widget.widget-tickets .list-group .list-group-item.active:hover {
    background: #74272f;
}

.widget.widget-tickets .list-group .list-group-item.active:hover i {
    color: #efefef;
}

.widget.widget-tickets .list-group .list-group-item:hover {
    background: #efefef;
}

.widget.widget-tickets .list-group .list-group-item:hover i {
    color: #74272f;
}

.widget.widget-timeline-friends .widget-heading {
    height: 35px;
    line-height: 35px;
    border-bottom: 1px solid #efefef;
}

.widget.widget-timeline-friends .widget-heading h5 {
    line-height: inherit;
}

.widget.widget-timeline-friends .widget-heading.height-auto {
    height: auto;
}

.widget.widget-timeline-friends .widget-heading .dropdown a.btn {
    background: #fff;
    border: 1px solid #ccc;
    border-radius: 50%;
}

.widget.widget-timeline-friends .widget-heading .dropdown.open a.btn {
    border-bottom: none;
    border-radius: 0;
    border-top-left-radius: 50%;
    border-top-right-radius: 50%;
}

.widget.widget-timeline-friends .widget-heading .dropdown-menu {
    right: 0;
    left: auto;
    min-width: 24px;
    top: 23px;
    background: #fff;
    border: 1px solid #ccc;
    border-top: none;
    border-bottom-left-radius: 15px;
    border-bottom-right-radius: 15px;
    box-shadow: none;
}

.widget.widget-timeline-friends .widget-heading .dropdown-menu li {
    background: none;
}

.widget.widget-timeline-friends .widget-heading .dropdown-menu li a {
    padding: 0;
    text-align: center;
    background: none;
}

.widget.widget-timeline-friends .widget-heading .dropdown-menu li a:hover {
    color: #74272f;
    background: none;
}

.widget.widget-timeline-friends .widget-body a {
    padding: 6px;
}

.widget.widget-timeline-friends .widget-body a img {
    border-radius: 3px;
}

.widget.widget-timeline-friends .widget-body a:hover img {
    opacity: 0.5;
}

.widget.widget-heading-simple {
    border: none;
    background: none;
}

.widget.widget-heading-simple>.widget-head {
    border: none;
    background: none;
    background-image: none !important;
    filter: none !important;
    padding: 0 0 5px;
    height: 30px;
    line-height: 25px;
}

.widget.widget-heading-simple>.widget-head .heading {
    padding: 0;
    height: 25px;
    line-height: 25px;
}

.widget.widget-heading-simple>.widget-head .heading.glyphicons {
    padding: 0 0 0 25px;
}

.widget.widget-heading-simple>.widget-head .heading.glyphicons i:before {
    text-align: left;
    width: 25px;
    height: 25px;
    line-height: 25px;
}

.widget.widget-heading-simple>.widget-body {
    border: 1px solid #dbdbdb;
    -webkit-border-radius: 5px 5px 5px 5px;
    -moz-border-radius: 5px 5px 5px 5px;
    border-radius: 5px 5px 5px 5px;
}

.widget.widget-body-simple {
    box-shadow: none !important;
    -moz-box-shadow: none !important;
    -webkit-box-shadow: none !important;
}

.widget.widget-body-simple>.widget-body {
    background: none;
    border: none;
    padding: 0;
}

.widget.widget-body-white>.widget-body {
    background: #ffffff;
    text-align: center;
}

.widget.widget-body-gray {
    box-shadow: 0 3px 0 0 #f6f6f6;
    -moz-box-shadow: 0 3px 0 0 #f6f6f6;
    -webkit-box-shadow: 0 3px 0 0 #f6f6f6;
}

.widget.widget-body-gray>.widget-body {
    background: #e5e5e5;
}

.widget.widget-body-primary {
    box-shadow: 0 3px 0 0 #f6f6f6;
    -moz-box-shadow: 0 3px 0 0 #f6f6f6;
    -webkit-box-shadow: 0 3px 0 0 #f6f6f6;
}

.widget.widget-body-primary>.widget-body {
    background: #74272f;
}

.widget.widget-body-primary>.widget-body * {
    color: #fff;
    text-shadow: none;
}

.widget.widget-primary-light>.widget-body {
    background: #d37b84;
}

.widget.widget-primary-light>.widget-head {
    background: #d98e96;
    border-color: #74272f;
}

.widget.widget-body-multiple {
    box-shadow: none !important;
    -moz-box-shadow: none !important;
    -webkit-box-shadow: none !important;
}

.widget.widget-body-multiple>.widget-body {
    box-shadow: 0 3px 0 0 #dbdbdb;
    -moz-box-shadow: 0 3px 0 0 #dbdbdb;
    -webkit-box-shadow: 0 3px 0 0 #dbdbdb;
    margin-bottom: 7.5px;
}

.widget.widget-body-multiple>.widget-body:last-of-type {
    margin-bottom: 0;
}

.widget.widget-body-multiple.widget-body-gray>.widget-body {
    box-shadow: 0 3px 0 0 #f6f6f6;
    -moz-box-shadow: 0 3px 0 0 #f6f6f6;
    -webkit-box-shadow: 0 3px 0 0 #f6f6f6;
}

.glyphicons.standard {
    width: 24px;
    height: 24px;
    padding: 0;
}

.glyphicons.standard i {
    display: block;
    height: 24px;
}

.glyphicons.standard i:before {
    color: #64625f;
    position: relative;
    top: auto;
    left: auto;
}

.glyphicons.standard:not(.disabled):hover i:before {
    color: #797979;
}

.glyphicons.standard.btn {
    padding: 4px;
}

.glyphicons.standard.btn.btn-small {
    padding: 2px 5px;
    width: auto;
    height: auto;
}

.glyphicons.standard.btn.btn-small i:before {
    top: auto;
    line-height: 22px;
}

.glyphicons.primary i:before {
    color: #74272f;
}

.glyphicons.single {
    color: #74272f;
    padding: 0 0 0 20px;
}

.glyphicons.single i:before {
    font-size: 13px;
    top: 4px;
    color: #74272f;
}

.glyphicons.single+.single {
    margin-left: 8px;
}

.glyphicons.single.regular {
    color: #7c7c7c;
}

.glyphicons.single.regular i:before {
    color: #7c7c7c;
}

.glyphicons.text-error {
    color: #74272f;
}

.glyphicons.text-error i:before {
    color: #74272f;
}

.glyphicons.text-info {
    color: #5d92b3;
}

.glyphicons.text-info i:before {
    color: #5d92b3;
}

.glyphicons.text-success {
    color: #719d46;
}

.glyphicons.text-success i:before {
    color: #719d46;
}

.glyphicons.btn-action {
    width: 25px;
    height: 25px;
    padding: 0;
    -webkit-border-radius: 5px 5px 5px 5px;
    -moz-border-radius: 5px 5px 5px 5px;
    border-radius: 5px 5px 5px 5px;
    border-width: 1px;
    border-style: solid;
    vertical-align: middle;
}

.glyphicons.btn-action i:before {
    font-size: 14px;
    top: 5px;
    left: 5px;
    text-shadow: 0 1px 0 #fff;
    color: #fff !important;
}

.glyphicons.btn-action.btn-default i:before {
    color: #7c7c7c !important;
}

.glyphicons.btn-action.single {
    box-shadow: none;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    border: none;
    background: none;
    margin-right: 10px;
}

.glyphicons.btn-icon {
    text-align: left;
    padding: 5px 7px 5px 40px;
}

.glyphicons.btn-icon i {
    float: left;
}

.glyphicons.btn-icon i:before {
    font-size: 15px;
    top: 0;
    left: 0;
    width: 33px;
    height: 23px;
    -webkit-border-radius: 3px 0px 0px 3px;
    -moz-border-radius: 3px 0px 0px 3px;
    border-radius: 3px 0px 0px 3px;
    vertical-align: middle;
    padding: 7px 0 0;
    text-align: center;
}

.glyphicons.btn-icon.right {
    text-align: left;
    padding: 5px 0 5px 7px;
}

.glyphicons.btn-icon.right i:before {
    -webkit-border-radius: 0 3px 3px 0;
    -moz-border-radius: 0 3px 3px 0;
    border-radius: 0 3px 3px 0;
    right: 0;
    left: auto;
    text-align: center;
}

.glyphicons.btn-large {
    padding: 10px 10px 10px 40px;
    font-weight: 600;
}

.glyphicons.btn-large i:before {
    top: 12px;
    left: 12px;
    font-size: 17px;
}

.glyphicons.btn-large.btn-icon i:before {
    top: 0;
    left: 0;
    height: 28px;
    padding: 12px 0 0;
}

.glyphicons.btn-small {
    padding: 2px 10px 2px 35px;
}

.glyphicons.btn-small i:before {
    padding: 5px 0 0;
    width: 28px;
    height: 19px;
    font-size: 14px;
}

.glyphicons.btn-mini {
    padding: 1px 6px 1px 33px;
}

.glyphicons.btn-mini i:before {
    padding: 5px 0 0;
    width: 26px;
    height: 17px;
    font-size: 13px;
}

.glyphicons.orange i:before {
    color: #EDB459;
}

.glyphicons.btn-default i:before {
    color: #9e9e9e;
    text-shadow: none;
}

.finances_summary .well {
    font-size: 16px;
    text-align: center;
}

.finances_summary .well strong {
    display: block;
    font-size: 22pt;
    color: #45494c;
    line-height: normal;
}

.finances_summary .glyphicons.standard i:before {
    color: #cccccc;
}

div.glyphicons {
    padding: 0 0 0 35px;
    display: block;
}

div.glyphicons i:before {
    color: #cccccc;
}

div.glyphicons.glyphicon-large {
    padding: 0 0 0 75px;
}

div.glyphicons.glyphicon-large i:before {
    font-size: 50px;
    left: 0;
}

div.glyphicons.glyphicon-large.group-column {
    padding: 0 0 0 85px;
}

div.glyphicons.glyphicon-large.group-column i:before {
    font-size: 45px;
    left: 12px;
}

div.glyphicons.glyphicon-top {
    padding: 0;
    text-align: center;
}

div.glyphicons.glyphicon-top i {
    display: block;
    position: relative;
}

div.glyphicons.glyphicon-top i:before {
    position: relative;
    left: auto;
    top: auto;
}

div.glyphicons.glyphicon-top.glyphicon-xlarge i {
    padding: 0 0 10px;
}

div.glyphicons.glyphicon-top.glyphicon-xlarge i:before {
    font-size: 70px;
}

div.glyphicons.glyphicon-primary i:before {
    color: #74272f;
}

.widget-body-primary div.glyphicons i:before {
    color: #fff;
}

.social-large {
    height: 97px;
}

.social-large a {
    display: block;
    height: 97px;
    float: left;
    padding: 10px 19px;
    color: #d5d5d5;
    background: #ffffff;
    font-weight: bold;
    text-align: center;
    border-right: 1px solid #e5e5e5;
    text-decoration: none;
}

.social-large a i {
    display: block;
    position: relative;
    padding: 0 0 8px;
}

.social-large a i:before {
    display: block;
    text-align: center;
    top: auto;
    left: auto;
    position: relative;
    font-size: 50px;
    color: #d5d5d5;
}

.social-large a.active,
.social-large a:hover {
    color: #fff;
    background: #74272f;
}

.social-large a.active i:before,
.social-large a:hover i:before {
    color: #fff;
}

.social-large a:last-child {
    border: none;
}

.social-large.social-large-2 a {
    display: inline-block;
    font-weight: 400;
    float: none;
    border: none;
    background: none;
    color: #444444;
}

.social-large.social-large-2 a i:before {
    color: #444444;
}

.social-large.social-large-2 a.active,
.social-large.social-large-2 a:hover {
    color: #74272f;
}

.social-large.social-large-2 a.active i:before,
.social-large.social-large-2 a:hover i:before {
    color: #74272f;
}

.jumbotron {
    background: none;
}

.widget-search input {
    width: 100%;
}


/* --- LOADING [less.alerts] from assets/components/modules/admin/ui/alerts/assets/alerts.less */

.alert {
    margin: 0 0 15px;
}

.alert h4 {
    margin: 0 0 5px;
}

.alert.alert-warning {
    background: #ab7a4b;
    color: #fff;
    border-color: #ab7a4b;
}

.alert.alert-warning .close {
    color: #fff;
}

.alert.alert-warning h4 {
    color: #fff;
}

.alert.alert-danger {
    background: #bd362f;
    color: #fff;
    border-color: #bd362f;
}

.alert.alert-danger .close {
    color: #fff;
}

.alert.alert-danger h4 {
    color: #fff;
}

.alert.alert-primary {
    background: #74272f;
    color: #fff;
    border-color: #74272f;
}

.alert.alert-primary .close {
    color: #fff;
}

.alert.alert-primary h4 {
    color: #fff;
}

.alert.alert-info {
    background: #dff3f8;
    color: #7399b9;
    border-color: #93b9d8;
}

.alert.alert-info .close {
    color: #7399b9;
}

.alert.alert-success {
    border-color: #609450;
    background: #609450;
    color: #fff;
}

.alert.alert-success .close,
.alert.alert-success h4 {
    color: #fff;
}

.alert .close {
    opacity: 1;
    filter: alpha(opacity=100);
    color: #fff;
}


/* --- LOADING [less.buttons] from assets/components/modules/admin/ui/buttons/assets/buttons.less */

.btn {
    font-weight: 600;
    -webkit-border-radius: 2px 2px 2px 2px;
    -moz-border-radius: 2px 2px 2px 2px;
    border-radius: 2px 2px 2px 2px;
}

.btn-block {
    width: 100%;
}

.btn+.btn:not(.btn-block) {
    margin: 0 0 0 5px;
}

.input-append .btn+.btn,
.input-prepend .btn+.btn {
    margin-left: -1px;
}

.btn-group .btn+.btn:not(.btn-block) {
    margin-left: -1px;
}

.btn-group.dropup .btn:first-child {
    -webkit-border-radius: 0 0 0 0;
    -moz-border-radius: 0 0 0 0;
    border-radius: 0 0 0 0;
}

.btn-default {
    text-shadow: 0 1px 0 rgba(255, 255, 255, 0.75);
    color: rgba(0, 0, 0, 0.6);
    text-shadow: 0 1px 0 #fff;
    font-weight: 600;
    background-color: #efefef;
    background-image: -moz-linear-gradient(top, #f4f4f4, #e7e7e7);
    background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#f4f4f4), to(#e7e7e7));
    background-image: -webkit-linear-gradient(top, #f4f4f4, #e7e7e7);
    background-image: -o-linear-gradient(top, #f4f4f4, #e7e7e7);
    background-image: linear-gradient(to bottom, #f4f4f4, #e7e7e7);
    background-repeat: repeat-x;
    filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#fff4f4f4', endColorstr='#ffe7e7e7', GradientType=0);
    border: 1px solid #cecece;
}

.btn-group.open .btn-default.dropdown-toggle,
.btn-default.disabled,
.btn-default[disabled],
.btn-default:hover,
.btn-default:focus {
    background: #e8e8e8;
}

.btn-default:active,
.btn-default.active {
    background: #e8e8e8;
    color: #fff;
    text-shadow: none;
}

.btn-default .caret {
    border-top-color: rgba(0, 0, 0, 0.5);
}

.btn-warning {
    background-color: #b6895e;
    background-image: -moz-linear-gradient(top, #be946b, #ab7a4b);
    background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#be946b), to(#ab7a4b));
    background-image: -webkit-linear-gradient(top, #be946b, #ab7a4b);
    background-image: -o-linear-gradient(top, #be946b, #ab7a4b);
    background-image: linear-gradient(to bottom, #be946b, #ab7a4b);
    background-repeat: repeat-x;
    filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#ffbe946b', endColorstr='#ffab7a4b', GradientType=0);
    border: 1px solid #88613b;
    color: #ffffff;
    text-shadow: 0 1px 0 rgba(0, 0, 0, 0.5);
}

.btn-warning.glyphicons i:before {
    color: rgba(255, 255, 255, 0.5);
    text-shadow: none;
}

.btn-group.open .btn-warning.dropdown-toggle,
.btn-warning.disabled,
.btn-warning[disabled],
.btn-warning:hover,
.btn-warning:focus {
    background: #ab7a4b;
    color: #fff;
}

.btn-warning:active,
.btn-warning.active {
    background: #ab7a4b;
    color: #fff;
}

.btn-warning .caret {
    border-top-color: rgba(255, 255, 255, 0.7);
    border-bottom-color: rgba(255, 255, 255, 0.7);
}

.btn-info {
    background-color: #8bb5d8;
    background-image: -moz-linear-gradient(top, #9abedd, #74a6d0);
    background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#9abedd), to(#74a6d0));
    background-image: -webkit-linear-gradient(top, #9abedd, #74a6d0);
    background-image: -o-linear-gradient(top, #9abedd, #74a6d0);
    background-image: linear-gradient(to bottom, #9abedd, #74a6d0);
    background-repeat: repeat-x;
    filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#ff9abedd', endColorstr='#ff74a6d0', GradientType=0);
    border: 1px solid #4e8ec3;
    color: #ffffff;
    text-shadow: 0 1px 0 rgba(0, 0, 0, 0.5);
}

.btn-info.glyphicons i:before {
    color: rgba(255, 255, 255, 0.5);
    text-shadow: none;
}

.btn-group.open .btn-info.dropdown-toggle,
.btn-info.disabled,
.btn-info[disabled],
.btn-info:hover,
.btn-info:focus {
    background: #74a6d0;
    color: #fff;
}

.btn-info:active,
.btn-info.active {
    background: #74a6d0;
    color: #fff;
}

.btn-info .caret {
    border-top-color: rgba(255, 255, 255, 0.7);
    border-bottom-color: rgba(255, 255, 255, 0.7);
}

.btn-danger {
    background-color: #ca4741;
    background-image: -moz-linear-gradient(top, #d3534c, #bd362f);
    background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#d3534c), to(#bd362f));
    background-image: -webkit-linear-gradient(top, #d3534c, #bd362f);
    background-image: -o-linear-gradient(top, #d3534c, #bd362f);
    background-image: linear-gradient(to bottom, #d3534c, #bd362f);
    background-repeat: repeat-x;
    filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#ffd3534c', endColorstr='#ffbd362f', GradientType=0);
    border: 1px solid #942a25;
    color: #ffffff;
    text-shadow: 0 1px 0 rgba(0, 0, 0, 0.5);
}

.btn-danger.glyphicons i:before {
    color: rgba(255, 255, 255, 0.5);
    text-shadow: none;
}

.btn-group.open .btn-danger.dropdown-toggle,
.btn-danger.disabled,
.btn-danger[disabled],
.btn-danger:hover,
.btn-danger:focus {
    background: #bd362f;
    color: #fff;
}

.btn-danger:active,
.btn-danger.active {
    background: #bd362f;
    color: #fff;
}

.btn-danger .caret {
    border-top-color: rgba(255, 255, 255, 0.7);
    border-bottom-color: rgba(255, 255, 255, 0.7);
}

.btn-primary {
    background-color: #8b2f38;
    background-image: -moz-linear-gradient(top, #9a343e, #74272f);
    background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#9a343e), to(#74272f));
    background-image: -webkit-linear-gradient(top, #9a343e, #74272f);
    background-image: -o-linear-gradient(top, #9a343e, #74272f);
    background-image: linear-gradient(to bottom, #9a343e, #74272f);
    background-repeat: repeat-x;
    filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#ff9a343e', endColorstr='#ff74272f', GradientType=0);
    border: 1px solid #4e1a20;
    color: #ffffff;
    text-shadow: 0 1px 0 rgba(0, 0, 0, 0.5);
}

.btn-primary.glyphicons i:before {
    color: rgba(255, 255, 255, 0.4);
    text-shadow: none;
}

.btn-group.open .btn-primary.dropdown-toggle,
.btn-primary.disabled,
.btn-primary[disabled],
.btn-primary:hover,
.btn-primary:focus {
    background: #74272f;
    color: #fff;
    border-color: #4e1a20;
}

.btn-primary:active,
.btn-primary.active {
    background: #74272f;
    border-color: #4e1a20;
    color: #fff;
}

.btn-primary .caret {
    border-top-color: #ffffff;
    border-bottom-color: #ffffff;
}

.btn-inverse {
    background-color: #53575d;
    background-image: -moz-linear-gradient(top, #5d6168, #45484d);
    background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#5d6168), to(#45484d));
    background-image: -webkit-linear-gradient(top, #5d6168, #45484d);
    background-image: -o-linear-gradient(top, #5d6168, #45484d);
    background-image: linear-gradient(to bottom, #5d6168, #45484d);
    background-repeat: repeat-x;
    filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#ff5d6168', endColorstr='#ff45484d', GradientType=0);
    border: 1px solid #2d2f32;
    color: #ffffff;
    text-shadow: 0 1px 0 rgba(0, 0, 0, 0.5);
}

.btn-inverse.glyphicons i:before {
    color: #919293;
    text-shadow: none;
}

.btn-group.open .btn-inverse.dropdown-toggle,
.btn-inverse.disabled,
.btn-inverse[disabled],
.btn-inverse:hover,
.btn-inverse:focus {
    background: #45484d;
    color: #fff;
}

.btn-inverse:active,
.btn-inverse.active {
    background: #45484d;
    color: #fff;
}

.btn-inverse .caret {
    border-top-color: #fff;
    border-bottom-color: #fff;
}

.btn-success {
    background-color: #6fa45f;
    background-image: -moz-linear-gradient(top, #79ae69, #609450);
    background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#79ae69), to(#609450));
    background-image: -webkit-linear-gradient(top, #79ae69, #609450);
    background-image: -o-linear-gradient(top, #79ae69, #609450);
    background-image: linear-gradient(to bottom, #79ae69, #609450);
    background-repeat: repeat-x;
    filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#ff79ae69', endColorstr='#ff609450', GradientType=0);
    border: 1px solid #4b733e;
    color: #ffffff;
    text-shadow: 0 1px 0 rgba(0, 0, 0, 0.5);
}

.btn-success.glyphicons i:before {
    color: #a2bc9b;
    text-shadow: none;
}

.btn-group.open .btn-success.dropdown-toggle,
.btn-success.disabled,
.btn-success[disabled],
.btn-success:hover,
.btn-success:focus {
    background: #609450;
    color: #fff;
}

.btn-success:active,
.btn-success.active {
    background: #609450;
    color: #fff;
}

.btn-success .caret {
    border-top-color: #fff;
    border-bottom-color: #fff;
}

.btn-group-vertical.block {
    display: block;
}

.btn-group.btn-block {
    padding: 0;
    position: relative;
}

.btn-group.btn-block .leadcontainer {
    left: 0;
    position: absolute;
    right: 29px;
}

.btn-group.btn-block .leadcontainer>.btn:first-child {
    -webkit-border-radius: 0 0 0 0;
    -moz-border-radius: 0 0 0 0;
    border-radius: 0 0 0 0;
    margin-left: 0;
    -webkit-border-bottom-left-radius: 4px;
    border-bottom-left-radius: 4px;
    -webkit-border-top-left-radius: 4px;
    border-top-left-radius: 4px;
    -moz-border-radius-bottomleft: 4px;
    -moz-border-radius-topleft: 4px;
    text-align: left;
}

.btn-group.btn-block .dropdown-lead {
    box-sizing: border-box;
    width: 100%;
}

.btn-group.btn-block .dropdown-toggle {
    width: 30px;
    float: right;
    box-sizing: border-box;
    text-align: center;
    padding-left: 0;
    padding-right: 0;
}

.btn-icon-stacked {
    text-align: left;
    padding: 5px 5px 5px 45px;
}

.btn-icon-stacked i {
    display: block;
    width: 24px;
    height: 24px;
    position: absolute;
    left: 10px;
    top: 10px;
}

.btn-icon-stacked i:before {
    left: auto;
    top: auto;
    position: relative;
    text-align: center;
}

.btn-icon-stacked span {
    display: block;
    font-size: 13px;
    line-height: normal;
}

.btn-facebook {
    color: #fff;
    text-shadow: 0 1px 0 rgba(0, 0, 0, 0.1);
    background-color: #728dc0;
    background-image: -moz-linear-gradient(top, #8098c6, #5d7cb6);
    background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#8098c6), to(#5d7cb6));
    background-image: -webkit-linear-gradient(top, #8098c6, #5d7cb6);
    background-image: -o-linear-gradient(top, #8098c6, #5d7cb6);
    background-image: linear-gradient(to bottom, #8098c6, #5d7cb6);
    background-repeat: repeat-x;
    filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#ff8098c6', endColorstr='#ff5d7cb6', GradientType=0);
    border: 1px solid #5d7cb6;
}

.btn-facebook i:before {
    color: #fff;
}

.btn-facebook:hover {
    background: #8098c6;
    color: #fff;
}

.btn-google {
    color: #fff;
    text-shadow: 0 1px 0 rgba(0, 0, 0, 0.1);
    background-color: #b24343;
    background-image: -moz-linear-gradient(top, #bf4a4a, #9e3838);
    background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#bf4a4a), to(#9e3838));
    background-image: -webkit-linear-gradient(top, #bf4a4a, #9e3838);
    background-image: -o-linear-gradient(top, #bf4a4a, #9e3838);
    background-image: linear-gradient(to bottom, #bf4a4a, #9e3838);
    background-repeat: repeat-x;
    filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#ffbf4a4a', endColorstr='#ff9e3838', GradientType=0);
    border: 1px solid #9e3838;
}

.btn-google i:before {
    color: #fff;
}

.btn-google:hover {
    background: #bf4a4a;
    color: #fff;
}

.btn-toggle-code {
    position: absolute;
    bottom: 0;
    right: 0;
    z-index: 1000;
    -webkit-border-radius: 0 0 0 0;
    -moz-border-radius: 0 0 0 0;
    border-radius: 0 0 0 0;
}

.btn-toggle-code.outside {
    bottom: -24px;
}

#demo_buttons .btn-block {
    max-width: 200px;
    margin: 0 auto;
}

#demo_buttons thead th {
    width: 25%;
}


/* --- LOADING [less.breadcrumb] from assets/components/core/less/breadcrumb.less */

.breadcrumb {
    height: 38px;
    line-height: 39px;
    padding: 0 15px;
    -webkit-border-radius: 0 0 0 0;
    -moz-border-radius: 0 0 0 0;
    border-radius: 0 0 0 0;
    margin: 0 0 15px;
    background: none;
    border-bottom: 1px solid #dbdbdb;
    box-shadow: 0 1px 0 0 #fff;
    -moz-box-shadow: 0 1px 0 0 #fff;
    -webkit-box-shadow: 0 1px 0 0 #fff;
    color: #ababab;
    font-size: 12px;
    position: relative;
    overflow: hidden;
}

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

.breadcrumb li {
    text-shadow: 0 1px 0 #fff;
    line-height: 38px;
    height: 38px;
}

.breadcrumb li a {
    color: #ababab;
    font-weight: 600;
}

.breadcrumb li a.glyphicons {
    color: #ababab;
    padding: 0 0 0 25px;
}

.breadcrumb li a.glyphicons i:before {
    color: #ababab;
    font-size: 14px;
    top: 12px;
    left: 3px;
}

.breadcrumb li.divider {
    margin: 0 5px 0 7px;
    width: 0;
    border-left: 1px solid #dbdbdb;
    border-right: 1px solid #fff;
    vertical-align: top;
}


/* --- LOADING [less.labels] from assets/components/core/less/labels.less */

.label.large {
    height: 29px;
    padding: 0 10px;
    line-height: 29px;
    background: #e5e5e5;
    color: #64625f;
    text-shadow: 0 1px 0 #fff;
}

.label.label-primary {
    background: #74272f;
}

.label.label-info {
    background: #74a6d0;
}

.label.label-warning {
    background: #ab7a4b;
}

.label.label-danger {
    background: #bd362f;
}

.label.label-success {
    background: #609450;
}

.label.label-inverse {
    background: #45484d;
}

.label.label-block {
    display: block;
}

.badge.badge-primary {
    background: #74272f;
}

.badge.badge-info {
    background: #74a6d0;
}

.badge.badge-warning {
    background: #ab7a4b;
}

.badge.badge-danger {
    background: #bd362f;
}

.badge.badge-success {
    background: #609450;
}

.badge.badge-inverse {
    background: #45484d;
}


/* --- LOADING [less.timeline] from assets/components/modules/admin/timeline/assets/less/timeline.less */

.layout-timeline {
    border-top-color: #d2d1d0 !important;
    border-top-width: 2px !important;
}

.layout-timeline .innerAll {
    padding: 15px !important;
}

.layout-timeline>[class*="span"]~[class*="span"]:after {
    width: 2px;
    background: #d2d1d0;
}

.layout-timeline .media {
    margin: 0 0 15px;
}

.layout-timeline .media .media-body {
    padding: 10px 0 0;
    line-height: 17px;
}

.layout-timeline .media .media-body .author {
    font-size: 14px;
}

.layout-timeline .glyphicons.pencil {
    position: absolute;
    top: 15px;
    right: 15px;
    margin: 0;
    padding: 0;
    width: 20px;
    height: 20px;
}

.layout-timeline .glyphicons.pencil i:before {
    top: 0;
    right: 0;
    font-size: 17px;
    color: #cccccc;
}

.layout-timeline ul.timeline {
    list-style: none;
    margin: 0;
    padding: 15px 15px 15px 30px;
}

.layout-timeline ul.timeline>li {
    position: relative;
    padding: 0 0 15px;
}

.layout-timeline ul.timeline>li .date {
    width: 50px;
    padding: 5px 0;
    text-align: center;
    text-transform: uppercase;
    font-weight: 600;
    position: absolute;
    left: -70px;
    top: 0;
    z-index: 2;
}

.layout-timeline ul.timeline>li .date strong {
    display: block;
    line-height: 10px;
    padding: 3px 0 0;
}

.layout-timeline ul.timeline>li .type {
    position: absolute;
    text-transform: uppercase;
    color: #7c7c7c;
    font-weight: 600;
    padding: 0 35px 0 0;
    top: 15px;
    width: 100px;
    text-align: right;
    left: -160px;
    line-height: 24px;
    z-index: 2;
}

.layout-timeline ul.timeline>li .type i:before {
    left: auto;
    right: 0;
    color: #c6c6c5;
}

.layout-timeline ul.timeline>li .type .time {
    position: absolute;
    top: 24px;
    right: 0;
    color: #c6c6c5;
}

.layout-timeline ul.timeline>li .type:after {
    display: block;
    content: "";
    position: absolute;
    right: -60px;
    top: 12px;
    width: 45px;
    height: 2px;
    background: #d2d1d0;
}

.layout-timeline ul.timeline>li .type:before {
    display: block;
    content: "";
    position: absolute;
    right: -20px;
    top: 9px;
    width: 8px;
    height: 8px;
    background: #d2d1d0;
}

.layout-timeline ul.timeline>li .separator .type {
    top: 60px;
}

.layout-timeline ul.timeline>li .alert-gray {
    background: #f8f8f8;
    color: #7c7c7c;
    -webkit-border-radius: 0 0 0 0;
    -moz-border-radius: 0 0 0 0;
    border-radius: 0 0 0 0;
    border: none;
    margin: 0;
}

.layout-timeline ul.timeline>li p.glyphicons {
    padding: 5px 0 5px 25px;
}

.layout-timeline ul.timeline>li p.glyphicons i:before {
    color: #dfdfdf;
    font-size: 17px;
    top: 5px;
    left: 0;
}

.layout-timeline ul.timeline>li .widget-body-gray .glyphicons i:before {
    color: #7c7c7c;
}

.layout-timeline ul.timeline>li .widget-body-gray a {
    color: #000;
    text-decoration: underline;
}

.layout-timeline ul.timeline>li .widget-body-gray strong {
    font-weight: 400;
    color: #000;
}

.layout-timeline ul.timeline>li.active .type {
    color: #74272f;
}

.layout-timeline ul.timeline>li.active .type i:before {
    color: #74272f;
}

.layout-timeline ul.timeline>li.active .type:before,
.layout-timeline ul.timeline>li.active .type:after {
    background: #74272f;
}

.layout-timeline ul.timeline>li.active:before {
    display: block;
    position: absolute;
    content: "";
    top: 0;
    bottom: 0;
    left: -45px;
    width: 2px;
    z-index: 2;
    background: #74272f;
}

.layout-timeline.layout-timeline-mirror {
    padding-left: 8px;
}

.layout-timeline.layout-timeline-mirror ul.timeline>li:nth-child(odd) {
    left: -100%;
    width: 100%;
    margin-left: -90px;
}

.layout-timeline.layout-timeline-mirror ul.timeline>li:nth-child(odd) .date {
    left: auto;
    right: -70px;
}

.layout-timeline.layout-timeline-mirror ul.timeline>li:nth-child(odd) .type {
    left: auto;
    right: -160px;
    text-align: left;
    padding: 0 0 0 35px;
}

.layout-timeline.layout-timeline-mirror ul.timeline>li:nth-child(odd) .type i:before {
    left: 0;
    right: auto;
}

.layout-timeline.layout-timeline-mirror ul.timeline>li:nth-child(odd) .type .time {
    left: 0;
    right: auto;
}

.layout-timeline.layout-timeline-mirror ul.timeline>li:nth-child(odd) .type:before {
    left: -18px;
    right: auto;
}

.layout-timeline.layout-timeline-mirror ul.timeline>li:nth-child(odd) .type:after {
    left: -60px;
    right: auto;
}

.layout-timeline.layout-timeline-mirror ul.timeline>li:nth-child(odd).active:before {
    left: auto;
    right: -47px;
}

.nav-timeline>li {
    margin: 0 0 5px;
}

.nav-timeline>li>a {
    background: #b3b3b3;
    border: none;
    margin: 0 !important;
    font-weight: 600;
}

.nav-timeline>li>a.glyphicons {
    padding: 8px 12px;
}

.nav-timeline>li>a.glyphicons i:before {
    position: absolute;
    left: auto;
    right: 8px;
    top: 8px;
    color: #fff;
}

.nav-timeline>li.active>a {
    background: #74272f;
}

@media (max-width: 767px) {
    .layout-timeline,
    .layout-timeline.layout-timeline-mirror {
        padding: 0;
    }
    .layout-timeline ul.timeline,
    .layout-timeline.layout-timeline-mirror ul.timeline {
        padding: 0;
    }
    .layout-timeline ul.timeline>li,
    .layout-timeline.layout-timeline-mirror ul.timeline>li,
    .layout-timeline ul.timeline>li:nth-child(odd),
    .layout-timeline.layout-timeline-mirror ul.timeline>li:nth-child(odd) {
        left: auto;
        margin-left: 0;
        width: auto;
    }
    .layout-timeline ul.timeline>li .date,
    .layout-timeline.layout-timeline-mirror ul.timeline>li .date,
    .layout-timeline ul.timeline>li:nth-child(odd) .date,
    .layout-timeline.layout-timeline-mirror ul.timeline>li:nth-child(odd) .date {
        position: relative;
        left: auto;
        display: block;
        top: auto;
        right: auto;
    }
    .layout-timeline ul.timeline>li .type,
    .layout-timeline.layout-timeline-mirror ul.timeline>li .type,
    .layout-timeline ul.timeline>li:nth-child(odd) .type,
    .layout-timeline.layout-timeline-mirror ul.timeline>li:nth-child(odd) .type {
        position: relative;
        left: auto;
        top: auto;
        width: auto;
        margin: 0 60px 10px 0;
        right: auto;
        padding: 0 35px 0 0;
    }
    .layout-timeline ul.timeline>li .type i:before,
    .layout-timeline.layout-timeline-mirror ul.timeline>li .type i:before,
    .layout-timeline ul.timeline>li:nth-child(odd) .type i:before,
    .layout-timeline.layout-timeline-mirror ul.timeline>li:nth-child(odd) .type i:before {
        left: auto;
        right: 0;
    }
    .layout-timeline ul.timeline>li .type:before,
    .layout-timeline.layout-timeline-mirror ul.timeline>li .type:before,
    .layout-timeline ul.timeline>li:nth-child(odd) .type:before,
    .layout-timeline.layout-timeline-mirror ul.timeline>li:nth-child(odd) .type:before,
    .layout-timeline ul.timeline>li .type:after,
    .layout-timeline.layout-timeline-mirror ul.timeline>li .type:after,
    .layout-timeline ul.timeline>li:nth-child(odd) .type:after,
    .layout-timeline.layout-timeline-mirror ul.timeline>li:nth-child(odd) .type:after {
        display: none;
        left: auto;
    }
    .layout-timeline ul.timeline>li .type .time,
    .layout-timeline.layout-timeline-mirror ul.timeline>li .type .time,
    .layout-timeline ul.timeline>li:nth-child(odd) .type .time,
    .layout-timeline.layout-timeline-mirror ul.timeline>li:nth-child(odd) .type .time {
        top: 0;
        right: -40px;
        left: auto;
    }
    .layout-timeline ul.timeline>li .separator .type,
    .layout-timeline.layout-timeline-mirror ul.timeline>li .separator .type,
    .layout-timeline ul.timeline>li:nth-child(odd) .separator .type,
    .layout-timeline.layout-timeline-mirror ul.timeline>li:nth-child(odd) .separator .type {
        top: auto;
    }
    .layout-timeline ul.timeline>li.active .separator .type,
    .layout-timeline.layout-timeline-mirror ul.timeline>li.active .separator .type,
    .layout-timeline ul.timeline>li:nth-child(odd).active .separator .type,
    .layout-timeline.layout-timeline-mirror ul.timeline>li:nth-child(odd).active .separator .type {
        margin-bottom: 0;
    }
}

.timeline-activity {
    position: relative;
    display: block;
}

.timeline-activity li {
    padding: 15px 0;
    border-left: 1px solid #efefef;
    margin-left: 35px;
    position: relative;
}

.timeline-activity li .box-generic {
    margin-bottom: 0;
    padding: 0;
}

@media (min-width: 768px) {
    .timeline-activity li .box-generic.row>div[class*="col-sm"] {
        border-right: 1px solid #efefef;
    }
    .timeline-activity li .box-generic.row>div[class*="col-sm"]:last-of-type {
        border: none;
    }
}

@media (max-width: 768px) {
    .timeline-activity li .box-generic.row div[class*="col-xs"] {
        border-bottom: 1px solid #efefef;
    }
    .timeline-activity li .box-generic.row div[class*="col-xs"]:last-of-type {
        border: none;
    }
}

.timeline-activity li i.list-icon {
    position: absolute;
    height: 36px;
    width: 36px;
    top: 15px;
    left: -18px;
    font-size: 18px;
    line-height: 34px;
    -webkit-border-radius: 30px 30px 30px 30px;
    -moz-border-radius: 30px 30px 30px 30px;
    border-radius: 30px 30px 30px 30px;
    text-align: center;
    background-color: #fff;
    border: 2px solid #dfdfdf;
    color: #dfdfdf;
}

.timeline-activity li:hover i.list-icon,
.timeline-activity li.active:hover i.list-icon {
    background-color: #fff;
    border-color: #74272f;
    color: #74272f;
}

.timeline-activity li.active i.list-icon {
    background-color: #74272f;
    color: #fff;
    border: 2px solid #74272f;
}

.timeline-activity li .caret {
    position: absolute;
    width: 8px;
    height: 0;
    top: 10px;
    left: 28px;
    margin-top: 5px;
    vertical-align: middle;
    border-right: 8px solid #dfdfdf;
    border-top: 8px solid transparent;
    border-left: 0 dotted;
    border-bottom: 8px solid transparent;
    content: "";
}

.timeline-activity li .block {
    position: relative;
    padding: 0 20px 0 36px;
}

.timeline-activity li .block.block-inline {
    display: inline-block;
    padding: 0 20px 0 36px;
}

.timeline-activity li .block.block-inline+.block-inline {
    padding: 0 10px 0 0;
}

.timeline-activity li .block .icon-block {
    height: 120px;
    line-height: 80px;
    padding: 20px;
    background: rgba(116, 39, 47, 0.1);
    border: 1px solid rgba(116, 39, 47, 0.2);
    font-size: 70px;
    color: #74272f;
}

.timeline-activity li .block .icon-block .glyphicons {
    position: relative;
    display: inline-block;
    padding: 0;
}

.timeline-activity li .block .icon-block .glyphicons i:before {
    position: relative;
    font-size: 70px;
    color: #74272f;
}

.timeline-activity li .block .media.active {
    background: rgba(116, 39, 47, 0.2);
    border: 1px solid rgba(116, 39, 47, 0.2);
    border-left: none;
    border-right: none;
    color: #45484d;
}

.timeline-activity li .block .media.active .timeline-bottom {
    color: #74272f;
}

.timeline-activity li .block .content-filled {
    padding: 10px;
    background: #f7f7f7;
}

.timeline-activity li .timeline-top-info {
    padding: 15px;
}

.timeline-activity li .timeline-top-info a {
    font-weight: bold;
}

.timeline-activity li .timeline-top-info a:hover {
    text-decoration: underline;
    color: #45484d;
}

.timeline-activity li .timeline-top-info i {
    color: #dfdfdf;
}

.timeline-activity li .timeline-bottom {
    color: #c2c2c2;
    font-size: 12px;
}

.timeline-activity li:first-of-type {
    padding: 30px 0 15px;
}

.timeline-activity .media-icons a {
    color: #c2c2c2;
    font-size: 16px;
    padding-right: 5px;
}

.timeline-activity .media-icons a:hover {
    color: #74a6d0;
}

.bg-primary-light .timeline-activity li:hover i.list-icon {
    background-color: #74272f;
    color: #fff;
    border: 2px solid #74272f;
}

.bg-primary-light .timeline-activity li i.list-icon {
    color: #74272f;
}


/* --- LOADING [less.widget-generic] from assets/components/modules/admin/widgets/widget-generic/assets/widget-generic.less */

.box-generic {
    border: 1px solid #dbdbdb;
    padding: 15px;
    position: relative;
    background: #ffffff;
    -webkit-border-radius: 5px 5px 5px 5px;
    -moz-border-radius: 5px 5px 5px 5px;
    border-radius: 5px 5px 5px 5px;
    margin: 0 0 15px;
}

.box-generic .box-generic-footer .btn-group {
    margin-right: 2px;
    margin-top: 2px;
}


/* --- LOADING [less.menus.sidebar.full] from assets/components/core/less/menus.sidebar.full.less */

html.sidebar-full #menu {
    width: 170px;
    background-color: #74272f;
    overflow: visible !important;
}

html.sidebar-full #menu .appbrand {
    border-bottom: 1px solid #46181c;
    height: 50px;
    line-height: 29px;
    font-size: 16px;
    text-shadow: 0 1px 0 rgba(0, 0, 0, 0.2);
}

html.sidebar-full #menu .profile {
    border-top: 1px solid #9a343e;
}

html.sidebar-full #menu .profile a {
    border: 1px solid #46181c;
    color: #fff;
    text-decoration: none;
}

html.sidebar-full #menu .profile a:hover {
    border-color: #200b0d;
}

html.sidebar-full #menu .slim-scroll,
html.sidebar-full #menu .slimScrollDiv {
    overflow: visible !important;
}

html.sidebar-full #menu .slim-scroll>ul,
html.sidebar-full #menu>ul {
    border-top: 1px solid #46181c;
    border-bottom: 1px solid #9a343e;
    overflow: visible !important;
    margin: 0;
    padding: 0;
}

html.sidebar-full #menu .slim-scroll>ul>li,
html.sidebar-full #menu>ul>li {
    position: relative;
    display: block;
    padding: 0 0 0 11px;
}

html.sidebar-full #menu .slim-scroll>ul>li a,
html.sidebar-full #menu>ul>li a {
    cursor: pointer;
    position: relative;
    overflow: hidden;
}

html.sidebar-full #menu .slim-scroll>ul>li>a,
html.sidebar-full #menu>ul>li>a {
    display: block;
    color: #ffffff;
    text-decoration: none;
    padding: 0 8px;
    line-height: 39px;
}

html.sidebar-full #menu .slim-scroll>ul>li>a [class*="fa-chevron-"],
html.sidebar-full #menu>ul>li>a [class*="fa-chevron-"] {
    float: right;
    line-height: 39px;
    margin: 0 11px 0 0;
}

html.sidebar-full #menu .slim-scroll>ul>li>a.glyphicons,
html.sidebar-full #menu>ul>li>a.glyphicons {
    padding: 0 8px;
}

html.sidebar-full #menu .slim-scroll>ul>li>a.glyphicons i,
html.sidebar-full #menu>ul>li>a.glyphicons i {
    padding: 0 10px 0 0;
    display: block;
    float: left;
    height: 39px;
}

html.sidebar-full #menu .slim-scroll>ul>li>a.glyphicons i:before,
html.sidebar-full #menu>ul>li>a.glyphicons i:before {
    color: #ffffff;
    font-size: 17px;
    position: relative;
    width: 17px;
    text-align: center;
    left: auto;
    right: auto;
    line-height: 39px;
}

html.sidebar-full #menu .slim-scroll>ul>li>a.glyphicons.single-icon i,
html.sidebar-full #menu>ul>li>a.glyphicons.single-icon i {
    padding: 0;
}

html.sidebar-full #menu .slim-scroll>ul>li>a.glyphicons.logout i,
html.sidebar-full #menu>ul>li>a.glyphicons.logout i {
    float: right;
    padding: 0;
}

html.sidebar-full #menu .slim-scroll>ul>li>a.glyphicons.logout span,
html.sidebar-full #menu>ul>li>a.glyphicons.logout span {
    padding: 0 8px 0 0;
    float: left;
}

html.sidebar-full #menu .slim-scroll>ul>li.active,
html.sidebar-full #menu>ul>li.active,
html.sidebar-full #menu .slim-scroll>ul>li:hover,
html.sidebar-full #menu>ul>li:hover,
html.sidebar-full #menu .slim-scroll>ul>li.open,
html.sidebar-full #menu>ul>li.open {
    padding: 0 8px 5px;
}

html.sidebar-full #menu .slim-scroll>ul>li.active>a,
html.sidebar-full #menu>ul>li.active>a,
html.sidebar-full #menu .slim-scroll>ul>li:hover>a,
html.sidebar-full #menu>ul>li:hover>a,
html.sidebar-full #menu .slim-scroll>ul>li.open>a,
html.sidebar-full #menu>ul>li.open>a {
    background: #46181c;
    padding: 5px 10px;
    line-height: 22px;
    -webkit-border-radius: 5px 5px 5px 5px;
    -moz-border-radius: 5px 5px 5px 5px;
    border-radius: 5px 5px 5px 5px;
    border: 1px solid #2f1013;
}

html.sidebar-full #menu .slim-scroll>ul>li.active>a [class*="fa-chevron-"],
html.sidebar-full #menu>ul>li.active>a [class*="fa-chevron-"],
html.sidebar-full #menu .slim-scroll>ul>li:hover>a [class*="fa-chevron-"],
html.sidebar-full #menu>ul>li:hover>a [class*="fa-chevron-"],
html.sidebar-full #menu .slim-scroll>ul>li.open>a [class*="fa-chevron-"],
html.sidebar-full #menu>ul>li.open>a [class*="fa-chevron-"] {
    line-height: 22px;
    margin: 0;
}

html.sidebar-full #menu .slim-scroll>ul>li.active>a.glyphicons,
html.sidebar-full #menu>ul>li.active>a.glyphicons,
html.sidebar-full #menu .slim-scroll>ul>li:hover>a.glyphicons,
html.sidebar-full #menu>ul>li:hover>a.glyphicons,
html.sidebar-full #menu .slim-scroll>ul>li.open>a.glyphicons,
html.sidebar-full #menu>ul>li.open>a.glyphicons {
    padding: 5px 10px;
    line-height: 22px;
}

html.sidebar-full #menu .slim-scroll>ul>li.active>a.glyphicons i,
html.sidebar-full #menu>ul>li.active>a.glyphicons i,
html.sidebar-full #menu .slim-scroll>ul>li:hover>a.glyphicons i,
html.sidebar-full #menu>ul>li:hover>a.glyphicons i,
html.sidebar-full #menu .slim-scroll>ul>li.open>a.glyphicons i,
html.sidebar-full #menu>ul>li.open>a.glyphicons i {
    height: 22px;
}

html.sidebar-full #menu .slim-scroll>ul>li.active>a.glyphicons i:before,
html.sidebar-full #menu>ul>li.active>a.glyphicons i:before,
html.sidebar-full #menu .slim-scroll>ul>li:hover>a.glyphicons i:before,
html.sidebar-full #menu>ul>li:hover>a.glyphicons i:before,
html.sidebar-full #menu .slim-scroll>ul>li.open>a.glyphicons i:before,
html.sidebar-full #menu>ul>li.open>a.glyphicons i:before {
    line-height: 22px;
}

html.sidebar-full #menu .slim-scroll>ul>li.glyphs,
html.sidebar-full #menu>ul>li.glyphs {
    margin-top: 4px;
    padding: 8px;
    height: 53px;
    border-top: 1px solid #46181c;
    border-bottom: 1px solid #9a343e;
    box-shadow: 0 1px 0 0 #9a343e inset, 0 -1px 0 0 #46181c inset;
}

html.sidebar-full #menu .slim-scroll>ul>li.glyphs ul,
html.sidebar-full #menu>ul>li.glyphs ul {
    margin: 0;
    padding: 0;
    list-style: none;
    background: #46181c;
    height: 34px;
    line-height: 32px;
    -webkit-border-radius: 5px 5px 5px 5px;
    -moz-border-radius: 5px 5px 5px 5px;
    border-radius: 5px 5px 5px 5px;
    border: 1px solid #2f1013;
    text-align: center;
}

html.sidebar-full #menu .slim-scroll>ul>li.glyphs ul li,
html.sidebar-full #menu>ul>li.glyphs ul li {
    display: block;
    float: left;
    height: 32px;
    line-height: 32px;
    padding: 0 1px 0 0;
}

html.sidebar-full #menu .slim-scroll>ul>li.glyphs ul li .glyphicons,
html.sidebar-full #menu>ul>li.glyphs ul li .glyphicons {
    height: 32px;
    line-height: 22px;
    padding: 5px 10px;
    display: block;
    text-decoration: none;
}

html.sidebar-full #menu .slim-scroll>ul>li.glyphs ul li .glyphicons i,
html.sidebar-full #menu>ul>li.glyphs ul li .glyphicons i {
    height: 22px;
    line-height: 22px;
    display: block;
}

html.sidebar-full #menu .slim-scroll>ul>li.glyphs ul li .glyphicons i:before,
html.sidebar-full #menu>ul>li.glyphs ul li .glyphicons i:before {
    line-height: 22px;
    height: 22px;
    position: relative;
    left: auto;
    top: auto;
    display: block;
    text-align: center;
    font-size: 17px;
    color: #74272f;
}

html.sidebar-full #menu .slim-scroll>ul>li.glyphs ul li.active,
html.sidebar-full #menu>ul>li.glyphs ul li.active,
html.sidebar-full #menu .slim-scroll>ul>li.glyphs ul li:hover,
html.sidebar-full #menu>ul>li.glyphs ul li:hover {
    padding: 0;
    background: #74272f;
    border-right: 1px solid #2f1013;
}

html.sidebar-full #menu .slim-scroll>ul>li.glyphs ul li.active .glyphicons i:before,
html.sidebar-full #menu>ul>li.glyphs ul li.active .glyphicons i:before,
html.sidebar-full #menu .slim-scroll>ul>li.glyphs ul li:hover .glyphicons i:before,
html.sidebar-full #menu>ul>li.glyphs ul li:hover .glyphicons i:before {
    color: #ffffff;
}

html.sidebar-full #menu .slim-scroll>ul>li.glyphs ul li.active:first-child,
html.sidebar-full #menu>ul>li.glyphs ul li.active:first-child,
html.sidebar-full #menu .slim-scroll>ul>li.glyphs ul li:hover:first-child,
html.sidebar-full #menu>ul>li.glyphs ul li:hover:first-child {
    -webkit-border-radius: 5px 0 0 5px;
    -moz-border-radius: 5px 0 0 5px;
    border-radius: 5px 0 0 5px;
}

html.sidebar-full #menu .slim-scroll>ul>li.glyphs ul li.active:last-child,
html.sidebar-full #menu>ul>li.glyphs ul li.active:last-child,
html.sidebar-full #menu .slim-scroll>ul>li.glyphs ul li:hover:last-child,
html.sidebar-full #menu>ul>li.glyphs ul li:hover:last-child {
    -webkit-border-radius: 0 5px 5px 0;
    -moz-border-radius: 0 5px 5px 0;
    border-radius: 0 5px 5px 0;
    border-right: none;
    border-left: 1px solid #2f1013;
}

html.sidebar-full #menu .slim-scroll>ul>li.glyphs ul li.active:last-child .glyphicons,
html.sidebar-full #menu>ul>li.glyphs ul li.active:last-child .glyphicons,
html.sidebar-full #menu .slim-scroll>ul>li.glyphs ul li:hover:last-child .glyphicons,
html.sidebar-full #menu>ul>li.glyphs ul li:hover:last-child .glyphicons {
    padding: 5px 11px 5px 9px;
}

html.sidebar-full #menu .slim-scroll>ul>li.search,
html.sidebar-full #menu>ul>li.search {
    padding: 8px;
    height: 51px;
    border-top: 1px solid #9a343e;
    border-bottom: 1px solid #46181c;
}

html.sidebar-full #menu .slim-scroll>ul>li.search form,
html.sidebar-full #menu>ul>li.search form {
    margin: 0;
    padding: 0;
    background: #bf424f;
    height: 33px;
    line-height: 33px;
    -webkit-border-radius: 5px 5px 5px 5px;
    -moz-border-radius: 5px 5px 5px 5px;
    border-radius: 5px 5px 5px 5px;
    border: 1px solid #2f1013;
}

html.sidebar-full #menu .slim-scroll>ul>li.search form input,
html.sidebar-full #menu>ul>li.search form input {
    background: none;
    border: none;
    color: #4e1a20;
    margin: 0;
    padding: 0;
    height: 30px;
    line-height: 30px;
    width: 110px !important;
    padding: 0 0 0 10px;
    box-shadow: none !important;
    -moz-box-shadow: none !important;
    -webkit-box-shadow: none !important;
}

html.sidebar-full #menu .slim-scroll>ul>li.search form input::-webkit-input-placeholder,
html.sidebar-full #menu>ul>li.search form input::-webkit-input-placeholder {
    color: #4e1a20;
}

html.sidebar-full #menu .slim-scroll>ul>li.search form input:-moz-placeholder,
html.sidebar-full #menu>ul>li.search form input:-moz-placeholder {
    color: #4e1a20;
}

html.sidebar-full #menu .slim-scroll>ul>li.search form input::-moz-placeholder,
html.sidebar-full #menu>ul>li.search form input::-moz-placeholder {
    color: #4e1a20;
}

html.sidebar-full #menu .slim-scroll>ul>li.search form input:-ms-input-placeholder,
html.sidebar-full #menu>ul>li.search form input:-ms-input-placeholder {
    color: #4e1a20;
}

html.sidebar-full #menu .slim-scroll>ul>li.search form button,
html.sidebar-full #menu>ul>li.search form button {
    background: none;
    border: none;
    margin: 0;
    padding: 0;
    height: 30px;
}

html.sidebar-full #menu .slim-scroll>ul>li.search form button i:before,
html.sidebar-full #menu>ul>li.search form button i:before {
    display: block;
    position: relative;
    left: auto;
    right: auto;
    height: 32px;
    line-height: 32px;
    padding: 0 5px;
    font-size: 17px;
    color: #46181c;
}

html.sidebar-full #menu .slim-scroll>ul>li.search form input,
html.sidebar-full #menu>ul>li.search form input,
html.sidebar-full #menu .slim-scroll>ul>li.search form button,
html.sidebar-full #menu>ul>li.search form button {
    vertical-align: top;
}

html.sidebar-full #menu .slim-scroll>ul>li:first-child,
html.sidebar-full #menu>ul>li:first-child {
    border-top: 1px solid #9a343e;
    padding-top: 8px;
}

html.sidebar-full #menu .slim-scroll>ul>li:last-child,
html.sidebar-full #menu>ul>li:last-child {
    border-bottom: 1px solid #46181c;
}

html.sidebar-full #menu .slim-scroll>ul>li:last-child.open .dropdown-menu,
html.sidebar-full #menu>ul>li:last-child.open .dropdown-menu {
    right: 0;
}

html.sidebar-full #menu .slim-scroll>ul>li.dropdown .dropdown-menu,
html.sidebar-full #menu>ul>li.dropdown .dropdown-menu {
    background: #363432;
    border: none;
    box-shadow: none;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    right: auto;
    left: 100%;
    top: 0;
    width: 180px;
}

html.sidebar-full #menu .slim-scroll>ul>li.dropdown .dropdown-menu.pull-left,
html.sidebar-full #menu>ul>li.dropdown .dropdown-menu.pull-left {
    left: 100%;
}

html.sidebar-full #menu .slim-scroll>ul>li.dropdown .dropdown-menu.submenu-show,
html.sidebar-full #menu>ul>li.dropdown .dropdown-menu.submenu-show {
    margin-top: 0 !important;
    padding: 0;
    top: -1px;
}

html.sidebar-full #menu .slim-scroll>ul>li.dropdown .dropdown-menu li,
html.sidebar-full #menu>ul>li.dropdown .dropdown-menu li {
    border-bottom: 1px solid #4a4947;
}

html.sidebar-full #menu .slim-scroll>ul>li.dropdown .dropdown-menu li:last-child,
html.sidebar-full #menu>ul>li.dropdown .dropdown-menu li:last-child {
    border-bottom: none;
}

html.sidebar-full #menu .slim-scroll>ul>li.dropdown .dropdown-menu li:first-child>a,
html.sidebar-full #menu>ul>li.dropdown .dropdown-menu li:first-child>a,
html.sidebar-full #menu .slim-scroll>ul>li.dropdown .dropdown-menu li:first-child>a:hover,
html.sidebar-full #menu>ul>li.dropdown .dropdown-menu li:first-child>a:hover,
html.sidebar-full #menu .slim-scroll>ul>li.dropdown .dropdown-menu li:first-child>span,
html.sidebar-full #menu>ul>li.dropdown .dropdown-menu li:first-child>span {
    border-top: none;
}

html.sidebar-full #menu .slim-scroll>ul>li.dropdown .dropdown-menu li>a,
html.sidebar-full #menu>ul>li.dropdown .dropdown-menu li>a,
html.sidebar-full #menu .slim-scroll>ul>li.dropdown .dropdown-menu li>a:hover,
html.sidebar-full #menu>ul>li.dropdown .dropdown-menu li>a:hover,
html.sidebar-full #menu .slim-scroll>ul>li.dropdown .dropdown-menu li>span,
html.sidebar-full #menu>ul>li.dropdown .dropdown-menu li>span {
    height: 29px;
    line-height: 29px;
    padding: 0 10px;
    display: block;
    background: #363432;
    color: #c8c8c8;
}

html.sidebar-full #menu .slim-scroll>ul>li.dropdown .dropdown-menu li>a.glyphicons i:before,
html.sidebar-full #menu>ul>li.dropdown .dropdown-menu li>a.glyphicons i:before,
html.sidebar-full #menu .slim-scroll>ul>li.dropdown .dropdown-menu li>a:hover.glyphicons i:before,
html.sidebar-full #menu>ul>li.dropdown .dropdown-menu li>a:hover.glyphicons i:before,
html.sidebar-full #menu .slim-scroll>ul>li.dropdown .dropdown-menu li>span.glyphicons i:before,
html.sidebar-full #menu>ul>li.dropdown .dropdown-menu li>span.glyphicons i:before {
    left: auto;
    right: 10px;
    top: 5px;
    font-size: 17px;
    color: #c4c4c4;
}

html.sidebar-full #menu .slim-scroll>ul>li.dropdown.dd-1>.dropdown-menu,
html.sidebar-full #menu>ul>li.dropdown.dd-1>.dropdown-menu,
html.sidebar-full #menu .slim-scroll>ul>li.dropdown .dd-1>.dropdown-menu,
html.sidebar-full #menu>ul>li.dropdown .dd-1>.dropdown-menu,
html.sidebar-full #menu .slim-scroll>ul>li.dropdown.dd-1 .typeahead,
html.sidebar-full #menu>ul>li.dropdown.dd-1 .typeahead,
html.sidebar-full #menu .slim-scroll>ul>li.dropdown .dd-1 .typeahead,
html.sidebar-full #menu>ul>li.dropdown .dd-1 .typeahead {
    box-shadow: 0 0 10px 1px rgba(0, 0, 0, 0.2);
}

html.sidebar-full #menu .slim-scroll>ul>li.dropdown.dd-1>.dropdown-menu:before,
html.sidebar-full #menu>ul>li.dropdown.dd-1>.dropdown-menu:before,
html.sidebar-full #menu .slim-scroll>ul>li.dropdown .dd-1>.dropdown-menu:before,
html.sidebar-full #menu>ul>li.dropdown .dd-1>.dropdown-menu:before,
html.sidebar-full #menu .slim-scroll>ul>li.dropdown.dd-1 .typeahead:before,
html.sidebar-full #menu>ul>li.dropdown.dd-1 .typeahead:before,
html.sidebar-full #menu .slim-scroll>ul>li.dropdown .dd-1 .typeahead:before,
html.sidebar-full #menu>ul>li.dropdown .dd-1 .typeahead:before {
    content: "";
    width: 0;
    height: 0;
    border: 7px solid transparent;
    position: absolute;
    display: block;
    left: -7px;
    border-left-width: 0;
    border-right-color: #999;
    top: 5px;
}

html.sidebar-full #menu .slim-scroll>ul>li.dropdown.dd-1>.dropdown-menu:after,
html.sidebar-full #menu>ul>li.dropdown.dd-1>.dropdown-menu:after,
html.sidebar-full #menu .slim-scroll>ul>li.dropdown .dd-1>.dropdown-menu:after,
html.sidebar-full #menu>ul>li.dropdown .dd-1>.dropdown-menu:after,
html.sidebar-full #menu .slim-scroll>ul>li.dropdown.dd-1 .typeahead:after,
html.sidebar-full #menu>ul>li.dropdown.dd-1 .typeahead:after,
html.sidebar-full #menu .slim-scroll>ul>li.dropdown .dd-1 .typeahead:after,
html.sidebar-full #menu>ul>li.dropdown .dd-1 .typeahead:after {
    content: "";
    width: 0;
    height: 0;
    border: 7px solid transparent;
    top: 6px;
    border-left-width: 0;
    border-right-color: #ffffff;
    position: absolute;
    display: block;
    left: -6px;
}

html.sidebar-full #menu .slim-scroll>ul>li.dropdown.dd-1>.dropdown-menu.pull-right:before,
html.sidebar-full #menu>ul>li.dropdown.dd-1>.dropdown-menu.pull-right:before,
html.sidebar-full #menu .slim-scroll>ul>li.dropdown .dd-1>.dropdown-menu.pull-right:before,
html.sidebar-full #menu>ul>li.dropdown .dd-1>.dropdown-menu.pull-right:before,
html.sidebar-full #menu .slim-scroll>ul>li.dropdown.dd-1 .typeahead.pull-right:before,
html.sidebar-full #menu>ul>li.dropdown.dd-1 .typeahead.pull-right:before,
html.sidebar-full #menu .slim-scroll>ul>li.dropdown .dd-1 .typeahead.pull-right:before,
html.sidebar-full #menu>ul>li.dropdown .dd-1 .typeahead.pull-right:before,
html.sidebar-full #menu .slim-scroll>ul>li.dropdown.dd-1>.dropdown-menu.pull-right:after,
html.sidebar-full #menu>ul>li.dropdown.dd-1>.dropdown-menu.pull-right:after,
html.sidebar-full #menu .slim-scroll>ul>li.dropdown .dd-1>.dropdown-menu.pull-right:after,
html.sidebar-full #menu>ul>li.dropdown .dd-1>.dropdown-menu.pull-right:after,
html.sidebar-full #menu .slim-scroll>ul>li.dropdown.dd-1 .typeahead.pull-right:after,
html.sidebar-full #menu>ul>li.dropdown.dd-1 .typeahead.pull-right:after,
html.sidebar-full #menu .slim-scroll>ul>li.dropdown .dd-1 .typeahead.pull-right:after,
html.sidebar-full #menu>ul>li.dropdown .dd-1 .typeahead.pull-right:after {
    left: auto;
    right: 7px;
    margin: 0;
}

html.sidebar-full #menu .slim-scroll>ul>li.dropdown.dd-1>.dropdown-menu.pull-right:after,
html.sidebar-full #menu>ul>li.dropdown.dd-1>.dropdown-menu.pull-right:after,
html.sidebar-full #menu .slim-scroll>ul>li.dropdown .dd-1>.dropdown-menu.pull-right:after,
html.sidebar-full #menu>ul>li.dropdown .dd-1>.dropdown-menu.pull-right:after,
html.sidebar-full #menu .slim-scroll>ul>li.dropdown.dd-1 .typeahead.pull-right:after,
html.sidebar-full #menu>ul>li.dropdown.dd-1 .typeahead.pull-right:after,
html.sidebar-full #menu .slim-scroll>ul>li.dropdown .dd-1 .typeahead.pull-right:after,
html.sidebar-full #menu>ul>li.dropdown .dd-1 .typeahead.pull-right:after {
    right: 8px;
}

html.sidebar-full #menu .slim-scroll>ul>li.dropdown.dd-1 .typeahead,
html.sidebar-full #menu>ul>li.dropdown.dd-1 .typeahead,
html.sidebar-full #menu .slim-scroll>ul>li.dropdown .dd-1 .typeahead,
html.sidebar-full #menu>ul>li.dropdown .dd-1 .typeahead {
    margin-top: 13px !important;
}

html.sidebar-full #menu .slim-scroll>ul>li.dropdown.dd-1 .dropdown-menu.pull-right,
html.sidebar-full #menu>ul>li.dropdown.dd-1 .dropdown-menu.pull-right,
html.sidebar-full #menu .slim-scroll>ul>li.dropdown .dd-1 .dropdown-menu.pull-right,
html.sidebar-full #menu>ul>li.dropdown .dd-1 .dropdown-menu.pull-right {
    -webkit-border-radius: 0 0 0 0;
    -moz-border-radius: 0 0 0 0;
    border-radius: 0 0 0 0;
}

html.sidebar-full #menu .slim-scroll>ul>li.dropdown.dd-1 .dropdown-menu,
html.sidebar-full #menu>ul>li.dropdown.dd-1 .dropdown-menu,
html.sidebar-full #menu .slim-scroll>ul>li.dropdown .dd-1 .dropdown-menu,
html.sidebar-full #menu>ul>li.dropdown .dd-1 .dropdown-menu {
    background: #fff;
    border: 1px solid #c8c8c8;
    margin: 5px 0 0;
    -webkit-border-radius: 0 0 0 0;
    -moz-border-radius: 0 0 0 0;
    border-radius: 0 0 0 0;
}

html.sidebar-full #menu .slim-scroll>ul>li.dropdown.dd-1 .dropdown-menu li,
html.sidebar-full #menu>ul>li.dropdown.dd-1 .dropdown-menu li,
html.sidebar-full #menu .slim-scroll>ul>li.dropdown .dd-1 .dropdown-menu li,
html.sidebar-full #menu>ul>li.dropdown .dd-1 .dropdown-menu li {
    border-color: #f3f3f3;
}

html.sidebar-full #menu .slim-scroll>ul>li.dropdown.dd-1 .dropdown-menu li a,
html.sidebar-full #menu>ul>li.dropdown.dd-1 .dropdown-menu li a,
html.sidebar-full #menu .slim-scroll>ul>li.dropdown .dd-1 .dropdown-menu li a,
html.sidebar-full #menu>ul>li.dropdown .dd-1 .dropdown-menu li a,
html.sidebar-full #menu .slim-scroll>ul>li.dropdown.dd-1 .dropdown-menu li span,
html.sidebar-full #menu>ul>li.dropdown.dd-1 .dropdown-menu li span,
html.sidebar-full #menu .slim-scroll>ul>li.dropdown .dd-1 .dropdown-menu li span,
html.sidebar-full #menu>ul>li.dropdown .dd-1 .dropdown-menu li span {
    background-image: none !important;
    filter: none !important;
    background: #fff;
    color: #939494;
}

html.sidebar-full #menu .slim-scroll>ul>li.dropdown.dd-1 .dropdown-menu li a i:before,
html.sidebar-full #menu>ul>li.dropdown.dd-1 .dropdown-menu li a i:before,
html.sidebar-full #menu .slim-scroll>ul>li.dropdown .dd-1 .dropdown-menu li a i:before,
html.sidebar-full #menu>ul>li.dropdown .dd-1 .dropdown-menu li a i:before,
html.sidebar-full #menu .slim-scroll>ul>li.dropdown.dd-1 .dropdown-menu li span i:before,
html.sidebar-full #menu>ul>li.dropdown.dd-1 .dropdown-menu li span i:before,
html.sidebar-full #menu .slim-scroll>ul>li.dropdown .dd-1 .dropdown-menu li span i:before,
html.sidebar-full #menu>ul>li.dropdown .dd-1 .dropdown-menu li span i:before {
    color: #cccccc;
    font-size: 15px !important;
    top: 7px !important;
}

html.sidebar-full #menu .slim-scroll>ul>li.dropdown.dd-1 .dropdown-menu>li:hover>a,
html.sidebar-full #menu>ul>li.dropdown.dd-1 .dropdown-menu>li:hover>a,
html.sidebar-full #menu .slim-scroll>ul>li.dropdown .dd-1 .dropdown-menu>li:hover>a,
html.sidebar-full #menu>ul>li.dropdown .dd-1 .dropdown-menu>li:hover>a,
html.sidebar-full #menu .slim-scroll>ul>li.dropdown.dd-1 .dropdown-menu>li.active>a,
html.sidebar-full #menu>ul>li.dropdown.dd-1 .dropdown-menu>li.active>a,
html.sidebar-full #menu .slim-scroll>ul>li.dropdown .dd-1 .dropdown-menu>li.active>a,
html.sidebar-full #menu>ul>li.dropdown .dd-1 .dropdown-menu>li.active>a {
    font-weight: 600;
    color: #000;
}

html.sidebar-full #menu .slim-scroll>ul>li.dropdown.dd-flags .dropdown-menu img,
html.sidebar-full #menu>ul>li.dropdown.dd-flags .dropdown-menu img {
    margin: -3px 4px 0 0;
}

html.sidebar-full #menu .slim-scroll>ul .dropdown>a .caret,
html.sidebar-full #menu>ul .dropdown>a .caret {
    border-top-color: #ffffff;
    top: 16px;
    position: relative;
}

html.sidebar.sidebar-full body .menu-right #menu .slim-scroll>ul>li,
html.sidebar.sidebar-full body .menu-right #menu>ul>li {
    padding: 0 11px 0 0;
}

html.sidebar.sidebar-full body .menu-right #menu .slim-scroll>ul>li>a [class*="fa-chevron-"],
html.sidebar.sidebar-full body .menu-right #menu>ul>li>a [class*="fa-chevron-"] {
    float: left;
    margin: 0 0 0 11px;
    padding: 0 10px 0 0;
}

html.sidebar.sidebar-full body .menu-right #menu .slim-scroll>ul>li>a.glyphicons i,
html.sidebar.sidebar-full body .menu-right #menu>ul>li>a.glyphicons i {
    padding: 0 0 0 10px;
    float: right;
}

html.sidebar.sidebar-full body .menu-right #menu .slim-scroll>ul>li.active,
html.sidebar.sidebar-full body .menu-right #menu>ul>li.active,
html.sidebar.sidebar-full body .menu-right #menu .slim-scroll>ul>li:hover,
html.sidebar.sidebar-full body .menu-right #menu>ul>li:hover,
html.sidebar.sidebar-full body .menu-right #menu .slim-scroll>ul>li.open,
html.sidebar.sidebar-full body .menu-right #menu>ul>li.open {
    padding: 0 8px 5px;
}

html.sidebar.sidebar-full body .menu-right #menu .slim-scroll>ul>li.active>a [class*="fa-chevron-"],
html.sidebar.sidebar-full body .menu-right #menu>ul>li.active>a [class*="fa-chevron-"],
html.sidebar.sidebar-full body .menu-right #menu .slim-scroll>ul>li:hover>a [class*="fa-chevron-"],
html.sidebar.sidebar-full body .menu-right #menu>ul>li:hover>a [class*="fa-chevron-"],
html.sidebar.sidebar-full body .menu-right #menu .slim-scroll>ul>li.open>a [class*="fa-chevron-"],
html.sidebar.sidebar-full body .menu-right #menu>ul>li.open>a [class*="fa-chevron-"] {
    height: 22px;
    line-height: 23px;
    margin: 0;
}

html.sidebar.sidebar-full body .menu-right #menu .slim-scroll>ul>li.dropdown .dropdown-menu,
html.sidebar.sidebar-full body .menu-right #menu>ul>li.dropdown .dropdown-menu {
    right: 100%;
    left: auto;
}

html.sidebar.sidebar-full body .menu-right #menu .slim-scroll>ul>li.dropdown .dropdown-menu.pull-left,
html.sidebar.sidebar-full body .menu-right #menu>ul>li.dropdown .dropdown-menu.pull-left {
    right: 100%;
    left: auto;
}

html.sidebar.sidebar-full body .menu-right #menu .slim-scroll>ul>li.dropdown .dropdown-menu.submenu-show,
html.sidebar.sidebar-full body .menu-right #menu>ul>li.dropdown .dropdown-menu.submenu-show {
    margin-top: 0 !important;
    padding: 0;
    top: -1px;
}

html.sidebar.sidebar-full body .menu-right #menu .slim-scroll>ul>li.dropdown .dropdown-menu.submenu-show.pull-right,
html.sidebar.sidebar-full body .menu-right #menu>ul>li.dropdown .dropdown-menu.submenu-show.pull-right {
    right: 100% !important;
    left: auto !important;
}

html.sidebar.sidebar-full body .menu-right #menu .slim-scroll>ul>li.dropdown.dd-1>.dropdown-menu:before,
html.sidebar.sidebar-full body .menu-right #menu>ul>li.dropdown.dd-1>.dropdown-menu:before,
html.sidebar.sidebar-full body .menu-right #menu .slim-scroll>ul>li.dropdown .dd-1>.dropdown-menu:before,
html.sidebar.sidebar-full body .menu-right #menu>ul>li.dropdown .dd-1>.dropdown-menu:before,
html.sidebar.sidebar-full body .menu-right #menu .slim-scroll>ul>li.dropdown.dd-1 .typeahead:before,
html.sidebar.sidebar-full body .menu-right #menu>ul>li.dropdown.dd-1 .typeahead:before,
html.sidebar.sidebar-full body .menu-right #menu .slim-scroll>ul>li.dropdown .dd-1 .typeahead:before,
html.sidebar.sidebar-full body .menu-right #menu>ul>li.dropdown .dd-1 .typeahead:before {
    border: 7px solid transparent;
    right: -7px;
    left: auto;
    border-right-width: 0;
    border-left-color: #999;
}

html.sidebar.sidebar-full body .menu-right #menu .slim-scroll>ul>li.dropdown.dd-1>.dropdown-menu:after,
html.sidebar.sidebar-full body .menu-right #menu>ul>li.dropdown.dd-1>.dropdown-menu:after,
html.sidebar.sidebar-full body .menu-right #menu .slim-scroll>ul>li.dropdown .dd-1>.dropdown-menu:after,
html.sidebar.sidebar-full body .menu-right #menu>ul>li.dropdown .dd-1>.dropdown-menu:after,
html.sidebar.sidebar-full body .menu-right #menu .slim-scroll>ul>li.dropdown.dd-1 .typeahead:after,
html.sidebar.sidebar-full body .menu-right #menu>ul>li.dropdown.dd-1 .typeahead:after,
html.sidebar.sidebar-full body .menu-right #menu .slim-scroll>ul>li.dropdown .dd-1 .typeahead:after,
html.sidebar.sidebar-full body .menu-right #menu>ul>li.dropdown .dd-1 .typeahead:after {
    border: 7px solid transparent;
    border-right-width: 0;
    border-left-color: #ffffff;
    right: -6px;
    left: auto;
}

html.sidebar.sidebar-full body .menu-right #menu .slim-scroll>ul>li.dropdown.dd-1>.dropdown-menu.pull-right:before,
html.sidebar.sidebar-full body .menu-right #menu>ul>li.dropdown.dd-1>.dropdown-menu.pull-right:before,
html.sidebar.sidebar-full body .menu-right #menu .slim-scroll>ul>li.dropdown .dd-1>.dropdown-menu.pull-right:before,
html.sidebar.sidebar-full body .menu-right #menu>ul>li.dropdown .dd-1>.dropdown-menu.pull-right:before,
html.sidebar.sidebar-full body .menu-right #menu .slim-scroll>ul>li.dropdown.dd-1 .typeahead.pull-right:before,
html.sidebar.sidebar-full body .menu-right #menu>ul>li.dropdown.dd-1 .typeahead.pull-right:before,
html.sidebar.sidebar-full body .menu-right #menu .slim-scroll>ul>li.dropdown .dd-1 .typeahead.pull-right:before,
html.sidebar.sidebar-full body .menu-right #menu>ul>li.dropdown .dd-1 .typeahead.pull-right:before,
html.sidebar.sidebar-full body .menu-right #menu .slim-scroll>ul>li.dropdown.dd-1>.dropdown-menu.pull-right:after,
html.sidebar.sidebar-full body .menu-right #menu>ul>li.dropdown.dd-1>.dropdown-menu.pull-right:after,
html.sidebar.sidebar-full body .menu-right #menu .slim-scroll>ul>li.dropdown .dd-1>.dropdown-menu.pull-right:after,
html.sidebar.sidebar-full body .menu-right #menu>ul>li.dropdown .dd-1>.dropdown-menu.pull-right:after,
html.sidebar.sidebar-full body .menu-right #menu .slim-scroll>ul>li.dropdown.dd-1 .typeahead.pull-right:after,
html.sidebar.sidebar-full body .menu-right #menu>ul>li.dropdown.dd-1 .typeahead.pull-right:after,
html.sidebar.sidebar-full body .menu-right #menu .slim-scroll>ul>li.dropdown .dd-1 .typeahead.pull-right:after,
html.sidebar.sidebar-full body .menu-right #menu>ul>li.dropdown .dd-1 .typeahead.pull-right:after {
    left: auto;
    right: 7px;
    margin: 0;
}

html.sidebar.sidebar-full body .menu-right #menu .slim-scroll>ul>li.dropdown.dd-1>.dropdown-menu.pull-right:after,
html.sidebar.sidebar-full body .menu-right #menu>ul>li.dropdown.dd-1>.dropdown-menu.pull-right:after,
html.sidebar.sidebar-full body .menu-right #menu .slim-scroll>ul>li.dropdown .dd-1>.dropdown-menu.pull-right:after,
html.sidebar.sidebar-full body .menu-right #menu>ul>li.dropdown .dd-1>.dropdown-menu.pull-right:after,
html.sidebar.sidebar-full body .menu-right #menu .slim-scroll>ul>li.dropdown.dd-1 .typeahead.pull-right:after,
html.sidebar.sidebar-full body .menu-right #menu>ul>li.dropdown.dd-1 .typeahead.pull-right:after,
html.sidebar.sidebar-full body .menu-right #menu .slim-scroll>ul>li.dropdown .dd-1 .typeahead.pull-right:after,
html.sidebar.sidebar-full body .menu-right #menu>ul>li.dropdown .dd-1 .typeahead.pull-right:after {
    right: 8px;
}

html.sidebar.sidebar-full body .menu-right #menu .slim-scroll>ul>li:first-child,
html.sidebar.sidebar-full body .menu-right #menu>ul>li:first-child {
    padding-top: 8px;
}

html.sidebar.sidebar-full body .menu-right #menu .slim-scroll>ul>li.glyphs,
html.sidebar.sidebar-full body .menu-right #menu>ul>li.glyphs,
html.sidebar.sidebar-full body .menu-right #menu .slim-scroll>ul>li.search,
html.sidebar.sidebar-full body .menu-right #menu>ul>li.search {
    padding: 8px;
}


/* --- LOADING [less.menus.top.full] from assets/components/core/less/menus.top.full.less */

html.top-full .navbar.main {
    height: 49px;
    background-color: #74272f;
    border-bottom: 1px solid #46181c;
}

html.top-full .navbar.main .btn-navbar {
    height: 49px;
    line-height: 49px;
    background: #74272f;
}

html.top-full .navbar.main .btn-navbar .icon-bar {
    background: #ffffff;
    box-shadow: 0 1px 0 #46181c;
}

html.top-full .navbar.main .btn-navbar:hover {
    background: #6c242c;
}

html.top-full .navbar.main .topnav {
    border-left: 1px solid #46181c;
    border-right: 1px solid #9a343e;
}

html.top-full .navbar.main .topnav.pull-left+.topnav.pull-left {
    border-left: none;
}

html.top-full .navbar.main .topnav.pull-left+.topnav.pull-left>li:first-child {
    border-left: none;
}

html.top-full .navbar.main .topnav>li {
    position: relative;
    float: left;
    height: 49px;
    line-height: 49px;
    display: block;
    padding: 0 0 0 10px;
}

html.top-full .navbar.main .topnav>li a {
    cursor: pointer;
}

html.top-full .navbar.main .topnav>li>a {
    display: block;
    color: #ffffff;
    text-decoration: none;
    padding: 1px 11px 0 9px;
    line-height: 50px;
}

html.top-full .navbar.main .topnav>li>a>img {
    margin: 0 0 3px;
    position: relative;
    top: -1px;
}

html.top-full .navbar.main .topnav>li>a.glyphicons {
    padding: 0 11px 0 9px;
}

html.top-full .navbar.main .topnav>li>a.glyphicons i {
    padding: 0 10px 0 0;
    display: block;
    float: left;
    line-height: 49px;
    height: 49px;
}

html.top-full .navbar.main .topnav>li>a.glyphicons i:before {
    color: #ffffff;
    font-size: 17px;
    position: relative;
    width: 17px;
    text-align: center;
    line-height: 51px;
    height: 49px;
    left: auto;
    right: auto;
}

html.top-full .navbar.main .topnav>li>a.glyphicons.single-icon i {
    padding: 0;
    float: none;
}

html.top-full .navbar.main .topnav>li>a.glyphicons.logout i {
    float: right;
    padding: 0;
}

html.top-full .navbar.main .topnav>li>a.glyphicons.logout span {
    padding: 0 8px 0 0;
    float: left;
}

html.top-full .navbar.main .topnav>li.active,
html.top-full .navbar.main .topnav>li:hover,
html.top-full .navbar.main .topnav>li.open {
    padding: 8px 0 8px 8px;
}

html.top-full .navbar.main .topnav>li.active:last-child,
html.top-full .navbar.main .topnav>li:hover:last-child,
html.top-full .navbar.main .topnav>li.open:last-child {
    padding: 8px 9px 8px 8px;
}

html.top-full .navbar.main .topnav>li.active>a,
html.top-full .navbar.main .topnav>li:hover>a,
html.top-full .navbar.main .topnav>li.open>a {
    background: #46181c;
    padding: 5px 10px;
    height: 34px;
    line-height: 22px;
    -webkit-border-radius: 5px 5px 5px 5px;
    -moz-border-radius: 5px 5px 5px 5px;
    border-radius: 5px 5px 5px 5px;
    border: 1px solid #2f1013;
}

html.top-full .navbar.main .topnav>li.active>a.glyphicons,
html.top-full .navbar.main .topnav>li:hover>a.glyphicons,
html.top-full .navbar.main .topnav>li.open>a.glyphicons {
    padding: 5px 10px;
    line-height: 22px;
}

html.top-full .navbar.main .topnav>li.active>a.glyphicons i,
html.top-full .navbar.main .topnav>li:hover>a.glyphicons i,
html.top-full .navbar.main .topnav>li.open>a.glyphicons i {
    height: 22px;
    line-height: 22px;
}

html.top-full .navbar.main .topnav>li.active>a.glyphicons i:before,
html.top-full .navbar.main .topnav>li:hover>a.glyphicons i:before,
html.top-full .navbar.main .topnav>li.open>a.glyphicons i:before {
    line-height: 22px;
    height: 22px;
}

html.top-full .navbar.main .topnav>li.glyphs {
    padding: 8px;
    border-left: 1px solid #46181c;
    border-right: 1px solid #9a343e;
    box-shadow: -1px 0 0 0 #9a343e, 1px 0 0 0 #46181c;
}

html.top-full .navbar.main .topnav>li.glyphs ul {
    margin: 0;
    padding: 0;
    list-style: none;
    background: #46181c;
    height: 34px;
    -webkit-border-radius: 5px 5px 5px 5px;
    -moz-border-radius: 5px 5px 5px 5px;
    border-radius: 5px 5px 5px 5px;
    border: 1px solid #2f1013;
}

html.top-full .navbar.main .topnav>li.glyphs ul li {
    float: left;
    display: block;
    height: 32px;
    line-height: 32px;
    padding: 0 1px 0 0;
}

html.top-full .navbar.main .topnav>li.glyphs ul li .glyphicons {
    height: 22px;
    line-height: 22px;
    padding: 5px 10px;
    display: block;
    text-decoration: none;
}

html.top-full .navbar.main .topnav>li.glyphs ul li .glyphicons i {
    height: 22px;
    line-height: 22px;
    display: block;
}

html.top-full .navbar.main .topnav>li.glyphs ul li .glyphicons i:before {
    line-height: 22px;
    height: 22px;
    position: relative;
    left: auto;
    top: auto;
    display: block;
    text-align: center;
    font-size: 17px;
    color: #74272f;
}

html.top-full .navbar.main .topnav>li.glyphs ul li.active,
html.top-full .navbar.main .topnav>li.glyphs ul li:hover {
    padding: 0;
    background: #74272f;
    border-right: 1px solid #2f1013;
}

html.top-full .navbar.main .topnav>li.glyphs ul li.active .glyphicons i:before,
html.top-full .navbar.main .topnav>li.glyphs ul li:hover .glyphicons i:before {
    color: #ffffff;
}

html.top-full .navbar.main .topnav>li.glyphs ul li.active:first-child,
html.top-full .navbar.main .topnav>li.glyphs ul li:hover:first-child {
    -webkit-border-radius: 5px 0 0 5px;
    -moz-border-radius: 5px 0 0 5px;
    border-radius: 5px 0 0 5px;
}

html.top-full .navbar.main .topnav>li.glyphs ul li.active:last-child,
html.top-full .navbar.main .topnav>li.glyphs ul li:hover:last-child {
    -webkit-border-radius: 0 5px 5px 0;
    -moz-border-radius: 0 5px 5px 0;
    border-radius: 0 5px 5px 0;
    border-right: none;
    border-left: 1px solid #2f1013;
}

html.top-full .navbar.main .topnav>li.glyphs ul li.active:last-child .glyphicons,
html.top-full .navbar.main .topnav>li.glyphs ul li:hover:last-child .glyphicons {
    padding: 5px 11px 5px 9px;
}

html.top-full .navbar.main .topnav>li.search {
    padding: 8px;
    border-left: 1px solid #46181c;
    border-right: 1px solid #9a343e;
    box-shadow: -1px 0 0 0 #9a343e, 1px 0 0 0 #46181c;
}

html.top-full .navbar.main .topnav>li.search form {
    margin: 0;
    padding: 0;
    background: #bf424f;
    height: 32px;
    line-height: 32px;
    -webkit-border-radius: 5px 5px 5px 5px;
    -moz-border-radius: 5px 5px 5px 5px;
    border-radius: 5px 5px 5px 5px;
    border: 1px solid #2f1013;
}

html.top-full .navbar.main .topnav>li.search form input {
    background: none;
    border: none;
    color: #4e1a20;
    margin: 0;
    padding: 0;
    height: 32px;
    line-height: 32px;
    width: 100px;
    padding: 0 0 0 10px;
    box-shadow: none !important;
    -moz-box-shadow: none !important;
    -webkit-box-shadow: none !important;
}

html.top-full .navbar.main .topnav>li.search form input::-webkit-input-placeholder {
    color: #4e1a20;
}

html.top-full .navbar.main .topnav>li.search form input:-moz-placeholder {
    color: #4e1a20;
}

html.top-full .navbar.main .topnav>li.search form input::-moz-placeholder {
    color: #4e1a20;
}

html.top-full .navbar.main .topnav>li.search form input:-ms-input-placeholder {
    color: #4e1a20;
}

html.top-full .navbar.main .topnav>li.search form button {
    background: none;
    border: none;
    margin: 0;
    padding: 0;
    height: 32px;
}

html.top-full .navbar.main .topnav>li.search form button i:before {
    display: block;
    position: relative;
    left: auto;
    right: auto;
    height: 32px;
    line-height: 32px;
    padding: 0 5px;
    font-size: 17px;
    color: #46181c;
}

html.top-full .navbar.main .topnav>li.search form input,
html.top-full .navbar.main .topnav>li.search form button {
    vertical-align: top;
}

html.top-full .navbar.main .topnav>li.search,
html.top-full .navbar.main .topnav>li.glyphs {
    margin-left: 10px;
}

html.top-full .navbar.main .topnav>li.search+.glyphs {
    margin-left: 0;
}

html.top-full .navbar.main .topnav>li.glyphs+.search,
html.top-full .navbar.main .topnav>li.glyphs+.tooltip+.search {
    margin-left: 0;
}

html.top-full .navbar.main .topnav>li:last-child {
    border-right: 1px solid #46181c;
    padding: 0 9px 0 10px;
}

html.top-full .navbar.main .topnav>li:last-child.glyphs,
html.top-full .navbar.main .topnav>li:last-child.search {
    padding: 8px 9px;
    box-shadow: -1px 0 0 0 #9a343e;
}

html.top-full .navbar.main .topnav>li:first-child {
    border-left: 1px solid #9a343e;
}

html.top-full .navbar.main .topnav>li:last-child.open .dropdown-menu {
    right: 0;
}

html.top-full .navbar.main .topnav>li.dropdown .dropdown-menu {
    background: #fff;
    border: none;
    box-shadow: none;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    right: 0;
    width: 180px;
}

html.top-full .navbar.main .topnav>li.dropdown .dropdown-menu.pull-left {
    left: 0;
}

html.top-full .navbar.main .topnav>li.dropdown .dropdown-menu li {
    border-bottom: 1px solid #4a4947;
}

html.top-full .navbar.main .topnav>li.dropdown .dropdown-menu li:last-child {
    border-bottom: none;
}

html.top-full .navbar.main .topnav>li.dropdown .dropdown-menu li:first-child>a,
html.top-full .navbar.main .topnav>li.dropdown .dropdown-menu li:first-child>a:hover,
html.top-full .navbar.main .topnav>li.dropdown .dropdown-menu li:first-child>span {
    border-top: none;
}

html.top-full .navbar.main .topnav>li.dropdown .dropdown-menu li>a,
html.top-full .navbar.main .topnav>li.dropdown .dropdown-menu li>a:hover,
html.top-full .navbar.main .topnav>li.dropdown .dropdown-menu li>span {
    line-height: 29px;
    padding: 0 10px;
    display: block;
    background: #363432;
    color: #c8c8c8;
}

html.top-full .navbar.main .topnav>li.dropdown .dropdown-menu li>a.glyphicons i:before,
html.top-full .navbar.main .topnav>li.dropdown .dropdown-menu li>a:hover.glyphicons i:before,
html.top-full .navbar.main .topnav>li.dropdown .dropdown-menu li>span.glyphicons i:before {
    left: auto;
    right: 10px;
    top: 5px;
    font-size: 17px;
    color: #c4c4c4;
}

html.top-full .navbar.main .topnav>li.dropdown .dropdown-menu li>a:hover {
    background: #1c1a19;
}

html.top-full .navbar.main .topnav>li.dropdown .dropdown-menu li.active {
    background: #0e0e0d;
}

html.top-full .navbar.main .topnav>li.dropdown .dropdown-menu li.active a {
    background: #0e0e0d;
}

html.top-full .navbar.main .topnav>li.dropdown .dropdown-menu li .btn {
    margin: 3px 0;
}

html.top-full .navbar.main .topnav>li.dropdown .dropdown-menu li.highlight>a,
html.top-full .navbar.main .topnav>li.dropdown .dropdown-menu li.highlight>a:hover,
html.top-full .navbar.main .topnav>li.dropdown .dropdown-menu li.highlight>span {
    background: rgba(0, 0, 0, 0.1);
}

html.top-full .navbar.main .topnav>li.dropdown .dropdown-menu li.profile a:hover {
    color: #fff;
}

html.top-full .navbar.main .topnav>li.dropdown .dropdown-menu li.profile>a,
html.top-full .navbar.main .topnav>li.dropdown .dropdown-menu li.profile>a:hover,
html.top-full .navbar.main .topnav>li.dropdown .dropdown-menu li.profile>span {
    height: auto;
    line-height: normal;
    padding: 5px 10px 10px;
}

html.top-full .navbar.main .topnav>li.dropdown .dropdown-menu li.profile>a .heading,
html.top-full .navbar.main .topnav>li.dropdown .dropdown-menu li.profile>a:hover .heading,
html.top-full .navbar.main .topnav>li.dropdown .dropdown-menu li.profile>span .heading {
    display: block;
    text-transform: uppercase;
    font-weight: 600;
    margin-bottom: 5px;
}

html.top-full .navbar.main .topnav>li.dropdown .dropdown-menu li.profile>a .heading a,
html.top-full .navbar.main .topnav>li.dropdown .dropdown-menu li.profile>a:hover .heading a,
html.top-full .navbar.main .topnav>li.dropdown .dropdown-menu li.profile>span .heading a {
    text-transform: none;
}

html.top-full .navbar.main .topnav>li.dropdown .dropdown-menu li.profile>a .img,
html.top-full .navbar.main .topnav>li.dropdown .dropdown-menu li.profile>a:hover .img,
html.top-full .navbar.main .topnav>li.dropdown .dropdown-menu li.profile>span .img {
    display: inline-block;
    float: left;
    width: 47px;
    height: 45px;
    line-height: 45px;
    background: #272729;
    margin: 0 10px 0 0;
    position: relative;
}

html.top-full .navbar.main .topnav>li.dropdown .dropdown-menu li.profile>a .img:before,
html.top-full .navbar.main .topnav>li.dropdown .dropdown-menu li.profile>a:hover .img:before,
html.top-full .navbar.main .topnav>li.dropdown .dropdown-menu li.profile>span .img:before {
    text-align: center;
    width: 47px;
    height: 45px;
    line-height: 45px;
    content: "\e004";
    color: #595959;
    font-family: "Glyphicons Regular";
    font-size: 24px;
    position: absolute;
    display: block;
}

html.top-full .navbar.main .topnav>li.dropdown .dropdown-menu li.profile>a .clearfix,
html.top-full .navbar.main .topnav>li.dropdown .dropdown-menu li.profile>a:hover .clearfix,
html.top-full .navbar.main .topnav>li.dropdown .dropdown-menu li.profile>span .clearfix {
    display: block;
}

html.top-full .navbar.main .topnav>li.dropdown.account>.dropdown-menu {
    width: 220px;
}

html.top-full .navbar.main .topnav>li.dropdown.dd-1>.dropdown-menu,
html.top-full .navbar.main .topnav>li.dropdown .dd-1>.dropdown-menu,
html.top-full .navbar.main .topnav>li.dropdown.dd-1 .typeahead,
html.top-full .navbar.main .topnav>li.dropdown .dd-1 .typeahead {
    box-shadow: 0 0 10px 1px rgba(0, 0, 0, 0.2);
}

html.top-full .navbar.main .topnav>li.dropdown.dd-1>.dropdown-menu:before,
html.top-full .navbar.main .topnav>li.dropdown .dd-1>.dropdown-menu:before,
html.top-full .navbar.main .topnav>li.dropdown.dd-1 .typeahead:before,
html.top-full .navbar.main .topnav>li.dropdown .dd-1 .typeahead:before {
    content: "";
    width: 0;
    height: 0;
    border: 11px solid transparent;
    position: absolute;
    display: block;
    left: 7px;
    border-top-width: 0;
    border-bottom-color: #999;
    border-bottom-color: rgba(0, 0, 0, 0.25);
    top: -11px;
}

html.top-full .navbar.main .topnav>li.dropdown.dd-1>.dropdown-menu:after,
html.top-full .navbar.main .topnav>li.dropdown .dd-1>.dropdown-menu:after,
html.top-full .navbar.main .topnav>li.dropdown.dd-1 .typeahead:after,
html.top-full .navbar.main .topnav>li.dropdown .dd-1 .typeahead:after {
    content: "";
    width: 0;
    height: 0;
    border: 10px solid transparent;
    top: -10px;
    border-top-width: 0;
    border-bottom-color: #ffffff;
    position: absolute;
    display: block;
    left: 8px;
}

html.top-full .navbar.main .topnav>li.dropdown.dd-1>.dropdown-menu.pull-right:before,
html.top-full .navbar.main .topnav>li.dropdown .dd-1>.dropdown-menu.pull-right:before,
html.top-full .navbar.main .topnav>li.dropdown.dd-1 .typeahead.pull-right:before,
html.top-full .navbar.main .topnav>li.dropdown .dd-1 .typeahead.pull-right:before,
html.top-full .navbar.main .topnav>li.dropdown.dd-1>.dropdown-menu.pull-right:after,
html.top-full .navbar.main .topnav>li.dropdown .dd-1>.dropdown-menu.pull-right:after,
html.top-full .navbar.main .topnav>li.dropdown.dd-1 .typeahead.pull-right:after,
html.top-full .navbar.main .topnav>li.dropdown .dd-1 .typeahead.pull-right:after {
    left: auto;
    right: 7px;
    margin: 0;
}

html.top-full .navbar.main .topnav>li.dropdown.dd-1>.dropdown-menu.pull-right:after,
html.top-full .navbar.main .topnav>li.dropdown .dd-1>.dropdown-menu.pull-right:after,
html.top-full .navbar.main .topnav>li.dropdown.dd-1 .typeahead.pull-right:after,
html.top-full .navbar.main .topnav>li.dropdown .dd-1 .typeahead.pull-right:after {
    right: 8px;
}

html.top-full .navbar.main .topnav>li.dropdown.dd-1 .dropdown-menu,
html.top-full .navbar.main .topnav>li.dropdown .dd-1 .dropdown-menu {
    background: #ffffff;
    border: 1px solid #c8c8c8;
    margin: 5px 0 0;
    -webkit-border-radius: 0 0 0 0;
    -moz-border-radius: 0 0 0 0;
    border-radius: 0 0 0 0;
}

html.top-full .navbar.main .topnav>li.dropdown.dd-1 .dropdown-menu li,
html.top-full .navbar.main .topnav>li.dropdown .dd-1 .dropdown-menu li {
    border-color: #f3f3f3;
}

html.top-full .navbar.main .topnav>li.dropdown.dd-1 .dropdown-menu li a,
html.top-full .navbar.main .topnav>li.dropdown .dd-1 .dropdown-menu li a,
html.top-full .navbar.main .topnav>li.dropdown.dd-1 .dropdown-menu li span,
html.top-full .navbar.main .topnav>li.dropdown .dd-1 .dropdown-menu li span {
    background: #ffffff;
    color: #939494;
}

html.top-full .navbar.main .topnav>li.dropdown.dd-1 .dropdown-menu li a i:before,
html.top-full .navbar.main .topnav>li.dropdown .dd-1 .dropdown-menu li a i:before,
html.top-full .navbar.main .topnav>li.dropdown.dd-1 .dropdown-menu li span i:before,
html.top-full .navbar.main .topnav>li.dropdown .dd-1 .dropdown-menu li span i:before {
    color: #cccccc;
    font-size: 15px !important;
    top: 7px !important;
}

html.top-full .navbar.main .topnav>li.dropdown.dd-1 .dropdown-menu>li:hover>a,
html.top-full .navbar.main .topnav>li.dropdown .dd-1 .dropdown-menu>li:hover>a,
html.top-full .navbar.main .topnav>li.dropdown.dd-1 .dropdown-menu>li.active>a,
html.top-full .navbar.main .topnav>li.dropdown .dd-1 .dropdown-menu>li.active>a {
    font-weight: 600;
    color: #000;
}

html.top-full .navbar.main .topnav>li.dropdown.dd-1 .dropdown-menu li.profile,
html.top-full .navbar.main .topnav>li.dropdown .dd-1 .dropdown-menu li.profile {
    background: #ffffff;
}

html.top-full .navbar.main .topnav>li.dropdown.dd-1 .dropdown-menu li.profile a:hover,
html.top-full .navbar.main .topnav>li.dropdown .dd-1 .dropdown-menu li.profile a:hover {
    color: #7c7c7c;
}

html.top-full .navbar.main .topnav>li.dropdown.dd-1 .dropdown-menu li.profile>a,
html.top-full .navbar.main .topnav>li.dropdown .dd-1 .dropdown-menu li.profile>a,
html.top-full .navbar.main .topnav>li.dropdown.dd-1 .dropdown-menu li.profile>a:hover,
html.top-full .navbar.main .topnav>li.dropdown .dd-1 .dropdown-menu li.profile>a:hover,
html.top-full .navbar.main .topnav>li.dropdown.dd-1 .dropdown-menu li.profile>span,
html.top-full .navbar.main .topnav>li.dropdown .dd-1 .dropdown-menu li.profile>span {
    height: auto;
    line-height: normal;
    padding: 5px 10px 10px;
}

html.top-full .navbar.main .topnav>li.dropdown.dd-1 .dropdown-menu li.profile>a .heading,
html.top-full .navbar.main .topnav>li.dropdown .dd-1 .dropdown-menu li.profile>a .heading,
html.top-full .navbar.main .topnav>li.dropdown.dd-1 .dropdown-menu li.profile>a:hover .heading,
html.top-full .navbar.main .topnav>li.dropdown .dd-1 .dropdown-menu li.profile>a:hover .heading,
html.top-full .navbar.main .topnav>li.dropdown.dd-1 .dropdown-menu li.profile>span .heading,
html.top-full .navbar.main .topnav>li.dropdown .dd-1 .dropdown-menu li.profile>span .heading {
    display: block;
    text-transform: uppercase;
    font-weight: 600;
    margin-bottom: 5px;
}

html.top-full .navbar.main .topnav>li.dropdown.dd-1 .dropdown-menu li.profile>a .heading a,
html.top-full .navbar.main .topnav>li.dropdown .dd-1 .dropdown-menu li.profile>a .heading a,
html.top-full .navbar.main .topnav>li.dropdown.dd-1 .dropdown-menu li.profile>a:hover .heading a,
html.top-full .navbar.main .topnav>li.dropdown .dd-1 .dropdown-menu li.profile>a:hover .heading a,
html.top-full .navbar.main .topnav>li.dropdown.dd-1 .dropdown-menu li.profile>span .heading a,
html.top-full .navbar.main .topnav>li.dropdown .dd-1 .dropdown-menu li.profile>span .heading a {
    text-transform: none;
}

html.top-full .navbar.main .topnav>li.dropdown.dd-1 .dropdown-menu li.profile>a .img,
html.top-full .navbar.main .topnav>li.dropdown .dd-1 .dropdown-menu li.profile>a .img,
html.top-full .navbar.main .topnav>li.dropdown.dd-1 .dropdown-menu li.profile>a:hover .img,
html.top-full .navbar.main .topnav>li.dropdown .dd-1 .dropdown-menu li.profile>a:hover .img,
html.top-full .navbar.main .topnav>li.dropdown.dd-1 .dropdown-menu li.profile>span .img,
html.top-full .navbar.main .topnav>li.dropdown .dd-1 .dropdown-menu li.profile>span .img {
    display: inline-block;
    float: left;
    width: 47px;
    height: 45px;
    line-height: 45px;
    background: #fdfdfd;
    margin: 0 10px 0 0;
    position: relative;
}

html.top-full .navbar.main .topnav>li.dropdown.dd-1 .dropdown-menu li.profile>a .img:before,
html.top-full .navbar.main .topnav>li.dropdown .dd-1 .dropdown-menu li.profile>a .img:before,
html.top-full .navbar.main .topnav>li.dropdown.dd-1 .dropdown-menu li.profile>a:hover .img:before,
html.top-full .navbar.main .topnav>li.dropdown .dd-1 .dropdown-menu li.profile>a:hover .img:before,
html.top-full .navbar.main .topnav>li.dropdown.dd-1 .dropdown-menu li.profile>span .img:before,
html.top-full .navbar.main .topnav>li.dropdown .dd-1 .dropdown-menu li.profile>span .img:before {
    text-align: center;
    width: 47px;
    height: 45px;
    line-height: 45px;
    content: "\e004";
    color: #ccc;
    font-family: "Glyphicons Regular";
    font-size: 24px;
    position: absolute;
    display: block;
}

html.top-full .navbar.main .topnav>li.dropdown.dd-1 .dropdown-menu li.profile>a .clearfix,
html.top-full .navbar.main .topnav>li.dropdown .dd-1 .dropdown-menu li.profile>a .clearfix,
html.top-full .navbar.main .topnav>li.dropdown.dd-1 .dropdown-menu li.profile>a:hover .clearfix,
html.top-full .navbar.main .topnav>li.dropdown .dd-1 .dropdown-menu li.profile>a:hover .clearfix,
html.top-full .navbar.main .topnav>li.dropdown.dd-1 .dropdown-menu li.profile>span .clearfix,
html.top-full .navbar.main .topnav>li.dropdown .dd-1 .dropdown-menu li.profile>span .clearfix {
    display: block;
}

html.top-full .navbar.main .topnav>li.dropdown.dd-1 .typeahead,
html.top-full .navbar.main .topnav>li.dropdown .dd-1 .typeahead {
    margin-top: 13px !important;
}

html.top-full .navbar.main .topnav>li.dropdown.dd-1 .dropdown-menu.pull-right,
html.top-full .navbar.main .topnav>li.dropdown .dd-1 .dropdown-menu.pull-right {
    -webkit-border-radius: 0 0 0 0;
    -moz-border-radius: 0 0 0 0;
    border-radius: 0 0 0 0;
}

html.top-full .navbar.main .topnav>li.dropdown.dd-1 .dropdown-menu>li>a:hover,
html.top-full .navbar.main .topnav>li.dropdown .dd-1 .dropdown-menu>li>a:hover,
html.top-full .navbar.main .topnav>li.dropdown.dd-1 .dropdown-menu>li>a:focus,
html.top-full .navbar.main .topnav>li.dropdown .dd-1 .dropdown-menu>li>a:focus,
html.top-full .navbar.main .topnav>li.dropdown.dd-1 .dropdown-submenu:hover>a,
html.top-full .navbar.main .topnav>li.dropdown .dd-1 .dropdown-submenu:hover>a,
html.top-full .navbar.main .topnav>li.dropdown.dd-1 .dropdown-submenu:focus>a,
html.top-full .navbar.main .topnav>li.dropdown .dd-1 .dropdown-submenu:focus>a {
    background-image: none !important;
    filter: none !important;
}

html.top-full .navbar.main .topnav>li.dropdown.dd-2 .dropdown-menu li a:not(.btn) {
    padding: 10px 10px 10px 50px;
}

html.top-full .navbar.main .topnav>li.dropdown.dd-2 .dropdown-menu li a:not(.btn) i:before {
    right: auto;
    left: 10px;
    top: 10px !important;
    font-size: 30px !important;
    color: #f2f2f2;
}

html.top-full .navbar.main .topnav>li.dropdown.dd-2 .dropdown-menu>li:not(.profile):hover {
    border-color: #f3f3f3;
}

html.top-full .navbar.main .topnav>li.dropdown.dd-2 .dropdown-menu>li:not(.profile):hover>a {
    background: rgba(116, 39, 47, 0.08);
    color: #939494;
    text-shadow: 0 1px 0 #fff;
    border: none;
    box-shadow: none;
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
}

html.top-full .navbar.main .topnav>li.dropdown.dd-2 .dropdown-menu>li:not(.profile):hover>a i:before {
    color: #74272f;
    left: 10px;
    top: 10px;
}

html.top-full .navbar.main .topnav>li.dropdown.dd-flags {
    line-height: normal;
}

html.top-full .navbar.main .topnav>li.dropdown.dd-flags .dropdown-menu img {
    margin: -3px 4px 0 0;
}

html.top-full .navbar.main .topnav>li.dropdown.dd-flags.active a,
html.top-full .navbar.main .topnav>li.dropdown.dd-flags:hover a,
html.top-full .navbar.main .topnav>li.dropdown.dd-flags.open a {
    height: 34px;
}

html.top-full .navbar.main .topnav .dropdown>a .caret {
    border-top-color: #ffffff;
    vertical-align: middle;
    margin-top: 0;
    position: relative;
}

html.top-full .navbar.main .topnav .dropdown-menu {
    -webkit-border-radius: 0 0 0 0;
    -moz-border-radius: 0 0 0 0;
    border-radius: 0 0 0 0;
}

html.top-full .navbar.main .topnav:last-of-type {
    border-right: none;
}

html.top-full .navbar.main .topnav:last-of-type li:last-child {
    border: none;
}


/* --- LOADING [less.menus.top.main] from assets/components/core/less/menus.top.main.less */

.navbar.main {
    margin: 0;
    border: none;
    -webkit-border-radius: 0 0 0 0;
    -moz-border-radius: 0 0 0 0;
    border-radius: 0 0 0 0;
}

.navbar.main .btn-navbar {
    padding: 0 10px;
    margin: 0;
    float: left;
    display: block;
    border: none;
    -webkit-border-radius: 0 0 0 0;
    -moz-border-radius: 0 0 0 0;
    border-radius: 0 0 0 0;
}

.navbar.main .btn-navbar.ui-state-disabled {
    opacity: 1;
    filter: alpha(opacity=100);
}

@media (min-width: 768px) {
    .navbar.main .nav {
        margin: 0;
        padding: 0;
        border: 0;
        font-size: 100%;
        font: inherit;
        vertical-align: baseline;
        height: 50px;
    }
    .navbar.main .nav {
        display: block;
    }
    .navbar.main ul.principal {
        margin: 0 0 2em;
    }
    .navbar.main nav ul li.primerNivel {
        float: left;
    }
    .navbar.main nav ul li.more {
        display: none;
    }
    .navbar.main nav ul li.more:hover ul#overflow,
    .navbar.main ul#overflow.open {
        opacity: 1;
        visibility: visible;
    }
    .navbar.main nav #overflow {
        opacity: 0;
        visibility: hidden;
        position: absolute;
        text-align: left;
        -webkit-transition-duration: 0.3s;
        transition-duration: 0.3s;
        z-index: 10002;
        background-color: #74272f;
        width: 250px;
    }
    .navbar.main nav #overflow li.primerNivel {
        float: none;
    }
    .navbar.main .topnav.pull-right {
        position: absolute;
        right: 0;
        top: 0;
    }
}

.navbar.main .topnav {
    margin: 0;
    padding: 0;
    list-style: none;
}

.submenu-show {
    display: block;
    margin-top: -35px !important;
    position: absolute;
}

.submenu-show.pull-left {
    left: auto !important;
    right: 100% !important;
}

.submenu-show.pull-right {
    right: auto !important;
    left: 100% !important;
}

.submenu-hide {
    display: none !important;
    position: relative;
    top: auto;
    float: left;
}

.topnav li.colors:hover {
    padding-top: 0px !important;
}

.topnav li.colors ul {
    margin-top: 11px;
    list-style: none;
}

.topnav li.colors ul>li {
    padding: 5px 2px;
    float: left;
}

.topnav li.colors ul>li>a {
    display: block;
    width: 18px;
    height: 18px;
    border: 1px solid rgba(255, 255, 255, 0.5);
}

.topnav li.colors ul>li.active>a {
    border: 1px solid #fff;
    -webkit-box-shadow: 0 0 0 1px #fff inset;
    -moz-box-shadow: 0 0 0 1px #fff inset;
    box-shadow: 0 0 0 1px #fff inset;
}

.topnav li.colors ul>li.dropdown>a {
    background: none;
}

.topnav li.colors ul>li.dropdown>a .color {
    width: 8px;
    height: 8px;
    display: inline-block;
    float: left;
}

.topnav li.colors ul>li.dropdown>a .color.primary {
    background: #74272f;
}

.topnav li.colors ul>li.dropdown>a .color.info {
    background: #74a6d0;
}

.topnav li.colors ul>li.dropdown>a .color.inverse {
    background: #45484d;
}

.topnav li.colors ul>li.dropdown>a .color.success {
    background: #609450;
}

.topnav li.colors ul>li.dropdown>a .color.danger {
    background: #bd362f;
}

.topnav li.colors ul>li.dropdown .dropdown-menu {
    border-color: #dedede;
    margin: 1px 0 0;
    width: 160px;
    padding: 10px;
}

.topnav li.colors ul>li.dropdown .dropdown-menu li {
    float: none;
    border: none;
    padding: 0;
}

.topnav li.colors ul>li.dropdown .dropdown-menu li a {
    padding: 3px 3px 3px 5px;
    font-size: 13px;
    width: auto;
    height: auto;
    border: none;
}

.topnav li.colors ul>li.dropdown .dropdown-menu li.active .color {
    border: 1px solid #fff;
    margin-bottom: 3px;
}

.topnav li.colors ul>li.dropdown .dropdown-menu .color {
    display: inline-block;
    margin-right: 5px;
    margin-bottom: 2px;
    vertical-align: middle;
    width: 10px;
    height: 10px;
}

.topnav li.colors ul>li.dropdown .dropdown-menu .color.primary {
    background: #74272f;
}


/* --- LOADING [menu.mobile] from assets/components/core/less/menu.mobile.less */


/* Common styles of menus */

@media all and (max-width: 1100px) {
    .nombreEmpresa {
        float: right;
        margin-right: 12px;
        height: 30px;
        display: block;
        line-height: 48px;
    }
    html.top-full .dl-menuwrapper.navbar.main {
        height: 30px;
        border-bottom: none;
    }
    .dl-menuwrapper {
        z-index: 10000;
    }
    .dl-menu.dl-animate-out-1 {
        animation: MenuAnimOut1 0.4s linear forwards;
    }
    @keyframes MenuAnimOut1 {
        50% {
            transform: translateZ(-250px) rotateY(30deg);
        }
        75% {
            transform: translateZ(-372.5px) rotateY(15deg);
            opacity: 0.5;
        }
        100% {
            transform: translateZ(-500px) rotateY(0deg);
            opacity: 0;
        }
    }
    .dl-menu.dl-animate-in-1 {
        animation: MenuAnimIn1 0.3s linear forwards;
    }
    @keyframes MenuAnimIn1 {
        0% {
            transform: translateZ(-500px) rotateY(0deg);
            opacity: 0;
        }
        20% {
            transform: translateZ(-250px) rotateY(30deg);
            opacity: 0.5;
        }
        100% {
            transform: translateZ(0px) rotateY(0deg);
            opacity: 1;
        }
    }
    .dl-menuwrapper .dl-menu.dl-menuopen {
        margin-top: 60px;
        width: 70%;
    }
    html.top-full .dl-menuwrapper.navbar.main .btn-navbar {
        z-index: 10001;
    }
    .dl-menuwrapper {
        max-width: 1100px;
        background-color: #74272f;
    }
    .dl-menuwrapper ul {
        background-color: #74272f;
    }
    html.top-full .navbar.main .topnav:last-of-type {
        float: right;
    }
    .dl-menuwrapper li>a.enlaceUser:not(:only-child):after {
        content: "";
    }
}

.topnav.pull-right.sesion {
    z-index: 10000;
}

html.top-full .navbar.main .topnav>li.dropdown .dropdown-menu.pull-right {
    -webkit-transform-style: preserve-3d;
}

.dl-menuwrapper {
    width: 100%;
    max-width: 300px;
    float: left;
    position: relative;
    -webkit-perspective: 1000px;
    perspective: 1000px;
    -webkit-perspective-origin: 50% 200%;
    perspective-origin: 50% 200%;
}

.dl-menuwrapper:first-child {
    margin-right: 100px;
}

.dl-menuwrapper button {
    background: #ccc;
    border: none;
    width: 48px;
    height: 45px;
    text-indent: -900em;
    overflow: hidden;
    position: relative;
    cursor: pointer;
    outline: none;
}

.dl-menuwrapper button:hover,
.dl-menuwrapper button.dl-active,
.dl-menuwrapper ul {
    background: #74272f;
}

.dl-menuwrapper button:after {
    content: '';
    position: absolute;
    width: 68%;
    height: 5px;
    background: #fff;
    top: 10px;
    left: 16%;
    box-shadow: 0 10px 0 #fff, 0 20px 0 #fff;
}

.dl-menuwrapper ul {
    padding: 0;
    list-style: none;
    -webkit-transform-style: preserve-3d;
    transform-style: preserve-3d;
}

.dl-menuwrapper li {
    position: relative;
}

.dl-menuwrapper li a {
    display: block;
    position: relative;
    padding: 15px 20px;
    font-size: 16px;
    line-height: 20px;
    font-weight: 300;
    color: #fff;
    outline: none;
}

.no-touch .dl-menuwrapper li a:hover {
    background: rgba(255, 248, 213, 0.1);
}

.dl-menuwrapper li.dl-back>a {
    padding-left: 30px;
    background: rgba(0, 0, 0, 0.1);
}

.dl-menuwrapper li.dl-back:after,
.dl-menuwrapper li>a:not(:only-child):after {
    position: absolute;
    top: 0;
    line-height: 50px;
    font-family: 'icomoon';
    speak: none;
    -webkit-font-smoothing: antialiased;
    content: "\e000";
}

.dl-menuwrapper li.dl-back:after {
    left: 10px;
    color: rgba(212, 204, 198, 0.3);
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
}

.dl-menuwrapper li>a:after {
    right: 10px;
    color: rgba(0, 0, 0, 0.15);
}

.dl-menuwrapper .dl-menu {
    margin: 5px 0 0 0;
    position: absolute;
    width: 100%;
    opacity: 0;
    pointer-events: none;
    -webkit-transform: translateY(10px);
    transform: translateY(10px);
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}

.dl-menuwrapper .dl-menu.dl-menu-toggle {
    transition: all 0.3s ease;
}

.dl-menuwrapper .dl-menu.dl-menuopen {
    opacity: 1;
    pointer-events: auto;
    -webkit-transform: translateY(0px);
    transform: translateY(0px);
}


/* Hide the inner submenus */

.dl-menuwrapper li .dl-submenu {
    display: none;
}


/* 
When a submenu is openend, we will hide all li siblings.
For that we give a class to the parent menu called "dl-subview".
We also hide the submenu link. 
The opened submenu will get the class "dl-subviewopen".
All this is done for any sub-level being entered.
*/

.dl-menu.dl-subview li,
.dl-menu.dl-subview li.dl-subviewopen>a,
.dl-menu.dl-subview li.dl-subview>a {
    display: none;
}

.dl-menu.dl-subview li.dl-subview,
.dl-menu.dl-subview li.dl-subview .dl-submenu,
.dl-menu.dl-subview li.dl-subviewopen,
.dl-menu.dl-subview li.dl-subviewopen>.dl-submenu,
.dl-menu.dl-subview li.dl-subviewopen>.dl-submenu>li {
    display: block;
}


/* Dynamically added submenu outside of the menu context */

.dl-menuwrapper>.dl-submenu {
    position: absolute;
    width: 100%;
    top: 50px;
    left: 0;
    margin: 0;
}


/* Animation classes for moving out and in */

.dl-menu.dl-animate-out-1 {
    -webkit-animation: MenuAnimOut1 0.4s;
    animation: MenuAnimOut1 0.4s;
}

.dl-menu.dl-animate-out-2 {
    -webkit-animation: MenuAnimOut2 0.3s ease-in-out;
    animation: MenuAnimOut2 0.3s ease-in-out;
}

.dl-menu.dl-animate-out-3 {
    -webkit-animation: MenuAnimOut3 0.4s ease;
    animation: MenuAnimOut3 0.4s ease;
}

.dl-menu.dl-animate-out-4 {
    -webkit-animation: MenuAnimOut4 0.4s ease;
    animation: MenuAnimOut4 0.4s ease;
}

.dl-menu.dl-animate-out-5 {
    -webkit-animation: MenuAnimOut5 0.4s ease;
    animation: MenuAnimOut5 0.4s ease;
}

@-webkit-keyframes MenuAnimOut1 {
    50% {
        -webkit-transform: translateZ(-250px) rotateY(30deg);
    }
    75% {
        -webkit-transform: translateZ(-372.5px) rotateY(15deg);
        opacity: 0.5;
    }
    100% {
        -webkit-transform: translateZ(-500px) rotateY(0deg);
        opacity: 0;
    }
}

@-webkit-keyframes MenuAnimOut2 {
    100% {
        -webkit-transform: translateX(-100%);
        opacity: 0;
    }
}

@-webkit-keyframes MenuAnimOut3 {
    100% {
        -webkit-transform: translateZ(300px);
        opacity: 0;
    }
}

@-webkit-keyframes MenuAnimOut4 {
    100% {
        -webkit-transform: translateZ(-300px);
        opacity: 0;
    }
}

@-webkit-keyframes MenuAnimOut5 {
    100% {
        -webkit-transform: translateY(40%);
        opacity: 0;
    }
}

@keyframes MenuAnimOut1 {
    50% {
        -webkit-transform: translateZ(-250px) rotateY(30deg);
        transform: translateZ(-250px) rotateY(30deg);
    }
    75% {
        -webkit-transform: translateZ(-372.5px) rotateY(15deg);
        transform: translateZ(-372.5px) rotateY(15deg);
        opacity: 0.5;
    }
    100% {
        -webkit-transform: translateZ(-500px) rotateY(0deg);
        transform: translateZ(-500px) rotateY(0deg);
        opacity: 0;
    }
}

@keyframes MenuAnimOut2 {
    100% {
        -webkit-transform: translateX(-100%);
        transform: translateX(-100%);
        opacity: 0;
    }
}

@keyframes MenuAnimOut3 {
    100% {
        -webkit-transform: translateZ(300px);
        transform: translateZ(300px);
        opacity: 0;
    }
}

@keyframes MenuAnimOut4 {
    100% {
        -webkit-transform: translateZ(-300px);
        transform: translateZ(-300px);
        opacity: 0;
    }
}

@keyframes MenuAnimOut5 {
    100% {
        -webkit-transform: translateY(40%);
        transform: translateY(40%);
        opacity: 0;
    }
}

.dl-menu.dl-animate-in-1 {
    -webkit-animation: MenuAnimIn1 0.3s;
    animation: MenuAnimIn1 0.3s;
}

.dl-menu.dl-animate-in-2 {
    -webkit-animation: MenuAnimIn2 0.3s ease-in-out;
    animation: MenuAnimIn2 0.3s ease-in-out;
}

.dl-menu.dl-animate-in-3 {
    -webkit-animation: MenuAnimIn3 0.4s ease;
    animation: MenuAnimIn3 0.4s ease;
}

.dl-menu.dl-animate-in-4 {
    -webkit-animation: MenuAnimIn4 0.4s ease;
    animation: MenuAnimIn4 0.4s ease;
}

.dl-menu.dl-animate-in-5 {
    -webkit-animation: MenuAnimIn5 0.4s ease;
    animation: MenuAnimIn5 0.4s ease;
}

@-webkit-keyframes MenuAnimIn1 {
    0% {
        -webkit-transform: translateZ(-500px) rotateY(0deg);
        opacity: 0;
    }
    20% {
        -webkit-transform: translateZ(-250px) rotateY(30deg);
        opacity: 0.5;
    }
    100% {
        -webkit-transform: translateZ(0px) rotateY(0deg);
        opacity: 1;
    }
}

@-webkit-keyframes MenuAnimIn2 {
    0% {
        -webkit-transform: translateX(-100%);
        opacity: 0;
    }
    100% {
        -webkit-transform: translateX(0px);
        opacity: 1;
    }
}

@-webkit-keyframes MenuAnimIn3 {
    0% {
        -webkit-transform: translateZ(300px);
        opacity: 0;
    }
    100% {
        -webkit-transform: translateZ(0px);
        opacity: 1;
    }
}

@-webkit-keyframes MenuAnimIn4 {
    0% {
        -webkit-transform: translateZ(-300px);
        opacity: 0;
    }
    100% {
        -webkit-transform: translateZ(0px);
        opacity: 1;
    }
}

@-webkit-keyframes MenuAnimIn5 {
    0% {
        -webkit-transform: translateY(40%);
        opacity: 0;
    }
    100% {
        -webkit-transform: translateY(0);
        opacity: 1;
    }
}

@keyframes MenuAnimIn1 {
    0% {
        -webkit-transform: translateZ(-500px) rotateY(0deg);
        transform: translateZ(-500px) rotateY(0deg);
        opacity: 0;
    }
    20% {
        -webkit-transform: translateZ(-250px) rotateY(30deg);
        transform: translateZ(-250px) rotateY(30deg);
        opacity: 0.5;
    }
    100% {
        -webkit-transform: translateZ(0px) rotateY(0deg);
        transform: translateZ(0px) rotateY(0deg);
        opacity: 1;
    }
}

@keyframes MenuAnimIn2 {
    0% {
        -webkit-transform: translateX(-100%);
        transform: translateX(-100%);
        opacity: 0;
    }
    100% {
        -webkit-transform: translateX(0px);
        transform: translateX(0px);
        opacity: 1;
    }
}

@keyframes MenuAnimIn3 {
    0% {
        -webkit-transform: translateZ(300px);
        transform: translateZ(300px);
        opacity: 0;
    }
    100% {
        -webkit-transform: translateZ(0px);
        transform: translateZ(0px);
        opacity: 1;
    }
}

@keyframes MenuAnimIn4 {
    0% {
        -webkit-transform: translateZ(-300px);
        transform: translateZ(-300px);
        opacity: 0;
    }
    100% {
        -webkit-transform: translateZ(0px);
        transform: translateZ(0px);
        opacity: 1;
    }
}

@keyframes MenuAnimIn5 {
    0% {
        -webkit-transform: translateY(40%);
        transform: translateY(40%);
        opacity: 0;
    }
    100% {
        -webkit-transform: translateY(0);
        transform: translateY(0);
        opacity: 1;
    }
}

.dl-menuwrapper>.dl-submenu.dl-animate-in-1 {
    -webkit-animation: SubMenuAnimIn1 0.4s ease;
    animation: SubMenuAnimIn1 0.4s ease;
}

.dl-menuwrapper>.dl-submenu.dl-animate-in-2 {
    -webkit-animation: SubMenuAnimIn2 0.3s ease-in-out;
    animation: SubMenuAnimIn2 0.3s ease-in-out;
}

.dl-menuwrapper>.dl-submenu.dl-animate-in-3 {
    -webkit-animation: SubMenuAnimIn3 0.4s ease;
    animation: SubMenuAnimIn3 0.4s ease;
}

.dl-menuwrapper>.dl-submenu.dl-animate-in-4 {
    -webkit-animation: SubMenuAnimIn4 0.4s ease;
    animation: SubMenuAnimIn4 0.4s ease;
}

.dl-menuwrapper>.dl-submenu.dl-animate-in-5 {
    -webkit-animation: SubMenuAnimIn5 0.4s ease;
    animation: SubMenuAnimIn5 0.4s ease;
}

@-webkit-keyframes SubMenuAnimIn1 {
    0% {
        -webkit-transform: translateX(50%);
        opacity: 0;
    }
    100% {
        -webkit-transform: translateX(0px);
        opacity: 1;
    }
}

@-webkit-keyframes SubMenuAnimIn2 {
    0% {
        -webkit-transform: translateX(100%);
        opacity: 0;
    }
    100% {
        -webkit-transform: translateX(0px);
        opacity: 1;
    }
}

@-webkit-keyframes SubMenuAnimIn3 {
    0% {
        -webkit-transform: translateZ(-300px);
        opacity: 0;
    }
    100% {
        -webkit-transform: translateZ(0px);
        opacity: 1;
    }
}

@-webkit-keyframes SubMenuAnimIn4 {
    0% {
        -webkit-transform: translateZ(300px);
        opacity: 0;
    }
    100% {
        -webkit-transform: translateZ(0px);
        opacity: 1;
    }
}

@-webkit-keyframes SubMenuAnimIn5 {
    0% {
        -webkit-transform: translateZ(-200px);
        opacity: 0;
    }
    100% {
        -webkit-transform: translateZ(0);
        opacity: 1;
    }
}

@keyframes SubMenuAnimIn1 {
    0% {
        -webkit-transform: translateX(50%);
        transform: translateX(50%);
        opacity: 0;
    }
    100% {
        -webkit-transform: translateX(0px);
        transform: translateX(0px);
        opacity: 1;
    }
}

@keyframes SubMenuAnimIn2 {
    0% {
        -webkit-transform: translateX(100%);
        transform: translateX(100%);
        opacity: 0;
    }
    100% {
        -webkit-transform: translateX(0px);
        transform: translateX(0px);
        opacity: 1;
    }
}

@keyframes SubMenuAnimIn3 {
    0% {
        -webkit-transform: translateZ(-300px);
        transform: translateZ(-300px);
        opacity: 0;
    }
    100% {
        -webkit-transform: translateZ(0px);
        transform: translateZ(0px);
        opacity: 1;
    }
}

@keyframes SubMenuAnimIn4 {
    0% {
        -webkit-transform: translateZ(300px);
        transform: translateZ(300px);
        opacity: 0;
    }
    100% {
        -webkit-transform: translateZ(0px);
        transform: translateZ(0px);
        opacity: 1;
    }
}

@keyframes SubMenuAnimIn5 {
    0% {
        -webkit-transform: translateZ(-200px);
        transform: translateZ(-200px);
        opacity: 0;
    }
    100% {
        -webkit-transform: translateZ(0);
        transform: translateZ(0);
        opacity: 1;
    }
}

.dl-menuwrapper>.dl-submenu.dl-animate-out-1 {
    -webkit-animation: SubMenuAnimOut1 0.4s ease;
    animation: SubMenuAnimOut1 0.4s ease;
}

.dl-menuwrapper>.dl-submenu.dl-animate-out-2 {
    -webkit-animation: SubMenuAnimOut2 0.3s ease-in-out;
    animation: SubMenuAnimOut2 0.3s ease-in-out;
}

.dl-menuwrapper>.dl-submenu.dl-animate-out-3 {
    -webkit-animation: SubMenuAnimOut3 0.4s ease;
    animation: SubMenuAnimOut3 0.4s ease;
}

.dl-menuwrapper>.dl-submenu.dl-animate-out-4 {
    -webkit-animation: SubMenuAnimOut4 0.4s ease;
    animation: SubMenuAnimOut4 0.4s ease;
}

.dl-menuwrapper>.dl-submenu.dl-animate-out-5 {
    -webkit-animation: SubMenuAnimOut5 0.4s ease;
    animation: SubMenuAnimOut5 0.4s ease;
}

@-webkit-keyframes SubMenuAnimOut1 {
    0% {
        -webkit-transform: translateX(0%);
        opacity: 1;
    }
    100% {
        -webkit-transform: translateX(50%);
        opacity: 0;
    }
}

@-webkit-keyframes SubMenuAnimOut2 {
    0% {
        -webkit-transform: translateX(0%);
        opacity: 1;
    }
    100% {
        -webkit-transform: translateX(100%);
        opacity: 0;
    }
}

@-webkit-keyframes SubMenuAnimOut3 {
    0% {
        -webkit-transform: translateZ(0px);
        opacity: 1;
    }
    100% {
        -webkit-transform: translateZ(-300px);
        opacity: 0;
    }
}

@-webkit-keyframes SubMenuAnimOut4 {
    0% {
        -webkit-transform: translateZ(0px);
        opacity: 1;
    }
    100% {
        -webkit-transform: translateZ(300px);
        opacity: 0;
    }
}

@-webkit-keyframes SubMenuAnimOut5 {
    0% {
        -webkit-transform: translateZ(0);
        opacity: 1;
    }
    100% {
        -webkit-transform: translateZ(-200px);
        opacity: 0;
    }
}

@keyframes SubMenuAnimOut1 {
    0% {
        -webkit-transform: translateX(0%);
        transform: translateX(0%);
        opacity: 1;
    }
    100% {
        -webkit-transform: translateX(50%);
        transform: translateX(50%);
        opacity: 0;
    }
}

@keyframes SubMenuAnimOut2 {
    0% {
        -webkit-transform: translateX(0%);
        transform: translateX(0%);
        opacity: 1;
    }
    100% {
        -webkit-transform: translateX(100%);
        transform: translateX(100%);
        opacity: 0;
    }
}

@keyframes SubMenuAnimOut3 {
    0% {
        -webkit-transform: translateZ(0px);
        transform: translateZ(0px);
        opacity: 1;
    }
    100% {
        -webkit-transform: translateZ(-300px);
        transform: translateZ(-300px);
        opacity: 0;
    }
}

@keyframes SubMenuAnimOut4 {
    0% {
        -webkit-transform: translateZ(0px);
        transform: translateZ(0px);
        opacity: 1;
    }
    100% {
        -webkit-transform: translateZ(300px);
        transform: translateZ(300px);
        opacity: 0;
    }
}

@keyframes SubMenuAnimOut5 {
    0% {
        -webkit-transform: translateZ(0);
        transform: translateZ(0);
        opacity: 1;
    }
    100% {
        -webkit-transform: translateZ(-200px);
        transform: translateZ(-200px);
        opacity: 0;
    }
}


/* No JS Fallback */

.no-js .dl-menuwrapper .dl-menu {
    position: relative;
    opacity: 1;
    -webkit-transform: none;
    transform: none;
}

.no-js .dl-menuwrapper li .dl-submenu {
    display: block;
}

.no-js .dl-menuwrapper li.dl-back {
    display: none;
}

.no-js .dl-menuwrapper li>a:not(:only-child) {
    background: rgba(0, 0, 0, 0.1);
}

.no-js .dl-menuwrapper li>a:not(:only-child):after {
    content: '';
}


/* Colors for demos */


/* Demo 1 */

.demo-1 .dl-menuwrapper button {
    background: #c62860;
}

.demo-1 .dl-menuwrapper button:hover,
.demo-1 .dl-menuwrapper button.dl-active,
.demo-1 .dl-menuwrapper ul {
    background: #9e1847;
}


/* Demo 2 */

.demo-2 .dl-menuwrapper button {
    background: #e86814;
}

.demo-2 .dl-menuwrapper button:hover,
.demo-2 .dl-menuwrapper button.dl-active,
.demo-2 .dl-menuwrapper ul {
    background: #D35400;
}


/* Demo 3 */

.demo-3 .dl-menuwrapper button {
    background: #08cbc4;
}

.demo-3 .dl-menuwrapper button:hover,
.demo-3 .dl-menuwrapper button.dl-active,
.demo-3 .dl-menuwrapper ul {
    background: #00b4ae;
}


/* Demo 4 */

.demo-4 .dl-menuwrapper button {
    background: #90b912;
}

.demo-4 .dl-menuwrapper button:hover,
.demo-4 .dl-menuwrapper button.dl-active,
.demo-4 .dl-menuwrapper ul {
    background: #79a002;
}


/* Demo 5 */

.demo-5 .dl-menuwrapper button {
    background: #744783;
}

.demo-5 .dl-menuwrapper button:hover,
.demo-5 .dl-menuwrapper button.dl-active,
.demo-5 .dl-menuwrapper ul {
    background: #643771;
}


/* Common styles of menus */

.dl-menuwrapper {
    width: 100%;
    max-width: 300px;
    float: left;
    position: relative;
    -webkit-perspective: 1000px;
    perspective: 1000px;
    -webkit-perspective-origin: 50% 200%;
    perspective-origin: 50% 200%;
}

.dl-menuwrapper:first-child {
    margin-right: 100px;
}

.dl-menuwrapper button {
    background: #ccc;
    border: none;
    width: 48px;
    height: 45px;
    text-indent: -900em;
    overflow: hidden;
    position: relative;
    cursor: pointer;
    outline: none;
}

.dl-menuwrapper button:hover,
.dl-menuwrapper button.dl-active,
.dl-menuwrapper ul {
    background: #74272f;
}

.dl-menuwrapper button:after {
    content: '';
    position: absolute;
    width: 68%;
    height: 5px;
    background: #fff;
    top: 10px;
    left: 16%;
    box-shadow: 0 10px 0 #fff, 0 20px 0 #fff;
}

.dl-menuwrapper ul {
    padding: 0;
    list-style: none;
    -webkit-transform-style: preserve-3d;
    transform-style: preserve-3d;
}

.dl-menuwrapper li {
    position: relative;
}

.dl-menuwrapper li a {
    display: block;
    position: relative;
    padding: 15px 20px;
    font-size: 16px;
    line-height: 20px;
    font-weight: 300;
    color: #fff;
    outline: none;
}

.no-touch .dl-menuwrapper li a:hover {
    background: rgba(255, 248, 213, 0.1);
}

.dl-menuwrapper li.dl-back>a {
    padding-left: 30px;
    background: rgba(0, 0, 0, 0.1);
}

.dl-menuwrapper li.dl-back:after,
.dl-menuwrapper li>a:not(:only-child):after {
    position: absolute;
    top: 0;
    line-height: 50px;
    font-family: 'icomoon';
    speak: none;
    -webkit-font-smoothing: antialiased;
    content: "\e000";
}

.dl-menuwrapper li.dl-back:after {
    left: 10px;
    color: rgba(212, 204, 198, 0.3);
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
}

.dl-menuwrapper li>a:after {
    right: 10px;
    color: rgba(0, 0, 0, 0.15);
}

.dl-menuwrapper .dl-menu {
    margin: 5px 0 0 0;
    position: absolute;
    width: 100%;
    opacity: 0;
    pointer-events: none;
    -webkit-transform: translateY(10px);
    transform: translateY(10px);
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}

.dl-menuwrapper .dl-menu.dl-menu-toggle {
    transition: all 0.3s ease;
}

.dl-menuwrapper .dl-menu.dl-menuopen {
    opacity: 1;
    pointer-events: auto;
    -webkit-transform: translateY(0px);
    transform: translateY(0px);
}


/* Hide the inner submenus */

.dl-menuwrapper li .dl-submenu {
    display: none;
}


/* 
When a submenu is openend, we will hide all li siblings.
For that we give a class to the parent menu called "dl-subview".
We also hide the submenu link. 
The opened submenu will get the class "dl-subviewopen".
All this is done for any sub-level being entered.
*/

.dl-menu.dl-subview li,
.dl-menu.dl-subview li.dl-subviewopen>a,
.dl-menu.dl-subview li.dl-subview>a {
    display: none;
}

.dl-menu.dl-subview li.dl-subview,
.dl-menu.dl-subview li.dl-subview .dl-submenu,
.dl-menu.dl-subview li.dl-subviewopen,
.dl-menu.dl-subview li.dl-subviewopen>.dl-submenu,
.dl-menu.dl-subview li.dl-subviewopen>.dl-submenu>li {
    display: block;
}


/* Dynamically added submenu outside of the menu context */

.dl-menuwrapper>.dl-submenu {
    position: absolute;
    width: 100%;
    top: 50px;
    left: 0;
    margin: 0;
}


/* Animation classes for moving out and in */

.dl-menu.dl-animate-out-1 {
    -webkit-animation: MenuAnimOut1 0.4s;
    animation: MenuAnimOut1 0.4s;
}

.dl-menu.dl-animate-out-2 {
    -webkit-animation: MenuAnimOut2 0.3s ease-in-out;
    animation: MenuAnimOut2 0.3s ease-in-out;
}

.dl-menu.dl-animate-out-3 {
    -webkit-animation: MenuAnimOut3 0.4s ease;
    animation: MenuAnimOut3 0.4s ease;
}

.dl-menu.dl-animate-out-4 {
    -webkit-animation: MenuAnimOut4 0.4s ease;
    animation: MenuAnimOut4 0.4s ease;
}

.dl-menu.dl-animate-out-5 {
    -webkit-animation: MenuAnimOut5 0.4s ease;
    animation: MenuAnimOut5 0.4s ease;
}

@-webkit-keyframes MenuAnimOut1 {
    50% {
        -webkit-transform: translateZ(-250px) rotateY(30deg);
    }
    75% {
        -webkit-transform: translateZ(-372.5px) rotateY(15deg);
        opacity: 0.5;
    }
    100% {
        -webkit-transform: translateZ(-500px) rotateY(0deg);
        opacity: 0;
    }
}

@-webkit-keyframes MenuAnimOut2 {
    100% {
        -webkit-transform: translateX(-100%);
        opacity: 0;
    }
}

@-webkit-keyframes MenuAnimOut3 {
    100% {
        -webkit-transform: translateZ(300px);
        opacity: 0;
    }
}

@-webkit-keyframes MenuAnimOut4 {
    100% {
        -webkit-transform: translateZ(-300px);
        opacity: 0;
    }
}

@-webkit-keyframes MenuAnimOut5 {
    100% {
        -webkit-transform: translateY(40%);
        opacity: 0;
    }
}

@keyframes MenuAnimOut1 {
    50% {
        -webkit-transform: translateZ(-250px) rotateY(30deg);
        transform: translateZ(-250px) rotateY(30deg);
    }
    75% {
        -webkit-transform: translateZ(-372.5px) rotateY(15deg);
        transform: translateZ(-372.5px) rotateY(15deg);
        opacity: 0.5;
    }
    100% {
        -webkit-transform: translateZ(-500px) rotateY(0deg);
        transform: translateZ(-500px) rotateY(0deg);
        opacity: 0;
    }
}

@keyframes MenuAnimOut2 {
    100% {
        -webkit-transform: translateX(-100%);
        transform: translateX(-100%);
        opacity: 0;
    }
}

@keyframes MenuAnimOut3 {
    100% {
        -webkit-transform: translateZ(300px);
        transform: translateZ(300px);
        opacity: 0;
    }
}

@keyframes MenuAnimOut4 {
    100% {
        -webkit-transform: translateZ(-300px);
        transform: translateZ(-300px);
        opacity: 0;
    }
}

@keyframes MenuAnimOut5 {
    100% {
        -webkit-transform: translateY(40%);
        transform: translateY(40%);
        opacity: 0;
    }
}

.dl-menu.dl-animate-in-1 {
    -webkit-animation: MenuAnimIn1 0.3s;
    animation: MenuAnimIn1 0.3s;
}

.dl-menu.dl-animate-in-2 {
    -webkit-animation: MenuAnimIn2 0.3s ease-in-out;
    animation: MenuAnimIn2 0.3s ease-in-out;
}

.dl-menu.dl-animate-in-3 {
    -webkit-animation: MenuAnimIn3 0.4s ease;
    animation: MenuAnimIn3 0.4s ease;
}

.dl-menu.dl-animate-in-4 {
    -webkit-animation: MenuAnimIn4 0.4s ease;
    animation: MenuAnimIn4 0.4s ease;
}

.dl-menu.dl-animate-in-5 {
    -webkit-animation: MenuAnimIn5 0.4s ease;
    animation: MenuAnimIn5 0.4s ease;
}

@-webkit-keyframes MenuAnimIn1 {
    0% {
        -webkit-transform: translateZ(-500px) rotateY(0deg);
        opacity: 0;
    }
    20% {
        -webkit-transform: translateZ(-250px) rotateY(30deg);
        opacity: 0.5;
    }
    100% {
        -webkit-transform: translateZ(0px) rotateY(0deg);
        opacity: 1;
    }
}

@-webkit-keyframes MenuAnimIn2 {
    0% {
        -webkit-transform: translateX(-100%);
        opacity: 0;
    }
    100% {
        -webkit-transform: translateX(0px);
        opacity: 1;
    }
}

@-webkit-keyframes MenuAnimIn3 {
    0% {
        -webkit-transform: translateZ(300px);
        opacity: 0;
    }
    100% {
        -webkit-transform: translateZ(0px);
        opacity: 1;
    }
}

@-webkit-keyframes MenuAnimIn4 {
    0% {
        -webkit-transform: translateZ(-300px);
        opacity: 0;
    }
    100% {
        -webkit-transform: translateZ(0px);
        opacity: 1;
    }
}

@-webkit-keyframes MenuAnimIn5 {
    0% {
        -webkit-transform: translateY(40%);
        opacity: 0;
    }
    100% {
        -webkit-transform: translateY(0);
        opacity: 1;
    }
}

@keyframes MenuAnimIn1 {
    0% {
        -webkit-transform: translateZ(-500px) rotateY(0deg);
        transform: translateZ(-500px) rotateY(0deg);
        opacity: 0;
    }
    20% {
        -webkit-transform: translateZ(-250px) rotateY(30deg);
        transform: translateZ(-250px) rotateY(30deg);
        opacity: 0.5;
    }
    100% {
        -webkit-transform: translateZ(0px) rotateY(0deg);
        transform: translateZ(0px) rotateY(0deg);
        opacity: 1;
    }
}

@keyframes MenuAnimIn2 {
    0% {
        -webkit-transform: translateX(-100%);
        transform: translateX(-100%);
        opacity: 0;
    }
    100% {
        -webkit-transform: translateX(0px);
        transform: translateX(0px);
        opacity: 1;
    }
}

@keyframes MenuAnimIn3 {
    0% {
        -webkit-transform: translateZ(300px);
        transform: translateZ(300px);
        opacity: 0;
    }
    100% {
        -webkit-transform: translateZ(0px);
        transform: translateZ(0px);
        opacity: 1;
    }
}

@keyframes MenuAnimIn4 {
    0% {
        -webkit-transform: translateZ(-300px);
        transform: translateZ(-300px);
        opacity: 0;
    }
    100% {
        -webkit-transform: translateZ(0px);
        transform: translateZ(0px);
        opacity: 1;
    }
}

@keyframes MenuAnimIn5 {
    0% {
        -webkit-transform: translateY(40%);
        transform: translateY(40%);
        opacity: 0;
    }
    100% {
        -webkit-transform: translateY(0);
        transform: translateY(0);
        opacity: 1;
    }
}

.dl-menuwrapper>.dl-submenu.dl-animate-in-1 {
    -webkit-animation: SubMenuAnimIn1 0.4s ease;
    animation: SubMenuAnimIn1 0.4s ease;
}

.dl-menuwrapper>.dl-submenu.dl-animate-in-2 {
    -webkit-animation: SubMenuAnimIn2 0.3s ease-in-out;
    animation: SubMenuAnimIn2 0.3s ease-in-out;
}

.dl-menuwrapper>.dl-submenu.dl-animate-in-3 {
    -webkit-animation: SubMenuAnimIn3 0.4s ease;
    animation: SubMenuAnimIn3 0.4s ease;
}

.dl-menuwrapper>.dl-submenu.dl-animate-in-4 {
    -webkit-animation: SubMenuAnimIn4 0.4s ease;
    animation: SubMenuAnimIn4 0.4s ease;
}

.dl-menuwrapper>.dl-submenu.dl-animate-in-5 {
    -webkit-animation: SubMenuAnimIn5 0.4s ease;
    animation: SubMenuAnimIn5 0.4s ease;
}

@-webkit-keyframes SubMenuAnimIn1 {
    0% {
        -webkit-transform: translateX(50%);
        opacity: 0;
    }
    100% {
        -webkit-transform: translateX(0px);
        opacity: 1;
    }
}

@-webkit-keyframes SubMenuAnimIn2 {
    0% {
        -webkit-transform: translateX(100%);
        opacity: 0;
    }
    100% {
        -webkit-transform: translateX(0px);
        opacity: 1;
    }
}

@-webkit-keyframes SubMenuAnimIn3 {
    0% {
        -webkit-transform: translateZ(-300px);
        opacity: 0;
    }
    100% {
        -webkit-transform: translateZ(0px);
        opacity: 1;
    }
}

@-webkit-keyframes SubMenuAnimIn4 {
    0% {
        -webkit-transform: translateZ(300px);
        opacity: 0;
    }
    100% {
        -webkit-transform: translateZ(0px);
        opacity: 1;
    }
}

@-webkit-keyframes SubMenuAnimIn5 {
    0% {
        -webkit-transform: translateZ(-200px);
        opacity: 0;
    }
    100% {
        -webkit-transform: translateZ(0);
        opacity: 1;
    }
}

@keyframes SubMenuAnimIn1 {
    0% {
        -webkit-transform: translateX(50%);
        transform: translateX(50%);
        opacity: 0;
    }
    100% {
        -webkit-transform: translateX(0px);
        transform: translateX(0px);
        opacity: 1;
    }
}

@keyframes SubMenuAnimIn2 {
    0% {
        -webkit-transform: translateX(100%);
        transform: translateX(100%);
        opacity: 0;
    }
    100% {
        -webkit-transform: translateX(0px);
        transform: translateX(0px);
        opacity: 1;
    }
}

@keyframes SubMenuAnimIn3 {
    0% {
        -webkit-transform: translateZ(-300px);
        transform: translateZ(-300px);
        opacity: 0;
    }
    100% {
        -webkit-transform: translateZ(0px);
        transform: translateZ(0px);
        opacity: 1;
    }
}

@keyframes SubMenuAnimIn4 {
    0% {
        -webkit-transform: translateZ(300px);
        transform: translateZ(300px);
        opacity: 0;
    }
    100% {
        -webkit-transform: translateZ(0px);
        transform: translateZ(0px);
        opacity: 1;
    }
}

@keyframes SubMenuAnimIn5 {
    0% {
        -webkit-transform: translateZ(-200px);
        transform: translateZ(-200px);
        opacity: 0;
    }
    100% {
        -webkit-transform: translateZ(0);
        transform: translateZ(0);
        opacity: 1;
    }
}

.dl-menuwrapper>.dl-submenu.dl-animate-out-1 {
    -webkit-animation: SubMenuAnimOut1 0.4s ease;
    animation: SubMenuAnimOut1 0.4s ease;
}

.dl-menuwrapper>.dl-submenu.dl-animate-out-2 {
    -webkit-animation: SubMenuAnimOut2 0.3s ease-in-out;
    animation: SubMenuAnimOut2 0.3s ease-in-out;
}

.dl-menuwrapper>.dl-submenu.dl-animate-out-3 {
    -webkit-animation: SubMenuAnimOut3 0.4s ease;
    animation: SubMenuAnimOut3 0.4s ease;
}

.dl-menuwrapper>.dl-submenu.dl-animate-out-4 {
    -webkit-animation: SubMenuAnimOut4 0.4s ease;
    animation: SubMenuAnimOut4 0.4s ease;
}

.dl-menuwrapper>.dl-submenu.dl-animate-out-5 {
    -webkit-animation: SubMenuAnimOut5 0.4s ease;
    animation: SubMenuAnimOut5 0.4s ease;
}

@-webkit-keyframes SubMenuAnimOut1 {
    0% {
        -webkit-transform: translateX(0%);
        opacity: 1;
    }
    100% {
        -webkit-transform: translateX(50%);
        opacity: 0;
    }
}

@-webkit-keyframes SubMenuAnimOut2 {
    0% {
        -webkit-transform: translateX(0%);
        opacity: 1;
    }
    100% {
        -webkit-transform: translateX(100%);
        opacity: 0;
    }
}

@-webkit-keyframes SubMenuAnimOut3 {
    0% {
        -webkit-transform: translateZ(0px);
        opacity: 1;
    }
    100% {
        -webkit-transform: translateZ(-300px);
        opacity: 0;
    }
}

@-webkit-keyframes SubMenuAnimOut4 {
    0% {
        -webkit-transform: translateZ(0px);
        opacity: 1;
    }
    100% {
        -webkit-transform: translateZ(300px);
        opacity: 0;
    }
}

@-webkit-keyframes SubMenuAnimOut5 {
    0% {
        -webkit-transform: translateZ(0);
        opacity: 1;
    }
    100% {
        -webkit-transform: translateZ(-200px);
        opacity: 0;
    }
}

@keyframes SubMenuAnimOut1 {
    0% {
        -webkit-transform: translateX(0%);
        transform: translateX(0%);
        opacity: 1;
    }
    100% {
        -webkit-transform: translateX(50%);
        transform: translateX(50%);
        opacity: 0;
    }
}

@keyframes SubMenuAnimOut2 {
    0% {
        -webkit-transform: translateX(0%);
        transform: translateX(0%);
        opacity: 1;
    }
    100% {
        -webkit-transform: translateX(100%);
        transform: translateX(100%);
        opacity: 0;
    }
}

@keyframes SubMenuAnimOut3 {
    0% {
        -webkit-transform: translateZ(0px);
        transform: translateZ(0px);
        opacity: 1;
    }
    100% {
        -webkit-transform: translateZ(-300px);
        transform: translateZ(-300px);
        opacity: 0;
    }
}

@keyframes SubMenuAnimOut4 {
    0% {
        -webkit-transform: translateZ(0px);
        transform: translateZ(0px);
        opacity: 1;
    }
    100% {
        -webkit-transform: translateZ(300px);
        transform: translateZ(300px);
        opacity: 0;
    }
}

@keyframes SubMenuAnimOut5 {
    0% {
        -webkit-transform: translateZ(0);
        transform: translateZ(0);
        opacity: 1;
    }
    100% {
        -webkit-transform: translateZ(-200px);
        transform: translateZ(-200px);
        opacity: 0;
    }
}


/* No JS Fallback */

.no-js .dl-menuwrapper .dl-menu {
    position: relative;
    opacity: 1;
    -webkit-transform: none;
    transform: none;
}

.no-js .dl-menuwrapper li .dl-submenu {
    display: block;
}

.no-js .dl-menuwrapper li.dl-back {
    display: none;
}

.no-js .dl-menuwrapper li>a:not(:only-child) {
    background: rgba(0, 0, 0, 0.1);
}

.no-js .dl-menuwrapper li>a:not(:only-child):after {
    content: '';
}


/* Colors for demos */


/* Demo 1 */

.demo-1 .dl-menuwrapper button {
    background: #c62860;
}

.demo-1 .dl-menuwrapper button:hover,
.demo-1 .dl-menuwrapper button.dl-active,
.demo-1 .dl-menuwrapper ul {
    background: #9e1847;
}


/* Demo 2 */

.demo-2 .dl-menuwrapper button {
    background: #e86814;
}

.demo-2 .dl-menuwrapper button:hover,
.demo-2 .dl-menuwrapper button.dl-active,
.demo-2 .dl-menuwrapper ul {
    background: #D35400;
}


/* Demo 3 */

.demo-3 .dl-menuwrapper button {
    background: #08cbc4;
}

.demo-3 .dl-menuwrapper button:hover,
.demo-3 .dl-menuwrapper button.dl-active,
.demo-3 .dl-menuwrapper ul {
    background: #00b4ae;
}


/* Demo 4 */

.demo-4 .dl-menuwrapper button {
    background: #90b912;
}

.demo-4 .dl-menuwrapper button:hover,
.demo-4 .dl-menuwrapper button.dl-active,
.demo-4 .dl-menuwrapper ul {
    background: #79a002;
}


/* Demo 5 */

.demo-5 .dl-menuwrapper button {
    background: #744783;
}

.demo-5 .dl-menuwrapper button:hover,
.demo-5 .dl-menuwrapper button.dl-active,
.demo-5 .dl-menuwrapper ul {
    background: #643771;
}


/* --- LOADING [less.footer] from assets/components/core/less/footer.less */

#footer {
    font-weight: 600;
    position: relative;
    overflow: hidden;
    z-index: 10000;
    border-bottom: 1px solid #dbdbdb;
    border-top: 1px solid #dbdbdb;
}

#footer a:not(.btn) {
    color: #7c7c7c;
}

#footer .copy {
    background: #e5e5e5;
    text-align: center;
    padding: 0 10px;
    font-size: 12px;
    height: 40px;
    line-height: 40px;
}

#footer .copy a {
    color: #7c7c7c;
    text-decoration: underline;
}


/* --- LOADING [less.responsive] from assets/components/core/less/responsive.less */


/* Desktop wide */

@media (min-width: 1200px) {
    .navbar.main .topnav>li.search form input {
        width: 155px;
    }
}


/* Desktop regular */

@media (min-width: 980px) and (max-width: 1199px) {
    body>.container-fluid.fixed {
        width: 98%;
        margin: 10px auto 10px;
    }
    .hidden-desktop-1 {
        display: none !important;
    }
}


/* Tablet */

@media (max-width: 979px) and (min-width: 768px) {
    .navbar.main .topnav>li.search {
        margin-left: 10px !important;
    }
    /* Dashboard Fix */
    .tablet-column-reset {
        float: none !important;
        width: 100% !important;
        margin-left: 0 !important;
        clear: both !important;
    }
    .container-960 {
        width: auto;
    }
    #content>.container-960,
    #content [id*="landing"] .container-960 {
        margin: 0 10px;
    }
}

@media (max-width: 979px) {
    body>.container-fluid.fixed {
        width: auto;
        border: none;
        margin: 0;
    }
    html.front.top-full .navbar.main ul.topnav:first-of-type {
        margin: 0;
    }
}

@media (max-width: 767px) {
    body {
        padding: 0;
    }
    .container-960 {
        width: auto;
    }
    .nav-tabs>li>a {
        font-size: 10pt;
    }
    .nav-tabs>li>a,
    .nav-pills>li>a {
        padding-left: 5px;
        padding-right: 5px;
    }
    .documentation .span3 .menu.affix {
        position: relative;
        top: 0;
        width: auto;
    }
    .phone-margin.bottom {
        margin: 0 0 10px;
    }
    .well {
        padding: 5px;
    }
    .widget .widget-body {
        padding: 5px;
    }
    .widget.margin-bottom-none {
        margin-bottom: 10px;
    }
    .widget.widget-tabs .widget-head {
        height: auto;
        padding: 0;
    }
    .widget.widget-tabs .widget-head ul {
        display: block;
        border-right: none;
        height: auto;
    }
    .widget.widget-tabs .widget-head ul li {
        float: none;
        display: block;
        width: 100%;
    }
    .widget.widget-tabs-icons-only .widget-head {
        height: auto;
    }
    .widget-activity ul.list li>span.ellipsis {
        max-width: 60%;
    }
    .widget-activity ul.list li.double>span.ellipsis {
        max-width: 75%;
    }
    .widget-gallery .nav {
        display: none;
    }
    .widget-gallery.widget-gallery-slide .gallery {
        width: auto;
    }
    .widget-chat .media .pull-left,
    .widget-chat .media .pull-right {
        margin: 0;
    }
    .widget-chat .media small.author {
        position: relative;
        top: auto;
        left: auto;
        right: auto;
        width: auto;
    }
    .widget-chat .media small.date {
        border: none;
    }
    .tabsbar,
    .tabsbar.tabsbar-2 {
        height: auto;
    }
    .tabsbar ul,
    .tabsbar.tabsbar-2 ul {
        height: auto;
    }
    .widget-activity ul.list {
        margin: 0;
    }
    .widget.widget-tabs.widget-tabs-icons-only-2 .widget-head {
        height: 35px;
    }
    .widget.widget-tabs.widget-tabs-icons-only-2 .widget-head ul li {
        float: left;
        width: auto;
    }
    .media {
        text-align: center;
    }
    .media .pull-left,
    .media .pull-right {
        border: none;
        padding-bottom: 0;
        margin: 0;
    }
    .media img.pull-left,
    .media img.pull-right {
        display: inline-block;
    }
    .media blockquote {
        padding: 0;
        text-align: center;
    }
    .media blockquote.pull-right p,
    .media blockquote.pull-right small {
        text-align: center;
    }
    .menu-right #menu {
        left: 0;
        right: auto;
    }
    .menu-right.menu-hidden #content {
        margin: 0;
    }
    .row-merge>[class*="span"]~[class*="span"] {
        width: auto;
    }
    .row-merge>[class*="span"]~[class*="span"]:after {
        display: none;
    }
    .row-merge.border-top,
    .row-merge~.row-merge {
        border-top: 1px solid #e5e5e5;
    }
    body.login #login {
        padding: 50px 5px;
    }
    #gritter-notice-wrapper {
        display: none !important;
    }
    html.top-full .topnav .dropdown.submenu {
        height: auto;
    }
    html.top-full .topnav .dropdown.submenu .submenu-show {
        border: none !important;
        display: block !important;
        position: relative;
        margin: 0 !important;
        top: auto !important;
        left: auto !important;
        right: auto !important;
    }
    html.sidebar.sidebar-full body .menu-right #menu .slim-scroll>ul>li.open .dropdown-menu.submenu-show.pull-right,
    html.sidebar.sidebar-full body .menu-right #menu>ul>li.open .dropdown-menu.submenu-show.pull-right {
        border: none !important;
        display: block !important;
        position: relative;
        margin: 0 !important;
        top: auto !important;
        left: auto !important;
        right: auto !important;
    }
    html.front.top-full .menu-hidden .navbar.main {
        height: 100px;
    }
    html.front.top-full .menu-hidden .navbar.main .topnav>li:not(:first-of-type) {
        display: none;
    }
    html.top-full.sidebar-full .menu-left .navbar.main {
        border-left: 1px solid #46181c;
    }
    html.top-full.sidebar-full .menu-right .navbar.main {
        border-right: 1px solid #46181c;
    }
    html.top-full .navbar.main {
        height: auto;
        border-bottom: none;
    }
    html.top-full .navbar.main .btn-navbar {
        border-bottom: 1px solid #46181c;
        border-right: 1px solid #46181c;
        height: 50px;
    }
    html.top-full .navbar.main .topnav {
        border-left: none;
        border-right: none;
        float: none !important;
    }
    html.top-full .navbar.main .topnav>li {
        float: none;
        border-top: 1px solid #9a343e;
        border-bottom: 1px solid #46181c;
        height: 50px;
        line-height: 50px;
    }
    html.top-full .navbar.main .topnav>li.active,
    html.top-full .navbar.main .topnav>li:hover,
    html.top-full .navbar.main .topnav>li.open {
        padding: 8px;
    }
    html.top-full .navbar.main .topnav>li.search form {
        position: relative;
    }
    html.top-full .navbar.main .topnav>li.search form input {
        width: 90%;
    }
    html.top-full .navbar.main .topnav>li.search form button {
        position: absolute;
        right: 0;
        top: 0;
    }
    html.top-full .navbar.main .topnav>li:first-child {
        border-top: none;
        margin-left: 43px;
    }
    html.top-full .navbar.main .topnav>li .dropdown.submenu .dropdown-menu {
        position: relative;
        float: none;
        display: block !important;
        padding: 0;
        border: none;
        border-top: 1px solid #f3f3f3;
    }
    .menu-hidden .navbar.main {
        height: 50px;
    }
    #landing_1 [class*="span"],
    #landing_2 [class*="span"] {
        padding: 0 5px;
    }
    #landing_1 .banner-1,
    #landing_2 .banner-1 {
        height: auto;
    }
    #landing_1 .banner-1 .item,
    #landing_2 .banner-1 .item {
        height: auto;
    }
    #landing_1 .banner-1 .item img,
    #landing_2 .banner-1 .item img {
        min-height: 0;
        height: auto;
    }
    #landing_1 .banner-1 .carousel-caption,
    #landing_2 .banner-1 .carousel-caption {
        height: auto;
    }
    #landing_1 .banner,
    #landing_2 .banner {
        height: auto;
    }
    #landing_1 .banner .banner-wrapper,
    #landing_2 .banner .banner-wrapper {
        height: auto;
    }
    #landing_1 .banner .banner-wrapper.banner-1 h3,
    #landing_2 .banner .banner-wrapper.banner-1 h3,
    #landing_1 .banner .banner-wrapper.banner-1 p,
    #landing_2 .banner .banner-wrapper.banner-1 p,
    #landing_1 .banner .banner-wrapper.banner-1 .btn,
    #landing_2 .banner .banner-wrapper.banner-1 .btn,
    #landing_1 .banner .banner-wrapper.banner-1 .btn.btn-primary,
    #landing_2 .banner .banner-wrapper.banner-1 .btn.btn-primary,
    #landing_1 .banner .banner-wrapper.banner-1 .btn.btn-danger,
    #landing_2 .banner .banner-wrapper.banner-1 .btn.btn-danger {
        position: relative;
        top: auto;
        right: auto;
        left: auto;
        bottom: auto;
        margin: 0;
    }
    #landing_1 .banner .banner-wrapper.banner-1 .btn,
    #landing_2 .banner .banner-wrapper.banner-1 .btn {
        display: block;
        -webkit-border-radius: 0 0 0 0;
        -moz-border-radius: 0 0 0 0;
        border-radius: 0 0 0 0;
    }
    #landing_1 .banner .banner-wrapper.banner-1 p,
    #landing_2 .banner .banner-wrapper.banner-1 p {
        margin: 0 0 5px;
        text-align: center;
        width: auto;
    }
    #landing_1 .banner .banner-wrapper.banner-1 h3,
    #landing_2 .banner .banner-wrapper.banner-1 h3 {
        font-size: 12pt;
        line-height: 46px;
        text-align: center;
        margin: 0;
    }
    .social-large {
        height: auto;
    }
    .social-large a {
        float: none;
        display: block;
        border: none;
        border-bottom: 1px solid #e5e5e5;
    }
    .social-large a:last-child {
        border: none;
    }
    #content .heading-mosaic {
        height: auto !important;
        padding-top: 10px;
        padding-bottom: 10px;
        line-height: normal !important;
    }
}

@media (max-width: 480px) {
    h1,
    h2,
    h3 {
        line-height: 30px;
        font-size: 18pt;
    }
    h3.glyphicons i:before,
    h2.glyphicons i:before {
        font-size: 24px;
        top: 3px;
        left: 5px;
    }
    .heading-buttons .buttons {
        margin-top: 10px;
        float: none;
        padding: 0 10px;
        text-align: center;
    }
    .heading-buttons .buttons .btn {
        margin: 0;
        float: none;
    }
    .separator {
        padding: 5px 0;
        margin: 0;
    }
    .table-condensed th,
    .table-condensed td {
        padding: 4px 5px;
    }
    p.glyphicons {
        padding: 5px 0 10px 55px;
    }
    p.glyphicons i:before {
        color: #D67170;
        font-size: 35pt;
        top: 0;
    }
    p.glyphicons.right {
        padding: 0 55px 0 0;
    }
}

@media (max-width: 320px) {
    .nav-tabs>li,
    .nav-tabs>li>a,
    .nav-tabs>li>a:hover {
        display: block;
        float: none;
        margin: 0 0 -1px;
        border-color: #74272f;
    }
    .nav-tabs>li:hover {
        border-color: #74272f;
    }
    .nav-tabs>li,
    .nav-tabs>li>a {
        border-color: #E0D5C6;
        background: #F5EADB;
        -webkit-border-radius: 0 0 0 0;
        -moz-border-radius: 0 0 0 0;
        border-radius: 0 0 0 0;
    }
}


/*NOTIFICATIONS*/


/* --- LOADING [css.jquery.notyfy] from assets/components/modules/admin/notifications/notyfy/assets/lib/css/jquery.notyfy.css */


/* --- LOADING [css.notyfy.theme.default] from assets/components/modules/admin/notifications/notyfy/assets/lib/css/notyfy.theme.default.css */


/* --- LOADING [less.notyfy] from assets/components/modules/admin/notifications/notyfy/assets/custom/less/notyfy.less */

.notyfy_wrapper {
    border: none;
    -webkit-border-radius: 0 0 0 0;
    -moz-border-radius: 0 0 0 0;
    border-radius: 0 0 0 0;
}

.notyfy_wrapper.notyfy_alert {
    background: #ffffff;
}

.notyfy_wrapper.notyfy_error {
    background: #bd362f;
    color: #fff;
}

.notyfy_wrapper.notyfy_success {
    background: #609450;
    color: #fff;
}

.notyfy_wrapper.notyfy_warning {
    background: #ab7a4b;
    color: #fff;
}

.notyfy_wrapper.notyfy_information {
    background: #74a6d0;
    color: #fff;
}

.notyfy_wrapper.notyfy_confirm {
    background: #ffffff;
}

.notyfy_wrapper.notyfy_primary {
    background: #74272f;
    border: none;
}

.notyfy_wrapper.notyfy_primary,
.notyfy_wrapper.notyfy_primary * {
    color: #fff;
}

.notyfy_wrapper.notyfy_default {
    background: #fafafa;
}

.notyfy_wrapper.notyfy_dark {
    background: #4a4846;
}

.notyfy_wrapper.notyfy_dark,
.notyfy_wrapper.notyfy_dark * {
    color: #fff;
}

#notyfy_container_top {
    top: 0;
    left: 0;
    width: 100%;
}

#notyfy_container_top .notyfy_wrapper {
    -webkit-border-radius: 0 0 0 0;
    -moz-border-radius: 0 0 0 0;
    border-radius: 0 0 0 0;
}

#content-notification .notyfy_wrapper {
    border: none;
    box-shadow: inset 0 8px 8px -8px rgba(0, 0, 0, 0.5), inset 0 -8px 8px -8px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: inset 0 8px 8px -8px rgba(0, 0, 0, 0.5), inset 0 -8px 8px -8px rgba(0, 0, 0, 0.2);
    -webkit-box-shadow: inset 0 8px 8px -8px rgba(0, 0, 0, 0.5), inset 0 -8px 8px -8px rgba(0, 0, 0, 0.2);
    -webkit-border-radius: 0 0 0 0;
    -moz-border-radius: 0 0 0 0;
    border-radius: 0 0 0 0;
}

#content-notification .notyfy_wrapper p {
    margin: 0;
}

#content-notification .notyfy_wrapper .notyfy_message {
    padding: 15px 10px;
}

#content-notification .notyfy_wrapper.notyfy_default {
    background: #fafafa;
}

#content-notification .notyfy_wrapper.notyfy_dark {
    background: #4a4846;
}

#content-notification .notyfy_wrapper.notyfy_primary {
    background: #74272f;
    box-shadow: inset 0 8px 8px -8px #000000, inset 0 -8px 8px -8px #280d10;
    -moz-box-shadow: inset 0 8px 8px -8px #000000, inset 0 -8px 8px -8px #280d10;
    -webkit-box-shadow: inset 0 8px 8px -8px #000000, inset 0 -8px 8px -8px #280d10;
}


/* --- LOADING [css.jquery.gritter] from assets/components/modules/admin/notifications/gritter/assets/lib/css/jquery.gritter.css */


/* --- LOADING [less.gritter] from assets/components/modules/admin/notifications/gritter/assets/custom/less/gritter.less */

#gritter-notice-wrapper {
    z-index: 99999;
}

.gritter-item-wrapper .gritter-item p {
    margin: 0 0 10px;
}

.gritter-item-wrapper .gritter-item p:last-child {
    margin: 0;
}

.gritter-item-wrapper.gritter-primary .gritter-top {
    display: none;
}

.gritter-item-wrapper.gritter-primary .gritter-bottom {
    display: none;
}

.gritter-item-wrapper.gritter-primary .gritter-item {
    background: rgba(116, 39, 47, 0.9);
    padding: 10px 10px 15px;
    -webkit-border-radius: 10px 10px 10px 10px;
    -moz-border-radius: 10px 10px 10px 10px;
    border-radius: 10px 10px 10px 10px;
    color: #fff;
}

.gritter-item-wrapper.gritter-primary .gritter-item a {
    color: #fff;
    text-decoration: underline;
}


/*TABS*/


/* --- LOADING [less.tabs] from assets/components/modules/admin/tabs/assets/tabs.less */

.widget.widget-tabs {
    border-color: #dbdbdb;
}

.widget.widget-tabs .tab-content {
    padding: 0;
}

.widget.widget-tabs>.widget-head {
    background: #ffffff;
    border-color: #dbdbdb;
    overflow: visible;
}

.widget.widget-tabs>.widget-head ul {
    position: relative;
    overflow: visible;
    list-style: none;
    height: 35px;
    margin: 0;
    padding: 0;
    display: inline-block;
}

.widget.widget-tabs>.widget-head ul li {
    height: 35px;
    line-height: 35px;
    float: left;
    display: block;
    border-right: 1px solid #dbdbdb;
}

.widget.widget-tabs>.widget-head ul li a {
    width: auto;
    height: 35px;
    display: block;
    padding: 0 15px;
    position: relative;
    overflow: hidden;
    color: #999;
    text-decoration: none;
    font-weight: 600;
}

.widget.widget-tabs>.widget-head ul li a i:before {
    left: 5px;
    top: 5px;
    color: #eaeaea;
}

.widget.widget-tabs>.widget-head ul li a.glyphicons {
    padding: 0 15px 0 35px;
}

.widget.widget-tabs>.widget-head ul li a .label.pull-right {
    margin-top: 9px;
}

.widget.widget-tabs>.widget-head ul li.active {
    height: 36px;
    background: #fff;
    color: #505050;
}

.widget.widget-tabs>.widget-head ul li.active a {
    color: #505050;
}

.widget.widget-tabs>.widget-head ul li.active a i:before {
    color: #505050;
}

.widget.widget-tabs>.widget-head ul li.active:first-child {
    -webkit-border-radius: 5px 0 0 0;
    -moz-border-radius: 5px 0 0 0;
    border-radius: 5px 0 0 0;
}

.widget.widget-tabs>.widget-body.large {
    padding: 25px;
}

@media (max-width: 991px) {
    .widget.widget-tabs.widget-tabs-responsive>.widget-head {
        height: auto;
        padding: 0;
    }
    .widget.widget-tabs.widget-tabs-responsive>.widget-head ul {
        display: block;
        height: auto;
    }
    .widget.widget-tabs.widget-tabs-responsive>.widget-head ul li {
        display: block;
        float: none;
        border-right: none;
        border-bottom: 1px solid #dbdbdb;
    }
    .widget.widget-tabs.widget-tabs-responsive>.widget-head ul li:last-of-type {
        border-bottom: none;
    }
}

.widget.widget-tabs-double>.widget-head {
    height: 50px;
}

.widget.widget-tabs-double>.widget-head ul {
    height: 50px;
}

.widget.widget-tabs-double>.widget-head ul li,
.widget.widget-tabs-double>.widget-head ul li.active {
    height: 50px;
    line-height: 25px;
}

.widget.widget-tabs-double>.widget-head ul li a,
.widget.widget-tabs-double>.widget-head ul li.active a {
    height: 50px;
    padding: 5px 0 0;
}

.widget.widget-tabs-double>.widget-head ul li a span,
.widget.widget-tabs-double>.widget-head ul li.active a span {
    display: block;
    line-height: 15px;
}

.widget.widget-tabs-double>.widget-head ul li a.glyphicons,
.widget.widget-tabs-double>.widget-head ul li.active a.glyphicons {
    padding: 10px 15px 0 42px;
}

.widget.widget-tabs-double>.widget-head ul li a.glyphicons i:before,
.widget.widget-tabs-double>.widget-head ul li.active a.glyphicons i:before {
    left: 6px;
    top: 9px;
    font-size: 20px;
}

@media (max-width: 991px) {
    .widget.widget-tabs-double>.widget-head {
        height: auto;
    }
    .widget.widget-tabs-double>.widget-head ul {
        height: auto;
    }
    .widget.widget-tabs-double>.widget-head ul li {
        display: block;
        float: none;
    }
}

.widget.widget-tabs-double-2 {
    border: none;
}

.widget.widget-tabs-double-2>.widget-head {
    border: 1px solid #dbdbdb;
    border-bottom: none;
    height: 70px;
}

.widget.widget-tabs-double-2>.widget-head.border-bottom {
    border-bottom: 1px solid #dbdbdb;
}

.widget.widget-tabs-double-2>.widget-head ul {
    height: 70px;
}

.widget.widget-tabs-double-2>.widget-head ul li {
    height: 70px;
    line-height: 20px;
}

.widget.widget-tabs-double-2>.widget-head ul li a {
    height: 70px;
    padding: 5px 0 0;
    text-decoration: none;
    text-align: center;
}

.widget.widget-tabs-double-2>.widget-head ul li a span {
    display: block;
    line-height: 30px;
}

.widget.widget-tabs-double-2>.widget-head ul li a.glyphicons {
    padding: 0 15px;
}

.widget.widget-tabs-double-2>.widget-head ul li a.glyphicons i {
    display: block;
    height: 37px;
    padding: 13px 0 0;
    line-height: 24px;
    text-align: center;
}

.widget.widget-tabs-double-2>.widget-head ul li a.glyphicons i:before {
    left: auto;
    top: auto;
    font-size: 24px;
    position: relative;
}

.widget.widget-tabs-double-2>.widget-head ul li.active {
    height: 70px;
    background: #ffffff;
}

.widget.widget-tabs-double-2>.widget-head ul li.active a {
    color: #74272f;
}

.widget.widget-tabs-double-2>.widget-head ul li.active a i:before {
    color: #74272f;
}

.widget.widget-tabs-double-2>.widget-head ul li:hover {
    background: #ffffff;
    height: 70px;
}

.widget.widget-tabs-double-2>.widget-head ul li:hover a {
    color: #74272f;
}

.widget.widget-tabs-double-2>.widget-head ul li:hover a i:before {
    color: #74272f;
}

.widget.widget-tabs-double-2>.widget-body {
    padding: 0;
}

.widget.widget-tabs-double-2 .widget-body-regular {
    padding: 10px;
    border: 1px solid #dbdbdb;
}

.widget.widget-tabs-double-2 .widget-body-regular p:last-child {
    margin: 0;
}

@media (max-width: 991px) {
    .widget.widget-tabs-double-2>.widget-head {
        height: auto;
    }
    .widget.widget-tabs-double-2>.widget-head ul {
        height: auto;
    }
    .widget.widget-tabs-double-2>.widget-head ul li {
        display: block;
        float: none;
    }
}

.widget.widget-tabs-social-account {
    border: none;
}

.widget.widget-tabs-social-account>.widget-head {
    border-bottom: none;
    height: 70px;
}

.widget.widget-tabs-social-account>.widget-head ul {
    height: 70px;
}

.widget.widget-tabs-social-account>.widget-head ul li {
    height: 70px;
    line-height: 20px;
}

.widget.widget-tabs-social-account>.widget-head ul li:first-child.active {
    -webkit-border-radius: 0 0 0 0;
    -moz-border-radius: 0 0 0 0;
    border-radius: 0 0 0 0;
}

.widget.widget-tabs-social-account>.widget-head ul li a {
    height: 70px;
    padding: 5px 0 0;
    text-decoration: none;
    text-align: center;
    font-weight: bold;
}

.widget.widget-tabs-social-account>.widget-head ul li a span {
    display: block;
    line-height: 30px;
}

.widget.widget-tabs-social-account>.widget-head ul li a.glyphicons {
    padding: 0 15px;
}

.widget.widget-tabs-social-account>.widget-head ul li a.glyphicons i {
    display: block;
    height: 37px;
    padding: 13px 0 0;
    line-height: 24px;
    text-align: center;
}

.widget.widget-tabs-social-account>.widget-head ul li a.glyphicons i:before {
    color: #ccc;
    left: auto;
    top: auto;
    font-size: 24px;
    position: relative;
}

.widget.widget-tabs-social-account>.widget-head ul li.active {
    height: 70px;
    background: #74272f;
}

.widget.widget-tabs-social-account>.widget-head ul li.active a {
    color: #fff;
}

.widget.widget-tabs-social-account>.widget-head ul li.active a i:before {
    color: #fff;
}

.widget.widget-tabs-social-account>.widget-head ul li:hover {
    height: 70px;
    background: #74272f;
}

.widget.widget-tabs-social-account>.widget-head ul li:hover a {
    color: #fff;
}

.widget.widget-tabs-social-account>.widget-head ul li:hover a i:before {
    color: #fff;
}

.widget.widget-tabs-social-account>.widget-body {
    padding: 0;
}

.widget.widget-tabs-social-account .widget-body-regular {
    padding: 10px;
    border: 1px solid #dbdbdb;
}

.widget.widget-tabs-social-account .widget-body-regular p:last-child {
    margin: 0;
}

.widget.widget-tabs-vertical .widget-head {
    border: none;
    height: auto;
    padding: 0;
}

.widget.widget-tabs-vertical .widget-head ul {
    display: block;
    height: auto;
}

.widget.widget-tabs-vertical .widget-head ul li {
    float: none;
    display: block;
    border-right: none;
    border-bottom: 1px solid #dbdbdb;
}

.widget.widget-tabs-vertical .widget-head ul li:last-child {
    border: none;
}

.widget.widget-tabs-vertical .widget-body {
    padding: 0;
}

.widget.widget-tabs-vertical .widget-body .tab-content {
    padding: 12px 15px;
}

.widget.widget-wizard-pills .widget-head {
    height: 80px;
    padding: 10px 0;
}

.widget.widget-wizard-pills .widget-head ul {
    height: 60px;
}

.widget.widget-wizard-pills .widget-head ul li {
    height: 60px;
    line-height: 60px;
    color: #7c7c7c;
    padding: 0 0 0 10px;
    border: none;
    position: relative;
}

.widget.widget-wizard-pills .widget-head ul li.status {
    height: 45px;
    padding: 15px 15px 0;
    font-weight: 700;
}

.widget.widget-wizard-pills .widget-head ul li.status span.r {
    display: block;
    line-height: 15px;
}

.widget.widget-wizard-pills .widget-head ul li a {
    height: 58px;
    line-height: 60px;
    padding: 0;
    width: 58px;
    text-align: center;
    background: #dbdbdb;
    border: 1px solid #dbdbdb;
    color: #c8c8c8;
    font-weight: 700;
    font-size: 16pt;
    -webkit-border-radius: 5px 5px 5px 5px;
    -moz-border-radius: 5px 5px 5px 5px;
    border-radius: 5px 5px 5px 5px;
    position: relative;
    z-index: 2;
}

.widget.widget-wizard-pills .widget-head ul li.active {
    height: 60px;
    background: none;
}

.widget.widget-wizard-pills .widget-head ul li.active a {
    width: 60px;
    height: 60px;
    background: #f4f4f4;
    border: none;
}

.widget.widget-wizard-pills .widget-head ul li.primary a {
    width: 60px;
    height: 60px;
    background: #74272f;
    border: none;
    color: #fff;
}

.widget.widget-wizard-pills .widget-head ul li:not(:first-child):before {
    position: absolute;
    background: #dbdbdb;
    height: 1px;
    left: 0;
    right: 0;
    top: 29px;
    display: block;
    content: "";
    z-index: 1;
}

.widget.widget-wizard-pills .widget-head ul li.no-padding {
    padding: 0;
}

@media (max-width: 991px) {
    .widget.widget-wizard-pills .widget-head ul li,
    .widget.widget-wizard-pills .widget-head ul li.active {
        padding: 10px;
        height: auto;
    }
    .widget.widget-wizard-pills .widget-head ul li a,
    .widget.widget-wizard-pills .widget-head ul li.active a {
        width: auto;
    }
    .widget.widget-wizard-pills .widget-head ul li:before,
    .widget.widget-wizard-pills .widget-head ul li.active:before {
        display: none !important;
    }
    .widget.widget-wizard-pills .widget-head ul li.active a {
        background: #74272f;
        color: #fff;
    }
    .widget.widget-wizard-pills .widget-head ul li.status {
        padding: 15px;
        height: auto;
    }
}

.widget.widget-tabs-2 {
    border-bottom: 1px solid #dbdbdb;
}

.widget.widget-tabs-2.border-bottom-none {
    border-bottom: none;
}

.widget.widget-tabs-2>.widget-head {
    background: #fff;
    border: none;
    border-bottom: 1px solid #dbdbdb;
    padding: 0 10px;
}

.widget.widget-tabs-2>.widget-head ul {
    border-color: #dbdbdb;
}

.widget.widget-tabs-2>.widget-head ul li {
    border: none;
}

.widget.widget-tabs-2>.widget-head ul li.active {
    background-color: #f7f7f7;
}

.widget.widget-tabs-2>.widget-head ul li a {
    border: 1px solid #dddddd;
    border-bottom: none;
    border-right: none;
    color: #222;
    text-transform: uppercase;
    font-weight: 700;
}

.widget.widget-tabs-2>.widget-head ul li:first-child a {
    -webkit-border-radius: 0 0 0 0;
    -moz-border-radius: 0 0 0 0;
    border-radius: 0 0 0 0;
}

.widget.widget-tabs-2>.widget-body {
    background: #fff;
    border: none;
    padding: 15px;
}

.widget.tabs-right .widget-head ul {
    float: right;
}

.widget.widget-tabs-icons-only-2>.widget-head ul li a.glyphicons {
    width: 38px;
    padding: 0;
}

.widget.widget-tabs-icons-only-2>.widget-head ul li a.glyphicons i {
    width: 38px;
    display: block;
    line-height: 35px;
}

.widget.widget-tabs-icons-only-2>.widget-head ul li a.glyphicons i:before {
    width: 38px;
    text-align: center;
    left: auto;
    top: auto;
    position: relative;
    display: block;
    line-height: 35px;
    color: #cbcbcb;
}

.widget.widget-tabs-icons-only-2>.widget-head ul li.active a.glyphicons i:before {
    color: #505050;
}

.widget.widget-tabs-icons-only .widget-body {
    padding: 0;
}

.widget.widget-tabs-icons-only .widget-body p:last-child {
    margin: 0;
}

.widget.widget-tabs-icons-only .widget-head {
    padding: 0 0 10px;
}

.widget.widget-tabs-icons-only .widget-head ul {
    display: block;
    overflow: hidden;
    position: relative;
    list-style: none;
    margin: 0;
    height: 30px;
    line-height: 30px;
    padding: 0;
}

.widget.widget-tabs-icons-only .widget-head ul li {
    color: #dadada;
    float: left;
    display: block;
    padding: 0 10px 0 0;
    font-size: 8pt;
    line-height: 30px;
}

.widget.widget-tabs-icons-only .widget-head ul li.glyphicons {
    width: 36px;
    height: 30px;
    padding: 0 3px;
    text-align: center;
    cursor: pointer;
}

.widget.widget-tabs-icons-only .widget-head ul li.glyphicons i {
    background: #e5e5e5;
    display: block;
    -webkit-border-radius: 2px 2px 2px 2px;
    -moz-border-radius: 2px 2px 2px 2px;
    border-radius: 2px 2px 2px 2px;
    height: 30px;
    position: relative;
}

.widget.widget-tabs-icons-only .widget-head ul li.glyphicons i:before {
    position: relative;
    top: 0;
    left: 0;
    color: #64625f;
    font-size: 17px;
    line-height: 30px;
}

.widget.widget-tabs-icons-only .widget-head ul li.glyphicons:hover i {
    background: #dedede;
}

.widget.widget-tabs-icons-only .widget-head ul li.glyphicons.active i {
    background: #64625f;
}

.widget.widget-tabs-icons-only .widget-head ul li.glyphicons.active i:before {
    color: #fff;
}

.widget.widget-tabs-icons-only .widget-head ul li.glyphicons:last-child {
    padding: 0;
}

@media (max-width: 991px) {
    .widget.widget-tabs-icons-only>.widget-head {
        height: auto;
    }
    .widget.widget-tabs-icons-only>.widget-head ul {
        height: auto;
        float: left !important;
    }
}

.tabsbar {
    height: 62px;
    border: 1px solid #dbdbdb;
    position: relative;
    overflow: hidden;
    margin: 0 0 15px;
}

.tabsbar ul {
    list-style: none;
    margin: 0;
    padding: 0;
    height: 60px;
}

.tabsbar ul li {
    float: left;
    display: block;
    height: 60px;
    border-right: 1px solid #dbdbdb;
    background: #fdfdfd;
    padding: 3px;
}

.tabsbar ul li.glyphicons a i {
    display: inline-block;
    float: left;
    width: 39px;
    height: 54px;
}

.tabsbar ul li.glyphicons a i:before {
    color: #7c7c7c;
    position: relative;
    top: auto;
    left: auto;
    line-height: 54px;
    text-align: center;
}

.tabsbar ul li a {
    display: block;
    height: 54px;
    line-height: 54px;
    background: #fdfdfd;
    padding: 0 15px;
    color: #7c7c7c;
    text-decoration: none;
}

.tabsbar ul li a.glyphicons i {
    display: inline-block;
    float: left;
    width: 39px;
    height: 54px;
}

.tabsbar ul li a.glyphicons i:before {
    color: #7c7c7c;
    position: relative;
    top: auto;
    left: auto;
    line-height: 54px;
    text-align: center;
}

.tabsbar ul li.active a {
    background: #74272f;
    color: #fff;
}

.tabsbar ul li.active a i:before {
    color: #fff;
}

.tabsbar.tabsbar-2 {
    height: 39px;
}

.tabsbar.tabsbar-2 ul {
    height: 39px;
}

.tabsbar.tabsbar-2 ul li {
    height: 39px;
    padding: 0;
    background: none;
    border: none;
}

.tabsbar.tabsbar-2 ul li.glyphicons a i {
    height: 39px;
    width: 33px;
    top: 0;
}

.tabsbar.tabsbar-2 ul li.glyphicons a i:before {
    line-height: 39px;
    font-size: 20px;
}

.tabsbar.tabsbar-2 ul li a {
    height: 39px;
    line-height: 39px;
    background: none;
}

.tabsbar.tabsbar-2 ul li a i {
    vertical-align: middle;
    position: relative;
    top: -2px;
    font-size: 20px;
}

.tabsbar.tabsbar-2 ul li a.glyphicons i {
    height: 39px;
    width: 33px;
    top: 0;
}

.tabsbar.tabsbar-2 ul li a.glyphicons i:before {
    line-height: 39px;
    font-size: 20px;
}

.tabsbar.tabsbar-2 ul li.active {
    background: #74272f;
}

.tabsbar.tabsbar-2 ul li.active a {
    color: #fff;
    font-weight: 600;
}

.tabsbar.tabsbar-2 ul li.active a i:before {
    color: #fff;
}

.tabsbar.tabsbar-2 ul li:not(.active):hover a {
    color: #74272f;
}

.tabsbar.tabsbar-2 ul li:not(.active):hover a i:before {
    color: #74272f;
}

.tabsbar.tabsbar-2.active-fill ul li.active a {
    background: #74272f;
    color: #fff;
}

.tabsbar.tabsbar-2.active-fill ul li.active a i:before {
    color: #fff;
}

@media (max-width: 991px) {
    .tabsbar,
    .tabsbar.tabsbar-2 {
        height: auto;
    }
    .tabsbar ul,
    .tabsbar.tabsbar-2 ul {
        height: auto;
    }
    .tabsbar ul li,
    .tabsbar.tabsbar-2 ul li {
        display: block;
        float: none;
        border-right: none;
        border-bottom: 1px solid #dbdbdb;
    }
    .tabsbar ul li:last-of-type,
    .tabsbar.tabsbar-2 ul li:last-of-type {
        border-bottom: none;
    }
    .tabsbar ul li:after,
    .tabsbar.tabsbar-2 ul li:after {
        display: none;
    }
}

.nav.nav-pills a {
    background: #45484d;
    color: #fff;
}

.nav.nav-pills a:hover {
    color: #4b4b4b;
}

.nav.nav-pills>li.active>a {
    background: #74272f;
}

.tab-content {
    overflow: visible;
    padding: 0;
}


/*CHARTS*/


/* --- LOADING [less.flotcharts] from assets/components/modules/admin/charts/flot/assets/custom/less/flotcharts.less */

#flotTip {
    background: #f9f9f9;
    border: 1px solid #dbdbdb;
    padding: 5px 10px;
    -webkit-border-radius: 5px 5px 5px 5px;
    -moz-border-radius: 5px 5px 5px 5px;
    border-radius: 5px 5px 5px 5px;
    font-size: 12px;
    font-weight: bold;
}

.yAxis .tickLabel:first-child,
.yAxis .tickLabel:last-child {
    display: none;
}

.tickLabel {
    font-weight: bold;
    font-size: 12px;
    color: #666;
    padding: 7px;
}

.flotchart-holder {
    margin: 30px 0 15px;
    height: 200px;
    padding: 0;
}

.flotchart-holder .label {
    padding: 5px 10px;
}

#chart_lines_fill_nopoints_2 {
    height: 160px;
}

.legend table {
    top: -30px !important;
    left: 0 !important;
    -webkit-border-radius: 5px 5px 5px 5px;
    -moz-border-radius: 5px 5px 5px 5px;
    border-radius: 5px 5px 5px 5px;
    border-collapse: separate;
}

.legend table tr td {
    padding: 5px;
    background: #f9f9f9;
    border: 1px solid #dbdbdb;
    border-left: none;
    border-right: none;
}

.legend table tr td.legendLabel {
    padding-left: 0;
    color: #666;
    font-size: 12px;
    font-weight: bold;
}

.legend table tr td.legendColorBox>div {
    border: none !important;
}

.legend table tr td.legendColorBox>div>div {
    -webkit-border-radius: 5px 5px 5px 5px;
    -moz-border-radius: 5px 5px 5px 5px;
    border-radius: 5px 5px 5px 5px;
}

.legend table tr td:first-of-type {
    padding-left: 10px;
    -webkit-border-radius: 5px 0 0 5px;
    -moz-border-radius: 5px 0 0 5px;
    border-radius: 5px 0 0 5px;
    border-left: 1px solid #dbdbdb;
}

.legend table tr td:last-of-type {
    padding-right: 10px;
    -webkit-border-radius: 0 5px 5px 0;
    -moz-border-radius: 0 5px 5px 0;
    border-radius: 0 5px 5px 0;
    border-right: 1px solid #dbdbdb;
}


/*UI COMPONENTS*/


/* --- LOADING [less.pagination] from assets/components/modules/admin/ui/pagination/pagination-bootstrap/assets/pagination.less */

.pager li>a,
.pager li>span {
    -webkit-border-radius: 3px 3px 3px 3px;
    -moz-border-radius: 3px 3px 3px 3px;
    border-radius: 3px 3px 3px 3px;
}

.pagination {
    background: #ffffff;
}

.pagination.bootpag {
    margin: 0;
}

.pagination>li>a:hover {
    box-shadow: 0 0 6px 1px rgba(0, 0, 0, 0.2) inset;
    -webkit-box-shadow: 0 0 6px 1px rgba(0, 0, 0, 0.2) inset;
    -moz-box-shadow: 0 0 6px 1px rgba(0, 0, 0, 0.2) inset;
}

.pagination>li>a:hover,
.pagination>li.primary>a {
    border-color: #9a343e;
    background: #74272f;
    color: #fff;
    font-weight: 600;
    text-shadow: 0 1px 0 rgba(0, 0, 0, 0.5);
}

.pagination>.active>a,
.pagination>.active>span {
    border-color: none;
    background: #74272f;
    color: #fff;
    font-weight: 600;
    text-shadow: 0 1px 0 rgba(0, 0, 0, 0.5);
    box-shadow: 0 0 6px 1px rgba(0, 0, 0, 0.2) inset;
    -webkit-box-shadow: 0 0 6px 1px rgba(0, 0, 0, 0.2) inset;
    -moz-box-shadow: 0 0 6px 1px rgba(0, 0, 0, 0.2) inset;
}

.pagination>li>a,
.pagination>li>span {
    border-color: #dbdbdb;
    background: #ffffff;
}

.pagination>.primary.disabled>a,
.pagination>.disabled>a,
.pagination>.disabled>span {
    border-color: #dbdbdb;
    background: #ffffff;
    color: #dddddd;
    font-weight: 600;
    text-shadow: none;
    box-shadow: inset 1px 1px 1px rgba(255, 255, 255, 0), inset -1px -1px 1px rgba(0, 0, 0, 0);
    -moz-box-shadow: inset 1px 1px 1px rgba(255, 255, 255, 0), inset -1px -1px 1px rgba(0, 0, 0, 0);
    -webkit-box-shadow: inset 1px 1px 1px rgba(255, 255, 255, 0), inset -1px -1px 1px rgba(0, 0, 0, 0);
}

.pagination>.disabled>a:hover {
    border-color: #dbdbdb;
    background: #ffffff;
    color: #dddddd;
    text-shadow: none;
    box-shadow: inset 1px 1px 1px rgba(255, 255, 255, 0), inset -1px -1px 1px rgba(0, 0, 0, 0);
    -moz-box-shadow: inset 1px 1px 1px rgba(255, 255, 255, 0), inset -1px -1px 1px rgba(0, 0, 0, 0);
    -webkit-box-shadow: inset 1px 1px 1px rgba(255, 255, 255, 0), inset -1px -1px 1px rgba(0, 0, 0, 0);
}


/* --- LOADING [less.ribbons] from assets/components/modules/admin/ui/ribbons/assets/ribbons.less */

.ribbon-wrapper {
    width: 85px;
    height: 88px;
    overflow: hidden;
    position: absolute;
    top: -3px;
    right: -3px;
}

.ribbon-wrapper .ribbon {
    display: block;
    font-family: Arial, sans-serif;
    font-size: 15px;
    font-weight: 600;
    color: #fff;
    text-align: center;
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    position: relative;
    padding: 7px 0;
    left: -5px;
    top: 15px;
    width: 120px;
    line-height: 20px;
    background-color: #797979;
    -webkit-box-shadow: 0px 0px 3px rgba(0, 0, 0, 0.3);
    -moz-box-shadow: 0px 0px 3px rgba(0, 0, 0, 0.3);
    box-shadow: 0px 0px 3px rgba(0, 0, 0, 0.3);
}

.ribbon-wrapper .ribbon:before,
.ribbon-wrapper .ribbon:after {
    content: "";
    border-top: 2px solid #797979;
    border-left: 2px solid transparent;
    border-right: 2px solid transparent;
    position: absolute;
    bottom: -2px;
}

.ribbon-wrapper .ribbon:before {
    left: 0;
    bottom: -1px;
}

.ribbon-wrapper .ribbon:after {
    right: 0;
}

.ribbon-wrapper .ribbon.primary {
    background-color: #74272f;
}

.ribbon-wrapper .ribbon.success {
    background-color: #609450;
}

.ribbon-wrapper .ribbon.warning {
    background-color: #ab7a4b;
}

.ribbon-wrapper .ribbon.danger {
    background-color: #bd362f;
}

.ribbon-wrapper .ribbon.default {
    background-color: #e5e5e5;
    color: #595959;
}

.ribbon-wrapper .ribbon.default:before,
.ribbon-wrapper .ribbon.default:after {
    border-top: 2px solid #ccc;
}

.ribbon-wrapper.small {
    width: 65px;
    height: 68px;
}

.ribbon-wrapper.small .ribbon {
    width: 90px;
    padding: 0;
    font-size: 13px;
}

.ribbon-wrapper.small .ribbon:before {
    bottom: -2px;
}


/* --- LOADING [less.popovers] from assets/components/core/less/popovers.less */

.popover {
    border-color: #dbdbdb;
    background: #ffffff;
    box-shadow: 0 3px 0 0 #dbdbdb;
    -moz-box-shadow: 0 3px 0 0 #dbdbdb;
    -webkit-box-shadow: 0 3px 0 0 #dbdbdb;
}

.popover .popover-title {
    font-weight: 600;
    padding: 0 10px;
    height: 29px;
    line-height: 29px;
    background-color: #f9f9f9;
    background-image: -moz-linear-gradient(top, #fdfdfd, #f4f4f4);
    background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#fdfdfd), to(#f4f4f4));
    background-image: -webkit-linear-gradient(top, #fdfdfd, #f4f4f4);
    background-image: -o-linear-gradient(top, #fdfdfd, #f4f4f4);
    background-image: linear-gradient(to bottom, #fdfdfd, #f4f4f4);
    background-repeat: repeat-x;
    filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#fffdfdfd', endColorstr='#fff4f4f4', GradientType=0);
    border-bottom: 1px solid #dbdbdb;
    position: relative;
    overflow: hidden;
}

#demo_popovers .popover {
    position: relative;
    display: block;
    width: 100%;
    margin: 0;
}


/* --- LOADING [less.tooltips] from assets/components/modules/admin/ui/tooltips/assets/tooltips.less */

.tooltip-inner {
    background: #272a2c;
    color: #bab9b9;
}

.tooltip.bottom .tooltip-arrow {
    border-bottom-color: #272a2c;
}

.tooltip.top .tooltip-arrow {
    border-top-color: #272a2c;
}

.tooltip.left .tooltip-arrow {
    border-left-color: #272a2c;
}

.tooltip.right .tooltip-arrow {
    border-right-color: #272a2c;
}

.tooltip.left {
    margin-left: -13px;
}

#flotTip {
    white-space: nowrap;
    border: 1px solid #74272f;
    padding: 3px 8px;
    background: #74272f;
    -webkit-border-radius: 5px 5px 5px 5px;
    -moz-border-radius: 5px 5px 5px 5px;
    border-radius: 5px 5px 5px 5px;
    box-shadow: inset 1px 1px 1px rgba(255, 255, 255, 0.2), inset -1px -1px 1px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: inset 1px 1px 1px rgba(255, 255, 255, 0.2), inset -1px -1px 1px rgba(0, 0, 0, 0.2);
    -webkit-box-shadow: inset 1px 1px 1px rgba(255, 255, 255, 0.2), inset -1px -1px 1px rgba(0, 0, 0, 0.2);
    position: absolute;
    z-index: 100;
    color: #fff;
}


/* --- LOADING [less.modals] from assets/components/modules/admin/modals/assets/less/modals.less */

.modal-backdrop {
    z-index: 10000;
    background: #ffffff;
}

.modal-backdrop,
.modal-backdrop.fade.in {
    opacity: 0.5;
    filter: alpha(opacity=90);
}

.modal {
    z-index: 10001;
}

.modal .modal-content {
    border-color: #fff;
    border-width: 5px;
    background: #ffffff;
    -webkit-box-shadow: 0 0 10px 1px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 0 0 10px 1px rgba(0, 0, 0, 0.2);
    box-shadow: 0 0 10px 1px rgba(0, 0, 0, 0.2);
}

.modal .modal-header {
    padding: 0 10px;
    line-height: 29px;
    border-color: #dbdbdb;
    background-color: #f9f9f9;
    background-image: -moz-linear-gradient(top, #fdfdfd, #f4f4f4);
    background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#fdfdfd), to(#f4f4f4));
    background-image: -webkit-linear-gradient(top, #fdfdfd, #f4f4f4);
    background-image: -o-linear-gradient(top, #fdfdfd, #f4f4f4);
    background-image: linear-gradient(to bottom, #fdfdfd, #f4f4f4);
    background-repeat: repeat-x;
    filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#fffdfdfd', endColorstr='#fff4f4f4', GradientType=0);
    -webkit-border-radius: 5px 5px 0 0;
    -moz-border-radius: 5px 5px 0 0;
    border-radius: 5px 5px 0 0;
}

.modal .modal-header .modal-title {
    font-size: 14px;
    line-height: 39px;
    height: 39px;
    margin: 0;
    padding: 0;
    font-weight: 600;
}

.modal .modal-header .close {
    position: absolute;
    top: 5px;
    right: 10px;
    padding: 0;
    margin: 0;
    opacity: 1;
    filter: alpha(opacity=100);
    color: #7c7c7c;
    text-shadow: 0 1px 0 #fff;
}

.modal .modal-body {
    padding: 10px;
}

.modal .modal-body p:last-child {
    margin: 0;
}

.modal .modal-footer {
    -webkit-border-radius: 0 0 5px 5px;
    -moz-border-radius: 0 0 5px 5px;
    border-radius: 0 0 5px 5px;
    box-shadow: inset 1px 1px 1px rgba(255, 255, 255, 0), inset -1px -1px 1px rgba(0, 0, 0, 0);
    -moz-box-shadow: inset 1px 1px 1px rgba(255, 255, 255, 0), inset -1px -1px 1px rgba(0, 0, 0, 0);
    -webkit-box-shadow: inset 1px 1px 1px rgba(255, 255, 255, 0), inset -1px -1px 1px rgba(0, 0, 0, 0);
    border-color: #ebebeb;
    padding: 10px;
    background: #fafafa;
}

@media screen and (min-width: 768px) {
    .modal-dialog {
        width: 620px;
    }
}


/* DATATABLES y TABLES */


/* --- LOADING [css.footable.core.min] from assets/components/modules/admin/tables/responsive/assets/lib/css/footable.core.min.css */


/* --- LOADING [less.tables] from assets/components/modules/admin/tables/classic/assets/less/tables.less */

.table {
    margin: 0 0 15px;
    position: relative;
    -webkit-border-radius: 0 0 0 0;
    -moz-border-radius: 0 0 0 0;
    border-radius: 0 0 0 0;
}

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

.table.table-invoice thead>tr>th,
.table.table-invoice tbody>tr>th,
.table.table-invoice tfoot>tr>th,
.table.table-invoice thead>tr>td,
.table.table-invoice tbody>tr>td,
.table.table-invoice tfoot>tr>td {
    border-top: none;
}

.table>thead>tr>th,
.table>tbody>tr>th,
.table>tfoot>tr>th,
.table>thead>tr>td,
.table>tbody>tr>td,
.table>tfoot>tr>td {
    border-top-color: #efefef;
    padding: 9px;
}

.table>thead>tr>th {
    border-bottom: 1px solid #efefef;
}

.table td.center,
.table th.center {
    text-align: center;
}

.table td.right,
.table th.right {
    text-align: right;
}

.table-condensed {
    font-size: 10pt;
}

.table-condensed th,
.table-condensed td {
    padding: 4px 10px;
}

.table-borderless th,
.table-borderless td {
    border: none;
}

.table-striped tbody tr:nth-child(odd) td,
.table-striped tbody tr:nth-child(odd) th {
    background-color: #fff;
}

.table-striped tbody tr:nth-child(even) td,
.table-striped tbody tr:nth-child(even) th {
    background-color: #f7f7f7;
}

.table-bordered {
    border-color: #efefef;
    /* Reset rounded corners
	thead:first-child tr:first-child>th:first-child, 
	tbody:first-child tr:first-child>td:first-child, 
	tbody:first-child tr:first-child>th:first-child,
	thead:first-child tr:first-child>th:last-child, 
	tbody:first-child tr:first-child>td:last-child, 
	tbody:first-child tr:first-child>th:last-child,
	thead:last-child tr:last-child>th:first-child, 
	tbody:last-child tr:last-child>td:first-child, 
	tbody:last-child tr:last-child>th:first-child, 
	tfoot:last-child tr:last-child>td:first-child, 
	tfoot:last-child tr:last-child>th:first-child {
		.rounded();
	}
	*/
    -webkit-border-radius: 5px 5px 5px 5px;
    -moz-border-radius: 5px 5px 5px 5px;
    border-radius: 5px 5px 5px 5px;
}

.table-bordered th,
.table-bordered td {
    border-color: #efefef;
}

.table-fill td {
    background: #F8F8F8;
}

.table .progress:last-child,
.table .alert:last-child {
    margin: 0;
}

.table .shortRight {
    width: 25%;
    text-align: right;
    direction: rtl;
    text-indent: 10px;
}

.table-large-spacing td {
    padding: 20px 15px;
}

.table .thead td {
    padding: 8px;
    font-weight: bold;
}

.table-vertical-center td,
.table-vertical-center th {
    vertical-align: middle !important;
}

.table-thead-simple thead th {
    background: none;
    border-left: none;
    border-right: none;
    border-top: none;
    border-bottom: 1px solid #efefef;
    color: #7c7c7c;
    -webkit-border-radius: 0 0 0 0;
    -moz-border-radius: 0 0 0 0;
    border-radius: 0 0 0 0;
    text-shadow: none;
    text-transform: none;
    box-shadow: inset 1px 1px 1px rgba(255, 255, 255, 0), inset -1px -1px 1px rgba(0, 0, 0, 0);
    -moz-box-shadow: inset 1px 1px 1px rgba(255, 255, 255, 0), inset -1px -1px 1px rgba(0, 0, 0, 0);
    -webkit-box-shadow: inset 1px 1px 1px rgba(255, 255, 255, 0), inset -1px -1px 1px rgba(0, 0, 0, 0);
}

.table-thead-simple.table-thead-border-none {
    border-top: none;
    -webkit-border-radius: 0 0 0 0;
    -moz-border-radius: 0 0 0 0;
    border-radius: 0 0 0 0;
}

.table-thead-simple.table-thead-border-none thead th {
    border-bottom: none;
}

.table-thead-simple.table-thead-border-none thead:first-child tr:first-child>th:last-child,
.table-thead-simple.table-thead-border-none tbody:first-child tr:first-child>td:last-child,
.table-thead-simple.table-thead-border-none tbody:first-child tr:first-child>th:last-child {
    -webkit-border-radius: 0 0 0 0;
    -moz-border-radius: 0 0 0 0;
    border-radius: 0 0 0 0;
}

.table-primary {
    border-color: #dbdbdb;
    border-top: none;
}

.table-primary thead th {
    border-color: #74272f;
    background-color: #74272f;
    color: #fff;
    font-size: 14px;
}

.table-primary tbody td {
    color: #7c7c7c;
    background: #fafafa;
    border-width: 0px;
}

.table-primary tbody td.important {
    color: #74272f;
    font-weight: 700;
}

.table-primary tbody td.actions {
    padding-right: 1px;
}

.table-primary.table-bordered tbody td {
    border-color: #dbdbdb;
    border-width: 1px;
}

.table-primary tbody tr:nth-child(odd) td,
.table-primary tbody tr:nth-child(odd) th {
    background: #ffffff;
}

.table-primary tbody tr.selectable td {
    cursor: pointer;
}

.table-primary tbody tr.selected td,
.table-primary tbody tr.selectable:hover td {
    background: rgba(116, 39, 47, 0.1);
}


/* --- LOADING [less.tables-responsive] from assets/components/modules/admin/tables/responsive/assets/custom/less/tables-responsive.less */

@media only screen and (max-width: 979px) {
    .table-responsive.swipe-horizontal {
        border-collapse: collapse;
        border-spacing: 0;
        display: block;
        position: relative;
        width: 100%;
        border-left: 1px solid #DDD;
    }
    .table-responsive.swipe-horizontal th,
    .table-responsive.swipe-horizontal td {
        display: block;
        margin: 0;
        vertical-align: top;
    }
    .table-responsive.swipe-horizontal th {
        text-align: right;
        border-bottom: 0;
        border-left: 0;
    }
    .table-responsive.swipe-horizontal td {
        min-height: 1.25em;
        text-align: left;
        border-left: 0;
        border-right: 0;
        border-bottom: 0;
        border-top: 0;
        font-size: 13px;
    }
    .table-responsive.swipe-horizontal thead {
        display: block;
        float: left;
    }
    .table-responsive.swipe-horizontal thead tr {
        display: block;
    }
    .table-responsive.swipe-horizontal tbody {
        display: block;
        width: auto;
        position: relative;
        overflow-x: auto;
        white-space: nowrap;
        word-spacing: 0;
        letter-spacing: 0;
        font-size: 0;
    }
    .table-responsive.swipe-horizontal tbody tr {
        display: inline-block;
        vertical-align: top;
        border-left: 1px solid #e5e5e5;
    }
    .table-responsive.block {
        /* Force table to not be like tables anymore */
        /* Hide table headers (but not display: none;, for accessibility) */
        /* Label the data */
    }
    .table-responsive.block table,
    .table-responsive.block thead,
    .table-responsive.block tbody,
    .table-responsive.block th,
    .table-responsive.block td,
    .table-responsive.block tr {
        display: block;
    }
    .table-responsive.block thead tr {
        position: absolute;
        top: -9999px;
        left: -9999px;
    }
    .table-responsive.block tr {
        border: 1px solid #e5e5e5;
    }
    .table-responsive.block td {
        /* Behave  like a "row" */
        border: none;
        border-bottom: 1px solid #e5e5e5;
        position: relative;
        padding-left: 50%;
        white-space: normal;
        text-align: left;
    }
    .table-responsive.block td:before {
        /* Now like a table header */
        position: absolute;
        /* Top/left values mimic padding */
        vertical-align: middle;
        left: 6px;
        width: 45%;
        padding-right: 10px;
        white-space: nowrap;
        text-align: right;
        font-weight: bold;
    }
    .table-responsive.block td:before {
        content: attr(data-title);
    }
}


/* --- LOADING [css.DT_bootstrap] from assets/components/tables/datatables/assets/custom/css/DT_bootstrap.css */


/* --- LOADING [css.ColVis] from assets/components/modules/admin/tables/datatables/assets/lib/extras/ColVis/media/css/ColVis.css */


/* --- LOADING [css.DT_bootstrap] from assets/components/modules/admin/tables/datatables/assets/custom/css/DT_bootstrap.css */


/* --- LOADING [less.datatables] from assets/components/modules/admin/tables/datatables/assets/custom/less/datatables.less */

.dataTables_paginate {
    text-align: right;
}

div.dataTables_info {
    padding: 35px 0 0;
    font-size: 12px;
    font-weight: 600;
}

div.dataTables_paginate .pagination {
    margin-bottom: 0;
}

.ColVis {
    margin: 0;
}


/* --- LOADING [less.datatables] from assets/components/modules/admin/tables/datatables/assets/responsive/2.0.2/css/responsive.dataTables.min.css */


/* FORMULARIOS */


/* --- LOADING [less.forms] from assets/components/core/less/forms.less */

.checkbox.inline {
    padding-bottom: 1px;
}

.radio.inline+.radio.inline,
.checkbox.inline+.checkbox.inline {
    margin-left: 3px;
}

label,
input,
button,
select,
textarea {
    font-size: 13px;
}

legend {
    line-height: normal;
    height: auto;
    font-size: 18px;
    margin: 0 0 6px;
    text-align: left;
    padding: 0;
    border: 0;
    color: #797979;
}

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

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

.uneditable-input {
    color: #999999;
    background: #fcfcfc;
    border: 1px solid #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);
    display: inline-block;
    height: 20px;
    padding: 4px 6px;
    line-height: 20px;
    -webkit-border-radius: 4px 0 0 4px;
    -moz-border-radius: 4px 0 0 4px;
    border-radius: 4px 0 0 4px;
    position: relative;
    float: none;
    width: 100px;
    display: table-cell;
}

.farbtastic,
.farbtastic .wheel {
    margin: 0 auto;
}

.friends-search {
    border: 1px solid #ccc;
}

.friends-search .form-control {
    border: none;
    font-style: italic;
    color: #000;
}

.friends-search .btn {
    border: none;
    background: none;
    color: #ccc;
}

.friends-search .btn:active {
    color: #74272f;
}


/* --- LOADING [css.bootstrap-switch] from assets/components/modules/admin/forms/elements/bootstrap-switch/assets/lib/css/bootstrap-switch.css */


/* --- LOADING [css.bootstrap-switch] from assets/components/modules/admin/tables/datatables/assets/lib/css/jquery.dataTables.css */


/* --- LOADING [less.bootstrap-switch] from assets/components/modules/admin/forms/elements/bootstrap-switch/assets/custom/less/bootstrap-switch.less */

.has-switch {
    vertical-align: middle;
    border-color: #eaeaea;
}

.has-switch+.has-switch {
    margin-left: 10px;
}

.has-switch span {
    background-image: none !important;
    filter: none !important;
}

.has-switch label {
    background-image: none !important;
    filter: none !important;
    background: #fff;
    box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.3);
    -moz-box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.3);
    -webkit-box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.3);
    border: none;
}

.has-switch label:hover,
.has-switch label:focus,
.has-switch label:active,
.has-switch label.active,
.has-switch label.disabled,
.has-switch label[disabled] {
    background: #fff;
}

.has-switch span.switch-primary {
    background: #74272f;
}

.has-switch span.switch-primary:hover {
    background: #9a343e;
}

.has-switch span.switch-danger {
    background: #bd362f;
}

.has-switch span.switch-danger:hover {
    background: #d3534c;
}

.has-switch span.switch-warning {
    background: #ab7a4b;
}

.has-switch span.switch-warning:hover {
    background: #be946b;
}

.has-switch span.switch-success {
    background: #609450;
}

.has-switch span.switch-success:hover {
    background: #79ae69;
}

.has-switch span.switch-inverse {
    background: #45484d;
}

.has-switch span.switch-inverse:hover {
    background: #5d6168;
}

.has-switch span.switch-default {
    background: #eaeaea;
    color: #444;
}

.has-switch span.switch-default:hover {
    background: #fff;
}

.has-switch span.switch-default.switch-right {
    background: #fff;
}


/* --- LOADING [css.fileupload] from assets/components/modules/admin/forms/elements/jasny-fileupload/assets/css/fileupload.css */


/* --- LOADING [css.bootstrap-wysihtml5-0.0.2] from assets/components/modules/admin/forms/editors/wysihtml5/assets/lib/css/bootstrap-wysihtml5-0.0.2.css */


/* --- LOADING [css.bootstrap-select] from assets/components/modules/admin/forms/elements/bootstrap-select/assets/lib/css/bootstrap-select.css */


/* --- LOADING [less.bootstrap-select] from assets/components/modules/admin/forms/elements/bootstrap-select/assets/custom/less/bootstrap-select.less */

.bootstrap-select .btn.btn-inverse,
.bootstrap-select.btn-group.open .btn.btn-inverse,
.bootstrap-select .btn.btn-inverse:focus,
.bootstrap-select.btn-group.open .btn.btn-inverse:focus {
    color: #fff !important;
}

.bootstrap-select .btn:focus {
    outline: none !important;
}


/* --- LOADING [css.select2] from assets/components/modules/admin/forms/elements/select2/4.0.2/css/select2.css */


/*@import '../../../assets/components/modules/admin/forms/elements/select2/4.0.2/css/select2.css';*/


/* --- LOADING [css.select2] from assets/components/modules/admin/forms/elements/select2/4.0.2/css/select2.css */


/* --- LOADING [css.select2] from assets/components/modules/admin/forms/elements/select2/4.0.2/css/select2.css */

.select2-results ul.select2-result-sub {
    padding: 0;
}

.select2-container img.flag {
    height: 13px;
    padding-right: 10px;
    border: none;
    -webkit-border-radius: 0 0 0 0;
    -moz-border-radius: 0 0 0 0;
    border-radius: 0 0 0 0;
}

.select2-container img.flag,
.select2-drop {
    z-index: 99999;
}

.select2-drop img.flag {
    height: 13px;
    padding-right: 10px;
    max-width: 100%;
    border: none;
    -webkit-border-radius: 0 0 0 0;
    -moz-border-radius: 0 0 0 0;
    border-radius: 0 0 0 0;
}

.select2-container .select2-choice {
    background: #fff;
    border-color: #efefef;
    line-height: 1.42857143;
    height: 34px;
    padding: 6px 12px;
    -webkit-border-radius: 0 0 0 0;
    -moz-border-radius: 0 0 0 0;
    border-radius: 0 0 0 0;
}

.select2-container-multi .select2-choices {
    border-color: #efefef;
    background: #fff;
    min-height: 34px;
}

.select2-container-multi .select2-choices .select2-search-choice {
    margin: 5px 0 5px 5px;
    border-color: #efefef;
    background: #eaeaea;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    -webkit-border-radius: 0 0 0 0;
    -moz-border-radius: 0 0 0 0;
    border-radius: 0 0 0 0;
    line-height: 14px;
}

.select2-container-multi .select2-choices .select2-search-choice .select2-search-choice-close {
    top: 5px;
}

.select2-container-multi .select2-choices .select2-search-field input {
    padding: 6px;
}

.select2-results .select2-highlighted {
    background: #74272f;
}

.select2-container .select2-choice div {
    border-color: #efefef;
    background: #fff;
    width: 24px;
    -webkit-border-radius: 0 0 0 0;
    -moz-border-radius: 0 0 0 0;
    border-radius: 0 0 0 0;
}

.select2-container .select2-choice div b {
    background-position: 3px 5px;
}

.select2-drop {
    border-color: #efefef;
    box-shadow: none !important;
    -moz-box-shadow: none !important;
    -webkit-box-shadow: none !important;
}


/* --- LOADING [css.multi-select] from assets/components/modules/admin/forms/elements/multiselect/assets/lib/css/multi-select.css */


/* --- LOADING [less.multiselect] from assets/components/modules/admin/forms/elements/multiselect/assets/custom/less/multiselect.less */

.ms-container {
    margin: 0 auto 15px;
    width: 360px;
}

.ms-container .ms-selectable li.ms-hover,
.ms-container .ms-selection li.ms-hover {
    background: #74272f;
}

.ms-container .ms-list {
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    border-color: #eaeaea;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
}

.ms-container .custom-header {
    height: 30px;
    line-height: 30px;
    background: #eaeaea;
    padding: 0 15px;
    font-weight: 600;
    border: 1px solid #dbdbdb;
}

.ms-container .custom-header:not(.custom-footer) {
    border-bottom: none;
}

.ms-container .custom-header.custom-footer {
    border-top: none;
}


/* --- LOADING [css.bootstrap-datepicker] from assets/components/modules/admin/forms/elements/bootstrap-datepicker/assets/lib/css/bootstrap-datepicker.css */


/* --- LOADING [less.bootstrap-datepicker] from assets/components/modules/admin/forms/elements/bootstrap-datepicker/assets/custom/less/bootstrap-datepicker.less */

.datepicker.datepicker-inline {
    width: 100%;
    padding: 0;
    margin: 0 0 15px;
}

.datepicker table {
    width: 100%;
}

.datepicker table tr td.active,
.datepicker table tr td.active:hover,
.datepicker table tr td.active.disabled,
.datepicker table tr td.active.disabled:hover {
    background-image: none !important;
    filter: none !important;
    background: #74272f !important;
}

.datepicker table tr td span.active,
.datepicker table tr td span.active:hover,
.datepicker table tr td span.active.disabled,
.datepicker table tr td span.active.disabled:hover {
    background-image: none !important;
    filter: none !important;
    background: #74272f !important;
}

.datepicker td,
.datepicker th {
    width: 35px;
    height: 30px;
    -webkit-border-radius: 0 0 0 0;
    -moz-border-radius: 0 0 0 0;
    border-radius: 0 0 0 0;
}

.datepicker thead th.dow {
    background: #74272f;
    color: #fff;
    -webkit-border-radius: 0 0 0 0;
    -moz-border-radius: 0 0 0 0;
    border-radius: 0 0 0 0;
}

.widget .datepicker.datepicker-inline {
    margin: 0;
}


/* --- LOADING [css.bootstrap-timepicker] from assets/components/modules/admin/forms/elements/bootstrap-timepicker/assets/lib/css/bootstrap-timepicker.css */


/* --- LOADING [less.bootstrap-timepicker] from assets/components/modules/admin/forms/elements/bootstrap-timepicker/assets/custom/less/bootstrap-timepicker.less */

.bootstrap-timepicker-widget table td {
    font-size: 13px;
}

.bootstrap-timepicker>[class*="icon-"] {
    vertical-align: text-top;
    margin: 0 0 0 -22.5px;
    pointer-events: none;
    position: relative;
    cursor: pointer;
}


/* --- LOADING [css.farbtastic] from assets/components/modules/admin/forms/elements/colorpicker-farbtastic/assets/css/farbtastic.css */


/* --- LOADING [less.form-wizards] from assets/components/modules/admin/forms/wizards/assets/custom/less/form-wizards.less */

.wizard .wizard-head {
    background: #fff;
    border: 1px solid #e5e5e5;
    border-bottom: none;
}

.bwizard-steps .label {
    position: relative;
    top: -1px;
    margin: 0 5px 0 0;
    padding: 1px 5px 2px;
}

.bwizard-steps .active .label {
    background-color: #333;
}

.bwizard-steps {
    display: block;
    margin: 0;
    padding: 0;
    height: 40px;
    list-style: none;
}

.bwizard-steps li {
    display: block;
    float: left;
    position: relative;
    margin-right: 5px;
    line-height: 40px;
    height: 40px;
    background: #fafafa;
}

.bwizard-steps li a {
    display: block;
    height: 40px;
    line-height: 40px;
    padding: 0 20px 0 40px;
    color: #7c7c7c;
    font-weight: 600;
}

.bwizard-steps li.active {
    color: #fff;
    background: #74272f;
}

.bwizard-steps li.active:after {
    border-left-color: #74272f;
}

.bwizard-steps li.active a {
    color: #fff;
    cursor: default;
}

.bwizard-steps li:after {
    position: absolute;
    right: -20px;
    top: 0;
    height: 0;
    width: 0;
    border-bottom: 20px inset transparent;
    border-left: 20px solid #fafafa;
    border-top: 20px inset transparent;
    content: "";
    z-index: 2;
}

.bwizard-steps li:before {
    position: absolute;
    left: 0;
    top: 0;
    height: 0;
    width: 0;
    border-bottom: 20px inset transparent;
    border-left: 20px solid #fff;
    border-top: 20px inset transparent;
    content: "";
}

.bwizard-steps li:last-child {
    margin-right: 0;
}

.bwizard-steps li:first-child:before {
    border: none;
}

.bwizard-steps li:first-child a {
    padding-left: 20px;
}

.bwizard-steps a:hover {
    text-decoration: none;
}

.bwizard-steps.clickable li:not (.active) {
    cursor: pointer;
}

.bwizard-steps.clickable li:hover:not (.active) {
    background: #ccc;
}

.bwizard-steps.clickable li:hover:not (.active):after {
    border-left-color: #ccc;
}

.bwizard-steps.clickable li:hover:not (.active) a {
    color: #08c;
}

@media (max-width: 991px) {
    .bwizard-steps {
        height: auto;
    }
    .bwizard-steps li {
        float: none;
        margin: 0;
        border-bottom: 1px solid #dbdbdb;
    }
    .bwizard-steps li:before,
    .bwizard-steps li:after {
        display: none;
    }
    .bwizard-steps li a {
        padding: 0 20px;
    }
}


/*blueimp-gallery*/


/* --- LOADING [css.font-awesome.min] from assets/components/modules/admin/gallery/blueimp-gallery/assets/lib/css/blueimp-gallery.min.css */


/* --- LOADING [css.font-awesome.min] from assets/components/modules/admin/gallery/blueimp-gallery/assets/custom/blueimp-gallery.less */


/* Blueimp Gallery */

.blueimp-gallery {
    z-index: 99999;
}


/*blueimp-gallery*/


/* COLLAPSIBLE CSS */


/* --- LOADING [less.carousels] from assets/components/modules/admin/gallery/carousels/assets/less/carousels.less */

.carousel {
    margin-bottom: 15px;
}

.carousel .carousel-control {
    font-size: 45px;
}

.carousel .carousel-control.right {
    text-align: center;
}

.carousel .carousel-caption {
    background: rgba(0, 0, 0, 0.5);
    left: 0;
    right: 0;
    bottom: 0;
}

.carousel .carousel-caption h4 {
    color: #fff;
    text-shadow: none;
    font-weight: 600;
}

.carousel .carousel-indicators {
    bottom: 0;
}

.carousel.carousel-1 {
    height: 223px;
    margin-bottom: 33px;
    background: #e5e5e5;
    -webkit-border-radius: 5px 5px 5px 5px;
    -moz-border-radius: 5px 5px 5px 5px;
    border-radius: 5px 5px 5px 5px;
}

.carousel.carousel-1 .item {
    height: 223px;
    overflow: hidden;
}

.carousel.carousel-1 .item img {
    min-height: 100%;
    -webkit-border-radius: 0 5px 5px 0;
    -moz-border-radius: 0 5px 5px 0;
    border-radius: 0 5px 5px 0;
}

.carousel.carousel-1 .item .row {
    margin: 0;
}

.carousel.carousel-1 .item .row [class*="col-"]:last-of-type {
    padding: 0;
}

.carousel.carousel-1 .carousel-indicators {
    top: auto;
    bottom: -23px;
    right: 0;
    left: 0;
    margin: 0;
    width: auto;
    text-align: right;
}

.carousel.carousel-1 .carousel-indicators li {
    background: #bf424f;
}

.carousel.carousel-1 .carousel-indicators li.active {
    background: #74272f;
}

.carousel.carousel-1 .carousel-caption {
    height: 193px;
    background: #e5e5e5;
    top: 0;
    left: 20px;
    right: 10px;
}

.carousel.carousel-1 .carousel-inner {
    -webkit-border-radius: 5px 5px 5px 5px;
    -moz-border-radius: 5px 5px 5px 5px;
    border-radius: 5px 5px 5px 5px;
}

.carousel.carousel-1 .carousel-inner {
    box-shadow: 0 3px 0 0 #f6f6f6;
    -moz-box-shadow: 0 3px 0 0 #f6f6f6;
    -webkit-box-shadow: 0 3px 0 0 #f6f6f6;
    border: 1px solid #dbdbdb;
}

.carousel.carousel-1 .item {
    -webkit-border-radius: 5px 5px 5px 5px;
    -moz-border-radius: 5px 5px 5px 5px;
    border-radius: 5px 5px 5px 5px;
}

.carousel.carousel-1 .item img {
    min-width: 100%;
}

.carousel.carousel-1 .carousel-caption {
    background: rgba(229, 229, 229, 0.95);
    text-shadow: 0 1px 0 #fff;
}

.carousel.carousel-1 .carousel-caption p {
    color: #7c7c7c;
}

.carousel.carousel-1 .carousel-caption h4 {
    font-size: 12pt;
    color: #000;
    font-weight: 600;
}

.carousel.carousel-1 .carousel-caption a {
    text-decoration: underline;
    color: #000;
}

.easy-pie-gender .value {
    position: top;
    left: 0;
    right: 0;
    top: 27%
}

.easy-pie-gender .value p {
    margin: 0
}

.easy-pie-gender .value p.sublead {
    font-size: 18px;
    font-weight: 300
}

.easy-pie-gender .value .male {
    color: #74a6d0
}

.easy-pie-gender .value .female {
    color: #d67fb0
}

#notification-count {
    position: absolute;
    top: -8px;
    font-size: 14px;
    color: #ffffff;
    font-weight: bold;
}