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

body {
    color: #686868;
    background: #f5f5f5;
    font-family: 'Open Sans', sans-serif
}

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

button:focus {
    outline: none !important
}

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

ul {
    padding: 0
}

ul.list-regular {
    padding-left: 20px
}

ul.list-regular .list-regular {
    padding-left: 40px
}

#content h1,
#content h2,
#content h3 {
    font-family: 'Roboto', sans-serif;
    margin: 0
}

#content h1.content-heading,
#content h2.content-heading,
#content h3.content-heading {
    font-size: 24px;
    text-transform: uppercase;
    padding: 15px 0
}

#content h1 span,
#content h2 span,
#content h3 span {
    font-size: 60%;
    color: #ccc;
    font-weight: normal
}

#content>h1,
#content>h2,
#content>h3,
#content>h1.content-heading,
#content>h2.content-heading,
#content>h3.content-heading {
    padding: 15px
}

#content .col-table>.content-heading {
    padding: 15px
}

#content .innerAll>h1,
#content .innerAll>h2,
#content .innerAll>h3,
#content .innerAll>h1.content-heading,
#content .innerAll>h2.content-heading,
#content .innerAll>h3.content-heading {
    padding: 0 0 15px
}

h4,
h5,
h6 {
    margin-top: 0
}

h4.separator,
h5.separator,
h6.separator {
    margin-bottom: 0
}

a,
a:hover {
    color: #932E2A
}

.borderB {
    border-bottom: 1px solid #e5e5e5
}

.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: #72af46 !important;
    color: #fff
}

.bg-info {
    background: #466baf !important;
    color: #fff
}

.bg-info-dark {
    background: #37558b !important
}

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

.bg-inverse-faded {
    background: rgba(66, 66, 66, 0.5) !important
}

.bg-primary {
    background: #932E2A !important;
    color: #fff
}

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

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

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

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

.bg-warning {
    background: #ab7a4b
}

.bg-lightred {
    background: #e15258
}

.bg-mustard {
    background: #d4d172
}

.bg-purple {
    background: #9d8ac7
}

.bg-gray-hover:hover {
    background: #f7f7f7
}

.relativeWrap {
    position: relative
}

.display-block {
    display: block
}

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

.block {
    display: block
}

.inline-block {
    display: inline-block
}

.text-white {
    color: #fff
}

.text-info {
    color: #466baf
}

.text-primary {
    color: #932E2A !important
}

.text-success {
    color: #72af46
}

.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: #fff
}

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

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

.row-merge {
    margin: 0 !important
}

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
}

.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: #e5e5e5;
    content: ""
}

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

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

.row-merge .fill-column:before {
    position: absolute;
    top: 0;
    bottom: 0;
    width: inherit;
    background: #f4f4f4;
    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: #e5e5e5;
        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: #932E2A;
    font-size: 24px
}

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

#content {
    /* changed specific for grid layout bootstrap 4 on #id_meliscore_header #nav-header */
    margin-left: 274px;
    /* margin-left: 320px; */
    background: #f5f5f5;
    padding-bottom: 40px
}

#content.full {
    margin-left: 0
}

@media (max-width:768px) {
    #content {
        margin-left: 0
    }
}

#footer {
    position: fixed;
    z-index: 2;
    height: 40px;
    line-height: 40px;
    background: #f5f5f5;
    bottom: 0;
    left: 274px;
    right: 0;
    text-align: center;
    border-top: 1px solid #e5e5e5
}

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

.text-success {
    color: #72af46
}

.text-white {
    color: #fff !important
}

.bg-default {
    background-color: #e7e7e7 !important
}

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

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

.bg-inverse {
    background-color: #424242 !important
}

.bg-info {
    background-color: #466baf !important
}

.bg-success {
    background-color: #72af46 !important
}

.bg-primary {
    background: #932E2A !important;
    color: #fff
}

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

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

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

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

.border-top {
    border-top: 1px solid #e5e5e5
}

.border-bottom {
    border-bottom: 1px solid #e5e5e5
}

.border-left {
    border-left: 1px solid #e5e5e5
}

.border-right {
    border-right: 1px solid #e5e5e5
}

@media (min-width:1199px) {
    .spacing-x2.innerAll,
    .spacing-x2 .innerAll,
    .spacing-x2 .widget.widget-tabs-vertical .widget-body .tab-content,
    .spacing-x2 .box-generic {
        padding: 25px
    }
    .spacing-x2 .widget,
    .spacing-x2 .filter-bar {
        margin-bottom: 25px
    }
    .spacing-x2 .widget .widget-body,
    .spacing-x2 .filter-bar .widget-body {
        padding: 25px
    }
    .spacing-x2 .box-generic {
        margin-bottom: 25px
    }
}

@media (max-width:767px) {
    .spacing-x2.innerAll,
    .spacing-x2 .innerAll,
    .spacing-x2 .widget.widget-tabs-vertical .widget-body .tab-content,
    .spacing-x2 .box-generic {
        padding: 10px
    }
    .spacing-x2 .widget,
    .spacing-x2 .filter-bar {
        margin-bottom: 10px
    }
    .spacing-x2 .widget .widget-body,
    .spacing-x2 .filter-bar .widget-body {
        padding: 10px
    }
    .spacing-x2 .box-generic {
        margin-bottom: 10px
    }
}

@media (min-width:768px) and (max-width:992px) {
    .hidden-tablet {
        display: none !important
    }
}

.separator {
    padding: 15px 0
}

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

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

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

.row-app {
    overflow: hidden
}

.overflow-hidden {
    overflow: hidden !important
}

.display-block {
    display: block
}

.modal.modal-inline .modal-dialog .modal-content {
    border-width: 1px;
    border-color: #e5e5e5;
    -webkit-border-radius: 0 0 0 0;
    -moz-border-radius: 0 0 0 0;
    border-radius: 0 0 0 0
}

.dropdown-menu {
    border-radius: 0;
    padding: 0;
    margin: 0;
    font-size: 13px;
    border-color: #e5e5e5
}

.dropdown-menu li {
    border-bottom: 1px solid #e5e5e5
}

.dropdown-menu li:last-of-type {
    border: none
}

.dropdown-menu li.headline {
    padding: 10px;
    font-size: 16px;
    text-align: center
}

.dropdown-menu li.headline:hover {
    background: none
}

.dropdown-menu li .divider {
    padding: 0;
    height: 1px;
    margin: 0
}

.dropdown-menu li.clean:hover {
    background: none
}

.dropdown-menu li a {
    line-height: 25px
}

.dropdown-menu li.active a,
.dropdown-menu li.active:hover a {
    background-color: #932E2A
}

.dropdown-menu.clean li:hover {
    background: none
}

.menubar {
    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
}

a.widget {
    display: block;
    text-decoration: none
}

a.widget i.display-block {
    margin-bottom: 10px
}

.widget {
    background: #fff;
    margin: 0 auto 15px;
    position: relative;
    border: 1px solid #e6e6e6
}

.widget .tab-content {
    padding: 0
}

.widget .widget-head {
    background: #424242;
    border-bottom: 1px solid #e5e5e5;
    height: 40px;
    line-height: 40px;
    position: relative;
    padding: 0 8px 0 0;
    overflow: hidden
}

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

.widget .widget-head.progress .progress-bar {
    line-height: 39px
}

.widget .widget-head .heading {
    margin: 0;
    color: #7c7c7c;
    font-size: 14px;
    height: 40px;
    line-height: 40px;
    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: 40px;
    line-height: 40px;
    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 .btn-xs {
    margin-top: 8px
}

.widget .widget-head .btn-group.btn-group-xs {
    margin-top: 8px
}

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

.widget .widget-body {
    padding: 15px
}

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

.widget .widget-body p.lead {
    font-size: 25px;
}

.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;
    list-style: none
}

.widget .widget-body.list ul li {
    padding: 0 10px;
    height: 39px;
    border-bottom: 1px solid #e5e5e5;
    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: #ddd;
    background: #fff
}

.widget .widget-body.list.list-2 ul li.active i:before {
    font-weight: normal;
    background: #932E2A;
    color: #fff;
    text-shadow: none;
    height: 20px
}

.widget .widget-body.list.list-2 ul li.active a {
    color: #932E2A
}

.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: 20px;
    font-size: 14px;
    border: 1px solid #ccc;
    background: #ddd;
    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;
    vertical-align: top
}

.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: #555;
    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-primary {
    background: #932E2A;
    color: #fff
}

.widget.widget-primary p {
    color: #fff
}

.widget.widget-primary .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-primary .widget-head .heading {
    color: #555;
    text-shadow: 0 1px 0 #fff
}

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

.widget.widget-profile .widget-head {
    padding-top: 15px;
    height: auto;
    text-align: center;
    color: #fff;
    font-weight: bold
}

.widget.widget-profile .widget-head a.pull-right {
    position: absolute;
    right: 10px;
    font-size: 18px;
    color: #d66868;
    display: inline
}

.widget.widget-profile .widget-head a.pull-right:hover {
    color: #fff
}

.widget.widget-profile .widget-head a {
    color: #fff
}

.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 .heading {
    line-height: 36px;
    color: #555;
    text-shadow: 0 1px 0 #fff;
    font-size: 12pt
}

.widget.widget-2 .widget-head .heading i:before {
    color: #555;
    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: #932E2A;
    border-color: #932E2A;
    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 .widget-head {
    height: 36px;
    line-height: 36px
}

.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: #fff
}

.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 #e5e5e5
}

.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: #932E2A;
    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: #ddd;
    width: auto;
    padding: 0 10px 0 30px;
    border-right: 1px solid #e5e5e5;
    text-decoration: none
}

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

.widget.widget-3 .widget-footer a:hover {
    color: #932E2A
}

.widget.widget-3 .widget-footer a:hover i:before {
    color: #932E2A
}

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

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

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

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

.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-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: 25px;
    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 #e5e5e5
}

.widget.widget-body-simple {
    -webkit-border-radius: 0 !important;
    -moz-border-radius: 0 !important;
    border-radius: 0 !important
}

.widget.widget-body-simple>.widget-body {
    background: none;
    border: none;
    padding: 0;
    -webkit-border-radius: 0 !important;
    -moz-border-radius: 0 !important;
    border-radius: 0 !important
}

.widget.widget-body-white>.widget-body {
    background: #fff
}

.widget.widget-body-gray>.widget-body {
    background: #f4f4f4
}

.widget.widget-body-primary>.widget-body {
    background: #932E2A
}

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

.widget.widget-body-inverse>.widget-body {
    background: #424242
}

.widget.widget-body-inverse>.widget-body *,
.widget.widget-body-inverse>.widget-body i:before {
    color: #fff;
    text-shadow: none
}

.widget.widget-body-default>.widget-body {
    background: #bbb
}

.widget.widget-body-default>.widget-body *,
.widget.widget-body-default>.widget-body i:before {
    color: #fff;
    text-shadow: none
}

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

.widget.widget-body-multiple>.widget-body {
    margin-bottom: 7.5px
}

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

.widget.widget-inverse>.widget-head {
    background-color: #424242;
    color: #fff
}

.widget.widget-inverse>.widget-head .heading {
    color: #fff
}

.widget.widget-info {
    background: #466baf;
    color: #fff
}

.widget.widget-dark {
    background: #424242;
    color: #fff
}

.widget-flat {
    box-shadow: none !important;
    -moz-box-shadow: none !important;
    -webkit-box-shadow: none !important;
    -webkit-border-radius: 0 !important;
    -moz-border-radius: 0 !important;
    border-radius: 0 !important
}

.widget-flat>.widget-body {
    box-shadow: none !important;
    -moz-box-shadow: none !important;
    -webkit-box-shadow: none !important;
    -webkit-border-radius: 0 !important;
    -moz-border-radius: 0 !important;
    border-radius: 0 !important;
    border: none !important
}

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 35px;
    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
}

.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: #ccc
}

div.glyphicons,
div.glyphicons-social {
    padding: 0 0 0 47px
}

div.glyphicons i:before,
div.glyphicons-social i:before {
    color: #e2e2e2;
    font-size: 32px
}

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

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

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

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

div.glyphicons.glyphicon-xlarge,
div.glyphicons-social.glyphicon-xlarge {
    padding: 0 0 0 85px
}

div.glyphicons.glyphicon-xlarge i,
div.glyphicons-social.glyphicon-xlarge i {
    padding: 0 0 10px
}

div.glyphicons.glyphicon-xlarge i:before,
div.glyphicons-social.glyphicon-xlarge i:before {
    font-size: 70px
}

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

div.glyphicons.glyphicon-top i,
div.glyphicons-social.glyphicon-top i {
    display: block;
    position: relative;
    padding: 5px 0 10px
}

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

div.glyphicons.glyphicon-primary i:before,
div.glyphicons-social.glyphicon-primary i:before {
    color: #932E2A
}

@media (max-width:979px) and (min-width:768px) {
    div.glyphicons.hidden-tablet-partial,
    div.glyphicons-social.hidden-tablet-partial {
        padding: 0
    }
}

.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: #fff;
    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: #932E2A
}

.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: #444
}

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

.social-large.social-large-2 a.active,
.social-large.social-large-2 a:hover {
    color: #932E2A
}

.social-large.social-large-2 a.active i:before,
.social-large.social-large-2 a:hover i:before {
    color: #932E2A
}

.widget-search input {
    width: 100%
}

.form-inline.small input,
.form-inline.small select {
    margin: 0 5px 0 0;
    -webkit-border-radius: 0 0 0 0;
    -moz-border-radius: 0 0 0 0;
    border-radius: 0 0 0 0;
    padding: 1px 5px;
    border-color: #d8d9da;
    color: #a7a7a7
}

.form-inline.small select {
    padding: 1px 0;
    height: 23px
}

.form-inline.small select:last-child {
    margin-right: 0
}

.form-inline.small label {
    float: left;
    margin: 0 5px 0 0;
    display: block
}

.form-inline.small .input-append.block {
    display: block
}

.form-inline.small .input-append input {
    margin: 0;
    width: 85%
}

.form-inline.small .input-append .input-group-addon {
    padding: 1px 3px;
    margin: 0 0 0 -1px;
    -webkit-border-radius: 0 0 0 0;
    -moz-border-radius: 0 0 0 0;
    border-radius: 0 0 0 0;
    background: #fff;
    color: #d8d9da;
    border-color: #d8d9da
}

.form-inline.small .input-append .input-group-addon i:before {
    top: 4px;
    left: 4px;
    font-size: 14px;
    color: #d0d1d1
}

textarea:focus,
input[type="text"]:focus,
input[type="password"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="date"]:focus,
input[type="month"]:focus,
input[type="time"]:focus,
input[type="week"]:focus,
input[type="number"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="search"]:focus,
input[type="tel"]:focus,
input[type="color"]:focus,
.uneditable-input:focus {
    border-color: #e5e5e5;
    border-left: 1px solid #932E2A;
    box-shadow: none !important;
    -moz-box-shadow: none !important;
    -webkit-box-shadow: none !important
}

#focusedInput {
    border-left: 1px solid #932E2A
}

select,
textarea,
input[type="text"],
input[type="password"],
input[type="datetime"],
input[type="datetime-local"],
input[type="date"],
input[type="month"],
input[type="time"],
input[type="week"],
input[type="number"],
input[type="email"],
input[type="url"],
input[type="search"],
input[type="tel"],
input[type="color"],
.uneditable-input {
    font-size: 13px;
    box-shadow: none !important;
    -moz-box-shadow: none !important;
    -webkit-box-shadow: none !important;
    -webkit-border-radius: 0 0 0 0;
    -moz-border-radius: 0 0 0 0;
    border-radius: 0 0 0 0;
    border-color: #e5e5e5
}

.uniformjs .radio .disabled input[type="radio"],
.uniformjs .checkbox .disabled input[type="checkbox"] {
    margin-left: 0
}

.uniformjs .radio,
.uniformjs .checkbox {
    padding-left: 0
}

.uniformjs .radio {
    height: auto
}

.radio.inline+.radio.inline,
.checkbox.inline+.checkbox.inline {
    margin-left: 3px
}

.uniformjs label.radio {
    margin-bottom: 0
}

.uniformjs label.radio.inline {
    margin: 0
}

.checkbox.inline {
    padding-bottom: 1px
}

.uniformjs .radio span {
    margin: 2px 0 0
}

.uniformjs .checkbox span {
    margin: -2px 0 0
}

label,
input,
button,
select,
textarea {
    font-size: 13px
}

.input-full input {
    width: 83%;
    height: 17px
}

legend {
    line-height: normal;
    height: auto;
    font-size: 18px;
    margin: 0 0 6px;
    text-align: left;
    padding: 0;
    border: 0;
    color: #797979
}

.strong {
    font-weight: bold
}

input[type=text],
input[type=password],
select,
textarea {
    border-color: #e5e5e5;
    color: #a7a7a7
}

.control-label.center {
    text-align: center
}

.form-actions {
    background: none;
    border: none;
    margin: 0
}

.form-horizontal .form-actions {
    margin-top: 0;
    padding: 0
}

.form-horizontal .controls {
    margin-left: 145px
}

.form-horizontal .control-group:last-child {
    margin: 0
}

.input-group .input-group-addon,
.input-append .input-group-addon {
    background: #fff;
    border-color: #e5e5e5
}

.input-group .input-group-addon i:before,
.input-append .input-group-addon i:before {
    color: #d0d1d1
}

.input-group .input-group-addon icon,
.input-append .input-group-addon icon {
    margin-top: 0
}

.input-group.input-append .input-group-addon:first-child,
.input-group.input-append .btn:first-child,
.input-group.input-append .input-group-addon:last-child,
.input-group.input-append .btn:last-child,
.input-group .input-group-addon:first-child,
.input-group .btn:first-child,
.input-append input,
.input-append select,
.input-append .uneditable-input,
.fileupload-new .input-append .btn-file,
.btn-group>.btn:first-child,
.btn-group>.btn:last-child,
.btn-group>.dropdown-toggle,
.input-append .input-group-addon:last-child,
.input-append .btn:last-child,
.input-append .btn-group:last-child>.dropdown-toggle {
    -webkit-border-radius: 0 0 0 0;
    -moz-border-radius: 0 0 0 0;
    border-radius: 0 0 0 0
}

.input-group .input-group-addon.glyphicons,
.input-append .input-group-addon.glyphicons,
.input-group .input-group-addon.glyphicons-social,
.input-append .input-group-addon.glyphicons-social {
    background: #fff;
    display: table-cell;
    padding-left: 18px
}

.input-group .input-group-addon.glyphicons i:before,
.input-append .input-group-addon.glyphicons i:before,
.input-group .input-group-addon.glyphicons-social i:before,
.input-append .input-group-addon.glyphicons-social i:before {
    font-size: 14px;
    left: 7px;
    top: 7px;
    color: #d0d1d1
}

.input-append .input-group-addon.glyphicons i:before {
    left: 6px
}

.ms-container .ms-selectable li.ms-hover,
.ms-container .ms-selection li.ms-hover {
    background: #932E2A
}

.ms-container .custom-header {
    height: 30px;
    line-height: 30px;
    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);
    padding: 0 15px;
    font-weight: 600;
    border: 1px solid #e5e5e5
}

.ms-container .custom-header:not(.custom-footer) {
    border-bottom: none
}

.ms-container .custom-header.custom-footer {
    border-top: none
}

img.flag {
    height: 10px;
    width: 15px;
    padding-right: 10px;
    z-index: 99999
}

.select2-results .select2-highlighted {
    background: #932E2A
}

.select2-container {
    background: #f4f4f4;
    border-color: #fff
}

.select2-container .select2-choice {
    border-color: #fff;
    background: #f4f4f4;
    -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: #e5e5e5;
    background: #fff
}

.select2-container .select2-choice div {
    border-color: #fff;
    background: #f4f4f4;
    -webkit-border-radius: 0 0 0 0;
    -moz-border-radius: 0 0 0 0;
    border-radius: 0 0 0 0
}

.select2-search input {
    background: #fff
}

.select2-drop {
    border-color: #fff;
    background: #f4f4f4;
    box-shadow: none !important;
    -moz-box-shadow: none !important;
    -webkit-box-shadow: none !important;
    z-index: 99999
}

.select2-container-multi .select2-choices .select2-search-choice {
    margin: 5px 0 3px 5px;
    border-color: #d8d8d8
}

.datetimepicker table tr td span.active:hover,
.datetimepicker table tr td span.active:hover:hover,
.datetimepicker table tr td span.active.disabled:hover,
.datetimepicker table tr td span.active.disabled:hover:hover,
.datetimepicker table tr td span.active:active,
.datetimepicker table tr td span.active:hover:active,
.datetimepicker table tr td span.active.disabled:active,
.datetimepicker table tr td span.active.disabled:hover:active,
.datetimepicker table tr td span.active.active,
.datetimepicker table tr td span.active:hover.active,
.datetimepicker table tr td span.active.disabled.active,
.datetimepicker table tr td span.active.disabled:hover.active,
.datetimepicker table tr td span.active.disabled,
.datetimepicker table tr td span.active:hover.disabled,
.datetimepicker table tr td span.active.disabled.disabled,
.datetimepicker table tr td span.active.disabled:hover.disabled,
.datetimepicker table tr td span.active[disabled],
.datetimepicker table tr td span.active:hover[disabled],
.datetimepicker table tr td span.active.disabled[disabled],
.datetimepicker table tr td span.active.disabled:hover[disabled],
.datetimepicker table tr td.active:hover,
.datetimepicker table tr td.active:hover:hover,
.datetimepicker table tr td.active.disabled:hover,
.datetimepicker table tr td.active.disabled:hover:hover,
.datetimepicker table tr td.active:active,
.datetimepicker table tr td.active:hover:active,
.datetimepicker table tr td.active.disabled:active,
.datetimepicker table tr td.active.disabled:hover:active,
.datetimepicker table tr td.active.active,
.datetimepicker table tr td.active:hover.active,
.datetimepicker table tr td.active.disabled.active,
.datetimepicker table tr td.active.disabled:hover.active,
.datetimepicker table tr td.active.disabled,
.datetimepicker table tr td.active:hover.disabled,
.datetimepicker table tr td.active.disabled.disabled,
.datetimepicker table tr td.active.disabled:hover.disabled,
.datetimepicker table tr td.active[disabled],
.datetimepicker table tr td.active:hover[disabled],
.datetimepicker table tr td.active.disabled[disabled],
.datetimepicker table tr td.active.disabled:hover[disabled] {
    background: #932E2A
}

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

.has-switch {
    vertical-align: middle;
    border-color: #bebebe;
    -webkit-border-radius: 0 0 0 0;
    -moz-border-radius: 0 0 0 0;
    border-radius: 0 0 0 0
}

.has-switch span.switch-left {
    -webkit-border-radius: 0 0 0 0;
    -moz-border-radius: 0 0 0 0;
    border-radius: 0 0 0 0
}

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

.has-switch[data-on*="primary"] {
    border-color: #932E2A
}

.has-switch[data-on*="danger"] {
    border-color: #bd362f
}

.has-switch[data-on*="warning"] {
    border-color: #ab7a4b
}

.has-switch[data-on*="success"] {
    border-color: #72af46
}

.has-switch[data-on*="inverse"] {
    border-color: #424242
}

.has-switch span.switch-primary {
    background: #932E2A
}

.has-switch span.switch-danger {
    background: #bd362f
}

.has-switch span.switch-warning {
    background: #ab7a4b
}

.has-switch span.switch-success {
    background: #72af46
}

.has-switch span.switch-inverse {
    background: #424242
}

.has-switch span.switch-default {
    background: #ccc;
    color: #444
}

textarea.form-control {
    -webkit-border-radius: 0 0 0 0;
    -moz-border-radius: 0 0 0 0;
    border-radius: 0 0 0 0;
    border-color: #e5e5e5
}

textarea.form-control:hover,
textarea.form-control:focus {
    border-color: #b2b2b2
}

.btn {
    text-shadow: none;
    box-shadow: none !important;
    -moz-box-shadow: none !important;
    -webkit-box-shadow: none !important;
    -webkit-border-radius: 0 0 0 0;
    -moz-border-radius: 0 0 0 0;
    border-radius: 0 0 0 0
}

.btn.active,
.btn:active {
    outline: 0;
    background-color: #fff
}

.btn:hover.text-primary {
    background-color: #932E2A
}

.btn:hover.text-primary .fa {
    color: #fff
}

.btn-block {
    width: 100%;
    min-height: 30px
}

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

.btn-default {
    background: #e7e7e7;
    border-color: #e7e7e7;
    color: #797979
}

.btn-default.filled {
    background: #efefef
}

.btn-default.filled i {
    color: #ccc
}

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

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

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

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

.btn-warning.btn-stroke {
    background: none;
    color: #ab7a4b
}

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

.btn-warning.btn-stroke:hover,
.btn-warning.btn-stroke:focus,
.btn-warning.btn-stroke:active,
.btn-warning.btn-stroke.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: #466baf;
    border-color: #466baf;
    color: #fff
}

.btn-info.btn-stroke {
    background: none;
    color: #466baf
}

.btn-group.open .btn-info.dropdown-toggle,
.btn-info.disabled,
.btn-info[disabled],
.btn-info:hover,
.btn-info:focus,
.btn-info:active,
.btn-info.active {
    background: none;
    color: #466baf
}

.btn-info.btn-stroke:hover,
.btn-info.btn-stroke:focus,
.btn-info.btn-stroke:active,
.btn-info.btn-stroke.active {
    background: #466baf;
    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: #bd362f;
    border-color: #bd362f;
    color: #fff
}

.btn-danger.btn-stroke {
    background: none;
    color: #bd362f
}

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

.btn-danger.btn-stroke:hover,
.btn-danger.btn-stroke:focus,
.btn-danger.btn-stroke:active,
.btn-danger.btn-stroke.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: #932E2A;
    border-color: #932E2A;
    color: #fff
}

.btn-primary.btn-stroke {
    background: none;
    color: #932E2A
}

.btn-group.open .btn-primary.dropdown-toggle,
.btn-primary.disabled,
.btn-primary[disabled],
.btn-primary:hover,
.btn-primary:focus,
.btn-primary:active,
.btn-primary.active {
    background: none;
    color: #932E2A;
    border-color: #932E2A
}

.btn-primary.btn-stroke:hover,
.btn-primary.btn-stroke:focus,
.btn-primary.btn-stroke:active,
.btn-primary.btn-stroke.active {
    background: #932E2A;
    color: #fff
}

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

.btn-inverse {
    background: #424242;
    border-color: #424242;
    color: #fff
}

.btn-inverse.btn-stroke {
    background: none;
    color: #424242
}

.btn-group.open .btn-inverse.dropdown-toggle,
.btn-inverse.disabled,
.btn-inverse[disabled],
.btn-inverse:hover,
.btn-inverse:focus,
.btn-inverse:active,
.btn-inverse.active {
    background: none;
    color: #424242
}

.btn-inverse.btn-stroke:hover,
.btn-inverse.btn-stroke:focus,
.btn-inverse.btn-stroke:active,
.btn-inverse.btn-stroke.active {
    background: #424242;
    color: #fff
}

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

.btn-success {
    background: #72af46;
    border-color: #72af46;
    color: #fff
}

.btn-success.btn-stroke {
    background: none;
    color: #72af46
}

.btn-group.open .btn-success.dropdown-toggle,
.btn-success.disabled,
.btn-success[disabled],
.btn-success:hover,
.btn-success:focus,
.btn-success:active,
.btn-success.active {
    background: none;
    color: #72af46
}

.btn-success.btn-stroke:hover,
.btn-success.btn-stroke:focus,
.btn-success.btn-stroke:active,
.btn-success.btn-stroke.active {
    background: #72af46;
    color: #fff
}

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

.btn-group .btn-primary:not(.dropdown-toggle),
.btn-group .btn-primary:not('[data-toggle*=""]') {
    margin-right: 2px
}

.btn-group.dropup .btn {
    padding: 7px 12px
}

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

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

@media (min-width:992px) and (max-width:1200px) {
    .btn-group.btn-group-block .btn.col-md-12 {
        margin: 0
    }
    .btn-group.btn-group-block .btn.col-md-12:first-of-type {
        -webkit-border-radius: 3px 3px 0 0;
        -moz-border-radius: 3px 3px 0 0;
        border-radius: 3px 3px 0 0
    }
    .btn-group.btn-group-block .btn.col-md-12:last-of-type {
        -webkit-border-radius: 0 0 3px 3px;
        -moz-border-radius: 0 0 3px 3px;
        border-radius: 0 0 3px 3px
    }
}

.btn-icon-stacked {
    text-align: left;
    padding: 10px 10px 10px 45px;
    position: relative
}

.btn-icon-stacked i {
    display: block;
    position: absolute;
    left: 15px;
    top: 12px
}

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

.btn-circle {
    -webkit-border-radius: 50% 50% 50% 50%;
    -moz-border-radius: 50% 50% 50% 50%;
    border-radius: 50% 50% 50% 50%
}

.btn-circle.btn {
    padding-left: 0;
    padding-right: 0;
    width: 34px
}

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

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

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

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

.glyphicons.standard.btn,
.glyphicons-social.standard.btn {
    padding: 4px
}

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

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

.glyphicons.btn-action,
.glyphicons-social.btn-action {
    width: 25px;
    height: 25px;
    padding: 0;
    border-width: 1px;
    border-style: solid;
    vertical-align: middle
}

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

.glyphicons.btn-action.btn-default i:before,
.glyphicons-social.btn-action.btn-default i:before {
    color: #7c7c7c
}

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

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

.glyphicons.btn-icon i,
.glyphicons-social.btn-icon i {
    float: left
}

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

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

.glyphicons.btn-icon.right i:before,
.glyphicons-social.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,
.glyphicons-social.btn-large {
    padding: 10px 10px 10px 40px;
    font-weight: 700
}

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

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

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

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

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

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

.glyphicons.orange i:before,
.glyphicons-social.orange i:before {
    color: #edb459
}

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

.glyphicons.single,
.glyphicons-social.single {
    color: #932E2A;
    padding: 0 0 0 20px
}

.glyphicons.single i:before,
.glyphicons-social.single i:before {
    font-size: 13px;
    top: 4px;
    color: #932E2A
}

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

.glyphicons.single.regular,
.glyphicons-social.single.regular {
    color: #7c7c7c
}

.glyphicons.single.regular i:before,
.glyphicons-social.single.regular i:before {
    color: #7c7c7c
}

.glyphicons.primary i:before,
.glyphicons-social.primary i:before {
    color: #932E2A
}

.glyphicons.text-error,
.glyphicons-social.text-error {
    color: #932E2A
}

.glyphicons.text-error i:before,
.glyphicons-social.text-error i:before {
    color: #932E2A
}

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

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

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

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

.ui .btn {
    margin-bottom: 6px !important
}

.label {
    display: inline-block
}

.label.label-stroke {
    background: none;
    color: #999;
    border: 1px solid #999
}

.label.label-primary {
    background: #932E2A
}

.label.label-primary.label-stroke {
    background: none;
    color: #932E2A;
    border: 1px solid #932E2A
}

.label.label-info {
    background: #466baf
}

.label.label-info.label-stroke {
    background: none;
    color: #466baf;
    border: 1px solid #466baf
}

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

.label.label-warning.label-stroke {
    background: none;
    color: #ab7a4b;
    border: 1px solid #ab7a4b
}

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

.label.label-danger.label-stroke {
    background: none;
    color: #bd362f;
    border: 1px solid #bd362f
}

.label.label-inverse {
    background: #424242
}

.label.label-inverse.label-stroke {
    background: none;
    color: #424242;
    border: 1px solid #424242
}

.label.label-success {
    background: #72af46
}

.label.label-success.label-stroke {
    background: none;
    color: #72af46;
    border: 1px solid #72af46
}

.label.label-block {
    display: block
}

.badge.badge-stroke {
    background: none;
    color: #999;
    border: 1px solid #999
}

.badge.badge-primary {
    background: #932E2A
}

.badge.badge-primary.badge-stroke {
    background: none;
    color: #932E2A;
    border: 1px solid #932E2A
}

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

.badge.badge-warning.badge-stroke {
    background: none;
    color: #ab7a4b;
    border: 1px solid #ab7a4b
}

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

.badge.badge-danger.badge-stroke {
    background: none;
    color: #bd362f;
    border: 1px solid #bd362f
}

.badge.badge-success {
    background: #72af46
}

.badge.badge-success.badge-stroke {
    background: none;
    color: #72af46;
    border: 1px solid #72af46
}

.badge.badge-inverse {
    background: #424242
}

.badge.badge-inverse.badge-stroke {
    background: none;
    color: #424242;
    border: 1px solid #424242
}

.badge.badge-info {
    background: #466baf
}

.badge.badge-info.badge-stroke {
    background: none;
    color: #466baf;
    border: 1px solid #466baf
}

.badge.badge-white {
    background: #fff;
    color: #797979;
    border: 1px solid #ccc
}

.badge.badge-block {
    display: block
}

.hoverSlideLeft {
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    left: 100%;
    content: "";
    -webkit-transition: left 400ms ease;
    -moz-transition: left 400ms ease;
    -o-transition: left 400ms ease;
    -ms-transition: left 400ms ease;
    transition: left 400ms ease
}

.hoverSlideRight {
    position: absolute;
    top: 0;
    bottom: 0;
    right: 100%;
    left: 0;
    content: "";
    -webkit-transition: right 400ms ease;
    -moz-transition: right 400ms ease;
    -o-transition: right 400ms ease;
    -ms-transition: right 400ms ease;
    transition: right 400ms ease
}

.hoverSlideUp {
    position: absolute;
    top: 100%;
    bottom: 0;
    right: 0;
    left: 0;
    content: "";
    -webkit-transition: top 400ms ease;
    -moz-transition: top 400ms ease;
    -o-transition: top 400ms ease;
    -ms-transition: top 400ms ease;
    transition: top 400ms ease
}

html.csstransitions.csstransforms3d a,
html.csstransitions.csstransforms3d .btn,
html.csstransitions.csstransforms3d .navbar.main li,
html.csstransitions.csstransforms3d .navbar.main .caret {
    -webkit-transition: all 300ms linear;
    -moz-transition: all 300ms linear;
    -o-transition: all 300ms linear;
    -ms-transition: all 300ms linear;
    transition: all 300ms linear
}

html.csstransitions.csstransforms3d .panel-3d {
    -webkit-perspective: 600px;
    -moz-perspective: 600px;
    perspective: 600px;
    position: relative;
    z-index: 900;
    visibility: hidden
}

html.csstransitions.csstransforms3d .panel-3d .front {
    position: relative;
    top: 0;
    left: 0;
    z-index: 900;
    width: 100%;
    height: 100%;
    text-align: center;
    -webkit-transform: rotateX(0deg) rotateY(0deg);
    -moz-transform: rotateX(0deg) rotateY(0deg);
    transform: rotateX(0deg) rotateY(0deg);
    -webkit-transform-style: preserve-3d;
    -moz-transform-style: preserve-3d;
    transform-style: preserve-3d;
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    backface-visibility: hidden
}

html.csstransitions.csstransforms3d .panel-3d .front [class*="icon-"] {
    visibility: hidden
}

html.csstransitions.csstransforms3d .panel-3d .back {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 800;
    width: 100%;
    height: inherit;
    -webkit-transform: rotateY(-180deg);
    -webkit-transform-style: preserve-3d;
    -webkit-backface-visibility: hidden;
    -moz-transform: rotateY(-180deg);
    -moz-transform-style: preserve-3d;
    -moz-backface-visibility: hidden;
    transform: rotateY(-180deg);
    transform-style: preserve-3d;
    backface-visibility: hidden
}

html.csstransitions.csstransforms3d .panel-3d.animated .front,
html.csstransitions.csstransforms3d .panel-3d.animated .back {
    -webkit-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out
}

html.csstransitions.csstransforms3d .panel-3d.flip-default {
    z-index: 1000
}

html.csstransitions.csstransforms3d .panel-3d.flip-default .front {
    -webkit-transform: rotateY(180deg);
    -moz-transform: rotateY(180deg);
    transform: rotateY(180deg)
}

html.csstransitions.csstransforms3d .panel-3d.flip-default .back {
    -webkit-transform: rotateX(0deg) rotateY(0deg);
    -moz-transform: rotateX(0deg) rotateY(0deg);
    transform: rotateX(0deg) rotateY(0deg)
}

html.csstransitions.csstransforms3d .panel-3d.panel-flip {
    z-index: 1000
}

html.csstransitions.csstransforms3d .panel-3d.panel-flip .front {
    z-index: 900;
    -webkit-transform: rotateY(180deg);
    -moz-transform: rotateY(180deg);
    transform: rotateY(180deg);
    box-shadow: 0 15px 50px rgba(0, 0, 0, 0.2)
}

html.csstransitions.csstransforms3d .panel-3d.panel-flip .back {
    z-index: 1000;
    -webkit-transform: rotateX(0deg) rotateY(0deg);
    -moz-transform: rotateX(0deg) rotateY(0deg);
    transform: rotateX(0deg) rotateY(0deg)
}

@-webkit-keyframes shake {
    0% {
        -webkit-transform: translate(2px, 1px) rotate(0deg)
    }
    10% {
        -webkit-transform: translate(-1px, -2px) rotate(-1deg)
    }
    20% {
        -webkit-transform: translate(-3px, 0) rotate(1deg)
    }
    30% {
        -webkit-transform: translate(0, 2px) rotate(0deg)
    }
    40% {
        -webkit-transform: translate(1px, -1px) rotate(1deg)
    }
    50% {
        -webkit-transform: translate(-1px, 2px) rotate(-1deg)
    }
    60% {
        -webkit-transform: translate(-3px, 1px) rotate(0deg)
    }
    70% {
        -webkit-transform: translate(2px, 1px) rotate(-1deg)
    }
    80% {
        -webkit-transform: translate(-1px, -1px) rotate(1deg)
    }
    90% {
        -webkit-transform: translate(2px, 2px) rotate(0deg)
    }
    100% {
        -webkit-transform: translate(1px, -2px) rotate(-1deg)
    }
}

@-moz-keyframes shake {
    0% {
        -moz-transform: translate(2px, 1px) rotate(0deg)
    }
    10% {
        -moz-transform: translate(-1px, -2px) rotate(-1deg)
    }
    20% {
        -moz-transform: translate(-3px, 0) rotate(1deg)
    }
    30% {
        -moz-transform: translate(0, 2px) rotate(0deg)
    }
    40% {
        -moz-transform: translate(1px, -1px) rotate(1deg)
    }
    50% {
        -moz-transform: translate(-1px, 2px) rotate(-1deg)
    }
    60% {
        -moz-transform: translate(-3px, 1px) rotate(0deg)
    }
    70% {
        -moz-transform: translate(2px, 1px) rotate(-1deg)
    }
    80% {
        -moz-transform: translate(-1px, -1px) rotate(1deg)
    }
    90% {
        -moz-transform: translate(2px, 2px) rotate(0deg)
    }
    100% {
        -moz-transform: translate(1px, -2px) rotate(-1deg)
    }
}

@-ms-keyframes shake {
    0% {
        -ms-transform: translate(2px, 1px) rotate(0deg)
    }
    10% {
        -ms-transform: translate(-1px, -2px) rotate(-1deg)
    }
    20% {
        -ms-transform: translate(-3px, 0) rotate(1deg)
    }
    30% {
        -ms-transform: translate(0, 2px) rotate(0deg)
    }
    40% {
        -ms-transform: translate(1px, -1px) rotate(1deg)
    }
    50% {
        -ms-transform: translate(-1px, 2px) rotate(-1deg)
    }
    60% {
        -ms-transform: translate(-3px, 1px) rotate(0deg)
    }
    70% {
        -ms-transform: translate(2px, 1px) rotate(-1deg)
    }
    80% {
        -ms-transform: translate(-1px, -1px) rotate(1deg)
    }
    90% {
        -ms-transform: translate(2px, 2px) rotate(0deg)
    }
    100% {
        -ms-transform: translate(1px, -2px) rotate(-1deg)
    }
}

@-webkit-keyframes moveFromBottom {
    from {
        -webkit-transform: translateY(200%) scale(.5) translateZ(1px);
        opacity: 0
    }
    to {
        -webkit-transform: translateY(0) scale(1) translateZ(1px);
        opacity: 1
    }
}

@-moz-keyframes moveFromBottom {
    from {
        -moz-transform: translateY(200%) scale(.5) translateZ(1px);
        opacity: 0
    }
    to {
        -moz-transform: translateY(0) scale(1) translateZ(1px);
        opacity: 1
    }
}

@-ms-keyframes moveFromBottom {
    from {
        -ms-transform: translateY(200%) scale(.5) translateZ(1px);
        opacity: 0
    }
    to {
        -ms-transform: translateY(0) scale(1) translateZ(1px);
        opacity: 1
    }
}

@-webkit-keyframes moveFromTop {
    from {
        opacity: 0;
        -webkit-transform: translateY(-200%) translateZ(1px)
    }
    to {
        opacity: 1;
        -webkit-transform: translateY(0) translateZ(1px)
    }
}

@-moz-keyframes moveFromTop {
    from {
        opacity: 0;
        -moz-transform: translateY(-200%) translateZ(1px)
    }
    to {
        opacity: 1;
        -moz-transform: translateY(0) translateZ(1px)
    }
}

@-ms-keyframes moveFromTop {
    from {
        opacity: 0;
        -ms-transform: translateY(-200%) translateZ(1px)
    }
    to {
        opacity: 1;
        -ms-transform: translateY(0) translateZ(1px)
    }
}

@-webkit-keyframes moveFromLeft {
    from {
        -webkit-transform: translateX(-100%) translateZ(1px)
    }
    to {
        -webkit-transform: translateX(0) translateZ(1px)
    }
}

@-moz-keyframes moveFromLeft {
    from {
        -moz-transform: translateX(-100%) translateZ(1px)
    }
    to {
        -moz-transform: translateX(0) translateZ(1px)
    }
}

@-ms-keyframes moveFromLeft {
    from {
        -ms-transform: translateX(-100%) translateZ(1px)
    }
    to {
        -ms-transform: translateX(0) translateZ(1px)
    }
}

@-webkit-keyframes moveFromRight {
    from {
        -webkit-transform: translateX(100%) translateZ(1px)
    }
    to {
        -webkit-transform: translateX(0) translateZ(1px)
    }
}

@-moz-keyframes moveFromRight {
    from {
        -moz-transform: translateX(100%) translateZ(1px)
    }
    to {
        -moz-transform: translateX(0) translateZ(1px)
    }
}

@-ms-keyframes moveFromRight {
    from {
        -ms-transform: translateX(100%) translateZ(1px)
    }
    to {
        -ms-transform: translateX(0) translateZ(1px)
    }
}

@-webkit-keyframes moveFromLeftRotate {
    from {
        -webkit-transform: translateX(-100%) rotate(-90deg) translateZ(1px)
    }
    to {
        -webkit-transform: translateX(0) rotate(0deg) translateZ(1px)
    }
}

@-moz-keyframes moveFromLeftRotate {
    from {
        -moz-transform: translateX(-100%) rotate(-90deg) translateZ(1px)
    }
    to {
        -moz-transform: translateX(0) rotate(0deg) translateZ(1px)
    }
}

@-ms-keyframes moveFromLeftRotate {
    from {
        -ms-transform: translateX(-100%) rotate(-90deg) translateZ(1px)
    }
    to {
        -ms-transform: translateX(0) rotate(0deg) translateZ(1px)
    }
}

@-webkit-keyframes smallToBig {
    from {
        -webkit-transform: scale(.1)
    }
    to {
        -webkit-transform: scale(1)
    }
}

@-moz-keyframes smallToBig {
    from {
        -moz-transform: scale(.1)
    }
    to {
        -moz-transform: scale(1)
    }
}

@-ms-keyframes smallToBig {
    from {
        -ms-transform: scale(.1)
    }
    to {
        -ms-transform: scale(1)
    }
}

@-webkit-keyframes bigToSmall {
    from {
        -webkit-transform: scale(2)
    }
    to {
        -webkit-transform: scale(1)
    }
}

@-moz-keyframes bigToSmall {
    from {
        -moz-transform: scale(2)
    }
    to {
        -moz-transform: scale(1)
    }
}

@-ms-keyframes bigToSmall {
    from {
        -ms-transform: scale(2)
    }
    to {
        -ms-transform: scale(1)
    }
}

@-webkit-keyframes moveFromLeftAndGrowAndRotate {
    from {
        -webkit-transform: translateX(-100%) rotate(-90deg) scale(.1) translateZ(1px)
    }
    to {
        -webkit-transform: translateX(0) rotate(0deg) scale(1) translateZ(1px)
    }
}

@-moz-keyframes moveFromLeftAndGrowAndRotate {
    from {
        -moz-transform: translateX(-100%) rotate(-90deg) scale(.1) translateZ(1px)
    }
    to {
        -moz-transform: translateX(0) rotate(0deg) scale(1) translateZ(1px)
    }
}

@-ms-keyframes moveFromLeftAndGrowAndRotate {
    from {
        -ms-transform: translateX(-100%) rotate(-90deg) scale(.1) translateZ(1px)
    }
    to {
        -ms-transform: translateX(0) rotate(0deg) scale(1) translateZ(1px)
    }
}

@-webkit-keyframes moveFromRightAndGrowAndRotate {
    from {
        -webkit-transform: translateX(100%) rotate(90deg) scale(.1) translateZ(1px)
    }
    to {
        -webkit-transform: translateX(0) rotate(0deg) scale(1) translateZ(1px)
    }
}

@-moz-keyframes moveFromRightAndGrowAndRotate {
    from {
        -moz-transform: translateX(100%) rotate(90deg) scale(.1) translateZ(1px)
    }
    to {
        -moz-transform: translateX(0) rotate(0deg) scale(1) translateZ(1px)
    }
}

@-ms-keyframes moveFromRightAndGrowAndRotate {
    from {
        -ms-transform: translateX(100%) rotate(90deg) scale(.1) translateZ(1px)
    }
    to {
        -ms-transform: translateX(0) rotate(0deg) scale(1) translateZ(1px)
    }
}

#flotTip {
    background: #f9f9f9;
    border: 1px solid #e5e5e5;
    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
}

.flotchart-holder {
    margin: 30px 0 15px;
    height: 250px;
    padding: 0
}

.flotchart-holder .label {
    padding: 5px 10px
}

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

.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 #e5e5e5
}

.tooltip .tooltip-inner {
    /*background-color: #932E2A;*/
    color: #fff;
    -webkit-border-radius: 0 0 0 0;
    -moz-border-radius: 0 0 0 0;
    border-radius: 0 0 0 0
}

.tooltip.right .tooltip-arrow {
    border-right-color: #932E2A
}

.tooltip.left {
    margin-left: -13px
}

.tooltip.left .tooltip-arrow {
    border-left-color: #932E2A
}

.tooltip.top .tooltip-arrow {
    border-top-color: #932E2A
}

.tooltip.bottom .tooltip-arrow {
    border-bottom-color: #932E2A
}

.rating {
    unicode-bidi: bidi-override;
    direction: rtl
}

.rating.text-large {
    margin: 7px 0
}

.rating span.star {
    font-family: FontAwesome;
    font-weight: normal;
    font-style: normal;
    display: inline-block
}

.rating span.star:before {
    content: "\f006";
    padding-right: 0
}

.rating:not(.read-only) span.star:hover {
    cursor: pointer
}

.rating:not(.read-only) span.star:hover:before,
.rating:not(.read-only) span.star:hover~span.star:before {
    content: "\f005";
    color: #932E2A
}

.rating span.star.active:before,
.rating span.star.active~span.star:before {
    content: "\f005";
    color: #932E2A
}

.widget-activity>.widget-body {
    padding: 0 15px
}

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

.widget-activity ul.list li {
    height: 39px;
    line-height: 39px;
    position: relative;
    overflow: hidden;
    border-bottom: 1px solid #ebebeb;
    padding: 0 15px;
    -webkit-transition: background .5s ease;
    -moz-transition: background .5s ease;
    -o-transition: background .5s ease;
    -ms-transition: background .5s ease;
    transition: background .5s ease
}

.widget-activity ul.list li:hover,
.widget-activity ul.list li.highlight {
    background: #f2f2f2;
    cursor: pointer
}

.widget-activity ul.list li:hover:after,
.widget-activity ul.list li.highlight:after {
    content: "\e212";
    display: block;
    position: absolute;
    right: 15px;
    top: 0;
    height: 39px;
    line-height: 39px;
    font-family: "Glyphicons Regular";
    font-size: 24px;
    color: #d5d5d5
}

.widget-activity ul.list li:hover .activity-icon i:before,
.widget-activity ul.list li.highlight .activity-icon i:before {
    color: #505050
}

.widget-activity ul.list li>span {
    display: block;
    height: 39px;
    line-height: 39px;
    float: left;
    position: relative;
    overflow: hidden
}

.widget-activity ul.list li>span.ellipsis {
    white-space: nowrap;
    text-overflow: ellipsis;
    max-width: 75%
}

.widget-activity ul.list li>span.date {
    width: 40px;
    text-align: center
}

.widget-activity ul.list li .activity-icon {
    width: 30px;
    height: 39px;
    padding: 0;
    margin: 0 10px;
    display: inline-block;
    text-align: center
}

.widget-activity ul.list li .activity-icon i {
    height: 39px;
    display: block;
    position: relative
}

.widget-activity ul.list li .activity-icon i:before {
    position: relative;
    top: 0;
    left: 0;
    color: #cbcbcb;
    font-size: 18px;
    line-height: 39px
}

.widget-activity ul.list li.double {
    height: 55px;
    line-height: 55px
}

.widget-activity ul.list li.double>span {
    height: 55px;
    line-height: 55px
}

.widget-activity ul.list li.double>span.ellipsis {
    line-height: 15px;
    padding: 12px 0 0;
    font-weight: 600;
    font-size: 13px
}

.widget-activity ul.list li.double>span .meta {
    display: block;
    line-height: 15px;
    font-weight: 400;
    color: #b7b7b7
}

.widget-activity ul.list li.double>span .meta i:before {
    top: 1px;
    color: #b7b7b7
}

.widget-activity ul.list li.double>span .meta span {
    font-style: italic
}

.widget-activity ul.list li.double .activity-icon {
    margin-left: 0;
    height: 55px
}

.widget-activity ul.list li.double .activity-icon i {
    height: 55px
}

.widget-activity ul.list li.double .activity-icon i:before {
    line-height: 55px
}

.widget-activity ul.list li.double:hover:after,
.widget-activity ul.list li.double.highlight:after {
    height: 55px;
    line-height: 55px
}

.widget-activity ul.list li:last-child {
    border: none
}

.widget-activity .view-all {
    position: absolute;
    top: 18px;
    right: 15px
}

.widget.widget-tabs {
    border-color: #e5e5e5
}

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

.widget.widget-tabs>.widget-head {
    background: #fff;
    border-color: #e5e5e5;
    overflow: visible
}

.widget.widget-tabs>.widget-head ul {
    position: relative;
    overflow: visible;
    list-style: none;
    height: 40px;
    margin: 0;
    padding: 0;
    display: inline-block
}

.widget.widget-tabs>.widget-head ul li {
    height: 40px;
    line-height: 40px;
    float: left;
    display: block;
    border-right: 1px solid #e5e5e5
}

.widget.widget-tabs>.widget-head ul li a {
    width: auto;
    height: 40px;
    display: block;
    padding: 0 15px;
    position: relative;
    overflow: hidden;
    color: #7c7c7c;
    text-decoration: none
}

.widget.widget-tabs>.widget-head ul li a i:before {
    left: 9px;
    top: 9px;
    color: #9d9d9d;
    text-shadow: 0 1px 0 #fff;
    font-size: 20px
}

.widget.widget-tabs>.widget-head ul li a.glyphicons {
    padding: 0 15px 0 35px
}

.widget.widget-tabs>.widget-head ul li.active {
    height: 40px;
    background: #fff;
    color: #505050
}

.widget.widget-tabs>.widget-head ul li.active a {
    color: #505050;
    font-weight: 700
}

.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 #e5e5e5
    }
    .widget.widget-tabs.widget-tabs-responsive>.widget-head ul li:last-of-type {
        border-bottom: none
    }
}

.widget.widget-tabs-double>.widget-head {
    height: 40px
}

.widget.widget-tabs-double>.widget-head ul {
    height: 40px
}

.widget.widget-tabs-double>.widget-head ul li,
.widget.widget-tabs-double>.widget-head ul li.active {
    height: 40px;
    line-height: 20px
}

.widget.widget-tabs-double>.widget-head ul li a,
.widget.widget-tabs-double>.widget-head ul li.active a {
    height: 40px;
    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: 5px 15px 0 38px
}

.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: 9px;
    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 #e5e5e5;
    border-bottom: none;
    height: 70px
}

.widget.widget-tabs-double-2>.widget-head.border-bottom {
    border-bottom: 1px solid #e5e5e5
}

.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: #fff
}

.widget.widget-tabs-double-2>.widget-head ul li.active a {
    color: #932E2A
}

.widget.widget-tabs-double-2>.widget-head ul li.active a i:before {
    color: #932E2A
}

.widget.widget-tabs-double-2>.widget-head ul li:hover {
    background: #fff;
    height: 69px
}

.widget.widget-tabs-double-2>.widget-head ul li:hover a {
    color: #932E2A
}

.widget.widget-tabs-double-2>.widget-head ul li:hover a i:before {
    color: #932E2A
}

.widget.widget-tabs-double-2>.widget-body {
    padding: 0
}

.widget.widget-tabs-double-2 .widget-body-regular {
    padding: 10px;
    border: 1px solid #e5e5e5
}

.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: #932E2A
}

.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: #932E2A
}

.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 #e5e5e5
}

.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 #e5e5e5
}

.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: #e5e5e5;
    border: 1px solid #e5e5e5;
    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: #fff
}

.widget.widget-wizard-pills .widget-head ul li.primary a {
    width: 60px;
    height: 60px;
    background: #932E2A;
    border: none;
    color: #fff
}

.widget.widget-wizard-pills .widget-head ul li:not(:first-child):before {
    position: absolute;
    background: #e5e5e5;
    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: #932E2A;
        color: #fff
    }
    .widget.widget-wizard-pills .widget-head ul li.status {
        padding: 15px;
        height: auto
    }
}

.widget.widget-tabs-2 {
    border-bottom: 1px solid #e5e5e5
}

.widget.widget-tabs-2.border-bottom-none {
    border-bottom: none
}

.widget.widget-tabs-2>.widget-head {
    background: #fff;
    border: none;
    border-bottom: 1px solid #e5e5e5;
    padding: 0 10px
}

.widget.widget-tabs-2>.widget-head ul {
    border-color: #e5e5e5
}

.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 #ddd;
    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: 40px
}

.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: 40px;
    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 #e5e5e5;
    position: relative;
    overflow: hidden;
}

.tabsbar ul {
    list-style: none;
    margin: 0;
    padding: 0;
    height: 60px
}

.tabsbar ul li {
    float: left;
    display: block;
    height: 60px;
    border-right: 1px solid #e5e5e5;
    background: #fdfdfd;
    padding: 3px
}

.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 i {
    display: inline-block;
    float: left;
    width: 39px;
    height: 54px
}

.tabsbar ul li a i:before {
    color: #7c7c7c;
    position: relative;
    top: auto;
    left: auto;
    line-height: 54px;
    text-align: center
}

.tabsbar ul li.active a {
    background: #932E2A;
    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 a {
    height: 39px;
    line-height: 39px;
    background: none
}

.tabsbar.tabsbar-2 ul li a i {
    height: 39px;
    width: 33px
}

.tabsbar.tabsbar-2 ul li a i:before {
    line-height: 39px;
    font-size: 20px
}

.tabsbar.tabsbar-2 ul li.active {
    background: #932E2A
}

.tabsbar.tabsbar-2 ul li.active a {
    color: #fff
}

.tabsbar.tabsbar-2 ul li.active a i:before {
    color: #fff
}

.tabsbar.tabsbar-2 ul li:not(.active):hover a {
    color: #932E2A
}

.tabsbar.tabsbar-2 ul li:not(.active):hover a i:before {
    color: #932E2A
}

.tabsbar.tabsbar-2.active-fill ul li.active a {
    background: #932E2A;
    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 #e5e5e5
    }
    .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-tabs>li>a:hover,
.nav-pills>li>a,
.nav-pills>li>a:hover {
    background: #932E2A;
    border-bottom-color: #932E2A;
    color: #fff
}

.nav-tabs {
    border-bottom-color: #932E2A
}

.nav-tabs>li>a {
    padding: 6px 8px
}

.nav-tabs>.active>a,
.nav-tabs>.active>a:hover {
    background: #932E2A;
    border-top-color: #932E2A;
    border-left-color: #932E2A;
    border-right-color: #932E2A;
    color: #fff;
    font-weight: bold;
    text-shadow: 0 1px 0 rgba(0, 0, 0, 0.5);
    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)
}

.nav-pills a {
    cursor: pointer
}

.nav-pills>.active>a,
.nav-pills>.active>a:hover {
    background: #932E2A;
    color: #fff
}

.nav-pills .glyphicons {
    padding-left: 25px
}

.nav-pills .glyphicons i:before {
    position: relative;
    font-size: 14px;
    left: -10px;
    top: 2px;
    color: #f5eadb;
    font-weight: normal;
    text-shadow: none
}

.tab-content {
    overflow: visible;
    padding: 0
}

.modal .widget.widget-tabs {
    border: none;
    margin-bottom: 0
}

.widget-chat {
    padding-bottom: 54px !important
}

.widget-chat .media {
    position: relative;
    min-height: 115px;
    margin: 0
}

.widget-chat .media .media-object {
    position: relative
}

.widget-chat .media .thumb {
    padding: 0
}

.widget-chat .media small {
    color: #ccc
}

.widget-chat .media small:before,
.widget-chat .media small:after {
    content: ""
}

.widget-chat .media small.author {
    position: absolute;
    left: 15px;
    width: 75px;
    top: 80px;
    text-align: center;
    display: block
}

.widget-chat .media small.date {
    display: block;
    margin: 0;
    padding: 0;
    text-align: right;
    width: 100%
}

.widget-chat .media.right small.author {
    left: auto;
    right: 15px
}

.widget-chat .media.right small.date {
    text-align: left
}

.widget-chat .media .media-body {
    -webkit-border-radius: 2px 2px 2px 2px;
    -moz-border-radius: 2px 2px 2px 2px;
    border-radius: 2px 2px 2px 2px;
    padding: 0
}

.widget-chat .media .media-body blockquote {
    padding: 0;
    font-size: 13px;
    width: 100%
}

.widget-chat .media .media-body blockquote p:last-child {
    margin: 0
}

.widget-chat .chat-controls {
    position: absolute;
    height: 54px;
    padding: 0;
    left: 0;
    right: 0;
    bottom: 0
}

.widget-chat .chat-controls input {
    border: none
}

.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: #932E2A !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: #932E2A !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: #932E2A;*/
    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
}

.box-generic {
    border: 1px solid #e5e5e5;
    padding: 15px;
    position: relative;
    background: #fff;
    margin: 0 0 15px
}

.box-generic.box-generic-gray {
    background: #f4f4f4
}

.progress {
    background: #f0f0f0;
    margin: 0 0 10px;
    box-shadow: none !important;
    -moz-box-shadow: none !important;
    -webkit-box-shadow: none !important;
    -webkit-border-radius: 0 0 0 0;
    -moz-border-radius: 0 0 0 0;
    border-radius: 0 0 0 0
}

.progress.progress-small {
    height: 16px
}

.progress.progress-small .progress-bar {
    font-size: 8px;
    line-height: 16px
}

.progress.progress-small .progress-bar.right {
    text-indent: 2px
}

.progress.progress-small.count-outside .count {
    height: 16px;
    line-height: 16px
}

.progress.progress-small.add-outside .add {
    height: 16px;
    line-height: 16px
}

.progress.progress-mini {
    height: 10px
}

.progress.progress-mini.count-outside .count {
    height: 10px;
    line-height: 10px
}

.progress.progress-mini.add-outside .add {
    height: 10px;
    line-height: 10px
}

.progress.add-outside {
    margin-right: 45px
}

.progress.add-outside .add {
    position: absolute;
    width: 40px;
    right: -45px;
    top: 0;
    text-align: left;
    padding-left: 5px
}

.progress.count-outside {
    margin-left: 40px;
    position: relative;
    overflow: visible
}

.progress.count-outside .count {
    position: absolute;
    width: 40px;
    left: -40px;
    top: 0;
    text-align: left
}

.progress.count-outside:after {
    display: block;
    content: "";
    border: 5px solid transparent;
    border-right-color: #7a7a7a;
    position: absolute;
    left: -10px;
    top: 50%;
    margin-top: -5px
}

.progress.count-outside-primary {
    margin-left: 40px;
    position: relative;
    overflow: visible
}

.progress.count-outside-primary .count {
    position: absolute;
    width: 40px;
    left: -40px;
    top: 0;
    text-align: left
}

.progress.count-outside-primary:after {
    display: block;
    content: "";
    border: 5px solid transparent;
    border-right-color: #932E2A;
    position: absolute;
    left: -10px;
    top: 50%;
    margin-top: -5px
}

.progress.white {
    background: #fff
}

.progress .progress-bar {
    text-align: center;
    -webkit-border-radius: 0 0 0 0;
    -moz-border-radius: 0 0 0 0;
    border-radius: 0 0 0 0;
    background: #d8d8d8
}

.progress .progress-bar.progress-bar-info {
    background: #466baf
}

.progress .progress-bar.progress-bar-success {
    background: #72af46
}

.progress .progress-bar.progress-bar-warning {
    background: #ab7a4b
}

.progress .progress-bar.progress-bar-primary {
    background: #932E2A
}

.progress .progress-bar.progress-bar-danger {
    background: #bd362f
}

.progress .progress-bar.progress-bar-inverse {
    background: #424242
}
/* --------------------
*   notification.css
* ---------------------  */
.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: #fff
}

.notyfy_wrapper.notyfy_error {
    background: #bd362f;
    color: #fff
}

.notyfy_wrapper.notyfy_success {
    background: #72af46;
    color: #fff
}

.notyfy_wrapper.notyfy_warning {
    background: #ab7a4b;
    color: #fff
}

.notyfy_wrapper.notyfy_information {
    background: #466baf;
    color: #fff
}

.notyfy_wrapper.notyfy_confirm {
    background: #fff
}

.notyfy_wrapper.notyfy_primary {
    background: #932E2A;
    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: #932E2A;
    box-shadow: inset 0 8px 8px -8px #1d0808, inset 0 -8px 8px -8px #822323;
    -moz-box-shadow: inset 0 8px 8px -8px #1d0808, inset 0 -8px 8px -8px #822323;
    -webkit-box-shadow: inset 0 8px 8px -8px #1d0808, inset 0 -8px 8px -8px #822323
}

#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(203, 64, 64, 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
}

/* --------------------
*   shop_products.min.css
* ---------------------  */
.gallery ul {
    margin: 0;
    padding: 0;
    list-style: none
}

.gallery ul li .thumb {
    position: relative;
    display: block;
    padding: 5px;
    margin-bottom: 10px;
    z-index: 1;
    overflow: hidden
}

.gallery ul li.col-md-2:nth-child(6n+7) {
    margin-left: 0
}

.gallery ul li.col-md-3:nth-child(4n+5) {
    margin-left: 0
}

.gallery ul li.col-md-4:nth-child(3n+4) {
    margin-left: 0
}

.gallery.gallery-masonry li[class*="col-md-"] {
    margin-left: 0
}

.gallery.gallery-2 li .thumb {
    padding: 0;
    border-color: #4c4c4c
}

.thumb {
    display: block;
    padding: 3px;
    border: 1px solid #e5e5e5;
    background: #fff
}

.thumbnails {
    margin: 0
}

.thumbnails>li {
    list-style: none;
    margin-bottom: 15px
}

.thumbnails>li .thumbnail {
    border-color: #e5e5e5;
    background: #fff;
    -webkit-border-radius: 0 0 0 0;
    -moz-border-radius: 0 0 0 0;
    border-radius: 0 0 0 0;
    box-shadow: none;
    -moz-box-shadow: none;
    -webkit-box-shadow: none
}

.thumbnails>li .thumbnail .caption {
    color: #7c7c7c
}

.thumbnails>li a.thumbnail:hover,
.thumbnails>li a.thumbnail:focus {
    border-color: #932E2A;
    -webkit-box-shadow: 0 1px 4px rgba(203, 64, 64, 0.25);
    -moz-box-shadow: 0 1px 4px rgba(203, 64, 64, 0.25);
    box-shadow: 0 1px 4px rgba(203, 64, 64, 0.25);
    text-decoration: none
}

.thumbnail {
    border-color: #e5e5e5
}

a.thumbnail .caption {
    display: block
}

a.thumbnail:hover,
a.thumbnail:focus {
    border-color: #932E2A;
    -webkit-box-shadow: 0 1px 4px rgba(203, 64, 64, 0.25);
    -moz-box-shadow: 0 1px 4px rgba(203, 64, 64, 0.25);
    box-shadow: 0 1px 4px rgba(203, 64, 64, 0.25);
    text-decoration: none
}

.carousel {
    -webkit-perspective: 1000;
    -webkit-backface-visibility: hidden;
    margin-bottom: 15px
}

.carousel.carousel-1 {
    height: 223px;
    margin-bottom: 33px;
    background: #f4f4f4
}

.carousel.carousel-1 .item {
    height: 223px;
    overflow: hidden
}

.carousel.carousel-1 .item img {
    min-height: 100%
}

.carousel.carousel-1 .carousel-indicators {
    top: auto;
    bottom: -23px;
    right: 0
}

.carousel.carousel-1 .carousel-indicators li {
    background: #e19090;
    -webkit-border-radius: 0 0 0 0;
    -moz-border-radius: 0 0 0 0;
    border-radius: 0 0 0 0
}

.carousel.carousel-1 .carousel-indicators li.active {
    background: #932E2A
}

.carousel.carousel-1 .carousel-caption {
    height: 193px;
    background: #f4f4f4;
    text-align: left;
    top: 0;
    background: rgba(244, 244, 244, 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
}

.jcrop-holder #preview-pane {
    display: block;
    position: absolute;
    z-index: 2000;
    top: 10px;
    right: 10px;
    padding: 6px;
    background-color: #fff;
    -webkit-border-radius: 5px 5px 5px 5px;
    -moz-border-radius: 5px 5px 5px 5px;
    border-radius: 5px 5px 5px 5px;
    -webkit-box-shadow: 1px 1px 5px 2px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 1px 1px 5px 2px rgba(0, 0, 0, 0.2);
    box-shadow: 1px 1px 5px 2px rgba(0, 0, 0, 0.2)
}

#preview-pane .preview-container {
    width: 125px;
    height: 85px;
    overflow: hidden
}

.jcrop-holder {
    margin: 0 auto
}

.filter-bar {
    background: #f4f4f4;
    margin: 0 auto 15px;
    border: 1px solid #e5e5e5;
    padding: 10px 15px;
    line-height: 30px
}

.filter-bar.dark {
    background: #64625f;
    color: #fff
}

@media (min-width:992px) {
    .filter-bar label {
        float: left;
        margin-right: 5px;
        margin-left: 5px
    }
    .filter-bar .form-group:first-of-type label {
        margin-left: 0
    }
}

.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.bootpag {
    margin: 0
}

.pagination>li>a:hover,
.pagination>li.primary>a {
    background: #932E2A;
    color: #fff;
    font-weight: 700
}

.pagination>.active>a,
.pagination>.active>span,
.pagination>.active>a:hover,
.pagination>.active>span:hover,
.pagination>.active>a:focus,
.pagination>.active>span:focus {
    border-color: #e5e5e5;
    background: #932E2A;
    color: #fff;
    font-weight: 700
}

.pagination>li>a,
.pagination>li>span {
    border-color: #e5e5e5;
    background: #fff;
    color: #932E2A
}

.pagination>.primary.disabled>a,
.pagination>.disabled>a,
.pagination>.disabled>span {
    border-color: #e5e5e5;
    background: #fff;
    color: #ddd;
    font-weight: 700;
    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: #e5e5e5;
    background: #fff;
    color: #ddd;
    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)
}

.pager a {
    color: #932E2A
}

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

.uniformjs .radio .disabled input[type="radio"],
.uniformjs .checkbox .disabled input[type="checkbox"] {
    margin-left: 0
}

.uniformjs .radio,
.uniformjs .checkbox {
    padding-left: 0
}

.uniformjs .radio {
    height: auto
}

.uniformjs label.radio {
    margin-bottom: 0
}

.uniformjs label.radio.inline {
    margin: 0
}

.uniformjs .radio span {
    margin: 2px 0 0
}

.uniformjs .checkbox span {
    margin: -2px 0 0
}

.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 th,
.table td {
    border-top-color: #e5e5e5
}

.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: #fafafa
}

.table-bordered {
    border-color: #e5e5e5;
    -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: #e5e5e5
}

.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 #e5e5e5;
    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: #e5e5e5;
    border-top: none
}

.table-primary thead th {
    border-color: #932E2A;
    background-color: #932E2A;
    color: #fff;
    font-size: 14px
}

.table-primary tbody td {
    color: #7c7c7c;
    background: #fafafa;
    border-width: 0
}

.table-primary tbody td.important {
    color: #932E2A;
    font-weight: 700
}

.table-primary tbody td.actions {
    padding-right: 1px
}

.table-primary.table-bordered tbody td {
    border-color: #e5e5e5;
    border-width: 1px
}

.table-primary tbody tr:nth-child(odd) td,
.table-primary tbody tr:nth-child(odd) th {
    background: #fff
}

.table-primary tbody tr.selectable td {
    cursor: pointer
}

.table-primary tbody tr.selected td,
.table-primary tbody tr.selectable:hover td {
    background: rgba(203, 64, 64, 0.1)
}

/* --------------------
*   widgets.min.css
* ---------------------  */
.widget-stats {
    background: #fff;
    padding: 15px 0;
    margin: 0;
    height: 110px;
    position: relative;
    text-align: center;
    display: block
}

.widget-stats .count {
    position: absolute;
    top: 0;
    left: 0;
    font-size: 13px;
    -webkit-border-radius: 0 0 0 0;
    -moz-border-radius: 0 0 0 0;
    border-radius: 0 0 0 0
}

.widget-stats .label {
    font-weight: 600;
    padding: 4px;
    box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.2) inset
}

.widget-stats span {
    display: inline-block
}

.widget-stats .txt {
    padding: 0;
    color: #cecece
}

.widget-stats .glyphicons {
    padding: 0;
    display: block
}

.widget-stats .glyphicons i {
    display: block
}

.widget-stats .glyphicons i:before {
    color: #cecece;
    font-size: 30px;
    top: 0;
    left: 0;
    position: relative
}

.widget-stats,
.widget-stats:hover,
.widget-stats:focus {
    text-decoration: none
}

.widget-stats:hover {
    background: #fdfdfd
}

.widget-stats.small {
    padding: 5px 0
}

.widget-stats.small .glyphicons {
    padding: 12px 0 0
}

.widget-stats.small .glyphicons i:before {
    font-size: 25px
}

.widget-stats.widget-stats-1 {
    padding: 8px 0;
    height: 110px
}

.widget-stats.widget-stats-1 .glyphicons {
    display: block;
    height: 35px;
    line-height: 35px;
    padding-bottom: 5px
}

.widget-stats.widget-stats-1 .glyphicons .txt {
    display: inline-block;
    padding: 0 5px;
    line-height: 35px
}

.widget-stats.widget-stats-1 .glyphicons i {
    display: inline-block
}

.widget-stats.widget-stats-1 .glyphicons i:before {
    top: 5px;
    font-size: 25px
}

.widget-stats.widget-stats-1 .count {
    position: relative;
    top: auto;
    right: auto;
    font-size: 60px;
    display: inline-block;
    font-weight: 700;
    padding: 0;
    line-height: 40px
}

.widget-stats.widget-stats-2 .txt {
    font-size: 14px
}

.widget-stats.widget-stats-2 .sparkline {
    margin: 0 0 5px
}

.widget-stats.widget-stats-2 .count {
    position: relative;
    top: auto;
    right: auto;
    font-size: 60px;
    font-weight: 700;
    padding: 0 0 3px;
    display: block;
    line-height: 55px
}

.widget-stats.widget-stats-3 .sparkline {
    display: inline-block
}

.widget-stats.widget-stats-3 .txt {
    text-align: left;
    vertical-align: middle;
    padding: 13px 0 0 10px
}

.widget-stats.widget-stats-3 .count {
    padding: 0 0 5px;
    display: block
}

.widget-stats.widget-stats-4 {
    text-align: left;
    padding-left: 30px;
    padding-right: 30px
}

.widget-stats.widget-stats-4 .txt {
    font-size: 16px;
    font-weight: 400;
    color: #000;
    display: block
}

.widget-stats.widget-stats-4 .glyphicons {
    float: right;
    width: 80px;
    text-align: center
}

.widget-stats.widget-stats-4 .glyphicons i {
    font-size: 80px
}

.widget-stats.widget-stats-4 .glyphicons i:before {
    position: absolute;
    left: auto;
    right: 0;
    color: #424242;
    font-size: inherit;
    top: -20px;
    z-index: 1
}

.widget-stats.widget-stats-4 .glyphicons.star {
    width: 90px
}

.widget-stats.widget-stats-4 .glyphicons.star i {
    font-size: 90px
}

.widget-stats.widget-stats-4 .glyphicons.star i:before {
    top: -25px
}

.widget-stats.widget-stats-4 .count {
    float: left;
    position: relative;
    top: auto;
    right: auto;
    font-size: 60px;
    font-weight: 700;
    padding: 0 0 3px;
    display: block;
    line-height: 55px
}

.widget-stats.widget-stats-4 .count span {
    font-size: 20px;
    line-height: 60px;
    vertical-align: middle;
    color: #bbb;
    padding-left: 5px;
    text-transform: uppercase
}

.widget-stats.widget-stats-4 [class="icon-play-circle"] {
    position: absolute;
    top: 10px;
    right: 10px;
    color: #bfbfbf;
    font-size: 15px
}

.widget-stats.widget-stats-5 {
    background: #f4f4f4;
    text-align: left;
    padding-left: 15px;
    padding-right: 15px
}

.widget-stats.widget-stats-5 .glyphicons {
    padding-top: 10px;
    float: left;
    text-align: center
}

.widget-stats.widget-stats-5 .glyphicons i {
    font-size: 40px;
    display: inline-block;
    width: 50px;
    text-align: center
}

.widget-stats.widget-stats-5 .glyphicons i:before {
    font-size: inherit;
    display: block;
    width: 50px;
    text-align: center
}

.widget-stats.widget-stats-5 .txt {
    display: block;
    line-height: 15px;
    float: left;
    padding: 17px 0 0 10px;
    font-size: 16px
}

.widget-stats.widget-stats-5 .txt span {
    display: block;
    line-height: 30px;
    font-size: 25px
}

.widget-stats.widget-stats-easy-pie .easy-pie {
    display: block;
    width: 50px;
    margin: -5px auto 0
}

.widget-stats.widget-stats-easy-pie.txt-single .easy-pie {
    margin: 0 auto
}

.widget-stats.widget-stats-easy-pie.txt-single .txt {
    padding: 7px 0 0
}

.widget-stats.widget-stats-gray {
    background: #f4f4f4
}

.widget-stats.widget-stats-gray.widget-stats-1 .txt,
.widget-stats.widget-stats-gray.widget-stats-2 .txt,
.widget-stats.widget-stats-gray.widget-stats-1 i:before,
.widget-stats.widget-stats-gray.widget-stats-2 i:before {
    color: #424242
}

.widget-stats.widget-stats-primary {
    background: #932E2A
}

.widget-stats.widget-stats-primary.widget-stats-1,
.widget-stats.widget-stats-primary.widget-stats-2,
.widget-stats.widget-stats-primary.widget-stats-4,
.widget-stats.widget-stats-primary.widget-stats-5,
.widget-stats.widget-stats-primary.widget-stats-1 .txt,
.widget-stats.widget-stats-primary.widget-stats-2 .txt,
.widget-stats.widget-stats-primary.widget-stats-4 .txt,
.widget-stats.widget-stats-primary.widget-stats-5 .txt,
.widget-stats.widget-stats-primary.widget-stats-1 i:before,
.widget-stats.widget-stats-primary.widget-stats-2 i:before,
.widget-stats.widget-stats-primary.widget-stats-4 i:before,
.widget-stats.widget-stats-primary.widget-stats-5 i:before {
    color: #fff
}

.widget-stats.widget-stats-default {
    background: #bbb
}

.widget-stats.widget-stats-default.widget-stats-1,
.widget-stats.widget-stats-default.widget-stats-2,
.widget-stats.widget-stats-default.widget-stats-4,
.widget-stats.widget-stats-default.widget-stats-5,
.widget-stats.widget-stats-default.widget-stats-1 .txt,
.widget-stats.widget-stats-default.widget-stats-2 .txt,
.widget-stats.widget-stats-default.widget-stats-4 .txt,
.widget-stats.widget-stats-default.widget-stats-5 .txt,
.widget-stats.widget-stats-default.widget-stats-1 i:before,
.widget-stats.widget-stats-default.widget-stats-2 i:before,
.widget-stats.widget-stats-default.widget-stats-4 i:before,
.widget-stats.widget-stats-default.widget-stats-5 i:before {
    color: #fff
}

.widget-stats.widget-stats-info {
    background: #466baf
}

.widget-stats.widget-stats-info.widget-stats-1,
.widget-stats.widget-stats-info.widget-stats-2,
.widget-stats.widget-stats-info.widget-stats-4,
.widget-stats.widget-stats-info.widget-stats-5,
.widget-stats.widget-stats-info.widget-stats-1 .txt,
.widget-stats.widget-stats-info.widget-stats-2 .txt,
.widget-stats.widget-stats-info.widget-stats-4 .txt,
.widget-stats.widget-stats-info.widget-stats-5 .txt,
.widget-stats.widget-stats-info.widget-stats-1 i:before,
.widget-stats.widget-stats-info.widget-stats-2 i:before,
.widget-stats.widget-stats-info.widget-stats-4 i:before,
.widget-stats.widget-stats-info.widget-stats-5 i:before {
    color: #fff
}

.widget-stats.widget-stats-inverse {
    background: #424242
}

.widget-stats.widget-stats-inverse.widget-stats-1,
.widget-stats.widget-stats-inverse.widget-stats-2,
.widget-stats.widget-stats-inverse.widget-stats-4,
.widget-stats.widget-stats-inverse.widget-stats-5,
.widget-stats.widget-stats-inverse.widget-stats-1 .txt,
.widget-stats.widget-stats-inverse.widget-stats-2 .txt,
.widget-stats.widget-stats-inverse.widget-stats-4 .txt,
.widget-stats.widget-stats-inverse.widget-stats-5 .txt,
.widget-stats.widget-stats-inverse.widget-stats-1 i:before,
.widget-stats.widget-stats-inverse.widget-stats-2 i:before,
.widget-stats.widget-stats-inverse.widget-stats-4 i:before,
.widget-stats.widget-stats-inverse.widget-stats-5 i:before {
    color: #fff
}

.well {
    z-index: 1;
    position: relative;
    padding: 15px;
    margin: 0 0 15px;
    -webkit-border-radius: 0 0 0 0;
    -moz-border-radius: 0 0 0 0;
    border-radius: 0 0 0 0;
    box-shadow: none;
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    background: #f4f4f4;
    border-color: #e5e5e5
}

.well.small {
    padding: 10px
}

.well .popover {
    z-index: 2;
    font-size: 13px
}

.well.white {
    background: #fff
}

.well.primary {
    background: #932E2A
}

.well.primary,
.well.primary * {
    color: #fff
}

.well.inverse {
    background: #424242
}

.well.inverse,
.well.inverse * {
    color: #fff
}

.well.info {
    background: #466baf
}

.well.info,
.well.info * {
    color: #fff
}

.well.default {
    background: #bbb
}

.well.default,
.well.default * {
    color: #fff
}

.well.success {
    background: #72af46
}

.well.success,
.well.success * {
    color: #fff
}

[data-toggle="collapse-widget"] .collapse-toggle {
    position: relative;
    height: 35px;
    width: 30px;
    display: block;
    cursor: pointer;
    float: right;
    margin-right: -10px
}

[data-toggle="collapse-widget"] .collapse-toggle:before {
    font-family: "Glyphicons Regular";
    font-size: 17px;
    display: block;
    width: 100%;
    height: 35px;
    line-height: 34px;
    text-align: center;
    color: #ccc;
    content: "\e192"
}

[data-toggle="collapse-widget"].widget-heading-simple .collapse-toggle {
    margin-right: 0;
    height: 25px
}

[data-toggle="collapse-widget"].widget-heading-simple .collapse-toggle:before {
    height: 25px;
    line-height: 25px
}

[data-toggle="collapse-widget"] a~.collapse-toggle {
    margin-right: 0
}

[data-toggle="collapse-widget"][data-collapse-closed="false"] .collapse-toggle:before {
    content: "\e192"
}

[data-toggle="collapse-widget"][data-collapse-closed="true"] .collapse-toggle:before {
    content: "\e191"
}

[data-toggle="collapse-widget"][data-collapse-closed="true"] .widget-head {
    border-bottom: none;
    box-shadow: none;
    -moz-box-shadow: none;
    -webkit-box-shadow: none
}

[data-toggle="collapse-widget"] .collapse:not(.list) {
    -webkit-transition: padding .1s ease;
    -moz-transition: padding .1s ease;
    -o-transition: padding .1s ease;
    -ms-transition: padding .1s ease;
    transition: padding .1s ease;
    padding: 0
}

[data-toggle="collapse-widget"] .collapse:not(.list).in {
    padding: 15px
}

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

.widget-timeline .widget-body:before {
    display: block;
    width: 1px;
    background: #e5e5e5;
    top: 15px;
    bottom: 30px;
    left: 75px;
    content: "";
    position: absolute
}

.widget-timeline:not(.widget) {
    position: relative
}

.widget-timeline:not(.widget):before {
    display: block;
    width: 1px;
    background: #e5e5e5;
    top: 15px;
    bottom: 34px;
    left: 75px;
    content: "";
    position: absolute
}

.widget-timeline .view-all {
    margin-left: 35px
}

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

.widget-timeline ul.list-timeline li {
    display: block;
    height: 35px;
    line-height: 35px;
    position: relative;
    overflow: hidden;
    background: #fff;
    border: 1px solid #ebebeb;
    margin: 0 0 10px;
    padding: 0 10px
}

.widget-timeline ul.list-timeline li:last-child {
    margin: 0
}

.widget-timeline ul.list-timeline li span {
    display: block;
    height: 35px;
    line-height: 35px;
    float: left;
    position: relative;
    overflow: hidden
}

.widget-timeline ul.list-timeline li span.ellipsis {
    white-space: nowrap;
    text-overflow: ellipsis;
    max-width: 75%
}

.widget-timeline ul.list-timeline li span.date {
    width: 40px;
    text-align: center
}

.widget-timeline ul.list-timeline li .activity-icon {
    width: 30px;
    height: 35px;
    padding: 0;
    margin: 0 10px;
    display: inline-block;
    text-align: center
}

.widget-timeline ul.list-timeline li .activity-icon i {
    height: 35px;
    display: block;
    position: relative;
    background: #64625f
}

.widget-timeline ul.list-timeline li .activity-icon i:before {
    position: relative;
    top: 0;
    left: 0;
    color: #fff;
    font-size: 17px;
    line-height: 35px
}

.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
}
.accordion {
    margin: 0 0 10px;
    position: relative
}

.accordion .panel {
    border-color: #e5e5e5;
    -webkit-border-radius: 0 0 0 0;
    -moz-border-radius: 0 0 0 0;
    border-radius: 0 0 0 0;
    box-shadow: none !important;
    -moz-box-shadow: none !important;
    -webkit-box-shadow: none !important
}

.accordion .panel-body {
    font-size: 13px;
    border-color: #e5e5e5 !important
}

.accordion .panel-heading {
    color: #7c7c7c;
    text-decoration: none;
    font-weight: 600;
    padding: 8px 10px
}

.accordion.accordion-2 {
    border: 1px solid #e5e5e5
}

.accordion.accordion-2 .panel-heading {
    border-bottom: 1px solid #e5e5e5;
    background: #fff
}

.accordion.accordion-2 .panel-heading .glyphicons {
    padding: 0;
    height: 24px;
    line-height: 24px
}

.accordion.accordion-2 .panel-heading .glyphicons i {
    width: 30px;
    display: block;
    float: left;
    height: 24px;
    line-height: 24px
}

.accordion.accordion-2 .panel-heading .glyphicons i:before {
    font-size: 20px;
    color: #ccc;
    top: auto;
    left: auto;
    width: 30px;
    height: 24px;
    line-height: 24px;
    position: relative;
    text-align: center
}

.accordion.accordion-2 .panel {
    border: none;
    margin: 0
}

.accordion.accordion-2 .panel .panel-collapse.in .panel-body {
    border-bottom: 1px solid #e5e5e5
}

.accordion.accordion-2 .accordion-inner {
    border: none;
    padding: 15px;
    -webkit-border-radius: 0 0 0 0;
    -moz-border-radius: 0 0 0 0;
    border-radius: 0 0 0 0
}

.accordion.accordion-gray .panel-heading {
    background: #f4f4f4
}

.box-generic {
    border: 1px solid #e5e5e5;
    padding: 15px;
    position: relative;
    background: #fff;
    margin: 0 0 15px
}

.box-generic.box-generic-gray {
    background: #f4f4f4
}

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

.gallery ul li .thumb {
    position: relative;
    display: block;
    padding: 5px;
    margin-bottom: 10px;
    z-index: 1;
    overflow: hidden
}

.gallery ul li.col-md-2:nth-child(6n+7) {
    margin-left: 0
}

.gallery ul li.col-md-3:nth-child(4n+5) {
    margin-left: 0
}

.gallery ul li.col-md-4:nth-child(3n+4) {
    margin-left: 0
}

.gallery.gallery-masonry li[class*="col-md-"] {
    margin-left: 0
}

.gallery.gallery-2 li .thumb {
    padding: 0;
    border-color: #4c4c4c
}

.thumb {
    display: block;
    padding: 3px;
    border: 1px solid #e5e5e5;
    background: #fff
}

.thumbnails {
    margin: 0
}

.thumbnails>li {
    list-style: none;
    margin-bottom: 15px
}

.thumbnails>li .thumbnail {
    border-color: #e5e5e5;
    background: #fff;
    -webkit-border-radius: 0 0 0 0;
    -moz-border-radius: 0 0 0 0;
    border-radius: 0 0 0 0;
    box-shadow: none;
    -moz-box-shadow: none;
    -webkit-box-shadow: none
}

.thumbnails>li .thumbnail .caption {
    color: #7c7c7c
}

.thumbnails>li a.thumbnail:hover,
.thumbnails>li a.thumbnail:focus {
    border-color: #932E2A;
    -webkit-box-shadow: 0 1px 4px rgba(203, 64, 64, 0.25);
    -moz-box-shadow: 0 1px 4px rgba(203, 64, 64, 0.25);
    box-shadow: 0 1px 4px rgba(203, 64, 64, 0.25);
    text-decoration: none
}

.thumbnail {
    border-color: #e5e5e5
}

a.thumbnail .caption {
    display: block
}

a.thumbnail:hover,
a.thumbnail:focus {
    border-color: #932E2A;
    -webkit-box-shadow: 0 1px 4px rgba(203, 64, 64, 0.25);
    -moz-box-shadow: 0 1px 4px rgba(203, 64, 64, 0.25);
    box-shadow: 0 1px 4px rgba(203, 64, 64, 0.25);
    text-decoration: none
}

.carousel {
    -webkit-perspective: 1000;
    -webkit-backface-visibility: hidden;
    margin-bottom: 15px
}

.carousel.carousel-1 {
    height: 223px;
    margin-bottom: 33px;
    background: #f4f4f4
}

.carousel.carousel-1 .item {
    height: 223px;
    overflow: hidden
}

.carousel.carousel-1 .item img {
    min-height: 100%
}

.carousel.carousel-1 .carousel-indicators {
    top: auto;
    bottom: -23px;
    right: 0
}

.carousel.carousel-1 .carousel-indicators li {
    background: #e19090;
    -webkit-border-radius: 0 0 0 0;
    -moz-border-radius: 0 0 0 0;
    border-radius: 0 0 0 0
}

.carousel.carousel-1 .carousel-indicators li.active {
    background: #932E2A
}

.carousel.carousel-1 .carousel-caption {
    height: 193px;
    background: #f4f4f4;
    text-align: left;
    top: 0;
    background: rgba(244, 244, 244, 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
}

.jcrop-holder #preview-pane {
    display: block;
    position: absolute;
    z-index: 2000;
    top: 10px;
    right: 10px;
    padding: 6px;
    background-color: #fff;
    -webkit-border-radius: 5px 5px 5px 5px;
    -moz-border-radius: 5px 5px 5px 5px;
    border-radius: 5px 5px 5px 5px;
    -webkit-box-shadow: 1px 1px 5px 2px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 1px 1px 5px 2px rgba(0, 0, 0, 0.2);
    box-shadow: 1px 1px 5px 2px rgba(0, 0, 0, 0.2)
}

#preview-pane .preview-container {
    width: 125px;
    height: 85px;
    overflow: hidden
}

.jcrop-holder {
    margin: 0 auto
}
/* --------------------
*   daterangepicker.css
* ---------------------  */
.daterangepicker {
    position: absolute;
    color: inherit;
    background: #fff;
    border-radius: 4px;
    width: 278px;
    padding: 4px;
    margin-top: 1px;
    top: 100px;
    left: 20px;
    /* Calendars */ }
.daterangepicker:before, .daterangepicker:after {
    position: absolute;
    display: inline-block;
    border-bottom-color: rgba(0, 0, 0, 0.2);
    content: ''; }
.daterangepicker:before {
    top: -7px;
    border-right: 7px solid transparent;
    border-left: 7px solid transparent;
    border-bottom: 7px solid #ccc; }
.daterangepicker:after {
    top: -6px;
    border-right: 6px solid transparent;
    border-bottom: 6px solid #fff;
    border-left: 6px solid transparent; }
.daterangepicker.opensleft:before {
    right: 9px; }
.daterangepicker.opensleft:after {
    right: 10px; }
.daterangepicker.openscenter:before {
    left: 0;
    right: 0;
    width: 0;
    margin-left: auto;
    margin-right: auto; }
.daterangepicker.openscenter:after {
    left: 0;
    right: 0;
    width: 0;
    margin-left: auto;
    margin-right: auto; }
.daterangepicker.opensright:before {
    left: 9px; }
.daterangepicker.opensright:after {
    left: 10px; }
.daterangepicker.dropup {
    margin-top: -5px; }
.daterangepicker.dropup:before {
    top: initial;
    bottom: -7px;
    border-bottom: initial;
    border-top: 7px solid #ccc; }
.daterangepicker.dropup:after {
    top: initial;
    bottom: -6px;
    border-bottom: initial;
    border-top: 6px solid #fff; }
.daterangepicker.dropdown-menu {
    max-width: none;
    z-index: 3001; }
.daterangepicker.single .ranges, .daterangepicker.single .calendar {
    float: none; }
.daterangepicker.show-calendar .calendar {
    display: block; }
.daterangepicker .calendar {
    display: none;
    max-width: 270px;
    margin: 4px; }
.daterangepicker .calendar.single .calendar-table {
    border: none; }
.daterangepicker .calendar th, .daterangepicker .calendar td {
    white-space: nowrap;
    text-align: center;
    min-width: 32px; }
.daterangepicker .calendar-table {
    border: 1px solid #fff;
    padding: 4px;
    border-radius: 4px;
    background: #fff; }
.daterangepicker table {
    width: 100%;
    margin: 0; }
.daterangepicker td, .daterangepicker th {
    text-align: center;
    width: 20px;
    height: 20px;
    border-radius: 4px;
    border: 1px solid transparent;
    white-space: nowrap;
    cursor: pointer; }
.daterangepicker td.available:hover, .daterangepicker th.available:hover {
    background: #eee; }
.daterangepicker td.week, .daterangepicker th.week {
    font-size: 80%;
    color: #ccc; }
.daterangepicker td.off, .daterangepicker td.off.in-range, .daterangepicker td.off.start-date, .daterangepicker td.off.end-date {
    background-color: #fff;
    border-color: transparent;
    color: #999; }
.daterangepicker td.in-range {
    background-color: #ebf4f8;
    border-color: transparent;
    color: #000;
    border-radius: 0; }
.daterangepicker td.start-date {
    border-radius: 4px 0 0 4px; }
.daterangepicker td.end-date {
    border-radius: 0 4px 4px 0; }
.daterangepicker td.start-date.end-date {
    border-radius: 4px; }
.daterangepicker td.active, .daterangepicker td.active:hover {
    background-color: #357ebd;
    border-color: transparent;
    color: #fff; }
.daterangepicker th.month {
    width: auto; }
.daterangepicker td.disabled, .daterangepicker option.disabled {
    color: #999;
    cursor: not-allowed;
    text-decoration: line-through; }
.daterangepicker select.monthselect, .daterangepicker select.yearselect {
    font-size: 12px;
    padding: 1px;
    height: auto;
    margin: 0;
    cursor: default; }
.daterangepicker select.monthselect {
    margin-right: 2%;
    width: 56%; }
.daterangepicker select.yearselect {
    width: 40%; }
.daterangepicker select.hourselect, .daterangepicker select.minuteselect, .daterangepicker select.secondselect, .daterangepicker select.ampmselect {
    width: 50px;
    margin-bottom: 0; }
.daterangepicker .input-mini {
    border: 1px solid #ccc;
    border-radius: 4px;
    color: #555;
    height: 30px;
    line-height: 30px;
    display: block;
    vertical-align: middle;
    margin: 0 0 5px 0;
    padding: 0 6px 0 28px;
    width: 100%; }
.daterangepicker .input-mini.active {
    border: 1px solid #932E2A;
    border-radius: 4px; }
.daterangepicker .daterangepicker_input {
    position: relative; }
.daterangepicker .daterangepicker_input i {
    position: absolute;
    left: 8px;
    top: 8px; }
.daterangepicker .calendar-time {
    text-align: center;
    margin: 5px auto;
    line-height: 30px;
    position: relative;
    padding-left: 28px; }
.daterangepicker .calendar-time select.disabled {
    color: #ccc;
    cursor: not-allowed; }

.ranges {
    font-size: 11px;
    float: none;
    margin: 4px;
    text-align: left; }
.ranges ul {
    list-style: none;
    margin: 0 auto;
    padding: 0;
    width: 100%; }
.ranges li {
    font-size: 13px;
    background: #f5f5f5;
    border: 1px solid #f5f5f5;
    border-radius: 4px;
    color: #932E2A;
    padding: 3px 12px;
    margin-bottom: 8px;
    cursor: pointer; }
.ranges li:hover {
    background: #932E2A;
    border: 1px solid #932E2A;
    color: #fff; }
.ranges li.active {
    background: #932E2A;
    border: 1px solid #932E2A;
    color: #fff; }

/*  Larger Screen Styling */
@media (min-width: 564px) {
    .daterangepicker {
        width: auto; }
    .daterangepicker .ranges ul {
        width: 160px; }
    .daterangepicker.single .ranges ul {
        width: 100%; }
    .daterangepicker.single .calendar.left {
        clear: none; }
    .daterangepicker.single .ranges, .daterangepicker.single .calendar {
        float: left; }
    .daterangepicker .calendar.left {
        clear: left;
        margin-right: 0; }
    .daterangepicker .calendar.left .calendar-table {
        border-right: none;
        border-top-right-radius: 0;
        border-bottom-right-radius: 0; }
    .daterangepicker .calendar.right {
        margin-left: 0; }
    .daterangepicker .calendar.right .calendar-table {
        border-left: none;
        border-top-left-radius: 0;
        border-bottom-left-radius: 0; }
    .daterangepicker .left .daterangepicker_input {
        padding-right: 12px; }
    .daterangepicker .calendar.left .calendar-table {
        padding-right: 12px; }
    .daterangepicker .ranges, .daterangepicker .calendar {
        float: left; } }

@media (min-width: 730px) {
    .daterangepicker .ranges {
        width: auto;
        float: left; }
    .daterangepicker .calendar.left {
        clear: none; } }


/* --------------------
*   timelines.css
* ---------------------  */

.blueimp-gallery {
    z-index: 99999
}

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

/* fix issue: http://mantis.melistechnology.fr/view.php?id=4381 */
.layout-timeline .media .media-body {
    padding: 0;
    line-height: 17px;
    margin-left: 15px;
}

.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: #ccc
}

.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: #cb4040
}

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

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

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

.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: #cb4040
}

@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: #cb4040;
    color: #cb4040
}

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

.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(203, 64, 64, 0.1);
    border: 1px solid rgba(203, 64, 64, 0.2);
    font-size: 70px;
    color: #cb4040
}

.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: #cb4040
}

.timeline-activity li .block .media.active {
    background: rgba(203, 64, 64, 0.2);
    border: 1px solid rgba(203, 64, 64, 0.2);
    border-left: none;
    border-right: none;
    color: #424242
}

.timeline-activity li .block .media.active .timeline-bottom {
    color: #cb4040
}

.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: #424242
}

.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: #466baf
}

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

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

/* --------------------
*   end core.css
* ---------------------  */
body {
    padding-top: 47px
}

.navbar.main {
    min-height: 47px;
    height: 47px;
    margin: 0
}

.navbar.main .navbar-brand {
    padding: 0;
    margin: 0;
    z-index: 1;
    position: relative
}

.navbar.main .navbar-brand .btn {
    height: 47px;
    line-height: 47px;
    padding: 0 13px;
    font-size: 13px
}

.navbar.main .navbar-brand .btn i {
    font-size: 20px;
    vertical-align: middle
}

.navbar.main .navbar-brand .colors {
    list-style: none;
    margin-top: 10px;
    margin-right: 10px;
    line-height: 47px
}

@media (max-width:767px) {
    .navbar.main .navbar-brand .colors {
        display: none
    }
}

.navbar.main .navbar-brand .colors>li {
    padding: 5px 2px;
    float: left
}

.navbar.main .navbar-brand .colors>li>a {
    display: block;
    width: 18px;
    height: 18px;
    background: #932E2A;
    -webkit-box-shadow: 0 0 0 1px #962929 inset;
    -moz-box-shadow: 0 0 0 1px #962929 inset;
    box-shadow: 0 0 0 1px #962929 inset
}

.navbar.main .navbar-brand .colors>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
}

.navbar.main .navbar-brand .colors>li.dropdown>a {
    background: none
}

.navbar.main .navbar-brand .colors>li.dropdown>a .color {
    width: 9px;
    height: 9px;
    display: inline-block;
    float: left
}

.navbar.main .navbar-brand .colors>li.dropdown>a .color.primary {
    background: #932E2A
}

.navbar.main .navbar-brand .colors>li.dropdown>a .color.info {
    background: #466baf
}

.navbar.main .navbar-brand .colors>li.dropdown>a .color.inverse {
    background: #424242
}

.navbar.main .navbar-brand .colors>li.dropdown>a .color.success {
    background: #72af46
}

.navbar.main .navbar-brand .colors>li.dropdown>a .color.danger {
    background: #bd362f
}

.navbar.main .navbar-brand .colors>li.dropdown .dropdown-menu {
    border-color: #dedede;
    margin: 1px 0 0;
    width: 273px;
    padding: 10px
}

.navbar.main .navbar-brand .colors>li.dropdown .dropdown-menu li {
    width: 150px;
    float: left;
    border: none
}

.navbar.main .navbar-brand .colors>li.dropdown .dropdown-menu li a {
    padding: 3px 3px 3px 5px;
    font-size: 13px
}

.navbar.main .navbar-brand .colors>li.dropdown .dropdown-menu .color {
    display: inline-block;
    margin-right: 5px;
    margin-top: 3px;
    vertical-align: text-top;
    width: 10px;
    height: 10px
}

.navbar.main .navbar-brand .colors>li.dropdown .dropdown-menu .color.primary {
    background: #932E2A
}

.navbar.main .appbrand {
    line-height: 47px;
    text-transform: uppercase;
    text-decoration: none;
    color: #838383;
    font-weight: 700
}

.navbar.main .toggle-button {
    height: 47px;
    padding: 0 13px
}

.navbar.main .toggle-button>i {
    font-size: 22px;
    color: #e5e5e5;
    vertical-align: middle;
    line-height: 47px
}

.navbar.main .toggle-button:hover i {
    color: #ccc
}

.navbar.main .user {
    font-size: 14px !important
}

.navbar.main .navbar-right {
    height: 47px
}

.navbar.main .navbar-right:last-child {
    margin-right: 0
}

.navbar.main .dropdown-menu {
    border-color: #e5e5e5
}

.navbar.main .dropdown-menu li {
    border-bottom: 1px solid #e5e5e5
}

.navbar.main .dropdown-menu li.headline {
    color: #ccc
}

.navbar.main .dropdown-menu li:hover {
    background: #f7f7f7
}

.navbar.main .dropdown-menu.list li a {
    color: #686868
}

.navbar.main .dropdown-menu.list li a i {
    color: #efefef
}

.navbar.main .dropdown-menu.list li a:hover {
    background: none
}

.navbar.main .dropdown-menu.list li a:hover i {
    color: #686868
}

.navbar.main .dropdown-menu.list li a.clean {
    padding: 3px
}

.navbar.main .dropdown-menu.inbox {
    width: 300px
}

.navbar.main .dropdown-menu.inbox input {
    background-color: #f7f7f7
}

.navbar.main .dropdown-menu.inbox .media {
    padding: 10px
}

.navbar.main .dropdown-menu.inbox .media .media-body a {
    padding: 0
}

.navbar.main .dropdown-menu.inbox .media .media-body a i {
    font-size: 8px;
    padding-right: 3px;
    vertical-align: middle;
    color: #72af46
}

.navbar.main .dropdown-menu.inbox .media .media-body a span {
    color: #ccc;
    font-size: 12px
}

.navbar.main .dropdown-menu.inbox .media .media-body a span.time-email {
    padding-top: 3px
}

.navbar.main .dropdown-menu.user-alerts li a i {
    color: #cecece
}

.navbar.main .dropdown-menu.user-alerts li a:hover i {
    color: #686868
}

.navbar.main .dropdown-menu.dropbox {
    width: 260px
}

.navbar.main .dropdown-menu.dropbox .headline {
    color: #424242;
    background-color: #f7f7f7;
    font-size: 14px
}

.navbar.main .dropdown-menu.dropbox .headline .col-md-6:first-of-type {
    border-right: 1px solid #e5e5e5
}

.navbar.main .dropdown-menu.dropbox .headline a {
    color: #932E2A;
    font-size: 13px
}

.navbar.main .dropdown-menu.dropbox .headline a i {
    font-size: 13px;
    color: #ccc
}

.navbar.main .dropdown-menu.dropbox .headline a:hover i {
    color: #424242
}

.navbar.main .dropdown-menu.dropbox .info {
    padding: 3px 8px;
    font-size: 12px;
    line-height: 24px;
    color: #ccc
}

.navbar.main .dropdown-menu.dropbox .media-body {
    height: 40px;
    margin-top: 10px
}

.navbar.main .dropdown-menu.dropbox .media-body a {
    cursor: pointer
}

.navbar.main .dropdown-menu.dropbox .media-body em {
    color: #ccc
}

.navbar.main .navbar-form {
    padding: 0;
    margin: 0
}

.navbar.main .navbar-form .input-group {
    width: 1px
}

.navbar.main .navbar-form .dropdown {
    display: inline-block;
    height: 47px;
    padding: 10px;
    padding: 0 8px;
    line-height: 47px;
    font-weight: 600;
    font-size: 13px
}

.navbar.main .navbar-form input {
    height: 47px;
    border: none;
    background: none;
    width: 300px
}

@media (min-width:768px) and (max-width:991px) {
    .navbar.main .navbar-form input {
        width: 100px
    }
}

@media (min-width:992px) and (max-width:1200px) {
    .navbar.main .navbar-form input {
        width: 170px
    }
}

.navbar.main .navbar-form .btn-inverse {
    height: 47px;
    font-size: 20px;
    margin: 0
}

.navbar.main .nav>li {
    margin: 0;
    height: 47px
}

.navbar.main .nav>li>a {
    height: 47px;
    line-height: 47px;
    font-weight: 600;
    font-size: 13px;
    padding: 0 13px
}

.navbar.main .nav>li>a .badge {
    float: right;
    top: 8px;
    position: relative;
    font-size: 11px;
    -webkit-border-radius: 50% 50% 50% 50%;
    -moz-border-radius: 50% 50% 50% 50%;
    border-radius: 50% 50% 50% 50%;
    width: 18px;
    height: 18px;
    line-height: 18px;
    padding: 0
}

.navbar.main .nav>li>a .badge-icon {
    font-size: 10px
}

.navbar.main .nav>li>a .img-circle {
    padding: 2px
}

.navbar.main .nav>li>a:hover .img-circle {
    padding: 0;
    border: 2px solid #fff
}

.navbar.main .nav>li.lang {
    padding: 0 10px;
    line-height: 45px
}

.navbar.main .nav>li.notification>a {
    padding: 0 5px
}

.navbar.main .nav>li.notification>a>.badge {
    margin-left: -8px
}

.navbar.main .nav>li a.menu-icon {
    height: 47px;
    padding: 0 13px
}

.navbar.main .nav>li a.menu-icon>i {
    font-size: 22px;
    vertical-align: middle;
    line-height: 47px
}

.navbar.main .nav>li .list i {
    line-height: 24px !important
}

@media (max-width:767px) {
    .navbar.main {
        height: auto
    }
    .navbar.main .navbar-nav {
        margin: 0
    }
    .navbar.main .navbar-collapse {
        padding: 0
    }
    .navbar.main .navbar-form input {
        width: 100%
    }
    .navbar.main .navbar-form .input-group {
        width: auto
    }
    .navbar.main .nav>li .dropdown-menu {
        float: none !important;
        width: 100% !important;
        padding-top: 47px !important
    }
    .navbar.main .nav>li .dropdown-menu li {
        background-color: #fff !important
    }
    .navbar.main .navbar-nav>.open,
    .navbar.main .navbar-nav>.open>a {
        background: none
    }
    .navbar.main .dropdown .dropdown-toggle {
        float: right
    }
}

@media (min-width:768px) {
    .sidebar-mini .sidebar {
        width: 0;
        display: none
    }
    .sidebar-mini #content {
        margin-left: 0
    }
    .sidebar-mini #footer {
        left: 0
    }
    .dropdown .dropdown-toggle.user .hidden-xs,
    .dropdown .dropdown-toggle.user .hidden-sm {
        display: inline !important
    }
    .dropdown .dropdown-toggle.user .caret {
        top: 21px;
        right: 9px
    }
    .navbar.main .navbar-brand {
        width: 274px
    }
}

.navbar.main.navbar-default {
    background-color: #fff;
    border-bottom: 1px solid #eaeaea
}

.navbar.main.navbar-default .dropdown-toggle {
    color: #585858
}

.navbar.main.navbar-default .dropdown-toggle:hover {
    color: #585858;
    text-decoration: none
}

.navbar.main.navbar-default .navbar-form input {
    background-color: #ededed
}

.navbar.main.navbar-default .nav>li {
    border-left: 1px solid #e5e5e5
}

.navbar.main.navbar-default .nav>li>a {
    color: #585858
}

.navbar.main.navbar-default .nav>li.lang {
    background-color: #e5e5e5
}

.navbar.main.navbar-default .nav>li a.menu-icon>i {
    color: #e5e5e5
}

.navbar.main.navbar-default .nav>li a.menu-icon:hover i {
    color: #fff
}

.navbar.main.navbar-primary {
    border-bottom-color: #9e2b2b;
    background-color: #932E2A
}

.navbar.main.navbar-primary .appbrand {
    color: #fff
}

.navbar.main.navbar-primary .caret {
    border-top-color: #fff;
    border-bottom-color: #fff
}

.navbar.main.navbar-primary .dropdown-toggle {
    color: #faecec !important
}

.navbar.main.navbar-primary .dropdown-toggle:hover {
    color: #fff;
    text-decoration: none
}

.navbar.main.navbar-primary .dropdown-toggle:hover .caret {
    border-top-color: #fff;
    border-bottom-color: #fff
}

.navbar.main.navbar-primary a.menu-icon>i {
    color: #fff
}

.navbar.main.navbar-primary .navbar-brand {
    border-right: 1px solid #9e2b2b
}

@media (max-width:767px) {
    .navbar.main.navbar-primary .navbar-brand {
        padding-right: 10px
    }
}

.navbar.main.navbar-primary .navbar-brand .btn.text-regular {
    color: #faecec !important
}

.navbar.main.navbar-primary .toggle-button>i {
    color: #d97474
}

.navbar.main.navbar-primary .toggle-button:hover i {
    color: #fff
}

.navbar.main.navbar-primary .navbar-form input {
    background-color: #9e2b2b;
    color: #fff
}

.navbar.main.navbar-primary .navbar-form::-webkit-input-placeholder {
    color: #d66868
}

.navbar.main.navbar-primary .navbar-form:-moz-placeholder {
    color: #d66868
}

.navbar.main.navbar-primary .navbar-form::-moz-placeholder {
    color: #d66868
}

.navbar.main.navbar-primary .navbar-form:-ms-input-placeholder {
    color: #d66868
}

.navbar.main.navbar-primary .navbar-form .btn {
    border: none;
    border-left: 1px solid #9e2b2b;
    color: #fff;
    border-right: 1px solid #932E2A;
    background: #9e2b2b
}

.navbar.main.navbar-primary .navbar-form .btn:hover {
    color: #fff
}

.navbar.main.navbar-primary .nav .open>a {
    background-color: #9e2b2b
}

.navbar.main.navbar-primary .nav>li>a:focus {
    background: none
}

.navbar.main.navbar-primary .nav>li {
    border-left-color: #9e2b2b
}

.navbar.main.navbar-primary .nav>li>a:hover {
    background-color: #9e2b2b
}

.navbar.main.navbar-primary .nav>li>a .badge.badge-primary {
    background-color: #fff;
    color: #932E2A
}

.navbar.main.navbar-primary .nav>li.lang {
    background-color: #9e2b2b
}

.navbar.main.navbar-inverse {
    background-color: #373737;
    border-bottom-color: #2c2c2c
}

.navbar.main.navbar-inverse .dropdown-toggle {
    color: #e1e1e1
}

.navbar.main.navbar-inverse .dropdown-toggle:hover {
    color: #fff
}

.navbar.main.navbar-inverse a.menu-icon>i {
    color: #838383
}

.navbar.main.navbar-inverse .navbar-brand {
    border-right: 1px solid #2c2c2c
}

.navbar.main.navbar-inverse .navbar-brand .btn.text-regular {
    color: #838383 !important
}

.navbar.main.navbar-inverse .toggle-button>i {
    color: #838383
}

.navbar.main.navbar-inverse .toggle-button:hover i {
    color: #fff
}

.navbar.main.navbar-inverse .navbar-form input {
    background-color: #2c2c2c
}

.navbar.main.navbar-inverse .navbar-form::-webkit-input-placeholder {
    color: #4d4d4d
}

.navbar.main.navbar-inverse .navbar-form:-moz-placeholder {
    color: #4d4d4d
}

.navbar.main.navbar-inverse .navbar-form::-moz-placeholder {
    color: #4d4d4d
}

.navbar.main.navbar-inverse .navbar-form:-ms-input-placeholder {
    color: #4d4d4d
}

.navbar.main.navbar-inverse .navbar-form .btn {
    border-left: 1px solid #2c2c2c;
    color: #838383
}

.navbar.main.navbar-inverse .nav>li {
    border-left: 1px solid #2c2c2c
}

.navbar.main.navbar-inverse .nav>li>a:hover {
    background-color: #2c2c2c
}

.navbar.main.navbar-inverse .nav>li.lang {
    background-color: #2c2c2c
}

.sidebar {
    width: 274px;
    position: fixed;
    left: 0;
    top: 47px;
    bottom: 0
}

.sidebar .user-profile {
    position: relative
}

.sidebar .user-profile>a {
    position: relative
}

.sidebar .user-profile .media-body {
    padding: 5px 0 0
}

.sidebar .user-profile .media-body p {
    font-size: 12px
}

.sidebar .user-profile .badge {
    position: absolute;
    top: -2px;
    right: -2px;
    font-size: 10px;
    -webkit-border-radius: 50% 50% 50% 50%;
    -moz-border-radius: 50% 50% 50% 50%;
    border-radius: 50% 50% 50% 50%;
    padding: 4px 6px
}

.sidebar .user-profile ul {
    list-style: none;
    padding: 0;
    width: 24px;
    position: absolute;
    top: 9px;
    right: 9px
}

.sidebar .user-profile ul li:last-of-type {
    border: none
}

.sidebar .user-profile ul li a {
    display: block;
    height: 20px;
    line-height: 20px;
    text-align: center;
    padding: 0;
    font-size: 12px
}

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

.sidebar>.sidebarMenuWrapper {
    overflow-y: scroll;
    position: absolute;
    top: 83px;
    bottom: 0;
    left: 0;
    right: 0
}

.sidebar>.sidebarMenuWrapper>ul li a {
    display: block;
    line-height: 40px;
    padding-left: 20px;
    font-weight: 600;
    text-decoration: none;
    font-size: 13px
}

.sidebar>.sidebarMenuWrapper>ul li a i {
    font-size: 1.3em;
    vertical-align: middle;
    width: 10px;
    margin-right: 10px;
    display: inline-block;
    text-align: center
}

.sidebar>.sidebarMenuWrapper>ul li a>.badge {
    margin-top: 9px;
    margin-right: 11px
}

.sidebar>.sidebarMenuWrapper>ul li a>.badge i {
    margin: 0;
    width: auto
}

.sidebar>.sidebarMenuWrapper>ul li.active,
.sidebar>.sidebarMenuWrapper>ul li.open {
    position: relative
}

.sidebar>.sidebarMenuWrapper>ul li:last-of-type {
    border: none
}

.sidebar>.sidebarMenuWrapper ul li>a[data-bs-toggle="collapse"] {
    position: relative
}

.sidebar>.sidebarMenuWrapper ul li>a[data-bs-toggle="collapse"]:after {
    display: inline-block;
    font-family: "picto-foundry-general";
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    content: "\f100";
    font-size: 12px;
    position: absolute;
    right: 15px;
    top: 15px
}

.sidebar>.sidebarMenuWrapper ul li.active.hasSubmenu {
    height: auto
}

.sidebar>.sidebarMenuWrapper ul li.active.hasSubmenu>a[data-bs-toggle="collapse"]:after {
    content: "\f16f";
    top: 21px
}

.sidebar.sidebar-default {
    border-right: 1px solid #e5e5e5;
    background: #fff
}

.sidebar.sidebar-default .user-profile {
    border-bottom: 1px solid #e5e5e5
}

.sidebar.sidebar-default .user-profile .img-circle {
    border: 1px solid #b3b4b0
}

.sidebar.sidebar-default .user-profile .badge {
    border: 1px solid #fff
}

.sidebar.sidebar-default .user-profile ul {
    border: 1px solid #ededed
}

.sidebar.sidebar-default .user-profile ul li {
    border-bottom: 1px solid #ededed
}

.sidebar.sidebar-default .user-profile ul li a {
    color: #e5e5e5
}

.sidebar.sidebar-default .user-profile ul li:hover a {
    background: #f5f5f5;
    color: #ccc
}

.sidebar.sidebar-default .user-profile ul li.active,
.sidebar.sidebar-default .user-profile ul li.active:hover {
    border-color: #932E2A
}

.sidebar.sidebar-default .user-profile ul li.active a,
.sidebar.sidebar-default .user-profile ul li.active:hover a {
    color: #fff;
    background: #932E2A
}

.sidebar.sidebar-default ul li>a[data-bs-toggle="collapse"]:after {
    color: #797979
}

.sidebar.sidebar-default>.sidebarMenuWrapper>ul ul {
    border-top: 1px solid #efefef
}

.sidebar.sidebar-default>.sidebarMenuWrapper>ul li {
    border-bottom: 1px solid #efefef
}

.sidebar.sidebar-default>.sidebarMenuWrapper>ul li a {
    color: #000
}

.sidebar.sidebar-default>.sidebarMenuWrapper>ul li.active,
.sidebar.sidebar-default>.sidebarMenuWrapper>ul li.active:hover>a {
    background-color: #932E2A;
    color: #fff
}

.sidebar.sidebar-default>.sidebarMenuWrapper>ul li.active>a,
.sidebar.sidebar-default>.sidebarMenuWrapper>ul li.open>a {
    color: #fff !important
}

.sidebar.sidebar-default>.sidebarMenuWrapper>ul li.active.hasSubmenu {
    background-color: #efefef
}

.sidebar.sidebar-default>.sidebarMenuWrapper>ul li.active.hasSubmenu>li i {
    color: #797979 !important
}

.sidebar.sidebar-default>.sidebarMenuWrapper>ul li.active.hasSubmenu .hasSubmenu.active ul li.active a {
    background-color: #932E2A;
    color: #fff
}

.sidebar.sidebar-default>.sidebarMenuWrapper>ul li.active.hasSubmenu .hasSubmenu.active ul li a {
    background-color: #e2e2e2
}

.sidebar.sidebar-default>.sidebarMenuWrapper>ul li.active.hasSubmenu .hasSubmenu.active>a {
    background: #fff
}

.sidebar.sidebar-default>.sidebarMenuWrapper>ul li.active.hasSubmenu .hasSubmenu.active>a i {
    color: #797979
}

.sidebar.sidebar-default>.sidebarMenuWrapper>ul li.active.hasSubmenu ul li a {
    color: #5a5a5a
}

.sidebar.sidebar-default>.sidebarMenuWrapper>ul li.active.hasSubmenu ul li a:hover {
    color: #797979;
    background: #fff
}

.sidebar.sidebar-default>.sidebarMenuWrapper>ul li.active.hasSubmenu>a[data-bs-toggle="collapse"] {
    background: #fff;
    color: #797979 !important
}

.sidebar.sidebar-default>.sidebarMenuWrapper>ul li:hover>a {
    background: #efefef
}

.sidebar.sidebar-default>.sidebarMenuWrapper>ul li:hover>a i {
    color: #797979
}

.sidebar.sidebar-inverse {
    border-right: 1px solid #2c2c2c;
    background: #373737
}

.sidebar.sidebar-inverse .user-profile {
    border-bottom: 1px solid #2c2c2c
}

.sidebar.sidebar-inverse .user-profile .img-circle {
    border: 1px solid #2c2c2c
}

.sidebar.sidebar-inverse .user-profile .badge {
    border: none
}

.sidebar.sidebar-inverse .user-profile a {
    color: #e1e1e1
}

.sidebar.sidebar-inverse .user-profile ul {
    border: 1px solid #2c2c2c
}

.sidebar.sidebar-inverse .user-profile ul li {
    border-bottom: 1px solid #2c2c2c
}

.sidebar.sidebar-inverse .user-profile ul li a {
    color: #5a5a5a
}

.sidebar.sidebar-inverse .user-profile ul li:hover a {
    background: #2c2c2c;
    color: #ccc
}

.sidebar.sidebar-inverse .user-profile ul li.active,
.sidebar.sidebar-inverse .user-profile ul li.active:hover {
    border-color: #932E2A
}

.sidebar.sidebar-inverse .user-profile ul li.active a,
.sidebar.sidebar-inverse .user-profile ul li.active:hover a {
    color: #fff;
    background: #932E2A
}

.sidebar.sidebar-inverse>.sidebarMenuWrapper>ul ul {
    border-top: 1px solid #2c2c2c
}

.sidebar.sidebar-inverse>.sidebarMenuWrapper>ul li {
    border-bottom: 1px solid #2c2c2c
}

.sidebar.sidebar-inverse>.sidebarMenuWrapper>ul li a {
    color: #fff
}

.sidebar.sidebar-inverse>.sidebarMenuWrapper>ul li.active,
.sidebar.sidebar-inverse>.sidebarMenuWrapper>ul li.active:hover>a {
    background-color: #932E2A;
    color: #fff
}

.sidebar.sidebar-inverse>.sidebarMenuWrapper>ul li.active>a,
.sidebar.sidebar-inverse>.sidebarMenuWrapper>ul li.open>a {
    color: #fff !important
}

.sidebar.sidebar-inverse>.sidebarMenuWrapper>ul li.active>a>i,
.sidebar.sidebar-inverse>.sidebarMenuWrapper>ul li.open>a>i {
    color: #fff
}

.sidebar.sidebar-inverse>.sidebarMenuWrapper>ul li.active.hasSubmenu {
    background-color: #2c2c2c
}

/*.sidebar.sidebar-inverse>.sidebarMenuWrapper>ul li.active.hasSubmenu .hasSubmenu.active ul li.active a {*/
    /*background-color: #932E2A*/
/*}*/

.sidebar.sidebar-inverse>.sidebarMenuWrapper>ul li.active.hasSubmenu .hasSubmenu.active ul li a {
    background-color: #272727
}

.sidebar.sidebar-inverse>.sidebarMenuWrapper>ul li.active.hasSubmenu .hasSubmenu.active>a {
    background: #373737;
    color: #fff
}

.sidebar.sidebar-inverse>.sidebarMenuWrapper>ul li.active.hasSubmenu ul li a {
    color: #5a5a5a
}

.sidebar.sidebar-inverse>.sidebarMenuWrapper>ul li.active.hasSubmenu ul li a:hover {
    color: #fff;
    background: #373737
}

.sidebar.sidebar-inverse>.sidebarMenuWrapper>ul li.active.hasSubmenu>a[data-bs-toggle="collapse"] {
    background: #373737
}

.sidebar.sidebar-inverse>.sidebarMenuWrapper>ul li:hover>a {
    background: #2c2c2c
}

.sidebar.sidebar-inverse>.sidebarMenuWrapper>ul li:hover>a i {
    color: #fff
}

@media (max-width:768px) {
    .sidebar {
        z-index: 99999
    }
}

@media (min-width:992px) {
    html.app .sidebar-mini .layout-app {
        left: 0
    }
}
