/*@import '../../assets/components/library/bootstrap/css/bootstrap.min.css';*/
@import '../../assets/components/library/icons/fontawesome/assets/css/font-awesome.min.css';
@import '../../assets/components/library/icons/glyphicons/assets/css/glyphicons_regular.css';
@import '../../assets/components/library/icons/glyphicons/assets/css/glyphicons_social.css';
@import '../../assets/components/library/icons/glyphicons/assets/css/glyphicons_filetypes.css';

/*@import url(http://fonts.googleapis.com/css?family=Roboto:400,300,700);*/


/*@import url(http://fonts.googleapis.com/css?family=Open+Sans:400,300,600,700);*/

@import '../../assets/components/library/icons/pictoicons/css/picto.css';
@import '../../assets/components/library/animate/animate.min.css';
@import '../../assets/components/modules/admin/tables/datatables/assets/lib/extras/TableTools/media/css/TableTools.css';
@import '../../assets/components/modules/admin/tables/datatables/assets/lib/extras/ColVis/media/css/ColVis.css';
@import '../../assets/components/modules/admin/tables/datatables/assets/custom/css/DT_bootstrap.css';
@import '../../assets/components/modules/admin/forms/elements/bootstrap-select/assets/lib/css/bootstrap-select.css';
@import '../../assets/components/library/jquery-ui/css/jquery-ui.min.css';
html {
    -webkit-font-smoothing: antialiased !important;
    height: 100%
}

body {
    color: #686868;
    /*    background: #f5f5f5;*/
    font-family: 'Roboto', 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
}

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

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

a,
a:hover {
    color: #0e7ccb
}

.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: #8baf46 !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: #8baf46 !important
}

.text-success {
    color: #0e7ccb
}

.text-success: hover {
    color: #2B3F54
}

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

.hide {
    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: #8baf46;
    font-size: 24px
}

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

#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: #0e7ccb
}

.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: #8baf46 !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: #8baf46
}

.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: #8baf46;
    color: #fff;
    text-shadow: none;
    height: 20px
}

.widget .widget-body.list.list-2 ul li.active a {
    color: #8baf46
}

.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: #8baf46;
    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: #8baf46;
    border-color: #8baf46;
    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: #8baf46;
    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: #0e7ccb
}

.widget.widget-3 .widget-footer a:hover i:before {
    color: #0e7ccb
}

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

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

@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: #0e7ccb
}

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

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

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

#focusedInput {
    border-left: 1px solid #8baf46
}

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

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

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

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

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

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

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

/*
.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: #8baf46
}

.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: #8baf46;
    border-color: #8baf46;
    color: #fff
}
*/

.btn-primary {
    background: #0e7ccb;
    border-color: #0e7ccb;
    color: #fff;
}

.btn-primary.btn-stroke {
    background: none;
    color: #8baf46
}

.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: #8baf46;
    border-color: #8baf46
*/
    border-color: #0e7ccb;
    color: #0e7ccb;
}

.btn-primary.btn-stroke:hover,
.btn-primary.btn-stroke:focus,
.btn-primary.btn-stroke:active,
.btn-primary.btn-stroke.active {
    background: #8baf46;
    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: #8baf46;
    padding: 0 0 0 20px
}

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

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

.glyphicons.text-error,
.glyphicons-social.text-error {
    color: #8baf46
}

.glyphicons.text-error i:before,
.glyphicons-social.text-error i:before {
    color: #8baf46
}

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

.glyphicons.text-success i:before,
.glyphicons-social.text-success i:before {
    color: #0e7ccb
}

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

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

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

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

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

.ColVis {
    margin: 0
}

div.ColVis_collectionBackground {
    background-color: #fff
}

.ColVis .ColVis_Button {
    padding: 0 10px;
    border: none;
    background-color: #ededed;
    color: #8a8a8a;
    -webkit-border-radius: 4px 4px 4px 4px;
    -moz-border-radius: 4px 4px 4px 4px;
    border-radius: 4px 4px 4px 4px;
    margin: 0
}

div.ColVis_collection {
    width: 150px !important;
    padding: 0;
    border-color: #efefef
}

div.ColVis_collection button.ColVis_Button {
    width: 100% !important;
    margin: 0 !important;
    border: none;
    border-bottom: 1px solid #efefef;
    padding: 0 10px
}

div.ColVis_collection button.ColVis_Button:hover {
    background: #0e7ccb;
    border: none;
    border-bottom: 1px solid #efefef;
    color: #fff
}

.FixedHeader_Cloned {
    max-width: 100%;
    overflow-x: auto;
    display: none
}

table.DTCR_clonedTable {
    background-color: #fff;
    z-index: 202
}

div.DTCR_pointer {
    width: 1px;
    background-color: #8baf46;
    z-index: 201
}

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

.pager a {
    color: #0e7ccb
}

.checkbox-custom input[type=checkbox] {
    position: relative;
    left: -99999px
}

.checkbox-custom i {
    margin-left: -20px;
    margin-right: 5px;
    width: 16px;
    height: 16px;
    vertical-align: middle;
    font-size: 1.333em;
    color: #ddd;
    display: inline-block
}

.checkbox-custom i.checked {
    margin-right: 4px;
    color: #8baf46;
    margin-left: -19px
}

.checkbox-custom i.checked:before {
    content: '\f046'
}

.checkbox-custom i.disabled {
    color: #eee
}

.checkbox-single {
    padding: 0;
    width: 20px;
    height: 20px;
    display: inline-block;
    margin: 0 5px
}

.checkbox-single .checkbox-custom {
    width: 20px
}

.checkbox-single .checkbox-custom i {
    margin-left: 1px
}

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

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

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

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: #8baf46;
    -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: #8baf46
}

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

.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: #8baf46;
    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 (max-width:465px) {
    .sidebar-mini .sidebar {
        /*width: 0;
        display: none;*/
        -webkit-transform: translateX(-100%);
        -moz-transform: translateX(-100%);
        transform: translateX(-100%);
    }
}

@media (min-width:768px) {
    .sidebar-mini .sidebar {
        /*width: 0;
        display: none;*/
        -webkit-transform: translateX(-100%);
        -moz-transform: translateX(-100%);
        transform: translateX(-100%);
    }
    .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: #258bd1;
    background-color: #0e7ccb
}

.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 #258bd1
}

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

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

.navbar.main.navbar-primary .navbar-form input {
    background-color: #258bd1;
    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 #258bd1;
    color: #fff;
    border-right: 1px solid #258bd1;
    background: #6f8c38
}

.navbar.main.navbar-primary .navbar-form .btn:hover {
    color: #fff
}

.navbar.main.navbar-primary .nav .open>a {
    background-color: #258bd1
}

.navbar.main.navbar-primary .nav>li>a:focus {
    background: none
}

.navbar.main.navbar-primary .nav>li {
    border-left-color: #258bd1
}

.navbar.main.navbar-primary .nav>li>a:hover {
    background-color: #258bd1
}

.navbar.main.navbar-primary .nav>li>a .badge.badge-primary {
    background-color: #fff;
    color: #8baf46
}

.navbar.main.navbar-primary .nav>li.lang {
    background-color: #258bd1
}

.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;
    -webkit-transition: all 0.25s;
    -moz-transition: all 0.25s;
    transition: all 0.25s;
}

.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: 56px;
    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: 30px;
    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-toggle="collapse"] {
    position: relative
}

/*.sidebar>.sidebarMenuWrapper ul li>a[data-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-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: #8baf46
}

.sidebar.sidebar-default .user-profile ul li.active a,
.sidebar.sidebar-default .user-profile ul li.active:hover a {
    color: #fff;
    background: #8baf46
}

.sidebar.sidebar-default ul li>a[data-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: #8baf46;
    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: #8baf46;
    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: #cdcdcd
}

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

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

.sidebar.sidebar-inverse .user-profile ul li.active a,
.sidebar.sidebar-inverse .user-profile ul li.active:hover a {
    color: #fff;
    background: #0e7ccb
}

.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: #0e7ccb;
    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: #0e7ccb
}

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

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

@media (min-width:992px) {
    html.app .sidebar-mini .layout-app {
        left: 0
    }
    /*
    .col-md-3 {
        width: 25%;
    }
    .col-md-6 {
        width: 50%;
    }
*/
}

#external-events li {
    margin: 0 0 5px;
    padding: 5px 10px;
    background: #0e7ccb;
    color: #fff;
    text-shadow: 0 1px 0 rgba(0, 0, 0, 0.5);
    font-size: .85em;
    height: 26px;
    line-height: 16px;
    cursor: pointer;
    -webkit-border-radius: 3px 3px 3px 3px;
    -moz-border-radius: 3px 3px 3px 3px;
    border-radius: 3px 3px 3px 3px;
}

.fc-event,
.fc-event:hover {
    padding: 2px 5px;
    background: #0e7ccb;
    color: #fff;
    text-shadow: 0 1px 0 rgba(0, 0, 0, 0.5);
    font-size: .85em;
    height: 24px;
    line-height: 20px;
    cursor: pointer;
    border: none;
}


/******************************DataTable******************************/


/******************************DataTable******************************/


/******************************DataTable******************************/

.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;
    font-size: 14px;
}

.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: #8baf46;
    background-color: #8baf46;
    color: #fff;
    font-size: 14px
}

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

.table-primary tbody td.important {
    color: #8baf46;
    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)
}

.pagination li.active {
    background-color: rgba(0, 0, 0, 0);
}

label.table-total {
    display: inline-block;
    line-height: 0px;
    padding: 7px;
    border-radius: 3px;
    font-size: 12px;
    color: #fff;
    background-color: #78ad13;
    vertical-align: middle;
/*    box-shadow: 1px 1px 3px #606060;*/
}

@media (min-width:1140px) {
    .FixedHeader_Cloned {
        display: block
    }
    .dataTables_scrollBody .dynamicTable.fixedHeaderColReorder {
        min-width: 0
    }
    .dataTables_scrollHeadInner .dynamicTable.fixedHeaderColReorder {
        min-width: 0
    }
}

.dynamicTable tbody tr {
    height: 50px;
}

.dataTables_wrapper [class*="col-"] {
    padding-left: 0 !important;
    padding-right: 0 !important
}

.dataTables_wrapper .row {
    margin: 0 !important
}

.dataTables_wrapper .control-label {
    padding-right: 10px !important
}

.dataTables_processing {
    /*    display: none*/
}

.dataTables_scrollBody .dynamicTable {
    width: 100% !important;
    /*    min-width: 950px*/
}

.dataTables_scrollHeadInner {
    width: 100% !important
}

.dataTables_scrollHeadInner .dynamicTable {
    width: 100% !important;
    /*    min-width: 950px*/
}

div.dataTables_paginate {
    float: left;
    width: 100%;
    text-align: center;
}


/*
.dataTables_paginate {
    text-align: right
}

div.dataTables_info {
    padding: 35px 0 0;
    font-size: 12px;
    font-weight: 600
}

div.dataTables_paginate .pagination {
    display: block;
    margin-bottom: 0
}
*/

.pagination>li>a {
    border: 0;
}


/*
.pagination.bootpag {
    margin: 0
}
*/

.pagination>li>a:hover,
.pagination>li.primary>a {
    background: #78ad13;
    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: #78ad13;
    color: #fff;
    font-weight: 700
}

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

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

/*************Checkbox*************/


/*************Checkbox*************/


/*************Checkbox*************/

.radio {
    /*    display: inline-block;*/
    display: table;
    height: 40px;
}

.radio>label {
    width: 100px;
    display: table-cell;
    vertical-align: middle;
    text-align: center;
    background-color: #ededed;
    border: 0px solid;
    font-size: 14px;
}

.checkbox {
    /*    display: inline-block;*/
    display: table;
    height: 40px;
}

.checkbox>label {
    width: 100%;
    display: table-cell;
    vertical-align: middle;
    text-align: center;
    background-color: #ededed;
    border: 0px solid;
    font-size: 14px;
}

.checkbox>input[type=checkbox],
.radio>input[type=radio] {
    display: none;
}

.checked>label,
.radio>.checked {
    background-color: #0e7ccb;
    color: #fff;
    box-shadow: 1px 1px 3px #606060;
}
/*
.content-header>.checkbox>input[type=checkbox] {
    visibility: hidden;
}
*/


/*///////////////////////////////////////*/


/*
#content {
    margin-left: 274px;
        background: #ededed;
    padding-bottom: 40px
}

#content.full {
    margin-left: 0;
}

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

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


/******************************input && form-control******************************/


/******************************input && form-control******************************/


/******************************input && form-control******************************/

input,
textarea,
select,
.form-control {
    /*    width: 300px;*/
    /*	background: transparent url('images/bg.jpg') no-repeat;*/
    /*    background-color: #FFF;*/
    color: #686868;
    /*font-family: 'Open Sans', sans-serif;*/
    /*    height: 30px;*/
    border: 0px;
    border-bottom: 1px solid #686868;
    border-radius: 0px;
    padding: 4px;
    /*    margin-bottom: 1px;*/
    /*    webkit-box-shadow: inset 0 0px 0px rgba(0,0,0,0.075);*/
    box-shadow: inset 0 0px 0px rgba(0, 0, 0, 0.075);
}

input[type=radio],
input[type=checkbox] {
    /*    width: 15px;*/
    /*    height: 15px;*/
}

.select2-container .select2-selection--single {
    color: #686868;
    /*font-family: 'Open Sans', sans-serif;*/
    /*	height:30px;*/
    border: 0px;
    border-top: 0px solid #fff;
    border-left: 0px solid #fff;
    border-bottom: 1px solid #686868;
    border-radius: 0px;
    /*    padding: 4px;*/
    /*    margin-bottom: 1px;*/
    /*    box-shadow: inset 0 0px 0px rgba(0, 0, 0, 0.075);*/
}

.select2-container--default .select2-selection--single .select2-selection__rendered {
    color: #686868;
    line-height: 21px;
}

.select2-container--default .select2-selection--single .select2-selection__arrow b {
    border-color: #000 transparent transparent transparent;
    border-style: solid;
    border-width: 5px 4px 0 4px;
    /*    height: 0;*/
    left: 50%;
    margin-left: -4px;
    margin-top: -2px;
    position: absolute;
    top: 50%;
    /*    width: 0;*/
}

input:focus,
textarea:focus,
select:focus,
.form-control:focus {
    box-shadow: 0px 1px 0px rgba(102, 175, 233, 0.6);
}

.select-wrapper.form-error input.select-dropdown {
	color: #D8000C;
	border-bottom: 1px solid #D8000C;
}
.input-field.form-error input[type=text] {
	color: #D8000C;
	border-bottom: 1px solid #D8000C;
}
.input-field.form-error label {
	color: #D8000C!important;
}